summaryrefslogtreecommitdiff
path: root/info/texbytopic
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/texbytopic
Initial commit
Diffstat (limited to 'info/texbytopic')
-rw-r--r--info/texbytopic/README23
-rw-r--r--info/texbytopic/TeXbyTopic.pdf33606
-rw-r--r--info/texbytopic/TeXbyTopic.tex19044
-rw-r--r--info/texbytopic/figflow.tex82
-rw-r--r--info/texbytopic/glossary.tex1575
-rw-r--r--info/texbytopic/tables.tex931
-rw-r--r--info/texbytopic/tex.bib514
7 files changed, 55775 insertions, 0 deletions
diff --git a/info/texbytopic/README b/info/texbytopic/README
new file mode 100644
index 0000000000..0549e974c8
--- /dev/null
+++ b/info/texbytopic/README
@@ -0,0 +1,23 @@
+This README belongs with the source of "TeX by Topic"
+copyright Victor Eijkhout 1991-2007,
+released under the GNU Free Documentation License
+
+The whole source is contained in the files
+ TeXbyTopic.tex
+ figflow.tex
+ glossary.tex
+ tables.tex
+
+If you do anything interesting with this book, kindly contact
+
+ Victor Eijkhout
+ victor@eijkhout.net
+ Texas Advanced Computing Center
+ The University of Texas at Austin
+ 10100 Burnet Road, Austin TX 78758, USA
+
+I am interesting in incorporating useful additions into the
+official release of the book.
+
+Victor Eijkhout
+2007
diff --git a/info/texbytopic/TeXbyTopic.pdf b/info/texbytopic/TeXbyTopic.pdf
new file mode 100644
index 0000000000..05e9b2a3ab
--- /dev/null
+++ b/info/texbytopic/TeXbyTopic.pdf
@@ -0,0 +1,33606 @@
+%PDF-1.4
+5 0 obj
+<< /S /GoTo /D (chapter*.1) >>
+endobj
+8 0 obj
+(License)
+endobj
+9 0 obj
+<< /S /GoTo /D (chapter.1) >>
+endobj
+12 0 obj
+( The Structure of the TeX Processor)
+endobj
+13 0 obj
+<< /S /GoTo /D (section.1.1) >>
+endobj
+16 0 obj
+( Four TeX processors)
+endobj
+17 0 obj
+<< /S /GoTo /D (section.1.2) >>
+endobj
+20 0 obj
+( The input processor)
+endobj
+21 0 obj
+<< /S /GoTo /D (subsection.1.2.1) >>
+endobj
+24 0 obj
+( Character input)
+endobj
+25 0 obj
+<< /S /GoTo /D (subsection.1.2.2) >>
+endobj
+28 0 obj
+( Two-level input processing)
+endobj
+29 0 obj
+<< /S /GoTo /D (section.1.3) >>
+endobj
+32 0 obj
+( The expansion processor)
+endobj
+33 0 obj
+<< /S /GoTo /D (subsection.1.3.1) >>
+endobj
+36 0 obj
+( The process of expansion)
+endobj
+37 0 obj
+<< /S /GoTo /D (subsection.1.3.2) >>
+endobj
+40 0 obj
+( Special cases: `expandafter, `noexpand, and `the)
+endobj
+41 0 obj
+<< /S /GoTo /D (subsection.1.3.3) >>
+endobj
+44 0 obj
+( Braces in the expansion processor)
+endobj
+45 0 obj
+<< /S /GoTo /D (section.1.4) >>
+endobj
+48 0 obj
+( The execution processor)
+endobj
+49 0 obj
+<< /S /GoTo /D (section.1.5) >>
+endobj
+52 0 obj
+( The visual processor)
+endobj
+53 0 obj
+<< /S /GoTo /D (section.1.6) >>
+endobj
+56 0 obj
+( Examples)
+endobj
+57 0 obj
+<< /S /GoTo /D (subsection.1.6.1) >>
+endobj
+60 0 obj
+( Skipped spaces)
+endobj
+61 0 obj
+<< /S /GoTo /D (subsection.1.6.2) >>
+endobj
+64 0 obj
+( Internal quantities and their representations)
+endobj
+65 0 obj
+<< /S /GoTo /D (chapter.2) >>
+endobj
+68 0 obj
+( Category Codes and Internal States)
+endobj
+69 0 obj
+<< /S /GoTo /D (section.2.1) >>
+endobj
+72 0 obj
+( Introduction)
+endobj
+73 0 obj
+<< /S /GoTo /D (section.2.2) >>
+endobj
+76 0 obj
+( Initial processing)
+endobj
+77 0 obj
+<< /S /GoTo /D (section.2.3) >>
+endobj
+80 0 obj
+( Category codes)
+endobj
+81 0 obj
+<< /S /GoTo /D (section.2.4) >>
+endobj
+84 0 obj
+( From characters to tokens)
+endobj
+85 0 obj
+<< /S /GoTo /D (section.2.5) >>
+endobj
+88 0 obj
+( The input processor as a finite state automaton)
+endobj
+89 0 obj
+<< /S /GoTo /D (subsection.2.5.1) >>
+endobj
+92 0 obj
+( State N: new line)
+endobj
+93 0 obj
+<< /S /GoTo /D (subsection.2.5.2) >>
+endobj
+96 0 obj
+( State S: skipping spaces)
+endobj
+97 0 obj
+<< /S /GoTo /D (subsection.2.5.3) >>
+endobj
+100 0 obj
+( State M: middle of line)
+endobj
+101 0 obj
+<< /S /GoTo /D (section.2.6) >>
+endobj
+104 0 obj
+( Accessing the full character set)
+endobj
+105 0 obj
+<< /S /GoTo /D (section.2.7) >>
+endobj
+108 0 obj
+( Transitions between internal states)
+endobj
+109 0 obj
+<< /S /GoTo /D (subsection.2.7.1) >>
+endobj
+112 0 obj
+( 0: escape character)
+endobj
+113 0 obj
+<< /S /GoTo /D (subsection.2.7.2) >>
+endobj
+116 0 obj
+( 1--4, 7--8, 11--13: non-blank characters)
+endobj
+117 0 obj
+<< /S /GoTo /D (subsection.2.7.3) >>
+endobj
+120 0 obj
+( 5: end of line)
+endobj
+121 0 obj
+<< /S /GoTo /D (subsection.2.7.4) >>
+endobj
+124 0 obj
+( 6: parameter)
+endobj
+125 0 obj
+<< /S /GoTo /D (subsection.2.7.5) >>
+endobj
+128 0 obj
+( 7: superscript)
+endobj
+129 0 obj
+<< /S /GoTo /D (subsection.2.7.6) >>
+endobj
+132 0 obj
+( 9: ignored character)
+endobj
+133 0 obj
+<< /S /GoTo /D (subsection.2.7.7) >>
+endobj
+136 0 obj
+( 10: space)
+endobj
+137 0 obj
+<< /S /GoTo /D (subsection.2.7.8) >>
+endobj
+140 0 obj
+( 14: comment)
+endobj
+141 0 obj
+<< /S /GoTo /D (subsection.2.7.9) >>
+endobj
+144 0 obj
+( 15: invalid)
+endobj
+145 0 obj
+<< /S /GoTo /D (section.2.8) >>
+endobj
+148 0 obj
+( Letters and other characters)
+endobj
+149 0 obj
+<< /S /GoTo /D (section.2.9) >>
+endobj
+152 0 obj
+( The 92par token)
+endobj
+153 0 obj
+<< /S /GoTo /D (section.2.10) >>
+endobj
+156 0 obj
+( Spaces)
+endobj
+157 0 obj
+<< /S /GoTo /D (subsection.2.10.1) >>
+endobj
+160 0 obj
+( Skipped spaces)
+endobj
+161 0 obj
+<< /S /GoTo /D (subsection.2.10.2) >>
+endobj
+164 0 obj
+( Optional spaces)
+endobj
+165 0 obj
+<< /S /GoTo /D (subsection.2.10.3) >>
+endobj
+168 0 obj
+( Ignored and obeyed spaces)
+endobj
+169 0 obj
+<< /S /GoTo /D (subsection.2.10.4) >>
+endobj
+172 0 obj
+( More ignored spaces)
+endobj
+173 0 obj
+<< /S /GoTo /D (subsection.2.10.5) >>
+endobj
+176 0 obj
+( "426830A space token"526930B )
+endobj
+177 0 obj
+<< /S /GoTo /D (subsection.2.10.6) >>
+endobj
+180 0 obj
+( Control space)
+endobj
+181 0 obj
+<< /S /GoTo /D (subsection.2.10.7) >>
+endobj
+184 0 obj
+( `32')
+endobj
+185 0 obj
+<< /S /GoTo /D (section.2.11) >>
+endobj
+188 0 obj
+( More about line ends)
+endobj
+189 0 obj
+<< /S /GoTo /D (subsection.2.11.1) >>
+endobj
+192 0 obj
+( Obeylines)
+endobj
+193 0 obj
+<< /S /GoTo /D (subsection.2.11.2) >>
+endobj
+196 0 obj
+( Changing the `endlinechar)
+endobj
+197 0 obj
+<< /S /GoTo /D (subsection.2.11.3) >>
+endobj
+200 0 obj
+( More remarks about the end-of-line character)
+endobj
+201 0 obj
+<< /S /GoTo /D (section.2.12) >>
+endobj
+204 0 obj
+( More about the input processor)
+endobj
+205 0 obj
+<< /S /GoTo /D (subsection.2.12.1) >>
+endobj
+208 0 obj
+( The input processor as a separate process)
+endobj
+209 0 obj
+<< /S /GoTo /D (subsection.2.12.2) >>
+endobj
+212 0 obj
+( The input processor not as a separate process)
+endobj
+213 0 obj
+<< /S /GoTo /D (subsection.2.12.3) >>
+endobj
+216 0 obj
+( Recursive invocation of the input processor)
+endobj
+217 0 obj
+<< /S /GoTo /D (section.2.13) >>
+endobj
+220 0 obj
+( The @ convention)
+endobj
+221 0 obj
+<< /S /GoTo /D (chapter.3) >>
+endobj
+224 0 obj
+( Characters)
+endobj
+225 0 obj
+<< /S /GoTo /D (section.3.1) >>
+endobj
+228 0 obj
+( Character codes)
+endobj
+229 0 obj
+<< /S /GoTo /D (section.3.2) >>
+endobj
+232 0 obj
+( Control sequences for characters)
+endobj
+233 0 obj
+<< /S /GoTo /D (section.3.3) >>
+endobj
+236 0 obj
+( Denoting characters to be typeset: `char)
+endobj
+237 0 obj
+<< /S /GoTo /D (subsection.3.3.1) >>
+endobj
+240 0 obj
+( Implicit character tokens: `let)
+endobj
+241 0 obj
+<< /S /GoTo /D (section.3.4) >>
+endobj
+244 0 obj
+( Accents)
+endobj
+245 0 obj
+<< /S /GoTo /D (section.3.5) >>
+endobj
+248 0 obj
+( Testing characters)
+endobj
+249 0 obj
+<< /S /GoTo /D (section.3.6) >>
+endobj
+252 0 obj
+( Uppercase and lowercase)
+endobj
+253 0 obj
+<< /S /GoTo /D (subsection.3.6.1) >>
+endobj
+256 0 obj
+( Uppercase and lowercase codes)
+endobj
+257 0 obj
+<< /S /GoTo /D (subsection.3.6.2) >>
+endobj
+260 0 obj
+( Uppercase and lowercase commands)
+endobj
+261 0 obj
+<< /S /GoTo /D (subsection.3.6.3) >>
+endobj
+264 0 obj
+( Uppercase and lowercase forms of keywords)
+endobj
+265 0 obj
+<< /S /GoTo /D (subsection.3.6.4) >>
+endobj
+268 0 obj
+( Creative use of `uppercase and `lowercase)
+endobj
+269 0 obj
+<< /S /GoTo /D (section.3.7) >>
+endobj
+272 0 obj
+( Codes of a character)
+endobj
+273 0 obj
+<< /S /GoTo /D (section.3.8) >>
+endobj
+276 0 obj
+( Converting tokens into character strings)
+endobj
+277 0 obj
+<< /S /GoTo /D (subsection.3.8.1) >>
+endobj
+280 0 obj
+( Output of control sequences)
+endobj
+281 0 obj
+<< /S /GoTo /D (subsection.3.8.2) >>
+endobj
+284 0 obj
+( Category codes of a `string)
+endobj
+285 0 obj
+<< /S /GoTo /D (chapter.4) >>
+endobj
+288 0 obj
+( Fonts)
+endobj
+289 0 obj
+<< /S /GoTo /D (section.4.1) >>
+endobj
+292 0 obj
+( Fonts)
+endobj
+293 0 obj
+<< /S /GoTo /D (section.4.2) >>
+endobj
+296 0 obj
+( Font declaration)
+endobj
+297 0 obj
+<< /S /GoTo /D (subsection.4.2.1) >>
+endobj
+300 0 obj
+( Fonts and tfm files)
+endobj
+301 0 obj
+<< /S /GoTo /D (subsection.4.2.2) >>
+endobj
+304 0 obj
+( Querying the current font and font names)
+endobj
+305 0 obj
+<< /S /GoTo /D (subsection.4.2.3) >>
+endobj
+308 0 obj
+( `nullfont)
+endobj
+309 0 obj
+<< /S /GoTo /D (section.4.3) >>
+endobj
+312 0 obj
+( Font information)
+endobj
+313 0 obj
+<< /S /GoTo /D (subsection.4.3.1) >>
+endobj
+316 0 obj
+( Font dimensions)
+endobj
+317 0 obj
+<< /S /GoTo /D (subsection.4.3.2) >>
+endobj
+320 0 obj
+( Kerning)
+endobj
+321 0 obj
+<< /S /GoTo /D (subsection.4.3.3) >>
+endobj
+324 0 obj
+( Italic correction)
+endobj
+325 0 obj
+<< /S /GoTo /D (subsection.4.3.4) >>
+endobj
+328 0 obj
+( Ligatures)
+endobj
+329 0 obj
+<< /S /GoTo /D (subsection.4.3.5) >>
+endobj
+332 0 obj
+( Boundary ligatures)
+endobj
+333 0 obj
+<< /S /GoTo /D (chapter.5) >>
+endobj
+336 0 obj
+( Boxes)
+endobj
+337 0 obj
+<< /S /GoTo /D (section.5.1) >>
+endobj
+340 0 obj
+( Boxes)
+endobj
+341 0 obj
+<< /S /GoTo /D (section.5.2) >>
+endobj
+344 0 obj
+( Box registers)
+endobj
+345 0 obj
+<< /S /GoTo /D (subsection.5.2.1) >>
+endobj
+348 0 obj
+( Allocation: `newbox)
+endobj
+349 0 obj
+<< /S /GoTo /D (subsection.5.2.2) >>
+endobj
+352 0 obj
+( Usage: `setbox, `box, `copy)
+endobj
+353 0 obj
+<< /S /GoTo /D (subsection.5.2.3) >>
+endobj
+356 0 obj
+( Testing: `ifvoid, `ifhbox, `ifvbox)
+endobj
+357 0 obj
+<< /S /GoTo /D (subsection.5.2.4) >>
+endobj
+360 0 obj
+( The `lastbox)
+endobj
+361 0 obj
+<< /S /GoTo /D (section.5.3) >>
+endobj
+364 0 obj
+( Natural dimensions of boxes)
+endobj
+365 0 obj
+<< /S /GoTo /D (subsection.5.3.1) >>
+endobj
+368 0 obj
+( Dimensions of created horizontal boxes)
+endobj
+369 0 obj
+<< /S /GoTo /D (subsection.5.3.2) >>
+endobj
+372 0 obj
+( Dimensions of created vertical boxes)
+endobj
+373 0 obj
+<< /S /GoTo /D (subsection.5.3.3) >>
+endobj
+376 0 obj
+( Examples)
+endobj
+377 0 obj
+<< /S /GoTo /D (section.5.4) >>
+endobj
+380 0 obj
+( More about box dimensions)
+endobj
+381 0 obj
+<< /S /GoTo /D (subsection.5.4.1) >>
+endobj
+384 0 obj
+( Predetermined dimensions)
+endobj
+385 0 obj
+<< /S /GoTo /D (subsection.5.4.2) >>
+endobj
+388 0 obj
+( Changes to box dimensions)
+endobj
+389 0 obj
+<< /S /GoTo /D (subsection.5.4.3) >>
+endobj
+392 0 obj
+( Moving boxes around)
+endobj
+393 0 obj
+<< /S /GoTo /D (subsection.5.4.4) >>
+endobj
+396 0 obj
+( Box dimensions and box placement)
+endobj
+397 0 obj
+<< /S /GoTo /D (subsection.5.4.5) >>
+endobj
+400 0 obj
+( Boxes and negative glue)
+endobj
+401 0 obj
+<< /S /GoTo /D (section.5.5) >>
+endobj
+404 0 obj
+( Overfull and underfull boxes)
+endobj
+405 0 obj
+<< /S /GoTo /D (section.5.6) >>
+endobj
+408 0 obj
+( Opening and closing boxes)
+endobj
+409 0 obj
+<< /S /GoTo /D (section.5.7) >>
+endobj
+412 0 obj
+( Unboxing)
+endobj
+413 0 obj
+<< /S /GoTo /D (section.5.8) >>
+endobj
+416 0 obj
+( Text in boxes)
+endobj
+417 0 obj
+<< /S /GoTo /D (section.5.9) >>
+endobj
+420 0 obj
+( Assorted remarks)
+endobj
+421 0 obj
+<< /S /GoTo /D (subsection.5.9.1) >>
+endobj
+424 0 obj
+( Forgetting the `box)
+endobj
+425 0 obj
+<< /S /GoTo /D (subsection.5.9.2) >>
+endobj
+428 0 obj
+( Special-purpose boxes)
+endobj
+429 0 obj
+<< /S /GoTo /D (subsection.5.9.3) >>
+endobj
+432 0 obj
+( The height of a vertical box in horizontal mode)
+endobj
+433 0 obj
+<< /S /GoTo /D (subsection.5.9.4) >>
+endobj
+436 0 obj
+( More subtleties with vertical boxes)
+endobj
+437 0 obj
+<< /S /GoTo /D (subsection.5.9.5) >>
+endobj
+440 0 obj
+( Hanging the `lastbox back in the list)
+endobj
+441 0 obj
+<< /S /GoTo /D (subsection.5.9.6) >>
+endobj
+444 0 obj
+( Dissecting paragraphs with `lastbox)
+endobj
+445 0 obj
+<< /S /GoTo /D (chapter.6) >>
+endobj
+448 0 obj
+( Horizontal and Vertical Mode)
+endobj
+449 0 obj
+<< /S /GoTo /D (section.6.1) >>
+endobj
+452 0 obj
+( Horizontal and vertical mode)
+endobj
+453 0 obj
+<< /S /GoTo /D (subsection.6.1.1) >>
+endobj
+456 0 obj
+( Horizontal mode)
+endobj
+457 0 obj
+<< /S /GoTo /D (subsection.6.1.2) >>
+endobj
+460 0 obj
+( Vertical mode)
+endobj
+461 0 obj
+<< /S /GoTo /D (section.6.2) >>
+endobj
+464 0 obj
+( Horizontal and vertical commands)
+endobj
+465 0 obj
+<< /S /GoTo /D (section.6.3) >>
+endobj
+468 0 obj
+( The internal modes)
+endobj
+469 0 obj
+<< /S /GoTo /D (subsection.6.3.1) >>
+endobj
+472 0 obj
+( Restricted horizontal mode)
+endobj
+473 0 obj
+<< /S /GoTo /D (subsection.6.3.2) >>
+endobj
+476 0 obj
+( Internal vertical mode)
+endobj
+477 0 obj
+<< /S /GoTo /D (section.6.4) >>
+endobj
+480 0 obj
+( Boxes and modes)
+endobj
+481 0 obj
+<< /S /GoTo /D (subsection.6.4.1) >>
+endobj
+484 0 obj
+( What box do you use in what mode?)
+endobj
+485 0 obj
+<< /S /GoTo /D (subsection.6.4.2) >>
+endobj
+488 0 obj
+( What mode holds in what box?)
+endobj
+489 0 obj
+<< /S /GoTo /D (subsection.6.4.3) >>
+endobj
+492 0 obj
+( Mode-dependent behaviour of boxes)
+endobj
+493 0 obj
+<< /S /GoTo /D (section.6.5) >>
+endobj
+496 0 obj
+( Modes and glue)
+endobj
+497 0 obj
+<< /S /GoTo /D (section.6.6) >>
+endobj
+500 0 obj
+( Migrating material)
+endobj
+501 0 obj
+<< /S /GoTo /D (subsection.6.6.1) >>
+endobj
+504 0 obj
+( `vadjust)
+endobj
+505 0 obj
+<< /S /GoTo /D (section.6.7) >>
+endobj
+508 0 obj
+( Testing modes)
+endobj
+509 0 obj
+<< /S /GoTo /D (chapter.7) >>
+endobj
+512 0 obj
+( Numbers)
+endobj
+513 0 obj
+<< /S /GoTo /D (section.7.1) >>
+endobj
+516 0 obj
+( Numbers and "426830A number"526930B s)
+endobj
+517 0 obj
+<< /S /GoTo /D (section.7.2) >>
+endobj
+520 0 obj
+( Integers)
+endobj
+521 0 obj
+<< /S /GoTo /D (subsection.7.2.1) >>
+endobj
+524 0 obj
+( Denotations: integers)
+endobj
+525 0 obj
+<< /S /GoTo /D (subsection.7.2.2) >>
+endobj
+528 0 obj
+( Denotations: characters)
+endobj
+529 0 obj
+<< /S /GoTo /D (subsection.7.2.3) >>
+endobj
+532 0 obj
+( Internal integers)
+endobj
+533 0 obj
+<< /S /GoTo /D (subsection.7.2.4) >>
+endobj
+536 0 obj
+( Internal integers: other codes of a character)
+endobj
+537 0 obj
+<< /S /GoTo /D (subsection.7.2.5) >>
+endobj
+540 0 obj
+( "426830A special integer"526930B )
+endobj
+541 0 obj
+<< /S /GoTo /D (subsection.7.2.6) >>
+endobj
+544 0 obj
+( Other internal quantities: coersion to integer)
+endobj
+545 0 obj
+<< /S /GoTo /D (subsection.7.2.7) >>
+endobj
+548 0 obj
+( Trailing spaces)
+endobj
+549 0 obj
+<< /S /GoTo /D (section.7.3) >>
+endobj
+552 0 obj
+( Numbers)
+endobj
+553 0 obj
+<< /S /GoTo /D (section.7.4) >>
+endobj
+556 0 obj
+( Integer registers)
+endobj
+557 0 obj
+<< /S /GoTo /D (section.7.5) >>
+endobj
+560 0 obj
+( Arithmetic)
+endobj
+561 0 obj
+<< /S /GoTo /D (subsection.7.5.1) >>
+endobj
+564 0 obj
+( Arithmetic statements)
+endobj
+565 0 obj
+<< /S /GoTo /D (subsection.7.5.2) >>
+endobj
+568 0 obj
+( Floating-point arithmetic)
+endobj
+569 0 obj
+<< /S /GoTo /D (subsection.7.5.3) >>
+endobj
+572 0 obj
+( Fixed-point arithmetic)
+endobj
+573 0 obj
+<< /S /GoTo /D (section.7.6) >>
+endobj
+576 0 obj
+( Number testing)
+endobj
+577 0 obj
+<< /S /GoTo /D (section.7.7) >>
+endobj
+580 0 obj
+( Remarks)
+endobj
+581 0 obj
+<< /S /GoTo /D (subsection.7.7.1) >>
+endobj
+584 0 obj
+( Character constants)
+endobj
+585 0 obj
+<< /S /GoTo /D (subsection.7.7.2) >>
+endobj
+588 0 obj
+( Expanding too far / how far)
+endobj
+589 0 obj
+<< /S /GoTo /D (chapter.8) >>
+endobj
+592 0 obj
+( Dimensions and Glue)
+endobj
+593 0 obj
+<< /S /GoTo /D (section.8.1) >>
+endobj
+596 0 obj
+( Definition of "426830A glue"526930B \040and "426830A dimen"526930B )
+endobj
+597 0 obj
+<< /S /GoTo /D (subsection.8.1.1) >>
+endobj
+600 0 obj
+( Definition of dimensions)
+endobj
+601 0 obj
+<< /S /GoTo /D (subsection.8.1.2) >>
+endobj
+604 0 obj
+( Definition of glue)
+endobj
+605 0 obj
+<< /S /GoTo /D (subsection.8.1.3) >>
+endobj
+608 0 obj
+( Conversion of "426830A glue"526930B \040to "426830A dimen"526930B )
+endobj
+609 0 obj
+<< /S /GoTo /D (subsection.8.1.4) >>
+endobj
+612 0 obj
+( Registers for `dimen and `skip)
+endobj
+613 0 obj
+<< /S /GoTo /D (subsection.8.1.5) >>
+endobj
+616 0 obj
+( Arithmetic: addition)
+endobj
+617 0 obj
+<< /S /GoTo /D (subsection.8.1.6) >>
+endobj
+620 0 obj
+( Arithmetic: multiplication and division)
+endobj
+621 0 obj
+<< /S /GoTo /D (section.8.2) >>
+endobj
+624 0 obj
+( More about dimensions)
+endobj
+625 0 obj
+<< /S /GoTo /D (subsection.8.2.1) >>
+endobj
+628 0 obj
+( Units of measurement)
+endobj
+629 0 obj
+<< /S /GoTo /D (subsection.8.2.2) >>
+endobj
+632 0 obj
+( Dimension testing)
+endobj
+633 0 obj
+<< /S /GoTo /D (subsection.8.2.3) >>
+endobj
+636 0 obj
+( Defined dimensions)
+endobj
+637 0 obj
+<< /S /GoTo /D (section.8.3) >>
+endobj
+640 0 obj
+( More about glue)
+endobj
+641 0 obj
+<< /S /GoTo /D (subsection.8.3.1) >>
+endobj
+644 0 obj
+( Stretch and shrink)
+endobj
+645 0 obj
+<< /S /GoTo /D (subsection.8.3.2) >>
+endobj
+648 0 obj
+( Glue setting)
+endobj
+649 0 obj
+<< /S /GoTo /D (subsection.8.3.3) >>
+endobj
+652 0 obj
+( Badness)
+endobj
+653 0 obj
+<< /S /GoTo /D (subsection.8.3.4) >>
+endobj
+656 0 obj
+( Glue and breaking)
+endobj
+657 0 obj
+<< /S /GoTo /D (subsection.8.3.5) >>
+endobj
+660 0 obj
+( `kern)
+endobj
+661 0 obj
+<< /S /GoTo /D (subsection.8.3.6) >>
+endobj
+664 0 obj
+( Glue and modes)
+endobj
+665 0 obj
+<< /S /GoTo /D (subsection.8.3.7) >>
+endobj
+668 0 obj
+( The last glue item in a list: backspacing)
+endobj
+669 0 obj
+<< /S /GoTo /D (subsection.8.3.8) >>
+endobj
+672 0 obj
+( Examples of backspacing)
+endobj
+673 0 obj
+<< /S /GoTo /D (subsection.8.3.9) >>
+endobj
+676 0 obj
+( Glue in trace output)
+endobj
+677 0 obj
+<< /S /GoTo /D (chapter.9) >>
+endobj
+680 0 obj
+( Rules and Leaders)
+endobj
+681 0 obj
+<< /S /GoTo /D (section.9.1) >>
+endobj
+684 0 obj
+( Rules)
+endobj
+685 0 obj
+<< /S /GoTo /D (subsection.9.1.1) >>
+endobj
+688 0 obj
+( Rule dimensions)
+endobj
+689 0 obj
+<< /S /GoTo /D (section.9.2) >>
+endobj
+692 0 obj
+( Leaders)
+endobj
+693 0 obj
+<< /S /GoTo /D (subsection.9.2.1) >>
+endobj
+696 0 obj
+( Rule leaders)
+endobj
+697 0 obj
+<< /S /GoTo /D (subsection.9.2.2) >>
+endobj
+700 0 obj
+( Box leaders)
+endobj
+701 0 obj
+<< /S /GoTo /D (subsection.9.2.3) >>
+endobj
+704 0 obj
+( Evenly spaced leaders)
+endobj
+705 0 obj
+<< /S /GoTo /D (section.9.3) >>
+endobj
+708 0 obj
+( Assorted remarks)
+endobj
+709 0 obj
+<< /S /GoTo /D (subsection.9.3.1) >>
+endobj
+712 0 obj
+( Rules and modes)
+endobj
+713 0 obj
+<< /S /GoTo /D (subsection.9.3.2) >>
+endobj
+716 0 obj
+( Ending a paragraph with leaders)
+endobj
+717 0 obj
+<< /S /GoTo /D (subsection.9.3.3) >>
+endobj
+720 0 obj
+( Leaders and box registers)
+endobj
+721 0 obj
+<< /S /GoTo /D (subsection.9.3.4) >>
+endobj
+724 0 obj
+( Output in leader boxes)
+endobj
+725 0 obj
+<< /S /GoTo /D (subsection.9.3.5) >>
+endobj
+728 0 obj
+( Box leaders in trace output)
+endobj
+729 0 obj
+<< /S /GoTo /D (subsection.9.3.6) >>
+endobj
+732 0 obj
+( Leaders and shifted margins)
+endobj
+733 0 obj
+<< /S /GoTo /D (chapter.10) >>
+endobj
+736 0 obj
+( Grouping)
+endobj
+737 0 obj
+<< /S /GoTo /D (section.10.1) >>
+endobj
+740 0 obj
+( The grouping mechanism)
+endobj
+741 0 obj
+<< /S /GoTo /D (section.10.2) >>
+endobj
+744 0 obj
+( Local and global assignments)
+endobj
+745 0 obj
+<< /S /GoTo /D (section.10.3) >>
+endobj
+748 0 obj
+( Group delimiters)
+endobj
+749 0 obj
+<< /S /GoTo /D (section.10.4) >>
+endobj
+752 0 obj
+( More about braces)
+endobj
+753 0 obj
+<< /S /GoTo /D (subsection.10.4.1) >>
+endobj
+756 0 obj
+( Brace counters)
+endobj
+757 0 obj
+<< /S /GoTo /D (subsection.10.4.2) >>
+endobj
+760 0 obj
+( The brace as a token)
+endobj
+761 0 obj
+<< /S /GoTo /D (subsection.10.4.3) >>
+endobj
+764 0 obj
+( Open and closing brace control symbols)
+endobj
+765 0 obj
+<< /S /GoTo /D (chapter.11) >>
+endobj
+768 0 obj
+( Macros)
+endobj
+769 0 obj
+<< /S /GoTo /D (section.11.1) >>
+endobj
+772 0 obj
+( Introduction)
+endobj
+773 0 obj
+<< /S /GoTo /D (section.11.2) >>
+endobj
+776 0 obj
+( Layout of a macro definition)
+endobj
+777 0 obj
+<< /S /GoTo /D (section.11.3) >>
+endobj
+780 0 obj
+( Prefixes)
+endobj
+781 0 obj
+<< /S /GoTo /D (section.11.4) >>
+endobj
+784 0 obj
+( The definition type)
+endobj
+785 0 obj
+<< /S /GoTo /D (section.11.5) >>
+endobj
+788 0 obj
+( The parameter text)
+endobj
+789 0 obj
+<< /S /GoTo /D (subsection.11.5.1) >>
+endobj
+792 0 obj
+( Undelimited parameters)
+endobj
+793 0 obj
+<< /S /GoTo /D (subsection.11.5.2) >>
+endobj
+796 0 obj
+( Delimited parameters)
+endobj
+797 0 obj
+<< /S /GoTo /D (subsection.11.5.3) >>
+endobj
+800 0 obj
+( Examples with delimited arguments)
+endobj
+801 0 obj
+<< /S /GoTo /D (subsection.11.5.4) >>
+endobj
+804 0 obj
+( Empty arguments)
+endobj
+805 0 obj
+<< /S /GoTo /D (subsection.11.5.5) >>
+endobj
+808 0 obj
+( The macro parameter character)
+endobj
+809 0 obj
+<< /S /GoTo /D (subsection.11.5.6) >>
+endobj
+812 0 obj
+( Brace delimiting)
+endobj
+813 0 obj
+<< /S /GoTo /D (section.11.6) >>
+endobj
+816 0 obj
+( Construction of control sequences)
+endobj
+817 0 obj
+<< /S /GoTo /D (section.11.7) >>
+endobj
+820 0 obj
+( Token assignments by `let and `futurelet)
+endobj
+821 0 obj
+<< /S /GoTo /D (subsection.11.7.1) >>
+endobj
+824 0 obj
+( `let)
+endobj
+825 0 obj
+<< /S /GoTo /D (subsection.11.7.2) >>
+endobj
+828 0 obj
+( `futurelet)
+endobj
+829 0 obj
+<< /S /GoTo /D (section.11.8) >>
+endobj
+832 0 obj
+( Assorted remarks)
+endobj
+833 0 obj
+<< /S /GoTo /D (subsection.11.8.1) >>
+endobj
+836 0 obj
+( Active characters)
+endobj
+837 0 obj
+<< /S /GoTo /D (subsection.11.8.2) >>
+endobj
+840 0 obj
+( Macros versus primitives)
+endobj
+841 0 obj
+<< /S /GoTo /D (subsection.11.8.3) >>
+endobj
+844 0 obj
+( Tail recursion)
+endobj
+845 0 obj
+<< /S /GoTo /D (section.11.9) >>
+endobj
+848 0 obj
+( Macro techniques)
+endobj
+849 0 obj
+<< /S /GoTo /D (subsection.11.9.1) >>
+endobj
+852 0 obj
+( Unknown number of arguments)
+endobj
+853 0 obj
+<< /S /GoTo /D (subsection.11.9.2) >>
+endobj
+856 0 obj
+( Examining the argument)
+endobj
+857 0 obj
+<< /S /GoTo /D (subsection.11.9.3) >>
+endobj
+860 0 obj
+( Optional macro parameters with `futurelet)
+endobj
+861 0 obj
+<< /S /GoTo /D (subsection.11.9.4) >>
+endobj
+864 0 obj
+( Two-step macros)
+endobj
+865 0 obj
+<< /S /GoTo /D (subsection.11.9.5) >>
+endobj
+868 0 obj
+( \040A comment environment)
+endobj
+869 0 obj
+<< /S /GoTo /D (chapter.12) >>
+endobj
+872 0 obj
+( Expansion)
+endobj
+873 0 obj
+<< /S /GoTo /D (section.12.1) >>
+endobj
+876 0 obj
+( Introduction)
+endobj
+877 0 obj
+<< /S /GoTo /D (section.12.2) >>
+endobj
+880 0 obj
+( Ordinary expansion)
+endobj
+881 0 obj
+<< /S /GoTo /D (section.12.3) >>
+endobj
+884 0 obj
+( Reversing expansion order)
+endobj
+885 0 obj
+<< /S /GoTo /D (subsection.12.3.1) >>
+endobj
+888 0 obj
+( One step expansion: `expandafter)
+endobj
+889 0 obj
+<< /S /GoTo /D (subsection.12.3.2) >>
+endobj
+892 0 obj
+( Total expansion: `edef)
+endobj
+893 0 obj
+<< /S /GoTo /D (subsection.12.3.3) >>
+endobj
+896 0 obj
+( `afterassignment)
+endobj
+897 0 obj
+<< /S /GoTo /D (subsection.12.3.4) >>
+endobj
+900 0 obj
+( `aftergroup)
+endobj
+901 0 obj
+<< /S /GoTo /D (section.12.4) >>
+endobj
+904 0 obj
+( Preventing expansion)
+endobj
+905 0 obj
+<< /S /GoTo /D (subsection.12.4.1) >>
+endobj
+908 0 obj
+( `noexpand)
+endobj
+909 0 obj
+<< /S /GoTo /D (subsection.12.4.2) >>
+endobj
+912 0 obj
+( `noexpand and active characters)
+endobj
+913 0 obj
+<< /S /GoTo /D (section.12.5) >>
+endobj
+916 0 obj
+( `relax)
+endobj
+917 0 obj
+<< /S /GoTo /D (subsection.12.5.1) >>
+endobj
+920 0 obj
+( `relax and `csname)
+endobj
+921 0 obj
+<< /S /GoTo /D (subsection.12.5.2) >>
+endobj
+924 0 obj
+( Preventing expansion with `relax)
+endobj
+925 0 obj
+<< /S /GoTo /D (subsection.12.5.3) >>
+endobj
+928 0 obj
+( TeX inserts a `relax)
+endobj
+929 0 obj
+<< /S /GoTo /D (subsection.12.5.4) >>
+endobj
+932 0 obj
+( The value of non-macros; `the)
+endobj
+933 0 obj
+<< /S /GoTo /D (section.12.6) >>
+endobj
+936 0 obj
+( Examples)
+endobj
+937 0 obj
+<< /S /GoTo /D (subsection.12.6.1) >>
+endobj
+940 0 obj
+( Expanding after)
+endobj
+941 0 obj
+<< /S /GoTo /D (subsection.12.6.2) >>
+endobj
+944 0 obj
+( Defining inside an `edef)
+endobj
+945 0 obj
+<< /S /GoTo /D (subsection.12.6.3) >>
+endobj
+948 0 obj
+( Expansion and `write)
+endobj
+949 0 obj
+<< /S /GoTo /D (subsection.12.6.4) >>
+endobj
+952 0 obj
+( Controlled expansion inside an `edef)
+endobj
+953 0 obj
+<< /S /GoTo /D (subsection.12.6.5) >>
+endobj
+956 0 obj
+( Multiple prevention of expansion)
+endobj
+957 0 obj
+<< /S /GoTo /D (subsection.12.6.6) >>
+endobj
+960 0 obj
+( More examples with `relax)
+endobj
+961 0 obj
+<< /S /GoTo /D (subsection.12.6.7) >>
+endobj
+964 0 obj
+( Example: category code saving and restoring)
+endobj
+965 0 obj
+<< /S /GoTo /D (subsection.12.6.8) >>
+endobj
+968 0 obj
+( Combining `aftergroup and boxes)
+endobj
+969 0 obj
+<< /S /GoTo /D (subsection.12.6.9) >>
+endobj
+972 0 obj
+( More expansion)
+endobj
+973 0 obj
+<< /S /GoTo /D (chapter.13) >>
+endobj
+976 0 obj
+( Conditionals)
+endobj
+977 0 obj
+<< /S /GoTo /D (section.13.1) >>
+endobj
+980 0 obj
+( The shape of conditionals)
+endobj
+981 0 obj
+<< /S /GoTo /D (section.13.2) >>
+endobj
+984 0 obj
+( Character and control sequence tests)
+endobj
+985 0 obj
+<< /S /GoTo /D (subsection.13.2.1) >>
+endobj
+988 0 obj
+( `if)
+endobj
+989 0 obj
+<< /S /GoTo /D (subsection.13.2.2) >>
+endobj
+992 0 obj
+( `ifcat)
+endobj
+993 0 obj
+<< /S /GoTo /D (subsection.13.2.3) >>
+endobj
+996 0 obj
+( `ifx)
+endobj
+997 0 obj
+<< /S /GoTo /D (section.13.3) >>
+endobj
+1000 0 obj
+( Mode tests)
+endobj
+1001 0 obj
+<< /S /GoTo /D (section.13.4) >>
+endobj
+1004 0 obj
+( Numerical tests)
+endobj
+1005 0 obj
+<< /S /GoTo /D (section.13.5) >>
+endobj
+1008 0 obj
+( Other tests)
+endobj
+1009 0 obj
+<< /S /GoTo /D (subsection.13.5.1) >>
+endobj
+1012 0 obj
+( Dimension testing)
+endobj
+1013 0 obj
+<< /S /GoTo /D (subsection.13.5.2) >>
+endobj
+1016 0 obj
+( Box tests)
+endobj
+1017 0 obj
+<< /S /GoTo /D (subsection.13.5.3) >>
+endobj
+1020 0 obj
+( I/O tests)
+endobj
+1021 0 obj
+<< /S /GoTo /D (subsection.13.5.4) >>
+endobj
+1024 0 obj
+( Case statement)
+endobj
+1025 0 obj
+<< /S /GoTo /D (subsection.13.5.5) >>
+endobj
+1028 0 obj
+( Special tests)
+endobj
+1029 0 obj
+<< /S /GoTo /D (section.13.6) >>
+endobj
+1032 0 obj
+( The `newif macro)
+endobj
+1033 0 obj
+<< /S /GoTo /D (section.13.7) >>
+endobj
+1036 0 obj
+( Evaluation of conditionals)
+endobj
+1037 0 obj
+<< /S /GoTo /D (section.13.8) >>
+endobj
+1040 0 obj
+( Assorted remarks)
+endobj
+1041 0 obj
+<< /S /GoTo /D (subsection.13.8.1) >>
+endobj
+1044 0 obj
+( The test gobbles up tokens)
+endobj
+1045 0 obj
+<< /S /GoTo /D (subsection.13.8.2) >>
+endobj
+1048 0 obj
+( The test wants to gobble up the `else or `fi)
+endobj
+1049 0 obj
+<< /S /GoTo /D (subsection.13.8.3) >>
+endobj
+1052 0 obj
+( Macros and conditionals; the use of `expandafter)
+endobj
+1053 0 obj
+<< /S /GoTo /D (subsection.13.8.4) >>
+endobj
+1056 0 obj
+( Incorrect matching)
+endobj
+1057 0 obj
+<< /S /GoTo /D (subsection.13.8.5) >>
+endobj
+1060 0 obj
+( Conditionals and grouping)
+endobj
+1061 0 obj
+<< /S /GoTo /D (subsection.13.8.6) >>
+endobj
+1064 0 obj
+( A trick)
+endobj
+1065 0 obj
+<< /S /GoTo /D (subsection.13.8.7) >>
+endobj
+1068 0 obj
+( More examples of expansion in conditionals)
+endobj
+1069 0 obj
+<< /S /GoTo /D (chapter.14) >>
+endobj
+1072 0 obj
+( Token Lists)
+endobj
+1073 0 obj
+<< /S /GoTo /D (section.14.1) >>
+endobj
+1076 0 obj
+( Token lists)
+endobj
+1077 0 obj
+<< /S /GoTo /D (section.14.2) >>
+endobj
+1080 0 obj
+( Use of token lists)
+endobj
+1081 0 obj
+<< /S /GoTo /D (section.14.3) >>
+endobj
+1084 0 obj
+( "426830A token parameter"526930B )
+endobj
+1085 0 obj
+<< /S /GoTo /D (section.14.4) >>
+endobj
+1088 0 obj
+( Token list registers)
+endobj
+1089 0 obj
+<< /S /GoTo /D (section.14.5) >>
+endobj
+1092 0 obj
+( Examples)
+endobj
+1093 0 obj
+<< /S /GoTo /D (subsection.14.5.1) >>
+endobj
+1096 0 obj
+( Operations on token lists: stack macros)
+endobj
+1097 0 obj
+<< /S /GoTo /D (subsection.14.5.2) >>
+endobj
+1100 0 obj
+( Executing token lists)
+endobj
+1101 0 obj
+<< /S /GoTo /D (chapter.15) >>
+endobj
+1104 0 obj
+( Baseline Distances)
+endobj
+1105 0 obj
+<< /S /GoTo /D (section.15.1) >>
+endobj
+1108 0 obj
+( Interline glue)
+endobj
+1109 0 obj
+<< /S /GoTo /D (section.15.2) >>
+endobj
+1112 0 obj
+( The perceived depth of boxes)
+endobj
+1113 0 obj
+<< /S /GoTo /D (section.15.3) >>
+endobj
+1116 0 obj
+( Terminology)
+endobj
+1117 0 obj
+<< /S /GoTo /D (section.15.4) >>
+endobj
+1120 0 obj
+( Additional remarks)
+endobj
+1121 0 obj
+<< /S /GoTo /D (chapter.16) >>
+endobj
+1124 0 obj
+( Paragraph Start)
+endobj
+1125 0 obj
+<< /S /GoTo /D (section.16.1) >>
+endobj
+1128 0 obj
+( When does a paragraph start)
+endobj
+1129 0 obj
+<< /S /GoTo /D (section.16.2) >>
+endobj
+1132 0 obj
+( What happens when a paragraph starts)
+endobj
+1133 0 obj
+<< /S /GoTo /D (section.16.3) >>
+endobj
+1136 0 obj
+( Assorted remarks)
+endobj
+1137 0 obj
+<< /S /GoTo /D (subsection.16.3.1) >>
+endobj
+1140 0 obj
+( Starting a paragraph with a box)
+endobj
+1141 0 obj
+<< /S /GoTo /D (subsection.16.3.2) >>
+endobj
+1144 0 obj
+( Starting a paragraph with a group)
+endobj
+1145 0 obj
+<< /S /GoTo /D (section.16.4) >>
+endobj
+1148 0 obj
+( Examples)
+endobj
+1149 0 obj
+<< /S /GoTo /D (subsection.16.4.1) >>
+endobj
+1152 0 obj
+( Stretchable indentation )
+endobj
+1153 0 obj
+<< /S /GoTo /D (subsection.16.4.2) >>
+endobj
+1156 0 obj
+( Suppressing indentation)
+endobj
+1157 0 obj
+<< /S /GoTo /D (subsection.16.4.3) >>
+endobj
+1160 0 obj
+( An indentation scheme)
+endobj
+1161 0 obj
+<< /S /GoTo /D (subsection.16.4.4) >>
+endobj
+1164 0 obj
+( A paragraph skip scheme)
+endobj
+1165 0 obj
+<< /S /GoTo /D (chapter.17) >>
+endobj
+1168 0 obj
+( Paragraph End)
+endobj
+1169 0 obj
+<< /S /GoTo /D (section.17.1) >>
+endobj
+1172 0 obj
+( The way paragraphs end)
+endobj
+1173 0 obj
+<< /S /GoTo /D (subsection.17.1.1) >>
+endobj
+1176 0 obj
+( The `par command and the `par token)
+endobj
+1177 0 obj
+<< /S /GoTo /D (subsection.17.1.2) >>
+endobj
+1180 0 obj
+( Paragraph filling: `parfillskip)
+endobj
+1181 0 obj
+<< /S /GoTo /D (section.17.2) >>
+endobj
+1184 0 obj
+( Assorted remarks)
+endobj
+1185 0 obj
+<< /S /GoTo /D (subsection.17.2.1) >>
+endobj
+1188 0 obj
+( Ending a paragraph and a group at the same time)
+endobj
+1189 0 obj
+<< /S /GoTo /D (subsection.17.2.2) >>
+endobj
+1192 0 obj
+( Ending a paragraph with `hfill`break)
+endobj
+1193 0 obj
+<< /S /GoTo /D (subsection.17.2.3) >>
+endobj
+1196 0 obj
+( Ending a paragraph with a rule)
+endobj
+1197 0 obj
+<< /S /GoTo /D (subsection.17.2.4) >>
+endobj
+1200 0 obj
+( No page breaks in between paragraphs)
+endobj
+1201 0 obj
+<< /S /GoTo /D (subsection.17.2.5) >>
+endobj
+1204 0 obj
+( Finite `parfillskip)
+endobj
+1205 0 obj
+<< /S /GoTo /D (subsection.17.2.6) >>
+endobj
+1208 0 obj
+( A precaution for paragraphs that do not indent)
+endobj
+1209 0 obj
+<< /S /GoTo /D (chapter.18) >>
+endobj
+1212 0 obj
+( Paragraph Shape)
+endobj
+1213 0 obj
+<< /S /GoTo /D (section.18.1) >>
+endobj
+1216 0 obj
+( The width of text lines)
+endobj
+1217 0 obj
+<< /S /GoTo /D (section.18.2) >>
+endobj
+1220 0 obj
+( Shape parameters)
+endobj
+1221 0 obj
+<< /S /GoTo /D (subsection.18.2.1) >>
+endobj
+1224 0 obj
+( Hanging indentation)
+endobj
+1225 0 obj
+<< /S /GoTo /D (subsection.18.2.2) >>
+endobj
+1228 0 obj
+( General paragraph shapes: `parshape)
+endobj
+1229 0 obj
+<< /S /GoTo /D (section.18.3) >>
+endobj
+1232 0 obj
+( Assorted remarks)
+endobj
+1233 0 obj
+<< /S /GoTo /D (subsection.18.3.1) >>
+endobj
+1236 0 obj
+( Centred last lines)
+endobj
+1237 0 obj
+<< /S /GoTo /D (subsection.18.3.2) >>
+endobj
+1240 0 obj
+( Indenting into the margin)
+endobj
+1241 0 obj
+<< /S /GoTo /D (subsection.18.3.3) >>
+endobj
+1244 0 obj
+( Hang a paragraph from an object)
+endobj
+1245 0 obj
+<< /S /GoTo /D (subsection.18.3.4) >>
+endobj
+1248 0 obj
+( Another approach to hanging indentation)
+endobj
+1249 0 obj
+<< /S /GoTo /D (subsection.18.3.5) >>
+endobj
+1252 0 obj
+( Hanging indentation versus `leftskip shifting)
+endobj
+1253 0 obj
+<< /S /GoTo /D (subsection.18.3.6) >>
+endobj
+1256 0 obj
+( More examples)
+endobj
+1257 0 obj
+<< /S /GoTo /D (chapter.19) >>
+endobj
+1260 0 obj
+( Line Breaking)
+endobj
+1261 0 obj
+<< /S /GoTo /D (section.19.1) >>
+endobj
+1264 0 obj
+( Paragraph break cost calculation)
+endobj
+1265 0 obj
+<< /S /GoTo /D (subsection.19.1.1) >>
+endobj
+1268 0 obj
+( Badness)
+endobj
+1269 0 obj
+<< /S /GoTo /D (subsection.19.1.2) >>
+endobj
+1272 0 obj
+( Penalties and other break locations)
+endobj
+1273 0 obj
+<< /S /GoTo /D (subsection.19.1.3) >>
+endobj
+1276 0 obj
+( Demerits)
+endobj
+1277 0 obj
+<< /S /GoTo /D (subsection.19.1.4) >>
+endobj
+1280 0 obj
+( The number of lines of a paragraph)
+endobj
+1281 0 obj
+<< /S /GoTo /D (subsection.19.1.5) >>
+endobj
+1284 0 obj
+( Between the lines)
+endobj
+1285 0 obj
+<< /S /GoTo /D (section.19.2) >>
+endobj
+1288 0 obj
+( The process of breaking)
+endobj
+1289 0 obj
+<< /S /GoTo /D (subsection.19.2.1) >>
+endobj
+1292 0 obj
+( Three passes)
+endobj
+1293 0 obj
+<< /S /GoTo /D (subsection.19.2.2) >>
+endobj
+1296 0 obj
+( Tolerance values)
+endobj
+1297 0 obj
+<< /S /GoTo /D (section.19.3) >>
+endobj
+1300 0 obj
+( Discretionaries)
+endobj
+1301 0 obj
+<< /S /GoTo /D (subsection.19.3.1) >>
+endobj
+1304 0 obj
+( Hyphens and discretionaries)
+endobj
+1305 0 obj
+<< /S /GoTo /D (subsection.19.3.2) >>
+endobj
+1308 0 obj
+( Examples of discretionaries)
+endobj
+1309 0 obj
+<< /S /GoTo /D (section.19.4) >>
+endobj
+1312 0 obj
+( Hyphenation)
+endobj
+1313 0 obj
+<< /S /GoTo /D (subsection.19.4.1) >>
+endobj
+1316 0 obj
+( Start of a word)
+endobj
+1317 0 obj
+<< /S /GoTo /D (subsection.19.4.2) >>
+endobj
+1320 0 obj
+( End of a word)
+endobj
+1321 0 obj
+<< /S /GoTo /D (subsection.19.4.3) >>
+endobj
+1324 0 obj
+( TeX2 versus TeX3)
+endobj
+1325 0 obj
+<< /S /GoTo /D (subsection.19.4.4) >>
+endobj
+1328 0 obj
+( Patterns and exceptions)
+endobj
+1329 0 obj
+<< /S /GoTo /D (section.19.5) >>
+endobj
+1332 0 obj
+( Switching hyphenation patterns)
+endobj
+1333 0 obj
+<< /S /GoTo /D (chapter.20) >>
+endobj
+1336 0 obj
+( Spacing)
+endobj
+1337 0 obj
+<< /S /GoTo /D (section.20.1) >>
+endobj
+1340 0 obj
+( Introduction)
+endobj
+1341 0 obj
+<< /S /GoTo /D (section.20.2) >>
+endobj
+1344 0 obj
+( Automatic interword space)
+endobj
+1345 0 obj
+<< /S /GoTo /D (section.20.3) >>
+endobj
+1348 0 obj
+( User interword space)
+endobj
+1349 0 obj
+<< /S /GoTo /D (section.20.4) >>
+endobj
+1352 0 obj
+( Control space and tie)
+endobj
+1353 0 obj
+<< /S /GoTo /D (section.20.5) >>
+endobj
+1356 0 obj
+( More on the space factor)
+endobj
+1357 0 obj
+<< /S /GoTo /D (subsection.20.5.1) >>
+endobj
+1360 0 obj
+( Space factor assignments)
+endobj
+1361 0 obj
+<< /S /GoTo /D (subsection.20.5.2) >>
+endobj
+1364 0 obj
+( Punctuation)
+endobj
+1365 0 obj
+<< /S /GoTo /D (subsection.20.5.3) >>
+endobj
+1368 0 obj
+( Other non-letters)
+endobj
+1369 0 obj
+<< /S /GoTo /D (subsection.20.5.4) >>
+endobj
+1372 0 obj
+( Other influences on the space factor)
+endobj
+1373 0 obj
+<< /S /GoTo /D (chapter.21) >>
+endobj
+1376 0 obj
+( Characters in Math Mode)
+endobj
+1377 0 obj
+<< /S /GoTo /D (section.21.1) >>
+endobj
+1380 0 obj
+( Mathematical characters)
+endobj
+1381 0 obj
+<< /S /GoTo /D (section.21.2) >>
+endobj
+1384 0 obj
+( Delimiters)
+endobj
+1385 0 obj
+<< /S /GoTo /D (subsection.21.2.1) >>
+endobj
+1388 0 obj
+( Delimiter codes )
+endobj
+1389 0 obj
+<< /S /GoTo /D (subsection.21.2.2) >>
+endobj
+1392 0 obj
+( Explicit `delimiter commands)
+endobj
+1393 0 obj
+<< /S /GoTo /D (subsection.21.2.3) >>
+endobj
+1396 0 obj
+( Finding a delimiter; successors)
+endobj
+1397 0 obj
+<< /S /GoTo /D (subsection.21.2.4) >>
+endobj
+1400 0 obj
+( `big, `Big, `bigg, and `Bigg delimiter macros)
+endobj
+1401 0 obj
+<< /S /GoTo /D (section.21.3) >>
+endobj
+1404 0 obj
+( Radicals)
+endobj
+1405 0 obj
+<< /S /GoTo /D (section.21.4) >>
+endobj
+1408 0 obj
+( Math accents)
+endobj
+1409 0 obj
+<< /S /GoTo /D (chapter.22) >>
+endobj
+1412 0 obj
+( Fonts in Formulas)
+endobj
+1413 0 obj
+<< /S /GoTo /D (section.22.1) >>
+endobj
+1416 0 obj
+( Determining the font of a character in math mode)
+endobj
+1417 0 obj
+<< /S /GoTo /D (section.22.2) >>
+endobj
+1420 0 obj
+( Initial family settings)
+endobj
+1421 0 obj
+<< /S /GoTo /D (section.22.3) >>
+endobj
+1424 0 obj
+( Family definition)
+endobj
+1425 0 obj
+<< /S /GoTo /D (section.22.4) >>
+endobj
+1428 0 obj
+( Some specific font changes)
+endobj
+1429 0 obj
+<< /S /GoTo /D (subsection.22.4.1) >>
+endobj
+1432 0 obj
+( Change the font of ordinary characters and uppercase Greek)
+endobj
+1433 0 obj
+<< /S /GoTo /D (subsection.22.4.2) >>
+endobj
+1436 0 obj
+( Change uppercase Greek independent of text font)
+endobj
+1437 0 obj
+<< /S /GoTo /D (subsection.22.4.3) >>
+endobj
+1440 0 obj
+( Change the font of lowercase Greek )
+endobj
+1441 0 obj
+<< /S /GoTo /D (section.22.5) >>
+endobj
+1444 0 obj
+( Assorted remarks)
+endobj
+1445 0 obj
+<< /S /GoTo /D (subsection.22.5.1) >>
+endobj
+1448 0 obj
+( New fonts in formulas)
+endobj
+1449 0 obj
+<< /S /GoTo /D (subsection.22.5.2) >>
+endobj
+1452 0 obj
+( Evaluating the families)
+endobj
+1453 0 obj
+<< /S /GoTo /D (chapter.23) >>
+endobj
+1456 0 obj
+( Mathematics Typesetting)
+endobj
+1457 0 obj
+<< /S /GoTo /D (section.23.1) >>
+endobj
+1460 0 obj
+( Math modes)
+endobj
+1461 0 obj
+<< /S /GoTo /D (section.23.2) >>
+endobj
+1464 0 obj
+( Styles in math mode)
+endobj
+1465 0 obj
+<< /S /GoTo /D (subsection.23.2.1) >>
+endobj
+1468 0 obj
+( Superscripts and subscripts)
+endobj
+1469 0 obj
+<< /S /GoTo /D (subsection.23.2.2) >>
+endobj
+1472 0 obj
+( Choice of styles)
+endobj
+1473 0 obj
+<< /S /GoTo /D (section.23.3) >>
+endobj
+1476 0 obj
+( Classes of mathematical objects)
+endobj
+1477 0 obj
+<< /S /GoTo /D (section.23.4) >>
+endobj
+1480 0 obj
+( Large operators and their limits)
+endobj
+1481 0 obj
+<< /S /GoTo /D (section.23.5) >>
+endobj
+1484 0 obj
+( Vertical centring: `vcenter)
+endobj
+1485 0 obj
+<< /S /GoTo /D (section.23.6) >>
+endobj
+1488 0 obj
+( Mathematical spacing: mu glue)
+endobj
+1489 0 obj
+<< /S /GoTo /D (subsection.23.6.1) >>
+endobj
+1492 0 obj
+( Classification of mu glue)
+endobj
+1493 0 obj
+<< /S /GoTo /D (subsection.23.6.2) >>
+endobj
+1496 0 obj
+( Muskip registers)
+endobj
+1497 0 obj
+<< /S /GoTo /D (subsection.23.6.3) >>
+endobj
+1500 0 obj
+( Other spaces in math mode)
+endobj
+1501 0 obj
+<< /S /GoTo /D (section.23.7) >>
+endobj
+1504 0 obj
+( Generalized fractions)
+endobj
+1505 0 obj
+<< /S /GoTo /D (section.23.8) >>
+endobj
+1508 0 obj
+( Underlining, overlining)
+endobj
+1509 0 obj
+<< /S /GoTo /D (section.23.9) >>
+endobj
+1512 0 obj
+( Line breaking in math formulas)
+endobj
+1513 0 obj
+<< /S /GoTo /D (section.23.10) >>
+endobj
+1516 0 obj
+( Font dimensions of families 2 and 3)
+endobj
+1517 0 obj
+<< /S /GoTo /D (subsection.23.10.1) >>
+endobj
+1520 0 obj
+( Symbol font attributes)
+endobj
+1521 0 obj
+<< /S /GoTo /D (subsection.23.10.2) >>
+endobj
+1524 0 obj
+( Extension font attributes)
+endobj
+1525 0 obj
+<< /S /GoTo /D (subsection.23.10.3) >>
+endobj
+1528 0 obj
+( Example: subscript lowering)
+endobj
+1529 0 obj
+<< /S /GoTo /D (chapter.24) >>
+endobj
+1532 0 obj
+( Display Math)
+endobj
+1533 0 obj
+<< /S /GoTo /D (section.24.1) >>
+endobj
+1536 0 obj
+( Displays)
+endobj
+1537 0 obj
+<< /S /GoTo /D (section.24.2) >>
+endobj
+1540 0 obj
+( Displays in paragraphs)
+endobj
+1541 0 obj
+<< /S /GoTo /D (section.24.3) >>
+endobj
+1544 0 obj
+( Vertical material around displays)
+endobj
+1545 0 obj
+<< /S /GoTo /D (section.24.4) >>
+endobj
+1548 0 obj
+( Glue setting of the display math list)
+endobj
+1549 0 obj
+<< /S /GoTo /D (section.24.5) >>
+endobj
+1552 0 obj
+( Centring the display formula: displacement)
+endobj
+1553 0 obj
+<< /S /GoTo /D (section.24.6) >>
+endobj
+1556 0 obj
+( Equation numbers)
+endobj
+1557 0 obj
+<< /S /GoTo /D (subsection.24.6.1) >>
+endobj
+1560 0 obj
+( Ordinary equation numbers)
+endobj
+1561 0 obj
+<< /S /GoTo /D (subsection.24.6.2) >>
+endobj
+1564 0 obj
+( The equation number on a separate line)
+endobj
+1565 0 obj
+<< /S /GoTo /D (section.24.7) >>
+endobj
+1568 0 obj
+( Non-centred displays)
+endobj
+1569 0 obj
+<< /S /GoTo /D (chapter.25) >>
+endobj
+1572 0 obj
+( Alignment)
+endobj
+1573 0 obj
+<< /S /GoTo /D (section.25.1) >>
+endobj
+1576 0 obj
+( Introduction)
+endobj
+1577 0 obj
+<< /S /GoTo /D (section.25.2) >>
+endobj
+1580 0 obj
+( Horizontal and vertical alignment)
+endobj
+1581 0 obj
+<< /S /GoTo /D (subsection.25.2.1) >>
+endobj
+1584 0 obj
+( Horizontal alignments: `halign)
+endobj
+1585 0 obj
+<< /S /GoTo /D (subsection.25.2.2) >>
+endobj
+1588 0 obj
+( Vertical alignments: `valign)
+endobj
+1589 0 obj
+<< /S /GoTo /D (subsection.25.2.3) >>
+endobj
+1592 0 obj
+( Material between the lines: `noalign)
+endobj
+1593 0 obj
+<< /S /GoTo /D (subsection.25.2.4) >>
+endobj
+1596 0 obj
+( Size of the alignment)
+endobj
+1597 0 obj
+<< /S /GoTo /D (section.25.3) >>
+endobj
+1600 0 obj
+( The preamble)
+endobj
+1601 0 obj
+<< /S /GoTo /D (subsection.25.3.1) >>
+endobj
+1604 0 obj
+( Infinite preambles)
+endobj
+1605 0 obj
+<< /S /GoTo /D (subsection.25.3.2) >>
+endobj
+1608 0 obj
+( Brace counting in preambles)
+endobj
+1609 0 obj
+<< /S /GoTo /D (subsection.25.3.3) >>
+endobj
+1612 0 obj
+( Expansion in the preamble)
+endobj
+1613 0 obj
+<< /S /GoTo /D (subsection.25.3.4) >>
+endobj
+1616 0 obj
+( `tabskip)
+endobj
+1617 0 obj
+<< /S /GoTo /D (section.25.4) >>
+endobj
+1620 0 obj
+( The alignment)
+endobj
+1621 0 obj
+<< /S /GoTo /D (subsection.25.4.1) >>
+endobj
+1624 0 obj
+( Reading an entry)
+endobj
+1625 0 obj
+<< /S /GoTo /D (subsection.25.4.2) >>
+endobj
+1628 0 obj
+( Alternate specifications: `omit)
+endobj
+1629 0 obj
+<< /S /GoTo /D (subsection.25.4.3) >>
+endobj
+1632 0 obj
+( Spanning across multiple columns: `span)
+endobj
+1633 0 obj
+<< /S /GoTo /D (subsection.25.4.4) >>
+endobj
+1636 0 obj
+( Rules in alignments)
+endobj
+1637 0 obj
+<< /S /GoTo /D (subsection.25.4.5) >>
+endobj
+1640 0 obj
+( End of a line: `cr and `crcr)
+endobj
+1641 0 obj
+<< /S /GoTo /D (section.25.5) >>
+endobj
+1644 0 obj
+( Example: math alignments)
+endobj
+1645 0 obj
+<< /S /GoTo /D (chapter.26) >>
+endobj
+1648 0 obj
+( Page Shape)
+endobj
+1649 0 obj
+<< /S /GoTo /D (section.26.1) >>
+endobj
+1652 0 obj
+( The reference point for global positioning)
+endobj
+1653 0 obj
+<< /S /GoTo /D (section.26.2) >>
+endobj
+1656 0 obj
+( `topskip)
+endobj
+1657 0 obj
+<< /S /GoTo /D (section.26.3) >>
+endobj
+1660 0 obj
+( Page height and depth)
+endobj
+1661 0 obj
+<< /S /GoTo /D (chapter.27) >>
+endobj
+1664 0 obj
+( Page Breaking)
+endobj
+1665 0 obj
+<< /S /GoTo /D (section.27.1) >>
+endobj
+1668 0 obj
+( The current page and the recent contributions)
+endobj
+1669 0 obj
+<< /S /GoTo /D (section.27.2) >>
+endobj
+1672 0 obj
+( Activating the page builder)
+endobj
+1673 0 obj
+<< /S /GoTo /D (section.27.3) >>
+endobj
+1676 0 obj
+( Page length bookkeeping)
+endobj
+1677 0 obj
+<< /S /GoTo /D (section.27.4) >>
+endobj
+1680 0 obj
+( Breakpoints)
+endobj
+1681 0 obj
+<< /S /GoTo /D (subsection.27.4.1) >>
+endobj
+1684 0 obj
+( Possible breakpoints)
+endobj
+1685 0 obj
+<< /S /GoTo /D (subsection.27.4.2) >>
+endobj
+1688 0 obj
+( Breakpoint penalties)
+endobj
+1689 0 obj
+<< /S /GoTo /D (subsection.27.4.3) >>
+endobj
+1692 0 obj
+( Breakpoint computation)
+endobj
+1693 0 obj
+<< /S /GoTo /D (section.27.5) >>
+endobj
+1696 0 obj
+( `vsplit)
+endobj
+1697 0 obj
+<< /S /GoTo /D (section.27.6) >>
+endobj
+1700 0 obj
+( Examples of page breaking)
+endobj
+1701 0 obj
+<< /S /GoTo /D (subsection.27.6.1) >>
+endobj
+1704 0 obj
+( Filling up a page)
+endobj
+1705 0 obj
+<< /S /GoTo /D (subsection.27.6.2) >>
+endobj
+1708 0 obj
+( Determining the breakpoint)
+endobj
+1709 0 obj
+<< /S /GoTo /D (subsection.27.6.3) >>
+endobj
+1712 0 obj
+( The page builder after a paragraph)
+endobj
+1713 0 obj
+<< /S /GoTo /D (chapter.28) >>
+endobj
+1716 0 obj
+( Output Routines)
+endobj
+1717 0 obj
+<< /S /GoTo /D (section.28.1) >>
+endobj
+1720 0 obj
+( The `output token list)
+endobj
+1721 0 obj
+<< /S /GoTo /D (section.28.2) >>
+endobj
+1724 0 obj
+( Output and `box255)
+endobj
+1725 0 obj
+<< /S /GoTo /D (section.28.3) >>
+endobj
+1728 0 obj
+( Marks)
+endobj
+1729 0 obj
+<< /S /GoTo /D (section.28.4) >>
+endobj
+1732 0 obj
+( Assorted remarks)
+endobj
+1733 0 obj
+<< /S /GoTo /D (subsection.28.4.1) >>
+endobj
+1736 0 obj
+( Hazards in non-trivial output routines)
+endobj
+1737 0 obj
+<< /S /GoTo /D (subsection.28.4.2) >>
+endobj
+1740 0 obj
+( Page numbering)
+endobj
+1741 0 obj
+<< /S /GoTo /D (subsection.28.4.3) >>
+endobj
+1744 0 obj
+( Headlines and footlines in plain TeX)
+endobj
+1745 0 obj
+<< /S /GoTo /D (subsection.28.4.4) >>
+endobj
+1748 0 obj
+( Example: no widow lines)
+endobj
+1749 0 obj
+<< /S /GoTo /D (subsection.28.4.5) >>
+endobj
+1752 0 obj
+( Example: no indentation top of page)
+endobj
+1753 0 obj
+<< /S /GoTo /D (subsection.28.4.6) >>
+endobj
+1756 0 obj
+( More examples of output routines)
+endobj
+1757 0 obj
+<< /S /GoTo /D (chapter.29) >>
+endobj
+1760 0 obj
+( Insertions)
+endobj
+1761 0 obj
+<< /S /GoTo /D (section.29.1) >>
+endobj
+1764 0 obj
+( Insertion items)
+endobj
+1765 0 obj
+<< /S /GoTo /D (section.29.2) >>
+endobj
+1768 0 obj
+( Insertion class declaration)
+endobj
+1769 0 obj
+<< /S /GoTo /D (section.29.3) >>
+endobj
+1772 0 obj
+( Insertion parameters)
+endobj
+1773 0 obj
+<< /S /GoTo /D (section.29.4) >>
+endobj
+1776 0 obj
+( Moving insertion items from the contributions list)
+endobj
+1777 0 obj
+<< /S /GoTo /D (section.29.5) >>
+endobj
+1780 0 obj
+( Insertions in the output routine)
+endobj
+1781 0 obj
+<< /S /GoTo /D (section.29.6) >>
+endobj
+1784 0 obj
+( Plain TeX insertions)
+endobj
+1785 0 obj
+<< /S /GoTo /D (chapter.30) >>
+endobj
+1788 0 obj
+( File Input and Output)
+endobj
+1789 0 obj
+<< /S /GoTo /D (section.30.1) >>
+endobj
+1792 0 obj
+( Including files: `input and `endinput)
+endobj
+1793 0 obj
+<< /S /GoTo /D (section.30.2) >>
+endobj
+1796 0 obj
+( File I/O)
+endobj
+1797 0 obj
+<< /S /GoTo /D (subsection.30.2.1) >>
+endobj
+1800 0 obj
+( Opening and closing streams)
+endobj
+1801 0 obj
+<< /S /GoTo /D (subsection.30.2.2) >>
+endobj
+1804 0 obj
+( Input with `read)
+endobj
+1805 0 obj
+<< /S /GoTo /D (subsection.30.2.3) >>
+endobj
+1808 0 obj
+( Output with `write)
+endobj
+1809 0 obj
+<< /S /GoTo /D (section.30.3) >>
+endobj
+1812 0 obj
+( Whatsits)
+endobj
+1813 0 obj
+<< /S /GoTo /D (section.30.4) >>
+endobj
+1816 0 obj
+( Assorted remarks)
+endobj
+1817 0 obj
+<< /S /GoTo /D (subsection.30.4.1) >>
+endobj
+1820 0 obj
+( Inspecting input)
+endobj
+1821 0 obj
+<< /S /GoTo /D (subsection.30.4.2) >>
+endobj
+1824 0 obj
+( Testing for existence of files)
+endobj
+1825 0 obj
+<< /S /GoTo /D (subsection.30.4.3) >>
+endobj
+1828 0 obj
+( Timing problems)
+endobj
+1829 0 obj
+<< /S /GoTo /D (subsection.30.4.4) >>
+endobj
+1832 0 obj
+( `message versus `immediate`write16)
+endobj
+1833 0 obj
+<< /S /GoTo /D (subsection.30.4.5) >>
+endobj
+1836 0 obj
+( Write inside a vertical box)
+endobj
+1837 0 obj
+<< /S /GoTo /D (subsection.30.4.6) >>
+endobj
+1840 0 obj
+( Expansion and spaces in `write and `message)
+endobj
+1841 0 obj
+<< /S /GoTo /D (chapter.31) >>
+endobj
+1844 0 obj
+( Allocation)
+endobj
+1845 0 obj
+<< /S /GoTo /D (section.31.1) >>
+endobj
+1848 0 obj
+( Allocation commands)
+endobj
+1849 0 obj
+<< /S /GoTo /D (subsection.31.1.1) >>
+endobj
+1852 0 obj
+( `count, `dimen, `skip, `muskip, `toks)
+endobj
+1853 0 obj
+<< /S /GoTo /D (subsection.31.1.2) >>
+endobj
+1856 0 obj
+( `box, `fam, `write, `read, `insert)
+endobj
+1857 0 obj
+<< /S /GoTo /D (section.31.2) >>
+endobj
+1860 0 obj
+( Ground rules for macro writers)
+endobj
+1861 0 obj
+<< /S /GoTo /D (chapter.32) >>
+endobj
+1864 0 obj
+( Running TeX)
+endobj
+1865 0 obj
+<< /S /GoTo /D (section.32.1) >>
+endobj
+1868 0 obj
+( Jobs)
+endobj
+1869 0 obj
+<< /S /GoTo /D (subsection.32.1.1) >>
+endobj
+1872 0 obj
+( Start of the job)
+endobj
+1873 0 obj
+<< /S /GoTo /D (subsection.32.1.2) >>
+endobj
+1876 0 obj
+( End of the job)
+endobj
+1877 0 obj
+<< /S /GoTo /D (subsection.32.1.3) >>
+endobj
+1880 0 obj
+( The log file)
+endobj
+1881 0 obj
+<< /S /GoTo /D (section.32.2) >>
+endobj
+1884 0 obj
+( Run modes)
+endobj
+1885 0 obj
+<< /S /GoTo /D (chapter.33) >>
+endobj
+1888 0 obj
+( TeX and the Outside World)
+endobj
+1889 0 obj
+<< /S /GoTo /D (section.33.1) >>
+endobj
+1892 0 obj
+( TeX, IniTeX, VirTeX)
+endobj
+1893 0 obj
+<< /S /GoTo /D (subsection.33.1.1) >>
+endobj
+1896 0 obj
+( Formats: loading)
+endobj
+1897 0 obj
+<< /S /GoTo /D (subsection.33.1.2) >>
+endobj
+1900 0 obj
+( Formats: dumping)
+endobj
+1901 0 obj
+<< /S /GoTo /D (subsection.33.1.3) >>
+endobj
+1904 0 obj
+( Formats: preloading)
+endobj
+1905 0 obj
+<< /S /GoTo /D (subsection.33.1.4) >>
+endobj
+1908 0 obj
+( The knowledge of IniTeX)
+endobj
+1909 0 obj
+<< /S /GoTo /D (subsection.33.1.5) >>
+endobj
+1912 0 obj
+( Memory sizes of TeX and IniTeX)
+endobj
+1913 0 obj
+<< /S /GoTo /D (section.33.2) >>
+endobj
+1916 0 obj
+( More about formats)
+endobj
+1917 0 obj
+<< /S /GoTo /D (subsection.33.2.1) >>
+endobj
+1920 0 obj
+( Compatibility)
+endobj
+1921 0 obj
+<< /S /GoTo /D (subsection.33.2.2) >>
+endobj
+1924 0 obj
+( Preloaded fonts)
+endobj
+1925 0 obj
+<< /S /GoTo /D (subsection.33.2.3) >>
+endobj
+1928 0 obj
+( The plain format)
+endobj
+1929 0 obj
+<< /S /GoTo /D (subsection.33.2.4) >>
+endobj
+1932 0 obj
+( The LaTeX format)
+endobj
+1933 0 obj
+<< /S /GoTo /D (subsection.33.2.5) >>
+endobj
+1936 0 obj
+( Mathematical formats)
+endobj
+1937 0 obj
+<< /S /GoTo /D (subsection.33.2.6) >>
+endobj
+1940 0 obj
+( Other formats)
+endobj
+1941 0 obj
+<< /S /GoTo /D (section.33.3) >>
+endobj
+1944 0 obj
+( The dvi file)
+endobj
+1945 0 obj
+<< /S /GoTo /D (subsection.33.3.1) >>
+endobj
+1948 0 obj
+( The dvi file format)
+endobj
+1949 0 obj
+<< /S /GoTo /D (subsection.33.3.2) >>
+endobj
+1952 0 obj
+( Page identification)
+endobj
+1953 0 obj
+<< /S /GoTo /D (subsection.33.3.3) >>
+endobj
+1956 0 obj
+( Magnification )
+endobj
+1957 0 obj
+<< /S /GoTo /D (section.33.4) >>
+endobj
+1960 0 obj
+( Specials)
+endobj
+1961 0 obj
+<< /S /GoTo /D (section.33.5) >>
+endobj
+1964 0 obj
+( Time)
+endobj
+1965 0 obj
+<< /S /GoTo /D (section.33.6) >>
+endobj
+1968 0 obj
+( Fonts)
+endobj
+1969 0 obj
+<< /S /GoTo /D (subsection.33.6.1) >>
+endobj
+1972 0 obj
+( Font metrics)
+endobj
+1973 0 obj
+<< /S /GoTo /D (subsection.33.6.2) >>
+endobj
+1976 0 obj
+( Virtual fonts)
+endobj
+1977 0 obj
+<< /S /GoTo /D (subsection.33.6.3) >>
+endobj
+1980 0 obj
+( Font files)
+endobj
+1981 0 obj
+<< /S /GoTo /D (subsection.33.6.4) >>
+endobj
+1984 0 obj
+( Computer Modern)
+endobj
+1985 0 obj
+<< /S /GoTo /D (section.33.7) >>
+endobj
+1988 0 obj
+( TeX and web)
+endobj
+1989 0 obj
+<< /S /GoTo /D (section.33.8) >>
+endobj
+1992 0 obj
+( The TeX Users Group)
+endobj
+1993 0 obj
+<< /S /GoTo /D (chapter.34) >>
+endobj
+1996 0 obj
+( Tracing)
+endobj
+1997 0 obj
+<< /S /GoTo /D (section.34.1) >>
+endobj
+2000 0 obj
+( Meaning and content: `show, `showthe, `meaning)
+endobj
+2001 0 obj
+<< /S /GoTo /D (section.34.2) >>
+endobj
+2004 0 obj
+( Show boxes: `showbox, `tracingoutput)
+endobj
+2005 0 obj
+<< /S /GoTo /D (section.34.3) >>
+endobj
+2008 0 obj
+( Global statistics)
+endobj
+2009 0 obj
+<< /S /GoTo /D (chapter.35) >>
+endobj
+2012 0 obj
+( Errors, Catastrophes, and Help)
+endobj
+2013 0 obj
+<< /S /GoTo /D (section.35.1) >>
+endobj
+2016 0 obj
+( Error messages)
+endobj
+2017 0 obj
+<< /S /GoTo /D (section.35.2) >>
+endobj
+2020 0 obj
+( Overflow errors)
+endobj
+2021 0 obj
+<< /S /GoTo /D (subsection.35.2.1) >>
+endobj
+2024 0 obj
+( Buffer size \(500\))
+endobj
+2025 0 obj
+<< /S /GoTo /D (subsection.35.2.2) >>
+endobj
+2028 0 obj
+( Exception dictionary \(307\))
+endobj
+2029 0 obj
+<< /S /GoTo /D (subsection.35.2.3) >>
+endobj
+2032 0 obj
+( Font memory \(20000\))
+endobj
+2033 0 obj
+<< /S /GoTo /D (subsection.35.2.4) >>
+endobj
+2036 0 obj
+( Grouping levels)
+endobj
+2037 0 obj
+<< /S /GoTo /D (subsection.35.2.5) >>
+endobj
+2040 0 obj
+( Hash size \(2100\))
+endobj
+2041 0 obj
+<< /S /GoTo /D (subsection.35.2.6) >>
+endobj
+2044 0 obj
+( Number of strings \(3000\))
+endobj
+2045 0 obj
+<< /S /GoTo /D (subsection.35.2.7) >>
+endobj
+2048 0 obj
+( Input stack size \(200\))
+endobj
+2049 0 obj
+<< /S /GoTo /D (subsection.35.2.8) >>
+endobj
+2052 0 obj
+( Main memory size \(30000\))
+endobj
+2053 0 obj
+<< /S /GoTo /D (subsection.35.2.9) >>
+endobj
+2056 0 obj
+( Parameter stack size \(60\))
+endobj
+2057 0 obj
+<< /S /GoTo /D (subsection.35.2.10) >>
+endobj
+2060 0 obj
+( Pattern memory \(8000\))
+endobj
+2061 0 obj
+<< /S /GoTo /D (subsection.35.2.11) >>
+endobj
+2064 0 obj
+( Pattern memory ops per language)
+endobj
+2065 0 obj
+<< /S /GoTo /D (subsection.35.2.12) >>
+endobj
+2068 0 obj
+( Pool size \(32000\))
+endobj
+2069 0 obj
+<< /S /GoTo /D (subsection.35.2.13) >>
+endobj
+2072 0 obj
+( Save size \(600\))
+endobj
+2073 0 obj
+<< /S /GoTo /D (subsection.35.2.14) >>
+endobj
+2076 0 obj
+( Semantic nest size \(40\))
+endobj
+2077 0 obj
+<< /S /GoTo /D (subsection.35.2.15) >>
+endobj
+2080 0 obj
+( Text input levels \(6\))
+endobj
+2081 0 obj
+<< /S /GoTo /D (chapter.36) >>
+endobj
+2084 0 obj
+( The Grammar of TeX)
+endobj
+2085 0 obj
+<< /S /GoTo /D (section.36.1) >>
+endobj
+2088 0 obj
+( Notations)
+endobj
+2089 0 obj
+<< /S /GoTo /D (section.36.2) >>
+endobj
+2092 0 obj
+( Keywords)
+endobj
+2093 0 obj
+<< /S /GoTo /D (section.36.3) >>
+endobj
+2096 0 obj
+( Specific grammatical terms)
+endobj
+2097 0 obj
+<< /S /GoTo /D (subsection.36.3.1) >>
+endobj
+2100 0 obj
+( "426830A equals"526930B )
+endobj
+2101 0 obj
+<< /S /GoTo /D (subsection.36.3.2) >>
+endobj
+2104 0 obj
+( "426830A filler"526930B , "426830A general text"526930B )
+endobj
+2105 0 obj
+<< /S /GoTo /D (subsection.36.3.3) >>
+endobj
+2108 0 obj
+( `\173`\175 and "426830A left brace"526930B "426830A right brace"526930B )
+endobj
+2109 0 obj
+<< /S /GoTo /D (subsection.36.3.4) >>
+endobj
+2112 0 obj
+( "426830A math field"526930B )
+endobj
+2113 0 obj
+<< /S /GoTo /D (section.36.4) >>
+endobj
+2116 0 obj
+( Differences between TeX versions 2 and 3)
+endobj
+2117 0 obj
+<< /S /GoTo /D (chapter.37) >>
+endobj
+2120 0 obj
+( Glossary of TeX Primitives)
+endobj
+2121 0 obj
+<< /S /GoTo /D (chapter.38) >>
+endobj
+2124 0 obj
+( Tables)
+endobj
+2125 0 obj
+<< /S /GoTo /D (section.38.1) >>
+endobj
+2128 0 obj
+( Character tables)
+endobj
+2129 0 obj
+<< /S /GoTo /D (section.38.2) >>
+endobj
+2132 0 obj
+( \040Computer modern fonts)
+endobj
+2133 0 obj
+<< /S /GoTo /D (section.38.3) >>
+endobj
+2136 0 obj
+( Plain TeX math symbols)
+endobj
+2137 0 obj
+<< /S /GoTo /D (subsection.38.3.1) >>
+endobj
+2140 0 obj
+( \040Mathcharacter codes)
+endobj
+2141 0 obj
+<< /S /GoTo /D (subsection.38.3.2) >>
+endobj
+2144 0 obj
+( \040Delimiter codes)
+endobj
+2145 0 obj
+<< /S /GoTo /D (subsection.38.3.3) >>
+endobj
+2148 0 obj
+( \040"426830A mathchardef tokens"526930B : ordinary symbols)
+endobj
+2149 0 obj
+<< /S /GoTo /D (subsection.38.3.4) >>
+endobj
+2152 0 obj
+( \040"426830A mathchardef tokens"526930B : large operators)
+endobj
+2153 0 obj
+<< /S /GoTo /D (subsection.38.3.5) >>
+endobj
+2156 0 obj
+( \040"426830A mathchardef tokens"526930B : binary operations)
+endobj
+2157 0 obj
+<< /S /GoTo /D (subsection.38.3.6) >>
+endobj
+2160 0 obj
+( \040"426830A mathchardef tokens"526930B : relations)
+endobj
+2161 0 obj
+<< /S /GoTo /D (subsection.38.3.7) >>
+endobj
+2164 0 obj
+( `delimiter macros)
+endobj
+2165 0 obj
+<< /S /GoTo /D [2166 0 R /Fit ] >>
+endobj
+2168 0 obj <<
+/Length 174
+/Filter /FlateDecode
+>>
+stream
+xÚOA
+Â0¼÷{³»6ɦÉÛb*T©Qñ&þÿ ¶ ‚GO»;³3Ìô±Ø ’A”BÄ7ˆ†‘hÙ‰,6‚âëQÆêG0Ø’5P+´FéDøDXTmkà¿UµÔMÙß󌕰åñÜ6ßÝ^ÕBšEOôŸñ\è¦Í9;Ì~ð³Ÿ\zÏ]²ÖríR+‰ÌJAMŒV(™®Áå8s¶ða<ì—”¥ð±ø
+endobj
+2166 0 obj <<
+/Type /Page
+/Contents 2168 0 R
+/Resources 2167 0 R
+/MediaBox [0 0 612 792]
+/Parent 2174 0 R
+>> endobj
+2169 0 obj <<
+/D [2166 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2170 0 obj <<
+/D [2166 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+2167 0 obj <<
+/Font << /F29 2173 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2177 0 obj <<
+/Length 845
+/Filter /FlateDecode
+>>
+stream
+xÚmUKÛ8 ¾ûWø(±F’-ÉBOîÌ¢]L:-ÐéÁ±•Æ;Žµ•NóïW•4)‚D~âã#E3<eþÇSέ ש2œj¦xÚl“ÿ’oßYÚ&,}—0Z˜J¦/^a”#ÒmRHC•äÅ铇䟄Çù)f~ôv™ÜÜ “j”Pér}–[1Z²Âƒí7òfÜeœ‘ÃÔýظìûò]ZJ*UUùlcE0jàâæž—gárAµ2>ë™ÝãM/3 ZÊÂóF‚1åB2ò˜)FºÆêwÝ¿Ï›qïhà‘KI…¥¯S#¥ÞŸì´í湇,çF’n†³$?¦zp¶EÐx6±¸LI²@»¶›ÝÔ­2ÁÈÞY4«‡ö8€¼Ûn}@[·Áè’´c³ßÚÁ¡¶Z;Mb çyE*ã:Bþ
+aÇ
+x¨àïŸ}¹J“ûÉZ”þŠákêèC×Øa¶ Ô3Î9±Ó|ºçT šçÏzȸô¥zE‘¾v6â?>÷ÜíW}7o W ®x†JN´.xcçƵ{vÖS¨Ù[BèÑw#ð~`E^:·ÁëaDäí•Ìó¾ÓSWc5y° ¸Í ´BkH?.3BìÈ –™fÄòË¡Ý^zßÖÍóÎWJ¹E±e¯±úÓÈžÎSsz|Da:Â94ý¾Å†‚vÑPEf,ÿÊëÍ¢Œó Nó þ˜‡+3§ܾÖdf¤ß³
+Ú]ÕsHêÅ@E ÂÝ8>Ç(!7‚V¬äð‹’㢸Ãå@«’›ô ÿcŽ*FÆ]×,Po.öK€üãyÜZŸoðÙûg¤ªT^ÐÔ¢Âì§ÕÂÄj‹‚Eî€álFx7u¸à^@HŒ°äuë÷Á8ä_€µ{¿!°ùü~Fon?"Ä<mžÃv¹Y\{˜Éž2ÃF ³ Cæbâ®]£pùazà‰11Í•mÝZ”Ö~,úÊ5ì-ü’º¾^õö2o*§¸€‹2­üV%,`O²¬8-´ $3]^Û»‘†
+%œ¥hUháë¤Fë‹Y(¤~Ã_Ñmu8ºFáÊ_‚¨
+ZjÉã“än™ü›Óúendstream
+endobj
+2176 0 obj <<
+/Type /Page
+/Contents 2177 0 R
+/Resources 2175 0 R
+/MediaBox [0 0 612 792]
+/Parent 2174 0 R
+>> endobj
+2175 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2186 0 obj <<
+/Length 1263
+/Filter /FlateDecode
+>>
+stream
+xÚ¥WMÛ6½çWøh5C?Dî­Y$@Š´(°>èö ØÜ[R%9Iÿ}I‰#Ë-ÛíÉ5š÷fæqfønóæíÁL.,6/ &)I¨0 © ÚˆÅf÷çò±È›7õê¯Í/o?€Yb(ÿ]¬%#šÊ¤µü”mm^ÛÎPÀÀPPb„röÞŒ‰ˆ«u0Y3FŒ”ÐYWl`ÈÑÊ@ðµùbWktùÔTÇms¬VL/Ã_ÅK÷Û ÍÆ»[N´1f±Fu1¾oßHÂIƒÿÿè>ü½u[lm]U$<å¸+(‹…ÇŒ$ ŒHXÄÝyˆVL. Ù Dê¤ A09Á})˜^ þ!”U _¯ÖŒRz¦’d@’’p•d_‡,/Í!†ˆ~Fy—™µ$]>~I«tÛØj0åè"ÒsUˆ‚õF4h›•¦Ëï+æä³ÞÛÈå7Ÿ»¿^–¿ÆØH R*3ÏFéæ·§Ûzr?Ê4¯³"¿v~GÚyŸö"ø;?S縑ø…"
+ê*æûé¡ÜÛúï‘êÏèÓ׬,í®c\—mÁcQ:9cëˆC¡Í
+OâG·T9fçïcš7Y“¡À¼ÜQaYhÔ•-+[»Í!õ•Œ–¸5Ø,³Þè,Çpu3xLûZTÿtd‹Ý„k’[Ö“ãO¡r:–«:>âá
+üýêç¹[MÎî` ÿïîÓjµ×ý<S
+® á³Ú«.¼?6Å!mzÜÄ #O}¡õØÍ1øR&´Àô[l4%dxÿÐqÊÛ-è{÷°Ïòè~o¥ýd‹³fÌi.Õ$Á§ií§Ø ÎëÀ»öͱÕølwL4¡\áÝ„Ç5w9át<Ú<u~õ_#ε_¸õ9õC¶ÛíG·˜ ™OÜÂ÷œYú\¹{·Ð™1…ÒþyÛ7Š³ýáå¸ß]H³mPºpÇ!K®²—ËÊ/,Ý4iÑ>Û滵9ž¾á„ª»Vþ_¸ôLj†rØz›–vodJ
+P&@e¯yQá
+7/.A$lr<¾ƒ£Ñ7Aq¡¨Û†ÁÑnaÑLÌ Í$‘QÄþÃÁ­€qe0.am&ÑÄA=ºŽp ¼ŸTé>ÛÅâr×4=Ÿ½`2BÓW{Ó'Ûœ¶Ž~½,\·¬¦›I×ÄlCã.€‰9mºoÞoÞü ¡½’endstream
+endobj
+2185 0 obj <<
+/Type /Page
+/Contents 2186 0 R
+/Resources 2184 0 R
+/MediaBox [0 0 612 792]
+/Parent 2174 0 R
+/Annots [ 2191 0 R 2195 0 R 2196 0 R 2197 0 R 2198 0 R 2199 0 R 2200 0 R 2201 0 R 2202 0 R 2206 0 R 2207 0 R 2208 0 R 2209 0 R 2210 0 R 2211 0 R 2212 0 R 2213 0 R 2214 0 R 2215 0 R 2216 0 R 2217 0 R 2218 0 R 2219 0 R 2220 0 R 2221 0 R 2222 0 R 2223 0 R 2224 0 R 2225 0 R 2226 0 R 2227 0 R 2228 0 R 2229 0 R 2230 0 R 2231 0 R 2232 0 R ]
+>> endobj
+2191 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 536.5729 182.6845 545.4743]
+/Subtype /Link
+/A << /S /GoTo /D (chapter*.1) >>
+>> endobj
+2195 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 522.4359 336.8683 533.589]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.1) >>
+>> endobj
+2196 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 510.5355 268.7346 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (section.1.1) >>
+>> endobj
+2197 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 498.6651 265.7029 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (section.1.2) >>
+>> endobj
+2198 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 486.7099 248.2683 497.6537]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.1.2.1) >>
+>> endobj
+2199 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 474.7547 294.2954 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.1.2.2) >>
+>> endobj
+2200 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 462.7996 285.4688 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (section.1.3) >>
+>> endobj
+2201 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 450.8444 287.9594 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.1.3.1) >>
+>> endobj
+2202 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 438.8321 402.2693 449.9571]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.1.3.2) >>
+>> endobj
+2206 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 426.9341 321.9912 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.1.3.3) >>
+>> endobj
+2207 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 414.9789 283.6556 425.9227]
+/Subtype /Link
+/A << /S /GoTo /D (section.1.4) >>
+>> endobj
+2208 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 403.0237 269.0203 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (section.1.5) >>
+>> endobj
+2209 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 391.0686 225.8626 402.0123]
+/Subtype /Link
+/A << /S /GoTo /D (section.1.6) >>
+>> endobj
+2210 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 379.1134 247.7204 390.0572]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.1.6.1) >>
+>> endobj
+2211 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 367.1582 359.2206 378.102]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.1.6.2) >>
+>> endobj
+2212 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 355.3326 338.061 366.2166]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+2213 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 345.2653 235.8252 354.1916]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.1) >>
+>> endobj
+2214 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 331.2927 255.471 342.2365]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.2) >>
+>> endobj
+2215 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 319.3375 248.1191 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.3) >>
+>> endobj
+2216 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 309.3998 289.6725 318.3261]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.4) >>
+>> endobj
+2217 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 295.4272 371.684 306.371]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.5) >>
+>> endobj
+2218 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 285.4845 254.674 294.4158]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.5.1) >>
+>> endobj
+2219 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 271.5169 282.0411 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.5.2) >>
+>> endobj
+2220 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 261.5792 278.4446 270.5055]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.5.3) >>
+>> endobj
+2221 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 247.6065 311.0618 258.5503]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.6) >>
+>> endobj
+2222 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 237.6688 324.2919 246.5951]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.7) >>
+>> endobj
+2223 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 223.6962 262.3552 234.64]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.7.1) >>
+>> endobj
+2224 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 212.4932 339.8546 222.6848]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.7.2) >>
+>> endobj
+2225 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 201.8033 239.4217 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.7.3) >>
+>> endobj
+2226 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 187.8307 236.642 198.7745]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.7.4) >>
+>> endobj
+2227 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 175.8755 240.5273 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.7.5) >>
+>> endobj
+2228 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 163.9204 266.2408 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.7.6) >>
+>> endobj
+2229 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 151.9652 223.9199 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.7.7) >>
+>> endobj
+2230 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 142.0275 238.8737 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.7.8) >>
+>> endobj
+2231 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 129.9925 228.8215 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.7.9) >>
+>> endobj
+2232 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 118.1171 296.9451 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.8) >>
+>> endobj
+2187 0 obj <<
+/D [2185 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+6 0 obj <<
+/D [2185 0 R /XYZ 150.7049 549.3735 null]
+>> endobj
+2184 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F42 2194 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2235 0 obj <<
+/Length 1638
+/Filter /FlateDecode
+>>
+stream
+xÚ­YKÛ6¾ûWøVû° ß{j³ÍI[iÜ¢@ Š¬ÝU×–\Yîbÿ}‡I[ÒøÕ9Ä–G3ß¼?r_/&¯î¸Zb5×ÓÅýTrEÓbª­"Ú2>],?Ín«²ÉËf;ÿ²x7y³˜°)…lÊ(%‰e¤1T³i¶žü5ùô…N—:}7¡DØDMŸá %ÌZ>]O„²D+&“ÕäãäCTyuÞ*}=Bº·­ áB‰)'Ö|u'ù¬$Ñ`Š¶2‹Ç¼“=}†Ø„+/ó™ ¹IkDD² ª©žæŒÎòrîpÓ™PÝ=¤7F®xıJ1”ѳP?nÒ,ßåS^ðÊyTN˜ïãS±ÙäËù Wt¶í4Ž 3ª
+1J‹“â½o§«ÚDšP}Ò¿ 3ò/NˆÛÇ´|(Ê_{è4¶®}-»i î9XÙ#:• '†ëP„hön`­i•E ‰Q×ù:­Ÿ¶£x;¸!Ü7ÕýÍ>þYš59º4¸&TPu_&ˆŸÝhiD¨E¹ Ï6ui[ÕÞaÉ®Ù)<VÊâ´îIžïéöiÚä=Y,TÔÈThE`#ä—#,«æ¿Aå’ˆDëÓPƒÐ(«±ê~ɳ]½-æ\ÍþvýÏ%…'öY–º­ê—Ûý%ùEàÅ0†\ŽÂ BÃÈŠÿ…W}‡õ.´.ó¿g•wÚ…¡ì|î
+E«anú`RvémhU,«@'•ŒûL
+tÉpGm?§‚°³1Š–ý̨–‘Þá–ÐV„5sÞRo¡æíò²¥’îë}è€lB^â|IüCÅQh­£Ýÿ_ yÙäÛ¼ù«"XÐTSs°Žl¡a Ë°3qÜø RòaþD;ß”£•ëͪȊf8Úûti‹Cå°¼ ®òC
+˜$°1©ð•å¾P;Œ¼<ùﳬ=±ù´ê+ÒªÎwúÜ€û[<³AsÁv}Öà¯p€©³t›xþªrCó9üÖ™N®ðUÇŒ_hbßµý3”Xkâ€ÅI}!áÿÉz:Þ‡€Ó³Lè0Ah˜‘v7] ¦ÊzÛ_Q]Ÿ´œòÙ}¬ê%¾Ha¢q±Z|‘z¡Qà¤Çz[ç°&‡ktð(„hÂM<Þ¸fÝE‘€$ÆÊ°¬\0þ×pÊÒ‡WÕó¡Æžë‹Öì´çÈ3 µ¡çæ‚%°Ì)IG#­ë{EÃ&—lŸý¯÷ƒb?:u K`0c·M /…q¢è=Äž~¿k"3
+þgø^Ä® ‘6žvpQh„!tó­#’…‡ª~é-ý~R:‚BÒ,2#WH]P¬pHWq§–ÖÏ¥<Ë•î\?Uþòo˜sX,¶ƒÂ)ZôW λòªtç¢Víw®­y?
+ê»,ólå8ÿžp*qqC€¹Xr¨Ã¼§Ö]
+Bs¿FL1w#Áâ¡”¯Ð2å.õ4æ@àI°s¥GQŠUúa—×/½3yWª»ºÎCŒîc´âØ?*Óu~ì8g?/
+ð 쮦—G×ånµj¡ lž
+x£Bé ,AK¥&U\YCEé6`¯†ä%+F5äK³Xø¥èb@"…8í_Y éÿÑ5y^—øt1î‚}_bø·—Æ0‰·M
+Œ:L@(«¬ Ô‘›a71N™‹B#—ø©x˜«YÚìjü*Ëà";R(?2#ÊÛx]íÊeæúê´Eׄ@ …œ& ¢elT'sÃ-œ ŒmE›9+²&ÚÞ>=Æ[žÏœëîÓÂiœjínc]`ˆ5¦Uð¦ý€+P½ü»?}½„×-ŸUÈÑ8<ÀJ@„?ýÐdO¾endstream
+endobj
+2234 0 obj <<
+/Type /Page
+/Contents 2235 0 R
+/Resources 2233 0 R
+/MediaBox [0 0 612 792]
+/Parent 2174 0 R
+/Annots [ 2237 0 R 2238 0 R 2239 0 R 2240 0 R 2241 0 R 2242 0 R 2243 0 R 2244 0 R 2245 0 R 2246 0 R 2247 0 R 2248 0 R 2249 0 R 2250 0 R 2251 0 R 2252 0 R 2253 0 R 2254 0 R 2255 0 R 2256 0 R 2257 0 R 2258 0 R 2259 0 R 2260 0 R 2261 0 R 2262 0 R 2263 0 R 2264 0 R 2265 0 R 2266 0 R 2267 0 R 2268 0 R 2269 0 R 2270 0 R 2271 0 R 2272 0 R 2273 0 R 2274 0 R 2275 0 R 2276 0 R 2277 0 R 2278 0 R 2279 0 R 2280 0 R 2281 0 R 2282 0 R ]
+>> endobj
+2237 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 654.0252 200.1889 665.1501]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.9) >>
+>> endobj
+2238 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 642.1271 164.4231 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.10) >>
+>> endobj
+2239 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 630.1719 197.9072 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.10.1) >>
+>> endobj
+2240 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 618.2168 200.1188 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.10.2) >>
+>> endobj
+2241 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 606.2616 244.2236 617.2053]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.10.3) >>
+>> endobj
+2242 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 594.3064 219.7551 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.10.4) >>
+>> endobj
+2243 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 582.0174 191.1605 593.9726]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.10.5) >>
+>> endobj
+2244 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 570.3961 191.8201 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.10.6) >>
+>> endobj
+2245 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 559.4908 148.6225 569.3847]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.10.7) >>
+>> endobj
+2246 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 548.4234 221.1499 557.4295]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.11) >>
+>> endobj
+2247 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 534.5306 177.0059 545.4743]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.11.1) >>
+>> endobj
+2248 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 522.5754 255.4212 533.6433]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.11.2) >>
+>> endobj
+2249 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 512.6377 317.9558 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.11.3) >>
+>> endobj
+2250 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 498.6651 261.2691 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.12) >>
+>> endobj
+2251 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 486.7099 301.0891 497.6537]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.12.1) >>
+>> endobj
+2252 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 474.7547 316.3119 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.12.2) >>
+>> endobj
+2253 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 462.7996 309.2487 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.2.12.3) >>
+>> endobj
+2254 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 452.8619 206.1865 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.13) >>
+>> endobj
+2255 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 440.8618 184.3383 449.9028]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+2256 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 428.9515 200.6568 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.1) >>
+>> endobj
+2257 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 414.9789 267.0571 425.9227]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.2) >>
+>> endobj
+2258 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 403.0237 300.9695 414.0916]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.3) >>
+>> endobj
+2259 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 391.0686 261.8862 402.1364]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.3.1) >>
+>> endobj
+2260 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 381.1308 168.8464 390.0572]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.4) >>
+>> endobj
+2261 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 367.1582 208.816 378.102]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.5) >>
+>> endobj
+2262 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 355.2031 237.7475 366.1468]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.6) >>
+>> endobj
+2263 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 343.2479 262.9228 354.1916]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.6.1) >>
+>> endobj
+2264 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 331.2927 283.4058 342.2365]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.6.2) >>
+>> endobj
+2265 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 319.3375 315.1467 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.6.3) >>
+>> endobj
+2266 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 307.3253 323.1366 318.4502]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.6.4) >>
+>> endobj
+2267 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 297.3649 218.3603 306.371]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.7) >>
+>> endobj
+2268 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 283.472 295.4903 294.4158]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.8) >>
+>> endobj
+2269 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 271.5169 248.8159 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.8.1) >>
+>> endobj
+2270 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 259.5046 255.1124 270.6296]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.8.2) >>
+>> endobj
+2271 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 249.624 160.3086 258.5503]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.4) >>
+>> endobj
+2272 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 237.6688 158.7545 246.5951]
+/Subtype /Link
+/A << /S /GoTo /D (section.4.1) >>
+>> endobj
+2273 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 225.7137 201.6332 234.64]
+/Subtype /Link
+/A << /S /GoTo /D (section.4.2) >>
+>> endobj
+2274 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 213.7585 212.9109 222.6848]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.2.1) >>
+>> endobj
+2275 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 199.7859 301.6574 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.2.2) >>
+>> endobj
+2276 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 189.1573 183.8302 198.8986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.2.3) >>
+>> endobj
+2277 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 177.893 204.4128 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (section.4.3) >>
+>> endobj
+2278 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 165.9378 202.759 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.3.1) >>
+>> endobj
+2279 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 151.9652 169.1554 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.3.2) >>
+>> endobj
+2280 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 142.0275 200.1086 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.3.3) >>
+>> endobj
+2281 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 128.0549 174.3358 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.3.4) >>
+>> endobj
+2282 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 116.0997 212.8013 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.3.5) >>
+>> endobj
+2236 0 obj <<
+/D [2234 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2233 0 obj <<
+/Font << /F29 2173 0 R /F42 2194 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2285 0 obj <<
+/Length 1593
+/Filter /FlateDecode
+>>
+stream
+xÚ­YKoÛF¾ëWè(õfßËí¥ˆSi
+…(¬B*JˆÏ^rÒ’dy áJâ:}
+óFŠ¤!¡j‰ŽE
+¯$ ¤c†I$ åè/ei¯ÌK«Ë­ˆb¤)¹HÑ:Ýw…Q"B¸ÚIŽôdR CÅrVK…!·Š(Ù8)Òˆ-[h¢û‡4
+~EÑýö§Ñ ¸ÎÉ!7MZ#ì9š–¶¡ƒ ÈDµ@Ä~^¸Q‚<,ŒG;a`ÅM R™Mâ7~qÈü¸>ÈA´ “_^Nïëßw½Bâ1r¸™=Ü¿¨_g¡_„Aýa›fÑPø ¦£í¡+S¤¹b'¹±B\ô\Š¬ˆÖç #ªˆR6jÄ<P?jöŒÝ<ù»}ì´àqynj¡¤.F¦ç9ŸÌŠÛjz夗Š£¿ƒ4©ó]ÜæßY„Ð3vQbXn©v
+½Ž®õÙiÕ
+õHå6Ü/¶~² ›Xé¸s.pδ§'4BÇMXoÓ2q rÎWÅy–’ÀežBÅMß‘ÜiÞ Ì›ští
+de8 zlìc‚PáBã)„¥¢§Ñ¡A8D MÛyƒ!©§Š¥XÀ<°¤¢9õÃM|]8ÌnBÙø'$#Ô#HL‹·M¸?Äq-¬ýý bŠ Nˆœ²›=Ã:NsWNÕäLtÔ$‚÷ ¨ŒÕÚÕþy“ÚëÙ¢ÄÿÔŸ(që’9SO~žçifk~îüì›5¥/`PÛ*÷²Ä›fKâ-6aQØ
+ Ø4Õóô²‰”ò$b°ýŽ ›‹šc&³îüõ·.ë… ^ ÛžÃ+Ø€GÓ ™)%C§¤Èò<\ÊÞÏüMæï·m·Žµ…}ÁXmFG52 )$i¿yÉÉeÿU/7m…þ°„JÒÍ‘[wÞ}ÓãfRÎùŽ¨ëµzyÆÕÀ(ÂaW«®€nÎb l|uÞQ%„¨ O{ÜÈt¶LU† q8à0‡1âœZ†Ý³œê9G&Ãët·ƒÇ¦Ï(vËÓž­·Q³vÒfÅZägw6ÙÚçþ†í?‹Ö£«Ûñ°ý*noOÜÆ­Pß_é?:îŒä­ë`Q$%1]L¹GD#Ô³Î/¹sëD½C·¸€îãºôqë6±f{ùžš14»ûѾT"ø͹ªb$…Ý$G1B}Bl8>v ™„ˆƒ| 8á„#¡;¨‰ð420Ç+¯‚¦ä Ü]j{áÖ_RÈ”(=dc÷nz<ÎÄ$=•P/xâŒM;äJµÜ4©"/¨Ó{ÃmmôØWw>¡¨<0?`Ìt™N îš+;ðƒ|=8g…îÅ–Û8Ì.RqÙçU¹Aä-_ÛðümEM6û7‡Ý]yïí¸?„a[pÛÐôÙW4êŒnÌÚÔ©^ ¼M0ŒCÆúÖ¥yŠþ“JŸC ìÙæ®2Óc&)˱»sלA@©†–ðò¦¬ÂÜ O¥äÕà.J»Ø¸ûa©øzMÚÝ›èë·­½šúL©¬ÿZ•ªæRÂ<_]ù!­T¥à¦z
+endobj
+2284 0 obj <<
+/Type /Page
+/Contents 2285 0 R
+/Resources 2283 0 R
+/MediaBox [0 0 612 792]
+/Parent 2174 0 R
+/Annots [ 2287 0 R 2288 0 R 2289 0 R 2290 0 R 2291 0 R 2292 0 R 2293 0 R 2294 0 R 2295 0 R 2296 0 R 2297 0 R 2298 0 R 2299 0 R 2300 0 R 2301 0 R 2302 0 R 2303 0 R 2304 0 R 2305 0 R 2306 0 R 2307 0 R 2308 0 R 2309 0 R 2310 0 R 2311 0 R 2312 0 R 2313 0 R 2314 0 R 2315 0 R 2316 0 R 2317 0 R 2318 0 R 2319 0 R 2320 0 R 2321 0 R 2322 0 R 2323 0 R 2324 0 R 2325 0 R 2326 0 R 2327 0 R 2328 0 R 2329 0 R 2330 0 R 2331 0 R 2332 0 R ]
+>> endobj
+2287 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 656.0997 211.4767 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+2288 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 644.1445 211.3274 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.1) >>
+>> endobj
+2289 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 630.1719 239.2721 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.2) >>
+>> endobj
+2290 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 619.5434 270.5046 629.2846]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.2.1) >>
+>> endobj
+2291 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 606.2045 310.375 617.3294]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.2.2) >>
+>> endobj
+2292 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 594.3064 340.8205 605.3743]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.2.3) >>
+>> endobj
+2293 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 583.6779 246.3956 593.4191]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.2.4) >>
+>> endobj
+2294 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 572.4135 300.7013 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.3) >>
+>> endobj
+2295 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 560.4584 344.6858 569.3847]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.3.1) >>
+>> endobj
+2296 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 548.5032 334.0159 557.4295]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.3.2) >>
+>> endobj
+2297 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 534.5306 225.8626 545.4743]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.3.3) >>
+>> endobj
+2298 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 524.5929 298.0912 533.5192]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.4) >>
+>> endobj
+2299 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 512.6377 292.5516 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.4.1) >>
+>> endobj
+2300 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 498.6651 296.4374 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.4.2) >>
+>> endobj
+2301 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 486.7099 273.7133 497.6537]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.4.3) >>
+>> endobj
+2302 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 474.7547 328.8057 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.4.4) >>
+>> endobj
+2303 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 462.7996 283.4964 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.4.5) >>
+>> endobj
+2304 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 452.8619 301.648 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.5) >>
+>> endobj
+2305 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 438.8892 294.6145 449.833]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.6) >>
+>> endobj
+2306 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 426.9341 226.4208 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.7) >>
+>> endobj
+2307 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 416.9964 239.8105 425.9227]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.8) >>
+>> endobj
+2308 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 404.9614 256.567 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.9) >>
+>> endobj
+2309 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 391.0686 265.8325 402.1364]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9.1) >>
+>> endobj
+2310 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 379.1134 276.3429 390.0572]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9.2) >>
+>> endobj
+2311 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 367.1582 374.5737 378.102]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9.3) >>
+>> endobj
+2312 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 357.1407 326.2847 366.1468]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9.4) >>
+>> endobj
+2313 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 343.2479 340.7606 354.3157]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9.5) >>
+>> endobj
+2314 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 331.2927 339.3657 342.3606]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9.6) >>
+>> endobj
+2315 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 321.3101 313.6923 330.3511]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+2316 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 309.3998 302.9029 318.3261]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.1) >>
+>> endobj
+2317 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 297.4447 253.8075 306.371]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.1.1) >>
+>> endobj
+2318 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 285.4895 242.1811 294.4158]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.1.2) >>
+>> endobj
+2319 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 273.5343 323.9338 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.2) >>
+>> endobj
+2320 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 261.5792 263.4911 270.5055]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.3) >>
+>> endobj
+2321 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 249.624 294.4843 258.5503]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.3.1) >>
+>> endobj
+2322 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 237.6688 274.4 246.5951]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.3.2) >>
+>> endobj
+2323 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 225.7137 256.7069 234.64]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.4) >>
+>> endobj
+2324 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 211.741 332.3926 222.6848]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.4.1) >>
+>> endobj
+2325 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 201.8033 310.8135 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.4.2) >>
+>> endobj
+2326 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 187.8307 332.582 198.7745]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.4.3) >>
+>> endobj
+2327 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 175.8755 250.2112 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.5) >>
+>> endobj
+2328 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 163.9204 261.558 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.6) >>
+>> endobj
+2329 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 151.9081 228.4131 163.0331]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.6.6.1) >>
+>> endobj
+2330 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 140.01 244.2634 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.7) >>
+>> endobj
+2331 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 129.9925 225.8626 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.7) >>
+>> endobj
+2332 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 115.7659 284.5201 127.721]
+/Subtype /Link
+/A << /S /GoTo /D (section.7.1) >>
+>> endobj
+2286 0 obj <<
+/D [2284 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2283 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F42 2194 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2335 0 obj <<
+/Length 1542
+/Filter /FlateDecode
+>>
+stream
+xÚ­YÉrÛF½ó+p$ϾäÙR*®,›I¥Êö"`! Ðh+Ÿ03$€A¹R:pkôëm^wîV³WÔDIe´úq*!’EÒ$ ¡Ñ*ù0]äUšWåâÓêíì~5#†?Œ‘6D4A
+K­÷³/³Ÿp”Ìpôv†3ZDßàFÄígL$aî›Ýìýì¯réu./•Þ ,=c …(¬±ÞÖF¾zàôB–q¤%@áFægpfAÄü)=–‹Ï•iŸê ,ÝcKB‚8Dà1½I󢊫¬ÈËK*ð<»Ô=4„PðQm-Ñ8ë…,.õ¸tw½‰ñºAeI¢ÍuT'4@eµŽÛ1w·yŠÁ £¼§$ˆé„擘Öñ¢Ú¤Gƒ"IKûíçö5îE'`(%
+1Ì\qh2Ô ‚#ZqÂGËmPÈVœ[ò®³€‹ÍPêRQ—È,˜k¤™"W½!#*˜z#mØ?G5ëdàË)Ϋ¬ÊR_xä
+±ýT#^tCN12ÌL„Ü jCY#W &æÇ8ÛeùS [âu®F°aqB½°°IFùí´<“‰f7‰SÎ_BW­—ÇöcVV/Ät!“˜?³j³O«líôóø$<A^êi¬•î]+”.'AܱCz¡¦#LJ]Ô˜?-”¡å³\ΑbB_ÇuBýXzz|Ȟ뼤ÉíÀ?,¥¯JvØ
+õ–7V¥=˜iY5ǤͦxA6Õ$лt·åK”»ð)_*¯=G[^É¡XF
+…2D¨¢×ãæ„úîøB¹>ÄyâÉ£*,y}^:qí‡Wí˦XP1ÿÖX& JÔ¹ÓÊ eN¨c™¶êÈh˜ßdprj®µMŒoßü´;¥AÒÃèÌ——
+—Ìy³nb4"“Y“~ĘæYåÙºn e1$µî5îÚËføä}éhþK„WŸDLºßëÈtH
+©w «ü(ã^‡V°Žkˆ¥wwßÜÈ„/‡„Ò>yrìr¨Ø_
+endobj
+2334 0 obj <<
+/Type /Page
+/Contents 2335 0 R
+/Resources 2333 0 R
+/MediaBox [0 0 612 792]
+/Parent 2174 0 R
+/Annots [ 2337 0 R 2338 0 R 2339 0 R 2340 0 R 2341 0 R 2342 0 R 2343 0 R 2344 0 R 2345 0 R 2346 0 R 2347 0 R 2348 0 R 2349 0 R 2350 0 R 2351 0 R 2352 0 R 2353 0 R 2354 0 R 2355 0 R 2356 0 R 2357 0 R 2358 0 R 2359 0 R 2360 0 R 2361 0 R 2362 0 R 2363 0 R 2364 0 R 2365 0 R 2366 0 R 2367 0 R 2368 0 R 2369 0 R 2370 0 R 2371 0 R 2372 0 R 2373 0 R 2374 0 R 2375 0 R 2376 0 R 2377 0 R 2378 0 R 2379 0 R 2380 0 R 2381 0 R 2382 0 R ]
+>> endobj
+2337 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 654.0823 168.6971 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (section.7.2) >>
+>> endobj
+2338 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 642.1271 221.5581 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2.1) >>
+>> endobj
+2339 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 632.1894 230.5442 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2.2) >>
+>> endobj
+2340 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 618.2168 201.6231 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2.3) >>
+>> endobj
+2341 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 606.2616 309.2285 617.2053]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2.4) >>
+>> endobj
+2342 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 593.9726 202.1789 605.9278]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2.5) >>
+>> endobj
+2343 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 582.3512 312.8645 593.295]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2.6) >>
+>> endobj
+2344 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 570.3961 197.0004 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2.7) >>
+>> endobj
+2345 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 560.4584 173.2799 569.3847]
+/Subtype /Link
+/A << /S /GoTo /D (section.7.3) >>
+>> endobj
+2346 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 546.4857 200.9158 557.4295]
+/Subtype /Link
+/A << /S /GoTo /D (section.7.4) >>
+>> endobj
+2347 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 536.548 179.9246 545.4743]
+/Subtype /Link
+/A << /S /GoTo /D (section.7.5) >>
+>> endobj
+2348 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 524.5929 224.4767 533.5192]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.5.1) >>
+>> endobj
+2349 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 510.6202 236.6611 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.5.2) >>
+>> endobj
+2350 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 498.6651 225.9914 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.5.3) >>
+>> endobj
+2351 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 486.7099 198.465 497.6537]
+/Subtype /Link
+/A << /S /GoTo /D (section.7.6) >>
+>> endobj
+2352 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 476.7722 172.1739 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (section.7.7) >>
+>> endobj
+2353 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 464.817 215.0525 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.7.1) >>
+>> endobj
+2354 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 450.8444 246.7042 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.7.2) >>
+>> endobj
+2355 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 440.8618 227.5456 449.9028]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.8) >>
+>> endobj
+2356 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 426.6002 267.3719 438.5554]
+/Subtype /Link
+/A << /S /GoTo /D (section.8.1) >>
+>> endobj
+2357 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 416.9964 235.8345 425.9227]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.1.1) >>
+>> endobj
+2358 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 403.0237 207.6008 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.1.2) >>
+>> endobj
+2359 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 390.7347 265.7184 402.6899]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.1.3) >>
+>> endobj
+2360 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 379.0563 267.1868 390.1812]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.1.4) >>
+>> endobj
+2361 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 369.0959 217.8419 378.102]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.1.5) >>
+>> endobj
+2362 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 355.2031 292.3215 366.1468]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.1.6) >>
+>> endobj
+2363 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 345.1856 230.8434 354.1916]
+/Subtype /Link
+/A << /S /GoTo /D (section.8.2) >>
+>> endobj
+2364 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 333.2304 224.7461 342.2365]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.2.1) >>
+>> endobj
+2365 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 319.3375 209.5432 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.2.2) >>
+>> endobj
+2366 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 309.3201 216.1785 318.3261]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.2.3) >>
+>> endobj
+2367 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 295.4272 202.6097 306.371]
+/Subtype /Link
+/A << /S /GoTo /D (section.8.3) >>
+>> endobj
+2368 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 285.4097 209.2545 294.4158]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.1) >>
+>> endobj
+2369 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 271.5169 185.1849 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.2) >>
+>> endobj
+2370 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 261.4994 169.9622 270.5055]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.3) >>
+>> endobj
+2371 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 247.6065 210.3507 258.5503]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.4) >>
+>> endobj
+2372 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 236.978 162.9089 246.7192]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.5) >>
+>> endobj
+2373 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 225.6339 201.5038 234.64]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.6) >>
+>> endobj
+2374 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 211.741 294.7625 222.6848]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.7) >>
+>> endobj
+2375 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 199.7859 238.5744 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.8) >>
+>> endobj
+2376 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 187.8307 216.1685 198.7745]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.9) >>
+>> endobj
+2377 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 177.8132 215.9094 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.9) >>
+>> endobj
+2378 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 165.858 159.4517 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (section.9.1) >>
+>> endobj
+2379 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 153.9029 203.4562 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.1.1) >>
+>> endobj
+2380 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 141.9477 168.2886 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (section.9.2) >>
+>> endobj
+2381 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 129.9925 186.2808 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.2.1) >>
+>> endobj
+2382 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 118.0374 184.0692 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.2.2) >>
+>> endobj
+2336 0 obj <<
+/D [2334 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2333 0 obj <<
+/Font << /F29 2173 0 R /F42 2194 0 R /F14 2180 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2385 0 obj <<
+/Length 1506
+/Filter /FlateDecode
+>>
+stream
+xÚYKsÛ6¾ëWð(ŒàMà·N¦™xÒ¦j§3I”DÛ¬ÅGø¨í_€@Š„LÊ“CDeµß·‹ÝoÌõvõî–’clïÄ !•— p‰p°=|[ÿ’guœÕÕæÇöÓêf»BTÐЩûtõsõí +|ZA@¤`Á“z€
+j%äæ9J ·´ö›â(f;hR{ûóà;iEþÁZMsO-Ÿ´¨_b"•;Ô¯¬ˆúhc5ÍËù IG¥¥V¥¥úÑÃK
+(%à”…¯Z£1 œ=ßÛ^zkuñÊ%-ýùÊçë²,ƒü1ËuŸŒzdMº³’î´¹1ªUò>ÕÒÿfÄXMBwg®Gm’¹å¼¶SgHÀ{ÒD¿hpcCÿQ«)~[Ðzno—¾Y7Ü|BÈDî…Õez€Ñ9%ÄIÏÒa…>é_Uu\ ØŸ{«&0wŠÏ¾Uk­¦Ù²KÁ{;ðÒö\Ú5„¨êפ̳³‡E¤BÎÀ[«Sx<{ºy.¢ìLƒ2e‰œþcÿKÕŸb¢ÿø×'Ì–{¼àúô¥<$YTšõ¯[æm¼o‚œ¿'}{™-û‹ó»•‹²}yhh¼¾è`©F±Z»5‚±$4Ê’Óví`êO mé¿7!]'û:7Êt“üûøà.’ß±Bk?mµ«@u¡ ¡È0ìÊ¢ý
+S_ô_ÿã6$ós‰×y‘ìíÿü!Ìà²endstream
+endobj
+2384 0 obj <<
+/Type /Page
+/Contents 2385 0 R
+/Resources 2383 0 R
+/MediaBox [0 0 612 792]
+/Parent 2433 0 R
+/Annots [ 2387 0 R 2388 0 R 2389 0 R 2390 0 R 2391 0 R 2392 0 R 2393 0 R 2394 0 R 2395 0 R 2396 0 R 2397 0 R 2398 0 R 2399 0 R 2400 0 R 2401 0 R 2402 0 R 2403 0 R 2404 0 R 2405 0 R 2406 0 R 2407 0 R 2408 0 R 2409 0 R 2410 0 R 2411 0 R 2412 0 R 2413 0 R 2414 0 R 2415 0 R 2416 0 R 2417 0 R 2418 0 R 2419 0 R 2420 0 R 2421 0 R 2422 0 R 2423 0 R 2424 0 R 2425 0 R 2426 0 R 2427 0 R 2428 0 R 2429 0 R 2430 0 R 2431 0 R 2432 0 R ]
+>> endobj
+2387 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 654.0823 274.9481 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.2.3) >>
+>> endobj
+2388 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 644.0648 256.567 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (section.9.3) >>
+>> endobj
+2389 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 632.1096 254.6444 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.3.1) >>
+>> endobj
+2390 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 618.2168 315.4958 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.3.2) >>
+>> endobj
+2391 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 606.2616 288.5072 617.2053]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.3.3) >>
+>> endobj
+2392 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 594.3064 276.9009 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.3.4) >>
+>> endobj
+2393 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 582.3512 293.9266 593.295]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.3.5) >>
+>> endobj
+2394 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 570.3961 298.9976 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.3.6) >>
+>> endobj
+2395 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 558.5704 227.9149 569.4545]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.10) >>
+>> endobj
+2396 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 546.4857 288.3977 557.4295]
+/Subtype /Link
+/A << /S /GoTo /D (section.10.1) >>
+>> endobj
+2397 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 534.5306 304.7259 545.4743]
+/Subtype /Link
+/A << /S /GoTo /D (section.10.2) >>
+>> endobj
+2398 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 522.5754 254.3653 533.5192]
+/Subtype /Link
+/A << /S /GoTo /D (section.10.3) >>
+>> endobj
+2399 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 512.6377 260.7116 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (section.10.4) >>
+>> endobj
+2400 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 500.6825 246.0467 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.10.4.1) >>
+>> endobj
+2401 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 488.7274 268.353 497.6537]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.10.4.2) >>
+>> endobj
+2402 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 474.7547 346.7781 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.10.4.3) >>
+>> endobj
+2403 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 464.7372 218.4805 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.11) >>
+>> endobj
+2404 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 452.7821 235.8252 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.1) >>
+>> endobj
+2405 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 438.8892 300.5719 449.833]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.2) >>
+>> endobj
+2406 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 428.9515 218.5203 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.3) >>
+>> endobj
+2407 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 414.9789 262.3953 425.9227]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.4) >>
+>> endobj
+2408 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 403.0237 261.668 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.5) >>
+>> endobj
+2409 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 391.0686 282.579 402.0123]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.5.1) >>
+>> endobj
+2410 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 379.1134 272.6164 390.0572]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.5.2) >>
+>> endobj
+2411 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 367.1582 330.0107 378.102]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.5.3) >>
+>> endobj
+2412 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 355.2031 256.9558 366.1468]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.5.4) >>
+>> endobj
+2413 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 343.2479 310.7633 354.1916]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.5.5) >>
+>> endobj
+2414 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 331.2927 253.2593 342.2365]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.5.6) >>
+>> endobj
+2415 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 319.3375 322.4295 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.6) >>
+>> endobj
+2416 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 307.3824 369.8616 318.4502]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.7) >>
+>> endobj
+2417 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 296.7539 207.4917 306.4951]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.7.1) >>
+>> endobj
+2418 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 284.7987 238.8738 294.5399]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.7.2) >>
+>> endobj
+2419 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 273.5343 256.567 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.8) >>
+>> endobj
+2420 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 261.5792 255.6006 270.5055]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.8.1) >>
+>> endobj
+2421 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 247.6065 286.7435 258.5503]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.8.2) >>
+>> endobj
+2422 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 237.6688 241.3842 246.5951]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.8.3) >>
+>> endobj
+2423 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 223.6962 257.673 234.64]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.9) >>
+>> endobj
+2424 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 211.741 313.145 222.6848]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.9.1) >>
+>> endobj
+2425 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 199.7859 284.9008 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.9.2) >>
+>> endobj
+2426 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 187.8307 370.0204 198.8986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.9.3) >>
+>> endobj
+2427 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 175.8755 254.5647 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.9.4) >>
+>> endobj
+2428 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 165.858 285.7874 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.9.5) >>
+>> endobj
+2429 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 152.0947 231.4217 162.9788]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.12) >>
+>> endobj
+2430 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 142.0275 235.8252 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (section.12.1) >>
+>> endobj
+2431 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 128.0549 265.2747 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (section.12.2) >>
+>> endobj
+2432 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 116.0997 292.8212 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (section.12.3) >>
+>> endobj
+2386 0 obj <<
+/D [2384 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2383 0 obj <<
+/Font << /F29 2173 0 R /F42 2194 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2436 0 obj <<
+/Length 1670
+/Filter /FlateDecode
+>>
+stream
+xÚY[o›H~÷¯àÑ~Ètî—ö©—Tj¥nwÕhµRÛ‚IÂÆÈ&ý÷{0Ì
+XÄ(%Ö1ÖŒªY”l¿ßÒh½ Ñç%ÂY=”0çx´]åˆVLø'›Å·Å_á•á×¾›0í±•!\(±gÊ8„­š·Ðå×<]]pE—UîÚO銩åÓ.Ϋ¬È_7þ¼ú(F¯e–Pª iÞ÷ƒ ™6öëø¦NËö ’¾`81\ÛΞqÝÚŒ¸^0G‰BÁ'FœR¬'Ë;²W+K—Eoæ¥à(åvHtÞ …†”J”¡p„3Ã<CÞ3ºÄjH^¾O\UÙm¾…ZAx8A´´,ð°(n‰bF <ä|·eñ°C(hC¤Óò 
+hZéI²$Ü?ËtÅÕò¿&y„,¿E²Ù%œq‡¡ûú/¡¬çøŸm½"\¡Q¨P&xâCÓ9*‚Ï_€?.Ž(-<~c³NœÔYµöYr—ð<-+¼B Š¦Ð¢w“ªY>”é&~B€%#BJsÛhh$1  š™ÀøèÅBkø0zÈPÐ`3^I•ÇÛóEeTp…áCÃŒñÅ­™ß<zÌê;Œ³„Â}Aü9JÚJ"¤Ï=L2?ká{Q3ñ\ÓæœpÉôÞìrÿ?Él4xþOëB–Wi {°­[Ä Y¦TÌöEŸñEP¢,H¤÷å®k™ÿš<Ä›‡îÇâ¦ý7/ò‹mœ”Eõ >Á(5à[ßaÕ<¬•gÈJ4Røúìؼ|Š·»MZùÉ(ÄŒÉòªÃ¿ÜOžPƒÇV6£–(‘àŽÀ×@g5ñ'ÿ‡ô¥<€PÙº‹œ£ê‚Bm*>wi÷—(Ŧ‰¹ÓE1 I߃øØpàR£ÓzVeV§3:§% lzeÊWm£(Ëb³I×GÇÅù`j
+«JÉg+ ¡pëþB‚©:Ö_6u…Ú’ÚŒ>OÜwÞØ'¤ aI +ú ­²½Õ”–ö´Š2Búf:5t™ƒpù‚¡‹³„\He°”›P‰{^¯»×{²·Eù»{RølWñŠÃ<ëûØ+…2­ê¢lžOir. •¶O2*sƒÕ4š6”æö:ËÈ(lVeò„ÜÁAP(Mܸ.žö5ƒiÐHNð¾&p…ê`/+˜ÇS/Ü‘š8Q†JAÑ>pŸ†Õ8ÁÝä”l2Ûýû Ó×YÓñóWƒ®daô0‰J*çµæ°3…T'6KØŽÕ]¼;ØŒÉY·yp|\“ ¯ˆOà¿÷:ö ’“vþuÜÒ_ižtôj(òž›¿ ÏL‰™aCNþZu~*Zq˜y:Èn ñÏWÖ ¸˜ þtVÚHTÚh*IL.ÎÀ—0ÕÆyåÏ©³óÏ?¶i™%þö`Œ%žƒ¥Îb}‰X¾'„NÕö!Û¦ƒ½ß¼ñŒ®`Æ…\áºÍ[M< ºí àÿ)’e€§¼ÑÇ‹¯O¯¾žÆ1–¦ôio4`PSqnº`¯¹aRaúóÿ‘ðy«©[^}Û¥I6.5ä.›KÀP¥è±ô¬ÁŽÈCœåC!›§è´Ÿ¦÷¤PÇ(U J¦Ùå‡Y0çO7þdO5"ºƒÔsúÕžÅ[UEY§ACmãò¾ÓÏ Mk“ÿöÓmq}tçCwáZ÷+"$Çjq.Üa!¬CoûËÓ)›Ç6Îýa½.†$8ⵤ1–³áñbS¥Cna-]”èm-¼Ë ó&;ºƒõéxpbUdÇž/ûÿTs„Z{Ó{Þ†¢êÅÖVŽªŸy'Þ\Š+N¨àqÃϵOyR”ešt)ÝÆurwd5pJ„2}%¹\•¤úƒé !GñÛ«ü#ðŠ5—ñ½ŒÅ5´·šzìro»¼À.¿?X3,
+ã¦(fÆ?½v'rdha'±FÌõ'1ÏRÈÈ‚‘–]wVÜ
+endobj
+2435 0 obj <<
+/Type /Page
+/Contents 2436 0 R
+/Resources 2434 0 R
+/MediaBox [0 0 612 792]
+/Parent 2433 0 R
+/Annots [ 2438 0 R 2439 0 R 2440 0 R 2441 0 R 2442 0 R 2443 0 R 2444 0 R 2445 0 R 2446 0 R 2447 0 R 2448 0 R 2449 0 R 2450 0 R 2451 0 R 2452 0 R 2453 0 R 2454 0 R 2455 0 R 2456 0 R 2457 0 R 2458 0 R 2459 0 R 2460 0 R 2461 0 R 2462 0 R 2463 0 R 2464 0 R 2465 0 R 2466 0 R 2467 0 R 2468 0 R 2469 0 R 2470 0 R 2471 0 R 2472 0 R 2473 0 R 2474 0 R 2475 0 R 2476 0 R 2477 0 R 2478 0 R 2479 0 R 2480 0 R 2481 0 R 2482 0 R 2483 0 R ]
+>> endobj
+2438 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 654.0252 282.6588 665.1501]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.3.1) >>
+>> endobj
+2439 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 642.1271 231.1424 653.1949]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.3.2) >>
+>> endobj
+2440 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 630.1148 220.4426 641.2398]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.3.3) >>
+>> endobj
+2441 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 618.1597 194.2909 629.2846]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.3.4) >>
+>> endobj
+2442 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 606.2616 222.2659 617.2053]
+/Subtype /Link
+/A << /S /GoTo /D (section.12.4) >>
+>> endobj
+2443 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 594.2493 183.8302 605.3743]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.4.1) >>
+>> endobj
+2444 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 582.2941 269.4582 593.4191]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.4.2) >>
+>> endobj
+2445 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 571.7227 168.1392 581.4639]
+/Subtype /Link
+/A << /S /GoTo /D (section.12.5) >>
+>> endobj
+2446 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 559.7676 224.1189 569.5088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.5.1) >>
+>> endobj
+2447 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 546.4857 276.3426 557.5536]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.5.2) >>
+>> endobj
+2448 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 534.4458 222.5077 545.5984]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.5.3) >>
+>> endobj
+2449 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 523.3276 262.5643 533.6433]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.5.4) >>
+>> endobj
+2450 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 510.6202 176.0494 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (section.12.6) >>
+>> endobj
+2451 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 498.6651 200.667 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.1) >>
+>> endobj
+2452 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 486.7099 238.4549 497.7778]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.2) >>
+>> endobj
+2453 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 474.7547 229.5685 485.8226]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.3) >>
+>> endobj
+2454 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 462.7996 288.9451 473.8674]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.4) >>
+>> endobj
+2455 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 450.8444 269.3089 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.5) >>
+>> endobj
+2456 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 438.8892 252.3824 449.9571]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.6) >>
+>> endobj
+2457 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 426.9341 315.9735 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.7) >>
+>> endobj
+2458 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 414.9218 284.0837 426.0467]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.8) >>
+>> endobj
+2459 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 403.0237 201.0755 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.9) >>
+>> endobj
+2460 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 393.0411 191.013 402.0821]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.13) >>
+>> endobj
+2461 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 379.1134 239.4112 390.0572]
+/Subtype /Link
+/A << /S /GoTo /D (section.13.1) >>
+>> endobj
+2462 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 367.1582 282.2797 378.102]
+/Subtype /Link
+/A << /S /GoTo /D (section.13.2) >>
+>> endobj
+2463 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 356.5297 152.4482 366.2709]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.2.1) >>
+>> endobj
+2464 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 344.5745 168.1392 354.3157]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.2.2) >>
+>> endobj
+2465 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 332.6194 157.6785 342.3606]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.2.3) >>
+>> endobj
+2466 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 321.355 180.2036 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (section.13.3) >>
+>> endobj
+2467 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 309.3998 199.0126 318.3261]
+/Subtype /Link
+/A << /S /GoTo /D (section.13.4) >>
+>> endobj
+2468 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 297.4447 179.6456 306.371]
+/Subtype /Link
+/A << /S /GoTo /D (section.13.5) >>
+>> endobj
+2469 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 283.472 209.5432 294.4158]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.5.1) >>
+>> endobj
+2470 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 273.5343 173.5686 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.5.2) >>
+>> endobj
+2471 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 261.5792 170.2409 270.5055]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.5.3) >>
+>> endobj
+2472 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 249.624 196.801 258.5503]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.5.4) >>
+>> endobj
+2473 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 235.6514 186.2905 246.5951]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.5.5) >>
+>> endobj
+2474 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 225.0228 213.5087 234.7641]
+/Subtype /Link
+/A << /S /GoTo /D (section.13.6) >>
+>> endobj
+2475 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 213.7585 241.6626 222.6848]
+/Subtype /Link
+/A << /S /GoTo /D (section.13.7) >>
+>> endobj
+2476 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 201.8033 206.7538 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (section.13.8) >>
+>> endobj
+2477 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 187.8307 242.9181 198.7745]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.8.1) >>
+>> endobj
+2478 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 175.8755 318.7929 186.9434]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.8.2) >>
+>> endobj
+2479 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 163.8633 343.958 174.9882]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.8.3) >>
+>> endobj
+2480 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 151.9652 212.2831 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.8.4) >>
+>> endobj
+2481 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 140.01 243.0278 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.8.5) >>
+>> endobj
+2482 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 129.9925 164.702 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.8.6) >>
+>> endobj
+2483 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 116.0997 313.2736 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.8.7) >>
+>> endobj
+2437 0 obj <<
+/D [2435 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2434 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F42 2194 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2486 0 obj <<
+/Length 1599
+/Filter /FlateDecode
+>>
+stream
+xÚ­YKsÛ6¾ëWè(Œà 0·$uÚd:m:Q›Î$9Ð,1–H•¤ëäßwI EB"•Ôž±ij‰ýv÷Ûýr5{öšFóE’Êùê~NF
+óh.#dDè|µù¸x•¥¥IËbùyõvv»š‘9†oÒ•&p!É|}˜ý3ûøÏ73<;ÈEZÌŸàŒHÑùaÆD„¤ ÌÝÙÏÞÏþðGÞø3oº‡¾¼€T(D™`5RÂ+ŒÏ^sÒei šp-²ZFt‘=, ^˜tyC^üšqð í<H1W‘}ÚȜฉŠˆª A,Dö‘hÜC²¯‘ÜŒñ9}î «:}tTߟ…i´d÷ÍïòSÎaÂÏ*ß…à!­8·=0Ç8¦4yàd
+…K8™ÀÑL92†‰"¦å tü{C×\åfIÄb ›¼õ'»ÆŸbÁí×øpÜ›ö|~Õù@ÏæÁß&Ë$K Ëô<7ž7×E¯šËC¼Î³PêPLV¬Í </Õ€
+ã`ˆpÕ‡1¡Œ¼âœ·H¶ûGãI¡&‚8Uãdµ³J€4k“,©Xü[‡gÓÜÞ˜c¹;­1wYÀ–¨Ñt¢
+WX.¦¢.ä‡$ÍöÙöÛ÷©Ïø›MR¥I¼wI~ˆóo•ÄÓ=-G¹õ®â7Àm­?ß—q^PªŠ¨£–$á:Ç$ëY-/p‹Ù?ì\–m2c+DÜè¾¢Æç¼A¦;_Nà݇]lkë.>«UOÝLmˆè!š@¼E‘奣~Ÿô0_Žë0ûJ6ë)qI·9¨
+&,…[r!y©!&ú#˜¶yöx ¢ÒˆÃt9†ÊJõïnŒ’] Þ‰DnÊõ.¾ÛÛš—¤‚ë^œ8"@,|•«õRC½ÞÛÇcnŠÂ;|D/Ç`I'Êa½NjàO z£÷E:T×dÑzg&h²„Aò1“­ÔÐdîT‡³÷!9Ž!àièœo¥N¨ï)÷é&T„% ÅÃá2 1€©´5eSp}÷©Fô­ç/[ `s¤—ÓI
+`„áÄa^g‡CœÚêè/ʠţ޴c`À}` |ù€¨ðô)MþpÉø®š]Nð cº‡qkû<`Á@ö6nÖ’ûd¿¯Ù`EŠJ}(&Ï"9 ýÁ¥®! õ$émܻ͠¹S¶Dh’Ö<{+ &9…š©ák$˜Njˆ›NÆ]w±@T™@Bã¨Õ]Óêâ.7ñÃÙÀ¶eY‡¨Ã*Y_–'‚î~ž?îƒÅR*qO3¼ÔЮ\ÿ–9[¹Ú …ëöž)ŸLw›·¥*
+ìõµÜ¬ãǶ¡Þgy¸€—~ÌÝX§YÙíÊ¡ì P”n[`pïñR§ÎÓg[ »°‰À â—†Y|â€(n‚"šÊ> »HÛ“MË,ëW._K÷F mç?ua3c½àé %ÕÁhÌ?}Gu2os[R‰ÓíÔÊj„q³jtÅðg“šÜ-³ýÉ«2±ö7Îfp}’IÅF§‘¢áˆ–z
+6Š‹ÝMÑkBÑn`¯À÷¹;s'œ
+„–k ?.饆z]@ÞÔQï ÌzÌ[½
+endobj
+2485 0 obj <<
+/Type /Page
+/Contents 2486 0 R
+/Resources 2484 0 R
+/MediaBox [0 0 612 792]
+/Parent 2433 0 R
+/Annots [ 2488 0 R 2489 0 R 2490 0 R 2491 0 R 2492 0 R 2493 0 R 2494 0 R 2495 0 R 2496 0 R 2497 0 R 2498 0 R 2499 0 R 2500 0 R 2501 0 R 2502 0 R 2503 0 R 2504 0 R 2505 0 R 2506 0 R 2507 0 R 2508 0 R 2509 0 R 2510 0 R 2511 0 R 2512 0 R 2513 0 R 2514 0 R 2515 0 R 2516 0 R 2517 0 R 2518 0 R 2519 0 R 2520 0 R 2521 0 R 2522 0 R 2523 0 R 2524 0 R 2525 0 R 2526 0 R 2527 0 R 2528 0 R 2529 0 R 2530 0 R 2531 0 R 2532 0 R 2533 0 R ]
+>> endobj
+2488 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 656.0997 235.6557 665.0958]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.14) >>
+>> endobj
+2489 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 644.1445 229.6782 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (section.14.1) >>
+>> endobj
+2490 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 632.1894 255.9293 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (section.14.2) >>
+>> endobj
+2491 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 617.8829 258.6771 629.8381]
+/Subtype /Link
+/A << /S /GoTo /D (section.14.3) >>
+>> endobj
+2492 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 606.2616 261.8969 617.2053]
+/Subtype /Link
+/A << /S /GoTo /D (section.14.4) >>
+>> endobj
+2493 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 594.3064 225.8626 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (section.14.5) >>
+>> endobj
+2494 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 582.3512 342.8124 593.295]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.14.5.1) >>
+>> endobj
+2495 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 570.3961 269.8969 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.14.5.2) >>
+>> endobj
+2496 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 560.4583 264.8855 569.4545]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.15) >>
+>> endobj
+2497 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 546.4857 239.9694 557.4295]
+/Subtype /Link
+/A << /S /GoTo /D (section.15.1) >>
+>> endobj
+2498 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 534.5306 303.8798 545.4743]
+/Subtype /Link
+/A << /S /GoTo /D (section.15.2) >>
+>> endobj
+2499 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 522.5754 237.8975 533.5192]
+/Subtype /Link
+/A << /S /GoTo /D (section.15.3) >>
+>> endobj
+2500 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 512.6377 263.7699 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (section.15.4) >>
+>> endobj
+2501 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 498.7946 256.4778 509.6786]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.16) >>
+>> endobj
+2502 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 486.7099 299.994 497.6537]
+/Subtype /Link
+/A << /S /GoTo /D (section.16.1) >>
+>> endobj
+2503 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 474.7547 340.1132 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (section.16.2) >>
+>> endobj
+2504 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 464.817 256.567 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (section.16.3) >>
+>> endobj
+2505 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 450.8444 311.9092 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.16.3.1) >>
+>> endobj
+2506 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 438.8892 320.2081 449.833]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.16.3.2) >>
+>> endobj
+2507 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 426.9341 225.8626 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (section.16.4) >>
+>> endobj
+2508 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 416.9964 281.2043 425.9227]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.16.4.1) >>
+>> endobj
+2509 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 403.0237 282.5992 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.16.4.2) >>
+>> endobj
+2510 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 393.086 278.4349 402.0123]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.16.4.3) >>
+>> endobj
+2511 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 379.1134 287.5508 390.0572]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.16.4.4) >>
+>> endobj
+2512 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 367.2877 252.6222 378.102]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.17) >>
+>> endobj
+2513 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 355.2031 284.124 366.1468]
+/Subtype /Link
+/A << /S /GoTo /D (section.17.1) >>
+>> endobj
+2514 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 343.1908 346.7386 354.3157]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.17.1.1) >>
+>> endobj
+2515 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 331.2356 321.1345 342.3606]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.17.1.2) >>
+>> endobj
+2516 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 321.355 256.567 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (section.17.2) >>
+>> endobj
+2517 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 307.3824 381.6272 318.3261]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.17.2.1) >>
+>> endobj
+2518 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 295.4272 350.0461 306.4951]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.17.2.2) >>
+>> endobj
+2519 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 283.472 309.6877 294.4158]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.17.2.3) >>
+>> endobj
+2520 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 271.5169 340.6613 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.17.2.4) >>
+>> endobj
+2521 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 259.5046 275.0775 270.6296]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.17.2.5) >>
+>> endobj
+2522 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 247.6065 371.1167 258.5503]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.17.2.6) >>
+>> endobj
+2523 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 235.7809 260.9211 246.6649]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.18) >>
+>> endobj
+2524 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 225.7137 276.6317 234.64]
+/Subtype /Link
+/A << /S /GoTo /D (section.18.1) >>
+>> endobj
+2525 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 211.741 257.115 222.6848]
+/Subtype /Link
+/A << /S /GoTo /D (section.18.2) >>
+>> endobj
+2526 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 199.7859 268.2035 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.18.2.1) >>
+>> endobj
+2527 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 187.7736 341.8068 198.8986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.18.2.2) >>
+>> endobj
+2528 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 177.893 256.567 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (section.18.3) >>
+>> endobj
+2529 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 165.9378 255.7498 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.18.3.1) >>
+>> endobj
+2530 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 151.9652 287.9492 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.18.3.2) >>
+>> endobj
+2531 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 140.01 317.9766 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.18.3.3) >>
+>> endobj
+2532 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 128.0549 350.3748 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.18.3.4) >>
+>> endobj
+2533 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 116.0426 378.4988 127.1675]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.18.3.5) >>
+>> endobj
+2487 0 obj <<
+/D [2485 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2484 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F42 2194 0 R /F14 2180 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2536 0 obj <<
+/Length 1626
+/Filter /FlateDecode
+>>
+stream
+xÚ­Y[oÛ6~÷¯Ð£ ̬x‰=-M² V¬[¼¡@ÛUbb­–äÉò²üûI$eItdcCÆUÏ÷çFåf³xsOT D›Ç€Ž04Š#¡0 6éÇåÛ²¨uQVŸ7?-î6 „ð8 ‘T8kŒ¢Pà É->~ƒt?-BD•äÁ3ü#DX)ä ÊSûd·xXüê\®Ïõ©Ó› Ó›GˆPN[¦X"ŠÄªñ.ß••^­ —z…ùòŸ8ßïtÄ›{F¾¢2dÀ u±Îh
+ÃÙü:¬5GHgõ½ÍI¥›šŠ«¶
+;!exÔ ùÃË~«‹q1§#O”0"9uýøÎj,/uòÞÙ11È“KpÄCîfˆÄ~Æj¬
+³^a×¢¯À†ÞÇT/.ñc«iäÔ|/ POŠG¨*†Ekv×þHÇ° Nž ¶Æ`vêêp4™ÑybIÙ̧K<ùŠ‰@¡ÑL\°Õ„!Åž¸ì@è&{]ëjR;Ýî“èýÙ¹G%'é k5>X>›¹ÏYlÛ.ÛÚ®øò4—»¦i¹›Ì¦g6 g°‡}œø7.Ãœò^~f !ScØ ®‹º*Óc2(Z~AhØb̸ïŽu™ƒ”I§d«zåJ©}t€ðõUð.ÄùþÿûÁî³Èâäù†ØÜJªr7@d>l…;ºFôù”î¯åxÓ9aò؈'uY9ò xß±ýNÛp‡ì©Èíýl\ÜŒCOìï~ÎjÊÀíÙÇ"©]Ézv‚%êuk4‘Ûµç_ú¥½(‹õN7]Á¿Ô$°pÛª<³Õ«iXlŠ˜Ÿ Ë5¬U‡«ÎÖ·LÞ!›¡g­†ôðl?{»…E>i¥1Ì»ŸïâÚ\ëÞ•©öñ‚Øæn†«ðÜ’I6Zò ¾ á5 tÛbS˜É ×®Ôå[ Á4À[½Ëòì? ¸*sžì…8=³Q‡HHw¸êÌÐîŒÆ’“Ms¿Ë’¬î¾MO¿-$¶;û'LYê¨M±8C‘Û’2Ï¡úxsX³i8Ç;‚•†rî‘ÉVé}V¤nš›åÍñûÖTÊ1in[¥¿z!>N™ab­¦L˜G³aR4š}Éž<~› تðÇCJbzâèæÿrŒ¼žÂGΓcS—¾ärÈÍëvF,v:Lì<NªÒûN&jÞÉqw.Þ-Œ°°9<IíóË‚åñ[œ6¡/ÔWÖ<:9w6ë¿o€1¤_3-»ˆœí¿æ¾¹o—­ûÓöÛ=®òã.ö¾û‰w5•wÂp 2mÙÍ%a6ö[ ç›g…«L7µª÷Æåzó0ŽÜ©˜7cÄJ(®ð•¶MÝnœÕ™Ý4ͳ݋i0ù!þü¢kÀçñ¾½/õx©†ÙOFý¢~¦; ùä|(s·Fè$k
+ÁL«3Vk¢à¢©ÖøUÄ–Y¿ße~Ý–Gø‰qúŠ@4ó´}å„T ÞÀÍSýãæä‹ýº"Ër;_{§ˆEÜve3ó/
+endobj
+2535 0 obj <<
+/Type /Page
+/Contents 2536 0 R
+/Resources 2534 0 R
+/MediaBox [0 0 612 792]
+/Parent 2433 0 R
+/Annots [ 2538 0 R 2539 0 R 2540 0 R 2541 0 R 2542 0 R 2543 0 R 2544 0 R 2545 0 R 2546 0 R 2547 0 R 2548 0 R 2549 0 R 2550 0 R 2551 0 R 2552 0 R 2553 0 R 2554 0 R 2555 0 R 2556 0 R 2557 0 R 2558 0 R 2559 0 R 2560 0 R 2561 0 R 2562 0 R 2563 0 R 2564 0 R 2565 0 R 2566 0 R 2567 0 R 2568 0 R 2569 0 R 2570 0 R 2571 0 R 2572 0 R 2573 0 R 2574 0 R 2575 0 R 2576 0 R 2577 0 R 2578 0 R 2579 0 R 2580 0 R 2581 0 R 2582 0 R 2583 0 R ]
+>> endobj
+2538 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 654.0823 198.3057 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.18.3.6) >>
+>> endobj
+2539 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 642.2566 197.7478 653.1407]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.19) >>
+>> endobj
+2540 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 630.1719 266.3598 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (section.19.1) >>
+>> endobj
+2541 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 620.1544 169.9622 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.1.1) >>
+>> endobj
+2542 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 608.1993 275.6546 617.2053]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.1.2) >>
+>> endobj
+2543 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 596.2441 173.2796 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.1.3) >>
+>> endobj
+2544 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 582.3512 277.2991 593.295]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.1.4) >>
+>> endobj
+2545 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 572.3338 207.5906 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.1.5) >>
+>> endobj
+2546 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 558.4409 232.7564 569.3847]
+/Subtype /Link
+/A << /S /GoTo /D (section.19.2) >>
+>> endobj
+2547 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 546.4857 187.9346 557.4295]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.2.1) >>
+>> endobj
+2548 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 536.4683 203.4863 545.4743]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.2.2) >>
+>> endobj
+2549 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 524.5131 197.07 533.5192]
+/Subtype /Link
+/A << /S /GoTo /D (section.19.3) >>
+>> endobj
+2550 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 510.6202 249.6426 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.3.1) >>
+>> endobj
+2551 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 498.6651 247.4307 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.3.2) >>
+>> endobj
+2552 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 486.7099 188.2238 497.6537]
+/Subtype /Link
+/A << /S /GoTo /D (section.19.4) >>
+>> endobj
+2553 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 476.6924 196.1439 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.4.1) >>
+>> endobj
+2554 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 464.7372 193.3747 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.4.2) >>
+>> endobj
+2555 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 450.7596 209.9284 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.4.3) >>
+>> endobj
+2556 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 438.8892 230.5346 449.833]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.4.4) >>
+>> endobj
+2557 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 426.9341 262.8929 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (section.19.5) >>
+>> endobj
+2558 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 415.1084 170.5302 425.9925]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.20) >>
+>> endobj
+2559 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 405.0412 186.012 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (section.20.1) >>
+>> endobj
+2560 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 391.0686 244.5617 402.0123]
+/Subtype /Link
+/A << /S /GoTo /D (section.20.2) >>
+>> endobj
+2561 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 379.1134 221.3092 390.0572]
+/Subtype /Link
+/A << /S /GoTo /D (section.20.3) >>
+>> endobj
+2562 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 367.1582 221.1497 378.102]
+/Subtype /Link
+/A << /S /GoTo /D (section.20.4) >>
+>> endobj
+2563 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 355.2031 235.6952 366.1468]
+/Subtype /Link
+/A << /S /GoTo /D (section.20.5) >>
+>> endobj
+2564 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 343.2479 237.3686 354.1916]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.20.5.1) >>
+>> endobj
+2565 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 333.3102 184.3582 342.2365]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.20.5.2) >>
+>> endobj
+2566 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 321.2752 204.5421 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.20.5.3) >>
+>> endobj
+2567 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 307.3824 279.6897 318.3261]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.20.5.4) >>
+>> endobj
+2568 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 297.3649 247.7101 306.4408]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.21) >>
+>> endobj
+2569 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 285.4097 234.4094 294.4158]
+/Subtype /Link
+/A << /S /GoTo /D (section.21.1) >>
+>> endobj
+2570 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 273.4546 178.8186 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (section.21.2) >>
+>> endobj
+2571 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 261.4994 202.6093 270.5055]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.21.2.1) >>
+>> endobj
+2572 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 247.6065 268.7607 258.6744]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.21.2.2) >>
+>> endobj
+2573 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 235.6514 260.4515 246.5951]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.21.2.3) >>
+>> endobj
+2574 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 223.6391 332.4514 234.7641]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.21.2.4) >>
+>> endobj
+2575 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 213.6787 171.0679 222.6848]
+/Subtype /Link
+/A << /S /GoTo /D (section.21.3) >>
+>> endobj
+2576 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 201.7235 189.5983 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (section.21.4) >>
+>> endobj
+2577 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 189.7684 214.3056 198.8443]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.22) >>
+>> endobj
+2578 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 175.8755 334.3043 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (section.22.1) >>
+>> endobj
+2579 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 163.9204 221.8963 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (section.22.2) >>
+>> endobj
+2580 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 151.9652 205.5285 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (section.22.3) >>
+>> endobj
+2581 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 140.01 245.4983 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (section.22.4) >>
+>> endobj
+2582 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 128.0549 376.3267 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.22.4.1) >>
+>> endobj
+2583 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 116.0997 334.1454 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.22.4.2) >>
+>> endobj
+2537 0 obj <<
+/D [2535 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2534 0 obj <<
+/Font << /F29 2173 0 R /F42 2194 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2586 0 obj <<
+/Length 1575
+/Filter /FlateDecode
+>>
+stream
+xÚYÛr›H}×WèQªZ‘¹Ãä-ñ:Ù¤6ImE›Úª$mb.
+ 'Îק™ÁȈ-WÙ4Ó§»O÷œÁ/·‹g¯ˆ\JO
+"–Û›%æÈó“K!¹'$&Ëíþóê*Ï*•Uåúëöíâz»ÀK?¸oáƒÀË(]|_|þŠ–ûZ¾] Ê€/Àäa)É2]P.=Á15W’ÅÇÅ?vÉ]sÓ_ôåH¹ïÊiƒ”yt½Á¡ÕÕ]˜Ýªõ†p´ªîô‡ˆ¥ý”ß´“|Møê‡*¢°ÔF¯ ¥îëhŸ½b¤ïT"ÀN}€Z{Ã2hNm¬ÕcOrŽ 4îX’2/†vÅe™•Ú·0
+•†Å}©Ãl¹¼™´3byX?ø^5vñ—íÇ83—Šô˜„¥+`JaQÑì„`­ÆˆÆpýPc“cXÅÙí°&kŒVa'±rƒžDPá Úê4ëT/ˆÏæü]@RÀé¼l×>[=T©ª¬°z‚ ÒB¡0S<¨1µ`Ò|¯ —3€Bî§Ü|¬5`Czâz–gl=[î}<TQFE|0¬ 3Íîò¸37æÔ£ÈvAÄam5
+Ýïê.#uÚñe¶Ã+’‚'¼«¡W:™ð+h³ÒdÜÀI-ÃDßÙ}SQÕ•ÎI>›DñwX¬q°2³1‡…U^ ¨âBÏÈ8{xØNO½OkŒñJ½ D°ßÐ|ÏÛ‡iß“=`S¤/˜²‡Ú\GЂâÌ”¹ixˆs9‚..jÔÓÚ•‡0:\OF§GÿÀ€ÛÈn“c×Ü œÁ&CoÄa°a\ü!Ê<³ÔÃÈÀ~Í
+õ1·N…Ó©±;5¢áÔ³è*91݃‹H6C ËæOòíµÊ Y“ø—Ñ7EÕuíšSÌiÎ`Òã¿Ù^Iœ§ÿÐä©KñPÿ27¬oŽo9=¨âLϨ]¡Â{«ÆÕ°f›wŒ&¡¼ªãµÚq§*+Û´÷Gù‰’i®ÁP¥a0'WÕÍëõ1ÝåÉP̆ŒËÝš Õ±R甜ÏüŽ˜Á9%×X9ü“ÖÿõϪ }>hy.¶ä¹ÁÐX‹T7i !L‰z>Ð9FºÁñ3,'@«Ó<°I1ùg\’ð±…Ò¨¸1á×{’Ø-a Ÿ +Á.ƒí·w/° Tc·~¿aÞáá®ó;C­² Ä“C&À
+ß@ŒùþµµÑ±ñ±]0ÿÊ‹øì‚v
+™¤%Ro\…6ÿ‹åýȧY¸t;0 Ú¼u'¦»æ GlLxÜçõÜúÕç§h\‘îÜíÖ ±ïQøýcÝÓ '0
+P˜ãw5F£ÁÞì;UýP*LͺEÝxä€ÑÛåç
+endobj
+2585 0 obj <<
+/Type /Page
+/Contents 2586 0 R
+/Resources 2584 0 R
+/MediaBox [0 0 612 792]
+/Parent 2433 0 R
+/Annots [ 2588 0 R 2589 0 R 2590 0 R 2591 0 R 2592 0 R 2593 0 R 2594 0 R 2595 0 R 2596 0 R 2597 0 R 2598 0 R 2599 0 R 2600 0 R 2601 0 R 2602 0 R 2603 0 R 2604 0 R 2605 0 R 2606 0 R 2607 0 R 2608 0 R 2609 0 R 2610 0 R 2611 0 R 2612 0 R 2613 0 R 2614 0 R 2615 0 R 2616 0 R 2617 0 R 2618 0 R 2619 0 R 2620 0 R 2621 0 R 2622 0 R 2623 0 R 2624 0 R 2625 0 R 2626 0 R 2627 0 R 2628 0 R 2629 0 R 2630 0 R 2631 0 R 2632 0 R 2633 0 R ]
+>> endobj
+2588 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 654.0823 332.3923 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.22.4.3) >>
+>> endobj
+2589 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 644.0648 256.567 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (section.22.5) >>
+>> endobj
+2590 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 632.1096 275.6952 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.22.5.1) >>
+>> endobj
+2591 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 618.2168 278.6438 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.22.5.2) >>
+>> endobj
+2592 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 606.3911 293.4683 617.2752]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.23) >>
+>> endobj
+2593 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 596.3239 236.1041 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.1) >>
+>> endobj
+2594 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 582.3512 268.2132 593.295]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.2) >>
+>> endobj
+2595 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 570.3961 295.0422 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.23.2.1) >>
+>> endobj
+2596 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 558.4409 250.7688 569.3847]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.23.2.2) >>
+>> endobj
+2597 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 546.4857 314.13 557.4295]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.3) >>
+>> endobj
+2598 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 534.5306 312.0084 545.4743]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.4) >>
+>> endobj
+2599 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 522.5754 299.7944 533.6433]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.5) >>
+>> endobj
+2600 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 510.6202 309.6472 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.6) >>
+>> endobj
+2601 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 498.6651 284.203 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.23.6.1) >>
+>> endobj
+2602 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 486.7099 253.11 497.6537]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.23.6.2) >>
+>> endobj
+2603 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 474.7547 295.0325 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.23.6.3) >>
+>> endobj
+2604 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 464.817 272.0487 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.7) >>
+>> endobj
+2605 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 450.8444 280.358 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.8) >>
+>> endobj
+2606 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 438.8892 312.7459 449.833]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.9) >>
+>> endobj
+2607 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 428.9515 329.6723 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.10) >>
+>> endobj
+2608 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 414.9789 275.4858 425.9227]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.23.10.1) >>
+>> endobj
+2609 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 404.9614 284.3326 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.23.10.2) >>
+>> endobj
+2610 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 391.0686 300.8804 402.0123]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.23.10.3) >>
+>> endobj
+2611 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 379.2429 244.4129 390.127]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.24) >>
+>> endobj
+2612 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 367.1582 221.4391 378.102]
+/Subtype /Link
+/A << /S /GoTo /D (section.24.1) >>
+>> endobj
+2613 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 355.2031 277.877 366.1468]
+/Subtype /Link
+/A << /S /GoTo /D (section.24.2) >>
+>> endobj
+2614 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 343.2479 317.9957 354.1916]
+/Subtype /Link
+/A << /S /GoTo /D (section.24.3) >>
+>> endobj
+2615 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 331.2927 328.815 342.2365]
+/Subtype /Link
+/A << /S /GoTo /D (section.24.4) >>
+>> endobj
+2616 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 319.3375 359.2407 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (section.24.5) >>
+>> endobj
+2617 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 307.3824 259.3468 318.3261]
+/Subtype /Link
+/A << /S /GoTo /D (section.24.6) >>
+>> endobj
+2618 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 295.4272 296.1385 306.371]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.24.6.1) >>
+>> endobj
+2619 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 283.472 343.7196 294.4158]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.24.6.2) >>
+>> endobj
+2620 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 271.5169 271.5109 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (section.24.7) >>
+>> endobj
+2621 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 259.6912 231.4017 270.5753]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.25) >>
+>> endobj
+2622 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 249.624 235.8252 258.5503]
+/Subtype /Link
+/A << /S /GoTo /D (section.25.1) >>
+>> endobj
+2623 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 235.6514 320.6161 246.5951]
+/Subtype /Link
+/A << /S /GoTo /D (section.25.2) >>
+>> endobj
+2624 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 223.6391 317.2686 234.7641]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.2.1) >>
+>> endobj
+2625 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 211.6839 305.6422 222.8089]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.2.2) >>
+>> endobj
+2626 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 199.7288 339.0864 210.8537]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.2.3) >>
+>> endobj
+2627 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 187.8307 271.5208 198.7745]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.2.4) >>
+>> endobj
+2628 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 175.8755 241.6234 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (section.25.3) >>
+>> endobj
+2629 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 163.9204 258.7886 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.3.1) >>
+>> endobj
+2630 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 151.9652 300.8406 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.3.2) >>
+>> endobj
+2631 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 140.01 293.0999 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.3.3) >>
+>> endobj
+2632 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 127.9978 228.4131 139.1227]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.3.4) >>
+>> endobj
+2633 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 116.0997 244.4029 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (section.25.4) >>
+>> endobj
+2587 0 obj <<
+/D [2585 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2584 0 obj <<
+/Font << /F29 2173 0 R /F42 2194 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2636 0 obj <<
+/Length 1692
+/Filter /FlateDecode
+>>
+stream
+xÚ•YMoÛ8½ûWøhÂò[doÍnŠ¶@‘nk,h{e%ÖF–´’Ü´ýõ;²HêÃt$#@,; ßã›áÌ#}»Y¼zKõR#-©\n–œ
+DˆdK©’šÐåf÷uõGžÕqVWë»Í‚,1ü%Á)MMP€%YF‡Å‹¯ßñr·ÀË Œ˜Vbù o0"ZÓåaÁ„FRf?I_¹)oÜœ7ýIoϘvØ"@” vb
+ô9"ëf¼ú‡»${\ßPWaÖ¾Â:Ê_ÍB^½å´?¡0Ÿ§yˆnÇ 0oì x@ZÒaRƒù&­ã2 ë¸E«Š8J¾aL£°Nò¬zÝÎÊ+a i*©þFÏIíáÈ$‡sË‘b/Ç
+…cçô¨»TŠÜ¸šk™lׯŽ§á ægK`³åšo¢:YS±úÑü‚vdë¿cÕ1nÙ$é..¯bcÃwuú¤qöh‹Ê6ÏŸžšðÆqÑß<WÉÁ' Ü–/§MÜ)®®‚pFãôÏdk»æ¶7±¯-C
+ºdTþ¶dF…íœFÇßD/ÎBhÞñEP2 ”PéY)»
+¬ßTÙQcX1«
+°9tαÎrnO¬†Þ ·‡JSLr1rMrI—\o“4u{õX ,È Íïeqà:¢Ù:G¶ög ^ödç•¢Kqºà0aLÀÛQgÊ»dÛL¦“µ{´ƒËð± ‹½š¢ÍñÆ1c^ffÐP5Ù’î5ì…–ÄçjyæÝ‹qX÷Ò’ûƒ#àM——–ÄÌnäóë`s©èŸ1Zºžé4"˜Y‚uÞÖâÌšÞªvíwZ a®FqU3T_@¿!æP 8c½UlóŸTˆ‹»ß©,üO#†Qc•§Û×Ç°|r}ƒÉù[[ÍhMoª*/ëxgÍÂa
+dÇÃ6.ýFŽ`¬è¤uiKË»8Ü¥§u ÚCž×½Ï­LEÚÇMƒ'3…Ñ9QNDÛN‚@p¢–½Ïÿñ­Œ¥“Úa@ <Aµ‡âáÁ,ËÛ×çd—7!}îªÞ
+ëäšÙfLˆýZêëbwóendstream
+endobj
+2635 0 obj <<
+/Type /Page
+/Contents 2636 0 R
+/Resources 2634 0 R
+/MediaBox [0 0 612 792]
+/Parent 2433 0 R
+/Annots [ 2638 0 R 2639 0 R 2640 0 R 2641 0 R 2642 0 R 2643 0 R 2644 0 R 2645 0 R 2646 0 R 2647 0 R 2648 0 R 2649 0 R 2650 0 R 2651 0 R 2652 0 R 2653 0 R 2654 0 R 2655 0 R 2656 0 R 2657 0 R 2658 0 R 2659 0 R 2660 0 R 2661 0 R 2662 0 R 2663 0 R 2664 0 R 2665 0 R 2666 0 R 2667 0 R 2668 0 R 2669 0 R 2670 0 R 2671 0 R 2672 0 R 2673 0 R 2674 0 R 2675 0 R 2676 0 R 2677 0 R 2678 0 R 2679 0 R 2680 0 R 2681 0 R 2682 0 R 2683 0 R ]
+>> endobj
+2638 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 654.0823 204.8214 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.4.1) >>
+>> endobj
+2639 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 642.1271 261.9659 653.1949]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.4.2) >>
+>> endobj
+2640 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 630.1148 305.1538 641.2398]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.4.3) >>
+>> endobj
+2641 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 618.2168 215.9092 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.4.4) >>
+>> endobj
+2642 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 607.5882 254.415 617.3294]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.25.4.5) >>
+>> endobj
+2643 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 594.3064 243.5752 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (section.25.5) >>
+>> endobj
+2644 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 582.4808 185.6435 593.3648]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.26) >>
+>> endobj
+2645 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 570.3961 303.5999 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (section.26.1) >>
+>> endobj
+2646 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 558.3838 178.5999 569.5088]
+/Subtype /Link
+/A << /S /GoTo /D (section.26.2) >>
+>> endobj
+2647 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 546.4857 224.8761 557.4295]
+/Subtype /Link
+/A << /S /GoTo /D (section.26.3) >>
+>> endobj
+2648 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 534.6601 198.7443 545.5441]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+2649 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 522.5754 317.4977 533.5192]
+/Subtype /Link
+/A << /S /GoTo /D (section.27.1) >>
+>> endobj
+2650 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 510.6202 244.8009 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (section.27.2) >>
+>> endobj
+2651 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 498.6651 237.2298 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (section.27.3) >>
+>> endobj
+2652 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 486.7099 184.906 497.6537]
+/Subtype /Link
+/A << /S /GoTo /D (section.27.4) >>
+>> endobj
+2653 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 474.7547 218.9479 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.27.4.1) >>
+>> endobj
+2654 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 462.7996 218.9379 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.27.4.2) >>
+>> endobj
+2655 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 450.8444 233.334 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.27.4.3) >>
+>> endobj
+2656 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 438.8321 173.3695 449.9571]
+/Subtype /Link
+/A << /S /GoTo /D (section.27.5) >>
+>> endobj
+2657 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 426.9341 245.4885 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (section.27.6) >>
+>> endobj
+2658 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 414.9789 204.0043 425.9227]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.27.6.1) >>
+>> endobj
+2659 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 403.0237 246.883 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.27.6.2) >>
+>> endobj
+2660 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 391.0686 274.0413 402.0123]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.27.6.3) >>
+>> endobj
+2661 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 379.2429 207.8896 390.127]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.28) >>
+>> endobj
+2662 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 367.1011 230.5544 378.2261]
+/Subtype /Link
+/A << /S /GoTo /D (section.28.1) >>
+>> endobj
+2663 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 355.2031 220.4128 366.2709]
+/Subtype /Link
+/A << /S /GoTo /D (section.28.2) >>
+>> endobj
+2664 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 345.2653 162.2114 354.1916]
+/Subtype /Link
+/A << /S /GoTo /D (section.28.3) >>
+>> endobj
+2665 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 333.3102 206.7538 342.2365]
+/Subtype /Link
+/A << /S /GoTo /D (section.28.4) >>
+>> endobj
+2666 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 319.3375 286.484 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.28.4.1) >>
+>> endobj
+2667 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 307.3824 201.6335 318.3261]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.28.4.2) >>
+>> endobj
+2668 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 295.3425 282.4423 306.371]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.28.4.3) >>
+>> endobj
+2669 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 283.472 238.0663 294.4158]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.28.4.4) >>
+>> endobj
+2670 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 271.5169 282.0311 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.28.4.5) >>
+>> endobj
+2671 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 259.5617 271.6401 270.5055]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.28.4.6) >>
+>> endobj
+2672 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 249.5442 179.3766 258.6201]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.29) >>
+>> endobj
+2673 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 237.5891 196.2531 246.5951]
+/Subtype /Link
+/A << /S /GoTo /D (section.29.1) >>
+>> endobj
+2674 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 225.6339 240.7855 234.64]
+/Subtype /Link
+/A << /S /GoTo /D (section.29.2) >>
+>> endobj
+2675 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 211.741 218.37 222.6848]
+/Subtype /Link
+/A << /S /GoTo /D (section.29.3) >>
+>> endobj
+2676 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 199.7859 335.6687 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (section.29.4) >>
+>> endobj
+2677 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 187.8307 259.625 198.7745]
+/Subtype /Link
+/A << /S /GoTo /D (section.29.5) >>
+>> endobj
+2678 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 175.7908 217.4266 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (section.29.6) >>
+>> endobj
+2679 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 164.0499 231.152 174.9339]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.30) >>
+>> endobj
+2680 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 151.9081 297.1243 163.0331]
+/Subtype /Link
+/A << /S /GoTo /D (section.30.1) >>
+>> endobj
+2681 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 142.0275 168.0294 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (section.30.2) >>
+>> endobj
+2682 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 128.0549 252.1432 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.30.2.1) >>
+>> endobj
+2683 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 116.0997 206.6345 127.1675]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.30.2.2) >>
+>> endobj
+2637 0 obj <<
+/D [2635 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2634 0 obj <<
+/Font << /F29 2173 0 R /F42 2194 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2686 0 obj <<
+/Length 1741
+/Filter /FlateDecode
+>>
+stream
+xÚµYKÓH¾çWø˜HLÓïÇÞ
+Ï“}‹x[”ÍC² bþ#ÝC¢®“æUqÛüþ‚1Ý&û];œê)»œÔ0ÌÛÅÄ<ͼY»²Xm“,ˆITŤ"ò@ŸžtÅY²ßÇwI@5£sðßë¨%åþ°¨¥
+)
+;=6r×I #Ìû-á!/TÌ·Éæ®·ZúÜ©õaÃÜéËþ雨óþœÁ¶š+@Á:-·Ý$YQþ´{Gú¯›Î`k-Ö0š9³VŸZ{ZûÞgN†=ï<c·ùÞº%ÓÃü˜n¤7EéöÁUáîn›DòågΑ€é«ïU‘í`µX¥Û´úœKõíãÎ9©s¾âþlRÝÝÛÜön€‰¡•Ÿƒ‡ñ¬Ôo0wÛ8Í»1 –8AÊ`2꤆á”Ú^DF1}\a Ê¢šɦ}¾ñd$ø±2Z±ÎH8·0Ÿvh/Å’Mù 4G*ˆ²/Ò(@´7./AÖ x;8G@ÔÔÝN¼Ìr R’C¼<KÜ£TÿH§ï9ë£ÜX(à"Ô-›ïiÈ4ˆöû‹¥g¶ŽÃf*‚0 ”óu¶FP !É[szÿ´æÉìP\ð‰ÐR
+£_ë€Ñ¾'Ô1v£ØW^¥µ£-„z[dÎ[+58Tßnâ»|
+ƒð3å¤úNNßc¿ß%ë4Þú./Øø EœA#7¹mf±K&„œÔß°™¼Agxd
+"P¥“xG¡Aüz¬Ï¹7~…¯kBZ÷‚›§ºÇ;ýP¹þx«W™ZE8}ÎKõñÔÿ°ÅôØÙc²ò™Ü9G„Õ,Ö­•inéÝ­4ˆÖ[ßmêgØ™öa¡ø<]Wîæ:ýöpï‰ÕJe—bJ‰4Sì8•:q ŽíkëÁê§ûÜÐy±K×îÿtš´èendstream
+endobj
+2685 0 obj <<
+/Type /Page
+/Contents 2686 0 R
+/Resources 2684 0 R
+/MediaBox [0 0 612 792]
+/Parent 2734 0 R
+/Annots [ 2688 0 R 2689 0 R 2690 0 R 2691 0 R 2692 0 R 2693 0 R 2694 0 R 2695 0 R 2696 0 R 2697 0 R 2698 0 R 2699 0 R 2700 0 R 2701 0 R 2702 0 R 2703 0 R 2704 0 R 2705 0 R 2706 0 R 2707 0 R 2708 0 R 2709 0 R 2710 0 R 2711 0 R 2712 0 R 2713 0 R 2714 0 R 2715 0 R 2716 0 R 2717 0 R 2718 0 R 2719 0 R 2720 0 R 2721 0 R 2722 0 R 2723 0 R 2724 0 R 2725 0 R 2726 0 R 2727 0 R 2728 0 R 2729 0 R 2730 0 R 2731 0 R 2732 0 R 2733 0 R ]
+>> endobj
+2688 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 654.0823 268.323 665.1501]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.30.2.3) >>
+>> endobj
+2689 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 644.1445 221.439 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (section.30.3) >>
+>> endobj
+2690 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 632.1894 256.567 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (section.30.4) >>
+>> endobj
+2691 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 618.2168 251.0479 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.30.4.1) >>
+>> endobj
+2692 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 606.2616 299.1669 617.2053]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.30.4.2) >>
+>> endobj
+2693 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 594.3064 255.1325 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.30.4.3) >>
+>> endobj
+2694 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 582.2941 352.3474 593.4191]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.30.4.4) >>
+>> endobj
+2695 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 572.3338 292.1133 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.30.4.5) >>
+>> endobj
+2696 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 558.3838 379.326 569.5088]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.30.4.6) >>
+>> endobj
+2697 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 548.5032 230.2959 557.4993]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.31) >>
+>> endobj
+2698 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 536.548 274.2904 545.4743]
+/Subtype /Link
+/A << /S /GoTo /D (section.31.1) >>
+>> endobj
+2699 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 522.5183 358.1755 533.6433]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.31.1.1) >>
+>> endobj
+2700 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 511.3724 342.4845 521.6881]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.31.1.2) >>
+>> endobj
+2701 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 500.6825 310.5143 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (section.31.2) >>
+>> endobj
+2702 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 486.5704 243.7384 497.7235]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.32) >>
+>> endobj
+2703 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 476.7722 204.2837 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (section.32.1) >>
+>> endobj
+2704 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 462.7996 246.0666 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.32.1.1) >>
+>> endobj
+2705 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 450.8444 243.2973 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.32.1.2) >>
+>> endobj
+2706 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 438.8892 232.5077 449.833]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.32.1.3) >>
+>> endobj
+2707 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 428.9515 231.6808 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (section.32.2) >>
+>> endobj
+2708 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 414.8393 303.5932 425.9925]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.33) >>
+>> endobj
+2709 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 402.939 269.6672 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (section.33.1) >>
+>> endobj
+2710 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 391.0686 254.2259 402.0123]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.1.1) >>
+>> endobj
+2711 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 379.1134 259.7652 390.0572]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.1.2) >>
+>> endobj
+2712 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 367.1582 266.9481 378.102]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.1.3) >>
+>> endobj
+2713 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 355.1183 288.8293 366.1468]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.1.4) >>
+>> endobj
+2714 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 343.1631 319.3772 354.1916]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.1.5) >>
+>> endobj
+2715 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 333.2304 265.7028 342.2365]
+/Subtype /Link
+/A << /S /GoTo /D (section.33.2) >>
+>> endobj
+2716 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 319.3375 241.9319 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.2.1) >>
+>> endobj
+2717 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 309.3998 248.8263 318.3261]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.2.2) >>
+>> endobj
+2718 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 295.4272 253.5286 306.371]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.2.3) >>
+>> endobj
+2719 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 283.3873 256.1061 294.4158]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.2.4) >>
+>> endobj
+2720 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 273.5343 274.28 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.2.5) >>
+>> endobj
+2721 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 261.5792 242.1811 270.5055]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.2.6) >>
+>> endobj
+2722 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 249.624 235.4666 258.5503]
+/Subtype /Link
+/A << /S /GoTo /D (section.33.3) >>
+>> endobj
+2723 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 237.6688 264.5173 246.5951]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.3.1) >>
+>> endobj
+2724 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 223.6962 260.8609 234.64]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.3.2) >>
+>> endobj
+2725 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 211.741 244.9607 222.6848]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.3.3) >>
+>> endobj
+2726 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 199.7859 219.7753 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (section.33.4) >>
+>> endobj
+2727 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 189.8482 207.2525 198.7745]
+/Subtype /Link
+/A << /S /GoTo /D (section.33.5) >>
+>> endobj
+2728 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 177.893 208.5677 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (section.33.6) >>
+>> endobj
+2729 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 165.9378 236.5124 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.6.1) >>
+>> endobj
+2730 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 153.9827 236.612 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.6.2) >>
+>> endobj
+2731 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 142.0275 223.7904 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.6.3) >>
+>> endobj
+2732 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 128.0549 260.4527 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.6.4) >>
+>> endobj
+2733 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.7086 116.0149 238.9965 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (section.33.7) >>
+>> endobj
+2687 0 obj <<
+/D [2685 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2684 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F42 2194 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2737 0 obj <<
+/Length 1824
+/Filter /FlateDecode
+>>
+stream
+xÚÕY[oÛ6~÷¯Ð£ 4ï—=¶K» ºuh6 hû ÛL¬U–<IYÚ ûï;”HY¶¨È]÷RÈE9:çãÇçB?½Y|õœšÄ #©LnnN"D²D¤!4¹Ù¾Y>+‹ÆM½zwóýâúfA _$!#mˆk‚–$Ùì,Þ¼ÃÉv“ï1£Eò
+~ÚÑ“ˆ‡“ÑmÊ-luÜSŸ-"^%’˜«ÏdÕµŠq>? ’<™BOiýûŸˆKðcD¿\7‘E8•°b©.¥$··>I®aèµ±íVÐLös]ó¨â:„¬²»ÝŒKN]?¦/ç×Ä+4FL ‘-ÿ|ÙÂùß…J©Íc\s ½€ùÌeh†±‘£UðÙ´õMI[l¬¯kkÛ<X[œÔ’î˜uxrâO/ðüü[w Þ=¡g·
+øy+¦/¸¤4t™®óhh8ZÀ_ßf˜h ¦\«u>Îë Jô³L›~€h:~ÛŒ¼¼ˆé Êõ³ríVˆµ/·}Ÿ~[º«ñVJØùÊý*ï7[­œ>IìÇ“^ܯË<€e8zµ!¡³"ØŒÁö</Ááæ”ü ½L
+endobj
+2736 0 obj <<
+/Type /Page
+/Contents 2737 0 R
+/Resources 2735 0 R
+/MediaBox [0 0 612 792]
+/Parent 2734 0 R
+/Annots [ 2739 0 R 2740 0 R 2741 0 R 2742 0 R 2743 0 R 2744 0 R 2745 0 R 2746 0 R 2747 0 R 2748 0 R 2749 0 R 2750 0 R 2751 0 R 2752 0 R 2753 0 R 2754 0 R 2755 0 R 2756 0 R 2757 0 R 2758 0 R 2759 0 R 2760 0 R 2761 0 R 2762 0 R 2763 0 R 2764 0 R 2765 0 R 2766 0 R 2767 0 R 2768 0 R 2769 0 R 2770 0 R 2771 0 R 2772 0 R 2773 0 R 2774 0 R 2775 0 R 2776 0 R 2777 0 R 2778 0 R 2779 0 R 2780 0 R 2781 0 R 2782 0 R ]
+>> endobj
+2739 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 653.9975 224.3212 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (section.33.8) >>
+>> endobj
+2740 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 641.7006 169.7829 652.5846]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.34) >>
+>> endobj
+2741 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 629.0027 345.931 640.1277]
+/Subtype /Link
+/A << /S /GoTo /D (section.34.1) >>
+>> endobj
+2742 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 616.4915 310.0959 627.6164]
+/Subtype /Link
+/A << /S /GoTo /D (section.34.2) >>
+>> endobj
+2743 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 606.0548 200.6861 614.9811]
+/Subtype /Link
+/A << /S /GoTo /D (section.34.3) >>
+>> endobj
+2744 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 591.6557 270.6139 602.5397]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.35) >>
+>> endobj
+2745 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 579.0149 197.8971 589.9587]
+/Subtype /Link
+/A << /S /GoTo /D (section.35.1) >>
+>> endobj
+2746 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 568.5212 199.7107 577.4475]
+/Subtype /Link
+/A << /S /GoTo /D (section.35.2) >>
+>> endobj
+2747 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 554.381 204.5622 564.9362]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.1) >>
+>> endobj
+2748 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 541.4813 244.1137 552.425]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.2) >>
+>> endobj
+2749 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 528.97 226.2676 539.9138]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.3) >>
+>> endobj
+2750 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 516.4588 200.2784 527.4026]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.4) >>
+>> endobj
+2751 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 504.3361 204.2634 514.8913]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.5) >>
+>> endobj
+2752 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 491.4364 238.3055 502.3801]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.6) >>
+>> endobj
+2753 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 478.9251 222.8036 489.8689]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.7) >>
+>> endobj
+2754 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 466.4139 247.1588 477.3577]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.8) >>
+>> endobj
+2755 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 454.2913 237.0299 464.8465]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.9) >>
+>> endobj
+2756 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 441.3915 229.5783 452.3352]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.10) >>
+>> endobj
+2757 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 428.8803 270.5244 439.824]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.11) >>
+>> endobj
+2758 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 416.7576 208.7034 427.3128]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.12) >>
+>> endobj
+2759 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 404.2464 197.8277 414.8016]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.13) >>
+>> endobj
+2760 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 391.7351 229.4483 402.2903]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.14) >>
+>> endobj
+2761 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 378.8354 216.5871 389.7791]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.35.2.15) >>
+>> endobj
+2762 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 366.1846 229.8702 377.3377]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.36) >>
+>> endobj
+2763 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 355.8304 175.5014 364.7567]
+/Subtype /Link
+/A << /S /GoTo /D (section.36.1) >>
+>> endobj
+2764 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 341.3017 177.2053 352.2455]
+/Subtype /Link
+/A << /S /GoTo /D (section.36.2) >>
+>> endobj
+2765 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 328.7905 245.7767 339.7342]
+/Subtype /Link
+/A << /S /GoTo /D (section.36.3) >>
+>> endobj
+2766 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 315.9454 169.9601 327.9006]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.36.3.1) >>
+>> endobj
+2767 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 303.4342 222.6597 315.3894]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.36.3.2) >>
+>> endobj
+2768 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 290.923 262.3008 302.8781]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.36.3.3) >>
+>> endobj
+2769 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 278.4118 184.6349 290.3669]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.36.3.4) >>
+>> endobj
+2770 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 266.1496 304.9779 277.1781]
+/Subtype /Link
+/A << /S /GoTo /D (section.36.4) >>
+>> endobj
+2771 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 253.5836 251.2594 264.7367]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.37) >>
+>> endobj
+2772 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 243.1496 164.0744 252.1557]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.38) >>
+>> endobj
+2773 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 230.6384 201.2145 239.6445]
+/Subtype /Link
+/A << /S /GoTo /D (section.38.1) >>
+>> endobj
+2774 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 216.1895 231.9493 227.1332]
+/Subtype /Link
+/A << /S /GoTo /D (section.38.2) >>
+>> endobj
+2775 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 203.5935 234.3132 214.622]
+/Subtype /Link
+/A << /S /GoTo /D (section.38.3) >>
+>> endobj
+2776 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 193.1845 219.466 202.1108]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.38.3.1) >>
+>> endobj
+2777 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 180.6733 200.1186 189.5996]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.38.3.2) >>
+>> endobj
+2778 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 165.8108 297.4209 177.7659]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.38.3.3) >>
+>> endobj
+2779 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 153.2995 287.2591 165.2547]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.38.3.4) >>
+>> endobj
+2780 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 140.7883 297.4109 152.7435]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.38.3.5) >>
+>> endobj
+2781 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 128.2771 262.2728 140.2322]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.38.3.6) >>
+>> endobj
+2782 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 117.4263 220.323 127.1675]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.38.3.7) >>
+>> endobj
+2738 0 obj <<
+/D [2736 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2735 0 obj <<
+/Font << /F29 2173 0 R /F42 2194 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2785 0 obj <<
+/Length 2646
+/Filter /FlateDecode
+>>
+stream
+xÚ}YKsã6¾ûWè¶R•Ä¤HŠÙ“=ñl953;»V²›Êä@‘…˜">Öñ¿ß~›•r•Ñh4@£Ñý5uw¼ùîc®R/ƒxu<¯Tä{‰¿OWqyqª‚Õ±øuýÁV®ºvóÛñÇ›ûãZùð§¦Ò
+ˆX­òëÍ7¿þ毊õãï…é!Z½@Ç÷Tš«ëM¥^©ÐqʛǛ *wƒÎÝTéît¯w%^F!íô“ÉuÕjÜ蛓ít%°ÊýãËO›]ùëÖLý`óþ
+§Ì:c+fM´­vNÁN%^xHy½Ÿ7J©µnÚaŽò‚-S_ìFEëÿá?}=醹ï¤ÐŸkú`ëòׯyºt$°¼CîÁN¡ï³PÎSûÉÁv—Ä)ìk"÷ÍWÑ‚ ˆ†I*6€ø[ø§¶´§]¤ÎÉaýhÏÝ î(k´ŒáIl_d¡-‹=T¹ÇÑbÎÇ&«žKS1÷±ÁæÜ]DQim³Ùûë-[6‚ƒ*{(/"ö¹;Ûv¼Jº_¾Å6\ûRþN…¾bþO·Lܳ™›W[i5-Ôº¹š®Ów;Ëù˜›¹Y%Ã…i»Æœ6¿î;Ñ$ªOpì+Kåv7\ád˵Ñ-_²=sÛ]ŒpJq%êâjâ(²wòKV=™ê‰{F¸NMe…‘•¥ÝÑúEÞ’;ùË}ý÷ýíç»O÷K2Ç‹ÜlÝ7µm¥C{‡VöÔ§aïÐqL2äÁ__³g4¤ŒfÜ\³ªÏÊ­Hj4àŸÝÉÚgaÙFÚ<÷UŽ~••¢‰®ˆ¾Õç¾\²·3#Ÿô[ìÏà¾Ø"G­MånAìÞŽWÀ7¤Ö8£°×ïEÒŠuÛ¶'· fž»×T§>ãøYÃæGÁ™î¹êÁñÄgŽƒu£ß9"p 9 /†žPdHáXr!è\maίìCÓiÚˆ¹Îíõª›Ü€½ÎUU¶š ÆÑÚ›oVÑfun!4†ep p^„¯vÝèV7l?Ó‚4E3'ëáÂdS
+^[—úJ@…æó(Û¡+Ý`„ÁÎWô¬œéOf1¢“ÑG¿@ËM£q6Òhê¥h¯[óT9Üã< v’jýà?›EØpŸ¬/Æ„áJ€3êÇ?Àp˜ø °É–ÐÚ¦À§D’–Û~鸥-¢ã팛¸ jºñ-³N:ÏzLoŒ)N¢Ù<æT)[&G±bŠÈ¾g%˜x"T7ö©É®¢‚`Y0 î ".$3  -_}Á/>ßF‚Ý)‰ì­À×3}sBxXV·Þõƒ¸“+ÐZ?@” 9N² K,Äg9ëßá^¢=ßm¸'«˜AÏ Z¸¬‚)¾`°Ë+s]öîéÙ
+Ê èÀâò€iýê}Ý»÷û“»§%*n3nF$FÿÑ›F*ŵw+ßF Ïn³à]ï^0@¨ oåe^~PLÛÓ”[Ì1ð³
+ƒ6öW+³ê©Ïž–ÓÝCJ÷à*B²Ü Änrüé
+VÎMbø02¹0Q"‹Qk&KÊ‘‚Ô;’” ¹=ÿ$îW/ã=þ$çíxËo2?o¨‚óÎùï½ùýY>ìò'#-ÇÞ!LB°œ—& _9éß{
+endobj
+2784 0 obj <<
+/Type /Page
+/Contents 2785 0 R
+/Resources 2783 0 R
+/MediaBox [0 0 612 792]
+/Parent 2734 0 R
+>> endobj
+2786 0 obj <<
+/D [2784 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2787 0 obj <<
+/D [2784 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+2783 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2790 0 obj <<
+/Length 2759
+/Filter /FlateDecode
+>>
+stream
+xÚÛrÛºñÝ_¡·R32Ã;ž9±8“œã6šS§'ç") 5EòðÇýúî %3mÇ3æb±X,{ÃêíæâÍm-27K‚d±Ù-¢ v}? I»Iæ‹Mñ»ó®©‡²úå›7› áÁŸ¿ð=Ï]g~
+Ô¾›z‰¿È^üþ‡·(.¼ÅÇ Ï ³u¼x†çúY,aœ¹Iì‡S]|¹ø›eyiy^N™¾}%éqï8uƒ0IRUUÍ2ˆç²X^qè ~#g[ò¸({ýX«ÁÌ«žçïêeä9ßq­ê´ª—ç7{YxÝäã”ÀäõÂèT£t̓—]óvLð¥ÌÝÔ½‹š„ó^ú¾›Å±O²ßíÈsÞÒ;ÙÒsŠ¦ìªAéfõî…Gª^ú±#ƒY<+€Ý©¶P'»*ÔM]MÝ, Ö$(ë$ oA½kp×ïø¯ì½Y¦žS"æÇÐ# ¢a óyÙ‰Î`Ðï›n`°U}¯é”0jv¼lNŒöJ Ë®Ò=\çJ°²ú¶ƒ‹¹|%\p*œìÔÍ]Ç[•?½f°>e°bf-W
+Ò®F¿ª¬E
+[â
+¦”S¸ŒÀhÄS‡0¥aÈ_%ßSâ³îeú,€0]q"»,Àì²3¶uPÝÓØâE&lÁAyq q’"wüPΞ²`·%%l€TÂ<R0R`‡½8ÖpºE¡û¼;pÆ÷#ìùçÈÁÝšYµ§Á&€
+žät]ïšW‘†…\1þ“bò‡ÿNöåýçO ™ô`£džcáDVÀdæâ+_o®WsžÉQ5J´“2Ó%Tö(oA.ÔxLôaóùÓŠÑ÷P¢|É;Ý<E²Â÷þú– øÅQ
+{¾ @ïÇ…Àãh³^ˆÞ‡6…bpHºÅHL¾ÃÉUGu²hj ˆ·×3÷¿¼_1úáÝ-£Dóñþ½lÊ6ÊXÃkFLË9ôÖ˜,[ŒøªÃo“JϳìE娜ßÊB , q9 S˜KA65U
+2<œî¬Ãñ=Qȧ˜îÙR”Ùq óÆTâÄTmvðÄTbcÎ+=Žõ˜,¸~è¨Wœ—CbE6_ÂJxöo¬¡Æk2SCáeB‰<úäá=)ßõÀ!/rî1Ѐ}›ø*•ùŠgeç˜B|À<¤ìÆ>@Ó<­?˜†#ç–½&ÆÝú²Ú ˶{F÷#Z
+¥z[Ù7D1C]#¹,4/A€ä%ȃ¼îL¸7›¨¶-UgRÀ_«ˆŽ2û¢¼EɨÞÆ ÁñÔó†Ó”D4ì4 ÉôØ‹±cEÎÛÄò„"Bé1x+ÏLQ§&‚y¼…rà™h0í4dpEª;y¢›ç(B`ûìkµª¸Šƒiî]dÇǽQÔ_–hC2‰Ò® ¿üŽ iºãV ¡®íÜ”÷\©Ü/gué' œùDzŸA–ã֤כ+tµ`äÃײR‘\”Š âéZ˜_[¼Þ±Ö#P"¤AŽ?§m¤Ç.‚rùHSj,Æ­e;ÐØl¶Ì¡d§7Vš ¨ PDHSêÖÁÞPìôŒ°ä ðåº/9H¥É+7ÔÄNRûjF¼<„ÌÒWÌUM¯Š9±+¨æGò¹Ë
+%H=0¦+b‘a:»§ø!;áŒäÖ%éi“ç¢mÿ€¿g³„)Z 8%Õ•?M½ÉIK2I¥ç¬'5$`ÿ7@¯ÑA¦¯á± ¤>ú Ló[Õ4¤’I¯`I8¶Îž”Øv)­šovØÔ¦1†c,’é­ƒcÜ’¾d idæ2~ƒþÎ3§ÇÁÉ“ã %qœhÒkxSqšFv›­ðÒõ|„Bå¡û­å= ß®ÜÎëŒÆ:3—œo%Ë(®<àš!r×5Ñ”5–Øv)„A!Ç`ÃXK‘Ì'EýU8Øßñë`Å./!mÚajlš!QeòJ•é¹*iüpV`Ì’ï8Ñè‚Gü(
+endobj
+2789 0 obj <<
+/Type /Page
+/Contents 2790 0 R
+/Resources 2788 0 R
+/MediaBox [0 0 612 792]
+/Parent 2734 0 R
+>> endobj
+2791 0 obj <<
+/D [2789 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2788 0 obj <<
+/Font << /F29 2173 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2794 0 obj <<
+/Length 2731
+/Filter /FlateDecode
+>>
+stream
+xÚ…YsÛ6óÝ¿Bo¥fl–·¨¾%iÒºÓ&íÔí|™¦ YhHBá×ÿþÛ <$&{†‹ÝÅb±Ø Ðˇ›oßDûÍÞßgQ¶y8nÂ4ðwA²ßdûÔÏöa´y(ÿò^Ù¦×Mßmÿ~øéæõÃM¸ à/œs‡
+Ýtšê|®Œ&JâõÖñ
+õ{[ 5lTx[A·úÜÚr(tÉcÓCU1PØ3½lSŠø“IÏvZ)"‹¶„ß…¡¿OÓ´· I »D6¥ém:?°Îêm”zŸ·aê9>Ú~O–ö =:”‘ÉbG±÷~†G*­VÏ 4¶g`p‚z]œS¨J8µê†VwKÍÙCH|ïÙC×·C’ö°FËXØLßÚŠlm ¶Z•|^8QXC+F
+ŒÏšì¼óp¨LQ=¯9œÈ¹"ÆÑŒ«›Œ}fyõî×÷÷oàÁý[þþ†Îù:Ö‹·÷ï—R€¾9_@€´êN2hMÃÛ}ˆáA¿/ðŸàj]Å d'b¬kÛTÏ<:)ô76Öêj“-ÛÖ oN¬^3œË¬Jì•ÖP¶ÕL
+„pÉ̼Ýðå=Ï'3n±UÉœˆç}
+êAÐð—-œ„× 8ÓŒâ¨& uÁ_-º‰Ä¤Pq–é•© ç;\ÈN þ§_Q\fìµ–»Ñ ƒR0«3–ΫSíÔ‰fÎ؈㪭w©™Ë™‡­GG.É‚:5•FiP H±+[9Hmï¡/ãí§âÑ©«íÖ¨Çê7³æ¬pg—b‡×¡#¸¬‘S‰‹éåD]
+zJ8ä–
+4“z›K ä.p^Ñ%y¸ž‡s—ЈÒW3è p^£Ö½]Ûš*ÿQ…ø¤7õø…ˆú—Èõ/Ѽµ(QvÕà"íÝY}Ëi$a¹‰a
+endobj
+2793 0 obj <<
+/Type /Page
+/Contents 2794 0 R
+/Resources 2792 0 R
+/MediaBox [0 0 612 792]
+/Parent 2734 0 R
+>> endobj
+2795 0 obj <<
+/D [2793 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2792 0 obj <<
+/Font << /F29 2173 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2798 0 obj <<
+/Length 2975
+/Filter /FlateDecode
+>>
+stream
+xÚɲÛ6òþ¾B·¡ªôhîkN±ßóÄžd’”U³T’EBOˆ)Rææë§7 E—]:
+œ¦Å6tàèº×J ­ê®€¢•bÀÉàåCnÚ²þÄmVŒpiJý›çEÞëq]/°~,UòÄ?·¾ï;p0X³CÂE}ßÍâاC÷Í‹‚ÕpŠ0 Ϻ?c/pòž!•Ê»žAHwÄΟ[?vOã1±¥ ÒµÕu¡¯yÅp¹Ï-Cç©)† pÈн¼ªæ„uß- ÏnÁJ"Ûì
+‘hYÇ«–<Æ•Ò’.bÇŠph¸ºc
+°, Õä3
+ Š+r)UW´úÈ<0–òkA§D··ÈCÆ
+ïc×k«ØÕ4ƒAWû“ÑÀá{iÖ¦Q«þ3‹¦ý¸úpvÚø<³€EháæØi§™ðÎâeâ 2ãJ cE¯™Dò¸tô‹H¸(8|ÄuÀÄÓæuwÍÛ‘ˆeê2‰âddz•Ö7ö:•þˆDøÑkò2~bÞ^2cã7V$“Ü¿ßÄÑæÖ 2–bÂH¤d)D€ˆ«éh‡™%„óС8ÈôœcÞq(ŠÐåÎá¬È—x™sÉo‚§¸½V}É”o,¼¿b(6ChÿT¶xÄäaŸæbN—sóú…~Õ¦¤´‹í©?FÖÍq` B)Kǘ|";]41²ì¨`7e(+Z2JÉK©ê´ã9<µ¬)øÙÐô‹®1›ó³Ô6V4yâvĶDÍ {8Ѫ““ví­gÐÃH—qþ.í[Äjd[óZiÉhúqf4ý+¢AÉW|¬9Š¤JÇ:ÑpÉM;yý'ˆ³åUŒžß¿óü¾‰"üYv†´N³(ctQBHâŸË‚"hï—âù ‰,W΢ã.°˜Ãll]6ÛD`7–ˆ‡VåÅy‰M݃¡ßž3ô¤(Hj…wã&¯švMʉ‹˜gÝû­ f·®k—G?H»Ìc“1š "ˆW£à ²£à@{•m5;Ö\3Mä¢h±n¥+q2˜¿/1Q(§‹ÆÐœõp9ÒsÀAÓŽ+¹ƒÑ:s‰nÍÏ÷jiîXJ*9PÆ1x™iN_V"È&%¬d<gš:?º |R•ê•I$ä½-–¦v¨SøPžë‚œée ¹)㕳¹•LhMŽbõ5' ¥a»7O,›×0`l‡!.ƒþ!íSÃ-±‰´ª77›.Œ–7x‰É3;aL˜3~Í-V‚0庌A²p“P=ÃI½B‘ƒ¸T‡ÀI>
+ÔpFôܼF8¸¤{ar<À3Š ?® Ù„xqÉÝE‹!qž
+f GašQN$
+va(Ϙ@£ÿG0Y
+9À(3>e`|ª¹§ã÷5Æ™ù$œž±(¥ª'ÜâÕÛ0ÚìÝ,I"üÿÜ)ÈÜý>ÍÄV¥‘¹ŽqêÏúçfèÇ
+~½1$IÜ}˜À7KS"ðL‘Æ
+endobj
+2797 0 obj <<
+/Type /Page
+/Contents 2798 0 R
+/Resources 2796 0 R
+/MediaBox [0 0 612 792]
+/Parent 2734 0 R
+>> endobj
+2799 0 obj <<
+/D [2797 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2796 0 obj <<
+/Font << /F29 2173 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2802 0 obj <<
+/Length 2541
+/Filter /FlateDecode
+>>
+stream
+xÚ•]sã¸í=¿Âo•gd}OŸ²›ì^®Ù¤Ý¸wíÜ݃l)1/奦ù÷¢¼ÚÞd&AA|Òïv?|Ø«Â/ÒmºÚ=­Â$ð³ .Vi‘øinW»êWï}'‡Zjýû›ÝE¸
+à/t©C
+cs¶–Ò%%‹ñçw)^ €“oPßEÊi«@?Ó±D¼bªH` ¦3ÀèFj=U4úm»etý‚Ä]œ `ÔÒ̬l1
+'„„¢üÄÅmÅXièìrs3BÌ+æ9Ozx‚Uä(.;Ø­1 kœÎ¦zN¨¥«¸sã'•õIÀµ~¿‡iMô¤R>uâ+¥éňë64Nì¶.dz
+³(<»Äë0ƒ,0Þ©¡\é0gÁ<çFÙ,Ö!¦y‹mó™Î©:Ö"Å|Í8%$7Å1%õ8t+ZiÅÇå:·£ÞuÖŽMCÏTg¶3šÚ,Z¼¬Œ…L&Gw-øvg†ôÿ\µ¡(ÏktÄÊן°?nRs[´¡Œ£ì?~¾ùx¥Ÿ0Þr›r»û‘+‘û뛿ßÀ¿ûé``ë‡Ï[ŒÀWXûèÎÿ$Ó’fÜBfFé€p^
+/<çN57oùLˆ¿`¯ébܹç%{Íþ­Óv
+!ÏH–Îéýo8AUQßIq w/´œÉš›Ú¼§šWµó觳ó7Y'â´!ã·Üó-±oõ |@—¦ŽÓ¼Îr—­ßëÔâû Xm]rñÑqarê¡*2íÚ×2»eÅLé3Ï|=vy÷<Sæ\ƒì>_Ý?Þ9õÇÒè:?-¥²%EΚÊcjÜ ®ÔåKB¿ö)sÄöyþ`Ÿ.`Ru4I& èU0³¬Ì±~˜„àÝÝ´´ n·ÌIm雥Óã™ù"ãpàë<#¥vçH÷Ywü‚·ü†™Í^X3û„Š»ÌÏ°«¼\2q åi,M…~@NƒJÙ”oʂȼnSapVMD˜ZWO0šHa@½[™.ÆùÙCóuefQ·…ŸçY¡E sÄþð!ŠW¹_¤øûÕÓ
+LÊ!1Òü¼Æ'ÌÃ`z¹ñÇ˱û4‘²ê ÒÔÏ£,øE–ñ“Œž‰ý(ÉÒ•ƒÿ;Ä›aP€ßŸÀMùwÊÿéÿÞÐendstream
+endobj
+2801 0 obj <<
+/Type /Page
+/Contents 2802 0 R
+/Resources 2800 0 R
+/MediaBox [0 0 612 792]
+/Parent 2804 0 R
+>> endobj
+2803 0 obj <<
+/D [2801 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2800 0 obj <<
+/Font << /F29 2173 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2807 0 obj <<
+/Length 1811
+/Filter /FlateDecode
+>>
+stream
+xÚuXÉ’Û6½ë+t¤ªf8ÜEææEË'–ì$eû@‘„˜$´¢¿O7à"Ó¥×Fó¡ñ
+tè ò±° òcË®öL]kÈL:)´ÐšE¾u Æ4Fþ”¤aâÀ„.=I4Úæ5Ã=½<8Ä9ÂsxuÜ/wR2Ú«O&ön’àÂ+c:· ·í7^¹vúØwS/^ëéŸ0u8óGÒæ#Œ7ÒÌ
+<§SŒlæxGµ‚0C¢ÿ+ØÙÌ›Ë1…*%P7³Ê7*诃.htMÉLÓl<¿x—z/zÑõSG@nÆ?WŠÕ˜‹,èyÃB.¸ ¾Í冊Ÿ-t˜ÆcbÒDo"D¿ãPÁË;ê’
+Bƒ* =óN‰vŒ©24*ÖÖ ÊD†S¡¥(ÄIIghÒþ';]OÓ åohëíÐêbe(ŠsÞ*δÌEÎå$=嘿
+6«Ç¾gvøãÇÝÇjØ|zÚÂßR÷ý£7Oy÷ôjó¼ÝÌÜéº SçŽBleÎVÔK=o­ ‰À³½<‰ÏXóú‚
+º¦
+D6³„`:iñhOƒ¾éõ éö¨ïGzã“­lóƒ2×?ŒqµáÙIΚhìÌ
+M5? é2žŠ]¸.….É4¤ûBšÁÕМ°éÛ£7íÝýÜÄ>‰§C7¥»âœŸ„þnÓç`OÿÜwÈäþ@§äˆhèDÎÔÜ|ˆ†îþzó dˆ†Öô0Ó¶já-Ãh™ºY’Døÿ ¼S¹iºÎô;}Z­#‡Ê~~mø?ßN¢3™Á†KÌy« I7 ×Ðâfk#xÚ¹a À
+endobj
+2806 0 obj <<
+/Type /Page
+/Contents 2807 0 R
+/Resources 2805 0 R
+/MediaBox [0 0 612 792]
+/Parent 2804 0 R
+>> endobj
+2808 0 obj <<
+/D [2806 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2805 0 obj <<
+/Font << /F29 2173 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2811 0 obj <<
+/Length 3192
+/Filter /FlateDecode
+>>
+stream
+xÚ¥Z[ã¶~Ÿ_á·ØÀX‘DQ—¼í¶›b“&MÑIP PZ¦ÇÊJ¢#J™üúžeÙë\ ŒÈCòðçözß>=|ùuZ­ª¨ÊÓ|õtX%:ŽŠ8«Vy¥£¼JÒÕÓþçõ_\?Ú~ô›_Ÿ¾yx÷ô¬bø—,g'ÐÈ“UÝ=üþðó¯ñjÿ¯¾yˆ#U•zõ8Jª*]uJWQ®(íÿþ9³ÜÎ<·K¦oQÒ,¹)©.¢TiE’þ0l’rm¦¶(ìÕé²$*ó´„pîÓ¦Œ×n³Mãj=-6ÊumüdZn»·Ã›D¯í°Éâõ#Ï}BΫ*T
+§Ø¦Qš%š8¾£‘,*³¤\-èÿæ…Í&Y{nönä= ÷ýhF»u‡-²5ƒ Ž¯'ëí86ý³L{õ£í"ý^dÿ%Ž•ñÇ^¿ÒþÛ$SQœj¸Â$‰*­¢›Ú±ií&Õk>ž2UëÎöJ•fkÓï¹Ñ€¾Sƒ¼cs^Àcé›ÓÔš±q=SÜ9§}/˜©õó`NǦ–=öæÏ?[+ ŽÂÓõ­s6IŒ7­õ:âñôt 8„­®LÁñ[ë=·üt²ÜBZ7¨:ë‹s>ò´£CÚËb$hGY«‰*¢ReA­ùgÔšµâÊFÄ0¼µ°~ÙœÝM úÝ3é48¸’NöE¹?òZ¼IbÕ¶ÜØÙÚLÞ½¦Q^äÉåuК4çËÄX‹í7ùžoŽæ4£çÆn“Æë©iÇmÓ3Å´ÏnhÆc'Knà?ÕÇ°°F¾'3R0¯Ú Ö| s¥I`
+K4¬êítÂSærìàðn«e
+Hvkü#wɦ𢼭·óùŽ.XñIqIÛ9¾Þ|]»îÔÚQ¦Š¶·l¬3»¦mÆ×MÎÆâ>‘±B¸ìš>Ø?Èþá Â{™sÀšztƒgB¾$ÇJ3ò÷ä¼ovmXˆ×NÛ‘X©Î1X¦÷Ú#‰áø ªh›?…o¸l/=@BFš'QV©+Ój:ó 'eát¼nÍ«›Fn£Ýà×ðçØ<ÛW!M£ëØÞ±Ëwáp_Q¸ë4ŽÒ\qtü±‡CܨméÂQÙð‚”F zǔΚÞss<š‘[â¸Û3}·ßÂÂ#Ù0nÐ3a‚@ÁÝÖP2y¶<«Ÿº¸õÀ]24˜Ö
+ç2ÎvDàîFx18©„¥tòB×N #Ò˜ú…7 ^¨ qBÞLÒ**Ò¤¸;
+¬F–±'ËÆ~Á݆…°sÄíïïÀ°l)Ìá¸u;íí-dÊ·…&;Xô±nS#rÂÇ`ŒóWf̦ô·ÖíA0ŒI‹2W^ˆim2$,°œ½PEȃk[.W|Ä#O·Ù“Ãwg<ßy ( ¦ôï®w’\óxëäãŒnÏì“d KD/Y;aKº˜}Æï‚qykhô²þ‘'ÊŠ˜Dêr ‚æÉy©wݵh7lUP ƒáŸØöËP-€ßúz£Ì8ðWEŒ8­(ï _ 
+°£ÞR~‘ú½"*–Å7{é0œZŒ*‘H&J®CIëâCx¥iz/ñΪÓ*ÿ4^(@¨-”y”’RÄ•ÇQ†§øLš«®P#. ˆö‘ù˜¸®¨æI¥ÓàèNDX¸ÉãåÈ9Ö¨rŽ5²ÑŒs¥ŸdQâéZ#îñžÉØÉÂÑÏm.k¡!UaFñ¯¶§Q&áëzª€á`$Ì3É
+Í6ÔKFpó·¢!yÖ3Xçt¡nÔz¾±%‘ë
+#£;Y~pS¿ä6… øP°¤ÌàÊŽaaӺڈђ ‡°®¥ŠíÆrßLÝ‚ÙÒ"Ø1Tþ{g…F/]Ø`ŽÍæÐûøfC¯7<*…2J“êþ+;S.<KÔ@[¼9ïW` 6ŠlWO'0Ö~)Ö|fñ¾\EqžèkÅrr
+a.¯øŒË—Ô£#Ä4Ùœ©aùζŽK+)Þóï€ðŸÚ ö &’² ‹‰Í€fãBÄhö+ÙêhÚÞ’%b AH ^28ºú¤¼C‹,Sy·(P
+>žòÖÚÑQT…‘oÍÐò0ÌU…
+¿®@ãû¦v<åw:Ù¶9?x)y°À¾Rð4ˆêTÑá/<*éf{˽® B6Wýšò}ÄDˆ°Í Èð#ýZH½£mO¬¨l#Mõn:ÿ®tF(YH;8hì ç$|/Àgñ‡ ¦a'Ÿ·¹‰ÃLÿ#õ9¸C:nêædXÜR^V–ñßøzòžAô±~–¹bÍeŠ.ùY¬.<ðh>>.W«$Rɽ¿7mûV VþòkuñûfE–Ëï›øöãˆn˜*¦á*Ó2;©Hœ>ÀM‹OÞ(
+ëRyÇ¥”°upNVsî¤w\7=Þ#ùë¦_VÓ´_À,Ø!Ä*=ÒJE
+ëšþ–%ÓOùüVUÌùˆ¬
+Eùïÿ94ܾendstream
+endobj
+2810 0 obj <<
+/Type /Page
+/Contents 2811 0 R
+/Resources 2809 0 R
+/MediaBox [0 0 612 792]
+/Parent 2804 0 R
+>> endobj
+2812 0 obj <<
+/D [2810 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2813 0 obj <<
+/D [2810 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+2809 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2816 0 obj <<
+/Length 2102
+/Filter /FlateDecode
+>>
+stream
+xÚMã¶î¾¿"·:Àĵ$Ë–Û[‹] ïöC¶@G™¸u,×;Í¿¤H%v&[ÌI2IQü&åž?|û)‘§*/äæù¸Y–šJ”mª47U¾y>üšüx²ýä†íNê,Ûߟÿ³É6;U¦F›@ð|r„üyæzš‡­0 ƒü‘Ö)Ò<BéT
+]ŸTeñùPeZ–Zoð_èäÿ__»qô’~ûIV›*­
+Y ô;‘Ë´ª„Üìt™FT,]3ƒªJöÞÿE»ipvb(I›/[©;4~fŒ{WG² ¬,!S×îd*sQ,ÄÏS“ ³YÀ¡ƒMGkMæ¼Þn'¾m`9jßÕnèÜ>_›éD»ÁµvjPÊ/[¡×^Â;Q€ºEYÁN¤•Ö2\;žmÛ>mwJ–É«kÛÝÁµMz»C€šdò}S)‘üÔÑ:sáŽÝæYœÜàŽ~pÌÖÒòÒú½m‰8B
++-Ó\é{7€vhØ"³µ-îT²wyY˜®K öùH4ðj¦Ë¶Ð¨-âζCÚ QÜd›öŽyÎÌUâÏÍ4—ÍÄLö[™%óDD6ž
+Á+fdè~N­¥C¤"_ÈÑB¸B`>ª\_£)%Ìg¦ ‹ÃÆ£Ïh{²]ð<œº¢mòJÕýÇžûˆ•ÉÖ2pœÜD p°Ì=‚Œ‚îY!ü
+9+å llß¾ !@ßÚ:¸ö¬¶4`ÀîûÛIv’QœCqÝ·x úƒÉ=­gû†b„R‰€]Ôe¥…×èÚãrÂ
+[·(wäˆþÜ1Ûsórâ+GËÅ0×T˜WIDE6—h°áâS¤ªPæµ'dõý@Ÿ!p`û¶ w0Dˆ2
+¦!৓ûçA–H•æ0%M [àˆ’´îû»åjõGÓLkGF±ä¸ 1«} Ÿ(@@#ò(ááKóU £$WJ~–à:ôKÈq£„
+$ŸÐ!&õªqiôóÐ{JWÀ… Åu$ìÙ[p}@uÃnÏõ¾qÝôDÔ!Rk?2mÓ˜}ǹešô°“±9м¨¯œ °[gõ#7C—YÌ6Ê…’ G±.>Rg€-eÂ:ê}4¾à!NµÑ"ÕÊELåré,]*öFí±Ab {ë7ð L6‘ò9eˆ]Àµ2ËîFŠ§RÞ%,BV¶ÂXª0«!fƒg–ðÁM¬äš+€èa,wߌF{¾|€Ú'›óÜN¶s F ñq!°­—ãç
+±pg˜˜PaBžSxï¦W·Èçsz=¾ˆmê_àÆXNÅ[áKÂç˜Æ:«ý0¸±÷ÝËh– ~~9µb@:&2lþ 1Âß<1à î;Ñ—Hþ'†ð‰XRÉöž:[;~óHw”ÂÕwS;[ƒÖÿvxÏr…Íä‡æ¥ép fqùé|ë_. ˜àʤG߶tÿx3¶.©yA×è,>ÑÌ­Ü™E'ƒ»S‚ñcI—ì4KNö0#Ó–Ê á&*3‘–U®Þý
+\-KA8ÞIW&øVaèqðç;a¨$òó§„û‹âþùs'‡ÇÛJ%¯'lÁ·FGXLè™êÐðû+°Vù»'à3ÌÝH<|÷D
+€À›ˆaæg±xP@´§q´ # ž·!‰(¾vBšTV çÛ¢DAiâG xƒíÿ¤G,¢BóñéU)ØN¿oøûŽ8P’&và ahÆ´O
+endobj
+2815 0 obj <<
+/Type /Page
+/Contents 2816 0 R
+/Resources 2814 0 R
+/MediaBox [0 0 612 792]
+/Parent 2804 0 R
+>> endobj
+2817 0 obj <<
+/D [2815 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+10 0 obj <<
+/D [2815 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+14 0 obj <<
+/D [2815 0 R /XYZ 100.8917 410.656 null]
+>> endobj
+2818 0 obj <<
+/D [2815 0 R /XYZ 100.8917 248.6028 null]
+>> endobj
+2819 0 obj <<
+/D [2815 0 R /XYZ 100.8917 190.8444 null]
+>> endobj
+2820 0 obj <<
+/D [2815 0 R /XYZ 100.8917 141.3948 null]
+>> endobj
+2814 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F42 2194 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2823 0 obj <<
+/Length 2979
+/Filter /FlateDecode
+>>
+stream
+xÚ¥kܶñûýŠ
+´»À--R¤ΧذHÒ‡Ö@’:­öV¶VR$­kÑÿÞyQµ_P8 ‡Ã!9œ÷úÅÝͳ×&ݤ*L´¹;n´ TØt¥NE©6›»ÃÏÛ—§¬Šn·7.ØjµÛ» ØÞ
+F¼ºK>\:6Gþ~þn÷ëÝ÷†*Œt¼Ùe¬Žˆñ+š²*±:ÙÌðïxåß»&/ú¾éìæÕÝÞðOÏ©ˆô&?ßüvóó¯Áæpl¾¿ T˜&nó Òij6ç›Ð¥*r:ô˜êæíÍ?F–û‘ç~ÎôÅç"Jœr±Õ›ÈÅÊ„.¤ÿTãmÛ¶Y70D‚€/ €,Ê|?–Ã#cNE'sySçEW÷8Š¶ù)«Š^Ö7ü9¦©21"G÷92þÝßvÎm…OYÃÖYÅ£~Ȇ⹬ïˇú\ÔCOŒö&°*°„¢Uêœ&f¿.(뼺ÊúFv{Îò®aðPü¦.‡²©{ ÕŒÎè‚
+L¢Ÿlýã†{ÑÈA¼”Ÿ&„ÓÒ Á·-ºcÓ‹ƒâñwdaMÃc’-ƒÓØí}×|Øé`[ÔµFã#¾Y—=tY{êo1Ö9ÕweˆÍ‚=Ž™½‰5°s¿e,jx‘K•õ‚¹ìL°½”ÕÀK›ËÀx’8|Qõ!øÛªoâ‡ã•­_ YœœÕ Iýìu¸ð€V¥6Ž€iK¦¹ò’ÊFàAq©hWP¼Œe@×J·m•å2ÓÔBÁ
+C9œÎ=O|B¶M÷5â]‘´“-êf` Ë'Ý‚Èdµ¹Ö¬ûJâ½Ñ< ]zp;6ØÞòßc˜ˆà´<ʳZhdiYƒ(ÂKÎþ 3Bšñ§¾œï}¤õ‘uï\€ófWðì5Ÿñ¬Ç™g°Bƒc#p·×QOº¬[̶Ûiø]¯žõ V‘†wGfÄ"4¡gàä\hHþϱwR±5áÓ‚”°îù;œ2¿9dÊÌCa‡*H‚äÏ0Ÿ˜]V÷D–žY:a”µLn¸ƒ "—ÃÉê‡Â‡Hå‚(Y̱kÎ áÄŠ¶$v”:€£šô
+)½S SM|€`4P„ž/@³0 ËÑ <Ùùjí¸Óóíˆ_ó^èDЙFéö‡¦š8Á8¶GeUųâ6j0-"àÈ„[)#gÒ€ç‚ô¢_߉¼#Ñ/ïÙ±/~#£Z»ÀR¾Îxƒ0Û¢mÉ©
+~Ü웑°ÒOeU1Än€{™ÂÇØ%`XX÷Å|š
+©™KÀ1ž[öŒÉäPÀgïô„g·¿#tËȹá˜Ý0
+ A¢‚0 —šäïͯöœhJ ˆŸ’q¤,ðí[ˆq=Ãœæúü‹ŒedZ
+ͪꑠٜ+㟬‚$]4¼þý¥ Û¸ŸbãþíšY܉X¬åõUWj4hçÐÕ‘a–Ƹ
+‰ùÓ¿ÝOÏ+¿Õ²®ã¢ÑAD…j™¡"Ë1륊®`Tß9œZü;G;ø@=d¤E@|¼ÔRÄá”÷óíÜ)9ï+,‘˜ô±º> ë8SÉGTMÖŒ;Hü[¹4:W‰b!°ÈDh‚2€8œ t/´“äqÄI›K}LÜWpó}û žùjã•h”õkº­•‹Ecÿ³¢ÒNðÐBp»ÂÀ©8'Íÿý¿9üõKìȲºÄ×ãW¬È
+[âkc^d½è}ä(£LÆvk¤Uœ¦Oo\7ß 9ÈΙßV
+Œ QÐvȤ{°¬"C‡gíDs£HE6H—wöéÈ2á|9:OTfM€Ìg3ÕåÜJ”$J¿¦r÷4 ¾"úÍ·ê:qºÒh;µŒ ?ÙЛ B/­¯ó5\1 tò'[ÝvlS 8¯’auV>ݾWvo Ùfï'kvþÂLÞ•÷ÅADGJÛ0ú,<ÂëÅüˆ1öÉO%¥%Iì] @=\>?B{_ Ÿ8"¢®úYß×`ßü>™­ž×}Æ
+ôËÂoÌ€ †ð1‰O6Rî¡ßSÀºÛHˆ¶è`;úÍôýPœo¯ˆ¨;LÐ9{dBªws/4§))7—ã%  ¯OV²nð=%爡™9{”Q¨QÏ»"$¢H ^ÔÄ*¶öÉ?¼âJxRº’Ü òÎxâ\`>UögÒéáKÝt¡d‡N³c¯ý„‡ž³Äq†F¹$rW9Øuˈ[fâ>œï›à W`Ø)«ìÞ÷¤®ÚH²AKéNºh ¿’Üû•³œ7 é¾Àß Dà@V»Œ>‹Ð¡4Ð.}r_…,Ù[±ôÆd
+endobj
+2822 0 obj <<
+/Type /Page
+/Contents 2823 0 R
+/Resources 2821 0 R
+/MediaBox [0 0 612 792]
+/Parent 2804 0 R
+/Annots [ 2829 0 R ]
+>> endobj
+2829 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [501.8879 209.888 508.8618 220.8451]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+2824 0 obj <<
+/D [2822 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2825 0 obj <<
+/D [2822 0 R /XYZ 150.7049 621.2554 null]
+>> endobj
+18 0 obj <<
+/D [2822 0 R /XYZ 150.7049 537.7185 null]
+>> endobj
+22 0 obj <<
+/D [2822 0 R /XYZ 150.7049 441.9377 null]
+>> endobj
+26 0 obj <<
+/D [2822 0 R /XYZ 150.7049 200.0249 null]
+>> endobj
+2821 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2832 0 obj <<
+/Length 2525
+/Filter /FlateDecode
+>>
+stream
+xÚYmÛ¸þ¾¿ÂßjãÖ:‘”(©ßzmÒæ€+Pd[¸Ü²L¯•È’O’³Ùßy£Þ¬4E€59$‡ÃyyfFùééáÇ·:ÛdAfµÝ<6&RA¢2³±YØLéÍÓñ×­
+L°ÛÇa¸}:»Ý^ÇáÖíT¼ýzÍë®lj&]Û¦p]×´»ßž~~xóô 6!üS†Aš©˜÷ЪMqyøãá×ßÂÍñ!Üüü&KãÍ LÂ@e™Þ\Lœ6VÆSª‡÷ÿXîžû)ÓŸî4Þ'6±¡½EéAнN̶¬»>¯ ÷ˆS½íé‰@ïÜ7t|ÎoÍœk˜¤
+‰Ýï¿ÿÀ›æW§A&±ì);æÚºk•îÈ—^W¸ÇiàO}^á›Yd3ÙppE~ëDbÝï‡]I¨p”&M¬øËnoõö=üUÛ¿Òøü½¿IÇA–‘“Estòˆæ´"¶±A¤ìw%÷ìòú¸¦Ù$P¡öL~ø“cyÚéx{rät›½1I$Æ‚ƒ¨ ‹cÅJz±C³µQÀƒ÷%Ú†èŒ,–¹¸ºgBŸÞ)puY§UÜ©ieÜ7¼«î˜aî`ËÅyòÒ–}Y?¯¼Xg6HÓÄûÒGe¢/xTy…ƒ·ÅÅeE ûᘼ”#õœwŒ½Ô.¿øU=Ïaë½4iúìL˜Ïÿ[”X&4‘ ˜ù›¯ùåZ9‘æÂÚ‚øêéVyóÚÊnŠ+e×lP€…) @0 nwü³é 3d¯1ʳ@ÚÇ0Ôm'dígÙKë@Êåh à…6Ê{‚0\:µÍ…W‹sÞæEïZ9Ô7Kú#/¼”ý¹¹õ²Ú
+›žóä1ZpCéEs»V¤!¤ÒCèt¾SÛ©¶øÆ£,Ó%È•o©ôÉÝè[x.`Ž +ù'<[ÄKëÓÝn¯¬M&én™êv*ÝNÒÝ"$BòWÙˆ>‘pQik raAñMod!T¶™Ð?üiÇ[ÛûT S-íÈ‹Â]ûŽ×r¦u}ëòËÄîI8‡*ÜZ<ÁJ)žqmÀ•{\\}”’g¬(Náµ6]€¹ej}tÃh
+ÆMíx@è<’í
+æ­»äeðä—¼h.Õ$/Öû°÷•/'$kðyB5$D¤U\Àçý™I¥ržBhômS1m('xg7Ûya9‘R`?ò°ìç›ÇÚ©Ã8ì›gÒ·kÞ/¶|e—Eœç… ¸¸!*FýCÅ´Ãë"‹¢j]öCpP~•\B6=@
+±&àýNÀ'Ò˜!yÀÇ"ug$X›ú:LÉfLƽ_Ê#ÕR@A³Ók=`d¬È›1•L{ò 
+D®r–jù[F ÍÈcÎ8â‹a0d#œH6Â!i,KàOªÒDÐ!^¢Cº™Ð?0‡ tÓ¼ºÛá'y”£YȳÔ0ˆ Œ%ãZXÆóXÈ)L- ‘q«Äü>{çRsx%N<c%xã"¡—žËâ<çyrþæf!3¤¼SÜú•>„ì»â‚ÿh°zqøWò¦0½Ø«*¾WUœÎœ1N(Aw¼":24Œòª$Rá€Q›_2LŒÞ!òÐóZe­u` 41cUæŽî´V±§A¢C_ûÜ4cØ ʹ¹[#S,RÝ
+Wc‚,K²i'c×…;Ráâc&
+’¹cáòÝ*å i˜ádlj=’¸ Z»{ç©©*®¨å
+ùч!ôwÆøÏ
+XKÀ–÷Îùðçl¶ÔûL„y«àñd t –ùíox‡‚jŸ´™ñÔ’Uàw‰R¼ûšw²S21j„3ÔK†âå°£¸µ-X2,k‡; ¸XV½Ü‹¼¤ñ¤'H
+2c¶ýwwË+ð2ÓU@9;ÍÁªF±FÄ\oKÒY[Â'k·ã!…üæȉwܵ"uŽzé"ßÃ*˜¸ì
+£-õHkÚ#µ•Úr#¤ƒã9WHáK_c„r–M³>Äð$Üü­»þŽ!¨hÑ;ïJ8ý¤YN<‘õÕh2  ¿à„²Lrþ‘Ž€–¹t‡ÑYÉÝQw£:Xd¥G:]£t2›iæhÀµ†Ç礃ÏZdÕeýÅšüfzë|¢
+é÷tâôAËYâÈ‹ºaþ™|±ZkrÑBX<C±Šxž †šŒ>%༾]hÒ¶˜lJñ„€J%J˜Åÿ/¨˜l
+ÂÈ«äÎ9^âp„'U£æ}Wþº¥c®¢é­€§Jxª2óð¼ÏbJ*qÎ>R©T¾uÁ nmqôt¾É"K§îڨקíîÀ‘ƒC¾S’-™Y¹Š(3æü×"ð+
+ú”»ÏÐ+½I(›ÙÉ*×駿YÞ‘ìWÖEu“°Mç_7q>¡²ÍýòpÍ¡E{>
+Õ{µ £E*ÃÒCé šE¸ÁùzßD¨*,âT–ë ¿ís³úŸ]mË¢o¤,~S~ú̵™Ö–Gzpujô÷ K’Yà™8±›‘üaþ©çi—AGv-‹µ®2Iƒ(3¾­ÔÆÿß5zúendstream
+endobj
+2831 0 obj <<
+/Type /Page
+/Contents 2832 0 R
+/Resources 2830 0 R
+/MediaBox [0 0 612 792]
+/Parent 2804 0 R
+/Annots [ 2838 0 R ]
+>> endobj
+2838 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [425.153 163.8356 442.0895 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (section.12.2) >>
+>> endobj
+2833 0 obj <<
+/D [2831 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+30 0 obj <<
+/D [2831 0 R /XYZ 100.8917 542.3669 null]
+>> endobj
+34 0 obj <<
+/D [2831 0 R /XYZ 100.8917 360.0932 null]
+>> endobj
+2834 0 obj <<
+/D [2831 0 R /XYZ 100.8917 316.5419 null]
+>> endobj
+2835 0 obj <<
+/D [2831 0 R /XYZ 100.8917 303.5916 null]
+>> endobj
+2836 0 obj <<
+/D [2831 0 R /XYZ 100.8917 280.7286 null]
+>> endobj
+2837 0 obj <<
+/D [2831 0 R /XYZ 100.8917 205.9601 null]
+>> endobj
+2830 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2841 0 obj <<
+/Length 2315
+/Filter /FlateDecode
+>>
+stream
+xÚÅY[¯ã¶~÷¯0Ð>ØÀ1#^DIÛ§ÝbÝ<5Ñ.Í-ÓÇÊÊ’£KN6‹ü÷9¤n¦»NûPÀ"©ÑÌp8óÍpΛýê›w,[g$“L®÷§5#’D"[Ë,&2£l½?þ°ùëY];Ýlw,Ž6”lwqmög ßwMŸw}ã¦õ Ÿ¿ßþ¸ÿvM9'\Òd½c„ *-ã·ö• © éz²þ¿ü{SçºmëÆ­ÞîWtÁªIa é:¿¬~^ýðc´>®¢õ·«ˆð,×/0‰Í2¶¾¬xœSîWÊÕ÷«ï–»çnÊô1‘ AÅ a<æVcJ8a[à rÕy¡JÜC®Zݾ2ø柚 L3Æ@¸ùþ#åBÿzUÕQŒ©-ýL®d$‘‚:ú§
+¦HçÇ`·®¿0þEWÝ<N
+§úÉ( qåÉ16Õ¥¨&'6§!|G\‡”Çb±!²ù ¢bÂ?´Iœ/€Å`;7Çzú®h»'œŸë-‹7/ÚübÚpìWïOH…Ð ƒ¼o»SóvšGà]ÑŽÄlüÊÄÝ4:3?Ô"‚ïg8û4ã¿ÞñˆAéÃù+Ü¢Ñ1æ3ajuŒpÛuc'¬ŸêÆÑÛÂàRã‘"|4~ÝW#ÀªC©_9æÝTø¬Ž¥— ÜbqBžø”˜+šg;c®F—ê×PÈB”²ÛŠc–¼W^UÛz¿³Ùfêwc™iY´O26KÛ¡ ξ(;â¥;WÄ¢í±NÝLY]®CÊò‘1Ƚ¨¼qºµÉßUasbØ,ŽŒŠ1‘õÉ<Õ—©O™ñá÷€µ¬4[ıYè¼Ýj‘ž¹ W¶bCþœÁ¤¯õÌaÓ2 W”>3ªS\4ÁáÞë¼À ³@y«/MA¼Héc±A¥é<®¬ ‡LðI Ùeï;O8)º3Ž’wúr­Õ|ÆÕ‹V:Lîh4ËÒ‰Ö…
+s æ±$pwô *z Á
+ŸÏºÒíÃ*Ué‚ÒM×ô&o™áXÀŽºSpg|rdáÛ¹$”ÇÓ ˜ªªþb\Ï"eòæznä9}†¢ÌLlåí¤ÛÁ2-ÀÒPyÿÅßÈ!LLßf¶]—bLcª®
+øÆ©nz‡ l:IˆéuâF €å~Û2ªôÂŒC‹ÄÖzè¬G
+endobj
+2840 0 obj <<
+/Type /Page
+/Contents 2841 0 R
+/Resources 2839 0 R
+/MediaBox [0 0 612 792]
+/Parent 2846 0 R
+>> endobj
+2842 0 obj <<
+/D [2840 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+38 0 obj <<
+/D [2840 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+42 0 obj <<
+/D [2840 0 R /XYZ 150.7049 385.7452 null]
+>> endobj
+2839 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2849 0 obj <<
+/Length 2304
+/Filter /FlateDecode
+>>
+stream
+xÚ¥k‹ãFò»…á±aÜÛ='äKÂ.$p·kB ˆ,µÇÊÊ’#É;;7Ì¿ztË’G3·G˜®®.UW×»Û?loÞét™Š4ÒÑr»_šÀˆÐè`¥¡ˆR¥—Ûâ·•XoB)WÛƒ]ot(Wv­ÂÕügós_65£Om“Û®kÚõïÛŸo· µ”ð§–JJ‘¤*ÆJÄ2RËü¸økñÛïrY,äòç…&MÂå=L¤Piª—Ç… S…ÊxLµø°ø÷Àr3ðÜŒ™þðìP—½ÃXh:ÈH"ß—ý¡Œ‡»¶9Ÿlö<öͧµ‚C×Ý #ºs Tua žïÜØfp~<ü›wf,ƒqC¡’  Í?*³¼m@­:\=f»ü‰Áë•âÑîŸîž˜¥žeË6oê¢zXGá
+¥LÒÕýÁ¢]R8
+eÂÐQL¥Ÿa9ì-á<ô}]ùŒ0ñîç¡1çæ<;ØÖ
+Þ0€ê °-¡*H–› A¢”ÏÒ늢x”¥¿\egTä(CÏ :Õ11d6ñ|²Õ(ÙÕn­åê\VEÇó
+Cã–áCÓ–ÿiê>«nøÛÏÄ­íËÜ¡àôuÁÀ1£¬TÄB0öÇ¢¢;AŽ+ë;FA Ídð›OCþþ†á²çñc²i?u]ó8•×ŠN
+£¡¦°‚Á÷{GÛ÷‡ÖÚ ¡Ûñ²†<ZgÕ·sÒ³@“°Ö=)àPkOY[fjÕ1’éं?ü©æ1+ŠÒ ¨(éè‘•X‹Z^”¤±N”Ž+$üžq”×´¯!
+Ω†ê(¬v=ÔÆ£cë¸ëM‘í*Ë”ÓBa\0«ì‰aÆa¨õˆ"'(Dÿ\´ÂúEØ0¤4¤ïÚæxõõ©)Iµ€#¡õ¹´èw÷cìÿ³_ ©!Rç^°ê”39=Ç ,}nì9\Ýäáä[ƒçÙ-'4Hí×Å$AÊ5Aªx&íð×(õ…c»N€ýÅ  þe¼çYíÆÁ³xþQ†’ÏhL
+h…4Ãð}IW€}ÞœÛÎñìúa™mäH£Þï}±ÊU†|ÏÙê`œp @w²y‰)&ç9ßð¼v¾oÁ€jóÞ7œ¥/Ì˔߆w+¿-´µyÙÙ[žÁ·³f`†ØÀ™iá‹Vàó¬'w¿SÆœRLãÚD@h—: KB
+D*¡ñe#zá²ùË~iõlÜè®JŽµó ØÍu;ˆdû
+cÑ [ÈFô1Ü%O\‹˹Ô4n*^zÍ2¡ˆeîàêkO9û8·‰RÆI0}`C¦”$å÷ê²½Ùéמçø…ïònî^_:I¸<Œ½ÀOýÃÿ<‰»%žØg–ha¤ Ÿ̽ýÒV.=AÎKàÓ(pÇÿL’˜{Ü_ÖXúóÞîÛòÏO~ €ÙG­#†8E‘HLŒ— ‘Æñ$™2çýëô‚í:Õ«æTæsOµ1h*.1:ô?¢üþ³Ê$endstream
+endobj
+2848 0 obj <<
+/Type /Page
+/Contents 2849 0 R
+/Resources 2847 0 R
+/MediaBox [0 0 612 792]
+/Parent 2846 0 R
+>> endobj
+2850 0 obj <<
+/D [2848 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+46 0 obj <<
+/D [2848 0 R /XYZ 100.8917 513.689 null]
+>> endobj
+2847 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2853 0 obj <<
+/Length 2127
+/Filter /FlateDecode
+>>
+stream
+xÚµXY¹~Ÿ_¡·HÀˆË£ÏyØ]Ø€’ÀÂ"Àz8-ŽÄ¸ÕÝîÃãIÿž*V±uLÛž<L“E²ÈªúêÒO»»ÞêrUŠ2ÓÙj÷¸R©¹LÊUV¦"+•^íö¿­>Úntýf«S¹Vb³M¥\ïÇ~ªÆ©çiûHß1®ï6¿ï~Y)c„ÉT¾Új¡•ÆoÂR"ŠD« ú?èäßú¶rÃÐö¸íîÍîN­$ü©Ëg*djUî>Ýýö»\íïäê—;)LY¤«'˜H¡ÊR¯Nw&-E–*)õÝû»¿Ï,·3Ïí%ÓŸ¾¡¢4Ú¤&¼Ø7øÆޚ˭¸‚peJR}P&©Ú©åŸŽÝ©ŸA™:]k:­¿qú]JÉRÖk–­?H©ûa$je&ózºv•®¿t¶|ÛÐZG
+ŒìHdϔǶ?ùæpsO3‚ñ8Œm7¿”X—™HT™Ãã£Ä½«í—ñL"¤ÎâNÛìÏ×"(¶ÆH‘$YZP¢LS‚"?æåÍF‹Rg†Ù©… s‘kÅëAb@˜hÜþO4õÍ vWµáe0*~y±ÒF$2½™ » ²E®ãÎÙ>{~ÌØÒ·iÇ#˜ážŸÐ.\Zj!e’Di—à£@!©J¾"°  øRÔî#è\jQ*]m#Ò„‘§DºÙª,ËÏ>ÿÙ“­iÜõU¬/<uÇ<@n;öùD£m_ þ°IypY‘¬Ûiì&„ma"šÛž–\Sµ§t­Ç68¬ÙúÐö~<žæ¥€}\ q HÀyð{Þ¿÷½«øšip|`aìÛúÐRè¬Ð×ðìlo½íŽÐe¶~èýH¦Ä©­A÷'׌<ïìÁ-n<Ù‘9ŒÏˆ£Ön/ø
+e>9È<g-ÝxRÛ1÷Ybp3Ÿq¸^%¬@…H-åZâë)tQx}˜_ÁÕ÷í oÓ ]ßø
+LÛÈÜÑàdý¢ ŸƒŒýè«LʇŒ#|¤“ V˜îÓîh¬ß#ì_€7:/nAmA!`ÀŽ'®„#x½ëOnïíÈ\õÄ#J?À s­GïA ?ÖC{ýtò2Vn؉u®g'&úŒ&Z„ÌÙ‡ÀK>@ˆJ#—*U¢Hóì"¹€ˆ:M—²K&2¥cÀ¿'®CK7Íqh=LÈ~¸BØòÞCè¬âkÆèGœ/¿6Û_ñ„ÉY0€„b$ Ù÷4´ô¡`†#t©f2Ý Hw4x`n—°Ã9ÁGw€ùÈ~¾¨±à¨¶®Ÿ7P@0m8ú®#c„§, Ár•x¹ö¸±A¢…Iäwê*T~VCIÁ!Í÷h ÒcÈþ¡vËI8ƒ0®íMÎ8¿ùbO] Ö‹g¿šiáŒP,l¡Hÿêp\É ­"ƒo¥êùQe<Æ{PŒÏ!_Èþ¶¡_×Ó0Æ@ôTür,(àPÐÃS$Sü)c¬×¥9éÿSe€çë õÖÃååEŒ•H·U庑UY©ŒºÆÆœ·°¦¨!»íc…Hn´Ôètlásj¼z“ ÚÏmƒuFsî9…RðUmÄÞ=âÇþÿSÌzÖRþg æa#µòûmÆî8#6¾%¹*ð…1eÊ@G×]pˆr.µ!n{Òü³5T?³Ó½u›$"Gó¾ø,ä«Ey:úêH—=a<i§š­ØÕ¶b½[¦ûÙ²Ku~.Ô¹ƒÀ‡,ŠÝãEÆbj97Þ~ï~©•*rQÎÅÜÒ])tŸ26< ®wóXå«–ÕkH ²ÔITb¾ ûWhýÁUvÜ\6Ñ DÇÅ®4BªYy„ÚŶ&+“ì²­Aösx› ²ô|ytZÞVMHû‹¥7ÏÙ| ã±B¼ ,3[%S±ê&;BçàüÙï_t”\ǼÊÏ­\óà†9Ôs˜×æßaƒ×6±;û4ÙfôXÑÜ¢‘+Z†ÎQ…r
+ã÷ðÿèåðÂÐR 4¢¨0wX°p`8À*ÜX s!Ð=Ÿ˜ÈË*ù
+< ìbÂ÷l´\o¿ÞàÑ3Lq­WSB݃'g“ʉø%÷›E€½½ÃT%jTõ=ÑcÀ‚CØÈ„V §r-SZà[¡”¯°ïâã¬<µ”FŒÞOÏ!%ÉÕÒ¯$ÛyÛU¹Û.y¬’"/ædP*èÒªÓw+S.,“²„*¯û3HŽ›Dž‹$D!t§
+¢ÊøD} L¨–€Á8ã 3ñb°ùÕökK %Xb6o·T}ÒŒSç ”M–ríÞ?â#]ÏyÎÜÔ%³z½wS÷dRDzCä'êNñ8|l®oD­‹ˆþ‘Ý"BV£'!CtJñ·B\ß1—>±J¶M,…În)/•ùKýÞ„¿ypü‰Þ*¤ÍŠ"§¢³¹ê(
+endobj
+2852 0 obj <<
+/Type /Page
+/Contents 2853 0 R
+/Resources 2851 0 R
+/MediaBox [0 0 612 792]
+/Parent 2846 0 R
+>> endobj
+2854 0 obj <<
+/D [2852 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+50 0 obj <<
+/D [2852 0 R /XYZ 150.7049 589.6063 null]
+>> endobj
+54 0 obj <<
+/D [2852 0 R /XYZ 150.7049 428.5608 null]
+>> endobj
+58 0 obj <<
+/D [2852 0 R /XYZ 150.7049 406.2709 null]
+>> endobj
+62 0 obj <<
+/D [2852 0 R /XYZ 150.7049 220.016 null]
+>> endobj
+2851 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2857 0 obj <<
+/Length 939
+/Filter /FlateDecode
+>>
+stream
+xÚ•VÛnã6}÷WèÑb–wŠòв@÷¥(j ìî#3¶™RE9»ùûò&Z²•6E€ð>sæÌ™‘?ìV?}IJ@rÌ‹ÝSA!3VpÉ
+½Ç·2ûä¢iâ¤}ŠãpÔV/S}:8ºçN_óÃ8ÑÄÖ?ü?]‡º5q»ëÛJ[ë¢fl <Ä
+„Æù£ÅO•µõÁèýÏqY§÷­i^ãÌê>’iÇiŒÃÞç©ÎñøÖ8‰«ØR'>Áå¼qM±Äè &8gʳ!”å(†>¨ñP[,ö4ïëWsñI‰ªMA»2:è9ª$aG×ÝŸ _¡Éƒ6¶µ­ä®œ¹˜çÿ{=6'g-µ`«õÿ(jøv1SößE›ûÉ<ˆŒ ¶ 9¥Ni’sšl§LA Vþܺ®«aüH<Ô=Ûóú%Æ<Îv
+×…J"°Ã¤ÁÀC8 €0·qÙþ<ïÔ»tùèêj!,,J@]•"Æßwÿ
+endobj
+2856 0 obj <<
+/Type /Page
+/Contents 2857 0 R
+/Resources 2855 0 R
+/MediaBox [0 0 612 792]
+/Parent 2846 0 R
+>> endobj
+2858 0 obj <<
+/D [2856 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2855 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2861 0 obj <<
+/Length 1702
+/Filter /FlateDecode
+>>
+stream
+xÚ•ËŽÛ6ðž¯ð­^ ËH¤(Q-zi [ ‡¢ ´@ÓצWB%Ñèl÷ï;ÃÊ/9IOÉá¼?=¾y÷±ÈWy!TQÊÕãn•ëLTYQ¯´©Eaêbõ¸ýký¾±ûàÆ»{©³µ¼ûûñ—U¶ºW•0ÚÐܳ_éÆ{¿uvØð0 \¯Ûæ÷
+ا5DÅd ö‡ ùØ´|m3;là‹ÍØ>9>k<ò÷ÂOâ§@HÔ™)oÙ³¾´'¼D‹$¦Ât áH™—ß1Ûê\Ñr2«E¥3}n¹ÍÑÕAAq=S ìÛáS–©ƒ6Žô
+nëâýèðJª£”¸%G¡T®Ü?]†îý^xm÷{¸‚î_zZÙZx_N‚ ¡¤0d«3;< -G¾E]Tì)ú†§èÙSP_9èïÐ…ï “«%ÕÝk-d¦Íy ÷‹š“œVV¬¹÷¾ïÉ~ªŽ"Ê|¥ó1Vå), o tíóh÷ cÓóg~ÉÂæ3:«C»‰©0=XD凉Ÿ¹Á–ÂÐ1ìíú} '7À{yááGÕ_ªCFËú¨ȣ~t9îµ^*)êJ_ëEW6”ÂÀù4Fä¿{;¤“ÃÚŽÀÉ÷.4MÕºåuþ€)Õ]ýÐrJVFäÙQj²êàG §†…â¢ÊšhDTࢅâ Qúþt5HÕ×T‹R”º(ùQ{‹jŠÄE“ä C‘AÕ¾² $´£×Tá_#Õß.UqÏõ~r¬Š‹ò€*… Œ0Ñk×Ø•%ÑJ¡J5g™»
+”4ñ¿/ X6uáè—S-gÐ ¹v²½û’ËÎ\]ü§¬È¤ÀäSÈÙ±‡0zpϼÎÈÁÑJpä/^ˆü!d{ôX‚1™ÎÏÓ Ë‡öúlv¯¸%Uº-o›äwgRª¬¹ÔšÙFñ"ÉhÖs^3§A ­òtýG"­„”õE_“gÙ¢š
+@ˆüE¥)¯í}‹™q±m†5Ùà;¿8Q Ó|§Ò@s|#Ó›…Y&»9Ã@c ¹™æÙd®¢'“çb|g—q-縆WiòßSˆ£/â_ ñva™§ &ƒ9è
+ z7 b ÀvÚ» '¾®{å+&—´ÃÙTÌ–1ëÐöŽó©áÆ° س‹ôécq€Ë œÇ.ÖPl2A˜Ÿ£ï!´ó]GÓ-µ„ç±A
+èÄÒK“¨R§ %JWˆ-Ì^KÑrÌY!Ü¥’2´†á¢È¿1Eó¨W*Q©NÖ˜ª&§2xøæÃã›ÿ
+endobj
+2860 0 obj <<
+/Type /Page
+/Contents 2861 0 R
+/Resources 2859 0 R
+/MediaBox [0 0 612 792]
+/Parent 2846 0 R
+>> endobj
+2862 0 obj <<
+/D [2860 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+66 0 obj <<
+/D [2860 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+70 0 obj <<
+/D [2860 0 R /XYZ 150.7049 286.792 null]
+>> endobj
+74 0 obj <<
+/D [2860 0 R /XYZ 150.7049 178.5803 null]
+>> endobj
+2859 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F8 2865 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2868 0 obj <<
+/Length 3079
+/Filter /FlateDecode
+>>
+stream
+xÚ½Zmܶþ~¿bí.pK‹¤(‰¸O±ë
+5AýEÛ/=
+t\‘{ÿã; ÍpFUÁ
+OyÇZòè…Ó\Pd³Tš;” ñt»û…ˆá’õxÉ^{Iâµ”¤Û‡/Ô=¸£·ÐKåúê[_a³µ Þs;Ñ”e
+ŸDe%O@µb "¥&œ@¹½=-?Ÿ]spAäwG"“‘áj&¯.Ì<Ïo©‘Ç@ ´£ð¤Ž'šwŠX“Ñ
+þ‘
+›FÒcND¢‚|³Û'jû#ü•Û7¾ýŽÿ>õ¬}XºLKàŸî"˜Ž±#ÿמ3íò·Ù^oÖ vP6› mLA¦å¯~Ùe
+"ÞrÕ—]b0Òà ¼UdCÇôÛ0$ia’(ã Nž¤$\0®ü\VµÎ®ü¨k–¼[-KÊYc”ÊD,¬ŒrN ¿Åé!k¬Çô0DsÄãÛ«Èü攟ɭ £Y\ EUØãˆ(ÇBEñXŸ=$¦°>[©Í®,A*QfRº¤¼@L‰ä£ö"  QæÞtV'Ž «G @ á¸
+(…aô@Èû¾-JïÀ–•$n<oip8µ—Ç‘}ÒŽD£®ß¯¡lŸw%Ø•6N“{JîIŸÑˆÂ@j}ý…4Ÿ¸sÐñ<™a&déz.`šKý
+ Bz¶¸#2yÑ·ª"ÅëÑF–F7´Q­®ñ.ã-¦º¶¢Ñ©^ë3p’¤+ v¯ÇeSY7&ÛãØU–M8†­3X¹»Ê¸¹L
+Ú—Ø6”|Ãœ XÛì×ÞBHåZG‹§h.9vay_öCO=D6ÿÛðloÌ:`²_àÏÁ•B)’ "+Ü^Z"_ãàoÎ;8ðñób1¬¼[¨€í®¢ˆŠMì=^Ýh”¿ojœŸMfQå5V™9f*¿§ôß°^
+Ù'>ù$ÍH~U˜ =AA?Ú>:˜ÑQ/¤¥d(ðó
+Æ/~[€…EÕ’‚!¿Ù
+“Y¹ô5†…ù Xr !~E©2VáóÏ_ÑÇx@¼¶àùJŠT+³¼öx|‚¯`czÖ‘æwÜB)±Q´Õ¥n¨ ÜQ,$üEbï0Ñõ,°[6#«
+Œí:?07¾Wì.S"²ÖÌâÁ)¯Æ;Y¾‚dÂৄ).¬0?’éœÝ§gÙYJÏUÂs–2"I b/<ç]ó2ÙTÀR´4/†ùEñĺóú ÉÃøŒ´8›MD4=æþeåLP"Axç ÁR¸7ÿUsnf–Òf«¤Mý#á‘r¢ÌBR)ÕƃWlE¤­~é àJŸ:|Œ;`ÜC2%<L#CÌèer.aÞPŸëÇ ´ ê˜èH«ÁLü¿û0T ˜îiP´8-Ñ)Çí4$FWŸP¨aþŸ$|nƒLôX‡_"n¯—‡¡ñƒÁ¼¦-›TÓ y5¾ŠÑÔÀ…~¹P˜N˜˜@¥¹ðœù‡ oê!Í5e I‰­yYåÞ¸ƒJf…ðxýúêH–(õG¾™(§<,æï®Ñ ¬˜>î…ÌDùŒÁ×’àkOê0»Hþ± Á‚uJ¬‹¸;ÊÁ}Æ| [t-2K(•ÌPÊŽ¯>
+˜e©õ3ÿ±ÃÿüPŒÏß–¿|<µã'bp¾9b'øeÉý6MW¡A{›‰ÌÆöð%,·PsËbEr0[ÌFÙð?Vþ ¬©]endstream
+endobj
+2867 0 obj <<
+/Type /Page
+/Contents 2868 0 R
+/Resources 2866 0 R
+/MediaBox [0 0 612 792]
+/Parent 2846 0 R
+/Annots [ 2873 0 R 2874 0 R ]
+>> endobj
+2873 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [172.5898 543.3797 189.5263 554.3234]
+/Subtype /Link
+/A << /S /GoTo /D (section.36.4) >>
+>> endobj
+2874 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [252.7705 480.5536 259.7444 491.4974]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+2869 0 obj <<
+/D [2867 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2870 0 obj <<
+/D [2867 0 R /XYZ 100.8917 616.078 null]
+>> endobj
+2871 0 obj <<
+/D [2867 0 R /XYZ 100.8917 604.1797 null]
+>> endobj
+2872 0 obj <<
+/D [2867 0 R /XYZ 100.8917 580.2414 null]
+>> endobj
+78 0 obj <<
+/D [2867 0 R /XYZ 100.8917 457.3045 null]
+>> endobj
+2875 0 obj <<
+/D [2867 0 R /XYZ 100.8917 296.591 null]
+>> endobj
+2876 0 obj <<
+/D [2867 0 R /XYZ 100.8917 272.6528 null]
+>> endobj
+2877 0 obj <<
+/D [2867 0 R /XYZ 100.8917 248.7145 null]
+>> endobj
+2878 0 obj <<
+/D [2867 0 R /XYZ 100.8917 224.7762 null]
+>> endobj
+2879 0 obj <<
+/D [2867 0 R /XYZ 100.8917 200.838 null]
+>> endobj
+2880 0 obj <<
+/D [2867 0 R /XYZ 100.8917 176.815 null]
+>> endobj
+2881 0 obj <<
+/D [2867 0 R /XYZ 100.8917 140.9215 null]
+>> endobj
+2866 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2884 0 obj <<
+/Length 2558
+/Filter /FlateDecode
+>>
+stream
+xÚ½Ymoä¶þî_±_Šj›ÇwI HbÜÅEÐ\Ú“µ²W½]i#is¹íoï 9ÔÛjí½- x)Š’3ŸyH}wõê­LW)K­´«ûÇ•0œÅ\§+›fS!W÷›Ÿ£ÛmvèŠf}# $[ßΣ۬+ÖÂDOuóÙ¿¹­7Eë‹Yµñ…»
+:VÙÎ?½ë S»þåþû«7÷WbÅáOŒP°b•ï¯~½úù¾Ú\ñÕ÷Wœ©41«OðÀ™HS¹Ú_)“2k„
+5»«wWéMÞô6oÆF¿{fÁ&fRåÃeŒ>Š¦Í›òÐ}KPQ·-[_:4E^ЊUÔ-}…sÎïШm˺¢Veå÷Y·Å’Œöà4æ+ï¨g Ûµµ/ÛbCÃ×轕Ò,±°ê!XjŒp³ÞU 1™'Q¾Íš,÷AÃG
+ »mÖQeVA_~ ~ÆË n¶ð›Uáùp¤öï9—»âkÿÐE°²«×ÒDŸÖÖDÌ×ÝQçÃ.{8y¦íÑuï*5ÓÒêÕdR ë^¼¡‰ÉjTÿ“SˆÂo·-|!/›ü¸‡9*4ôê­ð­¤Ð04ùwßb xàŠ07—¡5³Éàx¿‚d€ËC€,MQ¥é,X߆vþñ*Ø/=T\ÉC_ÞÑKïTWônTJ0+KŽ4gi‚#ý, ¿:Å¡³¶b
+«cµAd×M±àFmaûÙàÆ,¸1f±ô>*à™Gu3D“œœ$,N¬ú8 >¾{ª`*ð0ìûç­®ñ7xÞµ˜ðÖd°WhŠ}¯~Ã8#ìùØÔ{ÿÚÁI¸P
+Io¨!*‹ƒÇFåÜ· ûQ
+ýø(ŒLœ‚ =Îþ´xýO2`lŸmèð$‘L—±ÖoNvç32Aàg ­lW¢ûx:Eï7%Ÿy$ u|ãÙ–ÏøÎuv)J-PÒŽ†ði
+ÙáPd ÙªB—ÂØùCOIXNu|q qsö:–Î÷§jÔ3ùß«ÑM)QŽ*§\¿$G/R£BÆTÈj¸ç8“xEÌ™…l„×,¶Iȼ”áá°ÝøRî6­vѯžèu¯öd’þ=—YØ‘î‘°_ŒNÀ6m„n4ŒNû¸t„"®'ÚÉ¥£²'×ÔŒîNvY•Q¾†Ê~ö5ŠCíÑ% ‡ªÅCÀ/í£ý"Š_Ù®]†•6Z>‡‰”˜_-l}ˆ«LÄ4®ï…Òàs‡˜Ó±µ€$ãK×P÷!/Oì(Êôl·]¾ØÑIü…ÎxÑÐ¥3zieaoÀ™I&*> Œt‚ªÀ j¤êëÌP\4-18Íqr÷XãÇŸFê²
+âvf€¼_ˆùÀŸ£ˆXº[«¢Ã<S`S¿Z8´HûŒ_AN£}ƒzQÅ¡ôà> D—nr ‚–ÇÿŸI;¹¬…œEþ¡î¶SŽZÏá}r—<=hL œk9a³Ãp¾ÕjvªI8R
+ëRså) ûì#xÑß´ü1ú7¯…XßàÙO•„X6á®9æäÈÂóˆ {¯<4SyÖ‚Æ Ð aîc
+̉âÜMÖÂuÇ—â¹ëªñ÷• åôãvA¹¡Ÿ`ë¢ý0–—î‡~ó‡Ï™Ü 'Ÿ‚3)ákr~ò}Ùéʯú„º€¦aç̹¢>V4æõ q\{‚ùç²ØmÚ‰\ !0èøQ2é×Vë2Åf‘èo—W{ÆT‡ôà:ºâxeI{{Š“ô
+εÖj¯ÅPCõ²á¯ëXGeÞMý¦üçGºÂô%%‰nÏÖ¢
+Ž=ðž{L ËâÕ¨þ§~jd •Q}(óðåÿ¿53C6endstream
+endobj
+2883 0 obj <<
+/Type /Page
+/Contents 2884 0 R
+/Resources 2882 0 R
+/MediaBox [0 0 612 792]
+/Parent 2901 0 R
+/Annots [ 2893 0 R 2896 0 R 2897 0 R 2898 0 R 2899 0 R 2900 0 R ]
+>> endobj
+2893 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [356.3722 462.7996 373.3086 473.7433]
+/Subtype /Link
+/A << /S /GoTo /D (section.20.4) >>
+>> endobj
+2896 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [202.2709 375.9666 214.226 387.9217]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.36) >>
+>> endobj
+2897 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [419.7036 317.2278 431.6587 328.1716]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.1) >>
+>> endobj
+2898 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [449.0335 317.2278 460.9887 328.1716]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2.1) >>
+>> endobj
+2899 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [330.1702 240.3983 342.1254 251.4661]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.3) >>
+>> endobj
+2900 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [359.5002 240.3983 371.4553 251.4661]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2.3) >>
+>> endobj
+2885 0 obj <<
+/D [2883 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2886 0 obj <<
+/D [2883 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+2887 0 obj <<
+/D [2883 0 R /XYZ 150.7049 631.0834 null]
+>> endobj
+2888 0 obj <<
+/D [2883 0 R /XYZ 150.7049 608.4669 null]
+>> endobj
+2889 0 obj <<
+/D [2883 0 R /XYZ 150.7049 572.1445 null]
+>> endobj
+2890 0 obj <<
+/D [2883 0 R /XYZ 150.7049 547.1482 null]
+>> endobj
+2891 0 obj <<
+/D [2883 0 R /XYZ 150.7049 523.5717 null]
+>> endobj
+2892 0 obj <<
+/D [2883 0 R /XYZ 150.7049 499.6613 null]
+>> endobj
+2894 0 obj <<
+/D [2883 0 R /XYZ 150.7049 463.7958 null]
+>> endobj
+2895 0 obj <<
+/D [2883 0 R /XYZ 150.7049 429.9727 null]
+>> endobj
+2882 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2904 0 obj <<
+/Length 2581
+/Filter /FlateDecode
+>>
+stream
+xÚ•kã¶ñûþ
+ýX3$%RâåÓ%¸ E‹,Š
+ÈÜÉsÕŸÞúîê÷=oðaá1|Vµá;Tðù©i_"¥ƒï#þÐÔ}Ûœù ó¿ß|½÷‘Ö( ¢’$ü}ÝU¼ çrÁ1°fir*·Z1dÎIšiâ„Ï”½çÅó©ÚŸxy)™Ž· Ó…WåùÌß¿å9œ†k}?oàƒv›É$P3ñ ¿ÓÃwHs&"i†Èµ X‚ ¿CÕWM]žCl ÜÖƒÀÞo-±C›ªŸÊë@Ü“]1ƒèõyD~Œƺ!º‚¬Í!ºnU‘|]„]ø9ÊZˆÜ„÷pBc€{VõõÖã2O®m³÷]×´|ÒÌoYI%d!‹·^s±xÍH¡Û—èPHd¸Æ&çªöz¤¬À’Rêsà,ò‘rô
+Ý:ßo/ä>©á…I#œÑgþ
+ÞŒNbIõwò늶‚ëJ^š^1ºÇ©õqùrõ<*xIâu–óÈú(U¾ÆÀè7Æ~˜xr:Sï
+£›~¯BñŠû?¬Yg¿SZ˜L}…b4Æ$1Fc ZíuÏÇì)–æV%§!³°ƒÙèifšµlò¹‚<ú.`ÔŒàáQ^ÃW³€g“Gx/ʉså2ÞWÄP^àsÕ¹›
+ß%6|ÖXÉDKðœËC •yÔðßV4P ÕgpŒGÜ_åÏýSµvaa´·ñe(!ÜÊ:¤ÈTL7­¿žÁæë×MÔÛiŒÇýÜp\©fP–gÆÌÁ¼µœ”’åL^¬"ëóËå*:*÷­ý¼â¼”û¶ ”¥‘]¬Nç]Š‚3%ÖŒù0 ¡":¸T3Á±Û›¼08]˜ Hoð[ÖM(õ
+¹"fÃî xýc8íÞPµKqê”ÿ©ªM‘ÇZšÌtUò|ñ´ú¢à`d˜‹!{4qv>/„Îbv áDÉPU8J9L…ŸêŒû]œX¦P/º2j©Ò 89ìšãŽ\‘
+endobj
+2903 0 obj <<
+/Type /Page
+/Contents 2904 0 R
+/Resources 2902 0 R
+/MediaBox [0 0 612 792]
+/Parent 2901 0 R
+/Annots [ 2906 0 R 2907 0 R ]
+>> endobj
+2906 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [341.3272 601.9838 353.2824 612.9276]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.13) >>
+>> endobj
+2907 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.0013 358.8375 394.9565 369.7812]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.11) >>
+>> endobj
+2905 0 obj <<
+/D [2903 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+82 0 obj <<
+/D [2903 0 R /XYZ 100.8917 572.0393 null]
+>> endobj
+86 0 obj <<
+/D [2903 0 R /XYZ 100.8917 269.1171 null]
+>> endobj
+90 0 obj <<
+/D [2903 0 R /XYZ 100.8917 190.3526 null]
+>> endobj
+2902 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F7 2845 0 R /F41 2190 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2910 0 obj <<
+/Length 2812
+/Filter /FlateDecode
+>>
+stream
+xÚ­kã¶ñûþ
+‹ ØŠø)¥Š»C‚^|(nÑÈåPY–×ìÉ’#É··ÿ¾3œ¡,yu/´X`9RÃápÞ~y÷ýO2_åqn¤YÝV"Mb›è|eò46¹«ûýïÑ«cqªn½•iÉx½M“$zU ÕZ¤ÑCÛ=ÑÊ«v_õÍž€× |Ø5ÍÞ ðQ¿þãþç»ïïÄ*?1=T
+0õÝ›»Œ$·#Íí”èK¼°‹Nm,Uªü…eœÆrD˜gdùûŸ”ž|™fq®2 ÇáohÇŒ¶ŽóLhÞðI ïÎg×<ðì\”$›wØç2Á‹Ø8³¹¦C>ÁŠT±6i>geF/‹S9²âà‘TšF¾MµÇ‰‰\CÈ¢ÁG}"ä ^”ѯ
+Ò
+ôŠp^»ø„™£÷n;÷àÆ„øÊ'˜f<î·±%›e[*:U°·qý‰¦eÑ°«hûÚo<xS.ÛãƒMYm3´´¥ð‹àsÛ»ÁÐÔ1á"£”Žl;ð¢ç¶Ù{y jh¿ä¨Eâ…ïã•RB$˜v;vWÎô†`\„;ø :x¦Vq®*å/Amœ[Hž½6 „AW_¬·FB‚¼5"zåá×üѸ…ÈC.8/ÏühØ1ëmf —7ñöÞë˜MC²P»CŽ?¸ö‚±&ò7øXœÎµ—l!€èæBBk°¾<ûº =¿‘5iÅqáÎàšíhµ]5\ºf‰ŽŠmžɸ:&6Â:趞Ï!¾–™}UW!»\`F-3קûËUÊÕ›S(™ˆ©½ T¤û6'fcòH(Ž†è¤=BÚj'q4…ˆ®"Y£ÛÕ!¢†Üs¦RÆZÙ&¿{·”}Š<V&·’ŸYœ¤cûîÝß–èøê?ÐáÀþ÷ýác…ÿ? ÞVc•e¼{.™ÿàúP®qªSuãæáŽbûs>µ>­þ<Ÿ`¹N'…-’é†
+BEû–
+M ¿„]°ÅD˜r1lƒ·‚в å}ÕuIM–˜¦÷[9Ý™œêøL(ƒÊê¼]ªú† ;0ì^;,h¸'N5'ö™*Ì2B7¼î :Mì„`§{áÞÅà7Ã$âÚ÷ã5»èçÛ¯™ÊfÉ÷‚¬»ÐR$´ç
+Ÿ¢ÂLrî/:Ý ‘#­…Ú¦íN”Ir4t±§œ´ñ=Pļ+%Ê‘vŸ‘}*ï«_¥Gk¸Ò'P¾ˆ÷Ćv^ëd¤Ùp*c›df.† ùÚ„.@§â‰€¨>4ߤ툡¶
+@–ŸFÃè tÞ÷4¡1ì÷’©xˆ©”®+/'0Eqq3®w·ˆn”Î5¸ûR5åØ|u¡Ë{¸t|Lت½¢/wv5H'Ïwv-wvï×Öç c­Gþlxô‰55“ñvóvwÔtØKæ?RüR¡ìslßÐØK¡ þséýŠd)¶â¶T9ð7þ× Çîú£+Ì‚SÁ¢EÞRJ
+endobj
+2909 0 obj <<
+/Type /Page
+/Contents 2910 0 R
+/Resources 2908 0 R
+/MediaBox [0 0 612 792]
+/Parent 2901 0 R
+>> endobj
+2911 0 obj <<
+/D [2909 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+94 0 obj <<
+/D [2909 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+98 0 obj <<
+/D [2909 0 R /XYZ 150.7049 601.7654 null]
+>> endobj
+102 0 obj <<
+/D [2909 0 R /XYZ 150.7049 497.9914 null]
+>> endobj
+106 0 obj <<
+/D [2909 0 R /XYZ 150.7049 166.6831 null]
+>> endobj
+2908 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F34 2183 0 R /F42 2194 0 R /F11 2828 0 R /F8 2865 0 R /F14 2180 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2914 0 obj <<
+/Length 2455
+/Filter /FlateDecode
+>>
+stream
+xÚ½YKãƾϯƒ%`Ôé'öÉ6Àˆ‘`'¶¯S"5b†"e’Êdþ}ªºªùZîìø`ê®nVu×㫪žïîþüWnR‘F:Ú<œ6Fj‘¤‘ÚD©Qªôæ!ÿe«E,v{'åöagܶÍê®ì˦îv{íäöPôÏEQÓ¤¬û¢­³Šf]ŸõE·ûõáû»wwj#áOm”” EÅ E‰X‚¸ãåî÷»_~•›üNn¾¿“¤‰Û<ÃD
+•¦zs¹3.‘S&Pª»wÿXîžû)Óïð†VMn8Êv±ÐÆ™á†j·WxGù5½èŽÙµ ññœµÙn†WYèL‚ðX8YÏê§3ªÂ8»Íø70aF~©ìxK}ln¨¹"¿'ÊJÚ¨.mãt³×B[y ïü’‰UÉfBÿ™¾·=ó=5í¥¬IvF´cS÷mSñæâ÷/hÖ7O;7¯…±W‰6IA©J‰Ô9r‡‡s[ ^Àòò´Ón{‚ƒ×=‘ú—kÑÑ°9Ñï '£D¿„JÂA[t·ª¿Ç‰Ýæŵ¨spχ÷ôç᫾Ø)·}lÚ— "/æBq3^BÎ?1
+Â!˜ƒäìæ¸Õ9ѳª"ÊRÓo:Úâ¯/—×Ǻ¾ô(Õ0cZ .ºâ1ÏM› ò€oO+ÎC:‹¥ˆAo¬3÷¹AgðácStp6Ð$§1S׊Rx³Ó|Xq++Àï,o¸gnOåõJºÂÙ5;Ýšãú`wijÂíßàÀ†Eý„ŽTög‘z•êTÍœ¨Þ*Hž;%¬(yOKþp÷s&t
+Š1fXq æ“'Jª‹ñ ßL¤Nƒ 55)IäJ ùÂÅ‘šÚó(ë†$ÒQ*’=ÞûÞkþûñ D‡b¾ñxk©˜˜ïƒz€E>{ÆÕŒ¿h.—á‹®|¬ïù -‘H„‚qòð²v4 B$ùÇÔú:†]6DìGe,O…a³â-‘zÜŒÑÜú®Ì‹E]uô#åG­#íQ »Z^,_jöeð(ê²~
+pïèS ¶° mMÈxSàú²ñþy !=ô*ÔX@`eÃJ¾oNû1hGǤB7qc“Ä"qÉçôœ.ûø0/¡dl
+0^hL*=ÇûJ=îÃsÆꎨ½”¥i:·Òµm DêèvQÍ ,æ€ÎÌfeM{>gbe"‘@ˆ³ XƒèôÜ`bÏ ƒÉôY~èkÔ¬[,-8W”¼Qð}˜±² 7„ûžh8h„-giè÷äÒrRv`Ìx‘“1QdðÚÆ÷ô{i¼p^*.¯`²Rnš´”¯«`¬¡{`à}Cìgj½Ñr]ÑöEþ I÷ÉÂ…;:=h†¯hÙ¤ÂZéþ@A·#T²¢øOIš„pIeº(úÂÑ—µlY¿^ô$X–h÷J «€7ãÏC®)‡b—dsÉ“*(4­õ˜aBŸTTe¡Q‚Ñá…~›a…Žíˆ_ÑŽŒ~¦å)L)ùû…yÖ@
+¢0rÄÒŸ¦—"«{Aã‡s †_,af5ù)¤x@¬-«DŽ$<(,œ12Â`Ýùæ09š´hȹ¦JÕO Téô›]¯EÆ«Y?)A9Rù†•„‹Q?üP0íPpãLÓSÃQªt$”Ô|ëtk¹èÇJ¥¸díS7-(9o„”Ò­%%²Q2d#ËÙ(âl æ›ÖþŽÖ¶#¸Ì:œc€#³½u7¨€_ÖÐQj:6ÁŸV½?vCÓxZ~«‚•uvòá;QÇîïyePž¥"ÛBúz,ûµó@ âµNâ”é”a g*ù \JÒ›Þ
+TLÿ |¦õ,)|Kynªt§æÏâŠ" Yå  tÜ\b®¦gnðX„¾x@KÈ "Jn‹ìr¨8ßbOØ<åºúb4¼øiß¡½Šucåíëbƺîv¤:¶åµÿr½ zà™}ã Ó|¨É7‘|†äOïa0©Jr4šQe…›§½Û”•o†€@r,‚,3š£ËA~£gßž®= ôÜ qO´ÀH xŒ4ôZd–7úô†C—ƒŽ^A>݉ù_Ð[€;‡S`‘±Œ¶¸VÙ~-H^Y´íé ˜èóœªÛø‘–oÔn~TØnwm ÌÕ <ʈ2bÆû(4©°ã4Uo‹vÞ¼æ©;5
+J~¹è{˜Ÿ?)øi¨|ýzs0סàj3;4è7ô%ô€¬aæ¦ÐHE’Ä©—óãK³càï]ù¯§ssã—ôn´EÐ7™1ƒkvUã€0’×(ãç©Þ6×ò¸–Mãj
+endobj
+2913 0 obj <<
+/Type /Page
+/Contents 2914 0 R
+/Resources 2912 0 R
+/MediaBox [0 0 612 792]
+/Parent 2901 0 R
+/Annots [ 2916 0 R ]
+>> endobj
+2916 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [112.8964 197.838 124.8516 208.3932]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.25) >>
+>> endobj
+2915 0 obj <<
+/D [2913 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+110 0 obj <<
+/D [2913 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+114 0 obj <<
+/D [2913 0 R /XYZ 100.8917 478.6332 null]
+>> endobj
+118 0 obj <<
+/D [2913 0 R /XYZ 100.8917 423.2362 null]
+>> endobj
+122 0 obj <<
+/D [2913 0 R /XYZ 100.8917 300.5891 null]
+>> endobj
+126 0 obj <<
+/D [2913 0 R /XYZ 100.8917 188.2434 null]
+>> endobj
+2912 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2919 0 obj <<
+/Length 2399
+/Filter /FlateDecode
+>>
+stream
+xÚ­]oã6ò=¿Â6³¤(~µ‡ë¢‹Û⮇ÇÝP,&VkK®$7—3R–de“íDÃ!9Î÷ÐßÞÝ|õ>s+ÇœÎôêîa%g†çn¥bÚ‰luWþ´~·/N½o7ÛLñuÆ6[Åùú]ÑûPëǦ}¦™wMé;‹º$àC ëâ@£=lê6?ß}óÝÝXqøãC
+Dš›Äõ]ô°<Ó2ºžž»ž[ð?Òù <G
+Æ…™éªªûT›É9•–eBÓËÒË™³BŽl
+¨»û¶¯êGæà;ö7Àöû¢§‰}Ñjæx0Ü I„¨ˆ‹ ÒrL˜}Q›†9ò™wΣt÷Ùj±~àñÿõ 3‚uz쌨ëx×p ’±
+Ë<Åc1d›rò®9}Ý¿)$ËÜëipá= ‹s\à˜@3\;ùÖl„;Ñàñ[VÝ®hˈ ~
+.ª½¶X—,V}=\„ÿG¸ø¡*_·ÜqH6lØB%wÑMÇh»5}}Û6-GßuÅ£g4Š¶m9Ô<6³mÃΡÒÂAÏ!Í*9ä0œëé;Úø[ƒ—yK4H²k«@„<›E9Ô†Ó1ð8vTS,ÿOO3!¸ÁDACœo›áºçã=Á:ÈqÕ\®a×(œáš.îÙíü©/î(Cœ¸ÛŸSE1©¸€‚Á¦´úIÈü—_þ²ò±RR©ò ”¡sQ¬‡ÐÅû¬ô!-S‚w•uT5‚QÕÝÅJÁ²hUæ©ÀxªµYÿÝ÷—
+~hpv;kº7ì6Ón}l0ÖeÚ®OmóØÇ#%l˜:@N9#›4¬JŒb]}â<#>4V¹‘¨²«­ f@Þ7¡šFbó0M̶¬«>Rj®ÀLÓm—NWÝPžÒbz€’Ì4ÓášónOPHr&eU
+’Â@/UevV•†ÚÄ}S.”†qéÜôÊ’£+bX1œ’—ë{O㇦=¦¹™Çɹ ŸÆ Ã/øI‘…;
+§HU)5âŸ-¤¹¢­€O­BJ‚åQ`6éáX|_´Fqát®±¶è«&„k]=˜²†Â¥>ô0=oKÕZd· 殯²(N¿µÂ,îõ´96¸j¢:Â<…U Æ7*Àó7«ZC6é;x øÑ×¾ ­Nôéú6º]ìÍõXs{‡†0]ñ´¯‚y8“¡¾jíC%&@$M
+sw¡†ž®r:ù:@5AÁÞhN(@0¥¥Ø.$ƒÐ Žb{”íB¬!·f—FøšZÎä¥?CZõùx¿øÞòFZzD Êô¢‚p›ÃE e‰Ë¿ˆâ¯Í}) íd¼<3_Bìüâ%j¦ŒŸ¡¶•Pè%ÌÔlîÑõ²>æLBS¢Fíü$3gL))Gì¢y,fp£†¦|ˆB‚.
+/|“[ÆCñ“£WúâH(êÊÔ´•R—2´c„øðøN©´96d
+dRÊp[k™PJOCæ%hCø*ýaô.Co'²ë3MS–C¨ –ïô|ߣFs±†ËF½ƒ¤L­!N†Žu¾*OQ×Ë,fΰ¼_Š˜­ßùçÝçÂA‚ߎjýÅPñ÷RÕ¬Ra‹a/ÄpP±€ú
+‹ĶAç2ä”.Bß oˆÙÓæ¢ô»êˆÁ ‘!¯ÅyªŽsH¹¡eBTU– ®â· ECÝ€¸Î/Ö1TLÜNŠèœ&ÿåRßÍU±†H¥Áb™kY:Â
+³ÒÌÀÂE&‡¶YÀ:4¸Jd‹Yžs½- ozK1j ±ÞÿùAPwj|bðS,ÐbÑt¥1DR%r;­ÐŠ²¬báaÌ@g(ªmž—‚ ðÁùð&øF ŠÿY‚ò 毦2ã/6½ÜÏš©¿¾Ÿï»][úèŸ`ØM?_´ì´†€Ï{iè}H[ÇÓÁ/¥ èÇ­vXcÀU-³Ü¯Ëå$™;4ôxjšó¼9š½,VXˆçFùåmºÈˆ]+ß‘k¼B¬þrVþy§…ªQ1m-˜\f™t’"U’œÌá8§AWá-ŒRÏ°ÿÞ˜|]íúd-ßU¿þ¶ Žâo,ïOZÓïÀ‘3FLâ¤TƬFøøãÓýs"à2¨«]úð¿‰84endstream
+endobj
+2918 0 obj <<
+/Type /Page
+/Contents 2919 0 R
+/Resources 2917 0 R
+/MediaBox [0 0 612 792]
+/Parent 2901 0 R
+>> endobj
+2920 0 obj <<
+/D [2918 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+130 0 obj <<
+/D [2918 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+134 0 obj <<
+/D [2918 0 R /XYZ 150.7049 620.4052 null]
+>> endobj
+138 0 obj <<
+/D [2918 0 R /XYZ 150.7049 519.3844 null]
+>> endobj
+142 0 obj <<
+/D [2918 0 R /XYZ 150.7049 442.1892 null]
+>> endobj
+146 0 obj <<
+/D [2918 0 R /XYZ 150.7049 349.2213 null]
+>> endobj
+2917 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R /F39 2205 0 R /F7 2845 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2923 0 obj <<
+/Length 2587
+/Filter /FlateDecode
+>>
+stream
+xÚµYKÜ6¾Ï¯h —nÀM‹¤HIrH›, Ä9hÔìiÅj©#©=ž òß·ŠUTKg¼ðžÄg±XUüê¡®¯^¾QÙ*™Uvu½_é$2µ+›a3©V×»ß×Jdb³5Q´¾>¸Í×?¿|£§›D%é*ò«ßKŸò–ÖMˆ+-b IËúæÃFFkWã«××W&¢•\É(i&àAŠ$²rU¯þºúýhµ»ŠV?_EBg©YÝA'2ËÔêx¥M&¬‘:ŒTWo¯~HnšÛ1Ñ\ÿr¶I„ÒF{Viz·ÙBwÝò~I
+K]~®
+Þ³Õ鳨Û‘R(šã1¯wDÛë¾}ëòÞñàþÜ’PüŠš¾?òSµ ‰H
+FÛ²ç9}ŽyÑò¤h| ï^“—3Áñšu}>Þ[³$°ñdï®Üœ&CË6°?¹ïPâÔ6
+ë5W¦L rNÓä mj¡T°ªuݹêI
+@|ß6ÇËy ö¢…žfs,Ö%XŠ…Œe6‹½î •Muw xI!B@p”“1Ý6í=ŽÄC
+endobj
+2922 0 obj <<
+/Type /Page
+/Contents 2923 0 R
+/Resources 2921 0 R
+/MediaBox [0 0 612 792]
+/Parent 2901 0 R
+/Annots [ 2925 0 R 2926 0 R ]
+>> endobj
+2925 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [391.7084 630.1148 398.6822 641.2398]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+2926 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [390.6551 447.0502 410.0822 457.994]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.5) >>
+>> endobj
+2924 0 obj <<
+/D [2922 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+150 0 obj <<
+/D [2922 0 R /XYZ 100.8917 258.8904 null]
+>> endobj
+2921 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F7 2845 0 R /F41 2190 0 R /F51 2929 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2932 0 obj <<
+/Length 2923
+/Filter /FlateDecode
+>>
+stream
+xÚ]oã6ò=¿Â÷´6³ü–Ôâv[\ûRè¨"Ó±º²äJrÓô×ß ‡Ô‡£dÝEL‡Ãá|•ww7ß|/³UÆ2+íên¿†³„ële3Ãl&äên÷Ëúý!?õ®Ýl¥ákÉ6[Ãùú}Þ»0뇦}¢•÷ÍÎu4Ìë ~¨acW4ûØænóëÝ7înĊߘ*``Ū8Þüqó˯|µ»á«o8SYjV0áLd™\o”ɘ5BEHuóñæçäv ¹}÷Ê…M¤2Ê_ø-²øÍ÷jŠ™±Ä
+Ôá“Pú”·„6#(Ói–¼ÒË#]çU×Ш¬;×ö΋'YàýÁE„Ó¹§áãÁÕ4ºÃ“VB[¦ ¾•Lj`øà—4KµHWøÿhgç\ä¸z­2,Y¼Õaá>Š¥‰ÖáOT8°_¤Ñt]4Ç#*û9éD0“rX l™Ör@=×­ëú¶,PDx±­âp© (m…`™1‚XmÚòï¦î‘•˜õláP¯ßî½­"…ú\“B(&Œ’_Ö¥ÓƒtòŽ¨Þ;T Õº|G0oð8ð>ñ× ænw;ráÑçâÃ¥(>?);º±P Ky’Ä“áüXÖnÌm¤Y?Òì7”\‘<6x£½pJ‘
+ x/hOKÆ•f\4ÀW˜%í)ç=>q.ë²; “à¼Ù£H÷#~ОëaÙ«HòŒ Äg*º ®¨¥U/ùh6óÑïH!—z ‘6%m3&­?k¢¨0FèŒ"Œ†°q<5mŸ×ìÃ
+ü‚…VåߎpèÚñDrÆðB¼Úâ‰â ìÜ5.œø8P+ÃoݴǼªžh=bf1ŽÁÈÕEsÆ”PÖ„•Ç•ã©
+öšKRsáV`ø€ªÈÒeq€© Phg;¢
+°œ@`¥ùC›Ÿhï´ÒÔž?…ÆWäçÎ𞀆°s{4Þü\õ´²sd+}ÙÔñ{
+—º®ëP «eXн” ³bPê+Êç,“"ÚßíŒMO5Ø;Èáé¸d`Pêæ±<n¿pŽÖ€›L*#²oƒÚ¶fnßdv¨ƒ¼¬‚Ä UBôRœª<Âö(¤ž…B3Ôý¹äv!ºB0'Àôõ8ŠèUW¶Zšçù¼‹âüÖMOPiã¸×$
+Yxˆ,é2Ù”©ÔN»&ÛËZ¦ƒã,jÒL^cR¾*>ûRïß-A‚Z¤¹¨7¾ÌÀa´LÆSD¨±Ûx&Î}KC˜zl7ƬQSNß“C"ý­†þ–+*Á$ 7À¤MÖOyáºÆ(œiÅUgv× Í‚JœôPöq¡9bâãÆ»†_õ
+Jœ!
+œ²¾8¤Äš
+²ó,w’1ƒ Á-;*ë°NîÁTCSãý~ɳÒâ
+ìz¡’Íf•lHw1‹ôÍ©,æTññCÚ¡¬³§“ë\ßh3/ÜؤŽóÊžZŸbWÏ@ç¹Á³Aç Œ ¤µÏåé)wWšÀ÷‡@Ò6ö3ŠÛ²+Î Wo–n=C(‡gwôl3¢š¡ƒH¡
+Ä­#Yb@XãßÆÕÝì9;gßĺ“g¥qtÀ¦ŽžH9F'º©ƒ[¬4¹½þé l*c¯IïâCéc3}­ò"Ébñq)â³,JÀÐœ bý«æ­ùO^fz”oJP€Aãó CC ëÎ÷B+ò°÷ÁÕ®EV/´§çݯ-€ÊJIvv¼×]ì€u”1ŒŽA¥ŒAG»%OX¨PYE£
+GSÔž·xßcåãƒÐbVÁw ý†â>!yz—`’’“øÒ (£zä,æo¶Pá1T8_|´mN˜÷C‚õÅN–é‹—«i.™ØЋ‹WŸqÕPàî;¸6ô}þ×RÊN KÁç®~|šUÝ<¹R§Ø–͹úB¸Ïb’Å×_…éBš•!Íþ%vežÂò—®lñS„ÿäÊÔ¬M%Z4ÞOýEô[³Àô›‹‡ß߆@»€ýæÛýo•`6Q)Æ:¦¤¼Òä^9féSƦPFÞ³9ß`©û¯ ˆåÞ+IE´ÎPtR¸­÷óÓ´ÅW};?í÷—†é,‰&>¼S^:
+änÕÔQ°6ÁfäâmãEé©K‡}f~³Á˜„¿4}­Ô®½Ð?Ó×éb‰.8©>=|¥hžSÝÊT3«Àצ†íŸøt@u»Äq¸•úêà[;"9rŽ³=ÁâcïkáêŒáMÙWÈ@möäá¾ÉŸ÷ÔŸ!¼ÕÙEN\Qâr‘ûÇ[C…Q-1¸…®˜iŒš_kÓЖ¼ª8›d¯5L‡ï•>Q"½¹
+¡¥1´Ñ2cišPɧìЦÀ ØW%§ŠŽxüï&†ªè›ðpó¡üýó¡9‡"÷“”vVÞApR vƒ,K’Yu§LbW#8w÷Oq{&×þ*ükÌÿíZÛendstream
+endobj
+2931 0 obj <<
+/Type /Page
+/Contents 2932 0 R
+/Resources 2930 0 R
+/MediaBox [0 0 612 792]
+/Parent 2939 0 R
+/Annots [ 2934 0 R 2935 0 R 2936 0 R 2937 0 R 2938 0 R ]
+>> endobj
+2934 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [270.4845 630.1719 277.4584 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+2935 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [294.8332 630.1719 306.7883 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.17) >>
+>> endobj
+2936 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [220.6747 600.8213 232.6299 611.8498]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.28) >>
+>> endobj
+2937 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [347.0862 523.8195 359.0414 534.7632]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.17) >>
+>> endobj
+2938 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [494.7439 401.0694 506.6991 412.0979]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.20) >>
+>> endobj
+2933 0 obj <<
+/D [2931 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+154 0 obj <<
+/D [2931 0 R /XYZ 150.7049 450.782 null]
+>> endobj
+158 0 obj <<
+/D [2931 0 R /XYZ 150.7049 391.6655 null]
+>> endobj
+162 0 obj <<
+/D [2931 0 R /XYZ 150.7049 257.2335 null]
+>> endobj
+2930 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2942 0 obj <<
+/Length 2879
+/Filter /FlateDecode
+>>
+stream
+xÚ¥ZmoÛ8þž_a V–/"%õ°ÚC‹ÛÅ¢À¢ÁÝÛJÛr¬«-ù$¹iPä¿ß ‡¤$Gi}8ø:$çõ™qßÜ^½|'‹EÁ
+#Íâv»HyÆŠŒë…)43…‹ÛÍŸ‰d‚³åæ<ùp´ë²[þuûëÕÛÛ+±àðO,ç,/DÛ˸‹õáê?WþÅ›+¾øõŠ3UäzqÎDQÈÅáJé‚-TÙ_}¸ú=’¼‰4oÆDßà•E:ºòp¶Î˜TZ¹+ä"Ã[ž½O¥,7pw‹^/od–&õé°*[j¯m •¬JØ”ûêPõ冺«¢:½‚²2O=ÙÝÜÁ,ÏÒ° ©=ñæØWMm÷Ôë·3ä³” ï¢ÍÕ¨3¢v»«:jÛr)uòe)tRÖ}G´ëuµ ݦyWºã7Ô@r©A
+‚Z Gøï;{ì‰Q:É`ƒ¸¦½¶ÞÐ`Õ‡—”妣±Ó1Ü¢Íéªúîš&¬?ùÖ)²œ¥yVÀáL¦Â¸ߺ)`n*òÅhü¢à……BêËuOƒ‡¦õÜ-mWíhô~W†á~7Çä‘+¦d‘…7ËËdé•ç)AÅYªtö©–
+ «8Ô:iK»¡VYo:§N“÷M_^Óè®AqÞ„Ú.SžøÙ~g{jÕoŒW>¹OtïŸhÓøÚ™wÈTùky©rÿ qt‚ž¿"UTR2.U$±lTâHªºëm½.©E«&|ÖLe2÷tåÌÁ9h{oVÏÐ
+ð(À‰Ž€wèñäÉkàýÎy.5€!|µ‡£ã*Ì’öçN.0?bŽNÅó¤{03&ô”}ReŒç&ðä…˜ahUjx5Þ‘;}†£È’sði]O#5²Š|tš1frúèxy÷&žXçõ°±ß{·±¹¦‘T{§Ã}L‚Ʀºsn÷l=¸WGhL¸Ã“õúëØíN[<eΞÍùÙ‚'ŠyQ¸~×68F Å“;¸ÌÁ¶4ŠêŒ_
+(
+C[Ír‡9ÐD€3®s´w¾%³œшm°°Ö/)÷vÕxÇ’eL‰LLÙã^{£8šJ·>¤ij†pÐq»ÒÙ16PÁÆÊ *VúÕ
+!ÖS±(@ÓE„“(ì 7ù>sbR“rPPÇ)¤¾ïlIÀ°Óî« £= ¹l·–ÅÔ}å/ŒvÍ©]{jNØ8Ö·¶vò‚õ¤z¿Ô^0‚<=ó}ÁK"¿»²ónÎU¢Ÿ³3)r–e¹Eº´àë'¢È`ãpŒ®ñ)Îv.‘t—'‡ª=ï…o.ù̹È-Þ:ŸÄ¹-f*Õp^7à"Q)SèØ>ÄQ?_ÕôÝÁ"7©šséÝ4СSž2&ˆK«¥Hj¿‹¦]ô§æ¦¢ô™’Öê9ŠUšä5ž'3òÀпkV«}ÙQÇ%ð%K°”,㚦Â>J`Öeo¸·s‰´ú†f΄D“DŒÚƒi¢ÎLnNB!¦¤~웎ô*5ɪu°Ç&Ã×]¦ >‰<¹;è<˜ÙR$KÝ!›HýDRN‚§Ÿúã©“vã±<Ú$8F»œæÞáxÓÎÝzV¼aÌâÜ3)¡-lÊ-~ >¼ß° ?ûÒ~)¿š !ÉY!A«§Œëööøí…ÀfY;V?:‚w5ø2býcÈ;Ÿ!‡³/Jqnª
+­8½zùH#6 ½g®_>ÎiäCÙO÷?5¼M˜ Õps–¼Éø¥3TÁ™¥qýS'¢Ð‰OmÕ8$Q]IÑ}®¸Éâþ†mh
+ßD§!¢ðé8èWq
+aÿÃ\ZËŠ\¨‘æ µÏÕñH.[Y¢bÒŠãƒÌ`<ÊŒQÿÄé½m]mJ9)P z–Þ¼`—›f{3˜àYÆU˜×ŠÚ7$nÖïŠ÷N¸‹ÂÊÀDéõ{—ã2¨&´JYã~¾ j ‰éÊ…Q=F¿ÑVæ ¢B yiAÔ›ü °ÑÏÌdD"Sè™Z‚ô•—‚E÷²nNuÏVyÊño5ç×€“±Æu7Âb÷Ÿìê§ëP¶èWÔô¨U¹¶
+ WþÒ}LuˆS O&ªYäV&*_Õg…Šª>aûÒsãM‚ÒJ
+Ï*îa’w wÿæ‰{Êõ$€š•­»‰õùºû ¡§¥’ñ</¦Fø!¸u„Õι½—§ÉöÔ"“|Þ
+³÷»Òãpÿ.2­ ý¾´Â}¶†ßšyNcR¸jZy?›Ù›hþ×D”xužŒÑÈ¿ü•Ão
+4VK.ý `tãá×"XyŸ*ó‚©,?Ká~®ÖÎÕ“8ëZAV ²ê¨E£ W9·/FÙn‰Ó÷ôƒ´(ÜâB  hÀ†%£ˆ ½
+¦×Ž^el
+endobj
+2941 0 obj <<
+/Type /Page
+/Contents 2942 0 R
+/Resources 2940 0 R
+/MediaBox [0 0 612 792]
+/Parent 2939 0 R
+/Annots [ 2944 0 R 2945 0 R ]
+>> endobj
+2944 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [169.0415 642.0423 176.0153 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.7) >>
+>> endobj
+2945 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [372.9107 558.4409 389.8472 569.3847]
+/Subtype /Link
+/A << /S /GoTo /D (section.36.2) >>
+>> endobj
+2943 0 obj <<
+/D [2941 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+166 0 obj <<
+/D [2941 0 R /XYZ 100.8917 392.0298 null]
+>> endobj
+2940 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2948 0 obj <<
+/Length 2611
+/Filter /FlateDecode
+>>
+stream
+xÚ½YÝ۸߿Âo±]–"%åй ‡Þ¡÷dÑmËk5²ä³äø¶Áýïá eÉÖ&‹>û`’"‡ÃùøÍÇþxó—Ÿt>ËEî´›ÝofÊJ‘Ê$Ÿ¹Ü
+—+=»_¿Ÿ¿Þú}WwÚʹ‹;+åüµïŠ…²ó‡æðH_^7뢥¡¯×4ø¹†ƒµ¯hö®ƒCíâãý/7oîoÔLŸ^ª`àÔlµ»ùýæýG9[ßÈÙ/7R˜<³³L¤Py®g»csá¬2q¥ºywó¶'y×Ó¼ýl¦lS¡5áÁ”IÖÅÚ½__áÉÚÎÿDÎ/$&á.#RζeUÐSËš~ÿÑŸq"OM†gL*ŒË“™yîl8ùj‚´6‘Ð?o»Çm³D$Ú™Ù:Qtóþ%*› Ö#º£7ƒú„J3ÃœK5ýfU…ÿR|Ùb¿þù}0%_uÛæø°%t[–Èί ÛDzðlN |çaíwÑ~p±áMH܉4Ér’@ —æóu¹Y
+ô2\*[Z
+è“¢~IƒÕÖ
+; Ý<Ÿ»Ø>Œ°•reÔ¸ØÏþñb凗X¾l¬uc0ºÈ×&À(ÿ¥BZÈ垣Õy ƒTN^Ø×»§£
+‹ààW}LêÃdñû1*°ã´Îè‹Àb
+ãO›cÝ+£×ú šÃä.G%#!g §´æ”ÀàÌí5ì) BÈT”ÝÛ'LÞE“?YAX RÀT‘ð›b®€SÖâ˜ðÕ[Zö
+WGV$i¦Æ
+9¶áEÁ=ºqFÁ¹ÈºÀܧ._?QŽ¡˜Gn?½ý+š.v
+?55Ÿ¢<8tòp^ß·„3rŪDæ}ÙØ vÊ:¬F«¡Há
+†û ¸)ôDa™Û‘8¤B!ÓØ ã2Á^– ùl°þÛ¹H‡Ðá ¾}ƒ¾ì3®ú²§tÍlNŸÝÓA:¡Roiky¯ŠlTŠQ3¢²®¹™LÐöÖ‘©˜qˆ]dæ›&gÓ;C6R/ãµÞvç ˆ`ÛÓwóëQ‹Recà])@@kŸ›bß½ÐÑT9%n0ßy2å–¦¬p—æÏîü!ÝØnÚ›C³£Õ‹¦3¬t|ÿå;¹‰#t ú¿²Y·pœ=jÁL'cz5FF®úu–Ì—Ídœáó»‚›éçVìÑ’CjZíÔ£O†í÷M(´xq`Å.}`0 iZ¤gçnD.?’OM$šRâ–ZÛ7¿4¼*ÜÐûÊú"9=»$ ƒ•"D†5ýÏE
+éf`8{Sþûó¶‰Eú¨è‡m^€ß̤:´ãÁ뇪†r,—¹Ç»|ŒÇs=oöå*þŸõ¿‹F§Åendstream
+endobj
+2947 0 obj <<
+/Type /Page
+/Contents 2948 0 R
+/Resources 2946 0 R
+/MediaBox [0 0 612 792]
+/Parent 2939 0 R
+/Annots [ 2951 0 R 2953 0 R 2955 0 R 2956 0 R 2957 0 R 2958 0 R ]
+>> endobj
+2951 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [431.2901 479.9042 443.2452 490.848]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.11) >>
+>> endobj
+2953 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [395.5746 467.9491 407.5297 478.8928]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.23) >>
+>> endobj
+2955 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [444.6198 455.9939 456.5749 466.9377]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.25) >>
+>> endobj
+2956 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [302.733 232.4611 314.6882 241.3874]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Knuth:TeXbook) >>
+>> endobj
+2957 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [284.8051 128.0549 296.7603 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.20) >>
+>> endobj
+2958 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [429.4695 128.0549 436.4434 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+2949 0 obj <<
+/D [2947 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+170 0 obj <<
+/D [2947 0 R /XYZ 150.7049 540.233 null]
+>> endobj
+2950 0 obj <<
+/D [2947 0 R /XYZ 150.7049 504.7261 null]
+>> endobj
+2952 0 obj <<
+/D [2947 0 R /XYZ 150.7049 480.9005 null]
+>> endobj
+2954 0 obj <<
+/D [2947 0 R /XYZ 150.7049 468.9453 null]
+>> endobj
+174 0 obj <<
+/D [2947 0 R /XYZ 150.7049 447.9945 null]
+>> endobj
+178 0 obj <<
+/D [2947 0 R /XYZ 150.7049 222.4442 null]
+>> endobj
+2946 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2962 0 obj <<
+/Length 2377
+/Filter /FlateDecode
+>>
+stream
+xÚYmܶþ~¿b¿Ñ· )Š”ä"êÀ‡6¨´>lÑJÜ[õôIëë"Èï ‡ÔJkù|- x©áh4œ×gx¯ïo¾» ÓMÊRêÍýa#•`a$ãNÓ©7÷Åû dB°íNq¼m{³Ý…ŠÙ¾=´¬ÊÆMS Û÷?Þ¼¹¿ÿÄFpÎ’T LÁb®Å&¯o~»yÿ‘oŠ¾ùñ†3™&jóœ‰4 7õT)ÓJHO©nÞÝüc¹›dîæB_ãy"1;ÏåÛ*f¡TÒŸ‡³x‹Rxð+êûÝ\˜!a"Ñ1| Ù?ðˆÓB¶<r<ßØ»H²HĨnÂâ(Ž-çým¥ÁV[¡‚ÿtU™—#Q†s½o+Z¯©•€OT¢?SkñU«–œÔ²ÂmO‹Ì}¨Ër§E9Ðo~Ìú,c”¡ÛnèwôZÿÐÖÝib{Û¦÷,çÎlC<õå´?žw¨âf—‚’$S–*EqÕ™ÃV€R¹è
+eü¥µ¬˜Ohñà–v‡§rÌeó@c»b"†L
+5ÙHÈhW¬Á !.kØ´£ûÒé€*|à<ÌKÓŒÓá7ŒgC3ºw o›Âq½È'{ÀóV+Š½É³Ó`È,"‚àµövVŸI.dÔSYU´Æiٛܔ#¹ýÎäeæ8ÆÞdcMª+çFåÝh ÏÞ®oák„ˆR³zq²:LÈO?ùôö§!Y­Ë~3z.jï݃gØŸ×<EL†±|>ªc‡ wÍ@ùŸËÝ 2%WLËTM‘gcû+®¡¬¿áÊGùòÕ{k›ˆE¡¡!JAoÜF‰t3£ÿ¼ÝÉ(r.Ę¿Á• ÆìmiˆžÑKKKßÑÊfûS>–mãdµî×[0‹·"p‰Œ”æTïýZ†ŒXÅ[ E’Q¢²PƒÛ—ñxÚæ·“‹¦xæèTµ„Øå2<–]gŠ[zÚoCœÜVV Ömz±ÏX¹{å$Ùhœw£™kB­˜‚ÿ\H¼[ …ž›ÇL´Mu¦œÆô6aA—ì@%ËÈÚ"*„^¬y‘;i•£–`ʇ¶Gñ" 0Àhz -Þ•uYe}5U M¦„W¼@Μض{ÛÕºÀÖmdîø:óúTå¾2SÏß»œ…4TAçÕàJ}¤ú°jW̾y¨yÓð¥ÃöÈéË6…
+Ù;Vè £åk³[KJ‹¶‹ìÂ$%Á/&Ñ--É(»Kô¥Z•,jÕ·èÃÞÞ›c†Iû©lO=‘Ž¦w_+e;,
+Ó§¨: 6×ƾmgúl$}8£©i5Å‚9%›ÙCC†‡B%ËR´0¤  àl1ÐêW|¥Ä ‘N\9øáŸk˜€³Hsúvk¸°EìKÊßî¾*ãvE˜ž‹ÿE„=•?oÓÚ‚UæNžYP …y@ÙWmþHË •=°‰`D¹£è†™mè–.bQìÈÈÚg¥ E!$K# ªy0Vä]]
+Ô8ªQ@ìM=k76¼aÛ!aÜÎ5@tP5òHô@€ã”ùŸytäÌñY<
+¤©éÏ€¸^d >Ïz">¢³$Wê
+Rã
+ØféwKŒØ7ÇÁ½`²ÆZ\Ú)j°Îe’8\¦éLïnUß³4þ|Œ>âL™aošìŒ:ÏÙ¶v£{
+°¿|hZvýìfÄïÒË.¡q^y)
+endobj
+2961 0 obj <<
+/Type /Page
+/Contents 2962 0 R
+/Resources 2960 0 R
+/MediaBox [0 0 612 792]
+/Parent 2939 0 R
+/Annots [ 2964 0 R ]
+>> endobj
+2964 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [163.7849 397.7993 170.7588 406.5863]
+/Subtype /Link
+/A << /S /GoTo /D (cite.B:ctrl-M) >>
+>> endobj
+2963 0 obj <<
+/D [2961 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+182 0 obj <<
+/D [2961 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+186 0 obj <<
+/D [2961 0 R /XYZ 100.8917 495.7831 null]
+>> endobj
+190 0 obj <<
+/D [2961 0 R /XYZ 100.8917 338.6678 null]
+>> endobj
+2960 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2968 0 obj <<
+/Length 2076
+/Filter /FlateDecode
+>>
+stream
+xÚ­ÛŽÛ¶òÝ_á—¢2ºfÅ‹n=ÈC¤@Šƒ¸E¦E¸2½V#K®DeÏâ ÿ~f8¤,9Êf X£9œû…?íVßÿ,ŠuÁŠT¤ëÝaÍ“˜e±*Öi‘°´àb½Ûÿ½<ê³5Ýf+’8l³Mâ8z©­Ùð$ºo»Gúò²Ý›ž@Ýì xÝÀÆF×ôöÖ¦~óçîvõj·âë~|z( åëò´úgõÇŸñz¿Š×·«˜É"OÖð3^b}Zɤ`iÂeÀÔ«·«$·#Íí”èO(°\8ɘ‰tÿ÷—ªÔ¶‰Þ#ü×_o^p ‚‹$úù_'°:–pgE’p· WÞïÍŸíy¬«ÆôOÒÂwØ
+§Cëc’Ì
+
+ä*‰’ŠvN#<MY.„ƒ`Bñ”\Ý}R,W<_Oð¿{Z¢Ð[ÝYBiz€|ú¾Óç#£?#CN—È¢ À‡
+ë.~0Œ»ƒ)mOˆ~(´N{ÌI—]ëᇣ邤[ð‘ŠpzUÀV<î‡%<ðÈÊ7
+1q9 DR÷¬Q_EÅ“[zéܤïÜÞ´®XúX#ø¤!ž<ñ»±„afwô˜O—1ißvŽHœÎrpŒ™¶ô:ë,ƒœ›¤Ïn¬a#Nq;'z1 R`\‚à ½‡‘3ÎB&@¤'ãŒeüκ¢²>î÷fA¢ä¸ˆ'Á6SëR1Ø6‡¾/Ë®²ï¯ý@}¬P9cdt8 hð„Æ“¨©u½.>Ð'
+¿ÄÍ`Ž$–yìÏ¡¯jÇñ? sÎBç µ9‰‹çÏFBdŒ«üjG«òÚSI-Â÷Ó[ ‡yÿæ[PÛøtA‚
+endobj
+2967 0 obj <<
+/Type /Page
+/Contents 2968 0 R
+/Resources 2966 0 R
+/MediaBox [0 0 612 792]
+/Parent 2939 0 R
+/Annots [ 2970 0 R ]
+>> endobj
+2970 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [345.9806 479.3799 362.9171 490.3236]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.9.4) >>
+>> endobj
+2969 0 obj <<
+/D [2967 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+194 0 obj <<
+/D [2967 0 R /XYZ 150.7049 539.8032 null]
+>> endobj
+198 0 obj <<
+/D [2967 0 R /XYZ 150.7049 255.9202 null]
+>> endobj
+2966 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2973 0 obj <<
+/Length 1671
+/Filter /FlateDecode
+>>
+stream
+xÚ­XYoÜ6~ß_¡7k/KRÔÕ¢Ië ÐE"@ Z‰ëU¬•I')òß;äŒNË©û rxÌõÍÁ}~½ùá7;1‹8×Ç‚ ©|'ˆ}ÄB:×ÙkWmw>çîïU£·;és7ÙWç‡Ý‘hyY÷´º©RݶU³}sýrsu½‡Ÿpç,ŠE, y œô´y¿yý†;Ù†;/7œyqä;÷0áLıtNÏYà ¯§›¿6Wî†;wÓKŸõp,ö}iô™û!“žï úmwB¡Ño+"÷©:š½=-»Ñš$‹˜ãx4£Øi¹{ýŸ÷¡-}ñÓê:i’N?ØÜg¾\p¿6[Å” <g'™T"° W´);ú«‹­ï»Ä¿Ð[黶Âwuai­3Wçå-Ò“"E”û­ànÕÜÑX™[U¸mr¢C]~"ZRf½‰ÒFŸtÙÁ…Ÿ¶ï^"}¿•ÜEã 7­ÊT×;«Ì.f2ˆ$ w=èÓíñ¸ÝòUh–&%ªC§í0p÷šÖª²Í3ÝèŒNVøí×'™B·xIw´ŠÂ‚NÒ#Ž’ÄìF1ˆË©.tLŒø|.8`p€HoóŽuƒžÉ«3¹ªí’[Íp< ìÝùö¶ÌŸwGÚ\'©n?£|
+èwS
+b©ßŸu™jbÚ$Uiz&C°aÈ÷6ë² C2!‚¤¼EŠ)ðMÛuóE]è󘉷ŠÀˆWÛ¬Þ Ù}^ Á-œC“ÜšñûÑ
+‰ jZ~Z1-6
+5±nºbRxBáë62Ì¥½ ¶´£
+9ëÅûþÕ¬¦¯f='=D ˜# ÅâÕ ÏñvžŽ HÚcŽÂN¼*gÓª/Ó²-
+våD`î@‘¹[…hî¿·!t„i×{ô*wwþz¹‘2 k­¤AÀ"/4iä™×ó0’_?õÇc W¾WÒ´¿±×ç*%úÿ­þ¢nù•endstream
+endobj
+2972 0 obj <<
+/Type /Page
+/Contents 2973 0 R
+/Resources 2971 0 R
+/MediaBox [0 0 612 792]
+/Parent 2939 0 R
+>> endobj
+2974 0 obj <<
+/D [2972 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+202 0 obj <<
+/D [2972 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+206 0 obj <<
+/D [2972 0 R /XYZ 100.8917 654.6831 null]
+>> endobj
+210 0 obj <<
+/D [2972 0 R /XYZ 100.8917 165.2915 null]
+>> endobj
+2971 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2977 0 obj <<
+/Length 2207
+/Filter /FlateDecode
+>>
+stream
+xÚXëÛ6ÿî¿ÂÀ}XÈêDQÔãŵ r@‹¶‡»,ú@h™k³ÕÃén÷‚üï7J–¼ÚM²@8"‡Ãá<~3ôë»Õ_ÿ™”ë2*³$[ßݯ…Š£<NËuVª(+E²¾Ûÿ¸ysÔ'oúím¢âMmoUoÞho¶Bm]ÿÈ+oº½qLêvÏÄ×-lluÍ_ï<lrÛŸï¾Y½½[‰u bz¨
+}–ËVy”H%éÂ? ™VÚWp¡÷HÿòËw_ùá#j~e±ÎJ£2©¸³Ñ¿mE¼!;$rã‰dSÛÖð”!ÓÀ”®¼Ý&jóZѼâU=¬ºóΙßϦõõ#/&Ü.ˆhyéý¹Ý›Ÿâ8iÍžgª®õ}WY$¨27Aƒ¾ïz^¹îD·Q©;œÔ–±j#EjKð{wÏþhÝ5“õÎÔ÷3¾ý“T­ÎÞv-¯_ö† U×4peD·WËÉþxL¶…‹Jº»°Ï.!è®ÒmkÛ‡Þ©ï`COÔGÔž)§Ãžòò¨”IAò^‡0'Ójç_q4È¢a9Ž^ˆ¢”¶í;ºšÌ7mç‘(fÎç%ô=ŽìM¥6ß‘ñ`Ko´ëú™ˆà5 x,‚ h'Ý:‰ ¸s9”DI*2Òè--¥Q‘Šb=™ÿwÂQûQ\Ð/ø5¤Ðâáhë œõS-òó¶®éÛDÈ(ÏËyDNœ vi•mÚs³#`‚I!ÿ>¬’WaÙºW<Å0ò¼·äm˜x8šöJ¦vÎÚ2ŽÚ1AÎ@Ž6L¦m8ëÔæÑøh)É'I0
+­7‘¾3K€À61ûˆc7óØMʨ(rŽù$I$··"†dý¤ï,Bâ„‹œBv¸ \òƒðaž—#ãéì‡ÞŠbCIÌ µBE«„!ü«]‡ö»€«HƒX F赓XèdXéÍ©Ö›
+y8=Ã…Ï©}aï©Flš°ïíãÉ]¿,Èw\-Zþ|Àí–"*kÕÛÆ‚£8ªë@Ú‘ÔÅi~®uÏèQ·bCI t}nN#·ï°ÙvÂfYú9ž´í EóêXWè¸PWKÈpµã*‡HÐ5[;/BÌç¤þ–²fš®7Ì¥áT[ˆŽ„.*w9ƒXÄ\³0
+jh66÷}×ð$VoG © XÞ’N¶ÔÖùp<9OMʱ|w®Âé:p2>Ñèªï–C: ‹iqîý«­ÇÌg(òö.äh¥Ý¸îŠbª±mWw‡Çy®ÛY‡è¸Cä&òD°«—ëñwtÄYZÉi~†,ѽá…Ês –
+Ȥîóš–½¹ÇA˜|ì¦Õ_àŸø@ÿüøñ“-Í;3(®"e‚¢œ_ <Ò»âO
+jüÂ\Xï‚Ä‘ïÛQqP6—*žä veùn_fŠÕ^¸ ŒšävÂv€8M²ôs»Êk°=¤Ù£F 0ãr¡"UÙ<¹ elE¶ÉäÐ¥y¨»ðMa•MLð16wYcË¡€0¾×XXoÂèŽþ¶Z‰Ì 3JÕ<ˆfSðìŒÓÀ±8ˆH<®7/*ÈH!œEZ^ÃËðºa!@4F·~Ž»±ÕÒ6WOQe„©®ß×ðÜ?»ÿfàœÓÙßÝ_íÞñÏvò({Òï.•¥6îIGè|®.é%ŸéóëË/„øô󽫰_Åv±,ñ-ÏšÍçAÚÁˆgŠ{$Zã;(Ä‚AX}"iaÃXé iÎ8sN“ìÀ2:œ-•wcOe¯·Oa†h^tÁU¯ØƇ3ÛaRò½<ï;¡›°á°…JlÓä…g3ø-ùduùž¡Íóp„ƒƒýÜÜÔãcôºÑþ\_‰®ë™3'–/. /d±K Þö¹àØÛÞTøN¦†hе?P?ÓÖ>NC`ÄjÐ*]›c:\&V€‚i€¶À@¾±%éN`
+PëvV+oþÁ üDæágœ´ONbÿ£nÁ.K?¼LÐSŽÊqÀ·^Jܲ
+ã¥Í˜7tĸZ(Ý:NÝ´~`
+Z\ÀŠöƒ0½ÜÒÚÆ\!Eõä‡âêòCñøhqÞú³êÔ´™'Lê®Zb@«ñÇiÝ–ÇxKŽ }—1§4 ŠL×Ä„–jG©Œeˆ°ÿnsˆÿʽé[ûëo¶CmJ’Œ)3^È<¡¶'Ïga&UNMS˜þ!ÃÇa{™lº“­†ÅÿoÛ? endstream
+endobj
+2976 0 obj <<
+/Type /Page
+/Contents 2977 0 R
+/Resources 2975 0 R
+/MediaBox [0 0 612 792]
+/Parent 2980 0 R
+/Annots [ 2979 0 R ]
+>> endobj
+2979 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [187.8851 376.0051 204.8216 386.9489]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.5.5) >>
+>> endobj
+2978 0 obj <<
+/D [2976 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+214 0 obj <<
+/D [2976 0 R /XYZ 150.7049 520.5829 null]
+>> endobj
+218 0 obj <<
+/D [2976 0 R /XYZ 150.7049 353.091 null]
+>> endobj
+2975 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F51 2929 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2983 0 obj <<
+/Length 1830
+/Filter /FlateDecode
+>>
+stream
+xÚåXKãD¾ï¯È GÚ4î§í½ÁÒr@B̉EZÇé™X›ØÁv˜Í¿§ª«Û¯éa$àÀ%é·¿ztÕWýõÝ«/¿S|ÓʈÍÝý†§)Ë žmt^0•jswø%y{,/ƒí¶;¡ÓDn½û~“nv2c¹Î®¬`I“_~'ŠMÁ
+# ž KuÆLÎ ·ö]ëšòtºmN^ow2É;Tå,Mób³L(nÜòoi†å
+öÏƦ½t¶·ÍÐcŸ'Õ„ÄÍïoô?lyrÜîxb¡Qw4ø>Õi p¶\'¶ƒ.§‰ñh{°Ì=Öý¸æ2®:[NxV€^Ò|³ãœZ w8¶½%âiýkj—ÍÃqœ=Ÿa´Ãå@­c¹iò;Bõ+˪²}X׎ǜÙ@®lÀQ‡B;4ï¹T(cÄZ’3.%lpÊÿt9ÕUí!lÓåP· õÛ{Ä#Ÿ”6‡´÷p‡Û 5ÄÐíüG ö>S– åa~cߧ©hìNÛ ]{¢No»Ú¦²qh~Gk@4PðíL÷m÷g’[DÄñà¼8|-Ö 1i8Ӆ̼8oÉ–X/§²š¾Vú8ðÍÖ1¥Š”™Lãßm³4±½ÿ(°<ÕÃmiúˆFâ@ÂÑ ŸbH4+R‘ý$ûv8F1š¬JÓÛîöY¸þûOLx²ÃgáþSoCûqËAÍK$˜~­PìÏ:áWÔnÜÞu°zjþuܪûÕžëåb»ª Ñð÷­ÐIÙÕeðè•”5. ¸×|îÞ=çí§ÿXæS‹B<þKrOÞ:éú©è“E®¦˜ÓlUÈ/ÝLf·‘«¹Îr–¥÷±ÂòL…àü`Û•Þñé~bÇfÒO9Ö0i´Ÿ‡ÜÅóäáz#a¸EõÐG ‚y45-uq›öñÿ«¾ˆÏþ öCW7/Hyý­ãÜhˆ’ôÅjCì ·øÜvöïäËé&Ù¾*/öÎÒk®ƒI¸ž÷Ž‚úþ»H€9³tã3°åh%Ž´ô¿÷®=V{ Ž#$‹óWôìÇ#¨Ì1Rô[­­3&$^L ©§n‰êÂÆÞ:åb³Zš!á0ðçÖ/˜>ÝÑl i7𮩉æ `Ȧâ9žŸ¯x>nF§•×Óð†F
+AÿHâ#¦Ôê—,øš0v‰™i¸iHÿ½S`QT…ôT+Ʋ%™€¤ŠË%ƒb“MÕÏŒUÄë žÁ¡i\¾²—áê*¡Eâx6þã yb˾&ÖƒÎíñÿX7CÓ%XIzåZ3%%©^ñŒGÔjÛ}ì}·v,
+ŽœRÔºlÃÁ=Ö$×
+&L.–ÁÚGF‰b¹@¨ kvç\××÷0GÁVÅbNS V»‹¸ª<ãà (ÄÚîà"ä|ÛáÙC¹?Y3âW £2ëZEéÀ3aΩþ‡£K‰0Wö}ýÐ8/„ñ=äëM¸JÝ- ›P‘½µ4=½ëÀŒ øçÚt Ô"¥8X#'­©û˜ …KÇ«ë˜íöõTFALÌRŽ2æ£ÇªTaDòüòä­k¿ó¿ÑLsˆÿ´3€›—ðËÊ6‡
+¸È©1i:˯|L àsÐ(#Ÿ ŒçþËNú'Æ6>£˜u"íé9Å`®­õEÀ1„ÀÀ›ÕêNÙ–¼œ Ök#†¢tåÖ]{¢R&Ø
+'{ïqÿvm;¡yèf/R¯½eõq¶x‚²@°ÊÔX™–i OžËÓá]Â+ ô° %QýxI'ƒPXÌ |#Ó/Ž‹“ålö¤H8ÙŠ–2ŽµAf^JñÉ5#ÇÈò¹6Êé3™’sk¯€<‡Üíœ/w¡FÜó§o{‹Ât°( Þ·§@ø4‰/§8SRwîoxàŒ”ÃlÛ-£ìnéw;¨|¤4ò*àjʨ{w¼öÔr¯;O]‡sÍ$çrÆòªöÚ ÊXÅ©Q«àfx9"V™zrž{½‹Y0“†$V€rLO7^
+endobj
+2982 0 obj <<
+/Type /Page
+/Contents 2983 0 R
+/Resources 2981 0 R
+/MediaBox [0 0 612 792]
+/Parent 2980 0 R
+/Annots [ 2985 0 R 2986 0 R 2987 0 R ]
+>> endobj
+2985 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [339.705 193.7068 346.6789 204.6506]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+2986 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [367.2005 181.7517 379.1557 192.6954]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.38) >>
+>> endobj
+2987 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [152.4676 116.0997 159.4415 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.7) >>
+>> endobj
+2984 0 obj <<
+/D [2982 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+222 0 obj <<
+/D [2982 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+226 0 obj <<
+/D [2982 0 R /XYZ 100.8917 298.045 null]
+>> endobj
+2981 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2990 0 obj <<
+/Length 2768
+/Filter /FlateDecode
+>>
+stream
+xÚkÛ¸ñûþ
+£@±2°Ö‰‰Ò¥-pI\èEÅÙV–å]6²äHrRß¡ÿ½3œ¡^í%XÀ"‡ÃápÞÃ}y{õÝ™­²0Kd²ºÝ¯D…&ÒÙ*Éâ0É„\ÝîÞ¯óc_¶ëŒ£@…ëMElóÀÝúÃíOW¯o¯Ä*‚?1%"`ˆUq¸útõþC´Ú]E«Ÿ®¢Pei¼ú“(Y&W‡+ga å!ÕÕ»« $7ÍÍ”èË?¸@lB©bå.pûXóǦëìÖV¶? ÙÓ7§Og뇪Üþn-šºo›ŠQÊO§².˜ íè[—EÙuyËdmÍ;˶χIÞ•ŒÞŠG>؉ï»7jz ¥Ã4!ÀµÃÈĉ»ÄPºÈû¢Ù•÷8þó_… ½3 ¤*©Ñ 6ÜÔ´ äEÊDÄŒ‚´vå?¯šÃ¡¬ûwö¡þÝr ³þ·pÒF¨$T"ħұ£÷åÑúË}Y ñ©ÚÑtËB;ØîTïÀrú¦á%Ëz车¶yñ±«òÎS*[^¨Ê}Ϻ;õ!Þ¬EŒWeÙw}Ž
+zzñ8Õa–)ýD¢ÏHóbÇôB‘DÃèìΙ Ì÷§gš$4F{a/Ÿ" ­Çé¢çÄßÜæ”ÒìÝSK%†ØR#–ºÁ§õF'Õ8*`àŒÖ‹¼ž´oÚC¹CþV›L‡Ú€» fq,cû¶9°)ÎOê±½·çuqöß—8}h¼c ¬CwJÖ„Y*)Æü°w—PR (éün­£àóZè
+ædû0øl!HU<+?žxÇ[U4º‡(”W׳
+L@½‹â¨Ìyf»›9û¤Pg
+2„GËëkF«w¼üЖ95Ãè ;™
+4PoÇBêËHCÞý^ª!¥¡ò÷®pÒ:TPB :¨Ý™†ˆ
+ÊZÀÝ.êi®$ö`|)WÌzŒ…Ò, EÄ®îóŠ0ì…8ÀOÔ§ÃÖ9+€œŒáë*¹üÜÑÌ]¡\»Ž{ÇŠ
+`“Úf$5 6ê·™‰ÕÅq©ÛEW
+âY–%“j7/š¢G©seË¢j) 'Žef! ¦.¾Â×é°úóJžþ¯.2*2…Ñ(0
+ƼÀ§m›Ì;ðŒ=‹ÂÜŠ îºsÝP¹v Àžú–Ê ªohçuË…ypÊiÈï럂òÞwi7Y ¸ÚÚ:÷QclŸ´~»Ò¶»¯µ_sÅNðw4몕…bÚ)gÒ.±r8œÆ³$ŒSöÔzÖX®ÂÏ¢ fÎ3iæ7*eÓViêx@
+jHçÜ>ÚŽ¬ Á}YUÛY%ÙEôºårAËDk¡ ¾¦®ÒünGƒYû¡†@ƒc¸…û¢a¹½ÔÕÈ1O óÄœ6ã)¨[û,S_¢‚ÊvŒÊœèaêziîÚ ±Oåe|3äEëå믮/s´n¤óƒ³Sax4A÷ÎUnhj{ÂqnOïŠp
+r›ôuÕë ôïàW¯Üø-ÿ.V„´us¶ùˆï>¼Ð-xwÆJ]fàûíRÎÂ1,¿+GÐ5fñ%1l¿!‘rX6·ÜåÒ*=v“P9K`]Ñ{¬¢(¨šÀŠDÐŽe‹µsaÇÒà9a’Zq˨ÓH<W,FÊ—e¿þºÔŽA1KÏTwÚv½íÙŸñ˜C ·©mw )†
+eŽ>=ø®lA>ö„Aå¥R®ôüƇª~ ÓxgsÑâm×X+8óÃ}ïŠ,Ï{q Žò_ñ_h /øœµJh,SõMž$åЬ²'Ým2\_Ê
+endobj
+2989 0 obj <<
+/Type /Page
+/Contents 2990 0 R
+/Resources 2988 0 R
+/MediaBox [0 0 612 792]
+/Parent 2980 0 R
+/Annots [ 2992 0 R 2993 0 R ]
+>> endobj
+2992 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [163.2676 464.3972 175.2228 473.3235]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Knuth:TeXprogram) >>
+>> endobj
+2993 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [163.4554 151.9652 170.4292 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+2991 0 obj <<
+/D [2989 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+230 0 obj <<
+/D [2989 0 R /XYZ 150.7049 439.5744 null]
+>> endobj
+234 0 obj <<
+/D [2989 0 R /XYZ 150.7049 352.5807 null]
+>> endobj
+2988 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F11 2828 0 R /F8 2865 0 R /F41 2190 0 R /F51 2929 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+2997 0 obj <<
+/Length 2094
+/Filter /FlateDecode
+>>
+stream
+xÚÝYßÛ6~÷_á—¢6±â/IÌ!é]
+¤/‡C‡š‘ey¥«%9–Ô‘ö¿)K²6뻾ÝËŠÑCræ›™o´ß?¬¾ûA˜µa&Ñúá°qÄT¨å:2šE†‹õÃþçd’m†›¿åuÓ•õã6:ÜdEzN³.?·4ïzîr7¿œò6ï^oyøñ»äx#®cf’hÚ >p©P.\½{Xq‡k¾æaÈÃc8gqñuV­>­~þ%\ïWáúÇUȤIôú &!ãƈuµ’Ú°Hsé%ÇÕO« *ƒAg0Vúý)®{ÃQ…›àIŠüŒ·Kø¦lé™Ò#kê¶;÷YW65J™Þón¾²;7Gš´ù§>¯3§³íÒzOÃCsv²¦ÊIá`o¯gŸ¿¦aWÀÁ’¦
+Њp×€sf´æöÜèe䕇¹§½Ô]ú™ÆÍÁ¹¬(3áyë6©XMîÓŸxoŸè'\~¢8K”ˆ§ Z1±´dI¬”[p5žÐçVmN±p¿*—ôÆ,VIâV€¦ôØ.(š)­^VäoP÷Õ.?/(’!SRûeåK}eÝ!YºÐ¤!W‰}ùD0“\‘k%×~c+ÌÒš„;·Šæj“oAøùt,³²£çüt†(W2qUãÔ¤´$kúºóªÛ
+½I}þÊí°á¦ïèeÙÍö›6$ÚåSÜQêÀ #×N¹4jv]ZÖùg°Mks ¾ kŒžCG£O}Óå^AUÙHÁɇP‡mîÞ¤»MðþÉÿBj]‡þx¤Ñ>ÿ†¢.­Mâ¥Y‚2Œ‡‘x ÊòÏ#%fQ‡‘Âÿ±D×ÐÍj•îù×"=‘u¹‰Á œÑ‹÷n™
+õÄÎJm2|¨ÃÞ\xØÔQJ÷(Ú¹ÃNì»ÖU4eÓÛ¼ܦÁ˜%a¨î%/dÓèÞº‹‰Q`A„\³9l9„sÖÑÌK=þ åXx
+»U,ç}A<„0µQ0Ƕ V£Œ
+GÑ´˜àyÁdl çÎÆ ‡l"õ}qò1gÊÅgüÃW¹Î-TÛÜËÒná(Ч„‰‰î1´ÞœUJñßÎö»ZBM6Î\UÂ…ÃôwÕ®¬ÑCý6¦„Íjü-ÃÞ’±|vyúÀ1 ©´³g›óÅcyŸ?±iú£:)
+$\Ÿ›y´_Ÿ7®"ÿ}^ךkÁ-ìg»P=ÆÚ"¨ÿW¨Ý„Ì2’ocfÄDî þ_[ªu&‰”3‰@æG|ïŸ[`ûeÖùrþ®ü÷¯EÓ»:÷AˆÈw|¸?¤Öie
+endobj
+2996 0 obj <<
+/Type /Page
+/Contents 2997 0 R
+/Resources 2995 0 R
+/MediaBox [0 0 612 792]
+/Parent 2980 0 R
+/Annots [ 2999 0 R 3000 0 R 3001 0 R 3002 0 R 3003 0 R ]
+>> endobj
+2999 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [236.8982 582.912 243.872 594.8672]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.7) >>
+>> endobj
+3000 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [454.5654 463.69 461.5392 475.6452]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.7) >>
+>> endobj
+3001 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [116.7721 452.0687 128.7272 463.1366]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.31) >>
+>> endobj
+3002 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [279.0713 337.3406 296.0078 348.4084]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.7.1) >>
+>> endobj
+3003 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [390.3924 286.1312 402.3475 297.0749]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.10) >>
+>> endobj
+2998 0 obj <<
+/D [2996 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+238 0 obj <<
+/D [2996 0 R /XYZ 100.8917 435.4622 null]
+>> endobj
+2995 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3006 0 obj <<
+/Length 2002
+/Filter /FlateDecode
+>>
+stream
+xÚXYsãF~ׯÐÛJUV§6Ié!IÍÔnÞ¶V•LjŽ„GËjE*<âñNòß4ši3c—«L ¢q|@£õýaõÍ™¬–„2\Žk¡9‹x¬ÃD³0r}(Þm~8¥—Î4ÛÔ|£Øv§9Gf“æÀn·?®^VbÍáOL• B±ÎÏ«ßWï>ðu±âëWœ©$Öë{xáL$‰\ŸWJ',ÔB œrõ¿ÕG•»Qçnªôû¯8 #&•VÎÒ¤[É7l…Þ˜v»SJmêÊ ln›º¿xÞÅT7ÄM«‚x¶#Æ¥±Uç¿MéAúšÎæiIBYÚÐÒ{®yÝóþ”vf+õ ïõz]¶òúëÖv¶®ˆ+d@ìúHŒîd0Î,ÑZ8Ïò¾iL&ÊXnŽuÕÁÆ‚Ñë>B€1\6­B…ø…­!Ò ]ŸÓó¥Äà ÇméE€dÚ ‚£qîOÕ¼¶ `1è9MâNÊ23|ИÝÜ#[aÐÜÊ@ø%.GŒ¤ÌÙªíÒ*7´ù¨‰Ú«iÄ˯øtßz%bsNó¦n‰ö®Ñò™h±ùÁk¨Ñ-H€üãèîrk«ÊV·»ú¸è…zì„„©
+Ÿ,û*Çœ§¥íˆe}Ð}àÀ©Ô–iVºð¡ðõíiHŒj‰oê’^Zó{o*LØõÍ5-%ã*NÀ\´ò½PAFö8ÙY)íFáâЧŠEÈâ( 'zÍ?éU! Þ^”¹èí´bÛ)f¹¥›ýóµ"]QÖàsCÌ j‰áÐ
+ܳ^ð2Yí*¹XA(xÞBƒó"ŽÑöÙn° X*¥¶¿ A½à< :D÷dàŸÍ‡bzƒÛÖÍ FGÆ«¥n°8„YC'œúÛg
+µ¤à~±wK ‹$‹dùv;9||J…˜îÙN´ðÒŸI"Z‡,‰TŒ8ke
+£œôjøD
+B2Éc¯½[êÙ"P,†Ùj' ws?¿ýg¸±%tB$]Ê€Õ=\ •ß<D)Ùè»Ö”^OQ»!
+((Zžô^ θ8C{C«m}6é*;”ì›òº±’PS˜âÕó•óÅUIîZàÍ> &¥CL¶Oô•9tË›}ô”Éöñ’-NY}oš<mÛﶬ³´œíÍUßÓålÏþzA[»·%Ž˜œ>5=)K@ÜÕÙ·DµÆ±ô¨k¹ß>H¸ò†'/t©*õ#gä'MxúOÉ)ba °º>œ–Ž™`,Wã?.¸$&b=ÍÙ@ß)¼]-=álvÓ€â1  IÏ‚}(r’Jû©Yoî(d(¸&Hx
+íÄ_»¨ð@Äë ÿ-}ègñÖOÜ*Î=pÞ¤8ÂË%½õ”’4 " GáèÌ_"úÖÄ,›"Gc½°ó îK/ÙÀin¿ÁXˆH“ EÂx<¦í‰rrç”14ÀÂVicËZ “p&ÃÓV—¾cDÿ¼ °Ä¡-Ÿ…^Š ÒÁ¨B‘rÒ“b/#Îhüðqð“õ„ÿ–¾œŠl¶ÞÄk \d•„ÁiÙÖó#®P­Í†»ó«÷íÌóÃË—i½#`áÆõU~£Í× $Ž/(õÂ@ª …ñGö2šXü
+ÞتðxƒÊwÇ? ²w}Û]ï¬þ"LKãyãê–N„óÀßíš\┟œIÀk‡™c©‰Ä!:ž\" x “Xîz¸AâGí
+:de|íĦzœ¾E϶=ÙþlÒj”™À¶zÙãñî+sú.Ô,‘R>œ=P>ïÕFÞ
+—×`ÀÓ©nìÿíãÝfõͱ„mˆ†]Ð2ê# `ÐÙŠùŠéN÷ ›Î¯ÏÏzï2ë/8UÎ »OUjÁ"ÈëàÈ’NÈdp¯/ô£…ïBÐto«ó5§ó5z´æyÝW.º®ùXtKßÉPb@H`Ž'„>öÁ:Q8H°
+4ôÅ¥×öÓç¼î ¯íÝ'ºáÛ{)C¢èÐ Càiƒé<³3Oi˜\&ü·s¶‰„Ú|øÙôo.ÀAendstream
+endobj
+3005 0 obj <<
+/Type /Page
+/Contents 3006 0 R
+/Resources 3004 0 R
+/MediaBox [0 0 612 792]
+/Parent 2980 0 R
+/Annots [ 3011 0 R ]
+>> endobj
+3011 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [281.6815 325.3537 293.6367 336.3822]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.6) >>
+>> endobj
+3007 0 obj <<
+/D [3005 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+242 0 obj <<
+/D [3005 0 R /XYZ 150.7049 171.6732 null]
+>> endobj
+3004 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F11 2828 0 R /F7 2845 0 R /F10 3010 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3014 0 obj <<
+/Length 2426
+/Filter /FlateDecode
+>>
+stream
+xÚ½]ã¶ñ}…ß*£6CR¤D5èøC’I›Á¹ÑÚôš=Yt$9»Û"ÿ½CÎP–}ºÜ"@»û@r4œç“þbs÷ÙY-*V²Xlö‹¼0LkS-ŠJ³¢r±ÙýåL³åZsžm–%Ïl?¸öa¹–šgÛCÝÕÛÁvýòÇÍ×w¯7wbÁá_,çÌT¢R‚•¼‹íñî—»~ä‹Ý_|}ÇY^½x„g¢ªäâx—ëŠZä ÒÜýóî#ÉõHs=%úÅǸðÖ%“¹Îã1¶³AÌÏÞ5Á–+J@æë€×ja¦TŠÆ#ÏÊ ¦9LÓÍ*˜äåˆÐƒs•Õ8\(ÃRg~Oàz°K¡³ß=#D}Gk¹Â-5r̯”¡
+&´É‰ç;‘«Àh^B¿\f}ï =ïg¢ÓƼT[<Öín5žð뜇K,r¸Á*­EÄ;jÉT%åÍAwv?ÃW)V ‘þýR€e·`ç97ÙW{[ßZœy‚ ÛhïÏŸO¶ñ>Ô‚P+ —ÿ/«Tžxí}Óø¥ÔÙc¿O€“z»µí€sGâ5)U/ApÍ•Lª—¤-¸ #²{‹ãÜUH˜UÌÝ•´Ò
+ß.·­uÆíM8] !°Ú‡x^Øro‡Gk3¤]^I‡J¤¯á@üÚ}¦±&Äñ¨A˜Ä;…œ„Ü[@ÙÑ—g‰à­‰Ã=ªÈ_jâþ48ßÖ Ò¬ûÞ=´G¾Ÿ¡m`§wºO‘fd»’3°_ 熫4Ïý*œ³RÙ¹=5¶îë¨/X»ã©qi'„xs0¢va²Ž*Kàšfu;tAf©Ëi,¢Û™|L‰
+¨Š
+—2ÐK°î–ŠgôÕ‹c=Å£ßÙ‹¬ÑeQÕ›èÂ@ÈÜEdéXŠ*Þ7,§Ñ,"&¼h+â’ëÂ<Ê {‡D·¯4‹÷!L2Ó‘‘IȤïŠ5™
+@‘Ðñ0¯ã'ÅŒf1¿¥ZGK06s[ëôýùc5ºP%Shšx
+žÚ¾œà¢5¹TL˜ªº¾È ™™’Å í4à“NB¢„êu öÖø¤Vj¶ÂìÁö¤†/?žY
+òg sa€¥i}¤|«ô’‚HQܼj,Ö“ÅmõD<|gûmè3º~ÖËã¥åeHˆû7„¬Pô†õišƒ ö˜0†¤ÇÔ •˜døXäRdÁÿJ¿™þ+WŒC½Ü}—;®-fŒ@—Lç¹¹A Ü7uâ
+±¥v)œ…¨Úû‹ø[¸۵ёªKd9÷1ª­S
+†ÉT7÷8 *Ç?#Ú7~°ig=¬·n†ƒ?cA’)¬M˜»¶·Ý¨Ïƒ?Ö³N=@Р׭¨ $+„’›c<Z¨6;‚o›ÐÁ„Š`LÃx)WM”úÊŒiC´|
+}‡›í @¹¢¨ydÍÁ&¼fí}’`rìP\·wŸ*ì”ÂϧƒmSw#©–“vW”‚ñð vu•§ºkÂýMbàۥî0ÉR^KÀz?6˜ã¶tŽY_yÕ'
+ToƬW‡”t-E¢2Ö¯û”„)ù¤"Ô&¡&!7íÎÇ›2·NìÄ(CÞ‡ôËf|-B³ªùèk½îýÿk˜`öŸ0 ¢A‚0ÿ¹ùm®Æˆ{þ1lž1‰N×/!¿#˜‰aÞqÍ¡ç4y®þ̇¥x’Lßšóö½e£ôkU­á9hE݇ê>Л;›òTð7ò×LÁÍ
+ õ·ÎJV䦚%i¶Mªýé§ï^rHWU΋?v„ »æÓwD!ËŒM…I¬™´%†Þ“
+Hµ›%ô ÿ!aF¥ãUE•Å/g8ãð|í´·/ZÐNö× ê
+endobj
+3013 0 obj <<
+/Type /Page
+/Contents 3014 0 R
+/Resources 3012 0 R
+/MediaBox [0 0 612 792]
+/Parent 2980 0 R
+>> endobj
+3015 0 obj <<
+/D [3013 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+246 0 obj <<
+/D [3013 0 R /XYZ 100.8917 176.9225 null]
+>> endobj
+3012 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F34 2183 0 R /F41 2190 0 R /F7 2845 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3018 0 obj <<
+/Length 2437
+/Filter /FlateDecode
+>>
+stream
+xÚíYKãƾϯPA(`Ôî7›1|Xk$¾F¼–¢8#Æ)“TfÇFþ{ªúÁ×ôÌhäèÀfw³ªºêëzéë»›/¾áÙ&#™æzsw¿aŠ’”Êl£3EtÆøæîðcò§c~Ên»ãŠ&‚lwŠRœìò¦ûíOwßÞ¼¿»a
+?6'Â` Ù¦8ÝüróãOts¸¡›oo(™Q›Gx¡„eßœn„ʈVL„™úæ¯7ß$w#ÍÝœèׯ@¥„ %ì&íÏ[F“²é·;‘êä¾­ëvËUòX58¥’áXùÅ¢mÕPµM^»¥¼+ÝJ¹e*ùtΛCypK—f¨j·8<"‹6ÌO{ó}í¿VbxÂ*©Ëû *áÀ;ÆH¦sÂí3 å^¬H]ú™¡»ø­Õ½Ÿ9¶}é·-›ÀÈCúOû2PÏ–‘—ÛÕç§gŸ/dwÈ)ÚCyëpÓYm<lQ—‡ºì{7ÝÞ»g‘nCÛ=ùøvRˆ!” gÍwp\žÊˆ‚q´4tmí^úò—KÙ~ 5æ·ôÕ¡ìЂø>´øÉ1ßršü‰b“n܇¿À•vàí×æxA 1ª¦ñ)“TѾusÃ1Ül5¸k^jOùËÅ·µn2oÕ
+Ù’ø\Ä"þåJ×/ˆ½i“h3E˜2f&þ'·ŸÉ9ö(É8Ì8á±ãÁé¤Áéaæ6¦M²TK Ñžr`Ld&’Y„£$Rgr3ÛUÅئ$•&ýÏØòëØF¸î(DrYýÑŒ¥Þ  M4‡›îž—ÞZK w]aÆÚÃŽ`°B
+ —Q !f€†÷PGQB)°Ædœ( ¾ K9w[ÈƘÖiòýù ºa&äó •æq¶8,mdÜÂôË°Vú<Ò³°G‚å’Í*ÈÖ C)óâèF˜4›ç`ʹ̋„ÍmlÌuî+ûs‹âà;*ŸÙ‰¾p¤òq§{ø"*¶9µð .gUÖôP5Õ>Ô·]ù,Q»/= ì˜ï”£¢Ö°Èû¾zxÝ#Act&B:×úRXÙŸCVh¢ó*¿Á1F®”P!‚¿ã­Cîc)Š"RIþ&!sD¯]ÆKSÂÒUôG|†fëÿkö 7G|}a¡JÈ¥¶±ra…gåÓE´ÑêÚ,¿¹±JÕµAÎ9!}+\ÞFè€W7™w@æïñ€O‡^ÖM(åÌñ¡c9'išñë˜ìX×…DW>ë>©0(þYºñ†ÄŽ㰾ȰÞ§çËó*D•û{16üMŠZ”ùá–åä¯e×’x𸊔É1xñÿ&xN°çÕøe¦‚S2¹úda 1Óé,£þ!ä_.
+¹{¥+´€¦å¢OSû²¿ûc$ÏC€Ýêí”è·—©ûÑ<8ý,š,ñ¾B´†› …nK†¤Œe1üE0ÉmšÉב§Áï/
+RMezm V;V…÷TU¼XÌcÑj.
+ê¦j™BüÏã«$J·àb’ßy·ëG
+ÌTWÂAê:öjfDK‹·s¹‹ÕG” ®5ã>¯ó¦J}åèŠã_:ÙÕRW=ý½Øƒ‰%o’ƒ$c&M¹Ì Y÷ŽBa°<”)Ü€„?9x:^ÈW£ñ¯¢ìZ}¦­V
+aB‡aK”j,¤Qh¡]% §2o\Kž›ÐÓŸÿäqSN£vh+\Ýû‰êdÝøp:ΚHsán÷舭WÌüÿ28(ê¶wÞ^‚aØA<?]ú0é?²<g!Äï˜Çlö’{µ·oá~‘‹°Æ‰{º¼UÈòý1qU/$®Ê'®>“â…±, Á‚NÞ·,š]¡1Þn–1`´ç²ÈÕN´!þ½÷ô~kˆJ,Ò¬iÕ…°Ð{³¯¸ø–•ðMl¤Xoó’‹äܵEÙ÷m÷å´ßw'&·%aæ£í#Æ‚òB-ð~7äY¯®œecÑŠ2p™é<Qš—<Ë{)ïè¹Ú.J Üè£X?t¨¿±Ee8Uþ¡?0þµçû\ù0”§ó0%Þþ ÍÃ¥ˆM«ez~´wA@f©é¸ o»Ç¥ÀÃ@:Ç3bLêB•4ž“Ü ¡¥+*±› Ûâß‘Åþy_ýãç)Çù
+endobj
+3017 0 obj <<
+/Type /Page
+/Contents 3018 0 R
+/Resources 3016 0 R
+/MediaBox [0 0 612 792]
+/Parent 3023 0 R
+/Annots [ 3020 0 R 3021 0 R 3022 0 R ]
+>> endobj
+3020 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [400.5257 558.2797 407.4995 569.3476]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+3021 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [271.8892 455.7225 278.863 467.6777]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.7) >>
+>> endobj
+3022 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [316.9783 169.6447 328.9334 181.5999]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.36) >>
+>> endobj
+3019 0 obj <<
+/D [3017 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+250 0 obj <<
+/D [3017 0 R /XYZ 150.7049 432.0026 null]
+>> endobj
+254 0 obj <<
+/D [3017 0 R /XYZ 150.7049 411.9351 null]
+>> endobj
+258 0 obj <<
+/D [3017 0 R /XYZ 150.7049 279.2952 null]
+>> endobj
+3016 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F7 2845 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3026 0 obj <<
+/Length 2524
+/Filter /FlateDecode
+>>
+stream
+xÚ¥ÛŽÛ6ö}¾Â@Öb.ÈC¤húÔÝÌ.
+$‘è±[r%9ÓÙ ÿ¾‡<¤,i4/-"ò><÷Ûüx{óןx¾ÊI®¹^ÝîVBå„2©V:WD猯nËwkA Ùl¥ëWMéºÍ–+ºnvøµø)ö¶µEïÚ͇Û_n^ßÞ°…ÿØŠQJ²œ@Ɉ¡š­ŠãÍ7ï>ÐUyCW¿ÜP"òL­`C Ës¾:Þx:´b"A7ooþ> Ü8·c¤?zvĘËÛÊ.”ì¼gBº?O¶.íöÛ¢«íÑùÕùtrma;÷Å~ ë=_3iQ D)í}µájýyÃÔ:ÈH«µ­ýW®]Û6-‚ÞSEo=. ‰Pi€N¸d*àxN$É$ËV#øoøãªî\Ûwˆ’&+J˽ Nÿ J’\äy¼}çvMëð¥~ï°KîÅ©GØq]½°çn «„i“_‰u+¨!BÂý-c$WŠ…ŸUÑ,ϵó@õÞÈ›½À£» ‡ó~‚©"§fp1pP°õë7ÍâaÃÀYÚO ºõ‡†Húõ§?x²³h)ðEâíñtpn–é 
+”4À¢âCÕEÅýåv€ÖM ÷ÇÙðJß 1¶o?‚²uã£éÃRŒ`§ ¿ˆò¤· :¡‰f|dÒs^
+ÌPËI4{&€n„Š,ŸZƲÀÀý oPWfXòO{_¨ù0(x¬7ü*Dd!Ö¥ŸÇªNà}\Ì,ڃТÃò ˜«³%nªQAeRL(¤ýé¤&Zm¡UÐìâ
+X^1Ä‹Z"qþûÄ­„ÏÿáÈ–%&XX Žß÷œk¼5hÄbHn(C 20ÏdO?l¶š¯ß¿lý*¬ßÄŸ
+”ƒ‹¡F(«Gw LpY|ûÎõ£ŸG ŒÊc~¼oS­¦INy6O3X{Ê©l Ô‹LÂI?ˆ®jg—S5[:‚'·ûTaîm‡ ®9Æ7*¨ˆ«"äÀxi×´—#wtuOŠŠ”E¢“)™ʞk¼òyãå³RS`ÝÔÛ¶9¦ÐN{ ‚íþëÅ”AOö>®„¡ÓTÖ§â2RÒ5L\ßú³i>ŦæW–²ò–CøÒLð”ÍeÌίBêu 6ŸÅ>cVÃ<eã嶺j¨ªØómÅ„hM.Óíg"GæCí¤¤kžo™0©´šf|¬ÚÁWvžz$Í°H]ÌYPS›ÿ¡—è{†ð’L™+y@„I*eƒ´b‡¸I}Ù³ÕÆ}Ó>FHÄÃÞWúê躔Ñs(lè,Œaýì^ä1AWÓ:ÿL€-ÖãÁŽþeïßcš0þ²9ÞUõ঒¦A¦2ô|ˆ7àíC£îÌaÔ¤8öžR^œ=Éð=µMy.Bø Y,^Œ¾
+‹T±Ä_íã"Îvh“
+›íðæ%úm}>Þ-RÀ(´&,—SÏ? j¤Lfç=Ä㺠‹PAÙC,÷¡‰$àÄb~ÆQϸEŒY­9œ½þ¯Ç`Í÷ѾSFga”ÜÇM"ê%ÓƒµTìi ó/F7þåûõºa΂tsèè¯ÖšP“%M@;×&_»è0Ÿwî‡Å;Ü £À†¼{>¢ÄGŸpe ÿb
+endobj
+3025 0 obj <<
+/Type /Page
+/Contents 3026 0 R
+/Resources 3024 0 R
+/MediaBox [0 0 612 792]
+/Parent 3023 0 R
+/Annots [ 3028 0 R 3029 0 R 3030 0 R 3031 0 R ]
+>> endobj
+3028 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [287.1409 499.2529 299.0961 510.1967]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.19) >>
+>> endobj
+3029 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [359.4164 395.8535 371.3716 404.7798]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Knuth:TeXbook) >>
+>> endobj
+3030 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [447.0934 324.2848 459.0486 335.3526]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.13) >>
+>> endobj
+3031 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [218.9881 312.3296 230.9432 323.2734]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.3.1) >>
+>> endobj
+3027 0 obj <<
+/D [3025 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+262 0 obj <<
+/D [3025 0 R /XYZ 100.8917 489.5713 null]
+>> endobj
+266 0 obj <<
+/D [3025 0 R /XYZ 100.8917 384.0697 null]
+>> endobj
+270 0 obj <<
+/D [3025 0 R /XYZ 100.8917 197.4012 null]
+>> endobj
+3024 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3034 0 obj <<
+/Length 2531
+/Filter /FlateDecode
+>>
+stream
+xÚµkoã¸ñ{~…qèál æ‘")QÍ·[lÐ= (Š Šn¨¢È‘º²ä“äKÓ_ß©‡Í8> E€ˆ†óžáø§‡›ï£t•²4ŽâÕÃn%4g Wé*N5‹S­ž~Y(³ÃPt›m¤ùZ²ÍVsŽÀ.ËÜo~}øùæãÃXqøs"±Xåû›ßn~ù•¯žnøêçÎdjôê6œ‰4Vû©Sk!=¤¾ù|ó÷‘äv¤¹ý atÂ"©¥à«*φ¼}*Ùï…š}£bf"ç jI ­HfåÔö±@1_7Çý#¨åœ¢̨(r_T’1S±0á+…~¢XhXŠ;¢>”j<]çÅFèõsÛ½ºW-=_Ê*/i™9\o‚>uÛ<÷ŒveÕš}"¡®È¶ÈÞj›(&¤Œ@Õ‚¥Z ËÙP<‘Õ«†ž WˆI¶°ÀV*fâ EŒËXŒØgCù† 4 jõ® ¤CšŒ ¹¾`p
+ )5–ri_4@]솷«Qýa·…ôjÒQ ÕUÏeˆ˜DSEÞu¯óªCöìV" 'Á ‰4çNÕï&ŸZ@0ʉ—L‹îŽŽšÛ÷£pÓ²¼jž]tÙ1vE>¦G²]¥G›Œ§õúr
+|]tÃèUCûÍ‚šÞ—Z[ÞD¾8t¯Ÿû€â8ð¡¡Re}°ÍC*@ û=*èÜbÎô2”á
+·ÁÌ1•ðwöý•
+£\-›¿ÄŒ© P2iÂ=Î;ú)ˆÔw&ß_£ï(…ÛAžm6„ ©˜1Šf M_=7´²U ž]±ŸeÂ'Gé•ž6¡@³Dj(\‹”ˆí™í+H‘J¤«üËXñª_¦å¡kó¢ïÛ±z"ùRö®íŠ[
+ûëB˼=U`—üìfrÞ’ý~8ñ‹¯œG]?œ8‰ó°Ó°›e;ØÕÐ>Ø¢àò0Àù}6ÿ°4W¦^n¤/™“@ÊEàIœXsäG*X
+Ó­Ç?:º63Ÿƒ©ÛŸqljøœl}6‡;íÒʫ¡~õõ­¬ Uð…‹|ìŠD„uŸÚP²ä¡‰¯± îZdzéÐmçÝ ÁÒiÖ­s€¾øíX4 úû…ô¨J&Îð¸X4")³ý¡¦^>°‡×Ca–®¢.`»£ W/èbYO›¾¨mGyKÛ18ô>´{ÏSú+t8]3úݼôµà'ˆ¤ÆãàÆÑZþ
+<ŸªþPg¯´Éª+Évã]æÏ°•©‹ ŽlôAÂóxû,絿èóìP Pâ†ë©k%™-$W¸Uò“Äçæ;)p›ím“›‚ÎÀ:Y},è…GÈê¾¥)Q_JêÖHé\é¤
+endobj
+3033 0 obj <<
+/Type /Page
+/Contents 3034 0 R
+/Resources 3032 0 R
+/MediaBox [0 0 612 792]
+/Parent 3023 0 R
+/Annots [ 3036 0 R 3037 0 R 3038 0 R 3039 0 R 3040 0 R 3041 0 R ]
+>> endobj
+3036 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [243.5162 642.1271 250.49 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+3037 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [295.2617 618.1358 307.2169 629.0796]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.21) >>
+>> endobj
+3038 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [355.8342 594.0874 372.7707 605.2124]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.21.2.1) >>
+>> endobj
+3039 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [495.5378 582.1084 507.493 593.1763]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.20) >>
+>> endobj
+3040 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [280.1677 350.9215 292.1229 361.8653]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.12) >>
+>> endobj
+3041 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [239.1026 200.5282 256.0391 211.6532]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.3) >>
+>> endobj
+3035 0 obj <<
+/D [3033 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+274 0 obj <<
+/D [3033 0 R /XYZ 150.7049 536.2491 null]
+>> endobj
+278 0 obj <<
+/D [3033 0 R /XYZ 150.7049 339.477 null]
+>> endobj
+282 0 obj <<
+/D [3033 0 R /XYZ 150.7049 189.0836 null]
+>> endobj
+3032 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3044 0 obj <<
+/Length 668
+/Filter /FlateDecode
+>>
+stream
+xÚ•TMoœ0½ó+|+HÁñ7ö5UrÈ¥ªºª*5‘ʲN–d±7àm”_ÃÀ´[EÆÃÌ›y3_­’ËfÁF1…VˆiŠµ
+)#±2”¡ÕæwʱÆY. I¿z— ’þͨLmj÷˜åL’4ø猒Ժε ¬j[¶el Ç.´1©ËîW·Éõ*¡ˆÄ‡"JÖ†±.ÅQUMò’ü¾'h“t›Ì–è5¦Æ0Ô$\¬$å“g—üH¾!ó#f>½:áü^[˜qÉÎûÖW¶ë|ß·2iµ$Þ·ÜíÀèöeeÁ\Œ¢?oË
+É»ÐúÝ(#ûr°}'ø˜R`ÃY1¤|›ÆÖg5Mé6Ã.èÄ=úQ4º²±ðqmÇÕþ0f¿Ç·¶ÛÛ*@$Ì=‚—Áö´}û6•ÛرV9ˆüò†ÏµÆ‰Ä…!"vÜ7zG¹€?bºä
++ʦР(ÐÏü6ç‚aA˜^Ž®‡w‡f Âø
+¸®‡/sY(4óÿ‚ÄõÛ`Xê÷uu®ýBcaøÄSÒévÿ^›¬endstream
+endobj
+3043 0 obj <<
+/Type /Page
+/Contents 3044 0 R
+/Resources 3042 0 R
+/MediaBox [0 0 612 792]
+/Parent 3023 0 R
+>> endobj
+3045 0 obj <<
+/D [3043 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+3042 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3048 0 obj <<
+/Length 1476
+/Filter /FlateDecode
+>>
+stream
+xÚ•XYÛ6~ϯð[l`Í)QúÐ6Y ’¨Ñh
+D+qWBt¸:²ñ¿ï3”-[Þlžxˆ3üæê—Ý‹W·R¬„d¡Œ‚Õî~%g1—ÉJiÍtÈÕ.ÿgýk‘îÓm¶âk¹ùw÷ÛŠ¯¶aÌ´ÒîÀí&Pë¶zûíÕm¬–DAdYÂI³$Èë]l4_f#ÔúÛ`Wb]·¹Áýc¯4ãa­¶ ¤ˆå[÷E2-…^ì$†é—àkÓ#ǬH»4Ô=~¾ïÚg)Ÿ³±ëLC
+Æ´3¨½2‡+ËOœ&Ç¡Å&ȇ‚«+‚ãþǤLbõX¤m @Ý|=°B¹BÅY–68)R{ò«5ˆahÂðÔ„ÛX² ±æŠB¡%?‰P:f—6a(Àööà“U“†b¦‰ûCÙ<àÕµ.zóßhšŒÎ¶÷",âô÷nEÀx¬£Î&­ÍVG•”„uçá‘{š®I ’£ÿ!8ž5ÁQœf¬ª+ª›Ãùpy'ÙÌÔûápnÑar
+¢?ˆb:þ褵¼SÐÐvf”«6ÍMÎpñG•–DàÍ/R=/› %(¦Q«Œ× IÁ “G„ð³•h» ä‰(ñv]UÈtB«…à°Ræe ²/((f–^A?g™éÉ[¿Úlœve;ÒƤ6T
+«$Æç‘ž×ú7cG5M¯÷]k]Ö7¸šÑÐ#$B=»½ÂÜdP1{\P33_òõT4&A=O‘zÝíXå8¿38úž©a„;º®ïE9uÌâ0 çr–X_¹mä ¦šªåè“ŽVÔñ¶/u:ÇÌ÷™à`\sl4ÿÆÀ%)2ä ¨8y¶"ÐÁ†ñh\·]^nTy9°áñÞàræV°ÆŽÆž;‘–dî]”‡§­¦=à[M˜¿õ^æÔ*4‰çj>Vwt½c3âû:ßZeí¸¯ÎÛÊÅ®Š(ïÈDý
+b'ú¹ÌV`D¨Š¸@
+endobj
+3047 0 obj <<
+/Type /Page
+/Contents 3048 0 R
+/Resources 3046 0 R
+/MediaBox [0 0 612 792]
+/Parent 3023 0 R
+/Annots [ 3050 0 R ]
+>> endobj
+3050 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [276.7206 116.0997 288.6758 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.21) >>
+>> endobj
+3049 0 obj <<
+/D [3047 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+286 0 obj <<
+/D [3047 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+290 0 obj <<
+/D [3047 0 R /XYZ 150.7049 353.7575 null]
+>> endobj
+3046 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3053 0 obj <<
+/Length 2799
+/Filter /FlateDecode
+>>
+stream
+xÚµZKoãȾûW(§H€ÝÛï&³ØC˜Afo‹’fMQgDRKRëq~}ªºº)R¦l9@àƒÈ~TWWWõUÑïÖ7?}é"e©•v±Þ.”3Ìia65̦B.Ö›ÏKÍ$[ÝΗVÂ,›º_ÝI×›"ßgmÖ—M½úºþõæýúF,8ü‰…àœ%©p H0Ç­XäÕÍ7Ÿ¿òÅæ†/~½áL¥‰Y< g"M墺Q&eÖ[ö7¿ßü6ˆ¼dÞ…¾{¶‰ÓÚÆ1©Œò›ø½(HëÏZ~¥§mÓÒCF?ySwe×q}ÑVeÝ웇'jh¶qbÝwaj½ ƒŸÅv% %/:†ö
+ ‚ÞÊž†—½š®+ï÷al¿ËBÿcxË}Ó|ƒ÷åwÔ/ nêâ´t˜ßÐïÚk¯¸e.Õ`xÉ$úîá½ïÒ,Ñ"YŒÚ?Ñ̶èÊMÑ%½W,î”ÌÂÙ‚5K!§ªš6¨]ûÖ¡é°[™åSWæÞ>Áâôô…s¹/½ ‡º=¶ý®ÇyÈB³´ÊÅO`Ãê[<-˜’ÜE_Ý k8¸¼ìàg~FÇk•ä`MUàìGЖWÚ.7Ƕ¬ðÙ aS{¬é} ÈØBr¦5Æ6çÆN£öO4½%}¬ËpbŽ%NšK2’`4’7ÇÃ>(k—÷EÿXAÓ¬¦Æ²† Qã‰`+œsÝ—Û'œãYXÇÒÔêxÌd¸S}Ûàe—]ñDZ¨s\Rº:ØLJÀCðòcXÆÐiSoUáÉÛN‘Má•œŸvYG=èÊØpfTÙ}»Öqµî©î³S‰¨J¼º#gÍ›ªnú
+ÎWë0`°,*0Xö¹X8 ×1Ì*çä:
+—Fw`$Ø`”{€tè86ûäZ³9N A‰z T¢Ì|û¼L”1É•‡^e”¼dP蘩uS«:!ÉÞÀ¥0Ü¥£lCÖ®´ˆ)?Ï6tÌ2ñiÈ;ü³áÃí˜b*ɳ°~[Íl¼[ n&¬˜Rz” 
+ž‚;I&R—\ŸÄqȺ³Mwi—¸§Ÿé± };vážyapg9Û›)Ï)γð1òâûýÓ³JJQy–Ìü}ÛûL]‰ewÌwô„‡¸† #uK-ÇÎç§øHùQhÏN?åD(|È6ñí±Üí=¤äǶ-âÂ'€žÍä‚3Öˆu¡¡k67;U"&5™
+\;s^m
+5<4­0õ=F
+ì,aÖW»Î¾1̧ó’³T^_ñºð¡BX¼éK|â¿#‡ùÖØ_Tν¹²îf)ÍÔz`k-c¶÷Bå9eBI3ÒsSÄ ¡‰Ìñ¹xƒÅ®sͯ®oӷ窌ÐRÊèÀ.ÜLŠ-
+endobj
+3052 0 obj <<
+/Type /Page
+/Contents 3053 0 R
+/Resources 3051 0 R
+/MediaBox [0 0 612 792]
+/Parent 3023 0 R
+/Annots [ 3055 0 R 3056 0 R 3057 0 R ]
+>> endobj
+3055 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [120.0894 656.2391 132.0446 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (cite.S) >>
+>> endobj
+3056 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [202.1627 638.7255 214.1178 647.5124]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:virt) >>
+>> endobj
+3057 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [299.0567 624.6135 315.9932 635.5573]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.33.6.2) >>
+>> endobj
+3054 0 obj <<
+/D [3052 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+294 0 obj <<
+/D [3052 0 R /XYZ 100.8917 603.7952 null]
+>> endobj
+298 0 obj <<
+/D [3052 0 R /XYZ 100.8917 366.981 null]
+>> endobj
+302 0 obj <<
+/D [3052 0 R /XYZ 100.8917 231.6825 null]
+>> endobj
+3051 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R /F11 2828 0 R /F8 2865 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3062 0 obj <<
+/Length 2399
+/Filter /FlateDecode
+>>
+stream
+xÚ­Y_Û8ŸO‘·K€‰VlÙžbvïZàöí°Áa¶Ày%ñŽc§¶sÓé§?R”lËñLÓÃb€±LKI‘?’ʯ›»Ÿ>Èl‘±LK½Øì"æ,áQ¶ÐYÌt&äb³û¸üû1?w¦Y­eÌ—[­cΗV"^ÖU×®>o~»{¿¹ bÌCÀ@‹Åöt÷åîãg¾ØÝñÅowœ©,Ïð™È2¹8Ý©8c:ÊSÊ»ßïþÕ³\÷<×c¦¿¾!œ0©beåÿEü郈Æ39ÓȆÛGšðR,M¢ÈM؃¦;³_­U¤–]ý´|iª¾qĤTžo1ÃKSÏ·h‰eŽ¹ÜÂ6M]­5_.¦ÚzÛ™OœËÊìhæã ±Vú*fq*´cþI¨ŸBj&b‘¸‰÷´EÝïîèö<7&ØV” àY/ÖR%,‘`íµ,‹ca¹:é¯ÅTö’‘”Õ¥,_‘4JO”›ËÈ7( @œ­9wôRïgÎCƒ¹eß|Îx°ù©(_ˆçÉœÁógø
+Æc®Þ8gÍ”ŽGÇlE¬<ãÆ”f%ãåñ_^9ŠÊm›wG7ªw†9+ Íd†A –*®É¹Ë¶¾§¹7‹ÁØü
+![å%Qªüdz+ÙçÞÆ.Y1wÛ>/\×N<àdvs§±TC¨® "ð¥±ËÙý®­F‡ùCQ7»šAŒë7l¿\€tZ…ÒŠA'Ô]ÇxøbMjM6êö˜7ù– ^û¸wkišûuÖ⇺y¡/BÒóøÈãJòå¥sûœs¿ 2_‰¥åßé`Ü´Žx ë܇¡swÌ÷´gS–íĬ í¹4ƒ?8¯9—·&Ÿ4¥€”<»õ̼0Û2¿´s>
++ðpŸˆë‰ ºœÒÌ–Ù²°Õ
+$è4´·†‘ÔÞë
+Ò·#Ei`ëmß4fÛ Ó}o:øóH¡I‡ªhÇ7 Z‡4Ý¥1I Á›Šðû£¦>€}[ßN5S™OA?œÝy’:À`gÚâPѸ-¾9ªÕž9=bÀÈæVœ:”îC50ž©ž¡
+–<õ>ò*zCT©
+>·/§G[U•¢ˆÃç0ÃØYþtàëä,qm¡¾¡U(¬7‚ å`sw2t9î¢\"¼wëAñTTÅÉ'ŒÖt!†.àótnŠÖ\_ö”%ur
+À[l§[7;ê6ìÜ}îú¾…žÂ«‚£
+J÷µçŸÏÆ;§[i žtÖxWUt³Wßxû•Ž/5¬DíSqž WÉW~¶W^JÆL D
+Ú¿ÖH>o1Z£¼Å¦†B¯ëÓmsäÁ ëÊT‡’ý [Ôö]3ßæõýÓ•,–ú—ŠBv‰'A'º>šâpì袶§Óõ}y™\÷É/¼J…ãLµJ¾×Õö¿*Tý>ð¼TÅÜex”âO>“ëT^§Æ"ó Â|K´ˀѯA¸Ÿ+ÞQ­Â]x÷E<}ŸãÔµ42’» M¿_÷.ÁÁ8¼2Í6o=Ét½ÿçëߦ i;M“ŒN*r
+G‹ÔÑ‘­ÿcŽ;ûZïß«$ZÛÎãñûâϧ#ÉŽÝ
+endobj
+3061 0 obj <<
+/Type /Page
+/Contents 3062 0 R
+/Resources 3060 0 R
+/MediaBox [0 0 612 792]
+/Parent 3072 0 R
+/Annots [ 3064 0 R 3065 0 R 3068 0 R ]
+>> endobj
+3064 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [264.4475 288.0356 276.4026 296.9619]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Knuth:TeXprogram) >>
+>> endobj
+3065 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [488.6078 226.5828 505.5443 237.5265]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.10) >>
+>> endobj
+3068 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [233.8226 163.9204 245.7778 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.20) >>
+>> endobj
+3063 0 obj <<
+/D [3061 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+306 0 obj <<
+/D [3061 0 R /XYZ 150.7049 521.2473 null]
+>> endobj
+310 0 obj <<
+/D [3061 0 R /XYZ 150.7049 416.2891 null]
+>> endobj
+314 0 obj <<
+/D [3061 0 R /XYZ 150.7049 275.9175 null]
+>> endobj
+3066 0 obj <<
+/D [3061 0 R /XYZ 150.7049 212.7373 null]
+>> endobj
+3067 0 obj <<
+/D [3061 0 R /XYZ 150.7049 189.5791 null]
+>> endobj
+3069 0 obj <<
+/D [3061 0 R /XYZ 150.7049 164.9166 null]
+>> endobj
+3070 0 obj <<
+/D [3061 0 R /XYZ 150.7049 152.9615 null]
+>> endobj
+3071 0 obj <<
+/D [3061 0 R /XYZ 150.7049 141.0063 null]
+>> endobj
+3060 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3075 0 obj <<
+/Length 2623
+/Filter /FlateDecode
+>>
+stream
+xÚ•YmoÛÈþî_¡o¡
+›¦| éFw쪖hŸºf\ š–"“åô
+01M+Ò4/ø€Û/ܪ¤Hsøº¦ûvÍvGâ4-U‡Ã±ÿÖ€5]û8“tu£%豘@‰2Ë”§å•FŽ€ºÑAµ8ØV‡fDépÒº„¥ñç?^¼¦QÕÕDݤ¢ÈÁÚLœ\Î^XK%]ïÛx¬h:ª­{Ec>#i‘Öªºv5o÷³cŠ”ÿ°VÀø±ŽÈñ›ãU×ñ!r8ì€@·uƒ`‘ÿ2“ãΓR)(ü?ì\·`Ƭƪ`èʤžŸ»j;öÇÇÈsaUìþQꌱá1DLÆg´”rÉ;`¨!@¡Lç®uÃ@<“pq@+âh8¸móQJíøLÕÑéÐ6ÛàÐ39U¦AP­"A¿Ý°ÈRÈRÍ]ÌkaøÚXO­6p.ˆHï¦Ú
+!¼¦þrFZCã
+ë{ìA‡êž‹Š’9f¨W ‰åœƒ}àë)½ ®½¥xÅd$Mú³:èNû[·” ”X“]6K„À Ó)_{û/¸Q.$Øä§É8À/í°@Hg"ÍRýCBÁÏéG§¢”yú[Þh°”2>mG÷­c‹A¦Ä˜û ÿ¹‹ØŸ°Bí°’
+®T·k-“`ÆZÐÊf×ðûÞS˜×š„Ûªm½à0þŠBʆC×Lºã­jI
+~~T.|” 8H“Æä/à¹ñ/e
+êL!”
+†7~ˆ¥ªXEëï™À@Ï-(ùØ“½q~û.ˆ[tãÔº]€ÒTde(YãÝ~'KSdSÕ’ºu×D”ð^Ä–Ç}À£)`E4ÖŒ2‡Å<tó€´9aoñŒƒx že‰ éfY"iDZ(õ}‘
+¡Š¨£H¡ycOºåW7ŒŒ±v=ôÁávÚµÜOf¸Ï¬ÛŒÑ•V"Ïu<š$FP»Œ»…¯àH ²€2ó\BÝ3
+×É®bììUí¾Fns
+=Ï7¡Yªš)¸šnA}ÅR’O‹áâówè¼›-Û²?B*· _i¾_‡¨«€Ô86{(Ég+ãòstfxÜßÂxÁnP«mYšÈr/—\0J™ ¨tàÛã@¤Iåpá熥ÁU”†$yA»Þ
+Ÿ=΂S¾À5ª¤ª,|a¦Ó-:¯
++ç¡2ÔQù`€×b/µÜ°Xì7`iÏ戒ñ8·(vþ3/Ð3 Õ'©ˆ¾_A·éÆc³õAeB¾¦òé´`a`€.âH´É}PŽÏvãÀ:Æj/•À­]ÕÞÍHC}¼Œÿt€¾#\f&njÓ()¾¦B¯¹I>(ûIÐÚ¦ð…Ø97ðIïM¤‡jÏ£EwÒ
+endobj
+3074 0 obj <<
+/Type /Page
+/Contents 3075 0 R
+/Resources 3073 0 R
+/MediaBox [0 0 612 792]
+/Parent 3072 0 R
+/Annots [ 3079 0 R 3080 0 R 3081 0 R 3082 0 R 3083 0 R ]
+>> endobj
+3079 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [133.9274 567.554 145.8826 578.4978]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.20) >>
+>> endobj
+3080 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [121.1954 537.8128 138.1319 548.7566]
+/Subtype /Link
+/A << /S /GoTo /D (section.10.2) >>
+>> endobj
+3081 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.0313 377.6924 394.9865 388.6361]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.33) >>
+>> endobj
+3082 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [185.2446 347.9511 192.2184 358.8949]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.8) >>
+>> endobj
+3083 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [179.1416 130.137 191.0968 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:partE) >>
+>> endobj
+3076 0 obj <<
+/D [3074 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+3077 0 obj <<
+/D [3074 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+3078 0 obj <<
+/D [3074 0 R /XYZ 100.8917 643.1234 null]
+>> endobj
+318 0 obj <<
+/D [3074 0 R /XYZ 100.8917 497.2924 null]
+>> endobj
+322 0 obj <<
+/D [3074 0 R /XYZ 100.8917 337.359 null]
+>> endobj
+3073 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F8 2865 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3087 0 obj <<
+/Length 1966
+/Filter /FlateDecode
+>>
+stream
+xÚ­X[¯Û6~÷¯ð[eà˜oº¤OM‘,¶(°Ø­wQ Ù¦ŽµGW”7M‹ü÷á²ä(§.Pà˜‡3Ão.Ô«ÝêÅ‘¯s–'"YïÊ5×1Kc•¯“\³$çb½;¾¾?çÁô›­Ðq¤Øf«ã8z³á:êÚÁnÞï~X½Þ­ø:†?>•Áaðõ¡Yý²zû>^Wñú‡UÌdžéõG˜ÄŒç¹X7+©s–h.¥^ý´úç(r;ÊÜN…¾zF2!µtú×n¶2O¢j(êê€cº¾7‡¡êüÚ¡hi¡këODÚ¿­µ¦Ì‘Ö«’¨ÃÉáÜ›ÐÑÿªîbÃ9¦ kÝÁXK{A¢—¼CŸ­%Å9xb+˜P\;]_»%Å2ųõ„þ3íü¸áqTX’^8Þ­Š¥I,ÁMœåZs·áp*úâà®MJuþ·®7°s¸ô†!EG»“ÓÖÈ$”]]whÔǪ}$’íê‹÷ì)ƒ¸¾kœãp·ADü:Ð œV qŽÑÿ0>ÖÆYÍ nÇÎXÂZÛ 4pfwýÓKäñFNïw+–+ âîßßq©ÂIlø©k ƒÚáÈ1½ÀÞ
+ˆ07-A;F”g&àbÑZBMQ·pEGs5ÍO‰d:Ï‚~§í$ËR€V|Ä_Ê’ Ó1 ‰³Z Y]H?Ú—¤ ÝðèzIŽr9œ¼EvÁµ\H–ª$¨^.È%ã©Î= :†”J™ÊR>óž°tô¨ÿD¿ð¾ñ¸öÑc]ã/²1i¤,—"uÒþ€À
+¥ò” •EC_+ÄPQcrG&'~)Ò`@×Ì{3|4¦]rA–CéŠupA¹ä‚˜©$N=ËÂHI–2ýèŠ/¿[H}‡"dd{\&8ˤ£JõWUò,ßÎ}ˆX¢+‚IWÃE„¬½'(¨ç˜(‡¥£0ð
+p4XŽ”¼ê¿p€†².döL9˜ÉµŒDRßÓ„X4çÚ5#JøþC]+úÀ
+¼ûY )bÆøó¨/õe,KàY7mœAò÷Ï5¨±€- J=_³1e9Yõç¿L–{Ü©!¤_
+ ÍÒ4Înäžöݯ_µn2+ÚìQ³ßˆ8º 7(¼¾Épv±î±öGO‘êöm]ÑE¿¢v­ým±#±Å²w>0´`¼Â²ZôŸÆXû3Ï×…‹UhÊ|+qô‡ïëì¥ïQ¾ñtÊ™ ø©M9\ûžëJõÕãiðíÞUA˜M ð½‹uLµK$K¿ó±.I~K
+Ûn*÷ö…³4;FßHôª&§*ã>G 4üfhÑ}~ߢôOng(R®‚³±²Xbò+Ú-ŸÔÉqûY°NcËå˜~ÂÈ•ê›2Hàßñ•®óèÑ´¦/êšÑ÷%ÍoW‡µ•mhê>—à`oîa›š.p ›¼‚¾É.sv<ùZ‚_è–®uçX‰äþ¶,÷˜µcV•ßú”l|²|+â÷¾YÎ$¬}ô¿IB®Ö‰GZg
+endobj
+3086 0 obj <<
+/Type /Page
+/Contents 3087 0 R
+/Resources 3085 0 R
+/MediaBox [0 0 612 792]
+/Parent 3072 0 R
+/Annots [ 3089 0 R ]
+>> endobj
+3089 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [229.1032 273.2954 241.0584 282.2217]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:TeX23) >>
+>> endobj
+3088 0 obj <<
+/D [3086 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+326 0 obj <<
+/D [3086 0 R /XYZ 150.7049 589.3251 null]
+>> endobj
+330 0 obj <<
+/D [3086 0 R /XYZ 150.7049 385.9678 null]
+>> endobj
+3085 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3093 0 obj <<
+/Length 1627
+/Filter /FlateDecode
+>>
+stream
+xÚÍXIoã6¾Ï¯ðÑ&Œ(‘ZÚÓL1EQ´@ÑzЉŽÙÊ¢ Òq’_ßÇM¶$*ÛôГ(noûÞÆÛw×ß¼Â%$WÛÝ
+GÊ œ­h^ $‰òÕ¶þsýݾìë7W1Ötó×öÇU´ºJ2”Ó›Å=“záúû¸X¨HãTßÛ(l‹11Û¶{—àh½›+¼î7xÍE«ÊFOãuÙÖvýnƒéšõŠW~éFÜ›9i7ˆÞn0ɉ(Y]Å(&˜bŸÌA9ÁÅêbþG ˆ÷ÌŽ+ÍoYïn߉Þ.tœUS’{Ñ_0y¦ñ˜iMû
+Óèf Œ0*(µÊj¸TÙÃÇbUek7NQR‰ž9¥p¿g A`ÎÞÂuÀ¹»p»çþ®Ájð£zV*9:Ï„ÂÇjï¦dÇ*%½Ù­$±‘D«$IÉ¥q’4vZíïíTͬ•\´ò½]3„ôŠÒ˜Ð3§&ö0ÌÚ£ŒsèDËZåoïÝ®)+ænéYS*¾‰©³‚c@ØUV‚0!þL¿¡t,v“ v1EN2³÷ NÈ^ :Gy‚N8`œdTý±RÖ]Jû†„h^¹« —yZ ”ïÞLyâJÔÛ'®övÔ³ëY[1ûÛ Þº[ êák̤M)ÝWìð:!”èþB|‰¢¸» €3…¤ìH@RQà³$Êd©y°sš”
+²ÿ¿4C~qÝdš£4Ë ×M¦ Ýd:t“†Îδ/ÇF}–4 Òòéž(3e>w†=+6gª¬'t—Ü£µîìï-ƒž¶;pó`1"4Í/d_¬Ç=ÊÀai@ô›²n™”‹U¹ú£ÛFöAÈ¡ðе·¯Š+_ÌÂ.•ŽØÜ/wÇÇdz;ޙ߀…bTdÔ«ëÓ}exMÒx-ù£ék1p[*;g›%(I2²Ø|X}P‰Æ˜NÚoØNؾ:^sw·™×æi@o)íìR
+q­EŠâœfã 5D¡¸S»cÓ<‘6Þ{ Ÿu¸ls”ÐÌëñÃAm$ÎæÄ©Àõ‹dP»@€3DRZ,=+åÓg%8Ù³Nô6ëGû=¶µØ1`ª*:S‡ÓaÙ«H'Foª»1qg)ödž-bЗe¿ëÒü‰d`.qS¥Œ]M¸w_›ð¶æç:o¦…¥µ‚z†ç˜1NŒ4IšøHóo™Mä<÷¿ö9P `²Ú½“Q=t ú2unꌿ¼±õ:ç—ˆ`S÷‚…ºò–½‘º~îY¨Ý/ß:~]ê|æµãøÉi«®§ °5*¤ô`³/ˆrZ‘<¦çòö%×ݪ08zÆò¡þûè…š[¼’+.Ϊ˜<XÌŠ©)ö‡×–Uœ¥(ÃâåyfÙ¦™^{÷iûî_|F<endstream
+endobj
+3092 0 obj <<
+/Type /Page
+/Contents 3093 0 R
+/Resources 3091 0 R
+/MediaBox [0 0 612 792]
+/Parent 3072 0 R
+>> endobj
+3094 0 obj <<
+/D [3092 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+334 0 obj <<
+/D [3092 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+3091 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3097 0 obj <<
+/Length 2123
+/Filter /FlateDecode
+>>
+stream
+xÚíYÝã¶÷_á>ÕÖ ¿IåžîŠ Ð
+VMÒ•» E ûýwCRÓ‹e¾zª#ÈT”
+ëwsŒŽ Nðá{´%£äИarøÛ>BèÖO Æ,7œpÉ”_óÞÏ€Ÿ%³Ë ýïø¢ÿÆODzú(ïo&'þ–`¢u@ð>A¬‘2,ã`Æ°–Iˆ1\S}ŠÉM§qžç â®­ëv Aø8¦
+¡îRጇÄE™Iä–Ô™BºØߧÕåš0ÅÌçØ !¾¨>PÊ‹Ü¥¶gmˆÉÔÜŽâYÆÿLp
+ý¥ cM”\qA8§ìJÇ´ÿ}*ø‡£œÍ¼rBHñ¥e÷oÁ tÍ "ø](7ßã–Ë¢Nîu&s§Éì:®2¡ð'sÃÇÀ¥j,Ó åÀ‰ÿ0hS|ÀRÒš×jÌæ6M)Êk.âÂþØ•ù.•-œÜük˜ˆJ57L^…e“.´–ÙφOCò*"ó×Y™6Ö ]Þ܇!ýÀ¹æJa±¶1n¯Èl¬Ùp¯¸uï ËWÛ.Ç‚ÕŠUêºöÔì|ã']¼º™ñ(áÉ1Cà\ŽÄ{xõøIN*¬—ÜŒ¯7y¾ª½º*œÁÜ Tê Ç€õ4¬€kV"c B²ÀbJ”Y®þåÍv¥K1Cåª2<ÕçµV®žs«|¹ÿ®ŽïÚúòÇSÙ±×0 Î!&Œ6ÓÔ_¦úF€f#Ç“dd}*öá‹£¦oâW£ë¾Eq©‰ä\εߖ¡Ètz\âìÙÍ…¹í-Ó¯=P½P4ËQ›Qa‹þ¦ÒƒÔýß—MÙyðÀƒ«Sïv˜é²K…wƒ„é‘6ÐÏ0
+,ÜN=ðèõu§eë«0Ã(4o€rwê@þªÀþÒ»¢IAÂ,剤À… û´Ð«c×îN…gïÈç„i¬ó½ÓãeQ6CLsÓHÂé¸'º4…ŒsüZѨ0ÐB‹ F^_·*vYP½j›ú–4ø¨ð#°®º|&2jÚ§òd#F0¨4s\ü6í¦ÐíûÆy¶S}?ä–B+*î1cµ™´óò¾¯îÇóÛc5ìSˆ†×—ƒø­/ŸAô¼,xŽpeì~ ƒ‡ÙEmࢴNÀ-!˜!™åê™re.WŽŠhjc ªI×m€ÃËpÝÜœKiÒmieµêIWš_ºÒaç]3»*Cƒô¥6µŽZû欎½[ÍV\i¤`àeÖu½ÁIÜÿ½.°â²ËûÉ÷UpLå/0Ã)o˜)ÇጤTÑ<¸ÚV»ßûÁ5m|gHîÉØ wü,²Õó^= ø¿êQÀJ)àçn}ÛÞz·q{?‚]Õ§¾/ãÜ¥p¨}ð[s‰<ɧࠖ@Ƴ3ƒ¦°$ˆ¦BM0nMÜ \-IÝægº÷Õϱ!{ÂcúÇ»«ƒÚ£»sÉÏW-šy§¸ó§¹´}µÛùåáæ€?=#xXÏÀèÚó.œý5‹»Î{ é˱¯SiÞ5{x6 ˦||¦òk¯q®Ë꼚ÝÀ®`¹Tá¾@?s_ Ã}ÁSÑ|ýl^#Ù,aò¢kƒÁQõè̘YO Rž½Ij“Y"•ðõͨ¼’Êþt~—Æ—°(ÉïÆõ¸¯Üïq®¯qúü#“gÄZ“¡omN.-|BK<U”HAc ã¯kç¯bˆ{Íûêãûö6”°sŽŽÒš€¡j$‹M§è(¡Œ^Nèábg{Ž 28Õ«"Þÿé]¡Œendstream
+endobj
+3096 0 obj <<
+/Type /Page
+/Contents 3097 0 R
+/Resources 3095 0 R
+/MediaBox [0 0 612 792]
+/Parent 3072 0 R
+/Annots [ 3099 0 R 3100 0 R 3101 0 R ]
+>> endobj
+3099 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [501.8879 330.9133 508.8618 341.9812]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+3100 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [460.3784 300.5452 472.3336 312.5004]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.23) >>
+>> endobj
+3101 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [329.9209 282.7428 341.8761 293.8677]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3098 0 obj <<
+/D [3096 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+338 0 obj <<
+/D [3096 0 R /XYZ 150.7049 617.5702 null]
+>> endobj
+342 0 obj <<
+/D [3096 0 R /XYZ 150.7049 258.365 null]
+>> endobj
+346 0 obj <<
+/D [3096 0 R /XYZ 150.7049 183.5544 null]
+>> endobj
+3095 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3104 0 obj <<
+/Length 2324
+/Filter /FlateDecode
+>>
+stream
+xÚ½Y_oã6ϧð[m fER¤È-úÐ-¶@ \bÓ»ÝUd&Ö-¹–œ¬ïpßýf8¤"Ùt’v‡
+f¹²3mÓ–‹ÙÍê×¹b‚-–*ËæoÛ‹¥PÙ|ï\Íïë®wûnñÛÍWïn®ø,ƒ?>ãYÆŒåPá¬È4ŸUÛ«?®~ý-›­®²ÙW“Ö¨Ù#¼dŒ[+fÛ+©,ÓŠË8³¹zõÓ@r9Ð\Ž‰¾E äX‚§³UÁ„TÒKð˼sýmûG;‚_3Æñ dpTÎ
+. ÿa»§=ò™=HrLùeªe³Z,%(°kñ™ÏÛ†ÑÄûÃmçþ8¸¦§…ªÜl:ZêÃÞ~]‡™mYíÃä}½jþ€—âéJ·xu¸Ð¶·pi_R{\ðl^išHƒ žuάRd U»Ù¸ª¯Û¦#K¨Ê†Ài[•½£·~íê= [dí1ìB6ÉðõcݯÛCO/w®ŒŸÜâpZÝÁaO»Ã özV;60[€u噽Y7ÜÊ 3‘6·9¤ ¯ &ðYv]}߸UX>&L€çÓ’£yF¨Öå~åî·ŸKVhiâÞLe g».w}äLrXãŒØ»YGvêínS»ðÒ¯Ë>ÅÔÌy>âç’-.¥0Lh+§ëÍÀˆ9ØL°%øWnÈ~`¾o¯i@Æ ó8¸E“3r~è\X*»¸™àù˜W-™È•
+¼®<ʱ0áòÎ ÉŒåRé°­~‰#–¼Qxþۦ߷z!_©\B·bb®GšmÜãmRµ90Äm4Š¨QPÓ9Ñ¥”–VÅKàup‡(íTF¸·zFð£ó¶9Nqõäq‰˜M[÷Á]ë¦îkø0pÛ]\h5!2çSÖ‰“¥°,3‚IB€bšø¹+ïÝ›„ÔZ3.¹é’¢râ0hÍE¼»ë±œYƒùb„„DƬö]$4vªÝSžÃAr-ŒðQÆrœoεt”ü!ËÍxñ–|©›ûðšr8Ne…y­£ òO©€x9È{ÙK4“yÃL3žû>uK.àHÁíy
+ßäÔM'7yQ
+ù:wP§AìÏMÜ]nº!¡X®rñ"!ó‰z]rÍ™6…œ*ë;4”6‰·š%„xw=dÎÄiÚ²\Xñ1…°>dö[7æ’QU§rÐ\£¸d²ø_Ö0ü€¯ÿ&Žçð¥Ò6J‘D_³Wg1$x†<\¢ƒLœ¼`ò'&
+^>Iß¼ NxÄ‘y&þÜ|H†8|}ÂA
+8ÁîÁŽ~mÁáŒH=¯1cº­put»…KÃhæfa°Fðãnj¿0³uÛv¤Oº]Yù(9Ð1ç¨öÝ:°€ð=!ú$9t”u}û&²ú“ˆë9„@R­¾ ZTë/J*ùÄœàip·ÃQ»Ì8¡véÞykÆÉc{ ÁÔkqWÝtnï®—ô 
+.#Apï EI˜9z\nSVÎϱÑ
+endobj
+3103 0 obj <<
+/Type /Page
+/Contents 3104 0 R
+/Resources 3102 0 R
+/MediaBox [0 0 612 792]
+/Parent 3072 0 R
+/Annots [ 3106 0 R 3107 0 R ]
+>> endobj
+3106 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [342.7133 580.2263 354.6685 591.3513]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.31) >>
+>> endobj
+3107 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [448.7572 260.7129 455.7311 271.6567]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+3105 0 obj <<
+/D [3103 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+350 0 obj <<
+/D [3103 0 R /XYZ 100.8917 545.9898 null]
+>> endobj
+354 0 obj <<
+/D [3103 0 R /XYZ 100.8917 238.3744 null]
+>> endobj
+3102 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F11 2828 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3110 0 obj <<
+/Length 2169
+/Filter /FlateDecode
+>>
+stream
+xÚµYKä6¾×¯¨cÐ¥èaù ‡éÝ vrX`‘Æn€L.—«¬?jýèNg‘ÿ¾¤(¹l—;Ó9,˜’)Š")ò©~|Ú|ó½L¶ KBnŸÎ[¡9‹xlÃD³0rûtúy÷—"½öy»?HÍwšíšóÝcóë^è]Þíyúaóñi#¶þ‰© ƒPl³jóŸÍÏ¿ðíi÷?l8SI¬·/ðÁ™H¹­6J',ÔByJ¹ùqóQäa”y˜
+}üýuĤÒÊêo:R½o‡œFæì(…#Á;hs´êbºÑ଩ûÔÔNFJ?EÓšßp¢×‹Žøæ{5ÕG,Á0
+Ø*#ÇkO
+NRU„ÃP°Dkòß“ÕP†Áî˜):àÙÁ%–æ †ÆE¨lœ!§KÌâ2à»"w ±¿6²´ö ª—ÐD£pǽ¬qá¸Á¹mª%—¹^‰’‚/µ©/ÖNîíÖ¾uoB"F2|Ÿ/-¢x_ö`8L¬ö-À:vÌü¡5xÈáîÓ™¦)b€à"H¦Ï+¢5õ‚)Ú6¯Ÿ  ÛðJÝ8B:*ñ@„u“¡`Bòh~ü_±=`a¬bg{šY܈õ4*à+¥Ÿ VÄ¡;B ¯øÉŸzú5N¤5×Æ'ŠA#õ’»é¢)O4jÎôK‘ZQüL7Ç<ô<6 ¼E3'd©¾f ÁUjE¬‚+ž‰C×utx-ER¿/ÎÙï¡p¼,¼Y¬.Ñå/¨_»9<» QÂ$׉EHÁÊ}ð`ïÙóø5­®eþ°°¶ëSˆG º{c¸½¾„
+̸nÉK<(Ë ;›¶S‘ó§8£ßMå~7ÓÝÄÖàåRW¤†vMZá×™SNô”~.m3\hšìÁRA 3Y™Ãõ|r"úź¼v3±³» £ñ‡å28ඟÛA)`ÅðÈêÊc¼óÒK›^ ¢:GÀÈ"9rs" Õ™šYb< pSŸÀ_io/ÇžÌ|æšw¹c+ad!Ì F3
+ªÄ–6L{Ìæû8Bß0íÏädæ3è8–ICíJ£ÆM]Ó‹›Œ„ËJ(¤¥ˆä<)ó,,êÄü À†;Ñ Î; U §à¯@ÐòêÚã½ ŽÀݵE¶øë€R5'‹04½[î$:äæ3äæ¹…Enòƒf:¶åÛäÌœ‡ÈþîŸ }‘ö4šV'¾b±àˆ…Éé”;9vß[Á ì‘0¢ý­ÙK½{Éñgã¤l1n#*ˆÔÔž‰Ü“éº<s%ÈX•Øs_Á‡Æ‚‰­î{÷ë༿œ16]ÑäÌÁRëµödÖÀ<,
+wÀŸ>÷>5®:ZÖ17"s|Æm±k²?ÔϤ›€ÿÄ÷h8»lš¡¿Î)€Y½©s6ºp’*X=ÉHÌ#¢É‹X…ŒUš[„
+¡®®0çÞ ’_×®ï8f\ 19ªyÎ[s)ú›µfœ½LÓ®IÀ2KiXæç5yAÄx¤Ää€AQ{¾hý›N¡ZŸC±'
+íÁw¯§Eý0ºE¯ø ½N1ÊÏË^C76ÑÏ¿¯¾:­¨Úž#Ö¬åþêëu@(2Sø TçoEv>þ~8¬½Ž‚dMNDú‡Ümlc`…Kã»5÷·Ä?÷Ô½YïËÇæß_ŠÆWgŸ¥ Ý;‡ŠZ(e;–DÑì‰Ui ÜÈ?9@~õˈ׫Éüß2þÚ“y=endstream
+endobj
+3109 0 obj <<
+/Type /Page
+/Contents 3110 0 R
+/Resources 3108 0 R
+/MediaBox [0 0 612 792]
+/Parent 3114 0 R
+/Annots [ 3112 0 R 3113 0 R ]
+>> endobj
+3112 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [457.8797 454.2534 469.8349 465.1972]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.16) >>
+>> endobj
+3113 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [328.6266 442.2982 340.5818 453.3661]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9.6) >>
+>> endobj
+3111 0 obj <<
+/D [3109 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+358 0 obj <<
+/D [3109 0 R /XYZ 150.7049 611.6309 null]
+>> endobj
+362 0 obj <<
+/D [3109 0 R /XYZ 150.7049 303.4454 null]
+>> endobj
+366 0 obj <<
+/D [3109 0 R /XYZ 150.7049 285.1675 null]
+>> endobj
+3108 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3117 0 obj <<
+/Length 2761
+/Filter /FlateDecode
+>>
+stream
+xÚ•]oãÆñÝ¿Bo•
+“¥nó/R¨,Ó›Óq™ðN™¸Sßýûî_#Êýˆs?EúõÉ®´]"´q&Hö\í´ÛþÆìîó(Íe8_ac2‘:逘™ITø4ßJö£Ö>@íWÁ^ŽUq$Œý±Ej/L`8擤DZíªßÛfˆ÷‹÷EÞ0D¾Ó’Ù¥¦Ä—çÛæÃD:|©ÃQæ$p•ˆ ï˜z82ı¬žÈ…Ͷys`½–çáH{Q¥À
+¯ð¾2Þ(bÓ6û?×ѱlÞ"¥EŲ]™åa®I—MT©S¸ Ó ÄéWåÐÒ&=ÕíKÙ­(ÊðµogEí`R?ÁÖåU_~[Çœ‘嶩_iunû¾z¬êj¨‚Baë©íhA·Õ UCƒ¹Lôx"ƒ
+bÑ¡d°‰P‰N¢h–gM%¬KìMF ·8J'[™” µ¡UÕõåP5Ïôš¯„@¥U:ÕÇo·d™^¹‚ØJ!“,»A/”S‘ƒ{¬žE{éúTf2(;ÁàœpJGRÇ5í‹4y_(1P öº‚:Q …QQêÔ{ä“Ägsý†P¼×™Úö—ta•÷ë÷¤™) ÿTׄ°B'™‹#àšðlZ´¾ <¾æ
+SA;Æ nÑìcS4Æ?Í_‚¶jÂ00 ™Ò[5z·WX^ü㊢èv*݆ H`NrbND¬ìW®Ãe*¤u6PûŽÙ6*[uMã„2&½Á53aŒNVÍ‘Ÿ€Ù®
+oš"9îb*9Ðòr¦çK…ÉB\Ä­®|*»²)øõÜVÍÀÚfû–rHWA·Þ
+ëýB·Ã±#Ë€R‹Ñds’YJ$i‰:@MÙrquiê²ïéÜùÜ6%1
+g!Úãb¬òáçs]Õ€
+u'¨S:²xæøðKk…ƒÀ8.‚‹Às¯è«Pî0ŽÑ{¬ (çÇ(z™¸ânèCÆ8¡
+5eñ)Rnׄ!±“dÛq©œp¦„->ó3ÍÁ~Ðœ £FNÂ-íŽXùÖoEJË d€ 8ßäŸBDlh
+UÿeŠ"ÃTÒ&^xë­øÄŸ¡¶²d)Xd1RÜ£ÚЮû£ÒÐx›ì‚È–7qŽ•^0)µaÊ •³Bu<¶×ð„§£8Ì1šS„æ‘æ]ËhƒJ³ *sµAÅÅ5„ÃþòØ—¿ò˜b!û^YfbO\ó«X¡/#…ñðwawwÃÅòØà:´ìvªî A^ —؈`¨E•‰Cбky¬¸¿8µñÉC»=ŽCGìS~ž*bÞ­Ä`c„Í2ÿeÚ 3íaô3:š,ÈKžÛƒfÛÒïY²>Müm#…T¥SKÖ–j|BHSë‚D™=
+ÎaùÝÁ¼áØþ%Ž¡q¶FÞPö½¹85a]ÇjK­IÇ“ b›åö¹¾”÷Ç\'@?ÅyGhó´ŠòË‘
+¦ÅçJ8” ²›JŸY2þÛÎAô ¼ÑŸþ”,­Æ12æ
+*ƒžÖعU<¢š8^…ÅbP€[œ(q¦t4€À×Xv–ü~¿@6Õšë¬ÖÐíÍ@)ˆÀ¢bRËi,lÈéþbÂú»^_„x§Ç£¸0ê²Û(¯Ãö¹+‹
+º¿×t÷tÊ•¹[ึm‰ãJÒÒáü&q<1›|ÞŒƒ
+endobj
+3116 0 obj <<
+/Type /Page
+/Contents 3117 0 R
+/Resources 3115 0 R
+/MediaBox [0 0 612 792]
+/Parent 3114 0 R
+>> endobj
+3118 0 obj <<
+/D [3116 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+370 0 obj <<
+/D [3116 0 R /XYZ 100.8917 529.5936 null]
+>> endobj
+3115 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3121 0 obj <<
+/Length 1953
+/Filter /FlateDecode
+>>
+stream
+xÚÅYÝÛ6÷_á·J@Ìå‡HJ îár—âZ(Ú[ô4¢µèµ.²äJòn6Eþ÷9¤,yåÍv›¶ÈÃŽ†ãáÌð7d^^..¾æÙ2#™âjy¹Y2I‰¦I¶T™$*c|yYüýk›ï{ÓÆ+.i$I¼’”F/›1“‘éâ·—ß.^].Ø’Â?6ÖÁ€Pl¹Þ-~Yüü–.‹]~» Dd©\ÞÂ%,Ëør·2#J28Õâ¿‹•«Açj¬ôåöKM¸ÂÙÿÍ&^ °µßK¨è
+lwœm^ ‘[/.¾ce*%\¥`’SÒ7(2ÝOEYæEšvF c$I¼@·o ìx_Hˆä‚bf]¾¡”¯ó¾lêgÞÄÚÆû=¸®Ùe‡;Ó9sÝ¢ ˜¾çïcF#s‰‘,DÔ×ÛÞš皤B$@1’IÉœeemõYäëus¨{â¤)Hi"i†Rß·EYçmYÝÅJFÏf‚’(ÂBû†‰Žd—(̾ßÎÄGI"ÕFë2Oºl g”ýkݲ¨*w‡~åÎÔ?÷MוW•—,=÷Ò9ÂREt¦ÀkNx”Ûî•[JHš°t9â¿&øÓo¼Á¬MÓÝ+ ¦ ‚ˆ$ËB01­º>¯×Ö D­)kS؇¶¬¯q¡kv¹Í9è$0Öyµ>TyÃNMÝ!Óù3–ÚWyà¡<„I
+/µ½&áÓ.݉ƒ/ïX¾B€ÀŠëHW`ìšå’ývMÓë¼F¤X¦×]#‚ch?cœ<ÇU(@`BœÇ„%nÚƒ-ÖöÔƒ––{Ox<ïÓ2Ï"
+²½óº
+ýÉü}uÁi×t“óâÖÞ™‰$%,eÚË Ç|lí§:µP^žÉY¥à34lEuèóNø§˜1™¶/×®Þòi½åÂ×[àï¤DÔCû€æ‹mÍ.õÛ¼Fj 8+:(#¸þ›p`áÐ!ÃŽHm×{=0ZùõÞ×jîkõlµúçÆ6¤§ÃÒUŸ#t –i&¹Æ ça#,¥òFô³0j}3醆;
+©•Ÿ)ÆòÛ²²¥PihÌ©/qÈÁÎÜ! ØY
+5ÌgsW­Ö/Pá.‡ã+s¿¡pí_!•FËrUû¸¤áü7¦58YÂ羡I×çá/Vo üoŠ0ó õENÇÙ´ÎàhŒ0 M¨ ó#Oø}d´3­à‹@ã~éæŸÍ9 —kh Qš…ãiöpå=Í2N)v@˜Üº†>?ÛÒgö‡n„¹jã{ÖU1¾|Q0³Ý°VåÊÞì<5åamZžü T×ÌNS©çLðqs¬Íl<u¦xœ†{¾ÓµKiý™ª*HÂøi÷>;08þ„ýŽêòì8þÍhØ^kûÌò˜Ð®þâØòcË)UŸŒŽÓ“-0¶B?"´ãÈÕ ¾"šû×Ka-e>Æ´5rƒ>oØ7|ÈÿRqâCž°#«5Ý¡ê}ûµeR
+ý´ 6dž½¹<”sôD<õàï'ꟑfò‹§}TZv}¡X®þœ`ÊßsãøãÁ<iz°L9¹‚`ÏÓ£»­fþ¡ìLÓ$Í25nz}³?3ú%*^™q_ïPÿ*i^íš®ŠáÞ}0¨ËñÝŽAÿwÙ<ÈνY{+ÝH§C¯Æp›±\Ÿö#o9—ö.$':Q|šÝîL³P&26¤;𜮌ÍG&#©êã@F¨ rEcü~ÞMÐ~tÓšÑ Ó›ÃCi–õ‘ óG³‡Û>zŽ…ó«ÆF|§`ÍÝnF‚˜(œé$ Þœ3³×ðô(Œ¦¼“—˜É¤³iªªqoéàÅs4LJ¢µÉÛT#d•Ÿ&E²»aØtûHJAÃŒõS¬“¨\÷aò~Uþÿý¶9øqé ç
+)|ÐU
+®3Ú€d«ãç\˜õòÈ~í¬»ðs‹‰}¹ÿ…óxªjendstream
+endobj
+3120 0 obj <<
+/Type /Page
+/Contents 3121 0 R
+/Resources 3119 0 R
+/MediaBox [0 0 612 792]
+/Parent 3114 0 R
+/Annots [ 3123 0 R ]
+>> endobj
+3123 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [162.7096 602.7251 174.6648 611.6514]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.28) >>
+>> endobj
+3122 0 obj <<
+/D [3120 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+374 0 obj <<
+/D [3120 0 R /XYZ 150.7049 592.8254 null]
+>> endobj
+3119 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3126 0 obj <<
+/Length 2229
+/Filter /FlateDecode
+>>
+stream
+xÚÝkã¶ñ»…|¨ ¬R|HlwÅõ @Š.Š
+©Þ¹úü! Ú‡ò Æ:Òg‡?€jˆÐtÇᇢ¼?¸ò®8»Ã
+¦¹Š ]èEš1g6öVH7tÜ@ú9½­ˆ%K•öºéÏÚvûëWqã&¿Ì¸‚Зm+­"”o-
+\µRzê-‹þ·†»˜~êï¿‚Aõ—7¨àŸñVõK¼Õ~Æ[¿¨m·×Œ«~+Æå×½•!l‚Y­ã™»‚Œ2Ž“>al¶Â˜Ä'ŒH£'À`j©f&‘
+O8¹?vŽ‚½àëÂ!¤Š4ó+í°B8mᦛêfW4„Uã·)²ü0!éa?weNøS&™¾oŠ6oÊ»²º¿lñ
+ñ™"èàWÁ1à‹´Ç\ÒíÝÕU¿ô´pá$ÜxU̳¸~(*ÏOÑ_T+“—úGðÿ%?Sà fæ  “FÓúÆØRäŠ z27Kq…ÙtÇ!þ©·…e*bš!þâÏÞ‚º¦pù!»ó™!¶&
+×Á/š²z¸ÀÉË-ù2|!#ˆ"VT´Eå+8³íÝ
+ˆ‚á8|«¿d>œÔ´ ÇoãØàèñP‚/"dŒI@±ÈAЬyšïëÎM8áœQ$â‰Úîè(Ü`ðX8šÇòx„X`šoWÁiî;“ì
+Ãe?eŽ&];”uýãTIåÝ?ÛSÖ~‡“S–7uûûYá ýã±Ï«ÃÛêâ»þ¢µ+öþX}%>„÷tPŽ;<²%>bdáßòÉÏBnðÛü·)ŽÙûþש֩O#ê’ªÒ4%ã$**sWSv{Sþëá0¼;SÇ#¼—Æ°T&>62›$“[)5
+endobj
+3125 0 obj <<
+/Type /Page
+/Contents 3126 0 R
+/Resources 3124 0 R
+/MediaBox [0 0 612 792]
+/Parent 3114 0 R
+/Annots [ 3128 0 R 3129 0 R ]
+>> endobj
+3128 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [134.2265 393.2792 141.2004 404.2229]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.8) >>
+>> endobj
+3129 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [112.8964 258.1542 119.8703 267.0805]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.8) >>
+>> endobj
+3127 0 obj <<
+/D [3125 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+378 0 obj <<
+/D [3125 0 R /XYZ 100.8917 527.5292 null]
+>> endobj
+382 0 obj <<
+/D [3125 0 R /XYZ 100.8917 509.6166 null]
+>> endobj
+386 0 obj <<
+/D [3125 0 R /XYZ 100.8917 247.409 null]
+>> endobj
+3124 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3132 0 obj <<
+/Length 2542
+/Filter /FlateDecode
+>>
+stream
+xÚ•YëÛ6ÿ¾…¿ÕÖ¬øÒ£‹|h нá‹"@S ZY^ëN–|’œMRÜÿ~3œ!õX%ÙÃb¡áp4"g~ó ýúþæû·*Ûd"‹U¼¹?n¤D™lgVÄ™T›ûÃïÛ¿òËPv»½²ÑÖŠÝÞFÑöuûq'í¶ìwÜÿ|óæþFn"ø“SˆXnŠóÍn~ÿ#Ún¢ÍÏ7‘ÐYj7O0ˆ„Ì2µ9ßh›‰ØJí9õͯ7ÿ *÷Aç~ªôõWÖo¡´Õný—:/`{Ùm58"ÞæÝN¦ÛÇë¹lšzØ©h{xºiªSUçÃâE»=•Õã)Hˆy(/Ã鎘Ã)gUKÄp*i®½—+ÏÚ’×ÒŸÚ²Û§Ql
+;ßK)2k¥ÛÅÓ©­KòÁCûñ–)¿f¯¼Ë~*òº¸Âú«¶éYö=ïviS¡M’nöJ(#c÷7nʈÔÈt3á¿£7ó‚¿”³ÊêHO·?$¼qœ g"ŸÊŽ%?—]+Üçö2ÖB¦Y T"2ê`{•ÆÛC>êyi;kh⡤gqÊ›Çò@³mSâi~öå0TÍ# `¥gA’÷°h@0Kå³ú÷o¥™
+Ϊ§k¿H†>Ù;ú¸‚HÌðFdŒä Á
+Ž^!}ê¯ý~ÿ_¨¸°£¿÷tˆ^E—Y9²PþaÅ– í/ïÏü½RÉNF–WË¿¡àLð½ßG]Énsâ&ÛB9âxk›ÅÆgD]@.m‡ZFB”Ö'y«èJ(¿‡/ä-zúƒk@ФáІl±V@yÁ©â$„+
+«1ׇz•{ŒÌÕÅ 'mu -äš6)tªæåZf€¯Ø¥ýIZû²Yw€ûØR£¡¹ÊIšK7T…³&p8z Ã8søÙü`Dðƒ<ü€çàgü`ÒØStØ
+}ïñî¤ÙÕ@:L5=UJ¬|*å¹/b2X÷Ù–'‰-ôÚ¼†,ž–;§
+ ²óa±ì+y+î€á˜‹ÏõåO%±‰ŸÕ{×éØP.ÃÓ_Gå|fÄ©éU—ox’{y¦ãЪp6JÆÏúš©ð¤¯‰'ët…ôŽõ…›5ìðÓÔm)6\!Ì&…¼-›ûå$‘ÿo»V1øXzSýëߧÖߎ¾W*žþ8ÃñK'ˆ"‘%É̽Úcd¿[þ¶•.Uá•ü|Bœáendstream
+endobj
+3131 0 obj <<
+/Type /Page
+/Contents 3132 0 R
+/Resources 3130 0 R
+/MediaBox [0 0 612 792]
+/Parent 3114 0 R
+/Annots [ 3134 0 R ]
+>> endobj
+3134 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [275.8741 582.3764 287.8292 593.3202]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.10) >>
+>> endobj
+3133 0 obj <<
+/D [3131 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+390 0 obj <<
+/D [3131 0 R /XYZ 150.7049 499.7557 null]
+>> endobj
+394 0 obj <<
+/D [3131 0 R /XYZ 150.7049 358.2983 null]
+>> endobj
+3135 0 obj <<
+/D [3131 0 R /XYZ 150.7049 241.6662 null]
+>> endobj
+3136 0 obj <<
+/D [3131 0 R /XYZ 150.7049 215.7135 null]
+>> endobj
+3137 0 obj <<
+/D [3131 0 R /XYZ 150.7049 169.9103 null]
+>> endobj
+3130 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3140 0 obj <<
+/Length 2305
+/Filter /FlateDecode
+>>
+stream
+xÚ¥]ã¶ñÝ¿ÂÀ½ØÀš!©o}èwE´i#8 —®D¯Õ“%G”o³ òß;¤,yåk‚b%9$g†ó=òÛýê«÷ºX¢HuºÞÖ‘ND¯Ó"i¡ôz_ý°ˆØî)7ß~ÞªdcûÃ¥i¶;Èi+ž\Új
+ì~¦£nûãþ›Õ»ýJ­%ü©µ’Rä…Ê€„™LÕº<­~Zýð£\W+¹þf%ETäÉúR¨¢ÐëÓ*J
+‘&*
+fõÝê_#Ê݈s7EúöÕã®´“Lè(‰èy¦q0Ç›~«àÛÚ8D›áØw—§#ïGËÐÞloÛÒ2üÜÕíÀ;Ýáæ(ˆA0è][6³ÃËîtîZÛŽwMoEÛz´)ÃqCb„Çî”E’(büÐ5M·ÕÉæÙ‰q”•Ä)í+$2¾F¶2 ÂÃHœ—Gãxòh‰6Ìܱ> DW·Oˆÿ«÷ÑLšhCf1EjUŸºÏ¶±‡OÏd"—‘ò‡»~ ¡Rçù ¾¾~:.!L´ˆd¨?Lç)ë
+¢õ÷.´×©ƒ³½1öñÉ”}ç–ªJ-E'Ù¤¬lÀ<Þªs‘Æ:T”hç ØR‘gi:AÖßA–
+•¨lRž“•%÷ ¾i–øÝ©B‹X¥ñLò¤%{Ü¿Q¤æ#)ՉƆ£<¼ãި߾¨Wõ…ÇÊ{,ôÿ‹…7Ê3ñ{ˆsNÒkHèÀ®@Nf€€<@æìR
+Š)ðõTª…Še:m«À·u‰-K¦ Zp]ÿè•3¸æ /¸&Å5€rµ¯î?’4õД¥7õÕs]…FéUye WÏ7O—ÓLàÈ‚»J%¢´ø£¾¿ÜžBɋ亾¯ËT¤…Ì#öê<Ò¬ï}xË zpÙ 'í\xÄïSè~†ö@ÃwÝoR‡|e¨–ƒ-‡Û®m*xgNö ÑkYäñ×ÑJwj´ÐÿÿL$X'¦LãfÕÒÐÙsnMKêMD&uÐ/r¹àôYLMUKEÔèÿ“²wg".Š8|DƒZ*M3úˆ&ïG4ë¾TLq¡†}=x¾Y9'f\“0bxíê_,ÜÙ–5¦"Ž}¼½'CU:¹Æ$ iˆ(¼£-è,bU¬'ð|ó¹FŽ ñÐÛ•`t}ûºýÄ0‰­=Y²,Ï·`Ð{4½p;Ü(üw„u-ØåèVi¦Ô<Œr‘<“ L‘î}ØZ*¹‡b=Ó=èP«` ¦‚¶`I=Ђe…“t4ÎzVþz4ç!ôŒª˜tˆ‡¯cáÄì*Ï®ÿ‡S
+H éM‡D_EzÏe°•à%Õ“0²‚Ó +¯ÞäV½ùzÿÀ÷BýÅÍ
+2ô÷0z¼ ÿy7ì/DPzžËéGÎûŠcQHÿÙô+QÛ vçDäû­RCÁ¤F¶Gâ‚8žÊZ§L+ŸV‰Zb:º5|%1ÈÀ-)—SÎ2¯IQÈ¡n¯>cøÐŽNº¬k¤ª‡ñÔ+V©
+þàåñ®zÓërIÌYq?
+²Ó$üò_y¡endstream
+endobj
+3139 0 obj <<
+/Type /Page
+/Contents 3140 0 R
+/Resources 3138 0 R
+/MediaBox [0 0 612 792]
+/Parent 3114 0 R
+/Annots [ 3146 0 R ]
+>> endobj
+3146 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [342.7714 151.9652 354.7266 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.19) >>
+>> endobj
+3141 0 obj <<
+/D [3139 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+3142 0 obj <<
+/D [3139 0 R /XYZ 100.8917 641.5414 null]
+>> endobj
+3143 0 obj <<
+/D [3139 0 R /XYZ 100.8917 615.336 null]
+>> endobj
+3144 0 obj <<
+/D [3139 0 R /XYZ 100.8917 603.1033 null]
+>> endobj
+3145 0 obj <<
+/D [3139 0 R /XYZ 100.8917 555.0051 null]
+>> endobj
+398 0 obj <<
+/D [3139 0 R /XYZ 100.8917 478.0093 null]
+>> endobj
+402 0 obj <<
+/D [3139 0 R /XYZ 100.8917 203.5032 null]
+>> endobj
+3138 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F42 2194 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3149 0 obj <<
+/Length 2438
+/Filter /FlateDecode
+>>
+stream
+xÚ¥YmÛ¸þ¾¿Âßb£k_õ’ö
+$EÒˡ衸E{Àå€pez­®,ù$y7›àþûÍpHYòÊiÚb?˜GÃáÌ33Ü×7Wß¼•ù"gy"“ÅÍv! g)×ù"É Kr!7›Ÿ—ÙÙCïÚÕZ¾4lµ6œ/_7WÂ,]·úåæû«77WbÁáOŒe$bQì¯~½úù¾Ø\ñÅ÷Wœ©<3‹G˜p&ò\.öWÊä,1BEJuõãÕ?‘ëAæz,ôõô7)“Ê(¯ÿ¿v®å“tyƒÊ.gY&@¬dR ãyÞøÍ2-²Åˆþm,šº+7®ípš-û#ú­ÝÔ®‹Ô¦!jeÛ•È–wîšæeO wåJšåC°›_²´²)í]Ýt}YyBíc4û› Ža×{ÎeÛõƒnk¯ýZ–J0ÈZ–#ü ¼Þtw®m›0lÝ¡iû²¾£é6ÒwM[~jêÞV4¿×Ìü'8ÈΘÎ5Yç»·Êõ‰§jÙl‰ü¸+‹‘¼åvW‘v¶#Rß¡ë[×Ó½´m`«ÝÉx-­Ñ!܆Ê-ªøÍ[5ö™çL ž„
+¿Jïâ¥yn¡GÜF2of. 1e#°2X—Ã$˜™‚DðÕZÀmpÎiÏÄ1eÂL’F-þ¶å`0FûXvèK\çÔ°)Sò«ä:’2÷D¶òáXƒlUõ‚ÀPþXË–xN~Œëaã¾i]ä´õœqe(aÌEãNl SÆSxYôØ”‰„'Ñ­´_ü«÷ ™êe·kËúžÜ45ËÂÖD¯œÝЗ>4èÁ=âaÓ‘K¾¤¹%v$û¹?,ü¶ªÜ†ÏEÎmø¢~`³+É ¼Ò–•½­&:á2òü–J9hß…‘7l9„í~\» }
+< ýîÂd—?ß~pE‰øPؾljFÔWá+ÏO6Ùlêêiz
+XcëZWVÖÄ4‹“ÍÕà`것 HC©Vzì`Ûã§O3Þ¥S™ Œ×$AMñKÈ`à\R]1H 10ÿé9*€• ¦%À`D
+Ã|ø"7ÜÖÑ”}ˆ¥àÊLý¦?¶uGxÜ{€ÅÂèØ 0n«
+ „¾„øƒ¿ð©Ï~¥»/
+¾ë©û²Æú‡Ìúß
+¯ù\A1åBà¢Ê,ï®Iø#ÔÎv!Œ¤f&÷a4†…] k5àæä?sz%)K33x­KDCÕ†BËî+]2UŒ#þ[¼Žháo¸G?
+”;äÂ9àuwôkŠê‰Áô‡ „~P2K±Äš‡¿üþtì@£Žæý® ßÚ®d—"èå•*y"Šf8úɧª–0ß‘K$BÇ—
+ižWH>¹þÑù® &B…¤}r昩o†jõ²o
+°Dgùÿ^­Š\Aƒ%òiµú=È#EžLû'˜“ÎùàgÐáÅ¥±3Ã4ØFx`8nÓ@Hä°Õ¾ñá÷9tvïNà{,û¶rës‹œ¹"Zäá É™âI4 lÆÆ`b‘ãÿá‹ñ?ÎLZ ù¼’Dš?<f
+) P×
+ƒ‰Õa>ÙrÒúùK•0'5ꫫزêÙZùª7ÈE©Ôg!
+¹ôi)þæÐ"b [æɚǢ؞H¾d1 õaÍd›<±¬ë°„n‰kå¦ßÍUÇYY"G7Ù<1ýAž_($˜ßæú»tÚFü½ Åìók§‰c,W]Ý]ïqµ4ãwIªÆ±ÝÛ[,'æYC‘94ôá?QGœ™ù‚?'Ý‚­ Jœól°œM(ßxPªðc}ˆU"#1P5 Žw,˸&´1P"tøҤˮ>•þ‹ª95pã®»P7ÅeRÜ%ù²D„D&ÙH$Po[[ÐëUî½ÕsåB˜SEæ וøÖA\¾Úýx¨Ê¢ì¯i9„4Œ0K’ˆ WÑÇM}s™ÇÕ§/Ï$Sèy½ô»[fDBA? Ë€°
+Í{ ˜»ö³…Uf†ÖÏ¿Y ä£/°FßmŒÇD ½Ú’òøò€ÚÜ:V†Oú¬µw˜qº-ÎG¤aèlLjí Ο|‘>ÓqÆs{A0â\(˹¸‡¯7¹cP˜*¶ ³sX1š¾C¯ËD̘YxÀð[Û6q_ Îõ;"§p'hB;×Ï«« dN·m»
+ß{‹>Ê|Sþû~7<½½—2¡•Iš¢¡ÀN©˜TP
+endobj
+3148 0 obj <<
+/Type /Page
+/Contents 3149 0 R
+/Resources 3147 0 R
+/MediaBox [0 0 612 792]
+/Parent 3151 0 R
+>> endobj
+3150 0 obj <<
+/D [3148 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+406 0 obj <<
+/D [3148 0 R /XYZ 150.7049 356.8638 null]
+>> endobj
+3147 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F8 2865 0 R /F11 2828 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3154 0 obj <<
+/Length 1696
+/Filter /FlateDecode
+>>
+stream
+xÚ­ËŽÛ6ðî¯0P°5KR"%%ÈeÛIK§-Í+Ó–Yt$y7n°ÿÞ!‡’-Yo‘Ãá¼_ôõròËï<™&$‘\N—ëiH)‰dLe"ˆLŸ.Wf‚Dd¾”ÎÞ—·æK^næ—o&/—6¥ðcS÷â„Ep‘ˆJ6M·“Ï“ét5¡Ó7J‚$Ó{ØPÂ’„O·“@$D
+´bònòGGrÑÑ\œ½¶2§2y‹ˆð@Næ„+½¶³ÓVìŸØW»«uã6/ì&ƒ¥ýÞn*³ß=Xµ€ù‚1’Á†„ÒÂÔúHI»Kvõ›yg¶ºÉÀ2åMvmQÄxGÌ‹CÁ¢\Ì!¸8e@íÝk,¥Ä’GŽÒ2Ëëù‚ :Ûê4Se^oq›ª·¿ûZ¯pÕüÖ©1;è¿;U©M¥vYý yßà픿ÓÕnØÔ®
+[è·y©ÑäØØH3ê¸Þž7ÈÆ
+vvºt °Síì¡6»¢Ñå6œØ_7Ê뱚‘E g;UåÖ¥*ìF§xQÆO ü ‡…í ¦håtÞ€hΊ
+endobj
+3153 0 obj <<
+/Type /Page
+/Contents 3154 0 R
+/Resources 3152 0 R
+/MediaBox [0 0 612 792]
+/Parent 3151 0 R
+/Annots [ 3156 0 R 3157 0 R ]
+>> endobj
+3156 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [279.3012 329.3599 291.2563 340.3037]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9.6) >>
+>> endobj
+3157 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [133.6235 244.1303 140.5974 255.0741]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+3155 0 obj <<
+/D [3153 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+410 0 obj <<
+/D [3153 0 R /XYZ 100.8917 306.852 null]
+>> endobj
+3152 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3160 0 obj <<
+/Length 2764
+/Filter /FlateDecode
+>>
+stream
+xÚYÝoÜ6÷_±kÀËŠ¤>¯¸Ã%‡—>(b
+$y%®—VÚJZ;nÑÿýf8C-%Ën`À~s¾~3œ}{{õÃ{Ul
+Q¤*ÝÜî72‰DÅÅ&-‘RmnëOÛÿÊÓhúëJ¢m"®wImßvß®e²5Ãõ—ÛŸ®ÞÝ^ÉM2ÜC‘ÊMu¼úýêÓ—hS_E›Ÿ®"¡‹<Ù<B#²(Ôæx¥“B¤‰Ô¾§¹úxõË´ånÚsnúö•û'™P:Ñîþ·Cw·íØÛv°UÙ4OÔuèzûG׎eCí¶Ï=OïöÈÛïõ숸Rç\ ÷þ,u|nw 7wv S#Í3í@»žS5vô­Íç(R­Y9m'ó\¨X‹\çz:´6{ü4¦|0Ç®6^®‚ÔCgë»ûkåZ‘ß-fñàÕt”m«îx,Ûùvx´cu0<´ï»#QNíýˆR¤™x:!Gø ¥Š3`«Cwi°¬kÛÞ3ÝânOã{òi‹ñàäá.+E‘$Ò]v¦¯Tm;Œ‚Èÿv×*Ù>üÏ—¼Ž£í ŽÎ€ÎwƒùýlÚqM»©‰ŽÓ@»¶­§¹Kí*¥3žZ•¬X8âîɟ锎T_‚ݶk© 2à‘Òõè­;fçXÞ©Œ<e3ëä†cÉëã| JF®ãlû{f‚~R
+Ž°$—œêL:Ó§[Zá6DE±çÖ[Š;ºè̶£³GìM5ò%îÆé2åÈ«Œó3µ#±- w¥lζ÷›¶™0•†²š{ˆ…M€‹$O’¹·VÝéi…ÅXŠ<V^¡7´íqšå³<’ÀÕÁÀîÁø<.úkšãiä›±qÈ.¯Ód+˜Q­E¬rôêLä*#Ó~khž„•(­c„ ÷uk B횆ö#10è±1ãÓ?¨ynÁ8¦AÛÒº…×Â{-Puç¼('cœöéׇmyê}s^¸%)éÎŒÆàY’¥„¢¢#*0Lp¢Z1r5N=è•‘šv4GAä›fènŠËÖ(ƒoãš«P­rp£"Ô=œñP›ÓxXÑ~’@\’q€Ö¸1JÄéLƒ¿È<çpTÊöÞÔÎVÒíÐÑ×IÉQ“\°ÁÖ“’\¸È[äPŽ`¹`c¡qìBÙõh›†¨®ªÎ=“mÃkí~:¹_ÕYœ/ ×?Fbl
+Á¦»½,Ý^n¤V` 8‹XGŠ®†Ô÷Ü•!‘D 6Õ[ÒŠÛmžÆ*æ7Ya î£=Ú¦ì{ð5öß‹;P°ö-1;g˜Žm!>kˆU
+²r"$f0ß#ùKz¨gw/}Ú_z¼õy:><<”ëøÚ»ñA¿^Í+3xOÍcQ¹†
+2xvÑ´ž§—@U€¬œ[(
++xÊÄ]á‚7],‹MÐÿ+­ƲwIîw­ (Úf
+§ d%ò¨Xd6NMzAK÷}yÂ@QP:‰Ýç¶7
+ë]²SÐjíHƒáö<\¶¼#v²óìÏMC½³DfSÚví¸Ó€ÔIœÌM{¡v)CµÇBÆ“ükÝ„™ú¬4¸&CW=½x©äÊ‹YðÊÕÓHè$Mž›‘3–‰‡â œm|·ý|§ùpùƒ¾šP™Øú6—Ì;¨f¼¡=„h:'†ï"µ÷ Ð%}Ö_ÁC ÃŒÛÅÁ PfnøEq°Nž»TE+k¿’¾q­Õ8|’$ðUaYy0Dù6ÝAH
+æà\XEb™žË·Þ¢ùau·õ%D‘‰,®ÚUoðµHµyWO®/è˜ïÄ#¼ŒÿØp"])•rB_ðF"(ô*.ˆÏÆ/9#4ØâL/0<²gâ ˆÞ=«R†]‘*aÁHp¤T²È\ðè»»†n%ôlïTÁ
+#[±* ~trf˜çê’nÛšwààøs¤zÌ åÃf9 „®°À„†}iö»­,è;Á[ÉÀC÷=èüK?ð½‘bœó^TUPäpħìËr[Î ¦BžÃAxôÖË¢ râA"ÏsÇBš3Å›`%]dƒpëé÷Ôÿ]Cúg]iÕm÷Îþö•~dÄÖg¥R¢èÙœ¦Ýd¢È²Ù£Y'Yº¹tÿÊPþä—cIúd+ÿ;÷ÿ™ßB†endstream
+endobj
+3159 0 obj <<
+/Type /Page
+/Contents 3160 0 R
+/Resources 3158 0 R
+/MediaBox [0 0 612 792]
+/Parent 3151 0 R
+/Annots [ 3162 0 R 3163 0 R 3164 0 R 3165 0 R 3166 0 R ]
+>> endobj
+3162 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [283.2015 395.7619 295.1567 407.7171]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.2) >>
+>> endobj
+3163 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [438.7393 371.8516 450.6945 383.8067]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.2) >>
+>> endobj
+3164 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [389.9547 217.3447 401.9098 228.4697]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.15) >>
+>> endobj
+3165 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [200.6172 116.0997 212.5723 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.19) >>
+>> endobj
+3166 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [368.4164 118.1818 375.3902 126.9041]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Downs) >>
+>> endobj
+3161 0 obj <<
+/D [3159 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+414 0 obj <<
+/D [3159 0 R /XYZ 150.7049 500.449 null]
+>> endobj
+3158 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F42 2194 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3170 0 obj <<
+/Length 2140
+/Filter /FlateDecode
+>>
+stream
+xÚ½YKã6¾ûWøhm."%&°™`H€=,ÚXÈä Kt[;¶äHt÷Ìóß·È"eÉCOOö°hÀ¢ø¨w}UT¿Ù.þöŽë¥&ZqµÜî—"§DqÆ–JK¢4ãËmýÛJMÖIéêÇaèzkêõ†KºêÍ©ì? ëß·¿,ÞnlIá-¥¤Ð,"ŒäT±euZü±øíwº¬tùË‚¡ ¹|J˜Ö|yZ©‰’LÄ™ãâqñÏ‘äf¤¹™}ãÈ€##ZJî4¸2—9áBŠ¨ÁzÔÊo5X³buÕ»Zƒß‚ð ¨E30 ã ñnÍ媃ãtõd¬mÚ'$h ‰©YuNttÞ3‘íº¸ofþMÜ8ãûãÞš>A•g„fbB´5/Uwi­ï».Á@åDëL†3ë bÕµÆ ²UU¶8sRZHEh>Ó"Í„ ¢3™tfcäÒ9Ó½„YÛገ«iŠH&õ_dí¦“rEÍ»5ónó¬œàÕ ŽÒrà \DÖñD(¯q¿Ï~¿Î¨·ÄÚŽéÕ¡pÆkÏ´ ]xr­æ‘p_ŸLÊF“GÒh,Ç+i¬ŒÅ{ÝX?i¸ Ä Ht{*õtbè@xÝ{»y®MÐ5>í¡´¸ $êM0'X‘2.£9™çcœ ?6ƒ‹—0m‡ÏÁœË¾´)}rú¨bn³Úì* ÈP*F÷ŸNe[?]*¤¥ƒ» åêPöiÒYF„]ÑñÁËJÞSIcðå§Cyv‘ç_ƒ5FÐ*,W¤ Î(’d™Fxz¼œÏ]2^DNòp`–ä_ Å„n”³<»
+âfÿ.äaožÀNJ·Äå÷8
+¯ŒJ‹yjq)_K­þ»O·i°õ>ÎÉUÎÁ×NqéϼÅRdL/'ó¿âÁÆAu ñúiîø§æŠ¼×‹ê—Oæ&JâRw±çK¡^šÖ„•6€ODÐvÀˆ0&^7Ÿë¹kêÝß?¦ÑÎgæ*¢xzÕ^N;„(!{œ+ñ5DEq“¢~GHæ74m*5sA¤ÈbŸeÓk’2殞Gôû>µÈ+Š< 4Õ!u•tY‘Ïs7ZŒoNg¼‘
+Iòâ~ÊOÁÉŸƒc¾QPiîÇSYõ]RMNrÀ¨‰3Ž¦|6ϧ®6)T¤NîÛÀ¯sõjHF‡^IùVÌ»‰ ~?2^<€rʽKáÑúæá%Uª "Ši7дƒémŠE•*cÓ€ÊÔhŒxyiìGh>x÷ãSkhžA„;‰YÌ3ÑÉN³›rtWf %“É(³wåC4L"½$)„˜Òöý[Ê ¬6–퇭àÁoÖ|8¢us2í]¢_¡ @Áf7|hΩ¢§(Ï{lq‰žÍÔ«×ßÕŽ  
+|º:öþéÚ32Íþ–þ@«*õQ1`FÆ]Oi¬3|´ëâ'óÁ"ЈóÜ5<S‹¼q¹%02ûr°áõšB†
+›êL){Òìâg»ojýÍË€!Å®]QÚxÃÊ)üú}Üšaüf}*ÃÝ
+.<õüú ñ¼ì|ç5\Ž6ÞºÆoŸØæ`9yø6¬súþ9‚!äsHrHƪ,äšE®ýÁ­ólÕT6ò|Ûüûá‹·ò÷œ«é'¥ ýwŸ @í<Ÿõ BÂÄuú×ù·‡íZóUwnª”Cò‚dz ¥ãÿ*þ ²É_Ðendstream
+endobj
+3169 0 obj <<
+/Type /Page
+/Contents 3170 0 R
+/Resources 3168 0 R
+/MediaBox [0 0 612 792]
+/Parent 3151 0 R
+/Annots [ 3172 0 R ]
+>> endobj
+3172 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [394.0194 593.6885 405.9746 604.7563]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.31) >>
+>> endobj
+3171 0 obj <<
+/D [3169 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+418 0 obj <<
+/D [3169 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+422 0 obj <<
+/D [3169 0 R /XYZ 100.8917 656.9486 null]
+>> endobj
+426 0 obj <<
+/D [3169 0 R /XYZ 100.8917 554.3777 null]
+>> endobj
+430 0 obj <<
+/D [3169 0 R /XYZ 100.8917 429.7282 null]
+>> endobj
+434 0 obj <<
+/D [3169 0 R /XYZ 100.8917 182.5909 null]
+>> endobj
+3168 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3175 0 obj <<
+/Length 1774
+/Filter /FlateDecode
+>>
+stream
+xÚ­XQÛ6 ~ϯÈÛ Q%Û’í‡>¬E‹¶O zªÄJ¬Ö±SÛ¹ôZÜ%JŽsÛÃa(ÐÈER$õ‘¼ëÙ³×a6ÏH&B1_ïæŒS’Ð8›‹Œ‘±p¾Îß/ yìT³X…œœ,VœÒàEýuÁx ÚŇõ»Ù«õŒÍ)ücC ‚Í·‡Ù—ÙûtžÏèüÝŒ’(Kùü ”°, ç‡YÄ3"8‹<¥œý5û³¹êe®†B_üÄ~ž0⑵_·hú¶>KÕ©ò¿Õ—“^„<¸5ÿÉRUÒ»?ÚÎÜîÙëh¨„{HÂŒôÅ·›úëwBÈ=²‡“첿5JRœŒÒX–Ò íd§rÜ›Ú8öÖz·»BºS]áH¹:vÒê;8a+ã üAG¦NX¦$‹æ­Ç@ä7ÕÔ¨Oï® (eëlÒ:8¦Ö[b>›+ª¦ÂͺAê¾<©%’d•SÀAiLÂL˜H3’qά¨+ŽƒBé}a´Åo ´©ÛBñHŒnÛÕÇéÛò”‡ÃÛ‚Hw[PrªJHl´øÙrCiØØ{Ç»·YUȧýNëm´dð8AÂÚ º2”Y•&EÚSksÂ_v¾JS°÷¾Î—y쬛yæsH£ŒÛ©¬Ì5–¸¹Y„48yúÎQµ^
+I6ð;ŒBJñ(}D4aœ%Žqéµá³Í¼ŸIŽRÕ×kLJ¯ç²DÇF9{®®>t
+𡇋©ˆÝ¡>ï…jdÄ„ÞË ÃDþ 3‹Â,¤}Oóˆ‘( Ç77<­ê€‹>xð†rz?å1ËÒÑçÔT ž3„üxE0bǧÙå´Q€¬›û©¿êí`ÈÞ5«}×=b’ŠÌ°Ù¶H¯"CÓ •Âe)¼,‡—sÐåÇ™•ÒÅAº
+Uº®Ë¤i‘-«î‘`÷ë(°É(\œÿú>|²ïù“|c ‹ùÅ÷†’8£‰‰K’űÝóñH @Ù(¶èD0hõ äñ&Ë,|™=[s¤mî†Ï ;;a˜Þɶü}ˆ;fgˆ;°mqÇÐ]¥µë³¶Ól7ª=ª^hDЩ›iŒ¼Øm*K­ûz<h6À$[Å{lv 54À.OÇ£ŸUKµëüè×T@å¦ØCÀFù…0xºy‘˜#fè¤ÁYí{`tz•ý)Œ®I Ð4×ý˜5ÒÇ$Š"|ÓM×i[ñ&’¤J…°%6ŽDjý»`ëúQ‰ÈŠ
+GSíªƒaÆ&¬±õ7+c£]Ô˜bø!ñg’(®
+[q6™ÌÊ6V–­V=ŒÙ€%9~é
+›g`ëB%KX³ %ùcš$‚Ãâ¬Rêò›ELí¸dn>¥Áq‚!tÍžÝ[HFÃÛ!Ź?q#NJÓ-6Iv!]¥(lµÐ×bnÀöA:}ûw ywÖ"S×zëš(´Öÿ©ÁM >Û|gÌ|d÷@jVÝá«çWÙ8ˆ€ pGäAèE̯[Ò Œ„}Á·Vû™l0]å¹ÊÇFmëÊ‘L3çšÞùxªŒà߈4ÚGþùׯ´‡ÇyP<΃½wО•÷'{4ÌHšâ‹N¨³7žÃ- Y2ƒ2§ð橇š¿ 4®ÛÎ{ã•þô¹¨=¤Þ„¡pó‹5T’FÐ’¯ÀÚ$±^Ù €$žˆù…üóÚ?ž…A XâÿÒ÷1¸I#endstream
+endobj
+3174 0 obj <<
+/Type /Page
+/Contents 3175 0 R
+/Resources 3173 0 R
+/MediaBox [0 0 612 792]
+/Parent 3151 0 R
+>> endobj
+3176 0 obj <<
+/D [3174 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+438 0 obj <<
+/D [3174 0 R /XYZ 150.7049 247.6564 null]
+>> endobj
+3173 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3179 0 obj <<
+/Length 1826
+/Filter /FlateDecode
+>>
+stream
+xÚXO¯ã¸ ¿çSäRÔ&ZËòßöÐmgÑ]ôÒ6(
+ÌÌAÏQbísl×–_&;˜ï^R”;ϯ]ä š¢¨)’¢òÃaóÝQ±-X‘FéöpÚŠ,diÄù6-–<ÚŽƒ„l·OÂ0øÓ0´½QÇÝ>J WÙ?»Ï‡Ÿ7¾ áÇ·< Y^ð ”p–…)ß–—Í6?‡Ûã&Üþ¼ ™(òd{…ñ¢ˆ¶—H
+–&\xN½ùçæï“Êý¤s?WúÃ+î{'‹D"¬¦ÒÍy
+‚/†I¯~P”¹t@ýI<StÏŠq8=¢J‘<”&•5 ÓÄB?¡‹ù ]ˆqÎò<+¦‚—îöKÞ_ô0¨Òh[,Àqìå¹—]5Ð÷Uû [ØËÁ’"Jgnœ™ô྽“†òÆÁûID†þCuJBµ­o°U ™Ñuõ ¬ZÌâ<ÍvcŒ­ìÇ,ŠCÀ²9®ÁOY–ÇÑLßجk$C/y‘eß·”˜¨1 "ÆH) ”Bå3–UEr’˜“‡½Õ²7ŒŠÏ
+Áí°ˆ‡¿*[¯á,´;»q‚z¡¬|‘—®víÉe6ÅVΊˆþ'X sëD:2ä‘JToô  Ddƒ‰m‡øí­ðÎIÒ௠ûÛâøË8H:§•/b ç+éˆ'U¶Et×vc-ûµLпˆK éÔ’ánåÒ1j…œ¸V“Ïž”¹*å}
+C1U¯Ï•ñ®ô—½<ŸÕq6ãüÃèëo˜s³mWÐZ—´cmŠ`0½2öÎIb pï­mÜd ž–džj}Ñf AI¸nO›€–A÷DRe¶ qiÆÞ^³ðqÕGS18Tä1 ¼zºñ(–l@<iðTt7ØûîŠRÇÞÞ„vÆyyÊ  Om]·öè»!Õ†­äaèÊe|/Æêꪖ¹eù›¦†Fvÿ£zÕ (.¶T~µrQi
+‹‚‰ šÖ50Ð̨æh‹~b+²@uÔ§”“¦tØVuÑ!C{‹Äõ8Ã÷Väwæüøg"_1ñ!È-ˆWG6Á³Ý–%úÇ úwz¹×c¼=ô¯2ï¤ßŠ×“þ¶váß“mÖ ¦:bË‘¥¿Ìž”gÔµÉá7ÕŒ<~B‹—¸%ìU@þP_Ìä}?È~ѯÍ—øÛÞÝ6æ èºÔýù(GÓ^¤ÑhÐíÿ4SøüI’Y;‚ÙxëèZ|ìo2h`wÂïýmå0|äág×MDaÂÂ4O±¯`…ˆò©>L Ãx*ÕyÏA9_½ Êɾ»ïðZmÄãâ75Ž1Bˆ|Ûg”¶«r†œúö‚”}à"cjeJ¼…-,Ð,ùÓia~jçˆåõ߫ꞧ9äMQ,“”®½,õ/3 è®
+©AÝq õ}â[ú êî°kc€$·!%i˜÷¥Èí}-N8ìÉÅ2ùeiÆ{`Wm¯Žj—Æ÷‚uÊŠ À®(ÍÄÂÕzPˆ‚ñÐKâ›AûŒó?ØíânÞ“…ÁYï¦øpIêVÐ Ù^së©W‰·Ð<§iìžx Tþ¯‘TþµËâ@—Æ—‡ú—çªõÒOQ”u°îLS–‹ +1+²Ì*ø`'b&`ÜÙÿv®¼ùåE´.W\e9‹ á%ãþ?«ÿ)Gendstream
+endobj
+3178 0 obj <<
+/Type /Page
+/Contents 3179 0 R
+/Resources 3177 0 R
+/MediaBox [0 0 612 792]
+/Parent 3151 0 R
+/Annots [ 3181 0 R 3182 0 R ]
+>> endobj
+3181 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [208.4687 642.1271 220.4239 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.15) >>
+>> endobj
+3182 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [328.7543 263.4522 340.7095 272.3785]
+/Subtype /Link
+/A << /S /GoTo /D (cite.E1) >>
+>> endobj
+3180 0 obj <<
+/D [3178 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+442 0 obj <<
+/D [3178 0 R /XYZ 100.8917 580.3016 null]
+>> endobj
+3177 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3186 0 obj <<
+/Length 1470
+/Filter /FlateDecode
+>>
+stream
+xÚÅËŽÛ6ð¾_á[l`͈©Gsj‹‹í¥FS )PY¢WÊÊ¢!ÑûÈ×w†Cz%E‹lE/öpfÈy?ôÓîêíÉW\²X&bµ;¬¸ŠXÉ|¥²”ÉL¨Õ®úkýs]œ¬î7[¡¢u²ù{÷Ë*Zmã”e*s 7¦o¾˜Î-ñ]EÀEkÝÛ¦ ´_M¥ñ‰·D¾ÊYžˆ%Ã*c"!‰?Z`N9<´ájý„‡h}2MçñMçÿíài½)õ04Ý-vNK.‹¯¶‚ É÷ö{G’,“<[ðú'ý‹AÄ`Žš #hΈ¸«uï±E
+0 p/9]èE“ÙöÚ9 )û ´äsÓZ:‚3Ü4‚I®ThaœZX;Šÿà}ƒ«ShsàœVŠ$ड़ñ‡¹Ï“$}yG‚`E ƒuqEâSá鵆øÅY¶î Ú
+ˆ&Ba°EyçQ®£Î+‚87äá¿
+TGqÛ§ÚS;/Åœ¦ìº(k"M'ç|¤ÿf¨Š¥ÞAî–«HÑHG\Õ0 MMQ‡Þ/w xî¶x#-=$}ÅKŸÀ’…gâuùûí‚€ÓÙ‹÷ß .§à–:ê‰`‘ˆ³©Ù´êa‰Æ~Ó `R¥±`išf¡¸ à;èfiOÿf»å>Œ ëÜ–Àö²»±OD ”ÉÆ„ävqL+)!m¿*d,#4SBƒË d$å’à@Qc”Üðýu¾.ŒøòŒ.ƒÑÍнy\ð“À>ežÑô O(Hæ|üæü·Þr¾ÊóñˆÀ£sržOœçÁÉ9}Ø:\?6·µ¿º÷ XÓ®”þg\•þ™7˜Vï¼8j&Û4a¹äùÔqT1"yO®…ÅôõŠç¢[ðJµ“Àø~öJý¢‡eÌcÏhýPÿ¦sM2öÛ8¢0›<ñ0Õð:¨Ty¼3!Žæ_HóMy$
+¹;ò„©<ͧ-ö5ß·—Nfe•g*yõ~wõ/ÃŒ endstream
+endobj
+3185 0 obj <<
+/Type /Page
+/Contents 3186 0 R
+/Resources 3184 0 R
+/MediaBox [0 0 612 792]
+/Parent 3193 0 R
+/Annots [ 3191 0 R 3192 0 R ]
+>> endobj
+3191 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [366.1976 419.8841 383.1341 430.8279]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.1) >>
+>> endobj
+3192 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [171.0086 203.277 182.9638 214.2207]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.5) >>
+>> endobj
+3187 0 obj <<
+/D [3185 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+446 0 obj <<
+/D [3185 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+3188 0 obj <<
+/D [3185 0 R /XYZ 150.7049 473.3756 null]
+>> endobj
+3189 0 obj <<
+/D [3185 0 R /XYZ 150.7049 461.7713 null]
+>> endobj
+3190 0 obj <<
+/D [3185 0 R /XYZ 150.7049 449.4147 null]
+>> endobj
+450 0 obj <<
+/D [3185 0 R /XYZ 150.7049 293.0771 null]
+>> endobj
+454 0 obj <<
+/D [3185 0 R /XYZ 150.7049 189.9098 null]
+>> endobj
+3184 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3196 0 obj <<
+/Length 2345
+/Filter /FlateDecode
+>>
+stream
+xÚÍYÝoÛ8÷_á·“„å‡DJíÓv¯Åv{848,°]àhK‰µ‘%Ÿ$§›ûëo†CÊ’¬4Io~ÐhH Éùü ýþfõæ£ÌÖË´Ôë›ÛµâŠÉ$Vk%LgB®oò_#Í$Û\'œG?5mùߦîmµ¹– lñ°IT´}¹ C»æp€ánóÛÍÏ«7+±æðkÁ9K3a` Á ×b½;¬þ³úõ7¾ÎW|ýóŠ3•¥Éú+¼p&²L®+•dL'BNµú¼úç òzy=úþâxçµäJ”;Þ§v,D´NÈèÐäØ*°l_´%MQÙ×æy‘«oü42)¢ªìzFCŸnýû 7ðN/ÄÑv#yt*«Àö{=ÕmÑõm¹ëaeÐ0èáZ–%‰pgš,,;Ë‘eOϯeå+<‘ÛÂ?Ûæ~#xTàz2…uÝÉprY‘d}$¼€ Óú½—ÔÚ¶9ÕyYßcæ*N$j%œÂ°Œ†‡ø`w{r¦¢*EÝÓKsëû™O¢4¢œñƒº˜~I›ⶩªf#PF}÷·ð棈GƒŠYsŠ„/\š5 ˜¢Á-¹›ä÷µmþ â O¸çíö¶µ;ÔvÌ£«°ß»MÙþÔ‚…œl5ñY0+W@“ð/BÅí©*–¶!˜J¥ð3½ø¦ Úº<”L§qê?Ø/‰d©‰c?Ot)ô“Å°ešS>'´!®Ä€'Àn4ð&Žüçe·k‹¾ljÛ>z#´…½_\.Hð«½Þ¾_÷¶ïÊþlã®ð^õãÞ)¢àEñ'Oüý[¸L·£Ì„ñR益+|r†¤±äWh7üê`Ûû…¥¥f"¤ÜêRHJ19Ÿ=Ôæ¿Ÿ /…Å¢Iš ]Ø`ÂŒáéHjYwpæ%åh¦…Œ§;œy—I˜0IòÞuWŠi,U…Í‹¶»šä!Ê—m=å‹ÚVýãF'— ·¿nê7› ùUöÅ2âÈIFyè˜ÆMì<Yã3¥ä†ŒÊb"DêØ”µ'm[Ð4WÓƒQcÛÜn«‚çïgÎÅ*Ã÷ày:2{…+"·ÅΞºbZ“hÓ¸1pÛÇ!XíñXØvðѱV\Ü2¢ß#Måc”×Ò~7Íû=|Ø‚à28EÆÈü±˜&}™±DÆÚÃÁäæZ
+Ýxž?œkäÓ¾¦¸´Û_¹ ˜—®€ý~¡œæ,Éô¸EسExŠk8­IÿopüØûzœ8õOÔ߇ñfPn„õ–Á›8ƒ7©‡B.µïëµ/ÅHxC
+ÀÛFDµ£˜AÂESü†ÂF€IS•ÇçÌ»´ nÅ?Ïi´)„L׋ˆ.„½4KÕêêd–ù‚™¹Ì†ï·…‹7z¡t´+Ž®u«h"€ˆ¼DFç%ôô¤š¶î³»²& cÐà\š'ŽáÄx©â Œá¡ßÎD=àf¬s/æ2Èf0ƒìØ9ìz©qNÆ“‘N»FG]V4.Ï_®  jJ¾ÁK-~|¾Ûa$úã©EœwhZ—§azi £çñ¸U
+VÕñù/MMæïÞLÁÆ\ÿPþ~¿oN¡ôÈPaÈze³³Ì˜‰!TŒ3Û‡Åö1|žÉ¨9B–_¸C7)‹3î½
+‹þ¬ý›üendstream
+endobj
+3195 0 obj <<
+/Type /Page
+/Contents 3196 0 R
+/Resources 3194 0 R
+/MediaBox [0 0 612 792]
+/Parent 3193 0 R
+/Annots [ 3198 0 R 3199 0 R 3200 0 R 3201 0 R 3202 0 R ]
+>> endobj
+3198 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [225.5131 585.5476 237.4683 596.4914]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.30) >>
+>> endobj
+3199 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [398.572 534.842 410.5272 545.7857]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.19) >>
+>> endobj
+3200 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [112.8964 310.6026 124.8516 319.5041]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3201 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [237.9756 242.9107 249.9308 253.8544]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.26) >>
+>> endobj
+3202 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [267.3056 242.9107 279.2607 253.8544]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3197 0 obj <<
+/D [3195 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+458 0 obj <<
+/D [3195 0 R /XYZ 100.8917 524.1425 null]
+>> endobj
+462 0 obj <<
+/D [3195 0 R /XYZ 100.8917 220.5155 null]
+>> endobj
+3194 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3205 0 obj <<
+/Length 2166
+/Filter /FlateDecode
+>>
+stream
+xÚÅY[ã¶~÷¯ðCl`ÍðN*yjŠ]¤Z Í ɃFÖŒÔÕˆŽ$Ïdúë{x‘,jh{v°AáSuîçãáá÷7«o>Ñl¡LR¹¾¹_‘Â<[ËL ™º¾Ùÿºù[•†²Ûî¨À‰¶;ñæÓÕÿ5í7~>o÷~ðó–²)»¡.Æwÿ0ûrûÛÍ«7+²Æð#sV’¬‹ÇÕï«_Ãëý
+¯\aÄ2-ÖÏð€É2º~\1‘!)gšÕO«M$wÍÝœè÷Ô
+Q&˜Ssèò¶¯‡Ú´=ˆ­Ôf0ö_oLçŸï;óèG]Ù]] åÞ¯¨æÆ€÷Va7Ê»Ò/9˜¾¯ïš0}‹6CUÊC•·~t÷â——mј¾nütevÖ€ æŽ” AœÈ3®œlîÌ["6eïëÖÿ?¹ÉÉ/:ýàä A2>o øöÅ?ä9¶{ ?ñ×s
+óøè#b&ÈÌj‘.>Êb²É†ä:ö~î¡ÞRØ…)o8ì;Ó}7~àÂí›O,òº¤ˆg™
+pˆ€]¾Ê{§íŽh‰SY¬uk|Š”÷V³û²Ðdœì›7Î5°®Z¤]®IØ…eøþÞ4±¤Ÿ!–¾õÊ>SÖ2Rˆ1/Î-&*aÆ‘–oÞ"`rpÀK‚шK2Z¸JQBZñÑ´M9X\yM‡bÄUaY}· ‰o–ÄE|Qå)a˜B’hñ…ÂD¡ cïÄ*Ž<AÔDiÇ)ßäþ¯
+qÂß‚|pXͱáé½Èg#4ÂЧ÷"_’RóudzòYÛŸE>Ž˜ ä{º‚|ê*ò‘ìÐWýyÐw…s9ZiyÔä„~aºï‡«ñð`p=Îb@ü§
+›W°h_–žÌÔѳ³™ÿ»Íýhº ™iSšisœ nŸ'ÁíƒÝúEkÐ ¼=9YODÝ6*4"’ ÇêÑíŽH©N{wÝZAÃv´®7Ákçx;3'2KëßóV&±“4[5ðÆË©‰çåùèWÝ-˜?+=öÎÜj0xÞÕy;ô~ÆÜûµ1ã@%a_/FÆ–Œ³©­#Ÿ¸vT™&¬¯Û¾ßçɳ¥€¨åÑî®Bh†°ºV†
+endobj
+3204 0 obj <<
+/Type /Page
+/Contents 3205 0 R
+/Resources 3203 0 R
+/MediaBox [0 0 612 792]
+/Parent 3193 0 R
+/Annots [ 3207 0 R 3208 0 R 3209 0 R ]
+>> endobj
+3207 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [452.8472 358.2725 459.8211 369.2163]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.9) >>
+>> endobj
+3208 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [464.1661 232.9335 476.1213 243.8773]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.23) >>
+>> endobj
+3209 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [299.3858 116.0997 311.3409 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.17) >>
+>> endobj
+3206 0 obj <<
+/D [3204 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+466 0 obj <<
+/D [3204 0 R /XYZ 150.7049 312.3955 null]
+>> endobj
+470 0 obj <<
+/D [3204 0 R /XYZ 150.7049 215.462 null]
+>> endobj
+3203 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3212 0 obj <<
+/Length 2408
+/Filter /FlateDecode
+>>
+stream
+xÚY[oë6~ϯð£Ä\Þ/íCѳ8 ´Àî¢h¶-ÐÓÅ–c6¶äJrÒì¯ß!‡’)ENÜÅŽÉ!5Ã~sc>ÝßüíÜ-qšëÅýv! %Ò2¾ÐNí`p¿ùu©‰$·+EéòSýç-S˲½]qE—EµÁÁ¡Þ
+ŠH–)r–­ áB‰¤ˆ üvÅ‚*ßU]ÙeªbJ<ß2º,›Î¯{JP+h5±…sX"•ŽL##dBU`¢2&TG&w¸ØíÊù]
+EÅý¾jý&í+PºÈ¥3'` $ÅaB>?À½¼='ׄ)°nLgð-Š)pº¯»4ðOQœ•á€žÓŽ|Ä.VœÃu10ÈŠ1â”bQ"ªki¯Œ|…¿/;¿ÞáðX<F<·,š´íá–ÓåÉï;‚óoQ;&s;(FI»ÝŒþ‚X#e¿¡nü몋§–ëúpø}ËØr"µé;?ÃX­y½JþŒK§æJF¸Ãá¶n’ݤ$B8ÖÛ'ŽmWTë¸Û¤3zy,›m¹îö¯H~¾å
+OUS¶]ã×]¹Á™É£¶Œ9¸‘3JPÛ`7 _ ¡U\øwhÚ-7~tÝ–M Vš¡Ñ(a­ÛR"Ú)Ýl;ç;J#†» ¾sªÚ'œ¹dI w¼÷ž*c~–P­ÅˆÝ àCv»"XA‚§®jT£Lº®;¤óFzî‘àqTÍ9ž< ©.ha4¡®å¬Å¾h»ù˜€åŽÎÑ¢±ã%üW¼¶(«<»W\ŽßIT‘o¢ŠT qñDzÄÁöÔÀí6¸ã
+ÂŽ0ZŽÃŽ¦“ìäô_ˆþûžŒ]–ÀcYÖ[$‚g=VXJô/TѶL_ü}W»x Xá
+ÖXú*F0 ›z]¶-º‚MNbó ›bÚü
+WÆÎcÀyVá3å² ælX‹!%’0èº\+XŽZ±¨æP,‘Bð
+€5¡8‚ê„å¡
+BHp )Ý»!Dà½}Ã䋇º‰A(}âÑ„H1ï¨iÞ±‹Œþ ~X†³´8îv¾=Ë
+#EBÌK@KÊ`&š;êP½ÚÜ’õ©;žæ,),Ú³¿Ã®Æâ'‰Ûû¶Ã±`!¥µ§& T¼—k4‡út(?ÂaÊþöÇU'NåÜ„@ NmÎks:Ì%-n 3ghBÌêú£î‹CŒ1ƒ–-Îë*Vq~¿«|ºWꈲñ/vTP¤H 0 Â
+3`s_‡ÜöC\&k‚IH1Z‰÷ÓZ*οÆá“3Öc¬bÙUæÓr¨)}jsPƒQF(z®ÕÃ"þ<6õéˆÃsÊ€É9eÀDˆ`(‚'€ÆeÐt Zƒ“[N!©IK Œ²}
+ëaÛÄú)•ÚjѼ.Ž gŒ-¶>ôÝßÝdk—øÚT—iží›Â8,¥Œ†ÿª»¹¤×žšcãƒûLµ
+iG6ˆ…a+â%„麮*¨ |]áü¡ì^ʲ>KÔs7¿GÌ7D³c5xUÚß>!¥x¨O“sóÔ
+N\ô-9Kìϱ ‚Bq°I_ZëNNm9þ2|ýæüD;ó”oàMƒ—¦Á9 ÿ8EÁŠ ,AʧºÛáh ˜£Ía0PòÛ)š=ГÄæ6Î0·Å/r1³åÓ [™$ÙÊ T6øŒozÜë2”„8Åœk–›üúà«2±{xÅ/;0V!•á*°góû˜ÈzAé4‰klhf°t¨ƒä+¡Áß@#eU~¿i/Œþ͇/Îô²ÿÅ$ƒÆ?î:$ pfà(1»ÂÂ| *Bo(òÎlwáUò0Ï´;Ö;äŒK@‘D©».aõð鈣bœéñãðeîN©TÕYx›Êï-Ý{DØ+„XÂd¶/ú[É$ä®ÜG=,:òqú †ÅÙ.:Ù݉٪YHB•4W¼%9B Ï#pŒÆ/7w8CëCÁ ߨ«­öì|Õÿž»ñ¦‹ƒõa1„)¶9"E‚0zòÕ&-¦.vÅf2=Iè¦ï/XWÇÛi’פ7Òk¬Óuô1½«Ó½ÄSÀoYÄ7®@‰Uº¢ýW$ÿý'hºÚ”G¨c؉È(Ãã`Êקf,ð!–¹ï·U0ÙëÌËWè¨ùèE­/ ŒŸå$”³òÇ3µ˜Ê
+ÔX!…4:THЊ.Òb›8ÊÉÛÓ~[6åJyåCÁº3KÏ ó„ò„Hy~Ï~“
+‰bwøUªÃ¡Ó`*&Á¸ˆ™F XB,ÿSE0²ÃBßÜát—
+Ç,ÜJºL«XöX®}Pk I9Nœ0GúÔ;Î'šÉ 1 ¿ Ð(nÝè ëBè…m´d5³Ðïš1»u}|Lrg°#Ì=ó‚k(÷ÿ<ó
+Ïï>óÚ¡Sòñ÷üb{ÍLÄcô"”AƒCÑ¿¢‡M­!†_ÝG!/¾[ïúTz“§õmSÂ[²{óÐ Õx(þ¬¼x»¡a‚áÃ<˜çäjŒ…ç‹XÖÉ°À'¯£Ï—¡`Øðr
+T2~-ÞZæ2 O0ò/ /GÁåX5‰m=䌄‘Ø)Oœ1fˆ£ˆRŽ]5CB`Œp˜©#ºzøãÖLÿœÒ‘ ŠjPK‰Äú J2k\úÓ­‘K¨ˆê”r>ûߟv¡íÁN—s«£5±Ê…XÅ6RŠ\³ÈèI‡×žãËúè×sEˆ,æ†×4£ú?9þšymendstream
+endobj
+3211 0 obj <<
+/Type /Page
+/Contents 3212 0 R
+/Resources 3210 0 R
+/MediaBox [0 0 612 792]
+/Parent 3193 0 R
+/Annots [ 3214 0 R 3215 0 R 3216 0 R 3217 0 R 3218 0 R ]
+>> endobj
+3214 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [99.8954 559.4516 111.8506 568.4576]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.2.4) >>
+>> endobj
+3215 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [129.2254 559.4516 141.1805 568.4576]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.7) >>
+>> endobj
+3216 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [258.1444 539.1773 270.0995 550.1211]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.25) >>
+>> endobj
+3217 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [410.3579 472.9631 422.3131 484.088]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.33) >>
+>> endobj
+3218 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [200.3779 163.5865 207.3517 175.5417]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+3213 0 obj <<
+/D [3211 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+474 0 obj <<
+/D [3211 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+478 0 obj <<
+/D [3211 0 R /XYZ 100.8917 446.0115 null]
+>> endobj
+482 0 obj <<
+/D [3211 0 R /XYZ 100.8917 369.3993 null]
+>> endobj
+486 0 obj <<
+/D [3211 0 R /XYZ 100.8917 296.7648 null]
+>> endobj
+490 0 obj <<
+/D [3211 0 R /XYZ 100.8917 201.7092 null]
+>> endobj
+3210 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3221 0 obj <<
+/Length 2624
+/Filter /FlateDecode
+>>
+stream
+xÚ•YÝoã¸Ï_áGHxüImŸºÅ.Úz@qÆõ€Û{Pl&Ö®,y%9¹½¢ÿ{g8¤,9r6…DÉáp8¿¡ßon~ø(‹UÁ
+#Íjó°9g–ëbeŠœ™BÈÕf÷[ö·}y|·¾“9Ï [ßåœgo»ê϶Êšèe³£Æ/k!D满ڦ±¶;¿þ}óã͇ÍXqø‰éVF¬¶‡›¯7¿ýÎW»¾úñ†3U¸|õ ÎDQÈÕáFå3¹P‰Rßü|ó¯‘åÝÈónÊôý+ÇÌ-“*Wá˜ÿhPZíg'˳JF†}8ÆÕ”[¡˜Ð…@.Ÿ„Òý±Üú‡r;´ÍŸínr&Qxš_õÄ»÷m7´Dœs¢”Qû:+‰rßþe-ûHñ>Š¬aó£)ÏžÖ"wr‡¡¦ÓÚ*h V乲ЅÉ"ZËGÎ%³F»É‘Úùã°_8p®Yî 990p¦ãx`éÂV@|B³}8‹&ÑÉr>&t~òÌè"ã¡üÁ7­Ø·õ.nù@÷‡æ–)mu:>Ùù©îUó“϶íá
+QŽ<O
+IF2gÇY>ÚHd¶m߸iÍ8FœKš)É×ä †ˆAùðmZÔŽYYñüî6l—N E
+͸rr®)TÅ’
+À9š ýtU6wê;ÐúBŸO×T Xᜨ`ŸfJrñv›ÕºHvþPV êÜèÔl÷eóHÆ'Lö×h0TÖõ-A†~ azÉ–¢õYÍŒ8[9ß®¥`IWƒu#jIÐäml­%ÏNÃlôXù­§fpšóÈ'žóýE´nc4ã¸>ÌD­«~`AVŽÒ‚¯KdÜ q©"ÏÚ£ïÊ¡j›~AÓF3gx1ÑtWV½_2ƒœ)¡“# õ-Ü›ƒ9ÎL¸Õí³ï®rKV°7%Y›ú¶4I¢”Çc]ùu0übœƒûU\>Uö16þ%EQÅwnî}u¨ê²ƒMMžÝ.œH Q>uîCûäkÿ0,™vÁÀ§Üë*2ÌYc.vÕã~X6m[h1US0‰ ¦`^ÑŽF5a§j^Z QP!Œö®£&@+†³¢€¹Ó’9¡LØÑ°| CÆ\Ð_À‡Çú´d)dˆÎ‰"ðx߆ á¢\N̳¶K aàB`ÇSvƒ±M¸G),1%“Z”ÂX²n5¡ÿJ+Imaÿ˜S;Ȇ+È@=) ­¯þôD
+
+”ç}µMÇ艴óLÀ½ÇD]€æd>7±CÕ¤{¹—FÛ` è ì(áµÞöÛa~‡ãÜ«Žþ•†ABÔ›y
+4b2ÙáÂPpŸÆ3Û©ž3æþÈn’¼S™X 8vÛí.Íæ
+ÚQr‚µo‡;“œp,»òàG[D
+„˜o¿~!õ 
+@£Ó‚p#PÊžÂÀŽº;hIV ß‹ÈK12ÝÆÕÍî5Ù%ǘ7þõë‚Ô
+Ò5’‚ÃàPÔ5õÂ#|c%ŠKÎ
+¾‹ &wünIýÍæáõ4Y¢‡ò.½(4“)PÉ•õðmþ •ê
+y±—ÐÓ´*
+•ËOJK
+ò“ Ú‹
+üûCõù˾Mÿe|’ÒÄ7³°²N…²ŽÖŠY½¬rkWú¯ó÷Ðͺ€ºôXmÓÏÿt
+Mendstream
+endobj
+3220 0 obj <<
+/Type /Page
+/Contents 3221 0 R
+/Resources 3219 0 R
+/MediaBox [0 0 612 792]
+/Parent 3193 0 R
+/Annots [ 3223 0 R 3224 0 R 3225 0 R ]
+>> endobj
+3223 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [449.0925 474.1186 461.0476 485.2436]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.20) >>
+>> endobj
+3224 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [430.2634 432.4459 442.2186 443.5708]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.15) >>
+>> endobj
+3225 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [486.9503 228.6861 503.8867 239.6299]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.19.1.5) >>
+>> endobj
+3222 0 obj <<
+/D [3220 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+494 0 obj <<
+/D [3220 0 R /XYZ 150.7049 554.4245 null]
+>> endobj
+498 0 obj <<
+/D [3220 0 R /XYZ 150.7049 368.7678 null]
+>> endobj
+502 0 obj <<
+/D [3220 0 R /XYZ 150.7049 218.153 null]
+>> endobj
+3219 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3228 0 obj <<
+/Length 1893
+/Filter /FlateDecode
+>>
+stream
+xÚµX[Û6~÷¯0‡ÚhÌ’%Jöa[$hû¶XcQ )Y¦-5²äJòxf÷Ïï9<¤,i4‰Ó¦ Äëá¹|çæï·‹ïÞÉd™°$’Ñr{X±d‰Tz%!‹!—Ûý¯«ˆi¶Þ„œ¯¶kÍW¦íŠê¸ÞȯNõÞ´ë߶?/ÞnbÉáO,ç,NRLóH,³Óâů¿ñå~Á—?/8 ’8\^a™H¹<-‚0aQ(¿R.þ½øWOrÓÓÜ ‰~ÿL‚ÛÛ¡f2+ÁO±Ûå†Ù¥iLÕѤ,*Cò¥(Êwï‚!ETI¢`)½zH÷¿_ÚŽÎŽ^WŠA ÜÙ¢3'záº@¼¥É¹L3³w ÕníÒM8Ü­%_]ÊÒ¸b*Â)mÖ"^‹Š'B 8Ù%™Ô ÿ¾$²Üs¡gØŠ%JÁ©(ˆíÑVk®žÖ› IV86MWdiI+§´3MágȘtVB¦Sw)0d±ˆ¢‘í-}ÏM™¶Eõ ß-*à¦òÜÌp 0}MC³–¡;Q!(5 Eò6Ài†ú.¯/ÇT­àƒ¾×¢,ý¨ÚÓèr¦o]Ñ—ìƒSjM¦Ô„Ü+‹¶c4|‡›uãªÚ.­2äÕÓz®P ü†¡ˆ
+-EU™f‘2R‘ø®{©uO4ãß¦ïœ 7h¯"q)ᆒÞì¯ ´i借Nñ‚7n­>Lö&
+´àwð›Á[³(’C‡=7æaoÎ]NÇãÁéP²€÷ûzši{10ñóœ¸AÄ"!=!ç’
+‚¡ÇhQ&š Í!œ)|6T>¼®7
+'È…"âÇ'"b±ŽÆœŸ^zlTÈ9GµÉ•aié2ÑÁ–vekq (·0ÄC€Ž´Ö®þlÏ&C¸à¥À‘ÀSQÃz”ªƒö5‹*+/{—|u>4&ë/
+R´J~(Jüî“~„fÞÝÙÒ)mæ ‘ù;ÓKû¹Óöð®~üŸ±%#ŽŸƒÂ„ÉÕt9!cmMÛØD«ÀgzlÒsNÓÜ6[0ØQ²‡ã»¦þˆ¾JóIí(ÚöÌM°´ÎWÈ ôfk<e4/ÙdúDºß£¾q;§¿aÿyN6þÂpÛ—Ã3Œß¿ÉÓÜ7’®làž #/|{Y;`Œd·Í¤o<­¸³Ð²¬:!_
+ \ò¾„‹`:Äæµ¥iG‡c¨™Ê’vÀmRØÛAxo-7û¾I“_µO´å½Œb#®¤tl -\µ1{ w.Î:·—ö ¹ÃI-˜(õQ´X?ÎxS¤˜û–UÎw2€RÖ—_ׂ*7sVCB‹£1ú_½zEî5¬pNÕŽ ÖEhwœ`ÌÁ¯ûeFÁ§üuÄÿþ‘¯G ƒ¹¢ÏCàlNDó0›,ÎifiÖ!öðvLŸ÷o䟣}ôÓIa£‹«/õ† ЛÏG½^¥·‚g=©¿®Þ[ÛI«IÜ¡ ó ÙfÕ2Rɨˆ¦K¯¿@!®`ï¼´_s ™¯ˆ¡k^ds¨9?ûe!õ
+k7Oþ¶K…ñ­‚NÑLãî—ÀéOkKþ š½DóX^ܳHÈÎå¥uÚf3ûKwϼ¥{¢³ö‘{XñÕ¡ZÆ ÃH9Ê„Å1ýâøŸµ†®‘ŒŽê[üþ1¯ý£ï¥Œ\Ž¤ÎªyhiáM–¸Œå“ 4Ñò¶ü‹ó‚'Ú›ú\dsaZÇL%}›¦µÿiûÿкö®endstream
+endobj
+3227 0 obj <<
+/Type /Page
+/Contents 3228 0 R
+/Resources 3226 0 R
+/MediaBox [0 0 612 792]
+/Parent 3193 0 R
+/Annots [ 3230 0 R ]
+>> endobj
+3230 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [414.9292 486.8932 426.8843 497.837]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3229 0 obj <<
+/D [3227 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+506 0 obj <<
+/D [3227 0 R /XYZ 100.8917 590.7982 null]
+>> endobj
+3226 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F8 2865 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3233 0 obj <<
+/Length 762
+/Filter /FlateDecode
+>>
+stream
+xÚUMo›@½ó+rµÞî7ÞS%ª"µRU+ªç€íµ¡Æ@aóÕ_߈!8J*<»Ì¼7ûfvö|á}º¤ÊWHI*ýÅÖ'£såK%T„ú‹ÍMð%‰K£«pF$
+gãàkQ¥‹ÜÄ™Ûó3®CBH +“®»oߊoWÞÅÂ#>¶?rLE¬!‰¿>x¼›[ìo<ì_y15þƒ]`D”¢þÁcB!)ëv2ï§÷£‡œõ˜³cÐs8&›>¦ˆe‚5ÇÔf K‹5#)!H³_—ñZoãµ)¬‚Š€`ŒÁq$„q¤8o¢¾F»Ó'EhƒÜÂ$ínš/1¦yÚyí²;=R|šaò,BsF”åž%a|Uéx?‘chѨõ,ugæ©%©Z¶Ú¤Y[¦2®Œ³Ší(ÛdTí,­kF"šK°b–È.SK–=…RGXpîª6=g¼«â2iyâÚ+­óÖªŠ}HpЭÓÜ]¹®GšÅ›îä+FÄ뻪ÒyO¼ÓŸ'äVñììÌÕü¾ohX ¡Ëâé
+a÷‰9 ŠAû„`Ñ'4î?¨0tÇ ¶)ÊzŸ–vI\$\UÎåø'«âb9bXþ# ±\* ®ÔGã:¬Z·9qΗh›fSðèßâöØÔSgiŒÎ«C«ØIÔçl
+endobj
+3232 0 obj <<
+/Type /Page
+/Contents 3233 0 R
+/Resources 3231 0 R
+/MediaBox [0 0 612 792]
+/Parent 3235 0 R
+>> endobj
+3234 0 obj <<
+/D [3232 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+3231 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3238 0 obj <<
+/Length 1712
+/Filter /FlateDecode
+>>
+stream
+xÚÍÉŽÛ6ôž¯ð-60È‹H*·4M€ôP´€š‘%zF­-M$y&ó÷}ÔH¶ÜqÐ-‰ëÛW~·~ñê½â ®˜TZ,ÖÛOf3n©Í˜²™Z¬Ë_—ooó»Þµ«k‘&K³úmýÃ"Y\KÃljýûk;Üyõ^d‹ŒeZhçRÄâtðC @¤Yö·UG£b€-õ²ª{·âéòùí¼.ã Wµ4,]Ýôy_5u8ôPív`ãÂéÖå½+¯†»YS¯T²¼G€â B›÷!oÃÙ»¦ëªëÈ,ç,KSá™Øì‰ÂU
+endobj
+3237 0 obj <<
+/Type /Page
+/Contents 3238 0 R
+/Resources 3236 0 R
+/MediaBox [0 0 612 792]
+/Parent 3235 0 R
+>> endobj
+3239 0 obj <<
+/D [3237 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+510 0 obj <<
+/D [3237 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+514 0 obj <<
+/D [3237 0 R /XYZ 100.8917 324.7867 null]
+>> endobj
+518 0 obj <<
+/D [3237 0 R /XYZ 100.8917 167.9631 null]
+>> endobj
+3236 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3242 0 obj <<
+/Length 2509
+/Filter /FlateDecode
+>>
+stream
+xÚ½ZÝoÛÈ÷_¡ÞK(ÔÞÛï÷´ ŠÃ¡@Q£8àr@iŠ¶˜P¤#Rçú¿ïìERkIŽÝ@\îggg3;3«÷×?~¤fa‘T.®oD`¤07 i’†ÐÅõê·ì¯ëü¾/·Ë+*p¦ÐòJ`œýc·¹)·Ýò÷ëŸ/>\_†s ÐdQl.¾^üö;^¬.ðâç Œ˜Ñbñ
+FœeÃsNx›z
+xŠ÷ùòŠiÚ>·šCö•g×K [sWök+£%x¨úµƒ>ß•×÷ëü¦ì«Â¿mÓõycÅ t]?®kßyzš|cÕa›0E™ò6€*qÄáIkkÕÁž1
+@æ:®™8²U—š˜“S._ÅdJ«,̳wÀÑë ³)쨃±`°“íwÝ!ÁÖa8Aβ¯;бe/EvéiòÔb¨³Çâ¤ÙHnZ¯=j%ÂL3SòÁŒH)ÎUß_,HMÖ8£Jœ¹~‹3ÛØoY7Œt¥'ínöä‡"-WXœ«„ø9ï/VhX¬b§ :ä™þ’w}ýè…÷îÁB—j†˜øÌ\@ˆôFôyÊlÂZÊs­¦hËmá,ø_0øLɘ<wwßzž^f1A×\“`u“sE^U›2‰wG»<¶! ¢¢ÓoSkusNÏ6™»z—BDq®$ƒA;…õë|I²>ìHçŸàZ—‡PoÛû `:ƒ’=nCʨ™Ë;ˆ8ÿX:ï½+Ñé Qž·)Ï
+¿ÈKCÈÁJgñtÒJ)›Íw$ô£ž%æÆqz‰‘ÑXO/Ê$asz:
+†­œ¦ÀFfÈé†%º)…°A°íÿ{k•‡r_‘ØÚë2˜-x Ážz›¼‹ð ´ÇY,ˆ„gV&Éë®"ÍnÄÛÄ"±C4
+Þ¢„ÒóË…Mtò‡uÃÔ‚8lù¼zL¹^ªy}õÐDÅ!¾Ik°Ñ˜)Œ¦#*6ªïªèAŒ
+1ÒOªä‡«$é(GCÀköýÊ9¾Á`ªÍ4ø¾v5ViâÛf,ÛvK¦ejÐ…ÔÑÝàÄtN›QYŸ(• .á¸ô4ê)&l_ÄsdLð„D”Ȧgô„©- ñh<À&<,”ÔP2§xܶuícR÷;!›C¥zÿµ$™;>mWt ¾qŸoC˦BöjÖy
+$4Ù¾ŽC¢’ßöåöXpêÃO„ñ¢Ý5=þé Vútd0Ô;§JâHJ>JÓ”áD†mܧoë|Iñäæqˆ=†ºQ¸Ÿ…=S§`@`Ni¸9‚07JF9‡ãûx©g‚¿ÅÍ´Ëò8èco1T°” à ì°Íþ2Ûp)Л¶"B e6ò¤±g˜‘9e‹—I߈ ‹[ùî5¬ù㩵\z>¸;§£4̸Db¨}¿{ }LcA°¡çó?v
+—ñsCÁWEüoÛÿ
+endobj
+3241 0 obj <<
+/Type /Page
+/Contents 3242 0 R
+/Resources 3240 0 R
+/MediaBox [0 0 612 792]
+/Parent 3235 0 R
+/Annots [ 3244 0 R ]
+>> endobj
+3244 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [266.4395 191.5402 273.4134 202.4839]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+3243 0 obj <<
+/D [3241 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+522 0 obj <<
+/D [3241 0 R /XYZ 150.7049 468.571 null]
+>> endobj
+526 0 obj <<
+/D [3241 0 R /XYZ 150.7049 178.017 null]
+>> endobj
+3240 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F41 2190 0 R /F39 2205 0 R /F8 2865 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3247 0 obj <<
+/Length 2773
+/Filter /FlateDecode
+>>
+stream
+xÚÅZÛŽãÆ}Ÿ¯Pž"£vß/»ðÃÚX#6‡ ƒÀ€×€)‰q—"e’òìäëS}£H©u X‘MvuuuÕ©SÅùîéᛨ™d$•“§õ„c¤Rz"@Ò:yZý2Uˆ¢Ù\`<ý±êòÓç¼ig¿>ýôðñéL0ü#‚1Ò†(˜KÂ’L–Û‡ß~ùOVxòÓFÌh1yŒˆ1t²}` )‹#åÃ?þÑ‹œ÷2çC¡ßè}X[€²L0§÷Ó&ŸÍ)ÓÓå&k²e—7á¶^¹jZ¯ýH–|¯«¿ÌžæÕ£¿¯Ã¸Ÿ¥â¬¶¨žË°R™wƒeª®©ËðRþû>¯–ù£ŸZ´aáå2oÛbóÁœ°é9!ÈAܺMSïŸ7³95:»{QæëÎ_ý¾¯»0¸¬·Û¬Z½ów‹ºÛXßüÀFfÌ$8¬cÅÿ–ùwƦdHˆðLIQˆ+0qò‰0ž¤‘Ò8¾¶Ê«^×~'{û=¬Â°pb]XXÒ+—XSÀá㸽G/ëeS,1&sF Rf+{÷^f†
+4^^åÞã8ãH 0áT4@?‘1P<æT‡y o»+‹®_¨öW€)ÔzEojÛeM×"?ÉnüT&fZÞ¼M.U¶M‰âÀ´¾Ý#I­W±O[#Y€„ó«ZE lwù²
+¥²dP`mØŒÓÙ'LTj?!õáCT0á¿˫®õwÉÔ.ÁVqžåËz_ugV0˜„7oý¢…0iß{ñya7®íã¯àØË¢³³c>·Û«EyiŠÎc°``0·°UÅ”3RX)Eœ`2ö†^oÊšsÐKÕšPM=¡Ô^ûÛäë¼iœ2T3—ìp
+ ÃòvÈ ö¸JŸ >,Õ·¢Ècä«A×"¤Ì¸õ¾ŒÐ.Pxp‡ÿ²"4j“äÞŽ ›ã3½Á×Ó°fšò±§Ý„+@rn3d ûþÞ“ H’ˆ ¥n'A<={µ©Ë•¿sæÚçqü¬¢ï.Ëý*ê,ì¼?Šzï„e¶áQdL܆UÂË5AÔqê¶eQå;H–e÷šÊð(
+’Õ~»H2+†gB^t &E „¥z-òr)P„Ä> CÙ¹NŽâ>²ªdçÁ(ÓÃ#¦Ÿ‚=‚#'þuöbˆ<Í4(ÅÉX DŒ® Ù3¹x”ûêT&)m†¹}›u›ó"ǘ„¼¢ΦwÃÖ\%Ò»_Á^®ëú[ÅÏTe£î™% J¨½é©ÏéòŒ(6Ø,•X* )úœìJ)+y– SYÄ÷¿…#¿vÀqí0êÚ ðk9[ÊÒL"c;:¹äÎáUIè°ñeõ‰ÈïT‹f!x5„ˆmôŽ;aƒ÷ÕÈ xHÕœx0§ÿ뀎‘ë‰iÕG‘ì\hè9JÛká©âïÒT²†øKSÍóîq䆮¤E’o1ÍÓ|KÚF­9)‰’‡L·ÜjO¿.Ÿ®•–ïµ µQ]8óÙ‹À#7Z¸¦ÐÒ÷ Ý M½ï
+GbìÓƬ¡lKåÔFÅYlQ
+ÜæÁêßCꈌôyÌÖ?Ø…Ë6*_,Û‡’gˆ‡ð ‰‡@Né>V®¢”‡þCt‰Å
+؜
+endobj
+3246 0 obj <<
+/Type /Page
+/Contents 3247 0 R
+/Resources 3245 0 R
+/MediaBox [0 0 612 792]
+/Parent 3235 0 R
+/Annots [ 3249 0 R ]
+>> endobj
+3249 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [223.421 324.6607 235.3762 335.6045]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.31) >>
+>> endobj
+3248 0 obj <<
+/D [3246 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+530 0 obj <<
+/D [3246 0 R /XYZ 100.8917 566.8871 null]
+>> endobj
+3245 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3252 0 obj <<
+/Length 2368
+/Filter /FlateDecode
+>>
+stream
+xÚ½ZKÛȾëW(§H€ÕÛo6½§làE²‡,‚L‚Ö ¤EµF\S¤LRž™üúT?H‰š¦4TmÝlë]_•üÃÃì»i:OQ*©œ?lçD`”`žÎe*L ?l~]üy§­©—+*ð"AË•Àxñ·ã~mêfùÛÃO³O32Çð‡œS p#É<ÛϾÎ~ý Ï73<ÿi†K•˜?Á#’¦t¾Ÿ1‘")ëvŠÙ?fïI®zš«s¢?Xî ?ç^ $NæR$ˆ2Á÷¿[¿û‘Ë)ÊÒ·>Æwk½)MÓø³ª<EB²$~µ—ÃΔSê¢}‰LJˆàSHæ%X ÈK3NuE8AX0w¥B·“¿NYÚó|’
+Šªj̈FGI:Iú½~Œ
+ÌR”uòÒ)Ÿ7Fo²—¬0ÍûXh_•í.Æ¥’àŒDÞÁeiž¬a²®ßÇ*Õ±=Àß÷t̃>6y7(áü<TM»É›C¡_ƹ%˜ %2‰ÝÚܤ ìRĻDZ€~[¦Öefb
+ƈ+q“ã3‚µ)®&F˜òIöjvÕÓºz^×àþq%VAÆ›.} ¾1‡(ééÒ·ù>¦Fªät’Ü׬‚r”b’Üá©m­3ðÿ¬Úïu¹‰åˆ’ÈI^ˆ6øcT¡r,ùT÷:««&ª†”!&¤ºÃòvUÚ„õ>™¥#érÖ»’<èGW€à€¹_]ëÇZvQ›I$™TSüßS­MÓVµy_ïjZÝŽ¸BB%äŽh8fûDˆ²̦pùí]!ÙS¾©ž®¾É™éÅtEy€ W” ÂlíàHÌÝ*—D,^–+ŽéÂa¹%Y
+ÍÇÀ[»ë¾‘U›KŽuxeRg–Òkñ1°±)Í}üag"ñ 'ÂèY„gºµß‹äAéí'”~àƒ²Åg,°uÿ_>-Ið X
+èŠâ¦ñOÄ¢ô’Ðô*Ž²oÏUãƒO5qì÷ Úòíؘ2•
+¼áðTÒ'ºÌ’’yÅ^d’A•„O
+Ø`ÐÅ
+endobj
+3251 0 obj <<
+/Type /Page
+/Contents 3252 0 R
+/Resources 3250 0 R
+/MediaBox [0 0 612 792]
+/Parent 3235 0 R
+/Annots [ 3254 0 R 3255 0 R 3256 0 R 3257 0 R 3258 0 R 3259 0 R ]
+>> endobj
+3254 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [474.2551 507.6911 481.229 519.6463]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.8) >>
+>> endobj
+3255 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.6329 461.5218 391.6068 473.4769]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+3256 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [372.9086 391.3052 379.8825 402.373]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+3257 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [162.7096 379.35 174.6648 390.4179]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.20) >>
+>> endobj
+3258 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [391.898 379.35 403.8532 390.4179]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.21) >>
+>> endobj
+3259 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [229.6679 280.1694 241.623 291.1132]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.10) >>
+>> endobj
+3253 0 obj <<
+/D [3251 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+534 0 obj <<
+/D [3251 0 R /XYZ 150.7049 497.716 null]
+>> endobj
+538 0 obj <<
+/D [3251 0 R /XYZ 150.7049 369.3748 null]
+>> endobj
+542 0 obj <<
+/D [3251 0 R /XYZ 150.7049 270.1943 null]
+>> endobj
+546 0 obj <<
+/D [3251 0 R /XYZ 150.7049 188.1594 null]
+>> endobj
+3250 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3262 0 obj <<
+/Length 2468
+/Filter /FlateDecode
+>>
+stream
+xÚ½YÝã¶ß¿Â}:X3â—D^ŸöŠ zy(Pd Ù’×ÊÙ’#ÉÙºEÿ÷ÎpHY²¹·¾$(X~ˆg~óE¿{¼ûæ[ag–ÙT¤³ÇÍL%Š%VÏR«Yj¹˜=?Î3&Ùb©“dþã~U¶Ýâ§ÇïîÞ?ÞñY|Æ“„Ë3ØÆY–¤|¶Þßýz÷ãOɬ¸KfßÝ%LZ£gÏ0H·VÌöwR[–j.ÃÌîîû»$—Íå˜è»+ŽÏgëŒ ©¥cù]¹Î]¹XJnæÈ/\e &×nÕ{úÀŒâv6šÿøf¡õ¼£ÝU}8öÔ=´Íºìº¦¥áSSº5Öô Íõ[h×ç½ïþÜ}®‡ª~ò_9PyCƒ|Ó—ž\åOÙæžjW–5M5uéX]*P‹„û/9gVkîØuq¡œ÷ÍçOæe}ïÇÛÊSón×µçAÎWå6_ˆdþ[Õ[šªö‡]EÂ}yï§k¸×ó§Ò¯+ʺ»UMí)á@”ÚM³Û5 ¡çÏeá¿œûIà›p•·«ªoó¶ÚKgì4n¤ÂµðÃz›·ùºGè¹OUMóNÚ4Jb4ù°ëš{êæôuWÕžPY~CçWûªëªÕ®ô»ÿî9Çÿ¿!7po•Ìïi[Sï¢WiÜ:˜†î  º¡ÍÏÂaHê›oXP µAÊZ2«,Æ·Xò4ÍÆÆwaÈŒa6+À-ïL‰Tz¼§/àæ?‚–÷Š„Ρl7M»§A˜tøX;âÚ¦F±x u€šß´Û— ìq¢ë[Bô› µEõTõõáŒá ŒÑìß®sö`™H˜ê³ ˆhÚòЖ]Yji®òmQ®«}¾»§Q³îÏý–Ú­cç_¹_I“ÁhôŒzvV ƒ¾-Áò ÏÁªÁÝÄ7£¹Çm9…):&QaSqè4Ðk±«ý§Eª0á#]{yMájì%Áû¥­;k‘d&SÊ/@-´5ÞIŽurM;ElyØ!2#
+ô‹’z\üÕoß–Uëi˜‚!`q¦êÂñ×^S
+Ád±ëF<¶¡)¡„)©Ó/¸ß ‘mkü~aÝÇ.bcÀªHӗ܉æ‘33ÃbŸ¶Ä|
+õMŸÊ<æ3¬b\¥gÊKHú_pƒ‚Ã~剰‡9ᡳîO‘Cx5´ã`çx—T÷^Œ ›35öÜe™ dð µULªh£RÙ+0¤2–drС£úp8ìNèˆpV‰ãIj•Gg SsNöiLVên¶/©eV÷Ö_³§¶-÷£´ÇïØ•yá™aB U_j§ðûwÙ6!Kv"Ä„úýS’Ècsôß»ãåª}U‡¹®zª»¨£x€©œ;œaWÌC@tó.ü@›Sœ®Cgs!R´ë‹Kœúy '}^ûæž6=o«õÖ“lýêI!3"<ñ5‘ú‚<^rêP$Æ C¼,ëuRÑ̤R 88Ä>JçÁ] úŸ«,a©á®Œ±ÿ¾PqŒ?Ugïn¦çÃ94¤¤ƒÐ;FÃÇmå·PÕ~öÃU¨áÝ*Šk`ÑR¦7§k¸ó©<ݱÇÇqåùjÚÂÅ'·„ZÀ¨C|S Ÿ*†B´ìœ :0XµT‘›Œ³IÏ §aÂmÝÄR8 Õ# >KôZ‚I"Ï>ÞÑý°‰§†F$êöÔ0ã$ÙsŽænqÀׂÂß­ñ“^Rw'éÔ)ÖðøÏ~ôÉ;ùB['¾êÑX¼uÇ]?-¡;¬EO>•ØzŸÖßRL+_L€4î)¤#N#åSÕõ7Õ×Î) gÈUΔ³xû¦-‹½DÔ`1IÖãдnŽ
+(ÏpV³Z †I9Ž²k!Wá¿£èNÍëEw:€â†¤ÏñøÐiòÄöR<&ˆ‡dCKzú²{Âa<s¨xª6!ýeBN½æ«¢¸`C}‡Ý9Íëc2s*økâùÓÛ§àBåÊ6g7Ù—•£nD™d5ìü/¾Š•¯`Õ†Ga­“)°  ϘÅèg`°&à 
+ˆÏ1<kÈꇴòeBæk‹w‹_b‰8œe;>ÝÀ¡ñáÒ|¥ôÔ“< )bðƒqùÑD‚Á¥]yrsM|®½¯¥’%fx†ø¿UsQ$cr­ Ÿ†€W¡ü
+OÙTY_ª€ŠbpN͡ x—Ç"þ°‘d7CôeuF}¥RâO›
+‹çÇ¢t)yÕû_
+endobj
+3261 0 obj <<
+/Type /Page
+/Contents 3262 0 R
+/Resources 3260 0 R
+/MediaBox [0 0 612 792]
+/Parent 3235 0 R
+>> endobj
+3263 0 obj <<
+/D [3261 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+550 0 obj <<
+/D [3261 0 R /XYZ 100.8917 586.1086 null]
+>> endobj
+554 0 obj <<
+/D [3261 0 R /XYZ 100.8917 300.2945 null]
+>> endobj
+3260 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F14 2180 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3266 0 obj <<
+/Length 2480
+/Filter /FlateDecode
+>>
+stream
+xÚåZ[Û6~Ÿ_á}ª Ä,ï’¶Oi7Á¶@XÔ[Hò ‘8c5²äHr¦óï÷Ò–<rÆén÷Š
+¼6}xd1 „îÃüY)U:­‰ÙM
+¨eD2ÅàßÈ&Ò€gÚ¥«œˆy×0Y„<¼q—žrqÿ M Þàá]ÌÚçL²#“]Û‘®ð‹îþ«U%e>ÅÓ¾Ú„Ÿ‡ÐP9 ©ZÞÒ0ˆârÚ?ø ’q
+Xf2O@˜)I¬Pùâp‡Ç*ÜÑÚú¨3T§Ê_ê ù‹
+ØGðàìZ§ˆ;Úó2â$ãIb¯=1"úSµ«Že2xz¦Ô48BíOÁÿÅ4!DØL=õ»Ý¡ª}=‡U ‡†Dý6+üû]Æ$7ÉÔØÁЕ;Åcïe¦ Øä¶þ÷Ýõ½˜yŸn
+(‡a³§˜+«OX9Ï×2+¤þ©wéäd
+¤ÌÔÔ%E@0u¬¾çz3Z‘7µÿ!Š‡'!™Ǿ E¸ƒ O(:Ø8ˆÚö§Wþ@¥e¨¡ýÔJF‰«ÚKì§éœå©…#>ôí:´éfús&cPPÛ/Hƒ®Ã
+ ?g²„e\]m²?QˆUóƒ
+*C‚*>g.Î2%À5F c ¿íÛú0œ×]±Y‚=§Ì$Ó»€?MÓŠÌBO,›œ€iæ±ruéÇ)5¥§«¾¡™a›áoKjTúAçvyÕ”®‹ è·¬ú"ïJW2"¾ÙÆ7]^Qc>P™iš|<¸>쌇;øÝR_€ºöДÔüÐtŸ€¿¡#àÛ@Ï]Þ» Ÿ:Ø{ïÑH7¾)§_^8†1zû}¥?øsœV¾/> }2H!VXse¯ƒ²ž‘L›ó˃S×L  ²œU ðŠz[£Ev„ü䈗@Ëã`L3˜Âo*~í+\S¿õ\†‹‡Õ@}²—¤Í0ç›ÕÝØ¿òbˆý¯¶q#ïŒý1º %áźªµ%Ckëuý´I–A¯öûSóJÙ,¶Ÿ`4ms†ö“Ìæs0{j
+Òs~H~ATš|ç"¯*P$ÓÂ
+endobj
+3265 0 obj <<
+/Type /Page
+/Contents 3266 0 R
+/Resources 3264 0 R
+/MediaBox [0 0 612 792]
+/Parent 3270 0 R
+/Annots [ 3268 0 R 3269 0 R ]
+>> endobj
+3268 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [237.2103 589.2344 249.1655 600.1782]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.33) >>
+>> endobj
+3269 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [406.7822 118.2565 418.7374 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:trip) >>
+>> endobj
+3267 0 obj <<
+/D [3265 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+558 0 obj <<
+/D [3265 0 R /XYZ 150.7049 548.9551 null]
+>> endobj
+562 0 obj <<
+/D [3265 0 R /XYZ 150.7049 477.1696 null]
+>> endobj
+566 0 obj <<
+/D [3265 0 R /XYZ 150.7049 187.1353 null]
+>> endobj
+3264 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F8 2865 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3274 0 obj <<
+/Length 2532
+/Filter /FlateDecode
+>>
+stream
+xÚµYmÛ¸þ¾¿Âè—ÚÀ™å;¥´)¤·À݇CÛ,Šî¨,Ó‘YrõÒͶèïCÊÒ®ìu€+ÄE ‡Ã‡Ï<œ}ÿp÷»{ž®R’j®W‡•0 Iiš¬tªˆN_=ìZ¢Éf«(]ÿ0w¶Ýl¹¢ëÞv}YÚüòðýÝ·wlEá[1JI’2&1T³U~¼ûçÝO¿ÐÕþŽ®¾¿£D¤‰Z=Â%,Mùêx'TJ´b"öTwïþ2šÜŽ6·S£ïû’MÜ?Ï­ áB‰à¾"b³en÷å»ßžš²îqY[öÅÑöeîò,¦6„²‡wUå>ëC›å}ÙÔYxžg¹.kìp6WŒ ¢ŒJV[N¸dÚÛúÖ¿’$‘,YMúÄ/Ë-l{hÚㆭí~nûgJù— Sëézž»"ÖÍ?û{—gÚ
+64Ñ‚å>à8
+ºuˆ¥4!æâjÌ©‹Í嘇ùpÀ›Ç £ëÒ y,%ÎìÐÍâ‡%ÏjlìÂ1Ëöã!kBÂë†]ïˆ?ö?Ó6CÈ#ï¿<·°&{ÞÛþŒçÌÙ|êz{$¸BÈe£>ùH])“0ä0­Í¥$|)w‰ Äà‹cÓ…¹?ÙÚ¶‘-z»q½/I¨ ‰@‰–Z\bÉôE^£ÖÞU1uuË8X‚ñ[È”) À`B–‡z8.ÀH0H9<â£XX½
+G3
+„< ç±ñzY…qN
+nÖù†yQÌ@‡CñÖ8§Z‰ùégªhg
+›‰æ›JîcöOR¶À‰vØ’|²6'GakâáœfLw*³XV(š¡
+ã‹ÌmŽw€(î+{ˆuð
+6f±X‡ ý*¹ËÌŒn?p"<â.®;üVZ‚ïruÂë¿B-¢—hoŒä’.„›œ¢×²*¤ –Fí±éma]vŒ-¸I áu¶Hä4»‰àBÊ\à†7h~é=L´x‘ßò$%*Q|ŽÞWÃçŠC­ÿˆPfZ*Z˜CƒvdB_Õ%`:†¸#hÔ'0Hš>w%îä¹Þxz]×Þ"*öøªGôÀ‹Ä°Û×ö\ïÎbÇÐáÉôºÛ>=Æ„iÂIÂYêU(Kóçå:…s£–|ËRÌ.î÷`³®ÜUåîñÞk˜±’‹ãµÜ=,Kv¦AJQ3EQÀüB=Us¾,úˆ9û0[kOU–»¨ùÞ¥{®‘°É”Of±S\žQsbô¬ãäš!ÜñÎ\‘fNåº<×¥Â1üKTB@Ä8ÿÆÜßß/³‰á#Žßâ6 î´¡Ym–¶Ï$I¢]‚¾üÐøò¹óy7•-sþà$åææâÆ4jÞæ5n‚ ¥ÔÕâ™IÓtº¯ÎæÐ Yå ¸ßÔØ÷A«gm¸‡h èab¾Qí9/c=yoƒ:çý‰.ìcá”’Ä—~^×ʦ…¦¹–ËòÁ³9<®Aø ¹J`É€'L)°ÇIbRïòß6RyÞDzö·å?>Ÿëöç„ŒrDCæ¾—E3#@ zuîþq,ú„ÏSwÛÅ¿#s“À RÄ‘¨øGóÿî«ë²endstream
+endobj
+3273 0 obj <<
+/Type /Page
+/Contents 3274 0 R
+/Resources 3272 0 R
+/MediaBox [0 0 612 792]
+/Parent 3270 0 R
+/Annots [ 3279 0 R ]
+>> endobj
+3279 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [152.4577 393.5369 164.4128 404.4806]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.13) >>
+>> endobj
+3275 0 obj <<
+/D [3273 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+570 0 obj <<
+/D [3273 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+574 0 obj <<
+/D [3273 0 R /XYZ 100.8917 554.6489 null]
+>> endobj
+578 0 obj <<
+/D [3273 0 R /XYZ 100.8917 375.8273 null]
+>> endobj
+582 0 obj <<
+/D [3273 0 R /XYZ 100.8917 358.813 null]
+>> endobj
+3272 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F8 2865 0 R /F13 3278 0 R /F7 2845 0 R /F14 2180 0 R /F39 2205 0 R /F10 3010 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3282 0 obj <<
+/Length 1105
+/Filter /FlateDecode
+>>
+stream
+xÚµVQã&~ϯð£-]8À`ì“úrÕžÚ{8©jTt{NLz ¤¶séªêïÀ@âìf·«J•€>f¾oü~1{û7YCšŠWÙb1I‰¢¢ÉªF’ªa<[t_ò·íaÔ}1ç’æŠsIiþé¸_ê~(¾.>Îî3–QøØA§bÙj?ûcöå+ͺÍ>Î()›Zf'Pš†gûY)RIV&Ënöëì—3äüŒ9Ÿ‚¾÷Þ vÓ{©/e¼W…¡ùÝŸ‡ÖvÆn0–Ñ9ì¬ÛÝ[l¶®`4?]&!ÊGTQð«&Träèç×UnßʼÅáÊí÷Îbo†±ýæ5®Nœz3jìŒ^éûnËþôŒ)AÊš‰lÎ ¬
+§Þ…)AjÁêlbÿœNïâQ§­îãW•¤¤•z­¹v2»¢Ûvß &sÝÚŽ»\ ½)0€æ\(R*ðlÎi¤D¦·×ãö¬ÁR¯Úã q`ÆØQ þa"¶@éÁ¥ -66$c!eNÐðÁ»â¢¨èW»?ìô;T²|¬¤
+í=¥ÜvCœ½<Y0%þ´ $>¤.Žõµ·%•òº®h'ˆ¸Øšè¬p‹àÓ-‚Tªª’T‡OaYEx£ê³Ã¶¾\Ä2ß%Ï%¡éõ¡×¼íhÂ;ç°±üáŒ)v-`g6fÞ`ý.Õ)U¼Tú­öu&k›õ£t­Ý¤‰§Eìfµ\êÉcr\mu÷¨Â©ËSNëxwT¯Í`–;V¼=ê1?8y+Qš^Zöò$öBžÔÐüÅkÕˆs†ú„î‡ñ:ˆ‡OT„)cqõBÛR¯]yh”õ„±Y?C5¿ÖÚŒ¯|o'•ûR†'OÄó¥X`Í°]Ê€”?Ë|Kývõ-¦Ð¦€×/ÄæGéõ„ðC¶w’Åäûá:ÁÎ8ðtNžRPRÑø>ÖU Yd^ Jxoa/Ô@šîìo…¹YéåÎüþmëŽñççžó
+{ñW­"u©<µ¤QêªêCYUÙÅü9†û¶7<w³J?éÿ
+endobj
+3281 0 obj <<
+/Type /Page
+/Contents 3282 0 R
+/Resources 3280 0 R
+/MediaBox [0 0 612 792]
+/Parent 3270 0 R
+>> endobj
+3283 0 obj <<
+/D [3281 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+586 0 obj <<
+/D [3281 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+3280 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3286 0 obj <<
+/Length 1325
+/Filter /FlateDecode
+>>
+stream
+xÚÍY[sÛ(~ϯð[홚$=f»éNvfŸÖ;³Ý™*ŽØHÈÕ-Mý‚Še#+î&i^,@pÎùÎåä_6>´@x„áÅf»@‚ Dþ‚ Ïó›äïåÇ4ÚÕ¼\­1…Ë`õÏæ÷\¬=4è&ü*r.+QÈỂdb¿e ×ó?|Âá"!ÃL«Q«i
+Ü•ü3„ø›KëÚÊZ# Ô˜7Vžð­C?Å
+‚2ý!7[ëîÈa7
+‰2Wñœ÷–Û™#÷Pºt:PªÈêÈ+’ßOé{å2ËŠ8ª-Æ>8l*Þs‘s³)£¬ü#›ª;±sáFš‘{sþÔs~(?Œ§Rwvü’#ØKŽ á
+)žÛKÐŽ~O0‡Co:•#½×²R„Ù3dï„ýÍW÷ó"ç&þ~IÍó3ÍÚŠl®L®¾6Bo­þ‰2n)\¥å±*JhŸ‚ rU©t ãÜ4vYS™r€ ÊVÈl¶:A¡PYIu£’üv.é^
+TÅêF–Íî~/±ÀðI`©°bìªÊEEê ‡mê`±óñ©1dXed'¡BÂc¨íI*ðNPÁøˆþÿÈÀ±}µ/Oíë“A{²dÈóäVûJ¦}–k˵/Oí!ƒ;^ʹš»L’Qßéóˆ^7ÔùøœØ]çº3eS–ƒcÏö°xL*™:ZuîÍ¢ªž
+endobj
+3285 0 obj <<
+/Type /Page
+/Contents 3286 0 R
+/Resources 3284 0 R
+/MediaBox [0 0 612 792]
+/Parent 3270 0 R
+>> endobj
+3287 0 obj <<
+/D [3285 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+590 0 obj <<
+/D [3285 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+3284 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3290 0 obj <<
+/Length 2384
+/Filter /FlateDecode
+>>
+stream
+xÚµÉrã6öî¯Ðœ"UµÐØ&§É¤3•ÜRã™JUœªPd1¦H…¤ìvý<,¤HZÓ.‚Oo_üýýÝÇi2IP"©œÜ¯'D`¤0O&2H&„NîW¿MÿµIw©fs*ðT£Ù\`<ý!Ûš¢ÎÊ¢öûi±ò‹ç{3ûýþç»O÷wd‚áôñXH2Ynïþºûíw<YÝáÉÏw±D‹É ¼`D’„N¶wL$H
+ÂÚüî?w¿t(çÎyé÷öNN$(‚/%¢L0w)ÈlN¤TÓÌƴȸŒ¿B¹¶øø#á<˜ šÀv6fxG’',@<NŒQÀ#d
+0s¢‘^9ÐûMfEŸàim–wðò˜Í¨˜>ψ˜÷L›™nŒ_ׯE“~ö Àf÷lüG<ýkŸ È~ØÚÓM­ˆ€o< ”!­8‹^ø
+®±v(ÿ[¬ËªÙ
+>¬þ3ÆVˆ¿V‡.ÎíŽ[!Îd'>P &¬¦]©é½SHXø9PN¤ƒýä¾€‹äDOzû¿zÞÁçh1Y¥´jcüÆËHv[Y8¬0f(ðÐjš+pTñ»©ßì˜ûÝð÷Ë4 \®Ä”T#^Ö °CÄ ‚ ¹š 31Mû@(æáò’H‰Ç!Gúj¢rÔ€zá„ëþ=†j¤4iU¥ÜYelÃS=±Ä@@ªÊpŒ³MT1×-ľ°˜Ìª§Ü¬’»‰>åæÁÛ"¢©eš@‰=ÀçEA
+ÃsviÕ Í*æÈŠëR¿w4‰–âTÍR´ˆ9Å9ÐÄ fWªÆm\¾QQŠ²Ú¶jrì(«&Žúóø Sž¨ŽG¥©–çn#4Üâh Ä&A$îYþÝ|¥ë¹—™gSH3ʯä_ ¿žÐøe®)¢®ÌjýœLikÒz_Å´WÏ•LF"qÉÕ0½9+’›tà«ÈäH¾…-Öäd*
+¡Þ2@}T8˜Õüâ%x­M:ƒ °MšÖ¡­Ë</myL¼ýV™ðu™Ö¦þ6B%žý€‰Šq: ¶êŠå©ƒžœ×…ŒÑSò’³K‹°ï<¶Æ¿vÕ>b`Ù«©|à…´Ö¦Öv§tOfÃ@º5‡íµúÔ’O„MBn"Žä&¢ËM%.½•K™)±k2„WïXæŒb€Q#ãz¶z“‚MߦR2bC I®•ïÕnër{ð£ äA‚o£¥Š ½ ±ª>CNxNÈ*Ûš<» `IßĶ·P )#½Š"Oëæ ø‹üà;4Ñ£šåá¢Ï²• º)Ÿlˆ'ôˆq¶xõÇâë¡‹K=_´!¥ØoQÙ
+1HŒ‚;‘
+–>E£>fô„ؘ¨¸K¿µÔâ|™ÖFÀÔ]z£ ÷jŠ²ImëîC7¾©¡rU#IóÕ^”áP‰É‹S¶ó šœÍô £HsÏlë~iÁøa4êò½ät»ky(4A1iÓ8i$¹Á9\Ka]aêR\LŒFOQ&Í=_Wvé¿_žC¦\_žCrt¢ÃAµ&'™B‘v˜n‡O®'oQ.LèV´s'ÜëàÀw?Y"~Eó8
+endobj
+3289 0 obj <<
+/Type /Page
+/Contents 3290 0 R
+/Resources 3288 0 R
+/MediaBox [0 0 612 792]
+/Parent 3270 0 R
+>> endobj
+3291 0 obj <<
+/D [3289 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+594 0 obj <<
+/D [3289 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+598 0 obj <<
+/D [3289 0 R /XYZ 150.7049 555.4245 null]
+>> endobj
+3288 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F14 2180 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3294 0 obj <<
+/Length 2568
+/Filter /FlateDecode
+>>
+stream
+xÚÍZKsã6¾ûWhO‘ª,ïGö”ìN¹mkk«2©ZJ¢-Æ©Ôxüï·ñ DÊ DÒNeO(°ÑïþÐOwßÿLÍÌ #©œ=<ÎÁcx%@Ò:{Øü:׈ ÅR`<ÿgú~γ:+òÅ’
+</¿=üòýÏ„·È(†$a|†Ýç[¿¢»ÒŠ7 žvÇ4B…(D„aQ¡"“ÍïI¾‰Ñ°‘TC9Ùdû4¡,Y›•»Ow^à™Œ‘6DÚRX’Ùz÷Çݯ¿áÙæÏ~¹Ãˆ-f/0ÁˆCgû;& ’‚°æÍîîóÝ¿N$—'šË6ÑŸ¬Éº
+…”6b&a@™`Ã$}\<OÖuQÆÄeˆ0ø¶×Y,Dªùßü<¶ÕÀ !áü(÷ÉίÎò:]1Jc
+ ¬“î~¿÷oCâF5–ߤëì´ÏºÈ«:ÉëÈ&ÒêGš¶AÍF"%˜†AF2L}ïm¼*Û{¸O6i^Ô‰‹ÃHüQ„ß*©•O4‚úо¢dc}€·ö/óaKŒ8‡ag{iP›ßlj–½T²û‚™7ÝääW@ü"£À¬Ù€"fÀ/x÷1Eh,Á`d±[ǃNßîä„nŒyc;Þ¿Ý’PŠ¤´î
+Z–X²â&{Êbú#à£
+’}Ð_Œ$®Õ»¨ ?Ä1mØ4?œ¶óm†)&B Â'ÊtÈP‰Á­¸if§(v/*ÿLüã”É>­›_ëmRw×ý·L“Ýîõ»ðUÞCö ø±höpJZ§÷±0Ð ÆšLúŠöº8æ5ŽE¦„¢~2lAî½E…
+Æ…éZÔÖã%•Reíë"-×ixûX{;RVvû•ÞÊã
+˜ZîíÓb䇟ÓÔþ±MNIv¢<•ÇæƒzVmºXÅÒ|ôϯ *æÉÒq»\—Yq¬¼w=gù¦:œË¼W¡Xt2Ž´<û6 ª"*¦Ï°6À—XGs} »4Ž êbÉ°qì’›ïÓ¤:–1h%¡À ͯB+à¿Ù{m=ÍR^¥žrŒ[ðƒ1
+µÛ…˜¿VÙÚ‡¥íøÔO
+ù8ÇMÆXïcÉ€Žþ;NeÃñPTU¶ÚÙ]ŸÊ"ÁÆ‚­^#ûÀÐ@.lW— D>”tcÒ‘tÂÂóœì, £ ¬]ÖöêTÃÓ˜°¾
+(’u˜“(.éPšæPÁ;š¾L(‘×
+4'æ¬N ¦$ªl©Yp ™ƒð9ÿ‚Ì]V!FÏëÂ/©À“­Eí»CœTÁöǨ*ÂFkÀ‘ìëU 
+êÐŒ§[葨¤cÁ»ƒvb¿’)°’“[¡ð]q°U¨Á-Õ!Y§U|3¹ [t•÷$P®§ê…Q§0­¦¡°“8o3 ‚ÒoÒVן:ië6<ëÔŠ+¢
+«?%ë¯ÈÓàoí«Çªf ‚&±@Æ(3²µ™dº±}M“·/;–VÞ¾ +>BGt‘4¢¦7Û¤ôÛ_Îý¸ƒˆw7ɺd©9ÿˆýJyЭoÞ%bOj
+¯~â;uj-ªÔíQ}†tÓ|»H(5•gû¤Nß°uaä˜ÂsØÍê®(ɱ.`g ßv¯5IÊ®ç<튕Ë<L¸î«r'>Œ·N|à‚mc…üäÁ÷À
+ý[ï¥ßEýï0k£lgëiý‹mÄmeúó/‰<û±³8Ø è­
+@Ð"7z,ʽyç Ò¹‘?0,³dµKïâ@ ¹\Ûº˜qsç.~ßàiÙ:«íA}—å‹Úã
+hh%à?¬ºU¯ÉŽäÁÆ>Í!?ùlk¶µ’1)š;†î ;q¤#ñÀ@åO¼ØºÀ哪8Ü Ë‰ñ@˜:òÖqØUñMVûë…ü œ4E½·ðE€¯v :5â]}ëÍŽ÷T¢}1Ù r‰jÝÍ3Æ5‘<_ÅÚŒ»KªºzÎQ,&@n&ù%½Þ‹52[ª›4¤Éºx¶·íq »ˆó‘Åî{8·vð_ôrÕœ†åÇý*®b~ÖM´VA1ÍÕHcTú®þ"Y_ÓMVAm­¶EÙkj­÷)6Åv¶ˆSŸ€bWI•î
+ýx]ìE^åç¶+p‹ýÔ'b;jCV·  ?4àìÞOÏ—{°èe›æáuQoý(ñW(—QÕ Ó¦?±­’o‚]1M,ݯöMÚLÿ\…ùSf¸_‘w[œ*ýã˜æëôï1ʧ³»ð_€fÿ¤ú0t<¾.a‡Ý±Šÿ7úÑh;úxêÜçÜdÊÚâÆù"Ha!'bói×m[Xc·w§x|³Én°Ïò¸Î5’œò¿Èz¹>ÿ¿=ê6!t,À,“úØKå«­óð¿ÂÝþc0L«¥ŠžNjƒ &ø¾ÀVHS¢§›s o©”ˆFÓ Ì,üx3³Æ¨({ûÜ"²»•½Tt‹Js·ÏgAÿâ §”ˆr{×M Òvù¿öFÎcœìŸ²ßŸ·Å14•_ Qñ£g ¡™²eY¾-O^œ_ÿ'€€×æsCÁ²u,.”†¨?avmšèÿHÇ„endstream
+endobj
+3293 0 obj <<
+/Type /Page
+/Contents 3294 0 R
+/Resources 3292 0 R
+/MediaBox [0 0 612 792]
+/Parent 3270 0 R
+/Annots [ 3296 0 R 3297 0 R 3298 0 R 3299 0 R ]
+>> endobj
+3296 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [358.5487 570.3961 365.5226 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.7) >>
+>> endobj
+3297 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [179.3986 371.8891 191.3537 382.8328]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.10) >>
+>> endobj
+3298 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [427.0414 371.8891 438.9966 382.8328]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3299 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [331.0662 359.8768 343.0214 371.0017]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.15) >>
+>> endobj
+3295 0 obj <<
+/D [3293 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+602 0 obj <<
+/D [3293 0 R /XYZ 100.8917 350.3695 null]
+>> endobj
+3292 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F7 2845 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3302 0 obj <<
+/Length 2430
+/Filter /FlateDecode
+>>
+stream
+xÚÍZ[ã¶~Ÿ_á>ÕÆ ï" ä!iw‹&ƒbl€Ê¶<VÇ–¼ºdvúësx“E åñ6P̃)R><÷óãùöáî«÷T/4Ò’ÊÅÃ~AFæz!µ@RºxØý¼üë!?wE³ZS—
+­ÖãåßÊSQµe]µn?¯vnñ÷c_¬~yøîîÝÃY`ø#cº’,¶§»Ow?ÿ‚»;¼øî#¦•X<ÃFDkº8Ý1¡‘„…ãÝOwÿH®šë1Ño¯È$2D™`V¦‡CìJà{ÛõùÑ­wÅGŒiUv –Û©÷F”¯Þ>¢¨%"bKéàÞˆîdHeœû MA´©DSêß/á)Yx¡uÔšbÛ7m¹¢bù늈¥—è#¸-üÃÅv’,™„3rïN6+
+ uî¡;mPHS {^ ÕñÅ­~5wåÇrgX0Š”ʬÒBËÞ¹nÛrSAE‹œ0œŒ„Á‹5ÕH íÞWˆ ¶2övAñÜÜCð²hZg1o&íÝÙáÑ;æ„
+ÉPF‹•Qk¤ðç]"¦´¸•‘ ´ˆìŠ¬‰Hpnô­zO=6ùé”û0múcJXÆ‘’Kk‘fpÛM<Ë0Á·t7ƒ»ã‘ÙòOî9E*P!þ‹{cmˆÃºIÝÁ¸Y¶2E È•òoØ >c?OEÞöMJ¼6“úªÊ•@Ti9ÑX!ÈY¶õ©p«ªî
+ÏF˜ºé+±|qG[H’ŧ¾¨¶E{ï·ò¾-vf è_³ñfAa;÷«<¥Èn ¹59õjF=æóŠz@õ³«iIg$¸lU8‰¬.\‚`T L¨ ÂÕ“c]?9ÓË'龄¸ÏšðÏþ=šÁåBÆ!mYâmxqS›üè’¤I6+™<Á¯)–­÷æ¸öñSVm—ƒÁîÝ㾩O|é+Þ¤ZÀγ¿ ¾=ö»¡ÀðÀÐî
+ˆ)_ ˜Ž³ãØÕ>Æmüá¯Íò˜·Ý¹¨òc÷2yL˜gBÊ2NÁi_ªÜ«Ü‚Mb§8n štî|SX÷LðF¬=YH¹os áz©ƒ móÊÝ°ï«­W\¾©!Zì~î9ÌýIYAPUm³»áÍD†` šª/
+稜CM×Yì¨Öý¤º"æk2#WCDð,”†Í‹#ØåOeõhÖzYv­Ûôŵ/ÜcY¹óÌdËìkÐÔTûðÍÞö„‘d†bd$o •àkÈžC7š UƒglDÐydJ¿Ò¥¹Þ ç‚eÒEƒ[DÚ®
+ ŸË؇܀”Ü\rD[þ·ˆ‘AÄ0
+Ò)˜ B VåÎá-„WÞúÕó¡p´ØE×±+(gCÄ̺0‹ËPvÎÊ®åsŠ tÄu˜©²fRŒ‰ºCÍ¿•MÈMåp6Cb&z1»VŽ#š÷Ž˜M¯Î­Àù$æ1-MÉ¥,3b[’ÍC Vt+«6ø|t«s@ª0±%Ĺ½ë¿Ÿ]Ô2µlûíÁÓ~ÿ¹ì⣪?m¬KÀÚ”ª´á©b€éÔÍmÅ— ¦·[A§ÜUäÖ=–]Äi˜0('XÆuSF Ò¥”·
+u+ÒL¹î¤·çb[{msSeË&½Îkh ¡ìuÙmŸÊ³«ºfEn,°"$¬æÅã„ro´‡À¯ºœ¸RúÕ„òL¸~@kÛw61<FöìbæD¶Ç¦Ûär”î-)ÛqÐ:
+€W;·¹ÚE£oSHÍ$átÃIÊnb!’ ı÷¥¸Å\ó ÈýC]]̳)ö¶:1 1÷ces”y,;äÿ¨Ü'à,“‡ÌÒ·);ÛÀóLá—a)ôm®ÀéÐ,xll n[‹]#Úõ / Ý`D2-â4n;.:U tSt6àQ{{hÊêéÆ™÷3‡‹GèŠÆ_`ƒµnÒ¨Bb¡¦0(ÕîKÓà=´&t«˜MT›ìAÁÁ0U“¶ßjË(|e •iÞùʼn^Œö?msߺ¢qÈ:ˆn,±¯wÖBU1n”u
+§£NÞ
+Bæ@€–Ŭ„ó¥·qºJG—€e´NûÊ«À¹„óŒ¯XAÅÛ¾>N Ç&öÐ[‚ e:NVMaJf7%:|;TN7a:hÛmaæ|Gÿ¼y™ô¸öîÏçƼe¦Ä‰zFMTO¯l]¸yÖáqW‚Fœ MJzîƒ1’LPAÚ:³r\Œ4ó1ŒM~¯W'†Z ÆHÌÙ7mh³ºÃd2É ãŒË7ZK =“oT”oî‡Γ ?ø““2´€ø#l/DhË p3iÍ£¶ì§—ªv þdçÊ%0³˜Þ[~ø  bºÏSn'4TMÀÞLTP)ó®Ø§jÆŹ_")ÔaÍÐãˆ1ŒPêÓ hÚ
+.<üxÅÙÐýk•ñei'Z–ê»ò?O‡º÷®nÁŠH‰ËŒ*‘βÈnP³ÅeûCŒPVš.ës¹ ÿ¥ð¬çBmendstream
+endobj
+3301 0 obj <<
+/Type /Page
+/Contents 3302 0 R
+/Resources 3300 0 R
+/MediaBox [0 0 612 792]
+/Parent 3305 0 R
+/Annots [ 3304 0 R ]
+>> endobj
+3304 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.304 653.7484 395.2592 665.7036]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.36) >>
+>> endobj
+3303 0 obj <<
+/D [3301 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+606 0 obj <<
+/D [3301 0 R /XYZ 150.7049 631.1888 null]
+>> endobj
+610 0 obj <<
+/D [3301 0 R /XYZ 150.7049 346.3071 null]
+>> endobj
+3300 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3308 0 obj <<
+/Length 1817
+/Filter /FlateDecode
+>>
+stream
+xÚÝYKÛ6¾ûW¨7X3|?ä I›
+K’,דO“·ïq’Mpòz‚3Z$×ð‚1†&ë IAXœYMþœüÑ’œ·4ç]¢ÏÊ8éÞ°=[(D™`­ÊÄlNœÒžmóújmë|ù8è,Ͳ ÁÛÒÀp°AŒé ùgÕlΰš^”[7ÐÓ¼¨íŒˆé¥Ý†•Ï3*¦é6OÏW¶: ›ÒöÀ°§ÜØmê¬Âº§ðw^Õ=â*H¿¡álâ,L;Íú¹õÎ[ŠŸ|‡^§õ•»[x¾ 2B¾a%_¦«p]÷Ñ“0¬¬ ƒMzÙŒ(@‹„—ÞmPKÙ J´ö”WÍwá›­­*3/KÖ³,Ž´ÅΉFL±ÀÙ;ð‹4ûœË1“çiNïi®·8! ¶F™¢Ñ€Ç(+¤¸ŽG—§/àȵ"\éfãù͘×aÄ%V'Ÿv·0ºÁðQ §ÿo*å`t§™ ®÷ìþ`B¾O”ÈX 8Š›(còíe]û)Kî¼Qü Rn.2bËi­Ôl6‡è”ÑÜI1LdHlYäR—Í3† *ÿǶY8Döðˆ4F¿fèâ¬{GÃÛ³,H¿XæÅ%ìÖ hŽX:C‚sObÇ=H¸÷¡”/ f5F‘RZ~ðÑá$¯Âý²²ð7¥Ž· >H¶Q”As°X¤õnëóÌ:5ºÔé|®ël…Õzk륿¨J
+qÜ`Ó'î£Û‚%IÙòsH‰ÌÝ¿Mý^®`¯{¹vRY:U•cåÁ½´[=úhíK?†hí<¬nXßGë&é¢@­W‡Í gˆ3
+endobj
+3307 0 obj <<
+/Type /Page
+/Contents 3308 0 R
+/Resources 3306 0 R
+/MediaBox [0 0 612 792]
+/Parent 3305 0 R
+/Annots [ 3310 0 R ]
+>> endobj
+3310 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [190.6439 622.7888 207.5804 633.7326]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.6) >>
+>> endobj
+3309 0 obj <<
+/D [3307 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+614 0 obj <<
+/D [3307 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+618 0 obj <<
+/D [3307 0 R /XYZ 100.8917 406.2582 null]
+>> endobj
+3306 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3313 0 obj <<
+/Length 2478
+/Filter /FlateDecode
+>>
+stream
+xÚ•YmÛ¸þ¾¿ÂßÎÖ,ß_.½¢I“9 h‹l‹n¨ÖÖ®ÕÈ’O’»—ûõrHY²¹‰Ð g†óò~swó‡÷Ü-qšëÅÝã‚)J •n¡"Ú1¾¸Ûþ¼üË®8 e·ZsE—–¬ÖŠÒåÛj_6}Õ6=Î͉¿ÖÇrõËÝ7ïînØ‚ÂMå2 4[lö7¿Þüü ]loèâÇJ„³jñ J˜s|±¿Ê­˜H3õÍÇ›Ž"×£ÌõTèo“„qJñ¹QÊ.”FYÂWk¦µYþ­íVÌ.ËhÇC{ÜžL{‚Ø“«(h`‰Â$q„­¼Rtù¯¦¢WÚG|îË¢?â2 s@y3×òl÷¡Áï<+˜@8Sv±æ„K¦Ç»ðF+™]LæºP>Œ7E”ø ­šmµ)†r›†#לªŒñÞ&–k´u€ô!ºíÒp8ÓL‚Mž}[6­_&ð‰)Ÿ„
+Î#ßfŸÅ8ì£À;•QÒ¤`JËÀº¯êú‹JJG¨VW)ɬ‹lû¬Ž”HMMdyþÔz9ìÊÞ{Z«eÑ•8÷ñ>1@€¼§ŠÆEåD¤õ1¯’Ù?÷Æ&ÊJ½Xöh‰»qO…/aR µ˜¼‚XÃU>4¿M1@85*µý·)J¥Þ
+ëÏ b<¾i!\ò–hÈtkÔ™%ž?g
+0sûuK¡Œ¥]> ×X"¤Å}„Ì7ÙO¦Àõô#T«@œo´ÿèÐ…œ
+Ï÷¸‡]ð²º<%dpzNƒë dE×i命Y*FçmÁ!¤¥ù=îçݺ˜iƒØ…K!ç øm¹©ö® €uÅfˆØ[ˈ½a>`o˜xîªa(ã䱯š'œh‡NFè$.Q°ðÞ?Wø‰<}²ªxméaa"yb¡rvï·b›s›‰^ËÀ¿*ùŒå¡P81F–2Bà=³©‡®–m¶BO¸Ü9Ô7¤×Û‡8ïðfÒĤ£ˆä%ÏSàÄÔGk&œ?›G«ïNÅ«|­RÖÙ+¼ñ Ê1€?ÆY82J&E<2]ן! „ŠÉ/Q”¹«Žða¡Ÿú8Äjš¿0 ù ϾÅb£ñüù=Ž1:=[Ê8 Ç$úíì´½XÃ!RHaæñ[¡•>…ÛªB‡TºxèÛú8”8úߊÃT},1‚8…ãTË]Ñdêƒý—69™#‡YhâŒ?C#ÎÂ)Š8‹÷"ÛØìØFœs€À‰ïžRz¹¢%Ð4R½b™èˆ ^Ý.nÑêç]Ú ¡_·à…8@^ÃI<- ÝF_B,9¤Ërˆ±Ä{q°·¡Ä¯¼[c|"Ô„cÜ$ß`s©WѾã§ÚåR™ò%(ä‰15˜ !Ï÷]‰ýÞÏuÕSÂÌÅÎ_0#Ì™ìáó!Rí±Ù–]®@þ£*»°˜ ËÞ¬çMo]S…ȾA ]»=n0”ƒôÚß6 t1é'ðú¡è‘Ó·»øÅ.®3#¼j-&œëaןvs5±6¡ˆ3]¼ëã
+ˆ¾®žv´‚ŒÛë¶y:©èæ?‡*a íŸ îw$í)8 ;mÇkO¯=Çï9 x`ó…«Îˆœ¦7•©Ñ{¢)†c‡Éݼúû}G,ŸüMs ‰°4Ø ¤¢ ÔÁVe.z ~7‚—{&dõ ,׎1”§Âìm$(ùº_£øähÙÏ–„l5a”ab€`û<ƈGIM8h’QlÖz#ÂòdÂ.§:±FŽGMïôË>ÐÖQ€ÏI9mO³Õ
+‚eük‰./Se.&æ
+}1þgbÎïÃP\çsq¿}¨‹4ç‹\1¼é §¿ÉUäµ0*B*+"¹:mVS>“ƽ˜ôôðÂkpä·#ËññßXAû(ðõßן1Oþ½2rYm†¤ç»ê¿Ÿvã¿‚÷œëésZ+Œ¯ÔP‡Ìì|%ü=Ãi:þ3÷ð9}8µdœþ-ý?k«¼endstream
+endobj
+3312 0 obj <<
+/Type /Page
+/Contents 3313 0 R
+/Resources 3311 0 R
+/MediaBox [0 0 612 792]
+/Parent 3305 0 R
+>> endobj
+3314 0 obj <<
+/D [3312 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+622 0 obj <<
+/D [3312 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+626 0 obj <<
+/D [3312 0 R /XYZ 150.7049 656.9486 null]
+>> endobj
+630 0 obj <<
+/D [3312 0 R /XYZ 150.7049 292.8534 null]
+>> endobj
+634 0 obj <<
+/D [3312 0 R /XYZ 150.7049 197.533 null]
+>> endobj
+3311 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R /F8 2865 0 R /F7 2845 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3317 0 obj <<
+/Length 2699
+/Filter /FlateDecode
+>>
+stream
+xÚÍZ[Ûº~ß_á·Ø€—áE¤¤ô¥M‘9@qZìöœ ²Í]é¬,ùHr6›_ß!g(K^n²IS “ÃÑh8ü87íëë‹—oe¾ÈYn¤Y\ß,Tš°Ôh¹0¹f&rq½ûe™1ÅV—šóå_Ûή.¥æËbÓÞÖG»úõú§‹7×bÁáŸXÎY–‹ –r#ÛýÅï¿üÊ» ¾øé‚3•gzqÎDžËÅþBéœ-T ÔWE^Ž2/§B_?ÚÄéÝ:eRiå7ñ¾jnAa•,ûã¶t#»ØÀ†¤^~¬Š¡j›nÚ×·í~ß6õ’½Ý!}WímÓŸ(‹žH¨mÑHîW‚/[¤»îuE3·¶gÈñ¶ê€,û¼‚åZ ¯s{ 9H­k7Ëj@B_¬$_~\ ½´=.틪ÁŽݷÝŽ«\¥-;YHw€Ôv»=v==Ó KAâŠm×¾š‘¶m3tmMºØ߶ÙZÒ°ŸoÔ6nÙ˜åÐÞ9kØfíæzy_ÚÎzãÁb´~èð¨€Dz»E/øå[5;êD±T+@Œ ? È4ÇàW¥g(PzçPvÖ2|ñ•…íà´a¼Æeop§Ó™ÁÝ“`Abjéе[Û;œ­½.…‘ŒçÜÌá· ÷æÚ3 ͤÐ
+â±0<£*ÈŒ E#ˆ/ÕL'j¦^ßÇ´S,O“`ÀWÄÃÀ»´<Ûhco#Ò®Y†½þî 7x0JìÑÃÎÑ6 ;Gr°ó$œ–mW}†[í@çÈ:7BÐ9:GòNÄÉ(ƒ¯ „=Ͼ€Äò»$1“í–ÿ÷@ÌM:Sø{è%¥g’ž†ß7éôú ÛM¾ˆ>lvÏÊgÂÏ%/I¾ü×*ãÞe&
+å×3¾™/zÒ )×Ýøbl4f Áþ@1×ÖˆO>Û
+¯'·-GÍ4ÈdL¤A§˜Í žK~„“´pÿîïO±CC§‡+èó&Éxè¬A‰ ùD"ÄÙÝhv§PÈöŧjÜÏò,âÍjBA´È œCŠrL'Œ:j¯ÎÞ>nè,s$uv[9 L’ŸHÍ(HŒTx³dG@®†Û¸¯šcCmþñy$Ãz,8êÔ÷~"…¥s&$ä2ÞYœ¢mÂ0¨ 8ñý9•ªåͱ»t+­]¾î–Þ‘"¾‘ã›Å¤ŠçJ_©ÀŸX<‘lëÆ>^À3§ˆäĆn(¼¥€Ø$Í模Gü¤¸“MÊø®òåOVƒÚŽå
+»>°˜pDaç–1˜;¡8¯ _
+×E4g¹õßÚ¾}u˜†©êü3Ç©ö/öv^37؆_AjŠ6~ÙÿæËxùÃÁU·í]ý˜[5uKšºÂàJœSÛ†>[¶Ç—0_/ö‡Ú®‘çt aâo!°A\h‚ì I“½ÉÝûû±AÔѲK2#Ž·i£ aÉé{^ÈHÙ?kÑý»¾óBëc±ÅO½Áñ çÕÊÉ·¾h§.gIž…׊ï¾êO†<ú€&X¢Î›å×eEUbµ‚ô0TŸ­O.üd‚üÌÊÉ'/ˆc+îSªfÅ,U¸c–AÕ§³ž£Æ?û"Ò ”·X•[œù"ÐL+zª]7r7~R ßÙ€·jü—¤ɽmzëjœnˆì¦Çš>Þ>ó`·eC||ô'ùÁc$‹ ÎÖ$•Bæ s–e˜8üs¹Vµü_€„7ÕowåØû¡‚lÌ·a™rù6¨¦³t[i œÈ”mûúÇs¹lÕ6æzÓ €©èrþ(ã?|D§bendstream
+endobj
+3316 0 obj <<
+/Type /Page
+/Contents 3317 0 R
+/Resources 3315 0 R
+/MediaBox [0 0 612 792]
+/Parent 3305 0 R
+>> endobj
+3318 0 obj <<
+/D [3316 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+638 0 obj <<
+/D [3316 0 R /XYZ 100.8917 555.1526 null]
+>> endobj
+642 0 obj <<
+/D [3316 0 R /XYZ 100.8917 470.6242 null]
+>> endobj
+3315 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3321 0 obj <<
+/Length 2224
+/Filter /FlateDecode
+>>
+stream
+xÚ½YÝÛ6÷_á·ØÀšGJ"%¦¸‡ô.¹k_ŠC}‡MÈ6mñV–\Kîf{èÿ~3R_«Í6EPˆÉáhÈÎÇo¸_oyé¥fZEj¹=.…ä,å‰^*-™Ò"Zn?®þVä—Ö\×›HòUÆÖÉùêïölªÆÖUCô¼:ÐàåͬÚ~»x»]ˆ%‡b(WÀ@‰åþ¼øyñãO|yXðå· ÎbÉåL8ZGËó"–š))â@)ß/þÕ‰Üt27C¡_£NñH§L2™&b©dÊ¢XÆN§÷"NŠ]ý”‰äª­éWîÏÿËÝRso/Dãû3 ζº54܈£-C-'äp®vQÚíbÑ8i
+Æ¡ß[u0×ã­,i
+ûßù‘Ùç·ÆÐd‹‚—Bh–JÐ{!À·n)aY"²å€þ}YÖõ½ßòX_ýÞtÌ‘M¤d™L#8.~|)A/Ç$’S3•ñÀTÌh³,MÏp@‡˜“0ÍUì¹ìŒÅT†æböö=çÑ>oÁ»œ¾›(ÖLÊ(ë
+¦¥Žõ¡0ùœmé·2æàý¯›öjÚ}ቅ¡Á¾®ZSµ sò'·öÎVyY>®•\ÝÍoÂ=qÁ/-œYÉ]â@ûÌÈû¢cíG%)hlA)¼ê$#]×båÔ…yå|
+tNøê.È5þ›þt ¬>_ê
+¯yîX°ÕÞ@ Æ<YÕ·ö5Žb’„¤¶ns¿Ú Å Z5ךé ÙÝNœQ½Ü#1c\ÚêDD4Û¡²è÷”Ü|µ±wÇ: &ÔÒG8Lî4†Ñ¥¶U;å#ã
+/ýÑךs}«ÂžGŸ*<JÚÌÄ}틹”§¡@ïJï]×PÌ\††ÁgÊ|¯ŸÉ’EY$^¨DÏ¢>W0OBùb™Æ,‚˜ûNk>¶/‹áŒsþ\IÛô‚§.rç³2øÅDÇX0g™ÏéxŠÉP`´ŠSÏDa!Cª•Á»ù&?Z)ÍÑóP\©À+±’2"m)y!1ƒ¶¸/´¾Ü-÷RäêCç;¯îüÞ9Å»t.êÜj¦ä‘»ïuåcç#uu
+h ¢°š”žË•’˜­oMŸô“/ã&p½?ÉÆz|¦Ÿ|ÊQ²±£ .ü3tû‚Ê}†v;Èüt‰…}Ì'ýÏC¯ˆ'/FF"¢A`Œ<ˆâ
+¸l߶¹­´òÜG!upÃôßA>ç;”óËlj rÞÓÉ~©
+ilj¥K„cu§îûûÁ±ÓÁ±w^‘®Ôø.^茥ŠÇ¡pP¿õï—IÁF›ê™‡MÕ=lª$ì£jô$é ÐÞ¸2§’
+íÖ¾ G{kÿ{_t:¾"å‹Û@)–ÁƒM˜NS1ºáX¦ér@ÿa Q·k­ê‹Ý‡?/ýÁIòäendstream
+endobj
+3320 0 obj <<
+/Type /Page
+/Contents 3321 0 R
+/Resources 3319 0 R
+/MediaBox [0 0 612 792]
+/Parent 3305 0 R
+/Annots [ 3323 0 R 3324 0 R ]
+>> endobj
+3323 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [231.0527 116.0997 243.0078 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.5) >>
+>> endobj
+3324 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [418.9067 116.0997 430.8619 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.4.5) >>
+>> endobj
+3322 0 obj <<
+/D [3320 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+646 0 obj <<
+/D [3320 0 R /XYZ 150.7049 379.6501 null]
+>> endobj
+3319 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F8 2865 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3327 0 obj <<
+/Length 2615
+/Filter /FlateDecode
+>>
+stream
+xÚËŽã¸ñÞ_áÜd Íð!ê‘A™`6™A0Í;{ev[i=IžžI°ÿ¾U¬¢$»Õ3…"‹ÅbëM¿½»ùãw:ßä"Ot²¹»ß˜4ibõ&É­Hr¥7w‡Ÿ£L±ÝY)£ºÞmwÚʨØw瑆õÙm¹ûþæÝÝÚHø©’Rd¹J©LÔ¦lnþsóó/rs¸‘›ïo¤0yf7O0‘Bå¹Þ47Ææ"±ÊH}óáæŸÉÝDs·$ú…ˆÕBˆùl›
+m¬™„0ÛB1Þ‡Ö 2}uŽIEfÒÄoú×ѵ°'WÑ0ön,Uû@ó®Ç¯Ž†c_µ¸ O] #îðŠ•ˆ3àr§…Ž•õÄßù¥X
+FÆQ¿Ð„oCðŽ³w󫸋ÏF\ôêêá8Öž®ÕVE÷[m£{×ûh‡Ð)Làò{ULÉC…aίvôâû-Í÷[-£3oÜ»cóO[e#âÇúPæ£wœƒú!9_Fï¢ÁøjŒ>Tmép˜PröÀÁ£ÏS8ñŒÁóDÔ2Z~}ÈÄAS`G2àÊü©+7\¢ÓMC¢±Õ᪓RÁº '#IÔœ1j"lχŸ\·Šþæ9Hv š×9¦Òeèw^# Ê
+”‚ÊòvÎq7Xÿ ±Þ‡ç¥5¨ v#ƒ)… V¦°/‰OMV‚S0¾¡k‹½?æCSÔ5a´çfï“€«{‚1MË
+B(ˆIQÇ!úátü}jèÚµÜç%Öì„ m‡ ˆÖŽ?c–€
+¥D%+M.D0A„[Z[X§ž* ÁµcP5à¡ïPO…t[ˆ\…JéfC¦IRfâB,ÒMã NgèT-ZyœNUœVáÛ¢´ÕÈÛ𾙎
+¢ß¹>Ðtép¼§£
+„4~ÎЂ6\W7Ž`±+
+¢û“‹jÒÄvb*A«¾tíæÕ8JS|®šsÃP»¾e²}Ù­¡'+¨Þka˜cÊâä ëš–é.zö¥C5ûعC±Óº«2h$3 Ù¥Õ׃VÝ£7bp¥l…V6{]1·sç³…¹hf”ÈÀ‡B¥ L¼±î‡<i*f\,G…)ï]Ùõ‡áªž\­§Õ¦ U ì^D¤Ò<…î³ ^.ú—$9­æÌ\@Ϧþ%æþåo30ÀµV¿Uäߊ|³¯áäÕV¿îªÉIË‚ÃÌbÅ#ÁØê¹A˜×6û5ïœÏdREM‹Àí÷úl‚[ë¢DKñ“´îrîw`!.#Æä{òOd†òE.t’éKÃæ˜kRp/×`Sb2.ùV)¨ dôm B¸MpA+ß¡<ÞÆao‚Àþz‚’3úÃVGodÊs+@•ß”:€à®Èé$¬à[ÅL &:}©Ãñ½|M+ Àz)$´)ʾhÁ3 0¸ó0dwÕØäêµYÿ¹—B§P¡Í^z 
+×±Piº´µjÐd*]Pûô5% Ø!Þ’LÜ°ÀÕl­´Öví´­¨+z¸=ÇÎ Šm«’µ´l£#ôšÿíÚ1>{Jb„ö–—šîÀiõÉ…ÂËãAIlÄÎ1Ùž õÄÚIe1LY7”£Á]Š²ìh­‡ãzÎÚsÐBW‘ÿ´rá¸#©ÎÍ|ãýû ‹e@u4”§‘ˆÒv@à8<V'š
+!^`‹sÞº²8{ÁR¢(jýW‡3؜Ǥà#Áè"pßw-Ãœ×?{àªý6àûÛ„'qXæú_.jô(ïVÅ>i‹/¼:Žu”žRGës™Ÿ@'nÓKà墹æá‰&7|‚FôjŠ8m—A—@“ o­·$ÜO¡o~"òcïÿ¼ÇqQeã@[ŠpÄÐ5þ'ò܈ǯXÙZ‰¡óö>h1¤N,}xÖ—ÆkeÞóŽkê'}±Ð’©—UÀp‚Äq¢RÕseh‰Eüe”ùz‰a±}œ‰_ŸîVÿœ´ÕÂÈ©ÈXMýÆZa¬(ô¹?r¿];Þ? éÅñ®o×ç€yY¬Ê¤2èÅ_AÔ*<Ä€r¶G(˜!lUh2¾6@ARißÒ s/ŽrJ/
+Ÿð—šAÀ÷cpÞðòÀGCj.Oá—W È#oÎf†=ÆŠ>¸–*3´÷¶/_5½s>lm0|ð<uU;
+.àg.D³â×2…îG÷y ‘ 6þ_ñk0?Htÿë·ÓÃï©o‘q¤Kù9Q]5;U"?°_¶Ýgz·yó•û˜+Óßs+>a¾þZbŠf³!®Nri;²àöÿ’sµÂü;½\8t,#ÿ `¨1‡oAŸ94øž÷tÔDå@ýú† C®D“_“×·3&´3fng ÕÒ„‚êš3|Y4Õ‡€¶Ñ;ˆž$@;¢\R)r‰æx]‚B²Å:É:̶94ÔzïaYÖ4í»°•ô›qÀ–çõ8Ä
+µ´g® üB`lÚ㯈sä° l „!ƒTeiî%úq›ÂnŸ\½¼«þýxœþ+ü¨u²l÷AiŽÐ DÎïïAgÆ`³‡†’ôn‹±òT•k™)…–›Ãs^çZ­pßendstream
+endobj
+3326 0 obj <<
+/Type /Page
+/Contents 3327 0 R
+/Resources 3325 0 R
+/MediaBox [0 0 612 792]
+/Parent 3305 0 R
+/Annots [ 3329 0 R 3333 0 R 3334 0 R ]
+>> endobj
+3329 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [362.3711 624.2895 374.3262 635.2332]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.19) >>
+>> endobj
+3333 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [411.9356 382.5276 423.8908 393.4714]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.19) >>
+>> endobj
+3334 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [177.633 370.5725 189.5882 381.5162]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3328 0 obj <<
+/D [3326 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+650 0 obj <<
+/D [3326 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+654 0 obj <<
+/D [3326 0 R /XYZ 100.8917 430.9501 null]
+>> endobj
+658 0 obj <<
+/D [3326 0 R /XYZ 100.8917 265.0956 null]
+>> endobj
+3325 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F11 2828 0 R /F8 2865 0 R /F1 3332 0 R /F14 2180 0 R /F7 2845 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3337 0 obj <<
+/Length 2479
+/Filter /FlateDecode
+>>
+stream
+xÚ•]oã6ò=¿Â@ÎbVü”¸½>\ﶇíË¡hpX ÛŦc]dÉ•ädw‹ûïᲤȉ‹<x8"‡œïüpwóíÂ.,³F˜ÅÝnÁuÂÒDÙ…±šËÅânûëòŸûüعfµ:YflµÖI²üWqpU[ÔUKø¼ÚðïòäV¿Ýýtóþî†/øãCº
+~õ„*Ï!?Ý—1„Oœ²>×r`i(À ~ ›Skb
+øö-Þ”Ïå-¨^ŒéóÖ›9ñlûþí§‡PO¨É”éßñf6¼%r½¯¢4ŠŠ®r ]¨1.]f+;ÖÙ$ÓŸ’Dxï·êËPK©þ:ËHñÃ@S ίe˜± ¹ ¶*‘]­ñ$‘â­€’׌ A_j£$˶ž!-KRÅ_÷ƒŒÁ#Erxå‹‚Þ­¢`Òƒ’ÂH;)Š¯n\Æw¯%Á:Ô郈0Ju5%éŠõñ c‰0é û ±¬`ŽäU/Åa8S<`§êR–± ÚÀ×g˜¶RÈ]PÛ˜Ü8MÒÉGÁ£ 
+M ºUŒH¤)›€¦¤¿ÏZ2cSo\ÛÒmÇ#Ï…<.)šå«K¡VÁªT\ÙKø“E׺2^ãèŠáò<<­8ë:¤nN>Š}žÙ«ÜÒ@µ&bœ~.93¸ÑIh&E2inb“¥Pÿß?]À¢¿dfù¼Ï#LIS¿Ë×G
+YØêI'[Út_í&¼Ñ˜ùNÖr¦³«Ôe¡/ísK?úóÕ”ÌÊQ*¥î@òèhë…ˆ–âP?„`q Á‚§aä¼õ‚@í N×±„gó³õà@}“ÔC* ó".‰‡$ LBýKú†µ—%|½º %ÝUꦃy œÓ3 Ü`â @>IÀ®Òå[×´·„cÞì ¼wÐSç4 ZøÁ?Uœ©u@!à™ü]ƒÓI–È̾¶ÔÞe‡|4LâSßÓ|h&q ™LíóÊ.< ]øûÏùáXºv2]üë­5œ:–yìÖI—
+T&”¾¤ËlªK?.Ý4³¥Z
+¥Ú¨6A¾ŸÜkÉ'HÝ;bôÖa‰]EQçsÉnÍMÊLU, ”æo-vÛâ0ÌzßcÙ¸ÖÅëJ4·¸šÉ‘ý·]qA²ƒ ? :2û¢½T(~l¨ûM
+Ëxs8D³ƒ@6@õvXÐ0>l)0ª¼;5q"~®‰Ï¯Õ±Oà«kjFà‡8
+*ÃÙx52ú¹÷i:»§ô…årt°ívê^o×Í¿@@è
+
+
+–Òµ°Æ7UeY<P|°}q†ÿ€!ÍÌp  Øöäc Rš3;!¼[¨i•5—9$ðs“èW³\ÞøJô6¾•¾‚G8ˆç!’k(ëŒ~1 Á"’ãˆÁ«¤¦î÷“ç™÷“ „ÎLzü¾>•[‚¡J>•a]áä!|SîͺYá@•ÉÃf´aôÊcå‡úTu-›3²ÿc‰ÿ«I–ܨ`r¤†óP1šÿÀ\p´ônFGÉËP¹g”‚à”G„ó¹ᆭۑZѯ¾áŒ}ÿ §ÀV柩öÉh¬ŠBO4y‰Ñ¤K=±¿OKó…Â*ùËG]´ž®f”ÂÛb=¹”¿vé˜ð Rþ.Ÿö–eYæ [T¦ì4Ê»•†Ü'ûýw…}Ö¦‹Ýõûâ`²!Ü| S˜îD¦¨fÓt”Á¤NÍâŒþ8þÇÜÝÊb»]lâ_ÿŽÂµ>endstream
+endobj
+3336 0 obj <<
+/Type /Page
+/Contents 3337 0 R
+/Resources 3335 0 R
+/MediaBox [0 0 612 792]
+/Parent 3342 0 R
+/Annots [ 3339 0 R 3340 0 R 3341 0 R ]
+>> endobj
+3339 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [490.298 642.1271 502.2532 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3340 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [461.6319 365.3591 473.587 376.4841]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.17) >>
+>> endobj
+3341 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [185.6736 190.9134 202.6101 201.8572]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.16.4.4) >>
+>> endobj
+3338 0 obj <<
+/D [3336 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+662 0 obj <<
+/D [3336 0 R /XYZ 150.7049 630.6985 null]
+>> endobj
+666 0 obj <<
+/D [3336 0 R /XYZ 150.7049 548.2776 null]
+>> endobj
+670 0 obj <<
+/D [3336 0 R /XYZ 150.7049 312.0506 null]
+>> endobj
+3335 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F14 2180 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3345 0 obj <<
+/Length 1982
+/Filter /FlateDecode
+>>
+stream
+xÚ•X[Û¶~÷¯0ЇبÍò*‰èAZ$E ´@qŒ @SàÈ2½VWW’ã,‚ü÷9¤,Érš³û EçòÍÍßïß¼áz©‰Žx´Ü—"–$Ž_FZ‘H3¾ÜþX%DõVQºú¥nÌzË]¥ûúÒ!ùT\ÌúÏÝϋ׻[RøgKF)I4‹#1Ø2+/þø“. ºüyA‰Ð‰Z^á…¦5_– ¡4‰a¥Xüwñ[ÏrÛóÜ™~§Äín.”pJ¼É›Ö
+Ì¢U}´OµJ‹bƒ+Ý)o=eÚ®ÅÏדéN¦ ; e}0ø=y¿†Óty–ßâRîo¨ên39Ÿ6k–¬ž.¥©:Ü”¥~jÓ£)^ÞûKÎEš™±ö+l#Z)æ4ú¡>¯]½äÕìåÚßÄäXÉ«®ößðÑ>çg¤À£pÏSÞvNWž bð¥2™iÛ´yÁ×½ÉÒKë\ýÍ1´8—š$LZOYÁÞ1!ß·gü#?ƒ
+Ê&.ƒlƒaà…N[ׇnEÌg0üê` ¹
+‹öéìd‰¬®º¦.pëg’*‹„ŽÖ-ï4éD„©Þl¯Ù‚8øä˜-‘ú–ÒiÂ<XÔ°¨
+:l[÷ÐØyepŒ@=Û]ßBD5^·Ì@¦¶ Žuíëבu¥G%”MÛ‡*-'I³®H
+6› û +ÆS’m·5¿›îÞÃþ–8Yâmý©§÷Ÿ>7¯øɨ¨ëç6”-ÄØgÆ©ñµ0Ð’%òü×`[ë‡`ÛþôÜM‚lödôE™Ÿßp̬šsÈÛYö$DÝ–:æòñ®¯zöÆÐÝXQ§0EÀÙ³Êåšè ”ãIÙ+«`(S*þ"ùöÿîÅ_íÍg€ôQ64ÝÕÿéo_ݲ®Ô¯ü½D2H@c"cÌ<o×14´Y
+endobj
+3344 0 obj <<
+/Type /Page
+/Contents 3345 0 R
+/Resources 3343 0 R
+/MediaBox [0 0 612 792]
+/Parent 3342 0 R
+>> endobj
+3346 0 obj <<
+/D [3344 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+674 0 obj <<
+/D [3344 0 R /XYZ 100.8917 493.6267 null]
+>> endobj
+3343 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3349 0 obj <<
+/Length 1773
+/Filter /FlateDecode
+>>
+stream
+xÚµXK㸾÷¯PN±6W$%‘œK v€,&‡$`w´Ì¶…‘%¯$OÏ$ÈO‹”%µzgv39©ø*ëù•¾Ý?|ó6ã ϘÌ
+‘쟞§L¥™Ir­YV(˜<þ°ùÓÙ^×mw"O7fûÓþû$MvR1k¿áo·Úõ´l›#ïœ=º®ÇÝß¼&1Ì¢ÀKàl®Y*´šN³pˆ:†ÜØÎÑìð¼å馥§í§p²}¢ïÉ CÕœh°÷¢òÂ0)„Lv‚‰ŒþÒïüRÆtÆM2™ÿg¸)\rìì–çp „«Lj|w—3»Ëyi#urëlMLJ³müµ;®2Æ‹L
+ýÕ«ÚK{k‚È>pý&ï¬s[Ú»û„Ý! E/žrð»òž ܋甯¿',ͳø wÕ{tO·Â\@º”E6~FI²Pa¯÷t½9`èÞ¼.Ìøpo¡©I”h‹ÑÿMˆ¿ÒõaqT ÙT[¾é‰ì¯u5Ð÷óÍÖu8}pO˜¤|6R†©"ËæÉh Aû4¦~ Àiì®»$Õˆ—úþø5ôÍYZ¤âWè[OômøDß0úÆi¯o îú†Á]ß0˜éÆQß"mœÂð ÛGm#{·#U딥Z/ò>Zâqªì,Ý,áÁ ÏÎ5 ; ØÜÑXÌ#ã©) r™Ñm†ñ펅
+…wµ>sÍ„Qd»}(•™(¾°†þ~›çè€.¡ØEªl/xO˜?U˜Ù)7…“lsºÕ¶£‰CmË÷D^íPž]8ŠPÓ„‹c¯.$æ9gú*–…dg˜(–FøKÛ£Wd!ŸH´ Cuqý#Ñ–ÖBFÊÒø*š~¦ÔÓóçy¶·áêϳ¶á²ºmß÷Œnï·XšÄ‹ÂÕÑuá ßí8Ø)Mx’åŠq 9Š23Yª’òò€KS"ÓñÓ¹äi<³í¦§¾E@¸Hì8‚Öwæ¨+G¼6<Aq!—H(±¹˜)÷ÚµÇ[ÓÿáÓ‹ìÎF¡WšÿFdž £³E
+ŒjßbQ™EŒ+ز(Ž"`•G¢ïÙ¶’?ÀDc/¾ö
+¸rpþ"®»XUt–~‚ŒÈ?9Ÿ|—R£dk%Sð”™Òs/øŒn¡^ÆÚæñ9Wñ¹<›=!oDç5^L«±ö.ôÊÕÔp Ö
+
+¼–Ѫϱ~ Bzãp½j xJkù%¶ùi`fÔ_|¿Ð
+ úуkJ„ß®£>™ðDï"°¦"½šÿqÞRÖQ¾:6DyÝ+³jÏB€c§_k</¢=Áûjòw¾
+©£xÿˆóÞ'W
+ú=/ð@¦{*…P¸É|=)#Ã_–’¼È¶1’³Œ‹lìE×ÿç,ZÌ׬ùGúœÚSû»/°ê½q^£ 5N:jé¿ÀèdEendstream
+endobj
+3348 0 obj <<
+/Type /Page
+/Contents 3349 0 R
+/Resources 3347 0 R
+/MediaBox [0 0 612 792]
+/Parent 3342 0 R
+>> endobj
+3350 0 obj <<
+/D [3348 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+678 0 obj <<
+/D [3348 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+682 0 obj <<
+/D [3348 0 R /XYZ 150.7049 352.9594 null]
+>> endobj
+3347 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F42 2194 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3353 0 obj <<
+/Length 1670
+/Filter /FlateDecode
+>>
+stream
+xÚÍXIÛ6¾ûW(73$%RTzj€MP h2(
+$9hdΈYrEy–ùï}ÜdY–gœN>˜âò6~oãËóÙó×4‹2”qÊ£óË(Á‚ÇÏâ¡ÑùêÃ<C-– ãùï2_ÉV/>¿½:Ÿ‘ÃDc$2’Â1‚RÌIT¬gÿÌ>|ÂÑj†£·3ŒâL°è>0"YF£õ,fâŒÄa¦š½ŸýÙ“\ö4—C¢/D&1C)ÇYÄYŠhÌb+rÕ4×z±¤ Ï+u½ x.„†ý©ÈXÄ“aLÚ ˆAh?(cäPä@q9$9!2Lj§Ì•0D˜È¬È¿:q¯š«æÙ¬G8câÊ(>&kµ1Ff—õõ‚°yÓ‚À˜Í»ÒšöùëxxŽÂqÃÎøHâ¤l·•ß¹Ç!ŽQB÷;‹f½Îë•#›?>×j­ªÜ³Ó]Þɵ¬;·¦´—¢ÝÊ{§Ê¦U_šºË+7mÙÛ•"¯=­M €v“Ý‚Ì7̵ޮ­¨`Å"
+1çFe{Y·jÕ•nØ\ºÕyÜémÛ6Ûz¥ê+ÜÔy¹Õ¶Â:žöƺ¹hî¾Z«™Á5ðc”–ÃÈ°3ÿ¼ë¾õæý6aßõ#žÅ àb6“8u˜´ŒÝÖ0
+zvÒ€à®;€jðG–R3àzB,àÌÙ±PH.‡4-V2…U–PÄR¢AdjAüzç0
+(/CIÕl ù³å…ÔSÌ ù±‘Š&Û&‚]M÷ù8_È 1ešŽSè>_¨›Òç)²à]‰?ìâhsâÅÅÇÕ™x†ÿg€»:ñ.åp;$=ÝVÄ)2–Y¼/Þç ©À4œÆB.Ÿ?Ùç~°T¶ªøy¶šHó1áÐ’àQšcR—¶ŒY
+ gQí8`%l?ç´Œlñ;VÍö"ÌõòÁ©+åòA4=ó„-À``ïV•ç¨;Uy.öÚ—.”¦Ðn1(÷€ÓCâV÷|첎XžN×c»7ƒlpyïQÚz9‚z²@}Óí—§ÓÞ£œWU€t+òÛ/=ÜëÛ÷±æDÞz¦]·aÖµÇtçtŠÑŸÌÚ¼LtXÞ±ß yG–y1z k7r.¦­ð4¶Zú>º©«ûFŒòͦm6­ê»‚u³’ÈÉ ½P+t’ ³4¼YBTào–¶ùï|óÜ680Pu§ÖÀÛÊß«kh®¬àði¡ÿF(}æÆ·ÐÍ—~za 1Ë”ƒ•ôýþùæ¢Ë­ê0ÖÍÚ3‡˜
+÷t ül…™D'âú8¤z;Þov]زRSÍXþÐs†ÿ™~58&æ‘óÄ”fH߉ýµH!æ]û¯Ôçë²ÙzïüH)÷ÏbV!ΑˆS“tQ–ºK|e—šF»é¿=îÃñŒB9¬Š©’9P¹Å¡jȲð\õ/ÛYÐèendstream
+endobj
+3352 0 obj <<
+/Type /Page
+/Contents 3353 0 R
+/Resources 3351 0 R
+/MediaBox [0 0 612 792]
+/Parent 3342 0 R
+>> endobj
+3354 0 obj <<
+/D [3352 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+686 0 obj <<
+/D [3352 0 R /XYZ 100.8917 560.0378 null]
+>> endobj
+690 0 obj <<
+/D [3352 0 R /XYZ 100.8917 167.1741 null]
+>> endobj
+3351 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3357 0 obj <<
+/Length 2412
+/Filter /FlateDecode
+>>
+stream
+xÚÅYmoã¸þž_áûTˆ¹|i?í»hE‹¶AqÀÝUd:V×–\IN6=ô¿wÈ!eÉV²Y´@ ¢†Ôp8óÌýáîæÝ'îŽ8Íõân»`ŠC¥[h§ˆvŒ/î6?.»+Ž½oWk®èÒ‘ÕZQºüËiï;$õðÅÆ·Ýêç»ïo>ÞÝ°…?6æÊ` Ù¢<ÜüóæÇŸébsCßßP"œU‹'x¡„9LJ¡ÑŠ‰LÙßüõæÏËõÀs=fú!œHÌŸHÂ…ñD?1!w÷Í—_Âà±…£À¡¸Z>U›~ÇŽ} #å÷‡cÓöEÝãkï¿ôßápîSƒ\(—‚Ô’8ël”áiW•;ÔÛCµ‚ÏWL-ýµö¬"ÊH¶Ð\ʹ¼ÖžsZíélø쇖8Å®u—9®Ç,?\£Á:«¹!Ì8TÝH!AôÞ©ƒR.ÄæŠ)µü߉=püšØƒÉ'L%ÿ® :~ògM·+I—·xŒ¦ö88T»t´§ ØÎmð¹+Vœ& þi¢i«5u_ìñ¡FU=¿âÐlÒŠm“¼Ëoƒ|[_öÉ·ºSIÑ!¦˜UHb5xÇš B•Õˆn*éŠiJg€¨9áÖJÐjX­Êà c-À'á+š8RäøÝ »5sh ®ºf ,§PáÛ¶9¤sûÖ_ÁƒKÀ Q e\ÂÈ·ÄÃá0û|HX®Ç<¯ñÁÌÎÎ[q³}û,mðV € 1†¼¡Û¾¯QÓ(;kª³¶Bt‰æ¿V–Äh+ÒʲÐ
+É(Pþ¾Ç¤ü«[|ï\ŒèÓ÷÷¾,¢¦‘Y éϸl‘èÏÍ©ÅΧåEÙ6¨©;AÏÁâ9ŽÅƒ‡Âk½| ÇgsÀKï÷ÀnßáÛ]äÆ8x"…0‘K2ÄÙÇ8ñO2·ÑHl|Bèâñ0.ðÑ}Œ¦ü&ÓŠ2ºŒ£ÇÁó Ô:q¤¦¨ÖõéÙåÀ €QD0N\xQô%Äε-$(âXù4Ól‘Ö5(XÒT‹SèÕÎS}ÕÔ8÷(Ú´ªö~ã7g?…}‘“
+°üKeH²ê̆
+ )Ë;Îy(7’hÆ̤{ÊÅÚµf¤ÉåØ­aóŠ\–PƲWs±A7bùØû&ûM¸IéŒçýnç" ÑP‚Œ˜•¯p3„10[K ø3"†>OŽË×/ßƵ˜3ª‚2ǽÕ›I@xê± »S§¾Á"/ 舂‹„sÐ%nXR½ÄC¼bQ¨ü  ÝÃ$n¾ZA2"„Ìdí †µe&pÙ}K¬/­Máûª ©°Ë #ï䣋Ò(Áû»´*†^‡žÃ5S`¯ƒIÅBñd9ŸV“!g8µ¼ˆ/Nc|‰s±&ƒ§¯BÒÇÙôÙ$WÀ{þHc\t/¤QΠûtc'9œÃÙenüìNTÑÎ{äê`Ü‹S3Œ =ߜŗ²H=0!Ž_"£ßR®¹O9.5‹£lWì÷9C¶ÞŸsbGpü§mÎb§¶ó·Ù¬Ó6Ƕ
+åo$|®r¦k¶£HŽlO]?g(F_I­î"g;5MP®ÄÄKÊ°¼ª±ptˆÜqr«  †*%ÍFÑKG ›útÁDLß@Üøc(ë²ñ*ï¼;y¦ðMÎL80š}-¦ˆIF†>7"ž/E=@ÔÙ=ç ä£3Û„‡Ðc×øÄóCïš4v‹d?-ÇÂÛ4U¤î¯(lP/ølýÛ²èRWÏáhÓë¡­ÔBò²)*ûÓ´ÖÊ7Ìm‚Öqm¢êÝ'ɦ·«‚B"áìÇòUõ”éüå,d—Jÿü „<èp–ƒ(öÜO¸‡)À Û@3>.(Í /Mò‹&’°›ˆ ‘ÐÛ¦kU?½&ù¶Ínj–›ªõ%¶{Ž˜ë•›<VÚ©Å,ï"K˜jR´„á¦:øºî®‰ìeÞP”Ÿö=Š'Ù¥=—É0FËÁôÆCl?TuT LÜ?OØòš¶Ÿ»:ˆûj›ùk—ú@ÃÎÛEÀÿICÀ×G€eˆem1Raj0Õ~ÜWeÕã×-®lK7ðöÛØÙ€
+pÅcð¥bŠ¿ŠÀ‚Å/Ì0ŽÙ³ÑqèË1žç¾ü:! ¿'¸éo/6ÄœÓoÛ7üHqõËÄ|ópõ£…£D)%Ì@•êxËõ.dŽ«ñÉ,×cž3×»PpKKÍyëxaG9b ´6“>¸þzÓmþ.7³iåj”bTÎWå6'F¨Ή<ösÍ8m0ynÆcÞ®/RuvØ(X½™-0¡…!Zi=5í‹xyü¿â\B•¦3 é¡Ö/¶³ˆ8õ €W|’5èJ,ÿl"dØYkù(à#h6ÛßVF.«²Ï®ú±úÇç]sJ†ÿ‰s#¼ÁÔšXaÂO$àé†Mn0¡Ћý‡TN=gŽ/›cUf¥ýÇz›endstream
+endobj
+3356 0 obj <<
+/Type /Page
+/Contents 3357 0 R
+/Resources 3355 0 R
+/MediaBox [0 0 612 792]
+/Parent 3342 0 R
+/Annots [ 3359 0 R 3360 0 R ]
+>> endobj
+3359 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [501.6091 389.1242 508.5829 400.1921]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+3360 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [437.3632 377.112 454.2997 388.2369]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.6) >>
+>> endobj
+3358 0 obj <<
+/D [3356 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+694 0 obj <<
+/D [3356 0 R /XYZ 150.7049 312.1367 null]
+>> endobj
+3355 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3363 0 obj <<
+/Length 1724
+/Filter /FlateDecode
+>>
+stream
+xÚÅXYÛ6~÷¯Ð[e`­ˆÔÉ}I›
+~ìJʽYßk¹¼éDžUHiúʵ»µ»÷k;úÊœ{íû´ª‚Û¾id_¢¾1Ûå'OylÝÄ#˜Öûõ±o„ìÛ¥¸BxÝ
+Y›•¬1 ⦖ /žšYm •ø[ÖÕû ®Ä=yL}§„‡!ïùša…7¬†%ŠhäžD¡|¤†Ä?v8Ò<í{qÄ)U Z}@†0ð½Xîê_VñÚ¸¯“éIÑó_©ôRÝ:IÍmÁÀXKIâÊI9›cÕ·0@–f+°¹™“¸¨‡fkàúq Ý¼5W±v³_tÆ/*ö®k«C…2êqÂœ õhHb­üs½ziHRgBƒ;!Z«D_ÖÜjþ e,>ƒì"ÄcQ„ž¸©zVuÛ‡çia|î¡KC2w)=–Äé€t½!
+3ži[Çí÷\èCýPï¾³ãþÄÊÖÔ71$ªlgÓ¥=f97ûN¦w.ÂR©~3qz=¤èÕÎÍÆdç4Fë u¨Ž
+Ú f_LÀ¼&®å͘œ6Ö¦<Ó#"©Ù±Ô7ǘº¸ˆ²Üzu»¨!Gðò,YliæíÁXÔð·–vç®Íû†ó÷ÛØO˜^—ADüû áù·[§º)ÅCྲྀWZíÁ˜ºsâȽš•Q2onÍ{ŽØV‚²í"ºèåÚ¶¤“húÌ ¨1£éjöä%֔ŶI´-îÄútp %¥3~:ÿèÕ£Ÿ¡*Šb’é—ôÀß n\ŠÞ‹BA.:üO¬¯ðpÛx*E^Þ}à…(˜oø–…àü¯"õÌ Òy€œÔ70_ƒ(ú¿$?PîC¢1Éb†®
+Ù8ô-v‚ðiŽÊ ±•˜w#EU–º‚Ó5g˜QØ'êbgö•ÈF|a.tBül¿Øˆ¬: -ÚÈ€²e³êÓàZ«¾ !‹¬uû£.«Þ«‹Q ¤8a³z1©¥Á/j¢Zjµ>ýj¤èê«‘‡Ã_~àË3#
+zR ígL9qý `êÅ©ŠÙú™ùNÅî|aKQæ¸hºr ™éô6™E ü9/­C$ü0ðià4†´á tòˆ|L.íyüS Sè¤Íqh¿ˆ0/M¼Á?ÖI芼³ž‹¿Þ—Ò>`¯)q„-H H¨H‡dKf Ha$¿™—³í$P}ó3øBHBCÓéÃ{Ë~Çý2ý»endstream
+endobj
+3362 0 obj <<
+/Type /Page
+/Contents 3363 0 R
+/Resources 3361 0 R
+/MediaBox [0 0 612 792]
+/Parent 3342 0 R
+>> endobj
+3364 0 obj <<
+/D [3362 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+698 0 obj <<
+/D [3362 0 R /XYZ 100.8917 559.6979 null]
+>> endobj
+3361 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3367 0 obj <<
+/Length 2030
+/Filter /FlateDecode
+>>
+stream
+xÚ½kã¶ñ»…¿ÕÎ,_¢ÄôSR\E€&‹"@.@e›^«+KŠ(ßÞ6Èïp†”ä]mn…søÎû¡¯îVþ›´kˬ‘f}wZ‹Œ³œk»66cÆ
+¹¾;þ¸ùë¹ì×ow2ã˶»ŒóÍw×ÚyZ*›#wåÑõ~ûÓÝ7«÷w+±æðs¬
+9²L2µ HøæýÇ­à×ÔOÄ„ïʃ‹ ÕCÏ$Å„‚‘!¾/ë꾩šûíNIµñ×½w?_]3Ð|ß~
+€ÑájÕÐ8œŽò‰Ž?ôÕ>öÊ}»Ùæcø‹Ç/®l|BQtmBv®†"C$Z0›e©Þ»SÛÃ!©ò¨Ã
+€@‡â 9ç|ªŽ[ä:@pæIo0Zºr.·’O²;çL„‰ Ò±†pGa¸;;257%$ËòB òBéÃ놶ßð{h/Ò™•$.ëêmyáQcYÆ31{óõ'µ`…–y<ûŽp»À秃ëš“Íáëqô]½0ó·¼OÛÁ  à‘‰dx6Ššh ì ¦t^ÜqÕµgÐâüm À®ìÿŽà˜X
+Çø
+
+6ä!#@:i†
+JÒ¡rþ ZkZº°/½«½OiÍN”Ç#2ý‘yV‘+Í_t1D#ðëf©ãj{ TRXôÏ0BÖeÔc0St‘„wß!v¡ãZä`ì ‘²Ó{ÜKÔ¢XÏÖ ›Þ ~!–Hýš÷$@ØÇ#”ûç»Ê4Ó…1ñ4°²P‰0«tÂŒsè^bRËm–0}€Dç#J§Ï0ì F“ï«Kµ‹^n ÚàJÜšG=:¶×˵x¡çu–8§ò0´ý™F3¨”RK„¶:k7P„Ê„…À&AIo\x¿L 1÷Ç Þ%)ào5Úà<·}õŸ¶Ðò€€`y´3‰&“q–Dø2Ø€PA„¯I£ÕtdúH’ÊOì{R[UÞ÷eÃ)åÓÿé£Il¨Ê^—2bìß|u¹Ö&0Ð-Ȫ"¦ÕÍž_b‘m9<K×.ÅÑÔú-³¸Z b'Šg6|“2ùHMÓ~˜5Û#)ÉÖèieÿŠ°a-ÆŸÂÄ
+
+endobj
+3366 0 obj <<
+/Type /Page
+/Contents 3367 0 R
+/Resources 3365 0 R
+/MediaBox [0 0 612 792]
+/Parent 3371 0 R
+/Annots [ 3369 0 R 3370 0 R ]
+>> endobj
+3369 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [469.2593 246.7284 481.2144 257.881]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.15) >>
+>> endobj
+3370 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [493.5891 234.8009 505.5443 245.9259]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.19) >>
+>> endobj
+3368 0 obj <<
+/D [3366 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+702 0 obj <<
+/D [3366 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+706 0 obj <<
+/D [3366 0 R /XYZ 150.7049 329.4378 null]
+>> endobj
+710 0 obj <<
+/D [3366 0 R /XYZ 150.7049 310.8198 null]
+>> endobj
+714 0 obj <<
+/D [3366 0 R /XYZ 150.7049 221.0283 null]
+>> endobj
+3365 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3374 0 obj <<
+/Length 1629
+/Filter /FlateDecode
+>>
+stream
+xÚÅX[‹ÛF~÷¯Ð£ ëé\4ºò@M
+¡t)…$²4ZOWÖ¨’œÍ&ä¿÷œ¹È²WÛl ¡,¬æzæœo¾s¿¸^ýôŠçQNò„'Ñu‰”’„3%¹$IÎxt]½[çDÍVRº~> ¦UµÙrI×½:ýí°ùpýzõòzÅ"
+,b”’,g)a$¥ ‹ÊÃêïÕ»4ªV4z½¢D䙌î C ËsVBæ$‘L„‘fõûê·Iäv’¹ }ÄlfÀél™.¤˜ ›-C~UE¥úÁYP´Þ”ùämÚ°l­nô0â"°ì!
+º¤$ã±´’iݶq¯¼ÄÙ0¹þˆÿüÂö§âÐ5j¸XÝXe.T¸Û0ã—êvP'Äïô¸wJ‰¹RœsK‘v¨Ô{&âÒt÷ êó„0 ð¸…ÄI½ê˜ãØGß®Úò8# •PˆIÊ1¸·úK.×£q߬<¸Æ—½ê®qæØ„ÕVMÕЕ­ˆZ7^îøŠ
+XÀÉ¥äO:Ê|D<±ù=‡âA9°$Mâp³ÇÄTº€t{Ú8ƒD[òD"&Yt>›CI
+È}BUÓý¨ËcSô›˜¢«Ÿ/ñïͱ­¬[Úêdï0À¹nâÆNÕ.TÏë­Cdþ‹°{ÖUº,FõÔ(œük½ŽQOUT±â 0é `,xê6en $ë}é)~¸d§TëæüqWn|2§Ž5æÖ UºÆQCnG7Y)ˆÇi\a½†÷Þ¹A $ŽÚÓ‚RÃr|Pm¨á‹øUU^¡ú!N…ð§›æ8Œ§H§
+mzˆrB åYXŽ÷´$“dc3‘ªÇáVwKi*'2ÉÂbÝBBGÕVN¡ÕÂnŽ'0•]Nõ;¯BEкz@áÚ4ƒdrŠyõüÄ×VöчUõ Fðaú,”½_Þ¸jÔ×½_áëLŠ¹P›^6­ +ØŸ'Lè^<\ph [O„…¼GÎ÷ þy±b3ÄË[èuF[F «ÎVö—Ýìm_{=N1+…§ Ÿ{¥±\{¨È‹§¾—¨D>Éòðèë£5ŽÄØ.ª˜zΨh/†©ƒ«ÿ]áufÅ·NžTüŠ-ˆÁKŽIð̶}*,.Ÿ¼!wF¼ñ>ì>?´‡:À%1)Ós ø©p Pâü3´ßÉ‘[Õ·p›OçÍãÏÖ)þ=CzXž„q›ŸmÙi4Ðìÿ¦‘ I
+™X]V
+0‘äiê {igb"dšD³ñ?}Åräj].ý’B™Ìx¨ág°
+endobj
+3373 0 obj <<
+/Type /Page
+/Contents 3374 0 R
+/Resources 3372 0 R
+/MediaBox [0 0 612 792]
+/Parent 3371 0 R
+>> endobj
+3375 0 obj <<
+/D [3373 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+718 0 obj <<
+/D [3373 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+722 0 obj <<
+/D [3373 0 R /XYZ 100.8917 525.2496 null]
+>> endobj
+726 0 obj <<
+/D [3373 0 R /XYZ 100.8917 452.3813 null]
+>> endobj
+730 0 obj <<
+/D [3373 0 R /XYZ 100.8917 381.5553 null]
+>> endobj
+3372 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3378 0 obj <<
+/Length 615
+/Filter /FlateDecode
+>>
+stream
+xÚÅTMs›0½ó+t„Š¾AÓ[:δi/m=ÌÄ9`5QÀMòï»’ÀÅ®¯­–ݧ·»Oº]F7wL#µb
+-wˆJ‚3"4RZb¥)CËícü¾*Ú¡ì’”Ikœ¤’øë±.ûà*šm0>—Ŷìúäiy-–E>:G¥`(Š6‡ègôøDÐ6"è>"˜ë\¢ØLµfèq©±’”Ož:ú}9A¦'ÌtzûwEPˆä*CJ,÷}
+tmXþéZ„SJ±–’ýÓS!pÎ)tŠ
+¬…ð>6.„ÆCU:ƒÅ+BX×ÁÛ]±ïŠ¶úH7wü¬³„`¡¡³Ä#®(u¹úgÓ†è³9e¦Ô¼¯eÀ¶MýØu¿9vAS'bôœXíâ×öõ]ðšæ"§/74é«wB!çÓ ¨'0«2QÍÞ4û°1Ͷl†b0¶ Žb3‹Úv»¾2Pî€íŒÏI€Ö”ÖZÓ ÁÜÙî"¡³ “ñ˘½ +Ô™^“Ž»]pÿX.âS·™˜N§z_Ö¶ìàÔC¹Búôø4ƒëA4t‡a&¨ò§,ü/P
+endobj
+3377 0 obj <<
+/Type /Page
+/Contents 3378 0 R
+/Resources 3376 0 R
+/MediaBox [0 0 612 792]
+/Parent 3371 0 R
+>> endobj
+3379 0 obj <<
+/D [3377 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+3376 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3382 0 obj <<
+/Length 1580
+/Filter /FlateDecode
+>>
+stream
+xÚ­ËŽÛ6ðž¯ðme`͈¤¨GŠ’ )R Hì¡@S`i™¶…•EW8‹ ÿÞ!g¤•¼rw[ôDrf8œ÷ŒôææÅË÷_ðˆÉ(‹›í‚‡!K3ž,Tš²Tªlq³ù#x»×ÇÖÔË•PaÀÃåŸ7¿.ÂÅJ&,U©§ø¥^ò4°Ý±¨výò½ÈËb;¶@¬–E!÷Ô7žCÄ"ËÅJ0ñØ#Þ"x¶Á‡§eìuã6I ñ¼«éE:˜|¯«¢9 M»×-"ŠW½. á,Br[} CQâ`› §¡{=µFÜQ×m‘w¥®\Ú\—E{¿ŒUÀ¼«Œ‰8‹ç,SJ Ò{/X0›Ó,¹
+¾K]T„>¡à°klM;»ÅUçma{Â\W¸Y\½$×DYmp³·K¡‚¼Å躮éÚÖÖ³aè7yæ7®˜\y¾p­=‹Gœ©L&pÇ‘~8Ë"/ÚA@ÐrWTzk¤²ëíRƒ‚`E–<gÕ¿±â‚…)E§“Êü©Lo¢ÿC–ôÁB½$O,˜âŠ“<ŸŽ†\¨IÐapèšvêè¼´!áOE»Ÿ‘«˜…±”ô’7Rµ¹h¦„…‰ìÅšÕWÄŠÅ ûŒñ/óU@ª¢ˆø¾ub?­ïiÉ€¢Ô‚‰žR5ŠXÌãh¤ê?ú
+iìË`꜔ñˆæ,Db[M£ §\*|>ã%9Aƈòy.¸r£Gƒ·G“.œÀÏK Ã.@
+¢ý, ®õ+"Dã(1.Ô„ÒCw«¦è÷©‡F"½‰¼s 
+Ga”N}Ó["ãh.·b‡]϶]Uš¦Á}?ñºAÌ[`dg®[ßèáh!˜ê(Ô×Â,s¸®%yýcæÑ[¶$ʯnðÕegšÙdïó®6MkëG™†#ïëj<¦k˜Í´2ô8ïw§ih$Xˆ¿»ÅÜOß×?~øÍ…z;º·+œ^¾x*,\<
+n»Š„ð– |á@H”xè+ñàȼº6¹î3#¶!X *ÏC盓š³Ê²”¨
+’Œ 8lˆ:Ø£]yw^¤o(!%S*‹¦^û\
+øò*ý×Öõù0d7æi»;rÛUmø34B¶ü> ýÀÅ!š½=Á4O»èTøºŸˆ`S4ðmw4‘‘‰pþÓ?ÎV¤§dÌ`¶1yü 
+o>üp Tô0ŽkŽÍ˜±o+ð”ÀdMÆÒ4ÉhÒSûâÝÍ‹¿ø»endstream
+endobj
+3381 0 obj <<
+/Type /Page
+/Contents 3382 0 R
+/Resources 3380 0 R
+/MediaBox [0 0 612 792]
+/Parent 3371 0 R
+/Annots [ 3384 0 R ]
+>> endobj
+3384 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [408.6038 116.0997 420.5589 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.35) >>
+>> endobj
+3383 0 obj <<
+/D [3381 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+734 0 obj <<
+/D [3381 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+738 0 obj <<
+/D [3381 0 R /XYZ 100.8917 365.6157 null]
+>> endobj
+3380 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3387 0 obj <<
+/Length 2605
+/Filter /FlateDecode
+>>
+stream
+xÚY[oã6~ϯðÛÚ@ÌòNqöi»;-¦X XL°X S ²MÛêÈ’+ÉͤEÿûò²äȉ3ózxxø«¾}¸ûæ;ng–XÍõìa;cŠC¥i«ˆ¶ŒÏ6?Íÿ¹ÏkK®èœQ²X*Jçß7õéXT»ÅÏ?ܽ¸c3
+lHƒAC³Ùúp÷ÛÝO?ÓÙæŽÎ~¸£DØLÍ¡C ³–ÏwBY¢i¤¼ûx÷Ÿžä²§¹ýöþ•!\(øo»|ýy±œÍ‹ÖÿÒy^¶5ŽœZ·Á±mÝàPŽ?[·àjþˆ“u·wqúxjŽuëÚw8ST8¼ÎË2RoOë}$Õzñ|órÉ¥$–j wóì}bBîWõ+œ×ÕøË(=vBþB
+ã{RN”¡*R
+Æ‚)Áßø¬>kòõY]õæ–çe¬ {íuÓó7§õø”!$˜çB¬g8ˆöÆJ‚ßøk½ÂÆu± ~]n¢AÊíÛåV £¹E„¯™ø*O!¤œwìÖØ̧ܦO“{P¿êŽCHêý±§7 ßSVOPõÒ#CdMòØõ Ëà=õWq7ptc¾ ²ÒÞ(ü©d) ¤Ú¹6–“ À ^>fü"«„äf*5j$Ó–?ËPEÌP¿o,›ûê3W‡@ùb>j0…-ÚbÕ›X;0±v
+éƒà¼O@DeÍÐm¹ÛÈ…BŒáóc™§&ša±_(qÝRm$¸óCL±«T| óå<%æ+\ð0QÍç`Lƒh –²ýoxLs ¼µVÛqÒœêè“•Èð‰'T%žŠ}øé†Vºä€.MH„búò•x©~©Ì+‘`F(µr\w¾Fç>nŒ?ì]Ë•]HåâÅåR¯2ˈQˆN™wGE}òBf~8µ>ýÊFâç%huõÎùHïpÁ¹è'AºXɇ6nÍðQÓîø}ZE¿(Tdat ”@&
+?`˜«u=!³ì ˜ –½†)Æ» SŠ’ŒöõÔãË“X EiaT¨¦ÃøYKL0ãl…ïI°
+â¼%ÄEñSžÿf¡xvQet íð„ uëÏpÙðm††¯Z~xåºGç*ìà~¼¸ï$Ï(F~5Låq+
+Þ9Žûïj8Ó3PÖ‰x@Îâ1§r3åÕמʮÏ់߯Wþk‹šzÒðY’‚¿.ú¯<Öép}õñ¾ùxnÁqÏ—ÁZ­eð›€()h
+
+ÿ»
+endobj
+3386 0 obj <<
+/Type /Page
+/Contents 3387 0 R
+/Resources 3385 0 R
+/MediaBox [0 0 612 792]
+/Parent 3371 0 R
+/Annots [ 3389 0 R 3390 0 R 3391 0 R 3392 0 R 3393 0 R 3394 0 R ]
+>> endobj
+3389 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.081 557.0598 395.0361 568.0036]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.12) >>
+>> endobj
+3390 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [493.5891 403.3229 505.5443 415.278]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.19) >>
+>> endobj
+3391 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [493.4241 390.7923 500.3979 402.7475]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+3392 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [436.7802 378.2617 448.7354 390.2169]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.32) >>
+>> endobj
+3393 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [184.5778 356.0475 196.533 365.0535]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.7.2.5) >>
+>> endobj
+3394 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [213.9078 356.0475 225.863 365.0535]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.1.1) >>
+>> endobj
+3388 0 obj <<
+/D [3386 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+742 0 obj <<
+/D [3386 0 R /XYZ 150.7049 527.2408 null]
+>> endobj
+746 0 obj <<
+/D [3386 0 R /XYZ 150.7049 326.2285 null]
+>> endobj
+3385 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3397 0 obj <<
+/Length 2641
+/Filter /FlateDecode
+>>
+stream
+xÚµZë‹ÛHÿ>…ãÀ†qo?¤–È— da?;w6 'Ëm[;²ä•äL†0ÿûVwUë5²ãpqõ«ººº¿.åÝÃÝOd²HX¢¥^<ìJ $¡Xè$d:rñ°ým)8 Øjr¾ü¥ªÍj-C¾L7Õ¹ErS§™iV¿?ü|÷þáN,8ü Á9‹/Á"®Å";Þýy÷Ûï|±½ã‹Ÿï8SI.ž Á™H¹8Þ©0a:Ê÷w¿Þý«c¹îx®‡Lß½:G¿w1©BåÎñ±y½ÜTí©,m@pG>Xù„âÁb-™ DèV½w‹/ýŸpÝ>_Épùe%Â¥g•Ò>¦®«É£ištohœT—„Ëüxª«“¡Y›´HË,/÷ Ûÿn€¶ÛÿôA 'ÎÂ0N@)V’ÏB›}]O8w|¥ 5×45-·3üÖ*™Ô ¦µ, Á
+ÖÔ ¶wVýýd 6Æn¿ÏËÒ*ÍuYcq„q l;Ð(f9çô[Vm'ù@çö’×Oy=UZç~±$ùŸ¾àØÿ‰.çc;¾´®Órïùygîjº‹œ^Ö©H}jþÍœ£èÐF8RÀ-z7ÉÀÚª­ù¯¥¿½,áBÿ?…ÙµHÑ…XÒÊẠ¨|Mú´>ç´7Ýêå­mUçûÃå½à/î4ñnîˆóx*ò,‡{GÒ•äd¹¤þ¢©hž1¤Ð­q~|ÑQnÒ=­õ´}ì{û 5Ààõöå»üõd²Ü;žO
+ΖÌDÔ]U•õÖ'pSWÄä"š‹ž`ÏòïÝY&ñ²6 ŠÌP´€ŽÖyåWj¹x¿)þ¸PB乡9Ç
+Bl™Æ&èuê…_d×Ý&Îú½c_Ò*ƒÙbj…>l‘-9u¶„êªÐëJ _­ýéÇÙæfM)ª8YãR÷1JA—;/öyµÝê€ØT_1KßÏX—C–p Rê—tû‡Uëk™ÑHú¹÷È~>µJÅ4WzÀ6/S·ó™:‰Â˜¦fiIbÓ™rrBLk PMÉ8_MŸ©|âõñŽœ÷T5M¾)¼YWc½ïœÐ{jÓ"1Üq™¶fgìÕ€®ÿ.¾ÙVcZ×xk {}—˜2rÚsBovËmßË¥
+Ô›ˆ
+ÔU0Ð[€õc˜Zäl;|‘H”!3§v:—ÊX û?¶´
+endobj
+3396 0 obj <<
+/Type /Page
+/Contents 3397 0 R
+/Resources 3395 0 R
+/MediaBox [0 0 612 792]
+/Parent 3371 0 R
+/Annots [ 3399 0 R ]
+>> endobj
+3399 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [240.4121 292.979 252.3673 304.9341]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.36) >>
+>> endobj
+3398 0 obj <<
+/D [3396 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+750 0 obj <<
+/D [3396 0 R /XYZ 100.8917 248.9027 null]
+>> endobj
+754 0 obj <<
+/D [3396 0 R /XYZ 100.8917 231.3304 null]
+>> endobj
+3395 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3402 0 obj <<
+/Length 2360
+/Filter /FlateDecode
+>>
+stream
+xÚYmã¶þî_áo‘]VõÆò%Å]‹
+¡ôn\_¸ñ [Þs蚦C¶žÝÆ|Bγ=5[`Á‰ƒ[ùÛî ˜Èžôàž¯D
+QÁ
+ç÷@_1Ðÿ‡3´Y1÷ þǒ™OÇàcx9íºf¸ÿ¹š(ˆm"á‚ʤ(
+=Œ‹å¸±Ôê^=—9¥ôù.¥}GrYUD½©Š¿6›Ž´S° á®À:ƽÁz
+Dp£õû@µéÑs(L*¨ò¤œ‡çO³T ¨»Ô$úöÙ
+â#P‚[4ž¨ù}Ç®9Œßqá»·üøÓ‡²i°ÿñ«Þ'I~s$ãBCUko7ø¬ =:½•&¬Gëqc…žq .Ù¢Òu &’§Î 3|‹½þ´)ÒÈ֣ϓoí¿?» Ëtå‹P]ž‹RaB˜f˜NeE¾¾3¤Û½øí
+endobj
+3401 0 obj <<
+/Type /Page
+/Contents 3402 0 R
+/Resources 3400 0 R
+/MediaBox [0 0 612 792]
+/Parent 3406 0 R
+/Annots [ 3404 0 R 3405 0 R ]
+>> endobj
+3404 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [363.9031 250.4758 380.8396 261.5437]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.3.4) >>
+>> endobj
+3405 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [486.213 178.6254 498.1682 189.6932]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.21) >>
+>> endobj
+3403 0 obj <<
+/D [3401 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+758 0 obj <<
+/D [3401 0 R /XYZ 150.7049 526.949 null]
+>> endobj
+762 0 obj <<
+/D [3401 0 R /XYZ 150.7049 239.5169 null]
+>> endobj
+3400 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3409 0 obj <<
+/Length 1710
+/Filter /FlateDecode
+>>
+stream
+xÚ½XÝÛ6 ï_‘·9ÀEÕ§mmOÝÖP`@ó0`0Çñ%Fûj;»†ýï#EÉ9§w¶½$’HS$ÅIéûí‹—o´X Í”Žåj{»œ³ÔŠdeRËtjõj»ÿ5úá˜ÝõE»ÞHÃ#!Ö¿mZñÕF%,5©ãx—åíZ¤QÓ!ñåiW–ÙXÆ(XMÂbËõÀ |𹌲¶ ÁÖ 5Š¥©”«dR ãØ_;Šf©v5Yÿ囵1Q³Û$i¢?ʬ/›šVOE~Ìê²;Ñô¶iiПÎEþãæ–þóætÊê½[UQÌú %ë¢Ø{§ÏƤ,]V!˜5F8N ²J“à×5Žâ¨nh±kNNÉ{'‰Uùq-xä?ºk›¼ØŸ[T çeÑîË:k®C›Ne} …*«çìPtŒØÉ—Jð¹4Þ™ñ¥3ÓÕd}p¦Û ÛJqf”VÁHéxaïÂEƒ²ftñ ÎãèØ8é,ÖÂDÀ¨ytCÜeGÿŸÎe_ÐçúܳŠa{ ,yˆ9d*PÒç»*+kOöûÙ ql9äƒíÌ`¯>Å"Y+,Kt’Ì­½ÇóiÚŒ¢ÿmOÿYÕ54êÛ"ë;?>4BÉ¡AMÑ TÌÒ¤s'ÿƒPº*úØHÅ´l lIˆJâd"êöÜCü, 4’)®´çf ò6RìM‚'>3Ü‚÷Åí’Ž\.ƒïû¬ þ¡?ç_˺Dx.ïíeÍÜ[–÷V‚ ¥ÂÖ5 ¢äáDÛ!Øob4‹µ™øëP5»¬ºn $.£Tò%Ÿ ­˜bAñâ9Š{ŸY‹>S|ô¬L}ö-QˆÁ -
+‚™rlUˆ…þÏ] 5õL ~wŠ~CÔjRæ+*¢‚i«/ÒESWëøk^5 î
+=ŠBéÃ> ž•Œã>j×*‰f­/~QÇjUßÆ6•³ãž:c¹æÆBŽ÷$·Åðjc*˜0Øy¿ø‚ £²¦øþy#µD+3OÔîZéjˆŒ)»Èä?D»+ ÷PtJä3‹Œ© êäUÃ-{æñU™<~aý˜¡Ï¨x{ZC”ßúPŽå½&ÿÀ:àÇff¼LG¯¨÷¦ Þ-üˆÚѽ=M™àp;ÿªw
+ü|¸ÚtôâKî¥ëÜCrÔys®!5wak¯Ãƒp2d¾ÇÑ#¡Êš$Õÿ ²ApÙû—¸
+h ÙaþŽBQìs[éëÄîᢌÌîyŽâOL™ K•MœÐ·xê©t¹þBö‡awlÎÕžÆî„S–ƒïúÉ1¹÷Ÿ©tîcî!ÃzZé—\uÄ ‰$‡—q_9k¦PerAƒäŸ.ÂÊ=9ußÒ••ðDcþƒ\žÐ#…à©/^o_ü µâh!endstream
+endobj
+3408 0 obj <<
+/Type /Page
+/Contents 3409 0 R
+/Resources 3407 0 R
+/MediaBox [0 0 612 792]
+/Parent 3406 0 R
+>> endobj
+3410 0 obj <<
+/D [3408 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+766 0 obj <<
+/D [3408 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+770 0 obj <<
+/D [3408 0 R /XYZ 100.8917 262.2051 null]
+>> endobj
+3407 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3413 0 obj <<
+/Length 2292
+/Filter /FlateDecode
+>>
+stream
+xÚÅY[ã¶~Ÿ_a`ÖƬxE%OI±´@ŠE€l€•eÎX]Yr$¹3ƒ ÿ½çð²dsf½AbµDRç~ùçûÍÝŸþ"òEÎr-ôbó°ài²Då §Lç\,6»Ÿ—ÞÇÁv«µH“%çlµN“dù÷¢ìÚ~õË懻›;¾HàŸRàð ù¢<Üýz÷ó/Ébw—,~¸K˜ÌMºx‚—„ñ<‹ÃLs¦S.ÃJ}÷Ï»Œ$×#Íõ”è÷(½ŒKŸfLÈT:é?r©vö~¬ÊÏ›§ö'~û˜¤É;~ÿNÀÿÕ¸°E‚Œ™4yæÈ ÅçO–¶_­¥6Ëá ßZz)º7ËÇÓÁ6ƒß/š=töص»S9~¸·zªú=|··½í­lö–Ê¢®I´™¢"˘á`ÅdÔЫ®é’‹ˆ>š3‘$ÒóX­ààV<E•àôb-eÎn èÍYž¦Üü„†â÷ÎLï™;‰–1Lf
+Ê‚PÂXÑ'% bgžX2™Ñù…—Ó‰—¡ãΛ‚œZÆmƒÏ붷;Ús}WÝ‘c]••ÿjâu<0´Ô›ž¶ŸªaO;eA Ûîů´;ëq'øYî‰Î®Ë£z«¹} õ€¬ŠS=DRFçLª<$èogfáÁ—ñBÆ¡·e:ԧ߿@#”|0kxÜZKŒL!ý˜Pœú·ú*n“õŸ˜÷?D¹ÒPg ã»gh%8zQ‰1peÞ›p»7*ÛÃê¦}"_ú›4%r´š'9ƒ.¯'µ§@1
+ÈÓÇƅϵ]L†–Sc!òAAíôÖ’l½-×¾8å´É/B~ì´ÌL"Fšc“ªémʽ œ>ùÐOCB¾¿nç},
+ÐÕWÔÎBíæ
+/% ÖçSѲ4ze
+endobj
+3412 0 obj <<
+/Type /Page
+/Contents 3413 0 R
+/Resources 3411 0 R
+/MediaBox [0 0 612 792]
+/Parent 3406 0 R
+/Annots [ 3420 0 R 3421 0 R 3422 0 R ]
+>> endobj
+3420 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [167.7009 424.8167 194.6 435.3719]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.3.3) >>
+>> endobj
+3421 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [425.4223 406.0496 437.3774 417.1175]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.12) >>
+>> endobj
+3422 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [356.1724 225.9248 368.1276 236.9927]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.10) >>
+>> endobj
+3414 0 obj <<
+/D [3412 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+774 0 obj <<
+/D [3412 0 R /XYZ 150.7049 580.9876 null]
+>> endobj
+3415 0 obj <<
+/D [3412 0 R /XYZ 150.7049 538.3126 null]
+>> endobj
+3416 0 obj <<
+/D [3412 0 R /XYZ 150.7049 525.9289 null]
+>> endobj
+3417 0 obj <<
+/D [3412 0 R /XYZ 150.7049 513.3256 null]
+>> endobj
+3418 0 obj <<
+/D [3412 0 R /XYZ 150.7049 501.3328 null]
+>> endobj
+3419 0 obj <<
+/D [3412 0 R /XYZ 150.7049 477.8032 null]
+>> endobj
+778 0 obj <<
+/D [3412 0 R /XYZ 150.7049 378.6783 null]
+>> endobj
+3411 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R /F41 2190 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3425 0 obj <<
+/Length 2706
+/Filter /FlateDecode
+>>
+stream
+xÚ¥kã¶ñûþ
+÷!6`3")’Rú鮸H‹.ÚrŽ+ÓkõdÉ‘äìAÿ{g8¤,yµ¤X`EÉá¼ô‡Û›ï?‰|‘³\ ½¸Ý-¤ÊYÆyºÐ¹b:çbq»ýeÉ9KÙj£’dy»w«PÉrë¾$‰¨Ë¾lj‚ôç£[ýzûÓÍÇÛ¾Hà/x’°,çðqfÍÅáæ·›_~MÛ›dñÓMÂdž©ÅLÆó\,7H„V\FHuóÏ› (7ÎÍé‡'¼p©˜ÑI¾ÐÊ0!•ô¼|ZqµlZ 9Õ˵½-‘þT-íñX•…E†º5­ï›•Pˇÿǃ®]¥ÉrMÊžv•]˜×ÈÖik]º:ìè÷¶§=]spkvé÷p¬R¶h›… ,o@ü¹RÜ“o[Ü ä4§þBŒH—þ(À¶íËâTÙ–à•_ëNÅž Ö#ÿþ“œLq¦ÓW}á2­ÝC÷­<Òæ‰tSβT˜°—Ñ?׎ð·îà¶gzñ
+ÁòT…m}ómÅðÊŽÑ·û2Ôºe¹‰¢Ô,MàÜD”ædJæ,ÓtyêÜîTìK¢’ƒw.œä÷t AÀÿë8r³ž—±âîˆ%òï郶¸Ž;ÇQ¸*x ±¦û«ãhÑCÑôy¶¼oúÞÕÑáÄR#¦ÌUÓÑ©,±µ…C¡ÉÄ\¢'®8œ<Úñrk‚¹s!Ïò<¼zÆà þ™N>”UEWÍ!DB„Û;ïù~HŸ¯í©¶xóêÓžé”%ÖNˆ¹4×Ë2òî›Hn¦ÞÇD¶kªŠÂ¼gAûíä 4ü0£ªd**TÕÖíðcßñ? I&Æ Þñ+À§1ý‚ÃÒúd•8ì€çã“ŸA¬¶4¾ 0”‘Ÿ Ô ýœ'”íÞ×áL?à_ïõà~c3½ó 0aª°d[’÷Œ•^qè« ÍŽ=jŒç˪¬ðÞÕ®µ½ëhjç„K&9äòW}>a¹€ú…ö­ cHxë¡éz";øí#m}yð$à.gë..Û>Òå?Ñ9ȶÀ…WÁÓ+„Lio;Ü9WGƒ¹!›3ˆ±4S£F42£ðˆK4d{
+£Y¦2~`£?Fpxêú(½XuÀ«§+ÎfX1P ÏT:"ü™„&4ƒÒçRʄȨ˜H0kó”)ÊÁg®Ê瓺©Ü=Î]˜Ò,^–¥SªIp
+ߘnG²_0ƒX–e<1ƒƒÇ …ïâeSP(…QçÔµá¨;º¢Dɹ
+$OJ”B°^îmxÃáPU@u(§‚»¼Ÿ¬Iîƒqâä`)f†·M]mÄ›ýFÚÓZ®ÊCÙ£ûùPßNÄ$$g(úS
+à¯)@þ¢#.ò÷]k´z[|™$P£Ë|šBD¯Ê"úðU§<¥ïñå5ÂJ*IÛ»ª\B¯¹2t“©}7‹£‹Âmz§)=Kû[|töq ÀwçpÃèЊ//熲z=çf •®Œå¹áÞŒðè ¸Ș3‰8Å#<ZÃÞÒ7q
+endobj
+3424 0 obj <<
+/Type /Page
+/Contents 3425 0 R
+/Resources 3423 0 R
+/MediaBox [0 0 612 792]
+/Parent 3406 0 R
+/Annots [ 3427 0 R 3428 0 R ]
+>> endobj
+3427 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [308.3003 460.1904 320.2555 471.2583]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.13) >>
+>> endobj
+3428 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [388.4407 365.0373 400.3959 376.1622]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.12) >>
+>> endobj
+3426 0 obj <<
+/D [3424 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+782 0 obj <<
+/D [3424 0 R /XYZ 100.8917 427.2192 null]
+>> endobj
+786 0 obj <<
+/D [3424 0 R /XYZ 100.8917 314.5701 null]
+>> endobj
+3423 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3431 0 obj <<
+/Length 2300
+/Filter /FlateDecode
+>>
+stream
+xÚkÛ6ò»…ýX³|ˆ””Ã}H¯ ‡âÐíh
+„–åµ.²äJr·¹ ÿý†œ¡^ywQ,`‘Crf8ïá~{·øæL—)K4Ë»ýRhÎb¥K“jfR!—w»ßVÿ:ØS—7ëÔ|%[o4ç«Û¬©Ûõïwß/ÞÞ-Ēßc00b™,~û/w ¾ü~Á™J½|€ g"Måò¸P:eF  åâÇÅz”›çfŒôÛ'¸×1“J+ÏýÝ!ÎÓhÕÕŸÖ‚¯òªÅù®ùÿò¦v3½ª„ë&‡Ag¶Ã‘mM{Þ¶]Ñ»|‡'÷á¨ÅÏÉ6ö˜£À`úpÈ+ÜHëG'8ÄJ¾zõ×ÉV;@
+…{o@ЩÖÂßÁ±Z“>f¶,óÝ+b È pÇÝ€m³Éêþ|Ì«îm¬›&oOuµ+ª{Ú_‡sþÆ0î¡õŠ9¶¾y‰‘¼I%™Œy♆5–ëø ®RÇ¢ üôØZÄ4Ñœ»n¢(<¦_¼ÈÈ܇Dæ†Ew 5Ús“r€ñˆ¯n,A%¹Å¢j;[eù ~Ï—ó%cÃÒ$u–èÕ T´¯ë™ Hû@¸oà±®ò§W-L9œKÓ bt2dø1 N4š©Hˆž…]¾'NnÄpF êa 7¢|½"è6o‘žØß­™ÕgV¹{m@Ï‘0þÐ[¿±$Érÿ¶k†è föÛqFì$SŸ;\¨‚’9þsÕ%FHUW›mi«OíW "µ¯ÁÂÞïië¡hQêF0%e<ú“ÒˆIiô:XZ NË"+:”ªˆFRM&uPþaFìŠ%qц2ßúmcÁãS SIJÛ‹çðÝó2—ЫÎNîæüÛ-osšh0¸å": §ñ”§ˆ"äúBž!ëâ8Ó<mŽS;'¿ˆE&‰Ÿ ¢ [[:&³êP9szÑ’™HEOÒ0%Œ È춭›mÀ¿ýŒßŒºÂp95RŒ´
+2’âq# ã\ïòG\¸é~æn±NCáË‘öT”Bêâ²i;œ´'›ÜÇZúTœN¾üpÀ
+¿ýé¢:éì©©³¼m}1¦XïŒÉV
+Å´ŒÕ˲-££ÊEÈew<Õ$YçqPM_¤C ª¥á¾0Õ³nêï MGEZôu¡!K’(Ä1g;P¥óÙ"{OHëf(úäC\U»ž:ÛBÎn–S”ª0
+Z™$Ô0úŠTu¨aèFĆÓl‹C2»¥«å¡]Ñzº}ÒúrS£ pª?<$³mŽ0
+lYW~Æ%(ŽÞ´¸e¸”ž^*Ôe
+Nc’襅™C„âkcxC}E{&a<îu#_¤<½ú"qi¼˜Yq°ñÈÚŠæ2hã´hç£TlL(ÅÕ5ŽTÏ‘§Ç,MM4M1>Ð$q°1™lW§·-B@]}
+ßÛ¸‰§3œk!າÅ{“¹¥9rËWd(›1¯|ÂÓÐilE\Þt—Ïh}ù5[mõN…߀ˆf›üTùpk*ß¹Yx‹Õh¯ÿFïêF›ÿ§€Ò
+fM^Ú¿¾ÎÝ‘N}‘/)»
+0N/¶¡Çtó„àe°!Òq¸’ªçj†j’°Tôé÷áPd$±¤¸¯Ú±Það§³o[žó±é$+Wê‘ÁL$+ÏLßS¹¥*²gÍ™:šIãN=µk½px
+][œR ¥Â_EKHuêhWBÒ‰—„àçu á1ëBMð¶øï'zã…Ù) ½$yBŽ?åZ\¸^OÚ¥c³À¿NÃÒÝ:•«úTdá?Nÿpµíiendstream
+endobj
+3430 0 obj <<
+/Type /Page
+/Contents 3431 0 R
+/Resources 3429 0 R
+/MediaBox [0 0 612 792]
+/Parent 3406 0 R
+>> endobj
+3432 0 obj <<
+/D [3430 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+790 0 obj <<
+/D [3430 0 R /XYZ 150.7049 629.1825 null]
+>> endobj
+794 0 obj <<
+/D [3430 0 R /XYZ 150.7049 231.9811 null]
+>> endobj
+3429 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3435 0 obj <<
+/Length 1741
+/Filter /FlateDecode
+>>
+stream
+xÚ•XKÛ6¾ûWð!2°føЋM.IºÒC"F ›¶²D¯Õ•DG’»Y,òß;äP²¤¨ë>p8‡óø8ôëíâù[.—’ȇËí~)BJÇËP$”Œ/·ÙG1õ& ÔÛÔzÃê“:)U«jœ¶jÍïK»þ´ýeq½]°%…[2JI,Y
+‰hÈ–i¹ø¼øø‰.³]þ² DÈ8XÞÄ&%_– HLtœbñ~ñ[¯rÓëÜ •¾þæ0罃ˆp{˜7°<EÃeàµúnͨ§ªçð)¯níx™*ò2‡%nžWn­u† GÎ0üÎvvHÖœzÿ–BÎN·‡^Cî¥c»R)ãL8òü/ƒ€Yó“*3ÜKÜæV׎c–Xªiu­²8qVòîîx¢ÛqÍ<ÜTLœÁ=½Ÿ¨
+”[_$ߌNd8æD ’Æ36'\)ÎseâVåUZœŒ+¬¼.Õ’Ö©M*$*]—IQ¸uºjÆÚäxT‰Ësz›£Jsë ˜¤ºêBÞ¼@Ö^÷ š6©Ru…Ód.™®”2uC)¯ 2º2û?+†il¬bŒDl­¹aÂÏÔÞ {­Wì¯ÿó‘ò—òÙ¥Ò.íw,“´Ö3[ùœÐ€Å°®Û ¶˜ÑËñgNκӨÝ9õ§FeHéSÛäY¿«M{CA\‰uõ& ˆ‚“0ä‘ÕøÇA™qáZßÙ„œ£S ×ÄÃDNªëZ5G]eý2ÈAÆ¡«æ §çÚõ©w…+¶Ö6øÅQ¸ÜpÂ}XÓ®í'ŸÄ>øiÀÿàöØ5ºÞ5¨R )(DK\ÊÃj<öîóö
+H-wN˜B9¨¤ÎOU›H:‡¡Tm*ß~kÔç“‚ řޟ
+Ëî¹&¡±ÊÀ‡\|þrN29i¢Ø­ªT¸Ô—.õz‹¼r[Âyïfï‡ëÒ¾˜ÐÎÀ¦°êÞ44IÕgª®º†*¿=´£ç‘º|U=‰AçûÖ Ñ÷=˜lG2Sî”?î0ÒÄö‰ò1 Y:ÙQúΣapŽ0‡ñ øÙÁ›ùx<Ö:IWøá MêÞ«s÷ÝkeŸÂ
+»Ý|swÔÏÖl‹(âKãÐÝסîÆšy/DŠˆ_Æû^tbîeSä)TÆÃì Jp°-‹It§è1 #;„¿ŒAqè»ðrIâ8B¿¯#ßËÓ¶{«_çÿÜá ÌÌn8ÚY/…Pý"`‘‘ëâ»× à™8àè×)0¦ótÎ7*œwÝhÿÿ#endstream
+endobj
+3434 0 obj <<
+/Type /Page
+/Contents 3435 0 R
+/Resources 3433 0 R
+/MediaBox [0 0 612 792]
+/Parent 3406 0 R
+>> endobj
+3436 0 obj <<
+/D [3434 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+798 0 obj <<
+/D [3434 0 R /XYZ 100.8917 517.7326 null]
+>> endobj
+3433 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3439 0 obj <<
+/Length 1794
+/Filter /FlateDecode
+>>
+stream
+xÚ•X_Ó8裡´´Rkâ$NbàîH N§«î
+†&ŒÝæÚlUUD+•k§¸4Þ>çF¡ßAhÊ®ôçÀ .Ÿ:T4_‡!—I÷Æ™‚[ç½n4EÐJ²D£Êª4w4k ”H{Sõ©*hºuì“¡+4.˜U€’”É0Ì(QjÓ55:$‹V<iC~éBåU…Kª¥±ÐUy€ûlÜ£uA+¦îˆ@ݸä¼ÖÅj,çï’F»åm[7[/í\v{ ¸7ÙÞ å6]ÝQ™®“‘Ÿ›ý©1žŒ™Œb{ã[è9¹}ÃqâÝþÌû2ú±L/T©Ü ·zwªˆÆyE,½ Åâ?´Xâ”»©\䂉X—^C«& Š%Iä×t2ýS¨×<ŒP£ol2…rQŽuÓ)cs(
+l]!?W”žwusï8uI›0¹‘å¡ ©j–<[ÜÚt~gKKí¾ÆK8»ƒÛ{Zî¼»ºªh%6°(Äê°žŠÿ±ÒO~&Öê†üü›}&
+MÄ—)6AT‡Nß"M[ááx3ï7+Ú±¥!Ÿ’I!y0±Îû2ßS(ïÊKÚüX^;®®½ø:aÐ ¶~Èlî@ñÙºø®å/>ü…iÿd¹†÷€‚‹D4ÝêprT:hÂœs”)ˆi(ݲ¢Á’˜°8ŽÖŠ
+¯ÌXñô]îEMx›±ˆgúѼ©Ç„ÅiÌÝží÷„t„í§2ÁQÑàÜCÒ¾s0ŽÝCŸAO XøMÛýŒŒ
+_©Â)ôNWrEÄ‚0õ¯h9!7v3HüC· 5oè t]Ž»±‰š¤,I1|! cžÞÙ•˜e1Ïæþ:èIç“©ˆÀöÛ]Êà¹\Ñ&[k®Œ¡ã†f`Td½Û¸î×/¾ JYŽðïêX#¶I+"mœv÷X5h–q–ÉÔßÿç©®ˆ‡Ð³F©Ûr.±FÁ÷Ëb¾6ÈÛª®üñ{µËM «²uÃeÌ„ä|\K¶Þ±Xê˜ÄÚ´O}õøÖÈ9ô륔« [=.oá£I ò5#ã¯Z`åV(®Umíw•­&r×Ô¢(FÒ†ëŒÃ¶
+¦—'’ã”2¢ÂÊiÛ!šL<÷=’Œ¾E~¢‹‚ä¥n¹©'›¨„^;à‡´‚:Röý¶‰2ïªkÇø!þQÀ07Þ ¬dS{vQrNîaž»@< ¤ÿÚ¤m¢€ÉX¦mÄ5ÚÈù€ÿæѾ$[:^š#~ø-ŽM hÖÒk
+…Ié6)<¥×_¦¸èafåäv^> ¼Ms8åä ÝÆ“¾þhÓ®n\Ë X*¹-D†¾Ã,]Ôy~jM"YBÅ
+wµ;atÛw>K®0®½ú‡Àx–JW౤Zt™$1–)œ`qøïï%–@Þy½/Ê?Ø¿'ìì]&N µ Ë¢ÿÍa2MG5‰4™_ØoƸYJè8eîÿ¢ûų#ãendstream
+endobj
+3438 0 obj <<
+/Type /Page
+/Contents 3439 0 R
+/Resources 3437 0 R
+/MediaBox [0 0 612 792]
+/Parent 3443 0 R
+/Annots [ 3441 0 R 3442 0 R ]
+>> endobj
+3441 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [193.9821 379.203 205.9373 390.1468]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.13) >>
+>> endobj
+3442 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [310.3152 379.203 322.2704 390.1468]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.8) >>
+>> endobj
+3440 0 obj <<
+/D [3438 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+802 0 obj <<
+/D [3438 0 R /XYZ 150.7049 368.269 null]
+>> endobj
+806 0 obj <<
+/D [3438 0 R /XYZ 150.7049 206.8493 null]
+>> endobj
+3437 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3446 0 obj <<
+/Length 2076
+/Filter /FlateDecode
+>>
+stream
+xÚ½Y_Û6÷§0°µ›GŠ¤(ö­)\‹Ã‡m€&²L¯u•%W’»Ýùî7ä²$ËëM ¬Dr4ΟßÌÐo6³¼‹ô\Gñ|³Ÿó˜É“dkIbÍ¢ùf÷Û‚1"Ér-)]lf¹Ž$]œÒ:=šÖÔ8lÍ’ÉÅ_íòãæÇÙÛÍŒÍ)ü±9£”$š)`Ȉ¢1›gÇÙ³ß>ÒùnFç?Î(á:‘ó'P´ŽæÇ—šÄ’ñ0SÌ~žý§c¹îx®ûLßØÃðþa.{KE".¹;ÌÆÅÎìí#ýÔlØ'BÈçÏö#µPØ”­¥v,óe$Ú›f¹æZ/ÒÒ>“…©ëªÆ©£išôÑà`k²ôÜä=”’ P¹Ša“ ^:!DðHzª§%£‹Ôï½3(J³CžòöP[\ëÌÔ¬‚ žìÙx’ö`j/eÞàš
+Æmi‹\¿l¯„B<ÝÛk;µ%"¦ÊSdùOT¢¹xl½t±šØEXGŒØ½]'jÚ¼(ü‘ªpš²ò§<¤ËˆúmýAK;xÆÁÅ9¿E‡‹"A8ü:\|"Ka¯W¹èSÂÿ¾Ë=C¸ðX®ÀÜM£k"”º«"«I«/Æ#º„Ýóâ¹­fàÂ%0Äaå9H{-bDáJ$~÷)H@CÊ/~bYý»jýv(Ê€€†Ñ1‘‡†ñ©·8¼¤mkŽ'?°±Ï cO‚[*fܘsÙ×ñÔ!˜KPžj…<Êâîÿ’Ue[WóÇÙ”Ù$Gœ$‰÷¬Ë •‘ÊYÍ«¨Mº{‚
+.R‘kU^•9 i¯¥àûXÕñ/ãÕyöòa–Kv;;@.lVíö£åQ~Í0κað–¦:zúiÓ¼ 8ø¾*›|Ä_š10 ÁçŽÇ «~ùÖûµç„ypÙž«y£öy5R̤‡»}™x᜔© é êJb¢Ø)ÍhÇN÷Í„>u@ç; ±{î¨}--ÉÉaJR’(@éfñ徃R
+6ž¸
+%HéDªK+/mJo@þ„‹ü˜·]¯r¥ E ?Õ;Èu’'°‡ÖËšNyL„1VT0qªš&ߧ]I¥è¸²†•ÂìýÎì0Sç?µ­}\ÙJœ³V¹ŽßH(’Pž| Yùz÷
+̸…Ú»„)6½ªÆ?PI§z@Kªõ.»^¦+Ù¡0_!G?NÆEhÏõµÔÞŸÀÅ óÔ£«ŽÞ‘` • O4³ŽzÚµ« àÕYùBÈF— ðeˆ“®cíI’$f¾øoÿ8ÿ¿ ØŒDóS}´bz‘v&=bDE. ôÞyUãÁá™ú¡þ1/íá×Õ~ýXWç®] ë
+f˜S‹wçÚ^2«Ú¬ê\ù%pâEe×ñµ‡¤nÜ9\ƒã¼œŠ—בÍj\s^Ä0žw]9V– €¯}]o§Ý¦…Jö8
+°ÄÉ×Õå@È}tŠ®G8†àÊÏç
+›¥Ëdù”™"Å¡™ë~v`L†xþ¾‡²Ìendstream
+endobj
+3445 0 obj <<
+/Type /Page
+/Contents 3446 0 R
+/Resources 3444 0 R
+/MediaBox [0 0 612 792]
+/Parent 3443 0 R
+>> endobj
+3447 0 obj <<
+/D [3445 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+810 0 obj <<
+/D [3445 0 R /XYZ 100.8917 352.8161 null]
+>> endobj
+3444 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F7 2845 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3450 0 obj <<
+/Length 2639
+/Filter /FlateDecode
+>>
+stream
+xÚÅYYãÆ~Ÿ_!À‘€Q‡}’ô›×YkÀ…Ä€×@8TkÄ,EÒ<vfø¿§ªªÉéÝÕ&‚†}VW×ñUUëÍáîÏ?°|““\1µ9œ6T&$MD¾Q¹$*§ls8þºýþ\t£îw{&“-¥d·—I²ý©(ûvØývøñîíáŽnø£!
+ E7ååî÷»_K6Ç»dóã]BxžÉÍtBóœm.w\æDIÊýH}÷óÝ_g’û™æ>$ú¹p"%¹”lɾL ã’öaÚí)Uéöû¶Æ~*ǪmìuÚ“ý–m3ö;šmÛÚ ú÷I7åŽnµ¹äJR °•ªòÜœq8ëÝžóè\.Est[x¸EIÂS*a+îxO¹(‡¦¸èuŽÍL¸¥@/BŽ¦$, ¦›ã' JP§Ì=Á²h,·ŽëiÐGÛ[ü*”‡•”.üí@J(!ì8 i‚ç8Ò %î­F¨9ꇕÛÖÙN4 ع ÊSPmº–Î^2¹=ªnyI3.»ñÊ1Ä”!V öxà·ÚÁ¦ø¯¨u3Úq¸sD[Œd)| ñEJ’”S·Ø $BIc)‰L„™üËÔWÍ#HæÛñŒ¬a«\&gɶëÛRnº¨kÛ¸X§³ƒÍÑ6ÚñŒÞ‰»4Šû¹ƒ©â¡Ö3m§4èx¥9zÜn¯6ëòOZ7¡0N8ˆý&Îàò°ù³&¬HJSy« ¢¸˜)öp=ÆEpe´a)û†©¨ï]»«Ú6Û¦~ñƒkyáhy.ú¢DÀ³jäœ(‘eKí‡y7ζz})ª†ØÎwöcí¬¯Š×p3"^`£xh‘…øÏ YžŠKWëûÏyŠŠz
+ö«ÓùÒ½ë¹Öƒë~ÄÿÌ«¬‹vº?µý1FX8ΙH×>³A¨Ìýʶ S¡C~¼‰ØQwp=ãsȨÑDš; ¤Ù%EìØÁŽåÛ÷Iš¢¶^S=ºÝ'»iô+gPÇÎ` ƱD.p8·S›0ãíXªa´}¤j¾Æ2yB4Wk»·ó;pöÉmfªÞí+FÃÑcÛ¿ø³ŽÆÙaòØÚ¡¦íÀ¥ñ)²ÌÌwðŽņÀ[XvEÆ®èb§Ú¢iv.„Sé¶7qz
+‡(öKç'ÝW÷½“½.T
+°Ä³å\øUEclÛm> àˆýwÀS_tš{+W‰\J¾ëƒ.‹i0©‹óDlŽªq2aÝ >„ ÄÆþ¥@á`}:“G`œ*R‘Ìҥ̑6Ê µ¼·Z‡ž í ç±0ÐAô/«®vX_z“xp6sY‰ùž«£öéSã³ð«×]SU=,cLa?&e°Í®(?ŽÚ©o/«`‡»;¼¶'
+®÷­®(áezµð˜H¨P¾À÷„tpplx궹·í¡õ¬ø‡Vå¾caajpfÎ)+§KÉíÅ@§'Œ±ˆ è%®~£FÝWeð$,ßhP¾™î»Æ®qu9ÞûíŽÎ,A\fIR´
+#.‚VQºR¦QN86žûvz<»=óÅ`&,q°;•nU«Ê$2Éó@ÑtÄ4ͤ¡×ZÏòæÅáï
+Ř",…“–eª¶0ñ !>‘¦£¹ŠÌ!¾¶ÃXš“,Iòб´…’FÇJ0iBfÕí¿7fÕW9UÍŠÿ®.ìGk„ÌÒ]ÐXz¸p]ñ\´@g%ƒò‘+¹8xÄS’f¹ü
+GM˜X¼„˜ Ùxüñ‘Ø%"¿®Hº8<§Bܬ©¸¯KÎ>+|Ðþ”^ϪrÐÇ p0É–Yß;ĹÌø,̲$ÌÀ¡‡š00í§xžHyNÊÕ«D‘ò¥Ì˜&)á¹\ÞŽ2I6ÜÕ uµA7¹³Kò˜PD$9_'ÏN>]4¶| âÆ ?÷x“Q(ÙYx'šcV0ϮΌ$çÉRÅ ŽK’§"Œçe|̨
+}1(¦&”ȧ2ºûU‚æ^#Lí©Jñ<úù×çç/étõ¼`ª*³J°Õã#Šîr¨ïˆ
+qT0–¿úQ¥÷Ϥ¾1šÊ™ á3 @ösÌ:ÂX]ëq-®8Q– §êSDý6œ&ìc☠Þò–5‡ ó¤gbÁ ÔÏsô‹A?å$•ÐyU›×:v)[ŒŠ[%L²€Kçª2F²Êü›Pgˆñ'‰âË„æçâÆGÛ!âžÕ®ˆò™âó0½Ïùá(Æ*”óüzç(Šôç”f¯Qì4 YTG’žðÿ›ŽÒ¯¿ûÿ^Ž«'È92¡èòà]³J‘Bw¹¾„½Ö äJ%!ü­Ô±~Nó¹è ÃÐoÚ˜ý9û¶\ÁzÇK×é¢üo„P&‚­CyÏ ’ÀÁâ»r‹ ÔAJ ë Öj^HÛAåT•£4~[ýóùKïS!)E2žb(%øšb—©Ú\‡™ƒ†ÛŽ¦«JÿKÿ¿ñ©`Vendstream
+endobj
+3449 0 obj <<
+/Type /Page
+/Contents 3450 0 R
+/Resources 3448 0 R
+/MediaBox [0 0 612 792]
+/Parent 3443 0 R
+/Annots [ 3452 0 R ]
+>> endobj
+3452 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [488.6078 221.7723 505.5443 232.8402]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.5.1) >>
+>> endobj
+3451 0 obj <<
+/D [3449 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+814 0 obj <<
+/D [3449 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+818 0 obj <<
+/D [3449 0 R /XYZ 150.7049 197.6815 null]
+>> endobj
+3448 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F42 2194 0 R /F51 2929 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3455 0 obj <<
+/Length 1964
+/Filter /FlateDecode
+>>
+stream
+xÚíYYã6~÷¯ð[l ÍáM1@’Á v󶈱X Ú¦ÛJË’#©§ÓòßS¼t¸ÙIovvÓ ü`^b¬úªŠüj»xóžê¥FZR¹Ü—L
+$™VK©¡¡ ]nß®AZoÆ«/»®i{{Xo¨À«ÖžM{×­¿ß~½x·]%†YŒQ¡‰Û… …%YîÏ‹Ÿß~—‡^~½ÀˆéB, ƒÑš.Ï &4’‚°4R-¾YücØr3ì¹™nú•“€“‰#m¡e‚% "ŽÏ7ïÙL`Ž
+ Ô°_öa¼²}X7SÌ&-Ü \p¿~{² ÆW—¶<—}¹¦bõaMÄ*ï›óÙÔ‡ ]­&Rÿ!]ÊœÅu¦ëÊÛº ›÷‰øþ¾mm݇ÎÙšº¬o]G¬šc4ñ‹ænMðÊÖ©;›Ý7uß6Uø²³?ÝÛzoK 3%ˆ(â¤'H A<7M¬Àì¯$‡±ýÉ´0nÛµ+äwÁ^w¬Ðþã÷nqÚ¡¬»Þ
+†˜·™YÐS·Éxh$åò%aˆ“äÈÉñÂ9z¾SVNÁ(ŒÏLкÎÏæ|©À
+3ÇúÄLÊùÉùãþ`ÛG`é‹_\owÛ6÷×*½1ì1²üËÄ6|Ó¯üõ×ß³2A™<Ôt¾Åà„l£Šß¼‡S·(0?KørÊa¨P<üˆ O·¢Nr•4[f¶’€ÇxÜ*𵋬Ìò>£ÞÕà¿nú8EÀ:øø;w|÷}˜2al„— ƒ)ûÎÄÂRèdlá°ÈXmâd¢Ïï¬MhÓZ3D¶7oOæÈ@‡¡ ü,àÀa1êL´# }Q¤9Þ÷÷­}Y¼þ«/#ÓNÚ$A°\‘rí7|êæ
+L'Úu[•ý)‡Êѧ™
+Ì®Ò!Éà[ƒCgÌ‚$…`s¹ãt¹¢T‚üI”üH”T®ÙOA¤A¶Ñ?@¶ä7a.ļéj—¢—I píâ¡š¼sri…¿̪iî"ÆTe<#ÑT0øتüä9¯ T#ª Ÿ{Åödúĺ ög$Q¨ûšŒªÐÄU
+r‡²3—‹5m
+qǶ9_6oСØØ@¾©
+KŽXslÓÊçë2À%…xa”)äƒrÓ&—éªòöÔW‰ÿ£K@ÖUjÕãçaôv’ú^×<ÉSÁrY©‚šYù?‰ÄW\ÏŽAPÄ0Ÿâñ'äùÓñXcTPyËÞU}Å—]gˆËLé1.»™çã2{,åÿ¢`’U­äTL³#
+WŒŽâ$f¯˜g«'Ù¯_“Õ4 ƒ“JÌþƒˆÌ^‘Ù'wüÿO$ƒôMª\"À‰‰
+tP…Cì¨Q@¼@…`ë[‘Ë…®«wÃ5€ÖøvøôFuúÈæ_]Äîýѽ5wï“Ÿù[S÷Ì]úd³·£¹2AGmw¡ïß-àn&La7aê‡ëç.¿~`á³›´C»¸dò¸äº?Þw}ØyÈäÂwC)ÜíÎfpÁ‰áÓîÀ©VÞ!N™% DJ¥{“ S^,˜–L¼Ö͇Һ seÝ•'Âœ›+2³=Tpu¿  ;›ã=÷X˜î+†Ú·/ϱå_0§SsáæKÒ>žÝ,x½m¼píð–ø äŽM1\¡e9ð%Žov=1{A ®âù<!‡ AKÉ£™RŠB>ÿ¹V€Gû>1ø®üñ.ÄORZ[/¤”¨`Ê¡`…
+Fïü GL(¹œŒÿ+âücÚ@ƒÕ_Ê}îEMAVI†z‡•ú‹Ð
+endobj
+3454 0 obj <<
+/Type /Page
+/Contents 3455 0 R
+/Resources 3453 0 R
+/MediaBox [0 0 612 792]
+/Parent 3443 0 R
+/Annots [ 3457 0 R 3458 0 R ]
+>> endobj
+3457 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [241.5526 519.7188 248.5264 530.6626]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+3458 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [368.0771 116.0997 375.051 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+3456 0 obj <<
+/D [3454 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+822 0 obj <<
+/D [3454 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+826 0 obj <<
+/D [3454 0 R /XYZ 100.8917 506.4792 null]
+>> endobj
+830 0 obj <<
+/D [3454 0 R /XYZ 100.8917 216.4597 null]
+>> endobj
+834 0 obj <<
+/D [3454 0 R /XYZ 100.8917 198.2821 null]
+>> endobj
+3453 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3461 0 obj <<
+/Length 2498
+/Filter /FlateDecode
+>>
+stream
+xÚ•YYÛÈ~Ÿ_!`XF ÙÍÓˆâÅÉεƒ$ÀznQ-‰ŠÔòðx`ÌO]ÍCæ̃šÕÕWÕW_U÷¼½»ùßU¶Ê¼,Vñêî°
+"ßKü0[ÅYäÅY VwûŸ×ߟ̥³Íf«"ÞfùþúÉ›ºÝür÷ãÍw7Áʇ¿`:C
+Iåîd7Û ó×}Õ·½)ùÖ·› Zëæ‘%õ;ЧIçf |/JÂfÇIa +‰¥:üd““ÏqÞ“iešw²¯ÖvÜØ÷MQÇ]°Ð¾÷}U]QWÃFö—d^¢B-kÏ ¾°ÓHy`ËH´oÙÀ:è¤Q:7q [iŠÖ2tïH7ŒkjµUž
+ƒ˜à/ ƒt5‘ÿ—>lØ{_îù³;Õ½kšÎµdÜ7·lµ·2ÄИ gb/
+‚xrv€Ð©•ïe*pþñX# &[¥Љ¡¿™JHÌ‘z
+¬ïKÈn‚t aK»ú„ç²MÛË÷¥)Îà-”rWû F,ŸŽU:]+ªœ­t 鬭¸×M qò ÁkY'¯ÏgSí[V‚‹û–èDgf’¢VÕ4¬iÊM°~”áÒ_œ/uÓ™ª“ayןcCÀà…*Ö‚…è Ùj",±U!~/ÜwÅ¿„9gÎúؘó™"ƒ aªcoŽ¶ÿ?'þË<§jÎ
+èâòKÍ'Á<–(äÓxÝ°QFÀ¾f¹¤vh$ј課Á.¢”b
+(޸ɃºêLQÍôrÆmÊ‘ÀkPFEZÇ8›ìh‰õ²š©\þ ýa:s‡áCA+‚LÖ}·&ÈhˆÇÒ]f¢ÒÊ@K¡reH“–}×¹ ô2p´•dá˲í«M&ƒØ3Öº\éA5«TpU­È[
+·„à.+Üó#‹?@abšÊ ¿ÚW,«eÓ
+d‚²&{S:ZWT7MB…ƒN˘œ\K¨x…oˆß¶€ÄID…mÍŒ:œ‹ã©c™‘é,—€0¼´Æ­y’pcg Sm®©ÏKÞ
+endobj
+3460 0 obj <<
+/Type /Page
+/Contents 3461 0 R
+/Resources 3459 0 R
+/MediaBox [0 0 612 792]
+/Parent 3443 0 R
+>> endobj
+3462 0 obj <<
+/D [3460 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+838 0 obj <<
+/D [3460 0 R /XYZ 150.7049 594.1243 null]
+>> endobj
+842 0 obj <<
+/D [3460 0 R /XYZ 150.7049 462.515 null]
+>> endobj
+3459 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3465 0 obj <<
+/Length 1823
+/Filter /FlateDecode
+>>
+stream
+xÚ­XmÓFþž_ Uu¤Ü²/¶×Fê¨@‚ªÔ´¥¤î9›Ë‚c¯C‚N÷ß;ûæØ>=Ú*¼Þ™™yæÅy²š=|FóyŽò”¦óÕfÎÒ%Œeó4OPš:_­ßF„ -.Œ£ŸEÑÔ‹ šà¨•Å¶RŸR/Þ¯^Ìž®fdŽáGæc”儃‚8NɼØÍ>ÍÞ¾Çóõ Ï_Ì0by–Ìð‚És:ßÍX’£4!,씳_g¯;‘Ì‹¾Ð'·npÖpDYÂì V[¹¸``ÿÎÚö>|ÆúÇâ1Ž)è2ìï‹U+ÑJÇ;PÇ(3>r¼…¨œèB”¥[©VËrcÖ$Õzév[Yº{®kð]ézéØÛ`h#‹C£Õ‚&ÑçI"yK‰v'ö²ÙÔÍN®¥ó pÅ1ø b–$ÄšxùÅGÌ7‹RèÖoÕGÆ2óªª1§Ò-rËçþÈѨåÚ½nÅ‚âÎF³s)ƒ¸}­µº,eÐåžkùcZɉ0Уãü¾q`ŒÅžWè yà¡q3pD-ÉH'w-7=ñ×f}Y¯ÁS ¸¼G1˺™ÐƒP—%—Æã$–°,ZÙ¸° e)Oçј¤öÀSK 1Éæ½ý7NDßÏ §ª½è‘Ãä4ᜠ{ÖÙ°ÓH]—}fZK±«½à¿`¹Û°P›QlÖy|ßQ’Ï«¼
+s VÆ8$+Ï\#]ØÔÖ‡©!¨ÊoÎFîKQȬÂi®|j¹ÞL\„@­ãqÊïwa¢9±ÝW•ª®¦
+JŽHœf=á¥lÍ£’§ö‡¯+Ë¡r‹‘ÒÞY C§£ÜÞÊƧ—襧ø2L9Ð=Jì‰úb¶]}qYü‹†1Ú¤„8æÖÖÇx°wÂN·Ê ÕxÔIª˜[•zx¿ƒžª&$äV?ò´‡Š,6àû ǧ ¢IÜñãkéï´W~Ebò¨»üDÙ¡¦™q–þ‹²Ó³ðÛªÓaz 3pØ®6quÁ5Ðmk“ %œôó`£&‘ ‘$TæÈ©[-2ˆ¦èéG ˆýJ¯¢Ôµ[YŒYþ®HyµqO‡)`ñè3[Aµö¬Õ˜àçR†§Pü1–—ã9cšÉ¢«ƒ)PÐJï—(v‚<Í=ʽt­ÖÒ£$t`ßú¦KFÆQžçìë}„Q`¢|ئî
+ª8î >]=z
+žÛÆjæÑí¬0¿î÷¥*D ɬ—Ž(ÜÃÒ–É΢°UI¹6lÖíV´Žê&d2;Q¤³ÜlË-i˜œ†-ˆÄg…~’ÀÃ×{Y(“ir=lQbýÙ$²¨
+9™»?Â-!k­y¨<Ú75`mç^œkÚˆJ—à×­¸kÀÜ@Sµ¾Sw5 [©µ[^Ö¢Y»¥é4¾òðhsp-˜;{nè ž\ƒ?–“·½ê-ãïý}+1oºÖÒ½^õêYš¶+«÷KŸ?¶iÆìŸ$Y¾^“åKA–’.7±ÑòÏm*d¬Z´„€  ÁÛ~ÙK-Û¶›T¥ÛæPX0~ÍN:´ó•’…¼þéæZ’›sîöH¯o®×w^Þ\ r3åîã+O§e
+ 8@J”s>ø7…%<Ÿ·ß ðÕ"§Q½WÅÞë(!4ñ€'$lþ È
+endobj
+3464 0 obj <<
+/Type /Page
+/Contents 3465 0 R
+/Resources 3463 0 R
+/MediaBox [0 0 612 792]
+/Parent 3443 0 R
+/Annots [ 3467 0 R 3468 0 R 3469 0 R ]
+>> endobj
+3467 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [399.3992 570.5965 416.3357 581.7214]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.8.3) >>
+>> endobj
+3468 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [118.4256 335.6123 130.3808 344.5387]
+/Subtype /Link
+/A << /S /GoTo /D (cite.chess) >>
+>> endobj
+3469 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [154.3906 335.677 166.3458 344.5387]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Tut) >>
+>> endobj
+3466 0 obj <<
+/D [3464 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+846 0 obj <<
+/D [3464 0 R /XYZ 100.8917 432.0636 null]
+>> endobj
+850 0 obj <<
+/D [3464 0 R /XYZ 100.8917 411.8858 null]
+>> endobj
+3463 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3474 0 obj <<
+/Length 2016
+/Filter /FlateDecode
+>>
+stream
+xÚ¥ÛnãÆõ]_!À( -¬É\È!‰>y·6’
+•åþ®@¿{P=PÍ‚€#ù,T`¾îÒb™®PP ßC­#Æe;øE¹ÝðtÈx’Õô-ÌÂÔuZ=Ѷ)ñ›L*³-§"œüÿw·1C<"Ýcj• ð"`jÏËgòÚ8Ä»tíV"ˆàFÜué §Í
+CK>•IóYž­ m©¥Û]Nî"¡:[÷Êi-„HËór
+f>8çBkÑçXRý“áK©:9üoY½ËÓ§û/ûÔÀ ¡™”¡ÓáÕ§mÍxé¾oùRJ¥ßF¬°ôŸuÔ)qö;ˆÓËÐm²&7—a»o6eÕÖ_wé}ªÉí Ÿ Ö*Œúœs}¿Ö ¿KËÀ:5Zi±F丄šR›Ô˜ÓÅñ)ñy¼co=ygŒ ¤²lŠ²1oŽÿ0µI«Å†®kÔ@Õ`1Ãíã“#äâEäþj*ð6[;üå:EwŠšÁïÝÖTÙ"=ž ±Ž¼è&H;Û}Þd»VVúÿÖå·òaX?x ÅºJ1q)Hï`q £탻 ¨í#ûäˆÿ»OüøæÍéYúwó_®ƒ*êHßsîÕ¾r]›õô´Ó–Tïxïµ’m¯bq$£N.âHw±¹`úF½¥‰ªUKó™sY˜å ^0qÄbˆg žçF;GÐŽÎmØAý9u*“»&–¯žÜ‘wÙ7ßvõM¶p¾~ž`ûúE™ø³²ÜQöùÆHÎGòÆع.{ц¯î\fëݽBš¶¾(º’¤´žü1è¯ ( t5b{-5èË>«PXÜaqD¨MŠ¹Ÿ
+íÍÆ-\&Ød;··Í¢Ög—°q‰¨óZŸ“³å¡p(@û t‘î²gdˆ¹/V,´éyVóE ÙdÎGå>_¶F}Á„ò¾#òÎ’–A7­õ¸ì˜Alÿ7ÐœAô›
+Û‹qþØu‰Ó…êç,~Ö¿|=~ò«!²OÀ;=òƒi®ÕFÇ ¦¾ôž<×}¨ˆ ­ÔëÝ@2IØÿu£&
+.p“À5$;êß,%Ö!r·kïÛÞfú}ïLRûÔ¡nÜoõ­×4ðZÆ}ÒO.B='u
+s®ÕÕ4à8|ã­ÖÜ :iK< ‘¹ BãYc©/ªì¡*‹5`T2šÔY±0´VAęүÖ@ÈBݶ¨íoZˆ€+jtqår…ÕƒçÀ.|mÇ]|6%£Û¹ÛU¥›¿… Y‚îÜ €GÈ8í`èkµË=Öy°f´âPJ*ò§Ë)Ò_}™°®Ûܬðy«9˜–ŠôÕƒ=ô/ÑôÁò\Õ®½H›v7çþÇ°½—(ý§±Ëþ»#ÑÊKÖë
+WõôüꗶǴÎc§Ü¾ª¸v2nÿù®(œúus°NÊî„ÆRÉÉ`ìDBÖ;Ïí¿N#È
+‹Æ÷Ùnʽé³”Ú•$k •Š$pÍ’("3ÜSgÊTEãÎùG'÷“GÈI¹Ÿ_ªÿ)X_endstream
+endobj
+3473 0 obj <<
+/Type /Page
+/Contents 3474 0 R
+/Resources 3472 0 R
+/MediaBox [0 0 612 792]
+/Parent 3478 0 R
+/Annots [ 3476 0 R 3477 0 R ]
+>> endobj
+3476 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [456.2759 654.0252 473.2124 665.1501]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.8.3) >>
+>> endobj
+3477 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [183.4619 479.6564 200.3984 490.6001]
+/Subtype /Link
+/A << /S /GoTo /D (section.24.7) >>
+>> endobj
+3475 0 obj <<
+/D [3473 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+854 0 obj <<
+/D [3473 0 R /XYZ 150.7049 541.2493 null]
+>> endobj
+3472 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3481 0 obj <<
+/Length 1687
+/Filter /FlateDecode
+>>
+stream
+xÚíXKoÛ8¾ûW0°‹˜%)‘’‚^ҢŢÀ¦XÔû
+ŸÉ7²ƒ8°m(˱µJëZ÷kb§:ÈPž C­ˆ”guº¬®E¹”ÆF”¡„1æczxõj(£BB9"‡
+O\*w¹ƒÿfûÆ MóLÖ_VƒpÁØ0A„KLj«Ú奨sψ’£Ïµ#¨äÚ+Gsã/¯r½WÚ4J³RkäŽÇ
+­zc÷ öÎaþôÔvÈÒ~DŽI7ƒ8GƤR
+
+¶}7„Έù£¼--§« ù2¡‡ÓÏûiGì„^þ;À¥›É’ÄM‘“S†Òˆ“§‡æñ4îf/ðlì@“tÚù.ƒ<Õl¶îÝŒ(vOºQ.8d=á&€‡€Â ,t4.ƒá°’B+Ï7馃 DmB{Ï<ÙÚÅ‚›"ÅdpŠ;ÅfVÂѦqÇfÇÎT†Ú t¾3·
+#¼îòÍÖÓÞø-QºçñW"qSø3‡ëJyqZ~o¤™gýõ­ùv¨‚GzYŒ8ï¡OðÁ¡7î½À)CŽÂ} ŽÐYÊ)$Cšd–òÏYö/ëÐÞç_¿AH}c¸¦”»·…UP?37 ,IœÞïí |l±„;ûûÞtd‘/‡”‡1‚6¡$üNø/ž5uendstream
+endobj
+3480 0 obj <<
+/Type /Page
+/Contents 3481 0 R
+/Resources 3479 0 R
+/MediaBox [0 0 612 792]
+/Parent 3478 0 R
+>> endobj
+3482 0 obj <<
+/D [3480 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+858 0 obj <<
+/D [3480 0 R /XYZ 100.8917 252.5533 null]
+>> endobj
+3479 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3485 0 obj <<
+/Length 1837
+/Filter /FlateDecode
+>>
+stream
+xÚÅÙnã6ðÝ_a (jk®xéHч´È>ÝX£-Íb›‰ÕH¢+ÉÍAÿ½C)KŠ’Í
+=ð˜ápîê»õìõ–Í3’Å,ž¯¯çTF$‰D63I⌲ùz{±ø~§ö­®—+&£¥d¹’Q´x«6µi–—ëfçëGðÑ>
+“˜Î7åì¯ÙÅe4ß΢ù³ˆð,•ó;XD„f›—3.3KÊÃN1{7ûµ#¹êh®úD¿{†{™Æ%wܯw9/-Öß×oxÿ˜„ƒ¼p—EO¹øÞ”ˆ7 Ï8 D«Ì’ÉÅRÞ©'¦òw™}››J¸RÕv¯õ’ÊÅÍ¡P^­0Ò6J]µßàVÞâ¸QN®tØ(
+í)ªfB¢Uœ’$¥ÒªŽð¤èIö j¼æŸ £áS?sK4Iþ"ˆ~ù%ý|Ýj/e»ë‰‰³»¼Ý™C;‚tÜS`8ÎçU£k¿Û˜ÒŸßêë%…ƒ‡Âƒþ¶&UÅAŸNHËIcðÍ ¥Bv2;üd~Þ·gõ ¨à„>Øn}áɉ¯Æ$£Qp' âøx|/KH*%õx—'ôŸ)}®…âmžˆ4ñΟ{×,õf§ª¼)½Jš ¤­.îq~h‚WåÞצ.UëQ›Ãf×¹ƒìaž:~#A’$‹ç”dYŒj:›`˜)¢¸=¢­-Ú\Áb&hì
+šÎ{ûŒÂëdz·ïˆLI³äeT|¼5Ú;†*ƒ³ ‘]d^жSJ¢ŒCrâŒHæ)An̈X®hùq½L$ð0³jZ½?&!먦y"(R"BÞõAÁ­™vªÅYaÌmƒÓÖøÑFGÖ+¿µ7û}—vx—Ý4÷Dò%]øKj­Š¼½Ç…ò´Ø}m6ºi^ÆtÝ»ÅjØJŠ¥ðw#²Ñ>æ^/SmsÏ–ðÀ¨*œ°(ýL>"¹5£ü€œ×·¤ã*%<¡gÖ…9]¸Ü
+£ËÇŸT¹/´e€CRw‚YXpqxªŽP—ȤWH~É7·ksnŠ cKA∇`SÜ£QBãV2Õ9‚ØÍ˼ua Ë«{Q0)ro
+o’fCÛèj Õœe|ñ&¯K<c‹;[w5PÆ©BHлv)Ù‚{¬6ˆêy M;7ºÁrðj±šúÞã™­¿Í\{dpÍßë$鼋 ÆwTÇ
+ÒŒ¼â‘‘—•6Ÿæ;‹º¥oòê¦6‡½]LVˆvþáÃÛo)ƒN JŠ]ê>W GË>ß5GI[⽟ŸÞãÚ¨m©ûÛ@×÷턆c;&ݵ0×#ˆµÌééð¨‹
+zz@-BprBGö Üïôü‚^bí#7M0NÒÔ÷]°ÉëªÐ%.|ÌÜyZ@Þê÷QÄ*—NÓ
+;ð)4É4N}ƒ(ÌAґЉ"
+ÄB­6ØKÙB¨Øâ­;µd‘7 BG!;”Dþ}™ZºÈ¶—ÆY:ŒlU×ùÑÆÞ ÆÔµ)
+ìcÁNÿ8‹‡çÎ…¥ZûH ³€Å¼ù/¼ ¯X ï@Ö^ày¾2)‚ŽÅØŠvÌ –&¼ŠF¶bŸó*Æh(5ØÌ Ÿj·¸¸Ææ½ÇJÓKÂrÜ÷ûçøK"hö2Ú+sŸž­s ‘œV±C¿€ÓFñPÅ?[pxÄ}ùÀÙTèI í#ýlä%Q&‚Žª)YàÁhCç…LÍXˆe³Ùê™´ý²µÛH¸Es_^™â•_˜NªZÄSOA:ÛP¾”oÁG.‰v箇«k]ø¬n_1UKæ²!ø‚Æ¥Ët˜ø#‹ÃK߀ÀüÊ2ßäè²,x _¸xÁ½ÎíC}—ê»ìê;À&ÝjTן4)MGnoûV/ˆÞN6ëáÔã^]B¯n)œ…&´ì•Èj) !çØ®Wðٖݵ•ÂëP°…Úï‹t
+€‹:ôh1¯ŒÕS—§a ”­ ±é¨ ·R¥ì˜Wþ"WŸía³©·®ÌØÓƃŠâдµr]åAåBj ¾lëÏj*)7À½o²‚¥mOÑÿ­ÒtïÅAÓþÑkôë‘JQ“yø§øÄŽ Ž•¶å*NP,Ø®u9T!ì)öªö4œ&aÄç!!)¥L¾ø•i¹¨öO¬ÕåÞÔªÎáåC)ÁÝ7ö~§€¸ßQÄ¡ý€ šk>,¯4wÄøXO
+H±p&$VH«>{üfßçù¦ .{žÿy{üËôž±gè1qLRž0÷¿"IèÀa ˜%óÞ¾ÿ-quÀ{ÇìóMøWú/s¦endstream
+endobj
+3484 0 obj <<
+/Type /Page
+/Contents 3485 0 R
+/Resources 3483 0 R
+/MediaBox [0 0 612 792]
+/Parent 3478 0 R
+/Annots [ 3487 0 R ]
+>> endobj
+3487 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [480.3253 562.625 492.2804 571.6311]
+/Subtype /Link
+/A << /S /GoTo /D (cite.svb:future) >>
+>> endobj
+3486 0 obj <<
+/D [3484 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+862 0 obj <<
+/D [3484 0 R /XYZ 150.7049 547.449 null]
+>> endobj
+866 0 obj <<
+/D [3484 0 R /XYZ 150.7049 268.3424 null]
+>> endobj
+3483 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R /F41 2190 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3491 0 obj <<
+/Length 1953
+/Filter /FlateDecode
+>>
+stream
+xÚ½Xmܶþ¾¿b7­¸eDQ¯)ü!)lÀ ‚"è¢5Ç-WâÞ²ÖŠ½ôîrp{‡œáJºÓÚn?‡[’Ãáp8/Gün·úúuT¬ V¤QºÞÖ"Y"D¾N‹„¥Ö»êç€sV°Í6 ÃàGY¶f³’0èUylô¯ƒê6¿ì¾_½Ú­ø:„?¾æaÈò‚g …³,Lùº<­~]ýüK¸®VáúûUÈD‘'ë;„ŒE´>­DR°4áÂSêÕ_V?]Dn/2·S¡ß=;Á¸w’±H$Âà(;Pº´M4Ãi¯Z$™¶wJ~hTשŽ!áõ†'iq…nº^6¥ºÁ9Ýc[ʦ1¾oÎ
+™ït$áCï÷9YÓuÈ`ˆ¦›ó@«û£ì­!á¸[kð$áNõÊ(»TÁ s”›( þeÕ³ò8ØËÚ*Wáü¾•%žozZ~·á!lÜ‘îhÚ¾4'ÝÜÞ £ÙDÀ¦ì/
+o7qÜ ¿&1NO¤PÛ*Yu(¢?*¤às­z5?†ÌT‹Ï ŠìN÷n”ÖM–*±9a´¹™vÃóàv°+ÎØk}Ò}‡ŒNKìôoÔ³žMÍ50~VöS~ØÀi/â×ÛˆE1OÝ^¹©˜å1/ÖúÛ?l°­›ÝŠ8a9b~|ïsH¡½õãp°?€±a%»¬`<ÊqÅËž…äÁ¡®p¸WØÚ˜N ök@Ò•’س§s­ü`WÓÓõè C¿%«€CÚat."æZûžìG,¿>)†ÚŒÉã¶qÑc°î`²!«ô0w­îv%6­*‡¶Óc€"ù4‚eÞ¸d/;]b·ëÛ¡ì‡Ö©ðõk1… «Pʸ(§Ð;.âJlCVyÁß¿ÿñ@öfŒag2„(:ú„è7Îôdm…ÞÊÈG)9¢_«éLv1…%‘-Ó RïÂ0jt¯ ÉDw@[×7ž›–•ykÚ\^šŠæN™½ƒ³@5rŸ†Ž„ï—“ú(›[Uý‘ŒßQ»7vÓ©³î|«ë{38û„kâ+®y´ý½º$kÍpž¸Fööÿ°}ðÞKs÷´øãÒa?·Ìbm‡n_n9Ò¿r’¸tÂ'oWÜ’Î÷Ÿ‹§¹bÛ¹<¼¾ ÊþdÝ áûÜ°IÂ’4Îa©Wrr¬…-Ò„…y¿‹B}R­ªhƒí¹\".­EìÝ<*å™
+1¢²€²@£m$I¡£Ài£ê…hni Wˆ)҉Żñ2{@÷„ ã:ÓŒZDâ?»Z!U‡\-´¨çÖÀ½Ûá€æ»Þœ‘&‰"IŠj{©xì„éÝ&刌én¥íÙt
+YîhKXûÜéz}»IÙ+¿”˜Ý‰Âœ®ò„nŸ´]i ’!CÚ|šfôk§Wò7ŸÇÔÿ[RM¢£<¾à˜KÜ•´óT²LúpïyI¦[”2¶iÔ}ÿ’xk¬êækë¨k«ïŸÉ?èk’ì"‚ø"âÿ=HŸzŸÔ“+—` -ò‚…<Éæháò\¨¾Ý‡²/…Ç–Ç)KbPòÚÕ;nð8~Á¡±8Œ’ÈÁ
+™@\n(hfu®›t÷/LaÕãfJ¨ß«opÚÕ»0‚'È´ƒ!”¥´7" `MN|@¼;*HMâ'ì‰t-”ÿÏ0JaÆëÖ4„–Σ”ž{¥_+Éò¨ª'0†ŸC³
+«ãÉñC_Ûk"I{¤±Õïy¼óH°BDÉ$£î?‘R]‰O©é Fj_ÏÐ)>ÌÁŽ¡©€ÒÞ|Ë/.ùìÅ׫¶5þ$Ò¾!Ù¦,p mêÐ:ã—DGp5^y£Â—N Fֈ׹Eø˜ÊŽÀ:Ï
+·î¯› <^öX„Á+ýÏGãß{ÞEQ:½*Ò”å"³[³"ËfÇ Fò[ºÞüòŠ‹³.,e‚%<ò&wù÷Ùÿ
+endobj
+3490 0 obj <<
+/Type /Page
+/Contents 3491 0 R
+/Resources 3489 0 R
+/MediaBox [0 0 612 792]
+/Parent 3478 0 R
+>> endobj
+3492 0 obj <<
+/D [3490 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+3489 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3495 0 obj <<
+/Length 774
+/Filter /FlateDecode
+>>
+stream
+xÚ…UÛnœ0}ç+x4Rp|\©/©U‘úPuÕVJòÀ‚7KÃâ ˜¤Q•¯oì­h«Hað 3gÎœñ^-¢Ë"bEF²x±Š1G0GLÄ™à0˜Ä‹ú|Z—[-û$%Œa’r„À—²êÕ<,n£ëE„cdþðalŒ ÇÕ&zŽîP\G(¾¤¢àñ«yA AâMD¹€Çt:i£oÑ×]Êt—3=Lzu=Ï!¡œ:ôŸUB8x•öÿK‚900.’”‡¦{´fnÌ8—¥N0h6Þ¿QµôÖV rð¦^KÿɶWËV†PµòÏJuU;Ö!ïA´ìlá—¦WÝFvz÷¸ ‰¦ÕÔp+8Çö=B¤+[C:¡ m:é-[„æ“ÚƒJml2ÿÒ þÙùž}h§‚÷à›N÷*ääó(»Ê¸¼¡‡„’Ã"™Áæ aÊdWO]üÑ
+f-Š?®ñ¡*·ÒÂþ˜b‡™¡À6òw-WÇT¹ƒîMÖ:v¾{æ²½Ïp|‚m±½œ#Ï Y9q0Åc,3U˜€<ÛMò±Ù/ÏàË•þ±,«§¡-‡õÌT*5¶µ7½g'5²žÁœb”AÎŒö|»l¯ÀÿÑ{Bíyþ–²*G¯ÔÉ ÐJí¤éNÝÊí½ÂìF@õs°1af Äß‹ãê“Æ\±Îc9¥L€ªÔÒ¾>ªþ-œ¸[ÊZ˜\øϳ9²¬w-8‘á\@Âr~,3=iãi/J½Ûo¨nš¼êN\fü!:\S6hu´¿¦ÌËkÓ¶ÿêN× c¤¸(8Ãhà™Å…áÎpko&sÕ3»/ž¼ïIÎ@Séiǯ›_Ok5†r÷„dÞZ¸Y šCyî\;‡™7ûãŸAåoÓç‚
+endobj
+3494 0 obj <<
+/Type /Page
+/Contents 3495 0 R
+/Resources 3493 0 R
+/MediaBox [0 0 612 792]
+/Parent 3478 0 R
+>> endobj
+3496 0 obj <<
+/D [3494 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+3493 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3499 0 obj <<
+/Length 1413
+/Filter /FlateDecode
+>>
+stream
+xÚ­WKÛ6¾çWøVX+âSRzk›ÚKõ!@Ó×¢m5éJT6ù÷rHù¥-6AO"‡ÃóžÑOÛ7o9Yž3.éj»_‘¢È«š”+QU°rµmþÌ~>ª“ÓÃzCE‘ºþkûÛªXmX™W¢
+ï¿œ”[küÙÛGZ¯ê¼–TzLàe^S!oX7”•Y¾2ÛTQåµàõjCsÊI¼Nx^qR­.è"Àˆ
+ ’“9*þpjˆ¯(üôj7D9ííaZVþñFÂAÇô˜óþäJä“Wꨣr÷à¡íõ²åQâ¨à9ðƒ[ƒNKAIsAIzª5-bÖ¾ÎÖ¸ÝÛX‰[3êá,kŠ¨K Ý4 ³9‚X‹Ú$Áîü0Õ8¶Ìz¯ô )eµ¬K¢0r©»Ö‰%XrŽOIXøQ=¸ŸÔ;c^ÙÉsœå § Ã'd˜ð应×véöoK³˜¹7&¡"¯ ZF“¼_J¦Ï¾ÊªnŠÛP)fòÐÚ)Æê?“2Ócr9~±[Yç²ô~{e» Î^%×5?t· 9 m jw§¹Fóø¡!ìCajळr‘ó¢@± "ËìWã†5©2ÛL;÷â”@ªœÔ\ÄŠZp*ùëÔûa-DfbEy[Œ=)týqô1á·j·Ó'Ù~Fß {\{Køïeð{h×ÁZgr7ÌÞ½~ÑšS:;¿Ë‹ì£°Î©¬nÊ|ˆÆyÖ©8ƒr6N‹Ä¿ê°†
+çF ÔO-H°LzÖºzêZÊ»É,[ãç™°ÜÆ< O‚ðr! c0'b;9Ø᫧D§ÀÉ
+o%~=AzM»£npnõÌ.ÂXãÀñj§B^t1Ï5l¼
+endobj
+3498 0 obj <<
+/Type /Page
+/Contents 3499 0 R
+/Resources 3497 0 R
+/MediaBox [0 0 612 792]
+/Parent 3478 0 R
+>> endobj
+3500 0 obj <<
+/D [3498 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+870 0 obj <<
+/D [3498 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+874 0 obj <<
+/D [3498 0 R /XYZ 100.8917 330.0704 null]
+>> endobj
+878 0 obj <<
+/D [3498 0 R /XYZ 100.8917 208.8015 null]
+>> endobj
+3497 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3503 0 obj <<
+/Length 2507
+/Filter /FlateDecode
+>>
+stream
+xÚÅZ[oã6~ϯð£ŒYÞ)vÞZ¤Àöa» :V¶äHYòHrÓüû=¼É’Bß²"Š¤ÉsýΡx¼ûî'ªiIåâq» #…¹^H-Ô„.³ß–?é¾ÏÛûxI(º_ Œ—îÓº+›úþ÷ÇŸïïÈÃ!Ðd±ÙÝ}½ûíw¼Èîðâç;Œ˜NÄâ^0"ZÓÅîŽ ¤ ,ôTw¿Üýs ¹h®ÆD0 <z
+q5ä-§è-šI°ñöž$˧ƒ‘uçO`p¹[çßš>#ŸÏ~¸êü·ÇC[üoºÚ|å"¦É<•‚´ßGLâNV¥›ÜªÕ
+´÷x2x.c€ÞÔ=6 Ŷ©ÜKwO–ù×Cùƒëð{3Í1ª6#1ÄBÁÏP.ùø#aà9¹ÝÙÍŽ@Þ„ò«ÌAë!¹+;ÇjFÀß3E§à$0Èg*ŸßQɸ˜F9à’ûÆ1÷1¯.4­í9h¦j
+i(ˆŒl73éjØLvh‡¼m›6Ø÷¦1ç÷’yýf†À4¯î¸øê̂´šIF'1 ØzÍæÄõ›+/_ +›S¥¦IÍ„Ž!|ÑGœ(úˆqѧH»iIç¹v&VÅmSUn¤‹< mªØ{²†­¯É;\.ز21qÛ»—¯‡¦ÏÝ°cÉ0ÍÄÑcœôXy£CQ†z±åÁFÚ̽¸ÃRPÂz žÖn¬ôTŸÂ®¾`ûâÐ ›xkðxêsl›ö›&ËÿcÚi,×ÇÀ„£û@wîûF@÷%à¸Cd
+
+›!ÁƒÀQˆ¯QÇ5#Á–|cM7È‘qk<æaŠ®ž¸oDjÞL$Ý ³¬LkíëÆoL 쀕~¶ÁhL/»Üw€Ô{ae8vá‹3¡8bÖ`‹rë™3ÚÊ\Ém‡‘}°Ä—¢Üx
+6ªýDVv
+B²Û½‡È¶[Û\­&¨#¢„f·Ië:·ÁO ~0·ôkõ®(óý©•C²fha|@òŒó›<›W†§% €yÓD§u½*kšéçq'H.,ª"€®Çe“tm\y¬l؆ he”CN£[×—áN`lth0´)¶æÊ¡ô€KÕÚ±Êè€!"Õò_¹}&$vÇð8½OhÚ,zßfD FÜ ÂCˆ `%„/›m˜–áy¦î*^ù‘×æàun„gZÖô3FS?ùi.A2Óšvg‚¤¥o7åš[÷œ]…Œ‡ŽRC®Ã3Æ’D^Í\Æ
+endstream
+endobj
+3502 0 obj <<
+/Type /Page
+/Contents 3503 0 R
+/Resources 3501 0 R
+/MediaBox [0 0 612 792]
+/Parent 3505 0 R
+>> endobj
+3504 0 obj <<
+/D [3502 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+882 0 obj <<
+/D [3502 0 R /XYZ 150.7049 318.8314 null]
+>> endobj
+886 0 obj <<
+/D [3502 0 R /XYZ 150.7049 243.1786 null]
+>> endobj
+3501 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3508 0 obj <<
+/Length 2057
+/Filter /FlateDecode
+>>
+stream
+xÚXë‹ã8ÿž¿"0&ŽNÛ²‡ÛeÌÂ-,Ë݆ã`gaGéø&±³¶3½}ÍüïW¥’üŠzºièÈ¥G•êñ«*ý°]üí'™-3–%2YnK%3¦Ò8^&YÌ’LÈåvÿûJH¦Øzs¾ú—YËxõy-â•iÚ²º_odÌW ]òª-ëŠHu³7ÍúíÏ‹÷Û…XrøKÁ9K3¡á|Á4OIJ8/þ\üþ_î|ùó‚3•¥ñò>8Y&—ç…Š3–ÄByÊiñÛâŸý‘›þÌÍøÐðnj|7¡b¦ž-“X3©beïöA¨hoøÓÕŸLÕ=ÔOøQÚúlŠºÚ—½S ÷îŽeK#\bN­ñô¼è‡ò Þ¤ÛÁ²8ANueÞˆ'ÚÆ£Ý93JY£;Òp‘ŸN´\}e¹•M³ÏiÆìÇ—þ_’ÿ¡v–ñ}98A@
+.ŒêÇÁµ½N<ÒÇÞ Ö+ÔƒRbµ{ I!'R¤ !9ˤðAtGvk <;ú8 7àÀª9ykœ„Gãe´ÞcihƼêÚɶ©U¬Oà(fÈèLªÖšŒ¬Ø wV¦päâÚ4d\˜ë£±¥É<æ|`®¾\êÖzL˜žmHV¹gfý]y6DªŽrtÄk` îú-ÛAHpy¹úØg×½M¸Hó†|{°`1!ü²¥E,ôØ‚ìRGŒ[O²ÿ#dC/NéDu“Ó0BÃ{Û8&;s@€ [‚#)žÈ©1ó¶-﫾Â(»ièY°®º¦váE¨PJK>VEÄ´Pz¢ü=×{>mû,ïЇ¹£ÁŠÒ~”ÆûH˜\à#þg<–V6MW‚L‹Zv–s@U<6†<Ê£Û*bØ{¬›ò 
+”*(ÃÏ滀ÀOújíÖ Å1¯îÍžÑׯUª×Ó¾çëú„‡¦ìB2l ˜Bë@5ëâµ÷ãÁ5mÅ¿x¿ß}c œ£™¿¼\àæÝ ZÚ.o°¬Uû×ÕÚƒT/—ò7Må•ö›éKß{7ÌêË–‰ãƒ×žœ…m­*‡ö›úê8ô[ßžõP¶&£ês?"¼æÖ´C_-|Nã«TøiT–¹Ðä¤|K³õ!Ti@c—B¹1NTC§P_"¡ƒ‹Ä¯¬L$‹¸iBa®„ñÞ ˜WÁ’K°8ÒWäÊ”¥Q” e1é,VŒódVˆ5GgÞA˜¥6wAç
+ˆµŽP>œ¹V]yò$´!‡¼›ïMpbªÉ Ûá"ôG¢ûü‡TŸÿhj\ãlcÎyYAq늑ØUŽÖ5È™Æ~a.¾ø™äⲧ •îØïÝŸeâ×´9C‡ð\æwAvt`.s¡MUQïLhùª&÷{¦)J”7EppUw³ËÏ0îB=ž”‚éX{ÍåËP A“Š§ —À&Óvw§² AŽAçq4»I>k¤è¸›C]`®í»Ø)p§ôkJgÂä—$œ¹fé¼w¬cïß4ceó±`l÷€d„¸É´»Òú6ÅžC ÒÙ~8oÍ¡wHœ>\,êC% 6­‡ôù¥ËÑ ÔG¥G‹íÂ×ÐùW4”Á¡²ÌK÷QÐe¹(UÏ= dK4Ï^…{± ‹ÜsÛG>¯T}¯¨@ÄßœtÜRD
+Œ&Bš5s¿ÀU˜D~(íÛÊ8ôÆEuûL52ëm\©T£_ÚnÆ=nV׳ø–SŸð„øýeÚX<¡A¾_3åüpŒg{öëŸ3GR¾æ9sÞ°MŸ3{þÓ›¾ÌzüŽù‹#u£¾AùºˆÃƒhÙ-
+–#úúôçÀ§¨KY„¢\+ éÓ‚Ú?ÝÿrßXendstream
+endobj
+3507 0 obj <<
+/Type /Page
+/Contents 3508 0 R
+/Resources 3506 0 R
+/MediaBox [0 0 612 792]
+/Parent 3505 0 R
+/Annots [ 3510 0 R 3511 0 R ]
+>> endobj
+3510 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [216.6569 341.4059 233.5933 352.3497]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.7) >>
+>> endobj
+3511 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [187.3269 240.2475 199.2821 251.1912]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.14) >>
+>> endobj
+3509 0 obj <<
+/D [3507 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+890 0 obj <<
+/D [3507 0 R /XYZ 100.8917 548.0576 null]
+>> endobj
+3506 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3514 0 obj <<
+/Length 1928
+/Filter /FlateDecode
+>>
+stream
+xÚ¥XKÛ6¾ûWÈÅb†½˜"‡&Ø
+§ÀrW¶(ýJÕ¸¸ÑøÛèƒ*½öÔ¯a[U•õÖjö쵈/ VÂÏçk&½Öû[ë»î›[mm³¶ëÖìõ^­cL·Ó{úàü+^™z]v`gUY%
+:SÆÅÊìçlv¨t§«¯HÒs–ÎÜíN' ”व? ê•øZp¦¨4"ÏKYî7>Ež­Á_Ð ¹´&­ÔJïuÝù7(”2›1 ¬(O³H† ÖY!H"eVbD¦)Æè—²ª¼ï (Üvø
+”OØ¡³´FWêÎéÆ© Ãd†v‹µ't¤º½-/ág¬z.ß}<_â ôÑï?î>õ9`o!]aõ˜ƒ[Bh¶¦:úÊj­ëz0Ø7ÁæÇv¼¡fY=`ÿÆ|bï$"-²‡|[ÕŽ¹©gh¶oÿÁþc|¢«{Œh{I´3—²žg$ƼßG£‡GL¿›(Qû‰à°2æ¶ p€å/ÀÿíÕz~ÆJ'Î36|þ
+œœK9lF®µO}îýëSN8còçàl'{‹»I
+©˜@4EV»Ñ[hó°ïCë"–ùÀP¤/1LrBs1,$ P;á9t?\’¢È¥Â_–L 8hiÝ=b"hàð×<Ofåª ©{Uþ}»3GŸ˜×œg¸Âê
+endobj
+3513 0 obj <<
+/Type /Page
+/Contents 3514 0 R
+/Resources 3512 0 R
+/MediaBox [0 0 612 792]
+/Parent 3505 0 R
+/Annots [ 3516 0 R 3517 0 R ]
+>> endobj
+3516 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [436.2413 508.6441 448.1965 519.5879]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.6) >>
+>> endobj
+3517 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [191.4815 221.7965 203.4367 230.7228]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Maus) >>
+>> endobj
+3515 0 obj <<
+/D [3513 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+894 0 obj <<
+/D [3513 0 R /XYZ 150.7049 569.8733 null]
+>> endobj
+898 0 obj <<
+/D [3513 0 R /XYZ 150.7049 207.9763 null]
+>> endobj
+3512 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3521 0 obj <<
+/Length 2295
+/Filter /FlateDecode
+>>
+stream
+xÚ•YYo$·~Ÿ_1€axÐ0<šdwbkÄ~qŒœ¼Âé¡4íc¶Õ
+ ÿ÷¯¾Ä‘P“ìêb±Ž¯ª8?Ünþò#ͶÊÛÛ»-ã*ÅVd‰ŒÐííé÷¡(AûÇx÷¯Vï)ß}Þ¾Óu_Ô÷ûåx§Í—‹ª»¢©÷Üþ¼y{»![ dK0FiF$p%HbA¶yµù´ùý¼=mðöç F,Kùö&°–Ñmµa<C‚VÊͻͯ#ËÃÈó0gúƒ9›Ÿˆ0Ž¤ÀÙVp‰(ãÌžèëÂu×ëö¾m†‹ÁádO_ÿ4çY)
+ƒeœ˯è¼> …ÓüS%hÈ­÷ãÁ¢<œ–WB#»X‚RÊ8ÐŒÛoÏv{™íò¦ªT}r“³ò«°d¬óhféN].e‘«ìÔ!GðK­ý÷@iG¿p× ]á_õg9 å%’8T8K¯¿ôŸsPn#Gñ„&ž¾RyÛ8þÎ}ਔ"L’¥Ž.ê^;–¾q#U7 Së&Míß‹\€/þsqÒ'·r|ô69{Ò»¦é‡ŸU:?«ºè*ÏðÎó)•Õ
+g”-Ǭ™"(—èÌœS9ËÃɄеAç»ß³’ϤñùŒeH2¶Òm^6Ó–1ÌÊ»Ãñ}‚¾è¶|ük¬ª¸f¹ãT¶-jµ¿CFÁuÉ‰Ì §DÎ&a±ÒÊÖo0´OˆFOd.rꮈ´åÌÜ CP+ŽarlUî×m7 á˜Tü²êWCçê§5†ö[ÑdÄ0ë„û1 f0d–ý^oùHeÜË “ ,XaçìŒ,ßí9Ä–#ˆ³w³jèú˜ÜGï­®\efýjªÍ^ô2zA©mðÖPhþíÏoíéMà±Í¤¨ SèNUõ3Ðvˆz[È¿Õ:)ëÊ©žNm }—˜ë›™UëÍ3Ý
+¸Ñ Eï;Fxéäóxo“,¨hˆïYt(mÍáöXJƒnOÇ[šä¤ý¾Ö°ðl†þ2ôîµrK“Àdæ@Q«ÊÀtoÖ^€ãœ$b©Uv¾åûtc*bØt{oVmìâkvCðc /ôJUÏÈ¢.D9$¦„óEYñPܽ˜ÂBº^HOXÀ‚T"IÒ|orãÒ¹ÔÅ6ÜR«»¡tÉ‚qp¶©¢OçìUp˜`ª/s<l™˜÷B,œÙlêœÙ¼#ôÆ-ýÇ*þ»·ìôšëKï¥42/º‹É!ÞÜúD®ü~
+ù7“­ü­«­vs=k£Ö—ÄÞ½ ¦¾æ>SÖ^$Wš¡$•Ét]ObwP‹úè…ä0«¼f‰ûÊ‚é9Eò:Æ#.å“+Æ}Ç Ï1§Ÿ fXÛÝDÕ¯É|ê9ø–Å,,.RÜÒóÈÍý™Ì/ YB–˜nº@Wâˆp ›…>MàEξ2æÆÇ™HuuiZÕ
+íoª GÛ2’e3m¶ºT_®ÂÝí
+endobj
+3520 0 obj <<
+/Type /Page
+/Contents 3521 0 R
+/Resources 3519 0 R
+/MediaBox [0 0 612 792]
+/Parent 3505 0 R
+/Annots [ 3523 0 R 3524 0 R 3525 0 R 3526 0 R ]
+>> endobj
+3523 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [121.1954 603.3025 138.1319 614.331]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.8) >>
+>> endobj
+3524 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [152.4676 217.2087 164.4228 228.2766]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.30) >>
+>> endobj
+3525 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [431.8871 217.2087 443.8423 228.2766]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.13) >>
+>> endobj
+3526 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [301.5771 187.4352 308.551 198.379]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+3522 0 obj <<
+/D [3520 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+902 0 obj <<
+/D [3520 0 R /XYZ 100.8917 323.6101 null]
+>> endobj
+906 0 obj <<
+/D [3520 0 R /XYZ 100.8917 176.7624 null]
+>> endobj
+3519 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3529 0 obj <<
+/Length 2287
+/Filter /FlateDecode
+>>
+stream
+xÚµYÝã¶ß¿Â/Em`ÍðS¢ä¡9Ü´Š.šr"ÛôY,9’|{‹àò·w†CÊ’—ûчb%E8ÃùøÍ ýýÝÍ7ïd±(X‘Élq·_ÃYÎu±È
+òBÈÅÝîçå›Cy\·ZK×B²ÕÚp¾|ûåT6}Õ6«_î~¸y{w#þÄt“L,¶Ç›ßo~þ…/v7|ñà gª°fqœ‰¢‹ã2ËŒPq¥¾ù×Í?Ç-×ãžëé¦ß?s
+¥›ÖáÁvD<Ûö6Êfx8¸ÕZi»<¶ý@³êxj»¡lÂcy:ÕÕ¶\‰å€j"’žÆS×nÊMýV›”lÖ²Ls;ÎíÜ>!˜݉<žbÛp€Àè#7|³’|y¦¼ki +Œ@å
+˜á?¾ïªÁ‘¥û¡ÜÑ5COÏÕ@ã¶lhÒî¦;ÕåÖ¥N¡3Æ-“SôCW5ŸçPœCêHÊ`´ý›<m]° E9š÷Ky<Õ)Ö"Ï™Î$T3 Ž1S'ŽmãþÀ1<FÀùpßúW`mNû¼s§áðõkBþµŸãzÎ觕FÝZ4€ÔÊ;Îc1uÁd®ó×y¢ÎÏUÔé-í{çíZ0¥rˆɤÆ¿ë_€HZØÅdý}w¿`Ës½ âuaÒÒHê½H2¢Ñèlj]ÐXÊE9+¤Ðs‰‡Ã¹§Ù§j%Íò3º…ö¦…ñ×s³s9— âmÛfèÚ:ø°”¬(ÌÜ…{÷ûÙ5[÷×à]¡oÌ’ùo8:³F“þD÷QÒ•`™ŽžOmÕ µë{tBZªêú .–@çÃÛ= p²Ge–Û!.—C2² Æ…}­±q*¢ŠåoÈÂõ׌ۺnQ‰÷¤D|×)Êj‹¥Û¯ƒÖ”eE^ب6Bù½Ûd´·ChòQßx?ÀpKœ$ Ê|ŠŸ«Ë/©ØVÌæ2`0©t`¯=Ù¸eËòÍ×Ñ„Á¯C¶Lpçó]ï‡mÚªkš5í@€æÝyëè´ñ@§ópK·-Ͻ'ËC2€UÀgP!ê2|²§1ôl+´z}þ)xû¨BÚ¹¥1:ÆŒßb­8g<“WÆŽQD@&eß‚åàä"_J»P>wSbt˜Ë®Š.Û—ÕÐ&˜XŤÍò×8‘`ÊÊ
+Œ(´˜¡}‘Âq}R>H j&¬:”Oé¶7Ëd*æc¤¡¸À¸Íê÷9òPv°îº>•&¬fht¢""Þù@VÓ÷¦jc’)äèˆ}*MR
+… Ô•/xñx+
+äq@3qŽMý•ÃPI5‘ˆT‡kcÇŠ>F`ôxZ‘ò°
+6>¢;JÊ:ÿIï.||a×6»
+}µ¬SP sè 2>5H•ê¹1w •=júYn³ÙVÛØ\WÇ»?Ä*ÞÀàÚæW=:„S(=°myÂÇ¡oÊKHúFÅø~¡÷`;œùš5ÞÇSæå¼Víå4BѵÇø h÷ þg3í ìÜ(úUqÛ{tÈ0©êønÄ$à± ¸‡¾ü¹³%z’ž1F“¯4<>¾§~^Cwþ5@­z<v¢„7#ãþ´—By @ÏF+pucc‰lˆÌÌÈWÈôÀ®†Éü¸ŽPu«/Å­’ú"´‚ó?‹Ë\a_—¡Ìòmˆú8àµqÄæÞîþÕx!„HY…l0Ò—<·çƒ©0%øI rbm"53êê.âäš>yï jzÍ3é™êßqûaoÞ Ë]û¥Ú–u á‹3L/ÈRÙίüÝÅK<`siO^ŠìÆÝûpþ‡78wââ Ò1{ý'ÓÕïäË° ¾<-'›pž÷ÍUÄ—}_}j¼:_u²pšï„—ý|ܸîZF5ºŸ~¹2'A¸Š•hB
+c˜fÚçß”s[–©\L›*>½Ã,xK‹i^9ˆ6çõÌýŒæ™½b¾ÎhöeR®Ã=£~ÏX.³ë‹Æb1YÿU…[wÞaó +½¼œ¶ƒ"D噾.Jß9¡k+¨¶„Ñ{‡²Áð>1"U ÍÌ&·˜þ¹Œ/ÐPfu·´
+0ûW°¤¡i›õ®úTÍä±P†@܆ ÚÙlj+«Òÿ  ®F×ñôƒ`QBáܯÜùÛSZ/\é *äOÜ7Ab—BG©:Ÿ®°‰àÛ CØÿ"ì„‹ŸL¡lΡ5v²`ÖæáFñ ’^Xà6ö"q(€ylþ½ÊßvˆEÍÛê?¿…«s¬w¨ÝÂÎÃsÊ2fñVb ºÍó™* —åJâç…\¶§j¼ú/0ù÷endstream
+endobj
+3528 0 obj <<
+/Type /Page
+/Contents 3529 0 R
+/Resources 3527 0 R
+/MediaBox [0 0 612 792]
+/Parent 3505 0 R
+/Annots [ 3531 0 R 3532 0 R ]
+>> endobj
+3531 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [403.823 403.7476 420.7595 414.8725]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.7) >>
+>> endobj
+3532 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [334.0954 362.0399 346.0506 372.9837]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.13) >>
+>> endobj
+3530 0 obj <<
+/D [3528 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+910 0 obj <<
+/D [3528 0 R /XYZ 150.7049 506.2261 null]
+>> endobj
+914 0 obj <<
+/D [3528 0 R /XYZ 150.7049 280.0546 null]
+>> endobj
+3527 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F51 2929 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3535 0 obj <<
+/Length 2011
+/Filter /FlateDecode
+>>
+stream
+xÚ•YßÛ6~÷_a /6°fù›RŠ>\ƒwE‹âPãP éƒlÓk]dÉ•äìú‚üï7ä²åÐYïÓÒCr83üfæ£ö§åäû÷<Ÿæ$×\O—Û©¤’p%ÅTçŠèœñéróçŒq¢Èü¯åÏß¿—«¹$9ÕzJýªLÈÖVų[9y·œ0˜ S6e”’,g”2b¨fÓõ~ò÷äÏ¿èt3¡ÓŸ'”ˆ<SÓ'øA Ës>ÝO„ʉVLDI5ù}òïAåbй¸Tú“shdâùleJ ¦ÖÇýʶnôëé·~g۷ͱîÑK>V!‰¦: n>ÌÜÈÙÓ®\ïpøXιš}š35³]"L
+B©Œ ûyâ¦Qü€ZËÿ¶¶Øt8+Sê9‘,“a·¸¥^¦ÕwÖ~S»4$Ïežºã«S#"ãl¦¢Þ„ÁpJF¥Õt!(À‹S —ÊH®óûµu}>€†bUYØ£4Z­ÌlWT}GP¶Ü…I¼Q\Ð7([…¹¢ëÊÇÚnpÖ›
+ZšmœŒ»«²¶—úÜ\ѧP`(ä­Î¿‰‚…०W‡ªévt–¼:¥ sÁ§×7—8M2’In.AG#èh
+ª1žt¶kÜm=%üa”A=2ã€dfpg]Ô¨{Î:v èߔ뢷WþÚh]ÖÍ~?D§L•æP¥_çýdÛÓ¡h?»»îcy˜/øL×{ªc‡#¶-+}ñ¥c08`¹…+õ‹~ZzèùѦ8=àˆòrš.wñJŸJ,+ç¸íËîǵ]ß4›7([zÃˈ”FB½!\2TõÎOI@„áBþǵ~hÉrAx-ú«Þµ_^ö×]ckj‹í›úxN˜4<,uÁ”9 J¡wî¢*])qâr‹WåÿŠ¶µ¸êÉÕ¯â„SMXòÔ–}Y?¦ŒƒÖI½°®JÙåŠä@.>PE]˜½ê·»âà‘âæÁ™ßê°¤µ{»9áŠèV¸bˆŽT*ƒÑÙkïë ¯Ì€!Ó¿ zÉÆê`/Ì3J–ê.€CótñiøȈR±rÚÖ]]ìmªgÀsÎ}1”`ƒßò/WP`#¥\#xBùÅ~à#YonÌÜ5Qar®Ypì¶i÷.Í… Ådx„5ƒqþ硵ž‡–ͱ«N8åêÀJ9¶ X´nêƒA
+ ÁÃÒ!î)¾ ‰Ó.ÒÏ+NÒI)Õ ìÃ}ÙÀ×Ú¤r­8®õPp–·ý€®­æjKðRðu
+¹oràšjÜÏ*!”Àו€÷¯{%8¾®œÄ¡ÈI⊫œÃIwmaþ\ kœô|9¼åýa °æîÐÀs-I43.Œ'ýð‘bÙ‘ûj€\±3ìêÙí¿§Œ…àï÷ÎÜX¦Ëxç5wå
+V†²¿UÜÌ‹èMòUÔâ–1C––}Â&ßµ/“뎯>Žˆ@ÍôÀpàÀ'›¤`9I[ôeSUø¹²»ÒÁÌÝÇÐk`×òâÆÏž$ìÓŒ¨Ì°—ؽ¹ƒè–B RŒë˜Ù¶6'ÉÐB@¥Fɯ‹ÝêÖÞ˜Ãkã†Í˜“6—6ßÔ¦
+ ‹ßßå4ƒÐD9<£r4ÊQ–|³ügî>®®ûˆöwå?îšcÀÙÎõå'  Ã}³6fÔ’…ûh}ÿ1ôÕ°=ç³æP®SÕÑ
+endobj
+3534 0 obj <<
+/Type /Page
+/Contents 3535 0 R
+/Resources 3533 0 R
+/MediaBox [0 0 612 792]
+/Parent 3505 0 R
+/Annots [ 3537 0 R 3538 0 R 3539 0 R ]
+>> endobj
+3537 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [370.9231 488.6226 382.8782 499.5664]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.36) >>
+>> endobj
+3538 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [264.4166 378.3963 281.3531 389.4642]
+/Subtype /Link
+/A << /S /GoTo /D (section.11.6) >>
+>> endobj
+3539 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [141.1974 127.9978 158.1339 139.1227]
+/Subtype /Link
+/A << /S /GoTo /D (section.10.3) >>
+>> endobj
+3536 0 obj <<
+/D [3534 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+918 0 obj <<
+/D [3534 0 R /XYZ 100.8917 442.1001 null]
+>> endobj
+3533 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3542 0 obj <<
+/Length 2838
+/Filter /FlateDecode
+>>
+stream
+xÚZYo#¹~÷¯ÐÛÈ€ÅåÍî,ö!³ð ³/Ù`Œ$ÀÎÛ–(«3}h»[ã1ûßSd‘}È´­ܼºX,ÖñUµÞß]}÷ç«œäšëÕÝ~Å%†Ê|¥sEtÎøên÷ËúÇCqlw½áŠ®'×EéúöÛ±hú²m®½ûéêö(ü±9 ÍVÛúê÷«_~¥«Ý]ýtE‰È3µz„%,Ïùª¾*'Z1Gª«OWÿInFš›9Ñ÷î
+M±Çú¡CyÁào þ3N8_ˆbÜ<±µâDP!Ãêw¸ˆØ“÷Š }8Éñ4àØgJye N| ƒÎ)´§j÷2Û£iWsí>l×ÔE0`š(ÁùÒÆœ]=Ϙ_z^ ¬ÍL©WrnÖåd´8âÏÁïu]\TÛ¾/Â|¹Ç'ò ëk¶öûú^Ùãô ì×I­±» ýgï>?¼N Ÿ{Kм”¹
+Â2Üx¢àŒH­F!2¿èPìÐQß[\v[—x)‚,bud@b:Ÿ‚‚AáÎo#ÀY+P  ¨]®ÑVnýŒÓèܬfãÿÆýÀqÙn豓ò-ÒLçù%Á" p±ŒȘ$’káù’LÏø’]X¾š;¾2¸“¡·•»—L<>gN3pÒŠ/p5ÂimËk=ìâ´÷h·ÛÂYCOpæƒÓ=¯iŽ™àÝoR*1¼4¿˜‡èù½J"q8*î¬{E¹9
+4¼TN:_Á}5šcýTÖeUt¸0\o„Ú6ö)§,ž9·'ôÜäËýÿ­žbAf[ i¤šMþ?ÞÂ<BE×Ýx„4?Ö¶­E 1œ»èãµ¥ˆiChÆÔ o íy»¤Ü¹ì)/Ãç³SíL5ûý<x¸hå»w‡S¯1.q÷¸| àcü+ªÑÐ’Š¼‘eÚ¼(Ïÿÿ$ …|ãàsB*×ǪðÐ*p¶K¡€LƤ¾LrrLü¡aH—v¸A @K®÷mUµNàŒ.úWpZ0]àcÊy`z–óÀT¤3X°³¼Aj \±ÁZ!0Y<j hÇì,9¡*†¶Cê° %2êSh»¼S V9„ûŒ¶°BǸ™r9àFs6"Î5Ò…-d¹ìop(Å»ä‹Ê7™. óŽÿ¡ìÁ¯ùØ9A©¨¸”át£D3=7@pç]:ÿ“ rzÜïBru1^&©•s0z.RtÜ
+ýªbg±òC¿*™$
+þ¼¢ôLõ}
+ícu&žEz*îÛP~ƒ1‚cáš Ž2—SáÅáÐö›å8dDq(Zuñ„CqÍébÒæëßYý»å.ô}œ›x³o»Ú«0¢
+„sâÚrJÜÄTÜr=nÜÏ“y,û¶œ­¹©‰—Ý»0“έ!»”JÌ•ðR ÷Ó¤ ˜Ò„‚©FÜàv]•Û7`Šfj`o‚±Ñl™v÷ÀøKÙED<œ“I>%9T„½°&gÞž„Ésÿ–$ãMu¡D+T¸o1ãǽ:ð+ƒu—{”Ò‡ZL©PÊ4´ÕÈÖ›Úwí¼ÆÂ.¤Ö.%Jw…ÐLèWÂÞ‚ö RLEd¸é¥\>Œ²y=•CRÂÕåì%;ɸї²µ+kÛÄ[#Õyøef]FPö
+³Šäy®æ5_–†7dæf<÷›\Ï<P|õÂðÀå[Lê…"›ðSQ”…²"<]D…(aÃ’ ã;Ìœ å+Ò,ÂdXÖ,Ce OgjiÝÇ®ÝÚ¾Ù)—˜‚u
+Œ%Bs—Õ ¦Ëò€å›ñ“»r¨œçƒn‡Ehñ[A&Ñ̾=tgë0Ôº!$Á×þ ˆhå=€—5º¾GÔnE9ăSÂMÆ–Š7Lhˆ‹X ÙÒÑ„¸9we{
+/€È|!æp™ÔÄ—Å`âãw¶?U:—…Y„Y×mF·EoGÇ
+A–ŽÎ«ížâ'½›yífk1¥D(àJ?GÈðBzB“$·í.ÌĹñî¹ù›KyíXºQ{†Þæjð¹ñTtŠü…ïV4|·¢p9ˆõÍ¿´{õsW •º@sŸ¯3Ów×@”ÑÙ²„sH€Ú…wyÍ@“1v?¤4™
+:m—Y®ÄÒ×½Ì ~ ÅT.å„]7†¡”ËH¦T´ðp‰B0¼_טë»%A2:O qƶ[)<‰y
+endobj
+3541 0 obj <<
+/Type /Page
+/Contents 3542 0 R
+/Resources 3540 0 R
+/MediaBox [0 0 612 792]
+/Parent 3545 0 R
+/Annots [ 3544 0 R ]
+>> endobj
+3544 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [307.1525 115.7659 319.1077 127.721]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.7) >>
+>> endobj
+3543 0 obj <<
+/D [3541 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+922 0 obj <<
+/D [3541 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+926 0 obj <<
+/D [3541 0 R /XYZ 150.7049 557.7881 null]
+>> endobj
+930 0 obj <<
+/D [3541 0 R /XYZ 150.7049 338.3739 null]
+>> endobj
+3540 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3548 0 obj <<
+/Length 2314
+/Filter /FlateDecode
+>>
+stream
+xÚ­ZYã6~÷¯03¼DR³X`7À v‚¼i,6ȈlÓmmË’F’»Ç;Èß⡳é«wѶe²X¬úê«ÃýÃÃìû4žÇ(TÌvs Ä8§sGHĄζ¿-E-WÆ‹_“C™ézùûó32ÇðGæc¤b"a#A 2ßf_f¿ýŽçÛžÿ8ÈÅ*š¿ÀŒHÓùaÆ¢‰ˆ°öI6ûeös'rÕÉ\ …þ`”&| tv$e³JïŠßädx=¤$‡ã삺ԛ4É–+áEµ$j¡ӺѕÛ8:B0$&~gêVŒ,§Š"é<ì5ˆr‘æ^’hñRíƒÊ}´çÔN ‰á(Š£VÅÏ„ñ²ÒÏU² œÉ%²]û. -B$"ñ@ØV'ÛÍiã8Ö‹“×䩼4¯uÕ”:O²&uBç+Ê Â±àA‚â("ƒåå±ÉÒ\çEà|A‘œ\8Ÿ#¦˜œ¿N¶¹®C—§òaeRÕû¤Ôg-}—ju™lô.Ù4Eº+ä·Ú}Æ.òì´\‘fÜ뾨Òÿyc j>Š­†•ä·2WR¶Vv¡Ú6Ò ¨Ó ¨¶ºlö!D°š¿Ö §dñlP žO7F;óM«r l˜çÛô ó:-üÆkø§˜"Š;K;·<ê¦0fèJÃ,ºà—£ 1&ÑØN­àÇ"(÷ þ6Òê¦ÒÍfÿÿÁ¶¸K³ó2¥BÜD×ý2/U ñ·½$U!pºè's*ÕkÖ°–ÝWiþtiY6GA„¤Äj¢øÙ(°Èjí€ÉdEF\J:FÖÇ%¶N“Ò&–¢4±¢ë÷µ$GHu»mØÑX­â6ǵ €Ò’ƒ69ÍRH~<¬ƒùMR`vÕZ1 ¢ IÞ­0*Ä0å…49ÊÀ·ñè“~Ùì“Öã(½jŒ‹J‹kJßûS¹×ùµÇýßÔ¾ÙÖA³£X5FðOIíÑûå˜äMz¹¨k• vºbàôFm¦Ÿt•¿‘¢Ò꧴¼* ì½¢L¡(bdLPWËL“1ÍõÖ™Ô`Š‚prÄï¨2ÿž›\
+™™Æb±”TEæ>ÔúËàgŠÐXŽ4€/ק92`GHûkM·:Xwr$ã.ëž+9hN#î4ûó"ÇØø‹Ó´ÙkWë0,RRŒqZéú˜y¤¦µ{mlå o¶PÜÚêþÙpr’5òò8R"6ÄÍ ƒs+îSî×ÅÁËØ$µ)ÀŠÒ¡­¼¦“KQ†8iË®Mâå?¦FWA¹'‰?®s¡Ñ¢w¡¹Vñ´$x¡ó.¿Ù×,m#µØùmGÈ¿ã-uÍ
+ÞØWÁ¼k“[b,¢ûZ$Óy]òâ%“ì¿«n’|ëwîZÓt" }†ãšO&¢;Ãyâ‰gó!©ÒdéPßü*ºšãºQ–
+\ÙÀ°ô.6ïÆ¥³}÷
+=|,éÍ5B3>°/×J¥òæTéµ´È7oÖ¦'À
+Š"ËH_mlÝw/i[†B-¦HÐQÑv&ÔÀДðŽ?\˜Cé ÐFsyiÕcOçM}‰3~Òf?“‹£ÙÏ”ÙT§[Ûí3ã÷j=ç&'n™ WøÂé`?Yô_’2Fï´rç|Ú9Ñ©W(q/Æ ­J>žàiêïÒ€J…{»Ö!ß@åÅt4€þ>„
+Å£h½è/m€á§#EuòF&6`&Û@o9¦¹dšL9nkÿ:9M ã‰ô17v7È¡hÛ†¼£cæóõK•6¡Ë㬻=ô;ó
+¸‚¦_Ãí¾Ù<š4æüí¯Þi£‡Ì…Ç 3QºP°W–T1ÖU|X~ö„R-†Â±›8ãÐÖZ
+«‡u]¯ÔB-ÒŠÀaßã×(òdÙ¼ºÉ½ª}
+Z;ÜÝ7Åá`cÊȆ¨;ô§Ø7û͇®* “G`<ÍvŠ÷w_邧Ièô¥˜¸t`¡É
+ÈWà‰gN¯ 9¾“hgRWÿkm³¯ô™‘tzmmÒêø\ÁÁ‘JóC± ¥ ¶0Kÿ¹”|‘Ú_­BÒ?í‹£ç‚Ï”
+÷îÁÞK¤˜ýå™ i|p@D,‚ýãùX=µÛcè ÊtÒ]B “nð@kÿKà¿©±KÓendstream
+endobj
+3547 0 obj <<
+/Type /Page
+/Contents 3548 0 R
+/Resources 3546 0 R
+/MediaBox [0 0 612 792]
+/Parent 3545 0 R
+/Annots [ 3550 0 R ]
+>> endobj
+3550 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [138.0719 409.2786 155.0084 420.2224]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.7) >>
+>> endobj
+3549 0 obj <<
+/D [3547 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+934 0 obj <<
+/D [3547 0 R /XYZ 100.8917 388.6973 null]
+>> endobj
+938 0 obj <<
+/D [3547 0 R /XYZ 100.8917 368.8432 null]
+>> endobj
+3546 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F41 2190 0 R /F39 2205 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3553 0 obj <<
+/Length 2030
+/Filter /FlateDecode
+>>
+stream
+xÚµY[oã6~÷¯0Ї±˜å]b ,°³MQômÑì¢@[`YŽ´cK®$× ‚ùï{HÊ’BÏ8ŠÆ$EñÜ¿óQyÿ°øú{n–†Íõòa·dŠ’„J³ÔFm_>lYý«ÌŽ}Ñ®7\Ñãd½Q”®îÿ<fuW5õú·‡÷ ¶¤ða0Ðl™¿/~ù.· ºüqA‰0©ZžaB 3†/ ¡ ÑŠ‰°²_ü´ø÷päf8s3>ô½5@Ä P áB gÀ¯LȪ»Ív`È—§YdíÑþ—[cgN£ ž$©Ð^ع¬òÒûª-²¼,:?Éò¶épÜ—E´ó¦îÛfï']ñû©¨sx×ɛب9I´dAªŒ™¸Þh1r¶ŒÆõ7ÑóúÆ+R¬™Z¹s#šHF„’)x ¨ódŒq‘õ»(åm×»q¹Q’Ì KHÊs[Ê¢E§T]Pƒ«ÕV—¢Fwâï©F‹¼/¶¸Öá뻦¨Í¤"\J9Ò{ìº×hدd‚û«zضê¡
+狰ͼ;¼- aˆ£•SõþÙc6[ë³üã¾è.
+¹ÕƒE¿Xe0ÃC #0¡ø ¤ Úk5yJ´äCíRE»€ P‡ˆZÇì טL`#þ$@¹qUâQnˆbÌ' •&|½a0ó»ÂÂU]ÕOGÐð¶Å
+½es
+a­5°˜!S.¯* JŒ†²)#‡ ’&C³äO¤K8
+ĪS¡ƒhpg{Ú&ìÇ [-˜J©2ó^{šs’ÜÚ|ðؽêâÏþeÔÍúâýÒÃê§Û[7óŽ+®ËÃï‡XâjÑåÓ%xzß;?½ÒöÃð’ NÏXÄ€×@ÞàÎ;茂ÀJ_6§§Ò«3Âú‰Ð°^`ÿÙ äTå†ð9~í„U£°TÂæŽ#t²ªÎÚjÿ€ª¬«M`rŽ\{pt³^1á ¯ßùÞžCö}8™ÜwXv»†VeØȧV/öŠ EyŒµÉIˆBN›¿k\ß\ȃÞ0ñùãÉ„3ôËv>;1ü[œ>Lo¤8V-¶ÊžÖxC–Ë_±8ŽÌ›ÍkÒõ™á
+Ã&5 Ïâ5É©‚Ökn*JÀÑ4IG ;;/«¯¨\ƒjW}Ô°<æù©µÌrsDIç䣵ZÛº@.š!@V} ùCO¨C½=N£êî\Q–
+Äjಠo”†P­’@½¤÷Ežù¯,Tø˘¯0˜ÓX:-t€ƒ« ˜Æ5UгßâHÇÐF ÎìšÊÏïì¨tµdukP°{ ášzXvØé9õÇSߣƒÀêÔ’ gÿ(Ç.Îðqêp#®}2
+ü˜ð·G¼Œ{¨éÕ…ÙÁ]»íÈUD•g–F | >ݵÍÁ/úØØ%ÿá¥Ëîöë¸!;$0DÈ33˳Kd%^ e
+BÓDO€²ð¦ë3i»±wÛÑí+³X勈N/]?ŽÇ¦‹~J‚˽ãOI6«ó.æè¼T°Y»FÍm½»´\7xnN#½³µ Ÿz½÷§wÁ T,7p•Ê}™2–‰ßë…D3ä2Ý,_H`–‚Ðùï:‘«*ïüÂ}õ¿åà­_¡Åù‘ÿÀ¡5ÓĦ1IÂ&8„J’åhýg¤_Ïá
+endobj
+3552 0 obj <<
+/Type /Page
+/Contents 3553 0 R
+/Resources 3551 0 R
+/MediaBox [0 0 612 792]
+/Parent 3545 0 R
+/Annots [ 3555 0 R 3556 0 R ]
+>> endobj
+3555 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [236.7214 490.7746 253.6579 501.8425]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.13.8.3) >>
+>> endobj
+3556 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [269.239 371.9104 286.1755 382.8542]
+/Subtype /Link
+/A << /S /GoTo /D (section.12.2) >>
+>> endobj
+3554 0 obj <<
+/D [3552 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+942 0 obj <<
+/D [3552 0 R /XYZ 150.7049 480.0847 null]
+>> endobj
+946 0 obj <<
+/D [3552 0 R /XYZ 150.7049 260.2471 null]
+>> endobj
+3551 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3559 0 obj <<
+/Length 1954
+/Filter /FlateDecode
+>>
+stream
+xÚ¥YKoã8¾ûWø¶2sù¦8Çôbg,:X,0=À22k#KnIîLôŸâK[™¸{‘ƒ)²X/V}Ud~¼_ýýT¯5Ò’Êõý~Í´DŒsº–Z © ]ßï~ËEm¶ãìÃæxªl·ùýþ—Õ‡ûYcø#k‚1Ê5Q°‘ …%YÇÕçÕo¿ãõn…׿¬0b:ëgøÀˆhM×ÇIAXš©VWÿXnžÛ)ÓÒlª4a)‰õZ
+…(Ì+ý‰0¾³{÷ÓôÛÝ«SöòÉ^©Öœƒ@·è6[*pf7gœLÝ•M¦š}Ü®çÛ…–q·Õ5G[t_é̵[¢0âŽzK8’ tÙö&ü|˜V¹ýÀö ‰)÷”÷I9GÓv}Ü×÷öxŠe· #ž tZ>·eoÝàø²/+ûºà«‰1KÖ LeÔ Do©–Ùc¹¡"û²!"³~Jd¦K¶m›6Lý÷\דּ£¶»°X4uß6Uøèìç³­ û·@½‡m×vQKÍ!¦FïGåôå圪H{Ä<ØÂœ;„¸³¿"ÂŒð‰ ï» Œ#F‰”ÏeUùCÜB:!Âu#H Rªo_‘¥ó·Îc.âvqþ`úDñ´!@P£ðýkÓÛ+šEå‰` SWñ¹¤¾F³HéÓWÕ]©gwwa*-ZœL;¢ÿmËÇC¢yK4EœJ•¢šÍ£º"¾=¬å-a]7Ökÿ=!.¦!>1ÎTÇ&¥¡74:æÁÇ9.ÔM|>ƒrñ£»Þ€¶Ž4΀ÞÖa5DY.*¯l¿êRºÜŠp’Œr#ÄAº(Èɹzχ²8UÓ<]‡ž‡Ä?!Ïv’vñOZ™{yd‘:ûD© ³!o`*@8Ì  „50Ð/MÙ†)ÓnHž=žãÀâ„gkQ8çW©8÷6Š ìó$Zgݩ飶)’™èŒ[ :N\fçº/r™Á\L*yõá7.)XzŒD^øM®Ž €õK$(Šs†>|á·;”§S¬²æ…|Âw6²ýé`N½m ðFPXùØÜEnõ’mAE•gGkÀ¦£uÔJó_Üášê?C` Õ•ß
+_Lé„_Góø&>S?Ú
+ë?×Q¾K›0|v`Û´»î•S®lã9ÒŠ''‰LÆøa®à¸_yÂÄ”'|šH7¬;×[\Ä´N‚ÝRŸRŒ¤ô/šã1ä Hñ&›.|L ¸/9 ü#¸ý²r#…ÏÄ ek¡6Ûñ;zCI¤!úç1ØHw™0u<'0}ˆèXÖmCšù¯±Ö h‡ÑœE8ÀvßTU0¢¬/ ¼^(;©¬µödÊö‡Ûj@lŠþõÿ¬I_—2+ò~¿^ýÏë=ŸÅyׯ$çCÙ¹¡“\(EÚ1
+ý@ Æ/1ÞªA¾¿âº-!
+îÊ0¸èPó'GTçtÂ9ÊR©QÕ-ŸÚIªC”æô­6R"©à†‚gq² ƒŽˆ<•Û}ÛÛ±ÿ
+±›“7$åA–³ïlŠAÒؽ€ ³ð óƒØ¸—ÛìÔ%»ärŽ}}HkÀϲ¿0Jf»²3Px ºî"ÄúNÒC­‰ÄóB;ðòP%|„‰În"Fæq ZÆ=S<‹ëuà2¿ƒ¸Úï KÅ:ÞH.8¿ßT©#®’²ßе¾ƒ^èÂfõ%%ÜÌÁÂKDyqõm¼Ù^Ⱥv‚E?(°µ0½…üu,Ž^.6-”ŒE´€Rc=mY—5§ qBg7¶·pK©@‚ÐoºL/y| sC4%­+”¦2_,‰Æ Ýpù‚9ƒùm=:Í" _ÀãäÞ9\MÚ¡L‚ÿΦª^¾ó–"¾û–2s…÷^©®TÐ[_ddŽ`Ìß2\Gb]·XvÇy³0¸èÁtinï_6\·M×m¡/‚Þ¨.[˜72Ýô†“0Ħëtñ~‡‚îœÌ³J4tr|¡ã÷d†³ŸŒ¹k ô;)›ì<q ³*wvè}
+£sï¬m¢t=—¢$÷\ÃèzWßSªì¥9»AžZb·}¯ËßOÀÊo+˜‚¨”:þ5ÅÅKðlh®Ç5v Ìƒý®thí}–O
+ßTãЧM>}­‰ý?GšSzQ4œc³yÙÀBcY™brÿïgo M]]<ÅGºb“¸U“(ªbyúx>šnúJtÓ³`*D¾Ž•#.<¼ד;Om¯ìëþ†—C—@pƒ™_;îÜ äýi¸Áxî˹ÅÑ¥2¾H€ÚDài?ô¸ äÇ8…»éo£N~šæ]FÓW³ rSÛ s×ÛÓ]˜ï%‰
+jß²)*gÓ6x÷®û³‡mÇtªL|’ƒÞ®Íü"lÿêÂoÇOÝvCÇ*%O =24ɞϿ7ŠgeÑ'hüPþïéФ‡±øÎâš)¯Œ”(gÊa1ܤ•gðÁ/pÄ„’ëqú?óá~£iÖœÊb sE;ù ‚=ýãâOiŠìendstream
+endobj
+3558 0 obj <<
+/Type /Page
+/Contents 3559 0 R
+/Resources 3557 0 R
+/MediaBox [0 0 612 792]
+/Parent 3545 0 R
+/Annots [ 3561 0 R ]
+>> endobj
+3561 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [418.1064 475.0699 430.0616 486.0137]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.30) >>
+>> endobj
+3560 0 obj <<
+/D [3558 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+950 0 obj <<
+/D [3558 0 R /XYZ 100.8917 205.5576 null]
+>> endobj
+3557 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R /F41 2190 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3564 0 obj <<
+/Length 1835
+/Filter /FlateDecode
+>>
+stream
+xÚ¥XÛn7}×WèQ,–×½(Š¤u‘-ТB ÉÃZKY[KKe—Šcý÷o+Õ,Þv83<3sÈWëÙ7?Òr^¢2£Ù|½QŽy9ÏJ²’Ðùº~·ø~Wµì–+*ð‚P´\ ŒןUÛ7ª]~X¿™]¯gdŽáÄB422ßfgï>ày=Ãó73ŒXYˆù=t0"eIç‡%Êaad?û}öÛ r5È\ÅB_XÚ
+8qº^“^êÃÃY¯¼Å ÔÁØ$M!qxв×#;GIÙ»:KN"e/u*Æ
+À$Þ ~˜àE´‹³Ðœ]b‡`Iˆg»‚“ØXJ0¢9„äŠBŠl—BMÈX®"ñËi¯@›ÓëØ-Iá´…8¶Ö<;§¶¢1õHÀ J-/ˆÝÉ ›˜{#«²²8ª¦Õ6ã 21bÕMTX¯Üر“ï1¦ŸmF2ŸVn2üÁºÒÊN§^JÁô"¿¬üo!ç ÛF×Þ†F{ý‡³ì¨;Î àà0"€³M²7øŒ ›àbBÚTf}’¨ Õ⢌^
+л ­Pª»ûnB‹§÷lÔ':À®$›þùÓNÂóE㤮×_Û¯L^³àù7zütÁ¥#gü²…5„ÓÙß“»E?Mç1ûšcõ©§—ÑÓ§Ÿ<³tlf9by–ÿÏ£+}¥‡ÖôWÓ
+¹©r'¦ºæ¶iÃtðXŠèáÁËÁSžÓyòfïõé
+@à&*Ì+Ïùx;¹¯>§øô°vLü¦lsw‹æ¦¡#â뎛=3E茮n¨ñ¿îQ"¡z.P.²ìÕGœÐ@·{Ù}:GîŸø” :µ×¶àäàdLàJKåĆk;¸à¤˜Gão´m§®ÕCÁnMÙsì±$p“£Å¸hkå!±µ^‰ï¯e`/1Hõ<g L‘*O½ßuê9¸±N‹K<ÇP‘ÓÑk•¹2ªSÍöt¸‘]ïŸo(Ä &BŒ©ÕËóÓÛs™t’uÈù@#Zõ->¿ú’¢=Q±øµêÝr{Ý<Jˆ,ý@1¾ ª&ß½|ÔEî2
+endobj
+3563 0 obj <<
+/Type /Page
+/Contents 3564 0 R
+/Resources 3562 0 R
+/MediaBox [0 0 612 792]
+/Parent 3545 0 R
+>> endobj
+3565 0 obj <<
+/D [3563 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+954 0 obj <<
+/D [3563 0 R /XYZ 150.7049 485.7535 null]
+>> endobj
+958 0 obj <<
+/D [3563 0 R /XYZ 150.7049 224.2913 null]
+>> endobj
+3562 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3568 0 obj <<
+/Length 1838
+/Filter /FlateDecode
+>>
+stream
+xÚkoãDð{~E¤‚H¤vÙ—_ $:ÄñˆE±79Ç›³zUuÿ™]ÇN}íªTÏììÎcç¹ùn³øò™-3–Å2^nvK•ÅLi-—q±8r¹)ÿ\ Éb¶¾‰8_½z—ŽµéÖm~Z¼Ú,ĒßX
+ÎYš‰
+–ðX,‹ÃâíâÏ¿ø²\ðåO ÎT–FË{@8Y&—‡…Š2GB…•zñÛâ×åÍÀófÌô;TZ•>ËŽ&U¤œÒ·Bé_ò?Íé°5:æw¦±¨ü…áÄi–©Œ,®ºõŒøêPu§¦4m×[[ÒRÞÑq5{ü,ûH²¦ÉëþAr.žKç^7$£ßŠ¼3U½ÿzJwÚ­e´ºå\•i<µ·ô- óœ®rе4;]³ªƒïAÔû— ȽryC{…í•F©Nà nÝÏpS,M´ö챯,hàÍ=æ…™aŠ.OtäÏT3L!¢ãô«k‹·woÊé½íl øô¡ZGÑŠ¡„åM†!›Æ`}Â2™
+Çý7{0}u0Ý5Ú{øÿßµˆVÀBóÕup`±Ÿé*L-‚MWäG3õxc½“¶ëªmm¡ßÛ¦« HCì˜ITx‹²> ªy{Êë+q% ó¯Ä7W’â@ࢩ10åˆîª÷/gÕƩƳÕÛ“éœZsöÁ÷~o@ù–>ì%Ç;0ßõ@~jŠˆ"&Dœ z>UjX¤•ÇplLaº.oÖqäü‚OG(œ«“=u~Íz­œ‹¼º­mîÁßC@u"NX Á²("Ó½³•š¯J0É•òÚœð(“÷2»Ü4fœ'Á¢~Ÿ÷$ °H`CH¿|e ¡(î¹å/¡ö9z¢TᾪëÀ©mMÑ;ƒ½«Î<cƒTŠ‚Ç^¡¹rw£"Í´Ó»±³>å,I³àR>Ã,‚ZÏÕ]‡ºS^dAŸq NŸ¤þ±%j¨§Ð
+-›x‘÷ ¾ä.3)‡b{Ëõlƒ‚´ÑZ…š]툵»]¼Za.êp¦|M7%c¥R¦SŸW˜ûBa§[‹UGˆovnÙrpRí©.iuŸ¯%¦9âÖ˜†heÕAãê\aÍýž…ʬu¶>ùòË>sp¯Ë•öMG„ ã<@+¨ ¥9¿0§û¤Fûá
+‹XkêüÝÿ.µTζ½ ™
+êF´‚#¯ûz|T¸Å­RPpŸ7wƯí=€6 s²Ã­8;²;/ÑLÛç•× ˜µyáKí9ÍiÀ+O-Ÿ&¾D@ àjQÊ
+,£üb5'èX™ÂL‰¨#ðõî‚ï}[õní÷µÊŸ$Èe$|óº³Ï³˜)\´5Na@i[È°’ì‹IÀµ§}I»`1oüR„
+M×
+endobj
+3567 0 obj <<
+/Type /Page
+/Contents 3568 0 R
+/Resources 3566 0 R
+/MediaBox [0 0 612 792]
+/Parent 3545 0 R
+>> endobj
+3569 0 obj <<
+/D [3567 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+962 0 obj <<
+/D [3567 0 R /XYZ 100.8917 396.4529 null]
+>> endobj
+3566 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3572 0 obj <<
+/Length 2161
+/Filter /FlateDecode
+>>
+stream
+xÚ­YÝ㸠Ï_`w˜hõé‡}¸;ì ½—âÐiQàö€S%ñ5±s¶²³ƒÁüï¥Dɱ3Êt ó`š‘(’"$=?>Ì>Þór^’2ãÙüa;gŠ’œÊrž•Šd%ãó‡Í¯‹ŸöúdM·\qEŒ“åJQºøüí¤›¾n›åo?Ï>?Ì؜ a@dl^gÎ~ýÎ73:ÿyF‰( 5„JXYòùq&TI2ÅDäfŸý2ˆ\ 2Wc¡?¾a€Ê Jxö•?êªk¾ïÅx›TD€Ép–[þ… Ù™Þ¶©´Åå“S2J(—2,¯tƒÒíÞjΫ§ƒ9šÆš 2tŸ8}Å(œ_ì$Œ
+1¨±1Û©6ïØó'bÎ))9økÅ)•âÖªoôÎW\-ÆûÜo¦ÙàÏ/ «V‘^ éEþ£Ù¶=7ÚšÃÓ2S‹»hlÝìú`UìmZ‹D߆§÷
+G\.…•tqêÚ5x©Ç·¶ªÎ’µÝ#¥+[/Áž¯K¦a[µ×ðM×ß!c vžûð+ÜE$½vŽ0n·‹Ú»Ç©!€7—‰»¬$Jù(4Æ&„ 1ñnʹƒ É…tÝõ ‚Kµø[c8Ö»½ó£”HÀ²æx r/->»Ú¦tf² Šl¤sÓoø;–Ð R¯Ìy4Ñ\Ý==îMgîð¸õ’ÓÅÙöu*âÓiÓ6»`Ê‘·d1æ]xD´˜z \ÊA×·/+zÝ:&êp‡¼p^VâyÀ1}‰Uë„%2þ<ëCXJr–+ÀVL²ü ¿%<" *<îëjdÔåÜ\bJC‡•ð¶Ô‡¨ÑÞ¬¢rB ŸìÞ ˜ 4s—]d‹ƒÑnn8a
+w#]Û!ëöëAþ#"°k‹}:ÝõÈ\ûhL“ð ç%)g¯Ã;á”’H•GÔs6¦| ¨KË‘¸·’Bq"Îàj‚Ê>`Bƈ‚\\Å  Å k‘
+<# t<*$tuh”‰1ê÷¶TK&‰„[Ëé
+‚ïÝí·Ýp.•îåÓçêWÝ-Y±Ø]Y«B–ø—Ýè‚ñ'~aÀ³È²©_ª¶±]{°ût\Gú UtÛ†êáª('=’9ŒÁîCÂŒ™ÑaUl¨ ¡˜¾Ò§@8¯{Š†m§µ²¸¯ö±P¶[ç†-¾ êk|@&Æ¢²b<#ÊãIqù ú–¡6ÊQµÎ|Þ|Kà!^’5€¹ÈÏr> ”›Í, S*Fv^øøf{dÕ¶ZN‚Âq𠀎ó!ðáP‰»¶{
+(
+’qž_ÇÃÆ ®:·×ÆÑ×MGc«öÜXG»Âã_4Ö¹øøãÜ[¤ß­k;t¢¯Û’ÐÉT½î ÁÞñgˆœ[ˆlP*Þñ×ÍÊ2/=¶FÌ÷®S|}žãåû uá9*áïÓÊ£À\9@“©6 ñ[@‹çK£5†‘Ô«ÉT„×–»kú}¼çSb N… m¼ráW'y&Y€ÿ.ãã“*™ºƒ‹Ç¦~‰ÕnÒ¦²·:ÛÔíñÿÃí}w“<¶ýUíºϾÏø÷àöT{-()¤Äö’2#t FªŸÚãºnàøDžš4:n^ü}íºö|Jœ†#ŠkÛö›éSí)“ ¿TÂÃ(‡Bà÷ý
+rpªpTm}g·`¦2.©|Ã實BQfq*lÇàvGDŠwÉ96(zòµ[ÒFýB9eQV©ÿ¼˜cÕmƒ‰£: ^¥yˆ€á7¸Ç>–äfs6×6l©›aáhz¾šåÐÛ¾ßw£VƒÏQ›á„•à,ÈnæŠkñqk$gЙ–¬]k¾Ù¯•›¦»”û7”ŠîÍ:œ
+êó€ïSž€bRÊ¡OÝÛÇLv&™pìúérhâc/8t»o^UüX6”§X_3¹ø« àLÀ¤´ñc
+endobj
+3571 0 obj <<
+/Type /Page
+/Contents 3572 0 R
+/Resources 3570 0 R
+/MediaBox [0 0 612 792]
+/Parent 3576 0 R
+/Annots [ 3574 0 R 3575 0 R ]
+>> endobj
+3574 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [206.9735 242.426 223.91 253.3698]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.5) >>
+>> endobj
+3575 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [412.15 145.9726 424.1051 157.9278]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.1) >>
+>> endobj
+3573 0 obj <<
+/D [3571 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+966 0 obj <<
+/D [3571 0 R /XYZ 150.7049 333.6266 null]
+>> endobj
+3570 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3579 0 obj <<
+/Length 395
+/Filter /FlateDecode
+>>
+stream
+xÚmRÁNÃ0 ½ç+rL%fâ¤Iš+Ò8 q@Ti캢ֵt€¿'­[˜ª”ÄϲýÞs¯rvy­<÷à­²<áÚ[Ðiª¸õ¬GÅóÝF  ÉÊH)ÖŸ¡éöå1Ùæ7l3ä2~ÈQJÈ<ºXˆà¤E^4ìm¶’ï˜ä7L‚ö™á1€Þ+Þ0m<XƒzAöìžÝý´\ýô\7½I§xFúw¶q ´Ñ¿¤}2v‘â¶íÌD™¬”‘¢üìÂáX·‡QÅdœ›4Š¤çUÙÇ*©¨ãmD ° ýP§}è .ªÐ7”Zº›Pôí\5Ta ô#A)ÚþðîÔ—û/Ê<V&ñX8åîË™ÆP•3qþ¸Š¥6Š™è#xcˆþq{A¢7h—g8ìfL«- :åY4Á¦³ F;È,Yù¸(¿¢‰SÙº~}«ÚÓ@Ñ“R–^ùDÁZÈ´S‘xçpê°ž2)hã?épN ¼mWÿ,F9 UÉMëÕ~ù¿£tªVendstream
+endobj
+3578 0 obj <<
+/Type /Page
+/Contents 3579 0 R
+/Resources 3577 0 R
+/MediaBox [0 0 612 792]
+/Parent 3576 0 R
+/Annots [ 3581 0 R 3582 0 R 3583 0 R ]
+>> endobj
+3581 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [103.2129 626.2317 115.1681 635.0186]
+/Subtype /Link
+/A << /S /GoTo /D (cite.E2) >>
+>> endobj
+3582 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [124.7919 626.0923 136.7471 635.0186]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Jeffrey:lists) >>
+>> endobj
+3583 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [163.2475 626.0923 175.2027 635.0186]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Maus2) >>
+>> endobj
+3580 0 obj <<
+/D [3578 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+970 0 obj <<
+/D [3578 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+3577 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3589 0 obj <<
+/Length 1311
+/Filter /FlateDecode
+>>
+stream
+xÚÅXK“Û(¾çWøhWÅD<$¤ãîTrØk|تͨ•…ƒðLfý64–Ç£T²9IÔ|ýúºá÷Í»Ÿ^`†(+Èb³[à<C<cÕ"/+ÄÊŠ-6Û¿–w8XiVk’gKLWoþXd‹5å¨ÌK¿Bw[e•îDÛ»éŸHµ¨PU‰…Å9G”ÃàÅê5Íò¥0Ò½KÑù+úƒìzußJ?dµný¢6~è W$_>I³;†©½¨î‘ŸÞ H ã¨b˜/Ö†‹ÂÇaŠ¡’árq2þ§ÿ³}Àã¿[aV¸\>”F¤±Z™
+凧m¤{á°‚8*} N ð>ÊÜ¡6üm¤°ýDR¹”‹×…“àwˆ[žYÖcœ(å=°•V¨ùȤg‘ áŸSš ¿`ÊÔ.Á$C' Ö»e›ÏÀ<Ög„üz­²ÏþkÀO°±õ˜6µwÄ%‚µM§ˆ=py --(ƒe:¯Â‰Ò'Qáá|K&GUFø 0CŠ†Ô·ƒ€4×Ýû°ÌÌ´ªóuU×´åö¤å{™Ð–a”W4jû±;î¥ýÆ­û€¦·0º‡,Iî¥$ö‰W=žŽ>#Û!3zÿy/í“”ÿ
+©¸òEOæƪz¦B§á²ÿe
+¹¡Ï/úì…m¾Û1ªë|MüÉzˆnêŽï¼U·ÉâNïCw5 |ZaHÂh¼½ˆw6?<jµ½IŽ· â^‹‰6¶êí9_Èý*@‘/çòhã„ÿTˆµciW¤éþŸ‹üñ× ¿d‚7b? ©w3 Çn,÷±~ÇJ¯ºÃÑÆj
+Íá~Útº[ûöÁiÖÕrú÷—,#­œ[k¬9Þ®ú¿…\u°°gÞº<’M<‡1'{n,ì ¯½É¬ß‰g7|üYl¿SW›ãØÞµ:œ?ÉÈVíÕz£»EÛŽÁ8¶ðóÚc™¶ ÅÍñgÙÊ:ôИBýhY…eMJ*9‹6m=D^J0…ž²byø/e-~q>†«¸0Æ4Ú·Ò#8¶ö¼ÕŒ)7±† 'Û¼ÚÓÂÒÑ”öçã<£ÚÜŒ‡Ï
+°Ú\d<tW²Ÿæ­èRÚdʳêGiƒ ŠxÅÈetwòIínž¸îÜQUN{Ýá¤úô’‰acw»-vz¶‚œ§œÒ0Eм`\p8 ÇãœÏÏ­¾yÂ9*Ü5Çå ‹§Sÿôw"E‰²²(¯]‰TgW"Ci+ËD€Öa n[53Á¤õ€Ø÷In\98:q(G¥Ò Y|+£ëNHRÿã
+endobj
+3588 0 obj <<
+/Type /Page
+/Contents 3589 0 R
+/Resources 3587 0 R
+/MediaBox [0 0 612 792]
+/Parent 3576 0 R
+>> endobj
+3590 0 obj <<
+/D [3588 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+974 0 obj <<
+/D [3588 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+978 0 obj <<
+/D [3588 0 R /XYZ 150.7049 182.0678 null]
+>> endobj
+3587 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3593 0 obj <<
+/Length 2319
+/Filter /FlateDecode
+>>
+stream
+xÚÝYKã6¾ûWÈÅÚ¾DŠ rÈ3@r[¤± °²E·µ±%$oOï ÿ}‹,R/ËÝNŽ‹Æ"Y,¿z³ß?.Þ}äfiˆQ\-÷Kn(aL¤Ke¢ ãËÇü·„“õ&¡tõã!«³]këõ†'t••9~쪲­«#ûùbËÅQk›¶YÿþøóâÃã‚-)ücKF)I Óp#š*¶ÜŸ¿ýN—ù‚.^P"Lš,Ÿa
+ø_[WøUÕîW­NU'|wÜNäöl˼(ŸÂŽ²¿¤ßzÎê¶Ø]ŽY  Ê¼h‹ªÌŽß9–£
+3Eømk›µ6×:†óã•Þ}”‹¢~öNW‚0¥Írê©‘]\Úү'À5KW7“àÂ@3£êádF$ÏÚŽ2çàÊEÀÝWuOâC»—a,ÛÈ9ïMÖÝžŸ‘¨‚-’ÂNŒ¬T§LLŸ˜àù×7ßDº
+’ÜéÈ}ºdà~³ct;œö…‡_ïí³§Ç4ìÆ™ºA4S_ÕÀƒçRø.Fu#z¨=¼8MS<Å3f…Gæápž¨N*û8O‰šãyïJz,#×"¤9X÷ÇdãsÕ@¸rsÿq~m‘¼¼œ¶Þ¾µ)kqÖG2˜)«6.ú¡Kè(»ûò>YXèèÜEè$!uvãýåMhmO6Hâ¼ %IbýGžÖ ¨ö-ïô5«û Ÿ8W<IàF:I†yäâó¿töâ>Ä
+(Š]ѾÞJϸK“2Ñ÷^i®±†T Z_×`جo°ùÍVŒâè.F¹[Læ ibRžÜS§Lº=‚OeU÷]9>K=UõË )ø®«obèùëí;ô±Õ9È Ư`/R~÷«àÿ}ïL,Õ“þÛe¢Fá g|õë†Ç*Ì ”u.eHB“;lh˜á¿E®X§‹[Ua:­
+aÛ$™U¶G¿Á‹ p¬ýçUæî<, a =0T‚¹|tü‹›£t8a¡Ì
+=“ïæ™oæbKÖ5j§ Á V…¾‹:q*ôÃØCášÍp»^U¾µ“tõv•9.ä`J÷€–ë†ÜÚ¾®N¡Ï ý4§ÏWúh4^¹LÁ*• E7Î7Ð%þ¹ÖrýY|lýPüûþu•n€Àð![A¡#´ ´à¸šLW$Z-ó¿vá-00|U‹¹š‚kAÖy“,þ-õ“ˆÓendstream
+endobj
+3592 0 obj <<
+/Type /Page
+/Contents 3593 0 R
+/Resources 3591 0 R
+/MediaBox [0 0 612 792]
+/Parent 3576 0 R
+>> endobj
+3594 0 obj <<
+/D [3592 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+982 0 obj <<
+/D [3592 0 R /XYZ 100.8917 575.7314 null]
+>> endobj
+986 0 obj <<
+/D [3592 0 R /XYZ 100.8917 524.8947 null]
+>> endobj
+990 0 obj <<
+/D [3592 0 R /XYZ 100.8917 219.7525 null]
+>> endobj
+3591 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F41 2190 0 R /F39 2205 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3597 0 obj <<
+/Length 2304
+/Filter /FlateDecode
+>>
+stream
+xÚÍYëoã6ÿî¿Â@PÀb–O=è‡î^¸÷áÐô°@·YZéjK^IÞdä¿>dJ¡k_‹E€ˆ’Crf~ó ßÞ/¾}ÏÓeJÒˆGËûrÉ%1•é2J‰RÆ—÷ÛŸWïªì0ÝzÃ]1AÖEéê]Ûlë¡n›lׯ¹ÿaqw¿`K
+Ìçà±e¾_|^üü ]ntù‘&jùJXšòå~!TJ"Å„£ì?.þ=²ÜŒ<7>Ó·xÉ‚wP1áB }86'Ïùí{á_YH’D°ÕÓ>2!ëòÉÌ›ˆfã&nXLdÄ=ÿîó1ÛÕÃW#›¶4ß¡ýuÍèªhzÓ¯íw(ú¡ØZZc¾™ùôC×6Ÿœ{XZØ5UÖ¸–%eíš©ÕügI_çj&‰P2z}C&½éœ’”ÅH¢
+È@$–ÂN/i&Æˈ¤±H4'N¨ˆqc"S);Jd*—Þ¬:´mLb™Äl[~ݶ8 Ö$Ò™Ä(‹CÂÐÒuÒ
+úlo[ùôèy»µs³fkå¢9‰ ÅHª”q y6è½>µµ\J÷°£×³Ëru€/È@‰)83H¯hr<žRS+'ch8CS‹E)_,@íŠCW
+ç8RfIo ‚Ô'¯Í¼AgaŽµí0ÈQCýT oìnFYq
+R_kmÈã±Þ­Ùjg·é¼”­CŒ"s”¶IóIx’Îœ¹ÍÝj‹£„~VAºZÏ
+/
+b¦ÿÔ@g86Pçˆ#¥Á“l^q‡/hÙÚiÇ®±ûi'®i¨wݪËP^x£WÑG¹C/èjÂp$“‚š2žÿ
+EiW8¦ôzxäQ-%º1|BHØr#mšFî5R¬AQ¼ú—~nqΪ?ƒýä˜êµÿDÍ ,Lþ&ð%Ä|·Xíkí¡[Û™Î9 ›]
+WP ÌìžLcçèMÜvÂéñ:‘26Ý I ù5ˆïÚ¤ e·É]˜Ññv(º #÷­{(á Q•L-eŒ"ž´^?z&Ñ$®ðr¡ç
+†þáâ㇜0ûò瘉 ³ý•Ìlø EnSAJ>׺i‚­'+ÄXкRÆ&2èÄê]ö° ¿áq¥hrîqTœ½ …ɩƒ˸ ŒÅ¥_%
+éËßEH6±êü¼˜ê<CãÆÃ+þ1íÿ1ý_§Ó>ªsâÙÖ=”\_C‰ûÁa”Ã¬à „¥³xy-С
+£œ‰Ò"µ®7uAJi¾F *"”¦ÉõÞüÄÒ›œ”{F„Nk¹Ûpƒ®p;ŸŒz{¨¬0½1Ý
+Ž“TƳ_P²·×›¦çVí“N³¹¨3ˆÆ<%Ib~ÿcÒþÀ6—€øA•è’%RPg²ÿYÇr—qvqWÿ÷×ÊäFÐûÈy4yÄÓþŠ•B}ê«@( œÈÆ¢Ä.ÇjüPçî×Øÿ›Dª4endstream
+endobj
+3596 0 obj <<
+/Type /Page
+/Contents 3597 0 R
+/Resources 3595 0 R
+/MediaBox [0 0 612 792]
+/Parent 3576 0 R
+/Annots [ 3599 0 R ]
+>> endobj
+3599 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [392.5061 192.5448 399.4799 203.5733]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+3598 0 obj <<
+/D [3596 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+994 0 obj <<
+/D [3596 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+998 0 obj <<
+/D [3596 0 R /XYZ 150.7049 230.4246 null]
+>> endobj
+3595 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3602 0 obj <<
+/Length 1915
+/Filter /FlateDecode
+>>
+stream
+xÚåYKoãF¾ëWè(V§ß}ä0³³@rØ ‰,É–Z³2©Ôx¼¿~«ØÝ)·ly`n›õZïng_ý“»¹#Ns=¿ÝÎ…DXêæÚ)¢ãóÛÍÏ &ˆ$Ë•¢tñ¯ãƒoÊu±_®¸¢‹Î·]»üåöÛÙ‡Û›SøcsF)±Ž`ˆ¡šÍ׳ßf?ÿBç›;£D8«æð@ sŽÏfB9¢‰²Ÿý8û~`¹x®ÆLß¡$2â”âhÁI¸2„ % –+Æ´¹hÁ™'(È´ Š6=ƒ³¯¿/º²®Úðxç»Gï«À†ÉÆ ¡Üià‡lvI‚X#eÜPî|“a$(‘B™¸­¼ÄGÄ Q±uQ% OæúMX?–]ÔGŒù¬‡
+œ‚%¸õqç›ÊŸ&cx*c苘»¢)Ö]RxiÆèbƒa˨¢MIu“á!‰³,møû%ràÐ+UgµQÄšöõëÊVÛ”é_2µ¸¯›§@aœ ðŸVÄQÝhjLHçïEÕ•]éÁ]B‹E{\ïpÅE¤Üï>¬úS„¯î"áØâÂUØÌÑÛøs£_‡HáËn×ÔÇû] ÷aë¹BÄ$]|B­}Óöì7,Ù¢ŽJà€$´ñ(¡¨¨Ëªk£Š*žèÛ~«¢DKðØŠ.™î÷èßHb%sóýß
+öÙz'~> ,Ë*…lƒ†õ‰WG±MS.¹ŠDZw–œÝã’Á×9hÔŽÇìïú5hL|Ú˜\CQÐÔLóâviÀ mWV÷Á€mÍ®7›!{£«㣓‚Š—°wSWþEäå"ŒE—ŽÅf,#î_Î}úgÝY¢à,fp}ò;áúkW_ß• ™ ]²®9FÓÊíÉÖç‚ ó…ÀæÌ( ‚Tzß BÂÖiK²‚Ž…b…YIE$—&µ$*¶$ß5ͳv˜\lGðc–è6ºøGùà«v(
+ ïÂQëmï†6hS‚PêÄä°ê9ë$–ì?¶\Är”×>¢ŠsDʧp ÀûlëX´Î>×ÑR¨xv¢áЀ]†’ÉІ ZAj5JAÂc½«?¿©#~_W‡4-Ãw‰Kªq qH€8 TŒà6ª«ÏÁÙ§ºÌâ$2ãWãƒ]Ý•ÝÙsÓˆTêElã†0Êžur%vã–-sÏÜ=þ/Ê”FU=øÿæm®ÚaÈþL®Šñ®nÊÿâ‹ýÈsC;õ¶lû“º0¶®Ýi.G|õz†;"âÎ7_}÷&ܹE%™£‹¶+ºcÖ?ø¿¬Ç.½n|ñßO  ‚ìÁu=¸¸‹œöàºÇž@M‚}µYÕÛÕGJù~ôE.g¨$Ü DÈÊþÁ­ÖÕ½ðM(ZxícõYÍJ)ÃdHˆu]íŸe‹]}±o}Ü° pvAw-"=ÍC'&2L¸w75Eu—ô#çš©›°# !@¶®ë¦ñí¡®6¡æ穈úÓÔÄz“z†‚i€Ëj±=îÑ$¤èßúå7Uø(0¹û¢ÁIí&|ÒíP ¾î£Þ¯EÅ3ÕS¶qÏ.Rºà¶
+Û…ž
+çªòë>ÛúÝõ¹Œh^fÄœN“e&õ4±”{tJê2¸»ˆS§š¼©ýP]ºÉÿg£`5žËÑøÌ&ááG~w>(ûHH]졸.m¶£œ•LæZ¡å}ÑFˆºÒîJ|9 ÓœI­»4LÛÌ0½Îˆ /ÀeëÏ{R
+Ê3Á&xѳ{-jR?Ö>^Äæ†A(h’j—+h'‘_RÐÄçÁWoÜNêŒïÛÔ9‰SÕè&^ºo“™û6qûãÒBÂ"ÇÔjĵp=ò'}Å‚Üà„S£x³~Ÿ "ׄ)f®U½>ͦhE›ó… Î\¥Û6ÛºÀ$…ƒ–É_yÖßÅùc$P:Oµ3‡pçW5
+Føu'ÖEã3¬5`PnÊzb¼%B7`'h'§šÀ˜Ÿj2ËøÇ=Aê&c`”°Ã Ø5õ>èÞúߎ¾Zû–„çE_¸aÕeæÒu ÉÜ^}ž_Ìb5Éâ2wê Ô3ûÚ½·†é9 Äò#æCXÜÅ9[à<«¤˜ÖDÿpèž–Z-ÎoFLü®¡rØá,üÿÍÅ+&ôÄ´†Ô¼D(ö±4
+ ™è´–ÛáH0e8)b-ä'2ùii EZwéþòCùëvõ12ÆÎk\ø44ÐbX1“ºØ­ç'r,{wOésÇA½r±‰CÑVŒ'³˜éÇÃÿÈendstream
+endobj
+3601 0 obj <<
+/Type /Page
+/Contents 3602 0 R
+/Resources 3600 0 R
+/MediaBox [0 0 612 792]
+/Parent 3576 0 R
+/Annots [ 3604 0 R 3605 0 R 3606 0 R 3607 0 R ]
+>> endobj
+3604 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [278.0608 444.548 285.0347 456.5031]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.8) >>
+>> endobj
+3605 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [239.4805 383.9752 246.4544 394.919]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+3606 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [243.5152 243.076 255.4703 255.0311]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.30) >>
+>> endobj
+3607 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [436.9786 207.4872 453.9151 218.6121]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.30.4.2) >>
+>> endobj
+3603 0 obj <<
+/D [3601 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1002 0 obj <<
+/D [3601 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1006 0 obj <<
+/D [3601 0 R /XYZ 100.8917 502.0074 null]
+>> endobj
+1010 0 obj <<
+/D [3601 0 R /XYZ 100.8917 484.0877 null]
+>> endobj
+1014 0 obj <<
+/D [3601 0 R /XYZ 100.8917 422.5721 null]
+>> endobj
+1018 0 obj <<
+/D [3601 0 R /XYZ 100.8917 280.68 null]
+>> endobj
+1022 0 obj <<
+/D [3601 0 R /XYZ 100.8917 195.806 null]
+>> endobj
+3600 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F14 2180 0 R /F39 2205 0 R /F7 2845 0 R /F10 3010 0 R /F11 2828 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3610 0 obj <<
+/Length 2113
+/Filter /FlateDecode
+>>
+stream
+xÚÛŠãÆòÝ_aÈÑaÜ鋺%6 HNkl`{di¬³²äHòNL˜OU_dIӳㄅuu©ºººîÕóÝnõõ<[g$S\­wåšIJgk•I¢2Æ×»ýoÑ÷}Šn³å’FLÍVR}ß6ûj¨ÚF×ýæ÷ÝO«w»[SøǦ|
+žB¸zÀËã⾨[Té£Ó%âN /ˆõnÒ[ŒnZPHggŒ*Ú2(_J2ÁÔ9#M©x-g(ß–2ŒáUC¬?76€|MXÏíuÒÎZ\Q À­æÑ·3 ¤B‰wË ™ ÞwæK §²l=Áÿj7Þ·í§‘Wï¸åm3tm½ lë1wºw.cm–Ltã×P¿ oW̓w´¦ILkF9PBÆ»–ëm"H,¾ÞBj¥™+PCT¦’«¿ÉÙ>¨8Iš°©ÃmXT@
+Ž¼ÛÍ«ft´*zÞ†³ ¶Í¬/q°*%‹¹4æó¶;êÁ¢÷ÅJyc”KíH>PIÛ3è
+ ^‘Nã!ÄÃ]ÈjÐKI6ËpR ø¸L¾ÚŽ$q2ç÷br\¥à¢–ø±Vdï
+©·Mêlc›R:¦æÆÍ} ÷Å°0kî;Ð;íAÉ)„°HçYØšB4“¢—vìç§ÿYB|¥‰™›,jÔ²Ê庮2+t™-cîK²+I¸Œ½Îm­<FÆN+pÌ:L½|òÜó÷E9qÓ½ÔÅ0
+ðæZ«ž`
+BE:ÎØÎ á3$ÜÆ»bMC-?ôAfÇà·žt7x”qÓŸ;SÎ'h»ç¹¹ä`ëø&÷ŠI"¸oÓ«f_˜ÎXC+Û î@.[ñ
+@œ°ç &cf8wj‰¨Â#Çn —§®†‹Etþ‰Xô·ýu>íŸFMZº²­]Ô[*hu
+b¿í•CBP»£ 4òâ48|ÙµG ¹™ÒQ1æÇ
+=›l¯‹“'N‹°z®¹Xóì-lÿÞ(ÓerýoBFJ2\0ñ³x²Õö#F„¯˜ ‘¼=7Ã[3 ô¹G=èîTW®Žo››"ÃX‚ó¨Ÿ4ô%œï÷üÜu¦½Æ…=ÆRàaS¶‰åØM…
+‡&/µÚ{„ôª€”Çg®Æ®x$v'ì(ÙgT±®ÏNž`óœq’ftwíú'A9a,Y”—`^ C­c½e¡ð‚Z¥è´N2—
+endobj
+3609 0 obj <<
+/Type /Page
+/Contents 3610 0 R
+/Resources 3608 0 R
+/MediaBox [0 0 612 792]
+/Parent 3614 0 R
+/Annots [ 3612 0 R 3613 0 R ]
+>> endobj
+3612 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [499.3973 316.5381 511.3524 327.6059]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.11) >>
+>> endobj
+3613 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [166.5853 306.6253 178.5404 315.5267]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.12) >>
+>> endobj
+3611 0 obj <<
+/D [3609 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1026 0 obj <<
+/D [3609 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1030 0 obj <<
+/D [3609 0 R /XYZ 150.7049 481.122 null]
+>> endobj
+3608 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F51 2929 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3617 0 obj <<
+/Length 2235
+/Filter /FlateDecode
+>>
+stream
+xÚ­Ymã¶þ¾¿Â@Ôvyâ›H^Qààh4(ºh$ù •éµz²äJr|‡ ÿ½C)KZîžW,°¦(r†óþ õýýÍ›̬ 19ËW÷»çQ<3«ÜH’ÊV÷Û_Ö”E6w2ËÖïß0¹.êS1Tm³¹c2[·;ü-Ûf[¹é¢î7¿Ýÿpóþþ†®2ø£+šeDª€0%*Ëéª<Üüçæ—ß²Õö&[ýp“n´\á!#Ô¶:ÜpiH.)3õÍ?nþ>’¼iÞM‰~ÿD¨ o©ã’{¡ÎûªÜãÁÏU]ãèÁQŠº¶[×ÕÇ ÍÖÖ‰ôæ_Ræ‚ 8#ù+åâ]µs?Õn׶ ÝÉþ÷ÍN¤sBUNö¢Ù¦hçD«\=GzJNÓÖÄP©Ã>âV¬î˜a„S§3M¸ fýÑ(á©Ç_»¡rý©8TMPðŸè#qF#ˆ’<µøœäZŠéß| b²âŽ*M𺣒(8¸§ŸQ• ÆÑ9xR»ß' eˆÌÌT™öÓô^ìÛ%hæ9Q:’ìlQî-èHd|Ý:ýîþÁF˜^IO9*
+36áXíÞ%81A 7<¬Zä‚–8¦=C"23%Ý]Õ<&¨‹Œäür
+8P×y8MyŽE7$Øܱ\aF ÄHÉüFC'ƒø\Œ¼ˆZä\99råÀ%ªxŽ2s¦çÁ–Å©·êÞòµíËâ&Ë}Ñ¥3³U…4퀃#ˆ2Øí-
+Šè̘¹ÌÎ>Š˜(Fª!töņeÁ/bÈ ^ìǶûŒ3”%]=úï¼ç×_íëŠÍä—=AG C¿ˆùà-aöìr`ûDø{
+ÙV°˜€*\É—å„Û­$$ጃ¼D!°Â°%È
+òá+*g&³ ÊöpˆY?[ŠÏ8¨Ûö#Ž ÷V‡j h²y„ðà̬û6,²NaûP æŸÚ& úÁqT„ EÈå™&Ïä\¿ÀϦ¢=›{çUQþS“R¸ª({Ê å“Èà»nliû¾pŃKí‘›ö`‡s(⥠¹²™ Á¿RR„¤Ñýo‘KB~Žz1¤Ë¶ 9›ç£4ÒÔá1·7´„é Ì  È
+À,3‹P»„Зsã‚Üc…YÆi¶‰;}±×eÇ€y
+µ¨oô)9 @Õ%#“¶!Õ,i¨ÕlÚ-<[1xNr:öUoÓèTB‡@Í‹ž€†xå¤ ŽñÉù² {©…ñ¿Ý@ÚPtöë 1ÕÛ0rsÿg{G{B.쯇×EQðã໩ª3†ÓsÅçyÀfýÜw¨÷Áp´këÁAõP&ê",ïðµƒ`×v/:ž2P“dÌ<¾sNå'Mr1„²èmºôC+eŠ}míϾTö±Ã¿ºîãò×þÅ­Í¨Ü  :E;osnc¾Ù.</ö\³!6Gý<m<Œ€®·ÃÛd® "ÏÔSOUãUæ¹:~>Ÿ´§fxPÐÕ¨`§„HR¸›ÍÇ›-`š+w³åE¼æf+Q>€¨ê^µÞ¾PíX # Ê£ñ>¼Ð‚êÕdþç?m¤\»ºñ:ãågì¼»ä4_o!-¹c;ˆ‚ú3.ÜuíGþõM1 «Ûn[5'àéص]q8¸kO°.šÇSñh¡ò þÚ`u†Úœk6÷U€tî(¾h`
+KïÍþa‡«nÑ£XzÒ„=i/'®±Oa=¢•½ T(šA¥ ¢œuùFP¥Ð<”O9ùÎ0‡Isb”Hç
+ÙuÁ—O)‰1B^{Ê.Š*8öÉnãW™ùú¤æmøÎA¡÷V†Êy†þ°ñõoX ºžÆWÀi±¿,˜],->ˆ,QS½ü˜+újÀDˆ7\}Dí½î!aå2~áb¥A11Ðk˜!Z+lþ¹Qb]•C”å}õïû£ýÊXŽ# þ<'š+Ñj”š…>—Ê]¬ÆéŸ,û·¶nU™Ê…ŠÐk´2~êû6iS_endstream
+endobj
+3616 0 obj <<
+/Type /Page
+/Contents 3617 0 R
+/Resources 3615 0 R
+/MediaBox [0 0 612 792]
+/Parent 3614 0 R
+>> endobj
+3618 0 obj <<
+/D [3616 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1034 0 obj <<
+/D [3616 0 R /XYZ 100.8917 264.2867 null]
+>> endobj
+3615 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F7 2845 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3621 0 obj <<
+/Length 2712
+/Filter /FlateDecode
+>>
+stream
+xÚ½ZKã6¾÷¯ðÑÚŒø%Î
+ë¤Z=ì~^ÿð\œzßn¶*MÖR‹Í6M’õM½«úª©‹C·ùõ᧻Ïwr•À?9ÝGaåª<Þý~÷ó¯Éjw—¬~ºK„vyºzDHçÔêx§S'l*u9ÜýûîŸÃ–ÛaÏítÓïñÒ,Þ!Í„Ò©wø%‘JùÝzzamDnᬄ˜¤6Õ^¼¡J×ãûŠ–Ïô•Ya’,./êÝf«¥[÷Ï•¬[ß= 6{£Iäò]OCUG#ûLÖ N/èûÓ>¨ýʪh%]&´ÌÍj«„22 ’|Sp7#óÕdü¿´ÇKu8Ð]_´}`Þª,©Í`#)…KSVt_«Ó©ªŸ€=I×Ǫ
+\œXئnÎ=MùL×ßNEÝKÜ/0”͹îy'»~l‹Òw÷4õ¸QˆfŠCQ—ѵßù’(ùd×{P¶Röüp#׸%ŽâY"‹»»\äi2µû¢}e&œÌ#[ß|EùšöE«)¥á;\Í·~'hæËžfÐhoÏ–‰y’þ¹³é0³®›žöÞÙ¬¢fAÚ¶iÙ˜Æã¤+íè»®xòÈä›}=ý n†„›n;›ù%IÔÁX¸˜R"Q¹;ÐÐÎñtð½c)ÄØGú.Бèý·ž¨—¢#¢zª›í)<TµCô­ê¶’Ðí_žÁDp™ñe€ ªÏÇÇ€qÒ®+𨲠ƒ© û°*¨ ¨ ”¥}ìô
+P¥À)Ø›Ô^ PW†°ŒÇǼŸHAFÖJdNéù5«`¨(ÉÔxÓ`!ó–å¹ žÔ8CÒmDÇ™Aÿ
+’â§\»We’ k”™+€¡`bF`…Á
+gÀ
+ŸjD«×· KjÆ$ßœölyæå
+ð‘ôKŸ…¨»Š
+òJ”»Ë(‡õ”†q‡§j<‡æŠ˜”!ĵÎæ†ÙU c×W%é<âú»¬F?«V#
+ë#‘ksQM<¸Ð’´>ç¨Ç¹!y šøÔÑxñØ ß@ß‹<ÁAënè,¸zâÞ&2<.@Î ]p ª;Oa}·u¨/9÷ÐY^›#jÁé¢(Ûæ–‚Oý >ˆ ef¾;( Ô˜ÁgpãI;‡C±'cßCr¨õp~¡‡šºWz,ÈLä ÖLë;m5¹: !LŸ ­ÈqÅK ô'n×,3ù2ð€‰|BM£e6PWê›ß`!gÜmZð¼öσ^”Á
+ø2}Ç2M¾ â2®»¸vf„sY~Lf0îL9}ë´™K—R»N³˜Ú¡ åÔŽƒdCœ¥v¡xK9Þ``’Íñ³`¾y6ǜ͞GsŒˆilµ„ZÎdêÆ1\T ¥¹“—
+v0=ÈÅ$/ ÔÖš›d×ïdy+]zô%rf^opi¸–áWE¶Z!™þY‰gç°O;)Òl,®¹$e‹eÍÍ=;°\Z9 ‹ª_Mê]w{¬`¥ö~_›á¡–¹Ô\ sH6[°¶EÕ#¯Ô"ßÀÍmi«ïØÁµ™¯ý±h¿vÃvãyX•‚dÒ¸a!aŸ$IBkG$@ê©yÄ̵zÔ͉YbÊë.uqȧØZ1¥+ÚaÞ"ô ¿~´Uùú1Ãû¥,<,ŸX;IjõùˆÄ·$ø§kŽ¾()L3þ- ?yöíåô¢Ý.Žzy®ÊgðÐ,_?¸Ébm#~Bï}Ùlj¢§™+éEõ³ÙãDì·²@HA¡;­»Ã©±ØùÝ=܆±§Mº.Ú˜”9C1ÓÐ=âýGÑHZtJ®¹ojÙî\–Þ‡Ð0Ù:t|ð4)ˆ"§¢õEÌo,X’ùzêç ¿Ò™á•ÎDØ•uÒÜÚ›cVr Ï“g
+šÜÔ(·˜Óg‚XÖ¼[…ä.5ïåMèž‘䉧ö0Dq ”\}ù\ÔUw¤ ŽQ‡i~çÛCå;âëãÒTäàîuè½OÍæ(ŽpÅ
+\áǾØñ‘Í҃ФTçväØ´ž¨îÜžÚŠ«B,ë‡ Âu~(±†žA‚Ý­ÎÔíMƒæácl@þ†¨Åª-S™›ª6+d:T‡÷K ö7SûF7¸^Ý“dËþž®RyCÕª“<ö.®QÕ==Q *éb{$œÎÁpç!¤U=<ž?¹äê}}-¦Çˆ«úÎöã'Ôwèò¸ÿ¿|~R£•ôSÑÅM* /Oo|*žÀ]—ʲõE'ÆÏÝ+xùë1–VKºÍàâfÖ„ß’¥“,”¦ÃO!ü£CQ¿*tÕî ^¼åŒZ,ðºûÀ¹ÚÅÄ`1ïD& ˜f,ËkV9µ>:_š@s1¼Þügƒ¿”}|†þ\ýö•BÁ’^)K7ÞVä:×(¾²YAhWã0w ¯q9d–æT•ñ¿QüF›Åendstream
+endobj
+3620 0 obj <<
+/Type /Page
+/Contents 3621 0 R
+/Resources 3619 0 R
+/MediaBox [0 0 612 792]
+/Parent 3614 0 R
+>> endobj
+3622 0 obj <<
+/D [3620 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1038 0 obj <<
+/D [3620 0 R /XYZ 150.7049 334.8908 null]
+>> endobj
+1042 0 obj <<
+/D [3620 0 R /XYZ 150.7049 317.4576 null]
+>> endobj
+1046 0 obj <<
+/D [3620 0 R /XYZ 150.7049 193.312 null]
+>> endobj
+3619 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3625 0 obj <<
+/Length 2135
+/Filter /FlateDecode
+>>
+stream
+xÚµYmã¶þî_aà>ļ,_DRlš
+4@QYr"ËôZYYr$¹¾Åáþ{‡R–líÙ¹ Ø¾hÞ8óÌûÝãì/çfnˆQ\Í·s¡$QÂè¹2@Æ盟L”,$¥‹·m[7Ý,¸¤‹Æî³æ¹]þòøÃìÝãŒÍ)ü±9£”¤†9.ŒhªØ<ßÏ~Ÿýü oftþÃŒaR9?Á€f ŸïgB¢$q¦œý8ûwÏò¡çù0dú³@ -8Ë–šp!…·à=IeOy}¬:OçØÃå" ¾aŽ(¶õfãˆCöd«ÚQ¶l-îän¸-pÀœÉ¾£ dBR®”™UÜ$&7é/ÑËï£_ªŠ|ÜÁ‡‚ëÅ{JyÓvn.ì’ÉŇl(Ãê©(K¤²¶-žª°­èv¶ÁyÆð·npñ0ÑÕ†sÊWT:½á`쵺œÃ]ø}+d¹^rº8]»hAkó¼ŒZTW§÷Ž™?pÎ K™—0b¤d^ˆ·@PgA
+úåPfUÖu…“E‹¿Ý.ëÂŒ_a‹<kmX,‹ç%s ÂÖ@ Î+œÀ™a>«¦œ¦‘fä4ð^3$I(£‚¶òB6h¿€S ‚¦Ñ~ÌïÓ®pÇÎÓà[OX<5‹¶óu“»¬E¢ª;$ÖÖVHmlYì €†~–MØÃtJKùÀžÆ–Ù‡ ƒDB¸r`RT­uðCpø
+eõZ;ÿGC²nJFI¢ôPLª  px+5coy]
+Ž©èhôB‰ÈÀûƒÄȇ¦¨Â1p‚_'ld.DAªà¤Öɹʉ¥«4tñÏ,o–,]Ôío—½…ƒ‚¬l¿¾ðü± D½:è4%”Šd˜ÌÀ8ÛB†NÅ_ÿÅÓĈÄø¿¯«¶Ø8 ßÖeY/¡œŠêé*þz_-ÚØ­ûY×åæ ûøÑÓ[,-oاOçÚ6¶
+’ÀOÉ·e[ùYÜ»
+Z_MbБ!‚K5>‹PC“Åoõ‰.Ô" c Mbùß À7Enã~/¨_Q&PužWlüÀºX2( #OM}<„™À
+Îï¿ÎZ³¯?žŠ.ßùöªWù"κ&Ëá£=¤qÝN8^Þ¥"N3P
+YÑÖå±ëÓ¯«cÒD>î^Þ§fhƒêuiƒ|ÕÇrÓ·¢#>§Z÷ûz„ë^Z¼¼‚ ¾¹UÒ/÷¾RâãžÛ.í¯†¾M›òÕ± ‘rÙlR¢˜2w÷cJ•$I‡Wé“#øðPC—»žîµ@e áÏôu‡}íÏ¡wõI“\{öŽ·_(x —æ¹õpñ’g¾½u‹=´\½¼¸³ýB²Fæõ~›ƒ|üè“B è \[9á Cß½ó+îòÄÒù`þ'ä°± u_à³
+Æ%õÚüí]« =ï<àëˆòªÞq“ƒŒ†•}ö‚Óë°õÐØ­ÅÎÓM×N¬% n虆W¯ ! Ë.fMXÚ·Ëð„rÑk®ÝAó^Z\¶Jn p8·îÝt™Pÿ ÛüùÅ'rI2¸˜J9È%—D¢èºí²Îºæ´EæÞ'®ËòçÒ‘ábÓÚó ½w\ŽþÆóƒv™Ñ‹ÔèÍr×àD…~ÙQ…C œò _p„þ_€èµÉ
+H
+©Õ|0ÿSh_"Xr(ò©Öpd<âKtüÑÿ
+endobj
+3624 0 obj <<
+/Type /Page
+/Contents 3625 0 R
+/Resources 3623 0 R
+/MediaBox [0 0 612 792]
+/Parent 3614 0 R
+>> endobj
+3626 0 obj <<
+/D [3624 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1050 0 obj <<
+/D [3624 0 R /XYZ 100.8917 533.4177 null]
+>> endobj
+3623 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F42 2194 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3629 0 obj <<
+/Length 2584
+/Filter /FlateDecode
+>>
+stream
+xÚYÝã¶ß¿ÂEjk–Ÿ´rÁ½¼Yryez­ž,9’œíöpÿ{g8¤,yå]_°ÀŠR3äpæ7~÷p÷·d¶ÈX–Èdñ°[ÃYÊu¶H2Ã’LÈÅÃö×å÷ûüØ»vµ–†/…b«µá|ù}So˾lê¼êV¿=üx÷þáN,8ü‰1ƒD,ŠÃÝïw¿þÆÛ;¾øñŽ3•Y³x‚ÎD–ÉÅáN™Œ%F¨H©î~ºû÷Àr=ð\™¾Ã3¨ù3˜”Ie”?ÃG¡´ûï1¯·ùΟÅH㉮?¿”»f»•ïŠÞ v%ýŸ~§¿P$‡ý*fµ^úc¹‚嬄YºŽ–«Ùå¤ðoÄß×o3}Ø—Ýj­à*ʪ:u}›÷.òÇ•YæeMoý>ïãÈÑ uÝ©
+ÄfGOG{„yuÊû²~ ÌèQœï;H Âêæ’ûGÎå°Ìá©Qó|{Çò,3†Ž»YI¾<©,1‘*]v}Þîp4g§<iùxWÐc£Ð’q4î%îg´ šMµ úöDõ$«Ÿaª$Ø«NÂ'å Ï„I­Â|ÓÎ틳$IÍ[ÛŠ<v+÷Qu7ìÍÀwÒ¼²· ã{b¸uG·Œ7ïuZ_è½9õEspíàeÂ8c<IìôRé
+$,ÍÔkH2‘èÉ­¨à8Þà%ïè\]C'ŒîŸûH©Q–)›L¸j
+Èv¶÷ÑýÆW”r=”p–/ã“ÀÜg5~Ay>ü´w#·žÑm¢A_ ¯†¿¯iš¼¯*1|5!áÂA
+î=Èjê¹<"…;å™}ÓÞS–ñ$•ÏüY‰µw+Œ=C²i¥Wdæ*Ô•¸T (óΧBš/wÞî€Ô#z÷”
+Ó™‹„÷uµB; #¹ð$ö0(Nmëêž^.²´žÿ"å
+¼C-gtvÓZlŠ…•›¼ÂìÁ·¥³+¼ HHnªK äNd,B‰…|]{(kú¥/Êñ¼ Ô¡°¡m ´2|hÛâ£_7ðû†ž¡éí*Äø¡Ó E1±£Všãç¶ÓEÆCê
+ ]œÉ¿L-îa•IH¦Ê"þ˜ýç.ý3endstream
+endobj
+3628 0 obj <<
+/Type /Page
+/Contents 3629 0 R
+/Resources 3627 0 R
+/MediaBox [0 0 612 792]
+/Parent 3614 0 R
+/Annots [ 3631 0 R ]
+>> endobj
+3631 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [171.0086 211.1018 187.9451 222.0455]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.11.8.3) >>
+>> endobj
+3630 0 obj <<
+/D [3628 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1054 0 obj <<
+/D [3628 0 R /XYZ 150.7049 475.8245 null]
+>> endobj
+3627 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3634 0 obj <<
+/Length 2119
+/Filter /FlateDecode
+>>
+stream
+xÚ•XYã6~÷¯0`n.Ôf_:‹ÙE›,‚8Á
+þ‡†Hí)s¼Ž5H'¥iZÔÃÒsÇkƒj-¥, Cð†d2‘Uç
+™…^èï‡ÆsÚ›‹¿²%9Õ&v½_,§{©b&uÕ‚¥Q$,;§„"Øœ $ÄBÖT%UMÄö„R‘DOé,EÊn| 0—Õ†¦Np … 2 noDl½$ƒŽû|ÉÊ&÷/YÝÒ$cõ²&(²T§ÎMñÜDôwß;MK²^©”iŵ·žrÁéë i³£¡á¶Îv¦¡1ƒ?®[y-;•÷Ù¶pómõ¸<0¥ÛØs®Í§kîÙ”•w1»N†Ö‚·[ +Fïÿ®û˜µQ:Ð8wA^•ÅFSà }chá“ ƒ"kMMCo$î?Гl±Á»»¶tÈ´®À ¯…fIâ2ð—ʼnÛ/䆄ØÂÓ…
+Μ
+žèå˜ã eQɈößÒq=g7<Õyëh™ŸÚÕ•—I.ƒ[nŠ½“₉t›qhFâ÷ïT+Ô´VD,ÁôÁM„
+÷æ€S4e<û(­`‰]Q5ÕÙ€+0í=ñÿù…Z4àoóP¤
+¥Ïät…N¡uÉ´ñ'csॺ
+·lXv­…%iÑ+ƒ7º,aEs 1®*Qã†H-Pêic—¸^€a¶;Ñ‚§¼=ÍYÁ¡ éhäj,Ä/-”Æ•rËm–Wì WæAv~
+§aîe´¢ÈÏ99 •×óÖ–}dâ·öβq”Ðá¤Ã”ëƒÙô(Èú=£PüÑ%«J¶nfO‘®ãLÊPÄvHÅœrÄ:8ß»}®w…Ίº¶­ŸªËJPô<» ²µw%¾Z¨:ýÖôŸ|«Íš ku Àö^$€p¹îÔÈŒ±¾Üƒ:´[„Ã#—,‰CħÅ $¡¡¢j›qÛå„{¤X¤µßœÏi?äþÅT×h–&!cÌB­ÉIOyQ¸,l;þÑ6Ý w«íÖÅÖ¦ó·î´µ€Ké%]›)Ôy/ÄÇy˜‚œ4ax®µ \=….ÚAÝAáåGºŸÃ0¾£1˜€†Õ~—cQ  ðL/xÄ›ëñhë¿[XÑóìÖÓmÅJ+îçºKA45$ø χ"+iôÖ0Õµ5èMP¨DAŽ&ÚK …vHyNo“‘ŠçÃzœþ˜px~%Vr¥Vá\}æ ;×Òík®¶\‚8ßWCë+å<e’ëd‚ÈìµíxE±¬K¼ÌÔˆ7Pa4BI‰~œë ÌBù.³Rs
+*'ákÈÞ]‰Iø*ÐíZ´w¤+ÁÝNODÔH~:|3Ò¤`Ü'ãJ¼*-wN)à0œ/àHf‡š)wœå9§#gÀ¹D‚)¨`“«bÕN²,ì;¦Šyú*†[ŸmSH¶ú"Åã}$ZœOÂ0K8#¦‡%Sg%1”ÎD|àHzdbÓÌ
+že«,¯ƒûÅ­bÄЙ/‚RÆ΄š(YKïܦmxà\9\N@$Š
+?ñÍ×
+S8å™ÜƒÂãÙâ9ª«8ö ò&ôg¥.¤¸nfp¯´çj# ºL{êôÒc'¤K2A0çlÂñý(%M‰«üÝÑlÞz 6 e9¨zãøÌ6½NíNUÕÅ­iŸì'µ,pŸV܆ÎhºZ ºÂ·^¥w•ú©²»Cm©Ìà#Ô
+—–*\*¡¯D%APíµNR+è÷uù®õåîMþÇã p(½Q™¶ÓªÇLSlÖMFU”ÄËžüÎ…îÍoÇ4—|7×|àL#!}Caê?«ÿ¬/¦endstream
+endobj
+3633 0 obj <<
+/Type /Page
+/Contents 3634 0 R
+/Resources 3632 0 R
+/MediaBox [0 0 612 792]
+/Parent 3614 0 R
+/Annots [ 3636 0 R ]
+>> endobj
+3636 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [393.1123 352.6461 405.0675 361.4331]
+/Subtype /Link
+/A << /S /GoTo /D (cite.E2) >>
+>> endobj
+3635 0 obj <<
+/D [3633 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1058 0 obj <<
+/D [3633 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1062 0 obj <<
+/D [3633 0 R /XYZ 100.8917 478.3185 null]
+>> endobj
+1066 0 obj <<
+/D [3633 0 R /XYZ 100.8917 182.5078 null]
+>> endobj
+3632 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3639 0 obj <<
+/Length 1955
+/Filter /FlateDecode
+>>
+stream
+xÚkÛ6ò»…7¨ xY>D=®w´E‚¦À¡èeq8 ­L¯xÑÑä:‹`ÿûÍp(Yòj“Ý€9’ÃyÏP?_/~x%“eÂ’P†ËëýRhÎ"$Ë0Ñ,L„\^ïÞ®ÉÓCgšÍ•Ô|-Û\iÎ׿ÔÕÎv¶®Ò¢Ý¼¿þmñòz!–~bLG
+™Ð"éKh’®õ¦­K_Y7¦çâÖTGÛÝ‘ôRÐ"P½ôäÐï¸ædr™ ™âˆ~Œ³¤MýR—~Ä©©hºoê’ ·B¼*‚Ñ¡ëÜþ&mmFà4œÙCáWê=m¿W¯ ë5ÍÁ̇´ñ‡; òð©dE<¨pQC@–§MšQÀ êF:[Fà¿È×ܯ—Íè8¿¹›5`ÄÂ@ˆ‘÷vÆ|"f<’ßf=ÇÖì~ô<ä=ò¬m˜xo/R[¡‰Ó75")b™·©?Jƒ. ÀCH#xÍ+Û´ ©H¸S5ŽiQl òú»GÇàq<Çî_~zC¡ñP,HO {¯ÌRŒ$Ž²àØ`=CÎq$&hhͧ£`™K# —I2á㧢€´Û
+.ôwØ™NíèãÒÇ#
+‰•Ý¥ìmê;ìºßE pÐÔõÌä(¿N¯¾7==Ý¡1‡--ž|Ï|lGͳÛô!¯ß{\c³³™õ¢Å„9îA=ª¥qM=,Ûçe;PuŸæžøŸµ&C—˜p\tW;B?!©ýyÍœëؤ𯮠ä^
+-úÇhZ“fK˜Ât[:uj ?$TJCoMGÛ9nsoK‡£ââh9ò6«o›ô»W ñ©öag3gíæî{|tÍÙí
+z1§’ç²ò˜'=íôsÅi††„\‚ÜcœY.zG¦Áíš¡×ð$åc$ŸžÞ&'œ£sÒœ=~œgÇKÃ_þRN½H¯«¾¶mßuSæ;·Ümaoó58ÛA¿—íá½RùÛbn-ašúïB”Èæ¾Ä„Pà¥øv¯¤X äøK Ä/1ý·Å™0‰LXC{…æþÒ` ífŽ–ר%jÿÙDð@Ϻڿ^Úÿ}Ìë£å”!A×Ôì†,Vv
+,‰¨
+endobj
+3638 0 obj <<
+/Type /Page
+/Contents 3639 0 R
+/Resources 3637 0 R
+/MediaBox [0 0 612 792]
+/Parent 3642 0 R
+/Annots [ 3641 0 R ]
+>> endobj
+3641 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [273.7965 632.3287 285.7517 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (cite.E2) >>
+>> endobj
+3640 0 obj <<
+/D [3638 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+3637 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3645 0 obj <<
+/Length 1206
+/Filter /FlateDecode
+>>
+stream
+xÚWKÛ6¾ûWèDÖ ")öÖ›CnEŒ6@6@´2½fWG’»Yùï!)[²fS,°Rœ÷Ì7ôÛõâÍ;nCŒâ*Yo¡$QÂèD ãÉzó)e‚äd¹’”¦¿ö}Û v³\qIÓÎÖE÷Ø/?¯ß/n× –Pøc £”䆡F4U,)ëÅ×ŧÏ4Ù,hò~A‰0¹Lž`C 3†'õBHC”db<©¿E®Ž2WS¡o/<8é–šp!…÷àƒ«÷•»£”ÛÍ Ø®iZàÂÒ²¨ªp0´èÇ›wb*.gDd9åÅÜ1‘¹í½Ý¶ —gº3C´R*^~r£d»ä2ý{Édj›á
+ŸƒîÊ›£î©Q½ƒkƒk›øuW ªÚÂíïÜQIÝñ‚ Ä—¡;Ø×hDL0ÂXf€bÄHɼUeÑ[`e!•{\24ðÒs
+|1Yváù?„ïþŸW$QŒg£>¹w lÀùW¯ÂÚ·µ TÙÖû¢s=úˆûࣧ]Ó²=Œgà–WÆ|YÎ]B]eߣh·Åëxj¿í‹fSlÛùm³‰÷B€f²NvÛª’ÈÑ<ߺÀÇ)1œ9|á*8Xƒòè Ämô3Êþ‚ù:Þ†´\³ŠÍ­º ÁÿÕÞ´ÃêEœâü?«ù±L vðÞŸ; ’UHL3û]Ñ#A}¢IðÐgÚ³Aên¹îæ”h“åwÂ3¦¼š[ÿ)#yÆòdrþ1p†ÖCªŠ.JÞwmiûÞ5Qý.–=¤r‚ŒC×0›xwÅe@C m.øÊ –[ìðoáB&÷#™ÑÈ_Hˆ†pm橋غ+¡4.5
+pÝ¢Š"cƒ›ç+
+†ý)p—º¹$™Ìø ™•ñ±ôGï0szÚ¹*f&
+endobj
+3644 0 obj <<
+/Type /Page
+/Contents 3645 0 R
+/Resources 3643 0 R
+/MediaBox [0 0 612 792]
+/Parent 3642 0 R
+>> endobj
+3646 0 obj <<
+/D [3644 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+3643 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3649 0 obj <<
+/Length 1617
+/Filter /FlateDecode
+>>
+stream
+xÚ­XKÛ6¾çWøhk†¤HŠL‘C Š¢
+Ô
+t{eíZˆVr%9£èï ‡²-›^;IOñ13~óÍÐß-^½~¯ÄD(–(#'‹‡‰Ðœ¥\¹‰¶Ž)ëÔd±úsúý:ÛôE;›KͧBÍþZü4á“y’2«­_±˜99m>ÌŸ5­û¹ìú—¾~/ÝÄ1g¤A°Q§Lr™†¨M1%M2™K&•Ð~â]˜°J¸ÉÑø³y"ùtu(ˆiSW;jꂆúݦC4²ÊúŒFº¾Ýæý¶-ÞÐw¿6ÜÇñ
+Üg4³XmЗµ—W“ „ž>ÂwÑûuÖûÃÌ“ÆÊÉ\æ´þ<¤’'ÓlÛ?Τžfe•-+?,ÁM“£ l;¸
+ŧw4ŸÕ+§H
+™0ᬠ±4biö±„KÐÕ5OÁH·)ò2«‚é£ÃÂ*<l÷æà•¿ãäøŽ…JX"
+fôÓŽ0ˆÒ1gZÇ= †FXüZ±f÷§ýÁ{†wäQÞÔ}ÛTôÑo‹:/géw9ÞÑíê¦FowOg‡ŒàÊ)f¤=¾œ a”–%‡8Þ™] Vuñ|ÁÌ($¿dyNéSžŽQUMžõE÷UW‡,=8®³sàÒ!—_b®›4ÆÆÕe6)SiP²˜Y~´3.ìѪ‚1â"ùÂ\à\{ ßÀ¹0·çÜa7%¢,)83.U—(ËžRìüP7ÈÏ#ÀÑE4›gÁydVÖ´&_gm–ωŠ¥ÐL'NŽoÛW¹$Õ‡ £§*°,Lì!Žˆ÷0ÚôÛ&Ë‹Ž&½𛬥•¡~à|´uåc]bŽÁaú p±“>î¡ 'p³)Ú¬/›:À­©/âm
+RŽ|ÄO
+ Jã’a€¾vNDYAˆcV0Lh1Tº®#!³É¾RVÑ )ÁðwÈì}n;Q8É:,yòŒ«†qÍyìŽ9)]¾ ôP©Ò'ð¸ÓìÓ¦*ó²Ç=Üo.u¹‹¹ÅŠKâ·Tƒ‘[ß œ_ 4_Q‚ÎÌ%¨ÁsFc2ÐØï]P†ŒrÅŸËiÒ¦{üƒHøGáøZîÂh@‘á ŠK"u8ú:VÅ™M•Št4Ƕ|®«O6—×´ß‘Êçu™¯I,ÃÑÊpÚ~=ŒäY<è3
+H˜ð­³†=EàI®™3#ž*ýÔE|O ßKÆÝÎÅ
+× K/ôÇŸ] %´eø9ÒCÓóýÂ'# –>t/4¾0á <
+Ë¢¾¯Â›aRÂA¢H~òƇ‚pnÚm‘Ïà)‹-Œð#Ñ"f} ³·Õ0¸G¹%ÜCIÞ´Í.nGÖåjEýˆE6=7†\­ä”q°%îÈHÓ’ÏÁ~à~Ca÷ñs0YË p·V¢R©‰HRxÀª“Ϻd¸Óh6'ØqñxSÆ…Ú¿ôiC
+wsmÝs2Úx‰“S&µ6WæéÐEï3Î:?“W 5|þpð®(îhéÿÆÙ†Uᡤ±1ªüÚ
+=Ž¿o4ŸÊå>é¿©Ëþ”Áìðº|±Q·ûvï}pÙOÐþ÷6ÃÖº8Ý
+e£Ä«$¢« ‹A4¿‰¤ÿíÁߢ´|l›íf6× ¿³ƒ¸$1_ý{äÔüsã>9Ú'Þ’ŒwÀÿÖ¦ŽúQí½z·xõ»ÓZˆendstream
+endobj
+3648 0 obj <<
+/Type /Page
+/Contents 3649 0 R
+/Resources 3647 0 R
+/MediaBox [0 0 612 792]
+/Parent 3642 0 R
+>> endobj
+3650 0 obj <<
+/D [3648 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1070 0 obj <<
+/D [3648 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1074 0 obj <<
+/D [3648 0 R /XYZ 150.7049 409.0809 null]
+>> endobj
+1078 0 obj <<
+/D [3648 0 R /XYZ 150.7049 298.0401 null]
+>> endobj
+3647 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F11 2828 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3653 0 obj <<
+/Length 2439
+/Filter /FlateDecode
+>>
+stream
+xÚÅKÛ6ú>¿ÂGˆY¾E¦ØÚ"=ô¶ÈtQ é–5cudÉÑ#oÑÿ¾_²dÓ3NìžL‘Ô÷~Ë?Þß}÷3Õ ´¤rqÿ°`’!Au¶Z © ]Üo_ŽZýqÿËw?>¹M9ÒXÊv·vþÆRçáBß<­^õjM^LköE_´ È0ŠL‡K{ãîÝý ¼ ‚1RšX2 Ê°$‹|÷ñî÷?ðb{‡¿ÜaÄ´‹gxÀˆhMû;&4’‚°¸Sݽ¿û×r=Â\Oþx!¢n‘!Ês$þZLþTÖ«5ÑxiüÏ„cûX•]ïWeç·M]øÕæ^Ù…¼ÙïM½õÂa3
+”DŠÒù@·o]JŸb¤©eØÝ{{† X±ü|0uW6Àæ!.#KFRØæÖà°ñ׬]ZƒEýiEÅÒ´¥ÙT)àB ,ÃljgÀ×V¿L)ª$H AüÕÎ[›cÛ.ºâãPÔyxŽýq¤f¼nz¿z¶û&l—õ´3›¶vž„®IÄ)o÷+ÈNw¥vw-X©–;³¢V ÂÿÓŠ¼4•¿µ)½²Zô$ìæ…Ûâ!e–<Ú‡ù¼óªå¡->`L?;²¶þÌ4a!Dð×í‚‹VQÿ;g€ÇÀo[x¤ƒs$'§í'É5U ‰IT¬J+Š¡?ÓG[tCÕ;?L©Õ£EÝ„7 kwÞøªÁôŽOØ~Z€Ù®„X"¿s¿ºïVÏ3÷È|óÔáüe— F író÷imõaß7ûâ§î¯ ±ñÝ¿²;ÃóXzº­jn$Ë#{ë©Ø›¼mÞ®ÿy¢iJêëøïwѱÊ3×È›ºoMÓ/ýig‡QM»-kðúê8bRvM1G™ÔúK ûûèøEL<aEhò‡¤ b e.˜ÉÅšsD)丘ÇØ4¹Î8R2Ê,òÍ!r$¹f·&ÂÉ‹J ŠYöRà#‡3J)¬Â*SAC…3vœ‹á ^ظwŽ%$äz®€[D9ñ,¾s'À'j1Ùÿ-@òpêa¿)Z¿e#¨Ý›2¥ÇèæN¼î§„˜¡oö¦/sS9Õkʺ¢uþç.„7rØ3‘ìCSÖ}çãëZÄ$(f€é.™›$¢ŠÐÿM¥òäó84®‡¦ªëÓϼÞ&¬­¤7À´&a¬ÉèÍÐ ^bæâíh;½sYFå”=ûèËF³e¼0Ñ<ÙŒPœÂMëw½ ®2»Õˆì›[ÈiÛ"¢
+¨w&ltÃÅe3O^uïwÁXŠÖeBûôдþ-ãmHŒ$es[°nþÆ
+W-íuûr›È¢Ü!ßtE8 yÑùµÉûò”zW ÙýÍ1œ{(ÈLÕSG(âÀŒU˜rkÃÔò…ý}5+éÇc| j"™-Ç«óও‹( ºq.åwöͶ ă©&óÊèxŒ‰?AXî½$ð’*8#ߧŒ0†:IquŠÄŸŠöŽ’ XP0‘Ñ\¾PbbcTɨØ÷v•QÒÈͱ ^ìžË>ß9 À‡¶Ùû}_çsµ“ œ9sp$œvŹáž“ ;si v†zíEª!är}V’@ñÑ·e>»¦-ÿéÐkGx°º.{"¿Röà!©¸fkAų©ð]ž…o£ÑÈބ\ A¨
+äYÀënW>„žï æã§J¹ëMÛw38àSû¡2Iv"eiv¶ew¨Ì1Á˜†ÎÄ”#ÆÉ4dñ‘#{`üζlgᶦÙ³ GöØsdWÝ
+ž<S#(²Œ¤¹wm(‚B4˜Sˆ`)æŽvU/+t·i>¥Bcœ»RHe6‚Ði½~UP¶Œ7ΓËX¼]7bqÕ†‰„ä%´¸Âó§o³ÿ9ˆÐcp¿øœ¼l¾6›Û"áë|XP_H5£×É$¤ÉÎSñ›K¤èŒh6-×(…%욪|¬÷µÃ-•h;˜’¨mA{òu·™oŽ¹íáêu[l‡zkê>Ý–êLÍq$±€™ &GÅ
+¨Nb„ôº5@vEÔ—.åÚ¶»¢:¼&WÛ6™QµãˆÐFuÃáP{W]uo@Š¤drÚ'µí¾è:Ûø\Òáª~Éþ…U9öCùMmqIè¼ý!Q i[þ’¯©¼¥~­ò\‰*oèoÄh<ãô$ô̾/í ЄID82–„l“Ue^¦ŒÌ¶zl5c È%W{Òº®Ó;II–­Ëßxbšv6ú8€Å—}˜lݘ¦.¶A3Bƒ`¨8—“Ä#.;#>ÝSƒ¾§‘þtÛ, YÖ—M3”¾ÄÖ³÷+(€/far³"jY<ÂsÑvWÓööl `ÉM=ÆÌP›4mŒ°é¡±c]–Ôã 9± 1ÙQlÛ¶Þ(ƒ§@—2~ÕP^õµÞ”A„¡-OLO T«B¼8D øÂjîÐÏ»2ßÍGÖ&lëþ—8ù7ý΀#ôýÒƒ0îá®i|q*?Sf˜Â›pk¦æ{³MLìS _æ7«qŠ{tÀ¹­³búâ\R$$Ss׿þ%ô–)ªoóŽc|Öv¦­d`À·[Cm”ÜuðÎÍJ×t_‡ÚUgúfkH»¤
+VþsËÑ?øM¾´cÂx5iqJ©L±/øöäÔìqá !ˆÝêE Ì´þ&X_°AyMäñ6Ãî“7#çÉ{!ÇÚòÑc¥ãé£Ç®lƒ3=•Ñ­.>tÅ&éòôƒYÂÌFDrþÿŸ¤NjQ†)¢!gŸÜœx0‘•Ÿ ã8ø†P†1¿yfi_tßK±„I(û±šDкx¾R9p†4eј†.ùá#Ê$¹-$;€'Q{RÁWšÜôù¡D[¿ž*«X{ÁÁ,ñ¡ *k»~ºª)"
+ŸW½D¢É$%# œ0Ò £âçj%ˆ):/,+ )³Q¢¤Æ\Ú6 );·7ÿ½Êø²Ìû&´'ïÊ?ŸvMü"øp‡wŽ é¾™[ d3•ƒÕÉÅiû·P9ãë¶h=”yª̘m‚¢J‰`ñŸ
+ÿ |iNendstream
+endobj
+3652 0 obj <<
+/Type /Page
+/Contents 3653 0 R
+/Resources 3651 0 R
+/MediaBox [0 0 612 792]
+/Parent 3642 0 R
+/Annots [ 3655 0 R 3656 0 R 3657 0 R 3658 0 R 3659 0 R 3660 0 R 3661 0 R 3662 0 R ]
+>> endobj
+3655 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [372.5899 552.2856 389.5264 563.3534]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.3.2) >>
+>> endobj
+3656 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [187.3269 439.0966 199.2821 450.0403]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.28) >>
+>> endobj
+3657 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [294.404 415.1566 306.3592 426.1004]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.16) >>
+>> endobj
+3658 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [345.8707 367.19 352.8445 378.3149]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+3659 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [361.9003 355.2052 368.8742 366.3301]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+3660 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [322.2394 343.2204 334.1946 354.3454]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.32) >>
+>> endobj
+3661 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [443.497 331.2356 455.4522 342.3606]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.25) >>
+>> endobj
+3662 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [393.9697 319.2508 405.9249 330.3758]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.35) >>
+>> endobj
+3654 0 obj <<
+/D [3652 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1082 0 obj <<
+/D [3652 0 R /XYZ 100.8917 529.0161 null]
+>> endobj
+1086 0 obj <<
+/D [3652 0 R /XYZ 100.8917 269.0741 null]
+>> endobj
+3651 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F8 2865 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3665 0 obj <<
+/Length 1833
+/Filter /FlateDecode
+>>
+stream
+xÚ•XYÛ6~÷¯0°(*k–Ô­’‡)Ú"H[d{
+ b±Î«Õ¿«¿Þòu±âëŸVœY­Ï0àLd™¿®VA”±8A?S®^¯~Dn™Û©ÐoÑžN,‹"nP”0?ˆkØm¶Bĉ÷⃬Ž¥²Z/.ƒÃ9 KÒ$±›Ø+¼ÒÚkIÙ("ŽÙÉ]yï¦+SßÙG©dÛivyïµ991¹©Ž¦Vu/Öìé{‹ú­ý8`<ð£õÖg~("«× »²4éz2ÿç m­L R–Äqú8´ñÔªÆ)tÖei™·\s˜pIöº…ÝP«¡U˜ L¼7œûutê™<—­65­ìc«Ñ qÀEO]Ó`·ñ¹wêîJ:ºP­¾«­RÈ'I~âädV2o -ŸÝ9ÞÄËe=Ó mὄw]»j;® "ß“Çc©sÙæ-£©ïÑDS–í=œ$ZS9J!g2;ƒNůED
+µ¿$7f"‰c¼vm 4z"æñ<±µfì²if…ÄÎu‹èÝÏë{_ÌÌÍã‚”žÄõ•˜Dï•oóæ1þì¿+ññ+êï8Ë|ÌUï/ÀKÞÙµQŽ€Ê+Ÿž‹U+o "˜½ò?:Ùü¡Tv)QnG5&½2^K¹v„¨~jšg,TÎB
+3üîÜ«Åï”k]c»Õ0ôÆ(¤EèÊœé$*è•ÙÜ/t !Fú5‘çƒÎ=T7KÑÜ•eÓP‚ùi* õ¼´ëD
+ψ YtîÔ¦¨°?¿Ø¼"tOœQ$%³² ³”|2|1ÐòÔ+q6¼˜€´ÝHB} ±&ʾy×CÞLN‹³éiãÖ¿æøµÛÛ7?îtÂ!,4ª2ö­5–¨%†¸a5´Y˜S-’ZĈ|}T¹¶ý´>÷›8¢œôˆÒoŽ}©Å$HŠü^7m÷©Æ:=2 ÿäò K`Å´”?©’[%žr©ðöù¤Þ³'th¶uŸ]:x‚tÈÊ£‘KU!Æâ Œ—ª>±Ó }~Pöqç‡ø­$›Fy£äây³6°ÏøÊ=(hHoWd¬+GÙÈJáË•ÑÄøb°;Úx©vŠ”ÅÑPk?—}2ÈYæÏÊUÏ0e<ˆæŽsiriÒ§üt̯‰sÔtQž>èR»ÔÜ¿Å/äÊ(cIOµ} /íîçý%à ڈ¤Ï—mṉ%ù§#ëÎOú uË6Ó࿵[¦«¦T»ŒùiÎmv~ ^Ÿ¯w'”x½
+endobj
+3664 0 obj <<
+/Type /Page
+/Contents 3665 0 R
+/Resources 3663 0 R
+/MediaBox [0 0 612 792]
+/Parent 3642 0 R
+>> endobj
+3666 0 obj <<
+/D [3664 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1090 0 obj <<
+/D [3664 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1094 0 obj <<
+/D [3664 0 R /XYZ 150.7049 592.1489 null]
+>> endobj
+3663 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3669 0 obj <<
+/Length 1734
+/Filter /FlateDecode
+>>
+stream
+xÚ•kÓ8ð{E¥
+]+íÛ‰Û‰“à:‚;Ñ;!ÒÄÝÒ¤äAUûßoÆ3I“’…C¨xìÏ{Æ“}ºž<|®Ãi(Â¥^N×Û©.…çûzº X†JO×Éû¹ò…‹k#åüÙm´?d¶Z|\¿œ<[OÔTÂ?5URŠ T+¸¨ÄJ.Õ4ÞO¾LÞ”Ód"§/'Rxa`¦GØH¡ÂPO÷Ï„bi”מd“·“¿;–×Ïë>Ó§¨´×Wú,Û¬„öŒç”þ <?±[\þ*3õA™æuñ
+ýsvè† óÃÆMæ7‹kmä¼.>/”œÛœ¶YZÕ1¤0TÐңЭw–ˆ†a„òÈ[ ë–nÀL{ nDWlÕi,WómQÐä‡(þLŠ.—EKŠ:ðˆçošÊ&E›b¡Ìü+þg‰G‘gß™æUšX&ÌGlr0êAnÌ 4ÛD(ˆç?¨†‹¾çùBêÐ ÃÖª0˜§ 5G;.ÚÌ
+Öt¸‹*:@WºPè¶6® Qlé|kmâ¼5 îÜV ©™€Ù’ÒÉšê·† |¨m-´¯–Nígå‹ÀWÁ´wþî·…1s¶Ã¢Ç±L*´®µtoã]”§Õ^”[®߀ÿ–fXAN=-Ãþ¸ßE -ÏA•Á|c]N
+)·§Mõ-¯£Û+ºRïRz“¢ËI(•ieû¢‚yUìm+¡¶¥­\‘¡rhÛ¡¨ªt“Bѧ¶E dà­Å‹}t“æÀÍ[b(£š #ŸD%)vú½Í©œ‰˜Q›¢øLž³‡‹Á÷ (B de„ù ¥ÆGÃm\ :AÝ~Õ‚6o›x7fÕ§å™'nâ('`ciåBˆ*€:ÚdŒEMݵ|™×Õm9Š=rÓ€·™Â2>¶ J$hó‚‰)
+ò?Øü» £î/µó8+ª®Õs<®h×Ñ ²Ä= %ô]—a=ºì1ácKëEQâEPβ€ö*y߸ЗmÃÀ}i¿4P.¥8Sþ´.Ù½›7Bì'/è»Æk]À÷ɇÇ4ËÍ[Åeº±‰ n¯0yÑ0Ã*b‰ z«FʸˆîPF:ýF³(jn¡Ò£òÛcñó{A ¶’G#ïŠ1B†~ؽO¹=B·¬ÜðÑÜ’búã3F:øžg¹ÇôyZVõ0"ô!³äpî›–jc‡æôŸv7k0:IFÍeçüÈ\s9<½¶Ç'Ííó4ƒ!ÏGO’d]ÀÑ+°ÿÔÍi3Åæùça¼*Ð*a|½«±êëô¥f}EX·Ìº
+ÜTØÿð5©e ü¥Ö½1#2•¥ñKÍw)¾^ÎߥÌnëÖå‰ÅZ˱ó¹\VZ _yfØ{_ÓD
+—ün謻¿:ëN(Wù~@
+endobj
+3668 0 obj <<
+/Type /Page
+/Contents 3669 0 R
+/Resources 3667 0 R
+/MediaBox [0 0 612 792]
+/Parent 3642 0 R
+>> endobj
+3670 0 obj <<
+/D [3668 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1098 0 obj <<
+/D [3668 0 R /XYZ 100.8917 594.4905 null]
+>> endobj
+3667 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3673 0 obj <<
+/Length 425
+/Filter /FlateDecode
+>>
+stream
+xÚuRËNã0Ýû+,!$g‘‹¯_©Ù ¨,4Ñh$`ÑIÓÆCZw&)0BüûøÑV*Ê"Ç÷qî¹Ç¾ªÉÅ°Ô‚5ÂÐzAQs¨¸²ÔX Æ¢ õü]w³ÍØþ-J¡9CE©9gu1áÌ?ÈY»Î¹;7ŒCñTß’iMòðá1'`6+ò‡<<q:'œÞÒN4} h­ +"µ£Qî#=ùNî”å³<&½ŠûÈÓûè
+„Ô2íóˆRÍÛEü]÷~h¿mßn\ßžá{ ­Úa˜-Û÷&¤Üz–š-Bþ2Ã3„ >ÎãªTp°"(-ÁjiÄy.ÙôÛ!#?vÑÁgÍèü:ù¶Ùµe§?R°üD)ªå&‚O÷éXLˆ-¯kº|5KW„Ñ/j:S((ÊÀoÇÍvÌtòJl_2ú&8‚<0}UÒûœ–«¹
+endobj
+3672 0 obj <<
+/Type /Page
+/Contents 3673 0 R
+/Resources 3671 0 R
+/MediaBox [0 0 612 792]
+/Parent 3675 0 R
+>> endobj
+3674 0 obj <<
+/D [3672 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+3671 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3678 0 obj <<
+/Length 1671
+/Filter /FlateDecode
+>>
+stream
+xÚ­XYÛ6~ϯð[m ˈ—HµOM“ô@
+ôÁ@ 4*ËôZˆWRtäè¯ï ‡Ô±«Ínš>$gÈáp¾¹äçû'Ï^)¾áŠI•ŠÍþ´áIÂlÆÍFÛŒ)›©Íþøçö‡sÞô®Ý] l¹Þýµÿe“l®¤aV[¿ãyÞ¹KY9Úò¢ìú¼*\‡;Ÿ½Ù&cY*R¼Îe
+î0Ú| ‡ºÝ•LÓm}ÂQo{·ãzû±'jÞ:š”±oê.°
+¸4œ­êž¸$$ݺwC~¡éÙ•×çÈn‰vtMf4ߟ]ëN5Ý£·{ÿ< †HÁ›+Á„â©Wö¥göŠÛÍŒþGPõxìHFY¡¹D²½ò'®d¢™– Œs–i-ü©`/›l¯/C˜õ5ow<Ù:×Ðê¬ÛÑ2ïÃHÃP• ý -ŽÁô´:µu ×ñ®LÞi½eDÙŸË ¸qFUZ—÷'"èóõM3ôy_ÖÖDZŠ3ͼ%&ÏÀ—2ò
+yË+À 3Dü†K5>úmÙ¬ø‘ |ÈÂI<
+7Åé¤!Í87ñº?JïW”o’D`\øënê¡êƒÝ±‹6Æ\Á"`8“:#‡Âá(O ö.¼«­:·Pú¦Ï#ÛbŽdéÛtN>‡ãÔÞâ*§¡€Xð¹SuÁÕX]¼s B×û¸©Áð ùÏ
+ÅÞÙßÙ†S”Ã|ɘH­Xz«×Xf^Gioå5d`^ûŽ˜^w 59n.yKkLtȆ
+†¥hB´Öñ¾‡¤„Çv5!ÖÔôzßÙZAÚYäö"÷œ‡¯°ÞKÁ¢ö_fzÛ¡ezˈøSÙûÃ,‡·;•øû­ŠÝ|áäýÐúZŒRË\÷”„ùj ´î¸‘2ž)¡c?7g{uÂ…W+.7v]~fSLj=Áel
+꧸ÕÏÎÒz&ÞÌO´¢0
+&³ÌOLõ…>C¬d©LÍ2TcÕYþýqèÜ»aì¦â7:üw£±v¡'\S‘;®÷¨b~ 
+endobj
+3677 0 obj <<
+/Type /Page
+/Contents 3678 0 R
+/Resources 3676 0 R
+/MediaBox [0 0 612 792]
+/Parent 3675 0 R
+>> endobj
+3679 0 obj <<
+/D [3677 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1102 0 obj <<
+/D [3677 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1106 0 obj <<
+/D [3677 0 R /XYZ 100.8917 258.8492 null]
+>> endobj
+3676 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3682 0 obj <<
+/Length 1878
+/Filter /FlateDecode
+>>
+stream
+xÚÍYKã6¾ûWøh'm†O=f1‡ÍI ,b2seº­Œ,9ÝžÎ"ÿ}‹,R–löĽ§ Ñ-²T,«¾zPýn=ûæ;žÏs’'<™¯ws¦(I©ÌçI®H’3>_o]ük_î–+®è‚)²\)JïŠ^×U£‘ümÕ›¢)u¿ü¸þqö~=cs
+?l,’Á aóò0û}öëG:ßÎèüÇ%"ÏÔü JXžóùa&TNÅD Ô³ŸfÿD®™«±Ðw_8ŽJ J¸ã|ß.¹Zœµýû´djG“tñ
+*é¤=¸ÉÇ$š€9´°*Í^B¯xYûW"ô–6ÓŠWdO±2úà«wp"Ä´ÐBñ¶M„HòEƒìÒVZ*õö«ÚÆåJ ö•9–
+Úù©@rÓœŽ[ºn²y¶OøXÛœI(c(žš'[×¢-ƒ’‚]z†H²²À
+‡—V¶Çç®B©-HÙ` ‚ÿ­j‡>¬U}S—d„I*§Æ92Þ¶„êíÓmcÿ³"|<YžbXÜÆ:6W³Œçì•=Ö—³—‚Z*ïv>'‚Š›f7!I–ç‘fWp8঵GÇó#ihxí¤òϲèºÊA&íÉ<ø×£ýQ—¦ºXÑóìðyö’ÐW›®Ài¸Ñ@.žq°/–œN¤l\3ævjzÝ…²C¯½ <"¹toB„’e©áÚAp¾ÞÛŽÀ²HpÖ"‚’ñµeÌãoȦ*]:Ê¡Ýjäñ7. ¹Ð³ƒbg-´Ó¥¹¨79
+»©œ“jëæ»Îµ¡J†4)‡KÎÂrì×e¨˜n»Î'*G¯ûG˜Æ‹C{j<ቻ¬b¦*Ô_‡Ãuª/¡ïjë­»]¸[\"Ò§Ô¡ˆ]ÿ ×||+z*¶¿zÏ#B Á
+endobj
+3681 0 obj <<
+/Type /Page
+/Contents 3682 0 R
+/Resources 3680 0 R
+/MediaBox [0 0 612 792]
+/Parent 3675 0 R
+>> endobj
+3683 0 obj <<
+/D [3681 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+3680 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3686 0 obj <<
+/Length 2291
+/Filter /FlateDecode
+>>
+stream
+xÚ•Y_Û8ŸO‘·K€‰Vÿm-Їöкo‡Ø.pŽíL¼uìœítš=Üw?R”;qÛ)Ó´DQ䩼{zøééVŽ9+íêi¿R"eJZ·²Î0ë„\=¿¯…a’m¶†óõÓ¡Ül¥áëSÙåeµ‘fýy#̺,ˆ]”§á@d»§ç®ýâGô›?ž~}xÿô VþÄJpÎR'XL°„[±Êÿyøý¾*øê×ΔKÍê^8ÎÉÕñAǬ*rê‡ßþ1ŠÜŽ2·S¡ïî6*”a‰å°Q“0©Œò}9”]‰jþô‹šŽ–ÆKà¨BéºjÊþSu¢Á3Ñ:Ò†±Ïõ &_²žˆ]Y6DUM_vš.¼ e^Ðxøaú¹?gõ‚j‚£L"&ºí²¾ü†~[©ÁFF[°–`Î1jÊpøj«4K-Øv+€pÎùïWÏ×YÕùäÇk%µÁLj°Ž~O_XªEºšðÿa²ß¾ÎÎõ@ŒÏˆ¤ Tèé=[ôÃVƒó­UQ³ôÎuu¬†7üb HŒì78÷¦àsA}ûH«š[ðú×~Ⱥ ñÐÆç9ˆ/³Hµà·n£ù:D7‚˜Ëusž8¶ÈPÛD3·U–ÊN°*#ý5Ä÷š Њ¡ûcœZ„MfqºécU ™áß·c•âtÁP)ã<W,¨D‚ˆ¼ê«¶Á7µ>um^ö=}Ú·qae‡Ž >ERç>®5Gtª˜MÒ  O]ù™”½×ÌXÆ…Šá–…ÅRP-¥)ÒÛoGàÖã~©¦¾1<(‚yYTÍ3J§žÀ½ãÓ¯ˆ­Ó U¾€hbÖUôäÓa Ù€µ6¯ÝµfI ðÈŽ%X™Vȳ Ó.¨†F—ë´­/Ä«š[u)½Àþ9œ"Ñóôpl‹ KÓ4±°°á¬ûíð4n¾Â`ÓbÝ—ˆ-)Ô€l<ºy¹ðœ*ŒÈŠ‚ö,Âlg‹ù–=ÝóH£v Év ~ˆ5møíRû2Çìí­–Hf¹¹1Úî²d Ùw
+ïsóµ¿7
+Ѧýš`8-]"cµ”CRß
+ T3@YãsZ
+ Áªy¤TzÒß= ̳®«h–^ONóŽ8û®=E˜‚ý¹ëÚsŽøÏ ßQË™N3ß<I°ñ‚Ÿûà9~ñ»>RX}åÕÕ8oÁŠP[%.M_Ÿ²!ïÄ”MÑ ¢w—•ê¬•ëZTê…¾ysÂ3š3Dp,h¡æ9u¬»b¶gÊ`@’)©¡œk»"Žr™'x¥š©?Ïý µ¼ Õ]V×Q§,
+èc)‹XoE^\9«GŇÅCT:Ë´Ó¯~ÉWzÌï õ³‚æœ,î h¨È)rÆ­cÝüßÙšoBvøß÷Ké¯T)VN3@»ßÏ\ }œIm Ùc–wh?›Фë#àHQ
+ªè
+šÇTÅ<; ,À”~‚rªaJ,D´ô¦¸@šN
+Ô¹'Fîáå?5/¾kêŠþ1pb“/Õ83¼TþyNÓWEI£2baíøÜe§CB ©Q»Ðôà$RÎÐcœM«ä(®? }ì5>r.›jðÍBˆ†{€ð{`N»Ù@jî¦}ß›phÝ*t×"ã˜})*°ø÷a3¿Å§ÅJ‹‚˜Ñë¡Î™ƒF|ZùøÐ×ýFôÌ3ß
+endobj
+3685 0 obj <<
+/Type /Page
+/Contents 3686 0 R
+/Resources 3684 0 R
+/MediaBox [0 0 612 792]
+/Parent 3675 0 R
+/Annots [ 3688 0 R ]
+>> endobj
+3688 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [112.8964 261.6211 124.8516 272.1763]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.25) >>
+>> endobj
+3687 0 obj <<
+/D [3685 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1110 0 obj <<
+/D [3685 0 R /XYZ 100.8917 574.7341 null]
+>> endobj
+1114 0 obj <<
+/D [3685 0 R /XYZ 100.8917 178.8956 null]
+>> endobj
+3684 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3691 0 obj <<
+/Length 1813
+/Filter /FlateDecode
+>>
+stream
+xÚXKÛ6¾ûWøVX³$%RRoM›¢É­¨ÑH„–h[]½"ÑÙ.Šþ÷9¤,íªiˆ‡Ãáp8ÏOûâ°ùö'žos’K.·‡Ó– JRšä[™ "sÆ·‡òmôÃEõF»=4b‚ìö‚Òè…u]µÙ?V£Qm¡ÇÝûÃëÍËÆm)ücs• ɶE³ù¸yûžnË Ý¾ÞPç™Ø>À‚–ç|Ûlb‘)X8õæ×Í/“Êý¤s?Wúâ3Ï)᱈ÝsÆKw­ËÝ>æItÔöWDµv,‹Îö•–ÿŽ
+:j¿ùVð÷È>u~_áNYÅu«®EvwÂ_s©FPÁîPl4CÕs¸Q+oÃÃŽÑè¹IU;êÁè’ ûpÑÖµà€=c$‚¹ÇèÑŸfP†Ò‡WN³qQ¨ºÖ%Òæâ%>X3ªöü .í³û¡k»+è('‘҉ؑɆ”ä1Ïœ ¿ïUæ†Æ4ê/éÌc¯Gm œs>È£‡‹nQÀ]n‰ã”AVàfºÝ›L·‹±k´©=¢dxÉBÙ‡w”òºA ðG;î×üÕwƒùÆ™$]”Ð×ÝMÕvuw~Ä­c}]zAՖᄾ@Ö̃vy³Ûž«Ç寣ö*|
+ÍtÍÝ Á OìÆDß@.°\F¿‚?,%\6Y>ÅREמ®˜‘V °ÑKõD¦5~»EæÁÝÉò˜peÅ O˜t¿t; É–mgü7ß…›½)½„ *|ûS</D™’Œbꎾcq=ÞW=XT®2I˜?0öºðnX ’Iš/ÝcƒoÓƒÇÞ"¨ö™c-;ä×ßÜq] îY7X¦?*m^Kw5}›ÚÂBkP5}LPÇÎò>Ùÿ´­›''ÎõÕ+ U¾–«¦Ã
+lÔ½Í*ý¤v‹¼¬|ýñªj/ß­„‰˜$’§_‘”’$!"Õ²©<¿
+DÙ×
+Ç÷¤ºký´€vsQþl×úvÔ«³§*ãýÁRÕ Žµß¶A¶¿e3&hõ"£jžvÌ•1럔Ãá¡»žaÒ‚ŒŸ»ôšmÿÇ[Û¶ïp_ <`ïm‡ÕüÍ°|ì®H4ê U–HÀˆÓ¦¸¨cUWÆoº§9[VG×<!î0^Î K@Y̲¹:=I}ãÇ®.aÄ…‚9ê0Îh|/žÙÓ5«ìU[ ZÐÅÁà$óžO3 VGmv \è¬ÿ¸Ž) ;œìU5xÖ 9î…È*\–
++( ¯ð¡ª=Ï…E²[ÏCm8¡ÿMu]^ÙP/f
+a C"Mñ!'‡Pã$@ üP
+ÀÇàH†>0§w9‰inÃâ\ݪ¤%È;­£†[.o`>Üt¦ÞÎÃó úË®±Ä,Rj?3á}!ÀFŸžä}0y¥¡sN(gìy¦üeé{=´¼7¯¤Mž–H6o¼
+
+$$ Ã8Ë‚8>Úq>
+é“mG']˜» ÓSÎãb—ÅÙrú3ŠÛ¸ÙYkj2Ûb]‡‰Î;耴ÑÑÏŽÎc'h'`íp( üˆ+5øñrž}µ mø
+I dÙ×~@¬vaf»p.¾&oH@9 ‘ Ô&XΡJ}}1IýuÉ6 2qo€.’Ä4Ëo»4‰ªÂ ú²úãÞh%9—HayK _ n@’ÜcPݱ
+endobj
+3690 0 obj <<
+/Type /Page
+/Contents 3691 0 R
+/Resources 3689 0 R
+/MediaBox [0 0 612 792]
+/Parent 3675 0 R
+/Annots [ 3693 0 R ]
+>> endobj
+3693 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [241.0212 656.0997 252.9764 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (cite.White:line) >>
+>> endobj
+3692 0 obj <<
+/D [3690 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1118 0 obj <<
+/D [3690 0 R /XYZ 150.7049 553.4025 null]
+>> endobj
+3689 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3697 0 obj <<
+/Length 1476
+/Filter /FlateDecode
+>>
+stream
+xÚ¥WßÛ6 ~ï_‘‡M€FµdÉ’»§[Ñb6 @lÀ:`>[iŒ:¶g9w½Ûß>R”'õå®ÝKô‹¦¨äGæûÍ“o$_pÉb™ˆÅf»àQÄLÊõBÍ”NÕbSü¾|µËÚÞv«µPÑ’'«?6?-¢Å:ÖÌ(ýÈÛ–Y—}è²vG‚ïú¬ëQöÅ‘.R–&"Á;àKe˜p ~yÕ¯Ö1—Ë~giâüw0UËfK[ íñ\n¼!œ+)±X Ô™x¯ý‰dFr³˜ìÿF–µ³]ï&ºÕòf?°[æYìøX¶AĘá,Ò—MMëm×ìIÉø†¶³¹-Êúƒ7dÍy
+°Æg,U`-Z3>ç9
+A6i¸n>ÑÄC
+ãmYô»£E”2­¸
+ ±àò{íU‚ÅQ,ƒô,
+pÎiŽ5×Í%½‘’ò›p
+ûœÔÍí¿xP4½ûç´/<²È Ó˜Øiî||”WùcÿÌ:ï ó‰]¾—U:8.Á†
+æ² ä—ÇfÛT5çÔÚû 3úþœ âãÓhùçÏ悤<åÃs>н|8ˆŠÆGÇõùWᩳ)+(ùcòtF¡fZ tñí¯\Kè¿Süï3µî駧”QeèÀÜ¡mg‹¯È.r”¿½î»&˜2þ…ûÒ/Š"9¡¬Ý=­tŒY!ôÿ<ðJÇüôõÇ«ýÛ™¢ ßâÆÏ Æ§‡çØ^B&–žy…™1cç(ûäõæɹ€–endstream
+endobj
+3696 0 obj <<
+/Type /Page
+/Contents 3697 0 R
+/Resources 3695 0 R
+/MediaBox [0 0 612 792]
+/Parent 3675 0 R
+>> endobj
+3698 0 obj <<
+/D [3696 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1122 0 obj <<
+/D [3696 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1126 0 obj <<
+/D [3696 0 R /XYZ 100.8917 347.4931 null]
+>> endobj
+3695 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3701 0 obj <<
+/Length 2481
+/Filter /FlateDecode
+>>
+stream
+xÚ¥YÝã¶ß¿ÂêÖ ¿D‘ òp .Àå¡Hqn  Z™^+'K®DïÞ¦¸ÿ½C)K^yÏMo㧆ÃùøÍ ýýúæë¹YbW‹õvÁ2Jr*ÍB™Œ(Ãøb½ùuùî88ÛÝ®xF—L‘ÛUFéòç[–-‹®xèŠÃ×Þ»¢s·¿­ºy»¾a
+lL“AG±E¹¿ù÷ͯ¿ÑÅæ†.~º¡D-ž`@ 3†/ö7"3DeL¤™úæýÍß’«æjLôûWî“å„‹L„û¬wùÝë{uÕ;ìµ[lwmWýÑ6®ˆ;Êv¿/šM£*¶Õ-Ï–^¶‰b{(â1¹$^(ÀúŠå$‹\üývjµìlÙ>4ÕUó€6`YÀA?Ƴ;W•iÛ¾ÝØ;ì®Ã¹\r¢(sÅ —L…ã߆%I´dz1šÿ¿|ªêHî`»mÛí#gÿìëÅXÊyF2¸Ÿ'ð Y5Û8Ü:QÈJpA¨Ð 9ƈÉ2´°Ó͘Y~ E`:.(ÍÏ”®j›>ú¾-«ÂÙ¸ý©r;ìUî[ìô6~xoëÖkë `wñûáœ-Zx8©p‰F¢š¸è€ÈûS±¯;(ut—lë‚ýÜáÈí’¹j¿@ÊAåÑ¡1xSs)Á—ÒI[®d`Lyηä·À‰Ê—ÿDþ=Åá`›xÐÓ.Yh‘ tâ¼½wÞ~Fgh¶*çjðž—6À4p&Ù56 )¡¹Tq«×À ¹ S‹¹¦½Hœ<ó¾MǶ·R/Ë[¶,Ž½ÅQÍèæBæK×âô½Åq„Ýœ}3gòÌã#WêOÙ<›Ú¼`àÚàX¡cÁ€½!ú~àÚC]”6nD#9ÔUY¹ú9î‹m°=Áò%Ü7’hc[`³/Ê®½›.y#Ÿ°Ž­ ãÒÁpÈŒ¹¯#ŠH®Ä%x1gð"hQP¯’ 1&ljÐ0ƒÂÝÍÈTËaÃÈÕ<ñ$Ù—„5'yÆÓwÕ aEŒPiC[–Ç®G¢UäwŠ·~Åãí·Ø-æL…jÂ8»Ú”™ÈØÔ”ã­{Áœ¨ RChÛxsðŽ|ñ$™Í [³QÙr.$½‰ ¨Ø`‡\ñ:ÃBÀ-¿¡)Ûcû-`ÚÌ­3P‘0ÙèÚàuýÇê0‡`@R¥½õÑŽÏâË
+"
+0Ùà%{HÊíã|‹í±élﺪt;ü©i.æǨ1OS?—”ñœHÆÏð>)-cg¹ &Ø}פÁâDYô±ª™‘£>óüš@$ a D2ˆ’>íªr‡Ô÷Edî>w‚ÿ…ìxxàŽ¢Áoö’·¼Í(ÂÄÚ<»‹†C)MQ5¤â!Ý¸Ý }¡|"¦sZ30$žv£+bkHn¶({èD¿ðÝÄË°vžœ{úŒSg1—œK VòºH
+GÔNJ“¤¿3 g§H侦
+˜àÔ¤…ë˜1 Ú‰À&ˆßL¾ô›#…³a¼o=ß
+w­®L1|(búàI·ñð]œ€l®óÞ^È$*UI’3©§>òn;ÀÜ ƒ Rz¥¯†]jÎsº€±=¶3Ï
+ÎÍuY4ù«•D†\éÕ¶x´õ™´]ˆäH_§rHxpÖ:Ÿšeí­¿›bÒÆ~ ”7 HP
+39R~;áîØ\ð\Ÿ¾²á1ân€ýr7=¹xõA‘ÌàT Ò¿øú²Hƒ@ ?áÿðì!àg{<¼†jÙ=Ñz¡ãÅ×õnî¹J˜!”þ¯=â ¯=Ô¼þÚ£ÈFå†'X`3~$„ap5hmSÖmH¶Âlƒí}eDwºòŒÝ*E¨2³çów j†G£ªÖš ¨”œúµÅÜþ+êcqªØš¾Úس°ûÐò^ÄÝXûMΈvÞD °å)ˆÚþX»>’ù¡ uçۣLjo®ƒõ$ï”÷ÖßÐïÒ;C€õÀ¿ïmì6&…a³ Ÿ?Ïá^Øp¿Eèfÿû6#EÇà€HÿËbxŸX8C®Œú3f pùšYÃÝ”f¯š5TºiCrtž~Fá“7p?´ÆuZ‡ów°¡D„á¿Þÿåw„LfÂî ÞSN4›üðŠ§*WLxWôé-3åÃÓŒr” †:mŒ— !¸TE]OÖÜ­uA¹– Hx“çN‚ïF®ÿq›CâTº”ž¼­~ÿ¸kÓA8WÑ…ð`Dä¾P'&& )/>#=Mÿoõœ>7|Ùª2ýfú_Ù´÷endstream
+endobj
+3700 0 obj <<
+/Type /Page
+/Contents 3701 0 R
+/Resources 3699 0 R
+/MediaBox [0 0 612 792]
+/Parent 3705 0 R
+/Annots [ 3703 0 R 3704 0 R ]
+>> endobj
+3703 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [365.1486 654.0823 377.1037 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.2) >>
+>> endobj
+3704 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [471.4206 410.6859 483.3758 421.6296]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3702 0 obj <<
+/D [3700 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1130 0 obj <<
+/D [3700 0 R /XYZ 150.7049 591.603 null]
+>> endobj
+1134 0 obj <<
+/D [3700 0 R /XYZ 150.7049 348.2066 null]
+>> endobj
+1138 0 obj <<
+/D [3700 0 R /XYZ 150.7049 330.531 null]
+>> endobj
+1142 0 obj <<
+/D [3700 0 R /XYZ 150.7049 217.3157 null]
+>> endobj
+3699 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3708 0 obj <<
+/Length 1925
+/Filter /FlateDecode
+>>
+stream
+xÚ­]Û6òÝ¿Â/l`—GŠÔä!-r¸ôá€6F¯@’Ú¢×ìÊ’#Ñ»ëùïrH[’µÝ-p0`‡äp¾g¨W³ý;‘sId–dóÕvÎeF¸É<“)É$Kæ«òÓ‚eDåmJéâý“Ú*Ý-¿¬~ž½_ÍØœÂÍ¥¤,‡ƒŒä4cóÍ~öuöé —3:ÿyF —E:„ %LÊd¾ŸñT’,e<bªÙÇÙ/g’·gš·}¢?:¦yŸéËÝiNžrÏô·ÏŒ‹õØNÒ…ƒM]êÚ:¨ÓvÝ<Ñ·~
+NdÎø9—@?Ë‘èO Pš‰ì¾léâ‰.>ÚvÉŠ…¶›È #K.4”5MýŒ={ä~j¼
+öZÎž’¨¤iú3v˜'ÎŒš®3gKCšðc©7•jõ„ÙnÐ KáÂAì÷–mö!;TÇ!¶5ÕËÉÀÔp?ÍM[ú
+§ Uà€]Óš?`²Âye:‹²£­à¾`Ž;S×^@R»€ì¹Tv_¿˜ $/ä¨~µzß8RgÓ3Œâ€žÒÞ\a±q墳á¤cÂ
+PÄ B¡Õñ$º¸'¡! ˜
+펗Cµ¼ÛMiž\ä=ßÊžòm…>‰{ ª€g€Md>TÁ;ð’»úâ(Á3/팹ø•Úú'CÿÒ÷ngJrÎ0£"ôÿiñÇ^ˆµKA]Öç ­“ƒ6Í~¯ ¹%@¨~=êz£qi§Â±nt¹Ím3Þ‹u‰XïC‰7öÍÞG³ƒwºÆ#¡’PÛ…¡JŸéŸÒØ? ¸PDyy
+§œˆ"ˇÍv÷h Ô=c´@¶aº–úÁ.lñ^ÿt¨ÌÆXÄ ŒÞ݃ pŠï4‚As]Ü#ب¶WgøLiÒvv¢vÊË-À@¤4?[ñšrÁA£…ü›® '‚ÇvƳ ôe
+ÈZ[ë» _bêÒ”Êê7¡lôÆlOÓ©ú6^ó75úÙþŠ\£ªå±Æ éœÛWÏh˜.4rýb¤ÝNÕñ´ ”þÚëQw}îÿÔm3YJ–À³Ô%Äq-å¡–¾«¯Ë'*x¯_.¥ø<LùB­{QðÌð&ØͦÒØhù‰GG—sWWðÜ:ìæã2ì:M(6 r&ûŠ}ÁOÁÜa38_ ®…¾ù@óóűÓáµ(p½t±e
+ŽÝ:«÷ ×& ¡oiTü$]ª'}ð!È×±å²×!8·OUÝëzÕZ?ÿÑÃlÿ«uùýË÷£?¨nð¡ =VzªG‘©Œé“ñê ›ùñåÀAlÛT®!(œ´ø¹€IÙ‹'\ìvͱ*q-^ëðªCœÂ©cþ&`êr‚®©½È­C"·?jÇJ8‡Hß%`Þ ÎЮ‹ˆ‘‘V…¬7î>_F½‚¿ãË‚.ôðìÀ\Ýzº<fÆïuN2I‹Wú}NhÎãS÷ÍTne úɌ˗@?¡-«è]^‡¯H®½cXö½d›£=·[1Aë½?F×^mÚ©og žYZˆž>~…$ò ?Œ
+ðB*àX&PìxΥ̢(üéß–¹X˜mB•zoþ¸ÇŒ¥$É‚Gx³f)xîR‘y>h® ãgó ú÷P
+endobj
+3707 0 obj <<
+/Type /Page
+/Contents 3708 0 R
+/Resources 3706 0 R
+/MediaBox [0 0 612 792]
+/Parent 3705 0 R
+/Annots [ 3710 0 R ]
+>> endobj
+3710 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [251.4254 165.9748 258.3993 174.9011]
+/Subtype /Link
+/A << /S /GoTo /D (cite.E3) >>
+>> endobj
+3709 0 obj <<
+/D [3707 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1146 0 obj <<
+/D [3707 0 R /XYZ 100.8917 562.2655 null]
+>> endobj
+1150 0 obj <<
+/D [3707 0 R /XYZ 100.8917 541.9325 null]
+>> endobj
+1154 0 obj <<
+/D [3707 0 R /XYZ 100.8917 422.4015 null]
+>> endobj
+1158 0 obj <<
+/D [3707 0 R /XYZ 100.8917 266.6843 null]
+>> endobj
+3706 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3714 0 obj <<
+/Length 2102
+/Filter /FlateDecode
+>>
+stream
+xÚ•Ûnã¶òÝ_a /6󈤮½<´E§ºè%=8Àî>(ë¬,º¢œlì¿w†3’%GÞæÀ ɹßÈïoÿz£²e&²XÅËÛíRFH‚0[ÆY$âLªåmùnõÃ.?t¦]oT¬d,Ö›(V¿¬e´ÊÛü¾Í;Zû½ËÛnýáö§ÅÍíB.øÉ1M @,—Å~ñçâ݇`Y.‚åO‹@è,–ð™ej¹_è(q$u©¿/~Hnš›1ÑïQ=¯O”¥#íõy/uXš-þýfööÁüØ”¦éò®²Íó3¢éîì§à[„ëÜáÇçϨؙ½EDAy·;C†¨ö‡Úì{š„³["00Ó" Ô«ìÛt­­kSŽ¤ša-e"¢(U|´r_Íß()…ŽAo–3>7ÀEv`;Œ
+÷’öD¦{ÂmsÜŽ5˜)UòÁ0¹$-Ésvü¤+ –Ozéçbh£‘)yæ¢!jt®l[bæéX¯:K¨Ö`æÝë¼3„©FòxÄÖò™œ¾w¶æ½¥-Ž™×ôÙí í<:â®»m™Sðw0Eõ>”q×'.¨~05[Õ¸.‡c×3¼ ÄS0y_ÿc’¡T ÒUáM Ò ôÈQ%Z ÿC[5E‰Èø¼^ËUÍk}árôívöX—aFÝŸó¢µý¦c±cRnF7Hdá8™).¤oŠDeýÞ"ï)ŒDª´šZœÄEä
+„Ÿs
+q}Ê)X…éw0>ë'Ú iï—(’xbHX§dð+·ä~$ÍrñŽ!YÝTRŠŒv­ÒU~8´6Ç– U¦3í\€§PD½.¾#!e#ñña‡,ü
+.é¸Þ4åkh±H•òA&8œÆía FÝÞ[ßáÁÆ€yPDÐ §ñµ‡R]ú—
+„)<d{ –„Îã~Ùw+ Û¢p]DK­á%ªfñËOå õÀ¾§1ç 7’±ÁÀBÞ#ZÂf8ÕX¤i’ñe=dòᦑ‡"¼µ"ÔAïíÿ¬¸
+åÑì¦úßGàùyâ½R1OhÞ¨q,R|À¢IB½¡Š!t”$Ëþ¿tÐß!=L­,Lý#óßòL !endstream
+endobj
+3713 0 obj <<
+/Type /Page
+/Contents 3714 0 R
+/Resources 3712 0 R
+/MediaBox [0 0 612 792]
+/Parent 3705 0 R
+/Annots [ 3716 0 R ]
+>> endobj
+3716 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [477.2765 337.1757 484.2503 346.1818]
+/Subtype /Link
+/A << /S /GoTo /D (cite.E4) >>
+>> endobj
+3715 0 obj <<
+/D [3713 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1162 0 obj <<
+/D [3713 0 R /XYZ 150.7049 464.9005 null]
+>> endobj
+3712 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3720 0 obj <<
+/Length 1360
+/Filter /FlateDecode
+>>
+stream
+xÚ•WÝoÛ6÷_! `5KR"%ÈK‡XŠm5¶Mh‰v¸È¢+ÉIƒ ÿûŽ_²dËM†
+–±ÓOâd£õï¢iïÔÞÉÜâU–’ îô÷¢ÛFìo'VÝPu«J/ä¥Ó‹þBE)Á+‚rƈ5%ê2l5œÇÄÂÆa\×åå00M’AU0°–•^P68ڳĄÇÈy É8ËÁáå1ͬÒæVtãÎ6²ít£êí‰Î{cHô¦õædˆ),=¦@ ÷SèºTÒµ¨<?ÀäŽa5Ò8´Um'½S¢ñ[µ”¥,ßOÀŠ!¦å 0®µ|0nr%wû*K‘ø}µ1„Úø½Ï ¾ý³Gàü6‚•ÄY…à×¢U…\~?Ⱥð›
+½3
+ß»µñ‚µ[Ÿ(/äµZYzŽëµ®‘š‚¡µ†bÕ/†¹G×ò­¡ˆ«˜†¥:ÇÐEqhZÇ[ËÍCÛ‚in0¦MÛ9î M™=UaáÕzOæÞ°×7ê„Öþæho"A‡³Ì÷ECÙÊg¹W }° ÏçóV´ŽU#Eùèki* QÔŠž(–ÈíBª4XÖÚ?4܉'"ŠAîomM5Òw+U‡nc`s底¨Wg‡‹Ôªû¬;P‘ÐÜ j 7ë¨Ðê m;£#”ˆíp`.(hœ¦h:i
+Ž]z©ï]l¼ûA¯›œŠ'un„iš®VÜ¡çý Zt"Γ“þ•Â7('Îÿ¿i2WE¦ÛkõïÝ-Ô?·º¡”;jemrŽ²85
+å©++×v#A1KytdÿãÇÄÇp<§s½‡Ùü<Áh#Fhø#œ…êÿ
+endobj
+3719 0 obj <<
+/Type /Page
+/Contents 3720 0 R
+/Resources 3718 0 R
+/MediaBox [0 0 612 792]
+/Parent 3705 0 R
+>> endobj
+3721 0 obj <<
+/D [3719 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+3718 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3724 0 obj <<
+/Length 1502
+/Filter /FlateDecode
+>>
+stream
+xÚµXKÛ6¾çWøVX3âC”X ‡m‘é)@}Ðô •i›ˆ†$g³ýõáZÉ«` ¤=ñáÑpß|ú×Ý›·ï_qŤÒbµ;¬xš°,Qf•æ†©Ü¨Õnÿ×ú·Sql·ÙŠ4Yóló÷îU²ÚÊŒåiî%>nx².ºâØçɽkö(øö½0+ÃŒ€ÏÒŒe\jÿÝÎëRL -W[Á„âôûðC®¸YMö?ý´IÓuGhµ®my*×׸Lׇ¶£}Ûì]s¤Í‚¶Îã`× f×^ú 6“†ÃF€B['_7<][FB»SüºãÛe¾«Â5½7~k˜Ð¹Xm9g&M…·8Y
+Ïhû­Çº¶
+³ö@”Ó
+MYTÁf[Ý—ž-ػ咳<˜mg0¯Ù2“ˆ,þÞAŒNãᘔ™qç9èF·Žmp¯ÂŒ\ë&V×íÞ.šM˜e-`Áa‡«•f¹PÁè?Ÿš¶Áãžj: ‘ùòœT1­Ò×™0#¸ r?/) %b¢¨²ÃÄÜ_&ºÁ'‘1&iôŽO?¸ªê¿¸ó‚ÊV¥ÑÅß«‹À-„\À Ô@iCìðhm3Ã8_WE¾±•­m3ÌÑ5ÖÂ÷²;
+T®±ä–
+ø`’9%2Æ'T8{l»}Ϧå›Ì;'¹Æ>°='—¨r9ç“s?Àa’K
+$N08ºú9ˆ¸†«Òv”}ÿs÷!£ó%è:wmiûÆK,l©ô„€›ÑÜ^{Þ¦`C´ÑÖç!lyð3ÌToÛ–-¥\HŸ4W);ñ£ Š™ÄžÈÿ,3XÔKÄ´Tò–úI´ŒuFe¨ôeãÊ~·,
+Rf±ùzÜÀƒ”‘Ðò%‚wp"}Ó3R·Íž j›vfQ}†ãý«gÁbàT
+endobj
+3723 0 obj <<
+/Type /Page
+/Contents 3724 0 R
+/Resources 3722 0 R
+/MediaBox [0 0 612 792]
+/Parent 3705 0 R
+/Annots [ 3726 0 R 3727 0 R 3728 0 R ]
+>> endobj
+3726 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [162.7096 301.4447 169.6835 311.9999]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.2) >>
+>> endobj
+3727 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [172.0143 151.9081 188.9508 163.0331]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.27.6.3) >>
+>> endobj
+3728 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [183.7406 116.0997 195.6958 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.18) >>
+>> endobj
+3725 0 obj <<
+/D [3723 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1166 0 obj <<
+/D [3723 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1170 0 obj <<
+/D [3723 0 R /XYZ 150.7049 405.4196 null]
+>> endobj
+3722 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3731 0 obj <<
+/Length 2104
+/Filter /FlateDecode
+>>
+stream
+xÚ¥YK䶾÷¯èƒÝÀ4͇(ŠöÉ›ìëS‚44jÎHY½¬G&cÀÿ=E²¨GÚ3ë`íEÕ»¾*r>œwß~âz¯‰Žy¼??îE,I,´ÚÇÍøþ|ùùÀáäx’”~èû¦Ìåxâ’:S¥Ý—þøËùÇÝÇóŽí)üc{F)I4³\Q4fû¬Úýºûùº¿ìèþÇ%B'rÿ ”0­ù¾Ú ©I,™+åO,OÏÓ’ékAÄ̲%h-¤0ÂŽ– =œsc5þö“Xš.*iöƒ{&¢6íü¾•
+q+mWTÅP¹<üçÈäaK¶·DÉ׊ždMÏÓÁ~±? * 9bp#ZJï8ë0Á˜WËE J¥¥} ‡Ê¤5øË¿iÃVàè©`#ñÏçŒ ¸*~ÛŠˆP–¼öŸS«êõÆ×¢Õï9ïú·#ª×vMflízûY’HÈ+ôÆô!Dþ×Tíð$§‡òhš;ÿŒÜ/Õ;ƒilÿë˜CÑÔ!ÆAÇàžR^_‚8ï­â‘„+>È7œ$  ¢°Á'N7™˜åbÿš·b„Óˆá—Åë˜PÜ_ yÓ¿5õ SˆIØ õŒ.d>TN8W‡ª¹˜ï=9Ü›Dpù®|N¢×ù Œ]…Ãï³ËBK¥Ù0¦eéB–²²é êzÄmþ¦O]ÚæÄ?ÿÕdÍØ–.˃âŽÑ
+…ö'¥ 9['j륮 ꊙ¿KT²5Mé©GŸ!É¡oMV¤¸j¼ú&O|&pýžJ
+yŒ,š
+uñI™Vmi\»w®k¿öÐý—<mÓõþI^»îŒl`6pã1a*Rs»áØnþf]´ô|lò—ÖÏßmaD¨);13‹²ì¿íf_`ð=ï‡G0dnHŽ(Ó~ð”)Mej|°p¶Ú×®õ=;—±˜%
+J5¸Z¬ÿä¿„0—EV .%í³Ã¬þJœùuDð‡ÿÒr©×kÿ€‘ºå@A %brÓX;$pqn3uZ/6
+t^Íí¦·½JWìoÀyBD"’E¤P… ¬ÒDÒ(´/p‚Ç+ë M}SÖÌT]Ç.èÞAÅÀËèÛ±+š?{*Gã?t
+Ò»û‚ò°ë‡SÓ]\“rìÝLX &l‘tÖ$†c¢Ý‘¶X]miAÑR Û²IAkœ
+·T.©à¥ó:,ÔÆö×´ÃeÑ m³;ÜâÏËîí&PqʼnŠ½§7ÐX…Ò˜J׉0³‰¡|ím®ò7ØÏù¡É²Ñ ý@C/+.ÆÓx–áÞÄÓç°h%T îK—xÐñÅfÃKkÀ»¾á~æ^Š˜Br·> øƒ%ŽmBøÉ~·=Ù{»hÙ\Kó8ÜÀyh„ÁÛ>oröÐL—Mä!í­ý[]d…¸w¨½K šÚ €*œjP¼KÁÃÝ*äˆeÚÂcÑ#>éˆð„GëøúvÒçæ‚ÓÞ9ûù
+ óòOëƒÌù¨°Û"Û2]Ù ˜ƒ©!ü9äÏ…Öendstream
+endobj
+3730 0 obj <<
+/Type /Page
+/Contents 3731 0 R
+/Resources 3729 0 R
+/MediaBox [0 0 612 792]
+/Parent 3705 0 R
+/Annots [ 3733 0 R 3734 0 R ]
+>> endobj
+3733 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [148.0443 577.3151 155.0181 588.2589]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+3734 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [172.3929 577.3151 179.3668 588.2589]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.9) >>
+>> endobj
+3732 0 obj <<
+/D [3730 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1174 0 obj <<
+/D [3730 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1178 0 obj <<
+/D [3730 0 R /XYZ 100.8917 569.0084 null]
+>> endobj
+1182 0 obj <<
+/D [3730 0 R /XYZ 100.8917 317.8763 null]
+>> endobj
+1186 0 obj <<
+/D [3730 0 R /XYZ 100.8917 300.9391 null]
+>> endobj
+3729 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3737 0 obj <<
+/Length 2381
+/Filter /FlateDecode
+>>
+stream
+xÚ]ã¶ñ}…_‚Øèš!)’’Ї")îÐä!hqÛ6@.@e™^«§•Qº=ç×wÈÊ’W¾ÛëCÉùž¡x¸ûî­ÌW9Ë4«‡ÃJhÎR®ò•É53¹«‡ý¯ë¿‹So»ÍVj¾)Ûl5çë¿o„^]ñا#νiö›ß~º{óp'VþÅtG€«òéî÷»_ã«ý_ýtÇY’gzõ ÎDžËÕÓ]¢sf´H"¦¾{w÷qËí¸çvºéž%¹Ñ)“‰N7À€dr³œ‡WÍ#Þ¾ÀÏiÎÓsÕ=Sß½Mf’RšñDK¸‘ßô½HÔñPÕµv-> ÍLºÛ‘h —H8OíÃÑÂQR¯ý}°MiŽÓ†©Lä_sš³¸Ìˆ¤rx†gRªõóF
+¶ Ž½úz/¥ÁÅÅ]E]Ç=B-RH²:ê=XT]Ûý|38p#ùz kˆ+Û§Sm{ |y¶ydW žNý= àÐÖ5êwôɪÇï{®yQö\uÓdzßZ‡PÙ6}Q58ðYP3ÏÀùŒ™8Sm½ûPt«r¦MݨÀw ËÒÙ†]õx¼µ£–p|¢âj®CÃHdÊ€OƒÈÆ«£N€Ã'Û¸¿àÃÆË€Îæ>º¼&V©oÀ¦ W¿"}>V%Ú]CÇV ”ÿóØ¡ñBóPÓŽÈcÄÁ¥<Å ¹^ð°¨|‘1™QñräÂ~IΔH’QO\¢d3.‡ßSgKK†õ`½efríhŲ
+i˜àjz[a<–²dÅa׋§_ÌîŒß;)êžpUoŸh¶ÙÇeŠÀÐò®vŠoZI(ïܵ!Ôðµà¾rÞ6‹‡1¶
+¹“ˆ‚¡Î|¥¦•EÈš
+ƒ1õ¹ê» Û4cÊË,ÊEš& †lnVßãÓ#s!VPÌ€vƒ~¨GBÐ÷Ùfé}L£àïhYAÑ~¸äëYZé¬êÞ1¼ü¬B„1Wê4¿”†Éו†Óùn¨íÀê½,œòΆò ¢GñHà(Áâåplãm
+¨“²-†­‡1‚»JAžÀÞBN¡,T'Y–N ÛχÝíH1÷Ÿ#RÔ©(íkůHü?·Qæ´Í®Ûˆl >æÂÛþÃÇTEîËŠ¸‘! ªdCfü/l&HQLPì<Ѿ/Õ–fá®Îvýh¯àµTüP¬°ÓǼN±§¯Ê‚Lº®\eü/¨>ÓDlÈ:FÉyždŒ¡—×…ëzn»½c‘õ1PJ¾ žì>Åj«¡ÅâÉܪÇlhë·U7;A‡/&ôfÁ".Ö@%?@mYÝ‚iô/
+&Ç®J©e‘“¦lc»¢·û1r½®Æ8ä«WÃrâŒû’ïÓ…qPKª×ß\+¦‡¼ûï%üÌ
+jy1Ô˜õýjïE|³Í8Ó7/•¸P“ûi´G¿Ø0NÇÖ©IFÔSÕÌpœ25Œ…{úC¼LÈÂBy2Azþò\±t¾æŒ]á¬çü èµÖf¾3¯¶»ˆ>ˆã†¨¾R³‡‹åAµ_¨k©ÌPÒ¨××’D䣒G‘;{Ð÷Ø8;÷?‡>àçŠ]ëgqI$\ ¢Æ°TˆdE'6qÝb ¸óX“ßÓÝlY Îâ¹Áu=v´p?øè+´"¬_­þ±ÚU½»Ô¶™¼n³«þÏ – Š$$ bñ
+®¼…ôe; '¡ËjB‹ˆUï
+hêC ”û>¼ïÁDxßËoµe2ãÌ(¥¿Fâ©4ÙDâØC(ÃÀþ¯*
+r#ðþ‹´“< Šñµ³Ÿ9µÎU;\—¬ÿ°]‹Zòs¤•{EO†eäfc LB Â9"ò>¨ˆÄ»¡ùÀù=~ÀÙÀ†ÏKY jû§¡Š1¤L³¦áLOãÛ'L¸¡<ÎVF¥›QéfT«!ej ëºÖ7D{Ÿ—4•r–&zª)ð-ñp³Þd3î>÷2–N{t[·ÏŸ?!ËX.tzÉáYëÒŽS=¡ráQ
+óðŠ=8Ö”óÊ;„|îż£!ï!ç¯xXb*hÙláZOª8u{JPöõPüÒK¬;À‡öØNºÚ?5ú÷á3"žŠZi»Ý[H–¾ð¾G<¶'ˆýìNö¥Bú,­Û.¥û™ø1•¾4Ÿ¨Jn‡¨¶B‰ÅŒÿ¡æUË·^œ.6Hí.ãþ±ÄUmãHÔBp¦¤+°qß‚RÞ2†Z%(“ÂC¬õ
+ª÷_›T­«²o©SxSý÷Ãq¼<½lׇj&KB‡Ëò4³Û':MWü/óDü°ñãT•ñ—±ÿزendstream
+endobj
+3736 0 obj <<
+/Type /Page
+/Contents 3737 0 R
+/Resources 3735 0 R
+/MediaBox [0 0 612 792]
+/Parent 3740 0 R
+/Annots [ 3739 0 R ]
+>> endobj
+3739 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [187.3078 446.4835 204.2443 457.6084]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.9.3.2) >>
+>> endobj
+3738 0 obj <<
+/D [3736 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1190 0 obj <<
+/D [3736 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1194 0 obj <<
+/D [3736 0 R /XYZ 150.7049 482.0189 null]
+>> endobj
+1198 0 obj <<
+/D [3736 0 R /XYZ 150.7049 425.5051 null]
+>> endobj
+1202 0 obj <<
+/D [3736 0 R /XYZ 150.7049 228.5351 null]
+>> endobj
+3735 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3743 0 obj <<
+/Length 800
+/Filter /FlateDecode
+>>
+stream
+xÚUMoÛ8½ëWè(5Ëo™‡Z ÚË¢¨±X É–èˆ,yEº®ûë;ÔP©SøPˆ†oÈ™7Ã7ô‡mñö#7¥!Fs]n÷¥ÐŠhaêR0 ã嶽¯XM8Y­¥ÕûÆ)ºvµæŠV“;Øé9¬·Ÿ‹»mÁJ
+¬d”’a)
+#5Õ¬lÅÿÅý#-Û‚–Ÿ J„Ù¨ò J˜1¼<B¢ Ò_‹//!×/1××A?¤
+$»ªàwn¬…¿+Ыj@òÇiÅ6•kì)úq@l¿âª§¼ÁNöi²Ç.à:v6¢ÕŽøÆ ø¡uCL}ø£¡˜oU;ùiû¨.ã)²²“C$¸ýð„ ‹ÎèVLU?"‚g;´v#Z°£ËÇ_¸âùØ\XÊ3´èy9qî|tè GÛdtçâÙ¹!U2sgÄ(…ܯÛ!„¨~ºi|ƒæ\N2¦Ó€ÆœfF|x^ Ô¾WÎí”±q_‹ŸÁ¥›8ã⪸´<Ø »ªõ¡qÓàw½{MÍÔÏK}¨—òkYõ6D„z?d,qxµé8Í4¾ûñÐuÝgØà†6;l1¢DÖŒ‡cï¢ë/ˆ?P*N¡Cç䟺HÐñ¡à†õ­Î‡¹®,Ú?»ˆ5v>ËtùÆ,RPֲšBŵB™”DJ s7çz`BB‘{ß÷áÙoHž®d÷ǤWLü
+endobj
+3742 0 obj <<
+/Type /Page
+/Contents 3743 0 R
+/Resources 3741 0 R
+/MediaBox [0 0 612 792]
+/Parent 3740 0 R
+/Annots [ 3745 0 R ]
+>> endobj
+3745 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [325.83 554.3613 337.7851 563.2876]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Tsch) >>
+>> endobj
+3744 0 obj <<
+/D [3742 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1206 0 obj <<
+/D [3742 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+3741 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3749 0 obj <<
+/Length 1911
+/Filter /FlateDecode
+>>
+stream
+xÚ­XÉÎãD¾ÏSäF"MšÞmɆMs@"H€D'é$Ö8v°;³==U½8ŽãäÿAœÜKuwíõ•_­^|ùd3&‰šÏV»S”dT3•Dæ…œ­¶¿Ï_ÌÉÙv±äŠÎY¾øsõӌΖ"#¹Ê=ÅÏ Fç¦5ûÖœî8d‘ôËïx1+H¡¹Æ'à ÒDk!üÉÕ¡ìÂÍð×Zãâ†;Ø08Á G 4qÃÔÛx´9aÒÓFeý¥âlë]Õyîü°ÙÅÛ.x1H`^Œ˜g‚ä‘ù?˜@_Ö[[» YUFx.38†Ô¿.$°´u  V„wñëyÂA¸Æ¸²©Ãºùf»µÛD¾»¶'¯.2á3ÀÏ®L:´ò¦ã*'Bp9[rÂ%Óž¹7~K’\²b6Xÿ-œÜÚ7ñ¹r_MèE2"˜ÔQPNOSÚà”œ‰H4¥Þ¥È9Ñøß’1R(Å{5ºòó”; M„2^ú¶¬£U?EãðÜÙè'»&¹×§“í¬se½¿g|?ºÃaÔÕ„‰¬¸§»|¤;<ù”î8QŒ²(&
+^œP¼«XöPyLJ§”WÙëÞ•§)å„*™ô÷}u¶7AÃêT™MR¤kFñ„/ŒÂ©ªâؤû÷¡¶LœEiX/M[îwŹŠ¸ÿ,Žâÿ–'²vëÚ¦ÞßM!½C%ïøÌòù©éJW.¸š¿_05·/ò ÉFp_¹`óqö²rÉ.¸
+y_`“ Œ6¶uÞÁ!slε‹·Á›^ º
+äÊ甜ñ,v†À§ÐúRƒ:œ«h
+†\éç)»\¦åc¥ç„ò‚?Wé
+4ЛȫY¨9*Æ^Å8)ã¶K£÷/× ñwQá ™\Ͳš2Õrš;IåÕáÜ…Pµ#*cœŸš²ŽIÁ¬›³ëó¤I‘¼7”ßì÷v"i:'©")àh6m“²KxòTõŒ„/¨\‰gwR<5üCéÞö¬@5‚ª\R5=ZùóßL¹"Q’"¿­âó’kùL¾¢ÊRù(Qüå>ttÄ/B#H:_Bó~´õ¨#¹ô((`³O±Ê[÷(Ý`ô)®Ÿë¨’d…LvMÿÙ¶Mj‹Î‘®9¦Ÿ%®µns Q
+"84¬·ÑÊ qùsË)øˆ,rv]çîa#HŒEÁŸˆÑ Rºª6{)
+VJÔ¦êšÀ±Ùa‚ÙÙ óX{`ä¡ ãÕÅ&¸ƒaÝ´ïÂlWMålÄݬ@7Éók—hûwJ‡ œ*þœD*0eëFHÝØ´|ãÒÿ°îPîÜÕÃ~€—°H¿ß•õ-ÓSg
++6N¼¢p°kíßg¸«ú„s(ù›Í¹EóDÂÎð—IDìx„ïx0\Eß·à-&,¤HÄH\µ:~µji\kÊ*Ð\~4ˆ^n»%aòTQ^
+.ÌØ($ïõÒKA!„奬±ƒF;ôéJˆl€0ùWMêu¼*|ÈtÝ9eºq?úÏüð_ŦÄD™Aºc IAò<6`ÅÍoV/þÁ~endstream
+endobj
+3748 0 obj <<
+/Type /Page
+/Contents 3749 0 R
+/Resources 3747 0 R
+/MediaBox [0 0 612 792]
+/Parent 3740 0 R
+>> endobj
+3750 0 obj <<
+/D [3748 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1210 0 obj <<
+/D [3748 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1214 0 obj <<
+/D [3748 0 R /XYZ 150.7049 353.0232 null]
+>> endobj
+1218 0 obj <<
+/D [3748 0 R /XYZ 150.7049 193.6759 null]
+>> endobj
+1222 0 obj <<
+/D [3748 0 R /XYZ 150.7049 174.4753 null]
+>> endobj
+3747 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3753 0 obj <<
+/Length 1794
+/Filter /FlateDecode
+>>
+stream
+xÚÕYßoÛ6~÷_¡·Ù@Ìò·ÈnÝÀÃÞ¶Û€¥ÀäDŽµÉR&ÉK³¿~G)KÓ6mnðƒ(êx¼ûx¼ûH·Y<{Åmf‰Õ\g›]&´"Ô²<ÓVmÏ6׿-™!œ¬ÖŠÒåë}q[®Ö\Ñåmчr(»~õfóÃâåfÁ2
+?–1J‰A-ŒäT³ìê°økñÛš]/höÂaÊîà…f-Ï ¡,ÑŠ‰ØS/^/~U®Gë©Òïxpš[å„ %¼›}éŒ|öJÌdsb W0“¹dBî‹æ¦j®Ëf@ñ™jM åRñ«¶º¶îŒaP)íFûv»Ã'j,†ªmž£^&'z×¹!”j Nj’sŽ&_R–'l’ ð<n3cs›e,ˆ‹f†QLGšp[HnY¼Àó3w]ÜtÅí>xÚO=.¯&ÃÙ¨ºÜ…®CÑ­˜Y‚ø¾½¢QJR¸10^ëb‚q’k¡>/pFRÄ¿I
+žŸOÃ,}ðHôP2e×z>ÏÇöÙ “°Ð47“µÕr,ÌÞŽër·b áX‡Êð07%2'ZZùq¼ê-aBEFNBÌ3£ œc:'@œs†XÊÍ“YG±&•˜MI
+šÚ>‰™¼—LÅœÍR*TœQ)Ç ¸6s*õËJBN\ýÒr¹m±%¦—Pþ˾XqðS$¼cjt‚mßWÛª®†û𥠺NÕ09à×¢¹ÆFƒéw(:)í¤ä²¼ÀÁ»öØ¡œ¯åÅ}ý>C{³šu*NnÆ\>¹#Âà °z_^—c¨[gãÝi}³ÏcºªÆ{;-ç/î¤þ{{ÜȯÜÉú´&Ëðý8 ×gÓ¸Ž><]998Ζ¾ºA_¾íÚ:xÐìÁ u"ñêŒÞÏ“_0äÑ ûãvÚ°CW\a}Õ,R&5ýa´jM¤<].¸èï«ÊT…Ôohdð¸A­oDž¦G¦­Y0þk|‰ìt:jÊÑ´[Ñû·eÙ„V×þéÂ+¾ûeÅMC)‘\‰ytíÛ®ú§Äê<í[<Z_œßÇ¥Žý¾=Ö×Óˆ
+¬£yô6¯èÊ8¶ÚÄÆ_Z%Ãé'ÜTǺðÄÊÎWØu Ór;®Äü,Å„Kƒ:u‡”Ê7pt3”r–×í90Î~ g¸cÙ\9Ó]»TsÏ1 ÏŒ$سÙûx´„Sz–ÞïÛ£ TsÂÔµ_‡fipÇ҇Кìs¾ Làp·uuU õ=öáÑâpJÍÅxÙëÐjÚGÁ’–ˆÓ~¨v¨W}œvX(Hp¬¥†ÚÃf¢fÇåxÔ8 Ì
+¹9+eÐ1–²ßÓ79Ñ’é'Ü @!Šâ.é'ÏíP›>¸:ºÛkn 0Ö,Ûïw͘rçXyºÔÚYEÚ0 ôļ@Kýÿ6ñOŠÃ:¬€jŒ×/“À„óe<é ™Wþ¥Óâø­%ÆäÖ‹ý¼Ê岺bµyYýñ'DrØõ—‚±µñsA"5"w3›#É|é?H"T®³S÷¯óKÿÍÊòe{[]¥ür'(6^›°œÅþš‘©ºendstream
+endobj
+3752 0 obj <<
+/Type /Page
+/Contents 3753 0 R
+/Resources 3751 0 R
+/MediaBox [0 0 612 792]
+/Parent 3740 0 R
+>> endobj
+3754 0 obj <<
+/D [3752 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+3751 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F11 2828 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3757 0 obj <<
+/Length 2589
+/Filter /FlateDecode
+>>
+stream
+xÚ½Y_“Û¸ ßOá·ÚÓ˜ÇÿÓ¹‡\&×Þ½´×ì´¹ÜÌimÙV#K>I¾tûé ¤,9tÖyéìÌ¢H
+ ¬XlŽ¿=üü _løâÇΔËÍâ<p&œ“‹ãƒ2ŽY#T©Þ?ü4²\<×S¦ß¡>Z$õ1“Ê(¯¨ ™\­5þ\6eWÔ¤Ài®Oúô¯Q£o¾WsC)fœÌAäøA( kû¨ÿ•Y×ãô5ì-2§ýªŸÎÕPÂN\.÷£\ͤ€w$½Ú >……ÕñT—DzÊ-Í8÷U³OH,g¹TwJ¬3Æ3æ2ÚêŸ+Í—Õp }†CÕÓø¦=‹f‹\k™e,w5ÌCTW È«œYÖe³==à* ô²j¶ B1TmCovmGÄp ?p.»~ YÅì­c™Š5 m€J† (KØ¿Ý9HŠ‰ÝqÔÛ‰§ B*7ÊQn<Î=é ‡Êl3Ó; xG#ù‡¡ø¸|Yö$k>5—,7:Ê*êjær¡æÚÎ80—ÿÝØ,EÂ$\„y¨ø±„_'ÑêH4çã“ü`-#&Î=Ìdæ a@öðú1ÛµuÝ®¤Y~*ƒqžž¼eZ€?ßfÃs7*TuÁðQꢡƒR²L䣃
+¿`æ€útVHÐy°§¼³Dˆ)ÍrëÐ “¹R7MèÏ-Ä!¡˜by¦u˜Pþv.ê>ÁG¦/~S%Lh™²—³ñª„i¼s@"…ÃþkÁ´Ó„S"ÉÍÙÅdίŸ³ÒL!¾š¸ °–~2ü™H*øTÔŒmgü›ÿ ƒ?%댙V¦˜]!9à›”<JAÀÃKœúèQJdˆØD0ƒA3 †8­.
+‘œsÙ•§²ðpîGwWK§ åyÇøAØ÷C‡¢'âØve\]¤L ‘ÙLè/„Õzœ3‹˜r·üaG¿ "î‡dAD¾Ü•Û]œ’”C@Læ™4_ o€7‡ð°)]y,ªÆ§±K8‹~&š[Vûì³ J<F>Ûr‡Ø\œë! ;„V¦¸ž#ûï¨WQŸ(x˜‡ßÜð¦ÎËëgx ˜
+ý‰®à(?ªM «! ùš+ y_¡½Òb1î;~kmf—9
+{…7}ßvt\º•ÈÁÕ‹îc?2»ˆÆãUŒ¹0®„Þ‚ÓêÀŠÊõئÐïŠÝ;lÓ`…Í!%våàÕ ÉÓqô
+0¯‡½Ø-ýú»F-–ÇbÞü·ìZFä_ÂíÍ$iâ=᫋枀8Ĉ‚D/ÌrÍ8Ìܨ;Ãè-ö{<ÕÏ°þMÈEçîÔUý˜wŠÓ©®Æ¦ÚT½) iVÜY=CC£s/EP–Íî_(›­¯Ý Eo{’M=˸aœ@“2.Wçþ‚Ia0é«ÛÆ©“—X—
+endobj
+3756 0 obj <<
+/Type /Page
+/Contents 3757 0 R
+/Resources 3755 0 R
+/MediaBox [0 0 612 792]
+/Parent 3740 0 R
+/Annots [ 3759 0 R ]
+>> endobj
+3759 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [183.178 473.6238 195.1331 484.7487]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.19) >>
+>> endobj
+3758 0 obj <<
+/D [3756 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1226 0 obj <<
+/D [3756 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1230 0 obj <<
+/D [3756 0 R /XYZ 150.7049 397.5863 null]
+>> endobj
+1234 0 obj <<
+/D [3756 0 R /XYZ 150.7049 377.3863 null]
+>> endobj
+3755 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F11 2828 0 R /F8 2865 0 R /F14 2180 0 R /F7 2845 0 R /F10 3010 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3762 0 obj <<
+/Length 2003
+/Filter /FlateDecode
+>>
+stream
+xÚµX[¯ã¶~÷¯0°c–‘’ Ùb‹&ÈK±F ›Y¢µ+‰®$ïYgqþ{‡R['»EQøÁEçòÍÌG½Ù¯þòwž®S’*®ÖûãZ(I”HãµJa2¾Þ¿mXBÙî$¥›»Î´½.¶;.é¦ÕuÖ~춿ï^½Ý¯ØšÂ­¥$I™•ÂHL[çõêß«ß~§ëbE×?¯(i"×Ïð@ KS¾®WB¦DI&ÂLµz·úç r7ÈÜM…¾±ˆ©ãÙ2&\Há,xÏDtÎÚ²)tÓ?ÒsÖpé¦õ'Ý^áÝûpê>–g|7,:W—G;v,«k-è´cŒ¤R²A~¥½Ýþ¸°“HØ9ßȇmùtzuçnØz*+H’D0åíO%ìà*Þôe­q”áßÉ´å¦é³Ê>« Úhß”M§}4áépÅcæþ”Š¤1á¼ oðØ‚RQJbÁ¿87õ¡l´×ë¹ìO^Ó^8)V„JÊ'¾zPê÷?•[pÙ§-“wÂz''Q©¹×­À]VûQV›KÓãØýÛ¾Õ}~ÊeUöWÿ®ÁÿƒqÖØUeáLœl俧”·[/^YÞÌžÚì|"hkÄæ‘’p&’1ùÖfÝüä]6O(§lœ+¦¢!C·Œ‚kšW@”4r‚ß]ÎgÓÁ6!ãÍÕ\pðlwgÖ5ö)ÿSÖ<¹CífŽÁ² )N¥,¯½•|º(%<ŠCD!÷ú¢Â~òÊZ àÈY›8kQßc¯[«‡ ¸YgŸñrZp8eD©HÌc'âĹ!N§asÓïÎ:/Wë™/0[¢ÄàèFW“vƒWf'1‰dö<—U…'ÍîtÉðÅx@ÙY_ZÔÚ Ô?ë`&%qDÕ¼œåSµø†¸Ø[SãhHÝYìJ¸ŒBêºz¶` ‡R"<FêEwÿ³RËÍ=œÏ­Ér›jœo\‰ƒÙFçºë²öºUP[qn
+Êšª2Ö;Ϙ0UÝÍô·ý„ƒÎ”ÍãûÁ~XdŸ "Üø¾ä»è -eÖ»yÈÇ_ðÏn~L¨ëÖ, Ѧ²%ˆêZs¨tÓ¾ª2›ñÎ=0*·lӅɬ#/h¨ªNX£uÖü?h|ÕêNûÍ>F9t~ûâÝ¥ì3Pl©ÍµºÐ6íš±è‹à‚§¡
+°xš#ˆ ±pº660ºP
+í.ÚÄÓ¯Ûƒ }ƒÙÀ+ü;–pxjÍÅu¥5§$…Ê|ßÔÿGh,ñ¯Pà*º)ÀýnJ;…^^–@5jx‡*Çà¾10qliYòß&D
+"#jÓb\¶w΋HÄì F¾,¼õ/’i2ÿ+jq4mír2Igt8™áså­yX
+¬‡‚=cÞüÕ;G)œ@ «ðW)Ü™[NÒcßǨ“tæôyŽÛé’ýó ³çFί€ÍÄ”°$¾{gÂÕ
+endobj
+3761 0 obj <<
+/Type /Page
+/Contents 3762 0 R
+/Resources 3760 0 R
+/MediaBox [0 0 612 792]
+/Parent 3740 0 R
+>> endobj
+3763 0 obj <<
+/D [3761 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1238 0 obj <<
+/D [3761 0 R /XYZ 100.8917 586.988 null]
+>> endobj
+1242 0 obj <<
+/D [3761 0 R /XYZ 100.8917 303.2915 null]
+>> endobj
+3760 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3766 0 obj <<
+/Length 1704
+/Filter /FlateDecode
+>>
+stream
+xڵˎÛ6ðî¯0Ћ ¬YRÔ³@M‘ P´ÅE$Ú¢×ldÉ•äÝ8Áþ{gÈ¡,yåfQ¤ðAäp8ïýb5ûþU˜Ïs–'a2_mç"æ,åQ>Oò˜%¹ç«â]ðóN:Ý,–aÌ‘±Å2æ<øm!â@5ê®Q‡;»D½ø°z;{¹š‰9‡ŸÒ°HÄ|³Ÿý={÷Ï‹Ÿ¿q&ó,ž?À†3‘çá|?“qÎ’XH)g·³ß{’ËžærHôê‰I}â”…2–VPA²h±Ôø©ª»WNÍBdA­6¤RW»ïNUw¦ºsSºêTgê
+µ½0"ù€–Ùëþbš. 6ªr'ªlkZk‚t2•.z"¨ûlêýÚTBõÖ´;³íˆ_€f\êmçV{e5™Šª
+ÔÁJ-XÇNìúØ¡¨@‰9ßtzo>[q`Wš¶kÝÒ©
+«Ãã”/4ÿN o–ZÝëû}]è)ýÏüwëú“S“á©Â_¾mkÊGË鮪ÝÔF·SÆxœÈ™öÖÍ©Å|³¥´¤HAܪÝÕÇ’âHW Õú æ>°üź"ÐÁ¬r>§0²Ï<Öúß‚2ýZPöV»<ïƒâ›ÅmømâVLÄí¡ÿ—È ¿¹U=ùjÞ>[¾Ù[2uS-§\ô_"y.$Ë£4Z¡Hg¿ü"Øã+Ó´Ä A¤Ó”éß´$û ߇.”5Öæ+¦³üBöx«75øž!»ðÇ•ö5 vgp÷›=A„Œ'ÉXZA]‚ôë“Õâí0¾7”­ÝÃB@~^d'žU\N ‰«×Ò³eN­Ñ(°Œ–K¸¸ aÁ³ô<
+Ä4
+¼¾Öã-àÕM{l'Jˆ#–ˆ,ëyô9÷T–(gq"=rß²'ËbÄD&£‘âUSC9•/\¨urnr ëO
+ëZë ¦s_gr[ÛpÛjÝ“S„Ò;öÞЖ[EW¡y˜í©GDqžÚFJâx]µÍXå}äjS.Íž°,MÒåÆÜí®‘¥½Êw I³A…µZ—šBjµ³ö;Qj45Œõ"äÁ±óm¥<ÇDEC78¼Q²ŽèÀ„Ë©`IÊSëSž‰ØÊs«»sŒí' Z’üyæƒ7âIHÈ(–”qÐÖ{«(8Ô­é)íÎï Ê#!ÙIáŠ.Ç|„Zwâ"Ó¾CɸÌÄ@ø];]w$xGÄ^r˜ O®Ü
+„Al7S•ÚX+fãÑØ¡¥LƒBo­ZÇWfWŒ,">ÓÈQæÈí™w;=?¬õ0çéÌÖ†·´…
+p`.in‘¤Út¬:/L{(ÕijD
+ÆS÷“Cvžš~©-â§}×ýÚ·¶,ÃÎ?Z`5nÛ±O{øª0n[ü³…PÞó˜ë±–
+endobj
+3765 0 obj <<
+/Type /Page
+/Contents 3766 0 R
+/Resources 3764 0 R
+/MediaBox [0 0 612 792]
+/Parent 3771 0 R
+/Annots [ 3768 0 R 3769 0 R 3770 0 R ]
+>> endobj
+3768 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [439.1216 191.3459 446.0954 202.4709]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.9) >>
+>> endobj
+3769 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [493.5891 137.3555 505.5443 146.2818]
+/Subtype /Link
+/A << /S /GoTo /D (cite.E1) >>
+>> endobj
+3770 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [338.2398 123.3829 350.1949 134.3266]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9.6) >>
+>> endobj
+3767 0 obj <<
+/D [3765 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1246 0 obj <<
+/D [3765 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1250 0 obj <<
+/D [3765 0 R /XYZ 150.7049 322.6382 null]
+>> endobj
+1254 0 obj <<
+/D [3765 0 R /XYZ 150.7049 170.6169 null]
+>> endobj
+3764 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3774 0 obj <<
+/Length 2018
+/Filter /FlateDecode
+>>
+stream
+xÚÍXKã6¾Ï¯ðmm fø%r÷´y‚d1@Œ @ ´L·•È’#ÉÓéùï©bQ¶dËîîÙÝ…æ£ÄÇWU_Uñ“Õ›¿HÄL$L%©œ­¶3Á93Vd3m,S<Kg«Í÷óOwîÐùf±”šÏ…]ü¸úrÆgK•1£Møª¨<MÒ,„™{÷KQ= àÇ_H;³Ì¦2Å à3 ŸÉ,|¶Ú-~–ÌóózÞ-ļñ®k©[ÆÅ“ùº‰ ‡ž«6Q~çóºÊý¡£N½¥ÿŸÖnSù¶ý[/ì¢À*\D¦–¥©IgKÉd"èÆŸ‡©„™D˜Ù`ü;úòØúx¶®¦‘Ï‹M<Å®^H= K,e–0-¸ž-…`VkÖ Ÿ‰x!j:ú;¸Æ=4î°£nQõ¢ˆBûµë†þw¾ñÔ¼ZQW|ðŒš«]”~‡'tMQÛ(ä+Wv…]
+Î’”gQdD¥ ã6¾BqÌï6Ž™a’§âÇ„«p O"p85u4騻)Ú¼ñh쮉Ëß“ ‚‰#Áó°ñà+߸’'QL©ÔŒ<w­¿¥Ä‚2ÒWà+•¡ßS–‘ÜèkeøßžS‡1@ê
+JÑŠe6»ˆ-’n„¢†¢cEVŽ‡Æ÷̎éï·È=7øýî˜êùm· "ù¿Ó´â‚¤&»Ö´Ûü¼ñ{ß ¼˜¼„å¤elÀ
+.÷UG½wE{te…Š*¯÷ˆ)ëÒÓHˆ²ŒÚ?löøá~*{)má—Ïá'˜Iz¦­¥H³9çS@Bl2BŠ»@jËM
+H
+ FŸôÑbÕ'ÙUÔ@MÍõÊ<'僷umdû¬ƒp}ñåKò>ó/‹vº¤ïyÌjçŠÑÑÄéAîidŒ`½ËO!­ÿõè7 ËŒöPñžÇÃøÂÝx˜¸[Ä« ´œ¦‹$‘ñ:Ÿ ¯QVòË÷’Smôë1f«`}—A=8ŒC"8Á#ÄÿXþùündpFeÏÄã”AL6·ÞP 7óqéÔS=©öǤV/h[ßxPê7¼¶>¿Eî¿{Zk™Yïaß.„ƒ¸Vo§rqH@S› @¿»V:ò¤#ʉq¯f œe ì´¹±ðá"Ñ,þtǸŸ‹…) iôsÄh*/L[Õ£ó¶n‹qµ¦Q“VÆô—^¬Ãð8q ‘PDˆHu5Cn;“Ù0rl9šÎÝ¡ ‡+}‡&¨ÃóÎFà©@A°ãRþ·ª¾ÞÒÄ”q1©øÝj“c9ñNXúmôŒ==7ߥæ÷OM@_ƒÔz_Ô%uN‘ Ŷô¢–úk饧¶£¿ëgv$=Ñ+V&ý­{°ã#"zã‡+ûä-%©»õ¸`&›ªÇ›âawWMF±DLä½ÕÈî¤&ì5÷ÔéÕ91üÕølÛùq]u'³ZJZÚÿ–Ô‹´E: E®…pi2K~˜iœ}óùêÍ_Ú…X×endstream
+endobj
+3773 0 obj <<
+/Type /Page
+/Contents 3774 0 R
+/Resources 3772 0 R
+/MediaBox [0 0 612 792]
+/Parent 3771 0 R
+/Annots [ 3776 0 R ]
+>> endobj
+3776 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [133.9274 454.604 145.8826 465.5478]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3775 0 obj <<
+/D [3773 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1258 0 obj <<
+/D [3773 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+3772 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3779 0 obj <<
+/Length 2577
+/Filter /FlateDecode
+>>
+stream
+xÚËŽÛÈñ>_¡ÛJÀ¨ÓO>¼§Ø±/rHvÁ¶P%qM‘
+Iy2ùúTuUS‡’@‡î®nv×û¥·Oú ÓE*ÒHG‹§ÝB9)biÓE”:¥J/ž¶Ÿ–ïÙ©/ÚÕZ;¹T©X­”Ë¿–uA ·m‘}-ëýêËÓ/ïŸÔBÂOoS0‰Ô"?>üëáÓ¹Ø>ÈÅ/R˜4q‹gXH¡ÒT/ŽÆ¥"rÊHõðÛÃ߇+×Ãëñ¥o‘3O‰‹…6ÎxJ>+cOYÄÔb;!ßi!µðþKñYJ퉌ÓeC"—UÙõhv4Vnùr:uÖ—MM§†7ü‰]ÓÒ¤?´ŸŸÛ¶¨ù¢o+í–Yu.†{=fWähk…d̨!UVïÏÙ¾˜¡ÃÆBÆFñ៙€jGk#+à R"uNùCUƒX<[iSW/4+k?Öå“ÿ>ÖÂik-´U‘ÿú½ß±"±*YŒà¿‹Zà]ÄÁ &Òè¦Ãˆ‘¯ÉŠb[7#@ï•
+t,Š—[) ªÍömv:Ð…›v¥’%ø+~¬éø¥<«òsuKõ$ЙcÓÔ¿ñçÕ<po¸—eGã¦m¾âËEëtÙs>Ѳ>Ì
+šdÇæ Ôú'•{°$Ç•Vmg°J>!èªÕãK@8Q´o[‹¶ìç\ŸI…4.̺®ÉˬGw€H>—ý!ÐƾÞSVöäR´M \h|
+i°çG¤—Dz.劭ÀµY>yÚa£oú¬"³ÁƒQa6 ë¡ÞrýQZ™KzÌ0cСëൃ7ñ]ÚŸF
+äóz[¢'øVnÏC£Àó×E÷ˆsx»:w=5]WnÐY"¼kŽÁÉ‚ú6ãÀꪾ,:AÛïÀ¬Ê-Pç9 €pnDB;g´|>4Õ_Åøv}‘ya‘½›$½•DQyhSÓ:£%RµÞ¼¬+Íqc“už—°™g|¸¢ËÔ7|ªè}Jî`(?ù†6(` j&ãèÇ"]„/S°ßÛÔ^Ë'gwg´%ŒpÌÈèh•ÑÐUåþÐ{ñÀª*ºŽf›";÷åî\ñQ
+bdÆ#}È »¯iMbát¤C²â—9R0d4|n†TTë9ÿ
+³Õœ""È#)hþ4`μöВǺéi7«FYœ§‰´B4DŠÄNR¾äCÎÇyC^´}²¾S[ty[n™P›Õy1Ñ@çoüˆ_¡‡ÞnKÎ1Ð#7<z]ùu|1N.þJ£?Ÿ¸`<\0ÎÉ·h£„2qʾÅÝð-.øxì}ÝÝÅeÀõÙ§/¬_Ɖ4NãIêŒX…tâ¸ÕÏ!cÛÝ,˜Uä–³¶û²Ÿòxª
+[Ž5W"}3ãhðy'lžØ[æxô ây£ÄQP¨Ê¡8QXÕȸ\Ä,)5Tj;d|2°I ng¸©H Ys);: iUî'HíèL2¾E
+§†BN™Ùjf!+{œ’Qv Ú0­çÎËÈó §ÒüŽ7P²jÇ DjQÚ“Ä*6…OTE.âÆV?¸ß©rýˆ±“ÎûP8(ß4è@–™@íyÝ<ÙùÐCÀWõ °˜Z=Ò êƒ°N\»-úÈæî]Zamü¿Ý~Wèú{BŸÊq"bm& ª.ý"äºÅ)”JÇü1Ö\øcìP;Yº0ó6ƒ“‘ÇÁ³œçZ*âa¸ÃÁ8k{‡ƒ@Wdï[ Pl)ܶšèb5cB,YGô…F¶OŸ!«áDŠ(‰&}Á–® ã¾Õß~\á¿ù£ :{-]yCº‘F¥ÑXº:\¤ ‹KìêWjyÙ öÇ–.o¡áž€•ÎÝ•¯”ÿ†|•pfèÄB‚9C¤²"ú¤„ ØçI Úp´Æ=ê”a{Kƒ±ÚIbwö¹‚²—æà;‚ Y¢áªǦ-~- Pó÷ŒÌö¾õŒûÔ{¹\ôHà v Î|š*?€'Þ˜ëÁ#õTóªIÛŸÜzñzf®c-•¢&ZÖçãfè_qþh"ŽêÆÄ”¤o³œ¿iÎýÉãsÔË!¿@€±¨¥´à²<¢¶ÕpÌùÐø¥èòRÀí: ™Éª¶ôß/Rßp5½›ày……"žË3þÁM8ç+Cn-dÛ?2
+8¸â‚OmáZÀcGDJÒ2½ø=/h€©ÇIŸ"܃´³}Ê.+½á%Ôä)&«¯» ¾V»àÅ¿•Ô2”Ý&À< ²@ᦚë×'±°Ò¥C€ñßø„^ …­‡S[UŽGWÿ$L°r½üo|»Ó“ŽœHL<4U |=œ¶'ã
+Ùh §¥V×J Ù˜ýÉ«NE’Ä\žÆãjÁ㤄ü“ÇIa ¡ã«‚Á¥ây_þñõÐœC†¡u4.Ñ£GËi««ݸ8ZŒà¿s*ñ.Hõ²9•yø3õ¿oä»hendstream
+endobj
+3778 0 obj <<
+/Type /Page
+/Contents 3779 0 R
+/Resources 3777 0 R
+/MediaBox [0 0 612 792]
+/Parent 3771 0 R
+/Annots [ 3781 0 R 3782 0 R 3783 0 R 3784 0 R 3785 0 R ]
+>> endobj
+3781 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [451.2977 391.8072 463.2529 400.6688]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:break) >>
+>> endobj
+3782 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [380.0823 315.7909 392.0375 326.7347]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.3) >>
+>> endobj
+3783 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [428.4601 285.6053 440.4152 296.5491]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3784 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [317.6674 239.93 329.6226 250.8738]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.8.3.3) >>
+>> endobj
+3785 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [347.4968 151.9652 359.452 162.909]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.34) >>
+>> endobj
+3780 0 obj <<
+/D [3778 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1262 0 obj <<
+/D [3778 0 R /XYZ 150.7049 579.5697 null]
+>> endobj
+1266 0 obj <<
+/D [3778 0 R /XYZ 150.7049 377.1931 null]
+>> endobj
+3777 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F11 2828 0 R /F42 2194 0 R /F14 2180 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3789 0 obj <<
+/Length 2812
+/Filter /FlateDecode
+>>
+stream
+xÚÅ]Û¸ñ}…ßÎF½Šø!Jº»>$môphSÜâp@àd›^3‘%E’³ÙüúÎpH‰Òj“E
+´Ø‘Cr83œoï‹›«g¯x¾Ê£\qµº9®D¬¢Xˆt¥ò$R9㫛Û5Ë#m®“8^¿Þ°d]´Åm[4§Í5Oâõ®ÕÅîë®w£¢Ü_Ê¢7uµywóËÕË›+¶Šá­XGYÎð¥±b«ýùêãÕ›wñêp¯~¹Š#‘gÉê&qÄòœ¯ÎW"É#•0á!åÕoWÿP^8¯C¤/ð7Þ¤‰°üýër¥Ûã¥,|•¬Ouk¾ÔU_¸yQhàvöfï—võg ëÜÎVÓ )ºN»S—ªªáˆŸš#}û“6- 5âø¼×Csgý‰†µÛ›oO=Jx¾f,Ê“„Yú âr]Òqõ§ÂÊýÙ+²/“HŠ$ƒóxì-òt¼|ùB;§Š "Åxêv ‘±8JxžÈ>= Y«»Fï{³á^œåýOžl+‡{š‘(a
+²m!£L‡›(£’«òõ?­Ün€ºÐˆp1s,ÐëÂ^ç2 ­êÌA·ä‚`ÁmØÕÕ¥Ó]D»žp”L€ûìYðê\É(Îc¯Ú,ýRéTlAExq)äh)í¹Ò_à^DB€åL}Zu2;ÓwÛ™šN7Q¯‰LN¬ô>Az‹òÄ…Œ¤Q*³ô©lÄIš†l þ‘w±
+Ü‚¶n'TÚ׈M&²(Î5}Ø×—¾·ê!bF2QL®ÊÂêÊŽjÜjAk-YŽ[ëè«?^@=¬"ƒ/õ-uÕÓR_Ó·o×ï/_>éÙåw¢Ñ$òùƒùžMeÎÞ(ÓqÒØé}Zæ-ÞÛ~í…éfÎ`§Ç<¢:˜CÑ^ÂË}êi€‰h)2¾Ì!äE29õ"
+vÙë3†è.Ò ºãŠrº‚cЕÖíè[Õô}L Ïã®÷¦°¯‰ k®v4ÄŸãðv8¾ÍLI[c=Æid 1kW_zZ!ƒ
+cÂ2®¢ø.mgÍöXMp¥1Ñ-Z„·}l´¹ÈéôUcHÊyBøît§µ›ôwþ'à8¶i. ^à÷ÖÆuÑÎKyðhèÛÔ]g€-á¸;™ýiñ
+”Å5ȸ:n „ìC ê‚—…tô
+
+Ý€£iï‰ûŠä<·@ƒ\rð/ ÌÁ¿à
+ˆyK“þdÜú¦¾º½'èù‚:ÏlºJ7øs5˜·Í?M}qˆöE‡<3ʪ[·Ï_ƒŒ_ÿÀ ÆýÏJõkOž„O5žÇz®V£‡+ˆû!w³ãâ8PMœ[ÅKËH¥qÛ÷ÍIW÷³™BùÂ&)æWÐK¯YŽõçoáÏ ÏŸµ{9%%ÔÜõû´cH?@Aºà”žÊ¨™Àƒ*ìyå z¥¦!ðlº5ÔIQJ@å &ø&¤ço9Wt¹ ؘюž –†@çÍÔ´JRFçžâÅP®¨="YÿãH_J`…ª«Žà}\Ž
+#O=lµŠ Š@8Bk ý8€fÔ“7ÀÓ6zàÍ®’ÆËBì9¶uå`^MÖ÷‡1ȃ¯ IÊÖ¯*pnÊ¡a0æïãȆء›¡éM£‹vVÊÙþP%ÍZ±oeȱ•!\+ãïú ªÓ­'!s{ìU[Ÿ±Æö¢<lå‰+Õ%õäPšK§.y2ž z[‚Øé¹_ <¥væosËIx_ë¾yŠ
+· Ž¿êÞÕ»¡°˜7‡ R»§\ ¤Ý2÷þ(0ûéXöO‹ —ÓAêw8°?U’¹ýÛª¡HHÙ@Ó’O„ª[y77;> ‘°’Qq¸tYž`ÇÒ“Ó,Þ–æCn¸mLH`bu>¼ÍªïO®¶AŽ“œ=¨’ç:˜¨ï„Ê”A„|X¤R¥Ê³Qø²í6h¹ëv÷ ø¯¥ˆr†Žš+Èðžis$O¸ý_¦Y˜<Ž$‡
+ŽjÚœ)uq˜BnëÚAZÝ]Ê~–Ë6-Ôéf´Ñ2,:“ ýi/»˜5‚4lDZ—ó4Çî¿xXÇ„Èÿ4Ñ”—nAÑf¿ž½Yº¤ØîÇ©1AZøÙÌl:H‹ÃûÃãé:v°3áÓ"ž‰!£† zvåð¾ØÛß2pfys»¨ Á-VxÌõ†qí“é.EYÞx_Ÿ›¢7TˆÂÜwL¬SJ¡ÎHÕ¬ÅRìj¤‡Ôˆš(ĺ\ÙTGZ£~¼ߘe)¥:¿oR(ö½–—æý‡uPaæŠOÝØë•Š2‘bwœu-^Ú üýiÿ1$yîxÎ×ucöK?^¥ÂõT²4õÿ•ñȨ«`endstream
+endobj
+3788 0 obj <<
+/Type /Page
+/Contents 3789 0 R
+/Resources 3787 0 R
+/MediaBox [0 0 612 792]
+/Parent 3771 0 R
+/Annots [ 3791 0 R 3794 0 R 3797 0 R 3799 0 R ]
+>> endobj
+3791 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [262.3746 630.1719 269.3485 641.2398]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+3794 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [260.2066 470.3633 267.1805 481.3071]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+3797 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [209.6915 374.5008 221.6467 385.4445]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.23) >>
+>> endobj
+3799 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [352.2866 175.345 364.2418 184.2066]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:break) >>
+>> endobj
+3790 0 obj <<
+/D [3788 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1270 0 obj <<
+/D [3788 0 R /XYZ 100.8917 618.5494 null]
+>> endobj
+3792 0 obj <<
+/D [3788 0 R /XYZ 100.8917 579.0667 null]
+>> endobj
+3793 0 obj <<
+/D [3788 0 R /XYZ 100.8917 495.2129 null]
+>> endobj
+3795 0 obj <<
+/D [3788 0 R /XYZ 100.8917 423.4283 null]
+>> endobj
+3796 0 obj <<
+/D [3788 0 R /XYZ 100.8917 399.4074 null]
+>> endobj
+3798 0 obj <<
+/D [3788 0 R /XYZ 100.8917 363.4313 null]
+>> endobj
+1274 0 obj <<
+/D [3788 0 R /XYZ 100.8917 287.8044 null]
+>> endobj
+3787 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F8 2865 0 R /F14 2180 0 R /F11 2828 0 R /F1 3332 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3802 0 obj <<
+/Length 2752
+/Filter /FlateDecode
+>>
+stream
+xÚYYã6~ï_á·Ø@7#Š"%=Îd'X‹],ÒXȈ,ÓmetxDy:ίß*VQ‡[=Gà‘E²X,Öñýöñîûã|“‹ÜÄfóxÜH‰4Jòɵ0¹Œ7‡_·?œŠó`ûÝC¬£­ÌÅîAGÑö_Uk‰ô¶·Å‡ª}ÚýöøÓÝ»Ç;¹‰à'çÜ$4ŒÜ”ÍÝÇ»_‹6‡»hóÓ]$TžéÍ3t"!ó<Þ4wJçÂh©¥¾ûùî¿#ˇ‘çÃœé[<‰LVO¢S+­üIÞG2E)¿ÿQÍ­‘Ø+¢IR%‡î²¯íéz>Ùö`ÛWƒ£…K}ÉXäq¬yå±%)m‹v'õö
+(ßÏ; u4Rv­³åe¨v±Þ~ÂY–jP§£°%jÓ“Ÿ«áÄ<ið´Æ(Ö=Ê
+ "@KäZK/IÑèn†“%¹Úy'~€ÕR+ùmÚ9VmQY9Q*Lš¤¼°:â2/‘oœm{©‡ª)&ÔÞ¢°ÕñÜ‚g}ñÔgÔD”¢~ °v¦™^;¬™°ÿB3(´  “´PiN&òf@uKn(ú®À‹¤‚>s± ûè¹J \u”mb'Òx¦ïü $2ÛÌè¿0¿rpÜr´Su¥èYoE…[JÐÛÒc‘Ah6§ª<­¬ûý
+K÷Ý…Ž¾'[ìâhû‰ ç¸ [`_ ɸ¥•L&/sž+så…º'š5’pŒÒRKHrž¼·Dèm]ÌóZ}¥q×€Ý šóO²];ÍêwI´½Ÿ6`)zËM¿åŸC_Ð6CÇl,@Gƒ'R
+%ãÔŸœGŠN{ "¶—f+?ãŠ9©`áÇ°öÒÙÈÎã,§íÞ ÿ)Ÿhñ3‰*Í;¢ï­7Vh•]s®árÔ}é¨ëÇÅCÅLJÅ73Ï}&zÅM›*w®‹+°’÷´”n†>¡EA0.Ö¬°ÜZJDª´™‡·Þ~‚SW4’@¦TIWXÀV¼^ƒИôŸ²²ÓIÿ)[ §ÚÉ--™éQÐœ·WúÎUO-….Ü¢ [UÌl<0Ÿ
+¶šâJËÂl¸¹ã¥+é î³ 2ð–& âݲ}âÂìÖ%*€îíÀ«(ö­¸ˆ†d'o€ƒzЮ»ˆ6*ÛBÒoÂ1À³¯–…e†~-æØïdžnîå TàÍ%s Ò w½ËbÎeûP¤z
+Íóé'ö™Ìae&n=ãÜH”¡*78±¦èÿøänÒíÑñrðÁÍ°Ë™×°—Éän9Ó<nI 纒8 Ê ðSàvmY_+ŽE&Ä.‘—'ûcÂ×ĆŠ3AD£<²·¡Ø‚bÊ(ð•eê8‚Íòh=¾„Ãø¹"ÔôÔl_[<áBïQó¬Þ»Ì»MÕVMõ—½‘ä é²j×Ó%›hnDå7úB6U0y¨ëØw ¶âPú‚±î­©ÄðGšéŸ'AKlUÉÒ¼—kÕô’Ö·MCåadÅBÙÒI,ìPÝè¯ÚŒö0ó"“zÍÀgŽ Ö^ï&Omº&CÝbN r]¤uý|Èl[´“}¾rÕ4¯T:¿ðˆ> á?Ò‰HŒ oD˜õÑüeÏØšF Ã"-xždσ/„_ÚÉl;¾W•[n¸Av¹§“‰,ºMóŒKómY[hZÌBm>µ9‡Ú{ê@"€D9Õg¤l Ÿ©S§´°7úH| v¾ô=åaèÌ &¹Sw©4´·kG.«Ôh]ûä Zi4ü–¨>… Tõ }ZB;€CX~ÔoâŸÕ”f˜T_˜}w\1(D‰ók-
+ÑÄd‹' ä] àmçeïˆØ@=~dÉBªs‘d€™jXè-B½õczÜ_Ñè ±‹ËQŒbî&ê{×Õ—{3ý¬V=7°R?rxNb£^‹Ûùí£W¤ƒâ"QŠ›pÁ{ðúñY4Ò!Ò™IPÇ3×nR*È‚:Y"ú¡«m_ :xy—©‘¹£ñÕt…) Ô8›ñüC05“ ¸ J¼·5ù:êùÕD– ­@Q ƒ¨mû :
+JK•u¸Œ¤–p^AûŽˆ÷Ü÷gÔ€æSØ‹lD¿’Û5Ûl`ŸèL-ÿ"âKXKorÔTxš£/«‰ŸÕhæâ5/¦7{?ÌïqÓzšˆáÍïÜAÉ—ï!Цg˜T2 ,mxp¢9·令þµµ¾æZÿ­ž©Ä¾ÅTîËeüÌU“oªv|ú½Ió-!>W® £å‡âÉòÜŠfpÀ@Jé«¿:(:jêï»?½§óDŽYТ|†óÿb8ð„.Lä(
+ÙdñRµQw ÿ ¨4d[_ "¡¬ ú§¤Í ?ÒýÈö<²ò KVàVò RŽòY¼¥VXŸm1gý°ö6öã(ü²XŽ–ÿSLÖįÿYÃÉMXµ_µ#(/n!ùÿùÙíþoüyôyØ}®–ƒ9ѳŽn”K@<¤
+½EåxS£VjË|YÎoS[šÏêèàMã3r÷‰¡ÊOöóœýeçÿb€ý…{VÙ(/Â/Ž a¹oᴼ垨HâÞŽ¾m×7þIã[°¯1I> æø"Ó¾”„",‰Ì‹ö¢bÓFF!w‚PI$òßÖã\dYšSK3/Ùd°°Çd£#‘@þà­þ·K¡œç
+x¾«þøÀ €žmÆZÑDmx½"OÓESù—%„zÜå"ÎUþ°þ?ø;,|endstream
+endobj
+3801 0 obj <<
+/Type /Page
+/Contents 3802 0 R
+/Resources 3800 0 R
+/MediaBox [0 0 612 792]
+/Parent 3771 0 R
+/Annots [ 3804 0 R 3805 0 R 3806 0 R 3807 0 R ]
+>> endobj
+3804 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [366.6725 415.2582 378.6277 426.3831]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.18) >>
+>> endobj
+3805 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [248.5264 319.199 260.4816 330.1428]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.18) >>
+>> endobj
+3806 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [365.3774 140.2079 377.3326 151.1517]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.6) >>
+>> endobj
+3807 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [343.2114 116.0426 355.1666 127.1675]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+3803 0 obj <<
+/D [3801 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1278 0 obj <<
+/D [3801 0 R /XYZ 150.7049 500.5922 null]
+>> endobj
+1282 0 obj <<
+/D [3801 0 R /XYZ 150.7049 229.1068 null]
+>> endobj
+3800 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3810 0 obj <<
+/Length 2203
+/Filter /FlateDecode
+>>
+stream
+xÚ•XM㸽÷¯ðQFÚ I}rÈ,f°³@Ûìì–i›Y[RDiz;¿>U¬¢,w«“|Y$‹¬ªÇÇ*zzøã]ojQºØ<7iZ‹"-Õ¦¨sQÔJož¿$ªZlw¹”ÉÓÙnw:—I?tõž:Ý‘¾ûÁšß\{ÚþúôÓÃ秵‘ðS%¥¨jU‚Z%JY¨Ms}ø×Ã/¿ÊÍáAn~z"­«|ó )T]ëÍõ!Íá,¹J£äòðóÃßf•»Yçn©ôš¤²…I·½óRè4OƒIߤ*ñ”¯íÏDUÀ^2Lríh‡‹kƒÉ:9]&ûHÍç³kÎÔtž¾¹4ÓÅŒö@}3ÝՌ䗩¤kiho|\EžÓÉ~ ÇI—ÇÑy*j8 ç›J³~°ß¶Ï+‡Ïáð*Íãl™KoƒÖÍ.••(3ƒÛ”¨ó\…)?œMRìT+” ½Ä,LÔ¨xݲ+”P¸7¢b úŠr‰Š­ª’UdàÀ ¯Ž.á`mAõS8u&2]¤›:S4ð™ªLÕ›…ü°KY&ãà,n\ÉØ‘(@’š½Ìi0ý™§¸–ä~
+±„–¡ÏóVÉļ°¢³Y{°ušCKÂx°„ÖD-Œ;ttœ2i;Vb·*O~o,À$DœXT:Æ…î–4v ;cwH©Ä´$úz䡳,5I»ó£§þµ£<¼aM]Ë“}w™F×ÍĉÎ?Ί_-yv€<žÆ¢£Ýê<y¶~ É{Söj72G ¸Ø¶b^S‹\R,?¡ã+8žÇ-w×"ƒ[‘eåâZŒƒi`î"Âo1V—Bj™ñª€ØC^ÕIßy7:´ä;ºÐÒàw¾ö0‹pY¥B–²z˜Õk`ÂÂÆ@èZjï-}¯ÍwâqÛwÃȲ3(dGhѺUY–÷N¼ A'NÁ/‡HÝ€Oò«m
+é -”7{Ê`èGšgo ÛL&³–0 k+’¦‰wÿ^-‰
+ jUþH¬ˆŠ²¼‘%P^I‰÷v OÓŒS¬Ù°¢±R&ÏéÄÔìpœ²°ºé~ç4lNÖǤƒ•øÑÅ©]ÓLï¦ r%WÐ1WØÖÚE º¾‡› žû@Îðc —†,Š1¯TLݱ"1§·@suV|¸î‚…|Ç@ß«, ÚãKoc*¦’÷Î;4åŽa*ß@’B™k[|ÑÃl3ž5—Ñ:²8™ôò…Øìª\¤iñê1™³ù€L…Uë`T!"11BqÈ/2dË6à˜¤¡<é½8âù á` ÉÄà˜p9Q2ß~ìÌ'á­®6g¸yK’ïÎWÓ';\ý«º‰F¾à¡ºœ“7UG†
+ïÄr¢Â­©:™|,_L¬tȲEñ¢o{b'ì‰Í4q€OMÍÍ×ãëµ½ibC5°NŒ_­’ aÛ]ßA¶Lݺk?a5°bÌ_:` ®(HH(o¹ —"W%ýG•†1¿Í,ýÍÇ–E¥W×ÞÄJõã;<°Pj˜±–Ymü“&8›h,¸˜R%ÃéQðKßc{kÛHvŒ­¹{kéü‡àW¥õ½avu÷§¤Èë<þ ö„N4Í»ÿ«¯*/«ù0©W¶æÍag¾Ý2
+HgýiE’àÓ"¦…(ŠUïï°ÈÔ!i,E¥«ŒK àTUp±¤JªÐTLBà
+l§ð?$&hª7Ð|(¾¦Á\HŽo¥ æ×Y1Í›z^Êú_ºé~ÃmÜõC
+ƒUFÜ,ê /êà5êÖ“åG Rü
+L†—”
+endobj
+3809 0 obj <<
+/Type /Page
+/Contents 3810 0 R
+/Resources 3808 0 R
+/MediaBox [0 0 612 792]
+/Parent 3771 0 R
+/Annots [ 3812 0 R ]
+>> endobj
+3812 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [168.7967 642.1271 180.7518 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.15) >>
+>> endobj
+3811 0 obj <<
+/D [3809 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1286 0 obj <<
+/D [3809 0 R /XYZ 100.8917 603.4806 null]
+>> endobj
+1290 0 obj <<
+/D [3809 0 R /XYZ 100.8917 475.1234 null]
+>> endobj
+1294 0 obj <<
+/D [3809 0 R /XYZ 100.8917 293.5567 null]
+>> endobj
+3808 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3815 0 obj <<
+/Length 2607
+/Filter /FlateDecode
+>>
+stream
+xÚ­Ymã¶þî_áoµ5+¾ITŠ~È¥4A´È¢ p´M¯Ô•%G’»·=ìï ‡”%[{ɇŮ†Ã—!‡3ÏÌpßÜ/þü­È—9ËS‘.ïK®–%*_¦¹fiÎÅò~ÿËê›Âžz×®7B'+ž³õF'ÉꇲvÄzÓ:ûXÖë_ï¿_¼½_ðe?|¼"åËÝqñÛâ—_“å~‘,¿_$LæF/Ÿ ‘0žçby\H³Ts9Õâ§Å?‡%7Ú›ñ¢oð$
+$r–k-¦GÑRKؽ\o8O³ÕßÊn×®¹Y¹¾ljÛ–®Ã\i$‘0'ËŸÿõz#_íqn˜÷L¬²wGš/ÇóMÆ8×ÖÁéï¸T“¹{‰¿3Ò¹Ù&KÃô£m;gésªìÎùT¸Ö“"v>­y²jÚ=µv¶F Ë)Ó‰DeFuÁÚ[œ+“Õ¶mqž«1ÞÚ]ATs o_¸H´I‘¯¬WåÃùèê¾£Þ2|-Œ«ñÁ \œ,¬˜9»d&S* xpµkmĺ5׫ý̺*c*IL˜UÎ, ÷‘rï#ÑIçÂi3džL¡u90H|çiݺŒU`¬™Ž
+å~íÎývvõÆÞn­*«ÊLØÏæ4 ˜IÁh¯¸ ?F‰±"KS°rsjÝf‹Þ8³šç"ª&êðŽ\ø©(ñ–‘Äkï=\½w{jõMøÁéO¶í‰B³˜t]ì[[whZw5ÄorN3ðj)Rðo.x·þ
+Rà¾QAM׿®!Í”æbFC"4¤×0¨íAEÀö*¯?$AE@yÁŒ¡k¤"hÙÁëe²‰¢þz?«*Å2mdT•úª’’GŸ¬›W% @kÂgÅ/Šâ))
+XçÎë9âÐ11RšnÝôĸ uØ~2?»Fb/˜‘cúæ Ÿ:Û·¸ÛÝ\¨mÝO•ûj½5 ¥~íö¿^>/wûw˜ÃoÁÌ$Å<"‚TP¡/§¿­ 3F‹Aôn?+A‚»˜8ꎖ߮E²:÷$¢ì‰‰ðO½Ž¾Åm
+2  V):WHÂ,ù cý£Xƒûy-¤&Ù窡NÄ|¹°ÝE„'.ê™M—ŒP2Ì}"7sqÚ¿-ŒrX¶kè{ð™Ö‡JÏ e:
+°¾©ô¥üúÚ“±¶ò!Ì ¤<AHÍJúT¬~‚¿|õ§¿ ow.4ÓP“UkL
+¦1 +Çi-5àÿÕ”®|¨C 9וëÂð²ŸNïNnW"Dk0sy*;ò\…¯åÔÂî#¾ÌD|d‡ˆ?syUtžŽ,gö%
+Dwñ{
+¬LÕ`L!<oicûë`içb&¥+!>Ç”>.?Ù<ÚÍ8?‰UBTîʾz‰Ûó8ýá i.MÌô+˜¤ÇùOÓNRÃÙÕ·€±]«$&]u<Ï‚ªýy
+L*=JÍ©ë©h:Gä±IçWTøã÷µÀ0šgégÄç<ËÕm|FdpL|Õ̲iÆCQ ê
+ {8fô¶ÆºÇq;{îu5AÜä8ž3ï0ðâ:ws×jK¦D*_K÷ò›Ò2‡ËÇÜ)ª´?dWî Ûó?Äà qn#ò_:&Òi²ú‡kN• ,> ©pº¦¢æžÚ¸s|p8{ÂÆ©m¶•;ÒkÁïÇ\½( À0ú“›s|y¶s¦™ÌT¿î€Ÿ¿úÀl’5TÌšð¤{,OÉ©'Îf4pfÒ­«ì‡—¹[bŒÑp|÷Ð6^ô¾< ®ûÁ{!íðúìpü'ªm=Êͤ\á:"‡‡1)ÃK¡”ñ± ˆ‰•ÉUå¬,b´Ÿuüñ×
+XÎÖ)à =]éX&fŸ­ÂãÝu /Ð…­´ òÑŸ_AJ\䟧æì§Cêœ blG•2ð|
+endobj
+3814 0 obj <<
+/Type /Page
+/Contents 3815 0 R
+/Resources 3813 0 R
+/MediaBox [0 0 612 792]
+/Parent 3818 0 R
+/Annots [ 3817 0 R ]
+>> endobj
+3817 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [444.0381 622.4134 455.9933 634.3686]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.36) >>
+>> endobj
+3816 0 obj <<
+/D [3814 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1298 0 obj <<
+/D [3814 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1302 0 obj <<
+/D [3814 0 R /XYZ 150.7049 477.1913 null]
+>> endobj
+3813 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3821 0 obj <<
+/Length 2495
+/Filter /FlateDecode
+>>
+stream
+xÚ½Ymã¶þî_aì¡8°Qõ’C?$è¥wA€¶8·°·ÀÑ2½V,KŽ^²·9ìï g(K>m°mbåp8‘óòpH¿™}óƒŸÎS‘F~4ßìçA
+¥ñ<J•ˆRéÏ7»Û…LE(–kåy‹wçƒ)u›Wåònóãìíf&çüɹô<‘¤çJ{‘œg§Ù¯³Û;o¾›yógžÒDÍ ã ™¦þü4 T*"%Ç)ffÿèU®{ë¡ÒïqÝ¡¬ûòm ?P[w ü%jño?ëÓ¹0Írí+oQí©ÝåMV/e²0¸%]ç
+êþóT@j i½žÊÔühjü€Œl
+ìAÀÁc77¥ì•dm@<Ÿîë‹þÿ-ëÛÇótÒû ?‘œÎ¥¾Áø˜ÊúT
+6±±i
+0(ÏvÄBtA™³¾g¡0q/-Ðù©÷6È·c¼úÚ÷ ö*ÜŸV4L‘„ëpáIÀ÷E¨ F;Þ>žuC•)œ‚€vÉ>|q€K0ÔcÊŠF ra 7lC Ó0òLL@Mð¼,&¨¿âÔ‰^^llM¸„DÔ VX1 Á¾ƒ
+å]†ö ^ò{Dà¥CÄöñ$%ŠG†–¢>þ€Ð¬¬q†½oH—€V¢·“ Æ{˜î&˜CƨüºŽÜþbÙ?5öR¦} [Òð¥eä–!Æ ÷ÂÕQÎÁÆÔ+\¥"Ibú=ã_K8
+ò¬uØó6ÿåx¨:.’>B±;¼´F\mÏâQ*ŽæöÏã×´Í2…÷œgàÇPÒwÀ2‘îç¥vendstream
+endobj
+3820 0 obj <<
+/Type /Page
+/Contents 3821 0 R
+/Resources 3819 0 R
+/MediaBox [0 0 612 792]
+/Parent 3818 0 R
+/Annots [ 3823 0 R 3824 0 R 3825 0 R 3826 0 R 3827 0 R ]
+>> endobj
+3823 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [282.0902 597.017 294.0454 605.9433]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Partl) >>
+>> endobj
+3824 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [179.3167 502.5944 186.2906 511.5207]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Babel) >>
+>> endobj
+3825 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [279.6208 354.6992 291.576 363.6255]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Liang) >>
+>> endobj
+3826 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [255.781 342.7441 267.7362 351.6704]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Vas:add) >>
+>> endobj
+3827 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [292.7706 205.2724 304.7258 216.3009]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.6.1) >>
+>> endobj
+3822 0 obj <<
+/D [3820 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1306 0 obj <<
+/D [3820 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1310 0 obj <<
+/D [3820 0 R /XYZ 100.8917 426.6514 null]
+>> endobj
+1314 0 obj <<
+/D [3820 0 R /XYZ 100.8917 265.4362 null]
+>> endobj
+3819 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3834 0 obj <<
+/Length 2371
+/Filter /FlateDecode
+>>
+stream
+xÚ½Y[Û¶~ß_áG°‘ÔµoÉA´8§¨Qhú Kôš‰,¹¢œÍö×w†3ÔJ^%ÙžöÁÔçòñ#÷ÍþîÕ;U¬
+Q¤*]í+™D"‹âb•‰H ©Vûú·õ?Nåe0ýf§’h- ±Ù%Q´þ§m ‰Þô¦üdÛûÍïûŸîÞîïä*‚?9Õ&¡‘ÊUu¾ûãî·ß£U}­~º‹„.òdõ
++Å9"‹#9–!,ô–Pn'¿Ð…0»¥¦‡2è°Ã‰$š¾[HL-ë£ìß-8ŸpV@”±Öf8cï!åpí G®ëŸ"o+Ë‘û„0}ë}¿>Ž''ìÍq°í`Î.dNK‹n~ܤɚ{ÎWÇZ£÷i'2¾‰V"àÜÔ¼™-ír7-BÑÞS-M¶áA~ Ú—¶´]X{Ôî
+ZÌ-"7Ø°3”JÈLënË#Œ<<¬ûÏê%xÿÐ}ùFvê¿‘AcmÌYå¹NÁ!ýð‚œ×/Ïù°Lm]Õ<Êþñ Ï87žÔNRãÛVx$ñl¶E,E¡?5p>Èð°ñ!GAIø‰ƒ0…:KDÏ
+îÛZŠ(U Ç31èöpìÀÒ]U]ûÞŒ–?µŽ¹ÖÝ„CÐf'ôYÇ1lédž,ê8Y¯=ŸqÐu{¼û¯×m©èJeÎÆß7 Ç
+e¾Ax Gã¡EŸx*;ã¹–š\þ Gb
+m×Ño8·–°ˆR¡¦×2ý+DQê@•«î|.=oÉå:P¼ªk­Mïk,Ø€³B‚h˜0Ó3Y2lÑñæÄx´ Ç`Àš1lω؜O=ƒ¶%ž-04Í H'x OtâYg‘ÆÖ …TÙj"¯hÅÏ8we3™¾³Å[å‹4é…`ì
+°EÊÀs¢Æ¶þ2›óͳ qŽÐm+SCâpÀøhBñà”–~ù~\
+ÝЃ axEjx¨ÂY+>xt¾·mK÷¬‰~>ÿž½€ØÖðeãMÀ˜SH+gwÈá!Ù8el0Ó
+9ã‡Qñr;FQŒ–å€=̬Âm,<a
+Õ1s| w¼ó;ú>•ñ“I4¹ïêkå#š;ú…C:DaicÚ{ׄ¶w?u:îFDÚ1À'9uS­~Xz‚f¡g÷Ssˆ¯œm»
+µ©Ÿ“(ŠDA²¼é‘Q‰ö¼˜Z»ë™ÝS㾧œƒÒAªy|O¿g¨®-u•xƒAÙ-GàùD="8zcÎà®— 8Ιz±~^ï!
+–©kËzáËò/y%Ï„¿WY[šÉ¤ñ1ÎÓiìàáxvÜ”HÀEcx{ÿäã…þd†•~î\¥ÄÇ×Ömià`dE¦ò›“©Áx“3áå#MÖ/eV13«y˜÷Ͼ`sën
+
+endobj
+3833 0 obj <<
+/Type /Page
+/Contents 3834 0 R
+/Resources 3832 0 R
+/MediaBox [0 0 612 792]
+/Parent 3818 0 R
+/Annots [ 3836 0 R ]
+>> endobj
+3836 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [259.7131 386.5696 266.687 397.6375]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+3835 0 obj <<
+/D [3833 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1318 0 obj <<
+/D [3833 0 R /XYZ 150.7049 594.0853 null]
+>> endobj
+1322 0 obj <<
+/D [3833 0 R /XYZ 150.7049 362.5229 null]
+>> endobj
+1326 0 obj <<
+/D [3833 0 R /XYZ 150.7049 183.0547 null]
+>> endobj
+3832 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3839 0 obj <<
+/Length 2271
+/Filter /FlateDecode
+>>
+stream
+xÚYÝã¶ß¿Â/EmÔfø!RR‹>$íš¼g´äT¶µ+%¶äHòí:Eþ÷Ìp†úðj{n°Xˆ’Ãápæ73ô7Û‡¯Þët‘ŠÔi·Ø>.ŒL…•Ò-\j…K•^lß/ÅjËÏe·/ÊêiµÑV.‹•]^ÏE^e]YWD;g]—7U»úaûÝûíƒZHøS %¥HRo%béÔbzøùáûäâð ß=HaÒÄ.ž¡#…JS½8=›
+g• ”ãLJö,7=Ï͘é7¯Î5ìmc¡5þ\Y“£_½WÑx®ʺ6À9͘jI$qõ¦*ˆ¤Zfm[>U§¼êfø§‰ÀŽV—_bß®‰åsQî lÊ7Ķ‘H¬3÷Šýt¬wÙñqc#b#ÕÝò
+â¹-XH3žªS‘DAÆOÊDcc¹ak•Î:ž¼¯Oœ´Ø“
+'n_‰ÔZåÇOYu
+€Ö.§ï ªCx¬ì
+nà„&,=gMöÔd為%óî®ç¼Í;ᥖ m,£IÚÜ¢E¾Rvù²ÏÏHbû¬ú‚lYŽ‰Ë¯¼oyâù
+äàe ÅÊ(a•¶ÓË{וÉÐFøuª–jë¨n¿woS°áµEAâ¢Síî‹®`.•@®~R¤ÊÝ <8Qzˆ×'ÒHKn£—O#L¨hhìàT»ÇhBˆf°ŽíÄHaulî¥pbïÎNk&*0‹cá¢TMï’ !}Ÿ€v©>èº$ðLÇ@N e HÞ
+­"¹\ÓW8Í G7‚ÃÀë¨
+:† Ã H#0¯ª;¢ð%
+ðkßp+¢ì4P¬ ×Njˆè&Yf‡CÉH½®æï¬]ÆÀÈ%wÛ~E¯mŸÔˆ{„Ôš á“HøÂå2á:ä#ÆLX+.Âl;¹m`e‘µÔ(+´J0~Þ*c­%pknbþzìPé€ÿÔßèUØ
+_l fñûKÞp+ #x4?·Ë¦!
+áwlW"õ™÷|£ˆ€oÌß°`ï+Ú-ëæ,ÌþRh>qW$²'Qw\A
+ôõ6žÝØõ:, >Ô«zìXe@С‚=Ç‘Ï>fè¤ÛNþ\6;_Í㻚‹’–Û­´\^檵PHë‰ÛnW¿ÌÕi !L¦ØÓmW†·€l¿ÏÛöæJKÈjÀz†v™ÍA¿nÙj+²"
+wÙé|ÌÙÞÚËù\·y0Ь™¹Ã,øD¤˜ˆ»Üg„ÐÚ7yÖ‘•Ç¡^÷FÖŒð
+sw½u½üU}ù=ƒíQ«>róPC–B€‚loŽßqbÁи´\rƤnjÞ(xMÔ]¾Ï¨ŠN›uŒ‚ØôîØ<’&f7§vFl‡WÇP%ŒëQŠë7
+ÐQ_/÷Î3 騄›Özý\Æ+ÆM®'1vò¸&¨ßÇ䡺ô.÷çßsµ·±Bü¯+§÷òqùvÇë™ð5# ÖxRÈ?Á?u/<‚×Ú8¶Ë?ÐCÚ{fÄóœÀxÂ!­B¾T“žJ~‘Ók~À3®{ùßڦ˫æDS·øHbAÝ̈/›xqøíò—îËŠÛú«OÔ(ÂC‡ß(¹G2Ž?H¥;>Ë}Ùõ©¾gþ\_“Á“ü$ÓäºóÉž©‘¿;ùAɯôÄ
+%¢¶BÊ› Ñ e$¢……+
+HâÔOü×
+
+—rß;WþøŸŸÒ©E0à%ÿ,)Ò8V0`^‹ý#Ç´k`êe}.÷3'Õ±ÁÇð‹†JLø)ë7•;Ãendstream
+endobj
+3838 0 obj <<
+/Type /Page
+/Contents 3839 0 R
+/Resources 3837 0 R
+/MediaBox [0 0 612 792]
+/Parent 3818 0 R
+/Annots [ 3841 0 R ]
+>> endobj
+3841 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [112.8964 630.1719 124.8516 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.33) >>
+>> endobj
+3840 0 obj <<
+/D [3838 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1330 0 obj <<
+/D [3838 0 R /XYZ 100.8917 518.4421 null]
+>> endobj
+3837 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3844 0 obj <<
+/Length 620
+/Filter /FlateDecode
+>>
+stream
+xÚmT]kÛ0}÷¯ð£ ‹ªo[{ìhe0Fô}Pl%ÖêÈž­,Í~ý$KÉV¹ç_ûa]ß®³›{"s ¥ "_osÌ,“¹
+‰I¾nžÀ§V NÅŠp°„ÅŠ#¾«#u;jõjì®xY?dwë çÈÿð¥ö@à¼Þg¿²§”7Ê2©¬x~ô‚XJ’ï3Ê%Ó…é²ÇìÛYruÖ\]ŠÞ†NèU'‡¼d8¼„„r:wòŒ)›´ë”ÝÔN‡‚oî1»8', éB|#®fDaU2–ìa¿ñ“ù_‡"È()̼£³ÂCÉ(õˆ çÐÏ}A88êðÿ»Àxy†À‡0j\k¦ˆŽ¦ë"jÕØt§ˆ¯ŽÍÌFGkµntƒCÁW›ØZM [=&h\´{uúW£ÖÓ¤ÆDŸKiµ]Ê›gê»^aßçñÕ½uÚ:Ný6ZMÛæP]ðØôoéy¨'€ƒ \詉„ë¯5ªÝ¨†öcôL££Z¨h&ϲ6>¶ÊMf)*$»ªÏ•«¦ I‰”@\¿WÎÔªóÓ|~%žŸŒ­u„Kâ™>Ôm:M,À/N( mÁÁið³ó¢½\­pêµÀ$±¡Sµ†?ê… 7xF¢zoêÛ>­¬²½Cr†±ßtz£qmDN‡¿¹èíå» þò&¸$丄a CB\±xÏ)Ë+Ï ÷ÜŸó«€HZ…ïEÉ€©ÝRÜùùÚö‡”ø™ÑzÎ ¬hVʲŒiîæ' R^Šü‚ÿ‘j<-’€~0õòYú ɼA`endstream
+endobj
+3843 0 obj <<
+/Type /Page
+/Contents 3844 0 R
+/Resources 3842 0 R
+/MediaBox [0 0 612 792]
+/Parent 3818 0 R
+/Annots [ 3846 0 R ]
+>> endobj
+3846 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [499.3973 615.228 511.3524 626.1717]
+/Subtype /Link
+/A << /S /GoTo /D (section.5.8) >>
+>> endobj
+3845 0 obj <<
+/D [3843 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+3842 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3849 0 obj <<
+/Length 1775
+/Filter /FlateDecode
+>>
+stream
+xÚ¥XKÛ6¾çWøhkF¤HQ*ÐCZ$h
+´—mnZ‰^«±%W¤ºI~}g8¤lÙZg›^,røÎã›þnóêõ;É\²Tfb±Ù.x’°¼àz¡ò‚ɼ‹MýÇòû]yt¦_­…J–"Yý¹ùq‘,Ö©f¹ÊýŒ_ŽeÕ´8òú(+2‘áŽ0OiÆUø‰›YÁB¾ìPî©Ù´°ùÓŠ'Ë®¯Ida?Gé»ñÇr¡Y!•Z¬’+¿é[?$Y.y¾8“ÿv°qSS5÷I"L=ÝÚE¥¶]ëâжë¥kºöŽ$+‘,7Y!àfÅ—=uª²õš¬y*˜Îu
+-Î
+¥¸W§[qµüLß7µ!{º]c57;T[չŠ.ùxÜ—Mkãš°¸ö&È>Ñ÷i×T»°Ÿ×FÁT–¥ÁdÙ3&Ë¢Éüùå¾ö¥‹›_¸EÞEŒ<žž{|-ÀG2É9Ü^2‘eäŒ{žÊûD&31“R@¨ø`ô„/ÆC|û}kMï¨í à'”‡Ð*ÝІán{¶< Ûð½qݼ˜i©K·ö5u›íÌE.Y‘çYP¯æ7Ü–•ëzZŸÍÏS)—aú·$iÊYRˆ<‰ðƒ³&‚¦Pq‡Y³+Ét!³i̪ÙÍqf_ÈM¸Œû¾¿vóã~±–ð߶kןMßÍ+ö›Ü •øxK‹ "”ƒÆ_¡õʶžÑ† É2Íoº ¼òœŸî¡®}ÉÐ5‹ºŠ[îJo¹Kä)ãªPצºÒqj+Í´#Á‡ËZHµtÍÁg«”@Ö#€‘ÌÈ"<à
+š&—ÖõÆEé}¢»ë›ö´8M¨ºÃ±k ¦NÁôšlàáñqB[°\g|ŠÏyÔî(Û<ˆÙaØ»æ¸oL£Ru³€Ÿ
+eÂÄ>ÿŠ0Ü@N岤 ÔÐ#N“Ô?žï¨DÏÏ€øte[……¶£/%ÏÁAd@é<Œ±'¨ãŒŠ’¼ikΨœC<ñ,.$`ÇsCâà¡¢
+­×rjˆCWŸê"’šª‚ƒ‘?MP{„Ù£é›#žPîb¸Úwv\|«µ0dñÿ‰9V4"„gEIi‘´èÍ
+Kˆëðo”êöÿ_fLï·=²Á{ãÉe:2;|þœô8â‹:ˆw]ß|îZç« ô0cúŽ9SDá³èÕ3¾®Òe5ô}xÉðבßÄÆs#ÒÍg‚÷4ÏOYŽŸÌ^rÛ#ËòÁŠ³ö{jÔô=4­ «æs[P{r~–Û¨l ïÅ9¦ªàiqJ"‚ò€§àTxÄf•ƒuÂqT
+xîÑóÕÛÍ«r…Q:endstream
+endobj
+3848 0 obj <<
+/Type /Page
+/Contents 3849 0 R
+/Resources 3847 0 R
+/MediaBox [0 0 612 792]
+/Parent 3818 0 R
+>> endobj
+3850 0 obj <<
+/D [3848 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1334 0 obj <<
+/D [3848 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1338 0 obj <<
+/D [3848 0 R /XYZ 100.8917 349.9254 null]
+>> endobj
+1342 0 obj <<
+/D [3848 0 R /XYZ 100.8917 165.6737 null]
+>> endobj
+3847 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F8 2865 0 R /F14 2180 0 R /F11 2828 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3853 0 obj <<
+/Length 2332
+/Filter /FlateDecode
+>>
+stream
+xÚYëã¶ÿî¿ÂßbkF|ˆ“¦RÜ ŠEÜ6@.@µ2½fÏ–IÎÞ^Ñÿ½3êek¾Ã«ák8/þ8C¿]|ýVØ¥eV ½Üî—<M˜I”]j›2m¹Xnw¿®þrÈÏ­«×•$+‘°õ&âçs^øòiýÛöÇÅ›í‚/øãcÍ—Åiñûâ×ß’ån‘,\$LÚ,]>C#aÜZ±<-dj™N¹ìzŽ‹ŸïYnzž›1Óï?!~j˜© â7gWøwI"Š‡õFj¾ÚWeKÔΟ\ÙøªÄ¦X êõ }Ûƒ#¢¬êS~¤9¾S<¯y²ªê 7` ÷0ѯ䘣8æ§êÒ Qíц é†sfÓ”“ÔmíÚâ°Þap
+|5­ÇŽ+)p¬“‡ó2vª8½¹ZßíÄܬšCíË÷Œ:ß®yºªhŠk…MCsˆ«YùñèvÃm(„þí߇¶ÎaZš°_}ÎñèŽÕZ¤«gj¾KÒ„$†ÆÑ7-QA^ø®DôsȱHõ7qîùìò:6‚ð=çOqaª`/Î:É!Æ!Š(zþVï|™×þø‚ÞÊhW$‚
+Á¯oŸ+i sKCMÔÂÇ¡ªtD ¤¸%-§—ãŽã$ˆ€¼u±3†웟£uÛuëz¹¢íf‚i_ÁéÃs“ö®ve‹*agã?÷YÞ+…ô;ð'Qýr_6m^ŽZ9}Ú—³kÞ&+÷ûÅãà¿üè‚C,'§Ùx¦‚$Õåñè†]Jˆë±f&†Î—²h/yK‡+ÃC@_ ¨^û¶u±sWˆ¶¡&)ƒÔ6ðæ€$
+qÈË'‚H †öõ@1© ¥™„ÏÉátßœÀt:PM©‡¨€¡A×8 gW7t9aç¡®.O‡8’ã ;
+!õ蓵.‘Ú°éKßúüØ\gqÇW!+XDðx¢ƒ!:Û.{;åüéríy}Æ}›[£sØG¤¦C ™<
+‰îe&0¸Šë¬1$_)LdRK5MbÞÊRÁuÃéxifk¦ø,K9Ã2‡špj¢“/g™Ãí¥2Ë縫9ÿ–JiFÕÚ+¸nD²º´ÔÈéÓ‡Ëí¶vk«Ò{£ôt?=øønì↱çÚi¼OÂèž¾äo Æ)@§ÌøU9x0ƒM 㾘ù=È,§™4ÚØi"ñfË\¾i)ÇÜ{âR8ŸJŽL‹ŒÑ´Dú桵º¤{)9FûÆËéþŽŒ+B1Šãäd²zœu³„)“ÊiðÖ_][?äžá± ßø^æ‚K0õ*ÍÖ€“$|ZSwë=ÅlÆåç$á]÷¨Ä`šx離E>3<éçÀ–gp–ïO«Ô¸|™Ãa>ãàPtë(öÎá8½~ èeÔÆÕ§†ÈjN+X–õ&r§9+‚ûÞûR†¬²¿jQANtx3£ó›i&5=¾“§\rI_4`)‘ÊDþêÚ›·ß®t§;E]5ÝÓ2}ŸF!Y~3£rҕж7øÎíñ“³ÿâç|^YoR`spþéÐòäÜRûÙïÚƒ:·Wü öÕî˜øß\’>Úæñ‹·‘ŸØ†_oS|Î.ÇÛql­ö@9بÔBÈÐ0Ït´¸ZfÀ
+endobj
+3852 0 obj <<
+/Type /Page
+/Contents 3853 0 R
+/Resources 3851 0 R
+/MediaBox [0 0 612 792]
+/Parent 3858 0 R
+/Annots [ 3855 0 R 3856 0 R 3857 0 R ]
+>> endobj
+3855 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [451.4437 630.1719 463.3989 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.3.1) >>
+>> endobj
+3856 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [202.5702 489.5805 229.4693 498.5068]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.20.5.3) >>
+>> endobj
+3857 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [336.1471 449.9338 363.0462 460.8776]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.20.5.2) >>
+>> endobj
+3854 0 obj <<
+/D [3852 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1346 0 obj <<
+/D [3852 0 R /XYZ 150.7049 343.072 null]
+>> endobj
+3851 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F11 2828 0 R /F8 2865 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3861 0 obj <<
+/Length 1741
+/Filter /FlateDecode
+>>
+stream
+xÚÍXëÜ4ÿ¾Eø€´+Ý?â8Aê ð ºB•8$²‰Ó„î&K’{Dÿvf<Îc÷rÇUj%tÒe<¶Ç3?ÏËûÍnõÕ+™ K"»"P¡bƈ8ˆÍ¢DÈ`—ÿº–œ…l³9_ÛÔ}Û6ÛÝ)Í,‘iÑWvóÛîÇÕËÝJþD 8gq" ÌðHÙqõçê×ßx¯xðãŠ3•Ä:¸ƒg"Idp\)°H 5p«×«ŸF‘ÛQæv.ô4HÍ J3ñ$ˆtÌ„‰È k¡ÂÛ}sÿ7ª
+·B°Dk1N`f^m-‡Ñ‹ðÔo¶Zêõ—ô©›ö˜ˆ& Îdɇ²Ì(K]Ȳ÷}›>CTÊhÒûá¿SÚ.™ãø˶ÍǶ 7½?½jí§õN¥î]u"VÑ´ ÷(à…\¾ÉÏmÁýdÂ#'ÝÏtü´ˆþƒÌ˘V!3ah3IZø¶Ú€¸Û
+
+ÇɳÖnEÌ0g qGZZM>béVh–„\~Œ&Ãòg¯}¦.&WŸK°Ôý<U´HCJ3™pLÄr1‡‰„ Úyá5P®ÓȦ o_ÚÎy¨jðÐKÄÛç*?å"Љòß:íoÚÔ‹½«ò¾dDgŽÂ®9—m×O§-¤[­B¾.«·%Q¾ú!Yl”À¬Çd…ã[ ®Ô)‰Ã´èmK‘ù 8q-¡ÆA¿_`¡XÆ~Q–ÞtˆÊ•²Ç”Ö'Íž—(‰xvÚ”âŽÝÊP2-bu”•ˆõÏNÀ¸<·9#Þ}ûïgé+|ùAêškÞÙ¬Á†W âÀWÃVKDSÞÓŠ¼*϶¶Îìpzgm½”ý½è‹{Ñ¡˜î¥£ùª#¾;]ßÚ>+¿êʶªßÑd›öUÃhçlXÚæÄs®ã™Kè?U«à×Q(ým9ãxݧïÐ&°††Ê#ò]!gðJày%LMÖ3Zà® &–õ…n‰I&3¹JaÈJ’)“ˆs;æF@¯Ñ ðš ß—fù™]†œ¤hnÚ¾¤ñà$~sÝõ6Íi
+S†“°h„ä UÎŒxtH}‰ŽüjB׈A6˜Iwîo”°÷…=]2ã>L/úåÙÝh½f¤J8¥iÄêv%pÄa¬“pìÅ7p~d¨߈xý¸Ô£|$]?Ž„ïÇ/ìD_4,ŽÊó®^’”«,#Ÿ1s(¯yÈ—èAû@ ¯H¬ËÔðMñ£ÖeÓVÁ±©?5kŽGÿˆ€|]VYé·Õmûó½j(yÌŒÐÏQ1ÍàÛpUýÖŸáϪ
+:lºû$bâܽ³›ÒRÿÔ»1™Ï×ÐWqFä÷ úË:±vÙãÊoð2óÆú­uãY©Ï‡Yá`p#¨\ÇÑeD¤ìC¨ÀåM
+¿ž
+"%–Ò8?2æÜ‹TOÕ1Y—iG¼þAihpL«šæ± 1b¾ª _íRLW~7”Œ«­ˆT]9ÐÔfC *·DÒTv¦™ýó É×ÏËÑ;û?Ô»‚ØßÔ_,@eSñXa_»*U,Òë+ªÌd‡*^±÷”ÏçÍ‘û}KÞQa ª}Ù¿+©ð-¤:%B3»XȹÍo=|)k/ýH_X÷£½=«R
+ž»3Þ!~íè’Þ¹_á5 ÎOýIz<EÞ(±˜P/áu><öZ—ë‘NNýßÙ(_^TŸ+Ô°õg{‹ýƒô]Ë¢) Uì–NÛIâL»/§`ÌÓóetpÌáàY|“ÀýÎçý-¼)F%|h‹SNdăý¿@7ÅÃg€OM‡¾rGøhð|“;ï–ÈnÉØ\ ¶Ü–É8Ö³¶ œÂ×å↾GßÐ\dh{‘ºM;äöË\Œ9K ¼¬b|ûºËÅŒ+P³&hˆ—•i |ëítÔàtH^¿©ôSP÷Õ!¤®rx è¡\~XÂ…IÅÕ¼ä;T<>ÙƒŸ ¿>¯r¹ÅçX= ™v Úl%‡·dɇ¾Ÿ¥}Öäöw¤?¼p¿¢
+}ÄÉZ'hPÊ/®+ªóØo½¬þxW67=®¥ŒˆÚ9¢ˆÅÊ sâÛ xé&B¦´‰‚‰ý†¶íßÛxŸªlziÜŽ|RÄføAç_â"{¿endstream
+endobj
+3860 0 obj <<
+/Type /Page
+/Contents 3861 0 R
+/Resources 3859 0 R
+/MediaBox [0 0 612 792]
+/Parent 3858 0 R
+>> endobj
+3862 0 obj <<
+/D [3860 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1350 0 obj <<
+/D [3860 0 R /XYZ 100.8917 395.0503 null]
+>> endobj
+3859 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3865 0 obj <<
+/Length 1931
+/Filter /FlateDecode
+>>
+stream
+xÚ•kÛFî»…¿ÎÖÍC#©A€ÛR\‹»¢EŒC€¦@eYŽ§±%WnEÿ{É!G–vµÉþ gÈ᛿Þ.^|«²e&2«ìr{XÊ8Id²¥Íba3©–ÛýÏ«óKW6뉢•ŠÄz“ðö’®ú°þeûýâÍv!—ü䘅ÀÊeq^ü¾øù—h¹_DËï‘ÐY/ï` ™ejy^è86–:`N‹·‹Ÿ–›çfÌôõgÄ¡t¬½øoûâ²Ëd•Wü-:·Vñ굌W%á:wÚ{0]¹–PE~:•{&¡Ï¯+ÿù’`×ñ·j˦k§WÔÍÞUysOósÝW|¼>зû•7Š¯¹4õ-
+zo¤YK¯ÃÑ휿 ¿kÊü#ZÞ¯òŽ¾ÝÑñ¾g,Ë‹o 8ijQh`j,ø5Ê<Spe¼†kl²ú_ݬAN0€Š£U]Ñ·;2³$ð
+Tó 'Þ|Àp‹Â úxXËhÅ qím‹F¡Ï%o:Wô§œ·‹cÞÀéÊ…wZ”Ù‘<Þå~EBé±PÚˆÔB„BL
+«-%È{©M{(j O!͘,.•u¼#gÕ"ML8nvŽ]Zõç]ÙÌ°Œ5Dw–2…›ã™ˆÄ¤áDù{ŸŸÚF*&6ê‹Œ>ñ¤D:FÇᘛá³ÄYªÉtFfäÕï*·õÈÌ$ËÊHë7ßø°8äÐr„‡É¢Ù]>ñ %¨‚ÀIpÀ ï¿C)hV›„éjfy:ñá*-m”X*>奣ýþr)›"o™#§ÔÝ@èkmãÁ#È
+ ‡‘>­€Û=­>”9}‚
+}tCx–Á0˜ ¼+‹úŒy ÉéñÐ7â1o*?cÞOr uj á­#=5snû] ½»ÄÑqàÈôäObK_WP˜Ûr/¨ºÆ!‘ñíc™o_A¹Á »zŸµŸsø³Ìñ\SO¢¾Þ(>ÈŸ¶ÎÃáÄD"Ê2;M¶ÇÞw¦TµëÎP°‚Ú”„æz!Wg ë#¦vYÜ¢^[-HZVS”բ׃ߘSŒòÑ£¨ÇÝ}íÛ/±`¹¨ ×Ýð„FãÏ´ÔÈ«­"“#… “ùÖ†À·ooÅ×ÚÐ"šPí
+ôððÿRà¿ Qxòý@ü_ÿEzã~ûx¬ûŽVQ…²ÄL”¯]I2©P:ÄýŽÈv÷<ƒwöÅáοö1wUendstream
+endobj
+3864 0 obj <<
+/Type /Page
+/Contents 3865 0 R
+/Resources 3863 0 R
+/MediaBox [0 0 612 792]
+/Parent 3858 0 R
+>> endobj
+3866 0 obj <<
+/D [3864 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1354 0 obj <<
+/D [3864 0 R /XYZ 150.7049 616.6174 null]
+>> endobj
+1358 0 obj <<
+/D [3864 0 R /XYZ 150.7049 596.0371 null]
+>> endobj
+1362 0 obj <<
+/D [3864 0 R /XYZ 150.7049 467.6792 null]
+>> endobj
+3863 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3869 0 obj <<
+/Length 1902
+/Filter /FlateDecode
+>>
+stream
+xÚµXë‹G ÿî¿ÂýP²{:}&„–B
+)”RjJ! d½»>O³w—\Kÿ÷J#­½¶÷’ûÐrp£Ñh5ô“Æßoßü “e"’P‡Ëí~it$"£—aˆ0Qz¹ÍßxZŠ@¬6±”ÞOM[¬6>PMMc`FwL3&÷+%½4ë›võnûãâÕv¡–þÔRI)âDE°‘ Õ2«.Þ¼“Ë|!—?.¤0I,?ÂD
+•$zY-Lˆ0Pf䔋_¿œTnN:7S¥ßãÙÌôl罃Hhw¸·Êøy±ÇaßuvÀsØúîoätû¬É‹÷H
+ü÷]µÚ:ð®Ö¾å58,ì"üP‚1J‰$Ôi“‰üWŸÑõ|¢KŽZôœ–ŸÑ²¦µœšÍ•MúúàuSþìFJ9r·òäs?ªç¹õ|áÌ*xDÃZé€WÜ©¯{â_$>jÿx( žôE¨HóO6TiÈiËû®z©Øâ«.?µeÄ]a÷+x'Ž½N c™Ž¼}Ó†âäH$™Nãî¢VH¯‹&¸Ž)¯5U{~<¤=q²¦îÛM ;ÚΦåøm7ωvö ±uÛk£… BpœÚW¡3â•[òEì«x9áÿN_îšæ“õ£Y<Ú=s>‹‹QmBÈNHý‹ë?Ð×tB_G^קuWAÜc ›X=(S“̱µu_®‰½[ié =MÀ»$dkTuùiì½Qþ;Zoj^z+¥®óŽ&ïWÊÛ (¯`{òÍoƒgõ#v)¥­™êÍPæDï˜7tsÒ}_´L–%ÇNÔ¦?'Bœðz_à­~êŸ š¿úÔ·)oFÐ|¥ù8ÔY?¤½(¿0žr·J@.Vd^¬1~:›CÂäÄOixß?)ÒZKºAöîlÿlÍ
+FçãJp
+ìq¬^*àÆÚ¢ämûv(‘¯Y€„‹Í¥mlK ªfî¡rUËDœ¡ª°r™ÈKÒš¸¶ç±£±nÜy\ËÓ‡nM@ÔÑzï`ÑéH´Î‘î2P´]©Ø»ª‚î %ïVðCnÜôùh«Øp×3æw}s„HS Äa ]¸°È(ZÛäÀU´Ž©Ž#a
+E“$†¢“ ¡» ÷
+ÖC8H_Pµ,8 'ê’ª¦ãÍîmgw%¨š "'†èÆÒ] a½æiC#^ŽYÚ¶¶èÆE.h25 ¦°ï€þvrÜ|
+t´H@L1µî²âœsv§ âá«Ëâ¡ÇQrn¼Ì
+;éýL„*ç°³,zÐÚ=RbÀlM6o Ïﯢm{ïÑ#i9ð‚ƒ©$‘?9áˆNZ9·„õ–¨*ý€kã:GC“XÕ„SÄAþÈ¡ŽÀåÁå0ëù¾ŒCpÇ{ðt †B 韪æ“zÒ ðÄLч>'¡½œÖïôë›f#u•M|Þ
+ —•þ¥·Xs7ìºâÏ<4ÑÈß´XXH-¶ÎÚ"ˆ¥¾c3*ÖF$JšÿÑúéþø‚nóX y«¹/Q½Vç`¹Ö-ÂÃç}®þ+Ÿ_¡Ä­I2(ÄgLðo1ÁÖФ˜A½#f
+Ž.à"¹?½Îž
+ 8§Š`è^ÊIMõÊ@šð©=¤Û°O[‡à¸#´9Ô*MÌx‡¦µAGë*
+×çuO£íX°Ä*‹”âØ•ž[ó5À¡/áµ|>À};”Åœ/”€LM}±Üxd«›!v\~b |²‚º˜¸@B&é§u‡ ¼èýQ÷anwGþèç]óiFÉøä#;£$<=äˆÒ²Qó
+`Qƒ-??+`☄óæÔ"àÂ95sþîaÎãJ ¸ 5ñøPN'º ¢†%›Ù 6\ `ÌmPƒÖ¬9>Ì© D¬£˜õb³ AØq=ù9Jpô[è${‡Ð=•Z×ãÂ$kÊ¡b ê2ÂÙ`S
+endobj
+3868 0 obj <<
+/Type /Page
+/Contents 3869 0 R
+/Resources 3867 0 R
+/MediaBox [0 0 612 792]
+/Parent 3858 0 R
+/Annots [ 3871 0 R ]
+>> endobj
+3871 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [354.5245 521.7434 366.4797 530.5304]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Hart) >>
+>> endobj
+3870 0 obj <<
+/D [3868 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1366 0 obj <<
+/D [3868 0 R /XYZ 100.8917 436.8967 null]
+>> endobj
+1370 0 obj <<
+/D [3868 0 R /XYZ 100.8917 278.3141 null]
+>> endobj
+3867 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3875 0 obj <<
+/Length 1470
+/Filter /FlateDecode
+>>
+stream
+xÚµXYÛ6~ϯð£ ÔŒH‰:ú˜ mÑ Eë@ÓZ¢l":\‰Îfûë;ÃÖ×ÒÚ»M^LjHÎ|spfèWë/ßÅtAcÅ [¬«å!IÃ8_ðŒ“,I²Åºü+x½{-ûåŠñ0`tù÷ú‡E¸XE)ÉøqG/
+Ø3ØMªµã{¡wnÖ•¾|ÇòENò„%(ØðŒ$œY>ßù8NƒÆœ‹ã$hðœ¡É%ãÁ§%åìï-©ðbíÞa/ õ! ™ìúÆíSz°²£±lšƒi”ýF1Ê-¦‘rJ8‹¨Û|·ÚòÞwƒÒªk-„®²Ta‡ªkµ]Ð1ÛŠÅ9‰C/V”’œsf؉¢Ãð lå4M×nqÊ‚NïŒr@Õ;Õnb?Þ¡ºÞn*e­eïvºÙ ;c*ØäIÂ¥-½éziIE×ìkU-K'eŒœ³-ZjÐ>bš[
+`¶“¢k ¹×öÃXFçZ³\J£3ÌE[ÚÉ°ëÐÏwŽ—û²k†%!@§¬a1M ¤·f)&ì[ŒèÚ“
+T“lµcû ¹Š^‰M-_NÒ<~à—Aý‹º„áÈÈd"”Ð@ áQšßJŒ„DÙPzm#dÁ(ì0Žnƒ
+;8QhP³½ë›C-<,"8ó^ÀùÆe$ABJ“©·ÃðsUÐ{É”¹YÛÚϘŸíÔfQÊ2¥áíYÔ0®–Äjýí„ÉcNâ<ËÙòºÌJ#³?â P¿×•¨ë gÐÚžzoüj32u¥ìàÊMìE¯-É.%Æ ðéå”–zô=m
+9M…
+À°×ÆïÇd€ [W¨àYÆÏ+Å¡ýr®‰À5´Ö5|Æ5üÙ®áP“­k¸&FI]Óêúäž½(äu×ü±Œ¡ø”¾èhñ!I§›I•8‘Í^ß_Õ[¤ÜÅ<ûj¶ „ykDx%’,òÖHŽÖ¨e¥'ô(¡‘o\ö´ñh4ö‘tLÈ’¯O¯Â'¹½·Öõüæ„_x®WÛÝ$Ø”‹â/Ö­ÖÐùú­7àuò/
+o ƒÕ5(ÇПöz‚"‰ò”ç]ðïKJ)ôF‡Ó[õR4.9’Ñ*Y´ìô‡Š/}ÂGÏÑ.6êN”øßÄ„š4°iƧÝp-½Eï2˜îü³Hùœa­ë0xÇènî¡bô˜érÜß"ø¢©ï—ÉÜ*%v¦WîÛwB_F¯kiÔ(¸áfv¥ÐÎ}Èÿ h/‡a6 ÍÝ8ä¢U=ý'ÇÙãn½Œx`v~¸£Ç^ñÇ!ÍC\}ñvýâ?Ê rCendstream
+endobj
+3874 0 obj <<
+/Type /Page
+/Contents 3875 0 R
+/Resources 3873 0 R
+/MediaBox [0 0 612 792]
+/Parent 3858 0 R
+>> endobj
+3876 0 obj <<
+/D [3874 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1374 0 obj <<
+/D [3874 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+3873 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3879 0 obj <<
+/Length 2542
+/Filter /FlateDecode
+>>
+stream
+xÚ½ZÝoã¸Ï_aì“Ä,¿)¢èÃ^»ô€Z\Ð.p{Š-ÇìÊ’ORn?þú9¤,)tâ-E,RÔh†3ó›ßPùáþæO?r»²Äj®W÷û•‚(JíJ[E´e|u¿ûuÍaävSPºþ¹Õ±ܶ¬o7f¶‡²+·CÕõ·¿Ýÿtóîþ†­(ü±£”–ƈ¡š­¶Ç›ßo~ý®v7tõÓ %Âjõ ”0kùêx#”%Z1‘fê›_nþ9ŠÜŒ27S¡?xC$¼‘«÷–œ_® áB‰Ñ’Û cÚ,,ájiÉbg(¼Û-A¢ô®ÜÐþv¿ /¸Òxqªº£ë{÷PW‹­ŠÃvWõxy(ãEÙÄß¾o·®ªê"¦ºp-ˆ•ö(èò †¼¼ŒæÒj‹‹ïPþ§ƒKláðÔj#`û(ÈKÓ>ÂÕ¨‘{l@Ÿ0zø’ÑKHRhðÙ†I¢„P´cò¢v‡Œþ‚F&[‹ÍƒP…æéø
+rʺÆéIš„qH
+9Þ'höÑû2—Úh®Vl3SwŽ%k‹P`€¥^˧òÊgÄÂÞòíÿœÊ|oN¥4Qš-øF›“¶9óØeðevs–nerpíŽnBôÇ<BsN(/ôs'Ÿ%d¬åDPq5†qó}v˜‘Ü,v+þÆ÷1CÜ ©ÁI«w®ßú ÞÅÊmI“¶0ÇW
+p/rHð¬06toü-Åj·Â„'º
+™°<Tu{Ë ¡Vk‚+ßfK4¦hĵ6ÃùðÖ—q^3f_sèñ•ѱl’ò¨ðSŸÌAê ¸b £Püg)œã‘´×šu1S!¤PßJ6*¿õ±Kˆ,îiè]j,Î<çxnV$ ¦åżWù;<®¨€_‡%ÄUA©¾¶±ôφVRQ¾®«ÃÆχ«ÜYÍL€"Ce=‚„7†eÙmá
+;Iž¹;÷ðé:-,ØUŒòÆÐëÚ#/üb{$ ©(/ž$ç›<U·ÄXŧTñˆ½p±èôprÂßaøûô™)‡¡kf÷Yäïaîþðº_6qž ê…‡áM¡ÃĆ7j;3lßµGX­ù¼õ1ÃßõÄ„‘ÊÚmãuƒ¿§ºL—ñ€CmPö‡êBâüûÔ:Áãx4¡ÏQ&ƒ9^Á‹ªÒ³ª°¦l¼H‚s?z µ
+uË—È™²~ÓªÔèùS*< Cr\6Ž©!]6ÚŽ..¤‡Lá¯ÖgñÓ.·¥ì(Y÷
+VŽé6¶+©tŒÈGu5†ÃƒuÛ~Œ2öm‡¾ÅTjÒbª@§ý­·ø3í>a袄ʅR‹RAhPuvúîY®O%O!NPtÝ‹L@j¦ ×¢[Ǧ&TŒG‹©ïñµÓ›%ŒÇ°0u,·]‹—åÃC‡´Õ•çlÝFõöøŒbë¸&£  ø»bAáDç¯\lÚ¸7m³ùZuí…6>Qcúüü>; B]‡ÜHûZ*:;Ô{!éá$}á8¢OCýƒq´ÏDؘ{ìÚ§SDîtB9ÖéÏ‹|×Ð…³+_zú´«‚X*v^¦5ëþé|v|ªK‚¿8<"ƒKÄ áÙlë6´W~:®ÇÂÅC|¨ì Vue‡•&jhšYÅòn!õ÷'¬¨(ò|3yq¢ì©kOÁÕfžBÆ õs~`WýFƯ<p¿Úî Þ äÚ`ê")û¡rÃä>œAí²¢Ä@M`ÅÛøv·÷ ÷°ÍM|ÒSðþn®6FníìwüjøëJT†>{/U‘¡EÅßÅ™&
+z¸å€ò®ÞEn¥#. U³+ã7íq§ =±ðÂ3ÃUW |‡Å¹ wÐkõ±R@BÆ6õz½ÂØ°ð_·Án;xúõïÜ> ÅÑÎ5^!ÎjM
+_[6ð*cf0 }³^§ßãcžGâ㚣´êf„oóS:3ËÒ;ü÷¨geendstream
+endobj
+3878 0 obj <<
+/Type /Page
+/Contents 3879 0 R
+/Resources 3877 0 R
+/MediaBox [0 0 612 792]
+/Parent 3858 0 R
+/Annots [ 3881 0 R 3882 0 R ]
+>> endobj
+3881 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [255.205 551.4074 272.1415 562.3511]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.3) >>
+>> endobj
+3882 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [310.6732 539.3951 322.6283 550.3959]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.22) >>
+>> endobj
+3880 0 obj <<
+/D [3878 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1378 0 obj <<
+/D [3878 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1382 0 obj <<
+/D [3878 0 R /XYZ 100.8917 243.5059 null]
+>> endobj
+3877 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F8 2865 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3885 0 obj <<
+/Length 2799
+/Filter /FlateDecode
+>>
+stream
+xÚ­ZÝÛ6ß¿ÂÈ“ ¬ñ›Â^Òk´À=]
+4ÅV¦×ºØ’+ÉÙõýßoÈ!eɦ7~8ˆHŠÎ çã7ãýþñîý'–Ïr’+¦fë•Ñ™Èg*—Då”ÍW¿Íÿ¾)ö½mK‘esFÉbi`
+o=)?jÚ¸²‡ë/Ûjwöñ[vôEÖšu|W…¦g‡Åº û˦mApÇùF›ì›ÅR2=²Û¦~vc3¬ùÓÝÂÊn«]åLWÊ9Á—ŸTzÜë&¯ˆmïñõ£?Œ–¢5h0A•?ò£%ˆ4ŸÖEZh¾ì»0é\µN؆4$Ëáã©i|Îdö/–0
+¡a»Ù„#lÿ8T &ç_ÝÅÖÖý ƒË—,yÀ§:Ÿüç_ɳ%#<ã"*œÎÝþnÈœMÄûwoŠ5Æ 7Lð\ÐØ[~À!úhe>]£§ìÝÎÞ7¨¼ê«¦öÎK/•=°©µÝÞ–-gîµ7iï ÔPB©bSg˜Ú ˆI‘7AG¼eNÄp·^ÅË âýpâ”É LxÞt)ž³e°®1
+NÁâumRJŒ<l0˧ªGêÃî ؼ$)9Dè<VŸ¢©‰&ÆJð‡bÛ%1I„웄"÷LÜÂ!N¢ šKÆÉóœNõøáêÅË=tq Â_ׇ™ žîÙU¯8؄е²eµ+¶lõ\õ]âN†5!çÝáë××ã1uOŠ(Ê¢‹£yñ—
++"#Uf*#OP¦Âµ¢ãÔ†Æ!‚ÒÚª¨û©ðÃæ“úD™,êUŠÅxì$ð¥eÿ‡Û¢]P3¶\>Üp0˜C*Ä‚¡g'_’RDè¼&(ä„Q)­=c|ÝDE"ÂÙU˜ä“ª‰Õ½­Y–Á•S9Õlúê3"T¦o1}9‚!ÍU!·MY¸LpFû à´“:‚á_)Â$xôÄnGÁ›«<o?ôǹÁÁƒ>¿ä3]÷1 sv–ܹ$2ÄÌ´Ž]’PŒß–03i¢ ”ÍnAZÏëu…°FAh(p Õ˜3Tã¾íl•àüÓ NÞ‡¸ÒdD:ð=¶ƒ <¸ö‘L(ï,â3¤NÜc®…wšÂE$7tªà0ŒŠ¥Ý÷©Ì¦‰ƒÍÎ3Ú¿ÉwY‚¾bD+A§¼l*Ÿ¡ïŠ/Ο9½)Â
+ÊHc¦–ïdÂBk ÝSõ0^Ýž7I ÐÚÁ|­9ŽÙGœó@=¦'Çy ¦ÊLe¦~|…:¯¬R>¢Á™Áï¦Nrr÷³C¤ :?:)4D†qåuu¾?ŒÒAž"Dm@rQiCƇº0ÂVtr!ªåéðe°¡9 ‘É[ñ)Óÿèi¾•Ø—L9wÏDk£jÞõW±Z6ýìJƒ`‘±¡Ú¼Žü ƒ(ÉÆ –ëÕ|"@€æÖ¼‰»Á¹-àæÞû’LddîžPžO»R G¸¿Ññ¶û¶À©Ç¸)e*aAycŸ„KRê¡1µlŒé\8·Â«[¹
+–2磲ø¾àEÞ#›®÷¼<„$ä"6ËóË,”̬\[’‡}ѶÍKŠ+ PQ›³b(– ÑD]>
+UBk·€G„-Í}¼<L5&¡W@3˜£“¤s3óŒh-ÕÛðà½2+’e2zígÆ”Ãb"%@€„ÖGˆ¿4'RQ}3
+|ŒÅ±b‚¸°äïn×t±k'¡( †OCN¿i­ÏÒK¿ s_²h³˜Œ*p¤EÌ_2æw‡—Z»°íYv/BGeLmÔ÷«] š²ëœ.å¸ã¹+úkí]éójM÷É»èáâ„`æ¬ÞždÎ[a 0ðSU¯¼¤®WYàc¸“œw‡²´]×´7ö1{ %cî;’”N¯: ×ÓÛ®ÙY‡^Âo.¾~¾1g‹Ò­po±v;WC E4ˆáaª$@§Šçòf7¥N|àqWÕ>)S-Ñ5ÞþkÐ ÷™&6.RÈ—"ËùôÞðÇh0ý¢0ÁâSxYŽ.9˜±‘Cfƒ!þx¾T¥=£¼+^«Ýa‡“³sÕ|c}xô‹èÆÅ¡}¿>˜üú]nhªx¶ ·îåùœìŠc¬‰úضi¾„Ô²ïOÌX;EóÏð]ië¾à<Ôn×d`t”q£üý¥T0‰º~ç¦9lW¨xEÐÐÖ]ŸL¬àè&O–Më¢ì›Ta $§o
+!ÖÈ[©sö˜éܨÅN¨£&
+–úð­7WÿY4u PÅlÍ9Qú¼]Šö¬ vêâÐMZEþ#D xFh3¥:4 3”¸é<+ÑyTþÞÿ2ëH7ëIk­U6Eg7Iwê˜ÛÒ&Gý_Lë'K êWôÔ=·Ùa}¤õ€,™0€KŒÂÄftŽ6Ÿïábfà|%XBÒäY4ú. QWÞ}rûXýç x{3Änº¥
+ò¦v°¼žwý©Óò¯ø™ëAàç9ƒxV•ñþ+©wèendstream
+endobj
+3884 0 obj <<
+/Type /Page
+/Contents 3885 0 R
+/Resources 3883 0 R
+/MediaBox [0 0 612 792]
+/Parent 3888 0 R
+/Annots [ 3887 0 R ]
+>> endobj
+3887 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [344.4644 337.203 361.4009 348.328]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.3) >>
+>> endobj
+3886 0 obj <<
+/D [3884 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1386 0 obj <<
+/D [3884 0 R /XYZ 150.7049 595.7294 null]
+>> endobj
+1390 0 obj <<
+/D [3884 0 R /XYZ 150.7049 416.0235 null]
+>> endobj
+1394 0 obj <<
+/D [3884 0 R /XYZ 150.7049 220.8061 null]
+>> endobj
+3883 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F8 2865 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3891 0 obj <<
+/Length 2498
+/Filter /FlateDecode
+>>
+stream
+xÚ­Ûnä¶õÝ_1@tð0¤(RR}Ø6À}ik’
+TG$Š™°Ä¼·[1Ic–nfë?9ó;F·þÍçdöîU©+=¨ÎâÛG1)P²b$‚Y¤ª.šK ‡ÔnqºÕ5ŽÃY÷õ*ïŠó·}±npœ±Ó|pcY"ð`hͦ<åžù…
+úpÖŧEîž=çm«êå[†E`á»ø\“Ô3‚v÷x½â¡¥ºÁh gÍ‘6ï y`™–5jÈì›
+å„K°¼ç™ó†Rg
+|[uº€›Ä EüLl/L2g`—t”Ó‚Ô¹œ ºwö !•ÑJÌ¿'½ÕñWYb´tºW“A¼+IÅŒéA=¾Ä²`„Š”ÍX~½i8wf1ÐHEæ=+±¨î<Š¶Ì½cžš®Ê㶗¡ÿŒQ"Sî•QTꑅ˜8—‰gÀr¹˜
+ÆR³0£ÔLϦö0rœ»* l²žÃ1œ±˜Cº÷h7ºÛX:˜•æ„cŽðœ±·cLwU—èºèTÞƒÙz?èû{/È)·/mq|ŸWj2Å[®ëc#[Bl MBžÅ‡5F´~Ð^~h.‚#’ÞmÙb JËQͽ>èRÛºV¬›s8̦Úa)š£rx´{Óլ»@•Ú‡¤¯€¨/Xl.’ø0—Ò¥‰x‚ok—¦‰k3Û0×­m˜õ‡¡io ‡fšêOCÐ
+°»R:&ÈÀÅM$Ýê!:µ*ª]À4¢oôì˜-Cg$I" 6¸Î1"q '-#€É¬àB|48ÑX¶ß0Å$KÙ¼.y÷ÿ ZQÄý`Ɉ ŠjU*6‰à,YÄ™Gþñ™×ÜU^ØœÑô¡Ê”IA á6­2!}
+p}çë·ž%}ëbË>J!Ò([:h¡OÆ9ÒÌ2’.ISŒ6³]0}p“rõ3,õú¿
+ÏB*©q |–P’DqúÚßÜ´-ss)8=终N ç¦Wõ-nCOÝ!dTßô~Õ-þ ó/®¤JRÊ¥sÏ3—±‹›º¾(L¦î‰'FÙr ð‹ˆe!O Šÿ¢É—˜Öžh˜}ÁcÂøØ:-=ñ 8 â„
+¼÷ùƬÜÂ¥·‘Vð»Í$µ‘øu8ÛÊÖìÙzU–e„¦T® 6«ÓÒg„@ˆJ@Û,ZùV¨À¢À®L}Õ…º°Ò©)ø’srFxA.Ì7AÉWîv:Té-;æñötéLBÁ‰·g› ~ΡŒè‡¼.‚í‹0ÎWZ¾ÂB–õ,ÄW¯1,Cï †-T8»ßʼn_1¬|š®p¢‚bíŒz0„cëÄèdL’,J×¥(ÊË/
+7*èö.íOcöÒW–XEŒsðrƒØ¯Ë<ÿ|§ðý¦Vž £p8çå ºRþš§/ ¡%œô™H!è¤å"PÄ ‚@ª1eõé!\0
+Єðx–]¿„ú²=êËöRá/A–ŸÄó3õV#Zë~<%±Håø³Üž•Éâg¹@”²À[x-ƒ
+endobj
+3890 0 obj <<
+/Type /Page
+/Contents 3891 0 R
+/Resources 3889 0 R
+/MediaBox [0 0 612 792]
+/Parent 3888 0 R
+/Annots [ 3893 0 R 3894 0 R ]
+>> endobj
+3893 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [256.238 599.0305 273.1745 610.1555]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.2) >>
+>> endobj
+3894 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [450.5177 116.0997 467.4542 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (section.23.2) >>
+>> endobj
+3892 0 obj <<
+/D [3890 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1398 0 obj <<
+/D [3890 0 R /XYZ 100.8917 411.6376 null]
+>> endobj
+1402 0 obj <<
+/D [3890 0 R /XYZ 100.8917 165.2362 null]
+>> endobj
+3889 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3897 0 obj <<
+/Length 2524
+/Filter /FlateDecode
+>>
+stream
+xÚ­YmÛ6þ¾¿ÂH
+œ Ĭø.å[[$¸8à^‡M§µ¸±Yr$¹»›Epýf8¤,y™4WÄÔœ7ŸÎ~}õíkQ¬
+VaV×·+®3f3U¬L¡™)¸X]W?¯Ø—ÇÑõ›­Ê²µàl³Ía
+Ådf
+à5 ’²”aZjÖ’Û88µiº ¨wç*¢Ü<ÐoI<¸šñ°
+†E”·OH‘,·J…Bmoê‘ص§Ã œïSž:g…ˆ,ëËœicEXp·¯wûà—£ÛÕo³L¸a¦ñj+rËx.ãyÓÅeÓàAd}ZàzÿÓ”ý†çëwŽ¦Co”}]¶#Íw·4áCÆop·#‘*×Ô‡ÚÇ­g8ùnóðÁ×nÃõúÞßW n:$þ†ÿ9FËÞtu[·ï΢AKFÌÄÉ\’!8ðšá ?5~¤üù"¥ò·Gx®øÛ¸qô‚;/XïËw*„ß™³hÛqÜ¿¸P§ <\ýn?¦._8D©
+Ò~!Æ!ja˜¯ÇŽH¤ *7Ô=ú?‚‰¸¸¼oÝ00š¹Žëã’b½+Û¸ÖµDº Sp »È³;¯
+ûN}ïÚ1u7å
+å, ¯Ì¿9¹È Z| 9…àëSˬ‚<E+ÎÆ{#›*ÁSqf„T_€ã­ÈPÕÌzp+(wýÝaƒñb\¼är2‰Á?.‡„{¹,ÏD´êÙýÃÇ -„a\óhÙ bH5
+àõÇðK¯®ûOß|IO»xT€àw³C
+þËç)W1¸êr% KäæÑd,—`Ùå äW>Ïž32ý}B5lLÐKè·…Do  T~ê5ªHΓ±B,è pÝyo‹é…¢Lú— þžá‰ç§HOûØÐD†‹ÖÄLÒðp¸ñ/TØÎYÄ];Äؼ¸”ø†G´4—E.PÊÄaCÆ^Þ=T*•Š ŸXÉÃâ—Ä^ â/™
+endobj
+3896 0 obj <<
+/Type /Page
+/Contents 3897 0 R
+/Resources 3895 0 R
+/MediaBox [0 0 612 792]
+/Parent 3888 0 R
+/Annots [ 3899 0 R 3900 0 R ]
+>> endobj
+3899 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [435.0952 552.2139 447.0504 563.1577]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.23) >>
+>> endobj
+3900 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [164.204 434.8589 176.1592 445.4141]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.23) >>
+>> endobj
+3898 0 obj <<
+/D [3896 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1406 0 obj <<
+/D [3896 0 R /XYZ 150.7049 528.0529 null]
+>> endobj
+3895 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F8 2865 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3903 0 obj <<
+/Length 370
+/Filter /FlateDecode
+>>
+stream
+xÚu’ËnÜ0 E÷ú
+-e bEJ¤Äm€é"@E¢@šEâ™"“G'MÜÇôë+ÛãÄ\xC‰ä¹—”ÏZóö©UP!±íWsˆ„V”AÉ¶Û G _Bpï¯ú›Æ§]uÝî[ÿÜ\¶çfÓ´¡~h1(Š¹r´Ýƒùn..ƒÝš`ÏM€¨…í¯z€ªdLdaŒóͽùh>¼ ý Ó/¡gƒ{\˜Ç(€˜É
+g Èq4=8¬…ËJ_M°T¹±â÷TñÏ"†é£ž
+Þœ‹¼ Ñ èÖ%R™%Ž+@ëäÿ©S”tJo×5J(ñUÃGqV”¼$HR]eMu°¡ái÷ü¸ëú}Cì~6Ènwl„L„˜l©I!XÏL $<ö~jrrû®?<5ž8¸Íþöîæð£ŸN_ˆdŠÚeE Äú0AsÆ‘°3©>D»¸ÿ<5^g€’;<±(G`$>-
+endobj
+3902 0 obj <<
+/Type /Page
+/Contents 3903 0 R
+/Resources 3901 0 R
+/MediaBox [0 0 612 792]
+/Parent 3888 0 R
+>> endobj
+3904 0 obj <<
+/D [3902 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+3901 0 obj <<
+/Font << /F29 2173 0 R /F1 3332 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3907 0 obj <<
+/Length 1686
+/Filter /FlateDecode
+>>
+stream
+xÚ­WKÛ6¾çW¹Dl†¤H=ÒSš&@zö¡@·@¸2½&*K†$gãüúÎpHÙòj“-Ú‡Ãáðã çÁ_7¯Þ~Rb!KU&›ÝBhÎr®Ê….rÆu ÌíŸÉ‡½9¶[®¥æ‰”Ë¿6¿/øbæ¬Ð…—ø´”:i›¡'×ÐHìîpªM»Þ~’å¢de&3< tè‚¥Y–%¥—ë´(’ƒöD ç£íí0¸æebˆß£¶DW§®³Í@“])×ÓŽ¦ Œþ´CHwœËÊÁ†±Mä’w}ÔÐ ±}ž bÑB°Rk²×禬Ù.×J‰dã%ÀVºTùb-™TB{±~E±B‰bqÅÿƒ6žzÛ#%“Þ"è¯Áv¦¦eº¥§–‚'æàjgû±L³¥­ÖTû©3Í+ÓHŠŒkˆ;ì;k/ôŒd6{ç¸X+Éx,^XxÄU| ŠDoªc :{âì[ÄÿH“€©+ÜÄ1žÍ¾Q$K`5î»Ý®Âº¿Ö­F²°Ô)ã™Ê‚‰³gLœ&†[ ¨®‰çïºö@ÔãÞ ta©sV‚â©‹o±s´Ag*Ðæý¾=Õ[¢ï-ƒù÷Ù†Q4¤7Ñ 2ÆEšúîDªvæ06R ™Ã”Ûìƒòæt¸'ð¤Ý…ãâ 8‰.à×"Óɪu<m-ÀóJÈ\cçñ)o=øÞ×u[™!à0«ýÇC¨ÿk`ñ˜'ÀûmðšžBÓ²šRZUÙ¾¿±T õ~8×öV´«y1Êxâ”}Õ¹ãs83É´€àúNÚÿ?¡Œç=ƒò‡XË”eþ¬ÿ 1Vª
+L-¦™æ>×ÂÞ½ÆTj$Éû̬%¥ `Œi#HS–êia
+Â¥Ó( V³Ðh #K°èÖÈ¡¥q,m8-Æ7SBes¾%
+‡«ÇS×_ë,Â{,/ïqEó覒IYä/vØÂ-·!2Jßo‘›JÅxÎõÔMÔ̤j¥8Å÷‚£¡!¸<¬ ýLÆÞÏ˵0Õ¡ªùȆ£2ˆа÷="êãÐY¨rÛ) ±sƉ;Œ&ïç@A—¨ÒT¾ Ô:…vAp¡§½˜wš,¼Kež½¾Ç¶Yc‡
+>ë)hòæø£ô¾Ù, žœ®ò–//~6\SÕ§mh£¾t¶6èÝ7«ÀhౡíFÆÖÖîàà²onÊý!Ø«È’‡œÌS¼ó`âßMQ—;ë¯ø.¬ÓÍ€½öúËWŒ^Ó9sïÛ?»<œ7Œ„>ïh4$pí"àîM—çOWÆüYB‡¿/b¢õ®Q¡#ñL.„¦P:Æîë|>¦œé"+‚”·‰
+/ZéI/§ÆàPÙuÍdaND?M++R~jjêůïv›0DgŽ)s¸ PWõgþ‡·NÓ‚å7ÉŽÜsiâÉáõÉN“Îø)èLóH~'e&ô/£DLTá{àú›ÿsÈ_á»Îl<ø°¬H‹Ÿ^KrVÊñú!3Ê\²ŒÃ¡)aE-.Š2ÃåW7¯þ×ùendstream
+endobj
+3906 0 obj <<
+/Type /Page
+/Contents 3907 0 R
+/Resources 3905 0 R
+/MediaBox [0 0 612 792]
+/Parent 3888 0 R
+/Annots [ 3909 0 R ]
+>> endobj
+3909 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [436.0716 262.7696 448.0268 273.8375]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.21) >>
+>> endobj
+3908 0 obj <<
+/D [3906 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1410 0 obj <<
+/D [3906 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1414 0 obj <<
+/D [3906 0 R /XYZ 150.7049 357.2344 null]
+>> endobj
+3905 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3912 0 obj <<
+/Length 2417
+/Filter /FlateDecode
+>>
+stream
+xÚ•Y[¯ã¶~÷¯0ú$6ËHI)ö!‹î A @6²-«kKŽ$çìÙ¢ÿ½3œ¡.¶N{
+? ‡ä\?Òï·‹ï>êl™‰Ìi·Ü—&Ž…U™[ºÌ
+—)½Ü~‹´Z¬6©”ѧªìÊü¼ÚÄ08®”ŒòKy~¡q[t]Y=µ«ß·?->lj)᧖JJ‘f*©J$Ò©åþ²øcñÛïryXÈåO )L–Úå3 ¤PY¦——…±™pV™@9/þ±ø¹¹éenÆBßã‰bXQ‰ÌZG·‰ÐÆšþH«R.Ž¤-‰ƒýñqîô$a™Ð K{_w§ÕdGçz¥mô\4û¼-¤£¼:зÛõ:ÐÄMËL SÅg)uUðœÝ }‡MnqKm´°i¼ÜÀbåüòü—X¤±J—#ú¯$£«IÆ)_iý¹R6âÅ.yØ÷¾>|P3>hf`5ƒZGIÔ·o3êÐN( *&®µßˆM„rÒª‚5àãó©ÜÚ`ØèRäU‹Ý8êNyGÄîTà_ˆîÕ‚äúH„?Q½ySæ»39¡³°¶'–dÓ3‹96õåÛQ‚è?´Ô’’N„µIÂZ¶¯hÙ-ãLð–9n ÌdY¯å'Ÿ½Û¨U%LªU¯ÊMì4«'v**[&åµeµŠ%«å\ˆÈÃ[±¦Yϧ‚ÙsjŽus¹súÚvyÓ¹ûSÞä{rL?-àW®EÁò»ü ê„’¥yÏC“ÎçÒ„ZSË®€Ý²¢özÎC—,¡ŒJjÞèï^XK-y·§t ›½ Ý*“À.ã؇°²6õsÿV>•NÌâ»@A
+‹Ê¬”3+©`‰ëEÎ
+hJbÒ ®¶&éƒÏãˆ4Kœé¬Pì
+c¹¦Ö«&‚Wª±"³ò¨ÍÞ¬HÞØXaBö“³±ŽuÕ êþpæê
+¥_¦1µ?ƒö¨+9òêæPVy2¦WGu˜Ö0gdíW£U§èdYú6;p<j¨1‰™ÿúéµ5b)œ–æm©yî›?°Ú[PÛ¬
+¸ÓU{þ÷+àeä“4èBˆvf6[¡´Žß €a³‘Ñ ÑŒ
+ žKÊ
+w)4)GÚCyD$v,šÂÇ>¸ŠC««ïÜÚ›¿QA7Ôúã…$ c*@`,Zkj‡¥×D 
+È)\Ô}Û²ù¡{ÁT âí‚­‡[_}iñ—$†|u ¡lChƒß¬_íæ)7<;’Ú®Æ#‘¿¦QSäïz@,Û¹ã48FòKH:9äµêP~¥Ñ\°}uŸ¢c¸úfIúÖ{
+Õ¥ú‹ מ^”;á ÞT𦜦i¸)¾)ô׊á‚ÌwUoºÿ}Iæò-bíÞÔÀN>Sb'ßï‹–Ý_9¢M3R¼ªð „1“|-‚IŒâr$÷×ï5YwèDPBáÏò³ÖNYÆ1pTç‘ãÈÄÛ`¯ˆf¹¿5œ fðW¸Í4Å`[𖀉z}¤Î$9í¬pJ+8`„¹{¼™îù>K°F§Ó¢G'3 (ußÔs¨!2ËÔhͪxž_ ]æÀ‹‰õ©D7#¥·´FëÕhRR#м{@{«
+¨kl¸šÄ_¼Ævøû癲#ûÞø‘Æ>‚¬LПU6¤o ä÷s1A1>=C§£|Éd„ÖÜß7åµ#Qcº/B³Íä@FU`½/úqö”²ãÖÛHßçmütøuÈŠ ãþ‚ðb²ûcðÑ çBy]@¦w ø}1'Êgie{Ûm UôaÀ¸(¢%bWó«ÄCš¨;ÚÄùr…šÛÍÂK‚:U¸àÑóÀø/óY$oÃ%äÌu®»kȇ;-öþþò‘¢÷Þ†tÙøÚ¡õŒï<•ý
+Öó×ïl­g{Eò؃f¦ösÿë%Ç»rÌϋЉ{Ÿ^äó€!”™z¯ŸÖWÃ…†üááR»¿ÅÂǧ¢*yìÕŠ½˜ªš Uïå´×zV'Pr=îˆ/ìt'¸þ`Q6W(¤ã=#5c¯@^ôáä
+endobj
+3911 0 obj <<
+/Type /Page
+/Contents 3912 0 R
+/Resources 3910 0 R
+/MediaBox [0 0 612 792]
+/Parent 3888 0 R
+>> endobj
+3913 0 obj <<
+/D [3911 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1418 0 obj <<
+/D [3911 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1422 0 obj <<
+/D [3911 0 R /XYZ 100.8917 354.833 null]
+>> endobj
+3910 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F11 2828 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3916 0 obj <<
+/Length 2168
+/Filter /FlateDecode
+>>
+stream
+xÚ¥Xm㸠þž_ì¢@LTI¶ürÅ~ØÙî.îú†âÒbÛû q”‰»~ÉÙÎerÅý÷’¢äÈïôŠb€±HI$E‘©Üo¿ÿ óeÎòD&Ëí~)g)óe’+–äB.·»Vïú8˜n½‰9_IÉÖ› ÖB­Úfè‰_6ô%vWŸ*ݯÜ~·x¿]ˆ%‡?Š0HIJ¨?-~ø‘/w ¾ünÁY”gjy‚3‘çrY/"•³D‰ÈsªÅ÷‹¿"7£ÌM(ôƒFÁr¥äôl*e2R‘='^o„HÒÕ÷mmÖ©øª?š¢ü̹,ˆÞ¯¥=*QÅA7ÆÎ긺ƒ9Ë„£l&@:¿¼³»HÂp0s‚Û½ûv»²ÑÝeT×éüß­› NÇ#\ŠÈV…î¼–6æ 7¹ÛÑ8ºÔ·U«+3p$¬ðXäd"r¬Ò€äÇ¥Ûah˜ÝÛ¹5’±3ûµ
+œF«îHÞp ÉbUöŽ5Í#ä<Ë#d–M9”ºÂ;Âípyƒ§¶Ó8•qKŒÁ¥tEö° €¾Êói
+ÏŒ?·¶¬ŽõIpß;àpRQ€žVä 2·Ú¹¹G®˜ÌåØÅsñ»xntC…Nðà%‰”mùì ²Ž£TwfÚ'á¦p7ÑM'N0 Rg}¬ ›tUĽm¸-Ó6³ðm©:Úc«&°Æ†L¥>Ša¶m¼’òñ0ÐðZW¸¨;§Ô  «4bÓ|Ý}¡uu<
+¦ÚƒÕç}ù¯/¨®T}–2¡%g’@7’â/:,OÓIrF*M–Wö'ÚöpñÛs¹j`²û¡ý?Ú¹0Þendstream
+endobj
+3915 0 obj <<
+/Type /Page
+/Contents 3916 0 R
+/Resources 3914 0 R
+/MediaBox [0 0 612 792]
+/Parent 3919 0 R
+/Annots [ 3918 0 R ]
+>> endobj
+3918 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [212.2617 453.3342 229.1982 464.278]
+/Subtype /Link
+/A << /S /GoTo /D (section.38.2) >>
+>> endobj
+3917 0 obj <<
+/D [3915 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1426 0 obj <<
+/D [3915 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1430 0 obj <<
+/D [3915 0 R /XYZ 150.7049 654.6831 null]
+>> endobj
+1434 0 obj <<
+/D [3915 0 R /XYZ 150.7049 503.7885 null]
+>> endobj
+1438 0 obj <<
+/D [3915 0 R /XYZ 150.7049 263.7132 null]
+>> endobj
+3914 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3922 0 obj <<
+/Length 1169
+/Filter /FlateDecode
+>>
+stream
+xÚ•WKÛ6¾ûWè°@¥ƒX‘)±@ °=äP ˆÑH‚”–éX]ÙrE)Îb±ÿ½Cõ°WN[ïAÃ!9üæã<¸oÖ«Ÿe2D
+&‚õ.H%” ɉ”ëíÇ1ÂII¾6¦i;½â F­>¨öÁDŸ×oW÷ë ø£MRHšƒJòDР<¬þ^}üœÛU¼]%$•Î0H•’‡UÊ%œ¦ƒ¦^½[ý>šŒG›ñÜèëA'R"9gÖ…épž–òtt!Š)ùÌÆÁ…ˆá䆳6ñ‘ÀÁI8›A# & Óg4±‹›cgpXçêöÐ×Ê›¾ úÊôz¯[Å©ÌC…Bvçˆ&aƒZ'«G㧼V•¥6ÆË8µ(¨¨Ž¦Úz£ÕíÁÍ®* Áu¯wnX:Æ'<á–y ìM3kÒ~úlÅW~ .ÅãÖx¼°Pœ,b ~U0žcªM­Qm]²ß¯Ú¯À(ü©~ Íîjæ¨-Ég ãVÚ<.ùE%ÄÃàÖ¸ð4ó)Š9XRÏ ¾[p&)àçwot©z£í NYA(•Å¥×k7™‘Œ‰˜!,£ÜMÜû‰"£E0ÓÀœÚ6Ú „<P7ÍJÊk
+^fDf0åhDÞl<8Á2ºß4ß—¨—ÞÝHk7C~#–„ýèlåQžZ]Öýv
+?›ªn¦Õ——ðËû—ü\%e§¿wCbŽ g±xµ]7Œ7_rµæÂ(ÚV‡Ù]Ãè€äåêWW.ÜÚ=áYÞ?ÍßÂ:¿Öعeh‚²Õ»ÙÞ§k&:'«þç |åŠ2Fþ*÷Wá<Ep©|tm¦ðñ«ÌâgÈÛñâ2õËÓæKùüòuÈ'U×âVëÉó²»2 e5—Swe¾»Þsý®î¡e¿bGu4¸ÖªU]éÿÒV§*œù*,nTa1TažBŨ¬'<ÐØëGÔa¶’­ŸnÕ%áz››)»Hð;,-ök¿¼*…íbÖhçYpåg$KøЀ´GPjˆå‘î¦ÓœðÍÖ>ÕVMo°S1xå2—1½sL{Fã,˱ÍÀãíj#®ÀÎgÎû¦öâ;GïÎUWîÝÝá¤{ YÑËÜÆK
+endobj
+3921 0 obj <<
+/Type /Page
+/Contents 3922 0 R
+/Resources 3920 0 R
+/MediaBox [0 0 612 792]
+/Parent 3919 0 R
+>> endobj
+3923 0 obj <<
+/D [3921 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1442 0 obj <<
+/D [3921 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1446 0 obj <<
+/D [3921 0 R /XYZ 100.8917 656.9486 null]
+>> endobj
+1450 0 obj <<
+/D [3921 0 R /XYZ 100.8917 403.781 null]
+>> endobj
+3920 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3926 0 obj <<
+/Length 1398
+/Filter /FlateDecode
+>>
+stream
+xÚÍXË’ã4ÝÏWdéTu4¶,ùÁ†‚‚*
+² Ša¡v”ŽG–ÜÝù{ô¸r¬ÄîtÍ0›DÖãꜫ«s%}³~óö;’,‚R’áÅz»HhŒò˜” Z”º’d‹õæèÝŽï–+Lã§Ë?×?.âÅ*ÍQA Ûãg¦v|ÏT]I×k½ÌIt<pÉ•ªÅòö;\.JTf83SiTHŠÄZX[«œ¥‹F˜$nò÷ÐP¤\Œê_®RJ¢“® –IµæƒFÊÎUïÛ —7®¼©å¡aG÷ÁÄÆõ­Xù–ŒF7A3‰¶mß¹’TÇæ–A#Å— tUWô‡A¿*Î
+¼X% *)Å–€è!®§û…3Ó+ÝøÓèÞÌÁ»£«joÿ〈…ùÏ€º©1Ô]é–7­¸“îCµ0X@k»… 껫&%—È/µÃ +µ«¥8Ž*æCuœ)hÐÁ 9ôiEÅ5;äB = „¢8ÎskøC’~¯ÉY
+—£Ã$×Ã\Àz¹?šEçÂÍÕÔR¹R-$ï߸/¦X® ë Î’7}Üß8lŶíö}æà¯< ëŸ! oæ’HŽQ™Óÿ–ȳIx0$À‚Å«$~ã‹Ä1º
+ZoJ÷¦‰u5VÓ¨¤þg¾«ÝRÇ+8Ö%—5B!]3î¸r‰ç(#´ 3ÅÓ®HunÌJ<튶ÛLød¨À~Õ~âçK¶m›¦5x0©ÛK}ǪAì[ø—ýíÉfd/*U· c “ ?jS Ö ¸ä5I ðM3:LJ-Óüó1fÝ2)¢;ÍÞ1¥-éÓÀ4/€y¡_†Ø­ÎàÿÿR¹¿Ûñ:YVºç‹—ªãÍÃHcù4šþÔºPŒbJ>; ƒf0(ûÛ¶™Î?
+oà“ŽÍ†«*.ÔÕÜýKÃ*Î#Éé\%}š>ÿ€Ý 4÷Æܤ{×
+©ºÞŸ{ÀQpOÓž5 ©íãÍe["kæêü1ßûwX° öXËIXSïk}„¹–2Gþ„‰
+x½·d/6CÝ+gCÑ΢ewõöY¸‚Ö‘>>£4e¯»[ÜUáÐq)õF/S_¸ÍÒË „ãÌù¯\jœþ2Å·æŠÈú€ ùýò[ÏÈŸ¾?ù¹³þU×o%ïUgU®ŒÜ
+endobj
+3925 0 obj <<
+/Type /Page
+/Contents 3926 0 R
+/Resources 3924 0 R
+/MediaBox [0 0 612 792]
+/Parent 3919 0 R
+>> endobj
+3927 0 obj <<
+/D [3925 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1454 0 obj <<
+/D [3925 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+3924 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3930 0 obj <<
+/Length 2140
+/Filter /FlateDecode
+>>
+stream
+xÚÍYKÛF¾ëWèƒX½ì7Û{J6Îb³1’…gâ(©gÄ 
+Ie<ùõ[Õ/‘g&¶s XÍbwuÕWoÎW7‹¿}ÃÌÒ£˜ZÞÜ.yN‰¢F.•‘DÊ–7ûŸVŒJÖ›<ËVo‹á°ÞXÕíÞöëŸo¾]¼¹YÐeÿè’fÉ Õpž)ºÜÕ‹_?ýœ-÷‹lùí"#Üärù
+Â5»Æ§³ÕÑ6E5<>Y·£b?„}a&x\ÐÕ¶³Å=ââȱÀ‹ÂS¶eStž—Á÷á ¦'ÛfWµ½  —áuá_ö§-ÞŲÕ%U4QBši$`±!Èeˆ®wBJ ÝÚ0À”*·ý{!H.h¾ÑŒ±x»¦:NÕðzM!‰0¹ °È,ó‚Q‘™ s 2`П†yZÌ\S3.Î0ãS€Ù-Ãû
+?U„#ép(o‡t –/ð=‘­^Z1XLw­ sàÀÃðg1C˜ÊÙÔ^.¹r…›Ž'
+endobj
+3929 0 obj <<
+/Type /Page
+/Contents 3930 0 R
+/Resources 3928 0 R
+/MediaBox [0 0 612 792]
+/Parent 3919 0 R
+/Annots [ 3932 0 R ]
+>> endobj
+3932 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [135.4527 246.1673 147.4079 257.2923]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.14) >>
+>> endobj
+3931 0 obj <<
+/D [3929 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1458 0 obj <<
+/D [3929 0 R /XYZ 100.8917 440.1662 null]
+>> endobj
+1462 0 obj <<
+/D [3929 0 R /XYZ 100.8917 169.849 null]
+>> endobj
+3928 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3935 0 obj <<
+/Length 2359
+/Filter /FlateDecode
+>>
+stream
+xÚµY[oë6~÷¯ðCÚ@Ìò.ªE_Ú=¶À¢X$XhÚ­bËÇÚÊ’$7Ç(úßwÈ!-ʦO EDɹqøÍ óÍÃì‹ïx>ÏI®¹ž?lçLQ’Q™Ïu®ˆÎŸ?l~Z|»+CÙ-W’Òd¹20øW1ìÊ}1Tëg–†.N‡²/‡¡jÞ/~ø~öîaÆæþXÌ›Á@³ùz?û0ûég:ßÌèüû%"7jþ ?(ayÎçû™P9ÑŠ‰@©g÷³ŸY®Î<W1Óo¬]’%íRáB g׃UñÒŒÀä¹C¹djñq@ûáT—w¸iÂ~vÙA®s›ïSì)Qœ*Ͼ_wÕáeæ~gŽgrŸä® U¹žpOË
+Ý ƒCW®ËÇûù*'\> ‚ ‘P¨‘ý:îp ‘ä¾v42ÅC¹ÇѦµñgG.ì ¨»²ØœðÇ®Xr‹M€Ú¥ŸÆÏÄNK°vNìs1àN(Æð«Pœìë½câíåºz¤”‡ð|:]D`j†â£¿Ã2
+'®s0Ï|—ˆ#AL&eÀùÈ´kžRŒ©°¶Ú%1!“&àdô]°l¨7)ž6݉3ÏËŒÁø4¿´ÝËV«×ZýtÓf¡
+r£°¾ñ¼ö‡á„$#0ª«~˜æL…6®´Ip(•-Ÿ°Š®ËÆf¥,w‘açûÈ>K·þ³t«¤[g•t 'y fÛuöšØi«µS
+Z„H1£i7M3âÍ´›žÈÂnš~¢”Ô°i‡|Q@‡¬_Ë!õüàÚ^qæàL²~Í
+Î"cL¦šZ~©®©½béy®¯’.m}Õ
+å¬â2.¬>t©ZDPÂÄù 9¼ŠL‹4¨9 PF^öÔU“ªÐ#Tsó!$N` Â姶/¥rÚ
+ɹmÐà†Úœ¬(üÊûÿ,3¹¨Öømô®úßo»ö8à¯GÎ5Ž°ÓÓšá‘Ø×ǸÏ
+#ùGÜf‘·ç|ѪuøoòÿMá@endstream
+endobj
+3934 0 obj <<
+/Type /Page
+/Contents 3935 0 R
+/Resources 3933 0 R
+/MediaBox [0 0 612 792]
+/Parent 3919 0 R
+>> endobj
+3936 0 obj <<
+/D [3934 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1466 0 obj <<
+/D [3934 0 R /XYZ 150.7049 593.7783 null]
+>> endobj
+1470 0 obj <<
+/D [3934 0 R /XYZ 150.7049 342.1867 null]
+>> endobj
+3933 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F11 2828 0 R /F13 3278 0 R /F14 2180 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3939 0 obj <<
+/Length 2904
+/Filter /FlateDecode
+>>
+stream
+xÚ­koã6ò{~…qX ³|‹ÚýÖסýÐâÐàP [ ²LÇêÊ–+ÉÝÍýï7Ã!eÉ‘›=,‘Ãáp8œ·÷óû›Ï¾–ù"g¹•vq¿](ΙåÚ-ln˜Í…\Üo~ZJÅ»]9Η_ÔE×ùîv¥aÒlé»/ú‡?UYÔqeý«/ûîöçûoo¾º¿ ÿÄB
+W»ßyâøØVûª¯n¥Yþ~+Ì2‚Ëf¿/¼Èg_«‰¨4sØY Ãœ:{+”Fi”»¦*ýq›m³’eV#÷ˆÿå á ®©âúŸs$gÚò,¢ÜÏ°Lq+_N㇆qËó¿AcŽ p-‡ÛÆäY@|³"sAÆ9dí{T2i—}x!™-Oo Ô}Ym ¼mNü;>^ÑVÅ!í
+
+8M·M»?ÕEÚ×N°¥lÙõµïƒ€Ò9–™<_¬$“ZØÀåWa A ·Á¤esèúöT;ÀF]‡ +™+03ÔY!Xn ™Y<´5. ª\ºæÖ']-ŽÇ¶…-úhž‘lA³’[ûJg`Ò v| GÚìlÇÒãwjÇaålÇ串cš+H¸¦/ÒÑ[î›'ØÚ×ÍáÆ}C_`?¶ôõÕ­X>ìzš•Ä+£Ù—þè›*ÑhâYQ8›N`ÍzϧG–A
+tJŠ©¼§ý\ÜÓƒ€Q­ŒtªÙ˜áLžú0ÉÇ#.´bF Y:"^Zgb™¾dE0¨ƒjá(({&’eÒ„œB­¤íEØÅ“"°éü„£Ù}:,>üþXô[?§eÛLrêuA.(œ¹çÃø-7¼óþ¹/ÖuJhº¾hûèZ@[ã¾cñqW@D°QÄÉË™$äÞ´à·ŠöqNS43|x ×`Zp\Ý`D{ïÛ²@i!èß­÷ïp‚Û-X£o;Z
+ò7ájMB6Lè%j×ùõÔõê*i'ñ23’ùäÍ…ì®gGÎ2ˆ3éâ)-ÌÜ]C%!à1
+¶¥"^GÑKþ„µÌ …©Æ\GÞQ>/ÿºhoÁ¿Òk‚}[ôM;g.“¸Á´ñ9 Ä¡ZùТ'ÁD‘ÃRwÚÇAõp.Óˆ´*—¿¬«‡O–jÜUî"¡nΡÝ;eGBBeqœK£0?6¿H)Òå¦I™„äCŠ)Ù¦¯ö~.Ð ɤJš‰ dÔ
+€‘.*@GÓ`8(!¶´!HĪ6$Eu¾w=ø;©‚0
+á×u@P‚©—F%
+oŒ$ ú$OªØié©n.Ç™zÙÔónÞ²Ì>=*úÇ”ôiæ2¾7 @úåU„P9¿,#Ù«Ê _¬ ˜`8cª îye:kLÇ$ft¡7³¯ê¹âÎr–i5*îTfÎ¥NB3$³‘O„¤.!HaÊŠãmƒ '½¯°¹†£ùw¢r>ŽÛb?—ifÍÐpÆ@µ÷ß Œ‘¨2P´\eO2Ó}f*uIsÆ­r±Ij®4IÍÐ$…§ã1¸8.kßÇ&±» ÎEô_àlª‡ªOÀ6RNœ“ÒB*ÄÍEl|e*ôMúÉ tŽZ$.‹ L
+endobj
+3938 0 obj <<
+/Type /Page
+/Contents 3939 0 R
+/Resources 3937 0 R
+/MediaBox [0 0 612 792]
+/Parent 3919 0 R
+/Annots [ 3941 0 R ]
+>> endobj
+3941 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [325.1181 466.4907 342.0546 477.4345]
+/Subtype /Link
+/A << /S /GoTo /D (section.38.3) >>
+>> endobj
+3940 0 obj <<
+/D [3938 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1474 0 obj <<
+/D [3938 0 R /XYZ 100.8917 584.2278 null]
+>> endobj
+3942 0 obj <<
+/D [3938 0 R /XYZ 100.8917 463.8537 null]
+>> endobj
+3943 0 obj <<
+/D [3938 0 R /XYZ 100.8917 440.4026 null]
+>> endobj
+3944 0 obj <<
+/D [3938 0 R /XYZ 100.8917 391.5368 null]
+>> endobj
+3945 0 obj <<
+/D [3938 0 R /XYZ 100.8917 368.6602 null]
+>> endobj
+3946 0 obj <<
+/D [3938 0 R /XYZ 100.8917 333.2174 null]
+>> endobj
+3947 0 obj <<
+/D [3938 0 R /XYZ 100.8917 306.9147 null]
+>> endobj
+3948 0 obj <<
+/D [3938 0 R /XYZ 100.8917 284.0952 null]
+>> endobj
+3949 0 obj <<
+/D [3938 0 R /XYZ 100.8917 258.5081 null]
+>> endobj
+3937 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R /F41 2190 0 R /F14 2180 0 R /F42 2194 0 R /F11 2828 0 R /F8 2865 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3952 0 obj <<
+/Length 2080
+/Filter /FlateDecode
+>>
+stream
+xÚµX_ã¶÷§0Š<ÈÀšá_QÌ!/9\€ ТF4—­-¯Õ“-G’³»-úÝ;Ã!ejOÞ½> ¬)r83Îüf†ßm_/ÝÒ1—Ë|¹Ù/…áÌrí–¹3,wB.7»_³÷‡ò<TÝj­9Ϥb«uƒŸÊáPË¡Þö´²Y<{>W}5 õéaõÛæ‡Å‡ÍB,9ü‰”·€A.–Ûãâ÷ů¿ñånÁ—?,8S®0ËGøàL8'—Ç…2ŽåF¨8Ó,þ¶øëÈr=ò\§L¿Ãsi(˜3FNf,“Ê(08‹^­…Èmöc٭ϪÕZžµçª+‡¶ëé³<íh
+¥ûËqÆÎR3«œteÔíëã¹ *íªœËSµ#EîŸgä­e>&¤™
+ø` ‘Kô@Ü‹@Æ2ŽŒœ³ŸˆÂ&ši®ò`¦oÅŒ!K™…¨Z É„td¨?£;ð(+‘a¬àwt<-Lã}k¼oí\ê!& DÞž°æ=$˜ˆ<gÉC¼Ó¦â™=ßÀVÈ£6ñ›þ¡rDE8çÁA¼€è
+Q+ï5è‚…bê5©ƒ´¨>0Üz¡òrÚ½é é+̲Jƒ,,ôäŽÓûQLÂ9À\QØ
+SI^O1\2ƒa
+@‰ÂÊ[†q/óEÜLû³\~A
+†“´gŸ„%bªñ4×µ4)<ÿçí|#Žù¿©+ͳ»Ç2†â‹zäšÞ#d½†ÄJ““ÿc&LýK@,]¥iX­!®¤E†Rßjº’PLjT¬ÐÌÈ¢€n-ùW5#U³MxWA—Å9Ÿ‰ûÐ!
+=8Ê(X»®…âõ`B=î;Z„:ôwБÓ|pŸKXÅÃDò‚ÎÊ™Üv⻀MÊùçíLL¦¾0MuÁÍ4…EŸñ¨y¬ýãÌË»pš±yHÒÒ¹hòÂþùxß6×·»ï×'“X3Ý.y$·û²£]$Ž¼¦ð»ÇW êýtøõ8¿£qH‡È=ì]`x}¨ð¤ñ¡âŽ¾Ç’=°‡ ÙXI3‰ ¹ùÀ©'tß>ùê2–¥]4†nÌGã[ØõÕEBEP„–\r´ÓËBã+δâ1_ý¼BÿÚbyë±áCýÏOøõ
+<QW
+@Õp+±'P&®Ó¿Ð6H™a»“`ÎzK²ÿ¾&ݽendstream
+endobj
+3951 0 obj <<
+/Type /Page
+/Contents 3952 0 R
+/Resources 3950 0 R
+/MediaBox [0 0 612 792]
+/Parent 3958 0 R
+/Annots [ 3954 0 R ]
+>> endobj
+3954 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [301.232 450.8737 318.1685 461.9022]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.21.2.3) >>
+>> endobj
+3953 0 obj <<
+/D [3951 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1478 0 obj <<
+/D [3951 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1482 0 obj <<
+/D [3951 0 R /XYZ 150.7049 210.4832 null]
+>> endobj
+3950 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F1 3332 0 R /F13 3278 0 R /F10 3010 0 R /F7 2845 0 R /F11 2828 0 R /F6 3957 0 R /F8 2865 0 R /F14 2180 0 R /F51 2929 0 R /F42 2194 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3961 0 obj <<
+/Length 2815
+/Filter /FlateDecode
+>>
+stream
+xÚ½Zmã¶þ¾¿Âßjk†ï/ôC$@´i›E  ²­ÝUΖI¾ËýûÎpHYòÊ{WÜ¢ûEÔ ‡ÏÌ<¤÷›û›/¿—aX°Ò.îŠƽ³  ³AÈÅýî×¥T̲ÕÚs¾ü[Ñ?•‡¢¯¶Å~µÖ éŽÅ¶ªïV¿Ýÿøå÷j¬MÀDo´Xð¨æp¢1“/
+Í´6> yÜŸJtóÝý Nã ±œ3„›sÜŠÅöpóÇͯ¿ñÅî†/~¼áLoïá…3‚\n” Ì¡²dóóÍ?•ëAçz¬ô›gþ8Û8&•QÑʯçÖ*˜=io„Òï¶eÝ—íÌšµeJòÆnš?Á“:,«ž†/ z}·fY¶ÙÕÐ1ŒìŸŠžDqHŠ¶-êÇrGÒ®y6®Ÿ~mkãp65 akI
+-P†
+nÃ4[¡ çìÈÌâ¡Q–ŽÃ›²˜àÌz(ôÓøýS–Ž!ÊÚXäuŠ±™*ë-§
+ìMI ›)©‘ª’†OÓvEš€Ch@ÊñCí\¾8§EN³MÌ=qä’P¹ÍÝ»ys1³¡œx4Rތ͸Pj“s+÷E»~ù˜'%¨Ï&âéyx!91¿ êHu™Wÿ½™C™.j>ƽvʵLw‚#¥Ô$%~x’óqh“z6åCÓ&5=pƒWb™„ÃÚÓª“ëcº×bZC™ öÌãnôÑå©€£l5ã øŠ$õ¬³°Þsÿ±cƒ Ô¼…
+lp Ø2J€«(lÀyh©±´^hH<Û»ä濸Äþ©7|ùÓ‘žßÄš•ûÜS&Ñ·”å°ùÜ jþý~ùsœœ –g¨"Lz8`ÂÏÂ+æT°×~®È:×c¥3?WÀ ÖY‡3GaÕ໸œv7g¬°!ÞS)Üu[É.¶¦f†ýŒ©¨q=V9c)„çPÒ§–Ââù/_g`¥—T>!ÆWE¯BÃ>Ãp ôt>N‡Œlj8Ž~ÃxÉ,§‘*î†Ý¿æá˜rÚ¼¦OF*_ò‰ä "ÝÎ}ìwùúòÒk:CÞCàš7¸ÚÉä½1R9ç Å´·¾ç& Ü/#Bªø
+ÅIÂZÍŠ¸Aiáè©õx–ðàË/’¾ùHž}¤sÒ¸i¾PwçìpÅG°¦×¾¢Æ*_ð‘ŽÁüà#õÌGêŠø«øˆp¤ïF‰óš“¼`RÔ+úè¬ñ… ŽMÁØI¢á£ ÊÎpÎÍ“„ÒÏëAdîƵâÚêm`Æ(ÿšË©|iýN1¡¹þ'Z{7®›×܇uükÖŸ±Ê—"Ζ
+endobj
+3960 0 obj <<
+/Type /Page
+/Contents 3961 0 R
+/Resources 3959 0 R
+/MediaBox [0 0 612 792]
+/Parent 3958 0 R
+/Annots [ 3963 0 R ]
+>> endobj
+3963 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [178.6376 599.9258 195.574 611.881]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.8) >>
+>> endobj
+3962 0 obj <<
+/D [3960 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1486 0 obj <<
+/D [3960 0 R /XYZ 100.8917 576.7679 null]
+>> endobj
+1490 0 obj <<
+/D [3960 0 R /XYZ 100.8917 503.0881 null]
+>> endobj
+3959 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F51 2929 0 R /F8 2865 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3966 0 obj <<
+/Length 2366
+/Filter /FlateDecode
+>>
+stream
+xÚ½]ÛÆñý~…ÐKÅiÃý&ë'Û°Û.ÜÖ‡"@ µwbL‘
+?r¹üúÎììR¤Žg_ƒ¢ÐÃ.ggggç{V¯o®¾y'²UÆ2#ÌêævÅuÂl¢²•É43«›ýë7‡üÔ»v³UI²’m¶)Lþž÷wÌû²èhåf“&뇓ë\ß—õÝæÇ›ï®ÞÞ\ñU?>¥Íabøª8^ýrõÃÉj•¬¾»J˜ÌR½º‡„ñ,«ã•Ô3šË©®>^ýs$¹in§D_㽸Z¼—¶LH-ý½>%Ü"—ß¼K'¸R±ÔÀQIÀÑ áÌJ–Z¥Fœ„?¦#˜5öŒ¢ÊLÞ32×$Ʋî\ÛÓ¼©«‡¥±w®×¿…õ¼ÞÓd_v§*¸Çfﱺéçû»¢-O‘z;…MWÂË…ko•f2Õ
+$/O…ºãür3AyçÐP2»þ3 5± ¦(†v£/øÞ¹":G9á¿öw@äÝÏ®Ë@³hjÜþ+JÄçö´§ohùC»ø·aì !î[Æ+
+·Çcñk÷@#°ì×ùúÃ) ~8¹:Lÿ1ÔEÜÿ/W…jÇÛ¦ªšÐëûKªoª¦/°)*.‚mÀH¿  ªküªô2¥5šx9À¸$G
+º¤ !ê‹5È[Ä U´
+îK“#œŽ”㵎»[»C;ÔŸ_ìKŒ P¸TâqîêMk,'‘ÌÈtî1þå4ܵÍp
+‘1¤/¯{Æ:ï‡6¯èã¾Ü÷F<1žyS–œi¡´?Ò£ab³å ¦È¡û\Â1B'ëvÃÓµ»ƒˆáÚnánè)“‚ȼ/?ox²F3ÙÔtlâï}½ ÁT0“pþr•Ø¹ýÃ^—H{
+-",óô˜¬I™<Æ r‰®eV¥Ñø¤ÝB„ª•ø*¡ô«U8™Iä“Z–ãbÐÙ1/Ú&"Å™Cª/òÞÔ¡º¨ò™“üå¿QjíîŸô„ÿR½:kR3“Û«¶ìG=q+ˆ¾”gBŽÂPŽu;ˆ#Šµ»Ø‚¨/#§aÓ¬óJŸ›~dH?P›”}ºS^ –pŽ‘GèÝaåþWSÒ·˜t¶I¶y˜'OÓ¾¡ÌUw„ä##.@8Àœò’À‡PôœËŠXÜx"wyX1æóÁˆd’ééP¶yÑ“s\VÇe·”«8Kl]æOÐÙ&KV•0êèŠ>—(½†–+N)­@2Ë,úÖsÒÊ5íì}g‚£·˜ cyj0óû¥°rÌQ8û©‚fÛµ/èË›’2럠­âk¯|ü…òâ:Aã}YU”PSËX÷\^;wÈ7"6d„ÕX˜PÿÆ¢/Ïš A~TÅ,ÿ’Fc“RëÇhðØ¡Ðì”߇Ö~T'”ø‰&ƒ|µ?–e°€::ËùШ©x–Ÿ‘õ¨$”ú YŒýÃi)"p ^%Æs#Íq| ÁŠ ?Á,x¨_
+5—HŒjŸÙ\Iîó|é a!ÕϽÀ¡iËß!\æÁ"$ÖãÖ7`“xâR
+”Äê/\Ê2 D&*>ÆI-Ï1Njµ6þ¡ÄÛvÁ[-èßH1-,Ÿª™8“©x¶úo= Y:ƒ†Ñ>[]ŒxïÀC±6Ä;yk`°F€ÄÀ)Cá  ]
+5–e™Ò“il,RH¨[°dR,ÀBbA/\HÙTσZS¿@5¦TCýö
+Á)€zsD8õvVF„é íˆÔ »³‹#rØ%Ö§¡ïÎ/²Ú¦Þ\Žáß„É“gü÷b,_«Ä×Ë„Š]ìdÕ®óO[ôÊCZè:G‰’çíÅÿç {W¡]@Ö£å91!ò(H™1ŠzpHNrLiÿÞXöEß„®émùóçC3ôôõIC3*ö ºŠÅŠ~;«õ¥†’á þž¶¡ÿÑöL¬›4á/²ÿ
+endobj
+3965 0 obj <<
+/Type /Page
+/Contents 3966 0 R
+/Resources 3964 0 R
+/MediaBox [0 0 612 792]
+/Parent 3958 0 R
+/Annots [ 3968 0 R 3969 0 R 3970 0 R ]
+>> endobj
+3968 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [380.8791 411.529 387.853 422.4727]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.8) >>
+>> endobj
+3969 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [407.1011 337.7691 424.0376 348.7128]
+/Subtype /Link
+/A << /S /GoTo /D (section.21.1) >>
+>> endobj
+3970 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [228.3349 307.2746 235.3087 319.2297]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.6) >>
+>> endobj
+3967 0 obj <<
+/D [3965 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1494 0 obj <<
+/D [3965 0 R /XYZ 150.7049 554.3572 null]
+>> endobj
+1498 0 obj <<
+/D [3965 0 R /XYZ 150.7049 399.2062 null]
+>> endobj
+1502 0 obj <<
+/D [3965 0 R /XYZ 150.7049 179.5294 null]
+>> endobj
+3964 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F8 2865 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3973 0 obj <<
+/Length 2790
+/Filter /FlateDecode
+>>
+stream
+xÚµYmã¶þ¾¿Âd ¬Y‘ß.ß‚&hƒAÑM pZ›ÞUN–IÎvï×w†CÊ’Ž{w)Rnùªáœyæúëû›¿|+ÜÆ1§…ÞÜ7R&µÒíÓŽ‹Íýá§[!™eÛ-ŠÛڃ­ÛÇ»í®„žnËÕíïø' l¹ÿîæ›û¾)àßð¢`ÖqB93…æ›ýéæ·›Ÿ~)6‡›bóÝMÁ¤³jó ‚qçÄæt#•cZq™zš›Ýüs¹›dîæB¿Æ Éù†®k+ÄT2lèg.Ëîwߣ¦ëàŒKX5Ì«‡íN u;>yªtý¡n«þ…ZǾÚu×~µšõPõ©§Þ¿kýÄ”(.,¸ÔÐif¬âqITíصã¡>ùÖfÔ‚-uœÞWk{¼‰ÿŒ¾@1ü|³J1Ë…‚SãÌ)X
+¿ÄEÞdô‚Âj˜,˜,è¼¾@­Îu:6ñEN/ÃJ§Ë¨×c½É,`÷p Åí[úŠÍœ‘6·b¼°|#™(O |mBB£” ó…í>ÂJæ
+Ç_±Ÿ$p7—ÌÇÌ´ÃYVÃ6á?S%'Ef÷à-RØF)•
+³¾ÌœíŽk˜XhNW«ÂNw^ÝùsÌ]Îÿv‰Ç ªÆ·#õ•É<©õ\OT{ïû81jø2jÖ"X\i“EðµI êÿ“(Y)
+³0‰åí¬ÔŽÒ0«´ø³¯Æ]¯æŒ>*Z.ïFZw÷DJ>ŸÀ¬)ÓöƒCg¤Í@»xÁõ-ìnš0œý¾þ¹(„ÒÅùÕ FT>®Æ§«ŒŽ]ç¦Þ×cóò&{(°©”¯LÀ~©’µ»
+äñ“CGeÛñˆç`qÏÔJž'ðç·¾Ý7ÝÄ-èͤGÆöõpn*tM‰¾s@yÒ‚!g¾J½ž@÷X½Ûr/-5““Ìf X`»ñ¸c†qpiˆ–9N,Š<Óàœ»dÍõãÓ­<ï¹¢âõ¯ÆjV+–”ø©BýJGD
+ÊOeÐÊ×ôpJÛ¬º<¯®FÏÔe´À}´¨†¯‡xë¨CæÇ ÍcßâÀSœ‹S-ÞꎗŠü`q»G”Sêæ…0FÜ­HÃðrzè"®¡Ð„EíjÞþA'±Ða|i<›¬É2©
+Zï~š²ú$x
+pkX¡*wèÖ±W™c9ŠbIy=2M”
+–à=á/©]åè‚cÖMÂ_åVÉaNUØŠ¸£o96#ò£i¢TnÚs¿åööñd$N»“R ç«Ôòè¤6¿! ²\ü± ¡Ô@>”¨$Võ‘ ¦µI;Ffò*ÒÏå|»Ð#°rè+4§çÅLÊv±#X UIÚòé2žÂȨ¬+À’¶ðq3SZ5bQ<Ó+,z\æK˜j
+Z Ê·ßÇ¥°_#©èNw4)VÃPVç³!j!!ÁoBÄÅŽ)âb#ž·ÁíaP¥À7ñÌü —æàÂÊFòbEb 4`©Ø£¤
+t,_ÃXä
+8š¶Õªº…0™½âš“¬=0¬¾2@óüøì}–™NÜãúž1acÌ<W&§ƒL^~nƽ²ø¨Wr¦…üd^P.óàã\°™9ú÷,&ÕÝŸÄ]3Ø¥ *J»Â.– Í¥ÆÜ'±Ð•|®yˆ…W(˜@;(L–P‡ [I¢‰Ð Uåí}8Ži¾´
+w u|®ÀžëkDøª¥òØ©·ïôÅ~PìÜÕí—!ËÃ;`Æè¹(2ŽÜûÓnzŽ‰[ÓtÏÓ¬1Ï
+Aã:Öhƒ¸v½s’2'Y‹yd'4 3gy? ¡ãsE©ˆc‡÷¯˜¼I•žÒDÆW«8˜
+endobj
+3972 0 obj <<
+/Type /Page
+/Contents 3973 0 R
+/Resources 3971 0 R
+/MediaBox [0 0 612 792]
+/Parent 3958 0 R
+>> endobj
+3974 0 obj <<
+/D [3972 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1506 0 obj <<
+/D [3972 0 R /XYZ 100.8917 391.0127 null]
+>> endobj
+1510 0 obj <<
+/D [3972 0 R /XYZ 100.8917 245.9049 null]
+>> endobj
+3971 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F10 3010 0 R /F7 2845 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3977 0 obj <<
+/Length 1814
+/Filter /FlateDecode
+>>
+stream
+xÚ­XÛŽÛ6}÷WøÑl–¤îíSÒ&@ E‘E ÉmÉk¦ºE—nܯï g$K^%Ù&Ákj8çœ^žß­~x©“u"’P‡ë»ÓZRDÒOÖaˆ0Qz}—¾Ùü|6u—5Û½/åF{b»¡ñ»éÎYa:{l©çnËÍ¥ÎÚ¬ëly¿}w÷ÛêÅÝJ­%ü©©mP­ÅêÃêÍ;¹NWrýÛJ
+/‰ƒõ|H¡’D¯‹•$" ”7HòÕ«ÕŸ£Éýhs?5ú×åÃŒJ$A ç "¡½Às ƒµ(¹Ý‡a´y¹ÕÁ¦*»í^r“Ú"+[[•-}W'ú=™Âæ6c©¦SnÕ&¥¶‡«¾ ª?c¡¥ ݤ¿‚-/ô7†~NnRlÙ–~û6KYRÒo—mU°ùÈzE•f;jÞátkåijŒ‚ÚW4Í ×å‹ØWñz"M#lžS+¯ª¿Ù£Á‘Ž=y+¥nZ–F´4oÆ©E{Öˆ¶ß*ÏÇõ¸ð-D"D¢“„µkÓ˜"b³²Í2ç÷^'¡ÐQCìÝû ”“hø ®0 I1lHj˶3å‘uºŠºàRSå$lksv
+êúµ$)ðø¼£æ¹B*<døÿŒ;0ß—žª¨¶ÎÀAkÊÔ1 -BÎ+ç|™ei–òÄ„œ—KÿÉÀÁ@¦eàpBv’WààCkêÅäHêÙ(\÷YŽËi«€à@ú Ûâ ™2%Á£)z¾@k=OyP'åæÅ_7</6q^'šÌ‹ßÞŽÇTô;BŠÿ T¦±Uï¬ÀÀ¶ÎŽƒÉa:„˜\‹” ÉÝàJ9dÚ ?ò¿{@§**vmhag³Õ’ C’C–•ÔúÐWæ4¶µ6sË‚SSÔzã½”1P¸fµÃƒÊÅ“‚%ÔvÀW—â€!p…iV¾L×5ö€þô«Ï”¤È™}6×wÙèØz ð¼P•Ô5#È5×'cKyž¸4eKÛY““
+çì#†+R]µ#‹›ÈÌ`p×.Aƒ
+Ú4†0Ùá7¡tllÝ‘@ þƒJöUšuô{Äì0‚Æ:N tp‡Ä)ê¶D<±÷p!¹©ëüÂÛÞmæÃÂ[$…§n¡™„€]¨óÀJ§¾! }@¹·˜\Ž@Néhz2G
+««>¤Fj‡ 8kUCÊÄmSÔ9σ€,D³nÀ]WE‘™n
+ø5e)ÄÌqÓlƒ`#F314>6üQr
+Ñ/‡úƒu—æÙ}~©Ï»¡¨™Ñ©UáΊW‡÷x _Ȥۇ8– )áê«¥RyñSJ´Hbíò3Éhq?5ùüÑó†ë|’ÄÑufô5mªšCU˜ÃÆ%<_¶§¥üfó=áåDtŽbUχ—ý1Ïz:äï¸þ&^üiæ|2t*ŽEâùÉw ÝÔägB7ªÝ†îzütèOÜ¡êºáîx;q¼+í~ƒ…¥·<_á[ˆ«(K‰ÝçÌÞŸ;j×¹»\C+Íj—>OìD3³pwÈ!ðö†Ÿ†”ç›»O—µÅóëv|˜o(H¶üº#§3¢oŒ|Ã~OÕç¨á­å¶ŒøZl.cÅiw7‡¤1êK'(~ÄÀRöë{ Ço°2æ—: T Cßñ3î€ÃKÝ_Û®áGwÃöýßçªç÷ƒ·Z‡Ô¢gª0±y°R‘D‘š=SyA®'ò×4¯Åd ScmCªþ‹|ïãendstream
+endobj
+3976 0 obj <<
+/Type /Page
+/Contents 3977 0 R
+/Resources 3975 0 R
+/MediaBox [0 0 612 792]
+/Parent 3958 0 R
+/Annots [ 3979 0 R 3980 0 R ]
+>> endobj
+3979 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [172.4695 623.9264 184.4247 634.8702]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.4.3.1) >>
+>> endobj
+3980 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [354.2399 590.0784 361.2138 599.0047]
+/Subtype /Link
+/A << /S /GoTo /D (cite.BB:ISO) >>
+>> endobj
+3978 0 obj <<
+/D [3976 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1514 0 obj <<
+/D [3976 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1518 0 obj <<
+/D [3976 0 R /XYZ 150.7049 576.36 null]
+>> endobj
+3981 0 obj <<
+/D [3976 0 R /XYZ 150.7049 440.8791 null]
+>> endobj
+3982 0 obj <<
+/D [3976 0 R /XYZ 150.7049 428.8002 null]
+>> endobj
+3983 0 obj <<
+/D [3976 0 R /XYZ 150.7049 416.7214 null]
+>> endobj
+3984 0 obj <<
+/D [3976 0 R /XYZ 150.7049 374.3341 null]
+>> endobj
+3985 0 obj <<
+/D [3976 0 R /XYZ 150.7049 362.2553 null]
+>> endobj
+3986 0 obj <<
+/D [3976 0 R /XYZ 150.7049 319.868 null]
+>> endobj
+3987 0 obj <<
+/D [3976 0 R /XYZ 150.7049 307.7892 null]
+>> endobj
+3988 0 obj <<
+/D [3976 0 R /XYZ 150.7049 295.7103 null]
+>> endobj
+3989 0 obj <<
+/D [3976 0 R /XYZ 150.7049 253.3231 null]
+>> endobj
+3990 0 obj <<
+/D [3976 0 R /XYZ 150.7049 241.2442 null]
+>> endobj
+3991 0 obj <<
+/D [3976 0 R /XYZ 150.7049 210.8121 null]
+>> endobj
+3992 0 obj <<
+/D [3976 0 R /XYZ 150.7049 198.7333 null]
+>> endobj
+3993 0 obj <<
+/D [3976 0 R /XYZ 150.7049 157.0982 null]
+>> endobj
+3994 0 obj <<
+/D [3976 0 R /XYZ 150.7049 144.2672 null]
+>> endobj
+3975 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+3998 0 obj <<
+/Length 2060
+/Filter /FlateDecode
+>>
+stream
+xÚÍY_ã6ϧȣƒ›¨úcÉò}¸»@ ÜÃá‚¢‡n<‰fãNgmçfçÛ—”(GN2™A›C‹ÆEQ”ø#)1ß/&ß|”å´d¥‘fºxœÊB3]Ú©)53¥ÓÅê—L*&8›Í-çÙÇ™ÐY³ëgóz«zëv]ÝìºÐoÃ÷q&xVmëMíhD†Oµ[…†šýºøqòa1Sb*8g¶,-XÁ˜.·“/“_~åÓÕ„Oœp¦J«§ÏÐáL”¥œn'J—Ìh¡"e3ùÏä߃Èù sž
+ýþl×ǵuÁ¤ÒÊo[À–á<@é¯uw¦®–,çV§¼C]ÉJkíkÊF‰óTäeµÑ'º®]ýyÝßÃÙê2ë׆5«‡M÷?üçR>h<TÛÔ;šå˜?¶Õ²#Gæv–óì.0ƒ¦ÜK·ë[‡ç{ó(ƒ›¬ÔZx]½|e³ 6ûŒóT™­@…mÝ; f] áÀºmº>´š½k«¾iO9Z·©PÇŽ…þb]w¡µoºš´‡ ‘zèͬw^W• ˜çÔöõ²ÚÄú}ջτt¯GX¦ó1‰æ*gÖ€ç²dÖeâGà |øÚ×iôI~…½ª‡¥f’g‡ÞuaP[˸–AÛŽùACE¾˜“a€ðHn«pË~hpÓ—@WყHyÖíݲ~¤ñAÔ³Ÿør²€·ßÉê©‘‘<˜ï™W­ ‡Û¹ž +•´ža0&²OœËÖCBËl_µÕÖ!p–À°;l€àÇ-ÑV.ì÷°éO½YÉ”±åTƒså¥)ÿ´7ç©Èso–¼Yö¸2n´=lÜ™ŽV°</ä uŒßÒÑæ,Wf¬b¿®—O;×utºkƒÏtáÔ·Õ»/athÁ÷Nü¡䚘B!`XÅtž«qÄ͕֚‘[Ê‘àË·‚[ãàcÓ÷1ìµäPaϺ[¥•µÕ*x;Ž:œ€.
+L´ì'®y÷åàQêù›¦š yŠ.€ú<<ñ °ùÓL˜¯›ƒ_ È–PÞ-]8h%hlº&´¼;"úÃ6 ïÊ8
+wÍ«_À]²"©ƒÊ¥$•Úô¨q³%áÛ Âu˶Þ÷—c\¼
+#æ^ÁÊ·1 ýÁDfFgÇN*W¾ ,ʬoŠ•£ÄkP!®ëH¹•r(WUp’¨F0‘
+^®;lú€R%Æ[“ç[£— |>ƒóBQ+>N>¾¿R~€Ñ°´Nâ»Å]¦ZŸ_z³Ð$¥U&~%& ÿjÕñ Šå8쟠é™ÇèÖàÉ‹8žò$£‰ÉpÉÃ!\xú#–ŽÇ#dZø¦G]ÁïBƒRá9ƒ$a
+HÒ–•/‡}æ
+endobj
+3997 0 obj <<
+/Type /Page
+/Contents 3998 0 R
+/Resources 3996 0 R
+/MediaBox [0 0 612 792]
+/Parent 3958 0 R
+>> endobj
+3999 0 obj <<
+/D [3997 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4000 0 obj <<
+/D [3997 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1522 0 obj <<
+/D [3997 0 R /XYZ 100.8917 619.213 null]
+>> endobj
+4001 0 obj <<
+/D [3997 0 R /XYZ 100.8917 472.6427 null]
+>> endobj
+4002 0 obj <<
+/D [3997 0 R /XYZ 100.8917 448.7324 null]
+>> endobj
+4003 0 obj <<
+/D [3997 0 R /XYZ 100.8917 424.822 null]
+>> endobj
+4004 0 obj <<
+/D [3997 0 R /XYZ 100.8917 400.9117 null]
+>> endobj
+4005 0 obj <<
+/D [3997 0 R /XYZ 100.8917 377.0014 null]
+>> endobj
+1526 0 obj <<
+/D [3997 0 R /XYZ 100.8917 292.3688 null]
+>> endobj
+3996 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F11 2828 0 R /F7 2845 0 R /F8 2865 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4008 0 obj <<
+/Length 1705
+/Filter /FlateDecode
+>>
+stream
+xÚ­XKÛ6¾çWøƒ ¬¹|éÁöÔǦ@
+àð許ï®A]ÊT2;Ž À ¼ÞBäLeB„-²é-.é¡'·Â0ÓAWk»Ænz‡~#7–!$®­XŠ Ð12DS'¢›‚G[eÿr&YSwýÅÜøb™Ò1’?E%Qðå3;Žc|`@6·½ƒÌC’ÒuýT ŠËF2ÎÆÃDÈ}‚ÀÇ8A $Ð ‡D''0™x+›¼Öc“WŸ€|&gsÎùjJ°ÌdqíkÔ‰äœPb˜‰þ/tÀ|Ì
+Wlȹjk«)f9“<FAñî‹Ê,HëzB9ÛìiH•çêow4òn¸±ê”üÂŽž°8z7–ºŠªóR+¦Tz‹h=ÝFü bË}‰ôÏ}Q=ž„tÞ¢wu5‰¥iu¦ƒÅÏn;Ùì@Ô™,É\,0¶¾¤£a»`Q,Ï
+Âä‰n‘5šqu
+ßð‚pp
+Âb
+endobj
+4007 0 obj <<
+/Type /Page
+/Contents 4008 0 R
+/Resources 4006 0 R
+/MediaBox [0 0 612 792]
+/Parent 4010 0 R
+>> endobj
+4009 0 obj <<
+/D [4007 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1530 0 obj <<
+/D [4007 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1534 0 obj <<
+/D [4007 0 R /XYZ 150.7049 247.9172 null]
+>> endobj
+4006 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4013 0 obj <<
+/Length 2658
+/Filter /FlateDecode
+>>
+stream
+xÚÍÛnÜÆõ]_±²B¥É܇?5© 4EÛ¨8@¨WËšK®I®Uåë{ÎœÞDÙR‚€È93<·9÷õ÷7ß½“~ã™·Ònnö¥2¦Œ”ë ³^ÈÍÍÝ/[©™d—×çÛ¿”Ý©Ê»Ëk «²¦ç)oóû6?ºË_o~¼x{s!6þ‰àœe^8@(˜ãVlvÇ‹O¿üÊ7w|óãgÊgfó
+Ú»-ªæRší°$®h3¯ã‡¤'€´Å1G ÛˆpOà¸&t¤™-3‹$=™à »Ñ¤f£5°Ð_¤ëá2ËúžàeO¢nñYOý#mVeקͻÕIî˜×ÆLt×ò]±Ïw}Ó®¨Ïf`¥\Æóŧs^~¼s¤vÈÐøž’¼–Î2¡Œ›ËŒ¤‹ÏEûW¿~m܃QÝ>Y\pM½Í[T,WÛºé RÖ]ÑöáFaµoZz¡€ƒÑxô‡qkîp2ß÷E»8’üÀšíU"ÜÒ&Fgæ\v+ŠœYéýÔló¶ûXžVÄ׆eÒeñì}u.RL"1Y$n™65ë ²yÒì?ËûÊjý6ÏhˆÌÍü¾¬ë`O"cMgŸ8}„®ˆ’qÆ>¿ËôéSœ7t~yŸD„¬ßÈ?ýô:aµ`RÐyoç&•nΦ›ƒ—]^íÎUÞ—MM€f¿z5œy%åDž(J9„¬¥@ŠI©“®V:&„Êž¢|(ïÀƒW\ \Ók=` ì>ãÆàQRúyŒè»ò÷bß Lňô D³hC:X¦Õ"$ýT)ûÝÇ7)4½DïâÜáŒê?ùñTÅ£äc)@Â˹wÖÌIƒuXõrsšëŠM¬Âòlî!%*/¢$ÊË-ÙRY…€[hvø$A(ìÊíÁ·ˆ¿íºÁMp1µÐ
+‚“;ã,>p.ë²;òùRéxî·ÙW]ÿXßÎmä˜÷‡HéñT@Ö£T‡€”0åXßy ðcmöÃ!? œJÉHmJ³¤„=²¦±gMõÞ%&b7©÷¤!œøœ×{‹K 9µË²€ìïMWbl!–uÌ.ðÌé1J¯1=îMó,tLcŒϲ%«sQï‚Ô¸òú~ H*E8d¡]«°òô¡2³HH Ñb=!;›%síNÅ®DØ 3‡Ø¾C; ÁÁ¡Ù——PH]Ñê&ð$8p1ñZ2©… ¨Þ†(é´È6ø{ ‘£K×üÈ@VåÙ‹kA!…Ôÿ± ëqäÂTö­€uPD¬Ú¤ƒt§e6÷­ÁîD¶êB»>Zn²àrÿ%*“Ú{S=G‹â´êi‚
+1/5œQ)?Ô+ª€Üg~Z 9"Ô¼9•
+ÞŽ6>Hi#´!|ÓF¾°\‘ÞJ¦•–_?™MÒ3IJD(ÄzCqÏ ‡†q^o,:'ꎹãGž*0ƒ
+Aê—+P{;»0j"áfx>UøˆsmdS> %tñ' ‚f«Ö”«—Ùü§B/"Z[tç#&ˆ°ŠÝx˜¯Ó€y¦ÌQaÊm›Ýî|*‹<”%pÙÓú àŠ@tu+6 -¤Ce¿$µ¶j*µö[±&µaPùÌë¼) ¡‹«×’_'ÄÊ¿Ei˜qÆ¿Ž¤úIF$)uƒ–»C¹ïG6 ÕM ¡ŠÅº‹3‘)9O8C•¸îb ‡ÛM7¼††%eþæ\ÅXzhÒÛ€5p²¢ðT«Åu#üL7R®_„7=ÄÐTb*Éœ GˆÁÓ© $æ¤2-#£:…8x™„XìšöŽ¼Ä
+a¥:†ì£¸¯nN’ofŒÈt‰
+endobj
+4012 0 obj <<
+/Type /Page
+/Contents 4013 0 R
+/Resources 4011 0 R
+/MediaBox [0 0 612 792]
+/Parent 4010 0 R
+/Annots [ 4015 0 R 4016 0 R 4017 0 R ]
+>> endobj
+4015 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [141.0607 564.9349 157.9972 576.0599]
+/Subtype /Link
+/A << /S /GoTo /D (section.24.7) >>
+>> endobj
+4016 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [363.215 518.3184 375.1701 529.2621]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.22) >>
+>> endobj
+4017 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [114.3908 436.5346 126.346 447.4783]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.18) >>
+>> endobj
+4014 0 obj <<
+/D [4012 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1538 0 obj <<
+/D [4012 0 R /XYZ 100.8917 498.2717 null]
+>> endobj
+1542 0 obj <<
+/D [4012 0 R /XYZ 100.8917 268.7117 null]
+>> endobj
+4011 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F11 2828 0 R /F8 2865 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4020 0 obj <<
+/Length 2799
+/Filter /FlateDecode
+>>
+stream
+xÚ¥Y_ܶ¿O±¼ÜÉ")‘RóæÔn (ÚÚ
+S@Xµ)7Ÿn~þ%ÞT7ñæÇ›82y–nž G*ÏõæxcÒ<²©2žÓÞüëæ³ÈûYæ}(ôÍï$u‘6©¡ƒ<jÜn¶ýu<ôÃô
+nû¿[n‹¡)ºiäî~Ï߉ǻíc{–™Å ÄT|¼Uñ¶îxDs™âG4#wu=jæõ;nötšÂ±pg”IÚú“º8 ŒLãdd[ï'–_:SÓ˺óq6JâíÊØÜk§¢$Þ+åiªhzÑU²»ë3¶Å(‚Û¦«_PÄ©ŠÇ¡8D»þV¥ AøW/†fÛêâNt‘mIï²ý®??Šœ}?ð¸g³ñ(±?»ãÔÃow8ÔªíP4c]1¯®f⾧f:ô特elºG¦§^¤”m?Š /x:25qçûŽYýPÑU ÜUÕeSÕ~n3Þy²^Û~½GÛ×åÔ áu—&¸Û
+®‘¨yü’B8 uYW´l²ÒD“j‘3·:q³šnÍó”²®ÆÅó@¶è{l~«W\ÐeQ‚ÄS"–þpðKó ¢;BËŽâDÌÒýÊ¢-Ïm1‘½bz<ÂÒÐn%{‰4Êû¨üTwxðçgQNG6S~cß}·²w•ÀÞU&CØ£ᛪí¡™»«ùbƒZË¢ëêêN¦õ5^q> Ê\¤ ¬¶00úK¸Ú´qQ–:è_öÀæ_Ñ>w¹xƒW4‘EÆ©ç2›®ª»iM(ÄÅ8÷^P£Û|† àV•X"¼Û‘X4†Xº„“Ãì,§¹ÿ¬5ÆòMcµÜ¦j& n‹ûºË‡l^…”ÅÐÙVØ [¡Ä¢ê¢.Ž¨¡÷zq Ù›o¯ÉSºIxeMžÈJÀÜ÷mÛ£W?ñ©€uÃ÷•ïx‡8Ö]5™ç¿pɱK.9Î&]„Ó8cßoÕçzŒÖBÉ1Á¿µMÀ8‘N”¥Ž·Ò‘¡±þO`Zþí¥Iwy€ÚõŸ™ û²ÓŒ^ W‡¦<0·Q Ê7¿õÝT´WâJd6‡áõ¥ñäò„呶™^ž™° Þ«¾„¸ëfþÕîÐ<&æÕÕ£0é™] KVï XMÇŒfŠ˜ñ°zyµ‰Ÿû-Ñ33‘Qs"UñfºËæé¼F˜”¸¥«‚ä’|!‡ñ/RtÞc?JÏ|Çä©=Lºßiûs'£wÂC²dYÊ»b<»"ŒC¯)Dêxh VWájk5Íé9¤ÔG ¯¤l D”çaÀ8E=8ÉÅ߃HóàÁUâq˜ H$Œ•õ qÑȼIú¦[ˆïÍqkݺÊÆQž%«£Ä¹…uqµšy;‘ ’@‚U‘±n^4Žã•­¹È×;Ÿ«æXw+[GÒQꮯA>efŒ
+älQlt=áÈ´šþL=þNÊdG@1ÐayL\ÞRhŒÄ|zLÂ!s´¿cÉüP˜½ÞºZ‹ÛE×Óû{Ÿ¤óÛýýšº ¹È2õ†ÌM’…†„5BC&92gC.µ’–Å¢¿c¤TE`oQ²Mêo,$)G*—%좫Éï±Í¢Ø·´³à÷LæÍb0ïÄܱ¢o3ù!Åt(hg‚Fï„–Pä‘ ƒ!+<qS¼ýL½€x´K ÕKLhbØ7m;~lN+º±tc<âGã^dÇL\vc<jQvÛw„$¢§¹™jnÓPOå!â'‚@
+|yý.Q›¹{ªH q:£Á€Ì-L·nûR¨§ŸŠ <†ö7A§xÇÆk÷/H3®A^~MŒÎ’K5À€Ó^`e&)
+d/œFï0.ïpi‹Ó¤R!3ª¾öSza‘6î˜9_:ìÍ„f
+’åŒü ~X+ñ‘²œÇÃ÷P´{¦úæ \*¬fDÌótMÙi”¡ûKÍ=³yÔÜ—ëû{d½·
+endobj
+4019 0 obj <<
+/Type /Page
+/Contents 4020 0 R
+/Resources 4018 0 R
+/MediaBox [0 0 612 792]
+/Parent 4010 0 R
+>> endobj
+4021 0 obj <<
+/D [4019 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1546 0 obj <<
+/D [4019 0 R /XYZ 150.7049 400.7067 null]
+>> endobj
+1550 0 obj <<
+/D [4019 0 R /XYZ 150.7049 221.5705 null]
+>> endobj
+4018 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4024 0 obj <<
+/Length 1822
+/Filter /FlateDecode
+>>
+stream
+xÚíYKoÛ8¾ûWøЃ ĬHŠ‰žZ ¶—Å¢Á¢@ÓƒlÓ±¶²äJò¦é¯ß!‡ÔËJãl[`‹
+± ­î ‘±N÷ßÀ0±r³+;_Q°,iíE‰ßžPÕ
+£ÅÎ)+ìÈ:qçóh˜çzî³<ÇÒÚ=ž/Í/“â§6Çt54<½|ÀÁyV˜+,âÒ¢wĶ‚–ˆ û…!ŠlÅBÈl½€zŸíl¥Êîöñ`uxù–÷QÌbE$U T³ÝR#$²bké¦ €Ÿ$$áŠúÇüTwŠÛM®8“„ ɇ(óH÷0w`i}ëéº\R±øÛþ3WŽÁɃÅvÖ~1#”2ÑÒÅ‘I.˜ÐÅHy„O"½R7t§Ú«Óªh5›lçÑ™~›Á/#½‡7Å6+î¼wx+8=?%V6)€(Ãñ˜/pôn<û) ÀFx*û‰­s¢’8öiã}üPn½  ÍTYšOHWŒÈDi?9›Ò×Jç~À‹ë¯@?Ç@Ç~OÊí W<ec„9–Ë1¹8¤_ùÎê9Í1)§„+FŸ2)ÿ¥&Ÿ0©D)¿Ä¤–¤;?8SD)¦º¨M—6rF‹ß+€xZ= #šçº¥øºO JLÑ[bÖ#whÜšzSek§?ôí[J„¾ÇEô”:‚`΋)ÆŒk×hˆ©š÷Ú?àÌ––j›úņü»ª<`Z¬ôàû=;R¤œÁ™F€´Ø^ý| Š|€rãCÈ ß¦ô\ãa4š:Ö:=„†°ã‘ROÇùQÐ]Ð}Rid·ö¼5žƒœ2ÈžTK\#匄Ë$øã™iðÄãˆh®ùÅ| °w›ØlÊ¢I³Â²ö¹ ¯X¤HÌôÈýn#šL©ïùÕ¿àÀ'ì8¬Y/ZÏoì³=S½Ø3GöÍ—Êñ)/‚_ÂÙ^ 6ûfàq5âråƒyð…³¼´Ë‰B¤hó$©¶9Ƴr"N¤R~†W’jF8O~’ïSšr@³ä=Es¸ë€ïüëèŸî:TE?ä:ÿ{ÊÓ„ÒÞŸþ{®üi5¼N\jÌ©ìüî ƒOR’.Ia>Iqiÿcù –C[Š{‡Ãëš­¹¸ùäåâ}V¸ë.\O¼œ¡ê[cíà(¬Í¦<ø°ØÞmÏî®°„ŽÊÀÊœCjx©§ÂL¼ÖXUàV³õ‹ÜF"
+Ztlã…ÌÊa¸Ð¤»Ñù䥟¦(jOG¶Òrt¹»O2€¥ìñœ„•§|‹eÌ^d//MaNŠŸ´Hïw $‡µop `A°öÚ‡,vååM¼~ôôb=þe=€9$Øâr,æs,ÖËž¡/%­,@˜u—A)ãZÙ~½«èu¬}qaÞÿ «ó?üoâ)aÚ9‰eëZÏcöñH¸Ø~ÜÚÁ®¥3­ÓÙ2>ŽØ’5•ýöç­MRu[ÅG-( Ì䀧àz£c9Ü+¾+iă
+Œ¥[àiÏ]ºÏ]Ê'È:‹îÈL=b>)x»x&™é6Î:2›xs‰àΦãs±÷Ù¶™ºf&ŒDR¶W÷¬@±Àå3=zhi‰ÅMG¨Ç³0çôK[úÝû¢Ö@)õ(öM‘æÍvÚn+jÑI
+endobj
+4023 0 obj <<
+/Type /Page
+/Contents 4024 0 R
+/Resources 4022 0 R
+/MediaBox [0 0 612 792]
+/Parent 4010 0 R
+>> endobj
+4025 0 obj <<
+/D [4023 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1554 0 obj <<
+/D [4023 0 R /XYZ 100.8917 579.093 null]
+>> endobj
+1558 0 obj <<
+/D [4023 0 R /XYZ 100.8917 471.8256 null]
+>> endobj
+1562 0 obj <<
+/D [4023 0 R /XYZ 100.8917 271.4267 null]
+>> endobj
+4022 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4028 0 obj <<
+/Length 1660
+/Filter /FlateDecode
+>>
+stream
+xÚ•X[oÛ6~÷¯0 šoºìmÝ2 –a˜7hû@KL¬FIŽ›ùï;‡¤dIQÐ"êP<×ï\跛ſ±t™’4bÑrs³¤2$q(Òe”J¥”-7ù‡à—:´º^­ELÕ:ůEs(Õ££þ¡ÚÝêÓæ÷ÅÕfA—!üÑ!3
+‹ˆ.³ýâ~ñáS¸Ìáò÷EHxšÈå ^BBÓ”-÷ .SIÊ;J¹ø{ñWÏrÝó\™¾ECH¤$•’-‘1a\rk (¯Ö”Fqpmªu¦«¶^Ñ$ÐùjÍdäΦM™¸&á %s>ù¹Aã@¹G®oV4 Ô±lß8Êy,#F(å .#LÐȽ²;‚$‚&Ëý½;x*ÊÒ­¬zÚ ðš|ƒw•#›:w‰‚Ö¸ç­nÝ¢ê,Dë†<Ü[cöž÷^­­Jë(BÿÅ`içHP+«‹q[ÙZ©kõ¢qÏJë\çÄ2A?Å$å,¶§ÿ¬@ˆD×µQÙßhpB>æXæns«mÀ÷S]´Ý9·³W¨‡ !6‘D
+Á@.ŠûH¹ðÀ¼º?ª¶0ÕL,“„ÄqÈý™v§Z/v¨ ¶ª)2U–Î;,„S!Çî)¹s^( ç-Ñ)‚¤ˆ–€˜e/èÓV IʨËÂñ–LÚ—‡æ®8àBm̓îâ ´>“Ó»­ùò„‹;]Wž]Q倒K«”çÐ>–ú‚^>ÙОM/w«KsÊíU«Œãû<ãÿõÙ:ôŠ°|·+ÇÖ#Ë?Á×­ö€+²®7îi*¿—?ÿ|l:>P¯Æ©pyéô'„œ Ñ÷•™á»ù1ˆ±ª¼;…†=Õ­O£]—6™Ï@´Ðë©ü–òÒ7­*‹Ûª?í}½Š@q¾%Vì?û”§ hÎb%róœ.úò¹cûÒ¬˜‡²Ëã0^9eÑØz祭…
+ËןèøjÝ€ ‰ÛÝì:ú^9¬7s(È
+*”ïG±LÀ)‘pÈ ‰àý-ñßU,‚"kMí~*¸*>ßíìÜŽo‹ÜÊßû#’ð˜ @_<²”K œÉïÝ1
+endobj
+4027 0 obj <<
+/Type /Page
+/Contents 4028 0 R
+/Resources 4026 0 R
+/MediaBox [0 0 612 792]
+/Parent 4010 0 R
+>> endobj
+4029 0 obj <<
+/D [4027 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1566 0 obj <<
+/D [4027 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+4026 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4032 0 obj <<
+/Length 1558
+/Filter /FlateDecode
+>>
+stream
+xÚ½XËŽÛ6Ýç+¼”˜_¢Ô®Ò"i è¢FQ éB#Ó#eôp%y¦Î×÷’—ÔH6q +Q$Åû><Wßm_½y/èŠ
+ÂEÂVÛýŠÆ1I3ªV2͈H3±Úîþˆ¾/óèûõ†É8brýçöÃ*^m¸"©L펷uuß6ºÍÚ›÷,[e$KXb΄R™ÒÄnÝÚÏ,á« #L¸…wn!4[Íæ_oDG‡¾[S=V;=àLŽ{Ýê>¯Ýܤˆ}mtQæm54øºïz7Ÿ?Tí=ŽÇü®ÖAÍù\óMFX’²Õ<¤cV”‹ÒŠ Ø*(‘W`³Ùúc×WŸ»v¼P.(Ì»¡”dR>K{¼MÚokJi¤û±*¾R`×T¡@rJ(çNÚ/fú¯Ôn ›CúÌ×]«ƒ±AZ'2
+*ç„9Ýè¤ÛpÈÛ—tûÐU­SéiMA'÷)/&ñmª+i°ÔåÙOͱ«+
+AʳTøØüœ½ÓbtÏO“’.Ûcs§½Ïö_©²¡3dûðPBÙ”” §ðÛ¦;z9^™ûúè"é5¿Óã“Öî¥èêcÓºÚüË,f2z`LÏÌj:3Ê R|CźÊ+k„ä„S%gÇ]-$ž„²Ùq4œ@1ì2+Ûs¯þzÐEµ?­7’gÑ£³©\ÍŒ±£œ0Ý&…A+@ßÊï2 džwŸPs…ÞáÎjM£‡SlÌŠg9E·±x‹¦ˆt™)6’7Æ Rs!o›üŸÃF#ŠSzY E8•Å$QÌcÉv­ Òú¦j'dËÛ`9ÖU«ƒòýYSôAXöïä»òtáò]æ®*ÛnB’^结¯b_£´s+§Pf`O¬è,BA3¨$Iæw]©'ED00úQ÷§à©‹zÚ®SH΃ñÞ„ºFRT—7%ß\µ©W}!)K MÓíË ¬‰7Ðßvm×nz½;¶»Ü³¡Åá
+È–ŠÕâðp&„Jª¾ä?–IÂh,‰ Y祛éê,êµqÉ=øEÌ3ƒ0~ˆì-ƒ#b)}“Wè›|¦oÌÓöÚòš- J8:/}ý×U(‘ i²"ow¡@¦„/âèŽk»[á1“¿­ÖÈ©r•<ÚšP±¬dpà7aáK½‚ñ²RBÞêã€#àÚÓ,TÝÙ´(9QYzÞÒàð-f@dÄ"ºRѳèJ…—¸YqÑ5CŒ.9É„I«0;OÏعùÒ^JÊk[8;C(óêË$n©Çj¨€~ÜàÜ}Å£Ê$¼(±tÈfîÈ™{÷U]»¸ÚI
+Ë©%›e€ó¨„hlvSÏFag6fα ì9ìÌÖô.f0é_4ùÉTÌ–µ/ÔдÒ4[е6V» [²g–Ú·Êsmm¿ ¦É© ^ã›1;°` ÏçÎ^Ìi(ݼMzáþaì1üÎ Úš¯N=èqÄìsÇÌe|äàB£Jä5`O—ÀŽÅˆ#dz^]qÌz{+Á-ŽÎ»B±È–Ü€k†m
+‚Ò,¹…X^2A<ݺ$–ºº/ÇEÂåLAoçžüRâ%æuÎÏßâ4¸¿ÅùÊa<K‘qzj.n 1W +=•]­qnVkfå8Ø›“fJçE‰3¾ÌxÖ™¡Öf«@âÿ]5ÇÆI³Ð8}…N´ÒÚ÷ÈÏűÌÇy—xÑ$ÎÈû
+äDÈ„ÝŒ®æøÁ‚f€Ì±¹¬XFÒTeh6µÝ^½Û¾úJ]endstream
+endobj
+4031 0 obj <<
+/Type /Page
+/Contents 4032 0 R
+/Resources 4030 0 R
+/MediaBox [0 0 612 792]
+/Parent 4010 0 R
+>> endobj
+4033 0 obj <<
+/D [4031 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1570 0 obj <<
+/D [4031 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1574 0 obj <<
+/D [4031 0 R /XYZ 100.8917 274.9215 null]
+>> endobj
+1578 0 obj <<
+/D [4031 0 R /XYZ 100.8917 155.0585 null]
+>> endobj
+4030 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4036 0 obj <<
+/Length 2041
+/Filter /FlateDecode
+>>
+stream
+xÚíY[oë6~÷¯ðCc1Ë‹H‰Ý§v‘¢-Ї¢F±À9(#+1·²äJrÒtÑÿ¾Ã›,:L­l
+~/Cr83üæ#ýÅvñé—T.%’‚Šåö~I8F9ÎäRHŽ„$t¹Ý½_ýs¯ŽCÕ­7Æ+ÊÑzS@áóZ?4‡ªÖ·ß,n· ²Äð#ÓIY–‡ÅÏ‹÷ñr·ÀËo1YðåT0"RÒåaÁ¸D‚ZêÅ÷‹ïÆ)7㜛é¤_˜ °hG<ÏÈRðQÆ™ÝÀ²½2ú]?ý’d“!L Ahëѽ“ˆ¬ÂP‘gAà®ýÅ¢?V¥þ€1-Õ ÛÔÌB"ZÈ0P; öêÌÿILÁa˜ÍÕM.±xM«:1o.PVйšý–XxCYŽd¥qì
+Fô¾õq²o;ýkÛ °¼­_èÖÞ»oÙÖ§CÓßx¡f—Ò%C…€˜0 e œ|úø·Oÿ<Ÿ
+¼z\¾ªºA—Ö«\FÚ ïUøvíšòÕSZ€ßXXz=.Ïf¤PF
+l"²Þ C¾šƒò锟%q‚›sÇæàÄf6¥Ì9tºäx PÖUmÌĸ:h©u?¸’/øFA“*Œi¬ÿ °A…
+»òɸšn"µlšˆ3‡Hæonâ]Õ.‡0áe¶<´»*™F>ŸPÉ <<«xõ+ôØR8
+
+²f€Ø—“e…¹¹‰¹ õ/rkCý–"¤1H>›æÿ?-\yAî%`^F/Èý÷'{¨
+ÀéÆkà7çh„{ÆàÛïõ½;Pæ‘HÚ\%Sö o„£H¯´*2F`ŽûªrKœŠ|E3è#AU¯DÈ“ÕÎ5ÜP§âÒª2$³|ÊÅÕ]ûXyu-.¿TVR$1w—4Ç0`9™ÌkøãÓ[æ}
+ƒñ¸ÏÜÀ3¡·Ýaš@¥LÙ$– j|P$©³cT èL´´tÜÏÀ¨é³ñe
+ž"Ú6'r•m3hn¾þ9Ã[\†q>å³ývq¯ÊèÁKc €89úIb5+š#iֺʘÓG¿€L¦H%Ñ^lI€úŒùìùiÚp‹cXÎeU rF‚ÊîÝ€ñ -b/¯¢ˆè´—àI‡BÐ7%d$Ëaƒp)X¨‹
+€›ü…&“.f½oj]ƒ}
+ziÎ#h´sUkèö—?zŽ´?Î=T¸Î~ßžj?²i‡xæ
+endobj
+4035 0 obj <<
+/Type /Page
+/Contents 4036 0 R
+/Resources 4034 0 R
+/MediaBox [0 0 612 792]
+/Parent 4039 0 R
+/Annots [ 4038 0 R ]
+>> endobj
+4038 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [427.1535 383.8902 439.1086 395.0152]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.24) >>
+>> endobj
+4037 0 obj <<
+/D [4035 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1582 0 obj <<
+/D [4035 0 R /XYZ 150.7049 536.065 null]
+>> endobj
+1586 0 obj <<
+/D [4035 0 R /XYZ 150.7049 360.0572 null]
+>> endobj
+1590 0 obj <<
+/D [4035 0 R /XYZ 150.7049 244.9503 null]
+>> endobj
+4034 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4042 0 obj <<
+/Length 2404
+/Filter /FlateDecode
+>>
+stream
+xÚ¥YÝoã8ï_`€"Z­¾eÏ>íf»o‡) ììƒã¨µ¯‰µét÷¿)JŽÝº3=äA¦(‘"$•w7?ü,óUÎr+íêæv¥œe‚s±²¹a6ru³û}- Slsq¾¾©üæZCçØùâ°ÝûÍ7¿^¼¿¹+?±‚Õ,Ë…‚9nŪ<\üyñû|µ»à«_/8SyfV0àLä¹\.”É™5B¥™ýŇ‹,¯Gž×S¦ïðôjzúóÞÆ1©Œ
+§ÿ(”nÚb_ß5_°_u§½ÿ/žû‰ðvÒÌåB„u·mG¢îºb#Ìú¡nîh¢ ¦j»ú¯¶Š=‘/õ¶~xð¾¡Áð°|ÝÒ`_7¾§n{¹5t–™(Rf,Sy‡J2TA„…s+ˬ:’^%®»¶×Ò¦TIT¹¨¢£oŠýðú|µžœYïê¾lO]qGŠr:(
+>‹;O[°š{šüÈ O+÷±ÅÐ ÐÀWAú‰KGÂäY§ð¥k7®§?ó-ÛýéÐôg&A×x %]£<‚åÆÈoëZsfr—t{-0TL g&W÷éuW‡çeD¥ÅôÖ2ØU:¸4™30k‘¼R2½Aïàëõ_ >iȬ°ª8ö>øfxá*øL®Kôî@$ôÔ9“L†Y-‰Á2§Á¶ýŒÊVëþèËú#ç²,†ºm8;θÐY\X/pΘÉtò‚²hˆóÖS{êý{r=´4sW£-|B4AØ9놴plçßÀþvñÜ Ë·ÔEÛ†C!IfUsS©›~(šÒ¿`T'™Õµây± ó¸á3ƨóUÇ£Ýÿ¹?hÊdëQˆÀ!º ¶AtÀÖ5ÝÕˆ;8‹2ùšMƒÃªˆ„MKm×îý”qKëþǸ¸A]?Ò :?”Uܧ‹“UW7÷A£§‘R:ÿç©î‚ÚÁ„눋 8w‚ÏÛ®=ÄÕ’¢…ÌefŠ”C±íïëã’û–I— îȈ÷M•¶O­G¹>÷Q¯ë{‚š…›u´ðTa2ðh¡JK–‹,(8ª°Ž(ºå±Ûˆl}¢/y¦ Þ¨V4Ø}J‘Q­É+äÜÀ% ‚®Œ»’«l—´˜ẻÌN´Xv Ç!-ˆT?Æ ªx ôõ®þ59g<HYì÷£¿Žw9ÅP“+žîgðÐÿàÉjQs=·¡°ÍÂ95Ë5\1Š—üË0¿â‡”Ô€»"LMñW@W;÷¾B²Ár§2¤3›(ÌW˜Î5!ªXеfÚàN¨Þ,l
+è®xŠ Ÿžo¦Á’ó¿³Ù%`Ìå†R?#’Ê¢x‚?•Oζ\Š§a@´xxj.Þl³ ßë6ƒ›ŸP½h»×Jñ|~‘•ïß2ÞXVKg…´4Ë_«õb0üÀfÓ³^-ìf™Ì¹ü>Í,íæ
+=ªÔÄdç á”ÛZ–Ž ¹Lay¨ˆÕ7oãþjÌzㆽ¿Žf
+¬ÍY1Z¾P *¶L9õ+7ƒæh3ÔP°@w.¨,†„2¶#-BÃ#Ç’<KÚçYT}Ž7³Û¸tßQ惬¢Y#ºD5i˸Ìä\KOž¢ÄÄqŒ ù„’ñ1>Ž–³àŠ3%µþ[Ñc~3ÏÜãk·³ènßà÷ÿy“ÐÏ‚ ê”ݺŽ][ú>ú† ’ Úv;@D’!iT}
+ï*ÐO
+&mÄ_(ÒÚSœ£ @v‘è0V®HX§~N²ìœ!jä)æE­ ’h ÿh›¾Þ¥X[ôã{ߤÀ,@€ïz?øR¼¹Ü¾¹,ßÄ<7¼ˆK9ÒàoUêõLź?Ó”âÃIçý5*&Ž£®¯ˆj»‘|}­§Îù-iª‰Òk ~§ ¡ž'¢ðN€<Ò›Â}0"¸IÌÛÓp< K/ çJnRÆ#ü²!Y昒ЅØÊ%.…Xz|Y<y|SLÄÇ·_´Ž¦JûþÛ¯n?£~‚y¦Wì@ž
+&±F™Œîe¢{™lt¯0¨cK T÷ ÝN¿Ç¶Ø}Âi|Ⱥ¢rX1>pÑ‚Û%ƒ§¡ÝLÞ`¶‡6`L$‹Þ‰M\HÍ¡(»H›äÅåÄ^¥œ¿Rœ‡^pÍÛÇ¥NZ¸Š» K§ÆÓL¨
+endobj
+4041 0 obj <<
+/Type /Page
+/Contents 4042 0 R
+/Resources 4040 0 R
+/MediaBox [0 0 612 792]
+/Parent 4039 0 R
+>> endobj
+4043 0 obj <<
+/D [4041 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1594 0 obj <<
+/D [4041 0 R /XYZ 100.8917 587.1196 null]
+>> endobj
+1598 0 obj <<
+/D [4041 0 R /XYZ 100.8917 474.8013 null]
+>> endobj
+1602 0 obj <<
+/D [4041 0 R /XYZ 100.8917 202.6383 null]
+>> endobj
+4040 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R /F11 2828 0 R /F7 2845 0 R /F10 3010 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4046 0 obj <<
+/Length 2246
+/Filter /FlateDecode
+>>
+stream
+xÚµY[Û¶~÷¯ðS!kU¼é’>%Ŧhߊ.Î)ÐôA–e[,¹’Üí¢8ÿýÌp†åUç¡8$‡œË73ÜwO«oßËl…Y,ãõÓa-L&‘ÎÖqfÂ8rý´ÿ-øþ”_†²ÛluÒ„›m
+ÄÛº:6ç²6¿?ý´z|Z‰uÿ„¿‰
+ªƒ n…3c„=l>¢é¨@ôCÞñX{¸á}ˆ"ÙõÌAÝËÜóÛ÷Ê×
+J
+4A?ö
+UsÄ/Px mC¬–gÒ•€ðÌ¡ØŠÍ¡Øð[n„ þÆÿÊ38çžF]{&
+Í5T(æÁ;IìÛë¸7¨`;·
+£yBÛ-ì!àª)ŒDcðÝÂFòT žV´€¹-C_þy-›‚]iWÖmsìßðu#ÆQ„×Ã4{“=q©V 3@Œ©¡§ï|}ñ¾J¦âKg•L#ó´¡ý¸=¼µ +‚=EÃgj¯õžh‹ºZ-OEËÓµDj¥’¹ûüÌJ
+áX´‡åX$áôkÓ4³ty%XýÈ›`8•®åë´0++F© b,~<Œs:#VC—¶ï«ó\ÌòŒØV¯%MHòYL'T ‚_rPCÛÌ¡Ï¢Ç-~?b²oNI8n<`‡áRÆDå”ëp
+— ÓªÌbzˆÓ)†ú¡í¬z€>´;G_Ry³PÛ‘¹´Ë>ÊúBEæÑÊqõ¤óbìÐ@×™<ÙéFáÖE¹'£Á‚—w—*…˜Õ‰çîýÅÁêLõ
+ð#‘V+>&•^°bh]—ÓÍÈ¥ã
+¨KNª—l?é´÷Àa‹k»ô]:9LLý&|ŒSó=ðÌà«sW€“´pœ(a3u'"ë/ŒúœnD÷Ú0&RÅ÷Ù%E&câ¦:6>µõ¾g×3µ‹líG6W<™!m!Š•4­Rž’` çà à@”¼vtԼѬN$XHÚtg »î¨¼ˆá ¾® ´=Ñt £ýh4C^Ù íÈõ¹“°«ÚO4´ž¿Öùu¼;3m<¡ô½(3ÍÂTAùw§]¡
+~~ÒÆ(®T¿ÀI\Ž‚ ‘©€¢K®ûZÜ£¤ë‰´)‹ oBåƒ}KÚºü‡°ŸÝD¯5ˆíNÅÔ‚úînÇ©¯£Ú†ˆ2¼ ¼/ÜÄð“¼V@¾‚§-¼Ç‹ aÆýÆ÷&'öRc׺€ÊTc‡&Ðp¿¾‰MðÀF¶^¬'/Æ1*ÚÌÜ‹õÌ‹;z1pןØn‡MlŸ`6Æ›i‹ ¨3Sl´Œ#*`NÓûüÍ„©L’9Ž`å|c§×Rhâ8ùºæÒUñž)§
+gÀhT´ÿª±Œ·[‘¨PÄÖ)=Ü};Wo¶˜PÏÁÒôÞÀTB ¯–šÙ~iîÕÓu[äcu³dV
+â©&½ÑÜ,ãþ¢»ú™_pf¤F{¡x#•×n!#§a«©…mBš
+þÖ3{æ›ÞBH)ݾjr'ˆôí
+¼¡ÁQøBØuå¹E¦ßšÍž¼Ú VÁ9‡øÐåUMЄæÅtûQ_jƺ>?_êòF*æX+ qóÐcyôˆh"ãÞÄíJÞ»iÇYÖUì«(—>gBÆôI‡Û/>’ßáóßÝ´Èc=d»ÙÚŸ:½úu7ýЕ@ìÔ-ÓMFBÛ¦ õ"åÀÑk,Oð•JHA¿¹ò?›ôS XÌbûûXýññÔ¢+ãµ™HQ–ŠcH‡ VøaíÉ,K)XäÿJ ±¼¥ 2(ò.Uáþ@ó¼Åuendstream
+endobj
+4045 0 obj <<
+/Type /Page
+/Contents 4046 0 R
+/Resources 4044 0 R
+/MediaBox [0 0 612 792]
+/Parent 4039 0 R
+>> endobj
+4047 0 obj <<
+/D [4045 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1606 0 obj <<
+/D [4045 0 R /XYZ 150.7049 540.96 null]
+>> endobj
+1610 0 obj <<
+/D [4045 0 R /XYZ 150.7049 418.9327 null]
+>> endobj
+1614 0 obj <<
+/D [4045 0 R /XYZ 150.7049 341.9524 null]
+>> endobj
+4044 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4050 0 obj <<
+/Length 2240
+/Filter /FlateDecode
+>>
+stream
+xÚÍYÝÛ¸÷_! w ¬Y~KzèCäPä­Qp{²LÇjôáHrö¶‡ûß;ádÉk'ée(Ääp8ÎçÚ7›Å_”i”²ÔJmö‘ŠS’Ç‘M ³©Ñf÷ó4L³Õ:áünsp«µ†AVêÊÕýê—Í»ÅÛÍBDþ‰HpÎ’T ÁbnE”W‹O‹ŸáÑnÁ£w ÎTš˜è&œ‰4•QµP&eÖ5PÊÅûÅ?F‘ëQæz*ô ª¯¦êŸÏ61“Ê(¯þƒPºÏ¶ÝÇâø7~ìWk#'ü%hÞ7zWüÇý†‹$g©½ÖB°Ô1
+üÜžJ÷êªècyêh$öE‰,]ßžú¥ÈQru
+ÃaÇeê­ \WšTŽ<³ŠLý~‘°D›Ä[…ÂÄ—` “Kh¨Y\¨8
+G¨ïW $L¢uØûÿjT.YÊÁlW*’˜Y­“ÈpËt*)(!.-(bF@uÊû>G‘_ÑQq²Ót®cÿ¸ÿ—zªº€LÍ ê9ŠüŠžZ*f…Rzb1¹/§åBé*’áúF¥’Á¯¥™[á½³›4öRôe”^¥  NÜÞ —Sð:_VP+ÁV¾©‚ùͨyA_¼Š]D ´×ôFÔ ˆLÇš a©ž¿.¡ÿ«$ñM%)ä#Âç•0w®í‹<+i [kwƒ›Ú€§em u дsǬÍú°˜7婪ql|;õ{º ÁM]>É ì)œ×\ÃR\?ôçмéäNn›S½»X/zW…NŽ¸Óoé[×çFHA‹Ñ—`D8ÏH'hÒ
+*ïšv‡ÖôŒ ý>p.1Xf›«ìעʂÅ®?ÐþnøÁ=ŒÄ({ „z]–íxˆ ¿¿%c¢
+šåYGFÂßdv:l68¥
+endobj
+4049 0 obj <<
+/Type /Page
+/Contents 4050 0 R
+/Resources 4048 0 R
+/MediaBox [0 0 612 792]
+/Parent 4039 0 R
+>> endobj
+4051 0 obj <<
+/D [4049 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1618 0 obj <<
+/D [4049 0 R /XYZ 100.8917 427.9609 null]
+>> endobj
+1622 0 obj <<
+/D [4049 0 R /XYZ 100.8917 336.3844 null]
+>> endobj
+4048 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4054 0 obj <<
+/Length 2459
+/Filter /FlateDecode
+>>
+stream
+xÚ­YmÛ6þ¾¿Â@Š… Ĭø&JE¯@{Hpí‡Ù+
+4ý ËܵYrE)ÛÅáþûÍpHY²µyi ¬È!9œÎËCú‡»›¯_‹|•³<éêî~ÅuÂL¢òUšk–æ\¬îö¿®ÿ~(N½í6[•$k¡Ùf›AãûºzhŽ¶é7¿ÝýtóêøãS&)_•Ç›ßo~ý-Yío’ÕO7 “y¦WÐIÏs±:ÞH³Ts)õÍ››,·#Ïí”éQ@&¤–^-‹ÁYP@Êu²möU_µMQ¡rôµ¡×ð_QEo÷DÞÙû¶ kE­vïib}(\œhj9ÛSc81jÜÅÝ][¸9ZtÜrÎr­¹—·r/7[™Ë5r”¹ZW õE³ázýDÔTéh ,œ‹ú6.r¶ë#Üæë×rf«l¥¤†ÝqÓ·\ªÎÖÅ4ufV©™Lxœ †ë»¶&ÎÎþ>ئ´´'í Ô¾=ÊÁɢ䜊ÆÖÌ«½åyÊ¥£öänÿ°ÞÊàb¸öZn™3}æSb§†‡™t>ȶ¥ï.lC†òÇ ½¢?oî®/º@kï/ÆŠ1|ÝÓ&Õë ŸQ,K³ô3,3*õrüL¤ÎÖ­ü^k¨8Sr”5lZ¿Ó‚ŽJ3Å“,ÌmÚnñ¤Y¦21á׫~™È™áydö6щ³–¤ÝÙºÅx*'Æ ~ïÛ¡Ù£óé|}çÏÓ<k+˜PœÔ~åGÀ Šg« ýbòXÕ5µN][Zx ñ­šÓÐÉõ-Žd`!3˜§fT¶ÇSëürN‡ÆÅÙ›8Ÿ¨l$ãi4l’³,ÑÛNà
+/‰í2;™1‰a-ÈåKž€ç2LêÛ÷Ž¾ãˆ1šýñP•»ðÑ
+¶²hø<'KkØzji ƒ¥ “
+”¨Ñ"×< S©ù3¶E!K`JÓÜXvKè«ûœßn#’5ƪÜ6õ‘«{¢¸)F· â”åй¸šháÁäD™1éüø]qD×6ɺ%*„­‰ä£¾];œªæQ÷îà«4´ŽíºUO_|WíêÀاzø
+ÔŽ6
+&ÿdpìºù0eô(ÑB­.šP†g們ÑÕÔua!ä×4 ®@J1±Ùòă)X ]xc³ÊÎÉ–ÕÛ$e8Á}³ä„P ³TÉOgöí8ý?ÏIOpD›uo§Úï­tº®«&Ð)-c«ƒð@§Àö.ÌsÃ=œ—²""¯–¾{ëÊ®ÚN1"æŽhþqÅ!0œÐ¼F›§Ÿ OÞØh™®2h©Á ì1PÝ¡ê=‘w6Ð!a_yÉïaaÓ{_‡Q/ŽB9b"Z0-Ybrýi‹K(âgÂDB?•ëáý^W¸UØ3õFì\êZ4…º4SyrÊ
+•‘ÁWÅÙW”Ö’¶#ÚÀöa°o}-_p+
+•n«ñÒv;Êíû;ôôÛ2üäÿ.hu±Í]4b;ô~Îï
+*ŒY·d×”‰4É'|wÒÙ‚3mâÄÀ¸œ1žUŸ-
+®Æ€G®« Uè $‡Æû/ 
+®×"Çþq¨ûêT‡ò<r±*ešeœ«O›í8uV•Þ´GÛWGëï
+2ä‚Ï“C€ááwšÉˆÃ͇kq¸˜áp¤‡›Žo/crˆ­´ø&—äû/!ðÞÇ¿I¿¶#ñùb€-¿ô3býcC¬ 5
+«—.ó[O¡%R£’#Þ…¸×£»U¨K»ð-Ãw¿¤Nqù-Ø_ Rˆ¹Ïx‡ÆÒ(Íò+tû«|¶˜¤Ó$ÅR<íú5[ÀM詨(i¿Í2Èu&›öŸ­Ç*‹!è[ô ª A3 5mÃWá -ïÇ
+¯yý#½e«óØ ˜¦Ž/ª‰«J…ÞùAA™³Y€KWAzÎ$ɘI’ó£û4¬âUiÔÆGÜûñ‹q¦ÊÅHû·ƒy¹ð) 0u|êùs¨ø ê¿~=.cž¼z¯ð†°AÉÛ
+ÿ ¨/êàGl« Öà ¨ØU3dÁµ³4Þ ‘Ò…
+endobj
+4053 0 obj <<
+/Type /Page
+/Contents 4054 0 R
+/Resources 4052 0 R
+/MediaBox [0 0 612 792]
+/Parent 4039 0 R
+>> endobj
+4055 0 obj <<
+/D [4053 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1626 0 obj <<
+/D [4053 0 R /XYZ 150.7049 535.7883 null]
+>> endobj
+1630 0 obj <<
+/D [4053 0 R /XYZ 150.7049 377.9709 null]
+>> endobj
+4052 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F11 2828 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4058 0 obj <<
+/Length 2293
+/Filter /FlateDecode
+>>
+stream
+xÚYmã¶þî_a ÀÖÖ I½²@?4ÀzùÒ6YrJÛ´¥[Yr%ê6{‡ü÷ÎpHYÒjs‹V£áÛp^Ÿ‘xX}ÿ^ªµb*•éúá´Ž²ˆE’gëT%,UB®Ž¿ndÂb¶Ýåœo
+³ÝÅ@èª<×SÛío?®Þ=¬ÄšÃŸX ÎY®n!XÆS±>\Vÿ[ýú_W|ý㊳HåÉú ^8JÉõe%Š¥‰ˆ§Zý¼ú÷°ånØs7Þô?‹/¢„e)Wë4ɘŒ’ȉÿQDñ¥¯lÙ]u£¼³[§‹UÃY8ý\ne²ù¼ÉÆt4{rHÄY¢ágãæÍ¥´øÄýßú¾ ÆND^@û;‘0!#ÒþSQ
+Pz¦6¸AG¤>´Mçi[´ÆxRï»{?£>ÑšKƒ· WòkÂ
+s¹VÚ~s¢ç©é[¢ÀÆmi:Fo?™«Ñ¶¬ÏxÐÁN¦’„DµƒwìG'Ë ý»†Ã<£©aöy›ltYÿuAÛÜ)ƒÇ"Ô]8ßûz÷¾@Êì¥ïöw‡»ã”5±¼tkÛ¾2§²ªÂÔ? 1;“|^‰n·"ßœ{çöŽÚz)r–0ðÕxä ƒ ‡§
+•(?»ìüQôè@Ñ•?Ý6[z¬ïé½nìdnÝ_ö¦ÝÆ|ã&ÈM×Ð@Y{aÛ£iÃ^~/ú^Äü NœKÓÂéìi ˜é(ECSõôFõÓ¦*BNW4}u$zïg™úP5ñÜÒo¼oõÁ ÷âË©iÃhg5ºÊB$JH "Ž–4ýUÈ%ÓB~“2Îý
+FwTÌx¤ÄÔ™ß÷-\«EÜ{?¥l?xîÉ:•ŽÅvÇò\Z?0õà<ÿÊ)Pý•žÎXœßB©éíµ·l·Då)Iˆ!ô¤éñߪÁôõäUº•°õñlì_¼5Àj¶l¼ÆÑ VcL¿´,ä†`Ÿ'ƒ„ü—©$_ï$“±Hœ$ïÜPÌrŒ™ÿZY蹟\0-ÅŽ`\I5²hQÍSy´ÅRìHñ(DÚ½·&ÔÁ®O>šœËÚxuïŸß–kjóÔ=–× Ò”\Æœ¿aâWK#תh–ò$.>šÓäz_ÝÛü°7¤§õ6äãñÁ@×Ù[•™°¤ö³5†o’z‹±w ü\GI2r=2èÄH`ñÀ§K0áü<Û>I!€ÔESZ£¥íÂ/åz—ç!¡NìùÅ´Í}"[Ì‚æ­-uõJLyA\¼ÚòðènäƒÍOmfK jø¡Æ|[ž ÏjMw5;Õó6M(¿|ÿ>SëAÅYœß°U¼u´ù ŠÜ_&$3>v¯x('ᤓ4mù¥©­»7YKÛÅ‘Â,
+¦'¶&V1›=2û$…±Út¶z&î>ìàG D̽Íé`„[€á,F
+`¥Ñ`'Ñ1ôóÔ"ÚZ}3¨«—hân:«ïÌŸxv ð†ÐÄ
+!Æ~,†<Å=V…ç(í¹w;T |ëš‹§ "uЭñÙäçÒ·„á15²˜ZR
+„eI„®€z@j¼U ÂÐWá0àdK%P¤P©ø,u@µâ2„`ÈÓô˜7rª²³÷Dzà• s•¼xMe€DÛ{‘õŽ*«ÌS&±íž”Öθ ¨t­z¼@œ9ë goì“151]Þ@nKÙ¤#6V
+lRàœ/øš6R¹hˆí"d±hyÅÅ#ä€n‡V¡³m¿ôQEN‡DéÞ ;Dœ*¢îSÅèÌ®/û
+“ òÿN\ÚŸVt4âP.í
+¡4|ÕNØ àf—? éPhÍ 0d¸Ðæ0Ý÷žHBd¦_ˆ‘e,ãrT_ó„(OÈÄøC‹`ÒBغDT…º¶ôp'EÄxê>ÌÎ ×Ð}s–„ÆÐÝ5º½;¸Œmã7g×Ìñî¥P'TìC¡ëó€È| ÇoA‡¾œÞz˜®üÀŽnG¥V¹}™áÿÅãÜ4þT@Âú%$Ï}*šðù0Â`ÝÉ´9Ô¥Væ>(A‚ÜO{jKkÞˆDqÇïî¾­{¨©¯cHÜb
+ y²oè ‘0’ÑRwn±Ulê#õÐi>ôÄi>?IMÚgœz¹ZßVº÷^Jûç_bãh®ÊXnÈCqŒP°|^õwrslj? ‹>ê?=/i<gR©döQ|)§Ð¯Šlødãö¦t@‚øÓÀ1‰å:Iàø¡¹ü¡,äpBStäŽ[*–ç™ò¸3‹7åÁ¢«acý®üôX¸~ß>J™E`+MYeŒ
+endobj
+4057 0 obj <<
+/Type /Page
+/Contents 4058 0 R
+/Resources 4056 0 R
+/MediaBox [0 0 612 792]
+/Parent 4039 0 R
+>> endobj
+4059 0 obj <<
+/D [4057 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1634 0 obj <<
+/D [4057 0 R /XYZ 100.8917 477.5823 null]
+>> endobj
+4056 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4062 0 obj <<
+/Length 2483
+/Filter /FlateDecode
+>>
+stream
+xÚµYÝoã¸Ï_a Û­ Ä<ñSÒÞKw{@ïåPÔ(¸½Y¦c5úðJrré"ÿ{g8¤,9Ê&}(D䈇3¿ù‘þ´¹úág‘.R–a›ý‚ëˆÅ‘J&Õ̤\,6»ß—?²coÛÕZEÑRh¶Z'ÐøX·ueë~õÇæ—«Ï›+¾ˆà•ph¾È««¯W¿ÿ-vWÑâ—«ˆÉ4Ñ‹èDŒ§©XTWR§Ìh.ƒ¤¼úçÕ?•ëAçz¬ôÓw c&¤–n[ ¶µìŽ6/¾D‘°;Ø×Ë?e‘ýŠ/ËGoýóxêû¢¾½¡Þ¾i©QÔ]ŸÕ¹½Á•ÿð³ "Á¢TÅ`6Î|°Åí¡_­µÐK®=}11ÙƵþƒ¢¦9úƒ·Ü:s¤›×fÞôfºka*ÏpÎR­¹SSÚl%¢å=X¿ZËD/a}îi«cÿ¸2zɨÿëžžysj;Xt`òlÛÝGzs[ž,µŠ²¤Vݬ`AÔÙú×oüóàG”àïåÞ[’Õ~XK.¦_TCñG¾€kO%šˆÍ® ÏÊ¿¤½ìÛŒºÃ°“uÖŽUöH­ÿº¶vç¢ÚnPE˜÷ØÚ¬Ú––Ñö)>Ú>°U¤LG&u¶Bz(¦WkÁwŸq‰BG¸.÷ÌèQµý0<©‚PʇÂ.UÞÎLÉÆB ýø\ŒÑ:’UAÙ$üÖ\r&£ ³TIå¾øè¶Zqgk‡Máü‚¢,<p¯³Ö’°¢*ê¬wq
+í³¶*³ž&!G¡Í£…î!ë¼ÛìàfŠ5¶†ÌAקÒ)ÏNªIÅ Ou•õùÁ…tÏk„1a w®ÑѶ{›÷Æ(¾G¨‹ü×Î#åc[¡ëàòGRôsh2¤¾3ÊãƒÏøæhkgšƒ2íž»Ÿk-Évšq>·$ß»ùöH“7mk»cSï3øx”såÀá·Ûå#J´vÙ›I(´ñAª测Rs½Éb$‡èUœ»v Q[ÑUѸ÷¯–ÞæMU½
+
+èá‹ŽÑüו†ÑÜr9¥ˆã7°]‡­ôÖ'A›oyÙ]°“ËC…ÔúmyÊ¥ –…°níîTﲺ÷„ChÃTª“)áøè²z&$5’ö·¬66"E7ÌX%Ž€¤nêõ`Ѭ{9S*MÞÆ?„ÔÿÄNµ¨basJXçµ¾¹ÃÜ°5™
+,/«ìà–‰b£Y*&RÌ,bFŒ–aïmû8»Êø`&í[Š—05p›5íä4zæ¢ÐÂÑ>o £ã“í¾TˆGlÞÅaá\8PÛ!š{ |xÒ9¶ÏGí!œ8€S,ƒ•„3°ÐáÌ'n`ý™˜Í:gÃ?øƒw9œÿŸ[M¾g|hæx÷S9†
+b"‡gbÜf%½G”öUÁ÷$¤ûS{p9MÌu­f‡'Q|ùkí­!⶞;Ò6‡›7:
+endobj
+4061 0 obj <<
+/Type /Page
+/Contents 4062 0 R
+/Resources 4060 0 R
+/MediaBox [0 0 612 792]
+/Parent 4064 0 R
+>> endobj
+4063 0 obj <<
+/D [4061 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1638 0 obj <<
+/D [4061 0 R /XYZ 150.7049 619.4851 null]
+>> endobj
+1642 0 obj <<
+/D [4061 0 R /XYZ 150.7049 333.8567 null]
+>> endobj
+4060 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F11 2828 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4067 0 obj <<
+/Length 1630
+/Filter /FlateDecode
+>>
+stream
+xڥˎÛ6ðî¯0°I!6#R"eõ”H=´(²(
+$9È2m3‘%G¤ënûïáòc• @±‡Ãy¿´oî'¯Þ‰rZ²R 5½ßL3!Ø2O‹©*%S%Óûõ‡DH&Ùl±LÓäí?ÕþÐèŸg‹NûÊíª³m÷ºuvöéþ×ÉÛû Ÿ¦ðǧ<MÙ²äÈ’³"U|Zï'_'>¥Óõ$þ:IYV.åô‡”ñ²Óý$“%S’gÓLÞOþX.ž‹K¦ož™s–- &2™ysún&dr²³…L‹ädš!•ìª™H“¿g\&šîÜNÓ•­öµÓf»s„­Ú5!×úàvóÀogêÝŸf<Mºc¨Ú.¼ë€o26°\ÝJ«+¸7‚± ÎY)%÷Š› ܃Š]‹„¼Lº€€—{‚vÕš
+@wÐ-Y‡U_ÕâuØk{lÁ&pªèçÒ3"v/¦dØpjs£
+Zoþaƒâp™(¼â¿´TÃyŠ•ž•Y²ïzMPÝAc7uEî|ÖQ¿'ŠÂ_´ÞÿƦOÇ j—•"Œb¿om)+s!/ÊGõ\Ûn¤v¤`YšÅÚa# ¡’2&r‰$gXg‘ïZo®ØßñG_­zkÚǵ±‡§æõ67éÉ]µÂF°ÖX\ô(OY®`@^%’í<câà:/¸6ÕÃɬÝîqì1??ޘ毑ÉÅcëýxw÷ôâål!`ž%‹Éؘž¸„Ð5Ç}ë%p¨€¹ùL½ ƒ¾½Ž½iº¥ÿéª<>¡2Qç—¤@ÔÉêºó3ñ‡Jñ1¥®½ü½°iªÃãYÁ»»O Å2¿pÛ™~ý?\ãõékÈf. ™¼ ¿:šFcWÆÉ(“C¯«ýª¡¡½°j¤7ÖÞñÈôéit
+ŽòFeäPlE§NzmôÐmØÇ`h.ÓåÍ>Ýw Ý›öh è纕%Ë
+%ϺI¿/+•‡2ÄàG<D?"}]¨‹®
+pÕkºýŒ» .=þx¨×Ä´g #2jõ|ùµ÷¹dôRðaê‚Ñ"ù­s¾÷aU¸S!rX®OMR|G š@¹þw*Á
+•ó w÷(ÐÑçᇂÀ›ð‰'pÓ?Lój•C¨òf"l»°W5k}³\5zV1JsÜæÎëÙ¹—Ùyà‚ƒÚGêvĸûùã‰ú¬ûM>]‚TŽ>€
+¥`eÊ•WöÏY‘'¦v¸y Ÿçæó—]‡_nxú(„"èÞ[¬”Vö²²((òoýMÎàDM/ðÑCÜñ‰ìuÝÁÔc­´È˜äÃ'Dÿð/ŸÍN¿endstream
+endobj
+4066 0 obj <<
+/Type /Page
+/Contents 4067 0 R
+/Resources 4065 0 R
+/MediaBox [0 0 612 792]
+/Parent 4064 0 R
+>> endobj
+4068 0 obj <<
+/D [4066 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4065 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4071 0 obj <<
+/Length 1721
+/Filter /FlateDecode
+>>
+stream
+xÚµXKÛ6¾çWø(»ŒH‘””[Ó&h P(ÐôÀµhKˆ, ¢¼Éæ×w†CÊ/mÈIÔp8â<¿Ï~½yñò­ä+.Y&µXmv+®R–§²\©¢d²(åjSý›üZ›a²ãú^¨4zýßæÏUººÏrV¨Âk¼[ó41{K*ƒ¾E­—oE¹*Y©…FëpFåL§duS7n}¯Ò4ÙFûø2ÖL°!Ë2qýÁ’´ß…Ý:3šƒ…S.n˜‰U(=4½:áš/KÆðÈ௎"ÓUÑ=ÎY©”ðw­ûµPÉ'Ðf¢§kðûøÒwôÀõq­TÂ(
+ûhwv´t;ÌBßtÓRÞgi]Š«Üb|Ý!Ó,ÓY¬Ôß-Þ<ä~·û¹>ž-‚L0­¤úiEP°¾HUÀK–©BßVÁÁ|®ì
+l§~|"g¨Aˆ\&ïÿ¦wbŠ¤À¼¿×ÐñB_ÁïÃZ¤É1 j('D±¢U °zsaâ™
+·Õ­kæsÅ~£º/ÆÇ}á4ØUTôGäi(¥ÿ-PLÌëÛzP× ºP¬LµøÞNÌò4 º‡¦;º@
+endobj
+4070 0 obj <<
+/Type /Page
+/Contents 4071 0 R
+/Resources 4069 0 R
+/MediaBox [0 0 612 792]
+/Parent 4064 0 R
+>> endobj
+4072 0 obj <<
+/D [4070 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1646 0 obj <<
+/D [4070 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1650 0 obj <<
+/D [4070 0 R /XYZ 150.7049 358.3661 null]
+>> endobj
+1654 0 obj <<
+/D [4070 0 R /XYZ 150.7049 220.2889 null]
+>> endobj
+4069 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F42 2194 0 R /F51 2929 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4075 0 obj <<
+/Length 2595
+/Filter /FlateDecode
+>>
+stream
+xÚ•Ymã¶þ¾¿Â@>ÔÎ _õÒ @{A‚^Ð)º(䔶i[=YR$ùî6Aþ{g8¤$kå͇ƒÆÃápHÎ<3Ã}ûøðåw2_å,Od²z<®”æŒk£WInX’ ¹z<ü´– Sl³Í8_ÿ°fmOn³ÕðëìŠÓ¹'ÚV"®éÏ›Ÿ¿øöñA¬8ü+Á9Ër‘‚bÁRžˆÕþòðËÃO?óÕ᯾àLå™Y}‚œ‰<—«Ëƒ29KŒP‘S>üëៃÊí s;Uúö٦ƵMʤ2Êoê‡ÒÕf«´^?¢µ+™1¿V[ɤÆ }ëG4Ë´ÈVþ4±s}‡_~§¦ ‚¦<KÁH}/”îë¦ûP4$zc›6L&idûzA›L¤I¼éÔHÎr)tba[çkGTvH(X !NYT. ÖGú6p­õ©(Kšp¶É×ñÖÝ «h‰ÜÙΑ"<¥­P932K€,7Fxc,ø‡éÞ$:{ñT²nJ»Ìâ8“ò–z¡ºí‹º"n=ÛŸmk÷½k;’.º àÂŒ¦.ª`AÝ’L麎ë»ÍÀ'¥¸7@ÞÿM}i®°x·ÌÖÿ¨®­ˆ>ÖÜ¿'ûsá©t½¯«CAã@:ÛÝ{Î¥;„cœéFmA¶øÕMg§Þä(nƒæ÷Üp»«¯=bÉp¡( ýt_Ñ#î‰Ò¶‘­O®´ É$ âÓ/<ü›aG^× Cžãa ­6˜•°,5;þî`S=ŒLèbG ŒÆƒ ²võg"¼é8fé÷(gÞC4±†ÃëSPZ•OA­Ã‹þó'‡p…C¶ë®—¢:…_$ñ«k—B‘ߺ6†vcÛ{¡-
+]O2ïzòÕ„]ÎábÛÂGr1°vØ%\‹ò@ìp8bãw)=KÉ8Wf
+¾‰ Ø+WùpäGÒöþ\±†B#ãæ5 .˜Êdõ¯H/]!ìÖÝRÕ–äZNÔã†Oµ-V0pµÉà®Ørú3 ØEœ³›&ò¿—]f×ï°ƒ3*´y@”¶ë‘’ë¢wâ!8à×Ò‡€ EÎxE~$HÐÚ{h9n0‡¼c½¡y½¤©.EˆT_Ñðç.,ù¥Ø;»Ãdæí«+ì;–ÀŸÚìÊ?LbîóìÑ‘ÿ Ñ}ç3¶~gWÕø_‘xhó!yfâÕm>*ºvn©Í‡r6‘fZ\^ìç{¡n …ˆÂ¶‹Æ:² f—ë…|Bæ"_ÉÛB‹4oµ ØÄÞ!M â‡ï]²‡Õ@Àó‡ <r äø^V5¹L¸ØÈp3ùÁ¬lp
+ûíOEƒÍš2 Š\j´…<ã@CÊ«q™š¾“]©|Ô8\ã|´G»ïÁ——]‚©á\B§Œ§J í’¿{H» B×BË öý§µ§“;ìjÈ—?o¬zè·O¶xJ;ì‰}DnE߆ž½ ñ ß ÃßÉ
+”²2zÌ@†4†8Ô÷ç#ž¥mŸBo2¨‹Ôì1í… ä„"ä†ÖÙýÙÍnêk½q€à¡"Ž¸a†mÇj%hîÎEÓ %eÔ‚Õý¥ŽÒÃ#$‰ð²Êº—
+älìt @eî»ËCã"vy×
+
+endobj
+4074 0 obj <<
+/Type /Page
+/Contents 4075 0 R
+/Resources 4073 0 R
+/MediaBox [0 0 612 792]
+/Parent 4064 0 R
+>> endobj
+4076 0 obj <<
+/D [4074 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1658 0 obj <<
+/D [4074 0 R /XYZ 100.8917 398.7166 null]
+>> endobj
+4073 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4079 0 obj <<
+/Length 1611
+/Filter /FlateDecode
+>>
+stream
+xÚµXÛŽÛ6}ÏWø­2°fÄ«¨¼5mR´@ 5ŠMÒ6½V– IÎvóõrH[²åÝ ²y9¼Ì™ÃáÌPo—¯^¿tFáB±Ùr;£2%Y*ò™Ô’ÐœªÙróOòSaö½mç &Ó„eó—¿ÍÒÙ‚gDKMý”sš&æÖ✷íœêÄš»²¾u³_¿gù,'¹bÊiµRM…ök—EÙÍ<—É:*â¹HúÖš> ô…ÅÆ{¯Ä5Ws–&‡²ÚØö‡7aIœ¶7m­f‹ß¥GÍ(#:Íg F˜Ö½ó#‚hAóÙ@þwTmzÜ}c×åÆD÷…mƒ²¾ €
+Q4`‡š½mMï úa»mÚ°¨/šæÐïAQ ²¶78ÅÔ›xÂCÌ¥›œ¦Iã6Ë>4ZÛª0–ùçÃך¤©Î`O·ÕGÊŪùŸI9á"%2ÏD˜ê€]74Ž¸ZÄM&.(ÓD¥ŠBKÍåQñ§n_-Š)(æãŸ~ªÜâ×(Íèd3À6‚-tmOKø®›¬3«*Øs_öEÜî6ȼ#ÁÕ™4,Â\8WŽWÈæípÝ]¹Ÿ0/c$Ïd4ï÷².w‡xk–%p9S¯-öV¶¿·¶ÆÞ(×pVóLã…Á=Þ hµÖùs‡³Å ìšð!:Tq6ð„«²`à6TåYtD 5èÜeSßÒÁ_Ç>ò1MYÛEìíîè™ažéÏêCeâpˆ)DÂ\_‹ú,R¸…»õQ®Â› Ó…$"×y°œ¦û>„­àrdùå‰:¸m 0\r#I¥ˆ·ä7 N
+[Þ=¶1ôÅ3AŒ:îZ1øê£ ¸tèš~ªxŸ^ùÙN
+7ėƵN0à} 0$4¥ô5À]7õæÅñ¥×ø} pΉÎ3z p_”í‹ã:§}·hËúnÊu!ªQyiX÷M~4\œ;Ö3{[›ª˜JÛš0WÆ ´¿æ”B® \
+æѸ¯G#OâF^êÒÜ`”°ºf·È×7aÇAèaÒf@szL]s(ª²$MÓéÀŸ«˜åÊ>Øy
+æã¸
+g_ù B|ÝZc¾õU4RÉä9‘þD6TÔ¶­ d¼Î÷Øi?D:¹Ö TÑ®‘ë3†ä
+‚S§­Ã>Ç.·æ¶5û‚à0– ž%™“”eg,-Cõ!˜‹ß©,I€Î‰âŠ_^£uuX]'ï,l6¥KÌ>?f§cóO¦kœÈt=¦b-ìXOº&^¹lXßAÇŒ-5‡{´f¼¬È?h"÷“å¼O¡¾ÒÏ}(~}ù'ÓTp:aïËMsÿH`Õó#®…p äZˆ!× 6a*r ­ãCQ„§´VÆ3íZÈ´ÀGµ›tÜ!ò õzªä˜ç“—O2­$ÔÙ`Çw+´LK
+u¶T—LÃûg_™‡'§iN¤ÖtŠq¥Œ«<0Òã 6a*2‚#ã EÆAW<|&HFõÙo³jÜïü‡0ŠÁ"ì€
+—ή
+endobj
+4078 0 obj <<
+/Type /Page
+/Contents 4079 0 R
+/Resources 4077 0 R
+/MediaBox [0 0 612 792]
+/Parent 4064 0 R
+>> endobj
+4080 0 obj <<
+/D [4078 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1662 0 obj <<
+/D [4078 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+4077 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F8 2865 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4083 0 obj <<
+/Length 2690
+/Filter /FlateDecode
+>>
+stream
+xÚ•ËnãÈñî¯Ðm%Àêô“MfÃl0fAk$ ì,04Ù²¸–H…¤ìñù÷Tuuóe:q ««_Õõ®Ò÷w7ø‹Ì6Ë™lî©%Ë4O6IfX’ ¹¹+ÙJËÛíSηwG·Ûk
+–#ññãåÆ2©Œ¿Û ‘Xz¼4ôøH·þaˆ  ä€@ÓÊbX‹L؉í+>,DÁrËxªO†¿[Ùd{Ϋš §0[×öU‘Ÿsªºž æ@ß;<^–2›
+`†dR :ñ“ŸÒ,Õ"ÝLð?ÓΪ£oYí¤Ù>U¥+ÃD¸¾Þ ¾mhpÉÛ¾ûc˜ˆ¤~”DYãyôMx&Í–Î(Gº€ãŠ%X²DÄ}ÕI½V§ïM|¬‘5/48ç½k+dŽúcvãñ›—þi~²Á¯ŒÊ«³š31Dòì¤ËÅÕx>€Ï ÷GÛhI6Ú…]±‹´†Â¼è ƒrEĹAzžªúa±òícAçxŒØvaË’¢(­õÂS?8½•oëõâ¹vÐ_Òõ˜UT8õãQDXu*] ‚‹·&`šxö)0©4H§:;‚ºæìú£?‡^Uá˜â7•aO¾Ç°uTI -·ê`(Rrxtö–dK;Á›óåÚ»nyOÓ…K¼)Â÷¾uù#ÒìÕ[JÃÀ¡.Ô›¸¤tä@^]•‰Š‹sMU÷ŒàÏúVa®tXj¶€Èq\áèoèf¸´¹
+û«Þ»xfÎÉÛ0»ˆ:´Í™îh¦O(ö«60OÖ¦×èH•+M܉~=¼c¸ëìŠc^WÝ™æGšO®{Ⱦ赘Px—ˆ÷zï`M>aØ
+µÑ¹ Æ£7ñÙ&ºÜÎtæ ç²íÂz¼ƒø£÷ &:@M–Šm Ì›KV „ÔѲ¹TVr JÂ&FóªÔ¸¬ùÁŒJõÄBà­ÝcuY‹
+„¥¶x?ÉrªºƒœÏ•¢Ñ¸e6ZàÓã涀„/()c¢1m™J9Onîbh¡4ºÅÔ ›F½– Lr¦˜ò:Wúžó2@O~‘ pú%„[×÷! Y0NÚŒ™ÑEzƵy‹ñúµÅJ¦ÄÀir$`û„ɹ™+%¦leMWõTTx% ì4¸Àð 7|àöŸKý@i˜ŒÈ™p H*¿£“X¹ÉP¹},0ÿÅ[0Éð ˜ic7åðûª²7³ÚèçÏnP§¨ÜL^"n¡R‡æt¢ÜzHž‹ª-®ç®ÏëÂuáéB/ÈR,³F“츰kq ’Ø$‹±ãcÛ\©Z·X¾åm~9b õÿàm`î 3“Š­íD[ܤêpÒÊÍ 0!AHQSBBÒÑ Çy6jCÊì} ÌE ¼¥a)&ɾ¬†x­¦Òrò6¦pYGøp@±„Y/iãîtY÷ÁÖ}ŒÀŸ\X5\æ<}
+¿>-aÚši(Îï›'|Þ§¦@01õÅœê ÷7*è^d “Jš×™ìJ|€lRÚYx¨ËuW–+ç® o6Û/R&=«âH ¥æJðÓ Ay̗ȃ'[luÖ’À¯ÔÔ¶5¯¹&ªùìBØq®ê¼wᶜ Á?§:kl0J¦eò~›Trû[sKPp4¨:Ð×÷ñÁ¡# Ðâ!€ iŠ-øRíÁ<rpgJÉiµTº¼,^ŠSLù§„³4Í¢¦ý B²Ûµ®
+endobj
+4082 0 obj <<
+/Type /Page
+/Contents 4083 0 R
+/Resources 4081 0 R
+/MediaBox [0 0 612 792]
+/Parent 4064 0 R
+/Annots [ 4085 0 R ]
+>> endobj
+4085 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [240.9151 442.644 252.8702 453.5877]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.34) >>
+>> endobj
+4084 0 obj <<
+/D [4082 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1666 0 obj <<
+/D [4082 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1670 0 obj <<
+/D [4082 0 R /XYZ 100.8917 424.5724 null]
+>> endobj
+1674 0 obj <<
+/D [4082 0 R /XYZ 100.8917 165.0915 null]
+>> endobj
+4081 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F8 2865 0 R /F14 2180 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4088 0 obj <<
+/Length 2434
+/Filter /FlateDecode
+>>
+stream
+xÚµYK“ã6¾÷¯ðÑ®j3âKÌ)“šÔNNÙŠk7U™d™n+-KŽ$OÏä×/@€²¤VOÏlUÊ ‚ ð ßîî¾ûIe«Ld±ŠW»ãJÚH$‘ÉVqfEœIµÚ~_ÿxÊ/½k7[Ek•ˆÍ6â—´ëüÁûmëòDz~Øü±ûùîÝîN®"øɱD D,WÅùßÿˆV‡»hõó]$t–ÚÕ4"!³L­ÎwÚf"¶RNu÷ëÝ¿‘ÛAæv,ôívc¡´Õ~7ýÉ¡’ßý¤'cK­`óAjÓ7—î±¼Ð؉\ÒR™ñ؇ê
+6°&^?\M®á‰Q¤Ú®§Æ¾ùDDÙÑ÷Rå…;ÝL§Úuqm[WóÔ úÍmÀsýU¬…NŒmàcWþíÔßj•
+ƒ]·RŠÌZé§äõaÉ.™HL:¶Ë9ÿtp—þ´ Ù*a´ ƒów¢Ó5¸Æ(¶Îx›ÀºYd! š–†•uçÚ¾ôÆAvVé˜fÞ m$hÚ5:çgTqµM”©6a·äÓÝuß¹¿®ÞÀFëuqÊë×aìû†˜ ºsD^ò6?;ˆòTVõÔ ‹Ø;êFY¸|_ñÔkÝ—Õ '9TðSO3.FÀ‡}›h}烈›–c­ëÛ²è«Ï›ØÂPÏ
+k
+µ{hòj¢D‡8DÄÒÇj]öq>n §‡Ïg690ª¦yÜÈhí5D ̧ƒ^ˆÓ8©M³‘=øÐT”BÉ`v
+ò­L ÆušÎ‚°ö|­ò]P*yÅ;ˆßŽÚÞ©‘
+R³€Ã½m72]C!zi`§Ý ã¦ùU*­æ
+ ³#_ÐB`7°{W) Iñ’¼ÉnyÆË›ÖÄ{¬‰»U_džwßÏÒô.?3¥4›Ì{|«¦È{º|± •T(ª!›yÁïÎu…6š¶H&Kç 'Žµ"×tý-RƒòùìP/[;J­Q'>ל>uSoeWäí+$ïîüfAÃmX| n3ù(ÊËNñæ¹Îåùì%DFpÃcSU BðÓ|#¸õVÙ‹«óŠ²Q¾Än¢G¶ó}F¨… ÊÈØw¼ãŽÔÈt5âÿâMÂuX
+:¾VR Záýq¶$Yw¬cƒ
+߸R9{¨«<äÙì,•åa”Qó­;OÙ@KYaÒtül±Ï;ç7µüWRÚ$™ý•Ä.®4ßu&R(;))P)¯jV)È€¼ßJè™1$“ÿÙ$
+endobj
+4087 0 obj <<
+/Type /Page
+/Contents 4088 0 R
+/Resources 4086 0 R
+/MediaBox [0 0 612 792]
+/Parent 4091 0 R
+/Annots [ 4090 0 R ]
+>> endobj
+4090 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [304.0086 174.992 325.9264 186.1169]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.5.9.6) >>
+>> endobj
+4089 0 obj <<
+/D [4087 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1678 0 obj <<
+/D [4087 0 R /XYZ 150.7049 435.6083 null]
+>> endobj
+1682 0 obj <<
+/D [4087 0 R /XYZ 150.7049 414.8583 null]
+>> endobj
+1686 0 obj <<
+/D [4087 0 R /XYZ 150.7049 280.0733 null]
+>> endobj
+4086 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4094 0 obj <<
+/Length 2659
+/Filter /FlateDecode
+>>
+stream
+xÚ­]ã¸í}~E^
+8ÀD«OKîÇC·¸zO-:h¸½'ñL|›Ø©íìÌ\Ñÿ^R”l9ãìí‹&%QIñËïîÞ}Ū`E.óÕÃãJ9Ítáì*/ Ë !Wû3i™fëã<{ßUå§s[7C¿þéáû»ïîĊßX Ι+îÌò\¬v§»ßýø_íïøêû;ÎTáÌ꜉¢«Ó2ËPs¼ûÇÝßG’›‘æ&%úùV)ßÓÙÆ2©Œò|Jí¹jÊãðŠ _Ý7·Ìj£á0\ÿÝËЕëÎU·øÁcÛ! ³-Þ¾nž—–OU@<UGàp¸œË®hÿ±nº}¼¢Ñ•O]y>0drµQ’9›K€`…1³÷×»<;Ë:€~¹–L)©Wɤ9Ý…f˜Ó­ü´q8Ô=AuOr™É(Z“» aø‚ì„·°„~F²å©½4Ã}4ûxlEÀc{<¶ki²g§3AäuÕÇM]X[î7$ÁáH9J…Œs_m#e6´áÎX¸€ÜÄ¡e€ Wjä¶y8Ç
+1nº'úþ2À1™
+âP¯‘ tU[á%qq_ÿ&PPþ·‰·SŽ9 jš]¯¯ºo¨íˈ—Ds  é’‡mû²p1ÅáÕñh÷»¶À¤H&0§LÆ Ø`¼€öÆk¼
+kFáÊ)8&ð3ûðNst
+
+ŵS€Á)
+=y30)°@Á_ ~®:ÆK0§$êïiÊKRÄbÖì.]W!7ˆEÁÝ/Ý9¤eLËü«K5‰]ܨK<\U…¸Ê¤(bp^JnºÈêÎRÚÛrßT}¿@Û‚ýqIo¯{
+c>†Ó¹½Ý zŸ¯N”ß*ž««
+UšœYK<3A¤D¿ Ô(=ÉǪÄ@˜µ©'ôkâð×ýã[©È"G·Jâ°_‡ÐÌ(`÷›Š#!úqˆ"‡ œÓËN\Äo0ó•æA$ô<'7bL›ÅÂûÞaúP6§,-ÑÇÒLÈTæÚXx›…ý†ïz3ÒܤDßÊ|ìí¡ð,(æ•}ßîjÊ뵓Ùs=`ÿÁ‰4^¹ØË
+gˆ±‹©µ…Í1m-±˜ºÁ^Sñ÷žA9~Ɉ
+Ûƒ*“í×/ð~I—>Ó‘’ØóQ`ª°#Ê]òdESó°:{˜Ž §LL1¹Ô HW>òX½Íücyî̲û²
+¥‹oð˜Ð4DDül‘¶þ­¯Â®¿Êsø¶Â3‡þ-4›ÞÇOWJ$s4Ê„háÁ’~¦FáÛÔR,:èú|9·“ŠÏbÈBÎ
+È”´{CÅÝ$òãÞÓ;‚—(Çz
+û¡¡~·Ò¾ BÁ[з=tWûcŸ²Y¬l‘Üø]òFî¬~5uþBæì¡ëv·Æ,‡²>*aõŒ_•
+®'c¸“²ˆ‰üÿ
+endobj
+4093 0 obj <<
+/Type /Page
+/Contents 4094 0 R
+/Resources 4092 0 R
+/MediaBox [0 0 612 792]
+/Parent 4091 0 R
+/Annots [ 4096 0 R ]
+>> endobj
+4096 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [269.0073 140.01 275.9812 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.8) >>
+>> endobj
+4095 0 obj <<
+/D [4093 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1690 0 obj <<
+/D [4093 0 R /XYZ 100.8917 394.351 null]
+>> endobj
+4092 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F11 2828 0 R /F8 2865 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4099 0 obj <<
+/Length 2671
+/Filter /FlateDecode
+>>
+stream
+xÚÝZKÛȾϯÐQBFmö›mïìÍÉ"@ì`c`½JäH\S¤–¤<žüúTu5_Ž,#v³»Ù¬®ÇW¯Ö¼¹»yñV¸…cγ¸»_p1)·0N3ã¸XÜ¥¿.Ø'Ç6«WkEKaÙjÃà+®—É.£å7u–|ÈËÝê·»Ÿn~¼»á‹þñ1EÃÛÃÍ7¿þ-Ò›hñÓMĤ‹õâ&ãΉÅáFjÇŒæ²[)n~¾ùgOrÝÓ\‰¾¹ ¶LH-½4?WäYGËcV&E›g M“ו[æ‡c‘oó¶x¤yÙdu›¥4Û„Õ;uÁcÎbeÅb-˜P\û#~ô¯¼àn1ZwKŸÞWuO¹MÊm8·Ýgøá‹·r,E¬X¤ŒÑ‘Ä{.U^‚5Š¼ÌH€Gúh"úZX]j ÚâÌiÍý×û|»‡Ãœ]æ =§6,”ôÜdíC–…I¶zù-Õáƒ$¯iTÝÓYiÆKf™t{ëdW'Ç=£ùßAÄðñXù0Ý&ýñ^yQÇ8A0C>ÌbôØ,F‘Y`•è§Æ¯¼¶a%9qH¶uÅhõ5=:•ú÷Qú¤8³p>Ò°°–ÅV›`—cآƖcΊ¸3\$4í‰ÇEü:öðhµæÆ.£(š±©äà =òrŸoò¶ñÚZKá˜Õ€›‰Ö6Á)_8"òòs·œ f"S,™ò²H\‰A"µZK®`Ô1<‘-fFØ+e´*;èJGŽÀ4Y
+{*ÄK
+ÿ½BÉ>‰¥8‡”f±VS›ªR¯ËùH6`ìK€_yævêyõ¥$<­çÙÕ髳+H¦­žˆ¸Ë‡î
+1ÆžR¹(s¬¡€ ƒ¹4×cuÆþP{kÅ/) êÇõeMb#þþZ_ôÇÛ¤ ¼RCl ÈR?lÎûáx1ZG$Òl›§¤ÓA%î:9XªŽPwsèÖ
+šSíIøŒ1­ 3­&´È«µ–ñòpjÂhŸ`áHÚ¦•j»=Õóø2¥…,¶šC([oiÅ'täʸ¨ý°â‘·¾ðÜzª¡rÕÒ]€óËŠsîûÉfÚãò®~Úýƒ™@d;éþ±íꔧ†‹±3•jÔL5YF-Ïp•#øR¸Ð4‰ÞCû† »ÌcÌÒ‘»º§ÓÀ’»¤?F=ñ1½7ªÐjÄ3›¢'„ D„˜ö@w]ßVV g=œºîß\è~ÑGEd/7ô±™VßÒ¹çªoÇ”åîÚÖ^D²Û;×g7fè`1 Œ^äMÑҨëžËf¤õâ18á¨È3Ecã-§ã¤Ë¿õ æ,$²­Ü.à;gèrëõœ\L«ãú°í.ÄpZym@v:¡‘£ ôË £¼GnÓÌÆ;ÎÀ
+Ì Ìqtô\±ÝŸÊ¹áVíšJÀ‰?;§!
+r•KâL@î ©²|¨ë ¸IéoVŸäê>n´5è0 ¡¤ÎšSÑöü?åz¸?ôH¶³Ž2 ÛÒ0•Kà~?›§b«º ñz“ÊÓa“Õs™@2!û‹¸|ŽÍ1IÀÿl»¢L_o|–-îùÆ×EFNY9ë> ªXÎϬ02jóš8 ìMÌ;\@÷QñXcÄÁ
+”Í0uvAý>âvN¾IüþK–ïö¨x­úÛEú€ŠOÏ š#ô X1félžkë8þöjyE¼…QÝÎ]ÝÁ‡yäÝõòvÙb,|U络~
+ä‰6#?³š~š„¨Úû×.o¨ä—Ú7Ý€0¥îHIuFÙ&>kK*•¥>ÿ¡EúóBË ƒa<M(ÞSŸ¸3ë(ûdê;2F¯|˜ \‡äñiè
+‰$<Oe:¾c
+„ÎŽýÜ,}ãÀíò€W13ÑSb“2Žž>þ’O©§ñô$ AC¨x„ÞwÒ<ü"‹ç‚y«]u
+Ë^Í~ãlŒþNáFl\à@CŸ!úHH?C¤¯Î`;}öãÌp‡ ê7:Pk쇺&)/5<Š™•ý]ò„.°i°ví.öU‘ö?‰Õ“[øËpk¥rñ—ãá5–Öc¼FDƒÉÃ^°Z$´Iê4òí“yÖ\¯º&ªð¨¹Ïº'2ÓÎ#Ëý]^i5¥3èí9ÙMõQÈœ;EÓuÙº7íÿ²Á±8¶ŽJqZ©°6Fù`©!—ɨSÚ/+«–ù¶EÁ«åùïö¶8{/„¡QcK+}—h-ŸDK©­YŒÖßчøc?€ž§:æÛîÏNþ7ª+endstream
+endobj
+4098 0 obj <<
+/Type /Page
+/Contents 4099 0 R
+/Resources 4097 0 R
+/MediaBox [0 0 612 792]
+/Parent 4091 0 R
+/Annots [ 4105 0 R ]
+>> endobj
+4105 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [340.8946 403.8554 352.8498 414.9803]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.29) >>
+>> endobj
+4100 0 obj <<
+/D [4098 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4101 0 obj <<
+/D [4098 0 R /XYZ 150.7049 585.8404 null]
+>> endobj
+4102 0 obj <<
+/D [4098 0 R /XYZ 150.7049 537.5823 null]
+>> endobj
+4103 0 obj <<
+/D [4098 0 R /XYZ 150.7049 501.4989 null]
+>> endobj
+4104 0 obj <<
+/D [4098 0 R /XYZ 150.7049 467.0186 null]
+>> endobj
+1694 0 obj <<
+/D [4098 0 R /XYZ 150.7049 328.1181 null]
+>> endobj
+4097 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F11 2828 0 R /F14 2180 0 R /F8 2865 0 R /F41 2190 0 R /F51 2929 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4108 0 obj <<
+/Length 2125
+/Filter /FlateDecode
+>>
+stream
+xÚ¥XO¯ã6¿çSä²h¼¨–dÉV‹9tÐl‹‹Å<tzð$Ê‹wü¯¶óÞd‹ùîKŠRb;Î4Å"É”D‘"ù#™×‹oß
+³4Ìh¡—û¥ä†ÅR.µQL.–»ßV"aš­7i­Þ|Îʦ°ÝzÃW½§±Éž,Í>¶6û”WOëß^¼y\ðe?¾äQÄRÃ`ÌYi¾Ü–‹?¿ý-w‹hùó"bÒ¤jùãƈe¹Ê0­¸ ”bñnñï3ËÍ™çfÈôõ•N—»U„TÒ)õxð"·¶ÌòjgÛ±N=¬ƒß¾•C^F0a$Š€<>p?wM‘÷´utm1e’Øo­Ûf}^WÄ=÷/˜ùg«?Óäå`[/Ì6\
+P"R0SL¤ YæCÄ“™«eÌR FWgEAÌwy·ÍÚ]öñlÀC¶ÑêyÍÕ*ÐÚêü.5.Ðꎈû¶./ïC“ºù~Nâ Ć Æ9ÿ?GäÍ Æ.ÿïœ5”d±éÀÎ Q÷)ofîI@­àuÄÞ+ ³¼êlÛ;myºª=Õ©Hë^ Ò¶åt{’6xêq$ š3£w¿¬9˜¾›Ø^(õལ÷ÞQ@8íNÁV»™'à"bF¨dð·ÕKE’ŽŸ}¾úº)EÄA xèûm)ý%yïÕÜÙ¦?Mº©³íëv|¬¯ÃªÿeÝõs/ S¦uåeö™îœqÉ„ˆÃ F¦‰f‰6fa&d¬ÀLàW%εsK¤õa±nó§¼Ê
+ZvE2F9` NV?u´–Ñð¼0/ò?ŠøÙÔyÕÓ2¼ËåªkÝEp¤æN<Š””S<òÚ#ð+)xpTÒþ'tw™Àíùš¯:úʈßˤ^õÙ'ÔÐV᥅!ÂâyçðŽŽÐò”w}X
+¬ž–ê|Ljü8¹Ÿû6ÛRŒ¹m³Ê©U^d˦?}?Ž¯€ÂuUø ûõýë.v£ö0ž‹‡p„ƪîGO°ÚöùvÀŽ5H!ÎÀ ®Óhujp#ˆ©Õ
+8+ßp -Xsq—G@0 “\g(äŽoƒã±Ã—VJº¸D
+±sSpß=}4YÛÓN ÏÅ)ÄW¬õ@2Ð@oC4Ó\Äç
+´¾¾Èåö˜Uù
+w€(itˆ=çNÈ»µÝ±À7ÓšÞh]]Z7Ì%îúCæ7lëc±#â(mSžI–Ɖœú¾ÃW“¬Êl‡.l aˆòèj¨°bluMÌ•;õÆ­
+ˆå 4£šÑ‹@¨ÅÙ#>b%c¼á°=Yƒ¸:´'BQ)#ù*Î>¶k¨Ù.-Šã|yk^!ºô=|F´z›…óbäslhÌ\›îÌ.vìÞ›¦îì( l!=o¥„q¦êk_™SåÉŽk&ô„~RÔÝÑ蜻8oTH¸ÕŒßF®6â’_põyŸnQÿt‚tÀ£É—o2`á*$
+K†=DݶùÇP¶u}kûíÁ†¢kàÊÿš†A ³64"œøŠŸó+?o,”ý)"ÿ ('ŽYuòº§Ï¶Y3…éÿ5#¶ðvÛ«ÑÓw>”ÝÝ)
+endobj
+4107 0 obj <<
+/Type /Page
+/Contents 4108 0 R
+/Resources 4106 0 R
+/MediaBox [0 0 612 792]
+/Parent 4091 0 R
+>> endobj
+4109 0 obj <<
+/D [4107 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1698 0 obj <<
+/D [4107 0 R /XYZ 100.8917 472.693 null]
+>> endobj
+1702 0 obj <<
+/D [4107 0 R /XYZ 100.8917 452.1851 null]
+>> endobj
+1706 0 obj <<
+/D [4107 0 R /XYZ 100.8917 306.7352 null]
+>> endobj
+4106 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4112 0 obj <<
+/Length 1365
+/Filter /FlateDecode
+>>
+stream
+xÚ½X[oÛ6~÷¯ð£ŒÅ,I]¹!Ú®ÅÖ‡bC¡@ÒEb,.²äJtœbØß!)ËŽÚºyð!yn<—Gy¶š=yÉÅ\‘ðd¾º³˜’”Fbžˆ˜$‚ñùª¼
+žWùVËn±Œ( xJË ˆ?,òµÄígÌïT³^¼[½š½XÍØœÂkd@$l^lfïgWï輜Ñù«%¡Èâù”0!ø|3 cA’˜…~§ž½™ý5¨\:—c¥Ï>q›8%<ŒC{›µZð8¸7ÞËÞ¸ûäe8–¢Æ€¹<³ì¿.–1ð_³0ºiø¥‘°<Œˆ8Æ
+ŸTdN» ­•¨ïU[CðôÕã¡Ôp^ÉrŸÁçYÀë([k?»Êm¾g£2š}Ħç@ìÉ„:´. ×'‚QŸ3“©ÇÊa ÏD9žüðýqö<àÚÄÚ``ÒÜ >ær°lÈ?<¦MÔe"HFSþ%CåãOÐôdü†OÌOaûJÕ1dúÂ=‚hÈC9Ü1KCyȇ|e``º>ܘü÷Ùß‹4
+T¡¡•—p¼PÿÜU­Ìêšó)ÏÚ‘¦GÐÆ°qØ~‹bæ!BqÁƒv«
+ÿ?ŒÿÒn/endstream
+endobj
+4111 0 obj <<
+/Type /Page
+/Contents 4112 0 R
+/Resources 4110 0 R
+/MediaBox [0 0 612 792]
+/Parent 4091 0 R
+>> endobj
+4113 0 obj <<
+/D [4111 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4110 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4116 0 obj <<
+/Length 982
+/Filter /FlateDecode
+>>
+stream
+xÚV[‹ã6~÷¯pJc«ºXv´lº0}Ø·¥i)Ì΃+Ž:Žåu”̦eþ{|äÜÆ,%Içö›üqýüW±"*çy¼XÇ‚)’ çJ’\1/ªÇ/HN’tNéìá[¹í½KÒ vvkWÖ©e¯ËgÓÖÉÓâSô°ˆXLáÇbF)™+V€bF
+š³xµ¾FO4®"Š(j.ãØP”âñ6R‘\21ž4ÑïÑç“Êô¤3½TúÑcÊئ³mY.¤8ƒ‰×Bg‹ øÏåˆÄSË„ÓÙÞ4•îñ \»92÷eÝ—ÝÆ£½ $ÿæ„JŽ!ü…E!½°_NÂ÷~ŸÍœw/ê@]¹à¶6arvð>ÃQ ŠMÙ%OOÊVû¾×­;k¾¿TÎCéÊŽZ[ë<¦#JJDQé•©B¦_6¬ô¸)/²ßYã úý¦ …²ÔºEjm÷m…äQ;‚‘W%˜‘yÙNYFTWÞò&2»wÝÞýëI° û~ßÉåpÛ5¥i‘åõG<Þmì Ràl‹ÔÑîê5ÒåÊ™ƒžêVzí—¶,nÖ¦ñë
+endobj
+4115 0 obj <<
+/Type /Page
+/Contents 4116 0 R
+/Resources 4114 0 R
+/MediaBox [0 0 612 792]
+/Parent 4091 0 R
+>> endobj
+4117 0 obj <<
+/D [4115 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1710 0 obj <<
+/D [4115 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+4114 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4120 0 obj <<
+/Length 1736
+/Filter /FlateDecode
+>>
+stream
+xڵˎÛ6ðž¯ð­2°fHŠ”¨c$@{)ÐE¦@e™»Öz@d÷ï;Ã!å—¼Ø,Ú‹5çÍ™¡?nß½ÿ¢ÄJ(«D®¶÷+¡9K¹ÊVÚ–¦J­¶û¿¢OeÞ¶_o¤æ‘4ë¿·¿¬øj§Ìhã(~Æn‰à·v«ÆHöþ‹ÌVË™ {8¤S–i€§¶¥]o´àÑWÎe“p!¢aÌà´Ûhï ׊0]ßvªæÖyo=‰íïÛ¾¶{Âïž =­WážTdD2«á¤xã„
+z¦û¶:‚ƒU~@Ì¡FÏ·Ùç /¸ò{c{ÁÒÛ¹`†·Èâ$¹.>ñi|”bI’Åpé¿ŠXíÚ'©õB(ã„%B*Oʈ鶬P½8Š2ˆ{›;‡!ìôDŠ¶®½9€&èò>¯-õŒÆ2ýÎìVdÓ: 7F0i„ †
+§“'zŽ9ÂÞú;Z9yq¢œaÑÿOÝ$ „)[ í÷›œ<Y‘7Ä©·…­ð…’v«“2§@ÄXÂñ‡r)>uÞ?l!,H§™ÔFÏq9Fù".J0Å©Ëvm ó×Ü=ÇyH+€¾WcIØ<öSZ„­ ʪëÜmÃU;ù³xUuÝ6B2ž9«ŒœÚef$"Òùw #!9}  p¹ŽßÒ.HNS¦ŒÉ<—ý·jA’ÈX’&A–ƒ]´B¨˜e&×f`”–îƒ`"Žg:[T÷Ïgf¸ƒ¤?%Û¸(90ò‚Å,xl»²ÏýçÊ™‹t"}Ý6GR ¡~bÎVí4C»Y/æÊ%»vü4+¦¾·ÍøV¥î«~¸¥4!i”¹T ó¡ÿÏ4 B®9t‡j¼í³T²,ÕæG|æ3Ì1Þ[ÒKÚ)××™¼ä<3¨Àú÷ƒ +÷6ßÏÅaqÆH$ÓB‡”ûÔNëCZ)ßK´ÒUDÛ ~£Ï‹GÚq æêHhTxcŸ=uU»ùDi?]
+&ïüŸÄëŠïžp¹/‚pŒââ<ЮÁxœ*wGñëcïP¥ß£ÇBç%Ä KŠq“\Ü-\:Õ3ÖYrЛÓ4‡:®2: ¸üC z}P۽ϷO‚4õΈc–dirùx i] ót¶†JU5¡ŽQ„à¡z]|~Zky®þýåÛ2>ÑjFze. ËBÁý
+endobj
+4119 0 obj <<
+/Type /Page
+/Contents 4120 0 R
+/Resources 4118 0 R
+/MediaBox [0 0 612 792]
+/Parent 4122 0 R
+>> endobj
+4121 0 obj <<
+/D [4119 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1714 0 obj <<
+/D [4119 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1718 0 obj <<
+/D [4119 0 R /XYZ 150.7049 245.252 null]
+>> endobj
+4118 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F8 2865 0 R /F51 2929 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4125 0 obj <<
+/Length 2833
+/Filter /FlateDecode
+>>
+stream
+xÚÍZÝã¶ß¿Âoµ5ÃoQ9äáR\Њ¢Û6@’ÙÖ®•“%G’÷n[ÜÿÞ)KZÞÅíS_–E ÉùøÍoèýöáî«ïd¾ÊYn¥]=<®”¶Œs%V67ÌæB®?­¥c’m¶Žóõ_.Ãù2l¶úEsØüòðÃWß©©ˆ,c¹ÌÌŠûOJïÚÒœz÷îáNÀ¾+Á9s¹È`)Á2nÅjºûíî§_øêpÇW?Üq¦rgVà3‘çruºS&gÖG껿Ýýu¹en§B¿}uÌëÚ&cRå÷úp,ç9ËD&'çiI~êL¬©*ËÂÔ¡}¿|]6 -©×uÕÔÛ•uÛ<õô0´¡…Å¡cÖûºè7bÝÓSûx}ízº7ãXæ¤
++{RÌeZ¥·t.ºâTe—mÁÀŽáÃês’u˜Ð3 :ìËxÌc±‘|ý¼fíw¿ÚÊ\1‘9 ¦,7FжüÙ-¶C=ÐÁkSÍ2©ÔÄp 0QˆÉDi™0"n¾išÄö¥dFÉ”f`y4Vÿ&lª {úã±8£²üƒÐŒ:oû¾zjªæ)l<Hhc @¿ƒ‡ª RöECº\1Í3u!£.ºò±íJŠ±¡ }…§cè<¶uÝnÀ?>ÐÂ~¨;õ_'´¦4s6Çe2¦87I?žÙ^Yf…Ô·zUùÛ¥¨û„i˜6:†N•”±L;f<•MÙõf«4œµD¿ù˜ÚŸÎ˜áBÁ7…ÂH Ú.Ö€iV˜Ï„õÿ…:~æ\Öu2:a÷Nä7Kšx7ªö=§èªbW§P1ÑêEèk@ìè¦+ùÁAÐmbÆØk¢Ø€;ÛlLÒL…™ ÉÁ¥œe
+
+9!‰Y‘ÌÉKWž9û›(½lîÇnB¾vLX­nJ’‚ 5æÓÑ3{_te<F_vCyˆO>O‚ÑH½~ˆðºý
+@õÊ[Jå붡QZÈ¿®ÂP0ÏPíãäÔá]ÕS{¾ôG¿kèïŠýû ¬¥ù£Ð®Ü“Aß6CWmýöùÜÒä‘CÕ6˜`U¦×ß?Rë%a‡<{¸lwÝ$Üá=÷ჲ)êáecÍú>ÊŠSêËB"ì¶íx,?šò0éÄ£É_¹@\.QŠA$GŒº'ó)@ay¶ðx2Vá´½žÁyŽm_ý+ø¦›¬D–ó<¢Œà€O
+ {¡=Oü FËBŸ,;1â› ³ü‡ª/ïšÜ
+¤/¹\¤›4ê¿æ=¿ç€Ààv\†^øJ=ÀY¹æùMê}›Eõ0’þÏ£'M(Þ«
+ÐDgB]OœHÑ­ž;Q9ŸÛ¾ àëCA?Àuy:SP0zÆ@ö
+ÕNò@ÓŽóv€h2¥ ­ß”xè˧êŠö},¦Â6º®í¨{*û‚;⚯ȬO|NX¢qïkÔ1–µ‰F€Îhè_
+·Ž¹³
+‡ïÛÓ8‚ð!Þ\öÇ ¨>òÝv
+IÙý!©Û´á›]]=m€f!¼ÑW |uS
+b«Tœ¾UQß8qÒÀ+ËþG–/e:hÇ
+%¡úpÀfîH‰r«r_ §äKl?pi(NaÈ»% áÙ°­}XÁ‹6%p-acÚ4ŸI›&¦M±plU4žJÑë§6 †•=Ë8xâcAo_ÎCuǦŽa°¹œvTr#3pl7÷èÖp»†â΃O–üÙFVn¯á}rŒ'š d8· }j?“‡DÔØ;1e
+;5‡˜Pñ,˜] ÕRÅ›a]Ó÷ã½ð`Fö2¼íüsL‰g³JOâT|ü¢í—¥š_!2ÖóÒÝLáÃ%ý•Šè/´‘þÂÑ ¼¶„± PjCÈ—Üï ïAüïP>"Ñ-.u óíägŒIöZ(Š¿fn¯¸LBY‹Ï€E ÞJÊ‘Ý°Së˜5p”R9 ¼ßmO|/aÜG‹Ã ¢£|­rAçÏãV,Ë3TÌ oç2¹½åÁ³Þ&/0æÄ×i·\ªå ãâ6PÿEØ/±+GWð|ò,Þ¿ÆAôCM.ÈÚÂ2eíâÎë1}‹ G5Üý7žì@!yô}@np<£ ù•ïÚpr#¡Ü2Ùmùéž„ìÊ}qÁß?PŒ71ŽFgÃÁÑÜø".˜²œÐ
+j<YÄxQ6^É‹p!'—í0ëìoCüø÷µ‡Ög£Â6ahν´–¦ì¢Ðè¿Ð¯|e”ªr¯ù¯“EÈ;eåÙ§1뤟Æ+¤/I
+y«k—ýä.(\VûÀ ¢ïþU¼Ahöñ§‹—X+Õuøíà÷“Ùõ€¦kð´ÜhÐtð%ç²ÜOÿÇ/~÷®Ž?鼫~}lã<?Ki©GØãóµÿeÂ#3ðºcW“ñéC<
+íc}endstream
+endobj
+4124 0 obj <<
+/Type /Page
+/Contents 4125 0 R
+/Resources 4123 0 R
+/MediaBox [0 0 612 792]
+/Parent 4122 0 R
+/Annots [ 4127 0 R ]
+>> endobj
+4127 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [306.8021 642.1271 318.7572 653.1949]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.14) >>
+>> endobj
+4126 0 obj <<
+/D [4124 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1722 0 obj <<
+/D [4124 0 R /XYZ 100.8917 580.7866 null]
+>> endobj
+4123 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F11 2828 0 R /F41 2190 0 R /F51 2929 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4130 0 obj <<
+/Length 2173
+/Filter /FlateDecode
+>>
+stream
+xÚµY_ã¶÷§0‡ØÀš%Q"sOMq\€¢i»ä”¶i›w²äHòm6‡ýîá”äÕn(Š–äp8Ο‡ò÷‹ïÞ¥j©˜*ÒbyXr‘°2ÉÕ²P‚Š§Ëûý¯«¿žô¥7íz“'É*•l½‘Ðùûµ¿\{"þ³¹ö¶6Ýú·ûoï|™ÀËãÐ)ørw^ü¾øõ·d¹_$Ë Ë”Ë$Œ+•.Ï‹L(VžJµø×âQä&ÊÜŒ…þðÊYDÉÒLdî,ýÉv¤shã!ššÚ¾¹xÂÁN†:­Ù™Úsoív&+8{Sw *n¸d"SÂm÷—®P^J bƒá€Ø’áhâC’¤µíN¦»»YrÑGC$ÚÐVû ÖXô®·ëT¬>ã?Ý›=£ù÷uÑövw­t»Î“•ß`kvúÚ™¨9gJˆÔÊ혮v׶¥S<*’®Nº#ÒÖ˜šHæ|é­Ù߀ÜïÞe¯” 8£(a;ÜåÏòÏýÓ³N˜ ¦¤çs§„-Z£÷$^×pN[3š€­Æ«tÖ{¯eße¬ Îå&M
+–rPÀŸ–;ù`}61ÈmÝÙ½¹ñ~3
+øÁo úM$×ÎÖÇÙóJ–%*÷X5[]͸`O#k"8É°UuiÍ¡iƒjúÓš'+?2týÁìzFÂsHÀàÑœœçL¥\.7"QÊmùœ­ÁE¹ú›n?u3zQL‚¼¯A³Æ˜‡}¥\í´ïl µÝufO}ç
+9¿kÎg\'9Þâ8˜);ú€WúQ^0©ÈX‘¥c“:e^¶ë&K
+ŽY½âØEÅ‘iãª$ìE­i­d¯5®fg¿ºhå¹ Çྰçá٠ȥ¢æŒf~«Sù8ðLÑ›úf>l%W¶›{Ä”ýØl_H晧ޛðð,[SÑût],»Iõ÷(@ z—b{¾4m¯kOöq
+¸¥³$|Çúy]ïz„Y˜Z½µ?ÜSGÒ´ =Ö
+¨P2WþàSjòVËDY,ò/´ ëZ®ÒUs±»ðËÂ
+endobj
+4129 0 obj <<
+/Type /Page
+/Contents 4130 0 R
+/Resources 4128 0 R
+/MediaBox [0 0 612 792]
+/Parent 4122 0 R
+/Annots [ 4132 0 R ]
+>> endobj
+4132 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [288.5081 455.4401 300.4632 466.3839]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.6) >>
+>> endobj
+4131 0 obj <<
+/D [4129 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1726 0 obj <<
+/D [4129 0 R /XYZ 150.7049 582.5938 null]
+>> endobj
+4128 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4135 0 obj <<
+/Length 2203
+/Filter /FlateDecode
+>>
+stream
+xÚXÝÛ¸÷_a /6pfù!’âúp)rhzEE€$²LÇêÊ’+iw³äï ‡”e¯œ=~09$g†3¿ù ÞÞ-þô‹tKÇœ‘fy·_*#˜ÐF/ÓÌ8!—w»+™³Œ­79ç«Ÿû¾í¿[o2˜uþXt÷ýúÓݯ‹ww ±äðKÁ9Ë°ÀE0ËX–ÇÅ>ñånÁ—¿.8S.×Ë'˜p&œ“ËãBiÇŒ*QêÅ¿ÿYnFž›)Ó·x5½PšYÃÝÒhˤÒ*Üà£PÙÎïñ¯÷åPµÍñu½ÑR¯c¨ÿRræ¤È@’`Nk1ž;ù¦¨‡gný¾í|äéá0OÇäx -óõøvký°m¿LTƒ7b$\;«Ó´ÛÎ÷·Ø>ö÷Õ Å~ð]Ti·4mÕì|3WpØh0¦ãNeLäƆS÷Ãz£r³zèñ_¯JPí|GÔ¢i‡CšøµÐ«/ÅñT{"<UÃN|±««Æ÷?ÒJ
+7‘ýŠÏžöÖm{ßqë‡!q¯ö´ òˆ€<7s7EA„Ùª§ÿöX #Û†þQb\‚;Ä#ý•‡âD㤊nèMî‰kYDNÛ$¯~û&QEܹoëº]ƒ³ŸÀ
+“¨S/oàëÞŸUÆû$æg꾚í™çÄ€ÿhêg4¼‰¾Ž AÁ G£Ï5ùÜL}n¢Ïiý©ªk¢Ž|ðV´¸ñýƒhd!Ž¡‚k#öÿ3~=ß
+ãS]”~ÇÈäÞt"@H9&ÌÇ,¾ŽÆN²¸ÔÅ×"_3y`s DȤ.:<ÔHSùê¯ÅïE·ë‰MÕÐÓ6›¡«Ö‚¯«¢&bû0œ†‰< `ìÏøoäýmae»úȹlŠh¾r4äÐÒòè$ÇI£É®%3[Ð4®Ÿ|‰ý81þU4ÊŒ3ÃUÊ%€ö‡êlg. –gÒƽwÁ¥  Õu#™Ì„ ëïÂBGD¾œÐßGHFœÙé]áŽxh#]Τá@o®Õäæ:[Aæ¨}ßC ô‚ }Õ”q¹ˆGDÑ°ÒRðàö¡= s/R¶-&t¤éôˆIßwCU?¥®ú!ë‰â§!ê1ƒu ˜—^9ãÚ¨‰våsYÏ zÉ“ËP®2ùêwßµ ‡²¶'Z2GƒáBÈæ8èý0§OfÏ
+D\¦—ÀõÄÅáP ´T%R5—‰w,çÐô͇S>íT ý9—vþ9&Eð•ãR_zHÌ€AàS=KåïFÍvL;§®•Q3ÊxÿgbT‚̬ô%s¹N) ¥Jé.u+Hšøf¿_ì'
+gúåç’GüÀvm”ðAtÚ¶»çëË}»ÑOø¾¥ÇŽpÓ×8¼féäÑPaF^†uh€}ül*°•ÅÏeqËl%VÁÝÄ7l/ 4NÂNlÁÂ,‚1ö~‡évgÅ©#@éB”3üª,ãmh/Ôô*t3‚ sl5C‰ÇŽ"vßùð@÷´—° 7±,lc!¯
+ž›2…5Tœô‘ÿrO.endstream
+endobj
+4134 0 obj <<
+/Type /Page
+/Contents 4135 0 R
+/Resources 4133 0 R
+/MediaBox [0 0 612 792]
+/Parent 4122 0 R
+/Annots [ 4137 0 R ]
+>> endobj
+4137 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [443.7759 272.6077 455.7311 283.6362]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.33) >>
+>> endobj
+4136 0 obj <<
+/D [4134 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1730 0 obj <<
+/D [4134 0 R /XYZ 100.8917 460.8866 null]
+>> endobj
+1734 0 obj <<
+/D [4134 0 R /XYZ 100.8917 443.5885 null]
+>> endobj
+1738 0 obj <<
+/D [4134 0 R /XYZ 100.8917 363.2428 null]
+>> endobj
+1742 0 obj <<
+/D [4134 0 R /XYZ 100.8917 217.1323 null]
+>> endobj
+4133 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4140 0 obj <<
+/Length 2260
+/Filter /FlateDecode
+>>
+stream
+xÚ•]ã¶ñÝ¿Âo±µ*Q¢>¸‡¦¸¢ ‚´é-Š
+É{`FÒ£µ˜›#tp+/LÛYTÁ³9èa0pC$Þ¸(0[‘Éñ¢}5GÌñ;Õô¿œÆ%Xݽÿ¾’l)&3—ƒ9ëÆ9B} Û¹xÌûËX2ÒÎûßݼAÔ(yMµ(j_™–#¸·Ÿ…”ŽÇx“wŸj»W5B#«£ªû7›è§“Œ½µ™»•ºîgRšcs9Ï43ï—"æ:É‚0‹¿èCwù‚¨Ã3¦óñ,Ncàá®æx2í[.Í3+vŸå\ XÂaqùZrÒHBÕõöŽ©Ï£µ2“<øïBÙM–3³öGT\˜ë‡爡ftõ袽Þ%ÍHLÅ<ysJ^2çBóç…÷Å„âf¼ c–æˆ îM‰ãîq"~-k”‡P<‡ñŸÈ?;‘§XMÈÛ Ñ¿^Àî!rÈè½H¾qø'²:(¦(’„ÄÛi?–Â×V€‚Û&”™öo(Ò@Be8€Lq)½äÈÆ$«ĸ·´%HÔ{qfÆY 
+hÙn-m`ýÏâ_ÃfESl†ô܃TíñuúLÆÌüÆlw“\Ce?/?gøà?=öÄEtcÙœ_H^„ Ÿê‰ì"(–Añ—Ý\u‘Ißz‚ñœ!`ú&7Es§A¼9ŸõÁ
+endobj
+4139 0 obj <<
+/Type /Page
+/Contents 4140 0 R
+/Resources 4138 0 R
+/MediaBox [0 0 612 792]
+/Parent 4122 0 R
+>> endobj
+4141 0 obj <<
+/D [4139 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1746 0 obj <<
+/D [4139 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1750 0 obj <<
+/D [4139 0 R /XYZ 150.7049 334.3106 null]
+>> endobj
+4138 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4144 0 obj <<
+/Length 825
+/Filter /FlateDecode
+>>
+stream
+xÚ}UKoÛ0 ¾ûWøh³ª‡e[‡6 ; °¡Á0 íAIäX«#y¶Ò´(úߧ‡8i3ø R?’iêË"ºúŠYÌ
+µößFg.âY¼çÉŸstˆSii+¦ÌqG´®K&íü´–—ÂÛ´zÉ['¸ª¹ÃûÀæÍofgC¶]ÜíÌëÿY”µÚm·§Æ¹ÄjÀÉßã Âœ6‡ŸìêÉÞ)'bJ=Å€@’ŸFüzD×Nn¹Çy ö®<cÂgæó\ÖÒçÒ˜Y ×®ªú/lú¸Ø6'õœšû5ä7ÿ5Îë1‡.Àìl)ü_û t¾~âj%Bçn„Òhîï- ŽÍDZK0UU²ã;P¤nÃä»V¨Jl,˜ÂD<óm׊!hnÜùÕ7IýíqRø|TU
+endobj
+4143 0 obj <<
+/Type /Page
+/Contents 4144 0 R
+/Resources 4142 0 R
+/MediaBox [0 0 612 792]
+/Parent 4122 0 R
+/Annots [ 4146 0 R 4147 0 R ]
+>> endobj
+4146 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [374.2646 378.0226 386.2197 386.9489]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Sal1) >>
+>> endobj
+4147 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [413.2183 377.9428 425.1735 386.9489]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Sal2) >>
+>> endobj
+4145 0 obj <<
+/D [4143 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1754 0 obj <<
+/D [4143 0 R /XYZ 100.8917 412.9293 null]
+>> endobj
+4142 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4152 0 obj <<
+/Length 1571
+/Filter /FlateDecode
+>>
+stream
+xÚ•XKÛ6¾çWøVX3âS$rJ‹MEúP éAkÉk!²dHtÝEÑÿÞ駼±O¾†óü8£ïÞV|“ʈÉb5á:cy¦ÜD[Ã2!ÝdQþ9ýi]l}ÕÏæBgSáf-~™d“¹Ì™Õ6ìøÒUïë®pñýgá&Ž9# 2…­Ú2Ã5¿Ü;WŸ}EÄ"06’Ù<7“¹`BqŽ|
++ŠYÅíädþfZO#ŸýŒgÓâ•Ý
+¿bº.Ú²©Ûšýše²+üa\·«®ß( ;•[άSòq!¶ÅKÔæy&²é®nJ4Š²,šå®)æ ˜R3¥5èÉ9sZ‹ÀËWÈGŠé~]x¤PÆsÁ
+(Dĺ› Z‡]›¢q=}¥¥ =|ýºÚÐú¾nš·µ´Ûh¥ÿp8:ÄÙ(ÁŒÇ0ã«Í€ä'ßF_fx¼%jÛ˪$ºnÓ7êDÃçî>èÃýº^®‰<òëâÖ8~MlŸ_—Ñíüvç‰îaP·£À”É SÆR˜åR‘d#A¬8ÓNæp·þî‹>ò/ÆuBÝ9OŒæ\0£¬8\ÝVû›·ëœ «Ò훦[>*[Ч­R8\ ³lŠa•&1ŽÒÈ Cl«¶h|]¥µ…œ6ÆF™3 v÷F™SNOˆœÀ#Ì@ÆÑ–aÛÔžÈcŒ3š
+¡NrbÊ”XDà\ñ «­èÝÝöÌ{@š¸‚Ê›¢MsqmŽM]>è^~b g]J}ýú` ~b —Ôä±bh¶öMýŒÛéËnSµ>.­h‚<ÀOèì
+ èC!?_ií¹òóó6„<²¯°Œ’.¶6HìàL¿'Æ^Ó2è†Ä}ˆ‘Ú<<äÀÊ6ŒBçÙõß@¥!òY/8
+Ê ¤=I}®ûÁ‰¨a[-klÚªˆ¹
+›þmDLL<‡êBv ÇDXøx»•%ªéºoñö¦ŽÀ5Š_œœqÃÇ›k®NOfø¡V^àþRiƒ?§2öv×,¡%Ò¹x¢Yʸáß1À!»[¨‹|ÁR«+«TtQæŒ\âS–WÎtË#bÌ…Ì™“ [“Å…Êpó»O‹wÿ¶z4Oendstream
+endobj
+4151 0 obj <<
+/Type /Page
+/Contents 4152 0 R
+/Resources 4150 0 R
+/MediaBox [0 0 612 792]
+/Parent 4154 0 R
+>> endobj
+4153 0 obj <<
+/D [4151 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1758 0 obj <<
+/D [4151 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1762 0 obj <<
+/D [4151 0 R /XYZ 150.7049 240.427 null]
+>> endobj
+4150 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4157 0 obj <<
+/Length 2362
+/Filter /FlateDecode
+>>
+stream
+xÚYKã6¾÷¯ðehsø¥É) f² °‡Å6vdrPËt[‰Ž$oOç×o‹”%[Ý; 0&‹T‘õúªŠýÝÃÝ»2ßä,Oeºy8l”4,U\oÒ¹›‡ý/‰Ì™dÛ]Æyòc;¸~¬ºv»Ó0-ëbh¸w0é ¿öëÃOwîĆÃ?±œ³,¸
+fy*6es÷ÇÝ/¿òÍþŽo~ºãLå™Ù<Ä3‘çrÓÜ)“³Ô)õÝ¿îþ9±ÜM<ws¦ßÝHt9ÛX&•Q^¢ç£ëÝvg OÆ#tžd»Çj$Z{n]OäáØë} w#ÃÇÒ˜ûH)‹óàPôwÕüRIfEšÁ½ñèOBéÇî3|I{·Õ’ñÌš°µè໧¼å¿Ýìä ɤÆóÁ¯h–i‘mfôŸéÃC×û ;¥ S)Üj'Ë~× ÌYµOdQ¯œŠ§0»«¥î<žÎ#{˜T­cþ
+Kˬ–Ù5Ǧø¼w§ñ¸ÂÒ*&¥Î&–þ¶xÐJÐY¦21ã}¨;À¦öéä@cãË
+÷,c¹²iø¦ðø
+MißHòÀŒ«tÆl_5®}…›eܪKz÷²¬§wÃ_ܱœ×ÙzŠ,^áл ‰K),3¦5WKpJ@š™S!Š©u;n5àzøÿÈ5¥1¦E¼Ã*ìxfpú¼á‘p!“y×GQw‡îNê=p?æã-—ùòù
+Þ¦¿ÎÛ|Uð×pH0m&8þà³0> ÍëcÇð á±® …«WCÝTx,ºðMxo<zýÃBAó>ôÍŠ_tÕÓq •«ÖLç™^šåïT`Ξ¢ú­æXA)#BÂ22b6ÜuÖƒ=tÆ=í ˆ pŒÃŪ…ÈQ¾˜¦…j¤/ƒßÙ^{1ýå¨ÕjBE§Ôß­)^h°¯‚=̓«É˜¹‘Ö;ßÁª‹îüä!òVˆ¾úÞ%b*Oí;“~»d*ÔìY7ÈÙ’Uež2Ë/(éCpÎñÂÊãÓ†$$4ßM”£/aŽOÃø[1©/{ƒÎýxªð›°Þœë±‚ àÝ7SðÛ=’ƃW á§Â˜ž;î•©¿‡ìRM/3©Ã{Ø1ä;EsªÝð~*Á—µó<I™®
+B’ÿ«ü‹ú0/ªüæjµs%m½¿éÙ§êg£×úz¡_Ã£Æ -d „T{á3Hns +–e6¯Ü²:
+,”Åxd¹µ‹RJ›n.äŸé3¼}žË¤;Uåšu¬bFLYŠ±ø‡²ÿzJ#0endstream
+endobj
+4156 0 obj <<
+/Type /Page
+/Contents 4157 0 R
+/Resources 4155 0 R
+/MediaBox [0 0 612 792]
+/Parent 4154 0 R
+/Annots [ 4159 0 R ]
+>> endobj
+4159 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [443.7759 527.6596 455.7311 538.6034]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.6) >>
+>> endobj
+4158 0 obj <<
+/D [4156 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1766 0 obj <<
+/D [4156 0 R /XYZ 100.8917 489.8127 null]
+>> endobj
+1770 0 obj <<
+/D [4156 0 R /XYZ 100.8917 353.7695 null]
+>> endobj
+4155 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F11 2828 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4162 0 obj <<
+/Length 3012
+/Filter /FlateDecode
+>>
+stream
+xÚµZK䶾ϯèc0͈/Q
+ƒØ€ ädðú Q³§•UKm=v¼ùõ®bÕ’F;»›8˜C—HŠ¬b½¾*Í·wú^å»\ä©Jw§´‰p‰ÉwinEšKµ{<þ¼ÿ빸¾»?˜$Ù«\Ü2 ~hzß UÛô÷¿<þx÷ÝãÜ%ð'ç»H R¹+/w¿ÞýüK²;Þ%»ï¡óÌî^à!2ÏÕîr§m.R+u©ïþq÷÷iËôça¾é·(‘s 2+¬ƒ¡Ô:¡´ÕA‚wJ¥ÈåJ\¥D¢²Nb¶Í½Iöî¥Ýû®÷õÇûÔîPl½?µíдƒïé±÷j_ 4p-ž=Q/Õq896Gß5¾ˆÏÅr­ÚW Ûñ©æ÷Ëö€¬S)En­ ÜÕã§riž¨ât¯ìþäËžŸÚpPe‹ëûzê[üMèÂȵkQÌÕÑid8C¤xû‰«iÃ%cdÄŽÎô¾êñ¤º\kñÍ€{ãÄÓGš(®×úcÕ<“*ôÂòŒƒKëâÔæC­«aCm&FÅK‡–)è búpöÕóy æ=LGK
+VÕí`B’;B†°®ÔRïäƨ"göí‰~Éœ^XŒ³¯Ð’`k@½TuMD_tôæ“?µçqúᨠT° Aôãyìé>؇ë8l…¦ª†-”ª“šÉÌ–¹¥k%ŒUzvãOíoÊÚíhsgb $qaÛsÁöÌðõ!©IfÕ—©Õ8‘8-oF\¤–¾RAª|}“©¿ÖrÉçÚ@ŒÒð:¤~‘ÈÌ…I jQbۿεnëˆwI¢ºÂŒZ˜<Óß‚~J˜£
+ÖD!nˆrTQ¢êâÙ¿ejÀ!»ÔاÍL™!×_(Cö¶¿&vBŽÄUeÈ™÷úÑFxED“H_ë‘GþJÈ>Ÿ¶ºŒõPŠèz2Ì„¯åQ蹉›;ùèk‘´‰QÓµÿ…–dK‘òTF‘ i'rtqĦ+ÿèHƒ¼Á¢‘è|à|jöýø4tEIhÆO`Ð-Ss¤:ÿšÄr ¸ñcˆé‘Ÿ×'˜/#ýB@‚F“Í4û2ò9DÈ!…Êœ]C”3—TµäÂq )†±C7ÇÄÈm":.j7 ²´´6ýDPäᛳÙÊ3ÍfèÏ]Õ¼‹G0F¸UóGð9)Y¢V9©ˆÁ ‚_Û]ÛŽ ‹0²ÁRÉ ³¥ž£|¯M9š<º
+ÑÏq%§ó,t·ð6çë4ºw<˜ A ·õ$.åz‚ÞÌH>©(­™¯þÚfÕÖ˜ ¡§jHdiô­bt 1ßœB{ÖJÇÀ^fè 5f;ìd„ÈàsœÄ¸2[ Ä v¡ÚéÕ›o‡éØ(ÁYªX¨±_\±„]è¾Â uQú F-ìˆåÖ2w” °VZZ³™¬Ù°í˜Z€àîP«î1Sw&@¿çC»w<­ffå6›Íí² 'H‹ßWT”rfÙ(Ͼ|σg)beÑeç/M^“„n\;N<t§2Al™Þãyª%¦¼<iŸŸÍ±šW!íàË°ÞÿÌ)ɬº‹3}—H÷ÙÎ{q<ç9›¤'šk}•.(l&1ϱÉXÓðÒj;ô´"(5~y5ô hb+z¯îï)?raÜÕcY[®¢´•ûÚ4B1
+F¦F6 ’Ô8Ê¥Œ`cµˆ“È^â܉ÅÚFvT9`nü
+À@o¼½…µÀ!¶ >véÊpfHfûLíû[ã¤Ù,u¬€rGþW*32Ba/ra¦?œ¨=’ôÜV›ÑÐ…ëx¢ê1€ûãÃfŨÁ)³/oºÛ©r‹Í´©»ÏM³ÐŒ7îÖòÛÖÉ—[áäº~#YCxüå½õJx„ ý—ö<DœÌÞž\h2#¤‚-ó+ó~
+oñF„–Ÿï§Ì;ÍŸn§è·Û)H€+KÛÈ:—,§«3S8ÏEnúÜ
+Ô siQÕôD=FD†žNñ¸%k'—Éž왯^eEØ™+²ÕÖ(L½Š×³*-M#
+*¸Àë€Ó‡dî1#0[‚ž¹ÕYü¬¤?õå,_}9[:Õt6ªNcX*•¦7\)ó¿,¯>,]ŠßªKü`xmg¡ewf×–<g ÑšEhb¯ŽT[qrž¡±hˆe
+ R&rBB:|‡§¶•¼ñ§Säï™"NÑçX¤¦f7>Ì¡¾@ÂbOîqÓŽ[9!O± cþ€Îñ÷rN¯òÛ ÐNMäÚ«ËeÅÒå/§Ì -ç·`ö™S+¿嘷QN¶üÆh›@ ä,
+endobj
+4161 0 obj <<
+/Type /Page
+/Contents 4162 0 R
+/Resources 4160 0 R
+/MediaBox [0 0 612 792]
+/Parent 4154 0 R
+>> endobj
+4163 0 obj <<
+/D [4161 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1774 0 obj <<
+/D [4161 0 R /XYZ 150.7049 596.8784 null]
+>> endobj
+4164 0 obj <<
+/D [4161 0 R /XYZ 150.7049 499.8421 null]
+>> endobj
+4165 0 obj <<
+/D [4161 0 R /XYZ 150.7049 404.1668 null]
+>> endobj
+4166 0 obj <<
+/D [4161 0 R /XYZ 150.7049 332.4589 null]
+>> endobj
+4167 0 obj <<
+/D [4161 0 R /XYZ 150.7049 176.5719 null]
+>> endobj
+4168 0 obj <<
+/D [4161 0 R /XYZ 150.7049 141.0063 null]
+>> endobj
+4160 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F11 2828 0 R /F8 2865 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4171 0 obj <<
+/Length 2572
+/Filter /FlateDecode
+>>
+stream
+xÚ•Y[oä¶~÷¯˜—3€ÍH”(Q[´A7@òР궲y5”‡±FT$wÝ ÿ½çBê2–î.°sx'Ïå;ßÑ~{óÍw²Ø¢Èd¶»¯wI”Éx—JdE,w÷ÇŸö²Jîtí¿oÓÖµÃá.…¶mùw<Üeì.#Ë=4lk?ßÿpóñþ&ÞEð7ÞÅQ$tçpH,ò(‹wÕùæ×›Ÿ~ŽvÇ›h÷ÃM$’B«ÝghD".
+¹;ß$ª™Š“ÐÓÜüóæÓ–wÓžwËM¿}õÀ8Q"Ï¢b—©\ÈD%ôÀO‘ŠàŸø
+RDRgëü­­p-¹-Ò¹übÏ%*M½§ÒÇ¿¾=t Ý
+DÇžÎS9„‰¤ØähFÓŸ!š·<tOW’Y*¢4¥H!SPÞè# ¥B§±Þ-úä•«ÊÑ áÎÆ¿-ÓBkÈ•»5¦Æ»Ê pÍDéýCoʧÎÙ–Úéû9bA¨.}oæQV<fGsÓK?…ýûz3\LضäIî ·?[ŽpžµÀc`ÞÉØÇ*t:{É(ðk~½I@$CФ08[ h1Á3îÉ1 ¯3mÙŒ/Ü(‡ÁU´xäYt/ÞwܸáJqàæUE6S¡¶Á ±Ieñ"¸X©|k†Ӊȴšá„v/Û-x©€ÐÍßèf€)pqߣ¯´Ã‰_‘í^¼?© fC[ùÓgo ;MVÄplB2vrŽ«¯‚–üƒzœïð!Àx‘°åÊ…‡2F˜³à—§(ƒýj@c§¬€èH¥PÀWH̲â,_%f©Xð—NB!$f”ûC¬±Ãâ=çç+M£ó俬µÿœ".ž,ò¼œò< TîL± ý„$•Uxc²ÿ$eƽg×–
+á4XY(•„Spº]Xš® ÓΠ1œÜ¥9²üàŸÑ5ee|Ÿ[?T
+ÈR½wz=îâ7™´€'Pzƒ‘©ˆ‡vÜËÎ4pƒÌ‚õs#"ãû¤óLyE?º²z*g=µÕ®iév `+6¢çÊ€”hêgg(Áu-º»‚í°mšÁÌ­Kû 6ÚšWÛµsÄ«,óàŽ/[γ>uñ®Ã_MäÓ7uqÖ¿ZXÍ
+’Á³AX¦hNñÃͳ§¨ÃÕªÇæ⥰ð PöžLBGç1çÔóò -ù¨'Ú›±
+¹¯þMôz2%ÿ\Z[»ÞGعl[Ó”Ú{{šÌ!Åäwâ*Éc~. ‘¼Ïù“P‚ùšlÉü y6ø¿ÎÜ$~‹ÃUzTÄŒ¦jµ¡A@)iµ5¨°<#Þ¢3P|B¹ä3'×ÁÀ!Ð^{Ä]"!e®×žQ•¤Uí¥Ø_†í±hbY³~ñŠU‚À‘pŒËè|1ãzû%° ZLŽÓ‚
+º÷¥ŽÞ_óMvNý †ƒÆ»×—e¸^Í}¤P&È‚A„,ÈgŒZÐæb©%„’ürüºP6Õ¥)G?o;%K(lóªýÙÏT ½¶w‰–3e¥‹õ_¿1³ lBÃ^o' .àÎMH !_ý¯ƒÍûNXj™£¥×ù…ôØåw( Ëãšš_δõшq,& å"—¾ûË¥¿9Ó:èœß å 2_sÿ8-ª(ùÿª šÅT-`¸ W—j/çR΄ZÈ2›SH U~Åææè—Ī}áRÙS<Ç
+Hƒ’yÔB'' ,” SRφN`½üœs¶Ç7U¢2‘
+'!ñ~JSó¹µ–Ëq,ñ»³¯¯_B-9ÕùJšÒ“×+q¶ÿ†ú'Á¿4ÝiX
+©˜—„k´ô߇<ÝÛjÄÌxüÑþòtrá#š™><Nr HQäù
+`•g»¹ÛÃ;>…—Ý;[mD Ì¡bBP¦Iøß´ÿÇj\Bendstream
+endobj
+4170 0 obj <<
+/Type /Page
+/Contents 4171 0 R
+/Resources 4169 0 R
+/MediaBox [0 0 612 792]
+/Parent 4154 0 R
+>> endobj
+4172 0 obj <<
+/D [4170 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4173 0 obj <<
+/D [4170 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1778 0 obj <<
+/D [4170 0 R /XYZ 100.8917 548.538 null]
+>> endobj
+1782 0 obj <<
+/D [4170 0 R /XYZ 100.8917 234.8689 null]
+>> endobj
+4169 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4176 0 obj <<
+/Length 1068
+/Filter /FlateDecode
+>>
+stream
+xÚ•V_oã6 ϧð£4:É’üçeÀÝÐb»·aÁp@ÛÅQ.º:–g+ËuŸ~”(µv/Ý0ˆ(R$EþHÊŸ¶«wE“5¤)‹2Û2&)©¨h²²‘¤lX‘m÷÷ùÏG58=®7‚Ò¼hÈzSñk?éÑÛOëÇíçÕívÅ2
+?6·Â€(YÖžV®îi¶_ÑìóŠÞÔ2»À†Ö4EvZqÙR2ž8Ýê÷Õo/&7/67s£Ÿþ%Y‘‚K"ص¿ä‡;>?[PÒЦþÌãâÐYåLÿuнêÜ3ê,ì× a”‹¨c¦õF
+‘«ý^ï‘töŠ')ˆTÌ<™=ôcôô®'™<¢§W“²ï·<?Ø®³ëBæ—t#o1Û’)+Ÿ@F)Y06 q
+R40VyðÞb÷±«=S2"›t7t ô0%<#ep»‰™· ÑrÀ
+xºY½iJD›Æ’ ùi–Â=²àª?1Õg˜3’àmŒšáÊ°*\p
+z*•…NÈû9ÐÝ»ÈT«¯N»»óèà1ÄM†NGOØ
+tYæ4ù!¾ƒ=÷û¤†ë½ /î/ /9¾…|‘Õ
+endobj
+4175 0 obj <<
+/Type /Page
+/Contents 4176 0 R
+/Resources 4174 0 R
+/MediaBox [0 0 612 792]
+/Parent 4154 0 R
+/Annots [ 4178 0 R ]
+>> endobj
+4178 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [381.866 524.5929 393.8211 533.5192]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Sal3) >>
+>> endobj
+4177 0 obj <<
+/D [4175 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4174 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F11 2828 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4182 0 obj <<
+/Length 1758
+/Filter /FlateDecode
+>>
+stream
+xÚ¥XKÛ6¾çWøhYF|ŠLOm‘
+Âå ,'Ñ´m<”r~¤œ÷}¼ùÞÇÚ ¥5gFiwÞuÁ%+•ôÙ5tJPhd†¿QY¾…F->´Uì—tÆtžó¯©á¿ ª?Ôã[¢81Ÿ¦]&°|6ïaÒ½eƒÙr+• ÀH6PòÌl€3p—ßôUÐpÌ„x”²>’Sâ:C/8x‚ Å‹Y±Üñ´s!NèRWŒÏ”d¼P 4VOhãµe¹±ÔËŒñÙä`œ²>lBÇHl±ßÒeúì2Šu"7ÕŠ/Û=ü¤ìwÎ^:ìhV|Ì\+Àè&““[=ÞºÐ_Î7¾Ðî0³Å:}ÈŽÿ6æz ôI©<íÐgIWƒÏaÑÿ€[ȯMxá]ÖXxóÌ7\Ö]¹¬YÞ?Ó8i¼5ôŸ}B‘8 ˆ±Q7Ió¯i{x-!¹îŠ;
+NžKÆ­ÓçÑI¦“Ö¡›ba‘Ö.«q7ãeàêš+7µß­7’fBËTH)Ô#âÐÅSïÖ´Ãż
+áBŸÃs;O´'ô§“4o‹&¤&X) HU³¯}’>è¿y’ž^Âh¸Ì1•9HPa7@û†¾›niFù4 €“ª‰³bFS¨kiªb£šÑ’
+†}QzZ uH7|MÂÛXJ›Oœ­÷uñ4ß/K+’ªéVt£¹žš†\dùÅÿ/{²4y*±e×41´NÏ»¨t ÷ñ
+AB©AßH ú”Ðew€\ÓÖ*¦½LyéØšêI3F]ÀŒ“*hôÅYÑxéŸØœi}Y7b¾©Fâñ:DHq¬¢Ìñ=¥&ÀPžÍ[¨`ÜHsŸñ©­•¡óZå±" ýÇøç.Æ]æ0n-á­‹ ~|ۢŞéÄ©ž_zä7M¼óĹnü‡táU/ë3Ó69V覨¯êz¾³Œíмk;ø²ú‹m ¼Å¥-?ïÖø“Rÿ±rÌÚœŠ¦PW_½[¿úäþd×endstream
+endobj
+4181 0 obj <<
+/Type /Page
+/Contents 4182 0 R
+/Resources 4180 0 R
+/MediaBox [0 0 612 792]
+/Parent 4154 0 R
+>> endobj
+4183 0 obj <<
+/D [4181 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1786 0 obj <<
+/D [4181 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1790 0 obj <<
+/D [4181 0 R /XYZ 100.8917 248.8102 null]
+>> endobj
+4180 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F51 2929 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4186 0 obj <<
+/Length 2236
+/Filter /FlateDecode
+>>
+stream
+xÚ½YÝoã6÷_áGˆY‘%}ëa l_wº}`,&ÖU–¼’ÜlþûÎp†²äÈMZ´‡
+›©l}ÿ¸–&y’ÚufȬTëûòçÍ¿î4øn»K“d£±Ý@|_Õžº>6§ó@¤kJ">ìüåþ‡Õ‡û•\'ð'§ü%™\ï«/«ŸIÖå*Yÿ°J„¶…Y?C#ÒZµ>®´±"3RÇžzõßÕ¿G–»‘çnÊô;”-…¥°Æ¨¹p&J„yÔv'e–³DÊ€Dß|£_¡“Àf¹°² •÷8eŠTez½SB¥2 x H¥]OúÚîtžmúóéÔvC­|Sx8ÀC¢%ðÂx?tÞ{xl;" ¯¬š'š2®{îª{³Íç$Qµç]ÚÆSo]EÊñŽšCuô‚„Ø.Bï¬PY¡@@+@ž hBl ^õÉ7aWD.œ‰}Ýöc/±•Å&ò¸¦·p57p5×T%\±u>Ñwhé+3žUÏõàßžy&ß
+œ’BƒÒ€8é³ÔiãŸQ5@N3‘ÉTñ\ô5?i…4¹™óC¥ò aÒ8ù©Ú*³ùm+ÍqÉíf80ÑœÁ{
+¯'/âò€ŽÔ…
+ÏÕpX8q¡DZ$Ó„öF6»‹3gÙGÄ´€ü«,+Ô*jÅ-Š.l %§±é¤æ´¨:˜Í3Á;ÚãùPíDâ‰{ÚÑÅÁ6”Ê@’CâET.È,+£„,®JH\yp=˶(诚9¢[(jtYÖfWig´Ê;º{¼ó(ÚêA%%R]{¤yŽ:¢ÿ%Ú$mw=‘ªèÃïŽUãjX uçÓû—fp_ù
+-Ü¿eðÏ!¹Õ…Ü8îvô9:¨Û‰D׆'hœ\¹¨yG·UÉæ7zº Gp<•Ÿkg??5áÝùSíöÆ`<!W®êD;¦J©Ê Ƨø0:{ú†4 ‰W;½¤ˆÙÑïOtÇȶåù eÃ99p`"×yúÞw2Ú(„F•Å;êØv>Ê"(P¨'¡T7¹½z@Áç܆­š3?‘ÙøœféârP¯6Q¥›ÆG "õ®{¡&ŠŠß'?ð|bpŠfýº•ÉÆ7Ô¬!ƒDòKQb0qï#W8ÏñTWûj¨_ø½r«¬«…;á+C°~k¯?ž†"£qpÄAâ—´k³£¹Pƒg²q׋ip!”ÊŠ·Ãø?­ÆÜiŒ:Ä=~Ýô(|ÏàŒÑr~Ï—äÕÕˆú3þs/­^*_sàØ„¯“õRô”À5I•š
+›déèžù²E|«2~ÙÜÿCªœÊiîÚì¾€‚ ~¡ NKÎC_•žt@t®y
+d²I>òmm¤¡j‡µÝ”ïI&Ž[ö}»¯‚£\ð![ã'jüšPÒOŸ™ï¸›Ÿ§[Œ™ ‘[Í/5vúør}püÂýà=oÑ¡Jz'9¸›û8‰È³ÈÛŒ©ƒXò•Áû)Wè ´Ð9>R ŒŸÚÒÈÙ»æey3˜H 0_oÁÆ‚£„¡†ãã’Pã*ÄÃéPŒ6 ð_beâÁ!9 ?\ÞS XL
+%˜[‚Þä=v)õhÀcœKE§TÊ»”9áºðÐÅàûK7¸¿
+endobj
+4185 0 obj <<
+/Type /Page
+/Contents 4186 0 R
+/Resources 4184 0 R
+/MediaBox [0 0 612 792]
+/Parent 4188 0 R
+>> endobj
+4187 0 obj <<
+/D [4185 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1794 0 obj <<
+/D [4185 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1798 0 obj <<
+/D [4185 0 R /XYZ 150.7049 625.455 null]
+>> endobj
+1802 0 obj <<
+/D [4185 0 R /XYZ 150.7049 364.3479 null]
+>> endobj
+4184 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4191 0 obj <<
+/Length 2519
+/Filter /FlateDecode
+>>
+stream
+xÚYQÛ¸~ß_á>EÖ¬(Š¤ÔàzÅè=´(nÛp9à¸2½V#K>I¾ô¿w†3”e¯’lbr8 ‡œßp¿}¸ûã_³rUŠÒdfõ°[©Ò
+kË•)µ0¥ÌVÛŸ•
+%Ö›"M“w{7õ8¬~øþ;¹JáŸ\É4E)-L”¦F®ªÃݯw?ýœ®¶wéêû;0Qzõ TȲÌV‡;¥Ka´TQÒÜýp÷ÏÉäf²¹™ý}VsŸ¥ÒšœÖVdJ«àô{©ò­Ý7èêÍ*S0.E©µ ª®Ý®7yž'ãùX·OØÖÉ/‡3 [wðo¨Y·4Öûáصƒ'éÁ}XË4ñÙû¨åØî0ºÑ|;R×ÿzª×™N~Ãÿܼ¸D!oH">v´
+Udlx¿ôiQØ<g…ötxôý’™TÀ×,«ÕK†
+sXY  »ÎÒ)”5I©Ǧ®ê‘¤˜ëvâPpGÐÀC`7(½>Ä8G(&G¸`´àGxs>üòŒgß{’ûQïÍ2ÿ¬"]…ÏNq‡?”ÂZ^Š;K"¼t!v™RËù}&‡îž¾± à’ºê 'à~ú&Á*\ÕwCØ’°êÚm ïš8t<z×­ÇnO ,©£vVóp
+œ!“¿#.É4ò˜¤h'ˆiFØäêø~OãûÁóyÆ`{äUl“vö2>8€Ó4ØUÕ©ça7’Œ@õ?L0v»qþ>r# ^lo)0ƒ÷$zô ¹¶6ìŽMþÕŽuCÃt‡…ÉÆ›[,Å¡ìJah}xÍv}H`h‡ò ÆuŸ©–\Z
+ô-Z8Ôq%€íE6&Ul¬|M! €a*SLp®Ó®_²h \sƒ? îÉ•ÞII®º
+X=KbY)Šè#z÷ï5¤z]oüCÁwõ>ì»øgŠ
+
+endobj
+4190 0 obj <<
+/Type /Page
+/Contents 4191 0 R
+/Resources 4189 0 R
+/MediaBox [0 0 612 792]
+/Parent 4188 0 R
+/Annots [ 4193 0 R 4194 0 R ]
+>> endobj
+4193 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [290.9843 359.2883 302.9395 370.232]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.12) >>
+>> endobj
+4194 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [442.1121 145.5024 459.0486 156.5309]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.12.6.3) >>
+>> endobj
+4192 0 obj <<
+/D [4190 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1806 0 obj <<
+/D [4190 0 R /XYZ 100.8917 572.3363 null]
+>> endobj
+1810 0 obj <<
+/D [4190 0 R /XYZ 100.8917 272.9662 null]
+>> endobj
+4189 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4197 0 obj <<
+/Length 2349
+/Filter /FlateDecode
+>>
+stream
+xÚµ]ã¶ñÝ¿Â}:XóDJÔG>$Åry)Šm€\€Ê6m³'K)ew[ô¿w>HYö); ¬†ÃÑó=#»]¼ÿ¨ªe%ª\åËíq)u"Š$«–y¥E^IµÜ~Zýù\_{ãÖ›,IVi"Ö›€¶1ŒúÔ^‡žÁº=0ð—¡GäÏÛï¶ ¹LàONùK
+`Û†Úá²#íLÒðNyÿŽ aàç$Qùú%If‘T !"óèyç©SQYl ‘Û‚_Þ½A{žà†_óΰ.ªøæ ëMªµ(Šôí ”×ÚÕÓGžw’Ám$ÐÝ…ÄF}µÝÌ y.Š¬’‘â#º%[OV"+ªòmæK1Šb,¤@Pêê>>aŒ«4XHeQ–µ\ÍŠSH¡ª‰0×zðè†3QŸ‹DWyT¦çs®Dž]+½ú•âê‰Ñ,›N…Ì û½Õ5áEîÙ³çÛ›g÷ÊÁ3IƺgÈòè€êÚ;E
+ÑmèZ³7Þ×è\tFÇÔWgíËxò…¡gÛŸú‡}÷Ä´u8êy-¡ÆÍ—lŽG“MÎãòfî²A¡ Kyk6ˆU/”3’–Û~ç
+“
+…i»®xú­2Ñÿñ\˜ë{CJÅ%öødƒøÿOýÒp>W«œ­ˆr ŽÎšöÐX¸2“àpÿzn pÁZÇí×n`Tí¿ÞáEôZsJ!šxj»!gFéI1¸ÉB‡Ü\ •—êÞò×΀BÃÑÇ>íØ5 ç<â…(o~X­Ó¶mv¸Š&Þ2ð‚ÐBõ±­r“ô›ÀÞuÃÃåë\ÖÑB)0YL­y†¨>p™óá— .`º«im;ÝûS°B %Gôæe.ˆþhºã<Ó †ÇÉü›»qľ#vïxqèL0âh|òÂ?üçþ,9žeonì÷MçÍý¥o›[ÿ®Gûþ=Ñàwœæ2ÉñÏX 
+Dæ;n¦d=Ý&KøŒœ½ȹJNãðd§+F9
+endobj
+4196 0 obj <<
+/Type /Page
+/Contents 4197 0 R
+/Resources 4195 0 R
+/MediaBox [0 0 612 792]
+/Parent 4188 0 R
+/Annots [ 4199 0 R ]
+>> endobj
+4199 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [363.2363 654.0252 380.1728 665.1501]
+/Subtype /Link
+/A << /S /GoTo /D (section.33.4) >>
+>> endobj
+4198 0 obj <<
+/D [4196 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1814 0 obj <<
+/D [4196 0 R /XYZ 150.7049 610.1669 null]
+>> endobj
+1818 0 obj <<
+/D [4196 0 R /XYZ 150.7049 591.8327 null]
+>> endobj
+1822 0 obj <<
+/D [4196 0 R /XYZ 150.7049 461.878 null]
+>> endobj
+1826 0 obj <<
+/D [4196 0 R /XYZ 150.7049 309.8359 null]
+>> endobj
+4195 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4202 0 obj <<
+/Length 2156
+/Filter /FlateDecode
+>>
+stream
+xÚ½XKã6¾ûWxN±1ÇHI™Sf1Á&À.°˜Î&@&ÀÒ2ÝÖŽ%9’<îA£ÿûV±HYêV§;—…â³X¬Ç÷ýþfñí2_æ,7Ò,oöKeÚè¥É53¹Ë›Ýo+ÅYÂÖ›ŒóÕ÷]×´½Û­7 ôZWÙös·þýæ§Å‡›…Xrø‰¥àœe¹HAŠ`)7bYT‹?¿ýΗ»_þ´àLå™^^ Ã™Ès¹¬JçÌh¡âÈqñqñ¯Aäf¹ }7HÄè׳uʤÒêzƒõüö5¹pÂ2§q¿ì“PIåºÎÞ:Z;$L)•„µ_Ö‚¯\Û»±2gšgùHlYUnWÚÞaçÒ–ýÜ ™b&Ó:l†–L<´¹ëD_™ù¥ÿ ¥;tK¾êø‚výÁÑÀ¹s-µ
+[ÓÜ6LÝ–k©ñ2zå긺¬og.%R°a"ÕsÆÉØX‚e‰LÃÚÃÌMËÒ$ZóÖÕ®µÇ ¿Cuîú9±DÇ Bù’Ø·$ðr(‹ÝÛ›~l'üü –™J&¥Áp,ך¿wmUÖö)dùØÖг­ ÓÉÕ;ŸY ߦŽÓuÇ´ïÂô! ˸  /-J
+b.ï”';P[>ÕòèêÛÞ_R¬>qÍ-Ý÷ƯM4“ZgpC&¡ý†4nÙr4þ+É(šêTݦ/+G¢Š¦îz[÷ ]Кƒíb4y=a¨u¶8¸£ÞõX ÉKÈÿŠ™mW6µ|KÂ,ÍTö®¬ÎUðœÎ
+ì›ä-\G£ßh­í;:¨©IK]PåBc˜ ïhÜ›„v8ëчöM[„¹ŠSjju­yz•­¹ ¹‰ÃeM_N ¶ÁÑí׸ª8žwˆ~MXœ^cŽºÞn~E}®¶0:G@5¹1#Öî‚ú ¬ã ±Dãÿ*`@ax:͉ŠbŒP«r=Q¤Õ± vAjkØCιYj¦!ȞႉvS.`3Ä·&eÊëª@Wü=ж^#ùóÕ/>p ÓQ£®Ü…¶¥O ã¾,EpdÛÜÍèÂ#qæþ„à4Ì*„ŠOßl
+?%Bj’úªŽË®§VYO:ؾ+=2àd×}èبSØêVø,¡PG¨S9
+ê+°¿:ùêKߜ渓3®D £Ky<’pÀ­Ý¿Òeý‰suvÞr*rÎ\y{+ä'ñ8‹ñCHO ›ÿv°'ƒ¸D#·0šø¾ 7ª)œS¸Eb²i4S¥`«Óѽ¹9Ú ¨/KLÀÖ/˜“R‡ä„F´Æý€M؈”ÿww<6opì
+¸Wê)ƽof‰Z*–d‰š×s
+ V¤gõLr%_ÇšåI¹ƒâöDÁ&$:¯DJ
+ŠëµÈV·g¨¦Ä
+<@Kk¨î”«r¾aüâ|:ÀV
+jÝé.«\ÖLe#Ð Âèi
+û‘Gìyl8‘9&g·sû™{J¬4Ä•÷¨xƒW€ÛcÚ>•¼8ͤVSlÀà
+õ2Ò*Ïø#gþ³é¡ ƒ' 8¾ño2w‘v𕟱¼13¶ížJJXðzô(4ü¾ôÀz‚íÿÜlpï—5B ¯bÁO§s?çL¨™Af×De½AÃÿPóë?ð¡œü+&ÿi*ô1±¤ø8cZÁ™ÁJ/Pôþúªû“dx #‰ÿFM²))t‹ûÝ«bÛ^C´x ª Û½‹ >&ïv7oª_šSÀú±îðÙFõñ`¶@(³±£W.Ší(L}°v!’e›„Ø=vÏà+s–e)Ugÿ^§Éª,zÄ9,*?”ÿý|ðWÄÞ') µ¨º6P«)0ÔÖðÜ7Ëëð¯áü5nÏ%<hËb./‡4<èƒId’Çôÿч?Áendstream
+endobj
+4201 0 obj <<
+/Type /Page
+/Contents 4202 0 R
+/Resources 4200 0 R
+/MediaBox [0 0 612 792]
+/Parent 4188 0 R
+/Annots [ 4204 0 R ]
+>> endobj
+4204 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [420.5254 483.3482 427.4992 494.4731]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.5) >>
+>> endobj
+4203 0 obj <<
+/D [4201 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1830 0 obj <<
+/D [4201 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1834 0 obj <<
+/D [4201 0 R /XYZ 100.8917 532.9659 null]
+>> endobj
+1838 0 obj <<
+/D [4201 0 R /XYZ 100.8917 402.5902 null]
+>> endobj
+4200 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4207 0 obj <<
+/Length 490
+/Filter /FlateDecode
+>>
+stream
+xÚSMoÔ0½çWø‚H1þv̱h+Ñ¡Jm¥z— »›„MV¥ªúßÇN´ EE9øy2ó<o>.ÊäÝ%3È`£˜B墒`M„AÊH¬ e¨¬oÒÛîå‚”œå€Ëfç‚écÛÇ
+Ã5ƒ'±Ñ:4h5ý˜K­Ñ‰ý:®ŸfÃÒ®oªy3|«û endstream
+endobj
+4206 0 obj <<
+/Type /Page
+/Contents 4207 0 R
+/Resources 4205 0 R
+/MediaBox [0 0 612 792]
+/Parent 4188 0 R
+>> endobj
+4208 0 obj <<
+/D [4206 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4205 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4211 0 obj <<
+/Length 1573
+/Filter /FlateDecode
+>>
+stream
+xÚÅXÍ’Û6 ¾ç)|´gÖ IñOÓSÚ&3íôèCfš´6½ÖÄ’<¦Ü;}‚²%¯Ôz»›ÉIø
+Ár
+~C´¾Æ ­çŒXV»2ú ®¸ïÑm ÒˆC¡Ô:m^ ÂîZáÎQèIÎÓ*lÊ°>…àý&ÿÃèáTnü¾¬»2- ¢ýhøx,SØÁO·
+©Náky˜
+K:Ò‡S›ª86"Õxv¡MÇL{ƒ×¥n:°§v\lÖ;±˜ZÒ¾ËÌ0Ë é’ ']cû]ylÝÏëh.
+ÈèJ€ó뢦Á®XH>'Ö¤lK3UÒHjCSÃX#;ØŒk¯Šgðm
+5:ˆ|¾[€½;_—Ô¡hÁä5]¢R>úp“PFr.oÊ&‚e‚Ûëlb%édÅ9Ô€”BM3-ì͆ƅt<a³~fz<â@¾Cár¨šçê€( ÿCdŒ”Møãý;aðž$œŸhQŒD¤„„‚Ü#áR)­ºÊc‡£_—öÑÜœŸ; r ÆÈÍ<îÊõŽ†¸bÚà±Âß-¦÷S$Ä—;ô1þwvÇq™h pûÓlì-àèï2büq6¤›¹˜U`Dâ >¹!ÿ|³&ÓäA ²é©§éÛRz÷4ß;石·¾÷Ž˜Èe»kº*ߎ§S|„·V߃¶ „*|#S*·-Ì™ÐE;K^êøŽÿîãêÝ?Ü5)$endstream
+endobj
+4210 0 obj <<
+/Type /Page
+/Contents 4211 0 R
+/Resources 4209 0 R
+/MediaBox [0 0 612 792]
+/Parent 4188 0 R
+/Annots [ 4213 0 R ]
+>> endobj
+4213 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [424.1476 139.9253 436.1028 151.0779]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.11) >>
+>> endobj
+4212 0 obj <<
+/D [4210 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1842 0 obj <<
+/D [4210 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1846 0 obj <<
+/D [4210 0 R /XYZ 100.8917 245.9616 null]
+>> endobj
+4209 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4216 0 obj <<
+/Length 2188
+/Filter /FlateDecode
+>>
+stream
+xÚ½YmÛ¸þî_áoµ5¯Õ¢.‡¤íµ=àÚEqÀå€Ê²¼VW/>½d³ÿ¾3R+9râ ‡
+¾ifš*¨[`»`ÓN‚Ðzo:ö$¯²§iÛ7—ˆ
+g‰ê5äé˜V_¯hjÑS[ôùU&^£ªÍÓÃoCÀäm¿HžŒf";™9wR‘ Ü ›Üɶ~tÊ°_7WÈ“°‘ù=*fFs;(2 Œe–'½ €îhe×,ø*µ–4¥[§´½Â¶ 3|¼Þw. p pxlã9à yR±œ
+DîSaŽË]dMÛæݹ©Eý@"É8<"!*Gr‰¹â0•\ÇdÅ\•æ˜<&ð<.nN±cºh[`º,@²bœs¸ª‰˜%Ú&cyÜ€¢#â€öĈä¶Eœ‹ÛN,P°frb¸ Á'nQ
+% á‘Ž—ŠÔl©îŒ5¨ÊÓº#ý2a'Â`„ÆóîKR73§‰Ù
+RM5ük~Ù)`h_/f±Î¥>C¡èÇØXô  ä­À8¥+¶§¡ÐC…¹ÿqh±Í™Êü)é…‚Œ€%PpÝÁÝ– •"·0Å›¿´[§Ž»Kù4”˜–Ø<n%Jì ð¹™ÔuÙvWlRm—]%¼²Ë9Z2Æ–<…OXQð”Ç_(#ÎGú Ànì1Tá؈[¹6ê8Qxª‡’}ž{¥‡¼+¢¡Ü§ÈAHE­”¦щô„&PÃÙìRÚ$™Ù9ÍÓ‡¼ÃR Õ¦2ØrLåxd_›–4ì0[4‘ܱ`7ñ ‹\)æÏr˜Ò”eÑÍͤäS!ùä¦K«|dãÎf‚švðAèŒH‚ë•‚ƒ‹oó¼O¦¿Õ¤ =Ÿs(×Iú†„¨}Äû—m‡
+CÏ$ô…M"QUQú¡`÷EÈ31FË«;jÖ ý¦]7TgJ~ì»ÔÃÆÞ¯©ÒƒoÁµrèGEÔ€ü„
+endobj
+4215 0 obj <<
+/Type /Page
+/Contents 4216 0 R
+/Resources 4214 0 R
+/MediaBox [0 0 612 792]
+/Parent 4221 0 R
+/Annots [ 4218 0 R 4220 0 R ]
+>> endobj
+4218 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [423.6983 300.7523 430.6721 311.8202]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.3) >>
+>> endobj
+4220 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [240.1289 116.0997 252.0841 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.33) >>
+>> endobj
+4217 0 obj <<
+/D [4215 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1850 0 obj <<
+/D [4215 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1854 0 obj <<
+/D [4215 0 R /XYZ 150.7049 451.3641 null]
+>> endobj
+1858 0 obj <<
+/D [4215 0 R /XYZ 150.7049 277.6761 null]
+>> endobj
+4219 0 obj <<
+/D [4215 0 R /XYZ 150.7049 202.7996 null]
+>> endobj
+4214 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4224 0 obj <<
+/Length 1334
+/Filter /FlateDecode
+>>
+stream
+xÚW[¯Û6 ~ϯð[ Qu±|ÙžÖ¢з­ÁP §À[I´:vfËMÏ¿/)Ê9vOÎ0äÁŸ(‰¢È¤òf·zý^QÁŠT¦Ñî).Y0-4K !£]ý9V‚I¶ÞæœÇ¿÷ÝØÖëm¸3<t=sYõÁkoé‡õ—݇ջÝJD~"œ³¼!XÆSUçÕ¿«Ï_xT¯xôaÅ™*r]aÀ™(
+WJ,ÕBM’fõqõÇMåö¦s;WúæÙížÎÖ“J+=¸Øøú½Z8"ay
+'q¿äA¨¤‚›;©5-^èM2Æ3%ÂâÍuË’¬˜i«íÙ´ÿOÛVË<.ÁëÏÕÊ œ%æV_íåEµ“β7Ak3tˆ²¸\K[K—¶)÷a´bw²!úfñÞTå8<<Ÿ¥LåàÈ­¬ÐZxý¶Lï"£Ã<hš®*Aúˆ4>ôÝ™&¤NÔpm¯kÁa_öµõ†ëŽÆLO£«u'RU¶$¡sm†ûî»Ü:˜G|.á"¢ˆ}@7„}8FW{€¾$W:>Ú½Nx<­ld
+"0/l.ϵãy¿ÜÖ›Û~ò»gæGÛVæ~Ð5xt¸è 1—Œ'" K}CôjBûGú’Õ
+ƒ‚SjCc¾Y4¼YSxkîpŽ –¦rNºcÓíËæéÓ"ŸVoB ÑRäâ-ý^™‹ÏV"™(&rž-9Ò0UˆUwª4g™º•Ê[•¾c”JÁ(9­\x
+¹Ëè”Pípn´µiˆþ0¼À Õ7ÜFŽGéßCàJI4¸²úŠ0‰÷87Ú¦ÞŽ—W4;eåô "ºíÛ)¯ÍJ“m/S8¹Q¸E#0 ´ž_2µ'a嫤Nˆnz*(º ·%iI¢#dÿeDÉvÞ N×J1°_hoÇ;?&ù™üÓ«5(f:m{$­gSÊÖgš¼Ú¦ D€.­y’,‰Ð›Áu}È;%*¥z39T¬pLâS
+íÀom¨î
+(Ï™N`?®ýkA‰ªºPBàÞÙ¾‚ÁŽFR¦„¨<¥)˜”¡ƒX‘ebQ”ÎÒh&ÿDñD
+ Eu[Ý1_f
+ˆöK­¦?6?
+endobj
+4223 0 obj <<
+/Type /Page
+/Contents 4224 0 R
+/Resources 4222 0 R
+/MediaBox [0 0 612 792]
+/Parent 4221 0 R
+/Annots [ 4227 0 R 4229 0 R ]
+>> endobj
+4227 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [396.1162 618.2168 408.0713 629.2846]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.28) >>
+>> endobj
+4229 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [170.2911 558.4409 182.2462 569.3847]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.35) >>
+>> endobj
+4225 0 obj <<
+/D [4223 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4226 0 obj <<
+/D [4223 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+4228 0 obj <<
+/D [4223 0 R /XYZ 100.8917 607.2578 null]
+>> endobj
+4230 0 obj <<
+/D [4223 0 R /XYZ 100.8917 559.4372 null]
+>> endobj
+4231 0 obj <<
+/D [4223 0 R /XYZ 100.8917 499.6613 null]
+>> endobj
+4222 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4234 0 obj <<
+/Length 1697
+/Filter /FlateDecode
+>>
+stream
+xÚ¥XKÛ6¾çWøh» ߢ
+ôÐ ÐÚ¢ñ!@ÓW¦c5¶dHò&þ÷áP²lËÙÝôÄá{æ›'ùëòÕëwZÌ„fJ[9[®gÂp–qό˙v¹ž-WÏßlü¾ Íâ^>WrñÏòýŒÏîUÆœqqÅ_‡ª*«Ï´bXÍ„s–1Å--{g2–eÆÎFãqüõ;™Ïr–[i‘•ûL
+(Óï Þ9Ÿÿ[?ñ"¬HmVŒÐRc´@ Fgs:è“P:<†æˆ]ck$ãFkØA]8>¯¿,Ÿ‡ŠîÚ–mGT·ñ‰ŠÈc[µ¡!‘ ç‡u‰õ¶óM‹hC|±!ª
+ iæ_OBj>Ÿç¾ç0Á#©`Såøk¡´eNö2ýîwᜉÁ/“”dN3ƒ7ØF`“¡ÆŸ8—Ûð2 Ý e™”âZ¤
+±1²nêÝ™yOë—C@Ž®Íµiê¦íê=ÆÕ T2‡AU Á…„Ôcùsâ,±öµÜ&ùöË ]"
+ðôÌ)um U]}Ç ÃeÚèÛvð¤¥Ï±À ¤,°Ã#ûЀ»¶Nûv€€póÏ`xÞ‘†Q
+,ƒr©?(y‚‚Ä&,Ïnøâ<ÔãO=‚ë}¨À‘ü¥WùÏ#ÙBÿŸqYÞŒö.ýÃ6ü±~SC©ºöì„®.n„û/§Ú¬À¿Š©G
+ÚßµLð:å\¹3'ž¯u úë÷ý£ò\+Ž©LœÌ$ûèz™:óó˜ G5‹äœ /'iò!ÆlÈAªô€BèwØF‰‘˜þ˜¸$ŸÿUN-Ñ)-EŸ*@<©¥Ÿ òSèÞp‹øÊsjäßûYðj²½Aw£_¸ ýªÄ›ã“5]‰bxáGÀJv}xå3Z]䆡#ÖU„SR˜á|S¢ÁÒHŠöÔļ¨ŒˆjQ×0†)ióçÖ#¸3fE$°Æ¢òQC †7¥›±pôÑ1 §-D”i¦Kg•+ð6|S§?3qŸè`qÎ¥4åN¿z»|õ´ÝOendstream
+endobj
+4233 0 obj <<
+/Type /Page
+/Contents 4234 0 R
+/Resources 4232 0 R
+/MediaBox [0 0 612 792]
+/Parent 4221 0 R
+>> endobj
+4235 0 obj <<
+/D [4233 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1862 0 obj <<
+/D [4233 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1866 0 obj <<
+/D [4233 0 R /XYZ 150.7049 321.8541 null]
+>> endobj
+1870 0 obj <<
+/D [4233 0 R /XYZ 150.7049 164.8293 null]
+>> endobj
+4232 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4238 0 obj <<
+/Length 2593
+/Filter /FlateDecode
+>>
+stream
+xÚ•YYoãÈ~÷¯Ð#X½}“Lž2Á,}Y$ã ììMµ%ÎP¤Âc¼Fÿžª®n2½ãÀ€Y}w×ùUéÃÃÝ?Ê|—³ÜJ»{xÚ©Ì2®eº³¹a6r÷pü5Q’I¶?dœ'ÿ›ýAqi®ßÿöðÓÝLJ;±ãð'v‚s–å— –r+vååîßw¿þÆwÇ;¾ûéŽ3•gf÷ ÎDžËÝåN™œY#Tì©ï>Ýý}Úò0íyXnúáÕÕç³Mʤ2Ê_½zW?Á•µI†¿:ÎŽ:ÆÞu{cFý ó
+ú<µÝ¥hè3ç²®û°O\?´_÷‚'®¡IuÕ÷«):)ÛË¥hŽóÊÎUM8¦ sŠqhá¤ê€ì„G„`¹1Â? ,êú…XîöÂ$¿ã?WŽƒ;RïóÙ‘<øõ¹dZ`M ë7ùèG4Ë´Èv‹þ_haÕÓ·‹Âûª99œ=€"~0ÜꇵX°þÇÓÔî )ÏMÔÁäÈ“ \Wž´OôõBâKûH[®¤‰\ȘQ9ià_à
+/–iÍ[/Ìo_ ñ $=:×]ª¦ .Bûñ…ÆñZþ6j¥[’³Ôê®…›~J;xÐëkKÃ2 ï§yAø,\þL‡ËäR¼P¨‚æÉ·½¾Ôß¼di
+Ðõ =XAPç
+X¬s+ÖîŠÜ2Æåêr­ÝÅ5C”ß÷Ì© “Ä.[˜_5=a„ÂëîÕVD†8PL·;V=øÒÑA3ã†:×ö(×Èä8v£ˆ3d0è!˜!#R`˜üûlåž–>"# %  Î`
+¿°‘…ï]ð›mׇUÄiF Ds¸z…
+ð†™4Dº…rHÇEºá~(MÞÐ>pÊ3ޮ½{3¥
+ŸÝpœ\ã:*O`…Œß¹œ„-B†›7D¦[ê ï‹
+yêŠëy Rä9
+ÿ9`í-‘Y_¿ÿ_È<ÏnrŸm),¦½¡$À£%.rßÙïS
+ñG.þ TaAç7®>cTž´W”'¡?l{oAŸ~
+”L¢ ÞS „ߤ >‘S*‰=$¿Ú )z»"¹6ïµR\é3$1“ )9g\[uk
+Ônîþ…–!ì å9Øúµ*·*©bFL5iLüUðPR·endstream
+endobj
+4237 0 obj <<
+/Type /Page
+/Contents 4238 0 R
+/Resources 4236 0 R
+/MediaBox [0 0 612 792]
+/Parent 4221 0 R
+/Annots [ 4240 0 R 4241 0 R 4242 0 R ]
+>> endobj
+4240 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [366.88 578.8233 378.8352 589.767]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.27) >>
+>> endobj
+4241 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [135.6021 328.2665 147.5573 339.3344]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.34) >>
+>> endobj
+4242 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [204.3553 127.9701 221.2918 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (section.35.1) >>
+>> endobj
+4239 0 obj <<
+/D [4237 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1874 0 obj <<
+/D [4237 0 R /XYZ 100.8917 628.6488 null]
+>> endobj
+1878 0 obj <<
+/D [4237 0 R /XYZ 100.8917 480.2256 null]
+>> endobj
+1882 0 obj <<
+/D [4237 0 R /XYZ 100.8917 203.868 null]
+>> endobj
+4236 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4245 0 obj <<
+/Length 1400
+/Filter /FlateDecode
+>>
+stream
+xÚ¥WKÛ6¾ûWèVX3|ˆ’xlŠM.E[£ PY¢-f%q+Qu÷ßwÈ¡¼Vã-(|à§!9œÇ7Cúí~óæ=W‰"*çy²?&LRRÐL%¹’$WŒ'ûæsúC[=:=nw¥©àd»+ü2ƒN(Ýo¿ì?&ª$yÉE²ã„g,›ß…™Œ”SÉ•ü“—oÞí7,¡ðc×g3
+YDå Êè`ØXW‚{Jùß
+
+wœ+"óÜgŒ()YÐÚçÄb²P,µ›Ç…[FS½e2}Ý쥇-§éìpùd{íL¿e©žPâ­8úèøµf˜\5ÔzùÂ%UgNC¯7yµqÎáØWO¸ÈUñø ®p8·¦ÓÁ)º8ƒT?h8ÓÇAð申¢à/qº\s:l4ŽÖ§Yˆ˜GŒæÔ:„n¬ê„Õi+ÓÊÄÅÞïjhp*†EG…&nô–Ëô/Ñ@ ØfB Îâö¹nÕÕ„JКN¡Ê®üG¦ H:ÀÙ‡¯b\=e¼4fx êÞ¼«‚b”€=9Ä׫½g"›êÑv]oëWe'…(âò»xrk¼ýzŒsí&´SSä$Ïù«¹/"ãÅs1JL(:h_á°8†ÒX¯ž¼±
+2ˆ[©Äº
+l]Ïãû¡¸T6À³q­õ<Ïhæ+Í=ö•3°à8Ú@Hƒ”)Á]û6PŠŠtŸë>;h\xˆ÷ôx1åé»[L?·z¸îÝPÛJÑìÕ<§tiF€Ž6Þfxœ‰ü‚§‡D ^†­n²…“ìÿ%cÅÒ¡¹*_ÝacÕMQcC°<¬‹“Óô@ð0Ný­xÃ(DZ–ŵ?­=Bn8“Iˆ»”qmmûª"xÂÖúYï"õJNTÉØšzKÈ(Æ»)¢ÀÃ)ˆéÒ@\MqÄÁS²Ó¸Èµ•Cimç®AãÁ Hp<Ú9ô(†¹ÿ6\BN™W1ÀÈ}Áˆ(ùu6Á°Q¯Nãmô¨šL·”b)H¡¤X3{Ô½nŒnî’a#]nS
+Æy€z”Y™~z…Ì–vWâ¥zm»ñ*¢Í "œÂLà(œôo@/¨n^®\ª+6ºjn—VN‹e¡¿<‚Nçt/úÂûgeôµÞ UG¢³­¾aÆŽSá_ÍrÝŽ¼9‡ÊÕíKÝ;‡f¡vŽB‹;ê@Bhyv×4áx/‚ìºV° ÃCq@¸ô«_G°ïdž_GQ)¼ ¦ê¤¿9ÂÙEITÜÙrx±rE쓱¯`g¢ø$Z5˜çèE2dиƒ.óÌ,)!*y†ý–º„å·m‘¥¦v¾b`*}g¾>à+ÂÝsž#Bæ9Ü´…7–¨¢`+
+YäÉ•ünô/Tà ÷ÑÔËß±
+endobj
+4244 0 obj <<
+/Type /Page
+/Contents 4245 0 R
+/Resources 4243 0 R
+/MediaBox [0 0 612 792]
+/Parent 4221 0 R
+>> endobj
+4246 0 obj <<
+/D [4244 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4243 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4249 0 obj <<
+/Length 1891
+/Filter /FlateDecode
+>>
+stream
+xÚ¥XYÛ6~ϯð[e`͈—H%OMš
+Zü>}™û‡K££¶«r”òü­H)K‘ ÔÀNµ°‹•6,J]Ù/W*åÑ&€V©ˆ†®È¿1ìÚ¾ð<m]„Þ3í²èë"ëhÕU±:ºÃŸ¬Ùžµ%Dò‘РH# è¡äwå l3mîy>ű¨
+Ì)¥ß¶] p‘ß N‡+aðÂ)\˜sXhºð¶$x\GNŽQßÖS¨h[µë¬"jÙزmˆ­Ûq ¾wMIäF0)¥‚Ó˜P\ŸØP1«¸]œÐo®HÐmÛx9tG£híïxE,¯Ûz?’]`ï×6/º†î¾þ×ò÷ãîá°/n—\eC2bòš Y°½‰9j6,á*ñšý°\% ãï«;pðoi­çf3æ\YδF]pÍD,Hߟ¸TùXïgDJθ”^âOÈChéoR ¬I%/éaßö}¹®
+zj›ê@«²¡ÿ3ã@LZoœäÒ8éâ„~ãuÕ´þ̬ªZt•¯EäS `Üví¸ŸÕ…ˆ-³ÆP†`±ɤŒ~_lJp²ûúP ³B{tå0æx¹:Õ©6„ÅnN»p¾
+Ú¯Æ`ô7Áàþÿ 3r!$¹MÂks‰I, (!®I"¤£™
+òŠõÕSJÆ—POã[4ýŽ%–£õi I˜2i²8¡c Á.l*@¤çüI/¿_J•`˜âqú8³=Ÿ„è @ý橤[¾ÝA*%ÉTAAèÀŸÛªÝh§
+º?ôCA!c C¢w.ƾ Å©eàÑ{=à½}*BÆúÔ±+&FZÔÙW p Ìu h±öüe ãÁê(ùP˜¸‰\äp?¤ìÑÝ©Üà]
+ípE 4©ÁÖæ"QÅÅ_w%$+ £¥—K&¤bZQö~ØÃ~ Y=\À 4“CyêqRIñS=È€q}¤acK±$NÒsfU߆ÊFžþ²{zŒ­yxƒ.,ªÇÄŒß8 "Hy,¦®œBï½EÁdõTéÐPã÷||^®À¥Sa—šû9èè>c·D½á¦;ØòsNÑû³®…k¨ý: ƒfeþD*¸šF N”îÒœ—Ñ#Ô‹}¶ñ
+|;bsßÐÊάŽ§ô«õþ÷ãàóðO"Â|±XA¹ä±Ñç& 87ôÐÛ±lèe© Ö‚F11k鋦Ð7Ÿ½¹~ö/Õ@siendstream
+endobj
+4248 0 obj <<
+/Type /Page
+/Contents 4249 0 R
+/Resources 4247 0 R
+/MediaBox [0 0 612 792]
+/Parent 4221 0 R
+/Annots [ 4251 0 R ]
+>> endobj
+4251 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [320.8468 292.7135 332.8019 301.6398]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Knuth:TeXprogram) >>
+>> endobj
+4250 0 obj <<
+/D [4248 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1886 0 obj <<
+/D [4248 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1890 0 obj <<
+/D [4248 0 R /XYZ 100.8917 329.9515 null]
+>> endobj
+1894 0 obj <<
+/D [4248 0 R /XYZ 100.8917 209.3193 null]
+>> endobj
+4247 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4254 0 obj <<
+/Length 2491
+/Filter /FlateDecode
+>>
+stream
+xÚ•YK“㶾ϯÐ%6åÑ
+@•Ä\â—¿üKû&i, Yâž6~Þ»jO§Våq°×»2~SÖ4eûc5ûiZK¿ä£ª}Ã:‚\“‰™ÇK‡Á«r€¯î”¬>&Þ·#1É$0·Zaãd“q²kwJÙ²`†¢
+ "&×ö_ÿ}­” ÊÆË›ç,/òbnF/Ù‡IàÓcï*Ö 0 Á¹ä`ÍÈÓ¶
+Þ`5-5]Ú²ZѵÃà]íÆ1ÊÞy´Fz?QþÏZK¢»djÊê‰J¡é­‰ûôŠÕ”HQåãj˜>†¯˜;'Ò>ƒ)Θ¯Mýxìà†–FN푈+mç¹w€V -â;áÝ
+Ú‡#43þ¸˜»¯«°ÌTœ
+‰';Î2ÄeûÂ-ÐKÙ q,
+VÅ…æv‡qIsSÐÕñôËø¦Ô5O~·ëýÅ,pMîÙÉÉ–êñL¡Œ†ºl¡.WŸ­Ë»~-s@Fˆ§?(Ïýn? y uZì÷ŒC†ÑbcYë$ø¨-q±hð£ˆ2ý±iRIÜþØ4„;ðÑõíS_îy†q<v™t"õïªíí’¯¸Cùd¿¤‚q8RQs®zÓдcµK-o¨+=ê÷ ÑiD&4Q˜äš­í
+¸ çR϶Sv„3ôÃÙ¸P9–Äz´{×l_Y:ÐX¸—ÆxÞñÒ|ìXJŸUIE†R|¿ÌÄÂ(ysQ[±pÇ»¤
+¾sô˜Xa3qÁÿ°Ï6RA]%@óg'ìßµðoøp iêÇu(º‘¢ »§³pZÄR¦æÖç\Œ—Fà#øaáÄÇ@ÙY{Wј¼¥ño÷ø-ïX6•eܵ¨á-¤¨¯«‹\Âb­Á‹r=ß-s ìË
+x‚˜cÿ>·U!ÊU¦&G¥'0 ¼«ø±4ƒª¶£õO'èÒ¼€Cë¶Äó¯'ð”Á€Ëk;Œ!²¦x|´ËAÁ͹çü¥bk±ÈkÂ+Aƒ79A°6OSG®•çy(Þ\êU΃µ[+ÆZ‰ð‚ò~ÌW#½ôûåÓ¾Åwuüú˜$)Qü·ª4ζæ r–É™s(éñ‚ÿâß!hƒ”Ô¹*üQêOtü endstream
+endobj
+4253 0 obj <<
+/Type /Page
+/Contents 4254 0 R
+/Resources 4252 0 R
+/MediaBox [0 0 612 792]
+/Parent 4256 0 R
+>> endobj
+4255 0 obj <<
+/D [4253 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1898 0 obj <<
+/D [4253 0 R /XYZ 150.7049 536.7706 null]
+>> endobj
+1902 0 obj <<
+/D [4253 0 R /XYZ 150.7049 304.3279 null]
+>> endobj
+1906 0 obj <<
+/D [4253 0 R /XYZ 150.7049 175.6889 null]
+>> endobj
+4252 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4259 0 obj <<
+/Length 2896
+/Filter /FlateDecode
+>>
+stream
+xÚµZmÛ¸þ¾¿Â-PœÆ<¾¿¤X½ÃÍùPÜ¢z¹ ZY»V϶|¶Üdóë;CR²ä¥lﮃÅBM ù ‡Ï ‡üáæêû7ÜqšëÑÍÝH(J×r¤"Ú1>º™ý:‚p2™ZJÇïªM1™J(e·Õ®Å»j³Ìêíä·›Ÿ¯~º¹b#
+lÄ(%Ö1Â1T³Q¾¼úãê×ßèhvEG?_Q"œU£ÏðB sŽ–WB9¢MÍâê—«µ"§­ÌiWè€ìûV†p¡„òÏ¢}¹ Ïz+Š Sã/u±Š˜ª»Ø°Ž-_U®ÆŸÅì¾ ˆõû7Lvº¤0:MœaÎ÷õ2Z‰ž†%±pÑЈ ™gu^ÍŠOXÆÿk>ëáц8'eüìUB°&Ò(Ó‘[lól]äólsÝÊNH¶œHIÛQE·EÔÉ:»%îà–B=e8Æ)(qby>øß]«Ä%R)ö$ì«Ù¢\uÀƒì„dg ìùØ9ƒiA»~ÁÌO¦
+¬ëš¥&߀ SgSÐá)‚ÑQã^>C¹fò›ï%Züøñï×,eCÖm¨zþ9'J8ó"FÁ¬ÓV
+"„ilûKBš!ÌZ\3–
+¢§œp§Cææ'ÿ“"ÂA ç륯¾ôë oWe"‘”ó(Džòï”Ø1â¤;È•ozƒù"-³r…œáÆËJDP¡„˜ðד$\)ç‡#™î ìE2;êÔ¿"G¹&I¨„M쀗‚y.”‘W«zS-Å,ÔßÆßU»MÛb[g+Lwù#ºº¼…–ybKÔ³Þew¢äƒ× sã`¢]Π®G‰Bp¬F* ;0ëëœ<!a>VOg £ÀiW¢Oö)]j‘ßwŒ¼­êãø|èѽ”Zi5DÀ —CÙH<Ó:XðFõaÖÕzæIœr'çÀ&]g+ñN.0Ë ‡s –|r:§Ò¿à’ÖköÞ*ØQ¤|{AÀÄS€!r¦Ôà;œœW
+% ½œþ‚¸Ê“ÂÇsC‹ßö³¼/¯“Û4ˆåªƒ¥X€Ø‚R`{Q
+Ÿ¿˜‰Ó®È
+!AtÛlxu@S­]ƒ8½.À+
+-õÂ3°r(DR—ƒÚH<Õ8bŒ¿µ%¼Ã©uöDÚS ç>Jx–qu9œ­Ä8¹@c£æ`J@Dñ·ÉT…s;\¹M½Âî[ž^$5›„#!¨·ŒþöRšj%žÐ”ÀÀÝvmqØÓã7/3~¡áB^p·OA5`°†«ã?uSäÕfL#œ‹‚iø87$̯¢ùê}ôkÚèׄèž1z4{ïâÀ´ø‚³a3ÞmCÔ
+âªðœí–ëƒÂ4Á Qúnªÿ‡.ö~%D·ý¡ÅÀÜa·Ž?e<!0ï‚‚Àv´çF÷^›Bq"•}mγ §qÐñ€º
+ÏÛæØ}–­kÔG÷Ç"Ëç6¾Á‡#îæ°{Sl×E^ûÍ›?®v„
+öi‘xúŽÆõ+ÉÇ!ò
+/akäKÑ8°œg±‘øgycÅr=o~…ReÞ55ñ°NDP­fåê«Äøí„áC6.¡ ŠåàÎÏñ:ˆnl\àÖUÓŸ•ûb;øEj·/ˆ Ç"†*Ä‚iô4ìåN°‘8íŠL8A%ˆVBì{îùû^†ƒá »•ía—)ÎÃ~ù{XÚNjqA¨ÄPåµ@Ç=¨û¸^úu€Ý-Ù§ySZ©è‘¶O!Us}H[rOLª8gRÙ1Ÿ-ÑsêËam%žÀ*¨%”ᾪgÀgmoâ 8}æO®èϵ{aõžÀaSÁÎ÷Jðm†ðyËl±(¢¼˜ÂRã¡ì™Ï·ÝÝ!O~ ”çÅ«(fž¥±´ÞT÷›l>i*ë‡u™COQä
+lÛÿ¾,²U¹Ëk„îSzEåxŸ›xÌ—@b±-긔„š›¹¿…Åeö
+8ø£U¨¹M²C«¢˜…’+}óV^?o]þ\µ"ÔÙ=5š•ÔoЩ‚vy¶Ûá¥;«ƒ Ÿ9wø-uŠYx,ª:½/¨ß})e†CÅ×m]mb®X6ùfn£¬ËlQ~Íj0⇫Y(´­nѧïÊÅ4Ì“c°¡°ýi
+­w!m>Qã‡õ¼Xµ²áÇìvQìs¯­ù („R!Ú{à™6xcoÂ,†>QníaÑÛâþæÞA6—6yO¹¿Èb÷Çj¹†QÝ‚‚ê‡Äj¤9Óǡʼn¬†ž‚!ŸXsïùnSV»mx)6›°{Q`RÛ-¸˜ž×¡â“_äY–‰mClØù.¶{ûÝ2Tnë‡eY̾{^?ÏKOA“2vw_vB˜GÂõá©K‰Ö#l\"ÑѳcKü°Þ”˜—Â…àªU6 ¥,üÐÂÁöó¦ôy¨g|Yf³"4þ\Öóøõ*<ËUçoÛt‚äФŠ0öüÈ1.ìy{ÃÈ¿þìZS¿ø³i£¥K7^W¥¿u u`ž8–6
+•av;Ú籠 ­3àÝbÚ'£È£ñ^ÅãHÝl ¼ÜG¹mô°FŒ˜À혽@n;
+œv$¦rÛþ)Õöë)á&¶x
+Qö…m³c¶C‰ãLt4ý“#ˆÞ5±l µxtå€MˆÅþ=1r
+ÄŠé§ò¿¿Ï[ÿôsÝ=ÔšXaPsÄÃz$0Û©Ç‚·
+qendstream
+endobj
+4258 0 obj <<
+/Type /Page
+/Contents 4259 0 R
+/Resources 4257 0 R
+/MediaBox [0 0 612 792]
+/Parent 4256 0 R
+/Annots [ 4261 0 R 4262 0 R 4263 0 R 4264 0 R 4265 0 R 4266 0 R 4267 0 R 4268 0 R 4269 0 R 4270 0 R 4271 0 R 4272 0 R ]
+>> endobj
+4261 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [334.494 637.0532 346.4492 648.1782]
+/Subtype /Link
+/A << /S /GoTo /D (Item.12) >>
+>> endobj
+4262 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [360.6457 624.2333 372.6009 635.3012]
+/Subtype /Link
+/A << /S /GoTo /D (Item.17) >>
+>> endobj
+4263 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [254.7935 611.3564 266.7487 622.4242]
+/Subtype /Link
+/A << /S /GoTo /D (Item.22) >>
+>> endobj
+4264 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [254.7935 598.4794 266.7487 609.5473]
+/Subtype /Link
+/A << /S /GoTo /D (Item.26) >>
+>> endobj
+4265 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [265.2542 585.6025 277.2094 596.6703]
+/Subtype /Link
+/A << /S /GoTo /D (Item.27) >>
+>> endobj
+4266 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [357.3322 572.7255 369.2874 583.7934]
+/Subtype /Link
+/A << /S /GoTo /D (Item.23) >>
+>> endobj
+4267 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [177.5837 547.8934 189.5388 558.8372]
+/Subtype /Link
+/A << /S /GoTo /D (Item.24) >>
+>> endobj
+4268 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [177.5837 523.0613 194.5202 534.005]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.20.5.1) >>
+>> endobj
+4269 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [335.6945 498.2291 347.6496 509.297]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.3.6.1) >>
+>> endobj
+4270 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [415.3949 485.3522 432.3314 496.4201]
+/Subtype /Link
+/A << /S /GoTo /D (subsection.21.2.1) >>
+>> endobj
+4271 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [418.9519 460.5201 435.8884 471.5879]
+/Subtype /Link
+/A << /S /GoTo /D (section.22.2) >>
+>> endobj
+4272 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [333.7543 140.01 345.7094 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.35) >>
+>> endobj
+4260 0 obj <<
+/D [4258 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1910 0 obj <<
+/D [4258 0 R /XYZ 100.8917 431.0964 null]
+>> endobj
+1914 0 obj <<
+/D [4258 0 R /XYZ 100.8917 224.265 null]
+>> endobj
+1918 0 obj <<
+/D [4258 0 R /XYZ 100.8917 205.1036 null]
+>> endobj
+4257 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F11 2828 0 R /F8 2865 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4275 0 obj <<
+/Length 2961
+/Filter /FlateDecode
+>>
+stream
+xÚ½ZYoä6~÷¯è·mn†"©+ó4I&@²dcìðˆZMŲ̂¥Ž¤Žãýõ[Õ‡•¤Á~`±H–Èb_±ýÅíÕg_›rQª23Ùâöa‘¤ZåÚ•‹¬LUV&fq»¹[~ùTíFß_¯œÖKkÕõª
+ð¦ºï„ šdæ¶;J¿À„ÔDa ùM@#Š¾„£Ïa|"hEË(*’x‘ÈY†~¼äu;s‘‰uu5ÖÝÆϜ˄OäTÕ€ésëؼ`ë@‚‚J^ˆæ… 0JÐE¶ŒNTÅ»Ëò¹¨lTš–Nƒ ·þY)5³ß•)
+•dçù•þfî–ãÍæE· Èkû}=ì a‘ªzq‡ýàö8Ëãâ^¦ˆ‡c?Jm@Î!Š$OÁú!ý)Dá.G&FóùuU‚`/'Ý2*n6áa%~ê7%æýcõ?
+qê‰iOÊ: ÉÈæIr$uíát¾¦úîµôDæeDJUŒ¤‡ã-œÅ£»þå:K—*&„T™¤<‹®¬ŠØ²
+;·|°<l|Å<æ¸eïWs'
+õ#!¿‰ A†;YZW»0VMøß|.SÆÓ©“H@%P^†š{ƒ—y”q²˜NçP›žÁkŸBnš0KKˆ¸E éÿ(âžÈ§ˆ‹yæ0-FܲpüšU
+¾ãˆ›*[Bf:âÿpT\ånH§sˆÂÇljT‘B‹b{Ð)°*Œ¬_˜ùÞMˆ{®¶»®¹ƒ7‰¾
+hÌ|÷ó>출4`ìË®‡Ñ3‹"F1ò)¾®ØS;>Á•N‚Rº¼3åý ³žÉ’æ÷¾ñÕgW==<ѨT1›¼Y…'€ÀvýŸ4þ⦤qp V:ô§bÎ;ÊÁøÕªeîqyÍO&¨”Ÿ=«E,|š ÄhÓ¹¶ý¯3'„ð“…™ÊãT×€ý\α‰ÊS›ß•
+¥–¶î 5ÁSg–´\øgU»íìdÝx@¼ÌT,M²©l²P×%.»¬lzÃK+ùÞ"É/`MÁ¾,(*HíiÚ_wLá\!‰˜|
+¦þ@U|
+k‡‹ž@©ª†ú¾ŠÄH0­ã΃H¢NŒ±zI9èW¸¨á¤Œ¢¯Â¯–ʈí´]Áq(/0Ò~Îœ·Û½ÕÊ4y’]ü‹),¾sö>z¬V TÔçµVªÅRƒ?VL
+endobj
+4274 0 obj <<
+/Type /Page
+/Contents 4275 0 R
+/Resources 4273 0 R
+/MediaBox [0 0 612 792]
+/Parent 4256 0 R
+/Annots [ 4277 0 R 4278 0 R 4279 0 R 4280 0 R 4281 0 R 4282 0 R 4283 0 R ]
+>> endobj
+4277 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [423.8718 373.1164 435.827 384.0602]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.31) >>
+>> endobj
+4278 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [207.0132 303.3199 218.9684 312.326]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Lamport:LaTeX) >>
+>> endobj
+4279 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [496.0797 213.7617 508.0349 222.688]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Frank) >>
+>> endobj
+4280 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [171.7481 201.8066 183.7032 210.7329]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Frank2) >>
+>> endobj
+4281 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [429.7791 189.8514 436.7529 198.7777]
+/Subtype /Link
+/A << /S /GoTo /D (cite.BEP) >>
+>> endobj
+4282 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [503.7199 130.0723 515.675 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Ams) >>
+>> endobj
+4283 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [472.9127 118.2565 484.8678 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Lams) >>
+>> endobj
+4276 0 obj <<
+/D [4274 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1922 0 obj <<
+/D [4274 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1926 0 obj <<
+/D [4274 0 R /XYZ 150.7049 535.4389 null]
+>> endobj
+1930 0 obj <<
+/D [4274 0 R /XYZ 150.7049 350.2669 null]
+>> endobj
+1934 0 obj <<
+/D [4274 0 R /XYZ 150.7049 164.9844 null]
+>> endobj
+4273 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4292 0 obj <<
+/Length 2488
+/Filter /FlateDecode
+>>
+stream
+xÚ½YÝã¶ß¿Âo±µ"~Jº>m€ËCд bì-Zâ®Ù“%G¢înó×w†CɲWÛ»´I_,j8Žf~óAú»ÝÍ·ßóbU$…æzµ{\‰<M2ëB%º`|µ«î×B$"Ùló4]ïvó°ûáÛïÅ|™Ì‘q±J{õÑÏ…hV$:Ó,ò¼OS^Q7ow7HMWlÅÒ4É –Áö,ÉRà.7¿ÞÜ?¤«ê&]ýp“&¢ÈÕ꼤 +
+¾:Þ’#¥¾ùùæ§Iäv’¹ ýîŧŸ÷VYÂ…“ž]ï7[‘¥ëöŸlí¶·DrMY•íéíØv–X7,]›ÒÕλqÖLC£Sm\CŒ;´ÁŠ§"a¹R«-O¸d*ìý6LÉ$—,_Íèï¢6Iøëdl™Èñc¸‡0½bIQhVÝ-øD$J¦`™ÀFÂwqSɵŒÚèW´ÑsmGuüó ¬ã½kž¢Q Øëh¶aý–Kð4+`SØU)B˜we ìy±ÞoxºÐâ˜×±6凞HÖø¡ 6…‰~(D7‘bß–®$r3÷¶#ep¶©ˆ^vmßo;ûh;Û”0·7¸ýÇ Wkãj³'Œ’.ÔEçI‘/šžÉD3•éóÿÑô·¤F°=\Ó{Ó”6‰êÝýø3 e)K´Ðâw‰·5qèz|k¿akÈ
+É"2‹‘0ô”J­zÅtw¥
+'×O¶±©ÏëÀºQÊ!–ʦTÛ³¤\]šsomC9çS缟^œ?Ј´I1˜aÖ»6r?ÀsoCõÆ¡‰S¦ª¶#¸¼JeµW2c§…CJ2åHÀ1×”#wz4¾Þ·íƒ5 Œ&ýÃtx
+èØ:i)Éá4möÍzó‹]33‰Bæõu[×îÔžð$
+H÷ÔŒ[”&î
+ÄR4‰?þe©Œõ6zôžñ‡sÕš>*T a¤Árã¡ŠÓÙùТ.@ŸŸå›N-àI·$˜3(†R½8¹\9i›pn`ú²ð-˜ð0Tpõ¥œGòËm·’s«Ô¿K ·íŽDÇ毊T*‘@üR!WÆÕ®©ìÉÂOã¿IŒø#zâ!/àü)¸XB@ÍÐ#¦þâHpþ•õŠªŸ‚ÎPA{qÉnh°¼ êú%/æ: jƒLé)·A3O¡!ÆΞ µ‚2˜>"?åqÈíç£zâ…ŽÃÓÄE#VÊUÀ…ˆ†1½x€lºàXÈð){„÷LÈþ
+M`l_—£Qac—Éëh¼Š1³ì*/ûàŤ€½OÁ.“ÂÝrÆ ûRJÈDÁ¯SBª£±2ʺ°éí¶í 8Ĉû–Ø ² yõ±°F÷ÃÓÐ4D“9î#·…žZH09‹Gó|íz?‰‹mnRäéUœŸÌ“íËð]‰Æ
+VŒ÷ xÚ÷ö×!Ä£€Ž®ß`&òŸB?®[rªûÈlèNL?})õæØ„_2´ÔùuîEÑ.ê×ûÎQ2
+o¤¡ÃN õ¡î X7áÐ÷&–b–AFWWM<÷ddjú.¤õúºŠÆá8X‹goÊÑUœ©]ó)ã
+tHBCjpÝÑš&òÇT£¶ 1…´ ³%^’ÿÙ£W¯
+³ N;·hÝØyµ@°¼YHZ(:iMð>eÙRæÂj>¡ýiv†Å$­Æ.O¢3Lç‰ OC3hÔÛ9·Â<Ž“ž8¨Q)µÒÏí€ s¡a„CE_/ø¹¦ùq)TÓmû¸]ª¨
+ÝaF–@‚ ·aYo6õyæ ù ˜H.é3 ÆBZ&R.ñxÞO¯î)6Æ€è“ _æû%@YSÆÎõäš> ¼dÌY“0oü1N@t/OçBû£vˆ2ÚÆ&1MvŸ¡u7[ÒáÙuã~~F;ì?&
+&µæ©qè¥Òü‡«Úr8R+oØ7N}ôÞÖ-~ø'ìoÿPÔMÛó—šAöé!#žu‚3G5Ï^ÑþO
+Ž˜¡b3aFwÏÊa’ož¾…%óìu•æ3Tâ$–|¹5BQQ­FV*›H@#áÓ¢”Ƕ‰S•E_7.ö·Äe<±™ÓÉš.ÊhÎ2‚k,2K`¡˜¿ªÌô™³.^àÉ|L»ù<
+endobj
+4291 0 obj <<
+/Type /Page
+/Contents 4292 0 R
+/Resources 4290 0 R
+/MediaBox [0 0 612 792]
+/Parent 4256 0 R
+/Annots [ 4294 0 R 4295 0 R 4296 0 R 4297 0 R 4298 0 R 4299 0 R 4300 0 R ]
+>> endobj
+4294 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [352.66 559.6852 364.6151 568.6115]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Phyzzx) >>
+>> endobj
+4295 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [412.8926 559.6852 424.8477 568.6115]
+/Subtype /Link
+/A << /S /GoTo /D (cite.TeXsis) >>
+>> endobj
+4296 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [124.4605 547.73 136.4157 556.6563]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Amy) >>
+>> endobj
+4297 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [184.5038 547.8694 191.4777 556.6563]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Berry) >>
+>> endobj
+4298 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [250.4565 547.73 262.4117 556.6563]
+/Subtype /Link
+/A << /S /GoTo /D (cite.TeXT1) >>
+>> endobj
+4299 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [119.92 482.0226 131.8752 490.8095]
+/Subtype /Link
+/A << /S /GoTo /D (cite.EL) >>
+>> endobj
+4300 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [389.6863 118.1171 401.6415 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Knuth:TeXprogram) >>
+>> endobj
+4293 0 obj <<
+/D [4291 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1938 0 obj <<
+/D [4291 0 R /XYZ 100.8917 594.8357 null]
+>> endobj
+1942 0 obj <<
+/D [4291 0 R /XYZ 100.8917 456.6205 null]
+>> endobj
+1946 0 obj <<
+/D [4291 0 R /XYZ 100.8917 369.5659 null]
+>> endobj
+4290 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F51 2929 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4309 0 obj <<
+/Length 2865
+/Filter /FlateDecode
+>>
+stream
+xÚ]oä¶ñÝ¿bߺ Ø,¿)ÝÓ5E
+4h‘ b4r*¯ä]5ZI•´çÜùïáú²Å>ˆ’Ùá|ïW÷7þ›Lw)K­´»ûÇ0œ9®ÓM ³©»ûü§ý_ÏY;ÝáNs¾WŠîÜ~¾ÿfg9SÎÊÝdR ë÷íW4K´Hv3ø„!«s ç‚ß^‡¾ÌÃä‡CÂ÷MWåˆåæëû±ãðsâ ¬Ø/7ÿ½ùég¾Ëoøî› %MÌî &œ‰4•»Ë2)³F¨©n¾¿ùnDy7â¼›#ý
+£Å¦`ŒcRåY(&w‚Ýx;Òð=°SåGÎå1ʦFfVÂæp½c©4Â#ûá\ÔÅAšý§ƒ0{/n!÷TóƒF1á,œÇc…Òý¹l›ë°q‡6,5\†½Íñxíú[ÂLï§ãÒº7¿’Tõ ŽÔþ©+‡¢'(=& >!Yu Í#m>6×´(@ùG)mŽ6ŠçÜJ.alLà!ÿTnðy§´‚ W S,Ò\”…t¥*¨ ˆRÝ¥¬³ŠáTï¿ír˜ueõù`Íþ–ö45Lý(ÐO~»ÂÕú—G4õõò
+
+EX}|·Q<d ­88àIœ0§t¼¸@ÜÀ`.#Xß4c‰fœŠô.QM.oð9 ÎÙ0]N.’ƒQiž>Ï !€½É,Òº4è5BWjkÄ,ÍepTrÃ[÷Ç®|ð‚
+b^{^º…cU¶móŸf
+‚ÏÙL@²vÌ ^ fÖ-c tpà_k±4ÚUF©Ÿ Å äNPxÙPœ˜Š3'pd'_réP)7f Aqêò±|1 sŽé)à\²£Oá&r–pÓ©j²Ê—
+GhæiH{>˜ý爭ƒ•_Â’¯²{áõßmH
+eË膿KöèÏ%$Ê=M&‰ßÒÆQËàO6¢ˆÖ yzƒªX5VItOÿìŽxËÔ0—L¥Yݺ¨4É¢¨0é ¢’L •üõ\@… ùBÎMW~Á§¢…°#‰ Ü@N—Èéy4] ²Šb ˜ïlà÷\”­êö6bì\¹TœY×j+ß`"»h£wÚàÖ@5`Æ°¸íD‚1(î=ÛV÷Î1îf:†~ý…Œû|rž™߸ÝL¤KfîÅ÷=¨«‡u-
+sêfŒRç€.L;™ìî´BÒƶ†>€4!§üëj@õz7ã>Äqê¥îcºî>ÚÐM³ŠÒ‹ R?­²î ’½Ïx`šS'¢+Âìì\Ö å¼h‹:¡Ž? Sõ™-âß~ †uQäáÆŒNœ}1‡
+HXp6]Õ¾™¾T©¢šûj«eâ(¦§iÈ>±ÚŽÞØǃyã…£ÐuM}W¬ƒ²gˆô–aÇ
+ÀÐÙöå.®a¦=†—õêà1ëà ƥ¢>fmωklÈubø²˜wÍõ„²Ñæ
+endobj
+4308 0 obj <<
+/Type /Page
+/Contents 4309 0 R
+/Resources 4307 0 R
+/MediaBox [0 0 612 792]
+/Parent 4256 0 R
+>> endobj
+4310 0 obj <<
+/D [4308 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1950 0 obj <<
+/D [4308 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+1954 0 obj <<
+/D [4308 0 R /XYZ 150.7049 579.7127 null]
+>> endobj
+1958 0 obj <<
+/D [4308 0 R /XYZ 150.7049 269.593 null]
+>> endobj
+4307 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F11 2828 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4313 0 obj <<
+/Length 2517
+/Filter /FlateDecode
+>>
+stream
+xÚµ]Û6ò}…ßbkžø)±yJ ŠâîáÐE/@ Z‹^+‘%Ÿ(ïvûëo†CJ²«4[ôû`r†Î÷÷û»›¿½ve™5¬îö+Å9¬µZ«™±\¬îªk)™f›m‘eë»Ôëúè6Ÿî~¼y{wÃWüñÏ2VXžÃ‡œå™á«Ýñæ?7>e«ê&[ýx“1i ½z‚MƸµbu¼‘Ú2£¹Læ槛$·#Ííœè÷È´‚S­r=]®s&¤–#×›-ç&®y‘¸¾’8ƒ{rf¥Òá£;<²RL #W[Á„â& ÞFD¡¸]Íàï7[¥ÍúPz\èõ¾;÷:•}ytƒëý-Ý+ç÷òŒã%@2¹TÏ®ì8†q ÂÑÁ%Z9Ëdff”Ž];HIÎd!þ ¥ª|^b)cV Ý"¡ oÙV …3]ˆ9,âZÌ@s8”éupM“`..P@>\ì³Z3É-zOò >‘F®wç¾wí@›ÏÝ=-üPöƒ«íÞìÁf´5/.#‰É¬´/ûˆh»H÷|ªÊ‰Ü]úðìÙ]ÙÆÅ¡l‚2‚^r|Ù â‚ð·Ýp½~¦ ŠÎÆïrV€êÂwo‚–¬J~«9ø ++×u;8¤ù
+%UÒmÁõûr¾÷ðë¯ÈhÙ ç²I¤ü®¯OÄ!‚ŸH3iúxe<¯ÜƒØR°Í’¾ŠêÕ_Q/Á߆Á}7|M—cÀ¡úÐÙUÒ—„”à\å ݵÍ3‡ôER?gêMØSñÙºêg±ÓG’Q]¿v½smúÌmÉH– É>JJéá±vÁ¢DCØÀ!®ŠÈ€F-Òv¦vÏèè¿QÄ*L8€I’VåéÔwåî@§ÐŸš° `´WRìàÔy_ß7‹‰¾ÊR@åÉD^¼4Bèèò/-žˆuXõ®•Oš%¨+ÓÉ1yô΃s§ì±¡–Á1;ÓO2Ô¤)¥L¹a+€Kc ,,S¹Û+¨}ìw²1µl ”¥}Aš UFå3§ÊÁÿAËó°FX`ÎŤ¡ãì_Ôê¼B¹<}ŸtÇȺ>x¬ëv¡ŽXSŽÕaØ—[ ¼/Vš,ÃŒ4Ÿuð­™àëü?r@NG~‰beÄ/u“.R ¦t!¯Ý/t 6Š}…“c„úg´RØDÛÁç%¦!ÄP ‹}×4”Yëö@é—nЙwñƒB~JŸö„Ÿˆ¡ä_…z哶F’˜c¿#esuåD ìuIÝ<_*êÁiSÛ8Æ$†ú¡e´þÍ-êïõÂÍÛDôBÛŽGTaÙœOwõSØ.ô¶9ãÐuÏšd®‚F¦]¸S&ŠB_w2ñªÑ:¸ùû¡<Qº„B]/JÌM9/þŠÈ‡=Îm2Ài8ܦœVkª ¦è² ¹
+>—ýÚŸ‘{W“7t±¡2ƒ:ní7ä6Æ$ ¬à©ÛŠYnÌeô?’Eíañùì#hˆa{K[ßEðèñ¸£ù¾PãëÒ×Í3mï#9WÕàõ¯ã%ñ¹¿» O™åkÔ8®Êu긻_ çXÊ%¯‡ä e&þ°7Ãf1ŸžR´ÐçjÅD^Юû\ûÜŸ7ºžžÆ;lu÷/Ÿ©§ùC+èù­hÈó¯3">‰PaØVÔ»â~A”žþWzÝtÝ—x¸©)Ò®kÝt5¤ êF¥Ê¡5ú¯w£4†L~]ïR„…T x
+±v
+JõX/¨<öB7tGðÒù]ãË "ûËC%ýLï<°yªÃû-~éÊ>L»JÆÁÉô'“V—F¡ÊÌÌYd2—©0²Çý²èL¤3C¬vNBP¾C9ëñ•0T§yÃ
+ȱ†ÒÇb,‚Aj¢øR^ÐKùÂ? „5V¦e6¡ÜäB^Y$Ëøf)…ayQØ…ç%i²ð(…/R·Ó¶?ïÚE7Í®½]ú$
+DÛ’~f¯iŠjÑvÄB_Eu6Pƒê4NÐ3ðœN<I
+R«„7*GPQQä6HôóŸ_v
+†uõmýùË¡;Ç¥BZQ:4†à fóü"J é~OŸaoMŸcÖ;Aà/H.™æ" Ï0j¤þaV•endstream
+endobj
+4312 0 obj <<
+/Type /Page
+/Contents 4313 0 R
+/Resources 4311 0 R
+/MediaBox [0 0 612 792]
+/Parent 4256 0 R
+/Annots [ 4315 0 R 4316 0 R 4317 0 R 4318 0 R 4319 0 R ]
+>> endobj
+4315 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [396.7809 416.2335 408.736 425.1598]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Knuth:TeXprogram) >>
+>> endobj
+4316 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [371.4048 375.4794 378.3786 386.5473]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.4) >>
+>> endobj
+4317 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.2601 316.0921 161.2152 326.6473]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.21) >>
+>> endobj
+4318 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [356.8954 290.9395 368.8505 299.8658]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:Fuchs) >>
+>> endobj
+4319 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [213.0486 207.8026 225.0038 216.5896]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:virt) >>
+>> endobj
+4314 0 obj <<
+/D [4312 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1962 0 obj <<
+/D [4312 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+1966 0 obj <<
+/D [4312 0 R /XYZ 100.8917 560.1412 null]
+>> endobj
+1970 0 obj <<
+/D [4312 0 R /XYZ 100.8917 462.8324 null]
+>> endobj
+1974 0 obj <<
+/D [4312 0 R /XYZ 100.8917 244.4341 null]
+>> endobj
+4311 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4323 0 obj <<
+/Length 3005
+/Filter /FlateDecode
+>>
+stream
+xÚ­YY“Û¸~Ÿ_¡7KU#./ðØ}ÚÃÞ¬·œ8Îdw«¼®2DB2Ió˜ñäק/PÔ ÇNªRz`£4€F_C?Ü\}ó*ÌW¹—'a²ºÙ¯å{©ç«$W^’áê¦|¿þñ¨ÛÁt›mìûë(ò6Û ˆ›Í‡›×«Ä÷¢4 WÛÐ ã ¡ñ/©'ö²8ÈV3þ,A×%ÃÑ0ñ·qèm)ß7™¿nºªD)W/o®‚•¿`¾¹
+œ„çÖxæLtM´Æ¢ìmäçàóqælƒÈ°?-­‚Þ9Y…,óXnžÁ}&ô®A¥±=æýÊ‹f»ž}#Ï×;3ܳ¤Ø@%`­~øÅ‹Œ½8cá!¨äd^¤ÂôË´t,ÞxAÎ ÄNNך}<”po‡#w<£Þ0Ì<•«üÒ•ïöCs×.l%R^”¤ÁW4 ¹kAÒþ«’Ú®?<õâpYî>\õ…¿ý¥A»Ÿ9i‡—†a2S €B½áÆí†50®öLêNhþ@ÌàÐIÄ(y[Èز³³%{Y¯nDDãd–fж’•îmU¹]K6àÃLfíâ”Kd¶gj×4·ë.fºY8ýH)’tâE›màÃœW(—2I¨üÉXžêß'åª4É]VvyW.M_t¶Åˆ*{!ÕQààÄåã-wÆÅׇÖÈÌ iÏœBCŽaŸ´²èF‘f¾³”ŸMm:[ Qãa9l”åçu¨ï†Ôˆ}¡Ÿ2x 0a¿Ì…L98J:ßÀ•JZ¶)7¸=ðr0ôæh:¾é0ðT–—÷=©¯n$ïœÀua÷’{ ±³Õ6ò®¿ÌŸmGù_nçÒ"Ýh‘LnpiI|ʧ—"òlgŠ¡zØ$j½tKÛàW’£?†€ŠBÆ+íçÅ`•yaŠ‰Æ¼µŸ9ÂB*˜Ý¶nCR.ïG‰ ‹‹„€¿²ØEVNþ,“¬á§Iï@íìpÒ-Ó<aÚÅ(sì#F÷Lh€¯»ô¥HšÂmçþ£kFGÐÓ$xÐñ*ö]sèôÀ¿‡ _;S°'}0.l:¹±œý N“³žRµîÍX•ÌÇÜß~„ìÑ›’¼Æ옿œ:‚4 Nu»œö'g÷ä±Ð¹eÀZg%@e5ÞYÑœŒ;œòü0Œ/ ·qtºØÙƒ¨HO>a¬töößÆ>N$2æÓ¨Kb ]UÚy<Ù¹ÏÔuF½ÿƒç,ê*ñ|•;u¾Eåèâ9ÝG”νZsž;¹Á
+‚®6XðH]-|5ðf˜¢óÁ·ëmeêÂl›ºhJ(¾å&š$À_ºðø̇_Ü UqBÙ‚«‡8•¸
+\¸Õ¶2ƒa¶sMìij¼„‹Á`üÝ 2’©xéy•ÈçÍ
+×­þŽÑ¿XÊ¿tNV¡fˆäJˆû£(j¤ëÖ)¹—1NÉ‚7ÄÅ€:iV³4ÙJ@Ž°«‚0 ½$ ÕW|É÷Uô$hà®ZHM[v“0MATš]Ï'CöÅëÊÖFwL“­Ã—·
+„l(¶uîšÛ:1ž‡dØ«ùó$µ‰ôÎusf[¸¤Ë<ç’™y¹¤Æ¹mSܬ‡§9î8Å)
+›ŽP,œîs‹«<Ûß.ÆáÄ bc€Ü—“N”xIÆS·y=ˆÄé\Ð’FMåWÅ´·ÿ§ý€ç6t!h9
+Ø4À ¸99ãæXpó’FBXˆ›ß4% õúKÐ9›ÝoKìBjO)'Ëíˆ= øø¯ ßEÃ6 0Õõ<žË6dò»XèC‰(úoÆbqìØ96EQê®dv æÔÙ>(Œòp‚“úó$'>„“L=ʺÏÚÂèFÚª_pcvv‚“Ät2]»/e(ü–ºÜÓJééÆù¸JÏ;Ùº©šÃ38‚§ë÷qøßj¸‰m!üÔÔÑ”Úë_ë‘jb€s”&T(©ˆ7 Às. ›Å=Ù÷2tvƒ<JÊèã糞JÀ…å|ŒK
+Ë=Ô7H3ŸÙœÒ‘•ùÂrÈç•E{bÞO¶¤ªŒ€ ³^uqóg«O;= à2zɼ~hʦ¶øBÊØ1Rùú—A³\3Ÿ
+t¼ûaì™ù*Ù#³é¡ZW;=ž.ý †ïJEv(ìý~Ï·ª\Y›øbVƒpÉYÆÐÛˆÊE¥ vÆ#è’Uß0…˜˜Í°j©6/¸‡¤xLK¥ T­O"cæ ÷
+¦æ\p-Ój‘3IËÀ:jÛ!~ågžØ="<Vì¥ôØWò×Ò‰`:…û¡²ÁÔ ¾Ã¼À¸68¶2@¡EÙÒˆ@.ÁâÇŽw |yþIÐG#|t¬¹x€®gЙ~¬~·òV®¹YT„Þ‘$a×®³U…>0¿Õs-dÇïÝ–êz~Å×ÃùÍ]§¤‹¬<ûóuÓ’p
+kL˜Òóu¡Í²#¢Ä,!\Šm$›
+n›òÚ±âd ÿ/‡Y%|5¬aeíåÝòC7Ë@•î|~ ÞGö{ v ¿þã¿]æÄ<ö#]êú`d…Wàí:£o¹Òžl­Á´î1÷w\É:¹ò¤ ÁwföPZÙ=ÜËvÉDÎh“aq´–ªˆ™pe
+‡(†Fª—ö_·Çftoùa˜0%–'^¥Xlzyš5$Ët5ãÿÁ1º±
+endobj
+4322 0 obj <<
+/Type /Page
+/Contents 4323 0 R
+/Resources 4321 0 R
+/MediaBox [0 0 612 792]
+/Parent 4328 0 R
+/Annots [ 4325 0 R 4326 0 R 4327 0 R ]
+>> endobj
+4325 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [478.2464 304.0863 490.2016 312.8732]
+/Subtype /Link
+/A << /S /GoTo /D (cite.S) >>
+>> endobj
+4326 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [153.0261 232.2159 164.9813 241.1422]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Vox) >>
+>> endobj
+4327 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [415.529 165.9378 427.4842 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Up) >>
+>> endobj
+4324 0 obj <<
+/D [4322 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1978 0 obj <<
+/D [4322 0 R /XYZ 150.7049 555.765 null]
+>> endobj
+1982 0 obj <<
+/D [4322 0 R /XYZ 150.7049 351.858 null]
+>> endobj
+4321 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4333 0 obj <<
+/Length 2861
+/Filter /FlateDecode
+>>
+stream
+xÚYmÛ6þ¾¿Âßb^U¤Þ›OI/)ÐCÐ^»i{HD–¸¶Yrõr›ý÷÷ ghK^/ÎW,°Î Éáp^é×w7ß½ÕÙ"ó²XÇ‹»ûE$ž
+¦¾ùíæ_Ç%okÞN}ýäħ½#:zX¡5…i†úqGË5䎲å?Ú&¯K†ÿٌÎÁ]Þ.K³ÒÑò?+-MÝŒ°æüi,õÃãÁܯ”RÆ|ô#¿íîòagºUè»sÞ 7<i_A0KiïÝ‚·Vû>έ¼,Š”=Åi—(ðñrCsƒhYìòf[5[Æò.ß›Át=«†¿…Ùh÷‡tF¿kKÓ ËD(hËcö;ž/;Óõ ‹öLÌyØ·gR³µy]³ö’åç7ÛÇÃPåÍ ÖÁTsß3ËD0;jŠçàÑ­?y<“®Á9ªÓÉ5ÞwížÉƒ›!—„v9«Tò}°Ü½ Wj 5©å
+—ŸßÙ³Ôóý$…çúa–òj:y7߃n3ú‰¦ÈÓ¿˜©t¦­ßWJþñ.E÷}õÑ÷uE´Íš™ö&oØÞ‰§mú¡‹Á”BnÚI¥a³¼Í/ŒÂl~áS“±—;“ôÐUÃ`Ôf Ïä]¾Ò¾Le–œ?Œêy46ìAV¬«FxªÒÆšÖÈÎý_cÞ‰zXó}ï1ánr1ñ²l/™.8IÎåÆ@³‡ë+Ah™RÊ÷¡²Â
+æœdÇ4ŠX âDÒhˆÔù¥Ñ\“4{a’Å‹ iTG²7’FÏCfÎÈf/N4§`Ž}8o«C¸Vª®ÎÞŠâU»E‚ AÈaÈ“µ²9Š“xYâ+N®¡Æ¡–€óÇê6ÖØŠþ¿¾ ½J½,Há^ó.9¯/ìù€¯‘¾Æ|k˜,qø"‰6rhrõ
+±ægÝZE8_¦Ó¹7¸KÏùƒdÛ›an\¿%ä=òÓZxÇíve\eS9k“E؈£}{2kÄ ¬"`#Sðà¨ÁsW’_I —ûü+«u±
+$žG&–¦¯¶6ÚЈr+×R4²þCÀÄ·Ýn­Pš|SË~ù8´6›^
+?C—7}mS …*%Íw‡!ÔÜlAsfÛ3ÝELņ<¿%ÙZY¦B¶Ê›Â¬™ÇÖ@—­[G‚¹oïÿbB'B0¿”S CÌ8V=?õR„8B5ÎLÇDêñú¯ê¾]3hm¿d‹£1åúZY ˜'ž
+{âöQ€ÑM÷ká#Ð6dI±™=NçÔ#‡ˆ6ó€zs쬽Ѩê™}Øuí¸Ý]Ðr
+kCÂù‘ufx'I.F”WÅ0Zo°ÍËÓ¨Œ´ùÙµAYÈa*Üû}Z[w(-îJÔLú€;³ÁSI˜qD}Š«ÒÄ$í˜*KαJ"
+Vݘó]‹ª7k±ƒ
+çf`Ý$L%%
+Ö‚±ä;B’Ù^ȼjö0ή½dí¥IìßÚF䌽•)ŒA‡²8WР@k(w¢’ÔS:˜oÕK[)9Q‹æ…~SuŒœ©bÍäJ2»M„ Ú°6cYO¶AñY)ØÊÐ{ i™ŽÓ¦NnöÅ¥«˜U‚¹k˱p™¾’òñƒÊ>½d[8
+Jò(0ÖêpdgÜñ^.öî’ ÃD$€AùR„èqVÔ
+?5×ö‡F÷êˆd¡K@¸›–wêlϳ•^ˆyiC^(7ã$õ_ƒ/;TL½s˜ý-ÙN%Zå•8Á`ä£ÙôÝ“ZôLQ+À0q«ZW ø{âGg
+WŶ6µ}9µHÔ–¹ÒöØ/
+üiƒ3s‹öú ª¿|C!hjÝí©ò ;EÑõºK¢8£ž—·.ž¢0+v•™wâ Ú·­4cñÙ¾rÉ€õõ‚Yö†HU¿÷˜øŠÑÂouš¢Oš„/=¿JÉ{—ûÖU?0ÂÆ`x5á²×äFfïóÒÌ)ÏX^ª½àôæs…ö´JÔÌò^òú9o·á§*˜[ˆÙ)àôÆP¦¬~š¾@0<yò#/Šý³Š}¦í>´šœœü¸ ÝºÊñlZ~Ð@+ó™Ì`ªg4¢qƘ¤®Öˆ
+‚àܵ:í¢
+endobj
+4332 0 obj <<
+/Type /Page
+/Contents 4333 0 R
+/Resources 4331 0 R
+/MediaBox [0 0 612 792]
+/Parent 4328 0 R
+/Annots [ 4335 0 R 4336 0 R 4337 0 R ]
+>> endobj
+4335 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [304.6207 632.3287 316.5759 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:cc) >>
+>> endobj
+4336 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [180.9208 358.4453 192.876 367.4514]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:literate) >>
+>> endobj
+4337 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [314.5584 358.6645 326.5136 367.4514]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Sewell) >>
+>> endobj
+4334 0 obj <<
+/D [4332 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1986 0 obj <<
+/D [4332 0 R /XYZ 100.8917 549.3801 null]
+>> endobj
+1990 0 obj <<
+/D [4332 0 R /XYZ 100.8917 230.6967 null]
+>> endobj
+4331 0 obj <<
+/Font << /F29 2173 0 R /F34 2183 0 R /F41 2190 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4343 0 obj <<
+/Length 355
+/Filter /FlateDecode
+>>
+stream
+xÚ}QMOÃ0 ½çWøØêåÓIn4$¸ D“‡Ñv¬PÚ12¡ý{²¶C…ÊåÙ±Ÿß³Ïs6»”<z’ù„áh¹ö@Þ y!!/—ÉÅfµ Õ.Í4ç‰R˜f.‚<}ʯ8*K2‰R êëçýF§…ƒI~10¬Úr
+endobj
+4342 0 obj <<
+/Type /Page
+/Contents 4343 0 R
+/Resources 4341 0 R
+/MediaBox [0 0 612 792]
+/Parent 4328 0 R
+>> endobj
+4344 0 obj <<
+/D [4342 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4341 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4347 0 obj <<
+/Length 1984
+/Filter /FlateDecode
+>>
+stream
+xÚ¥XK“Û¸¾ûWèªÊÂOµ·$»©Í!§9lÕ:ŒI,‹¤–¤<žŸn<8¤{´ÎE@£ûë'ø÷§?ý*è†
+Â…b›§Ã†–%цV©+¢+I7OõÅ?Nö2¹a»c²,¸Øþ÷éß›r³ã°Ej¿ãi[‰b°û¦;âêO¿2³1Ä(¦+앚ЪL›‘ ‚)¾Ù1ÂU~á—¸ 5›ý÷¿m¥,ÆíŽëªxÙÒ²è‡ÏpU¤ØÁ…A˜\†^›)Rëæ°e²8¸ÁuS †¾ÜNÖÓt1âþËÐÛ¶¨0ÎÝ–ÊâëÅí'W ¤±ÿpîF¡w†0¥ÙfG)1R2/·Ld¶¯#Îd1õZ7ã¾Gæ_ð¯ÃÕSÒ¾„-*J ©J¡#Xò,½YÐ'í04È(ð®oÔ½®HÜx=Gb3%±jVŸN.X“/­I%[2
+fÅû>Q.¦`zBHÆúŠ!ŠÛ÷}» ˆqn€æ ³àk­íjÄ©2ÅËàm(*]Øó9КîЭš¾ „þw„éÞ “mâøHFò* çþŸÊ’ã-ŸJYÚõ“ŽÀY7´Mg“ ‡ 4åÚþ húîÜt.ƒNUQ©„Nƒª3ðÁ~l¦…ý@2ú1,™òü»¶ÏÞw@Î^L¥J±°×xê_òÆŠ”FÈ7c%{
+‰
+ÿêk{Y‡Bd:&¦wQ1žšK|q ¨¨\™µY/)Ë/;Î{œÀG™Rɼõ—œ/QCT5#’ºãæø™‰R™oh@§Ú]¦\TŒ˜J¦²úäCXÒ·7°d!dHÎûÔ ´°Æ<jž
+>ö~ ¯V|'.ßq;örÊõ ÆÊæ¤î;8FSwÄÊ%è¸0“·;ˆËúÜ[ìqWÂ^É }ìcq8yt …×Ø(N
+endobj
+4346 0 obj <<
+/Type /Page
+/Contents 4347 0 R
+/Resources 4345 0 R
+/MediaBox [0 0 612 792]
+/Parent 4328 0 R
+/Annots [ 4349 0 R ]
+>> endobj
+4349 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [213.2296 321.9204 225.1848 332.8642]
+/Subtype /Link
+/A << /S /GoTo /D (section.6.7) >>
+>> endobj
+4348 0 obj <<
+/D [4346 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+1994 0 obj <<
+/D [4346 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+4345 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4352 0 obj <<
+/Length 2241
+/Filter /FlateDecode
+>>
+stream
+xÚµYmã¶þî_áâ>ÔÖ¬HŠ"µ‡4h‚H€-²(Èåƒ,Ókå,É'ÉÙÁý÷ÎpHY’uY÷%8ÀK É!çýáÜWO‹¿|+ÒeÊÒD$˧ý’«ˆé(N—IªX’r±|Úý¸úú:Û¬7q­dÌÖƒ§µT«&Ë‹êyýÓÓ÷‹ož|Á?>dÃaðe^.>.~ü)ZîÑòûEÄdjÔò>"ÆÓT,Ë…T)K—r\ü°øgÏrÓóÜ ™~…"Èy”fB*éDxÏeÜÑeuÛ凬iñÖùSÉLªñLÜôÝ~½‘q´êEK£SÖd¥uºÀÏž\·EW¬…Zý²æjeˆü„',¹Lq"&b®ëoÜTÌLÌÍr@G;ŸÌü»"{®àêENߥmÛì9̾ìƱÜp“0i€ë†s–*ÅßÊ^zCfôU‘å½yQ$7›çp€ÝÑWwȺñ|U{©±­­Âl5⽯«ŽÑðÇ,Lîì~ÍaÍùØ=…3²ÅÈ 3 8‚DL w5üÌØÑ–$‰Ø1ÖÒÛ1ÖbhGœ ²œ³#’ƒSÆEì͘L͘.ôw´ñ¥8éÀÆžê¦#jFD ‡ÀIÙñlÛp?§eXž56XS3Èx¬/¹7Ø~¬öç¦>Ÿhh«]{rùT¹m—usšÕ‚¥Z 5+M"ĨQ„ÀD óú&U¦†)L>£J3Q%n$zn¨&:ÖÄ$J½'‚Ÿ‰W?×Û åŒaC4XMZŽ9SÑDÉd¦¨Ïh²T V•¡ñÜL“]Ú·~jOÄ¢óß~‹x º; ¥-ëæBÄ-30M ÅÝ`ú-DOâw¸»GãKŸœlÃ@mÅé\¥>wÞbÈÒaßÐdÊ„òɈ| ì½ú»Í*Lô¡ÀÍPÛ8È!¾!ö‰¥±Ä<Ì£8äRt­vÍW‡~^æî !o«4ñëæx*ð=ÌrìpdçøÆ Wê?â[7›ÁOUàÏóL lD,X$cô(4Æžœ¥S –ö‹Sã܉¨°¦>ÒGk?žmiö9µâDxxý¶c&Ý¡n-‘œÔ.iÀ„HŸ‹aYï®3nòñœU¤:w6Ö<«h°µô·Þv°Ñoõ*¡Ÿ>5E9J•žM]’Oßf!4“\ÅCëê—ÍŠ„qÅõØ`#^Šm&Œº`ý/l‹+/wKTôÌ¥‡W/ð&|-£,"“„%
+:OŒ8Dl¶‡Þö3I5‹!_ÕLÂã Ðy¡¸‹}ŸP
+( ÎëWý/Y#Ú×ÞX-_
+À)˜­¤æÎR†±Z"”ÐΊ¶ŠŠ§öÓ€³kÔÆ m{©Èc½žsxoè«ma'JáïcË„T¢|µŽn“åLõLá©û†‚gwoúü&Uâ‹Ž„<¾+ZpÆ ‘늈$*\ÝÃ8ÈxôôžQ¨x“}×R&²nàèØ@˜yA6R¦EšN^T/á5¹Q€¡þ¶Gߢ#&äÿäi|‘¨ÿ
+åÝÉl[ÿzdTŸ‡ŒšÁÛ\NØ‹vöé¬`µØ=ù’‹$¾·–º›´Z9ûãàÜ’)€MŠµØŒM·ÇøŒ!.~xKcß ‘Ãþ8@ì§aKgðí\]Âé ýmO6/ö—DNBSRŽà+$…㱬wv^)JÊ+’v'|zRþ†PZl“ /2„¨$émîý]È+¸I^ƒÐ:¼óZܘNg8d{L€2Ï(9=S
+ž^‰ãVÂwsFãdŒa"óýºë3kÚ°Ó,ⱘKšÛŽ5RCM†iªD†÷/0$ú2fÐf¹½ÙœÑÜî\ºv’zÛfViž:t‘ë‚Òãž»2Õc/ÄÔšß®ÑG-?I~ƒ¤—¦è:[ùùúڜљà¨ÕP•v¿3z‚Z¯øµ]ÕË;$3êd”òqM)Nõ¬¦ýê…’¶¥tú.çDa¡…S„Q–Ó2ÑãL·½„GÖä7S %`•›ºÕ—Cöꇹ>3ºoC˜Í¶ð8»:—Û€F,!Q ™†ŒZ¼ÆÒ?r¹ÆdíºÆ)3† ºHŒ—/^صԥbˆÿµÖ Æ¼Ã¬Š9â›âç„Mñë½ ¨$' 3Rc,bXJ²T@¸’ßù”s ÛS±ªOEþ;ìߣüendstream
+endobj
+4351 0 obj <<
+/Type /Page
+/Contents 4352 0 R
+/Resources 4350 0 R
+/MediaBox [0 0 612 792]
+/Parent 4328 0 R
+/Annots [ 4354 0 R ]
+>> endobj
+4354 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [438.3797 208.4479 450.3349 219.5728]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.8) >>
+>> endobj
+4353 0 obj <<
+/D [4351 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+1998 0 obj <<
+/D [4351 0 R /XYZ 150.7049 563.2572 null]
+>> endobj
+2002 0 obj <<
+/D [4351 0 R /XYZ 150.7049 177.3986 null]
+>> endobj
+4350 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F51 2929 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4357 0 obj <<
+/Length 2237
+/Filter /FlateDecode
+>>
+stream
+xÚYëoãÆÿ®¿BßNFí;—¼C>4ÅHPÄ(ä%­-Ö|¨$u>·¸ÿ½3;»4%SŽ®úÂáp³óüÍê‡ÛÅwd¾ÌYn¥]ÞÞ-¥Ñ,“Æ-mn˜Í…\Þn_)Í$»ºÉ8_ýºk¯¤Y=^Ýhx[·_®„YùþíÕ·?}÷AM×Ê4N‹%k|J÷»ö§„±GûjÁ2-]{=³šeÚ7YlèŠMÙÜ·‡apÂâýíwãK±œ³,xÁ·b¹©ÿ^üþ_n|ùÓ‚3•gfù/œ‰<—Ëz¡Lά*qªÅ¯‹ŒKÞŒkÞLýá…Ÿ÷6ŽIeTùÇT–ÛÕ°óH¸ÕGÎe×ÄÝ}dßâQ–Î1¥¤\ÞH&µ0a…÷á ØG‹l9áÿFË+±ª*zéü¾íâÚŸþÖÖûÊ~KßÐáÃÚƒþˆ×ïÊýžØ¨ôÍ;â—§R÷~Ó6Û ÉM&ÑÀ ÁrcD†¢pê€Ï äB¡ã›Áw3¦uŠåJˉm}×µ ›v_·[?ã.0CJî–/@®°ãàÓŽAl$=ì>~úåïŒx¹á½÷'#Á­š~Ó•û(>š©ò0V¼‰ó~¼›9ÃÐŽ “'mÈ~ÚTe3{ˬ)LÊ6Ñ|µoûr(1Ô>‡»&6‰©)ò‘&Ußµ-û}U<¡5ñµmN¦‚ê²)ªwq¹ãH™3§í4v7][Ugìq£¸eÊdâøø»¢yÂû†¨~ï7%êÔo¯‰CŸÁ|—©‹&n[—oÚ!®.CÔ]ÛQ69,„­”…ÌwŽó6¸¶R«D@Gäº= 3i%ƒú5¤aÍ¡^§qí]äyd±
+¦Ç´˜¦Qeäl5El
+¯½ø“¾l¡°×EE/¡0³¨"£‡¬ÚYOD¬ã2V[Aeâ(ÚÖ~Sz?Å
+ÄÖ2‹xÁžÁ vŠ‚[¶ÝCŸÂ.HT}¨†rüÐF@”MWh¦mž
+O‹,Ú*ôO0eaô!¤fä}Fß(‚FÃç¾6|ºïžÆQI¨þ°ÙÍyø3úNsiá±þIƒ1õ%èž’žû¶Lh ½UÑl<E˜tÜ?§+D儶’N®}d´íQ¡É„çÔyh,F5^éP.À1£BUôWasfrÌ¢—9,ÎL SO»DÍ«U¦l‰\?ÑóqW†&†•QÌ2 :è w ÐÐ,sÒv òw‡æá•Þ§¿¼ t…‰
+ Òê~øúç=Íýär*^A¡U¦}Ý:+N+É£³—U±®";ª^ ÷\¡*#QZ™îµÀ3ý
+Ð?[ÊžWÅQ§cô ómÎEžômŽT—M ]0ºt^ìj5]OÇëm4—ËÃæÿ¼‚&²Ü ÒðÕûò_»Q ¾}ÔLÅ·µ,ƒèùѹ£èVÏìßhF.MÏ¡"îËÍÜ¥SÌ™ºDð¦ôÇÂÿ
+endobj
+4356 0 obj <<
+/Type /Page
+/Contents 4357 0 R
+/Resources 4355 0 R
+/MediaBox [0 0 612 792]
+/Parent 4328 0 R
+>> endobj
+4358 0 obj <<
+/D [4356 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4355 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F8 2865 0 R /F13 3278 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4361 0 obj <<
+/Length 1627
+/Filter /FlateDecode
+>>
+stream
+xÚ•X_oÛ6÷§Ð[í.fII$ž­C»¡À° õ†m*6S«‘EU¢š¦E¿ûŽ<J‘l9M:‘Ôý¿ßól³xò"V‘"JÄ"Ú\EŒS"iª"¡8ŠÅÑf÷fùÛ>¯­nVë”Òe’’Õ:b³Jø²É·Eõaõnórñ|³`…_6fÀ,ÚŸoÞÑh· ÑË%‰Êxt/”0¥âè°H¸"‚³¤_)¯ÿ ,×Ïõ˜é³S2N¸LY$¸$qÂo‡bóåçãKÝ¢!o)§v¯ñ¥Ý7Euô>'.µ®:t¥-ê²Ð»°sëL~ò"™H–Œ¨4 ¯I ÇCGv~ G@6ÃhÍ2ID’
+ €%ç O³$Ý_š/NqJè/ðç|çÅjÍÁ¾e§‘jµEb  È ,1²Äñ¼ÖM…§°:{쎹;å‰CQu-’qøôÈ\:5¡Ñm­·vŒòv%ø’x©kÈ­L@è×,%IÆ0t›}âÑ?óí8|Éu¢xSØ}8Z½¥4®
+ë`„m£ívŸ_ö‡M3ýݺ³óéLTèT­q4RBÝD„Œ
+úž°(üâª(Ï8ÍKŠÇàoWžL—vŸ[\Äbošâ«©l^â;(‡g·n±¨ yg’VI’B5…ŒœW‚›ÆT…3Îœ ‘W;$Š[}nV B4ö{¢Ûî5/l‹q™$™b|šu,®ì
+¹å²2øµ?7ñëN[¨A¯2œÎCF– „)„=‚0…µÈ² °V÷þÂ× ’[™¤&¼|阄Ž‡-¶øQ¶l:_¢°g®Ð¾^³‰y˜'3NDH%{è…ò5ŸQGÏøÔn!‰Ri>˜ƒ„µJgʦõÚ#úÕ|ò:8ú[¹ŒÖöû}å?׺~
+—Æ]‚C;ûéàüäØ>þåñ˜åýê?ó(E[êÒ´‡ð& me,}9zk¦;쾈Gª Ìé9#È´¥LXâA›gìA -EÆ】§Ü={««æJkÖáä\7­Ë¾™2ò£Î€¾íâ0Æ8'"uííA¹<7Ÿ´ ²öÛ±Uþ(è÷ÝíuQ÷nŸ…Û£pýÝè­Þ ¨ÞwaÛäE9¬¢w0QLWíŽÌDÃ(6‚’ñŒP¶æ(Êj`À@êvˆŸWò&å
+ÁF‘drù{i.ÅÜM¹-Z
+¡L’%Òݘ‰’’M NF£õ×ø¡«"d 
+endobj
+4360 0 obj <<
+/Type /Page
+/Contents 4361 0 R
+/Resources 4359 0 R
+/MediaBox [0 0 612 792]
+/Parent 4363 0 R
+>> endobj
+4362 0 obj <<
+/D [4360 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2006 0 obj <<
+/D [4360 0 R /XYZ 150.7049 314.9555 null]
+>> endobj
+4359 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F41 2190 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4366 0 obj <<
+/Length 454
+/Filter /FlateDecode
+>>
+stream
+xÚSMo›@½ï¯Ø#+Áfö›Í1’“*·*¨ª”æ€1–·¶ÜÖÿ¾‹[m¥
+ ÞÌì¼7ËCAž{+--ÖTYÇ¥Ô’Zo¸õBÒbõš(ÍgY<íÚe¹c™FÜåú!T={+žÉ¢ ‚>‚
+
+endobj
+4365 0 obj <<
+/Type /Page
+/Contents 4366 0 R
+/Resources 4364 0 R
+/MediaBox [0 0 612 792]
+/Parent 4363 0 R
+>> endobj
+4367 0 obj <<
+/D [4365 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4364 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4370 0 obj <<
+/Length 1764
+/Filter /FlateDecode
+>>
+stream
+xÚ•XO¯Û6 ¿÷Sd·HTë¿b‡­èúCC† XwðK”£ŽÙN_ûíGŠ”ã¼ç¢¯—˜¢(Š¤ÈŸ¨üº}õúÎÈ…4B§ÛÃBÚLøÌ ›Âä…Yl÷ÿ,ßËóºÕFÙl©íêßíï‹l±Ñ^ä6ïºn%óeÛõk’z[e?ó| ‰]6{"~ õõ¼¾SÅ¢…S÷­Ö‹,ó¤ö¯chV£õr7ÕJXÉÅF e¤£­ãŒ¹‘ùbÂÿ›V=}»KÓTÍÚFŸWÊ.Ë®j/<ºŒ'zWò¦ínwéVÖ.ŽÕr{LÚv)"8ºP<qlQóãs¥ëŽ!ŒÑÓ^-6RŠÂZm®šóe
+!•7°<®ÊlFæ{á èQéÕF»bÙ6õWP iôárºÇƒ×.‘A^¹ßWCÕÆXâ8Ú†Áÿ2ƒ¬ŒkzΆf*þFŸ(HÞ)hã43N¡ïˇÐÏ…hQÍ]ñ$—8R¼p&DŠ Ή"ôG8SeX¤ô%›L¶\Óø¡BË?CÑS9ç²+Oê†1aâ|, víéDy‹ê™É–ÍzĶݤ ;tœGQSé¼·«Ìø´’àDƒ7h – RU]uè;Ö «CZÂó—>¹Aã?±¾Ã¥ƒyfG£Hà0Œ²ÍŒk”Âè\§ÌüÞ)Z­=‹s°´ÓQãùû\øÂ.jHû\Qñi+ g¥tþ
+Ͼ)™æXz¡¼sS
+ó‡ ¹ ]©3¹»MÔC€ƒõäÔäªq:É÷ Ì4í@ܘ!Nñ€6x÷+ˆ1¬‰³Ù˜Øe³ ̯XCIŸ” NŽ:Õto ™_×3YûQ)2J.ÏmßW÷¨n±¯º°Ò8É©å¡kOÄãÍ9°NÌpåKáFþ%P˜eÝ·DMŠ ñûÃU÷t
+©üü ½€Ï—ÙL¤$¼ý¤,ð øõsç
+ü:”ûž™¼–×Ï
+æ¸×$@ȯ
+L©^
+ý¸¶‡ú§ópÝœŠ'ÓÚÛÚᆣâùú6Y~[>µ.W ˆ[×T[,Þ¼ ™»
+zB"Û†×1Ø8¸Ÿöô8ä˜Ì U¯62õûŠÁY7hu3ó4ÖfDÕ7$
+Úš5Ë6¬˜ÌD{Io™Zyh×õ)3sƒ”)Õ&éÛÌ=«è¨o_Ôô§†…•øŒ{èÊó‘†àO ¾|îÕYîNÄ¡˜!UÒ§ÿTÅ7Þ“XOMì¿ñÚŸ¸ö)ÿ³Ù‡DnOC¬á®­yc.1w´5¾€PêGœŒŠ¤E°Ìž¼©Üÿ,¤ð¾À~¼yHy…¯Þm_ýcE!Qendstream
+endobj
+4369 0 obj <<
+/Type /Page
+/Contents 4370 0 R
+/Resources 4368 0 R
+/MediaBox [0 0 612 792]
+/Parent 4363 0 R
+/Annots [ 4372 0 R ]
+>> endobj
+4372 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [482.8931 360.9824 494.8483 372.135]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.32) >>
+>> endobj
+4371 0 obj <<
+/D [4369 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2010 0 obj <<
+/D [4369 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+2014 0 obj <<
+/D [4369 0 R /XYZ 150.7049 398.4327 null]
+>> endobj
+4368 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F8 2865 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4375 0 obj <<
+/Length 2848
+/Filter /FlateDecode
+>>
+stream
+xÚ­Y[¯Û6~?¿Âoµc–)JÚ}JŠdÓ‹¢ÍÁ¢@`e‰>ÖF–]šœýõ;ÃÊ’Ó8ÀÂâý2üfæ›ñˇ»_GÙ*™ìêa¿Ò6*Ë’•Íba3­Êwk‹Hl¶©”ë_ÿܨxíº÷RêvÅëÏ›­v×um×o><ür÷êáN­$üÔJI)ÒLárJ$ÒªUq¼ût÷îƒ\•wrõË:KãÕg¨HÜ8Zïtœ +Zê»·w¿MKn§5·óE_>»Êyï8‘Žµ¿ÊÏ{8¯ÉÖxÔ•ŠE¬ãtµDdTìG¼ò=F¤F¥«Yû4±êéÛ´º±iªæ‘{øÆrÝ·GÆ5Û~hOT;¶¥»§âpàcïºåÚJ–$ÝÌGÃÊÅ!ߨ5´ªunZvʇâà/°@¶IbRJdq¬ü%ø™¶:‹ÖmG_œ‹ß¼ÿˆµÞ‡žýØÁ¾\©h?æCÕ6‚Z~nèûè×å5¯†õ“Ûº&„xéàÂí góöyÇóM$á²02¯ê|W»¿á~|­Ìì5%ÜÈ /„÷8УæØib ŒÄÝF¥k7Œ
+±¹²`”­ÍÃ+±
+6Èâ3ÀMf×¥
+ (¤F2ÉX#æº*¯y׈–§:¬|ɧí4¶T{úæ´$ªq×Ö¼¦û4º¦àu«žt΀ûJìRŽUߟ\]»ù«øBÑv+†Pñ/Ǽ¼ÊW
+úÏþcuí™åEÞ |ØSP
+ϤAÐ7“— A/ê¾½½¦+öl¸BCõötj»alªá‰:¦ÍèRhÞ®¨G¢Eš?mh?_¹ŠçEŠ‚T·lÛ¤Z^Ø6”8œ/–±÷…±´xŠ“l$Sš*+P˜›,éh&xͪ¸5èqå~
+„d‰ ºô¸äÚhžÙPøÊqŠ`§cå½#3þÓ_’þ ®øå›oöêK50_ìÚn¸ŒEº
+Ì؃_ ÑúWM0ü`h§ÎÙ‰1BêtÊÇm`m›ø|œœòq
+hðÂÞ¡;áœÜ¢/‘H’ô›¼ëáÞ°ãºsà‘“c¥:žÚÕ+>ù1ýÐU§ràv4è9„Œ V\ܪL;âL€¿“DÃtO·ÝG·Pcú‰ FÃVÑôã­?¹†wYž[( …èðw-©‚1:~‘ßVµÛbìZ<ïñ~~S^,„ÝíÛPÝû<@ÕÕ¼dÝÂ6÷×ØÇ™ÉÉ)ˆ±´„–ÁéumóX‡ìHsÁLÀbÁâÑM‡ˆñ2›|ò‰~û¶W„Î7Î9Mg‰;oé9þÞºê*¡^cWN.CîÁ‡‚mW‘‡8š‹¼1Ž¡„–Ny   *¯µ½Ý饔̄:wòÆÛþýS~Ê „5¡$‘"Nb³?²…s¥+@CgôúŸ-Þ76f½kGŠ¡H¤ñæž ¦k•ÔãA€Ã‘(”Ž\[èÜ=‘³Çþ X@ä=¶¨‘±õwš
+†8 Ó…Ê¿§/½™†ƒ&iœÜœRŸöŠÖï¢øƒ9H+l¤jaA_0Àu"BЉ7ÈÔQVl^C,½¤§Ð (Û‡|¢f¤H‚:~ý b ËDNvËŠ,M㛡˜Ès
+,g^¢§ÃÇÁ«Ó~.˜0DOê 6Õ¶lÚ…-ó§;„øyL¼«—ö ÌqÍ ”·1Çeò<½ Œ –¥úüŸÀYI˜ôrÜ£¼½çé«ÿ^ã8©ßΈt,¥Wmî]¸¥ŸÆ®£ˆÊjï {*zÀÁ×Û,cö½&dÀ-k£Ÿpòâ˜7QóÄ#+îæ·Ž€™Ì|Ÿ“¢uˆ,`vÃ[ó $ú#ô‹£˜)¡ÈIˆ“ðo·efJ3úh(Ÿ2|YÉþ‡bˉTЪz8GiWxªÂÐ"‹Ì,~)zÜCáÓÂMIõ«ÄÕ+mxÖk°s› ƒÿã=‡OÄðyv—ù-"¨$wO׶Œ¬PY<G’–ÉISÿK>I¬­3ñ¥:ŽG¬ÄS(ÞYAÛaAÊ T*§a_ð ÓßWІùÁ
+‘çUÙúÄþ•Œ¥•"ä<Í~˜­~%Ö¶ÂHâ÷ãè.l·cû 
+÷±æl5Ò4ÉüIÿµI ¼,<)ǧ~Uýç#¥°ö>Š,•HA)þG·Åø)Q EÔ˜bŸµÿA‘ºÑøç©*®ÈÓȱŠBÄÕð¿õÿ
+endobj
+4374 0 obj <<
+/Type /Page
+/Contents 4375 0 R
+/Resources 4373 0 R
+/MediaBox [0 0 612 792]
+/Parent 4363 0 R
+/Annots [ 4377 0 R ]
+>> endobj
+4377 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [443.7759 262.0757 455.7311 271.002]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Knuth:TeXbook) >>
+>> endobj
+4376 0 obj <<
+/D [4374 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2018 0 obj <<
+/D [4374 0 R /XYZ 100.8917 364.8407 null]
+>> endobj
+2022 0 obj <<
+/D [4374 0 R /XYZ 100.8917 225.097 null]
+>> endobj
+2026 0 obj <<
+/D [4374 0 R /XYZ 100.8917 165.0729 null]
+>> endobj
+4373 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4380 0 obj <<
+/Length 2304
+/Filter /FlateDecode
+>>
+stream
+xÚ]Û6ò}…_±µJŠú¼<¥ErM{=àP£Ð-s×ldÑ¡älÝ¢ÿýf8CYv¼=ßaõp8ç{ôõêî«7i=«“ºH‹Ùêa&s‘”"«gE'E-ÓÙjóóü›­ÞÆ/–™s•'‹eÀkïïï ût?x·ßšˆÒ݆€oM»_ü²úîîõêNÎüÉéE€BΚÝݧ»Ÿ³Í˜}w'UWùì "‘uÎvw*¯“"—*bÚ»ïþ=²\Ž<—S¦_ÿÅ#ó2IU®â#»GÛ=.–ª¬çÃÖö
+1Kó4©š&i&ópÿë°“%U&ëÙÿŽ84º#®k„:ô†PšÖ$N`³LáieŽWH™Ôy./mò„ïÐ=-vzcZ£íè÷mgIb)
+ЙŒ"—"W³ þßa‡-AÖù÷zÇÐçEšÏu{à%ÈI-KÕ¸®t7$xËWo291!¼J&y¦J§N@¸:\ ¾™&j±”οÁ\Nsx£Ù9$ø½ÈE*€¬(ç@ KIwœ¹‰€[ʤJkÒÝÛŽôk]0D=×kw@óÖ(}Ü BKÓo?8o6ŒëˆLÇ“Þë#xˆ ¶q~Ó'´^‘/UdntoÛÈa!sÐ&ü3þ½Ê-ƒUD´<…ð“Ùœ[xïMëô&8|лsÑ:dvŒv /CÐ~áe†”ϹquæÆ×ÍXÖIY—ù3flÆø…¬æî°¢¢ùZÃO†Hlûÿn¹z_žWc(#ŒŠ¿{Óôèá’žà~ëí†à5Ÿö¦£hoZ[>§éçÓAû!r&Lh øxŠoèܹ™HTL!¶5ËÁÆ8‰QWÞ›~ﺩáNsMÇâŠnsÖí·ºß’N{û»¹¢É²L²ªª€ ž q#O3[Æý3}ÿ ³»ÃÄ*O:ÏJrvÄÁ› T´„ìͧƒéƒÞŽ›o‡4
+å+ Z0öƸZ¤{ï ˜yAÈ
+CѶÚ3[G¿  víçñâA[¾dâdWrºG§8ÿª!%zÆ­Ù·âìûC(²—ãeȾ㠩þ×AóU»s¡ŽäjÎÊKç6ÇNïló‚ðný«iÂ`{¡å±Ñ„Ÿ”
+\ò&¼§£œd€YH2¹3 6ggÉqsL!|&d©¸0'ÈH-ו¬‚ÆLf瞘©œ»m
+»Ü Òγ©^o6>ägUƶ €§­k ]Ô§=~"…"VÛŸ§’&NA •.×–aôçd‘þ’§ëO;`sí3ÊÖÙÐVÏ`Yx34úóÖ ŒØ2 BãW¸œ³8b×ü«ù K
+DëΉ1õM†Y0â7÷Ó@¡c04[Û™+C¶ª*©°¥eÆW6« r!,q¦†N'SBq
+ûiQ‚F›ÁñöÚþúqëâò>M ‚(F i«TH30Jy$*‡~‚G×ÇÈ ÆÈ6ñóÂ
+endobj
+4379 0 obj <<
+/Type /Page
+/Contents 4380 0 R
+/Resources 4378 0 R
+/MediaBox [0 0 612 792]
+/Parent 4363 0 R
+/Annots [ 4382 0 R ]
+>> endobj
+4382 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [205.2597 252.4763 217.2148 263.42]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.11) >>
+>> endobj
+4381 0 obj <<
+/D [4379 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2030 0 obj <<
+/D [4379 0 R /XYZ 150.7049 631.6413 null]
+>> endobj
+2034 0 obj <<
+/D [4379 0 R /XYZ 150.7049 572.7501 null]
+>> endobj
+2038 0 obj <<
+/D [4379 0 R /XYZ 150.7049 513.9437 null]
+>> endobj
+2042 0 obj <<
+/D [4379 0 R /XYZ 150.7049 415.4501 null]
+>> endobj
+2046 0 obj <<
+/D [4379 0 R /XYZ 150.7049 366.4967 null]
+>> endobj
+2050 0 obj <<
+/D [4379 0 R /XYZ 150.7049 242.0752 null]
+>> endobj
+4378 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4385 0 obj <<
+/Length 2426
+/Filter /FlateDecode
+>>
+stream
+xÚ•kÛ6òûþ
+« ĪDêÙ|jî’K{(®EE€4@i‰kó"KŽÙîýú›miWÛ¦ g†Ã!çí}u{óíUnÊ°ÌT¶¹½Ûè¬ã²Ì7Y™†Y«Ímý!Ði¨Âí®ˆ¢à?_¶qØþ·(ÒÝV¥Áýv—
+U§$ñ5‘’°Hâb3ÿÿ†·ºÓ¹±'ÛŽft];°d‹GÿᆑyÆ£èh¶*͘Õ0ád\+=uýÓoã"8À-P‹]'¡Ž’¡°LÓ˜Tñ¸·(ƒ,ù7
+ž-œ=caÆ¿—càaz Wµr¾…'´Lr§“­Ù±u”ÊÃ"ËÊåGÛ 5ÁŒ†?M‡¯—p“Z–÷üú1: yì©ún®ÚÇV& ¼ú±kê×·Çix* Ú[FOÃÆÑ-ëQ€§¶^š‹«C•2œ¨Ž3à8LY ^2»épd–/®A¶ð{¶¡:Bx L`‡ÉèM+rH9Àá¦nßØ—²ÑÚë¦_rí0š¶²œ >$éÇð–‡Yž”Äv+ÖMT–|ÙY`E1À£ŒáÏÅ|
+(]æÁëöиáÈXFfÁ£iœi_,x3)ù»!í1oL"Ó,ÒÉÉ”|þ9Õõ¨•[üËö'Ó~µOÄíwç³ôÆ´‡ÉÖ"<ZzƒDR:‹$¶~Ù…igŠÕŒË;²µ¼½¤ÆªfœzY qMàwŒü £ÂÙÖœw«^`ÛÚý>“ÆÁ[þ3Á÷ƒJ?r§‘`v;rS”½åoU¿¯ ”'^“OÃ×ðçódzŽbXø.)äå-ö,™’ ÚŽ¿ÒŒíFw²k*CÞÃ"G)R]×C½?wp j´ k“°á
+”:N c0ÚWõ²¼Sæc¤+ÆMíO± æd™e:Ÿ9yiÎt/ö¾<‡-Æþ¢ˆj|Î2 Ì)øÓ¢ó yó|uÐiAÏßÊ ‚!âe?^$¹
+endobj
+4384 0 obj <<
+/Type /Page
+/Contents 4385 0 R
+/Resources 4383 0 R
+/MediaBox [0 0 612 792]
+/Parent 4363 0 R
+/Annots [ 4387 0 R 4388 0 R 4389 0 R 4390 0 R ]
+>> endobj
+4387 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [139.845 596.3239 151.8002 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Thull) >>
+>> endobj
+4388 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [367.2069 576.5468 379.162 587.5753]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.33) >>
+>> endobj
+4389 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [409.094 402.4439 421.0492 411.3702]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Liang) >>
+>> endobj
+4390 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [159.2983 390.4887 171.2534 399.415]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Knuth:TeXbook) >>
+>> endobj
+4386 0 obj <<
+/D [4384 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2054 0 obj <<
+/D [4384 0 R /XYZ 100.8917 566.2324 null]
+>> endobj
+2058 0 obj <<
+/D [4384 0 R /XYZ 100.8917 507.5822 null]
+>> endobj
+2062 0 obj <<
+/D [4384 0 R /XYZ 100.8917 438.9094 null]
+>> endobj
+2066 0 obj <<
+/D [4384 0 R /XYZ 100.8917 342.2067 null]
+>> endobj
+2070 0 obj <<
+/D [4384 0 R /XYZ 100.8917 230.016 null]
+>> endobj
+4383 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4394 0 obj <<
+/Length 761
+/Filter /FlateDecode
+>>
+stream
+xÚmUKoœ0¾ó+8‚\¿Á×D©ªÜª¬ªHi,Ë^6þúŽ›°é*RÇßÌ|óØë]ðå+7¡!FsîŽ!S”¤TšPE´a<Ü£›*ærŒIi$‰“ „ÛqìÇé
+µ7ùœOóØUéUyw@á[Ù ñÓî.¸Ý,¤ðǶŽš…Eü ŸhxhxP"L¦ÂW8PÂŒáaeˆVLxMÜßWÈdÅL¶ ×6IÉ.&©RÂ…K’'LƉ‚ïË6ï溈®hÔ•ÓŒÒTÿ-m*Ÿic’ðŒJˆÃBý¤ŠJ
+ÿ™µ…ÀüuÂ2BGVoó¢oLFsÝ–VÑny 8˜§<Là+™FëåF’L²,Üèbz­ç¸G˜¹GmŽÇ¶?”¨°™”ÔÖÝT{}Þõse+|nn9öãj?ç]á®^«²Ãì€Dl@–Ä(…¹ c_”ÓTw¿l hÀGÖÄ–5 edTxÒ˜Õ¾»@¯Xê­¡{Á½
+íiH–e›éQ8=»Øð¨|s3SwÃɉàœ-Îéâü QMdfÌfôfŽüíÙ-t cÖt­ìÓu ÿ—À~S™Ù6Æy¡ûÅÃ×(oìœY/Uî;pž6{F~Çw<5u[CWxZßøš­m†¶GÏG‡–7#
+endobj
+4393 0 obj <<
+/Type /Page
+/Contents 4394 0 R
+/Resources 4392 0 R
+/MediaBox [0 0 612 792]
+/Parent 4396 0 R
+>> endobj
+4395 0 obj <<
+/D [4393 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2074 0 obj <<
+/D [4393 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+2078 0 obj <<
+/D [4393 0 R /XYZ 150.7049 601.1608 null]
+>> endobj
+4392 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4399 0 obj <<
+/Length 1725
+/Filter /FlateDecode
+>>
+stream
+xÚ­XM“Û6 ½çW¸½ÔžÄ ¿Iµ§$“tÚi{ò!3If*Ëܵ²²äˆrÿû‚éµlm»éäd
+$Aðx
+Rh®ƒqKÆ1\ÚÙRRZÅ¥–í‚©ùq±T‚Í+´Õ‡/:¯[”ÛÚãhÝuw8WuíPæûÚU.m
+fã&‡ƒÛ|©0;lËÅ÷žRÞ:?ZNç7]¿+›Œc¤PŠGSýŽüºXJ¥ã)áÁ‘€%r¶ä„K¦Î°‘ÄJfggò·wþÖâ/^.Œªì(;ø¡?TáwãƒOó0ÁÕüK_u{›D‡Æù–ŸÐpr0r©8Ñn™®Ë¢¡.øåë¾”Ýæl t^¶ønçpt·`×QÐvCݵ>mèÓ²}ï¼k·!'h-aRñ¬
+3u‹ÂW§  R.ßs®¹!8ù"YQþ®é’d×õÉؾ¾íúîàï\"®cBËqa(r‹Ê‹|UKŒ”ìq!„
+ª²E k‡‚›îü†ušzÇ>”Ä$ƒû|€ù“[ηٜqA7f\˜óøû¹î‡CÙ4G¼£DYpã(vê (­+È£èü¡K¿1ûÂ(Æe”¤øH,CdRQ<äq{áñ°3XHpf¨ãPM´>\JM˜¥h›€ñ¬ÕfþW7”¬×|…ʵ’q×ËÒ×Õåm’í÷9•">3Ö¦ˆÒDm¸#!Hâo7e…Õ„
+­a"jï.˵UÓy—ò28õ¶I Ö}Ya’þg<‚ÉsbæašÀÐ0àHáÛ c±FŠdK°xB[ÄŒñ´¨ž€bi
+¸S`K8O0Šø>ï Ò"!âݧÜÍM¡Œ…(£ÂdB·õ(_ƒ(BÀcŽûeF¶…¹(‹£/õ°Mºðg èù¦ôI
+å!©Ù¦ÎWåÞ¥d¤àÔŒ3x\
+r©ˆ–%È_4>%Á%Ðg1xt–]£
+Yß‘‰`íýå£8QŒ¶å‚ÓtC””¸Ãï]UGŠÙΕ-`øÀ %‰Û¡/Ó6\®Ð¦BÁLjR®Çî'`R‹õàIåÙåäwM}°ÐjN’J8T|«Lföϛ]ãvÀãþʾ¢½88\qÑ©o‚qlM¦XèÜ(ˆiñï$$Sú¶ìï&´qF0ĉ…âÙÐïÑE ý¦òZ¸Be½PS>¦èM
+^›eé¸âA(Г61+ˆ”&CñÝ|0Q܈V:c™ïãêÀ^ÖŸ5™9O'|X(è(Oµç܇cë®-­z†@¦܄Úq3sðg}̓:xŸ?Âÿ#5)¿tn™·Ø«Tà­ƒ¹^C&J»„; ÛÔ!¹±À0 ™9°A H°$<¦z?àò/;‘hödxvu‡u“ÆŸÝ,É;"{L¼½bÏŧl
+J`evVÐk ‹OJ\oÏ ª$ºY)£S™eAåü
+åûÛžÁ.ý ]üvÉo²‹NµoDêBŽ, Y
+ä˜H}
+endobj
+4398 0 obj <<
+/Type /Page
+/Contents 4399 0 R
+/Resources 4397 0 R
+/MediaBox [0 0 612 792]
+/Parent 4396 0 R
+/Annots [ 4401 0 R ]
+>> endobj
+4401 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [234.5361 437.7392 241.5099 446.5261]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Appelt) >>
+>> endobj
+4400 0 obj <<
+/D [4398 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2082 0 obj <<
+/D [4398 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+2086 0 obj <<
+/D [4398 0 R /XYZ 100.8917 398.497 null]
+>> endobj
+4397 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F8 2865 0 R /F7 2845 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4405 0 obj <<
+/Length 2483
+/Filter /FlateDecode
+>>
+stream
+xÚÍZIãƾ÷¯PN‘€V¥v²<ðÁŒ; Œ`ÚÛŠªnÑÃEÃÅ=üù¼Ú(R]RkZƒ ÐÅ"ùêÕ[¾·”ÞÞÝüé[ª
+)Iåâî~AF æj!•@Rº¸Ûþ¼üó.Û÷º]­9ÆK&ÑjÂàn§ÝÌ_Ú¬ª2ÿ¸¹w×»Õ¯wß/㈪”/ÖQN¤%÷Î>â(å$]Læ2ó7ïînÈÃL¹!0d‘W7o~þ/¶7xñý FL¥bñ7¥è¢ºaB!) 3åÍû›Ž$×#Íõ”è[# +¤„ sQˆQ&˜åvOWkBd²üÛŠŠ¥~z\Øu»í ÷GâÄ°^Š(•NŽß¬ÖLòåó…^±?vŠÎ];ýqÐu®Ý‘¨¹æ»¬ÍrЃë,pÓ=s·}ãÖ¨;x‰ÌÉdµ]Ù—õ–‘‡¦ 3ÍÖ¯»YQ¼zwC˜UšÙPlÈ°
+‚« µÂ“ÏÊ®ñ#s‘3Óì_R„Rýl.PC[T.À›U‚ˆ d.ÑÓ…µ÷ÎaÜnÛÆF
+àß"¬»Á?¿o›*„¶)š9H¿+º7ƒt
+™«Y±Ùò)ý\løÅö€Cîy§a‚ j®Th50ßjx¿×ya’‰|µ¦"ä«}‘›ÚÁL@©Xm@¸,ë}SÙ¨žÎ)@µä)Øg£.N]q3w[ڮͣL² E¡)[ìíµ§ß &3#CØ=,ºXF™J$S._J©‚£Lk¦Ô×LñD-¡ {)­bS½<h—}×»|§èB1×l²M鋈¼Ô¡rx4ÉêìÕJguïKDZŸb“q›M_‹ȳªPnµÑ:äâ°ç¯¾TQ+;ã"”œ³“•ÉÉ¢\8‘J1{ß?ÅÏ¡ö–GäÏ•*)âéø¾åÚ .4»"‹pHGyई‘…‚†§Éu’‰9T „å±"ÇæÐU3Ô}P}ãÌžlÏÅ™C+Àà ˜­x»\µ#(:ÅØÍ 6ûoÝzÖCm`Z%“µŽ4ä»kŠ "”Èy½ðƒéµø/ÅÌ;škßMš*_»¨*½-²^—l6®ào†Î7rÞjßêòÒ™ô€xè[›ÆÖ¥gHÊ "0JFpFäŒGÎô3£4Óþ8@ ¯´ kš¨I”ˆ˜Cüw¾8˺®x¨¡æìñÅ/éöïÌa(Ì›ñ«VßJíŸãVvÐØ—¨ÓB"‚Ók!é
+F\ó¡QHZI‘À« ¤‘ÊP6LÏk [‘”žê¯«Yý+!–ݼƒ31ïYSÓs„©çND¯w"Ûf);¢0@á#7:Mé6CJÇ<ðE^t­ÛCZö)â#œŒ9aÔ·O îš9÷?¬#
+Êâº|7+ê0Šµ. †l(¯È± ÍÓ¦ ¥ø\ëJA l4v7Õ¦¨ýIÝÔýlE;>Ñž†À.9S“ã€V—Y¬´_3
+”Š5½Æ˜4‰·s`+ÃñˆoW9}™ù#ªi¬¨»>3ÇwÏùÆ IG¶;ÝošOøk×¹7b0ONäôã),`fÝýÓÈ«=÷”³)]Ç|;nï”ñW4·O¸]ŠR¢þ¯qš}ö.N4»yÜçòVµÿ»¤ ÒPÀ]‘ÐYê‹4“8í›LÕ~“¤´îàÙ§D± ;‘cÉgŠ÷yÎ)ŽrÎ"–çƒk§pƒG &—q7¢µKalC»×X)r­A1[ûO,ªLu/î|“•£¶/n]pDÞòr ÕÚn¦KÔÛ,Å#ÎK9k¸êbóšƒá~m(Åìb×nÍÏ)öDyrÖ8y:Â5!Vøãx×þ°ÿj°Óá_ þ]4´QÀâ±Â3¨Ré®3ç1ѣܔÓó­.‚ÇìÅ›5ˆôz):$C–馟c‚§Çñý}¸¬ÿuªÏ2†2k7!
+·P(o%ÌsU)c)—Òk ÿ¥šx¬)EH Šú8sk°:,ëÒˆ¦¨{/bPÉÄ`7¤W‰ëÒ$õJà t’»r›cÿ`üÿZ%|Yä½ÉCLöù®øíî1's÷ d‘näR})Q
+^h
+•$³LÔ#‡éŸÜgæÔÜ}®À(öEþ®õ_7$lendstream
+endobj
+4404 0 obj <<
+/Type /Page
+/Contents 4405 0 R
+/Resources 4403 0 R
+/MediaBox [0 0 612 792]
+/Parent 4396 0 R
+/Annots [ 4407 0 R ]
+>> endobj
+4407 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [210.3604 515.3471 227.2969 526.2909]
+/Subtype /Link
+/A << /S /GoTo /D (section.12.5) >>
+>> endobj
+4406 0 obj <<
+/D [4404 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2090 0 obj <<
+/D [4404 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+2094 0 obj <<
+/D [4404 0 R /XYZ 150.7049 460.5737 null]
+>> endobj
+2098 0 obj <<
+/D [4404 0 R /XYZ 150.7049 348.7469 null]
+>> endobj
+2102 0 obj <<
+/D [4404 0 R /XYZ 150.7049 268.8327 null]
+>> endobj
+4403 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F8 2865 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4410 0 obj <<
+/Length 2340
+/Filter /FlateDecode
+>>
+stream
+xÚÍYK“Û6¾Ï¯ÐÞ¤ªŒ÷Ã[9Ä»v³§­Lm¥Êö’0cŠTH*ÎÄ•ÿ¾ 4(‘ê1±)„G³Ñh|ýÞ<ܽzÇÝħ¹ž<<N¸RDj*'Ú)¢㓇Õû©ÐD’ÙÜR:ý!œq5}ôµ/—¾™Í% .|ûÙû;³?NsÄPÁ'sN¸d:òy§$±’ÙIoügüò·SS_7yU&Æÿ²r… ܽ}¸c
+?6a”ë˜y¬§Ùd¹½ûõîýG:YÝÑÉw”gÕä3t(aÎñÉöN(G´b¢)î~ºûïåüÀsÞgú&èJ²ž®Žk+C¸P¢Ó• QÎWïD_µö­a5ɾü‰$CŽœ¸(W$ »Ž4Löi,QŠv4›.‚X#e"(üc;›s‡TgK?ÂP‚¨c‰>ãhˆ‘Ö$Š:_o®±4D0~`‰œÍ™ 1ø€ -l$}Øx8hÓˆKX7c>\×Ùv›Õ¡Ã¦û&"†3üÛùz“íœmª­Xþ¼ÉZœÞ—UÝîˬMb,«r&;`–-
+0ØóÖmˆUN]sc€Ï¡;/Tò9—¤’ŠË>GqB•’£ˆ.!^¸S‡©>ŒC?Á8`æÐFB+Ç¡>Mb÷ˆÿËàj`­uUç>Í1üä Ÿ¡F|³óË6 ÝSñ4ÓjJÄ|#(0ÿoƃͫ}0æÀ¶‹ü\
+µœ¢g‚°å°Ç0Ô~ž1˜ÀñOy¹JGRN~!Œ¡Æò¦%8÷¦7—®b‡ö¢ú=J›V]fe÷cFžoñ ^ßè,ƒEmÂÏñÁ5aŠ™[˜ éƒšóà]–Q[#œ5¸cëäyâ,ç/#,ÀÌÅiL?/ÛÀò¸ÈÎþ·Õ*¹p ¾Î³bÌà¨
+p·Š92¸’2Q6´ ï»ó¥h£ ˺øæ<EÏ௠\tï›Î®ÓÈÐôß¼þVîDüg\³;C”Qdzôð=1m¦ÿÀþè’ÊéCVµëßú6DÉk ˜žgc'Þ²1;t×ú‚»†<Du•cg‹¬È ²®®‹*‰?³¨èÄ172ŒP'ÌÐÚÏí€3¢´u—\»‚
+EØ.‘ß;ðpºÅ膣sÛíëü*€Ö¾ôu°½Èñ¼~¤ {dWâ¤èØvQÃM£ÛÍRj³Å¼Ó¯p.[TaAtùH±Éš$K…ÿc¦jˆs1„­’:3pÁûdfy:Æ(_48tÓ=+ís`ú!<úÕ7³ÑƒŠ1½¹¬â£µ ýÀ<éó„ÂN»RÁ!Xçhžbowš_ïÛ{ÖG¯Y³ZÜlÖß&…â`h†I@LMÁü¦K¨
+6îËdr U§ÅI­X@6ëð› ‘5˜‹µi›ååXíG€¶_ê`•1¢
+zùoBVô=]M= ¢iþbd½Ðï\aKFîT f„jÄÁØ<8#eÌñúH^ð£7Þû@&¸ÁKš a_ŒÕ`’ëf7jï–-¹èni\¤üw‰—¸†Ô®Ë@M¸*áêXi˜êC¤©”6)™P\/šeïÚè6Mw»’ívÅS ƹ…|ÞP×9ä ¾.òÒl$˜å]Ôfˆs˜!3rh}1â9{™1;]ïCÆ ÔÒÙhÕ‘fܧi!oN*’.ÙÅóR\Ýkd×ÝΠœQìàŸ CÍÓvQ÷Ø©útk\‚ßü Sví6r)ÐZð³i†úCãš÷y@®¦ Ò½Hkô"ÊÂ\ȯÍŽK¡ÊÆB²
+×ÿ?ü-¹î=-Œpü‹
+ qîšT£G‚¾4pÖaë?å>ªšµ/|ÖĪzI`
+IÕòÜë;}½/{/€8 ½ÇV—ˤIù¢ÄYÇ‹¤(KLà ‡[®I^öeƒrDà·¿N—˜ïcÆÀ¡`ü¤H¯„žò(|h%ác³+îC稷ÐËÓw b­TÑgl)þ…´7üwOePí… qãŽn…ÿ3ÝÙXðÓ;›&zk¦ï™ýˆ-|ƒÆ¶ªÓd¶¨â5ƒí (oªú ;1‡·èIœPg+7¨8@IŒàçß6ò2<ŠøUŽOyÖœ>.ÃÈg߉·…Vñ”²ã 1æ¤Üˆ7%ëc®‘n±“ÑCzaÁ€
+endobj
+4409 0 obj <<
+/Type /Page
+/Contents 4410 0 R
+/Resources 4408 0 R
+/MediaBox [0 0 612 792]
+/Parent 4396 0 R
+/Annots [ 4412 0 R 4413 0 R 4414 0 R ]
+>> endobj
+4412 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [141.0607 217.2588 153.0159 229.214]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.4) >>
+>> endobj
+4413 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [262.5024 217.2588 279.4389 229.214]
+/Subtype /Link
+/A << /S /GoTo /D (section.21.1) >>
+>> endobj
+4414 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [120.7868 130.0723 132.742 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (cite.Knuth:TeXerrors) >>
+>> endobj
+4411 0 obj <<
+/D [4409 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2106 0 obj <<
+/D [4409 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+2110 0 obj <<
+/D [4409 0 R /XYZ 100.8917 322.0191 null]
+>> endobj
+2114 0 obj <<
+/D [4409 0 R /XYZ 100.8917 191.2284 null]
+>> endobj
+4408 0 obj <<
+/Font << /F29 2173 0 R /F41 2190 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4418 0 obj <<
+/Length 1547
+/Filter /FlateDecode
+>>
+stream
+xÚÍXKÛ6¾ûWøVˆ¾)!§¤HZäP´è¢MPZ¦×jdÉén¶¿¾Cå•e±I[ ðÃ!ùq8oùÅÕâé+^-+Ri®—W»%S”*«¥®ÑãË«íÛâû½=7¬Ö’ÒBh²Z—@\ír~ìá`ór¿Ãñjõîêõ’ IxUÊåš.™Np/Ó’$¥dårÂù‹—W ¶¤ðcSiš-ëÃâãâí;ºÜ.èòõ‚Q•jy JXUñåa!TE´bbä´‹_¿œ!×gÌõôÅšP†p¡D1½Y±²8ئCjÛìV\;7¸®N«¦Ø¸pë\Þð犩 ¾é;Žƒí¶HÚfÅ
+—÷Œða¼q·b´°uÙ6SåzÓ¼¶éŽ§ÌÝ[Ÿ´LáÅŒTJ±$ÿÆÕý!šMÉâØ{ßlZGpúÜû¾nlpÛ8WÅmö¸ö‚äŸñ©vhú“GÆÇ“íBçñÊWN‘à|ãÆáÆ 2úGÆËKaÑíövÅiVl ¢R#5ØñG|àq¥H¸‰¡qÇàüÑÕ¡YqñdáZPõÝJË‚àÖÁ|H5G‹ƒß÷C@”¶ñ!oGßbwj[¤¶Î×Cs `æ¹Ç$Xˆ‹h×8¾åô‰Ÿ¾brâwñ˜$•U:vM™Á]Þ aUjpnš6=O2h]ü^÷ Æw8¹¦ŠâQ1=ª$ѲªòÑkˆÐÚ†xnæÉ H¹É{ŸÌ Â›`ùÝ  mhÆå*‰èŽµƒôbŸÅ‰*¼sÈ=Ú›LÉ
+Ãîú胷¸×íò“Àõj¤¸úÒ õÞDc2Kú ンÛË,ž9g¤õ¨ÿ‹àzœ­
+š SPJçôMa/?·Å_èK°¸‘,})HeTnþ彡d ‡Úôµ)MUìúᾰʱ|
+endobj
+4417 0 obj <<
+/Type /Page
+/Contents 4418 0 R
+/Resources 4416 0 R
+/MediaBox [0 0 612 792]
+/Parent 4396 0 R
+/Annots [ 4420 0 R 4421 0 R 4422 0 R 4423 0 R 4424 0 R 4425 0 R ]
+>> endobj
+4420 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[0 1 0]
+/Rect [175.3919 620.2342 187.3471 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (cite.K:TeX23) >>
+>> endobj
+4421 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [415.7803 603.2728 427.7355 614.3406]
+/Subtype /Link
+/A << /S /GoTo /D (section.3.7) >>
+>> endobj
+4422 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [449.7113 567.4073 461.6665 578.3511]
+/Subtype /Link
+/A << /S /GoTo /D (Item.11) >>
+>> endobj
+4423 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [415.3009 543.497 427.256 554.4407]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.8) >>
+>> endobj
+4424 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [443.2157 531.5418 455.1708 542.4855]
+/Subtype /Link
+/A << /S /GoTo /D (section.2.6) >>
+>> endobj
+4425 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [376.5027 471.7659 393.4392 482.7097]
+/Subtype /Link
+/A << /S /GoTo /D (section.27.1) >>
+>> endobj
+4419 0 obj <<
+/D [4417 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4416 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4428 0 obj <<
+/Length 2045
+/Filter /FlateDecode
+>>
+stream
+xÚÕYÝoã¸ß¿ÂoM€5Wü&[ôặY\_î€æá€n22³+K>IÎ^öÐÿ½C‰”,™¶ô®Å!H¬H9¿™ùÍø/÷oÞÝ1¼Â Q&Èêþq…³ )åŠ+ˆÈôê~ó÷›÷[³om}»&<»¡òö÷]e«5•HqÕ­øXTMcê—~IõØÞw+U†˜ÖÖ#š‰~ý‡î‰DRr¾:ºÿcÿâµÛ¹ÖÝâìæÙÿ±_ÿîŽè•FZáe]+…ˆälµæ U¤Ûá~ëšÛ5˲›<Jíÿyr·„û͸߬»ÕnmQ¸¦í¯¼àþÓE±‚Ìß { ±VH)¦Vk‚ÃâHE†ÃjutÿGÔ¿úÍã œ5ù6È\•m]…ÃûÓÁ–¹Åõ;®IF‘$B¬Ö#Íy¯÷Smv;Ӻ܄·sÓZ/òSåÝr,ô x^Á+å&< Âì ìdÙ¢5 X¾ K‹Cxj‚ÄÛª¦ÜØ&¯Ý¾uU‰"`zyq'ïß)žÙT»©Hs5/ek~>QÃ…÷½ íx¾DZIqzþ óüܼ0M¼WõŸ_¶.zË/ƒ]‚ylQ•Oåè©h‚Ŷæ–dam§¬¦–[ìiWÎô8% pÈå2œ­ªêsðqm£k˪µ6ÖÁ!ÁŒÿ죳£(ÅX ÉáVÖíºM2EJ2tšü¼™‡b†ÓÓÝ!0 íßuç6§ÿa€zI””)0ëľ)- Eaɯé9É×Ô1Œé+Õ½áæ3Yöµ†¬+¥˜‚þã1t¨’7
+¬)Ø`…³îS'¦ßÖ@ñ*Á¡m²¥ÎÄŽPW7^™HkÐ;Ê#w]ÆÇ)ŸïG‹ új5ë<Îc„j !„.Í7ïDZI‚ì2°õίqÂZÎØW$
+°Aô×lþµ±;[»¤å…7+gK³/ôhý€ÍÖד°òBõ
+ ø¢}™+ßäC\VáâÙ5SD6éy™iÝÐLúÚ× ØDB÷Ìð¬ÕùÖ>v¥íP´©à €õèMœÝBr—7gZŒ¤–ç|/û#N! ý¼‘Ÿ™7ò8OÕÆe”'²ÀæÙ”É9ëø¦\ZW ö'y±Ï¦v]{~­\½6<¼¤&NºÁ¡»¾åÙ45aÌ‹‹èÚnDZ{ÓUJ}v|©¡_ÓîË£l†¹of‡ä©,àʼ¶&Nñclìñ]“J¡ÐÞI.ÏÃ_wÑÔ¡Îú[((n„-ʾÏó]óö¼àÐ÷Sà’MuU|œw\°¥Y.}Â
+‡ÒÝ/êÞÏíí ²ôÓf:ãÊfüøÌ1£+Âðæû2ÖÿªL-óùhº9Òi3ŸîôÍîØá­h¦ý×éØó{è eOªˆêšª7îßü^¬*endstream
+endobj
+4427 0 obj <<
+/Type /Page
+/Contents 4428 0 R
+/Resources 4426 0 R
+/MediaBox [0 0 612 792]
+/Parent 4396 0 R
+/Annots [ 4430 0 R ]
+>> endobj
+4430 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [447.0934 406.2819 459.0486 418.2371]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.36) >>
+>> endobj
+4429 0 obj <<
+/D [4427 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2118 0 obj <<
+/D [4427 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+4426 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F14 2180 0 R /F39 2205 0 R /F8 2865 0 R /F7 2845 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4433 0 obj <<
+/Length 2578
+/Filter /FlateDecode
+>>
+stream
+xÚÝZÛŽã¸}ï¯ð[l ÍåTöi/³ ,d‚é ì,Yf·µ­ÛJrzœ¯OQ"eKMµåô4’ æadµT$‹§NÕ)êÛ»›¯~ Ñ*B‘¤ruw¿"#…y´’‘@2"tu·ûeýÝ>®ZSon9Æk¦ÐæVÃÅYÙ4q}ìo—÷ýÿw›_ï~ZB–$ZÝRD9‘™wÝŸ8ÒœèÕÙýŸû7ß×iž¶é†Šõ?7D¬McŸ¿ywwCVþ‘óÙ¸d•ä7¿ßüò+^ínð꧌X¤Åê ~`D¢ˆ®ò&"$aþNvóá毃ÉÛÁæí¹Ño­gXØ3B!Êë¦þ‘0߃oêòPÙù~õág¯ÁÂ1cÙÇ÷ý#à iŹ{ -M0C%"‚x3éæV€ÃœµñR¤&îÁjêÒÞÓI™çq± Œ£"ĉõ•çù
+iùé~ˆ7L·{wQ{÷Sën—‚×°¶îç}éÀ”©Û´t÷;Wv(}¡€®Š„ ½¼ùäPצpÖ;ç£þúƒ9­¶Ž³Éð{;vn¹æl!;¿’Ô=ýdß)Ö(°· -Y·à|Î?!£-«‹›y»4ÿœ˜x0…uLú/¿Ðû:NN[0 B9"’‘¥àxŸÅ‰so¹ýÍ$­sgi½ì6ÈÝ)ÜsqQÂ×1ãiŠ1ŠæaW?¥í~g²4oBÈÖˆ[-uºµÓ?¤VEŠésŸßÄ#ÞO£qÄ%8âì©44¤BŠkuýtÙ_$º`§’ Š™òÁÞ§@éãö½¿ê\˜‡4KõDáÛxW˜&.‘¦|Œ:‹š´€± Ï:ö—ýCÏi˰䈩¥žûˆîS«Å [˜X™w[v¤ÿõ­[ì(mÄš—cÕÚ$À°Ùу hÚú´f×ïY¤µ©b´eÛòÓu¹Ø3˜Ïc¢JE!„Zêÿ‡ìà–QÅuœ›6ìy …»þλæéÎÄÙ\æpwÀK›6.<¶·¦}2>×&}ØoËC.µŒ4!ãÌžsEÛ2ôþ?mšxpe0â×W •—–>$ ­ÚÀ!n#,O°uNËbÙcc„eËÀ6ÃØ)%thçÛdŸ—;®š¨æꪰóŒÅ¢hÝ™í®â¦IŠÜ–
+ú"¶:Ãòpä‘à–Î)¸naek'QÙ¥Úµ?L]—µ»N[
+BÚO?èv Ƹ úçnÏÊ'`: ‰c³/ëv†´ ÚàZÿWYûÇÁ¨¶ÝߧÑ>¸u8<N³`ÇìN‡€Y=‘!•Í»!H†×FF{ÙàÃÌúë”_rwØÓø1Rä‹pôœz"R"‰‰ 8 -Ê
+â'ÎÚãlm ¯I¾»èEcd±Þ»IŽÅí¶6ñã
+‚¶8äÛ0€T”œ\ÛfÏ@ÝiÕ˸ú[cÆF6éBj`˜3ÇkW”˜¼j§Ú%L¸„2„#Fƒ>ÍãO;Sù|;v„U^b1Öú¶Íe¶…N‰Xê‘?ÇŸÒü;¯dŽp=ôS »AW />˜¥61¦”ïOñ xPYGY/ºR£Ù
+€Õä:eñŒƒ¢Íä yƒ‡Ø¢¶]Ô(W,ÉÿBâøf·K­lñª®Z’HNœÈ,.mHÄ1ˆóýBµ‡!Z[ç¸<ñ2PÓ!'+Ã!©ä+Ee´DTr$0WÏ#8¥–”œ€qª/1#{{f¼ºI$_âËT¿ž&™²hë2óð÷ƒz^z:96ô܉`ØÄ¡ÔðÒ©Ð;ÓnI!ÚŒ˜ÖtéV¿I’¡ƒ[Þ;°¬‡VÕ΄€ñÆåsÊHöqýúNý,R°ÂÙ"ÅN*NÂ<Ã$D
+ÌøÔàõ¹Â1Ëi\wx2–¦í±2™É­ IaqÜjÚ*r.2;yÀ´ÍÓˆ2$õ®çÛïžÀRœ57ï¢Ï ‚N8î‡æÐÎØ6LÑ%ТàjyWùûÞš%ª€‡m
+±À T2ˆW"Çæh›Rù$Ÿ…qfÃöº>P’™xgêЦ“aÁ3Ô¼!jÛÜL/NèM(yBP£ñÆý™Q4„šm§ãŽ¡öæÜÙÈY'°W<'¶lªá&ne©—›PŸcªõ¸Û)Êíp#®5Èþ´5yã
+jJ‘P³4ÉÛy r¥–ü’$ˆqG&Ä>™êÚ„SûþÈé
+endobj
+4432 0 obj <<
+/Type /Page
+/Contents 4433 0 R
+/Resources 4431 0 R
+/MediaBox [0 0 612 792]
+/Parent 4435 0 R
+>> endobj
+4434 0 obj <<
+/D [4432 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4431 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4438 0 obj <<
+/Length 2761
+/Filter /FlateDecode
+>>
+stream
+xÚíZ[sܶ~ׯØGi&Bp! }rkgš<¥µ¦õLœ™b—\-c.¹!¹–”Nÿ{€KPàŠ’íÆéøAKš<ÎõûÎYaøGVc$«T$pJV›ýů?ýŒWÙ^ýpS’¯îà#¢]í/W(å„ù;åÅÛ‹¿^'òzy=ú§›‹o¿cj¥JiººÙŽ¾Í¢Œ³ÕMöÓå{Â’M[é}~õóÍß~G’Ñ+ A\1ß1îìt,”!)’Ä=_~yÐU¦×e~u`|¹©÷{¸.%J”àîÝ""\ É•þ¶ÓMgenëf_T·ö¢Û¹/õ{èÕ[ûWû%T]S—ö¢Í=æÕ&Göò/º56ZL‘â\Â/b~þ£]m[;Ék]jx9³WwEçt(Z¦ˆ®Üº‚ó*ë8Ø$§ˆaæw‰"ò®‰`ˆI™úµÑAp¦"š¥)L›­¨ºÞr·yc÷uÐ ¬µƒËDzAŒ±Ôj7Þ:f¥q»mŽM“Wδ¿Ôë«ϨK¸4¢†\g›‡M™·‘§qÂÉRm´‡|Shç-cÕ<– qIRÁ–êâÏõ±ê¼Ž»v[þpEðežZ÷Þ|Uµ«¯(¿¼³MfEN›]±ÏÛ“B{WVñ$U¡'×Çîpt_lࢨœúwºõ>žWÎ"º,Ç>^ûuÄ,D€3JFîÞyç±>Ž$Ò=ÛéCJ=å÷ƒ‹.:)‘BJ…¦¯Žûµ×g“ëÍÎÛ?X`*C€™õíõýÔcB«A~Äʯò¦_B‚š&°D’öÿñÆý‡Lˆ\+º-ŒÕ>cyi§à¼ij·n0_«oýÎ,uáž±Ÿ%‚SŽùÂ÷Êb˜À=HÛ²²|kMËî-±1Šýž)¨…`”¤XœËTÂT*,B׳º}y¢òB(”ÒÔí#jÓ¸<Ÿåï1¦UÑuÝ ‡Í¥ˆ¥ ­Qíîá°ƒò²Ó±|¡ _Сâý®yùïW„K]O%3âo9KG‘3Ý^ðБޅîv>h_µ}’¢:H¨”„Ú,kå™ ˆ×'¯µ7>š :­ÛGËáQà0Šˆ)™}|ðiܨÕèþ»ñ²&: I,|1ÿ§QÂu,68ôEÎŤ
+ƒ4&)9MÀ€S­Þ~g”´ÙxòP±$ Rê”®—Ô^áœ5"ò
+¡‹ú›ûCYlŠÎ# ªî´Á?Q.}RçseŽ#bÔ)sîÝ-¬¼ž/sòk(sc¥XþCÝYýd§NűÔ.é0¨T) ½ïÄc¹©Íþ,‡h¼ÐõÃ9“Ìðe8ABŸC`ž` Àå%}h*LfaÑYT¤ [$œœ‰IPLÓm“ÆÀ?ÞÂÅWŒÞ¿å3=Ž—ù dÎ'tò†@16ë{!¾iuëþ«ÏæF”JØ1ä–gÀ£Enäcžº—¡kFœÉˆAüVë†ãɼþùqR%Í­–y Cjü‚øhÜè C @=Oeº4ÔhEë‚ |FC¤œ‡6:4=é¾õxÓÙJöf²êt¢ÓzÚ¨ :JÐ$t¡x÷(,Œ,EÛƒŒ vˆTB†RɇæxL.pçDzÝ€$]¶OzùÓ‚¾ èóøÎ õZb (L,wx×û(‘SàúyÃ
+ìfÒ™œó”Cô@¹ýt‡84FÐhLôT
+Ìž,8þ-ogç`øhâ¶&¯ƒžìîâÉ8Ê &c£™¶{(cpJ„\üÞŠñAõ6/óM7 ÀÅíFÆvj¾t‡°žQS‚ÅjÖ¾;ä
+¥n»iêÖë IëØfŽ<G&G‘ö<Ð"¨wŽcè5AI28íìÄ ÁÀ
+ÒÅDp°ëÉWgm ˜ºk¿Ç·yKs›h2¦f:û¨‡–Cx6§ŸŠ“L2“¬Rs'†Žê#lÇÈr³Û(H"W%‘_Å1ˆ£Õ ht›oŽˆ)I.­ÀM½³™)ŽJ’É\©?8.V»+ ÔF9‹*”R…‡ÜNð|F\š©Dtö%” _¾Rµ47
+i@˜Ò ¼@þ¸HW§Ûïìk¦]d_W"À“Çê¥ Àù}$PÉÌCon.þCGÚendstream
+endobj
+4437 0 obj <<
+/Type /Page
+/Contents 4438 0 R
+/Resources 4436 0 R
+/MediaBox [0 0 612 792]
+/Parent 4435 0 R
+>> endobj
+4439 0 obj <<
+/D [4437 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4436 0 obj <<
+/Font << /F39 2205 0 R /F14 2180 0 R /F29 2173 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4442 0 obj <<
+/Length 2321
+/Filter /FlateDecode
+>>
+stream
+xÚåZË’Û¶Ýë+´ÈBZÁ“»ËÃI%‹”s=u+Uq’˜áË e[ùúÛ ¾i4ãTÊ ‹²œî>}ºÁoï_ÿ@ÃeˆBz˻풌|ÌÃ¥
+ä…„.ïâßWßíeY+½ÞpŒWÌGëM
+Az¯%ÛæYÇŽ=äjW†\V}»ƒàÝ@”<Á
+™Ò;•GǪ֪ŽödB@4ôɵq'™ÊÛ–RËL™<<µêȧD\‹÷[,p›¨>÷^™¦¬C:O`€´WßTÕ!Sq{Ñ„îüØ¡ ï“4©;žHòÆ<äa‘Î3-Ó¤Ii?!9ì~§e¹ïÍ´1¸Otlï¨fÖû.8ŒÙͽVò!ÉwÙtWè¤ÞgN3ؾdqêag>RBLýkÚÒ›®“ÈøùT÷ÂXðk=û*{`:4ô!wî‘Œ<n8ڱɨÊ!Øë1ìpÿ%yÍ»v³ß«Ô”Œ™³›…»Bh¥ÖE‡x¥Þ S-•íeÝÅ%¥€ŠLãCC; ÷ͦv‡.?@9ðõBDEh)ÐÀ:ÆÔA9ìåå‡C†»œµÓÅ¡tù
+RLô®xÔWå¼
+ÂK¦Y˜Q³
+¿U«°›´Šý•Ž¼¹l$%ÔP›ôÑÕ+ƒ =®ÍHB»° ‘ç÷´d9 /òVñ:VË23o†¾XœŽZ#íü™©ÌwºÐ# ZÈŽ¤ì<G)‚n9øg¹q>ƪjiÉlŽe7îáLsT!<ç`Ï඿/>>°÷™tú'm_èä/ N«
+¸[ ©)ó±4î ¢ÕJÐa%m•k_Ú,΂!ü°1A×-•/ »{¼-j&»°=½ýßÚç«$ª QŸV¯’?ö…™q›«·”zí§65=Ø%óÍ6Qèû“Äd({øú·ö±û£}<¤«¢L"ûNëÿÐÐ.endstream
+endobj
+4441 0 obj <<
+/Type /Page
+/Contents 4442 0 R
+/Resources 4440 0 R
+/MediaBox [0 0 612 792]
+/Parent 4435 0 R
+>> endobj
+4443 0 obj <<
+/D [4441 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4440 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4446 0 obj <<
+/Length 2637
+/Filter /FlateDecode
+>>
+stream
+xÚÝZK“Û6¾Ï¯ÐÁ‡™* ÁD|ònœJR›ÚG¦v]çÀ‘( kŠTH*ö8•ÿ¾  H(qvì²+5‡!)°‰îþÐýudá,Æ(ÑD-¤&HaI«ýÕ¯W?ÿ‚ë+¼øá
+#¦±x7­ébÅ„FRžäW?]ýóŠx‘ËNæ²/ô/·W_}ËôB#-©\Ünzß
+Q&ØâvýóõÂø¦,š›_nøê[Â{/P‰ˆ€ñ¸¸s#"Jç~À
+¤Te~³T\×ٯǬXe± C2á-“«âIâG€¤4¯#‚A,¡å6&ÏÜäŠt›W+Ff L'n•§Çz†@q°#¸†"ÅpX›ýÁN•Ã贮ͶØgQ)'ù/ ž- AZÒ}Y×åʤMøˆû×9ÐÞtlïÞ™fÆ>´
+ iNÂDšÍ>¦#€XI?ä Æ4ÏùŸ]V¸+0ãÚ]•þ‰ijÿà,ý®xîîšij)€Q$(H‡X|¨Š©Š j×CÀÓIÀO,"æZñJ+…ù^£uV”)¶A??ÛÕ±ª¬óÛûA±ÿ’Œ8›% ‰ 6\Úkø‰LTPÄ0ãs×wqÜßeÕGX‡Ñ#M ìb1E“UEê]=©ªFŒÊs>Q(:¸þåj•Õ'¿Yॕ)þÁ!­ ~ÀW27'ïÔq÷hˆ¤\Ò¸{fE£Iï°ObÕCeö¦1Võßnˆ¸h,÷û´XÇB‘
+ᇠ¡™šëîC•Yòõ>†(§j®~LöGŒ¥ð!=ÐûµrI¸äÒf Ô¬<æ ¢6øßÁÚ‘±Xr[Ü`=\ÑÎ,Q[2n³›2%ø(VTHŠ™¿z,ý°ún³jÄbIˆ#³ üw—z«Ê¬³XzÒÖ]ò
+Ò0þ®¬ÌÈŠáA|½ú©yz?úñëˆú–ÐdDLŸ=;‹£(ïŸNy-ŽÚ0:\Õ±Ð#Ñâ’»‚äßBÌm M»¬<Ø餑•Áº@ìD/êÙ3‰„·vêÃ{«µØ¦›x4¶]°„'_B¤ÿ~½ÏÇñ´íô¢šŒ®2M¹)¸» LÜX žŒº%¦
+ý“·9€?1ŠG€?àªÍ1°ëPP•ÖÞO§_w#¶„Â#íyjŠ" TÒDr¯ˆ+’,zÏ_?@iŒ!qHG: ý‚1Žß51ÙÙÎÐä„«(¤Ê÷OßÜúØt]¢ë³ ‰¾ÿ.ñu˜’üé|]=†F„p¤9Ÿ»Úþ
+%jSWMoßÎ"m*ì?ŠåGåÑÉ'ÛPsCÏxÓ%Šm+1Ûã¤~k>ÿzôy¨MÝŽQSNä
+`ćÄ{Êê{S\DúÓ¬~üðaêìóòòWïO;µùÐ5sÓ¦Ÿø‡¢‘ª)“DLSæYuâñ¾õ{úÝyƒÚ¬»}T؉$ˆ*¦/Fö8©™ä.,@¹z ›Ã]BüÈDÉôhÄÉ •É#Ø)7›:º}éV,ù¼èùÆ@Þ¬¸»@€»úænGç/êÙ4¡šèïhõê¡^¡lCÆT÷ôB¶ÉªÓ)CiBˆèM§;ûD]‰†LÕ—¾­|*ÆE+ V0¶B¯³*Þøbˆ3ùE7o°Àe‘ß÷¬Î)Ÿ·þH îíï7S¥ôDÀYÈnJ„½¢Ð·’8‹E…®6:äé*`Éœö‚MuŠö+u@DVŒvP‡‰ƒ¾IÂz ©<6‡csqk¥ÛîÍ¿§X¶žØB,¸Ž
+‘VjÀ›˜PrqzüÚ½f9´{]Óëò`V±ŠR´ 4,š;èêÕíÕÿ
+endobj
+4445 0 obj <<
+/Type /Page
+/Contents 4446 0 R
+/Resources 4444 0 R
+/MediaBox [0 0 612 792]
+/Parent 4435 0 R
+>> endobj
+4447 0 obj <<
+/D [4445 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4444 0 obj <<
+/Font << /F39 2205 0 R /F14 2180 0 R /F29 2173 0 R /F7 2845 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4450 0 obj <<
+/Length 2246
+/Filter /FlateDecode
+>>
+stream
+xÚí[[oã6~ϯðc ¬Yñ*êµmº@Ým° ÓÅ¢cvtq%9—-úß{(’²¤Ð±<Él:@‡È
+M~çöòäÛë‹o~ É"A‰ bq½Y`¡8bÉB$‰“ÅuöËåwÛtתz¹bQtIc´\Ixøg^5MZ?Ú×ÕÆþ¾^þzýãc‚"“ÅŠ °覹êþÄdX.ï?ØoþTëB·zIøåÝóKÕ˜ñW×xÁJ‡áAàź¸øýâ—_£Ev-~¼ˆM$_ÜÇá$!‹â‚ò Ž©“_ü|ñï~ÊU?çj8é·F†ÇˆPN;Ñ?bʶ»­*ÓVW¥ø›0|O f–3ã·vÄhfŠd̨p«JU§ùrņV=´'§Ô0Ðs3µ itX›_Dí0O›Fß–…*Cë$Eó~§ ÄHò„¹ß«QDJegž¬f4¿"˜"Ì`¯+ŒQÂ9Œ²Öjg6öÛ›ÊY[»uó­÷umÄì>Ü#Ió½êmï)¬˜ø•N:£©<-o÷é­
+ì„Å(Š½P`º!ð /;™è½Më
+,"}ŸV:½vOM o ‡ ºš$†E>M¯ÆÑÚSþñ_ß(¾Þo•5þ.Ùß›T^Mb¬cWÛtI"W±9æ
+Ÿí>›†f u×G#—áÝ$þZÛ05mÄEbzpu\È?CsDˆ`ü÷ÉomZ»4o\LðiÁåyžµ…¾…\·ª@î{¾NÒ(eœØF
+‡[HX…I<B r•[ü¿Ë˜]êuknˆáO—Wú·OÛʬùô‘aŸ¬Û$xÀºc<òÊ!¨ Þ°_¼yô$x^ûÿ-ø Íë@qendstream
+endobj
+4449 0 obj <<
+/Type /Page
+/Contents 4450 0 R
+/Resources 4448 0 R
+/MediaBox [0 0 612 792]
+/Parent 4435 0 R
+>> endobj
+4451 0 obj <<
+/D [4449 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4448 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F7 2845 0 R /F10 3010 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4454 0 obj <<
+/Length 2515
+/Filter /FlateDecode
+>>
+stream
+xÚÝZKÛF¾ëWèƒdÚìÙDNÙÄ^$À»›ÉÂ@œ%¶Fôð!“”ÇίßjöC$Õ”({¼1Æ$E6«ëñÕWUÄË
+<ú©"Ø8}Tnê G( @™A÷}šB­¬q§•Å„¡:¼Vª–>‡Ààã¡Àd®»Mꇡ8éÜÝ´ÕHÊ<kÚïìµÌ@ý6)5H(£ Bɹ7æÙ#øŠñ¢ªÝ[ 68]ÕÙŸUé’Š
+‹îÀÀv›míOE•Ê ¨MÏ<.Oʇ£8OæPãŒ} hý&àÑE v6+B©ñ¦2ÿ `}öþª9pÃF¶£Ä¸æ«‡=¤•ínZØJiÔ(hH‡ˆï £m+×Ò(=Õ<iÚMõaT¯¦OëÀþE08ùÉf×ÿomRplkÕ­rĬtHwò~Ûì>—`æ$ISëÙg³=Öµ»QEÏ·Æñw½(êôMßQ‡ê~êòg3°%lúvuOÀî'@]ÚHœà“”„ÑÜìõÓnRÍ=¼,=H¤|:²°ûíe³?Ï2eæ÷^L(˜{à¤i§ù_¨¢—¢B/Óôü‚ÎÆ“/¡U»í¯ÆŠ}¿&|•äGËáƒqÆ~º8©ó‹.Ü<f‡çvá#ñxMŒxÄg'ýÊg.ØŽ8Ü(Wqœ,dˆ_l°ª­³ž×´‰AAy84±2ÒgÝ´l·÷=
+Êâ1Ÿ&Žân£ªQÞjêEŽ† Ï$‘_"’"7N)žê*·‰ýÝQ–[iÙÈÜè8s•[ˆb2Nã¾¢±@ÌŽ#eŽ©Ê(@Tr£~¿UåÄx¯{`XÛ^f>u ’Öís䶕¢'Yo“f€Nu–”#d|™+´â£âö!SOiZžÞ?£cÐ÷[™¤²öõs:GfW<Šêtn«
+yõ}̽Ð!NOÎå[W¥(!Ìï ¹~q¢à/Š” 4éV/›À^SÄ ß*Ó:!
+~*.xÎÅâq(†¶z•åùðöÊ)}½¨Žcë7‡ÄFÎSfK³@§^}·s¾ƒënÙ.s±óR.w­Ä0”Π½CYÛóÎkí„(F ãÙUßo͸µ¶«rUŽ"Ó%)ÕÁÆL*s%.ÜÈùj‚iAªŒöEÏ®ÝweJ‘ù˜fþ¢š­ÿ_õÛ? ö(ŽÅtWÓéÞB<Ô±…ÄFîªzX‹¾0˜âyXÇl®ª? PáÜ"âïnÑóÌpÈ!̧
+´."‡9ÁBI×þœðX†".bO|¿++€SAð\°W
+mÀÀ-ÙÚŸ£P€@(Žyrkæö!5·$˜Î5¤ãj]µ\Íý(
+çW³väôLòfÒÑfgÿ¶z|Î>jnÛLIÓde×"ñà…@Q$¹^ò£Ty¼:ŠU¬î;‚¸JpÃRd@mà'öT·l‡@ ìX´©ÂdrêeãÊ-1D›d˜¢H¶uu£ªä9Áù©ŠøËIC/–Èzçg³7§”c™ºk¶*­×X¬ì,
+8D´•!zˆášÎ¶¼‰#¥¸Qêl”ö&P:TMv‚ %C4+l?æò6Vwq$ø -¡ÿÉHðÔ²±Pm3H2é˜Ëd»?eÄÞÙN1G1ãíåá¥Pc[ç¾Ùf¸¸møw…nM$óÅ
+†ðñlZÏÐO#rÃý•bLQçŸAäjD[*”ô¶ðˆ`Ñ×@~ñtôWAÚ4†J<í3KNŸ¸¯LóÁ¶ˆzv5³"(=²‡"I];·t;SMàƒ,Xƨ¥ÖÀMŸãš»š}Uƒ:N–.)®ß›pTÇ<ú\–Jp¯nâu#¬ž¼ê”gÏõ•ËÕjqbLÎQãÇ_ªŒàîû™·G;u:‡pËÞ]}€Ö5É ±7ý
+endobj
+4453 0 obj <<
+/Type /Page
+/Contents 4454 0 R
+/Resources 4452 0 R
+/MediaBox [0 0 612 792]
+/Parent 4435 0 R
+>> endobj
+4455 0 obj <<
+/D [4453 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4452 0 obj <<
+/Font << /F39 2205 0 R /F14 2180 0 R /F29 2173 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4458 0 obj <<
+/Length 2140
+/Filter /FlateDecode
+>>
+stream
+xÚíZKsãƾóWð(8Æ<1HN±wí²W9µ*ÇU^@p¸œ^ÆcWJ*ÿÝ= €CÒFëµ³¥*žî¯ŸÓ_Þ¬¾øšDëE‚ˆõÍ~y€Â€Ekq$"LÖ7»Ÿ¯¾:Äe£ªë ‚+¢ë„‹oÒ¢®ãêÞÞ.ööóæú—›ïÖ­7†EGæe÷C’a¹ÝÿÉ>ùC¥3Ýèk¯Þ]c~¥j³~õòf…×üá1w.^'Ùê×ÕÏ¿ëÝ*X·
+$_¿‡/ÂQDÖÙŠò Ž©»“®^­þ9Ü 47c¢_ÉP¿dxˆå´cý5¦,‹ßF¿ø³ÑzÂQ^bÖ슉¬)’!£ý7ÊlúsWq¦ŒÔOi‡QŠmí¡"É#Ö/ÀAX¢Î@ªöò ì°Ÿë×A@’¸ÑE>Õæ°jW$m¦òÙ¯/ÔþWq›6öíYmB†‚H‚L1FçøÈÆ)«„ ä`_ðm®-’ˆ‘v – ù˜µJ&±c†ŒWÝú4'æx¦9z¢9Çñ•«*N¯7€Û¨»ÆCR
+†…m8lч 0›na9·+›¤È²8ßù€!†1]
+ŒW¥Jô¾7àØÁ„bußò®ñ
+GÀiäjsˆ“ âáL‡S*—ŠóÍV7V²y›m½Æ BEÃ#ÚG4D!“N¡†AKr¯Uê“"'ˆ”}jÚú!“žfÜ[ÉQÐ`œ!.™³'»ëîªØ)¯J)”ˆ¨_¥[ tºfL‹,6•gýqwqSd>FÊ/IÚ-ø‡jfîo_¤ia4û^ç>ooÏÄ%oÏNø5Ž×/
+­ #Q\@Ǿ͓£ÿŽkgÔ=6ì?SÝ‚Ná»'fž_ <Frˆ}vÉB„?§­*–ùò®Lu¢{ÐìT^4žXÚëKfæº0‚TðO'&”tÜXãÄ$
+£Ó'ä33ÇQí>wëþÀÀ˜µë¬ÕƒRÇ »í[•4)¥yóçtãOVuZmGMÇ‹žãL3·RéYÏqñ܆~"àø?®‘½~PêâÞþÔ[ÔmU­¿§DPr¹T; ¥Óå£m!QH0_*Œ¿UAiÜ !^{–æ´lçz£‚GgýÍx?Ô|:ߤ:W}E‹%âË“–•ÉáëÇÆ⻊wÉ}’*_«;”ˆû‹¿ëÀÍqàNgmß5îÓ™€ñA<7 ¢mʶ?’ÄD@ÑOfØ@5Ú5¸µÃ¯3;§³y_;î·÷Rœ¶!Þq An\¸QE}ÐeÑ610Ž$ ‹$ÌwýÅé ‚Ôðn¢…ŸDàýD‹µFÉÉÉyÁ0;ñŸ'eˆ’À±C¸Ï)NzÎ^H†fè%Ï@²l~§pÆ–¢ñy,úû1ü,§þ‰”2vEÔ¶¸[4–‚ÁÜ‚¡ùÆJ0È-Ǿ[¯Èˆ#ÊC> ºiìš@ý¬Š“lD¼j†Ãã{F±YŹ?"1ðø„á¥~Øu”àãmzñà@JÄÀË?ýàà8fÔoÀÛ‚;ßsœÅ73W†¥˜ÍÔMuBzhëÕŒzj—µõ­.ýã+`Òr©dí›´U <5Ea0dWSÚïÕN;G¼á´¤µŸæå»â Ü9[D[Iæ¥dvrsÓ£™AÏdE“‘,Ÿ‹ÃEl@3 ›d±LÛÚ^w+Ó¹»g–uœq°É}š«kã>8}ýOtý«ÒÍô ØIeT«´½îØ_(@BLúÒš[“ry[“TÐÅä‰ÂXœ)›×ªj&Ò¸5f0ä‹à“ ÁuYÅÐÐïí§Íuãw˜„ˆ08rÓàÉ.™“èu¼úƒ«É†“Ž·Åöšþ<CÀÓ’ïTªöÍ7(mžqiNóò ¤ ¾£÷nÎù`Ç4C—^P–ŽúßvoÛº±$E¥ÿ š2þÈ|/‹º›4éx§;óCl?ú]‚>G\†ÑT3ä–ëj4o4œ^ê!iHt™¨”Ãøƒ¾!ÏéÆœ!…R¾çüÇë]éÄt´¡ ®^ê··6U7ß^"ìUŸRwŪq0PJ†“8ÙV¸>ÞþÉ>¶½wGäª(uâ&Ä­%¥Eendstream
+endobj
+4457 0 obj <<
+/Type /Page
+/Contents 4458 0 R
+/Resources 4456 0 R
+/MediaBox [0 0 612 792]
+/Parent 4460 0 R
+>> endobj
+4459 0 obj <<
+/D [4457 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4456 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4463 0 obj <<
+/Length 2734
+/Filter /FlateDecode
+>>
+stream
+xÚí[KÜ6¾Ï¯èã fø¥Í)ÛÀæ°NàÁ®8š=ÍXŽãLûß·(’RKCM«wì…‹
+H› `h•Ö:½ËUÀlÌP ~û±»¢:ÄïÃw¡•B Æäj“°Ô;U‡‚O‹é¥{m…jÍæ{07¾/!óC 'ˆþ ¶ ;Pâs€Ú¬šÝçkÿ¦­<\0ÇœšSct-º‡˜Ú¬ÿ/Ç5Š—”¯ø,p£T T#L¹¦iº{HËLLr‚bNåh“„Y€
+È>{üŸ}·Ì¡g™Þ't¼½Ó­…è"º"@MÄ/&l]¶ª.¦ëz:XçPšbòŒÿ' þÎAç0ðÙÖ•ç0õ{§ŒÇ-Ï´ÊQëæp±‰h(Z‡sK¨•áñ{Ý´Ö]›-5%›Éöµú€1 •@Êã¯ÏáÙÅŸeªiFºn^Æ®¬5ŽXˆ\õÚ¿\I á1ÂórvKiÞœ¥Â³v>?þÝe hˆö0PÝ®‡BÙ«ˆÐö [‡ï,옹!r
+»Ï›@T„¯åÝÓÌÇÔijr"üWÖ{Ê/ôÜö|a¹SNŸÅaØËTŸ9;Íc 1u?öƒ}UO<2E¸<ŽNYþ”Š§$‘H@¼XCˆë°à:G žR}Êu©²C„¨µkÌPs¿åvzLëªtþ2Š¹¶@þݦÑD&„å§Y뿇qZ±…ÎVÓL" ‡¼üdߘݻhB‘pMa¯Ë€C‰áe‘œDë’PEfÂ(MŸäM›¶Ê(¡Æ!ð§<õÄzÛ¯BJˆøiKɉèõºÿ”;'ñæäó÷žö76j'œ’žÈ ŒíEñRsEBF'còFIÝe`Ušƒü ­l"VÎRþ^çù•zÆÌ¿BÅ:^ÌÖ.äahµ ½á6öuFrÙÏM æ^AÌA&æ!„ú-y²vñÿÙÀ  Éj•ñ´ßµRCDà¦T¶Ü3Ðí =Û¿yêxwT™Þ?.õ«!'öbûnN¿–]ò4›Ë“;Õ~RvÈ°ÙBËF‰§ ]W}ö7ã³*o;´á¡ÜOMNsÿp‚ð
+.> ,cYÛG'E°™K`6e®¹±Dßš);qfn|Ð|ýÎüÉp»ßf¿äÙ€Ô~ª•Ä 7Ý·GU§í ³}KÛÝ5Y­­w÷î9'79½ÞỆš,/Ün¾¿ñÜŸê±É˜wZ©ÚIz4íc~áÈÚ ·ÎàÆ\~-ÑüÁÌ«ògùaœê‚v“ö­¤»¦Ê²Îky]zÕΈp4.Ö1½SÝO(Üã×—û¼­Ž}/µK«s¨ŸdAå 1²Ã³3SP{Hp¹ºuºuE“Óˆ¯«¦^™)“ƒó¹ªëjè¥/¸üé†R––ßÌS š=N¡aš²T =qÑÌiP¹¤.³¾}ö Rs”»´k|Ç÷Ä•>+K¥vjwa»<ß©žv€
+Žip²D0GLÈxm°íÙ×Ù®8Š¡]#bmhÿyÃa¯;_JÚÔÙÙÄÁ–ÇN~cÈņƒmÎf‡L¯æMåT»0$#ŸýQÏAÓícDØ0Òð´wœw¼ ’±„Nb0¦fÊÇH8’ûêsˆcÅûTË„ìr$NV5
+3¿(­!kši):M9­ÂS]
+0!‚‡ºŠÅã£ugüËCý7*xuÞý
+endobj
+4462 0 obj <<
+/Type /Page
+/Contents 4463 0 R
+/Resources 4461 0 R
+/MediaBox [0 0 612 792]
+/Parent 4460 0 R
+>> endobj
+4464 0 obj <<
+/D [4462 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4461 0 obj <<
+/Font << /F39 2205 0 R /F14 2180 0 R /F29 2173 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4467 0 obj <<
+/Length 2296
+/Filter /FlateDecode
+>>
+stream
+xÚÝZ]oã6}÷¯ðc ¬Y~Sì>µ™bû4‹ t
+¬b16;²äJrÒ̯ï¥$J–Lù#Ùi‹<Xv$~žsï¥~¼}÷Žê¹FZR9¿½Ÿ‘Â\Ï¥HjBç·É¯7?mâ]eŠÅ’c|ÃZ,#¸ø9ÍË2.žšŸóûæóvñÛí/sB(Â’èù’"ʉ¬›y[ÿ‹£ˆ“h~ðûÇæÉ÷…ÝÚÊ.¨¸yXqcJwÿìííŒÌ1ü‘ÃѸd¾ÚÎþ˜ýúž'3<ÿe†Ó‘˜?ÂŒˆÖt¾1¡‘„ù_Òهٿ»&—]›ËÃFtÈ°02B!Ê«‡þ‰0ž?˜âÑV›Ä¤v[ù»w„<ª"Ä…p=ºG6̓Ɗçí u;ÍMj.‘V,r÷P‰ˆ
+FŒ¸æM÷$ÐG\j>¯ïâõ]6Ô¥BŠGêš.›Æèe].––´íxH1Škû]›Ìqj¿˜¤áÀ}¯*›gÍ·U¾ÝÆYè‘PŽˆdSèG¡Hhé»A»nµj..©$ˆbæ¦H‚öpX`|‰È-PX“–0NDG„]¼6‰ÙU›À€i"®† “(wfeã´nb·& µ)‘ê,¢½áM=´Áf­6¦Ez_&«š/nÁ‰*PBg~oÓ4-«ÂT«
+Â.ÝK?Aöe:
+ìûK=¥k´ÚÄ-5¼FïÒxÕ鳩ÉFŒJã²}ƤfÛqëy?càT£F¯Eß¼ÍÚ+“%­“½Oc› Rjà3̧RjH©s¿ Ðã>­¾,(±EÞñ¦%€I»t_6WV5€,,¨ÖÜ31ìPC–̃T±YÒF4/“FiÎ3%BŠvÆw–)\ –fàqïÐx´kš$žA~Õî‹|̓س„Â4p4Á’kC¹¢ÜÄ;óüPÎß
++$Ðœ+ñAaå¿ÇqW¤yN[ß/–DÊæC¹ƒÑ|8\ ²Ù ‹,Ð8†ääx¸ƒÖêñ’Pctè6R#&a`à M±ìc —E™r`xÙ~{çã&¿ßœ®–qº4ŠvVê¼^iŒøGmQ'¾]vjË]ù°‹m1
+úãlB\º ÓÛCj²u¢ péà¶û2‡d’~[VGyÛ|?Vɾ£UŽVRë½ùqãíà(ªu7â¨i6”Ý&Oüç‘_úîÀc7 cÈëæ?áž»*dž¢!ÝÅÁYƒ ížc,ÊZ·ôæ÷AFPH[IÄ¢gTNêË •rºTÝ)¸›neþ¬Âi§’¼ûO†q_!7O;XÑÃQ–vmÃÁƒŽ¾Âæß'"~cÅc.y2Ž†Ñø·V ¥Œý»uhrᬤç•ï-P `° -Š4ÎÖ{Wö8ž\³p½–Ïqšæ®§G¿ò,}†)ÿÊlC8 ;W’ËlÂ!
+;©U‡÷¥ÍÖ/V Ãä¬)‚# Ñg+÷Oã¡âRU—½/?Ì*7ù>Mü0÷>U‹ï»s4û̾×÷AnÒp ú–LbÅÂÄÝI¾Pر:½¶ôN«§/Ð×Êyƒ‹”˜ÒñMm5:‚ÌòÄ;Àé³cž¯úª¿Oür ÔDÕRœ`…-/«Ä– ×OÓ¨Ì*úˆý¾åQ¦kÇIî)k½3­xVR$’2öõŸ…7'Xß sX­¡Jüÿàßå»Å'‰ èŒL‚®H††$å¢ÀáŠ2† nòŒq
+ JN•ˆ’HPÒ¡Ž}!þ%':_§@ð¶)·™Õ±Ò=ÚdòˆµWy˜&°¥Ó¥¾zD!Ï¢TœXòkÎ
+Så)„gÙ*¥¢¨ õ-l¥ÛExù¡†â£.š
+W7{Û£-½ xP!
+®SíL‡Q]»“Þÿh¬Š³~„Èy²TòoíI!n¡‡Óï D¯YÕ?õB_d •Õ|_ ª¥??ÆRÚ½Á#G®µ3ÅÊläÑ9]«©ÉH¼$8 ¦ep›>
+K©f§QÝZ#ظ”Á­KçB7ìWó? Åoìªrüƒݼµ¿†Œ¹j¾}¢T6W­üBÊêŠ?ŒO ÔÒ,9ïþØ<æÔ»y\Ó›|gWþMÒ¿
+endobj
+4466 0 obj <<
+/Type /Page
+/Contents 4467 0 R
+/Resources 4465 0 R
+/MediaBox [0 0 612 792]
+/Parent 4460 0 R
+>> endobj
+4468 0 obj <<
+/D [4466 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4465 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F7 2845 0 R /F11 2828 0 R /F10 3010 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4471 0 obj <<
+/Length 2368
+/Filter /FlateDecode
+>>
+stream
+xÚÍZÝsÛ¸×_¡Gk¦ÂáDûtm’No¦kÏm3s¹Z‚-Öü
+IÅñß P" J”cç<ypD‚K`÷·»¿Ý%YbøG–ci¢–R¤°$ËM¶ø¼øõ7¼Ü.ðò§FLGbù
+ÖΦÊ|}“4;Ô
+P %9¹0]ÊÌ’ÔeùÌLËœŸÒú`ËyaN:/nj“ÞöÝE< ÐckÅ! ±ø\Pµöèlçw!”rŠˆ$³ÏéÌ›©ëÑ™ 0 ?.ïT/'R§fˆDѸNB |[ý~{ÀÔ묖Ö(bœ +¡¤>*—Ƶ$„-±7Œ°oÇÁðJ¢ôi¤ÕÍc:¨8+ ÷“šMsBSîJ{šÂ²¸Ù9˜¨05Íc é i¦ªÄ3É .ã`[AZF)fëo›d&ŸÁ¯Út'æjíýצòåY»ÏqIE›;†»•oý˜jw ùšYr-†ê{w(ÐBáˆAtñFF¢l;¦i,õrOÿ†Õ#ÔhXQæ(ºSt½<ºþ1ì¬Í?Ó¡wÂ.4åïè
+§ {â Ü!½ HcT•Y±5/Ò±Å0·?+õ|7àX\©¹] ‡Ä©dSµtʸÙìŒó SUEUg×-¹YQ|µwJH|ý×÷žïHD4Úa¼ñ&Û×Þ ûÖM–Ô‡"üÆ4¨d¦ƒ’inŠ‰þœ$tv ]NB2­çDÞ\¿ã´>[MÊñ¼'|ÀA›g6U¾°‘Kæ:é­¬aß ¶=¨f®»†®Dšªhˆ—ªë~$õ©vÌ)<¤@Yöñ9kÁï]×¾v œèîŽ8ÑÝù[^‹ã‡]ÜÔ‰§…>¦:Ï´(v°$zþf_UÆ»Þ<O:¡ø'ÅŒ~¯rÛÇѺ4›ÄÆ#³ ' ¨i¨ ¥Oñw» 'Œ™ñˆ=?Í…a›Œò8íg&}»1ð
+0';[ΰª—¹ì¥Ëekf¨ŠÁàÇ}‰*æ‹uë¸ïïy"Òãz4–ŒÐ}߶Žå«·ÀŠ*° ȬŠk¿QÜÅ&‰ß.|H<Ûñ£2PQ$Gª<4Ä/«»¤,ö¡<ÁáMœÎî½d.{uâ ‡>ÑÂÖU
+Aòö=Âí—Ћ  —ªO¯õ Ïj€Ÿ
+ÅB¡fW<|û»)îM~VÌ›±É»¤†Jéqä|™‰óžGŽ:p@[°ùjÓ3ðãJ˜|¢6
+!A!¬™Û˜˜v›ã¯Þznï䃕Ôñº¨ëmßÂüx2î·>þú%æ“7Œœ#¦Eˆï…¿ú¹°Š^k‚<TxûqQ \(õ¾Ã× ÓcbŦŒä\¦1èÕvÙ ø¨óà=5d ÛI£êZ0­å]Wò°—_Bd”@-|,”Û¶Õ(Š”nEþg¥øUÒ6^ ÚÆWï“ÿÝïl³£ýõ‰RÙý¯£R¢ˆµ¬8™°&àÂáòÇî±›Gÿ¸¦WE™lB!êq ÞT»hñþzñ-‚Þoendstream
+endobj
+4470 0 obj <<
+/Type /Page
+/Contents 4471 0 R
+/Resources 4469 0 R
+/MediaBox [0 0 612 792]
+/Parent 4460 0 R
+>> endobj
+4472 0 obj <<
+/D [4470 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4469 0 obj <<
+/Font << /F39 2205 0 R /F14 2180 0 R /F29 2173 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4475 0 obj <<
+/Length 2558
+/Filter /FlateDecode
+>>
+stream
+xÚíZKÛF¾Ï¯ÐqX~?’S’u66‹,<؈s ¤–D›™¤<£ýõ[M²)‘jIœŒd…¢(²X]õUÕWÕüáá¨™d$•“‡Õ„Œæf"@Ò:yXþvÿã&ÚV¶˜Î8Æ÷L¡éLÃÁß“¼,£bßœÎWÍ÷Ãô÷‡·B(Â’˜ÉŒ"ʉ¬Å¼®ÿâHs¢'Gçß7wþRÄi\ÅS*î¿L‰¸·¥»þîõÙ`øcíH2Y¤wŸï~ûO–wxòö#f´˜<ÂŒˆ1t’Þ1a„ù3ÉÝ»»u"gÌٱМeXØ2B!Ê«Uÿ@/?ÅÛ¥]9e¿ù‰ð£{8µRr×nš+zRÒŠóö‚EžUEžLgLPÚÏ;›-l@¬fHjáïŠCrR\ëö
+%e@#ˆi:ZŽžÍãªÑ.Û¥s
+¤ ¡µS“
+Ê}N½÷isõ*/z&éÁGrÄ”ö ðÁZ'“:`™©°°SÑ3B  ¬ÙÓ¯~Æ6ZØU´¨ò B¦»èÙ\3j¹µ‹8Ã1cîã¬jT b Ô\p—‚| |pŒq#¶ŠSHvp¨k˜ÖçŠàßœ›ï›S›x±\VV…­üÙEžnóÌfUëAÌ\øŠ>Ò}¢®EÔ˜†ES9¼h#pìÚ?!4wɲt—Tñ6‰í2è^šs~9
+q¬M—u`=m»*Ðá3kþ©|¶úäT³Ùìíß„ñ‹‹ôÚf¶ˆÚ"]Ù§êkÁ?è\>Ö¹¿qÕ¯ )›Ÿ äÛ~Ehkæ aˆìÊØòKèÑH—’Þ® %6ì1Æ£”‡\–ÄÕ<¯Ò¨øZ>…à£3Æ^`ñšmµFÜ(9Ö¶«IämXkÝÄDÖ³z½¬dapôÊç°uØ8D1D±p•Î8«¸(Ï™H"g’ÿµÌãpP|] 92,•>Ÿ4zZÚmµ áGƒi;„^5Ðjt6¢äh¤(c-ósô§»Ôó^§i¯›j-2ÏŸŽLÓ]r°Ï|ž„AU`(9µÑ—FÞ©’#a”×2ßÚšŽdÃ\¹Äõ °B©|[Á·ÕÕôÐUŠ$ò‡M j`EYÛEŠ3]dsþ}”(dàš3TåÛ3„ä™éå&„äç8;B¤ç¨#ís[=ZÈ®TÂrúøyÜDž Œ4` °)XÜ÷4«®Çry‰ˆ"GTþ
+xÄ<-E8-ð½¬
+ª¸>•­C\Q"I(KT ºÛå¤àGAÔHr‚É
+Äè4ø#T
+[í·¶´Ué9‚j5æÞµ}Cö£„¾zª•ùFýó.ʪ¸Ú‡K•!B?·ÞÚü¯C£/îqQ—ýћÓEœïʶÌAs£9°½Ö±-û% á4n1 ñ(NÓM¯Wc—Ò»{¨#]Y×\£‘Ä4A›xñ)Ý©»Ïq•Úp…©ë»DÅ”èûµ·
+qº;ä@WòvŸ¶¤^Ce¤ƒj9*D—äã6ྠy2¼ëñ…SØEÒ6ÕGîÔ©!úíÌ”Ò#7$ùqvÞ·P͈Í©¾²o=ûx—FIr{¿2„5LîoáWt"©7/ùÐYM…èSœÚϹ·Y®û ÆÈhVüφŠõg»Êž¶Ái¼Ìâõ¦ö¡†´+Šnþ1Ÿ7ÞƒLÏè°_€æ½¨.î˜X3$Éòj wµÞl߶·Oçgý®›
+ÑéÖfFw/GÜìÚ¼zÜ~¡Â
+Ë—Ìÿµ£wR…jëöÌÖY3¼»åΙË6/o,ßä€ê[÷£u#xeßÌ ³„†êöâPó|Gä`¬È÷gÝîZë2?Æ0¸îÎy%ÎìÁ½íŒNvžž?*¶)†Î½6ôò þ‚ˆbßÜpˆ(èñ¡ýoÁ_†Ñ/¥Ôc[¸[¦ú_7¬xVà¿É«c“)
+J»9ÕøWY™`ù½“QQ 2JÜÛq\‰Lk½æíš:¹Ô7- EY~ç·õÎ+O{}äå»
+ž2€/PŒeMØÓôž¸¯ü{Ö½Èø<·¥i@’äeå¦B!”
+€ÆÍÒÛ\÷Ë0# èˆQÏ™;.ùòÛ6bÛ}aãæ Ø 3Hke:dh Qä×HÈ’.a
+·Á€=÷ø÷Tñû¸~gtÝ¿Ž?~Ú@¤4¿>P*›£Fi ¥)W  |©žÎL(99œ~ßÜæ^Ðhn7ô>ß‚·ÚwÛÿ ¾êÎendstream
+endobj
+4474 0 obj <<
+/Type /Page
+/Contents 4475 0 R
+/Resources 4473 0 R
+/MediaBox [0 0 612 792]
+/Parent 4460 0 R
+>> endobj
+4476 0 obj <<
+/D [4474 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4473 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4479 0 obj <<
+/Length 2170
+/Filter /FlateDecode
+>>
+stream
+xÚíZKãƾëWè(V»ß$ãS¬øäÄ“À€×‡ª%q‡/ó¡ÙIÿžj²I‘Ts$ÍŒwÞ`Ë¡šÅꪯ¾z4ÉÃ?²$#? ÞRyX’e˜,~[üò+^nxùÃ#øbù`D‚€.“’‚°îN¼øiñ÷±"7½ÌÍPè_îß~Ï‚e€Iåòn7x·ðe‚-ﶿ¬ÞÆ«B…QºOTXdåú×»¾ýžðÁ“ž¨‹›'í
+:”ÍïqfDi¥×D¬öºXo8Æ«\*ÑüéMc ”}Ô!ÛC¾¸]ð·]+²:De{ÕýO¾é~ÑíEœíÛ‹÷ÓØÞ,ÙšŠÕ£}¨Ñóc®Ò2ÊÒöV¶3:€Y©DSWBæýÖFöMªj¯TaÅçºØeE¢·ö~º(¥ÂªVq{}4š¨¸ÖeÿæÉâbMüÕ¾NtZ•ßÙíº `Æ¢´Q”Z™ÖI*ž[Ÿ
+; ¸'g}Ÿ«½v¦QŠ€‘ü¯;n÷:Õ…ª:Ǫ.p „ËÙÀ=ËÆÈ›ûB«°xËû ¸à<±t–nö…Ê.×"Ôã_­ël†ó”rBzgmµ{Æu&­½ÆugW貂úÆå8ß7*{XljÇ w®,tž•u§„6
+脤•‹¡&ò¯NiÆ!)@ØÕDbÄ|Ÿ^Ú_' µúþ9 uYN÷z€8 û0iP0aŸhúL e`ªRá¨ÒjŒS[j@‹ ¸à“$6ˆÁôôî[Q{xÊ.AÔ
+‡µXÁÀÑUŸšMÇŸÛ®C¯T1øröˆóC•GDEcj?@Þ¤‹uuF‚rÚVÁ4ÊÍc¥#*ÄÐ\‹9" D¸Õ;£¸ªc ât&ßpIÈy¶©Ó­.f:pAÃì" u  á<´,´‹t¼½(ðjj·TŸ%.äL\G·àŸý–ǶË:ÇŸ¿…`è¯$÷¯žÔ6m–Û"àI¿žT\‘J9ò8õ¡šL‡ùâ÷ӽÊáñw &Ì’¤biœAß*øõ>ÎUø0ŠYc [<4´•¢ôT§Ûµ–äRŒ£fª3ȵõŒŠN·½”Qj3³Í™ L š|3™¤ê$¯žÎ%TbuÛÐàfù“†>§þPp¼9"ºw K“Þ燯8)ñ‡Ã×aCsEÖ…÷k
+ÉÚ²ñÖú:ͺnÄÃÈÞ?ŽÕÆÛoìê¨Û^Ÿ¤ó"J™tÞ+^€8!ìZ¯üC'™‘;~
+ UvÕP¥“Ù6»_tÖŽ4I][öv´_¤î<É }ßePˆmW®è1M>ÿ:mÚ%aHH<é±;ƒÉgÁK]¶.¢üÿà=¯±ËÍÀ=¾ªøœßÚêíð2ë{ aü©ë
+HVü ðÙl° ô ° 8"\’×£Ò»v^ô–­ïl‚hÀ'¤ó¯5!dŒ’Þ"·¥•ã½Ú¦f²íÌ*P¡ñ}GÇ‚àâø”“g‘ËSª/tyÈâm+ù^ÛŸùÓ_="ó–ùePǻښ»MfV6SÒÓýQ¬µ ƒ¯)ŸŒŠ&Ÿwô'Š¦}=’ÎN„)Äã“[Ç3á?¹¾.ˆ~`-Šc‡)F%ÏŽ)5«wЈ»á A®ÎioM"ì‰ð&¹y¹Q³WpÈï˜Ù6膱) @MUVEV£æÊÙMQ
+½ÓÅéx/Ï¢þ+}¶‹¾±º
+uêf‘Ç_n:{k$~Ù5Ö†ôLxR¹ÜŒÄáO±­Ò Vúo<Î`88úõ§ü| V•lF0¤ò}èëÚ|ëñUV¦x£¯ÞE™é Í_ï)•íUKöR"ŸyÉ(ð¼Õ3…ãéöÏíc÷OÝã]eyº˜ºcAhW^Ó€™E‹ww‹ÿžeˆendstream
+endobj
+4478 0 obj <<
+/Type /Page
+/Contents 4479 0 R
+/Resources 4477 0 R
+/MediaBox [0 0 612 792]
+/Parent 4460 0 R
+>> endobj
+4480 0 obj <<
+/D [4478 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4477 0 obj <<
+/Font << /F39 2205 0 R /F14 2180 0 R /F29 2173 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4483 0 obj <<
+/Length 1872
+/Filter /FlateDecode
+>>
+stream
+xÚÝYKã6¾ûWøØÖ ßwOyL²›ÓÈä Û´ÍŒ,9’<îî ÿ=E‰”-™¶•éì `¬–¨bñ«×W¥/'Ÿ}MõT#-©œ>®§D`¤0×S©’šÐéã꧇/·é¾6ålÎ1~`
+Íæ \|“U•–ÏííbÝþ>Î~~üvJEX=SD9‘˜7Í#ŽN’éÙýÛ7ÿ]ڭ팊‡÷3"LåÖOÞ<NÈÃ?r® I¦ËÝä×ÉO?ãéj‚§ßN0b:Ó#üÑšNw&4’‚°p'›|7ùO'rÞÉœŸ ýÂ!ÃâÈ…(¬Qý-aüýÚfNÓϾ&üìFa°k³nÛ.èaÍP¢8÷ Ú—µ]¦Y DzØíÒ|‘¬ÂX„7mD´B‰ÐÂ/ø~FéË®ÞÙ}{e~=xÄá¿43yÝÞ¯‹Vl°*MTܾ%àm¼ÜµûìPµW¤ƒ¦ïe˜#‰eâå ÈVsÆ(RRJ°AZÒÃ;
+¸DL2~qöÁˆ‹{ˆóOñ8ä%LÑ›s†(U,@N{çfA†K”Pþñ¼üÓÅ|gó»nÞ`Nnb.’‰Ò1Ì//WÝ|tbYÙÉÛÓîÓ2Ý—È/¥Ê)JF£ýæiiªÊÃl_Œ‡s›ÖçU@qĪ|WŠ€8/u‘™2­—½0ë¢ôÒm\&¯ìÊ”~IÚœIø®îç‹K‡[O¾`¹GþùúeÈW¡,µy¿”iDOþL)[™õŒ€j‡¬þ{Äê\ ®í±„º´¯#€S‰ˆ ê–÷P†‘$RD¼§X¯+S_XòÿõŸ¯lU§ùÒ[vá9Äqk—ÛàJ&lº öþ¶µëÚ¬<Ò… é£×p]»Óû_hŠ8Á¤PiÖ¦4ÝþûÂæõß.tyÐ úyÏÝ÷™PïW.J$P’ËW2óúØߥ})òú~²M ©û”",ø¯SoòÕ¾4éª
+Hµ¿—ñ·²¥Yֶȣˆ`MJјC7iæM‡ÿ4v³­o˜¿Ë=ñSˆI’ÈØ©]ቒK–Ðþ¡ÙÕCo²C :Š‘¦„u‡œ Ð1† DÅ0ùøEü_y‚ï¹Ð®X™û›Ÿæ|¾F˜]b®c©H¬UûÌÖqÏ’dÈmØU>™Ì®B9>v‹¸[9NÛå^{ÏnžôdŒ¸Äj¬Z­ÃGŒß«.£¿6iw=@Cþ=s²;ð]cŒH°ËúZš…ðDœgÔiÌÙ ‡D™À¬cÁUR ©úK5zs%®FËÝ~o,;†` ‹[ü†hè$b ç÷¼únblÈ Ó±Ú›¥]n®2Åêc‚4ÉØÀý-"B `kl¬fï;36h#.mš½^³ßã…B ëÁ!Ì)ÆNTÈÏ€é×åaY÷²ý N´µ'h1†ØÜ £¼Å˜–U}§€\åjÇØ‘I3=kì)·óuX–ƒßä'ê/B#FerÃ>=mÿ1Àú±º,BÂ<s‚ÝÖ•ÉÖ}6Æàb 2í‚Îàm®—Zl>ÈõÍA«x$s‚azìa}WøÌà VÁ».8^絤ƒûÐÄ‚×n íë
+Ow ¢Pò{´«â¸7`Éú9`iÕ倻“/ç6a¤{‹ +`šìŒ'ܩߟ¯VÖåÐàsAé¶k*ü† hÞÙ|ÓÃêŒ'·]Û×S‚ˆÄ]‡{–†ÀÍlèÒNt ;ܦL÷[oʯN½yløãæ1ŠjMŽ…˜†5²‹ÅÐO '#¬(78ˆ÷÷  ´D‘ÆàXB¦zucp5ÛôÄؘ+ .·1¹)C±ªÍSý¿J`XkF7²ß4Š×ývâ=meÏ
+‚Ï5ØÍé`Tç²Ø}èÌuñÎyYè53[ø–÷q¿²ËÂÃÛ5%0©L!|²ôTÀ²?9axr#ª×~´ˆËpö£]ÝgüÏ9$j°íóî”%."‚6_ e7Y±H3we:EzÛô=.N0èêDFæSfÒfÈ©—+=ô¾.ˆ&@¼˜Ëï?¯¢ ”é¾z8Í{ûõ¤AíKxתø×bFñᨮrq­Çµ–ò-…»>ïÓåpV× …|&'aš °¾fÙsŠúhL)®Í÷À1íÚ™‹7ú\ €oèÆÚð4a¸95ÂP‡±?í
+endobj
+4482 0 obj <<
+/Type /Page
+/Contents 4483 0 R
+/Resources 4481 0 R
+/MediaBox [0 0 612 792]
+/Parent 4485 0 R
+>> endobj
+4484 0 obj <<
+/D [4482 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4481 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R /F8 2865 0 R /F34 2183 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4488 0 obj <<
+/Length 123
+/Filter /FlateDecode
+>>
+stream
+xÚ±Â0 ÷|…Çdˆ›8Nb¯ :0{C E1t@Àÿ ÒùîÞ;˜›fÎ 7{@N Es‡*Š,Ê`÷‹?>—×w}‡H5ù"ájgHKG©²”ürÛÖÏ€ÓL
+ŠÚ¨ÑÂŒ=õñÿ‚ÔZÝÒ:dw2÷°& endstream
+endobj
+4487 0 obj <<
+/Type /Page
+/Contents 4488 0 R
+/Resources 4486 0 R
+/MediaBox [0 0 612 792]
+/Parent 4485 0 R
+>> endobj
+4489 0 obj <<
+/D [4487 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2122 0 obj <<
+/D [4487 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+4486 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4492 0 obj <<
+/Length 5174
+/Filter /FlateDecode
+>>
+stream
+xÚµk—·q@¿óWLN^Ë$ÛÂû‘—Ã].-Ê)qW¶IçD¤(+±ä‡¬ÄN~}ª( 0˜B/ä^éqµ˜nâv5p4ªçêîÑ{ÏŒ<H¹DkÕáî냴bñÂă ~±ÖšÃÝWŸ]è°ÈÇ—R:qýÍ—ßùö‡wß?¾TV\üðå›oßýáñw¼÷LÅC\¢Sn=‘µK J.㢼PÇÓ<¹½~þüñ¥ââúÕ˻׸xõñôæv=Ï£›»Gò à_y0Ú,ÁÙƒõaQjøö»G¿ôÙâðÕ#qøà‘Xt öðGøAƨà˜ïðGe?|ûèöÑÇå„ù
+>çXxLõcZ‡ÑbqRO†£µQq£¡3ÕrŽÝ:Œ KðqÏp”SnQ¹¸ØÌÕiVž›lbmkgu„öü¥8ä+
+kRrØ™®[Úʼn×ZÁ@IRC.2$eM2Uj’qu¢„ZÀ€ÇB£qѤêÜ~úáÕ«ùb
+‹Ã1—p“E“Æä/?ùðêæõ-ßËÎT•ô²Ãªj§mŒj¯Ü'}tóúúÉí ßÇÌT†ô1Ãʸñ¤^ç*´2/^=Ööâç+T[ÙÜÕYåéý‡ãÈt¯ñjF”ZÊùFV‹
+¦ &ZA0¹K¼tʤ?lý?® ˜ÊÁØØö(ypε!zعÑèÚ®7­€[Â:Cü³öR¯Soà/Jwë‹t'ctZiÄQZšÁ°”Vå¾=ýù©G–nàè´!î-žL³¿h¶6|O_Ü$>,#|
+¨Û±ÌŨt,A.A€¥­pJÚó ÅíG¥ïNe„B!…áÇ«ûÅ©ŽWLjZF8è¶A4¡U2A™‹¡FB'Ø^u*NµWÝ€€þšðIœœÁY©QB6ÿ–!°ˆ@@t.AîpÓñãØÃTƱ„Ð}É OÂʼBéІé£¦TD-öÍ©˜c*LÕ7cè¥cüI˜b^!° ƘÂ|ºþG†À"ø:ó\„0üøv¿0Õñí¡WÐ,ÄI§.¥:mN6Ú4¤û]לlȈ}s*žlN§a¨|NÈ- {ªy«y óCYc' ÿÌj˜6аñ~ NÓÙÔzim«áÛWRÄ«Nc’†%¯aR•Ý4<ÆC ·x>óÙ˜»`ÃÓk‰|© ø´É–¨a~¥h.FUÃcÔp¡õi¿¤?–üE×mÀ™¦
+Œä%¼[”ˆ„‡€E  ‰„±c”]¯Q:F„Ž_@šŠ‘ð%Ü@8‹Sx#O†´O2Q K”°ä%¼_˜ª„Ç„(á†0H–ðcžÐ"¡â–¦ÂD$<„(n ¢Ç{ͯÏuè½öe¹×R•0Bô­©Jx·0 QÂmŸ'õisrΦ²ß÷–y•À#¢ãWœ&›ÓJ*²Î¾7lÖèæÙ~ë`¹9ÖaNéY“ÃF¶zÑ^¤š©SGŸBr{÷ËÎQè`•¬x“ªìæà1^q0Å“á„íõôZuxùù/Œ#³oà©UŠ)‚6¤Óh ü¹R†v’R(¤0ŠwðnQ""VSD+ÎL„ ¹?O&Â
+W²ƒïà™8!Šƒ)„sh(Êx6A\C¥"ÑÉV¼ƒ÷ Suð˜°8˜Å¾æ -öÍ©:x&LÄÁCˆê`
+;Þ{Ã÷Bô­©:x·0 ‹ƒ›>OšÓ1»ó>ußóƒvˆ}sªžkNè` MÐé°%a¥•Ÿeuð`¼>sQÍ:˜6r°Z#ìRÍ4·\{SÜ-×êì`Í;˜Te7ñŠƒ)žŒÝ<87¸§×úTÂ¥ÅÁ@2[XóžŠQµð¢X¸‰‘e×jÿ’_«Ua4/áÝÂD$<$¬¦„V²„z°„Nóž ‘ð¢H˜B8FQ©¦×ç•'Â%¬y ï¦*á1a‘0% š]¾¬F#aßšª„gÂD$<„¨¦1²á·ƒ‰0Bô­©Jx·0 ‹„›NOZ”°X7–Ò8ý¡H8‘8yDì›S•ð\sz@ CE¤[3a=ÄÒjayχÂ:D¸H³Ï„ÉQ# ³è ÓÀÈ £”6­ƒ_­›-Žåd.l²‡ ëaR›½4<,¦€é1ÔÙ™°égÂyL#É,aÃJx*DÅÁc‚¢`J Ý© á¯ú•¥²Æ°Þ-@UÀC¼ê_Šgë_3˜#Ÿ3¬g"Tõ;F(ö¥.°‹´OÏ-Òæ)°AûÖ¾û…¨ÈwÌWÜKù‚A¾èLËwWøR
+Þ/LÕÁcB”pCøgÝŸ ž#aßšª„gÂD,<„(n ò#÷fŒïºp¡pHÑ7§ªáÝâD<<FD·ˆÒwíI¦íXÿÝ7'—·Æx$ì›Sõð\sz@CEd0fKÄ®£ˆöŒˆ7k#¢Ÿ19l$b»vùŽË¢rúþv Ì€¯‹¨R9½+³Œ/cRÝd<F,2¦ˆJl9+2¾ýôe·å¬Ì‚šØñ&žŠS5ñ¢˜˜Bè2Ë’Zµ&þ›Ò¦"jb„0Ž7ñna"&VSBkX»‰‘Ð9ÞÄ3a"&CSÏo~Æ/ÔBt²‰oâýÂTM<&,&¦„Á±&þùÀÄHØ·¦jâ™0!ª‰)D~ðÞìŒFŠ¯»§¥µÏCŠ¾9Uï'bâ1b1qƒ(ùDƒÿáÛ“Gľ=Uϵ§T±Ž«˜Ô–Š¡fZ:Í«x0'†ûÀF7»3š6R±–`GA§kµÁ¥iüÕÍ‹ÓÅZó#Ÿ5ìy “ªì¦á1^Ñ04Ò(Ly,zòDx½·Óï«Ž‡†0žÌö¼†§bT5<†(¦:ö;£cªéßöý†2y!Œç5¼[˜ˆ†‡„UÔÐòϼý@ÃHè<¯á™0 !Š†)„ï7çYÈO{Gá­ÁÉö¼…÷‹Rµð°X˜†²0£…µM”~QfRµ0ö©Zx&JÄÂCˆja
+‘Ÿ¼ŸÝ7ü+~ß°CŠ¾5U ï'bá1b±pƒ(cw'âÒÌ»[±,ÍxDì›Sµð\sz@ CEdÜÚ•¥b\‚*I@SYÂk:Ü,fRÂô°‘„…[#·;¦pA¥ M»ºÂXFV€Þ/u¬†ieöÒð`Ñ0Ì»‡á71Í#ËløúÉKœí§2²,r÷®ù4á¹  o0 S#ØÑûçÂ
+~
+OEªŠx¢ˆ˜BxʼnøýˆCîý$Ÿ'¼c”Šˆ7
+Ë'
+ï§*â Ä"âQñÀÿ4˜#¢ç…'›ÓÉXÅüÓ†‰½]_Ãz˜Ÿ +ºbv{4=làᵯ2틨a}”I:xÿ®h8•ŒÍæˆæó„i]vÓð˜5LùÒ)ø”Ä#Ÿð©_¼ù0ñaÑqT¨qOu¶0Ÿ%<¢já1Z˜"Ù%hP²—°Ë9JHaù<áý¢D<D,¦ˆ¶˜…aŠçÒFÊAV0Ÿ&<&¢à1*˜2ø.—»0<?÷ ÒYÁ|–ðŽAª
+¢‚)`ˆg œúƒOûv5Ÿ$<$bà!C10eÈà›ýK¥ÿìö/•(9„°|’ð~Q"¢€BÕeXkÓxïû¹þú¯ãÝ‹„žÏžlKè_¨ˆ’rkk´‚‚Æ-ãsIÂ镤^Θ620\£ Þ“ø.&¹žšì¼}ñ¬¼Š)‘ǦO ï³Q]H>M˜Vf7‹‚) *oÌZßñÚäT|R¤S}cÖJ(€Pó‰ÂsQªC SÓm .óù¿;³A:+,Ÿ&¼_”ˆ‚‡€UÁÐvgç?žÛÙ™Œ„žOžŠqð¢8˜BxÓå…àka>èòBÊ[a @Û’äÓ„w S•ð˜°H˜FÁnAûw~ šEBͧ O…‰XxQ-ÜvyÝ6â² ý_ÝÍV¤‘ÂòyÂûʼnhxŒX4Ü *ÕíAK3äÿëv •Ñ# ç³„'[ÓZ¤à%û–õbaå`Ø‹ûÇçÒ„•\¹žÝ(MYX«%j|ó•< —þýçýL¸hø
+º?gü…ä3…imvÓð˜°h˜*|î ýE¾M‚¸¹½F §2ú\x%”@¨ùLá¹0U !Š†)„)O²d<Ù(ý÷¥]¥"’ Âò™Âû…‰xxHX=L mì<Œü?ñ3„žÏž
+ñð¢x˜Bx~ñϹJ
+O…‰xxQ=Ütz³‹µ¿ä+!…åS…÷‹ñð±x¸ALÛaÞ{& µS6ëN˜²íäœß™-øžO#žlkhéµ3RvkµÐÛZᨥï›F,×ï³Ñ"LZš6²´pç‹o:yoq±ô³gÝ{‹qv’æÓˆieö’ô`‘4T}1ó³[þÅÌò-ͧÏ…©Xzƒ¢XšR˜2 óp5aú‡Ò9¦"2YFË'ï¦*é1`•4L¯³…NEÒÆ´žç$ÁýŸÏv*øA:‘FzϧOE°
+|°œzÇ&ã¾8—Œ›'Ò×(p>ÙxÇoS¨Æ^°:¤ùÚo¶¼`ò“v‹ôšOEž
+a•û°Ê½é+¿¢ó-¿¢ãÂòÉÈûÅ°Ê}±È½Õ9Ä•Ê
+®®*tAÄBgdó>
+¤÷|¦òd3|8·Ë¨¯ÕÖ÷FHï!¸]}.UYB|œž~G=làv 1ùUÚørÓu–­bûv¡×d®bs¿>Å…p>[™Öf7¹ Qî ¡*OÛÝúµ#tÎðÓºé-•Ñ—u=Å•p>Wy.NUîc
+”{C‘²#OÛÜ÷}.„¸¯þ2Z>•y¿0ù/@‘sœd× þåÜD<z>•y*ŠDðc¼ pž·Êû²±Ùúh›•òËÆæTDWÊŸâJ9ŸÊ¼c˜ªàÇ„(ø&LQ³3ô/ø/e°H¨ùTæ©0‰!ŠÄÛNQD’hŠïº|Äú2/¤°|*ó~q"#¢Ä[Deï9CÿÕ½gèˆïù<çɶö€‡Š(·¾vBZµgÔ‹o>͆ÿ¬?Ìî릇,nãbl^Â×£VǕף޾êWÖÑo sôBçoW:oqR›Ý,>&,§„Z°[×_¶®Ë®m~ÓÖy‹OÅ©Z|LQ,N)Œ;¢Š¥›¢WM#„åóœ÷‹Ñô°jš:uÏ9ú¿Þ{ŽŽôžÏž
+!Qø°(œz~KôËÁ÷R
+‹Òð²L¹¡7sVÎ~?=l$km–h#¾ët€©Â·Ï»I@y$üluµ ù+˜Î»šTf7W‹«  –Ý„»¼Í¨ŸpWU¯„
+5Ÿ =¥ªê1DQ50¾[ÆË Žïõ«x#…–Ï„Þ/HDÔC¾*jÂçôéWp” ý¤ûŽêbô|"ôTŒˆ‹Ç ÅÅ„Áw{£ƒÌ¯$zÕ«¸ì)†cC’|"ôŽAª*Àhy !&FFͧBOʼn˜xˆQML{<)Ùmœ¿e·q:d°|"ô~q"SÀ²Ë§ÿzÚúv‹ò}åíHèù<èÉÖô€†Š(«ØDèü¹
+endobj
+4491 0 obj <<
+/Type /Page
+/Contents 4492 0 R
+/Resources 4490 0 R
+/MediaBox [0 0 612 792]
+/Parent 4485 0 R
+>> endobj
+4493 0 obj <<
+/D [4491 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2126 0 obj <<
+/D [4491 0 R /XYZ 150.7049 615.9894 null]
+>> endobj
+4490 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F14 2180 0 R /F11 2828 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4496 0 obj <<
+/Length 5142
+/Filter /FlateDecode
+>>
+stream
+xÚµû—ݶq€ß¿âö¤)íÒÄè+ÕJ«ØŽlÉÒ:¶cûœÆ¯¤Mœw›´}†—`pÁ.l®}|´/¹ø8
+þ6Ewú3ü RÒpÒ·ø£¶Óœl8ýúêÍÕåŠùm&düåNù*ß^¸Žrÿ¢½ÜõRBëfsºö3|0¿\ó¦»}ås.¹I'η㫯¿<ß(3)Ÿ"\cJsLçCË-:»&‰çƒ¿üú±rþòøZ{óè·_þië¾­¿-„)9ýýA׃biÓß; ×FÅÉ ÷ÍM^Çx¯º8yç˜H¨yžbR®ì\d"¡”™’²P“½›R€–;úE8ßl¥§Y{wºŽ“]~Çù_©i6K é!wyç•3“1pQgÔ~§–BœMVsÒ~¹q§?|}ú†”Ϻ¦§m”Ý™…Ò”}^Ëg'§‚nÊ—˜Éé9õGš‚'5¹´4pR‚6"a†{ºÄØ8Üãóu¼äUÒ“™½Ú¡r>Æm*8²6uI¥ušà¦ †£œµSpmf¨ÄêÞáP÷‡özÕÙŽrÉ=*'¥Ó½Ã¡î}d
+!Œ…£œµSp¨CÐk¸¶ÜŠ”[}×Æa¬‡™#£Q.¹Ÿ;÷à2Õwi¤çy4xÖ^Á#xQ7WîïÜ6¬JÓìý‘Ñ(—ÜZ>‚Ó;TߥmXwnvv¼m„`xp†ü­8å;
+ma^¼|lÜ£¶ TÛØP\˜´YnN•5V͈ÊBCÙ®¨s˜ XOf ÁG›;Äk¯íú‡«ÿÇ5!Ã4Ûu8Lû“<0çš=ífs:Íêì ƒ7ç-‘ÔzD/–`á->Ój^þûµ:ã'`–b´A(m”¦´@÷íí·'u`º™Ì´v-¤ÊóyJz©¥˜¯rˆ!œ
+@Õªg¶—ŠXíed¸»SŠP…£qrc}laÞ¼*ùzŒPh¤°üÈõ¸xÕ‘ë¢OЪa–Ú ÚØê™ Î™Bƒ„~f»Ø¡8Õ.V†0Ðæ£Rqòç§p#T‘ÛT9D :× z¨tüö¸0Õ!í! +ŒaŠe†¡aèؾ*aZB‡„}s* S±ÏD4“7ö"L)÷
+Bv²æ<'âd¢:™BxÆòÑ™â¦k=D :ÙÉšwòaa"N– ‹“)aÔ,ákžÐ!aßœª“‡ÂT,C'SˆÙñßüøÏ#Dßšª“ q²HXÜô}Ê^ŽáýR«—càñûæT<§‡t² 0Ð0qOÊpƒt~îµédaž¼<;óI:™œ&9YÇ)¿–Ìl8¹'?ídU— ³“ ïdR¤Ãœ,c'SL•ºåklyÈù¦[¾.-šÙʆ·òḦ•E˜jå&fŽ]Ûý¿¶«Â^ʇ…‹HY&,R¦„N±„FX½FBox)„‰HY„¨R¦>l(k-éÓ-e割A)^ʇ…‰HY&,R¦„Ñ°«×o„Õk$ì[S•òP˜ª”eˆ"e
+‘;QþR˜(#Dßšª” ‘²HX¥Üt~Ê¡”ç0·qúc‘òzˆÄ) bßœª”‡âôR†‚¨0ïÍ”M
+K©•Õ=)›A£O”ÉY’“¡§ê¹”ìîÚõ3~íÚf'[ÖɤDG)Y†,F¦zFJoýæ,ù®@®Ÿ ãEef![VÈ#áª>IªŽ)‰ñ—²B’¿íW¡Ê²5XËÚø°@UËxÅÅÏiÖÅV˜ #Ÿ·¬‹G"TU,"TSÙÝg[ ºyzlÑÄ–5ña!ª"–ùŠ‡)_´È—¼mùî
+ßzˆNŽ‘¯oDŨC!*–Š…)B~X¿Y;⫙G†¾g£ja°J¸Tå)9LbÛÍ *^À€€};*
+Ò:ØĸÌöÝžƒ¸qÖw0?36*A„ëJ˜œ&XØ„(ó*Rwé§Î· ê7[Øñ&E:LÃ2&z¸ÁÔÝ“raûùÃ~´ËÕ=ìx„ŒˆXd)&nXLÉg‰ŽÑ˜ý]Ù/´¢c„°ŽWñaÑ".– QÆm¥4l/鄉1zÇËx$LÄÆ"DÑqáS§+œqÝvº*3.ˆNÖ±ãu|X˜ˆeBrCùgä
+O‘°oMUÈCaªF–!PÉ D~TßÌŒ‘âënf\(<RôÍ©*ù°8'‹ˆEÊ-¢
+]{ÊI›ÿÓ7'ŸwÖ$ì›SuòPœRÊP­Ý“²PU’Ûòî#dcÁ 1…Q)“Ó$)»¥ÈÏzè.äm)?§Ë¸­”}–²ç¥LŠt˜”eÌ"eŠ©õ®”º!eœ{´²ç­<3be¦Z™Â˜2ûRF·VþûÒ®‡¨•ÂzÞʇ…‹XY&,V¦„βVö‚•‘Ð{ÞÊ#a"V!ª•)Dà·"?çs!:ÙÊž·òaa"V– ‹•)aô¬•*X ûÖT­<¦je¢X™Bä‡õÍnk¤ø¦{ÂZû>¤è›Sµòaq"V«•DÅ'/ü/ßž"öí©jy(P©e“€\é=-CÉ@–†×²0W†zà’ÝmMO“´ }ýlM]ê*Fß.æþ¸Ó•MùñDÈZ¼–I‘Ó²ŒY´l` 1Ûòu¡ˆ‹äε2¤–ò£•2€ aœ™•x%Ä‹(Y©J¦ &õ;­ÓZÒèûmó’=BØÀ+ù°P%Ë„EÉ”ÐñÏȃ d$ôWòH˜ˆ’Eˆªd
+úÈyvòãÞWXÕ 8ÙÈ7òaQ"F–‹‘)`, 6f†N“F飲`³¢FF¾1U#E©Y†(F¦ùIýæ>ä_ðû=Rô­©ù°8#‹ˆÕÈ ¢J]MÄ%›?wU±,ÙDì›S5òP ÒÈP•övu锦¨K’ÑPN²ù@e±ƒB¦§IBžý¼]r÷òÛ½±}Eèׄ52-ÓQFÞá,F¦œÚîN”?æW¯cîí Ÿ•<³*e™¥J™²Ø™Ø6»™Ûkäp|^òq«^Þ,^¦Î³^Ž‚—‘0ðyÉC‘ª^–!ª—)DÐœ—ß¼sg¨ø´äã¢T½¼X¼Ütüó…™2>-y,JÅË;ÅË"?·ß¬k¿äëšG
+Çç%§êe±z¹AÔüSó¿3eD |^òX ÐË:-wÕ¦=1·¼z‡Õ2?OÖ¬¡æÑÝÖô4AË:B_¯Ö g©¼nï|…¨wʨwý0¹<˜Jhe>+™é0+˘heŠ©]7ú˜ƒk8?é¤ ƒFƒ[µ³•ù¤ä¡+‹,ÅʔŪ.ŸÁ„ˆRV½”}NB
+ǧ%.âdL]ÿ Õ¶²RÊBV2Ÿ•<&¢d‘¡(™2„.u¼0¼³õ
+
+ƒùØYÉ|RòqA"J–QÉ0¦ #¯Ã'ý û ‡€†ÏI R5²Ì€F¦ ùÉ}³
+£ô_ݨ%ŽÏI>.JDÈ"arC¨»ÄçÜ:þû¿~)ÀÚ¼É Ÿ’<¦‡ô1D+µ·ÓZ;8Áàô±œdm5\$¨Q#“Ó$#»¥³´X'ñUPÁé°µ ùÝòB¨õäAëè]ÒŸ”LËt˜’e΢dÊ©ýîv¶ŸñÛÙÔB:©áÓ’‡‚Fœ,ÂT'SÛmI.³þnl¹ÎFFÇ'%-bd°™ºÈîýç­½¢YÉHø¤ä¡(%‹UÉ"Ø.ëßMón—uRÞIcâܦŸ”|\˜ˆ“eÂâdJ˜fv#ÛÏøl Ÿ”<¦*e¢H¹í»Éeùú¿»ÊV—¯‘ÂñYÉÇʼnXYD¬Vnµîv²­èÿïö±•Š0ð9ÉcazH)[Гb_éX¤¬=Œ‚qGúXR²Va©£[¯éi’”ž’Á÷oíïIþ ¿ýézAoÃ#ŧ%ÓBfe´X™‚êЭ(›ÐO»úPy!U@jø´ä¡¨+‹0ÕÊÆ–Ç`*]ì¾þÇÒÌÖC$ÁA#„ãÓ’ ѲLX´L ]ê´Œýý¿ðóƒ„OK
+ѲQµL!¿7ù'B2@œ•âÓ’ ѲLX´L “bßGù)¿àÐðiÉcaªZ–!Š–›>pìÒ„(¤p|^òqq"Z«–Äu?Í[Ï¡Š’ž²ÛuÝØvqMŠï£ÊÒFüÀç,ñ!¥ %ìmÍÖ³š¢›=•ö}s–í(3ÇAiÓÓ$iÏj^tøꪋf'í½:¿!;›O[¦e:ÊÙ;œÅÙ”SG\1€è†\MÛ™ôF­^Ö¡Fœ?ö›ÍÚ }µ±¡©Íê)
+žOsŠp¼L^OÉm™Ð¨|M„ÿ©ô«ë!2íFÇ':Úê÷Àâw
+è1rŠÖ‚å:¦ÏüëfñƒtJŽôOƒŠ`u¿ XÝOƒg…_l%
+ç)ùSt?Ÿ}\«ûw‹û)aÒ²Rœ‰Jh„D)øímé Ÿ&=Â2.Ø,ウ›ùµ¡_ókC)Ÿ(}\ ë¸@F¬ã‚Ö$v+ˆ •=[}]Ÿè‚ˆ„ÎÈå Hø,ê±>à°`ùf°`ôÞ·c¨ ¸e~,Zù¸<Ç}— =M(¨¸ÉæW„ç—´¦I_¤¢,ßÃoÇЉ„ÏpuO¢¦:lL C☠Ôý“ýË׋}Þ?Ù/¯{†«ë|õPĈæE˜¢ùfÍÛ¼l}ülžçûŠP#£ã“¬‹&È7
+óË>/ Ÿ7?_äíbþÒ©my“2&o™³È›pš² ]ÎY‰¶™)5ŘÖ@âöƽ:¤ÍÆí*
+Ö~ùŸïyk }zí/ƒŒ(í¼,7š+„5WÅ%h‚føÄó¡úG!b\ê „Äņní2¯²¾Õ/]bµÓˆàø´óãê‚È|eBø¼¹ü¾”Rñ~Ô}[Je `à³Î‡bDF"Ce†Ðí4*¿êe?È([2áÜ7(>ëü¸ ‘A† X09~Œ1ÏJc £áóÎÇâTÇ2Fcо\)vìoÙ]°Ÿu~\œÈC¬#
+ˆ»£à†¸=ûQý¶ÞóGèkE4ðÉçcÑzÈQD;Í=&±KŽ|:ŵ9ïÓ©`ý@äendstream
+endobj
+4495 0 obj <<
+/Type /Page
+/Contents 4496 0 R
+/Resources 4494 0 R
+/MediaBox [0 0 612 792]
+/Parent 4485 0 R
+>> endobj
+4497 0 obj <<
+/D [4495 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4494 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R /F11 2828 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4500 0 obj <<
+/Length 4257
+/Filter /FlateDecode
+>>
+stream
+xÚÍg—ݶ@¿ï¯xé»I–F/é*VǶ\ÖIÛi–•f¹;NÏ_Þ#ìã €ssöÛJÂR¸.bÈû7Ï=2ò å­U‡›§iÅâ…‰gý¢´Õ‡›'o]ê°¨«ki¤¿|ðá³>ÿì½O®®•—Ï>|’~”öòƒõÏO¯”½üðƒÏ>½zçæ…ç©xˆKtÊ-×R-Âw:æƒÇ/½òÆÍó¯]]!._züðù×^^~íʈËÇ/ÝÛþøèñË7ëO/Þ»’Â^¾y¥Ó¿¿qsü?.ž¿¹éÐâ Qß\œ6‡wŸ]||ñÖ;âðäB^¸‹ŽÁ¾H‹ŒQž]hg-üÅû¯_¼š˜z¬Ì"bêq:Ôéï–tôaý[øä½ÃÓÜú:ÿÿ×NúÅêxêÁýãI®N„´n‰R¨ƒÓj ÆËÓùë) ¸¡^B46oñƯ¡x[±sr¯s[»­ôvÈk¥¥Y]©h/u:S¨£õ©ò"¸ã©Z´5:ýÒ3øØëSuÙ€WB.J
+WÃK·Co§ÒÕYÓ«}zh‹èe—G|uƯŒX„L0¸¯Íøæßj!—ã-D­(Du Ñ0ˆªBT€h΃]„Òzbˆó![üQ,öÖÕm½Y¬ô5ý>:4DèÐݺVqIÍüXtóo5è´¶‰.ʚϙÝô•: C˜ïGDî® _ŠèuHxRœóy³h­ÂÄÐæC¶à}\‚Š¶†ûcW:”¯à_!à׆Þüyê™ìÔÕ±àæßjð™ôëA‡[|±1:…tmÛý¶14é¨Ìzµ
+¿D“~u,sO·*ÇKh3ü4ïûAïÛ¨aœjy_„°äÊÓùÝ9»éô[ço{_îž`h›N°—n;äê}Izwt–÷yøâý
+Þïf– 6¬™µÝ,&ïK"¹Ö¶‰^›Íû¼/Iïã¾x¿˜½µf½¤?5ûRÃùVÈõx
+ðŒ$?/¼Åù öÍù˜ÜDÞù0lʆóÓ°¹9Ð$?Ùâ|ž®8ó9»«=åe¨R÷¡½µáI{ë‰HÝœ/IçÏ mq~>;ÃÙwÃójû†g…·
+œ¯h磮Ž8Ÿ'çW„Út~¹OžQ´ó§E9Ÿg__‘[Ñ7ÏWÝó|@wŠvþHd‘óYºìüŠÏ¹ÝÌ5>ÖÚ»O¤íÚÏó8_ÑΟZä|œ_Á‡ýaKßZ¤{`×·è, Ÿ'm1þHh‘ñYºlüŠ.vž›ÿûÆ<·Ìòï<k‹ñ§…Ÿ‡ã×c²4»Ó‘VÍò?!æ)kC4Ëøó¼-ÂÊÛ»3Ë7©±%|›·6½›9֤߾&²gm‹GÆMøš>êè4á³ðEø^vN“ñuûvzM®t‡º_ÓÆG}1>˜_Å×RË8õ óWè5œP/íŸÑ´ò§Å)Ÿ‡ß”Ñ­ìS¾îV> ;M+$´Hù,]Q>æs~_ùÇÇ|(åŸbåkP¾¦•?-´Hù<|V>†š—"À¿Þb‘>ÀŸçm‘þHp‘ôY¾"}Ì÷‡&OO2ËÐô.Á·6ÄÒ¾ó¼-ÒŸ\$}>K¿—¥Ý—þég óO£e‰­öóÄ-ÎJÜ»ã|ëœo9_§‹Ì»æùþS±àâmçêÁØ©íi’ï·C®Î7´óQG§9Ÿ…/ÎÇðJôNòMs¼-0¾¡z:b|0j×øÕN:tÆоŸ[ä{}ó=·ªÏ÷¦Û÷€î íû‘À"ß³tÅ÷˜Ï…ýe}¡ê{õ‡Ô²þ©!ö½ßÚ÷ÓB‹|ÏÃgßcø`únvnzov,ÀŸgmñýHp‘ïY¾â{Ì'…軡yÒ{Cã
+>¸¾…ŽŸ÷.tX€?ÏÛbý‘à"ë³|ÙúŸû%7"†z}û)5Û=5ÄÃ2
+oÀû²{Û~ïÓÅù¨«Úç³õ1 ‘¬õu°ŠaeÃú^Êõu
+
+-’=K—m_ñyîûÂK¤^à×}ó ¤L¢;å­¤KòçéžGßWèqØŠN×ÛEdíÚ Ñ¼¦‹ò‡B‹„Ïòeãß–ÿ†0¸vÿÜx=XYÕ@KWåÏ‹.R>Oίé‰ÝUyßâ:çøGkÕ®lìž.ÊËÛ»ã|)Mk·¾NñHá0ð¦¸ÝÝ?ÇÃÔ{×$U•¿¶EV¸ŸFFgü¥¤ËòqW§IŸÅ/ÒÇøŠßÁ
+JÞwÄåÚÏøü*ñkºF÷uÄû<"x¿B4®oÞ»tZø,]£?/¾Èû<üêý
+ÝíÏ
+SâÕu¾? ÆŽµ!žòº§kô‡B‹¼ÏÒeïW|¾sû˽/§1‰ï”¹’®ÑŸZä}¼_ÁGÓ7åÿu÷|à5]£?\ä}–/{¿˜eçûø>è~
+endobj
+4499 0 obj <<
+/Type /Page
+/Contents 4500 0 R
+/Resources 4498 0 R
+/MediaBox [0 0 612 792]
+/Parent 4485 0 R
+>> endobj
+4501 0 obj <<
+/D [4499 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2130 0 obj <<
+/D [4499 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+4498 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F8 2865 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4504 0 obj <<
+/Length 3672
+/Filter /FlateDecode
+>>
+stream
+xÚÍi—7†¿Ï¯hv˜²v•Øã b;q&„„- [ $,a篣î®+]¹,éÕ9âœ>|°qzjôè-éi©u«ïÞ\Ýy¨Â!,Á)w¸ùè …XÖ ýÁ©°¬z•‡›Þ¹uïÉ£×Þ¼yðôöµâÖ£'÷<}|þûÍÛ¯=xëéËé¿=|òøæü·W_º-…½õöm-n=yóæö{7¯\=¸¹’ÿ'ù/r‹–ÒÞvõÉÕ;ï‰ÃWâðÊ•XtXíá³øÄ"CP‡gWÚ®‹³–þáã«7®^OW‡keŒ;^êôo‹‘^ÎÿêŸ~xø(½ú:5àÚ µ(éÖãÝ}Aøøã±Ò/V{êqĹóP/4±Åêx½Å›øk¯{Wˆí¥Å5¯Ókíb´ÒÛ5¯•–æ|í¢«Œ]‚± ¬¡eWy±ºcW-Úèý•ØË®ºN—ìÁ[êMI/Œ¯`|ùå‘_í; ˆE )‹èL?Õc n1Â=ǨÌh`FEŒfǨ´mrbÈé’Pæxíø_‹0+Ø0½&z·§÷a±qºK8ýTpµ‹—6”€Î€€ßCcª×kä“b¨#wÚÄxÓ%;ôZ‹EH§Kúµ>…¹‚þµ:½+è-Ñï°v벪±p·ŸéÁy»eŸƒ ½ jõêôŸw¢šóÍBpû‘k¤Ž “¥+vØ ‹Vö95IÙ™¹¬sáôÊ?vàŒ_è ~?pM4²TÁ fký¢´¿e³ü4÷ûA÷[ﯴk»ß½-7Qáî—¶^ºíšg÷˪ûyCg¹¿Oî/é}ßyÈý=|—nYR¿¬ªŸ·u@ýDR¨uq•çañ¹^ºBž»BŸ‘UíÏË7k¿ Ÿ´_À›
+¾»5Ñ;W÷ýH¼LømÀd|èÑUàCøðž#㻺ñ§Å˔ߤÏÎçô«ÿ#øðÑïG/9$Ü$ý6\²>‡“Ýžúžš‰n?t“õ§E›µß„ÏÞ/à%:oý…÷¿¹YüCá^Î
+?ŽïÎoæ7.N¥r=÷FgÛwu´³-|¯‡ÃV?á7óûºùYC§™¿ ŸÌé…ß–5ª·ô!mì{ôe|«º™ß×ÍÏ;bþ6c2?gÔ¡·³Îcí+=@eÎ÷Œ"@ãë柖03“>›ŸÓ[tËÃ+}¢w¾nþ‘x™ùÛ€ÉüÐKlaô}ôö¡nâ÷uñOK—‰¿ ŸÅÏáWŠÿ-x±OôûÁKâÉ6‰¿ —ÄÏá¤@O®ÿ
+=¹îˆn?r“ø§E›Åß„Ïâ/àáSVŸ¡{Xžà÷7‹(ÜËYò‹¨ôãHo‹_ÉÅú°}…—üR o­Ö83ž§ŽºùYK§™¿MŸÌÏñ•×üZÀkþuSƒ®—êóÆŽ˜¿Í˜ÌÏ þ4 g¬ˆÑÖKõç…Ìäßì€,ÞÝ×Záe?Ñûz©þPÂLþmÀ$è{KCiÎwæ`û¯Û$)ë¥úóâeöoÒgûSØ
+ÚÿÇð²Ÿèu­T(Üdÿ6\²?‡“ݳú5¼ì':[­ÕŸm¶>Û¿€WèÔõ7xÙOð¾^«?îÅØ_¯2®T×ÎùýèÀ%fx~pQÀíß­g¶j;~Jö¯ëó–β‡žì_à«ÞªPxKö‡ë¹e û׫õycìßa$ûŒ¦w€Aû•ì/»zØäOˆ¶^°?/ã,ÿ6’Áo=˜q€ ö‰Þ× ö‡Îòï
+­þ —ì{9k|±.*¬¡ãz¥'¶7‡?Ó.Ñ’õ{¤úzÁ>oé4×·é“ì9¾Â7h¸ª[Þ#Û×KöycGtßfL¾çŒ=Âðu´fŸøl½f^ÀÌ÷Mø,|ïп/ñ‰Þ×kö‡ÒeÆo&ås@îR½
++ÿ)¿^³?/^æü&}–>§
+”þ»²5~Ÿó>u€®•íå›ÄßæKæ/¦gNPÃæ':[-ÛŸ—nV>»¿t:sý œ¹<±ûzÕþX¶³ÌWkìia;gúUK|+Ÿž%ºoÑó÷iƒ¿^¸Ï›:Kþ|’Á¯ðôi ºŸ6øëµû¼±òï0’ü Fƒ®¯áƒ}hëÕûóÎöoÓ'ûô-„þ6|°è}½~(Þlÿ Ùÿ¨¬Zé¬2¶ÁÿÞà¿Oüõ
+þyñfû·é“ý‹xƒíÿ^_ýÛ±~¢×µþ¡pIý8R9; tzz¶Ot¶ZÅ?/Ú¤þ6|R ¯ÐyëßðÁ>‚÷õBþ±p/fݯlìC©:_£¼Yœš+‡}ÉQt¿C¿çèAœ½ÐÛ÷Û½Øý¬©ÓÜßÆOîçü?ó®¼ð?v@ü ÛSò^ì~ÖØ÷·“û9£A—† ¼ÑO€¶^Ë?/aæþ&}v?§wh9ôwà•?Ñûz-ÿP¼ÌýmÀä~èÑ¥ácxåOãWÖkùçÅËÜߤÏîçôÁ€îÿ)¼ì'z]«å
+7¹¿ —Ü_ÌΞ~/û‰ÎVkùçE›Ýß„Ïî/àáƒWÿ·ü Þ×kùǽœu¿6ÇÒìÎ7ñ(+‡ì=Ù¹5¹ßwNZz`Ht¿]·ï·{±ûYS§¹¿ŸÜÏù5þ „Ú£o/å±Tì
+endobj
+4503 0 obj <<
+/Type /Page
+/Contents 4504 0 R
+/Resources 4502 0 R
+/MediaBox [0 0 612 792]
+/Parent 4485 0 R
+>> endobj
+4505 0 obj <<
+/D [4503 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4502 0 obj <<
+/Font << /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4508 0 obj <<
+/Length 4605
+/Filter /FlateDecode
+>>
+stream
+xÚÍg“䶆¿ï¯Xç;ÛK!gé‚-YÒÙòÊI–£,G9çø×!Ð@ƒ3/8¨¢«¶ôA§v–›ÀÓÍyåþæ¥ç*ÞÆ%:ånïß¿•V,^˜xëT\‚òöþ½w=yñÆ×Þ¾öÖã;#Ä£7^<}öÖ›ùϯÞ?ŽúÑ˯¿ú$ÿ÷óoÞç?½þòc)ì£ï<ÖâÑ‹·ï¿{ÿÚͳûy+Ò?’ÿ"·h)ÍíO>¸ùýÍ;ïŠÛ÷nÄík7bÑ1ØÛ¿¦ÿ‹ŒQÝ~p£mXœµô¿¾ùÆÍ×ë'ŠÛ;e;}Ôúw‹‘^ßæ¿õ·øéíûµõ]½€;'Ô¢¤ §{åÂqK”BÝ:é«Œ]ïˆ8ñ¼ôÜÞR/J Ÿ>pñ&ýÞS»ï QšvzWÛÚÅh¥ËgÞ)-Mþìî^E»x©Ó½bWÚß+/‚;Ý«E[£Ó}@$øþ^ÝÕÜ¡WB¦ÿ+\O/Ý%|›~Sz`z|uŸÚ2|™øå‰_Ý
+i±¿Çö?,¶Ìþcøj.^òT¢×Ûÿ[é©!Ÿôýy×möŸ‰.³ÿ°ÙŸJqí‰öŸíŸh×t ¤Øßcû_fÿ1~µ‡Î^I'ûE[”kC¶¢å ÿ¼û6ûOu߇3õiô?õ÷û+¹X˹XpÝNý%*wÎmY‚Ò
+.“ÿ¯É¿œÁIwoc¿|õK”¸¯ ù
+°CŸS€ŽÝ¡-ûÙÓçÑrÖÚŸö#v+ü§‚ÛR€1^MN€Êª@ç—/^™~µÿ 0@æ†|µÿ)­öãÿã‚ÛR€zJºðF0?ŒÖ†2ùÏ Âðµ!Ÿü½ÆUþSámþVÿ÷ã³
+@e\vV
+#íw¾Â¨æ˜òtTºüó‹I
+endobj
+4507 0 obj <<
+/Type /Page
+/Contents 4508 0 R
+/Resources 4506 0 R
+/MediaBox [0 0 612 792]
+/Parent 4513 0 R
+>> endobj
+4509 0 obj <<
+/D [4507 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4506 0 obj <<
+/Font << /F29 2173 0 R /F54 4512 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4516 0 obj <<
+/Length 4133
+/Filter /FlateDecode
+>>
+stream
+xÚÍi“$7@¿Ï¯hî50eÝ·÷Œw×Ç0¶¹|py›ÃÜüuÔ]J)5Ý™’"DÄ„?x½ÖôèU–ô*UJõý›««xˆ[tÊn><H!¶¥?8· ƒ<ܼÿö½Ïž¼úæÍ£×_¸6BÜ{òìá£×Ÿî~ã­'÷Ÿ½²ÿùñ³§7/¼{óòÕ£›+yé‰?ÏmZJsxïùÕÇWo¿+ï_‰ÃËWbÓ1Øçé?Ä&cT‡çWÚ†ÍY ñÑÕW¯•O‡ke6;~Ôéï6#½>ìëŸ|pø°´¾.¸vBmJºpü±ûÀ}úñÔOé7«Œ=q‹#΋S¯QC½I­mú¼Í›ôkíÞ"7m>óº´µ›ÑJçϼVZšý³›Keì…H]@m/•Á/Õ¦­Ñ釞ý½T×å#{ðV¦0xÓÒK7Œ¯†ñeâ—G~u~¢Ø”²¹
+.x¿Þoà¢ôþ/úÞÏ7 À\°ôºÈïóìÅûíÄ,õexåeû¼þ1¿7D‘õ
+›×©!¯|“>V€y!`ãëŽê̘¯iã£~.3>Ï^Œàeì%úùY:_wŒ_–ÑÒ3jV¾¦•ú:£|±(Ç×øs£ÑUÀg4íüeñEÎgá«ó¼•cÊ×£Êt§iåÏ„)Ÿ§+ÊGtÎ_mú=m’ÿ€íÞ_ƒñ5müe¡EÆgá«ñ| 2A'}› ¾AÅöÔ àÏÇ-&´Eø<[>b‹±ëûýÅô{þ¶ó1[|¿,®Õ÷,zõ=ž‘%1_iÚ¸þ‰`ߢ¸z`?´U÷S‘½;¾0›2FvtŸ.´µùáÇŒgøf4Ã7Ù÷†ö=êè2ßóðÅ÷˜^‰á ߌføtohÝ£®Îèž',ºÇ„Ú­ë¾»®Ÿ3|À3†¶ý²è"Û³ìÕö˜ÝI mgC Û[¯òÜZö3E²çáŠì1œ#§RÀbƒ÷ZÒ?5Ķ7`{CÛ~Yh‘íYúj{L EëQ¿õ,gþ|Ü‚îg‚[tÏÃÝc8)/|ÃÞé÷{Âðè·mþ²ÐVá³ðUø <µÏÊ…[7öŸÉ§ô[7¶øó‘[?Ü;“à›4‡xÛ¾‰é.³aŸèíx‚oGS@›…oIá£~®ò=ºoØ•äuï¼//òí¨ï-øÞ’¾G]Ð=¶o
+ê½!¶?ÐY²@]h«ýYøjÿ^uv4”Ðþ­ó¦£¦ý
+}ÜÓUöïЃý|e;üÂ[°¿ì?_j¨Èö§+ôqg'ìßaû7ŒFòöw:]‘ìß«S7.Ë-]¤¿.ÆUþ<‘Ão}GþãØ‘-ÒzOéO¸Ê¿òo
+þ¹àÞ™¼_Ùt ¥ê|åŽòfsJh8GŽ}®Äy¿<žýQš½Ðù«ì.«õt™úyú¢~Œ¯Ç¿lP»á÷úÇ ~C>ï²úQggÔÏ3õcFãÕ¿ ŸÖ€–®á_a¤~–¾ªÓ»Ñ/—øÖhx5Ð{º†*¼Hý<`Q?ôÄÒ• ®]}J„woˆÿx¿’®á_^¤~–¾ªÓG3¨þŸgý@¯©þ©àõópEýÍä,Å`Öÿûá¬è,Yÿ.´Uý,|U?¼çê?£#×¼§køç‚{wÒ~mŽ%ÙoÝQ6ýV•7EÈÞ}>õûÞ}ð†ûñÑý6ä/³»ì~ÔÕeîçñ‹û1¿–ãî÷£O—òxR.•ÏÈ»ì~ÔÙ÷óŒÅý˜Ñt71äJ¯G·0(
+¶^9 ³dÿºÐV÷³ðÕý |wóŒÜÿŸ.ðž.㟠îj÷ß²¹Q‚zK’´gc<„té\ž¿uý‚ÌÿõÕ–¢endstream
+endobj
+4515 0 obj <<
+/Type /Page
+/Contents 4516 0 R
+/Resources 4514 0 R
+/MediaBox [0 0 612 792]
+/Parent 4513 0 R
+>> endobj
+4517 0 obj <<
+/D [4515 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4514 0 obj <<
+/Font << /F29 2173 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4520 0 obj <<
+/Length 4660
+/Filter /FlateDecode
+>>
+stream
+xÚÍi—.·Q€¿Ï¯„k`ÚÚÖØw!1±obO à8,qÌ K ë_Gj©¤Ò¼]Õ­sÄ9sòer­û^=]-=*IõÎûwï¾Qñ>nÑ)wÿøŽ´bóÂÄ{gý¦´Õ÷ŸúâåÛ¿õÇ׿ó`„xñáÛW¯?þ¨þüÞ;RÊ_/ÿ÷õw_ôÉ7ÞÖÿúæíGï|öøÁÝëÇ;y/Òÿ$þtú!øû|y÷ã»O?÷Ÿß‰ûîĦc°÷?MÿGl2Fuÿå¶asÖÂüèî“»o·O÷Zm!—?jÿ³ÍH¯ïáOòÃû/Zë‡Ö§Ä¤ù¯½ð(Ü¥P÷Θ-*öG!2Ï»o$nè6%cúd·içÕÞì{BÔ–Ãg>´¶ÒlN:]?óAiiÊgÏ*ÚÍKžêéø¬ÒtùYmÚþÒ—ð#ÀÏê¡}ä ½2õT¸‘^º|»Y•žöƒÞ´¦â«c|h+ýæ„•åC¿Ìüêæ(#6! îìi„Ûß:c4{4ž0juÀh6kÓ«ª6£®ˆæ±6M!ÝlPå3 š[Ä`7¡´^ãö‘güQ¤pŒô&Ò§§é†Sì¥!¯vwîUÜ´Ò~.¼íoài߶4Ø@g®~í2`ŠéCH|RÜz³i^‚uÁmyFïãT´#}8š¿ô¦ŒIí7éL™¿¾uH ÓAÖq`þvô™fíÔ×¹ð¶¿uh”Ù‚O
+¿´MÓ§u©$%è_’úÇÐÿ cÓ?fÔúp —>PeŸ”f¿A  ½]v¿³ª 5|F’î_àîþøê~ŒnâºJÓQs{xƒÂƒà ;4L±µ®&Ø$Ý?Ûî~¯»:Ë&÷—n¿w˜Ü_EŠiu¿$Ý¿.¸Ýý'ôÍý˜>ÈCz-²kw÷—ÉëÛ}i8¸èo‡n³øTx»ûyÀî~ ¦'‘ušž˜Éó^1úßBÃœ¢yQ…ÀÛ±ÛD½.¼Ýý'ôÍýÃä,õa|…rvx»LÄ·4Äo·üÛáÛä?7|ÿßä?›û[kÒäïNÜo}HÓ/VS‡©z7îWDê_Úb÷«ê~E»¿wt™ú9öfþ]§…!ýƒ9–ÆF€WŠ0i›–ŠÎéúÆ*0¿¢Íßû:#~–¼?js¼µÓ @ÞÿMj[#·½tFÑÞ_\¤}½X
+ÙãÌþ·¾½Ý˜ÙŸ1¤î׸ûþ¾
+£[u-·7r{Û$Uù†TþTl»óy¼.} èŽS@cƒ
+o÷>ØÅ¥8šŸä¦…/â7µßŸÖ†éÑéº
+n÷>ؽ¥8˜›Ò“HË’QûÿpD ±õïvØ6E¯‹n·þ |³þ
+»vM—îOÙŸÅköð¤àîb¡ËÿÈïÈ¢Ë-]»¿.ºÈÿ<>øÄW‚y¹ÑÒýø—­Ý=à{ºxnô>Ÿ´_¥å vg|ÚØM™z™Äwô¿dßü/º.Æ"øŸ®ÞÇ]]æ¿ûã+Ë&þÚD¨Þ×ò,ñïû#øŸ®ÞÇñ?ÏØüÍqsŒ6_íOÏö6,Uľ7ݯûådbn€héþu1Fþçù«ÿ1½=NmØí¯j¢ òÜ,ïæi¤n¢T÷ÓÅûS¡EîgѺû1œçÊ›å&´-±ý_ÞœÄê|€ï;¨î§‹÷×¹Ÿ§oîÇô!²µíÍýuZÛ®E}Y€^ÓÅûSáEög»ý1 Üu¬d]o¬ü¿%‹nt8 ´tõþºø"ûóøÍþ¾¢jsÜ~!LµÓÿ’w.Öÿª&øž®ÞŸ¿Ï&ûWÁ§W(žÚ?oú[ /{äo´ƒôWªÓ#ÿúíHï¥ÒFõBÒõû¸««ìÏãwûc|uœú”îñÌioµ?UÁ_ÚfûÃAUæ‰_Óü¸¯ò?AlòLjFqÉ¿«›b¿{–ø÷{þ€gé
+þuáíâ?a¯âÇä6\Küÿàzâìž®áŸ
+m—?×å½9^×9oÊ׺ɲ¨UÝÞ0ßûSuucà>t%]Å¿.¸]þ'ôMþ˜>
+î8|“²Öý5ÿ­nhéc^ÓuüSáíòç»üǹÙ1uH(õÿg¶iHýÐÒ¥üëâÛå‚ßä?à«ãï–QNÔƒYeF}©ìÞ2ý™vuÀ
+-Ò>‹×µ?ÌË’»ÎžF­¨YÖ¿ñ×ÙÓ°õ¦ ´t-ÿºè"ïóøÍû>qáªÕòÃÐýõY-ˆõf«|O×òÏÝÕâT.¶h-ù|µ]H³‡«áÕý·iýé–¦îendstream
+endobj
+4519 0 obj <<
+/Type /Page
+/Contents 4520 0 R
+/Resources 4518 0 R
+/MediaBox [0 0 612 792]
+/Parent 4513 0 R
+>> endobj
+4521 0 obj <<
+/D [4519 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4518 0 obj <<
+/Font << /F29 2173 0 R /F1 3332 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4524 0 obj <<
+/Length 956
+/Filter /FlateDecode
+>>
+stream
+xÚ­WÛŽÛ6}×W¨}©ÔV gxïë­E€-ꇻ‹B¶•X€-oloÒ É¿—EYÚ•bè›DŸ93<g†¢g‹èÅ ‡€!0^¼ŠR¢ ¨X
+E /Ö· Ó„¥€TÉïÛ¼¬Ò Méýâe¬(á Î(!dŸ×¿H•‘q½®êõ¿|à.?müÓñýn¹ß¼®Ä#QºB2%m!\ÅhBž !`KqÁ¿YšÕ&?ä«Sqð|«ýºhØÐtØh Ášf±)ÒŒSš¼Úo·ûEò®¬^û¥–ñèß7yŠ4y›‚Hš eQTþi]ÜQŠU±ö¯e³œû
+X·Ɖ–mœÎë2î€q§…«Ú‡
+˜>u ÊÚ“¬1³eG9`GäÜÅèêטh?IÀör|è$¸º\¾¼šR¾Wæ›@gã^„I]6N¸vÛ?‡¼î·Œ3ûNÝÆOÏ 1º¿³¬M”N’Ž3•èé¾î$`CÒum†-`žH@=é¾ ÔŒ~ªƒt‡bÛ¨¥ŒR^­KmüD­;ÿç6þ¡¥v}Ñh¬ÐOáÕú©“`>bØþµÏÇŒ¨Aý¤‚vNQ_ö¶nóõW­8«=áL'bŠ'·çÌb6â‰F<³1OjPO²[j”ròpè„áø"$á²j«­ýÀ„ LÎ^¾ôY8˜.œu :ùÍåá ˜)Ãùó™šÝŒP3%Ûv»£®A½ÂïÏÔbŠϘÂ-5J5Ýq5y
+¿ $eŽû‡ÇjuzlŽ-»~>äÙgò߶Ia0éÈÙ2›ÜÇw”·€¦þëP_Æ;;ÿjàIþ~
+xj+*ûLÝP1{›ƒæ¿‚ÿd¸ûÖcñìendstream
+endobj
+4523 0 obj <<
+/Type /Page
+/Contents 4524 0 R
+/Resources 4522 0 R
+/MediaBox [0 0 612 792]
+/Parent 4513 0 R
+>> endobj
+4525 0 obj <<
+/D [4523 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2134 0 obj <<
+/D [4523 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+2138 0 obj <<
+/D [4523 0 R /XYZ 100.8917 654.3602 null]
+>> endobj
+4522 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4528 0 obj <<
+/Length 751
+/Filter /FlateDecode
+>>
+stream
+xÚ•VÁn›@½ó¨'8°™Ù]v¥ªRœØªr«ê›“±‰„qcœ¤•úñÝeÁà)äÄ.žyoæ½ñˆÙ2¸Zfªpùr ,aB%S†$)\nViF ã„£„è6/‹}qÊqâ®ëÃ&¯ã‡åÝÕÍ
+˜³3ïÆö¢%‚QmìÂùí‹Òz$dô½qæ·/íס.NÅ¡j~SSƒ-g0_NPy¿%¤Ý¤×ûà9X=@¸ ¼ € £yøf/ÀPØéÙd‡MIÙ½(ƒŸÁ3br†L†˜3· .U©ýpJALä^`KFm¢/€š
+endobj
+4527 0 obj <<
+/Type /Page
+/Contents 4528 0 R
+/Resources 4526 0 R
+/MediaBox [0 0 612 792]
+/Parent 4513 0 R
+>> endobj
+4529 0 obj <<
+/D [4527 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2142 0 obj <<
+/D [4527 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+4526 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R /F14 2180 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4532 0 obj <<
+/Length 1169
+/Filter /FlateDecode
+>>
+stream
+xÚ¥—Ks£FÇïúTNÒA³ó~l޶וì-±n^WI#›Vàõºòúêi4 Ïȃ=[¹ Ô4?þÝýo8[LÞ\r’d$•Ùb“Œ‘6DeR(D™`Ùb}=e1Äf7‹÷o. ÷™BL“áCØ‹2¤ç}À6oïVwù~m7³9xÚÖÌžÚª‰$×iAúK‹±Ü¬xë2ÖûuQåûGwÔ<n—uÙ'§Æ»vN(#á—FXPzȲ¸³³9Çxº©Ë²žQ1}(ª[wª#ÏW­Ý7îø.ŸQ<ý4#bÚ_´´¶r¿ÖöÆ´²kwXô§sGÂ|) Ž HÕa| Œûb=GR¤$'¡òÁʯêªÝ×¥£hìÇ{[­l,­FŠ9ˆË«âZ÷)/cÅ£qÁ髉TAÄ|Y´Ž¯ºß.í>’ThD)¡aK„e¥Ò Žé '(Ý…æMSÜV[[µ¨»Ì¡üZ+÷÷Õ¡MfsFŒœžûR]Ru#&DÓA‰cÉêµ=¬F›ý²kš|[”ýM²Ý™Ïº)Ú¢®º4“w‹IWeœ‘§áðŒ‹lµ|œ\ßàl=ÁÙû FÜh’=ÀF”’m' 4“B 'ÊÉÕä—cÂù1ãÜKyÖ¹ \0Ä¡/2!bF9Wø!"
+üO4Vž&»|ß9È)5ÇÓ¯0á8"Ñð[Ó¡] „sC§Cl@3§œ#¥›#,Üä^Çh ÎHéÑlÊšLsPÄY…‚bÑ_5Ä„ ÁX’¡»CF•·÷{_qž@ržBB±7I ØËn6WÚ8ˆ‹ÁÄâ"AÁm°åø-Á˜ðl 2hãd8J`XÝÐÉ  ñ€?c
+uìöâ÷ˆ„~P#ýÀaq*ñw|V95¾=@3.³¡šaˆ Lú ‘ü¤8^ I¦xp‹}±µG({Á+Ú{ÅÂP.M kBb0Èë*ªMûèÁ×›sˆ9UD"Fµ ‰Z…DR+_‘v_äÕm ¢Hvp-:xÌ‹<ÎÁ‘”š†:Þ˜J¿765ŒªbÒQè
+BáJb’(ìç¢iÂ$P˜8…è^&NºômœBhÌ|û¶·GÏ¢ìÇ×eˆ9E`ð!N\óë¸_¨À4·»ö±±­× ®5ÄÄÊ!EXŽoâBháȯöè”%8Öó2€“áÛ€Ÿ·@‚a±‹q
+endobj
+4531 0 obj <<
+/Type /Page
+/Contents 4532 0 R
+/Resources 4530 0 R
+/MediaBox [0 0 612 792]
+/Parent 4513 0 R
+>> endobj
+4533 0 obj <<
+/D [4531 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2146 0 obj <<
+/D [4531 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+4530 0 obj <<
+/Font << /F41 2190 0 R /F14 2180 0 R /F29 2173 0 R /F39 2205 0 R /F11 2828 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4536 0 obj <<
+/Length 1002
+/Filter /FlateDecode
+>>
+stream
+xÚ•–ËvÛ6†÷|
+ž®¨…Ü—îšœ¸©{M¬^·¥$Úæ)EÊ¢7oŸA(¤LÆÔN€ƒÿ`~ðå"zq!Yl‰U\Å‹Û˜%šJ+Є ñb}C‘³›Åå‹ &;áBÖÆ´ »÷½„‚-e°I÷÷«ût·Îngs4ÙWÿÍM²²Hn$1ÀÚ¥ùXnÑ|í3éÎe¼Ëü°Úf»t_íÚüÜv–ÏÇX…¿ ¡Ày“hqk%¥ÉmUÕŒCò˜—w~ÊÁ§«}†ùšñ}:ã4ù0c´‹–YVú_ëì=¥¼ÌÖ~˜·Ó©']'U–#‡$Õrï™]½žê£8ÑJ²¾ø½öÄ_Uå~Wž¢ÎY¹Ê†Ò¢9SA÷¡¼šhiL™Òb¨~ˆÉŸM¤Ûóe¾÷|åa³ÌvIÁÎïߊ~Y¹²DRäD¥]hZ×ù]¹ÉÊ=q‹0ÁËoŒö_}Ü,8‚Y•¼êJuÕ“ªW7¦°I JKV­³¡Ãb© èîÒ¤›¼øØnú&s3ÿûM·Uïóªti¢×‹ÈU™ÆìsRHˆW›è!º¾¡ñ:¢ñeD‰´†Å8 „KËâM$P3&Šè*z{L8?fœwR¾tÆÐÓ)J3"
+þj„P‹p©CÈB«XŸð§aŸÏ$Üç›Ì!rãE|=RgJorˆyª¢`¢ÇøK`dZõçaJ)ñ®žRÖ‡ÍlŽžÛð}þ†˜>|¹(¶H—ï­çc„*ÛãûóK½r·ÝUøëk l D !NšùÝ“föoË_Ï7óç7¿íe#|O@䃈œH¦l¿—¯FÌñú<sl¬1Ø ˆ ˆâ‹ˆ2/FÝÎgB¦]H9RN…üuòæ<ÂCßr
+endobj
+4535 0 obj <<
+/Type /Page
+/Contents 4536 0 R
+/Resources 4534 0 R
+/MediaBox [0 0 612 792]
+/Parent 4538 0 R
+>> endobj
+4537 0 obj <<
+/D [4535 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2150 0 obj <<
+/D [4535 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+4534 0 obj <<
+/Font << /F41 2190 0 R /F14 2180 0 R /F29 2173 0 R /F39 2205 0 R /F1 3332 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4541 0 obj <<
+/Length 1242
+/Filter /FlateDecode
+>>
+stream
+xÚ•˜Ks«6Ç÷þLWxaE¯£G7æáéÜ]'Ùåæv°­ØLy8'M?}…ÙÐ+ï >:üøŸ‡Ž¸}šÝ,9‰4Ò‚Šèé5"#¥‰ŒHD°èió3…‚ùËÓ·›%ás&­#|2Û9 Ï!CJrÞäI½[ï’jc^ç
+8®Ë¿çǦ8Œ8W) íÒtÊ7k ~uWi‘TŸîw¹7UR§eçêÁâ¡ö´°¿Â@éÉÍÓÎÌãøµÌ²rN!þH‹­»Õ 'ëÚTw½KæÇïsq»heLá~mÌwŒia6î2mo'Ž„ I˜}O¡©åàH[­Œï„ñ¡Z—ꊤàÄ—Þ{COúuYÔU™9Šƒy;šbmÆÜ*$)êc~%’\©ÖÂzJ²±èQ@8ý©#ÙZX¬ÒÚñÇ|eª§ ¥„ú9ᇕ
+8¦œVéÆ49Òm‘›¢FÍ"ë`aï”t?~æ«FÆ%ï†R=zRyq#’"E;˜>båÆŒ½«@„éN×e“3IžfM¦j¢â?Lsç÷Ì}yH›´mÜÌžfMqD¾Šì;2Ñ:Ÿ½Íž_p´™áèÛ #®‰>ìF”kå3f%
+hD.m)é$u•&Å63UºÝÙèZ Tü‹ áÈFÔÒpκœ&ó…  ãÎÖCZPû(À´y bë\ùÞ\Ô™×&á¸f'¤å’h3hWw6>
+³™Få·”CTó…-ÿ @èl¼º° a =qOÀ˜ŒQ€5æízSÖ=íÖü_l¨ %<îl}Ê•­-P¾ MC£QÖ1•Ãø¤¹±-V‘S®ÐnÕ…*ŒÑ®½u6çªp›®öÞ9 ‰Mr°¢hJ €`〤r$Æ&}Pð
+~•0%…ÒE’—…ÝÌ$iI`š¤KU !zô$bR1 ÙçV»íŸ D
+àPWq0Ž<-;Ž8At
+.(dÅê˜e¦¤GÀ¶—“qáZøq™È ­ñƒÒ BÇ}?™Q°Å0>Ãè¹(p-̦ü(Ú©¸Á
+endobj
+4540 0 obj <<
+/Type /Page
+/Contents 4541 0 R
+/Resources 4539 0 R
+/MediaBox [0 0 612 792]
+/Parent 4538 0 R
+>> endobj
+4542 0 obj <<
+/D [4540 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2154 0 obj <<
+/D [4540 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+4539 0 obj <<
+/Font << /F41 2190 0 R /F14 2180 0 R /F29 2173 0 R /F39 2205 0 R /F11 2828 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4545 0 obj <<
+/Length 1256
+/Filter /FlateDecode
+>>
+stream
+xÚ•˜KsâFÇï|
+’ÊC$a<Ó=/å{—ÚÚÊ%1·õ&%ƒŒU ^¯¿}Zèa Īu³äVó›?¥ëùèj¦Õ8¡;ž?Œ•‘ÂIŽ­qÐàx¾ü (ìäóüãÕLé†9:& ÇòhöXX´¢ðNëÒ`Ñn?L¦`dpÈþ›(Äé¾Ã¹×ÂU>š\ò¥Áï…ÇÝDù ^G‡$«œBØxfª€.Lhé//Bôêøôü1žLµ”ÁC¶^g0ÁK’®Š[9q´8Ä»}qýM@_&ÊåC÷qœ-ã;)!—ÅeRÞŽ
+l’ φ@$¢´úÈq§P7U:WÅ‚pV«¶ä­#¶$_déa—­ Œ}üô§‹¸Ë­”­Ôîòë„ÓÞ—ä)ZwE ŒÐFC¯#WZ(3½O_ú¼¹wN
+ڹЎ+ØPh ¹žV[Æ5Úï“Uº‰ÓƒÈ"S¤ w‰üß·¯›û\´Ò7M©n[Rµ§]ES‡,[Æ]‡¥0ce;Ë“&Ú$ëWÊVçmð!Îï|-~s›í“<os/£÷óQd9VoEi,
+ã­/6£§Ñ§Ïr¼ÉñÇ‘:¤¿Ð… C5ÞŒ4³ÆT7Ö£ÛÑ_µÇiírÚôy÷ÕêV‘òÔŒ…E
+ÿñÈÒÈa4EI7eYÇJäm–¥Ï[:#Z|
+|‡N QHã«rV“©•ƒÊ¶EE•®¨f$ÒAU³Q–ˆµÌ^¨DUvQiتœ*‹6RÊy Má ì’ÕcS"ôh$t’8a°~¾²9e1”ßöæס0…0ÇÍq®/àxékœëKÒP¶@;RÿppöT'Ô`½)²Æ¼¿é]Õ+›s„Pµ%ù—Ãð°;êP3Ì.0Pf× ³Žv ‹OÃr'¡³œPX¾œ#Ú¿n¶5(Ù_APVPeÛæ¡Y)Tˆú´‚@±x¨;&_<ª¯p*‹sUœ3êL`QìŸï÷ñ!~¢“†ÇD¥Ñ ƒ@ ²=Á^ä€ÔqÑ,uÎZUDE÷2èAbêÅ`zÌ ËbØîâEŽá%á°½vP83/m ׋ᆨ¼î±O6ˆø^?ˆ×1¢ív—}mHÑ;k+ ^DpHËh`0mes
+¢…µ!žé1¤e4@#¶²9iØD³–!Zx•T%Ä â†Q‡Åp V«&Ä;FHÞ
+ ¿iPȲƒ3öÊæ<Eà< ü¦ÑÀ`¬jv)$–Êó4$š½»G;Zh¦ébʃì]å%³õø;öFZR˜°HèÝ5@±)~àJÑ$)—t€Þù
+šARÄåGI—Ô
+ùÆÛm“âÏŽé®à9$ÐÿBÛ$ù»«Nø/³ ”ßØŠtV
+c®À€¹2eËËi¦2 ¼»œ«§oo‚U/gŒ¹æÊs¶eÛCö¶n
+endobj
+4544 0 obj <<
+/Type /Page
+/Contents 4545 0 R
+/Resources 4543 0 R
+/MediaBox [0 0 612 792]
+/Parent 4538 0 R
+>> endobj
+4546 0 obj <<
+/D [4544 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+2158 0 obj <<
+/D [4544 0 R /XYZ 150.7049 667.198 null]
+>> endobj
+4543 0 obj <<
+/Font << /F41 2190 0 R /F14 2180 0 R /F29 2173 0 R /F39 2205 0 R /F11 2828 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4549 0 obj <<
+/Length 1279
+/Filter /FlateDecode
+>>
+stream
+xÚ½—]â6†ïùÑöZÅkûø³•ZÁ|¨Ú»jhovWj€Ì@7$L3]Uýï=Iã€YÂ,Û;Hlçñûž{4î½½e"°Ä*®‚ñ}À˜"`AJjÂAB0ž½ïëÁÇñ»··`‘WT´ñXF«bMçQ>¥Õ¶S¹;•+C”ØÎlF´0B`’h-Y2F¬ÄåØ_|š0À÷/«8_ BKMMp{„
+,©”ý+Wî»FîP2,"¿Æe¤ü½¥l†Ï•Ä
+endobj
+4548 0 obj <<
+/Type /Page
+/Contents 4549 0 R
+/Resources 4547 0 R
+/MediaBox [0 0 612 792]
+/Parent 4538 0 R
+>> endobj
+4550 0 obj <<
+/D [4548 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+2162 0 obj <<
+/D [4548 0 R /XYZ 100.8917 554.7577 null]
+>> endobj
+4547 0 obj <<
+/Font << /F14 2180 0 R /F39 2205 0 R /F29 2173 0 R /F41 2190 0 R /F1 3332 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4553 0 obj <<
+/Length 1085
+/Filter /FlateDecode
+>>
+stream
+xÚ•WÉŽã6½÷WèØb 7‰ä1Ì
+ȱ¾ºâ[v¡€Æi礴Sõ)Ñ­kâ NÂlt´"dv¨Àð]¿”od!Ïf“õhÑŽãÓPŽ0 [ÍC¨•lÔs…oF?Å{íÝØp´b+ ~naœSuM­²:‘
+ù^×Á±Êbå‚VWE€ÌîcëÖ0£"fÑgN Ïê²ú©Æ]z"¹l7j›b–í\·7G‘{Eîoã«…rùÿþ(ë}¯fôÑF7ªã\Ë•°6ÿ7°ãÜy¿3™ˆ ÜíALYUëkãÁ‹¥ÉxŒ8ÅËE©½‰$ÜD?­vÝeªq.Pê>ê²K^oÍEWþ@ ÎS6…ÉŒü,ÈÕ€ °ÛÒ›Ç8¸,ºFùaHÙVº ¯Ðû܆ˬ.K«cxÚ4­)M0«[-ÿÓÔ"Ø„ý \im¯ô·FŸvR}Ÿ pá†}«r3v™rÓ ³ ØÀÑ¥çà—*†P÷b–lê Yëüþ{Ð÷MEñ¦/Üç°º[y¬‹%]Xî ê¨Ñvewýí~&¼°³¡mýéÕ¨³¿Y Ý 9 0Ÿ+"Ìõx USÖ%*UÖÖ¾€Ð†Ú9œPw[ÃæÜÖCã·Jú!²wÃKgñ¢3ÿ|øÅ<:sø÷îNâ<Ì6«Éìñ•·ØÞû†<uÐÞ­°=‘±|¶Ig©_¾^þ×ã´¼endstream
+endobj
+4552 0 obj <<
+/Type /Page
+/Contents 4553 0 R
+/Resources 4551 0 R
+/MediaBox [0 0 612 792]
+/Parent 4538 0 R
+/Annots [ 4555 0 R 4556 0 R 4557 0 R 4558 0 R 4559 0 R 4560 0 R 4561 0 R 4562 0 R 4563 0 R 4564 0 R 4565 0 R 4566 0 R 4567 0 R 4568 0 R 4569 0 R 4570 0 R 4571 0 R 4572 0 R 4573 0 R 4574 0 R 4575 0 R 4576 0 R 4577 0 R 4578 0 R 4579 0 R 4580 0 R 4581 0 R 4582 0 R 4583 0 R 4584 0 R 4585 0 R 4586 0 R 4587 0 R 4588 0 R 4589 0 R 4590 0 R 4591 0 R 4592 0 R 4593 0 R 4594 0 R 4595 0 R 4596 0 R 4597 0 R 4598 0 R 4599 0 R 4600 0 R 4601 0 R 4602 0 R 4603 0 R 4604 0 R 4605 0 R 4606 0 R 4607 0 R 4608 0 R 4609 0 R 4610 0 R 4611 0 R 4612 0 R 4613 0 R 4614 0 R 4615 0 R 4616 0 R 4617 0 R 4618 0 R 4619 0 R ]
+>> endobj
+4555 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [178.6869 554.4853 195.6233 565.5138]
+/Subtype /Link
+/A << /S /GoTo /D (page.260) >>
+>> endobj
+4556 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [214.7773 542.5285 231.7138 553.557]
+/Subtype /Link
+/A << /S /GoTo /D (page.279) >>
+>> endobj
+4557 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [215.4912 530.6564 227.4463 541.6001]
+/Subtype /Link
+/A << /S /GoTo /D (page.32) >>
+>> endobj
+4558 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [159.5018 519.4517 176.4383 529.6433]
+/Subtype /Link
+/A << /S /GoTo /D (page.187) >>
+>> endobj
+4559 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [175.3721 507.4949 192.3086 517.6865]
+/Subtype /Link
+/A << /S /GoTo /D (page.265) >>
+>> endobj
+4560 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [188.5924 495.538 205.5289 505.7296]
+/Subtype /Link
+/A << /S /GoTo /D (page.261) >>
+>> endobj
+4561 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [192.4678 483.5812 204.4229 493.7728]
+/Subtype /Link
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+4562 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [185.5039 461.6339 197.4591 471.8254]
+/Subtype /Link
+/A << /S /GoTo /D (page.46) >>
+>> endobj
+4563 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [247.2717 449.677 264.2082 459.8686]
+/Subtype /Link
+/A << /S /GoTo /D (page.194) >>
+>> endobj
+4564 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [219.6656 437.7202 236.602 447.9118]
+/Subtype /Link
+/A << /S /GoTo /D (page.117) >>
+>> endobj
+4565 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [212.1936 425.0112 229.1301 435.9549]
+/Subtype /Link
+/A << /S /GoTo /D (page.217) >>
+>> endobj
+4566 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [199.9097 413.0543 216.8462 423.9981]
+/Subtype /Link
+/A << /S /GoTo /D (page.215) >>
+>> endobj
+4567 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [193.6336 401.0975 210.5701 412.0413]
+/Subtype /Link
+/A << /S /GoTo /D (page.111) >>
+>> endobj
+4568 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [196.5821 389.8928 208.5372 400.0844]
+/Subtype /Link
+/A << /S /GoTo /D (page.84) >>
+>> endobj
+4569 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [219.6859 377.1838 231.6411 388.1276]
+/Subtype /Link
+/A << /S /GoTo /D (page.85) >>
+>> endobj
+4570 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [230.3556 365.227 242.3107 376.1707]
+/Subtype /Link
+/A << /S /GoTo /D (page.84) >>
+>> endobj
+4571 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [207.2128 353.2701 219.168 364.2139]
+/Subtype /Link
+/A << /S /GoTo /D (page.91) >>
+>> endobj
+4572 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [247.8296 342.0655 264.7661 352.2571]
+/Subtype /Link
+/A << /S /GoTo /D (page.204) >>
+>> endobj
+4573 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [248.2684 307.4091 265.2049 318.3529]
+/Subtype /Link
+/A << /S /GoTo /D (page.176) >>
+>> endobj
+4574 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [219.825 296.2045 231.7802 306.396]
+/Subtype /Link
+/A << /S /GoTo /D (page.95) >>
+>> endobj
+4575 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [208.7567 272.2908 225.6932 282.4824]
+/Subtype /Link
+/A << /S /GoTo /D (page.157) >>
+>> endobj
+4576 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [167.9202 260.3339 184.8567 270.5255]
+/Subtype /Link
+/A << /S /GoTo /D (page.275) >>
+>> endobj
+4577 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [171.1283 248.3771 183.0834 258.5687]
+/Subtype /Link
+/A << /S /GoTo /D (page.57) >>
+>> endobj
+4578 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [221.4988 236.4203 233.454 246.6118]
+/Subtype /Link
+/A << /S /GoTo /D (page.60) >>
+>> endobj
+4579 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [209.713 223.7112 221.6682 234.655]
+/Subtype /Link
+/A << /S /GoTo /D (page.58) >>
+>> endobj
+4580 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [213.7483 211.7544 225.7035 222.6982]
+/Subtype /Link
+/A << /S /GoTo /D (page.67) >>
+>> endobj
+4581 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [207.3523 188.5929 219.3074 198.7845]
+/Subtype /Link
+/A << /S /GoTo /D (page.65) >>
+>> endobj
+4582 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [212.6323 176.6361 224.5874 186.8277]
+/Subtype /Link
+/A << /S /GoTo /D (page.65) >>
+>> endobj
+4583 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [202.6398 152.7224 214.595 162.914]
+/Subtype /Link
+/A << /S /GoTo /D (page.68) >>
+>> endobj
+4584 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [181.6286 140.7656 198.5651 150.9571]
+/Subtype /Link
+/A << /S /GoTo /D (page.107) >>
+>> endobj
+4585 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [258.3597 128.0565 275.2962 139.0003]
+/Subtype /Link
+/A << /S /GoTo /D (page.207) >>
+>> endobj
+4586 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [268.1628 116.0997 285.0993 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.228) >>
+>> endobj
+4587 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [456.0487 554.5701 472.9852 565.5138]
+/Subtype /Link
+/A << /S /GoTo /D (page.229) >>
+>> endobj
+4588 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [401.8128 532.6227 413.7679 543.5665]
+/Subtype /Link
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+4589 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [449.2342 520.6659 466.1707 531.6096]
+/Subtype /Link
+/A << /S /GoTo /D (page.204) >>
+>> endobj
+4590 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.6013 497.5044 395.5564 507.696]
+/Subtype /Link
+/A << /S /GoTo /D (page.43) >>
+>> endobj
+4591 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.3086 473.5907 401.245 483.7823]
+/Subtype /Link
+/A << /S /GoTo /D (page.117) >>
+>> endobj
+4592 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [456.2284 460.8246 473.1649 471.9495]
+/Subtype /Link
+/A << /S /GoTo /D (page.130) >>
+>> endobj
+4593 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [387.4667 448.9248 399.4218 459.8686]
+/Subtype /Link
+/A << /S /GoTo /D (page.33) >>
+>> endobj
+4594 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [403.905 448.9248 415.8602 459.8686]
+/Subtype /Link
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+4595 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [390.1968 436.968 407.1333 447.9118]
+/Subtype /Link
+/A << /S /GoTo /D (page.180) >>
+>> endobj
+4596 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [391.9196 425.0112 403.8748 435.9549]
+/Subtype /Link
+/A << /S /GoTo /D (page.45) >>
+>> endobj
+4597 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [400.3482 413.0543 412.3034 423.9981]
+/Subtype /Link
+/A << /S /GoTo /D (page.33) >>
+>> endobj
+4598 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [416.7866 413.0543 433.7231 423.9981]
+/Subtype /Link
+/A << /S /GoTo /D (page.114) >>
+>> endobj
+4599 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.0433 401.0975 394.9985 412.0413]
+/Subtype /Link
+/A << /S /GoTo /D (page.34) >>
+>> endobj
+4600 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [385.2548 389.8928 397.21 400.0844]
+/Subtype /Link
+/A << /S /GoTo /D (page.49) >>
+>> endobj
+4601 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [397.0505 365.227 413.987 376.1707]
+/Subtype /Link
+/A << /S /GoTo /D (page.118) >>
+>> endobj
+4602 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [457.8719 353.2701 474.8084 364.2139]
+/Subtype /Link
+/A << /S /GoTo /D (page.264) >>
+>> endobj
+4603 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [385.8226 342.0655 402.7591 352.2571]
+/Subtype /Link
+/A << /S /GoTo /D (page.140) >>
+>> endobj
+4604 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [414.2062 318.1518 431.1427 328.3434]
+/Subtype /Link
+/A << /S /GoTo /D (page.145) >>
+>> endobj
+4605 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [397.4293 293.4859 409.3845 304.4297]
+/Subtype /Link
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+4606 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.0433 281.5291 394.9985 292.4729]
+/Subtype /Link
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+4607 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [399.4817 281.5291 416.4182 292.4729]
+/Subtype /Link
+/A << /S /GoTo /D (page.187) >>
+>> endobj
+4608 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [390.2562 269.5722 402.2114 280.516]
+/Subtype /Link
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+4609 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [401.9718 257.6154 418.9083 268.5592]
+/Subtype /Link
+/A << /S /GoTo /D (page.202) >>
+>> endobj
+4610 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [391.9996 245.6586 408.9361 256.6023]
+/Subtype /Link
+/A << /S /GoTo /D (page.227) >>
+>> endobj
+4611 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [357.5888 224.4634 374.5253 234.655]
+/Subtype /Link
+/A << /S /GoTo /D (page.263) >>
+>> endobj
+4612 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [385.8129 200.5498 402.7494 210.7413]
+/Subtype /Link
+/A << /S /GoTo /D (page.110) >>
+>> endobj
+4613 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.1594 175.8839 401.0959 186.8277]
+/Subtype /Link
+/A << /S /GoTo /D (page.106) >>
+>> endobj
+4614 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [403.6354 164.6792 420.5719 174.8708]
+/Subtype /Link
+/A << /S /GoTo /D (page.192) >>
+>> endobj
+4615 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [400.3177 152.7224 417.2542 162.914]
+/Subtype /Link
+/A << /S /GoTo /D (page.192) >>
+>> endobj
+4616 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [380.841 140.7656 397.7775 150.9571]
+/Subtype /Link
+/A << /S /GoTo /D (page.191) >>
+>> endobj
+4617 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [375.302 128.8087 392.2385 139.0003]
+/Subtype /Link
+/A << /S /GoTo /D (page.177) >>
+>> endobj
+4618 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [397.997 116.8519 414.9335 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.262) >>
+>> endobj
+4619 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [419.4166 116.8519 436.3531 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.264) >>
+>> endobj
+4554 0 obj <<
+/D [4552 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4551 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4622 0 obj <<
+/Length 995
+/Filter /FlateDecode
+>>
+stream
+xÚ•VÁr£8½ç+|´«Ö Ðuªf[{ômf2( 5H¬$’Í|ýH pÉ^R¤üÞëV÷ë–¾^ž¾ü ñG8ƒÙáò|
+F¥rDôD—Í‚ÃÐè ¢ã‹ýCÚ)žEÓQh4Wâ¥à»×µu§)ºãÏA=tü¯'\’c@Š
+£Ph
+S¬¨\R:iTÄ> $paoõÉ v™ÖTú
+a¯ £âI×Ôù¾RÒrQ)4;"‰ D£ö?âê‹”†
+endobj
+4621 0 obj <<
+/Type /Page
+/Contents 4622 0 R
+/Resources 4620 0 R
+/MediaBox [0 0 612 792]
+/Parent 4538 0 R
+/Annots [ 4624 0 R 4625 0 R 4626 0 R 4627 0 R 4628 0 R 4629 0 R 4630 0 R 4631 0 R 4632 0 R 4633 0 R 4634 0 R 4635 0 R 4636 0 R 4637 0 R 4638 0 R 4639 0 R 4640 0 R 4641 0 R 4642 0 R 4643 0 R 4644 0 R 4645 0 R 4646 0 R 4647 0 R 4648 0 R 4649 0 R 4650 0 R 4651 0 R 4652 0 R 4653 0 R 4654 0 R 4655 0 R 4656 0 R 4657 0 R 4658 0 R 4659 0 R 4660 0 R 4661 0 R 4662 0 R 4663 0 R 4664 0 R 4665 0 R 4666 0 R 4667 0 R 4668 0 R 4669 0 R 4670 0 R 4671 0 R 4672 0 R 4673 0 R 4674 0 R 4675 0 R 4676 0 R 4677 0 R 4678 0 R 4679 0 R 4680 0 R 4681 0 R 4682 0 R 4683 0 R 4684 0 R 4685 0 R 4686 0 R 4687 0 R 4688 0 R 4689 0 R 4690 0 R 4691 0 R 4692 0 R 4693 0 R 4694 0 R ]
+>> endobj
+4624 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [177.314 654.8344 189.2692 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (page.73) >>
+>> endobj
+4625 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [191.6506 642.1271 208.5871 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (page.180) >>
+>> endobj
+4626 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [180.0836 630.1719 197.0201 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (page.180) >>
+>> endobj
+4627 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [178.9879 618.2168 195.9244 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (page.216) >>
+>> endobj
+4628 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [139.0282 606.2616 155.9646 617.2053]
+/Subtype /Link
+/A << /S /GoTo /D (page.210) >>
+>> endobj
+4629 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [193.0851 594.3064 210.0216 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (page.214) >>
+>> endobj
+4630 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [187.835 572.7871 204.7715 583.7309]
+/Subtype /Link
+/A << /S /GoTo /D (page.213) >>
+>> endobj
+4631 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [164.0244 560.8319 180.9609 571.7757]
+/Subtype /Link
+/A << /S /GoTo /D (page.272) >>
+>> endobj
+4632 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [175.0031 537.6738 191.9396 547.8654]
+/Subtype /Link
+/A << /S /GoTo /D (page.145) >>
+>> endobj
+4633 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [146.6199 524.9664 163.5564 535.9102]
+/Subtype /Link
+/A << /S /GoTo /D (page.125) >>
+>> endobj
+4634 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [248.0986 513.0113 265.0351 523.955]
+/Subtype /Link
+/A << /S /GoTo /D (page.125) >>
+>> endobj
+4635 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [168.3182 501.8083 185.2547 511.9999]
+/Subtype /Link
+/A << /S /GoTo /D (page.193) >>
+>> endobj
+4636 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [171.6856 468.3338 183.6408 478.5254]
+/Subtype /Link
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+4637 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [158.4051 456.3787 175.3416 466.5702]
+/Subtype /Link
+/A << /S /GoTo /D (page.196) >>
+>> endobj
+4638 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.0132 444.4235 159.9497 454.6151]
+/Subtype /Link
+/A << /S /GoTo /D (page.264) >>
+>> endobj
+4639 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [155.7353 432.4683 172.6717 442.6599]
+/Subtype /Link
+/A << /S /GoTo /D (page.263) >>
+>> endobj
+4640 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [149.6482 420.5131 166.5847 430.7047]
+/Subtype /Link
+/A << /S /GoTo /D (page.298) >>
+>> endobj
+4641 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [126.2961 408.558 138.2513 418.7496]
+/Subtype /Link
+/A << /S /GoTo /D (page.52) >>
+>> endobj
+4642 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [153.5236 396.6028 170.4601 406.7944]
+/Subtype /Link
+/A << /S /GoTo /D (page.257) >>
+>> endobj
+4643 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [162.251 383.8955 179.1875 394.8392]
+/Subtype /Link
+/A << /S /GoTo /D (page.188) >>
+>> endobj
+4644 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [191.1322 362.3762 208.0687 373.3199]
+/Subtype /Link
+/A << /S /GoTo /D (page.206) >>
+>> endobj
+4645 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [177.3239 350.421 194.2604 361.3647]
+/Subtype /Link
+/A << /S /GoTo /D (page.106) >>
+>> endobj
+4646 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [123.5266 338.4658 135.4818 349.4096]
+/Subtype /Link
+/A << /S /GoTo /D (page.87) >>
+>> endobj
+4647 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [152.8663 326.5106 164.8214 337.4544]
+/Subtype /Link
+/A << /S /GoTo /D (page.94) >>
+>> endobj
+4648 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [180.6418 315.3077 192.597 325.4992]
+/Subtype /Link
+/A << /S /GoTo /D (page.91) >>
+>> endobj
+4649 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [211.7453 302.6003 223.7005 313.5441]
+/Subtype /Link
+/A << /S /GoTo /D (page.93) >>
+>> endobj
+4650 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [213.3989 290.6451 225.3541 301.5889]
+/Subtype /Link
+/A << /S /GoTo /D (page.93) >>
+>> endobj
+4651 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [159.5013 267.487 176.4378 277.6786]
+/Subtype /Link
+/A << /S /GoTo /D (page.157) >>
+>> endobj
+4652 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [142.3461 254.7796 159.2825 265.7234]
+/Subtype /Link
+/A << /S /GoTo /D (page.105) >>
+>> endobj
+4653 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [171.1277 222.0574 188.0642 232.2489]
+/Subtype /Link
+/A << /S /GoTo /D (page.170) >>
+>> endobj
+4654 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [190.6042 209.35 207.5407 220.2938]
+/Subtype /Link
+/A << /S /GoTo /D (page.216) >>
+>> endobj
+4655 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [193.9219 198.147 205.877 208.3386]
+/Subtype /Link
+/A << /S /GoTo /D (page.74) >>
+>> endobj
+4656 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [155.5763 185.4397 172.5128 196.3834]
+/Subtype /Link
+/A << /S /GoTo /D (page.181) >>
+>> endobj
+4657 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [118.107 164.6725 135.0435 174.8641]
+/Subtype /Link
+/A << /S /GoTo /D (page.257) >>
+>> endobj
+4658 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [146.7693 140.7622 163.7058 150.9538]
+/Subtype /Link
+/A << /S /GoTo /D (page.118) >>
+>> endobj
+4659 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [147.4465 128.0549 164.383 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (page.245) >>
+>> endobj
+4660 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [145.1152 116.8519 162.0517 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.240) >>
+>> endobj
+4661 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [322.57 654.0823 334.5251 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (page.79) >>
+>> endobj
+4662 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [355.4759 642.8052 367.4311 652.9968]
+/Subtype /Link
+/A << /S /GoTo /D (page.55) >>
+>> endobj
+4663 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [303.9102 618.8275 320.8467 629.7712]
+/Subtype /Link
+/A << /S /GoTo /D (page.254) >>
+>> endobj
+4664 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [321.5141 595.6019 333.4693 606.5456]
+/Subtype /Link
+/A << /S /GoTo /D (page.55) >>
+>> endobj
+4665 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [329.564 583.5727 346.5005 594.5164]
+/Subtype /Link
+/A << /S /GoTo /D (page.278) >>
+>> endobj
+4666 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [327.1429 560.3471 344.0794 571.2909]
+/Subtype /Link
+/A << /S /GoTo /D (page.183) >>
+>> endobj
+4667 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [339.3173 537.0409 356.2537 547.2325]
+/Subtype /Link
+/A << /S /GoTo /D (page.183) >>
+>> endobj
+4668 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [331.0183 524.2595 347.9548 535.2033]
+/Subtype /Link
+/A << /S /GoTo /D (page.181) >>
+>> endobj
+4669 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [319.3918 512.9825 331.347 523.1741]
+/Subtype /Link
+/A << /S /GoTo /D (page.99) >>
+>> endobj
+4670 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [326.5951 488.9241 343.5316 499.1157]
+/Subtype /Link
+/A << /S /GoTo /D (page.100) >>
+>> endobj
+4671 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [325.4391 476.1427 337.3942 487.0865]
+/Subtype /Link
+/A << /S /GoTo /D (page.56) >>
+>> endobj
+4672 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [325.4894 452.8365 337.4445 463.0281]
+/Subtype /Link
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+4673 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [341.9277 452.8365 353.8829 463.0281]
+/Subtype /Link
+/A << /S /GoTo /D (page.39) >>
+>> endobj
+4674 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [331.5863 440.0551 343.5415 450.9989]
+/Subtype /Link
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+4675 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [333.798 428.7781 350.7345 438.9697]
+/Subtype /Link
+/A << /S /GoTo /D (page.170) >>
+>> endobj
+4676 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [335.3622 403.9676 347.3174 414.9113]
+/Subtype /Link
+/A << /S /GoTo /D (page.35) >>
+>> endobj
+4677 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [342.6448 380.6614 359.5812 390.8529]
+/Subtype /Link
+/A << /S /GoTo /D (page.176) >>
+>> endobj
+4678 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [351.5014 356.603 363.4566 366.7945]
+/Subtype /Link
+/A << /S /GoTo /D (page.73) >>
+>> endobj
+4679 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [333.1406 344.5738 350.0771 354.7653]
+/Subtype /Link
+/A << /S /GoTo /D (page.152) >>
+>> endobj
+4680 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [340.8314 332.5446 352.7866 342.7362]
+/Subtype /Link
+/A << /S /GoTo /D (page.73) >>
+>> endobj
+4681 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [379.2871 295.7048 396.2236 306.6486]
+/Subtype /Link
+/A << /S /GoTo /D (page.177) >>
+>> endobj
+4682 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [372.2035 283.6756 389.14 294.6194]
+/Subtype /Link
+/A << /S /GoTo /D (page.177) >>
+>> endobj
+4683 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [356.5916 272.3986 373.5281 282.5902]
+/Subtype /Link
+/A << /S /GoTo /D (page.106) >>
+>> endobj
+4684 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [320.6273 259.6172 337.5638 270.561]
+/Subtype /Link
+/A << /S /GoTo /D (page.255) >>
+>> endobj
+4685 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [325.499 247.588 342.4355 258.5318]
+/Subtype /Link
+/A << /S /GoTo /D (page.261) >>
+>> endobj
+4686 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [330.7591 236.311 342.7143 246.5026]
+/Subtype /Link
+/A << /S /GoTo /D (page.48) >>
+>> endobj
+4687 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [375.9395 212.3333 392.876 223.277]
+/Subtype /Link
+/A << /S /GoTo /D (page.212) >>
+>> endobj
+4688 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.6904 200.3041 395.6455 211.2478]
+/Subtype /Link
+/A << /S /GoTo /D (page.29) >>
+>> endobj
+4689 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [316.0745 189.027 333.0109 199.2186]
+/Subtype /Link
+/A << /S /GoTo /D (page.109) >>
+>> endobj
+4690 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [331.178 164.9686 348.1144 175.1602]
+/Subtype /Link
+/A << /S /GoTo /D (page.110) >>
+>> endobj
+4691 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [345.9719 152.1873 362.9084 163.131]
+/Subtype /Link
+/A << /S /GoTo /D (page.262) >>
+>> endobj
+4692 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [315.5265 140.9103 332.463 151.1018]
+/Subtype /Link
+/A << /S /GoTo /D (page.236) >>
+>> endobj
+4693 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [355.4661 128.8811 372.4026 139.0727]
+/Subtype /Link
+/A << /S /GoTo /D (page.191) >>
+>> endobj
+4694 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [342.7538 116.8519 359.6903 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.203) >>
+>> endobj
+4623 0 obj <<
+/D [4621 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4620 0 obj <<
+/Font << /F29 2173 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4697 0 obj <<
+/Length 1065
+/Filter /FlateDecode
+>>
+stream
+xÚ•WË’£6Ý÷WxiWÅŒ<—™©¤*YMÕx—ÉBƲQ5 Jˆ$¯@À}¡'¶îûœ+>_^>ýJŠC)I—û'(ÊP\Ò$‹MèárûãØ0]Î1BÇFÞxÿ“}&Ÿþ¼ü~@‡3ÆQ‘$ø ÜWâ®ícY1ÅJÍÕ)FÇ­óäù|ÇJÑ><ù
+ýAp⡘69¸ê1SÁjw(KÁM‰=€€F `ú›¾óãêßJ*ñ¯lõì…@^DkBigP yR¼×J˜¶ÝvapräJ‹r¶gKw~
+Ñe8XУøûúdŽàtB¶Cs53$k-•²ÊÐ Ù:{9Ø:%ÖZ€±Ì ýÏáxÉ"
+ÍŠu¤É„‘ƒî7ìÊ|mH‚E“cÌ.ðïQy"Éño{„+%ƒ?’QÈaÇÜ®Š³×OHù[àOÄÌ®¨ok6’ š“ùØwº
+àdßGÍÛÇí£m)Ðbéd/´éö2ëö¡˜¡`WmÆ—ÏÚ1¼^Ú &8+ €xë‰ÓrßW¬ãÁ!š)¬ÚŒ¹4|­¡ã­´-t3í¯E#fjc êÄÐna®|'šõ³nÄG Þû²…\lš ð8À&–jôÞÉ¡h¾Ê^+•è‚ž§ ôvŠ®’&ý¶.5¬T2Ô íÔ«ScqÅH~¸Û—²1Ru ó‡sH»YTa•çq”£´8$4‹Šœ80/yë×±YJX!yÔL%BõG‡¥º.±°ØÁÆ f•ÎjÉêZ–lôñ´]I‚AüË|±n9«Å£mLvsÆ[à“Ì«‡DyŒl {6VgÙÃÔòÕW`±ïúʨ˜Ç„˜KÍr}Óu©ï'lò)µ\±<O!S²ëê§ÜßZ@¨–¯£aî;HóåLÒ 1öKW+é¼~'$ Q‚ÃsÚv¬âÛ)MŽ?ìÞ}Šaæ›5]TÎÍx`=Î7ÍçpK;^Š™cKaX$ifCï”ìé¶Eñ^ú£©i˜·í=jy Ö0[>òî²íÑV”s’œ¤Y•M
+endobj
+4696 0 obj <<
+/Type /Page
+/Contents 4697 0 R
+/Resources 4695 0 R
+/MediaBox [0 0 612 792]
+/Parent 4777 0 R
+/Annots [ 4699 0 R 4700 0 R 4701 0 R 4702 0 R 4703 0 R 4704 0 R 4705 0 R 4706 0 R 4707 0 R 4708 0 R 4709 0 R 4710 0 R 4711 0 R 4712 0 R 4713 0 R 4714 0 R 4715 0 R 4716 0 R 4717 0 R 4718 0 R 4719 0 R 4720 0 R 4721 0 R 4722 0 R 4723 0 R 4724 0 R 4725 0 R 4726 0 R 4727 0 R 4728 0 R 4729 0 R 4730 0 R 4731 0 R 4732 0 R 4733 0 R 4734 0 R 4735 0 R 4736 0 R 4737 0 R 4738 0 R 4739 0 R 4740 0 R 4741 0 R 4742 0 R 4743 0 R 4744 0 R 4745 0 R 4746 0 R 4747 0 R 4748 0 R 4749 0 R 4750 0 R 4751 0 R 4752 0 R 4753 0 R 4754 0 R 4755 0 R 4756 0 R 4757 0 R 4758 0 R 4759 0 R 4760 0 R 4761 0 R 4762 0 R 4763 0 R 4764 0 R 4765 0 R 4766 0 R 4767 0 R 4768 0 R 4769 0 R 4770 0 R 4771 0 R 4772 0 R 4773 0 R 4774 0 R 4775 0 R 4776 0 R ]
+>> endobj
+4699 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [206.1066 654.8344 223.043 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (page.201) >>
+>> endobj
+4700 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [237.8968 642.8793 254.8333 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (page.201) >>
+>> endobj
+4701 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [210.5299 630.1719 227.4664 641.1157]
+/Subtype /Link
+/A << /S /GoTo /D (page.205) >>
+>> endobj
+4702 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [202.7888 618.2168 219.7253 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (page.201) >>
+>> endobj
+4703 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [248.1282 606.2616 265.0647 617.2053]
+/Subtype /Link
+/A << /S /GoTo /D (page.303) >>
+>> endobj
+4704 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [195.596 595.0586 212.5325 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (page.205) >>
+>> endobj
+4705 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [231.5605 582.3512 243.5156 593.295]
+/Subtype /Link
+/A << /S /GoTo /D (page.76) >>
+>> endobj
+4706 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [178.3211 571.1483 190.2763 581.3398]
+/Subtype /Link
+/A << /S /GoTo /D (page.72) >>
+>> endobj
+4707 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [216.5076 547.2379 228.4628 557.4295]
+/Subtype /Link
+/A << /S /GoTo /D (page.72) >>
+>> endobj
+4708 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [206.545 535.2828 218.5001 545.4743]
+/Subtype /Link
+/A << /S /GoTo /D (page.74) >>
+>> endobj
+4709 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [213.1799 523.3276 225.1351 533.5192]
+/Subtype /Link
+/A << /S /GoTo /D (page.74) >>
+>> endobj
+4710 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [205.8377 511.3724 217.7928 521.564]
+/Subtype /Link
+/A << /S /GoTo /D (page.73) >>
+>> endobj
+4711 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [190.057 498.6651 206.9935 509.6088]
+/Subtype /Link
+/A << /S /GoTo /D (page.205) >>
+>> endobj
+4712 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [219.2775 466.5405 231.2327 476.7321]
+/Subtype /Link
+/A << /S /GoTo /D (page.83) >>
+>> endobj
+4713 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [242.0715 454.5854 254.0267 464.777]
+/Subtype /Link
+/A << /S /GoTo /D (page.83) >>
+>> endobj
+4714 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [190.4953 442.6302 202.4505 452.8218]
+/Subtype /Link
+/A << /S /GoTo /D (page.79) >>
+>> endobj
+4715 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [213.8575 420.9565 230.794 431.9002]
+/Subtype /Link
+/A << /S /GoTo /D (page.234) >>
+>> endobj
+4716 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [218.2712 409.7535 235.2077 419.9451]
+/Subtype /Link
+/A << /S /GoTo /D (page.273) >>
+>> endobj
+4717 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [213.8377 388.0798 230.7742 399.0235]
+/Subtype /Link
+/A << /S /GoTo /D (page.229) >>
+>> endobj
+4718 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [206.6049 376.1246 223.5414 387.0684]
+/Subtype /Link
+/A << /S /GoTo /D (page.227) >>
+>> endobj
+4719 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [201.1155 364.1694 218.052 375.1132]
+/Subtype /Link
+/A << /S /GoTo /D (page.225) >>
+>> endobj
+4720 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [203.885 352.2143 220.8215 363.158]
+/Subtype /Link
+/A << /S /GoTo /D (page.227) >>
+>> endobj
+4721 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [222.1465 340.2591 239.083 351.2029]
+/Subtype /Link
+/A << /S /GoTo /D (page.237) >>
+>> endobj
+4722 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [223.82 328.3039 240.7565 339.2477]
+/Subtype /Link
+/A << /S /GoTo /D (page.224) >>
+>> endobj
+4723 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [253.2594 304.3936 270.1959 315.3374]
+/Subtype /Link
+/A << /S /GoTo /D (page.179) >>
+>> endobj
+4724 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [190.4956 293.1906 207.4321 303.3822]
+/Subtype /Link
+/A << /S /GoTo /D (page.166) >>
+>> endobj
+4725 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [198.7943 280.4833 215.7308 291.427]
+/Subtype /Link
+/A << /S /GoTo /D (page.170) >>
+>> endobj
+4726 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [193.2648 269.2803 210.2013 279.4718]
+/Subtype /Link
+/A << /S /GoTo /D (page.162) >>
+>> endobj
+4727 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [195.616 256.5729 212.5525 267.5167]
+/Subtype /Link
+/A << /S /GoTo /D (page.111) >>
+>> endobj
+4728 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [213.7478 233.4148 230.6843 243.6063]
+/Subtype /Link
+/A << /S /GoTo /D (page.112) >>
+>> endobj
+4729 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [223.7104 221.4596 240.6469 231.6512]
+/Subtype /Link
+/A << /S /GoTo /D (page.112) >>
+>> endobj
+4730 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [181.4891 209.5044 198.4256 219.696]
+/Subtype /Link
+/A << /S /GoTo /D (page.265) >>
+>> endobj
+4731 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [253.3687 196.7971 270.3052 207.7408]
+/Subtype /Link
+/A << /S /GoTo /D (page.207) >>
+>> endobj
+4732 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [263.1718 184.8419 280.1083 195.7857]
+/Subtype /Link
+/A << /S /GoTo /D (page.228) >>
+>> endobj
+4733 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [197.15 172.8867 214.0865 183.8305]
+/Subtype /Link
+/A << /S /GoTo /D (page.262) >>
+>> endobj
+4734 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [201.006 149.7286 217.9425 159.9202]
+/Subtype /Link
+/A << /S /GoTo /D (page.110) >>
+>> endobj
+4735 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [239.471 137.0212 256.4075 147.965]
+/Subtype /Link
+/A << /S /GoTo /D (page.118) >>
+>> endobj
+4736 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [187.1676 116.8519 204.1041 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.193) >>
+>> endobj
+4737 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [421.6977 654.8344 438.6342 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (page.227) >>
+>> endobj
+4738 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [378.0619 642.8271 394.9983 653.0186]
+/Subtype /Link
+/A << /S /GoTo /D (page.118) >>
+>> endobj
+4739 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [432.6464 630.0675 449.5829 641.0113]
+/Subtype /Link
+/A << /S /GoTo /D (page.251) >>
+>> endobj
+4740 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [360.3583 618.8123 372.3135 629.0039]
+/Subtype /Link
+/A << /S /GoTo /D (page.98) >>
+>> endobj
+4741 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [419.8047 606.0528 436.7411 616.9965]
+/Subtype /Link
+/A << /S /GoTo /D (page.221) >>
+>> endobj
+4742 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.2687 594.7976 401.2052 604.9891]
+/Subtype /Link
+/A << /S /GoTo /D (page.255) >>
+>> endobj
+4743 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [382.8041 571.9575 399.7406 582.149]
+/Subtype /Link
+/A << /S /GoTo /D (page.105) >>
+>> endobj
+4744 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [365.8976 559.9501 377.8528 570.1417]
+/Subtype /Link
+/A << /S /GoTo /D (page.93) >>
+>> endobj
+4745 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.6511 535.9353 400.5876 546.1269]
+/Subtype /Link
+/A << /S /GoTo /D (page.186) >>
+>> endobj
+4746 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [397.5588 523.1758 409.5139 534.1195]
+/Subtype /Link
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+4747 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [382.9538 511.9206 394.9089 522.1122]
+/Subtype /Link
+/A << /S /GoTo /D (page.38) >>
+>> endobj
+4748 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [398.1068 487.9058 415.0433 498.0974]
+/Subtype /Link
+/A << /S /GoTo /D (page.187) >>
+>> endobj
+4749 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.3625 475.1463 395.3177 486.09]
+/Subtype /Link
+/A << /S /GoTo /D (page.38) >>
+>> endobj
+4750 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [402.2509 463.1389 419.1874 474.0827]
+/Subtype /Link
+/A << /S /GoTo /D (page.278) >>
+>> endobj
+4751 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [409.0454 451.1315 425.9819 462.0753]
+/Subtype /Link
+/A << /S /GoTo /D (page.188) >>
+>> endobj
+4752 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [371.4268 439.1242 388.3633 450.0679]
+/Subtype /Link
+/A << /S /GoTo /D (page.185) >>
+>> endobj
+4753 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [372.5324 427.1168 389.4689 438.0606]
+/Subtype /Link
+/A << /S /GoTo /D (page.262) >>
+>> endobj
+4754 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [391.3519 403.8542 403.3071 414.0458]
+/Subtype /Link
+/A << /S /GoTo /D (page.31) >>
+>> endobj
+4755 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [385.8229 379.0873 402.7594 390.0311]
+/Subtype /Link
+/A << /S /GoTo /D (page.106) >>
+>> endobj
+4756 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [380.2836 367.8321 397.2201 378.0237]
+/Subtype /Link
+/A << /S /GoTo /D (page.106) >>
+>> endobj
+4757 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [375.3116 355.8247 392.2481 366.0163]
+/Subtype /Link
+/A << /S /GoTo /D (page.267) >>
+>> endobj
+4758 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [371.4266 343.8173 388.3631 354.0089]
+/Subtype /Link
+/A << /S /GoTo /D (page.246) >>
+>> endobj
+4759 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [367.5512 331.81 379.5064 342.0016]
+/Subtype /Link
+/A << /S /GoTo /D (page.93) >>
+>> endobj
+4760 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [376.9658 319.0504 393.9023 329.9942]
+/Subtype /Link
+/A << /S /GoTo /D (page.202) >>
+>> endobj
+4761 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.0429 307.7952 399.9794 317.9868]
+/Subtype /Link
+/A << /S /GoTo /D (page.192) >>
+>> endobj
+4762 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [384.7067 295.0357 401.6432 305.9794]
+/Subtype /Link
+/A << /S /GoTo /D (page.202) >>
+>> endobj
+4763 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [390.3657 283.0283 407.3021 293.9721]
+/Subtype /Link
+/A << /S /GoTo /D (page.208) >>
+>> endobj
+4764 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [352.7272 260.9404 369.6637 271.132]
+/Subtype /Link
+/A << /S /GoTo /D (page.257) >>
+>> endobj
+4765 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [394.859 248.933 406.8141 259.1246]
+/Subtype /Link
+/A << /S /GoTo /D (page.65) >>
+>> endobj
+4766 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [411.2973 248.933 428.2338 259.1246]
+/Subtype /Link
+/A << /S /GoTo /D (page.182) >>
+>> endobj
+4767 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [432.717 248.933 449.6535 259.1246]
+/Subtype /Link
+/A << /S /GoTo /D (page.243) >>
+>> endobj
+4768 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [430.0064 236.9256 446.9429 247.1172]
+/Subtype /Link
+/A << /S /GoTo /D (page.297) >>
+>> endobj
+4769 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [390.1064 224.9182 407.0429 235.1098]
+/Subtype /Link
+/A << /S /GoTo /D (page.296) >>
+>> endobj
+4770 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [364.2337 212.9109 381.1702 223.1025]
+/Subtype /Link
+/A << /S /GoTo /D (page.215) >>
+>> endobj
+4771 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [386.7591 200.9035 403.6956 211.0951]
+/Subtype /Link
+/A << /S /GoTo /D (page.298) >>
+>> endobj
+4772 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [350.9537 188.8961 367.8901 199.0877]
+/Subtype /Link
+/A << /S /GoTo /D (page.187) >>
+>> endobj
+4773 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [358.7045 176.8887 375.641 187.0803]
+/Subtype /Link
+/A << /S /GoTo /D (page.263) >>
+>> endobj
+4774 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [376.9758 152.874 393.9123 163.0656]
+/Subtype /Link
+/A << /S /GoTo /D (page.152) >>
+>> endobj
+4775 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [383.0433 128.1071 394.9985 139.0508]
+/Subtype /Link
+/A << /S /GoTo /D (page.36) >>
+>> endobj
+4776 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [368.6572 116.0997 385.5937 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.267) >>
+>> endobj
+4698 0 obj <<
+/D [4696 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4695 0 obj <<
+/Font << /F29 2173 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4780 0 obj <<
+/Length 249
+/Filter /FlateDecode
+>>
+stream
+xÚm½nƒ0FwžÂ#HÅõõÆk¥&Rgwª:8`RK"lÒ×/2Ð6­'÷|Ç÷~O:{<P…V­î‚kUBbÊCº}Ëõëñ¡(9!9­Dñ®_A%
+endobj
+4779 0 obj <<
+/Type /Page
+/Contents 4780 0 R
+/Resources 4778 0 R
+/MediaBox [0 0 612 792]
+/Parent 4777 0 R
+/Annots [ 4782 0 R 4783 0 R 4784 0 R 4785 0 R 4786 0 R 4787 0 R 4788 0 R 4789 0 R 4790 0 R 4791 0 R ]
+>> endobj
+4782 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [126.8443 654.8344 143.7808 665.026]
+/Subtype /Link
+/A << /S /GoTo /D (page.265) >>
+>> endobj
+4783 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [143.9998 642.8793 160.9363 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (page.265) >>
+>> endobj
+4784 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [195.1372 620.9615 207.0923 631.153]
+/Subtype /Link
+/A << /S /GoTo /D (page.92) >>
+>> endobj
+4785 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [146.2014 608.2541 158.1565 619.1979]
+/Subtype /Link
+/A << /S /GoTo /D (page.48) >>
+>> endobj
+4786 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [167.7603 587.0885 184.6968 597.2801]
+/Subtype /Link
+/A << /S /GoTo /D (page.123) >>
+>> endobj
+4787 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [169.4641 563.1782 181.4192 573.3697]
+/Subtype /Link
+/A << /S /GoTo /D (page.74) >>
+>> endobj
+4788 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [179.9343 550.4708 196.8707 561.4146]
+/Subtype /Link
+/A << /S /GoTo /D (page.216) >>
+>> endobj
+4789 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [118.107 539.2678 135.0435 549.4594]
+/Subtype /Link
+/A << /S /GoTo /D (page.257) >>
+>> endobj
+4790 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [156.2932 527.3126 173.2297 537.5042]
+/Subtype /Link
+/A << /S /GoTo /D (page.263) >>
+>> endobj
+4791 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [139.028 505.3948 155.9645 515.5864]
+/Subtype /Link
+/A << /S /GoTo /D (page.247) >>
+>> endobj
+4781 0 obj <<
+/D [4779 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4778 0 obj <<
+/Font << /F29 2173 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4794 0 obj <<
+/Length 2366
+/Filter /FlateDecode
+>>
+stream
+xÚµY[SÜÊ~ß_±oÑVÁxî’Jp°9æØ18>U¶„v`i¤ &¿>=7íM5®¼°£ifºûë“«Ñ«×œŒ GŒK:¾º‘ÂÜŒ…VˆS “Ó/ÙIy=/ëÛ&_Ì&Dd“oWç¯^S36ÈH*݇MØøP¤±Ðþ³/äÛäP`œ}žš¡É!‡ññbaç
+[pº¶…”ˆ
+BÇØ|åÞ€m9•°-E”áÎâ‚æÄŒ×æÿ˜R³¿L˜[çcŒ@˜p›¯°ê×1¬aê~ûÅe¾~íä«›îֶŬ)»ÎVv@Z%Ó’Ç«‚d‚€dÓiÙÖÕáç‰Æ™mç6èÊKýÏ !$³Í<¿=3Äh?¤J…‹ÉÁ
+1©xÐ"Z<×™ÒÙ‰µ]]9uJ’ÖU×ÔóyY݆{²õ{0­ ˜Å‹þ­èšùáÅ߇ìvãTÅÿNj–~_«¬›Ù09µ‹nÖP3D˜è øéÍuwg1…$Õ鬃°­9"š~¥TÍ‘AE^3TbÄ€ÑAFˆ€Kf’Þ0j[olMo\É•Þ”àÞX]YWù<,Þ€ÝHey5 S·óGÀ»æ]ה׊³egÛôE>X4uaÛÖkÊ-Ô7á÷>ÁŸ²h(ûk®É@Œ!ÓºXÞ[¸öï„(†í„Šìß)2t෇ɷ—ï_½=; çW§äÕå)ѯ>¿éa…õsêáQ=¿EÇ<±Mó蟟-æyY ÙÙ0Ä…ùq3{Ø“#¡ˆ³³P´wƒÓ%‰wfa½si/}î}f'Mžß·NŽ‘_Û¹ÇÉò°>Ï«Ûe~kÃS½è&$«‡GoA7x×ß^"£˜ö®Ø£Ò@tDÆÈbŽ‡¤D‚c ×\½6ºä¡+Ìÿ1¤ep]ˆÆâ%ÞD3B¨ñjf˜D•D¤9MÕLEZ(¶¥f¹¦fMTó{Ð.–Q“Å•³ò_w³zÙÅ5ï<nþwtŒ^»@ˆ.â›jùKÛL„Ç›]¹ â§á1í¼^/p ínã*Þú¤# ‘"BþŸL¨7L Üvs;!ÀrÉöe^ƒ8öæäX®ˆé½&f6B0äá-cªhÌ t]ý—Úiû¡r7õ¼+!Íù¥ëÆæw!”ÁSY %ÈñØДT¾Æ—Õìºþ>$D’Д(í4lÛùÔø}0”êÅÑEbáô§FÙ¤N)ÄEpèMíè¨ÕnŸ„ê”Ù«¤Ž)
+<=c!̤IÞÍ& ŠÅ¶Ãº£³RBx
+ Çqù­Ú®Éy3&¤ 7½Æ˜L ¾qÁ¶åme›¸]ã{ÖA¥‹¯Âçe‰Ï®ö(AB™ÍLóã:d!ó] ö„Ç+k‡ïDb‰`y³„ûÎú$ê¶0ÿTR‹IVW$üÞÖžÓ:ZB¡W„ñ´¾‚ÿ¹ªB¯ÄüñX ¸÷ñ ÿƒ»",•ÜÖ°Ö'Žù5oº¿8õ€L ÒÜÇåÜúa¤ìnî´¾_ÔmÙÕM\ñ€óoÛ|jûÙ.L†Ú&Þ‡-⛟ªrÅYšÖaÈ¿ó¡b`@ÔÄ(]+• iÇ szcmCç8­ùsV\ #fº
+pÿš“³ªçõmÄÚÛªx&tQ „@œw0%·0uno’ošØYÕšïʶk{ʹ‘ü4xû*¹½ûþ’Él»CÅ£_^¾R¦|>äዤŽMR½]VÕG󳨓ߪ'®©$¸K.æÖ²³±KuQCŒªÖ ÿ¸
+endobj
+4793 0 obj <<
+/Type /Page
+/Contents 4794 0 R
+/Resources 4792 0 R
+/MediaBox [0 0 612 792]
+/Parent 4777 0 R
+/Annots [ 4797 0 R 4798 0 R 4799 0 R 4800 0 R 4801 0 R 4802 0 R 4803 0 R 4804 0 R 4805 0 R 4806 0 R 4807 0 R 4808 0 R 4809 0 R 4810 0 R 4811 0 R 4812 0 R 4813 0 R 4814 0 R 4815 0 R 4816 0 R 4817 0 R 4818 0 R 4819 0 R 4820 0 R 4821 0 R 4822 0 R 4823 0 R 4824 0 R 4825 0 R 4826 0 R 4827 0 R 4828 0 R 4829 0 R 4830 0 R 4831 0 R 4832 0 R 4833 0 R ]
+>> endobj
+4797 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [456.1403 532.3846 473.0768 543.4131]
+/Subtype /Link
+/A << /S /GoTo /D (page.277) >>
+>> endobj
+4798 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [171.2876 510.0844 183.2428 519.0905]
+/Subtype /Link
+/A << /S /GoTo /D (page.39) >>
+>> endobj
+4799 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [422.8627 484.5764 439.7992 494.7679]
+/Subtype /Link
+/A << /S /GoTo /D (page.208) >>
+>> endobj
+4800 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [373.8273 471.4568 390.7638 482.4005]
+/Subtype /Link
+/A << /S /GoTo /D (page.261) >>
+>> endobj
+4801 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [494.4159 459.0046 511.3524 470.0331]
+/Subtype /Link
+/A << /S /GoTo /D (page.181) >>
+>> endobj
+4802 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [353.7196 434.682 370.6561 445.7105]
+/Subtype /Link
+/A << /S /GoTo /D (page.260) >>
+>> endobj
+4803 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [477.4277 422.3993 489.3828 433.4672]
+/Subtype /Link
+/A << /S /GoTo /D (page.68) >>
+>> endobj
+4804 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [427.2661 410.0319 444.2026 420.9757]
+/Subtype /Link
+/A << /S /GoTo /D (page.163) >>
+>> endobj
+4805 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [437.8764 397.6645 454.8128 408.6083]
+/Subtype /Link
+/A << /S /GoTo /D (page.164) >>
+>> endobj
+4806 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [430.0158 385.2971 441.971 396.2409]
+/Subtype /Link
+/A << /S /GoTo /D (page.71) >>
+>> endobj
+4807 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [446.4542 385.2971 463.3907 396.2409]
+/Subtype /Link
+/A << /S /GoTo /D (page.174) >>
+>> endobj
+4808 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [396.9634 372.8449 413.8998 383.8734]
+/Subtype /Link
+/A << /S /GoTo /D (page.139) >>
+>> endobj
+4809 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [418.383 372.8449 435.3195 383.8734]
+/Subtype /Link
+/A << /S /GoTo /D (page.149) >>
+>> endobj
+4810 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [439.8027 372.8449 456.7392 383.8734]
+/Subtype /Link
+/A << /S /GoTo /D (page.150) >>
+>> endobj
+4811 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [287.0033 349.3593 303.9398 359.5509]
+/Subtype /Link
+/A << /S /GoTo /D (page.261) >>
+>> endobj
+4812 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [468.8633 336.1549 485.7998 347.1834]
+/Subtype /Link
+/A << /S /GoTo /D (page.261) >>
+>> endobj
+4813 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [328.8853 311.9171 345.8218 322.8609]
+/Subtype /Link
+/A << /S /GoTo /D (page.189) >>
+>> endobj
+4814 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [480.0305 299.4649 496.967 310.4934]
+/Subtype /Link
+/A << /S /GoTo /D (page.261) >>
+>> endobj
+4815 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [440.0413 287.0975 456.9778 298.126]
+/Subtype /Link
+/A << /S /GoTo /D (page.139) >>
+>> endobj
+4816 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [422.9324 274.8149 434.8876 285.7586]
+/Subtype /Link
+/A << /S /GoTo /D (page.55) >>
+>> endobj
+4817 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [171.2876 252.4299 188.2241 261.436]
+/Subtype /Link
+/A << /S /GoTo /D (page.279) >>
+>> endobj
+4818 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [428.1625 238.1249 445.099 249.0686]
+/Subtype /Link
+/A << /S /GoTo /D (page.265) >>
+>> endobj
+4819 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [496.9066 225.6727 508.8618 236.7012]
+/Subtype /Link
+/A << /S /GoTo /D (page.56) >>
+>> endobj
+4820 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [171.2876 215.8197 188.2241 224.746]
+/Subtype /Link
+/A << /S /GoTo /D (page.280) >>
+>> endobj
+4821 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [317.5479 189.4797 329.5031 200.4234]
+/Subtype /Link
+/A << /S /GoTo /D (page.84) >>
+>> endobj
+4822 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [461.2181 177.1123 478.1546 188.056]
+/Subtype /Link
+/A << /S /GoTo /D (page.265) >>
+>> endobj
+4823 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [403.6181 164.6601 415.5733 175.6886]
+/Subtype /Link
+/A << /S /GoTo /D (page.44) >>
+>> endobj
+4824 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [420.0564 164.6601 432.0116 175.6886]
+/Subtype /Link
+/A << /S /GoTo /D (page.54) >>
+>> endobj
+4825 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [436.4948 164.6601 453.4313 175.6886]
+/Subtype /Link
+/A << /S /GoTo /D (page.257) >>
+>> endobj
+4826 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [457.9145 164.6601 474.851 175.6886]
+/Subtype /Link
+/A << /S /GoTo /D (page.261) >>
+>> endobj
+4827 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [479.3341 164.6601 496.2706 175.6886]
+/Subtype /Link
+/A << /S /GoTo /D (page.263) >>
+>> endobj
+4828 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [198.7845 141.1745 210.7396 151.366]
+/Subtype /Link
+/A << /S /GoTo /D (page.53) >>
+>> endobj
+4829 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [215.2228 141.1745 232.1593 151.366]
+/Subtype /Link
+/A << /S /GoTo /D (page.263) >>
+>> endobj
+4830 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [496.9066 127.9701 508.8618 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (page.38) >>
+>> endobj
+4831 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [171.2876 116.8519 183.2428 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.49) >>
+>> endobj
+4832 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [187.7259 116.8519 204.6624 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.273) >>
+>> endobj
+4833 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [209.1456 116.8519 226.0821 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.275) >>
+>> endobj
+4795 0 obj <<
+/D [4793 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4796 0 obj <<
+/D [4793 0 R /XYZ 150.7049 544.6583 null]
+>> endobj
+4402 0 obj <<
+/D [4793 0 R /XYZ 150.7049 544.6583 null]
+>> endobj
+2965 0 obj <<
+/D [4793 0 R /XYZ 150.7049 532.9686 null]
+>> endobj
+3995 0 obj <<
+/D [4793 0 R /XYZ 150.7049 510.6685 null]
+>> endobj
+4304 0 obj <<
+/D [4793 0 R /XYZ 150.7049 485.1604 null]
+>> endobj
+3829 0 obj <<
+/D [4793 0 R /XYZ 150.7049 472.0408 null]
+>> endobj
+4287 0 obj <<
+/D [4793 0 R /XYZ 150.7049 459.5886 null]
+>> endobj
+3167 0 obj <<
+/D [4793 0 R /XYZ 150.7049 435.266 null]
+>> endobj
+3711 0 obj <<
+/D [4793 0 R /XYZ 150.7049 422.9834 null]
+>> endobj
+3717 0 obj <<
+/D [4793 0 R /XYZ 150.7049 410.616 null]
+>> endobj
+3183 0 obj <<
+/D [4793 0 R /XYZ 150.7049 398.2485 null]
+>> endobj
+3584 0 obj <<
+/D [4793 0 R /XYZ 150.7049 385.8811 null]
+>> endobj
+4306 0 obj <<
+/D [4793 0 R /XYZ 150.7049 373.4289 null]
+>> endobj
+4305 0 obj <<
+/D [4793 0 R /XYZ 150.7049 349.9433 null]
+>> endobj
+3872 0 obj <<
+/D [4793 0 R /XYZ 150.7049 336.739 null]
+>> endobj
+4303 0 obj <<
+/D [4793 0 R /XYZ 150.7049 312.5011 null]
+>> endobj
+3585 0 obj <<
+/D [4793 0 R /XYZ 150.7049 300.0489 null]
+>> endobj
+3084 0 obj <<
+/D [4793 0 R /XYZ 150.7049 287.6815 null]
+>> endobj
+4415 0 obj <<
+/D [4793 0 R /XYZ 150.7049 275.3989 null]
+>> endobj
+4339 0 obj <<
+/D [4793 0 R /XYZ 150.7049 253.014 null]
+>> endobj
+3090 0 obj <<
+/D [4793 0 R /XYZ 150.7049 238.7089 null]
+>> endobj
+3271 0 obj <<
+/D [4793 0 R /XYZ 150.7049 216.4037 null]
+>> endobj
+4338 0 obj <<
+/D [4793 0 R /XYZ 150.7049 190.0637 null]
+>> endobj
+2994 0 obj <<
+/D [4793 0 R /XYZ 150.7049 177.6963 null]
+>> endobj
+3059 0 obj <<
+/D [4793 0 R /XYZ 150.7049 165.2441 null]
+>> endobj
+2959 0 obj <<
+/D [4793 0 R /XYZ 150.7049 141.7585 null]
+>> endobj
+4792 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F42 2194 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4836 0 obj <<
+/Length 3037
+/Filter /FlateDecode
+>>
+stream
+xÚ½ZYsÛF~ϯÐÛ‚U"2÷¡7É–Cv\–²NÖÎDB"J$ÀÅ[þõÛ==àBŠ,W­^8 Ó___7tvõï„?ò©7Â]ÝqÆRç¹=2Ú¦Bjyt5ÿ˜|æ¯ÉT3–¼LÏÓÉTI™üZv킆Y9§ÁËô}¼ûª›-n’«É_W¿q-R¦>šŠT(®ÃÆçá–JâîhgþÚåó„³$«óÍF–%ùlQ³lI+ê|]Õí1]pïLXª“Ë6+oª:žëEµš†7M¹Ô©\Áˆ§^k^·îÚ¼†¥ àå¬ÈËYN´;ù$„áÌ[x…†s #iOÁSm}¿£ˆˆÙ=Ĥu=b8 ˆIë“7髉cI\ñn™5ˆš229«ó쮘ð¤œLyrK ÖYÝÖÙzÑÐuQ¶–E™Ã£p _)±£Qa%H,ŽX8×euÓö¨N¦BÀ–u6k‹Y¼Âƒ‘Pš§VÉ}©ò @ûeׄQxÙžù(‘zïT|Ù1!Çù çÜø¸Sý¬w<"É­é'­¥×˜Úš>
+A}Òú_ñ@]q‡åeÜît>/Ú¢*ƒÀ¢ÅD'÷ëE^f8Ks묕—ãˆqðæ¢W¿¿¾®²vDXiS#œ=V(Uè žõ‚:ÑU.UÒØ¡Ñø(ßE”ï"[¡ŽÒš” ¥ãÛ/6+Lê­tAŽ¶2GðoÈ­NGö‘©V ìtgÙUôJ&ÝÕ<à®4ÿˆ*4ý¼¬fÝ*/[ºz^fKØãÄå}Óæ«@¹àëÍgGMUN? £äÍ2áýÄèdkIfã“,,EÊ­R€%‹
+V@x\^g³E´ˆ2ÚÈû´O“ Êêh7 Ñ”)ï–ŸÀüé•àÎ’{üÝܬÖ7½n$Û Y«´P#1k`$³ìC1K=-fÉQxðKퟫ‚ƒ0ûyÁ†ä@ªæRë=Ìñš8 ÞÇ[Ìuª¸W߈¹â"˜bIÑÆ7Œi@ÁÞ
+üÿÐ
+Â}9;1Žÿ÷ì8ªÈ¡fä@Etý¡2wy^huTåyXŒî>¯F–‡s¤fZ,CDVÜ"­užõüX) ÜÆ<:Ü’m‰"ÑTÔ‚H ÷ü[öZe³ºŠÛ…L€“ëäšbV4-F:ç@À…ºÈ1S6à‹«¬ì…i® ©–ü‘0+–Ù5¤q˜–!]†Û%„KL쫪khê¦]ÇA]­hõ²¸iEû5]/Ràì!ÖfMšÏ;Zù‰iQ\ åÕ<XÂÞÑ€‹>¦Õ¾Þù)Æ;ÒYÝ.£Q¼ÎkŽîEý1ØÀÇ= óÑØ£R úy±ÇŸX†V`Å–6¸!íäÚ§ÂQ_«ü¥îò¾».J iRjc9p8ðRâ Hóʲj³6ŸÓå ØJCÃe|'k;,.ðº(é·Ä¹ÀÇ54ø0dÇ1 t¥ZŠovï ž„âN;€xß•Ù‰t±‘èô=8½{Ceò˜!¸MO
+Ÿ\fËjU\˜L~ëZ¨éN]u-a'tyþ¸û2oèŠ( ÚP¿þ·Ë›¸!pã¸AŸü¹lëjÞÍbµŸÆ3ŽUšÑ »Æ…€NñŒ€Ù¦P¸¹‘jFôÌ‚3]ÚÉ¡Yùì¤w;Øif6Øá€Öº>œÙ‡W” a°N|8*Šøèo˜ä®Þ>0VêêüqJˆÞ€„®Çì°âSl#½k_Jð-FzϾðr í{²0°/œˆ
+ñxÿˆ®±<—‚ïúJÃkȧ·¡ Ô.ê>¯—Ùí1Ý-*Ì0^%Zo ý°Ó€Æ¨Ç”Ü×v}£ãr] ‰†Ýz OÁ772rìfüR¡¢ck£º¡ß¨1*³ò!•ù}•BqÂËAËg•×ŬçWo2( V ¦YßÑ»¬
+½—o葵=¤—÷%õyF01´¥4‚2¶„ø­²ÈåžÆñC'bYAD«°>ÁËU½®êÞþÂG_ö08—¶Ã¾ê Ÿ_CË×…èa˜ŠG•cë6”
+ýpÅhõ#”RõµÅ/œ°šÙ¢˜a­wÍn2>íšÛƒ£zíõC
+øõ)-k;ÈŒEÈU°®¥÷àþ"ªŸ¸T7Æe>f4`¦’ÉÇ>fp–JižÓn†ûaÃGiaÝ1šš>ñ.X¸6äB<fjá só—±³¥–ZöÞ‹ ¿#S^04¤Ü ŸŒØñhBÉë±Í[%gw©æÞ EỢ„Ö7~Û¶–V.9Övß.(öÁºûª£}&–×Ø¥Æß»²ê-®²ë*4€ ^S³ôë×/tçÍŽî‰d^ÌËM HiÇ6­Û;¤°¬¹ ‡UÿýÀÙÎ?ÀëcÑ€Kwþû?´ežÕ´èt6c $&v\옖_^œbåÅôêít¬sêÔtû/ü1k¢CvêÃ*ëQša{d_‡ô=‹Ÿ”C9JãÐö¨ôù궺*ûÕ§·£D’3föÓ~°‹¬Å/̯»u[,—# ÔÈ…3€Í;ì«{Ë 1n¡ïþp~õÃÿ
+endobj
+4835 0 obj <<
+/Type /Page
+/Contents 4836 0 R
+/Resources 4834 0 R
+/MediaBox [0 0 612 792]
+/Parent 4777 0 R
+/Annots [ 4838 0 R 4839 0 R 4840 0 R 4841 0 R 4842 0 R 4843 0 R 4844 0 R 4845 0 R 4846 0 R 4847 0 R 4848 0 R 4849 0 R 4850 0 R 4851 0 R 4852 0 R 4853 0 R 4854 0 R 4855 0 R 4856 0 R 4857 0 R 4858 0 R 4859 0 R 4860 0 R 4861 0 R 4862 0 R 4863 0 R 4864 0 R 4865 0 R 4866 0 R 4867 0 R ]
+>> endobj
+4838 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [251.1174 642.1271 268.0538 653.0709]
+/Subtype /Link
+/A << /S /GoTo /D (page.263) >>
+>> endobj
+4839 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [262.4851 618.2168 279.4216 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (page.176) >>
+>> endobj
+4840 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [283.9048 618.2168 300.8413 629.1605]
+/Subtype /Link
+/A << /S /GoTo /D (page.177) >>
+>> endobj
+4841 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [426.4191 606.2616 443.3556 617.2053]
+/Subtype /Link
+/A << /S /GoTo /D (page.181) >>
+>> endobj
+4842 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [438.9785 594.2217 455.915 605.2502]
+/Subtype /Link
+/A << /S /GoTo /D (page.260) >>
+>> endobj
+4843 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [403.5349 582.3512 420.4714 593.295]
+/Subtype /Link
+/A << /S /GoTo /D (page.181) >>
+>> endobj
+4844 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [424.9546 582.3512 441.8911 593.295]
+/Subtype /Link
+/A << /S /GoTo /D (page.275) >>
+>> endobj
+4845 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [408.1162 570.0622 425.0527 582.0174]
+/Subtype /Link
+/A << /S /GoTo /D (page.128) >>
+>> endobj
+4846 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [392.6659 558.4409 409.6024 569.3847]
+/Subtype /Link
+/A << /S /GoTo /D (page.139) >>
+>> endobj
+4847 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [343.8263 546.401 360.7627 557.4295]
+/Subtype /Link
+/A << /S /GoTo /D (page.260) >>
+>> endobj
+4848 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [148.9713 524.5131 165.9078 533.5192]
+/Subtype /Link
+/A << /S /GoTo /D (page.260) >>
+>> endobj
+4849 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [121.4744 488.7274 138.4109 497.6537]
+/Subtype /Link
+/A << /S /GoTo /D (page.261) >>
+>> endobj
+4850 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [332.226 474.67 349.1625 485.6985]
+/Subtype /Link
+/A << /S /GoTo /D (page.181) >>
+>> endobj
+4851 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [203.0484 451.5966 219.9849 461.7882]
+/Subtype /Link
+/A << /S /GoTo /D (page.119) >>
+>> endobj
+4852 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [282.2408 426.9341 299.1773 437.8778]
+/Subtype /Link
+/A << /S /GoTo /D (page.239) >>
+>> endobj
+4853 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [247.1528 403.7759 264.0892 413.9675]
+/Subtype /Link
+/A << /S /GoTo /D (page.239) >>
+>> endobj
+4854 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [226.6796 379.8656 243.6161 390.0572]
+/Subtype /Link
+/A << /S /GoTo /D (page.244) >>
+>> endobj
+4855 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [173.1605 355.9552 190.097 366.1468]
+/Subtype /Link
+/A << /S /GoTo /D (page.265) >>
+>> endobj
+4856 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [447.0934 331.2927 459.0486 342.2365]
+/Subtype /Link
+/A << /S /GoTo /D (page.53) >>
+>> endobj
+4857 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [121.4744 321.355 138.4109 330.2813]
+/Subtype /Link
+/A << /S /GoTo /D (page.264) >>
+>> endobj
+4858 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [405.8387 307.2976 422.7752 318.3261]
+/Subtype /Link
+/A << /S /GoTo /D (page.260) >>
+>> endobj
+4859 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [442.5539 295.3425 459.4904 306.371]
+/Subtype /Link
+/A << /S /GoTo /D (page.260) >>
+>> endobj
+4860 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [148.9713 273.4546 165.9078 282.4606]
+/Subtype /Link
+/A << /S /GoTo /D (page.275) >>
+>> endobj
+4861 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [286.8333 247.6065 303.7698 258.5503]
+/Subtype /Link
+/A << /S /GoTo /D (page.169) >>
+>> endobj
+4862 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [209.514 224.4484 226.4505 234.64]
+/Subtype /Link
+/A << /S /GoTo /D (page.119) >>
+>> endobj
+4863 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [276.3427 200.1744 293.2791 210.7296]
+/Subtype /Link
+/A << /S /GoTo /D (page.264) >>
+>> endobj
+4864 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [121.4744 178.0324 138.4109 186.8193]
+/Subtype /Link
+/A << /S /GoTo /D (page.122) >>
+>> endobj
+4865 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [232.3878 164.5231 249.3243 174.9139]
+/Subtype /Link
+/A << /S /GoTo /D (page.264) >>
+>> endobj
+4866 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [147.3075 130.0723 164.244 138.9986]
+/Subtype /Link
+/A << /S /GoTo /D (page.261) >>
+>> endobj
+4867 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [428.9786 116.0997 445.9151 127.0435]
+/Subtype /Link
+/A << /S /GoTo /D (page.160) >>
+>> endobj
+4837 0 obj <<
+/D [4835 0 R /XYZ 100.8917 692.1046 null]
+>> endobj
+4320 0 obj <<
+/D [4835 0 R /XYZ 100.8917 667.198 null]
+>> endobj
+3786 0 obj <<
+/D [4835 0 R /XYZ 100.8917 643.1234 null]
+>> endobj
+3831 0 obj <<
+/D [4835 0 R /XYZ 100.8917 619.213 null]
+>> endobj
+4284 0 obj <<
+/D [4835 0 R /XYZ 100.8917 607.2578 null]
+>> endobj
+3830 0 obj <<
+/D [4835 0 R /XYZ 100.8917 595.2179 null]
+>> endobj
+3518 0 obj <<
+/D [4835 0 R /XYZ 100.8917 583.3475 null]
+>> endobj
+3586 0 obj <<
+/D [4835 0 R /XYZ 100.8917 571.0585 null]
+>> endobj
+4286 0 obj <<
+/D [4835 0 R /XYZ 100.8917 559.4372 null]
+>> endobj
+4285 0 obj <<
+/D [4835 0 R /XYZ 100.8917 547.3973 null]
+>> endobj
+4302 0 obj <<
+/D [4835 0 R /XYZ 100.8917 525.5094 null]
+>> endobj
+3828 0 obj <<
+/D [4835 0 R /XYZ 100.8917 489.7236 null]
+>> endobj
+3470 0 obj <<
+/D [4835 0 R /XYZ 100.8917 475.6662 null]
+>> endobj
+4148 0 obj <<
+/D [4835 0 R /XYZ 100.8917 452.5928 null]
+>> endobj
+4149 0 obj <<
+/D [4835 0 R /XYZ 100.8917 427.9303 null]
+>> endobj
+4179 0 obj <<
+/D [4835 0 R /XYZ 100.8917 404.7722 null]
+>> endobj
+4340 0 obj <<
+/D [4835 0 R /XYZ 100.8917 380.8618 null]
+>> endobj
+3058 0 obj <<
+/D [4835 0 R /XYZ 100.8917 356.9515 null]
+>> endobj
+4288 0 obj <<
+/D [4835 0 R /XYZ 100.8917 322.3513 null]
+>> endobj
+4289 0 obj <<
+/D [4835 0 R /XYZ 100.8917 308.2939 null]
+>> endobj
+4391 0 obj <<
+/D [4835 0 R /XYZ 100.8917 296.3387 null]
+>> endobj
+3746 0 obj <<
+/D [4835 0 R /XYZ 100.8917 274.4508 null]
+>> endobj
+3471 0 obj <<
+/D [4835 0 R /XYZ 100.8917 248.6028 null]
+>> endobj
+4330 0 obj <<
+/D [4835 0 R /XYZ 100.8917 225.4447 null]
+>> endobj
+3488 0 obj <<
+/D [4835 0 R /XYZ 100.8917 201.1707 null]
+>> endobj
+4329 0 obj <<
+/D [4835 0 R /XYZ 100.8917 179.0286 null]
+>> endobj
+4301 0 obj <<
+/D [4835 0 R /XYZ 100.8917 165.5193 null]
+>> endobj
+3694 0 obj <<
+/D [4835 0 R /XYZ 100.8917 131.0686 null]
+>> endobj
+4834 0 obj <<
+/Font << /F29 2173 0 R /F42 2194 0 R /F14 2180 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4870 0 obj <<
+/Length 334
+/Filter /FlateDecode
+>>
+stream
+xÚm‘½nƒ0F÷<#Hë_l¯©Z©]ƒº4p
+œvC}o
+µïÁ8µ~jA8ªtNó#
+aAÙ‚í{ÓuٖϬ·½ñ_Íq8 Ù=­BѹK„„qs
+Ö›ijk×[þ1*‰r‰ÅÊ,çAÒ›Ò+{À˜º6ÌÓO(6™Ç” QªdLH3*¾È˜Hýp>vП64ZWÙŒˆôÒºúÎ0AŽ‚KܶÕ¬¼Bi†Ñ‚_Uð¤{;oÂêél¸Mn\µõ{i¼<þô§Œ½»£[®÷> ëZhVMÙ˜ñv’b¨ñKcFSΗ»X®×óD#y\ß<›_5· endstream
+endobj
+4869 0 obj <<
+/Type /Page
+/Contents 4870 0 R
+/Resources 4868 0 R
+/MediaBox [0 0 612 792]
+/Parent 4777 0 R
+/Annots [ 4874 0 R ]
+>> endobj
+4874 0 obj <<
+/Type /Annot
+/Border[0 0 1]/H/I/C[1 0 0]
+/Rect [265.9115 454.71 277.8667 465.6537]
+/Subtype /Link
+/A << /S /GoTo /D (chapter.20) >>
+>> endobj
+4871 0 obj <<
+/D [4869 0 R /XYZ 150.7049 692.1046 null]
+>> endobj
+4872 0 obj <<
+/D [4869 0 R /XYZ 150.7049 546.7195 null]
+>> endobj
+4873 0 obj <<
+/D [4869 0 R /XYZ 150.7049 529.373 null]
+>> endobj
+4868 0 obj <<
+/Font << /F41 2190 0 R /F29 2173 0 R /F39 2205 0 R >>
+/ProcSet [ /PDF /Text ]
+>> endobj
+4511 0 obj <<
+/Length1 2927
+/Length2 26686
+/Length3 532
+/Length 28225
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¶UX]˶p‹»Cp™¸»kpw·àw‡÷àA‚»»KpNp \ƒ»Ü™uÎÙdíÿõ~ð0[¯ª1Z¯ª^5(I•ÕEÌL€’ö®Œ¬L¬|
+èêűµ¨þáPº
+êúû¿_þëeö¦fVö
+°˜åíLÌÞ"
+ƒ¼NnÆo•ÆÅög¹€.®µwekx ‚r0~Ó㥠òF }Ñ7©‹½È[ü@Îo››ä*ùF E©7éI¿ÈIæ@2²or‘{#‹ü\Þä¢øF ¥·Sä¢üF •7¹¨¾ÈEí@.êorÑx#‹æ\´Þä¢ýF ·#ä¢ûFÿYƦ6@ו/Û[}ÿ»ý?þ]]¼êÆÊÙÔÍÎÜø¶y9ÿ9^MÿUä¼\ÿûø?”Ä[Ùñ‚’0y#P¦] ,ÌþÂ?;ð/üS6!ÈÙâ/™Zþ… ÿ¯ Ú_ ÈÉæ/Iýu¡°€¬ìþº¬@Vö!ÈÊá/Y9þ…Já/Y9ÿ…êø/Y¹þ… +·¿dåþ‚¬<þº3AVž!ÈÊë/Yyÿ…Îz{³¿Ï1Ö?7Ðî¿bE7{ cg7;[c·¿Üþ\R®V¶f­ÇŸ‹ÊÌ
+ºT¬þ'§ÿ÷+JTÔÁó##+è|`d‹ éàí^Ÿõ4usê®ÿ|ª‚$ÿÍ­@ßo@ 'ÐaiÞÁ”?ØúkSh©¯DþT4­ ajqðXgHC*?ÓÑ?Ƭsó¤:ø=ÝÚª-ùD®’ÙÌœs¯IäÓÐG5æEô!d,ÚÜ45ØߦGúß³{Qí2#ö–H¶›é/“_¯»wBWË°rçá|†*]˜¾ôµñßXBL1#ßIFøÝ&ŸÔÜ_}8–rÈwX*üŽ£Ÿvù²„×ûsÚf9•72[r.Uð ž…ÖÓ|s5݆dI;‹Wúµ¦a•”iØ}^9uQ™»¸Ø©ÈzÚ“;–ô˜K 6ëxc¸\½ÁƒéÃHàÔlÅÐsCBT~—,Á<Ìñf(ë‡ÎŒçQ|HÈý™}êq¾‡XÄYó’ý'³Iz¶‡YŽ@×èÙÜÑ÷£$xôØ9‹/,÷gzgØ×c˜r°É§0êI¢Ìß4:º–2¡$R¼û§¹{áBÑ™4&>ræËõ2 náh,UŸgÉ Åˆµàïû•´b…aSL+q÷¥ßetÝ=–
+vöîFÌå›Y&$ë°2öEX¾V'» 1PW¸úVhÞühNÍ"¡€<?8€àÍã68zwìauIGòÞ¯§ÛùÛÚ°Gâì
+' §½nÆRù"B?jжv1ÕÕ+uÂ63Õú¬9v;D¼/1?Ê©*ƒŽ
+KÙ"ÔŒz‡é‡öR=z€Ïï¸äiA»¾ü¢ÓhÆÄ°ËMãÇZ߇,t¾já‹87Îp-ŒÍÓÜç u†Ö«<U†‰‚㜅ڸª¶eHe½´a:Åz¬\Î,ùN_Nüï¾ a¹÷êqsà¸í<ŸÒÌbænOlð¤O i\eû:›À²Õ\ªsZTm~
+o¤hb´šO9m¶¨Õ3Tß…}æ?JÏ”£ãº©ÄA¨¥¿Èe¦“rïH •ßh窂y&`¥Á†Ñ”²w¬?/¡7%§y»ý¢¢?Óá´,e…®w•à‚K·´›Iƈä<B÷ab`˜Ûú+3Ô9kXâ9Ãòw@Ê1g:M"jã;ñÊë%fdÍR°2ì–÷ùY™Ë
+¢)wëKb)ä5Ùdd9Cñß¾G™ÃÚ,};4;tê(+æД[JÊm ŸàŒÝ €šÊ/5LwKß÷?š8ŒÖìíÿ´¾w/žHÅc›ÂáÖãróiP”Ÿb‰„3â4PEÞþûvÈ· ‡¾ÑÐÙß²LžÈÇú\m(8.¦aöŽéX³üWäUr»°¸Ò‰m”:ä¦ÝC²î¶X$”ØóváPr²Ãýc+§)î9ÓWº^5˜†xñò"ŠñÀÊÌg,bÑuÊd; Óy­–ŠÎqÌn·dð,çBä‰Ü”/åž±¨˜Sðš‰W¦&9jVE‹Ç¯Wy{GÝÄf·Fü=×€µM)<`kÎõ¾ÎÀbn!GýÒ±Œ”ÔhíXªwûe}ƒz|/[LC¤áE‡Ä¯:/sŠ‹îuç`¹©yôÏ•3žžæ~|/\cÔä*}ùš¬¦`Ú†±G¯˜ƒˆ³Ô=ÎÂÇfól"£Fnè1G¼kcé'Ìwlržaweìnå§4À_Îõ›­IÖb‘;[Ô')W+¿5-àÊšË)³wU‘ö)RžvÆÙI/ÖÔT©Sâvßê×zù³RûS:}J -¾Z©ÙûxzYpA9îy9LäŵNË3åhG
+¾-Ú£µ¬M™œ¼®ý@L•™¦{eíób‘¬§èŽÚŒ¶Æ
+ÎUÎøÊÉg¥½~]ò¢²#ꮽ
+À”ÑqyÞ¥†&$0yŽÌïŠíÒn $FæÁŸÕú ÍeP½Æù
+ã2¿kвBD >Cïp_`Æk)a—¼ë¿ûY€5¢ÜmÅ ªjwC|ŽÞª†UI{+݆\JRŠg¦Äã… ÷Ò)/Ç~Ïm-W¼§`hû{Z
+^þ[+…;3¦3ÖŸ°ˆÈPH’9·Ó2¾ ô!;~ë…íéyæ¡+fÍHáiykiœ.µ1•dϵèç¯ÏIUØÉ]­F|Ÿémõí©Æ½k:ˆk iôr—pé!Î|è¹Å÷?k©K-BúÁºÒîå©õ`ßÀÙon6W‹xmya‡æ(§íjÐ(¯Y§tù@×J†WЊ‡rÃøÿþBÃ|º@Þlhµ³‡Ü’Ù-÷
+9S6Ë³,XÒçBöÄUß,ª‚1xÊVº‰ª>õn•Åï×x7ʈÍáRJ2d ²Ø|X–P©@‘z «˜~:Æ/ò'ƒüE’… .ÓR%ÚkÍ·ªÆ„õ"ÝÖwçÇäÂVE¡Áö5µ‹¬KêN`"¾ŸëäÁÃTo¾ÜÚ<XDz¹C—Eð|kxBëhyQâ<æ'ÿ^”*úUêY"KÎø_¹w¥„\Š­ÍóW›AÍŠ»è“~<±uïÖ+¾}Ü7$ÐÕÅvç´»¼ì¡NN‹L~µ¼»$¸‹ZîS¼›çË8ABþ™bo{$óÍ ]”ˆ© è®þܶY40Ñn¨ë6ÄÏ!Âí1F.ùùÜr÷v‹ß£Ÿ#Rkß$C„íQê[ÜÇ3~ßÝò3
+§¤Ç\Y$M4›3ÇÜìW+‘ëDÛ…ö_‰QÕð‡å‰ª7Î7ÀŠO´¥Né"f|
+»µß­Z…$ÕSˆ¼½Ñì`ìR¼&« æP¯I¬[½d“‹súi‡Ú²O3 ™ë–ÓƒVˆÜ”õìý°7èC½­$E‹^Ä
+9!ö,)b:µ_½#à Ž‹ÞáM;ùy}by«”ý ß™Õ €mï†V„ø«Õæ\ñÞÚèRõÞbØÝãÌ’¤^Oc%jn¨^§8àâ:â+÷¼›ô³ï™´82QžÞj4q?äÖ#Æ/['¤õlù  ‹wZIB“¤<=¾ÃÇw“ud‹Á¬Ø_Ö!³BY€øVGcì2:‡FìX]4‹Ë%áS,½¿A2XÁÞ–$oÔ‹“°LŸü®'âÌÖ²ÔŠ"±,mí»ôéÖÅä”Y̧åêê¡/¼0›-ÁEÊÓ ]`NXº¿
+§^,1%‚hg»¸×GÙzêÍžãØg1f2_my´:Å\XO—eW嵉Œ#mxÈÛ]퀹 n5=åñ1ŽB)
+@D{3cB¬ãS¬³hN–`‹XJ<Mçzu|mé7ñŠ†±¤uÇnÿešÕ–ðG´PŸ Ï>'nËŠ].e%•øµõHXz¢X6í3W2ô7º§8œZh5v2N/JðÊmTèÓËuz
+{ÏuÔRu cN/ÐOmŸ¼:ÚËBoø‰ŸvâTäAᔜü~$ªs¡G`ÊøÉر— ÆBË°ÁZ¾úÃoA¡År–g£(4I[2/G‡µK=úïéô׊Ó`2rwùÞÏ٠ݲ(5<ŽÕŠH‚åÁ£‰ÃBµÌmìNÆ(\6Ùˆ!LÒÀü:kv³6~ D2³Q¿~ÆÕì
+­ü^¢àÂåuêýžBô`B«wÂDÌšë$Pˆ
+}ŠÓáK˜6V{Òh–ÓsÞ˜êd {ä:®Ë<îAPV~iv÷ÊHO¢sžžœ+ ¥Át>@ ·öÔzú¼)c@~¥fÓè¶ÎKÔ Áv*椎hUÐ9”Üã…Gˆ¢Ñ.Ì$f|C­Sá
+($Of94¦Õž—¢
+—ì¢u|ÛéÜÔYDçt´¨?)ŠKcU¹ª
+½¯M3bAS+Ð1øÅhóÊT¹}z8<ºÇuÅŸíÛç‚ ñô}D]4Ê7\ؕĶ±Ålu[çg0þ{UGÔE{ÙI/êt–ïq3¼8ê³Ê©1E)Þ!Ë8u@íSÜî2´GŸŽj¥™”ç¯-=aAå-Ñ9tí/žúG;¤Íl’ 4þNˆÒ2°ëuƒÂ¿ØœÊ&Ü,$¡J9Ý=ÀßÕdÊRÅ:Ke¬l²B–;4ó FážIE«ûÒï6Ã:—Ãsº/dðåÒê…Ó¤b‡0”19j™;ÜÖÈÉž<2ôaq¸5ŒA¡ŸÑ$õz¹x&Ë¥³õŸå×,9Ì‘:6YdŽ«ñ?}Ï–㫾 Â9 ªñŠÊmw|Ö––ÿA@;¯ûl×ÌfFuã‚êOmÑmŠåãrXQçí"4©%çYk0ÛNÄdÆ
+¹RÎÓ²DÄÞÜ-¾rÂDIêWÃ{Îj€ìòXÖWoÏ>,²OõÿøqÛ?3Ë“f27¤
+ŽÎí¼CïÓäÒ¥b.—scLËá¯f¦æÄ:öA”Áü¥P6˜Â{‚(”ÙŒÆÉ
+Gi r eb²:Ïèh þmÆ;‰ó¹‰!¤]–’oÇÁRos8­/[·Æšvþû„¾ÊÓ™è˧*Ç ËÁwWub׈EÜó3ŠqÃÏtƒ‘LæIwÛâÔŠëYÓWLE)ÅáTJÆ`Öë-„9$£þÍ4ÍÄÑEÇÇ¿rÅU(ùÔÅ£|YIš´Å¶†—‚>C`…ØÅú­ëðŒ}Ç5×(œT™®Ý‰‚¯†IûŽ¿M‹Û³^"Ú1b«vpRàQ¯4ì\MQ¯¤HsȊΖÒÒ ºô¢«'{ÅÍ^K|gVy`t–üÑ~puÝž°j© ÷Sš&[2Iä,¢EÏq7SñÒ'¢¯LÒHèú#ù851ÛÅR2zHÝ«äSÇ…†™¢“ó@;e—TP­|_U1ú/Ô¦{Y°À,v/®FÝúîC¡a\•.ÿõc°æ†² •t[pý5†50T Ã=رücÓ™‹4'ºúA6 wÿ'šþIf{ýÊ`Þúù=)ø!yŒ¦Î{"sóöí)eã¸aø—¯{?‡Â8¥ñ*jð›zráÃTïœÚ¡´«WºÌ€½t¤óœ‚ ì45kå:µuªÆÒsúa5(ý‡?ÌÀÖð¢ÇKk_€sœJþø&üÀP?WcúyJðqÖ•MÍ6·Ä€y?/軕²…ȱ„_…éJ¯Aø8º3K“gÇ[û©r³æÜ@8ílDNRxÔhÞ@Ïé>ËqYÙ<7Adž¢²‰jëc¿"d–X&x` ÿ)e g ¦± ÚVSÚ¹¿fŒx¸Zͳ=–"¥,í}d…ö1ŒZêÉUh~ÊËÜA.•Q(UËè© Ò€§neò§‡v–~¾¬ÿÈo›v®±ë^ŸJŸwpq-äp¯è4^H’ª$® æõVP9mù#LŒŸØ)LuzrQ’e ]¹‚ôY€ÀÊQBÊmàˆG9$#Dºð§.ªEoð»¸r~Ø0JsÈÖ“÷·nDïƒFuÈ- ý„&~’ÁVêàpËò•ë
+©ÍH׆Ùd°L)3¼øˆdlœÕ¼V×4j•òÓo†`S½©@ {.©ˆ²XmYN ëe{y¹½7z*åí Uà2/‘lêüv=«(5ÈHìE˘ùL¹Bñ…~¹÷³òïÇõ
+™ }Ëy*‚*xŽºäºý¬oÕ~˜Y”O”‚9t¶~/J}!<K²o¸¿$ôʵ^mÓ-0ÕkÃ#Ž“¤Y6?½ñWÝ÷¹4w%¶ÅŠ88to°4>8FzÄ#¸CiSƹ’,uÿ5‘³u›¿_Õ,Ø/€\ÝÿÒIĺ‹Šð˜þ ™èZ?.§^MB…˜zÑÎöÎNkåZ¸xP4N~û°Â[Ú’êTQæšÏ>O»ÛSÿ7*ž‚¼ã¤'ÏäHl ʨNFœJüf×;ý¼jnÔ.¦[øÚ3MÌÏ—PÐBaübΩl›°Z¹
+Œ¥)´8‡Qó‡4øç·>#çÚ~îÒ( ºÒurÍÄ”‚D·½¥,Ÿ´²`Vü–‹¥ßbèÅŽÞì}«> ‚xÂ|là‘n™ É?Ê6çøØ’û•ÊåìLÂ|!X×â¿ŠÏokËV¸p9j³éî“j6 UH|©±ê“b¶Ø¹Áõbw<¼Ž€÷ŽŒ©T›Ù®+º°pºýÆÅcó;ŽÔ7´ïÇ‚(nnKwUäQ
+â³!>¹œÐ<.Dv)WiÁ_°|Š¼=ò IÖ}H˜Ñf&,'‹5M+»ªh¨´téèõãÔ™æ™bs=ì}cÎâ•¡ Ë‘$¸
+C’dÙ}12ÍÀgµu¿ç,« —ýp®€Qxë¹a³ßwÔ'¤å~Âã±ì­ÇëËÙŽêƒ>i¾„cÜ2²í‹­"1|ß –ò±&ðÙÊwj®¯nn19®ø3_ 5Ì &tÜøkwýÏ)ÒºŸÖt—¦¿ãRŠuQ!™æ cÉuo%Ò­œõ„ „?…Ï¡"™µéÆľ0©Ï4ð[¥«"8LJùºÕN÷•quUr¹¯X¤6Á|k?Ü35 ‘ý"‰»qbýž®iã¡À‚Aûêìž—×&2¼/i ~7RÄOã:<ßc—ÖžUz݉ï¦@þ.@àïS©ëÂg8 î(öxQÿ ê˸ãqžž"¬ÐÔh%ºzfà ÛÏ­…†_a,0éÐnä¶NÕ*´c/Mˆ£×ö‹žéçU§7”{ý,ÀÐœsÕ~ªø·Éhû6U÷~äݘ¯{æV¿6Ö«¼]L§€w¡ØSÊ?Ý|‰ ™-¾½ïy‚ßÈ{¥[M;{°§yaáÿN||j]…ÎsäÈò7DßFg‡~ï¢Ã¶?%½Œ•jZ‘¤q´ÑgÔsZ
+±èÂüñ÷2ë\ðW¦¤H¬¹± Q%mk3…õ´ªI;»öð^7éz$ämª¤öLò„Úp–?†Q3%öoq‡‡§¼¾' …7Õ¯E›/‡ÒtxbgiZW
+ƒ·'ö”/)¾âÈ17[Öò[Ç
+þ¸®
+9_ÛJº`Õcu£ˆ?[`ê,ðYþì>#¬”ñS†¦8ƒ™íMUW¯i£†oÞ±x£Oœòó)X”S¡;‚ ¼ø3Då7 \òûZëìŒ{šÀnn¿ lˆOB 8‰Ÿê{ÆØÓ„Ë¿mÕ«|)]¡ûäÇPõžý7{“t‹Ÿ«”ä%SµÖ•×1:¾‘ÚÞú
+–nø´Ü5<ù¿‡žœ|hd¿<kú;ƒžÔ¾ŒrÉÄ'@‡Ón·%(*—•ç%· *êo4$†
+¹A"È~
+ŽÔæö®G˦\"ßCÎÓ¾ÄØ! ~Ô8ç@ˆñý†Î%XÊXÉÀõäºg
+“â]?/C*‚öÔͱ[m›;1’òMO’]µrœ¼×¥¤’«&•ç;÷GLnX@×K¿jU2Q45W#ý ¥Wûç§:1³ÊIà‹ßxëLl¿À×Y[ðˆ)®J±ðazì‰h
+©ÙnÒê]´ cMüR©ÆP‹'':µ*¹À°W¼Q ¾u¸w¡¿8D«ÎÌÅãIÆÙ[D™Í€WN €§kÔcWû4yxÁ›Qú’¨>‹Ðÿšhä6~qb€9û츇}¦ò&’·¾÷[ÖXä1€cì Ž Ãîl†ÉöäJÀx @ —RÆ5§J |op
+…ë¤í™QêelW(+³Îj³(S1u +ËgÌ´Ri¿¼ä»ž+t}Ðg[ø¼¢Á¹¸&ÝGðñ Æs_7ªŒ£Ž­Ñâi}WÞEÍð“9ë¸=µc½ê©c¦°ÌO2‹æzâž=3à8ÑÔ@‘vËåèjñºÖâ{´
+_ÑyÂSM¸ŠvJv#¢ž|G¶B`òMøl[JO9®h›¿š˜.–z]š:÷y;Ç’ãJO‡Ð'üW*ä–µ82_M0–‰$ýžÝ†'¹ëoôV\X¡#â~„U~çèÉŠ­Xü±Q“T²ÓÓ:°Õ(åOVë7]_^"u¬Ž_òb}¯5œ2ŒÍ!Dóóê!¡ ß_¥ëë»qTc•©JÑv†zN!ë'YGèBÄ李™ú,˜:X¤%áéOhj3¡‡\/)¯²#>†ÕÄåC×2œQ†e¤aZZöHXæµ2&Ò
+ú@Lr“Jô#žâ¥_¢Mûëz!ò5^¸/ÉQËŸ?›(q§<Š&º¡aâáê p³ïït7Áû Þ*ÞÀHÄEBŠàGD]|-†PòÃCHm5`QËA´Ê_89mXtÁõ\¢[©¤‰Lì±À~ðHr]GŽYºå7b|l
+عÅÕ‡'¸pyŸ@ ”Ï{ ´HÖëÅ|ÐL«,Â9~ûþ/Ïþ[2z¬Sš‰ˆ::!ñR‹¡n`ÆÕ?Kõ|L„ÒÕ!5è\ròPž •ðÌÙr£…Ç…¾fP…M[q%:}m•*’WÚ]p–žÌ¡âx#ͼgû<×9_"0ÌñE‡Á~Á [Qc<¸´WF›4™AnûÅç÷Ó±ÄøíÑ\³£yEÄ´<ânáT4Œoyùx<Ég§Qgy‚ªíýmlGs¯u‹jOÿºarÎfùxjéÆS?`– ¸DaŽÛ,¿o\BckßO ³ƒIО}ºìšjù6HÜ)Þ?•Ïàd·Êp}ã9´ßü)ÏÈ’®ú¢üIç
+y|®]îìiñ›T"Á´¡à]ýJbš\‘þ,W‰ÇùçkJx!2+o±ÆSõ
+¿z–)Rûç“Þ”o/Ìø¯&dØ ÙÔHÚÝÈn»CáçIK±ta"ÔŽ:äùäõ*Ø!BY6Õ¥EÑÄjÓCwÔZ>\šÆ“¥$]Ñ3 ÌÌÏ&–Ä !?ÀÙ³qÌK «Ã Ls²2Jñtd-3p=»|ŸÖùöªž
+±\A^
+K£õ61ú¸aÄžg—‚¡’ˆ÷¾Û±UšGn×Ü5˜[Ayhþ¤w€.TÄñ6’i¬Ä¸Dö;êúXõôa320`—×g­¼;OÜÕÚ–ýþ €šì׳öbþ r_{ùŠÀ˜À¬SÏÎ*Åo½S,BùGÜÅJì ¡'1“úC/A8‰Vð¦‘5\&¥N–ÝcÏ@Zº€‰í6•JµNâe…¼b°¬ËÃƨ˜bü~\ÓTðòÓgD¢Ñòz[h;Ï€*qÍÙ*<3Ô™ä)¥$WK’ÜOŠ&zîFŒ¡*i‹FOýcld’„[¤j“`()g"¢žF»æ¿•HñŽ$ä muHÒ¥Å/ŽŽüí…=¶›ÈUhÊðL&DÄXÁE+ý=ËcFK’Dº›w |(„°ÕÖ‹éipà+”¬tëìû;æãŒQÀ‘óç‰>>MzøF0?(Q
+‰ÚÒ—I¯6ë‹JsçÏD I R?Ávú’\˜¢&÷¦,"8ÚP“oìÁðÍép¬H: R£[w6s ’.Å­‹å,}¡Ë+gH0:8¿äôÎà†¾$¾šNF¶xBNl)XEh)X9º&"mòœÔ–,íWÔ3fCþÈLÒet5³#hÎÂn?ä1š\”÷XÑ´Œñk†+l«j¬¯‡¦Í³áOQ+̵ë¬jÄ-ÃÅ’FX!³c÷Óµ›i^¥¡ñ®+ÌA¬zïûƒ~13Ï2¸ªx\(GÃu‰}d–ajúDÒÌÙ”F&ÏyCgCtIQ_Ç9ß¹˜ï1‰'+X’5ÝÏÝBöóaª?MÈ““#Öæ…;–D¬\5”Ð练~¼…&UzA%øÓ Rš~ÆÐJf¨CžÌÏ}בB‡©K"SF*ûE#b¶,yÎÆù2³f¹–¿çz²xöÑ_ÂOŒ¯Ežý²¢j=…†.ç¾ñm¾'Õ¢EÞõ-\Rs[¬¿B¨ÒžŽo¡á™‘l@[GÙ°=8Ü-Üù"asÇÞ”®ˆ{™3aMQ> ÝÔ<OI“ñ1Uÿ="Çq¡F[°c??I6m¨5+é72s-R§^É"vŒ+J~Qìo‘6ª‚ ö ߊ°¨•Yý%ýN“Áa°â!Ÿç2d`#°nj£&Üj6ÅIŽBõY¸úëU±ßá-r¢á=*>Rò«³wó®›—'±¿¦)ub5ÁÜzѱ;'‘‘üz¿Ë¨@{&ÑG”ÄÉ©.ñÅ2;!è)áEÖïÚ R;ql&kÇõêˆýƒÀêÔ^œv“~ˆN=FP]äð‰¶.mHœÄ¡k±xmЃþè7û<V:ýp0ð ¦(êú¢’ô_¼J$¨‹_ o6 øß_lCµò0ÌÐ
+€-#I%?\ üåù\$.î•„MIÀ‡Æô)}åýæäp\(S;?T¸MóÂ÷tÚ¯›,]|0à¡Œs¨@ηA,,¥©ã<•B_ñ
+Zô½j9ÀQªÛIJ‘縑€§~u¸8ü`?Ñáû5œ¢ßš)ÔqÑJm½ç¤·u¬†#CŸ Ív
+ĪVé&õ3ý——‡Í.:€®gvëÈxÉ~&34SG•Þ°è Œ†0n¨­‚{0¶¹Œ «·\ì”ÉšeÌ;%Û|µm]úQ«:”˜Ó bvþc鶺ÆO(3)^‹C¢ù¸ãiÍÒÉ(¨ãÎ,íÖÅÒ.Ä™œÓ-¦s_O¦5̦U´lC'¡h
+û|R ¾f“Ìf«|¨c5Ցµ¥.b×ç•fc]^&ä-û¯ƒó÷® Þ½®\‰ ””&õ·Sí¦8‡ 'KD O—$Õeϳè*¤²«²‚3/%>÷I+UÔß
+¬Š½¶Me‚q\Ž®…8\zÂS³÷¦—*-~^‹5œÑ ¢«pqaB=Ä%ºÍ·ýìž]
+ULÅ¥Jñüü¶~5úi'ŠÕcc Läps[Åìñ¨kpõ–V±“•.FŠ/$ÖPêÒ¡@'â©%ª¶Iè@Û´T­¢óÑ6„àÜÏ'¶{ÐHxAÑ %Bâ¸×†NÌ F©{­›¸=#ÀzŒkŠ…ŸUD/T²ù¡Ë;ô›ýHšhÓ¡rVÃÌz›>œ¼œXJ… hÙ'{‘rÔQèϪzJÁ|Ï 2
+
+Ý–®‚–Ku›ˆ‚gÇâsƒ8æ—@É£" ÌKGÕ'&fÁŸ›gÌÜlwŽ‰â™µÈŸ &»ý1Õ49Sô'"âü±ê2áÁ´òÊ’7UO¬Ý'©†¡µ+‚þQþ°y+P+"3¢Âüƒ:z%ˆIðt`|3¦Â'A1¶ú«¤‘‡Ú ×bŠKp Õ)”VrZÌ~kIÕË{=­<’µê!¶üD°†<“âß¼QEþ!&¬±Ø2¯€¬Á„.õùëõŠ<QÉ8¢U8€3BÄk ?Ù2¥¾;ÄãYô¦µµ-n‰ÝZߎÁAÏ5åJ92ÌŠz¦h9.ny±”£4¾B®ê9„†ãK^”X/—'}ý5Æìù½®åÍNG<9û"y“7a `#Ìh™É°òüC‡æ3 Ö´wË úQs#ÈŠf™5¾.ŸÀD1yEgIíF>ë.-¾RnÇaŒî
+¥!+™8ª–¶ÅLU3™§O~äl·°ÿÃëÛ½.£u3Á%F=°¿Éñ¤6£Û¼'5S_Öê<QjŽ¸ñ)‚%CœÊš÷J<í1Ôlļ=ø±ç#xm¤v«4L¤Q^P« |¡¨«kz§™.û¸['ÿQâtj¥B/Øüo± %D~XöÎWG§;§"BM-üõ¶Net<18~{}«ydܯ} &äÁ°œa´KUܾLîEkƒ!²ò8zÅïÅ&š(DM-£0§Y0C¢í ´f™»R
+1«££ñhÞ¤T]»àLSV\RrÈœC”‚òJ` C
+ô\‡ Å£ ¾¡O²k¡L–5å×F $¯)>d¡AÛl†n\[f€ŒÆò¬¦Õ4ÿž”ö•Ó1-‚Ë×ÊËQk߯êhA]EõE†üíR€°0ý_Ý:l$^›½%{¹ÊÌ÷­×"}ïóÆݲËð¡^ï…?˜Ç*¤4ò½ÆÑ‹Ã2݃±ÛÎT¨.þ$ºà&=¿ÉéœZç%º*”<Ý¡Åêï5ýk±ÛáC3$iÒ¹ ß9ÏÎ)ÐGô,Á£/ˆ4Î^ö³7ýßÎN RœYþOBô‘ø6‚ïø0Îì84 #ugOpîëÉ,Ýì6üTßÀ×ðýÚ[TâüëÆ]¤w Ã|Q×YºÎÊäW˜|Ó¿<‘Oœ–muz¦ð÷ãqÕ«JÐr¹ô>= µä\lWßµ™4°#Ÿ"í#
+sX”Ww¡T£ZæIÓK`ö"\_›”VLÖë…ÿm±×IϪ4cøj ÄÙ/HÝÖÉxñݶ¼÷×ð‚½Ø3èÆÌtå¿…Žõ¬Ýýö]ÓPZÃ0îðr<ðá!áÄ*i1ëcdàN²@CR E7ÈE³Øšº³öÔHk®ì¯v¦«m´m5ñæG5™Ùf^©$_tüf%:ßeœDò[žصò<üH’B°]™ó{2vA÷¼‹iiÊ¥GÝíà®Ùth%h87ït—C/â¡vhßw/dÕPÞ%"|ªjú©­ ûQ¸¿ËöúÕèÇ6{òø„á+š¤Ù1•u¦éUpðÑ¡£aÿ$-l‚K6¥ßÆ"´aÞe—ŠM½nL³0ËÄŽ_;¤™æ­ª¾‡A˜IôPëbÊ:sõ tÛ¿ã,ê {%Ô¸k¨þ9쇄e]Ø<žt5¤g–WÈÈŽAY¦”ÀÛ$Žs
+¨U©:)k%1“_€Ò+ÀõÖÝ®öúæHI­/¿öâ¨é—1¶þÙ»_ꌨéeìKñ²îÓ+KÀº{£”‹¹M´<ëT&À©Nš
+vå'⾆¬QlÿÑ•A¸T8ÜÓàÎxý6Ã@ŧ·Öã ^«@"C‚ˆºþ¼Q(S…$¤ÜD±–Ç—eâ‚ÿ†€‡ y Ò¿/äÐî|VWõóqÛü[è¥Í‰rÑœÂoIIûÙ„¡( ´»6ÇlñäÛ“pèßÛÆx;CB˜s ŸöZÛNZdŠè%B4ƒ̼£ƒO'xÉ:fñyȈw‰rq<VœUåç€UéYÜ-îù퇮殽¾¸þ9¾ô¸€AÍÌ>ôç®Ü¶k/ó(»ÝÐŒæù ‡ßSVù N
+ª?ŸtAŽF¢ai‹8‘õÚ…êT»î(~ªÓÑ¢à‰Agëväþ~õ§ú(IQù=߯»ôMÑa„()8r ‹6¥~¢ÌW
+Ÿ‡è9
+°Â?çL2àam¿z$©p}첸H;iÆ1C ¾H†0cˆ)3Žl.ET `Îö2É¢”Ì>P©SÎRçÜ}ê^ ‚§•ÈêíO@®LÞÝI²láÛ C ¨÷nÁ)ÏÜ­[¹&µÏPИæ5»ÙÍ-Ïb½SÀ+îK Ú3ý(-ïLœ–f ‡ä³Ž'¸Ü)…{¿Š×1,ÛÛ ‘Cí@ÞšŽÈ†_'úeµ‹Á'ÞÚtbzÁl¦[’ÂhSô…ƒÕã…ƒîƒëØðª§2-(f†mÌÿaÛˆÿ‹º(tã9Ç8áE-öuŠ NK_Ó¢ .áxÀ€]€Hž+ì´Ijúh˜è£cÑ •Êé…n ½
+]½qL÷þæÛbôïI _û°q¦ºêÌ÷sR´½­’È–¨¤ é…ÝZJ[Ï—/þ ¬UJ^S,vâ¦ùÑíídÅ@^À+•ÞÍì¡Z¾¸m¸?»`àï2î×q ö½†}—ÑŽ ö:ú>[Ö;°îÈÌP D8b°­²%d|pk)_gì€UÑde×=zýÇá¤=ø-Nú˜û¶ÑçBJÙ~1óÕáFXæOý¾ÜÓo”DåA 79@ –„NKÔôY¢Œ…ì•ÀMǤöD¼þ±¿„ì͸W?ñüèÒk©A3°ˆe`›Ç`׳l@“âáD]4YX°ÖÈ?;‰¾Ÿù/PîjŒÎ® °£|ŒD饠¨qV8nk\'h&,°Òv0t/®ç_‘%–œïÓÖ%Ž8¶ê$Šz ÍSCo„â)Ï]Òß>qg»ߦ‘ÁrtíÌÖLümˆ2ã5þ0tÁxä7iÕÙú˜'ʣλô\…\ÍÈX¥G{bÌ[… Àr AË´6Ý)ŠH0&.¶;ډѢ·æ©6Ñ´Ò̬¶bVxtNè ÅͯNüÙ 8T´\É'ó­CnMEGò3Yž˜™›D:˜\õgTphrR£ÂqjVË64ŸÙP¢VuˆÅðø}îsÔ÷à’{¤æõ›aåD´+ÙXÿh§.¿[ÁK$c8)y»åOW1‘ÔHÓò)¦
+V¦ Í ?m—qÊÚÞ™é-:ÑìÕ×3j¢²HççégÛ­Øjˆ2¬–Øt”ÀsňáOFš(¾-ˈEm±òêàä©Jè]•tÝ펫ã$ÊC-
+(úd_ WHË>
+F‹¬ÄïÅ·^¿°ñ8u‡Ä˜¸¬ôšø?Ÿª9Þž?…é´m˜Õú¾Áêô˜郼t#4kx·1®d]¡QTöxÌn6Éî¥JvûMƒ' °Æ“Ä·«‡Á±Dk™WÒ¦=!‡´™…%¼—$ï(À‘d FrIÅolÞ²†ô_Á€ë·äñ·C/Ý¢DŠæñÄÚ—_dN$lg¾žžrWq.µuR@hÆ4.Þ.®RÑãÂ3f¦Ú-n–èdEª•Ês?ì B·ëËW˜ÞæZÝñ®˜šy¯²*ÌÉ Øº¤ÎwûÇ{NZ]aÚOÒED©{/ýÇéµ³ª¬Y€%þþ?—eKŠž—¡y sç3\?
+ “z…xÑ"˜¢¾(Ôð§`@>‡r¥k2ò^ý²´Ãð0ˆù½5Ä™ýLIíÏz¯VÐ*^.J½+®Tã³7[£f üGòéÝ®¾Ašµ’[­…I_°yŒt‰F™%Î1¹6[!†:¡sÉ(èYLW}'.r´aD|¶¹Êý’((„ž,]ÉÁoß /‘s`¿o†SûXCpÿІæšGp dh«™çÖ¤´Órèžyó¿(’ûYÊ»™ J^‘ÉÜŠv1k3œN§ïä<Ú™F®UÁ°CtrÅe ‰;ÿ£Í’Ê›YXŽ‚ÇÚÓD{øòíÏ ½>Ò*ëÛt±RÞÐWökþŒL\LJ-‚­´@¨¯~í@©¡ç÷8»”â-i)³ªH ÖÙ:/’0èb61!ýTfõØŸ’±ÓÀŽœ&\‡b?¡¡OgSS¤gà]|bÒ:"üu÷åúâaÑÓ˜¡¹ò:Q¸`W-~³\\ýl^0>oÿ#Qmh5àÃ.NŸ«Iy°µ•›ÎîGÑMDÒ)fµì.#uüïd:” <v\ÕÀΰ]ÚƒÌÔø´ˆÔbÔš"éÒbMCÐú&V& te&n,‘1•&À„ò×,ü°­7![–EÎ;&µöµö°sˆdyó<,1'£æÔ•¸}ñîæ×>¿QDUV[+ËÁh±‚@;±x²ž@fÜÅBjRåéðG·™)1>‹O øLT
+,¦~g+)……mBç{^6¹­…P455À
+¢«KÓ°rÀ'Ó HžèÓß¾ñLòdÆÑ®‘œžáÝçæQ[F딦w4¼˜wb5¹NÂ#l¹Û–7
+£¯+½Hûd^‡ )8 —1ßC+Bß\ ¯!x4’6„4¨b0)Ëö²m•ç‘¡Ïý8Ÿ _kª^‚\\¶q4f¼í2|ÜonþV8¸ùIC’ŒµÕX©ÉŶn§ž9ƒñ9‰“O_†ÜìO´y‡glû6t[XÉÙ‘/õ: N´Ý6ÆÄ+æwBuÌ(årç€3ÁrV§£zi5Obk2Üç2½¥lF=‰|p¶êºq2ßÿu܆͓ӊj«êpb³á‰YãÖ"DžGYÙƒ‘j6žõ¹p˜›Ël)œ´iÿ¿ªÎ‹ü¤M«#u·6Ó‡¹>¦Êr⾂ççU9ªk™ˆnøhªþÝQ%O•Ï3aC9ï{ûﻕ ¹çþcž(¿šô/uñºÜõÛ 6{Ü04 +û†x½Çš¹‡Â“ôž ¥/<ù,Û‰©»ìWT¥¤²ý
+Ñ¡òtµdN^¿ã°–Ž[MÇlŠ"o»¤á4Ÿãø´ªe·>½¿ª
+dÿ®ø.Ìq¶PfaÿÀóœýñØŒí•ÒŸ¢›{;Z€šÞ²ZŽøUQj@(r?ZxöÀÕ€vÓ!l%¨®æš–M)Ÿ 4û·²p9·
+VšA´O€€{s¸rïLš„[$µåùÊÒø>TSïÒFáeH¤‹8}NÓy¸ÇwQ–²¡U<"þ—ßÚ2.úÉö<ªB=PHªw•¸µaÐ=¨¬žÁ ±ÑU ó%ê+@J ‡U¿²ŽÍ¡†N¬Æ®2¤~ØRN¹Ó´.¾…ûÊ@ 㟴ñ¢á øóÁL”ªXŽ_“y ºŒ‡©[ÄB©ùóU‚“C¤³¹L[åÁ3CNwLB’WDÄi¸˜0¦&é®B¦sªKI¥zXž†Ð„@)@û ‡§_SKU&vŸM¼IƒTBˆ9¨­Žõ‘̨ ¼u‘4¨_WIñ4^q ‘òŽn–ɼzÇ‹P^å!^È6zð£w‰9îŒ@ÄPc=DÃÚOâ«þË]=|ÙÖ¹±ÕËÏï'–GâçRÍêM  &^ž!JÇ߈‰»…Žò%®å
+‘ »OÆÐÏ€ÈWXãÊùçÏŽ$K® Ùã ɬµ¾(…{¹žé©(ë€Z̲/´Ž;3дÛÐF|êëE~[§!»Ÿ‰wgä£;y Õ?-ÍxÅÇE›÷[C—_–Õ·ÍH5¨àš¿ »…¹Åʜކo¦!ÏC#ß¹Õ€ûj žÏüMë(©UŒ¸Ð˜ÃñÇp|ÚXb=⫘¤óæ»ZùáX‘9¦¤k®ö71S}?ì–€çùeóL³~Bgþjqâ+!2¿HýeÁ>Þ@ã²Y
+yÙMê¡ eLíp´BÀR—A=Ñ/W‘cFçW•ºkgš þLî5Ya«I”Ë!­ÃíDqÝç1^p¾Î3Yè[ÁQ‹—¤W¯è·¹Òá…Ò%îstÐÊêÛ<¾+Ú»ÕpAÞEUjîá&öV¼”Ö°ã»…úR½Þw×ÐkazÒÖæýª cÄðPäó²]ÇñŠÜIýè 0—ÕAFËäë`oΩÝÍ¿Dí|ÓÑ…¦®šW¶yc­
+ø3Pô¦0™è
+C7r¶¯²ž7Ni¾RÈQXÁ?
+³d6QNFvü,àÉá׃f¨)º¯±ö£
+¶6š«öaÁÂ2åÇU}lÐ=ûMžäšZ5É^O/®öNû²¿më¾ZBü¦w§9*\¶N–
+ÚOHm2oFq ž³¦³á§kÂ~@Ÿ1[íCýpò+jädr¶éïVõê´ý¦ŽjíÂFQ¹"t"UV„Î Ù†¾™ËÚ Þ2=ÍúÀÀC:Öõì
+endobj
+4512 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4875 0 R
+/FirstChar 0
+/LastChar 127
+/Widths 4876 0 R
+/BaseFont /CKAVDB+CMTI10
+/FontDescriptor 4510 0 R
+>> endobj
+4510 0 obj <<
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/FontName /CKAVDB+CMTI10
+/ItalicAngle -14.04
+/StemV 68
+/XHeight 431
+/FontBBox [-163 -250 1146 969]
+/Flags 4
+/CharSet (/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/sterling/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/equal/questiondown/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/hungarumlaut/tilde/dieresis)
+/FontFile 4511 0 R
+>> endobj
+4876 0 obj
+[627 818 767 692 664 743 716 767 716 767 716 613 562 588 882 894 307 332 511 511 511 511 511 831 460 537 716 716 511 883 985 767 256 307 514 818 769 818 767 307 409 409 511 767 307 358 307 511 511 511 511 511 511 511 511 511 511 511 307 307 307 767 511 511 767 743 704 716 755 678 653 774 743 386 525 769 627 897 743 767 678 767 729 562 716 743 743 999 743 743 613 307 514 307 511 307 307 511 460 460 511 460 307 460 511 307 307 460 256 818 562 511 511 460 422 409 332 537 460 664 464 486 409 511 1022 511 511 511 ]
+endobj
+4875 0 obj <<
+/Type /Encoding
+/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/sterling/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/equal/questiondown/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/hungarumlaut/tilde/dieresis 128/.notdef]
+>> endobj
+3956 0 obj <<
+/Length1 740
+/Length2 1101
+/Length3 532
+/Length 1645
+/Filter /FlateDecode
+>>
+stream
+xÚíRkXUÓ°Õ
+AHM%.µ)„*7Säâ-Á =(!¨6`Öý¬_=Í™çûÞ÷¼ç=ï9fF¾þÖ| »áiÍf°€‹PÄl‹åL33s!`ˆDpL
+X ±Ù@‚ˆIKŒÆœr䉅ã€÷ª-‘G½†0C™Ó6é€2)Á1T $p8éƒS»Á”—ÃÖLq79Šú@²)y*§¿¡ A•¿ã¸,JNÂâ˜ÀfRƒàWÖ„°‘Ëf¢ž$„"b>&EaÀzÕBbÜ8Xâ‹â¡1ðtÆ$3MPÁM[`ú»ûƒƒß›¾ÑiÈB02@õ‡èwºfÿYSÙHØÈ¢ÂeSDj¼ž…ÌØÊã“×@)i,JŠÃå‚ml€`8Àq”_&ÃIj  "Iá8A›ºN. 0ÉX|ªIûûœñ¸mÖ6¶l`Í¡˜l–-°·ã&þ…)–Œ‘Ó/„ŠâuŽPÁÁp,¦uuàâÕ;¶¨L-Mr-j+›k©á,­Êô9]{åûùªÎ, ´ä¢w´eß©àçåyzZýsû c_èÇìV'ø5» ¥Dg~Ú>Ù¯íÏ‹¯ÑÎ*ïF©jWyud«±ö§¾K¥Ùë‹Ïç?jxXèk!Ðì1šU·QQQwp‡/Ø- LÛyj¥‘HçÓèÒtÛ´ÞXìýsz[UI[ÓæU¿×ýWËuŸÍûò“ÉMc‹÷-« mD·-‰><Zœ¦£}òå¹ÆNÔŸ
+‰›“ì³mùŠ;+ÃUîtXÁrØœ’ÁpÝ€>}‘Þƒ™git¬­îêÞ[Í|0rmb”g¢ªU®qhSJRw~vµrc‰[kN•$É{Pµ5?:´d›Cv]0™sˤŽqîÛuGî­~Våçž-´øO|Ûý‹G)X˜ôn G‘zØcC•±†hÓøê„B-ýaLðƒÏ;¹—æ}þõÜûš$ #cñìžmoy£M=ÑÒ pl»·4º9ºŒ%)ïK·Z#âX™?ÿ˜ß°ë©ù¸öîÉÆ­Ž†üÚŠuËèY¨–]zvràr™)´ä®,R¹Ê#9p¤ÿË{‚êxô•çäõn8É»³øïÛß0”ªg1Y±&ÆÆmtƒ“@IÆXü•ÌP§Öâs›—™§÷g,-ï-ì‚{æëdætÓz|S¾>ÑSc׃“{`¥Žß^PsZïè³°±´|ž× ÑÁ¶@›¡ÑΣîǘëåß&ÙÎY¶0ô³“yMM¼ó~¦Ñ­V]Ð-;kúá‘z{Çé-=/:ËjCöI3G/lgÎJùh¼ñWƒ¥·2n{åÚ¹[ÎfgtͶ-»®)pý às†|pOA$«,¡ÖuaYPZi3Ñqéãôù
+endobj
+3957 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4877 0 R
+/FirstChar 50
+/LastChar 50
+/Widths 4878 0 R
+/BaseFont /SGNMXX+CMR5
+/FontDescriptor 3955 0 R
+>> endobj
+3955 0 obj <<
+/Ascent 694
+/CapHeight 680
+/Descent -194
+/FontName /SGNMXX+CMR5
+/ItalicAngle 0
+/StemV 89
+/XHeight 431
+/FontBBox [-341 -250 1304 965]
+/Flags 4
+/CharSet (/two)
+/FontFile 3956 0 R
+>> endobj
+4878 0 obj
+[681 ]
+endobj
+4877 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 50/two 51/.notdef]
+>> endobj
+3331 0 obj <<
+/Length1 4112
+/Length2 17114
+/Length3 532
+/Length 18678
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¸c|ßKóø46Û¶m7IÛ¶mÛi’ƶÝØ6Û¶šϹÎu¤ýÝÏîWžä3ïÝٙݙÙ/1¾ìgj~}+]+K{jzz<Aiaez:<z::HbbA[{+K!{<zvv< s<F<z&6Hb<A+k[#c{<2Aò¿±âñ[ØšèéXâIëØXüšCOÇﳕž‰½ ¿¹9žü_vxòv¶Žú4ôôxú&zöxºF&–´™$nih…Çú±¾ƒõ‘£­Ý/£ðÈþ²’ï—úV–æ.xú†´2V¿3øeÊÿVý>¹ˆƒ¹¹ŒŽÅ_Óÿí§?¸Ž…‰¹Ë?#¬,¬ì lñ¤­ô l-ªdð㤠ôM,~§âö:æ&zü–Fæxtÿ™Ø‰˜8èËšØëãê˜Ûü-7°Ôÿ݈_žûÛZq!QE1UÊbú7”Õ1±´ÿâbý¿iÿý÷7ý¿ß¿ück⌧F÷Ë¿ô¿þúûï¿-&l©g¥obi„ÇÀÌ‚§ck«ãùëôüúbÆs£Ç3±Ô7pÆ3pþe1-¥•ý/¼_NñÀ3´²…ü+¢tx´Ö:¶–æ†öº&FÁ¿åôÿÈÿŽà[À€G«k«£gf`ÿ»
+ãÿÈJLx´†æVV¶¿«0ÿ#ÿCVÏÀÄÜä/ÿ¿WaýùC‰í?ü®Âþü…_1¡Õ±4úÿØϯûð†þ©üËŽÎö¿âo÷·ÿÆÿ}+Ý·ä—#ìÌuìŒßMôË º¿Öø°¼ ŽÀ[Àú6:ïÛûx¾!ì¿EôMHé~éFÿGTß@†÷q}C‹ìÄô{lß0æ?¢û²¼ïÂú[„ß ¶ÿ#Äo0ûÿã7gšî߀½‘Ò¿ØÂð>doão1{ƒ˜Þùÿ=c~ïÿ÷åÿßÖ·þØÞùÿ=cïÿw‰îÿßú·þ~÷ÿ{Ìø‡ÿßóÿ^˜÷Ò·7æ=aùwü¿BÖ÷Ãÿoo‹½õ¿òwwå `~SÞ’ßîÉ[ô[Ê´ÿ—üž2ß ÷gâWÿùíD¼EooÈ[ ÞÝ·à]Ê|³úû”ù/`y{,LôÿïŽÀ;òÏö ÞÊòWØmm­œ~uo7ÀÂô6}½Y–ù]òzަȷ½ËoÛÿqÿ¥ìÿ×qü·öüÚ½ƒå¯ÎÇÎæלÿZÁJÿ?¹¾‰µ¹ŽË¿è×îõ~Uô_EßÀÈVÇü½ã{ø‡ò_©ÒÄVÏÜ@ßÊþ½&óò‡Ë¡µ¹ƒÝ{=Ö·èE¶ÿR s{ks—÷Êì¿ãß'`û+]:XXüݳ¾Óeû«¡°µÒwÐ{¿¶_þù?}ÃÆøOßK™þ3ÜÖÎ@ïÏ5˜ÿQùÛ¼÷è—KÌ­Œþê7u,õß#Öÿ!+Û÷„íÍnþØ*ûÿ6ô;b§ûwO°ÿ•?
+çLƒP
+5DËÔtL‡ò[ˆ4Ï’´¡X­V~,IA‚ÝÙÅuzÆ´ mu—9ó±‰Nžý¹ë¨½›âÚ„©|™"í²cMpçw×R?s}Ì øiju¸(^%·÷ÛyßQ–,™Ð—=°e|€N5ÇÚÎTVe‘s… €jF|yød›¢`¦ 'øøØ+ã~ž¦Aà”KV­ˆ9à™q?Õo‡ú
+Úê&w^+(6ÐáWÁ¬ˆè±ã'ÜK» ¯´ƒ½p²0W
+b½®T_*KÖ"%ùö’CðgåŽÁŽ†„:•Î—cxÜè>ä]m0º™ýl~X¶è(SòŒæ™˜
+RÙÃ/\’8ü4/û—K`\ê.R°PÑ<ãO{sÐ ×£œf݈\íUnÛ®“«X¾w¶ ÉÔ!ƒ÷×{öi$|KæxŒ Žª°RÅ屃ÄÞ±†¬¥övpÏBdÇ& ?M%Æñ¦³”#žÓ„w¾YßtpÝ“§žþISn­A°Ä„¦KfÄ ƒTÙò8Âù+RRŽ—Ó —á6$ór—á’ÅÅÃ[áQ-þ;‡Cö3‡–&4~ƒØ"-TÜAÇ –Qe:‹<ÀŸ€¹¬qóL—Id³éU‹FA5“+T,­;*=«ÛÛ–Ðf!³sæ&©]‰n$Æuè€K¥C,¸3ÃÕÙ£KN¢…VÂ{LÅëÎn8¡åg>@ô¥õŸm'¾}0é=Ý0QC—„_Ž=¿¹E¿»Ú­‘ËÄÜòG à œɬ’Š›OÓ Ï
+Yî~4ù,vâJºö¢©%HänYSñÄà®È½‹!¤ˆ›t½
+¦²B`¥>XmôJ²‡—‘ŒGDC«ŠpýnªfÙ—±8À'(ͧ^}3C”y_W×v¾{ñz.º?T}6 ŠÐë
+òNè—–©KŒÎÊ&ÞÎ"~¬÷3Ì5²é¡ß³{²?P˜‰;s$3ä.Ù¿l¡ŠÊ
+×FVÌO«…‡‡ÛN\#¦M<$`Wô?„Ó‚ éS¹x¶É[:ÙŃ
+ Ò™yÝGhtSsE+>=R…Þ ‡¸ß‘l`T"¥”JÑN‡l^rK«å>|«šqêmZ¢÷)²Š†á’èpÕ‰5¡4Y@ «‚Rñá({A
+ F“‡æ‚|ª
+
+’¬®
+`+
+®ü=Ì"®L—ÌöÒ5À®L&¸ZÛ'm#Ãø”§’×¢k•Ri5d©íaV‡€!÷Ÿ›)ñQ­ú-ŠQ-T?Ç ÅY ¾ä6Ê‚1ÙÀXJ.ø ŸÅö»B§”tɆw5X©$ºùAÍ#zÇÈzI6…»—€h’¸PhC:­g¢Sl(ÏñÆ[x»ŽB¨è8…»{œ.U‚¢«þé“ŒÁ6¾ÆoÈ¡¡r“«}ÊcRm5_‡WÿëÕ1°hPå|–BÎFR0!]ñÍÒ1¡t°[6‡0p¡È'®uw
+E‰ôFèN™oáÎÑ°L+]JÙVÙ‘ÝŠà¸j7Š¾²‡· c1vÔOߧÑ”­àÙÜbN–¥¾·¤QÖVœŠÁÂÛëⱯÚ+EñÙ«]iÛMÔêàEhù‡¶í#95(¡˜“r–A£}>(H¤â82~¨JíÍŠˆi¦ý†úv¯Ñ{·Gù-†´j¤|T,gWˆÐ“.QÑ­¥0|cÑt/P0D‡Ü"n‹Uê…Rkb
+®÷SûüA÷m«IQ"Ó:¢fËõ‘µÒ’hèõXÞì^.×8:LL!˜=¡UsÉ©-ômñXꕼC«Ë«ÖÏW>´;ksjâë‚oT~Pxήm:a¶7]_2¦ü)>´ó@0NN—sií%ܤd#})g{lv½P—FLyˆiQ¿V:ÔóVFIp<UÂ5âm…|ƽ«…v©ê\|4ÿð£nÉ&`ó^@UÎVÁEKJÉÉ´x…‰þh`¥1³¨ûÙ6#ÑDÝv@YÙ“M>®ùæ“D—ÔvFOäŒáxÑ*Ø—iÉ-¤w PÕÁ³¨8ººñ9ZÉü74Iº÷&8LWq*Ëø)íÙ”áÓõ AJývkôûu r%ß ¬7â˜&°½´ŒÙÒ:Rû ‚yÙËÕ±/u³Õ{«‹
+móÚ
+‡}ãõíÔ6‹ô#às.Ô?ðN»ÑBÊ>ãê;
+ª…‘;3=¬]BÊŽŸö°?ÂÑ8/s¶DˆaTÐTV$Ž-|¼BÛ·È¡°u‰L"O§`ÒÆA'j+ÃÖ?˜U&¤“ÞTžNúsNœO Š2Ke«4ÌV»'£¸" Çäë wÌöäËòüØ ÷Z¬dÃc/«ÈZº€MØ®-fÄFôP“YjF­Y´ìJÎóø²ÐzNÄâ±ÓªxD|S9t?DB•”šQɧ$+lnµÄ©’ˆb’csU8U¸ë»;T–nŒ&ÁË]©æÏ_£Øàž­hnBö-Ó
+ç[íl›—e ˆ·XØQž4|KâNåë‘(Ì°\’ãrÒù0V/l†”ñȶüîá@¦V„G0|1Ý4e¿Þbœv´«ª %þª™VCXÔMr[¨ÇÕJTpë"ŒQÌ+^àWrîõ r
+¼–ÛkE”3"2,]—ÒðIs!ÁgÐ@Ž<ÙÜðÏά8G%Ú‰µÁy+¦_âöZ 麖±c©\å‚Ñ-ï|`A¬º[çùlñ2×½ ¶Ô;ë›aUýfž9@C©£)÷%‘
+fryÝ å äcŽ/Ïœ3ž4öéùŠýÛ²ìØâ¢N¬9ŒÚâ´Ô”ÙÙûVh1±lÁkzñÐ=iQé¹g¡¼pFäª]13¦1°¬1b½?Ãòl^¼E¢¾íf rdÌÔ+
+
+›5$F¼›øöÌö¤Ü푶†GñsIë¬Öâ+ˆÀ{ä¾½µnøAÆ›%YùuJ†ÌøÅ0ãà#£|œþ Ôø¾0YÃdS®OË?nl3 ¯±#É’g!%”@½OiÓ?R¾°¨P³‡è×°Ü08”¢Ü^#œt£Æ«ƒ‰µg Ói”€Oõ3E{¢ '©?UQaõ •³{ŽÕœ©£Ñ"ïÏHOøÛ¸h³H)ð•)¨ “Hc}ÁOц’ è®kÕå¼Se2F2Eé˜á \ð¿­Î¿ÀbÜDË}ÔWÁí3 K½7
+-•mfpï%kó¨Aô6D8ëŠ]˜VÕIÇ  ó7^\Tî‚ðƒMÇðé-+5‚Tº$`ªln¯4›Žm¤p!9ý°Ê÷J yaÁ¦˜Nlú<>8®/ӧ¸=ØNß–I4^¥'µ­I?>Æ+D³·;ÜwGf%h3'òqy3Mí;Êg®Ölr.äXê/D­Ürê>´­²¸ÛáfÇ/º|%š¢6›)÷Æ>Z¢’Ð_1¥N©åÜgÏñ'U¨íÐE·ý~æž­(O¶=UQ{ÊN˜%P544'tZƒÑ/ºt÷ƒŒ¢*ãˆÜè´5{aç¡Ü)û,ˆ-'øw“] R~Ù€I&²ã²ùqEhð,Š’v]«—|à5(tµ\íüDDヺõýÈSL¹V$É#Ú«ƒœ·o’mìæµA~m˜LH¡ PÚ”½ós` Š
+“ÿÿ$3Ãl-ÈX½áŒK¡d×Ü@©tñˆ‡2 nòçÒøko4Ô/e_†}2OðÅPaŒ?òÀ¨‹#„šO>]îd”„ðo×áì$´Z1™Ön¡àŽí/s3$:~öX~ñ夫+çœØ ö€,Ó=Ô|fÄÎgÈÍ^4LNþaØ6’_õ²×g«‚î½ Ÿ
+¦)‹”b–ö ÔyéhÇ•^MêBtù¦N¡ÀjÍF(bmú¾ÜHb.2wã(^}íÝ„wŽËýØã*svxР/çõ:&Âõ´‰_aj•Î™Ç<nøuñÎk@*g‹Õ(¯Eä"ÿy:EsÀIÖ]·Ÿz;øaµ‰ËR¬£ž€vŽQ¤ ûÔÙ!uf2WÖ²›½O¶ ¢pyæMÐÌôó…ôùr£[V5|-¼8lÉqºæQ©"²˜ªP úp¬-lw.?¾¦‚‚ܘ³‚Çá.JÂÜ×î¿H0 ÷7BƒXHQKN"ž@ÊWW©³Ìz{}ÃrG_uµ¼§MdªrËÕù7ç;ªbf ¨õTûÍÎÌëú8ó˜~Y„F‚Ã×G:2ˆÎ=DO8
+j
+$ÀˆÕ¢Ù+{dºäñDôÒάAÎöQ†ÿ8£°1CW†„Æ#ÓxRë°H9‰Žr;¢þ¤ÒN½y*´ÛädŽÝ$ñƒ[¯0v|vÀ¨gä¶iG5‹WˆaÌþ´üz¥‚8˜?êüy 4*˜±×íþH•›=;ñæË蟽,Ù–¬`ü9H{ ÖÄÆÇ3U:W7°mº!Àº5²7øjO9pÅ@©_ˆnçJÙ-µ`¹ó] Ê×ÃXÆïÚógùã/‡·Ð_S7ê¹4hšÒñ"^J¤dܘ»Vò+¿€~µ?¢ùªúY/õSrˆ &jy;ŸJ5;•]´Á$yB­/¡rÏéluÈ`†
+’¨ ]róTaD½i™÷D_ÂRš1”É‘‰Y¿ÊÐ_®Cì{Ÿ3Ðx ‡Ø¡úM­£ s´DæÛ³ÈÙ^3‘/SÚ¡¹.µ O•Î„‘Lâ)¬u•QÙÕ»â–ɪ&üÞˆ«ö ÚÏä–•¼‘ăC ®[È –îÔnµšÄ’úX‘X$#{A¬—Ýq¦ÇÖÅä#q<…¼{»½;4À<_aÓd*Öð~ü6,û×OdŸ³Všò¤,ãøì2°jZ³ÄXÙ
+ßÇ·Ñžjò«gR¤ÙüÔ ‘91˺ªÂ¯°dÍ)”L§ü¸XÇK÷Õöáò“÷èTÚ·ÂÃìNÕ>';ÅU¼ò¥OÚÁ=pø­º]šÂô賜-ß ~.lož:_ïç×
+k8†Mm3n–5…“ Žñôuð’-Ì9‘¯e}|¦ “€ˆ½jô» vÚ‚ñD&‡/FÅë¹.íýÔÅg žsèÔ»rQÉâ¿€šöƒàûºcadäÕj˜Í>l'_PŸ¬Q_5;Øâ!½kÙ÷.8ºvT¨ˆ¹ 2{±éþÒ,ð@ÇZt±­^.f
+K0bð˵Ö0‡Ÿ:9>‹?
+âÞ±H­PŸã­Šè¿mñ‰Ÿ\–E#Ò!rI/\æé±4ïÒ6çæbóœqòrì"ײÓÉ•ÄÜPÚÓÜ(Y€…C‡ñÓÉôIÖ$ 3ÃŒ!:õ׈t¨áë e <ö‡>(ª‰ÒS@¯
+z.
+5ýÂϘXèL¾tíغ}žã®~Ð'œñjæØô”"bm「,lûí–…Ò:ËÅVF8K|
+C¬N¾Em ÁÀI©ˆU°…LoÍòŒžÙ®ZÔû l!õôOìg*®P0.²|‚g Ÿº§†I¨ `BòD¼ W”=È$mXµ*lÅÖŒ{L$Ë‚V"­òÛ—rŠtj{-ÒÕöQ9,¯8€Œ(¾¤Ä@oÈ£ìÒ˜$_öôÙ¼à6%O8ßåEo`¨=c)»qKp¬ºYÂ%C©}f²"ÔâÀ´ØîˆX3,ÌnÔÞÓóù"øØùrAJ¡Ni@^…ƒ˜£#ò­›¼P ?âg‘Û·lˆËokã‰sPO ¶i‰¿:>3'Kbr #CMË…^I‚ùSrUtïâcºMŠr/‹–(Ÿ& €`Êvoâ~±U׬F 'ƒcî[ÿ9Õ:S s£5 Å­YMgÃl³ ÿ둦Ä_º‰ZPüÄn®YJ­+sÀ’~:háÏÇ^º¥à\D`ã÷Ô·Ÿˆzpý”Åå­QE´CQ[pE²°
+N Ú¯‡‰ b³tx´@LD ɱú"]]¡Š!ªp‘{ù)•t1¢6~Æqè‹C^ÍÓn‘y°:ÑÇQ —‚ÄŽÆ!°.H7»AÅ7ØžÜÝÁ®´xL³Y!f€Ýù #ifW Ý&}†+ßÝàžI¶<²7ç^jæö’>JBq°Ç­á/ÖÆäQ´HB™Õž©ˆUaåÃtm"é4UTœôÓ‡÷CÛ”ž«AñÃ!n·ž2¦pÛWÊS·A8êæïü(à4]? çñtnkóƒ˜ “èè@*"á8}½úÚd6¿TeOÓÌÒ:W}m´ÐJxr_/¸w)Œ9Kö©m“Ï­t)QTŽ—pd,q'L(«ÕSž‡P¹-€ÉÂÐ-‰gŸ)—uFã1r½†2Ì>ž¸œc-€GéGïzÇE–ådŒè`ã×2üY`Ê$,€s÷–ƑЋ›²¥NJ sáÖFÛ)¢'¼·ô¹lœvÎQPS%”O€"ת
+¯Åqg?éÙš'¯„ä[û1‘‚4Ãàã5"»0ÀIÍœ,`‰çüj¤#7Væw©—ÝÛeIüĈvzì}pânaóÏÚÈÓMaF燤…{lê6í'T‹hÄ´ÛÁTÒߺ,š‰*‡¥ÕÕÜ~´/ùAÌpî*»cñ4‘w“"CòBO ôAvk³#©›8Þÿ…p~ñ²YODóûOõ|¥¡edób%¦SI¯5ÿs3ÒjöÆíïê+–ÝÕônŸi¾  p©ÅÌ,¬NÜßs¨8¦jx³TMáO+ÍA/‘p÷÷à]`¶³ga×Üe†‰µ<£]|H$Ò¦¥y
+ÿ$ûÛÂÀG½Ð|‡ _X“&ºÚ”!-o—5bx’î“Nf¥yÎï9³²­Rµ™èñÊYÁ¿>_eIß9srkN·üYðªÍ#ž‰ †}‰Y¨î%F­ëIÃù|Ø0]Á®.È¡q ªQŒ'šWú›Cá‰À7u~O¤/Dp¢ó泞+x¯<áPLÚÇz3³fœŸÌ ­æè ’Š£¯?€Þ€ã ¤÷æqØŒÒ@ã㙘æ°Àwƒ\•ÓÔÄ®ÛWוíXo×—,/Ð{Æq7<âö×ÕÙÈ¢l$‚­ÊL”©„­bCÉ à–â´à &ÂûJQ&IðèiŽôãù”±µù…Qº@ø÷|^‘U ù<J+j±-·~f±Ú½Á2^rÔ¸ùL€“š1CÊVécŒ™[ls½ö¤
+|Bí4ž²5¸$è†<ŠÐÐe½dµFÙuûHÕ&o÷K£¥$pþ><°zâežjO*õÉ‹i*½Næ•/¯ì–æ‹ÄxÃXˆyUf…|¾lÖ…•ò’ÈT¦¢…ôw¾õ>wµ\Æ-–ƒD…GÑ1L)ÜTK#˜ÃÍ;n—±ûkmø‘ßÁ×Lµ£Ž´Ï˜éw^îÓ57óZ;æI jü¬˜¼£(| µAƒ:ËÉ7_ó¾ ð•c6Q3¸§‰çž¾æìÇ‘ëÆ
+^Ê ³A@ž½–,ÈlBÊQü´ìGêÊYQ±"dûjcî^‚qKLýâoìÄõÊ{ÞÕ°EµxŸy¯·ü-z[ƒÚ·‘ –ƒõ麧 yñ
+sÇ=C5ñé[¦¯.'™žx©×.Sûý³å¸¹p©Ö¸P?B‘“£×´KÎ Í«XXŒ¬¯Õ ¡® ó“‹+†]ŽÖkX7ˆQ–¯!¤ò0åÁ9ÑV´ ÏVNÒLfm²Gª§ÔU²q‰‰
+š±(b–µvö—~GQTná®17qþt–l7åtânÑ9°¾ð±ô£Nsß±‰7ëZÑW 8Ò@’=1æ:ªø«”§ˆh©WÄ‹ èS¶£Ù¦ F.æá+M V‡qxv†+8d/ Ñîm SU:ü¾¢F?»¤dˈ<j6–f aô¸i†à!/w7®_äöÔˆ’€œm&žv.›÷_¡×)kc‹@”Ò<M¨¯ã&Žëƒ®6ŒEOVæSb<”+nò5ïõ€)¿"È B<µ \+¸²¥j¡úŽ.2Ì0†í®ŽÞ-šH½×:ÅÚ;bÉ\ʸ9G{ü¸ƒ‚Œ
+ÈîI–T/¬Ð 
+Õã#²Rò ŽQþ!×98Ü)EðÝãdä§[x¡Ü¼5Èʼn=}, û„=³/×s¥8ú@Ôu8ËÙ•ûN‚YÃZåöýn$/VÔÇM!‰DºÛÆC¼~œðÏá]‹î6›lpBŠ­Ý¸Å¼=:®‰ôLWcil
+FHrž¥)^Ë%Èu+rÊ fÃw³³)ÖT~ù hÎJ7Œ°-Ð
+`ÿy€¹ûXÍÀÇ‘0¸›è;ÝÊP’Û^l$#sXæ Îe=¡–”=‰|ŽD·ß¢,ï‡d¢ºé‡»‘ˆ»©6\Žå¡»ïÎàòå¤ðp$ŒÉd›Øßi‡ñ@?ô/H¯ãx¦Q ÂÎÏ%„b'5‹¾Ž¹rµ
+FÚÃ" ÅÍÆŸ¹(
+Úê³Õ¬
+pø³c+?ÛïŒ%ÏŽÞacÿùu|âDï·p1é+õ* ¼L½¥éÕqàïË6A{ª¹å:…±Úx”Üž!C<¹¯òL‹G²Õø" yrQŒ§uÅ9ábÐ0’ÚkAà.‘¸z‹õ¸Ibã hcbà Öß”H2cB;¾ ŒN2Gë©kËY–®šÙı6€)©‹
+ZÍ8†ý)ÿ5ð|sqóÀ´/B l³Ÿa>¾ C¿çi4Óßm׶Í%®½–H@¦¬ÜóZ $Ra
+ýÙdÓ®>ì/X Bè™-£áöX8)pqŠ~©õ»²öþ´çÕß­aEV.õ›Û£×¹„ŽåäÂk¤DYcÙ5
+”Ã'£owÈÁ8AË‘Ëá0ë©=*4òÈz!ئ¼C”€-äO4„€}S^˜×%éÚîŠc\Yâ6Ú@಻·D_žœ?œKŽ³ñXC K®‚2kÛè™Ï¥y 3F–¡?Ù8k)'ɇtKÂQÖí1Å%77{N²®”1¥
+çѦ9Ë™B§Ü/÷¢M‹ÞÍ%e®ÉSv—UWšÜÚ˜ÆoÿÙ4ÿ0 \žî8ÂÝv® Å
+èW´&7žN÷tÔ¶ŸszÕíë~Ö]2’aÔ­ï×ÂNÚúÝk±Uæz„é‹
+‡RÂY/M‘WµöVÔ}ˆ÷¿÷wÏx–xóÌ¡ã#¾¢¡È6r³=UöšƒòÝ•z)Ûd3îÛ¶qÔÁà çh%ûÇx!™Øc@çÄÅÕA×h|ÍüRÏɥ෗s¯ó®4Nñ£‘þàN«ë1 Yt ÒòÔ›&·)A_]±á'õW ÙÊ¢gîÍÎJˆ¤ ÷0Ö{ý eÁMÁíä¨\¯=»ŸˆØGvÀÓÓv Ñ"Û?Ö¦jQóǬë…ˆ0I˜f|~‚D‘2Ú ÖPrÏvÇÊ´Î2êWï­ë.ß”ƒý9ÿYø"sõù”:½Èé} Š±ÝׯbBÞÜo‹+ìn.Xú «[š+™?ÌÛT, ³êrxX©)Z­"+þ¶õrI:÷±þlÞãcýd÷:kiìØF;`ó
+¼'éBâ²< —õ®®öaD¹×IÅû L Ò
+N-cÑ–¦ƒêk1Î:Ö˘d%ÖCÔ҉Šqet\‹*£“M7ËLlÖÜ;›¥‰A׈õ@„¬ìÝeR¨!I!€ËUº¹ž
+2pÓ˜ˆ*uË–ê¼}ìHg<?3VŸ¿FNç¢oH|fNZ_ÐBÅͼÃÞ>IûT}'Êj4jIýýÊŠ?¸°·7ƒÒ\|ÓצǼÞ;<–3¦5ñ*/çÞ ¾lqíÌyòÀ†ýÇAO'Æf§¢Ú4QA&‰é<˜}¯I>H'ŸT*0Õäâtßð’uÁ?Ò )¬”k{ýmG¢sÂ1¹D—C†êÅW,Rç8Þ©.„"RMFtK c㸂*~eÿ7Þ šÍaui ôíuOZ“Žoñ„ⱄÌaà‰ŠE3Ž˜a4ḓ“spúÅðpäfÁ×)¯„Ò%?,#tˆºÅj
+’‰¥™µzž6çuô“]¬‚àÎ÷]Uo^nÉ„êCüV+ßVª©£%'/֬ܓŒi•A“dE) ûm—zã¨ÛÂk#ÂÌ\ÓwP2|ïÖeò/ßøó"]N—ÃIµ/xë°«ˆJº%X|‚OÒ°oʱ€gÊ—œˆý2”WØ—JŸ¾¥ñöœºÀN0Òmßýà]bö:ÒK¸¾BCŸãˆnŽëWbZ•½Ý¿Ð!.ôÜrÇD
+m˜òf˜ù8ÜRà ¿ñ;=“4ÄÊ|`“F™=:Ýú‹“T&* ž6»½1š†ÝvMá¤!00ó¨Øœµl¢
+æ’™Éq½'úÚWR Ý7…j'nPUîö·ä?XÏZòý>  ÷ÅùÏÄ&Ä'Wÿ#(±¯öf{Š=
+ïOåµÙhÍPôYäH3,¢óìÐ3c?sF`WzÃq‚Ph…Õú¥µeN++ÑËJLÓÓÉ ¡Ì¯V>6ƒ¸K›™rÙ%ŒÓÚ|ÖCo€Ñ«)ŽÏGsùŠ×oüŒ<,zˆG{—ì~ÿÀ;ߥJùµ#Æ ]Á/m$ãcùÈmš{$‚(S#únðë?T›†{8kAákÞOª&†ô|ÖZÒƒ+«V…$ûê®®ÚTz³ÎzlŠUÚŒfÅêŸ¦Ö iïa̹}Ô˜™øî}äŒ}¥Mñ]\n™+OÕÒ¦œÖSyê DÃD’ñR:z¦ n]øüXdz”<Ïþ‡§ öRi$pûõá…N‘ì«{öâ ÚùÚw´0¸ñÈóLuÍEÅ8lËϼË2¡÷gÛD–Þ ìÅzÝ7Qýû‰üü_¾Á8ïHBXˆwdÈ?= /Cendstream
+endobj
+3332 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4879 0 R
+/FirstChar 0
+/LastChar 127
+/Widths 4880 0 R
+/BaseFont /IDGVHZ+CMEX10
+/FontDescriptor 3330 0 R
+>> endobj
+3330 0 obj <<
+/Ascent 40
+/CapHeight 0
+/Descent -600
+/FontName /IDGVHZ+CMEX10
+/ItalicAngle 0
+/StemV 47
+/XHeight 431
+/FontBBox [-24 -2960 1454 772]
+/Flags 4
+/CharSet (/parenleftbig/parenrightbig/bracketleftbig/bracketrightbig/floorleftbig/floorrightbig/ceilingleftbig/ceilingrightbig/braceleftbig/bracerightbig/angbracketleftbig/angbracketrightbig/vextendsingle/vextenddouble/slashbig/backslashbig/parenleftBig/parenrightBig/parenleftbigg/parenrightbigg/bracketleftbigg/bracketrightbigg/floorleftbigg/floorrightbigg/ceilingleftbigg/ceilingrightbigg/braceleftbigg/bracerightbigg/angbracketleftbigg/angbracketrightbigg/slashbigg/backslashbigg/parenleftBigg/parenrightBigg/bracketleftBigg/bracketrightBigg/floorleftBigg/floorrightBigg/ceilingleftBigg/ceilingrightBigg/braceleftBigg/bracerightBigg/angbracketleftBigg/angbracketrightBigg/slashBigg/backslashBigg/slashBig/backslashBig/parenlefttp/parenrighttp/bracketlefttp/bracketrighttp/bracketleftbt/bracketrightbt/bracketleftex/bracketrightex/bracelefttp/bracerighttp/braceleftbt/bracerightbt/braceleftmid/bracerightmid/braceex/arrowvertex/parenleftbt/parenrightbt/parenleftex/parenrightex/angbracketleftBig/angbracketrightBig/unionsqtext/unionsqdisplay/contintegraltext/contintegraldisplay/circledottext/circledotdisplay/circleplustext/circleplusdisplay/circlemultiplytext/circlemultiplydisplay/summationtext/producttext/integraltext/uniontext/intersectiontext/unionmultitext/logicalandtext/logicalortext/summationdisplay/productdisplay/integraldisplay/uniondisplay/intersectiondisplay/unionmultidisplay/logicalanddisplay/logicalordisplay/coproducttext/coproductdisplay/hatwide/hatwider/hatwidest/tildewide/tildewider/tildewidest/bracketleftBig/bracketrightBig/floorleftBig/floorrightBig/ceilingleftBig/ceilingrightBig/braceleftBig/bracerightBig/radicalbig/radicalBig/radicalbigg/radicalBigg/radicalbt/radicalvertex/radicaltp/arrowvertexdbl/arrowtp/arrowbt/bracehtipdownleft/bracehtipdownright/bracehtipupleft/bracehtipupright/arrowdbltp/arrowdblbt)
+/FontFile 3331 0 R
+>> endobj
+4880 0 obj
+[458 458 417 417 472 472 472 472 583 583 472 472 333 556 578 578 597 597 736 736 528 528 583 583 583 583 750 750 750 750 1044 1044 792 792 583 583 639 639 639 639 806 806 806 806 1278 1278 811 811 875 875 667 667 667 667 667 667 889 889 889 889 889 889 889 667 875 875 875 875 611 611 833 1111 472 556 1111 1511 1111 1511 1111 1511 1056 944 472 833 833 833 833 833 1444 1278 556 1111 1111 1111 1111 1111 944 1278 556 1000 1444 556 1000 1444 472 472 528 528 528 528 667 667 1000 1000 1000 1000 1056 1056 1056 778 667 667 450 450 450 450 778 778 ]
+endobj
+4879 0 obj <<
+/Type /Encoding
+/Differences [ 0 /parenleftbig/parenrightbig/bracketleftbig/bracketrightbig/floorleftbig/floorrightbig/ceilingleftbig/ceilingrightbig/braceleftbig/bracerightbig/angbracketleftbig/angbracketrightbig/vextendsingle/vextenddouble/slashbig/backslashbig/parenleftBig/parenrightBig/parenleftbigg/parenrightbigg/bracketleftbigg/bracketrightbigg/floorleftbigg/floorrightbigg/ceilingleftbigg/ceilingrightbigg/braceleftbigg/bracerightbigg/angbracketleftbigg/angbracketrightbigg/slashbigg/backslashbigg/parenleftBigg/parenrightBigg/bracketleftBigg/bracketrightBigg/floorleftBigg/floorrightBigg/ceilingleftBigg/ceilingrightBigg/braceleftBigg/bracerightBigg/angbracketleftBigg/angbracketrightBigg/slashBigg/backslashBigg/slashBig/backslashBig/parenlefttp/parenrighttp/bracketlefttp/bracketrighttp/bracketleftbt/bracketrightbt/bracketleftex/bracketrightex/bracelefttp/bracerighttp/braceleftbt/bracerightbt/braceleftmid/bracerightmid/braceex/arrowvertex/parenleftbt/parenrightbt/parenleftex/parenrightex/angbracketleftBig/angbracketrightBig/unionsqtext/unionsqdisplay/contintegraltext/contintegraldisplay/circledottext/circledotdisplay/circleplustext/circleplusdisplay/circlemultiplytext/circlemultiplydisplay/summationtext/producttext/integraltext/uniontext/intersectiontext/unionmultitext/logicalandtext/logicalortext/summationdisplay/productdisplay/integraldisplay/uniondisplay/intersectiondisplay/unionmultidisplay/logicalanddisplay/logicalordisplay/coproducttext/coproductdisplay/hatwide/hatwider/hatwidest/tildewide/tildewider/tildewidest/bracketleftBig/bracketrightBig/floorleftBig/floorrightBig/ceilingleftBig/ceilingrightBig/braceleftBig/bracerightBig/radicalbig/radicalBig/radicalbigg/radicalBigg/radicalbt/radicalvertex/radicaltp/arrowvertexdbl/arrowtp/arrowbt/bracehtipdownleft/bracehtipdownright/bracehtipupleft/bracehtipupright/arrowdbltp/arrowdblbt 128/.notdef]
+>> endobj
+3277 0 obj <<
+/Length1 784
+/Length2 851
+/Length3 532
+/Length 1413
+/Filter /FlateDecode
+>>
+stream
+xÚíRiTWE­¥E#› OÙŬ%†¥pdÕp@’¢!y #ÉLœLYT¤€RV°HAº X¡Upd±ÐcÝPQT<*Zµ[° ÖSüÙþêéÌŸùî½ï¾;÷=»Å¼Pª·‹JP™4¦;ð
+ý˜˜4Åη"ÁP?ÝÓÍ ¼Õ2ÀdÇÅtg³(vÀSjpDK
+“ $ˆ˜
+0…RM@aˆ£S¥8™-Jµb*Ë%DrDìÊäP™.4ƇìIQ PÂCq,Šä*8CT25
+ÙÞDz¸Àgu×yòT'8žA‰0Æ[ñÄÌ|;“áHˆdÐ &)$ß7_ë¦ìåŠ1 ‚Ê
+èJ!Ãÿ…¸:‚J!4à»?ëãƒ%h©äŤº±™€Éb³
+»ÐguN¡ƒWrÉŠz-m¯UMÆ5‡˜Ès53¼ôx¼šIUÛƒáJk¿Ã–‚Êe<s´c6áÓæ Ó/¿ÚÜ…n)yRØ2½5ù—°¢ ›¬››Œû‚÷Ø{nø*©Øyeï*Ãü̯Åi™ývw<ÃL´ñíOé)ùí©ï
+?Ë}ÆüfÃÊ] ‡¦‘w² .3í÷t|wc‹Ñ!Y©‰ñôVþ]ùÎFÃÛ÷¯®q.»y÷Ù7-vnù)Ÿ…S×G4šEV ç5œá©ré›c*Óm]JükZª‡Œ´µs“¼Gµ§Ÿ¹,.§ Rìd½ c¯õ­C;Xïnw~_é,àVÚ<ߦ¸ÁÏ}´êAòº+Åwì³·~^T‘º**¦Ž¿ÀµÖ{h[ù‰¡1•SHÔŠ]f‚3í[dÝÛd|ü×%´ žqëÊ.!Ô#öÑ:8à@ë–FÕ(vŒê^"9^šÁ‹ƒ6ë¬ó„Æ·NMOÓêNíkXyj¯¸{¶®È‹?+k‡:Û9<43k¡ê“ñÊÿÿ ±ŠpSˆð8ÊH¶bendstream
+endobj
+3278 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4881 0 R
+/FirstChar 0
+/LastChar 49
+/Widths 4882 0 R
+/BaseFont /VWBLZI+CMSY7
+/FontDescriptor 3276 0 R
+>> endobj
+3276 0 obj <<
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/FontName /VWBLZI+CMSY7
+/ItalicAngle -14.035
+/StemV 93
+/XHeight 431
+/FontBBox [-15 -951 1252 782]
+/Flags 4
+/CharSet (/minus/prime/infinity)
+/FontFile 3277 0 R
+>> endobj
+4882 0 obj
+[893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 329 1139 ]
+endobj
+4881 0 obj <<
+/Type /Encoding
+/Differences [ 0 /minus 1/.notdef 48/prime/infinity 50/.notdef]
+>> endobj
+3009 0 obj <<
+/Length1 819
+/Length2 2226
+/Length3 532
+/Length 2814
+/Filter /FlateDecode
+>>
+stream
+xÚíRi<”k&)[(Ô‰9³dû–²Œ¬ÉV™Ãl¡!dl¡ƒH$ÙJQd;e)G¢£Å6E–jd›$»Êr&½ç×y;ß÷Óû{Ÿûùp_ÿÿu_÷õ»þ·òn;G¸ êZP) 8J¥ ˜a±–Ú
+ˆxàú)PÄ7K–o* ý½L¤ýÕ
+é<S€êºMÀ3I RHÁ
+Má¹Ç6´æ¶4m%çÄöî¦Õ¨Mõ)Í5l¼m3ŽÒ¾¶}2^ðÆKöÊl˜øÓ7½"™¥÷¡ž¹÷mÒÁ#cC)|ùpšOí-l•ñÈš—\íÝÞ4Ðéß/z “‹x„’@°•t³oË퇺Œ\T¿E1l¬-UöÓmK>n¶¯£ÞÁU ò7iÞ¾r‡Ù)bOà{N´%Yˆµn÷¸›Rr¤¼îĘo_tì-sÍ‘ªg±ã‚=mL{lØAÿ¥ “T¼„ç!ql,e àzÑ•Âç‰ÜÂnŒ·‚²£\ÎX+Zå|ùÚòÉ=B^T.1¿³¡
+L](Ÿ ÎHÖús3¨i<l—%\åúx®aÚéƒÒdQQˆ¡­ßeG϶é†Ø# íÀ6‹U˜˜Ê—ÛÓç\ž.þ›½o«¬Ίú=ƒÆ¯$;q:ÿ_[HŽŽ+çŃvµ‘éé:X¿b]©Ý‡–ü–ý/RO»Ž¹¾—uû<ï#H;\Þn1Ùlè–Yóhš¤ù³U3•¬}éÐ4Õ¸|‡™µbé.×R¸GˆYrôù2VNÊõ4äFÚd´Ôý±
+
+£;—4oT íÿ…haÇ¿?ôž“›i3 ¸A´¬÷I”øïFu­&§æŸ±¶Ðr[„;téÂS‹°Ø‡ZRûF/Ûf‡½´ª£
+v˜¼»{Á* @•鄉Ù#µ”ÚSý»JñGäà ß¶Œ;ÙÊÉ÷ʵh,ØäFŸzj·.:´L[pm}`ú€]Ø1¤ÅÞ¶gÖ«Öí(Û-‰¼rÔðsq–i²RÊÕ*L—9Wu='«³Pæ–Œ¥³U=xPH)sm ÆÐØNEU]JpÞºÄÆgš½h(PŒ[re§P©þø‘¬ËptLO"ÅØ&ørRblëi³QýªœÕ¬ëDŽ3õùeg›c]%gFÙÃ}5gS…¤4…õüf wVÐT7甜t«kWêL>YëEÇËU;Ëpš¹cN8·à‚5s4}ob䉈‚N:ßBè­ö»Q¬/Š»
+¤)ŸØ\Í6ÀË®Qô»îëÆýÛ ·{!2Ñ¢Åÿ¥€šñahÈIyز妴µüO´ong÷Ñ(Â*S ;7…Uׯtç漯ýu-Ûøqå9np~¨Þç>OììŒÖXfE:=ýÉö}ïžp\¯U
+V,CF̬'<6Ç&šLÓcjœJqewÃÖ·K[1ŸzÝÏJ¿Å*¼–ç¸ê"ùkBÅÌ„D?‹÷¨ÂØsÙ«™]¯N¦Å¶µ®)è¼ ^l5á¨~¾§ÏIƒ‰¸EL‡ç° »êa„÷,Åo¢ç)ùî l¿»!¹Hê#3l@ó ÕÆÉÛ—ö$«y\•f«ðKÞ8²ùºoÅDYʉ=ÚY óøáÌ×ãœC¡ÌEY»lñ«uÐÓ{•ì3$X÷B½)flyž€@Øžõ{63ña‹†æà>yäÉyÿ @"ÕlúS2óŸÝàò¹,V¦EúqõBxÀZ¤ÿº†=o¤r‹z7_ pye0ü|ýR†ÖÙ‰×{âªk­®È}êù.@ž Û”»²š)ö·´ç$|Ì|"GìÊ—/$ì·4ú¤¸:¬~±¾5¾7U)<ËGF¬f“ÕâLùF‹fÖ ÓW½ÂMx¤ÏRñÑ^ ¸¶kãdÈÏgÇûîGJð“iÆçÎz¹è³‡¸‰q;Ã%úâ‚\J›¡å¥_õĬ²ú>zyxÂv±äšš¤wãOJ+o £QÕí ÑièqĤŸ½1âY–x·jcòæ3¢$îvO¶×Ë{›ïáIÉGb{ ’–¢î›'S_ïÉ|Q ê/.¦ çÚž‘¥ 3Ê—f‹¤;GI‰ Ü‘˜JÀûº¡dÒ²^q”%'²9y¯Ùmõ©æŽu¹IôTZòyó*ýz§û|<Ø`TDoŒèü0„‘ŽÚ7·ò`k©ðÎDø>yÉ’wÂJyh¡×ú[‚ž¼»¢hø9À´ƒ§ 4XºE×ßÒíù(sNp\kŽpꂳa€¸6EÿDÐ¥„ȢܶìÜ‘ó“…¬}a‹[Z5>4L\ÌlƒÄŒÏÿ!´Œé*ÞàDöª+?C®°mE\´T—uU­NÕè*”²Ñš.ÊÃw¶Ä‘Ãù;ÕÞûâÚ ~Ó¯ÕÖÞQãÏ»­-*P Lßv4"ìÒ•Óµym—{Ãj*F½^WÇX”ƒÔrxÞ(5
+Åç@k‚Ob$Ô^úšJn¹+Å´€•—ð)®çã„·æͼ[Sžn†Sþîú]69©’o;ÌÕZš*Ïè½&m‚í|:ä
+endobj
+3010 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4883 0 R
+/FirstChar 25
+/LastChar 120
+/Widths 4884 0 R
+/BaseFont /PNCXJM+CMMI7
+/FontDescriptor 3008 0 R
+>> endobj
+3008 0 obj <<
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/FontName /PNCXJM+CMMI7
+/ItalicAngle -14.04
+/StemV 81
+/XHeight 431
+/FontBBox [0 -250 1171 750]
+/Flags 4
+/CharSet (/pi/i/j/k/n/x)
+/FontFile 3009 0 R
+>> endobj
+4884 0 obj
+[668 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 404 473 607 0 0 706 0 0 0 0 0 0 0 0 0 648 ]
+endobj
+4883 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 25/pi 26/.notdef 105/i/j/k 108/.notdef 110/n 111/.notdef 120/x 121/.notdef]
+>> endobj
+2928 0 obj <<
+/Length1 1119
+/Length2 4860
+/Length3 532
+/Length 5581
+/Filter /FlateDecode
+>>
+stream
+xÚí“e\T{·€%DJDrèŽ:¤‘PPAJr€!‡`†bèé’”PB8¤t§¤”Hw7ÒwÎ9ï{÷¼ïýtwï/ûYÿµ×z~k¯ÍÆô\›OÞny ‡!ù€ü@I€¢ÆË—@
+À‰‘ä`-á0(
+` ±"ЄczA0&ÿRÿ,þØ
+Õ;ü^þ)ýÇ9ØÁŠúWÜÁÑ qhÀ-!ΰ¦êAþ”Ó€XÚº8üóT †ÚZÈì¡€àŸ![Äc[wˆås[¤…
+îLøû÷ Ýà¿ÿd!€€•­+䯀¨0@
+FØüÃ$ýM☜¿I `ñ1 -o 
+´{[œ‡VÎÌ¿Í¥`ý%Z³¬i¸ž(`< šûõ‰÷L©þyA
+ÉÊíF·KZDX׋¾Ç»~NÑI£W+®f+)Õ´ú)¨eGæ“€MÒÚÊ‘Ÿ["Xφfzòâ ²ÛÓ÷:6ß?çTz¹zgŠéV³¡kysj ¨˜þã¨NHP)»“Ö½$§¼Pái·{ñ±¸Óh»ü*žÉ}x ùy~fÜ•)ŽeŸ®ÙÅ5Và~Tš*QI½á¥ÕžZÜ4b¯°DV»¤ue
+{fÍCÕd¿ÈÆ ÕczNb&1ª¯¢í8—gÀ–ž\{; §höDÁBq^yöþr4çÈ\<M…Ø¢ëJßÜFÊ)NÈ,S$b´dR[_ànÇ ×@D AìhÞcçÙ3JÄaDê/½yð2ßûòûB]Ìà%T²÷1Nœ17µGÂÉãûQe-•ù û$^PG©¾uÃ÷²HÊ[À¬Ýð1àGÔF1A¡ÑJû{®¶ûhÝP_›Y±n/Wªø} Ý™ŒÐ5šH€‘C¤ÿn†g?…=ÞN¢GqÄFOcrˆ
+ö6µœWY¢{oÐô¥€r»VM"Z^ŸÊä|«m‘»m¸lÓ÷ñÔ´X·Àìþ¡QÕ®Q–~Aa–4úÕ×±Fãö7³­5Üâ\ôÊÙͦû1ð…-•_]d›ià£a†ÙîÉúA*®’í{%½äC×eüø8ÃhßDÚ"ô¥D‡½ðBRN÷ü·ô=OcÜ7*6Õ™j¸lšv¿îô0yõ# ê¾Øbí‹xp°Y–xL¹c»*¢ ‹wêPBÛŸù[¦Vqn0Ó~• I_=iÌí…R~’朘ê¢Ú`y‡k%êØ3ùn=hIè>, RTl$_
+®\þpZ¨t®í>Ñ»#hOÂ)™­¤ ›òì0’GwêØC¢¿´CqbÍòÂÛÇ©'ä- l¦CLˆPR/š7%tûË+/ªó¤çwŒ3êEvXQh÷2¶“¦_zô>³Ä:µSÏ 1oY.n—‹‚­à¬‰¯âò‡Qßx7 ÏVf&'H!Z²%²érÐð•m ˆªû™mØ’ =`TËZ ð
+rª¦Ã>á·WsàU ".eqXr=§;5æ8wBïDwR–‘d®…GJ}â_e™“ÙZÙÈÙ¾ßð°TxœÙoi{JâT9Ì5o^$æ%»›·ý5xá´ŒƒèùåVÏá…‡8Õ×tZ_O”23&µ¸Qšëá©EôÝ)ôE…Ëæ_·šéù‚™?ÐîʵÈ
+öÇ©OÆ_©IÍŽ‚ì‚A¡sì%zQk׎‰.Âú—wcŠã”£ˆUU붎x³eÇ~9µ¿u‘iÇ`ºœpg&–kâ‰N¨y-°†¾îAà;LK¥®{Åý»Ç>£uŸö§·͇-V»Z¯Q  e÷—+Ï”º‚š–x‘û‰›e\ÁVoÎMýFÇm“ GF©ÜÝègYµ$ WÛ¼¸kªõZÆ*C˜Ýîƒ(¯Óˆ %ýeUål9ÒÉ<–(Bf„Kùs˜Ë—ÓºöÉP˜¿¡}ôPÕ[fúd©Gˆ™’§Ì*›äCÛ†)Mƒ‚äHîœ0zõ-tNÕŒ×ñ’y-LE«ápt‰sÃPÉ»˜i·¿º˜ÞÈ´_À¼—ð¬P ,sÞǧش­.-¾ï_mX.ý³Pù]ίnbŠ_âáBB¶¨µ”5(¸ýÒáã|è3÷gtý
+(Þzô£ŠCv”V$›_[4mùpÌ[%dFÔõAã. ùAuCoÎ T ÈKJb2S^BD_¹òñ¬¦?Öï#€ÿ.=§3²ï(£§¤ÃöDdwÀož—BàgÓ½Èë^ÙñìØÞñíx&ÞÃÊéçÌruDï“2ùkÂR,; BNC.ùIC ̦4.ãm*\q³®ä ºéÂŽñtg¦3lƆø…SmÓ²¡B\æ:û õÛî$NEØúÊ)ì„ܬx‹EO£µ¦½4q^}<:e§íî¸û¨\Ã7M³ w0¢óíåOmÙ@.ÔÚâÝÀGísg‹ ¾ŸÎ^¼=šìËŠ,,)$çšé¸×ärbnW×ÿìZíè~@õËæC?å“Ð-ŽõÒîë1¤–I®õášÅd´}Iö”’(mê$‘¡aO±AJ\œ±\adû£[4@¿U6@û¨³±íVZTFåùSü"žˆßª•ï½€šLÄtŸM§…JþÖÒdL%¢ìü\}<®Ï‰ÅÑï—tË%ÿØŠRžLExóš€Ô²7=H&_øw…y†Q,‹ý ‡Q’+ ŒGà{ź<±w<KÙ
+29œ#‘ÒºÌFïñºw?bÑä¦êŸ%à¥úƒÃ漜tß7v¾Nhyl»{»1æ†{±A¯àH÷í„Jê}¡Mtž}ºXÈ*ËN´†×¥Š/â½Æ&KÏ 2;Σ'}|'€HÚ*èVMKc˜¯ôíû{ºÛêwÒ=p£—ªÔNƒxµlâ ?éºÒ”…G£v·¿w0-
+±Tƒi¿0lZp Åò‹”ä3‘<òwnã3|‹óèš"2ê$˜,tŠ‚®:dÝzÞ£Vq”#i!ÝŽ´ Ñt'» .íÈ$bÒJ¡|YÝ-û_ž¶‘I“ôÓùÏ?Å’p
+çôïF½°¾j±ÿÑàC}Uí‚3*“C'õIš-©¥íÒ±•Sèo}/çV6’ªíxø$.u¯D<p-M$f0R QP9³§H)©‹úÜY -Ì.œñ2>Q5yå
+ÇTÕ°„tzöôI\·þön
+—ý‡•FžEýë×gsrJ‚…°d9ÌBšÜZ* Ee56úgÓëÛ€ëוowg+Ÿ<>žÊŒ×dz¾M§çÊ^.uÑëØÄèösoô2¡6ׯG£ë=]^VŒ¼cy]íåÇÏ©;ATGŸ1𔡥Ä!hS–rβ«ÇÛŽ8'Gz*YîÞ7²¯þÞþ¸‡íš§GSa¼Å"è¨ó_EîÏ&ç`Øù!`Ñ´Þdi0¾,°ò±ÜžS²»O¡~êÖ„sæeÀåJ—ØK¦'b»1ín÷}@«í‰¯Ú8yì¸Ýöè
+ï零==)”%TV*dÝjë~ÊõÍ}âöÆ"=@±Xæt7OÍw ê°Öq››Æ­ˆ¹QMϼãTD²ž¤`°,lˆHÀrú¦•?²;¸zºµî@Ý¢áÄ5·¦â•v—Ï€ÏQÙ,A9Cº’Ò 0]!%¼¦ÄìX/X±ÀY—xbÀc6«»¡ÚÎ $´#©8—älsKPÐÞµ ÝïâQÇO ‘½kê\R­êi‡øJؾùŸdìÉî÷7ˆ˜„T›"rã½5»Ÿ&"hæ¤ÒJm4¥Ž‹Œ?0WXøNJO™ßý†h^â æ)ƒ÷ø槧:ü™êØ—Lƒ¯hº¦pYV³Æ ÏUñ\óVŠŽë[/‡ob/Uñc_X~“Ù£ ¥)ã«—Ý­ó£IÕi¿Wåáä oPøt–[C¦J=—zðlã¡è`}$
+ÿ6QçED¦ŸH6E8¿8תÖWá¤Nz‡u”šB‡pz4=@ûëþ01~Ø­9MÞmït:=¦àŽÄˆ. V¾¼S×̱—S/Xk¢þæ+ݪžZ’ c všÖDÕkÖ[“=ƒÝÃi©ÈøÈÒN-ñ¾_’ïhc˜°+^!‡Î7´t
+N°Wù ç9·•½Mó…J¼‰Ù{–\íg'¤8âµ…cþ©ó¢L7™zAæÀzï]š‘G­zÔ…êrÚ;T'Ìû"Ô”£Uµ¡!!9#%2K‹½#×ÐdD{á#YÜ—¼ý‰ã;º”ÐâGˆ÷€¶³Õñ7/œ±_}XɧÒ+t&eq±nÌ~ó
+Z™³LeRŽ­ ÎU«çǬ vbiéa"Òr‚9ÐØF¿F¯*¿ìÑšƒéº–g„„ѵòL ²O2š}hÅ _ŠMÁÒTáÅ{Õ:×(ÈB%Ã]ÁªO,nðRóîÖã‚ ª²˜Ïi¼ø¼øåC{Ô`ñÊ»:S»|%|-F‰çLúŽõ=Z~èÖazVx¸¿Ö.ðG»[Æ.Ýõ ѶHÚÇ®/QŒÃ óžÊ«XÕv:ù½PYêÎÔØ‘Jc”5ÖÐîÄSa3²3qCìZ†¶èõŸ4—jíÁ‰ô¬9kõ¡Œª&ÍÚÑÊvïÁ[w†|Ò.~|ñWP¹hfW›m+Žú!]ñUC‘7öÂ*›G N/ô]lléúUôý&83ùÄ*ó¾_9®µ57wE3WóãÔïb_è]$"'®•6ûU<Ð÷p­¦ï&Š-¾[['Ùá‹obƒåÇ\毄sc5*’¯%ÓøfT'p5„&g’©3X¯V%‚ %P™«4|­†…ÛTFEð~ÿBå—øfî ˜z 5†}-&!¨ËTBåᓲ¶†b.2cir“¶ù¥àMôÒ½;½VëU\OpÍzÞ'vR#—ÊŠ6?¬D¯D«j…žUŸWú“v#FGü´íkÃNâ8]4òy×ôBʳƒmbîi«Â‚ïüks ÌLgžŽ? ƒûx·õö.ñ×ÐoXZ·f/öM5¾_ÍâŸØ«p"£kb €‚ìÔ•ä³sM]ùc)§ôÙ^ŸdºsG0;~Ùò¼ž"ÝZñ²k #‰Ì}¶ÎוàšÎØI*ã58’¤F£·SaU¬*
+4bSrjk @£9iP5æ)'Ö
+q½¾àïHMQƒtÍú|Û°¸°yû+CÜõ,ÝÅñ| »ì§O!óWÖï-œ.XtGIëL´L6^ºMìºÖNæoÖ
+¯™ýRëR>¾W-¢ÄøTM‘)>$UmìfÀy`èõÂn£!»w@<´Z^º3¡¶Òâ;¬\"QµÁ’›$û›ì›lsk˜ÙôÔ5ê‹KÁáÂ'8« ð3@‘ijç!ê›×²ú³æÇÀ e‹è`—»BÌ·(jO•ˆEüþ™ãIm¼“
+ÅfJ&')\P¤á´,#K£Ð2(<<.OìÔ±%e 6W¯LŠ¡>Ì4>ÿ8{ü<¬É›25W•»ŠÈÔq8t—@툠©´FÞÃp û¾TP)‰áˆMá«,ó‡ÇMê™bÑ9nöÍ5ôú5èÅ-3 ì_…Ĥ%iíTÌ°•^‰Ú‘ÑLe¯TÓÉØ,ù¢ýpöOFâÙ·>Õ¸4BÍwXlpRŽë¯Ë(ß¹¦
+¿iJ¬Ðý°,{™Ð³KfÛIþ02^ä:î¿$W|
+endobj
+2929 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4885 0 R
+/FirstChar 50
+/LastChar 120
+/Widths 4886 0 R
+/BaseFont /ZRCBEA+CMTT12
+/FontDescriptor 2927 0 R
+>> endobj
+2927 0 obj <<
+/Ascent 611
+/CapHeight 611
+/Descent -222
+/FontName /ZRCBEA+CMTT12
+/ItalicAngle 0
+/StemV 65
+/XHeight 431
+/FontBBox [-1 -234 524 695]
+/Flags 4
+/CharSet (/two/five/at/backslash/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/x)
+/FontFile 2928 0 R
+>> endobj
+4886 0 obj
+[515 0 0 515 0 0 0 0 0 0 0 0 0 0 515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 515 0 0 0 0 515 515 515 515 515 515 515 515 515 0 515 515 515 515 515 515 0 515 515 515 515 515 515 515 ]
+endobj
+4885 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 50/two 51/.notdef 53/five 54/.notdef 64/at 65/.notdef 92/backslash 93/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x 121/.notdef]
+>> endobj
+2864 0 obj <<
+/Length1 2917
+/Length2 22455
+/Length3 532
+/Length 23999
+/Filter /FlateDecode
+>>
+stream
+xÚ¬·ctßöþ¤±m§±Õ4llÛÞ±mÛ¶Ñƶm£±Ûi“Ïî9¿sÒïù¿}ÆÎØc_×Âý™k͵æry%zc[C€¨­=33±Œ"313“ ,9¹ÀÀÉÜÖFØÀ ÀEÌÌÉÉB,
+0þ
+`ò—ËüîÿtFfàøg
+GËw™•ó{¨l6ÃöïSÂŒÇÌÝÎ ð Û§›Û¾²cùçJ²#ñ
+ˆ(ö®€xâï
+È$ñ®€0’ï
+È"õ®€,Òï
+È"ó®€,²ï
+È"÷~çYäßEá]YßEé]Y”ßEå]YTßEí]YÔßEãý²h¾«]XF–
+„Ñ_e…ñ_òOþ%ÿ›¿$Ùô/ $5ûK ÿ.@@´¿Ê
+I •Ã_òÏ9þK©œþ’@*ç¿$Êå/ ¤rý«b©Üþ’@*÷¿$Êã/ù禷1þûcþSŸ
+“¢—þöqi‹¯.ú­xê72îûv¤?O‘Ú›îÎØAåæ6ÇK“4Š³¯†Nóå©„•¡ÖI@zµ\z3ƒ>q¨‹fX©„×Q°’("§Ù—†±…n¸"'%€oLúX„B·Ð®]Ûv8£>Bç%¾jÿĈE1ê bUüAƒ®xø嬤(©öm`¤š?“ØTÉø
+kJ$LÆå’®µCä…ü“Îæ×==VZ=³"Éåb¦«„BÛŠhÊGh×â”_œR‰¾·ý.½ò£Uµ©5!HZ-È°432gÐ=˜ï²Tp|`Ií¾$½y:ógèxu„5ßE~²¤~ö‘3„Câ‘?ÎÁÊi$”–PÄr`$Œá¿ÞŒqg¨ÞÖÖ”ŸRD‘yž“Qóê&GÝ@±7ÚäWüV©Ô$Pàã¿çŸä4Ån‚'ñ%?–&ÞÓ@%Äž‰÷ 
+²QV ÒÅå ½&ãcE_͘§÷k‰Ü9çÄoke­ºŽ]ÌTc¨òì$«…+è—j™f Më\ÕAp_†¨>Åp :m@Ž}ªŽ5íÅv˜øÈÈMB'µmŸÿM:#é$±ø7@ínÛY¬z‰8í¬´¥Ê )#eßÿ]BaKËœ¥€é¥°ÑYósãa*My/dnúó/ìlû–µ»dù¶“¬ëV¯î቉˜‰ÄH\,ä&;€÷1ÙWµP5tOtXqHGªÃÝÇ~oì°º 8!Pø팋½¨I£°ÛgîËå•P-
+„9ҵ̺y›N!.6Åܵ3*ê¥ónF]XÖÛ;Þ-ú$Ý« B$ŽÁGʳpîNùù+\1Ÿe#ÅÜQ§µÛÜD[T$›;Ü
+«{<¾n‰…:øÄ
+ÁÛ}‰x!h’Êý
+²±…Α^Ÿs’t/KÍF8$}žá¹ƒoÍ•päÝ„Î6ï4cõZÞƒEÛ´^oßþ ”ÂHóИut*9e*Ž sz$
+ëÀøÐJ©óé7çvœ Ù¾n Ÿ}ø™Žó‹ó·,•*ùÓ¾J:T÷2“xÇ—³ù2Ÿ.Jõ#ùè«|¸WZ(ßHË™ú
+w:^+–œÄi¦Ø“ÇþžðPÑ\ãØš¦ê³î5¤O…zHe8ü§Žò²Y³!%3oôyµ[¨ÂE$k~qrv:¾gø×`"ÖI(¼2ÆÌb.uRp–°N'……“õÄ$ç@$¤ŠZ(1¡Î{ãb<ðÆÅiÂ?¢+è‘B—F À@
+:FÒc »Ûåþy4F¿—øŠHÃû1 ¶ýÏâØ>ÛÞ™t'êéži»MœP ÿvWCýȇ»Äq øÊä>Ñ*ÕÙ6Þ‰üP{ãoJîâ\ÚÈ?7ÍŸ_ÆVá|=£fÖïm,1+K[k‚œ1½aÕÑ»âÍuF4•i%ÑàCýlÓ\¸_D¤ °'œ»î)zL“e®õÍÓìÚ-úÖë‹TñMÆꡈvŒ´šç°ó<ç»R­%Œ:‚àeä~/N¾Úö) ¨¶×F1TšÈàW¥²,¢-ËPEÌBù“­{á¶?fÖÁy‹ÿ®f(}=êßÿî†|{(ƒ
+£7¦ 
+²@Š›faÒɹ¬R´ éTÛ96 r› tKÏðâ&r6ëÖw]€„;Çö#;ãèv‹KÍÓ5S…;«¯vmê»îÙ|^ê#Ŧ“ìïãNf¶úßÐ\hÝÈ úU!ûú|O;šÆ¿9««é³P?µ¯OX²ƒ|ìúôÅàkò†²ø¶´KÇxE&”¨´þìqB™Èf»ÊÛŽ
+ÈÓ×Ýüù4)j«®8G¤sŒ¤”Ÿî~d—tYè8¾Ð[S _Ã
+Ô‡°Šµ¼rÁ݉‹öôàá··c:$#Ê‘Œú_é,*´„–3Ñm`ª*Åô¨T9ã82ðö«~øßÜ_˜õ
+a2EÂ|,åÆWQ®YÓ}Ò¨Lš¬|vnâoÎPòì¾òÈ[S+G£‡r¸å6$]ªƒ¬º/ecšŽÅ}Ê(Q
+š WMfX8Û§!í;"·59:'™ø07»*‡Ø *·HXq¹+à˜µSxq†Y55îq#27€ÏÞõ*¬>«vé¹Ç^›ÃÑ7«”èaq°iæ9¼ÂXòô±Gûw’ÙÒíï«ü…ûí®RuøMiÚ£ã/¹á’’WhëÈÝJÔ†)—Â_†á0YR¨>4!0Á]}VÊÖÔ ¡?!Iªícš+úÐQ¾T¦Oî,o_PïšGÎ#Åõ[;Ö)@à‘Æ>#dûµ¬¾¾êxrf™ï²ƒ<ïðë0¿ßvè„«©ÏÒw0*ûvÎ;’Þ®³·èߨ©OÄuv6Š¸­°ßN$/¶Ù²?œdáãöîD |<
+>IØšC=ëvሂ},$Cž:؃-f‰3×äðFâæ0ø–/“Òøø9„f}.¦·û#·$ì<‰îQmPÅ•0¾Œ/t&5tAFÃuˆ Î?¼ _ÐjÍ·¼,7Œø ~¬Ê%1\0Vdœ~ÿâÎK¦†amîDÈ3¦DHƒ0Èj°¦É^ÓNF-ÙpŒIdõ} ýÀÓ)8úcŸ*Fõ§'Bšx›pfÞvu¥‰]ôŵŽÖRÞþ“””|œF‰C–"&aY‹ªÇ!𿬈&ýÛÕ'hÀMrÝXfÁ‚
+¬d;m‘1æL7^ýoU½ÅnÌþo‰ñG-N¢·ó/®žÁ f"㣭™T]o4 ^哬Ð/ÂÉî'ô… ùªÇqºHØEùaÌÓfì€Þž 79dòn¹Í±á;©š|Dön¾'Ç™H½5WaˆJƒ ëûrúd<+åQ$UíaOèî¾åðϼ<´/Û»ABD,%/74Ó¾›µ5fžøÏ‹óÙ%jpÙß»wÈ õa`©Ø¦9±´öŸ§Å]ç$ô×ó7ÐÒ›ù¼^D·]Å»ÃLÐù¡Y9
+‰èUÊI¬ûD]«Ëru8‰§Ï¯Î^)¬ –=Pá_¼T€û·ÀY$³qtÁ½‡Žß#cH´ˆÈ¬])•/J—cˆ©û
+éÌŠGИßÑÒȱW¡ïã{~ŽÃ雹̷/HÛß8ÊE‡Øþ£7/Èÿ\,˜'¶RÄàz•Rð6¬Q ®Š7ŽþF +}á èD:þÕ|ÞÔ2é¹,fªü®=ÞâŒú2ÔOîsã:¢¥‘­ïKÉ}懄
+­+tõì Í ´ô!“é9ìÓe;yÇÞ´s2Y·ÐÑÀ_-pxΡê89þA_:RÝ~« K@›•Žc%ÉÝ~]8M%yH<Ê<(!^ÃÛ'ú­_Gñ£)¥ÀÀp³ð«ñ–´ÆQzä´È!ED핲§gj”’‡bC¿²„u‘ª®™¨„X8dUnÛµ¶…À¶é\ždnü6>C_>v. Ñë*¼Ã»ú›yñþÜ2Eæƒ1ôêêãЬðl½9}ãÂhh§ê[ßýªd½OŸ¶]L‚‚nɨkÓ XávaÐÞÙ¼çeîKVDSðn7ûN´K.b^Üý^#=^õÝÑ!¯áÍÑðU¡OŽ x¢X>ö´f9•ÁùÆ9RíâOT‰E÷8õjÌRºØlr¨ò[ÑX4àf¨ès*<6Êws?Ç&8J8±±ÍØÓø™uÏJ /I‘_îÑŒ93zkÈÐD:ÜîáÊ<è˜-ùjU YJ­,áÀjuþ8ŠDWDA¨ê7‹å‡äÞ¸ôÿõ³v.Ÿ½`‘ 1àŽžÍqxŽ0ú®57q7a¶úˆælLh{õ Æ•ÂJ=ˆ‹ãÕç9ùËÍ&tÁQnUÝÖZGçâø
+¶ƒ© ɪ¬)“Niæv.²ÃÃ¥|JÒÓ‚R?<ùÒ¹Sl}ƒÓe;°´ZÈö‰eà ïù„°ƒáÜ/~Za´œ\öèœ÷ý&³¨¾£‚-/‹1ë4ïŠõÛwDC¶ qP'ñKš¿.ƽîÃá'AÎaÑkÔÚ×+‚_ª¾g˜ŸönÆáqyU¢ªñÀfuÛ°hw?©˜£‘FCÒ’Ô~†Ÿ@?½ 0+‚}ƒøN‘¬ƒßÑì%~† ‚@$AS“ß^v#9§o€o=.g±R<ñº2m…Ññ,6‘ß`¼ZóA¹rSÑ…ÿ'åš.4T’ l‘½•Â
+0¼®#/ø+[¡ÍitðD;©ÙwhºuûZëâ¨
+zÑ… ¼b&Å3¶…BrQAŒù-]„þDm"FÐŒJÕøp<ÿ\áiå;¤DÞ¡¤ðõà!þ€èźŸ£p
+zG+í#…“ÖWIð–áû—ÈÈÑ)¦Ù¤=*Ë™—â.ß3߶„+ñãü/mhÜ£”81ÖaÄqg$õÕ¿jºZsŽ+GfôÀÄ©Åæ c”R…wWwGF¬B m.ü[Æô˜G[6x ®@ýH0Æ·üäqGàRM×Cè>ÅÕˆº[ ÉNpÃÓçqÀÕ º4¸¦ åÈiÁ x:ýÊUʧÎØ¿¡™¦ƒg–Ú´™ž`;PÏ0¢ˆ¯¹Mö…¿Aëÿ· **T“{åŠký/ÄzEZÚÇÂJªé&$/^Ž Îñú]!tjÕ–°Š˜ÉVØ…œ[Œk§²òÃSúøaòÙæBU³æ…Ž(5ì_«žÎPƒ>ˆ» ñé`MÃø^yUªQKΠÛüÔuV&ð—wåXí
+H@ZuÔï„Õ¨ K‘ 4<€ZÿµåP‚™/aˆ0¼óƒð7ת÷è9.àÈ“.Í8%0Ì^Ê©kFÖI1f'Ž~pN‚ ÎÐé›Öoî\~­ "O€æyÁéNßJþx¢®KÚÔ
+s¯tÅP‡6¾ØÙQ,„ºê;ƒ´äžj œ2N ƒ„Â%)ÂD"¸Ä‡pƒjnñ|ÙF¤nJÑP3óŒˆÒ›c¸ÒÑ}“41ÙÈe¾‘{2îFŠñ駱5rÖ¨ÙI<ù/_ÕíJÑteˆ…æ&¯¬dÕˆñô‘EÓ²‹t6âÆÏK$hM¨ðuù~Ɏ˲¨#]rØÅŽrÿ
+m>N všðó
+å5Sê…çÁ½êÙû%«y¾NC‚M5"b ì8
+A6¥3ÏX’½õ®ñÉ·æ†Ç²ÞnÁ@G*©M[ø¸e@ñð"Û¿QÅ•«v±¦Å ¾Í6¨¬õ‰ ¶R¢Cä\5'â¶í$á©-r¢/ZMÈ‚²C+W
+Û¯mçªe¼$¦­Em:²!¶Çx¹ ˆº× œÐåmM¢knƒÉëWõaßÃ
+íOoFMÙHV`ÖùW\LàÇá³ï>G~Sv=| ûñq­ö‘Ǻ³‰¤wu›pýÜù›ß„œ Ãu¤Üé ›Ñ¥|<Ó]=ê¦iAÏ·h¦ÒJÏî ·òi}z=¨çBN·ü»‰îë³e; Œj»îš•áâOtc÷·äÂM«Z8¹s¯ MO$o?Òçœ!>kß}ˆN8r³'íô_ñèÚS^üüÔ³±lrTs\›Hf~,jëKÝw'ç2€>¯Á¹~ÿÅy+ $üt3"”QHÕbmâLwyí¼;!ªõÜåE•a¹ßÿ¬V¢pa#cyÆD ±974!{¤¥Â”¢ðòæP2Žþ°‡h‰Çõ÷‚¬CßgT›Ñ@ø§êTmðpR™¹ÎLôVÎO\E¡r¦
+Ð)Ú°€òå/Ð㒶罣¥[.ûxáaû-ÔÍ Áw™`abà WlFs’wÞNR_Ø‚ˆç4?×ëã_·°ž~OìÝÇFQwQTûà©«riØߎdªßfçœÿùÕ[Caº…z ŸóóYЀ¾dþ†
+ô+ y¥hn6®¢¸3– öôÆz™„žBš
+"ÏMò b*\Åó¯¸AöˆïÅ´öjû /½--úÆÄKüø^÷8%l©ßoV?TûeõA¤©tKðq¹Íâ«#bJFdE¼UaA=‰™Äú%¼Óä Ã2Õ[IªååXõ/¿ñ‹ÚýyXl=†|Îld{g°yy\´e†5¨ì^ßÒ~oeß6³¡PG¼ðš]‹£Ëê#5¤{õ°£^&‘zFçp–"4ð¥Jžî| HÂRN‰€—(pÎgÝ4¿–ýF•ôÜŒŸ;ñ˜7ÊÕ*6×¢"ô~²b
+Q;MjG~¸ =6“ô ¬ßo¸únà&󜺣‚…ÛÐ,}é€åì*§ýl©ôŸ,rwqž¸l åò9à£&Uñ¤/¹$0Õ¶1ˆÜ™ÎÙZLö4›;L0e‹_m°êýpDÒÖêE{IÇõ£\¼›ps6çöA~hÄ£ýJÌý9{uÙj¸ìÞYM¨{ß™ËGz§Zû’G êþ¦U5VÝäÊ$`O2ººzK¤}k_ëÙ^Z6Ççcó|÷|ŸSúý˜NFö`\Ë'¦ã•. Eˆ#îi¹c£!@[{;|½Æ—e·ƒ°Ç²òë楔ǨܹÂ6R‡¿dYÁ8J\Eæ±d‰È”…Ý7Ñ<ÒÕ•´Ÿ>lVQ…:§Û*ldO[„[¡á¾1¼\gŠC9`žÇ=»ïx<J¶×‡N÷‚ÄK½©‹ZC> éÛöM'{Y.÷á44&p¶ù÷z}¸zµÂ¥<¸ú%î
+ânÔn·±Šûϧ‘›=„dä:¶ùªÕUÑ2«eì³Ëþ5BQ_¥Gc&ù+hbøO
+9J£„¸ZT ôÕaÇ»l$nËd Y!½±YÄÁüÒ‹T¼Ÿÿê†f&3O{Å“ûÀÏNj®’—QlûàËÍžt°…Àx¶U½ô¾Ä™ñԉ㕟ÈT$Í–SõBa=ß6Ch(~G_ëªÅSôÞpê!ò]òMCÀ=âcF0°ê ul ô Y"<㟧,2Ž—ßþšÅ´ê¯™îžMê´!¿óh=Má3Q%0.¬,œ÷É·ÛRˆ„ѵ×ëcšbB
+dꮢ²çÄÜ“åÞ­2®–ÐOqEzýl:§ûµØ5Ë{ªÌ¥Óšm°Æ÷Ž+Ó/ÖتÍ"ÖükªcX¸çq£KÏ¡ºô‡¥¨,¹¦- ïæoÝsÅÓ$Õ¼q†v±Å‡½ò‰$ŸpΟ  nGØÀ¸`ŸîWŽ:
+®ñv+M(¼Êˆ3Ôo{öàªô“·2kZBYs,iP àÃp]zpÓíy–Dn>DžB~¾YxûƯ…a¬l~yžX€%+êëæ~hÓþÉjÛRŸW+|ë”sΠbÆß›Ídíº‰W˜2N*ÚEA•œ‰ø\Ã}1:9Ï1wê‰âHpK±Ø´!•eGÿc9è$úw‹Ã…dšÄϽpìôÇPH—múŒI\ìWMXÎ]ç}Õ:¿E\À%%šÝ-Wñ¥dµ:݃Ûv¹=Ëè[S;ù`h˜‡Ñ·JÍg~Ÿ–®žû5 ݺr/*öLÏ|ø…Î`C#ä‘&3BQò%‹k%¦,ØÛp é••­
+§#V´M4Àè
+É_ç¯,žŸÀ~c+xqöŠÀòÁ\žý²Ð£þÒ?kÙHx¦cƒIÐëNÕ›§]¬jç¨ì‡û^.SæðÚ”u©ÜZÜAN°: ›ë#4ªe£äcÑ¿f#7žO qEæhO¾Þå—¿z±úékúèAö4Äœ•ÏQÁÏv>Á_ßï" ¨)HIE2ô[*\•*’dâC[,¼ˆFOÂóÏÊž<=FvÒ̉ãÞ×ð¨D|_¨ãÄMÂ"7ù
+Wsò‘ßÝM<ÃuRðsFmM¬÷¿ƒ…J–Ê“ÉU@Ÿ1Iž“r\͘а¼H‚ðJÿ¬ÏÓÊJ{wƒ|9¦‡PƒõÍÔ·+xðúÃ…Èô´Õ ˜2÷‰°Ük™ñÉä$ÿÆçq$›ç¯ÎÃOÕfE øêËÄ5\–ù…¤#0{<s1¯™Ó
+ÝÅØ°×:ãgZ¡¼Â Ÿn÷5Õ˜ÖÀ–ŸíßÆß²~ ¢Ù ­2.XÍO,JS3ÞŒsŒÌ“÷_Có#€!Yþ
+éºâ]*ò9Þf'õˆåÑRñƒâ*1NN< â! c;g1}(çãó¤¢<u&à²rYçj瘻§çÌÇ%5òÀ\‹ž{±|+g놌ï¡úº©7œOßãßò$ùñ€Pu7
+Þ»º€Ndëk™ÌôËÿ*Y<¹j ù ñ‚ã­DÏŽÖ{tFßû%~ñ£ˆ,™$b~.þZÏ ë:GKiÙXalátø+±œÎ˜Úí­œ~Êd˜ ¯@‚W\uãÙï ¶["f㽉7îÍ•·Oe›Ÿð³PÜ#Ðî'˜ŸX6üAö¬æFæç·ƒD ç—ôn.ÓaYýb…vü¦d3m˜ 9J9V¤Ž iØá$pQAF.»GnF/)Ù[EÒ¾Ì ~…tZî%èÁFÓåé‹Š¡NÐ=Æ¥œË]o˜7­fm䩯„S­Rhy(
+$ö÷îf}Z¯f^¢
+ó9‹¸¡ÐúE–ßð¡·Ë‰
+»äíõÀ—‚²!ruM|\×PJïþéVKÙŒòÕ²e*«hB/B×!E–On‡ç¸¢w¡Z…“ºÓõ¾$°ýv!â…
+m’k^Ÿ¦w¢ iêщ꧘*¬l,£\ø}6hòºðlA
+ŒS‡JÀ¸9l´/0PÎV7Ë¿%älÖ¥¡Ñx§ÐÐãømÏ(1ux ½ÖÚ;>â•8+>¹”l‚fÛ9óšú>Î[Æ#{®yñ;¬µià[ÉZƒNÔƒs~"òv†¨ÎÁÐPKà‘•¨Ê‘iS½@¾–‡Ùί½¿DUÖ£1©ç­ýÑ'iZ
+Æ–pÅ
+={í¸6Û’.h™·^
+£¾C²ÊŸ
+æ< R¨%7^\Yývâ}P9ÆžúÜ-Ž×3N”¥
+5 :>«GÏúG0?OÇÏ—MÝPÁÃl¸}žøº‹¾Äg]ê ø]Y„½›Øõö¯¤üÖȤŸ
+ìµùÝ ¼ç¯W¡ÅA÷:’;ÄĆIQÒ$Á.’IÌ’'W¦g¢u!<S–U¡Ÿkýîx^Æ°®Xèu*1jQ®èLÄy7f@¦XÅøÐ}L#­Èèç™s»Ó·Ä— JœÅo wÔ”¥ÖS·Ú-O9<‹ý{\’W
+Ó¾Å$d—n¸Nxü`\ìˤiA´x‹÷Ћ‘ˆ)ß#Bç~õVëÚ,jq½×»oÉY‚˜OJøbïò ‚ÓHP¬’ñ(k–Ps)­ͯ\Á¯Ïʆ mEÏxªJvFÒWRëiò)¶~G¸6kwƒî)ÞwK9g$Ó˜*MòËú¥çš¬{ûlø’­ÏþHö%ßÙ…›ïí”ûj‘Kì´îoOS_;;ñC¯í·0ÿzs%ÊLŸó­wãæ»ê'²Bͱélpñé/¶ì]¿'Vu+…vT‚cµî¤MDe e¿je.Ú"6}Å]]ÿÀèâ&&Ì ©æªl®Ê¾ÅZ!]䊷¥ð:'¡5¦á1¦2¥¡}â$|œ©óô¬½Ö÷{ø&ë74*ÕSþÂÎ\4" Ó ÚÙ””л¯ùÁüŽºD•Â+tVù—çd¨žaé)Eî8ªÞ‚7áQt.e¿ç<Éf±á¬þyIÊLs¿°å†ì”l҇醸~Y §¤öOÃ,áÏÆ^¢Œ”õ}øÑCP÷gT!$½ˆã9,{X©7«ôK½0ÅQ)‚ÉëÒY~‘òÃMÝMÉÈLý¨í;fjw ¾¹"Kµ½ n«¼‚ÉŒ¡‚m)¥sòËóÄTZ7LbÒªXÌà/¤µ÷ÁÉjÍ”¶ZMsH€™êMôàsqªD¬`Äò{ðî5/ÊDhÖVq0ñþ¬ÖÁ|ùx&¼`KŒþ9ë÷£qE⃪ !­ØHyÖ˜àû ŠLÍQ鬗¶ûiw”_‚,Ñ'¦U¿=Å‚Në³…5­?ÞZÎ~'¥ ¸/¾@D 0 (J¥ü|•Š­O-_7JhÐW-LóV´Ÿ› C™ÂÜ;.f’’hQö Ú6„l^6èg‘gLBòô
+Á¹3yDÙ½WMÖ#`µ5ÔíeqÚè<(Q:I[¬¬#]_еZ¾DÝùdM¯@{÷±Âò`<5ŠÙ½JP M‹ØEK(;sá”.f-d8§+J€f^AÅúskTfœhˆv{Q­7Z¼!ç|æ60(úmÛ¨„WÞÞ=Y ÁŒAù¢ßD8œFì¡Y—>Øu²æ•Ü*¹›'ìr# ëÒ?ˆQ¶’d“Ê ŒS"K!§N]\;k;œ9g2‡:»
+jxóÛOæC?ÖZJ2¾gl
+yqo)†Ïɵ=¥(¦)1u¿.†<¥—t6¶„Yw­lübîH4Žü¶–xÛ7²}nÛE»-‘€rу`¡±î¢ T\ž@ð5ŒMðŽ^%$q¸Ô*¦Âõ Ó CÀä1aG²aëRnŠ(ÚÈg•`ƒ#Ú ô É‹2ÜAOÍGþØ/$À²Ýù´ÊÇ×he©Nx­ 3ñ¨‘{®ðÖø 󈸙-X‰£¡©$k$Ç¢UΫýÀuêÛ4Ì€_”2P–_%:¥-Rts w²Ìâ[qûÔL'gª¡Þð©z憃•FŒ}õ"‰xûí•&ÃKË!du,W°`S›Jç/Þ¹.Ž¿#•Ó^8§DtW‰fg‰°y:!'w¨Z?¸]‹XãJÍGËmtÂ
+¥øÉ6vÜÜjð0}ߢâ·ÌNGvÂÆsÝäß#,·Æ9ÿ2®ýúñ|
+I>Æ€€ÛÖ n͘²Ûîþµ8wç|—1ÖÿC¢6\Í»«È¡v¦2À¾iâ0d²áÔÒaÒ¿»ë—€ôLrõõRÀI'ÀoRÁ˜Øl1 'vßœ}äós Upy[7†IM—òåZú [gv‡Ø쥤ü›oéoò}Â2ë)¬‘þ¤Ú
+È>äw´Æ´“aÎSHm4¶¹^(å¤êµ %qì‚ém0¡Ï£ö·â©ša-LSP9¨%ñßo ‚†Î²)1œKd´Âñ´Ó&L:Ô@muÀ‰^D”yÂ3)AäõqƒDC>Û›‡ñLîÄÝ0gºuëò𾘮0ÏžiŒ]:©ÐFS8áb¶I¸ï£sbV—µ½ðxfª—ŪIeϦ[ÜgU
+Béõ$½ š¢ñmúrj‡:øìC˜u/ÿ˜ÅV Ÿ ×UÔzßT'}‹ÐëcRnm=…öÕcÿMºBD¢LyæG®¥2LéÁíðR‹mùÅÚ*‡`ìµDÃx`µ\²A»…Ly¬è¶BNcª!W·Ä#PÄ·¶ÕÁ¨¬Ð»‘hÅ7° Ÿi õ”ò7r¡vÙe-øƒâĵÚÑÀ~º{ å ^*¾§
+„ .KhÇ;éh3UU™|ÐVfF~_Õ}™O&Y–Þkc_åºôfj/?eyõÕHA÷¦QþöæÕPN®±öÝãÕ†3FUõ“pO»xžnÐÅZÒ”_ÎOÄ1SZ–”ü1‰ŽØó&Jòµ•bÈÓœë[²dyβÅ6}ºŽ*¯A£#–q…C)EoœKÃÞ#ÞI›YŒ Ñ¡Û׆_›w6Í01ÒÞt¥Æµ9.)Cä=R…Ô@QªÂÉPæÄJ °²÷¾Ôî×ìs¶p״̯fBFfUTžàÅ© ¸àÇ_ RkœÁV¯VIÎràC7MžÝÓˆjOOš&“1~²ôÛÍÕó¯î„ìï m~*S A¼ØÅUø†7X¶aÀºzôk:³‰&ÓŽèpæ2…뉴áájfŒí3V¼‹±íõ%ž~þÿ×n=öÕá
+»odÞ-·°uBEé*óy¡øËB‰æïG‚ÙQx¬u¥‰@¨Y›Ó:¨uágÞTÓB6¬ŒíSÔcKC²yõæd —æêÅ­ŸäjÙ(©Ÿ¬ݶ¨M(°`þ`[n¸V¡À%v@3ðJ^;W^üÈÈü…³v kHRœt}‘hÕr*©Ø_Q}@ç”%.Ãßò¼Dù’Èy„#T-j˜ŠÛ[ËÌ2<ªi:üJyÍ¿=*vsI¢D}œ˜aÝ(µ¶5@PTaüÐFÒN`q8.¢1FÔ`˜'nq×:çt†`Ç]Í©fÔàhÈ¡µõ'JÍ'Ìaˆ DAî¦8æá^Oãßâ‘úyKÞ«͇zzJVåP­z‘‘d°Ô<ë#|T%é¿Ñÿ×9â„RÖ7qŽ!’Ϫ¯c(Чé<ð³Sÿdíè:z]ú;Ô#±p'‰¹6
+‹`K¾y±8¯¶ôËe¬™ež!´ð\xüóŽQ¤¨þ95ÉD"²°uTb˜ZÀî½{q' Á/§V&f‡}ýF#O•ƒ‡É¸«õ bõ—é‚kÐÞ¸F‹„•´e<—¿IFê4IÅB«ŸÒš†Æ_"IÉŒóƒX=õÀ‡ò‚ÁQ\ïÁ¹æBæ¡‚næÔC}=Í׌¢ª×“&Õ‡OH9® &–ê·í›ýMÚ¶¯þ)Ü/ª¾vbywkàÆ3Óàª&ß"Ip õDQÆjb‰Šúߟøì„+q÷†}ê:S† ‹Ž~5â¹¾3zµ$XY~7nP‰ª9ŸŸZ±"œ—r‡Ð8„ZãÍã®&´Ò42 ït?ú€•zÏe³ß†y
+œbÿ| ûâœ^ —±N¸ï?‰ÿ¸¹‘4)ßiïzÝÚx©º`Þ8mõ~>ô¤£<˜:ωլ-'üûHÍ<?9²t”¡‡"À-Kò7èçO6ÛHÉRCï&Òôܸç“UÐuEõíq;<»%W¬œK×£²z7—7°ÃûQ¤bÔQª•¯OäpÕ12ƒ¹¾|†‚•^èÛŸQ½4*¿ú£Ìᦓ¤ÆfP2h9ãMmuÞôr$äA*–  ?ŒZ¦{²â4òi£E•%k·agwCdWÛ€}RaŒH¡+݃ŸÃðZZzÏ-VÉx…g§¾è…î
+z‡Ÿ÷†Éä¿¡wùÅHFú†’æÊñ|4ÍÌ€ ?—>]èU /Ö ¸÷Žßö4Sðº‰-¦'™JÍÝM –)m˜¾Ù„΄J¬t¨’Þ!ñѵ(5GJ¯¸Zn®ž·Ž´$‘{&†;’˜Ï°zwzæñ|c¢5æ]Ÿ_"ã.2ÌúS<5küZ/RQ¢ì°)ú>E8ÌÅšƒbf1´ŠiÐ}ß¡[u(£è Ø0–+SêJcª<C5üTë×Uqö îż?g6D'hû¨NÔl6±rñúð©*ü &‹zëàsÉcr嘚>…ÎÞз©ËNkê{9^‹”jg@%$›
+5¿·Œ°®þñ飑âsý]žõŽÌA¤à¶ëh¢™ìÈOŠIúN+‰µò3WËüƒ¯|Ž‰ù×BŶ™]$ Ëw˜v¶1Ûb9 5$ý¾<!y> –nóCCE›
+í:3Ì)&"à±]30ßêßY¥ØÕ Ù¯EøE#J­ P§”ºqvŒZ{áÿ ;æ²-Ï‚15u3áÔuóˆ7¼P
+ZgFt¨ZBÀº»}“s$ „4?ÉõÁGëB#¯vø3ñ’qÅff Hówl]½Öرç±gEvØ3A©*ùìÚ³;÷A4VJ;Šè¾ æ`héf3q…ƒHºlGr”Yê©„ýXóz;%ƒ¡Ÿ2}†ê™ÈíOŒ Go¥Jjb[·Ãâx¢ËcÔ’Œ.ó>KÑŸ¥Õ¬tvWY ˆ´z¤dIŒ.áËдàûÝYxD±·†ŠàÕàhúò¼Ö-Íl
+ ÕéxLÚ¡u4Á„.Ö»Þð‹pø5Âs¥°/ŸÏÂ-|V€„–—4BÀÎ^F7TåÌìC0¹ôþÏ&ŠáòÙB ÀqMNW‚#¬XÔ†˜±pÉN?ÿòúCõ/ô-FºnFùÔ cIÝ ‰‚äÉ¥½žÈäa€YÒÓ–«Y}ÙØ á.åpÚÕˆ9ùòÔs½ ÏÒêy=ÙÊ‚D£7ØÍ©)Ӯ̨! Í [zL<ͧôZ€JUv(]rø&zÐÀ
+âð’àû4ô–Ê”X
+”äÁ„œ:dè‹ð«FÞ~xËé—àÌ'F9+Qr‘‰•@›_„ó$P=/B—ð,!ÉöTbϦ(›/(Ö=2Š PèËÈðt¦MWÌ:ÊÑÖËÒ/•
+î|²ÙÉ®q?¦ ’©¦ù*’-R²<ÈÊ@ùƒÛ@€ÐäUêü¡\‰)ô{”„QêaÓÁðw4¹Mvºhò4è†ùÂ;ŽvŠcĈ@—¥"‘ºSsnL«¾¡±tNùo07E§aS­–YéßIú
+*FËj`5s(yõÈq)ksôZ^Ž×Îcµeœ'Ëjœo%A6Ê^¦
+êg{ÈÞEn/†"7ïûQß2C€m^bóÏÅ!Õ0¥bpÞݼ¥µÎ9·›¸‘úïÍL… `‚dUd¯ÕŽLhJFêZǦÉS Sý_ð
+oI—Ó[憭þi=§y¸D€æ\ãìLþÅ…ÁrMã§)F3páN›˜Ë#†ét(̹ͩ%zx)rF1úÅ´ÿO=³^›És%Ifo&,¾Já+µxcƒª©ûmŽW‡Ú§àõ’|L"¼l¸ÒEæÖšâ· ~¾Š "ùûì -5·IGpõùlªÌ ù§¥1×|\ÿZ݉±M†wÜaÍpb =)ä›—z*—!ZqfeÈ»€2Œ í/5‹\óß›Ê! §mÉ
+ÇÙÝxÑÈõ5
+¯iÌõûÕ¸9*Ïƹө#íyGn•ƒÕ3,;»¹/ŠmD‰}Ûcº¿“ÚÈçÒ½.íÓKŸæ¾Æj|ñÕ øu5j*MØIøÈÿ%'¨x„Ô„÷4ŒUsã/#cf’ËÑ»Â,³L;‰dH5µÃ`ÀaYgn*VÛ¸~B…`­A(üm|ÿW_;Žs ´fj8P;¡¢Œ rÀ¯ XÀcLœ¼Ñ”YPô\×+ƪ‡¼S=jñóÍL³¼YÓ%}FEf>spr°õš=Â3¥’äö¿ù‚üÁšC/›ì &N׋“Ò‰É,­‡ý«8Óžƒ»îN½XíÅ—ÉFä‹x„œöf@ðf òm®º/|[»›um|Éðþ`²ÚíMÑ?û`HŸûMå“¡Ëó\Ù!"ùÕúNDÛ<\F^_ñþã¦ú刂vÏjëï£SøïÙµŒFèX€ÞÚnBgÈÿZ.#¦s2‡yVù/R[F\_QO™)þrjµg§¶ºƒ’ñÔ3«øN×U>V·÷音r Ôk!4Wh¹ù–¤áÈÔ›¦íóvh¿·Ì|ouŽÀ9ݹç,pš|! &ï‡;ˆ•ƒúá_SuÎññíŸ?f{ Ï1ú‰“Xªó|U.Ü—êò-Þ埗µ ŒÔì[
+´…à†G
+Q,–97—’³û(®$Ì?WëLúºaN°&Íe~s­µ7»T¤­nc”CùNÒ‰±ü+D5;´™Þ¿²R‡FÔÒÅ°W°¹e†|Fe´ëOÍÇ„È„÷ºªÐ±Î8—ýÖ}Çj“|ÔÔ$<–’&쟽ûÌÛàŸiI&\°8 wû¯¶³Xz=9L¶ +˜·ÓðØA=íbY\…‹Ïÿ'ˆ‚i×~ÿw1ÅàÚo様ñkÝÚ?Ÿ’Oz#/Uº ÀLÖ*ók¶ßE“
+U`ÕÂââéÿå88p;àZD!°¢ýi¯»ÜŠ¸mÖñ<pÑÝ;Ø·ÙR’Éd4Ôuón=*½¹sšƒÖ`|2›mÕ¶lOÁhìôƒ3¢LèE¿“ë†()Z4¤‘Ðò‰^TZ}zøR½0ƒ¢3Ô˜–…ŸQ^ó»ö/h­W5©‚•uä
+È÷´÷rg(C4ÿ;[R&0C–ÓÆp>G“îp²L²Lo47À*‚‡cñQxSkgkwÂ×lû%<Zù)P½ªDçfDg“KLŸˆÅõzÕ´;#ÑT×q—f´–õñýP´Äî>ìè³JYuíᣢŠG ÌjQýJÆßþXì¼ÔÄ›CåPœE¿D…N}%©öS“ôã轌1ý3‡$ÛWmœ:ÌÍË^
+:TÕ`fEÆE]¬ñØwå ¾ö!eLÒýõN‰jßpÙúïæ<e
++óñpXܸ;ºh‚å’Þ@ëP' “ë:?( `¿¦œ|ñO2 úÎtÿR£ÔAYŠ–øÞ5H%‰{¿‰ ?¶Æ°·2¹ŸŸ1¬OIŠÐ¾c3Æv©úÄûÿæÿÿ+
+endobj
+2865 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4887 0 R
+/FirstChar 0
+/LastChar 127
+/Widths 4888 0 R
+/BaseFont /BIGRCD+CMR10
+/FontDescriptor 2863 0 R
+>> endobj
+2863 0 obj <<
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/FontName /BIGRCD+CMR10
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/FontBBox [-251 -250 1009 969]
+/Flags 4
+/CharSet (/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/equal/questiondown/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/hungarumlaut/tilde/dieresis)
+/FontFile 2864 0 R
+>> endobj
+4888 0 obj
+[625 833 778 694 667 750 722 778 722 778 722 583 556 556 833 833 278 306 500 500 500 500 500 750 444 500 722 778 500 903 1014 778 278 278 500 833 500 833 778 278 389 389 500 778 278 333 278 500 500 500 500 500 500 500 500 500 500 500 278 278 278 778 472 472 778 750 708 722 764 681 653 785 750 361 514 778 625 917 750 778 681 778 736 556 722 750 750 1028 750 750 611 278 500 278 500 278 278 500 556 444 556 444 306 500 556 278 306 528 278 833 556 500 556 528 392 394 389 556 528 722 528 528 444 500 1000 500 500 500 ]
+endobj
+4887 0 obj <<
+/Type /Encoding
+/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/ffl/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/suppress/exclam/quotedblright/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/exclamdown/equal/questiondown/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/hungarumlaut/tilde/dieresis 128/.notdef]
+>> endobj
+2844 0 obj <<
+/Length1 820
+/Length2 1846
+/Length3 532
+/Length 2439
+/Filter /FlateDecode
+>>
+stream
+xÚíR{<”ùNE-‰6'ÒëVseFt‘;iÜ’Ë1æ}1š™—™ÁŒB˜›2¥ ›[Ê2(—ƒ%Ö­ rI»"2†uÙvéŒ:ížÓþyÎ_çsÞß?ïó}žßó{>ßïWGÃùÊ„ý!˜ÉAáÐ8SÀ’äj àÐX„ŽŽ% ¢ph0ÓŠÂLœ‰ 0 ðX
+'bH<¨:p¦Ò  ˜Óé€ëê 6à
+±!V8¢8
+¤1˜Õ<öÌ
+(4L2ÕÕÊ_casO ðÆ
+/1ÇáðxÀ˜€ú7!5ŒÅ‚˜œ;'iïg@“ ‚¸1ø¦îå_®J(Œ¶¾ÞS$­'eX}Þ±¢ñq½\ü@šýf»C¨Þp¹ç{a†’ü¸ôøΈßUÙÉwNºtÚˆbCÏ_é_÷ψüAÕs6ƒÄ{¢¹?©PWÕ÷ËAÊ©w¸£ð¢WþÝk3÷&su­Ü^ox¡±¦É;¼²)“O4ö´É M<]¾ËPÃuó•ÐÂ$£Ä¡ˆÍ뇺㣃ekôŸ‹á;a[Þ_—͹°Bž¯i¯ËþÞ"~[ŠŸ5šô[‰µO/+þàj‘š·)µo™=z<Ù'/_Ò˜i­®ºýmé°yÚÃç)#ßželë\Ø€ùÙ!k[džKÅÂŽÒ“Iq{,â–ŸlÖ{3½2 Úz¿WÙ¹;?îëÂö§XweÚ·<aVKw¶”/RÙ?¦øÝÁÝ¡yöEMïÝ4„î£JNÂf¿k¾2ùÑZiß’mžƒ¼¹oBjŠ_¤¹¼æ‡-eq<è|úö¨Gó_üé‘_=Å;ïÏÈ¿„§OR¯¦æâSÚøj6Úô6ÿkäoœúM6¯kƒ3±«€Ý®~¾q!¡¥n÷ô{ë~»Åú ‡Çåýƒâïe¿5=¢­dÊ%b°©gžÚd?bÜÙV,[;*ˆ{Iúvkfúìîú¼¼Ø[…Ï&çv:[ž*—Ý’§Ø=©ˆnÎ0«¨?{*ûÒ(±ÀúXE ¯·²Þæ¢~™öžK»l5;¼”éfP½×Áœ2ýò %·[Ûìñ›˜[ñtPUn”çøé(‹âûœ8ã"==F¥ÅtÇ“6÷jÙ¦†áÃÔ™-{êK<ú÷ºÎ)gÿlü'gaTî_¼I˜¿×ò™ Ï»”¾rÙÝÔ¹hDœž”h2è—P«NÎ8-7çt@Çý ¶dIAn¨x/õP_m°K>Ÿ# v+ð„ù¡t#…+.1°Ì 0zà¸)!Åw?‘ûShQ„xqHÓà¸øZêLwu|ïâ±VS¸’ý¡±/ÐÝyûâËû¼V]CdÛáu¾úz½žÚ¯Š%-Ê©
+’Y×€¡­NDm§­ž]¦bkß>¼¾ã“ñé̆‹?ûéMš0­?3‘‘UuÃßÃøq<â4¿ØÐv—!@烗ȂÙÄYÃWÄö3'¹gÃÅÑ5I Æ!Låún­³®Í˜”™9¢x¤*êr¿Ò© mzŠâÚÈ™—}:¾æçõS/^—ådä?úõC}¬†¤–«Ý;Öpµ½­¼öšŒ–Æí2@õN»Ó³¹x¹¹as²½¶ˆTä·óÜ­QǺ
+#u!“Ã2ÉþåbÊàÊ9Fé»ûUU¢™»fg™c}K[¥–=;ž‹oóøddÜUÝqÇ1A@soë‚Zcî·À6¾
+„]Ò[í'g¯¯ñSbBv'£î:ZŽ™ùã-fKðýú9ͳ‹¬}Á÷ß+œ}S?¯1š³³ˆoJ âË5:£·&wNèOîû:”LR7OÉñò‰9”¤E ·H/•);û&I<ñUUR-"ÍÔÕlèmr½×¿1òê«X1vìùÚl¾Q]n_ºA(÷x¶§Œ‘v’ˆFùÊÞJWHiÞrp¸ì‚F«Ùü½kt¬òÁ7ÔÆšB¯ÛñÕ‹"OG°0õÆÆ£…PAAúˆ
+endobj
+2845 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4889 0 R
+/FirstChar 48
+/LastChar 61
+/Widths 4890 0 R
+/BaseFont /POHKQW+CMR7
+/FontDescriptor 2843 0 R
+>> endobj
+2843 0 obj <<
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/FontName /POHKQW+CMR7
+/ItalicAngle 0
+/StemV 79
+/XHeight 431
+/FontBBox [-27 -250 1122 750]
+/Flags 4
+/CharSet (/zero/one/two/three/six/equal)
+/FontFile 2844 0 R
+>> endobj
+4890 0 obj
+[569 569 569 569 0 0 569 0 0 0 0 0 0 877 ]
+endobj
+4889 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 48/zero/one/two/three 52/.notdef 54/six 55/.notdef 61/equal 62/.notdef]
+>> endobj
+2827 0 obj <<
+/Length1 1577
+/Length2 9117
+/Length3 532
+/Length 10066
+/Filter /FlateDecode
+>>
+stream
+xÚíte\Ôýö-Ý(%¡Ä %ÝHKƒ”t3ä1t‡”t·¤H#-ÒÝ" ÒÝàç9çÿè=ç彯îçμù­µöÞßµ÷7hßh°IXÀÌ@¯aP8; ¥¬,ÏÅ @|srâ00H9‚Lá60¨´)p ñœÁ
+¶°±üí›aBú$€ðªü!4• ¢¤Æo„¨§ù!"u~#Dºÿ !„aK°éï¾…~¡¦pgGÄ}ú‡û˯µ©£ýo†÷¯>Í@`˜ëo–ï_¬©Ìô›E ìdîhcÿÇ*ˆV~QaÐì7úkÌÿ Ä»
+ø8½ÿ·@sgGGþ÷#‹xFþ[Ú ^È dŽ373²M® .ò‘É+Fgv¢L- j}W“*̾»$L4åX?ª ¢>!|GhkSB´¯XÆaaÉ·LQ'áÕë©Áñîa/> sNšæ¡ù®J߇žÎÇÌ°­9šuûzÖÃyºó.­èJ?¹r)öÃÑŠfgîO}ì|‡—çpS,è6’p ?4)%‚Þnÿˆ¼Ù“…åÁæ
+úÈ ÒΉæ(:¿OØ-â§
+½ÿ Œ:*z‡ÍÉìf¹2ŒÃ•nG3§“%¤ Ä¢äŸz›
+@z*J›ªóêKƒ¢òÖÚ8³Ðm*Þ„|€w’œ¶¼Öųâ"ó¢g`QÙ
+dPe§^ä´#d½R-€È®rŒ[4˾>‘AÝäúžá„>íÌðövéò×{Š¶CsOZ$òrmVÁt1&Ö]æ!N
+ôÉÐ^Z]Sëø-¸„˜Ü®øûȈ؊ח+e€ŽÐ´Ȩ́Pº9nœŸÀkHröKe=Öª†Þ87$!ݯP‘•Ü£¯mïÓ¹^Ké/™4kβö•Ö¶çI—† ö6¼~G߀û¶&IFûŠ˜Rø „Áº&À:j®cÂ-fϺŋˆï暪ÈŸ9q'¼1š¤Õ[¿_ÈO僾øÌ.Š}O“ÅSð
+3Æâ®|[¢°—ñHòùtñMÖ—P¦aHºUœú½ÙFh-°%ŸÐ™NT§ìÅ«6ŠŠöÕ+q56nBKMON°.k8òÊ ƒÅ—\H) ƒÉzŸ¤©Óy¯2q—ü9´÷‹ýûà×p†÷ÕyIo9|Ö¿‰×ðÓ•®rPòu`$”ïhW§IäëçŽþ™“rµÙQb‹9oô.rnDŒß8ûì‡/4ñ([*ÿÒ×H4!³´œ¤òÇÐÐ?»‹<Ìê×rÞ,ôݬl¢×GôÕ…ÑÄñ_³›hþŒX q€ÐÝÖê'˜죾k_³3QÞ;’LE…>µ–²}¥f¾Fàõ)c¬WÜ1m€Ö|G}å*âU¸9‹uäK‚¼…‘h¶R`$‹a<ÑeήPí]ܬ¶–×EÁÇÈÜž1<aVlÇ*š¡OºHÊqD‘?+—Ž¬m[_ ‹Po§!Znت !€ ¡©+^0u kŵX%ŒŽ–™Ñ(ë°sveJÜi1Kaa› Ù(®ÓsI:#ÉGpœ«v@ì÷Ýhð½fÞC¶7Ù
+Æœ|1dßÌšÐ[9(¨Dåê@W«ÿ©ÝÕÂþƒ©Ü‡ Ï}˜Ë̶˜ƒUFÐ^Ôáä&<›Á×µLôUa­S9¹@ƒa¯×c×R~ÞÆ]öfP²F"azDäïŽå3ãƈÿ@1bÌ0‰;p"Q{UêÆŽ±rHÊ'Lµb{ÀâXT¯ç–_W—<yýÖ7JÁÝk“›ó:'îàã±®•
+ŠWE¯¡/_¡Øq8o‚¾ÄÐ+²»FÜ‚s½×^Õˆu;VDYí­¼Ú¿Õ¨pX(iZg+)ž„iÃÃ2´R;‡rìÂDÞs}›\Ø?û’Å¥âW„Æ裪ÌRH¾‰-sƒxbÓdßhFíÕ€+iñ)®h­ƒ´íÅÞ¦>àŠ Î£žx† F¿Ì’~¹é(ËõkÍDdMñÖ§«{û¦„¬BýŒ/¸‹’R £[K‡ëý*r£¨ËMjl‡Úe(ß.ýx šu'0å?'BÑà³ñ•­É°±`¥Ã'*®éŽ-ÌÐ2_"ÝÁ¸‹ô]¥É~$G'cé°9¤Æ J‰¤>b<ŒôbRÅôz˜E®{\Rá÷†¡# %o½Ë•p8¥1o
+oþUæGV«fÑo{Ç4Äbh¤4Ò©æuÉc•xòΠMO-Ÿšõ¹¬ÃèÑðÒ†åH•NvÊEe"31SîsKJœ×6",A ôÔ4[õՉţ3Â4Œãï+í+R`˾á«ÞfH8.€1⥶H®éG.­ eìa4G­]QZjJ$²žS\cÐàÝ!K‚_¹Æå^½'
+³(­qå냕‡¦ÐܑÆk«Âø(1“_¤‡ã3?¾…>Ãì³ÁgŠÍìJS_6ó±Í·|ؘµþhZí'viÚ= ȧî¤÷Ô8· ¼J·¹"I¬z¼åEX6ÚæI¸* Ê
+¼ä¢ösÿ>ôf6QvÑW•žv²Ë«{Î-naíÃû ãxH8˜çÉd5czœ³|žÜUEjÆ4‹%ä?Kcíˆb0j³ÙÙ7x¿°ºZü˜ÞÑe%ϧO¦¬x”>oãšxjN©µ­ãdR– ,p~^Q·N[h`¡xJÇ‹œ‹4»¸]ó9¼~Gü.†ûîóÜöWÃù榙5þÀtZV3§ûÖç ñê€(÷`ô“í-É‘wå1~y/5C}>“ï§ê'ÒU=Å᧭Š¶÷?ý¶FÃså¥V^Ûž(‰:íý6 ‰³=³­_sašò  Ä5½rDÜ Wo¿<fÁ¤¡÷•Î&ƒ>Ñó±Oë¿
+º?Pô{å§ÔêíôHOJÛòwW;üöýÅ, ú2$)pÝIÄ??mHqâŽZ õqôé$¨¸W4V¥kâŽá<Ÿ+›ª(Œo×Û`ÁÙËKFÑ­²óšMÆu…(w½q~N5¡éåYå^çµ6ó2[žè¡Ó3óX.pUj*Y@…žMQÃZe(ÙœÀçÕo膥¦?‘šQ—‚ªÌÔP]^ö!]™˜€Iéiy•;)!ãñ [ä;uU§ÉÉ~â¯w¨ƒ>Ž–oI–uNPñm,îš‘‡÷ 7¯z“œOÆÏÉ9ôÓ¦X¤]]š
+B/ûEñü‘/s•OsêǵTí»g…_ÈWEr'îçhÉ:DLÞÄlc (¯©x’¹næ…߸s€Õé56è„,š-ID LzÜ-ºyÍžÒ§J­Ï^B‰\›XVy—JQèÐÎ ý‘âÕTžº
+„€,¥™Ľ<7;*!%êãÜú/{¢jpS„Ÿ¬»ÉLGøPbë’±ù7pJ˜‚¿ùú€ Uç«vLS1ò˜Š-Ä^ öíxŠS*g´ïHyÚ¬´@šJ‹;é²]æ•,#6ž>IæFQ,zoHÓ^Iq¯ýkX”{[ ã`Ææ);w@½Á“þ!õglϽñ°;ƒ>“M©XÆ<ä?8{Äk'Ô8ÂܸVœÔ hïg¾¢‰PÃïYªÎ=D}–Mó~ZŸÆš–NG}3ÉOÂJ )Õ+Pz{u¤Í[²¢©Ü+gy9O½*”¤@D¤ P\ë ^ÆNcãgí=k”ž|QD0õk}S'!«_ïVKº&\‘ù%kj–_‚Í×Üw˜Y‰~m†Já.ÉBÛî[¿ä‚ õ°v Š Ô–ª¨·½ È_ ÞñjÓW1Vd
+öð¨nÆñs¹7œ)ju/ÄžwH.¨‰´[ÉÂÖ„£‹gƒ±;.hõgy»Üe¿6ÅI.” LÕJÜ v»¡g(€‹³ì(¡SM áÏ·ß(\¿ÞOÆðõ
+zùöá‡{uÔÅ?¥Y —¶—µç̦«0O´Q}ŸÍ“ª-äUÛ Mñ…î\Õ†?HnUHº±2W98=:ƒK¥PÐ`‡‚׊™~\dwëá »èàô5>ÿrqíZU6@m~(ú$îgw“Ž‘Ar<!ÌÀV '^%"u//à|”õQípƒÎyçSé½w)±ôËzâçEØ_Hè‚™1XJò-nRû9U_~e ˬçoô©#¼šQ
+É*ª4¤£`óÙÀâì­KÀûtŸÂ¨*u {n˜aKþ^U‰ ø:=ÐárSà<6¤ž 6“ü5F„VgŠx$ì¢QÙZõ[Iwnõ&>Ñ áLܱC°o¶ÕLŠñúÆT¤BöæƸܩžKî¦f6÷÷o”D<Ì
+†w±3D¨Ö#8òÕu½»—ͨ5Ÿ…æF„H‹Ÿ*+U1œ$Ò™¼*]žÇP;õËêâØ48wÓ¬ùXB‹†Zu¦ØƒÂqŽÅ¡±©Ì*þõÓÛni›SÙý¾Ü4’O.€uxŽ™)a7-ñðüÚ/šQ‹L
+_›T¯ÌíúGz¦ýdn}±PGYÜá±Á£5@fýZ ßëöâÌxê¦û°_šQø"pšÉP[W¼â0„›MÆ@Õ/TÒ·Ré»®y ¢³tlÄÞÛ8C9H˜†®]>ᇪ¶]ž9É<žY”K¶Òõ¼}ʹøŽaFТ-äq„>Úûù O¬÷@.ùõÇ)ÆÁéFÙ¢Û|9Ê’‚ÌlÖ“|ýë)©CsÁ90¦
+~{ò¼Ï*xq×j±E%Ÿ#ÌYÝ¿v§¦<«Ø·¼›lžùD-9ªqè¥÷¹zwsO~þjydù 25qR.‚;)¡e1žYîk/±KFB5P
+H®²±â‰Ð˜›´Ñ¹ÛF®'’¢uýúÎfÊ瑦ó£`z»œøã0l'£ªƒK‘ ‡Çd½å‘½™xnæHPžfª=ªñ:^(Û8qšQ¶«çí7h0 [ýÞÀ"@­3'ߪ¡ÀPÌŸáyB•<JЪ"ÛRáÓO=Ì÷Ùd,^lѨqŸ-e&]»e#$M²™¹Â?R?¡²âã™Yl=Dì‹uÇBrP–ò <s/.$·y\ ûVí 7?°G7|ð6à‰
+žKëÏ弯>ØoLÖL…»ŸãÐ$]\©~é“d)§Ÿ¦tŽ8ñÙÍÃ^Ëý¡ºc÷Õ:Ö½–ÐCÉd»]D¢Kç1VŠ;9æX Oé@ŸæÕÀ¤NÉidÜuœj[Ë)Ûe‹}éè2çuDËjcÐÆm-¡¸uêˆzÁãLœðí4EÚ·˜Kú°Ýga%Ñ ÃZ%6àjš‹ŸÈõu¹ÏZâñðKŒ$®æù!‡jɉ lÅ×#ÿÒ•ìPºæn7Ô 5c0Åe ýJ[+¤¦)—µñ]YK4Äêûµ€))c¥/UîX%÷ä†2Kä³&,´ç-³.ÙXVmï¹à«ÎÈÎ唼Ë!gãopø™õGO^nãÙ;ø|¾÷=Ž½TýÞ™µ90ìzÑæq_ ï!XûÙ‘ß›½ Ev¤o$ŽûÉ{/.}F£+L<ô«¯Ú–²V°û8öj¨6¯ÊöÚ3þl;eK¨¥æÅ’í£ïè 'ÜÍEeæIc˜8øHÔm5ÁÇÎÊkA;Är|CÌ·„¸”B4Ö^…ðk•—=Jåž{ÀÆÏHÌkª7ñ9Î!0²meÎz±­"u
+=,¨„i÷3„l#dQŒªasúýTnÔ©8Kïºò†VÈÞªL)+ùÃIr½vFKD[RÐNbʲ"Ëi«Îð+ßð}íoöüèÚÓ)ôV×ÊpûW~ÂgùÜçI˜Æ »²g¥ùÀñž'Ku~^3ç`ZòîüsClâ”Õ§‡!ÄŸTF„Üi7•»k»ÞΙµ0ñÎzØÆ|•Ç6ºyÁŠëÜ2ú¡ ÿãZÖ'Õ
+22 å||™U@Îû9Øä™D©þègAÊÌiR‚¾ð!g ‚*G‚¯Y³'ð)ÉìWr9j}I{+<c 'dk€Ô&Å‘ÈbQIü|vïà‹FpA…åÚ(Sâ—K)©ê ¹&ÌHk$à$Ë‚}ÎáuÞ¤™ßæY‘»>KÛ‹$Òqt±¦´¦V·#øÇDLø#SG,MP*9²”§3 ã%¤ŸÔJ¯ËOV‡F¶añá°”h¤@:§âkÜ7Ÿ[wë_«Íê+T†Ý"\C)¯ÜÍÀÆœçf Õ?QÍ„!H!û;Ù‡>[׸Åfô¢ý3û¸'“ƒ$4lòÆ8q#eÌÆK.ùKjóàE§ISVyãUÇ|q¨Ó«§´¹ÈÐÀº é…´§ÈË3at Ð^
+Ç~¡vÉ’n—tY܇{Çpª¶Y½ù [Ø­gEä3Q©°¡W¦Tb%=WÆ#¯·jí$ÞÁ‹<éL;.
+YÜ+ÑÖ£ªÑŒÚ-uò!°A;’!ïÀ¬Ÿ²"ÆwõºAÁ_Á"Š)B×hÉ¥B*:dÊ~ÒüYSb¬«1:ˆ  ~‰uRŽZdš(<¶]‹Žnù&èRùÒÍW¿3ÚŠ¸Xò‘ÚKªÄš*W™Xô‹7 =Êý`.ñ±†Æh& ‹Ž¡Ruà}›FÀ“Ç¿º·À×vƒò£Ì~üe¯êç›m¯†ZŠ›±KS3ðZ7¡‡9•öæ}Ó`%L…,çL3ªwyõS1ô*ÇúÏÅ»yëU;Ûâ€:¯Í/n[åC"¤Ÿ&dÒø]‰sá»ï—"ôgÏ?R¯£swÕû¿'Éœ Õ‰À0ûþHë\~ç>àNÿh\B«QGËýKª§øÕgYMáiˆ‰Ár2YB‘äþ;¯Ebï€Ù]
+1ÝV YK^bß:.”ÿ{²ÅœøÄÉcäÎíYýÞšoc~F`ép‘šìJúfÏÙÈ4²ü´ý“¾ì§
+Uw6Z]•Éþ½pC¤üçZ}©Hòî°–\k•\ˆ š{u[ð$ÃcƒÈÕ½–ñý7(Bf¬ïÊWƒâc_zS.FnØ;#iúl/
+ªl œëHóò éüý½ Ž%ºÞȆƒ^|ãVÛù‡üé4»È(hêr\‚èµ±ÔÓš_XÍç¹Ú¹Gñ£ 0íêFbCꊫ2*00$@MUÖnvn­OÜ€ÒC’’òäëÔÆt%ÉÌ¢båμdYÙ¨•„ˆ~z®ûES¤$hÜŵƒf,Âë‰Ùfkõôc5ð«ê$”<óþ}iñ±»ôLÜ“‹Î˜€Õ{„—N­Ë媓¸ßfß·¿Ñ²“î¼zvNµ¯ÅÛrì2·}¼Ùb™äðh'Æ‹@­Ò;kuK˜j]”z2Ÿƒp+u¬ëÌ•}£,¥ô{^j$}ú5™ fa¼ñÕÎdÚÇ!–_Ñ÷í®‘IÄ&¬EQõˆ[3S-ö§s±›<*Ô›¬žO§&=2qªò¡:Gd;
+öümî¢#GTð®Ç“‡'ЊƑP~bEþ2óË3õ¼Ð ‚Ƭp~R¨,R®Ußš´Åy $–1 ÕaäxäÌN͆e@üL&´ÍÐÚê@ã•Û‘Ãœ˜÷Ó´æ0‘øÀQ×£O6æNŠ—_†¦«å©Ì÷ú¶zœüŒUå_b}(¨Ü»5×ôÒºuʫ䪄pPlsçË•‰ž™ù›?ú­Ì®dË vZUJ" Òˆ*¶A¢^Ÿ‡'°ûº²5xà
+œ9l¹W-‘v/\¸ÜeßcÈîG/O~l6³b¼[³tj6ÕmŽ/)}Zn(S<]Ÿ¾“ |#Xál‡òßµõ¼%8>5;—_ÄÞ†:/¥ýªú¶"ý:²‡-Òíó?$l¿æ©TÅéµL¨…Å–ßsbŸÔ¤„ïÔͱ¢•Ü¾g¨±Š»LáHÌï%ãÍÄŒ¦&ÆCé|©Kv’W1¥1e%ðù5Ò#jY—K'¦^!Eú®ëžôø¦àŸwý”óóß3O
+ļêíµlÊ”õ DПˆ˜´ú·WOYçV~ïù¼ôO„gk%„šn½FžAû
+ßÚ=t¯®™ØFßÄ1Ö%¿¤±ÁÍu V/.Ô!^œäî×ÑD¸ëõ$ÄØY ŸÎ—a‹ ‘
+»ÕiŽWwSyJâS66Ñ;VVŽ3²Ÿÿí5ëWsrm®%ŸA±d±oKxõ
+*N:^’-”_iǼó1÷)kÇžíø¤cÀi5ŒÀ5ýþ]6å7æë1P.ÔÑ¡Mú®Î–ÏÚv÷/æ3´ÈkÒ¾ZgýXÕ¢­ξ6Ò¿=½*[¸rÒÝh'œ¼^b¢Î®.YlQª öÄX—·’ ë)„õ3†} 2vò–ïRxäܤüªÝbÔi x})&Ŷ@\
+Y~,j19™ï•¥¯8Y±j°jÒ¨f‘ï‚qþþpþÿ'
+˜ƒA¦ŽpÄÔÑçò¡endstream
+endobj
+2828 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4891 0 R
+/FirstChar 11
+/LastChar 125
+/Widths 4892 0 R
+/BaseFont /DDCGAV+CMMI10
+/FontDescriptor 2826 0 R
+>> endobj
+2826 0 obj <<
+/Ascent 694
+/CapHeight 683
+/Descent -194
+/FontName /DDCGAV+CMMI10
+/ItalicAngle -14.04
+/StemV 72
+/XHeight 431
+/FontBBox [-32 -250 1048 750]
+/Flags 4
+/CharSet (/alpha/pi/arrowlefttophalf/arrowleftbothalf/arrowrighttophalf/arrowrightbothalf/triangleright/triangleleft/period/comma/less/slash/greater/star/partialdiff/D/M/N/S/T/X/Y/flat/natural/sharp/slurbelow/slurabove/lscript/a/b/c/d/e/f/i/l/n/p/u/v/x/y/z/dotlessi/dotlessj/weierstrass)
+/FontFile 2827 0 R
+>> endobj
+4892 0 obj
+[640 0 0 0 0 0 0 0 0 0 0 0 0 0 570 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1000 1000 1000 1000 0 0 500 500 0 0 0 0 0 0 0 0 0 0 278 278 778 500 778 500 531 0 0 0 828 0 0 0 0 0 0 0 0 970 803 0 0 0 0 613 584 0 0 0 828 581 0 389 389 389 1000 1000 417 529 429 433 520 466 490 0 0 345 0 0 298 0 600 0 503 0 0 0 0 572 485 0 572 490 465 322 384 636 ]
+endobj
+4891 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 11/alpha 12/.notdef 25/pi 26/.notdef 40/arrowlefttophalf/arrowleftbothalf/arrowrighttophalf/arrowrightbothalf 44/.notdef 46/triangleright/triangleleft 48/.notdef 58/period/comma/less/slash/greater/star/partialdiff 65/.notdef 68/D 69/.notdef 77/M/N 79/.notdef 83/S/T 85/.notdef 88/X/Y 90/.notdef 91/flat/natural/sharp/slurbelow/slurabove/lscript/a/b/c/d/e/f 103/.notdef 105/i 106/.notdef 108/l 109/.notdef 110/n 111/.notdef 112/p 113/.notdef 117/u/v 119/.notdef 120/x/y/z/dotlessi/dotlessj/weierstrass 126/.notdef]
+>> endobj
+2204 0 obj <<
+/Length1 2943
+/Length2 20181
+/Length3 532
+/Length 21762
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¶UX]˶µ»wîÜÝ-è&îîîîîîwàÁÝ=hpòϬ³Ï&ë|·ÿ³µQUãí½zU$Š*ôBƶ†@q['zffb9UUf&bf&&a
+
+ ÀÉÜÖFàä!fææf!²s fá ffâacý#P‹ØÚ¹;˜›š9S‹ÐüÄI,d t07ؘ̀֠5Œ
+
+àhöf¨…ÄÞ6ýÏ&ü%A¼
+ÿžÀ
+v1w47åÃ`ô¶8+ëÿæúÍbû϶€ßL¹³µáŸËÅô-jÖR
+ÑáÍÑÛŒ€6No(€5ÈuEþærÿçEÿsý·`AÑØ€6V@“¿\æÿ¸ÿgðŸÊrü³„£å›
+ÊÎÊù-ÁlöÂöï“ÄŠÇÌÝÎ ø Ç?àæ¶o„l XþH6P$@Û7„­Í[BÙAôN®oÏÙAÜNfÀ¿F€Mlß2ÆÂ51ÿ«¼ØA¸Ž +æ¿ëª¿7VÐuÂüW"ØA¨6æƒpý‰ùï“ÌÎýgkó» à?§äÍ
+D'ñ¦@d’o
+Ä$õ¦@0Òo
+Ä"ó¦@,²o
+Ä"÷¦@,òo
+Ä¢ðv‚X߈EéMX”߈EåMXT߈EíMXÔ߈EãMX4߈Eëí&±|~Sÿ\R
+Ü dgP¿rp4²ux+2nŽÿá¿ÃÛQãÅ`ø¦@1ýÕ>@Aÿ%ÿÔÞ_òÏQùK‚¨Mÿ’ V³¿$ñïÆBûëæg1Yþ%APVI•õ_- DõWùÓÒlÿ’ ª¿zÛ?mì/ ¢røKþ9»I•Ó_Dåü—Q¹ü%AT®5Q•Û_Dåþ—Qyü%ÿ³ÃÿÞæ?]Éð¯ÛšùOKúgÜ¿ë€ùŸžô§œÌ­ŒÿÚ’?ÍÉØè
+ÖC;“B™;7ÃfgÏV ¡SCþ36ι˜ß`ò€.®Qñ«mÔW
+„1*1™¯p©#2qYÅ&É¡Êg2zî[!.
+Xz!9¹.ÁW·>CŸ]•CPˆÍ×åå40¦X%?¨ØÑ–ªÒÙÃ8BÆ1MR/¶ 𪥔7Ò²,‘&IsÙ³ÎGH_~ºæÌ,â¤Ýƒ¶Ô,Ÿï ¸wÉðu–0쇖õ(<{AHÑt·ßÉààÛ”{¥ìZ´Âç°?Âÿ¨º˜ºJ1k žP~aOø°„1â<ŠnœönÃ/mQ
+GQšŸð0¥#µDdî êØ=E‰à*¶ø+;Ö7ôœ9M™½ÙMRøá‹•%¢Ã2¦n´ˆ-:»_)àL[/ÄøƒÂŸm“;YOÞ}5·ˆáŸã0Çó}®Ò¥onäSðÞEÙìæ¦T?§ Ê¢}®S`9ÕGÕPÓæ€D.±†õÏËJv§ Šûõ»n9zW€#JjzMôŠZ…²“&kÕ6Ç\i
+ÿÆÏ÷ E˜ÁlÅ–z’„ÁðÒ|¶­[§Ü.rm³²¦T“$?«TÝö¼·ŠËopSäN¡ÊÅáû=©®wœÔóºYÂc…å5ÁJ+w¸à{ÅguŪÓ&‰á<ö c)ã MlSõ±îÁ) ìRT™}Cb¼wú?†Nûƒ-@«ÅUœ(¤±iŒë;Íáàr`¨5ó0±ó
+Þ‘ôVЀ)½Ói™2>K€/ú"ê-¯ÓenG‡„ÔY±p2¶íÏÃ2Ç"ŸtwªãFÚÖÃÑ\z;)°©¯`ùÁ­¡r¾T0a–Å+Y§`‚º.Lß膣ݵ Göèãê…ÞÐø%–UÇËi‰ïóæ0m öì
+Çd=êWk¼n÷ØýÕg=°²kÍQ¢6ȳ6ˆr‡©¾$+ŠIÔ;
+$‚‹‚.ë‡ê¦+4ÇoQ&Ø0ábúï o,ž§?9ô3Ü~hA˜.{îqQhÊSkðwùUþ³Þ|ÆÚ¦>4?Î]
+›Ôn×–²ÌŸÇy¦ÖïL5ÈÖTDjÐU&OŽ–õþ0­ú݈‰óº“x6àƒr”Jw/¢+ ÂÕLS/¹ý-RÏáÀ¢d²?rÞ(x}rÇ”J¼ªÕÚâÖÕ¯inrö1ÛŠ{  V ­ÊŸ…F ¹+ý2ŒèíêDè!¾!†´m(è”° <?™à¿+‘ÙˆçÑ5Å°ë®Î³$|c‚>º›‡ëp„|™µøŸeÝR!”~@ÿŠ#¾ìgÔ7vçŠ+Á `Ç…[Ê,¶=„ƒ[ýRТr´ŒA_~/ÛøAòÊß/UfAb/ÀGø!¯?DsFo|ï[² FÙ}„õÏ{eɘ
+¤ P±™71W³`6Fw] …’—ê-*à³-Q÷UŸZ]RÓ»ïĨ÷F{ßñ/Ó¶³Æ£ÔÄ®Æ?ìY¥íè%‘4J2v©Ãù¢ô¸U‰Šo yîj†šצ¿eè •fÄ:š#s€“ÑU0ö¹÷„ʦ0jTðW;•â‚Ü„X\ÓÔ„#d™/´²¼Ø>ëš3åÅLÆÝD%™œ—ü¢®„|ÐfrÇ'‚ÉÑzëôÈpáZ6ÓNØiÒOsé±Þ>Ò2>ŸU6Í=Š —P'™Ë>Öso§íÓ®‚µ|Æ‚­ÉØ•³¼\¢vÄ2ð%'{ÔmXEô²Ž÷ÛÂ7¦ÃÜ(lTVÏãëJXÉ€ÁtU…‘”˜¥©#Û®ðÒ༗c—Œ2³; fÖEKö aXÞ‰‚ë6>cÖò÷
+R3¥…åoy*š
+¦î{“„¯¯rawFÉÈ—¿~Y ±.›ì5ÛPd“ååg¶
+¨±Y(|Þ8œ[0§`Z‹ÎÒXõ€¡óì‘ÐïŽ.E‹Q•»9Ñá”þ–º æ–p=rMg¥×^KHó¾pÆ·i$;/Ó†»¦ð
+¦¹³mÒ=Mß9• D–©Êªž5ÉØ1ŽøÙoϧ ÝxÒ ¨IVþ^7%)jUç¼çõâšèÆŒÎIçW©jý=…´¥ó…`Ó~@pd7‰ÓJÏÈÔåÆ,-cå°vià}54±í!;±ûG¢4 ÃjCå*Ty˜C…
+3¯ß ºCΠýÔ~ 7ZÖE$#ÁØAgØëÕìÀ~÷Â××ú½]©­ìŠKCñŽÃ r j±ævU'´ü†Fëœ!/¨Khû8€/ã±Ã^MëyÂuûG—>[݇wýšm=V­Ð’(®^ºJŸ¤h<f¾ïÂŒÀzRÝlv“%øH¦ëŒž‡„É}‰ýmxÐeOÑÖî%Q=J™¤ÜgáLw¥öZ‰w€³~—Œh;œŸIµÃ[I@êË]ßK“©LE±C­,¾Y-‚~Ò¥ñžL×òx]Ó¡qy…ƒxéi¦½TaÈÀegýsÈämÔ»HIÄQ1õ.ÖÄv¤^ÒËò%µ(¿¦Ô̤s°ÕD®M*§TU?A–Ë}šñ5$¸ÂEÒñ¦šÝ ï‚[ÙJ –£µ®Š MÅ¥«qŒ6¨È(?ZutElÂtq’ª‡] ¨ãnB/;ÉÍ‘õ®*¶tú;eç<†ÇVÞ þ[gØäý:*ZÑïи(ó¸ØÙ„½. ߰ź:j½¶‹. =AH\Š¨ö0жäõ5ÈØ/m6(Ïœ©?ò¤~ÑÒ•M÷R¡XœTêL,èh{63œÅuþ
+sóMˆyQp0²ƒ¡MVIÒô$\.äAZ`CÁvÁ„w¢Èá’Ü…5ú|åÇÝ‘„ª2³M6$?ØãE0¦A‚ÊsºGÙ ‡ÆH– CøCˆ²:b²°É±÷-Ü×ð#—Éí!L¹;<Úð`ÊŠUã“ãk·è-£þŒŠí3{ð¹ÔÁPÙa.ZH›“ñÜ' xf4&Ò (£ek|i¬
+
+fwŸz‚lÔ6è°IQ¨CÓ—ø6—þ@=êHR¾„ nI¦2eºyØ(çi–ÎÏöåNˆiQŸª ýw•ÿÆ €9,ÑMþH ¨äIš×ŠU‰+®õ áY[ëά‡OÆ Þ1†r½rÇ–àZüŠóTÂ|±ˆNÎÄý®½‚‡ˆÇØ(žI¨ÓŸØ
+ã´‘c7ÖŸ‡V\‘Ù_Ž”oæK³£\òEǧëG‰
+YåFV
+u;y˜,f?
+÷\ó-zÏ€‰.Ù°7…L€k†z@o%}ˆyRa&8FÆ%äVí<Ez >wPjJvô—-K®ACž·æ{õ³
+©÷k¹ ¤û¨0j¯˜ýžcˆx¼"ûK8ÜqéK1cèo e× vj}Š=Qï‹ ›)?‹Èrš\A¶ºIÃ_Nþ"¨c÷C‡.Åá"å·MoË? ”íOì9öôŸÐ£t‚ä1 tßGðîu¾¿:ºÄ=Âþ%ø.¼ùÃQƒLEq}{&KTë‰QˆaŸ×,oþœ¶ýƦTIJr…£s¨ž+¡î‚Æ®ÌZ´å§$
+µúaë„…Wבl¬5ÅÆʱ0]Zü.eÛû§/ÓÆ9[e¬È&4âÆa³)ï0Ü°×0{n‚ú­×Ó;'¡Aï·ªêöO¤S vå°®Jý~&Ü4Ëóë7´Lßa\n¹ÐM3?ãÖ†È#Î…ð„ñµj—xœ'Z§TóNŸÍÎéןù*¦ú¼pGo|Ò¦àú^>4¤ ‚´ªÇ©€Ë<I12 äA‚nrè3¥Ï~ÂZR”ÄFåãnÞl•ÁgøÍS)G£º¿Y¯wÃpæŠ aÜü«Y9s2IImü§wWêI«„ûõ©„œèÆ×Çtš»ÿaâI&Í=qt-òžÚBå
+ô‡¥æ„"ñ(p–ð±yôX÷CóoÕO1‰ðJ)`Û§‚’ÓNNËk6éÝ0ÙH$¬,ášòaeúÞ4fŠ–ý›6¡Ò¥qÕÔM0?4Ð+ô^¯¥e·²ŒeÁºÙ¹sòØ,…EÅRµé›Wš–%é¥w…¥m^rå¡I᫃ §UYñ!Æ“ù–ÿH…¡ÃEgš¶Ì1aäĹ£lÉ°Lh!/üH×¾Ô îòÓllÐØÖ怕6sR6Ò Ý(¿ŒÊzÑÖÕçÐÞÖ_ ÁÓ>Íà™­…êy“Z/
+½')‹ojŸÎqV¦=&.Y)–èêQÙðœrè€òdDìB¼5 YƒpUóáÓÂñÇ×ê—r€¶½‚ðq¯‡ymçc$ŧ¥Clðòp7†Ä6I‚³£lBÚ{lƒo&{µ4ýý,À ¡9YÙ°ÃGr‘Ηn'Ù&J¬»Q†dœqΣ?¼E…œØ"e¯“®Ožöw
+Ld÷·u¶ž‰8f
+c_ùf¤†X‚☞ê,³Ø+5ÛŒ´å2D˜n*3Ô&(‹žÁV"’yÒÑJ!iYÝS»'X<e–¼r(£lçÄèäïɉ–f”G«^‘Í“ºTX^û{~ÑvèIOª—×OçŽxØ4‚5P˜mñÝJ³J\3-õý0tKA?É܇Bd–jUúä§ÆúÔ–’¾°@Jø¬›ÁvʼnÌóèÓ‚ÓU×µOË’$Ýó C
+eUç· Ä
+·ò!ùÍ óbÕ9Ï9IÄhçfñªÓSÇfŨًeÄŸŒlYïüúS©5~é»1J[§×ëŒÐZNp*ˉJ“Øö;ÁÐ
+Úúâ$öñÇŠ–®ü%úÌkÛ˜ùÓåc׶öØKŸ²ÈUƒüðª
+6´4xH­* ºÝ³ÊÝ·GÊÑÁŽJa½Ê‹PùcæÎÏyuÑ =ùW$ñMuí£žãlÀê^ÿƒÔìø¤n8ã^ÔØIs¶\ë>·×º~ß•cÖ3®¢áyî›Óqƒæ!<GP" ‹÷4…ÂõVûʬã‡å¥ŸÈЯËÍjt²ÊægØtܵ çoçG’ç[ÁŒ4Nh†y’hýG³0Á5>¾kÄ‚HZÎ Ü´àaÙ9+ÅáÊm
+Ý&õKÿk©-©$Oc{è3¿<þ”¶wþBý 1
+… w¸³ëC˜J¦­r_‘(9£ÎÄýùLEÊc`x¾ŒZ5‰õ••ŠÒîÀh6Û¡[ÄVEÒÏ%@y“ÕÚ"ëÌ{JLˆÁ{èô`F#¶_¤Ú}ûUìÁeÆQõùæŸq.dG÷!ÎV½Úz˜| 3~>Ø~š50ã2€)¼µ^×eU‹V¯¨ËæT+Î$­œHZºÃBüÌáÆŸP$ƒ‰¤˜Mdh_²½
+0¢úP|ú|9Ô3Œ6Å[tMMÛ ¾ÚØÊ~ÐÛnÇÍÑdwšyïL³m >PÖV†;ÜC›¨ÿI8µ^U§ép±pð›´eåa‹3~Ë:EŽÍIz–­Ý4±ó‡É$qäÖùg P‹BÍ%ºÑÇMz­'91ˆ,ÇC»Œ=+CÂI:³rÛi]•# E­>!øa\·@˜¹©¹›©™7ÌÐVtÇ:3Í•œµ±kË°áÝõjÿ°=KXö]VÆdn†übfðŽb%#ø
+.ãÓÁJQþ<‚z×7DW[ QìJ†=Ò—Ôkæ¤È„8“p0}aõ;\Ê­¨×ýÙ£v÷Ó#3Þ÷™-|ÂÓé|ZZEƒÇ£Žûnˆ<Ó[¦/Êd¤÷‘ˆ4jˆ5öÈ›Hp©<ÏI;]ba—s,H=Û¾1tÚ ¾OøàOˆÂ»ÏHÂÏÃâŠ</gö_TQ¾úáSÊpú¬RíÀPÿ ¶'múÜ•… {ùr€ü8°ëF;q¬®Gγ ëáâT{wøŠ°AA H_+®Þˆ÷dûù’ñŽ’b¨ÿ O?ßÖ+(¿Bδ|Ÿþ
+2LNVºö¥·~»1/!M‚xèN›†Ì‹]{/ËÍÌ€Œò«4’Ü1\ª}T,p+ ã`Œ‹ËbѪ5Üþ;)3™ÚA‹ª»y/%™a“æ^ ai¥`}äC°ôYZbb¢vÝé¶ÿ“Ú•W_Â*ÊËùáÔ3ufê@)%ÍÂpSó"iXMˆúx´eŒA²yŸæÏA¬Ì¬—û*uHˆ sÎ-Ϩ4dæì”÷öl0á„×Æfiß Iźª€ÉôºT PÌh‘6j¸a#¼!*wöÛfaÍ^bKìf¸Oô¸üx‚œî/}M¤;þ=ßÄ6‚ÃLŸæèÆjÚ­Mïº^F£ý<pT¢ßÉV
+L‹iƒ\í+Þƒ¤¬Ô³ÖЧ¤óèšg£:z~æKî¶ésËå‚6¤¤éx¦Kò Ž™Çtû#fŹ”Vã4È÷îA^·«Í_˜¤ âÒÍ€bÓŽÏ2™™¶à¾
+Ôpg Wîò⃜Ûõy-üxYâ3ARÈ&›Ù‰AéʳŠW{A… iã/墖1?"|‡sŸÛ”ÿpy/ÿ ¬O7FÍõ½¨B²ùb<¹þª»øت~:ºÌÞeašÐ‰8ņÆ_[ü'Xü,/½Â::XºT&«å%pÕz&“OkÐçšüHdÕ
+"j—‡ì ·¡\Q´5LèØU®Œº`0—[ï}+‹œ‹é$N:h²À^òæŠY’!ÞÉÉÝqDöþªÚÜÍßu¼âÌ®ð´¦UíDB‡—‰õÞÒN'ë ]ùZñi¢G$Œœ–¾ÖÖÐOG·Yî¯56ñœŸ0tY-K‡'³ÍžCbX°Z6:¥þÕBÊÀ÷ÐçéòZénk¹A¶IF±Oò™ÈuÙàúÝ—fÛ¸'
+Çíˆý?ùh‹¬¸To¹cñ)†Û•¨7ehkŒ§çw
+K²ú"ºíÄ%éÙ5N¨Ôîðî7±½ijÐÛ³ø¸„x+¿˜à5s=ÆÖLš¼ƒ®ÎžõžüR&´ 3"´ïnég‚¨Ï…ïÕY Ó\~÷u‚žw73©‚Þœ[üÇoΦ8Ëí3FšÓÂì¿VtVB™ùe„)Å÷„‘ò,YšŽ± ä¨nï½Ìì!•œÅÍ L„1yÏg£¤âŸ‡Zô>#ãçñ$‚}GC£þh •¯r·”ÃiïìCsóÍ¿_ÙöÓã~ì^o‘‘iã]"UšD¥õ°ý¿6Èï™ÊG¡ñÚnºU_´RØ‹G“ìœ{Ï]à#C<?–Û$kŠG]ýt˜¥²eÛœ KÆ-~XÙV_4fËR@êïqŒ×ÜbB÷ˆ/,OŒ%‹êéhïCØh_[iµý‚cñmN<櫪4ää aÁ&!…Ž´ü£¾ÏÝÝnçñIM!/
+O.­ÎÅN4:­x|TŒiËmé»!8:ÃÇóº<ñY‡\%E¨~œ{0ߥäƾ‚h(Xë6lÍ2[qt©õ<å#üHh† ´tÃ#µ*¯÷I¸‚¶‹û (¦Š!ñŠâui@êÄh””MXîbR&ÂL“+rÜdô}ZƒÚZª"µýeö\Ú5áQî
+Y-Õl-X&3¨¤Úš³DWRÖ4 yúG_ðì¯Xc{fýÀ:•ª#Ý,¤Òcs±ªÜ)"kîC)‘ëÄñ=ê¨T¥´šâ´/ÚP٘㉈)þ4jSÓ¿.v8ÂßÅ ïÒ¯=¯©6LŽ¯°Û. öæI9ç;ãáZ¸å2/?â_ËÑ2>W8ôÑèëQ“É(øÜ(Wüœ$Ä@X_T%»â憢þ¸Áà¤4ÐåÿX‹‘?GÅÏè³Lþl!ú8KÜâ#^ï¡Ÿ×biÔ•ÿÕ=#-¯ŠtàjÀ8!%lK æÌóerLóâqMÐÇm&¼K3Eú¤6qTüUòþR½¤ý«C¬\¶.@uíW¾=K=QßÖõȧŠŽÊ:nôÞþž­:HO8s¼ŸD¡ ‚VYÔ¼ŠGîÕn´ðƒÛ8é­«jK¼1ÒjB~RuøeŽïwá~´Ê¾O]áuzŠº"XyÝèsldþ&Æ’/$­÷Èæ"„98ü.l üŽgE,…±&£¶ò+g«{%Ç OOý;.Û‰—ž>íê í~Š¤ïš‘ªúäux:d¤”;lpˆ>•,‚
+ Ͷn+ÕÜÞÃxÄ|ì´¼{-k»uÙÃv%êÕet–Ç‘YÃ>@2”\~X_¬×WÍbsÛ‘¬ÿåÜÅÃÐý³–˜èž:¢ »»àƒì ¬KKðgæD®¿]iÀ˜ bA\œôG´9AMœËCJz©þòq%F*>îFsºÇ0(J•ZL"ÖÙTS¡GÕõEñÙ£þ·gÄ£ÎàIÐɉ;c¥kÞîŸ\ím†“FG/Û/˜ÂÕ0Î…ž5£Ù
+ÓR‡2Ì\èo"I/,×ôÀ½†£0¸¡ñVù’ö<|Î0ir¾8h³ù´'Ὧû¶ëÿ­Þœt0ÀûP‘݃¶g:™m±®äÝš‡+gn\ýB\ è“»¶B<Óúöáš^Z,W3$#)
+l¡@²&}±|.w½cAßL,®sðAF¢Pœ¯q]r,\r ÷3¼ßU
+;ó´þ®Ãˆãæ"Ë·ÿN½¤Bûé„)ÌÓYW±ŠsÈéZDÍöÀ¤d°E5æcjua½1ôÔ´÷xÃ>_}=ãD9ñª(Yç9|¹T%eq|C9ÎVÓ÷–•Äù1º©V¼ùúù——Úá\TÏßé¡Ñ–îímãH : £Òc䤜RXÞ¯—&^kxšé+ä H³‹õ$w±¶A[Ï!ýº;7Ð<ÿ,W¢‡¤Y^=k`eMãð‘ê$»òéûNª½-°4ºé¾æ˜û0— GŽ‹™Ù`_»rîe˜&»°,rÎc7gb³ï|i¸˜ü¥‹+›¯ôÞÕÁ.ý
+ì©»RNÓŽóî`¾G´ÍÛðIÇ®£ÐøZzÿ>Ã
+ Ћ=ÂTüľ`›(ßòAïæü”hrÅgR4LCÎÎk ù‰’-Ù㙊½¢éI׊Êg"@‹A' ¿º:׫¹ô”K7L¢#Ÿ½eÓTÃÆí—” cLô ^èÓ˜6Œ¯îõRÁ&n,ÓmkªÌ„X/Í/fq¡e\\·DüU6m?Z¸‹ävZ¨Ïv—ú|z'Ÿ%ú¤ã;)¥MÈ! Oœ?7JBÃêK'>e”Šd@‰ ˜˜ÔéIòlkð]t?ÉçjûÀm]eD„E# Ã'Ê*c¡™QæX!úSyQŸ£ø^>rYç ÔYžlI…},<ê3.w¯IU׿œd’­½úPLÕ?Ê\ Йfµèì!Ï¡òÝÅ<%$TY§
+bðx<ÎÏ57¢omô–|8ò±W‹£Pq‘<40_~‚ià¯ËÿvïÃ'ÂØwÙ ,o ²³øú±Xùó5˜ _Ï.—G/3$
+…6
+’÷]˜‘F‘e§áÔ¹6”ºèÈÊìÃ:èVàbÀ\Ý)þ&ï”:¼ZòH˜Æï7¼‘2Ú– ¼*0
+(Õýjü~¨Û¢„Q‡}™³gæëL‘Éž¤t†4wPHpOí”qœIÌï§ØðcKt9XîhFD-†ìLZâDž1ú|vl¢âôby†óp7³€ÜµL¨þmŒÒþ„<O¢#•dD}l´<ñAÖ¸åÛÌ4Â7²9jþL’(´¸3Ù0ŒfzJ7Ì®KR¬¥SÈ$
+t2¡x–Êûÿ„ž:mþ§€››OYTMhåçg²ÐTG¥.§QÊv¡¨CêCCV7HQÜ"ÏQDHdeÛ«·î±ñ¿™–|ÒØù:+£™'÷ä¤n(ÖÚîUÂf9÷À¦KL›8n¦ÌkÍÒ¿vmqŠ›²õÓ,iH–d¢+bVÓm$gjúê¹59‹{»ÈŠ
+çÂÑÐ HÙ;ÖœöáZýýYBÊÉôת+5h°Êñ|î+VÜ
+óL"ÝÅk¡¯NóIøXéÅ?[¨%Vö Yz2õÚP‡é‰­E¸¨ un>C‰1Aß\+  ªÌ—öR~WýJ÷uµR8­n}Û¿ÇÁFÈÊñ-QÁÓ©ÙT™¬­W@Jù}Z‡ÈáBR/¿S=¹ {Ó“ MAJ{ÛN–5µh©ú¢Ø`Ê|%F"ÏET™ª8J4\öWé¬>àcüM¾7Ü2¥6…@ø,?5Y5„`¶Ðì½W>ðt•hpÑŽ7km|4$¨V/* ºc}¾
+Oz¯€%Q6T+ÔÓ1Só¬¨Ç+9R÷§®VнUw†£†\”÷p²íûßß{ì…‹P¬>Á¼ûÅ?§b!»œ —*ãЭUú1¶IÛOm9~ž©r2š>¸Úfìø$ËVœ˜ðûÕµ÷3»Ê·~ŸÚœ¯ª­²÷‹ >
+´ ±•ûKÆÌÜ+ûeˆêË£ÕÂUå†u¢d]Òn›lÒ‚¥ŸÛÚ‡ôÏ\qá8n]¨’ŠíRSTÙaùú5´w'«öã3xK¤“ ƒ#±5{ü[–OJÕ{:,w¨F$Wq#Äî#qêÔ. _Z¡ïéÝI¶#äƒUÂF<Ññ²±úÒJ‰kO8]r}Ægl¨
+v;EôµÃŸ.dÅO ñWØor/Äâ65EÑb¾
+Üíg}Êp…µßg‹CyÒÚ+°ûÜù7P”é*ì BmƒC›<’ð
+‰!¢àá@£ö%ɲP—ˆ±œ9‡ÞôÏ„ÉÈÓ@í+ÞðGÓ o9n÷lP(Ü Y,é ¿Þ ù:üá@RwϼMÚxæØ__Ëôe[¶É^^ ö½uÔƒªÁ
+üoú«|Vnƒ;´þxn¤U)®óÉÖÓ5PW6Q#FÇæÜö»”[9iÿ‰*« ´lÐOòî7agø~.Ëæ´ ˜J5/â1…³,Ük*@U/Ù|ßkîµ
+C ¬Ýà/Ђ94%[u&.ã–AÙR¨ÀÚð,€x.ÍØl:à†—íB*<,ü)g9ÏþŠ»Lü Cý…)£wú&±wL uéôT5þ±†·Å7Bž:±Iòés5™Ô¦L>sŠa‚Ý
+O[v Uî}…„W§¤†*Í=µ·¾† e'Y«d›®FËÌøƘ[›à´X`²ƒLjžþ%:žÈ /E!3µß¦°ä‹?"í¾‚õ‰§ŠKÉ)µm² s»I¹DÙî5wÜ÷¸ǪìÇÆ”3ãóã|ˆáRL¸ Ceyµ«JÀÅÑÏÐ!T ÙJ¢w¥õˆ€tX©µÝ&-ÅnÊÔYãµé]}mRhU ¸éà¾Â0W©Ô¶S’,€ç0÷ ౄä´á@öU€€‰ª¤X`µ%‰Óù‡ŸÉ^CH?Ž-Çt1RáÌŽØgù*9
+¼ŒC‰ã€?u»!‘ûxGdí†úÄ6³¢Ìu•qì-ËÝ¿X úFr_­8JËÝgX#ñžþñß4lÝ›3Î5çÕv²ÜBÐ/)x6¢JD`_*6ÅmŠ^ü•J¦· Ø؉fP™WÒ„ÉIiÊsºœóÆ$>V£ˇ*Ðc 3Éz˜Ð-+ Ο躎Ü7Ld[ɯߠòÎÅj½ÕÏ‹—ʾä)Wú:ÝntVŸ©Ÿ¾ÒòI@Eë$øº€ö™­ÎgÏ´(aÕÖ“j.žs¯¾–'¢YxÒÔ¨ÄÒ¦”’çÑÌý;wtVM@MŠ|>H¤ /:O)ÅøBjÇi;½——­ŽÚþÑ÷ 1÷ZM²%t'ý˜×‹9x¶?BxãÅg8í|]<G¥àÌYñ_–‡„­~VÖ€À¿fœÚAHpù¶^Š?TÅ´hÀÖµæo(6¼£?+³<Îj³ŸTÏû ÿªè< ðJëðJ,¤qÞ>ÓõõƒÃOÚ4_Š‘Ï,ó³ÁM#²×}Æ\û"È]÷F£àÒ•4î˹¸›æ­gB\†õ˜¼l…ÓŠÐ/T`£x]ªÅü¬Ânî&h©WÑ’u&ˆ8ÂsäL5.ô—Xe‹6*
+«Î^H NtÀÄÿX®‰ÎÏõ}tH;¢€T:q¹ìáRæ¡0x— éú~j{ÔëŒÈŒ Ã7Xí®µôh©2
+U"ê5†­HºûŨر•ã~&iâS}`ý,}¿ÂÍèöõ0°©™®ÁQª!SCg„ á‘‘PyÊŽLÔÛ&IJŠ¦êº˜º'"|Ëá8…
+ùïYÖ#MMÔN•2&»/¢ôú·æöè>ɳø–ñìíŠÃƒ«ˆÚ[¯NmÔ‹{dšÐ“¥K·ZÌ xRö½drf)ƘÞOÛç“OÄÖÓ+}aŸi\Ø<Û»Vþ6Ös‡ð=¬º„>’BfK92Å÷A˜E·_Ùx×ÖËúUõ8Ôü©]n
+ÔìÑòÔò§€?±Ø·½ý]ê³üe쾓elÕ;Ñ-ŽDý"0C7oLc[›X:íѸܽ¤ü§qú¯á<lÂ&GF¥®&f±PÉÊ“(»©ÚÇÉ°Û2F²nxé ´€¶ó=í/6ªÉ‹n¡båX÷¿U\ö~N%ýqaKÒ_.¬›ùH$-ßF?
+öÕ?Ö»Eä>QLQ ­€î¥Ë|þ_
+ä³LÔPq$¿[í–Ó£¹Ú{Ñþæx²"#
+, ¥?­Ö›d"±˜6³Èøóa¬þuvá2x‚ß7
+ÜM!Ë‚Uy̳ܥ¹ßÂ金VwËÓýê‚ŠD 4ÉOà ôú¼'±+yÓ3ŸfÐ`GÌ»©,?›kmô* «sÔõ…®Ÿc*QEÑ!dq
+„ ™M–²)$ŠxÖñZL<iÜ¢Ÿ\ÒxômÊÎú-›ÆÖÒ@XU;,L"q°xzu<šÑrÏþ¶
+̾×¥–”9÷ý
+%pæSš-Zȯõp¥Û6ÙWg¹ùþ¨`Æ4ùÇ`ÐÊQëÐ;äÔå|õgš«”úÂËij 2Ç¡JÖ¬PiWѺܚ#™Ëu:=ˆªJÿÀf8¸ec-¢6™(cЪW™òÄøhý˜n¯á®OÙQßǾní[?t†jPgQÄõ†TTNWö’Êõò¹}Öù£ú Ÿ?÷ôPî½?pö-
+éÜbÛ£œ€"í h²HÍ,òÏ‹žUSþ±„Z×µ=ÓãŸL þ#ÕŸvg¡Œ—Ü©ûJ;dÑÛ÷QË GmqÀh÷:o£Y¡cÂñQ­›O¤æ-x7 ßã]åú]ÈêuRìç¡M}v êšL–‰së˜×VM@ËÓözŸÕ^°ÿê}™î-Ïì«ï£žX/ƒ–ƒ§æ™øc-ºI›Ý-ÛÔë#¶7[p
+^T談Në7ÜJcÔÓÐŒÌsÿĤxŸµë×ê™.ZÜqÍÓ4`À’¹rû”Õ±Ãpßé¯N
+Y‘—…臀Š~óÕ³iÂ(§¨ÓOÜ*t‡9Ôäé{?½õ³PØ ò}‚—“ß ü•³håЭB„Âe¬çòÐ~ÆÞð¬:2%ÕjêÄXäl¶¤t²ü“¬Ôà%„aXMÁ:Çrí=`JCÍ…º4¶?oyæmeFúhv´y§ÏÕ:”©Cˆ° Zv_3n7>¶¸Õ%ß¼H×å콫z¯&žæW†VóoÛ#‚.U´…®li§Då©íÒ˜y™(e¼ÜmÜÈÕߎr1>^ÖJ.‘¯ˆ4uâ2_A'#6ÆaÔX?|Wú! ¿`NU É?”³OúRÿ/Ñ9%ÍU')¥ùaFo¿Ìò{–íÏ4/Š£ûbÕÉ[ëäãå8{P«ØWwîE ®…t陯>i»Y7B¨“¬nûâí‘ö–±^PØ2 k Ñøþ°602Ï¥|?%¶¥è5çðiºrXF{LòN!Ì'\ï•ü~É®þÒ¨ØÞ,×¼s«P®¸Ž‘-ã|Ѷ¤Tdë$J
+AõÝrV`Åç364Ó ˆúkâ“Œ•·’q¢1pwŽÙh ~Á+
+endobj
+2205 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4893 0 R
+/FirstChar 0
+/LastChar 127
+/Widths 4894 0 R
+/BaseFont /BDUMWX+CMTT10
+/FontDescriptor 2203 0 R
+>> endobj
+2203 0 obj <<
+/Ascent 611
+/CapHeight 611
+/Descent -222
+/FontName /BDUMWX+CMTT10
+/ItalicAngle 0
+/StemV 69
+/XHeight 431
+/FontBBox [-4 -235 731 800]
+/Flags 4
+/CharSet (/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/visiblespace/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/dieresis)
+/FontFile 2204 0 R
+>> endobj
+4894 0 obj
+[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 ]
+endobj
+4893 0 obj <<
+/Type /Encoding
+/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/arrowup/arrowdown/quotesingle/exclamdown/questiondown/dotlessi/dotlessj/grave/acute/caron/breve/macron/ring/cedilla/germandbls/ae/oe/oslash/AE/OE/Oslash/visiblespace/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/dieresis 128/.notdef]
+>> endobj
+4895 0 obj <<
+/Type /Encoding
+/Differences [ 0 /.notdef 1/dotaccent/fi/fl/fraction/hungarumlaut/Lslash/lslash/ogonek/ring 10/.notdef 11/breve/minus 13/.notdef 14/Zcaron/zcaron/caron/dotlessi/dotlessj/ff/ffi/ffl/notequal/infinity/lessequal/greaterequal/partialdiff/summation/product/pi/grave/quotesingle/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef 128/Euro/integral/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/Omega/radical/approxequal 144/.notdef 147/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/Delta/lozenge/Ydieresis 160/.notdef 161/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
+>> endobj
+2193 0 obj <<
+/Length1 1644
+/Length2 16610
+/Length3 532
+/Length 17537
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¶cxå_³-ÛvVlÛêØîØX±mÛ¶­ŽíŽ;ìØÛÖíÿûÞ½÷yö¹ç˹ûÓúͳFaÔ¬gQ(©2ˆ˜Ú›IØÛ¹0°02ó€¶Æ®Î*ö¶
+ö<r *f®€¿v8
+
+1'3# ½Ý7#3^€¦™)à›™ €•ÀÂÃÃG³wðtZXº
+ÌÌ<ÌLàV—ìMøB¬2²3]°óG¦¾é ö³€„:”7©•ÔÙ÷ùgDìðT¾×‡26Oó~vx.ž:|ìËÐŒõcÙPõ¥™]ø’Ñ ¡nRvqÑ1é—#fžiÆx_ý–Û†ÐædÖ8ØRVÑ/{‡"œîbs‚¹z¢ s+
+À t@ò3IoŒÇìFiAk(>=£L>~z¤ùÙw9°O—KÁçHà˜‡/¤­^í‡I+| ’$}»?d¤õ| «Jn¹4+“ðÀkh{,>Vþ@™(ÉÚ8`š?7RÚ°ÃUaVzÄ–*5ªe¤"¹z.u˜d“€sÑI²‰H†èOW\Žo˜HÝ°=hÿIîJlHä—ï¼mår­½Â‹e[ÙyËtÚ#Ki–†lßÒÍš‡Æ<ˆv°”s φZè…êâõLjµrb@Ѩ#;RßÀçYÝ¡·¦-R’ò•ƒ­_ÌØïE‘Uñ“4Ù@Ѷ"::±.µIF8Šý<®FȬµNP‚<Ìïd>Áò™HÌé^þ²y©÷RþE£w
+¡Í?$Õ›´ñÍuœûNÑÍÝXóv³ÈÒz/pÇ)E4W´Èâ=&Ô¿û{t¶ÍÁïŠÄ/¥ü%…á‚jå¸öéʶ?ñ(úõ¨Ç2¥i#kÔgëX²J~ì܃œHK€òÜËh¤\T§J±Ìy’Ú3¹ÔÌOº<'•µÐ¼Ü0-WSï2×»§E’;êȾ;Z²AY.üòÊ5xªã±ð¼!ȉa+‚jÅh`ø!j
+XÑ^ J¨ ^E3×<’§<æÑ ã×v à‘|Œ€w8°â–3^ôÉ¥ëEþ"¦„¶1Þ)"ÓåL÷VGæ
+Ô Ö"0t’n>ý¸æÝn†4°6hícÓÒ:èĨ]è¤XOD“ƒ›!=ã»–FÜcÉ$Jp§m¹D
+ÉfQ:Æ1-šU—^g|pºIþ1@'Á1ØôÝÅAbë»~Þ¹b×É´Õ±*ýob"Ë9c®Vs>3·ÌÁ‘RyQó9érÚ8kñŽgí©r¼ —¢õS¹L*Xڈ׶Vœí¡ßĵ+œcXG°¦û%¹YCE7´ôù$ß´í²Ý(Ç=oÁ˜*³‰˜Ì-Ác¯Ñ: R¯#~ôÛOÓÁ[Ù£³
+ÕÙU î
+Sge‚IêÛœŒ²~Ͳ+„;õºì8èÁBL›oþ)xÛ~=*%…^ç ǘZI@Nód/ßõ
+° Š¡KShK·^‡¯T#°~UlóÑïY‰|YÇ,p“ëPž3#o%Ù)y͵·—3J“ø!CÑ%¼èC—!Þîm¸ÓÚãØ7L?à Ú +Hœ™ …·!tßbÜç37òK¸«I[#Ì¢_NSƒé‹r`Ò`å¸SÁ«n¥)øœ
+áÀ¢TkÁsÏGHvAõK_Kd‰ÕúäùÏ°µ\ºöĤW”6…LzL!”Íö¹^ÐÙÒJÁáŽG¶fÎü”ÂwÖcîk6Þod$I^x1> &ÅQ¿/Hå•Yw|“V6úÓ}3ÒqgAy`sþ‰„aæ7›ßèÅƆJÇ–lÞÆÅ¿ó]Ü ;¬I$¡ªì…Y¶vÃ͙ÑN\tM,*¾.< FØ; •&¶u¸ÝTú¥é†¿›E…DàÞÏzˆæ
+7.´ÓÜŒœÝ ¿Æ¾„ªrýÎÇ,(bSsûÏ]&Üjm®‡eÏ Ú†ñ-p‚†ÑG§ìÍgsM„Ç­W¥€×sH¡O·¹cºÅ÷JˆdÇQ̓”WIgî¬xÒ5X“ïìô’0wêàœÛ³ÎœõÅÌÎOl_f÷­pÜ1Yô!¨ÒýH€ÐÔ®¼©NÄÅOc0]¡_±·º»á&†Õ÷¬Ç;?Ñ£œdø­0;3ÏG„ÉuÁ¼  v¾÷Š¥zζ¿ˆtšU/ì(’µIãÎ¥Ú¥éîƒmøÛ’Îs¤pXá­ %˜dè%A‘s¨ðp‡b•.™h?8lüàrçà‰ü”\ãë#µ
+îw‡+\9æÛO(±ÅàŠÙÒʃôÊR"ÙëYfgCCÿ±wÁ¶N¡ÿÂVü|q:±¹óÑ(›u«¤puûVµ.u…¨Ø5_Ðò¼’UíN0–£Ê^›™¶@xƒ
+m 9^<6×»ÊN½…¨Þ_ë3øÛZ@š
+»™»TfrÈéÞa;žcéÀ…ÆÓPÚì^Ÿ”Ò^#ÓýÕׇÑx•%œ•¬²;$°ÄÈ‚Úæú™7`Y,¼½µ^;p*¬ðZm”ÒU_(šÄØ*¶yqù„Ãm††„ò[?=78i0wQ'­¬.c=fÜœîT´£µ½G{¢Tv¾Gºèjï^½=Û“
+Rú)~(wÓ`S¤Ô戸jB’á÷0ŒO‰£xq)æ'Õ–ÝÊŒa:DZdg‰OI×x86vøFžG¥Š©¢~w?³.Ì©Å
+.VMß™u‡é–CGÞ\µ¡80¯fóR=I`Óˆªõ6§APª¥ ÌL¨-ÕO¦òà»þ<΂ ­Èˆ?äGä¸ß¢Òû{¬Zêð êu®Z -¥}vû“¹)ç$é'rjËPDû:TV!•‰»3q?‰kÏ’ä“Ž¦ëIwö´Ÿ+ÏÚ²™·WŽ.výÒž\n·õÃBÏG‰U{ïUã¿&éʳÇÇ'ù
+ØCœ.½GVúf i›VçšX„-:SŠ?FÙK-³¨çVÕÔÐì.fes”Òw}á^âïsOa7?kT=©Øžýgvz á]r7‰
+,5Á0ƀɶ–3¢]5°Ô%\á6ßeš¥KÂõÄéj{aò«^š
+¾y“rcœ’A]ÀçÛÄDøªÁ¥ÝÙˆB`T‡ö¦³B‡ÊÈwõÓ·+IЄLt*$ÃO²Ýµ¬´))‚›£o~ˆžœ%_—é,b’b«iÄðÚ>²ÖM ·óm%å\¶d #Á@ÍÊeÏ<íuËo%ösYCzþ•
+õ’þð˜²k f(©I‹¥§¬Õ¼Ã®Ä¼UR/þfÅFîþ‘-G3'’w¬XŽ®tÈš7s3QùÍ™•4CU^wCp?³I%¢xÕ<3Ÿ©‹žÎ¿š3þ¦˜Ò$²!Á;Ôx¦JŒ çn‹€8L| üÔ)Årþôˆ©AΖîÖÞÌ×Y rnËÔJ¿¢hìÄUQsßâÛ¡©èpߎsxæ·.t¯P)P€­¾¡qY<±u §× ”i¿éHÜozêZ½@\1tdÉ3=Øêyú¨ÀJ¤hü*8î{fBûd‰í8Ô¼ûSÆ:}íÎôhÑTøHFݤX7ûÐáÄиô€q<<ÜÇƶçËÆNlìU¬nIŸîªE4Oæ{£Åà¼×þ%ÓI1Qs€ÓYwÝ÷Cs‰NYèg«
+ï\xqÝ·U¡¶‚Å; 92­ZLúšo½¯Üw™ët½ñS}µ‘Ž ;œ7j¢gsêÞð=é×`"‘=0(êaþ½þ3 Wù/‘SÅ›¢\är57s (¼¦ÀÓDw £û—Ü̱€ÖU ²ß÷ØMqæš ‰°*p\„9J0/sÅH°ågÔv×\Q„yT·9–Æ
+a|ÔGÍCCÑwô¿6~O€)9T™ÚÖÉFdkêÇ+~ ²/S^n:²CdEvÖdô#þ¡ŠËÈ ÷¥÷ˆaðtÜgU2—‘ÍJÔËÇØHu¯e9Í(Å#ì˜DêOIr÷æFy–DW›•Û †é©x3u„=r¬NÚÁII]ðØ|Ø O‘è+l¾¶£gÍÚé”
+\ÔV€ðç›zOàé+ÇT Ù÷å¤! æž¬”ªa‡@ÔÎL2,
+¦á >’(ÅÊÉ#ƒÈÞ¤öc›âƒEÈx—á8?|}Ø(þ’žˆuãwÌ­–§èpP‰U£¨p¹{3àÜõuŠ±zIRt›øæÃ_%q™_bIUøz¥ÌLÏÏ öÖ·Ì\›Ðø[
+ƒâî7ÿ÷œe:²Ê­ [œ%šzòŸ/ʹ0£ÞW†5˜®;á‰ãgGFüsøû,šTÚwƒaNÙ6tÊãñ:ò¤|ûÖòΓ¬zów¡ »àÞê¬j€SwדU,_|‡S›IÎp%
+aEŒHoŽ¹;Ù³Fů˜<URoì~Q:åÙ†±g\òã,òD‹› ™†•üY®†üîmu§z‘ôÆò>Ë|
+½ÌƒÕ„ÐV«÷øÍ üèxuøõNDgo$6Måû«
+å‹ŒE–ûÆR̨ë…<ƒv®\°ƒÑ¬P;°È¥3ëP›ØF _ÿ6KÒhËF¶oI?¸ùx‡ÖÆžŒk@Ÿ iò ƒT•1øvG[³)ŒRÑî.£0ì׳ÝÓ—ºèt|þÖ€$¦ÿvãûÈ„2"áü, …teÞ…å’{ÈHºé©¨°dñ‹a´¤ Ã’<Úèj—2ã¯êäÃ[`iˆƒÙS“÷ÛÄ©´;âJcβ gý;Òו>õÀ²Wc ä:žá[Ó¬(nv¦÷DN×Hnq(„›¡Ó~ôùÝð€>öìÆ}ú‚F9“ OýþEšŸU)’fm¿s},KÃ*®ˆŠ%nºXdÖ»§œ Ðò}Õ ~2¹ I@—oP;‚Tšç–3l)˜«‹DH©[½84to¿G¬a|cGtK¯N¯mcE™t°ÖCXWÅcTŽ‘§–ï;ÐÎvï Zøn Kƒõz¦k4–AB,?9¬tE-â¶"&ÐgÛ=Lç2š–â~(£ö!ŽæIë^3)JÊý’é9QN­1pì«t ™ÊÍlý6Ö¼ÑFýS×YjÕ‰’.QöâXE!ì{†‰\›åyÊÅ*-‘Ä•çÇÏBwÏ/òÔZ?ˆ}²+2qξB ÿ|lÏÈ""ûhÿhÇ®÷ ^üiÒÀÎ>‰Ô²öH’6Rñ.ŒDëLA‹1õ ìh#€•±·œi&–C"[¬Ø\WK¢3Fƒü­!óú†<Pj†m· ÕÍÜåƒbp¾•ˆ¿åqãô†^È:&ÇåçlôžŠŠÕW÷¤§‡;>B÷\àœŸxÜûò©´œf1þ F¬¡êÙRÐaí.Œ¶ÛY‡f¡ó”Ýo/ÎÜUgw$‹‹±ˆr’Œ•k?ìi!«¡Æz¯‰ˆÍ»´XÐ
+þ¦þûìÂá8§ ·)å( çFÞ]ôFŸZ]Ò7„ªŽ±h²—ÓÌ"Q©a„46Æ/w snA5†‡ã@±"0Ê ¿‚B£¹a¬šÐ¸ún«ÐÜKFpÎmþã«í™ V9KªÛ[O.æ±\'ûEv†¦«ƒÕŸL}Ô¿ ‹/ÄÄ%>ñ) ²¡/¹¶¦ÈržNZ¯%=Ù ` 6ƒù®NX4®µ?¿+úNœ¥~ûŒéI²j—×®¿âPÓrî&üÈyð±z£ˆwvúí:’9$0ËÙ±"\v`Îm#w™·3ƒ°4¸
+Á@:'#·¾[(C÷-¬oC|ÿ1ÒÈ=&£¸Ú)$fÞ³~õµ%ÞhîYñg†åomú`ÛÞ+Õ½µ=ÿîUq¿ÍË·¼s”óGšŽºÈ÷a°ùW/cÈs•eÌ„£gg9W熦R?§‰‰B ÄÃI…(pƒXRì¬|t‘ÁU)'´¸ï1ë£70Ò÷¹
+Ân²“x¹>°K£$ÑøDネģÖ'ñÍ ¼„¾°/„Íø#³æsX¾Jt~äüs v¯SFnûŠPMRG/móiÒ¸¸œ˜)àÿ³ÿ AFcgüÅæ^{ëjêf½œ º÷]1˜[ø;P¹Ãâ̦۰•½Ëkÿ˜Êo…@Ð×ý€>ÙVÏÌnæôñœ¤ 3ìÌŸ5þl­@V΀—AöôJÍ[·>KÞ6z>ø·_ýÉzÊqµFc[8Üу»‚ZÆmý®4¾ëZ ãíÞ†öT0fäyý„r ǺA8»f²™7„`
+¶y„¥$U¢à'»X ØÉù}50J§|ÆÆÞóòl+J‹¾ ÔtxùLrw
+¿ÀO÷;ï)¯ TÍ»’á™ÿI†ýôÑuFÇtÏàÆìyË N©]«íãiÀQ§±™ÃO9³SüøÙÅöô’b#!±Œ¶dÛ®”íÞ@tðuTþG
+¾ÝÃ?¬“€=v©ùR¹ÌG•ŒCÂŒ‚i+,•v µ!U+DE!± Xôy+ý7GöAÍèMɬRª¾h ã3Þ,K¢÷!dîGCÙyÝÕZBc™Ÿõè6 °&à´+—÷)7øÄæsy ìe}œƒŒ'Ä>Ï_„)0 –ýðb<ö;
+î³¾²0êš´ŽÏ¸9ƒ°Í£M=ÁõʧöK[5çü*ªîÝêú§ôz—
+=|czNxI”2 !2\q[H¾;9jY¨å›ë˳¼FÎúç{;VÆä <A„溤®îÖ’#è ‚Ñ
+%;½ò®?—ÉåÔ]=[¢Þ%‘ô™îÔêïéŸ×ÒŒž¸~X›À0 zÎ"A^‡ÌÃ'Nu*M³?rø™kfˆdcZoƒ§ì6?‚ ÷™ÍÒIãšFnœ°¸x¾ƒGuo5‚L¶žz,·|€˜Îaù¡rÌ£ÔfÙ¼á b¦"÷®²8¡\´@oyñG‘ê“Õ…BzþžÖ‚îXýŽ¤[Ùn+xŽÑ.·6Ñú¡"AÌgÔ„–òH¥úïÐæ‹'sßòž ÜXkÈ
+Qio=#¼‹-_)éÐ4'1ñ’mA"­Û£áÂ_hç ,—InA±ìÓµÇíŒúb¸%ësœÝÛï:ÝúÒ$€¨8¾Ö
+w~÷³ˆVq_´ç@ÜKÜø,kQ²‹ø*l¡.6ŒÎ=
+ï‹›pX­µ§’)]XÕœy†+ÿbs%ò¼ îÞ|æ^ð†öOƒ¸(
+ü<¶¯³]«¬à†9þ‰¦™p¯6,‚“_†‚ú(Þl²¦q¨CfÙä+¯ò*Xò§2à§S?ô,)ïs8'>¢Y¿Þ®Ò+y÷Ëœ>‘M¿¡^äÂH‘3ÕEÕÕ`+ ³ ãêŸfÿäVbÀ9/™ØõÿeLzUí2ÐŽz¸‹Ô>ðJ· 3Ì  g!¦×"#63ë µÇ.ÓPóŽCšiÊG¾[.5ôIC²
+Òèè{ÒoV‘ßÕÒ×HÁ·¨_¿F—Ìà¡t2èô86ÝERQ{¤.ð|R:SAÿ‚£6;”VÓœWîõµ°¹Ü'HÝjþ4;qDRÃõË Æf xõ.í¥À’\ ¾ö½=Ñýȧ­žË+ßñÖ{§x„e ê^n­Ê0(1†:¢:“0£‰ pEšW6›…^-±
+ÑsBX³›góŒŸ<•.
+ÊñTkA“à ûaÌ·(&d¦¼E[Ž.3ÚHêàå3îŠ-gX†ÑñÝræüozJÇï?Ažx*‘ „ÕL–
+²Ðè+«‹“Õ$6F‚ØF{Z±pn!¹Œz’si«î¿›¯,qµ¿ˆr$` ?ÒŸ?VéÆ;w’\ùèí”Ic¾€ë}›-¹ßaþºFAo—ºƇšg5øÉ^•\mïÅ•Áü–¥¿Õ‡Ì;tÉóÑ’ÞÊ5>ÓÅUŽÅ•t »3JÐÑË­C᪔tvéoÿ­©¾é½C}¢,)sº‚]7‰œx“ðm±"o‘¥Ù͆=öyˆ›Hj!ícjyHd4| xÝèÍÀÎÎhk3Ûÿf[©>s ¯eúík*.Ÿê‘Á³
+D¨Šè°v:ƒß†Þ´9Óe8H—wF±«’ŽŽ[훥y•Ð°ü¯ kÔ[#.€‚Q¼“Mcÿ}X‡×t2 ›vÕ×Áçÿsp$Z’Úú Úõ¹^Ûwfß A-}ÍmhËìdà†*pºàƒ²— E±·KìMPÝ.OÎÓ‹£@5¡Z飒?k¥"Õ¶GSù”ÌO†C¼}¬}qÑæ æo-ë¬Þýá±I›–p5ùÞ:ñÓ¢¾œW·-ÄÊ™†Ù•mùsp²¡rB ¤U³H‡Ö91k"èã+Ò\%‰&­¤(AÊX‹«–,¢¶ûñ&ka±gŸ234ˆg09ë8ÜþÊeoIƒú¢üLxúdÜ‹Á.ùã£ZOÄ´ºÕ÷†™C­
+ɼ¥ÞÍÐBºäÎUOM~K6…æôÊù¤ †#•´Y›Ònç@:ÛŒªT9ßâÙ =îþO¢0Žø
+Îô›¶žß¥kÞ”Mox†@Ô¾£Iæ€ ËÖº.à¥>’»SÖ7ÞÚª%LÁtL‰Iûèé‡*(Jñ“«À8h‹9„lÚ)#v:a<9Ž«~úQh~üX UÙMÂä%•+dGSa,ÁP[CŒÒB²á†§@NCa® Ó<«ž&ëO×ÃoZê!0ª¤éíJ.ùüõ¼éGŸdBF{f¡(&[†¿Úz Ûáz6á%"ƒ²ª˜CI„ÅFœLßÝüŒ0ãêËUùìd)‡«7p©>Ö=¡ým òErKš×qÞ7Üì×|Nú’ÍsQÁ&)'÷£™íG¨¶ßëæ!Ú^팧°§t1ËÈa{ qƒª÷n§-tB2
+Žªô¹¾°¦2⻊xŒ
+é±ežôn~ùЕ#©{Á¿"üú.
+êÜ)a‚Lshú¡Ò¶LÑQ=€ÏRhóçöC¹!ØÒÖ¨)‘A²ËuK‹ 2‚ösdöå=¥í¹¡(ø¤ÅKZä²~«]¦¥¾>´s Wi­Éåçz½]4—qè£þ•Äº‹æ¯³DqvÏNØÍ¥ˆ9äçÙº”¾zg).!β "© Vk̯Šµ=ìx¨U 1W7šÀ SVÎ(«¨m CŒ /¹J]M(¾ÑJ}ø³4Ì$ÆÕ–~•¬ñ‰ÄÌù’x÷3eI¹ªïZßú±½œH·¥xqü9ŒsGÁHPÓq‹£wx¹•±Ãð™½Tx'{~6Re(0W íìË7Emµ¾ñ2Â_’Ïí÷Á…Þ¹½kx.€›Ê Ö*°ô¶4}V¾) ?é®p’¼]_³Mêx˜tØÕ_fŸAâÜv¹§k’^…®ˆ8€È³ãèïû˜
+„3"ƒ&ÁhÕÉå½Êõî¶Ò*†\«iöDÈçÁ†À(q÷„îE”
+ó•n?¼%T©ËëQQéÛ×ü«ÂÎü_‘nüïä?¸U½±2zZÙ«ãåÞâÁ7«C›¿È%p®†®†ß¦•i~¯È pªJR§Ež‹î²|KÝÅÚd¸;^³³û)Ïô2ÝÇy ¸ãPÞ4˜{ŒüÇ”"󘹣åãNÜxûˆo—~>îÞ§Lß%c( JŒ^ôø¦¨°ÒYLJü©i Và_¿žùÑY¼òsÑûŒ—Á¿º¥g“
+¬L¿ïŽa>eR“©»¹O÷I<ô¤8‘°‚ó¢kЀ3íFôö;_I¶4ùà·ÕZ@ÄUBÚ×ϾlN#Ô1TRŠŽ1·ß^•Ô¸Ó*rÑ]Ò«Q9ÁÈÝ'R^6¿yÛwá©ûv3PõãîºnHÞ„A.ÃztÜ6&Î=¬;vä˜í—’ 9l+Ú½°ju÷ºßÃ9 ÎÇÀò­¯h‹ S`¤t¥nþ’”bSºÚhÉ{
+ÎÐt‹+
+ü…‘d|…WÃRš<H'`øi.ÕL™Šf!àGMÍÕ$¤¬×Å ¶°Ò8ÇÔzcÿ:¬Xûx†°?¸Ù¢ºYLxÒÿ.5 ØjÏc˜ÐåÌ=^¯Œ55?ó1|rAnü]Ëjˆ:ì›u¼~¸ùÒ•—vX`Øëç”ÈL‹Õ¿¥çI;ÖeFöØÓNXÕ§ŽÒkÜþ®ÿôhÀ’VZ(€Žwúì4~‚¤ nÔÕÌ£ƒ%¦Ÿòz~—½ÈºµÀ¯Ð>š×-³ã¨‚-aF8ŠrPg\êÓ¥Š4«ú…ìäwTF¿Æå²iÞ§ƒ­A›ÎFÏeÊ+›¾e°x¢ 3í<ž³`×"ù&[|.´i†Ý+•5ÚMýЇL"_À@aïvÈüVnŸ³/8¿ß›]t¤‚×g²â6„ÃüxE»ý5ÙX0&˜rðûaV9ßLÎòb3^°ì6è’J‘„Ÿ"Ť.ðIµ&%aûÌÔ×öI¼±çïJÝGIGäªTÊZ¬®qT-›Õ92~Œ±C6Z—ßwÆ7±Ý*¾ÃÞ­qð¾nQ£ê²L³_@‘ÃkÙy¿½Û#©ÓçêC o_„a‰U­ˆá"Ôjùi+ìgW ûÞI‚L[:šû{“;V³Y?a‰$ÞIi‡Ž?ÇÏŒGË Dcšãí¢ÑöõŠo¿;ømLcbÖ÷×)ä€$õtêRRåuÁûÕåä1É)K'GZÄì†êyè¦'(ÝE°‰î°ÉÙ?å÷ 4[³‡G5qWúÚ yGRÖ”º’oŽ@Ô÷\þXt"”¤Wv¹ ô3ªV_\HSÐÀyf‰Ý˾ >>NåÏk°+atÚè€>€§]ËWºRóØx‚YÌ˾ßÃe¤ùúÕ¤kAßMeGmFà¼C%UîþF[Ò…³6;T",¢ ”ñcÁ=QM…{l…
+¼{æû5횸GP –#¨Œ? ïuÜpNËåÍ¿–¸ÈŒ-3‹’ÍŽAº›VŒ?£¥L‘È„6|Ep[±3L>ÛXdHõƒ/Ð!*ðABm»æŠ#¨‡³Æ„ž‹¤JóA}pR
+F:´I´–ã긎÷An€ïµæˆðœûËxá %ñ³ ü&Oþ3[S#Ñ€?h }—Âçû ‹nnm·ÂË»}Zòvÿa,==ž¹S@ s”ÓÆïl«~žunÓ#Õ2"°I^“ÉvëiâB2Œh¾F&#йçc‰&ÏøúPÅì¯ ’«"GšÈ*02,ž¨¾QKå’?ªÑ]¼8jq2yey²’B˜Ùµò‘CÙ(—löAyŠÕ—ñ_šžk[ýmËÇ{$'-È‚†/jºô¶áJ+K£4¦W‹º0*£÷žoÐ4 %A¡…iÊ1Ê%))šÕdó‰0¥‡ê}ó0o)¤Í–<c\œ‚_¶Ff©H@ääèÐ#¢ZW-)óF`%ôæÒ÷jj»Qåµõµò³or@yž}ZW†¡±+Öcj‹˜æq˜ØYŸ?Sh/ÁÛatkm8c´s|ñ³ýlLlm,¿ëb7ˆ™?º~”Vò§¿÷GÙY¤ËHù†i¸_=G2óÛì2z#4}nl´@ƒ
+ëÚÄœ«]xòžt½ÇÈ•Ó¨ì]32¢EÑvV‹1Uz‰¡‡ ´QŠ:½Pj_ixç}èäÿ@¦Àq °³‰ØÏžÐY¥“¹€ïLì¨T>å*~O†ÔãMËp»,†°ÿ¶ pS!‹—#_””p¦ÇM$oŒ
+‘šëOX8áÛؤNy¯5®ðºv·^îïbÛ0
+b“É‘O^Š¥qM 4Aþ7TFr4Èš³Žfu Ž\ô;£Fµn\ݤ,Êt!!zõΉã:ŽV€¶œ:Ä)#›†Á¤SKÝK­>lÛ×æåL»e1Nn•S•hÈ|»ø-üÑÉÚÐÛ}VE›L>Ë<=–=9)Jÿ>oÍBYïtø´éw1›öaÊrHÑÕTýœ7Y<£fo?rº“©`ÅËŸ?"BÔ<E½3)ãùÁŒÃ
+ð í%DÓ~åñSŽyCõÀBdÄB}a³û•¹ÐYtög§h®b\>­³xÛðª÷ØRQtÔÊ ‰0&èú‘n-د?“u™—SñÆ‘ëâ†X]ØŽM2Ij6¶«ìdµ,"£>Å_L–Z™pmKGwÚpMº ÿàCÐT¥Ü(Ws(•Ú5m0“m*¿¼½È•Ý×zÿæ̦ý'Þ–”¥øU„^ó“ÂþO¡L—w‚ÉÞ%8±¢](ÑêɬßiDÆÅ‚šøúaÍÎîb¥Ä •G8‹ÍÜ0ã±®mlÀ!¼!:éÎzgq­=ƒŽRT‰‹ùVì½éqþD… «(ÒñÖÏ’ü €9CD0ɹõÖÁb ZIÍ]Ü L8=Pø‘\$!Èt˦.ÁÒŸ×âá…Fåg±Ü æöÌËá™|³ö‡ÒÒû[9zÅÖÃ0
+ÌòÓýŽk·uºYL–Áq‰RHUë[j¯óŽÞÐçúFƒÝ÷/Ió¢PzŒ8}Éç÷/qâüŸD³ØBÄÎü0a—ÔŽÿÏî2¬,IÙRÓÛS1u]tHê!æ‚} g§Í÷Ž 8¦þ±d=‡ãÅ7bgÔ¦&É—ô†ï«¨âKLÍýÞSã’þ)7.™‡‹-Óe.λ¹»ªï埣 8Ÿ¤sœ‘ æhÕÑÔuˆõ„Xðÿƒ&j[ùÖJmR(?7K•a_æÚš)‡m·þy‡µ-âòcëõ]%O/;];- ±<æЛÏi¯%¢SnÒ’ ãW¾™Ü³Ñ'{þd÷Goß`Y¹0 îCSùüéQš‹]H²^RlýÙêuk×.:¥ø³9T}õô O×¼›<»`nFüÚm›³ÖUß7v¯›{¨¾Ø媧Ä{®öœ¦ç¾W½7UÅ©¥kf­[óâ×VŸ½ÿøJõϺ%ü¶C #Ñ·fóÂ/ŽyóÅžbÚ®´4Ù}Áëùå…çb$ë~—¯þ9‰#ðpû·Ä•&jÂ}Bg¾\læ̈˛5ýRStOÝÄÿY î,«c”U§|àõgrX«½´±öÞ“éçW§4Î2žý'àñ‡y?ü·6rìW<úãU¶QÅüÛfê±Í©kÓ~¸¯‘‘—{röSõW _\íyè”°5ð†ÞK_³OŸJ]øùþý·jŠ×+Lú®^ˆ>Tõñ77ÿZ±w-2Îø0ß:d]´áJ«ýíEGN‹ÌÛ~<h£æ›;]²VYÂøjóßt¼j»·ÔfYð~uS¡§}ˬì1s˜à0óI€Ù¶GõsTmnåþzÙoùÅÁ¤æ]pË®ÓÑ¿cþï¿É-âò,ÄSÂóèq÷íפ8ŒìW~ì0’;·fíª‹ºµ=®½cñ•¶Š‘Ëáä çþºv—T‰Q¢Íj'µ
+Ý…ß9=,ó]S”ÚŸ-Ÿõãê;…{Ò Kž­ÑY›mÚ¥s}íºæ<Ùæ´WîK^ÈþIúî¤~Íë뤛¼I[*8XŸµ>1‰óþ•éËn¯è0³ÕS· ŸC© ÿgäN®“œ¯
+û´9Ò9OÝøy·LÁ~Û•Ý ¿]ù|·Šë–DkìÙô¤ö™ï´ Û‰‡X{(¨
+¬™§{ |õªEšŽ¯¬õú?íÈN¶…{¶ÏTÎ]ĸi.GíÿOLo¬è­¿ëíµÍ/¤5Ér—å+ëɽi¿En­šy»tY²Èb
+רÀäœÔÄ¢’üÜÄ¢l.
+endobj
+2194 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4895 0 R
+/FirstChar 2
+/LastChar 168
+/Widths 4896 0 R
+/BaseFont /ZBEETM+NimbusRomNo9L-Regu-Slant_167
+/FontDescriptor 2192 0 R
+>> endobj
+2192 0 obj <<
+/Ascent 678
+/CapHeight 651
+/Descent -216
+/FontName /ZBEETM+NimbusRomNo9L-Regu-Slant_167
+/ItalicAngle -9
+/StemV 85
+/XHeight 450
+/FontBBox [-168 -281 1000 924]
+/Flags 4
+/CharSet (/fi/fl/grave/quoteright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/dieresis)
+/FontFile 2193 0 R
+>> endobj
+4896 0 obj
+[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 0 0 333 0 0 0 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 0 0 0 0 0 0 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 0 667 556 611 722 722 944 722 0 0 0 0 0 0 0 0 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 ]
+endobj
+2189 0 obj <<
+/Length1 1626
+/Length2 16751
+/Length3 532
+/Length 17667
+/Filter /FlateDecode
+>>
+stream
+xÚ¬·ctgo³&Ûv~IÇvǶmÛ¶m»cÛ¶m;éØ6;Óÿç™3gÖyçý2s>ìµö]¼ª®ºkíMJ$¯D+`lgh"jgëLËHÇÀ µ°1tqR´³‘µã¦•11¶
+9š8[ØÙ
+8›pÔLŒÂ&F
+ƒ4b°1ƒP*wG|„ne™-•F™F‡eLIˆ–]Kú0„IþÅ/4Š¬ØKOÛë4±|M& l{°G‚„õ”"<uÄ«y‰"ý<œ!ãã£@0•ñ%a
+U½ýÃI}u6JOk=ú7­±Åz·­Mšáåƒ 7¹žE<<Jm&Ñ’ºšàÙ¯0Økžo#èéÀÔØNþõ‹i!ÉJ3td¦dH’/(úN›ÏƯﱘä È)uRJ÷Q¸œ¾”ú ÅÞ-–¦ž¬¤¤à
+Ü)+,¨’‚¡C¯–*´zðïÒ+˳ ¼¼FýùâYÄN•;uäâiRQel²¡A€2Þ"дàüúD…zÖÊè´nYyÞDzR2Ã(Öc+ÇN/õ¾«Žð£QT}â^ÎÇö‹›oûOŸ î´Žù…3·Âú̲2(¾È‹w¥®o5a˜N™5(Ì0qŸŽ15‰S‰Ë$¡¬â À<>ä"ôu’ê²V |ˆÊ]Ýeú(…Q£ë¢-Ò}}e²ÒÆpö¤ñóœF%gJCT²<ØxY7_uöîÃ1çºI¯Í˜*pÈteŸÒ0YÒ Ÿ¼ŠŸ¢Œ÷Dæ®ÖwJZõÓüS,|ìÀD0›¹–ÔÃ>’VÄ»õhX«ëO’°ÔGvÇÆÞ1`dºM‰ê&6˜ð‚SFQW¤¾`ñþLÕ¥òwŽ/Ìȃēºë-¶ò”"=õ—æõ£]}?ˆoV,(¢÷æ&û€ôÞÌæŠØy)•"ßQ—ðÅeœrÄ}$|Îמ ‚=uW}ˆ2fMmUÙÅ(ŽbqÄã•£yYšPKŠå‡~ÅúÍ
+YH÷T`Ï„(èénL‹så= äGØGÞNÚu4Pݳ}_î²±‹ÑÁìôB‰Uâ‹ @¾-cQ,èl•x¼‰²zî—º³ikÒD’CiŽºT¡ÒÌ’O`H‹={-Ó±Ga¢Ð£ýæÀpžj¿:€\Íá
+XŸQo«º^ùbîBL¦½iÉÚ.à™kêM¯ìNRR2ðÈ$íó ¶‚’m²c[4b¿
+¥ÒOÖ ±QA5¨¶ç2¸=qI“Ì¿c„%m8i’¢ž2¦¶5ëC&&ÐÿAÍzké x›ÚB$p³hvÈûÞÑ9ª}Ú'3°„´î>Ý>h¯gµkÒ•ói6.¾‘öe›0‘›h”¤Å¾…8!ÿ˜oc@ƒødž„µ”}Éd«Ð¸ŒzŽ“Â-›Œ'ß‚ kèΡZAýh[àcöy]TÑÎÓd8úÌÃî :!â>ÅdÇ’Ù– 8YCANxâe‚{™É3‰Õ/^[EÝÐ]’õV¢î•}bF‘Nµ)hâîïAàjgCW0þF_öfú¬È¸ò“7xòƒ˜ÒŽàZµÑͤӟéB«Iûa½ÜÕ¾Ñ5™ÍOäȧËdå?´]?ÞGC©çO)•§L…y“tÔ{‚ˆd”*0³—BA€ðâwx_/>’r'´ÌÝõMqv9í‹1»à»WÙÌdûšg zÙ«êh>nTìI½³O*› §ó€u­ôâˆÎ®Æ²Â <-¯MµE-ŒIU—Ð܃…°þvîêÎMFÂЭ§dâ3J„ ë-kxùZ5ÐÆÇ"RÐìq·dPDCE Lj "û:ƒ&uqæ3¥7J?¼’ÕPh¦œmZ!;-ÈÁJ2hŸÑ˜&·ùB-Sqß«XÏàóQ>³?6-Sàþ`›¿êaµÅ+üPŽ}éð õ6N}J(m-:ùåÆôÉÞ9ÎÈ7¡)8™Ê¢Ç†ÏI¬Ž9#ý™”‘o¥šåਆ7E
+Ù]T‚Óîš’Ó…¦¿TdLÙÐÜ£#i¬Éû5)ÒÕY(õiv2],Ò<B 2žO5º#P\Ür·ØçHþñ6NË$Xꛀݓ,'‚~¢ NMðšøºgò fMÀu¹
+%íÅ{È£+ÊZ¦x^ü…ÍvKØDù‡V5Gj¢&àí4E²jÌš“$¥q™ï·PL´uq`ü²Zm ¿ªò03£c, î‰rr®áŒM½“Cž)Møä7P9l—¦OqÕV;± dÒ3#FÕ?Ñ3&^S_…(Ä·ï^Rš!¦¡ÐVö`?ïoÐîÛÙ?EÍÕ—Ø6ÜŸÈ€"ÕèøÀi5J5™¦î†èAèíw,áNä·îPWøèœÑ°N$ʲ›ÔUQuÏzö¥óûu Q D{÷„²d­9 ¿‚*¿á¸Cäá“c"ká ŸÇN½rƒ–sA/–Ü’íÀ½I9öHmÒ¯¤µaÈ YÝS~tâV›&9N¨L9Ø^­§ê­f‰ÏpF±‹íèƒÇËë‰
+Agíü}^‘ïÜ·v:ñÈ0%^j·lxœd´4bqn«ì÷?åæ­†1”Þ ÌÕúꨰ'Y
+-ÄCi¿‹÷#8‘ÀQÔ Ï1JŠçº|Z6‹`‘Ï ÖG°·Ýô:³r ýλRìjQÒ „3ß“§¢ƒð”HÌÞ?ó˜ I*w—Mºàƒ4òñ·=ü"™<¥Ö’2¹§”c[rêY÷´ÀÑ[®Í1b5°µt¥žœ‚>0tðØ}3m•µ
+pï¾IC´^d€j¼êŒÃlPnÄu"»ªr!bE8íwój“z–ä<¬ñ·ØR‰f)÷cl=³1îîå 3’çlÕÏ& éªÿjžšoÇýv3c€tÚ Çc&/oFË5#õ7ú¥?7ê–@À&Û//õn˜åó­«TØO¦2LT@oñe„rä0’ÙíõÀïù]ªG9çó¢ý®_‘Xö= t/æÐ$^DôADÞ¨Ó(‡Â?]Óa­Ö“Èá̓*¤Ù~-3 ò¢{Z¸»ó=;+x—Œ²Þr[ãwGZ6ö©²Ÿ_TƒSš ®{X8c"¾(JNmZnHÄÿÍ¢° à†õŠZGñ!´s†­=•õŸê÷²^RÔÛˆpË9lZmž6|ž ¼Ó £&x:ÿ…„º”©N• ¢ù«ÐBï-ÏŽy-!SÄÂbe~Óêjçdͺw€
+¨5IÍ {·ÚjœêPð””iósÊ+çÓVIÐî¡óN±yŸ ¡ä&€¿SДÿYôÿøF1]fJÔR¬¶ ºŸÍ5Ý̱âûUâÙ%'Y|?`h¥V)z
+÷º+V˜›ZÔÉÁµ.¼›Ô\°ærOÈñµ L‚ ë©"–G³ÐæOJŒ€¥Ä™¾¼ÅivI
+ꋾ|è°:ÿd¨‘‘\ÛçTºnDm,ê4ë¢6/†RQÙà
+^ܤiiÙùƲm5‘ï×Ì«Þ"[§›ÊI7)¨c³‚£¢ÍW f¦U>ì>^²"¤yÔE:¹ˆ…­XQ ®=C§F™‡>•ž[œæ $;ñ‚‹C%"íM€auØ£F© -ØÖWõÁ’ÉɶëÎ¥Òœœø@B–9X7*àãu`9EöÚ)²"Æ©h‰ÒÊûÔ:-8E/å
+3l°
+Áç;m¿‚ÚHä vw]#«ýá’havBEŽŠ6u÷ÂM 7»7œHƒoUֶ͆N3È2ñrØFÄ–®#Ë|Õn?h6³bª5JuMÛ&zŸâ´Èvú­6xÕ> )“YŒ‰õYrMìn|`ŒiŒRlVúm«Ö:^3#æÂÄÀeãñJÍD[¸kò%Tj²ÙÊÎjŠä—Aç=0t_«qWy¯s8ìsè2;JÌØO½)ˆñ¾† " PE+¼yx„É~–~8‘"lÈ/A0÷ÖæW'¡(Γæþa˜_V¬ð;66\_âî1)óvw_0bŠáÚZ×ô¥œa>þcaˆ]Qe
+:–÷žrbÈŸ]>|Þæ™ìt…ËÛ]èÕà ùº\©‹ÎØà‚:uçpñ%†Cr^RZ¨ÖÀ3›¿¶Älò‹·š¦*Li—yM’HoˆJSð >cXm÷…Àñ0þÏŠ~“òÊVâ(ü–ùïJ*2•˜Á¯U§\)±¨S)¡_K#´!F‡Š‹ùé%/}§1âoÑnÕð°Uâ¿ñgƒ€ÚìwJU®ÙÆÏ„#7â¯7ÓZ va)í°[Ò¥QæCièÀC(—ïê¢%K/_«´‹QÈòÔ:’íTM’ë7\Y°ÐÚøºfˆ”Dê *ÎÍW! LÊ>cl »¦¿@•L´Y>å»!"LÌÈJš ûCm6_š©K&x~ žû», Ô½±ÿøõÌ?î¨IÒU`¦šNRí™Ù>½ÕñÞoE¤¶qõZQÃRÝägµ¤¸Ð–7w·ª
+K¨[$âö‡ü4? ÚtPðQŽIWrfmEw:ØB4Îâ9éc°HUe#F¸/¬šSô)©ù:ðÑ()~vßF72*EÃ;|IÖÀ[O ÞZˆØ¡kÈ>Aún™…×ÐÚÉ46`ö€ÆÂЬx¦½mŸÐR$¯ÒtŠ©Ÿ¦(/È~þ|6z³
+jM‡’Îâت²N ¬H”U¿…*?!®t-ãÔ£`
+¨PñïidMb™RŠÅLŽ¼)˜0ΖJ6@¿Øf¿hmƒ7S·g‡Ýã¯÷ô˜™|^>üš‘6è® ,Éç¬òë[ZÝyg™”}Uo€®5‹œÏKhËòtÐrÜûòµ1`Û­ñè£"©‘?âßãPÔ@Z ß®ÜärÒ‰š‹©5—…Jd{yQ䆦ÒÖA¾²“jFVȦ¦Gì÷èÔ¨Ÿ¥¸]H¯'·zÉŽŒ§ººð\Çâ=KuÏÞ‘¡B9uÊ©~0”+¢ˆ"±KöÛ‚ËýQ$$Ÿ>øÕê`Õ½ZŸµÏlE­ð~ÑÉÈìÁA±¡^rñi›åÜm‰,£è'<ÄAïf¿±<}˜´qEYW’tÅ"t4N4ãÀæZë…™8h¾nâê>”ý­³ªàµ0¯Î™f$>]OÐ;?„Ð¥Â|J²$¢(QkkËj±—¤ˆ!ª`ùÚ¤I½­Q–ê«Œ¸J›DXÝP©êu+|Vø¸[ûÇŽ†&_Ï"9¡hÇ¢é4¯ïl wx‡,!+@õD…+ïƒ>µ@ŽÈqÁæcÇuN¢¡¢v.KHg­hÑžyÞ@.8lCn‰Ò_âÙ¿Í@½±”1·±aÃL‰Ð Å« ªõ[}Ôåàq7{8ǽõþji½åSS])bÍÒ€ó ÊRâ×À\‚ÝÒÈ~ûuCf2âObÓ va8>I xàý*Û~!íYƒ¥Â :RÀ„ÈÛ~ÇYc€]0¿¡RXºqc?Òôå/‹l1oäØO°µ­dN6#G>±ÂU¹+÷Ì/X8?½Ê@š¬_ÏTâ´Â‚´Ìºš­Ú^6È窱€M’ü)RÂóÂ{KE®_µ»‰µ%ÂøÙFy"å*É ÎX[*
+8¢9šªyF_A™RèƒØæ¹Ç±wY µÄ7Xá
+j…^(”ŠCV`fÞ[V6¿ÝÎk¡ÛLæøÖ BtGƒ}ߨû.àj’P6þÂàŒÂŽ5=T+ø}‡ÆìõÛëž?0_m™Èšw)±P.îEµ ³¢Íþà Aû8„Dð»AÐ2ëã ÈFCÂû~íÚ}>ŽÙ
+ºÝ«t¥;Ï8èuì5‰~Fí^÷ľ ^ö«B_cÈù!æö­Nk¸!Â2ª5éÜPbQ­TÖ6,˜f ؠػbnbRN;Ûµ
+?èÛŒ_“’¬·} íP¦XÆà¯ê•aR †¥3ŠPßÊ÷cÃТ–Vÿ(Ò1õ=í<FC¯Ç„ßÄwùÃnb€;ÁÇžèÉ’|×ÿþ70t
+àyv<!À¸§m½uöPrÏ[ŠñÕû=BnÙÙ…:RûF¿%à‡ãÁéªXî«lšDÄéB¨*ªÔwŠ`Cv>‡ Ú(,…ŒËfÔähÏw \©‰ÇõI`ªê¢¸©,båR6Ž8šAóÜЈ>z¹é"vïÌ—æ)åßa1/NŽ]‡Ïr!VdµÑ:õ&Ìæ÷ÑÏkRrÈóð;:MmgìÑ°mïL¤fá,4úÜz_½vw÷»TôïËßÈŠCt„? §­³ÊÏV…¬Zjšø7ÄtQIÀD–þ~/)DW5üú],í÷s݇¸6O–°M>0íIŸEGôáõ6¯¾±P6³½«!Šn>Äb𜈭JnÖ=$G`ÞÓËî×/5,©Ù¶Â¹ÿx¼ÂYO•öü’‰,
+UÎåöAÝ]¾Ï³£1XtðWe¹QU®Çå!yÝ—Ã1Èú\?J†It6¡4oEƒëï½±ðŽ4CªT(¸™R‘ð/HùP–<NÑ[[H6ve]a ™Ñ|Mî ¬»àºíV?N0”u»w „ÍëÃT?zÊe ƒ´Ÿ1ß;
+É£uì)ÎÍe3#_=ëÝ·•9Æp#u;ŒüS!‰¯Phé…Cˆ‹w>
+s¡ùÈñŸ],çBȦ'ÆÝ(/Ѐ{\•5ÇRÈÏT ïY;‡bÛ7-ÐTÊ ¨÷
+)ÊýI·oË¿‰™
+’è&ê».ðÙ'ȶ¥˜6¢†ø@‰;i¸ì fÁ{à"½LGØvýè-ÇF> »'°c+ík¢À*‰?(5*!J&¡)y7. :ž ]´Ü5£„~³¡VT¸…„ÉTéËŽÏÕm4… ÝD(ÍÃ|0•wõL½·§×½‘•ôJ%[D<"(0LÌ:¡³ÿÆŽàWA-qÍ7•¡wỜÖÊÞÈúÈrŽ3övƒA¿ù£ÁÃ#S«Ñ¾×¤K@êb!ºFêT¼`}yG’2R{ŠøDþ˜fHR‘©äº±/fìK.„lþvxÅÏ„»æ×D·½-;2c·®T:â^Z]{x§ó8b|¯+ñtKWAóBSÏáJ]´
+ oÂ^*²Èý–ê@
+tl»³d3Àö :âNÞ'î&Än³|ê˜å³fJ/$´xwUD.…dZ’ŒÓüã#@†7â쉜a~O5KkïÕmód´Ïw=Ôÿ¢sNëz'ÒNKZ°åIÍÚÉR,z2Hæ›Ø>³ii£ñäæT[6ßz%
+hÖ-àëÌ‹`s¯ºË­as`Gc”Œ¾šº(^äå'ç „wé º
+·_Ü`¤ïöŽ£+“ˆf1¨®ãe_\§…
+y¸dELùy¶Ù/ÑÇ$Ý.l¨¹:3¿Oe£}ƒäH”_'s¢cÆ9ëvjQ K­´;Ò‰ã¿7–MQ+ühÞ~fÄ{Œ!-osŽ7w¨`V¬2fÙîß-ËÔ$.(!¢{žÂUÌ
+P¶d<¬9ë–«µÂPýôÀò¯²çË"Ÿé^³&æ†æcFñŽ„é¯Ê>DþÂïÊŸ –g• &Ÿ_NËã²ÁêÉ
+³=×`swTÑŠ ŽŒ]–z&™/¯P:OYîaŒVDÉ¥%v¾î· Õð-ªIï\,õè„ß.°rDô
+‘·<o‚…Þ·ÂÏìøÒ{üì6¾P鎃‰E“5À ™®5Ñ6Ž!4ò,*0h{@8Ë[j6Ý~"}ÅtØð'æ]Š+HFiAcÚu¸·øÝ?x~öú¯lO4ö†ð¤ïù‰ïE‹æ) ‹ˆ6J>‘HVoójHqÅrýlœ‘Ÿ>˜·ÊIñ
+§sg6âÚM¼çÝ}e
+ü„ÕÃâ(ºz"eYw!A™ ›V
+/Llocͼºú­b/ül ÔF±
+PO^-oÁ €¹:ŠÚ€vï
+Ìy©(úfó•\¬b˜²ò›7KÓJ,–AXIP”4€¢:tv€,òú<št8‡Š®·<ù<Íò¾yÅ(+Ô+~ñX)y¹³ío4M­¥<àÊè‘xHS[@
+‘ö_Ñ$x8 i¥¼½­õ›¹ËËæ¿QˤnžÚ™#fùÒV§Ò¸ÌÉSßyµÏ<¨êøu¸™GP­ÙJ~*ó¢4‰mé©Ô ÂÊ0)Ññg"W‚”¿iÆÒXùtðÞ»‹g}ÑsÃÆ+­=ºÔõÍFæe6ü‘@H/Í)Êô¼§§-#C–©Y¨yÎ^Z¢Ó5q͘µÌÇxf¶6%П)°T¦Ø^NúŒ×âæÓèç¡-OtÇýÚŸßáÌ’ÑK)C™Vú3¥³Q tQ™Eá"ÇëÂßÁøó=Ó©Ì°ve”æ«7?PKA ÞgB E¤t¶è’¼iA暌.§p$ˆ8Y¾ÞYÂ¥ªi7Œúb¯Ÿæ 1¶âî:CŠ¿Ý©T…ËVF>´(?ÓWí 4y×à „†zžyz¥!õéŠ'
+tƒo¸]нü>ƒ(ö
+C[¡¸Í®¹íëÄEGS¼l¹–Ã'4€ÔOb\ Í‡×§h+%ŽMÎVZl­spürÿzàWá821“ù‰æÏàˆ¹À£[àU³Pv›RœÈQBï&ôÆ°Lœ¿Oјò=ya*Ÿüü>ð½xùÐZ]Ð’ôÏ÷ø‹\†‚?(ß[¥¥2†iT<6£ŸéâñrgW™…Î"=__Ž"‘@^£ñ ,ÜæÍîµ'>Tä–œAÇ](ñ9)š –têý'”÷$—à܈ìpNËR%Ê—B.8䆮]{Æm¦ŒË¦!Îmõ[#ÀYwäßIÛÉÑ‘Œ…¥²EW-š ê¥[öÒ0KPEèÛ¶II)¹s·º›jˆÝ«[ý°]r<»Žîù’ÛuÂ̸ãd¦=Ã<³Úëã¤ØO”‡6ˆ*͆f¸ŸÍ¿½Ÿ éQ˜G–e'½…s~;ÌÁ5ÔCPsgpÿåDˆÔQÚ4ùºK\¿¿6Æ54$M°Õ!yŒ&páÀjxÞàù iyª·ê5yóQø1%7CÔ)¤°½@ÚØ7‘nžßHÿ¢¤‰/“©ÒìbpÆ‘.#Jc·¨óm@édè•7ÇÕwÏ×ßÎEÆ
+“ìÀG’÷+‰ß«Òé/0±™õ_U‚¼-£oõê»+²Íß~ß,?¶«ÌCPÒªŸÖø:mkžËØ(µ&­ð• ‡N=›”ˆ£æ<9ºÄOaþŽvǃ 6½Ó«DÎDØØËaêñ ©ƒÁÃdÏB]ÍÀO*¸û–ïåA “°^Ô¡Ï™¶R-àsyÒk´ávŠ
+¸éÁÇvc¤+S·æráÔá½´qík:„ÝgŸò6¶$‘þ"è ¨…¨Ýïêòq‘6mð%ý^¾ as
+–5-gsâfƒ:/°êÂ%A¿>çõ a´Ñºp*{ÂÝñµÔcÅÀ¢0pØØŸ(wŒ¬k.ØÞ#.×ÒeŸí*&ƒMǬ&:?xEôÏà»ÂžçÓ‰YeÞ51ùq=Å´½#Uì°Šoš¼0™þŠaCóŠüQ§Ñe*4ôZÌ5.çS9!’ê}ïÛ]‘Ð'2CÜ+oJ_Å»œÑý–4¦
+2eOjRzci§´-/WÓ#z ɬñ ÐÝ$xãD9‚5c¸:ôçéT·qÈg¡_ú‹¾½RZ›áHÚu¤Tõ¡fLÛ‹¢¯¢ÀÈõp!: 6OrúÓ.,±kÉß ĈKÝÖP/3š{ÉaàßØ»O(TØŸÂ êï˜ wî uÆÖÈê~ŠV•äÙb×ýÞhûJ\à:f\Co-R aÄ÷äžq´*Œê#dݘ OË0ûÌV!¹(Òd‘*–Pc7•7$× ŽCƒ»§°µk骞ޠN @xBú;…" 8í²wD²fÞð7³Oˆù›99°Xâ}@e6’ý´ÍæòŒ«êk3×IÔ0mÖ±¢Ÿ[oM¦¯çíz–?Cö!Š0n¬‰3ÄÏäB9wõû•xÂÊ¿VQ•K¿SÛúøÛ}·{qI¹_ÖÀë#6â÷å~Ì)ýÙY#-J‘²õÆIÓ}3ò7v£µ©"%;-A yó©L)Qey:ᡤE@óÍ¿NÇ»•ù†$õæÛSdml::ý«ú°÷„Fúª%‘©ÕwŽ9Ë^ûîTÄ»&{÷ùÚ)Ï4Òfæ<ž»bA"çªï]
+çæÔš³—¬Ì¹ù³ûÇR§1¥çJxÎ-íª1ðn¸É**xSöŒo}–;ûg·._5{Ojþ4·ú½~çÉ mF~÷|7¯<cÎ(‘1-åÑ$ÚÇ\/×(´˜ Íq÷ÉÌ­»ªT.XÌòûšP¿ŽØ?9å.ÇÌäß_]¹çüß¿úð¢ZNû§SB ßMÝý÷êî¯Vçï~ˆÏP6y¯évÿ­üê¬èt¯¢£Æë/6¼2ëýàpv>Ó®ž“Ïë‘TnØ|,‚mÚ\ÁãÛ8Ugõüäúmî÷¥(ÿíz[Ë»–^»¾j‚sÝyÙUÑÖÅü)<3çÍë;ïû|Ò´“2ò^Ó_Dª>S`KØp*JhÁùúy+'Ÿ’)>’üsÛÕ¬Kʽz&|ëú!uZá‰çŠ¦Š‡ ©”ùžÕ=ù¤]4ûüÏ´íS\æ2.U±|Zs¡ÄÅ4váÚæÏ€Àç3œoÈ8¼öRØÑìaç?Ýj–ÿa qÃ0K ‹ù Ó¥œT>¾”8ðìÜç_Oct“¹í'ÜmuyŸ“þ,nîÎU
+åΆ}sWßHÓ*½¶)|Bj‘lÃM!å :)
+¹8ݬ±áÝp&ußÉ*;ovâ¬ùâó•éêêó?0Ïß±ßý·Ò£ë›êKÿÉ8ùéϧ¯Ž·Ž \ÍP|N+ø{À­ÿ§¯ºJ-ZÙp+ùãéÛs »MÃÏÍòý¶Dê\ÿÔó‡žüÞ¤dãªÌ.#ÆÑïã5KöãĦfCqÕçe%×åù?ç½>4%:àuT¥âBÛÉ: ±»ô¿kÊm“ÙWÁn’s§Gcó¾Ë3¶}‘]Å›q¦ùfج[Þª6]ÞP¸Q¦SÀâ«=¯Òü“‘e‘÷¬¯YÜÛu–ñ›‡Úíá9‹-ÿw{›Üi®-:¸#Fj™Ã–ƒªç{SïO`>÷øФrñþêm+?|y÷¡žSpÏÉÓ¡Ó®²Øþpœ{¾ã¼ñâíù©kç ÅÉ.VQ4é4ÇìgÎþЬúòôfÙ*Ó,ç¥KoÞȾ¶ÛvùÄqçú;6*KÃ"š/eN“~°"÷ºS’¸~õ¦¶6¬¹ÉmÒ¤võÕsý >¹Ú.}“zjßw¨U¹ê]½q TLiú©Uç´¦Öq<øv8¹SõTêÆ×’ækœï{žðæ]Þÿ#âsèŠpö³ÙÒ‚ÿk¯lÇu nÛ¤y3^û¹–_ðš~äG„ЫûˆÃæSËOÈâÊ=Ú­8ëïOµwM®Q†…É9©‰E%ù¹‰EÙ\
+endobj
+2190 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4895 0 R
+/FirstChar 2
+/LastChar 150
+/Widths 4897 0 R
+/BaseFont /YVFUMY+NimbusRomNo9L-Medi
+/FontDescriptor 2188 0 R
+>> endobj
+2188 0 obj <<
+/Ascent 690
+/CapHeight 690
+/Descent -209
+/FontName /YVFUMY+NimbusRomNo9L-Medi
+/ItalicAngle 0
+/StemV 140
+/XHeight 461
+/FontBBox [-168 -341 1000 960]
+/Flags 4
+/CharSet (/fi/fl/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/question/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash)
+/FontFile 2189 0 R
+>> endobj
+4897 0 obj
+[556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 333 333 0 0 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 0 0 0 500 0 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 0 0 0 0 0 0 0 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 ]
+endobj
+2182 0 obj <<
+/Length1 1647
+/Length2 12197
+/Length3 532
+/Length 13073
+/Filter /FlateDecode
+>>
+stream
+xÚíweP]í²&<¸ËÆÝ‚»Kp'°ÃÆ݃îÁÝÝÝ=¸‡à–áûÎ=÷L™ù3÷þššUµW­·åéî÷éîªME¦ò™IÔÌþ PÊÞΙ‰™• ²ýâV³·U²çS`RZ¸È:›Ø
+P
+þR›º89½3þ÷6x¯üŸç¿‡
+[¥¤§:WãfŽKèõv³A†8שäùWÚwù¥„mñ•¿T…0×Oò¿µx,;¼îÉÑïwãØÐt%Ïs‰|(èzòÐשÛxöY ‹QRO´¢¼.æ6at¹Y5÷·ÇUÕ ‹^àˆ'Û8œà/îéü)\óü±(ïP}M“kc±ÛÑê!0ªóO¨¿ÝßÑô t]Áöì2dÅ"P ¸Â PGú;f
+ëj”yÅ`**4”MÎ¥ r­B¤rö¤?¶œAЖ¦mÁm.ç· È+ì
+¶ˆ4?2i»m˜µI„ý±º!¥8áÕÞ^î«ø‡
+#§æþ…3ªÀ~¨PdnȉÎó×: y•#
+¢."f®â¾ A+˜óÉe&Z>¿ ³íúõ¸Ÿ$÷ÔæÜ‚+V–º»”€t`Ňâ u½|ý>Ô,öpqð§.†=¸a½g¹¤T±¸!zÔÊàgÈ„”ÓFÍ=¶ÆšÄmžÅëo‰²UMÈ$ábbXÆÙ¢iX´ñ»¡\”g9'ëÒèaº­Ë<÷Pc7`uš9]ƒùˆ\¾ú3©«õ{“ ‘3ýÊ9¯:Ç_JúãKBrYyF8ÚòR¹qªm@éƒç¸^`tAR8Ά—âu¢˜Å©O3$š}`(ó¹–g™|Wùj«ƒ–äîC
+†ÎQ6šHÞü’¯véç
+W¢Gq’7¶Ë,¹ÄIdƒé¢ô2/nƒ”[2µMÄäíàIÕ¤EÀß¾¯´àì,sO£`F ÜÈáJ)º5ˆrœü1£¡äé Õò~ŠAĶýø Q°Dž^úö漈:†‚b·;3™ËP€½ïÓX6ßms3›¯’Ê£ÒÛâWV©+¥ÖöW+Ù¼8êÑŽ“UQÄ®žÖ•¥,èÑCE Êxi-?‹»-×!bK„üŠS^àå‹ï[áŽ|d,
+žN3z壳f²’pTH·ïj]–2|Éh;†hÊë-¶¥¿•”h·Iuhµ ÃíV9žëù ª.Ú{ßÛšíEA•`h&š¸bVû~[”#C!q™&+F6)y"€Çú³†šíb õâÜyt¤\Îáøay!ÏЈG×¼N§;þF3Ó¬UýµL«ø½;²õhzH¦Õ;"
+¦ò¿;á·é(åñûé‡!¸«1’%“€3öuâeâÒS”蟮$§‰5AÒBª§TÆo~- ®]›µã{kÆb
+®g>tçÉD¡”ºjˆÏ¦‘}e@„n—)³_ÒÙ
+·o‰j#±™ÿ\ŸIÏ|ÜD‹ŒG2;âŸ*ºÎˆì8ˆx w•­ïx„}ʃE¢ûÎe¹Qòé“¢bŠ85«S%ÉÊzu4X„qLëñà®
+óÙÉ$G5>q¸C¦i0áUäæ ©5œ‹ Ý’–î6nú“â`­'N AiÛ@¹£’xµ¡eJŽ²ápjMbæ +L©ðrG'öl¤Þ–9¦Fâ8™}ß6êæm·3bó'õ|ÄÆÇ<™:ôVèTgÍL¿<ÌUçZ"»á@Š_ŒÌó,³É`a='j’ëÜ 3¤'9]|Q–& ÆåiEØ/tÄóÃôr1ÕˆŽ“ϻԥ@ªäLÚþ’T&*“aµí±ª¸ø;¶;³ñ¡åúç£ÍÜ#^—k·EdÎcƸ"º=³Þ
+±CŽ¦U¹?'~7§Ã7ùR¬Pχ |P^%Òxo
+cÜÅjXcòñY“á/ëÜ(ã¼uSoò©ÝÐøt@=z¡r MeÑ S–qH ˜Ö€Rö?8c­”:Ü•šé®;¦Ûª.‡a®ÒPhüSýK´þ …Ûo´v-tÁŽ,M²¬º)€çÔH*(Xk]$5#z]Oê¨ûŽ¨a²è7j}|»$8’ÍÈ…}ôŠ@ÍÂ2£1i˜‹xZª©nëzl^œP3Dó-==RXóáÍw“e /³«Y–*d*Œ4¦a¶Åv ÝþP|‘\…‚D.cw£«VÖÞ¾G&®†KÄ6uWÄPCçÑËÇ»X?±ªº 1 %Påt|PxCuú!´¿«dӎ׺.ê(Ö+\}ÍÖƒ+s2ìü¯¬¢Y±!¾Â I™ßÜ3lŽ§QŸ
+‘ɸëbŸÍ‘ÜÙÙÁm?SŽ‡…ðïœHÅI\íOòÚ⚸¤ÝÃ%^·½L¢z)`ÕÊù‹¾¦‘¯Y#' ¢W¿™ñÂÇ=­/Wt…÷1Sæôj’@>ÐûyÏçif–#v\›S¢G³J4…ˆÓššüð3)Å»—˜q.æYV’`2Žk=«@Ñð6œW® {öJÞ½ždÂ0À »åV*ó'6|™‡!€{³ÂŠ¼(Û’«_E’Hu+#¾V{ûjU/txÖíS’{”ùþ]–)Û‚úA`¼ØÕ–nn~«E¬Dq!õ.mÉT?6Z‰ØÂæS E5û꫺Ç"jW†RCŒ6.I%¦ÌÌ#9IháÆJ„GMªð®4«"—ô¤‰¡\™áÏ/qa“o¼å‰¢³wŽ•'3‹æþɨd6íAŽî,-Œì_ù½£>à³–Ð\<cš×ñ°5ÇÌÝÃÊ.Vipº3×ÁGxy’˜çx韻«íi—(©ó ã^²eU·s3‡)~¥ciŒ›äÏú£\zÉßt>Æ
+‡q¿Ž´ÉN£pÔ³káéSØ(È—@éH‚>*LŽé¹ ‡±Æ]LÈ/d_ƒDVs#Š*ó»n.Èæ”S³oú¸ZŒÄÈKZ›\Ë^Šš3C‚ƒ
+<Þý ÛÕF4wrˆëIDT¥N“q—}~ge
+0éÕ=¦´©9YõALT]\ÔW¸ÑÊn>ô5/á„yf‡M|ýð•Rº’pãnæ¸>buB”G˜â¢¨¥þL¶"¸µÁècˆl9µ&Wé<3ÚÁŠŸÆÎb†!çÎî
+¦=N¸>R[kàVRùQ¥ÇÛ‹ç.ô&±ìÝt =3BÃÁëÃl˜CïÈÁ\äýÁR¢
+ÅÇщ”š¬Ô›©eátLk˜Sì·\NüšîC RœTž§<쿉¬Âé"E5[å¤3éšü¦`h·¥ òM…ÿãZô¯`RêÆ!ÕW©ã^Ø0RïBÎ=YH
+-Y(FwDè~~ ºË3¿N(báGx¨.bu_ŸbÚ\€ƒäÇŒ¸¾ü¥o€«ä‡§QŽ;œhÒûªg#-^’Â&Úˈ˜ ^ø3
+#¾ö¦­ëÈõxkÝ8þ©á8%·Â F$3‹Î†+ñtE2ó°cÿüøÙ\£_ð'B¼òMÉÄÖÒ¥P•lgS”u…g»†Z¼ãnÑËʪ<1?eÃbí£¢/üÌ“§œ@S&²8Üxiûç‡"¡STN.;¢"Txd¥úDôy=ûÀ†üc5¶—,©é|¨‘«±:'–t-A×.«xi9),bjU†’_âÝÌË—iýG9Àî_éuL`ËÓÄpÇ»õhƒä_wBþ…$Ý|U…QŸÅˆ“¢(‰d¬.*’Æõ6qÄ
+;ùq~_(Üo¹<Ú`3—üèUö°€¿a#qP•ëå =é–Ì6.
+–î·mV¥–ȼñ/¼¿Øõ =—¢+Ðéú~_¤×y‹I‡ŸÚÔ¨<@þÔÌ
+­ËŽPF·1ÇŠ¦[Xðá‘~ ¦[BȨR/ÁãÙ 11yª/*gG3šËŒ«Ö<õ6»‘SÛ
+pýßð _×û\Y—5)ð'…D‡—<ž€-T˜°—<æáMgñYziœJ¢0Á6Þ¦´ËΓqU!y§ëšCD` 1ÇqzÍö’ Ú|x&oK&‘¤|È ùæV[Ê=·O•)6±Ý›²SO ¯6²;½eKþ’¥±9—y: KðA`*‰´qogb~ †|ß̯ÍâRÕFB›Ú~–ãQ\$„K<FÈ_(V™ƒ“ Ú)PÞJU™©sÙˆœoéºhž°»9¾.g”uôz“ž>.ÕÍ´87¦v&ï>é¥tƒ¸]ø-Iã. P‚$qØle„r‡<hr·ã¯GMz]sÃûM¾E|lßw`Læ¸iðnÉvÅF8d3Õ q6¢ƒ…t"¿°8¡U&? ÐÁ0¿zOLL‡¾
+ŒA¦o2=9>Àø¢z'9Ôæbã`øúk÷"_êÔVÐΦ,ÑDmå µ$Qz÷1ß×Ú0õ>¾ ;¥Î¾…ÛEg û ÖoÓ¶´ÇèIòÞ’6•OK¹ùv
+Ró1Pøbüߘà€í
+?ùÞ_qÑmcÂWdJð”µÍkðÇfw<¼ËÚ‘¿x½yÚÚè ¥ÖáìSF#š¥UÍð„Cð1Iód¡ƒ¶`Ìjþ ÆÎ!Î 4MšFº µ>|vu•œë5;u)OŒ4°É-&êdàÖ©MhÆMùf¬X 3;Ryç„2ôf g^B)£uvX,3¼âYD^¸Æ:v0è˜à¶¶¤šNã9ÒŠ.·³f±œz“¼í_¸‹ìûã8…Þ‹þ,X}V$ºé(°§’!JèIv”%!Á ȸ+æ
+J~yàt–é´ûì¡
+™Uÿ6mjŠG©S*;‡k„1œvåªÎØ»ðûØ= ™®]áÀ 2ç-䱈Î4aUµ-Æè¹…‚ø¥¨™|â ÏÁ(ÈÊai1†Œž8ß­C¹¼R­X7>!¤?ˆ”kB`¸Mý‰°JHÊ~ô¸„ÄeˆÉ½Õ•(ÖÅå M“åeoˆTnãÕSÝO]1GàEø„÷ª¬.`íì\<A¬ÜÚª‡¦ñÍdƒ'^ gÏÇë ª(#ïY›® ˜ú=Iï/…¯•Aôµ)JŒ‡ yŒŽ`YÕïÒM©›~,XÆÅfTúݘÈÙRCŽßÑ;˜óÙ•&ù|Üž>Ç{XÀBp8}ª±î”м=® 3­ýJüÉèVi¶½Vç>F˜cáÞÚb ‰»H32gï[w(A~4‹ aã‡A@¡Æùy¸kVKúç©ÙÁœÕ‰…чo:ß;1°xrPäÄ°„ \ŽàTübúkžt%S )Iá¢ÃcÓƒ?«D²P*ï¡ñÿzaIÇxäI)Å©2Ò‚’
+çSŽÌÍ HÈ£óÇ8±ÜÝ*~ÄŸ–Òè•«œkýK5×Äú_ ‡¢….xyèª6¸”cHSŒ ÍÓÕmÐk1EÑ‘._Ï}C”99笚º^` Â•ú4ùÊ) ûÊ `BÃ1I}:éb "&S
+û´š›8RÿdJÊžX‡|•–5’‰_‰©1í¡5˜Ó×Ù.˜è *@å96kÈÉQ4×þ¤Í Ýø3èT%%Q¾`R3pÓ$]Ðo³*Ø7£ÈOî‚_jã°ÍÑ$àûq;êkÛ镕,0â”X‚áñËO£u¾þÙc€¿‘£@e¨/)ýŒ¸YqÌj eÐ ¹Å¾·(JÕyycó%œ›ðþÂö ÓÞ$‰>c@qãêeU™_÷‘¶ò#«J²~![áܽVö<*AÊÇ¥xÛ~èÕcÝTñTŸÀ ýÇ/½uºxW$ü.÷\#uŒKܵ™„ C´ü&lËýþÃ{ËW&ÆË[âŠ>äžÖo ;¨dI÷ÛÜóbô«ÛRaSÞ£¸<Ƀ‹n~@ îs'Uê²Àt¹ï3=Û$­ˆÜ­Ÿ!šUÇD#RKK#6ÞìFbŸJý*ÑG‘±}Z«\!/v'Î^öË4Úw`W϶ ’A×¾*n+¥ŒÂOÖ£ Gê‹s¸W½Mx#ã‹NhÅ&™~oê툋â}ðÊc,¦îO*RHÜOR,ù½^š$‚ÙàÃUO¤½9[Ô[¤±D]äô±ª:ªÇQ#è?ÛÒ«BF Ö™¼¯Àµ]úùzh,ëôr;ƒ‡.—ÖBçEC—éF³rü÷®¶… ÅZÄç(‰h#p!À®÷í\ûöt~ã[¹Âás´ªš°•uÔ£¢’×ð<=Ï÷¾Ö<þv0 ™(£hžØ‹1š¿°aG!¯)âJ¼&]ßÒ¾ÇãmòÏYÒÿüIV~ 9½ö%ÿæ88}£± ŠâPS¬Ü*°êa§ÝÞ°‰Ê}óÄjU>Ÿiî8^qb¹5ëWqº ç0%ÎgºÛýYiÁs±ÉËÂ!×úЈÀ>nšÐ2`,ûãäuDªC¸ãÒ\S
+×ÅÈè+të:„ºš[õ#Y)
+ò2bq{Ò¡W戀œè½;|@qO%ŸÞ¦;>/åmµþí¯¸“ib®¼'”oÄkÕžÅE× ’"+ÄÈݳXÜ ~*¿/÷ÊlE½ëÞ€57ut¢x¡†¤9l1/§£×UjxóÔ? ڔ󦳬Ï•Îì`h1†9t:ûi{Rû†>Ýb¾¢Ù@žU ¤‚núªr²N„ßri9Qs®©¸®¤Ñ~ÍI—¯ÂPͺËcsOðujì«yÝ)E~ˆCÕ„2Û¸Db@S‹ƒÙPïTÆ~[PY…ú)Ç–G‰ëe˜}Ï"ó³àxéeJ,㶾Ç%+ 6ž© íûî†l†Bí¤dYqóÇ ·7ûQ‰›M0,(¦)Z†·!|½¤d~EÊO°¾`W;üÌ[ÆÕJIy”å/]á®±^Š'‚„ÛX>wË
+4#…ÅYTúÐocy³†—Î*pÛø‹–cc\¢eaÙÊa‚ò£j<©Mu!#Á–› ê<ß<)`6ÀãÎY¶ÜÀ›OžØ®¯½Ýa zì˜`c dPȆí^,(éiI ,îi DÈ“…÷z¹¡Ü%¨Ó~C³Ÿ&ß!µ/á~6$œ‘2 >Uß“*b/xÑo8Vë1Ò½°4y+våþ–âôäüD1æŠÖYA§æ»_È…¢hzš5¸‚€O¦fWŠ«SÚg}ª&ª÷š˜5ë)@HÕ–­TšÄ‘év6>Bnk׸Oµµ+ÈF8%pw=b‚erÚƒžgròHpµÜGód`«‡âÅWãfˆš
+Jo!º Ó?ô¤>* >'ÿÙÇ[ÜdÂZümÕ"·@ž=v¿ {ÑîOEkeq©/¼4eö90ÊN” xÞéÒ°hp€:ÈR§2 _/aÀ)1þݼê0M&¿ý‡A£Ö<³ð÷¦h]ÿ"vO®Zg­Ÿö¤^¸qšÄŸv’DôÐ×¥¤ø… ‰%µÄ%“Ź͔¬ªB¨¬vaõ’YÍÒΩ8ÎuN‘ßhXÿªÉ Ô==:§r6å“Nå¼=N¡¨À Gc¢·\*‚Y$á†T0”W·9•ÐúŽ‡©‘绋`é GPòTANv` Dž4 hÄÚ¤ÿ{Ã]MР´=ÉÞoÇYòЇ—‡ÿ£»º-åx®¡¢¬™u0³p³´é‰LEï~Y29€M|E@Õ@mì+{Ë6öKž9DÒq³¨÷‘'Û™¶i@jþ¢{òesC¯˜5WãRÅS‰`©8÷ç<kžYÈçÞ¶±AÃÇïLü@ÿ„ÎÕvoéÏ òày™XÂÌ°†ù<›QŦ‘_˜L¸€v5m±O¹ëü0 •°cHrRŽRÏqÂd‘†œpn1$=ãØv J¶Ñ0Ѩ>1è'õhP©<-™Â8öëá¯UîKÊùžr  F”AÌùhDñ,` ¢tëãPø½zj#{òm”þqþªß‘ù»E¾OÏv¼”íÀçµO(Ée|Ùcæ%÷hÃoøl)•\+ÁÈñB¹å°={Xýa›Ñóë´®ªéæÊéÏHØm…&ËLEøªNÇ)à„ø’C—-;À} ·Õ„+7éj×Ä$|Å&V2›‹±D³Á¤|¼8lª¨{…ÍïIØA£Þ+Öyv$¥}ýdý{ºó|„¡„ÔpYâÀãŠ)ö
+‹™Rœnö¶®
+¢ñ·P|Žõ
+N[H^|õƒæ3©]Aôt׎Ÿ$x6^~K»ÃP‡+Ú‘~¥ È+©WAáO"Iˆ2E×Ë3ÉYGàÄ­kŸ6þ ½:ëRD1YÕ©ç5L¸ )&§Þª¦ƒ{R÷g í‰úê Ó“`S!~M¦ZBi"ny*¿ÔÎñSL]5¤ ŒRÄ_·:™ …\Ó!±?ÇÝG˜s%ÁµB²/óóû%ÜÄužÆÑðé˜ýº£ó¨1âܵ *¥®:éd»7²ý{HFvà8×ns‡¶x´aUIl%‚d‰Ì®õaç3ñîÆŽbiŽžx:ðŒS Ó¸Ž¿Â9òCzÇ34Ïf·/¸õÙi¥
+£@jÈå°sF˜Û&ðá©‹ÊœýÍ´j&ë?:ÁÐ÷°Ò4H5¸ýƒÖõTqóËÁÉÙS9´áG[§úëTÔ‘6¨ 1Òë„Ìœž‘½±÷T±°xêæÏæ0üã°'µqa9\3îVÇy'Eþ‚Ê@„ Ï!ŸÜ¢†÷;ËGL^×*mÖÀ–.í­l,ø:ì#ÐOµ””Z´7ž>Ž{)¸N‹8Ÿ?³ÿh~DÈmI½Þ`ÊÓí*@3£9m®Ä‡ùÊIR$5Ç-?¿2å&ñdƒ™aø¨XîXì°Tþ¬S J(+—–ÇCP•Gü‚_lܨ ˆˆ.ÓC¢­$˜…³KÖ·4[2õJû>ƒT£Kxê»RýÄ·WLŒé¾ìÀ£»½á ²3åªåªi1b ½<C™m—££à>êŒ_„MUy¬ýøHsEɆJ#
+YP5þCàÌô[es± 5)“¹P<Tx†yØbÜþb0“¦H•äô&¥¯K»@ [U¡n'u–žØ”€«c6>½ãêõ¹æ…ÉPêow¹”Ôˆ@ÏFC¦~ ¦Ý•Y4'U-Uí—{dœãzñ_[ÆÉ"9Êñ¦6¢Ê“¾ÕüÁW.Úù:´I#ê½!Q¬Èó‘X%Ì~o7äèqëJsáÝìÉ®*ìAàÚ=w»4SéPdÕÏIÄN(1§ÜBdC}Ox ¢Õ/_ÒàÈuÀ±tÒÕvN^R?Ïñª.BŒÆÛRäè\iضï  „né>nvi½~ãm-Tóiú æÇ0”äañ÷êžê1 mçͲÁ÷“l‰2q. JYôæ¾ØïÕr7\º1äiðV[=Å À¶OBïù¢£Ìƒº35=ž Ø66£÷ì¹öP—}óÎîs_ÜN‘™ø+d;jŸ{Œ!ï5Ææñ~»ÓÑ;PJÏô¦ ¤#
+Þ!>(}j%¬eqvµÐiýÏ73 ÍÊ~ÍjrIº&Ϫ`%Ï—,ç-Ba}|fŸif­YÓÆ4%‡8±&£×!ª&øµYh¬ä¹ÅvOöä©[à§j7ˆë|̆(ÉrFjµ¡P9úÄ`£`€´*­@ü:é¥Á>”“Æ'€¡bµD£íšŠ‰jäyCŽvê]=íR˃èaÐ:Ù_ÀÒ “€šõCxϽa½pÀyƃӿ«Î{¤ÎÉD<Ñ/jB¥ü´ÑÁ¸Í”˜WHƒ’ëå„ýê<\8-˜%‰©¥è”4_×¼'>oÊO:8mÅ;
+5 "jh–èSx`Ûv?ŒÅÞ- þîÞàbíneôc8ŒúÌÔ7ÎcðÇ>±§+ô|ù »ÛGô¾«ø„“
+”;Eµ,sj¹ÐMX¯iŽÈ&™òðúì¸sÖ++nh/&lÅÏN‘¡smÛ»'A
+߯Œé¡¯eBÕÙ_ ­sp=û®q¸,” Ü.¯¢¬,ê¢>.«Æ¤Ò\“mœM¡ùŸüBÛºŠ}+‘ ðÜÖ¨‡Dœˆ§Ÿ›ô ;pÝ]„œ ÆÈΤEx´l¨î ãE6‹é¥œ(—?E9æQGBû„µa‡ñD,û<h.*4›Ã§%<êª ‘!™±2c ò*kË­:À§°ü"ÂZLWo{õ(!"ºä'â2Âþq¹‘\;vKök\ý°Y´gH‡qA÷œVáÕ<r¡ýl°ëñ
+%oê´3h&{®0šHÞ;¦;òÝ
+ó¦¹ú!¨Ô»:öy\t<3²Æé€ÞÀíÏça½!ýS½¡3Ë\~Z¹f¸Y‡@G¼-^U+4“Ë&’‹ÊãgáÑ­Š ¿óf@2ëu”¶¨à›¢3u\6è^D OT-æ£d¹n¹ú$ ¢²¿·h¸ÿã3( )7,‚ N(’ºÄV#"‚Õ£ŠæõˆÚcÖß:\.~¦7„¾¸:£OÏ–/ôÒ‹¿ù´R|¿¡ü}Ô(<—E¹@G^|ÛF{Á©+Ôœ&›½ø)ì)20C&úãÇý½©±Ñý¯æ¦âIÈ'4¦Öͼµ%Æ¿§Ë­rM^ã(¯ló£âk8Ê9Vñ¯>%ñÚþ¢ÂÚ#ìþ^Ž±Ç««¿þ Ã×pþ3? ”Ö¯¨´` õ
+ó=éè·IÌÐGv²ÑT0ßÎŽÞ"
+9‘žåLXJq‚ûü—ÓÎàPïW¦|~áÜæ¨H5Âø‚7±€yUþYè–˜º°“× ½éBx’æ¿­ëô.*‹Æ¥»Þò[kS3åCB‹á¯µÞ85ؘY…†ð‡½œs›W|‡êÞÇ­4qèâ°¾5†;Ä|6hkæuAz~'uöÜûhöÊb‹"ñ8o›’àŸý8ßÚ_‚ú¯GMí^£øBoÛ,«ëxêŸÔj5(‚?…4·„J–p(ô^Û\‡|]˜uš¤”ªhÆ”(§ÚMç÷&41ióõùî~9¢ÄC}`*C†/ª¹‡V=“;ðßxøÅ­eM ÝöŒÎ.O½ÆÛ•k,bY´zJLX^w)T”†Ü©º.æèRèsÀ)?B-À˜`}4çwµCóv‚;Íp;+ñG ;ÙËð$¢DlÝS*ȉ‚Í6=§:~žþî#ñ[†Ú§$|ðîÑð¼ zÁBïD鎿&ÂAÄínÜP{!Ú›°`Îlq˜¨-A#9v•†q}ƒõË·£}Ò?±§Ë¸ê<¹CÄçÒ€.‘nmDøŸ¿oŽköáà µí¡"N¦“ñD"Ö"ˆp÷Œd«jç~Bã@ TÑ9ÂÜøÊ·L®êä3výÅ•4$ÿÄåy` ʯY„L‹s¢T®X" ‹ú–Boš‰v òù¢.eQÂg2^,/Yzl
+ﱱчõÌ&K¤iè%Ý~§ÅCÉ1âEeD¨'¢^ 1j«Íá¯*§ÔY÷ç^…›;<O²\Cø¿E]³s>Œ™ó6¨®ŒÔ-‡wqZ1-T÷ª“ ¸á4H>¤Íªk²þÄÿðÿ€© ÐÄÉÙÞÖÄÉñ
+endobj
+2183 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4895 0 R
+/FirstChar 2
+/LastChar 180
+/Widths 4898 0 R
+/BaseFont /YHVLHJ+NimbusRomNo9L-ReguItal
+/FontDescriptor 2181 0 R
+>> endobj
+2181 0 obj <<
+/Ascent 668
+/CapHeight 668
+/Descent -193
+/FontName /YHVLHJ+NimbusRomNo9L-ReguItal
+/ItalicAngle -15.5
+/StemV 78
+/XHeight 441
+/FontBBox [-169 -270 1010 924]
+/Flags 4
+/CharSet (/fi/grave/quoteright/hyphen/colon/A/C/D/E/G/I/M/N/P/S/T/U/V/X/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/x/y/endash/acute)
+/FontFile 2182 0 R
+>> endobj
+4898 0 obj
+[500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 0 0 333 0 0 0 0 0 333 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 611 0 667 722 611 0 722 0 333 0 0 0 833 667 0 611 0 0 500 556 722 611 0 611 0 0 0 0 0 0 0 0 500 500 444 500 444 278 500 500 278 278 444 278 722 500 500 500 0 389 389 278 500 444 0 444 444 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 ]
+endobj
+2179 0 obj <<
+/Length1 3448
+/Length2 21745
+/Length3 532
+/Length 23495
+/Filter /FlateDecode
+>>
+stream
+xÚ¬wu\ÕK÷5ÝÝ qHéîîîî>À!ÝÝ-%H7
+‚t‡4Ò ") ¾Çç¹ÏÅ{ÿ¾þa¯5óµföìÙ‡–R]‹EÂÚÙ(ë ö`á`åH©hp°8XÙQhi¥Ü€ g°´…PÀ! Àð´pð
+ÐäéôoVÁÃÂd%¶uX8¸YÙ¹xþK€ÜeA>@ku‡•ÀÆÂÑø¶þ·ÈöýG›”–ž¦¬4Ó_çúRÝöÐöuØŸGÿ'æxŽ!»äò±³²³s@Bþþ÷ŸÉ¿“[9[ƒÀ¶
+$ƒ ÀŸ
+
+¹ÎÞŽ@›çµ¸¸þBÿ[ªþ†¹ÿ‚!ÿÿñü…Y;{ƒŸQÞ¿PKç?š‹ï/ìì)uÛñLñÿE¹;{þ›ø{cÿ¹‹Üìÿ[ÚÒñò¹9ž‰:àæ|fþ0ÁÍõ ÿÃ7÷3ñ+Ü<Zñþ¡—›÷O+ÿ¤þ:^ÈÈCñ§þßÈé9ɹ!®A`äñ|?y Ž{ )?ÏÄ,Dð9ëx &!5Òâ?eúo뽞qˆC0Ðö?Ï©»£…û³EH•ds²pq÷p~† Ö<Á ßÝây~ßS¤Ö=@â¿3ÖÙö÷sþ£jð@œ!wÝ÷Ïìæ…8Ó´q³°òð|6 ±¦ð@ˆ;G ßÏ©‡óóòrý§8CŠäYöüóòþ>CHiü£°BœI<GS’ÏÄŒÔs± ýA”Ë<WbˆdÙç¢Uî9‚ˆ”Ž Úž#ˆÅç¢Eé9‚hQ~Ž ZTž#ˆÕç¢Eíù€hQŽ Z4ž#ˆÍç¢Eë9‚hÑ~Ž Ztž#ˆÝç¢Eï9‚hÑŽ Z žŸˆÃçˆã?)ãü|§8g¶Çïêfåñ‚믡ÿy—žaî¿ÓÈüüä
+ðü ;?¶
+ýŸ_-*ù¿Ør
+eqÞÙJ(Â>óCTeLñd<òÝPí÷EÄ.ý– \u O¾¥­GÉAáVó«^B‡)"E+¡t\·&âDÕÓË"ܚ渂2ýäžNÖ-Bßð¸ ô'¦—
+½®ºYy‘[/;ݶsb©™/©ƒ‡Ðò­÷% ‹;nÖæQq5S©Hø+W¡ }W¿ÍPœ·gŠXŒ/)+¨ºËƽœ²Eµ¼´¸ÞA1±ñššbÒØ“èžÝßò&²~ÀRKè4ò9"‹¡Š¦=ëÓ*ó¹Š záÿuÄ‘p:æ0±ð*@ ¥“L²u²7bp‹-)D®ƒL™th›ËîždˆI5Ï–} ¦q¯…xÔ~G§áGô¯}D’Ò Û2 ‡¼¯É¤ü\ËÛDntY•>dœ–´õ¢Î·ásàŠÍ.J%ݽEVCˆãTñl¾Îh±{uÈF¸{Ì=6?)W²â…Fü&@Ãä#J¢š…ìBb÷îZ|¿ ÷eWGVlΠÔÈeŠå´ñY-ÛR‚¸iµfµi¦ƒ¥Ýx;Ú"|R·3”Ul«*ÍîJL½î‹4£;œ¹vÕòK6(Š+WÃiâî ?¾¬KfõX³a3(!wD@õGeÍ÷I,ÄPÅt´{H¶ªr>?1ljšá0âR)Ãçmʼnگ{‚³¡¬5èV1«~Ü_]`ª¿p)€¡ÛT~>ãsfoeI}Cпꊡ"¾c¥2ùõƒ…¬—1\3kŽâ¼ÀK§˜à‘˜,cóÞv¬Ðqß äzÓOнØD'ø'„4›59ùÙÊz+ßß^M5¹‰óè÷k `I¸²—ö;`²žÆßv"Ďʽî³sîA`M™xÂ[èå™47wN I±ý˜ÄAˆý˜{Zo±FG³ºoŽÀ1ˆ¹beà+„ qQ) Vô”
+‡^1¸Îg4µ:³8yƒ~£{_w/‰) ÝÙk ‚ó§v}–€uXÙGOı£xÜZ¾¶. iÞ>Ú–;Èè6àE˜±úbmÕ¥±êú½8dérÎu’ˆðT¢ßûˆ‰(Xž_¢îمٽc­Õ¸¯&•ž?Õ5]'ôùº÷É›o'çÎã ªRXÀ-=ÑÏð·¸ 0bj¡¶°Rf?‘¬@løÞyZ}:<<TRʹәЪ­õÄËKlýÜš÷E|£ U4ßÚH’‰Ëº˜~,ÈÙ¹`ÓÃ^ó·lú®~ô
+‹»L°ìµ^ÔqãòÁø@A›\§V£-¤«½
+Ïy-ka¿“„H§ä_°ã§-%܈ôgš&†ï¿Éõ„rMY§Äü úÕªÕ‡ŠlgñA?ƒ*#T1V"k ·…‹e½ÌÂœˆÖz¿üE—Hk¥ ‚æÂœ¶OJfVL´–ó@Ó„]C’ëûJ)é\õ×(… $ÆøûÕòÐB?/}L~ñ¬–(,3¬ûÈjl„iWνÈýD‰N«)äâ…çSÒZ-ԡǵéÞ
+`¿ÿ¼/h34Wb¹;Ê6ª„sÉ5÷b|3_ǘñ`¿z@5r \‘úåÍ+Ô°÷Éç‡Ó_áídiQ¥, J˜»Õ ãæ´Eàƒ=Z˜ ”¡‡®ù³Öä£Èµ{ØÊht^Wm24r™0]ɨeù(ù¸_7×ï”1†´¨$î¶ ]ÂN0«”½Ù„Ù..˜s®÷‹ºœ";4ÙC~8o5@õ‡¦Øôc\Ë}=r^€óuFþ”>¦®vSÀ/; }¯Ÿ‹J¥üè96vè^õ6TôàÓ˜qƒÈgæíaÂw¾[“b‡*¸£Sc#>7–ì‘åMΊO=>Î3«]J¿’£‡crØ|Q€ÚÝFpZ(Û#H±B¤è´áÒU¯ÇÑ·gì…ÂSÊÀN½ø8Æ‹ß®¸vfžì¬y^Y“­ç'uÙTO~Ÿ ­‹Ò=kyçDs9ö
+óÆÇ¢ÈÕkV>Ô kM•§+W…Ë,¨+=€UžM'žœlú¥tCy¢ 0ÓJöÔÉRjYŠæVi€Æ©®¥î Yíˆ`Õ ´ûgREA62šS“O°ßPÑ9§»óùÛ|gƒ÷Ai3ïèåq Â0¸sŒIøFoߌ.¾jÐÛÔhp0#õ¶,{oöPOFù!âDÝ„k´Éê/ì±ßoæ()»‡EE®{éSÊGW4B@ò¬Õ „­)º7rÕÀ€CD­‹ù9¢ÉìÕÄ’çÃ
+n‡M®º
+óð+c–¬¹'õÓÔÅüNî­¬ZàÈ%ãƒØyMv©ÜvÕ§ Í9Íòªì4[vÔ‰Š5E‡‡O=?ðdâˆ*,Áìžµ¥¾ÁV2ºc¯`2jª]ÄÜž_zžk(& 7 ‹ef¬ïÕ¢QzÌK‹ñD-­ßøj+@÷ôS¦ÑÁÚk6ñè!qæ˜îì^¡´Æ|µ¢¢˜ÝÀÉ7iK)¹C|KÌ=§!s¹³n%ÅOò"gdå·odÈhìꎬQ±2¦8ÚVÈôD9cêÆ õzú®.§½#V]‘%WS>Énû¡§/#œùU"¼ÉW*írÞ³í&ðUeÿér€íwUn? ˆltì.­Æ›=Ùv¸¸¾ñÞ®)»Àé±Üö,ò´› ¨Iq,<Ú>2®žTs$Ë8OÝNÌ®>€W]¤›ŽÑL¶hß•Kq“Ç’HÏx›ÉΖÁLç;
+{LmÊ\¤‚²àµhк*åö%u˜ZKí'¶†
+í¢˜³¿æâ(ïi†77)ñ˜DÖG‘³aœÊ›ÝX’
+ÏLV?Û Óð©ÃVXV@§ á.…åS—
+•É?”Ëá&ý´ýáÌä1
+Ûdy<Ï«ÝÂßÂ*¶C¯%ówƒ¦kÊ’Ø%Ú ÂkB9x‰½êE˜4š\2‰ÿ1‚V]¸wª6ö¨X8ÝÔ4i°meKN#Šá× ‡c(<ÅS—¿®ÑÏzÔ\†f5)¹äU•þåµ{agÌÉ\ŽdbŸÏ(”Þ®ÜÌæÈ ðÑPDηâó9ü¦‚˜4”µ>ôà2 ‡*®ÐÖŠtÜOÄ%>T`)î®LgçVúPî?og B?.n1DpóS:ìÊÕè®–à—4@è¶k˜#&~ԹϼŠL±d_ÀgbJãYDFY5Jƒ, Éw°Âó+®÷J^Ò®0lÓsoØ~e¬ v>ù#ZÿXEXFËh ­§ÅúrWRö¹z*Œ/._ų˜ÊÕ.©Ôg¼X`Y/¨‚=6ÛõKOJç}É“ˆ«ÖüIŧ«~ì`¶GÚ 8ÛT7Èý ΙÆ˦ø´†a.t…£íG­íŽLuülȇ¸=;:ƒ¿÷òÐ%°ÛíXhQG!¯ýe^R¦JRÖüà—¯ÛíUÚ~úƒw“ÎëÆTžbØnÑ!_HÑjW¹ý‹ãK¡êHy?Ôl(w; F1²†µœ` ˜&™ÞÚÝÏ°_Ex ,8
+eºx„3YݵºÁhÎÈqåá „bUà"…½áß[@Nƒ
+\"¥joI÷·]ÅÍ+KN¤Þb:Ëh«êŽ’稨¹<UNoÔúY¿µTÐ#&ÚÁ0}‡Ú®èøñðK8ºè~mÆ‹ðÞÒÂÈͺýQ€Ý—gP&öÓyUž ‡]À£§Ó@½àw&ÝPü…8p©õRÕöÍ(ûGW•Æô)þCø2‘›'£V|(Üd¦•òB–Om/µß™ŸßK»Qwbç½õÓÿ±-Èä’ϲaIÚôzK‚há’QQâÐ|TAɨչ*¸!üžiiIìk¶Ï{k¾LêéL„÷oMXèAüäÔDþ@Š†Ï[#
+¬ Òœ™Pî’Ý'ƒŽpUb¹‚<é—ÖÃÂÆݤê»>;6¡²t†ë×e½çÇ?Pe»ó+ØÙ‚™Ín‰Jì³ö#­¢5o%Žgú|ë£v)%ã´0ÑQ*=Ì
+-èQ†èhFH ²DÚ mžÁ9ŒE: X5Fý
+÷ÍÀAG²“#ó x+ãk¨Þp¾®—òÅ[çIoxû}‡ôú/Ë-/3s½|Û¼=óM³5ò Iw‚ /õØxÈB1£ÚºN¨ƒTQ32?_Û¼yÅp õè¥Y)úFQë~½JgÄ®Þú±i™Î+²Oß71,ãÒ!Š¹6æÛò 7s„Ô91mÑ2+ÑÀꪼvå2„õÄ'Û¹ìÊsÇüîÝÓ_˜Î¤ŒCõ@Þå>áLôA—Q뛚*ÝŠn‚¸Ûi÷.à¥Á‰@&˘ù-^õŸÔî¹;ÍâMÝKÞ±«fÁb{
+Žöª«Ò|CçÊ ç”¢§ài ñ­ ={Z^øO)ë÷ÉNcðÏ‘õ¦Çz®²
+e· ÝÝÕ']þ|Ué×Yuš#í
+ž±êݹÏXÞS&¸7Ã2¹@+…n9â+©š—=4¦ëPÊk£îÔX*R+ŸY¬·xÁÉÐ1Ï2KJ—Z;ü%é…wotêÉÛím@uÚɇl«ý]ÏŸ%ª,›åsÌ}Ó¸´VÉwf¨ïRl³ïKÒÔXL ’ù7ßWŠV÷;/ÁEª˜¸ƒê }TÛjANZfĶ&³ÖH{<>’‰b›|Ær¸ U‰£wöXûÓæß5úåÊo½7s}²yÕ"³ÖûåÚC:
+~ÔBøÂkùŠPÎ ìE·~"WƬåÌ(צõÅ÷†û¨+‘ÝçÛÁ5¾fSf7Óì @â¸PØ=©Z±—”šB/aV
+GYJ–{àT,ýòZœ{—/“üÏM (ÜdKåOÚx7ë &jlW}ç6®›2Ë1£wB×»—›ÖŽŽKìˆcL±}Í«v'p÷fð ²4oM¬ys ÷”Çø
+öQjñÅŸ(2ª²¼‰Ô)àúÕ9vy¬YÍ NßßúJî0›[\Rì~+™9 ~Ý4Þ þJïR?Zo­Èb¢<õ«ŒZJ_»Ÿ¼®qGñU¬K4þô…Á"2™v´nõí—DkŒã£½jx¨±¿êæT&•P+ìÅ4Ha±bvßþZ²vÊ}©HÒéÿØb±Ã ÙôV?< \Ác¢èT©­×—b/´Ø-íG÷)9W¯<
+’P/ým,Øçà•È_1[ô½a~Jmð«mhS±ÜEòùŽÕ%/yqRbçn
+p ·«ê ¸1©§™¦;6rU5íªð
+_b˜ø˜0 tž8p5ÂÇ©7VVÅé׶¡vr]<}Lm¾{S[7¡Zß¹ (£ê ¿Ÿ`Ðe½Ùò Æ¿u„{×Öt? OlÛªÈôZHùˆv 19ÁaPDÔ¼<
+TÔ‡¹òäàQ§s»2&|.ÉÈŠxÏçT»{™çª…7g¶¼¡‹¾j,iæ- çê~-ä;c» àX¬v$ë Z/÷
+@¨EŸµü†É5ÇÅz‹¸IDÂ2¥t3 S±ù²ÿØ¿6B%¬—r½WÊ÷ó¹­5"ì!Öž²3ú‡rI×:·Å†c@nL΀7–rÕȹb ‚œ‰I%﬿R×:c%®-¹ÉN§xŸ Ú÷ÅÉ­1ükN}êúƒ'æ›°À¹—äãeQEuz¡1_úØ=R–Nðè¹#nú1†Ð—/ÂÔÒ&  ;ï¢Ï:•ÐO™Bàúu¦Kp#P¯‚ÛýÈ"òë"¨.ïFÌ”X1BAçVÍðUÁ%?ŠËÓ÷¹%YeŽ¢ÆŒ6Çq»IçÖ §HÁÝ
+i^+/'Ú-t®gù’„”;‰Y;”¶¢V-¸¡>nݤ<yQ䢼©E—„wigéüÄÑ"@çÿžvU«ôÓû)Õ77ÒØöEˆ­…Vóª†Ä|l¢ÛɲhN˜ŸPÄ4?„däàØ#×fæ¶E˜þ:9¬3mÉòðð®öõ·¼¹y¾ƒÚ4»>zážóKØpí¤â“ ¹í
+²PÃ6¿ö(=ÉéÐÐÐ;ÛX_E5·7™lvú-,|DvŒéï¿Žéÿ@ï[«Çÿæå)“;F¥a$r¸fVÔø}4úµÄ½ÚW¤õw2ˆJ¶J†# Ö+SIZð¾g+.?ÚìlÄ
+L ÷² Ét4áK™ª ä‹HÔD˜ü†üHãPâæGtÚ»›øï41›âá$–/Äè¼?ßv`fì%`î|1㳊°ëøº¬‘í=ð(kóa•ÈŽú}´YÁòiW}w·LÌqá
+Î2’´ÎI#í |è_èJ³ñçGÐ/#â„1$¼gŽnïQ6ììiq˜<›°Ÿe@Å©»aŠh3|ýÔÜ’Œ¼w;K+Òù‘žÉñM jÄPc¶fyñâ«4ãtœÖ0’5 DxûBKhEl¦Œ¦YÊ]þ]8JzxŽÌDiÌží_´bf)ø Ìÿ< Zå½õ®èðˆ6C.÷ªÁ®eziÀPZwòHXÈ
+[O©€çø&¾¸™/¢-~&†ÇYÜ´×Ñãž’ÈVgÆ@U2Ê¢¥AY)fÀ¢Þ©xjkñ“ËeíÌ
+\ñ—ÒÇwµ×Fœ×ss6´ËŸò
+¹lÆ4ˆ¸Eî0j>½W-˜%lÜš¾
+ Xù1ö½ß?rè¢!Ýý½ù)#ÓZ”­žNŠÑa_Œ*Ô`(âÕân°L¾¦½ÝÆ:¬¤ÎQ€D®ÔLD2\/ùå
+r'ôÇ°s¥,àKpÇ@Ç{
+ª>*sŒWìzõ·c¨£¢h’"ÒöLdV§}ÇCA½‘Ç,™€¹«–åÅ K%òÓ쥃¼×;lü}‹äÒ†oôÚ˜?¦ƒtÉè“…÷Ç=33ÉÓ8§àïÉ6œ¬eÄÏ;ÖÌï(z7Î2‚蔲ŠÈûÕ]@²Ž/I`Úê°(߯cM^> #ßüÀu
+’ûÈ1¢žaÕˆúÑôLæk_+Ž~’PÉ)¡0È8J”By¢ëÿàÄìÞˆ–dý6gÚ-
+ÅæÀR2¼Ã]£pdV©,† µ¸‚§ìRUÎÑAUt4göÙæ{c %PgeáÕÛ§$FhiñÆ3ª¹hZíö_>o‰^¬!ØcÜÒ³ì™Ô,¦wP"©f¯Žƒ«;(ƘVÊHP–˜ h"ŒÝ9
+HÐK$eá”HeÎ˪œ?´ˆÏëå%5òÍîBŠá)™5åF¶ƒB¾·üÐûÒÆSÜ-ã9þ<áGƒrÒ hWîUD´å£î•gèNÀYû:ùz‡³#æhn¨¨›hël•”3-ª= ÷óVçœÂ­ßÐÚúÁ¶ˆ”Rð8*ûƒ˜ïÅk Ïý·Î×òÔU}‚õK”ƒS èü÷é÷è¿B¯mÈ,w|¥ÀGjVqÞhæÆÔ½DGTVßxLrV=eãVìtz‹`®Ã@Ü^”2­‘ò`,+`² îJÿ ÐtŠ~H¦ûdìæ™ÂnGVË–[˜{²s×Rùø·¨÷Ç”jfmã) <·<u¶! ñðSòˆAkw³ë“Ã25]Ö“˜S_Í‚Ó“#<ß¡õñ¿VÃú r¨ ðñ‘ix1 ·CþQÿ—EòõËú´ÙrcqŠÅ} ã®xQ1¿@ Ûœ\Gêyz¬ZÑtÚ<K4zvIZ<sÊÜ—V"–|èë ®¼¸è¤ ÑŽ%à»ø²œ³|AÂGó±*E]UìA¿ý"B¼RŽ¢-Å^},2}ƒ¹HÚ=è¶@lݸÊÉúÚMØ{sFÆZñý³ï×Î|Åõ¦ìª­[CXÆ{2"RrÖ¸&…Ò0,Åßãp-gû‘âß’ñ»Â]@É·KÐðN=ªZ5âD¾®“™€öˆÂ¢ÅS5¯MÝÆ8î²¼ý®¹çm§£{äHaÓYW2
+uj2Y¾ÛO‚SìYÕ…†Ü|s³kˆà _9Ë ÿ¨œqäÊÅ“Ìz¢@ÊÉ)«]Cƽâ*ö•lJ´çO65¯<Í2 ÏÒSßøÒ'‡•20}b€œÛCL×Ãwb„ƒÿªkßBÄË6¡ ymõÐ-é†^<S™œ’õ¨¾Ÿÿ]ád0ÊnF^¸Ë7ÕC¥G¶A…C& äG§³‡·ÖgOÉ1ÓþP$d>[«ù6
+9Aú“½Æk{Ôß±cŠÒrf¦œˆ†”öBû&ìfÎbvïTÜõà‹$F˜Ô>œdàxFnºaNlg9+};þ\’ø†”#äIÊV>Šeë…?vÿµ f ÍË&5Ý{É¥Li§ÒµÏÕ-ûh}Zð×K—úO3Ñ`#û.CÝ •Ü!ó˜\‚·¥ŽRÿ=wµ¹Dˆu“+‹‡ŒUº~Ø;¿Ò(ÇCMÔ4–áoÑq]œ|_Z’¥=öµÇ)`=í\øÒ]±.pºkh›YB&‰üæ¾h¤ºw]H¦É{±ýô¨Wª
+9Ê‘“Gë˺ÁØ’åqé÷$ š?ûÒû5kOϾ†Ç6䪋µ$ÿ â«|Clï%œ/ΑAºÓì—†”Î:Y.w¢Á/ö ¥¤+#´ýmqj´Ýw¤rt_žlQA›£0jí$q,sZÏX‡¾I2|.wFµÒYµÁ[`
+sÆ}˜Ûmfã©bz“——øK‰*}A«#ì{?^yŽO]ÚÉêVuè6bå{3Lñêµ_ÖÏxvi¤ný[kÛûzŒFòj–ëù'Z ¯Çðïêû>ý@Žbr ÀLA™XÊ/çGŸúr÷6u˦bÁÑ_»•1
+ œ¨8° šÀ[H¦1øÕؼëÉ›™ËY“¦Rs>B—hÊ€%«I‘imñf¯õú0=Nš/=eaëƒõ´³.\gÚ—YJôë>Õ—ŽišÛTßgקÚ#>.tÆXi¸—¢%„LÐÍö쫱½ˆY ‰^†áúþ¸»Âø)ÛN>aWH{0%×~[uÄžâ±KPYe€3kË0™7 ,¢„WÌ:{mäxœ÷°>’L#¹£•Ö@Eœs “~GŒƒÉc ¬T+‡\>‰2iãsw‚)9Q:¬$Ô(#ˆkqÎ"ÍÆ?Щ§‡Í¥¦®ÑÏ ‚\¹2‰I»Ì¤öQûŸ~èk~¤¾Òz&Ôd.4Šéº£@cè§ÇªÝ'­oKo!è–p”w3vÖhc²³n¯1‰(៾ýЦlj•-gD‹Û6ZöUÏÂ'äcĵŒ°,—ú æ’Z)×xQ…`ÍÉ&u>ê $VëCŸ¡4ŽüGL _(nÒ4Dò[8Çú:–®“ï$…q‚2qc²Ù…d¦©‘cuh•KãõnQz¦Ññv2Q‰C˜éø4UVÙ8gS,ñˆzÖø$n™÷æi㪱Š‰„ðüTÊ[/h· ËÄ@–¯úèè‘òÖr_Tg'jÄÊh½ð*-w†‰ë·_Ž0õ'$ªyÒ”™¶cÿP”ïj'¡x¦êXÃÝi”¼5ÊüŽ¾m…RŸàÕ÷S›À!c”š6ÍP4σÃ[4×¹ð0 (¬Íï†TÄA…ÞH4cîÃìBEo¨,þÉÄé]³Á6toq¢U‹¬Lº¯ú¨¸}Ã{¼9“ó4M‹„_•ógÖTWß—\i¦YBá²±h{ç2û_ÛèëmuzÆ׸„_‡y#‰Ðœ.â»´†„*ù›\€mß]Æ÷tO?"„ܾJ~Ýì»Úc:‚Úå]rm®HD¾ hZ¼^¶[·x‘Ÿ@Éý>š³¸2Ÿ·¤¼|⪠*’Wy»†êc©s×#E=|æ–;CÃys§@E
+ý2;îsúTæ¸ìt¿¶£Íèb]4C±¥+)ñ²w¸]°¨tkF·ÔIè%µé¬AºÊä9_>/\_ˆØ“ÃèLûBu¿F®Ôç¯$"Ãœ?t!ÒЉq±¡ÅÑ ~ÑVf=Â^²s†âØ®QSîh¤Jywƒ42)Ë솽ŠËT,.zGnJ·oÚJØÐ6£¿Ï¾2ì|áð™¹ë†D»î0™lΈ,,ÀEÉÙÛ¸Ø[îw2ïÞL P’CÌ»Ê(Âb­EE(½†)kê‡`ÏFZ Ö™ó¢øh¸åBUGÄŠ|Ë ¹ÈFh¼z‹çƒÃY}lš‹Ì²
+_W.—³u²±
+5UÑŽÌYqÖAÇ[¬ÎaB°ôäÓdì×?îo-3J÷f೚jY&äT{E‘Š›[4Ì)®½Ð·¤¾Ì$ð–QÌžŸÌ@×Sƒ$_Ûja¹|s®§ [Q{ƒP;Ù/Æ1ÿñM·Py’ÓîÓkÛ¯|ªâ?Ë_¢RW¿Xr9Úf)nÚTLpý”ç8‘ÿYì¥Bì‹œnìs_â†ùn_+ŠI¦skRðéJ|J[Ï¿&L}!*[ÉkýR^y8b8¥ñð¶i_T+º>ÏCÄ-ˆéafOvâ ^`Óv …Î/E{@1Ã*jgE’šþ‡CbUP+SVu·C|ùÓ£O`cåµ(‡a¢Mñœÿ©F_x8“ÿ
+·«m"{Á…Ì@OðEbá\¢R„¶˜ùÌwøÞr¥¼#ïø@v–¡%´u
+yu..šÆš²f$qêÌ&GB±¢æLæêÒ#f¸],Žë/ÞŠ,Z(¿ÚóPWngÎI0šª#ˆ4„’é÷96-·ãädŒu_"Z>tSäàўȫ¨ò$&ºoªIª¯Cló%ܶmájK¬É—¾\§Ë°È…O1اkýËeû7R0ý‰ÊDö®ôÌèw8õWr k2DðGÍÚP>`%ƃ4›¯U¤ÈÁÂO^âVqª?š'·Ø8ãIá?cú"8Ù+RŸŒI¾1ž§à¥òÖ¹~3 ™KU›<8ž¦'qÿæ=VÝ1~²Qè¹#ð5eÊ‹$µP^÷;ƒ–ƒ–…N¶Oe Þµ©OlIûµ%2ó“´<¼ýE™Bbª`uŠ9_-yŽöÍüžjbŠH¸KCõÉû³õ¹/Y%éÆY Ôe1øÉMãšHDµË#ë¹óçÌ-_^Ý]¨½Ì4Ûy£Ö’ÇX5(&kש®j ªŠ6=TÓ'ÑÀÀ­*ˆ¾ÎálW
+î€ãÏ™Hóí$ºž?]»¿iL¤Œ@ãXm½ž>}ê2.c­¥bU±½õ|÷@)»‡ó¹L6Ô©tÜéÓaý5°÷»Å‰zêwR<2zkÞ¸÷—RÎ-€IÁ€ôm휊#¸i;áÐì;“ËzoÌÉF?: 8ª"’iªðK6ìq¼È‘Ÿ‘;k–|Ã*"‘sïšî¯Þ[¼ìE‡aTq¢
+½$°¤M&зüÙzj®ÀȸØNL˜¦’
+Þº_¶ž[Æ; ^¾kAÅ€#È´/q%ÉŽ‹l@ÏV8 rd±Í—R\æ+!lÀ´"§ÚÖ0 ðÄCž[ž ¶vÿZ„5ªª÷ŠX:øƪŸŽµcÖò™@_Û÷«³ì|±w¡vv½w|K¨5»‹
+Ý5,?~Aþ’ÎðŽ„œ!`}{!µ¤ n÷/YµžJÉXMX>¿glj«yÊš4¸»+e±(Ok˜¸±[ ^ê\ßnjD¸Ö›,ÈØ„;)J/£h—m°¯G?¾pôgƒoˆLOe9ïóÏ­4(™;èÈ¿ …7Óê–©zÕeÁÇÙ îêñœ‘Œ #ç£NÆ
+:¯ˆ™eßsœbû8<Ø.mªnuÎY·h“|ža&ºCÑ‚›N›ƒ¹‰)üÙFw±Mà~̼‰JóCSêA¼S4ÑÉǧéÉBÅwûƒ ‘»oCäÊŽ:jbðš Š`“‰8“]‘ö†©áGb§FÆô€_Àíâ⾉U¤0í¶×…R;ñæž±
+ÔB;Ë®&üf
+):
+á^§³Q(À´—«Þ$4ÎPìkªû»l}ü~¤0äNnâ²½(ܪ©ÌZÁRÔõå^ ÿô2|/ÈÜb¢svµ˜§“WI«Q CKá+!fµ2¢šÖdØ=ÿ–ûë`“hÇð+,.­¦ìæ¥<Æ?|vèw(-w &tÕ9œS¶\€R#êÒ&X5ée-§J¸@q=Y¿ %YuY¡B¶çŽ¤}¿n~XéôhÅ…F' E$WwÆV^Éœî¥A2òPkðºfȾa°«ÍC¨6"8A‘÷ŒG /ßt®q¢]&Ñ]ôïÜáßÖ4S^/Ü­!Wà_ jkíͤÂEáûˆ|
+²#È‘_±/\J‘Y*ŽPåSôåçàZ* i’šFíΊ꺠‡Hjwñm‡NeÀúè˜3¶þ A®¢ú_e3hy^HZµp–…ïjÇéVŸÅŸ@ŒÛ.¸–;ŸŠD›Î‘é…Aüý´ à?™u¾Þa×y-vå“æغD´Ó‚Bvo¶äW;ûãVÏ'@ê†A>%i 08[­ËËdxÏ¥—?Ió‡ò`³[\Ô•[ȼP¬0•®;bpûÉÈ"DoP°ÚS\í9ð£øG :ìÎr";Ú7:|¨®]ÉÄ,{²^Èñ°rO‹’rÆëëéT¨Öä=F† wžJç³ûl•§;‰ŠsÅ›vtî§P}#ÊÄ
+BBØ罚#ñ¾½,¬ö%à«ûL?z•ptIÂñ;Š×¼™E›Ïì×ÉIGpº!a¡eØyê3È„ê§ñ¨Hç•'òïF§(“'œy¶HcYúØ׿tд5Ùõá9ˆ È¿æÝ¿DŽ°^·œIŽŽ‹o%dUøIå<Šõ|Ëi»Í\Ý£»±ŒÑÍc+Yh^3gbˆZ&ÅÆãq2œ¡c:Ú’£v—ÈÄEyæZO
+S½Ÿ|‹€Ÿd”’ÑžDkø¸:ùö¬ƒÓ@?MïbÓ¼o¶Â¼ìƒˆ«Íb†0…Wê|l™Õ¶åÎ87TÍ©49^#œÂ}œ>ýG7Éw¬^B±~ý)dÐ ¸ÅÇõo¢r¦(rhÏÝÂÕ7?4)L€ÙjAèïO}!pAzUA:!×0Mfä߯¹êB”°ZA÷Ô*"Û:!Ï\5¾@Á¾ÿPÍ¡5Qq'i²OšL9wo”/òüÉ»w~ô; ÷4¼t³>7[Fá»ÞËBÛC±Õq‡q~J°²Pð C˪5URVd˛ㄒ¦Ò–)¿%(r̤ã ƒ×kXÛ? ¦>u°h’Œ,X“O¢˪apî^'H†1 sÔ”ŽŽ[li:GôÑçÁ$4ërg`(Ô²þ­?O6êLí\¨^1Ù΢\Åô%?‰øñ
+ž)ž‡®ü.[¬æ™ª¡X/©\=Mlð:m+†e¼)-¨5¶ø†I
+Ê ÎC(WM5Š«.9Vyˆ<;
+® ºÁ@ªìp÷&kjm¡2¢ qJæÈõcý<4¶ô ¶ê
+˜¶Ô?"ïÜe.kO‰Wﶕw hµmœøñÏ€J¢‘b»ȹõÎç¥Ø%ÊÂ:ùv~ZæqŽÒëËÏÙÈÿÖ¨75IïS…hå—p†t¤6ÿ%{¡’ëB´eë-ùµR“i¶×r(©è‰Æø¸Ò•›G[ñKý.
+Ì —QBæÓ¤#Ø&ìÀ3¯"ý+l‹Xü¨Ä«¸½€šM½–ãwg·ÅVh]F:ÿ/ÂöÙfò¿ëv6'Ê›óUžyh ‘b’¥Ës~œbôdÒв ôáÛ^ÝÙ:jÆö¿”’ýqoÑHÜîó7ø
+aß[‰¤ºp5ûŒ-'ò#
+å¿ÿKaI)ü½p¾QÎ[u|:"ŒÍÌ?VáËPž¹ÎX ;ýC^ø%¬™Çè4Ûð>ðŠ‡ü€Kê×BQ„ƒ5ÊhsÎäºKà~-F, vÛvÜ“
+½$„‘ÓJ5”4ÇÙp‡žw¢ÈP‘°üvü«vþ2g€ö
+<øø½6¡B­g™ïo®gK„|6­ûä¶*¤LÑŬɵ§¦á!h·€èvä
+EqG" ZI¾-ÕÖ÷óÅ’û=§KïH@Ãõ½3ªåŠ¹Â•à.ñŽœ¼ÈóíŽøöðœ¨Mÿüójü4~Ë'Óeh œ,ü£%tÑù:‹½Ÿk¿¼¿ìK—NËiøzÄR<R¸ØÐ3¹È ½>”™ºŸl»Ù¦5ú=CÞÝ9²'¤°fwìdeCÁ¢ægùË­-³O?)æ6‹¼D»?{7ŸŽr%þ(ÌËõvW$*³’Ú)cÓAM¾ùh^ËÖ·z(3-+sXj‡¯}yQ¥ îo«]ŽØ­Õúb‘"GM¥}ûQákõ@Ú¨jÎT °Ë}lpÑWâDîH­»’­U]³ÜæŽñÔÐM‹Àês›É/ÝÕ.ÓPI½{gŽM¿æØMÂð#Ãùó¸”Ò}h…•òÝ6‚ê!–U·dò])>˜nÄýLél³gÿ—Ôà^uÇá2wuvsäØÞ0»Ww=C/Q4Ûå ã§yµSÏ{Sïýs²¨yêb9UþÓAwÀ=¬Í7‘Lrv,áØL7fñÝEî+b
+è®Ý1ÂqÎìÂ9G@kسýø™x*7wFËÎ&ñÄœ={Ž&4m}ý
+¯ó‰Œs%“q
+Þ Ôˆ[uϾî7ë¥`e\Q<˜ÍäL•„
+ðª!%( «?µ eŠnÆgbý/¨pó¼7EÛ~È%¢&êT_eƒéÐ5D÷vmñàÇܘ¼3+p¼ðÚ5Áª8Æí–ú2Ä k³Ú4«jé§_¸É§Öý,{¢Äÿå3bÈ×´ TÑ;”çÜRòØÀvH
+kZ¡l£ã>˜9ÔD´©t³É=r<@JÑýJ™#§|‹ho·<´Å¯¡ìAËQ²tX~k6µóŽÀœ·çã¦Ób7èYV³°¡xã¸Á\µàîæp«žðûŒeŸª\~%gר«~2Ea×¹HÝŽËöêÙ(àK²+‹Êu⤆Å}¦²cÅ"v¨Ãw»Xµ$¯8ª†92—ê 0Vr÷ë›û¶N…}÷•_~—~˜ÞÉ7M—OÏWY¬EÈ1bn+¡wbÿ =ÂKÑa‡ïÉa]_à-¿4¾Á 6¸Ñ¬W$FùÑZixY×2'‰´¸ÖSLËŒ¾¬m»“òtöé¿2›g\ß②ݵÎ<\|PÆ•ìÂ_L…2,Ãí2 qùâÚó8æ±`\/6FÙUD Q½|pÈ#Ô_SªÊVd¸]/Dt壗%F”&¤½ùöhz¿*毺q_½RAI‰óÙ.¯r µëïY»F~¿ ÉP‡‹ŠUeàÒeÑ>$h¦ïuú%`›Imìj¥Ÿ¯ã]1?æO3¾­Z¹}nžé|ò®CƒÂ‘Ç]@!™½ð×w¶~îØÌQA*ý‰´z_j·ÁNÌÌŸ;æùy›cg7;åýSÐEˆó^{¬Ú–Ýͪdj—SÔñÐ
+w,µ¦S¡ûÖTO¶†Ûhí]ÕÜr!{²¥ «oâf¿=ž¾Óü2HüF´j `TŸ9UÔ“‹¤â|+ÈĘG±ôýNz"?o;Â$Y£ÞfX.Ïß0¢__Å¢£ FagÖ{ ”5¹úa†Ë¢î™ˆ
+¯Ééj€h-‡†›Ï%e‚F…EUü‰MOëí“øü(9cþÜ¿¬•¸«ØkŽÀYÃÙîKÞŠ-hU2RÝ £ÞcÏfÎ\—˜Wì íK¶˜0(; ~ùfCãWÄz+?¹W|r-™A¨CË×=mì’ú®ÏuFV•~:eÛS9Y…[“ÔdÇfÈQêam€.õ©Ž'l稫ï•“áGd ÇNa0ßÛETFL÷Qü ¤ !mÚŸ9©¢›K Ñn9a“:]¢´g«zŽä}áƒ
+íDØÎg^Œµ+ömÛþ€5†@¶yX;Xýv¹nÁ@b*çÑWuú =(ü2ú,Lêy =‹Ýç»]ð–{B×åC?“œw)tT"ôJÇTWddv®ùKéÎE(“uÓ‹]˜$hï¢÷©FÔ¨SVžÎØÚP¯ãfŽ·KÚëçŽàrdh@½kœåÏv 5™ž­Þ¬
+~ÎëF§² ¼»Ããi!†P°»2,û2æÆiÿõïc¶”$^þŠå’þp’¶}¼ë“¦¥ç߮ɂ®ÍªÛù]tÔ-BØþÄK¶m**d“k›¼5ÓÂ'r3YDQImTiOÎ2í xéc{5”
+ô9 š+ŸÃv9«Ä`Ô¤% J;Òn~æñbƒðºŸb|}î:>õ›•/7u±,Ÿý=sŸ†ë噥§5¸ïý¬ §Ô
+º®Ï¹º×ÞݹªîhuUØ)7¿Ë ñГï±tî ±.ì´Äîp^¤]ŽþKàd-v
+JbÐå%‡;žGú¤W0ìurPm­¥D°°÷©€5Àè{›µé±./Vû|Ù|+Ñ<©(œ°é:hÄ}ÏïÖu´Ÿ›laêDZ„FþnöÆ{qà:~±4=8GiAD³á`
+ˆ@L§3J}ƒÒe¹­î&¼ÕÍR5¬fè¾(á€{L@ ²Ì—%¯ûBw­zF‘©ØÝå%Ÿè‘fáh¥ë`ìÙ~'lXhîؤ´¤Ó®*À
+³DÀðII2¦V­©p/Ì/]Ôö’;§¡òñd"Ó En(@õ•Z„nËò!Q/¨
+èqaVå <2fJí$½$˜_30Q"Ø$´n®Ç9øú•Lëu“:LîOo»¾t×VZö­ C-bÂ+ÆŸ ]È,ß]ow‚Þu[À|qg4kéâYù‹êÖ%I¾¤4ÃŒµZnXñ±J† æüØô!œYè”䢔ºdÝ·¶þæ6Íõñ/½K²ú9xáO
+endobj
+2180 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4899 0 R
+/FirstChar 0
+/LastChar 127
+/Widths 4900 0 R
+/BaseFont /CSWRFD+CMSY10
+/FontDescriptor 2178 0 R
+>> endobj
+2178 0 obj <<
+/Ascent 750
+/CapHeight 683
+/Descent -194
+/FontName /CSWRFD+CMSY10
+/ItalicAngle -14.035
+/StemV 85
+/XHeight 431
+/FontBBox [-29 -960 1116 775]
+/Flags 4
+/CharSet (/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/arrowright/arrowup/arrowdown/arrowboth/arrownortheast/arrowsoutheast/similarequal/arrowdblleft/arrowdblright/arrowdblup/arrowdbldown/arrowdblboth/arrownorthwest/arrowsouthwest/proportional/prime/infinity/element/owner/triangle/triangleinv/negationslash/mapsto/universal/existential/logicalnot/emptyset/Rfractur/Ifractur/latticetop/perpendicular/aleph/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/union/intersection/unionmulti/logicaland/logicalor/turnstileleft/turnstileright/floorleft/floorright/ceilingleft/ceilingright/braceleft/braceright/angbracketleft/angbracketright/bar/bardbl/arrowbothv/arrowdblbothv/backslash/wreathproduct/radical/coproduct/nabla/integral/unionsq/intersectionsq/subsetsqequal/supersetsqequal/section/dagger/daggerdbl/paragraph/club/diamond/heart/spade)
+/FontFile 2179 0 R
+>> endobj
+4900 0 obj
+[778 278 778 500 778 500 778 778 778 778 778 778 778 1000 500 500 778 778 778 778 778 778 778 778 778 778 778 778 1000 1000 778 778 1000 1000 500 500 1000 1000 1000 778 1000 1000 611 611 1000 1000 1000 778 275 1000 667 667 889 889 0 0 556 556 667 500 722 722 778 778 611 798 657 527 771 528 719 595 845 545 678 762 690 1201 820 796 696 817 848 606 545 626 613 988 713 668 725 667 667 667 667 667 611 611 444 444 444 444 500 500 389 389 278 500 500 611 500 278 833 750 833 417 667 667 778 778 444 444 444 611 778 778 778 778 ]
+endobj
+4899 0 obj <<
+/Type /Encoding
+/Differences [ 0 /minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/arrowright/arrowup/arrowdown/arrowboth/arrownortheast/arrowsoutheast/similarequal/arrowdblleft/arrowdblright/arrowdblup/arrowdbldown/arrowdblboth/arrownorthwest/arrowsouthwest/proportional/prime/infinity/element/owner/triangle/triangleinv/negationslash/mapsto/universal/existential/logicalnot/emptyset/Rfractur/Ifractur/latticetop/perpendicular/aleph/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/union/intersection/unionmulti/logicaland/logicalor/turnstileleft/turnstileright/floorleft/floorright/ceilingleft/ceilingright/braceleft/braceright/angbracketleft/angbracketright/bar/bardbl/arrowbothv/arrowdblbothv/backslash/wreathproduct/radical/coproduct/nabla/integral/unionsq/intersectionsq/subsetsqequal/supersetsqequal/section/dagger/daggerdbl/paragraph/club/diamond/heart/spade 128/.notdef]
+>> endobj
+2172 0 obj <<
+/Length1 1630
+/Length2 21082
+/Length3 532
+/Length 21991
+/Filter /FlateDecode
+>>
+stream
+xÚ¬¹cpgo·&Û¶mÛ¶mý‚ŽmvlÛ¶Ó±m;yûÿ<sΙ:ïÌ—™ù°«ö½p-\ë^µ«69±’*½°™½ @ÂÞÎ…ž™‰‡HÁÊÖÄÕYÅÞVÁž[Ž^`áJôWÎCN.ê0v±²·3vðïÄ
+ùÑ 2m~Š /#+cå‚UòŽÓஉ-+ÍÜÄ« Y Í« ³R5õsý¹ã¶Ìûãeû¸Ôוüo¯lÃç*Qn Ï[¼L Ö0~©f܈:f°ß"†ÐºêYELt@'ð´ÎY½ŸH¤=Š„¯½‘ Ú“¥ýFÈ­;ÍóYý¹#”‰ŸÅÇKb_ã²ÛSàRT帳Ô *à v–GeÕªÐ]– <\ä%¿ß7ŽÞE]Ô€†œµÕó›f¢uaÕ ÔÇšàÕ$QsÍcyŠnÍñÈ`QNPWà
+É#„£ú§C‘=‡U`3Ïl*€yQƒµ#Ÿ)`ÝÞX/©åàªõ„C‰,¸Hì}ÈüÉßÎûn–0Ð E0È Æi]V·v¬ˆJVôðÚ˜§9^À ”Âd§±E!Z©G5òV©Í'Ox¿ N1–¬B'hçSOª>ìfèI«C¬¬}lšBºB'‰ÚѪ:È×Pä`fHNAøÞoäá÷™Ó â]çiš®B2Ù€”Ž1‡ÍJƒfÕ¥×n“~÷ÑJ°÷7h¹8Hlii]°4Ôg‹¸Bh¦úWm2–Ž±ÀÇ»p­—ðä,"}8
+íÙAbKƒ94§ý®½„é‡ryË‚¨mç%Ç™D]Ý`ñJ{–‘‘Ê Gôxƒ9žÝÒÞÐÞB^ÚÜ£x>ËÌò
+©GIH¤œ²º‘ Jþ„2ƒF|5å™Eý+qðÆ‘Õ6MŽ–QGËý¨ù•Ays»³˜ìêgÉÄÚ/l[¿E*0cEgøZFz‹¢arÑ=
+2#Éqêqk1Ƴ-r9× z>Ǧ#ñQ†ÄÍsÃÐÌ+Òµr=MƒµÚ´”å>耼ì¿ûG.ÊU¹k8·"Ô¦ÕÒL©ÿ6²>d[‡¾¹ ‰ÜeOŸ±Ђ”TP(ÒÛâHª$³aÂ?K'öîƧ%Ôõj¥EO@:I;L 9g “°r 1Ÿù‰/{
+–/5p˜ò ˆ[wÓ-w¸¾Œ £CvyÊ’ðq;ÄY½ï³í³íám½‰À߀iAØžŠÉnµµÙðSˆ¦G*}.á‹ç8‚ƒ2H²5ÅÅÜ÷
+ón6)û¸>36ŽÚHÉOC­"+'¶K5âi~Mîƒå§:éÏû\KR åÕk¤£€Æ?%k•®Ñ+o¾å–`‡=¡sAæÈty±‘$ù‹?FUºÆ9Ÿ¿æç=Ô€dâºBŠú"Ϭ¸¡­50¢ÎSq*¾pÇÍ9K-Œ'
+Þ¿§k÷OªÇ¯ówŠ5¼.^ƒaï1…EF×ë0œa÷•q¥8% ”öG3ƒh`w!E{.á«í
+Š`Â+óÖ eYžö‰:… ´6
+éÄéþ‰é¿Ã§7z"sð°úZ¢ºD­×4™ô$›Z˜†_ ûÈ'» œ–›ŽAupÈŸrø%ݹUWE¶ñÄá¹ø£¬¡¨xvý-IÄÑ{Š#x»´|ÙR@Ç t³Ñƒõó;’ýîì1vËL²zZq ×YÎuˆcâÕÔS„ú/#4-EÿƒLЗ”p¹ïoý"§è‡iüH"\©VB­Ç36…Øž]Þ
+‡ Ñi™Ôì òKa7) cÈsoæ¼GZaª  #!€B°ªBõ*ðÛÝ}™¶;ša?5rî yFqP­ß^º[®‚(&fìÆÅ­Hõw…mX9¢ê1TÅOôëç:†Ø~“9Àinø¸ B[¿ïb⾟,´m2râÏëu_ñìÄË áM4LUõY ²ž‚Øù×ݼdz­{pÕéó‰è¿IÝ–
+ÈŠ!a ÖA4Hå f¿§P7
+B[ÙÒGÐ/V´ÃÍëÑHµ–?8f»¤N'Yƒ=ÎÐ̓“)Š=É¡° £SWxñMò+–Ê]y¿î½lu°M+À¤aãMóN,‘2±(‰æ÷ñJÇÅIk÷>‰ë¦””3¾@ÜNðâÙU­–„·òiÒ‰l“t×0Ï‘¦bcÙ£]›úüþŠSÄýÃáë¶hÑ<ð« ûg"íøÕ'á®·5åô꤇–ÿÈJÔÔ=fÙõö(£f³0.Os\Êþñ Ž­d°¨’F¥P²“{·eheÈ;]÷wï ÙÏ)my¶z¼´#ßCXK·åÅÅqŸ6`nWY$ù™^Ç ¤©Õ4lºm…ˆpúÅãÒÚR˜¦Fר{†ïôÖÀ*ô¡ÝÎ9/Ý‚wžŸcá[[ËwQdðæ7`ÕàÓxêÔ–ë´Lz™8Sªyô·±ˆ²£ºµÜ‚omEË.ÌtD¬ó>M§„u™™t•Ó µÅ.£™ÃD,AÈ£O<?7SG)©)[Òàwª~H™Wðé»@íižñŸ°Fo§Lxîãnöx@¢ÅÀ Ò®wGÑ Gdç ˆ¤£=?:²$™jçMÓùjUâÝžõmmçaø`OàÅïF$zH-X%ˆÞ7bôð»StÚ]jXK®i×1žë’à­í|JßFgê·+c øSܵôÉNÞ›vêºO•2I9ðgl’»y°¶•:xÀ2ÅÔxmî
+}®ÅZS\×Ôð3[dºÉ÷¾‹ IõÎ{ ÉÐ sÊÖê8€Å¬¥ éŠÝq?[ù¬ùä¬Å
+r¥rG««Ú4
+í{A6,’…*Ea yUØHßRÇ+Iâ =˜wߥ¢î”°CMnZ­U’=8Ó>íÏ9ÓéöØcšúÐiU_²Áùé˜jUÒäš¿uXQÑøŒ±q¾ƒX «NB-·¡"a‘;éõ­ûo2]§gŽ©s¬‘ jdþ"lÿ¸¯ùÁ6ɶÜÕÍX?$TŠÂÛ?oAˆWÖM™šë¢CMéDWâ«›âÛ‹5ÀÝÐ/¯Èn•‘?Íò-üU5˜jF0RåkRek½îþe¶ÈΠÙ¯ W¯KÚ"YÏqgôCðé ¼4À*Ïò¸µì”YM_„,i`¯ Ëbßê‘Ã-¼˜^ý·©Qâ§ß—o敹/Xò^L_ñC_ƒÉ>]¯x t,úF:|h„‚gï*Ó–â…/™LøX*ôZÈ\ <+¼ü&…∸@˜MÌ·“BZÚ·º¨[ÿ1=N€—ñ ¡·
+•‡·£æ'bwyáºx–@V#îõÓ“…ÑŸ,·©Œ+40µ„"šèÇUö‹T®mP¹YYY~8C'èõÊ­çT½˜ÀÒ=rÊè ÚÐXóù±‹ªÞB&Æ8
+s×$R±—Þ‚eÜu"Ô¿AÕcòÍè¸ñ¢\{eõ€4Å—r/¨1îqŽ”7ÜæŒÞ“jwVéƞʂ½¤g;c,RðÙM{jýõïèãÒ¦—q1Æâí©'RIA­ 5<nšÍ*0\ èµvãmxÆ°ùmȾIma6î‹dxµ9¾ÝáB—sÔOØœŽœ,uíT2 mÌ0ã9 ÊÜ„ÀÞ©Õ¿¥ëNî!–Ï”?l]P-ÄTþÈrÜlrI¸ÿêÄä²!ÎÂݺ÷çMÁ¯} @TB-!2¢âï"$P¹I Í6`ËPÑ0¥%9ßÌ#£Åzµ¢
+þ)…kÿJ¿'·|yBBè~BÓÞ•’“Õxƒ™Òc&á^øá·[í¦b­ÀU09ØÛ„:>ÎïÅâL©cE/¶ÄMØD‹å ?Ì?N®‡¯¾ ß"ýý⃩ªkï‡å©[—¸¢xRäI‘oÜUg§æ«ÓŠœo_Ïž ôãAU¯J—Ú ~?âl‡HsÍg½;¡[ÆŒªœ[Æ:ê=X#»ëwߥÕ/•à#l ~úÌVt]={÷YÚ¾’lI’ÈÞ¼/‰‹r’üæÃI {È­ËÀ1S:¢¥SÕˆ¿™¾ÞSª'Èuáç?RJ$-\çiC¼¹zÒ©*8+×Ñ•!®¼œy~½P„/˜Èþé&ìb¬Éœþµÿ´¤\x L¹Û:]½k¯ôœZPžÝ”VˆøfAÜ^³¤& Q-µ¶´ïÞï:>Ç/†ÛFðÑ =ž<—zŠ pèl>m‘»ÆZcùÀ7.ä¦Eíog Ç Õa½?
+ðµÊ›6à úõâ×¥qiõTäÛ¿‚"ÜžŽ.A¿ Ø@š¿èQ{Tyršª•ù»wóÅÙn‹ÁÊp>hZ¦<¾ 5OÑA¶dYÕ€Ûö§±G•Tf¶LÔ¡25%³«’öÇ)ö^㉰z²@UÏŽ(¨PRïRb€î®Û³3—{|I½$·1mÓø%M PÐùÏØžÝUG VtÚµTº]s¹VÖ Á×–³ÒõÇw.[“J˜®F5ìÁÆŽYÁH
+Û?í®4>XÜMzÁhýÀ
+yÙëµ æå ½‘e1 8uÑpõù9„˜ÞÕ[c'P«! ~¨Oše¥žVTqÀ$­FhfmÙ¥÷/ò*cԟǤÈôºxny2$]⟂J¶o™g¤1±Š\§Ð;ôY¦®ˆ¥‡{}ó–„Q'è8\Õö%¥ýõ‰]eØ»_p$ýñe&œž¨ÍíQ•
+(_ö1¾Âú¢í‘ïNM‡Vq#ëµëÝÃß„”À'Ç£ð[zêR
+JqâK?Sx.êe¨¯” %ß¡sÞq†ûUv²ÃØ6¤ž®µ‹ÖÁv[â aw]ÉùOcâ|uOÇ©xv:Ði ŸÛÔö±û6Gjìð/©ÐùE×xêÐÀÒ
+<)Ë'šX¯.à ˜#w³DÐvFEaüIAnòý¸Ü(÷?ê'ЄÎ>Ôuad¼Eöu ŒKD¸Ò]¼ÖËõçS“Au»•™*™: 2—šVÙá˱I
+Þô…$€}°”LR¦Z‚«{úî>ߟ
+*3&ÆyŒ¨7Ò¶öe2a禒õj¿×ÐA·Qè^Å«-ö!Sß«¤'®àU9µÉQª1&ôÀ˜Âã¸ÈˆÁiII„ÕG²¶§F^FxØOá,ß¡¶î“ý]1Â-Hû!ðêR‰¡AÌx™ý+°§&Á$µcœôw•9¿aÁtGû㩶´¢žÇm¬\;KÍP<eWÒ68Ûž&¿m2ðBŸkW6'iI~sI;0öÌ’çèvM„«†*1<äþ£QÐo¤ÈIû¡˜`Ö¾:Œœ©É Ë~zÔ>ìÍ¢ý¢qæ2&¾uO¾`OÈy˜ Æ‘â
+|!h Ì„×
+ÌŽàÀfç÷Á^ž ¿@nRñä'ÆPÜÍ•ˆÚÙI“%»­0ÂIí°T Ÿè›ž¤Æ~Í-Æù Úø‹»?Z…¦ýóâZü™‚˜ê•ýe©fšÐ;w¡AÉåîZ†±¾‹(ðX¯±ÜÂ5û®°ÆyÑT ^1o…Ð÷:ñYž[kÞUüÜïä†j«'”h9ONË×~H<zfv¹‹(Ãð1¶®J<‡­0µßg÷Ëü7;ˆ´Ò²›(2‘ë8°]W=AŽå[‘ÐQhŽàauhïú{z6ÌZð|Bf8¢…A=´Ê;oF)׬ë52š9WŠV w™E Ïæ«i˃BÒÂX1|uº„]v2†D¦×ú…Åt€¼lÄá ô©Ã%=@Ë¢ÉBî¼ÇÀë¬óá”À—¹Ý{qÔRúúIOö­130­ÁrÿF§ ll‰8T­eª#ßø9Þ›^:¸=ëÅ–=5‡Ž¦80]ì(„A;,HT—ývCôIŒ½¾ƒb«c§¨Æ5“GjâæN¯R%Šúv«Hð:€úàîÔ9ؤ§.\ý¶)cTµÈj¥3¤=SæówW塵\}+SänÐÓú*¨Ç #݆ÒÇ…¬¾é<ï±Ñ·8kØV®HØ ƒ´]´Ñïg‘•ïM#õ˜螸ɯ˜^Ä 5ÞÕ±H¹”û‘Gù“8^R‰O%!kËF¶EöØ QÁ)žp&Çy±l™+j”ù·¤äƒL]m{öƒE èKéõŠ7ÎßÃêî¨?;‡½™00Õ†ÍjTùã‘À¢â-KãOÊ„@ĹÆÓÀœï‡rÚFÍ92T÷EºyŸ¶ù)ÞÖaÊ7ö]Ü0õEÅpÛùÙ¼¤¶AøïF›ò¶~ð?ÖªÍgªYQßçêTAý2®ˆ ,Á 1-)ÚŸäû2w9&éÁSZÐ.ù‰wµ.×"žS"€ó
+Ë‚wzÞ_Ëî²Æ-;L=éŸçy‹ ,–,M°ââZÍn'U™ïm[ê]}_Ò\¥¼§¨mÙ¤ª¶ÔTm÷áï oÅÕ(³}ÂuN$ºk8åô‡¯Æ‹÷+Ú³ûp]œoÙ·U’L$ ®ÖŽ¤ïŽBèÂJ·;ïØ^¦¡ð–âdôéo¬“
+c4
+T¡ødó aB»jszë9Hì’¾âz¤Ó~4ÈÔvõà?dõð'73ñ‹ÅþŸc!ö´ª×Þ÷mpÚf~@Åd ~´a£qÁc±#x­&.n7ü Šo³õØÇ9)Ú5ã<9ÞéYcEz· ~ Üh㔮ѿ"ÃïJ…/ **<EV.jµ7'%Õõé+ÓyêéóîçÇ÷ïz©†®É² Ýnî¨S&Í“Ñ&¸ð?ubû¯é|Öa6Q ¹ªÙÅÎ$ö8=@døÚ³ã?Ýoî+âéZ=¥i[¯SÚf[«=œ¨‹Ù6×el™ =ȧâ—ç'.ð+7ÂòƒKt–k~VSÀÔæi3žËüIŒ|ØÀ2÷×»åò4zÀ鳆R^ƒòŠ¥….¦Ú¹ÿc’²Dˆÿ‘sà›>ºû¨)=ʲŒ
+Y6ëÊ>ïÚH'µ i£ [s›¹g>ú}%9ˆÿ;ƒVxè©Ѽ,ƒIš¨£áPXÇ“(Z° ßût”‘@5 ænë Ü¢2Eo‡;ÖiC*C–Õüå}•&{}¸—/â‡2Ì_ÄÄwïE>ÆfRu«r]ÞcEQ*j]¾ö%ÑõgÈÇÆeÝû×ö"©
+°ïWˆ: ¡ï±„)¼îÁløÍé¿,E †²˜wÖvhú„ÌK…ÝÈê ÅÔaðY«Ö!—-äÇ[¶˺YAGmvˆbýy"w¿EÙôpW=—E>%W~ñA³aT5°·_Šº_³àÄÌêçðuD-˜àªš:³à+ýzD±pØ\4£u U·C<ò8ÀT¨([,m¦j§©5'æ¦E⛫;º œ”„¶%¼Î,‡†5øõ4Ò¶l.Ó­këQæ¬
+#ÊÇãž%¿M™ü&¢”ÈIêZÞ#aïP붧õs¥SJÀCòSÁ7¦ÌƵ Iþ5¯¯5ªbVÜ@Ž5ËÉ)C×ÆæG¢<æhþü ûÎz}o¨b#y+D|.}^´mÞ ÙùêC®ªæ•ð48X¼6¤œ­íú³fn¼m²ó`ÙeÏ!"Ê]’/äÖvŠDzü:±<Í‹’Žõ’†T çmi©|-E_ÑÆuÚèòË°|ùz¹åCÇŒóÙ¿|J6QW¥¤Ùw±Õ·9¡O
+]ÚNÆ
+ À^²­›Ÿ,#½–àeÆiœ¡–pJÌüô«Y&µ(÷E¿&â y†ˆŠ{V¯êsQ‡|ë+Ð ò=yÖ{*Ts˜ùŠ©9^ß
+Q¦±Í÷tíŽ"´”Ëœ‚­7@“›a¡-=©EÀœ±#…¯f˧¬P"Wc½Ø¶ÛÀTI ™X±:…rW×%È€9Ÿj®QyfJ´<–ƾ€!åÉ7kÁIÿ®eX{ãJ½aB1ÓSˆÎoÖ°EýùUÍÞÉ%dèL1&6ÛI3Ü÷.;´ÔóP´'Æf±À#iן¹€WýÐB‰ÝW&…K«¬4Ìœ¶ŒÃ À­Óf’q9²èë÷hvßb
+GòÆ<EÑ îo¬žt>>®p¾Èìw²
+C‹EH¥#þ|ä·ÜâóplÑùŠ;ñíSaË%…”Y<ŒiÖUâ©ËMb|QÒ æÓðÔXß`§dXµ-ÚwuQ¥ÆÙ^š–™?V}9VE …7{Ð1.{[}Ÿ’}¡åü‚µKv>åC®`/¶5C‹‹ˆpÂÙ:; õˆn âˆ>¹ÀÏéÈ€ñ:þI¸qGA ¹à ©Åõ ú]Ò"bš „Ñ1o<QóÇÛÏ»O‹z­’xªúƒ
+jNÞ(Œ¦’‘†ªØeâ ƒ¿Ø¸HØ—iÀ´2¨Xm´<[¾lý»Ó—Þ˜Æ ‰ÆÛúšxËÝ["ùîZ¤—Fw†_×]—Ò©ÚÓDUß<O·»dj×Zø¨_^Ç`¡ÊÂÝšîf Ù¹$톩
+¥.½
+3èàð*/%ÃeõѱòçâV¬¨%;u‚8øf,˜ŠF¶©!EnpX~EÍÄzNNS'ÒÏñ)`ƒ¿ëhœrE¹±Ö¤V]½=Ì{Ó­“¡½dßwYr„%ÑmŒ§Læ¯ßÏË|J   Ö觬ñý!ƒ½²õè~±^%8æT¿#}&ÓF`oÚÀ(}+71
+q!ŽKrOÀÿL" $oSuýºÄšH¿¬ÂÅp¦/YW.ºÅðc_å¤ T4ÌÈÂAÍz¦-Ž`Ž¥šq“:Z«F»YY,#Þ”Œ˜Þ
+ðè²A?î²›ÕѨÅ'%d2hÏ.UÒ UÖx µ·Ç˺ Þ
+V^d2|@Ëhz°ò8ÎKYhÉ—XÉÈ’nàC î¿Ï.Áû¥·sÀÄ=ᣠö'·ÄžªRêú&’O92ìl2˜JVŒ`ÑûÃö!Šê§²¤¹Ûû0× Ó‰µ
+5 d˜Öå¶y Â1õ‡g*¸1OØ;†À‚Ægè Œ¢\zD«0ìò^tþ}¾ÝÐþó[™­·Ó|㟷oX»
+ åæO¨â³Î½‹'e“úͦM|€ë[陯›uV¡õ6†êaØfý,lƒ
+¹ÆXƆ>¼+Èþ/¨|\2­áÇ– ®"Ö(:†eð<øÝ->{UÄDôeBÃb@>2(_°ôÆWéÙNR>üÁQ¿‚$3zÈäæC”ÔQkPŠ†}
+HÚB ¹Éa/iÙŠüú4¦Ñö}­^"%›Aç¡`n;“÷7´ïµuºiÆJ"ìÓxžÄ
+£éø1öý¿0íxwèäéÆaDç‡_“XfQÛ"lÛ—rÅV/ÊyÉ»VÂ)
+îE#-O9<9}/vN„”ßV ­ƒÌ½Òo€Ê vðE©k€zŽ°L p ¶üi‰]ÄX÷ÐQÃ3pûDû&–Íè»ãr6ääÛ Œ9ÛN0y'NPj'á[g¿`ª‚û»„Ï“Ñ+_#À'LX¼QÁEfåà"IfÂ¥xÔ(“ JžÅHýòûÇA…Õs,éºç]wÊêÚëÄÙH˜Ú~¥_sòHÚÐïF†b´þ_i ã~ùê«ò)XÑ ÜùÖ…y]ÅIê:¾ì])njàBjžLÔ6lÖĽ)E¤ ]¯
+y·•ÒËÊí8ï.Ruåá+ ÚX’í9àÓ6hµ
+S¤žXRc—;¾9+³;SõþÅO;ê'
+0Y±“[Ø›$Gg´¼É‚§hÌ/Þý÷vµø"F>¼lîœA£­^ešvŠLA¿S½SD¿†Þæ#é~k""÷"ak¡ååQØæhøÔ®¿ —ÿ¡>lûݯ¿ÝËôºVrL˜­K€VšQ’vœæ¬Mçq¡]ŒqkHò‹… ¿É†‡ðÈ“Cjàl'5Xuz Ú>yƒ:Â1œ#à¬pea'ãÝ¿6ñ+JUË­¡¿{B±ó৺$­+ÆÕ+B–ñ²‡à–¬€{=MP‡‰uT
+j$²sè5"òYgÛÚRa›.äZŒly;tXˆ$çi£‡TÇ/쟦ÎCZùÃÞµv Ê·N
+]Á‹Õm¨» ü±ÒsuQ€ã¾™Rðìñ!.mø3@ÏFz’âÃðíóŠÞ¶?Â7âñhPqnqøܽaòWl ëÛújÊ9®Ó æzM#·ÒfÖÒˆ×òêFQAD.ÈÜ2¸ûò\O ÜW/AÞV5ßd …´ûwbÇðIŒ#XF—«¦´{t$ìáþ¯’!" ç–1í›äÑÏ–'QÝSð-uàÌËRÊy?9uö5þI÷ÜZÖ?Zš³èºíg %ªH¨øàAhëªAÙýÇ÷ð∄ ›GÓ†^ÂQlžÏ~Vh¸ýdš"Îà¶Ê+C¼?yÿ_;uÙO‡0|\w÷4ÃtL7ÓÝÝyÔÑÝstMw›¿éžnÓm☣§=×ýîg×çú½€ïÃ*°’pº-™n›mØÔ!åÕv¦V•º|$· @Ll³q
+•Kawz«ÑQ4õ?ÀéYv„´“øtâ²}fæ`ã§Hä&ï#õÛS³±Y꽶ªøÂ+|ì>¹Lc‡ù»D„ïÕ—ÈÒžˆì),ByfÇþлR‘$þJ‚P)ŒNÉ/ï…è“É!š™YP ¢ÅÖoQ0tÑ*MÜý›¯  ¡(µ,.CÊH—µ
+ÂupÚqç“ÇLEF<îÔhî²÷‡ýcH¦ ùÁcùù#ÛPTûÁË…vã>Zwœr#08Å?±°NtFKðŠ7n— ž–ÿçÖ’(ÌëŒÀvðÌqªèø¨B•ÑBû2·brxÄc8K•¦püE
+Gõv^ë_¸»ÜqÁHO±G1QiÄÌS›Œã/iÛ+—òCõ”Ý”öˆw‰V$ñÇ3GX—£KAI
+ŒêìÞߣ÷¼CïHO—áŠrëõ¨Ž'%ìcð!Ãs AöJáò|?…iy"~–ÒN½hûo5Ÿ,J¾žxÈ–÷©EýÌ“OýòûØ…Dç¡wá‚ê€UrÑ1Íó`'¬‹¬ºså£AgC e´ÐåxŸã=‘Ýu>eyPÍÌ›¹B˜tŒ9P0§cú'Šˆó5[¹¿#e£ÂhV{a=kówöõ說Ÿ¨åc4‚±:î†,BÓ븚œMÀbàÕ"<«/wvàv8ì£_XãB‹IG“{Ÿ319x8SÓI¶´úiÒ…ät<ƒÖ"V\COÄ<>"¶¤lu‹ü4¥¿Ô×ð¾ûåKœ‘ø(ÆËç¢ár1~¹K%÷«V!%M’b³ WPC
+Ô çòè0Fü¾­³×è Χï$yÓüC–L³ŠT°ªd¾<êœ:òøûØT]èË»¶Ò³ XÜ\bº1©RSӵɡ'‚êì§ÆÈÃÞ• <Á§ŽLÕ£5#­1j›ÿ”CaúŽ„9ñm¶[O˜gµ¡ð‘S®ÞˆAÏÏŸþ<¾£æÏ7#žŒ{ŸÁ ².ÉØ[>€†éÃä‰êvØ_Á™`«Yƒ.^meOä?=9a.^í|è{M‚s)Dú½K#aUóƒÂ¬2-æ];蚶«,'sJ {0Ÿ—}3l,»>á Ö©Jt7øÉâ9~­8·AbQ¬ Éœ£×?ˆ±û”F¡kã¸5N‡q¼`Ìfš½,¶ üBWð¾ú¦ˆ/,ÅM˜?Þ¡¦TEC®Ó‹ç1Jb;Ö«m×à¬aveQÚŒšü •c'¦œtŒ„õ–;ž–¼|$–¼“¼l›¡MIìͲ-ˆèú¢¸I_¢ûÞôRC‹ÄÄÑênâsQ“ÿ%‹,—“eª›|>d
+a(¬ãz iÅù¢H–à" ;Py#3¢–«…^{¤RÖŒÙÅNÃ<]Z‘DÍD2eD8ÎÑ£9ÛøÏî¨é‹˜í!ÄguTÛcá]ª—Óð–B˜Œ‘ûú_Чƒ›3ö»o´«Û_ªZ7¡>Úôr–`Ï·ŽÆ\€åŽs.›sØÔÉ¥¨Š
+v–j[¯ÈðÙ¢û¦N(úPßY´XTìj`ç‘í‰`&ôø
+a\ŸI¿ ¿½`_›3_¬˜;:r,7"*išü0£ÓŠ½=p`—©îB h·âVóâC¹-ôµt£RÉ⦬2žæÊ È…¸2†áQY¥R$kßÿ•ÌŒ{Áòï™PBxÝî à¹F[Kµ¦ZNÆñËù> àiZhT‡ÀQ²XºÙ[Þ‘Ó¿n!â×=PŒ ׄ´ªF&yÏsn*¨t$yÜ *l=wU9‡C_·á”„=ÄØaÖ“ÍK7a~aÛÝÈaŽ²My?ƒ&¸£Á´Ñìú’_PĨîïKµ¡Aö¯´Íª#Ô5P¯ýŸPKúx1§šKýÍi‹M škÒýDkAVþa\Š¸q‘ÜZ6 xÒiýpCâµt§
+_”¾BÔ_×6“B>ðKÐRkU[6õ xvs| íDSÔbÙƒu=ÃÙ*ÔI!zú‚ÔÔB㈧:A^Ù;£¢stK€³ÂWÛaü–pÎ:bÔ«ÔŽ{tߣ×ú*V ·V
+µ:rMÒ¿vÛºÝ64%7Ä°ËjÜc&H>ÍRà—·ë¡:•
+†º9‘(¼W¢ñ¿ŸC=Ìj.ÎϘjO¡ZÛßËЬ+¸ÇåñKJ®sn¿Îë•€:ZQö›ÑÞ¡SñòÚARXèEK)ÿ~Iÿ†£z|•Nƒ\~¬d˜=µcäžj~L¡*•ëüã‹M”»VȨC¤•Ù¨ü€Ë3ÌÆ×éMRKÄ=G;2ŽÕJÒçÞðÑá2‰ðº¨ájS”Zˆµ}îâ¸#Ø._¤Kz3›'OüMÐÙÙªüÅnu3‡l áÜéÇèØg=…Ÿó^ù:µº¦OXÎ`¿ùäÑîütó+2ò­ÎjDtœR/SÌéD‹Û9~GãöᶆÉ@ïf“pïO„LG‚|..…Ç+×HAÿú¼akQ΢
+1ÝÉ#®àßÊè^Á8-†§-çkË–¸'Lº‹¬dD®²çLî—Ô“}`­&TmáOží¥±y«\úæÉ1ìdN^?nžn{­Z…ø0+˜¦°yœ¢QÈÉ…?­o+ÂêÑV«•53_d‹/_—傯
+7æ å–Ž`F¾y65ѶžáÒ7œxÉæÓ5wÀîá"$² w.öÅëmI#ò6ŠŠ°ÃoeÚ>˜ZdU <Üe Y€#¨ 8æ›z
+•ÅÝýÊDûñ*5ѳɇ£ãªö²€À0eº¼ÚIãþ¹vèÀ†Õ5r("Ö±Ò‚©³T5H8CŸØÎ\DÝU–ƒ×U¥jöõ@þÁf$‘.)6:Ï•†òµéÕ¹0Á¡_ëý®å§çñÊ’Ôýð5q¸–À ›nWBKÇþ@[x[nóë—ÁRè«|30‰$+b-¼ž­ƒgöOé aÏš@4b‚½:£ýUõ¬Ç(C<”¥mÍ€ My¿Mõ÷]YHÈc×in×{‚žæ§,•ùµ$–:l—þœ%þtù=ú‘‚VÚÕJ±cd4­¼Tt@G~ª\é!i1žooðFG[?m—Çà%O¹žVæÒÉ]ï÷ÞeÝ®’b8D( ÿ"ýïÁöÈ
+sߌ„¼ºd¥þ«ý)3ujö=¹DÚhºÊZ¹Ü¹
+.§ïíÖ,yÛF>ÍÔ‹¸!>_ÓCÙs¼
+ÜÖ“t‡+™Â\µÁ¶ÖZ³U¸ÖÅ6ùÉ;îÊq=|DãgÑþ_ìô5(Å£û7—{óÑiüØ|g2A.NBÐHìÍõ}"ïJÅü–ËO8ò)]¼ð`^2\…¾Âý«q零º·j4U3æäum˜è¢7ýþÆ—C¸ªõÐkÇ1*O”¨ÚÍw?ygýb£x3[¥
+ÑháÇ•Ÿ|T¤2¬¥
+2”¸!m0í ¤œý¿¯jdßöJi­ø}7Ðnío2™ZÐŽ}+Þe©" ŸÖj z꺑íµþÁSÍöŽGÞfûŠ")ÙªÖÊÀê¸6—^Û3Ñ ݃ð+Ëø1FMCé¦?˼L7I‡éþ—õD£;¤eÉDî\¡…‰nîø’ë[ôþÊ´ÿ§6ßø+þQÄNtÄßËht²_ëü'4\%m)Êz=²*Öç€~Ÿ“sî/ˆ!P~PÑzãT' ¼¢HˆÉAÞ¼ÒØ5°¥*¿è·ŽÀ´À·¿¡æ< c³+S½öNY{ L¼i®¬¿¸¿Ë ³¹|ø,¶ªlKãôÒ…‰‹æK~ë+š+_Ô2Ë”c°Dœ ŽZòº”4ôŒ‡ Þï‚B¦MDþøNES’ñÉ•üz¼L_I—›½le9—±S΂KLñy§ýûˆg¹áIÖÒeb0Q+ˆbHšö& Ô]bÄ>‹øQ±€жÂ|AðN²oŠã¨œÃ5göÛš ÓÛ<™ùÓôÐòumÌ© fåùîÄíÈÑ
+-Ÿð~Åx`n¸ù’œÏþ';ýÉqƒ³Í“ФÕîóJ‡1Xü±ò®7%O‚ƒFÆ/âz]’(‚@J\‚œP=¶ÏüwY;àNë.m[Õ—ó\¹¯^híÍ˸ èç‹G­ÑrŸù&ÅÎm0ÏT‡tmjÍŒ.Úvr?eŽx_Ê´
+»†,or¬•ä1[¯¼¡›Ïº—s+ÒËa«ƒFÒÿUßÕM˜ä§AÔÛIo/¡¾¹õ/³+5ÍM›™É±á¡¤"·fÈ:´9³B¦CŒ=>xØ`×uœ‚ñJ½Çˆúžø¤„¶h½}›üKµÈdB+Q®«#L bþÀ_âƒuÆÁšEÄc·½4JQeâeà˜•1=êK
+»ßà³m®?Ù©öüÔÌõ'ZªW¨¬£7’:“Y«q©!i’b4-ùŠœÏÓºÝZ‘zã›yÙâå˜})²Yý‹ü¿=®ùAƒ°®Hm/Ë5¿ÛQàU«/“`µ¢s‘Y?·,̘²p;‡
+>ñïzæŠy½ù`r'rÙÈ{(½š©Xê÷‚ÂÕè÷’¹û‹êÖK‡ªyÿ?Ãú?à`çæ`ãíë´ñvÅúFy‘Tendstream
+endobj
+2173 0 obj <<
+/Type /Font
+/Subtype /Type1
+/Encoding 4895 0 R
+/FirstChar 1
+/LastChar 191
+/Widths 4901 0 R
+/BaseFont /FRCGYO+NimbusRomNo9L-Regu
+/FontDescriptor 2171 0 R
+>> endobj
+2171 0 obj <<
+/Ascent 678
+/CapHeight 651
+/Descent -216
+/FontName /FRCGYO+NimbusRomNo9L-Regu
+/ItalicAngle 0
+/StemV 85
+/XHeight 450
+/FontBBox [-168 -281 1000 924]
+/Flags 4
+/CharSet (/dotaccent/fi/fl/exclam/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/equal/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/bracketright/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/circumflex/quotedblright/endash/emdash/tilde/exclamdown/dieresis/acute/cedilla/questiondown)
+/FontFile 2172 0 R
+>> endobj
+4901 0 obj
+[333 556 556 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 0 564 0 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 0 333 0 0 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 0 0 0 0 0 444 0 500 1000 333 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 333 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 333 0 0 0 0 0 0 444 ]
+endobj
+2174 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4902 0 R
+/Kids [2166 0 R 2176 0 R 2185 0 R 2234 0 R 2284 0 R 2334 0 R]
+>> endobj
+2433 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4902 0 R
+/Kids [2384 0 R 2435 0 R 2485 0 R 2535 0 R 2585 0 R 2635 0 R]
+>> endobj
+2734 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4902 0 R
+/Kids [2685 0 R 2736 0 R 2784 0 R 2789 0 R 2793 0 R 2797 0 R]
+>> endobj
+2804 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4902 0 R
+/Kids [2801 0 R 2806 0 R 2810 0 R 2815 0 R 2822 0 R 2831 0 R]
+>> endobj
+2846 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4902 0 R
+/Kids [2840 0 R 2848 0 R 2852 0 R 2856 0 R 2860 0 R 2867 0 R]
+>> endobj
+2901 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4902 0 R
+/Kids [2883 0 R 2903 0 R 2909 0 R 2913 0 R 2918 0 R 2922 0 R]
+>> endobj
+2939 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4903 0 R
+/Kids [2931 0 R 2941 0 R 2947 0 R 2961 0 R 2967 0 R 2972 0 R]
+>> endobj
+2980 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4903 0 R
+/Kids [2976 0 R 2982 0 R 2989 0 R 2996 0 R 3005 0 R 3013 0 R]
+>> endobj
+3023 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4903 0 R
+/Kids [3017 0 R 3025 0 R 3033 0 R 3043 0 R 3047 0 R 3052 0 R]
+>> endobj
+3072 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4903 0 R
+/Kids [3061 0 R 3074 0 R 3086 0 R 3092 0 R 3096 0 R 3103 0 R]
+>> endobj
+3114 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4903 0 R
+/Kids [3109 0 R 3116 0 R 3120 0 R 3125 0 R 3131 0 R 3139 0 R]
+>> endobj
+3151 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4903 0 R
+/Kids [3148 0 R 3153 0 R 3159 0 R 3169 0 R 3174 0 R 3178 0 R]
+>> endobj
+3193 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4904 0 R
+/Kids [3185 0 R 3195 0 R 3204 0 R 3211 0 R 3220 0 R 3227 0 R]
+>> endobj
+3235 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4904 0 R
+/Kids [3232 0 R 3237 0 R 3241 0 R 3246 0 R 3251 0 R 3261 0 R]
+>> endobj
+3270 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4904 0 R
+/Kids [3265 0 R 3273 0 R 3281 0 R 3285 0 R 3289 0 R 3293 0 R]
+>> endobj
+3305 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4904 0 R
+/Kids [3301 0 R 3307 0 R 3312 0 R 3316 0 R 3320 0 R 3326 0 R]
+>> endobj
+3342 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4904 0 R
+/Kids [3336 0 R 3344 0 R 3348 0 R 3352 0 R 3356 0 R 3362 0 R]
+>> endobj
+3371 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4904 0 R
+/Kids [3366 0 R 3373 0 R 3377 0 R 3381 0 R 3386 0 R 3396 0 R]
+>> endobj
+3406 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4905 0 R
+/Kids [3401 0 R 3408 0 R 3412 0 R 3424 0 R 3430 0 R 3434 0 R]
+>> endobj
+3443 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4905 0 R
+/Kids [3438 0 R 3445 0 R 3449 0 R 3454 0 R 3460 0 R 3464 0 R]
+>> endobj
+3478 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4905 0 R
+/Kids [3473 0 R 3480 0 R 3484 0 R 3490 0 R 3494 0 R 3498 0 R]
+>> endobj
+3505 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4905 0 R
+/Kids [3502 0 R 3507 0 R 3513 0 R 3520 0 R 3528 0 R 3534 0 R]
+>> endobj
+3545 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4905 0 R
+/Kids [3541 0 R 3547 0 R 3552 0 R 3558 0 R 3563 0 R 3567 0 R]
+>> endobj
+3576 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4905 0 R
+/Kids [3571 0 R 3578 0 R 3588 0 R 3592 0 R 3596 0 R 3601 0 R]
+>> endobj
+3614 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4906 0 R
+/Kids [3609 0 R 3616 0 R 3620 0 R 3624 0 R 3628 0 R 3633 0 R]
+>> endobj
+3642 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4906 0 R
+/Kids [3638 0 R 3644 0 R 3648 0 R 3652 0 R 3664 0 R 3668 0 R]
+>> endobj
+3675 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4906 0 R
+/Kids [3672 0 R 3677 0 R 3681 0 R 3685 0 R 3690 0 R 3696 0 R]
+>> endobj
+3705 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4906 0 R
+/Kids [3700 0 R 3707 0 R 3713 0 R 3719 0 R 3723 0 R 3730 0 R]
+>> endobj
+3740 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4906 0 R
+/Kids [3736 0 R 3742 0 R 3748 0 R 3752 0 R 3756 0 R 3761 0 R]
+>> endobj
+3771 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4906 0 R
+/Kids [3765 0 R 3773 0 R 3778 0 R 3788 0 R 3801 0 R 3809 0 R]
+>> endobj
+3818 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4907 0 R
+/Kids [3814 0 R 3820 0 R 3833 0 R 3838 0 R 3843 0 R 3848 0 R]
+>> endobj
+3858 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4907 0 R
+/Kids [3852 0 R 3860 0 R 3864 0 R 3868 0 R 3874 0 R 3878 0 R]
+>> endobj
+3888 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4907 0 R
+/Kids [3884 0 R 3890 0 R 3896 0 R 3902 0 R 3906 0 R 3911 0 R]
+>> endobj
+3919 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4907 0 R
+/Kids [3915 0 R 3921 0 R 3925 0 R 3929 0 R 3934 0 R 3938 0 R]
+>> endobj
+3958 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4907 0 R
+/Kids [3951 0 R 3960 0 R 3965 0 R 3972 0 R 3976 0 R 3997 0 R]
+>> endobj
+4010 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4907 0 R
+/Kids [4007 0 R 4012 0 R 4019 0 R 4023 0 R 4027 0 R 4031 0 R]
+>> endobj
+4039 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4908 0 R
+/Kids [4035 0 R 4041 0 R 4045 0 R 4049 0 R 4053 0 R 4057 0 R]
+>> endobj
+4064 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4908 0 R
+/Kids [4061 0 R 4066 0 R 4070 0 R 4074 0 R 4078 0 R 4082 0 R]
+>> endobj
+4091 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4908 0 R
+/Kids [4087 0 R 4093 0 R 4098 0 R 4107 0 R 4111 0 R 4115 0 R]
+>> endobj
+4122 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4908 0 R
+/Kids [4119 0 R 4124 0 R 4129 0 R 4134 0 R 4139 0 R 4143 0 R]
+>> endobj
+4154 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4908 0 R
+/Kids [4151 0 R 4156 0 R 4161 0 R 4170 0 R 4175 0 R 4181 0 R]
+>> endobj
+4188 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4908 0 R
+/Kids [4185 0 R 4190 0 R 4196 0 R 4201 0 R 4206 0 R 4210 0 R]
+>> endobj
+4221 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4909 0 R
+/Kids [4215 0 R 4223 0 R 4233 0 R 4237 0 R 4244 0 R 4248 0 R]
+>> endobj
+4256 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4909 0 R
+/Kids [4253 0 R 4258 0 R 4274 0 R 4291 0 R 4308 0 R 4312 0 R]
+>> endobj
+4328 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4909 0 R
+/Kids [4322 0 R 4332 0 R 4342 0 R 4346 0 R 4351 0 R 4356 0 R]
+>> endobj
+4363 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4909 0 R
+/Kids [4360 0 R 4365 0 R 4369 0 R 4374 0 R 4379 0 R 4384 0 R]
+>> endobj
+4396 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4909 0 R
+/Kids [4393 0 R 4398 0 R 4404 0 R 4409 0 R 4417 0 R 4427 0 R]
+>> endobj
+4435 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4909 0 R
+/Kids [4432 0 R 4437 0 R 4441 0 R 4445 0 R 4449 0 R 4453 0 R]
+>> endobj
+4460 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4910 0 R
+/Kids [4457 0 R 4462 0 R 4466 0 R 4470 0 R 4474 0 R 4478 0 R]
+>> endobj
+4485 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4910 0 R
+/Kids [4482 0 R 4487 0 R 4491 0 R 4495 0 R 4499 0 R 4503 0 R]
+>> endobj
+4513 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4910 0 R
+/Kids [4507 0 R 4515 0 R 4519 0 R 4523 0 R 4527 0 R 4531 0 R]
+>> endobj
+4538 0 obj <<
+/Type /Pages
+/Count 6
+/Parent 4910 0 R
+/Kids [4535 0 R 4540 0 R 4544 0 R 4548 0 R 4552 0 R 4621 0 R]
+>> endobj
+4777 0 obj <<
+/Type /Pages
+/Count 5
+/Parent 4910 0 R
+/Kids [4696 0 R 4779 0 R 4793 0 R 4835 0 R 4869 0 R]
+>> endobj
+4902 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 4911 0 R
+/Kids [2174 0 R 2433 0 R 2734 0 R 2804 0 R 2846 0 R 2901 0 R]
+>> endobj
+4903 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 4911 0 R
+/Kids [2939 0 R 2980 0 R 3023 0 R 3072 0 R 3114 0 R 3151 0 R]
+>> endobj
+4904 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 4911 0 R
+/Kids [3193 0 R 3235 0 R 3270 0 R 3305 0 R 3342 0 R 3371 0 R]
+>> endobj
+4905 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 4911 0 R
+/Kids [3406 0 R 3443 0 R 3478 0 R 3505 0 R 3545 0 R 3576 0 R]
+>> endobj
+4906 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 4911 0 R
+/Kids [3614 0 R 3642 0 R 3675 0 R 3705 0 R 3740 0 R 3771 0 R]
+>> endobj
+4907 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 4911 0 R
+/Kids [3818 0 R 3858 0 R 3888 0 R 3919 0 R 3958 0 R 4010 0 R]
+>> endobj
+4908 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 4912 0 R
+/Kids [4039 0 R 4064 0 R 4091 0 R 4122 0 R 4154 0 R 4188 0 R]
+>> endobj
+4909 0 obj <<
+/Type /Pages
+/Count 36
+/Parent 4912 0 R
+/Kids [4221 0 R 4256 0 R 4328 0 R 4363 0 R 4396 0 R 4435 0 R]
+>> endobj
+4910 0 obj <<
+/Type /Pages
+/Count 29
+/Parent 4912 0 R
+/Kids [4460 0 R 4485 0 R 4513 0 R 4538 0 R 4777 0 R]
+>> endobj
+4911 0 obj <<
+/Type /Pages
+/Count 216
+/Parent 4913 0 R
+/Kids [4902 0 R 4903 0 R 4904 0 R 4905 0 R 4906 0 R 4907 0 R]
+>> endobj
+4912 0 obj <<
+/Type /Pages
+/Count 101
+/Parent 4913 0 R
+/Kids [4908 0 R 4909 0 R 4910 0 R]
+>> endobj
+4913 0 obj <<
+/Type /Pages
+/Count 317
+/Kids [4911 0 R 4912 0 R]
+>> endobj
+4914 0 obj <<
+/Type /Outlines
+/First 7 0 R
+/Last 2123 0 R
+/Count 39
+>> endobj
+2163 0 obj <<
+/Title 2164 0 R
+/A 2161 0 R
+/Parent 2135 0 R
+/Prev 2159 0 R
+>> endobj
+2159 0 obj <<
+/Title 2160 0 R
+/A 2157 0 R
+/Parent 2135 0 R
+/Prev 2155 0 R
+/Next 2163 0 R
+>> endobj
+2155 0 obj <<
+/Title 2156 0 R
+/A 2153 0 R
+/Parent 2135 0 R
+/Prev 2151 0 R
+/Next 2159 0 R
+>> endobj
+2151 0 obj <<
+/Title 2152 0 R
+/A 2149 0 R
+/Parent 2135 0 R
+/Prev 2147 0 R
+/Next 2155 0 R
+>> endobj
+2147 0 obj <<
+/Title 2148 0 R
+/A 2145 0 R
+/Parent 2135 0 R
+/Prev 2143 0 R
+/Next 2151 0 R
+>> endobj
+2143 0 obj <<
+/Title 2144 0 R
+/A 2141 0 R
+/Parent 2135 0 R
+/Prev 2139 0 R
+/Next 2147 0 R
+>> endobj
+2139 0 obj <<
+/Title 2140 0 R
+/A 2137 0 R
+/Parent 2135 0 R
+/Next 2143 0 R
+>> endobj
+2135 0 obj <<
+/Title 2136 0 R
+/A 2133 0 R
+/Parent 2123 0 R
+/Prev 2131 0 R
+/First 2139 0 R
+/Last 2163 0 R
+/Count -7
+>> endobj
+2131 0 obj <<
+/Title 2132 0 R
+/A 2129 0 R
+/Parent 2123 0 R
+/Prev 2127 0 R
+/Next 2135 0 R
+>> endobj
+2127 0 obj <<
+/Title 2128 0 R
+/A 2125 0 R
+/Parent 2123 0 R
+/Next 2131 0 R
+>> endobj
+2123 0 obj <<
+/Title 2124 0 R
+/A 2121 0 R
+/Parent 4914 0 R
+/Prev 2119 0 R
+/First 2127 0 R
+/Last 2135 0 R
+/Count -3
+>> endobj
+2119 0 obj <<
+/Title 2120 0 R
+/A 2117 0 R
+/Parent 4914 0 R
+/Prev 2083 0 R
+/Next 2123 0 R
+>> endobj
+2115 0 obj <<
+/Title 2116 0 R
+/A 2113 0 R
+/Parent 2083 0 R
+/Prev 2095 0 R
+>> endobj
+2111 0 obj <<
+/Title 2112 0 R
+/A 2109 0 R
+/Parent 2095 0 R
+/Prev 2107 0 R
+>> endobj
+2107 0 obj <<
+/Title 2108 0 R
+/A 2105 0 R
+/Parent 2095 0 R
+/Prev 2103 0 R
+/Next 2111 0 R
+>> endobj
+2103 0 obj <<
+/Title 2104 0 R
+/A 2101 0 R
+/Parent 2095 0 R
+/Prev 2099 0 R
+/Next 2107 0 R
+>> endobj
+2099 0 obj <<
+/Title 2100 0 R
+/A 2097 0 R
+/Parent 2095 0 R
+/Next 2103 0 R
+>> endobj
+2095 0 obj <<
+/Title 2096 0 R
+/A 2093 0 R
+/Parent 2083 0 R
+/Prev 2091 0 R
+/Next 2115 0 R
+/First 2099 0 R
+/Last 2111 0 R
+/Count -4
+>> endobj
+2091 0 obj <<
+/Title 2092 0 R
+/A 2089 0 R
+/Parent 2083 0 R
+/Prev 2087 0 R
+/Next 2095 0 R
+>> endobj
+2087 0 obj <<
+/Title 2088 0 R
+/A 2085 0 R
+/Parent 2083 0 R
+/Next 2091 0 R
+>> endobj
+2083 0 obj <<
+/Title 2084 0 R
+/A 2081 0 R
+/Parent 4914 0 R
+/Prev 2011 0 R
+/Next 2119 0 R
+/First 2087 0 R
+/Last 2115 0 R
+/Count -4
+>> endobj
+2079 0 obj <<
+/Title 2080 0 R
+/A 2077 0 R
+/Parent 2019 0 R
+/Prev 2075 0 R
+>> endobj
+2075 0 obj <<
+/Title 2076 0 R
+/A 2073 0 R
+/Parent 2019 0 R
+/Prev 2071 0 R
+/Next 2079 0 R
+>> endobj
+2071 0 obj <<
+/Title 2072 0 R
+/A 2069 0 R
+/Parent 2019 0 R
+/Prev 2067 0 R
+/Next 2075 0 R
+>> endobj
+2067 0 obj <<
+/Title 2068 0 R
+/A 2065 0 R
+/Parent 2019 0 R
+/Prev 2063 0 R
+/Next 2071 0 R
+>> endobj
+2063 0 obj <<
+/Title 2064 0 R
+/A 2061 0 R
+/Parent 2019 0 R
+/Prev 2059 0 R
+/Next 2067 0 R
+>> endobj
+2059 0 obj <<
+/Title 2060 0 R
+/A 2057 0 R
+/Parent 2019 0 R
+/Prev 2055 0 R
+/Next 2063 0 R
+>> endobj
+2055 0 obj <<
+/Title 2056 0 R
+/A 2053 0 R
+/Parent 2019 0 R
+/Prev 2051 0 R
+/Next 2059 0 R
+>> endobj
+2051 0 obj <<
+/Title 2052 0 R
+/A 2049 0 R
+/Parent 2019 0 R
+/Prev 2047 0 R
+/Next 2055 0 R
+>> endobj
+2047 0 obj <<
+/Title 2048 0 R
+/A 2045 0 R
+/Parent 2019 0 R
+/Prev 2043 0 R
+/Next 2051 0 R
+>> endobj
+2043 0 obj <<
+/Title 2044 0 R
+/A 2041 0 R
+/Parent 2019 0 R
+/Prev 2039 0 R
+/Next 2047 0 R
+>> endobj
+2039 0 obj <<
+/Title 2040 0 R
+/A 2037 0 R
+/Parent 2019 0 R
+/Prev 2035 0 R
+/Next 2043 0 R
+>> endobj
+2035 0 obj <<
+/Title 2036 0 R
+/A 2033 0 R
+/Parent 2019 0 R
+/Prev 2031 0 R
+/Next 2039 0 R
+>> endobj
+2031 0 obj <<
+/Title 2032 0 R
+/A 2029 0 R
+/Parent 2019 0 R
+/Prev 2027 0 R
+/Next 2035 0 R
+>> endobj
+2027 0 obj <<
+/Title 2028 0 R
+/A 2025 0 R
+/Parent 2019 0 R
+/Prev 2023 0 R
+/Next 2031 0 R
+>> endobj
+2023 0 obj <<
+/Title 2024 0 R
+/A 2021 0 R
+/Parent 2019 0 R
+/Next 2027 0 R
+>> endobj
+2019 0 obj <<
+/Title 2020 0 R
+/A 2017 0 R
+/Parent 2011 0 R
+/Prev 2015 0 R
+/First 2023 0 R
+/Last 2079 0 R
+/Count -15
+>> endobj
+2015 0 obj <<
+/Title 2016 0 R
+/A 2013 0 R
+/Parent 2011 0 R
+/Next 2019 0 R
+>> endobj
+2011 0 obj <<
+/Title 2012 0 R
+/A 2009 0 R
+/Parent 4914 0 R
+/Prev 1995 0 R
+/Next 2083 0 R
+/First 2015 0 R
+/Last 2019 0 R
+/Count -2
+>> endobj
+2007 0 obj <<
+/Title 2008 0 R
+/A 2005 0 R
+/Parent 1995 0 R
+/Prev 2003 0 R
+>> endobj
+2003 0 obj <<
+/Title 2004 0 R
+/A 2001 0 R
+/Parent 1995 0 R
+/Prev 1999 0 R
+/Next 2007 0 R
+>> endobj
+1999 0 obj <<
+/Title 2000 0 R
+/A 1997 0 R
+/Parent 1995 0 R
+/Next 2003 0 R
+>> endobj
+1995 0 obj <<
+/Title 1996 0 R
+/A 1993 0 R
+/Parent 4914 0 R
+/Prev 1887 0 R
+/Next 2011 0 R
+/First 1999 0 R
+/Last 2007 0 R
+/Count -3
+>> endobj
+1991 0 obj <<
+/Title 1992 0 R
+/A 1989 0 R
+/Parent 1887 0 R
+/Prev 1987 0 R
+>> endobj
+1987 0 obj <<
+/Title 1988 0 R
+/A 1985 0 R
+/Parent 1887 0 R
+/Prev 1967 0 R
+/Next 1991 0 R
+>> endobj
+1983 0 obj <<
+/Title 1984 0 R
+/A 1981 0 R
+/Parent 1967 0 R
+/Prev 1979 0 R
+>> endobj
+1979 0 obj <<
+/Title 1980 0 R
+/A 1977 0 R
+/Parent 1967 0 R
+/Prev 1975 0 R
+/Next 1983 0 R
+>> endobj
+1975 0 obj <<
+/Title 1976 0 R
+/A 1973 0 R
+/Parent 1967 0 R
+/Prev 1971 0 R
+/Next 1979 0 R
+>> endobj
+1971 0 obj <<
+/Title 1972 0 R
+/A 1969 0 R
+/Parent 1967 0 R
+/Next 1975 0 R
+>> endobj
+1967 0 obj <<
+/Title 1968 0 R
+/A 1965 0 R
+/Parent 1887 0 R
+/Prev 1963 0 R
+/Next 1987 0 R
+/First 1971 0 R
+/Last 1983 0 R
+/Count -4
+>> endobj
+1963 0 obj <<
+/Title 1964 0 R
+/A 1961 0 R
+/Parent 1887 0 R
+/Prev 1959 0 R
+/Next 1967 0 R
+>> endobj
+1959 0 obj <<
+/Title 1960 0 R
+/A 1957 0 R
+/Parent 1887 0 R
+/Prev 1943 0 R
+/Next 1963 0 R
+>> endobj
+1955 0 obj <<
+/Title 1956 0 R
+/A 1953 0 R
+/Parent 1943 0 R
+/Prev 1951 0 R
+>> endobj
+1951 0 obj <<
+/Title 1952 0 R
+/A 1949 0 R
+/Parent 1943 0 R
+/Prev 1947 0 R
+/Next 1955 0 R
+>> endobj
+1947 0 obj <<
+/Title 1948 0 R
+/A 1945 0 R
+/Parent 1943 0 R
+/Next 1951 0 R
+>> endobj
+1943 0 obj <<
+/Title 1944 0 R
+/A 1941 0 R
+/Parent 1887 0 R
+/Prev 1915 0 R
+/Next 1959 0 R
+/First 1947 0 R
+/Last 1955 0 R
+/Count -3
+>> endobj
+1939 0 obj <<
+/Title 1940 0 R
+/A 1937 0 R
+/Parent 1915 0 R
+/Prev 1935 0 R
+>> endobj
+1935 0 obj <<
+/Title 1936 0 R
+/A 1933 0 R
+/Parent 1915 0 R
+/Prev 1931 0 R
+/Next 1939 0 R
+>> endobj
+1931 0 obj <<
+/Title 1932 0 R
+/A 1929 0 R
+/Parent 1915 0 R
+/Prev 1927 0 R
+/Next 1935 0 R
+>> endobj
+1927 0 obj <<
+/Title 1928 0 R
+/A 1925 0 R
+/Parent 1915 0 R
+/Prev 1923 0 R
+/Next 1931 0 R
+>> endobj
+1923 0 obj <<
+/Title 1924 0 R
+/A 1921 0 R
+/Parent 1915 0 R
+/Prev 1919 0 R
+/Next 1927 0 R
+>> endobj
+1919 0 obj <<
+/Title 1920 0 R
+/A 1917 0 R
+/Parent 1915 0 R
+/Next 1923 0 R
+>> endobj
+1915 0 obj <<
+/Title 1916 0 R
+/A 1913 0 R
+/Parent 1887 0 R
+/Prev 1891 0 R
+/Next 1943 0 R
+/First 1919 0 R
+/Last 1939 0 R
+/Count -6
+>> endobj
+1911 0 obj <<
+/Title 1912 0 R
+/A 1909 0 R
+/Parent 1891 0 R
+/Prev 1907 0 R
+>> endobj
+1907 0 obj <<
+/Title 1908 0 R
+/A 1905 0 R
+/Parent 1891 0 R
+/Prev 1903 0 R
+/Next 1911 0 R
+>> endobj
+1903 0 obj <<
+/Title 1904 0 R
+/A 1901 0 R
+/Parent 1891 0 R
+/Prev 1899 0 R
+/Next 1907 0 R
+>> endobj
+1899 0 obj <<
+/Title 1900 0 R
+/A 1897 0 R
+/Parent 1891 0 R
+/Prev 1895 0 R
+/Next 1903 0 R
+>> endobj
+1895 0 obj <<
+/Title 1896 0 R
+/A 1893 0 R
+/Parent 1891 0 R
+/Next 1899 0 R
+>> endobj
+1891 0 obj <<
+/Title 1892 0 R
+/A 1889 0 R
+/Parent 1887 0 R
+/Next 1915 0 R
+/First 1895 0 R
+/Last 1911 0 R
+/Count -5
+>> endobj
+1887 0 obj <<
+/Title 1888 0 R
+/A 1885 0 R
+/Parent 4914 0 R
+/Prev 1863 0 R
+/Next 1995 0 R
+/First 1891 0 R
+/Last 1991 0 R
+/Count -8
+>> endobj
+1883 0 obj <<
+/Title 1884 0 R
+/A 1881 0 R
+/Parent 1863 0 R
+/Prev 1867 0 R
+>> endobj
+1879 0 obj <<
+/Title 1880 0 R
+/A 1877 0 R
+/Parent 1867 0 R
+/Prev 1875 0 R
+>> endobj
+1875 0 obj <<
+/Title 1876 0 R
+/A 1873 0 R
+/Parent 1867 0 R
+/Prev 1871 0 R
+/Next 1879 0 R
+>> endobj
+1871 0 obj <<
+/Title 1872 0 R
+/A 1869 0 R
+/Parent 1867 0 R
+/Next 1875 0 R
+>> endobj
+1867 0 obj <<
+/Title 1868 0 R
+/A 1865 0 R
+/Parent 1863 0 R
+/Next 1883 0 R
+/First 1871 0 R
+/Last 1879 0 R
+/Count -3
+>> endobj
+1863 0 obj <<
+/Title 1864 0 R
+/A 1861 0 R
+/Parent 4914 0 R
+/Prev 1843 0 R
+/Next 1887 0 R
+/First 1867 0 R
+/Last 1883 0 R
+/Count -2
+>> endobj
+1859 0 obj <<
+/Title 1860 0 R
+/A 1857 0 R
+/Parent 1843 0 R
+/Prev 1847 0 R
+>> endobj
+1855 0 obj <<
+/Title 1856 0 R
+/A 1853 0 R
+/Parent 1847 0 R
+/Prev 1851 0 R
+>> endobj
+1851 0 obj <<
+/Title 1852 0 R
+/A 1849 0 R
+/Parent 1847 0 R
+/Next 1855 0 R
+>> endobj
+1847 0 obj <<
+/Title 1848 0 R
+/A 1845 0 R
+/Parent 1843 0 R
+/Next 1859 0 R
+/First 1851 0 R
+/Last 1855 0 R
+/Count -2
+>> endobj
+1843 0 obj <<
+/Title 1844 0 R
+/A 1841 0 R
+/Parent 4914 0 R
+/Prev 1787 0 R
+/Next 1863 0 R
+/First 1847 0 R
+/Last 1859 0 R
+/Count -2
+>> endobj
+1839 0 obj <<
+/Title 1840 0 R
+/A 1837 0 R
+/Parent 1815 0 R
+/Prev 1835 0 R
+>> endobj
+1835 0 obj <<
+/Title 1836 0 R
+/A 1833 0 R
+/Parent 1815 0 R
+/Prev 1831 0 R
+/Next 1839 0 R
+>> endobj
+1831 0 obj <<
+/Title 1832 0 R
+/A 1829 0 R
+/Parent 1815 0 R
+/Prev 1827 0 R
+/Next 1835 0 R
+>> endobj
+1827 0 obj <<
+/Title 1828 0 R
+/A 1825 0 R
+/Parent 1815 0 R
+/Prev 1823 0 R
+/Next 1831 0 R
+>> endobj
+1823 0 obj <<
+/Title 1824 0 R
+/A 1821 0 R
+/Parent 1815 0 R
+/Prev 1819 0 R
+/Next 1827 0 R
+>> endobj
+1819 0 obj <<
+/Title 1820 0 R
+/A 1817 0 R
+/Parent 1815 0 R
+/Next 1823 0 R
+>> endobj
+1815 0 obj <<
+/Title 1816 0 R
+/A 1813 0 R
+/Parent 1787 0 R
+/Prev 1811 0 R
+/First 1819 0 R
+/Last 1839 0 R
+/Count -6
+>> endobj
+1811 0 obj <<
+/Title 1812 0 R
+/A 1809 0 R
+/Parent 1787 0 R
+/Prev 1795 0 R
+/Next 1815 0 R
+>> endobj
+1807 0 obj <<
+/Title 1808 0 R
+/A 1805 0 R
+/Parent 1795 0 R
+/Prev 1803 0 R
+>> endobj
+1803 0 obj <<
+/Title 1804 0 R
+/A 1801 0 R
+/Parent 1795 0 R
+/Prev 1799 0 R
+/Next 1807 0 R
+>> endobj
+1799 0 obj <<
+/Title 1800 0 R
+/A 1797 0 R
+/Parent 1795 0 R
+/Next 1803 0 R
+>> endobj
+1795 0 obj <<
+/Title 1796 0 R
+/A 1793 0 R
+/Parent 1787 0 R
+/Prev 1791 0 R
+/Next 1811 0 R
+/First 1799 0 R
+/Last 1807 0 R
+/Count -3
+>> endobj
+1791 0 obj <<
+/Title 1792 0 R
+/A 1789 0 R
+/Parent 1787 0 R
+/Next 1795 0 R
+>> endobj
+1787 0 obj <<
+/Title 1788 0 R
+/A 1785 0 R
+/Parent 4914 0 R
+/Prev 1759 0 R
+/Next 1843 0 R
+/First 1791 0 R
+/Last 1815 0 R
+/Count -4
+>> endobj
+1783 0 obj <<
+/Title 1784 0 R
+/A 1781 0 R
+/Parent 1759 0 R
+/Prev 1779 0 R
+>> endobj
+1779 0 obj <<
+/Title 1780 0 R
+/A 1777 0 R
+/Parent 1759 0 R
+/Prev 1775 0 R
+/Next 1783 0 R
+>> endobj
+1775 0 obj <<
+/Title 1776 0 R
+/A 1773 0 R
+/Parent 1759 0 R
+/Prev 1771 0 R
+/Next 1779 0 R
+>> endobj
+1771 0 obj <<
+/Title 1772 0 R
+/A 1769 0 R
+/Parent 1759 0 R
+/Prev 1767 0 R
+/Next 1775 0 R
+>> endobj
+1767 0 obj <<
+/Title 1768 0 R
+/A 1765 0 R
+/Parent 1759 0 R
+/Prev 1763 0 R
+/Next 1771 0 R
+>> endobj
+1763 0 obj <<
+/Title 1764 0 R
+/A 1761 0 R
+/Parent 1759 0 R
+/Next 1767 0 R
+>> endobj
+1759 0 obj <<
+/Title 1760 0 R
+/A 1757 0 R
+/Parent 4914 0 R
+/Prev 1715 0 R
+/Next 1787 0 R
+/First 1763 0 R
+/Last 1783 0 R
+/Count -6
+>> endobj
+1755 0 obj <<
+/Title 1756 0 R
+/A 1753 0 R
+/Parent 1731 0 R
+/Prev 1751 0 R
+>> endobj
+1751 0 obj <<
+/Title 1752 0 R
+/A 1749 0 R
+/Parent 1731 0 R
+/Prev 1747 0 R
+/Next 1755 0 R
+>> endobj
+1747 0 obj <<
+/Title 1748 0 R
+/A 1745 0 R
+/Parent 1731 0 R
+/Prev 1743 0 R
+/Next 1751 0 R
+>> endobj
+1743 0 obj <<
+/Title 1744 0 R
+/A 1741 0 R
+/Parent 1731 0 R
+/Prev 1739 0 R
+/Next 1747 0 R
+>> endobj
+1739 0 obj <<
+/Title 1740 0 R
+/A 1737 0 R
+/Parent 1731 0 R
+/Prev 1735 0 R
+/Next 1743 0 R
+>> endobj
+1735 0 obj <<
+/Title 1736 0 R
+/A 1733 0 R
+/Parent 1731 0 R
+/Next 1739 0 R
+>> endobj
+1731 0 obj <<
+/Title 1732 0 R
+/A 1729 0 R
+/Parent 1715 0 R
+/Prev 1727 0 R
+/First 1735 0 R
+/Last 1755 0 R
+/Count -6
+>> endobj
+1727 0 obj <<
+/Title 1728 0 R
+/A 1725 0 R
+/Parent 1715 0 R
+/Prev 1723 0 R
+/Next 1731 0 R
+>> endobj
+1723 0 obj <<
+/Title 1724 0 R
+/A 1721 0 R
+/Parent 1715 0 R
+/Prev 1719 0 R
+/Next 1727 0 R
+>> endobj
+1719 0 obj <<
+/Title 1720 0 R
+/A 1717 0 R
+/Parent 1715 0 R
+/Next 1723 0 R
+>> endobj
+1715 0 obj <<
+/Title 1716 0 R
+/A 1713 0 R
+/Parent 4914 0 R
+/Prev 1663 0 R
+/Next 1759 0 R
+/First 1719 0 R
+/Last 1731 0 R
+/Count -4
+>> endobj
+1711 0 obj <<
+/Title 1712 0 R
+/A 1709 0 R
+/Parent 1699 0 R
+/Prev 1707 0 R
+>> endobj
+1707 0 obj <<
+/Title 1708 0 R
+/A 1705 0 R
+/Parent 1699 0 R
+/Prev 1703 0 R
+/Next 1711 0 R
+>> endobj
+1703 0 obj <<
+/Title 1704 0 R
+/A 1701 0 R
+/Parent 1699 0 R
+/Next 1707 0 R
+>> endobj
+1699 0 obj <<
+/Title 1700 0 R
+/A 1697 0 R
+/Parent 1663 0 R
+/Prev 1695 0 R
+/First 1703 0 R
+/Last 1711 0 R
+/Count -3
+>> endobj
+1695 0 obj <<
+/Title 1696 0 R
+/A 1693 0 R
+/Parent 1663 0 R
+/Prev 1679 0 R
+/Next 1699 0 R
+>> endobj
+1691 0 obj <<
+/Title 1692 0 R
+/A 1689 0 R
+/Parent 1679 0 R
+/Prev 1687 0 R
+>> endobj
+1687 0 obj <<
+/Title 1688 0 R
+/A 1685 0 R
+/Parent 1679 0 R
+/Prev 1683 0 R
+/Next 1691 0 R
+>> endobj
+1683 0 obj <<
+/Title 1684 0 R
+/A 1681 0 R
+/Parent 1679 0 R
+/Next 1687 0 R
+>> endobj
+1679 0 obj <<
+/Title 1680 0 R
+/A 1677 0 R
+/Parent 1663 0 R
+/Prev 1675 0 R
+/Next 1695 0 R
+/First 1683 0 R
+/Last 1691 0 R
+/Count -3
+>> endobj
+1675 0 obj <<
+/Title 1676 0 R
+/A 1673 0 R
+/Parent 1663 0 R
+/Prev 1671 0 R
+/Next 1679 0 R
+>> endobj
+1671 0 obj <<
+/Title 1672 0 R
+/A 1669 0 R
+/Parent 1663 0 R
+/Prev 1667 0 R
+/Next 1675 0 R
+>> endobj
+1667 0 obj <<
+/Title 1668 0 R
+/A 1665 0 R
+/Parent 1663 0 R
+/Next 1671 0 R
+>> endobj
+1663 0 obj <<
+/Title 1664 0 R
+/A 1661 0 R
+/Parent 4914 0 R
+/Prev 1647 0 R
+/Next 1715 0 R
+/First 1667 0 R
+/Last 1699 0 R
+/Count -6
+>> endobj
+1659 0 obj <<
+/Title 1660 0 R
+/A 1657 0 R
+/Parent 1647 0 R
+/Prev 1655 0 R
+>> endobj
+1655 0 obj <<
+/Title 1656 0 R
+/A 1653 0 R
+/Parent 1647 0 R
+/Prev 1651 0 R
+/Next 1659 0 R
+>> endobj
+1651 0 obj <<
+/Title 1652 0 R
+/A 1649 0 R
+/Parent 1647 0 R
+/Next 1655 0 R
+>> endobj
+1647 0 obj <<
+/Title 1648 0 R
+/A 1645 0 R
+/Parent 4914 0 R
+/Prev 1571 0 R
+/Next 1663 0 R
+/First 1651 0 R
+/Last 1659 0 R
+/Count -3
+>> endobj
+1643 0 obj <<
+/Title 1644 0 R
+/A 1641 0 R
+/Parent 1571 0 R
+/Prev 1619 0 R
+>> endobj
+1639 0 obj <<
+/Title 1640 0 R
+/A 1637 0 R
+/Parent 1619 0 R
+/Prev 1635 0 R
+>> endobj
+1635 0 obj <<
+/Title 1636 0 R
+/A 1633 0 R
+/Parent 1619 0 R
+/Prev 1631 0 R
+/Next 1639 0 R
+>> endobj
+1631 0 obj <<
+/Title 1632 0 R
+/A 1629 0 R
+/Parent 1619 0 R
+/Prev 1627 0 R
+/Next 1635 0 R
+>> endobj
+1627 0 obj <<
+/Title 1628 0 R
+/A 1625 0 R
+/Parent 1619 0 R
+/Prev 1623 0 R
+/Next 1631 0 R
+>> endobj
+1623 0 obj <<
+/Title 1624 0 R
+/A 1621 0 R
+/Parent 1619 0 R
+/Next 1627 0 R
+>> endobj
+1619 0 obj <<
+/Title 1620 0 R
+/A 1617 0 R
+/Parent 1571 0 R
+/Prev 1599 0 R
+/Next 1643 0 R
+/First 1623 0 R
+/Last 1639 0 R
+/Count -5
+>> endobj
+1615 0 obj <<
+/Title 1616 0 R
+/A 1613 0 R
+/Parent 1599 0 R
+/Prev 1611 0 R
+>> endobj
+1611 0 obj <<
+/Title 1612 0 R
+/A 1609 0 R
+/Parent 1599 0 R
+/Prev 1607 0 R
+/Next 1615 0 R
+>> endobj
+1607 0 obj <<
+/Title 1608 0 R
+/A 1605 0 R
+/Parent 1599 0 R
+/Prev 1603 0 R
+/Next 1611 0 R
+>> endobj
+1603 0 obj <<
+/Title 1604 0 R
+/A 1601 0 R
+/Parent 1599 0 R
+/Next 1607 0 R
+>> endobj
+1599 0 obj <<
+/Title 1600 0 R
+/A 1597 0 R
+/Parent 1571 0 R
+/Prev 1579 0 R
+/Next 1619 0 R
+/First 1603 0 R
+/Last 1615 0 R
+/Count -4
+>> endobj
+1595 0 obj <<
+/Title 1596 0 R
+/A 1593 0 R
+/Parent 1579 0 R
+/Prev 1591 0 R
+>> endobj
+1591 0 obj <<
+/Title 1592 0 R
+/A 1589 0 R
+/Parent 1579 0 R
+/Prev 1587 0 R
+/Next 1595 0 R
+>> endobj
+1587 0 obj <<
+/Title 1588 0 R
+/A 1585 0 R
+/Parent 1579 0 R
+/Prev 1583 0 R
+/Next 1591 0 R
+>> endobj
+1583 0 obj <<
+/Title 1584 0 R
+/A 1581 0 R
+/Parent 1579 0 R
+/Next 1587 0 R
+>> endobj
+1579 0 obj <<
+/Title 1580 0 R
+/A 1577 0 R
+/Parent 1571 0 R
+/Prev 1575 0 R
+/Next 1599 0 R
+/First 1583 0 R
+/Last 1595 0 R
+/Count -4
+>> endobj
+1575 0 obj <<
+/Title 1576 0 R
+/A 1573 0 R
+/Parent 1571 0 R
+/Next 1579 0 R
+>> endobj
+1571 0 obj <<
+/Title 1572 0 R
+/A 1569 0 R
+/Parent 4914 0 R
+/Prev 1531 0 R
+/Next 1647 0 R
+/First 1575 0 R
+/Last 1643 0 R
+/Count -5
+>> endobj
+1567 0 obj <<
+/Title 1568 0 R
+/A 1565 0 R
+/Parent 1531 0 R
+/Prev 1555 0 R
+>> endobj
+1563 0 obj <<
+/Title 1564 0 R
+/A 1561 0 R
+/Parent 1555 0 R
+/Prev 1559 0 R
+>> endobj
+1559 0 obj <<
+/Title 1560 0 R
+/A 1557 0 R
+/Parent 1555 0 R
+/Next 1563 0 R
+>> endobj
+1555 0 obj <<
+/Title 1556 0 R
+/A 1553 0 R
+/Parent 1531 0 R
+/Prev 1551 0 R
+/Next 1567 0 R
+/First 1559 0 R
+/Last 1563 0 R
+/Count -2
+>> endobj
+1551 0 obj <<
+/Title 1552 0 R
+/A 1549 0 R
+/Parent 1531 0 R
+/Prev 1547 0 R
+/Next 1555 0 R
+>> endobj
+1547 0 obj <<
+/Title 1548 0 R
+/A 1545 0 R
+/Parent 1531 0 R
+/Prev 1543 0 R
+/Next 1551 0 R
+>> endobj
+1543 0 obj <<
+/Title 1544 0 R
+/A 1541 0 R
+/Parent 1531 0 R
+/Prev 1539 0 R
+/Next 1547 0 R
+>> endobj
+1539 0 obj <<
+/Title 1540 0 R
+/A 1537 0 R
+/Parent 1531 0 R
+/Prev 1535 0 R
+/Next 1543 0 R
+>> endobj
+1535 0 obj <<
+/Title 1536 0 R
+/A 1533 0 R
+/Parent 1531 0 R
+/Next 1539 0 R
+>> endobj
+1531 0 obj <<
+/Title 1532 0 R
+/A 1529 0 R
+/Parent 4914 0 R
+/Prev 1455 0 R
+/Next 1571 0 R
+/First 1535 0 R
+/Last 1567 0 R
+/Count -7
+>> endobj
+1527 0 obj <<
+/Title 1528 0 R
+/A 1525 0 R
+/Parent 1515 0 R
+/Prev 1523 0 R
+>> endobj
+1523 0 obj <<
+/Title 1524 0 R
+/A 1521 0 R
+/Parent 1515 0 R
+/Prev 1519 0 R
+/Next 1527 0 R
+>> endobj
+1519 0 obj <<
+/Title 1520 0 R
+/A 1517 0 R
+/Parent 1515 0 R
+/Next 1523 0 R
+>> endobj
+1515 0 obj <<
+/Title 1516 0 R
+/A 1513 0 R
+/Parent 1455 0 R
+/Prev 1511 0 R
+/First 1519 0 R
+/Last 1527 0 R
+/Count -3
+>> endobj
+1511 0 obj <<
+/Title 1512 0 R
+/A 1509 0 R
+/Parent 1455 0 R
+/Prev 1507 0 R
+/Next 1515 0 R
+>> endobj
+1507 0 obj <<
+/Title 1508 0 R
+/A 1505 0 R
+/Parent 1455 0 R
+/Prev 1503 0 R
+/Next 1511 0 R
+>> endobj
+1503 0 obj <<
+/Title 1504 0 R
+/A 1501 0 R
+/Parent 1455 0 R
+/Prev 1487 0 R
+/Next 1507 0 R
+>> endobj
+1499 0 obj <<
+/Title 1500 0 R
+/A 1497 0 R
+/Parent 1487 0 R
+/Prev 1495 0 R
+>> endobj
+1495 0 obj <<
+/Title 1496 0 R
+/A 1493 0 R
+/Parent 1487 0 R
+/Prev 1491 0 R
+/Next 1499 0 R
+>> endobj
+1491 0 obj <<
+/Title 1492 0 R
+/A 1489 0 R
+/Parent 1487 0 R
+/Next 1495 0 R
+>> endobj
+1487 0 obj <<
+/Title 1488 0 R
+/A 1485 0 R
+/Parent 1455 0 R
+/Prev 1483 0 R
+/Next 1503 0 R
+/First 1491 0 R
+/Last 1499 0 R
+/Count -3
+>> endobj
+1483 0 obj <<
+/Title 1484 0 R
+/A 1481 0 R
+/Parent 1455 0 R
+/Prev 1479 0 R
+/Next 1487 0 R
+>> endobj
+1479 0 obj <<
+/Title 1480 0 R
+/A 1477 0 R
+/Parent 1455 0 R
+/Prev 1475 0 R
+/Next 1483 0 R
+>> endobj
+1475 0 obj <<
+/Title 1476 0 R
+/A 1473 0 R
+/Parent 1455 0 R
+/Prev 1463 0 R
+/Next 1479 0 R
+>> endobj
+1471 0 obj <<
+/Title 1472 0 R
+/A 1469 0 R
+/Parent 1463 0 R
+/Prev 1467 0 R
+>> endobj
+1467 0 obj <<
+/Title 1468 0 R
+/A 1465 0 R
+/Parent 1463 0 R
+/Next 1471 0 R
+>> endobj
+1463 0 obj <<
+/Title 1464 0 R
+/A 1461 0 R
+/Parent 1455 0 R
+/Prev 1459 0 R
+/Next 1475 0 R
+/First 1467 0 R
+/Last 1471 0 R
+/Count -2
+>> endobj
+1459 0 obj <<
+/Title 1460 0 R
+/A 1457 0 R
+/Parent 1455 0 R
+/Next 1463 0 R
+>> endobj
+1455 0 obj <<
+/Title 1456 0 R
+/A 1453 0 R
+/Parent 4914 0 R
+/Prev 1411 0 R
+/Next 1531 0 R
+/First 1459 0 R
+/Last 1515 0 R
+/Count -10
+>> endobj
+1451 0 obj <<
+/Title 1452 0 R
+/A 1449 0 R
+/Parent 1443 0 R
+/Prev 1447 0 R
+>> endobj
+1447 0 obj <<
+/Title 1448 0 R
+/A 1445 0 R
+/Parent 1443 0 R
+/Next 1451 0 R
+>> endobj
+1443 0 obj <<
+/Title 1444 0 R
+/A 1441 0 R
+/Parent 1411 0 R
+/Prev 1427 0 R
+/First 1447 0 R
+/Last 1451 0 R
+/Count -2
+>> endobj
+1439 0 obj <<
+/Title 1440 0 R
+/A 1437 0 R
+/Parent 1427 0 R
+/Prev 1435 0 R
+>> endobj
+1435 0 obj <<
+/Title 1436 0 R
+/A 1433 0 R
+/Parent 1427 0 R
+/Prev 1431 0 R
+/Next 1439 0 R
+>> endobj
+1431 0 obj <<
+/Title 1432 0 R
+/A 1429 0 R
+/Parent 1427 0 R
+/Next 1435 0 R
+>> endobj
+1427 0 obj <<
+/Title 1428 0 R
+/A 1425 0 R
+/Parent 1411 0 R
+/Prev 1423 0 R
+/Next 1443 0 R
+/First 1431 0 R
+/Last 1439 0 R
+/Count -3
+>> endobj
+1423 0 obj <<
+/Title 1424 0 R
+/A 1421 0 R
+/Parent 1411 0 R
+/Prev 1419 0 R
+/Next 1427 0 R
+>> endobj
+1419 0 obj <<
+/Title 1420 0 R
+/A 1417 0 R
+/Parent 1411 0 R
+/Prev 1415 0 R
+/Next 1423 0 R
+>> endobj
+1415 0 obj <<
+/Title 1416 0 R
+/A 1413 0 R
+/Parent 1411 0 R
+/Next 1419 0 R
+>> endobj
+1411 0 obj <<
+/Title 1412 0 R
+/A 1409 0 R
+/Parent 4914 0 R
+/Prev 1375 0 R
+/Next 1455 0 R
+/First 1415 0 R
+/Last 1443 0 R
+/Count -5
+>> endobj
+1407 0 obj <<
+/Title 1408 0 R
+/A 1405 0 R
+/Parent 1375 0 R
+/Prev 1403 0 R
+>> endobj
+1403 0 obj <<
+/Title 1404 0 R
+/A 1401 0 R
+/Parent 1375 0 R
+/Prev 1383 0 R
+/Next 1407 0 R
+>> endobj
+1399 0 obj <<
+/Title 1400 0 R
+/A 1397 0 R
+/Parent 1383 0 R
+/Prev 1395 0 R
+>> endobj
+1395 0 obj <<
+/Title 1396 0 R
+/A 1393 0 R
+/Parent 1383 0 R
+/Prev 1391 0 R
+/Next 1399 0 R
+>> endobj
+1391 0 obj <<
+/Title 1392 0 R
+/A 1389 0 R
+/Parent 1383 0 R
+/Prev 1387 0 R
+/Next 1395 0 R
+>> endobj
+1387 0 obj <<
+/Title 1388 0 R
+/A 1385 0 R
+/Parent 1383 0 R
+/Next 1391 0 R
+>> endobj
+1383 0 obj <<
+/Title 1384 0 R
+/A 1381 0 R
+/Parent 1375 0 R
+/Prev 1379 0 R
+/Next 1403 0 R
+/First 1387 0 R
+/Last 1399 0 R
+/Count -4
+>> endobj
+1379 0 obj <<
+/Title 1380 0 R
+/A 1377 0 R
+/Parent 1375 0 R
+/Next 1383 0 R
+>> endobj
+1375 0 obj <<
+/Title 1376 0 R
+/A 1373 0 R
+/Parent 4914 0 R
+/Prev 1335 0 R
+/Next 1411 0 R
+/First 1379 0 R
+/Last 1407 0 R
+/Count -4
+>> endobj
+1371 0 obj <<
+/Title 1372 0 R
+/A 1369 0 R
+/Parent 1355 0 R
+/Prev 1367 0 R
+>> endobj
+1367 0 obj <<
+/Title 1368 0 R
+/A 1365 0 R
+/Parent 1355 0 R
+/Prev 1363 0 R
+/Next 1371 0 R
+>> endobj
+1363 0 obj <<
+/Title 1364 0 R
+/A 1361 0 R
+/Parent 1355 0 R
+/Prev 1359 0 R
+/Next 1367 0 R
+>> endobj
+1359 0 obj <<
+/Title 1360 0 R
+/A 1357 0 R
+/Parent 1355 0 R
+/Next 1363 0 R
+>> endobj
+1355 0 obj <<
+/Title 1356 0 R
+/A 1353 0 R
+/Parent 1335 0 R
+/Prev 1351 0 R
+/First 1359 0 R
+/Last 1371 0 R
+/Count -4
+>> endobj
+1351 0 obj <<
+/Title 1352 0 R
+/A 1349 0 R
+/Parent 1335 0 R
+/Prev 1347 0 R
+/Next 1355 0 R
+>> endobj
+1347 0 obj <<
+/Title 1348 0 R
+/A 1345 0 R
+/Parent 1335 0 R
+/Prev 1343 0 R
+/Next 1351 0 R
+>> endobj
+1343 0 obj <<
+/Title 1344 0 R
+/A 1341 0 R
+/Parent 1335 0 R
+/Prev 1339 0 R
+/Next 1347 0 R
+>> endobj
+1339 0 obj <<
+/Title 1340 0 R
+/A 1337 0 R
+/Parent 1335 0 R
+/Next 1343 0 R
+>> endobj
+1335 0 obj <<
+/Title 1336 0 R
+/A 1333 0 R
+/Parent 4914 0 R
+/Prev 1259 0 R
+/Next 1375 0 R
+/First 1339 0 R
+/Last 1355 0 R
+/Count -5
+>> endobj
+1331 0 obj <<
+/Title 1332 0 R
+/A 1329 0 R
+/Parent 1259 0 R
+/Prev 1311 0 R
+>> endobj
+1327 0 obj <<
+/Title 1328 0 R
+/A 1325 0 R
+/Parent 1311 0 R
+/Prev 1323 0 R
+>> endobj
+1323 0 obj <<
+/Title 1324 0 R
+/A 1321 0 R
+/Parent 1311 0 R
+/Prev 1319 0 R
+/Next 1327 0 R
+>> endobj
+1319 0 obj <<
+/Title 1320 0 R
+/A 1317 0 R
+/Parent 1311 0 R
+/Prev 1315 0 R
+/Next 1323 0 R
+>> endobj
+1315 0 obj <<
+/Title 1316 0 R
+/A 1313 0 R
+/Parent 1311 0 R
+/Next 1319 0 R
+>> endobj
+1311 0 obj <<
+/Title 1312 0 R
+/A 1309 0 R
+/Parent 1259 0 R
+/Prev 1299 0 R
+/Next 1331 0 R
+/First 1315 0 R
+/Last 1327 0 R
+/Count -4
+>> endobj
+1307 0 obj <<
+/Title 1308 0 R
+/A 1305 0 R
+/Parent 1299 0 R
+/Prev 1303 0 R
+>> endobj
+1303 0 obj <<
+/Title 1304 0 R
+/A 1301 0 R
+/Parent 1299 0 R
+/Next 1307 0 R
+>> endobj
+1299 0 obj <<
+/Title 1300 0 R
+/A 1297 0 R
+/Parent 1259 0 R
+/Prev 1287 0 R
+/Next 1311 0 R
+/First 1303 0 R
+/Last 1307 0 R
+/Count -2
+>> endobj
+1295 0 obj <<
+/Title 1296 0 R
+/A 1293 0 R
+/Parent 1287 0 R
+/Prev 1291 0 R
+>> endobj
+1291 0 obj <<
+/Title 1292 0 R
+/A 1289 0 R
+/Parent 1287 0 R
+/Next 1295 0 R
+>> endobj
+1287 0 obj <<
+/Title 1288 0 R
+/A 1285 0 R
+/Parent 1259 0 R
+/Prev 1263 0 R
+/Next 1299 0 R
+/First 1291 0 R
+/Last 1295 0 R
+/Count -2
+>> endobj
+1283 0 obj <<
+/Title 1284 0 R
+/A 1281 0 R
+/Parent 1263 0 R
+/Prev 1279 0 R
+>> endobj
+1279 0 obj <<
+/Title 1280 0 R
+/A 1277 0 R
+/Parent 1263 0 R
+/Prev 1275 0 R
+/Next 1283 0 R
+>> endobj
+1275 0 obj <<
+/Title 1276 0 R
+/A 1273 0 R
+/Parent 1263 0 R
+/Prev 1271 0 R
+/Next 1279 0 R
+>> endobj
+1271 0 obj <<
+/Title 1272 0 R
+/A 1269 0 R
+/Parent 1263 0 R
+/Prev 1267 0 R
+/Next 1275 0 R
+>> endobj
+1267 0 obj <<
+/Title 1268 0 R
+/A 1265 0 R
+/Parent 1263 0 R
+/Next 1271 0 R
+>> endobj
+1263 0 obj <<
+/Title 1264 0 R
+/A 1261 0 R
+/Parent 1259 0 R
+/Next 1287 0 R
+/First 1267 0 R
+/Last 1283 0 R
+/Count -5
+>> endobj
+1259 0 obj <<
+/Title 1260 0 R
+/A 1257 0 R
+/Parent 4914 0 R
+/Prev 1211 0 R
+/Next 1335 0 R
+/First 1263 0 R
+/Last 1331 0 R
+/Count -5
+>> endobj
+1255 0 obj <<
+/Title 1256 0 R
+/A 1253 0 R
+/Parent 1231 0 R
+/Prev 1251 0 R
+>> endobj
+1251 0 obj <<
+/Title 1252 0 R
+/A 1249 0 R
+/Parent 1231 0 R
+/Prev 1247 0 R
+/Next 1255 0 R
+>> endobj
+1247 0 obj <<
+/Title 1248 0 R
+/A 1245 0 R
+/Parent 1231 0 R
+/Prev 1243 0 R
+/Next 1251 0 R
+>> endobj
+1243 0 obj <<
+/Title 1244 0 R
+/A 1241 0 R
+/Parent 1231 0 R
+/Prev 1239 0 R
+/Next 1247 0 R
+>> endobj
+1239 0 obj <<
+/Title 1240 0 R
+/A 1237 0 R
+/Parent 1231 0 R
+/Prev 1235 0 R
+/Next 1243 0 R
+>> endobj
+1235 0 obj <<
+/Title 1236 0 R
+/A 1233 0 R
+/Parent 1231 0 R
+/Next 1239 0 R
+>> endobj
+1231 0 obj <<
+/Title 1232 0 R
+/A 1229 0 R
+/Parent 1211 0 R
+/Prev 1219 0 R
+/First 1235 0 R
+/Last 1255 0 R
+/Count -6
+>> endobj
+1227 0 obj <<
+/Title 1228 0 R
+/A 1225 0 R
+/Parent 1219 0 R
+/Prev 1223 0 R
+>> endobj
+1223 0 obj <<
+/Title 1224 0 R
+/A 1221 0 R
+/Parent 1219 0 R
+/Next 1227 0 R
+>> endobj
+1219 0 obj <<
+/Title 1220 0 R
+/A 1217 0 R
+/Parent 1211 0 R
+/Prev 1215 0 R
+/Next 1231 0 R
+/First 1223 0 R
+/Last 1227 0 R
+/Count -2
+>> endobj
+1215 0 obj <<
+/Title 1216 0 R
+/A 1213 0 R
+/Parent 1211 0 R
+/Next 1219 0 R
+>> endobj
+1211 0 obj <<
+/Title 1212 0 R
+/A 1209 0 R
+/Parent 4914 0 R
+/Prev 1167 0 R
+/Next 1259 0 R
+/First 1215 0 R
+/Last 1231 0 R
+/Count -3
+>> endobj
+1207 0 obj <<
+/Title 1208 0 R
+/A 1205 0 R
+/Parent 1183 0 R
+/Prev 1203 0 R
+>> endobj
+1203 0 obj <<
+/Title 1204 0 R
+/A 1201 0 R
+/Parent 1183 0 R
+/Prev 1199 0 R
+/Next 1207 0 R
+>> endobj
+1199 0 obj <<
+/Title 1200 0 R
+/A 1197 0 R
+/Parent 1183 0 R
+/Prev 1195 0 R
+/Next 1203 0 R
+>> endobj
+1195 0 obj <<
+/Title 1196 0 R
+/A 1193 0 R
+/Parent 1183 0 R
+/Prev 1191 0 R
+/Next 1199 0 R
+>> endobj
+1191 0 obj <<
+/Title 1192 0 R
+/A 1189 0 R
+/Parent 1183 0 R
+/Prev 1187 0 R
+/Next 1195 0 R
+>> endobj
+1187 0 obj <<
+/Title 1188 0 R
+/A 1185 0 R
+/Parent 1183 0 R
+/Next 1191 0 R
+>> endobj
+1183 0 obj <<
+/Title 1184 0 R
+/A 1181 0 R
+/Parent 1167 0 R
+/Prev 1171 0 R
+/First 1187 0 R
+/Last 1207 0 R
+/Count -6
+>> endobj
+1179 0 obj <<
+/Title 1180 0 R
+/A 1177 0 R
+/Parent 1171 0 R
+/Prev 1175 0 R
+>> endobj
+1175 0 obj <<
+/Title 1176 0 R
+/A 1173 0 R
+/Parent 1171 0 R
+/Next 1179 0 R
+>> endobj
+1171 0 obj <<
+/Title 1172 0 R
+/A 1169 0 R
+/Parent 1167 0 R
+/Next 1183 0 R
+/First 1175 0 R
+/Last 1179 0 R
+/Count -2
+>> endobj
+1167 0 obj <<
+/Title 1168 0 R
+/A 1165 0 R
+/Parent 4914 0 R
+/Prev 1123 0 R
+/Next 1211 0 R
+/First 1171 0 R
+/Last 1183 0 R
+/Count -2
+>> endobj
+1163 0 obj <<
+/Title 1164 0 R
+/A 1161 0 R
+/Parent 1147 0 R
+/Prev 1159 0 R
+>> endobj
+1159 0 obj <<
+/Title 1160 0 R
+/A 1157 0 R
+/Parent 1147 0 R
+/Prev 1155 0 R
+/Next 1163 0 R
+>> endobj
+1155 0 obj <<
+/Title 1156 0 R
+/A 1153 0 R
+/Parent 1147 0 R
+/Prev 1151 0 R
+/Next 1159 0 R
+>> endobj
+1151 0 obj <<
+/Title 1152 0 R
+/A 1149 0 R
+/Parent 1147 0 R
+/Next 1155 0 R
+>> endobj
+1147 0 obj <<
+/Title 1148 0 R
+/A 1145 0 R
+/Parent 1123 0 R
+/Prev 1135 0 R
+/First 1151 0 R
+/Last 1163 0 R
+/Count -4
+>> endobj
+1143 0 obj <<
+/Title 1144 0 R
+/A 1141 0 R
+/Parent 1135 0 R
+/Prev 1139 0 R
+>> endobj
+1139 0 obj <<
+/Title 1140 0 R
+/A 1137 0 R
+/Parent 1135 0 R
+/Next 1143 0 R
+>> endobj
+1135 0 obj <<
+/Title 1136 0 R
+/A 1133 0 R
+/Parent 1123 0 R
+/Prev 1131 0 R
+/Next 1147 0 R
+/First 1139 0 R
+/Last 1143 0 R
+/Count -2
+>> endobj
+1131 0 obj <<
+/Title 1132 0 R
+/A 1129 0 R
+/Parent 1123 0 R
+/Prev 1127 0 R
+/Next 1135 0 R
+>> endobj
+1127 0 obj <<
+/Title 1128 0 R
+/A 1125 0 R
+/Parent 1123 0 R
+/Next 1131 0 R
+>> endobj
+1123 0 obj <<
+/Title 1124 0 R
+/A 1121 0 R
+/Parent 4914 0 R
+/Prev 1103 0 R
+/Next 1167 0 R
+/First 1127 0 R
+/Last 1147 0 R
+/Count -4
+>> endobj
+1119 0 obj <<
+/Title 1120 0 R
+/A 1117 0 R
+/Parent 1103 0 R
+/Prev 1115 0 R
+>> endobj
+1115 0 obj <<
+/Title 1116 0 R
+/A 1113 0 R
+/Parent 1103 0 R
+/Prev 1111 0 R
+/Next 1119 0 R
+>> endobj
+1111 0 obj <<
+/Title 1112 0 R
+/A 1109 0 R
+/Parent 1103 0 R
+/Prev 1107 0 R
+/Next 1115 0 R
+>> endobj
+1107 0 obj <<
+/Title 1108 0 R
+/A 1105 0 R
+/Parent 1103 0 R
+/Next 1111 0 R
+>> endobj
+1103 0 obj <<
+/Title 1104 0 R
+/A 1101 0 R
+/Parent 4914 0 R
+/Prev 1071 0 R
+/Next 1123 0 R
+/First 1107 0 R
+/Last 1119 0 R
+/Count -4
+>> endobj
+1099 0 obj <<
+/Title 1100 0 R
+/A 1097 0 R
+/Parent 1091 0 R
+/Prev 1095 0 R
+>> endobj
+1095 0 obj <<
+/Title 1096 0 R
+/A 1093 0 R
+/Parent 1091 0 R
+/Next 1099 0 R
+>> endobj
+1091 0 obj <<
+/Title 1092 0 R
+/A 1089 0 R
+/Parent 1071 0 R
+/Prev 1087 0 R
+/First 1095 0 R
+/Last 1099 0 R
+/Count -2
+>> endobj
+1087 0 obj <<
+/Title 1088 0 R
+/A 1085 0 R
+/Parent 1071 0 R
+/Prev 1083 0 R
+/Next 1091 0 R
+>> endobj
+1083 0 obj <<
+/Title 1084 0 R
+/A 1081 0 R
+/Parent 1071 0 R
+/Prev 1079 0 R
+/Next 1087 0 R
+>> endobj
+1079 0 obj <<
+/Title 1080 0 R
+/A 1077 0 R
+/Parent 1071 0 R
+/Prev 1075 0 R
+/Next 1083 0 R
+>> endobj
+1075 0 obj <<
+/Title 1076 0 R
+/A 1073 0 R
+/Parent 1071 0 R
+/Next 1079 0 R
+>> endobj
+1071 0 obj <<
+/Title 1072 0 R
+/A 1069 0 R
+/Parent 4914 0 R
+/Prev 975 0 R
+/Next 1103 0 R
+/First 1075 0 R
+/Last 1091 0 R
+/Count -5
+>> endobj
+1067 0 obj <<
+/Title 1068 0 R
+/A 1065 0 R
+/Parent 1039 0 R
+/Prev 1063 0 R
+>> endobj
+1063 0 obj <<
+/Title 1064 0 R
+/A 1061 0 R
+/Parent 1039 0 R
+/Prev 1059 0 R
+/Next 1067 0 R
+>> endobj
+1059 0 obj <<
+/Title 1060 0 R
+/A 1057 0 R
+/Parent 1039 0 R
+/Prev 1055 0 R
+/Next 1063 0 R
+>> endobj
+1055 0 obj <<
+/Title 1056 0 R
+/A 1053 0 R
+/Parent 1039 0 R
+/Prev 1051 0 R
+/Next 1059 0 R
+>> endobj
+1051 0 obj <<
+/Title 1052 0 R
+/A 1049 0 R
+/Parent 1039 0 R
+/Prev 1047 0 R
+/Next 1055 0 R
+>> endobj
+1047 0 obj <<
+/Title 1048 0 R
+/A 1045 0 R
+/Parent 1039 0 R
+/Prev 1043 0 R
+/Next 1051 0 R
+>> endobj
+1043 0 obj <<
+/Title 1044 0 R
+/A 1041 0 R
+/Parent 1039 0 R
+/Next 1047 0 R
+>> endobj
+1039 0 obj <<
+/Title 1040 0 R
+/A 1037 0 R
+/Parent 975 0 R
+/Prev 1035 0 R
+/First 1043 0 R
+/Last 1067 0 R
+/Count -7
+>> endobj
+1035 0 obj <<
+/Title 1036 0 R
+/A 1033 0 R
+/Parent 975 0 R
+/Prev 1031 0 R
+/Next 1039 0 R
+>> endobj
+1031 0 obj <<
+/Title 1032 0 R
+/A 1029 0 R
+/Parent 975 0 R
+/Prev 1007 0 R
+/Next 1035 0 R
+>> endobj
+1027 0 obj <<
+/Title 1028 0 R
+/A 1025 0 R
+/Parent 1007 0 R
+/Prev 1023 0 R
+>> endobj
+1023 0 obj <<
+/Title 1024 0 R
+/A 1021 0 R
+/Parent 1007 0 R
+/Prev 1019 0 R
+/Next 1027 0 R
+>> endobj
+1019 0 obj <<
+/Title 1020 0 R
+/A 1017 0 R
+/Parent 1007 0 R
+/Prev 1015 0 R
+/Next 1023 0 R
+>> endobj
+1015 0 obj <<
+/Title 1016 0 R
+/A 1013 0 R
+/Parent 1007 0 R
+/Prev 1011 0 R
+/Next 1019 0 R
+>> endobj
+1011 0 obj <<
+/Title 1012 0 R
+/A 1009 0 R
+/Parent 1007 0 R
+/Next 1015 0 R
+>> endobj
+1007 0 obj <<
+/Title 1008 0 R
+/A 1005 0 R
+/Parent 975 0 R
+/Prev 1003 0 R
+/Next 1031 0 R
+/First 1011 0 R
+/Last 1027 0 R
+/Count -5
+>> endobj
+1003 0 obj <<
+/Title 1004 0 R
+/A 1001 0 R
+/Parent 975 0 R
+/Prev 999 0 R
+/Next 1007 0 R
+>> endobj
+999 0 obj <<
+/Title 1000 0 R
+/A 997 0 R
+/Parent 975 0 R
+/Prev 983 0 R
+/Next 1003 0 R
+>> endobj
+995 0 obj <<
+/Title 996 0 R
+/A 993 0 R
+/Parent 983 0 R
+/Prev 991 0 R
+>> endobj
+991 0 obj <<
+/Title 992 0 R
+/A 989 0 R
+/Parent 983 0 R
+/Prev 987 0 R
+/Next 995 0 R
+>> endobj
+987 0 obj <<
+/Title 988 0 R
+/A 985 0 R
+/Parent 983 0 R
+/Next 991 0 R
+>> endobj
+983 0 obj <<
+/Title 984 0 R
+/A 981 0 R
+/Parent 975 0 R
+/Prev 979 0 R
+/Next 999 0 R
+/First 987 0 R
+/Last 995 0 R
+/Count -3
+>> endobj
+979 0 obj <<
+/Title 980 0 R
+/A 977 0 R
+/Parent 975 0 R
+/Next 983 0 R
+>> endobj
+975 0 obj <<
+/Title 976 0 R
+/A 973 0 R
+/Parent 4914 0 R
+/Prev 871 0 R
+/Next 1071 0 R
+/First 979 0 R
+/Last 1039 0 R
+/Count -8
+>> endobj
+971 0 obj <<
+/Title 972 0 R
+/A 969 0 R
+/Parent 935 0 R
+/Prev 967 0 R
+>> endobj
+967 0 obj <<
+/Title 968 0 R
+/A 965 0 R
+/Parent 935 0 R
+/Prev 963 0 R
+/Next 971 0 R
+>> endobj
+963 0 obj <<
+/Title 964 0 R
+/A 961 0 R
+/Parent 935 0 R
+/Prev 959 0 R
+/Next 967 0 R
+>> endobj
+959 0 obj <<
+/Title 960 0 R
+/A 957 0 R
+/Parent 935 0 R
+/Prev 955 0 R
+/Next 963 0 R
+>> endobj
+955 0 obj <<
+/Title 956 0 R
+/A 953 0 R
+/Parent 935 0 R
+/Prev 951 0 R
+/Next 959 0 R
+>> endobj
+951 0 obj <<
+/Title 952 0 R
+/A 949 0 R
+/Parent 935 0 R
+/Prev 947 0 R
+/Next 955 0 R
+>> endobj
+947 0 obj <<
+/Title 948 0 R
+/A 945 0 R
+/Parent 935 0 R
+/Prev 943 0 R
+/Next 951 0 R
+>> endobj
+943 0 obj <<
+/Title 944 0 R
+/A 941 0 R
+/Parent 935 0 R
+/Prev 939 0 R
+/Next 947 0 R
+>> endobj
+939 0 obj <<
+/Title 940 0 R
+/A 937 0 R
+/Parent 935 0 R
+/Next 943 0 R
+>> endobj
+935 0 obj <<
+/Title 936 0 R
+/A 933 0 R
+/Parent 871 0 R
+/Prev 915 0 R
+/First 939 0 R
+/Last 971 0 R
+/Count -9
+>> endobj
+931 0 obj <<
+/Title 932 0 R
+/A 929 0 R
+/Parent 915 0 R
+/Prev 927 0 R
+>> endobj
+927 0 obj <<
+/Title 928 0 R
+/A 925 0 R
+/Parent 915 0 R
+/Prev 923 0 R
+/Next 931 0 R
+>> endobj
+923 0 obj <<
+/Title 924 0 R
+/A 921 0 R
+/Parent 915 0 R
+/Prev 919 0 R
+/Next 927 0 R
+>> endobj
+919 0 obj <<
+/Title 920 0 R
+/A 917 0 R
+/Parent 915 0 R
+/Next 923 0 R
+>> endobj
+915 0 obj <<
+/Title 916 0 R
+/A 913 0 R
+/Parent 871 0 R
+/Prev 903 0 R
+/Next 935 0 R
+/First 919 0 R
+/Last 931 0 R
+/Count -4
+>> endobj
+911 0 obj <<
+/Title 912 0 R
+/A 909 0 R
+/Parent 903 0 R
+/Prev 907 0 R
+>> endobj
+907 0 obj <<
+/Title 908 0 R
+/A 905 0 R
+/Parent 903 0 R
+/Next 911 0 R
+>> endobj
+903 0 obj <<
+/Title 904 0 R
+/A 901 0 R
+/Parent 871 0 R
+/Prev 883 0 R
+/Next 915 0 R
+/First 907 0 R
+/Last 911 0 R
+/Count -2
+>> endobj
+899 0 obj <<
+/Title 900 0 R
+/A 897 0 R
+/Parent 883 0 R
+/Prev 895 0 R
+>> endobj
+895 0 obj <<
+/Title 896 0 R
+/A 893 0 R
+/Parent 883 0 R
+/Prev 891 0 R
+/Next 899 0 R
+>> endobj
+891 0 obj <<
+/Title 892 0 R
+/A 889 0 R
+/Parent 883 0 R
+/Prev 887 0 R
+/Next 895 0 R
+>> endobj
+887 0 obj <<
+/Title 888 0 R
+/A 885 0 R
+/Parent 883 0 R
+/Next 891 0 R
+>> endobj
+883 0 obj <<
+/Title 884 0 R
+/A 881 0 R
+/Parent 871 0 R
+/Prev 879 0 R
+/Next 903 0 R
+/First 887 0 R
+/Last 899 0 R
+/Count -4
+>> endobj
+879 0 obj <<
+/Title 880 0 R
+/A 877 0 R
+/Parent 871 0 R
+/Prev 875 0 R
+/Next 883 0 R
+>> endobj
+875 0 obj <<
+/Title 876 0 R
+/A 873 0 R
+/Parent 871 0 R
+/Next 879 0 R
+>> endobj
+871 0 obj <<
+/Title 872 0 R
+/A 869 0 R
+/Parent 4914 0 R
+/Prev 767 0 R
+/Next 975 0 R
+/First 875 0 R
+/Last 935 0 R
+/Count -6
+>> endobj
+867 0 obj <<
+/Title 868 0 R
+/A 865 0 R
+/Parent 847 0 R
+/Prev 863 0 R
+>> endobj
+863 0 obj <<
+/Title 864 0 R
+/A 861 0 R
+/Parent 847 0 R
+/Prev 859 0 R
+/Next 867 0 R
+>> endobj
+859 0 obj <<
+/Title 860 0 R
+/A 857 0 R
+/Parent 847 0 R
+/Prev 855 0 R
+/Next 863 0 R
+>> endobj
+855 0 obj <<
+/Title 856 0 R
+/A 853 0 R
+/Parent 847 0 R
+/Prev 851 0 R
+/Next 859 0 R
+>> endobj
+851 0 obj <<
+/Title 852 0 R
+/A 849 0 R
+/Parent 847 0 R
+/Next 855 0 R
+>> endobj
+847 0 obj <<
+/Title 848 0 R
+/A 845 0 R
+/Parent 767 0 R
+/Prev 831 0 R
+/First 851 0 R
+/Last 867 0 R
+/Count -5
+>> endobj
+843 0 obj <<
+/Title 844 0 R
+/A 841 0 R
+/Parent 831 0 R
+/Prev 839 0 R
+>> endobj
+839 0 obj <<
+/Title 840 0 R
+/A 837 0 R
+/Parent 831 0 R
+/Prev 835 0 R
+/Next 843 0 R
+>> endobj
+835 0 obj <<
+/Title 836 0 R
+/A 833 0 R
+/Parent 831 0 R
+/Next 839 0 R
+>> endobj
+831 0 obj <<
+/Title 832 0 R
+/A 829 0 R
+/Parent 767 0 R
+/Prev 819 0 R
+/Next 847 0 R
+/First 835 0 R
+/Last 843 0 R
+/Count -3
+>> endobj
+827 0 obj <<
+/Title 828 0 R
+/A 825 0 R
+/Parent 819 0 R
+/Prev 823 0 R
+>> endobj
+823 0 obj <<
+/Title 824 0 R
+/A 821 0 R
+/Parent 819 0 R
+/Next 827 0 R
+>> endobj
+819 0 obj <<
+/Title 820 0 R
+/A 817 0 R
+/Parent 767 0 R
+/Prev 815 0 R
+/Next 831 0 R
+/First 823 0 R
+/Last 827 0 R
+/Count -2
+>> endobj
+815 0 obj <<
+/Title 816 0 R
+/A 813 0 R
+/Parent 767 0 R
+/Prev 787 0 R
+/Next 819 0 R
+>> endobj
+811 0 obj <<
+/Title 812 0 R
+/A 809 0 R
+/Parent 787 0 R
+/Prev 807 0 R
+>> endobj
+807 0 obj <<
+/Title 808 0 R
+/A 805 0 R
+/Parent 787 0 R
+/Prev 803 0 R
+/Next 811 0 R
+>> endobj
+803 0 obj <<
+/Title 804 0 R
+/A 801 0 R
+/Parent 787 0 R
+/Prev 799 0 R
+/Next 807 0 R
+>> endobj
+799 0 obj <<
+/Title 800 0 R
+/A 797 0 R
+/Parent 787 0 R
+/Prev 795 0 R
+/Next 803 0 R
+>> endobj
+795 0 obj <<
+/Title 796 0 R
+/A 793 0 R
+/Parent 787 0 R
+/Prev 791 0 R
+/Next 799 0 R
+>> endobj
+791 0 obj <<
+/Title 792 0 R
+/A 789 0 R
+/Parent 787 0 R
+/Next 795 0 R
+>> endobj
+787 0 obj <<
+/Title 788 0 R
+/A 785 0 R
+/Parent 767 0 R
+/Prev 783 0 R
+/Next 815 0 R
+/First 791 0 R
+/Last 811 0 R
+/Count -6
+>> endobj
+783 0 obj <<
+/Title 784 0 R
+/A 781 0 R
+/Parent 767 0 R
+/Prev 779 0 R
+/Next 787 0 R
+>> endobj
+779 0 obj <<
+/Title 780 0 R
+/A 777 0 R
+/Parent 767 0 R
+/Prev 775 0 R
+/Next 783 0 R
+>> endobj
+775 0 obj <<
+/Title 776 0 R
+/A 773 0 R
+/Parent 767 0 R
+/Prev 771 0 R
+/Next 779 0 R
+>> endobj
+771 0 obj <<
+/Title 772 0 R
+/A 769 0 R
+/Parent 767 0 R
+/Next 775 0 R
+>> endobj
+767 0 obj <<
+/Title 768 0 R
+/A 765 0 R
+/Parent 4914 0 R
+/Prev 735 0 R
+/Next 871 0 R
+/First 771 0 R
+/Last 847 0 R
+/Count -9
+>> endobj
+763 0 obj <<
+/Title 764 0 R
+/A 761 0 R
+/Parent 751 0 R
+/Prev 759 0 R
+>> endobj
+759 0 obj <<
+/Title 760 0 R
+/A 757 0 R
+/Parent 751 0 R
+/Prev 755 0 R
+/Next 763 0 R
+>> endobj
+755 0 obj <<
+/Title 756 0 R
+/A 753 0 R
+/Parent 751 0 R
+/Next 759 0 R
+>> endobj
+751 0 obj <<
+/Title 752 0 R
+/A 749 0 R
+/Parent 735 0 R
+/Prev 747 0 R
+/First 755 0 R
+/Last 763 0 R
+/Count -3
+>> endobj
+747 0 obj <<
+/Title 748 0 R
+/A 745 0 R
+/Parent 735 0 R
+/Prev 743 0 R
+/Next 751 0 R
+>> endobj
+743 0 obj <<
+/Title 744 0 R
+/A 741 0 R
+/Parent 735 0 R
+/Prev 739 0 R
+/Next 747 0 R
+>> endobj
+739 0 obj <<
+/Title 740 0 R
+/A 737 0 R
+/Parent 735 0 R
+/Next 743 0 R
+>> endobj
+735 0 obj <<
+/Title 736 0 R
+/A 733 0 R
+/Parent 4914 0 R
+/Prev 679 0 R
+/Next 767 0 R
+/First 739 0 R
+/Last 751 0 R
+/Count -4
+>> endobj
+731 0 obj <<
+/Title 732 0 R
+/A 729 0 R
+/Parent 707 0 R
+/Prev 727 0 R
+>> endobj
+727 0 obj <<
+/Title 728 0 R
+/A 725 0 R
+/Parent 707 0 R
+/Prev 723 0 R
+/Next 731 0 R
+>> endobj
+723 0 obj <<
+/Title 724 0 R
+/A 721 0 R
+/Parent 707 0 R
+/Prev 719 0 R
+/Next 727 0 R
+>> endobj
+719 0 obj <<
+/Title 720 0 R
+/A 717 0 R
+/Parent 707 0 R
+/Prev 715 0 R
+/Next 723 0 R
+>> endobj
+715 0 obj <<
+/Title 716 0 R
+/A 713 0 R
+/Parent 707 0 R
+/Prev 711 0 R
+/Next 719 0 R
+>> endobj
+711 0 obj <<
+/Title 712 0 R
+/A 709 0 R
+/Parent 707 0 R
+/Next 715 0 R
+>> endobj
+707 0 obj <<
+/Title 708 0 R
+/A 705 0 R
+/Parent 679 0 R
+/Prev 691 0 R
+/First 711 0 R
+/Last 731 0 R
+/Count -6
+>> endobj
+703 0 obj <<
+/Title 704 0 R
+/A 701 0 R
+/Parent 691 0 R
+/Prev 699 0 R
+>> endobj
+699 0 obj <<
+/Title 700 0 R
+/A 697 0 R
+/Parent 691 0 R
+/Prev 695 0 R
+/Next 703 0 R
+>> endobj
+695 0 obj <<
+/Title 696 0 R
+/A 693 0 R
+/Parent 691 0 R
+/Next 699 0 R
+>> endobj
+691 0 obj <<
+/Title 692 0 R
+/A 689 0 R
+/Parent 679 0 R
+/Prev 683 0 R
+/Next 707 0 R
+/First 695 0 R
+/Last 703 0 R
+/Count -3
+>> endobj
+687 0 obj <<
+/Title 688 0 R
+/A 685 0 R
+/Parent 683 0 R
+>> endobj
+683 0 obj <<
+/Title 684 0 R
+/A 681 0 R
+/Parent 679 0 R
+/Next 691 0 R
+/First 687 0 R
+/Last 687 0 R
+/Count -1
+>> endobj
+679 0 obj <<
+/Title 680 0 R
+/A 677 0 R
+/Parent 4914 0 R
+/Prev 591 0 R
+/Next 735 0 R
+/First 683 0 R
+/Last 707 0 R
+/Count -3
+>> endobj
+675 0 obj <<
+/Title 676 0 R
+/A 673 0 R
+/Parent 639 0 R
+/Prev 671 0 R
+>> endobj
+671 0 obj <<
+/Title 672 0 R
+/A 669 0 R
+/Parent 639 0 R
+/Prev 667 0 R
+/Next 675 0 R
+>> endobj
+667 0 obj <<
+/Title 668 0 R
+/A 665 0 R
+/Parent 639 0 R
+/Prev 663 0 R
+/Next 671 0 R
+>> endobj
+663 0 obj <<
+/Title 664 0 R
+/A 661 0 R
+/Parent 639 0 R
+/Prev 659 0 R
+/Next 667 0 R
+>> endobj
+659 0 obj <<
+/Title 660 0 R
+/A 657 0 R
+/Parent 639 0 R
+/Prev 655 0 R
+/Next 663 0 R
+>> endobj
+655 0 obj <<
+/Title 656 0 R
+/A 653 0 R
+/Parent 639 0 R
+/Prev 651 0 R
+/Next 659 0 R
+>> endobj
+651 0 obj <<
+/Title 652 0 R
+/A 649 0 R
+/Parent 639 0 R
+/Prev 647 0 R
+/Next 655 0 R
+>> endobj
+647 0 obj <<
+/Title 648 0 R
+/A 645 0 R
+/Parent 639 0 R
+/Prev 643 0 R
+/Next 651 0 R
+>> endobj
+643 0 obj <<
+/Title 644 0 R
+/A 641 0 R
+/Parent 639 0 R
+/Next 647 0 R
+>> endobj
+639 0 obj <<
+/Title 640 0 R
+/A 637 0 R
+/Parent 591 0 R
+/Prev 623 0 R
+/First 643 0 R
+/Last 675 0 R
+/Count -9
+>> endobj
+635 0 obj <<
+/Title 636 0 R
+/A 633 0 R
+/Parent 623 0 R
+/Prev 631 0 R
+>> endobj
+631 0 obj <<
+/Title 632 0 R
+/A 629 0 R
+/Parent 623 0 R
+/Prev 627 0 R
+/Next 635 0 R
+>> endobj
+627 0 obj <<
+/Title 628 0 R
+/A 625 0 R
+/Parent 623 0 R
+/Next 631 0 R
+>> endobj
+623 0 obj <<
+/Title 624 0 R
+/A 621 0 R
+/Parent 591 0 R
+/Prev 595 0 R
+/Next 639 0 R
+/First 627 0 R
+/Last 635 0 R
+/Count -3
+>> endobj
+619 0 obj <<
+/Title 620 0 R
+/A 617 0 R
+/Parent 595 0 R
+/Prev 615 0 R
+>> endobj
+615 0 obj <<
+/Title 616 0 R
+/A 613 0 R
+/Parent 595 0 R
+/Prev 611 0 R
+/Next 619 0 R
+>> endobj
+611 0 obj <<
+/Title 612 0 R
+/A 609 0 R
+/Parent 595 0 R
+/Prev 607 0 R
+/Next 615 0 R
+>> endobj
+607 0 obj <<
+/Title 608 0 R
+/A 605 0 R
+/Parent 595 0 R
+/Prev 603 0 R
+/Next 611 0 R
+>> endobj
+603 0 obj <<
+/Title 604 0 R
+/A 601 0 R
+/Parent 595 0 R
+/Prev 599 0 R
+/Next 607 0 R
+>> endobj
+599 0 obj <<
+/Title 600 0 R
+/A 597 0 R
+/Parent 595 0 R
+/Next 603 0 R
+>> endobj
+595 0 obj <<
+/Title 596 0 R
+/A 593 0 R
+/Parent 591 0 R
+/Next 623 0 R
+/First 599 0 R
+/Last 619 0 R
+/Count -6
+>> endobj
+591 0 obj <<
+/Title 592 0 R
+/A 589 0 R
+/Parent 4914 0 R
+/Prev 511 0 R
+/Next 679 0 R
+/First 595 0 R
+/Last 639 0 R
+/Count -3
+>> endobj
+587 0 obj <<
+/Title 588 0 R
+/A 585 0 R
+/Parent 579 0 R
+/Prev 583 0 R
+>> endobj
+583 0 obj <<
+/Title 584 0 R
+/A 581 0 R
+/Parent 579 0 R
+/Next 587 0 R
+>> endobj
+579 0 obj <<
+/Title 580 0 R
+/A 577 0 R
+/Parent 511 0 R
+/Prev 575 0 R
+/First 583 0 R
+/Last 587 0 R
+/Count -2
+>> endobj
+575 0 obj <<
+/Title 576 0 R
+/A 573 0 R
+/Parent 511 0 R
+/Prev 559 0 R
+/Next 579 0 R
+>> endobj
+571 0 obj <<
+/Title 572 0 R
+/A 569 0 R
+/Parent 559 0 R
+/Prev 567 0 R
+>> endobj
+567 0 obj <<
+/Title 568 0 R
+/A 565 0 R
+/Parent 559 0 R
+/Prev 563 0 R
+/Next 571 0 R
+>> endobj
+563 0 obj <<
+/Title 564 0 R
+/A 561 0 R
+/Parent 559 0 R
+/Next 567 0 R
+>> endobj
+559 0 obj <<
+/Title 560 0 R
+/A 557 0 R
+/Parent 511 0 R
+/Prev 555 0 R
+/Next 575 0 R
+/First 563 0 R
+/Last 571 0 R
+/Count -3
+>> endobj
+555 0 obj <<
+/Title 556 0 R
+/A 553 0 R
+/Parent 511 0 R
+/Prev 551 0 R
+/Next 559 0 R
+>> endobj
+551 0 obj <<
+/Title 552 0 R
+/A 549 0 R
+/Parent 511 0 R
+/Prev 519 0 R
+/Next 555 0 R
+>> endobj
+547 0 obj <<
+/Title 548 0 R
+/A 545 0 R
+/Parent 519 0 R
+/Prev 543 0 R
+>> endobj
+543 0 obj <<
+/Title 544 0 R
+/A 541 0 R
+/Parent 519 0 R
+/Prev 539 0 R
+/Next 547 0 R
+>> endobj
+539 0 obj <<
+/Title 540 0 R
+/A 537 0 R
+/Parent 519 0 R
+/Prev 535 0 R
+/Next 543 0 R
+>> endobj
+535 0 obj <<
+/Title 536 0 R
+/A 533 0 R
+/Parent 519 0 R
+/Prev 531 0 R
+/Next 539 0 R
+>> endobj
+531 0 obj <<
+/Title 532 0 R
+/A 529 0 R
+/Parent 519 0 R
+/Prev 527 0 R
+/Next 535 0 R
+>> endobj
+527 0 obj <<
+/Title 528 0 R
+/A 525 0 R
+/Parent 519 0 R
+/Prev 523 0 R
+/Next 531 0 R
+>> endobj
+523 0 obj <<
+/Title 524 0 R
+/A 521 0 R
+/Parent 519 0 R
+/Next 527 0 R
+>> endobj
+519 0 obj <<
+/Title 520 0 R
+/A 517 0 R
+/Parent 511 0 R
+/Prev 515 0 R
+/Next 551 0 R
+/First 523 0 R
+/Last 547 0 R
+/Count -7
+>> endobj
+515 0 obj <<
+/Title 516 0 R
+/A 513 0 R
+/Parent 511 0 R
+/Next 519 0 R
+>> endobj
+511 0 obj <<
+/Title 512 0 R
+/A 509 0 R
+/Parent 4914 0 R
+/Prev 447 0 R
+/Next 591 0 R
+/First 515 0 R
+/Last 579 0 R
+/Count -7
+>> endobj
+507 0 obj <<
+/Title 508 0 R
+/A 505 0 R
+/Parent 447 0 R
+/Prev 499 0 R
+>> endobj
+503 0 obj <<
+/Title 504 0 R
+/A 501 0 R
+/Parent 499 0 R
+>> endobj
+499 0 obj <<
+/Title 500 0 R
+/A 497 0 R
+/Parent 447 0 R
+/Prev 495 0 R
+/Next 507 0 R
+/First 503 0 R
+/Last 503 0 R
+/Count -1
+>> endobj
+495 0 obj <<
+/Title 496 0 R
+/A 493 0 R
+/Parent 447 0 R
+/Prev 479 0 R
+/Next 499 0 R
+>> endobj
+491 0 obj <<
+/Title 492 0 R
+/A 489 0 R
+/Parent 479 0 R
+/Prev 487 0 R
+>> endobj
+487 0 obj <<
+/Title 488 0 R
+/A 485 0 R
+/Parent 479 0 R
+/Prev 483 0 R
+/Next 491 0 R
+>> endobj
+483 0 obj <<
+/Title 484 0 R
+/A 481 0 R
+/Parent 479 0 R
+/Next 487 0 R
+>> endobj
+479 0 obj <<
+/Title 480 0 R
+/A 477 0 R
+/Parent 447 0 R
+/Prev 467 0 R
+/Next 495 0 R
+/First 483 0 R
+/Last 491 0 R
+/Count -3
+>> endobj
+475 0 obj <<
+/Title 476 0 R
+/A 473 0 R
+/Parent 467 0 R
+/Prev 471 0 R
+>> endobj
+471 0 obj <<
+/Title 472 0 R
+/A 469 0 R
+/Parent 467 0 R
+/Next 475 0 R
+>> endobj
+467 0 obj <<
+/Title 468 0 R
+/A 465 0 R
+/Parent 447 0 R
+/Prev 463 0 R
+/Next 479 0 R
+/First 471 0 R
+/Last 475 0 R
+/Count -2
+>> endobj
+463 0 obj <<
+/Title 464 0 R
+/A 461 0 R
+/Parent 447 0 R
+/Prev 451 0 R
+/Next 467 0 R
+>> endobj
+459 0 obj <<
+/Title 460 0 R
+/A 457 0 R
+/Parent 451 0 R
+/Prev 455 0 R
+>> endobj
+455 0 obj <<
+/Title 456 0 R
+/A 453 0 R
+/Parent 451 0 R
+/Next 459 0 R
+>> endobj
+451 0 obj <<
+/Title 452 0 R
+/A 449 0 R
+/Parent 447 0 R
+/Next 463 0 R
+/First 455 0 R
+/Last 459 0 R
+/Count -2
+>> endobj
+447 0 obj <<
+/Title 448 0 R
+/A 445 0 R
+/Parent 4914 0 R
+/Prev 335 0 R
+/Next 511 0 R
+/First 451 0 R
+/Last 507 0 R
+/Count -7
+>> endobj
+443 0 obj <<
+/Title 444 0 R
+/A 441 0 R
+/Parent 419 0 R
+/Prev 439 0 R
+>> endobj
+439 0 obj <<
+/Title 440 0 R
+/A 437 0 R
+/Parent 419 0 R
+/Prev 435 0 R
+/Next 443 0 R
+>> endobj
+435 0 obj <<
+/Title 436 0 R
+/A 433 0 R
+/Parent 419 0 R
+/Prev 431 0 R
+/Next 439 0 R
+>> endobj
+431 0 obj <<
+/Title 432 0 R
+/A 429 0 R
+/Parent 419 0 R
+/Prev 427 0 R
+/Next 435 0 R
+>> endobj
+427 0 obj <<
+/Title 428 0 R
+/A 425 0 R
+/Parent 419 0 R
+/Prev 423 0 R
+/Next 431 0 R
+>> endobj
+423 0 obj <<
+/Title 424 0 R
+/A 421 0 R
+/Parent 419 0 R
+/Next 427 0 R
+>> endobj
+419 0 obj <<
+/Title 420 0 R
+/A 417 0 R
+/Parent 335 0 R
+/Prev 415 0 R
+/First 423 0 R
+/Last 443 0 R
+/Count -6
+>> endobj
+415 0 obj <<
+/Title 416 0 R
+/A 413 0 R
+/Parent 335 0 R
+/Prev 411 0 R
+/Next 419 0 R
+>> endobj
+411 0 obj <<
+/Title 412 0 R
+/A 409 0 R
+/Parent 335 0 R
+/Prev 407 0 R
+/Next 415 0 R
+>> endobj
+407 0 obj <<
+/Title 408 0 R
+/A 405 0 R
+/Parent 335 0 R
+/Prev 403 0 R
+/Next 411 0 R
+>> endobj
+403 0 obj <<
+/Title 404 0 R
+/A 401 0 R
+/Parent 335 0 R
+/Prev 379 0 R
+/Next 407 0 R
+>> endobj
+399 0 obj <<
+/Title 400 0 R
+/A 397 0 R
+/Parent 379 0 R
+/Prev 395 0 R
+>> endobj
+395 0 obj <<
+/Title 396 0 R
+/A 393 0 R
+/Parent 379 0 R
+/Prev 391 0 R
+/Next 399 0 R
+>> endobj
+391 0 obj <<
+/Title 392 0 R
+/A 389 0 R
+/Parent 379 0 R
+/Prev 387 0 R
+/Next 395 0 R
+>> endobj
+387 0 obj <<
+/Title 388 0 R
+/A 385 0 R
+/Parent 379 0 R
+/Prev 383 0 R
+/Next 391 0 R
+>> endobj
+383 0 obj <<
+/Title 384 0 R
+/A 381 0 R
+/Parent 379 0 R
+/Next 387 0 R
+>> endobj
+379 0 obj <<
+/Title 380 0 R
+/A 377 0 R
+/Parent 335 0 R
+/Prev 363 0 R
+/Next 403 0 R
+/First 383 0 R
+/Last 399 0 R
+/Count -5
+>> endobj
+375 0 obj <<
+/Title 376 0 R
+/A 373 0 R
+/Parent 363 0 R
+/Prev 371 0 R
+>> endobj
+371 0 obj <<
+/Title 372 0 R
+/A 369 0 R
+/Parent 363 0 R
+/Prev 367 0 R
+/Next 375 0 R
+>> endobj
+367 0 obj <<
+/Title 368 0 R
+/A 365 0 R
+/Parent 363 0 R
+/Next 371 0 R
+>> endobj
+363 0 obj <<
+/Title 364 0 R
+/A 361 0 R
+/Parent 335 0 R
+/Prev 343 0 R
+/Next 379 0 R
+/First 367 0 R
+/Last 375 0 R
+/Count -3
+>> endobj
+359 0 obj <<
+/Title 360 0 R
+/A 357 0 R
+/Parent 343 0 R
+/Prev 355 0 R
+>> endobj
+355 0 obj <<
+/Title 356 0 R
+/A 353 0 R
+/Parent 343 0 R
+/Prev 351 0 R
+/Next 359 0 R
+>> endobj
+351 0 obj <<
+/Title 352 0 R
+/A 349 0 R
+/Parent 343 0 R
+/Prev 347 0 R
+/Next 355 0 R
+>> endobj
+347 0 obj <<
+/Title 348 0 R
+/A 345 0 R
+/Parent 343 0 R
+/Next 351 0 R
+>> endobj
+343 0 obj <<
+/Title 344 0 R
+/A 341 0 R
+/Parent 335 0 R
+/Prev 339 0 R
+/Next 363 0 R
+/First 347 0 R
+/Last 359 0 R
+/Count -4
+>> endobj
+339 0 obj <<
+/Title 340 0 R
+/A 337 0 R
+/Parent 335 0 R
+/Next 343 0 R
+>> endobj
+335 0 obj <<
+/Title 336 0 R
+/A 333 0 R
+/Parent 4914 0 R
+/Prev 287 0 R
+/Next 447 0 R
+/First 339 0 R
+/Last 419 0 R
+/Count -9
+>> endobj
+331 0 obj <<
+/Title 332 0 R
+/A 329 0 R
+/Parent 311 0 R
+/Prev 327 0 R
+>> endobj
+327 0 obj <<
+/Title 328 0 R
+/A 325 0 R
+/Parent 311 0 R
+/Prev 323 0 R
+/Next 331 0 R
+>> endobj
+323 0 obj <<
+/Title 324 0 R
+/A 321 0 R
+/Parent 311 0 R
+/Prev 319 0 R
+/Next 327 0 R
+>> endobj
+319 0 obj <<
+/Title 320 0 R
+/A 317 0 R
+/Parent 311 0 R
+/Prev 315 0 R
+/Next 323 0 R
+>> endobj
+315 0 obj <<
+/Title 316 0 R
+/A 313 0 R
+/Parent 311 0 R
+/Next 319 0 R
+>> endobj
+311 0 obj <<
+/Title 312 0 R
+/A 309 0 R
+/Parent 287 0 R
+/Prev 295 0 R
+/First 315 0 R
+/Last 331 0 R
+/Count -5
+>> endobj
+307 0 obj <<
+/Title 308 0 R
+/A 305 0 R
+/Parent 295 0 R
+/Prev 303 0 R
+>> endobj
+303 0 obj <<
+/Title 304 0 R
+/A 301 0 R
+/Parent 295 0 R
+/Prev 299 0 R
+/Next 307 0 R
+>> endobj
+299 0 obj <<
+/Title 300 0 R
+/A 297 0 R
+/Parent 295 0 R
+/Next 303 0 R
+>> endobj
+295 0 obj <<
+/Title 296 0 R
+/A 293 0 R
+/Parent 287 0 R
+/Prev 291 0 R
+/Next 311 0 R
+/First 299 0 R
+/Last 307 0 R
+/Count -3
+>> endobj
+291 0 obj <<
+/Title 292 0 R
+/A 289 0 R
+/Parent 287 0 R
+/Next 295 0 R
+>> endobj
+287 0 obj <<
+/Title 288 0 R
+/A 285 0 R
+/Parent 4914 0 R
+/Prev 223 0 R
+/Next 335 0 R
+/First 291 0 R
+/Last 311 0 R
+/Count -3
+>> endobj
+283 0 obj <<
+/Title 284 0 R
+/A 281 0 R
+/Parent 275 0 R
+/Prev 279 0 R
+>> endobj
+279 0 obj <<
+/Title 280 0 R
+/A 277 0 R
+/Parent 275 0 R
+/Next 283 0 R
+>> endobj
+275 0 obj <<
+/Title 276 0 R
+/A 273 0 R
+/Parent 223 0 R
+/Prev 271 0 R
+/First 279 0 R
+/Last 283 0 R
+/Count -2
+>> endobj
+271 0 obj <<
+/Title 272 0 R
+/A 269 0 R
+/Parent 223 0 R
+/Prev 251 0 R
+/Next 275 0 R
+>> endobj
+267 0 obj <<
+/Title 268 0 R
+/A 265 0 R
+/Parent 251 0 R
+/Prev 263 0 R
+>> endobj
+263 0 obj <<
+/Title 264 0 R
+/A 261 0 R
+/Parent 251 0 R
+/Prev 259 0 R
+/Next 267 0 R
+>> endobj
+259 0 obj <<
+/Title 260 0 R
+/A 257 0 R
+/Parent 251 0 R
+/Prev 255 0 R
+/Next 263 0 R
+>> endobj
+255 0 obj <<
+/Title 256 0 R
+/A 253 0 R
+/Parent 251 0 R
+/Next 259 0 R
+>> endobj
+251 0 obj <<
+/Title 252 0 R
+/A 249 0 R
+/Parent 223 0 R
+/Prev 247 0 R
+/Next 271 0 R
+/First 255 0 R
+/Last 267 0 R
+/Count -4
+>> endobj
+247 0 obj <<
+/Title 248 0 R
+/A 245 0 R
+/Parent 223 0 R
+/Prev 243 0 R
+/Next 251 0 R
+>> endobj
+243 0 obj <<
+/Title 244 0 R
+/A 241 0 R
+/Parent 223 0 R
+/Prev 235 0 R
+/Next 247 0 R
+>> endobj
+239 0 obj <<
+/Title 240 0 R
+/A 237 0 R
+/Parent 235 0 R
+>> endobj
+235 0 obj <<
+/Title 236 0 R
+/A 233 0 R
+/Parent 223 0 R
+/Prev 231 0 R
+/Next 243 0 R
+/First 239 0 R
+/Last 239 0 R
+/Count -1
+>> endobj
+231 0 obj <<
+/Title 232 0 R
+/A 229 0 R
+/Parent 223 0 R
+/Prev 227 0 R
+/Next 235 0 R
+>> endobj
+227 0 obj <<
+/Title 228 0 R
+/A 225 0 R
+/Parent 223 0 R
+/Next 231 0 R
+>> endobj
+223 0 obj <<
+/Title 224 0 R
+/A 221 0 R
+/Parent 4914 0 R
+/Prev 67 0 R
+/Next 287 0 R
+/First 227 0 R
+/Last 275 0 R
+/Count -8
+>> endobj
+219 0 obj <<
+/Title 220 0 R
+/A 217 0 R
+/Parent 67 0 R
+/Prev 203 0 R
+>> endobj
+215 0 obj <<
+/Title 216 0 R
+/A 213 0 R
+/Parent 203 0 R
+/Prev 211 0 R
+>> endobj
+211 0 obj <<
+/Title 212 0 R
+/A 209 0 R
+/Parent 203 0 R
+/Prev 207 0 R
+/Next 215 0 R
+>> endobj
+207 0 obj <<
+/Title 208 0 R
+/A 205 0 R
+/Parent 203 0 R
+/Next 211 0 R
+>> endobj
+203 0 obj <<
+/Title 204 0 R
+/A 201 0 R
+/Parent 67 0 R
+/Prev 187 0 R
+/Next 219 0 R
+/First 207 0 R
+/Last 215 0 R
+/Count -3
+>> endobj
+199 0 obj <<
+/Title 200 0 R
+/A 197 0 R
+/Parent 187 0 R
+/Prev 195 0 R
+>> endobj
+195 0 obj <<
+/Title 196 0 R
+/A 193 0 R
+/Parent 187 0 R
+/Prev 191 0 R
+/Next 199 0 R
+>> endobj
+191 0 obj <<
+/Title 192 0 R
+/A 189 0 R
+/Parent 187 0 R
+/Next 195 0 R
+>> endobj
+187 0 obj <<
+/Title 188 0 R
+/A 185 0 R
+/Parent 67 0 R
+/Prev 155 0 R
+/Next 203 0 R
+/First 191 0 R
+/Last 199 0 R
+/Count -3
+>> endobj
+183 0 obj <<
+/Title 184 0 R
+/A 181 0 R
+/Parent 155 0 R
+/Prev 179 0 R
+>> endobj
+179 0 obj <<
+/Title 180 0 R
+/A 177 0 R
+/Parent 155 0 R
+/Prev 175 0 R
+/Next 183 0 R
+>> endobj
+175 0 obj <<
+/Title 176 0 R
+/A 173 0 R
+/Parent 155 0 R
+/Prev 171 0 R
+/Next 179 0 R
+>> endobj
+171 0 obj <<
+/Title 172 0 R
+/A 169 0 R
+/Parent 155 0 R
+/Prev 167 0 R
+/Next 175 0 R
+>> endobj
+167 0 obj <<
+/Title 168 0 R
+/A 165 0 R
+/Parent 155 0 R
+/Prev 163 0 R
+/Next 171 0 R
+>> endobj
+163 0 obj <<
+/Title 164 0 R
+/A 161 0 R
+/Parent 155 0 R
+/Prev 159 0 R
+/Next 167 0 R
+>> endobj
+159 0 obj <<
+/Title 160 0 R
+/A 157 0 R
+/Parent 155 0 R
+/Next 163 0 R
+>> endobj
+155 0 obj <<
+/Title 156 0 R
+/A 153 0 R
+/Parent 67 0 R
+/Prev 151 0 R
+/Next 187 0 R
+/First 159 0 R
+/Last 183 0 R
+/Count -7
+>> endobj
+151 0 obj <<
+/Title 152 0 R
+/A 149 0 R
+/Parent 67 0 R
+/Prev 147 0 R
+/Next 155 0 R
+>> endobj
+147 0 obj <<
+/Title 148 0 R
+/A 145 0 R
+/Parent 67 0 R
+/Prev 107 0 R
+/Next 151 0 R
+>> endobj
+143 0 obj <<
+/Title 144 0 R
+/A 141 0 R
+/Parent 107 0 R
+/Prev 139 0 R
+>> endobj
+139 0 obj <<
+/Title 140 0 R
+/A 137 0 R
+/Parent 107 0 R
+/Prev 135 0 R
+/Next 143 0 R
+>> endobj
+135 0 obj <<
+/Title 136 0 R
+/A 133 0 R
+/Parent 107 0 R
+/Prev 131 0 R
+/Next 139 0 R
+>> endobj
+131 0 obj <<
+/Title 132 0 R
+/A 129 0 R
+/Parent 107 0 R
+/Prev 127 0 R
+/Next 135 0 R
+>> endobj
+127 0 obj <<
+/Title 128 0 R
+/A 125 0 R
+/Parent 107 0 R
+/Prev 123 0 R
+/Next 131 0 R
+>> endobj
+123 0 obj <<
+/Title 124 0 R
+/A 121 0 R
+/Parent 107 0 R
+/Prev 119 0 R
+/Next 127 0 R
+>> endobj
+119 0 obj <<
+/Title 120 0 R
+/A 117 0 R
+/Parent 107 0 R
+/Prev 115 0 R
+/Next 123 0 R
+>> endobj
+115 0 obj <<
+/Title 116 0 R
+/A 113 0 R
+/Parent 107 0 R
+/Prev 111 0 R
+/Next 119 0 R
+>> endobj
+111 0 obj <<
+/Title 112 0 R
+/A 109 0 R
+/Parent 107 0 R
+/Next 115 0 R
+>> endobj
+107 0 obj <<
+/Title 108 0 R
+/A 105 0 R
+/Parent 67 0 R
+/Prev 103 0 R
+/Next 147 0 R
+/First 111 0 R
+/Last 143 0 R
+/Count -9
+>> endobj
+103 0 obj <<
+/Title 104 0 R
+/A 101 0 R
+/Parent 67 0 R
+/Prev 87 0 R
+/Next 107 0 R
+>> endobj
+99 0 obj <<
+/Title 100 0 R
+/A 97 0 R
+/Parent 87 0 R
+/Prev 95 0 R
+>> endobj
+95 0 obj <<
+/Title 96 0 R
+/A 93 0 R
+/Parent 87 0 R
+/Prev 91 0 R
+/Next 99 0 R
+>> endobj
+91 0 obj <<
+/Title 92 0 R
+/A 89 0 R
+/Parent 87 0 R
+/Next 95 0 R
+>> endobj
+87 0 obj <<
+/Title 88 0 R
+/A 85 0 R
+/Parent 67 0 R
+/Prev 83 0 R
+/Next 103 0 R
+/First 91 0 R
+/Last 99 0 R
+/Count -3
+>> endobj
+83 0 obj <<
+/Title 84 0 R
+/A 81 0 R
+/Parent 67 0 R
+/Prev 79 0 R
+/Next 87 0 R
+>> endobj
+79 0 obj <<
+/Title 80 0 R
+/A 77 0 R
+/Parent 67 0 R
+/Prev 75 0 R
+/Next 83 0 R
+>> endobj
+75 0 obj <<
+/Title 76 0 R
+/A 73 0 R
+/Parent 67 0 R
+/Prev 71 0 R
+/Next 79 0 R
+>> endobj
+71 0 obj <<
+/Title 72 0 R
+/A 69 0 R
+/Parent 67 0 R
+/Next 75 0 R
+>> endobj
+67 0 obj <<
+/Title 68 0 R
+/A 65 0 R
+/Parent 4914 0 R
+/Prev 11 0 R
+/Next 223 0 R
+/First 71 0 R
+/Last 219 0 R
+/Count -13
+>> endobj
+63 0 obj <<
+/Title 64 0 R
+/A 61 0 R
+/Parent 55 0 R
+/Prev 59 0 R
+>> endobj
+59 0 obj <<
+/Title 60 0 R
+/A 57 0 R
+/Parent 55 0 R
+/Next 63 0 R
+>> endobj
+55 0 obj <<
+/Title 56 0 R
+/A 53 0 R
+/Parent 11 0 R
+/Prev 51 0 R
+/First 59 0 R
+/Last 63 0 R
+/Count -2
+>> endobj
+51 0 obj <<
+/Title 52 0 R
+/A 49 0 R
+/Parent 11 0 R
+/Prev 47 0 R
+/Next 55 0 R
+>> endobj
+47 0 obj <<
+/Title 48 0 R
+/A 45 0 R
+/Parent 11 0 R
+/Prev 31 0 R
+/Next 51 0 R
+>> endobj
+43 0 obj <<
+/Title 44 0 R
+/A 41 0 R
+/Parent 31 0 R
+/Prev 39 0 R
+>> endobj
+39 0 obj <<
+/Title 40 0 R
+/A 37 0 R
+/Parent 31 0 R
+/Prev 35 0 R
+/Next 43 0 R
+>> endobj
+35 0 obj <<
+/Title 36 0 R
+/A 33 0 R
+/Parent 31 0 R
+/Next 39 0 R
+>> endobj
+31 0 obj <<
+/Title 32 0 R
+/A 29 0 R
+/Parent 11 0 R
+/Prev 19 0 R
+/Next 47 0 R
+/First 35 0 R
+/Last 43 0 R
+/Count -3
+>> endobj
+27 0 obj <<
+/Title 28 0 R
+/A 25 0 R
+/Parent 19 0 R
+/Prev 23 0 R
+>> endobj
+23 0 obj <<
+/Title 24 0 R
+/A 21 0 R
+/Parent 19 0 R
+/Next 27 0 R
+>> endobj
+19 0 obj <<
+/Title 20 0 R
+/A 17 0 R
+/Parent 11 0 R
+/Prev 15 0 R
+/Next 31 0 R
+/First 23 0 R
+/Last 27 0 R
+/Count -2
+>> endobj
+15 0 obj <<
+/Title 16 0 R
+/A 13 0 R
+/Parent 11 0 R
+/Next 19 0 R
+>> endobj
+11 0 obj <<
+/Title 12 0 R
+/A 9 0 R
+/Parent 4914 0 R
+/Prev 7 0 R
+/Next 67 0 R
+/First 15 0 R
+/Last 55 0 R
+/Count -6
+>> endobj
+7 0 obj <<
+/Title 8 0 R
+/A 5 0 R
+/Parent 4914 0 R
+/Next 11 0 R
+>> endobj
+4915 0 obj <<
+/Names [(Doc-Start) 2170 0 R (Item.1) 2818 0 R (Item.10) 2871 0 R (Item.100) 4231 0 R (Item.11) 2872 0 R (Item.12) 2875 0 R (Item.13) 2876 0 R (Item.14) 2877 0 R (Item.15) 2878 0 R (Item.16) 2879 0 R (Item.17) 2880 0 R (Item.18) 2881 0 R (Item.19) 2886 0 R (Item.2) 2819 0 R (Item.20) 2887 0 R (Item.21) 2888 0 R (Item.22) 2889 0 R (Item.23) 2890 0 R (Item.24) 2891 0 R (Item.25) 2892 0 R (Item.26) 2894 0 R (Item.27) 2895 0 R (Item.28) 2950 0 R (Item.29) 2952 0 R (Item.3) 2820 0 R (Item.30) 2954 0 R (Item.31) 3066 0 R (Item.32) 3067 0 R (Item.33) 3069 0 R (Item.34) 3070 0 R (Item.35) 3071 0 R (Item.36) 3077 0 R (Item.37) 3078 0 R (Item.38) 3135 0 R (Item.39) 3136 0 R (Item.4) 2825 0 R (Item.40) 3137 0 R (Item.41) 3142 0 R (Item.42) 3143 0 R (Item.43) 3144 0 R (Item.44) 3145 0 R (Item.45) 3188 0 R (Item.46) 3189 0 R (Item.47) 3190 0 R (Item.48) 3415 0 R (Item.49) 3416 0 R (Item.5) 2834 0 R (Item.50) 3417 0 R (Item.51) 3418 0 R (Item.52) 3419 0 R (Item.53) 3792 0 R (Item.54) 3793 0 R (Item.55) 3795 0 R (Item.56) 3796 0 R (Item.57) 3798 0 R (Item.58) 3942 0 R (Item.59) 3943 0 R (Item.6) 2835 0 R (Item.60) 3944 0 R (Item.61) 3945 0 R (Item.62) 3946 0 R (Item.63) 3947 0 R (Item.64) 3948 0 R (Item.65) 3949 0 R (Item.66) 3981 0 R (Item.67) 3982 0 R (Item.68) 3983 0 R (Item.69) 3984 0 R (Item.7) 2836 0 R (Item.70) 3985 0 R (Item.71) 3986 0 R (Item.72) 3987 0 R (Item.73) 3988 0 R (Item.74) 3989 0 R (Item.75) 3990 0 R (Item.76) 3991 0 R (Item.77) 3992 0 R (Item.78) 3993 0 R (Item.79) 3994 0 R (Item.8) 2837 0 R (Item.80) 4000 0 R (Item.81) 4001 0 R (Item.82) 4002 0 R (Item.83) 4003 0 R (Item.84) 4004 0 R (Item.85) 4005 0 R (Item.86) 4101 0 R (Item.87) 4102 0 R (Item.88) 4103 0 R (Item.89) 4104 0 R (Item.9) 2870 0 R (Item.90) 4164 0 R (Item.91) 4165 0 R (Item.92) 4166 0 R (Item.93) 4167 0 R (Item.94) 4168 0 R (Item.95) 4173 0 R (Item.96) 4219 0 R (Item.97) 4226 0 R (Item.98) 4228 0 R (Item.99) 4230 0 R (chapter*.1) 6 0 R (chapter*.4) 4796 0 R (chapter*.5) 4872 0 R (chapter.1) 10 0 R (chapter.10) 734 0 R (chapter.11) 766 0 R (chapter.12) 870 0 R (chapter.13) 974 0 R (chapter.14) 1070 0 R (chapter.15) 1102 0 R (chapter.16) 1122 0 R (chapter.17) 1166 0 R (chapter.18) 1210 0 R (chapter.19) 1258 0 R (chapter.2) 66 0 R (chapter.20) 1334 0 R (chapter.21) 1374 0 R (chapter.22) 1410 0 R (chapter.23) 1454 0 R (chapter.24) 1530 0 R (chapter.25) 1570 0 R (chapter.26) 1646 0 R (chapter.27) 1662 0 R (chapter.28) 1714 0 R (chapter.29) 1758 0 R (chapter.3) 222 0 R (chapter.30) 1786 0 R (chapter.31) 1842 0 R (chapter.32) 1862 0 R (chapter.33) 1886 0 R (chapter.34) 1994 0 R (chapter.35) 2010 0 R (chapter.36) 2082 0 R (chapter.37) 2118 0 R (chapter.38) 2122 0 R (chapter.4) 286 0 R (chapter.5) 334 0 R (chapter.6) 446 0 R (chapter.7) 510 0 R (chapter.8) 590 0 R (chapter.9) 678 0 R (cite.Ams) 4288 0 R (cite.Amy) 4303 0 R (cite.Appelt) 4402 0 R (cite.B:ctrl-M) 2965 0 R (cite.BB:ISO) 3995 0 R (cite.BEP) 4287 0 R (cite.Babel) 3829 0 R (cite.Berry) 4304 0 R (cite.Downs) 3167 0 R (cite.E1) 3183 0 R (cite.E2) 3584 0 R (cite.E3) 3711 0 R (cite.E4) 3717 0 R (cite.EL) 4306 0 R (cite.Frank) 4285 0 R (cite.Frank2) 4286 0 R (cite.Hart) 3872 0 R (cite.Jeffrey:lists) 3585 0 R (cite.K:Fuchs) 4320 0 R (cite.K:TeX23) 3090 0 R (cite.K:break) 3786 0 R (cite.K:cc) 4338 0 R (cite.K:literate) 4339 0 R (cite.K:partE) 3084 0 R (cite.K:trip) 3271 0 R (cite.K:virt) 3059 0 R (cite.Knuth:TeXbook) 2959 0 R (cite.Knuth:TeXerrors) 4415 0 R (cite.Knuth:TeXprogram) 2994 0 R (cite.Lamport:LaTeX) 4284 0 R (cite.Lams) 4289 0 R (cite.Liang) 3830 0 R (cite.Maus) 3518 0 R (cite.Maus2) 3586 0 R (cite.Partl) 3828 0 R (cite.Phyzzx) 4301 0 R (cite.S) 3058 0 R (cite.Sal1) 4148 0 R (cite.Sal2) 4149 0 R (cite.Sal3) 4179 0 R (cite.Sewell) 4340 0 R (cite.TeXT1) 4305 0 R (cite.TeXsis) 4302 0 R (cite.Thull) 4391 0 R (cite.Tsch) 3746 0 R (cite.Tut) 3471 0 R (cite.Up) 4330 0 R (cite.Vas:add) 3831 0 R (cite.Vox) 4329 0 R (cite.White:line) 3694 0 R (cite.chess) 3470 0 R (cite.svb:future) 3488 0 R (page.1) 2169 0 R (page.10) 2587 0 R (page.100) 3358 0 R (page.101) 3364 0 R (page.102) 3368 0 R (page.103) 3375 0 R (page.104) 3379 0 R (page.105) 3383 0 R (page.106) 3388 0 R (page.107) 3398 0 R (page.108) 3403 0 R (page.109) 3410 0 R (page.11) 2637 0 R (page.110) 3414 0 R (page.111) 3426 0 R (page.112) 3432 0 R (page.113) 3436 0 R (page.114) 3440 0 R (page.115) 3447 0 R (page.116) 3451 0 R (page.117) 3456 0 R (page.118) 3462 0 R (page.119) 3466 0 R (page.12) 2687 0 R (page.120) 3475 0 R (page.121) 3482 0 R (page.122) 3486 0 R (page.123) 3492 0 R (page.124) 3496 0 R (page.125) 3500 0 R (page.126) 3504 0 R (page.127) 3509 0 R (page.128) 3515 0 R (page.129) 3522 0 R (page.13) 2738 0 R (page.130) 3530 0 R (page.131) 3536 0 R (page.132) 3543 0 R (page.133) 3549 0 R (page.134) 3554 0 R (page.135) 3560 0 R (page.136) 3565 0 R (page.137) 3569 0 R (page.138) 3573 0 R (page.139) 3580 0 R (page.14) 2786 0 R (page.140) 3590 0 R (page.141) 3594 0 R (page.142) 3598 0 R (page.143) 3603 0 R (page.144) 3611 0 R (page.145) 3618 0 R (page.146) 3622 0 R (page.147) 3626 0 R (page.148) 3630 0 R (page.149) 3635 0 R (page.15) 2791 0 R (page.150) 3640 0 R (page.151) 3646 0 R (page.152) 3650 0 R (page.153) 3654 0 R (page.154) 3666 0 R (page.155) 3670 0 R (page.156) 3674 0 R (page.157) 3679 0 R (page.158) 3683 0 R (page.159) 3687 0 R (page.16) 2795 0 R (page.160) 3692 0 R (page.161) 3698 0 R (page.162) 3702 0 R (page.163) 3709 0 R (page.164) 3715 0 R (page.165) 3721 0 R (page.166) 3725 0 R (page.167) 3732 0 R (page.168) 3738 0 R (page.169) 3744 0 R (page.17) 2799 0 R (page.170) 3750 0 R (page.171) 3754 0 R (page.172) 3758 0 R (page.173) 3763 0 R (page.174) 3767 0 R (page.175) 3775 0 R (page.176) 3780 0 R (page.177) 3790 0 R (page.178) 3803 0 R (page.179) 3811 0 R (page.18) 2803 0 R (page.180) 3816 0 R (page.181) 3822 0 R (page.182) 3835 0 R (page.183) 3840 0 R (page.184) 3845 0 R (page.185) 3850 0 R (page.186) 3854 0 R (page.187) 3862 0 R (page.188) 3866 0 R (page.189) 3870 0 R (page.19) 2808 0 R (page.190) 3876 0 R (page.191) 3880 0 R (page.192) 3886 0 R (page.193) 3892 0 R (page.194) 3898 0 R (page.195) 3904 0 R (page.196) 3908 0 R (page.197) 3913 0 R (page.198) 3917 0 R (page.199) 3923 0 R (page.2) 2187 0 R (page.20) 2812 0 R (page.200) 3927 0 R (page.201) 3931 0 R (page.202) 3936 0 R (page.203) 3940 0 R (page.204) 3953 0 R (page.205) 3962 0 R (page.206) 3967 0 R (page.207) 3974 0 R (page.208) 3978 0 R (page.209) 3999 0 R (page.21) 2817 0 R (page.210) 4009 0 R (page.211) 4014 0 R (page.212) 4021 0 R (page.213) 4025 0 R (page.214) 4029 0 R (page.215) 4033 0 R (page.216) 4037 0 R (page.217) 4043 0 R (page.218) 4047 0 R (page.219) 4051 0 R (page.22) 2824 0 R (page.220) 4055 0 R (page.221) 4059 0 R (page.222) 4063 0 R (page.223) 4068 0 R (page.224) 4072 0 R (page.225) 4076 0 R (page.226) 4080 0 R (page.227) 4084 0 R (page.228) 4089 0 R (page.229) 4095 0 R (page.23) 2833 0 R (page.230) 4100 0 R (page.231) 4109 0 R (page.232) 4113 0 R (page.233) 4117 0 R (page.234) 4121 0 R (page.235) 4126 0 R (page.236) 4131 0 R (page.237) 4136 0 R (page.238) 4141 0 R (page.239) 4145 0 R (page.24) 2842 0 R (page.240) 4153 0 R (page.241) 4158 0 R (page.242) 4163 0 R (page.243) 4172 0 R (page.244) 4177 0 R (page.245) 4183 0 R (page.246) 4187 0 R (page.247) 4192 0 R (page.248) 4198 0 R (page.249) 4203 0 R (page.25) 2850 0 R (page.250) 4208 0 R (page.251) 4212 0 R (page.252) 4217 0 R (page.253) 4225 0 R (page.254) 4235 0 R (page.255) 4239 0 R (page.256) 4246 0 R (page.257) 4250 0 R (page.258) 4255 0 R (page.259) 4260 0 R (page.26) 2854 0 R (page.260) 4276 0 R (page.261) 4293 0 R (page.262) 4310 0 R (page.263) 4314 0 R (page.264) 4324 0 R (page.265) 4334 0 R (page.266) 4344 0 R (page.267) 4348 0 R (page.268) 4353 0 R (page.269) 4358 0 R (page.27) 2858 0 R (page.270) 4362 0 R (page.271) 4367 0 R (page.272) 4371 0 R (page.273) 4376 0 R (page.274) 4381 0 R (page.275) 4386 0 R (page.276) 4395 0 R (page.277) 4400 0 R (page.278) 4406 0 R (page.279) 4411 0 R (page.28) 2862 0 R (page.280) 4419 0 R (page.281) 4429 0 R (page.282) 4434 0 R (page.283) 4439 0 R (page.284) 4443 0 R (page.285) 4447 0 R (page.286) 4451 0 R (page.287) 4455 0 R (page.288) 4459 0 R (page.289) 4464 0 R (page.29) 2869 0 R (page.290) 4468 0 R (page.291) 4472 0 R (page.292) 4476 0 R (page.293) 4480 0 R (page.294) 4484 0 R (page.295) 4489 0 R (page.296) 4493 0 R (page.297) 4497 0 R (page.298) 4501 0 R (page.299) 4505 0 R (page.3) 2236 0 R (page.30) 2885 0 R (page.300) 4509 0 R (page.301) 4517 0 R (page.302) 4521 0 R (page.303) 4525 0 R (page.304) 4529 0 R (page.305) 4533 0 R (page.306) 4537 0 R (page.307) 4542 0 R (page.308) 4546 0 R (page.309) 4550 0 R (page.31) 2905 0 R (page.310) 4554 0 R (page.311) 4623 0 R (page.312) 4698 0 R (page.313) 4781 0 R (page.314) 4795 0 R (page.315) 4837 0 R (page.316) 4871 0 R (page.32) 2911 0 R (page.33) 2915 0 R (page.34) 2920 0 R (page.35) 2924 0 R (page.36) 2933 0 R (page.37) 2943 0 R (page.38) 2949 0 R (page.39) 2963 0 R (page.4) 2286 0 R (page.40) 2969 0 R (page.41) 2974 0 R (page.42) 2978 0 R (page.43) 2984 0 R (page.44) 2991 0 R (page.45) 2998 0 R (page.46) 3007 0 R (page.47) 3015 0 R (page.48) 3019 0 R (page.49) 3027 0 R (page.5) 2336 0 R (page.50) 3035 0 R (page.51) 3045 0 R (page.52) 3049 0 R (page.53) 3054 0 R (page.54) 3063 0 R (page.55) 3076 0 R (page.56) 3088 0 R (page.57) 3094 0 R (page.58) 3098 0 R (page.59) 3105 0 R (page.6) 2386 0 R (page.60) 3111 0 R (page.61) 3118 0 R (page.62) 3122 0 R (page.63) 3127 0 R (page.64) 3133 0 R (page.65) 3141 0 R (page.66) 3150 0 R (page.67) 3155 0 R (page.68) 3161 0 R (page.69) 3171 0 R (page.7) 2437 0 R (page.70) 3176 0 R (page.71) 3180 0 R (page.72) 3187 0 R (page.73) 3197 0 R (page.74) 3206 0 R (page.75) 3213 0 R (page.76) 3222 0 R (page.77) 3229 0 R (page.78) 3234 0 R (page.79) 3239 0 R (page.8) 2487 0 R (page.80) 3243 0 R (page.81) 3248 0 R (page.82) 3253 0 R (page.83) 3263 0 R (page.84) 3267 0 R (page.85) 3275 0 R (page.86) 3283 0 R (page.87) 3287 0 R (page.88) 3291 0 R (page.89) 3295 0 R (page.9) 2537 0 R (page.90) 3303 0 R (page.91) 3309 0 R (page.92) 3314 0 R (page.93) 3318 0 R (page.94) 3322 0 R (page.95) 3328 0 R (page.96) 3338 0 R (page.97) 3346 0 R (page.98) 3350 0 R (page.99) 3354 0 R (section*.2) 2787 0 R (section*.3) 2813 0 R (section*.6) 4873 0 R (section.1.1) 14 0 R (section.1.2) 18 0 R (section.1.3) 30 0 R (section.1.4) 46 0 R (section.1.5) 50 0 R (section.1.6) 54 0 R (section.10.1) 738 0 R (section.10.2) 742 0 R (section.10.3) 746 0 R (section.10.4) 750 0 R (section.11.1) 770 0 R (section.11.2) 774 0 R (section.11.3) 778 0 R (section.11.4) 782 0 R (section.11.5) 786 0 R (section.11.6) 814 0 R (section.11.7) 818 0 R (section.11.8) 830 0 R (section.11.9) 846 0 R (section.12.1) 874 0 R (section.12.2) 878 0 R (section.12.3) 882 0 R (section.12.4) 902 0 R (section.12.5) 914 0 R (section.12.6) 934 0 R (section.13.1) 978 0 R (section.13.2) 982 0 R (section.13.3) 998 0 R (section.13.4) 1002 0 R (section.13.5) 1006 0 R (section.13.6) 1030 0 R (section.13.7) 1034 0 R (section.13.8) 1038 0 R (section.14.1) 1074 0 R (section.14.2) 1078 0 R (section.14.3) 1082 0 R (section.14.4) 1086 0 R (section.14.5) 1090 0 R (section.15.1) 1106 0 R (section.15.2) 1110 0 R (section.15.3) 1114 0 R (section.15.4) 1118 0 R (section.16.1) 1126 0 R (section.16.2) 1130 0 R (section.16.3) 1134 0 R (section.16.4) 1146 0 R (section.17.1) 1170 0 R (section.17.2) 1182 0 R (section.18.1) 1214 0 R (section.18.2) 1218 0 R (section.18.3) 1230 0 R (section.19.1) 1262 0 R (section.19.2) 1286 0 R (section.19.3) 1298 0 R (section.19.4) 1310 0 R (section.19.5) 1330 0 R (section.2.1) 70 0 R (section.2.10) 154 0 R (section.2.11) 186 0 R (section.2.12) 202 0 R (section.2.13) 218 0 R (section.2.2) 74 0 R (section.2.3) 78 0 R (section.2.4) 82 0 R (section.2.5) 86 0 R (section.2.6) 102 0 R (section.2.7) 106 0 R (section.2.8) 146 0 R (section.2.9) 150 0 R (section.20.1) 1338 0 R (section.20.2) 1342 0 R (section.20.3) 1346 0 R (section.20.4) 1350 0 R (section.20.5) 1354 0 R (section.21.1) 1378 0 R (section.21.2) 1382 0 R (section.21.3) 1402 0 R (section.21.4) 1406 0 R (section.22.1) 1414 0 R (section.22.2) 1418 0 R (section.22.3) 1422 0 R (section.22.4) 1426 0 R (section.22.5) 1442 0 R (section.23.1) 1458 0 R (section.23.10) 1514 0 R (section.23.2) 1462 0 R (section.23.3) 1474 0 R (section.23.4) 1478 0 R (section.23.5) 1482 0 R (section.23.6) 1486 0 R (section.23.7) 1502 0 R (section.23.8) 1506 0 R (section.23.9) 1510 0 R (section.24.1) 1534 0 R (section.24.2) 1538 0 R (section.24.3) 1542 0 R (section.24.4) 1546 0 R (section.24.5) 1550 0 R (section.24.6) 1554 0 R (section.24.7) 1566 0 R (section.25.1) 1574 0 R (section.25.2) 1578 0 R (section.25.3) 1598 0 R (section.25.4) 1618 0 R (section.25.5) 1642 0 R (section.26.1) 1650 0 R (section.26.2) 1654 0 R (section.26.3) 1658 0 R (section.27.1) 1666 0 R (section.27.2) 1670 0 R (section.27.3) 1674 0 R (section.27.4) 1678 0 R (section.27.5) 1694 0 R (section.27.6) 1698 0 R (section.28.1) 1718 0 R (section.28.2) 1722 0 R (section.28.3) 1726 0 R (section.28.4) 1730 0 R (section.29.1) 1762 0 R (section.29.2) 1766 0 R (section.29.3) 1770 0 R (section.29.4) 1774 0 R (section.29.5) 1778 0 R (section.29.6) 1782 0 R (section.3.1) 226 0 R (section.3.2) 230 0 R (section.3.3) 234 0 R (section.3.4) 242 0 R (section.3.5) 246 0 R (section.3.6) 250 0 R (section.3.7) 270 0 R (section.3.8) 274 0 R (section.30.1) 1790 0 R (section.30.2) 1794 0 R (section.30.3) 1810 0 R (section.30.4) 1814 0 R (section.31.1) 1846 0 R (section.31.2) 1858 0 R (section.32.1) 1866 0 R (section.32.2) 1882 0 R (section.33.1) 1890 0 R (section.33.2) 1914 0 R (section.33.3) 1942 0 R (section.33.4) 1958 0 R (section.33.5) 1962 0 R (section.33.6) 1966 0 R (section.33.7) 1986 0 R (section.33.8) 1990 0 R (section.34.1) 1998 0 R (section.34.2) 2002 0 R (section.34.3) 2006 0 R (section.35.1) 2014 0 R (section.35.2) 2018 0 R (section.36.1) 2086 0 R (section.36.2) 2090 0 R (section.36.3) 2094 0 R (section.36.4) 2114 0 R (section.38.1) 2126 0 R (section.38.2) 2130 0 R (section.38.3) 2134 0 R (section.4.1) 290 0 R (section.4.2) 294 0 R (section.4.3) 310 0 R (section.5.1) 338 0 R (section.5.2) 342 0 R (section.5.3) 362 0 R (section.5.4) 378 0 R (section.5.5) 402 0 R (section.5.6) 406 0 R (section.5.7) 410 0 R (section.5.8) 414 0 R (section.5.9) 418 0 R (section.6.1) 450 0 R (section.6.2) 462 0 R (section.6.3) 466 0 R (section.6.4) 478 0 R (section.6.5) 494 0 R (section.6.6) 498 0 R (section.6.7) 506 0 R (section.7.1) 514 0 R (section.7.2) 518 0 R (section.7.3) 550 0 R (section.7.4) 554 0 R (section.7.5) 558 0 R (section.7.6) 574 0 R (section.7.7) 578 0 R (section.8.1) 594 0 R (section.8.2) 622 0 R (section.8.3) 638 0 R (section.9.1) 682 0 R (section.9.2) 690 0 R (section.9.3) 706 0 R (subsection.1.2.1) 22 0 R (subsection.1.2.2) 26 0 R (subsection.1.3.1) 34 0 R (subsection.1.3.2) 38 0 R (subsection.1.3.3) 42 0 R (subsection.1.6.1) 58 0 R (subsection.1.6.2) 62 0 R (subsection.10.4.1) 754 0 R (subsection.10.4.2) 758 0 R (subsection.10.4.3) 762 0 R (subsection.11.5.1) 790 0 R (subsection.11.5.2) 794 0 R (subsection.11.5.3) 798 0 R (subsection.11.5.4) 802 0 R (subsection.11.5.5) 806 0 R (subsection.11.5.6) 810 0 R (subsection.11.7.1) 822 0 R (subsection.11.7.2) 826 0 R (subsection.11.8.1) 834 0 R (subsection.11.8.2) 838 0 R (subsection.11.8.3) 842 0 R (subsection.11.9.1) 850 0 R (subsection.11.9.2) 854 0 R (subsection.11.9.3) 858 0 R (subsection.11.9.4) 862 0 R (subsection.11.9.5) 866 0 R (subsection.12.3.1) 886 0 R (subsection.12.3.2) 890 0 R (subsection.12.3.3) 894 0 R (subsection.12.3.4) 898 0 R (subsection.12.4.1) 906 0 R (subsection.12.4.2) 910 0 R (subsection.12.5.1) 918 0 R (subsection.12.5.2) 922 0 R (subsection.12.5.3) 926 0 R (subsection.12.5.4) 930 0 R (subsection.12.6.1) 938 0 R (subsection.12.6.2) 942 0 R (subsection.12.6.3) 946 0 R (subsection.12.6.4) 950 0 R (subsection.12.6.5) 954 0 R (subsection.12.6.6) 958 0 R (subsection.12.6.7) 962 0 R (subsection.12.6.8) 966 0 R (subsection.12.6.9) 970 0 R (subsection.13.2.1) 986 0 R (subsection.13.2.2) 990 0 R (subsection.13.2.3) 994 0 R (subsection.13.5.1) 1010 0 R (subsection.13.5.2) 1014 0 R (subsection.13.5.3) 1018 0 R (subsection.13.5.4) 1022 0 R (subsection.13.5.5) 1026 0 R (subsection.13.8.1) 1042 0 R (subsection.13.8.2) 1046 0 R (subsection.13.8.3) 1050 0 R (subsection.13.8.4) 1054 0 R (subsection.13.8.5) 1058 0 R (subsection.13.8.6) 1062 0 R (subsection.13.8.7) 1066 0 R (subsection.14.5.1) 1094 0 R (subsection.14.5.2) 1098 0 R (subsection.16.3.1) 1138 0 R (subsection.16.3.2) 1142 0 R (subsection.16.4.1) 1150 0 R (subsection.16.4.2) 1154 0 R (subsection.16.4.3) 1158 0 R (subsection.16.4.4) 1162 0 R (subsection.17.1.1) 1174 0 R (subsection.17.1.2) 1178 0 R (subsection.17.2.1) 1186 0 R (subsection.17.2.2) 1190 0 R (subsection.17.2.3) 1194 0 R (subsection.17.2.4) 1198 0 R (subsection.17.2.5) 1202 0 R (subsection.17.2.6) 1206 0 R (subsection.18.2.1) 1222 0 R (subsection.18.2.2) 1226 0 R (subsection.18.3.1) 1234 0 R (subsection.18.3.2) 1238 0 R (subsection.18.3.3) 1242 0 R (subsection.18.3.4) 1246 0 R (subsection.18.3.5) 1250 0 R (subsection.18.3.6) 1254 0 R (subsection.19.1.1) 1266 0 R (subsection.19.1.2) 1270 0 R (subsection.19.1.3) 1274 0 R (subsection.19.1.4) 1278 0 R (subsection.19.1.5) 1282 0 R (subsection.19.2.1) 1290 0 R (subsection.19.2.2) 1294 0 R (subsection.19.3.1) 1302 0 R (subsection.19.3.2) 1306 0 R (subsection.19.4.1) 1314 0 R (subsection.19.4.2) 1318 0 R (subsection.19.4.3) 1322 0 R (subsection.19.4.4) 1326 0 R (subsection.2.10.1) 158 0 R (subsection.2.10.2) 162 0 R (subsection.2.10.3) 166 0 R (subsection.2.10.4) 170 0 R (subsection.2.10.5) 174 0 R (subsection.2.10.6) 178 0 R (subsection.2.10.7) 182 0 R (subsection.2.11.1) 190 0 R (subsection.2.11.2) 194 0 R (subsection.2.11.3) 198 0 R (subsection.2.12.1) 206 0 R (subsection.2.12.2) 210 0 R (subsection.2.12.3) 214 0 R (subsection.2.5.1) 90 0 R (subsection.2.5.2) 94 0 R (subsection.2.5.3) 98 0 R (subsection.2.7.1) 110 0 R (subsection.2.7.2) 114 0 R (subsection.2.7.3) 118 0 R (subsection.2.7.4) 122 0 R (subsection.2.7.5) 126 0 R (subsection.2.7.6) 130 0 R (subsection.2.7.7) 134 0 R (subsection.2.7.8) 138 0 R (subsection.2.7.9) 142 0 R (subsection.20.5.1) 1358 0 R (subsection.20.5.2) 1362 0 R (subsection.20.5.3) 1366 0 R (subsection.20.5.4) 1370 0 R (subsection.21.2.1) 1386 0 R (subsection.21.2.2) 1390 0 R (subsection.21.2.3) 1394 0 R (subsection.21.2.4) 1398 0 R (subsection.22.4.1) 1430 0 R (subsection.22.4.2) 1434 0 R (subsection.22.4.3) 1438 0 R (subsection.22.5.1) 1446 0 R (subsection.22.5.2) 1450 0 R (subsection.23.10.1) 1518 0 R (subsection.23.10.2) 1522 0 R (subsection.23.10.3) 1526 0 R (subsection.23.2.1) 1466 0 R (subsection.23.2.2) 1470 0 R (subsection.23.6.1) 1490 0 R (subsection.23.6.2) 1494 0 R (subsection.23.6.3) 1498 0 R (subsection.24.6.1) 1558 0 R (subsection.24.6.2) 1562 0 R (subsection.25.2.1) 1582 0 R (subsection.25.2.2) 1586 0 R (subsection.25.2.3) 1590 0 R (subsection.25.2.4) 1594 0 R (subsection.25.3.1) 1602 0 R (subsection.25.3.2) 1606 0 R (subsection.25.3.3) 1610 0 R (subsection.25.3.4) 1614 0 R (subsection.25.4.1) 1622 0 R (subsection.25.4.2) 1626 0 R (subsection.25.4.3) 1630 0 R (subsection.25.4.4) 1634 0 R (subsection.25.4.5) 1638 0 R (subsection.27.4.1) 1682 0 R (subsection.27.4.2) 1686 0 R (subsection.27.4.3) 1690 0 R (subsection.27.6.1) 1702 0 R (subsection.27.6.2) 1706 0 R (subsection.27.6.3) 1710 0 R (subsection.28.4.1) 1734 0 R (subsection.28.4.2) 1738 0 R (subsection.28.4.3) 1742 0 R (subsection.28.4.4) 1746 0 R (subsection.28.4.5) 1750 0 R (subsection.28.4.6) 1754 0 R (subsection.3.3.1) 238 0 R (subsection.3.6.1) 254 0 R (subsection.3.6.2) 258 0 R (subsection.3.6.3) 262 0 R (subsection.3.6.4) 266 0 R (subsection.3.8.1) 278 0 R (subsection.3.8.2) 282 0 R (subsection.30.2.1) 1798 0 R (subsection.30.2.2) 1802 0 R (subsection.30.2.3) 1806 0 R (subsection.30.4.1) 1818 0 R (subsection.30.4.2) 1822 0 R (subsection.30.4.3) 1826 0 R (subsection.30.4.4) 1830 0 R (subsection.30.4.5) 1834 0 R (subsection.30.4.6) 1838 0 R (subsection.31.1.1) 1850 0 R (subsection.31.1.2) 1854 0 R (subsection.32.1.1) 1870 0 R (subsection.32.1.2) 1874 0 R (subsection.32.1.3) 1878 0 R (subsection.33.1.1) 1894 0 R (subsection.33.1.2) 1898 0 R (subsection.33.1.3) 1902 0 R (subsection.33.1.4) 1906 0 R (subsection.33.1.5) 1910 0 R (subsection.33.2.1) 1918 0 R (subsection.33.2.2) 1922 0 R (subsection.33.2.3) 1926 0 R (subsection.33.2.4) 1930 0 R (subsection.33.2.5) 1934 0 R (subsection.33.2.6) 1938 0 R (subsection.33.3.1) 1946 0 R (subsection.33.3.2) 1950 0 R (subsection.33.3.3) 1954 0 R (subsection.33.6.1) 1970 0 R (subsection.33.6.2) 1974 0 R (subsection.33.6.3) 1978 0 R (subsection.33.6.4) 1982 0 R (subsection.35.2.1) 2022 0 R (subsection.35.2.10) 2058 0 R (subsection.35.2.11) 2062 0 R (subsection.35.2.12) 2066 0 R (subsection.35.2.13) 2070 0 R (subsection.35.2.14) 2074 0 R (subsection.35.2.15) 2078 0 R (subsection.35.2.2) 2026 0 R (subsection.35.2.3) 2030 0 R (subsection.35.2.4) 2034 0 R (subsection.35.2.5) 2038 0 R (subsection.35.2.6) 2042 0 R (subsection.35.2.7) 2046 0 R (subsection.35.2.8) 2050 0 R (subsection.35.2.9) 2054 0 R (subsection.36.3.1) 2098 0 R (subsection.36.3.2) 2102 0 R (subsection.36.3.3) 2106 0 R (subsection.36.3.4) 2110 0 R (subsection.38.3.1) 2138 0 R (subsection.38.3.2) 2142 0 R (subsection.38.3.3) 2146 0 R (subsection.38.3.4) 2150 0 R (subsection.38.3.5) 2154 0 R (subsection.38.3.6) 2158 0 R (subsection.38.3.7) 2162 0 R (subsection.4.2.1) 298 0 R (subsection.4.2.2) 302 0 R (subsection.4.2.3) 306 0 R (subsection.4.3.1) 314 0 R (subsection.4.3.2) 318 0 R (subsection.4.3.3) 322 0 R (subsection.4.3.4) 326 0 R (subsection.4.3.5) 330 0 R (subsection.5.2.1) 346 0 R (subsection.5.2.2) 350 0 R (subsection.5.2.3) 354 0 R (subsection.5.2.4) 358 0 R (subsection.5.3.1) 366 0 R (subsection.5.3.2) 370 0 R (subsection.5.3.3) 374 0 R (subsection.5.4.1) 382 0 R (subsection.5.4.2) 386 0 R (subsection.5.4.3) 390 0 R (subsection.5.4.4) 394 0 R (subsection.5.4.5) 398 0 R (subsection.5.9.1) 422 0 R (subsection.5.9.2) 426 0 R (subsection.5.9.3) 430 0 R (subsection.5.9.4) 434 0 R (subsection.5.9.5) 438 0 R (subsection.5.9.6) 442 0 R (subsection.6.1.1) 454 0 R (subsection.6.1.2) 458 0 R (subsection.6.3.1) 470 0 R (subsection.6.3.2) 474 0 R (subsection.6.4.1) 482 0 R (subsection.6.4.2) 486 0 R (subsection.6.4.3) 490 0 R (subsection.6.6.1) 502 0 R (subsection.7.2.1) 522 0 R (subsection.7.2.2) 526 0 R (subsection.7.2.3) 530 0 R (subsection.7.2.4) 534 0 R (subsection.7.2.5) 538 0 R (subsection.7.2.6) 542 0 R (subsection.7.2.7) 546 0 R (subsection.7.5.1) 562 0 R (subsection.7.5.2) 566 0 R (subsection.7.5.3) 570 0 R (subsection.7.7.1) 582 0 R (subsection.7.7.2) 586 0 R (subsection.8.1.1) 598 0 R (subsection.8.1.2) 602 0 R (subsection.8.1.3) 606 0 R (subsection.8.1.4) 610 0 R (subsection.8.1.5) 614 0 R (subsection.8.1.6) 618 0 R (subsection.8.2.1) 626 0 R (subsection.8.2.2) 630 0 R (subsection.8.2.3) 634 0 R (subsection.8.3.1) 642 0 R (subsection.8.3.2) 646 0 R (subsection.8.3.3) 650 0 R (subsection.8.3.4) 654 0 R (subsection.8.3.5) 658 0 R (subsection.8.3.6) 662 0 R (subsection.8.3.7) 666 0 R (subsection.8.3.8) 670 0 R (subsection.8.3.9) 674 0 R (subsection.9.1.1) 686 0 R (subsection.9.2.1) 694 0 R (subsection.9.2.2) 698 0 R (subsection.9.2.3) 702 0 R (subsection.9.3.1) 710 0 R (subsection.9.3.2) 714 0 R (subsection.9.3.3) 718 0 R (subsection.9.3.4) 722 0 R (subsection.9.3.5) 726 0 R (subsection.9.3.6) 730 0 R]
+/Limits [(Doc-Start) (subsection.9.3.6)]
+>> endobj
+4916 0 obj <<
+/Kids [4915 0 R]
+>> endobj
+4917 0 obj <<
+/Dests 4916 0 R
+>> endobj
+4918 0 obj <<
+/Type /Catalog
+/Pages 4913 0 R
+/Outlines 4914 0 R
+/Names 4917 0 R
+/PageMode /UseOutlines
+/OpenAction 2165 0 R
+>> endobj
+4919 0 obj <<
+/Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords()
+/CreationDate (D:20071004231657-05'00')
+/PTEX.Fullbanner (This is pdfeTeX, Version 3.141592-1.21a-2.2 (Web2C 7.5.4) kpathsea version 3.5.6)
+>> endobj
+xref
+0 4920
+0000000001 65535 f
+0000000002 00000 f
+0000000003 00000 f
+0000000004 00000 f
+0000000000 00000 f
+0000000009 00000 n
+0000061651 00000 n
+0001386654 00000 n
+0000000055 00000 n
+0000000080 00000 n
+0000194024 00000 n
+0001386530 00000 n
+0000000125 00000 n
+0000000179 00000 n
+0000194087 00000 n
+0001386456 00000 n
+0000000227 00000 n
+0000000266 00000 n
+0000197949 00000 n
+0001386332 00000 n
+0000000314 00000 n
+0000000353 00000 n
+0000198013 00000 n
+0001386258 00000 n
+0000000406 00000 n
+0000000441 00000 n
+0000198077 00000 n
+0001386184 00000 n
+0000000494 00000 n
+0000000540 00000 n
+0000201239 00000 n
+0001386060 00000 n
+0000000588 00000 n
+0000000631 00000 n
+0000201303 00000 n
+0001385986 00000 n
+0000000684 00000 n
+0000000728 00000 n
+0000204325 00000 n
+0001385899 00000 n
+0000000781 00000 n
+0000000849 00000 n
+0000204388 00000 n
+0001385825 00000 n
+0000000902 00000 n
+0000000955 00000 n
+0000207162 00000 n
+0001385738 00000 n
+0000001003 00000 n
+0000001046 00000 n
+0000209745 00000 n
+0001385651 00000 n
+0000001094 00000 n
+0000001134 00000 n
+0000209809 00000 n
+0001385540 00000 n
+0000001182 00000 n
+0000001210 00000 n
+0000209873 00000 n
+0001385466 00000 n
+0000001263 00000 n
+0000001297 00000 n
+0000209937 00000 n
+0001385392 00000 n
+0000001350 00000 n
+0000001415 00000 n
+0000213385 00000 n
+0001385263 00000 n
+0000001461 00000 n
+0000001515 00000 n
+0000213448 00000 n
+0001385189 00000 n
+0000001563 00000 n
+0000001595 00000 n
+0000213511 00000 n
+0001385102 00000 n
+0000001643 00000 n
+0000001681 00000 n
+0000217590 00000 n
+0001385015 00000 n
+0000001729 00000 n
+0000001763 00000 n
+0000225992 00000 n
+0001384928 00000 n
+0000001811 00000 n
+0000001856 00000 n
+0000226056 00000 n
+0001384803 00000 n
+0000001904 00000 n
+0000001971 00000 n
+0000226120 00000 n
+0001384729 00000 n
+0000002024 00000 n
+0000002061 00000 n
+0000229416 00000 n
+0001384642 00000 n
+0000002114 00000 n
+0000002158 00000 n
+0000229479 00000 n
+0001384567 00000 n
+0000002211 00000 n
+0000002255 00000 n
+0000229543 00000 n
+0001384476 00000 n
+0000002304 00000 n
+0000002357 00000 n
+0000229608 00000 n
+0001384345 00000 n
+0000002406 00000 n
+0000002462 00000 n
+0000232740 00000 n
+0001384266 00000 n
+0000002516 00000 n
+0000002556 00000 n
+0000232804 00000 n
+0001384173 00000 n
+0000002610 00000 n
+0000002671 00000 n
+0000232869 00000 n
+0001384080 00000 n
+0000002725 00000 n
+0000002760 00000 n
+0000232934 00000 n
+0001383987 00000 n
+0000002814 00000 n
+0000002847 00000 n
+0000232999 00000 n
+0001383894 00000 n
+0000002901 00000 n
+0000002936 00000 n
+0000235856 00000 n
+0001383801 00000 n
+0000002990 00000 n
+0000003031 00000 n
+0000235920 00000 n
+0001383708 00000 n
+0000003085 00000 n
+0000003115 00000 n
+0000235985 00000 n
+0001383615 00000 n
+0000003169 00000 n
+0000003201 00000 n
+0000236050 00000 n
+0001383536 00000 n
+0000003255 00000 n
+0000003287 00000 n
+0000236115 00000 n
+0001383444 00000 n
+0000003336 00000 n
+0000003385 00000 n
+0000239519 00000 n
+0001383352 00000 n
+0000003434 00000 n
+0000003470 00000 n
+0000243759 00000 n
+0001383221 00000 n
+0000003520 00000 n
+0000003547 00000 n
+0000243823 00000 n
+0001383142 00000 n
+0000003602 00000 n
+0000003637 00000 n
+0000243888 00000 n
+0001383049 00000 n
+0000003692 00000 n
+0000003728 00000 n
+0000247572 00000 n
+0001382956 00000 n
+0000003783 00000 n
+0000003829 00000 n
+0000251660 00000 n
+0001382863 00000 n
+0000003884 00000 n
+0000003924 00000 n
+0000251922 00000 n
+0001382770 00000 n
+0000003979 00000 n
+0000004029 00000 n
+0000251987 00000 n
+0001382677 00000 n
+0000004084 00000 n
+0000004118 00000 n
+0000255004 00000 n
+0001382598 00000 n
+0000004173 00000 n
+0000004198 00000 n
+0000255068 00000 n
+0001382467 00000 n
+0000004248 00000 n
+0000004289 00000 n
+0000255133 00000 n
+0001382388 00000 n
+0000004344 00000 n
+0000004374 00000 n
+0000257839 00000 n
+0001382295 00000 n
+0000004429 00000 n
+0000004475 00000 n
+0000257904 00000 n
+0001382216 00000 n
+0000004530 00000 n
+0000004595 00000 n
+0000260019 00000 n
+0001382085 00000 n
+0000004645 00000 n
+0000004696 00000 n
+0000260083 00000 n
+0001382006 00000 n
+0000004751 00000 n
+0000004813 00000 n
+0000260148 00000 n
+0001381913 00000 n
+0000004868 00000 n
+0000004934 00000 n
+0000262985 00000 n
+0001381834 00000 n
+0000004989 00000 n
+0000005053 00000 n
+0000263050 00000 n
+0001381756 00000 n
+0000005103 00000 n
+0000005140 00000 n
+0000265847 00000 n
+0001381624 00000 n
+0000005187 00000 n
+0000005218 00000 n
+0000265911 00000 n
+0001381545 00000 n
+0000005267 00000 n
+0000005303 00000 n
+0000269477 00000 n
+0001381452 00000 n
+0000005352 00000 n
+0000005405 00000 n
+0000269542 00000 n
+0001381320 00000 n
+0000005454 00000 n
+0000005515 00000 n
+0000272969 00000 n
+0001381255 00000 n
+0000005569 00000 n
+0000005621 00000 n
+0000275609 00000 n
+0001381162 00000 n
+0000005670 00000 n
+0000005698 00000 n
+0000278534 00000 n
+0001381069 00000 n
+0000005747 00000 n
+0000005786 00000 n
+0000281952 00000 n
+0001380937 00000 n
+0000005835 00000 n
+0000005879 00000 n
+0000282017 00000 n
+0001380858 00000 n
+0000005933 00000 n
+0000005983 00000 n
+0000282082 00000 n
+0001380765 00000 n
+0000006037 00000 n
+0000006090 00000 n
+0000285771 00000 n
+0001380672 00000 n
+0000006144 00000 n
+0000006206 00000 n
+0000285836 00000 n
+0001380593 00000 n
+0000006260 00000 n
+0000006322 00000 n
+0000285901 00000 n
+0001380500 00000 n
+0000006371 00000 n
+0000006412 00000 n
+0000289914 00000 n
+0001380382 00000 n
+0000006461 00000 n
+0000006522 00000 n
+0000289979 00000 n
+0001380303 00000 n
+0000006576 00000 n
+0000006624 00000 n
+0000290043 00000 n
+0001380224 00000 n
+0000006678 00000 n
+0000006726 00000 n
+0000293203 00000 n
+0001380091 00000 n
+0000006773 00000 n
+0000006799 00000 n
+0000293267 00000 n
+0001380012 00000 n
+0000006848 00000 n
+0000006874 00000 n
+0000297012 00000 n
+0001379880 00000 n
+0000006923 00000 n
+0000006960 00000 n
+0000297077 00000 n
+0001379801 00000 n
+0000007014 00000 n
+0000007054 00000 n
+0000297141 00000 n
+0001379708 00000 n
+0000007108 00000 n
+0000007169 00000 n
+0000300552 00000 n
+0001379629 00000 n
+0000007223 00000 n
+0000007253 00000 n
+0000300617 00000 n
+0001379511 00000 n
+0000007302 00000 n
+0000007339 00000 n
+0000300682 00000 n
+0001379432 00000 n
+0000007393 00000 n
+0000007429 00000 n
+0000305072 00000 n
+0001379339 00000 n
+0000007483 00000 n
+0000007511 00000 n
+0000305137 00000 n
+0001379246 00000 n
+0000007565 00000 n
+0000007603 00000 n
+0000307754 00000 n
+0001379153 00000 n
+0000007657 00000 n
+0000007687 00000 n
+0000307819 00000 n
+0001379074 00000 n
+0000007741 00000 n
+0000007780 00000 n
+0000309904 00000 n
+0001378941 00000 n
+0000007827 00000 n
+0000007853 00000 n
+0000312968 00000 n
+0001378862 00000 n
+0000007902 00000 n
+0000007928 00000 n
+0000313033 00000 n
+0001378730 00000 n
+0000007977 00000 n
+0000008011 00000 n
+0000313097 00000 n
+0001378651 00000 n
+0000008065 00000 n
+0000008105 00000 n
+0000316238 00000 n
+0001378558 00000 n
+0000008159 00000 n
+0000008207 00000 n
+0000316303 00000 n
+0001378465 00000 n
+0000008261 00000 n
+0000008316 00000 n
+0000319310 00000 n
+0001378386 00000 n
+0000008370 00000 n
+0000008403 00000 n
+0000319375 00000 n
+0001378254 00000 n
+0000008452 00000 n
+0000008500 00000 n
+0000319440 00000 n
+0001378175 00000 n
+0000008554 00000 n
+0000008613 00000 n
+0000322659 00000 n
+0001378082 00000 n
+0000008667 00000 n
+0000008724 00000 n
+0000325249 00000 n
+0001378003 00000 n
+0000008778 00000 n
+0000008807 00000 n
+0000328266 00000 n
+0001377871 00000 n
+0000008856 00000 n
+0000008902 00000 n
+0000328331 00000 n
+0001377792 00000 n
+0000008956 00000 n
+0000009001 00000 n
+0000328396 00000 n
+0001377699 00000 n
+0000009055 00000 n
+0000009101 00000 n
+0000331574 00000 n
+0001377606 00000 n
+0000009155 00000 n
+0000009195 00000 n
+0000331639 00000 n
+0001377513 00000 n
+0000009249 00000 n
+0000009302 00000 n
+0000335041 00000 n
+0001377434 00000 n
+0000009356 00000 n
+0000009400 00000 n
+0000335106 00000 n
+0001377341 00000 n
+0000009449 00000 n
+0000009498 00000 n
+0000338015 00000 n
+0001377248 00000 n
+0000009547 00000 n
+0000009593 00000 n
+0000340547 00000 n
+0001377155 00000 n
+0000009642 00000 n
+0000009671 00000 n
+0000344603 00000 n
+0001377062 00000 n
+0000009720 00000 n
+0000009754 00000 n
+0000347407 00000 n
+0001376944 00000 n
+0000009803 00000 n
+0000009840 00000 n
+0000347471 00000 n
+0001376865 00000 n
+0000009894 00000 n
+0000009934 00000 n
+0000347536 00000 n
+0001376772 00000 n
+0000009988 00000 n
+0000010030 00000 n
+0000347601 00000 n
+0001376679 00000 n
+0000010084 00000 n
+0000010152 00000 n
+0000347666 00000 n
+0001376586 00000 n
+0000010206 00000 n
+0000010262 00000 n
+0000349898 00000 n
+0001376493 00000 n
+0000010316 00000 n
+0000010374 00000 n
+0000352511 00000 n
+0001376414 00000 n
+0000010428 00000 n
+0000010484 00000 n
+0000354787 00000 n
+0001376281 00000 n
+0000010531 00000 n
+0000010580 00000 n
+0000355049 00000 n
+0001376163 00000 n
+0000010629 00000 n
+0000010678 00000 n
+0000355114 00000 n
+0001376084 00000 n
+0000010732 00000 n
+0000010768 00000 n
+0000358734 00000 n
+0001376005 00000 n
+0000010822 00000 n
+0000010856 00000 n
+0000358799 00000 n
+0001375912 00000 n
+0000010905 00000 n
+0000010958 00000 n
+0000361935 00000 n
+0001375780 00000 n
+0000011007 00000 n
+0000011046 00000 n
+0000362000 00000 n
+0001375701 00000 n
+0000011100 00000 n
+0000011147 00000 n
+0000365721 00000 n
+0001375622 00000 n
+0000011201 00000 n
+0000011244 00000 n
+0000365785 00000 n
+0001375490 00000 n
+0000011293 00000 n
+0000011329 00000 n
+0000365850 00000 n
+0001375411 00000 n
+0000011383 00000 n
+0000011437 00000 n
+0000365915 00000 n
+0001375318 00000 n
+0000011491 00000 n
+0000011540 00000 n
+0000365980 00000 n
+0001375239 00000 n
+0000011594 00000 n
+0000011648 00000 n
+0000369582 00000 n
+0001375146 00000 n
+0000011697 00000 n
+0000011732 00000 n
+0000369647 00000 n
+0001375014 00000 n
+0000011781 00000 n
+0000011820 00000 n
+0000369712 00000 n
+0001374949 00000 n
+0000011874 00000 n
+0000011903 00000 n
+0000372240 00000 n
+0001374870 00000 n
+0000011952 00000 n
+0000011986 00000 n
+0000375550 00000 n
+0001374737 00000 n
+0000012033 00000 n
+0000012061 00000 n
+0000375614 00000 n
+0001374658 00000 n
+0000012110 00000 n
+0000012168 00000 n
+0000375679 00000 n
+0001374526 00000 n
+0000012217 00000 n
+0000012246 00000 n
+0000378810 00000 n
+0001374447 00000 n
+0000012300 00000 n
+0000012342 00000 n
+0000378874 00000 n
+0001374354 00000 n
+0000012396 00000 n
+0000012440 00000 n
+0000382308 00000 n
+0001374261 00000 n
+0000012494 00000 n
+0000012532 00000 n
+0000386151 00000 n
+0001374168 00000 n
+0000012586 00000 n
+0000012652 00000 n
+0000386215 00000 n
+0001374075 00000 n
+0000012706 00000 n
+0000012760 00000 n
+0000386280 00000 n
+0001373982 00000 n
+0000012814 00000 n
+0000012881 00000 n
+0000386345 00000 n
+0001373903 00000 n
+0000012935 00000 n
+0000012971 00000 n
+0000389271 00000 n
+0001373810 00000 n
+0000013020 00000 n
+0000013048 00000 n
+0000389336 00000 n
+0001373717 00000 n
+0000013097 00000 n
+0000013135 00000 n
+0000392621 00000 n
+0001373585 00000 n
+0000013184 00000 n
+0000013215 00000 n
+0000392686 00000 n
+0001373506 00000 n
+0000013269 00000 n
+0000013311 00000 n
+0000392751 00000 n
+0001373413 00000 n
+0000013365 00000 n
+0000013411 00000 n
+0000395946 00000 n
+0001373334 00000 n
+0000013465 00000 n
+0000013508 00000 n
+0000396010 00000 n
+0001373241 00000 n
+0000013557 00000 n
+0000013592 00000 n
+0000396075 00000 n
+0001373123 00000 n
+0000013641 00000 n
+0000013669 00000 n
+0000396140 00000 n
+0001373044 00000 n
+0000013723 00000 n
+0000013763 00000 n
+0000397770 00000 n
+0001372965 00000 n
+0000013817 00000 n
+0000013865 00000 n
+0000399566 00000 n
+0001372832 00000 n
+0000013912 00000 n
+0000013952 00000 n
+0000402393 00000 n
+0001372714 00000 n
+0000014001 00000 n
+0000014089 00000 n
+0000402457 00000 n
+0001372635 00000 n
+0000014143 00000 n
+0000014188 00000 n
+0000406162 00000 n
+0001372542 00000 n
+0000014242 00000 n
+0000014281 00000 n
+0000409241 00000 n
+0001372449 00000 n
+0000014335 00000 n
+0000014422 00000 n
+0000409306 00000 n
+0001372356 00000 n
+0000014476 00000 n
+0000014527 00000 n
+0000411762 00000 n
+0001372263 00000 n
+0000014581 00000 n
+0000014622 00000 n
+0000411826 00000 n
+0001372184 00000 n
+0000014676 00000 n
+0000014736 00000 n
+0000414762 00000 n
+0001372052 00000 n
+0000014785 00000 n
+0000014827 00000 n
+0000414826 00000 n
+0001371973 00000 n
+0000014881 00000 n
+0000014922 00000 n
+0000414891 00000 n
+0001371880 00000 n
+0000014976 00000 n
+0000015014 00000 n
+0000414956 00000 n
+0001371801 00000 n
+0000015068 00000 n
+0000015107 00000 n
+0000418138 00000 n
+0001371683 00000 n
+0000015156 00000 n
+0000015192 00000 n
+0000418203 00000 n
+0001371604 00000 n
+0000015246 00000 n
+0000015285 00000 n
+0000421238 00000 n
+0001371511 00000 n
+0000015339 00000 n
+0000015372 00000 n
+0000424850 00000 n
+0001371418 00000 n
+0000015426 00000 n
+0000015454 00000 n
+0000424914 00000 n
+0001371325 00000 n
+0000015508 00000 n
+0000015546 00000 n
+0000424979 00000 n
+0001371232 00000 n
+0000015600 00000 n
+0000015626 00000 n
+0000428487 00000 n
+0001371139 00000 n
+0000015680 00000 n
+0000015715 00000 n
+0000428552 00000 n
+0001371046 00000 n
+0000015769 00000 n
+0000015831 00000 n
+0000428617 00000 n
+0001370953 00000 n
+0000015885 00000 n
+0000015929 00000 n
+0000431057 00000 n
+0001370874 00000 n
+0000015983 00000 n
+0000016024 00000 n
+0000433274 00000 n
+0001370741 00000 n
+0000016071 00000 n
+0000016109 00000 n
+0000433338 00000 n
+0001370623 00000 n
+0000016158 00000 n
+0000016184 00000 n
+0000435466 00000 n
+0001370558 00000 n
+0000016238 00000 n
+0000016274 00000 n
+0000435531 00000 n
+0001370426 00000 n
+0000016323 00000 n
+0000016351 00000 n
+0000438747 00000 n
+0001370347 00000 n
+0000016405 00000 n
+0000016438 00000 n
+0000440929 00000 n
+0001370254 00000 n
+0000016492 00000 n
+0000016524 00000 n
+0000443748 00000 n
+0001370175 00000 n
+0000016578 00000 n
+0000016620 00000 n
+0000443812 00000 n
+0001370057 00000 n
+0000016669 00000 n
+0000016706 00000 n
+0000443877 00000 n
+0001369978 00000 n
+0000016760 00000 n
+0000016796 00000 n
+0000443942 00000 n
+0001369885 00000 n
+0000016850 00000 n
+0000016902 00000 n
+0000446015 00000 n
+0001369792 00000 n
+0000016956 00000 n
+0000017002 00000 n
+0000446079 00000 n
+0001369699 00000 n
+0000017056 00000 n
+0000017099 00000 n
+0000446144 00000 n
+0001369606 00000 n
+0000017153 00000 n
+0000017201 00000 n
+0000446209 00000 n
+0001369527 00000 n
+0000017255 00000 n
+0000017303 00000 n
+0000449392 00000 n
+0001369394 00000 n
+0000017351 00000 n
+0000017380 00000 n
+0000449456 00000 n
+0001369315 00000 n
+0000017430 00000 n
+0000017473 00000 n
+0000453512 00000 n
+0001369222 00000 n
+0000017523 00000 n
+0000017572 00000 n
+0000453577 00000 n
+0001369129 00000 n
+0000017622 00000 n
+0000017659 00000 n
+0000456854 00000 n
+0001369011 00000 n
+0000017709 00000 n
+0000017747 00000 n
+0000456919 00000 n
+0001368932 00000 n
+0000017802 00000 n
+0000017837 00000 n
+0000460089 00000 n
+0001368839 00000 n
+0000017892 00000 n
+0000017933 00000 n
+0000460153 00000 n
+0001368760 00000 n
+0000017988 00000 n
+0000018047 00000 n
+0000462321 00000 n
+0001368627 00000 n
+0000018095 00000 n
+0000018122 00000 n
+0000462385 00000 n
+0001368548 00000 n
+0000018172 00000 n
+0000018205 00000 n
+0000465638 00000 n
+0001368455 00000 n
+0000018255 00000 n
+0000018304 00000 n
+0000466033 00000 n
+0001368362 00000 n
+0000018354 00000 n
+0000018383 00000 n
+0000469543 00000 n
+0001368269 00000 n
+0000018433 00000 n
+0000018473 00000 n
+0000469608 00000 n
+0001368137 00000 n
+0000018523 00000 n
+0000018562 00000 n
+0000472366 00000 n
+0001368058 00000 n
+0000018617 00000 n
+0000018660 00000 n
+0000472431 00000 n
+0001367965 00000 n
+0000018715 00000 n
+0000018756 00000 n
+0000474630 00000 n
+0001367872 00000 n
+0000018811 00000 n
+0000018865 00000 n
+0000477213 00000 n
+0001367779 00000 n
+0000018920 00000 n
+0000018956 00000 n
+0000477277 00000 n
+0001367686 00000 n
+0000019011 00000 n
+0000019061 00000 n
+0000479811 00000 n
+0001367607 00000 n
+0000019116 00000 n
+0000019153 00000 n
+0000483107 00000 n
+0001367514 00000 n
+0000019203 00000 n
+0000019257 00000 n
+0000483171 00000 n
+0001367382 00000 n
+0000019307 00000 n
+0000019368 00000 n
+0000485964 00000 n
+0001367303 00000 n
+0000019423 00000 n
+0000019448 00000 n
+0000486028 00000 n
+0001367224 00000 n
+0000019503 00000 n
+0000019534 00000 n
+0000486093 00000 n
+0001367092 00000 n
+0000019584 00000 n
+0000019621 00000 n
+0000486158 00000 n
+0001367013 00000 n
+0000019676 00000 n
+0000019714 00000 n
+0000489127 00000 n
+0001366920 00000 n
+0000019769 00000 n
+0000019814 00000 n
+0000489192 00000 n
+0001366841 00000 n
+0000019869 00000 n
+0000019904 00000 n
+0000492003 00000 n
+0001366723 00000 n
+0000019954 00000 n
+0000019991 00000 n
+0000492068 00000 n
+0001366644 00000 n
+0000020046 00000 n
+0000020094 00000 n
+0000494883 00000 n
+0001366551 00000 n
+0000020149 00000 n
+0000020192 00000 n
+0000497014 00000 n
+0001366458 00000 n
+0000020247 00000 n
+0000020309 00000 n
+0000499478 00000 n
+0001366365 00000 n
+0000020364 00000 n
+0000020400 00000 n
+0000499542 00000 n
+0001366286 00000 n
+0000020455 00000 n
+0000020501 00000 n
+0000504856 00000 n
+0001366153 00000 n
+0000020549 00000 n
+0000020579 00000 n
+0000504920 00000 n
+0001366074 00000 n
+0000020629 00000 n
+0000020662 00000 n
+0000504985 00000 n
+0001365981 00000 n
+0000020712 00000 n
+0000020751 00000 n
+0000507936 00000 n
+0001365849 00000 n
+0000020801 00000 n
+0000020847 00000 n
+0000508001 00000 n
+0001365770 00000 n
+0000020902 00000 n
+0000020955 00000 n
+0000510882 00000 n
+0001365677 00000 n
+0000021010 00000 n
+0000021053 00000 n
+0000513614 00000 n
+0001365584 00000 n
+0000021108 00000 n
+0000021145 00000 n
+0000513679 00000 n
+0001365505 00000 n
+0000021200 00000 n
+0000021232 00000 n
+0000517115 00000 n
+0001365373 00000 n
+0000021282 00000 n
+0000021323 00000 n
+0000517180 00000 n
+0001365294 00000 n
+0000021378 00000 n
+0000021408 00000 n
+0000520277 00000 n
+0001365215 00000 n
+0000021463 00000 n
+0000021515 00000 n
+0000520342 00000 n
+0001365083 00000 n
+0000021565 00000 n
+0000021592 00000 n
+0000523342 00000 n
+0001365004 00000 n
+0000021647 00000 n
+0000021686 00000 n
+0000526803 00000 n
+0001364911 00000 n
+0000021741 00000 n
+0000021794 00000 n
+0000526867 00000 n
+0001364818 00000 n
+0000021849 00000 n
+0000021890 00000 n
+0000526932 00000 n
+0001364739 00000 n
+0000021945 00000 n
+0000021995 00000 n
+0000529890 00000 n
+0001364621 00000 n
+0000022045 00000 n
+0000022074 00000 n
+0000529955 00000 n
+0001364542 00000 n
+0000022129 00000 n
+0000022165 00000 n
+0000532811 00000 n
+0001364449 00000 n
+0000022220 00000 n
+0000022265 00000 n
+0000532876 00000 n
+0001364356 00000 n
+0000022320 00000 n
+0000022361 00000 n
+0000535467 00000 n
+0001364263 00000 n
+0000022416 00000 n
+0000022473 00000 n
+0000537746 00000 n
+0001364170 00000 n
+0000022528 00000 n
+0000022581 00000 n
+0000537811 00000 n
+0001364077 00000 n
+0000022636 00000 n
+0000022682 00000 n
+0000540093 00000 n
+0001363984 00000 n
+0000022737 00000 n
+0000022801 00000 n
+0000543056 00000 n
+0001363891 00000 n
+0000022856 00000 n
+0000022908 00000 n
+0000544427 00000 n
+0001363812 00000 n
+0000022963 00000 n
+0000022998 00000 n
+0000546167 00000 n
+0001363677 00000 n
+0000023046 00000 n
+0000023079 00000 n
+0000546231 00000 n
+0001363598 00000 n
+0000023129 00000 n
+0000023175 00000 n
+0000548994 00000 n
+0001363466 00000 n
+0000023225 00000 n
+0000023282 00000 n
+0000549059 00000 n
+0001363387 00000 n
+0000023337 00000 n
+0000023361 00000 n
+0000549124 00000 n
+0001363294 00000 n
+0000023416 00000 n
+0000023443 00000 n
+0000552077 00000 n
+0001363215 00000 n
+0000023498 00000 n
+0000023523 00000 n
+0000552141 00000 n
+0001363120 00000 n
+0000023573 00000 n
+0000023605 00000 n
+0000555209 00000 n
+0001363023 00000 n
+0000023656 00000 n
+0000023693 00000 n
+0000555274 00000 n
+0001362884 00000 n
+0000023744 00000 n
+0000023777 00000 n
+0000555340 00000 n
+0001362800 00000 n
+0000023833 00000 n
+0000023872 00000 n
+0000555406 00000 n
+0001362701 00000 n
+0000023928 00000 n
+0000023959 00000 n
+0000555472 00000 n
+0001362602 00000 n
+0000024015 00000 n
+0000024046 00000 n
+0000555536 00000 n
+0001362503 00000 n
+0000024102 00000 n
+0000024138 00000 n
+0000558507 00000 n
+0001362419 00000 n
+0000024194 00000 n
+0000024229 00000 n
+0000558572 00000 n
+0001362321 00000 n
+0000024280 00000 n
+0000024318 00000 n
+0000561279 00000 n
+0001362223 00000 n
+0000024369 00000 n
+0000024417 00000 n
+0000564463 00000 n
+0001362099 00000 n
+0000024468 00000 n
+0000024506 00000 n
+0000564529 00000 n
+0001362015 00000 n
+0000024562 00000 n
+0000024610 00000 n
+0000564595 00000 n
+0001361916 00000 n
+0000024666 00000 n
+0000024732 00000 n
+0000567188 00000 n
+0001361817 00000 n
+0000024788 00000 n
+0000024858 00000 n
+0000570431 00000 n
+0001361718 00000 n
+0000024914 00000 n
+0000024954 00000 n
+0000573185 00000 n
+0001361619 00000 n
+0000025010 00000 n
+0000025057 00000 n
+0000573250 00000 n
+0001361520 00000 n
+0000025113 00000 n
+0000025142 00000 n
+0000573316 00000 n
+0001361436 00000 n
+0000025198 00000 n
+0000025262 00000 n
+0000579473 00000 n
+0001361297 00000 n
+0000025311 00000 n
+0000025344 00000 n
+0000579538 00000 n
+0001361213 00000 n
+0000025395 00000 n
+0000025428 00000 n
+0000579604 00000 n
+0001361114 00000 n
+0000025479 00000 n
+0000025519 00000 n
+0000583851 00000 n
+0001361015 00000 n
+0000025570 00000 n
+0000025625 00000 n
+0000583917 00000 n
+0001360916 00000 n
+0000025676 00000 n
+0000025718 00000 n
+0000586236 00000 n
+0001360791 00000 n
+0000025769 00000 n
+0000025799 00000 n
+0000586301 00000 n
+0001360707 00000 n
+0000025855 00000 n
+0000025916 00000 n
+0000588480 00000 n
+0001360623 00000 n
+0000025972 00000 n
+0000026015 00000 n
+0000591386 00000 n
+0001360483 00000 n
+0000026064 00000 n
+0000026104 00000 n
+0000591451 00000 n
+0001360399 00000 n
+0000026155 00000 n
+0000026191 00000 n
+0000596623 00000 n
+0001360300 00000 n
+0000026242 00000 n
+0000026292 00000 n
+0000596689 00000 n
+0001360201 00000 n
+0000026343 00000 n
+0000026376 00000 n
+0000599144 00000 n
+0001360117 00000 n
+0000026427 00000 n
+0000026467 00000 n
+0000601065 00000 n
+0001359977 00000 n
+0000026516 00000 n
+0000026553 00000 n
+0000601130 00000 n
+0001359893 00000 n
+0000026604 00000 n
+0000026653 00000 n
+0000604402 00000 n
+0001359794 00000 n
+0000026704 00000 n
+0000026762 00000 n
+0000604467 00000 n
+0001359654 00000 n
+0000026813 00000 n
+0000026851 00000 n
+0000604533 00000 n
+0001359570 00000 n
+0000026907 00000 n
+0000026960 00000 n
+0000604598 00000 n
+0001359486 00000 n
+0000027016 00000 n
+0000027071 00000 n
+0000607158 00000 n
+0001359361 00000 n
+0000027122 00000 n
+0000027152 00000 n
+0000607224 00000 n
+0001359277 00000 n
+0000027208 00000 n
+0000027254 00000 n
+0000607290 00000 n
+0001359178 00000 n
+0000027310 00000 n
+0000027355 00000 n
+0000607356 00000 n
+0001359079 00000 n
+0000027411 00000 n
+0000027454 00000 n
+0000610093 00000 n
+0001358995 00000 n
+0000027510 00000 n
+0000027555 00000 n
+0000614284 00000 n
+0001358855 00000 n
+0000027604 00000 n
+0000027639 00000 n
+0000614349 00000 n
+0001358730 00000 n
+0000027690 00000 n
+0000027734 00000 n
+0000617242 00000 n
+0001358646 00000 n
+0000027790 00000 n
+0000027847 00000 n
+0000617307 00000 n
+0001358562 00000 n
+0000027903 00000 n
+0000027956 00000 n
+0000617373 00000 n
+0001358437 00000 n
+0000028007 00000 n
+0000028045 00000 n
+0000617439 00000 n
+0001358353 00000 n
+0000028101 00000 n
+0000028170 00000 n
+0000620464 00000 n
+0001358254 00000 n
+0000028226 00000 n
+0000028284 00000 n
+0000620529 00000 n
+0001358155 00000 n
+0000028340 00000 n
+0000028392 00000 n
+0000620595 00000 n
+0001358056 00000 n
+0000028448 00000 n
+0000028506 00000 n
+0000620661 00000 n
+0001357957 00000 n
+0000028562 00000 n
+0000028603 00000 n
+0000622082 00000 n
+0001357873 00000 n
+0000028659 00000 n
+0000028727 00000 n
+0000624437 00000 n
+0001357733 00000 n
+0000028776 00000 n
+0000028813 00000 n
+0000624502 00000 n
+0001357649 00000 n
+0000028864 00000 n
+0000028909 00000 n
+0000624568 00000 n
+0001357509 00000 n
+0000028960 00000 n
+0000028998 00000 n
+0000624634 00000 n
+0001357425 00000 n
+0000029054 00000 n
+0000029095 00000 n
+0000630032 00000 n
+0001357341 00000 n
+0000029151 00000 n
+0000029208 00000 n
+0000630097 00000 n
+0001357216 00000 n
+0000029259 00000 n
+0000029297 00000 n
+0000630163 00000 n
+0001357132 00000 n
+0000029353 00000 n
+0000029393 00000 n
+0000632679 00000 n
+0001357033 00000 n
+0000029449 00000 n
+0000029496 00000 n
+0000632744 00000 n
+0001356934 00000 n
+0000029552 00000 n
+0000029605 00000 n
+0000635422 00000 n
+0001356835 00000 n
+0000029661 00000 n
+0000029722 00000 n
+0000635487 00000 n
+0001356736 00000 n
+0000029778 00000 n
+0000029845 00000 n
+0000635553 00000 n
+0001356652 00000 n
+0000029901 00000 n
+0000029936 00000 n
+0000638194 00000 n
+0001356512 00000 n
+0000029985 00000 n
+0000030020 00000 n
+0000642058 00000 n
+0001356387 00000 n
+0000030071 00000 n
+0000030125 00000 n
+0000642124 00000 n
+0001356303 00000 n
+0000030181 00000 n
+0000030210 00000 n
+0000646115 00000 n
+0001356204 00000 n
+0000030266 00000 n
+0000030323 00000 n
+0000646511 00000 n
+0001356105 00000 n
+0000030379 00000 n
+0000030409 00000 n
+0000650455 00000 n
+0001356006 00000 n
+0000030465 00000 n
+0000030521 00000 n
+0000650521 00000 n
+0001355922 00000 n
+0000030577 00000 n
+0000030616 00000 n
+0000653362 00000 n
+0001355782 00000 n
+0000030667 00000 n
+0000030712 00000 n
+0000653428 00000 n
+0001355698 00000 n
+0000030768 00000 n
+0000030802 00000 n
+0000653494 00000 n
+0001355614 00000 n
+0000030858 00000 n
+0000030896 00000 n
+0000656752 00000 n
+0001355474 00000 n
+0000030947 00000 n
+0000030984 00000 n
+0000656817 00000 n
+0001355390 00000 n
+0000031040 00000 n
+0000031089 00000 n
+0000660637 00000 n
+0001355306 00000 n
+0000031145 00000 n
+0000031194 00000 n
+0000660702 00000 n
+0001355166 00000 n
+0000031245 00000 n
+0000031278 00000 n
+0000660768 00000 n
+0001355082 00000 n
+0000031334 00000 n
+0000031371 00000 n
+0000663775 00000 n
+0001354983 00000 n
+0000031427 00000 n
+0000031462 00000 n
+0000663841 00000 n
+0001354884 00000 n
+0000031518 00000 n
+0000031556 00000 n
+0000663907 00000 n
+0001354800 00000 n
+0000031612 00000 n
+0000031657 00000 n
+0000666816 00000 n
+0001354716 00000 n
+0000031708 00000 n
+0000031760 00000 n
+0000670228 00000 n
+0001354576 00000 n
+0000031809 00000 n
+0000031838 00000 n
+0000670293 00000 n
+0001354492 00000 n
+0000031889 00000 n
+0000031923 00000 n
+0000670359 00000 n
+0001354393 00000 n
+0000031974 00000 n
+0000032021 00000 n
+0000673696 00000 n
+0001354294 00000 n
+0000032072 00000 n
+0000032114 00000 n
+0000675922 00000 n
+0001354195 00000 n
+0000032165 00000 n
+0000032208 00000 n
+0000678298 00000 n
+0001354070 00000 n
+0000032259 00000 n
+0000032305 00000 n
+0000678364 00000 n
+0001353986 00000 n
+0000032361 00000 n
+0000032407 00000 n
+0000678430 00000 n
+0001353887 00000 n
+0000032463 00000 n
+0000032496 00000 n
+0000680982 00000 n
+0001353788 00000 n
+0000032552 00000 n
+0000032591 00000 n
+0000681048 00000 n
+0001353704 00000 n
+0000032647 00000 n
+0000032705 00000 n
+0000682977 00000 n
+0001353564 00000 n
+0000032754 00000 n
+0000032799 00000 n
+0000686296 00000 n
+0001353480 00000 n
+0000032850 00000 n
+0000032895 00000 n
+0000686361 00000 n
+0001353340 00000 n
+0000032946 00000 n
+0000032978 00000 n
+0000689825 00000 n
+0001353256 00000 n
+0000033034 00000 n
+0000033072 00000 n
+0000689891 00000 n
+0001353157 00000 n
+0000033128 00000 n
+0000033178 00000 n
+0000689957 00000 n
+0001353058 00000 n
+0000033234 00000 n
+0000033287 00000 n
+0000693290 00000 n
+0001352974 00000 n
+0000033343 00000 n
+0000033410 00000 n
+0000693356 00000 n
+0001352875 00000 n
+0000033461 00000 n
+0000033491 00000 n
+0000696684 00000 n
+0001352791 00000 n
+0000033542 00000 n
+0000033576 00000 n
+0000699783 00000 n
+0001352651 00000 n
+0000033625 00000 n
+0000033664 00000 n
+0000699848 00000 n
+0001352567 00000 n
+0000033715 00000 n
+0000033785 00000 n
+0000702696 00000 n
+0001352468 00000 n
+0000033836 00000 n
+0000033881 00000 n
+0000702761 00000 n
+0001352369 00000 n
+0000033932 00000 n
+0000033971 00000 n
+0000705580 00000 n
+0001352229 00000 n
+0000034022 00000 n
+0000034070 00000 n
+0000705645 00000 n
+0001352145 00000 n
+0000034126 00000 n
+0000034206 00000 n
+0000705711 00000 n
+0001352046 00000 n
+0000034262 00000 n
+0000034331 00000 n
+0000705777 00000 n
+0001351962 00000 n
+0000034387 00000 n
+0000034444 00000 n
+0000707391 00000 n
+0001351837 00000 n
+0000034495 00000 n
+0000034533 00000 n
+0000707456 00000 n
+0001351753 00000 n
+0000034589 00000 n
+0000034632 00000 n
+0000707522 00000 n
+0001351669 00000 n
+0000034688 00000 n
+0000034733 00000 n
+0000709364 00000 n
+0001351528 00000 n
+0000034782 00000 n
+0000034827 00000 n
+0000712113 00000 n
+0001351444 00000 n
+0000034878 00000 n
+0000034910 00000 n
+0000712179 00000 n
+0001351304 00000 n
+0000034961 00000 n
+0000035002 00000 n
+0000714996 00000 n
+0001351220 00000 n
+0000035058 00000 n
+0000035107 00000 n
+0000715062 00000 n
+0001351136 00000 n
+0000035163 00000 n
+0000035201 00000 n
+0000718634 00000 n
+0001351037 00000 n
+0000035252 00000 n
+0000035305 00000 n
+0000721927 00000 n
+0001350938 00000 n
+0000035356 00000 n
+0000035410 00000 n
+0000721992 00000 n
+0001350839 00000 n
+0000035461 00000 n
+0000035510 00000 n
+0000725572 00000 n
+0001350699 00000 n
+0000035561 00000 n
+0000035612 00000 n
+0000725638 00000 n
+0001350615 00000 n
+0000035668 00000 n
+0000035715 00000 n
+0000729015 00000 n
+0001350516 00000 n
+0000035771 00000 n
+0000035809 00000 n
+0000729081 00000 n
+0001350432 00000 n
+0000035865 00000 n
+0000035912 00000 n
+0000729147 00000 n
+0001350333 00000 n
+0000035963 00000 n
+0000036006 00000 n
+0000732409 00000 n
+0001350234 00000 n
+0000036057 00000 n
+0000036102 00000 n
+0000732475 00000 n
+0001350135 00000 n
+0000036153 00000 n
+0000036205 00000 n
+0000735128 00000 n
+0001350010 00000 n
+0000036257 00000 n
+0000036314 00000 n
+0000735193 00000 n
+0001349926 00000 n
+0000036371 00000 n
+0000036415 00000 n
+0000738684 00000 n
+0001349827 00000 n
+0000036472 00000 n
+0000036519 00000 n
+0000739078 00000 n
+0001349743 00000 n
+0000036576 00000 n
+0000036625 00000 n
+0000741268 00000 n
+0001349603 00000 n
+0000036674 00000 n
+0000036708 00000 n
+0000741333 00000 n
+0001349519 00000 n
+0000036759 00000 n
+0000036789 00000 n
+0000744949 00000 n
+0001349420 00000 n
+0000036840 00000 n
+0000036884 00000 n
+0000745015 00000 n
+0001349321 00000 n
+0000036935 00000 n
+0000036990 00000 n
+0000748300 00000 n
+0001349222 00000 n
+0000037041 00000 n
+0000037100 00000 n
+0000748366 00000 n
+0001349123 00000 n
+0000037151 00000 n
+0000037215 00000 n
+0000750647 00000 n
+0001348983 00000 n
+0000037266 00000 n
+0000037304 00000 n
+0000750712 00000 n
+0001348899 00000 n
+0000037360 00000 n
+0000037407 00000 n
+0000750778 00000 n
+0001348815 00000 n
+0000037463 00000 n
+0000037523 00000 n
+0000752910 00000 n
+0001348731 00000 n
+0000037574 00000 n
+0000037616 00000 n
+0000754912 00000 n
+0001348591 00000 n
+0000037665 00000 n
+0000037696 00000 n
+0000754977 00000 n
+0001348507 00000 n
+0000037747 00000 n
+0000037781 00000 n
+0000755043 00000 n
+0001348367 00000 n
+0000037832 00000 n
+0000037887 00000 n
+0000757694 00000 n
+0001348283 00000 n
+0000037943 00000 n
+0000037995 00000 n
+0000757759 00000 n
+0001348184 00000 n
+0000038051 00000 n
+0000038101 00000 n
+0000757825 00000 n
+0001348085 00000 n
+0000038157 00000 n
+0000038215 00000 n
+0000760688 00000 n
+0001348001 00000 n
+0000038271 00000 n
+0000038314 00000 n
+0000760754 00000 n
+0001347861 00000 n
+0000038365 00000 n
+0000038399 00000 n
+0000760820 00000 n
+0001347777 00000 n
+0000038455 00000 n
+0000038495 00000 n
+0000763566 00000 n
+0001347678 00000 n
+0000038551 00000 n
+0000038600 00000 n
+0000763630 00000 n
+0001347579 00000 n
+0000038656 00000 n
+0000038703 00000 n
+0000763696 00000 n
+0001347495 00000 n
+0000038759 00000 n
+0000038789 00000 n
+0000766381 00000 n
+0001347355 00000 n
+0000038840 00000 n
+0000038875 00000 n
+0000766447 00000 n
+0001347271 00000 n
+0000038931 00000 n
+0000038969 00000 n
+0000769365 00000 n
+0001347172 00000 n
+0000039025 00000 n
+0000039078 00000 n
+0000769431 00000 n
+0001347073 00000 n
+0000039134 00000 n
+0000039195 00000 n
+0000772183 00000 n
+0001346974 00000 n
+0000039251 00000 n
+0000039292 00000 n
+0000775125 00000 n
+0001346890 00000 n
+0000039348 00000 n
+0000039398 00000 n
+0000775191 00000 n
+0001346806 00000 n
+0000039449 00000 n
+0000039495 00000 n
+0000779380 00000 n
+0001346666 00000 n
+0000039544 00000 n
+0000039576 00000 n
+0000779445 00000 n
+0001346582 00000 n
+0000039627 00000 n
+0000039691 00000 n
+0000779511 00000 n
+0001346483 00000 n
+0000039742 00000 n
+0000039772 00000 n
+0000782565 00000 n
+0001346399 00000 n
+0000039823 00000 n
+0000039866 00000 n
+0000784621 00000 n
+0001346259 00000 n
+0000039915 00000 n
+0000039950 00000 n
+0000787932 00000 n
+0001346175 00000 n
+0000040001 00000 n
+0000040068 00000 n
+0000787997 00000 n
+0001346076 00000 n
+0000040119 00000 n
+0000040168 00000 n
+0000788063 00000 n
+0001345977 00000 n
+0000040219 00000 n
+0000040264 00000 n
+0000791166 00000 n
+0001345837 00000 n
+0000040315 00000 n
+0000040348 00000 n
+0000791232 00000 n
+0001345753 00000 n
+0000040404 00000 n
+0000040446 00000 n
+0000791298 00000 n
+0001345654 00000 n
+0000040502 00000 n
+0000040544 00000 n
+0000794592 00000 n
+0001345570 00000 n
+0000040600 00000 n
+0000040644 00000 n
+0000798191 00000 n
+0001345471 00000 n
+0000040695 00000 n
+0000040724 00000 n
+0000800816 00000 n
+0001345346 00000 n
+0000040775 00000 n
+0000040822 00000 n
+0000800881 00000 n
+0001345262 00000 n
+0000040878 00000 n
+0000040917 00000 n
+0000800947 00000 n
+0001345163 00000 n
+0000040973 00000 n
+0000041021 00000 n
+0000804118 00000 n
+0001345079 00000 n
+0000041077 00000 n
+0000041133 00000 n
+0000806298 00000 n
+0001344939 00000 n
+0000041182 00000 n
+0000041219 00000 n
+0000806363 00000 n
+0001344855 00000 n
+0000041270 00000 n
+0000041314 00000 n
+0000809832 00000 n
+0001344756 00000 n
+0000041365 00000 n
+0000041405 00000 n
+0000812685 00000 n
+0001344657 00000 n
+0000041456 00000 n
+0000041483 00000 n
+0000815526 00000 n
+0001344532 00000 n
+0000041534 00000 n
+0000041572 00000 n
+0000815592 00000 n
+0001344448 00000 n
+0000041628 00000 n
+0000041688 00000 n
+0000815658 00000 n
+0001344349 00000 n
+0000041744 00000 n
+0000041780 00000 n
+0000815724 00000 n
+0001344250 00000 n
+0000041836 00000 n
+0000041894 00000 n
+0000818442 00000 n
+0001344151 00000 n
+0000041950 00000 n
+0000041995 00000 n
+0000818507 00000 n
+0001344052 00000 n
+0000042051 00000 n
+0000042108 00000 n
+0000820121 00000 n
+0001343968 00000 n
+0000042164 00000 n
+0000042218 00000 n
+0000822137 00000 n
+0001343828 00000 n
+0000042267 00000 n
+0000042299 00000 n
+0000822202 00000 n
+0001343744 00000 n
+0000042350 00000 n
+0000042387 00000 n
+0000825188 00000 n
+0001343645 00000 n
+0000042438 00000 n
+0000042487 00000 n
+0000825254 00000 n
+0001343546 00000 n
+0000042538 00000 n
+0000042580 00000 n
+0000828739 00000 n
+0001343447 00000 n
+0000042631 00000 n
+0000042703 00000 n
+0000832192 00000 n
+0001343348 00000 n
+0000042754 00000 n
+0000042808 00000 n
+0000832257 00000 n
+0001343264 00000 n
+0000042859 00000 n
+0000042901 00000 n
+0000836097 00000 n
+0001343124 00000 n
+0000042950 00000 n
+0000042993 00000 n
+0000836162 00000 n
+0001343040 00000 n
+0000043044 00000 n
+0000043103 00000 n
+0000838857 00000 n
+0001342900 00000 n
+0000043154 00000 n
+0000043184 00000 n
+0000838922 00000 n
+0001342816 00000 n
+0000043240 00000 n
+0000043289 00000 n
+0000838987 00000 n
+0001342717 00000 n
+0000043345 00000 n
+0000043383 00000 n
+0000842317 00000 n
+0001342633 00000 n
+0000043439 00000 n
+0000043479 00000 n
+0000842383 00000 n
+0001342534 00000 n
+0000043530 00000 n
+0000043560 00000 n
+0000845372 00000 n
+0001342409 00000 n
+0000043611 00000 n
+0000043649 00000 n
+0000845438 00000 n
+0001342325 00000 n
+0000043705 00000 n
+0000043743 00000 n
+0000845504 00000 n
+0001342226 00000 n
+0000043799 00000 n
+0000043851 00000 n
+0000845569 00000 n
+0001342127 00000 n
+0000043907 00000 n
+0000043944 00000 n
+0000848362 00000 n
+0001342028 00000 n
+0000044000 00000 n
+0000044056 00000 n
+0000848427 00000 n
+0001341929 00000 n
+0000044112 00000 n
+0000044161 00000 n
+0000848493 00000 n
+0001341845 00000 n
+0000044217 00000 n
+0000044282 00000 n
+0000851573 00000 n
+0001341705 00000 n
+0000044331 00000 n
+0000044363 00000 n
+0000851638 00000 n
+0001341580 00000 n
+0000044414 00000 n
+0000044455 00000 n
+0000854602 00000 n
+0001341496 00000 n
+0000044511 00000 n
+0000044570 00000 n
+0000854667 00000 n
+0001341412 00000 n
+0000044626 00000 n
+0000044682 00000 n
+0000854733 00000 n
+0001341328 00000 n
+0000044733 00000 n
+0000044785 00000 n
+0000859263 00000 n
+0001341188 00000 n
+0000044834 00000 n
+0000044867 00000 n
+0000859328 00000 n
+0001341063 00000 n
+0000044918 00000 n
+0000044944 00000 n
+0000859394 00000 n
+0001340979 00000 n
+0000045000 00000 n
+0000045038 00000 n
+0000862930 00000 n
+0001340880 00000 n
+0000045094 00000 n
+0000045130 00000 n
+0000862996 00000 n
+0001340796 00000 n
+0000045186 00000 n
+0000045220 00000 n
+0000863062 00000 n
+0001340712 00000 n
+0000045271 00000 n
+0000045302 00000 n
+0000867352 00000 n
+0001340572 00000 n
+0000045351 00000 n
+0000045398 00000 n
+0000867417 00000 n
+0001340447 00000 n
+0000045449 00000 n
+0000045490 00000 n
+0000867483 00000 n
+0001340363 00000 n
+0000045546 00000 n
+0000045584 00000 n
+0000870433 00000 n
+0001340264 00000 n
+0000045640 00000 n
+0000045678 00000 n
+0000870499 00000 n
+0001340165 00000 n
+0000045734 00000 n
+0000045775 00000 n
+0000870565 00000 n
+0001340066 00000 n
+0000045831 00000 n
+0000045876 00000 n
+0000875918 00000 n
+0001339982 00000 n
+0000045932 00000 n
+0000045984 00000 n
+0000875984 00000 n
+0001339842 00000 n
+0000046035 00000 n
+0000046075 00000 n
+0000876049 00000 n
+0001339758 00000 n
+0000046131 00000 n
+0000046166 00000 n
+0000880677 00000 n
+0001339659 00000 n
+0000046222 00000 n
+0000046259 00000 n
+0000880742 00000 n
+0001339560 00000 n
+0000046315 00000 n
+0000046353 00000 n
+0000880808 00000 n
+0001339461 00000 n
+0000046409 00000 n
+0000046447 00000 n
+0000880874 00000 n
+0001339362 00000 n
+0000046503 00000 n
+0000046545 00000 n
+0000885002 00000 n
+0001339278 00000 n
+0000046601 00000 n
+0000046636 00000 n
+0000885068 00000 n
+0001339138 00000 n
+0000046687 00000 n
+0000046721 00000 n
+0000885134 00000 n
+0001339054 00000 n
+0000046777 00000 n
+0000046818 00000 n
+0000888472 00000 n
+0001338955 00000 n
+0000046874 00000 n
+0000046915 00000 n
+0000888537 00000 n
+0001338871 00000 n
+0000046971 00000 n
+0000047007 00000 n
+0000888603 00000 n
+0001338772 00000 n
+0000047058 00000 n
+0000047088 00000 n
+0000892451 00000 n
+0001338673 00000 n
+0000047139 00000 n
+0000047165 00000 n
+0000892516 00000 n
+0001338533 00000 n
+0000047216 00000 n
+0000047243 00000 n
+0000892582 00000 n
+0001338449 00000 n
+0000047299 00000 n
+0000047333 00000 n
+0000892648 00000 n
+0001338350 00000 n
+0000047389 00000 n
+0000047424 00000 n
+0000896615 00000 n
+0001338251 00000 n
+0000047480 00000 n
+0000047512 00000 n
+0000896680 00000 n
+0001338167 00000 n
+0000047568 00000 n
+0000047605 00000 n
+0000900502 00000 n
+0001338068 00000 n
+0000047656 00000 n
+0000047689 00000 n
+0000900568 00000 n
+0001337984 00000 n
+0000047740 00000 n
+0000047781 00000 n
+0000903897 00000 n
+0001337844 00000 n
+0000047830 00000 n
+0000047859 00000 n
+0000906762 00000 n
+0001337760 00000 n
+0000047910 00000 n
+0000047978 00000 n
+0000906828 00000 n
+0001337661 00000 n
+0000048029 00000 n
+0000048087 00000 n
+0000911570 00000 n
+0001337577 00000 n
+0000048138 00000 n
+0000048177 00000 n
+0000914776 00000 n
+0001337437 00000 n
+0000048226 00000 n
+0000048278 00000 n
+0000914841 00000 n
+0001337353 00000 n
+0000048329 00000 n
+0000048365 00000 n
+0000918319 00000 n
+0001337227 00000 n
+0000048416 00000 n
+0000048453 00000 n
+0000918385 00000 n
+0001337143 00000 n
+0000048509 00000 n
+0000048550 00000 n
+0000918450 00000 n
+0001337044 00000 n
+0000048606 00000 n
+0000048656 00000 n
+0000921390 00000 n
+0001336945 00000 n
+0000048712 00000 n
+0000048755 00000 n
+0000921456 00000 n
+0001336846 00000 n
+0000048811 00000 n
+0000048848 00000 n
+0000921522 00000 n
+0001336747 00000 n
+0000048904 00000 n
+0000048944 00000 n
+0000921588 00000 n
+0001336648 00000 n
+0000049000 00000 n
+0000049048 00000 n
+0000921654 00000 n
+0001336549 00000 n
+0000049104 00000 n
+0000049150 00000 n
+0000921720 00000 n
+0001336450 00000 n
+0000049206 00000 n
+0000049254 00000 n
+0000925288 00000 n
+0001336351 00000 n
+0000049310 00000 n
+0000049359 00000 n
+0000925354 00000 n
+0001336252 00000 n
+0000049416 00000 n
+0000049461 00000 n
+0000925420 00000 n
+0001336153 00000 n
+0000049518 00000 n
+0000049571 00000 n
+0000925486 00000 n
+0001336054 00000 n
+0000049628 00000 n
+0000049669 00000 n
+0000925552 00000 n
+0001335955 00000 n
+0000049726 00000 n
+0000049765 00000 n
+0000926756 00000 n
+0001335856 00000 n
+0000049822 00000 n
+0000049869 00000 n
+0000926821 00000 n
+0001335772 00000 n
+0000049926 00000 n
+0000049971 00000 n
+0000929171 00000 n
+0001335632 00000 n
+0000050020 00000 n
+0000050060 00000 n
+0000929236 00000 n
+0001335548 00000 n
+0000050111 00000 n
+0000050142 00000 n
+0000932370 00000 n
+0001335449 00000 n
+0000050193 00000 n
+0000050223 00000 n
+0000932435 00000 n
+0001335309 00000 n
+0000050274 00000 n
+0000050322 00000 n
+0000932501 00000 n
+0001335225 00000 n
+0000050378 00000 n
+0000050424 00000 n
+0000932567 00000 n
+0001335126 00000 n
+0000050480 00000 n
+0000050558 00000 n
+0000935915 00000 n
+0001335027 00000 n
+0000050614 00000 n
+0000050708 00000 n
+0000935980 00000 n
+0001334943 00000 n
+0000050764 00000 n
+0000050814 00000 n
+0000936046 00000 n
+0001334859 00000 n
+0000050865 00000 n
+0000050927 00000 n
+0000941684 00000 n
+0001334760 00000 n
+0000050976 00000 n
+0000051024 00000 n
+0000978520 00000 n
+0001334635 00000 n
+0000051073 00000 n
+0000051101 00000 n
+0000984110 00000 n
+0001334551 00000 n
+0000051152 00000 n
+0000051190 00000 n
+0000994319 00000 n
+0001334452 00000 n
+0000051241 00000 n
+0000051288 00000 n
+0001014177 00000 n
+0001334327 00000 n
+0000051339 00000 n
+0000051383 00000 n
+0001014242 00000 n
+0001334243 00000 n
+0000051439 00000 n
+0000051484 00000 n
+0001015438 00000 n
+0001334144 00000 n
+0000051540 00000 n
+0000051581 00000 n
+0001017051 00000 n
+0001334045 00000 n
+0000051637 00000 n
+0000051717 00000 n
+0001018511 00000 n
+0001333946 00000 n
+0000051773 00000 n
+0000051852 00000 n
+0001020210 00000 n
+0001333847 00000 n
+0000051908 00000 n
+0000051989 00000 n
+0001021924 00000 n
+0001333748 00000 n
+0000052045 00000 n
+0000052118 00000 n
+0001023661 00000 n
+0001333664 00000 n
+0000052174 00000 n
+0000052213 00000 n
+0000052522 00000 n
+0000052769 00000 n
+0000052267 00000 n
+0000052638 00000 n
+0000052704 00000 n
+0001324289 00000 n
+0001301998 00000 n
+0001324112 00000 n
+0001325544 00000 n
+0000053885 00000 n
+0000053769 00000 n
+0000052843 00000 n
+0001298853 00000 n
+0001275070 00000 n
+0001298688 00000 n
+0001274264 00000 n
+0001260887 00000 n
+0001274083 00000 n
+0000061714 00000 n
+0000055331 00000 n
+0000053987 00000 n
+0000061585 00000 n
+0001259951 00000 n
+0001241984 00000 n
+0001259774 00000 n
+0000055783 00000 n
+0001241057 00000 n
+0001223210 00000 n
+0001240870 00000 n
+0000055941 00000 n
+0000056097 00000 n
+0000056255 00000 n
+0000056414 00000 n
+0000056578 00000 n
+0000056742 00000 n
+0000056901 00000 n
+0000057065 00000 n
+0001219195 00000 n
+0001197145 00000 n
+0001219030 00000 n
+0000057229 00000 n
+0000057393 00000 n
+0000057552 00000 n
+0000057711 00000 n
+0000057870 00000 n
+0000058034 00000 n
+0000058197 00000 n
+0000058353 00000 n
+0000058512 00000 n
+0000058670 00000 n
+0000058829 00000 n
+0000058988 00000 n
+0000059145 00000 n
+0000059308 00000 n
+0000059472 00000 n
+0000059636 00000 n
+0000059795 00000 n
+0000059954 00000 n
+0000060116 00000 n
+0000060280 00000 n
+0000060444 00000 n
+0000060607 00000 n
+0000060771 00000 n
+0000060935 00000 n
+0000061098 00000 n
+0000061262 00000 n
+0000061426 00000 n
+0000071581 00000 n
+0000063563 00000 n
+0000061844 00000 n
+0000071515 00000 n
+0000064105 00000 n
+0000064263 00000 n
+0000064422 00000 n
+0000064586 00000 n
+0000064750 00000 n
+0000064914 00000 n
+0000065078 00000 n
+0000065242 00000 n
+0000065406 00000 n
+0000065570 00000 n
+0000065729 00000 n
+0000065893 00000 n
+0000066057 00000 n
+0000066220 00000 n
+0000066379 00000 n
+0000066543 00000 n
+0000066707 00000 n
+0000066871 00000 n
+0000067030 00000 n
+0000067186 00000 n
+0000067344 00000 n
+0000067502 00000 n
+0000067660 00000 n
+0000067823 00000 n
+0000067981 00000 n
+0000068137 00000 n
+0000068295 00000 n
+0000068458 00000 n
+0000068621 00000 n
+0000068784 00000 n
+0000068947 00000 n
+0000069104 00000 n
+0000069261 00000 n
+0000069424 00000 n
+0000069587 00000 n
+0000069742 00000 n
+0000069900 00000 n
+0000070056 00000 n
+0000070219 00000 n
+0000070382 00000 n
+0000070545 00000 n
+0000070702 00000 n
+0000070864 00000 n
+0000071026 00000 n
+0000071189 00000 n
+0000071352 00000 n
+0000081425 00000 n
+0000073399 00000 n
+0000071725 00000 n
+0000081359 00000 n
+0000073941 00000 n
+0000074097 00000 n
+0000074256 00000 n
+0000074415 00000 n
+0000074579 00000 n
+0000074742 00000 n
+0000074906 00000 n
+0000075070 00000 n
+0000075229 00000 n
+0000075393 00000 n
+0000075557 00000 n
+0000075721 00000 n
+0000075880 00000 n
+0000076043 00000 n
+0000076207 00000 n
+0000076371 00000 n
+0000076535 00000 n
+0000076699 00000 n
+0000076857 00000 n
+0000077015 00000 n
+0000077174 00000 n
+0000077333 00000 n
+0000077491 00000 n
+0000077655 00000 n
+0000077819 00000 n
+0000077982 00000 n
+0000078146 00000 n
+0000078310 00000 n
+0000078474 00000 n
+0000078631 00000 n
+0000078790 00000 n
+0000078953 00000 n
+0000079117 00000 n
+0000079276 00000 n
+0000079435 00000 n
+0000079598 00000 n
+0000079759 00000 n
+0000079916 00000 n
+0000080079 00000 n
+0000080243 00000 n
+0000080406 00000 n
+0000080565 00000 n
+0000080723 00000 n
+0000080887 00000 n
+0000081044 00000 n
+0000081201 00000 n
+0000091215 00000 n
+0000083192 00000 n
+0000081569 00000 n
+0000091149 00000 n
+0000083734 00000 n
+0000083891 00000 n
+0000084054 00000 n
+0000084217 00000 n
+0000084380 00000 n
+0000084543 00000 n
+0000084706 00000 n
+0000084868 00000 n
+0000085031 00000 n
+0000085189 00000 n
+0000085347 00000 n
+0000085504 00000 n
+0000085667 00000 n
+0000085829 00000 n
+0000085992 00000 n
+0000086149 00000 n
+0000086307 00000 n
+0000086469 00000 n
+0000086632 00000 n
+0000086788 00000 n
+0000086946 00000 n
+0000087109 00000 n
+0000087272 00000 n
+0000087435 00000 n
+0000087598 00000 n
+0000087760 00000 n
+0000087923 00000 n
+0000088081 00000 n
+0000088244 00000 n
+0000088407 00000 n
+0000088570 00000 n
+0000088727 00000 n
+0000088890 00000 n
+0000089053 00000 n
+0000089216 00000 n
+0000089379 00000 n
+0000089541 00000 n
+0000089702 00000 n
+0000089864 00000 n
+0000090027 00000 n
+0000090190 00000 n
+0000090346 00000 n
+0000090503 00000 n
+0000090665 00000 n
+0000090823 00000 n
+0000090986 00000 n
+0000101014 00000 n
+0000092946 00000 n
+0000091359 00000 n
+0000100948 00000 n
+0000093488 00000 n
+0000093651 00000 n
+0000093809 00000 n
+0000093973 00000 n
+0000094137 00000 n
+0000094301 00000 n
+0000094465 00000 n
+0000094628 00000 n
+0000094792 00000 n
+0000094950 00000 n
+0000095110 00000 n
+0000095270 00000 n
+0000095430 00000 n
+0000095589 00000 n
+0000095754 00000 n
+0000095918 00000 n
+0000096083 00000 n
+0000096241 00000 n
+0000096401 00000 n
+0000096560 00000 n
+0000096720 00000 n
+0000096880 00000 n
+0000097039 00000 n
+0000097203 00000 n
+0000097368 00000 n
+0000097532 00000 n
+0000097697 00000 n
+0000097862 00000 n
+0000098027 00000 n
+0000098187 00000 n
+0000098347 00000 n
+0000098512 00000 n
+0000098677 00000 n
+0000098836 00000 n
+0000099001 00000 n
+0000099166 00000 n
+0000099331 00000 n
+0000099488 00000 n
+0000099651 00000 n
+0000099816 00000 n
+0000099981 00000 n
+0000100146 00000 n
+0000100310 00000 n
+0000100468 00000 n
+0000100628 00000 n
+0000100788 00000 n
+0001325669 00000 n
+0000110971 00000 n
+0000102895 00000 n
+0000101144 00000 n
+0000110905 00000 n
+0000103437 00000 n
+0000103601 00000 n
+0000103765 00000 n
+0000103929 00000 n
+0000104093 00000 n
+0000104252 00000 n
+0000104416 00000 n
+0000104580 00000 n
+0000104739 00000 n
+0000104903 00000 n
+0000105067 00000 n
+0000105231 00000 n
+0000105395 00000 n
+0000105553 00000 n
+0000105716 00000 n
+0000105880 00000 n
+0000106044 00000 n
+0000106208 00000 n
+0000106372 00000 n
+0000106536 00000 n
+0000106700 00000 n
+0000106864 00000 n
+0000107028 00000 n
+0000107184 00000 n
+0000107343 00000 n
+0000107501 00000 n
+0000107665 00000 n
+0000107829 00000 n
+0000107993 00000 n
+0000108151 00000 n
+0000108310 00000 n
+0000108468 00000 n
+0000108631 00000 n
+0000108795 00000 n
+0000108959 00000 n
+0000109121 00000 n
+0000109285 00000 n
+0000109444 00000 n
+0000109603 00000 n
+0000109762 00000 n
+0000109926 00000 n
+0000110090 00000 n
+0000110253 00000 n
+0000110416 00000 n
+0000110578 00000 n
+0000110741 00000 n
+0000120833 00000 n
+0000112781 00000 n
+0000111101 00000 n
+0000120767 00000 n
+0000113323 00000 n
+0000113481 00000 n
+0000113641 00000 n
+0000113801 00000 n
+0000113961 00000 n
+0000114121 00000 n
+0000114281 00000 n
+0000114445 00000 n
+0000114610 00000 n
+0000114768 00000 n
+0000114928 00000 n
+0000115088 00000 n
+0000115248 00000 n
+0000115407 00000 n
+0000115565 00000 n
+0000115724 00000 n
+0000115884 00000 n
+0000116042 00000 n
+0000116207 00000 n
+0000116371 00000 n
+0000116531 00000 n
+0000116696 00000 n
+0000116861 00000 n
+0000117025 00000 n
+0000117190 00000 n
+0000117347 00000 n
+0000117506 00000 n
+0000117671 00000 n
+0000117836 00000 n
+0000117994 00000 n
+0000118159 00000 n
+0000118324 00000 n
+0000118488 00000 n
+0000118653 00000 n
+0000118818 00000 n
+0000118983 00000 n
+0000119141 00000 n
+0000119299 00000 n
+0000119457 00000 n
+0000119622 00000 n
+0000119787 00000 n
+0000119945 00000 n
+0000120110 00000 n
+0000120274 00000 n
+0000120437 00000 n
+0000120602 00000 n
+0000130707 00000 n
+0000122684 00000 n
+0000120977 00000 n
+0000130641 00000 n
+0000123226 00000 n
+0000123389 00000 n
+0000123546 00000 n
+0000123705 00000 n
+0000123869 00000 n
+0000124033 00000 n
+0000124197 00000 n
+0000124360 00000 n
+0000124524 00000 n
+0000124683 00000 n
+0000124847 00000 n
+0000125011 00000 n
+0000125168 00000 n
+0000125331 00000 n
+0000125495 00000 n
+0000125654 00000 n
+0000125818 00000 n
+0000125982 00000 n
+0000126146 00000 n
+0000126309 00000 n
+0000126468 00000 n
+0000126625 00000 n
+0000126783 00000 n
+0000126942 00000 n
+0000127101 00000 n
+0000127259 00000 n
+0000127418 00000 n
+0000127582 00000 n
+0000127746 00000 n
+0000127910 00000 n
+0000128074 00000 n
+0000128231 00000 n
+0000128390 00000 n
+0000128549 00000 n
+0000128713 00000 n
+0000128877 00000 n
+0000129041 00000 n
+0000129205 00000 n
+0000129364 00000 n
+0000129523 00000 n
+0000129680 00000 n
+0000129839 00000 n
+0000129998 00000 n
+0000130156 00000 n
+0000130313 00000 n
+0000130477 00000 n
+0000140542 00000 n
+0000132493 00000 n
+0000130837 00000 n
+0000140476 00000 n
+0000133035 00000 n
+0000133199 00000 n
+0000133358 00000 n
+0000133523 00000 n
+0000133688 00000 n
+0000133846 00000 n
+0000134006 00000 n
+0000134165 00000 n
+0000134330 00000 n
+0000134495 00000 n
+0000134653 00000 n
+0000134813 00000 n
+0000134973 00000 n
+0000135132 00000 n
+0000135296 00000 n
+0000135459 00000 n
+0000135624 00000 n
+0000135783 00000 n
+0000135942 00000 n
+0000136101 00000 n
+0000136262 00000 n
+0000136428 00000 n
+0000136594 00000 n
+0000136760 00000 n
+0000136917 00000 n
+0000137076 00000 n
+0000137235 00000 n
+0000137395 00000 n
+0000137554 00000 n
+0000137714 00000 n
+0000137874 00000 n
+0000138038 00000 n
+0000138202 00000 n
+0000138362 00000 n
+0000138520 00000 n
+0000138679 00000 n
+0000138839 00000 n
+0000139004 00000 n
+0000139169 00000 n
+0000139334 00000 n
+0000139499 00000 n
+0000139659 00000 n
+0000139824 00000 n
+0000139988 00000 n
+0000140151 00000 n
+0000140316 00000 n
+0000150435 00000 n
+0000142445 00000 n
+0000140672 00000 n
+0000150369 00000 n
+0000142987 00000 n
+0000143150 00000 n
+0000143314 00000 n
+0000143478 00000 n
+0000143642 00000 n
+0000143805 00000 n
+0000143964 00000 n
+0000144121 00000 n
+0000144280 00000 n
+0000144439 00000 n
+0000144598 00000 n
+0000144755 00000 n
+0000144914 00000 n
+0000145072 00000 n
+0000145231 00000 n
+0000145389 00000 n
+0000145553 00000 n
+0000145717 00000 n
+0000145880 00000 n
+0000146039 00000 n
+0000146198 00000 n
+0000146362 00000 n
+0000146525 00000 n
+0000146689 00000 n
+0000146845 00000 n
+0000147004 00000 n
+0000147163 00000 n
+0000147322 00000 n
+0000147481 00000 n
+0000147644 00000 n
+0000147808 00000 n
+0000147971 00000 n
+0000148134 00000 n
+0000148298 00000 n
+0000148462 00000 n
+0000148619 00000 n
+0000148778 00000 n
+0000148935 00000 n
+0000149091 00000 n
+0000149250 00000 n
+0000149408 00000 n
+0000149567 00000 n
+0000149723 00000 n
+0000149882 00000 n
+0000150041 00000 n
+0000150205 00000 n
+0000160481 00000 n
+0000152387 00000 n
+0000150565 00000 n
+0000160415 00000 n
+0000152929 00000 n
+0000153093 00000 n
+0000153252 00000 n
+0000153411 00000 n
+0000153576 00000 n
+0000153741 00000 n
+0000153906 00000 n
+0000154071 00000 n
+0000154236 00000 n
+0000154400 00000 n
+0000154558 00000 n
+0000154717 00000 n
+0000154882 00000 n
+0000155047 00000 n
+0000155207 00000 n
+0000155365 00000 n
+0000155525 00000 n
+0000155690 00000 n
+0000155855 00000 n
+0000156019 00000 n
+0000156179 00000 n
+0000156337 00000 n
+0000156496 00000 n
+0000156661 00000 n
+0000156826 00000 n
+0000156990 00000 n
+0000157155 00000 n
+0000157320 00000 n
+0000157480 00000 n
+0000157645 00000 n
+0000157810 00000 n
+0000157974 00000 n
+0000158139 00000 n
+0000158302 00000 n
+0000158467 00000 n
+0000158626 00000 n
+0000158791 00000 n
+0000158954 00000 n
+0000159118 00000 n
+0000159278 00000 n
+0000159438 00000 n
+0000159597 00000 n
+0000159762 00000 n
+0000159925 00000 n
+0000160090 00000 n
+0000160255 00000 n
+0001325794 00000 n
+0000170217 00000 n
+0000162516 00000 n
+0000160611 00000 n
+0000170151 00000 n
+0000163040 00000 n
+0000163198 00000 n
+0000163355 00000 n
+0000163513 00000 n
+0000163672 00000 n
+0000163831 00000 n
+0000163988 00000 n
+0000164147 00000 n
+0000164306 00000 n
+0000164469 00000 n
+0000164632 00000 n
+0000164794 00000 n
+0000164958 00000 n
+0000165122 00000 n
+0000165286 00000 n
+0000165450 00000 n
+0000165614 00000 n
+0000165778 00000 n
+0000165943 00000 n
+0000166107 00000 n
+0000166272 00000 n
+0000166437 00000 n
+0000166602 00000 n
+0000166767 00000 n
+0000166924 00000 n
+0000167083 00000 n
+0000167242 00000 n
+0000167401 00000 n
+0000167565 00000 n
+0000167729 00000 n
+0000167892 00000 n
+0000168056 00000 n
+0000168215 00000 n
+0000168372 00000 n
+0000168529 00000 n
+0000168688 00000 n
+0000168847 00000 n
+0000169005 00000 n
+0000169168 00000 n
+0000169332 00000 n
+0000169496 00000 n
+0000169660 00000 n
+0000169824 00000 n
+0000169988 00000 n
+0000173335 00000 n
+0000173088 00000 n
+0000170361 00000 n
+0000173204 00000 n
+0000173270 00000 n
+0000176473 00000 n
+0000176291 00000 n
+0000173451 00000 n
+0000176407 00000 n
+0000179555 00000 n
+0000179373 00000 n
+0000176561 00000 n
+0000179489 00000 n
+0000182881 00000 n
+0000182699 00000 n
+0000179643 00000 n
+0000182815 00000 n
+0000185773 00000 n
+0000185591 00000 n
+0000182969 00000 n
+0000185707 00000 n
+0001325919 00000 n
+0000187935 00000 n
+0000187753 00000 n
+0000185861 00000 n
+0000187869 00000 n
+0000191543 00000 n
+0000191296 00000 n
+0000188023 00000 n
+0000191412 00000 n
+0000191478 00000 n
+0000194348 00000 n
+0000193842 00000 n
+0000191659 00000 n
+0000193958 00000 n
+0000194150 00000 n
+0000194216 00000 n
+0000194282 00000 n
+0000198141 00000 n
+0000197524 00000 n
+0000194464 00000 n
+0000197817 00000 n
+0000197883 00000 n
+0001195737 00000 n
+0001185383 00000 n
+0001195571 00000 n
+0000197661 00000 n
+0000201631 00000 n
+0000200877 00000 n
+0000198271 00000 n
+0000201173 00000 n
+0000201367 00000 n
+0000201433 00000 n
+0000201499 00000 n
+0000201565 00000 n
+0000201014 00000 n
+0000204452 00000 n
+0000204143 00000 n
+0000201747 00000 n
+0000204259 00000 n
+0001184959 00000 n
+0001182236 00000 n
+0001184796 00000 n
+0001326044 00000 n
+0000207225 00000 n
+0000206980 00000 n
+0000204595 00000 n
+0000207096 00000 n
+0000210000 00000 n
+0000209563 00000 n
+0000207355 00000 n
+0000209679 00000 n
+0000211318 00000 n
+0000211136 00000 n
+0000210116 00000 n
+0000211252 00000 n
+0000213575 00000 n
+0000213203 00000 n
+0000211420 00000 n
+0000213319 00000 n
+0001180159 00000 n
+0001155873 00000 n
+0001179995 00000 n
+0000218113 00000 n
+0000216864 00000 n
+0000213704 00000 n
+0000217327 00000 n
+0000217393 00000 n
+0000217458 00000 n
+0000217524 00000 n
+0000217010 00000 n
+0000217170 00000 n
+0000217654 00000 n
+0000217719 00000 n
+0000217785 00000 n
+0000217851 00000 n
+0000217917 00000 n
+0000217982 00000 n
+0000218047 00000 n
+0000222686 00000 n
+0000220882 00000 n
+0000218243 00000 n
+0000222027 00000 n
+0000222093 00000 n
+0000222158 00000 n
+0000222224 00000 n
+0000222290 00000 n
+0000222356 00000 n
+0000222422 00000 n
+0000222488 00000 n
+0000221064 00000 n
+0000222554 00000 n
+0000222620 00000 n
+0000221224 00000 n
+0000221381 00000 n
+0000221540 00000 n
+0000221704 00000 n
+0000221863 00000 n
+0001326169 00000 n
+0000226184 00000 n
+0000225464 00000 n
+0000222802 00000 n
+0000225926 00000 n
+0000225610 00000 n
+0000225768 00000 n
+0000229673 00000 n
+0000229234 00000 n
+0000226341 00000 n
+0000229350 00000 n
+0000233064 00000 n
+0000232380 00000 n
+0000229844 00000 n
+0000232674 00000 n
+0000232517 00000 n
+0000236180 00000 n
+0000235674 00000 n
+0000233194 00000 n
+0000235790 00000 n
+0000239584 00000 n
+0000238991 00000 n
+0000236323 00000 n
+0000239453 00000 n
+0000239137 00000 n
+0000239294 00000 n
+0001155160 00000 n
+0001149291 00000 n
+0001154994 00000 n
+0000243953 00000 n
+0000242731 00000 n
+0000239727 00000 n
+0000243693 00000 n
+0000242904 00000 n
+0000243061 00000 n
+0000243219 00000 n
+0000243377 00000 n
+0000243535 00000 n
+0001326294 00000 n
+0000247637 00000 n
+0000247043 00000 n
+0000244083 00000 n
+0000247506 00000 n
+0000247189 00000 n
+0000247346 00000 n
+0000252052 00000 n
+0000250459 00000 n
+0000247767 00000 n
+0000251594 00000 n
+0000251724 00000 n
+0000250641 00000 n
+0000251790 00000 n
+0000250798 00000 n
+0000251856 00000 n
+0000250956 00000 n
+0000251114 00000 n
+0000251279 00000 n
+0000251437 00000 n
+0001075832 00000 n
+0000255198 00000 n
+0000254640 00000 n
+0000252182 00000 n
+0000254938 00000 n
+0000254777 00000 n
+0001074318 00000 n
+0000257969 00000 n
+0000257471 00000 n
+0000255314 00000 n
+0000257773 00000 n
+0000257608 00000 n
+0000260213 00000 n
+0000259837 00000 n
+0000258085 00000 n
+0000259953 00000 n
+0000263114 00000 n
+0000262617 00000 n
+0000260329 00000 n
+0000262919 00000 n
+0000262754 00000 n
+0001326419 00000 n
+0000265975 00000 n
+0000265155 00000 n
+0000263244 00000 n
+0000265781 00000 n
+0000265310 00000 n
+0000265466 00000 n
+0000265624 00000 n
+0000269607 00000 n
+0000268940 00000 n
+0000266091 00000 n
+0000269411 00000 n
+0000269086 00000 n
+0000269255 00000 n
+0001075700 00000 n
+0000273034 00000 n
+0000271939 00000 n
+0000269764 00000 n
+0000272903 00000 n
+0000272112 00000 n
+0000272267 00000 n
+0000272422 00000 n
+0000272580 00000 n
+0000272745 00000 n
+0000275674 00000 n
+0000275247 00000 n
+0000273164 00000 n
+0000275543 00000 n
+0001148711 00000 n
+0001145611 00000 n
+0001148546 00000 n
+0000275384 00000 n
+0000278599 00000 n
+0000278352 00000 n
+0000275845 00000 n
+0000278468 00000 n
+0000282147 00000 n
+0000281260 00000 n
+0000278742 00000 n
+0000281886 00000 n
+0000281415 00000 n
+0000281572 00000 n
+0000281728 00000 n
+0001326544 00000 n
+0000285966 00000 n
+0000284895 00000 n
+0000282290 00000 n
+0000285705 00000 n
+0000285059 00000 n
+0000285217 00000 n
+0000285383 00000 n
+0000285541 00000 n
+0000290108 00000 n
+0000288708 00000 n
+0000286096 00000 n
+0000289848 00000 n
+0000288890 00000 n
+0000289045 00000 n
+0000289203 00000 n
+0000289368 00000 n
+0000289525 00000 n
+0000289683 00000 n
+0000291183 00000 n
+0000291001 00000 n
+0000290252 00000 n
+0000291117 00000 n
+0000293332 00000 n
+0000292842 00000 n
+0000291285 00000 n
+0000293137 00000 n
+0000292979 00000 n
+0000297206 00000 n
+0000296314 00000 n
+0000293434 00000 n
+0000296946 00000 n
+0000296469 00000 n
+0000296622 00000 n
+0000296781 00000 n
+0001085315 00000 n
+0001075766 00000 n
+0000301077 00000 n
+0000299843 00000 n
+0000297363 00000 n
+0000300486 00000 n
+0000299998 00000 n
+0000300167 00000 n
+0000300747 00000 n
+0000300813 00000 n
+0000300328 00000 n
+0000300879 00000 n
+0000300945 00000 n
+0000301011 00000 n
+0001326669 00000 n
+0000305201 00000 n
+0000303911 00000 n
+0000301207 00000 n
+0000304875 00000 n
+0000304941 00000 n
+0000305006 00000 n
+0000304084 00000 n
+0000304241 00000 n
+0000304401 00000 n
+0000304559 00000 n
+0000304716 00000 n
+0001075305 00000 n
+0000307884 00000 n
+0000307391 00000 n
+0000305344 00000 n
+0000307688 00000 n
+0000307528 00000 n
+0001075502 00000 n
+0000309968 00000 n
+0000309722 00000 n
+0000308014 00000 n
+0000309838 00000 n
+0000313162 00000 n
+0000312274 00000 n
+0000310070 00000 n
+0000312902 00000 n
+0000312429 00000 n
+0000312586 00000 n
+0000312744 00000 n
+0000316368 00000 n
+0000315711 00000 n
+0000313306 00000 n
+0000316172 00000 n
+0000315857 00000 n
+0000316015 00000 n
+0000319505 00000 n
+0000318776 00000 n
+0000316526 00000 n
+0000319244 00000 n
+0000318922 00000 n
+0000319080 00000 n
+0001326794 00000 n
+0000322724 00000 n
+0000322477 00000 n
+0000319635 00000 n
+0000322593 00000 n
+0000325314 00000 n
+0000324888 00000 n
+0000322854 00000 n
+0000325183 00000 n
+0000325025 00000 n
+0000328460 00000 n
+0000327740 00000 n
+0000325430 00000 n
+0000328200 00000 n
+0000327886 00000 n
+0000328043 00000 n
+0000331902 00000 n
+0000331213 00000 n
+0000328590 00000 n
+0000331508 00000 n
+0000331350 00000 n
+0000331704 00000 n
+0000331770 00000 n
+0000331836 00000 n
+0000335171 00000 n
+0000334418 00000 n
+0000332032 00000 n
+0000334712 00000 n
+0000334778 00000 n
+0000334844 00000 n
+0000334909 00000 n
+0000334975 00000 n
+0000334555 00000 n
+0000338080 00000 n
+0000337833 00000 n
+0000335314 00000 n
+0000337949 00000 n
+0001326919 00000 n
+0000340611 00000 n
+0000340014 00000 n
+0000338237 00000 n
+0000340481 00000 n
+0000340160 00000 n
+0000340324 00000 n
+0000344667 00000 n
+0000343572 00000 n
+0000340727 00000 n
+0000344537 00000 n
+0000343745 00000 n
+0000343904 00000 n
+0000344063 00000 n
+0000344221 00000 n
+0000344379 00000 n
+0001074648 00000 n
+0000347731 00000 n
+0000347046 00000 n
+0000344825 00000 n
+0000347341 00000 n
+0000347183 00000 n
+0000349963 00000 n
+0000349716 00000 n
+0000347861 00000 n
+0000349832 00000 n
+0000352576 00000 n
+0000351986 00000 n
+0000350079 00000 n
+0000352445 00000 n
+0000352132 00000 n
+0000352290 00000 n
+0001074844 00000 n
+0000355179 00000 n
+0000354257 00000 n
+0000352706 00000 n
+0000354721 00000 n
+0000354851 00000 n
+0000354917 00000 n
+0000354983 00000 n
+0000354403 00000 n
+0000354563 00000 n
+0001327044 00000 n
+0000358864 00000 n
+0000357707 00000 n
+0000355281 00000 n
+0000358668 00000 n
+0000357880 00000 n
+0000358038 00000 n
+0000358194 00000 n
+0000358352 00000 n
+0000358510 00000 n
+0000362064 00000 n
+0000361241 00000 n
+0000358994 00000 n
+0000361869 00000 n
+0000361396 00000 n
+0000361553 00000 n
+0000361711 00000 n
+0000366045 00000 n
+0000364683 00000 n
+0000362194 00000 n
+0000365655 00000 n
+0000364856 00000 n
+0000365019 00000 n
+0000365183 00000 n
+0000365341 00000 n
+0000365498 00000 n
+0000369776 00000 n
+0000368880 00000 n
+0000366175 00000 n
+0000369516 00000 n
+0000369035 00000 n
+0000369193 00000 n
+0000369351 00000 n
+0000372305 00000 n
+0000371880 00000 n
+0000369906 00000 n
+0000372174 00000 n
+0000372017 00000 n
+0000373473 00000 n
+0000373291 00000 n
+0000372448 00000 n
+0000373407 00000 n
+0001327169 00000 n
+0000375744 00000 n
+0000375368 00000 n
+0000373575 00000 n
+0000375484 00000 n
+0000378938 00000 n
+0000378450 00000 n
+0000375860 00000 n
+0000378744 00000 n
+0000378587 00000 n
+0000382373 00000 n
+0000381948 00000 n
+0000379094 00000 n
+0000382242 00000 n
+0000382085 00000 n
+0000386410 00000 n
+0000384966 00000 n
+0000382517 00000 n
+0000386085 00000 n
+0000385148 00000 n
+0000385304 00000 n
+0000385461 00000 n
+0000385617 00000 n
+0000385773 00000 n
+0000385928 00000 n
+0000389401 00000 n
+0000389089 00000 n
+0000386540 00000 n
+0000389205 00000 n
+0000392816 00000 n
+0000392092 00000 n
+0000389531 00000 n
+0000392555 00000 n
+0000392238 00000 n
+0000392396 00000 n
+0001327294 00000 n
+0001075568 00000 n
+0000396204 00000 n
+0000395585 00000 n
+0000392972 00000 n
+0000395880 00000 n
+0001145155 00000 n
+0001143459 00000 n
+0001144992 00000 n
+0000395722 00000 n
+0000397834 00000 n
+0000397588 00000 n
+0000396402 00000 n
+0000397704 00000 n
+0000399630 00000 n
+0000399384 00000 n
+0000397978 00000 n
+0000399500 00000 n
+0000402522 00000 n
+0000402211 00000 n
+0000399746 00000 n
+0000402327 00000 n
+0000406227 00000 n
+0000405301 00000 n
+0000402652 00000 n
+0000406096 00000 n
+0000405465 00000 n
+0000405622 00000 n
+0000405780 00000 n
+0000405938 00000 n
+0000409371 00000 n
+0000408881 00000 n
+0000406370 00000 n
+0000409175 00000 n
+0000409018 00000 n
+0001327419 00000 n
+0000411891 00000 n
+0000411399 00000 n
+0000409501 00000 n
+0000411696 00000 n
+0000411536 00000 n
+0000415020 00000 n
+0000414580 00000 n
+0000412021 00000 n
+0000414696 00000 n
+0000418268 00000 n
+0000417956 00000 n
+0000415176 00000 n
+0000418072 00000 n
+0000421303 00000 n
+0000420703 00000 n
+0000418398 00000 n
+0000421172 00000 n
+0000420849 00000 n
+0000421008 00000 n
+0000425044 00000 n
+0000424156 00000 n
+0000421460 00000 n
+0000424784 00000 n
+0000424311 00000 n
+0001138968 00000 n
+0001120002 00000 n
+0001138803 00000 n
+0000424469 00000 n
+0000424627 00000 n
+0000428682 00000 n
+0000427787 00000 n
+0000425227 00000 n
+0000428421 00000 n
+0000427942 00000 n
+0000428099 00000 n
+0000428256 00000 n
+0001327544 00000 n
+0000431122 00000 n
+0000430875 00000 n
+0000428812 00000 n
+0000430991 00000 n
+0000433403 00000 n
+0000433092 00000 n
+0000431238 00000 n
+0000433208 00000 n
+0000435596 00000 n
+0000435284 00000 n
+0000433533 00000 n
+0000435400 00000 n
+0000438812 00000 n
+0000438219 00000 n
+0000435726 00000 n
+0000438681 00000 n
+0000438365 00000 n
+0000438522 00000 n
+0000440994 00000 n
+0000440747 00000 n
+0000438942 00000 n
+0000440863 00000 n
+0000444007 00000 n
+0000443221 00000 n
+0000441110 00000 n
+0000443682 00000 n
+0000443367 00000 n
+0000443524 00000 n
+0001327669 00000 n
+0000446274 00000 n
+0000445833 00000 n
+0000444123 00000 n
+0000445949 00000 n
+0000447268 00000 n
+0000447086 00000 n
+0000446390 00000 n
+0000447202 00000 n
+0000449521 00000 n
+0000449031 00000 n
+0000447370 00000 n
+0000449326 00000 n
+0000449168 00000 n
+0000453642 00000 n
+0000452309 00000 n
+0000449623 00000 n
+0000453446 00000 n
+0000452491 00000 n
+0000452648 00000 n
+0000452805 00000 n
+0000452962 00000 n
+0000453120 00000 n
+0000453283 00000 n
+0000456984 00000 n
+0000456494 00000 n
+0000453772 00000 n
+0000456788 00000 n
+0000456631 00000 n
+0000460218 00000 n
+0000459555 00000 n
+0000457114 00000 n
+0000460023 00000 n
+0000459701 00000 n
+0000459866 00000 n
+0001327794 00000 n
+0000462450 00000 n
+0000462139 00000 n
+0000460348 00000 n
+0000462255 00000 n
+0000466098 00000 n
+0000464939 00000 n
+0000462566 00000 n
+0000465572 00000 n
+0000465703 00000 n
+0000465769 00000 n
+0000465835 00000 n
+0000465901 00000 n
+0000465967 00000 n
+0000465094 00000 n
+0000465256 00000 n
+0000465414 00000 n
+0000469673 00000 n
+0000469015 00000 n
+0000466228 00000 n
+0000469477 00000 n
+0000469161 00000 n
+0000469319 00000 n
+0000472496 00000 n
+0000472184 00000 n
+0000469803 00000 n
+0000472300 00000 n
+0000474695 00000 n
+0000474448 00000 n
+0000472626 00000 n
+0000474564 00000 n
+0000477342 00000 n
+0000476686 00000 n
+0000474811 00000 n
+0000477147 00000 n
+0000476832 00000 n
+0000476989 00000 n
+0001327919 00000 n
+0000479876 00000 n
+0000479629 00000 n
+0000477472 00000 n
+0000479745 00000 n
+0000483236 00000 n
+0000482739 00000 n
+0000480019 00000 n
+0000483041 00000 n
+0000482876 00000 n
+0000486223 00000 n
+0000485439 00000 n
+0000483394 00000 n
+0000485898 00000 n
+0000485585 00000 n
+0000485742 00000 n
+0000489256 00000 n
+0000488945 00000 n
+0000486366 00000 n
+0000489061 00000 n
+0000492133 00000 n
+0000491304 00000 n
+0000489400 00000 n
+0000491937 00000 n
+0000491459 00000 n
+0000491624 00000 n
+0000491782 00000 n
+0001084985 00000 n
+0001085645 00000 n
+0000494948 00000 n
+0000494346 00000 n
+0000492249 00000 n
+0000494817 00000 n
+0000494492 00000 n
+0000494657 00000 n
+0001328044 00000 n
+0000497079 00000 n
+0000496832 00000 n
+0000495064 00000 n
+0000496948 00000 n
+0000499607 00000 n
+0000499113 00000 n
+0000497195 00000 n
+0000499412 00000 n
+0000499250 00000 n
+0001085777 00000 n
+0000501939 00000 n
+0000501757 00000 n
+0000499723 00000 n
+0000501873 00000 n
+0000503078 00000 n
+0000502896 00000 n
+0000502041 00000 n
+0000503012 00000 n
+0000505050 00000 n
+0000504674 00000 n
+0000503180 00000 n
+0000504790 00000 n
+0000508066 00000 n
+0000507754 00000 n
+0000505166 00000 n
+0000507870 00000 n
+0001328169 00000 n
+0000510947 00000 n
+0000510347 00000 n
+0000508209 00000 n
+0000510816 00000 n
+0000510493 00000 n
+0000510658 00000 n
+0000513744 00000 n
+0000513086 00000 n
+0000511077 00000 n
+0000513548 00000 n
+0000513232 00000 n
+0000513391 00000 n
+0001084589 00000 n
+0000517245 00000 n
+0000516250 00000 n
+0000513874 00000 n
+0000517049 00000 n
+0000516414 00000 n
+0000516578 00000 n
+0000516736 00000 n
+0000516894 00000 n
+0000520407 00000 n
+0000519743 00000 n
+0000517375 00000 n
+0000520211 00000 n
+0000519889 00000 n
+0000520053 00000 n
+0000523407 00000 n
+0000522643 00000 n
+0000520551 00000 n
+0000523276 00000 n
+0000522798 00000 n
+0000522956 00000 n
+0000523116 00000 n
+0000526997 00000 n
+0000526442 00000 n
+0000523523 00000 n
+0000526737 00000 n
+0000526579 00000 n
+0001328294 00000 n
+0000530020 00000 n
+0000529522 00000 n
+0000527127 00000 n
+0000529824 00000 n
+0000529659 00000 n
+0000532941 00000 n
+0000532275 00000 n
+0000530164 00000 n
+0000532745 00000 n
+0000532421 00000 n
+0000532586 00000 n
+0000535532 00000 n
+0000535106 00000 n
+0000533071 00000 n
+0000535401 00000 n
+0000535243 00000 n
+0000537876 00000 n
+0000537564 00000 n
+0000535648 00000 n
+0000537680 00000 n
+0000540158 00000 n
+0000539911 00000 n
+0000537992 00000 n
+0000540027 00000 n
+0000543121 00000 n
+0000542530 00000 n
+0000540288 00000 n
+0000542990 00000 n
+0000542676 00000 n
+0000542833 00000 n
+0001328419 00000 n
+0000544491 00000 n
+0000543727 00000 n
+0000543251 00000 n
+0000544361 00000 n
+0000543882 00000 n
+0000544037 00000 n
+0000544203 00000 n
+0001074910 00000 n
+0001075239 00000 n
+0001084655 00000 n
+0000546296 00000 n
+0000545985 00000 n
+0000544593 00000 n
+0000546101 00000 n
+0000549189 00000 n
+0000548812 00000 n
+0000546412 00000 n
+0000548928 00000 n
+0000552206 00000 n
+0000551717 00000 n
+0000549332 00000 n
+0000552011 00000 n
+0000551854 00000 n
+0000555601 00000 n
+0000554345 00000 n
+0000552349 00000 n
+0000555143 00000 n
+0000554509 00000 n
+0000554665 00000 n
+0000554821 00000 n
+0000554978 00000 n
+0000558637 00000 n
+0000557979 00000 n
+0000555785 00000 n
+0000558441 00000 n
+0000558125 00000 n
+0000558283 00000 n
+0001328544 00000 n
+0000561345 00000 n
+0000561097 00000 n
+0000558781 00000 n
+0000561213 00000 n
+0000564660 00000 n
+0000564281 00000 n
+0000561488 00000 n
+0000564397 00000 n
+0000567254 00000 n
+0000567006 00000 n
+0000564790 00000 n
+0000567122 00000 n
+0000570497 00000 n
+0000570063 00000 n
+0000567398 00000 n
+0000570365 00000 n
+0000570200 00000 n
+0000573382 00000 n
+0000572827 00000 n
+0000570627 00000 n
+0000573119 00000 n
+0000572964 00000 n
+0000575906 00000 n
+0000575548 00000 n
+0000573512 00000 n
+0000575840 00000 n
+0000575685 00000 n
+0001328669 00000 n
+0000577477 00000 n
+0000577295 00000 n
+0000576008 00000 n
+0000577411 00000 n
+0000579670 00000 n
+0000579291 00000 n
+0000577593 00000 n
+0000579407 00000 n
+0000583983 00000 n
+0000582320 00000 n
+0000579800 00000 n
+0000583785 00000 n
+0000582520 00000 n
+0000582685 00000 n
+0000582843 00000 n
+0000583000 00000 n
+0000583155 00000 n
+0000583312 00000 n
+0000583470 00000 n
+0000583627 00000 n
+0000586367 00000 n
+0000586054 00000 n
+0000584140 00000 n
+0000586170 00000 n
+0000588546 00000 n
+0000588298 00000 n
+0000586483 00000 n
+0000588414 00000 n
+0000589350 00000 n
+0000589168 00000 n
+0000588662 00000 n
+0000589284 00000 n
+0001328794 00000 n
+0000591517 00000 n
+0000591204 00000 n
+0000589452 00000 n
+0000591320 00000 n
+0000593774 00000 n
+0000593592 00000 n
+0000591633 00000 n
+0000593708 00000 n
+0000596755 00000 n
+0000596262 00000 n
+0000593890 00000 n
+0000596557 00000 n
+0000596399 00000 n
+0000599210 00000 n
+0000598779 00000 n
+0000596885 00000 n
+0000599078 00000 n
+0000598916 00000 n
+0001085975 00000 n
+0000601196 00000 n
+0000600883 00000 n
+0000599326 00000 n
+0000600999 00000 n
+0000604664 00000 n
+0000603874 00000 n
+0000601312 00000 n
+0000604336 00000 n
+0000604020 00000 n
+0000604178 00000 n
+0001328919 00000 n
+0000607422 00000 n
+0000606800 00000 n
+0000604794 00000 n
+0000607092 00000 n
+0000606937 00000 n
+0001074713 00000 n
+0000610159 00000 n
+0000609735 00000 n
+0000607552 00000 n
+0000610027 00000 n
+0000609872 00000 n
+0001074779 00000 n
+0000611898 00000 n
+0000611716 00000 n
+0000610275 00000 n
+0000611832 00000 n
+0000614415 00000 n
+0000613583 00000 n
+0000612000 00000 n
+0000614218 00000 n
+0000613738 00000 n
+0000613895 00000 n
+0000614060 00000 n
+0000617505 00000 n
+0000616716 00000 n
+0000614531 00000 n
+0000617176 00000 n
+0000616862 00000 n
+0000617019 00000 n
+0000620727 00000 n
+0000620097 00000 n
+0000617635 00000 n
+0000620398 00000 n
+0000620234 00000 n
+0001329044 00000 n
+0000622147 00000 n
+0000621724 00000 n
+0000620843 00000 n
+0000622016 00000 n
+0000621861 00000 n
+0001085579 00000 n
+0000624700 00000 n
+0000624255 00000 n
+0000622263 00000 n
+0000624371 00000 n
+0000626859 00000 n
+0000626677 00000 n
+0000624802 00000 n
+0000626793 00000 n
+0000630229 00000 n
+0000629672 00000 n
+0000627002 00000 n
+0000629966 00000 n
+0000629809 00000 n
+0000632810 00000 n
+0000632497 00000 n
+0000630413 00000 n
+0000632613 00000 n
+0000635619 00000 n
+0000634725 00000 n
+0000632940 00000 n
+0000635356 00000 n
+0000634880 00000 n
+0000635037 00000 n
+0000635192 00000 n
+0001329169 00000 n
+0000638259 00000 n
+0000637834 00000 n
+0000635735 00000 n
+0000638128 00000 n
+0000637971 00000 n
+0000642190 00000 n
+0000641019 00000 n
+0000638361 00000 n
+0000641992 00000 n
+0000641192 00000 n
+0000641352 00000 n
+0000641516 00000 n
+0000641674 00000 n
+0000641836 00000 n
+0001084326 00000 n
+0000646577 00000 n
+0000645254 00000 n
+0000642361 00000 n
+0000646049 00000 n
+0000645418 00000 n
+0000646181 00000 n
+0000646247 00000 n
+0000645575 00000 n
+0000646313 00000 n
+0000646379 00000 n
+0000645732 00000 n
+0000646445 00000 n
+0000645890 00000 n
+0000650587 00000 n
+0000649593 00000 n
+0000646760 00000 n
+0000650389 00000 n
+0000649757 00000 n
+0000649915 00000 n
+0000650072 00000 n
+0000650231 00000 n
+0000653560 00000 n
+0000653001 00000 n
+0000650717 00000 n
+0000653296 00000 n
+0000653138 00000 n
+0000656883 00000 n
+0000656391 00000 n
+0000653703 00000 n
+0000656686 00000 n
+0000656528 00000 n
+0001329294 00000 n
+0000660834 00000 n
+0000659603 00000 n
+0000657027 00000 n
+0000660571 00000 n
+0000659776 00000 n
+0000659933 00000 n
+0000660091 00000 n
+0000660248 00000 n
+0000660407 00000 n
+0001084919 00000 n
+0001074516 00000 n
+0001084523 00000 n
+0001084392 00000 n
+0000663973 00000 n
+0000663416 00000 n
+0000660964 00000 n
+0000663709 00000 n
+0000663553 00000 n
+0000666882 00000 n
+0000666455 00000 n
+0000664103 00000 n
+0000666750 00000 n
+0000666592 00000 n
+0000668074 00000 n
+0000667713 00000 n
+0000667012 00000 n
+0000668008 00000 n
+0000667850 00000 n
+0000670425 00000 n
+0000670046 00000 n
+0000668190 00000 n
+0000670162 00000 n
+0000673761 00000 n
+0000672981 00000 n
+0000670568 00000 n
+0000673630 00000 n
+0000673136 00000 n
+0000673300 00000 n
+0000673465 00000 n
+0001329419 00000 n
+0000675988 00000 n
+0000675740 00000 n
+0000673918 00000 n
+0000675856 00000 n
+0000678496 00000 n
+0000678116 00000 n
+0000676104 00000 n
+0000678232 00000 n
+0000681114 00000 n
+0000680622 00000 n
+0000678639 00000 n
+0000680916 00000 n
+0000680759 00000 n
+0001075108 00000 n
+0000683042 00000 n
+0000682795 00000 n
+0000681244 00000 n
+0000682911 00000 n
+0000686427 00000 n
+0000685767 00000 n
+0000683144 00000 n
+0000686230 00000 n
+0000685913 00000 n
+0000686072 00000 n
+0000690023 00000 n
+0000689464 00000 n
+0000686584 00000 n
+0000689759 00000 n
+0000689601 00000 n
+0001329544 00000 n
+0000693422 00000 n
+0000692759 00000 n
+0000690180 00000 n
+0000693224 00000 n
+0000692905 00000 n
+0000693064 00000 n
+0000696750 00000 n
+0000696157 00000 n
+0000693552 00000 n
+0000696618 00000 n
+0000696303 00000 n
+0000696461 00000 n
+0000697540 00000 n
+0000697358 00000 n
+0000696907 00000 n
+0000697474 00000 n
+0000699914 00000 n
+0000699422 00000 n
+0000697655 00000 n
+0000699717 00000 n
+0000699559 00000 n
+0000702826 00000 n
+0000702514 00000 n
+0000700016 00000 n
+0000702630 00000 n
+0000705843 00000 n
+0000705218 00000 n
+0000702969 00000 n
+0000705514 00000 n
+0000705355 00000 n
+0001329669 00000 n
+0000707587 00000 n
+0000707209 00000 n
+0000705959 00000 n
+0000707325 00000 n
+0000709429 00000 n
+0000709182 00000 n
+0000707703 00000 n
+0000709298 00000 n
+0000712244 00000 n
+0000711752 00000 n
+0000709531 00000 n
+0000712047 00000 n
+0000711889 00000 n
+0000715128 00000 n
+0000714814 00000 n
+0000712374 00000 n
+0000714930 00000 n
+0000719228 00000 n
+0000718271 00000 n
+0000715286 00000 n
+0000718568 00000 n
+0000718408 00000 n
+0000718700 00000 n
+0000718766 00000 n
+0000718832 00000 n
+0000718898 00000 n
+0000718964 00000 n
+0000719030 00000 n
+0000719096 00000 n
+0000719162 00000 n
+0000722058 00000 n
+0000721560 00000 n
+0000719399 00000 n
+0000721861 00000 n
+0000721697 00000 n
+0001119691 00000 n
+0001117762 00000 n
+0001119528 00000 n
+0001329794 00000 n
+0000725704 00000 n
+0000725206 00000 n
+0000722310 00000 n
+0000725506 00000 n
+0000725343 00000 n
+0000729213 00000 n
+0000728322 00000 n
+0000725875 00000 n
+0000728949 00000 n
+0000728477 00000 n
+0000728632 00000 n
+0000728792 00000 n
+0000732541 00000 n
+0000732227 00000 n
+0000729356 00000 n
+0000732343 00000 n
+0000736180 00000 n
+0000734593 00000 n
+0000732698 00000 n
+0000735062 00000 n
+0000734739 00000 n
+0000734903 00000 n
+0000735257 00000 n
+0000735323 00000 n
+0000735389 00000 n
+0000735455 00000 n
+0000735521 00000 n
+0000735587 00000 n
+0000735652 00000 n
+0000735718 00000 n
+0000735784 00000 n
+0000735850 00000 n
+0000735916 00000 n
+0000735982 00000 n
+0000736048 00000 n
+0000736114 00000 n
+0001074384 00000 n
+0000739144 00000 n
+0000738437 00000 n
+0000736296 00000 n
+0000738553 00000 n
+0000738619 00000 n
+0000738749 00000 n
+0000738815 00000 n
+0000738881 00000 n
+0000738946 00000 n
+0000739012 00000 n
+0000741399 00000 n
+0000741086 00000 n
+0000739300 00000 n
+0000741202 00000 n
+0001329919 00000 n
+0000745081 00000 n
+0000744254 00000 n
+0000741515 00000 n
+0000744883 00000 n
+0000744409 00000 n
+0000744569 00000 n
+0000744726 00000 n
+0000748432 00000 n
+0000748118 00000 n
+0000745238 00000 n
+0000748234 00000 n
+0000750844 00000 n
+0000750465 00000 n
+0000748562 00000 n
+0000750581 00000 n
+0000752975 00000 n
+0000752728 00000 n
+0000750987 00000 n
+0000752844 00000 n
+0000755109 00000 n
+0000754730 00000 n
+0000753091 00000 n
+0000754846 00000 n
+0000757891 00000 n
+0000757333 00000 n
+0000755211 00000 n
+0000757628 00000 n
+0000757470 00000 n
+0001330044 00000 n
+0000760886 00000 n
+0000760506 00000 n
+0000758021 00000 n
+0000760622 00000 n
+0000763762 00000 n
+0000763384 00000 n
+0000761057 00000 n
+0000763500 00000 n
+0000766513 00000 n
+0000766199 00000 n
+0000763878 00000 n
+0000766315 00000 n
+0000769497 00000 n
+0000769183 00000 n
+0000766643 00000 n
+0000769299 00000 n
+0000772249 00000 n
+0000772001 00000 n
+0000769627 00000 n
+0000772117 00000 n
+0000775257 00000 n
+0000774943 00000 n
+0000772379 00000 n
+0000775059 00000 n
+0001330169 00000 n
+0000777294 00000 n
+0000777112 00000 n
+0000775401 00000 n
+0000777228 00000 n
+0000779577 00000 n
+0000779198 00000 n
+0000777396 00000 n
+0000779314 00000 n
+0000782631 00000 n
+0000782383 00000 n
+0000779707 00000 n
+0000782499 00000 n
+0000784686 00000 n
+0000784439 00000 n
+0000782747 00000 n
+0000784555 00000 n
+0000788129 00000 n
+0000787572 00000 n
+0000784801 00000 n
+0000787866 00000 n
+0000787709 00000 n
+0000791364 00000 n
+0000790800 00000 n
+0000788285 00000 n
+0000791100 00000 n
+0000790937 00000 n
+0001330294 00000 n
+0000794657 00000 n
+0000794234 00000 n
+0000791494 00000 n
+0000794526 00000 n
+0000794371 00000 n
+0000798257 00000 n
+0000797566 00000 n
+0000794814 00000 n
+0000797861 00000 n
+0000797927 00000 n
+0000797993 00000 n
+0000798059 00000 n
+0000798125 00000 n
+0000797703 00000 n
+0000801013 00000 n
+0000800634 00000 n
+0000798428 00000 n
+0000800750 00000 n
+0000802771 00000 n
+0000802589 00000 n
+0000801143 00000 n
+0000802705 00000 n
+0000804183 00000 n
+0000803936 00000 n
+0000802873 00000 n
+0000804052 00000 n
+0000806428 00000 n
+0000806116 00000 n
+0000804299 00000 n
+0000806232 00000 n
+0001330419 00000 n
+0000809898 00000 n
+0000809471 00000 n
+0000806557 00000 n
+0000809766 00000 n
+0000809608 00000 n
+0000812751 00000 n
+0000812323 00000 n
+0000810069 00000 n
+0000812619 00000 n
+0000812460 00000 n
+0000815790 00000 n
+0000815165 00000 n
+0000812881 00000 n
+0000815460 00000 n
+0000815302 00000 n
+0000818573 00000 n
+0000818260 00000 n
+0000815919 00000 n
+0000818376 00000 n
+0000820187 00000 n
+0000819595 00000 n
+0000818689 00000 n
+0000820055 00000 n
+0000819741 00000 n
+0000819898 00000 n
+0001085051 00000 n
+0001085117 00000 n
+0000822267 00000 n
+0000821955 00000 n
+0000820303 00000 n
+0000822071 00000 n
+0001330544 00000 n
+0000825320 00000 n
+0000824826 00000 n
+0000822383 00000 n
+0000825122 00000 n
+0000824963 00000 n
+0000829135 00000 n
+0000828557 00000 n
+0000825464 00000 n
+0000828673 00000 n
+0000828805 00000 n
+0000828871 00000 n
+0000828937 00000 n
+0000829003 00000 n
+0000829069 00000 n
+0000832323 00000 n
+0000831945 00000 n
+0000829292 00000 n
+0000832061 00000 n
+0000832127 00000 n
+0000833947 00000 n
+0000833588 00000 n
+0000832439 00000 n
+0000833881 00000 n
+0000833725 00000 n
+0001085183 00000 n
+0000836228 00000 n
+0000835915 00000 n
+0000834076 00000 n
+0000836031 00000 n
+0000839053 00000 n
+0000838675 00000 n
+0000836358 00000 n
+0000838791 00000 n
+0001330669 00000 n
+0000842449 00000 n
+0000841783 00000 n
+0000839183 00000 n
+0000842251 00000 n
+0000841929 00000 n
+0000842086 00000 n
+0000845635 00000 n
+0000845009 00000 n
+0000842579 00000 n
+0000845306 00000 n
+0000845146 00000 n
+0000848559 00000 n
+0000848002 00000 n
+0000845765 00000 n
+0000848296 00000 n
+0000848139 00000 n
+0000849456 00000 n
+0000849274 00000 n
+0000848703 00000 n
+0000849390 00000 n
+0000851704 00000 n
+0000851212 00000 n
+0000849558 00000 n
+0000851507 00000 n
+0000851349 00000 n
+0000854865 00000 n
+0000854075 00000 n
+0000851806 00000 n
+0000854536 00000 n
+0000854221 00000 n
+0000854799 00000 n
+0000854378 00000 n
+0001330794 00000 n
+0000857201 00000 n
+0000856410 00000 n
+0000854995 00000 n
+0000856872 00000 n
+0000856938 00000 n
+0000856556 00000 n
+0000857003 00000 n
+0000856714 00000 n
+0000857069 00000 n
+0000857135 00000 n
+0000859460 00000 n
+0000859081 00000 n
+0000857303 00000 n
+0000859197 00000 n
+0000863127 00000 n
+0000862236 00000 n
+0000859562 00000 n
+0000862864 00000 n
+0000862391 00000 n
+0000862546 00000 n
+0000862704 00000 n
+0000864906 00000 n
+0000864724 00000 n
+0000863243 00000 n
+0000864840 00000 n
+0000867549 00000 n
+0000866980 00000 n
+0000865008 00000 n
+0000867286 00000 n
+0000867117 00000 n
+0000870631 00000 n
+0000870251 00000 n
+0000867679 00000 n
+0000870367 00000 n
+0001330919 00000 n
+0000876115 00000 n
+0000873724 00000 n
+0000870747 00000 n
+0000875852 00000 n
+0000873960 00000 n
+0000874114 00000 n
+0000874269 00000 n
+0000874424 00000 n
+0000874579 00000 n
+0000874734 00000 n
+0000874889 00000 n
+0000875044 00000 n
+0000875208 00000 n
+0000875371 00000 n
+0000875536 00000 n
+0000875696 00000 n
+0000880940 00000 n
+0000879314 00000 n
+0000876272 00000 n
+0000880611 00000 n
+0000879505 00000 n
+0000879662 00000 n
+0000879827 00000 n
+0000879984 00000 n
+0000880143 00000 n
+0000880299 00000 n
+0000880454 00000 n
+0001084457 00000 n
+0001084787 00000 n
+0001084721 00000 n
+0001074582 00000 n
+0001085381 00000 n
+0001085447 00000 n
+0000885200 00000 n
+0000883639 00000 n
+0000881070 00000 n
+0000884936 00000 n
+0000883830 00000 n
+0000883987 00000 n
+0000884146 00000 n
+0000884300 00000 n
+0000884458 00000 n
+0000884614 00000 n
+0000884767 00000 n
+0001085909 00000 n
+0001084853 00000 n
+0001075173 00000 n
+0001074450 00000 n
+0001075042 00000 n
+0001074976 00000 n
+0000888668 00000 n
+0000888290 00000 n
+0000885344 00000 n
+0000888406 00000 n
+0000892714 00000 n
+0000891410 00000 n
+0000888812 00000 n
+0000892385 00000 n
+0000891583 00000 n
+0000891751 00000 n
+0000891908 00000 n
+0000892066 00000 n
+0000892226 00000 n
+0001084261 00000 n
+0000896745 00000 n
+0000895930 00000 n
+0000892844 00000 n
+0000896549 00000 n
+0000896085 00000 n
+0000896239 00000 n
+0000896395 00000 n
+0001331044 00000 n
+0001085843 00000 n
+0001085711 00000 n
+0000900634 00000 n
+0000899803 00000 n
+0000896861 00000 n
+0000900436 00000 n
+0000899958 00000 n
+0000900115 00000 n
+0000900277 00000 n
+0001075634 00000 n
+0001075437 00000 n
+0001085249 00000 n
+0000901368 00000 n
+0000901186 00000 n
+0000900750 00000 n
+0000901302 00000 n
+0000903962 00000 n
+0000903535 00000 n
+0000901470 00000 n
+0000903831 00000 n
+0000903672 00000 n
+0000906894 00000 n
+0000906400 00000 n
+0000904078 00000 n
+0000906696 00000 n
+0000906537 00000 n
+0000909538 00000 n
+0000909356 00000 n
+0000907038 00000 n
+0000909472 00000 n
+0000911636 00000 n
+0000911388 00000 n
+0000909680 00000 n
+0000911504 00000 n
+0001331169 00000 n
+0000912469 00000 n
+0000912287 00000 n
+0000911752 00000 n
+0000912403 00000 n
+0000914907 00000 n
+0000914416 00000 n
+0000912571 00000 n
+0000914710 00000 n
+0000914553 00000 n
+0000918516 00000 n
+0000917951 00000 n
+0000915022 00000 n
+0000918253 00000 n
+0000918088 00000 n
+0000921786 00000 n
+0000921031 00000 n
+0000918646 00000 n
+0000921324 00000 n
+0000921168 00000 n
+0000925617 00000 n
+0000924422 00000 n
+0000921915 00000 n
+0000925222 00000 n
+0000924586 00000 n
+0000924743 00000 n
+0000924900 00000 n
+0000925057 00000 n
+0001085513 00000 n
+0000926887 00000 n
+0000926574 00000 n
+0000925732 00000 n
+0000926690 00000 n
+0001331294 00000 n
+0000929301 00000 n
+0000928809 00000 n
+0000927003 00000 n
+0000929105 00000 n
+0000928946 00000 n
+0001074252 00000 n
+0000932633 00000 n
+0000932007 00000 n
+0000929443 00000 n
+0000932304 00000 n
+0000932144 00000 n
+0000936112 00000 n
+0000935210 00000 n
+0000932789 00000 n
+0000935849 00000 n
+0000935365 00000 n
+0000935523 00000 n
+0000935682 00000 n
+0001075371 00000 n
+0000939068 00000 n
+0000937870 00000 n
+0000936242 00000 n
+0000939002 00000 n
+0000938052 00000 n
+0000938212 00000 n
+0000938371 00000 n
+0000938526 00000 n
+0000938683 00000 n
+0000938842 00000 n
+0000941749 00000 n
+0000941323 00000 n
+0000939197 00000 n
+0000941618 00000 n
+0000941460 00000 n
+0000944732 00000 n
+0000944550 00000 n
+0000941891 00000 n
+0000944666 00000 n
+0001331419 00000 n
+0000947885 00000 n
+0000947703 00000 n
+0000944861 00000 n
+0000947819 00000 n
+0000950585 00000 n
+0000950403 00000 n
+0000948001 00000 n
+0000950519 00000 n
+0000953601 00000 n
+0000953419 00000 n
+0000950701 00000 n
+0000953535 00000 n
+0000956239 00000 n
+0000956057 00000 n
+0000953730 00000 n
+0000956173 00000 n
+0000959160 00000 n
+0000958978 00000 n
+0000956382 00000 n
+0000959094 00000 n
+0000961679 00000 n
+0000961497 00000 n
+0000959276 00000 n
+0000961613 00000 n
+0001331544 00000 n
+0000964792 00000 n
+0000964610 00000 n
+0000961795 00000 n
+0000964726 00000 n
+0000967480 00000 n
+0000967298 00000 n
+0000964921 00000 n
+0000967414 00000 n
+0000970268 00000 n
+0000970086 00000 n
+0000967637 00000 n
+0000970202 00000 n
+0000973205 00000 n
+0000973023 00000 n
+0000970384 00000 n
+0000973139 00000 n
+0000975754 00000 n
+0000975572 00000 n
+0000973321 00000 n
+0000975688 00000 n
+0000978005 00000 n
+0000977823 00000 n
+0000975870 00000 n
+0000977939 00000 n
+0001331669 00000 n
+0000978585 00000 n
+0000978338 00000 n
+0000978134 00000 n
+0000978454 00000 n
+0000984176 00000 n
+0000983928 00000 n
+0000978673 00000 n
+0000984044 00000 n
+0000989697 00000 n
+0000989515 00000 n
+0000984292 00000 n
+0000989631 00000 n
+0000994384 00000 n
+0000994137 00000 n
+0000989799 00000 n
+0000994253 00000 n
+0000998420 00000 n
+0000998238 00000 n
+0000994485 00000 n
+0000998354 00000 n
+0001003376 00000 n
+0001003194 00000 n
+0000998508 00000 n
+0001003310 00000 n
+0001115677 00000 n
+0001087164 00000 n
+0001115512 00000 n
+0001331794 00000 n
+0001007860 00000 n
+0001007678 00000 n
+0001003464 00000 n
+0001007794 00000 n
+0001012871 00000 n
+0001012689 00000 n
+0001007948 00000 n
+0001012805 00000 n
+0001014308 00000 n
+0001013995 00000 n
+0001012958 00000 n
+0001014111 00000 n
+0001015503 00000 n
+0001015256 00000 n
+0001014424 00000 n
+0001015372 00000 n
+0001017116 00000 n
+0001016869 00000 n
+0001015619 00000 n
+0001016985 00000 n
+0001018576 00000 n
+0001018329 00000 n
+0001017246 00000 n
+0001018445 00000 n
+0001331919 00000 n
+0001020275 00000 n
+0001020028 00000 n
+0001018705 00000 n
+0001020144 00000 n
+0001021989 00000 n
+0001021742 00000 n
+0001020405 00000 n
+0001021858 00000 n
+0001023727 00000 n
+0001023479 00000 n
+0001022119 00000 n
+0001023595 00000 n
+0001035888 00000 n
+0001025022 00000 n
+0001023856 00000 n
+0001035822 00000 n
+0001025735 00000 n
+0001025891 00000 n
+0001026046 00000 n
+0001026201 00000 n
+0001026357 00000 n
+0001026513 00000 n
+0001026668 00000 n
+0001026823 00000 n
+0001026978 00000 n
+0001027133 00000 n
+0001027288 00000 n
+0001027444 00000 n
+0001027600 00000 n
+0001027756 00000 n
+0001027911 00000 n
+0001028066 00000 n
+0001028220 00000 n
+0001028374 00000 n
+0001028530 00000 n
+0001028686 00000 n
+0001028839 00000 n
+0001028995 00000 n
+0001029151 00000 n
+0001029306 00000 n
+0001029460 00000 n
+0001029613 00000 n
+0001029768 00000 n
+0001029923 00000 n
+0001030078 00000 n
+0001030231 00000 n
+0001030387 00000 n
+0001030543 00000 n
+0001030699 00000 n
+0001030855 00000 n
+0001031010 00000 n
+0001031166 00000 n
+0001031320 00000 n
+0001031475 00000 n
+0001031631 00000 n
+0001031786 00000 n
+0001031940 00000 n
+0001032095 00000 n
+0001032250 00000 n
+0001032405 00000 n
+0001032561 00000 n
+0001032716 00000 n
+0001032869 00000 n
+0001033023 00000 n
+0001033179 00000 n
+0001033335 00000 n
+0001033491 00000 n
+0001033646 00000 n
+0001033801 00000 n
+0001033957 00000 n
+0001034111 00000 n
+0001034267 00000 n
+0001034423 00000 n
+0001034578 00000 n
+0001034734 00000 n
+0001034890 00000 n
+0001035046 00000 n
+0001035201 00000 n
+0001035356 00000 n
+0001035511 00000 n
+0001035666 00000 n
+0001048919 00000 n
+0001037066 00000 n
+0001035990 00000 n
+0001048853 00000 n
+0001037833 00000 n
+0001037986 00000 n
+0001038142 00000 n
+0001038298 00000 n
+0001038454 00000 n
+0001038610 00000 n
+0001038766 00000 n
+0001038921 00000 n
+0001039077 00000 n
+0001039233 00000 n
+0001039389 00000 n
+0001039544 00000 n
+0001039700 00000 n
+0001039855 00000 n
+0001040011 00000 n
+0001040167 00000 n
+0001040323 00000 n
+0001040479 00000 n
+0001040633 00000 n
+0001040789 00000 n
+0001040944 00000 n
+0001041100 00000 n
+0001041255 00000 n
+0001041410 00000 n
+0001041565 00000 n
+0001041719 00000 n
+0001041874 00000 n
+0001042029 00000 n
+0001042184 00000 n
+0001042340 00000 n
+0001042496 00000 n
+0001042650 00000 n
+0001042803 00000 n
+0001042959 00000 n
+0001043114 00000 n
+0001043270 00000 n
+0001043425 00000 n
+0001043581 00000 n
+0001043733 00000 n
+0001043888 00000 n
+0001044044 00000 n
+0001044199 00000 n
+0001044354 00000 n
+0001044510 00000 n
+0001044666 00000 n
+0001044822 00000 n
+0001044976 00000 n
+0001045132 00000 n
+0001045287 00000 n
+0001045442 00000 n
+0001045597 00000 n
+0001045752 00000 n
+0001045907 00000 n
+0001046062 00000 n
+0001046218 00000 n
+0001046372 00000 n
+0001046528 00000 n
+0001046683 00000 n
+0001046839 00000 n
+0001046993 00000 n
+0001047149 00000 n
+0001047304 00000 n
+0001047458 00000 n
+0001047612 00000 n
+0001047766 00000 n
+0001047921 00000 n
+0001048076 00000 n
+0001048231 00000 n
+0001048386 00000 n
+0001048541 00000 n
+0001048697 00000 n
+0001063148 00000 n
+0001050139 00000 n
+0001048993 00000 n
+0001063082 00000 n
+0001050969 00000 n
+0001051123 00000 n
+0001051279 00000 n
+0001051435 00000 n
+0001051591 00000 n
+0001051747 00000 n
+0001051902 00000 n
+0001052056 00000 n
+0001052211 00000 n
+0001052366 00000 n
+0001052520 00000 n
+0001052675 00000 n
+0001052829 00000 n
+0001052984 00000 n
+0001053139 00000 n
+0001053293 00000 n
+0001053448 00000 n
+0001053603 00000 n
+0001053759 00000 n
+0001053915 00000 n
+0001054071 00000 n
+0001054226 00000 n
+0001054380 00000 n
+0001054535 00000 n
+0001054689 00000 n
+0001054845 00000 n
+0001055001 00000 n
+0001055156 00000 n
+0001055312 00000 n
+0001055467 00000 n
+0001055623 00000 n
+0001055779 00000 n
+0001055934 00000 n
+0001056090 00000 n
+0001056246 00000 n
+0001056400 00000 n
+0001056555 00000 n
+0001056709 00000 n
+0001056865 00000 n
+0001057020 00000 n
+0001057176 00000 n
+0001057332 00000 n
+0001057487 00000 n
+0001057643 00000 n
+0001057799 00000 n
+0001057954 00000 n
+0001058109 00000 n
+0001058265 00000 n
+0001058420 00000 n
+0001058575 00000 n
+0001058731 00000 n
+0001058884 00000 n
+0001059040 00000 n
+0001059196 00000 n
+0001059352 00000 n
+0001059508 00000 n
+0001059663 00000 n
+0001059819 00000 n
+0001059975 00000 n
+0001060131 00000 n
+0001060287 00000 n
+0001060440 00000 n
+0001060596 00000 n
+0001060752 00000 n
+0001060908 00000 n
+0001061064 00000 n
+0001061219 00000 n
+0001061372 00000 n
+0001061527 00000 n
+0001061681 00000 n
+0001061837 00000 n
+0001061993 00000 n
+0001062149 00000 n
+0001062305 00000 n
+0001062461 00000 n
+0001062616 00000 n
+0001062771 00000 n
+0001062926 00000 n
+0001332044 00000 n
+0001065389 00000 n
+0001063552 00000 n
+0001063222 00000 n
+0001065323 00000 n
+0001063770 00000 n
+0001063925 00000 n
+0001064081 00000 n
+0001064235 00000 n
+0001064390 00000 n
+0001064546 00000 n
+0001064701 00000 n
+0001064857 00000 n
+0001065012 00000 n
+0001065168 00000 n
+0001075898 00000 n
+0001067910 00000 n
+0001065463 00000 n
+0001074120 00000 n
+0001074186 00000 n
+0001068371 00000 n
+0001068527 00000 n
+0001068682 00000 n
+0001068838 00000 n
+0001068994 00000 n
+0001069150 00000 n
+0001069305 00000 n
+0001069460 00000 n
+0001069616 00000 n
+0001069772 00000 n
+0001069926 00000 n
+0001070082 00000 n
+0001070238 00000 n
+0001070393 00000 n
+0001070549 00000 n
+0001070705 00000 n
+0001070861 00000 n
+0001071017 00000 n
+0001071172 00000 n
+0001071327 00000 n
+0001071482 00000 n
+0001071637 00000 n
+0001071792 00000 n
+0001071947 00000 n
+0001072102 00000 n
+0001072257 00000 n
+0001072412 00000 n
+0001072567 00000 n
+0001072722 00000 n
+0001072878 00000 n
+0001073033 00000 n
+0001073189 00000 n
+0001073343 00000 n
+0001073498 00000 n
+0001073653 00000 n
+0001073808 00000 n
+0001073964 00000 n
+0001086041 00000 n
+0001079132 00000 n
+0001076014 00000 n
+0001084195 00000 n
+0001079530 00000 n
+0001079686 00000 n
+0001079842 00000 n
+0001079998 00000 n
+0001080154 00000 n
+0001080309 00000 n
+0001080464 00000 n
+0001080619 00000 n
+0001080775 00000 n
+0001080931 00000 n
+0001081086 00000 n
+0001081242 00000 n
+0001081398 00000 n
+0001081551 00000 n
+0001081707 00000 n
+0001081863 00000 n
+0001082019 00000 n
+0001082175 00000 n
+0001082330 00000 n
+0001082485 00000 n
+0001082640 00000 n
+0001082796 00000 n
+0001082951 00000 n
+0001083107 00000 n
+0001083263 00000 n
+0001083416 00000 n
+0001083572 00000 n
+0001083728 00000 n
+0001083884 00000 n
+0001084039 00000 n
+0001087062 00000 n
+0001086572 00000 n
+0001086157 00000 n
+0001086865 00000 n
+0001086931 00000 n
+0001086997 00000 n
+0001086709 00000 n
+0001117053 00000 n
+0001116519 00000 n
+0001119917 00000 n
+0001119892 00000 n
+0001141558 00000 n
+0001140994 00000 n
+0001145507 00000 n
+0001145379 00000 n
+0001149149 00000 n
+0001148924 00000 n
+0001155637 00000 n
+0001155422 00000 n
+0001181529 00000 n
+0001180993 00000 n
+0001185245 00000 n
+0001185184 00000 n
+0001196565 00000 n
+0001196216 00000 n
+0001220587 00000 n
+0001220054 00000 n
+0001221321 00000 n
+0001241491 00000 n
+0001260419 00000 n
+0001274603 00000 n
+0001300764 00000 n
+0001300220 00000 n
+0001324946 00000 n
+0001332160 00000 n
+0001332286 00000 n
+0001332412 00000 n
+0001332538 00000 n
+0001332664 00000 n
+0001332790 00000 n
+0001332916 00000 n
+0001333042 00000 n
+0001333168 00000 n
+0001333285 00000 n
+0001333412 00000 n
+0001333512 00000 n
+0001333586 00000 n
+0001386727 00000 n
+0001410220 00000 n
+0001410261 00000 n
+0001410301 00000 n
+0001410436 00000 n
+trailer
+<<
+/Size 4920
+/Root 4918 0 R
+/Info 4919 0 R
+/ID [<B578991D9C88C25C09A518B5D617CB8C> <B578991D9C88C25C09A518B5D617CB8C>]
+>>
+startxref
+1410700
+%%EOF
diff --git a/info/texbytopic/TeXbyTopic.tex b/info/texbytopic/TeXbyTopic.tex
new file mode 100644
index 0000000000..00152621b2
--- /dev/null
+++ b/info/texbytopic/TeXbyTopic.tex
@@ -0,0 +1,19044 @@
+\documentclass[twoside,letterpaper]{rapport3}
+
+%\nofiles
+
+\usepackage{comment,makeidx}
+
+\usepackage{times}
+\renewcommand{\ttdefault}{cmtt}
+
+\usepackage[plainpages=true,pagebackref=true]{hyperref}
+
+\usepackage{german}
+% german
+\righthyphenmin=3
+\mdqoff
+\captionsenglish
+\makeindex
+
+\usepackage{fancyhdr}
+% headers & footers
+\pagestyle{fancy}
+% foot
+\lfoot[\thepage]{\protect\small\protect\it Victor Eijkhout -- \protect\TeX\ by Topic}
+\rfoot[{\protect\small\protect\it Victor Eijkhout -- \protect\TeX\ by Topic}]{\thepage}
+\cfoot{}
+% head
+\lhead[\let\\\relax \let\uppercase\relax \leftmark]{\relax}
+\chead{}
+\rhead[\relax]{\let\\\relax \let\uppercase\relax \rightmark}
+
+\newdimen\tempdima \newdimen\tempdimb
+
+% these are fine
+\def\nl{\protect\\}\def\n#1{{\tt #1}}\def\cs#1{{\tt\char`\\#1}}\let\csc\cs
+\def\lb{{\tt\char`\{}}\def\rb{{\tt\char`\}}}
+\def\gr#1{$\langle$#1$\rangle$}\def\key#1{{\tt#1}}
+\def\alt{}\def\altt{}%this way in manstijl
+\def\ldash{\unskip\ --\nobreak\ \ignorespaces}
+\def\rdash{\unskip\nobreak\ --\ \ignorespaces}
+% check these
+\def\hex{{\tt"}}
+\def\ascii{{\sc ascii}}
+\def\ebcdic{{\sc ebcdic}}
+\def\IniTeX{Ini\TeX}\def\LamsTeX{LAMS\TeX}\def\VirTeX{Vir\TeX}
+\def\AmsTeX{Ams\TeX}
+\def\TeXbook{the \TeX\ book}\def\web{{\sc web}}
+% needs major thinking
+\newenvironment{disp}{\begin{quotation}}{\end{quotation}}
+\newenvironment{Disp}{\begin{quotation}}{\end{quotation}}
+\newenvironment{tdisp}{\begin{quotation}}{\end{quotation}}
+\newenvironment{example}{\begin{quotation}}{\end{quotation}}
+\newenvironment{inventory}{\begin{description}}{\end{description}}
+\newenvironment{glossinventory}{\begin{description}}{\end{description}}
+\def\gram#1{\gr{#1}}%???
+%
+% index
+%
+\def\term#1\par{\index{#1}}
+\def\howto#1\par{}
+\def\cstoidx#1\par{\index{#1@\cs{#1}@}}
+\def\csterm#1\par{\cstoidx #1\par\cs{#1}}
+\def\csidx#1{\cstoidx #1\par\cs{#1}}
+
+\begin{document}
+
+\def\tmc{\tracingmacros=2 \tracingcommands\tracingmacros}
+
+%%%%%%%%%%%%%%%%%%%
+\makeatletter
+\def\snugbox{\hbox\bgroup\setbox\z@\vbox\bgroup
+ \leftskip\z@
+ \bgroup\aftergroup\make@snug
+ \let\next=}
+\def\make@snug{\par\sn@gify\egroup \box\z@\egroup}
+\def\sn@gify
+ {\skip\z@=\lastskip \unskip
+ \advance\skip\z@\lastskip \unskip
+ \unpenalty
+ \setbox\z@\lastbox
+ \ifvoid\z@ \nointerlineskip \else {\sn@gify} \fi
+ \hbox{\unhbox\z@}\nointerlineskip
+ \vskip\skip\z@
+ }
+
+\def\figfont{\SansSerif \PointSize:8 \Style:roman }
+
+\newdimen\fbh \fbh=60pt % dimension for easy scaling:
+\newdimen\fbw \fbw=60pt % height and width of character box
+
+\newdimen\dh \newdimen\dw % height and width of current character box
+\newdimen\lh % height of previous character box
+\newdimen\lw \lw=.4pt % line weight, instead of default .4pt
+
+\def\hdotfill{\noindent
+ \leaders\hbox{\vrule width 1pt height\lw
+ \kern4pt
+ \vrule width.5pt height\lw}\hfill\hbox{}
+ \par}
+\def\hlinefill{\noindent
+ \leaders\hbox{\vrule width 5.5pt height\lw }\hfill\hbox{}
+ \par}
+\def\stippel{$\qquad\qquad\qquad\qquad$}
+\makeatother
+%%%%%%%%%%%%%%%%%%%
+
+\begin{comment}
+\def\SansSerif{\Typeface:macHelvetica }
+\def\SerifFont{\Typeface:macTimes }
+\def\SansSerif{\Typeface:bsGillSans }
+\def\SerifFont{\Typeface:bsBaskerville }
+\end{comment}
+\let\SansSerif\relax \def\italic{\it}
+\let\SerifFont\relax \def\MainFont{\rm}
+\let\SansSerif\relax
+\let\SerifFont\relax
+\let\PopIndentLevel\relax \let\PushIndentLevel\relax
+\let\ToVerso\relax \let\ToRecto\relax
+
+\begin{comment}
+\def\stop@command@suffix{stop}
+\let\PopListLevel\PopIndentLevel
+\let\FlushRight\relax
+\let\flushright\FlushRight
+\let\SetListIndent\LevelIndent
+\def\awp{\ifhmode\vadjust{\penalty-10000 }\else
+ \penalty-10000 \fi}
+\end{comment}
+\let\awp\relax
+\let\PopIndentLevel\relax \let\PopListLevel\relax
+
+\showboxdepth=-1
+
+\def\endofchapter{\vfill\noindent}
+
+\title{\TeX\ by Topic, A \TeX nician's Reference}
+\date{}
+\author{Victor Eijkhout}
+\maketitle
+ \begin{minipage}[h]{1.0\linewidth}
+ Copyright \copyright\ 2007 Victor Eijkhout.\\
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the GNU Free Documentation License, Version 1.2
+ or any later version published by the Free Software Foundation;
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
+ Texts. A copy of the license is included in the section entitled "GNU
+ Free Documentation License".
+\medskip
+This document is based on the book \TeX\ by Topic,
+copyright 1991-2007 Victor Eijkhout. This book was
+printed in~1991 by Addison-Wesley UK, ISBN 0-201-56882-9, reprinted
+in~1993, pdf version first made freely available in~2001.
+ \end{minipage}
+
+\tableofcontents
+
+\pagebreak
+\addcontentsline{toc}{section}{License}
+\paragraph*{\bf License}
+GNU Free Documentation License
+
+Version 1.2, November 2002
+
+ Copyright \copyright\ 2000,2001,2002 Free Software Foundation, Inc.
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+0. PREAMBLE
+
+The purpose of this License is to make a manual, textbook, or other
+functional and useful document "free" in the sense of freedom: to
+assure everyone the effective freedom to copy and redistribute it,
+with or without modifying it, either commercially or noncommercially.
+Secondarily, this License preserves for the author and publisher a way
+to get credit for their work, while not being considered responsible
+for modifications made by others.
+
+This License is a kind of "copyleft", which means that derivative
+works of the document must themselves be free in the same sense. It
+complements the GNU General Public License, which is a copyleft
+license designed for free software.
+
+We have designed this License in order to use it for manuals for free
+software, because free software needs free documentation: a free
+program should come with manuals providing the same freedoms that the
+software does. But this License is not limited to software manuals; it
+can be used for any textual work, regardless of subject matter or
+whether it is published as a printed book. We recommend this License
+principally for works whose purpose is instruction or reference.
+
+1. APPLICABILITY AND DEFINITIONS
+
+This License applies to any manual or other work, in any medium, that
+contains a notice placed by the copyright holder saying it can be
+distributed under the terms of this License. Such a notice grants a
+world-wide, royalty-free license, unlimited in duration, to use that
+work under the conditions stated herein. The "Document", below, refers
+to any such manual or work. Any member of the public is a licensee,
+and is addressed as "you". You accept the license if you copy, modify
+or distribute the work in a way requiring permission under copyright
+law.
+
+A "Modified Version" of the Document means any work containing the
+Document or a portion of it, either copied verbatim, or with
+modifications and/or translated into another language.
+
+A "Secondary Section" is a named appendix or a front-matter section of
+the Document that deals exclusively with the relationship of the
+publishers or authors of the Document to the Document's overall
+subject (or to related matters) and contains nothing that could fall
+directly within that overall subject. (Thus, if the Document is in
+part a textbook of mathematics, a Secondary Section may not explain
+any mathematics.) The relationship could be a matter of historical
+connection with the subject or with related matters, or of legal,
+commercial, philosophical, ethical or political position regarding
+them.
+
+The "Invariant Sections" are certain Secondary Sections whose titles
+are designated, as being those of Invariant Sections, in the notice
+that says that the Document is released under this License. If a
+section does not fit the above definition of Secondary then it is not
+allowed to be designated as Invariant. The Document may contain zero
+Invariant Sections. If the Document does not identify any Invariant
+Sections then there are none.
+
+The "Cover Texts" are certain short passages of text that are listed,
+as Front-Cover Texts or Back-Cover Texts, in the notice that says that
+the Document is released under this License. A Front-Cover Text may be
+at most 5 words, and a Back-Cover Text may be at most 25 words.
+
+A "Transparent" copy of the Document means a machine-readable copy,
+represented in a format whose specification is available to the
+general public, that is suitable for revising the document
+straightforwardly with generic text editors or (for images composed of
+pixels) generic paint programs or (for drawings) some widely available
+drawing editor, and that is suitable for input to text formatters or
+for automatic translation to a variety of formats suitable for input
+to text formatters. A copy made in an otherwise Transparent file
+format whose markup, or absence of markup, has been arranged to thwart
+or discourage subsequent modification by readers is not Transparent.
+An image format is not Transparent if used for any substantial amount
+of text. A copy that is not "Transparent" is called "Opaque".
+
+Examples of suitable formats for Transparent copies include plain
+ASCII without markup, Texinfo input format, LaTeX input format, SGML
+or XML using a publicly available DTD, and standard-conforming simple
+HTML, PostScript or PDF designed for human modification. Examples of
+transparent image formats include PNG, XCF and JPG. Opaque formats
+include proprietary formats that can be read and edited only by
+proprietary word processors, SGML or XML for which the DTD and/or
+processing tools are not generally available, and the
+machine-generated HTML, PostScript or PDF produced by some word
+processors for output purposes only.
+
+The "Title Page" means, for a printed book, the title page itself,
+plus such following pages as are needed to hold, legibly, the material
+this License requires to appear in the title page. For works in
+formats which do not have any title page as such, "Title Page" means
+the text near the most prominent appearance of the work's title,
+preceding the beginning of the body of the text.
+
+A section "Entitled XYZ" means a named subunit of the Document whose
+title either is precisely XYZ or contains XYZ in parentheses following
+text that translates XYZ in another language. (Here XYZ stands for a
+specific section name mentioned below, such as "Acknowledgements",
+"Dedications", "Endorsements", or "History".) To "Preserve the Title"
+of such a section when you modify the Document means that it remains a
+section "Entitled XYZ" according to this definition.
+
+The Document may include Warranty Disclaimers next to the notice which
+states that this License applies to the Document. These Warranty
+Disclaimers are considered to be included by reference in this
+License, but only as regards disclaiming warranties: any other
+implication that these Warranty Disclaimers may have is void and has
+no effect on the meaning of this License.
+
+2. VERBATIM COPYING
+
+You may copy and distribute the Document in any medium, either
+commercially or noncommercially, provided that this License, the
+copyright notices, and the license notice saying this License applies
+to the Document are reproduced in all copies, and that you add no
+other conditions whatsoever to those of this License. You may not use
+technical measures to obstruct or control the reading or further
+copying of the copies you make or distribute. However, you may accept
+compensation in exchange for copies. If you distribute a large enough
+number of copies you must also follow the conditions in section 3.
+
+You may also lend copies, under the same conditions stated above, and
+you may publicly display copies.
+
+3. COPYING IN QUANTITY
+
+If you publish printed copies (or copies in media that commonly have
+printed covers) of the Document, numbering more than 100, and the
+Document's license notice requires Cover Texts, you must enclose the
+copies in covers that carry, clearly and legibly, all these Cover
+Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
+the back cover. Both covers must also clearly and legibly identify you
+as the publisher of these copies. The front cover must present the
+full title with all words of the title equally prominent and visible.
+You may add other material on the covers in addition. Copying with
+changes limited to the covers, as long as they preserve the title of
+the Document and satisfy these conditions, can be treated as verbatim
+copying in other respects.
+
+If the required texts for either cover are too voluminous to fit
+legibly, you should put the first ones listed (as many as fit
+reasonably) on the actual cover, and continue the rest onto adjacent
+pages.
+
+If you publish or distribute Opaque copies of the Document numbering
+more than 100, you must either include a machine-readable Transparent
+copy along with each Opaque copy, or state in or with each Opaque copy
+a computer-network location from which the general network-using
+public has access to download using public-standard network protocols
+a complete Transparent copy of the Document, free of added material.
+If you use the latter option, you must take reasonably prudent steps,
+when you begin distribution of Opaque copies in quantity, to ensure
+that this Transparent copy will remain thus accessible at the stated
+location until at least one year after the last time you distribute an
+Opaque copy (directly or through your agents or retailers) of that
+edition to the public.
+
+It is requested, but not required, that you contact the authors of the
+Document well before redistributing any large number of copies, to
+give them a chance to provide you with an updated version of the
+Document.
+
+4. MODIFICATIONS
+
+You may copy and distribute a Modified Version of the Document under
+the conditions of sections 2 and 3 above, provided that you release
+the Modified Version under precisely this License, with the Modified
+Version filling the role of the Document, thus licensing distribution
+and modification of the Modified Version to whoever possesses a copy
+of it. In addition, you must do these things in the Modified Version:
+
+A. Use in the Title Page (and on the covers, if any) a title distinct
+from that of the Document, and from those of previous versions (which
+should, if there were any, be listed in the History section of the
+Document). You may use the same title as a previous version if the
+original publisher of that version gives permission. B. List on the
+Title Page, as authors, one or more persons or entities responsible
+for authorship of the modifications in the Modified Version, together
+with at least five of the principal authors of the Document (all of
+its principal authors, if it has fewer than five), unless they release
+you from this requirement. C. State on the Title page the name of the
+publisher of the Modified Version, as the publisher. D. Preserve all
+the copyright notices of the Document. E. Add an appropriate
+copyright notice for your modifications adjacent to the other
+copyright notices. F. Include, immediately after the copyright
+notices, a license notice giving the public permission to use the
+Modified Version under the terms of this License, in the form shown in
+the Addendum below. G. Preserve in that license notice the full lists
+of Invariant Sections and required Cover Texts given in the Document's
+license notice. H. Include an unaltered copy of this License. I.
+Preserve the section Entitled "History", Preserve its Title, and add
+to it an item stating at least the title, year, new authors, and
+publisher of the Modified Version as given on the Title Page. If there
+is no section Entitled "History" in the Document, create one stating
+the title, year, authors, and publisher of the Document as given on
+its Title Page, then add an item describing the Modified Version as
+stated in the previous sentence. J. Preserve the network location, if
+any, given in the Document for public access to a Transparent copy of
+the Document, and likewise the network locations given in the Document
+for previous versions it was based on. These may be placed in the
+"History" section. You may omit a network location for a work that was
+published at least four years before the Document itself, or if the
+original publisher of the version it refers to gives permission. K.
+For any section Entitled "Acknowledgements" or "Dedications", Preserve
+the Title of the section, and preserve in the section all the
+substance and tone of each of the contributor acknowledgements and/or
+dedications given therein. L. Preserve all the Invariant Sections of
+the Document, unaltered in their text and in their titles. Section
+numbers or the equivalent are not considered part of the section
+titles. M. Delete any section Entitled "Endorsements". Such a section
+may not be included in the Modified Version. N. Do not retitle any
+existing section to be Entitled "Endorsements" or to conflict in title
+with any Invariant Section. O. Preserve any Warranty Disclaimers. If
+the Modified Version includes new front-matter sections or appendices
+that qualify as Secondary Sections and contain no material copied from
+the Document, you may at your option designate some or all of these
+sections as invariant. To do this, add their titles to the list of
+Invariant Sections in the Modified Version's license notice. These
+titles must be distinct from any other section titles.
+
+You may add a section Entitled "Endorsements", provided it contains
+nothing but endorsements of your Modified Version by various
+parties--for example, statements of peer review or that the text has
+been approved by an organization as the authoritative definition of a
+standard.
+
+You may add a passage of up to five words as a Front-Cover Text, and a
+passage of up to 25 words as a Back-Cover Text, to the end of the list
+of Cover Texts in the Modified Version. Only one passage of
+Front-Cover Text and one of Back-Cover Text may be added by (or
+through arrangements made by) any one entity. If the Document already
+includes a cover text for the same cover, previously added by you or
+by arrangement made by the same entity you are acting on behalf of,
+you may not add another; but you may replace the old one, on explicit
+permission from the previous publisher that added the old one.
+
+The author(s) and publisher(s) of the Document do not by this License
+give permission to use their names for publicity for or to assert or
+imply endorsement of any Modified Version.
+
+5. COMBINING DOCUMENTS
+
+You may combine the Document with other documents released under this
+License, under the terms defined in section 4 above for modified
+versions, provided that you include in the combination all of the
+Invariant Sections of all of the original documents, unmodified, and
+list them all as Invariant Sections of your combined work in its
+license notice, and that you preserve all their Warranty Disclaimers.
+
+The combined work need only contain one copy of this License, and
+multiple identical Invariant Sections may be replaced with a single
+copy. If there are multiple Invariant Sections with the same name but
+different contents, make the title of each such section unique by
+adding at the end of it, in parentheses, the name of the original
+author or publisher of that section if known, or else a unique number.
+Make the same adjustment to the section titles in the list of
+Invariant Sections in the license notice of the combined work.
+
+In the combination, you must combine any sections Entitled "History"
+in the various original documents, forming one section Entitled
+"History"; likewise combine any sections Entitled "Acknowledgements",
+and any sections Entitled "Dedications". You must delete all sections
+Entitled "Endorsements."
+
+6. COLLECTIONS OF DOCUMENTS
+
+You may make a collection consisting of the Document and other
+documents released under this License, and replace the individual
+copies of this License in the various documents with a single copy
+that is included in the collection, provided that you follow the rules
+of this License for verbatim copying of each of the documents in all
+other respects.
+
+You may extract a single document from such a collection, and
+distribute it individually under this License, provided you insert a
+copy of this License into the extracted document, and follow this
+License in all other respects regarding verbatim copying of that
+document.
+
+7. AGGREGATION WITH INDEPENDENT WORKS
+
+A compilation of the Document or its derivatives with other separate
+and independent documents or works, in or on a volume of a storage or
+distribution medium, is called an "aggregate" if the copyright
+resulting from the compilation is not used to limit the legal rights
+of the compilation's users beyond what the individual works permit.
+When the Document is included in an aggregate, this License does not
+apply to the other works in the aggregate which are not themselves
+derivative works of the Document.
+
+If the Cover Text requirement of section 3 is applicable to these
+copies of the Document, then if the Document is less than one half of
+the entire aggregate, the Document's Cover Texts may be placed on
+covers that bracket the Document within the aggregate, or the
+electronic equivalent of covers if the Document is in electronic form.
+Otherwise they must appear on printed covers that bracket the whole
+aggregate.
+
+8. TRANSLATION
+
+Translation is considered a kind of modification, so you may
+distribute translations of the Document under the terms of section 4.
+Replacing Invariant Sections with translations requires special
+permission from their copyright holders, but you may include
+translations of some or all Invariant Sections in addition to the
+original versions of these Invariant Sections. You may include a
+translation of this License, and all the license notices in the
+Document, and any Warranty Disclaimers, provided that you also include
+the original English version of this License and the original versions
+of those notices and disclaimers. In case of a disagreement between
+the translation and the original version of this License or a notice
+or disclaimer, the original version will prevail.
+
+If a section in the Document is Entitled "Acknowledgements",
+"Dedications", or "History", the requirement (section 4) to Preserve
+its Title (section 1) will typically require changing the actual
+title.
+
+9. TERMINATION
+
+You may not copy, modify, sublicense, or distribute the Document
+except as expressly provided for under this License. Any other attempt
+to copy, modify, sublicense or distribute the Document is void, and
+will automatically terminate your rights under this License. However,
+parties who have received copies, or rights, from you under this
+License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+10. FUTURE REVISIONS OF THIS LICENSE
+
+The Free Software Foundation may publish new, revised versions of the
+GNU Free Documentation License from time to time. Such new versions
+will be similar in spirit to the present version, but may differ in
+detail to address new problems or concerns. See
+http://www.gnu.org/copyleft/.
+
+Each version of the License is given a distinguishing version
+number. If the Document specifies that a particular numbered version
+of this License "or any later version" applies to it, you have the
+option of following the terms and conditions either of that specified
+version or of any later version that has been published (not as a
+draft) by the Free Software Foundation. If the Document does not
+specify a version number of this License, you may choose any version
+ever published (not as a draft) by the Free Software Foundation.
+
+\pagebreak
+\paragraph*{\bf Preface}
+To the casual observer, \TeX\
+is not a state-of-the-art typesetting system.
+No flashy multilevel menus and interactive manipulation
+of text and graphics dazzle the onlooker.
+On a less superficial level, however, \TeX\ is a very sophisticated
+program, first of all because of the ingeniousness of its
+built-in algorithms for such things as paragraph breaking
+and make-up of mathematical formulas, and
+second because of its almost complete programmability.
+The combination of these factors makes it possible for \TeX\
+to realize almost every imaginable layout in a highly automated
+fashion.
+
+Unfortunately, it also means that \TeX\ has an
+unusually large number of commands and parameters,
+and that programming \TeX\ can be far from easy.
+Anyone wanting to program in \TeX, and maybe
+even the ordinary user, would seem to need two books:
+a~tutorial that gives a first glimpse of the many
+nuts and bolts of \TeX, and after that
+a~systematic, complete reference manual.
+This book tries to fulfil the latter function.
+A~\TeX er who has already made a start
+(using any of a number of introductory books
+on the market)
+should be able to use this book indefinitely thereafter.
+
+In this volume the universe of \TeX\ is presented as
+about forty different subjects, each in a separate
+chapter.
+Each chapter starts out with a list of control sequences
+relevant to the topic of that chapter
+and proceeds to treat the
+theory of the topic.
+Most chapters conclude with remarks and examples.
+
+Globally, the chapters are ordered as follows.
+The chapters on basic mechanisms are first,
+the chapters on text treatment and mathematics are next,
+and finally there are some
+chapters on output and aspects of \TeX's connections to
+the outside world.
+%
+The book also contains a glossary of \TeX\
+commands, tables,
+and indexes by example, by control sequence, and by subject.
+The subject index refers for most concepts to
+only one page, where most of the information
+on that topic can be found, as well as references
+to the locations of related information.
+
+This book does not treat any specific \TeX\ macro package.
+Any parts of the plain format that are treated are those
+parts that belong to the `core' of plain \TeX: they
+are also present in, for instance, \LaTeX.
+Therefore, most remarks about the plain format
+are true for \LaTeX, as well as most other formats.
+Putting it differently,
+if the text refers to the plain format, this should be taken
+as a contrast to pure \IniTeX, not to \LaTeX.
+By way of illustration, occasionally macros from plain \TeX\
+are explained that do not belong to the core.
+
+\medskip\noindent
+{\bf Acknowledgment}\nl
+I am indebted to Barbara Beeton, Karl Berry, and Nico Poppelier,
+who read previous versions of this book. Their comments
+helped to improve the presentation.
+Also I~would like to thank the participants of
+the discussion lists \TeX hax, \TeX-nl, and {\tt comp.text.tex}.
+Their questions and answers gave me much food for thought.
+Finally, any acknowledgement in a book about \TeX\ ought to
+include Donald Knuth for inventing \TeX\ in the
+first place. This book is no exception.
+
+\begin{flushright}
+ Victor Eijkhout\\
+ Urbana, Illinois, August 1991\\
+ Knoxville, Tennessee, May 2001
+\end{flushright}
+\pagebreak
+
+\chapter{The Structure of the \TeX\ Processor}
+
+This book treats the various aspects of \TeX\ in chapters
+that are concerned with relatively small, well-delineated,
+topics. In this chapter, therefore,
+a global picture of the way \TeX\ operates will be given.
+Of necessity, many details will be omitted here, but all of
+these are treated in later chapters. On the other hand,
+the few examples given in this chapter will be repeated
+in the appropriate places later on; they are included here
+to make this chapter self-contained.
+
+%\point Four \TeX\ processors
+\section{Four \TeX\protect\ processors}
+
+The way \TeX\ processes its input can be viewed as
+happening on four levels. One might say that
+the \TeX\ processor is split into four separate units,
+each one accepting the output of the previous stage, and
+delivering the input for the next stage. The input of
+the first stage is then the \n{.tex} input file; the output
+of the last stage is a \n{.dvi} file.
+
+For many purposes it is most convenient, and most insightful,
+to consider these four levels of processing as happening
+after one another, each one accepting the {\em completed\/}
+output of the previous level. In reality this is not true:
+all levels are simultaneously
+active, and there is interaction between them.
+
+The four levels are (corresponding roughly
+to the `eyes', `mouth', `stomach', and `bowels' respectively
+in Knuth's original terminology) as follows.
+\begin{enumerate}\item
+The input processor. This is the piece of \TeX\ that
+accepts input lines from the file system of whatever computer
+\TeX\ runs on, and turns them into tokens.
+Tokens are the internal objects of \TeX:
+there are character tokens that constitute the typeset
+text, and control sequence tokens that are commands
+to be processed by the next two levels.
+\item The expansion processor.
+Some but not all of the tokens generated in the first level
+\ldash macros, conditionals, and a number
+of primitive \TeX\ commands \rdash are subject to expansion.
+Expansion is the process that replaces some (sequences of)
+tokens by other (or no) tokens.
+\item The execution processor.
+Control sequences that are not expandable are executable,
+and this execution takes place on the third level of the
+\TeX\ processor.
+
+One part of the activity here concerns changes to
+\TeX's internal state: assignments (including
+macro definitions) are typical activities in this
+\awp
+category. The other major thing happening on this level
+is the construction of horizontal, vertical, and
+mathematical lists.
+\item The visual processor.
+In the final level of processing
+the visual part of \TeX\ processing is performed. Here
+horizontal lists are broken into paragraphs,
+vertical lists are broken into pages,
+and formulas are built out of math lists.
+Also the output to the \n{dvi} file takes place on this level.
+The algorithms working here are not accessible to the user,
+but they can be influenced by a number of parameters.
+\end{enumerate}
+
+%\point The input processor
+\section{The input processor}
+
+The input processor of \TeX\ is that part of \TeX\ that
+translates whatever characters it gets from the input file
+into tokens. The output of this processor is a stream
+of tokens: a token list. Most tokens fall into one of two categories:
+character tokens and control sequence tokens.
+The remaining category is that of the parameter tokens;
+these will not be treated in this chapter.
+
+%\spoint Character input
+\subsection{Character input}
+
+For simple input text, characters are made into
+character tokens. However, \TeX\ can ignore input characters:
+a row of spaces in the input is usually equivalent to just one
+space. Also, \TeX\ itself can insert tokens that do not correspond
+to any character in the input, for instance the space token
+at the end of the line, or the \cs{par} token after an empty line.
+
+Not all character tokens signify characters to be typeset.
+\altt
+Characters fall into sixteen categories \ldash each one
+specifying a certain function that a character can have \rdash
+of which only two contain the characters that will be
+typeset. The other categories contain such characters
+as~\n{\char`\{}, \n{\char`\}},
+\n\&, and~\n\#. A~character token can be considered
+as a pair of numbers: the character code \ldash typically the \ascii\
+code \rdash and the category code.
+It is possible to change
+the category code that is associated with a particular
+character code.
+
+When the escape character (by default~\cs{}$\,$) appears in the input,
+\TeX's behaviour in forming tokens is more complicated.
+Basically,
+\TeX\ builds a control sequence by taking a number of characters
+from the input and lumping them together into a single token.
+
+The behaviour with which \TeX's input processor
+reacts to category codes can be described
+as a machine that switches between three internal states:
+$N$,~new line; $M$,~middle of line; $S$,~skipping spaces.
+These states and the transitions between them are treated
+in Chapter~\ref{mouth}.
+
+%\spoint Two-level input processing
+\subsection{Two-level input processing}
+
+\TeX's input processor is in fact itself a two-level processor.
+Because of limitations of the terminal, the editor, or the operating
+\awp
+system, the user may not be able to input certain desired characters.
+Therefore, \TeX\ provides a mechanism to access
+with two superscript characters all of the available character
+positions. This may be considered
+a separate stage of \TeX\ processing, taking place
+prior to the three-state machine mentioned above.
+
+For instance, the sequence \verb>^^+> is replaced by~\n{k} because
+the \ascii{} codes of \n k and \n + differ by~64.
+Since this replacement takes place before tokens are formed,
+writing \verb>\vs^^+ip 5cm> has the same effect as
+\verb>\vskip 5cm>. Examples more useful than this exist.
+
+Note that this first stage is a transformation from
+characters to characters, without considering category
+codes. These come into play only in the second phase
+of input processing where characters are converted
+to character tokens by coupling the category code
+to the character code.
+
+%\point The expansion processor
+\section{The expansion processor}
+
+\TeX's expansion processor accepts a stream of tokens
+and, if possible,
+expands the tokens in this stream one by one
+until only unexpandable tokens remain.
+Macro expansion is the clearest example of this:
+if a control sequence is a macro name, it is replaced
+(together possibly with parameter tokens) by
+the definition text of the macro.
+
+Input for the expansion processor is provided mainly
+by the input processor. The stream of tokens coming
+from the first stage of \TeX\ processing is subject
+to the expansion process, and the result is a stream
+of unexpandable tokens which is fed to the execution processor.
+
+However, the expansion processor comes into play
+also when (among others) an \cs{edef} or \cs{write} is processed.
+The parameter token list of these commands is
+expanded very much as if the lists had been
+on the top level, instead of the argument to a command.
+
+%\spoint The process of expansion
+\subsection{The process of expansion}
+
+Expanding a token consists of the following steps:
+\begin{enumerate}
+\item See whether the token is expandable.
+\item If the token is unexpandable, pass it to the token
+ list currently being built, and take on the next token.
+
+\item If the token is expandable, replace it by its expansion.
+ For macros without parameters, and a few primitive commands
+ such as \cs{jobname}, this is indeed a simple replacement.
+ Usually, however, \TeX\ needs to absorb some argument tokens from
+ the stream in order to be able to form the replacement
+ of the current token.
+ For instance, if the token was a macro with parameters,
+ sufficiently many tokens need to be absorbed to form
+ the arguments corresponding to these parameters.
+
+\item Go on expanding, starting with the first token of the
+ expansion.
+\end{enumerate}
+%
+Deciding whether a token is expandable is
+a simple decision. Macros and active characters,
+conditionals, and a number of primitive \TeX\ commands
+\awp
+(see the list on page~\pageref{expand:lijst})
+are expandable, other tokens are not.
+Thus the expansion processor replaces macros by their expansion,
+it evaluates conditionals and eliminates any irrelevant parts of
+these, but tokens such as \cs{vskip} and character tokens,
+including characters such as dollars and braces, are passed untouched.
+%\endinput
+%\spoint Special cases: \cs{expandafter}, \cs{noexpand}, and \cs{the}
+\subsection{Special cases: \cs{expandafter}, \cs{noexpand}, and \cs{the}}
+
+As stated above,
+after a token has been expanded, \TeX\ will start expanding
+the resulting tokens. At first sight the \cs{expandafter}
+command would seem to be an exception to this rule, because
+it expands only one step. What actually happens is that
+the sequence \begin{disp}\cs{expandafter}\gr{token$_1$}\gr{token$_2$}\end{disp}
+is replaced by
+\begin{disp}\gr{token$_1$}\gr{\italic expansion of token$_2$}\end{disp}
+and this replacement is in fact reexamined by the expansion
+processor.
+
+Real exceptions do exist, however. If the
+current token is the \cs{noexpand} command, the next
+token is considered for the moment to be unexpandable:
+it is handled as if it were \cs{relax}, and it is
+passed to the token list being built.
+
+For example,
+in the macro definition
+\begin{verbatim}
+\edef\a{\noexpand\b}
+\end{verbatim}
+the replacement text \verb>\noexpand\b> is expanded at definition
+time. The expansion of \cs{noexpand} is the next token, with
+a temporary meaning of \cs{relax}. Thus, when the expansion
+processor tackles the next token, the~\cs{b}, it will consider
+that to be unexpandable, and just pass it to the token list
+being built, which is the replacement text of the macro.
+
+Another exception is that the tokens
+resulting from \cs{the}\gr{token variable}
+are not expanded further if this statement occurs
+inside an \cs{edef} macro definition.
+
+%\spoint Braces in the expansion processor
+\subsection{Braces in the expansion processor}
+
+Above, it was said that braces are passed as unexpandable
+character tokens. In general this is true. For instance,
+the \cs{romannumeral} command is handled by the expansion
+processor; when confronted with
+\begin{verbatim}
+\romannumeral1\number\count2 3{4 ...
+\end{verbatim}
+\TeX\ will expand until the brace is encountered:
+if \cs{count2} has the value of zero, the result will be
+the roman numeral representation of~\n{103}.
+
+As another example, \begin{verbatim}
+\iftrue {\else }\fi
+\end{verbatim}
+is handled by the expansion processor
+completely analogous to
+\begin{disp}\cs{iftrue} {\italic a}\cs{else} {\italic b}\cs{fi}\end{disp}
+\awp
+The result is a character token, independent of its category.
+
+However, in the context of macro expansion
+the expansion processor will
+recognize braces.
+First of all, a balanced pair of braces marks off a group of tokens
+to be passed as one argument.
+If a macro has an argument \begin{verbatim}
+\def\macro#1{ ... }
+\end{verbatim}
+one can call it with a single token, as in
+\begin{verbatim}
+\macro 1 \macro \$
+\end{verbatim}
+or with a group of tokens, surrounded by braces
+\begin{verbatim}
+\macro {abc} \macro {d{ef}g}
+\end{verbatim}
+
+
+Secondly, when the arguments for a macro with
+parameters are read, no expressions with unbalanced braces
+are accepted. In
+\begin{verbatim}
+\def\a#1\stop{ ... }
+\end{verbatim}
+the argument consists of all
+tokens up to the first occurrence of \cs{stop}
+that is not in braces: in
+\begin{verbatim}
+\a bc{d\stop}e\stop
+\end{verbatim}
+the argument of~\cs{a} is \verb>bc{d\stop}e>.
+Only balanced expressions
+are accepted here.
+
+%\point The execution processor
+\section{The execution processor}
+
+The execution processor builds lists: horizontal, vertical,
+and math lists. Corresponding to these lists, it works
+in horizontal, vertical, or math mode. Of these three modes
+`internal' and `external' variants exist.
+In addition to building lists, this part of the \TeX\ processor
+also performs mode-independent processing, such as
+assignments.
+
+Coming out of the expansion processor is a stream of
+unexpandable tokens to be processed by
+the execution processor.
+\relax From the point of view of the execution processor, this
+stream contains two types of tokens:
+\begin{itemize}
+\item Tokens signalling an assignment (this includes
+ macro definitions), and
+ other tokens signalling actions
+ that are independent of the mode, such
+ as \cs{show} and \cs{aftergroup}.
+\item Tokens that build lists:
+ characters, boxes, and glue. The way they are handled
+ depends on the current mode.
+\end{itemize}
+
+Some objects can be used in any mode; for instance boxes
+can appear in horizontal, vertical, and math lists.
+The effect of such an object will of course still depend on the mode.
+Other objects are specific for one mode.
+For instance, characters (to be more precise:
+character tokens of categories 11 and~12),
+are intimately connected to horizontal mode:
+if the execution processor
+is in vertical mode when it encounters a character, it will
+switch to horizontal mode.
+
+Not all character tokens signal characters to be typeset:
+the execution processor can also encounter math shift
+\awp
+characters (by default~\n{\char`\$}) and beginning/end of group
+characters (by default \n{\char`\{} and~\n{\char`\}}).
+Math shift characters let \TeX\ enter or exit
+math mode, and braces let it enter or exit a~new level of
+grouping.
+
+One control sequence handled by the execution processor
+deserves special mention: \cs{relax}.
+This control sequence is not expandable, but the execution
+is to do nothing. Compare the effect of \cs{relax} in
+\begin{verbatim}
+\count0=1\relax 2
+\end{verbatim}
+with that of \cs{empty}
+defined by \begin{verbatim}
+\def\empty{}
+\end{verbatim}
+in
+\begin{verbatim}
+\count0=1\empty 2
+\end{verbatim}
+In the first case the expansion
+process that is forming the number stops at \cs{relax} and
+the number {\tt 1} is assigned; in the second case
+\cs{empty} expands to nothing, so {\tt 12} is assigned.
+
+%\point The visual processor
+\section{The visual processor}
+
+\TeX's output processor encompasses those algorithms that
+are outside direct user control: paragraph breaking,
+alignment, page breaking, math typesetting, and \n{dvi} file
+generation. Various parameters control the operation
+of these parts of \TeX.
+
+Some of these algorithms return their results in a form that
+can be handled by the execution processor. For instance,
+a paragraph that has been broken into lines is added to
+the main vertical list as a sequence of horizontal boxes
+with intermediate glue and penalties. Also, the page breaking
+algorithm stores its result in \cs{box255}, so output
+routines can dissect it. On the other hand, a math formula
+can not be broken into pieces, and, naturally,
+shipping a box to the \n{dvi} file is irreversible.
+
+%\point Examples
+\section{Examples}
+
+%\spoint Skipped spaces
+\subsection{Skipped spaces}
+
+Skipped spaces provide an illustration of the view that
+\TeX's levels of processing accept the completed input
+of the previous level. Consider the commands
+\begin{verbatim}
+\def\a{\penalty200}
+\a 0
+\end{verbatim}
+This is {\italic not\/} equivalent to
+\begin{verbatim}
+\penalty200 0
+\end{verbatim}
+\awp
+which would place a penalty of \n{200}, and
+typeset the digit~\n0. Instead it expands to
+\begin{verbatim}
+\penalty2000
+\end{verbatim}
+because the space after \cs{a} is skipped in the
+input processor. Later stages of processing then receive
+the sequence \begin{verbatim}
+\a0
+\end{verbatim}
+
+%\spoint Internal quantities and their representations
+\subsection{Internal quantities and their representations}
+
+\TeX\ uses various sorts of internal quantities,
+such as integers and dimensions. These internal
+quantities have an external representation,
+which is a string of characters, such as
+\n{4711} or~\n{91.44cm}.
+
+Conversions between the internal value and the external
+representation take place on two different levels,
+depending on what direction the conversion goes.
+A~string of characters is converted to an internal
+value in assignments such as
+\begin{verbatim}
+\pageno=12 \baselineskip=13pt
+\end{verbatim}
+or statements such as
+\begin{verbatim}
+\vskip 5.71pt
+\end{verbatim}
+and all of these statements are handled by the execution
+processor.
+
+On the other hand, the conversion of the internal
+values into a representation as a string of
+characters is handled by the expansion processor.
+For instance, \begin{verbatim}
+\number\pageno \romannumeral\year
+\the\baselineskip
+\end{verbatim}
+are all processed by expansion.
+
+As a final example, suppose \verb>\count2=45>, and
+consider the statement
+\begin{verbatim}
+\count0=1\number\count2 3
+\end{verbatim}
+The expansion processor tackles \verb>\number\count2>
+to give the characters \n{45}, and the space after
+the \n 2 does not end the number being assigned:
+it only serves as a delimiter
+of the number of the \cs{count} register.
+In the next stage of processing, the execution processor
+will then see the statement
+\begin{verbatim}
+\count0=1453
+\end{verbatim}
+and execute this.
+
+%\endinput
+
+%%%% end of input file [bigpic]
+
+%\InputFile:mouth
+%%%% this is input file [mouth]
+%\tracingmacros=2 \tracingcommands\tracingmacros
+%\subject[mouth] Category Codes \nl and Internal States
+\endofchapter
+\chapter{Category Codes and Internal States}\label{mouth}
+
+When characters are read,
+\TeX\ assigns them
+category codes. The reading mechanism has three internal
+states, and transitions between these states are effected
+by category codes of characters in the input.
+This chapter describes how \TeX\ reads its input and
+how the category codes of characters influence the
+reading behaviour. Spaces and line ends are discussed.
+
+\begin{inventory}
+\item [\cs{endlinechar}]
+ The character code of the end-of-line character
+ appended to input lines.
+ \IniTeX\ default:~13.
+\item [\cs{par}]
+ Command to close off a paragraph and go into vertical mode.
+ Is generated by empty lines.
+
+\item [\cs{ignorespaces}]
+ Command that reads and expands until something is
+ encountered that is not a \gr{space token}.
+
+\item [\cs{catcode}]
+ Query or set category codes.
+
+\item [\cs{ifcat}]
+ Test whether two characters have the same category code.
+
+\item [\cs{\char32}]
+ Control space.
+ Insert the same amount of space that a space token would
+ when \cs{spacefactor}${}=1000$.
+
+\item [\cs{obeylines}]
+ Macro in plain \TeX\ to make line ends significant.
+
+\item [\cs{obeyspaces}]
+ Macro in plain \TeX\ to make (most) spaces significant.
+\end{inventory}
+
+%\point Introduction
+\section{Introduction}
+
+\TeX's input processor scans input lines from a file or terminal, and
+makes tokens out of the characters.
+The input processor can be viewed as
+a simple finite state automaton with three internal states;
+depending on the state its scanning behaviour may differ.
+This automaton will be treated here both from the point of view of the
+internal states and of the category codes governing the
+transitions.
+
+%\point Initial processing
+\section{Initial processing}
+
+Input from a file (or from the user terminal, but this
+will not be mentioned specifically
+most of the time) is handled one line at a time.
+Here follows a discussion of what exactly is an input line
+for \TeX.
+
+Computer systems differ with respect to
+\term line! input\par\term line! end\par\term machine independence\par
+the exact definition of an input
+\mdqon
+line. The carriage return/""line feed
+\mdqoff
+\awp
+\message{slash-dash}%
+sequence terminating a line is most common,
+but some systems use just a line feed, and
+some systems with fixed record length (block) storage do not have
+a line terminator at all. Therefore \TeX\ has its
+own way of terminating an input line.
+
+\begin{enumerate}
+\item An input line is read from an input file (minus the
+line terminator, if any).
+\item Trailing spaces are removed (this is for the systems
+with block storage, and it prevents confusion because these
+spaces are hard to see in an editor).
+\item The \cstoidx endlinechar\par, by default \gram{return}
+(code~13) is appended.
+If the value of \cs{endlinechar} is negative
+\label{append:elc}%
+or more than~255 (this was 127 in versions of \TeX\ older
+than version~3; see page~\pageref{2vs3} for more differences),
+no character is appended.
+The effect then is the same as
+if the line were to end with a comment character.
+\end{enumerate}
+
+
+Computers may also differ in the character encoding
+(the most common schemes are \ascii{} and \ebcdic{}), so \TeX\
+converts the characters that are read from the file to its
+own character codes. These codes are then used exclusively,
+so that \TeX\ will perform the same on any system.
+For more on this, see Chapter~\ref{char}.
+
+%\point Category codes
+\section{Category codes}
+
+Each of the 256 character codes (0--255) has an
+\term category codes\par
+associated category code, though not necessarily always the same one.
+There are 16 categories, numbered 0--15.
+When scanning the input, \TeX\
+thus forms character-code--category-code pairs.
+The input processor sees only these pairs; from them are formed
+character tokens, control sequence tokens, and parameter tokens.
+These tokens are then passed to \TeX's expansion and execution
+processes.
+
+A~character token is a character-code--category-code
+pair that is passed unchanged.
+A~control sequence token consists of one or more characters
+preceded by an escape character; see below.
+Parameter tokens are also explained below.
+
+This is the list of the categories, together with a brief
+description. More elaborate explanations follow in this and
+later chapters.
+\begin{enumerate} \message{set counter}%\SetCounter:item=-1
+\setcounter{enumi}{-1}
+\item\label{ini:esc} Escape character; this signals the start of a control
+ sequence. \IniTeX\ makes the backslash \verb-\- (code~92)
+ an escape character.
+\item Beginning of group; such a character causes \TeX\ to enter a new
+ level of grouping. The plain format makes the open brace \verb-{-
+\mdqon
+ a beginning"-of-group character.
+\mdqoff
+\item End of group; \TeX\ closes the current level of grouping.
+ Plain \TeX\ has the closing brace \verb-}- as end-of-group
+ character.
+\item Math shift; this is the opening and closing delimiter for
+ math formulas. Plain \TeX\ uses the dollar sign~\verb-$-
+ for this.
+\item Alignment tab; the column (row) separator in tables
+ made with \cs{halign} (\cs{valign}). In plain
+ \TeX\ this is the ampersand~\verb-&-.
+\item\label{ini:eol} End of line; a character that \TeX\ considers
+ to signal the
+ end of an input line.
+ \IniTeX\ assigns this code to the \gram{return}, that is, code~13.
+ Not coincidentally, 13~is also the value that \IniTeX\
+ assigns to the \cs{endlinechar} parameter; see above.
+\awp
+\item Parameter character; this indicates parameters for macros.
+ In plain \TeX\ this is the hash sign~\verb-#-.
+\item Superscript; this precedes superscript expressions
+ in math mode. It is also used to denote character
+ codes that cannot
+ be entered in an input file; see below.
+ In plain \TeX\ this is the circumflex~\verb-^-.
+\item Subscript; this precedes subscript expressions in math mode.
+ In plain \TeX\ the underscore~\verb-_- is used for this.
+\item Ignored; characters of this category are removed
+ from the input, and have therefore no influence on
+ further \TeX\ processing. In plain \TeX\ this is
+ the \gr{null} character, that is, code~0.
+\item\label{ini:sp} Space; space characters receive special treatment.
+ \IniTeX\ assigns this category to the \ascii{} \gr{space}
+ character, code~32.
+\item\label{ini:let} Letter; in \IniTeX\ only the characters \n{a..z}, \n{A..Z}
+ are in this category. Often, macro packages make
+ some `secret' character (for instance~\n@) into a letter.
+\item\label{ini:other} Other; \IniTeX\ puts everything that is
+ not in the other categories into this category. Thus
+ it includes, for instance, digits and punctuation.
+\item Active; active characters function as a \TeX\ command,
+ without being preceded by an escape character.
+ In plain \TeX\ this is only the tie character~\verb-~-,
+ which is defined to produce
+ an unbreakable space; see page~\pageref{tie}.
+\item\label{ini:comm} Comment character; from a comment character onwards,
+ \TeX\ considers the rest of an input line to be
+ comment and ignores it. In \IniTeX\ the per cent sign \verb-%-
+ is made a comment character.
+\item\label{ini:invalid} Invalid character; this category is for characters that
+ should not appear in the input. \IniTeX\ assigns the
+ \ascii\ \gr{delete} character, code~127, to this category.
+\end{enumerate}
+
+The user can change the mapping
+of character codes to category codes
+with the \cstoidx catcode\par\ command (see Chapter~\ref{gramm}
+for the explanation of concepts such as~\gr{equals}):
+\begin{disp}\cs{catcode}\gram{number}\gr{equals}\gram{number}.\end{disp}
+In such a statement, the first number is often given in the form
+\begin{disp}\verb>`>\gr{character}\quad or\quad \verb>`\>\gr{character}\end{disp}
+both of which denote the character code of the character
+(see pages \pageref{char:code} and~\pageref{int:denotation}).
+
+The plain format defines
+\csterm active\par
+\begin{verbatim}
+\chardef\active=13
+\end{verbatim}
+so that one can write statements such as
+\begin{verbatim}
+\catcode`\{=\active
+\end{verbatim}
+The \cs{chardef} command is treated
+on pages \pageref{chardef} and~\pageref{num:chardef}.
+
+The \LaTeX\ format has the control sequences
+\begin{verbatim}
+\def\makeatletter{\catcode`@=11 }
+\def\makeatother{\catcode`@=12 }
+\end{verbatim}
+in order to switch on and off the `secret' character~\n@
+(see below).
+\awp
+
+The \cs{catcode} command can also be used to query category
+codes: in \begin{verbatim}
+\count255=\catcode`\{
+\end{verbatim}
+it yields a number, which can be assigned.
+
+Category codes can be tested by
+\begin{disp}\cs{ifcat}\gr{token$_1$}\gr{token$_2$}\end{disp}
+\TeX\ expands whatever is after \cs{ifcat} until two
+unexpandable tokens are found; these are then compared
+with respect to their category codes. Control sequence
+tokens are considered to have category code~16,
+which makes them all equal to each other, and unequal to
+all character tokens.
+Conditionals are treated further in Chapter~\ref{if}.
+
+%\point From characters to tokens
+\section{From characters to tokens}
+
+The input processor
+of \TeX\ scans input lines from a file or from the
+user terminal, and converts the characters in the input
+to tokens. There are three types of tokens.
+\begin{itemize}\item Character tokens: any character that is
+ passed on its own to \TeX's
+further levels of processing with an appropriate
+category code attached.
+\item Control sequence tokens, of which there are two kinds:
+ an escape character
+\ldash that is,\message{ldash nobreak?}
+a character of category~0 \rdash followed
+by a string of `letters' is
+lumped together into a {\em control word}, which is a single token.
+An escape character followed by a single character that is not of
+category~11, letter, is made into a
+{\em control symbol}\term control! symbol\par.
+If the distinction between control word and control symbol is
+irrelevant, both are called
+{\em control sequences}\term control! sequence\par.
+
+The control symbol that results from an escape character followed
+\csterm \char32\par
+by a space character is called
+{\em control space}\term control! space\par.
+
+\item Parameter tokens: a parameter character
+ \ldash that is, a character of category~6, by default~\verb=#= \rdash
+followed by a digit \n{1..9} is replaced by a parameter token.
+Parameter tokens are allowed only in the context of
+macros (see Chapter~\ref{macro}).
+
+A macro parameter character followed by another macro parameter
+character (not necessarily with the same character code)
+is replaced by a single character token.
+This token has category~6 (macro parameter), and the character
+code of the second parameter character.
+The most common instance is of this is
+replacing \n{\#\#} by~\n{\#$_6$}, where the subscript
+denotes the category code.
+
+\end{itemize}
+
+%\point[input:states] The input processor as a finite state automaton
+\section{The input processor as a finite state automaton}
+\label{input:states}
+
+\TeX's input processor can be considered to be a finite state
+automaton with three internal states,
+that is, at any moment in time it is in one of three states,
+\term state! internal\par
+and after transition to another state there is no memory of the
+\awp
+previous states.
+
+%\spoint State {\italic N}: new line
+\subsection{State {\italic N}: new line}
+
+State {\italic N} is entered at the beginning of each new input line,
+and that is the only time \TeX\ is in this state.
+In state~{\italic N} all space tokens (that is, characters of category~10)
+are ignored; an end-of-line character is converted
+into a \cs{par} token.
+All other tokens bring \TeX\ into state~{\italic M}.
+
+%\spoint State {\italic S}: skipping spaces
+\subsection{State {\italic S}: skipping spaces}
+
+State {\italic S} is entered in any mode after a control word or
+control space (but after no other control symbol),
+or, when in state~{\italic M}, after a space.
+In this state all subsequent spaces or end-of-line characters
+in this input line are discarded.
+
+%\spoint State {\italic M}: middle of line
+\subsection{State {\italic M}: middle of line}
+
+By far the most common state is~{\italic M}, `middle of line'.
+It is entered after characters of categories
+1--4, 6--8, and 11--13, and after control symbols
+other than control space.
+An end-of-line character encountered in this state
+results in a space token.
+
+\input figflow \message{left align flow diagram}
+\vskip12pt plus 1pt minus 4pt\relax %before spoint skip
+\begin{tdisp}%\PopIndentLevel
+\leavevmode\relax
+%\figmouth
+\message{fig mouth missing}
+\end{tdisp}
+
+
+%\point[hathat] Accessing the full character set
+\section{Accessing the full character set}
+\label{hathat}
+
+Strictly speaking, \TeX's input processor
+is not a finite state automaton.
+This is because during the scanning of the input line
+all trios consisting of two {\sl equal\/} superscript characters
+\term \char94\char94\ replacement\par
+(category code~7) and a subsequent character
+(with character code~$<128$)
+are replaced by a single character with a character
+code in the range 0--127,
+differing by 64 from that of the original character.
+
+This mechanism can be used, for instance, to access positions in a font
+corresponding to character codes that cannot
+be input, for instance because they are \ascii{} control characters.
+The most obvious examples are the \ascii{} \gr{return}
+and \gr{delete} characters; the corresponding
+positions 13 and 127 in a font are
+accessible as \verb>^^M> and~\verb>^^?>.
+However, since the category of \verb>^^?> is 15, invalid,
+that has to be changed before character 127 can be accessed.
+\awp
+
+In \TeX3 this mechanism has been
+modified and extended to access 256 characters:
+any quadruplet \verb-^^xy- where both \n x and \n y are lowercase
+hexadecimal digits \n0--\n9, \n a--\n f,
+is replaced by a character in the
+range 0--255, namely the character the number of which is
+represented hexadecimally as~\n{xy}.
+This imposes a slight restriction on the applicability
+of the earlier mechanism: if, for instance, \verb>^^a>
+is typed to produce character~33, then a following
+\n0--\n9, \n{a}--\n{f} will be misunderstood.
+
+While this process makes \TeX's input processor
+somewhat more powerful
+than a true finite state automaton,
+it does not interfere with the rest of
+the scanning. Therefore it is conceptually simpler to pretend that
+such a replacement of triplets or quadruplets
+of characters, starting with~\verb>^^>, is performed in advance.
+In actual practice this is not possible,
+because an
+input line may assign category code~7 to some
+character other than the circumflex, thereby
+influencing its further processing.
+
+
+%\point Transitions between internal states
+\section{Transitions between internal states}
+
+Let us now discuss the effects on the internal state
+of \TeX's input processor when
+certain category codes are encountered in the input.
+
+%\spoint 0: escape character
+\subsection{0: escape character}
+
+When an escape character is encountered\term character !escape\par,
+\TeX\ starts forming a control sequence token.
+Three different types of control sequence can result,
+depending on the category code of the character that
+follows the escape character.
+
+\begin{itemize}\item
+If the character following the escape is of category~11,
+letter, then \TeX\ combines the escape,
+that character and all following
+characters of category~11, into a control word.
+After that \TeX\
+goes into state~{\italic S}, skipping spaces.
+\item
+With a character of category~10, space,
+a control symbol called control space results,
+and \TeX\ goes into state~{\italic S}.
+\item
+With a character of any other category code
+a control symbol results, and \TeX\ goes into state~{\italic M},
+middle of line.
+\end{itemize}
+
+The letters of a control sequence name have to be all on one line;
+a control sequence name is not continued on the next line
+if the current line ends with a comment sign, or if (by letting
+\cs{endlinechar} be outside the range~0--255)
+there is no terminating character.
+
+%\spoint 1--4, 7--8, 11--13: non-blank characters
+\subsection{1--4, 7--8, 11--13: non-blank characters}
+
+Characters of category codes 1--4, 7--8, and 11--13 are made
+into tokens, and \TeX\ goes into state~{\italic M}.
+
+%\spoint 5: end of line
+\subsection{5: end of line}
+
+Upon encountering an end-of-line character,
+\TeX\ discards the rest of the
+line, and starts processing the next line,
+in state~{\italic N}. If the current state was~{\italic N},
+\awp
+that is, if the
+line so far contained at most spaces, a~\cs{par} token
+is inserted; if the state was~{\italic M}, a~space token is inserted,
+and in state~{\italic S} nothing is inserted.
+
+Note that by `end-of-line character' a character with category
+code~5 is meant. This is not necessarily the \cs{endlinechar},
+nor need it appear at the end of the line.
+See below for further remarks on line ends.
+
+%\spoint 6: parameter
+\subsection{6: parameter}
+
+Parameter characters \ldash usually~\verb=#= \rdash can be
+\term character !parameter\par
+followed by either a digit \n{1..9}
+in the context of macro definitions
+\altt
+or by another parameter character.
+In the first case a `parameter token' results,
+in the second case only a single parameter character
+is passed on as a character token for further processing.
+In either case \TeX\ goes into state~{\italic M}.
+
+A parameter character can also appear on its own in an
+alignment preamble (see Chapter~\ref{align}).
+
+%\spoint 7: superscript
+\subsection{7: superscript}
+
+A superscript character is handled like most non-blank
+characters, except in the case where it is followed
+by a superscript character of the same character code.
+The process
+that replaces these two characters plus the following character
+(possibly two characters in \TeX3) by another character
+was described above.
+
+%\spoint 9: ignored character
+\subsection{9: ignored character}
+
+Characters of category 9 are ignored; \TeX\ remains in the same state.
+
+%\spoint 10: space
+\subsection{10: space}
+
+A token with category code 10 \ldash this is called a \gr{space token},
+irrespective of the character code \rdash
+is ignored in states {\italic N} and~{\italic S}
+(and the state does not change);
+in state~{\italic M} \TeX\ goes into state~{\italic S}, inserting
+a token that has category~10 and character code~32
+(\ascii{} space)\term character !space\par,
+that is, the character code of the space token may change
+from the character that was actually input.
+
+%\spoint 14: comment
+\subsection{14: comment}
+
+A comment character causes \TeX\ to discard
+the rest of the line, including the comment character.
+In particular, the end-of-line character is not seen,
+so even if the comment was encountered in state~{\italic M}, no space
+token is inserted.
+
+%\spoint 15: invalid
+\subsection{15: invalid}
+
+Invalid characters cause an error message. \TeX\ remains in
+the state it was in.
+However, in the context of a control symbol an invalid character
+is acceptable. Thus \verb>\^^?> does not cause any error messages.
+\awp
+
+%\point[cat12] Letters and other characters
+\section{Letters and other characters}
+\label{cat12}
+
+In most programming languages identifiers can consist
+of both letters and digits (and possibly some other
+character such as the underscore), but control sequences in \TeX\
+are only allowed to be formed out of characters of category~11,
+letter. Ordinarily, the digits and punctuation symbols have
+category~12, other character.
+However, there are contexts where \TeX\ itself
+generates a string of characters, all of which have
+category code~12, even if that is not their usual
+category code.
+
+This happens when the operations
+\cs{string},
+\cs{number},
+\cs{romannumeral},
+\cs{jobname},
+\cs{fontname},
+\cs{meaning},
+and \cs{the}
+are used to generate a stream of character tokens.
+If any of the characters delivered by such a command
+is a space character (that is, character code~32),
+it receives category code~10, space.
+
+For the extremely rare case where a hexadecimal digit has been
+hidden in a control sequence, \TeX\ allows \n A$_{12}$--\n F$_{12}$
+to be hexadecimal digits, in addition to the ordinary
+\n A$_{11}$--\n F$_{11}$ (here
+the subscripts denote the category codes).
+
+For example,
+\begin{disp}\verb>\string\end>\quad gives four character tokens\quad
+\n{\char92$_{12}$e$_{12}$n$_{12}$d$_{12}$} \end{disp}
+Note that
+\n{\char92$_{12}$}\term character !escape\par\label{use:escape}
+is used in the output only because the
+value of \cs{escapechar} is the character code for the
+backslash. Another value of \cs{escapechar} leads to another
+character in the output of \cs{string}.
+The \cs{string} command is treated further in Chapter~\ref{char}.
+
+Spaces can wind up in control sequences:
+\begin{disp}\verb>\csname a b\endcsname>\end{disp} gives a control sequence
+token in which one of the three characters is a space.
+Turning this control sequence token into a string of characters
+\begin{disp}\verb>\expandafter\string\csname a b\endcsname>\end{disp}
+gives \n{\char92$_{12}$a$_{12}$\char32$_{10}$b$_{12}$}.
+
+
+As a more practical example, suppose there exists a sequence
+of input files \n{file1.tex}, \n{file2.tex}\label{ex:jobnumber},
+and we want to
+write a macro that finds the number of the input file
+that is being processed. One approach would be to write
+\begin{verbatim}
+\newcount\filenumber \def\getfilenumber file#1.{\filenumber=#1 }
+\expandafter\getfilenumber\jobname.
+\end{verbatim}
+where the letters \n{file} in the parameter text of the
+macro (see Section~\ref{param:text}) absorb that part of the
+jobname, leaving the number as the sole parameter.
+
+However, this is slightly incorrect: the letters \n{file} resulting
+from the \cs{jobname} command have category code~12, instead of
+11 for the ones in the definition of \cs{getfilenumber}.
+This can be repaired as follows:
+\begin{verbatim}
+{\escapechar=-1
+ \expandafter\gdef\expandafter\getfilenumber
+ \string\file#1.{\filenumber=#1 }
+}
+\end{verbatim}
+\awp
+Now the sequence \verb>\string\file> gives the four
+letters \n{f$_{12}$i$_{12}$l$_{12}$e$_{12}$};
+the \cs{expandafter} commands let this be executed prior to
+the macro definition;
+the backslash is omitted because we put \verb>\escapechar=-1>.
+Confining this value to a group makes it necessary to use~\cs{gdef}.
+
+
+%\global\def\pppar.{\par}
+%\point The \lowercase{\n{\char92par}} token
+\section{The \lowercase{\n{\char92par}} token}
+
+\TeX\ inserts a \cstoidx par\par\ token into the input after
+\term line !empty\par
+encountering a character with category code~5,
+end of line, in state~{\italic N}.
+It is good to realize when exactly this happens:
+since \TeX\ leaves state~{\italic N}
+when it encounters any token but a space,
+a~line giving a \cs{par} can only contain characters
+of category~10. In particular, it cannot end with a comment
+character. Quite often this fact is used the other way around:
+if an empty line is wanted for the layout of the input
+one can put a comment sign on that line.
+
+
+Two consecutive empty lines generate two \cs{par} tokens.
+For all practical purposes this is equivalent to one \cs{par},
+because after the first one \TeX\ enters vertical mode, and
+in vertical mode a \cs{par} only
+exercises the page builder,
+and clears the paragraph shape parameters.
+
+A \cs{par} is also inserted into the input when \TeX\ sees a
+\gram{vertical command} in unrestricted horizontal mode.
+After the \cs{par} has been read and expanded, the
+vertical command is examined anew (see Chapters~\ref{hvmode}
+and~\ref{par:end}).
+
+The \cs{par} token may also be inserted by the \cs{end}
+command that finishes off the run of \TeX; see Chapter~\ref{output}.
+
+It is important to realize that \TeX\ does what it normally does
+when encountering an empty line
+(which is ending a paragraph)
+only because of the default definition of the \cs{par} token.
+By redefining \cs{par} the behaviour
+caused by empty lines and vertical commands can be changed completely,
+and interesting special effects can be achieved.
+In order to continue to be able to cause the actions normally
+associated with \cs{par}, the synonym \cs{endgraf} is
+available in the plain format. See further Chapter~\ref{par:end}.
+
+The \cs{par} token is not allowed to be part of a macro
+argument, unless the macro has been declared to be \cs{long}.
+A \cs{par} in the argument of a non-\cs{long} macro
+prompts \TeX\ to give a `runaway argument' message.
+Control sequences that have been \cs{let} to \cs{par}
+(such as \cs{endgraf}) are allowed, however.
+
+%\point Spaces
+\section{Spaces}
+
+This section treats some of the aspects of
+\term token !space\par
+space characters and space tokens in the initial processing
+stages of \TeX. The topic of spacing in text typesetting
+is treated in Chapter~\ref{space}.
+
+
+%\spoint Skipped spaces
+\subsection{Skipped spaces}
+
+From the discussion of the internal states of \TeX's
+input processor
+it is clear that some spaces in the input never reach the
+\awp
+output; in fact they never get past the input processor.
+These are for instance the spaces at the beginning
+of an input line, and the spaces following the one
+that lets \TeX\ switch to state~{\italic S}.
+
+
+On the other hand, line ends can generate spaces (which are not
+in the input) that may wind up in the output.
+There is a third kind of space: the spaces that get past the
+input processor,
+or are even generated there, but still do not wind up in the
+output. These are the \gram{optional spaces} that the
+syntax of \TeX\ allows in various places.
+
+%\spoint Optional spaces
+\subsection{Optional spaces}
+
+The syntax of \TeX\ has the concepts of `optional spaces'
+\term space! optional \par
+and `one optional space':
+\begin{disp}\gr{one optional space} $\longrightarrow$
+\gr{space token} $|$ \gr{empty}\nl
+\gr{optional spaces} $\longrightarrow$
+\gr{empty} $|$ \gr{space token}\gr{optional spaces}\end{disp}
+In general, \gr{one optional space} is allowed after
+numbers and glue specifications, while \gr{optional spaces} are
+allowed whenever a space can occur inside a number
+(for example, between a minus sign and the digits of the number)
+or glue specification (for example, between \n{plus} and \n{1fil}).
+Also, the definition of \gr{equals} allows \gr{optional spaces}
+before the \n= sign.
+
+Here are some examples of optional spaces.
+
+\begin{itemize}
+\item A number can be delimited by \gr{one optional space}.
+This prevents accidents (see Chapter~\ref{number}),
+and it speeds up processing, as \TeX\ can
+detect more easily where the \gram{number} being read ends.
+Note, however, that not every `number' is a \gram{number}:
+for instance the {\tt 2} in \cs{magstep2} is not a number,
+but the single token that is the parameter of the
+\cs{magstep} macro. Thus a space or line end after this
+is significant. Another example is a parameter number,
+for example~\n{\#1}: since at most nine parameters are allowed, scanning
+one digit after the parameter character suffices.
+
+\item From the grammar of \TeX\
+it follows that the
+keywords \n{fill} and \n{filll}
+consist of \n{fil} and
+separate {\tt l}$\,$s, each of which is a keyword
+(see page~\pageref{keywords} for a more elaborate discussion),
+and hence can be followed by optional spaces.
+Therefore forms such as \hbox{\n{fil L l}} are also valid.
+This is a potential source of strange accidents.
+In most cases, appending a \cs{relax} token prevents
+such mishaps.
+
+\item The primitive command \cstoidx ignorespaces\par\
+may come in handy as the final command in a macro definition.
+As it gobbles up
+optional spaces, it can be used to prevent spaces following the
+closing brace of an argument from winding up in the output
+inadvertently. For example, in
+\begin{verbatim}
+\def\item#1{\par\leavevmode
+ \llap{#1\enspace}\ignorespaces}
+\item{a/}one line \item{b/} another line \item{c/}
+yet another
+\end{verbatim}
+the \cs{ignorespaces} prevents spurious
+spaces in the second and third item.
+An empty line
+after \cs{ignorespaces} will still insert a \cs{par}, however.
+\end{itemize}
+\awp
+
+%\spoint Ignored and obeyed spaces
+\subsection{Ignored and obeyed spaces}
+
+After control words spaces are ignored. This is not an
+instance of optional spaces, but it is due to the fact that
+\TeX\ goes into state~{\italic S}, skipping spaces, after control
+words. Similarly an end-of-line character is skipped
+after a control word.
+
+Numbers are delimited by only \gr{one optional space},
+but still
+\begin{disp}\n{a\char92 count0=3\char32\char32b}\quad gives\quad `ab',\end{disp}
+because \TeX\ goes into state~{\italic S} after the first
+space token. The second space is therefore skipped
+in the input processor of \TeX; it never becomes a space token.
+
+Spaces are skipped furthermore when \TeX\ is in state~{\italic N},
+newline. When \TeX\ is processing in vertical mode
+space tokens (that is, spaces that were not skipped)
+are ignored. For example, the space inserted (because of the line end)
+after the first box in
+\begin{verbatim}
+\par
+\hbox{a}
+\hbox{b}
+\end{verbatim}
+has no effect.
+
+Both plain \TeX\ and \LaTeX\ define a command \cs{obeyspaces}
+\altt
+that makes spaces significant: after one space other spaces are no
+longer ignored. In both cases the basis is
+\altt
+\begin{verbatim}
+\catcode`\ =13 \def {\space}
+\end{verbatim}
+However, there is a difference between the two cases:
+in plain \TeX\ \begin{verbatim}
+\def\space{ }
+\end{verbatim}
+while in \LaTeX\ \begin{verbatim}
+\def\space{\leavevmode{} }
+\end{verbatim}
+although the macros bear other names there.
+
+The difference between the two macros becomes
+apparent in the context of \cs{obeylines}:
+each line end is then a \cs{par} command, implying that
+each next line is started in vertical mode.
+An active space is expanded by the plain macro to a space token,
+which is ignored in vertical mode.
+The active spaces in \LaTeX\ will immediately switch to horizontal
+mode, so that each space is significant.
+
+%\spoint More ignored spaces
+\subsection{More ignored spaces}
+
+There are three further places where \TeX\ will ignore space tokens.
+\alt
+\begin{enumerate}
+\item When \TeX\ is looking for
+an undelimited macro argument it will accept the
+first token (or group) that is not a space. This is treated
+in Chapter~\ref{macro}.
+
+\item In math mode space tokens are ignored (see Chapter~\ref{math}).
+
+\item After an alignment tab character spaces are ignored
+(see Chapter~\ref{align}).
+\end{enumerate}
+\awp
+
+%\spoint \gr{space token}
+\subsection{\gr{space token}}
+
+Spaces are anomalous in \TeX.
+For instance, the \cs{string} operation
+assigns category code~12 to all
+characters except spaces; they receive category~10.
+Also, as was said above, \TeX's input processor converts (when in
+state~{\italic M}) all tokens with category code~10 into real spaces:
+they get character code~32.
+Any character token with category~10 is called
+\gram{space token}\term space! token\par.
+Space tokens with character
+code not equal to 32 are called `funny spaces'
+\term space !funny\par.
+
+\begin{example} After giving the character \n Q
+the category code of a space character,
+and using it in a definition
+\begin{verbatim}
+\catcode`Q=10 \def\q{aQb}
+\end{verbatim}
+we get
+\begin{verbatim}
+\show\q
+macro:-> a b
+\end{verbatim}
+because the input processor
+changes the character code of the funny space
+in the definition.
+\end{example}
+
+Space tokens with character codes other than 32 can be
+created using, for instance, \cs{uppercase}.
+However, `since the various forms of
+space tokens are almost identical in behaviour, there's no
+point dwelling on the details'; see~\cite{Knuth:TeXbook}~p.~377.
+
+
+%\spoint Control space
+\subsection{Control space}
+
+The `control space' command \verb-\-\n{\char32}
+\cstoidx\char32\par\
+contributes the amount of space that a \gr{space token} would
+when the \verb=\spacefactor= is~1000.
+A~control space
+is not treated like a space token, or like a macro
+expanding to one (which is how \cs{space} is defined in plain \TeX).
+For instance, \TeX\ ignores spaces
+at the beginning of an input line, but
+control space is a \gr{horizontal command}, so it
+makes \TeX\ switch from vertical to horizontal mode
+(and insert an indentation box).
+See Chapter~\ref{space} for the space factor, and
+chapter~\ref{hvmode} for horizontal and vertical modes.
+
+%\spoint `\n{\char32}'
+\subsection{`\n{\char32}'}
+
+The explicit symbol `\n{\char32}' for a space
+is character~32 in the Computer Modern typewriter typeface.
+However, switching to \cs{tt} is not sufficient to get
+spaces denoted this way, because spaces will still
+receive special treatment in the input processor.
+
+One way to
+let spaces be typeset by \n{\char32}
+is to set \begin{verbatim}
+\catcode`\ =12
+\end{verbatim}
+\TeX\ will then take a space as the instruction to
+typeset character number~32. Moreover, subsequent spaces
+are not skipped, but also typeset this way: state~{\italic S}
+\awp
+is only entered after a character with category code~10.
+Similarly, spaces after a control sequence are made
+visible by changing the category code of the space character.
+
+%\point More about line ends
+\section{More about line ends}
+
+\TeX\ accepts lines from an input file, excluding any line
+terminator that may be used\term line! end\par.
+Because of this, \TeX's behaviour here is not dependent
+on the operating system and the line terminator it uses (\key{CR}-\key{LF},
+\key{LF}, or none at all for block storage).
+From the input line any trailing spaces are removed.
+The reason for this is historic; it has to do with
+the block storage mode on \key{IBM} mainframe computers.
+For some computer-specific problems with end-of-line
+characters, see~\cite{B:ctrl-M}.
+
+A~terminator character is then appended
+with a character code of \cs{endlinechar},
+unless this parameter has a value that
+is negative or more than~255.
+Note that this terminator character
+need not have category code~5, end of line.
+
+%\spoint Obeylines
+\subsection{Obeylines}
+
+Every once in a while it is desirable that the line ends in
+\message{Check spurious space obeylines+1}%
+\cstoidx obeylines\par\howto Change the meaning of the line end\par
+the input correspond to those in the output.
+The following piece of code does the trick:
+\begin{verbatim}
+\catcode`\^^M=13 %
+\def^^M{\par}%
+\end{verbatim}
+The \cs{endlinechar} character is here made active,
+and its meaning becomes \cs{par}.
+The comment signs prevent \TeX\ from seeing the terminator of the
+\alt
+lines of this definition, and expanding it since it is active.
+
+However, it takes some care to embed this code in a macro.
+The definition
+\begin{verbatim}
+\def\obeylines{\catcode`\^^M=13 \def^^M{\par}}
+\end{verbatim}
+will be misunderstood:
+\TeX\ will discard everything
+after the second \verb>^^M>, because this has category code~5.
+Effectively, this line is then
+\begin{verbatim}
+\def\obeylines{\catcode`\^^M=13 \def
+\end{verbatim}
+To remedy this,
+the definition itself has to be
+performed in a context where \verb>^^M> is an active
+character:\begin{verbatim}
+{\catcode`\^^M=13 %
+ \gdef\obeylines{\catcode`\^^M=13 \def^^M{\par}}%
+}
+\end{verbatim}
+Empty lines in the input are not taken into account
+in this definition: these disappear, because two consecutive \cs{par}
+tokens are (in this case) equivalent to one.
+A slightly modified definition for the line end as
+\begin{verbatim}
+\def^^M{\par\leavevmode}
+\end{verbatim}
+remedies this:
+now every line end forces \TeX\ to start a paragraph. For empty
+lines this will then be an empty paragraph.
+\awp
+
+%\spoint Changing the \cs{\endlinechar}
+\subsection{Changing the \cs{endlinechar}}
+
+Occasionally you may want to change the \cs{endlinechar}, or
+the \cs{catcode} of the ordinary line terminator \verb.^^M.,
+for instance to obtain special effects such as macros where
+the argument is terminated by the line end.
+See page~\pageref{pick:eol} for a worked-out example.
+
+There are a couple of traps. Consider the following:
+\begin{verbatim}
+{\catcode`\^^M=12 \endlinechar=`\^^J \catcode`\^^J=5
+...
+... }
+\end{verbatim}
+This causes unintended output of both character~13 (\verb-^^M-)
+and~10 (\verb-^^J-), caused by the line terminators of the
+first and last line.
+
+Terminating the first and last line with a comment works,
+but replacing the first line by the two lines
+\begin{verbatim}
+{\endlinechar=`\^^J \catcode`\^^J=5
+\catcode`\^^M=12
+\end{verbatim}
+is also a solution.
+
+Of course, in many cases it is not necessary to substitute
+another end-of-line character; a~much simpler solution
+is then to put \begin{verbatim}
+\endlinechar=-1
+\end{verbatim}
+which treats all lines as if they end with a comment.
+
+%\spoint More remarks about the end-of-line character
+\subsection{More remarks about the end-of-line character}
+
+The character that \TeX\ appends at the end of an input line
+is treated like any other character. Usually one is not aware
+of this, as its category code is special, but there are a few
+ways to let it be processed in an unusual way.
+
+\begin{example} Terminating an input line with \verb>^^> will
+(ordinarily, when \cs{endlinechar} is~13) give `M' in the output,
+which is the
+\ascii{} character with code~13+64.
+\end{example}
+
+\begin{example} If \verb>\^^M> has been defined,
+terminating an input line with a backslash will execute this command.
+The plain format defines
+\begin{verbatim}
+\def\^^M{\ }
+\end{verbatim}
+which makes a `control return' equivalent to a control space.
+\end{example}
+
+%\point More about the input processor
+\section{More about the input processor}
+
+%\spoint The input processor as a separate process
+\subsection{The input processor as a separate process}
+
+\TeX's levels of processing are all working at the
+\awp
+same time and incrementally, but conceptually they can often be
+considered to be separate processes that each accept the
+completed output of the previous stage. The juggling with
+spaces provides a nice illustration for this.
+
+Consider the definition
+\begin{verbatim}
+\def\DoAssign{\count42=800}
+\end{verbatim}
+and the call
+\begin{verbatim}
+\DoAssign 0
+\end{verbatim}
+The input processor, the part
+of \TeX\ that builds tokens, in scanning this call
+skips the space before the zero, so the expansion of this
+call is \begin{verbatim}
+\count42=8000
+\end{verbatim}
+It would be incorrect to reason
+`\cs{DoAssign} is read, then expanded, the space delimits the
+number 800, so 800 is assigned and the zero is printed'.
+Note that the same would happen if the zero appeared on the next line.
+
+Another illustration shows that optional spaces appear in a different
+stage of processing from that for skipped spaces:
+\begin{disp}\verb>\def\c.{\relax}>\nl
+ \verb>a\c.>{\tt\char32 b}\end{disp}
+expands to
+\begin{disp}\n{a\cs{relax}\char32 b}\end{disp}
+which gives as output\begin{disp} `a b'\end{disp}
+because spaces after the \cs{relax} control sequence are only
+skipped when the line is first read, not when it is expanded.
+The fragment
+\begin{disp} \verb-\def\c.{\ignorespaces}-\nl \verb-a\c. b-\end{disp}
+on the other hand, expands to
+\begin{disp}\n{a\cs{ignorespaces}\char32 b}\end{disp}
+Executing the \cs{ignorespaces} command removes the subsequent
+space token, so the output is \begin{disp} `ab'.\end{disp}
+In both definitions
+the period after \cs{c} is a delimiting token; it is used here
+to prevent spaces from being skipped.
+
+%\spoint The input processor not as a separate process
+\subsection{The input processor not as a separate process}
+
+Considering the tokenizing of \TeX\ to be a separate process
+is a convenient view, but sometimes it leads to confusion.
+The line \begin{verbatim}
+\catcode`\^^M=13{}
+\end{verbatim}
+\awp
+makes the line end active,
+and subsequently gives an `undefined control sequence' error
+for the line end of this line itself. Execution of the commands
+on the line thus influences the scanning process of that
+same line.
+
+By contrast, \begin{verbatim}
+\catcode`\^^M=13
+\end{verbatim}
+does not give an error.
+The reason for this is that \TeX\ reads the line end while it is still
+scanning the number~13; that is, at a time when the assignment
+has not been performed yet.
+The line end is then converted to the optional space character
+delimiting the number to be assigned.
+
+%\spoint Recursive invocation of the input processor
+\subsection{Recursive invocation of the input processor}
+
+Above, the activity of replacing a parameter
+character plus a digit by a parameter token was described
+as something similar to the lumping together of letters
+into a control sequence token. Reality is somewhat more
+complicated than this. \TeX's token scanning mechanism
+is invoked both for input from file and for input from
+lists of tokens such as the macro definition. Only in the
+first case is the terminology of internal states applicable.
+
+Macro parameter characters are treated the same in both
+cases, however. If this were not the case it would
+not be possible to write things such as
+\begin{verbatim}
+\def\a{\def\b{\def\c####1{####1}}}
+\end{verbatim}
+See page \pageref{nest:def} for an explanation of such
+nested definitions.
+
+%\point The \verb@- convention
+\section{The \n{@} convention}
+
+Anyone who has ever browsed through either the plain format or
+the \LaTeX\ format will have noticed that a lot of control sequences
+contain an `at' sign:~\verb-@-. These are control sequences that
+are meant to be inaccessible to the ordinary user.
+
+Near the beginning of the format files the instruction
+\begin{verbatim}
+\catcode`@=11
+\end{verbatim}
+occurs, making the at sign into a letter,
+meaning that it can be used in control sequences. Somewhere near the
+end of the format definition the at sign is made `other' again:
+\begin{verbatim}
+\catcode`@=12
+\end{verbatim}
+
+Now why is it that users cannot
+call a control sequence with an at sign
+directly, although they can call macros that contain lots of those
+`at-definitions'? The reason is that the control sequences
+containing an \n@ are internalized by \TeX\ at definition time,
+after which they are a token, not a string of characters.
+Macro expansion then
+just inserts such tokens, and at that time the category codes
+of the constituent characters do not matter any more.
+
+%%%% end of input file [mouth]
+
+%\InputFile:char
+%%%% this is input file [char]
+%\subject[char] Characters
+\endofchapter
+\chapter{Characters}\label{char}
+
+Internally, \TeX\ represents characters by their (integer)
+character code. This chapter treats those codes, and the
+commands that have access to them.
+
+\begin{inventory}
+\item [\cs{char}]
+ Explicit denotation of a character to be typeset.
+
+\item [\cs{chardef}]
+ Define a control sequence to be a synonym for
+ a~character code.
+
+\item [\cs{accent}]
+ Command to place accent characters.
+
+\item [\cs{if}]
+ Test equality of character codes.
+
+\item [\cs{ifx}]
+ Test equality of both character and category codes.
+
+\item [\cs{let}]
+ Define a control sequence to be a synonym of a token.
+
+\item [\cs{uccode}]
+ Query or set
+ the character code that is the uppercase variant of a given code.
+
+\item [\cs{lccode}]
+ Query or set
+ the character code that is the lowercase variant of a given code.
+
+\item [\cs{uppercase}]
+ Convert the \gr{general text} argument to its uppercase form.
+
+\item [\cs{lowercase}]
+ Convert the \gr{general text} argument to its lowercase form.
+
+\item [\cs{string}]
+ Convert a token to a string of one or more characters.
+\item [\cs{escapechar}]
+ Number of the character that is to be used
+ for the escape character
+ when control sequences are being converted
+ into character tokens. \IniTeX\ default:~92~(\cs{}).
+\end{inventory}
+
+%\point[char:code] Character codes
+\section{Character codes}
+\label{char:code}
+
+Conceptually it is easiest to think that \TeX\ works with
+\term character! codes\par
+characters internally, but in fact
+\TeX\ works with integers: the `character codes'.
+
+The way characters are encoded in a computer may differ
+from system to system.
+Therefore \TeX\ uses its own scheme of character codes.
+Any character that is read from a file (or from the user terminal)
+is converted to a character code according to the
+character code table.
+A~category code is then assigned based on this (see Chapter~\ref{mouth}).
+The character code table is based on the 7-bit \ascii{} table
+for numbers under~128 (see Chapter~\ref{table}).
+
+There is an explicit conversion between characters
+(better: character tokens)
+and character codes using the left quote (grave, back quote)
+character~\n{`{}}:
+at all places where \TeX\ expects a \gram{number} you
+can use the left quote followed by a character
+token or
+a single-character control sequence.
+Thus both \verb.\count`a. and \verb.\count`\a. are synonyms
+\awp
+for \verb.\count97.. See also Chapter~\ref{number}.
+
+The possibility of a single-character control
+sequence is necessary in certain cases such as
+\begin{disp}\verb>\catcode`\%=11>\quad or\quad \verb>\def\CommentSign{\char`\%}>\end{disp}
+which would be misunderstood if the backslash were left out.
+For instance \begin{verbatim}
+\catcode`%=11
+\end{verbatim}
+would consider
+the \n{=11} to be a comment.
+Single-character
+control sequences can be formed from characters with any
+category code.
+
+After the conversion to character codes any connection
+with external representations has disappeared. Of course,
+for most characters the visible output will `equal' the input
+(that is, an `\n{a}' causes an~`a').
+There are exceptions, however, even among the common symbols.
+In the Computer Modern
+roman fonts there are no `less than' and `greater than'
+\message{Check <>! Dammit!}%
+signs, so the input `\verb.<>.' will give `<>' in the output.
+%{\MathRMx<>}
+
+In order to make \TeX\ machine independent at the output
+side, the character codes are also used in the \n{dvi} file:
+opcodes $n=0\ldots127$ denote simply the instruction `take
+character $n$ from the current font'. The complete definition
+of the opcodes in a \n{dvi} file can be found in~\cite{Knuth:TeXprogram}.
+
+
+%\point Control sequences for characters
+\section{Control sequences for characters}
+
+There are a number of ways in which a control sequence can denote
+a character. The \cs{char} command specifies a character to be
+typeset; the \cs{let} command introduces
+a synonym for a character token, that is,
+the combination of character code and category code.
+
+%\point Denoting characters to be typeset: \cs\char
+\section{Denoting characters to be typeset: \protect\cs{char}}
+
+Characters can be denoted numerically by, for example,
+\verb.\char98.\cstoidx char\par.
+This command tells \TeX\ to add character number~98 of the
+current font to the horizontal list currently under construction.
+
+Instead of decimal notation, it is often more convenient to
+use octal or hexadecimal notation. For octal the single quote is used:
+\verb.\char'142.; hexadecimal uses the double quote: \verb.\char"62..
+Note that \verb.\char''62. is incorrect; the process that replaces
+two quotes by a double quote works at a later stage of processing
+(the visual processor) than number scanning (the execution processor).
+
+Because of the explicit conversion to character codes by the
+back quote character it is also possible to get a `b' \ldash provided
+that you are using a font organized a bit like the \ascii{} table \rdash
+with \verb.\char`b. or \verb.\char`\b..
+
+The \cs{char} command looks superficially a bit like
+the \verb-^^- substitution mechanism (Chapter~\ref{mouth}).
+Both mechanisms access characters without directly denoting them.
+However, the \verb-^^- mechanism operates in a very early stage of
+processing (in the input processor of \TeX,
+but before category code
+assignment); the \cs{char} command, on the other hand,
+comes in the final stages of processing.
+In effect it says `typeset character number
+so-and-so'.
+\awp
+
+There is a construction to let a control sequence stand
+for some character code: the \cstoidx chardef\par\ command.
+The syntax of this is \label{chardef}
+\begin{disp}\cs{chardef}\gram{control sequence}\gr{equals}\gram{number},
+\end{disp}
+where the number can be an explicit
+representation or a counter value, but it can also be
+a character code
+obtained using the left quote command (see above;
+the full definition of \gr{number} is given in Chapter~\ref{number}).
+In the plain format
+the latter possibility is used in
+definitions such as \begin{verbatim}
+\chardef\%=`\%
+\end{verbatim}
+which could have been given equivalently as
+\begin{verbatim}
+\chardef\%=37
+\end{verbatim}
+After this command, the control symbol \verb>\%>
+used on its own is a synonym for \verb>\char37>,
+that is, the command to typeset character~37
+(usually the per cent character).
+
+A control sequence that has been defined with a \cs{chardef}
+command can also be used as a \gr{number}.
+This fact is used in allocation commands such as
+\cs{newbox} (see Chapters~\ref{number} and~\ref{alloc}).
+Tokens defined with \cs{mathchardef} can also be used this
+way.
+
+%\spoint Implicit character tokens: \cs{let}
+\subsection{Implicit character tokens: \protect\cs{let}}
+
+Another construction defining a control sequence
+\term character !implicit\par
+to stand for (among other things)
+a character is~\cs{let}\cstoidx let\par:
+\begin{disp}\cs{let}\gr{control sequence}\gr{equals}\gr{token}\end{disp}
+with a character token on the right hand side of the (optional)
+equals sign. The result is called an implicit character token.
+(See page~\pageref{let} for a further discussion of~\cs{let}.)
+
+In the
+plain format there are for instance synonyms for
+the open and close brace:
+\begin{verbatim}
+\let\bgroup={ \let\egroup=}
+\end{verbatim}
+The resulting control sequences are called `implicit braces'
+(see Chapter~\ref{group}).
+
+Assigning characters by \cs{let}
+is different from defining control sequences by \cs{chardef},
+in the sense that \cs{let}
+makes the control sequence stand for the combination
+of a character code and category code.
+
+As an example
+\begin{verbatim}
+\catcode`|=2 % make the bar an end of group
+\let\b=| % make \b a bar character
+{\def\m{...}\b \m
+\end{verbatim}
+gives an `undefined control sequence \cs{m}'
+because the \cs{b} closed the group inside which \cs{m}
+was defined. On the other hand,
+\begin{verbatim}
+\let\b=| % make \b a bar character
+\catcode`|=2 % make the bar character end of group
+{\def\m{...}\b \m
+\end{verbatim}
+leaves one group open, and it prints a vertical bar
+(or whatever is in position 124 of the current font).
+The first of these examples
+implies that even when the braces have been redefined
+(for instance into active characters for macros that
+format C code) the beginning-of-group and end-of-group
+functionality is available through the control sequences
+\cs{bgroup} and~\cs{egroup}.
+
+Here is
+another example to show
+that implicit character tokens are hard to distinguish
+from real character tokens. After the above sequence
+\begin{verbatim}
+\catcode`|=2 \let\b=|
+\end{verbatim}
+the tests \begin{verbatim}
+\if\b|
+\end{verbatim}
+and \begin{verbatim}
+\ifcat\b}
+\end{verbatim}
+are both true.
+
+Yet another example can be found in the plain format:
+the commands
+\begin{verbatim}
+\let\sp=^ \let\sb=_
+\end{verbatim}
+allow people without an
+underscore or circumflex on their keyboard to
+make sub- and superscripts in mathematics.
+For instance:
+\begin{disp}\verb>x\sp2\sb{ij}>\quad gives\quad $x\sp2\sb{ij}$\end{disp}
+If a person typing in the format itself does not have
+these keys, some further tricks are needed:\label{spsb:truc}
+\begin{verbatim}
+{\lccode`,=94 \lccode`.=95 \catcode`,=7 \catcode`.=8
+\lowercase{\global\let\sp=, \global\let\sb=.}}
+\end{verbatim}
+will do the job; see below for an explanation of lowercase codes.
+The \verb>^^> method as it was in \TeX\ version~2
+(see page~\pageref{hathat}) cannot be used here,
+as it would require typing two characters that can ordinarily
+not be input.
+With the extension in \TeX\ version~3 it would also be possible
+to write \begin{verbatim}
+{\catcode`\,=7
+\global\let\sp=,,5e \global\let\sb=,,5f}
+\end{verbatim}
+denoting the codes 94 and 95 hexadecimally.
+
+Finding out just what a control sequence has been defined to be with
+\cs{let} can be done using \cs{meaning}:
+the sequence \begin{verbatim}
+\let\x=3 \meaning\x
+\end{verbatim}
+gives
+`\n{the character 3}'.\awp
+
+%\point Accents
+\section{Accents}
+
+Accents can be placed by the
+\gr{horizontal command}~\cstoidx accent\par\term accents\par
+\label{character}:
+\begin{disp}\cs{accent}\gr{8-bit number}\gr{optional assignments}%
+ \gr{character}\end{disp}
+where \gr{character} is a character of category 11 or~12,
+ a~\cs{char}\gr{8-bit number} command,
+or a~\cs{chardef} token. If none of these
+four types of \gr{character} follows, the accent is taken to be a
+\cs{char} command itself; this gives an accent `suspended
+in mid-air'. Otherwise the accent is placed
+on top of the following character.
+Font changes between the accent and the character can be effected
+by the \gr{optional assignments}.
+
+An unpleasant implication of the fact that an \cs{accent} command
+has to be followed by a \gr{character} is that it is not
+possible to place an accent on a ligature, or
+two accents on top of each other.
+In some languages, such as Hindi or Vietnamese,
+such double accents do occur.
+Positioning accents on top of each other is possible,
+however, in math mode.
+
+The width of a character with an accent is the same as that of
+the unaccented character. \TeX\ assumes that the
+accent as it appears in the font file
+is properly positioned for a character that is as high
+as the x-height of the font; for characters with other heights
+it correspondingly lowers or raises the accent.
+
+No genuine under-accents exist in \TeX. They are
+implemented as low placed over-accents. A~way of handling
+them more correctly would be to write a macro that
+measures the following character, and raises or drops
+the accent accordingly.
+The cedilla macro, \cs{c}\cstoidx c\par,
+in plain \TeX\ does something along these lines. However,
+it does not drop the accent for characters with descenders.
+
+The horizontal positioning of an accent is controlled by
+\cs{fontdimen1}, slant per point. Kerns are used
+for the horizontal movement. Note that, although they
+are inserted automatically, these kerns are classified
+as {\italic explicit\/} kerns. Therefore they inhibit hyphenation
+in the parts of the word before and after the kern.
+
+As an example of kerning for accents,
+here follows the dump of a horizontal list.
+\message{maybe italic correction for extra line}
+\begin{verbatim}
+\setbox0=\hbox{\it \`l}
+\showbox0
+\end{verbatim}
+gives\begin{verbatim}
+\hbox(9.58334+0.0)x2.55554
+.\kern -0.61803 (for accent)
+.\hbox(6.94444+0.0)x5.11108, shifted -2.6389
+..\tenit ^^R
+.\kern -4.49306 (for accent)
+.\tenit l
+\end{verbatim}
+Note that the accent is placed first, so afterwards the italic
+correction of the last character is still available.
+\awp
+
+%\point Testing characters
+\section{Testing characters}
+
+Equality of character codes is tested by \cs{if}:
+\begin{disp}\cs{if}\gr{token$_1$}\gr{token$_2$}\end{disp}
+Tokens following this conditional are expanded until two
+unexpandable tokens are left. The condition is then true
+if those tokens are character tokens with the same character
+code, regardless of category code.
+
+An unexpandable control
+sequence is considered to have character code 256 and
+category code~16 (so that it is unequal to anything except
+another control sequence), except in the case
+where it had been \cs{let} to a non-active character token.
+In that case it is considered to have the character code
+and category code of that character. This was mentioned above.
+
+The test \cs{ifcat} for category codes was mentioned
+in Chapter~\ref{mouth}; the test
+\begin{disp}\cs{ifx}\gr{token$_1$}\gr{token$_2$}\end{disp}
+can be used to test for category code and character code
+simultaneously.
+The tokens following this test are not expanded.
+However, if they are macros, \TeX\
+tests their expansions for equality.
+
+Quantities defined by \cs{chardef} can be tested with
+\cs{ifnum}:
+\begin{verbatim}
+\chardef\a=`x \chardef\b=`y \ifnum\a=\b % is false
+\end{verbatim}
+based on the fact (see Chapter~\ref{number}) that
+\gr{chardef token}s can be used as numbers.
+
+%\point Uppercase and lowercase
+\section{Uppercase and lowercase}
+
+%\spoint[uc/lc] Uppercase and lowercase codes
+\subsection{Uppercase and lowercase codes}
+\label{uc/lc}
+
+To each of the character codes correspond
+\term uppercase\par\term lowercase\par
+\cstoidx lccode\par\cstoidx uccode\par
+an uppercase code and a lowercase code (for still more codes see below).
+These can be assigned
+by
+\begin{Disp}\cs{uccode}\gram{number}\gr{equals}\gram{number}\end{Disp}
+and
+\begin{Disp}\cs{lccode}\gram{number}\gr{equals}\gram{number}.\end{Disp}
+In \IniTeX\ codes \verb-`a..`z-, \verb-`A..`Z- have uppercase code
+\label{ini:uclc}
+\verb-`A..`Z- and lowercase code \verb-`a..`z-.
+All other character codes have both uppercase and lowercase
+code zero.
+
+%\spoint[upcase] Uppercase and lowercase commands
+\subsection{Uppercase and lowercase commands}
+\label{upcase}
+
+The commands \verb-\uppercase{...}- and \verb-\lowercase{...}-
+\cstoidx uppercase\par\cstoidx lowercase\par
+go through their argument lists, replacing all character
+codes of explicit character tokens
+by their uppercase and lowercase code respectively
+if these are non-zero,
+without changing the category codes.
+\awp
+
+The argument of \cs{uppercase} and \cs{lowercase}
+is a \gr{general text}, which is defined as
+\begin{Disp} \gr{general text} $\longrightarrow$ \gr{filler}\lb
+ \gr{balanced text}\gr{right brace}\end{Disp}
+(for the definition of \gr{filler} see Chapter~\ref{gramm})
+meaning that the left brace can be implicit, but the closing
+right brace must be an explicit character token with category
+code~2. \TeX\ performs expansion to find the opening
+brace.
+
+Uppercasing and lowercasing are executed in the execution processor;
+they are not `macro expansion' activities
+like \cs{number} or \cs{string}.
+The sequence (attempting to produce~\cs{A})
+\begin{verbatim}
+\expandafter\csname\uppercase{a}\endcsname
+\end{verbatim}
+gives an error (\TeX\ inserts an \cs{endcsname} before the
+\cs{uppercase} because \cs{uppercase} is unexpandable), but
+\begin{verbatim}
+\uppercase{\csname a\endcsname}
+\end{verbatim}
+works.
+
+As an example of the correct use of \cs{uppercase}, here
+is a macro that tests if a character is uppercase:
+\begin{verbatim}
+\def\ifIsUppercase#1{\uppercase{\if#1}#1}
+\end{verbatim}
+The same test can be
+performed by \verb>\ifnum`#1=\uccode`#1>.
+
+Hyphenation of words starting with an uppercase character,
+that is, a character not equal to its own \cs{lccode},
+is subject to the \cs{uchyph} parameter: if this
+is positive, hyphenation of capitalized words is allowed.
+See also Chapter~\ref{line:break}.
+
+%\spoint Uppercase and lowercase forms of keywords
+\subsection{Uppercase and lowercase forms of keywords}
+
+Each character in \TeX\ keywords, such as \n{pt}, can be
+given in uppercase or lowercase form.
+For instance, \n{pT}, \n{Pt}, \n{pt}, and~\n{PT} all have
+the same meaning. \TeX\ does not use
+the \cs{uccode} and \cs{lccode} tables here to
+determine the lowercase form. Instead it
+converts uppercase characters to lowercase by adding~32
+\ldash the \ascii{} difference between uppercase and lowercase
+characters \rdash to their character code. This has some implications
+for implementations of \TeX\ for non-roman alphabets;
+see page 370 of \TeXbook, \cite{Knuth:TeXbook}.
+
+%\spoint Creative use of \cs{uppercase} and \cs{lowercase}
+\subsection{Creative use of \cs{uppercase} and \cs{lowercase}}
+
+The fact that \cs{uppercase} and \cs{lowercase} do not change
+category codes can sometimes be used to create certain
+character-code--category-code combinations that would
+otherwise be difficult to produce. See for instance the
+explanation of the \cs{newif} macro in Chapter~\ref{if},
+and another example on page~\pageref{spsb:truc}.
+
+For a slightly different application, consider the
+problem (solved by Rainer Sch\"opf) of,
+given a counter \verb-\newcount\mycount-, writing character
+number \verb-\mycount- to the terminal.
+Here is a solution:
+%\begin{verbatim}
+%\lccode`a=\mycount \chardef\terminal=16
+%\lowercase{\write\terminal{a}}
+%\end{verbatim}
+\begin{verbatim}
+\lccode`a=\mycount \chardef\terminal=16
+\end{verbatim}
+\awp
+\begin{verbatim}
+\lowercase{\write\terminal{a}}
+\end{verbatim}
+The \cs{lowercase} command effectively changes the
+argument of the \cs{write} command from~`\n a'
+into whatever it should be.
+
+%\point[codename] Codes of a character
+\section{Codes of a character}
+\label{codename}
+
+Each character code has a number of \gr{codename}s associated
+\term codenames\par
+with it. These are integers in various ranges that determine
+how the character is treated in various contexts, or
+how the occurrence of that character changes the workings
+of \TeX\ in certain contexts.
+
+The code names are as follows:
+\begin{description}\item [\cs{catcode}]
+\gr{4-bit number} (0--15); the category to which a character belongs.
+This is treated in Chapter~\ref{mouth}.
+\item [\cs{mathcode}]
+\gr{15-bit number} (0--\verb-"7FFF-) or \verb-"8000-;
+determines how a character is treated
+in math mode. See Chapter~\ref{mathchar}.
+\item [\cs{delcode}]
+\gr{27-bit number} (0--\n{\hex7$\,$FFF$\,$FFF});
+determines how a character is treated after
+\cs{left} or \cs{right} in math mode.
+See page~\pageref{delcodes}.
+\item [\cs{sfcode}]
+integer; determines how spacing is affected after this character.
+See Chapter~\ref{space}.
+\item [\cs{lccode}, \cs{uccode}]
+\gr{8-bit number} (0-255); lowercase and
+uppercase codes \rdash these were treated above.
+\end{description}
+
+%\point Converting tokens into character strings
+\section{Converting tokens into character strings}
+
+The command \cs{string} takes the next token and expands it
+\cstoidx string\par
+into a string of separate characters. Thus
+\begin{verbatim}
+\tt\string\control
+\end{verbatim}
+will give \cs{control} in the
+output, and
+\begin{verbatim}
+\tt\string$
+\end{verbatim}
+will give~\verb-$-, but, noting that the string
+operation comes after the tokenizing,
+\begin{verbatim}
+\tt\string%
+\end{verbatim}
+will {\em not\/} give~\verb$%$,
+because the comment
+sign is removed by \TeX's input processor.
+Therefore, this command will `string' the first token on the next line.
+
+The \cs{string} command is executed by the expansion processor, thus
+it is expanded unless explicitly inhibited (see Chapter~\ref{expand}).
+
+%\spoint Output of control sequences
+\subsection{Output of control sequences}
+
+In the above examples the typewriter font was selected, because
+\cstoidx escapechar\par
+the Computer Modern roman font does not have a backslash character.
+\awp
+However,
+\TeX\ need not have used the backslash character to display
+a control sequence: it uses character number \cs{escapechar}.
+This same value is also used when a control sequence is
+output with \cs{write}, \cs{message}, or \cs{errmessage},
+and it is used in the output of \cs{show}, \cs{showthe} and \cs{meaning}.
+If \cs{escapechar} is negative or more than~255,
+the escape character is not
+output; the default value (set in \IniTeX) is~92, the number
+of the backslash character.
+
+For use in a \cs{write} statement the \cs{string} can
+in some circumstances be
+replaced by \cs{noexpand} (see page~\pageref{expand:write}).
+
+%\spoint Category codes of a \cs{string}
+\subsection{Category codes of a \cs{string}}
+
+The characters that are the result of a \cs{string} command have
+category code~12, except for any spaces in
+a stringed control sequence;
+they have category code~10. Since inside a control
+sequence there are no category codes,
+any spaces resulting from \cs{string} are
+of necessity only space {\em characters}, that is,
+characters with code~32.
+However, \TeX's input processor converts
+all space tokens that have a character code other than~32
+into character tokens with character code~32,
+so the chances are pretty slim that
+`funny spaces' wind up in control sequences.
+
+Other commands with the same behaviour with respect to
+category codes as \cs{string}, are
+\cs{number},
+\cs{romannumeral}, \cs{jobname}, \cs{fontname}, \cs{meaning},
+and \cs{the}.
+
+
+
+
+%%%% end of input file [char]
+
+%\InputFile:fontfam
+%%%% this is input file [fontfam]
+%\subject[font] Fonts
+\endofchapter
+\chapter{Fonts}\label{font}
+
+In text mode \TeX\ takes characters from a `current font'.
+\term fonts\par
+This chapter describes how fonts are identified to \TeX,
+and what attributes a font can have.
+
+\begin{inventory}
+\item [\cs{font}]
+ Declare the identifying control sequence of a font.
+
+\item [\cs{fontname}]
+ The external name of a font.
+
+\item [\cs{nullfont}]
+ Name of an empty font that \TeX\ uses in emergencies.
+
+
+\item [\cs{hyphenchar}]
+ Number of the hyphen character of a font.
+
+\item [\cs{defaulthyphenchar}]
+ Value of \cs{hyphenchar} when a font is loaded.
+ Plain \TeX\ default:~\verb>`\->.
+
+\item [\cs{fontdimen}]
+ Access various parameters of fonts.
+
+\item [\cs{char47}]
+ Italic correction.
+
+\item [\cs{noboundary}]
+ Omit implicit boundary character.
+\end{inventory}
+
+%\point Fonts
+\section{Fonts}
+
+In \TeX\ terminology a font is the set of characters that
+is contained in one external font file.
+During processing, \TeX\ decides from
+what font a character should be taken. This decision is
+taken separately for text mode and math mode.
+
+When \TeX\ is processing ordinary text, characters are taken
+from the `current font'.
+External font file names are coupled to control sequences
+by statements such as
+\begin{verbatim}
+\font\MyFont=myfont10
+\end{verbatim}
+which makes \TeX\ load the file \n{myfont10.tfm}.
+Switching the current font to the font described in that file
+is then done by
+\begin{verbatim}
+\MyFont
+\end{verbatim}
+The status of the current font
+can be queried: the sequence \begin{verbatim}
+\the\font
+\end{verbatim}
+produces the control sequence for the current font.
+
+Math mode completely ignores the current font. Instead
+it looks at the `current family', which can contain
+three fonts: one for text style, one for script style,
+and one for scriptscript style. This is treated
+in Chapter~\ref{mathchar}.
+\awp
+
+See \cite{S} for a consistent terminology of fonts and typefaces.
+
+With `virtual fonts' (see~\cite{K:virt}) it is possible that
+what looks like one font to \TeX\ resides in more than
+one physical font file.
+\alt
+See further page~\pageref{virtual:fonts}.
+
+%\point Font declaration
+\section{Font declaration}
+
+Somewhere during a run of \TeX\ or \IniTeX\
+\cstoidx font\par
+the coupling between an internal identifying control sequence
+and the external file name of a font has to be made.
+The syntax of the command for this is
+\begin{disp}\cs{font}\gr{control sequence}\gr{equals}%
+\gr{file name}\gr{at clause}\end{disp}
+where
+\begin{disp}\gr{at clause} $\longrightarrow$ \n{at} \gr{dimen}
+$|$ \n{scaled} \gr{number} $|$ \gr{optional spaces}\end{disp}
+Font declarations are local to a group.
+
+By the \gr{at clause} the user specifies that some
+magnified version of the font is wanted. The \gr{at clause} comes
+in two forms: if the font is given \n{scaled}~{\italic f\/} \TeX\
+multiplies all its font dimensions for that font by~$f/1000$;
+if the font
+has a design size~{\italic d\/}\n{pt} and
+the \gr{at clause} is \n{at}~{\italic p\/}\n{pt}
+\TeX\ multiplies all font data by~$p/d$.
+The presence of an \gr{at clause} makes no difference for
+the external font file (the \n{.tfm} file)
+that \TeX\ reads for the font; it just multiplies
+the font dimensions by a constant.
+
+
+After such a font declaration, using the defined control sequence
+will set the current font to the font of the
+control sequence.
+
+%\spoint Fonts and \n{tfm} files
+\subsection{Fonts and \n{tfm} files}
+
+The external file needed for the font is a \n{tfm}
+(\TeX\ font metrics) file,
+which is taken independent of any \gr{at clause}
+in the \cs{font} declaration. If the \n{tfm}
+file has been loaded already (for instance by \IniTeX\
+when it constructed the format),
+an assignment of that font file can be reexecuted
+without needing recourse to the \n{tfm} file.
+
+Font design sizes are given in the font metrics files.
+The \n{cmr10} font, for instance, has a design size
+of 10~point. However, there is not much in the font
+that actually has a size of 10~points: the opening and closing
+parentheses are two examples, but capital
+letters are considerably smaller.
+
+%\spoint Querying the current font and font names
+\subsection{Querying the current font and font names}
+
+It was already mentioned above that the control sequence
+which set the current font can be retrieved by the
+command \verb>\the\font>. This is a special case of
+\begin{Disp}\cs{the}\gr{font}\end{Disp} where
+\begin{disp}\gr{font} $\longrightarrow$
+\cs{font} $|$ \gr{fontdef token} $|$ \gr{family member}\nl
+\gr{family member} $\longrightarrow$
+\gr{font range}\gr{4-bit number}\nl
+\gr{font range} $\longrightarrow$
+\cs{textfont} $|$ \cs{scriptfont} $|$ \cs{scriptscriptfont}\end{disp}
+\awp
+A \gr{fontdef token} is a control sequence defined by \cs{font},
+or the predefined control sequence \cs{nullfont}.
+The concept of \gr{family member} is only
+relevant in math mode.
+
+Also, the
+\cstoidx fontname\par
+external name of fonts can be retrieved:
+\begin{Disp}\cs{fontname}\gr{font}\end{Disp}
+gives a sequence of character tokens of category~12
+(but space characters get category~10) that spells the font file
+name, plus an \gr{at clause} if applicable.
+
+\begin{example} After
+\begin{verbatim}
+\font\tenroman=cmr10 \tenroman
+\end{verbatim}
+the calls
+\verb>\the\font> and \verb>\the\tenroman> both give \cs{tenroman}.
+The call \verb>\fontname\tenroman> gives \n{cmr10}.
+\end{example}
+
+%\spoint \cs{nullfont}
+\subsection{\cs{nullfont}}
+
+\TeX\ always knows a font that has no characters: the \csidx{nullfont}.
+If no font has been specified, or if in math mode a family member
+is needed that has not been specified,
+\TeX\ will take its characters from the nullfont.
+This control sequence qualifies as a \gr{fontdef token}:
+it acts like any other control sequence that stands for a font;
+it just does not have an associated \n{tfm} file.
+
+%\point Font information
+\section{Font information}
+
+During a run of \TeX\ the main information needed about the
+\term \n{tfm} files\par
+font consists of the dimensions of the characters.
+\TeX\ finds these in the font metrics files, which usually have
+extension \n{.tfm}. Such files
+contain \begin{itemize} \item global information: the \cs{fontdimen}
+parameters, and some other information,
+\item dimensions and the italic corrections of characters, and
+\altt
+\item ligature and kerning programs for characters.
+ \end{itemize}
+Also, the design size of a font is specified in the \n{tfm} file;
+see above. The definition of the \n{tfm} format can be found
+in~\cite{Knuth:TeXprogram}.
+
+%\spoint[font:dims] Font dimensions
+\subsection{Font dimensions}
+\label{font:dims}
+
+Text fonts need to have at least seven \csidx{fontdimen} parameters
+(but \TeX\ will take zero for unspecified parameters);
+\term font! dimensions\par
+math symbol and math extension fonts have more
+(see page~\pageref{fam23:fontdims}).
+For text fonts the minimal set of seven comprises the following:
+\begin{enumerate} \item the slant per point; this dimension is used
+ for the proper horizontal positioning of accents;
+\awp
+\item the interword space: this is used unless the user
+ specifies an explicit \cs{spaceskip};
+ see Chapter~\ref{space};
+\item interword stretch: the stretch component of the interword
+ space;
+\item interword shrink: the shrink component of
+ the interword space;
+\item the x-height: the value of
+ the \gr{internal unit} \n{ex}, which is usually about the
+ height of the lowercase letter~`x';
+\item the quad width:
+ the value of the \gr{internal unit} \n{em}, which is
+ approximately the width of the capital letter~`M'; and
+\item the extra space: the space added to the interword space
+at the end of sentences (that is, when \cs{spacefactor}${}\geq2000$)
+unless the user specifies an explicit \cs{x\-space\-skip}.
+\end{enumerate}
+
+Parameters 1 and~5 are purely information about the font
+and there is no point in varying them.
+The values of other parameters can be changed in order to
+adjust spacing; see Chapter~\ref{space} for examples
+of changing parameters 2, 3, 4, and~7.
+
+Font dimensions can be altered in a \gr{font assignment},
+which is a \gr{global assignment} (see page~\pageref{global:assign}):
+\begin{Disp}\cs{fontdimen}\gr{number}\gr{font}\gr{equals}\gr{dimen}
+\end{Disp} See above for the definition of \gr{font}.
+
+%\spoint Kerning
+\subsection{Kerning}
+
+Some combinations of characters should be moved closer
+\term kerning\par
+together than would be the case if their bounding boxes
+were to be just abutted. This fine spacing is called kerning,
+and a proper kerning is as essential to a font as the
+design of the letter shapes.
+
+Consider as an example\message{Kerning!}
+\begin{Disp} `Vo' versus the unkerned variant `V\hbox{}o'\end{Disp}
+
+Kerning in \TeX\ is controlled by information in the
+\n{tfm} file, and is therefore outside the influence of the
+user. The \n{tfm} file can be edited, however (see Chapter~\ref{TeXcomm}).
+
+The \cs{kern} command has (almost) nothing to do with the
+phenomenon of kerning; it is explained in Chapter~\ref{glue}.
+
+%\spoint Italic correction
+\subsection{Italic correction}
+
+The primitive control symbol \verb-\/- inserts the `italic
+\term italic correction\par\cstoidx /\par
+correction' of the previous character or ligature.
+Such a correction may be necessary owing to the definition
+of the `bounding box' of a character. This box always
+has vertical sides, and the width of the character as \TeX\
+perceives it is the distance between these sides.
+However, in order to achieve proper spacing for slanted or
+italic typefaces, characters may very well project outside their
+bounding boxes. The italic correction is then needed if
+such an overhanging character is followed by a
+character from a non-slanting typeface.
+\awp
+
+Compare for instance\message{Visible italic correction!}
+\begin{Disp} `{\italic\TeX} has'
+to `{\italic\TeX\/} has',
+\end{Disp} where the second version was typed as
+\begin{verbatim}
+{\italic\TeX\/} has
+\end{verbatim}
+
+The size of the italic correction of each character
+is determined by font information
+in the font metrics file; for the Computer Modern fonts it is
+approximately half the `overhang' of the characters;
+see~\cite{K:partE}.
+Italic correction is not the same as \cs{fontdimen1}, slant
+per point. That font dimension is used only for positioning
+accents on top of characters.
+
+An italic correction can only be inserted if the previous item
+processed
+by \TeX\ was a character or ligature. Thus the
+following solution for roman text inside an italic passage
+does not work:
+\begin{verbatim}
+{\italic Some text {\/\roman not} emphasized}
+\end{verbatim}
+The italic correction has no effect here,
+because the previous item is glue.
+
+%\spoint Ligatures
+\subsection{Ligatures}
+
+Replacement of character sequences by ligatures is controlled
+\term ligatures\par
+by information in the \n{tfm} file of a font.
+Ligatures are formed from \gr{character} commands:
+sequences such as \n{fi} are replaced by `fi' in some fonts.
+
+Other ligatures traditionally in use are
+between \n{ff}, \n{ffi}, \n{fl}, and \n{ffl};
+in some older works \n{ft} and \n{st} can be found,
+and similarly to the \n{fl} ligature \n{fk} and \n{fb}
+can also occur.
+
+Ligatures in \TeX\ can be formed between explicit character
+tokens, \cs{char} commands, and \gr{chardef token}s.
+For example,
+the sequence \verb-\char`f\char`i- is replaced by the
+`fi' ligature, if such a ligature is part of the font.
+
+Unwanted ligatures can be suppressed in a number of ways:
+the unwanted ligature `\hbox{halflife}' can
+for instance be prevented by
+\begin{disp} \verb>half{}life>, \verb>half{l}ife>, \verb>half\/life>,
+ or \verb>half\hbox{}life>\end{disp}
+but the solution using italic correction is not equivalent
+to the others.
+
+%\spoint Boundary ligatures
+\subsection{Boundary ligatures}
+
+Each word is surrounded by a left and a right
+boundary character (\TeX3 only).
+This makes phenomena possible
+such as the two different sigmas in Greek:
+one at the end of a word, and one for every other position.
+This can be realized through a ligature with the
+boundary character. A~\csidx{noboundary} command immediately
+before or after a word suppresses the boundary character
+at that place.
+
+In general, the ligature mechanism has become more complicated
+with the transition to \TeX\ version~3; see~\cite{K:TeX23}.
+
+%%%% end of input file [fontfam]
+
+%\InputFile:boxes
+%%%% this is input file [boxes]
+%\tracingmacros=2 \tracingcommands\tracingmacros
+%\subject[boxes] Boxes
+\endofchapter
+\chapter{Boxes}\label{boxes}
+
+The horizontal and vertical boxes of \TeX\ are containers for
+\term box\par
+pieces of horizontal and vertical lists.
+Boxes can be stored in box registers.
+This chapter treats box registers and such
+aspects of boxes as their dimensions, and the way their components
+are placed relative to each other.
+
+\begin{inventory}
+\item [\cs{hbox}]
+ Construct a horizontal box.
+\item [\cs{vbox}]
+ Construct a vertical box with reference point of the last item.
+\item [\cs{vtop}]
+ Construct a vertical box with reference point of the first item.
+\item [\cs{vcenter}]
+ Construct a vertical box vertically centred
+ on the math axis; this command can only be used in math mode.
+
+\item [\cs{vsplit}]
+ Split off the top part of a vertical box.
+
+\item [\cs{box}]
+ Use a box register, emptying it.
+
+\item [\cs{setbox}]
+ Assign a box to a box register.
+
+\item [\cs{copy}]
+ Use a box register, but retain the contents.
+
+\item [\cs{ifhbox \cs{ifvbox}}]
+\mdqon
+ Test whether a box register contains a horizontal/""vertical box.
+\mdqoff
+
+\item [\cs{ifvoid}]
+ Test whether a box register is empty.
+
+
+\item [\cs{newbox}]
+ Allocate a new box register.
+
+\item [\cs{unhbox \cs{unvbox}}]
+ Unpack a box register containing a horizontal/vertical box,
+ adding the contents to the current horizontal/vertical list,
+ and emptying the register.
+
+\item [\cs{unhcopy \cs{unvcopy}}]
+ The same as \cs{unhbox}$\,$/$\,$\cs{unvbox},
+ but do not empty the register.
+
+\item [\cs{ht \cs{dp} \cs{wd}}]
+ Height/depth/width of the box in a box register.
+
+\item [\cs{boxmaxdepth}]
+ Maximum allowed depth of boxes.
+ Plain \TeX\ default:~\cs{maxdimen}.
+
+\item [\cs{splitmaxdepth}]
+ Maximum allowed depth of boxes generated by \cs{vsplit}.
+
+\item [\cs{badness}]
+ Badness of the most recently constructed box.
+
+\item [\cs{hfuzz \cs{vfuzz}}]
+ Excess size that \TeX\ tolerates before it considers
+\mdqon
+ a horizontal/""vertical box overfull.
+\mdqoff
+
+\item [\cs{hbadness \cs{vbadness}}]
+ Amount of tolerance before \TeX\ reports an underfull
+\mdqon
+ or overfull horizontal/""vertical box.
+\mdqoff
+
+\item [\cs{overfullrule}]
+ Width of the rule that is printed to indicate
+ overfull horizontal boxes.
+
+
+\item [\cs{hsize}]
+ Line width used for text typesetting inside a vertical box.
+\awp
+
+\item [\cs{vsize}]
+ Height of the page box.
+
+
+\item [\cs{lastbox}]
+ Register containing the last item added to the current list,
+ if this was a box.
+
+\item [\cs{raise \cs{lower}}]
+ Adjust vertical positioning of a box in horizontal mode.
+
+\item [\cs{moveleft \cs{moveright}}]
+ Adjust horizontal positioning of a box in vertical mode.
+
+\item [\cs{everyhbox \cs{everyvbox}}]
+\mdqon
+ Token list inserted at the start of a horizontal/""vertical box.
+\mdqoff
+
+\end{inventory}
+
+%\point Boxes
+\section{Boxes}
+
+In this chapter we shall look at boxes. Boxes are containers
+for pieces of horizontal or vertical lists.
+Boxes that are needed more than once can be stored in box registers.
+
+When \TeX\ expects a \gr{box}, any of the following forms
+is admissible:
+\begin{itemize}
+\item \cs{hbox}\gr{box specification}\lb\gr{horizontal material}\rb
+\item \cs{vbox}\gr{box specification}\lb\gr{vertical material}\rb
+\item \cs{vtop}\gr{box specification}\lb\gr{vertical material}\rb
+\item \cs{box}\gr{8-bit number}
+\item \cs{copy}\gr{8-bit number}
+\item \cs{vsplit}\gr{8-bit number}\n{to}\gr{dimen}
+\item \cs{lastbox}
+\end{itemize}
+A \gr{box specification} is defined as\label{box:spec}
+\begin{disp}\gr{box specification} $\longrightarrow$ \gr{filler}
+\nl\indent$|$ \n{to} \gr{dimen}\gr{filler}
+ $|$ \n{spread} \gr{dimen}\gr{filler}
+\end{disp}
+An \gr{8-bit number} is a number in the range~0--255.
+
+The braces surrounding box material define a group;
+they can be explicit characters
+of categories 1 and~2 respectively,
+or control sequences \cs{let} to such characters;
+see also below.
+
+
+A \gr{box} can in general be used in horizontal, vertical,
+and math mode, but see below for the \cs{lastbox}.
+The connection between
+boxes and modes is explored further in Chapter~\ref{hvmode}.
+
+The box produced by \cs{vcenter} \ldash a command that is allowed only in
+math mode \rdash is not a \gr{box}. For instance,
+it can not be assigned with \verb=\setbox=; see further
+Chapter~\ref{math}.
+
+The \cs{vsplit} operation is treated in Chapter~\ref{page:break}.
+
+%\point Box registers
+\section{Box registers}
+
+There are 256 box registers, numbered 0--255.
+\term box! registers\par
+Either a box register is empty (`void'), or it contains a horizontal
+or vertical box.
+This section discusses specifically box {\em registers};
+the sizes of boxes, and the way material is arranged inside them,
+is treated below.
+\awp
+
+%\spoint Allocation: \cs{newbox}
+\subsection{Allocation: \cs{newbox}}
+
+The plain \TeX\ \csidx{newbox} macro allocates an unused
+box register:
+\begin{verbatim}
+\newbox\MyBox
+\end{verbatim}
+after which one can say
+\begin{verbatim}
+\setbox\MyBox=...
+\end{verbatim}
+or \begin{verbatim}
+\box\MyBox
+\end{verbatim}
+and so on.
+Subsequent calls to this macro give subsequent box numbers;
+this way macro collections can allocate their own boxes
+without fear of collision with other macros.
+
+The number of the box is assigned by \cs{chardef}
+(see Chapter~\ref{alloc}).
+This implies that \cs{MyBox} is equivalent to,
+and can be used as, a~\gr{number}.
+The control sequence
+\altt
+\cs{newbox} is an \cs{outer} macro.
+Newly allocated box registers are initially empty.
+
+
+\subsection{Usage: \cs{setbox}, \cs{box}, \cs{copy}}
+
+A~register is filled by assigning a \gr{box}
+\cstoidx setbox\par
+to it:
+\begin{Disp}\verb>\setbox>\gr{number}\gr{equals}\gr{box}\end{Disp}
+For example, the \gr{box} can be explicit
+\begin{Disp}\verb>\setbox37=\hbox{...}>\quad or\quad \verb>\setbox37=\vbox{...}>
+\end{Disp}
+or it can be a box register:
+\begin{verbatim}
+\setbox37=\box38
+\end{verbatim}
+Usually, box numbers will have been assigned by a \cs{newbox}
+command.
+
+The box in a box register is appended
+by the commands \cs{box} and~\cs{copy}
+to whatever list \TeX\ is building: the call
+\begin{verbatim}
+\box38
+\end{verbatim}
+appends box~38.
+To save memory space, box registers become empty by using them:
+\TeX\ assumes that after you have inserted a box by
+calling \csidx{box}$nn$ in some mode, you do not need the
+contents of that register any more and empties it.
+In case you {\em do\/} need the contents of
+a box register more than once,
+you can \csidx{copy} it. Calling \cs{copy}$nn$ is
+equivalent to \cs{box}$nn$ in all respects except that
+the register is not cleared.
+
+It is possible to unwrap the contents of a box register
+by `unboxing' it using the commands \cs{unhbox} and \cs{unvbox},
+and their copying versions \cs{unhcopy} and \cs{unvcopy}.
+Whereas a box can be used in any mode, the
+unboxing operations can only be used in the appropriate mode,
+since in effect they contribute a partial
+horizontal or vertical list (see also Chapter~\ref{hvmode}).
+See below for more information on unboxing registers.
+\awp
+
+%\spoint Testing: \cs{ifvoid}, \cs{ifhbox}, \cs{ifvbox}
+\subsection{Testing: \cs{ifvoid}, \cs{ifhbox}, \cs{ifvbox}}
+
+Box
+registers can be tested for their contents:
+\begin{disp}\cs{ifvoid}\gr{number}\end{disp}
+is true if the box register is empty.
+Note that an empty, or `void',
+box register is not the same as a register containing an empty box.
+An empty box is still either a horizontal or a vertical box;
+a~void register can be used as both.
+
+The test
+\begin{disp}\cs{ifhbox}\gr{number}\end{disp}
+is true if the box register contains a horizontal box;
+\begin{disp}\cs{ifvbox}\gr{number}\end{disp}
+is true if the box register contains a vertical box.
+Both tests are false for void registers.
+
+%\spoint[lastbox] The \cs{lastbox}
+\subsection{The \cs{lastbox}}
+\label{lastbox}
+
+When \TeX\ has built a partial list, the last box in this
+list is accessible as the \csidx{lastbox}. This behaves
+like a box register, so you can remove the last box from the
+list by assigning the \cs{lastbox} to some box register.
+If the last item on the current list is not a box,
+the \cs{lastbox} acts like a void box register.
+It is not possible to get hold of the last box
+in the case of the main vertical list.
+The \cs{lastbox} is then always void.
+
+As an example, the statement \begin{verbatim}
+{\setbox0=\lastbox}
+\end{verbatim}
+removes
+the last box from the current list, assigning it to box
+register~0. Since this assignment occurs inside a group,
+the register is cleared at the end of the group.
+At the start of a paragraph this can be used to remove the
+indentation box (see Chapter~\ref{par:start}).
+Another example of \cs{lastbox} can be found on page~\pageref{varioset}.
+
+Because the \verb-\lastbox- is always empty in external vertical mode,
+it is not possible to get hold of boxes that have been
+added to the page. However, it is possible to dissect
+the page once it is in \cs{box255}, for instance doing
+\begin{verbatim}
+\vbox{\unvbox255{\setbox0=\lastbox}}
+\end{verbatim}
+inside the output routine.
+
+If boxes in vertical mode have been shifted by \cs{moveright}
+or \cs{moveleft}, or if boxes in horizontal mode have
+been raised by \cs{raise} or lowered by \cs{lower},
+any information about this
+displacement due to such a command is lost when
+the \cs{lastbox} is taken from the list.
+\awp
+
+%\point Natural dimensions of boxes
+\section{Natural dimensions of boxes}
+
+%\spoint Dimensions of created horizontal boxes
+\subsection{Dimensions of created horizontal boxes}
+
+Inside an \csidx{hbox} all constituents are lined up next to each other,
+\term box! dimensions\par
+with their reference points on the baseline of the box,
+unless they are moved explicitly in the vertical direction
+by \cs{lower} or~\cs{raise}.
+
+The resulting width of the box is the sum of the widths
+of the components. Thus the width of
+\begin{verbatim}
+\hbox{\hskip1cm}
+\end{verbatim}
+is positive, and the width of
+\begin{verbatim}
+\hbox{\hskip-1cm}
+\end{verbatim}
+is negative. By way of example,
+\begin{disp}\verb>a\hbox{\kern-1em b}-->\end{disp}
+gives as output
+\begin{disp}\leavevmode\hphantom{b}a\hbox{\kern-1em b}--\end{disp}
+\message{check align input/output}
+which shows that a horizontal box can have negative
+width.
+
+The height and depth of an \cs{hbox} are the
+maximum amount that constituent boxes project above and
+below the baseline of the box. They are non-negative when the
+box is created.
+
+The commands \cs{lower} and \cs{raise} are the only possibilities
+for vertical movement inside an \cs{hbox} (other than
+including a \cs{vbox} inside the \cs{hbox}, of course);
+a~\gr{vertical command} \ldash such as \cs{vskip} \rdash
+is not allowed in a horizontal box, and
+\cs{par}, although allowed,
+does not do anything inside a horizontal box.
+
+%\spoint Dimensions of created vertical boxes
+\subsection{Dimensions of created vertical boxes}
+
+Inside a \csidx{vbox} vertical material is lined up with the
+\cstoidx vtop\par
+reference points on the vertical line through the reference
+point of the box,
+unless components are moved explicitly in the horizontal direction
+by \csidx{moveleft} or~\csidx{moveright}.
+
+The reference point of a vertical box
+is always located at the left boundary of the box.
+The width of a vertical box
+is then the maximal amount that any material in the
+box sticks to the right of the reference point.
+Material to the left of the reference point is
+not taken into account in the width.
+Thus the result of
+\begin{disp}\verb>a\vbox{\hbox{\kern-1em b}}-->\end{disp}
+is
+\begin{disp}\leavevmode\hphantom{b}a\vbox{\hbox{\kern-1em b}}--\end{disp}
+This should be contrasted with the above example.
+
+
+The calculation of height and depth is different
+for vertical boxes constructed by \cs{vbox} and \cs{vtop}.
+The ground rule is that
+\awp
+a \cs{vbox} has a reference point that lies on
+the baseline of its last component,
+and a \cs{vtop} has its reference point on the baseline of the
+first component.
+In general, the depth (height) of a \cs{vbox} (\cs{vtop})
+\alt
+can be non-zero if the last (first) item is a box or rule.
+
+The height of a \cs{vbox} is then the sum of the heights and
+depths of all components except the last, plus the height
+of that last component; the depth of the \cs{vbox} is the
+depth of its last component.
+The depth of a \cs{vtop}
+is the sum of the depth of the first component and the heights
+and depths of all subsequent material; its height is the
+height of the first component.
+
+However, the actual rules are a bit
+more complicated when the first component of a \cs{vtop}
+or the last component of a \cs{vbox} is not a box or rule.
+If the last component of a \cs{vbox} is a kern or a glue,
+the depth of that box is zero; a \cs{vtop}'s
+height is zero
+unless its first component is a box or rule.
+\altt
+(Note the asymmetry in these definitions; see below for
+an example illustrating this.)
+The depth of a \cs{vtop}, then, is equal to the total
+height plus depth of all enclosed material minus
+the height of the \cs{vtop}.
+
+There is a limit on the depth of vertical boxes:
+if the depth of a \cs{vbox} or \cs{vtop}
+calculated by the above rules would exceed
+\cstoidx boxmaxdepth\par,
+the reference point of the box
+is moved down by the excess amount.
+More precisely, the excess depth is added to the
+natural height of the box. If the box had a \n{to} or
+\n{spread} specification, any glue is set anew to take
+the new height into account.
+
+Ordinarily,
+\cs{boxmaxdepth} is set to the maximum dimension
+possible in \TeX. It is for instance reduced during some of
+the calculations in the plain \TeX\ output routine;
+see Chapter~\ref{output}.
+
+%\spoint Examples
+\subsection{Examples}
+
+Horizontal boxes are relatively straightforward. Their width is the
+distance between the `beginning' and the `end' of the
+box,
+and consequently the width is not necessarily positive.
+With
+\begin{verbatim}
+\setbox0=\hbox{aa} \setbox1=\hbox{\copy0 \hskip-\wd0}
+\end{verbatim}
+the \cs{box1} has width zero;
+\begin{Disp} \verb-/\box1/-\quad gives\quad
+`{\setbox0=\hbox{aa}\setbox1=\hbox{\copy0 \hskip-\wd0}/\box1/}\kern.75em'
+\end{Disp}
+The height and depth of a horizontal box cannot be negative: in
+\begin{verbatim}
+\setbox0=\hbox{\vrule height 5pt depth 5pt}
+\setbox1=\hbox{\raise 10pt \box0}
+\end{verbatim}
+the \cs{box1} has depth \n{0pt} and height~\n{15pt}
+
+Vertical boxes are more troublesome than horizontal boxes.
+Let us first treat their width.
+After \begin{verbatim}
+\setbox0=\hbox{\hskip 10pt}
+\end{verbatim}
+the box in the
+\cs{box0} register has a width of \n{10pt}. Defining
+\begin{verbatim}
+\setbox1=\vbox{\moveleft 5pt \copy0}
+\end{verbatim}
+\awp
+the \cs{box1} will have width \n{5pt}; material to the
+left of the reference point is not accounted for in the
+width of a vertical box. With
+\begin{verbatim}
+\setbox2=\vbox{\moveright 5pt \copy0}
+\end{verbatim}
+the \cs{box2} will have width \n{15pt}.
+
+The depth of a \cs{vbox} is the depth of the last item if
+that is a box, so
+\begin{verbatim}
+\vbox{\vskip 5pt \hbox{\vrule height 5pt depth 5pt}}
+\end{verbatim}
+has height \n{10pt} and depth \n{5pt},
+and \begin{verbatim}
+\vbox{\vskip -5pt \hbox{\vrule height 5pt depth 5pt}}
+\end{verbatim}
+has height \n{0pt} and depth~\n{5pt}.
+With a glue or kern as the last item in the box, the resulting depth
+is zero, so
+\begin{verbatim}
+\vbox{\hbox{\vrule height 5pt depth 5pt}\vskip 5pt}
+\end{verbatim}
+has height \n{15pt} and depth~\n{0pt};
+\begin{verbatim}
+\vbox{\hbox{\vrule height 5pt depth 5pt}\vskip -5pt}
+\end{verbatim}
+has height \n{5pt} and depth~\n{0pt}.
+
+The height of a \cs{vtop} behaves (almost) the same with respect to
+the first item of the box, as the depth of a \cs{vbox} does
+with respect to the last item. Repeating the above examples with
+a \cs{vtop} gives the following:
+\begin{verbatim}
+\vtop{\vskip 5pt \hbox{\vrule height 5pt depth 5pt}}
+\end{verbatim}
+has height \n{0pt} and depth \n{15pt},
+and \begin{verbatim}
+\vtop{\vskip -5pt \hbox{\vrule height 5pt depth 5pt}}
+\end{verbatim}
+has height \n{0pt} and depth~\n{5pt};
+\begin{verbatim}
+\vtop{\hbox{\vrule height 5pt depth 5pt} \vskip 5pt}
+\end{verbatim}
+has height \n{5pt} and depth~\n{10pt}, and
+\begin{verbatim}
+\vtop{\hbox{\vrule height 5pt depth 5pt} \vskip -5pt}
+\end{verbatim}
+has height \n{5pt} and depth~\n{0pt}.
+
+%\point More about box dimensions
+\section{More about box dimensions}
+
+%\spoint Predetermined dimensions
+\subsection{Predetermined dimensions}
+
+The size of a box can be specified in advance
+with a \gr{box specification}; see above for the syntax.
+Any glue
+in the box is then set in order to reach the required size.
+Prescribing the size of the box is done by
+\begin{disp}\cs{hbox} \n{to} \gr{dimen} \n{\lb...\rb},
+ \cs{vbox} \n{to} \gr{dimen} \n{\lb...\rb}\end{disp}
+\awp
+If stretchable or shrinkable glue is present in the box,
+it is stretched or shrunk in order to give the box the
+specified size. Associated with this glue setting is a badness value
+(see Chapter~\ref{glue}). If no stretch or shrink \ldash whichever
+is necessary \rdash is present, the resulting box will be underfull
+or overfull respectively. Error reporting for over/underfull
+boxes is treated below.
+
+Another command to let a box have a size other than
+the natural size is
+\begin{disp}\cs{hbox} \n{spread} \gr{dimen} \n{\lb...\rb},
+ \cs{vbox} \n{spread} \gr{dimen} \n{\lb...\rb}\end{disp}
+which tells \TeX\ to set the glue in such a way that
+the size of the box is a specified amount more than the
+natural size.
+
+Box specifications for \cs{vtop} vertical boxes are
+somewhat difficult to interpret. \TeX\ constructs a \cs{vtop}
+by first making a \cs{vbox}, including
+glue settings induced by a \gr{box specification};
+then it computes the height and depth by the above rules.
+Glue setting is described in Chapter~\ref{glue}.
+
+%\spoint Changes to box dimensions
+\subsection{Changes to box dimensions}
+
+The dimensions of a box register are accessible by the
+commands \csidx{ht}, \csidx{dp}, and~\csidx{wd};
+for instance \cs{dp13} gives the depth of box~13.
+However, not only can boxes be measured this way;
+by assigning values to these
+dimensions \TeX\ can even be fooled into thinking that
+a box has a size different from its actual.
+However, changing the dimensions of a box does not change
+anything about the contents; in particular it does not
+change the way the glue is set.
+
+
+Various formats use this in `smash' macros: the macro defined by
+\cstoidx smash\par
+\begin{verbatim}
+\def\smash#1{{\setbox0=\hbox{#1}\dp0=0pt \ht0=0pt \box0\relax}}
+\end{verbatim}
+places its argument but annihilates its height and depth;
+\altt
+that is, the output does show the whole box, but further calculations
+by \TeX\ act as if the height and depth were zero.
+
+Box dimensions can be changed only by setting them.
+They are \gr{box dimen}s, which can only be set
+in a \gr{box size assignment}, and not, for instance
+changed with \cs{advance}.
+
+Note that a \gr{box size assignment} is a \gr{global assignment}:
+its effect transcends any groups in which it occurs
+(see Chapter~\ref{group}).
+Thus the output of \begin{verbatim}
+\setbox0=\hbox{---} {\wd0=0pt} a\box0b
+\end{verbatim}
+is `{\setbox0=\hbox{---}{\wd0=0pt}a\box0b}\kern.5em'.
+
+The limits that hold on the dimensions with which a
+box can be created (see above) do not hold for explicit changes to the
+\mdqon
+size of a box: the assignment \cs{dp0=}""\n{-2pt} for a
+\mdqoff
+horizontal box is perfectly admissible.
+
+%\spoint Moving boxes around
+\subsection{Moving boxes around}
+
+In a horizontal box all constituent elements are lined up
+\cstoidx raise\par\cstoidx lower\par
+with their reference points at the same height as the
+reference point of the box. Any box inside a horizontal
+box can be lifted or dropped using the macros
+\cs{raise} and~\cs{lower}.
+\awp
+
+Similarly, in a vertical box all constituent elements
+are lined up with their reference points underneath one another,
+in line with the reference point of the box.
+Boxes can now be moved sideways by the macros
+\csidx{moveleft} and~\csidx{moveright}.
+
+Only boxes can be shifted thus; these operations cannot
+be applied to, for instance, characters or rules.
+
+
+%\spoint Box dimensions and box placement
+\subsection{Box dimensions and box placement}
+
+\TeX\ places the components of horizontal and
+vertical lists by maintaining a reference line and a
+current position on that line. For horizontal lists
+the reference line is the baseline of the surrounding
+\cs{hbox}; for vertical lists it is the vertical line
+through the reference point of the surrounding \cs{vbox}.
+
+In horizontal mode a component is placed as follows.
+The current position coincides initially
+with the reference point of the surrounding box. After that,
+the following actions are carried out.
+\begin{enumerate} \item If the component has been shifted by
+\cs{raise} or \cs{lower}, shift the current
+position correspondingly.
+\item If the component is a horizontal box, use
+this algorithm recursively for its contents;
+if it is a vertical box, go up by the height of this box,
+putting a new current position for the enclosed vertical list there,
+and place its components using the algorithm for vertical
+lists below.
+\item Move the current position (on the reference line)
+to the right by the width of the component.
+\end{enumerate}
+
+For the list in a vertical box \TeX's current position is
+initially at the upper left corner of that box, as explained above,
+and the reference line is the vertical line through that point;
+it also runs through the reference point of the box.
+Enclosed components are then placed as follows.
+\begin{enumerate} \item If a component has been shifted using
+\cs{moveleft} or \cs{moveright}, shift the current position
+accordingly.
+\item Put the component with its upper left corner at the
+current position.
+\item If the component is a vertical box, use this algorithm
+recursively for its contents; if it is a horizontal box,
+its reference point can be found below the current position
+by the height of the box. Put the current position for that
+box there, and use the above algorithm for horizontal lists.
+\item Go down by the height plus depth of the box
+(that is, starting at the upper left corner of the box)
+on the reference line,
+and continue processing vertically.
+\end{enumerate}
+Note that the above processes do not describe the construction
+of boxes. That would (for instance)
+involve for vertical boxes the insertion
+of baselineskip glue. Rather, it describes the way the components
+of a finished box are arranged in the output.
+
+%\spoint Boxes and negative glue
+\subsection{Boxes and negative glue}
+
+Sometimes it is useful to have boxes overlapping instead of
+\awp
+line up. An easy way to do this is to use negative glue.
+In horizontal mode
+\begin{verbatim}
+{\dimen0=\wd8 \box8 \kern-\dimen0}
+\end{verbatim}
+places box 8 without moving the current location.
+
+More versatile are the macros \csidx{llap} and \csidx{rlap}\label{rlap},
+defined as \begin{verbatim}
+\def\llap#1{\hbox to 0pt{\hss #1}}
+\end{verbatim}
+and \begin{verbatim}
+\def\rlap#1{\hbox to 0pt{#1\hss}}
+\end{verbatim}
+that allow material to protrude left or right from the
+current location.
+The \cs{hss} glue is equivalent to \verb>\hskip 0pt plus 1fil minus 1fil>,
+which absorbs any positive or negative width
+of the argument of \cs{llap} or \cs{rlap}.
+
+\begin{example} The sequence \begin{verbatim}
+\llap{\hbox to 10pt{a\hfil}}
+\end{verbatim}
+is effectively the same as
+\begin{verbatim}
+\hbox{\hskip-10pt \hbox to 10pt{a\hfil}}
+\end{verbatim}
+which has a total width of~\n{0pt}.
+\end{example}
+
+%\point[over/underfull] Overfull and underfull boxes
+\section{Overfull and underfull boxes}
+\label{over/underfull}
+
+If a box has a size specification \TeX\ will
+\term box !overfull\par\term box !underfull\par
+stretch or shrink glue in the box. For glue with
+only finite stretch or shrink components the {\em badness\/}
+(see Chapter~\ref{line:break}) of stretching or shrinking
+is computed.
+In \TeX\ version~3 the badness
+\cstoidx badness\par\term \TeX\ version 3\par
+of the box most recently
+constructed is available for inspection
+by the user through the \cs{badness} parameter. Values for
+badness range 0--$10\,000$, but if the box is overfull
+it is~$1\,000\,000$.
+
+When \TeX\ considers the badness too large,
+it gives a diagnostic message. Let us first consider error reporting
+for horizontal boxes.
+
+Horizontal boxes of which the glue has to stretch are never reported if
+\cstoidx hbadness\par\cstoidx vbadness\par
+\cs{hbadness}${}\geq10\,000$; otherwise \TeX\ reports them
+as `underfull' if their badness is more than \cs{hbadness}.
+
+Glue shrinking can lead to `overfull' boxes: a box is called
+\cstoidx hfuzz\par\cstoidx vfuzz\par
+overfull if the available shrink is less than the shrink
+necessary to meet the box specification. An overfull box
+is only reported if the difference in shrink is more than
+\cs{hfuzz}, or if \cs{hbadness}${}<100$ (and it turns out that
+using all available shrinkability has badness~$100$).
+
+\begin{example} Setting \verb>\hfuzz=1pt> will let \TeX\ ignore
+boxes that can not shrink enough if they lack less than~\n{1pt}.
+In \begin{verbatim}
+\hbox to 1pt{\hskip3pt minus .5pt}
+\end{verbatim}
+\awp
+\begin{verbatim}
+\hbox to 1pt{\hskip3pt minus 1.5pt}
+\end{verbatim}
+only the first box will give an error message:
+it is \n{1.5pt} too big, whereas the second lacks
+\n{.5pt} which is less than \cs{hfuzz}.
+\end{example}
+
+Also, boxes that shrink but that are not overfull can be reported:
+if a box is `tight', that is, if it uses at least half its
+shrinkability, \TeX\ reports this fact if the
+computed badness (which is between 13 and~100) is more than
+\cs{hbadness}.
+
+For horizontal and vertical boxes this error reporting is almost
+\cstoidx overfullrule\par
+the same, with parameters \cs{vbadness} and \cs{vfuzz}.
+The difference is that for horizontal overfull boxes
+\TeX\ will draw a rule to the right of the box that has the
+same height as the box, and width \cs{overfullrule}.
+No overfull rule ensues if
+the \cs{tabskip} glue in an \cs{halign} cannot be
+shrunk enough.
+
+
+%\point Opening and closing boxes
+\section{Opening and closing boxes}
+
+The opening and closing braces of a box can be either explicit,
+that is, character tokens of category 1 and~2, or implicit,
+a control sequence \verb=\let= to such a character.
+After the opening brace
+the \csidx{everyhbox} or \csidx{everyvbox}
+tokens are inserted.
+If this box appeared in a \csidx{setbox} assignment
+any \csidx{afterassignment}
+token is inserted even before the `everybox' tokens.
+
+\begin{example} \label{every:box:assign}\begin{verbatim}
+\everyhbox{b}
+\afterassignment a
+\setbox0=\hbox{c}
+\showbox0
+\end{verbatim}
+gives
+\begin{verbatim}
+> \box0=
+\hbox(6.94444+0.0)x15.27782
+.\tenrm a
+.\tenrm b
+.\kern0.27779
+.\tenrm c
+\end{verbatim}
+\end{example}
+
+Implicit braces can be used to let a box be opened or closed
+by a macro, for example:
+\begin{verbatim}
+\def\openbox#1{\setbox#1=\hbox\bgroup}
+\def\closebox#1{\egroup\DoSomethingWithBox#1}
+\openbox0 ... \closebox0
+\end{verbatim}
+This mechanism can be used to scoop up paragraphs:
+\begin{verbatim}
+\everypar{\setbox\parbox=
+ \vbox\bgroup
+ \everypar{}
+ \def\par{\egroup\UseBox\parbox}}
+\end{verbatim}
+Here the \cs{everypar} opens the box and lets the text be
+set in the box: starting for instance
+\begin{verbatim}
+Begin a text ...
+\end{verbatim}
+gives the equivalent of
+\begin{verbatim}
+\setbox\parbox=\vbox{Begin a text ...
+\end{verbatim}
+Inside the box \cs{par} has been redefined, so
+\begin{verbatim}
+... a text ends.\par
+\end{verbatim}
+is equivalent to
+\begin{verbatim}
+... a text ends.}\Usebox\parbox
+\end{verbatim}
+
+In this example, the \cs{UseBox} command can only treat the
+box as a whole; if the elements of the box should somehow
+be treated separately another approach is necessary.
+In
+\begin{verbatim}
+\everypar{\setbox\parbox=
+ \vbox\bgroup\everypar{}%
+ \def\par{\endgraf\HandleLines
+ \egroup\box\parbox}}
+\def\HandleLines{ ... \lastbox ... }
+\end{verbatim}
+the macro \cs{HandleLines} can have access to successive
+elements from the vertical list of the paragraph.
+See also the example on page~\pageref{varioset}.
+
+%\point Unboxing
+\section{Unboxing}
+
+Boxes can be unwrapped by the commands \csidx{unhbox} and
+\term box! unboxing\par
+\csidx{unvbox}, and by their copying versions
+\csidx{unhcopy} and \csidx{unvcopy}.
+These are horizontal and vertical commands
+(see Chapter~\ref{hvmode}), considering that in effect
+they contribute a partial horizontal or vertical list.
+It is not possible to \cs{unhbox} a register
+containing a \cs{vbox} or vice versa,
+but a void box register can both be \cs{unhbox}ed and
+\cs{unvbox}ed.
+
+Unboxing takes the contents of a box in a box register and appends
+them to the surrounding list; any glue can then
+be set anew. Thus
+\begin{verbatim}
+\setbox0=\hbox to 1cm{\hfil} \hbox to 2cm{\unhbox0}
+\end{verbatim}
+is completely equivalent to
+\begin{verbatim}
+\hbox to 2cm{\hfil}
+\end{verbatim}
+and not to
+\begin{verbatim}
+\hbox to 2cm{\kern1cm}
+\end{verbatim}
+\awp
+
+The intrinsically horizontal nature of \cs{unhbox} is
+\cstoidx leavevmode\par
+used to define
+\begin{verbatim}
+\def\leavevmode{\unhbox\voidb@x}
+\end{verbatim}
+This command switches from vertical mode to horizontal without
+adding anything to the horizontal list.
+However, the subsequent \cs{indent} caused by this transition
+adds an indentation box.
+In horizontal mode the \cs{leavevmode} command has no effect.
+Note that here it is not necessary to use \cs{unhcopy},
+because the register is empty anyhow.
+
+Beware of the following subtlety: unboxing in vertical
+mode does not add interline glue between the box contents and
+any preceding item.
+Also, the value of \cs{prevdepth} is not
+changed, so glue between the box contents and any following
+item will occur only if there was something preceding the box;
+interline glue will be based on the depth of that preceding item.
+Similarly, unboxing in horizontal mode does not influence
+the \cs{spacefactor}.
+
+%\point Text in boxes
+\section{Text in boxes}
+
+Both horizontal and vertical boxes can contain text. However,
+\term boxes !text in\par
+the way text is treated differs.
+In horizontal boxes
+the text is placed in one straight line, and the width of
+the box is in principle the natural width of the text
+(and other items) contained in it. No \gram{vertical command}s
+are allowed inside a horizontal box, and \cs{par} does
+nothing in this case.
+
+For vertical boxes the situation is radically different.
+As soon as a character, or any other \gram{horizontal command}
+(see page~\pageref{h:com:list}),
+is encountered in a vertical box, \TeX\ starts building a paragraph
+in unrestricted horizontal mode, that is, just as if the paragraph
+were directly part of the page.
+At the occurrence of a \gram{vertical command}
+(see page~\pageref{v:com:list}), or at the end
+of the box, the paragraph is broken into lines using the
+current values of parameters such as~\cs{hsize}.
+
+Thus \begin{verbatim}
+\hbox to 3cm{\vbox{some reasonably long text}}
+\end{verbatim}
+will {\sl not\/} give a paragraph of width 3 centimetres
+(it gives an overfull horizontal box if \cs{hsize}${}>{}$\n{3cm}).
+However,
+\begin{verbatim}
+\vbox{\hsize=3cm some reasonably long text}
+\end{verbatim}
+will be 3 centimetres wide.
+
+A paragraph of text inside a vertical box is broken into
+lines, which are packed in horizontal boxes.
+These boxes are then stacked
+in internal vertical mode, possibly with
+\cs{baselineskip} and \cs{lineskip} separating them
+(this is treated in Chapter~\ref{baseline}).
+This process is also used for text on the page; the boxes
+are then stacked in outer vertical mode.
+
+If the internal vertical list is empty, no \cs{parskip}
+glue is added at the start of a paragraph.
+
+Because text in a horizontal box is not
+\label{wide:vbox}%
+broken into lines, there is a further
+difference between text in restricted and unrestricted
+\awp
+horizontal mode. In restricted horizontal mode no
+discretionary nodes and whatsit items changing the
+value of the current language are inserted.
+This may give problems if the text is subsequently
+unboxed to form part of a paragraph.
+
+See Chapter~\ref{line:break} for an explanation of these
+items, and \cite{Downs} for a way around this problem.
+
+%\point Assorted remarks
+\section{Assorted remarks}
+
+%\spoint Forgetting the \cs{box}
+\subsection{Forgetting the \cs{box}}
+
+After \verb.\newcount\foo., one can use \cs{foo} on its own
+to get the \cs{foo} counter.
+For boxes, however, one has to use \verb.\box\foo. to get
+the \cs{foo} box.
+The reason for this is that there exists
+no separate \cs{boxdef} command, so \cs{chardef} is
+used (see Chapter~\ref{alloc}).
+
+\begin{example}
+Suppose \verb.\newbox\foo. allocates box register~25; then
+typing \cs{foo} is equivalent to typing
+\verb.\char25..
+\end{example}
+
+%\spoint Special-purpose boxes
+\subsection{Special-purpose boxes}
+
+Some box registers
+have a special
+purpose:
+\begin{itemize}
+\item \cs{box255} is by used \TeX\ internally
+ to give the page to the output routine.
+\item \cs{voidb@x} is the number of
+ a box register allocated in
+ \n{plain.tex}; it is supposed to be empty always.
+ It is used in the macro \cs{leavevmode} and others.
+\item when a new \cs{insert} is created with the plain \TeX\
+ \cs{newinsert} macro, a \cs{count},
+ \cs{dimen}, \cs{skip}, and \cs{box} all with the same number
+ are reserved for that insert.
+ The numbers for these registers count down from~254.
+\end{itemize}
+
+
+%\spoint The height of a vertical box in horizontal mode
+\subsection{The height of a vertical box in horizontal mode}
+
+In horizontal mode a vertical box is placed with its
+reference point aligned vertically with the reference
+point of the surrounding box.
+\TeX\ then traverses its contents starting at the left
+upper corner; that is, the point that lies above the reference
+point by a distance of the height of the box.
+Changing the height of the box implies then that the
+contents of the box are placed at a different height.
+
+Consider as an example
+\begin{verbatim}
+\hbox{a\setbox0=\vbox{\hbox{b}}\box0 c}
+\end{verbatim}
+which gives
+\begin{disp}\leavevmode\hbox{a\setbox0=\vbox{\hbox{b}}\box0 c}\end{disp}
+and
+\begin{verbatim}
+\hbox{a\setbox0=\vbox{\hbox{b}}\ht0=0cm \box0 c}
+\end{verbatim}
+\awp
+which gives
+\begin{disp}\leavevmode\hbox{a\setbox0=\vbox{\hbox{b}}\ht0=0cm \box0 c}\end{disp}
+
+By contrast, changing the width of a box placed in vertical
+mode has no effect on its placement.
+
+%\spoint More subtleties with vertical boxes
+\subsection{More subtleties with vertical boxes}
+
+Since there are two kinds of vertical boxes, the \cs{vbox} and
+the \cs{vtop}, using these two kinds nested may lead to
+confusing results. For instance, \begin{verbatim}
+\vtop{\vbox{...}}
+\end{verbatim}
+is completely equivalent to just \begin{verbatim}
+\vbox{...}
+\end{verbatim}
+
+It was stated above that
+the depth of a \cs{vbox} is zero if the last item
+is a kern or glue, and the height of a \cs{vtop} is
+zero unless the first item in it is a box.
+The above examples used a kern for that first or last item,
+but if, in the case of a \cs{vtop},
+this item is not a glue or kern, one is apt to
+overlook the effect that it has on the surrounding box.
+For instance,
+\begin{verbatim}
+\vtop{\write16{...}...}
+\end{verbatim}
+has zero height,
+because the write instruction
+is packed into a `whatsit' item that is placed on the current,
+that is, the vertical, list.
+The remedy here is
+\begin{verbatim}
+\vtop{\leavevmode\write16{...}...}
+\end{verbatim}
+which puts the whatsit in the beginning of the paragraph,
+instead of above it.
+
+Placement of items in a vertical list is sometimes
+a bit tricky. There is for instance a difference between
+how vertical and horizontal boxes are treated in a
+vertical list. Consider the following examples.
+After \cs{offinterlineskip} the first example\begin{verbatim}
+\vbox{\hbox{a}
+ \setbox0=\vbox{\hbox{(}}
+ \ht0=0pt \dp0=0pt \box0
+ \hbox{ b}}
+\end{verbatim}
+gives \begin{disp}\offinterlineskip\leavevmode\vbox{\hbox{a}
+ \setbox0=\vbox{\hbox{(}}
+ \ht0=0pt \dp0=0pt \box0
+ \hbox{ b}}
+\end{disp}
+while a slight variant\begin{verbatim}
+\vbox{\hbox{a}
+ \setbox0=\hbox{(}
+ \ht0=0pt \dp0=0pt \box0
+ \hbox{ b}}
+\end{verbatim}
+\awp
+gives
+\begin{disp}\offinterlineskip\leavevmode\vbox{\hbox{a}
+ \setbox0=\hbox{(}
+ \ht0=0pt \dp0=0pt
+ \box0
+ \hbox{ b}}
+\end{disp}
+The difference is caused by the fact that horizontal boxes
+are placed with respect to their reference point, but vertical
+boxes with respect to their upper left corner.
+
+%\spoint Hanging the \cs{lastbox} back in the list
+\subsection{Hanging the \cs{lastbox} back in the list}
+
+You can pick the last box off a vertical list that has been
+compiled in (internal) vertical mode.
+However, if you try to hang it back in the list the vertical
+spacing may go haywire. If you just hang it back,
+\begin{verbatim}
+\setbox\tmpbox=\lastbox
+\usethetmpbox \box\tmpbox
+\end{verbatim}
+baselineskip glue is added a second time. If you `unskip' prior
+to hanging the box back,
+\begin{verbatim}
+\setbox\tmpbox=\lastbox \unskip
+\usethetmpbox \box\tmpbox
+\end{verbatim}
+things go wrong in a more subtle way.
+The \gram{internal dimen} \cs{prevdepth}
+(which controls interline glue; see Chapter~\ref{baseline})
+will have a
+value based on the last box, but what you need for the proper
+interline glue is a depth based on one box earlier.
+The solution is not to unskip,
+but to specify \cs{nointerlineskip}:
+\begin{verbatim}
+\setbox\tmpbox=\lastbox
+\usethetmpbox \nointerlineskip \box\tmpbox
+\end{verbatim}
+
+
+%\spoint[varioset] Dissecting paragraphs with \cs{lastbox}
+\subsection{Dissecting paragraphs with \cs{lastbox}}
+\label{varioset}
+
+Repeatedly applying \cs{last...} and \cs{un...} macros
+\howto Take a paragraph apart\par
+can be used to take a paragraph apart.
+Here is an example of that.
+
+\indent\vbox{\message{Check vario look!}
+\hyphenpenalty10000 \exhyphenpenalty10000 %\Indent:no
+\advance\hsize by -2\parindent
+\newif\ifsnap \spaceskip=\fontdimen2\font plus \fontdimen3\font
+\def\eatlines{
+ \setbox2\lastbox % check the last line
+ \ifvoid2\global\snaptrue
+ \else % if it's not empty
+ \unskip\unpenalty % take whatever is
+ {\eatlines} % above it;
+ \setbox4\hbox{\unhcopy2} % collapse this line
+ \ifdim\wd4<.98\wd2 % if the difference is too large,
+ \ifsnap \box2 \global\snapfalse
+ \else \box4 \global\snaptrue
+ \fi
+ \else \box2 \global\snapfalse
+ \fi
+ \fi}
+In typesetting advertisement copy, a way of justifying
+paragraphs has become popular in recent years
+that is somewhere between flushright and raggedright
+setting.
+Lines that would stretch beyond certain limits
+are set with their glue at natural width. This paragraph
+exemplifies this procedure; the macros
+follow next.\par\eatlines}\par
+
+\begin{verbatim}
+\newbox\linebox \newbox\snapbox
+\def\eatlines{
+ \setbox\linebox\lastbox % check the last line
+ \ifvoid\linebox
+ \else % if it's not empty
+ \unskip\unpenalty % take whatever is
+ {\eatlines} % above it;
+ % collapse the line
+ \setbox\snapbox\hbox{\unhcopy\linebox}
+ % depending on the difference
+ \ifdim\wd\snapbox<.98\wd\linebox
+ \box\snapbox % take the one or the other,
+ \else \box\linebox \fi
+ \fi}
+\end{verbatim}
+This macro can be called as
+\begin{verbatim}
+\vbox{ ... some text ... \par\eatlines}
+\end{verbatim}
+or it can be inserted automatically
+with \cs{everypar}; see~\cite{E1}.
+
+In the macro \cs{eatlines}, the \cs{lastbox} is taken
+from a vertical list. If the list is empty
+the last box will test true on \cs{ifvoid}.
+These boxes containing lines from a paragraph
+are actually horizontal boxes: the test
+\cs{ifhbox} applied to them would give a true
+result.
+
+%%%% end of input file [boxes]
+
+%\InputFile:modes
+%%%% this is input file [modes]
+%\subject[hvmode] Horizontal and \nl Vertical Mode
+\endofchapter
+\chapter{Horizontal and Vertical Mode}\label{hvmode}
+
+
+At any point in its processing \TeX\ is in some mode.
+\term mode\par
+There are six modes, divided in three categories:
+\begin{enumerate} \item horizontal mode and restricted horizontal
+mode, \item vertical mode and internal vertical mode, and
+\item math mode and display math mode.\end{enumerate}
+The math modes will be treated elsewhere (see page~\pageref{math:modes}).
+Here we shall look
+at the horizontal and vertical modes, the kinds of objects
+that can occur in the corresponding lists, and the
+commands that are exclusive for one mode or the other.
+
+
+\begin{inventory}
+\item [\cs{ifhmode}]
+ Test whether the current mode is (possibly restricted) horizontal mode.
+
+\item [\cs{ifvmode}]
+ Test whether the current mode is (possibly internal) vertical mode.
+
+\item [\cs{ifinner}]
+ Test whether the current mode is an internal mode.
+
+\item [\cs{vadjust}]
+ Specify vertical material for the enclosing vertical list
+ while in horizontal mode.
+
+\item [\cs{showlists}]
+ Write to the log file the contents of the partial lists
+ currently being built in all modes.
+\end{inventory}
+
+%\point Horizontal and vertical mode
+\section{Horizontal and vertical mode}
+
+When not typesetting mathematics, \TeX\ is in horizontal
+or vertical mode, building horizontal or vertical lists
+respectively. Horizontal mode is typically used to
+make lines of text; vertical mode is typically used
+to stack the lines of a paragraph on top of each other.
+Note that
+these modes
+are different from the internal states of \TeX's input processor
+(see page~\pageref{input:states}).
+
+%\spoint Horizontal mode
+\subsection{Horizontal mode}
+
+The main activity in horizontal mode is building lines of text.
+\term mode !horizontal\par
+Text on the page and text in a \cs{vbox} or \cs{vtop} is built in
+horizontal mode (this might be called `paragraph mode');
+if the text is in an \cs{hbox} there is only one line
+of text, and the corresponding mode is the restricted
+\awp
+horizontal mode.
+
+In horizontal mode all material is added to a horizontal list.
+If this list is built in unrestricted horizontal mode, it
+will later be broken into lines and added to the surrounding vertical list.
+
+Each element of a horizontal list is one of the following:
+\term list !horizontal\par
+\begin{itemize} \item a box (a character, ligature, \cs{vrule},
+or a \gr{box}),
+\item a discretionary break,
+\item a whatsit (see Chapter~\ref{io}),
+\item vertical material enclosed in \cs{mark},
+\cs{vadjust}, or \cs{insert},
+\item
+\mdqon
+glue or leaders, a kern, a penalty, or a math-on/""off item.
+\mdqoff
+\end{itemize}
+The items in the last point are all discardable.
+Discardable items are called that, because they disappear in
+\term discardable items\par
+a break. Breaking of horizontal
+lists is treated in Chapter~\ref{line:break}.
+
+%\spoint Vertical mode
+\subsection{Vertical mode}
+
+Vertical mode can be used to stack items on top of one another.
+\term mode !vertical\par
+Most of the time, these items are boxes
+containing the lines of paragraphs.
+
+Stacking material can take place inside a
+vertical box, but the
+items that are stacked can also
+appear by themselves on the page. In the latter case
+\TeX\ is in vertical mode; in the former case, inside a
+vertical box, \TeX\ operates in internal vertical mode.
+
+In vertical mode all material is added to a vertical list.
+If this list is built in external vertical mode, it
+will later be broken when pages are formed.
+
+Each element of a vertical list is one of the following:
+\term list !vertical\par
+\begin{itemize} \item a box (a horizontal or vertical box or
+an \cs{hrule}),
+\item a whatsit,
+\item a mark,
+\item glue or leaders, a kern, or a penalty.\end{itemize}
+The items in the last point are all discardable.
+Breaking of vertical lists
+is treated in Chapter~\ref{page:break}.
+
+There are a few exceptional conditions at the beginning
+of a vertical list: the value of \cs{prevdepth} is set
+to \n{-1000pt}. Furthermore, no \cs{parskip} glue is added
+at the top of an internal vertical list;
+at the top of the main vertical list (the top of the
+`current page') no glue or other discardable items
+are added, and \cs{topskip} glue is added when the
+first box is placed on this list
+(see Chapters \ref{page:shape} and~\ref{page:break}).
+
+%\point Horizontal and vertical commands
+\section{Horizontal and vertical commands}
+
+Some commands are so intrinsically horizontal or vertical
+in nature that they force \TeX\ to go into that mode, if
+possible. A~command that forces \TeX\ into horizontal mode
+is called a \gr{horizontal command}; similarly a command that
+forces \TeX\ into vertical mode is called a
+\awp
+\gr{vertical command}.
+
+However, not all transitions are possible:
+\TeX\ can switch from both vertical modes to
+(unrestricted) horizontal mode and back
+through horizontal and vertical commands, but no transitions
+to or from restricted horizontal mode are possible
+(other than by enclosing horizontal boxes in vertical boxes or
+the other way around).
+A~vertical command in restricted horizontal mode thus gives
+an error; the \cs{par} command in restricted horizontal mode
+has no effect.
+
+The horizontal commands are the following:
+\label{h:com:list}\term horizontal commands\par
+\begin{itemize}
+\item any \gr{letter}, \gr{otherchar}, \cs{char},
+a control sequence defined by \cs{chardef}, or \cs{noboundary};
+\item \cs{accent}, \cs{discretionary}, the discretionary
+hyphen~\verb|\-| and control space~\verb|\|\n{\char32};
+\item \cs{unhbox} and \cs{unhcopy};
+\item \cs{vrule} and the
+\gr{horizontal skip} commands
+\cs{hskip}, \cs{hfil}, \cs{hfill}, \cs{hss}, and \cs{hfilneg};
+\item \cs{valign};
+\item math shift (\n\$).
+\end{itemize}
+
+The vertical commands are the following:
+\label{v:com:list}\term vertical! commands\par
+\begin{itemize}
+\item \cs{unvbox} and \cs{unvcopy};
+\item \cs{hrule} and the \gr{vertical skip} commands
+ \cs{vskip}, \cs{vfil}, \cs{vfill}, \cs{vss}, and \cs{vfilneg};
+\item \cs{halign};
+\item \cs{end} and \cs{dump}.
+\end{itemize}
+Note that the vertical commands do not include \cs{par};
+nor are \cs{indent} and \cs{noindent} horizontal commands.
+
+The connection between boxes and modes is explored below;
+see Chapter~\ref{rules} for more on the connection between
+rules and modes.
+
+%\point The internal modes
+\section{The internal modes}
+
+Restricted horizontal mode and internal vertical mode
+\term mode !restricted\par\term mode !internal\par
+are the variants of horizontal mode and vertical mode
+that hold inside an \cs{hbox} and \cs{vbox} (or \cs{vtop}
+or \cs{vcenter}) respectively.
+However, restricted horizontal mode is rather more
+restricted in nature than internal vertical mode.
+The third internal mode is non-display math mode
+(see Chapter~\ref{math}).
+
+%\spoint Restricted horizontal mode
+\subsection{Restricted horizontal mode}
+
+The main difference between restricted horizontal mode,
+the mode in an \cs{hbox}, and unrestricted horizontal mode,
+the mode in which paragraphs in vertical boxes
+and on the page are built,
+is that you cannot break out of restricted horizontal mode:
+\cs{par}~does nothing in this mode.
+Furthermore, a~\gram{vertical command} in restricted horizontal
+mode gives an error.
+In unrestricted horizontal mode it would cause a
+\cs{par} token to be inserted and vertical mode to be entered
+(see also Chapter~\ref{par:end}).
+\awp
+
+%\spoint Internal vertical mode
+\subsection{Internal vertical mode}
+
+Internal vertical mode, the vertical mode inside
+a~\cs{vbox}, is a lot like external vertical
+mode, the mode in which pages are built.
+A~\gram{horizontal command} in internal vertical mode,
+for instance, is perfectly valid:
+\TeX\ then starts building a paragraph in
+unrestricted horizontal mode.
+
+One difference is that the commands
+\cs{unskip} and \cs{unkern} have no effect
+in external vertical mode, and
+\cs{lastbox} is always empty in external vertical mode.
+See further pages \pageref{lastbox} and~\pageref{unskip}.
+
+The entries of alignments (see Chapter~\ref{align}) are
+processed in internal modes: restricted horizontal mode
+for the entries of an \cs{halign}, and internal vertical
+mode for the entries of a~\cs{valign}.
+The material in \cs{vadjust} and \cs{insert} items
+is also processed in internal vertical mode; furthermore,
+\TeX\ enters this mode when processing the \cs{output} token list.
+
+The commands \cs{end} and \cs{dump} (the latter exists only in \IniTeX)
+are not allowed in
+internal vertical mode; furthermore, \cs{dump} is not allowed
+inside a group (see Chapter~\ref{TeXcomm}).
+
+
+%\point[hvbox] Boxes and modes
+\section{Boxes and modes}
+\label{hvbox}
+
+There are horizontal and vertical boxes, and there is
+horizontal and vertical mode. Not surprisingly, there is
+a connection between the boxes and the modes.
+One can ask about this connection in two ways.
+
+%\spoint What box do you use in what mode?
+\subsection{What box do you use in what mode?}
+
+This is the wrong question. Both horizontal and vertical boxes
+can be used in both horizontal and vertical mode.
+Their placement is determined by the prevailing mode at that moment.
+
+%\spoint What mode holds in what box?
+\subsection{What mode holds in what box?}
+
+This is the right question.
+When an \cs{hbox} starts, \TeX\ is in restricted horizontal
+mode. Thus everything in a horizontal box is lined up horizontally.
+
+When a \cs{vbox} is started, \TeX\ is in internal vertical mode.
+Boxes of both kinds and other items are then stacked
+on top of each other.
+
+
+%\spoint Mode-dependent behaviour of boxes
+\subsection{Mode-dependent behaviour of boxes}
+
+Any \gr{box} (see Chapter \ref{boxes} for the full definition)
+can be used in horizontal, vertical, and math mode.
+Unboxing commands, however, are specific for horizontal or vertical mode.
+Both \cs{unhbox} and \cs{unhcopy} are \gr{horizontal command}s,
+so they can make \TeX\ switch from vertical to horizontal
+mode;
+\awp
+both \cs{unvbox} and \cs{unvcopy} are \gr{vertical command}s,
+so they can make \TeX\ switch from horizontal to vertical
+mode.
+
+In horizontal mode the \cs{spacefactor} is set to 1000
+after a box has been placed. In vertical mode the
+\cs{prevdepth} is set to the depth of the box placed.
+Neither statement holds for
+unboxing commands: after an \cs{unhbox} or \cs{unhcopy} the
+spacefactor is not altered, and after \cs{unvbox} or \cs{unvcopy}
+the \cs{prevdepth} remains unchanged.
+After all, these commands do not add a box,
+but a piece of a~(horizontal or vertical) list.
+
+The operations \cs{raise} and \cs{lower} can only be
+applied to a box in horizontal mode; similarly, \cs{moveleft} and
+\cs{moveright} can only be applied in vertical mode.
+
+
+%\point Modes and glue
+\section{Modes and glue}
+
+Both in horizontal and vertical mode
+\TeX\ can insert glue items the size of which is
+determined by the preceding object in the list.
+
+For horizontal mode the amount of glue that is inserted
+for a space token depends on the \cs{spacefactor} of
+the previous object in the list. This is treated
+in Chapter~\ref{space}.
+
+In vertical mode \TeX\ inserts glue to keep boxes at a certain
+distance from each other. This glue is influenced by the
+height of the current item and the depth of the previous one.
+The depth of items is recorded in the \cs{prevdepth} parameter
+(see Chapter~\ref{baseline}).
+
+The two quantities \cs{prevdepth}
+and \cs{spacefactor}
+use the same internal register of \TeX. Thus the \cs{prevdepth}
+can be used or asked only in vertical mode, and the \cs{spacefactor}
+only in horizontal mode.
+
+%\point[migrate] Migrating material
+\section{Migrating material}
+\label{migrate}
+
+The three control sequences \cs{insert}, \cs{mark}, and \cs{vadjust}
+can be given in a paragraph
+\term migrating material\par
+(the first two can also occur
+in vertical mode) to specify material that will wind up on the
+surrounding vertical list. Note that this need not be
+the main vertical list: it can be a vertical box
+containing a paragraph of text. In this case a \cs{mark}
+or \cs{insert} command will not reach the page breaking algorithm.
+
+When several migrating items are specified in a certain line
+of text, their left-to-right order is preserved when they are
+placed on the surrounding vertical list. These items are placed
+directly after the horizontal box containing the line of text
+in which they were specified: they come before any
+penalty or glue items that are automatically inserted
+(see page~\pageref{between:lines}).
+
+%\spoint \cs{vadjust}
+\subsection{\cs{vadjust}}
+
+The command
+\cstoidx vadjust\par
+\begin{disp}\cs{vadjust}\gr{filler}\lb\gr{vertical mode material}\rb\end{disp}
+\awp
+is only allowed in horizontal and math modes (but it is
+not a \gr{horizontal command}).
+Vertical mode material specified by \cs{vadjust} is moved from
+the horizontal list in which the command is given
+to the surrounding vertical list, directly after the box
+in which it occurred.
+
+In the current line
+\vadjust{\setbox0=\hbox{$\bullet$\hskip1em}\ht0=0pt \dp0=0pt \llap{\box0}}
+a \cs{vadjust} item was placed to put the bullet in the margin.
+
+
+Any vertical material in a \cs{vadjust} item is processed
+in internal vertical mode, even though it will wind up
+on the main vertical list. For instance, the \cs{ifinner}
+test is true in a \cs{vadjust}, and at the start
+\mdqon
+of the vertical material \cs{prevdepth}$=$""\n{-1000pt}.
+\mdqoff
+
+%\point Testing modes
+\section{Testing modes}
+
+The three conditionals \cs{ifhmode}, \cs{ifvmode}, and
+\cs{ifinner} can distinguish between the four modes of
+\TeX\ that are not math modes.
+The \cs{ifinner} test is true if \TeX\ is in
+restricted horizontal mode or internal vertical mode
+(or in non-display math mode).
+Exceptional condition: during a \cs{write} \TeX\
+is in a `no mode' state. The tests \cs{ifhmode},
+\cs{ifvmode}, and \cs{ifmmode} are then all false.
+
+Inspection of all current lists, including the `recent
+contributions' (see Chapter~\ref{page:break}),
+is possible through the command \csidx{showlists}\label{showlists}.
+This command writes to the log file the contents of all
+lists that are being built at the moment the command is given.
+
+Consider the example \begin{verbatim}
+a\hfil\break b\par
+c\hfill\break d
+\hbox{e\vbox{f\showlists
+\end{verbatim}
+Here the first paragraph has been broken into two lines, and
+these have been added to the current page. The second paragraph
+has not been concluded or broken into lines.
+
+The log file shows the following. \TeX\ was busy
+building a paragraph (starting with an indentation box
+\n{20pt} wide):\begin{verbatim}
+### horizontal mode entered at line 3
+\hbox(0.0+0.0)x20.0
+\tenrm f
+spacefactor 1000
+\end{verbatim}
+This paragraph was inside a vertical box:\begin{verbatim}
+### internal vertical mode entered at line 3
+prevdepth ignored
+\end{verbatim}
+The vertical box was in a horizontal box,
+\begin{verbatim}
+### restricted horizontal mode entered at line 3
+\tenrm e
+spacefactor 1000
+\end{verbatim}
+\awp
+which was part of
+an as-yet unfinished paragraph:\begin{verbatim}
+### horizontal mode entered at line 2
+\hbox(0.0+0.0)x20.0
+\tenrm c
+\glue 0.0 plus 1.0fill
+\penalty -10000
+\tenrm d
+etc.
+spacefactor 1000
+\end{verbatim}
+Note how the infinite glue and the \cs{break} penalty
+are still part of the horizontal list.
+
+Finally, the first paragraph has been broken into lines and
+added to the current page:\begin{verbatim}
+### vertical mode entered at line 0
+### current page:
+\glue(\topskip) 5.69446
+\hbox(4.30554+0.0)x469.75499, glue set 444.75497fil
+.\hbox(0.0+0.0)x20.0
+.\tenrm a
+.\glue 0.0 plus 1.0fil
+.\penalty -10000
+.\glue(\rightskip) 0.0
+\penalty 300
+\glue(\baselineskip) 5.05556
+\hbox(6.94444+0.0)x469.75499, glue set 464.19943fil
+.\tenrm b
+.\penalty 10000
+.\glue(\parfillskip) 0.0 plus 1.0fil
+.\glue(\rightskip) 0.0
+etc.
+total height 22.0 plus 1.0
+ goal height 643.20255
+prevdepth 0.0
+\end{verbatim}
+
+
+
+%%%% end of input file [modes]
+
+%\InputFile:number
+%%%% this is input file [number]
+%\subject[number] Numbers
+\endofchapter
+\chapter{Numbers}\label{number}
+
+In this chapter integers and their
+denotations will be treated,
+the conversions that are possible either way,
+allocation and use of \cs{count} registers, and
+arithmetic with integers.
+
+\begin{inventory}
+\item [\cs{number}]
+ Convert a \gr{number} to decimal representation.
+
+\item [\cs{romannumeral}]
+ Convert a positive \gr{number} to lowercase roman representation.
+
+\item [\cs{ifnum}]
+ Test relations between numbers.
+
+\item [\cs{ifodd}]
+ Test whether a number is odd.
+
+\item [\cs{ifcase}]
+ Enumerated case statement.
+
+
+\item [\cs{count}]
+ Prefix for count registers.
+
+\item [\cs{countdef}]
+ Define a control sequence to be a synonym for
+ a~\cs{count} register.
+
+\item [\cs{newcount}]
+ Allocate an unused \cs{count} register.
+
+\item [\cs{advance}]
+ Arithmetic command to add to or subtract from
+ a~\gr{numeric variable}.
+
+\item [\cs{multiply}]
+ Arithmetic command to multiply a \gr{numeric variable}.
+
+\item [\cs{divide}]
+ Arithmetic command to divide a \gr{numeric variable}.
+
+\end{inventory}
+
+
+%\point Numbers and \gr{number}s
+\section{Numbers and \gr{number}s}
+
+An important part of the grammar of \TeX\
+\term numbers\par\term integers\par
+is the rigorous definition of a \gr{number}, the syntactic
+entity that \TeX\ expects when semantically an integer is
+expected. This definition will take the largest part of this
+chapter. Towards the end, \cs{count} registers, arithmetic,
+and tests for numbers are treated.
+
+For clarity of discussion a distinction will be made
+here between integers and numbers,
+but note that a \gr{number} can be both
+an `integer' and a `number'.
+`Integer' will be taken to denote a mathematical number:
+a~quantity that can be added or multiplied.
+`Number' will be taken to refer to the printed representation
+of an integer: a string of digits, in other words.
+
+%\point Integers
+\section{Integers}
+
+Quite a few different sorts of objects can function
+as integers in \TeX. In this section they will all
+be treated, accompanied by the relevant lines from
+the grammar of \TeX.
+\awp
+
+First of all, an integer can be positive or negative:
+\begin{disp}\gr{number} $\longrightarrow$
+\gr{optional signs}\gr{unsigned number}\nl
+\gr{optional signs} $\longrightarrow$ \gr{optional spaces}\nl
+\indent $|$ \gr{optional signs}\gr{plus or minus}\gr{optional spaces}
+\end{disp}
+
+A first possibility for an unsigned integer is a string of digits
+in decimal, octal, or hexadecimal notation.
+Together with the alphabetic constants these will be named
+here \gr{integer denotation}.
+Another possibility for an integer is an
+internal integer quantity, an \gr{internal integer};
+together with the denotations these form the
+\gr{normal integer}s.
+Lastly an integer can be a \gr{coerced integer}:
+an internal \gr{dimen} or \gr{glue}
+quantity that is converted to an integer value.
+\begin{disp}\gr{unsigned number} $\longrightarrow$ \gr{normal integer}
+$|$ \gr{coerced integer}\nl
+\gr{normal integer} $\longrightarrow$ \gr{integer denotation}
+$|$ \gr{internal integer}\nl
+\gr{coerced integer} $\longrightarrow$ \gr{internal dimen}
+$|$ \gr{internal glue}\end{disp}
+All of these possibilities will be treated in sequence.
+
+
+%\spoint[int:denotation] Denotations: integers
+\subsection{Denotations: integers}
+\label{int:denotation}
+
+Anything that looks like a number
+can be used as a \gr{number}: thus \verb-42- is a number.
+However, bases other than decimal can also be used:
+\begin{verbatim}
+'123
+\end{verbatim}
+is the octal notation for $1\times8^2+2\times8^1+3\times8^0=83$,
+and \begin{verbatim}
+"123
+\end{verbatim}
+is the hexadecimal notation
+for $1\times16^2+2\times16^1+3\times16^0=291$.
+\begin{disp}\gr{integer denotation} $\longrightarrow$
+\gr{integer constant}\gr{one optional space} \nl
+\indent $|$ \n{\char`\'}\gr{octal constant}\gr{one optional space}\nl
+\indent $|$ \n{\char`\"}\gr{hexadecimal constant}\gr{one optional space}
+\end{disp}
+The octal digits are \n0--\n7; a~digit \n8 or~\n9 following an
+octal denotation is not part of the number:
+after \begin{verbatim}
+\count0='078
+\end{verbatim}
+the \cs{count0} will have the value~7, and the
+digit~\n8 is typeset.
+
+The hexadecimal digits are \n0--\n9, \n A--\n F,
+where the \n A--\n F can
+have category code 11 or~12. The latter has a somewhat
+far-fetched justification: the characters resulting from a
+\cs{string} operation have category code~12.
+Lowercase \n a--\n f are not
+hexadecimal digits, although (in \TeX3) they are used
+for hexadecimal notation in
+the `circumflex method' for accessing all character codes
+(see Chapter~\ref{char}).
+
+%\spoint Denotations: characters
+\subsection{Denotations: characters}
+
+A character token is a pair consisting of a character code,
+which is a~number in the range 0--255,
+and a category code. Both of these codes are accessible,
+and can be used as a \gr{number}.
+\awp
+
+The character code of a character token, or of a single letter
+control sequence, is accessible through the left quote command:
+both \verb-`a- and~\verb-`\a- denote the character code of~{\tt a},
+which can be used as an integer.
+\begin{disp}\gr{integer denotation} $\longrightarrow$
+\n{\char`\`}\gr{character token}\gr{one optional space}\end{disp}
+
+In order to emphasize that accessing the character code is
+in a sense using a denotation, the syntax of \TeX\ allows
+an optional space after such a `character constant'.
+The left quote must have category~12.
+
+%\spoint Internal integers
+\subsection{Internal integers}
+
+The class of \gr{internal integers} can
+be split into five parts.
+The \gr{codename}s and \gr{special integer}s
+will be treated separately below; furthermore, there are the following.
+
+\begin{itemize} \item The contents of \cs{count} registers;
+either explicitly used by writing for instance \cs{count23},
+or by referring to such a register by means of a
+control sequence
+that was defined by \cs{countdef}:
+after \begin{verbatim}
+\countdef\MyCount=23
+\end{verbatim}
+\cs{MyCount} is called a
+\gr{countdef token}, and it is fully equivalent to \cs{count23}.
+
+\item All parameters of \TeX\ that hold integer values;
+this includes obvious ones such as \cs{linepenalty}, but
+also parameters such as
+\cs{hyphenchar}\gr{font} and \cs{parshape}
+(if a paragraph shape has been defined for $n$ lines,
+using \cs{parshape} in the context of a \gr{number}
+will yield this value of~$n$).
+
+\item\label{num:chardef} Tokens defined by \cs{chardef} or \cs{mathchardef}.
+After \begin{verbatim}
+\chardef\foo=74
+\end{verbatim}
+the control sequence \cs{foo}
+can be used on its own to mean \cs{char74}, but in a context
+where a \gr{number} is wanted it can be used to denote~74:
+\begin{verbatim}
+\count\foo
+\end{verbatim}
+is equivalent to \verb=\count74=.
+This fact is
+exploited in the allocation routines for registers (see
+Chapter~\ref{alloc}).
+
+A control sequence thus defined by \cs{chardef} is called a
+\gr{chardef token}; if it is defined by \cs{mathchardef} it
+is called a \gr{mathchardef token}.
+
+\end{itemize}
+
+Here is the full list:
+\begin{disp}\gr{internal integer} $\longrightarrow$
+\gr{integer parameter} \nl
+\indent $|$ \gr{special integer} $|$ \cs{lastpenalty}\nl
+\indent $|$ \gr{countdef token} $|$ \cs{count}\gr{8-bit number}\nl
+\indent $|$ \gr{chardef token} $|$ \gr{mathchardef token}\nl
+\indent $|$ \gr{codename}\gr{8-bit number}\nl
+\indent $|$ \cs{hyphenchar}\gr{font} $|$ \cs{skewchar}\gr{font}
+$|$ \cs{parshape}\nl
+\indent $|$ \cs{inputlineno} $|$ \cs{badness}\nl
+\gr{integer parameter} $\longrightarrow$\vadjust{\nobreak}
+$|$ \cs{adjdemerits} $|$ \cs{binoppenalty}\nl
+\indent $|$ \cs{brokenpenalty} $|$ \cs{clubpenalty} $|$ \cs{day}%
+\awp
+\nl
+\indent $|$ \cs{defaulthyphenchar} $|$ \cs{defaultskewchar} \nl
+\indent $|$ \cs{delimiterfactor} $|$ \cs{displaywidowpenalty} \nl
+\indent $|$ \cs{doublehyphendemerits} $|$ \cs{endlinechar}
+ $|$ \cs{escapechar}\nl
+\indent $|$ \cs{exhypenpenalty} $|$ \cs{fam} $|$ \cs{finalhyphendemerits}\nl
+\indent $|$ \cs{floatingpenalty} $|$ \cs{globaldefs} $|$ \cs{hangafter}\nl
+\indent $|$ \cs{hbadness} $|$ \cs{hyphenpenalty}
+ $|$ \cs{interlinepenalty}\nl
+\indent $|$ \cs{linepenalty} $|$ \cs{looseness} $|$ \cs{mag}\nl
+\indent $|$ \cs{maxdeadcycles} $|$ \cs{month} \nl
+\indent $|$ \cs{newlinechar} $|$ \cs{outputpenalty} $|$ \cs{pausing}\nl
+\indent $|$ \cs{postdisplaypenalty} $|$ \cs{predisplaypenalty}\nl
+\indent $|$ \cs{pretolerance} $|$ \cs{relpenalty} $|$ \cs{showboxbreadth}\nl
+\indent $|$ \cs{showboxdepth} $|$ \cs{time} $|$ \cs{tolerance}\nl
+\indent $|$ \cs{tracingcommands} $|$ \cs{tracinglostchars}
+ $|$ \cs{tracingmacros}\nl
+\indent $|$ \cs{tracingonline} $|$ \cs{tracingoutput}
+ $|$ \cs{tracingpages}\nl
+\indent $|$ \cs{tracingparagraphs} $|$ \cs{tracingrestores}
+ $|$ \cs{tracingstats}\nl
+\indent $|$ \cs{uchyph} $|$ \cs{vbadness} $|$ \cs{widowpenalty}
+ $|$ \cs{year}
+\end{disp}
+
+Any internal integer can function as an \gr{internal unit},
+which \ldash preceded by \gr{optional spaces} \rdash
+can serve as a \gr{unit of measure}.
+Examples of this are given in Chapter~\ref{glue}.
+
+%\spoint Internal integers: other codes of a character
+\subsection{Internal integers: other codes of a character}
+
+The \cs{catcode} command
+(which was described in Chapter~\ref{mouth})
+is a \gr{codename}, and like the other code names
+it can be used as an integer.
+\begin{disp}\gr{codename} $\longrightarrow$ \cs{catcode} $|$ \cs{mathcode}
+$|$ \cs{uccode} $|$ \cs{lccode}\nl \indent $|$ \cs{sfcode} $|$ \cs{delcode}
+\end{disp}
+A~\gr{codename} has to be followed by an \gr{8-bit number}.
+
+Uppercase and lowercase codes were treated in Chapter~\ref{char};
+the \cs{sfcode} is treated
+in Chapter~\ref{space};
+the \cs{mathcode} and~\cs{delcode} are treated in
+Chapter~\ref{mathchar}.
+
+%\spoint[special:int:list] \gr{special integer}
+\subsection{\gr{special integer}}
+\label{special:int:list}
+
+One of the subclasses of the internal integers is
+that of the special integers.
+\begin{disp}\gr{special integer} $\longrightarrow$
+\cs{spacefactor} $|$ \cs{prevgraf}\nl
+\indent $|$ \cs{deadcycles} $|$ \cs{insertpenalties}
+\end{disp}
+An assignment to any of these is called an \gr{intimate
+assignment}, and is automatically global
+(see Chapter~\ref{group}).
+
+%\spoint Other internal quantities: coersion to integer
+\subsection{Other internal quantities: coersion to integer}
+
+\TeX\ provides a conversion between dimensions and integers:
+if an integer is expected, a \gr{dimen} or \gr{glue} used
+in that context is converted by taking its
+\awp
+(natural) size
+in scaled points.
+However, only \gr{internal dimen}s and \gr{internal glue}
+can be used this way: no dimension or glue denotations
+can be coerced to integers.
+
+%\spoint Trailing spaces
+\subsection{Trailing spaces}
+
+The syntax of \TeX\ defines integer denotations (decimal,
+octal, and hexadecimal) and `back-quoted' character tokens
+to be followed by \gr{one optional space}. This means that
+\TeX\ reads the token after the number, absorbing it
+if it was a space token, and backing up if it was not.
+
+Because \TeX's input processor goes into the state `skipping spaces'
+after it has seen one space token, this
+scanning behaviour implies that
+integer denotations can be followed by
+arbitrarily many space characters in the input.
+Also, a line end is admissible.
+However, only one space token is allowed.
+
+%\point Numbers
+\section{Numbers}
+
+\TeX\ can perform an implicit conversion from a string
+\term number! conversion\par\term number!roman numerals\par
+\cstoidx number\par\cstoidx romannumeral\par
+of digits to an integer. Conversion from a representation
+in decimal, octal, or hexadecimal notation was
+ treated above. The conversion the other way,
+from an \gr{internal integer} to a printed representation,
+has to be performed explicitly.
+\TeX\ provides two conversion routines,
+\cs{number} and \cs{romannumeral}.
+The command \cs{number} is equivalent to \cs{the}
+when followed by an internal integer.
+These commands are performed in the expansion processor of \TeX, that is,
+they are expanded whenever expansion has not been inhibited.
+
+Both commands
+yield a string of tokens with category code~12;
+their argument is a~\gr{number}.
+Thus \verb-\romannumeral51-, \verb-\romannumeral\year-,
+and~\verb-\number\linepenalty- are valid, and so is~\verb-\number13-.
+Applying \cs{number} to a denotation has some uses:
+it removes leading zeros and superfluous plus and minus signs.
+
+A roman numeral is a string of lowercase `roman digits',
+which are characters of category code~12.
+The sequence\howto Uppercase roman numberals\par
+\begin{verbatim}
+\uppercase\expandafter{\romannumeral ...}
+\end{verbatim}
+gives uppercase roman numerals.
+This works because \TeX\ expands
+tokens in order to find the opening brace of the argument
+of \verb=\uppercase=. If \cs{romannumeral} is applied to
+a negative number, the result is simply empty.
+
+%\point Integer registers
+\section{Integer registers}
+
+Integers can be stored in \csidx{count} registers:
+\begin{Disp}\cs{count}\gr{8-bit number}\end{Disp}
+is an \gr{integer variable} and an \gr{internal integer}.
+As an integer variable it can be used in a
+\gr{variable assignment}:
+\begin{Disp}\gr{variable assignment} $\longrightarrow$
+ \gr{integer variable}\gr{equals}\gr{number} $|$ \dots\end{Disp}
+\awp
+As an internal integer it can be used as a \gr{number}:
+\begin{Disp}\gr{number} $\rightarrow$ \gr{optional signs}\gr{internal integer}
+ $|$ \dots
+\end{Disp}
+
+Synonyms for \cs{count} registers can be introduced by the
+\csidx{countdef} command in a \gr{shorthand definition}:
+\begin{Disp}\cs{countdef}\gr{control sequence}\gr{equals}\gr{8-bit number}
+\end{Disp} A control sequence defined this way
+is called a \gr{countdef token}, and it serves as an
+\gr{internal integer}.
+
+The plain \TeX\ macro \csidx{newcount}
+(which is declared \cs{outer}) uses the \cs{countdef} command
+to allocate an unused \cs{count} register.
+Counters 0--9 are scratch registers, like all
+registers with numbers~0--9.
+However, counters 0--9 are used for page identification
+in the \n{dvi} file (see Chapter~\ref{TeXcomm}),
+so they should be used as scratch
+registers only inside a group.
+Counters 10--22 are
+used for plain \TeX's bookkeeping of allocation of registers.
+Counter 255 is also scratch.
+
+%\point Arithmetic
+\section{Arithmetic}
+
+The user can perform some arithmetic in \TeX, and
+\term arithmetic\par
+\TeX\ also performs arithmetic internally. User arithmetic
+is concerned only with integers; the internal arithmetic
+is mostly on fixed-point quantities, and only in the
+case of glue setting on floating-point numbers.
+
+%\spoint Arithmetic statements
+\subsection{Arithmetic statements}
+
+\TeX\ allows the user to
+\cstoidx advance\par\cstoidx multiply\par\cstoidx divide\par
+perform some arithmetic on integers. The statement
+\begin{Disp}\cs{advance}\gr{integer variable}\gr{optional \n{by}}%
+ \gr{number}\end{Disp}
+adds the value of the \gr{number}
+ \ldash which may be negative \rdash to the \gr{integer variable}.
+Similarly,
+\begin{Disp}\cs{multiply}\gr{integer variable}\gr{optional \n{by}}%
+ \gr{number}\end{Disp}
+multiplies the value of the \gr{integer variable}, and
+\begin{Disp}\cs{divide}\gr{integer variable}\gr{optional \n{by}}%
+ \gr{number}\end{Disp}
+divides an \gr{integer variable}.
+
+Multiplication and division are also available for any so-called
+\gr{numeric variable}: their most general form is
+\begin{disp}\cs{multiply}\gr{numeric variable}\gr{optional \n{by}}\gr{number}
+\end{disp} where
+\begin{disp}\gr{numeric variable} $\longrightarrow$
+\gr{integer variable} $|$ \gr{dimen variable}\nl
+\indent $|$ \gr{glue variable} $|$ \gr{muglue variable}\end{disp}
+
+The result of an arithmetic operation should not exceed
+\awp
+$2^{30}$ in absolute value.
+
+Division of integers yields an integer; that is, the remainder
+is discarded. This raises the question of how rounding is performed
+when either operand is negative. In such cases \TeX\ performs
+the division with the absolute values of the operands, and
+takes the negative of the result if exactly one operand was negative.
+
+%\spoint Floating-point arithmetic
+\subsection{Floating-point arithmetic}
+
+Internally some arithmetic on floating-point quantities
+\term arithmetic! floating-point\par
+is performed, namely
+in the calculation of glue set ratios.
+%and slant for accents!!
+However, machine-dependent aspects of rounding cannot
+influence the decision process of \TeX, so machine independence
+of \TeX\ is guaranteed in this respect (sufficient
+accuracy of rounding is enforced by the \n{Trip} test of~\cite{K:trip}).
+
+%\spoint Fixed-point arithmetic
+\subsection{Fixed-point arithmetic}
+
+All fractional arithmetic in \TeX\ is performed in fixed-point
+\term arithmetic! fixed-point\par
+arithmetic of `scaled integers': multiples of~$2^{-16}$.
+This ensures the machine independence of \TeX.
+Printed representations of scaled integers are rounded
+to 5 decimal digits.
+
+In ordinary 32-bit implementations of \TeX\ the largest
+integers are $2^{31}-1$ in absolute size.
+The user is not allowed to specify
+dimensions larger in absolute size than~$2^{30}-1$: two
+such dimensions can be added or subtracted without
+overflow on a 32-bit system.
+
+%\point Number testing
+\section{Number testing}
+
+The most general test for integers in \TeX\ is
+\begin{disp}\cs{ifnum}\gr{number$_1$}\gr{relation}\gr{number$_2$}\end{disp}
+where \gr{relation} is a~\n<, \n>, or~\n= character,
+all of category~12.
+
+Distinguishing between odd and even numbers is done
+by \begin{disp}\cs{ifodd}\gr{number}\end{disp}
+
+A numeric case statement is provided by
+\begin{disp}\cs{ifcase}\gr{number}\gr{case$_0$}\cs{or}\n{...}\cs{or}%
+ \gr{case$_n$}\cs{else}\gr{other cases}\cs{fi}\end{disp}
+where the \cs{else}-part is optional. The tokens for \gr{case$_i$}
+are processed if the number turns out to be~$i$; other cases are
+skipped, similarly to what ordinarily happens in conditionals
+(see Chapter~\ref{if}).
+
+%\point Remarks
+\section{Remarks}
+
+%\spoint Character constants
+\subsection{Character constants}
+
+In formats and macro collections numeric constants
+are often needed. There are several ways to implement these
+in \TeX.
+\awp
+
+Firstly,
+\begin{verbatim}
+\newcount\SomeConstant \SomeConstant=42
+\end{verbatim}
+This is wasteful, as it uses up a \cs{count} register.
+
+Secondly,
+\begin{verbatim}
+\def\SomeConstant{42}
+\end{verbatim}
+Better but accident prone: \TeX\ has to expand to find the number
+ \ldash which in itself is a slight overhead \rdash and may inadvertently
+expand some tokens that should have been left alone.
+
+Thirdly,
+\begin{verbatim}
+\chardef\SomeConstant=42
+\end{verbatim}
+This one is fine.
+A \gr{chardef token} has the same status as a \cs{count}
+register: both are \gr{internal integer}s.
+Therefore a number defined this way can be used everywhere that
+a \cs{count} register is feasible.
+For large numbers the \cs{chardef} can be replaced by \cs{mathchardef},
+which runs to \verb>"7FFF>${}=32\,767$.
+Note that a \gr{mathchardef token} can usually only appear
+in math mode, but in the context of a number it can appear anywhere.
+
+%\spoint Expanding too far / how far
+\subsection{Expanding too far / how far}
+
+It is a common mistake to write pieces of \TeX\ code
+where \TeX\ will inadvertently expand something because it
+is trying to compose a number. For example:
+\begin{verbatim}
+\def\par{\endgraf\penalty200}
+...\par \number\pageno
+\end{verbatim}
+Here the page number will be absorbed into the value of the penalty.
+
+Now consider
+\begin{verbatim}
+\newcount\midpenalty \midpenalty=200
+\def\par{\endgraf\penalty\midpenalty}
+...\par \number\pageno
+\end{verbatim}
+Here the page number is not scooped up by mistake:
+\TeX\ is trying to locate a \gr{number} after the \cs{penalty},
+and it finds a \gr{countdef token}. This is {\em not\/}
+converted to a representation in digits, so there is never any
+danger of the page number being touched.
+
+It is possible to convert a \gr{countdef token} first to
+a representation in digits before assigning it:
+\begin{verbatim}
+\penalty\number\midpenalty
+\end{verbatim}
+and this brings back again all previous problems of expansion.
+
+
+%%%% end of input file [number]
+
+%\InputFile:glue
+%%%% this is input file [glue]
+%\subject[glue] Dimensions and Glue
+\endofchapter
+\chapter{Dimensions and Glue}\label{glue}
+
+In \TeX\ vertical and horizontal white space
+can have a possibility to adjust itself through `stretching' or
+\term glue\par
+`shrinking'. An~adjustable white space is called `glue'.
+This chapter treats all technical concepts related to
+dimensions and glue, and it explains how the badness of stretching or shrinking
+a certain amount is calculated.
+
+
+\begin{inventory}
+\item [\cs{dimen}]
+ Dimension register prefix.
+
+\item [\cs{dimendef}]
+ Define a control sequence to be a synonym for
+ a~\cs{dimen} register.
+
+\item [\cs{newdimen}]
+ Allocate an unused dimen register.
+
+\item [\cs{skip}]
+ Skip register prefix.
+
+\item [\cs{skipdef}]
+ Define a control sequence to be a synonym for
+ a~\cs{skip} register.
+
+\item [\cs{newskip}]
+ Allocate an unused skip register.
+
+\item [\cs{ifdim}]
+ Compare two dimensions.
+
+\item [\cs{hskip}]
+ Insert in horizontal mode a glue item.
+
+\item [\csidx{hfil}]
+ Equivalent to
+ \verb-\hskip 0cm plus 1fil-.
+
+\item [\csidx{hfilneg}]
+ Equivalent to
+ \verb-\hskip 0cm minus 1fil-.
+
+\item [\csidx{hfill}]
+ Equivalent to
+ \verb-\hskip 0cm plus 1fill-.
+
+\item [\csidx{hss}]
+ Equivalent to
+ \verb-\hskip 0cm plus 1fil minus 1fil-.
+
+\item [\cs{vskip}]
+ Insert in vertical mode a glue item.
+
+\item [\csidx{vfil}]
+ Equivalent to
+ \verb-\vskip 0cm plus 1fil-.
+
+\item [\csidx{vfill}]
+ Equivalent to
+ \verb-\vskip 0cm plus 1fill-.
+
+\item [\csidx{vfilneg}]
+ Equivalent to
+ \verb-\vskip 0cm minus 1fil-.
+
+\item [\csidx{vss}]
+ Equivalent to
+ \verb-\vskip 0cm plus 1fil minus 1fil-.
+
+\item [\cs{kern}]
+ Add a kern item to the current horizontal or vertical list.
+
+\item [\cs{lastkern}]
+ If the last item on the current list was a kern, the size of it.
+
+\item [\cs{lastskip}]
+ If the last item on the current list was a~glue, the size of it.
+
+\item [\cs{unkern}]
+ If the last item of the current list was a~kern, remove it.
+
+\item [\cs{unskip}]
+ If the last item of the current list was a~glue, remove it.
+
+\item [\cs{removelastskip}]
+ Macro to append the negative of the \cs{lastskip}.
+
+\item [\cs{advance}]
+ Arithmetic command to add to or subtract from
+ a~\gr{numeric variable}.
+
+\item [\cs{multiply}]
+ Arithmetic command to multiply a~\gr{numeric variable}.
+
+\item [\cs{divide}]
+ Arithmetic command to divide a~\gr{numeric variable}.
+
+
+\end{inventory}
+
+
+
+%\point Definition of \gr{glue} and \gr{dimen}
+\section{Definition of \gr{glue} and \gr{dimen}}
+
+This section gives
+the syntax of the quantities
+\gr{dimen} and \gr{glue}.
+In the next section the practical aspects of glue are treated.
+
+Unfortunately the terminology for glue is slightly confusing.
+The syntactical quantity~\gr{glue} is a dimension (a distance) with
+\mdqon
+possibly a stretch and/""or shrink component.
+\mdqoff
+In order to add a glob of `glue' (a white space) to a list one has to
+let a \gr{glue} be preceded by commands such as \cs{vskip}.
+
+
+%\spoint Definition of dimensions
+\subsection{Definition of dimensions}
+
+A~\gr{dimen} is what \TeX\ expects to see when
+it needs to indicate a dimension; it can be positive or negative.
+\begin{disp}\gr{dimen} $\longrightarrow$ \gr{optional signs}%
+ \gr{unsigned dimen}\end{disp}
+The unsigned part of a \gr{dimen} can be
+\begin{disp}\gr{unsigned dimen} $\longrightarrow$ \gr{normal dimen}
+ $|$ \gr{coerced dimen}\nl
+ \gr{normal dimen} $\longrightarrow$ \gr{internal dimen}
+ $|$ \gr{factor}\gr{unit of measure}\nl
+ \gr{coerced dimen} $\longrightarrow$ \gr{internal glue}
+ \end{disp}
+That is, we have the following three cases:
+\begin{itemize} \item an \gr{internal dimen}; this is
+ any register or parameter of \TeX\ that has a \gr{dimen} value:
+ \begin{disp}\PopIndentLevel\gr{internal dimen} $\longrightarrow$
+ \gr{dimen parameter}\nl
+ \indent $|$ \gr{special dimen} $|$ \cs{lastkern}\nl
+ \indent $|$ \gr{dimendef token} $|$ \cs{dimen}\gr{8-bit number}\nl
+ \indent $|$ \cs{fontdimen}\gr{number}\gr{font}\nl
+ \indent $|$ \gr{box dimension}\gr{8-bit number}\nl
+ \gr{dimen parameter} $\longrightarrow$ \cs{boxmaxdepth}\nl
+ \indent $|$ \cs{delimitershortfall} $|$ \cs{displayindent}\nl
+ \indent $|$ \cs{displaywidth} $|$ \cs{hangindent}\nl
+ \indent $|$ \cs{hfuzz} $|$ \cs{hoffset} $|$ \cs{hsize}\nl
+ \indent $|$ \cs{lineskiplimit} $|$ \cs{mathsurround}\nl
+ \indent $|$ \cs{maxdepth} $|$ \cs{nulldelimiterspace}\nl
+ \indent $|$ \cs{overfullrule} $|$ \cs{parindent}\nl
+ \indent $|$ \cs{predisplaysize} $|$ \cs{scriptspace}\nl
+ \indent $|$ \cs{splitmaxdepth} $|$ \cs{vfuzz}\nl
+ \indent $|$ \cs{voffset} $|$ \cs{vsize}
+ \end{disp}
+\item a dimension denotation,
+ consisting of \gr{factor}\gr{unit of measure},
+ for example \verb>0.7\vsize>; or
+\item an \gr{internal glue} (see below)
+ coerced to a dimension by omitting
+ the stretch and shrink components, for example \cs{parfillskip}.
+\end{itemize}
+
+A dimension denotation is a somewhat complicated entity:
+\begin{itemize} \item a \gr{factor} is an integer denotation,
+ a decimal constant denotation (a number with an integral and
+ a fractional part),
+ or an \gr{internal integer}
+ \begin{disp}\PopIndentLevel
+ \gr{factor} $\longrightarrow$ \gr{normal integer}
+ $|$ \gr{decimal constant}\nl
+ \gr{normal integer} $\longrightarrow$ \gr{integer denotation}\nl
+ \indent $|$ \gr{internal integer}\nl
+ \gr{decimal constant} $\longrightarrow$ \n{.$_{12}$}
+ $|$ \n{,$_{12}$}\nl
+ \indent $|$ \gr{digit}\gr{decimal constant}\nl
+ \indent $|$ \gr{decimal constant}\gr{digit}
+ \end{disp}
+ An internal integer is a parameter that is `really' an
+\alt
+ integer (for instance, \cs{count0}), and not coerced from a dimension or glue.
+ See Chapter~\ref{number}
+ for the definition of various kinds of integers.
+\item a \gr{unit of measure} can be
+ a \gr{physical unit}, that is, an ordinary unit such as~\n{cm}
+ (possibly preceded by \n{true}),
+ an internal unit such as~\n{em}, but also an \gr{internal integer}
+ (by conversion to scaled points),
+ an \gr{internal dimen}, or an \gr{internal glue}.
+ \begin{disp}\PopIndentLevel
+ \gr{unit of measure} $\longrightarrow$
+ \gr{optional spaces}\gr{internal unit}\nl
+ \indent $|$
+ \gr{optional \n{true}}\gr{physical unit}\gr{one optional space}\nl
+ \gr{internal unit} $\longrightarrow$
+ \n{em}\gr{one optional space}\nl
+ \indent $|$ \n{ex}\gr{one optional space}
+ $|$ \gr{internal integer}\nl
+ \indent $|$ \gr{internal dimen} $|$ \gr{internal glue}
+ \end{disp}
+\end{itemize}
+
+Some \gr{dimen}s are called \gr{special dimen}s:\label{special:dimen:list}
+\begin{disp}\gr{special dimen} $\longrightarrow$ \cs{prevdepth}\nl
+ \indent $|$ \cs{pagegoal} $|$ \cs{pagetotal} $|$ \cs{pagestretch}\nl
+ \indent $|$ \cs{pagefilstretch} $|$ \cs{pagefillstretch}\nl
+ \indent $|$ \cs{pagefilllstretch} $|$ \cs{pageshrink} $|$ \cs{pagedepth}
+ \end{disp}
+An assignment to any of these is
+called an \gr{intimate assignment}, and it is automatically
+global (see Chapter~\ref{group}). The meaning of these
+dimensions is explained in Chapter \ref{page:break}, with the
+exception of \cs{prevdepth} which is treated in
+Chapter~\ref{baseline}.
+
+%\spoint Definition of glue
+\subsection{Definition of glue}
+
+A \gr{glue} is either some form of glue variable, or
+a glue denotation with explicitly indicated stretch and
+shrink. Specifically,
+\begin{disp}\gr{glue} $\longrightarrow$ \gr{optional signs}\gr{internal glue}
+ $|$ \gr{dimen}\gr{stretch}\gr{shrink}\nl
+ \gr{internal glue} $\longrightarrow$ \gr{glue parameter}
+ $|$ \cs{lastskip}\nl
+ \indent $|$ \gr{skipdef token} $|$ \cs{skip}\gr{8-bit number}\nl
+ \gr{glue parameter} $\longrightarrow$ \cs{abovedisplayshortskip}\nl
+ \indent $|$ \cs{abovedisplayskip} $|$ \cs{baselineskip}\nl
+ \indent $|$ \cs{belowdisplayshortskip} $|$ \cs{belowdisplayskip}\nl
+ \indent $|$ \cs{leftskip} $|$ \cs{lineskip} $|$ \cs{parfillskip}
+ $|$ \cs{parskip}\nl
+ \indent $|$ \cs{rightskip} $|$ \cs{spaceskip}
+ $|$ \cs{splittopskip} $|$ \cs{tabskip}\nl
+ \indent $|$ \cs{topskip} $|$ \cs{xspaceskip}
+\end{disp}
+The stretch and shrink components in a glue denotation
+are optional, but when both are specified they have to
+be given in sequence; they are defined as
+\begin{disp}
+\gr{stretch} $\longrightarrow$ \n{plus} \gr{dimen}
+ $|$ \n{plus}\gr{fil dimen} $|$ \gr{optional spaces}\nl
+\gr{shrink} $\longrightarrow$ \n{minus} \gr{dimen}
+ $|$ \n{minus}\gr{fil dimen} $|$ \gr{optional spaces}\nl
+\gr{fil dimen} $\longrightarrow$ \gr{optional signs}\gr{factor}%
+ \gr{fil unit}\gr{optional spaces}\nl
+\gr{fil unit} $\longrightarrow$ \n{ $|$ fil $|$ fill $|$ filll}
+\end{disp}
+
+The actual definition of \gr{fil unit} is recursive
+(see Chapter~\ref{gramm}), but these are the only valid
+possibilities.
+
+%\spoint Conversion of \gr{glue} to \gr{dimen}
+\subsection{Conversion of \gr{glue} to \gr{dimen}}
+
+The grammar rule
+\begin{disp}\gr{dimen} $\longrightarrow$
+ \gr{factor}\gr{unit of measure}
+\end{disp}
+has some noteworthy consequences, caused by the fact
+that a \gr{unit of measure} need not look like a `unit of measure'
+at all (see the list above).
+
+For instance, from this definition we conclude that the statement
+\begin{verbatim}
+\dimen0=\lastpenalty\lastpenalty
+\end{verbatim}
+is
+syntactically correct because \cs{lastpenalty} can function
+both as an integer and as \gr{unit of measure} by taking
+its value in scaled points.
+After \verb>\penalty8> the \cs{dimen0} thus defined will
+have a size of~\n{64sp}.
+
+More importantly, consider the case where the \gr{unit of measure} is
+an \gr{internal glue}, that is, any sort of glue parameter.
+Prefixing such a glue with a number (the \gr{factor})
+makes it a valid \gr{dimen} specification.
+Thus \begin{verbatim}
+\skip0=\skip1
+\end{verbatim}
+is very different
+from \begin{verbatim}
+\skip0=1\skip1
+\end{verbatim}
+The first statement makes
+\cs{skip0} equal to \cs{skip1}, the second converts
+the \cs{skip1} to a \gr{dimen} before assigning it.
+In other words, the \cs{skip0} defined by the second statement
+has no stretch or shrink.
+
+
+%\spoint Registers for \cs{dimen} and \cs{skip}
+\subsection{Registers for \cs{dimen} and \cs{skip}}
+
+\TeX\ has registers for storing \gr{dimen} and \gr{glue}
+values: the \csidx{dimen} and \csidx{skip} registers
+respectively. These are accessible by the expressions
+\begin{disp}\cs{dimen}\gr{number}\end{disp} and
+\begin{disp}\cs{skip}\gr{number}\end{disp}
+As with all registers of \TeX, these registers are
+numbered~0--255.
+
+Synonyms for registers can be made with the \csidx{dimendef} and
+\csidx{skipdef} commands. Their syntax is
+\begin{Disp}\cs{dimendef}\gr{control sequence}\gr{equals}\gr{8-bit number}
+\end{Disp}
+and
+\begin{Disp}\cs{skipdef}\gr{control sequence}\gr{equals}\gr{8-bit number}\end{Disp}
+For example, after \verb-\skipdef\foo=13- using \cs{foo}
+is equivalent to using \cs{skip13}.
+
+Macros \csidx{newdimen} and \csidx{newskip} exist in plain \TeX
+for allocating an unused dimen or skip register.
+These macros are defined to be \cs{outer} in the plain format.
+
+%\spoint Arithmetic: addition
+\subsection{Arithmetic: addition}
+
+As for integer variables, arithmetic operations exist for
+\cstoidx advance\par\term glue!arithmetic on\par\term arithmetic! on glue\par
+dimen, glue, and muglue (mathematical glue; see page~\pageref{muglue})
+variables.
+
+The expressions
+\begin{Disp}\cs{advance}\gr{dimen variable}\gr{optional \n{by}}%
+ \gr{dimen}\nl
+ \cs{advance}\gr{glue variable}\gr{optional \n{by}}%
+ \gr{glue}\nl
+ \cs{advance}\gr{muglue variable}\gr{optional \n{by}}%
+ \gr{muglue}\end{Disp}
+add to the size of a dimen, glue, or muglue.
+
+Advancing a \gr{glue variable} by \gr{glue} is done by
+adding the natural sizes, and the stretch and shrink components.
+Because \TeX\ converts between \gr{glue} and \gr{dimen},
+it is possible to write for instance
+\begin{verbatim}
+\advance\skip1 by \dimen1
+\end{verbatim}
+or
+\begin{verbatim}
+\advance\dimen1 by \skip1
+\end{verbatim}
+In the first case \cs{dimen1} is coerced to \gr{glue} without
+stretch or shrink; in the second case the \cs{skip1} is coerced
+to a \gr{dimen} by taking its natural size.
+
+%\spoint Arithmetic: multiplication and division
+\subsection{Arithmetic: multiplication and division}
+
+Multiplication and division operations exist for glue
+\cstoidx multiply\par\cstoidx divide\par
+and dimensions. One may for instance write
+\begin{verbatim}
+\multiply\skip1 by 2
+\end{verbatim}
+which multiplies the natural size, and the stretch and shrink
+components of \cs{skip1} by~2.
+
+The second operand of a \cs{multiply} or \cs{divide}
+operation can only be a \gr{number}, that is, an integer.
+Introducing the notion of \gr{numeric variable}:
+\begin{disp}\gr{numeric variable} $\longrightarrow$ \gr{integer variable}
+ $|$ \gr{dimen variable} \nl
+ \indent $|$ \gr{glue variable} $|$ \gr{muglue variable}\end{disp}
+these operations take the form
+\begin{Disp}\cs{multiply}\gr{numeric variable}\gr{optional \n{by}}%
+\gr{number}\end{Disp}
+and
+\begin{Disp}\cs{divide}\gr{numeric variable}\gr{optional \n{by}}%
+\gr{number}\end{Disp}
+
+Glue and dimen can be multiplied by
+non-integer quantities:
+\begin{verbatim}
+\skip1=2.5\skip2
+\dimen1=.78\dimen2
+\end{verbatim}
+However, in the first line the \cs{skip2} is first coerced
+to a \gr{dimen} value by omitting its stretch and shrink.
+
+%\point More about dimensions
+\section{More about dimensions}
+
+%\spoint Units of measurement
+\subsection{Units of measurement}
+
+In \TeX\ dimensions can be indicated in
+\term units of measurement\par
+\begin{description} \item [centimetre]
+ denoted \n{cm} or
+\item [millimetre]
+ denoted \n{mm}; these are SI~units ({\italic Syst\`eme International
+ d'Unit\'es}, the
+ international system of standard units of measurements).
+\item [inch]
+\n{in}; more common in the Anglo-American world.
+One inch is 2.54~centimetres.
+\item [pica]
+ denoted \n{pc}; one pica is 12~points.
+\item [point]
+ denoted \n{pt}; the common system
+for Anglo-American printers. One inch is 72.27 points.
+\item [didot point]
+ denoted \n{dd}; the common system for continental European printers.
+ Furthermore, 1157 didot points are 1238~points.
+\item [cicero]
+ denoted \n{cc}; one cicero is 12~didot points.
+\item [big point]
+ denoted \n{bp}; one inch is 72 big points.
+\item [scaled point]
+ denoted \n{sp}; this is the smallest unit in \TeX, and all measurements
+ are integral multiples of one scaled point.
+ There are $65\,536$ scaled points in a~point.
+\end{description}
+
+Decimal fractions can be written using both the
+Anglo-American system with the decimal point
+(for example, \n{1in}=\n{72.27pt})
+and the continental European system with a decimal
+comma; \n{1in}=\n{72,27pt}.
+
+Internally \TeX\ works with multiples of a smallest
+dimension: the scaled point.
+Dimensions larger (in absolute value) than $2^{30}-1$\n{sp},
+which is about 5.75~metres or 18.9~feet, are illegal.
+
+Both the pica system and the didot system are of French
+origin: in 1737 the type founder Pierre Simon Fournier
+introduced typographical points based on the French foot.
+Although at first he introduced a system based on lines and
+points, he later took the point as unit:
+there are 72 points in an inch,
+which is one-twelfth of a foot.
+About 1770 another founder, Fran\c{c}ois Ambroise Didot, introduced
+points based on the more common, and slightly longer,
+`pied du roi'.
+
+%\spoint Dimension testing
+\subsection{Dimension testing}
+
+Dimensions and natural sizes of glue can be compared with
+the \cs{ifdim} test. This takes the form
+\begin{disp}\cs{ifdim}\gr{dimen$_1$}\gr{relation}\gr{dimen$_2$}\end{disp}
+where the relation can be an \n>, \n<, or~\n= token,
+all of category~12.
+
+%\spoint Defined dimensions
+\subsection{Defined dimensions}
+
+\begin{inventory}
+\item [\cs{z@}]
+ \n{0pt}
+
+\item [\cs{maxdimen}]
+ \n{16383.99999pt}; the largest legal dimension.
+\end{inventory}
+
+These \gr{dimen}s are predefined in the plain format;
+for instance \begin{verbatim}
+\newdimen\z@ \z@=0pt
+\end{verbatim}
+Using such abbreviations for commonly used dimensions
+has at least two advantages. First of all it saves main memory
+if such a dimension occurs in a macro: a control sequence
+is one token, whereas a string such as \n{0pt} takes three.
+Secondly, it saves time in processing, as \TeX\ does not need
+to perform conversions to arrive at the correct type of
+object.
+
+Control sequences such as \cs{z@}
+are only available to a user who changes the
+category code of the `at' sign. Ordinarily, these control sequences
+appear only in the macros defined in packages such as the
+plain format.
+
+%\point More about glue
+\section{More about glue}
+
+Glue items can be added to a vertical list with one of the
+\alt
+commands \csidx{vskip}\gr{glue}, \cs{vfil}, \cs{vfill}, \cs{vss} or
+\cs{vfilneg};
+glue items can be added to a horizontal list with one of the
+commands \csidx{hskip}\gr{glue}, \cs{hfil}, \cs{hfill}, \cs{hss} or
+\cs{hfilneg}. We will now treat the properties of glue.
+
+%\spoint Stretch and shrink
+\subsection{Stretch and shrink}
+
+In the syntax given above, \gr{glue} was defined as having
+\term stretch\par\term shrink\par
+\term glue!stretch component of\par\term glue!shrink component of\par
+\begin{itemize}\item a `natural size', which is a \gr{dimen}, and optionally
+\item a `stretch' and `shrink' component built out of a \gr{fil dimen}.
+\end{itemize}
+
+Each list that \TeX\ builds has amounts of stretch and shrink
+(possibly zero),
+which are the sum of the
+stretch and shrink components of individual pieces of glue in the list.
+Stretch and shrink are used if the context in which the list
+appears requires it to assume a size that is different from
+its natural size.
+
+There is an important difference in behaviour between stretch
+and shrink components when they are finite \ldash that is,
+when the \gr{fildimen} is not \n{fil}(\n{l}(\n{l})).
+A~finite amount of shrink is indeed the maximum shrink
+that \TeX\ will take: the amount of glue specified
+as \begin{verbatim}
+5pt minus 3pt
+\end{verbatim}
+can shrink to \n{2pt}, but not further.
+In contrast to this, a finite amount of stretch
+can be stretched arbitrarily far.
+Such arbitrary stretching
+has a large `badness', however.
+Badness calculation is treated below.
+
+\begin{example}
+The sequence with natural size \n{20pt}
+\begin{verbatim}
+\hskip 10pt plus 2pt \hskip 10pt plus 3pt
+\end{verbatim}
+has \n{5pt} of stretch, but it has no shrink. In
+\begin{verbatim}
+\hskip 10pt minus 2pt \hskip 10pt plus 3pt
+\end{verbatim}
+there is \n{3pt} of stretch, and \n{2pt} of shrink,
+so its minimal size is~\n{18pt}.
+
+Positive shrink is not the same as negative stretch:
+\begin{verbatim}
+\hskip 10pt plus -2pt \hskip 10pt plus 3pt
+\end{verbatim}
+looks a lot like the previous example, but it cannot
+be shrunk as there are no \hbox{\n{minus}\gr{dimen}}
+specifications. It does have \n{1pt} of stretch, however.
+
+This is another example of negative amounts of shrink and stretch.
+It is not possible to stretch
+glue (in the informal sense) by shrinking it (in the technical
+sense): \begin{verbatim}
+\hbox to 5cm{a\hskip 0cm minus -1fil}
+\end{verbatim}
+is an underfull box, because \TeX\ looks for a \n{plus}~\gr{dimen}
+specification when it needs to stretch the contents.
+
+Finally, \begin{verbatim}
+\hskip 10pt plus -3pt \hskip 10pt plus 3pt
+\end{verbatim}
+can neither stretch nor shrink.
+The fact that there is only stretch
+available means that the sequence cannot
+shrink. However, the stretch components cancel out: the
+total stretch is zero. Another way of looking at this
+is to consider that for each point that the second glue item would
+stretch, the first one would `stretch back' one point.
+\end{example}
+
+Any amount of infinite stretch or shrink overpowers all
+finite stretch or shrink available:
+\begin{verbatim}
+\hbox to 5cm{\hskip 0cm plus 16384pt
+ text\hskip 0cm plus 0.0001fil}
+\end{verbatim}
+has the \n{text} at the extreme left of the box.
+There are three orders of `infinity', each one infinitely
+stronger than the previous one:
+\begin{verbatim}
+\hbox to 5cm{\hskip 0cm plus 16384fil
+ text\hskip 0cm plus 0.0001fill}
+\end{verbatim}
+and
+\begin{verbatim}
+\hbox to 5cm{\hskip 0cm plus 16384fill
+ text\hskip 0cm plus 0.0001filll}
+\end{verbatim}
+both have the \n{text} at the left end of the box.
+
+
+
+%\spoint Glue setting
+\subsection{Glue setting}
+
+In the process of `glue setting', the desired width (or height)
+\term glue! setting\par
+of a box is compared with the natural dimension of its contents,
+which is the sum of all natural dimensions of boxes and globs of glue.
+If the two differ, any available stretchability or shrinkability is used
+to bridge the gap.
+To attain the desired dimension of the box
+only the glue of the highest available order is set:
+each piece of glue of that order is stretched or shrunk by the
+same ratio.
+
+For example, in
+\begin{verbatim}
+\hbox to 6pt{\hskip 0pt plus 3pt \hskip 0pt plus 9pt}
+\end{verbatim}
+the natural size of the box is~\n{0pt}, and
+the total stretch is~\n{12pt}. In order to obtain a box
+of~\n{6pt} each glue item is set with a stretch ratio
+of~$1/2$. Thus the result is equivalent to
+\begin{verbatim}
+\hbox {\hskip 1.5pt \hskip 4.5pt}
+\end{verbatim}
+Only the highest order of stretch or shrink is used:
+in \begin{verbatim}
+\hbox to 6pt{\hskip 0pt plus 1fil \hskip 0pt plus 9pt}
+\end{verbatim}
+the second glue will assume its natural size of~\n{0pt},
+and only the first glue will be stretched.
+
+\TeX\ will never exceed the maximum value of a finite
+amount of shrink.
+A~box that cannot be shrunk enough is called `overfull'.
+Finite stretchability can be exceeded to provide an
+escape in difficult situations; however, \TeX\ is likely
+to give an \verb-Underfull \hbox- message about this
+(see page~\pageref{over/underfull}).
+For an example of infinite shrink see page~\pageref{rlap}.
+
+%\spoint Badness
+\subsection{Badness}
+
+When stretching or shrinking a list \TeX\ calculates
+\term badness! calculation\par
+badness based on the
+ratio between actual stretch and the amount of stretch
+present in the line. See Chapter~\ref{line:break}
+for the application of badness to the paragraph algorithm.
+
+%\tracingmacros=2 \tracingcommands\tracingmacros
+The formula for badness of a list that is stretched (shrunk) is
+\label{bad:form}\message{Check roman min}
+\begin{disp} $\displaystyle b=\hbox{min}\left(10\,000,
+100\times \left({\hbox{actual amount stretched (shrunk)}
+\over\hbox{possible amount of stretch (shrink)}}\right)^3\right)$\end{disp}
+In reality \TeX\ uses a slightly different formula that is
+easier to calculate, but behaves the same. Since glue setting is
+one of the main activities of \TeX, this must be performed
+as efficiently as possible.
+
+This formula lets the badness be a reasonably small number
+if the glue set ratio (the fraction in the above expression)
+is reasonably small, but will let it grow rapidly once
+the ratio is more than~1. Badness is infinite if the
+glue would have to shrink more than the allotted amount;
+stretching glue beyond its maximum is possible, so this
+provides an escape for very difficult lines of text or pages.
+
+In \TeX3, the \cs{badness} parameter records the badness
+of the most recently formed box.
+
+%\spoint Glue and breaking
+\subsection{Glue and breaking}
+
+\TeX\ can break lines and pages in several kinds of places.
+One of these places is before a glue item.
+The glue is then discarded. For line breaks this is treated
+in Chapter~\ref{line:break},
+for page breaks see Chapter~\ref{page:break}.
+
+There are two macros in plain \TeX, \csidx{hglue} and \csidx{vglue},
+that give non-disappearing glue in horizontal and
+vertical mode respectively. For the horizontal case this is
+accomplished by
+placing:
+\begin{verbatim}
+\vrule width 0pt \nobreak \hskip ...
+\end{verbatim}
+Because \TeX\ breaks at the front end of glue,
+this glue will always stay attached to the rule,
+and will therefore never disappear.
+The actual macro definitions are somewhat more complicated,
+because they take care to preserve the \cs{spacefactor} and the
+\cs{prevdepth}.
+
+%\spoint \cs{kern}
+\subsection{\cs{kern}}
+
+The \csidx{kern} command specifies
+a~kern item in whatever mode \TeX\ is currently
+in. A~kern item is much like a glue item without
+stretch or shrink.
+It differs from glue in that it is
+in general not a legal breakpoint. Thus in
+\begin{verbatim}
+.. text .. \hbox{a}\kern0pt\hbox{b}
+\end{verbatim}
+\TeX\ will not break lines in between the boxes; in
+\begin{verbatim}
+.. text .. \hbox{a}\hskip0pt\hbox{b}
+\end{verbatim}
+a line can be broken in between the boxes.
+
+However, if a kern is followed by glue, \TeX\ can break at the
+kern (provided that it is not in math mode).
+In horizontal mode
+both the kern and the glue then disappear in the break.
+In vertical mode they are discarded when they are moved to
+the (empty) current page after the material before
+the break has been disposed of by the output routine
+(see Chapter~\ref{page:break}).
+
+%\spoint Glue and modes
+\subsection{Glue and modes}
+
+All horizontal skip commands are \gr{horizontal command}s and
+all vertical skip commands are \gr{vertical commands}s.
+This means that, for instance, an \cs{hskip} command
+makes \TeX\ start a paragraph if it is given in vertical mode.
+The \cs{kern} command can be given in both modes.
+
+%\spoint The last glue item in a list: backspacing
+\subsection{The last glue item in a list: backspacing}
+
+The last glue item in a list can be measured, and
+it can be removed in all modes but external vertical mode.
+The internal variables
+\csidx{lastskip} and \csidx{lastkern} can be used
+to measure the last glob of glue in all modes;
+if the last glue was not a skip or kern respectively
+they give~\n{0pt}.
+In math mode the \cs{lastskip}
+functions as \gr{internal muglue}, but in general
+it classifies as \gr{internal glue}.
+The \cs{lastskip} and \cs{lastkern}
+are also \n{0pt} if that was the size of the last glue or
+kern item on the list.
+
+The operations\label{unskip}
+\csidx{unskip} and \csidx{unkern} remove the last item of a list,
+if this is a glue or kern respectively. They have no effect
+in external vertical mode; in that case the
+best substitute is
+\verb=\vskip-\lastskip=
+and~\verb=\kern-\lastkern=.
+
+In the process of paragraph building \TeX\ itself performs
+an important \cs{unskip}: a~paragraph ending with a
+white line will have a space token inserted by \TeX's input processor.
+This is removed by an \cs{unskip} before the \cs{parfillskip} glue
+(see Chapter~\ref{par:end}) is inserted.
+
+Glue is treated by \TeX\ as a special case of leaders,
+which becomes apparent when \cs{unskip} is applied to
+leaders: they are removed.
+
+%\spoint Examples of backspacing
+\subsection{Examples of backspacing}
+
+The plain \TeX\ macro \csidx{removelastskip} is defined
+as \begin{verbatim}
+\ifdim\lastskip=0pt \else \vskip-\lastskip \fi
+\end{verbatim}
+If the last item on the list was a glue, this macro will
+backspace by its value, provided its natural size was not zero.
+In all other cases, nothing is added to the list.
+
+Sometimes an intelligent version of commands such as \cs{vskip}
+is necessary, in the sense that two subsequent skip commands
+should result only in the larger of the two glue amounts.
+On page~\pageref{skip:scheme} such a macro is used:
+\begin{verbatim}
+\newskip\tempskipa
+\def\vspace#1{\tempskipa=#1\relax
+ \ifvmode \ifdim\tempskipa<\lastskip
+ \else \vskip-\lastskip \vskip\tempskipa
+ \fi
+ \else \vskip\tempskipa \fi}
+\end{verbatim}
+First of all, this tests whether the mode is vertical;
+if not, the argument can safely be placed.
+Copying the argument into a skip register is necessary
+because \cs{v\-space}\verb>{2pt plus 3pt}> would lead to
+problems in an \verb>\ifdim#1<\lastskip> test.
+
+If the surrounding mode was vertical, the argument
+should only be placed if it is not less than what is
+already there. The macro would be incorrect
+if the test read
+\begin{verbatim}
+ \ifdim\tempskipa>\lastskip
+ \vskip-\lastskip \vskip\tempskipa
+ \fi
+\end{verbatim}
+In this case the sequence
+\begin{verbatim}
+... last word.\par \vspace{0pt plus 1fil}
+\end{verbatim}
+would not place any glue, because after
+the \cs{par} we are in vertical mode and
+\cs{lastskip} has a value of \n{0pt}.
+
+%\spoint Glue in trace output
+\subsection{Glue in trace output}
+
+If the workings of \TeX\ are traced by setting
+\cs{tracingoutput} positive, or if \TeX\
+writes a box to the log file
+(because of a \cs{showbox} command, or because it
+is overfull or underfull),
+glue is denoted by the control sequence \cs{glue}.
+This is not a \TeX\ command; it merely indicates the presence
+of glue in the current list.
+
+The box representation that \TeX\ generated from,
+\alt
+for instance, \cs{showbox}
+inserts a space after every explicit \cs{kern},
+but no space is inserted after an implicit
+kern that was inserted by the kerning information in the font
+\n{tfm} file. Thus \hbox{\verb-\kern 2.0pt-} denotes a kern
+that was inserted by the user or by a macro, and
+\verb-\kern2.0pt- denotes an implicit kern.
+
+Glue that is inserted automatically (\cs{topskip}, \cs{baselineskip},
+et cetera) is denoted by name in \TeX's trace output.
+For example, the box
+\begin{verbatim}
+\vbox{\hbox{Vo}\hbox{b}}
+\end{verbatim}
+looks like
+\begin{verbatim}
+\vbox(18.83331+0.0)x11.66669
+.\hbox(6.83331+0.0)x11.66669
+..\tenrm V
+..\kern-0.83334
+..\tenrm o
+.\glue(\baselineskip) 5.05556
+.\hbox(6.94444+0.0)x5.55557
+..\tenrm b
+\end{verbatim}
+Note the implicit kern inserted between `V' and~`o'.
+
+%%%% end of input file [glue]
+
+%\InputFile:rules
+%%%% this is input file [rules]
+%\subject[rules] Rules and Leaders
+\endofchapter
+\chapter{Rules and Leaders}\label{rules}
+
+Rules and leaders are two ways of getting \TeX\ to draw a line.
+Leaders are more general than rules: they can also fill
+available space with copies of a certain box. This chapter
+explain how rules and leaders work, and how they interact with modes.
+
+
+\begin{inventory}
+\item [\cs{hrule}]
+ Rule that spreads in horizontal direction.
+
+\item [\cs{vrule}]
+ Rule that spreads in vertical direction.
+
+\item [\cs{leaders}]
+ Fill a specified amount of space with a rule or copies of box.
+
+\item [\cs{cleaders}]
+ Like \verb=\leaders=, but with box leaders
+ any excess space is split equally before and after the leaders.
+
+\item [\cs{xleaders}]
+ Like \verb=\leaders=, but with box leaders any excess space is
+ spread equally before, after, and between the boxes.
+
+\end{inventory}
+
+%\point Rules
+\section{Rules}
+
+\TeX's rule commands give
+\term rules\par
+rectangular black patches with horizontal and vertical sides.
+Most of the times, a rule command will give output that
+looks like a rule, but~\hbox{\vrule height 1.5ex width 1.5ex}
+can also be produced by a rule.
+
+\TeX\ has both horizontal and vertical rules,
+but the names do not necessarily imply anything about the shape.
+They do, however, imply something about modes:
+an \csidx{hrule} command can only be used in vertical mode,
+and a \csidx{vrule} only in horizontal mode.
+In fact, an \cs{hrule} is a \gr{vertical command}, and a \cs{vrule}
+is a \gr{horizontal command}, so \TeX\ may change
+modes when encountering these commands.
+
+Why then is a \cs{vrule} called a {\em vertical\/} rule?
+The reason is that a \cs{vrule} can expand arbitrarily
+far in the vertical direction: if its height and depth are not
+specified explicitly it will take as much room as its
+surroundings allow\altt.
+
+\begin{example}
+\begin{verbatim}
+\hbox{\vrule\ text \vrule}
+\end{verbatim}
+looks like \begin{disp}\leavevmode\hbox{\vrule\ text \vrule}\end{disp}
+and \begin{verbatim}
+\hbox{\vrule\ A gogo! \vrule}
+\end{verbatim}
+looks like
+\begin{disp}\leavevmode\hbox{\vrule\ A gogo! \vrule}\end{disp}
+\end{example}
+
+For the \cs{hrule} command a similar statement is true:
+a horizontal rule can spread to assume the width of
+its surroundings. Thus
+\begin{verbatim}
+\vbox{\hbox{One line of text}\hrule}
+\end{verbatim}
+looks like
+\begin{disp}\leavevmode\vtop{\hbox{One line of text}\hrule}\end{disp}
+
+
+%\spoint Rule dimensions
+\subsection{Rule dimensions}
+
+Horizontal and vertical rules have a default thickness:
+\begin{Disp} \cs{hrule}\quad is the same as\quad \verb-\hrule height.4pt depth0pt-
+\end{Disp}
+and
+\begin{Disp} \cs{vrule}\quad is the same as\quad \verb-\vrule width.4pt- \end{Disp}
+and if the remaining dimension remains unspecified, the rule
+extends in that direction to fill the enclosing box.
+
+Here is the formal specification of how to indicate rule sizes:
+\begin{disp}\gr{vertical rule} $\longrightarrow$
+ \cs{vrule}\gr{rule specification}\nl
+ \gr{horizontal rule} $\longrightarrow$
+ \cs{hrule}\gr{rule specification}\nl
+ \gr{rule specification} $\longrightarrow$
+ \gr{optional spaces} \nl \indent$|$
+ \gr{rule dimensions}\gr{rule specification}\nl
+ \gr{rule dimension} $\longrightarrow$
+ \n{width}\gr{dimen} $|$ \n{height}\gr{dimen} $|$
+ \n{depth}\gr{dimen}
+ \end{disp}
+If a rule dimension is specified twice, the second instance
+takes precedence over the first. This makes it possible
+to override the default dimensions. For instance,
+after
+\alt
+\howto Change the default dimensions of rules\par
+\begin{verbatim}
+\let\xhrule\hrule \def\hrule{\xhrule height .8pt}
+\end{verbatim}
+the macro \cs{hrule} gives a horizontal rule
+of double the original height, and it is still possible
+with \begin{verbatim}
+\hrule height 2pt
+\end{verbatim}
+to specify other heights.
+
+It is possible to specify all three dimensions; then
+\begin{verbatim}
+\vrule height1ex depth0pt width1ex
+\end{verbatim}
+and
+\begin{verbatim}
+\hrule height1ex depth0pt width1ex
+\end{verbatim}
+look the same.
+Still, each of them can be used only in the appropriate mode.
+
+%\point Leaders
+\section{Leaders}
+
+Rules are intimately connected to modes, which makes it easy
+\term leaders\par
+to obtain some effects. For instance, a typical application
+of a vertical rule looks like
+\begin{verbatim}
+\hbox{\vrule width1pt\ Important text! \vrule width 1pt}
+\end{verbatim}
+which gives
+\begin{disp}\leavevmode\hbox{\vrule width 1pt\ Important text!
+ \vrule width 1pt}\end{disp}
+However, one might want to have a horizontal rule
+in horizontal mode for effects such as
+\begin{disp}\leavevmode
+\vbox{\hbox to 5cm{$\longleftarrow$\hfil 5cm\hfil$\longrightarrow$}
+ \hbox to 5cm{from here\leaders\hrule\hfil to there}}\end{disp}
+An \cs{hrule} can not be used in horizontal mode, and
+a vertical rule will not spread automatically.
+
+However, there is a way to use an \cs{hrule} command in
+horizontal mode and a \cs{vrule} in vertical mode,
+and that is with `leaders', so called because
+they lead your eye across the page.
+A~leader command tells \TeX\
+to fill a~specified space, in whatever mode it is in,
+with as many copies of some box or rule specification
+as are needed. For instance, the above example
+was given as
+\begin{disp}\verb>\hbox to 5cm{from here\leaders\hrule\hfil to there}>\end{disp}
+that is, with an \cs{hrule} that was allowed to stretch along
+an \cs{hfil}.
+Note that the leader was given a horizontal skip,
+corresponding to the horizontal mode in which it appeared.
+
+A general leader command looks like
+\begin{Disp} \gr{leaders}\gr{box or rule}%
+ \gr{vertical/horizontal/mathematical skip}\end{Disp}
+where \gr{leaders} is \cs{leaders}, \cs{cleaders},
+or~\cs{xleaders}, a \gr{box~or~rule}
+is a~\gr{box}, \cs{vrule}, or~\cs{hrule}, and the
+lists of horizontal and vertical skips appear in Chapter~\ref{hvmode};
+a~mathematical skip is either a horizontal skip or an~\cs{mskip}
+(see page~\pageref{muglue}).
+Leaders can thus be used in all three modes. Of course, the
+appropriate kind of skip must be specified.
+
+A horizontal (vertical) box containing leaders has at least
+the height and depth (width) of the \gr{box~or~rule} used
+in the leaders, even if, as can happen in the case of box leaders,
+no actual leaders are placed.
+
+%\spoint Rule leaders
+\subsection{Rule leaders}
+
+Rule leaders fill the specified amount of space with a rule
+\term leaders !rule\par\cstoidx leaders\par
+extending in the direction of the skip specified.
+The other dimensions of the resulting rule leader
+are determined by the sort of rule that is used:
+either dimensions can be specified explicitly, or
+the default values can be used.
+
+For instance,
+\begin{verbatim}
+\hbox{g\leaders\hrule\hskip20pt f}
+\end{verbatim}
+gives \begin{disp}\leavevmode\hbox{g\leaders\hrule\hskip20pt f}\end{disp}
+because a horizontal rule has a default height of~\n{.4pt}.
+On the other hand,
+\begin{verbatim}
+\hbox{g\leaders\vrule\hskip20pt f}
+\end{verbatim}
+gives \begin{disp}\leavevmode\hbox{g\leaders\vrule\hskip20pt f}\end{disp}
+because the height and depth of a vertical rule
+by default fill the surrounding box.
+
+Spurious rule dimensions are ignored: in horizontal mode
+\begin{verbatim}
+\leaders\hrule width 10pt \hskip 20pt
+\end{verbatim}
+is equivalent to
+\begin{verbatim}
+\leaders\hrule \hskip 20pt
+\end{verbatim}
+
+If the width or height-plus-depth
+of either the skip or the box is negative,
+\TeX\ uses ordinary glue instead of leaders.
+
+%\spoint Box leaders
+\subsection{Box leaders}
+
+Box leaders fill the available spaces with copies of
+a given box, instead of with a rule.
+
+\newbox\centerdot \setbox\centerdot=\hbox{\hskip.7em.\hskip.7em}
+
+For all of the following examples, assume that a box register
+has been allocated:
+\begin{verbatim}
+\newbox\centerdot \setbox\centerdot=\hbox{\hskip.7em.\hskip.7em}
+\end{verbatim}
+Now the output of
+\begin{verbatim}
+\hbox to 8cm {here\leaders\copy\centerdot\hfil there}
+\end{verbatim}
+is
+\begin{disp}\leavevmode\hbox to 8cm {here\leaders\copy\centerdot\hfil there}
+\end{disp} That is, copies of the box register fill up the
+available space.
+
+Dot leaders, as in the above example, are often used for
+tables of contents. In such applications it is desirable that
+dots on subsequent lines are vertically aligned.
+The \cs{leaders} command does this automatically:
+\begin{verbatim}
+\hbox to 8cm {here\leaders\copy\centerdot\hfil there}
+\hbox to 8cm {over here\leaders\copy\centerdot\hfil over there}
+\end{verbatim}
+gives \begin{disp}\leavevmode
+\vtop{\hbox to 8cm {here\leaders\copy\centerdot\hfil there}
+\hbox to 8cm {over here\leaders\copy\centerdot\hfil over there\strut}}
+\end{disp}
+The mechanism behind this is the following:
+\TeX\ acts as if an infinite row of boxes starts (invisibly) at
+the left edge of the surrounding box,
+and the row of copies actually placed is
+merely the part of this row that is not obscured by
+the other contents of the box.
+
+Stated differently, box leaders are a window on an infinite
+row of boxes, and the row starts at the left edge of the
+surrounding box. Consider the following example:
+\begin{verbatim}
+\hbox to 8cm {\leaders\copy\centerdot\hfil}
+\hbox to 8cm {word\leaders\copy\centerdot\hfil}
+\end{verbatim}
+which gives
+\begin{disp}\leavevmode\vtop{\hbox to 8cm {\leaders\copy\centerdot\hfil}
+\hbox to 8cm {word\leaders\copy\centerdot\hfil\strut}}\end{disp}
+The row of leaders boxes becomes visible as soon as it
+does not coincide with other material.
+
+The above discussion only talked about leaders in horizontal
+mode. Leaders can equally well be placed in vertical mode;
+for box leaders the `infinite row' then starts at the top
+of the surrounding box.
+
+%\spoint Evenly spaced leaders
+\subsection{Evenly spaced leaders}
+
+Aligning subsequent box leaders in the way described above
+means that the white space before and after the
+leaders will in general be different.
+If vertical alignment is not
+an issue it may be aesthetically more pleasing to have
+the leaders evenly spaced.
+The \csidx{cleaders} command is like \cs{leaders},
+except that it splits excess space before and after the leaders
+into two equal parts, centring the row of boxes in the
+available space.
+
+\begin{example}\message{check verbatim indentation}
+\begin{verbatim}
+\hbox to 7.8cm {here\cleaders\copy\centerdot\hfil there}
+\hbox to 7.8cm {here is\cleaders\copy\centerdot\hfil there}
+\end{verbatim}
+gives \begin{disp}\leavevmode\vbox{
+\hbox to 7.8cm {here\cleaders\copy\centerdot\hfil there}
+\hbox to 7.8cm {here is\cleaders\copy\centerdot\hfil there\strut}
+}\end{disp}
+The `expanding leaders' \csidx{xleaders} spread excess space evenly
+between the boxes, with equal globs of glue before, after,
+and in between leader boxes.
+\end{example}
+
+\begin{example} \begin{verbatim}
+\hbox to 7.8cm{here\hskip.7em
+ \xleaders\copy\centerdot\hfil \hskip.7em there}
+\end{verbatim}
+gives \begin{disp}\leavevmode
+\hbox to 7.8cm {here\hskip.7em\xleaders\copy\centerdot\hfil\hskip.7em there}
+\end{disp} Note that the glue in the leader box is balanced here
+with explicit glue before and after the leaders;
+leaving out these glue items, as in\begin{verbatim}
+\hbox to 7.8cm {here\xleaders\copy\centerdot\hfil there}
+\end{verbatim}
+gives \begin{disp}\leavevmode
+\hbox to 7.8cm {here\xleaders\copy\centerdot\hfil there}
+\end{disp}
+which is clearly not what was intended.
+\end{example}
+
+%\point Assorted remarks
+\section{Assorted remarks}
+
+%\spoint Rules and modes
+\subsection{Rules and modes}
+
+Above it was explained how rules can only occur in the
+appropriate modes. Rules also influence mode-specific
+quantities:
+no baselineskip is added before rules in
+vertical mode. In order to prevent glue after rules,
+\TeX\ sets \cs{prevdepth} to
+\n{\hbox{-}1000pt}
+(see Chapter~\ref{baseline}).
+Similarly the \cs{spacefactor} is set to 1000 after a \cs{vrule}
+in horizontal mode (see Chapter~\ref{line:break}).
+
+
+%\spoint[par:leaders:end] Ending a paragraph with leaders
+\subsection{Ending a paragraph with leaders}
+\label{par:leaders:end}
+
+An attempt to simulate an \cs{hrule} at the end of a paragraph by
+\howto End a paragraph with leaders\par
+\begin{verbatim}
+\nobreak\leaders\hrule\hfill\par
+\end{verbatim}
+does not work. The reason for this is that \TeX\
+performs an \cs{unskip} at the end of a paragraph,
+which removes the leaders. Normally this \cs{unskip} removes
+any space token inserted by the input processor after the
+last line. Remedy: stick an \verb.\hbox{}. at the end of
+the leaders.
+
+%\spoint Leaders and box registers
+\subsection{Leaders and box registers}
+
+In the above examples the leader box was inserted with
+\cs{copy}. The output of
+\begin{verbatim}
+\hbox to 8cm {here\leaders\box\centerdot\hfil there}
+\hbox to 8cm {over here\leaders\box\centerdot\hfil
+ over there}
+\end{verbatim}
+is
+\begin{disp}\leavevmode
+ \vtop{\hbox to 8cm {here\leaders\box\centerdot\hfil there}
+ \hbox to 8cm {over here\leaders\box\centerdot\hfil over there}
+ }\end{disp}
+The box register is emptied after the first leader command,
+but more than one copy is placed in that first command.
+
+%\spoint Output in leader boxes
+\subsection{Output in leader boxes}
+
+Any \cs{write}, \cs{openout}, or \cs{closeout} operation
+appearing in leader boxes is ignored.
+Otherwise such an operation would be executed once for every
+copy of the box that would be shipped out.
+
+%\spoint Box leaders in trace output
+\subsection{Box leaders in trace output}
+
+The dumped box representation obtained from,
+for instance, \cs{tracingoutput}
+does not write out box leaders in full: only the total size and
+one copy of the box used are dumped. In particular,
+the surrounding white space before and after the leaders
+is not indicated.
+
+%\spoint Leaders and shifted margins
+\subsection{Leaders and shifted margins}
+
+If margins have been shifted,
+leaders may look different
+depending on how the shift has been realized.
+For an illustration of how \cs{hangindent} and \cs{leftskip}
+influence the look of leaders, consider the following
+examples, where
+\begin{verbatim}
+\setbox0=\hbox{K o }
+\end{verbatim}
+The horizontal boxes above the leaders
+\altt
+serve to indicate the starting point of the row of leaders.
+
+First
+\begin{verbatim}
+\hbox{\leaders\copy0\hskip5cm}
+\noindent\advance\leftskip 1em
+ \leaders\copy0\hskip5cm\hbox{}\par
+\end{verbatim}
+gives\message{examples on}
+\begin{disp}\leavevmode\vbox{\leftskip=0pt \hsize=7cm
+\setbox0=\hbox{K o }
+\hbox{\leaders\copy0\hskip5cm}
+\noindent\advance\leftskip 1em
+ \leaders\copy0\hskip5cm\hbox{}\par
+ }\end{disp}
+Then
+\begin{verbatim}
+\hbox{\kern1em\hbox{\leaders\copy0\hskip5cm}}
+\hangindent=1em \hangafter=-1 \noindent
+ \leaders\copy0\hskip5cm\hbox{}\par
+\end{verbatim}
+gives (note the shift with respect to the previous example)
+\begin{disp}\leavevmode\vbox{\leftskip=0pt \hsize=7cm
+\setbox0=\hbox{K o }
+\hbox{\kern1em\hbox{\leaders\copy0\hskip5cm}}
+\hangindent=1em \hangafter=-1 \noindent
+ \leaders\copy0\hskip5cm\hbox{}\par}\end{disp}
+\message{one page}
+In the first paragraph the \cs{leftskip} glue only obscures
+the first leader box; in the second paragraph the hanging
+indentation actually shifts the orientation point for the
+row of leaders. Hanging indentation is performed in \TeX\
+by a \cs{moveright} of the boxes containing the lines
+of the paragraph.
+
+%%%% end of input file [rules]
+
+%\InputFile:group
+%%%% this is input file [group]
+%\subject[group] Grouping
+\endofchapter
+\chapter{Grouping}\label{group}
+
+\TeX\ has a grouping mechanism that is able to confine most
+changes to a~particular locality. This chapter explains
+what sort of actions can be local, and how groups are formed.
+
+
+\begin{inventory}
+\item [\cs{bgroup}]
+Implicit beginning of group character.
+\item [\cs{egroup}]
+Implicit end of group character.
+\item [\cs{begingroup}]
+Open a group that must be closed with \cs{endgroup}.
+\item [\cs{endgroup}]
+Close a group that was opened with \cs{begingroup}.
+\item [\cs{aftergroup}]
+Save the next token for insertion after the current group ends.
+\item [\cs{global}]
+Make assignments, macro definitions, and arithmetic global.
+\item [\cs{globaldefs}]
+Parameter for overriding \cs{global} prefixes.
+\IniTeX\ default:~0.
+\end{inventory}
+
+%\point The grouping mechanism
+\section{The grouping mechanism}
+
+A group is a sequence of tokens starting with a
+\term grouping\par
+`beginning of group' token,
+and ending with an `end of group'
+token, and in which all such tokens are properly balanced.
+
+The grouping mechanism of \TeX\ is not the same as
+the block structure
+of ordinary programming languages.
+Most languages with block structure are only able to have
+local definitions. \TeX's grouping mechanism is stronger:
+most assignments made inside a group
+are local to that group unless explicitly indicated otherwise,
+and outside the group old values are restored.
+
+An example of local definitions
+\begin{verbatim}
+{\def\a{b}}\a
+\end{verbatim}
+gives an `undefined control sequence'
+message because \cs{a} is only defined inside the group.
+Similarly, the code
+\begin{verbatim}
+\count0=1 {\count0=2 } \showthe\count0
+\end{verbatim}
+will display the value~1; the assignment made inside the group
+is undone at the end of the group.
+
+
+Bookkeeping of values that are to be restored outside the group
+is done through the mechanism
+\term save stack\par
+of the `save stack'. Overflow of the save stack is treated
+in Chapter~\ref{error}. The save stack is also used for
+a few other purposes: in calls such as \hbox{\verb>\hbox to 100pt{...}>}
+the specification \hbox{\n{to 100pt}} is put on the save
+stack before a new level of grouping is opened.
+
+In order to prevent a lot of trouble with the save stack,
+\IniTeX\ does not allow dumping a format inside a group.
+The \cs{end} command is allowed to occur inside a group,
+but \TeX\ will give a diagnostic message about this.
+
+The \cs{aftergroup} control sequence saves a token for
+insertion after the current group. Several tokens can be
+set aside by this command, and they are inserted in the left-to-right
+order in which they were stated.
+This is treated in Chapter~\ref{expand}.
+
+
+%\point[global:assign] Local and global assignments
+\section{Local and global assignments}
+\label{global:assign}
+
+An assignment or macro definition
+is usually made global by prefixing it with \csidx{global},
+\term statements !local\par\term statements !global\par
+\term local statements\par\term global statements\par
+but non-zero values of the \gr{integer parameter}
+\csidx{globaldefs} override \cs{global}
+specifications: if \cs{globaldefs} is positive every assignment
+is implicitly prefixed with \cs{global}, and if
+\cs{globaldefs} is negative, \cs{global} is
+ignored. Ordinarily this parameter is zero.
+
+Some assignment are always global: the \gr{global assignment}s are
+\begin{description}%\FlushRight:no
+\item [\gr{font assignment}]
+assignments involving \cs{fontdimen}, \cs{hyphenchar},
+and \cs{skew\-char}.
+\item [\gr{hyphenation assignment}]
+\cs{hyphenation} and \cs{patterns} commands
+(see Chapter~\ref{line:break}).
+\item [\gr{box size assignment}]
+altering box dimensions with \cs{ht}, \cs{dp}, and~\cs{wd}
+(see Chapter~\ref{boxes}).
+\item [\gr{interaction mode assignment}]
+run modes for a \TeX\ job (see Chapter~\ref{run}).
+\item [\gr{intimate assignment}]
+assignments to a \gr{special integer} or \gr{special dimen};
+see %Chapters \ref{number} and~\ref{glue}.
+pages \pageref{special:int:list} and~\pageref{special:dimen:list}.
+\end{description}
+
+%\point Group delimiters
+\section{Group delimiters}
+
+A group can be delimited by character tokens of category code~1
+\term delimiter! group\par
+for `beginning of group' and code~2 for `end of group', or
+control sequence tokens that are \cs{let} to such characters,
+the \cs{bgroup} and \cs{egroup} in plain \TeX.
+Implicit and explicit braces can match to delimit
+a group.
+
+Groups can also be delimited by \csidx{begingroup} and
+\csidx{endgroup}. These two control sequences must
+be used together: they cannot be matched with implicit
+or explicit braces, nor can they function as the braces
+surrounding, for instance, boxed material.
+
+Delimiting with \cs{begingroup} and \cs{endgroup} can
+\label{begin:end:macros}%
+provide a limited form of run-time error checking.
+In between these two group delimiters an excess
+open or close brace would result in
+\begin{verbatim}
+\begingroup ... } ... \endgroup
+\end{verbatim}
+or
+\begin{verbatim}
+\begingroup ... { ... \endgroup
+\end{verbatim}
+In both cases \TeX\ gives an error message about improper
+balancing. Using \cs{bgroup} and \cs{egroup} here would
+make an error much harder to find, because of the incorrect
+matching that would occur. This idea is used in the environment
+macros of several formats.
+
+The choice of the brace characters for the beginning and end of group
+characters is not hard-wired in \TeX. It is arranged
+\cstoidx bgroup\par\cstoidx egroup\par
+like this in the plain format:
+\begin{verbatim}
+\catcode`\{=1 % left brace is begin-group character
+\catcode`\}=2 % right brace is end-group character
+\end{verbatim}
+Implicit braces have also been defined in the plain format:
+\begin{verbatim}
+\let\bgroup={ \let\egroup=}
+\end{verbatim}
+
+Special cases are the following:
+\begin{itemize} \item The replacement text of a macro must be enclosed
+in explicit beginning and end of group character tokens.
+\item The open and close braces for boxes, \cs{vadjust},
+and \cs{insert} can be implicit. This makes it possible
+to define, for instance
+\begin{verbatim}
+\def\openbox#1{\setbox#1=\hbox\bgroup}
+\def\closebox#1{\egroup\box#1}
+\openbox{15}Foo bar\closebox{15}
+\end{verbatim}
+\item The right-hand side of a token list assignment and the
+argument of the commands \cs{write}, \cs{message}, \cs{errmessage},
+\cs{uppercase}, \cs{lowercase},
+\cs{special}, and \cs{mark} is a \gr{general text}, defined
+as
+\begin{Disp} \gr{general text} $\longrightarrow$ \gr{filler}\lb
+ \gr{balanced text}\gr{right brace}\end{Disp}
+meaning that the left brace can be implicit, but the closing
+right brace must be an explicit character token with category
+code~2. \end{itemize}
+
+In cases where an implicit left brace suffices, and where
+expansion is not explicitly inhibited, \TeX\ will
+expand tokens until a left brace is encountered. This
+is the basis for such constructs as
+\verb=\uppercase\expandafter{\romannumeral80}=,
+which in this unexpanded form do not adhere to the
+syntax. If the first unexpandable token is not a left
+brace \TeX\ gives an error message.
+
+The grammar of \TeX\ (see Chapter~\ref{gramm}) uses
+\gr{left brace} and \gr{right brace} for explicit
+characters, that is, character tokens,
+and \n{\lb} and~\n{\rb}
+for possibly implicit characters,
+\altt
+that is, control sequences that have been \cs{let} to such
+explicit characters.
+
+%\point More about braces
+\section{More about braces}
+
+
+%\spoint Brace counters
+\subsection{Brace counters}
+
+\TeX\ has two counters for keeping track of grouping levels:
+\term braces\par
+the {\it master counter} and the {\it balance counter}.
+Both of these counters are syntactic counters: they count the
+explicit brace character tokens, but are not affected by implicit
+braces (such as \cs{bgroup}) that are semantically equivalent
+to an explicit brace.
+
+The balance counter handles braces in all cases except in
+alignment. Its workings are intuitively clear: it goes up
+by one for every opening and down for every closing
+brace that is not being skipped. Thus
+\begin{verbatim}
+\iffalse{\fi
+\end{verbatim}
+increases the balance counter if
+this statement is merely scanned (for instance if it
+appears in a macro definition text); if this statement
+is executed the brace is skipped, so there is no effect on
+the balance counter.
+
+The master counter is more tricky;
+it is used in alignments instead of the balance counter.
+This counter records all braces, even when they are skipped
+such as in \verb>\iffalse{\fi>.
+For this counter uncounted skipped braces are still possible:
+the alphabetic constants \n{`\lb} and \n{`\rb} have
+no effect on this counter when they are
+use by the execution processor as a~\gr{number};
+they do affect this counter when they are seen by the
+input processor (which merely sees characters, and not
+the context).
+
+%\spoint The brace as a token
+\subsection{The brace as a token}
+
+Explicit braces are character tokens, and as such they are
+unexpandable. This implies that they survive until the
+last stages of \TeX\ processing. For example,
+\begin{verbatim}
+\count255=1{2}
+\end{verbatim}
+will assign~1 to \cs{count255},
+and print~`2', because the
+opening brace functions as a delimiter for the number~1.
+Similarly \begin{verbatim}
+f{f}
+\end{verbatim}
+will prevent \TeX\ from forming
+an `\hbox{ff}' ligature.
+
+From the fact that braces are unexpandable,
+it follows that their nesting is independent
+of the nesting of conditionals. For instance
+\begin{verbatim}
+\iftrue{\else}\fi
+\end{verbatim}
+will give an open brace,
+as conditionals are handled by expansion. The closing
+brace is simply skipped as part of the \gr{false text};
+any consequences it has for grouping only come into
+play in a later stage of \TeX\ processing.
+
+Undelimited macro arguments are either single tokens
+or groups of tokens enclosed in explicit braces.
+Thus it is not possible for an explicit open or close brace
+to be a macro argument. However, braces can be assigned
+with \cs{let}, for instance as in \begin{verbatim}
+\let\bgroup={
+\end{verbatim}
+This is used in the plain \cs{footnote} macro
+(see page~\pageref{footnote:ex}).
+
+%\spoint \csc{\char 123} and \csc{\char 125}
+\subsection{Open and closing brace control symbols}
+% \csc{\char 123} and \csc{\char 125}}
+
+The control sequences \verb-\{- and \verb-\}- do not really belong
+\cstoidx\char123\par\cstoidx\char125\par
+in this chapter, not being concerned with grouping.
+They have been defined with \cs{let} as synonyms of
+\cs{lbrace} and \cs{rbrace} respectively,
+and these control sequences are \cs{delimiter} instructions
+(see Chapter~\ref{mathchar}).
+
+The Computer Modern Roman font has no braces, but there are
+braces in the typewriter font, and for mathematics
+there are braces of different sizes \ldash and extendable ones \rdash in
+the extension font.
+
+%%%% end of input file [group]
+
+%\InputFile:macro
+%%%% this is input file [macro]
+%\subject[macro] Macros
+\endofchapter
+\chapter{Macros}\label{macro}
+
+Macros are \TeX's abbreviation mechanism for sequences of commands
+that are needed more than once,
+somewhat like procedures in ordinary programming languages.
+\TeX's parameter mechanism, however, is quite unusual.
+This chapter explains how \TeX\ macros work. It also
+treats the commands \cs{let} and~\cs{futurelet}.
+
+\begin{inventory}
+\item [\cs{def}]
+ Start a macro definition.
+
+\item [\cs{gdef}]
+ Synonym for \verb-\global\def-.
+
+\item [\cs{edef}]
+ Start a macro definition;
+ the replacement text is expanded at definition time.
+ This command is treated also in the next chapter.
+
+\item [\cs{xdef}]
+ Synonym for \verb-\global\edef-.
+
+\item [\cs{csname}]
+ Start forming the name of a control sequence.
+
+\item [\cs{endcsname}]
+ Stop forming the name of a control sequence.
+
+\item [\cs{global}]
+ Make the next definition, arithmetic statement,
+ or assignment global.
+
+\item [\cs{outer}]
+ Prefix indicating that the macro being defined
+ can be used on the `outer' level only.
+
+\item [\cs{long}]
+ Prefix indicating that the arguments of the macro being defined
+ may contain \cs{par} tokens.
+
+\item [\cs{let}]
+ Define a control sequence to be equivalent to the next token.
+
+\item [\cs{futurelet}]
+ Define a control sequence to be equivalent to
+ the token after the next token.
+
+\end{inventory}
+
+%\point Introduction
+\section{Introduction}
+
+A macro is basically a sequence of tokens that has
+\term macro\par
+been abbreviated into a control sequence.
+Statements starting with (among others) \cs{def}
+are called {\italic macro definitions}\alt, and
+writing \begin{verbatim}
+\def\abc{\de f\g}
+\end{verbatim}
+defines the macro \cs{abc},
+with the {\italic replacement text\/} \verb>\de f\g>.
+Macros can be used in this way to abbreviate
+pieces of text or sequences of commands
+that have to be given more than once.
+Any time that \TeX's expansion processor
+encounters the control sequence \cs{abc},
+it replaces it by the replacement text.
+
+If a macro should be sensitive to the context
+where it is used, it can be defined with parameters:
+\begin{verbatim}
+\def\PickTwo#1#2{(#1,#2)}
+\end{verbatim}
+takes two arguments and reproduces them in parentheses.
+The call \cs{PickTwo 12} gives `(1,2)'.
+
+The activity of substituting the replacement text
+for a macro is called {\italic macro expansion}.
+
+%\point Layout of a macro definition
+\section{Layout of a macro definition}
+
+A macro definition consists of, in sequence,
+\term definition !macro\par
+\begin{enumerate} \item any number of \cs{global},
+\cs{long}, and \cs{outer} prefixes,
+\item a \gr{def} control sequence, or anything
+that has been \cs{let} to one,
+\item a control sequence or active character to be defined,
+\item possibly a \gr{parameter text} specifying among other things
+how many parameters the macro has, and
+\item a replacement text enclosed in explicit character tokens
+with category codes 1 and~2, by default \verb-{- and~\verb-}-
+in plain \TeX.
+\end{enumerate}
+
+After a macro definition is completed, any saved \cs{afterassignment}
+token (see section~\ref{sec:afterassignment}) is inserted.
+
+The `expanding' definitions \cs{edef} and \cs{xdef}
+are treated in Chapter~\ref{expand}.
+
+%\point Prefixes
+\section{Prefixes}
+
+There are three prefixes that alter the status of the
+\term prefixes !macro\par
+macro definition: \begin{description}
+\item [\csidx{global}]
+If the definition occurs inside a group, this prefix
+makes the definition global.
+This prefix can also be used for assignments other than
+macro definitions; in fact,
+for macro definitions abbreviations exist obviating the
+use of \cs{global}:
+\begin{disp}\verb>\gdef\foo...>\quad is equivalent to\quad \verb>\global\def\foo...>
+\end{disp} and
+\begin{disp}\verb>\xdef\foo...>\quad is equivalent to\quad \verb>\global\edef\foo...>
+\end{disp}
+
+If the parameter \cs{globaldefs}
+is positive, all assignments are
+implicitly global;
+if \cs{globaldefs} is negative any \cs{global} prefixes are
+ignored,
+and \cs{gdef} and \cs{xdef} make local definitions
+(see Chapter~\ref{group}).
+
+\item [\cs{outer}]
+The mechanism of `outer' macros is supposed to facilitate
+\term macro !outer\par\cstoidx outer\par
+locating (among other errors) unbalanced braces: an \cs{outer}
+macro is supposed
+to appear only in non-embedded contexts.
+To be precise, it is not allowed to occur
+\begin{itemize}
+\item in macro replacement texts (but it can appear in
+ for instance \cs{edef} after
+ \cs{noexpand}, and after \cs{meaning}),
+\item in parameter texts,
+\item in skipped conditional text,
+\item in alignment preambles, and
+\item in the \gram{balanced text} of a \cs{message}, \cs{write},
+et cetera. \end{itemize}
+For certain applications, however, it is inconvenient
+that some of the plain macros are outer,
+in particular macros such as \cs{newskip}. One remedy is to
+redefine them, without the `outer' option, which
+is done for instance in \LaTeX, but cleverer tricks are possible.
+
+\item [\cs{long}]
+Ordinarily, macro parameters are not supposed to contain
+\cstoidx long\par
+\cs{par} tokens. This restriction is useful (much more so
+than the \cs{outer} definitions) in locating
+forgotten closing braces.
+For example, \TeX\ will complain about a `runaway argument'
+\message{Example on}
+in the following sequence:\begin{verbatim}
+\def\a#1{ ... #1 ... }
+\a {This sentence should be in braces.
+
+And this is not supposed to be part of the argument
+\end{verbatim}
+\message{one page}
+The empty line generates a \cs{par}, which most of the times
+means that a closing brace has been forgotten.
+
+If arguments to a particular macro should be allowed
+to contain \cs{par} tokens, then the macro must be declared
+to be \cs{long}. \end{description}
+
+The \cs{ifx} test for equality of tokens
+(see Chapter~\ref{if}) takes prefixes into
+account when testing whether two tokens have the same definition.
+
+\begin{comment}
+With a little ingenuity it is possible
+for \cs{par} tokens to sneak into macro arguments anyway.
+Consider the example
+\begin{verbatim}
+\def\a#1\par!{ ... }
+\a bc\par ef\par!
+\end{verbatim}
+Here the macro \cs{a} is not \cs{long}, but the argument
+is \verb>bc\par ef>, which contains a \cs{par} token.
+However,
+this is of no importance in general.
+\end{comment}
+
+%\point The definition type
+\section{The definition type}
+
+There are four \gr{def} control sequences in \TeX:
+\csidx{def}, \csidx{gdef}, \csidx{edef}, and \csidx{xdef}.
+The control sequence
+\alt
+\cs{gdef} is a synonym for \verb>\global\def> and
+\cs{xdef} is a synonym for \verb>\global\edef>.
+The `expanding definition' \cs{edef} is treated in
+Chapter~\ref{expand}.
+
+The difference between the various types of macro definitions
+is only relevant at the time of the definition.
+When a macro is called there is no way of telling how
+it was defined.
+
+%\point[param:text] The parameter text
+\section{The parameter text}
+\label{param:text}
+
+Between the control sequence or active character to be defined
+\term parameter\par\term argument\par
+and the opening brace of the replacement text, a \gr{parameter
+text} can occur. This specifies whether the macro has parameters,
+how many, and how they are delimited.
+The \gr{parameter text} cannot contain
+explicit braces.
+
+A macro can have at most nine parameters.
+A~parameter is indicated by a parameter token,
+consisting of a macro parameter character
+(that is, a character of category code~6, in plain \TeX~\verb=#=)
+followed by a digit~\n1--\n9.
+For instance, \verb>#6>~denotes the sixth parameter of a macro.
+Parameter tokens cannot appear outside the context
+of a macro definition.
+
+In the parameter text,
+parameters must be numbered consecutively, starting at~1.
+A~space after a parameter token is significant,
+both in the parameter text and the replacement text.
+
+Parameters can be delimited or undelimited. A~parameter
+is called undelimited if it is followed immediately
+by another parameter in the \gr{parameter text}
+or by the opening brace of the replacement text;
+it is called delimited if it is followed by any other token.
+
+The tokens (zero or more) that are substituted for
+a parameter when a macro is expanded (or `called')
+are called
+the `argument' corresponding to that parameter.
+
+%\spoint Undelimited parameters
+\subsection{Undelimited parameters}
+
+When a macro with an undelimited parameter, for instance
+\term parameter !undelimited\par
+a macro \cs{foo} with one parameter
+\begin{verbatim}
+\def\foo#1{ ... #1 ...}
+\end{verbatim}
+is expanded, \TeX\ scans ahead (without expanding)
+until a non-blank token is found.
+If this token is not an explicit \gr{left brace},
+it is taken to be the argument
+corresponding to the parameter. Otherwise a \gr{balanced text}
+is absorbed by scanning until the matching explicit
+\gr{right brace} has been found.
+This balanced text then
+constitutes the argument.
+
+An example with three undelimited parameters follows: with
+\begin{verbatim}
+\def\foo#1#2#3{#1(#2)#3}
+\end{verbatim}
+the macro call \cs{foo123} gives `\hbox{1(2)3}';
+but \hbox{\verb-\foo 1 2 3-} also gives the same result.
+In the call
+\begin{disp}\cs{foo}\n{\char32 1\char32 2\char 32 3}\end{disp}
+the first space is skipped in the input processor of \TeX.
+The argument corresponding to the first parameter is then
+the~\n1. In order to find the second parameter \TeX\ then
+skips all blanks, in this case exactly one. As second
+parameter \TeX\ finds then the~\n2. Similarly the third
+parameter is~\n3.
+
+
+In order to pass several tokens as one undelimited argument
+one can use braces. With the above definition of \cs{foo}
+the call \verb>\foo a{bc}d> gives `\hbox{a(bc)d}'.
+When the argument of a macro is a balanced text instead of
+a single token, the delimiting braces are not inserted when
+the argument is
+inserted in the replacement text.
+For example:\begin{verbatim}
+\def\foo#1{\count0=1#1\relax}
+\foo{23}
+\end{verbatim}
+will expand to \verb>\count0=123\relax>,
+which assigns the value of 123 to the counter.
+On the other hand, the statement \begin{verbatim}
+\count0=1{23}
+\end{verbatim}
+would
+assign~1 and print~23.
+
+%\spoint Delimited parameters
+\subsection{Delimited parameters}
+
+Apart from enclosing it in braces there is another way
+\term parameter !delimited\par
+to pass a sequence of tokens as a single argument to a macro,
+namely by using delimited parameters.
+
+Any non-parameter tokens in the \gr{parameter text} occurring
+after a macro parameter (that is, after the parameter number
+following the parameter character)
+act as a delimiter for that parameter. This includes space tokens:
+a space after a parameter number is significant.
+Delimiting tokens can also occur between the control
+sequence being defined and the first parameter token~\verb>#1>.
+
+Character tokens acting as delimiters in the parameter text
+have both their character code and
+category code stored; the delimiting character tokens of the
+actual arguments have to match both.
+Category codes of such characters may include some that
+can normally only appear in special contexts; for instance, after
+the definition \begin{verbatim}
+\def\foo#1_#2^{...}
+\end{verbatim}
+the macro \cs{foo}
+can be used outside math mode.
+
+When looking for the argument corresponding to
+a delimited parameter, \TeX\ absorbs all tokens without expansion (but
+balancing braces) until the
+(exact sequence of) delimiting tokens is encountered.
+The delimiting tokens are not part of the argument;
+they are removed from the input stream during the macro call.
+
+%\spoint Examples with delimited arguments
+\subsection{Examples with delimited arguments}
+
+As a simple example, \begin{verbatim}
+\def\DoASentence#1#2.{{#1#2.}}
+\end{verbatim}
+defines a macro with an undelimited first parameter,
+and a second parameter delimited by a period.
+In the call\begin{verbatim}
+\DoASentence \bf This sentence is the argument.
+\end{verbatim}
+the arguments are:
+\begin{verbatim}
+#1<-\bf
+#2<-This sentence is the argument
+\end{verbatim}
+Note that the closing period is not in the argument, but it has
+been absorbed; it is no longer in the input stream.
+
+A~commonly used delimiter is \cs{par}:
+\begin{verbatim}
+\def\section#1. #2\par{\medskip\noindent {\bf#1. #2\par}}
+\end{verbatim}
+This macro has a first parameter that is delimited by~`\n{.\char32}',
+and a second parameter that is delimited by \cs{par}.
+The call\message{example on one page}
+\begin{verbatim}
+\section 2.5. Some title
+
+The text of the section...
+\end{verbatim}
+will give
+\begin{disp}\verb>#1<-2.5>\nl
+\verb>#2<-Some title>\n{\char32}\end{disp}
+Note that there is a space at the end of the second argument
+generated by the line end. If this space is unwanted one might
+define \begin{verbatim}
+\def\section#1. #2 \par{...}
+\end{verbatim}
+with \n{\char32}\cs{par} delimiting the second
+argument. This approach, however,
+precludes the user's writing the \cs{par} explicitly:
+\begin{verbatim}
+\section 2.5 Some title\par
+\end{verbatim}
+One way out of this dilemma is to write
+\verb>#2\unskip> on all places in the definition text
+where the trailing space would be unwanted.
+
+Control sequences acting as delimiters need not be defined,
+as they are absorbed without expansion. Thus
+\begin{verbatim}
+\def\control#1\sequence{...}
+\end{verbatim}
+is a useful
+definition, even if \cs{sequence} is undefined.
+
+The importance of category codes in delimited arguments
+is shown by the following example:
+\begin{verbatim}
+\def\a#1 #2.{ ... }
+\catcode`\ =12
+\a b c
+d.
+\end{verbatim}
+which gives
+\begin{verbatim}
+\a #1 #2.-> ...
+#1<- b c
+#2<-d
+\end{verbatim}
+Explanation: the delimiter between parameters 1 and~2 is a space
+of category~10. In between \n{a} and \n{b} there is a space
+of category~12; the first space of category~10
+is the space that is generated by the line end.
+
+For a `real-life' application of matching of category codes,
+see the explanation of \cs{newif} in Chapter~\ref{if},
+and the example on page~\pageref{ex:jobnumber}.
+
+
+%\spoint Empty arguments
+\subsection{Empty arguments}
+
+If the user specifies a \gr{balanced text} in braces
+when \TeX\ expects a macro
+argument, that text is used as the argument.
+Thus, specifying \verb-{}- will give an argument that is
+an empty list of tokens; this is called an `empty argument'.
+
+Empty arguments can also arise from the use of delimited
+parameters. For example, after the definition
+\begin{verbatim}
+\def\mac#1\ro{ ... }
+\end{verbatim}
+the call
+\begin{verbatim}
+\mac\ro
+\end{verbatim}
+will give an empty argument.
+
+\begin{comment}
+However, only
+one empty argument can be created this way:
+if the macro had been defined as
+\begin{verbatim}
+\def\mac#1#2\ro{ ... }
+\end{verbatim}
+the same call
+\begin{verbatim}
+\mac\ro \othermacro \stillothermacro
+\end{verbatim}
+will probably cause a `\n{Runaway argument?}' error message.
+Explanation: the first parameter is undelimited, so the corresponding
+argument is `\cs{ro}'; after that \TeX\ starts looking for a list
+of tokens delimited by~\cs{ro}.
+\end{comment}
+
+%\spoint The macro parameter character
+\subsection{The macro parameter character}
+
+When \TeX's input processor scans a macro definition text,
+\term character !parameter\par
+it inserts a parameter token for any
+occurrence of a macro parameter character followed by a digit.
+In effect, a parameter token in the replacement text
+states `insert parameter number such and such here'.
+Two parameter characters in a row are replaced by a single one.
+
+The latter fact can be used for nested macro definitions.
+\label{nest:def}\howto Nested macro definitions\par
+Thus \begin{verbatim}
+\def\a{\def\b#1{...}}
+\end{verbatim}
+gives an error message
+because \cs{a} was defined without parameters, and
+yet there is a parameter token in its replacement text.
+
+The following
+\begin{verbatim}
+\def\a#1{\def\b#1{...}}
+\end{verbatim}
+defines a macro \cs{a} that
+defines a macro \cs{b}. However, \cs{b} still does not
+have any parameters: the call
+\begin{verbatim}
+\a z
+\end{verbatim}
+defines a macro \cs{b} without parameters,
+that has to be followed by a~\n z.
+Note that this
+does not attempt to define a macro \cs{bz}, because the
+control sequence \cs{b} has already been formed in \TeX's
+input processor when that input line was read.
+
+Finally,
+\begin{verbatim}
+\def\a{\def\b##1{...}}
+\end{verbatim}
+defines a macro \cs{b}
+with one parameter.
+
+Let us examine the handling of the parameter character
+in some detail.
+Consider \begin{verbatim}
+\def\a#1{ .. #1 .. \def\b##1{ ... }}
+\end{verbatim}
+When this is read as input, the input processor
+\begin{itemize}
+\item replaces the characters \verb>#1> by \gr{parameter token$_1$}, and
+\item replaces the characters \verb>##> by \verb>#>\end{itemize}
+A macro call of \cs{a} will then let the input processor scan
+\begin{verbatim}
+\def\b#1{ ... }
+\end{verbatim}
+in which the two characters \verb>#1> are
+\alt
+replaced by a parameter token.
+
+%\spoint Brace delimiting
+\subsection{Brace delimiting}
+
+Ordinarily, it is not possible to have left or right
+braces in the \gr{parameter text} of a definition.
+There is a special mechanism, however, that can make
+the last parameter of a macro act as if it is delimited
+by an opening brace.
+
+If the last parameter token
+is followed by a parameter character (\verb>#>),
+which in turn is followed by the opening brace of the
+replacement text, \TeX\ makes the last parameter
+be delimited by a beginning-of-group character.
+Furthermore, unlike other delimiting tokens in
+parameter texts, this opening brace is not
+removed from the input stream.
+
+Consider an example.
+Suppose we want to have a macro
+\cs{every} that can fill token lists as follows:
+\begin{verbatim}
+\every par{abc} \every display{def}
+\end{verbatim}
+This macro can be defined as
+\begin{verbatim}
+\def\every#1#{\csname every#1\endcsname}
+\end{verbatim}
+In the first call above, the argument corresponding to
+the parameter is \n{abc}, so the call
+expands to
+\begin{verbatim}
+\csname everypar\endcsname{abc}
+\end{verbatim}
+which gives the desired result.
+
+
+%\point[cs:name] Construction of control sequences
+\section{Construction of control sequences}
+\label{cs:name}
+
+The commands \csidx{csname} and \csidx{endcsname} can be used
+to construct a control sequence.
+For instance \begin{verbatim}
+\csname hskip\endcsname 5pt
+\end{verbatim}
+is equivalent to \verb=\hskip5pt=.
+
+During this construction process
+all macros and other expandable control sequences
+between \cs{csname} and \cs{endcsname}
+are expanded as usual, until only unexpandable
+character tokens remain. A~variation of the above example,
+\begin{verbatim}
+\csname \ifhmode h\else v\fi skip\endcsname 5pt
+\end{verbatim}
+performs an \cs{hskip} or \cs{vskip} depending on the mode.
+The final result of the expansion should
+consist of only character tokens, but
+their category codes do not matter.
+An unexpandable control sequence gives an error here:
+\TeX\ will insert an \cs{endcsname} right before it
+as an attempt at error recovery.
+
+With \cs{csname} it is possible to construct
+control sequences that cannot ordinarily be written,
+because the constituent character tokens may have another category
+\alt
+than~11, letter. This principle can be used to hide
+\howto Hide counters from the user\par
+inner control sequences of a macro package from the user.
+\begin{example}\begin{verbatim}
+\def\newcounter#1{\expandafter\newcount
+ \csname #1:counter\endcsname}
+\def\stepcounter#1{\expandafter\advance
+ \csname #1:counter\endcsname 1\relax}
+\end{verbatim}
+In the second definition the \cs{expandafter} is superfluous,
+but it does no harm, and it is conceptually clearer.
+\end{example}
+
+The name of the actual counter created by \cs{newcounter}
+contains a colon, so that it takes some effort to write this
+control sequence. In effect, the counter
+is now hidden from the user, who can only
+access it through control sequences such as \cs{stepcounter}.
+By the way, the macro \cs{newcount} is defined \cs{outer} in
+the plain format, so the above definition of \cs{newcounter}
+can only be written after \cs{newcount} has been redefined.
+
+If a control sequence formed with \verb>\csname...\endcsname>
+has not been defined
+before, its meaning is set to \cs{relax}.
+Thus if \verb=\xx= is an undefined control sequence, the
+command \begin{verbatim}
+\csname xx\endcsname
+\end{verbatim}
+will {\em not\/}
+give an error message, as it is equivalent to \verb=\relax=.
+Moreover, after this execution of the
+\verb-\csname...\endcsname- statement, the control sequence
+\verb=\xx= is itself equivalent to \cs{relax}, so it
+will no longer give an `undefined control sequence' error
+(see also page~\pageref{relax:cs}).
+
+
+%\point Token assignments by \cs{let} and \cs{futurelet}
+\section{Token assignments by \protect\cs{let} and \protect\cs{futurelet}}
+
+There are two \gr{let assignment}s in \TeX.
+Their syntax is
+\begin{disp}\cs{let}\gr{control sequence}\gr{equals}%
+ \gr{one optional space}\gr{token}\nl
+ \cs{futurelet}\gr{control sequence}\gr{token}\gr{token}
+ \end{disp}
+In the syntax of a \cs{futurelet} assignment
+no optional equals sign appears.
+
+%\spoint[let] \cs{let}
+\subsection{\protect\cs{let}}
+\label{let}
+
+The primitive command \csidx{let} assigns the current meaning
+of a~token to a control sequence or active character.
+
+For instance, in the plain format \cs{endgraf} is defined
+as \begin{verbatim}
+\let\endgraf=\par
+\end{verbatim}
+This enables macro writers to redefine \cs{par}, while
+still having the functionality of the primitive \cs{par}
+command available. For example,
+\begin{verbatim}
+\everypar={\bgroup\it\def\par{\endgraf\egroup}}
+\end{verbatim}
+
+The case where the \gr{token} to be assigned is not a control
+sequence but a character token instead has been treated
+in Chapter~\ref{char}.
+
+%\spoint \cs{futurelet}
+\subsection{\protect\cs{futurelet}}
+
+As was explained above, the sequence with \cs{let}
+\begin{disp}\cs{let}\gr{control sequence}\gr{token$_1$}\gr{token$_2$}%
+ \gr{token$_3$}\gr{token$\cdots$}\end{disp}
+assigns (the meaning of) \gr{token$_1$} to the control sequence,
+and the remaining input stream looks like
+\begin{disp}\gr{token$_2$}\gr{token$_3$}\gr{token$\cdots$}\end{disp}
+That is, the \gr{token$_1$} has disappeared from the stream.
+
+The command \csidx{futurelet} works slightly differently:
+given the input stream
+\begin{disp}\cs{futurelet}\gr{control sequence}\gr{token$_1$}\gr{token$_2$}%
+ \gr{token$_3$}\gr{token$\cdots$}\end{disp}
+it assigns (the meaning of) \gr{token$_2$} to the control sequence,
+and the remaining stream looks like
+\begin{disp}\gr{token$_1$}\gr{token$_2$}\gr{token$_3$}\gr{token$\cdots$}\end{disp}
+That is, neither \gr{token$_1$} nor \gr{token$_2$} has
+been lifted from the stream.
+However, now \gr{token$_1$}
+`knows' what \gr{token$_2$} is, without having had to absorb it
+as a macro parameter. See an example below.
+
+If a character token has been \cs{futurelet} to a control
+sequence, its category code is fixed.
+The subsequent \gr{token$_1$} cannot change
+it anymore.
+
+%\point Assorted remarks
+\section{Assorted remarks}
+
+%\spoint Active characters
+\subsection{Active characters}
+
+Character tokens of category~13, `active characters',
+\altt
+can be defined just like
+\term active character\par\term character !active\par
+control sequences.
+If the definition of the character appears inside a macro,
+the character has to be active at the time of the definition
+of that macro.
+
+Consider for example the following definition
+(taken from Chapter~\ref{mouth}):\begin{verbatim}
+{\catcode`\^^M=13 %
+ \gdef\obeylines{\catcode`\^^M=13 \def^^M{\par}}%
+}
+\end{verbatim}
+The unusual category of the \verb>^^M> character
+has to be set during the definition of \cs{obeylines},
+otherwise \TeX\ would think that the line ended
+after \cs{def}.
+
+%\spoint Macros versus primitives
+\subsection{Macros versus primitives}
+
+The distinction between primitive commands and user macros
+\term primitive commands\par\term command !primitive\par
+is not nearly as important in \TeX\ as it is in other
+programming languages.\begin{itemize}
+\item The user can use primitive commands under different names:
+ \begin{verbatim}
+\let\StopThisParagraph=\par
+\end{verbatim}
+\item Names of primitive commands can be used for
+ user macros: \begin{verbatim}
+\def\par{\hfill$\bullet$\endgraf}
+\end{verbatim}
+\item Both user macros and a number of \TeX\ primitives
+ are subject to expansion, for instance all conditionals,
+ and commands such as \cs{number} and~\cs{jobname}.
+\end{itemize}
+
+%\spoint Tail recursion
+\subsection{Tail recursion}
+
+Macros in \TeX, like procedures in most modern programming
+\term recursion\par
+languages, are allowed to be recursive: that is, the
+definition of a macro can contain a call to this same macro,
+or to another macro that will call this macro.
+Recursive macros tend to clutter up \TeX's memory
+if too many `incarnations' of such a macro are active
+at the same time. However, \TeX\ is able to prevent this
+in one frequently occurring case of recursion: tail recursion.
+
+In order to appreciate what goes on here, some background
+knowledge is needed. When \TeX\ starts executing a macro
+it absorbs the parameters, and places an item pointing to
+the replacement text on the input stack,
+\term input! stack\par
+so that the scanner will next be directed to
+this replacement. Once it has been processed, the item on the
+input stack can be removed.
+However, if the definition text
+of a macro contains further macros, this process will be
+repeated for them: new items may be placed on the input stack
+directing the scanner to other macros
+even before the first one has been completed.
+
+In general this `stack build-up' is a necessary evil, but
+it can be prevented if the nested macro call is the
+{\em last\/} token in the replacement text of the original
+macro. After the last token no further tokens need to be
+considered, so one might as well clear the top item
+from the input stack
+before a new one is put there.
+This is what \TeX\ does.
+
+The \csidx{loop} macro of plain \TeX\ provides a good illustration
+\label{loop:ex}
+of this principle. The definition is
+\begin{verbatim}
+\def\loop#1\repeat{\def\body{#1}\iterate}
+\def\iterate{\body \let\next=\iterate
+ \else \let\next=\relax\fi \next}
+\end{verbatim}
+and this macro can be called for example as follows:
+\begin{verbatim}
+\loop \message{\number\MyCount}
+ \advance\MyCount by 1
+ \ifnum\MyCount<100 \repeat
+\end{verbatim}
+The macro \cs{iterate} can call itself and, when it does so,
+the recursive call is performed by the last token in the list.
+It would have been possible to define \cs{iterate}
+as \begin{verbatim}
+\def\iterate{\body \iterate\fi}
+\end{verbatim}
+but then \TeX\ would not have been able to resolve the recursion
+as the call \cs{iterate} is not the last token in the replacement
+text of \cs{iterate}. Assigning \verb>\let\next=\iterate>
+is here a way to let
+the recursive call be the last token in the list.
+
+Another way of resolving tail recursion is to use
+\cs{expandafter} (see page~\pageref{after:cond}): in
+\begin{verbatim}
+\def\iterate{\body \expandafter\iterate\fi}
+\end{verbatim}
+it removes the \cs{fi} token.
+Tail recursion would also be resolved if the last
+tokens in the list were arguments for the
+recursive macro.
+
+An aside: by defining \cs{iterate} as
+\begin{verbatim}
+\def\iterate{\let\next\relax
+ \body \let\next\iterate \fi \next}
+\end{verbatim}
+it becomes possible to write
+\begin{verbatim}
+\loop ... \if... ... \else ... \repeat
+\end{verbatim}
+
+%\point Macro techniques
+\section{Macro techniques}
+
+%\spoint Unknown number of arguments
+\subsection{Unknown number of arguments}
+
+In some applications,
+\howto Macros with an undetermined number
+of arguments\par
+a macro is needed that can have a
+number of arguments that is not specified in advance.
+
+Consider the problem of translating a position on a chess board
+(for full macros and fonts, see~\cite{chess} and~\cite{Tut}),
+given like
+\begin{verbatim}
+\White(Ke1,Qd1,Na1,e2,f4)
+\end{verbatim}
+to a sequence of typesetting instructions
+\begin{verbatim}
+\WhitePiece{K}{e1} \WhitePiece{Q}{d1} \WhitePiece{N}{a1}
+\WhitePiece{P}{e2} \WhitePiece{P}{f4}
+\end{verbatim}
+Note that for pawns the `P' is omitted in the list of positions.
+
+The first problem is that the list of pieces
+is of variable length, so we append a terminator piece:
+\begin{verbatim}
+\def\White(#1){\xWhite#1,xxx,}
+\def\endpiece{xxx}
+\end{verbatim}
+for which we can test.
+Next, the macro \cs{xWhite} takes one position from the list,
+tests whether it is the terminator, and if not,
+subjects it to a test to see whether it is a pawn.
+\begin{verbatim}
+\def\xWhite#1,{\def\temp{#1}%
+ \ifx\temp\endpiece
+ \else \WhitePieceOrPawn#1XY%
+ \expandafter\xWhite
+ \fi}
+\end{verbatim}
+An \cs{expandafter} command is necessary to remove the
+\cs{fi} (see page~\pageref{after:cond}), so that
+\cs{xWhite} will get the next position as argument
+instead of \cs{fi}.
+
+Positions are either two or three characters long.
+The call to \cs{White\-Piece\-OrPawn}, a four-parameter macro,
+appended a terminator string \n{XY}.
+In the case of a pawn, therefore, argument~3 is the character~\n X
+and argument~4 is empty; for all other pieces argument~1
+is the piece, 2~and~3 are the position, and argument~4 is~\n X.
+\begin{verbatim}
+\def\WhitePieceOrPawn#1#2#3#4Y{
+ \if#3X \WhitePiece{P}{#1#2}%
+ \else \WhitePiece{#1}{#2#3}\fi}
+\end{verbatim}
+
+%\spoint Examining the argument
+\subsection{Examining the argument}
+
+It may be necessary in some cases to test whether a macro
+\howto Examine a macro argument for the presence of some element\par
+\howto Apply \cs{uppercase} when the argument has a \cs{footnote}\par
+argument contains some element. For a real-life example,
+consider the following (see also the \cs{DisplayEquation}
+\alt
+example on page~\pageref{left:display}).
+
+Suppose the title and author of an article are given as
+\begin{verbatim}
+\title{An angle trisector}
+\author{A.B. Cee\footnote*{Research supported by the
+Very Big Company of America}}
+\end{verbatim}
+with multiple authors
+given as
+\begin{verbatim}
+\author{A.B. Cee\footnote*{Supported by NSF grant 1}
+ \and
+ X.Y. Zee\footnote{**}{Supported by NATO grant 2}}
+\end{verbatim}
+Suppose further that the \cs{title} and \cs{author} macros
+are defined as
+\begin{verbatim}
+\def\title#1{\def\TheTitle{#1}} \def\author#1{\def\TheAuthor{#1}}
+\end{verbatim}
+which will be used as
+\begin{verbatim}
+\def\ArticleHeading{ ... \TheTitle ... \TheAuthor ... }
+\end{verbatim}
+
+For some journals it is required to
+have the authorship and the title of the article in all capitals.
+The implementation of this could be
+\begin{verbatim}
+\def\ArticleCapitalHeading
+ { ...
+ \uppercase\expandafter{\TheTitle}
+ ...
+ \uppercase\expandafter{\TheAuthor}
+ ...
+ }
+\end{verbatim}
+Now the \cs{expandafter} commands will expand the title and
+author into the actual texts, and the \cs{uppercase} commands
+will capitalize them. However, for the authors this is wrong,
+since the \cs{uppercase} command will also capitalize the
+footnote texts.
+The problem is then to uppercase only the parts
+of the title in between the footnotes.
+
+As a first attempt, let us take the case of one author, and
+let the basic call be
+\begin{verbatim}
+\expandafter\UCnoFootnote\TheAuthor
+\end{verbatim}
+This expands into
+\begin{verbatim}
+\UCnoFootnote A.B. Cee\footnote*{Supported ... }
+\end{verbatim}
+The macro
+\begin{verbatim}
+\def\UCnoFootnote#1\footnote#2#3{\uppercase{#1}\footnote{#2}{#3}}
+\end{verbatim}
+will analyse this correctly:
+\begin{verbatim}
+#1<-A.B. Cee
+#2<-*
+#3<-Supported ...
+\end{verbatim}
+However, if there is no footnote, this macro is completely wrong.
+
+As a first refinement we add a footnote ourselves, just to make
+sure that one is present:
+\begin{verbatim}
+\expandafter\UCnoFootnote\TheAuthor\footnote 00
+\end{verbatim}
+Now we have to test what kind of footnote we find:
+\begin{verbatim}
+\def\stopper{0}
+\def\UCnoFootnote#1\footnote#2#3{\uppercase{#1}\def\tester{#2}%
+ \ifx\stopper\tester
+ \else\footnote{#2}{#3}\fi}
+\end{verbatim}
+With \cs{ifx} we test the delimiter footnote sign against the
+actual sign encountered. Note that a solution with
+\begin{verbatim}
+\ifx0#2
+\end{verbatim}
+would be wrong if the footnote sign consists
+of more than one token, for instance~\verb>{**}>.
+
+The macro so far is correct if there was no footnote,
+but if there was one it is wrong:
+the terminating tokens remain to be disposed of.
+They are taken care of in the following version:
+\begin{verbatim}
+\def\stopper{0}
+\def\UCnoFootnote#1\footnote#2#3{\uppercase{#1}\def\tester{#2}%
+ \ifx\stopper\tester
+ \else\footnote{#2}{#3}\expandafter\UCnoFootnote
+ \fi}
+\end{verbatim}
+A repeated call to \cs{UCnoFootnote} removes the delimiter tokens
+(the \cs{expandafter} first removes the \cs{fi}),
+and as an added bonus, this macro is also correct for multiple
+authors.
+
+
+%\spoint Optional macro parameters with \cs{futurelet}
+\subsection{Optional macro parameters with \protect\cs{futurelet}}
+
+One standard application of \cs{futurelet} is implementing
+\howto Macros with optional parameters\par
+optional parameters of macros. The general course of action
+is as follows:
+\begin{verbatim}
+\def\Com{\futurelet\testchar\MaybeOptArgCom}
+\def\MaybeOptArgCom{\ifx[\testchar \let\next\OptArgCom
+ \else \let\next\NoOptArgCom \fi \next}
+\def\OptArgCom[#1]#2{ ... }\def\NoOptArgCom#1{ ... }
+\end{verbatim}
+Note that \cs{ifx} is used even though it tests
+for a character. The reason is of course that,
+if the optional argument is omitted, there might be an
+expandable control sequence behind the~\cs{Com}.
+
+The macro \cs{Com} now has one optional and one regular
+argument; it can be called as
+\begin{verbatim}
+\Com{argument}
+\end{verbatim}
+or as\begin{verbatim}
+\Com[optional]{argument}
+\end{verbatim}
+Often the call without the optional argument will insert some
+default value:
+\begin{disp}\verb>\def\NoOptArgCom#1{\OptArgCom[>%
+{\italic default\/}\verb>]{#1}}>\end{disp}
+This mechanism is widely used in formats such as \LaTeX\ and
+\LamsTeX; see also~\cite{svb:future}.
+
+
+
+%\spoint Two-step macros
+\subsection{Two-step macros}
+
+Often what looks to the user like one macro is in reality
+a two-step process, where one macro will set up conditions,
+and a second macro will do the work.
+
+As an example, here is
+a macro \cs{PickToEol}\label{pick:eol}
+\howto Take an input line as macro argument\par
+with an argument that is delimited by the line end.
+First we write a macro without arguments that
+changes the category code of the line end, and then
+calls the second macro.
+\begin{verbatim}
+\def\PickToEol{\begingroup\catcode`\^^M=12 \xPickToEol}
+\end{verbatim}
+The second macro can then take as an argument everything
+up to the end of the line:
+\begin{verbatim}
+\def\xPickToEol#1^^M{ ... #1 ... \endgroup}
+\end{verbatim}
+There is one problem with this definition: the \verb>^^M> character
+should have category~12. We arrive at the following:
+\begin{verbatim}
+\def\PickToEol{\begingroup\catcode`\^^M=12 \xPickToEol}
+{\catcode`\^^M=12 %
+ \gdef\xPickToEol#1^^M{ ... #1 ... \endgroup}%
+}
+\end{verbatim}
+where the category code of \verb>^^M> is changed for the
+sake of the definition of \cs{xPickToEol}. Note that
+the \verb>^^M> in \cs{PickToEol} occurs in a control symbol,
+so there the category code is irrelevant. Therefore that
+definition can be outside the group where the category code
+of \verb>^^M> is redefined.
+
+
+%\spoint A comment environment
+\subsection{ A comment environment}
+
+As an application of the above idea of two-step macros,
+\howto Comment environment\par
+and in order to illustrate tail recursion, here are
+macros for a `comment' environment.
+
+Often it is necessary to remove a part of \TeX\
+input temporarily. For this one would like to
+write \begin{verbatim}
+\comment
+...
+\endcomment
+\end{verbatim}
+The simplest implementation of this,
+\begin{verbatim}
+\def\comment#1\endcomment{}
+\end{verbatim}
+has a number of weaknesses. For instance,
+it cannot cope with outer macros or input that
+does not have balanced braces. Its worst
+shortcoming, however, is that it reads the complete
+comment text as a macro argument. This limits the size
+of the comment to that of \TeX's input buffer.
+
+It would be a better idea to take on the out-commented
+text one line at a time. For this we want to write
+a recursive macro with a basic structure
+\begin{verbatim}
+\def\comment#1^^M{ ... \comment }
+\end{verbatim}
+In order to be able to write this definition at all,
+the category code of the line end must be changed; as above
+\altt
+we will have
+\begin{verbatim}
+\def\comment{\begingroup \catcode`\^^M=12 \xcomment}
+{\catcode`\^^M=12 \endlinechar=-1 %
+ \gdef\xcomment#1^^M{ ... \xcomment}
+}
+\end{verbatim}
+Changing the \cs{endlinechar} is merely to
+prevent having to put comment characters at the end
+of every line of the definition.
+
+Of course, the process must stop at a certain time.
+To this purpose we investigate the line that was
+scooped up as macro argument:
+\begin{verbatim}
+{\catcode`\^^M=12 \endlinechar=-1 %
+ \gdef\xcomment#1^^M{\def\test{#1}
+ \ifx\test\endcomment \let\next=\endgroup
+ \else \let\next=\xcomment \fi
+ \next}
+}
+\end{verbatim}
+and we have to define \cs{endcomment}:
+\begin{verbatim}
+\def\endcomment{\endcomment}
+\end{verbatim}
+This command will never be executed: it is merely for purposes
+of testing whether the end of the environment has been reached.
+
+We may want to comment out text that is not syntactically
+correct. Therefore we switch to a verbatim mode
+\term verbatim mode\par
+when commenting. The following macro is given
+in plain \TeX:
+\begin{verbatim}
+\def\dospecials{\do\ \do\\\do\{\do\}\do\$\do\&%
+ \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~}
+\end{verbatim}
+We use it to define \cs{comment} as follows:
+\begin{verbatim}
+\def\makeinnocent#1{\catcode`#1=12 }
+\def\comment{\begingroup
+ \let\do=\makeinnocent \dospecials
+ \endlinechar`\^^M \catcode`\^^M=12 \xcomment}
+\end{verbatim}
+Apart from the possibility mentioned above of commenting
+out text that is not syntactically correct, for instance
+because of unmatched braces, this solution can handle
+outer macros. The former implementation of \cs{xcomment}
+would cause a \TeX\ error if one occurred in the comment text.
+
+However, using verbatim mode poses the problem of concluding the
+environment.
+\altt
+The final line of the comment is now not the control sequence
+\cs{endcomment}, but the characters constituting it. We have
+to test for these then:
+\begin{verbatim}
+{\escapechar=-1
+ \xdef\endcomment{\string\\endcomment}
+}
+\end{verbatim}
+The sequence \verb>\string\\> gives a backslash.
+We could not have used
+\begin{verbatim}
+\edef\endcomment{\string\endcomment}
+\end{verbatim}
+because
+the letters of the word \n{endcomment} would then have
+category code~12, instead of the 11 that the ones on the
+last line of the comment will have.
+
+%%%% end of input file [macro]
+
+%\InputFile:expand
+%%%% this is input file [expand]
+%\subject[expand] Expansion
+\endofchapter
+\chapter{Expansion}\label{expand}
+
+Expansion in \TeX\ is rather different from procedure calls
+\term expansion\par
+in most programming languages. This chapter treats the
+commands connected with expansion, and gives a number of
+(non-trivial) examples.
+
+\begin{inventory}
+\item [\cs{relax}]
+ Do nothing.
+
+
+\item [\cs{expandafter}]
+ Take the next two tokens and place the expansion of the
+ second after the first.
+
+\item [\cs{noexpand}]
+ Do not expand the next token.
+
+
+\item [\cs{edef}]
+ Start a macro definition;
+ the replacement text is expanded at definition time.
+
+
+\item [\cs{aftergroup}]
+ Save the next token for insertion after the current group.
+
+\item [\cs{afterassignment}]
+ Save the next token for execution after the next assignment
+ or macro definition.
+
+
+\item [\cs{the}]
+ Expand the value of various quantities in \TeX\ into a string
+ of character tokens.
+
+\end{inventory}
+
+
+%\point Introduction
+\section{Introduction}
+
+\TeX's expansion processor accepts a stream of tokens
+coming out of the input processor, and its result is
+again a stream of tokens, which it feeds to the execution
+processor. For the input processor there are two
+kinds of tokens: expandable and unexpandable ones.
+The latter category is passed untouched, and it contains
+largely assignments and typesettable material;
+the former category
+is expanded, and the result of that expansion is examined anew.
+
+%\point Ordinary expansion
+\section{Ordinary expansion}
+
+The following list gives those constructs
+that are expanded, unless
+expansion is inhibited:
+\begin{itemize}
+\item macros\label{expand:lijst}
+\term expansion!expandable control sequences\par
+\item conditionals
+\item \cs{number}, \cs{romannumeral}
+\item \cs{string}, \cs{fontname}, \cs{jobname},
+ \cs{meaning}, \cs{the}
+\item \verb,\csname ... \endcsname,
+\item \cs{expandafter}, \cs{noexpand}
+\item \cs{topmark}, \cs{botmark}, \cs{firstmark},
+ \cs{splitfirstmark}, \cs{splitbotmark}
+\item \cs{input}, \cs{endinput}
+\end{itemize}
+
+This is the list of all instances where
+expansion is inhibited:
+\begin{itemize}\label{noexp:list}
+\item when \TeX\ is reading a token to be defined by
+ \begin{itemize} \item a \gr{let assignment}, that is,
+ by \cs{let} or \cs{futurelet},
+ \item a \gr{shorthand definition}, that is,
+ by \cs{chardef} or \cs{mathchardef}, or a
+ \gr{register def}, that is, \cs{countdef},
+ \cs{dimendef}, \cs{skipdef}, \cs{muskipdef},
+ or~\cs{toksdef},
+ \item a \gr{definition}, that is a macro definition
+ with \cs{def}, \cs{gdef}, \cs{edef}, or~\cs{xdef},
+ \item the \gr{simple assignment}s \cs{read} and \cs{font};
+ \end{itemize}
+\item when a \gr{parameter text} or macro arguments
+ are being read; also when the replacement text of a
+ control sequence
+ being defined by \cs{def}, \cs{gdef}, or \cs{read}
+ is being read;
+\item when the token list for a \gr{token variable} or
+ \cs{uppercase}, \cs{lowercase}, or \cs{write}
+ is being read; however, the token list for \cs{write}
+ will be expanded later when it is shipped out;
+\item when tokens are being deleted during error recovery;
+\item when part of a conditional is being skipped;
+\item in two instances when \TeX\ has to know what follows
+ \begin{itemize}\item after a left quote in a context where
+ that is used to denote an integer (thus in
+ \verb-\catcode`\a- the \cs{a} is not expanded), or
+ \item after a math shift character that begins math mode
+ to see whether another math shift character follows (in which case
+ a display opens);
+ \end{itemize}
+\item when an alignment preamble is being scanned; however,
+ in this case a~token
+ preceded by \cs{span} and the tokens in a \cs{tabskip}
+ assignment are still expanded.
+\end{itemize}
+
+%\point Reversing expansion order
+\section{Reversing expansion order}
+
+Every once in a while you need to change the normal order of
+expansion of tokens. \TeX\ provides several mechanisms for
+this. Some of the control sequences in this section are
+not strictly concerned with expansion.
+
+%\spoint One step expansion: \cs{expandafter}
+\subsection{One step expansion: \protect\cs{expandafter}}
+
+The most obvious tool for reversed expansion order is
+\csidx{expandafter}. The sequence
+\begin{disp}\cs{expandafter}\gr{token$_1$}\gr{token$_2$}\end{disp}
+expands to \begin{disp}\gr{token$_1$}\gr{\italic the expansion of token$_2$}
+\end{disp}
+Note the following.
+\begin{itemize} \item If \gr{token$_2$} is a macro, it is replaced
+by its replacement text, not by its final expansion.
+Thus, if
+\begin{verbatim}
+\def\tokentwo{\ifsomecondition this \else that \fi}
+\def\tokenone#1{ ... }
+\end{verbatim}
+the call \begin{verbatim}
+\expandafter\tokenone\tokentwo
+\end{verbatim}
+will give \cs{ifsomecondition} as the parameter
+to \cs{tokenone}:
+\begin{verbatim}
+\tokenone #1-> ...
+#1<-\ifsomecondition
+\end{verbatim}
+\item If the \cs{tokentwo} is a macro with one or more
+parameters, sufficiently many subsequent tokens will be absorbed
+to form the replacement text.\end{itemize}
+
+%\spoint[expand:edef] Total expansion: \cs{edef}
+\subsection{Total expansion: \protect\cs{edef}}
+\label{expand:edef}
+
+Macros are usually defined by \cs{def}, but for the cases where
+one wants the replacement text to reflect current conditions
+(as opposed to conditions at the time of the call),
+there is an `expanding define', \csidx{edef}, which expands
+everything in the replacement text, before assigning it to the
+control sequence.
+
+\begin{example}\begin{verbatim}
+\edef\modedef{This macro was defined in
+ `\ifvmode vertical\else \ifmmode math
+ \else horizontal\fi\fi' mode}
+\end{verbatim}
+The mode tests will be executed at definition time, so the
+replacement text will be a single string.
+
+As a more useful example, suppose that in a file that will be
+\cs{input} the category code of the~\n@ will be changed.
+One could then write
+\begin{verbatim}
+\edef\restorecat{\catcode`@=\the\catcode`@}
+\end{verbatim}
+at the start, and
+\begin{verbatim}
+\restorecat
+\end{verbatim}
+at the end. See page~\pageref{store:cat}
+for a fully worked-out version of this.
+\end{example}
+
+Contrary to the `one step expansion' of
+\cs{expandafter}, the expansion inside an \cs{edef} is complete:
+it goes on
+until only unexpandable character and control sequence
+tokens remain.
+There are two exceptions to this total expansion:
+\begin{itemize} \item any control sequence preceded by \cs{noexpand}
+is not expanded, and,
+\item if \cs{sometokenlist} is a token list, the expression
+\begin{verbatim}
+\the\sometokenlist
+\end{verbatim}
+is expanded to the contents
+of the list, but the contents are not expanded
+any further (see Chapter~\ref{token} for examples).\end{itemize}
+
+On certain occasions the \cs{edef} can conveniently be
+abused, in the sense that one is not interested in defining
+a control sequence, but only in the result of the expansion.
+For example, with the definitions
+\alt
+\begin{verbatim}
+\def\othermacro{\ifnum1>0 {this}\else {that}\fi}
+\def\somemacro#1{ ... }
+\end{verbatim}
+the call\begin{verbatim}
+\expandafter\somemacro\othermacro
+\end{verbatim}
+gives the parameter assignment
+\begin{verbatim}
+#1<-\ifnum
+\end{verbatim}
+This can be repaired by calling
+\begin{verbatim}
+\edef\next{\noexpand\somemacro\othermacro}\next
+\end{verbatim}
+Conditionals are completely expanded inside an \cs{edef},
+so the replacement text of \cs{next} will consist of the sequence
+\begin{verbatim}
+\somemacro{this}
+\end{verbatim}
+and a~subsequent call to \cs{next} executes this statement.
+
+
+%\spoint \cs{afterassignment}
+\subsection{\protect\cs{afterassignment}}
+\label{sec:afterassignment}
+
+The \cstoidx afterassignment\par\ command
+takes one token and sets it aside for insertion
+in the token stream
+after the next assignment or macro definition.
+If the first assignment is of a~box
+ to a box register,
+the token will be inserted right after the opening
+\alt
+brace of the box (see page~\pageref{every:box:assign}).
+
+Only one token can be saved this way; a subsequent token
+saved by \cs{afterassignment} will override the first.
+
+Let us consider an example of the use of \cs{afterassignment}.
+It is often desirable to have a macro that will
+\begin{itemize} \item assign the argument to some variable, and then
+\item do a little calculation, based on the new value
+of the variable.\end{itemize}
+The following example illustrates the
+straightforward approach:
+\begin{verbatim}
+\def\setfontsize#1{\thefontsize=#1pt\relax
+ \baselineskip=1.2\thefontsize\relax}
+\setfontsize{10}
+\end{verbatim}
+A more elegant solution is possible using \cs{afterassignment}:
+\begin{verbatim}
+\def\setbaselineskip
+ {\baselineskip=1.2\thefontsize\relax}
+\def\fontsize{\afterassignment\setbaselineskip
+ \thefontsize}
+\fontsize=10pt
+\end{verbatim}
+Now the macro looks like an assignment: the equals sign
+is even optional. In reality its expansion
+ends with a variable to be assigned to. The control sequence
+\cs{setbaselineskip} is saved for execution after
+the assignment to \cs{thefontsize}.
+
+Examples of \cs{afterassignment} in plain \TeX\ are
+the \cs{magnification} and \cs{hglue} macros.
+See \cite{Maus} for another creative application of
+this command.
+
+%\spoint \cs{aftergroup}
+\subsection{\protect\cs{aftergroup}}
+
+Several tokens can be saved for insertion after the current
+\cstoidx aftergroup\par
+group with an \begin{disp}\cs{aftergroup}\gr{token}\end{disp} command.
+The tokens are inserted after the group in the sequence
+the \cs{aftergroup} commands were given in.
+The group can be delimited either by implicit or explicit
+braces, or by \cs{begingroup} and \cs{endgroup}.
+
+\begin{example}\begin{verbatim}
+{\aftergroup\a \aftergroup\b}
+\end{verbatim}
+is equivalent to \begin{verbatim}
+\a \b
+\end{verbatim}
+\end{example}
+
+This command has many applications. One can be found
+\alt
+in the \cs{textvcenter} macro on page~\pageref{text:vcenter};
+another one is provided
+by the footnote mechanism of plain \TeX.
+
+The footnote command of plain \TeX\ has the layout
+\label{footnote:ex}
+\begin{disp}\cs{footnote}\gr{footnote symbol}\lb\gr{footnote text}\rb
+\end{disp} which looks like a macro with two arguments.
+However, it is undesirable to scoop up the footnote text,
+since this precludes for
+instance category code changes in the footnote.
+
+What happens in the plain footnote macro is (globally) the following.
+\begin{itemize}\item The \cs{footnote} command opens
+an insert, \begin{verbatim}
+\def\footnote#1{ ...#1... %treat the footnote sign
+ \insert\footins\bgroup
+\end{verbatim}
+\item In the insert box a group is opened,
+and an \cs{aftergroup} command
+is given to close off the insert properly:
+\begin{verbatim}
+ \bgroup\aftergroup\@foot
+\end{verbatim}
+This command is meant to wind up after the closing brace of
+the text that the user typed to end the footnote text;
+the opening brace of the user's footnote text must
+be removed by
+\begin{verbatim}
+ \let\next=}%end of definition \footnote
+\end{verbatim}
+which assigns the next token, the brace, to \cs{next}.
+\item The footnote text is set as ordinary text
+in this insert box.
+\item After the footnote the command \cs{@foot}
+defined by \begin{verbatim}
+\def\@foot{\strut\egroup}
+\end{verbatim}
+will be executed.\end{itemize}
+
+
+%\point Preventing expansion
+\section{Preventing expansion}
+
+Sometimes it is necessary to prevent expansion in a place
+where it normally occurs. For this purpose the control
+sequences \csidx{string} and \csidx{noexpand} are available.
+
+The use of \cs{string} is rather limited, since it converts
+a control sequence token into a string of characters, with
+the value of \cs{escapechar} used for the character of
+category code~0. It is eminently suitable for use in a
+\cs{write}, in order to output a control sequence name
+(see also Chapter~\ref{io}); for another application see
+the explanation of \cs{newif} in Chapter~\ref{if}.
+
+All characters resulting from \cs{string} have category
+code~12, `other', except for space characters; they receive
+code~10. See also Chapter~\ref{char}.
+
+%\spoint \cs{noexpand}
+\subsection{\protect\cs{noexpand}}
+
+The \cs{noexpand} command is expandable, and its expansion
+is the following token. The meaning of that token is
+made temporarily equal to \cs{relax}, so that it cannot
+be expanded further.
+
+For \cs{noexpand} the most important application is probably
+in \cs{edef} commands (but in write statements it can often
+replace \cs{string}). Consider as an example
+\begin{verbatim}
+ \edef\one{\def\noexpand\two{\the\prevdepth}}
+\end{verbatim}
+Without the \cs{noexpand}, \TeX\ would try to expand
+\cs{two}, thus giving an `undefined control sequence' error.
+
+A (rather pointless)
+illustration of the fact that \cs{noexpand} makes the following
+token effectively into a \cs{relax} is
+\begin{verbatim}
+\def\a{b}
+\noexpand\a
+\end{verbatim}
+This will not produce any output, because the
+effect of the \cs{noexpand} is to make the control sequence
+\cs{a} temporarily equal to \cs{relax}.
+
+%\spoint \cs{noexpand} and active characters
+\subsection{\protect\cs{noexpand} and active characters}
+
+The combination \cs{noexpand}\gr{token} is
+\term character !active, and \cs{noexpand}\par
+equivalent to \cs{relax}, even if the token
+is an active character. Thus,
+\begin{verbatim}
+\csname\noexpand~\endcsname
+\end{verbatim}
+will not be the same as~\verb>\char`\~>.
+Instead it will give an error message, because
+unexpandable commands \ldash such as \cs{relax} \rdash are not allowed to appear
+in between \cs{csname} and \cs{endcsname}.
+The solution is to use \cs{string} instead; see page~\pageref{store:cat}
+for an example.
+
+In another context, however, the sequence
+\cs{noexpand}\gr{active character} is equivalent
+to the character, but in unexpandable form. This is
+when the conditionals \cs{if} and \cs{ifcat} are used
+(for an explanation of these, see Chapter~\ref{if}).
+Compare
+\begin{verbatim}
+\if\noexpand~\relax % is false
+\end{verbatim}
+where the character code of the tilde is tested, with
+\begin{verbatim}
+\def\a{ ... } \if\noexpand\a\relax % is true
+\end{verbatim}
+where two control sequences are tested.
+
+%\point \cs{relax}
+\section{\protect\cs{relax}}
+
+The control sequence \csidx{relax} cannot be expanded, but
+when it is executed nothing happens.
+
+This statement sounds a bit paradoxical, so consider
+an example. Let counters \begin{verbatim}
+\newcount\MyCount
+\newcount\MyOtherCount \MyOtherCount=2
+\end{verbatim}
+be given.
+In the assignment \begin{verbatim}
+\MyCount=1\number\MyOtherCount3\relax4
+\end{verbatim}
+the command \cs{number} is expandable, and \cs{relax} is not.
+When \TeX\ constructs the number that is to be assigned
+it will expand all commands, either until a non-digit is
+found, or until an unexpandable command is encountered.
+Thus it reads the~\n1; it expands the sequence \verb>\number\MyOtherCount>,
+which gives~\n2; it reads the~\n3; it sees the \cs{relax}, and
+as this is unexpandable it halts. The number to be assigned
+is then \n{123}, and the whole call has been expanded into
+\begin{verbatim}
+\MyCount=123\relax4
+\end{verbatim}
+Since the \cs{relax} token has no effect when it is executed,
+the result of this line is that \n{123} is assigned to
+\cs{MyCount}, and the digit 4 is printed.
+
+Another example of how \cs{relax} can be used to indicate
+the end of a command\label{fil:l:l}\ is
+\begin{verbatim}
+\everypar{\hskip 0cm plus 1fil }
+\indent Later that day, ...
+\end{verbatim}
+This will be misunderstood: \TeX\ will see
+\begin{verbatim}
+\hskip 0cm plus 1fil L
+\end{verbatim}
+and \hbox{\n{fil L}} is a~valid,
+if bizarre,
+way of writing \n{fill} (see Chapter~\ref{gramm}).
+One remedy is to write
+\begin{verbatim}
+\everypar{\hskip 0cm plus 1fil\relax}
+\end{verbatim}
+
+%\spoint[relax:cs] \cs{relax} and \cs{csname}
+\subsection{\cs{relax} and \cs{csname}}
+\label{relax:cs}
+
+If a \verb-\csname ... \endcsname- command forms the name
+of a previously undefined control sequence,
+that control sequence is made equal to \cs{relax},
+and the whole statement is also equivalent to \cs{relax}
+(see also page~\pageref{cs:name}).
+
+However, this assignment of \cs{relax} is
+\altt
+only local:
+\begin{verbatim}
+{\xdef\test{\expandafter\noexpand\csname xx\endcsname}}
+\test
+\end{verbatim}
+gives an error message for an
+undefined control sequence~\cs{xx}.
+
+Consider as an example the \LaTeX\ environments,
+which are delimited by \begin{verbatim}
+\begin{...} ... \end{...}
+\end{verbatim}
+The begin and end commands are (in essence)
+defined as follows:
+\begin{verbatim}
+\def\begin#1{\begingroup\csname#1\endcsname}
+\def\end#1{\csname end#1\endcsname \endgroup}
+\end{verbatim}
+Thus, for the list environment the commands
+\cs{list} and \cs{endlist} are defined, but any
+command can be used as an environment name,
+even if no corresponding \cs{end...} has been defined.
+For instance, \begin{verbatim}
+\begin{it} ... \end{it}
+\end{verbatim}
+is equivalent to
+\begin{verbatim}
+\begingroup\it ... \relax\endgroup
+\end{verbatim}
+See page~\pageref{begin:end:macros} for the rationale
+behind using \cs{begingroup} and \cs{endgroup}
+instead of \cs{bgroup} and \cs{egroup}.
+
+%\spoint Preventing expansion with \cs{relax}
+\subsection{Preventing expansion with \cs{relax}}
+
+Because \cs{relax}
+cannot be expanded, a control sequence can be prevented
+from being expanded (for instance in an \cs{edef} or a \cs{write})
+by making it temporarily equal to \cs{relax}:
+\begin{verbatim}
+{\let\somemacro=\relax \write\outfile{\somemacro}}
+\end{verbatim}
+will write the string `\cs{somemacro}' to an output file.
+It would write the expansion
+of the macro \cs{somemacro} (or give an error message
+if the macro is undefined) if the \cs{let} statement
+had been omitted.
+
+%\spoint[bump:relax] \TeX\ inserts a \cs{relax}
+\subsection{\TeX\ inserts a \cs{relax}}
+\label{bump:relax}
+
+\TeX\ itself inserts \cs{relax} on some occasions.
+For instance, \cs{relax} is inserted if \TeX\ encounters an
+\cs{or}, \cs{else}, or~\cs{fi} while still determining
+the extent of the test.
+\begin{example}
+\begin{verbatim}
+\ifvoid1\else ... \fi
+\end{verbatim}
+is changed into
+\begin{verbatim}
+\ifvoid1\relax \else ...\fi
+\end{verbatim}
+internally.
+\end{example}
+
+Similarly, if one of the tests \cs{if}, \cs{ifcat}
+is given only one comparand, as in \begin{verbatim}
+\if1\else ...
+\end{verbatim}
+a \cs{relax} token is inserted. Thus this test
+is equivalent to \begin{verbatim}
+\if1\relax\else ...
+\end{verbatim}
+
+Another place where \cs{relax} is used is the following.
+While a control sequence is being defined in a \gr{shorthand
+definition} \ldash that is, a \gr{registerdef} or \cs{chardef}
+or \cs{mathchardef} \rdash its meaning is temporarily made
+equal to \cs{relax}. This makes it possible to write
+\verb>\chardef\foo=123\foo>.
+
+%\spoint The value of non-macros; \cs{the}
+\subsection{The value of non-macros; \cs{the}}
+
+Expansion is a precisely defined activity in \TeX.
+\cstoidx the\par
+The full list of tokens that can be expanded
+was given above.
+Other tokens than those in the above list may have an `expansion'
+in an informal sense. For instance one may wish to `expand'
+the \cs{parindent} into its value, say~\n{20pt}.
+
+Converting the value of (among others) an
+\gr{integer parameter}, a \gr{glue parameter},
+\gr{dimen parameter} or a \gr{token parameter}
+into a string of character tokens is done by the expansion processor.
+The command \cs{the}
+is expanded whenever expansion is not inhibited,
+and it takes the value of various sorts of parameters.
+Its result (in most cases)
+is a string of tokens of category~12, except
+that spaces have category code~10.
+
+Here is the list of everything that can be prefixed with \cs{the}.
+\begin{description}\item [\gr{parameter} or \gr{register}]
+If the parameter or register is of type integer, glue, dimen
+or muglue,
+its value is given as a string of character tokens;
+if it is of type token list (for instance
+\cs{everypar} or \cs{toks5}), the result is a string of tokens.
+Box registers are excluded here.
+\item [\gr{codename}\gr{8-bit number}]
+See page~\pageref{codename}.
+\item [\gr{special register}]
+The integer registers \cs{prevgraf}, \cs{deadcycles}, \cs{insertpenalties}
+\cs{inputlineno}, \cs{badness}, \cs{parshape}, \cs{spacefactor}
+(only in horizontal mode), or \cs{prevdepth} (only in vertical mode).
+The dimension registers \cs{pagetotal}, \cs{pagegoal}, \cs{pagestretch},
+\cs{pagefilstretch}, \cs{pagefillstretch}, \cs{pagefilllstretch},
+\cs{pageshrink}, or \cs{pagedepth}.
+\item [Font properties:]
+\cs{fontdimen}\gr{parameter number}\gr{font},
+\cs{skew\-char}\gr{font},
+\cs{hy\-phen\-char}\gr{font}.
+\item [Last quantities:]
+\cs{lastpenalty}, \cs{lastkern}, \cs{lastskip}.
+\item [\gr{defined character}]
+Any control sequence defined by \cs{chardef} or \cs{mathchardef};
+the result is the decimal value.
+\end{description}
+In some cases \cs{the} can give a control sequence token
+or list of such tokens.
+\begin{description}\item [\gr{font}]
+The result is the control sequence that stands for the
+font.
+\item [\gr{token variable}]
+Token list registers and \gr{token parameter}s can be prefixed
+with \cs{the}; the result is their contents.
+\end{description}
+
+Let us consider an example of the use of \cs{the}.
+If in a file that is to be \cs{input} the
+category code of a character, say the at~sign, is changed,
+one could write
+\begin{verbatim}
+\edef\restorecat{\catcode`@=\the\catcode`@}
+\end{verbatim}
+and call \cs{restorecat} at the end of the file.
+If the category code was~11, \cs{restorecat}
+is defined equivalent to \begin{verbatim}
+\catcode`@=11
+\end{verbatim}
+See page~\pageref{store:cat} for more elaborate macros
+for saving and restoring catcodes.
+
+
+%\point Examples
+\section{Examples}
+
+%\spoint Expanding after
+\subsection{Expanding after}
+
+The most obvious use of \cs{expandafter} is to reach over
+a control sequence:
+\begin{verbatim}
+\def\stepcounter
+ #1{\expandafter\advance\csname
+ #1:counter\endcsname 1\relax}
+\stepcounter{foo}
+\end{verbatim}
+Here the \cs{expandafter} lets the \cs{csname} command form
+the control sequence \cs{foo:counter}; after \cs{expandafter}
+is finished the statement has reduced to
+\begin{verbatim}
+\advance\foo:counter 1\relax
+\end{verbatim}
+It is possible to reach over tokens other than control sequences: in
+\begin{verbatim}
+\uppercase\expandafter{\romannumeral \year}
+\end{verbatim}
+it expands \cs{romannumeral} on the other side of the opening
+brace.
+
+You can expand after two control sequences:
+\begin{verbatim}
+\def\globalstepcounter
+ #1{\expandafter\global\expandafter\advance
+ \csname #1:counter\endcsname 1\relax}
+\end{verbatim}
+If you think of \cs{expandafter} as reversing the evaluation
+order of {\sl two\/} control sequences, you can reverse
+{\sl three\/} by
+\begin{verbatim}
+\expandafter\expandafter\expandafter\a\expandafter\b\c
+\end{verbatim}
+which reaches across the three control sequences
+\begin{verbatim}
+ \expandafter \a \b
+\end{verbatim}
+to expand \cs{c} first.
+
+There is even an unexpected use for \cs{expandafter} in
+conditionals;
+with \begin{verbatim}
+\def\bold#1{{\bf #1}}
+\end{verbatim}
+the sequence \begin{verbatim}
+\ifnum1>0 \bold \fi {word}
+\end{verbatim}
+will not give a boldface `word', but
+\begin{verbatim}
+\ifnum1>0 \expandafter\bold \fi {word}
+\end{verbatim}
+will.
+The \cs{expandafter} lets \TeX\ see the \cs{fi} and remove it
+before it tackles the macro \cs{bold}
+(see also page~\pageref{after:cond}).
+
+%\spoint Defining inside an \cs{edef}
+\subsection{Defining inside an \cs{edef}}
+
+There is one \TeX\ command that is executed instead of
+expanded that is worth pointing out explicitly:
+the primitive command \cs{def} (and all other \gr{def} commands)
+is not expanded.
+
+Thus the call
+\begin{verbatim}
+\edef\next{\def\thing{text}}
+\end{verbatim}
+will give an `undefined
+control sequence' for \cs{thing}, even though after
+\cs{def} expansion is ordinarily inhibited (see page~\pageref{noexp:list}).
+After \begin{verbatim}
+\edef\next{\def\noexpand\thing{text}}
+\end{verbatim}
+the `meaning' of \cs{next} will be \begin{verbatim}
+macro: \def \thing {text}
+\end{verbatim}
+The definition \begin{verbatim}
+\edef\next{\def\noexpand\thing{text}\thing}
+\end{verbatim}
+will again give an `undefined control sequence' for \cs{thing}
+(this time on its second occurrence),
+as it will only be defined when \cs{next} is called,
+not when \cs{next} is defined.
+
+
+%\spoint[expand:write] Expansion and \cs{write}
+\subsection{Expansion and \cs{write}}
+\label{expand:write}
+
+The argument token list of \csidx{write} is treated in much
+the same way as the replacement text of an \cs{edef};
+that is, expandable control sequences and active characters
+are completely expanded. Unexpandable control sequences
+are treated by \cs{write} as if they are prefixed
+by \cs{string}.
+
+Because of the expansion performed by \cs{write},
+some care has to be taken when outputting control
+sequences with \cs{write}.
+Even more complications arise from the fact that
+the expansion of the argument of \cs{write} is only performed
+when it is shipped out. Here follows a worked-out
+example.
+
+Suppose \cs{somecs} is a macro, and you
+want to write the string
+\begin{disp}\verb-\def\othercs-\lb {\italic the expansion of \cs{somecs}}\rb
+\end{disp}
+to a file.
+
+The first attempt is
+\begin{verbatim}
+\write\myfile{\def\othercs{\somecs}}
+\end{verbatim}
+This gives an error `undefined control sequence' for \cs{othercs},
+\altt
+because the \cs{write} will try to expand that token.
+Note that the \cs{somecs} is also expanded,
+so that part is right.
+
+The next attempt is
+\begin{verbatim}
+\write\myfile{\def\noexpand\othercs{\somecs}}
+\end{verbatim}
+This is almost right, but not quite. The
+statement written is
+\begin{disp}\verb>\def\othercs>\lb{\italic expansion of \cs{somecs}}\rb\end{disp}
+which looks right.
+
+However, writes \ldash and the expansion of their argument \rdash
+are not executed
+on the spot, but saved until the part of the page on which
+they occur is shipped out (see Chapter~\ref{io}).
+So, in the meantime, the value of \cs{somecs} may have
+changed. In other words, the value written may not be the
+value at the time the \cs{write} command was given.
+Somehow, therefore, the current expansion must be
+inserted in the write command.
+
+The following is an attempt at repair:
+\begin{verbatim}
+\edef\act{\write\myfile{\def\noexpand\othercs{\somecs}}}
+\act
+\end{verbatim}
+Now the write command will be
+\begin{disp}\verb>\write\myfile{\def\othercs{>\italic value of\/
+ \verb>\somecs}}>\end{disp}
+The \cs{noexpand} prevented the \cs{edef} from expanding
+the \cs{othercs}, but after the definition it has disappeared,
+so that execution of the write will again give an undefined control
+sequence. The final solution is
+\begin{verbatim}
+\edef\act{\write\myfile
+ {\def \noexpand\noexpand \noexpand\othercs{\somecs}}}
+\act
+\end{verbatim}
+In this case the write command caused by the expansion of \cs{act}
+will be
+\begin{disp}\verb>\write\myfile{\def\noexpand\othercs>\lb
+ {\italic current value of \cs{somecs}}\rb\end{disp}
+and the string actually written is
+\begin{disp}\verb>\def\othercs>\lb
+ {\italic current value of \cs{somecs}}\rb\end{disp}
+This mechanism is the basis for cross-referencing
+macros in several macro packages.
+
+
+%\spoint Controlled expansion inside an \cs{edef}
+\subsection{Controlled expansion inside an \cs{edef}}
+
+Sometimes you may need an \cs{edef} to evaluate current
+\howto Control expansion inside an \cs{edef}\par
+conditions, but you want to expand something in the replacement
+text only to a certain level. Suppose that
+\begin{verbatim}
+\def\a{\b} \def\b{c} \def\d{\e} \def\e{f}
+\end{verbatim}
+is given, and you want to define \cs{g} as \cs{a} expanded
+one step, followed by \cs{d} fully expanded. The following
+works:
+\begin{verbatim}
+\edef\g{\expandafter\noexpand\a \d}
+\end{verbatim}
+Explanation: the \cs{expandafter} reaches over the \cs{noexpand}
+to expand \cs{a} one step, after which the
+sequence \verb-\noexpand\b- is left.
+
+This trick comes in handy when you need to
+construct a control sequence with \cs{csname} inside
+an \cs{edef}. The following sequence inside an \cs{edef}
+\begin{verbatim}
+\expandafter\noexpand\csname name\endcsname
+\end{verbatim}
+will expand exactly to \cs{name}, but not further.
+As an example, suppose
+\begin{verbatim}
+\def\condition{true}
+\end{verbatim}
+has been given, then
+\begin{verbatim}
+\edef\setmycondition{\expandafter\noexpand
+ \csname mytest\condition\endcsname}
+\end{verbatim}
+will let \cs{setmycondition} expand to \cs{mytesttrue}.
+
+%\spoint Multiple prevention of expansion
+\subsection{Multiple prevention of expansion}
+
+As was pointed out above, prefixing a command with
+\cs{noexpand} prevents its expansion in commands
+such as \cs{edef} and~\cs{write}. However, if a sequence of tokens
+passes through more than one expanding command
+stronger measures are needed.
+
+The following trick can be used:
+in order to protect a command against expansion
+it can be prefixed with \csidx{protect}.
+During the stages of processing where expansion is
+not desired the definition of \cs{protect} is
+\begin{verbatim}
+\def\protect{\noexpand\protect\noexpand}
+\end{verbatim}
+Later on, when the command is actually needed,
+\cs{protect} is defined as
+\begin{verbatim}
+\def\protect{}
+\end{verbatim}
+
+Why does this work? The expansion of
+\begin{verbatim}
+\protect\somecs
+\end{verbatim}
+is at first
+\begin{verbatim}
+\noexpand\protect\noexpand\somecs
+\end{verbatim}
+Inside an \cs{edef} this sequence is expanded further,
+and the subsequent expansion is
+\begin{verbatim}
+\protect\somecs
+\end{verbatim}
+That is, the expansion is equal to the original sequence.
+
+
+%\spoint More examples with \cs{relax}
+\subsection{More examples with \cs{relax}}
+
+Above, a first example was given in which \cs{relax} served
+to prevent \TeX\ from scanning too far.
+Here are some more examples, using \cs{relax} to bound
+numbers.
+
+After
+\begin{verbatim}
+\countdef\pageno=0 \pageno=1
+\def\Par{\par\penalty200}
+\end{verbatim}
+the sequence \begin{verbatim}
+\Par\number\pageno
+\end{verbatim}
+is misunderstood as
+\begin{verbatim}
+\par\penalty2001
+\end{verbatim}
+In this case it is sufficient to define
+\begin{verbatim}
+\def\Par{\par\penalty200 }
+\end{verbatim}
+as an \gr{optional space} is allowed to follow a number.
+
+Sometimes, however, such a simple escape is not possible.
+Consider the definition
+\begin{verbatim}
+\def\ifequal#1#2{\ifnum#1=#2 1\else 0\fi}
+\end{verbatim}
+The question is whether the space after \verb-#2-
+is necessary, superfluous, or simply wrong.
+Calls such as \verb-\ifequal{27}{28}- that compare two
+numbers (denotations) will correctly give \n1 or~\n0,
+and the space is necessary to prevent misinterpretation.
+
+However, \verb-\ifequal\somecounter\othercounter- will
+give \n{\char 32 1} if the counters are equal; in this
+case the space could have been dispensed with.
+The solution that works in both cases is
+\begin{verbatim}
+\def\ifequal#1#2{\ifnum#1=#2\relax 1\else 0\fi}
+\end{verbatim}
+Note that \cs{relax} is not expanded, so
+\begin{verbatim}
+\edef\foo{1\ifequal\counta\countb}
+\end{verbatim}
+will define \cs{foo} as either \verb-1\relax1- or~\n{10}.
+
+%\spoint[store:cat] Example: category code saving and restoring
+\subsection{Example: category code saving and restoring}
+\label{store:cat}
+
+In many applications it is necessary to change
+\howto Save and restore category codes\par
+the category code of a certain character during the
+execution of some piece of code. If the writer of
+that code is also the writer of the surrounding code,
+s/he can simply change the category code back and forth.
+However, if the surrounding code is by another author,
+the value of the category code will have to be stored
+and restored.
+
+Thus one would like to write
+\begin{verbatim}
+\storecat@
+... some code ...
+\restorecat@
+\end{verbatim}
+or maybe \begin{verbatim}
+\storecat\%
+\end{verbatim}
+for characters that
+are possibly a comment character (or ignored or invalid).
+\alt
+The basic idea is to define
+\begin{verbatim}
+\def\storecat#1{%
+ \expandafter\edef\csname restorecat#1\endcsname
+ {\catcode`#1=\the\catcode`#1}}
+\end{verbatim}
+so that, for instance, \verb>\storecat$> will define
+the single control sequence `\verb>\restorecat$>'
+(one control sequence) as \begin{verbatim}
+\catcode`$=3
+\end{verbatim}
+The macro \cs{restorecat} can then be implemented as
+\begin{verbatim}
+\def\restorecat#1{%
+ \csname restorecat#1\endcsname}
+\end{verbatim}
+Unfortunately, things are not so simple.
+
+The problems occur with active characters, because these
+are expanded inside the \verb>\csname ... \endcsname> pairs.
+One might be tempted to write \verb>\noexpand#1> everywhere,
+but this is wrong. As was explained above, this is essentially
+equal to \cs{relax}, which is unexpandable, and will therefore
+lead to an error message when it appears between
+\cs{csname} and \cs{endcsname}. The proper solution is then
+to use \verb>\string#1>. For the case where the argument
+was given as a control symbol (for example~\verb>\%>),
+the escape character has to be switched off for a while.
+
+Here are the complete macros. The \cs{storecat} macro
+gives its argument a default category code of~12.
+\begin{verbatim}
+\newcount\tempcounta % just a temporary
+\def\csarg#1#2{\expandafter#1\csname#2\endcsname}
+\def\storecat#1%
+ {\tempcounta\escapechar \escapechar=-1
+ \csarg\edef{restorecat\string#1}%
+ {\catcode`\string#1=
+ \the\catcode\expandafter`\string#1}%
+ \catcode\expandafter`\string#1=12\relax
+ \escapechar\tempcounta}
+\def\restorecat#1%
+ {\tempcounta\escapechar \escapechar=-1
+ \csname restorecat\string#1\endcsname
+ \escapechar\tempcounta}
+\end{verbatim}
+
+%\spoint Combining \cs{aftergroup} and boxes
+\subsection{Combining \cs{aftergroup} and boxes}
+
+%\tracingmacros=2 \tracingcommands=2
+At times, one wants to construct a box and immediately
+after it has been constructed to
+do something with it. The \cs{aftergroup} command
+can be used to put both the commands creating the box,
+and the ones handling it, in one macro.
+
+As an example, here is a macro
+\cs{textvcenter}\label{text:vcenter}\
+which defines a variant of the \cs{vcenter} box
+\howto \cs{vcenter} outside math mode\par
+(see page~\pageref{vcenter}\label{tvcenter})
+that can be used outside math mode.
+\begin{verbatim}
+\def\textvcenter
+ {\hbox \bgroup$\everyvbox{\everyvbox{}%
+ \aftergroup$\aftergroup\egroup}\vcenter}
+\end{verbatim}
+The idea is that the macro inserts \verb>\hbox {$>,
+and that the matching \verb>$}> gets inserted
+by the \cs{aftergroup} commands. In order to get the
+\cs{aftergroup} commands inside the box, an
+\cs{everyvbox} command is used.
+
+This macro can even be used with a \gr{box specification}
+(see page~\pageref{box:spec}), for example
+\begin{verbatim}
+\textvcenter spread 8pt{\hbox{a}\vfil\hbox{b}}
+\end{verbatim}
+and because it is really just an \cs{hbox}, it can also
+be used in a \cs{setbox} assignment.
+
+%\spoint More expansion
+\subsection{More expansion}
+
+There is a particular charm to macros that work
+purely by expansion. See the articles by
+\cite{E2}, \cite{Jeffrey:lists}, and~\cite{Maus2}.
+
+%%%% end of input file [expand]
+
+%\InputFile:ifelsefi
+%%%% this is input file [ifelsefi]
+%\subject[if] Conditionals
+\endofchapter
+\chapter{Conditionals}\label{if}
+
+Conditionals are an indispensible tool for powerful macros.
+\term conditional\par
+\TeX\ has a large repertoire of conditionals for querying
+such things as category codes or processing modes.
+This chapter gives an inventory of the various conditionals,
+and it treats the evaluation of
+conditionals in detail.
+
+\begin{inventory}
+\item [\cs{if}]
+ Test equality of character codes.
+
+\item [\cs{ifcat}]
+ Test equality of category codes.
+
+\item [\cs{ifx}]
+ Test equality of macro expansion, or equality of character code and
+ category code.
+
+\item [\cs{ifcase}]
+ Enumerated case statement.
+
+\item [\cs{ifnum}]
+ Test relations between numbers.
+
+\item [\cs{ifodd}]
+ Test whether a number is odd.
+
+\item [\cs{ifhmode}]
+ Test whether the current mode is (possibly restricted) horizontal mode.
+
+\item [\cs{ifvmode}]
+ Test whether the current mode is (possibly internal) vertical mode.
+
+\item [\cs{ifmmode}]
+ Test whether the current mode is (possibly display) math mode.
+
+\item [\cs{ifinner}]
+ Test whether the current mode is an internal mode.
+
+\item [\cs{ifdim}]
+ Compare two dimensions.
+
+\item [\cs{ifvoid}]
+ Test whether a box register is empty.
+
+\item [\cs{ifhbox}]
+ Test whether a box register contains a horizontal box.
+
+\item [\cs{ifvbox}]
+ Test whether a box register contains a vertical box.
+
+\item [\cs{ifeof}]
+ Test for end of input stream or non-existence of file.
+
+\item [\cs{iftrue}]
+ A test that is always true.
+\item [\cs{iffalse}]
+ A test that is always false.
+\item [\cs{fi}]
+ Closing delimiter for all conditionals.
+
+\item [\cs{else}]
+ Select \gr{false text} of a conditional
+ or default case of \cs{ifcase}.
+
+\item [\cs{or}]
+ Separator for entries of an \cs{ifcase}.
+
+\item [\cs{newif}]
+ Create a new test.
+
+\end{inventory}
+
+%\point The shape of conditionals
+\section{The shape of conditionals}
+
+Conditionals in \TeX\ have one of the following two forms
+\cstoidx else\par\cstoidx fi\par
+\begin{disp}\cs{if...}\gr{test tokens}\gr{true text}\cs{fi}\nl
+ \cs{if...}\gr{test tokens}\gr{true text}\cs{else}%
+ \gr{false text}\cs{fi}\end{disp}
+where the \gr{test tokens} are zero or more tokens, depending on
+the particular conditional; the \gr{true text} is a series of tokens
+to be processed if the test turns out true, and the \gr{false text}
+is a series of tokens to be processed if the test turns out false.
+Both the \gr{true text} and the \gr{false text} can be empty.
+
+The exact process of how \TeX\ expands conditionals is treated
+below.
+
+%\point Character and control sequence tests
+\section{Character and control sequence tests}
+
+Three tests exist for testing character tokens and
+control sequence tokens.
+
+%\spoint \cs{if}
+\subsection{\cs{if}}
+
+Equality of character codes can be tested by
+\cstoidx if\par
+\begin{Disp}\cs{if}\gr{token$_1$}\gr{token$_2$}\end{Disp}
+In order to allow the tokens to be control sequences,
+\TeX\ assigns character code~256 to control sequences,
+the lowest positive number that is not the character code of a
+character token (remember that the legal character codes
+are~0--255).
+
+Thus all control sequences are equal as far as \cs{if} is
+concerned, and they are unequal to all character tokens.
+As an example, this fact can be used to define
+\howto Test whether a token is a control sequence\par
+\begin{verbatim}
+\def\ifIsControlSequence#1{\if\noexpand#1\relax}
+\end{verbatim}
+which tests whether a token is a control sequence token
+instead of a character token (its result is unpredictable
+if the argument is a \verb>{...}> group).
+
+After \cs{if} \TeX\ will expand until two unexpandable
+tokens are obtained, so it is necessary to prefix
+expandable control sequences and active characters
+with \cs{noexpand} when testing them with~\cs{if}.
+
+\begin{example} After
+\begin{verbatim}
+\catcode`\b=13 \catcode`\c=13 \def b{a} \def c{a} \let\d=a
+\end{verbatim}
+we find that
+\begin{tdisp}
+\verb-\if bc- is true, because both \n b and \n c expand to \n a,\nl
+\verb-\if\noexpand b\noexpand c- is false, and\nl
+\verb-\if b\d- is true because \n{b} expands to the character~\n{a},
+ and \cs{d} is an implicit character token~\n{a}.
+\end{tdisp}
+\end{example}
+
+%\spoint \cs{ifcat}
+\subsection{\cs{ifcat}}
+
+The \cs{if} test ignores category codes; these can be tested
+\cstoidx ifcat\par
+by \begin{Disp}\cs{ifcat}\gr{token$_1$}\gr{token$_2$}\end{Disp}
+
+This test is a lot like \cs{if}: \TeX\ expands after it
+until unexpandable tokens remain. For this test
+control sequences
+are considered to have category code~16
+(ordinarily, category codes are in the range~0--15), which makes them
+all equal to each other, and different from all character
+tokens.
+
+%\spoint \cs{ifx}
+\subsection{\protect\cs{ifx}}
+
+Equality of tokens is tested in a stronger sense than
+\cstoidx ifx\par
+the above by \begin{Disp}\cs{ifx}\gr{token$_1$}\gr{token$_2$}\end{Disp}
+
+\begin{itemize}\item Character tokens are equal for \cs{ifx} if
+they have the same character code and category code.
+ \item Control sequence tokens are equal if they represent the
+same \TeX\ primitive, or have been similarly defined by
+\cs{font}, \cs{countdef}, or some such. For example,
+\begin{verbatim}
+\let\boxhor=\hbox \ifx\boxhor\hbox %is true
+\font\a=cmr10 \font\b=cmr10 \ifx\a\b %is true
+\end{verbatim}
+\item Control sequences are also equal if they are
+macros with the same parameter text and replacement text,
+and the same status with respect to \cs{outer} and~\cs{long}.
+For example,
+\begin{verbatim}
+\def\a{z} \def\b{z} \def\c1{z} \def\d{\a}
+\ifx\a\b %is true
+\ifx\a\c %is false
+\ifx\a\d %is false
+\end{verbatim}
+\end{itemize}
+
+Tokens following this test are not expanded.
+
+By way of example of the use of \cs{ifx} consider string testing.
+A simple implementation of string testing in \TeX\ is as follows:
+\begin{verbatim}
+\def\ifEqString#1#2{\def\testa{#1}\def\testb{#2}%
+ \ifx\testa\testb}
+\end{verbatim}
+The two strings are used as the replacement text of two macros,
+and equality of these macros is tested.
+This is about as efficient as string testing can get:
+\TeX\ will traverse the definition texts of the
+macros \cs{testa} and \cs{testb}, which has precisely the
+right effect.
+
+As another example, one can test whether a control sequence is defined
+by\howto Test whether a control sequence is (un)defined\par
+\begin{verbatim}
+\def\ifUnDefinedCs#1{\expandafter
+ \ifx\csname#1\endcsname\relax}
+\ifUnDefinedCs{parindent} %is not true
+\ifUnDefinedCs{undefined} %is (one hopes) true
+\end{verbatim}
+This uses the fact that a \verb>\csname...\endcsname> command
+is equivalent to \cs{relax} if the control sequence
+has not been defined before. Unfortunately, this test also
+turns out true if a control sequence has been \cs{let} to
+\cs{relax}.
+
+%\point Mode tests
+\section{Mode tests}
+
+In order to determine in which of the six modes
+(see Chapter~\ref{hvmode}) \TeX\
+is currently operating, the tests \csidx{ifhmode},
+\csidx{ifvmode}, \csidx{ifmmode}, and~\csidx{ifinner}
+are available.
+
+\begin{itemize}\item\cs{ifhmode} is true if \TeX\ is in horizontal mode
+or restricted horizontal mode.
+\item\cs{ifvmode} is true if \TeX\ is in vertical mode or
+internal vertical mode.
+\item\cs{ifmmode} is true if \TeX\ is in math mode or display
+math mode.\end{itemize}
+
+The \cs{ifinner} test is true if \TeX\ is in any of the three
+internal modes: restricted horizontal mode, internal vertical
+mode, and non-display math mode.
+
+%\point Numerical tests
+\section{Numerical tests}
+
+Numerical relations between \gr{number}s can be tested
+\cstoidx ifnum\par
+with \begin{disp}\cs{ifnum}\gr{number$_1$}\gr{relation}%
+\gr{number$_2$}\end{disp}
+where the relation is a character \n{<}, \n{=}, or~\n{>},
+of category~12.
+
+Quantities such as glue can be used as a number here
+through the conversion to scaled points, and \TeX\
+will expand in order to arrive at the two \gr{number}s.
+
+Testing for odd or even numbers can be done with \csidx{ifodd}:
+the test\begin{disp}\cs{ifodd}\gr{number}\end{disp}
+is true if the \gr{number} is odd.
+
+%\point Other tests
+\section{Other tests}
+
+%\spoint Dimension testing
+\subsection{Dimension testing}
+
+Relations between \gr{dimen} values (Chapter~\ref{glue})
+can be tested with
+\csidx{ifdim} using the same three relations as in \cs{ifnum}.
+
+%\spoint Box tests
+\subsection{Box tests}
+
+Contents of box registers (Chapter~\ref{boxes}) can be tested with
+\cstoidx ifhbox\par\cstoidx ifvbox\par\cstoidx ifvoid\par
+\begin{disp}\cs{ifvoid}\gr{8-bit number}\end{disp}
+which is true if the register contains no box,
+\begin{disp}\cs{ifhbox}\gr{8-bit number}\end{disp}
+which is true if the register contains a horizontal box, and
+\begin{disp}\cs{ifvbox}\gr{8-bit number}\end{disp}
+which is true if the register contains a vertical box.
+
+%\spoint I{/}O tests
+\subsection{I{/}O tests}
+
+The status of input streams (Chapter~\ref{io}) can be tested with
+\cstoidx ifeof\par
+the end-of-file test
+\cs{ifeof}\gr{number}, which is only false
+if the number is in the range 0--15, and the corresponding
+stream is open and not fully read. In particular, this test
+is true if the file name connected
+to this stream (through \cs{openin})
+does not correspond to an existing file.
+See the example on page~\pageref{ex:eof}.
+
+%\spoint Case statement
+\subsection{Case statement}
+
+The \TeX\ case statement is called \cs{ifcase};
+\cstoidx ifcase\par\cstoidx or\par
+its syntax is\begin{disp}\cs{ifcase}\gr{number}\gr{case$_0$}\cs{or}%
+\n{...}\cs{or}\gr{case$_n$}\cs{else}\gr{other cases}\cs{fi}
+\end{disp} where for $n$ cases there are $n-1$ \cs{or}
+control sequences. Each of the \gr{case$_i$}
+parts can be empty,
+and the \cs{else}\gr{other cases} part is optional.
+
+%\spoint Special tests
+\subsection{Special tests}
+
+The tests \cs{iftrue} and \cs{iffalse} are always
+\cstoidx iftrue\par\cstoidx iffalse\par
+true and false respectively.
+They are mainly useful as tools in macros.
+
+For instance, the sequences \begin{verbatim}
+\iftrue{\else}\fi
+\end{verbatim}
+and \begin{verbatim}
+\iffalse{\else}\fi
+\end{verbatim}
+yield a left and right
+brace respectively, but they have balanced braces, so they
+can be used inside a macro replacement text.
+
+The \cs{newif} macro, treated below,
+provides another use of \cs{iftrue} and \cs{iffalse}.
+On page 260 of \TeXbook\ these control sequences
+are also used in an interesting manner.
+
+%\point[newif:def] The \cs{newif} macro
+\section{The \protect\cs{newif} macro}
+\label{newif:def}
+
+The plain format defines an (outer) macro \csidx{newif} by
+which the user can define new conditionals.
+If the user defines \begin{verbatim}
+\newif\iffoo
+\end{verbatim}
+\TeX\ defines three new control sequences,
+\cs{footrue} and \cs{foofalse} with which the user can set
+the condition, and \cs{iffoo} which tests the `foo' condition.
+
+The macro call \verb-\newif\iffoo- expands to
+\begin{verbatim}
+\def\footrue{\let\iffoo=\iftrue} \def\foofalse{\let\iffoo=\iffalse}
+\foofalse
+\end{verbatim}
+The actual definition, especially the part that ensures that
+the \cs{iffoo} indeed starts with \cs{if}, is a pretty hack.
+An explanation follows here.
+This uses concepts from Chapters~\ref{macro}
+and~\ref{expand}.
+
+The macro \cs{newif} starts as follows:
+\begin{verbatim}
+\outer\def\newif#1{\count@\escapechar \escapechar\m@ne
+\end{verbatim}
+This saves the current escape character in \cs{count@}, and
+sets the value of \cs{escapechar} to~\n{-1}.
+The latter action has the
+effect that no escape character is used in the output
+of \cs{string}\gr{control sequence}.
+
+An auxiliary macro \verb>\if@> is defined by
+\begin{verbatim}
+{\uccode`1=`i \uccode`2=`f \uppercase{\gdef\if@12{}}}
+\end{verbatim}
+Since the uppercase command changes only character codes, and
+not category codes, the macro \cs{if@} now has
+to be followed by the characters \n{if} of category~12.
+Ordinarily, these characters have category code~11.
+In effect this
+macro then eats these two characters, and \TeX\ complains if
+they are not present.
+
+Next there is a macro \verb>\@if> defined by
+\begin{verbatim}
+\def\@if#1#2{\csname\expandafter\if@\string#1#2\endcsname}
+\end{verbatim}
+which will be called like \verb>\@if\iffoo{true}> and
+\verb>\@if\iffoo{false}>.
+
+Let us examine the call \verb>\@if\iffoo{true}>.
+\begin{itemize}\item The \cs{expandafter} reaches over the \verb>\if@>
+to expand \cs{string} first. The part \verb>\string\iffoo>
+expands to \n{iffoo} because the escape character is not printed,
+and all characters have category~12.
+\item The \verb>\if@> eats the first two characters
+\n i$_{12}$\n f$_{12}$ of this.
+\item As a result, the final expansion of \verb>\@if\iffoo{true}>
+is then \begin{verbatim}
+\csname footrue\endcsname
+\end{verbatim}
+\end{itemize}
+
+Now we can treat the relevant parts of \cs{newif} itself:
+\begin{verbatim}
+\expandafter\expandafter\expandafter
+ \edef\@if#1{true}{\let\noexpand#1=\noexpand\iftrue}%
+\end{verbatim}
+
+The three \cs{expandafter} commands may look intimidating, so let us
+take one step at a time.
+\begin{itemize}\item One \cs{expandafter} is necessary to reach over the \cs{edef},
+such that \verb>\@if> will expand:
+\begin{verbatim}
+\expandafter\edef\@if\iffoo{true}
+\end{verbatim}
+gives
+\begin{verbatim}
+\edef\csname footrue\endcsname
+\end{verbatim}
+\item Then another \cs{expandafter} is necessary to activate
+\altt
+the \cs{csname}:
+\begin{verbatim}
+\expandafter \expandafter \expandafter \edef \@if ...
+% new old new
+\end{verbatim}
+\item This makes the final expansion
+\begin{verbatim}
+\edef\footrue{\let\noexpand\iffoo=\noexpand\iftrue}
+\end{verbatim}
+\end{itemize}
+
+After this follows a similar statement for the \n{false} case:
+\begin{verbatim}
+ \expandafter\expandafter\expandafter
+ \edef\@if#1{false}{\let\noexpand#1=\noexpand\iffalse}%
+\end{verbatim}
+The conditional starts out false, and the escape character
+has to be reset:
+\begin{verbatim}
+ \@if#1{false}\escapechar\count@}
+\end{verbatim}
+
+
+%\point Evaluation of conditionals
+\section{Evaluation of conditionals}
+
+\TeX's conditionals behave differently from those
+\term evaluation! conditionals\par\term conditionals! evaluation of\par
+in ordinary programming languages. In many instances
+one may not notice the difference, but in certain contexts
+it is important to know precisely what happens.
+
+When \TeX\ evaluates a conditional, it first determines
+what is to be tested. This in itself may involve some
+expansion; as we saw in the previous chapter,
+only after an \cs{ifx} test
+does \TeX\ not expand. After all other tests \TeX\ will
+expand tokens until the extent of the test and the tokens
+to be tested have been determined. On the basis of the outcome
+of this test the \gr{true text} and the \gr{false text}
+are either expanded or skipped.
+
+For the processing of the parts of the conditional
+let us consider some cases separately.
+\begin{itemize}
+\item \verb>\if... ... \fi> and the result of the test is false.
+ After the test \TeX\ will start skipping material
+ without expansion, without counting braces, but balancing
+ nested conditionals, until a \cs{fi} token is encountered.
+ If the \cs{fi} is not found an error message results
+ at the end of the file:
+ \begin{disp}\tt Incomplete \cs{if...}; all text was ignored after line \n{...}
+ \end{disp} where the line number indicated is that of the line
+ where \TeX\ started skipping, that is, where the conditional
+ occurred.
+
+\item \verb>\if... \else ... \fi> and the result of the test is false.
+ Any material in between the condition and the \cs{else} is skipped
+ without expansion, without counting braces, but balancing nested
+ conditionals.
+
+ The \cs{fi} token can be the result of expansion; if it never
+ turns up \TeX\ will give a diagnostic message
+ \begin{disp}\tt \cs{end} occurred when \cs{if...} on line \n{...}
+ was incomplete\end{disp}
+ This sort of error is not visible in the output.
+
+ This point plus the previous may jointly be described as follows:
+ after a false condition \TeX\ skips until an \cs{else} or \cs{fi}
+ is found; any material in between \cs{else} and \cs{fi} is processed.
+
+\item \verb>\if... ... \fi> and the result of the test is true.
+ \TeX\ will start processing the material following the condition.
+ As above, the \cs{fi} token may be inserted by expansion of
+ a macro.
+
+\item \verb>\if... \else ... \fi> and the result of the test is true.
+ Any material following the condition is processed until the \cs{else}
+ is found; then \TeX\ skips everything until the matching \cs{fi}
+ is found.
+
+ This point plus the previous may be described as follows:
+ after a true test \TeX\ starts processing material until
+ an \cs{else} or \cs{fi} is found; if an \cs{else} is found
+ \TeX\ skips until it finds the matching \cs{fi}.
+\end{itemize}
+
+
+%\point Assorted remarks
+\section{Assorted remarks}
+
+%\spoint The test gobbles up tokens
+\subsection{The test gobbles up tokens}
+
+A common mistake is to write the following:
+\begin{verbatim}
+\ifnum\x>0\someaction \else\anotheraction \fi
+\end{verbatim}
+which has the effect that the \verb.\someaction. is expanded,
+regardless of whether the test succeeds or not.
+The reason for this is that \TeX\ evaluates the input stream until
+it is certain that it has found the arguments to be tested.
+In this case it is perfectly possible for the \verb.\someaction.
+to yield a digit, so it is expanded. The remedy is to insert
+\altt
+a space or a \cs{relax} control sequence
+after the last digit of the number to be tested.
+
+%\spoint The test wants to gobble up the \cs{else} or \cs{fi}
+\subsection{The test wants to gobble up the \cs{else} or \cs{fi}}
+
+The same mechanism that underlies the phenomenon in the previous
+point can lead to even more surprising effects if \TeX\
+bumps into an \verb.\else., \verb.\or., or \verb.\fi.
+while still busy determining the extent of the test itself.
+
+Recall that \verb.\pageno. is a synomym for \verb.\count0., and
+consider the following examples:
+\begin{verbatim}
+\newcount\nct \nct=1\ifodd\pageno\else 2\fi 1
+\end{verbatim}
+and
+\begin{verbatim}
+\newcount\nct \nct=1\ifodd\count0\else 2\fi 1
+\end{verbatim}
+The first example will assign either 11 or~121 to \cs{nct},
+but the second one will assign 1 or~121.
+The explanation is that
+in cases like the second, where
+\altt
+an \verb.\else. is encountered while the
+test still has not been delimited, a \verb.\relax. is inserted.
+In the case that \verb.\count0. is odd the result will thus be \verb.\relax.,
+and the example will yield \begin{verbatim}
+\nct=1\relax2
+\end{verbatim}
+which will assign~1 to \cs{nct}, and print~2.
+
+
+%\spoint[after:cond] Macros and conditionals; the use of \cs{expandafter}
+\subsection{Macros and conditionals; the use of \cs{expandafter}}
+\label{after:cond}
+
+Consider the following example:
+\begin{verbatim}
+\def\bold#1{{\bf #1}} \def\slant#1{{\sl #1}}
+\ifnum1>0 \bold \else \slant \fi {some text} ...
+\end{verbatim}
+This will make not only `some text',
+but {\sl all\/} subsequent text bold.
+Also, at the end of the job there will be a notice that
+`end occurred inside a group at level~1'.
+Switching on \cs{tracingmacros} reveals that the argument
+of \verb.\bold. was \verb.\else..
+This means that, after expansion of \verb.\bold.,
+the input stream looked like
+\begin{verbatim}
+\ifnum1>0 {\bf \else }\fi {some text} rest of the text
+\end{verbatim}
+so the closing brace was skipped as part of the \gram{false text}.
+Effectively, then, the resulting stream is
+\begin{verbatim}
+{\bf {some text} rest of the text
+\end{verbatim}
+which is unbalanced.
+
+One solution to this sort of problem would be to write
+\begin{verbatim}
+\ifnum1>0 \let\next=\bold \else \let\next=\slant \fi \next
+\end{verbatim}
+but a solution using \cs{expandafter} is also possible:
+\begin{verbatim}
+\ifnum1>0 \expandafter \bold \else \expandafter \slant \fi
+\end{verbatim}
+This works, because the \cs{expandafter} commands let \TeX\ determine
+the boundaries of the \gram{true text} and the \gram{false text}.
+
+In fact, the second solution may be preferred over the first,
+since conditionals are handled by the expansion processor,
+and the \cs{let} statements are tackled only by the execution
+processor; that is, they are not expandable.
+Thus the second solution will (and the first will not)
+work, for instance,
+inside an~\cs{edef}.
+
+Another example with \cs{expandafter} is the sequence
+\begin{verbatim}
+\def\get#1\get{ ... }
+\expandafter \get \ifodd1 \ifodd3 5\fi \fi \get
+\end{verbatim}
+This gives\begin{verbatim}
+#1<- \ifodd3 5\fi \fi
+\end{verbatim}
+and
+\begin{verbatim}
+\expandafter \get \ifodd2 \ifodd3 5\fi\fi \get
+\end{verbatim}
+gives\begin{verbatim}
+#1<-
+\end{verbatim}
+This illustrates again that the result of evaluating a
+conditional is not the final expansion, but the start
+of the expansion of the \gr{true text} or \gr{false text},
+depending on the outcome of the test.
+
+A detail should be noted: with \cs{expandafter}
+it is possible that the \verb.\else. is encountered
+before the \gram{true text} has been expanded completely.
+This raises the question as to the exact timing of expansion
+and skipping.
+In the example
+\begin{verbatim}
+\def\hello{\message{Hello!}}
+\ifnum1>0 \expandafter \hello \else \message{goodbye} \bye
+\end{verbatim}
+the error message caused by the missing \verb.\fi. is given
+without \verb.\hello. ever having been expanded.
+The conclusion must be that the \gram{false text} is
+skipped as soon as it has been located, even if this is at a time
+when the \gram{true text} has not been expanded completely.
+
+%\spoint Incorrect matching
+\subsection{Incorrect matching}
+
+\TeX's matching of \verb.\if., \verb.\else., and \verb.\fi.
+is easily upset. For instance, \TeXbook\ warns you that
+you should not say \begin{verbatim}
+ \let\ifabc=\iftrue
+\end{verbatim}
+inside a
+conditional, because if this text is skipped \TeX\ sees
+at least one \verb.\if. to be matched.
+
+The reason for this is that when \TeX\ is skipping
+it recognizes all \cs{if...}, \cs{or}, \cs{else}, and \cs{fi}
+tokens, and everything that has been declared a synonym of
+such a token by \cs{let}. In \verb>\let\ifabc=\iftrue>
+\TeX\ will therefore at least see the \cs{iftrue} as
+the opening of a conditional, and, if the current meaning
+of \cs{ifabc} was for instance \cs{iffalse}, it will also
+be considered as the opening of a conditional statement.
+
+As another example, if
+\begin{verbatim}
+ \csname if\sometest\endcsname \someaction \fi
+\end{verbatim}
+is skipped as part of conditional text,
+the \verb.\fi. will unintentionally close the
+outer conditional.
+
+It does not help to enclose such potentially dangerous
+constructs inside a group, because grouping is independent of
+conditional structure. Burying such commands inside macros is
+the safest approach.
+
+Sometimes another solution is possible, however.
+The \cs{loop} macro of plain \TeX\ (see page~\pageref{loop:ex})
+is used as \begin{verbatim}
+\loop ... \if ... \repeat
+\end{verbatim}
+where the \cs{repeat} is not an actually executable
+command, but is merely a delimiter:
+\begin{verbatim}
+\def\loop#1\repeat{ ... }
+\end{verbatim}
+Therefore,
+by declaring \begin{verbatim}
+\let\repeat\fi
+\end{verbatim}
+the \cs{repeat} balances the \cs{if...} that terminates
+the loop, and it becomes possible to have loops in
+skipped conditional text.
+
+%\spoint Conditionals and grouping
+\subsection{Conditionals and grouping}
+
+It has already been mentioned above that group nesting in \TeX\
+is independent of conditional nesting.
+The reason for this is that conditionals are handled by the
+expansion part of \TeX; in that stage braces are just
+unexpandable tokens that require no special treatment.
+Grouping is only performed in the later stage of execution
+processing.
+
+An example of this independence is now given.
+One may write a macro that yields part of
+a conditional:
+\begin{verbatim}
+\def\elsepart{\else \dosomething \fi}
+\end{verbatim}
+The other way around, the following macros
+yield a left brace and a right brace respectively:
+\begin{verbatim}
+\def\leftbrace{\iftrue{\else}\fi}
+\def\rightbrace{\iffalse{\else}\fi}
+\end{verbatim}
+Note that braces in these definitions are properly nested.
+
+%\spoint A trick
+\subsection{A trick}
+
+In some contexts it may be hard to get rid of
+\cs{else} or \cs{fi} tokens in a proper
+manner. The above approach with \cs{expandafter}
+works only if there is a limited number of tokens involved.
+In other cases the following trick may provide a way out:
+\begin{verbatim}
+\def\hop#1\fi{\fi #1}
+\end{verbatim}
+Using this as
+\begin{disp}\verb>\if... \hop >\gr{lots of tokens}\verb>\fi>\end{disp}
+will place the tokens outside the conditional.
+This is for instance used in~\cite{E2}.
+
+As a further example of this sort of trick,
+consider the problem (suggested to me and solved by
+Alan Jeffrey) of implementing a conditional
+\verb-\ifLessThan#1#2#3#4-
+such that the arguments corresponding to \verb-#3- or
+\verb-#4- result, depending on whether \verb-#1- is
+less than \verb-#2- or not.
+
+The problem here is how to get rid of the \cs{else} and the~\cs{fi}.
+The \ldash or at least, one \rdash solution is to scoop them up
+as delimiters for macros:
+\begin{verbatim}
+\def\ifLessThan#1#2{\ifnum#1<#2\relax\taketrue \else \takefalse \fi}
+\def\takefalse\fi#1#2{\fi#2}
+\def\taketrue\else\takefalse\fi#1#2{\fi#1}
+\end{verbatim}
+Note that \cs{ifLessThan} has only two parameters
+(the things to be tested); however, its
+result is a macro that
+chooses between the next two arguments.
+
+%\spoint More examples of expansion in conditionals
+\subsection{More examples of expansion in conditionals}
+
+Above, the macro \cs{ifEqString} was given
+\alt
+that compares two strings:
+\howto Compare two strings\par
+\begin{verbatim}
+\def\ifEqString#1#2%
+ {\def\csa{#1}\def\csb{#2}\ifx\csa\csb }
+\end{verbatim}
+However, this macro relies on \cs{def}, which is not an
+expandable command. If we need a string tester that will
+work, for instance, inside an \cs{edef}, we need some
+more ingenuity (this solution was taken from~\cite{E2}).
+The basic principle of this solution is to compare the strings
+one character at a time. Macro delimiting by \cs{fi} is used;
+this was explained above.
+
+First of all, the \cs{ifEqString} call is replaced by a
+sequence \verb>\ifAllChars ...\Are ...\TheSame>, and both
+strings are delimited by a dollar sign, which is not supposed
+to appear in the strings themselves.
+\begin{verbatim}
+\def\ifEqString
+ #1#2{\ifAllChars#1$\Are#2$\TheSame}
+\end{verbatim}
+The test for equality of characters first determines
+whether either string has ended. If both have ended, the original
+strings were equal; if only one has ended, they were of unequal
+length, hence unequal. If neither string has ended, we test
+whether the first characters are equal, and if so, we make a recursive
+call to test the remainder of the string.
+\begin{verbatim}
+\def\ifAllChars#1#2\Are#3#4\TheSame
+ {\if#1$\if#3$\say{true}%
+ \else \say{false}\fi
+ \else \if#1#3\ifRest#2\TheSame#4\else
+ \say{false}\fi\fi}
+\def\ifRest#1\TheSame#2\else#3\fi\fi
+ {\fi\fi \ifAllChars#1\Are#2\TheSame}
+\end{verbatim}
+The \cs{say} macro is supposed to give \cs{iftrue} for
+\verb>\say{true}> and \cs{iffalse} for \verb>\say{false}>.
+Observing that all calls to this macro occur two conditionals deep,
+we use the `hop' trick explained above as follows.
+\begin{verbatim}
+\def\say#1#2\fi\fi
+ {\fi\fi\csname if#1\endcsname}
+\end{verbatim}
+
+Similar to the above example, let us write a macro
+that will test lexicographic (`dictionary') precedence
+of two strings:
+\howto Compare two strings lexicographically\par
+\begin{verbatim}
+\let\ex=\expandafter
+\def\ifbefore
+ #1#2{\ifallchars#1$\are#2$\before}
+\def\ifallchars#1#2\are#3#4\before
+ {\if#1$\say{true\ex}\else
+ \if#3$\say{false\ex\ex\ex}\else
+ \ifnum`#1>`#3 \say{false%
+ \ex\ex\ex\ex\ex\ex\ex}\else
+ \ifnum`#1<`#3 \say{true%
+ \ex\ex\ex\ex\ex\ex\ex
+ \ex\ex\ex\ex\ex\ex\ex\ex}\else
+ \ifrest#2\before#4\fi\fi\fi\fi}
+\def\ifrest#1\before#2\fi\fi\fi\fi
+ {\fi\fi\fi\fi
+ \ifallchars#1\are#2\before}
+\def\say#1{\csname if#1\endcsname}
+\end{verbatim}
+In this macro a slightly
+different implementation of \cs{say} is used.
+
+Simplified, a call to \cs{ifbefore} will eventually lead to a situation
+that looks (in the `true' case) like
+\begin{verbatim}
+\ifbefore{...}{...}
+ \if... %% some comparison that turns out true
+ \csname iftrue\expandafter\endcsname
+ \else .... \fi
+ ... %% commands for the `before' case
+\else
+ ... %% commands for the `not-before' case
+\fi
+\end{verbatim}
+When the comparison has turned out true, \TeX\ will start processing
+the \gr{true text}, and make a mental note to remove any
+\verb>\else ... \fi> part once an \cs{else} token is seen.
+Thus, the sequence
+\begin{verbatim}
+\csname iftrue\expandafter\endcsname \else ... \fi
+\end{verbatim}
+is replaced by \begin{verbatim}
+ \csname iftrue\endcsname
+\end{verbatim}
+as the \cs{else} is seen while \TeX\ is still processing
+\verb>\csname...\endcsname>.
+
+Calls to \cs{say} occur inside nested conditionals, so
+the number of \cs{expandafter} commands necessary may be
+\alt
+larger than~1: for level two it is~3, for level three
+it is~7, and for level~4 it is 15. Slightly more compact
+implementations of this macro do exist.
+
+%%%% end of input file [ifelsefi]
+
+%\InputFile:token
+%%%% this is input file [token]
+%\subject[token] Token Lists
+\endofchapter
+\chapter{Token Lists}\label{token}
+
+\TeX\ has only one type of data structure: the token list.
+\term token! lists\par\term list !token\par
+There are token list registers that are available to the user,
+and \TeX\ has some special token lists: the \cs{every...}
+variables, \cs{errhelp}, and \cs{output}.
+
+
+\begin{inventory}
+\item [\cs{toks}]
+ Prefix for a token list register.
+
+\item [\cs{toksdef}]
+ Define a control sequence to be a synonym for
+ a~\cs{toks} register.
+
+\item [\cs{newtoks}]
+ Macro that allocates a token list register.
+
+\end{inventory}
+
+%\point Token lists
+\section{Token lists}
+
+Token lists are the only type of data structure that \TeX\ knows.
+They can contain character tokens and control sequence tokens.
+Spaces in a token list are significant.
+The only operations on token lists are assignment and
+unpacking.
+
+\TeX\ has 256 token list registers \verb|\toks|$nnn$ that can be
+allocated using the macro \verb|\newtoks|, or explicitly
+assigned by \cs{toksdef}; see below.
+
+%\point Use of token lists
+\section{Use of token lists}
+
+Token lists are assigned by a \gr{variable assignment},
+which is in this case takes one of the forms
+\begin{disp}\gr{token variable}\gr{equals}\gr{general text}\nl
+ \gr{token variable}\gr{equals}\gr{filler}\gr{token variable}\end{disp}
+Here a \gr{token variable} is an explicit \cs{toks}$nnn$
+register, something that has been defined to such a register
+by \cs{toksdef} (probably hidden in \cs{newtoks}),
+or one of the special \gr{token parameter}
+lists below.
+A~\gr{general text} has an explicit closing brace, but the
+open brace can be implicit.
+
+Examples of token lists are (the first two lines are equivalent):
+\begin{verbatim}
+\toks0=\bgroup \a \b cd}
+\toks0={\a \b cd}
+\toks1=\toks2
+\end{verbatim}
+
+Unpacking a token list is done by the command \cs{the}:
+the expansion of \cs{the}\gr{token variable} is the
+sequence of tokens that was in the token list.
+
+Token lists have a special behaviour in \cs{edef}:
+when prefixed by \verb|\the| they are unpacked,
+but the resulting tokens
+are not evaluated further. Thus
+\begin{verbatim}
+\toks0={\a \b} \edef\SomeCs{\the\toks0}
+\end{verbatim}
+gives
+\begin{verbatim}
+\SomeCs: macro:-> \a \b
+\end{verbatim}
+This is in contrast to what happens ordinarily in an~\cs{edef};
+see page~\pageref{expand:edef}.
+
+
+%\point \gr{token parameter}
+\section{\gr{token parameter}}
+
+There are in \TeX\ a number of token lists that are automatically
+inserted at certain points. These \gr{token parameter}s are
+the following:
+\begin{description} \item [\cs{output}]
+ this token list is inserted
+ whenever \TeX\ decides it has sufficient material for a page,
+ or when the user forces activation by a penalty~$\leq-10\,000$
+ in vertical mode
+ (see Chapter~\ref{output});
+\item [\cs{everypar}]
+ is inserted when \TeX\ switches from external or internal
+ vertical mode to unrestricted horizontal mode
+ (see Chapter~\ref{par:start});
+\item [\cs{everymath}]
+ is inserted after a single math-shift character that starts
+ a formula;
+\item [\cs{everydisplay}]
+ is inserted after a double math-shift character that starts
+ a display formula;
+\item [\cs{everyhbox}]
+ is inserted when an \cs{hbox} begins (see Chapter~\ref{boxes});
+\item [\cs{everyvbox}]
+ is inserted when a vertical box begins (see Chapter~\ref{boxes});
+\item [\cs{everyjob}]
+ is inserted when a job begins (see Chapter~\ref{run});
+\item [\cs{everycr}]
+ is inserted in alignments after \cs{cr} or a non-redundant
+ \cs{crcr} (see Chapter~\ref{align});
+\item [\cs{errhelp}]
+ contains tokens to supplement an \cs{errmessage}
+ (see Chapter~\ref{error}).
+\end{description}
+
+A \gr{token parameter} behaves the same as an explicit \cs{toks}$nnn$
+list, or a quantity defined by \cs{toksdef}.
+
+%\point Token list registers
+\section{Token list registers}
+
+Token lists can be stored in \csidx{toks} registers:
+\begin{Disp}\cs{toks}\gr{8-bit number}\end{Disp}
+which is a \gr{token variable}.
+Synonyms for token list registers can be made by the \gr{registerdef}
+command \csidx{toksdef} in a \gr{shorthand definition}:
+\begin{Disp}\cs{toksdef}\gr{control sequence}\gr{equals}\gr{8-bit number}
+\end{Disp} A control sequence defined this way is called
+a \gr{toksdef token}, and this is also a token variable
+(the remaining third kind of token variable is
+the \gr{token parameter}).
+
+The plain \TeX\ macro \csidx{newtoks} uses \cs{toksdef} to
+allocate unused token list registers. This macro is \cs{outer}.
+
+%\point Examples
+\section{Examples}
+
+Token lists are probably among the least obvious components
+of \TeX: most \TeX\ users will never find occasion for their use,
+but format designers and other macro writers
+can find interesting applications.
+Following are some examples of the sorts of things that can be
+done with token lists.
+
+%\spoint Operations on token lists: stack macros
+\subsection{Operations on token lists: stack macros}
+
+The number of primitive operations available for token lists is
+\howto Stack macros\par
+rather limited: assignment and unpacking. However, these are
+sufficient to implement other operations such as appending.
+
+Let us say we have allocated a token register
+\begin{verbatim}
+\newtoks\list \list={\c}
+\end{verbatim}
+and we want to add tokens to it,
+\alt
+using the syntax
+\begin{verbatim}
+\Prepend \a \b (to:)\list
+\end{verbatim}
+such that \begin{verbatim}
+\showthe\list
+\end{verbatim}
+gives \begin{verbatim}
+> \a \b \c .
+\end{verbatim}
+For this the original list has to be unpacked, and
+\alt
+the new tokens followed by the old contents have to assigned
+again to the register. Unpacking can be done with \cs{the}
+inside an \cs{edef}, so we arrive at the following macro:
+\begin{verbatim}
+\def\Prepend#1(to:)#2{\toks0={#1}%
+ \edef\act{\noexpand#2={\the\toks0 \the#2}}%
+ \act}
+\end{verbatim}
+Note that the tokens that are to be added are first packed
+\alt
+into a temporary token list, which is then again unpacked
+inside the \cs{edef}. Including them directly would have
+led to their expansion.
+
+Next we want to use token lists as a sort of stack:
+we want a `pop' operation that removes the first element
+from the list. Specifically,
+\begin{verbatim}
+\Pop\list(into:)\first
+\show\first \showthe\list
+\end{verbatim}
+should give
+\begin{verbatim}
+> \first=macro:
+->\a .
+\end{verbatim}
+and for the remaining list
+\begin{verbatim}
+
+> \b \c .
+\end{verbatim}
+
+Here we make creative use of delimited and undelimited
+parameters. With an \cs{edef} we unpack the list,
+and the auxiliary macro \cs{SplitOff} scoops up the elements
+as one undelimited argument, the first element, and one
+delimited argument, the rest of the elements.\begin{verbatim}
+\def\Pop#1(into:)#2{%
+ \edef\act{\noexpand\SplitOff\the#1%
+ (head:)\noexpand#2(tail:)\noexpand#1}%
+ \act}
+\def\SplitOff#1#2(head:)#3(tail:)#4{\def#3{#1}#4={#2}}
+\end{verbatim}
+
+%\spoint Executing token lists
+\subsection{Executing token lists}
+
+The \cs{the} operation for unpacking token lists was used above
+only inside an \cs{edef}. Used on its own it has the effect
+of feeding the tokens of the list to \TeX's expansion mechanism.
+If the tokens have been added to the list in a uniform syntax,
+this gives rise to some interesting possibilities.
+
+Imagine that we are implementing the bookkeeping of external
+files for a format. Such external files can be used for
+table of contents, list of figures, et cetera.
+If the presence
+of such objects is under the control of the user, we need some
+general routines for opening and closing files, and keeping
+track of what files we have opened at the user's request.
+
+Here only some routines for bookkeeping will be described.
+Let us say there is a list of auxiliary files, and an auxiliary
+counter: \begin{verbatim}
+\newtoks\auxlist \newcount\auxcount
+\end{verbatim}
+First of all there must be an operation to add auxiliary files:
+\begin{verbatim}
+\def\NewAuxFile#1{\AddToAuxList{#1}%
+ % plus other actions
+ }
+\def\AddToAuxList#1{\let\\=\relax
+ \edef\act{\noexpand\auxlist={\the\auxlist \\{#1}}}%
+ \act}
+\end{verbatim}
+This adds the name to the list in a uniform format:
+\begin{verbatim}
+\NewAuxFile{toc} \NewAuxFile{lof}
+\showthe\auxlist
+> \\{toc}\\{lof}.
+\end{verbatim}
+using the control sequence \verb>\\> which is left undefined.
+
+Now this control sequence can be used for instance to
+count the number of elements in the list:\begin{verbatim}
+\def\ComputeLengthOfAuxList{\auxcount=0
+ \def\\##1{\advance\auxcount1\relax}%
+ \the\auxlist}
+\ComputeLengthOfAuxList \showthe\auxcount
+> 2.
+\end{verbatim}
+Another use of this structure is the following:
+at the end of the job we can now close all auxiliary
+files at once, by\begin{verbatim}
+\def\CloseAuxFiles{\def\\##1{\CloseAuxFile{##1}}%
+ \the\auxlist}
+\def\CloseAuxFile#1{\message{closing file: #1. }%
+ % plus other actions
+ }
+\CloseAuxFiles
+\end{verbatim}
+which gives the output
+\begin{verbatim}
+closing file: toc. closing file: lof.
+\end{verbatim}
+
+% \begin{comment}
+
+% %\spoint Dynamic macro definition
+% \subsection{Dynamic macro definition}
+
+% Unpacking token lists inside an \cs{edef} can be put to a
+% rather ambitious use: dynamic definition of macros.
+% Consider a simple example.
+% \altt
+% We set ourselves the goal of letting
+% the user define macros, without ever having to use \cs{def}.
+% The syntax for this could look like\begin{verbatim}
+% \startdefinition
+% \do:this
+% \do:that
+% \define:MyMacro
+% \end{verbatim}
+% such that \verb>\show\MyMacro> gives \begin{verbatim}
+% > \MyMacro=macro:
+% ->\this \that .
+% \end{verbatim}
+% An implementation of this uses a token list to collect
+% the commands that the user specifies:\begin{verbatim}
+% \newtoks\actionlist
+% \end{verbatim}
+% The first command is easy:\begin{verbatim}
+% \def\startdefinition{\actionlist{}}
+% \end{verbatim}
+% Now the \cs{do} command has to hang control sequences
+% in the \cs{actionlist}:\begin{verbatim}
+% \def\do:#1 {%
+% \edef\act{\noexpand\appendaction
+% \expandafter\noexpand\csname#1\endcsname}%
+% \act}
+% \end{verbatim}
+% The \cs{edef} is used solely to form the actual control sequence.
+% The next macro uses \cs{edef} to unpack the \cs{actionlist} so far:
+% \begin{verbatim}
+% \def\appendaction#1{%
+% \edef\act{\noexpand\actionlist=
+% {\the\actionlist \noexpand#1}}%
+% \act}
+% \end{verbatim}
+% Finally, definition of the user macro also needs an \cs{edef}.
+% Some \cs{expandafter} trickery is necessary here to form
+% the control sequence of the user macro:\begin{verbatim}
+% \def\define:#1 {%
+% \expandafter\edef\csname#1\endcsname{\the\actionlist}}
+% \end{verbatim}
+
+% Of course, this is a very simple, rather pointless, example.
+% However, it illustrates an important principle of how
+% token lists can be used to implement another syntax level
+% in \TeX\ (see~\cite{EL}). This principle underlies the
+% \term Lollipop\par
+% `Lollipop' format that was used to typeset this book.
+
+% \end{comment}
+%%%% end of input file [token]
+
+%\InputFile:baseline
+%%%% this is input file [baseline]
+%\subject[baseline] Baseline Distances
+\endofchapter
+\chapter{Baseline Distances}\label{baseline}
+
+\hbox{}\vfil\vfil\hbox{}
+Lines of text are in most cases not of equal height or depth.
+Therefore \TeX\ adds interline glue to keep baselines at a uniform
+distance from one another.
+This chapter treats the computation of such
+interline glue.
+
+\begin{inventory}
+
+\item [\cs{baselineskip}]
+ The `ideal' baseline distance between neighbouring
+ boxes on a vertical list. Plain \TeX\ default:~\n{12pt}.
+
+\item [\cs{lineskiplimit}]
+ Distance to be maintained between the bottom and top of
+ neighbouring boxes on a vertical list.
+ Plain \TeX\ default:~\n{0pt}.
+
+\item [\cs{lineskip}]
+ Glue added if the distance between bottom
+ and top of neighbouring boxes
+ is less than \cs{lineskiplimit}.
+ Plain \TeX\ default:~\n{1pt}.
+
+\item [\cs{prevdepth}]
+ Depth of the last box added to a vertical list as it is
+ perceived by \TeX.
+
+\item [\cs{nointerlineskip}]
+ Macro to prevent interline glue insertion once.
+
+\item [\cs{offinterlineskip}]
+ Macro to prevent interline glue globally
+ henceforth.
+
+\item [\cs{openup}]
+ Increase \cs{baselineskip}, \cs{lineskip},
+ and \cs{lineskiplimit} by specified amount.
+
+\end{inventory}
+
+
+\hbox{}\vfil\hbox{}
+
+%\point Interline glue
+\section{Interline glue}
+
+%\input figs17
+\message{fig17 missing}
+
+\TeX\ tries to keep a certain distance between the reference
+\term glue !interline\par\term baseline! distance\par
+points of boxes that are added to a vertical list;
+in particular it tries to keep the baselines of ordinary text
+at a constant distance, the \csidx{baselineskip}. Actually,
+the \cs{baselineskip} is a \gr{glue}, so line distances can
+stretch or shrink. However, the natural sizes,
+as well as the stretch and the shrink, are the same
+between all lines.
+
+When boxes, whether they are lines of a paragraph or explicit boxes,
+are appended to a vertical list, glue
+is added usually so that the depth of the preceding box
+and the height of the current one add up to the \cs{baselineskip}.
+This has the effect of keeping the reference points
+of subsequent lines at regular intervals.
+
+\eject
+
+\message{fig one missing}
+%\begin{disp}\leavevmode\hbox{}\nl\figone\end{disp}
+
+However, this process can bring the bottom and top of two
+subsequent boxes to be less than \cs{lineskiplimit} apart:
+\message{fig two missing}
+%\begin{disp}\leavevmode\figtwo\end{disp}
+
+In that case, \cs{lineskip} glue is added:
+\message{fig three missing}
+%\begin{disp}\leavevmode\figthree\end{disp}
+Note that this will usually increase the distance
+between the baselines of the boxes to more than the
+\cs{baselineskip}.
+
+The exact process is this:
+\begin{itemize}
+\item if \cs{prevdepth} is \n{-1000pt} or less,
+no glue is added, otherwise
+\item \TeX\ calculates the distance between the bottom of the previous box
+and the top of the current one as the natural width of the
+\cs{baselineskip} minus \cs{prev\-depth} (the
+depth of the last box) and minus the height of the current box;
+\item if this distance is at least \csidx{lineskiplimit},
+glue is added with the calculated distance as natural size,
+and with the stretch and shrink of the \cs{baselineskip},
+\item otherwise \csidx{lineskip} glue is added.
+\item \csidx{prevdepth} is set to the depth of the
+current item.
+\end{itemize}
+
+There are two exceptional situations:
+no interline glue is added before and after a rule,
+and the \cs{prevdepth} is not updated by an \cs{unvbox}
+or \cs{unvcopy} command. After a rule interline glue
+is prevented by a value of \n{-1000pt} of the \cs{prevdepth}.
+
+The above process is carried out, irrespective of what extra
+glue may have been inserted in between the boxes.
+Thus a skip in between boxes in vertical mode will not
+affect the distance calculated from the baseline distances,
+and therefore also not the amount of baselineskip glue.
+The same holds for glue added with \cs{vadjust} inside
+a paragraph.
+
+\begin{example}\begin{verbatim}
+\baselineskip=10pt \lineskiplimit=2pt \lineskip=2pt
+\setbox0=\vbox{\hbox{\vrule depth4pt}
+ \hbox{\vrule height 3pt}}
+\showbox0
+\end{verbatim}
+gives\begin{verbatim}
+\box0=
+\vbox(10.0+0.0)x0.4
+.\hbox(0.0+4.0)x0.4
+..\rule(*+4.0)x0.4
+.\glue(\baselineskip) 3.0
+.\hbox(3.0+0.0)x0.4
+..\rule(3.0+*)x0
+\end{verbatim}
+Bringing the boxes to within \cs{lineskiplimit}
+of each other, that is\begin{verbatim}
+\setbox0\vbox{\hbox{\vrule depth4pt}
+ \hbox{\vrule height 5pt}}
+\showbox0
+\end{verbatim}
+gives\begin{verbatim}
+\box0=
+\vbox(11.0+0.0)x0.4
+.\hbox(0.0+4.0)x0.4
+..\rule(*+4.0)x0.4
+.\glue(\lineskip) 2.0
+.\hbox(5.0+0.0)x0.4
+..\rule(5.0+*)x0.4
+\end{verbatim}
+where \cs{lineskip} glue has been inserted
+instead of the usual \cs{baselineskip} glue.
+\end{example}
+
+The plain \TeX\ default values are
+\begin{verbatim}
+\lineskiplimit=0pt lineskip=1pt
+\end{verbatim}
+so, when boxes start to touch each other, they are
+moved one point apart.
+
+%\point The perceived depth of boxes
+\section{The perceived depth of boxes}
+
+The decision process for interline glue uses \csidx{prevdepth}
+as the perceived depth of the preceding box on the vertical
+list. The \cs{prevdepth} parameter can be used only in
+vertical mode.
+
+The \cs{prevdepth} is set to the depth of boxes added to the
+vertical list, but it is not affected by \cs{unvbox}
+or \cs{unvcopy}. After an \cs{hrule} it is set to
+\n{-1000pt} to prevent interline glue before the next box.
+
+At the beginning of a vertical list \cs{prevdepth}
+is set to \n{-1000pt}, except in an \cs{halign}
+and \cs{noalign} code contained therein, where it
+is carried over from the surrounding list.
+At the end of the alignment the value of \cs{prevdepth}
+set by the last alignment row is carried to the outer list.
+
+In order to prevent interline glue just once, all that
+is needed is to alter the \cs{prevdepth}.
+\cstoidx nointerlineskip\par
+\begin{verbatim}
+\def\nointerlineskip{\prevdepth=-1000pt}
+\end{verbatim}
+
+The \csidx{offinterlineskip} macro is much more drastic:
+it prevents {\sl all\/} interline glue from the moment
+of its call onwards, or, if it is used inside a paragraph,
+from the start of that paragraph.
+Its definition is
+\begin{verbatim}
+\baselineskip=-1000pt \lineskip=0pt
+\lineskiplimit\maxdimen
+\end{verbatim}
+where the second line is the essential one: it
+causes \TeX\ to add \cs{lineskip} glue (which is zero)
+always.
+Settings for \cs{baselineskip} do not matter any more then.
+
+The \cs{offinterlineskip} macro has an important application
+in alignments (see Chapter~\ref{align}).
+
+By setting \begin{verbatim}
+\lineskiplimit=-\maxdimen
+\end{verbatim}
+you can force \TeX\ to apply the \cs{baselineskip}
+always, regardless of whether this would bring boxes too close
+together or, indeed, if this would make them overlap.
+
+%\point Terminology
+\section{Terminology}
+
+In hot metal typesetting, all letters of a particular font
+were on a `body' of the same
+size. Thus every line of type had the same height and depth, and
+the resulting distance between the baselines would be some suitable
+value for that type. If for some reason this distance should
+be larger (see~\cite{White:line} for a discussion of this),
+strips of lead would be inserted. The extra distance was
+called the `leading' (pronounced `ledding').
+
+With phototypesetting, when the baseline distance was sometimes
+called the `film transport', this terminology blurred, and the
+term `leading' was also used for the baseline distance. Some of this
+confusion is also present in \TeX: the parameter \cs{baselineskip}
+specifies the baseline distance, but in the trace output
+(see the examples above) the glue inserted to make the
+baseline distance equal to \cs{baselineskip} is called
+\cs{baselineskip}.
+
+%\point Additional remarks
+\section{Additional remarks}
+
+In general, for documents longer than one page it is desirable
+to have the same baseline distance throughout. However,
+for one-page documents you may add stretchability to the
+baselineskip, for instance if the text has to be flush bottom.
+
+Increasing the distance between just one pair of lines
+can be done with \cs{vadjust}. The argument of this
+command is vertical material that\vadjust{\kern2pt}
+will be inserted in the
+vertical list right after the line where this command was given.
+The second line of this paragraph, for instance,
+contains the command \verb-\vadjust{\kern2pt}-.
+
+The amount of leading cannot be changed in the middle of
+a paragraph, because the value for \cs{baselineskip}
+that is used is the one that
+is current when the paragraph is finally broken and
+added to the main vertical list. The same holds
+for the \cs{lineskip} and \cs{lineskiplimit}.
+
+The plain \TeX\ macro \csidx{openup}
+increases the \cs{baselineskip}, \cs{lineskip}, and
+\cs{lineskiplimit} by the amount of the argument
+to the macro. In effect, this increases line distances
+by this amount regardless of whether they are governed
+by \cs{baselineskip} or \cs{lineskip}.
+
+
+%%%% end of input file [baseline]
+
+%\InputFile:par
+%%%% this is input file [par]
+%\subject[par:start] Paragraph Start
+\endofchapter
+\chapter{Paragraph Start}\label{par:start}
+
+At the start of a paragraph \TeX\ inserts a vertical skip
+as a separation from the preceding paragraph, and a horizontal
+skip as an indentation for the current paragraph.
+This chapter explains the exact sequence
+of actions,
+and it discusses how \TeX's decisions can be altered.
+
+\begin{inventory}
+\item [\cs{indent}]
+ Switch to horizontal mode and insert a box of width \cs{parindent}.
+
+\item [\cs{noindent}]
+ Switch to horizontal mode with an empty horizontal list.
+
+\item [\cs{parskip}]
+ Amount of glue added to
+ the surrounding vertical list when a paragraph starts.
+ Plain \TeX\ default:~\n{0pt plus 1pt}.
+
+\item [\cs{parindent}]
+ Size of the indentation box added in front of a paragraph.
+ Plain \TeX\ default:~\n{20pt}.
+
+\item [\cs{everypar}]
+ Token list inserted in front of paragraph text;
+
+\item [\cs{leavevmode}]
+ Macro to switch to horizontal mode if necessary.
+
+\end{inventory}
+
+
+%\point When does a paragraph start
+\section{When does a paragraph start}
+
+\TeX\ starts a paragraph whenever it switches from
+vertical mode to (unrestricted) horizontal mode. This switch can
+be effected by one of the commands
+\cs{indent} and
+\cs{noindent}, for example\begin{verbatim}
+{\bf And now~\dots}
+\vskip3pt
+\noindent It's~\dots
+\end{verbatim}
+or by any \gram{horizontal command}.
+Horizontal commands include characters, in-line formulas,
+and horizontal skips, but not boxes.
+Consider the following examples.
+\alt
+The character `I' is a horizontal command:
+\begin{verbatim}
+\vskip3pt
+It's~\dots
+\end{verbatim}
+A single \n\$ is a horizontal command:
+\begin{verbatim}
+$x$ is supposed~\dots
+\end{verbatim}
+The control sequence \cs{hskip} is a horizontal command:
+\begin{verbatim}
+\hskip .5\hsize Long indentation~\dots
+\end{verbatim}
+The full list of horizontal commands is given on
+page~\pageref{h:com:list}.
+
+Upon recognizing a horizontal command in vertical mode,
+\TeX\ will perform an \cs{indent} command (and all the actions
+associated with it; see below),
+and after that it will reexamine the horizontal command,
+this time executing it.
+
+
+
+%\point What happens when a paragraph starts
+\section{What happens when a paragraph starts}
+
+The \csidx{indent} and \csidx{noindent} commands
+\term paragraph! start\par
+cause a paragraph to be started.
+An~\cs{indent} command can either be placed explicitly by
+the user or a macro, or it can be inserted by \TeX\ when
+a \gr{horizontal command} occurs in vertical mode;
+a~\cs{noindent} command can only be placed explicitly.
+
+After either command is encountered,
+\csidx{parskip} glue is appended to the surrounding vertical
+list
+unless \TeX\ is in internal vertical mode
+and that list is empty
+(for example, at the start of a \cs{vbox} or \cs{vtop}).
+\TeX\ then switches to unrestricted horizontal mode
+with an empty horizontal list.
+In the case of \cs{indent} (which may be inserted
+implicitly) an empty \cs{hbox} of width
+\cstoidx parindent\par
+\cs{parindent} is placed at the start of the horizontal list;
+after \cs{noindent} no indentation
+box is inserted.
+
+The contents of the \csidx{everypar} \gr{token parameter}
+are then inserted into the input (see some applications below).
+After that,
+the page builder is exercised (see Chapter~\ref{page:break}).
+Note that this happens in horizontal mode: this is to
+move the \cs{parskip} glue to the current page.
+
+If an \cs{indent} command is given while \TeX\ is already in
+horizontal mode, the indentation box is inserted just the same.
+This is not very useful.
+
+%\point Assorted remarks
+\section{Assorted remarks}
+
+%\spoint Starting a paragraph with a box
+\subsection{Starting a paragraph with a box}
+
+An \cs{hbox} does not imply horizontal mode, so
+an attempt to start a paragraph with a box, for instance
+\begin{verbatim}
+\hbox to 0cm{\hss$\bullet$\hskip1em}Text ....
+\end{verbatim}
+will make the text following the box
+wind up one line below the box.
+It is necessary to switch to horizontal mode
+explicitly, using for instance \cs{noindent} or
+\cs{leavevmode}.
+The latter is defined using \cs{unhbox},
+which is a horizontal command.
+
+%\spoint Starting a paragraph with a group
+\subsection{Starting a paragraph with a group}
+
+If the first \gram{horizontal command} of a paragraph
+is enclosed in braces, the \cs{everypar} is evaluated
+inside the group. This may give unexpected results.
+Consider this example:
+\begin{verbatim}
+\everypar={\setbox0=\vbox\bgroup\def\par{\egroup}}
+{\bf Start} a paragraph ... \par
+\end{verbatim}
+The \gr{horizontal command} starting the paragraph is the
+character~`S', so when \cs{everypar} has been inserted
+the input is essentially
+\begin{verbatim}
+{\bf \indent\setbox0=\vbox\bgroup
+ \def\par{\egroup}Start} a paragraph ... \par
+\end{verbatim}
+which is equivalent to
+\begin{verbatim}
+{\bf \setbox0=\vbox{Start} a paragraph ... \par
+\end{verbatim}
+The effect of this is rather different from what was intended.
+\alt
+Also, \TeX\ will probably end the job inside a group.
+
+%\point Examples
+\section{Examples}
+
+%\spoint Stretchable indentation
+\subsection{Stretchable indentation }
+
+Considering that \cs{parindent} is a \gram{dimen}, not a \gram{glue},
+it is not possible to declare
+\begin{verbatim}
+\parindent=1cm plus 1fil
+\end{verbatim}
+in order to get
+a variable indentation at the start of a paragraph.
+This problem may be solved by putting
+\begin{verbatim}
+\everypar={\nobreak\hskip 1cm plus 1fil\relax}
+\end{verbatim}
+The \cs{nobreak} serves to prevent (in rare cases) a line break
+at the stretchable glue.
+
+%\spoint Suppressing indentation
+\subsection{Suppressing indentation}
+
+Inserting
+\verb.{\setbox0=\lastbox}. in the horizontal list
+at the beginning of the paragraph
+removes the indentation:
+indentation consists of a box, which is available through
+\cs{lastbox}. Assigning it effectively removes it from the list.
+
+However, this command sequence
+has to be inserted at a moment when \TeX\ has
+already switched to horizontal mode, so explicit insertion
+of these commands in front of the first \gram{horizontal
+command} of the paragraph does not work.
+The moment of insertion of the \cs{everypar} tokens
+is a better candidate: specifying
+\begin{verbatim}
+\everypar={{\setbox0=\lastbox}}
+\end{verbatim}
+leads to unindented paragraphs, even if \cs{parindent} is
+not zero.
+
+
+%\spoint[indent:scheme] An indentation scheme
+\subsection{An indentation scheme}
+\label{indent:scheme}
+
+The above idea of letting the indentation box be removed
+\howto Control indentation systematically\par
+by \cs{everypar} can be put to use in a systematic approach
+to indentation, where two conditionals
+\begin{verbatim}
+\newif\ifNeedIndent %as a rule
+\newif\ifneedindent %special cases
+\end{verbatim}
+control whether paragraphs should indent as a rule, and
+whether in special cases indentation is needed.
+This section is taken from~\cite{E3}.
+
+We take a fixed \cs{everypar}:
+\begin{verbatim}
+\everypar={\ControlledIndentation}
+\end{verbatim}
+which executes in some cases the macro \cs{RemoveIndentation}
+\begin{verbatim}
+\def\RemoveIndentation{{\setbox0=\lastbox}}
+\end{verbatim}
+The implementation of \cs{ControlledIndentation} is:\begin{verbatim}
+\def\ControlledIndentation
+ {\ifNeedIndent \ifneedindent
+ \else \RemoveIndentation\needindenttrue \fi
+ \else \ifneedindent \needindentfalse
+ \else \RemoveIndentation
+ \fi \fi}
+\end{verbatim}
+In order to regulate indentation for a whole document,
+the user now once specifies, for instance,
+\begin{verbatim}
+\NeedIndenttrue
+\end{verbatim}
+to indicate that, in principle,
+all paragraphs should indent.
+Macros such as \cs{section} can then prevent
+indentation in individual cases:
+\begin{verbatim}
+\def\section#1{ ... \needindentfalse}
+\end{verbatim}
+
+
+%\spoint[skip:scheme] A paragraph skip scheme
+\subsection{A paragraph skip scheme}
+\label{skip:scheme}
+
+The use of \cs{everypar} to control indentation,
+\howto Control vertical white space systematically\par
+as was sketched above, can be extended to the
+paragraph skip.
+
+A visible white space between paragraphs can be
+created by the \cs{parskip} parameter, but, once this
+parameter has been set to some value, it is difficult
+to prevent paragraph skip in certain places elegantly.
+Usually, white space above and below environments
+and section headings should be specifiable independently
+of the paragraph skip. This section sketches an
+approach where \cs{parskip} is set to zero directly
+above and below certain constructs, while the \cs{everypar}
+is used to restore former values. This section is
+taken from~\cite{E4}.
+
+First of all, here are two tools. The control sequence
+\cs{csarg} will be used only inside other macros;
+a typical call will look like
+\begin{verbatim}
+\csarg\vskip{#1Parskip}
+\end{verbatim}
+Here is the definition:\begin{verbatim}
+\def\csarg#1#2{\expandafter#1\csname#2\endcsname}
+\end{verbatim}
+Next follows a generalization of \cs{vskip}: the macro
+\cs{vspace} will not place its argument if the previous glue item
+is larger; otherwise it will eliminate the preceding
+glue, and place its argument.\begin{verbatim}
+\newskip\tempskipa
+\def\vspace#1{\tempskipa=#1\relax
+ \ifvmode \ifdim\tempskipa<\lastskip
+ \else \vskip-\lastskip \vskip\tempskipa \fi
+ \else \vskip\tempskipa \fi}
+\end{verbatim}
+
+Now assume that any construct \n{foo}
+with surrounding white space
+starts and ends with macro calls \verb>\StartEnvironment{foo}> and
+\verb>\EndEnvironment{foo}> respectively.
+Furthermore, assume that to this environment there correspond
+three glue registers:
+the \cs{fooStartskip} (glue
+above the environment), \cs{fooParskip} (the paragraph skip
+inside the environment), and the \cs{fooEndskip} (glue below
+the environment).
+
+For restoring the value of the paragraph skip
+a conditional and a glue register are needed:\begin{verbatim}
+\newskip\TempParskip \newif\ifParskipNeedsRestoring
+\end{verbatim}
+The basic sequence for the
+starting and ending macros for the environments is then
+\begin{verbatim}
+\TempParskip=\parskip\parskip=0cm\relax
+\ParskipNeedsRestoringtrue
+\end{verbatim}
+
+The implementations can now be given as:\begin{verbatim}
+\def\StartEnvironment#1{\csarg\vspace{#1Startskip}
+ \begingroup % make changes local
+ \csarg\TempParskip{#1Parskip} \parskip=0cm\relax
+ \ParskipNeedsRestoringtrue}
+\def\EndEnvironment#1{\csarg\vspace{#1Endskip}
+ \endgroup % restore global values
+ \ifParskipNeedsRestoring
+ \else \TempParskip=\parskip \parskip=0cm\relax
+ \ParskipNeedsRestoringtrue
+ \fi}
+\end{verbatim}
+The \cs{EndEnvironment} macro needs a little comment:
+if an environment is used inside another one, and
+it occurs before the first paragraph in that environment,
+the value of the paragraph skip for the outer environment
+has already been saved. Therefore no further actions are
+required in that case.
+
+Note that both macros start with a vertical skip. This prevents
+the \cs{begingroup} and \cs{endgroup} statements from
+occurring in a paragraph.
+
+We now come to the main point: if necessary, the
+\cs{everypar} will restore the value of the paragraph skip.
+\begin{verbatim}
+\everypar={\ControlledIndentation\ControlledParskip}
+\def\ControlledParskip
+ {\ifParskipNeedsRestoring
+ \parskip=\TempParskip \ParskipNeedsRestoringfalse
+ \fi}
+\end{verbatim}
+
+%\subject[par:end] Paragraph End
+\endofchapter
+\chapter{Paragraph End}\label{par:end}
+
+\TeX's mechanism for ending a paragraph is ingenious and effective.
+This chapter explains the mechanism, the role of \cs{par} in it,
+and it gives a number of practical remarks.
+
+\begin{inventory}
+\item [\cs{par}]
+ Finish off a paragraph and go into vertical mode.
+
+\item [\cs{endgraf}]
+ Synonym for \cs{par}: \verb>\let\endgraf=\par>
+
+\item [\cs{parfillskip}]
+ Glue that is placed between the last
+ element of the paragraph and the line end.
+ Plain \TeX\ default:~\n{0pt plus 1fil}.
+\end{inventory}
+
+%\point The way paragraphs end
+\section{The way paragraphs end}
+
+A paragraph is terminated by the primitive \cs{par} command,
+\term paragraph! end\par
+which can
+be explicitly typed by the user (or inserted by
+a macro expansion):\begin{verbatim}
+... last words.\par
+A new paragraph ...
+\end{verbatim}
+It can be implicitly generated in the input processor of \TeX\
+by an empty line (see Chapter~\ref{mouth}):\begin{verbatim}
+... last words.
+
+A new paragraph ...
+\end{verbatim}
+The \cs{par} can be inserted because a \gr{vertical command}
+occurred in unrestricted horizontal mode:\begin{verbatim}
+... last words.\vskip6pt
+A new paragraph ...
+\end{verbatim}
+Also, a paragraph ends if a closing brace is found
+in horizontal mode inside \cs{vbox}, \cs{insert}, or \cs{output}.
+
+After the \cs{par} command \TeX\ goes into vertical mode
+and exercises the page builder (see page~\pageref{par:page:build}).
+If the \cs{par} was inserted because a vertical command occurred in
+horizontal mode, the vertical command is then examined anew.
+The \cs{par} does not insert any vertical
+glue or penalties itself. A~\cs{par} command also clears
+the paragraph shape parameters (see Chapter~\ref{par:shape}).
+
+%\spoint The \cs{par} command and the \cs{par} token
+\subsection{The \cs{par} command and the \cs{par} token}
+
+It is important to distinguish between the \cs{par} token
+and the primitive \cs{par} command that is the initial meaning of
+that token. The \cs{par} token is inserted when the input
+processor sees an empty
+line, or when the execution processor finds a \gram{vertical command}
+in horizontal mode;
+the \cs{par} command is what actually closes off a paragraph.
+Decoupling the token and the command is an important tool
+for special effects in paragraphs (see some examples in
+Chapters \ref{boxes} and~\ref{rules}).
+
+
+%\spoint Paragraph filling: \cs{parfillskip}
+\subsection{Paragraph filling: \cs{parfillskip}}
+
+After the last element of the paragraph \TeX\ implicitly inserts
+the equivalent of
+\cstoidx parfillskip\par
+\begin{verbatim}
+\unskip \penalty10000 \hskip\parfillskip
+\end{verbatim}
+The \cs{unskip} serves to remove any spurious glue at the
+paragraph end, such as the space generated by the
+line end if the \cs{par} was inserted by the input processor.
+For example:\message{check unsplit paragraph example}
+\begin{verbatim}
+end.
+
+\noindent Begin
+\end{verbatim}
+results in the tokens
+\begin{disp}\n{end.\char32}\cs{par} \n{Begin}\end{disp}
+With the sequence inserted by the \cs{par} this becomes
+\begin{disp}\n{end.\char32}\verb>\unskip\penalty10000\hskip ...>\end{disp}
+which in turn gives
+\begin{disp}\verb>end.\penalty ...>\end{disp}
+
+The \cs{parfillskip} is in plain \TeX\ first-order infinite
+(\n{0pt plus 1fil}),
+so ending a paragraph with \verb.\hfil$\bullet$\par.
+will give a bullet halfway between the last word and the
+line end; with \verb.\hfill$\bullet$\par. it will be
+flush right.
+
+
+%\point Assorted remarks
+\section{Assorted remarks}
+
+%\spoint Ending a paragraph and a group at the same time
+\subsection{Ending a paragraph and a group at the same time}
+
+If a paragraph is set in a group,
+it may be necessary to ensure that the \cs{par} ending
+the paragraph occurs inside the group.
+The parameters influencing the typesetting of the paragraph,
+such as the \cs{leftskip} and the \cs{baselineskip},
+are only looked at when the paragraph is finished.
+Thus finishing off a paragraph with
+\begin{verbatim}
+... last words.}\par
+\end{verbatim}
+causes the values to be used
+that prevail outside the group, instead of those inside.
+
+Better ways to end the paragraph are
+\begin{verbatim}
+... last words.\par}
+\end{verbatim}
+or
+\begin{verbatim}
+... last words.\medskip}
+\end{verbatim}
+In the second example the vertical command \cs{medskip}
+causes the \cs{par} token to be inserted.
+
+%\spoint Ending a paragraph with \cs{hfill}\cs{break}
+\subsection{Ending a paragraph with \cs{hfill}\cs{break}}
+
+The sequence \verb.\hfill\break. is a way to force
+a `newline' inside a paragraph. If you end a paragraph
+with this, however, you will probably
+get an \verb-Underfull \hbox- error.
+Surprisingly, the underfull box is not the broken line
+\ldash after all, that one was filled \rdash
+but a completely empty box following it (actually, it
+does contain the \cs{leftskip} and \cs{rightskip}).
+
+What happens?
+The paragraph ends with \begin{verbatim}
+\hfill\break\par
+\end{verbatim}
+which turns into
+\begin{verbatim}
+\hfill\break\unskip\nobreak\hskip\parfillskip
+\end{verbatim}
+The \cs{unskip} finds no preceding glue, so the \cs{break}
+is followed by a penalty item and a glue item, both of
+which disappear after the line break has been chosen at the
+\cs{break}.
+However, \TeX\ has already decided that there should be an extra
+line, that is, an \verb.\hbox to \hsize.. And there is nothing
+\alt
+to fill it with, so an underfull box results.
+
+%\spoint Ending a paragraph with a rule
+\subsection{Ending a paragraph with a rule}
+
+See page~\pageref{par:leaders:end} for paragraphs ending with
+rule leaders instead of the default \cs{parfillskip}
+white space.
+
+%\spoint No page breaks in between paragraphs
+\subsection{No page breaks in between paragraphs}
+
+The \cs{par} command does not insert any glue in the
+\howto Prevent page breaks in between paragraphs\par
+vertical list, so
+in the sequence
+\begin{verbatim}
+ ... last words.\par \nobreak \medskip
+\noindent First words ...
+\end{verbatim}
+no page breaks will occur between the paragraphs.
+The vertical list generated is
+\begin{verbatim}
+\hbox(6.94444+0.0)x ... % last line of paragraph
+\penalty 10000 % \nobreak
+\glue 6.0 plus 2.0 minus 2.0 % \medskip
+\glue(\parskip) 0.0 plus 1.0 % \parskip
+\glue(\baselineskip) 5.05556 % interline glue
+\hbox(6.94444+0.0)x ... % first line of paragraph
+\end{verbatim}
+\TeX\ will not break this vertical list above the \cs{medskip},
+because the penalty value prohibits it; it will not break
+at any other place, because it can only break at glue if
+that glue is preceded by a non-discardable item.
+
+%\spoint Finite \cs{parfillskip}
+\subsection{Finite \cs{parfillskip}}
+
+In plain \TeX, \cs{parfillskip} has a (first-order) infinite
+stretch component. All other glue in the last line of a
+paragraph will then be set at natural width.
+If the \cs{parfillskip} has only finite (or possibly zero)
+stretch, other glue will be stretched or shrunk.
+A display formula in a paragraph with such a last line
+will be surrounded by \cs{abovedisplayskip} and \cs{belowdisplayskip},
+even if \cs{abovedisplayshortskip} glue would be in order.
+
+The reason for this is that glue setting is slightly
+machine-dependent, and any such processes should be kept
+out of \TeX's global decisions.
+
+%\spoint A precaution for paragraphs that do not indent
+\subsection{A precaution for paragraphs that do not indent}
+
+If you are setting a text with both the paragraph indentation
+and the white space between paragraphs zero, you run the risk
+that the start of a new paragraph may be indiscernible when
+the last line of the previous paragraph ends almost
+or completely flush right.
+A~sensible precaution for this is to set the \cs{parfillskip}
+to, for instance \begin{verbatim}
+ \parfillskip=1cm plus 1fil
+\end{verbatim}
+instead of the usual \n{0cm~plus~1fil}.
+
+On the other hand, you may let yourself be convinced by
+\cite{Tsch} that paragraphs should always indent.
+
+%\subject[par:shape] Paragraph Shape
+\endofchapter
+\chapter{Paragraph Shape}\label{par:shape}
+
+This chapter treats the parameters and commands that influence the
+\term paragraph! shape\par
+shape of a paragraph.
+
+\begin{inventory}
+\item [\cs{parindent}]
+ Width of the indentation box added in front of a paragraph.
+ Plain \TeX\ default:~\n{20pt}.
+
+\item [\cs{hsize}]
+ Line width used for typesetting a paragraph.
+ Plain \TeX\ default:~\n{6.5in}.
+
+\item [\cs{leftskip}]
+ Glue that is placed to the left of all lines of a paragraph.
+
+
+\item [\cs{rightskip}]
+ Glue that is placed to the right of all lines of a paragraph.
+
+
+\item [\cs{hangindent}]
+ If positive, this indicates indentation from the left margin;
+ if negative, this is the negative of the indentation
+ from the right margin.
+
+\item [\cs{hangafter}]
+ If positive, this denotes the number of lines
+ before indenting starts;
+ if negative, the absolute value of this is the number
+ of indented lines starting with the first line of the paragraph.
+ Default:~\n1.
+
+\item [\cs{parshape}]
+ Command for general paragraph shapes.
+
+\end{inventory}
+
+
+%\point The width of text lines
+\section{The width of text lines}
+
+When \TeX\ has finished absorbing a paragraph,
+\term line! width\par
+it has formed a horizontal list, starting with an indentation
+box, and ending with \cs{parfillskip} glue.
+This list is then broken into lines of length \cs{hsize}.
+\cstoidx hsize\par\cstoidx leftskip\par\cstoidx rightskip\par
+Each line of a paragraph is padded left and right with
+certain amounts of glue, the \cs{leftskip} and \cs{rightskip},
+which are taken into account in reaching \cs{hsize}.
+
+The values of \cs{leftskip} and \cs{rightskip} are taken
+into account in the line-breaking algorithm.
+Thus the main point about the \csidx{raggedright}
+macro in plain \TeX\ and the \LaTeX\ `flushleft'
+environment is that they
+set the \cs{rightskip} to zero plus some stretch.
+
+The commands \cs{parshape} and \cs{hangindent}
+also affect line width. They work by altering the
+\cs{hsize} and afterwards shifting the boxes
+containing the lines.
+
+%\point Shape parameters
+\section{Shape parameters}
+
+%\spoint Hanging indentation
+\subsection{Hanging indentation}
+
+\message{twolines?}
+A simple, and frequently occurring, paragraph shape is that
+\term hanging! indentation\par
+\cstoidx hangafter\par\cstoidx hangindent\par
+with a number of starting or trailing lines indented.
+\TeX\ can realize such shapes using two parameters:
+\cs{hangafter} and \cs{hangindent}.
+Both can assume positive and negative values.
+
+The \cs{hangindent} controls the amount of indentation:
+\begin{itemize}\item \cs{hangindent}${}>0$: the paragraph
+is indented at the left margin by this amount.
+\item\cs{hangindent}${}<0$: the paragraph is indented
+at the right margin by the absolute value of this amount.
+\end{itemize}
+\def\exnul{\leftskip=0pt \rightskip=0pt \relax}
+For example (assume \cs{parindent=0pt}),
+\begin{disp}\leavevmode\message{Check parshape example!}%
+\hbox{%\Distance:verbatimwhiteleft=0pt
+$\vcenter{\snugbox{\begin{verbatim}
+ a a a a a a a a a a a a ...
+
+ \hangindent=10pt
+ a a a a a a a a a a a a ...
+
+ \hangindent=-10pt
+ a a a a a a a a a a a a ...
+\end{verbatim}
+}}$\quad gives\quad %\Spaces:2 gives \Spaces:2
+$\vcenter{\parindent0pt \setbox0\hbox{a a a a a}\hsize\wd0
+ \leftskip=0pt %\parskip6pt
+ a a a a a a a a a a a a \dots\par%\vskip\baselineskip
+ \hangindent=10pt
+ a a a a a a a a a a a a \dots\par%\vskip\baselineskip
+ \hangindent=-10pt
+ a a a a a a a a a a a a \dots\par}$
+}\end{disp}
+The default value of \cs{hangindent} is~\n{0pt}.
+
+The \cs{hangafter} parameter determines the number of
+lines that is indented:
+\begin{itemize}\item \cs{hangafter}${}\geq0$:
+after this number of lines the rest of the lines will be
+indented; in other words, this many lines from the
+start of the paragraph will not be indented.
+\item \cs{hangafter}${}<0$: the absolute value of this
+is the number of lines that will be indented starting
+at the beginning of the paragraph.\end{itemize}
+For example,
+\message{check left align}
+\begin{disp}\leavevmode\hbox{%\Distance:verbatimwhiteleft=0pt
+$\vcenter{\snugbox{\begin{verbatim}
+ a a a a a a a a a a a a ...
+
+ \hangindent=10pt \hangafter=2
+ a a a a a a a a a a a a ...
+
+ \hangindent=10pt \hangafter=-2
+ a a a a a a a a a a a a ...
+\end{verbatim}
+}}$%\quad looks like\quad% \Spaces:2 looks like \Spaces:2
+$\vcenter{\parindent0pt \setbox0\hbox{a a a a a}\hsize\wd0
+ \leftskip=0pt %\parskip6pt
+ a a a a a a a a a a a a \dots\par%\vskip\baselineskip
+ \hangindent=10pt \hangafter=2
+ a a a a a a a a a a a a \dots\par%\vskip\baselineskip
+ \hangindent=10pt \hangafter=-2
+ a a a a a a a a a a a a \dots\par}$
+}\end{disp}
+The default value for \cs{hangafter} is~\n1.
+
+With both parameters having the possibility to
+be positive and negative,
+four ways of hanging indentation result. See below
+for hanging indentation into the margin (`outdent').
+
+Hanging indentation is implemented as follows.
+The amount of hanging indentation is subtracted
+from the \cs{hsize} for the lines that indent;
+after the paragraph has been broken into horizontal
+boxes, the lines that should indent on the left are
+shifted right.
+
+Regular indentation of size \cs{parindent} is not
+influenced by hanging indentation. Thus you should
+start a paragraph with hanging indentation
+explicitly by~\cs{noindent} if the extra
+indentation is unwanted.
+
+The default values of \cs{hangindent} and \cs{hangafter} are
+restored after every \cs{par} command.
+
+%\spoint General paragraph shapes: \cs{parshape}
+\subsection{General paragraph shapes: \cs{parshape}}
+
+Quite general paragraph shapes can be implemented
+using \csidx{parshape}. With this command line lengths and indentation
+for the first $n$ lines
+of a paragraph can be specified. Thus this command
+takes $2n+1$ parameters: the number of lines $n$, followed
+by $n$ pairs of an indentation and a line length.
+\begin{disp} \cs{parshape}\gr{equals}
+ $n$ $i_1$ $\ell_1$ $\ldots$ $i_n$ $\ell_n$\end{disp}
+The specification for the last line is repeated if the
+paragraph following has more than $n$ lines. If there are fewer
+than $n$ lines the remaining specifications are ignored.
+The default value is (naturally) \cs{parshape${}={}$0}.
+
+A \cs{parshape} command takes precedence over a \cs{hangindent}
+if both have been specified.
+%Regular \cs{parindent} indentation
+%is suppressed if \cs{parshape} is in effect.
+Regular \cs{parindent}, \cs{leftskip},
+and \cs{rightskip} are still obeyed if \cs{parshape} is in effect.
+
+The \cs{parshape} parameter is, like \cs{hangindent}, \cs{hangafter},
+and \cs{looseness} (see Chapter~\ref{line:break}),
+cleared after a \cs{par}
+command. Since every empty line generates a \cs{par} token,
+one should not leave an empty line
+between a paragraph shape (or hanging indentation)
+declaration and the following paragraph.
+
+The control sequence
+\alt
+\cs{parshape} is an \gr{internal integer}:
+its value is the number of lines $n$ with which
+it was set.
+
+%\point Assorted remarks
+\section{Assorted remarks}
+
+%\spoint Centred last lines
+\subsection{Centred last lines}
+
+Equal stretch and shrink amounts for the \cs{leftskip} and
+\cs{rightskip}
+give centred texts, in the sense that each line is
+centred.
+For proper centring of the first
+and last lines of a paragraph the \cs{parindent} and
+\cs{parfillskip} have to be made zero.
+However, the margins are ragged.
+
+A surprising application of \cs{leftskip} and \cs{rightskip}
+\mdqon
+\howto Centre the first/""last line of a paragraph\par
+\mdqoff
+leads to paragraphs with flush margins and a centred
+last line.
+\begin{verbatim}
+\leftskip=0cm plus 0.5fil \rightskip=0cm plus -0.5fil
+\parfillskip=0cm plus 1fil
+\end{verbatim}
+
+For all lines of a paragraph but the
+last one the stretch components
+add up to zero so the \cs{leftskip} and \cs{rightskip}
+inserted are zero.
+On the last line the \cs{parfillskip} adds \hbox{\n{plus 1fil}}
+of stretch; therefore there is a total of
+\hbox{\n{plus 0.5fil}} of stretch at both the left and right
+end of the line.
+
+It would have been incorrect to specify
+\begin{verbatim}
+\leftskip=0cm plus 0.5fil \rightskip=0cm minus 0.5fil
+\end{verbatim}
+\TeX\ gives an error about this: it complains about
+`infinite shrinkage'.
+
+Centring not only the last line, but also the
+first line of a paragraph can be done by
+the parameter settings
+\begin{verbatim}
+\parindent=0pt \everypar{\hskip 0pt plus -1fil}
+\leftskip=0pt plus .5fil
+\rightskip=0pt plus -.5fil
+\end{verbatim}
+This time a horizontal skip inserted by \cs{everypar}
+combines with the \cs{leftskip} to give the same
+amount of stretchability on both sides of the
+first line of the paragraph.
+
+%\spoint Indenting into the margin
+\subsection{Indenting into the margin}
+
+Suppose you want a hanging indent of \n{1cm} {\sl into\/}
+\howto Indent into the margin\par
+the left margin after the first two lines of a paragraph.
+Specifying \verb/\hangindent=-1cm/ will give
+a hanging indentation of one centimetre from the {\sl right\/}
+margin, so another approach is necessary. The following does the
+job:
+\begin{verbatim}
+ \leftskip=-1cm \hangindent=1cm \hangafter=-2
+\end{verbatim}
+The only problem with this is that
+the leftskip needs to be reset after the paragraph.
+Suitable redefinition of \cs{par} removes this objection:
+\begin{verbatim}
+\def\hangintomargin{\bgroup
+ \leftskip=-1cm \hangindent=1cm \hangafter=-2
+ \def\par{\endgraf\egroup}}
+\end{verbatim}
+The redefinition of \cs{par} is here local to the paragraph that
+should be outdented.
+
+Another, elegant, solution uses \cs{parshape}:
+\begin{verbatim}
+
+\dimen0=\hsize \advance\dimen0 by 1cm
+\parshape=3 % three lines:
+ 0cm\hsize % first line specification
+ 0cm\hsize % second line specification
+ -1cm\dimen0 % third line specification
+\end{verbatim}
+
+%\spoint Hang a paragraph from an object
+\subsection{Hang a paragraph from an object}
+
+The \LaTeX\ format has a macro, \cs{@hangfrom}, to have
+\howto Hang a paragraph from an object\par
+one paragraph of text hanging from some object, usually a box
+or a short line of text.
+
+\begingroup
+\medskip
+\def\hangobject{Example \ }
+\setbox0=\hbox{\hangobject}
+\hangindent \wd0 \noindent \hangobject
+This paragraph is an example of the \cs{hangfrom} macro
+defined below.
+In the \LaTeX\ document
+styles, the \cs{@hangfrom} macro (which is similar to this)
+is used for multi-line section headings.\par
+\endgroup
+
+Consider then the macro \cs{hangfrom}:
+\begin{verbatim}
+
+\def\hangfrom#1{\def\hangobject{#1}\setbox0=\hbox{\hangobject}%
+ \hangindent \wd0 \noindent \hangobject \ignorespaces}
+\end{verbatim}
+Because of the default \cs{hangafter=1}, this
+will produce one line of width \cs{hsize}, after which the
+rest of the paragraph will be left indented by the width of the
+\cs{hangobject}.
+
+%\spoint Another approach to hanging indentation
+\subsection{Another approach to hanging indentation}
+
+Hanging indentation can also be attained by a combination
+of shifting the left margin and outdenting.
+Itemized lists can for instance be implemented in this manner:
+\begin{verbatim}
+\newdimen\listindent
+\def\itemize{\begingroup
+ \advance\leftskip by \listindent
+ \parindent=-\listindent}
+\def\stopitemize{\par\endgroup}
+\def\item#1{\par\leavevmode
+ \hbox to \listindent{#1\hfil}\ignorespaces
+ }
+\end{verbatim}
+If an item should encompass more than one paragraph, the
+implementation could be
+\begin{verbatim}
+\newdimen\listindent \newdimen\listparindent
+\def\itemize{\begingroup
+ \advance\leftskip by \listindent
+ \parindent=\listparindent}
+\def\stopitemize{\par\endgroup}
+\def\item#1{\par\noindent
+ \hbox to 0cm{\kern-\listindent #1\hfil}\ignorespaces
+ }
+\end{verbatim}
+
+\begin{example}
+\begin{verbatim}
+\itemize\item{1.}First item\par
+Is two paragraphs long.
+\item{2.}Second item.\stopitemize
+\end{verbatim}
+gives
+\begin{disp}
+\def\itemize{\begingroup
+ \advance\leftskip by \parindent
+ \parindent=1em\relax}
+\def\stopitemize{\par\endgroup}
+\def\item#1{\par\noindent
+ \hbox to 0cm{\kern-\parindent #1\hfil}\ignorespaces
+ }
+\itemize\item{1.}First item\par
+Is two paragraphs long.
+\item{2.}Second item.\stopitemize
+\end{disp}
+\end{example}
+
+%\spoint Hanging indentation versus \cs{leftskip} shifting
+\subsection{Hanging indentation versus \cs{leftskip} shifting}
+
+From the above examples it would seem that
+hanging indentation and modifying the \cs{leftskip} and \cs{rightskip}
+are interchangeable. They are, but only to a certain extent.
+\altt
+
+Setting \cs{leftskip} to some positive value for a paragraph
+means that the \cs{hsize} stays the same, but every line
+starts with a glue item. Hanging indentation, on the other hand,
+is implemented by decreasing the \cs{hsize} value for the
+lines that hang, and shifting the finished
+horizontal boxes horizontally in the surrounding vertical list.
+
+The difference between the two approaches becomes visible
+mainly in the fact that display formulas are not shifted
+when the \cs{leftskip} is altered.
+See Chapter~\ref{rules} for an example showing how leaders
+are affected by margin shifting.
+
+%\spoint More examples
+\subsection{More examples}
+
+Some more examples of paragraph shapes (effected by
+various means) can be found in~\cite{E1}. One example
+from that article appears on page~\pageref{varioset}.
+
+%\subject[line:break] Line Breaking
+\endofchapter
+\chapter{Line Breaking}\label{line:break}
+
+This chapter treats line breaking and the concept of `badness' that \TeX\
+uses to decide how to break a paragraph into lines,
+or where to break a page.
+The various penalties contributing to the cost of line breaking
+are treated here, as is hyphenation.
+Page breaking is treated in Chapter~\ref{page:break}.
+
+\begin{inventory}
+\item [\cs{penalty}]
+ Specify desirability of not breaking at this point.
+
+\item [\cs{linepenalty}]
+ Penalty value associated with each line break.
+ Plain \TeX\ default:~\n{10}.
+
+\item [\cs{hyphenpenalty}]
+ Penalty associated with break at a discretionary item
+ in the general case.
+ Plain \TeX\ default:~\n{50}.
+
+\item [\cs{exhyphenpenalty}]
+ Penalty for breaking a horizontal line at a discretionary
+ item in the special case where the prebreak text is empty.
+ Plain \TeX\ default:~\n{50}.
+
+\item [\cs{adjdemerits}]
+ Penalty for adjacent visually incompatible lines.
+ Plain \TeX\ default:~\n{10$\,$000}.
+
+\item [\cs{doublehyphendemerits}]
+ Penalty for consecutive lines ending with a hyphen.
+ Plain \TeX\ default:~\n{10$\,$000}.
+
+\item [\cs{finalhyphendemerits}]
+ Penalty added when the penultimate line of a
+ paragraph ends with a hyphen.
+ Plain \TeX\ default:~\n{5000}.
+
+\item [\cs{allowbreak}]
+ Macro for creating a breakpoint by inserting a
+ \cs{penalty0}.
+
+\item [\cs{pretolerance}]
+ Tolerance value for a paragraph without hyphenation.
+ Plain \TeX\ default:~\n{100}.
+
+\item [\cs{tolerance}]
+ Tolerance value for lines in a paragraph with hyphenation.
+ Plain \TeX\ default:~\n{200}.
+
+\item [\cs{emergencystretch}]
+ (\TeX3 only)
+ Assumed extra stretchability in lines of a paragraph.
+
+\item [\cs{looseness}]
+ Number of lines by which this paragraph has to be made longer
+ than it would be ideally.
+
+\item [\cs{prevgraf}]
+ The number of lines in the paragraph last
+ added to the vertical list.
+
+\item [\cs{discretionary}]
+ Specify the way a character sequence is split up at a line break.
+
+\item [\cs{-}]
+ Discretionary hyphen; this is
+ equivalent to \verb|\discretionary{-}{}{}|.
+
+\item [\cs{hyphenchar}]
+ Number of the hyphen character of a font.
+
+\item [\cs{defaulthyphenchar}]
+ Value of \cs{hyphenchar} when a font is loaded.
+ Plain \TeX\ default:~\n{`\cs{-}}.
+
+\item [\cs{uchyph}]
+ Positive to allow hyphenation of words starting with a capital
+ letter.
+ Plain \TeX\ default:~\n{1}.
+
+\item [\cs{lefthyphenmin}]
+ (\TeX3 only)
+ Minimal number of characters before a hyphenation.
+ Plain \TeX\ default:~\n{2}.
+
+\item [\cs{righthyphenmin}]
+ (\TeX3 only)
+ Minimum number of characters after a hyphenation.
+ Plain \TeX\ default:~\n{3}.
+
+\item [\cs{patterns}]
+ Define a list of hyphenation patterns for the current
+ value of \cs{language}; allowed only in \IniTeX.
+
+\item [\cs{hyphenation}]
+ Define hyphenation exceptions for the current value of \cs{language}.
+
+\item [\cs{language}]
+ Choose a set of hyphenation patterns and exceptions.
+
+\item [\cs{setlanguage}]
+ Reset the current language.
+
+\end{inventory}
+
+
+%\point Paragraph break cost calculation
+\section{Paragraph break cost calculation}
+
+A paragraph is broken such that the amount $d$ of {\em demerits\/}
+associated with breaking it is minimized.
+The total amount of demerits for a paragraph is the sum
+of those for the individual lines, plus possibly some extra
+penalties. Considering a paragraph as a whole instead of
+breaking it on a line-by-line basis can lead to better
+line breaking: \TeX\ can choose to take a slightly less beautiful
+line in the beginning of the paragraph in order to avoid
+bigger trouble later on.
+
+For each line demerits are calculated from the {\em badness\/}~$b$
+of stretching or shrinking the line to the break, and
+the {\em penalty\/}~$p$ associated with the break.
+The badness is not allowed to exceed a certain prescribed
+tolerance.
+
+In addition to the demerits for breaking individual lines,
+\TeX\ assigns demerits for the way lines combine; see below.
+
+The
+\mdqon
+implementation of \TeX's paragraph"-breaking algorithm
+\mdqoff
+is explained in~\cite{K:break}.
+
+%\spoint Badness
+\subsection{Badness}
+
+From the ratio between the stretch or shrink present in a
+\term badness! and line breaking\par\term line breaking!badness\par
+line, and the actual stretch or shrink taken,
+the `badness' of breaking a line at a certain point is calculated.
+This badness is an important
+factor in the process of line breaking.
+See page~\pageref{bad:form} for the formula for badness.
+
+In this chapter
+badness will only be discussed in the context of line breaking.
+Badness is also computed when a vertical list is stretched
+or shrunk (see Chapter~\ref{page:break}).
+
+The following terminology is used to describe badness:
+\begin{description} \item [tight (3)]
+is any line that has shrunk with a badness~$b\geq13$,
+that is, by using at least one-half of its amount of shrink
+(see page~\pageref{bad:form} for the computation).
+\item [decent (2)]
+is any line with a badness~$b\leq12$.
+\item [loose (1)]
+is any line that has stretched with a badness~$b\geq13$,
+that is, by using at least one-half of its amount of stretch.
+\item [very loose (0)]
+is any line that has stretched with a badness~$b\geq100$,
+that is, by using its full amount of stretch or more. Recall
+that glue can stretch, but not shrink more than its
+allowed amount.
+\end{description}
+The numbering is used in trace output (Chapter~\ref{trace}), and
+it is also used in the following definition:
+if the classifications of two adjacent lines differ by more than~1,
+the lines are said to be {\em visually incompatible\/}.
+See below for the \cs{adjdemerits} parameter associated with this.
+
+Overfull horizontal and vertical
+boxes are passed unnoticed if their excess width
+or height is less than \cs{hfuzz} or \cs{vfuzz} respectively;
+they are not reported if the badness is less than
+\cs{hbadness} or \cs{vbadness} (see Chapter~\ref{boxes}).
+
+%\spoint Penalties and other break locations
+\subsection{Penalties and other break locations}
+
+Line breaks can occur at the following places in horizontal
+\cstoidx penalty\par
+\term lists !horizontal! breakpoints in\par
+\term lists !horizontal! penalties in \par
+lists:
+\begin{enumerate} \item At a penalty. The penalty value is the
+`aesthetic cost' of breaking the line at that place.
+Negative penalties are considered as bonuses.
+A~penalty of $10\,000$ or more inhibits, and a penalty
+of $-10\,000$ or less forces, a~break.
+
+Putting more than one penalty
+in a row is equivalent to putting just the one with the
+minimal value, because that one is the best candidate for line breaking.
+
+Penalties in horizontal mode are inserted by the user (or a
+user macro). The only exception is the \cs{nobreak}
+inserted before the \cs{parfillskip} glue.
+
+\item At a glue, if it is not part of a math formula, and
+if it is preceded by a non-discardable item (see Chapter~\ref{hvmode}).
+There is no penalty associated with breaking at glue.
+
+The condition about the non-discardable precursor is necessary,
+because otherwise breaking in between two pieces of glue would
+be possible, which would cause ragged edges to the paragraph.
+
+\item At a kern, if it is not part of a math formula
+and if it is followed by glue.
+There is no penalty associated with breaking at a~kern.
+
+\item At a math-off, if that is followed by glue.
+Since math-off
+(and math-on) act as kerns (see Chapter~\ref{math}),
+this is very much like the previous case.
+There is no penalty associated with breaking at a~math-off.
+
+\item At a discretionary break. The penalty
+is the \cs{hyphenpenalty} or the \cs{exhyphenpenalty}.
+This is treated below.
+\end{enumerate}
+
+Any discardable material following the break \ldash glue, kerns,
+\mdqon
+math-on/""off and penalties \rdash is discarded. If one considers
+\mdqoff
+a line break at glue (kern, math-on{/}off) to occur at the
+front end of the glue item, this implies that that piece
+of glue disappears in the break.
+
+%\spoint Demerits
+\subsection{Demerits}
+
+From the badness of a line and the penalty, if any, the demerits
+of the line are calculated. Let $l$ be the value of
+\csidx{linepenalty}, $b$~the badness of the line,
+$p$~the penalty at the break; then the demerits $d$
+\term demerits\par
+are given by
+\begin{disp}$\displaystyle d=\cases{(l+b)^2+p^2&if $0\leq p<10\,000$\cr
+ (l+b)^2-p^2&if $-10\,000<p<0$\cr
+ (l+b)^2 &if $p\leq-10\,000$\cr}$\end{disp}
+
+Both this formula and the one for the badness are described
+\alt
+in \cite{K:break} as `quite arbitrary',
+but they have been shown to lead to
+good results in practice.
+
+The demerits for a paragraph are the sum of the demerits for
+the lines, plus \begin{itemize}
+\item the \csidx{adjdemerits} for any two
+ adjacent lines that are not visually compatible (see above),
+\item \csidx{doublehyphendemerits} for any two
+ consecutive lines ending with a hyphen, and the
+\item \csidx{finalhyphendemerits}
+ if the penultimate line of a paragraph
+ ends with a hyphen.\end{itemize}
+
+At the start of a paragraph \TeX\ acts as if
+there was a preceding line which was `decent'.
+Therefore \cs{adjdemerits} will be added if the first
+line is `very loose'. Also, the last line
+of a paragraph is ordinarily also `decent'
+\ldash all spaces are set at natural width
+owing to the infinite stretch in the \cs{parfillskip} \rdash
+so \cs{adjdemerits} are added if
+the preceding line is `very loose'.
+
+Note that the penalties at which a line break
+is chosen weigh about as heavily as the badness of
+the line, so they can be relatively small.
+However, the three extra demerit parameters
+have to be of the order of the square of
+penalties and badnesses to weigh equally heavily.
+
+%\spoint The number of lines of a paragraph
+\subsection{The number of lines of a paragraph}
+
+After a paragraph has been completed (or partially
+completed prior to a display), the variable \csidx{prevgraf}
+records the number of lines in the paragraph.
+By assigning to this variable \ldash and
+because this is a \gr{special integer}
+such an assignment is automatically global \rdash
+\TeX's decision processes can be influenced.
+This may be useful in combination with hanging indentation
+or \cs{parshape} specifications (see Chapter~\ref{par:shape}).
+
+\mdqon
+Some direct influence of the line"-breaking process
+\mdqoff
+on the resulting number of lines exists. One factor
+is the \cs{linepenalty} which is included in the demerits
+of each line. By increasing the line penalty \TeX\ can be
+made to minimize the number of lines in a paragraph.
+
+Deviations from the optimal number of lines, that is, the
+number of lines stemming from the optimal way of breaking a
+paragraph into lines, can be forced by the user by means
+of the \csidx{looseness} parameter. This parameter, which is
+reset every time the shape parameters
+are cleared (see Chapter~\ref{par:shape}),
+indicates by how many lines the current
+paragraph should be made longer than is optimal. A~negative
+value of \cs{looseness} will attempt to make the paragraph shorter
+by a number of lines that is the absolute value of the parameter.
+
+\TeX\ will still observe the values
+of \cs{pretolerance} and \cs{tolerance} (see below)
+when lengthening or shortening a paragraph under influence
+of \cs{looseness}.
+Therefore,
+\TeX\ will only lengthen or shorten a paragraph for as far
+as is possible without exceeding these parameters.
+
+
+%\spoint[between:lines] Between the lines
+\subsection{Between the lines}
+\label{between:lines}
+
+\TeX's
+paragraph mechanism packages lines into horizontal boxes
+that are appended to the surrounding vertical list.
+The resulting sequence of vertical items is then a
+repeating sequence of
+\begin{itemize}\item a box containing a line of text,
+\item possibly migrated vertical material (see page~\pageref{migrate}),
+\item a penalty item reflecting the cost of a page break
+ at that point, which is normally the \cs{interlinepenalty}
+ (see Chapter~\ref{page:break}), and
+\item interline glue, which is calculated automatically
+ on basis of the \cs{prevdepth} (see Chapter~\ref{baseline}).
+\end{itemize}
+
+%\point The process of breaking
+\section{The process of breaking}
+
+\TeX\ tries to break paragraphs in such a way that
+\term paragraph! breaking into lines\par
+the badness of each line does not exceed a certain tolerance.
+If there exists more than one solution to this, the one with
+the fewest demerits is taken.
+
+By setting \csidx{tracingparagraphs} to a positive value,
+\TeX\ can be made to report the calculations of the
+paragraph mechanism in the log file. Some implementations of \TeX\
+may have this option disabled to make \TeX\ run faster.
+
+%\spoint Three passes
+\subsection{Three passes}
+
+First an attempt is made to split the paragraph into lines
+without hyphenating, that is, without inserting discretionary
+hyphens. This attempt succeeds if none of the
+lines has a badness exceeding \csidx{pretolerance}.
+
+Otherwise, a second pass is made, inserting discretionaries
+and using \csidx{tolerance}.
+If \cs{pretolerance} is negative, the first pass is omitted.
+
+\TeX\ can be made to make a third pass if the first and
+second pass fail.
+If \csidx{emergencystretch} is a positive dimension,
+\TeX\ will assume this much extra stretchability
+in each line when badness and demerits are calculated.
+Thus solutions that only slightly exceeded the given
+tolerances will now become feasible.
+However, no glue of size \cs{emergencystretch} is
+actually present, so underfull box messages
+may still occur.
+
+%\spoint Tolerance values
+\subsection{Tolerance values}
+
+How much
+trouble \TeX\ will have typesetting a piece of text
+depends partly on the tolerance value.
+Therefore it is sensible to have some idea of
+what badness values mean in visual terms.
+
+For lines that are stretched, the badness is
+100 times the cube of the stretch ratio.
+A~badness of 800 thus means that the stretch ratio
+is~2.
+If the space is,
+\alt
+as in the ten-point Computer Modern Font,
+\begin{verbatim}
+3.33pt plus 1.67pt minus 1.11pt
+\end{verbatim}
+a badness of 800 means that spaces have been stretched to
+\begin{disp} \n{3.33pt}${}+2\times{}$\n{1.67pt}${}={}$\n{6.66pt}\end{disp}
+that is, to exactly double their natural size.
+It is up to you to decide whether this is too large.
+
+%\point Discretionaries
+\section{Discretionaries}
+
+A discretionary item \verb-\discretionary{..}{..}{..}-
+\term discretionary item\par\cstoidx discretionary\par
+marks a place where a word can be broken.
+Each of the three arguments is a \gr{general text}
+(see Chapter~\ref{gramm}):
+they are, in sequence,
+\begin{itemize} \item the {\em pre-break\/} text, which is appended
+to the part of the word before the break,
+\item the {\em post-break\/} text, which is prepended to the part
+of the word after the break, and
+\item the {\em no-break\/} text, which is used if the word
+is not broken at the discretionary item.\end{itemize}
+For example: \verb>ab\discretionary{g}{h}{cd}ef>
+is the word \hbox{\n{abcdef}}, but it can be hyphenated
+\alt
+with \n{abg} before the break and \n{hef} after.
+Note that there is no automatic hyphen character.
+
+All three texts may contain any sorts of tokens,
+but any primitive commands and macros
+should expand to boxes, kerns, and characters.
+
+%\spoint Hyphens and discretionaries
+\subsection{Hyphens and discretionaries}
+
+Internally, \TeX\ inserts the equivalent of
+\cstoidx hyphenchar\par\term character !hyphen\par
+\begin{verbatim}
+\discretionary{\char\hyphenchar\font}{}{}
+\end{verbatim}
+at every place where a word can be broken. No
+such discretionary is inserted if \verb>\hyphenchar\font>
+is not in the range 0--255, or if its position in the
+font is not filled.
+When a font is loaded, its \cs{hyphenchar} value
+is set to \csidx{defaulthyphenchar}. The \cs{hyphenchar}
+value can be changed after this.
+
+In plain \TeX\ the \cs{defaulthyphenchar} has the value~\verb>`\->, so
+for all fonts character~45 (the \ascii\ hyphen character)
+is the hyphen sign, unless
+it is specified otherwise.
+
+The primitive command \verb|\-| (called a `discretionary hyphen')
+\csterm -\par\term discretionary hyphen\par
+is equivalent to the above
+\verb|\discretionary{\char\hyphenchar\font}{}{}|.
+Breaking at such a discretionary, whether inserted implicitly
+by \TeX\ or explicitly by the user, has
+a cost of \csidx{hyphenpenalty}.
+
+
+In unrestricted horizontal mode an empty discretionary
+\cs{disc\-re\-tio\-na\-ry}\verb-{}{}{}-
+is automatically inserted after characters
+whose character code is the \cs{hyphenchar} value
+of the font, thus enabling hyphenation at that point.
+The penalty for breaking a line at
+such a discretionary with an empty pre-break text
+is \csidx{exhyphenpenalty}, that is, the `explicit hyphen' penalty.
+
+If a word contains
+discretionary breaks, for instance
+because of explicit hyphen characters,
+\TeX\ will not consider it for further hyphenation.
+People have solved the ensuing problems by tricks
+such as
+\howto Enable hyphenation of a word containing a hyphen\par
+\begin{verbatim}
+\def\={\penalty10000 \hskip0pt -\penalty0 \hskip0pt\relax}
+... integro\=differential equations...
+\end{verbatim}
+The skips before and after the hyphen lead \TeX\ into
+treating the first and second half of the
+compound expression as separate words; the penalty
+before the first skip inhibits breaking before the hyphen.
+
+%\spoint Examples of discretionaries
+\subsection{Examples of discretionaries}
+
+Languages such as German or Dutch have words that change
+\term languages\par
+spelling when hyphenated (German: `\hbox{backen}'
+becomes `\hbox{bak-ken}'; Dutch: `\hbox{autootje}'
+becomes `\hbox{auto-tje}'). This problem can be solved
+with \TeX's discretionaries.
+
+For instance, for German (this is inspired by~\cite{Partl}):
+\begin{verbatim}
+\catcode`\"=\active
+\def"#1{\ifx#1k\discretionary{k-}{k}{ck}\fi}
+\end{verbatim}
+which enables the user to write \verb>ba"ken>.
+
+In Dutch there is a further problem which allows a nice
+systematic solution. Umlaut characters (`trema' is the
+Dutch term) should often
+disappear in a break, for instance `\hbox{na"apen}'
+hyphenates as `\hbox{na-apen}', and `\hbox{onbe"invloedbaar}'
+hyphenates as `\hbox{onbe-invloedbaar}'. A solution
+(inspired by~\cite{Babel}) is
+\begin{verbatim}
+\catcode`\"=\active
+\def"#1{\ifx#1i\discretionary{-}{i}{\"\i}%
+ \else \discretionary{-}{#1}{\"#1}\fi}
+\end{verbatim}
+which enables the user to type \verb>na"apen> and
+\verb>onbe"invloedbaar>.
+
+%\point Hyphenation
+\section{Hyphenation}
+
+\TeX's hyphenation algorithm uses a list of patterns to
+\term hyphenation\par
+determine at what places a word that is a candidate for
+hyphenation can be broken.
+Those aspects of hyphenation connected with these
+patterns are
+treated in appendix~H of \TeXbook;
+the method of generating hyphenation patterns automatically
+is described in~\cite{Liang}. People have been known
+to generate lists of patterns by hand;
+see for instance~\cite{Vas:add}. Such hand-generated lists
+may be superior to automatically generated lists.
+
+Here it will mainly be described how \TeX\ declares a word to
+be a candidate for hyphenation. The problem here is
+how to cope with punctuation and things such as quotation marks
+that can be attached to a word. Also, {\em implicit kerns\/},
+that is, kerns inserted because of font information,
+must be handled properly.
+
+%\spoint Start of a word
+\subsection{Start of a word}
+
+\TeX\ starts at glue items (if they are not in math mode)
+looking for a {\em starting letter\/} of a word:
+a character with non-zero \cs{lccode}, or a ligature starting
+\mdqon
+with such a character (upper/""lowercase codes are explained
+\mdqoff
+on page~\pageref{uc/lc}).
+Looking for this starting letter,
+\TeX\ bypasses any implicit kerns, and
+characters with zero \cs{lccode} (this includes,
+for instance, punctuation and quotation marks),
+or ligatures starting with
+such a character.
+
+If no suitable starting letter turns up, that is, if
+something is found that is not a character or ligature,
+\TeX\ skips to the next glue, and starts this algorithm anew.
+Otherwise a trial word is collected consisting of
+all following characters with non-zero \cs{lccode}
+from the same font as the starting letter, or ligatures consisting
+completely of such characters. Implicit kerns are allowed
+between the characters and ligatures.
+
+If the starting letter is from a font for which the value
+of \cs{hyphenchar} is invalid, or for which this character
+does not exist, hyphenation is abandoned for this word.
+If the starting letter is an uppercase letter (that is,
+it is not equal to its own \cs{lccode}), \TeX\ will
+abandon hyphenation unless \csidx{uchyph} is positive.
+The default value for this parameter is~1 in
+plain \TeX,
+implying that capitalized words are subject to hyphenation.
+
+%\spoint End of a word
+\subsection{End of a word}
+
+
+Following the trial word can be characters (from another
+font, or with zero \cs{lccode}), ligatures or implicit kerns.
+After these items, if any, must follow
+\begin{itemize}\item glue or an explicit kern,
+\item a penalty,
+\item a whatsit, or
+\item a \cs{mark}, \cs{insert}, or \cs{vadjust} item.
+\end{itemize}
+In particular, the word will not be hyphenated if it is
+followed by a \begin{itemize}\item box, \item rule, \item math
+formula, or \item discretionary item.\end{itemize}
+
+Since discretionaries are inserted after the \cs{hyphenchar}
+of the font, occurrence of this character inhibits further
+hyphenation. Also, placement of accents is implemented using
+explicit kerns (see Chapter~\ref{char}), so any \cs{accent}
+command is considered to be the end of a word, and inhibits
+hyphenation of the word.
+
+%\spoint \TeX2 versus \TeX3
+\subsection{\TeX2 versus \TeX3}
+
+There is a noticeable difference in the treatment of
+\term \TeX\ version 3\par
+hyphenated fragments between \TeX2 and \TeX3.
+\TeX2 insists that the part before the break should be
+at least two characters, and the part after the break three
+characters, long.
+Typographically this is a sound decision: this way
+there are no two-character pieces of a word stranded at the
+end or beginning of the line. Both before and after the break
+there are at least three characters.
+
+In \TeX3 two integer parameters have been introduced to control
+the length of these fragments:
+\csidx{lefthyphenmin} and \csidx{righthyphenmin}. These are
+set to 2 and~3 respectively in the plain format for \TeX3.
+If the sum of these two is 63 or more, all hyphenation is
+suppressed.
+
+Another addition in \TeX3,
+the possibility to have several sets of hyphenation patterns,
+is treated below.
+
+%\spoint Patterns and exceptions
+\subsection{Patterns and exceptions}
+
+The statements \begin{disp}\cs{patterns}\gr{general text}\nl
+\csidx{hyphenation}\gr{general text}\end{disp}
+are \gr{hyphenation assignment}s, which are
+\gr{global assignment}s.
+The \csidx{patterns} command, which specifies a list
+of hyphenation patterns, is allowed only in \IniTeX\
+(see Chapter~\ref{TeXcomm}),
+and all patterns must be specified before the first
+paragraph is typeset.
+
+Hyphenation exceptions can be specified at any time
+\howto Specify exceptional hyphenations\par
+with statements such as
+\begin{verbatim}
+\hyphenation{oxy-mo-ron gar-goyle}
+\end{verbatim}
+which specify locations where a word may be hyphenated.
+Subsequent \cs{hyphenation} statements are cumulative.
+
+In \TeX3 these statements are taken to hold for the
+language that is the current value of the \cs{language}
+parameter.
+
+%\point Switching hyphenation patterns
+\section{Switching hyphenation patterns}
+
+When typesetting paragraphs, \TeX\ (version~3) can use several
+\alt
+\term language\par
+sets of patterns and hyphenation exceptions, for at most 256
+languages.
+
+If a \cs{patterns} or \cs{hyphenation}
+command is given (see above), \TeX\ stores the patterns or exceptions
+under the current value of the \csidx{language} parameter.
+The \cs{patterns} command is only allowed in \IniTeX, and
+patterns must be specified before any typesetting is done.
+Hyphenation exceptions, however, can
+be specified cumulatively, and not only in \IniTeX.
+
+In addition to the \cs{language} parameter,
+\term language !current\par
+which can be set by the user, \TeX\ has internally a `current
+language'. This is set to zero at the start of every paragraph.
+For every character that is added to a paragraph
+the current language is compared with the value of \cs{language},
+and if they differ a whatsit element is added to the horizontal
+list, resetting the current language to the value of \cs{language}.
+
+At the start of a paragraph, this whatsit is inserted
+\altt
+after the \cs{everypar} tokens, but \cs{lastbox}
+can still access the indentation box.
+
+As an example, suppose that a format has been created such that
+language~0 is English, and language~1 is Dutch. English hyphenations
+will then be used if the user does not specify otherwise;
+if a job starts with \begin{verbatim}
+\language=1
+\end{verbatim}
+the whole document
+will be set using Dutch hyphenations, because \TeX\ will insert
+a command changing the current language at the start of
+every paragraph. For example:
+\begin{verbatim}
+\language=1
+T...
+\end{verbatim}
+gives
+\begin{verbatim}
+.\hbox(0.0+0.0)x20.0 % indentation
+.\setlanguage1 (hyphenmin 2,3) % language whatsit
+.\tenrm T % start of text
+\end{verbatim}
+
+The whatsit can be inserted explicitly, without changing
+the value of \csidx{language}, by specifying
+\begin{disp}\cs{setlanguage}\gr{number}\end{disp}
+However, this will hardly ever be needed.
+One case where it may be necessary is when the contents of
+a horizontal box are unboxed to a paragraph: inside the box no
+whatsits are added automatically, since inside such a box
+no hyphenation can take place.
+See page~\pageref{wide:vbox} for another problem with text
+in horizontal boxes.
+
+%%%% end of input file [par]
+
+%\InputFile:space
+%%%% this is input file [space]
+%\subject[space] Spacing
+\endofchapter
+\chapter{Spacing}\label{space}
+
+The usual interword space in \TeX\ is specified in the
+\term spacing\par
+font information, but the user can override this.
+This chapter explains the rules by which
+\TeX\ calculates interword space.
+
+\begin{inventory}
+
+\item [\cs{\char32}]
+ Control space.
+ Insert the same amount of space as a space token would
+ if \cs{spacefactor}${}=1000$.
+
+\item [\cs{spaceskip}]
+ Interword glue if non-zero.
+
+\item [\cs{xspaceskip}]
+ Interword glue if non-zero and \cs{spacefactor}${}\geq2000$.
+
+\item [\cs{spacefactor}]
+ 1000 times the ratio by which the stretch (shrink) component of the
+ interword glue should be multiplied (divided).
+
+\item [\cs{sfcode}]
+ Value for \cs{spacefactor} associated with a character.
+
+\item [\cs{frenchspacing}]
+ Macro to switch off extra space after punctuation.
+
+\item [\cs{nonfrenchspacing}]
+ Macro to switch on extra space after punctuation.
+
+\end{inventory}
+
+
+\section{Introduction}
+
+In between words in a text, \TeX\ inserts space. This space has a
+natural component, plus stretch and shrink to make justified
+(right-aligned) text possible. Now, in certain styles of typesetting,
+there is more space after punctuation. This chapter discusses the
+mechanism that \TeX\ uses to realize such effect.
+
+Here is the general idea:
+\begin{itemize}
+\item After every character token, the \cs{spacefactor} quantity is
+ updated with the space factor code of that character.
+\item When space is inserted, its natural size can be augmented
+ (if \cs{spacefactor}${}\geq2000$), and in general its stretch is
+ multiplied, and its shrink divided, by \cs{spacefactor}${}/1000$.
+\item There are further rules, for instance so that in \n{...word.)
+ And...} the space is modified according to the period, not the
+ closing parenthesis.
+\end{itemize}
+
+%\point Automatic interword space
+\section{Automatic interword space}
+
+
+For every space token in horizontal mode the interword glue
+of the current font
+is inserted, with stretch and shrink components, all
+determined by \cs{fontdimen} parameters.
+To be specific, font dimension~2 is the normal interword space,
+dimension~3 is the amount of stretch of the interword
+space, and 4~is the amount of shrink. Font dimension
+7 is called the `extra space'; see below (the list
+of all the font dimensions appears on page~\pageref{font:dims}).
+
+Ordinarily all spaces between words (in one font) would be treated
+the same. To allow for differently sized spaces \ldash for instance
+a typeset equivalent of the double spacing after
+punctuation in typewritten documents \rdash
+\term space! factor\par
+\TeX\ associates with each character a so-called `space factor'.
+
+When a character is added to the current horizontal list,
+the space factor code (\csidx{sfcode})
+of that character
+is assigned to the space factor \csidx{spacefactor}.
+There are two exceptions to this rule:
+\begin{itemize}
+\item When the space factor code is zero, the \cs{spacefactor} does
+ not change. This mechanism allows space factors to persist through
+ parentheses and such; see section~\ref{sec:sf-through-paren}.
+\item When the space factor code of the last character is ${>}1000$
+ and the current space factor is ${<}1000$, the space factor
+ becomes~1000. This mechanism prevents elongated spaces after
+ initials; see section~\ref{sec:sf-punct}.
+\end{itemize}
+The maximum space factor is~$32\,767$.
+
+The stretch component of the interword space is
+multiplied by the space factor divided by 1000;
+the shrink component is divided by this factor.
+The extra space (font dimension~7) is
+added to the natural component of the
+interword space when the space factor is~${}\geq2000$.
+
+%\point User interword space
+\section{User interword space}
+
+The user can override the interword space contained in
+the \cs{fontdimen} parameters
+by setting the
+\csidx{spaceskip} and the \csidx{xspaceskip} to non-zero values.
+If \cs{spaceskip} is non-zero, it is taken instead
+of the normal interword space
+(\cs{fontdimen2} plus \cs{fontdimen3} minus \cs{fontdimen4}), but
+a non-zero \cs{xspaceskip} is used as interword space if
+the space factor is~${}\geq2000$.
+
+If the \cs{spaceskip} is used,
+its stretch and shrink components are
+multiplied and divided respectively by \cs{spacefactor}$/1000$.
+
+Note that, if \cs{spaceskip} and \cs{xspaceskip} are
+defined in terms of \n{em}, they change with the font.
+
+\begin{example} Let the following macros be given:
+\begin{verbatim}
+\def\a.{\vrule height10pt width4pt\spacefactor=1000\relax}
+\def\b.{\vrule height10pt width4pt\spacefactor=3000\relax}
+\def\c{\vrule height10pt width4pt\relax}
+\end{verbatim}
+ then
+
+%\begin{disp}\leavevmode\PopIndentLevel
+
+\hbox{%
+$\vcenter{\snugbox{%
+\begin{verbatim}
+\vbox{
+\fontdimen2\font=4pt % normal space
+\fontdimen7\font=3pt % extra space
+\a. \b. \c\par
+% zero extra space
+\fontdimen7\font=0pt
+\a. \b. \c\par
+% set \spaceskip for normal space
+\spaceskip=2\fontdimen2\font
+\a. \b. \c\par
+% set \xspaceskip
+\xspaceskip=2pt
+\a. \b. \c\par
+}
+\end{verbatim}
+}}$%
+%
+\quad gives\quad
+%
+\message{Check snug and drop!}%
+$\vcenter{\snugbox{\parindent0pt\parskip=0pt
+\def\a.{\vrule height10pt width4pt\spacefactor=1000\relax}
+\def\b.{\vrule height10pt width4pt\spacefactor=3000\relax}
+\def\c{\vrule height10pt width4pt\relax}
+\leavevmode\strut\par\hbox{}\hbox{}
+% set the normal space and extra space
+\fontdimen2\font=4pt \fontdimen7\font=3pt
+\a. \b. \c\par \vskip2\baselineskip
+% zero extra space
+\fontdimen7\font=0pt
+\a. \b. \c\par \vskip2\baselineskip
+% set \spaceskip for normal space
+\spaceskip=2\fontdimen2\font
+\a. \b. \c\par \vskip2\baselineskip
+% set \xspaceskip
+\xspaceskip=2pt
+\a. \b. \c\par \leavevmode\strut
+}}$%
+%
+}
+%\end{disp}
+
+In all of these lines the glue is set at natural width. In the first
+line the high space factor value after \cs{b} causes the extra
+space \cs{fontdimen7} to be added. If this is zero (second line), the
+only difference between space factor values is the stretch/shrink
+ratio. In the third line the \cs{spaceskip} is taken
+for all space factor values. If the \cs{xspaceskip} is nonzero,
+it is taken (fourth line) instead of the \cs{spaceskip}
+for the high value of the space factor.
+\end{example}
+
+%\point[tie] Control space and tie
+\section{Control space and tie}
+\label{tie}
+
+Control space, \csc{\char32}, is a horizontal command
+which inserts a space,
+\term control! space\par\term space !control~--\par\csidx{\char32}
+acting as if the current space factor is~1000.
+However, it does not affect the value of \cs{spacefactor}.
+
+Control space has two main uses. First, it is convenient to use after
+a control sequence: \verb+\TeX\ is fun!+
+Secondly, it can be used after abbreviations when \cs{nonfrenchspacing}
+(see below) is in effect. For example:
+\begin{verbatim}
+\hbox spread 9pt{\nonfrenchspacing
+ The Reverend Dr. Drofnats}
+\end{verbatim}
+gives
+\begin{disp} \hbadness=10000 \leavevmode
+\hbox spread 9pt{\nonfrenchspacing
+ The Reverend Dr. Drofnats}\end{disp}
+while
+\begin{verbatim}
+\hbox spread 9pt{\nonfrenchspacing
+ The Reverend Dr.\ Drofnats}
+\end{verbatim}
+gives
+\begin{disp} \hbadness=10000 \leavevmode
+\hbox spread 9pt{\nonfrenchspacing
+ The Reverend Dr.\ Drofnats}\end{disp}
+(The \n{spread 9pt} is used to make the effect more visible.)
+
+The active character (in the plain format) tilde,~\n{\char126},
+\term tie\par\term ~@\char126\par
+uses control space: it is defined as
+\begin{verbatim}
+\catcode`\~=\active
+\def~{\penalty10000\ }
+\end{verbatim}
+Such an active tilde is called a `tie'; it inserts an ordinary
+amount of space, and prohibits breaking at this space.
+
+
+%\point More on the space factor
+\section{More on the space factor}
+
+%\spoint Space factor assignments
+\subsection{Space factor assignments}
+
+The space factor of a particular character can be assigned as
+\term spacefactor code\par\cstoidx sfcode\par
+\begin{disp}\cs{sfcode}\gr{8-bit number}\gr{equals}\gr{number}\end{disp}
+
+\IniTeX\ assigns a space factor code of 1000 to all characters
+\label{ini:sf}%
+except uppercase characters; they get a space factor code of~999.
+The plain format then assigns space factor codes greater than
+1000 to various punctuation symbols, for instance
+\verb-\sfcode`\.=3000-, which triples the stretch and shrink
+after a full stop. Also, for all space factor values $\geq2000$
+the extra space is added; see above.
+
+%\spoint Punctuation
+\subsection{Punctuation}
+\label{sec:sf-punct}
+
+Because the space factor cannot jump from a value below 1000
+to one above, a punctuation symbol after an uppercase
+character will not have the effect on the interword space
+that punctuation after a lowercase character has.
+
+\begin{example}\begin{verbatim}
+a% \sfcode`a=1000, space factor becomes 1000
+.% \sfcode`.=3000, spacefactor becomes 3000
+ % subsequent spaces will be increased.
+
+A% \sfcode`A=999, space factor becomes 999
+.% \sfcode`.=3000, space factor becomes 1000
+ % subsequent spaces will not be increased.
+\end{verbatim}
+\end{example}
+
+Thus, initials
+are not mistaken for sentence ends.
+If an uppercase character does end a sentence, for instance
+\begin{verbatim}
+... and NASA.
+\end{verbatim}
+there are several solutions:
+\begin{verbatim}
+... NASA\spacefactor=1000.
+\end{verbatim}
+or
+\begin{verbatim}
+... NASA\hbox{}.
+\end{verbatim}
+which abuses the fact that after
+a box the space factor is set to~1000.
+The \LaTeX\ macro \cs{@} is equivalent to the first
+possibility.
+
+In the plain format two macros are defined that switch between
+\term frenchspacing\par\cstoidx frenchspacing\par
+\cstoidx nonfrenchspacing\par
+uniform interword spacing and extra space after punctuation.
+The macro \cs{frenchspacing} sets the space factor code
+of all punctuation to~1000; the macro \cs{nonfrenchspacing}
+sets it to values greater than~1000.
+
+Here are the actual definitions from \n{plain.tex}:\begin{verbatim}
+\def\frenchspacing{\sfcode`\.\@m \sfcode`\?\@m
+ \sfcode`\!\@m \sfcode`\:\@m
+ \sfcode`\;\@m \sfcode`\,\@m}
+\def\nonfrenchspacing{\sfcode`\.3000 \sfcode`\?3000
+ \sfcode`\!3000 \sfcode`\:2000
+ \sfcode`\;1500 \sfcode`\,1250 }
+\end{verbatim}
+where \begin{verbatim}
+\mathchardef\@m=1000
+\end{verbatim}
+is given in the plain format.
+
+French spacing is a somewhat controversial issue:
+\TeXbook\ acts as if non-French spacing
+is standard practice in printing, but for instance in~\cite{Hart}
+one finds `The space of the line should be used after
+all points in normal text'.
+Extra space after punctuation
+may be considered a `typewriter habit', but this is
+not entirely true. It used to be a lot more common
+than it is nowadays, and there are rational arguments
+against it: the full stop (point, period) at the end of a
+sentence, where extra punctuation is most visible,
+is rather small, so it carries some extra visual space
+ of its own above it. This book does not use extra space
+after punctuation.
+
+%\spoint Other non-letters
+\subsection{Other non-letters}
+\label{sec:sf-through-paren}
+
+The zero value of the space factor code makes
+characters that are not a letter and not punctuation
+`transparent' for the space factor.
+
+\message{check break after Example}
+\begin{example}\begin{verbatim}
+a% \sfcode`a=1000, space factor becomes 1000
+.% \sfcode`.=3000, spacefactor becomes 3000
+ % subsequent spaces will be increased.
+
+a% \sfcode`a=1000, space factor becomes 1000
+.% \sfcode`.=3000, space factor becomes 3000
+)% \sfcode`)=0, space factor stays 3000
+ % subsequent spaces will be increased.
+\end{verbatim}
+\end{example}
+
+%\spoint Other influences on the space factor
+\subsection{Other influences on the space factor}
+
+The space factor is 1000 when \TeX\ starts forming a
+horizontal list, in particular after \cs{indent}, \cs{noindent},
+and directly after a display. It is also 1000 after
+a \cs{vrule}, an accent, or a \gr{box} (in horizontal mode), but
+it is not influenced by \cs{unhbox} or \cs{unhcopy}
+commands.
+
+In the first column of a \cs{valign} the space factor of
+the surrounding horizontal list is carried over; similarly,
+after a vertical alignment the space factor is set to the
+value reached in the last column.
+
+%%%% end of input file [space]
+
+%\InputFile:math
+%%%% this is input file [math]
+%\subject[mathchar] Characters in Math Mode
+\endofchapter
+\chapter{Characters in Math Mode}\label{mathchar}
+
+In math mode every character specifies by its
+\cs{mathcode} what position of
+a font to access, among other things.
+For delimiters this story is a bit
+more complicated. This chapter explains the concept
+of math codes, and shows how \TeX\ implements variable
+size delimiters.
+
+\begin{inventory}
+\item [\cs{mathcode}]
+ Code of a character determining its treatment in math mode.
+
+\item [\cs{mathchar}]
+ Explicit denotation of a mathematical character.
+
+\item [\cs{mathchardef}]
+ Define a control sequence to be a synonym for
+ a~math character code.
+
+\item [\cs{delcode}]
+ Code specifying how a character should be used as delimiter.
+
+\item [\cs{delimiter}]
+ Explicit denotation of a delimiter.
+
+\item [\cs{delimiterfactor}]
+ 1000 times the fraction of a delimited formula that should be
+ covered by a delimiter.
+ Plain \TeX\ default:~\n{901}
+
+\item [\cs{delimitershortfall}]
+ Size of the part of a delimited formula that is allowed
+ to go uncovered by a delimiter.
+ Plain \TeX\ default:~\n{5pt}
+
+\item [\cs{nulldelimiterspace}]
+ Width taken for empty delimiters.
+ Plain \TeX\ default:~\n{1.2pt}
+
+\item [\cs{left}]
+ Use the following character as an open delimiter.
+
+\item [\cs{right}]
+ Use the following character as a closing delimiter.
+
+\item [\cs{big}]
+ One line high delimiter.
+
+\item [\cs{Big}]
+ One and a half line high delimiter.
+
+\item [\cs{bigg}]
+ Two lines high delimiter.
+
+\item [\cs{Bigg}]
+ Two and a half lines high delimiter.
+
+\item [\cs{bigl {\MainFont etc.}}]
+ Left delimiters.
+
+\item [\cs{bigm {\MainFont etc.}}]
+ Delimiters used as binary relations.
+
+\item [\cs{bigr {\MainFont etc.}}]
+ Right delimiters.
+
+\item [\cs{radical}]
+ Command for setting things such as root signs.
+
+\item [\cs{mathaccent}]
+ Place an accent in math mode.
+
+\item [\cs{skewchar}]
+ Font position of an after-placed accent.
+
+\item [\cs{defaultskewchar}]
+ Value of \cs{skewchar} when a font is loaded.
+
+\item [\cs{skew}]
+ Macro to shift accents on top of characters explicitly.
+
+\item [\cs{widehat}]
+ Hat accent that can
+ accommodate wide expressions.
+
+\item [\cs{widetilde}]
+ Tilde accent that can
+ accommodate wide expressions.
+
+\end{inventory}
+
+%\point Mathematical characters
+\section{Mathematical characters}
+
+Each of the 256 permissible character codes has
+\term math characters\par
+an associated \csidx{mathcode}, which can be assigned by
+\begin{disp}\cs{mathcode}\gr{8-bit number}\gr{equals}\gr{15-bit number}\end{disp}
+When processing in math mode, \TeX\ replaces all characters of
+categories 11 and~12, and \cs{char} and \cs{chardef} characters,
+by their associated mathcode.
+
+The 15-bit math code is most conveniently denoted hexadecimally
+as \verb-"xyzz-, where\begin{disp}
+\n x${}\leq7$ is the class (see page~\pageref{math:class}),\nl
+\n y is the font family number \alt
+(see Chapter~\ref{mathfont}), and \nl
+\n{zz} is the position of the character in the font.\end{disp}
+
+Math codes can also be specified directly by
+\cstoidx mathchar\par\cstoidx mathchardef\par
+a \gr{math character}, which can be\label{math:character}
+\begin{itemize}\item\cs{mathchar}\gr{15-bit number};
+\item \gr{mathchardef token}, a control sequence that was defined by
+\begin{disp}\cs{mathchardef}\gr{control sequence}\gr{equals}\gr{15-bit number}
+\end{disp}
+ or
+\item a delimiter command\alt
+\begin{disp}\cs{delimiter}\gr{27-bit number}\end{disp}
+ where the last 12 bits
+are discarded.\end{itemize}
+The commands \cs{mathchar} and \cs{mathchardef}
+are analogous to \cs{char} and \cs{char\-def} in text mode.
+Delimiters are treated below.
+A~\gr{mathchardef token}
+can be used as a \gr{number}, even outside math mode.
+
+In \IniTeX\ all letters receive \cs{mathcode} \verb-"71zz- and
+all digits receive \verb-"70zz-, where \verb-"zz- is the
+hexadecimal position of the character in the font.
+Thus, letters are initially from family~1
+(math italic in plain \TeX), and digits are from family~0
+(roman).
+For all other characters, \IniTeX\ assigns
+\begin{disp}\cs{mathcode}$\,x=x$,\end{disp}
+thereby placing them also in family~0.
+
+If the mathcode is \verb-"8000-,
+\label{mcode:8000}the smallest integer that is
+not a \gr{15-bit number}, the character is treated as an active
+character with the original character code. Plain \TeX\
+assigns a \cs{mathcode} of \verb-"8000- to the space, underscore and prime.
+
+
+%\point Delimiters
+\section{Delimiters}
+
+After \csidx{left} and \csidx{right}
+\term delimiters\par
+commands \TeX\ looks for a delimiter. A~delimiter
+is either an explicit \cs{delimiter} command (or a
+macro abbreviation for it), or a character with a non-zero
+delimiter code.
+
+The \cs{left} and \cs{right} commands
+implicitly delimit a group, which is considered as a subformula.
+Since the enclosed formula can
+be arbitrarily large, the quest for the proper delimiter is
+a complicated story of looking at variants in two different
+fonts, linked chains of variants in a font, and building
+extendable delimiters from repeatable pieces.
+
+The fact that a group enclosed in \verb>\left...\right> is
+treated as an independent subformula implies that a
+sub- or superscript at the start of this formula is
+not considered to belong to the delimiter.
+For example, \TeX\ acts as if
+\verb>\left(_2> is equivalent to \verb>\left({}_2>.
+(A~subscript after a \cs{right} delimiter is positioned
+with respect to that delimiter.)
+
+%\spoint[delcodes] Delimiter codes
+\subsection{Delimiter codes }
+\label{delcodes}
+
+To each character code there corresponds a delimiter
+\cstoidx delcode\par\term delimiter codes\par
+code, assigned by
+\begin{disp}\cs{delcode}\gr{8-bit number}\gr{equals}%
+ \gr{24-bit number}\end{disp}
+A delimiter code thus consists of six hexadecimal digits
+\verb-"uvvxyy-, where\begin{disp}
+\n{uvv} is the small variant of the delimiter, and\nl
+\n{xyy} is the large variant;\nl
+\n u, \n x are the font families of the variants, and\nl
+\n{vv}, \n{yy} are the locations in those fonts.\end{disp}
+Delimiter codes are used after \cs{left} and \cs{right}
+commands.
+\IniTeX\ sets all delimiter codes to~$-1$,
+except\label{ini:del}
+\verb-\delcode`.=0-, which makes the period an empty delimiter.
+In plain \TeX\ delimiters have typically \n{u}${}=2$ and~\n{x}${}=3$,
+that is, first family~2 is tried, and if no big
+enough delimiter turns up family~3 is tried.
+
+
+%\spoint Explicit \cs{delimiter} commands
+\subsection{Explicit \cs{delimiter} commands}
+
+Delimiters can also be denoted
+\cstoidx delimiter\par
+explicitly by a \gr{27-bit number},
+\begin{verbatim}
+\delimiter"tuvvxyy
+\end{verbatim}
+where \n{uvvxyy} are the small and large variant of the
+delimiter as above;
+the extra digit \n{t} (which is~$<8$) denotes the class
+(see page~\pageref{math:class}).
+For instance, the \cs{langle} macro is defined as
+\begin{verbatim}
+\def\langle{\delimiter "426830A }
+\end{verbatim}
+which means it belongs to class~4, opening. Similarly,
+\cs{rangle} is of class~5, closing; and \cs{uparrow} is of class~3,
+relation.
+
+After \cs{left} and \cs{right} \ldash that is, when \TeX\
+is looking for a delimiter \rdash the class digit is ignored;
+otherwise \ldash when \TeX\ is not looking for a delimiter \rdash
+the rightmost three digits are ignored, and the
+four remaining digits are treated as a~\cs{mathchar}; see above.
+
+%\spoint[successor] Finding a delimiter; successors
+\subsection{Finding a delimiter; successors}
+\label{successor}
+
+Typesetting a delimiter is a somewhat involved affair.
+\term delimiter sizes\par\term successors\par
+First \TeX\ determines the size $y$ of the formula to be covered,
+which is twice the maximum of the height and depth of the
+formula. Thus the formula may not look optimal if
+it is not centred itself.
+
+The size of the delimiter should be at least
+\csidx{delimiterfactor}${}\times y/1000$ and at least
+$y-{}$\csidx{delimitershortfall}.
+\TeX\ then tries first the small variant, and if that one
+is not satisfactory (or if the \n{uvv} part of the delimiter
+is~\n{000}) it tries the large variant. If trying the large variant
+does not meet with success, \TeX\ takes the largest delimiter
+encountered in this search; if no delimiter at all was found
+(which can happen if the \n{xyy} part is
+\altt
+also~\n{000}),
+an empty box of width~\csidx{nulldelimiterspace} is taken.
+
+Investigating a variant means, in sequence,
+\begin{itemize} \item if the current style (see page~\pageref{math:styles})
+is scriptscriptstyle
+the \cs{scriptscriptfont} of the family is tried;
+\item if the current style is scriptstyle or smaller
+the \cs{scriptfont} of the family is tried;
+\item otherwise the \cs{textfont} of the family is tried.\end{itemize}
+The plain format puts the \verb-cmex10- font in all three
+\term extension fonts\par
+styles of family~3.
+
+Looking for a delimiter at a certain position in a certain font
+means\begin{itemize}\item if the character is large enough, accept it;
+\item if the character is extendable, accept it;
+\item otherwise, if the character has a successor, that is, it is
+part of a chain of increasingly bigger delimiters in the same
+font, try the successor.\end{itemize}
+Information about successors and extensibility of a delimiter
+is coded in the font metric file of the font.
+An extendable character has a top, a bottom, possibly a mid piece,
+and a piece which is repeated directly below the top piece, and
+directly above the bottom piece if there is a mid piece.
+
+
+%\spoint \cs{big}, \cs{Big}, \cs{bigg}, and \cs{Bigg}
+\subsection{\cs{big}, \cs{Big}, \cs{bigg}, and \cs{Bigg}
+delimiter macros}
+
+In order to be able to use a delimiter outside the
+\verb-\left...\right- context, or to specify a delimiter of
+a different size than \TeX\ would have chosen,
+four macros for `big' delimiters exist: \cs{big},
+\cs{Big}, \cs{bigg}, and \cs{Bigg}. These can be used with
+anything that can follow \cs{left} or \cs{right}.
+
+Twelve further macros (for instance \cs{bigl}, \cs{bigm},
+\cstoidx big \rm etc.\par
+%\csterm big \Style:roman etc.\par
+and~\cs{bigr}) force such delimiters in the context of
+an opening symbol, a binary relation, and a closing symbol
+respectively:\begin{verbatim}
+\def\bigl{\mathopen\big}
+\def\bigm{\mathrel\big} \def\bigr{\mathclose\big}
+\end{verbatim}
+
+The `big' macros themselves put the requested delimiter and
+a null delimiter around an empty vertical box:
+\begin{verbatim}
+\def\big#1{{\nulldelimiterspace=0pt \mathsurround=0pt
+ \hbox{$\left#1\vbox to 8.5pt{}\right.$}}}
+\end{verbatim}
+As an approximate measure,
+the \n{Big} delimiters are one and a half times as large (11.5pt) as
+\n{big} delimiters; \n{bigg} ones are twice (14.5pt), and \n{Bigg}
+ones are two and a half times as large (17.5pt).
+
+%\point Radicals
+\section{Radicals}
+
+A radical is a compound of a left delimiter and an overlined
+math expression.
+\term radicals\par\cstoidx radical\par
+The overlined expression is set in the
+cramped version of the surrounding style
+\alt
+(see page~\pageref{math:styles}).
+
+In the plain format and the Computer Modern
+math fonts there is only one radical: the square root
+construct \begin{verbatim}
+\def\sqrt{\radical"270370 }
+\end{verbatim}
+The control sequence \cs{radical} is followed by a \gr{24-bit number}
+which specifies a small and a large variant of the left delimiter
+as was explained above. Joining the delimiter and the rule
+is done by letting the delimiter have a large depth, and a height
+which is equal to the desired rule thickness. The rule can then
+be placed on the current baseline. After the delimiter and the
+ruled expression have been joined the whole is shifted
+vertically to achieve the usual vertical centring
+(see Chapter~\ref{math}).
+
+%\point Math accents
+\section{Math accents}
+
+Accents in math mode are specified by
+\cstoidx mathaccent\par\term accents in math mode\par
+\begin{disp}\cs{mathaccent}\gr{15-bit number}\gr{math field}\end{disp}
+Representing the 15-bit number as \verb>"xyzz>,
+only the family~\n{y} and the character position~\n{zz}
+are used: an accented expression acts as \cs{mathord} expression
+(see Chapter~\ref{math}).
+
+In math mode whole expressions can be accented,
+\alt
+whereas in text mode only characters can be accented.
+Thus in math mode accents can be stacked. However, the top
+accent may (or, more likely, will) not be properly positioned
+horizontally. Therefore the plain format has a macro \csidx{skew}
+that effectively shifts the top accent. Its definition is
+\begin{verbatim}
+\def\skew#1#2#3{{#2{#3\mkern#1mu}\mkern-#1mu}{}}
+\end{verbatim}
+and it is used for instance like
+\begin{verbatim}
+$\skew4\hat{\hat x}$
+\end{verbatim}
+\message{skew thing.}
+%which gives~{\font\tmp=cmmi10 $\textfont\VMIfam=\tmp\skew4\hat{\hat x}$}.
+which gives~{$\skew4\hat{\hat x}$}.
+
+For the correct positioning of accents over single characters
+the symbol and extension font have a \csidx{skewchar}:
+this is the largest accent that adds to the width of an
+accented character. Positioning of any accent
+is based on the width of the character to be accented,
+followed by the skew character.
+
+The skew characters of the Computer Modern
+math italic and symbol fonts are character \n{\hex7F},
+\alt
+`$\mathchar"7F$',\message{skew characters}
+and \n{\hex30}, `$\mathchar"30$', respectively. The \csidx{defaultskewchar}
+value is assigned to the \cs{skewchar} when a font is loaded.
+In plain \TeX\ this is~\n{-1}, so fonts ordinarily have no
+\cs{skewchar}.
+
+Math accents can adapt themselves to the size of the accented
+expression: \TeX\ will look for a successor of an accent
+in the same way that it looks for a successor of a delimiter.
+In the Computer Modern math fonts this mechanism is used in
+\cstoidx widehat\par\cstoidx widetilde\par
+the \cs{widehat} and \cs{widetilde} macros.
+For example,
+\begin{disp}\verb>\widehat x>, \verb>\widehat{xy}>, \verb>\widehat{xyz}>
+\end{disp} give
+\begin{disp}$\widehat x$, $\widehat{xy}$, $\widehat{xyz}$
+\end{disp} respectively.
+
+
+
+
+%\subject[mathfont] Fonts in Formulas
+\endofchapter
+\chapter{Fonts in Formulas}\label{mathfont}
+
+For math typesetting a single current font is not sufficient, as it
+is for text typesetting. Instead \TeX\ uses several font families,
+and each family can contain three fonts. This chapter
+explains how font families are organized, and how \TeX\ determines
+from what families characters should be taken.
+
+
+\begin{inventory}
+
+\item [\cs{fam}]
+ The number of the current font family.
+
+\item [\cs{newfam}]
+ Allocate a new math font family.
+
+\item [\cs{textfont}]
+ Access the textstyle font of a family.\alt
+
+\item [\cs{scriptfont}]
+ Access the scriptstyle font of a family.\alt
+
+\item [\cs{scriptscriptfont}]
+ Access the scriptscriptstyle font of a family.\alt
+
+\end{inventory}
+
+%\point Determining the font of a character in math mode
+\section{Determining the font of a character in math mode}
+
+The characters in math formulas can be taken from several
+\term font families\par
+different fonts (or better, font families) without any user
+commands. For instance, in plain \TeX\ math formulas use
+the roman font, the math italic font,
+the symbol font and the math extension font.
+
+In order to determine from which font a character is to be
+taken, \TeX\ considers for each character in a formula its
+\cs{mathcode} (this is treated in Chapter~\ref{mathchar}).
+A~\cs{mathcode} is a 15-bit number of the form
+\verb."xyzz., where the hex digits
+have the following meaning:\begin{disp}
+\n x:~class,\nl
+\n y:~family,\nl
+\n{zz}:~position in font.\end{disp}
+
+In general only the family determines from what font
+a character is to be taken.
+The class of a math character is mostly used to
+control spacing and other aspects of typesetting.
+Typical classes include `relation', `operator', `delimiter'.
+
+Class~7 is special in this respect:
+it is called `variable family'.
+If a character has a \cs{mathcode} of the form \verb."7yzz.
+it is taken from family \n{y},
+unless the parameter \cs{fam} has a value in the range 0--15;
+then it is taken from family~\cs{fam}.
+
+
+%\point Initial family settings
+\section{Initial family settings}
+
+Both lowercase and uppercase letters
+are defined by \IniTeX\ to have math codes \verb>"71zz>,
+\label{ini:fam}%
+which means that they are of variable family, initially from
+family~1.
+As \TeX\ sets \verb.fam=-1., that is,
+an invalid value, when a formula starts,
+characters are indeed taken from
+family~1, which in plain \TeX\ is math italic.
+
+Digits have math code \verb>"70zz> so they are initially from
+family~0, in plain \TeX\ the roman font.
+All other character codes have a mathcode
+assigned by \IniTeX\ as
+\begin{disp}\cs{mathcode}$\,x=x$\end{disp} which puts them in class~0,
+ordinary, and family~0, roman in plain \TeX.
+
+In plain \TeX, commands such as \cs{sl} then set both a font and
+a family:
+\begin{verbatim}
+\def\sl{\fam\slfam\tensl}
+\end{verbatim}
+so putting \cs{sl} in a formula will cause all letters, digits,
+and uppercase Greek characters, to change to
+slanted style.
+
+In most cases, any font can be assigned to any family, but
+two families in \TeX\ have a special meaning: these are
+families 2 and~3.
+For instance, their number of \cs{fontdimen} parameters
+is different from the usual~7. Family~2 needs 22 parameters,
+and family~3 needs~13. These parameters have all a very
+specialized meaning for positioning in math typesetting.
+Their meaning is explained below, but for the full story
+the reader is referred to appendix~G of \TeXbook.
+
+
+%\point Family definition
+\section{Family definition}
+
+\TeX\ can access 16 families of fonts in math mode;
+font families have numbers 0--15.
+The number of the
+current family is recorded in the parameter~\csidx{fam}.
+
+The macro \csidx{newfam} gives the number of an unused family.
+This number is assigned using \cs{chardef} to the control sequence.
+
+
+Each font family can have a font meant for text style, script style,
+and scriptscript style. Below it is explained how \TeX\
+determines in what style a (sub-) formula is to be typeset.
+
+Fonts are assigned to a family
+\cstoidx textfont\par\cstoidx scriptfont\par\cstoidx scriptscriptfont\par
+as follows:
+\begin{verbatim}
+\newfam\MyFam
+\textfont\MyFam=\tfont \scriptfont\MyFam=\sfont
+\scriptscriptfont\MyFam=\ssfont
+\end{verbatim}
+for the text, script, and scriptscript fonts of a family.
+In general it is not necessary to fill all three members
+of a family (but it is for family~3).
+If \TeX\ needs a character from a family member
+that has not been filled,
+it uses the \cs{nullfont} instead,
+a~primitive font that has no characters (nor a \n{.tfm} file).
+
+
+%\point Some specific font changes
+\section{Some specific font changes}
+
+%\spoint Change the font of ordinary characters and uppercase Greek
+\subsection{Change the font of ordinary characters and uppercase Greek}
+
+All letters and the uppercase Greek characters are
+by default in plain \TeX\ of class~7,
+variable family, so changing \cs{fam} will change the font
+from which they are taken.
+For example
+\begin{verbatim}
+{\fam=9 x}
+\end{verbatim}
+ gives an \n{x} from family~9.
+
+Uppercase Greek characters are defined by
+\cs{mathchardef} statements in the plain format as \verb>"70zz>,
+that is, variable family, initially roman.
+Therefore, uppercase Greek character also change with the family.
+
+%\spoint Change uppercase Greek independent of text font
+\subsection{Change uppercase Greek independent of text font}
+
+In the Computer Modern font layout, uppercase Greek letters
+are part of the roman font; see page~\pageref{cmr:table}.
+\alt
+Therefore, introducing another
+text font (with another layout)
+will change the uppercase Greek characters
+(or even make them disappear).
+One way of remedying this is by introducing a new family in
+which the \n{cmr} font, which contains the uppercase Greek,
+resides.
+The control sequences accessing these characters then have
+to be redefined:
+\begin{verbatim}
+\newfam\Kgreek
+\textfont\Kgreek=cmr10 ...
+\def\hex#1{\ifcase#10\or 1\or 2\or 3\or 4\or 5\or 6\or
+ 7\or 8\or 9\or A\or B\or C\or D\or E\or F\fi}
+\mathchardef\Gamma="0\hex\Kgreek00 % was: "0100
+\mathchardef\Beta ="0\hex\Kgreek01 % was: "0101
+\mathchardef\Gamma ...
+\end{verbatim}
+Note, by the way,
+the absence of a either a space or a \cs{relax} token after
+\n{\#1} in the definition of \cs{hex}. This implies that this
+macro can only be called with an argument that is a
+control sequence.
+
+%\spoint Change the font of lowercase Greek
+\subsection{Change the font of lowercase Greek }
+ and mathematical symbols
+
+Lowercase Greek characters have math code
+\verb>"01zz>, meaning they are always from the math italic family.
+In order to change this one might redefine them,
+for instance \verb.\mathchardef\alpha="710B.,
+to make them variable family.
+This is not done in plain \TeX, because the Computer Modern
+roman font does not
+have Greek lowercase, although it does have the uppercase characters.
+
+Another way is to redefine them like \verb.\mathchardef\alpha="0n0B.
+where \n{n} is the (hexadecimal) number of a family
+compatible with math italic, containing for instance a bold
+math italic font.
+
+
+%\point Assorted remarks
+\section{Assorted remarks}
+
+%\spoint New fonts in formulas
+\subsection{New fonts in formulas}
+
+There are two ways to access a font inside mathematics.
+\howto Change fonts in a math formula\par
+\mdqon
+After \cs{font}""\cs{newfont=....} it is not possible to get
+\mdqoff
+the `a' of the new font by \verb-$...{\newfont a}...$-
+because \TeX\ does not look at the current font in math mode.
+What does work is
+\begin{verbatim}
+$ ... \hbox{\newfont a} ...$
+\end{verbatim}
+but this precludes the use of the new font in script and
+scriptscript styles.
+
+The proper solution takes a bit more work:
+\begin{verbatim}
+\font\newtextfont=...
+\font\newscriptfont=... \font\newsscriptfont=...
+\newfam\newfontfam
+\textfont\newfontfam=\newtextfont
+\scriptfont\newfontfam=\newscriptfont
+\scriptscriptfont\newfontfam=\newsscriptfont
+\def\newfont{\newtextfont \fam=\newfontfam}
+\end{verbatim}
+after which the font can be used as
+\begin{verbatim}
+$... {\newfont a_{b_c}} ...$
+\end{verbatim}
+in all three styles.
+
+%\spoint Evaluating the families
+\subsection{Evaluating the families}
+
+\TeX\ will only look at what is actually in the \cs{textfont}
+et cetera of the various families at the end of the whole
+formula. Switching fonts in the families is thus not possible
+inside a single formula.
+The number of 16 families may therefore turn out to be restrictive
+for some applications.
+
+
+%\subject[math] Mathematics Typesetting
+\endofchapter
+\chapter{Mathematics Typesetting}\label{math}
+
+\TeX\ has two math modes, display and non-display, and
+four styles, display, text, script, and scriptscript style, and
+\altt
+every object in math mode belongs to one of eight classes.
+This chapter treats these concepts.
+
+
+
+\begin{inventory}
+\item [\cs{everymath}]
+ Token list inserted at the start of a non-display formula.
+
+\item [\cs{everydisplay}]
+ Token list inserted at the start of a display formula.
+
+\item [\cs{displaystyle}]
+ Select the display style of mathematics typesetting.
+
+\item [\cs{textstyle}]
+ Select the text style of mathematics typesetting.
+
+\item [\cs{scriptstyle}]
+ Select the script style of mathematics typesetting.
+
+\item [\cs{scriptscriptstyle}]
+ Select the scriptscript style of mathematics typesetting.
+
+\item [\cs{mathchoice}]
+ Give four variants of a formula for the four styles
+ of mathematics typesetting.
+
+\item [\cs{mathord}]
+ Let the following character or subformula function
+ as an ordinary object.
+
+\item [\cs{mathop}]
+ Let the following character or subformula function
+ as a large operator.
+
+\item [\cs{mathbin}]
+ Let the following character or subformula function
+ as a binary operation.
+
+\item [\cs{mathrel}]
+ Let the following character or subformula function as a relation.
+
+\item [\cs{mathopen}]
+ Let the following character or subformula function
+ as a opening symbol.
+
+\item [\cs{mathclose}]
+ Let the following character or subformula function
+ as a closing symbol.
+
+\item [\cs{mathpunct}]
+ Let the following character or subformula function
+ as a punctuation symbol.
+
+\item [\cs{mathinner}]
+ Let the following character or subformula function
+ as an inner formula.
+
+\item [\cs{mathaccent}]
+ Place an accent in math mode.
+
+\item [\cs{vcenter}]
+ Construct a vertical box, vertically centred
+ on the math axis.
+
+\item [\cs{limits}]
+ Place limits over and under a large operator.
+
+\item [\cs{nolimits}]
+ Place limits of a large operator as subscript and
+ superscript expressions.
+
+\item [\cs{displaylimits}]
+ Restore default placement for limits.
+
+\item [\cs{scriptspace}]
+ Extra space after subscripts and superscripts.
+ Plain \TeX\ default:~\n{0.5pt}
+
+\item [\cs{nonscript}]
+ Cancel the next glue item if it occurs in
+ scriptstyle or scriptscriptstyle.
+
+\item [\cs{mkern}]
+ Insert a kern measured in mu units.
+
+\item [\cs{mskip}]
+ Insert glue measured in mu units.
+
+\item [\cs{muskip}]
+ Prefix for skips measured in mu units.
+
+\item [\cs{muskipdef}]
+ Define a control sequence to be a synonym for
+ a~\cs{muskip} register.
+
+\item [\cs{newmuskip}]
+ Allocate a new muskip register.
+
+\item [\cs{thinmuskip}]
+ Small amount of mu glue.
+
+\item [\cs{medmuskip}]
+ Medium amount of mu glue.
+
+\item [\cs{thickmuskip}]
+ Large amount of mu glue.
+
+\item [\cs{mathsurround}]
+ Kern amount placed before and after in-line formulas.
+
+\item [\cs{over}]
+ Fraction.
+
+\item [\cs{atop}]
+ Place objects over one another.
+
+\item [\cs{above}]
+ Fraction with specified bar width.
+
+\item [\cs{overwithdelims}]
+ Fraction with delimiters.
+
+\item [\cs{atopwithdelims}]
+ Place objects over one another with delimiters.
+
+\item [\cs{abovewithdelims}]
+ Generalized fraction with delimiters.
+
+\item [\cs{underline}]
+ Underline the following \gr{math symbol} or group.
+
+\item [\cs{overline}]
+ Overline the following \gr{math symbol} or group.
+
+
+\item [\cs{relpenalty}]
+ Penalty for breaking after a binary relation
+ not enclosed in a subformula.
+ Plain \TeX\ default:~\n{500}
+
+\item [\cs{binoppenalty}]
+ Penalty for breaking after a binary operator not enclosed in
+ a subformula.
+ Plain \TeX\ default:~\n{700}
+
+\item [\cs{allowbreak}]
+ Macro for creating a breakpoint.
+
+\end{inventory}
+
+%\point[math:modes] Math modes
+\section{Math modes}
+\label{math:modes}
+
+\TeX\ changes to math mode when it encounters a math shift
+\term math modes\par\term math shift character\par
+character, category~3, in the input. After such an opening
+math shift it investigates (without expansion) the next
+token to see whether this is another math shift.
+In the latter case \TeX\ starts processing in display math mode
+until a closing double math shift is encountered:
+\begin{disp}\verb> .. $$ >{\italic displayed formula}\verb> $$ ..>\end{disp}
+Otherwise it starts processing an in-line formula
+in non-display math mode:
+\begin{disp}\verb> .. $ >{\italic in-line formula}\verb> $ ..>\end{disp}
+The single math shift character is a \gr{horizontal command}.
+
+Exception: displays are not possible in restricted horizontal
+mode, so inside an \cs{hbox} the sequence
+\verb>$$> is an empty math formula and
+not the start of a displayed formula.
+
+Associated with the two math modes are two \gr{token parameter}
+registers (see also Chapter~\ref{token}):
+at the start of an in-line formula the \csidx{everymath} tokens
+are inserted; at the start of a displayed formula the
+\cs{everydisplay} tokens are inserted.
+Display math is treated further in the next chapter.
+
+Math modes can be tested for: \cs{ifmmode} is true
+in display and non-display math mode, and \cs{ifinner}
+is true in non-display mode, but not in display mode.
+
+%\point[math:styles] Styles in math mode
+\section{Styles in math mode}
+\label{math:styles}
+
+Math formulas are set in any of eight styles:
+\term math styles\par
+\begin{description} \item [D]
+display style, \item [T]
+text style, \item [S]
+script style, \item [SS]
+scriptscript style,
+\end{description}
+and the four `cramped' variants $D'$, $T'$, $S'$, $SS'$ of
+\term cramped styles\par
+these. The cramped styles differ mainly in the
+fact that superscripts are not raised as far as in
+the original styles.
+
+%\spoint Superscripts and subscripts
+\subsection{Superscripts and subscripts}
+
+\TeX\ can typeset a symbol or group
+\term superscript\par\term subscript\par
+as a superscript (or subscript) to the preceding
+symbol or group, if that preceding item
+does not already have a superscript
+(subscript). Superscripts (subscripts) are specified by
+the syntax
+\begin{disp}\gr{superscript}\gr{math field}\end{disp}
+or
+\begin{disp}\gr{subscript}\gr{math field}\end{disp}
+where a \gr{superscript} (\gr{subscript}) is either a character
+of category~7 (8), or a control sequence \cs{let} to such
+a character.
+The plain format has the control
+\cstoidx\char94\par\cstoidx\char95\par
+sequences
+\begin{verbatim}
+\let\sp=^ \let\sb=_
+\end{verbatim}
+as implicit superscript
+and subscript characters.
+
+Specifying a superscript (subscript) expression as the first
+item in an empty math list is equivalent to specifying
+it as the superscript (subscript) of an empty expression.
+For instance, \begin{disp}
+\verb>$^{...}>\quad is equivalent to\quad \verb>${}^{...}>\end{disp}
+
+For \TeX's internal calculations, superscript and subscript
+expressions are made wider by \csidx{scriptspace};
+the value of this in plain \TeX\ is~\n{0.5pt}.
+
+%\spoint Choice of styles
+\subsection{Choice of styles}
+
+Ordering the four styles $D$, $T$, $S$, and~$SS$, and
+considering the other four as mere variants, the
+style rules for math mode are as follows:
+\begin{itemize}\item In any style superscripts and subscripts
+are taken from the next smaller style. Exception:
+in display style they are taken in script style.
+\item Subscripts are always in the cramped variant of
+the style; superscripts are only cramped if the original
+style was cramped.
+\item In an \verb-{..\over..}- formula in any style
+the numerator and denominator are taken from the next
+smaller style.
+\item The denominator is always in cramped style;
+the numerator is only in cramped style if the original
+style was cramped.
+\item Formulas under a \cs{sqrt} or \cs{overline}
+are in cramped style.\end{itemize}
+
+Styles can be forced by the explicit commands
+\alt
+\cstoidx displaystyle\par\cstoidx textstyle\par
+\cstoidx scriptstyle\par\cstoidx scriptscriptstyle\par
+\cs{displaystyle}, \cs{textstyle}, \cs{scriptstyle},
+and~\cs{scriptscriptstyle}.
+
+
+In display style and text style the \cs{textfont} of the
+current family is used,
+in scriptstyle the \cs{scriptfont} is used, and in
+\alt
+scriptscriptstyle the \cs{scriptscriptfont} is used.
+
+The primitive command
+\cstoidx mathchoice\par
+\begin{disp}\cs{mathchoice}\lb {\it D\/\rb\lb T\/\rb\lb S\/\rb\lb SS\/}\rb
+\end{disp}
+lets the user specify four variants of a formula for the
+four styles.
+\TeX\ constructs all four and inserts the appropriate one.
+
+%\point[math:class] Classes of mathematical objects
+\section{Classes of mathematical objects}
+\label{math:class}
+
+Objects in math mode belong to one of eight classes. Depending
+\term math classes\par
+on the class the object may be surrounded by
+some amount of white space,
+or treated specially in some way. Commands exist to force
+symbols, or sequences of symbols, to act as
+belonging to a certain class.
+In the hexadecimal representation \verb>"xyzz>
+the class is the \gr{3-bit number}~\n x.
+
+This is the list of classes and commands that force those
+classes. The examples are from the plain format
+(see the tables starting at page~\pageref{math:sym:tables}).
+\begin{enumerate} \message{set a counter here!}%\SetCounter:item=-1
+\item {\em ordinary\/}: lowercase Greek characters and those symbols
+ that are `just symbols';
+ the command \csidx{mathord} forces this class.
+\item {\em large operator\/}: integral and sum signs,
+ and `big' objects such as \cs{bigcap} or \cs{bigotimes};
+ the command \csidx{mathop} forces this class.
+ Characters that are
+ large operators are centred vertically, and they
+ may behave differently in display style from in the
+ other styles; see below.
+\item {\em binary operation\/}: plus and minus,
+ and things such as \cs{cap} or \cs{otimes};
+ the command \csidx{mathbin} forces this class.
+\item {\em relation\/} (also called {\em binary relation\/}):
+ equals, less than, and greater than signs, subset and
+ superset, perpendicular, parallel;
+ the command \csidx{mathrel} forces this class.
+\item {\em opening symbol\/}: opening brace, bracket, parenthesis, angle,
+ \altt
+ floor, ceiling;
+ the command \csidx{mathopen} forces this class.
+\item {\em closing symbol\/}: closing brace, bracket, parenthesis, angle,
+ \altt
+ floor, ceiling;
+ the command \csidx{mathclose} forces this class.
+\item {\em punctuation\/}: most punctuation marks, but
+ \n:~is a relation, the \cs{colon} is a punctuation colon;
+ the command \csidx{mathpunct} forces this class.
+\item {\em variable family\/}: symbols in this class change font
+ with the \cs{fam} parameter; in plain \TeX\ uppercase
+ Greek letters and ordinary letters and digits are
+ in this class.
+\end{enumerate}
+
+There is one further class: the {\em inner\/} subformulas.
+No characters can be assigned to this class, but characters and
+subformulas can be forced into it by \csidx{mathinner}.
+The \gr{generalized fraction}s and \verb-\left...\right- groups
+are inner formulas. Inner formulas are surrounded
+by some white space; see the table below.
+
+Other subformulas than those that are inner are treated as
+ordinary symbols. In particular, subformulas enclosed in
+braces are ordinary: \verb-$a+b$- looks like `$a\mathop+b$', but
+\message{Check a+b look}%
+\verb-$a{+}b$- looks like~`$a{+}b$'. Note, however, that
+in \verb-${a+b}$- the whole subformula is treated as an
+ordinary symbol, not its components;
+therefore the result is~`${a+b}$'.
+
+%\point Large operators and their limits
+\section{Large operators and their limits}
+
+The large operators in the Computer Modern fonts come in
+two sizes: one for text style and one for display style.
+Control sequences such as \cs{sum} are simply defined by
+\cs{mathchardef} to correspond to a position in a font:
+\begin{verbatim}
+\mathchardef\sum="1350
+\end{verbatim}
+but if the
+current style is display style, \TeX\ looks to see whether
+that character has a successor in the font.
+
+Large operators in text style behave as if they are followed
+\cstoidx limits\par\cstoidx nolimits\par
+by \cs{nolimits}, which places the limits as sub/superscript
+expressions after the
+operator:\begin{disp}$\sum_{k=1}^\infty$\end{disp}
+In display style they behave as if they are followed by
+\cs{limits}, which places the limits over and under
+the operator:\begin{disp}$\displaystyle\sum_{k=1}^\infty$\end{disp}
+The successor mechanism (see page~\pageref{successor})
+\alt
+lets \TeX\ take a larger variant
+of the delimiter here.
+
+The integral sign has been defined in plain \TeX\ as
+\begin{verbatim}
+\mathchardef\intop="1352 \def\int{\intop\nolimits}
+\end{verbatim}
+which places the limits after the operator, even in display style:
+\begin{disp}$\displaystyle\int_0^\infty e^{-x^2}\,dx=\sqrt{\pi}/2$
+\end{disp}
+
+With \verb-\limits\nolimits- or \verb-\nolimits\limits- the
+last specification has precedence; the default placement
+can be restored by \csidx{displaylimits}. For instance,
+\begin{verbatim}
+$ ... \sum\limits\displaylimits ... $
+\end{verbatim}
+is equivalent to \begin{verbatim}
+$ ... \sum ... $
+\end{verbatim}
+and
+\begin{verbatim}
+$$ ... \sum\nolimits\displaylimits ... $$
+\end{verbatim}
+is equivalent to
+\begin{verbatim}
+$$ ... \sum ... $$
+\end{verbatim}
+
+%\point Vertical centring: \cs{vcenter}
+\section{Vertical centring: \protect\cs{vcenter}}
+
+Each formula has an {\em axis\/}, which is for an in-line
+\term axis of math formulas\par\term centring of math formulas\par
+formula about half the x-height of the surrounding
+text; the exact value is the \cs{fontdimen22} of the
+font in family~2, the symbol font, in the current style.
+
+The bar line in fractions is placed on the axis; large
+operators, delimiters and \cs{vcenter} boxes are centred on it.
+
+A \csidx{vcenter}\label{vcenter}
+box is a vertical box that is arranged
+so that it is centred on the math axis.
+It is possible to give a \n{spread} or \n{to}
+specification with a \cs{vcenter} box.
+
+The \cs{vcenter} box is allowed only in math mode, and
+it does not behave like other boxes; for instance, it can
+not be stored in a box register. It does not qualify as
+a~\gr{box}. See page~\pageref{tvcenter} for a macro that
+repairs this.
+
+%\point[muglue] Mathematical spacing: \n{mu} glue
+\section{Mathematical spacing: \n{mu} glue}
+\label{muglue}
+
+Spacing around mathematical objects is measured in \n{mu}
+\term math spacing\par\term math unit\par\term mu glue\par
+units. A~\n{mu} is $1/18$th part of \cs{fontdimen6}
+of the font in family~2 in the current style,
+the `quad' value of the symbol font.
+
+%\spoint Classification of \n{mu} glue
+\subsection{Classification of \n{mu} glue}
+
+The user can specify \n{mu} spacing by \cs{mkern} or~\cs{mskip},
+\cstoidx mkern\par\cstoidx mskip\par
+but most \n{mu} glue is inserted automatically by \TeX,
+based on the classes to which objects belong (see above).
+First, here are some rules of thumb describing the global
+behaviour.
+
+\begin{itemize} \item A \cs{thickmuskip} (default value in plain
+\TeX: \n{5mu plus 5mu})
+\cstoidx thickmuskip\par
+is inserted around (binary) relations, except where these are
+preceded or followed by other relations or punctuation, and
+except if they follow an open, or precede a close symbol.
+\item A \csidx{medmuskip} (default value in plain
+\TeX: \n{4mu plus 2mu minus 4mu})
+is put around binary operators.
+\item A \csidx{thinmuskip}
+(default value in plain \TeX: \n{3mu}) follows after
+punctuation, and is put around inner objects, except where these
+are followed by a close or preceded by an open symbol, and
+except if the other object is a large operator or a
+binary relation.
+\item No \n{mu} glue is inserted after an open or before a close
+symbol except where the latter is preceded by punctuation;
+no \n{mu} glue is inserted also before punctuation, except where
+the preceding object is punctuation or an inner object.
+\end{itemize}
+
+The following table gives the complete definition of mu glue
+between math objects.
+\begin{disp}\leavevmode
+\vbox{\offinterlineskip
+ \halign{#\enspace\hfil&#\enspace\hfil\vrule
+ &&\hfil\enspace#\hfil\strut\cr
+ \omit\hfil&\omit\hfil& 0:& 1:& 2:& 3:& 4:& 5:& 6:\cr
+ \omit\hfil&\omit\hfil&\hfill Ord&\hfill Op&\hfill Bin&\hfill Rel&
+ \hfill Open&\hfill Close&\hfill Punct&\hfill Inner\cr
+ \omit\hfil&\omit\hfil&\multispan8\hrulefill\cr
+ 0:&Ord& 0& 1&(2)&(3)& 0& 0& 0&(1)\cr
+ 1:&Op& 1& 1& *&(3)& 0& 0& 0&(1)\cr
+ 2:&Bin& (2)&(2)& *& *&(2)& *& *&(2)\cr
+ 3:&Rel& (3)&(3)& *& 0&(2)& *& *&(2)\cr
+ 4:&Open& 0& 0& *& 0& 0& 0& 0& 0\cr
+ 5:&Close& 0& 1&(2)&(3)& 0& 0& 0&(1)\cr
+ 6:&Punct&(1)&(1)& *&(1)&(1)&(1)&(1)&(1)\cr
+ &Inner&(1)& 1&(2)&(3)&(1)& 0&(1)&(1)\cr
+% \omit\hfil&\omit\hfil&\multispan8\hrulefil\cr
+}}
+\end{disp}
+
+where the symbols have the following meanings:
+\begin{itemize}\item 0, no space; 1, thin space; 2, medium space;
+ 3, thick space;
+\item $(\cdot)$, insert only in text and display
+ mode, not in script or scriptscript mode;
+\item cases * cannot occur, because a Bin object is converted
+ to Ord if it is the first in the list, preceded by
+ Bin, Op, Open, Punct, Rel, or followed by Close,
+ Punct, and Rel; also, a Rel is converted to Ord when
+ \alt
+ it is followed by Close or Punct.
+\end{itemize}
+
+Stretchable \n{mu} glue is set according to the same rules that
+govern ordinary glue. However, only \n{mu} glue on the outer
+level can be stretched or shrunk; any \n{mu} glue enclosed
+in a~group is set at natural width.
+
+%\spoint Muskip registers
+\subsection{Muskip registers}
+
+Like ordinary glue, \n{mu} glue can be stored in registers,
+\cstoidx muskip\par\cstoidx muskipdef\par\cstoidx newmuskip\par
+the \cs{muskip} registers,
+of which there are 256 in \TeX.
+The registers are denoted by
+\begin{disp}\cs{muskip}\gr{8-bit number}\end{disp}
+and they can be assigned to a control sequence by
+\begin{disp}\cs{muskipdef}\gr{control sequence}\gr{equals}\gr{8-bit number}
+\end{disp}
+and there is a macro that allocates unused registers:
+\begin{disp}\cs{newmuskip}\gr{control sequence}\end{disp}
+Arithmetic for mu glue exists as for glue; see
+Chapter~\ref{glue}.
+
+%\spoint Other spaces in math mode
+\subsection{Other spaces in math mode}
+
+In math mode space tokens are ignored; however,
+the math code of the space character is \verb-"8000-
+in plain \TeX,
+so if its category is made `letter' or `other character', it
+will behave like an active character in math mode.
+See also page~\pageref{mcode:8000}.
+
+Admissible glue in math mode is of type~\gr{mathematical skip},
+which is either a \gr{horizontal skip} (see Chapter~\ref{hvmode})
+or~\cs{mskip}\gr{muglue}. Leaders in math mode can be specified
+with a \gr{mathematical skip}.
+
+A glue item preceded by \csidx{nonscript}
+is cancelled if it occurs in scriptstyle or scriptscriptstyle.
+
+Control space functions in math mode
+\alt
+as it does in horizontal mode.
+
+In-line formulas are surrounded by kerns of size
+\csidx{mathsurround}, the so-called `math-on' and
+`math-off' items. Line breaking can occur at the front of
+the math-off kern if it is followed by glue.
+
+%\point Generalized fractions
+\section{Generalized fractions}
+
+Fraction-like objects can be set with six primitive commands
+of type \gr{generalized fraction}.
+\term generalized fractions\par
+Each of these takes the preceding and the following subformulas
+and puts them over one another, if necessary with a fraction
+bar and with delimiters.
+\begin{description} \item [\csidx{over}]
+ is the ordinary fraction; the bar thickness is \cs{fontdimen8}
+ of the extension font:
+ \begin{disp}\verb>$\pi\over2$>\quad gives\quad `$\pi\over2$'\message{pi over 2}\end{disp}
+\item [\csidx{atop}]
+ is equivalent to a fraction with zero bar thickness:
+ \begin{disp}\verb>$\pi\atop2$>\quad gives\quad `$\pi\atop2$'\end{disp}
+\item [\csidx{above}\gr{dimen}]
+ specifies the thickness
+ of the bar line explicitly:
+ \begin{disp}\verb>$\pi\above 1pt 2$>\quad gives\quad `$\pi\above 1pt 2$'\end{disp}
+\end{description}
+
+To each of these three there corresponds a \cs{...withdelims} variant
+\cstoidx overwithdelims\par\cstoidx atopwithdelims\par
+\cstoidx abovewithdelims\par
+that lets the user specify delimiters for the expression.
+For example, the most general command, in terms of which
+all five others could have been defined, is
+\begin{disp}\cs{abovewithdelims}\gr{delim$_1$}\gr{delim$_2$}\gr{dimen}.
+\end{disp}
+Delimiters in these generalized fractions do not grow with the
+enclosed expression: in display mode a delimiter is taken
+which is at least \cs{fontdimen20} high, otherwise
+\alt
+it has to be
+at least \cs{fontdimen21} high.
+These dimensions are taken
+from the font in family~2, the symbol font, in the current style.
+
+The control sequences \cs{over}, \cs{atop}, and \cs{above}
+are primitives, although they could have been defined
+as \cs{...withdelims..}, that is, with two null delimiters.
+Because of these implied surrounding null delimiters,
+there is a kern of size \cs{nulldelimiterspace} before and after
+these simple generalized fractions.
+
+%\point Underlining, overlining
+\section{Underlining, overlining}
+
+The primitive commands \csidx{underline} and \csidx{overline} take a
+\gr{math field} argument, that is, a \gr{math symbol} or
+a group, and draw a line under or over it.
+The result is an `Under' or `Over' atom, which
+is appended to the current math list.
+The line thickness is font dimension~8 of the extension font,
+which also determines the clearance between the line and
+the \gr{math field}.
+
+Various other \cs{over...} and \cs{under...} commands exist
+in plain \TeX;
+these are all macros
+that use the \TeX\ \cs{halign} command.
+
+%\point Line breaking in math formulas
+\section{Line breaking in math formulas}
+
+In-line formulas can be broken after relations and binary operators.
+\cstoidx relpenalty\par\cstoidx binoppenaly\par
+\term penalties in math mode\par
+The respective penalties are the \cs{relpenalty}
+and the~\cs{binoppenalty}. However, \TeX\ will only break
+after such symbols if they are not enclosed in braces.
+Other breakpoints can be created with~\cs{allowbreak},
+\cstoidx allowbreak\par\term breakpoints in math lists\par
+which is an abbreviation for~\cs{penalty0}.
+
+Unlike in horizontal or vertical mode where putting two penalties
+in a row is equivalent to just placing the smallest one,
+in math mode a penalty placed at a break point \ldash that is,
+after a relation or binary operator \rdash will effectively
+replace the old penalty by the new one.
+
+%\point[fam23:fontdims] Font dimensions of families 2 and 3
+\section{Font dimensions of families 2 and 3}
+\label{fam23:fontdims}
+
+If a font is used in text mode, \TeX\ will look at its
+first 7 \cs{fontdimen} parameters
+(see page~\pageref{font:dims}), for instance to
+control spacing.
+In math, however, more font dimensions are needed.
+\TeX\ will look at the first 22 parameters of the
+fonts in family~2, and the first 13 of the fonts in
+family~3, to control various
+aspects of math typesetting. The next two subsections
+have been quoted loosely from~\cite{BB:ISO}.
+
+%\spoint Symbol font attributes
+\subsection{Symbol font attributes}
+
+Attributes of the font in family 2 mainly specify the
+\term symbol font\par
+initial vertical positioning
+of parts of fractions, subscripts, superscripts, et cetera.
+The position determined by applying these
+attributes may be further modified because of other
+conditions, for example the presence of a fraction bar.
+
+One text font dimension, number~6,
+the quad, determines the size of mu glue;
+see above.
+
+Fraction numerator attributes: minimum shift up, from
+the main baseline, of the baseline of the numerator
+of a generalized fraction,
+\begin{enumerate} \message{set a counter here!}%\SetCounter:item=7
+\item num1:
+ for display style,
+\item num2:
+ for text style or smaller if a fraction bar is present,
+\item num3:
+ for text style or smaller if no fraction bar is present.
+\end{enumerate}
+
+Fraction denominator attributes: minimum shift down, from
+the main baseline, of the baseline of the denominator
+of a generalized fraction,
+\begin{enumerate} \message{set a counter here!}%\SetCounter:item=10
+\item denom1:
+for display style,
+\item denom2:
+for text style or smaller.
+\end{enumerate}
+
+Superscript attributes: minimum shift up, from the main baseline,
+of the baseline of a superscript,
+\begin{enumerate} \message{set a counter here!}%\SetCounter:item=12
+\item sup1:
+for display style,
+\item sup2:
+for text style or smaller, non-cramped,
+\item sup3:
+for text style or smaller, cramped.
+\end{enumerate}
+
+Subscript attributes: minimum shift down, from the main baseline,
+of the baseline of a subscript,
+\begin{enumerate} \message{set a counter here!}%\SetCounter:item=15
+\item sub1:
+when no superscript is present,
+\item sub2:
+when a superscript is present.
+\end{enumerate}
+
+Script adjustment attributes: for use only with non-glyph,
+that is, composite, objects.
+\begin{enumerate} \message{set a counter here!}%\SetCounter:item=17
+\item sup\_drop:
+maximum distance of superscript baseline below top of nucleus
+\item sub\_drop:
+minimum distance of subscript baseline below bottom of nucleus.
+\end{enumerate}
+
+Delimiter span attributes: height plus depth of delimiter enclosing
+a generalized fraction,
+\begin{enumerate} \message{set a counter here!}%\SetCounter:item=19
+\item delim1:
+in display style,
+\item delim2:
+in text style or smaller.
+\end{enumerate}
+
+A parameter with many uses, the height of the math axis,
+\begin{enumerate} \message{set a counter here!}%\SetCounter:item=21
+\item axis\_height:
+the height above the baseline
+of the fraction bar, and the centre of large delimiters
+and most operators and relations. This position is
+used in vertical centring operations.
+\end{enumerate}
+
+%\spoint Extension font attributes
+\subsection{Extension font attributes}
+
+Attributes of the font in family 3 mostly specify
+the way the limits of large operators are set.
+
+The first parameter, number 8, default\_rule\_thickness,
+serves many purposes. It
+is the thickness of the rule used for overlines,
+underlines, radical extenders (square root),
+and fraction bars. Various clearances are also specified
+in terms of this dimension: between the fraction bar and
+the numerator and denominator, between an object and
+the rule drawn by an underline, overline, or radical,
+and between the bottom of superscripts and top of subscripts.
+
+Minimum clearances around large operators are as follows:
+\begin{enumerate} \message{set a counter here!}%\SetCounter:item=8
+\item big\_op\_spacing1:
+minimum clearance between baseline of upper limit and top
+of large operator; see below.
+\item big\_op\_spacing2:
+minimum clearance between bottom of large operator and top of
+lower limit.
+\item big\_op\_spacing3:
+minimum clearance between baseline of
+upper limit and top of large operator,
+taking into account depth of upper limit; see below.
+\item big\_op\_spacing4:
+minimum clearance between bottom of large operator and top of lower
+limit, taking into account height of lower limit; see below.
+\item big\_op\_spacing5:
+clearance above upper limit or below lower limit of a large operator.
+\end{enumerate}
+The resulting clearance above an operator is the maximum
+of parameter~7, and parameter~11 minus the depth of the
+upper limit.
+The resulting clearance below an operator is the maximum
+of parameter~10, and parameter~12 minus the height of the
+lower limit.
+
+%\spoint Example: subscript lowering
+\subsection{Example: subscript lowering}
+
+The location of a subscript depends on whether there
+\alt
+\howto Adjust subscript lowering\par
+is a superscript; for instance
+\begin{disp} $X_1+Y^2_1=1$\end{disp}
+If you would rather have that look like
+\begin{disp} $\global\tempdima=\fontdimen16\textfont2\relax
+ \global\tempdimb=\fontdimen17\textfont2\relax
+ \fontdimen16\textfont2=3pt \fontdimen17\textfont2=3pt
+ X_1+Y^2_1=1$,$\fontdimen16\textfont2=\tempdima\relax
+ \fontdimen17\textfont2=\tempdimb\relax$
+\end{disp}
+\message{check lowering}
+it suffices to specify
+\begin{verbatim}
+\fontdimen16\textfont2=3pt \fontdimen17\textfont2=3pt
+\end{verbatim}
+which makes the subscript drop equal in both cases.
+
+%\subject[displaymath] Display Math
+\endofchapter
+\chapter{Display Math}\label{displaymath}
+
+Displayed formulas are set on a line of their own, usually
+somewhere in a paragraph. This chapter explains
+how surrounding white space (both above/below and to the
+left/right) is calculated.
+
+
+\begin{inventory}
+\item [\cs{abovedisplayskip \cs{belowdisplayskip}}]
+\mdqon
+ Glue above/""below a display.
+\mdqoff
+ Plain \TeX\ default:~\n{12pt plus 3pt minus 9pt}
+
+\item [\cs{abovedisplayshortskip \cs{belowdisplayshortskip}}]
+\mdqon
+ Glue above/""below a display if the line preceding the display
+\mdqoff
+ was short.
+ Plain \TeX\ defaults:~\n{0pt plus 3pt} and
+ \n{7pt plus 3pt minus 4pt} respectively.
+
+\item [\cs{predisplaypenalty \cs{postdisplaypenalty}}]
+\mdqon
+ Penalty placed in the vertical list above/""below a display.
+\mdqoff
+ Plain \TeX\ defaults:~\n{10$\,$000} and~\n{0}
+ respectively.
+
+\item [\cs{displayindent}]
+ Distance by which the box, in which the display
+ is centred, is indented owing to hanging indentation.
+
+\item [\cs{displaywidth}]
+ Width of the box in which the display is centred.
+
+\item [\cs{predisplaysize}]
+ Effective width of the line preceding the display.
+
+\item [\cs{everydisplay}]
+ Token list inserted at the start of a display.
+
+\item [\cs{eqno}]
+ Place a right equation number in a display formula.
+
+\item [\cs{leqno}]
+ Place a left equation number in a display formula.
+
+\end{inventory}
+
+%\point Displays
+\section{Displays}
+
+\TeX\ starts building a display when it encounters two
+\term displays\par
+math shift characters (characters of category~3,
+\verb>$>~in plain \TeX) in a row.
+Another such pair (possibly followed
+\alt by one optional space) indicates the end of the display.
+
+Math shift is a \gr{horizontal command}, but displays are only
+allowed in unrestricted horizontal mode
+(\verb>$$>~is an empty math formula in restricted horizontal mode).
+Displays themselves, however, are started in the
+surrounding (possibly internal) vertical mode in order to calculate
+quantities such as~\cs{prevgraf}; the result of the display is
+appended to the vertical list.
+
+The part of the paragraph above the display is broken into
+lines as an independent paragraph (but \cs{prevgraf} is
+carried over; see below), and the remainder of the
+paragraph is set, starting with an empty list and \cs{spacefactor}
+equal to~1000.
+The \cs{everypar} tokens are not inserted for the part of the
+paragraph after the display, nor is \cs{parskip} glue inserted.
+
+Right at the beginning of the display the \csidx{everydisplay}
+token list is inserted (but after the calculation of
+\cs{displayindent}, \cs{displaywidth}, and \cs{predisplaysize}).
+See page~\pageref{left:display} for an example of the use
+of \cs{everydisplay}.
+
+The page builder is exercised
+before the display
+(but after the \cs{everydisplay} tokens have been inserted),
+and after the display finishes.
+
+The `display style' of math typesetting was treated in
+Chapter~\ref{mathfont}.
+
+%\point Displays in paragraphs
+\section{Displays in paragraphs}
+
+Positioning of a display in a paragraph may be influenced
+by hanging indentation or a \cs{parshape} specification.
+For this, \TeX\ uses the \cs{prevgraf} parameter
+(see Chapter~\ref{par:shape}), and
+acts as if the display is three lines deep.
+
+If $n$ is the value of \cs{prevgraf} when the display starts
+\ldash so there are $n$ lines of text above the display \rdash
+\cs{prevgraf} is set to to $n+3$ when the paragraph resumes.
+The display occupies, as it were, lines $n+1$, $n+2$, and~$n+3$.
+The shift and line width for the display are those
+that would hold for line~$n+2$.
+
+The shift for the display is recorded in \cs{displayindent};
+\cstoidx displayindent\par\cstoidx displaywidth\par
+the line width is recorded in \cs{displaywidth}. These parameters
+(and the \cs{predisplaysize} explained below)
+are set immediately after the \verb>$$> has been scanned.
+Usually they are equal to zero and \cs{hsize} respectively.
+The user can change the values of these parameters;
+\TeX\ will use the
+values that hold after the math list
+of the display has been processed.
+
+Note that a display is vertical material, and therefore
+not influenced by settings of \cs{leftskip} and \cs{rightskip}.
+
+%\point Vertical material around displays
+\section{Vertical material around displays}
+
+A display is preceded in the vertical list by
+\begin{itemize}\item a penalty of size \cs{predisplaypenalty}
+ \cstoidx predisplaypenalty\par\cstoidx abovedisplayskip\par
+ \cstoidx abovedisplayshortskip\par
+(plain \TeX\ default~$10\,000$), and
+\item glue of size \cs{abovedisplayskip}
+or \cs{abovedisplayshortskip}; this glue is omitted in
+cases where a~\cs{leqno} equation number is set on
+a line of its own (see below).\end{itemize}
+A display is followed by
+\begin{itemize}\item a penalty of size \cs{postdisplaypenalty}
+ \cstoidx postdisplaypenalty\par\cstoidx belowdisplayskip\par
+ \cstoidx belowdisplayshortskip\par
+(default~0), and possibly
+\item glue of size \cs{belowdisplayskip} or
+\cs{belowdisplayshortskip}; this glue is omitted in cases
+where an~\cs{eqno} equation number is set on a line of
+its own (see below).\end{itemize}
+
+The `short' variants of the glue are taken if
+there is no \cs{leqno} left equation number, and if
+the last line of the paragraph above the display is
+short enough for the display to be raised a bit without
+coming too close to that line.
+In order to decide this, the effective width of the
+preceding line is saved in \csidx{predisplaysize}.
+This value is calculated immediately after the opening \verb>$$>
+of the display has
+been scanned, together with the \cs{displaywidth}
+and \cs{displayindent} explained above.
+
+Remembering that the part of the paragraph above the display
+has already been broken into lines, the following method
+for finding the effective width of the last line ensues.
+\TeX\ takes the last box of the list, which is a horizontal
+box containing the last line, and locates the right edge
+of the last box in it. The \cs{predisplaysize} is then
+the place of that rightmost edge, plus any amount by which
+the last line was shifted, plus two ems in the current font.
+
+There are two exceptions to this. The \cs{predisplaysize}
+is taken to be $-$\cs{maxdimen} if there was no previous line,
+that is,
+the display started the paragraph, or it followed another display;
+\cs{predisplaysize} is taken to be \cs{maxdimen}
+\term machine dependence\par
+if the glue in the last line was not set at its natural width,
+which may happen if the \cs{parfillskip} contained only finite
+stretch. The reason for the last clause is that glue
+\mdqon
+setting is slightly machine"-dependent, and such dependences
+\mdqoff
+should be kept out of \TeX's global decision processes.
+
+%\point Glue setting of the display math list
+\section{Glue setting of the display math list}
+
+The display has to fit in \cs{displaywidth},
+but in addition to the formula there
+may be an equation number. The minimum separation
+between the formula and the equation number should
+be one em in the symbol font, that is,
+\mdqon
+\cs{font\-dimen\-6}""\cs{textfont2}.
+\mdqoff
+
+If the formula plus any equation number
+and separation fit into \cs{displaywidth},
+the glue in the formula is set at its natural width.
+If it does not fit,
+but the formula contains enough shrink, it is shrunk.
+Otherwise \TeX\ puts any equation number
+on a line of its own, and the glue in the formula is
+set to fit it in \cs{displaywidth}.
+With the equation
+number on a separate line the formula may now very well fit in the
+display width; however,
+if it was a very long formula the box in which it is
+set may still be overfull. \TeX\ nevers breaks a displayed
+formula.
+
+%\point Centring the display formula: displacement
+\section{Centring the display formula: displacement}
+
+Based on the width of the box containing the formula \ldash which
+may not really `contain' it; it may be overfull \rdash
+\TeX\ tries to centre the formula in the \cs{displaywidth},
+that is, without taking the equation number into account.
+Initially, a displacement is calculated that is
+half the difference between \cs{displaywidth} and the
+width of the formula box.
+
+However, if there is an equation number that will not
+be put on a separate line and the displacement is less than
+twice the width of the equation number, a new displacement
+is calculated. This new displacement is zero if the formula
+started with glue; otherwise it is such that the
+formula box is centred in the space left by the equation
+number.
+
+If there was no equation number, or if the equation number
+will be put on a separate line, the formula box
+is now placed, shifted right by \cs{displayindent} plus
+the displacement calculated above.
+
+%\point Equation numbers
+\section{Equation numbers}
+
+The user can specify a equation number for a display
+by ending it with
+\cstoidx eqno\par\cstoidx leqno\par\term equation numbering\par
+\begin{Disp}\cs{eqno}\gr{math mode material}\verb>$$>\end{Disp}
+for an equation number placed on the right, or
+\begin{Disp}\cs{leqno}\gr{math mode material}\verb>$$>\end{Disp}
+for an equation number placed on the left.
+
+%\spoint Ordinary equation numbers
+\subsection{Ordinary equation numbers}
+
+Above it was described how \TeX\ calculates a displacement
+from the display formula and the equation number, if this
+is to be put on the same line as the formula.
+
+If the equation number was a \cs{leqno} number,
+\TeX\ places a box containing
+\begin{itemize}\item the equation number,
+\item a kern with the size of the displacement calculated, and
+\item the formula.\end{itemize}
+This box is shifted right by \cs{displayindent}.
+
+If the equation number was an \cs{eqno} number,
+\TeX\ places a box containing
+\begin{itemize}\item the formula,
+\item a kern with the size of the displacement calculated, and
+\item the equation number.\end{itemize}
+This box is shifted right by \cs{displayindent} plus
+the displacement calculated.
+
+%\spoint The equation number on a separate line
+\subsection{The equation number on a separate line}
+
+Since displayed formulas may become rather big, \TeX\ can decide
+(as was described above)
+that any equation number should be placed on a line of its own.
+A~left-placed equation number is then to be placed above the
+display, in a box that is shifted right by \cs{displayindent};
+a right-placed equation number will be placed below the display,
+in a box that is shifted to the right
+by \cs{displayindent} plus \cs{displaywidth} minus the width of
+the equation number box.
+
+In both cases a penalty of $10\,000$ is placed between the equation
+number box and the formula.
+
+\TeX\ does not put extra glue above a left-placed
+equation number or below
+a right-placed equation number; \TeX\ here relies on
+the baselineskip mechanism.
+
+
+%\point[left:display] Non-centred displays
+\section{Non-centred displays}
+\label{left:display}
+
+As a default, \TeX\ will centre displays.
+\term displays, non-centred\par
+In order to get non-centred displays some
+macro trickery is needed.
+
+One approach would
+be to write a macro \cs{DisplayEquation}
+that would basically look like
+\begin{verbatim}
+\def\DisplayEquation#1{%
+ \par \vskip\abovedisplayskip
+ \hbox{\kern\parindent$\displaystyle#1$}
+ \vskip\belowdisplayskip \noindent}
+\end{verbatim}
+but it would be nicer if one could just write
+\begin{verbatim}
+$$ ... \eqno ... $$
+\end{verbatim}
+\mdqon
+and having this come out as a left"-aligning display.
+\mdqoff
+
+Using the \cs{everydisplay} token list, the above
+idea can be realized. The basic idea is to write
+\begin{verbatim}
+\everydisplay{\IndentedDisplay}
+\def\IndentedDisplay#1$${ ...
+\end{verbatim}
+so that the macro \cs{IndentedDisplay}
+will receive the formula, including any equation number.
+The first step is now to extract an equation number
+if it is present. This makes creative use of delimited
+macro parameters.\begin{verbatim}
+\def\ExtractEqNo#1\eqno#2\eqno#3\relax
+ {\def\Equation{#1}\def\EqNo{#2}}
+\def\IndentedDisplay#1$${%
+ \ExtractEqNo#1\eqno\eqno\relax
+\end{verbatim}
+Next the equation should be set in the available
+space \cs{displaywidth}:
+\begin{verbatim}
+ \hbox to \displaywidth
+ {\kern\parindent
+ $\displaystyle\Equation$\hfil$\EqNo$}$$
+ }
+\end{verbatim}
+Note that the macro ends in the closing \verb>$$>
+to balance the opening dollars that caused
+insertion of the \cs{everydisplay} tokens.
+This also means that the box containing the
+displayed material will automatically be
+surrounded by \cs{abovedisplayskip} and
+\cs{belowdisplayskip} glue.
+There is no need to use \cs{displayindent} anywhere
+in this macro, because \TeX\ itself will shift the
+display appropriately.
+
+% \begin{comment}
+% \endinput
+% baselineskip around displays?
+
+
+
+% \end{comment}
+%%%% end of input file [math]
+
+%\InputFile:align
+%%%% this is input file [align]
+%\subject[align] Alignment
+\endofchapter
+\chapter{Alignment}\label{align}
+
+\TeX\ provides a general alignment mechanism for making tables.
+\term alignments\par\term tables\par
+
+\begin{inventory}
+\item [\cs{halign}]
+ Horizontal alignment.
+
+\item [\cs{valign}]
+ Vertical alignment.
+
+\item [\cs{omit}]
+ Omit the template for one alignment entry.
+
+\item [\cs{span}]
+ Join two adjacent alignment entries.
+
+\item [\cs{multispan}]
+ Macro to join a number of adjacent alignment entries.
+
+\item [\cs{tabskip}]
+ Amount of glue in between columns (rows)
+ of an \cs{halign} (\cs{valign}).
+
+\item [\cs{noalign}]
+ Specify vertical (horizontal)
+ material to be placed in between rows (columns) of
+ an \cs{halign} (\cs{valign}).
+
+\item [\cs{cr}]
+ Terminate an alignment line.
+
+\item [\cs{crcr}]
+ Terminate an alignment line if it has
+ not already been terminated by~\cs{cr}.
+
+\item [\cs{everycr}]
+ Token list inserted after every \cs{cr} or non-redundant
+ \cs{crcr}.
+
+\item [\cs{centering}]
+ Glue register in plain \TeX\ for centring
+ \cs{eqalign} and \cs{eqalignno}.
+ Value: \n{0pt plus 1000pt minus 1000pt}
+
+\item [\cs{hideskip}]
+ Glue register in plain \TeX\ to make alignment entries invisible.
+ Value: \n{-1000pt plus 1fill}
+
+\item [\cs{hidewidth}]
+ Macro to make preceding or following entry invisible.
+
+\end{inventory}
+
+%\point Introduction
+\section{Introduction}
+
+\TeX\ has a sophisticated alignment mechanism, based on
+templates, with one template entry per column or row.
+The templates may contain any common elements
+of the table entries, and in general they contain
+instructions for typesetting the entries.
+\TeX\ first calculates widths (for \cs{halign}) or heights
+(for \cs{valign}) of all entries;
+then it typesets the whole alignment using in each column (row)
+the maximum width (height) of entries in that column (row).
+
+%\point Horizontal and vertical alignment
+\section{Horizontal and vertical alignment}
+
+The two alignment commands in \TeX\ are
+\cstoidx halign\par\cstoidx valign\par
+\begin{disp}\cs{halign}\gr{box specification}\lb\gr{alignment material}\rb
+\end{disp} for horizontal alignment of columns, and
+\begin{disp}\cs{valign}\gr{box specification}\lb\gr{alignment material}\rb
+\end{disp} for vertical alignment of rows.
+\cs{halign} is a \gr{vertical command}, and
+\cs{valign} is a \gr{horizontal command}.
+
+The braces induce a new level of grouping; they can be
+implicit.
+
+The discussion below will mostly focus on horizontal
+alignments, but, replacing `column' by `row' and vice versa,
+it applies to vertical alignments too.
+
+%\spoint Horizontal alignments: \cs{halign}
+\subsection{Horizontal alignments: \cs{halign}}
+
+Horizontal alignments yield a list of horizontal boxes, the rows,
+\term horizontal alignment\par
+which are placed on the surrounding vertical list.
+The page builder is exercised after the alignment rows have been
+added to the vertical list.
+The value of \cs{prevdepth} that holds before the alignment
+is used for the baselineskip of the first row,
+and after the alignment \cs{prevdepth} is set to a value based
+on the last row.
+
+Each entry is processed in a group of its own,
+in restricted horizontal mode.
+
+A special type of horizontal alignment exists: the
+\term display alignment\par
+display alignments, specified as
+\begin{disp}\n{\$\$}\gr{assignments}\cs{halign}\gr{box specification}\lb\n{...}\rb
+ \gr{assignments}\n{\$\$}\end{disp}
+Such an alignment is shifted by \cs{displayindent} (see
+Chapter~\ref{displaymath}) and surrounded by
+\cs{abovedisplayskip} and \cs{belowdisplayskip} glue.
+
+%\spoint Vertical alignments: \cs{valign}
+\subsection{Vertical alignments: \cs{valign}}
+
+Vertical alignments are `rotated' horizontal alignments:
+\term vertical alignment\par
+they are placed on the surrounding horizontal lists,
+and yield a row of columns. The \cs{spacefactor} value
+is treated the same way as the \cs{prevdepth} for horizontal
+alignments: the value current before the alignment is used
+for the first column, and the value reached after the last column
+is used after the alignment. In between columns the \cs{spacefactor}
+value is~1000.
+
+Each entry is in a group of its own, and it is processed
+in internal vertical mode.
+
+%\spoint Material between the lines: \cs{noalign}
+\subsection{Material between the lines: \cs{noalign}}
+
+Material that has to be contained in the alignment, but
+should not be treated as an entry or series of entries,
+\cstoidx noalign\par
+can be given by
+\begin{disp}\cs{noalign}\gr{filler}\lb\gr{vertical mode material}\rb
+\end{disp} for horizontal alignments, and
+\begin{disp}\cs{noalign}\gr{filler}\lb\gr{horizontal mode material}\rb
+\end{disp} for vertical alignments.
+
+Examples are
+\begin{verbatim}
+\noalign{\hrule}
+\end{verbatim}
+for drawing a horizontal rule
+between two lines of an \cs{halign},
+and \begin{verbatim}
+\noalign{\penalty100}
+\end{verbatim}
+for discouraging a page break (or line break) in
+between two rows (columns) of an \cs{halign} (\cs{valign}).
+
+%\spoint Size of the alignment
+\subsection{Size of the alignment}
+
+The \gr{box specification} can be used to give the alignment
+a predetermined size: for instance
+\begin{verbatim}
+\halign to \hsize{ ... }
+\end{verbatim}
+Glue contained in the entries of the alignment has no role in this;
+any stretch or
+shrink required is taken from the \cs{tabskip} glue.
+This is explained below.
+
+%\point The preamble
+\section{The preamble}
+
+Each line in an alignment is terminated by \cs{cr};
+the first line is called the {\it template line}.
+It is of the form
+\begin{disp}\n{$u_1$\#$v_1$\&...\&$u_n$\#$v_n$}\cs{cr}\end{disp}
+where each $u_i$, $v_i$ is a (possibly empty) arbitrary sequence
+of tokens, and the template entries are separated by
+the {\italic alignment tab
+\term alignment tab\par
+character} (\n\&~in plain \TeX),
+that is, any character of category~4.
+
+A $u_i$\n\#$v_i$ sequence is the template that will be
+used for the $i\,$th column: whatever sequence $\alpha_i$
+the user specifies
+as the entry for that column will be inserted at the
+parameter character. The sequence $u_i\alpha_iv_i$ is
+then processed to obtain the actual entry for the $i\,$th
+column on the current line. See below for more details.
+
+The length $n$ of the template line need
+not be equal to the actual number of columns in the alignment:
+the template is used only for as many items as are specified
+on a line. Consider as an example
+\begin{verbatim}
+\halign{a#&b#&c#\cr 1&2\cr 1\cr}
+\end{verbatim}
+which has a three-item template, but the rows have only
+one or two items. The output of this is
+\begin{disp}\leavevmode\vbox{\halign{a#&b#&c#\cr 1&2\cr 1\cr}}\end{disp}
+
+%\spoint Infinite preambles
+\subsection{Infinite preambles}
+
+For the case where the number of columns is not known in advance,
+for instance if the alignment is to be used in a macro where
+the user will specify the columns, it is possible to
+specify that a trailing piece of the
+preamble can be repeated arbitrarily many times.
+By preceding it with \n\&, an entry can be marked as the
+start of this repeatable part of the preamble.
+See the example of \cs{matrix} below.
+
+When the whole preamble is to be repeated, there will be
+an alignment tab character at the start of the first entry:
+\begin{verbatim}
+\halign{& ... & ... \cr ... }
+\end{verbatim}
+If a starting portion of the preamble is to be exempted from
+repetition, a double alignment tab will occur:
+\begin{verbatim}
+\halign{ ... & ... & ... && ... & ... \cr ... }
+\end{verbatim}
+
+The repeatable part need not be used an integral
+number of times. The alignment rows can end at any time;
+the rest of the preamble is then not used.
+
+%\spoint Brace counting in preambles
+\subsection{Brace counting in preambles}
+
+Alignments may appear inside alignments, so \TeX\ uses the
+following rule to determine to which alignment
+an \n\& or \cs{cr} control sequence belongs:
+\begin{disp} All tab characters and \cs{cr} tokens of an alignment
+ should be on the same level of grouping.\end{disp}
+From this it follows that tab characters and \cs{cr} tokens
+can appear inside an entry if they are nested in braces.
+This makes it possible to have nested alignments.
+
+%\spoint Expansion in the preamble
+\subsection{Expansion in the preamble}
+
+All tokens in the preamble \ldash apart from the tab characters \rdash
+are stored for insertion in the entries of the alignment,
+but a token preceded by \csidx{span} is expanded while
+the preamble is scanned. See below for the function of
+\cs{span} in the rest of the alignment.
+
+%\spoint \cs{tabskip}
+\subsection{\cs{tabskip}}
+
+Entries in an alignment are set to take the width of the
+largest element in their column.
+Glue for separating columns can be specified by assigning
+to \csidx{tabskip}.
+\altt
+\TeX\ inserts this glue in
+between each pair of columns, and before the first and after the
+last column.
+
+The value of \cs{tabskip} that holds outside the alignment is
+used before the first column, and after all subsequent columns,
+unless the preamble contains assignments to \cs{tabskip}.
+Any assignment to \cs{tabskip} is executed while \TeX\ is scanning
+the preamble; the value that holds when a tab character is
+reached will be used at that place in each row, and after all subsequent
+columns, unless further assignments occur.
+The value of \cs{tabskip} that holds when \cs{cr} is reached
+is used after the last column.
+
+Assignments to \cs{tabskip} in the preamble are local to the
+alignment, but not to the entry where they are given.
+These assignments are ordinary glue assignments:
+they remove any optional trailing space.
+
+As an example, in the following table there is no tabskip
+glue before the first and after the last column;
+in between all columns there is stretchable tabskip.
+\begin{verbatim}
+\tabskip=0pt \halign to \hsize{
+ \vrule#\tabskip=0pt plus 1fil\strut&
+ \hfil#\hfil& \vrule#& \hfil#\hfil& \vrule#& \hfil#\hfil&
+ \tabskip=0pt\vrule#\cr
+ \noalign{\hrule}
+ &\multispan5\hfil Just a table\hfil&\cr
+ \noalign{\hrule}
+ &one&&two&&three&\cr &a&&b&&c&\cr
+ \noalign{\hrule}
+ }
+\end{verbatim}
+The result of this is
+\begin{disp}\PopListLevel
+\leavevmode\message{single indent and sufficient vertical}%
+\hbox{\leftskip0pt \rightskip0pt
+ \vbox{\offinterlineskip
+\tabskip=0pt \halign to \hsize{\strut
+ \vrule#\tabskip=0pt plus 1fil\strut&
+ \hfil#\hfil& \vrule#& \hfil#\hfil&
+ \vrule#& \hfil#\hfil&
+ \tabskip=0pt\vrule#\cr
+ \noalign{\hrule}
+ &\multispan5\hfil Just a table\hfil&\cr
+ \noalign{\hrule}
+ &one&&two&&three&\cr
+ &a&&b&&c&\cr
+ \noalign{\hrule}
+ }}}\end{disp}
+All of the vertical rules
+of the table are in a separate column. This is the only way
+to get the space around the items to stretch.
+
+%\point The alignment
+\section{The alignment}
+
+After the template line any number of lines terminated by \cs{cr}
+can follow. \TeX\ reads all of these lines, processing the
+entries in order to find the maximal width (height) in
+each column (row).
+Because all entries are kept in memory,
+long tables can overflow \TeX's main memory.
+For such tables it is better to write a special-purpose macro.
+
+%\spoint Reading an entry
+\subsection{Reading an entry}
+
+Entries in an alignment are composed of the
+constant $u$ and $v$ parts
+of the template, and the variable $\alpha$ part.
+Basically \TeX\ forms the sequence of tokens $u\alpha v$
+and processes this. However, there are two special cases
+where \TeX\ has to expand before it forms this sequence.
+
+Above, the \cs{noalign} command was described.
+Since this requires a different treatment from other
+alignment entries,
+\TeX\ expands, after it has read a \cs{cr},
+the first token of the first $\alpha$ string
+of the next line to
+see whether that is or expands to \cs{noalign}.
+Similarly, for all entries
+in a line the first token is expanded to see
+whether it is or expands to \cs{omit}. This control sequence
+will be described below.
+
+Entries starting with an \cs{if...} conditional, or a macro
+expanding to one, may be misinterpreted owing to this
+premature expansion. For example,
+\begin{verbatim}
+\halign{$#$\cr \ifmmode a\else b\fi\cr}
+\end{verbatim}
+will give
+\begin{disp}\leavevmode
+ \vbox{\halign{$#$\cr \ifmmode a\else b\fi\cr}}\end{disp}
+because the conditional is evaluated before math mode has been set up.
+The solution is, as in many other cases, to insert a
+\cs{relax} control sequence to stop the expansion.
+Here the \cs{relax} has to be inserted at the start of the
+alignment entry.
+
+If neither \cs{noalign} nor \cs{omit} (see below) is found,
+\TeX\ will process an input stream composed
+of the $u$ part, the $\alpha$ tokens
+(which are delimited by either \n\& or \cs{span}, see below),
+and the $v$ part.
+
+Entries are delimited by \n\&, \cs{span}, or \cs{cr}, but
+only if such a token occurs on the same level of grouping.
+This makes it possible to have an alignment as an entry of
+another alignment.
+
+%\spoint Alternate specifications: \cs{omit}
+\subsection{Alternate specifications: \cs{omit}}
+
+The template line will rarely be sufficient to describe
+all lines of the alignment. For lines where items should be
+set differently the command \csidx{omit} exists:
+if the first token in an entry is (or expands to) \cs{omit}
+the trivial template \n\# is used instead of
+what the template line specifies.
+
+\begin{example} The following alignment uses the same template for
+all columns, but in the second column an \cs{omit} command
+is given.
+\begin{verbatim}
+\tabskip=1em
+\halign{&$<#>$\cr a&\omit (b)&c \cr}
+\end{verbatim}
+The output of this is
+\begin{disp}\leavevmode\vbox{\tabskip=1em
+\halign{&$<#>$\cr a&\omit (b)&c \cr}}
+\end{disp}
+\end{example}
+
+%\spoint Spanning across multiple columns: \cs{span}
+\subsection{Spanning across multiple columns: \cs{span}}
+
+Sometimes it is desirable to have material spanning several
+columns. The most obvious example is that of a heading above
+a table. For this \TeX\ provides the \cs{span} command.
+
+Entries are delimited either by \n\&, by \cs{cr}, or by \csidx{span}.
+In the last case \TeX\ will omit the tabskip glue that
+would normally follow the entry thus delimited, and
+it will typeset the material just read plus the following
+entry in the joint space available.
+
+As an example,
+\begin{verbatim}
+\tabskip=1em
+\halign{&#\cr a&b&c&d\cr a&\hrulefill\span\hrulefill&d\cr}
+\end{verbatim}
+gives
+\begin{disp}\leavevmode\vbox{\tabskip=1em
+\halign{&#\cr a&b&c&d\cr a&\hrulefill\span\hrulefill&d\cr}}
+\end{disp} Note that there is no tabskip glue in between the
+two spanned columns, but there is tabskip glue before the
+\alt
+first column and after the last.
+
+Using the \cs{omit} command this same alignment could
+have been generated as
+\begin{verbatim}
+\halign{&#\cr a&b&c&d\cr a&\hrulefill\span\omit&d\cr}
+\end{verbatim}
+
+The \cs{span}\cs{omit} combination is used in the
+plain \TeX\ macro
+\cs{multispan}: for instance
+\begin{disp}\cs{multispan4}\quad gives\quad \verb>\omit\span\omit\span\omit\span\omit>
+\end{disp} which spans across three tabs, and removes the templates
+of four entries.
+Repeating the above example once again:
+\begin{verbatim}
+\halign{&#\cr a&b&c&d\cr a&\multispan2\hrulefill&d\cr}
+\end{verbatim}
+The argument of \cs{multispan} is a single token,
+not a number,
+so in order to span more than 9 columns the argument
+should be enclosed in braces, for instance \verb>\multispan{12}>.
+\alt
+Furthermore, a space after a single-digit argument
+will wind up in the output.
+
+For a `low budget' solution to spanning columns plain \TeX\ has the
+macro \csidx{hidewidth}, defined by
+\begin{verbatim}
+\newskip\hideskip \hideskip=-1000pt plus 1fill
+\def\hidewidth{\hskip\hideskip}
+\end{verbatim}
+Putting \cs{hidewidth} at the beginning or end of an alignment entry
+will make its width zero, with the material in the entry
+sticking out to the left or right respectively.
+
+
+%\spoint Rules in alignments
+\subsection{Rules in alignments}
+
+Horizontal rules inside a horizontal alignment will mostly
+\term rules in alignments\par
+\howto Draw rules in an alignment\par
+be across the width of the alignment. The easiest way
+to attain this is to use \begin{verbatim}
+\noalign{\hrule}
+\end{verbatim}
+lines inside the alignment. If the alignment is contained
+in a vertical box, lines above and below the alignment
+can be specified with
+\begin{verbatim}
+\vbox{\hrule \halign{...} \hrule}
+\end{verbatim}
+The most general way to get horizontal lines in an alignment
+is to use
+\cstoidx multispan\par
+\begin{disp}\cs{multispan}$\,n$\cs{hrulefill}\end{disp}
+which can be used to underline arbitrary adjacent columns.
+
+Vertical rules in alignments take some more care.
+Since a horizontal alignment breaks up into
+horizontal boxes that will be placed on a vertical list,
+\TeX\ will insert baselineskip glue in between the rows
+of the alignment. If vertical rules in adjacent rows
+are to abut, it is necessary to prevent baselineskip glue,
+for instance by the \cs{offinterlineskip} macro.
+
+In order to ensure that rows will still be properly spaced
+it is then necessary to place a {\italic strut\/}
+somewhere in the preamble.
+A~strut is an invisible object with a certain height
+and depth. Putting that in the preamble guarantees that
+every line will have at least that height and depth.
+In the plain format \csidx{strut} is
+defined statically as
+\begin{verbatim}
+\vrule height8.5pt depth3.5pt width0pt
+\end{verbatim}
+so this must be changed when other fonts or sizes are used.
+
+It is a good idea to use a whole column for a~vertical
+rule, that is, to write
+\begin{verbatim}
+\vrule#&
+\end{verbatim}
+in the preamble and
+to leave the corresponding entry in the alignment empty.
+Omitting the vertical rule can then be done by specifying \cs{omit},
+and the size of the rule can be specified explicitly by
+putting, for instance,
+\hbox{\n{height 15pt}} in the entry instead of leaving
+it empty. Of course, tabskip glue will now be specified to the
+left and right of the rule, so some extra tabskip assignments
+may be needed in the preamble.
+
+%\spoint End of a line: \cs{cr} and \cs{crcr}
+\subsection{End of a line: \cs{cr} and \cs{crcr}}
+
+All lines in an alignment are terminated by the \csidx{cr} control
+sequence, including the last line.
+\TeX\ is not able to infer from
+a closing brace in the $\alpha$~part that the
+alignment has ended, because an unmatched
+closing brace is perfectly valid in
+an alignment entry; it may match an opening brace in
+the $u$~part of the corresponding preamble entry.
+
+\TeX\ has a primitive command \csidx{crcr} that is equivalent
+to \cs{cr}, but it has no effect if it immediately follows
+a~\cs{cr}.
+Consider as an example the definition in plain \TeX\
+of \csidx{cases}:
+\begin{verbatim}
+\def\cases#1{%
+ \left\{\,\vcenter{\normalbaselines\m@th
+ \ialign{ $##\hfil$& \quad##\hfil \crcr #1\crcr}}%
+ \right.}
+\end{verbatim}
+Because of the \cs{crcr} after the user argument \verb.#1.,
+the following two applications of this macro
+\begin{disp}\verb>\cases{1&2\cr 3&4}>\quad and\quad \verb>\cases{1&2\cr 3&4\cr}>\end{disp}
+both work. In the first case the \cs{crcr} in the macro
+definition ends the last line;
+in the second case the user's \cs{cr} ends the line,
+and the \cs{crcr} is redundant.
+
+After \cs{cr} and after a non-redundant \cs{crcr} the
+\gr{token parameter} \csidx{everycr} is inserted.
+This includes the \cs{cr} terminating the template line.
+
+%\point Example: math alignments
+\section{Example: math alignments}
+
+The plain format has several alignment macros that function
+in math mode. One example is \csidx{matrix}, defined by
+\begin{verbatim}
+\def\matrix#1{\null\,\vcenter{\normalbaselines\m@th
+ \ialign{\hfil$##$\hfil && \quad\hfil$##$\hfil\crcr
+ \mathstrut\crcr
+ \noalign{\kern-\baselineskip}
+ #1\crcr
+ \mathstrut\crcr
+ \noalign{\kern-\baselineskip}}}\,}
+\end{verbatim}
+This uses a repeating (starting with~\verb>&&>) second preamble entry;
+each entry is centred by an \cs{hfil} before and after it,
+and there is a \cs{quad} of space in between columns.
+Tabskip glue was not used for this, because there should not
+be any glue preceding or following the matrix.
+
+The combination of a \cs{mathstrut} and \verb>\kern-\baselineskip>
+above and below the matrix increases the vertical size
+such that two matrices with the same number of rows will have
+the same height and depth, which would not otherwise be the case
+if one of them had subscripts in the last row, but the other
+not. The \cs{mathstrut} causes interline glue to be inserted
+and, because it has a size equal to \cs{baselineskip},
+the negative kern will effectively leave only the interline glue,
+thereby buffering any differences in the first and last line.
+Only to a certain point, of course: objects bigger than the
+opening brace will still result in a different height or depth of the
+matrix.
+
+Another, more
+complicated, example of an alignment for math mode is \cs{eq\-alignno}.
+\cstoidx eqalignno\par\cstoidx centering\par
+\begin{verbatim}
+\def\eqalignno#1{\begin{disp}l@y \tabskip\centering
+ \halign to\displaywidth{
+ \hfil$\@lign\displaystyle{##}$% -- first column
+ \tabskip\z@skip
+ &$\@lign\displaystyle{{}##}$\hfil% -- second column
+ \tabskip\centering
+ &\llap{$\@lign##$}% -- third column
+ \tabskip\z@skip\crcr % end of the preamble
+ #1\crcr}}
+\end{verbatim}
+Firstly, the tabskip is set to zero after the equation
+number, so this number is set flush with the right margin.
+Since it is placed by \cs{llap}, its effective width
+is zero. Secondly, the tabskip between the
+first and second columns is also zero, and the tabskip
+before the first column and after the second is
+\alt
+\cs{centering}, which is \n{0pt plus 1000pt minus 1000pt},
+so the first column and second are jointly centred
+in the \cs{hsize}. Note that, because of the
+\n{minus 1000pt}, these two columns will happily go
+outside the left and right margins, overwriting any
+equation numbers.
+
+
+% \begin{comment}
+% \endinput
+% %\spoint Error messages
+% \subsection{Error messages}
+
+% \aftergroup in alignment?
+
+% \end{comment}
+%%%% end of input file [align]
+
+%\InputFile:page
+%%%% this is input file [page]
+%\subject[page:shape] Page Shape
+\endofchapter
+\chapter{Page Shape}\label{page:shape}
+
+This chapter treats some of the parameters that
+determine the size of the page and how it appears on paper.
+
+\begin{inventory}
+\item [\cs{topskip}]
+ Minimum distance between the top of the page box
+ and the baseline of the first box on the page.
+ Plain \TeX\ default:~\n{10pt}
+
+\item [\cs{hoffset \cs{voffset}}]
+\mdqon
+ Distance by which the page is shifted right/""down
+\mdqoff
+ with respect to the reference point.
+
+\item [\cs{vsize}]
+ Height of the page box.
+ Plain \TeX\ default:~\n{8.9in}
+
+\item [\cs{maxdepth}]
+ Maximum depth of the page box.
+ Plain \TeX\ default:~\n{4pt}
+
+\item [\cs{splitmaxdepth}]
+ Maximum depth of a box split off by a \cs{vsplit} operation.
+ Plain \TeX\ default:~\cs{maxdimen}
+
+\end{inventory}
+
+%\point The reference point for global positioning
+\section{The reference point for global positioning}
+
+It is a \TeX\ convention, to which output device drivers
+\term page positioning\par
+must adhere, that the top left point of the page is
+one inch from the page edges. Unfortunately this
+may lead to lots of trouble, for instance if a printer
+(or the page description language it uses)
+takes, say, the {\em lower\/} left corner as the
+reference point, and is factory set to US paper sizes,
+but is used with European standard A4 paper.
+
+The page is shifted on the paper if one assigns non-zero
+values to \csidx{hoffset} or \csidx{voffset}: positive values
+shift to the right and down respectively.
+
+%\point \cs{topskip}
+\section{\protect\cs{topskip}}
+
+The \csidx{topskip} ensures to a certain point
+that the first baseline of a page
+will be at the same location from page to page,
+even if font sizes
+are switched between pages or if the first line has
+no ascenders.
+
+Before the first box on each page some glue is inserted.
+This glue has the same stretch and shrink as \cs{topskip}, but
+the natural size is the natural size of \cs{topskip}
+minus the height of the first box, or zero if this
+would be negative.
+
+Plain \TeX\ sets \cs{topskip} to {\tt 10pt}.
+Thus the top lines of pages will have their baselines
+at the same place if
+the top portion of the characters is ten point or less.
+For the Computer Modern fonts this condition is satisfied
+if the font size is less than (about) 13~points;
+for larger fonts
+the baseline of the top line will drop.
+
+The height of the page box for a page containing only
+text (and assuming a zero \cs{parskip})
+will be the \cs{topskip} plus a number of times
+the \cs{baselineskip}. Thus one can define a macro
+to compute the \cs{vsize} from the number of lines
+on a page:
+\howto Specify page height in lines\par
+\begin{verbatim}
+\def\HeightInLines#1{\count@=#1\relax
+ \advance\count@ by -1\relax
+ \vsize=\baselineskip
+ \multiply\vsize by \count@
+ \advance\vsize by \topskip}
+\end{verbatim}
+Calculating the \cs{vsize} this way will prevent
+underfull boxes for text-only pages.
+
+In cases where the page does not start with a line of text
+(for instance a rule), the topskip may give unwanted effects.
+To prevent these, start the page with
+\begin{verbatim}
+\hbox{}\kern-\topskip
+\end{verbatim}
+followed by what you wanted on top.
+
+Analogous to the \cs{topskip}, there is a \cs{splittopskip}
+for pages generated by a \cs{vsplit} operation; see
+the next chapter.
+
+%\point Page height and depth
+\section{Page height and depth}
+
+\TeX\ tries to build pages as a \cs{vbox} of height \csidx{vsize};
+\alt
+see also \cs{pagegoal} in the next chapter.
+
+If the last item on a page has an excessive depth,
+\term page depth\par
+that page would be noticeably longer than other pages.
+To prevent this phenomenon \TeX\ uses \csidx{maxdepth} as
+the maximum depth of the page box. If adding an item to the
+page would make the depth exceed this quantity, then the
+reference point of the page is moved down to make the depth
+exactly \cs{maxdepth}.
+
+The `raggedbottom' effect is obtained in plain \TeX\
+\cstoidx raggedbottom\par
+by giving the \cs{topskip} some finite stretchability:
+\hbox{\n{10pt plus 60pt}}.
+Thus the natural height of box~255 can vary when it reaches
+the output routine.
+Pages are then shipped out (more or less) as
+\begin{verbatim}
+\dimen0=\dp255 \unvbox255
+\ifraggedbottom \kern-\dimen0 \vfil \fi
+\end{verbatim}
+The \cs{vfil} causes the topskip to be set at natural
+width, so the effect is one of a fixed top line and a
+variable bottom line of the page.
+
+Before \cs{box255} is unboxed in the plain \TeX\ output routine,
+\cs{boxmaxdepth} is set to \cs{maxdepth}
+so that this box will made under the same assumptions
+that the page builder used when putting together \cs{box255}.
+
+The depth of box split off by a \cs{vsplit} operation
+is controlled by the \cs{splitmaxdepth} parameter.
+
+%\subject[page:break] Page Breaking
+\endofchapter
+\chapter{Page Breaking}\label{page:break}
+
+This chapter treats the `page builder': the part of \TeX\
+that decides where to break the main vertical list into pages.
+The page builder operates before the output routine,
+and it hands its result in \cs{box255} to the output routine.
+
+\begin{inventory}
+\item [\cs{vsplit}]
+ Split of a top part of a box. This is comparable
+ with page breaking.
+
+\item [\cs{splittopskip}]
+ Minimum distance between the top of what remains after a
+ \cs{vsplit} operation, and the first item in that box.
+ Plain \TeX\ default:~\n{10pt}
+
+\item [\cs{pagegoal}]
+ Goal height of the page box. This starts at \cs{vsize},
+ and is diminished by heights of insertion items.
+
+\item [\cs{pagetotal}]
+ Accumulated natural height of the current page.
+
+\item [\cs{pagedepth}]
+ Depth of the current page.
+
+\item [\cs{pagestretch}]
+ Accumulated zeroth-order stretch of the current page.
+
+\item [\cs{pagefilstretch}]
+ Accumulated first-order stretch of the current page.
+
+\item [\cs{pagefillstretch}]
+ Accumulated second-order stretch of the current page.
+
+\item [\cs{pagefilllstretch}]
+ Accumulated third-order stretch of the current page.
+
+\item [\cs{pageshrink}]
+ Accumulated shrink of the current page.
+
+\item [\cs{outputpenalty}]
+ Value of the penalty at the current page break,
+ or $10\,000$ if the break was not at a penalty.
+
+\item [\cs{interlinepenalty}]
+ Penalty for breaking a page between lines of a paragraph.
+ Plain \TeX\ default:~\n{0}
+
+\item [\cs{clubpenalty}]
+ Additional penalty for breaking a page after
+ the first line of a paragraph.
+ Plain \TeX\ default:~\n{150}
+
+\item [\cs{widowpenalty}]
+ Additional penalty for breaking a page before
+ the last line of a paragraph.
+ Plain \TeX\ default:~\n{150}
+
+\item [\cs{displaywidowpenalty}]
+ Additional penalty for breaking a page before the last line
+ above a display formula.
+ Plain \TeX\ default:~\n{50}
+
+\item [\cs{brokenpenalty}]
+ Additional penalty for breaking a page after a hyphenated line.
+ Plain \TeX\ default:~\n{100}
+
+\item [\cs{penalty}]
+ Place a penalty on the current list.
+\item [\cs{lastpenalty}]
+ If the last item on the list was a penalty, the value of this.
+\item [\cs{unpenalty}]
+ Remove the last item of the current list if this
+ was a penalty.
+
+\end{inventory}
+
+%\point The current page and the recent contributions
+\section{The current page and the recent contributions}
+
+The main vertical list of \TeX\ is divided in two parts:
+\term current page\par\term recent contributions\par
+\term page builder\par
+the `current page' and the list of `recent contributions'.
+Any material that is added to the main vertical list is
+appended to the recent contributions; the act of moving
+the recent contributions to the current page is known
+as `exercising the page builder'.
+
+Every time something is moved to the current page, \TeX\
+computes the cost of breaking the page at that point.
+If it decides that it is past the optimal point,
+the current page up to
+\altt
+the best break so far
+is put in \cs{box255} and the remainder of
+the current page is moved back on top of the recent contributions.
+If the page is broken at a penalty,
+\label{break:penalty}%
+that value is recorded in \cs{outputpenalty}, and
+a penalty of size $10\,000$ is placed on top of the
+recent contributions; otherwise, \csidx{outputpenalty}
+is set to~$10\,000$.
+
+If the current page is empty, discardable items that are moved
+from the recent contributions are discarded. This is the mechanism
+that lets glue disappear after a page break and at the top of
+the first page. When the first non-discardable item is moved
+to the current page, the \cs{topskip} glue is inserted;
+see the previous chapter.
+
+The workings of the page builder can be made visible by
+setting \cs{tracingpages} to some positive value
+(see Chapter~\ref{trace}).
+
+%\point Activating the page builder
+\section{Activating the page builder}
+
+The page builder comes into play in the
+following circumstances.
+\begin{itemize}\item Around paragraphs: after the \cs{everypar}
+ tokens have been inserted, and after the paragraph has been
+ added to the vertical list. See the end of this chapter for
+ an example.
+\item Around display formulas: after the \cs{everydisplay}
+ tokens have been inserted, and after the display has been
+ added to the list.
+\item After \cs{par} commands, boxes, insertions,
+ and explicit penalties in vertical mode.
+\item After an output routine has ended. \end{itemize}
+In these places the page builder moves the recent
+contributions to the current page. Note that \TeX\ need not be
+in vertical mode when the page builder is exercised.
+In horizontal mode, activating the page builder
+serves to move preceding vertical glue (for example, \cs{parskip},
+\cs{abovedisplayskip}) to the page.
+
+The \cs{end} command \ldash which is only allowed in
+external vertical mode \rdash terminates a \TeX\ job, but only if the
+main vertical list is empty and \cs{deadcycles}${}=0$.
+If this is not the case the combination
+\label{end:play}%
+\begin{disp}\verb>\hbox{}\vfill\penalty>$-2^{30}$\end{disp}
+is appended, which forces the output routine to act.
+
+%\point Page length bookkeeping
+\section{Page length bookkeeping}
+
+The height and depth of the page box that reaches the output
+\term page length\par
+routine are determined by \cs{vsize}, \cs{topskip},
+and~\cs{maxdepth} as described in the previous chapter.
+\TeX\ places the \cs{topskip} glue
+when the first box is placed on the current page; the
+\cs{vsize} and \cs{maxdepth} are read when the first
+box or insertion occurs on the page. Any subsequent changes to these
+parameters will not be noticeable until the next page or,
+more strictly, until after the output routine has been called.
+
+After the first box, rule, or insertion on the current page
+the \cs{vsize} is recorded in \cs{pagegoal},
+and its value is not looked at until \cs{output}
+has been active.
+Changing \cs{pagegoal} does have an effect on the current
+page.
+When the page is empty,
+the pagegoal is \cs{maxdimen}, and \cs{pagetotal} is zero.
+
+Accumulated dimensions and stretch are available in
+the parameters \cs{pagetotal}, \cs{pagedepth},
+\cs{pagestretch}, \cs{pagefilstretch}, \cs{pagefillstretch},
+\cs{pageshrink},
+and \cs{pagefilllstretch}.
+\cstoidx pagetotal\par\cstoidx pagedepth\par
+\cstoidx pagestretch\par\cstoidx pagefilstretch\par
+\cstoidx pagefillstretch\par
+\cstoidx pageshrink\par\cstoidx pagefilllstretch\par
+They are set by the page builder. The stretch and
+shrink parameters are updated every time glue is added
+to the page. The depth parameter becomes zero
+if the last item was kern or glue.
+
+These parameters are \gr{special dimen}s; an assignment
+to any of them is an \gr{intimate assignment},
+and it is automatically global.
+
+%\point Breakpoints
+\section{Breakpoints}
+
+%\spoint Possible breakpoints
+\subsection{Possible breakpoints}
+
+Page breaks can occur at the same kind of locations where
+\term breakpoints in vertical lists\par
+line breaks can occur:
+\begin{itemize}\item at glue that is preceded by a non-discardable
+item;\item at a kern that is immediately followed by glue;
+\item at a penalty.\end{itemize}
+\TeX\ inserts interline glue and various sorts of
+interline penalties when the lines of a paragraph are
+added to the vertical list, so there will usually be
+sufficient breakpoints on the page.
+
+%\spoint Breakpoint penalties
+\subsection{Breakpoint penalties}
+
+If \TeX\ decides to break a page at a penalty item, this
+penalty will, most of the time, be one that
+has been inserted automatically
+between the lines of a paragraph.
+
+If the last item on a list (not necessarily a vertical list)
+\alt
+is a penalty, the value of this is recorded
+in the parameter \csidx{lastpenalty}. If the item is other than
+a penalty, this parameter has the value zero.
+The last penalty of a list can be removed with the command
+\csidx{unpenalty}. See Section~\ref{varioset} for an example.
+\message{Spoint ref varioset}
+
+Here is a list of such penalties\term penalties in vertical mode\par:
+\begin{inventory}
+\item [\csidx{interlinepenalty}]
+ Penalty for breaking a page between lines of a paragraph.
+ In plain \TeX\ this is zero, so no penalty is added in
+ between lines. \TeX\ can then find a valid breakpoint at the
+ \cs{baselineskip} glue.
+
+\item [\csidx{clubpenalty}]
+ Extra penalty for breaking a page after the first line of a paragraph.
+ In plain \TeX\ this is~\n{150}.
+ This amount, and the following penalties, are
+ added to the \cs{interlinepenalty}, and
+ a penalty of the resulting size is inserted after the
+ \cs{hbox} containing the first line of a paragraph
+ instead of the \cs{interlinepenalty}.
+
+\item [\csidx{widowpenalty}]
+ Extra penalty for breaking a page before the last line of a paragraph.
+ In plain \TeX\ this is~\n{150}.
+
+\item [\csidx{displaywidowpenalty}]
+ Extra penalty for breaking a page before the last line
+ above a display formula. The default value in plain \TeX\
+ is~\n{50}.
+
+\item [\csidx{brokenpenalty}]
+ Extra penalty for breaking a page after a hyphenated line.
+ The default value in plain \TeX\ is~\n{100}.
+\end{inventory}
+If the resulting penalty is zero, it is not placed.
+
+Penalties can also be inserted by the user. For instance,
+the plain format has macros to encourage (possibly, force)
+or prohibit page breaks\cstoidx penalty\par:
+\begin{verbatim}
+\def\break{\penalty-10000 } % force break
+\def\nobreak{\penalty10000 } % prohibit break
+\def\goodbreak{\par\penalty-500 } % encourage page break
+\end{verbatim}
+Also, \verb>\vadjust{\penalty ... }> is a way of getting
+penalties in the vertical list. This can be used to
+discourage or encourage page breaking after a certain
+line of a paragraph.
+
+%\spoint Breakpoint computation
+\subsection{Breakpoint computation}
+
+\advance\rightskip by 5.5cm
+
+Whenever an item is moved to the current page, \TeX\
+\term page breaking\par\term breakpoints, computation of\par
+\vadjust{\advance\hsize by -5.5cm
+ \hbox to \hsize{\hfil\rlap{\hskip.4cm\vtop to 0pt
+ {\kern-2\baselineskip
+ \SansSerif %\pointSize:8 \Style:roman
+ \parindent0pt \offinterlineskip
+ \def\tbox#1{\hbox{\quad\quad #1%
+ \vrule height 10pt depth3pt width0cm }}
+ \hbox
+ {\vrule width\lw \kern-\lw
+ \vbox{\hsize=5cm
+ \hrule height\lw \ \vskip0cm
+ \kern40pt
+ \tbox{underfull page}
+ \tbox{$b=10\,000$}
+ \kern40pt
+ \hrule height\lw
+ \kern8pt
+ \tbox{feasible breakpoints}
+ \tbox{$b<10\,000$}
+ \kern8pt
+ \hrule height\lw
+ \kern8pt
+ \tbox{overfull page}
+ \tbox{$b=\infty$}
+ \kern3pt
+ \tbox{.\vrule height3.5pt depth1pt width0cm}
+ \tbox{.\vrule height3.5pt depth1pt width0cm}
+ \tbox{.\vrule height3.5pt depth1pt width0cm}
+ \kern8pt
+ }%
+ \kern-\lw \vrule width\lw}%
+ \vss}}}}
+computes the penalty $p$ and the badness $b$ associated with
+breaking the page at that place. From the penalty and
+the badness the cost $c$ of breaking is computed.
+
+The place of least cost is remembered, and when
+the cost is infinite, that is, the page is overfull, or
+when the penalty is $p\leq-10\,000$, the current page is broken
+at the (last remembered) place of least cost.
+The broken-off piece is then
+put in \cs{box255} and the output routine token list
+is inserted. Box 255 is always given a height of \cs{vsize},
+regardless of how much material it has.
+
+The badness calculation is based on the amount of stretching
+or shrinking that is necessary to fit the page in
+a box with height \cs{vsize}
+and maximum depth \cs{maxdepth}. This calculation is
+the same as for line breaking (see Chapter~\ref{glue}).
+Badness is a value $0\leq b\leq 10\,000$, except when
+pages are overfull; then~$b=\infty$.
+
+\advance\rightskip by -5.5cm
+
+Some penalties are implicitly inserted by \TeX,
+for instance the \cs{interlinepenalty}
+which is put in between every pair of lines of a paragraph.
+Other penalties can
+be explicitly inserted by the user or a user macro.
+A~penalty
+value $p\geq10\,000$ inhibits breaking; a penalty
+$p\leq-10\,000$ (in external vertical mode)
+\alt
+forces a page break, and immediately
+activates the output routine.
+
+Cost calculation proceeds as follows:
+\begin{enumerate} \item When a penalty is so low that it forces
+a page break and immediate invocation of the output routine,
+but the page is not overfull, that is
+\begin{disp}$b<\infty\quad\hbox{and}\quad p\leq-10\,000$\end{disp}
+the cost is equal to the penalty:~$c=p$.
+
+\item When penalties do not force anything, and the page is not
+overfull, that is
+\begin{disp}$b<\infty\quad\hbox{and}\quad |p|<10\,000$\end{disp}
+the cost is~$c=b+p$.
+
+\item For pages that are very bad, that is
+\begin{disp}$b=10\,000\quad\hbox{and}\quad |p|<10\,000$\end{disp}
+the cost is~$c=10\,000$.
+
+\item An overfull page, that is
+\begin{disp}$b=\infty\quad\hbox{and}\quad p<10\,000$\end{disp}
+gives infinite cost:~$c=\infty$.
+In this case \TeX\ decides that the optimal break point
+must have occurred earlier, and it invokes the output routine.
+Values of \cs{insertpenalties} (see Chapter~\ref{insert})
+that exceed $10\,000$
+also give infinite cost.
+\end{enumerate}
+
+The fact that a penalty $p\leq-10\,000$ activates
+the output routine is used extensively
+in the \LaTeX\ output routine:
+the excess $\mathopen|p\mathclose|-10\,000$ is
+a code indicating the reason for calling the output routine;
+see also the second example in the next chapter.
+
+%\point[vsplit] \cs{vsplit}
+\section{\protect\cs{vsplit}}
+\label{vsplit}
+
+The page-breaking operation is available to the user
+through the \csidx{vsplit} operation.
+
+\begin{example} \begin{verbatim}
+\setbox1 = \vsplit2 to \dimen3
+\end{verbatim}
+assigns to box~1 the top part of size \cs{dimen3}
+of box~2. This material is actually removed from box~2.
+Compare this with splitting off a chunk of size \cs{vsize}
+from the current page.
+\end{example}
+
+The extracted
+result of \begin{disp}\cs{vsplit}\gr{8-bit number}\n{to}\gr{dimen}
+\end{disp} is a box with the following properties.
+\begin{itemize} \item Height equal to the specified \gr{dimen}; \TeX\ will
+ go through the original box register (which must contain
+ a vertical box) to find the best breakpoint. This may
+ result in an underfull box.
+\item Depth at most \csidx{splitmaxdepth}; this is analogous to
+ the \cs{maxdepth} for the page box, rather than the \cs{boxmaxdepth}
+ that holds for any box.
+\item A first and last mark in the \cs{splitfirstmark} and
+ \cs{splitbotmark} registers.
+\end{itemize}
+
+The remainder of the \cs{vsplit} operation is a box where
+\begin{itemize} \item all discardables have been removed
+ from the top;
+\item glue of size \csidx{splittopskip} has been inserted on top;
+ if the box being split was box~255, it
+ already had \cs{topskip} glue on top;
+\item its depth has been forced to be at most \cs{splitmaxdepth}.
+\end{itemize}
+
+The bottom of the original box is always a valid breakpoint
+for the \cs{vsplit} operation. If this breakpoint is taken,
+the remainder box register is void. The extracted box
+can be empty; it is only void if the original box
+was void, or not a vertical box.
+
+Typically, the \cs{vsplit} operation is used to split off part
+of \cs{box255}. By setting \cs{splitmaxdepth} equal to \cs{boxmaxdepth}
+the result is something that could have been made by \TeX's page
+builder. After pruning the top of \cs{box255}, the
+mark registers \cs{firstmark} and \cs{botmark} contain the first
+and last marks on the remainder of box~255.
+See the next chapter for more information on marks.
+
+%\point Examples of page breaking
+\section{Examples of page breaking}
+
+%\spoint Filling up a page
+\subsection{Filling up a page}
+
+Suppose a certain vertical box is too large
+to fit on the remainder of the page.
+Then \begin{verbatim}
+\vfil\vbox{ ... }
+\end{verbatim}
+is the wrong way
+to fill up the page and push the box to the next.
+\TeX\ can only break at the start of the glue, and
+the \cs{vfil} is discarded after the break: the result
+is an underfull, or at least horribly stretched, page.
+On the other hand,
+\begin{verbatim}
+\vfil\penalty0 % or any other value
+\vbox{ ... }
+\end{verbatim}
+is the correct way: \TeX\ will break
+at the penalty, and the page will be filled.
+
+%\spoint Determining the breakpoint
+\subsection{Determining the breakpoint}
+
+In the following examples the \cs{vsplit} operation is
+used, which has the same
+mechanism as page breaking.
+
+Let the macros and
+parameter settings
+\begin{verbatim}
+\offinterlineskip \showboxdepth=1
+\def\High{\hbox{\vrule height5pt}}
+\def\HighAndDeep{\hbox{\vrule height2.5pt depth2.5pt}}
+\end{verbatim}
+be given.
+
+First let us consider
+an example where a vertical list is simply stretched
+in order to reach a break point.
+\begin{verbatim}
+\splitmaxdepth=4pt
+\setbox1=\vbox{\High \vfil \HighAndDeep}
+\setbox2=\vsplit1 to 9pt
+\end{verbatim}
+gives \begin{verbatim}
+> \box2=
+\vbox(9.0+2.5)x0.4, glue set 1.5fil
+.\hbox(5.0+0.0)x0.4 []
+.\glue 0.0 plus 1.0fil
+.\glue(\lineskip) 0.0
+.\hbox(2.5+2.5)x0.4 []
+\end{verbatim}
+The two boxes together have a height of \n{7.5pt},
+so the glue has to stretch~\n{1.5pt}.
+
+Next, we decrease the allowed depth of the resulting list.
+\begin{verbatim}
+\splitmaxdepth=2pt
+\setbox1=\vbox{\High \vfil \HighAndDeep}
+\setbox2=\vsplit1 to 9pt
+\end{verbatim}
+gives
+\begin{verbatim}
+> \box2=
+\vbox(9.0+2.0)x0.4, glue set 1.0fil
+.\hbox(5.0+0.0)x0.4 []
+.\glue 0.0 plus 1.0fil
+.\glue(\lineskip) 0.0
+.\hbox(2.5+2.5)x0.4 []
+\end{verbatim}
+The reference point is moved down half a point,
+and the stretch is correspondingly diminished,
+\alt
+but this motion cannot lead to a larger dimension
+than was specified.
+
+As an example of this,
+\alt
+consider the sequence \begin{verbatim}
+\splitmaxdepth=3pt
+\setbox1=\vbox{\High \kern1.5pt \HighAndDeep}
+\setbox2=\vsplit1 to 9pt
+\end{verbatim}
+This gives a box exactly 9 points high and 2.5 points deep.
+Setting \verb>\splitmaxdepth=2pt> does not increase
+the height by half a point; instead, an underfull box
+results because an earlier break is taken.
+
+Sometimes the timing of actions is important.
+\TeX\ first locates a breakpoint that will lead
+to the requested height, then checks whether accommodating
+the \cs{maxdepth} or \cs{splitmaxdepth} will not
+violate that height.
+
+Consider an example of this timing:
+\alt
+in
+\begin{verbatim}
+\splitmaxdepth=4pt
+\setbox1=\vbox{\High \vfil \HighAndDeep}
+\setbox2=\vsplit1 to 7pt
+\end{verbatim}
+the result is {\italic not\/} a box
+of 7 points high and 3 points deep. Instead,
+\begin{verbatim}
+> \box2=
+\vbox(7.0+0.0)x0.4
+.\hbox(5.0+0.0)x0.4 []
+\end{verbatim}
+which is an underfull box.
+
+%\spoint[par:page:build] The page builder after a paragraph
+\subsection{The page builder after a paragraph}
+\label{par:page:build}
+
+After a paragraph, the page builder moves material
+to the current page, but it does not decide whether a breakpoint
+has been found yet.
+
+\begin{example}\begin{verbatim}
+\output{\interrupt \plainoutput}% show when you're active
+\def\nl{\hfil\break}\vsize=22pt % make pages of two lines
+a\nl b\nl c\par \showlists % make a 3-line paragraph
+\end{verbatim}
+will report
+\begin{verbatim}
+### current page:
+[...]
+total height 34.0
+ goal height 22.0
+prevdepth 0.0, prevgraf 3 lines
+\end{verbatim}
+Even though more than enough
+material has been gathered, \cs{output} is only invoked
+when the next paragraph starts: typing a \n d gives
+\begin{verbatim}
+! Undefined control sequence.
+<output> {\interrupt
+ \plainoutput }
+<to be read again>
+ d
+\end{verbatim}
+when \cs{output} is inserted after \cs{everypar}.
+\end{example}
+
+%\subject[output] Output Routines
+\endofchapter
+\chapter{Output Routines}\label{output}
+
+The final stages of page processing are performed by the
+output routine. The page builder cuts off a certain portion
+of the main vertical list and hands it to the output routine
+in \cs{box255}. This chapter treats the commands and parameters
+that pertain to the output routine, and it explains how
+output routines can receive information through marks.
+
+\begin{inventory}
+\item [\cs{output}]
+ Token list with instructions for shipping out pages.
+
+\item [\cs{shipout}]
+ Ship a box to the \n{dvi} file.
+
+
+\item [\cs{mark}]
+ Specify a mark text.
+
+\item [\cs{topmark}]
+ The last mark on the previous page.
+
+\item [\cs{botmark}]
+ The last mark on the current page.
+
+\item [\cs{firstmark}]
+ The first mark on the current page.
+
+\item [\cs{splitbotmark}]
+ The last mark on a split-off page.
+
+\item [\cs{splitfirstmark}]
+ The first mark on a split-off page.
+
+\item [\cs{deadcycles}]
+ Counter that keeps track of how many times
+ the output routine has been called without a \cs{shipout}
+ taking place.
+
+\item [\cs{maxdeadcycles}]
+ The maximum number of times that the output routine is allowed to
+ be called without a \cs{shipout} occurring.
+
+\item [\cs{outputpenalty}]
+ Value of the penalty at the current page break,
+ \alt
+ or $10\,000$ if the break was not at a penalty.
+
+\end{inventory}
+
+
+%\point The \cs{output} token list
+\section{The \protect\cs{output} token list}
+
+Common parlance has it that
+`the output routine is called' when \TeX\ has found a place
+to break the main vertical list.
+Actually, \cs{output} is not a macro but a token list that
+is inserted into \TeX's command stream.
+
+Insertion of the \cs{output} token list happens
+\cstoidx output\par\term output routine\par
+inside a group that is implicitly opened.
+Also, \TeX\ enters internal vertical mode.
+Because of the group, non-local assignments
+(to the page number, for instance)
+have to be prefixed with \cs{global}.
+The vertical mode implies that during the workings of the
+output routine
+spaces are mostly harmless.
+
+The \cs{output} token list belongs
+to the class of the
+\gr{token parameter}s. These behave the same as
+\cs{toks}$nnn$ token lists; see Chapter~\ref{token}.
+Assigning an output routine can therefore take the following
+forms:
+\begin{disp}\cs{output}\gr{equals}\gr{general text}\quad
+or\quad
+\cs{output}\gr{equals}\gr{filler}\gr{token variable}
+\end{disp}
+
+
+%\point[output255] Output and \cs{box255}
+\section{Output and \protect\cs{box255}}
+\label{output255}
+
+\TeX's page builder breaks the current page at the optimal point,
+and stores everything above that in \cs{box255};
+then, the \cs{output} tokens are inserted into the input stream.
+Any remaining material on the main vertical list
+is pushed back to the recent
+contributions.
+If the page is broken at a penalty,
+\alt
+that value is recorded in \cs{outputpenalty}, and
+a penalty of size $10\,000$ is placed on top of the
+recent contributions; otherwise, \cs{outputpenalty}
+is set to~$10\,000$.
+When the output routine is finished, \cs{box255} is
+supposed to be empty.
+If it is not, \TeX\ gives an error message.
+
+Usually, the output routine will take the pagebox,
+\cstoidx shipout\par
+\mdqon
+append a headline and/""or footline,
+\mdqoff
+maybe merge in some insertions such as footnotes,
+and ship the page to the \n{dvi} file:
+\begin{verbatim}
+\output={\setbox255=\vbox
+ {\someheadline
+ \vbox to \vsize{\unvbox255 \unvbox\footins}
+ \somefootline}
+ \shipout\box255}
+\end{verbatim}
+When box 255 reaches the output routine, its height has
+been set to \cs{vsize}.
+However, the material in it can have considerably
+smaller height.
+Thus, the above output routine may lead to underfull boxes.
+This can be remedied with a \cs{vfil}.
+
+The output routine is under no obligation to
+\cstoidx deadcycles\par
+do anything useful with \cs{box255}; it can empty it, or
+unbox it to let \TeX\ have another go at finding a page
+break. The number of times
+that the output routing postpones the \cs{shipout}
+is recorded in \cs{deadcycles}: this parameter is set to~0
+by \cs{shipout}, and increased by~1 just before
+every \cs{output}.
+
+When the number of dead cycles reaches
+\csidx{maxdeadcycles}, \TeX\ gives an error message,
+and performs the default output routine
+\begin{verbatim}
+\shipout\box255
+\end{verbatim}
+instead of the routine it was about
+to start.
+The \LaTeX\ format has a much higher value for \cs{maxdeadcycles}
+than plain \TeX, because the output routine in \LaTeX\
+is often called for
+intermediate handling of floats and marginal notes.
+
+The \cs{shipout} command can send any \gr{box} to the \n{dvi} file;
+this need not be box 255, or even a box
+containing the current page.
+It does not have to be called inside the output routine, either.
+
+If the output routine produces any material, for instance
+by calling \begin{verbatim}
+\unvbox255
+\end{verbatim}
+this is put on top
+of the recent contributions.
+
+After the output routine finishes, the page builder is
+activated. In particular, because the current page
+has been emptied, the \cs{vsize} is read again.
+Changes made to this parameter inside the output
+routine (using \cs{global}) will therefore take effect.
+
+%\point Marks
+\section{Marks}
+
+Information can be passed to the output routine through the
+\term marks\par\cstoidx mark\par
+mechanism of `marks'. The user can specify a token list
+with \begin{disp}\cs{mark}\lb\gr{mark text}\rb\end{disp}
+which is put in a mark item on the current vertical list.
+The mark text is subject to expansion as in \cs{edef}.
+
+If the mark is given in horizontal mode it migrates to
+the surrounding vertical lists like an insertion item
+(see page~\pageref{migrate});
+however, if this is not the external vertical list, the
+output routine will not find the mark.
+
+Marks are the main mechanism through which the output routine
+can obtain information about the contents of the currently
+broken-off page, in particular its top and bottom.
+\TeX\ sets three variables:
+\begin{description}
+\item [\csidx{botmark}]
+ the last mark occurring on the current page;
+\item [\csidx{firstmark}]
+ the first mark occurring on the current page;
+\item [\csidx{topmark}]
+ the last mark of the previous page,
+ that is, the value of \cs{botmark}
+ on the previous page.
+\end{description}
+If no marks have occurred yet, all three are empty;
+if no marks occurred on the current page,
+all three mark variables are equal
+to the \cs{botmark} of the previous page.
+
+For boxes generated by a \cs{vsplit} command (see previous chapter),
+the \cs{splitbotmark} and \cs{splitfirstmark}
+\cstoidx splitbotmark\par\cstoidx splitfirstmark\par
+contain the marks of the split-off part; \cs{firstmark}
+and \cs{botmark} reflect the state of what remains in the register.
+
+\begin{example} Marks can be used to get a section heading into
+\howto Do tricks with headlines\par
+the headline or footline of the page.
+\begin{verbatim}
+\def\section#1{ ... \mark{#1} ... }
+\def\rightheadline{\hbox to \hsize
+ {\headlinefont \botmark\hfil\pagenumber}}
+\def\leftheadline{\hbox to \hsize
+ {\headlinefont \pagenumber\hfil\firstmark}}
+\end{verbatim}
+This places the title of the first section that starts on a
+left page in the left headline, and the title of the last section
+that starts on the right page in the right headline.
+Placing the headlines on the page is the job of the output routine;
+see below.
+
+It is important that no page breaks can occur in between the
+mark and the box that places the title:
+\begin{verbatim}
+\def\section#1{ ...
+ \penalty\beforesectionpenalty
+ \mark{#1}
+ \hbox{ ... #1 ...}
+ \nobreak
+ \vskip\aftersectionskip
+ \noindent}
+\end{verbatim}
+\end{example}
+
+Let us consider
+another example with headlines: often a page looks better if
+the headline is omitted on pages where a chapter starts.
+This can be implemented as follows:
+\begin{verbatim}
+\def\endofchapter
+\chapter#1{ ... \def\chtitle{#1}\mark{1}\mark{0} ... }
+\def\theheadline{\expandafter\ifx\firstmark1
+ \else \chapheadline \fi}
+\end{verbatim}
+Only on the page where a chapter starts will the mark be~1,
+and on all other pages a headline is placed.
+
+%\point Assorted remarks
+\section{Assorted remarks}
+
+%\spoint Hazards in non-trivial output routines
+\subsection{Hazards in non-trivial output routines}
+
+If the final call to the output routine does not
+perform a \cs{shipout}, \TeX\ will call the output
+routine endlessly, since a run will only stop if both
+the vertical list is empty, and \cs{deadcycles}
+is zero. The output routine can set \cs{deadcycles}
+to zero to prevent this.
+
+%\spoint Page numbering
+\subsection{Page numbering}
+
+The page number is not an intrinsic property of the output
+\term page numbering\par
+routine; in plain \TeX\ it is the value of \cs{count0}.
+The output routine is responsible for increasing the
+page number when a shipout of a page occurs.
+
+Apart from \cs{count0}, counter registers~1--9 are also used
+for page identification: at shipout \TeX\ writes the values
+of these ten counters to the \n{dvi} file (see Chapter~\ref{TeXcomm}).
+Terminal and log file output display only the non-zero counters,
+and the zero counters for which a non-zero counter with
+a higher number exists, that is, if \cs{count0}${}=1$ and
+\cs{count3}${}=5$ are the only non-zero counters, the
+displayed list of counters is~\n{[1.0.0.5]}.
+
+%\spoint Headlines and footlines in plain \TeX\
+\subsection{Headlines and footlines in plain \TeX}
+
+Plain \TeX\ has token lists \cs{headline} and
+\cs{footline}; these are used in the macros
+\cs{makeheadline} and \cs{makefootline}.
+The page is shipped out as (more or less)
+\begin{verbatim}
+\vbox{\makeheadline\pagebody\makefootline}
+\end{verbatim}
+
+Both headline and footline are inserted inside a \cs{line}.
+For non-standard headers and footers it is easier to
+redefine the macros \cs{makeheadline} and \cs{makefootline}
+than to tinker with the token lists.
+
+%\spoint Example: no widow lines
+\subsection{Example: no widow lines}
+
+Suppose that one does not want to allow widow lines,
+but pages have in general no stretch or shrink,
+for instance because they only contain plain text.
+A~solution would be to increase the page length
+by one line if a page turns out to be broken
+at a widow line.
+
+\TeX's output routine can perform this sort of
+trick: if the \cs{widowpenalty} is set to
+some recognizable value, the output routine
+can see by the \cs{outputpenalty} if a widow
+line occurred. In that case, the output routine
+can temporarily increase the \cs{vsize}, and
+let the page builder have another go at
+finding a break point.
+
+Here is the skeleton of such an output routine.
+No headers or footers are provided for.
+\begin{verbatim}
+\newif\ifLargePage \widowpenalty=147
+\newdimen\oldvsize \oldvsize=\vsize
+\output={
+ \ifLargePage \shipout\box255
+ \global\LargePagefalse
+ \global\vsize=\oldvsize
+ \else \ifnum \outputpenalty=\widowpenalty
+ \global\LargePagetrue
+ \global\advance\vsize\baselineskip
+ \unvbox255 \penalty\outputpenalty
+ \else \shipout\box255
+ \fi \fi}
+\end{verbatim}
+The test \cs{ifLargePage} is set to true by the
+output routine if the \cs{outputpenalty}
+equals the \cs{widowpenalty}. The page box
+is then \cs{unvbox}$\,$ed, so that the page builder
+will tackle the same material once more.
+
+%\spoint Example: no indentation top of page
+\subsection{Example: no indentation top of page}
+
+Some output routines can be classified
+\howto Prevent indentation on top of page\par
+as abuse of the output routine mechanism.
+The output routine in this section is a good example of this.
+
+It is imaginable that one wishes paragraphs not to indent
+if they start at the top of a page. (There are plenty of objections
+to this layout, but occasionally it is used.)
+This problem can be solved using the output routine to
+investigate whether the page is still empty and, if so,
+to give a signal that a paragraph should not indent.
+
+Note that we cannot use the fact here
+that the page builder comes into play after
+the insertion of \cs{everypar}: even if we could
+force the output routine to be activated here,
+there is no way for it to remove the indentation box.
+
+The solution given here lets the \cs{everypar}
+terminate the paragraph immediately
+with \begin{verbatim}
+\par\penalty-\specialpenalty
+\end{verbatim}
+which activates the output routine.
+Seeing whether the pagebox is empty (after removing
+the empty line and any \cs{parskip} glue),
+the output routine then can set a switch
+signalling whether the retry of the paragraph
+should indent.
+
+There are some minor matters in the following
+routines, the sense of which is left
+for the reader to ponder.
+\begin{verbatim}
+\mathchardef\specialpenalty=10001
+\newif\ifPreventSwitch
+\newbox\testbox
+\topskip=10pt
+
+\everypar{\begingroup \par
+ \penalty-\specialpenalty
+ \everypar{\endgroup}\parskip0pt
+ \ifPreventSwitch \noindent \else \indent \fi
+ \global\PreventSwitchfalse
+ }
+\output{
+ \ifnum\outputpenalty=-\specialpenalty
+ \setbox\testbox\vbox{\unvbox255
+ {\setbox0=\lastbox}\unskip}
+ \ifdim\ht\testbox=0pt \global\PreventSwitchtrue
+ \else \topskip=0pt \unvbox\testbox \fi
+ \else \shipout\box255 \global\advance\pageno1 \fi}
+\end{verbatim}
+
+
+%\spoint More examples of output routines
+\subsection{More examples of output routines}
+
+A large number of examples of output routines
+can be found in~\cite{Sal1} and~\cite{Sal2}.
+
+%\subject[insert] Insertions
+\endofchapter
+\chapter{Insertions}\label{insert}
+
+Insertions are \TeX's way of handling floating information.
+\TeX's page builder calculates what insertions and how many
+of them will fit on the page; these insertion items are then
+placed in insertion boxes which are to be handled by the
+output routine.
+
+
+
+\begin{inventory}
+\item [\cs{insert}]
+ Start an insertion item.
+
+\item [\cs{newinsert}]
+ Allocate a new insertion class.
+
+\item [\cs{insertpenalties}]
+ Total of penalties for split insertions.
+ Inside the output routine, the number of held-over insertions.
+
+\item [\cs{floatingpenalty}]
+ Penalty added when an insertion is split.
+
+\item [\cs{holdinginserts}]
+ (\TeX3 only)
+ If this is positive, insertions are not placed in their boxes
+ at output time.
+
+\item [\cs{footins}]
+ Number of the footnote insertion class in plain \TeX.
+
+\item [\cs{topins}]
+ Number of the top insertion class.
+
+\item [\cs{topinsert}]
+ Plain \TeX\ macro to start a top insert.
+
+\item [\cs{pageinsert}]
+ Plain \TeX\ macro to start an insert that will take
+ up a whole page.
+
+\item [\cs{midinsert}]
+ Plain \TeX\ macro that places its argument if there is space,
+ and converts it into a top insert otherwise.
+
+\item [\cs{endinsert}]
+ Plain \TeX\ macro to wind up an insertion item
+ that started with \cs{topinsert}, \cs{midinsert},
+ or \cs{pageinsert}.
+
+\end{inventory}
+
+
+%\point Insertion items
+\section{Insertion items}
+
+Insertions contain floating information.
+\term insertions\par
+Handling insertions is a strange interplay between the
+user, \TeX's internal workings, and the output routine.
+First the user specifies an insertion, which is
+a certain amount of vertical material;
+then \TeX's page builder decides what insertions should go
+on the current page and puts these insertions in insertion boxes;
+finally, the output routine has to do something with these boxes.
+
+An insertion item looks like
+\cstoidx insert\par
+\begin{disp}\cs{insert}\gr{8-bit number}\lb\gr{vertical mode material}\rb
+\end{disp} where the 8-bit number should not be~255,
+because \cs{box255} is used by \TeX\ for passing the page to the output
+routine.
+
+The braces around the vertical mode material in an insertion
+item can be implicit; they imply a new level of grouping.
+The vertical mode material is processed in internal
+vertical mode.
+
+Values of \cs{splittopskip}, \cs{splitmaxdepth},
+and \cs{floatingpenalty} are relevant for split insertions
+(see below); the values that are current just before
+the end of the group are used.
+
+Insertion items can appear in vertical mode, horizontal
+mode, and math mode. For the latter two modes they have to
+migrate to the surrounding vertical list
+(see page~\pageref{migrate}).
+After an insertion item is put on the vertical list the
+page builder is exercised.
+
+
+%\point Insertion class declaration
+\section{Insertion class declaration}
+
+In the plain format
+the number for a new insertion class
+is allocated by \csidx{newinsert}:
+\begin{verbatim}
+\newinsert\myinsert % new insertion class
+\end{verbatim}
+which uses \cs{chardef} to assign a number to the control
+sequence.
+
+Insertion classes are allocated numbering from 254 downward.
+As box~255 is used for output, this allocation scheme leaves
+\cs{skip255}, \cs{dimen255}, and \cs{count255}
+free for scratch use.
+
+%\point Insertion parameters
+\section{Insertion parameters}
+
+For each insertion class~$n$ four registers are allocated:
+\begin{itemize}
+\item \cs{box}$\,n$ When the output routine is active this
+ box contains the insertion items of class~$n$ that should
+ be placed on the current page.
+\item \cs{dimen}$\,n$ This is the maximum space allotted for
+ insertions of class~$n$ per page. If this amount would
+ be exceeded \TeX\ will split insertions.
+\item \cs{skip}$\,n$ Glue of this size is added the first
+ time an insertion item of class~$n$ is added to the
+ current page. This is useful for such phenomena as a rule
+ separating the footnotes from the text of the page.
+\item \cs{count}$\,n$ Each insertion item is a vertical list,
+ so it has a certain height. However, the effective height,
+ the amount of influence it has on the text height of the
+ page, may differ from this real height.
+ The value of \cs{count}$\,n$
+ is then 1000 times the factor by which the height should
+ be multiplied to obtain the effective height.
+
+ Consider the following examples:
+ \begin{itemize}\item Marginal notes do not affect
+ the text height, so the factor should be~0. \item Footnotes
+ set in double column mode affect the page by half of their height:
+ the count value should by~500. \item Conversely, footnotes
+ set at page width underneath a page in double column mode
+ affect both columns, so \ldash provided that the double column mode
+ is implemented by applying \cs{vsplit} to a double-height column \rdash
+ the count value should be~2000.\end{itemize}
+\end{itemize}
+
+%\point Moving insertion items from the contributions list
+\section{Moving insertion items from the contributions list}
+
+The most complicated issue with insertions is the algorithm
+that adds insertion items to the main vertical list,
+and calculates breakpoints if necessary.
+
+\TeX\ never changes the \cs{vsize}, but it diminishes the
+\csidx{pagegoal} by the (effective) heights of the insertion
+items that will appear before a page break. Thus the output
+routine will receive a \cs{box255} that has height \cs{pagegoal},
+not necessarily \cs{vsize}.
+
+\begin{enumerate}
+\item When the first insertion of a certain class $n$ occurs
+ on the current page \TeX\ has to account for the quantity
+ \cs{skip}$\,n$. This step is executed only if no earlier
+ insertion item of this class occurs on the vertical list
+ \ldash this includes insertions that were split \rdash but \cs{box}$\,n$
+ need not be empty at this time.
+
+ If \cs{box}$\,n$ is not empty, its height plus depth is multiplied
+ by \cs{count}$\,n/1000$ and the result is subtracted
+ from \cs{pagegoal}. Then the \cs{pagegoal} is diminished
+ by the natural component of \cs{skip}$\,n$. Any stretch and
+ shrink of \cs{skip}$\,n$ are incorporated in \cs{pagestretch}
+ and \cs{pageshrink} respectively.
+\item If there is a split insertion of class $n$ on the page
+ \ldash this case and the previous step in the algorithm are
+ mutually exclusive \rdash the \csidx{floatingpenalty} is added to
+ \csidx{insertpenalties}. A~split insertion is an insertion item
+ for which a breakpoint has been calculated as it will not
+ fit on the current page in its entirety. Thus the insertion
+ currently under consideration will certainly not wind up
+ on the current page.
+\item After the preliminary action of the two previous points
+ \TeX\ will place the actual insertion item on the main vertical
+ list, at the end of the current contributions.
+ First it will check whether the item will fit without being split.
+
+ There are two conditions to be checked:\begin{itemize}\item
+ adding the insertion item (plus all previous insertions of that class)
+ to \cs{box}$\,n$ should not let
+ the height plus depth of that box exceed \cs{dimen}$\,n$, and
+ \item either the effective height of the insertion is negative, or
+ \cs{pagetotal} plus \cs{pagedepth} minus \cs{pageshrink}
+ plus the effective size of the insertion should be less than
+ \cs{pagegoal}.\end{itemize}
+ If these conditions are satisfied, \cs{pagegoal} is diminished
+ by the effective size of the insertion item, that is,
+ by the height plus depth, multiplied by \cs{count}$n/1000$.
+
+\item Insertions that fail on one of the two conditions in the
+ previous step of the algorithm will be considered for splitting.
+ \TeX\ will calculate the size of the maximal portion to
+ be split off the insertion item, such that
+ \begin{enumerate}\item adding this portion
+ together with earlier insertions of this class to \cs{box}$\,n$
+ will not let the size of the box exceed \cs{dimen}$\,n$,
+ and \item the effective size of this portion,
+ added to \cs{pagetotal} plus \cs{pagedepth}, will not
+ exceed \cs{pagegoal}. Note that \cs{pageshrink} is not taken
+ into account this time, as it was in the previous step.
+ \end{enumerate}
+
+ Once this maximal size to be split off has been determined,
+ \TeX\ locates the least-cost breakpoint in the current
+ insertion item that will result in a box with a height
+ that is equal to this maximal size. The penalty associated
+ with this breakpoint is added to \cs{insertpenalties},
+ and \cs{pagegoal} is diminished by the effective height plus
+ depth of the box to be split off the insertion item.
+
+\end{enumerate}
+
+
+
+%\point Insertions in the output routine
+\section{Insertions in the output routine}
+
+When the output routine comes into action \ldash more precisely:
+when \TeX\ starts processing the tokens in the \cs{output}
+token list \rdash all insertions that should be placed on the
+current page have been put in their boxes, and
+it is the responsibility of the output routine
+to put them somewhere in the box that is going to be shipped out.
+
+\begin{example} The plain \TeX\ output routine
+handles top inserts and footnotes by packaging the following
+sequence:
+\begin{verbatim}
+\ifvoid\topins \else \unvbox\topins \fi
+\pagebody
+\ifvoid\footins \else \unvbox\footins \fi
+\end{verbatim}
+Unboxing the insertion boxes makes the glue on various parts
+of the page stretch or shrink in a uniform manner.
+\end{example}
+
+With \TeX3 the insertion mechanism has been extended slightly:
+\cstoidx holdinginserts\par\term \TeX\ version 3\par
+the parameter \cs{holdinginserts} can be used to specify that
+insertions should not yet be placed in their boxes.
+This is very useful if the output routine wants to
+recalculate the \cs{vsize}, or if the output routine
+is called to do other intermediate calculations instead of
+ejecting a page.
+
+During the output routine the parameter
+\csidx{insertpenalties} holds the number of insertion items that
+are being held over for the next page.
+In the plain \TeX\ output routine this is used after the
+last page:\begin{verbatim}
+\def\dosupereject{\ifnum\insertpenalties>0
+ % something is being held over
+ \line{}\kern-\topskip\nobreak\vfill\supereject\fi}
+\end{verbatim}
+
+%\point Plain \TeX\ insertions
+\section{Plain \TeX\ insertions}
+
+The plain \TeX\ format has only two insertion classes:
+the footnotes and the top inserts.
+The macro \csidx{pageinsert} generates
+top inserts that are stretched to be exactly \cs{vsize} high.
+The \csidx{midinsert} macro tests whether the vertical material
+specified by the user fits on the page; if so, it is placed
+there; if not, it is converted to a top insert.
+
+Footnotes are allowed to be split, but once one has been
+split no further footnotes should appear on the current
+page. This effect is attained by setting
+\begin{verbatim}
+\floatingpenalty=20000
+\end{verbatim}
+The \cs{floatingpenalty} is added to \cs{insertpenalties}
+if an insertion follows a split insertion of the same
+class. However, \cs{floatingpenalty}${}>10\,000$ has infinite
+cost, so \TeX\ will take an earlier breakpoint for
+splitting off the page from the vertical list.
+
+Top inserts essentially contain only a vertical box
+which holds whatever the user specified. Thus such an insert
+cannot be split. However, the \csidx{endinsert} macro
+puts a \cs{penalty100} on top of the box, so the
+insertion can be split with an empty part before the split.
+The effect is that the whole insertion is carried over to
+the next page. As the \cs{floatingpenalty} for top inserts
+is zero, arbitrarily many of these inserts can be moved forward
+until there is a page with sufficient space.
+
+Further examples of insertion macros can be found
+in~\cite{Sal3}.
+
+%\message{Maybe spaceleft example?}
+
+%%%% end of input file [page]
+
+%\InputFile:io
+%%%% this is input file [io]
+%\subject[io] File Input and Output
+\endofchapter
+\chapter{File Input and Output}\label{io}
+
+This chapter treats the various ways in which \TeX\ can read from
+\mdqon
+\term I/""O\par
+\mdqoff
+and write to external files.
+
+\begin{inventory}
+\item [\cs{input}]
+ Read a specified file as \TeX\ input.
+
+\item [\cs{endinput}]
+ Terminate inputting the current file after the current line.
+
+\item [\cs{pausing}]
+ Specify that \TeX\ should pause after each line that is
+ read from a file.
+
+\item [\cs{inputlineno}]
+ Number of the current input line.
+
+
+\item [\cs{write}]
+ Write a \gr{general text} to the terminal or to a file.
+
+\item [\cs{read}]
+ Read a line from a stream into a control sequence.
+
+\item [\cs{newread \cs{newwrite}}]
+\mdqon
+ Macro for allocating a new input/""output stream.
+\mdqoff
+
+\item [\cs{openin \cs{closein}}]
+ Open/close an input stream.
+
+\item [\cs{openout \cs{closeout}}]
+ Open/close an output stream.
+
+\item [\cs{ifeof}]
+ Test whether a file has been fully read, or does not exist.
+
+\item [\cs{immediate}]
+ Prefix to have output operations executed right away.
+
+\item [\cs{escapechar}]
+ Number of the character that is used
+ when control sequences are being converted
+ into character tokens.
+ \IniTeX\ default:~92.
+
+\item [\cs{newlinechar}]
+ Number of the character that triggers a new line in
+ \cs{write} statements.
+
+\end{inventory}
+
+
+%\point Including files: \cs{input} and \cs{endinput}
+\section{Including files: \protect\cs{input} and \protect\cs{endinput}}
+
+Large documents can be segmented in \TeX\ by putting
+\term input files\par\cstoidx input\par
+parts in separate files, and loading these with \cs{input}
+into the master file. The exact syntax for
+file names is implementation dependent; most of the
+time a \n{.tex} file extension is assumed if no explicit
+extension is given.
+File names can be delimited with a space or with \cs{relax}.
+The \cs{input} command is expandable.
+
+If \TeX\ encounters in an input file the
+\csidx{endinput} statement, it acts as if the file
+ends after the line on which the statement occurs.
+Any statements on the same line as \cs{endinput} are
+still executed.
+The \cs{endinput} statement is expandable.
+
+%\point File I{/}O
+\section{File I{/}O}
+
+\TeX\ supports input and output streams for reading and writing
+\altt
+files one line at a time.
+
+%\spoint Opening and closing streams
+\subsection{Opening and closing streams}
+
+\TeX\ supports up to 16 simultaneous input and 16 output streams.
+\term streams\par
+The plain \TeX\ macros
+\csidx{newread} and \csidx{newwrite} give the number of an unused
+stream. This number is assigned by a \cs{chardef} command.
+Input streams are completely independent of output
+streams.
+
+Input streams are opened by
+\cstoidx openin\par
+\begin{disp}\cs{openin}\gr{4-bit number}\gr{equals}\gr{filename}\end{disp}
+and closed by
+\cstoidx closein\par
+\begin{disp}\cs{closein}\gr{4-bit number}\end{disp}
+
+Output streams are opened by
+\cstoidx openout\par
+\begin{disp}\cs{openout}\gr{4-bit number}\gr{equals}\gr{filename}\end{disp}
+and closed by
+\cstoidx closeout\par
+\begin{disp}\cs{closeout}\gr{4-bit number}\end{disp}
+
+If an output file does not yet exist, it is created
+by \cs{openout}; if it did exist, an \cs{openout} will
+cause it to be overwritten.
+
+The output operations \cs{openout}, \cs{closeout},
+and \cs{write} can all three be prefixed by \cs{immediate};
+see below.
+
+%\spoint Input with \cs{read}
+\subsection{Input with \cs{read}}
+
+In addition to the \cs{input} command, which reads a whole
+file, \TeX\ has the \csidx{read} operation, which
+reads one line from a file (or from the user terminal).
+The syntax of the read command is
+ \begin{disp}\cs{read}\gr{number}\n{to}\gr{control sequence}\end{disp}
+The effect of this statement is that one input line
+is read from the designated stream, and the control
+sequence is defined as a macro without parameters, having
+that line as replacement text.
+
+If the input line is not balanced with respect to braces,
+\TeX\ will read more than one line, continuing for as long
+as is necessary to get a balanced token list.
+\TeX\ implicitly appends an empty line to each input stream,
+\alt
+so the last \cs{read} operation on a stream will always
+yield a single \cs{par} token.
+
+Read operations from any stream outside the range 0--15 \ldash or
+streams not associated with an open file, or on which the file
+end has been reached \rdash
+read from the terminal. If the stream number is positive
+the user is prompted with the name of the control sequence
+being defined by the \cs{read} statement.
+
+\begin{example}\begin{verbatim}
+\read16 to \data
+\end{verbatim}
+displays a prompt \begin{verbatim}
+\data=
+\end{verbatim}
+and typing `my name'
+in response makes the read statement equivalent
+to \begin{verbatim}
+\def\data{my name }
+\end{verbatim}
+The space at the end of the input derives from the line end;
+to prevent this one could write
+\begin{verbatim}
+{\endlinechar=-1 \global\read16 to \data}
+\end{verbatim}
+\end{example}
+
+%\spoint Output with \cs{write}
+\subsection{Output with \cs{write}}
+
+\TeX's \csidx{write} command
+ \begin{disp}\cs{write}\gr{number}\gr{general text}\end{disp}
+writes a balanced token list to a file which has been opened
+by \cs{openout}, to the log file, or to the terminal.
+
+Write operations to a stream outside 0--15 \ldash or to a
+stream that is not associated with an open file \rdash go to the log file;
+if the stream number is positive they
+go to the terminal as well as to the log file.
+
+The token list argument of \cs{write}, defined as
+ \begin{disp}\gr{general text} $\longrightarrow$ \gr{filler}%
+ \lb\gr{balanced text}\gr{right brace}\end{disp}
+can have an implicit opening brace.
+This argument is expanded as if it were the replacement
+text of an \cs{edef}, so, for instance,
+any macros and conditionals appearing are expanded.
+No commands are executed, however.
+This expansion occurs
+at the time of shipping out; see below.
+Until that time the argument token list is stored
+in a whatsit item on the current list.
+See further Chapter~\ref{expand} for
+a discussion of expansion during writing.
+
+A control sequence output by \cs{write} (or \cs{message})
+is represented with a trailing space, and using
+character number \cs{escapechar}
+for the escape character.
+The \IniTeX\ default for this is~92,
+the code for the backslash.
+The trailing space can be prevented by prefixing the control
+sequence with \cs{string}.
+
+%\point Whatsits
+\section{Whatsits}
+
+There is an essential difference
+\term whatsits\par
+in execution between input and output:
+operations concerning output
+(\cs{openout}, \cs{closeout}, \cs{write})
+are not executed immediately; instead, they are saved until
+the box in which they appear is shipped out
+to the \n{dvi} file.
+
+Writes and the other two output operations are placed
+in `whatsit' items on whichever list is currently being built.
+The actual operation occurs when the part of the page
+that has the item is shipped out to the \n{dvi} file.
+This delayed output is made necessary by \TeX's
+asynchronous output routine behaviour.
+See a worked-out example on page~\pageref{expand:write}.
+
+An \verb.\immediate\write. \ldash or any other \csidx{immediate} output
+operation \rdash is executed on the spot, and
+does not place a whatsit item on the current list.
+
+The argument of a \cs{special} command
+(see page~\pageref{special}) is also placed in a whatsit.
+
+Whatsit items in leader boxes are ignored.
+
+%\point Assorted remarks
+\section{Assorted remarks}
+
+%\spoint Inspecting input
+\subsection{Inspecting input}
+
+\TeX\ records the current line number in the current input file
+in the \gr{internal integer} parameter \csidx{inputlineno}
+(in \TeX3).
+
+If the parameter \csidx{pausing} is positive, \TeX\ shows
+every line that is input on the terminal screen,
+and gives the user the opportunity
+to insert commands. These can for instance be \cs{show} commands.
+Inserted commands are treated as if they were directly
+in the source file: it is for instance not necessary
+to prefix them with~`i', as would be necessary when
+\TeX\ pauses for an error.
+
+%\spoint Testing for existence of files
+\subsection{Testing for existence of files}
+
+\TeX\ is not the friendliest of systems when you
+\howto Test whether a file exists\par
+ask it to input a non-existing file. Therefore the following
+sequence of commands can be used to prevent trouble\label{ex:eof}:
+\begin{verbatim}
+\newread\instream \openin\instream= fname.tex
+\ifeof\instream \message{File 'fname' does not exist!}
+\else \closein\instream \input fname.tex
+\fi
+\end{verbatim}
+Here an input stream is opened with the given file name.
+The end-of-file test is also true
+if an input stream does not correspond to a physical file,
+so if this conditional is not true,
+the file exists and an \cs{input} command can safely be given.
+
+%\spoint Timing problems
+\subsection{Timing problems}
+
+The synchronization between write operations on the
+one hand, and opening/closing operations
+of files on the other hand,
+can be a crucial point. Auxiliary files, such as are
+used by various formats to implement cross-references,
+are a good illustration of this.
+
+Suppose that during a run of \TeX\ the auxiliary file is written, and
+\howto Input a file that was created in the same run of \TeX\par
+at the end of the run it has to be input again for a variety
+of purposes (such as seeing whether references have changed).
+An \cs{input} command is executed right away, so
+the file must have been closed with an \verb=\immediate\closeout=.
+However, now it becomes possible that the file is closed
+before all writes to it have been performed.
+The following sequence remedies this:
+\begin{verbatim}
+\par\vfil\penalty -10000 \immediate\closeout\auxfile
+\end{verbatim}
+The first three commands activate the output routine
+in order to close off the last page,
+so all writes will indeed have been performed before the
+file is closed.
+
+%\spoint \cs{message} versus \cs{immediate}\cs{write}16
+\subsection{\cs{message} versus \cs{immediate}\cs{write}16}
+
+Messages to the user can be given using
+\csidx{message}\gr{general text}, which writes to the terminal.
+Messages are appended to one another;
+the line is wrapped when the line
+length (a~\TeX\ compile-time constant) has been reached.
+In \TeX\ version2,
+a~maximum of 1000 characters is written per message;
+this is not a compile-time constant, but is hard-wired
+into the \TeX\ program.
+
+Each message given with \verb=\immediate\write=
+starts on a new line; the user can force a new line
+in the message by including the character with
+number~\csidx{newlinechar}. This parameter also works
+in \cs{message}.
+
+%\spoint Write inside a vertical box
+\subsection{Write inside a vertical box}
+
+Since a write operation winds up on the vertical list in a whatsit,
+issuing one at the start of a \cs{vtop}
+will probably influence the height of that box
+(see Chapter~\ref{boxes}). As an example,
+\begin{verbatim}
+have the \vtop{\write\terminal{Hello!}\hbox{more text}}
+dangling from
+\end{verbatim}
+will have the~\vtop{\write-1{vtop gezien}\hbox{more text}}~dangling
+from the baseline (and when this book is \TeX ed the
+message `Hello!' appears on the screen).
+
+%\spoint Expansion and spaces in \cs{write} and \cs{message}
+\subsection{Expansion and spaces in \cs{write} and \cs{message}}
+
+Both \cs{write} and \cs{message} expand their argument
+as if it were the replacement text of an \cs{edef}.
+Therefore \begin{verbatim}
+\def\a{b}\message{\a}
+\end{verbatim}
+will
+write out~`\n b'.
+
+Unexpandable control sequences are displayed with a trailing
+space (and prefixed with the \cs{escapechar}):
+\begin{verbatim}
+\message{\hbox\vbox!}
+\end{verbatim}
+will write out
+`\verb>\hbox \vbox !>'. Undefined control sequences give an error here.
+
+Expandable control sequences can be written out with some
+care:\begin{verbatim}
+\message{\noexpand\ifx}
+\message{\string\ifx}
+{\let\ifx\relax \message{\ifx}}
+\end{verbatim}
+all write out `\verb>\ifx>'.
+
+Note, however, that spaces after expandable control sequences
+are removed in the input processor, which goes into state~$S$
+after a control sequence. Therefore
+\begin{verbatim}
+\def\a{b}\def\c{d}
+\message{\a \c}
+\end{verbatim}
+writes out `\n{bd}'.
+Inserting a space can be done as follows:
+\begin{verbatim}
+\def\space{ } % in plain TeX
+\message{\a\space\c}
+\end{verbatim}
+displays `\n{b d}'.
+Note that\begin{verbatim}
+
+\message{\a{ }\c}
+\end{verbatim}
+does not work: it displays `\verb=b{ }d='
+since braces are unexpandable character tokens.
+
+%%%% end of input file [io]
+
+%\InputFile:alloc
+%%%% this is input file [alloc]
+%\subject[alloc] Allocation
+\endofchapter
+\chapter{Allocation}\label{alloc}
+
+\TeX\ has registers of a number of types. For some of these,
+explicit commands exist to define a synonym for a certain register;
+for all of them macros exist in the plain format
+to allocate an unused register. This chapter treats
+the synonym and allocation commands, and discusses
+some guidelines for macro writers regarding allocation.
+
+\begin{inventory}
+\item [\cs{countdef}]
+ Define a synonym for a \cs{count} register.
+\item [\cs{dimendef}]
+ Define a synonym for a \cs{dimen} register.
+\item [\cs{muskipdef}]
+ Define a synonym for a \cs{muskip} register.
+\item [\cs{skipdef}]
+ Define a synonym for a \cs{skip} register.
+\item [\cs{toksdef}]
+ Define a synonym for a \cs{toks} register.
+\item [\cs{newbox}]
+ Allocate an unused \cs{box} register.
+\item [\cs{newcount}]
+ Allocate an unused \cs{count} register.
+\item [\cs{newdimen}]
+ Allocate an unused \cs{dimen} register.
+\item [\cs{newfam}]
+ Allocate an unused math family.
+\item [\cs{newinsert}]
+ Allocate an unused insertion class.
+\item [\cs{newlanguage}]
+ (\TeX3 only)
+ Allocate a new language number.
+\item [\cs{newmuskip}]
+ Allocate an unused \cs{muskip} register.
+\item [\cs{newskip}]
+ Allocate an unused \cs{skip} register.
+\item [\cs{newtoks}]
+ Allocate an unused \cs{toks} register.
+\item [\cs{newread}]
+ Allocate an unused input stream.
+\item [\cs{newwrite}]
+ Allocate an unused output stream.
+\end{inventory}
+
+%\point Allocation commands
+\section{Allocation commands}
+
+In plain \TeX, \cs{new...} macros are defined for
+allocation of registers.
+The registers of \TeX\ fall into two classes that are
+\term registers, allocation of\par
+allocated in different ways. This is treated below.
+
+The \csidx{newlanguage} macro of plain \TeX\
+does not allocate any register. Instead it merely assigns
+a number, starting from~0.
+\TeX\ (version~3) can have at most 256 different
+sets of hyphenation patterns.
+
+The \cs{new...} macros of plain \TeX\ are defined to be
+\cs{outer} (see Chapter~\ref{macro} for a precise explanation),
+which precludes use of the allocation macros in other macros.
+Therefore the \LaTeX\ format redefines these macros
+without the \cs{outer} prefix.
+
+%\spoint \cs{count}, \cs{dimen}, \cs{skip}, \cs{muskip}, \cs{toks}
+\subsection{\cs{count}, \cs{dimen}, \cs{skip}, \cs{muskip}, \cs{toks}}
+
+For these registers there exists a \gr{registerdef} command,
+for instance \cs{countdef}, to couple a specific register
+to a control sequence:
+\begin{Disp}\gr{registerdef}\gr{control
+ sequence}\gr{equals}\gr{8-bit number}\end{Disp}
+
+After the definition \begin{verbatim}
+\countdef\MyCount=42
+\end{verbatim}
+the allocated register can be used as
+\begin{verbatim}
+\MyCount=314
+\end{verbatim}
+or \begin{verbatim}
+\vskip\MyCount\baselineskip
+\end{verbatim}
+
+The \gr{registerdef} commands are used in plain \TeX\ macros
+\cs{newcount} et cetera that allocate an unused register;
+after\begin{verbatim}
+\newcount\MyCount
+\end{verbatim}
+\cs{MyCount} can be used
+exactly as in the above two examples.
+
+%\spoint \cs{box}, \cs{fam}, \cs{write}, \cs{read}, \cs{insert}
+\subsection{\cs{box}, \cs{fam}, \cs{write}, \cs{read}, \cs{insert}}
+
+For these registers there exists no \gr{registerdef} command in \TeX,
+so \cs{chardef} is used to allocate box registers
+in the corresponding plain \TeX\ macros \cs{newbox}, for instance.
+
+The fact that \cs{chardef} is used implies that the
+defined control sequence does not stand for the register itself,
+but only for its number. Thus after \begin{verbatim}
+\newbox\MyBox
+\end{verbatim}
+it is necessary to write \begin{verbatim}
+\box\MyBox
+\end{verbatim}
+Leaving out the \cs{box} means that the character
+in the current font with number
+\cs{MyBox} is typeset. The \cs{chardef} command
+is treated further in Chapter~\ref{char}.
+
+%\point Ground rules for macro writers
+\section{Ground rules for macro writers}
+
+The \cs{new...} macros of plain \TeX\ have been designed
+to form a foundation for macro packages, such that
+several of such packages can operate without collisions
+in the same run of \TeX. In appendix~B of \TeXbook\
+Knuth formulates some ground rules that macro writers should
+adhere to.
+\begin{enumerate}
+\item The \cs{new...} macros do not allocate registers
+with numbers~0--9. These can therefore be used as `scratch'
+registers. However, as any macro family can use them,
+no assumption can be made about the permanency of their
+contents. Results that are to be passed from one call to
+another should reside in specifically allocated registers.
+
+Note that count registers 0--9 are used for page identification
+in the \n{dvi} file (see Chapter~\ref{TeXcomm}), so no global assignments
+to these should be made.
+
+\item \cs{count255}, \cs{dimen255}, and \cs{skip255} are
+also available. This is because inserts are
+allocated from 254 downward and, together with an insertion box,
+a count, dimen, and skip register,
+all with the same number, are allocated.
+Since \cs{box255} is used by the output routine
+(see Chapter~\ref{output}),
+the count, dimen, and skip with number~255 are freely available.
+
+\item Assignments to scratch registers~0, 2, 4, 6, 8, and~255
+should be local; assignments to registers~1, 3, 5, 7,~9
+should be \cs{global} (with the exception of the \cs{count}
+registers). This guideline prevents `save
+stack build-up' (see Chapter~\ref{error}).
+
+\item Any register can be used inside a group, as \TeX's
+grouping mechanism will restore its value outside
+the group. There are two conditions on this use of
+a register:
+no global assignments should be made to it, and
+it must not be possible that other macros may be
+activated in that group that perform global assignments
+to that register.
+
+\item Registers that are used over longer periods of time,
+or that have to survive in between calls of different
+macros, should be allocated by \cs{new...}.
+\end{enumerate}
+
+
+%%%% end of input file [alloc]
+
+%\InputFile:run
+%%%% this is input file [run]
+%\subject[run] Running \TeX
+\endofchapter
+\chapter{Running \TeX}\label{run}
+
+This chapter treats the run modes of \TeX, and some
+other commands associated with the job being processed.
+
+\begin{inventory}
+\item [\cs{everyjob}]
+ Token list that is inserted at the start of each new job.
+
+\item [\cs{jobname}]
+ Name of the main \TeX\ file being processed.
+
+\item [\cs{end}]
+ Command to finish off a run of \TeX.
+
+\item [\cs{bye}]
+ Plain \TeX\ macro to force the final output.
+
+\item [\cs{pausing}]
+ Specify that \TeX\ should pause after each line that is
+ read from a file.
+
+\item [\cs{errorstopmode}]
+ \TeX\ will ask for user input on the occurrence of an error.
+
+\item [\cs{scrollmode}]
+ \TeX\ fixes errors itself,
+ but will ask the user for missing files.
+
+\item [\cs{nonstopmode}]
+ \TeX\ fixes errors itself,
+ and performs an emergency stop on serious errors
+ such as missing input files.
+
+\item [\cs{batchmode}]
+ \TeX\ fixes errors itself
+ and performs an emergency stop on serious errors
+ such as missing input files,
+ but no terminal output is generated.
+
+\end{inventory}
+
+%\point Jobs
+\section{Jobs}
+
+\TeX\ associates with each run a name for the file
+\term job\par
+being processed: the \csidx{jobname}. If \TeX\ is run
+interactively
+\ldash meaning that it has been invoked without a file argument,
+and the user types commands \rdash
+the jobname is \n{texput}.
+
+The \cs{jobname} can be used to generate
+the names of auxiliary files to be read or
+written during the run. For instance, for a file \n{story.tex}
+the \cs{jobname} is \n{story}, and writing
+\begin{verbatim}
+\openout\Auxiliary=\jobname.aux
+\openout\TableOfContents=\jobname.toc
+\end{verbatim}
+will create the files \n{story.aux} and \n{story.toc}.
+
+%\spoint Start of the job
+\subsection{Start of the job}
+
+\TeX\ starts each job by inserting the \csidx{everyjob} token
+list into the command stream.
+Setting this variable during a run of \TeX\ has no use,
+but a format can use it to identify itself to the user.
+If a
+format fills the token list, the commands therein are automatically
+executed when \TeX\ is run using that format.
+
+%\spoint End of the job
+\subsection{End of the job}
+
+A \TeX\ job is terminated by the \csidx{end} command. This
+may involve first forcing the output routine to process any
+remaining material (see Chapter~\ref{page:break}).
+If the end of job occurs inside a group
+\TeX\ will give a diagnostic
+message. The \cs{end} command is not allowed in internal
+vertical mode, because this would be inside a vertical box.
+
+Usually some sugar coating of the \cs{end} command is necessary.
+For instance the plain \TeX\ macro \csidx{bye} is defined
+as \begin{verbatim}
+\def\bye{\par\vfill\supereject\end}
+\end{verbatim}
+where the \cs{supereject} takes care of any leftover insertions.
+
+%\spoint The log file
+\subsection{The log file}
+
+For each run \TeX\ creates a log file. Usually this will be
+\term log file\par
+a file with as name the value of \cs{jobname}, and the
+extension \n{.log}. Other extensions such as \n{.lis}
+are used by some implementations.
+This log file contains all information that
+is displayed on the screen during the run of \TeX, but
+it will display some information more elaborately, and it
+can contain statistics that are usually not displayed on
+the screen. If the parameter \cs{tracingonline}
+has a positive value, all the log file information will be
+shown on the screen.
+
+Overfull and underfull boxes are reported on the terminal
+screen, and they are dumped using the parameters
+\cs{showboxdepth} and \cs{showboxbreadth} in the log file
+(see Chapter~\ref{trace}). These parameters are also used
+for box dumps caused by the \cs{showbox} command, and
+for the dump of boxes written by \cs{shipout}
+if \cs{tracingoutput} is set to a positive value.
+
+Statistics generated by commands such as \cs{tracingparagraphs}
+will be written to the log file; if \cs{tracingonline} is positive
+they will also be shown on the screen.
+
+Output operations to a stream that is not open, or to a
+stream with a number that is not in the range 0--15,
+go to the log file. If the stream number is positive,
+they also go to the terminal.
+
+%\point Run modes
+\section{Run modes}
+
+By default, \TeX\ goes into \cs{errorstopmode} if an error occurs:
+\term run modes\par\cstoidx errorstopmode\par
+it stops and asks for input from the user. Some implementations
+ have a way of forcing \TeX\ into errorstopmode
+when the user interrupts \TeX, so that
+the internal state of \TeX\ can be inspected (and altered).
+See page~\pageref{interaction} for ways to switch the run
+mode when \TeX\ has been interrupted.
+
+Often, \TeX\ can
+fix an error itself if the user asks \TeX\ just to continue
+(usually by hitting the return key),
+but sometimes (for instance in alignments)
+it may take a while before \TeX\ is on the
+right track again (and sometimes it never is).
+In such cases the user may want to
+turn on \csidx{scrollmode},
+which instructs \TeX\ to fix as best it can any
+occurring error without confirmation from the user.
+This is usually done by typing `s' when \TeX\ asks
+for input.
+
+In \cs{scrollmode}, \TeX\ also does not ask for input
+after \cs{show...} commands.
+\alt
+However, some errors, such as a file that could not be
+found for \cs{input}, are not so easily remedied, so
+the user will still be asked for input.
+
+With \csidx{nonstopmode} \TeX\ will scroll through errors and,
+in the case of the kind of error that cannot be recovered from,
+it will make an emergency stop, aborting the run.
+Also \TeX\ will abort the run if a \cs{read} is attempted
+from the terminal.
+The \csidx{batchmode} differs only from nonstopmode in that
+it gives messages only to the log file, not to the terminal.
+
+\endofchapter
+\chapter{\TeX\ and the Outside World}\label{TeXcomm}
+
+This
+chapter treats those commands that bear relevance to
+\n{dvi} files and formats. It gives some global information
+about \IniTeX, font and format files,
+Computer Modern typefaces, and \web.
+
+\begin{inventory}
+\item [\cs{dump}]
+ Dump a format file; possible only in \IniTeX,
+ not allowed inside a group.
+
+\item [\cs{special}]
+ Write a \gr{balanced text} to the \n{dvi} file.
+
+\item [\cs{mag}]
+ 1000 times the magnification of the document.
+
+\item [\cs{year}]
+ The year of the current job.
+
+\item [\cs{month}]
+ The month of the current job.
+
+\item [\cs{day}]
+ The day of the current job.
+
+\item [\cs{time}]
+ Number of minutes after midnight that the current job started.
+
+\item [\cs{fmtname}]
+ Macro containing the name of the format dumped.
+
+\item [\cs{fmtversion}]
+ Macro containing the version of the format dumped.
+
+\end{inventory}
+
+
+%\point \TeX, \IniTeX, \VirTeX
+\section{\TeX, \IniTeX, \VirTeX}
+
+In the terminology established in {\italic \TeX: the Program},
+\cite{Knuth:TeXprogram},
+\term\TeX\par\term\IniTeX\par\term\VirTeX\par
+\TeX\ programs come in three flavours.
+\IniTeX\ is a version of \TeX\ that can generate formats;
+\VirTeX\ is a production version without preloaded format,
+and \TeX\ is a production version with
+preloaded (plain) format. Unfortunately, this terminology is
+not adhered to in general. A~lot of systems do not use preloaded
+formats (the procedure for making them may be impossible on
+some operating systems),
+and call the `virgin \TeX' simply \TeX.
+This manual also follows that convention.
+
+%\spoint Formats: loading
+\subsection{Formats: loading}
+
+A format file (usually with extension~\n{.fmt})
+is a compact dump of \TeX's internal structures.
+\term format files\par
+Loading a format file takes a considerably shorter time than
+would be needed for
+loading the font information and the macros that
+constitute the format.
+
+Both \TeX\ and \IniTeX\ can load a format; the user specifies
+this by putting the name on the command line
+\begin{verbatim}
+% tex &plain
+\end{verbatim}
+or at the \n{**} prompt
+\begin{verbatim}
+% tex
+This is TeX. Version ....
+** &plain
+\end{verbatim}
+preceded by an ampersand (for UNIX, this should be \verb>\&> on
+the command line). An input file name can follow the
+format name in both places.
+
+\IniTeX\ does not need a format,
+but if no format is specified for (Vir)\TeX, it will try to
+load the plain format, and halt if that cannot be found.
+
+%\spoint Formats: dumping
+\subsection{Formats: dumping}
+
+\IniTeX\ is the only version of \TeX\
+that can dump a format, since it is
+the only version of \TeX\ that has
+the command~\csidx{dump},
+which causes the internal structures
+to be dumped as a format.
+It is also the only version of \TeX\ that has the command
+\cs{patterns}, which
+is needed to specify a list of hyphenation
+patterns.
+
+Dumping is not allowed inside a group, that is
+\begin{verbatim}
+{ ... \dump }
+\end{verbatim}
+is not allowed. This restriction
+prevents difficulties with \TeX's save stack.
+After the \cs{dump} command \TeX\ gives an elaborate listing of
+its internal state, and of the font names associated with
+fonts that have been loaded and ends the job.
+
+An interesting possibility arises from the fact that
+\IniTeX\ can both load and dump a format.
+Suppose you have written a set of macros that build
+on top of plain \TeX, \n{superplain.tex}.
+You could then call
+\begin{verbatim}
+% initex &plain superplain
+*\dump
+\end{verbatim}
+and get a format file \n{superplain.fmt} that
+has all of plain, and all of your macros.
+
+%\spoint Formats: preloading
+\subsection{Formats: preloading}
+
+On some systems it is possible to interrupt a running program,
+and save its `core image' such that this can be started as
+an independent program.
+The executable made from the
+core image of a \TeX\ program interrupted after it has loaded
+a format is called a \TeX\ program with preloaded format.
+The idea behind preloaded formats is
+that interrupting \TeX\ after it has loaded a format, and making
+this program available to the user,
+saves in each run the time for loading the format.
+In the good old days when computers were quite a bit slower
+this procedure made sense.
+Nowadays, it does not seem so necessary.
+Besides, dumping a core image may not always be possible.
+
+%\spoint The knowledge of \IniTeX
+\subsection{The knowledge of \IniTeX}
+
+If no format has been loaded, \IniTeX\ knows very little.
+For instance, it has no open/close group characters.
+However, it can not be completely devoid of knowledge
+lest there be no way to define anything.
+
+Here is the extent of its knowledge.
+\begin{itemize} \mathsurround=1.5pt
+%\flushright:no
+\item \verb>\catcode`\\=0>, \verb>\escapechar=`\\>
+ (see page~\pageref{ini:esc}).
+\item \verb>\catcode`\^^M=5>, \verb>\endlinechar=`\^^M>
+ (see page~\pageref{ini:eol}).
+\item \verb>\catcode`\ =10>
+ (see page~\pageref{ini:sp}).
+\item \verb>\catcode`\%=14>
+ (see page~\pageref{ini:comm}).
+\item \verb>\catcode`\^^?=15>
+ (see page~\pageref{ini:invalid}).
+\item \cs{catcode}$x$\n{=11} for $x={}$\n{`a..`z,`A..`Z}
+ (see page~\pageref{ini:let}).
+\item \cs{catcode}$x$\n{=12} for all other character codes\nl
+ (see page~\pageref{ini:other}).
+\item \cs{sfcode}$x$=\n{999} for $x={}$\n{`A..`Z},
+ \cs{sfcode}$x$\n{=1000} for all other characters
+ (see page~\pageref{ini:sf}).
+\item \verb>\lccode`a..`z,`A..`Z=`a..`z>, \verb>\uccode`a..`z,`A..`Z=`A..`Z>,
+ \cs{lccode}$x$\n{=0}, \cs{uccode}$x$\n{=0} for all other characters
+ (see page~\pageref{ini:uclc}).
+\item \verb>\delcode`.=0>, \cs{delcode}$x$\n{=-1} for all other characters
+ (see page~\pageref{ini:del}).
+\item \cs{mathcode}$x$\n{="!7100}${}+x$ for all lowercase and uppercase
+ letters, \cs{mathcode}$x$\n{="!7000}${}+x$ for all digits,
+ \cs{mathcode}$x$\n=$x$ for all other characters
+ (see page~\pageref{ini:fam}).
+\item \cs{tolerance=10000}, \cs{mag=1000},
+ \cs{maxdeadcycles=25}.
+\end{itemize}
+
+%\spoint Memory sizes of \TeX\ and \IniTeX
+\subsection{Memory sizes of \TeX\ and \IniTeX}
+
+The main memory size of \TeX\ and \IniTeX\ is controlled by
+four constants in the source code:
+\n{mem\_bot}, \n{mem\_top}, \n{mem\_min}, and~\n{mem\_max}.
+For Ini\TeX's memory \n{mem\_bot${}={}$mem\_min}
+and \n{mem\_top${}={}$mem\_max};
+for \TeX\ \n{mem\_bot} and \n{mem\_top} record the main memory
+size of the Ini\TeX\ used to dump the format.
+Thus versions of \TeX\ and \IniTeX\ have to be adapted
+to each other in this respect.
+
+\TeX's own main memory can be bigger than that of the
+corresponding \IniTeX: in general
+\n{mem\_min${}\leq{}$mem\_bot} and \n{mem\_top${}\leq{}$mem\_max}.
+
+For \IniTeX\ a smaller main memory can suffice,
+as this program is typically
+not meant to do real typesetting.
+There may even be a real need for the main memory
+to be smaller, because \IniTeX\ needs a lot of auxiliary
+storage for initialization and for building the
+hyphenation table.
+
+
+%\point More about formats
+\section{More about formats}
+
+%\spoint Compatibility
+\subsection{Compatibility}
+
+\TeX\ has a curious error message: `Fatal format error: I'm stymied',
+which is given if \TeX\ tries to load a format that was made
+with an incompatible version of \IniTeX. See the point
+above about memory sizes, and Chapter~\ref{error} for
+the hash size (parameters \n{hash\_size} and \n{hash\_prime})
+and the hyphenation exception dictionary (parameter \n{hyph\_size}).
+
+%\spoint Preloaded fonts
+\subsection{Preloaded fonts}
+
+During a run of \TeX\ the only information needed about fonts
+is the data that is found in the \n{tfm} files (see below).
+Since a run of \TeX, especially if the input contains math material,
+can easily access 30--40 fonts, the disk access for
+all the \n{tfm} files can become significant.
+Therefore the plain format and \LaTeX\ load these
+metrics files in \IniTeX. A~\TeX\ version using such a format
+does not need to load any \n{tfm} files.
+
+On the other hand, if a format has the possibility of accessing
+a range of typefaces, it may be advantageous to have metrics
+files loaded on demand during the actual run of \TeX.
+
+%\spoint The plain format
+\subsection{The plain format}
+
+The first format written for \TeX, and the basis for all
+later ones,
+is the plain format, described in \TeXbook.
+It is a mixture of \begin{itemize}
+\item definitions and macros one simply cannot live without
+such as the initial \cs{catcode} assignments,
+all of the math delimiter definitions,
+and the \cs{new...} macros;
+\item constructs that are useful, but for which \LaTeX\
+and other packages use
+a different implementation, such as the tabbing environment; and
+\item some macros that are insufficient for any but the
+simplest applications: \cs{item} and \cs{beginsection}
+are in this category.\end{itemize}
+
+It is the first category which Knuth meant to serve as a
+foundation for future macro packages, so that they
+can live peacefully together (see Chapter~\ref{alloc}).
+This idea is reflected in the fact that the name `plain'
+is not capitalized: it is the basic set of macros.
+
+%\spoint The \LaTeX\ format
+\subsection{The \LaTeX\ format}
+
+The \LaTeX\ format\term\LaTeX\par,
+written by Leslie Lamport of Digital Equipment Corporation
+and described in~\cite{Lamport:LaTeX},
+was released around 1985.
+The \LaTeX\ format, using its own version
+of \n{plain.tex} (called \n{lplain.tex}),
+is not compatible with plain \TeX;
+a~number of plain macros are not available. Still, it contains
+large parts of the plain format (even when they overlap with
+its own constructs).
+
+\LaTeX\ is a powerful format with facilities such as
+marginal notes, floating objects, cross referencing,
+and automatic table of contents generation.
+Its main drawback is that the `style files' which
+define the actual layout are quite hard to write
+(although \LaTeX\ is in the process of a major revision,
+in which this problem will be tackled;
+see \cite{Frank} and~\cite{Frank2}).
+As a result,
+people have had at their disposal mostly the styles
+written by Leslie Lamport, the layout of which is
+rather idiosyncratic. See~\cite{BEP} for a successful
+attempt to replace these styles.
+
+%\spoint Mathematical formats
+\subsection{Mathematical formats}
+
+There are two formats with extensive facilities for
+mathematics typesetting:
+\AmsTeX~\cite{Ams}
+(which originated at the American Mathematical Society)
+and \LamsTeX~\cite{Lams}.
+The first of these includes more facilities than plain \TeX\
+or \LaTeX\ for typesetting mathematics, but it lacks
+features such as automatic numbering and cross-referencing,
+available in \LaTeX, for instance. \LamsTeX, then, is the
+synthesis of \AmsTeX\ and \LaTeX. Also it includes
+still more features for mathematics, such as complicated
+tables and commutative diagrams.
+
+%\spoint Other formats
+\subsection{Other formats}
+
+Other formats than the above exist:
+for instance, \n{Phyzzx}~\cite{Phyzzx}, \n{TeXsis}~\cite{TeXsis},
+Macro \TeX~\cite{Amy}, \n{eplain}~\cite{Berry},
+and \n{\TeX T1}~\cite{TeXT1}.
+Typically, such formats provide the facilities of \LaTeX, but
+try to be more easily adaptable by the user.
+Also, in general they
+have been written with the intention of being an
+add-on product to the plain format.
+
+This book is also written in an `other format':
+the \n{lollipop} format.
+\term Lollipop\par
+This format does not contain user macros, but the
+tools with which a style designer can program them; see~\cite{EL}.
+
+%\point The \n{dvi} file
+\section{The \n{dvi} file}
+
+The \n{dvi} file (this term stands for `device independent')
+\term \n{dvi} file\par
+contains the output of a \TeX\ run: it
+contains compactly dumped representations of boxes that
+have been sent there by \cs{shipout}\gr{box}. The act
+of shipping out usually occurs inside the output routine,
+but this is not necessarily so.
+
+%\spoint The \n{dvi} file format
+\subsection{The \n{dvi} file format}
+
+A \n{dvi} file is a byte-oriented file,
+consisting of a preamble, a postamble,
+and a list of pages.
+
+Access for subsequent software to a completed \n{dvi} file
+is strictly sequential in nature:
+the pages are stored as a backwards linked list. This
+means that only two ways of accessing are possible:
+\begin{itemize} \item given the start of a page, the next can be
+found by reading until an end-of-page code is encountered, and
+\item starting at the end of the file pages can be read
+backwards at higher speed, as each beginning-of-page code
+contains the byte position of the previous one.\end{itemize}
+
+The preamble and postamble contain
+\begin{itemize}\item the magnification of the document (see below),
+\item the unit of measurement used for the document, and
+\item possibly a comment string.\end{itemize}
+The postamble contains in addition a list of the font definitions
+that appear on the pages of the file.
+
+Neither the preamble nor the postamble
+of the file contains a
+table of byte positions of pages.
+The full definition of the \n{dvi} file format can be found
+in~\cite{Knuth:TeXprogram}.
+
+%\spoint Page identification
+\subsection{Page identification}
+
+Whenever a \cs{shipout} occurs, \TeX\ also writes the
+values of counters 0--9 to the \n{dvi} file and the terminal.
+Ordinarily, only counter~0, the page number, is used, and the
+other counters are zero. Those zeros are not output to the
+terminal. The other counters can be used to indicate further
+structure in the document. Log output shows the non-zero
+counters and the zero counters in between.
+
+
+%\spoint Magnification
+\subsection{Magnification }
+
+Magnification of a document can be indicated by the \gr{integer
+parameter}
+\term magnification\par\cstoidx mag\par
+\cs{mag}, which specifies 1000 times the magnification
+ratio.
+
+The \n{dvi} file contains the value of \cs{mag} for the
+document in its preamble and postamble.
+If no {\tt true} dimensions are used
+the \n{dvi} file will look the same as when no magnification
+would have been used, except for the \cs{mag} value in the
+preamble and the postamble.
+
+Whenever a {\tt true} dimension is used it is divided
+by the value of \cs{mag}, so that the final output will have
+the dimension as prescribed by the user.
+The \cs{mag} parameter cannot be changed after a
+\n{true} dimension has been used, or after the first
+page has been shipped to the \n{dvi} file.
+
+Plain \TeX\ has the \csidx{magnification} macro for
+globally sizing the document, without changing
+ the physical size of the page:
+\begin{verbatim}
+\def\magnification{\afterassignment\m@g\count@}
+\def\m@g{\mag\count@
+ \hsize6.5truein\vsize8.9truein\dimen\footins8truein}
+\end{verbatim}
+The explanation for this is
+as follows: the command \cs{m@g} is saved with an \cs{afterassignment}
+command, and the magnification value (which is 1000 times the
+actual magnification factor) is assigned to \cs{count@}.
+After this assignment, the macro \cs{m@g} assigns
+the magnification value to \cs{mag}, and the horizontal
+and vertical size are reset to
+their original values {\tt 6.5truein} and {\tt 8.9truein}.
+The \cs{footins} is also reset.
+
+%\point[special] Specials
+\section{Specials}
+\label{special}
+
+\mdqon
+\TeX\ is to a large degree machine"-independent, but it still needs
+\mdqoff
+\term specials\par
+a hook for machine-dependent extensions. This is the
+\csidx{special} command, which writes a \gr{balanced text}
+to the \n{dvi} file. \TeX\ does not interpret this token list:
+it assumes that the printer driver knows what to do with it.
+\cs{special} commands are supposed not to change the
+$x$ and $y$ position on the page, so that the implementation
+of \TeX\ remains independent of the actual device driver
+\term device drivers\par
+that handles the \cs{special}.
+
+The most popular application of specials is probably the
+inclusion of graphic material, written in some
+page description language, such as PostScript\term PostScript\par.
+The size of the graphics can usually be determined from
+the file containing it (in the case of encapsulated
+PostScript through
+the `bounding box' data), so \TeX\ can leave space for
+such material.
+
+%\point Time
+\section{Time}
+
+\TeX\ has four parameters, \csidx{year}, \csidx{month}, \csidx{day}, and
+\csidx{time}, that tell
+\term time\par\term date\par
+the time when the current job started.
+After this, the parameters are not updated.
+The user can change them at any time.
+
+All four parameters are integers; the \cs{time} parameter
+gives the number of minutes since midnight that the current
+job started.
+
+%\point Fonts
+\section{Fonts}
+
+Font information is split in the \TeX\ system into
+the metric information (how high, wide, and deep is a character),
+and the actual description of the characters in a font.
+\TeX, the formatter, needs only the metric information;
+printer drivers and screen previewers need the character
+descriptions. With this approach it is for instance possible
+for \TeX\ to use with relative ease the resident fonts of
+a printer.
+
+%\spoint Font metrics
+\subsection{Font metrics}
+
+The metric information of \TeX's fonts is stored in \n{tfm}
+\term font metrics\par
+files, which stands for `\TeX\ font metric' files.
+Metrics files contain the following information
+(see \cite{Knuth:TeXprogram} for the full definition):
+\begin{itemize}\item the design size of a font;
+\item the values for the \cs{fontdimen} parameters
+(see Chapter~\ref{font});
+\item the height, depth, width, and italic correction
+ of individual characters;
+\item kerning tables;
+\item ligature tables;
+\item information regarding successors and extensions
+of math characters (see Chapter~\ref{mathchar}).
+\end{itemize}
+Metrics files use a packed format, but they can be converted
+to and from a readable format by the auxiliary programs
+\n{tftopl} and \n{pltotf} (see~\cite{K:Fuchs}).
+Here \n{pl} stands for `property list',
+a term deriving from the programming language Lisp.
+Files in \n{pl} format are just text, so they can easily be edited;
+after conversion
+they can then again be used as \n{tfm} files.
+
+%\spoint[virtual:fonts] Virtual fonts
+\subsection{Virtual fonts}
+\label{virtual:fonts}
+
+With `virtual fonts' (see~\cite{K:virt}) it is possible that
+\term virtual fonts\par
+what looks like one font to \TeX\ resides in more than
+one physical font file. Also, virtual fonts can be used
+to change in effect the internal organization of font files.
+
+For \TeX\ itself, the
+presence of virtual fonts makes no difference: everything
+is still based on \n{tfm} files containing metric
+information. However, the screen or printer driver that displays
+the resulting \n{dvi} file on the screen or on a printer
+will search for files with extension \n{.vf} to determine
+how characters are to be interpreted.
+The \n{vf} file can, for instance, instruct the driver
+to interpret a character as a certain position
+in a certain font file, to interpret a character as more
+than one position (a~way of forming accented characters),
+or to include \cs{special} information (for
+instance to set gray levels).
+
+Readable variants of \n{vf} files have extension \n{vpl},
+analogous to the \n{pl} files for the \n{tfm} files; see above.
+Conversion between \n{vf} and \n{vpl} files can be
+performed with the \n{vftovp} and \n{vptovf} programs.
+
+However, because virtual fonts are a matter for
+\term device drivers\par
+device drivers, no more details will be given in this book.
+
+%\spoint Font files
+\subsection{Font files}
+
+Character descriptions are stored in three types of files.
+\term font files\par
+\begin{description} \item [gf]
+ Generic Font files.
+This is the file type that the Metafont program generates.
+There are not many previewers or printer drivers that use
+this type of file directly.
+\item [pxl]
+ Pixel files. The \n{pxl} format is a pure bitmap format.
+Thus it is easy to generate \n{pxl} files from, for instance,
+scanner images.
+
+This format should be superseded by the \n{pk} format.
+Pixel files can become rather big,
+as their size grows quadratically in the size of the characters.
+
+\item [pk]
+ Packed files. Pixel files can be packed by a form of run-length
+encoding: instead of storing the complete bitmap only the
+starting positions and lengths of `runs' of black and white
+pixels are stored. This makes the size of \n{pk} files
+approximately linear in the size of the characters.
+However, a previewer or printer driver using a packed font file
+has to unpack it before it is able to use it.
+\end{description}
+
+The following conversion programs exist:
+\n{gftopxl}, \n{gftopk}, \n{pktopxl}, \n{pxltopk}.
+
+%\spoint Computer Modern
+\subsection{Computer Modern}
+
+The only family of typefaces that comes with \TeX\
+in the standard distribution is the `Computer
+\term Computer Modern typefaces\par
+Modern' family. This is an adaptation (using the terminology
+of~\cite{S}) by Donald Knuth of the Monotype Modern~8A typeface
+that was used for the first volume of his {\italic Art of Computer
+Programming\/} series. The `modern faces' all derive from the
+types that were cut between 1780 and 1800 by Firmin Didot in
+France, Giambattista Bodoni in Italy, and Justus Erich Walbaum
+in Germany. After the first two, these types are also called
+`Didone' types. This name was coined in the Vox classification
+of types \cite{Vox}. Ultimately, the inspiration for the Didone
+types is the `Romain du Roi', the type that was designed by
+Nicolas Jaugeon around 1692 for the French Imprimerie Royale.
+
+Didone types are characterized by a strong vertical orientation,
+and thin hairlines. The vertical accent is strengthened by the
+fact that the insides of curves are flattened.
+The result is a clear and brilliant page, provided that the
+printing is done carefully and on good quality paper.
+\message{Reference format}
+However, they are quite vulnerable; \cite{Up}
+compares them to the distinguished but fragile furniture
+from the same period, saying one is afraid to use either,
+`for both seem in danger of breaking in pieces'.
+With the current proliferation of low resolution (around
+300 dot per inch) printers, the Computer Modern is
+a somewhat unfortunate choice.
+
+Recently, Donald Knuth has developed
+a new typeface (or rather, a subfamily of typefaces)
+by changing parameters
+in the Computer Modern family. The result is a so-called
+`Egyptian' typeface: Computer Concrete \cite{K:cc}.
+The name derives from the
+fact that it was intended primarily for the book {\italic Concrete
+Mathematics}. Egyptian typefaces (they fall under the `M\'ecanes'
+in the Vox classification, meaning constructed,
+not derived from written letters) have a very uniform line width
+and square serifs. They do not have anything to do with Egypt;
+such types happened to be popular in the first half of the nineteenth
+century when Egyptology was developing and popular.
+
+%\point \TeX\ and web
+\section{\TeX\ and web}
+
+The \TeX\ program is written in \web, a programming language
+\term \web\par\term Pascal\par
+that can be considered as a subset of Pascal, augmented with
+a preprocessor.
+
+\TeX\ makes no use of some features of Pascal, in order to
+facilitate porting to Pascal systems other than the one
+it was originally designed for, and even to enable automatic
+translation to other programming languages such as~C.
+For instance, it does not use the Pascal \n{With} construct.
+Also, procedures do not have output parameters; apart from
+writing to global variables, the only way
+values are returned is through
+\n{Function} values.
+
+Actually, \web\ is more than a superset of a subset of Pascal
+(and to be more precise, it can also be used with other
+programming languages);
+it is a `system of structured documentation'. This means that
+the \web\ programmer writes pieces of program code,
+interspersed with their documentation, in one file.
+This idea of `literate programming' was
+introduced in~\cite{K:literate};
+for more information, see~\cite{Sewell}.
+
+Two auxiliary programs,
+Tangle and Weave, can then be used to strip the documentation
+and convert \web\ into regular Pascal, or to convert the
+\web\ file into a \TeX\ file that will typeset the program
+and documentation.
+
+Portability of \web\ programs is achieved by the `change file'
+mechanism. A~change file is a list of changes to be made to
+the \web\ file; a~bit like a stream editor script.
+These changes can comprise both adaptations of the \web\ file
+to the particular Pascal compiler that will be used, and
+bug fixes to \TeX. Thus the \n{TeX.web} file need never be edited.
+
+
+%\point The \TeX\ Users Group
+\section{The \TeX\ Users Group}
+
+\TeX\ users have joined into several users groups
+\term TUG\par
+over the last decade. Many national or language
+users groups exist, and a lot of them publish newsletters.
+The oldest of all \TeX\ users groups is simply called
+that: the \TeX\ Users Group, or TUG,
+and its journal is called {\italic TUGboat}\term TUGboat\par.
+You can reach them at
+\begin{disp} \TeX\ Users Group\nl P.O. Box 2311\nl
+ Portland, OR 97208-2311, USA
+\end{disp}
+ or electronically at \n{office@tug.org} on the Internet.
+
+
+%%%% end of input file [run]
+
+%\InputFile:trace
+%%%% this is input file [trace]
+%\subject[trace] Tracing
+\endofchapter
+\chapter{Tracing}\label{trace}
+
+\TeX's workings are often quite different from what
+\term tracing\par\term statistics\par
+the programmer expected, so there are ways to discover how \TeX\
+arrived at the result it did. The \cs{tracing...}
+commands write
+all information of a certain kind to the log file
+(and to the terminal if \cs{tracingonline} is positive),
+and a number of \cs{show...} commands can be used to ask the
+current status or value of various items of \TeX.
+
+In the following list, only \cs{show} and \cs{showthe}
+display their output on the terminal by default,
+other \cs{show...} and \cs{tracing...} commands
+write to the log file. They will write in addition to
+the terminal if \cs{tracingonline} is positive.
+
+\begin{inventory}
+\item [\cs{meaning}]
+ Give the meaning of a control sequence as a string of characters.
+
+\item [\cs{show}]
+ Display the meaning of a control sequence.
+
+\item [\cs{showthe}]
+ Display the result of prefixing a token with \cs{the}.
+
+\item [\cs{showbox}]
+ Display the contents of a box.
+
+\item [\cs{showlists}]
+ Display
+ the contents of the partial lists
+ currently built in all modes.
+ This is treated on
+ page~\pageref{showlists}.
+
+\item [\csidx{tracingcommands}]
+ If this is~1 \TeX\ displays primitive commands executed;
+ if this is 2~or more the outcome of conditionals is also recorded.
+
+\item [\csidx{tracingmacros}]
+ If this is~1, \TeX\ shows expansion of macros
+ that are performed and the actual values of the arguments;
+ if this is 2~or more \gr{token parameter}s such as
+ \cs{output} and \cs{everypar} are also traced.
+
+\item [\cs{tracingoutput}]
+ If this is positive, the log file shows a dump of boxes
+ that are shipped to the \n{dvi} file.
+
+\item [\cs{showboxdepth}]
+ The number of levels of box dump that are shown when
+ boxes are displayed.
+
+\item [\cs{showboxbreadth}]
+ Number of successive elements on each level that are shown when
+ boxes are displayed.
+
+\item [\csidx{tracingonline}]
+ If this parameter is positive, \TeX\ will write trace
+ information to the terminal in addition to the log file.
+
+\item [\cs{tracingparagraphs}]
+ If this parameter is positive, \TeX\ generates
+ a trace of the line breaking algorithm.
+
+\item [\csidx{tracingpages}]
+ If this parameter is positive, \TeX\ generates
+ a trace of the page breaking algorithm.
+
+\item [\csidx{tracinglostchars}]
+ If this parameter is positive, \TeX\ gives
+ diagnostic messages whenever a character is accessed that
+ is not present in a font.
+ Plain default:~1.
+
+\item [\csidx{tracingrestores}]
+ If this parameter is positive, \TeX\ will report
+ all values that are restored when a group ends.
+
+\item [\cs{tracingstats}]
+ If this parameter is~1, \TeX\ reports at the
+ end of the job the usage of various internal arrays;
+ if it is~2, the memory demands are given whenever
+ a page is shipped out.
+
+\end{inventory}
+
+%\point Meaning and content: \cs{show}, \cs{showthe}, \cs{meaning}
+\section{Meaning and content: \protect\cs{show}, \protect\cs{showthe}, \protect\cs{meaning}}
+
+The meaning of control sequences, and the contents of those
+that represent internal quantities, can be obtained
+by the primitive commands \cs{show}, \cs{showthe},
+and~\cs{meaning}.
+
+The control sequences \cs{show} and \cs{meaning} are similar:
+\alt
+the former will give
+\cstoidx show\par\cstoidx meaning\par
+output to the log file and the terminal, whereas the latter
+will produce the same tokens, but they are placed in \TeX's
+input stream.
+
+The meaning of a primitive command of \TeX\ is that command itself:
+\begin{verbatim}
+\show\baselineskip
+\end{verbatim}
+gives
+\begin{verbatim}
+\baselineskip=\baselineskip
+\end{verbatim}
+The meaning of a defined quantity is its definition:
+\begin{verbatim}
+\show\pageno
+\end{verbatim}
+gives
+\begin{verbatim}
+\pageno=\count0
+\end{verbatim}
+The meaning of a macro is its parameter text and replacement text:
+\begin{verbatim}
+\def\foo#1?#2\par{\set{#1!}\set{#2?}}
+\show\foo
+\end{verbatim}
+gives
+\begin{verbatim}
+\foo=macro:
+#1?#2\par ->\set {#1!}\set {#2?}
+\end{verbatim}
+For macros without parameters the part before the arrow
+(the parameter text) is empty.
+
+The \csidx{showthe} command will display on the log file and terminal
+the tokens that \cs{the} produces.
+After \cs{show}, \cs{showthe}, \cs{showbox}, and \cs{showlists}
+\TeX\ asks the user for input; this can be prevented
+by specifying \cs{scrollmode}.
+Characters generated
+by \cs{meaning} and \cs{the} have category~12, except for spaces
+(see page~\pageref{cat12});
+the value of \cs{escapechar} is used when control sequences
+are represented.
+
+%\point Show boxes: \cs{showbox}, \cs{tracingoutput}
+\section{Show boxes: \protect\cs{showbox}, \protect\cs{tracingoutput}}
+
+If \cs{tracingoutput} is positive the log file will
+\cstoidx tracingoutput\par\cstoidx showbox\par
+receive a dumped representation of all boxes that are
+written to the \n{dvi} file with \cs{shipout}.
+The same representation is used
+by the command \cs{showbox}\gr{8-bit number}.
+
+In the first case \TeX\ will report `Completed box being shipped out';
+in the second case it will enter \cs{errorstopmode}, and
+tell the user `OK. (see the transcript file)'.
+If \cs{tracingonline} is positive, the box is also displayed
+on the terminal; if \cs{scrollmode} has been specified,
+\TeX\ does not stop for input.
+
+The upper bound on the
+number of nested boxes that is dumped is \cs{showboxdepth};
+\cstoidx showboxdepth\par\cstoidx showboxbreadth\par
+each time a level is visited at most \cs{showboxbreadth}
+items are shown, the remainder of the list is summarized
+with~\n{etc.}
+For each box its height, depth, and width
+are indicated in that order, and for characters it is
+stated from what font they were taken.
+
+\begin{example} After
+\begin{verbatim}
+\font\tenroman=cmr10 \tenroman
+\setbox0=\hbox{g}
+\showbox0
+\end{verbatim}
+the log file will show
+\begin{verbatim}
+\hbox(4.30554+1.94444)x5.00002
+.\tenroman g
+\end{verbatim}
+indicating that the box was \n{4.30554pt} high,
+\n{1.94444pt} deep, and \n{5.00002pt} wide, and that it contained
+a character `g' from the font \cs{tenroman}.
+Note that the fifth decimal of all sizes may be rounded
+because \TeX\ works with multiples of $2^{-16}$\n{pt}.
+\message{ifmath: scriptfont fam0 fill!}
+\end{example}
+
+The next example has nested boxes,
+\begin{verbatim}
+\vbox{\hbox{g}\hbox{o}}
+\end{verbatim}
+and it contains \cs{baselineskip} glue between the boxes.
+After a \cs{showbox} command the log file output is:
+\begin{verbatim}
+\vbox(16.30554+0.0)x5.00002
+.\hbox(4.30554+1.94444)x5.00002
+..\tenroman g
+.\glue(\baselineskip) 5.75002
+.\hbox(4.30554+0.0)x5.00002
+..\tenroman o
+\end{verbatim}
+Each time a new level is entered an extra dot is added to
+the front of the line. Note that \TeX\ tells explicitly
+that the glue is \cs{baselineskip} glue;
+it inserts names like this for all automatically inserted glue.
+The value of
+the baselineskip glue here is such that the baselines of
+the boxes are at 12 point distance.
+
+Now let us look at explicit (user) glue. \TeX\ indicates the ratio
+by which it is stretched or shrunk.
+
+\begin{example}s
+\begin{verbatim}
+\hbox to 20pt {\kern10pt \hskip0pt plus 5pt}
+\end{verbatim}
+gives (indicating that the available stretch has been
+multiplied by~\n{2.0}):
+\begin{verbatim}
+\hbox(0.0+0.0)x20.0, glue set 2.0
+.\kern 10.0
+.\glue 0.0 plus 5.0
+\end{verbatim}
+and
+\begin{verbatim}
+\hbox to 0pt {\kern10pt \hskip0pt minus 20pt}
+\end{verbatim}
+gives (the shrink has been multiplied by~\n{0.5})
+\begin{verbatim}
+\hbox(0.0+0.0)x0.0, glue set - 0.5
+.\kern 10.0
+.\glue 0.0 minus 20.0
+\end{verbatim}
+respectively.
+\end{example}
+
+This is an example with infinitely stretchable or shrinkable
+glue:
+\begin{verbatim}
+\hbox(4.00000+0.14000)x15.0, glue set 9.00000fil
+\end{verbatim}
+This means that the horizontal box contained \n{fil} glue, and
+it was set such that its resulting width was \n{9pt}.
+
+Underfull boxes are dumped like all other boxes, but
+the usual `\n{Underfull hbox detected at line...}'
+is given. Overfull horizontal boxes contain a vertical rule
+of width \cs{overfullrule}:
+\begin{verbatim}
+\hbox to 5pt {\kern10pt}
+\end{verbatim}
+gives
+\begin{verbatim}
+\hbox(0.0+0.0)x5.0
+.\kern 10.0
+.\rule(*+*)x5.0
+\end{verbatim}
+
+
+Box leaders are not dumped completely:
+\begin{verbatim}
+.\leaders 40.0
+..\hbox(4.77313+0.14581)x15.0, glue set 9.76852fil
+...\tenrm a
+...\glue 0.0 plus 1.0fil
+\end{verbatim}
+is the dump for
+\begin{verbatim}
+\leaders\hbox to 15pt{\tenrm a\hfil}\hskip 40pt
+\end{verbatim}
+Preceding or trailing glue around the leader
+boxes is also not indicated.
+
+%\point Global statistics
+\section{Global statistics}
+
+The parameter \csidx{tracingstats} can be used to force \TeX\
+to report at the end of the job the global use of resources.
+Some production versions of \TeX\ may not have this option.
+
+As an example, here are the statistics for this book:
+\begin{verbatim}
+Here is how much of TeX's memory you used:
+\end{verbatim}
+String memory (bounded by `pool size'):
+\begin{verbatim}
+ 877 strings out of 4649
+ 9928 string characters out of 61781
+\end{verbatim}
+Main memory, control sequences, font memory:
+\begin{verbatim}
+ 53071 words of memory out of 262141
+ 2528 multiletter control sequences out of 9500
+ 20137 words of font info for 70 fonts,
+ out of 72000 for 255
+\end{verbatim}
+Hyphenation:
+\begin{verbatim}
+ 14 hyphenation exceptions out of 607
+\end{verbatim}
+Stacks: input, nest, parameter, buffer, and save stack respectively,
+\begin{verbatim}
+ 17i,6n,19p,245b,422s stack positions out of
+ 300i,40n,60p,3000b,4000s
+\end{verbatim}
+
+% \begin{comment}
+% \endinput
+
+% %\point Line breaking: \cs{tracingparagraphs}
+% \section{Line breaking: \cs{tracingparagraphs}}
+
+% If \cs{tracingparagraphs} is positive, \TeX's line breaking
+% \cstoidx tracingparagraphs\par
+% algorithm will generate trace output. However, on some \TeX\
+% implementations this trace mode may have been disabled to get a
+% faster running system.
+
+% Consider an example paragraph of \TeX:
+% \begin{verbatim}
+% \hsize=3in \parindent=0cm \frenchspacing
+% \pretolerance=500
+% This is a sample paragraph to show the trace output that
+% \TeX's line breaking algorithm produces. Some \TeX\ systems
+% cannot generate this trace, as the relevant piece of code
+% has been commented out for speed optimisation.
+% With ever faster computers this won't be necessary any more.
+% \end{verbatim}
+
+% \TeX\ first attempts to break the paragraph without
+% hyphenation, and it will accept solutions where each
+% line has a badness less than \cs{pretolerance}.
+% \begin{verbatim}
+% @firstpass
+% \end{verbatim} Report that the first pass has started;
+% \begin{verbatim}
+% []\tenrm This is a sample paragraph to show the trace
+% \end{verbatim}
+% Apparently this is the only way to fill the first line;
+% \begin{verbatim}
+% @ via @@0 b=263 p=0 d=84529
+% \end{verbatim} and doing so
+% had badness~263, a zero penalty, and a resulting 84529
+% demerit points.
+% \begin{verbatim}
+% @@1: line 1.0 t=84529 -> @@0
+% \end{verbatim} Conclusion:
+% breakpoint~1 (\verb>@@1>) occurs on line~1, and it makes the
+% line `very loose' (indicated by the~\n{.0}),
+% and the total demerits are
+% 84529 if the previous breakpoint was number~0.
+
+% The first pass is now aborted.
+% \begin{verbatim}
+% @secondpass
+% []\tenrm This is a sam-ple para-graph to show the trace out-
+% @\discretionary via @@0 b=2 p=50 d=2644
+% @@1: line 1.2- t=2644 -> @@0
+% \end{verbatim}
+% With a very small badness of~2, but with 50 penalty points
+% for breaking at a hyphen, this line is `decent'
+% (indicated by the~\n{.2}), and the total of demerit points
+% is~2644.
+
+% The second line is also straighforward:
+% \begin{verbatim}
+% put that T[]X's line break-ing al-go-rithm pro-duces.
+% @ via @@1 b=0 p=0 d=100
+% @@2: line 2.2 t=2744 -> @@1
+% \end{verbatim}
+% The demerits now derive solely from the \cs{linepenalty},
+% which is~10. Similarly the third line:
+% \begin{verbatim}
+% Some T[]X sys-tems can-not gen-er-ate this trace, as
+% @ via @@2 b=1 p=0 d=121
+% @@3: line 3.2 t=2865 -> @@2
+% \end{verbatim}
+
+% For the fourth line two possibilities exist:
+% it can be set `loose' with 9409 demerit points
+% \begin{verbatim}
+% the rel-e-vant piece of code has been com-mented
+% @ via @@3 b=87 p=0 d=9409
+% @@4: line 4.1 t=12274 -> @@3
+% \end{verbatim}
+% or, fitting in an extra word, it can be set `tight' with
+% 2601 demerit points
+% \begin{verbatim}
+% out
+% @ via @@3 b=41 p=0 d=2601
+% @@5: line 4.3 t=5466 -> @@3
+% \end{verbatim}
+
+% Line 5 can be set in three ways:
+% coming from breakpoint~4 it can be broken as
+% \begin{verbatim}
+% for speed op-ti-mi-sa-tion. With ever faster com-
+% @\discretionary via @@4 b=0 p=50 d=2600
+% @@6: line 5.2- t=14874 -> @@4
+% \end{verbatim}
+% and coming from breakpoint~5 there are two ways:
+% \begin{verbatim}
+% put-
+% @\discretionary via @@5 b=2 p=50 d=2644
+% @@7: line 5.2- t=8110 -> @@5
+% \end{verbatim}
+% and \begin{verbatim}
+% ers
+% @ via @@5 b=84 p=0 d=8836
+% @@8: line 5.3 t=14302 -> @@5
+% \end{verbatim}
+% Of the three, the last possibility is the only one that
+% does not involve hyphenating line~5.
+
+% As line 6 is the last line of the paragraph, coming from
+% breakpoints 6 or~7 gives an extra 5000 demerit points
+% from the \cs{finalhyphendemerits}.
+% \begin{verbatim}
+% this won't be nec-es-sary any more.
+% @\par via @@6 b=0 p=-10000 d=5100
+% @\par via @@7 b=0 p=-10000 d=5100
+% @\par via @@8 b=0 p=-10000 d=100
+% @@9: line 6.2- t=13210 -> @@7
+% \end{verbatim}
+% However, coming from breakpoint 7 still gives the least
+% demerits.
+
+% \end{comment}
+%%%% end of input file [trace]
+
+%\InputFile:errors
+%%%% this is input file [errors]
+%\subject[error] Errors, Catastrophes, \nl and Help
+\endofchapter
+\chapter{Errors, Catastrophes, and Help}\label{error}
+
+When \TeX\ is running, various errors can occur.
+This chapter treats how errors in the input are displayed,
+and what sort of overflow of internal data structures
+of \TeX\ can occur.
+
+\begin{inventory}
+\item [\cs{errorcontextlines}]
+ (\TeX3 only)
+ Number of additional context lines shown in error messages.
+
+\item [\cs{errmessage}]
+ Report an error, giving the parameter of this command as message.
+
+\item [\cs{errhelp}]
+ Tokens that will be displayed if the user
+ asks further help after an \cs{errmessage}.
+
+\end{inventory}
+
+%\point Error messages
+\section{Error messages}
+
+When \TeX\ is running in \cs{errorstopmode} (which it usually is;
+see Chapter~\ref{run} for the other running modes),
+errors occurring are reported on the user terminal, and \TeX\
+asks the user for further instructions.
+Errors can occur either because of some internal condition
+of \TeX, or because a macro has issued an \csidx{errmessage}
+command.
+
+If an error occurs \TeX\ shows the input
+\term error patching\par
+line
+on which the error occurred. If the offending command was
+not on that line but, for instance, in a macro that was
+called \ldash possibly indirectly \rdash from that line,
+the line of that command is also shown.
+If the offending command was indirectly called,
+an additional \csidx{errorcontextlines} number of lines
+is shown with the preceding macro calls.
+
+A~value of \cs{errorcontextlines}${}=0$ causes \n{...}
+to be printed as the sole indication that there is a context.
+Negative values inhibit even this.
+
+For each macro in the sequence that leads to the offending
+command,
+\TeX\ attempts to display some
+preceding and some following tokens.
+First one line is displayed ending with
+the \ldash indirectly \rdash offending command; then, one line lower
+some following tokens are given.
+
+\begin{example}
+\begin{verbatim}
+This paragraph ends \vship1cm with a skip.
+\end{verbatim}
+gives
+\begin{verbatim}
+! Undefined control sequence.
+l.1 This paragraph ends \vship
+ 1cm with a skip.
+\end{verbatim}
+\end{example}
+
+If \TeX\ is not running in some non-stop mode\label{interaction},
+the user is given the chance to patch errors or to
+ask for further information. In general the following
+options are available:\begin{description}\item [\gr{return}]
+\TeX\ will continue processing. If the error was something
+innocent that \TeX\ could either ignore or patch itself,
+this is the easy way out.
+\item [\n h]
+Give further details about the error.
+If the error was caused by an \cs{err\-message} command,
+the \csidx{errhelp} tokens will be displayed here.
+\item [\n i]
+Insert. The user can insert some material. For example,
+if a control sequence is misspelled, the correct command can
+sometimes be inserted, as \begin{verbatim}
+i\vskip
+\end{verbatim}
+for the above
+example. Also, this is an opportunity for inserting
+\cs{show} commands to inspect \TeX's internal state.
+However, if \TeX\ is in the middle of
+scanning something complicated,
+such commands will not be executed, or will even
+add to the confusion.
+\item [\n s]
+ (\cs{scrollmode})
+Scroll further errors, but display the messages.
+\TeX\ will patch any further errors.
+This is a handy option, for instance if the error occurs
+in an alignment, because the number of subsequent errors tends
+to be rather large.
+\item [\n r]
+ (\cs{nonstopmode})
+Run without stopping. \TeX\ will never stop for user interaction.
+\item [\n q]
+ (\cs{batchmode})
+Quiet running. \TeX\ will never stop for user interaction,
+and does not give any more terminal output.
+\item [\n x]
+Exit. Abort this run of \TeX.
+\item [\n e]
+Edit. This option is not available on all \TeX\ system.
+If it is, the run of \TeX\ is aborted, and an editor is
+started, opening with the input file, maybe even
+on the offending line.
+\end{description}
+
+
+%\point Overflow errors
+\section{Overflow errors}
+
+Harsh reality imposes some restrictions on how elaborate
+\term overflow errors\par
+\TeX's workings can get. Some restrictions are imposed by
+compile-time constants, and are therefore fairly loose, but
+some depend strongly on the actual computer implementation.
+
+Here follows the list of all categories of overflow that
+prompt \TeX\ to report `Capacity exceeded'.
+Most bounds involved are (determined by) compile-time
+constants; their values given here in parentheses are those
+used in the source listing of \TeX\ in~\cite{Knuth:TeXbook}.
+Actual values may differ, and probably will. Remember
+that \TeX\ was developed in the good old days when even
+big computers were fairly small.
+
+%\spoint Buffer size {\rm(500)}
+\subsection{Buffer size {\rm(500)}}
+
+Current lines of all files that are open are kept in
+\TeX's input buffer, as are control sequence names
+that are being built with \verb-\csname...\endcsname-.
+
+%\spoint Exception dictionary {\rm(307)}
+\subsection{Exception dictionary {\rm(307)}}
+
+The maximum number of hyphenation exceptions specified
+by \cs{hyphenation} must be a prime number.
+Two arrays with this many halfwords are allocated.
+
+Changing this number makes formats incompatible;
+that is, \TeX\ can only use a format that was made by
+an \IniTeX\ with the same value for this constant.
+
+%\spoint Font memory (20$\,$000)
+\subsection{Font memory (20$\,$000)}
+
+Information about fonts is stored in an array of
+memory words. This is easily overflowed by preloading too
+many fonts in \IniTeX.
+
+%\spoint Grouping levels
+\subsection{Grouping levels}
+
+The number of open groups should be recordable
+in a quarter word. There is no compile-time constant corresponding
+to this.
+
+%\spoint Hash size {\rm(2100)}
+\subsection{Hash size {\rm(2100)}}
+
+Maximum number of control sequences. It is suggested that
+this number should not exceed 10\% of the main memory size.
+The values in \TeX\ and \IniTeX\ should agree; also the
+\n{hash\_prime} values should agree.
+
+This value is rather low; for macro packages that are more
+elaborate than plain \TeX\ a value of about 3000 is more
+realistic.
+
+%\spoint Number of strings {\rm(3000)}
+\subsection{Number of strings {\rm(3000)}}
+
+The maximum number of strings must be recordable in a half word.
+
+%\spoint Input stack size {\rm(200)}
+\subsection{Input stack size {\rm(200)}}
+
+For each input source an item is allocated on the input stack.
+Typical input sources are input files (but their simultaneous
+number is more limited; see below), and token lists
+such as token variables, macro replacement texts, and
+alignment templates. A~macro with `runaway recursion'
+(for example, \verb>\def\mac{{\mac}}>)
+will overflow this stack.
+
+\TeX\ performs some optimization here: before the last call
+in a token list all token lists ending with this call are
+cleared. This process is
+similar to `resolving tail recursion' (see Chapter~\ref{macro}).
+
+%\spoint Main memory size (30$\,$000)
+\subsection{Main memory size (30$\,$000)}
+
+Almost all `dynamic' objects of \TeX, such as macro definition
+texts and all material on the current page,
+are stored in the main memory array.
+Formats may already take $20\,000$ words of
+main memory for macro definitions, and complicated pages containing
+for instance the \LaTeX\ picture environment may easily
+overflow this array.
+
+\TeX's main memory is divided in words, and a half word
+is supposed to be able to address the whole of the memory.
+Thus on current 32-bit computers the most common choice
+is to let the main memory size be at most 64K bytes.
+A~half word address can then be stored in 16 bits,
+half a machine word.
+
+However, so-called `Big \TeX' implementations exist
+\term big \TeX\par
+that have a main memory larger than 64K words.
+Most compilers will then allocate 32-bit words for
+addressing this memory, even if (say) 18 bits would
+suffice. Big \TeX s therefore become immediately
+a lot bigger when they cross the 64K threshold.
+Thus they are usually not found on microcomputers,
+although virtual memory schemes for these are possible;
+see for instance~\cite{Thull}.
+
+\TeX\ can have a bigger main memory than \IniTeX;
+see Chapter~\ref{TeXcomm} for further details.
+
+%\spoint Parameter stack size {\rm(60)}
+\subsection{Parameter stack size {\rm(60)}}
+
+Macro parameters may contain macro calls with
+further parameters. The number of parameters that may occur
+nested is bounded by the parameter stack size.
+
+%\spoint Pattern memory {\rm(8000)}
+\subsection{Pattern memory {\rm(8000)}}
+
+Hyphenation patterns are stored in a trie array.
+The default size of 8000 hyphenation patterns seems sufficient
+for English or Italian, for example, but it is not for
+Dutch or German.
+
+%\spoint Pattern memory ops per language
+\subsection{Pattern memory ops per language}
+
+The number of hyphenation ops (see the literature about
+hyphenation: \cite{Liang} and appendix~H of~\cite{Knuth:TeXbook})
+should be recordable
+in a quarter word. There is no compile-time constant corresponding
+to this. \TeX\ version~2 had the same upper bound, but gave no
+error message in case of overflow. Again, for languages such
+as Dutch and German this bound is too low.
+There are versions of \TeX\ that have a higher bound here.
+
+%\spoint Pool size (32$\,$000)
+\subsection{Pool size (32$\,$000)}
+
+Strings are error messages and control sequence names.
+They are stored using one byte per character.
+\TeX\ has initially about $23\,000$ characters worth of
+strings.
+
+The pool will overflow if a user defines a large number of
+control sequences on top of a substantial macro package.
+However, even if the user does not define any new commands
+\mdqon
+overflow may occur: cross"-referencing schemes also
+\mdqoff
+work by defining control sequences. For large documents
+a pool size of $40\,000$ or $60\,000$ is probably sufficient.
+
+%\spoint Save size {\rm(600)}
+\subsection{Save size {\rm(600)}}
+
+Quantities that are assigned to inside a group must be
+restored after the end of that group.
+The save stack is where the values to be restored are kept;
+the size of the
+save stack limits the number of values that can be restored.
+
+Alternating global and local assignments to a value
+will lead to `save stack build-up': for each local
+assignment following a global assignment the
+previous value of the variable is saved. Thus an
+alternation of such assignments will lead to
+an unnecessary proliferation of items on the save stack.
+
+%\spoint Semantic nest size {\rm(40)}
+\subsection{Semantic nest size {\rm(40)}}
+
+Each time \TeX\ switches to a mode nested inside another
+mode (for instance when processing an \verb-\hbox- inside
+a \verb-\vbox-) the current state is pushed on the
+semantic nest stack. The semantic nest size is the maximum
+number of levels that can be pushed.
+
+%\spoint Text input levels {\rm(6)}
+\subsection{Text input levels {\rm(6)}}
+
+The number of nested \verb-\input- files
+has to be very limited,
+as the current lines are all kept in the input buffer.
+
+%%%% end of input file [errors]
+
+%\InputFile:syntax
+%%%% this is input file [syntax]
+%\subject[gramm] The Grammar of \TeX
+\endofchapter
+\chapter{The Grammar of \TeX}\label{gramm}
+
+Many chapters in this book contain pieces of the
+grammar that defines the formal syntax of \TeX.
+In this chapter the structure of the rewriting rules of the
+grammar is explained, and some key notions are presented.
+
+In \TeXbook\ a grammar appears in Chapters~24--27.
+An even more rigorous grammar of \TeX\ can be found in~\cite{Appelt}.
+The grammar presented in this book is virtually identical
+to that of \TeXbook.
+
+%\point Notations
+\section{Notations}
+
+Basic to the grammar are \begin{description}\item [grammatical terms]
+These are enclosed in angle brackets:\begin{disp}\gr{term}\end{disp}
+\item [control sequences]
+These are given in typewriter type with a backslash for
+the escape character:\begin{disp}\cs{command}\end{disp}
+\end{description}
+Lastly there are \begin{description}\item [keywords]
+Also given in typewriter type\begin{disp}\n{keyword}\end{disp}
+This is a limited collection of words that have a special
+meaning for \TeX\ in certain contexts; see below.\end{description}
+
+The three elements of the grammar are used in syntax rules:
+\begin{disp}\gr{snark} $\longrightarrow$ \n{boojum} $|$ \gr{empty}
+\end{disp}
+This rule says that the grammatical entity \gr{snark}
+is either the keyword \n{boojum}, or the grammatical
+entity \gr{empty}.
+
+There are two other notational conventions.
+The first is that the double quote
+is used to indicate hexadecimal (base~16) notation.
+For instance \verb>"ab56> stands for $10\times16^3+11\times16^2
++5\times16^1+6\times16^0$. The second convention
+is that subscripts are used to denote category codes.
+Thus \n{a}$_{12}$ denotes an `a' of category~12.
+
+%\point[keywords] Keywords
+\section{Keywords}
+\label{keywords}
+
+A keyword is sequence of characters (or character tokens)
+\term keywords\par
+of any category code but~13 (active).
+Unlike the situation in control sequences, \TeX\ does not
+distinguish between lowercase and uppercase characters
+in keywords. Uppercase characters in keywords are converted to
+lowercase by adding 32 to them; the \cs{lccode} and \cs{uccode}
+are not used here. Furthermore, any keyword can be preceded by
+optional spaces.
+
+Thus both \n{true cm} and \n{truecm} are legal.
+By far the strangest example, however, is provided
+by the grammar rule
+\begin{disp}\gr{fil unit} $\longrightarrow$ \n{fil} $|$ \gr{fil unit}\n l
+\end{disp} which implies that \hbox{\n{fil L l}} is also
+a legal \gr{fil dimen}. Strange errors can ensue from this;
+see page~\pageref{fil:l:l} for an example.
+
+Here is the full list of all keywords: \n{at}, \n{bp},
+\n{by}, \n{cc}, \n{cm}, \n{dd}, \n{depth}, \n{em}, \n{ex},
+\n{fil}, \n{height}, \n{in}, \n l, \n{minus}, \n{mm}, \n{mu},
+\n{pc}, \n{plus}, \n{pt}, \n{scaled}, \n{sp}, \n{spread},
+\n{to}, \n{true}, \n{width}.
+
+%\point Specific grammatical terms
+\section{Specific grammatical terms}
+
+Some grammatical terms appear in a lot of rules.
+One such term is \gr{optional spaces}. It is probably
+\term space, optional\par
+clear what is meant, but here is the formal definition:
+\begin{disp}\gr{optional spaces} $\longrightarrow$
+ \gr{empty} $|$ \gr{space token}\gr{optional spaces}
+ \end{disp}
+which amounts to saying that \gr{optional spaces}
+is zero or more space tokens.
+
+Other terms may not be so immediately obvious.
+Below are some of them.
+
+%\spoint \gr{equals}
+\subsection{\gr{equals}}
+
+In assignments the equals sign is optional; therefore there
+is a term
+\begin{disp}\gr{equals} $\longrightarrow$ \gr{optional spaces}
+ $|$ \gr{optional spaces}$=_{12}$\end{disp}
+in \TeX's grammar.
+%% \begin{comment}
+%% One assignment exists where the equals sign cannot
+%% be left out:
+%% \begin{verbatim}
+%% \let\spacetoken= %assign a space
+%% \end{verbatim}
+%% Here the space would have been skipped in \TeX's input processor
+%% if the equals sign had been left out.
+%% \end{comment}
+
+%\spoint \gr{filler}, \gr{general text}
+\subsection{\gr{filler}, \gr{general text}}
+
+More obscure than the \gr{optional spaces} is the combination
+of spaces and \cs{relax} tokens that is allowed
+in some places, for instance
+\begin{verbatim}
+\setbox0= \relax\box1
+\end{verbatim}
+The quantity involved is
+\begin{disp}\gr{filler} $\longrightarrow$ \gr{optional spaces}
+ $|$ \gr{filler}\cs{relax}\gr{optional spaces}\end{disp}
+One important occurrence of \gr{filler} is in
+\begin{disp}\gr{general text} $\longrightarrow$
+ \gr{filler}\lb\gr{balanced text}\gr{right brace}
+ \end{disp}
+A \gr{general text} follows such control sequences as
+\cs{message}, \cs{uppercase}, or \cs{mark}. The braces around
+the \gr{balanced text} are explained in the next point.
+
+%\spoint \lb\rb\ and \gr{left brace}\gr{right brace}
+\subsection{\lb\rb\ and \gr{left brace}\gr{right brace}}
+
+The \TeX\ grammar uses a perhaps somewhat unfortunate
+convention for braces. First of all \begin{disp}\lb\ and \rb\end{disp}
+stand for braces that are either explicit open/close group
+characters, or control sequences defined by \cs{let},
+such as \begin{verbatim}
+\let\bgroup={ \let\egroup=}
+\end{verbatim}
+The grammatical terms \begin{disp}\gr{left brace} and \gr{right brace}
+\end{disp} stand for explicit open/close group characters,
+that is, characters of categories 1 and~2 respectively.
+
+Various combinations of these two kinds of braces exist.
+Braces around boxes can be implicit:
+\begin{disp}\cs{hbox}\gr{box specification}\lb
+ \gr{horizontal mode material}\rb\end{disp}
+Around a macro definition there must be explicit braces:
+\begin{disp}\gr{definition text} $\longrightarrow$
+ \gr{parameter text}\gr{left brace}\gr{balanced text}\gr{right brace}
+ \end{disp}
+Finally, the \gr{general text} that was mentioned above
+has to be explicitly closed, but it can be implicitly opened:
+\begin{disp}\gr{general text} $\longrightarrow$
+ \gr{filler}\lb\gr{balanced text}\gr{right brace}
+ \end{disp}
+The closing brace of a \gr{general text} has to be explicit,
+since a general text is a token list, which may
+contain \cs{egroup} tokens.
+\TeX\ performs expansion to find the opening
+brace of a \gr{general text}.
+
+%\spoint \gr{math field}
+\subsection{\gr{math field}}
+
+In math mode various operations such as subscripting
+or applying \cs{underline} take an argument that
+is a \gr{math field}: either a single symbol, or
+a group. Here is the exact definition.
+\begin{disp}\gr{math field} $\longrightarrow$
+ \gr{math symbol} $|$ \gr{filler}\lb\gr{math mode material}\rb\nl
+ \gr{math symbol} $\longrightarrow$ \gr{character} $|$
+ \gr{math character}
+\end{disp}
+See page~\pageref{character} for \gr{character},
+\alt
+and page~\pageref{math:character} for \gr{math character}.
+
+%\point[2vs3] Differences between \TeX\ versions 2 and 3
+\section{Differences between \TeX\ versions 2 and 3}
+\label{2vs3}
+
+In 1989 Knuth released \TeX\ version~3.0, which is
+\term \protect\TeX\ version 2\par
+the first real change in \TeX\ since version~2.0,
+which was released in~1986 (version~0 of \TeX\ was
+released in 1982; see~\cite{Knuth:TeXerrors} for more about
+the history of \TeX).
+All intermediate versions were merely bug fixes.
+
+The main difference between versions 2~and~3 lies
+in the fact that 8-bit input has become possible.
+Associated with this, various quantities that
+used to be 127 or~128 have been raised to 255
+or~256 respectively. Here is a short list.
+The full description is in~\cite{K:TeX23}.
+
+\begin{itemize}\message{Remove other TeX3 refernces!}
+\item All `codes' (\cs{catcode}, \cs{sfcode}, et cetera;
+ see page~\pageref{codename})
+ now apply to 256 character codes instead of~128.
+\item A character with code \cs{endlinechar}
+ is appended to the line unless this parameter is negative
+or more than~255 (this was~127) (see page~\pageref{append:elc}).
+\item No escape character is output by \cs{write} and
+ other commands if \cs{escapechar} is negative or more than~255
+(this was~127) (see page~\pageref{use:escape}).
+\item The \verb>^^> replacement mechanism has been extended
+ (see page~\pageref{hathat}).
+\item Parameters \cs{language}, \cs{inputlineno},
+ \cs{errorcontextlines}, \cs{lefthyphenmin}, \cs{righthyphenmin},
+\cs{badness}, \cs{holdinginserts}, \cs{emergencystretch},
+and commands \cs{noboundary}, \cs{setlanguage}
+have been added.
+\item The value of \cs{outputpenalty} is no longer zero
+ \alt
+ if the page break was not at a penalty item;
+ instead it is~$10\,000$ (see page~\pageref{break:penalty}).
+\end{itemize}
+
+The plain format has also been updated, mostly
+\alt
+with default settings for parameters such as
+\cs{lefthyphenmin}, but also a few macros have been added.
+
+\endofchapter
+%%%% end of input file [syntax]
+
+\chapter{Glossary of \TeX\ Primitives}
+\begin{raggedright}
+\input glossary
+\end{raggedright}
+\endofchapter
+
+\chapter{Tables}\label{table}
+\pagestyle{plain}
+\clearpage
+\input tables
+\endofchapter
+
+%\chapter{Index}
+
+\printindex
+%\input \jobname.ind
+%\endofchapter % this winds up on a page of its own.
+
+%\chapter{References}
+\mdqon
+\bibliography{tex}
+\bibliographystyle{plain}
+\mdqoff
+\endofchapter
+
+%%%% end of input file [tables]
+
+\chapter*{Change log}
+
+\section*{Version 1.1}
+
+Small remark about \cs{afterassignment} after macro definitions.
+
+Trouble with indexing macros fixed, I hope.
+
+Separate letter and a4 versions.
+
+Better intro for the chapter \ref{space} on spacing.
+
+\end{document}
+
+\HasNum:no \ToVerso
+\asubject List of Examples\par
+\message{set a counter here!}%\SetCounter:point=0
+\def\subjectTitle{List of Examples}
+\makeatletter\refresh@mark@item{subjectTitle}{LIST OF EXAMPLES}
+\makeatother
+
+\LoadExternalFile:todo
+\EjectPage
+
+\asubject Index by Command\par
+\def\subjectTitle{INDEX BY COMMAND}
+\makeatletter\refresh@mark@item{subjectTitle}{INDEX BY COMMAND}
+\makeatother
+\GutterWidth=1.5pc \NumberOfColumns:3
+\LoadExternalFile:index
+\EjectPage
+
+\begin{comment}
+\message{set a counter here!}%\SetCounter:Page=306 \CounterRepresentation:Page=1
+\HasNum:no
+\SerifFont %\pointsize:9 \Style:roman
+\section{size:9 \Style:roman}
+\flushright:no \hyphenpenalty=-50
+
+\asubject Index by Topic\par
+\def\subjectTitle{INDEX BY TOPIC}
+\makeatletter\refresh@mark@item{subjectTitle}{INDEX BY TOPIC}
+\makeatother
+\GutterWidth=1.5pc \NumberOfColumns:3
+%\GutterWidth=2pc \NumberOfColumns:2
+\message{reg: medskips, \string\n{..}, balance}
+\SetListIndent:1=2em
+\SetListIndent:2=1em
+\LoadExternalFile:register
+
+\Stop
diff --git a/info/texbytopic/figflow.tex b/info/texbytopic/figflow.tex
new file mode 100644
index 0000000000..7c0fe5c550
--- /dev/null
+++ b/info/texbytopic/figflow.tex
@@ -0,0 +1,82 @@
+% This file is part of TeX by Topic
+% Copyright 2007 Victor
+% see file TeXbyTopic.tex for copying conditions
+
+\dh=\fbh
+\message{check fontdimen22 in figs1}
+{\setbox0\hbox{$\downarrow$}
+% \global\lh\ht0 \global\advance\lh by -\fontdimen22\MathSYx
+ \global\lh\ht0 \global\advance\lh by -5pt
+ \setbox0\hbox{\quad0+11,11, \dots}
+ \global\dw\wd0 \global\advance\dw by 10pt }
+
+\def\doosje#1{\hbox
+ {\vrule width\lw
+ \vbox to \dh{\hsize\dh
+ \hrule height\lw \
+ \vfil \hbox to \hsize{\hfil#1\hfil} \vfil
+ \hrule height\lw}%
+ \vrule width\lw
+ }}
+\def\mr{\moveright.5\dh}
+\def\hdoosje#1#2#3{\vtop
+ {\vbox{\hbox to \dh{\hfil$\swarrow$ \raise5pt\hbox{#1} $\nwarrow$\hfil}
+ \doosje{#2}\kern0pt}
+ \hbox to \dh{\hfil
+ \vtop{\kern0pt
+ \downvector{12pt}
+ \kern3pt
+ \setbox0\hbox to 0pt{\hss14\setbox2\hbox{5}\hskip-.2\wd0}
+ \dp0=0pt \box0
+ \kern3pt
+ \downvector{12pt}}
+ \kern5pt
+ \vtop{\kern0pt
+ \downvector{12pt}
+ \kern3pt
+ \setbox0\hbox to 0pt{#3\hss}
+ \dp0=0pt \box0
+ \kern3pt
+ \downvector{12pt}}
+ \hfil}
+ \kern7pt
+ \hbox to \dh{\hfil stop\hfil}}\ignorespaces
+ }
+
+\font\linefnt=line10
+\newdimen\lfw \lfw=\fontdimen8\linefnt
+\def\downvector#1{\hbox{\hbox to 0pt
+ {\vrule width\lfw height0pt depth #1\hss}%
+ \lower#1\hbox to 0pt{\linefnt\char'77\hss}}}
+
+\def\tbox#1{\setbox0\hbox{\quad#1\quad}\dimen0=\wd0 \box0\relax}
+\def\abox{\hbox to \hsize{\rightarrowfill}}
+
+\def\tarrow#1{\raise.5\dh\vbox{\tbox{#1}\hsize\dimen0\relax
+ \abox}\ignorespaces}
+\def\threearrow{%
+ \vbox{\hsize\dw
+ \vbox{\tbox{10}\abox
+ \kern2pt
+ \tbox{0+11,11, \dots}\abox}
+ \kern2pt
+ \tbox{0+10}
+ \abox
+ \kern2pt
+ \vtop{\kern0pt
+ \hbox to \dw
+ {$\nwarrow$\hfil\lower 5pt\hbox{other}%
+ \hfil$\swarrow$}}
+ }}
+
+\def\figmouth{\hbox{\leftskip=0pt \parindent=0pt \offinterlineskip
+ \SansSerif \PointSize:8 \Style:roman
+ \tarrow{start}%
+ \hdoosje{10}N{5: insert \cs{par}}
+ \tarrow{other}
+ \hdoosje{other}M{5: insert space}
+ \threearrow
+ \hdoosje{10}S{5}
+ }}
+
+\endinput
diff --git a/info/texbytopic/glossary.tex b/info/texbytopic/glossary.tex
new file mode 100644
index 0000000000..220ed1bd12
--- /dev/null
+++ b/info/texbytopic/glossary.tex
@@ -0,0 +1,1575 @@
+% This file is part of TeX by Topic
+% Copyright 2007 Victor
+% see file TeXbyTopic.tex for copying conditions
+
+This chapter gives the list of all primitives of
+\TeX. After each control sequence
+the grammatical category of the command or parameter
+is given, plus a short description. For some commands
+the syntax of their use is given.
+
+For parameters the class to which they belong is given.
+Commands that have no grammatical category
+in \TeXbook\ are denoted either
+`\gr{expandable command}' or
+`\gr{primitive command}' in this list.
+
+Grammatical terms such as \gr{equals} and \gr{optional space}
+are explained in Chapter~\ref{gramm}.
+
+\begin{glossinventory}
+
+\item []\par
+
+\item [\cs{-}]
+ \gr{horizontal command}
+ Discretionary hyphen; this is
+ equivalent to \cs{discretionary}""\verb|{-}{}{}|.
+ Can be used to indicate hyphenatable points in a word.
+
+\item [\cs{char32}]
+ \gr{horizontal command}
+ Control space.
+ Insert the same amount of space as a space token would
+ \alt
+ if \cs{spacefactor}${}=1000$.
+
+\item [\cs{char47}]
+ \gr{primitive command}
+ Italic correction: insert a kern specified by the
+ preceding character.
+ Each character has an italic correction, possibly zero,
+ specified in the \n{tfm} file.
+ For slanted fonts this compensates for overhang.
+
+\item [\cs{above\gr{dimen}}]
+ \gr{generalized fraction command}
+ Fraction with specified bar width.
+
+\item [\cs{abovedisplayshortskip}]
+ \gr{glue parameter}
+ Glue above a display if the line preceding the display was short.
+
+\item [\cs{abovedisplayskip}]
+ \gr{glue parameter}
+ Glue above a display.
+
+\item [\cs{abovewithdelims\gr{delim$_1$}\gr{delim$_2$}\gr{dimen}}]
+ \gr{generalized fraction command}
+ Generalized fraction with delimiters.
+
+\item [\cs{accent\gr{8-bit number}\gr{optional assignments}\gr{character}}]
+ \gr{horizontal command}
+ Command to place accents on characters.\alt
+
+\item [\cs{adjdemerits}]
+ \gr{integer parameter}
+ Penalty for adjacent not visually compatible lines.
+ Default~\n{10$\,$000} in plain \TeX.
+
+\item [\cs{advance\gr{numeric variable}\gr{optional \n{by}}\gr{number}}]
+ \gr{arithmetic assignment}
+ Arithmetic command to increase or decrease a
+ \gr{numeric variable}, that is,
+ \alt
+ a \gr{count variable}, \gr{dimen variable}, \gr{glue variable},
+ or \gr{muglue variable}.
+
+\item [\cs{afterassignment\gr{token}}]
+ \gr{primitive command}
+ Save the next token for execution after the next assignment.
+ Only one token can be saved this way.
+
+\item [\cs{aftergroup\gr{token}}]
+ \gr{primitive command}
+ Save the next token for insertion after the current group.
+ Several tokens can be saved this way.
+
+\item [\cs{atop\gr{dimen}}]
+ \gr{generalized fraction command}
+ Place objects over one another.
+
+\item [\cs{atopwithdelims\gr{delim$_1$}\gr{delim$_2$}}]
+ \gr{generalized fraction command}
+ Place objects over one another with delimiters.
+
+\item [\cs{badness}]
+ \gr{internal integer}
+ (\TeX3 only)
+ Badness of the most recently constructed box.
+
+\item [\cs{baselineskip}]
+ \gr{glue parameter}
+ The `ideal' baseline distance between neighbouring
+ boxes on a vertical list; \n{12pt} in plain \TeX.
+
+\item [\cs{batchmode}]
+ \gr{interaction mode assignment}
+ \TeX\ patches errors itself
+ \alt
+ and performs an emergency stop on serious errors
+ such as missing input files,
+ but no terminal output is generated.
+
+\item [\cs{begingroup}]
+ \gr{primitive command}
+ Open a group that must be closed with \verb-\endgroup-.
+
+\item [\cs{belowdisplayshortskip}]
+ \gr{glue parameter}
+ Glue below a display if the line preceding the display was short.
+
+\item [\cs{belowdisplayskip}]
+ \gr{glue parameter}
+ Glue below a display.
+
+\item [\cs{binoppenalty}]
+ \gr{integer parameter}
+ Penalty for breaking after a binary operator not enclosed in
+ a subformula.
+ Plain \TeX\ default:~\n{700}.
+
+\item [\cs{botmark}]
+ \gr{expandable command}
+ The last mark on the current page.
+
+\item [\cs{box\gr{8-bit number}}]
+ \gr{box}
+ Use a box register, emptying it.
+
+\item [\cs{boxmaxdepth}]
+ \gr{dimen parameter}
+ Maximum allowed depth of boxes.
+ Default~\cs{maxdimen} in plain \TeX.
+
+\item [\cs{brokenpenalty}]
+ \gr{integer parameter}
+ Additional penalty for breaking a page after a hyphenated line.
+ Default~\n{100} in plain \TeX.
+
+\item [\cs{catcode\gr{8-bit number}}]
+ \gr{internal integer}; the control sequence itself
+ is a~\gr{codename}.
+ Access category codes.
+
+\item [\cs{char\gr{number}}]
+ \gr{character}
+ Explicit denotation of a character to be typeset.
+
+\item [\cs{chardef\gr{control sequence}\gr{equals}\gr{number}}]
+ \gr{shorthand definition}
+ Define a control sequence to be a synonym for
+ a~character code.
+
+\item [\cs{cleaders}]
+ \gr{leaders}
+ As \verb=\leaders=, but with box leaders
+ any excess space is split into equal glue items
+ \alt
+ before and after the leaders.
+
+\item [\cs{closein\gr{4-bit number}}]
+ \gr{primitive command}
+ Close an input stream.
+
+\item [\cs{closeout\gr{4-bit number}}]
+ \gr{primitive command}
+ Close an output stream.
+
+\item [\cs{clubpenalty}]
+ \gr{integer parameter}
+ Additional penalty for breaking a page after the first line of a paragraph.
+ Default~\n{150} in plain \TeX.
+
+\item [\cs{copy\gr{8-bit number}}]
+ \gr{box}
+ Use a box register and retain the contents.
+
+\item [\cs{count\gr{8-bit number}}]
+ \gr{internal integer}; the control sequence itself
+ is a~\gr{register prefix}.
+ Access count registers.
+
+\item [\cs{countdef\gr{control sequence}\gr{equals}\gr{8-bit number}}]
+ \gr{shorthand definition}; the control sequence
+ itself is a~\gr{registerdef}.
+ Define a control sequence to be a synonym for
+ a~\cs{count} register.
+
+\item [\cs{cr}]
+ \gr{primitive command}
+ Terminate an alignment line.
+
+\item [\cs{crcr}]
+ \gr{primitive command}
+ Terminate an alignment line if it has
+ not already been terminated by~\cs{cr}.
+
+\item [\cs{csname}]
+ \gr{expandable command}
+ Start forming the name of a control sequence.
+ Has to be balanced with \cs{endcsname}.
+
+\item [\cs{day}]
+ \gr{integer parameter}
+ The day of the current job.
+
+\item [\cs{deadcycles}]
+ \gr{special integer}
+ Counter that keeps track of how many times
+ the output routine has been called without a \cs{shipout}
+ taking place.
+ If this number reaches \cs{maxdeadcycles} \TeX\
+ gives an error message. Plain \TeX\ default:~\n{25}.
+
+\item [\cs{def}]
+ \gr{def} Start a macro definition.
+
+\item [\cs{defaulthyphenchar}]
+ \gr{integer parameter}
+ Value of \cs{hyphenchar} when a font is loaded.
+ Default value in plain \TeX\ is~\verb>`\->.
+
+\item [\cs{defaultskewchar}]
+ \gr{integer parameter}
+ Value of \cs{skewchar} when a font is loaded.
+ Default value in plain \TeX\ is~\n{-1}.
+
+\item [\cs{delcode\gr{8-bit number}}]
+ \gr{internal integer}; the control sequence itself
+ is a~\gr{codename}.
+ Access the
+ code specifying how a character should be used as delimiter
+ after \cs{left} or \cs{right}.
+
+\item [\cs{delimiter\gr{27-bit number}}]
+ \gr{math character}
+ Explicit denotation of a delimiter.
+
+\item [\cs{delimiterfactor}]
+ \gr{integer parameter}
+ 1000 times the part of a delimited formula that should be
+ covered by a delimiter.
+ Plain \TeX\ default:~\n{901}.
+
+\item [\cs{delimitershortfall}]
+ \gr{integer parameter}
+ Size of the part of a delimited formula that is allowed
+ to go uncovered by a delimiter.
+ Plain \TeX\ default:~\n{5pt}.
+
+\item [\cs{dimen\gr{8-bit number}}]
+ \gr{internal dimen}; the control sequence itself
+ is a~\gr{register prefix}.
+ Access dimen registers.
+
+\item [\cs{dimendef\gr{control sequence}\gr{equals}\gr{8-bit number}}]
+ \gr{shorthand definition}; the control sequence
+ itself is a~\gr{registerdef}.
+ Define a control sequence to be a synonym for
+ a~\cs{dimen} register.
+
+\item [\cs{discretionary\SerifFont\italic\lb pre-break\rb\lb post-break\rb\lb no-break\rb{}}]
+ \gr{horizontal command}
+ Specify the way a character sequence is split up at a line break.
+
+\item [\cs{displayindent}]
+ \gr{dimen parameter}
+ Distance by which the box, in which the display
+ is centred, is indented owing to hanging indentation.
+ This value is set automatically for each display.
+
+\item [\cs{displaylimits}]
+ \gr{primitive command}
+ Restore default placement for limits.
+
+\item [\cs{displaystyle}]
+ \gr{primitive command}
+ Select the display style of math typesetting.
+
+\item [\cs{displaywidowpenalty}]
+ \gr{integer parameter}
+ Additional penalty for breaking a page before the last line
+ above a display formula.
+ Default~\n{50} in plain \TeX.
+
+\item [\cs{displaywidth}]
+ \gr{dimen parameter}
+ Width of the box in which the display is centred.
+ This value is set automatically for each display.
+
+\item [\cs{divide\gr{numeric variable}\gr{optional \n{by}}\gr{number}}]
+ \gr{arithmetic assignment}
+ Arithmetic command to divide a \gr{numeric variable}
+ (see \cs{advance}).
+
+\item [\cs{doublehyphendemerits}]
+ \gr{integer parameter}
+ Penalty for consecutive lines ending with a hyphen.
+ Default~\n{10$\,$000} in plain \TeX.
+
+\item [\cs{dp\gr{8-bit number}}]
+ \gr{internal dimen}; the control sequence itself
+ is a~\gr{box dimension}.
+ Depth of the box in a box register.
+
+\item [\cs{dump}]
+ \gr{vertical command}
+ Dump a format file; possible only in \IniTeX,
+ not allowed inside a group.
+
+
+\item [\cs{edef}]
+ \gr{def}
+ Start a macro definition;
+ the replacement text is expanded at definition time.
+
+\item [\cs{else}]
+ \gr{expandable command}
+ Select
+ \gr{false text} of a conditional
+ or default case of \cs{ifcase}.
+
+\item [\cs{emergencystretch}]
+ \gr{dimen parameter}
+ (\TeX3 only)
+ Assumed extra stretchability in lines of a paragraph
+ in third pass of the line-breaking algorithm.
+
+\item [\cs{end}]
+ \gr{vertical command}
+ End this run.
+
+\item [\cs{endcsname}]
+ \gr{expandable command}
+ Delimit the name of a control sequence that was begun
+ with \cs{csname}.
+
+\item [\cs{endgroup}]
+ \gr{primitive command}
+ End a group that was opened with \verb-\begingroup-.
+
+\item [\cs{endinput}]
+ \gr{expandable command}
+ Terminate inputting the current file after the current line.
+
+\item [\cs{endlinechar}]
+ \gr{integer parameter}
+ The character code of the end-of-line character
+ appended to input lines.
+ \IniTeX\ default:~\n{13}.
+
+\item [\cs{eqno\gr{math mode material}\n{\char36\char36}}]
+ \gr{eqno}
+ Place a right equation number in a display formula.
+
+\item [\cs{errhelp}]
+ \gr{token parameter}
+ Tokens that will be displayed if the user
+ asks for help after an \cs{err\-message}.
+
+\item [\cs{errmessage\gr{general text}}]
+ \gr{primitive command}
+ Report an error and give the user opportunity to act.
+
+\item [\cs{errorcontextlines}]
+ \gr{integer parameter}
+ (\TeX3 only)
+ Number of additional context lines shown in error messages.
+
+\item [\cs{errorstopmode}]
+ \gr{interaction mode assignment}
+ Ask for user input on the occurrence of an error.
+
+\item [\cs{escapechar}]
+ \gr{integer parameter}
+ Number of the character that is used
+ when control sequences are being converted
+ into character tokens.
+ \IniTeX\ default:~\n{92}.
+
+\item [\cs{everycr}]
+ \gr{token parameter}
+ Token list inserted after every \cs{cr} or non-redundant \cs{crcr}.
+
+\item [\cs{everydisplay}]
+ \gr{token parameter}
+ Token list inserted at the start of a display.
+
+\item [\cs{everyhbox}]
+ \gr{token parameter}
+ Token list inserted at the start of a horizontal box.
+
+\item [\cs{everyjob}]
+ \gr{token parameter}
+ Token list inserted at the start of each job.
+
+\item [\cs{everymath}]
+ \gr{token parameter}
+ Token list inserted at the start of non-display math.
+
+\item [\cs{everypar}]
+ \gr{token parameter}
+ Token list inserted in front of paragraph text.
+
+\item [\cs{everyvbox}]
+ \gr{token parameter}
+ Token list inserted at the start of a vertical box.
+
+\item [\cs{exhyphenpenalty}]
+ \gr{integer parameter}
+ Penalty for breaking a horizontal line at a discretionary
+ in the special case where the prebreak text is empty.
+ Default~\n{50} in plain \TeX.
+
+\item [\cs{expandafter}]
+ \gr{expandable command}
+ Take the next two tokens and place the
+ expansion of the second after the first.
+
+\item [\cs{fam}]
+ \gr{integer parameter}
+ The number of the current font family.
+
+\item [\cs{fi}]
+ \gr{expandable command}
+ Closing delimiter for all conditionals.
+
+\item [\cs{finalhyphendemerits}]
+ \gr{integer parameter}
+ Penalty added when the penultimate line of a
+ paragraph ends with a hyphen.
+ Plain \TeX\ default~\n{5000}.
+
+\item [\cs{firstmark}]
+ \gr{expandable command}
+ The first mark on the current page.
+
+\item [\cs{floatingpenalty}]
+ \gr{integer parameter}
+ Penalty amount added to \cs{insertpenalties}
+ \alt
+ when an insertion is split.
+
+\item [\cs{font\gr{control sequence}\gr{equals}\gr{file name}\gr{at clause}}]
+ \gr{simple assignment}
+ Associate a control sequence with a \n{tfm} file.
+ When used on its own, this control sequence is a \gr{font},
+ denoting the current font.
+
+\item [\cs{fontdimen\gr{number}\gr{font}}]
+ \gr{internal dimen}
+ Access various parameters of fonts.
+
+\item [\cs{fontname\gr{font}}]
+ \gr{primitive command}
+ The external name of a font.
+
+\item [\cs{futurelet\gr{control sequence}\gr{token$_1$}\gr{token$_2$}}]
+ \gr{let assignment}
+ Assign the meaning of \gr{token$_2$} to the
+ \gr{control sequence}.
+
+\item [\cs{gdef}]
+ \gr{def}
+ Synonym for \verb-\global\def-.
+
+\item [\cs{global}]
+ \gr{prefix}
+ Make the next definition, arithmetic statement,
+ or assignment global.
+
+\item [\cs{globaldefs}]
+ \gr{integer parameter}
+ Override \cs{global} specifications: a positive value of this
+ parameter makes all assignments global, a negative value
+ makes them local.
+
+\item [\cs{halign\gr{box specification}\lb\gr{alignment material}\rb{}}]
+ \gr{vertical command}
+ Horizontal alignment.
+ Display alignment:
+ \begin{disp}\n{\$\$}\cs{halign}\gr{box specification}\lb\n{...}\rb
+ \gr{optional assignments}\n{\$\$}\end{disp}
+
+\item [\cs{hangafter}]
+ \gr{integer parameter}
+ If positive, this denotes the number of lines
+ before indenting starts;
+ if negative, its absolute value is the number
+ of indented lines starting with the first line of the paragraph.
+ The default value of~1 is restored after every paragraph.
+
+\item [\cs{hangindent}]
+ \gr{dimen parameter}
+ If positive, this indicates indentation from the left margin;
+ if negative, this is the negative of the indentation
+ from the right margin.
+ The default value of~\n{0pt} is restored after every paragraph.
+
+\item [\cs{hbadness}]
+ \gr{integer parameter}
+ Threshold below which \TeX\ does not report an underfull
+ or overfull horizontal box.
+ Plain \TeX\ default:~\n{1000}.
+
+\item [\cs{hbox\gr{box specification}\lb\gr{horizontal material}\rb}]
+ \gr{box}
+ Construct a horizontal box.
+
+\item [\cs{hfil}]
+ \gr{horizontal command}
+ Horizontal skip equivalent to \verb-\hskip 0cm plus 1fil-.
+
+\item [\cs{hfill}]
+ \gr{horizontal command}
+ Horizontal skip equivalent to \verb-\hskip 0cm plus 1fill-.
+
+\item [\cs{hfilneg}]
+ \gr{horizontal command}
+ Horizontal skip equivalent to \verb-\hskip 0cm minus 1fil-.
+
+\item [\cs{hfuzz}]
+ \gr{dimen parameter}
+ Excess size that \TeX\ tolerates before it considers
+ a horizontal box overfull.
+ Plain \TeX\ default:~\n{0.1pt}.
+
+\item [\cs{hoffset}]
+ \gr{dimen parameter}
+ Distance by which the page is shifted to the right
+ of the reference point which is at one inch from
+ the left margin.
+
+\item [\cs{holdinginserts}]
+ \gr{integer parameter}
+ (only \TeX3)
+ If this is positive, insertions are not placed in their boxes
+ when the \cs{output} tokens are inserted.
+
+\item [\cs{hrule}]
+ \gr{vertical command}
+ Rule that spreads in horizontal direction.
+
+\item [\cs{hsize}]
+ \gr{dimen parameter}
+ Line width used for text typesetting inside a vertical box.
+
+\item [\cs{hskip\gr{glue}}]
+ \gr{horizontal command}
+ Insert in horizontal mode a glue item.
+
+\item [\cs{hss}]
+ \gr{horizontal command}
+ Horizontal skip equivalent to \verb-\hskip 0cm plus 1fil minus 1fil-.
+
+\item [\cs{ht\gr{8-bit number}}]
+ \gr{internal dimen}; the control sequence itself
+ is a~\gr{box dimension}.
+ Height of the box in a box register.
+
+\item [\cs{hyphenation\gr{general text}}]
+ \gr{hyphenation assignment}
+ Define hyphenation exceptions for the current value of \cs{language}.
+
+\item [\cs{hyphenchar\gr{font}}]
+ \gr{internal integer}
+ Number of the character behind which a
+ \verb-\discretionary{}{}{}- is inserted.
+
+\item [\cs{hyphenpenalty}]
+ \gr{integer parameter}
+ Penalty associated with break at a discretionary in the general case.
+ Default~\n{50} in plain \TeX.
+
+\item [\cs{if\gr{token$_1$}\gr{token$_2$}}]
+ \gr{expandable command}
+ Test equality of character codes.
+
+\item [\cs{ifcase\gr{number}\gr{case$_0$}\cs{or}\n{...}\cs{or}\gr{case$_n$}\cs{else}\gr{other cases}\cs{fi}}]
+ \gr{expandable command}
+ Enumerated case statement.
+
+\item [\cs{ifcat\gr{token$_1$}\gr{token$_2$}}]
+ \gr{expandable command}
+ Test whether two characters have the same category code.
+
+\item [\cs{ifdim\gr{dimen$_1$}\gr{relation}\gr{dimen$_2$}}]
+ \gr{expandable command}
+ Compare two dimensions.
+
+\item [\cs{ifeof\gr{4-bit number}}]
+ \gr{expandable command}
+ Test whether a file has been fully read, or does not exist.
+
+\item [\cs{iffalse}]
+ \gr{expandable command}
+ This test is always false.
+
+\item [\cs{ifhbox\gr{8-bit number}}]
+ \gr{expandable command}
+ Test whether a box register contains a horizontal box.
+
+\item [\cs{ifhmode}]
+ \gr{expandable command}
+ Test whether the current mode is (possibly restricted) horizontal mode.
+
+\item [\cs{ifinner}]
+ \gr{expandable command}
+ Test whether the current mode is an internal mode.
+
+\item [\cs{ifmmode}]
+ \gr{expandable command}
+ Test whether the current mode is (possibly display) math mode.
+
+\item [\cs{ifnum\gr{number$_1$}\gr{relation}\gr{number$_2$}}]
+ \gr{expandable command}
+ Test relations between numbers.
+
+\item [\cs{ifodd\gr{number}}]
+ \gr{expandable command}
+ Test whether a number is odd.
+
+\item [\cs{iftrue}]
+ \gr{expandable command}
+ This test is always true.
+
+\item [\cs{ifvbox\gr{8-bit number}}]
+ \gr{expandable command}
+ Test whether a box register contains a vertical box.
+
+\item [\cs{ifvmode}]
+ \gr{expandable command}
+ Test whether the current mode is (possibly internal) vertical mode.
+
+\item [\cs{ifvoid\gr{8-bit number}}]
+ \gr{expandable command}
+ Test whether a box register is empty.
+
+\item [\cs{ifx\gr{token$_1$}\gr{token$_2$}}]
+ \gr{expandable command}
+ Test equality of macro expansion, or equality of character code and
+ category code.
+
+\item [\cs{ignorespaces}]
+ \gr{primitive command}
+ Expands following tokens until something other
+ than a~\gr{space token} is found.
+
+\item [\cs{immediate}]
+ \gr{primitive command}
+ Prefix to have output operations executed right away.
+
+\item [\cs{indent}]
+ \gr{primitive command}
+ Switch to horizontal mode and insert box with width \cs{parindent}.
+ This command is automatically inserted before a
+ \gr{horizontal
+ command} in vertical mode.
+
+\item [\cs{input\gr{file name}}]
+ \gr{expandable command}
+ Read a specified file as \TeX\ input.
+
+\item [\cs{inputlineno}]
+ \gr{internal integer}
+ (\TeX3 only)
+ Number of the current input line.
+
+\item [\cs{insert\gr{8-bit number}\lb\gr{vertical mode material}\rb}]
+ \gr{primitive command}
+ Start an insertion item.
+
+\item [\cs{insertpenalties}]
+ \gr{special integer}
+ Total of penalties for split insertions.
+ Inside the output routine the number of held-over insertions.
+
+\item [\cs{interlinepenalty}]
+ \gr{integer parameter}
+ Penalty for breaking a page between lines of a paragraph.
+ Default~\n{0} in plain \TeX.
+
+\item [\cs{jobname}]
+ \gr{expandable command}
+ Name of the main \TeX\ file being processed.
+
+\item [\cs{kern\gr{dimen}}]
+ \gr{kern}
+ Add a kern item of the specified
+ \gr{dimen} to the list;
+ this can be used both in horizontal and vertical mode.
+
+\item [\cs{language}]
+ \gr{integer parameter}
+ (\TeX3 only)
+ Choose a set of hyphenation patterns and exceptions.
+
+\item [\cs{lastbox}]
+ \gr{box}
+ Register containing the last element added to the current list,
+ if this was a box.
+
+\item [\cs{lastkern}]
+ \gr{internal dimen}
+ If the last item on the list was a kern, the size of this.
+
+\item [\cs{lastpenalty}]
+ \gr{internal integer}
+ If the last item on the list was a penalty, the value of this.
+
+\item [\cs{lastskip}]
+ \gr{internal glue} or \gr{internal muglue}.
+ If the last item on the list was a skip, the size of this.
+
+\item [\cs{lccode\gr{8-bit number}}]
+ \gr{internal integer}; the control sequence itself
+ is a~\gr{codename}.
+ Access the
+ character code that is the lowercase variant of a given code.
+
+\item [\cs{leaders\gr{box or rule}\gr{vertical/horizontal/mathematical skip}}]
+ \gr{leaders}
+ Fill a specified amount of space with a rule or copies of box.
+
+\item [\cs{left}]
+ \gr{primitive command}
+ Use the following character as an open delimiter.
+
+\item [\cs{lefthyphenmin}]
+ \gr{integer parameter}
+ (\TeX3 only)
+ Minimum number of characters before a hyphenation.
+
+\item [\cs{leftskip}]
+ \gr{glue parameter}
+ Glue that is placed to the left of all lines.
+
+\item [\cs{leqno\gr{math mode material}\n{\char36\char36}}]
+ \gr{eqno}
+ Place a left equation number in a display formula.
+
+\item [\cs{let\gr{control sequence}\gr{equals}\gr{token}}]
+ \gr{let assignment}
+ Define a control sequence to a token, assign its meaning
+ if the token is a command or macro.
+
+\item [\cs{limits}]
+ \gr{primitive command}
+ Place limits over and under a large operator.
+ This is the default position in display style.
+
+\item [\cs{linepenalty}]
+ \gr{integer parameter}
+ Penalty value associated with each line break.
+ Default~\n{10} in plain \TeX.
+
+\item [\cs{lineskip}]
+ \gr{glue parameter}
+ Glue added if distance between bottom and top of neighbouring boxes
+ is less than \cs{lineskiplimit}.
+ Default~\n{1pt} in plain \TeX.
+
+\item [\cs{lineskiplimit}]
+ \gr{dimen parameter}
+ Distance to be maintained between the bottom and top of
+ neighbouring boxes on a vertical list.
+ Default~\n{0pt} in plain \TeX.
+
+\item [\cs{long}]
+ \gr{prefix}
+ Indicate that the arguments of the macro to be defined
+ are allowed to contain \cs{par} tokens.
+
+\item [\cs{looseness}]
+ \gr{integer parameter}
+ Number of lines by which this paragraph has to be made longer
+ (or, if negative, shorter) than it would be ideally.
+
+\item [\cs{lower\gr{dimen}\gr{box}}]
+ \gr{primitive command}
+ Adjust vertical positioning of a box in horizontal mode.
+
+\item [\cs{lowercase\gr{general text}}]
+ \gr{primitive command}
+ Convert the argument to its lowercase form.
+
+\item [\cs{mag}]
+ \gr{integer parameter}
+ 1000 times the magnification of the document.
+ Default \n{1000} in \IniTeX.
+
+\item [\cs{mark\gr{general text}}]
+ \gr{primitive command}
+ Specify a mark text.
+
+\item [\cs{mathaccent\gr{15-bit number}\gr{math field}}]
+ \gr{primitive command}
+ Place an accent in math mode.
+
+\item [\cs{mathbin\gr{math field}}]
+ \gr{math atom}
+ Let the following \gr{math field} function
+ as a binary operation.
+
+\item [\cs{mathchar\gr{15-bit number}}]
+ \gr{primitive command}
+ Explicit denotation of a mathematical character.
+
+\item [\cs{mathchardef\gr{control sequence}\gr{equals}\gr{15-bit number}}]
+ \gr{shorthand definition}
+ Define a control sequence to be a synonym for
+ a~math character code.
+
+\item [\cs{mathchoice\lb\SerifFont {\it D\/\rb\lb T\/\rb\lb S\/\rb\lb SS\/}\rb}]
+ \gr{primitive command}
+ Give four variants of a formula for the four styles
+ of math typesetting.
+
+\item [\cs{mathclose\gr{math field}}]
+ \gr{math atom}
+ Let the following \gr{math field} function
+ as a closing symbol.
+
+\item [\cs{mathcode\gr{8-bit number}}]
+ \gr{internal integer}; the control sequence itself
+ is a~\gr{codename}.
+ Code of a character determining its treatment in math mode.
+
+\item [\cs{mathinner\gr{math field}}]
+ \gr{math atom}
+ Let the following \gr{math field} function
+ as an inner formula.
+
+\item [\cs{mathop\gr{math field}}]
+ \gr{math atom}
+ Let the following \gr{math field} function
+ as a large operator.
+
+\item [\cs{mathopen\gr{math field}}]
+ \gr{math atom}
+ Let the following \gr{math field} function
+ as an opening symbol.
+
+\item [\cs{mathord\gr{math field}}]
+ \gr{math atom}
+ Let the following \gr{math field} function
+ as an ordinary object.
+
+\item [\cs{mathpunct\gr{math field}}]
+ \gr{math atom}
+ Let the following \gr{math field} function
+ as a punctuation symbol.
+
+\item [\cs{mathrel\gr{math field}}]
+ \gr{math atom}
+ Let the following \gr{math field} function as a relation.
+
+\item [\cs{mathsurround}]
+ \gr{dimen parameter}
+ Kern amount placed before and after in-line formulas.
+
+\item [\cs{maxdeadcycles}]
+ \gr{integer parameter}
+ The maximum number of times that the output routine is allowed to
+ be called without a \cs{shipout} occurring.
+ \IniTeX\ default:~\n{25}.
+
+\item [\cs{maxdepth}]
+ \gr{dimen parameter}
+ Maximum depth of the page box.
+ Default~\n{4pt} in plain \TeX.
+
+\item [\cs{meaning}]
+ \gr{expandable command}
+ Give the meaning of a control sequence as a string of characters.
+
+\item [\cs{medmuskip}]
+ \gr{muglue parameter}
+ Medium amount of mu glue.
+ Default value in plain \TeX: \n{4mu plus 2mu minus 4mu}
+
+\item [\cs{message\gr{general text}}]
+ \gr{primitive command}
+ Write a message to the terminal.
+
+\item [\cs{mkern}]
+ \gr{primitive command}
+ Insert a kern measured in mu units.
+
+\item [\cs{month}]
+ \gr{integer parameter}
+ The month of the current job.
+
+\item [\cs{moveleft\gr{dimen}\gr{box}}]
+ \gr{primitive command}
+ Adjust horizontal positioning of a box in vertical mode.
+
+\item [\cs{moveright\gr{dimen}\gr{box}}]
+ \gr{primitive command}
+ Adjust horizontal positioning of a box in vertical mode.
+
+\item [\cs{mskip}]
+ \gr{mathematical skip}
+ Insert glue measured in mu units.
+
+\item [\cs{multiply\gr{numeric variable}\gr{optional \n{by}}\gr{number}}]
+ \gr{arithmetic assignment}
+ Arithmetic command to multiply a
+ \gr{numeric variable} (see \cs{advance}).
+
+\item [\cs{muskip\gr{8-bit number}}]
+ \gr{internal muglue}; the control sequence itself
+ is a~\gr{register prefix}.
+ Access skips measured in mu units.
+
+\item [\cs{muskipdef\gr{control sequence}\gr{equals}\gr{8-bit number}}]
+ \gr{shorthand definition}; the control sequence
+ itself is a~\gr{registerdef}.
+ Define a control sequence to be a synonym for
+ a~\cs{muskip} register.
+
+\item [\cs{newlinechar}]
+ \gr{integer parameter}
+ Number of the character that triggers a new line in
+ \cs{write} statements.
+ Plain \TeX\ default~$-1$.
+
+\item [\cs{noalign\gr{filler}\lb\gr{vertical (horizontal) mode material}\rb}]
+ \gr{primitive command}
+ Specify vertical (horizontal)
+ material to be placed in between rows (columns) of
+ an \cs{halign} (\cs{valign}).
+
+\item [\cs{noboundary}]
+ \gr{horizontal command}
+ (\TeX3 only)
+ Omit implicit boundary character.
+
+\item [\cs{noexpand\gr{token}}]
+ \gr{expandable command}
+ Do not expand the next token.
+
+\item [\cs{noindent}]
+ \gr{primitive command}
+ Switch to horizontal mode with an empty horizontal list.
+
+\item [\cs{nolimits}]
+ \gr{primitive command}
+ Place limits of a large operator as subscript and
+ superscript expressions.
+ This is the default position in text style.
+
+\item [\cs{nonscript}]
+ \gr{primitive command}
+ Cancel the next glue item if it occurs in
+ scriptstyle or scriptscriptstyle.
+
+\item [\cs{nonstopmode}]
+ \gr{interaction mode assignment}
+ \TeX\ fixes errors as best it can,
+ and performs an emergency stop
+ when user interaction is needed.
+
+\item [\cs{nulldelimiterspace}]
+ \gr{dimen parameter}
+ Width taken for empty delimiters.
+ Default~\n{1.2pt} in plain \TeX.
+
+\item [\cs{nullfont}]
+ \gr{fontdef token}
+ Name of an empty font that \TeX\ uses in emergencies.
+
+\item [\cs{number\gr{number}}]
+ \gr{expandable command}
+ Convert a
+ \gr{number} to decimal representation.
+
+\item [\cs{omit}]
+ \gr{primitive command}
+ Omit the template for one alignment entry.
+
+\item [\cs{openin\gr{4-bit number}\gr{equals}\gr{filename}}]
+ \gr{primitive command}
+ Open a stream for input.
+
+\item [\cs{openout\gr{4-bit number}\gr{equals}\gr{filename}}]
+ \gr{primitive command}
+ Open a stream for output.
+
+\item [\cs{or}]
+ \gr{primitive command}
+ Separator for entries of an \cs{ifcase}.
+
+\item [\cs{outer}]
+ \gr{prefix}
+ Indicate that the macro being defined
+ should occur on the outer level only.
+
+\item [\cs{output}]
+ \gr{token parameter}
+ Token list with instructions for shipping out pages.
+
+\item [\cs{outputpenalty}]
+ \gr{integer parameter}
+ Value of the penalty at the current page break,
+ or $10\,000$ if the break was not at a penalty.
+
+\item [\cs{over}]
+ \gr{generalized fraction command}
+ Fraction.
+
+\item [\cs{overfullrule}]
+ \gr{dimen parameter}
+ Width of the rule that is printed to indicate
+ overfull horizontal boxes.
+ Plain \TeX\ default:~\n{5pt}.
+
+\item [\cs{overline\gr{math field}}]
+ \gr{math atom}
+ Overline the following \gr{math field}.
+
+\item [\cs{overwithdelims\gr{delim$_1$}\gr{delim$_2$}}]
+ \gr{generalized fraction command}
+ Fraction with delimiters.
+
+\item [\cs{pagedepth}]
+ \gr{special dimen}
+ Depth of the current page.
+
+\item [\cs{pagefilllstretch}]
+ \gr{special dimen}
+ Accumulated third-order stretch of the current page.
+
+\item [\cs{pagefillstretch}]
+ \gr{special dimen}
+ Accumulated second-order stretch of the current page.
+
+\item [\cs{pagefilstretch}]
+ \gr{special dimen}
+ Accumulated first-order stretch of the current page.
+
+\item [\cs{pagegoal}]
+ \gr{special dimen}
+ Goal height of the page box. This starts at \cs{vsize},
+ and is diminished by heights of insertion items.
+
+\item [\cs{pageshrink}]
+ \gr{special dimen}
+ Accumulated shrink of the current page.
+
+\item [\cs{pagestretch}]
+ \gr{special dimen}
+ Accumulated zeroth-order stretch of the current page.
+
+\item [\cs{pagetotal}]
+ \gr{special dimen}
+ Accumulated natural height of the current page.
+
+\item [\cs{par}]
+ \gr{primitive command}
+ Close off a paragraph and go into vertical mode.
+
+\item [\cs{parfillskip}]
+ \gr{glue parameter}
+ Glue that is placed between the last
+ element of the paragraph and the line end.
+ Plain \TeX\ default:~\n{0pt plus 1fil}.
+
+\item [\cs{parindent}]
+ \gr{dimen parameter}
+ Size of the indentation box added in front of a paragraph.
+
+\item [\cs{parshape}]
+ \gr{internal integer}
+ Command for general paragraph shapes:
+ \begin{disp}\cs{parshape}\gr{equals}$n$ $i_1$ $\ell_1$ $\ldots$
+ $i_n$ $\ell_n$\end{disp}
+ specifies a~number
+ of lines~$n$, and $n$~pairs of an indentation and
+ line length.
+
+\item [\cs{parskip}]
+ \gr{glue parameter}
+ Amount of glue added to vertical list when a paragraph starts;
+ default value \verb.0pt plus 1pt. in plain \TeX.
+
+\item [\cs{patterns\gr{general text}}]
+ \gr{hyphenation assignment}
+ Define a list of hyphenation patterns for the current
+ value of \cs{language}; allowed only in \IniTeX.
+
+\item [\cs{pausing}]
+ \gr{integer parameter}
+ Specify that \TeX\ should pause after each line that is
+ read from a file.
+
+\item [\cs{penalty}]
+ \gr{primitive command}
+ Specify desirability of not breaking at this point.
+
+\item [\cs{postdisplaypenalty}]
+ \gr{integer parameter}
+ Penalty placed in the vertical list below a display.
+
+\item [\cs{predisplaypenalty}]
+ \gr{integer parameter}
+ Penalty placed in the vertical list above a display.
+ Plain \TeX\ default:~\n{10$\,$000}.
+
+\item [\cs{predisplaysize}]
+ \gr{dimen parameter}
+ Effective width of the line preceding the display.
+
+\item [\cs{pretolerance}]
+ \gr{integer parameter}
+ Tolerance value for a paragraph that uses no hyphenation.
+ Default~\n{100} in plain \TeX.
+
+\item [\cs{prevdepth}]
+ \gr{special dimen}
+ Depth of the last box added to a vertical list as it is
+ perceived by \TeX.
+
+\item [\cs{prevgraf}]
+ \gr{special integer}
+ The number of lines in the paragraph last
+ added to the vertical list.
+
+\item [\cs{radical\gr{24-bit number}}]
+ \gr{primitive command}
+ Command for setting things such as root signs.
+
+\item [\cs{raise\gr{dimen}\gr{box}}]
+ \gr{primitive command}
+ Adjust vertical positioning of a box in horizontal mode.
+
+\item [\cs{read\gr{number}\n{to}\gr{control sequence}}]
+ \gr{simple assignment}
+ Read a line from a stream into a control sequence.
+
+\item [\cs{relax}]
+ \gr{primitive command}
+ Do nothing.
+
+\item [\cs{relpenalty}]
+ \gr{integer parameter}
+ Penalty for breaking after a binary relation, not enclosed
+ in a subformula.
+ Plain \TeX\ default:~\n{500}.
+
+\item [\cs{right}]
+ \gr{primitive command}
+ Use the following character as a closing delimiter.
+
+\item [\cs{righthyphenmin}]
+ \gr{integer parameter}
+ (\TeX3 only)
+ Minimum number of characters after a hyphenation.
+
+\item [\cs{rightskip}]
+ \gr{glue parameter}
+ Glue that is placed to the right of all lines.
+
+\item [\cs{romannumeral\gr{number}}]
+ \gr{expandable command}
+ Convert a positive
+ \gr{number} to lowercase roman representation.
+
+\item [\cs{scriptfont\gr{4-bit number}}]
+ \gr{family member}; the control sequence itself
+ is a~\gr{font range}.
+ Access the scriptfont of a family.
+
+\item [\cs{scriptscriptfont\gr{4-bit number}}]
+ \gr{family member}; the control sequence itself
+ is a~\gr{font range}.
+ Access the scriptscriptfont of a family.
+
+\item [\cs{scriptscriptstyle}]
+ \gr{primitive command}
+ Select the scriptscript style of math typesetting.
+
+\item [\cs{scriptspace}]
+ \gr{dimen parameter}
+ Extra space after subscripts and superscripts.
+ Default~\n{.5pt} in plain \TeX.
+
+\item [\cs{scriptstyle}]
+ \gr{primitive command}
+ Select the script style of math typesetting.
+
+\item [\cs{scrollmode}]
+ \gr{interaction mode assignment}
+ \TeX\ patches errors itself, but will ask the user for missing files.
+
+\item [\cs{setbox\gr{8-bit number}\gr{equals}\gr{box}}]
+ \gr{simple assignment}
+ Assign a box to a box register.
+
+\item [\cs{setlanguage\gr{number}}]
+ \gr{primitive command}
+ (\TeX3 only)
+ Insert a whatsit resetting the current language
+ to the \gr{number} specified.
+
+\item [\cs{sfcode\gr{8-bit number}}]
+ \gr{internal integer}; the control sequence itself
+ is a~\gr{codename}.
+ Access the value of the \cs{spacefactor}
+ associated with a character.
+
+\item [\cs{shipout\gr{box}}]
+ \gr{primitive command}
+ Ship a box to the \n{dvi} file.
+
+\item [\cs{show\gr{token}}]
+ \gr{primitive command}
+ Display the meaning of a token on the screen.
+
+\item [\cs{showbox\gr{8-bit number}}]
+ \gr{primitive command}
+ Write the contents of a box to the log file.
+
+\item [\cs{showboxbreadth}]
+ \gr{integer parameter}
+ Number of successive elements that are shown when
+ \verb-\tracingoutput- is positive, each time a level is visited.
+ Plain \TeX\ default:~\n{5}.
+
+\item [\cs{showboxdepth}]
+ \gr{integer parameter}
+ The number of levels that are shown when
+ \verb-\tracingoutput- is positive.
+ Plain \TeX\ default:~\n{3}.
+
+\item [\cs{showlists}]
+ \gr{primitive command}
+ Write to the log file the contents of the partial lists
+ currently built in all modes.
+
+\item [\cs{showthe\gr{internal quantity}}]
+ \gr{primitive command}
+ Display on the terminal the result
+ of prefixing a token with \cs{the}.
+
+\item [\cs{skewchar\gr{font}}]
+ \gr{internal integer}
+ Font position of an after-placed accent.
+
+\item [\cs{skip\gr{8-bit number}}]
+ \gr{internal glue}; the control sequence itself
+ is a~\gr{register prefix}.
+ Access skip registers
+
+\item [\cs{skipdef\gr{control sequence}\gr{equals}\gr{8-bit number}}]
+ \gr{shorthand definition}; the control sequence
+ itself is a~\gr{registerdef}.
+ Define a control sequence to be a synonym for
+ a~\cs{skip} register.
+
+\item [\cs{spacefactor}]
+ \gr{special integer}
+ 1000 times the ratio by which the stretch component of the
+ interword glue should be multiplied.
+
+\item [\cs{spaceskip}]
+ \gr{glue parameter}
+ Interword glue if non-zero.
+
+\item [\cs{span}]
+ \gr{primitive command}
+ Join two adjacent alignment entries, or (in preamble)
+ expand the next token.
+
+\item [\cs{special\gr{general text}}]
+ \gr{primitive command}
+ Write a token list to the \n{dvi} file.
+
+\item [\cs{splitbotmark}]
+ \gr{expandable command}
+ The last mark on a split-off page.
+
+\item [\cs{splitfirstmark}]
+ \gr{expandable command}
+ The first mark on a split-off page.
+
+\item [\cs{splitmaxdepth}]
+ \gr{dimen parameter}
+ Maximum depth of a box split off by a \cs{vsplit} operation.
+ Default~\n{4pt} in plain \TeX.
+
+\item [\cs{splittopskip}]
+ \gr{glue parameter}
+ Minimum distance between the top of what remains after a
+ \cs{vsplit} operation, and the first item in that box.
+ Default~\n{10pt} in plain \TeX.
+
+\item [\cs{string\gr{token}}]
+ \gr{expandable command}
+ Convert a token to a string of one or more characters.
+
+\item [\cs{tabskip}]
+ \gr{glue parameter}
+ Amount of glue in between columns (rows) of an \cs{halign}
+ \alt
+ (\cs{valign}).
+
+\item [\cs{textfont\gr{4-bit number}}]
+ \gr{family member}; the control sequence itself
+ is a~\gr{font range}.
+ Access the textfont of a family.
+
+\item [\cs{textstyle}]
+ \gr{primitive command}
+ Select the text style of math typesetting.
+
+\item [\cs{the\gr{internal quantity}}]
+ \gr{primitive command}
+ Expand the value of various quantities in \TeX\ into a string
+ of (character) tokens.
+
+\item [\cs{thickmuskip}]
+ \gr{muglue parameter}
+ Large amount of mu glue.
+ Default value in plain \TeX: \n{5mu plus 5mu}.
+
+\item [\cs{thinmuskip}]
+ \gr{muglue parameter}
+ Small amount of mu glue.
+ Default value in plain \TeX: \n{3mu}.
+
+\item [\cs{time}]
+ \gr{integer parameter}
+ Number of minutes after midnight that the current job started.
+
+\item [\cs{toks\gr{8-bit number}}]
+ \gr{register prefix}
+ Access a token list register.
+
+\item [\cs{toksdef\gr{control sequence}\gr{equals}\gr{8-bit number}}]
+ \gr{shorthand definition}; the control sequence
+ itself is a~\gr{registerdef}.
+ Assign a control sequence to
+ a~\cs{toks} register.
+
+\item [\cs{tolerance}]
+ \gr{integer parameter}
+ Tolerance value for lines in a paragraph that does use hyphenation.
+ Default~\n{200} in plain \TeX, \n{10$\,$000} in \IniTeX.
+
+\item [\cs{topmark}]
+ \gr{expandable command}
+ The last mark of the previous page.
+
+\item [\cs{topskip}]
+ \gr{glue parameter}
+ Minimum distance between the top of the page box
+ and the baseline of the first box on the page.
+ Default~\n{10pt} in plain \TeX.
+
+\item [\cs{tracingcommands}]
+ \gr{integer parameter}
+ When this is~1, \TeX\ displays primitive commands executed;
+ when this is 2~or more the outcome of conditionals is also recorded.
+
+\item [\cs{tracinglostchars}]
+ \gr{integer parameter}
+ If this parameter is positive, \TeX\ gives
+ diagnostic messages whenever a character is accessed that
+ is not present in a font. Plain \TeX\ default:~1.
+
+\item [\cs{tracingmacros}]
+ \gr{integer parameter}
+ If this is~1, the log file shows expansion of macros
+ that are performed and the actual values of the arguments;
+ if this is 2~or more
+ \gr{token parameter}s such as
+ \cs{output} and \cs{everypar} are also traced.
+
+\item [\cs{tracingonline}]
+ \gr{integer parameter}
+ If this parameter is positive, \TeX\ will write trace
+ information also to the terminal.
+
+\item [\cs{tracingoutput}]
+ \gr{integer parameter}
+ If this parameter is positive, the log file shows a dump of boxes
+ that are shipped to the \n{dvi} file.
+
+\item [\cs{tracingpages}]
+ \gr{integer parameter}
+ If this parameter is positive, \TeX\ generates
+ a trace of the page-breaking algorithm.
+
+\item [\cs{tracingparagraphs}]
+ \gr{integer parameter}
+ If this parameter is positive, \TeX\ generates
+ a trace of the line-breaking algorithm.
+
+\item [\cs{tracingrestores}]
+ \gr{integer parameter}
+ If this parameter is positive, \TeX\ will report
+ all values that are restored when a group level ends.
+
+\item [\cs{tracingstats}]
+ \gr{integer parameter}
+ If this parameter is positive, \TeX\ reports at the
+ end of the job the usage of various internal arrays.
+
+\item [\cs{uccode\gr{8-bit number}}]
+ \gr{internal integer}; the control sequence itself
+ is a~\gr{codename}.
+ Access
+ the character code that is the uppercase variant of a given code.
+
+\item [\cs{uchyph}]
+ \gr{integer parameter}
+ Positive if hyphenating words starting with a capital
+ letter is allowed.
+ Plain \TeX\ default~1.
+
+\item [\cs{underline\gr{math field}}]
+ \gr{math atom}
+ Underline the following \gr{math field}.
+
+\item [\cs{unhbox\gr{8-bit number}}]
+ \gr{horizontal command}
+ \alt
+ Unpack a box register containing a horizontal box,
+ appending the contents to the list, and emptying the register.
+
+\item [\cs{unhcopy\gr{8-bit number}}]
+ \gr{horizontal command}
+ \alt
+ The same as \cs{unhbox}, but do not empty the register.
+
+\item [\cs{unkern}]
+ \gr{primitive command}
+ Remove the last item of the list if this was a kern.
+
+\item [\cs{unpenalty}]
+ \gr{primitive command}
+ Remove the last item of the list if this was a penalty.
+
+\item [\cs{unskip}]
+ \gr{primitive command}
+ Remove the last item of the list if this was a skip.
+
+\item [\cs{unvbox\gr{8-bit number}}]
+ \gr{vertical command}
+ \alt
+ Unpack a box register containing a vertical box,
+ appending the contents to the list, and emptying the register.
+
+\item [\cs{unvcopy\gr{8-bit number}}]
+ \gr{vertical command}
+ \alt
+ The same as \cs{unvbox}, but do not empty the register.
+
+\item [\cs{uppercase\gr{general text}}]
+ \gr{primitive command}
+ Convert the argument to its uppercase form.
+
+\item [\cs{vadjust\gr{filler}\lb\gr{vertical mode material}\rb}]
+ \gr{primitive command}
+ Specify in horizontal mode material for the enclosing vertical list.
+
+\item [\cs{valign\gr{box specification}\lb\gr{alignment material}\rb}]
+ \gr{horizontal command}
+ Vertical alignment.
+
+\item [\cs{vbadness}]
+ \gr{integer parameter}
+ Threshold below which overfull and underfull vertical boxes
+ are not shown.
+ Plain \TeX\ default:~\n{1000}.
+
+\item [\cs{vbox\gr{box specification}\lb\gr{vertical material}\rb}]
+ \gr{primitive command}
+ Construct a vertical box with reference point on the last item.
+
+\item [\cs{vcenter\gr{box specification}\lb\gr{vertical material}\rb}]
+ \gr{primitive command}
+ Construct a vertical box vertically centred on the math axis.
+
+\item [\cs{vfil}]
+ \gr{vertical command}
+ Vertical skip equivalent to \verb-\vskip 0cm plus 1fil-.
+
+\item [\cs{vfill}]
+ \gr{vertical command}
+ Vertical skip equivalent to \verb-\vskip 0cm plus 1fill-.
+
+\item [\cs{vfilneg}]
+ \gr{vertical command}
+ Vertical skip equivalent to \verb-\vskip 0cm minus 1fil-.
+
+\item [\cs{vfuzz}]
+ \gr{dimen parameter}
+ Excess size that \TeX\ tolerates before it considers
+ a vertical box overfull.
+ Plain \TeX\ default:~\n{0.1pt}.
+
+\item [\cs{voffset}]
+ \gr{dimen parameter}
+ Distance by which the page is shifted down from the reference point,
+ which is one inch from the top of the page.
+
+\item [\cs{vrule}]
+ \gr{horizontal command}
+ Rule that spreads in vertical direction.
+
+\item [\cs{vsize}]
+ \gr{dimen parameter}
+ Height of the page box.
+
+\item [\cs{vskip\gr{glue}}]
+ \gr{vertical command}
+ Insert in vertical mode a glue item.
+
+\item [\cs{vsplit\gr{8-bit number}\n{to}\gr{dimen}}]
+ \gr{primitive command}
+ Split off the top part of a vertical box.
+
+\item [\cs{vss}]
+ \gr{vertical command}
+ Vertical skip equivalent to \verb-\vskip 0cm plus 1fil minus 1fil-.
+
+\item [\cs{vtop\gr{box specification}\lb\gr{vertical material}\rb}]
+ \gr{primitive command}
+ Construct a vertical box with reference point on the first item.
+
+\item [\cs{wd\gr{8-bit number}}]
+ \gr{internal dimen}; the control sequence itself
+ is a~\gr{box dimension}.
+ Width of the box in a box register.
+
+\item [\cs{widowpenalty}]
+ \gr{integer parameter}
+ Additional penalty for breaking a page before
+ the last line of a paragraph.
+ Default~\n{150} in plain \TeX.
+
+\item [\cs{write\gr{number}\gr{general text}}]
+ \gr{primitive command}
+ Generate a whatsit item containing
+ a~token list to be written to the terminal or to a file.
+
+\item [\cs{xdef}]
+ \gr{def}
+ Synonym for \verb-\global\edef-.
+
+\item [\cs{xleaders}]
+ \gr{leaders}
+ As \cs{leaders}, but with box leaders any excess space is
+ spread equally between the boxes.
+
+\item [\cs{xspaceskip}]
+ \gr{glue parameter}
+ Interword glue if non-zero and \cs{spacefactor}${}\geq2000$.
+
+\item [\cs{year}]
+ \gr{integer parameter}
+ The year of the current job.
+\end{glossinventory}
diff --git a/info/texbytopic/tables.tex b/info/texbytopic/tables.tex
new file mode 100644
index 0000000000..9f8f584a43
--- /dev/null
+++ b/info/texbytopic/tables.tex
@@ -0,0 +1,931 @@
+% This file is part of TeX by Topic
+% Copyright 2007 Victor
+% see file TeXbyTopic.tex for copying conditions
+
+%\storecat\"
+\catcode`\"=12
+
+\hbox{}\vskip-80pt \hbox{}
+%\point Character tables\par
+\section{Character tables}
+\hbox{}\vskip-40pt \hbox{}
+
+%% fonts
+\def\titlefont{\SansSerif \pointSize:10 \Style:roman }
+\let\titlefont\relax
+\def\bitfont{\SerifFont \pointSize:7 \Style:Roman }
+\let\bitfont\relax
+\def\codefont{\SansSerif \pointSize:5 \Style:roman }
+\let\codefont\relax
+\def\namefont{\SansSerif \pointSize:11 \Style:roman }
+\let\namefont\relax
+\let\commentfont\titlefont
+\font\cmtenrm=cmr10 \font\cmtenit=cmti10
+
+%% counts and dimens
+\newdimen\thinlinewidth \thinlinewidth=.25mm
+\newdimen\fatlinewidth \fatlinewidth=.5mm
+\newdimen\rowheight \rowheight=.85cm %1cm
+\newdimen\colwidth \colwidth=1.2cm %1.6cm
+\newdimen\Colwidth \Colwidth=2\colwidth
+ \advance\Colwidth by \thinlinewidth
+\newdimen\topwhite \topwhite=2pt
+\newdimen\botwhite \botwhite=3pt
+\newdimen\leftwhite \leftwhite=0pt %2pt
+\newdimen\rightwhite \rightwhite=1pt %1pt
+\newcount\rowcount
+\newcount\colcount
+\rowcount=-1 %% note!
+\colcount=0
+\newcount\thenumber
+
+%% tidbits
+\def\\{$\backslash$}\def\-{\_$\!$\_}\def\^{\char94}
+\def\hh#1{\char'136\char'136 {#1}\ignorespaces}
+\def\thinline{\vrule width \thinlinewidth}
+\def\fatline{\vrule width \fatlinewidth}
+\tolerance=10000
+\vbadness=10000
+
+%% code conversion
+\def\calcnumber{{\multiply\colcount by 16
+ \advance\colcount by \rowcount
+ \global\thenumber=\colcount}}
+\def\deccode{\number\thenumber}
+\def\octcode{{\ifnum\thenumber>63
+ \advance\thenumber by -64
+ \count0=\thenumber \divide\count0 by 8
+ 1\number\count0
+ \else \count0=\thenumber \divide\count0 by 8
+ \ifnum\count0>0 \number\count0 \fi\fi
+ \multiply\count0 by 8
+ \advance\thenumber by -\count0
+ \number\thenumber}}
+\def\hexdigit#1{\ifcase#1 0\or 1\or 2\or 3\or 4\or 5\or 6\or 7\or
+ 8\or 9\or A\or B\or C\or D\or E\or F\or
+ \edef\tmp{\message{illegal hex digit
+ \number#1}}\tmp
+ \fi}
+\def\hexcode{{\count0=\thenumber \divide\count0 by 16
+ \ifnum\count0>0 \hexdigit{\count0}\fi
+ \multiply\count0 by 16
+ \advance\thenumber by -\count0 \count0=\thenumber
+ \hexdigit{\count0}}}
+
+%% the heading
+\def\threebit#1#2#3{\vbox to 1.2\rowheight{\bitfont
+ \vskip\topwhite
+ \hbox to \colwidth{\hskip\leftwhite#1\hfil}
+ \vss %\vfill
+ \hbox to \colwidth{\hfil#2\hfil}
+ \vss %\vfill
+ \hbox to \colwidth{\hfil#3\hskip\rightwhite}
+ \vskip\botwhite}}
+\def\comment#1{\vbox to \colwidth{
+ \vfil
+ \hbox to \Colwidth{\commentfont\hfil#1\hfil}
+ \vfil}}
+\def\dcomment#1#2{\vbox to \colwidth{
+ \vfil
+ \hbox to \Colwidth{\commentfont\hfil#1\hfil}
+ \vskip \botwhite
+ \hbox to \Colwidth{\commentfont\hfil#2\hfil}
+ \vfil}}
+\def\bithead{\vbox to \colwidth{\hsize=1.5\colwidth
+ \vskip\topwhite
+ \hbox to \hsize{\commentfont\hfil BITS\hfil}
+ \vfil
+ \hbox to \hsize{\bitfont\ b4 b3 b2 b1 }
+ \vskip\botwhite}}
+
+%% routines for single chars
+\def\fourbit#1\fb{\vbox to \rowheight{
+ \vfil
+ \hbox to 1.5\colwidth{\bitfont
+ \spaceskip=3pt plus 30pt#1\ }%1.5\colwidth
+ \vfil}%
+ \global\advance\rowcount by 1
+ \global\colcount=0\relax
+ }
+\def\thechar#1{\namefont\hfil#1\unskip\hfil}
+\def\asc#1\ii{\calcnumber
+ \vbox to \rowheight{\offinterlineskip
+ \vskip\topwhite
+ \hbox to \colwidth{\codefont
+ \hskip\leftwhite
+ \deccode\hfil}
+ \vss %\vfil
+ \hbox to \colwidth{\vrule width 0cm
+ height 10pt depth 2pt
+ \thechar{#1}}
+ \vss %\vfil
+ \hbox to \colwidth{\codefont
+ \hskip\leftwhite
+ \hexcode\hfil\octcode
+ \hskip\rightwhite}
+ \vskip\botwhite}%
+ \global\advance\colcount by 1}
+
+\def\complexhead{
+ \omit\hfil\threebit{b7}{b6}{b5}
+ &\omit\span\omit\fatline\threebit000&\omit\span\omit\thinline\threebit001%
+ &\omit\span\omit\fatline\threebit010&\omit\span\omit\thinline\threebit011%
+ &\omit\span\omit\fatline\threebit100&\omit\span\omit\thinline\threebit101%
+ &\omit\span\omit\fatline\threebit110&\omit\span\omit\thinline\threebit111&
+ \cr
+ \noalign{\nointerlineskip}
+ \omit&
+ \multispan{16}\leaders\hrule height\thinlinewidth\hfill\cr
+ \noalign{\vskip-.5mm} %brute force
+ \omit\bithead
+ &\omit\span\omit\fatline\comment{CONTROL}\span\omit\span\omit
+ &\omit\span\omit\fatline\dcomment{SYMBOLS}{NUMBERS}\span\omit\span\omit
+ &\omit\span\omit\fatline\comment{UPPERCASE}\span\omit\span\omit
+ &\omit\span\omit\fatline\comment{LOWERCASE}\span\omit\span\omit&
+ \cr
+}
+
+%%%%%%%%%%%%%%%%% and now the tables %%%%%%%%%%%%%%%%%%%%%%%%%
+
+\label{ascii:table}\term table, \ascii\par
+\tabskip=0pt
+
+\halign to 30pc{\fourbit#\fb\tabskip=0ptplus1fil&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \tabskip=0pt\fatline#\cr
+ \omit\span\omit&\multispan{12}\hskip\thinlinewidth
+ \titlefont ASCII CONTROL CODES\hfil
+ &\multispan2\hskip\fatlinewidth
+ \hbox{\vrule
+ \vbox to \rowheight{
+ \offinterlineskip
+ \hrule\vskip \topwhite
+ \hbox to \colwidth{\codefont\hskip\leftwhite
+ dec\hfil}
+ \vfil
+ \hbox to \colwidth{\namefont\hfil CHAR\hfil}
+ \vfil
+ \hbox to \colwidth{\codefont\hskip\leftwhite
+ hex\hfil oct
+ \hskip\rightwhite}
+ \vskip\botwhite
+ \hrule}\vrule}\cr
+ \noalign{\nointerlineskip\vskip3pt \hrule}
+ \complexhead
+ \noalign{\hrule}
+ {} 0 0 0 0&&NUL&&DLE&&SP &&0 &&@ &&P &&` &&p &\cr \noalign{\hrule}
+ {} 0 0 0 1&&SOH&&DC1&&! &&1 &&A &&Q &&a &&q &\cr \noalign{\hrule}
+ {} 0 0 1 0&&STX&&DC2&&" &&2 &&B &&R &&b &&r &\cr \noalign{\hrule}
+ {} 0 0 1 1&&ETX&&DC3&&\# &&3 &&C &&S &&c &&s &\cr \noalign{\hrule}
+ {} 0 1 0 0&&EOT&&DC4&&\$ &&4 &&D &&T &&d &&t &\cr \noalign{\hrule}
+ {} 0 1 0 1&&ENQ&&NAK&&\% &&5 &&E &&U &&e &&u &\cr \noalign{\hrule}
+ {} 0 1 1 0&&ACK&&SYN&&\& &&6 &&F &&V &&f &&v &\cr \noalign{\hrule}
+ {} 0 1 1 1&&BEL&&ETB&&' &&7 &&G &&W &&g &&w &\cr \noalign{\hrule}
+ {} 1 0 0 0&&BS &&CAN&&( &&8 &&H &&X &&h &&x &\cr \noalign{\hrule}
+ {} 1 0 0 1&&HT &&EM &&) &&9 &&I &&Y &&i &&y &\cr \noalign{\hrule}
+ {} 1 0 1 0&&LF &&SUB&&* &&: &&J &&Z &&j &&z &\cr \noalign{\hrule}
+ {} 1 0 1 1&&VT &&ESC&&+ &&; &&K &&[ &&k &&$\{$&\cr \noalign{\hrule}
+ {} 1 1 0 0&&FF &&FS &&, &&$<$&&L &&\\ &&l &&$|$ &\cr \noalign{\hrule}
+ {} 1 1 0 1&&CR &&GS &&$-$ &&= &&M &&] &&m &&$\}$&\cr \noalign{\hrule}
+ {} 1 1 1 0&&SO &&RS &&. &&$>$&&N &&\char94 &&n &&\char126&\cr \noalign{\hrule}
+ {} 1 1 1 1&&SI &&US &&/ &&? &&O &&\char95 &&o &&DEL&\cr \noalign{\hrule}
+ }
+
+\pagebreak %\eject
+
+\rowcount=-1
+\colcount=0
+\label{char:table}\term table, character codes\par
+\message{Undersc*r*s !!!}
+\hbox{}\vskip0pt plus 20pt
+\halign to 30pc{\fourbit#\fb\tabskip=0ptplus1fil&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \tabskip=0pt\fatline#\cr
+ \omit\span\omit&\multispan{12}\hskip\thinlinewidth
+ \titlefont \TeX\ CHARACTER CODES\hfil
+ &\multispan2\hskip\fatlinewidth
+ \hbox{\vrule
+ \vbox to \rowheight{
+ \offinterlineskip
+ \hrule\vskip \topwhite
+ \hbox to \colwidth{\codefont\hskip\leftwhite
+ dec\hfil}
+ \vfil
+ \hbox to \colwidth{\namefont\hfil CHAR\hfil}
+ \vfil
+ \hbox to \colwidth{\codefont\hskip\leftwhite
+ hex\hfil oct
+ \hskip\rightwhite}
+ \vskip\botwhite
+ \hrule}\vrule}\cr
+ \noalign{\nointerlineskip\vskip3pt \hrule}
+ \complexhead
+ \noalign{\hrule}
+ {} 0 0 0 0&&\hh @&&\hh P &&SP &&0 &&@ &&P &&` &&p &\cr \noalign{\hrule}
+ {} 0 0 0 1&&\hh A&&\hh Q &&! &&1 &&A &&Q &&a &&q &\cr \noalign{\hrule}
+ {} 0 0 1 0&&\hh B&&\hh R &&" &&2 &&B &&R &&b &&r &\cr \noalign{\hrule}
+ {} 0 0 1 1&&\hh C&&\hh S &&\# &&3 &&C &&S &&c &&s &\cr \noalign{\hrule}
+ {} 0 1 0 0&&\hh D&&\hh T &&\$ &&4 &&D &&T &&d &&t &\cr \noalign{\hrule}
+ {} 0 1 0 1&&\hh E&&\hh U &&\% &&5 &&E &&U &&e &&u &\cr \noalign{\hrule}
+ {} 0 1 1 0&&\hh F&&\hh V &&\& &&6 &&F &&V &&f &&v &\cr \noalign{\hrule}
+ {} 0 1 1 1&&\hh G&&\hh W &&' &&7 &&G &&W &&g &&w &\cr \noalign{\hrule}
+ {} 1 0 0 0&&\hh H&&\hh X &&( &&8 &&H &&X &&h &&x &\cr \noalign{\hrule}
+ {} 1 0 0 1&&\hh I&&\hh Y &&) &&9 &&I &&Y &&i &&y &\cr \noalign{\hrule}
+ {} 1 0 1 0&&\hh J&&\hh Z &&* &&: &&J &&Z &&j &&z &\cr \noalign{\hrule}
+ {} 1 0 1 1&&\hh K&&\hh [ &&+ &&; &&K &&[ &&k &&$\{$&\cr \noalign{\hrule}
+ {} 1 1 0 0&&\hh L&&\hh{\\}&&, &&$<$&&L &&\\&&l &&$|$ &\cr \noalign{\hrule}
+ {} 1 1 0 1&&\hh M&&\hh ] &&$-$&&= &&M &&] &&m &&$\}$&\cr \noalign{\hrule}
+ {} 1 1 1 0&&\hh N&&\hh{\^}&&. &&$>$&&N &&\char94 &&n &&\char126&\cr \noalign{\hrule}
+ {} 1 1 1 1&&\hh O&&\hh{\-}&&/ &&? &&O &&\char95 &&o &&\hh ?&\cr \noalign{\hrule}
+ }
+
+\pagebreak %\eject
+
+\def\fonttitle#1{\noalign{\hbox{\titlefont \uppercase{#1}}
+ \nointerlineskip\kern3pt\hrule}}
+\def\drop{\hbox{}\vskip3.5pt\vskip12pt}
+%\point Computer modern fonts
+\section{ Computer modern fonts}
+
+\term font tables\par
+\rowcount=-1
+\colcount=0
+\def\fourbit#1\fb{%
+ \global\advance\rowcount by 1
+ \global\colcount=0\relax
+ }
+
+\def\thechar#1{\hfil$\textfont0=\cmtenrm
+ \mathchar\thenumber$\hfil}
+\label{cmr:table}\term tables, font\par
+\message{really cmr table?}
+\halign to 30pc{\tabskip=0ptplus1fil\relax\fourbit\fb
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \tabskip=0pt\fatline#\cr
+ \fonttitle{Computer Modern Roman Font Layout}
+ &@&& P &&SP &&0 &&@ &&P &&` &&p &\cr \noalign{\hrule}
+ &A&& Q &&! &&1 &&A &&Q &&a &&q &\cr \noalign{\hrule}
+ &B&& R &&" &&2 &&B &&R &&b &&r &\cr \noalign{\hrule}
+ &C&& S &&\# &&3 &&C &&S &&c &&s &\cr \noalign{\hrule}
+ &D&& T &&\$ &&4 &&D &&T &&d &&t &\cr \noalign{\hrule}
+ &E&& U &&\% &&5 &&E &&U &&e &&u &\cr \noalign{\hrule}
+ &F&& V &&\& &&6 &&F &&V &&f &&v &\cr \noalign{\hrule}
+ &G&& W &&' &&7 &&G &&W &&g &&w &\cr \noalign{\hrule}
+ &H&& X &&( &&8 &&H &&X &&h &&x &\cr \noalign{\hrule}
+ &I&& Y &&) &&9 &&I &&Y &&i &&y &\cr \noalign{\hrule}
+ &J&& Z &&* &&: &&J &&Z &&j &&z &\cr \noalign{\hrule}
+ &K&& [ &&+ &&; &&K &&[ &&k &&$\{$&\cr \noalign{\hrule}
+ &L&&{\\}&&, &&$<$&&L &&\\&&l &&$|$ &\cr \noalign{\hrule}
+ &M&& ] &&$-$&&= &&M &&] &&m &&$\}$&\cr \noalign{\hrule}
+ &N&&{\^}&&. &&$>$&&N &&\char94 &&n &&\char126&\cr \noalign{\hrule}
+ &O&&{\-}&&/ &&? &&O &&\char95 &&o && ?&\cr \noalign{\hrule}
+ }
+
+\pagebreak %\vfill\eject
+
+%% typewriter
+\rowcount=-1
+\colcount=0
+\def\thechar#1{\hfil\tt\char\thenumber\hfil}
+\drop
+\halign to 30pc{\fourbit\fb\tabskip=0ptplus1fil
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \tabskip=0pt\fatline#\cr
+ \fonttitle{Computer Modern Typewriter Font Layout}
+ &@&& P &&SP &&0 &&@ &&P &&` &&p &\cr \noalign{\hrule}
+ &A&& Q &&! &&1 &&A &&Q &&a &&q &\cr \noalign{\hrule}
+ &B&& R &&" &&2 &&B &&R &&b &&r &\cr \noalign{\hrule}
+ &C&& S &&\# &&3 &&C &&S &&c &&s &\cr \noalign{\hrule}
+ &D&& T &&\$ &&4 &&D &&T &&d &&t &\cr \noalign{\hrule}
+ &E&& U &&\% &&5 &&E &&U &&e &&u &\cr \noalign{\hrule}
+ &F&& V &&\& &&6 &&F &&V &&f &&v &\cr \noalign{\hrule}
+ &G&& W &&' &&7 &&G &&W &&g &&w &\cr \noalign{\hrule}
+ &H&& X &&( &&8 &&H &&X &&h &&x &\cr \noalign{\hrule}
+ &I&& Y &&) &&9 &&I &&Y &&i &&y &\cr \noalign{\hrule}
+ &J&& Z &&* &&: &&J &&Z &&j &&z &\cr \noalign{\hrule}
+ &K&& [ &&+ &&; &&K &&[ &&k &&$\{$&\cr \noalign{\hrule}
+ &L&&{\\}&&, &&$<$&&L &&\\&&l &&$|$ &\cr \noalign{\hrule}
+ &M&& ] &&$-$&&= &&M &&] &&m &&$\}$&\cr \noalign{\hrule}
+ &N&&{\^}&&. &&$>$&&N &&\char94 &&n &&\char126&\cr \noalign{\hrule}
+ &O&&{\-}&&/ &&? &&O &&\char95 &&o && ?&\cr \noalign{\hrule}
+ }
+
+\pagebreak %\vfill\eject
+
+\rowcount=-1
+\colcount=0
+\def\thechar#1{\hfil$\textfont1=\cmtenit
+ \advance\thenumber256\relax\mathchar\thenumber$%
+ \hfil}
+\drop
+\halign to 30pc{\fourbit\fb\tabskip=0ptplus1fil
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \tabskip=0pt\fatline#\cr
+ \fonttitle{Computer Modern Italic Font Layout}
+ &@&& P &&SP &&0 &&@ &&P &&` &&p &\cr \noalign{\hrule}
+ &A&& Q &&! &&1 &&A &&Q &&a &&q &\cr \noalign{\hrule}
+ &B&& R &&" &&2 &&B &&R &&b &&r &\cr \noalign{\hrule}
+ &C&& S &&\# &&3 &&C &&S &&c &&s &\cr \noalign{\hrule}
+ &D&& T &&\$ &&4 &&D &&T &&d &&t &\cr \noalign{\hrule}
+ &E&& U &&\% &&5 &&E &&U &&e &&u &\cr \noalign{\hrule}
+ &F&& V &&\& &&6 &&F &&V &&f &&v &\cr \noalign{\hrule}
+ &G&& W &&' &&7 &&G &&W &&g &&w &\cr \noalign{\hrule}
+ &H&& X &&( &&8 &&H &&X &&h &&x &\cr \noalign{\hrule}
+ &I&& Y &&) &&9 &&I &&Y &&i &&y &\cr \noalign{\hrule}
+ &J&& Z &&* &&: &&J &&Z &&j &&z &\cr \noalign{\hrule}
+ &K&& [ &&+ &&; &&K &&[ &&k &&$\{$&\cr \noalign{\hrule}
+ &L&&{\\}&&, &&$<$&&L &&\\&&l &&$|$ &\cr \noalign{\hrule}
+ &M&& ] &&$-$&&= &&M &&] &&m &&$\}$&\cr \noalign{\hrule}
+ &N&&{\^}&&. &&$>$&&N &&\char94 &&n &&\char126&\cr \noalign{\hrule}
+ &O&&{\-}&&/ &&? &&O &&\char95 &&o && ?&\cr \noalign{\hrule}
+ }
+
+\pagebreak %\vfill\eject
+
+%% Symbol
+
+\rowcount=-1
+\colcount=0
+\def\thechar#1{\hfil$\advance\thenumber512\relax\mathchar\thenumber$\hfil}
+\drop
+\halign to 30pc{\fourbit\fb\tabskip=0ptplus1fil
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \tabskip=0pt\fatline#\cr
+ \fonttitle{Computer Modern Symbol Font}
+ &@&& P &&SP &&0 &&@ &&P &&` &&p &\cr \noalign{\hrule}
+ &A&& Q &&! &&1 &&A &&Q &&a &&q &\cr \noalign{\hrule}
+ &B&& R &&" &&2 &&B &&R &&b &&r &\cr \noalign{\hrule}
+ &C&& S &&\# &&3 &&C &&S &&c &&s &\cr \noalign{\hrule}
+ &D&& T &&\$ &&4 &&D &&T &&d &&t &\cr \noalign{\hrule}
+ &E&& U &&\% &&5 &&E &&U &&e &&u &\cr \noalign{\hrule}
+ &F&& V &&\& &&6 &&F &&V &&f &&v &\cr \noalign{\hrule}
+ &G&& W &&' &&7 &&G &&W &&g &&w &\cr \noalign{\hrule}
+ &H&& X &&( &&8 &&H &&X &&h &&x &\cr \noalign{\hrule}
+ &I&& Y &&) &&9 &&I &&Y &&i &&y &\cr \noalign{\hrule}
+ &J&& Z &&* &&: &&J &&Z &&j &&z &\cr \noalign{\hrule}
+ &K&& [ &&+ &&; &&K &&[ &&k &&$\{$&\cr \noalign{\hrule}
+ &L&&{\\}&&, &&$<$&&L &&\\&&l &&$|$ &\cr \noalign{\hrule}
+ &M&& ] &&$-$&&= &&M &&] &&m &&$\}$&\cr \noalign{\hrule}
+ &N&&{\^}&&. &&$>$&&N &&\char94 &&n &&\char126&\cr \noalign{\hrule}
+ &O&&{\-}&&/ &&? &&O &&\char95 &&o && ?&\cr \noalign{\hrule}
+ }
+
+\pagebreak %\vfill\eject
+
+\rowcount=-1
+\colcount=0
+\def\thechar#1{\hfil\ifodd\thenumber\else\hskip3pt\relax\fi
+ $\advance\thenumber768\relax\mathchar\thenumber$\hfil}
+\rowheight=1.2\rowheight \advance\rowheight 4pt
+ \message{Vertical spacing cmex table}
+\halign to 30pc{\fourbit\fb\tabskip=0ptplus1fil
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \fatline#&\asc#\ii&\thinline#&\asc#\ii&
+ \tabskip=0pt\fatline#\cr
+ \fonttitle{Computer Modern Math Extension Font}
+ &@&& P &&SP &&0 &&@ &&P &&` &&p &\cr \noalign{\hrule}
+ &A&& Q &&! &&1 &&A &&Q &&a &&q &\cr \noalign{\hrule}
+ &B&& R &&" &&2 &&B &&R &&b &&r &\cr \noalign{\hrule}
+ &C&& S &&\# &&3 &&C &&S &&c &&s &\cr \noalign{\hrule}
+ &D&& T &&\$ &&4 &&D &&T &&d &&t &\cr \noalign{\hrule}
+ &E&& U &&\% &&5 &&E &&U &&e &&u &\cr \noalign{\hrule}
+ &F&& V &&\& &&6 &&F &&V &&f &&v &\cr \noalign{\hrule}
+ &G&& W &&' &&7 &&G &&W &&g &&w &\cr \noalign{\hrule}
+ &H&& X &&( &&8 &&H &&X &&h &&x &\cr \noalign{\hrule}
+ &I&& Y &&) &&9 &&I &&Y &&i &&y &\cr \noalign{\hrule}
+ &J&& Z &&* &&: &&J &&Z &&j &&z &\cr \noalign{\hrule}
+ &K&& [ &&+ &&; &&K &&[ &&k &&$\{$&\cr \noalign{\hrule}
+ &L&&{\\}&&, &&$<$&&L &&\\&&l &&$|$ &\cr \noalign{\hrule}
+ &M&& ] &&$-$&&= &&M &&] &&m &&$\}$&\cr \noalign{\hrule}
+ &N&&{\^}&&. &&$>$&&N &&\char94 &&n &&\char126&\cr \noalign{\hrule}
+ &O&&{\-}&&/ &&? &&O &&\char95 &&o && ?&\cr \noalign{\hrule}
+ }
+
+\pagebreak %\vfill\eject
+
+%\point[math:sym:tables] Plain \TeX\ math symbols
+\section{Plain \TeX\ math symbols}
+\label{math:sym:tables}
+
+\term math symbols, lists of\par
+
+\def\class#1{\ifcase#1ordinary\or large operator\or
+ binary operation\or relation\or open symbol\or closing symbol\or
+ punctuation\or variable family\fi}
+\def\prevclass{}\def\prevfaml{}
+\def\bodyfont{\SerifFont \pointSize:9 \Style:roman }
+\let\bodyfont\relax
+\def\colmfont{\SerifFont \pointSize:10 \Style:bold }
+\let\colmfont\relax
+\def\headrule{\noalign{\kern6pt\hrule height.5pt\hbox{}\kern2pt}}
+
+%\spoint Mathcharacter codes
+\subsection{ Mathcharacter codes}
+
+The following characters have been defined
+in a
+\begin{disp}\cs{mathcode}\gr{8-bit number}\gr{equals}\gr{15-bit number}
+\end{disp}
+assignment.
+\par\leavevmode\par
+
+\tabskip=0cm
+\begingroup\bodyfont
+\halign to 30pc
+ {\tabskip=1pc plus 3pc
+ \hfil\tt\char#\hfil&\tt\hfil#\hfil&
+ \xdef\testclass{\class#}\ifx\testclass\prevclass
+ \else\testclass\gdef\prevfaml{}\fi
+ \global\let\prevclass\testclass\hfil&
+ \gdef\testfaml{#}\hfil\ifx\testfaml\prevfaml\else\testfaml\fi
+ \global\let\prevfaml\testfaml\hfil&
+ \hfil#\hfil\tabskip=0cm\cr
+ \omit \colmfont Character\strut&
+ \omit \colmfont \cs{mathcode}&
+ \omit \colmfont \hfil Class\hfil&
+ \omit \colmfont Family&
+ \omit \colmfont Hex position\cr
+\headrule
+`\.&"013A&0&1&3A\cr
+`\/&"013D&0&1&3D\cr
+`\\&"026E&0&2&6E\cr
+`\|&"026A&0&2&6A\cr
+`\+&"202B&2&0&2B\cr
+`\-&"2200&2&2&00\cr
+`\*&"2203&2&2&03\cr
+`\:&"303A&3&0&3A\cr
+`\=&"303D&3&0&3D\cr
+`\<&"313C&3&1&3C\cr
+`\>&"313E&3&1&3E\cr
+`\(&"4028&4&0&28\cr
+`\[&"405B&4&0&5B\cr
+`\{&"4266&4&2&66\cr
+`\!&"5021&5&0&21\cr
+`\)&"5029&5&0&29\cr
+`\?&"503F&5&0&3F\cr
+`\]&"505D&5&0&5D\cr
+`\}&"5267&5&2&67\cr
+`\;&"603B&6&0&3B\cr
+`\,&"613B&6&1&3B\cr
+`\ &"8000\cr
+`\'&"8000\cr
+`\_&"8000\cr
+}
+\endgroup
+
+
+\vfill
+\pagebreak
+%\vfil\eject
+
+%\spoint Delimiter codes
+\subsection{ Delimiter codes}
+
+ The following characters have been defined
+in a
+\begin{disp}\cs{delcode}\gr{8-bit number}\gr{equals}\gr{24-bit number}\end{disp}
+assignment. They can be used with \cs{left} and~\cs{right}.
+\par\leavevmode\par
+
+\begingroup\bodyfont
+\halign to 30pc
+ {\tabskip=1pc plus 3pc
+ \hfil\tt\char#\hfil&\tt\hfil#\hfil&
+ \hfil#\hfil&\hfil#\hfil&\hfil#\hfil&\hfil#\hfil\tabskip=0cm\cr
+ \multispan2\hfil&
+ \multispan2\colmfont \hfil small variant\hfil&
+ \multispan2\colmfont \hfil large variant\hfil\strut\cr
+ \omit \colmfont Character\hfil\strut&
+ \omit \colmfont \cs{delcode}&
+ \omit \colmfont Family&
+ \omit \colmfont Hex position&
+ \omit \colmfont Family&
+ \omit \colmfont Hex position\cr
+\headrule
+`\(&"028300&0&28&3&00\cr
+`\)&"029301&0&29&3&01\cr
+`\[&"05B302&0&5B&3&02\cr
+`\]&"05D303&0&5D&3&03\cr
+`\<&"26830A&2&68&3&0A\cr
+`\>&"26930B&2&69&3&0B\cr
+`\/&"02F30E&0&2F&3&0E\cr
+`\|&"26A30C&2&6A&3&0C\cr
+`\\&"26E30F&2&6E&3&0F\cr
+}\endgroup
+
+\vfil\eject
+
+\def\prevclass{}\def\prevfaml{}
+
+%\spoint \gr{mathchardef tokens}: ordinary symbols
+\subsection{ \gr{mathchardef tokens}: ordinary symbols}
+
+ The following characters have been defined
+in a
+\begin{disp}\cs{mathchardef}\gr{control sequence}\gr{equals}\gr{15-bit number}
+\end{disp}
+assignment.
+\par\leavevmode\par
+
+\begingroup\bodyfont
+\setbox0\hbox{\cs{diamondsuit}}
+\setbox2\hbox{\colmfont Control Sequence}
+\tempdima=\wd2 \advance\tempdima-\wd0 \global\divide\tempdima2
+\halign to 30pc
+ {\tabskip=1pc plus 3pc
+ \hfil#\hfil&\kern\tempdima\cs{#}\hfil&\tt\hfil#\hfil&
+ \gdef\testfaml{#}\hfil\ifx\testfaml\prevfaml\else\testfaml\fi
+ \global\let\prevfaml\testfaml\hfil&
+ \hfil#\hfil\tabskip=0cm\cr
+ \omit \colmfont Symbol\strut&
+ \omit \colmfont Control Sequence&
+ \omit \colmfont \cs{mathcode}&
+ \omit \colmfont Family&
+ \omit \colmfont Hex position\cr
+\headrule
+$\partial$&partial& "0140&1&40\cr
+$\flat$&flat& "015B&1&5B\cr
+$\natural$&natural& "015C&1&5C\cr
+$\sharp$&sharp& "015D&1&5D\cr
+$\ell$&ell& "0160&1&60\cr
+$\imath$&imath& "017B&1&7B\cr
+$\jmath$&jmath& "017C&1&7C\cr
+$\wp$&wp& "017D&1&7D\cr
+$\prime$&prime& "0230&2&30\cr
+$\infty$&infty& "0231&2&31\cr
+$\triangle$&triangle& "0234&2&34\cr
+$\forall$&forall& "0238&2&38\cr
+$\exists$&exists& "0239&2&39\cr
+$\neg$&neg& "023A&2&3A\cr
+$\emptyset$&emptyset& "023B&2&3B\cr
+$\Re$&Re& "023C&2&3C\cr
+$\Im$&Im& "023D&2&3D\cr
+$\top$&top& "023E&2&3E\cr
+$\bot$&bot& "023F&2&3F\cr
+$\aleph$&aleph& "0240&2&40\cr
+$\nabla$&nabla& "0272&2&72\cr
+$\clubsuit$&clubsuit& "027C&2&7C\cr
+$\diamondsuit$&diamondsuit& "027D&2&7D\cr
+$\heartsuit$&heartsuit& "027E&2&7E\cr
+$\spadesuit$&spadesuit& "027F&2&7F\cr
+}\endgroup
+\vfil\eject
+
+\def\prevclass{}\def\prevfaml{}
+
+%\spoint \gr{mathchardef tokens}: large operators
+\subsection{ \gr{mathchardef tokens}: large operators}
+
+The following characters have been defined
+in a
+\begin{disp}\cs{mathchardef}\gr{control sequence}\gr{equals}\gr{15-bit number}
+\end{disp}
+assignment.
+\par\leavevmode\par
+
+\begingroup\bodyfont
+\halign to 30pc
+ {\tabskip=1pc plus 3pc
+ \hfil#\hfil&\cs{#}\hfil&\hfil\tt#\hfil&
+ \gdef\testfaml{#}\hfil\ifx\testfaml\prevfaml\else\testfaml\fi
+ \global\let\prevfaml\testfaml\hfil&
+ \hfil#\hfil\tabskip=0cm\cr
+ \omit \colmfont Symbol\strut&
+ \omit \colmfont \hfil Control Sequence\hfil&
+ \omit \colmfont \cs{mathcode}&
+ \omit \colmfont Family&
+ \omit \colmfont Hex position\cr
+\headrule
+$\smallint \displaystyle\smallint$&
+ smallint& "1273&2&73\cr
+$\bigsqcup \displaystyle\bigsqcup$&
+ bigsqcup& "1346&3&46\cr
+$\ointop \displaystyle\ointop$&
+ ointop& "1348&3&48\cr
+$\bigodot \displaystyle\bigodot$&
+ bigodot& "134A&3&4A\cr
+$\bigoplus \displaystyle\bigoplus$&
+ bigoplus& "134C&3&4C\cr
+$\bigotimes \displaystyle\bigotimes$&
+ bigotimes& "134E&3&4E\cr
+$\sum \displaystyle\sum$&
+ sum& "1350&3&50\cr
+$\prod \displaystyle\prod$&
+ prod& "1351&3&51\cr
+$\intop \displaystyle\intop$&
+ intop& "1352&3&52\cr
+$\bigcup \displaystyle\bigcup$&
+ bigcup& "1353&3&53\cr
+$\bigcap \displaystyle\bigcap$&
+ bigcap& "1354&3&54\cr
+$\biguplus \displaystyle\biguplus$&
+ biguplus& "1355&3&55\cr
+$\bigwedge \displaystyle\bigwedge$&
+ bigwedge& "1356&3&56\cr
+$\bigvee \displaystyle\bigvee$&
+ bigvee& "1357&3&57\cr
+$\coprod \displaystyle\coprod$&
+ coprod& "1360&3&60\cr
+}\endgroup
+\vfil\eject
+
+\def\prevclass{}\def\prevfaml{}
+
+%\spoint \gr{mathchardef tokens}: binary operations
+\subsection{ \gr{mathchardef tokens}: binary operations}
+
+The following characters have been defined
+in a
+\begin{disp}\cs{mathchardef}\gr{control sequence}\gr{equals}\gr{15-bit number}
+\end{disp}
+assignment.
+\par\leavevmode\par
+
+\begingroup\bodyfont
+\halign to 30pc
+ {\tabskip=1pc plus 3pc
+ \hfil#\hfil&\cs{#}\hfil&\tt#\hfil&
+ \gdef\testfaml{#}\hfil\ifx\testfaml\prevfaml\else\testfaml\fi
+ \global\let\prevfaml\testfaml\hfil&
+ \hfil#\hfil\tabskip=0cm\cr
+ \omit \colmfont Symbol\strut&
+ \omit \colmfont \hfil Control Sequence\hfil&
+ \omit \colmfont \cs{mathcode}&
+ \omit \colmfont Family&
+ \omit \colmfont Hex position\cr
+\headrule
+$\triangleright$&triangleright& "212E&1&2E\cr
+$\triangleleft$&triangleleft& "212F&1&2F\cr
+$\star$&star& "213F&1&3F\cr
+$\cdot$&cdot& "2201&2&01\cr
+$\times$&times& "2202&2&02\cr
+$\ast$&ast& "2203&2&03\cr
+$\div$&div& "2204&2&04\cr
+$\diamond$&diamond& "2205&2&05\cr
+$\pm$&pm& "2206&2&06\cr
+$\mp$&mp& "2207&2&07\cr
+$\oplus$&oplus& "2208&2&08\cr
+$\ominus$&ominus& "2209&2&09\cr
+$\otimes$&otimes& "220A&2&0A\cr
+$\oslash$&oslash& "220B&2&0B\cr
+$\odot$&odot& "220C&2&0C\cr
+$\bigcirc$&bigcirc& "220D&2&0D\cr
+$\circ$&circ& "220E&2&0E\cr
+$\bullet$&bullet& "220F&2&0F\cr
+$\bigtriangleup$&bigtriangleup& "2234&2&34\cr
+$\bigtriangledown$&bigtriangledown& "2235&2&35\cr
+$\cup$&cup& "225B&2&5B\cr
+$\cap$&cap& "225C&2&5C\cr
+$\uplus$&uplus& "225D&2&5D\cr
+$\wedge$&wedge& "225E&2&5E\cr
+$\vee$&vee& "225F&2&5F\cr
+$\setminus$&setminus& "226E&2&6E\cr
+$\wr$&wr& "226F&2&6F\cr
+$\amalg$&amalg& "2271&2&71\cr
+$\sqcup$&sqcup& "2274&2&74\cr
+$\sqcap$&sqcap& "2275&2&75\cr
+$\dagger$&dagger& "2279&2&79\cr
+$\ddagger$&ddagger& "227A&2&7A\cr
+}\endgroup
+\vfil\eject
+
+\def\prevclass{}\def\prevfaml{}
+
+%\spoint \gr{mathchardef tokens}: relations
+\subsection{ \gr{mathchardef tokens}: relations}
+
+The following characters have been defined
+in a
+\begin{disp}\cs{mathchardef}\gr{control sequence}\gr{equals}\gr{15-bit number}
+\end{disp}
+assignment.
+\par\leavevmode\par
+
+\begingroup\bodyfont
+\halign to 30pc
+ {\tabskip=1pc plus 3pc
+ \hfil#\hfil&\cs{#}\hfil&\tt#\hfil&
+ \gdef\testfaml{#}\hfil\ifx\testfaml\prevfaml\else\testfaml\fi
+ \global\let\prevfaml\testfaml\hfil&
+ \hfil#\hfil\tabskip=0cm\cr
+ \omit \colmfont Symbol\strut&
+ \omit \colmfont \hfil Control Sequence\hfil&
+ \omit \colmfont \cs{mathcode}&
+ \omit \colmfont Family&
+ \omit \colmfont Hex position\cr
+\headrule
+$\leftharpoonup$&leftharpoonup& "3128&1&28\cr
+$\leftharpoondown$&leftharpoondown& "3129&1&29\cr
+$\rightharpoonup$&rightharpoonup& "312A&1&2A\cr
+$\rightharpoondown$&rightharpoondown& "312B&1&2B\cr
+$\smile$&smile& "315E&1&5E\cr
+$\frown$&frown& "315F&1&5F\cr
+$\asymp$&asymp& "3210&2&10\cr
+$\equiv$&equiv& "3211&2&11\cr
+$\subseteq$&subseteq& "3212&2&12\cr
+$\supseteq$&supseteq& "3213&2&13\cr
+$\leq$&leq& "3214&2&14\cr
+$\geq$&geq& "3215&2&15\cr
+$\preceq$&preceq& "3216&2&16\cr
+$\succeq$&succeq& "3217&2&17\cr
+$\sim$&sim& "3218&2&18\cr
+$\approx$&approx& "3219&2&19\cr
+$\subset$&subset& "321A&2&1A\cr
+$\supset$&supset& "321B&2&1B\cr
+$\ll$&ll& "321C&2&1C\cr
+$\gg$&gg& "321D&2&1D\cr
+$\prec$&prec& "321E&2&1E\cr
+$\succ$&succ& "321F&2&1F\cr
+$\leftarrow$&leftarrow& "3220&2&20\cr
+$\rightarrow$&rightarrow& "3221&2&21\cr
+$\leftrightarrow$&leftrightarrow& "3224&2&24\cr
+$\nearrow$&nearrow& "3225&2&25\cr
+$\searrow$&searrow& "3226&2&26\cr
+$\simeq$&simeq& "3227&2&27\cr
+$\Leftarrow$&Leftarrow& "3228&2&28\cr
+$\Rightarrow$&Rightarrow& "3229&2&29\cr
+$\Leftrightarrow$&Leftrightarrow& "322C&2&2C\cr
+$\nwarrow$&nwarrow& "322D&2&2D\cr
+$\swarrow$&swarrow& "322E&2&2E\cr
+$\propto$&propto& "322F&2&2F\cr
+$\in$&in& "3232&2&32\cr
+$\ni$&ni& "3233&2&33\cr
+$\not$&not& "3236&2&36\cr
+$\mapstochar$&mapstochar& "3237&2&37\cr
+$\perp$&perp& "323F&2&3F\cr
+$\vdash$&vdash& "3260&2&60\cr
+$\dashv$&dashv& "3261&2&61\cr
+$\mid$&mid& "326A&2&6A\cr
+$\parallel$&parallel& "326B&2&6B\cr
+$\sqsubseteq$&sqsubseteq& "3276&2&76\cr
+$\sqsupseteq$&sqsupseteq& "3277&2&77\cr
+} \endgroup
+\vfil
+
+%\spoint \cs{delimiter} macros
+\subsection{\protect\cs{delimiter} macros}
+
+The following characters have been defined
+in a
+\begin{disp}\cs{def}\gr{control sequence}\lb\cs{delimiter}\gr{27-bit number}\rb
+\end{disp}
+assignment.
+\par\leavevmode\par
+
+\halign to 30pc
+ {\tabskip=1pc plus 3pc
+ \hfil$\left#\null\right.$\hfil&
+ \cs{#}\hfil&\hfil\tt#&\class{#}\hfil\tabskip=0cm\cr
+ \omit \colmfont Delimiters\hidewidth\strut\cr
+ \omit \colmfont Symbol\hfil\strut&
+ \omit \colmfont Control Sequence\hfil&
+ \omit \colmfont \hfil Hex code\hfil&
+ \omit \colmfont \hfil Function\hfil\cr
+\headrule
+\lmoustache&lmoustache&
+ "4000340&4\cr
+\rmoustache&rmoustache&
+ "5000341&5\cr
+\lgroup&lgroup&
+ "400033A&4\cr
+\rgroup&rgroup&
+ "500033B&5\cr
+\arrowvert&arrowvert&
+ "33C&0\cr
+\Arrowvert&Arrowvert&
+ "33D&0\cr
+\bracevert&bracevert&
+ "33E&0\cr
+\Vert&Vert&
+ "26B30D&0\cr
+\vert&vert&
+ "26A30C&0\cr
+\uparrow&uparrow&
+ "3222378&3\cr
+\downarrow&downarrow&
+ "3223379&3\cr
+\updownarrow&updownarrow&
+ "326C33F&3\cr
+\Uparrow&Uparrow&
+ "322A37E&3\cr
+\Downarrow&Downarrow&
+ "322B37F&3\cr
+\Updownarrow&Updownarrow&
+ "326D377&3\cr
+.\backslash&backslash&
+ "26E30F&0\cr
+\rangle&rangle&
+ "526930B&5\cr
+\langle&langle&
+ "426830A&4\cr
+\rbrace&rbrace&
+ "5267309&5\cr
+\lbrace&lbrace&
+ "4266308&4\cr
+\rceil&rceil&
+ "5265307&5\cr
+\lceil&lceil&
+ "4264306&4\cr
+\rfloor&rfloor&
+ "5263305&5\cr
+\lfloor&lfloor&
+ "4262304&4\cr
+}
+\vfil\eject
+
+
+%\restorecat\"
+
+% \begin{comment}
+
+% \let\cr
+
+% \def\sqrt{\radical"270370 }
+
+% \def\`#1{{\accent18 #1}}
+% \def\'#1{{\accent19 #1}}
+% \def\v#1{{\accent20 #1}}
+% \def\u#1{{\accent21 #1}}
+% \def\=#1{{\accent22 #1}}
+% \def\^#1{{\accent94 #1}}
+% \def\.#1{{\accent95 #1}}
+% \def\H#1{{\accent"7D #1}}
+% \def\~#1{{\accent"7E #1}}
+% \def\"#1{{\accent"7F #1}}
+% \def\t#1{{\edef\next{\the\font}\the\textfont1\accent"7F\next#1}}
+
+% \def\acute{\mathaccent"7013 }
+% \def\grave{\mathaccent"7012 }
+% \def\ddot{\mathaccent"707F }
+% \def\tilde{\mathaccent"707E }
+% \def\bar{\mathaccent"7016 }
+% \def\breve{\mathaccent"7015 }
+% \def\check{\mathaccent"7014 }
+% \def\hat{\mathaccent"705E }
+% \def\vec{\mathaccent"017E }
+% \def\dot{\mathaccent"705F }
+% \def\widetilde{\mathaccent"0365 }
+% \def\widehat{\mathaccent"0362 }
+
+% \mathchardef\alpha="010B
+% \mathchardef\beta="010C
+% \mathchardef\gamma="010D
+% \mathchardef\delta="010E
+% \mathchardef\epsilon="010F
+% \mathchardef\zeta="0110
+% \mathchardef\eta="0111
+% \mathchardef\theta="0112
+% \mathchardef\iota="0113
+% \mathchardef\kappa="0114
+% \mathchardef\lambda="0115
+% \mathchardef\mu="0116
+% \mathchardef\nu="0117
+% \mathchardef\xi="0118
+% \mathchardef\pi="0119
+% \mathchardef\rho="011A
+% \mathchardef\sigma="011B
+% \mathchardef\tau="011C
+% \mathchardef\upsilon="011D
+% \mathchardef\phi="011E
+% \mathchardef\chi="011F
+% \mathchardef\psi="0120
+% \mathchardef\omega="0121
+% \mathchardef\varepsilon="0122
+% \mathchardef\vartheta="0123
+% \mathchardef\varpi="0124
+% \mathchardef\varrho="0125
+% \mathchardef\varsigma="0126
+% \mathchardef\varphi="0127
+% \mathchardef\Gamma="7000
+% \mathchardef\Delta="7001
+% \mathchardef\Theta="7002
+% \mathchardef\Lambda="7003
+% \mathchardef\Xi="7004
+% \mathchardef\Pi="7005
+% \mathchardef\Sigma="7006
+% \mathchardef\Upsilon="7007
+% \mathchardef\Phi="7008
+% \mathchardef\Psi="7009
+% \mathchardef\Omega="700A
+% \end{comment}
+
diff --git a/info/texbytopic/tex.bib b/info/texbytopic/tex.bib
new file mode 100644
index 0000000000..15039738ab
--- /dev/null
+++ b/info/texbytopic/tex.bib
@@ -0,0 +1,514 @@
+@book{HH,
+author = {D. Adams},
+year = {1979},
+title = {The Hitchhiker's Guide to the Galaxy},
+publisher = {Pan books},
+location = {London}
+}
+
+@book{Appelt,
+author = {W. Appelt},
+year = {1988},
+title = {{\TeX} f"ur Fortgeschrittene},
+publisher = {Addison-Wesley Verlag},
+location = {Bonn}
+}
+
+@article{svb:future,
+author = {S. von Bechtolsheim},
+year = {1988},
+title = {A tutorial on \cs{futurelet}},
+journal = {TUGboat},
+volume = {9},
+issue = {3}, pages = {276--278}
+}
+
+@article{B:ctrl-M,
+author = {B. Beeton},
+year = {1988},
+title = {Controlling \n{<ctrl-M>}; ruling the depths},
+journal = {TUGboat},
+volume = {9},
+issue = {2}, pages = {182--183}
+}
+
+@misc{BB:ISO,
+author = {B. Beeton},
+year = {1991},
+title = {Additional font and glyph attributes for processing of mathematics},
+note = {document N1174 Rev.,of ISO/IEC JTC1/SC18/WG8.}
+}
+
+@article{Berry,
+author = {K. Berry},
+year = {1990},
+title = {Eplain},
+journal = {TUGboat},
+volume = {11},
+issue = {4},
+pages = {571--572}
+}
+
+@article{BEP,
+author = {J. Braams and V. Eijkhout and N.A.F.M. Poppelier},
+year = {1989},
+title = {The development of national {\LaTeX} styles},
+journal = {TUGboat},
+volume = {10},
+issue = {3},
+pages = {401--406}
+}
+
+@article{Babel,
+author = {J. Braams},
+year = {1991},
+title = {Babel, a language option for {\LaTeX}},
+journal = {TUGboat},
+volume = {12},
+issue = {2}, pages = {291--301}
+}
+
+@article{Downs,
+author = {M.J. Downes},
+title = {Line breaking in \cs{unhbox}ed text},
+journal = {TUGboat},
+volume = {11},
+issue = {4}, pages = {605--612}
+}
+
+@article{E1,
+author = {V. Eijkhout},
+title = {Unusual paragraph shapes},
+journal = {TUGboat},
+volume = {11},
+issue = {1}, pages = {51--53}
+}
+
+@article{E3,
+author = {V. Eijkhout},
+title = {An indentation scheme},
+journal = {TUGboat},
+volume = {11},
+issue = {4}, pages = {613--616}
+}
+
+@article{E4,
+author = {V. Eijkhout},
+title = {A paragraph skip scheme},
+journal = {TUGboat},
+volume = {11},
+issue = {4}, pages = {616--619}
+}
+
+@article{EL,
+author = {V. Eijkhout and A. Lenstra},
+year = {1991},
+title = {The document style designer as a separate entity},
+journal = {TUGboat},
+volume = {12},
+issue = {1}, pages = {31--34}
+}
+
+@article{E2,
+author = {V. Eijkhout},
+year = {1991},
+title = {Oral {\TeX}},
+journal = {TUGboat},
+volume = {12},
+issue = {2}, pages = {272--276}
+}
+
+ @book{tbt,
+author = {Victor Eijkhout},
+title = {{\TeX} by Topic},
+publisher = {Addison-Wesley UK},
+year = {1991},
+note = {out of print; available online at \url{http://www.eijkhout.net/tbt/}}
+}
+
+@article{TeXT1,
+author = {D. Guenther},
+year = {1990},
+title = {{\TeX\ T1} goes public domain},
+journal = {TUGboat},
+volume = {11},
+issue = {1}, pages = {54--55}
+}
+
+@book{Amy,
+author = {A. Hendrikson},
+year = {1991},
+title = {Macro\TeX, A {\TeX} Macro Toolkit},
+publisher = {\TeX\-nology Inc},
+location = {Brookline, MA}
+}
+
+@article{Jeffrey:lists,
+author = {A. Jeffrey},
+year = {1990},
+title = {Lists in {\TeX}'s mouth},
+journal = {TUGboat},
+volume = {11},
+issue = {2}, pages = {237--245}
+}
+
+@book{Knuth:TeXbook,
+author = {D.E. Knuth},
+title = {The {\TeX} book},
+publisher = {Addison-Wesley},
+year = {reprinted with corrections~1989}
+}
+
+@article{K:literate,
+author = {D.E. Knuth},
+title = {Literate programming},
+journal = {Computer J.},
+volume = {27}, pages = {97--111}
+}
+
+ @book{Knuth:digitaltypography,
+author = {D.E. Knuth},
+title = {Digital Typography}
+}
+
+@techreport{K:trip,
+author = {D.E. Knuth},
+title = {A torture test for {\TeX}},
+institution = {Stanford Computer Science Report~1027, Stanford, California}
+}
+
+@book{Knuth:TeXprogram,
+author = {D.E. Knuth},
+title = {{\TeX}: the Program},
+publisher = {Addison-Wesley},
+location = {Reading, MA},
+year = {1986}
+}
+
+ @book{Knuth:metafont,
+author = {D.E. Knuth},
+title = {The {Metafont} Book},
+publisher = {Addison-Wesley, Reading, Massachusetts},
+year = {1986},
+note = {Computers~\& Typesetting, volume~C}
+}
+
+@book{K:partE,
+author = {D.E. Knuth},
+title = {Computer Modern Typefaces},
+publisher = {Addison-Wesley},
+location = {Reading, MA}
+}
+
+ @article{Knuth:angles,
+author = {D.E. Knuth},
+title = {A note on digitized angles},
+journal = {Electronic Publishing -- Origination, Dissemination, and Design},
+volume = {3},
+year = {1990},
+pages = {99--104},
+note = {also as Chapter~23 in D.E. Knuth, Literate Programming,
+ CSLI~publications, Stanford, California, 1999}
+}
+
+@article{K:cc,
+author = {D.E. Knuth},
+title = {Typesetting Concrete Mathematics},
+journal = {TUGboat},
+volume = {10},
+issue = {1},
+pages = {31--36}
+}
+
+@article{K:TeX23,
+author = {D.E. Knuth},
+title = {The new versions of {{\TeX}} and {Metafont}},
+journal = {TUGboat},
+volume = {10},
+issue = {3},
+pages = {325--327}
+}
+
+@article{Knuth:TeXerrors,
+author = {D.E. Knuth},
+title = {The errors of {\TeX}},
+journal = {Software Practice and Experience},
+volume = {19},
+pages = {607--681}
+}
+
+@article{K:virt,
+author = {D.E. Knuth},
+year = {1990},
+title = {Virtual fonts: more fun for grand wizards},
+journal = {TUGboat},
+volume = {11},
+issue = {1},
+pages = {13--23}
+}
+
+@article{K:break,
+author = {D.E. Knuth and M.F. Plass},
+year = {1981},
+title = {Breaking paragraphs into lines.},
+journal = {Software practice and experience},
+volume = {11},
+pages = {1119--1184}
+}
+
+@techreport{K:Fuchs,
+author = {D.E. Knuth and D.R. Fuchs},
+year = {1986},
+title = {{\TeX} ware},
+note = {Stanford Computer Science report 86--1097}
+}
+
+ @book{KopkaDaly,
+author = {Helmut Kopka and Patrick W. Daly},
+title = {A Guide to {\LaTeX}},
+publisher = {Addison-Wesley},
+year = {first published 1992}
+}
+
+@article{Vas:add,
+author = {G. Kuiken},
+year = {1990},
+title = {Additional hyphenation patterns},
+journal = {TUGboat},
+volume = {11},
+issue = {1}, pages = {24--25}
+}
+
+@book{Lamport:LaTeX,
+author = {L. Lamport},
+year = {1986},
+title = {{\LaTeX}, a Document Preparation System},
+publisher = {Addison-Wesley},
+location = {Reading, MA}
+}
+
+@phdthesis{Liang,
+author = {F.M. Liang},
+year = {1983},
+title = {Word \hbox{hy-phen-a-tion} by \hbox{com-pu-ter}},
+institution = {Stanford University},
+number = {Computer Science Department report~977}
+}
+
+@article{Maus,
+author = {S. Maus},
+year = {1990},
+title = {Looking ahead for a \gr{box}},
+journal = {TUGboat},
+volume = {11},
+issue = {4}, pages = {612--613}
+}
+
+@article{Maus2,
+author = {S. Maus},
+year = {1991},
+title = {An expansion power lemma},
+journal = {TUGboat},
+volume = {12},
+issue = {2},
+pages = {277}
+}
+
+@article{Frank,
+author = {F. Mittelbach and R. Sch"opf},
+year = {1989},
+title = {With {\LaTeX} into the nineties},
+journal = {TUGboat},
+volume = {10},
+issue = {4},
+pages = {681--690}
+}
+
+@article{Frank2,
+author = {F. Mittelbach and R. Sch"opf},
+title = {{\LaTeX}3}, journal = {TUGboat},
+volume = {12},
+issue = {1}
+}
+
+ @book{LaTeXcompanion,
+author = {Frank Mittelbach and Michel Goossens and Johannes Braams and David Carlisle and Chris Rowley},
+title = {The {\LaTeX} Companion, 2nd edition},
+publisher = {Addison-Wesley},
+year = {2004}
+}
+
+@misc{TeXsis,
+author = {E. Myers and F.E. Paige},
+title = {{\TeX} sis -- {\TeX} macros for physicists},
+note = {Macros and manual
+available by anonymous ftp from
+lifshitz.ph.utexas.edu (128.83.131.57)}
+}
+
+@book{Hart,
+key = {Hart},
+title = {Hart's Rules for Compositors and Readers at the
+Oxford University Press},
+location = {Oxford},
+publisher = {Oxford University Press},
+note = {39th edition},
+year = {1983}
+}
+
+@article{Partl,
+author = {H. Partl},
+year = {1988},
+title = {German {\TeX}},
+journal = {TUGboat},
+volume = {9},
+issue = {1}, pages = {70--72}
+}
+
+ @phdthesis{Plass:thesis,
+author = {Michael F. Plass},
+title = {Optimal Pagination Techniques for Automatic Typesetting Systems},
+institution = {Computer Science Department, Stanford University,
+ Stanford CA 94305},
+year = {1981},
+note = {also Xerox technical report ISL-81-1}
+}
+
+@book{Rubinstein:digital-typography,
+author = {Richard Rubinstein},
+title = {Digital Typography},
+publisher = {Addison-Wesley},
+year = {1988}
+}
+
+@article{chess,
+author = {Z. Rubinstein},
+year = {1989},
+title = {Printing annotated chess literature in natural notation},
+journal = {TUGboat},
+volume = {10},
+issue = {3}, pages = {387--390}
+}
+
+@article{Sal1,
+author = {D. Salomon},
+title = {Output routines: Examples and
+techniques. Part~I: Introduction and examples.},
+journal = {TUGboat},
+volume = {11},
+issue = {1}, pages = {69--85},
+year = {1990}
+}
+
+@article{Sal2,
+author = {D. Salomon},
+year = {1990},
+title = {Output routines: Examples and
+techniques. Part~II: {OTR} Techniques.},
+journal = {TUGboat},
+volume = {11},
+issue = {2}, pages = {212--236}
+}
+
+@article{Sal3,
+author = {D. Salomon},
+year = {1990},
+title = {Output routines: Examples and
+techniques. Part~III: Insertions},
+journal = {TUGboat},
+volume = {11},
+issue = {4}, pages = {588--605}
+}
+
+@book{Sewell,
+author = {W. Sewell},
+year = {1989},
+title = {Weaving a Program: Literate Programming in \n{WEB}},
+publisher = {Van Nostrand Reinhold},
+location = {New York NY}
+}
+
+@incollection{S,
+author = {R. Southall},
+year = {1984},
+title = {Designing a new typeface with Metafont},
+booktitle = {{\TeX} for scientific documentation,
+Lecture Notes in Computer Science~236},
+publisher = {Springer Verlag},
+location = {Berlin}
+}
+
+@book{Ams,
+author = {M. Spivak},
+year = {1986},
+title = {The Joy of {\TeX}},
+publisher = {American Mathematical Society},
+location = {Providence RI}
+}
+
+@book{Lams,
+author = {M. Spivak},
+year = {1989},
+title = {\LamsTeX, the Synthesis},
+publisher = {The {\TeX} plorators Corporation}
+}
+
+@article{Thull,
+author = {K. Thull},
+year = {1989},
+title = {The virtual memory management
+of PubliC {\TeX}},
+journal = {TUGboat},
+volume = {10},
+issue = {1}, pages = {15--22}
+}
+
+@book{Tsch,
+author = {J. Tschichold},
+year = {1975},
+title = {Ausgew"ahlte Aufs"atze "uber
+Fragen der Gestalt des Buches und der Typographie},
+location = {Basel},
+publisher = {Birkh"auser Verlag}
+}
+
+@article{Tut,
+author = {P. Tutelaers},
+year = {1991},
+title = {A font and a style for typesetting chess using {\LaTeX}
+ or plain {\TeX}},
+journal = {TUGboat},
+volume = {13},
+issue = {1}
+}
+
+@book{Up,
+author = {D.B. Updike},
+year = {1937},
+title = {Printing Types},
+publisher = {Harvard University Press},
+note = {(reprinted 1980, New York NY: Dover Publications)}
+}
+
+@article{Vox,
+author = {M. Vox},
+journal = {Caract\`ere},
+issue = {Christmas issue},
+year = {1955}
+}
+
+@techreport{Phyzzx,
+author = {M. Weinstein},
+year = {1984},
+title = {Everything you wanted to know about PHYZZX but didn't know to ask},
+note = {Stanford Linear Accelerator Publication, SLAC-TN-84-7}
+}
+
+@book{White:line,
+author = {J.V. White},
+year = {1988},
+ title = {Graphic Design for the Electronic Age},
+location = {New York NY},
+publisher = {Watson-Guptill}
+}
+