diff options
author | Norbert Preining <norbert@preining.info> | 2022-05-15 03:00:49 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-05-15 03:00:49 +0000 |
commit | f8e05edb088c3b5246e016f68df9c4cadccfd34d (patch) | |
tree | bc2ad458c483af921298a66be3b70d0cc74f2c85 /macros/latex | |
parent | 2afee5e322fb0dfc2764c270803bc6381b65636e (diff) |
CTAN sync 202205150300
Diffstat (limited to 'macros/latex')
35 files changed, 11540 insertions, 7683 deletions
diff --git a/macros/latex/contrib/crefthe/crefthe-doc.pdf b/macros/latex/contrib/crefthe/crefthe-doc.pdf Binary files differindex 16dea32970..57189c0a06 100644 --- a/macros/latex/contrib/crefthe/crefthe-doc.pdf +++ b/macros/latex/contrib/crefthe/crefthe-doc.pdf diff --git a/macros/latex/contrib/crefthe/crefthe-doc.tex b/macros/latex/contrib/crefthe/crefthe-doc.tex index e7bb3e0977..f738d30107 100644 --- a/macros/latex/contrib/crefthe/crefthe-doc.tex +++ b/macros/latex/contrib/crefthe/crefthe-doc.tex @@ -111,7 +111,7 @@ \begin{document} -\def\PackageVersion{2022/04/24} +\def\PackageVersion{2022/05/13} \title{\crefthepackage{}\\\smallskip\itshape Cross referencing with proper definite articles} \author{Jinwen XU} @@ -255,7 +255,7 @@ To place hyperlinks at the right place, \lstinline|\crefthename| touches the cor \section{The relationship with \textsf{cleveref}} -\crefthepackage{} loads \textsf{cleveref} automatically and pass all the options to it. All its commands, used without optional arguments, degenerate to those in \textsf{cleveref}. For example, \lstinline|\crefthe{...}| is the same as \lstinline|\cref{...}|, and \lstinline|\crefthename| is the same as \lstinline|\crefname| if the definite articles are not specified. That said, you can safely use the command \lstinline|\crefthe| everywhere in your document without causing extra trouble. +\crefthepackage{} loads \textsf{cleveref} automatically and pass related options to it. All its commands, used without optional arguments, degenerate to those in \textsf{cleveref}. For example, \lstinline|\crefthe{...}| is the same as \lstinline|\cref{...}|, and \lstinline|\crefthename| is the same as \lstinline|\crefname| if the definite articles are not specified. That said, you can safely use the command \lstinline|\crefthe| everywhere in your document without causing extra trouble. With the package option \packageoption{overwrite}, user commands in \textsf{cleveref} will be replaced by those offered here, thus you can simply write \lstinline|\cref| for \lstinline|\crefthe| -- and similarly with \lstinline|\Cref|, \lstinline|\crefname| and \lstinline|\Crefname|. diff --git a/macros/latex/contrib/crefthe/crefthe.sty b/macros/latex/contrib/crefthe/crefthe.sty index 7c9a58965d..286a5dac86 100644 --- a/macros/latex/contrib/crefthe/crefthe.sty +++ b/macros/latex/contrib/crefthe/crefthe.sty @@ -13,18 +13,25 @@ \RequirePackage{l3keys2e} \ProvidesExplPackage {crefthe} - {2022/04/24} {} + {2022/05/13} {} {Cross referencing with proper definite articles} \keys_define:nn { crefthe } { - , overwrite .bool_set:N = \l__crefthe_overwrite_bool - , overwrite .initial:n = { false } - , unknown .code:n = - { \PassOptionsToPackage { \CurrentOption } { cleveref } } + , overwrite .bool_set:N = \l__crefthe_overwrite_bool + , overwrite .initial:n = { false } + , nameinlink .bool_set:N = \l__crefthe_nameinlink_bool + , nameinlink .initial:n = { false } + , unknown .code:n = + { \PassOptionsToPackage { \CurrentOption } { cleveref } } } \ProcessKeysOptions { crefthe } +\bool_if:NT \l__crefthe_nameinlink_bool + { + \PassOptionsToPackage { nameinlink } { cleveref } + } + \RequirePackage { cleveref } \RequirePackage { regexpatch } @@ -124,12 +131,15 @@ \cs_new_protected:Nn \__crefthe_name_general_do:nnnnnn { \use:c { crefthe_#6refname_original:w } { #1 } { #2 #3 } { #4 #5 } - \hook_gput_code:nnn { begindocument } { crefthe } + \bool_if:NT \l__crefthe_nameinlink_bool { - \crefthe_patch_format:nnnn { #6ref@#1@format } { #6ref@#1@name } { #2 } { #3 } - \crefthe_patch_format:nnnn { #6ref@#1@format@first } { #6ref@#1@name@plural } { #4 } { #5 } - \crefthe_patch_format:nnnn { #6refrange@#1@format } { #6ref@#1@name@plural } { #4 } { #5 } - \crefthe_patch_format:nnnn { #6refrange@#1@format@first } { #6ref@#1@name@plural } { #4 } { #5 } + \hook_gput_code:nnn { begindocument } { crefthe } + { + \crefthe_patch_format:nnnn { #6ref@#1@format } { #6ref@#1@name } { #2 } { #3 } + \crefthe_patch_format:nnnn { #6ref@#1@format@first } { #6ref@#1@name@plural } { #4 } { #5 } + \crefthe_patch_format:nnnn { #6refrange@#1@format } { #6ref@#1@name@plural } { #4 } { #5 } + \crefthe_patch_format:nnnn { #6refrange@#1@format@first } { #6ref@#1@name@plural } { #4 } { #5 } + } } } @@ -149,12 +159,15 @@ \exp_args:Nc \regexpatchcmd { #1 } { (\cP\# .) \c{ #2 } } { \u{l_tmpa_tl} \1 \u{l_tmpb_tl} } - { } { \PatchFailed } + { } { \msg_warning:nnn { crefthe } { format-patch-failed } { #1 } } \makeatother \seq_gput_right:Nn \g__crefthe_already_patched_seq { #1 - #2 } } } +\msg_new:nnn { crefthe } + { format-patch-failed } + { Failed~to~patch~the~format~"\iow_char:N \\#1"! } \cs_generate_variant:Nn \text_lowercase:n { V } \NewDocumentCommand \crefthemark { m } diff --git a/macros/latex/contrib/functional/README.txt b/macros/latex/contrib/functional/README.txt index 042790d1c7..37fd819693 100644 --- a/macros/latex/contrib/functional/README.txt +++ b/macros/latex/contrib/functional/README.txt @@ -1,4 +1,4 @@ -Functional: LaTeX2 functional interfaces for LaTeX3 programming layer +Functional: Intuitive Functional Programming Interface for LaTeX2 Copyright : 2022 (c) Jianrui Lyu <tolvjr@163.com> CTAN Page : https://ctan.org/pkg/functional Repository: https://github.com/lvjr/functional diff --git a/macros/latex/contrib/functional/functional.pdf b/macros/latex/contrib/functional/functional.pdf index 3e430be2fd..b154fa20cc 100644 --- a/macros/latex/contrib/functional/functional.pdf +++ b/macros/latex/contrib/functional/functional.pdf @@ -60,990 +60,1125 @@ endobj << /S /GoTo /D (section.2.2) >> endobj 36 0 obj -(\376\377\000R\000e\000t\000u\000r\000n\000\040\000V\000a\000l\000u\000e\000s\000\040\000o\000f\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000R\000e\000t\000u\000r\000n\000i\000n\000g\000\040\000V\000a\000l\000u\000e\000s\000\040\000a\000n\000d\000\040\000P\000r\000i\000n\000t\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000s) endobj 37 0 obj -<< /S /GoTo /D (chapter.3) >> +<< /S /GoTo /D (section.2.3) >> endobj 40 0 obj -(\376\377\000A\000r\000g\000u\000m\000e\000n\000t\000\040\000U\000s\000i\000n\000g\000\040\000\050\000U\000s\000e\000\051) +(\376\377\000R\000u\000n\000n\000i\000n\000g\000\040\000C\000o\000d\000e\000\040\000w\000i\000t\000h\000\040\000A\000n\000o\000n\000y\000m\000o\000u\000s\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 41 0 obj -<< /S /GoTo /D (section.3.1) >> +<< /S /GoTo /D (chapter.3) >> endobj 44 0 obj -(\376\377\000E\000x\000p\000a\000n\000d\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000s) +(\376\377\000A\000r\000g\000u\000m\000e\000n\000t\000\040\000U\000s\000i\000n\000g\000\040\000\050\000U\000s\000e\000\051) endobj 45 0 obj -<< /S /GoTo /D (section.3.2) >> +<< /S /GoTo /D (section.3.1) >> endobj 48 0 obj -(\376\377\000U\000s\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000s) +(\376\377\000E\000x\000p\000a\000n\000d\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000s) endobj 49 0 obj -<< /S /GoTo /D (chapter.4) >> +<< /S /GoTo /D (section.3.2) >> endobj 52 0 obj -(\376\377\000C\000o\000n\000t\000r\000o\000l\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000s\000\040\000\050\000B\000o\000o\000l\000\051) +(\376\377\000U\000s\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000s) endobj 53 0 obj -<< /S /GoTo /D (section.4.1) >> +<< /S /GoTo /D (chapter.4) >> endobj 56 0 obj -(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000B\000o\000o\000l\000e\000a\000n\000s) +(\376\377\000C\000o\000n\000t\000r\000o\000l\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000s\000\040\000\050\000B\000o\000o\000l\000\051) endobj 57 0 obj -<< /S /GoTo /D (section.4.2) >> +<< /S /GoTo /D (section.4.1) >> endobj 60 0 obj -(\376\377\000B\000o\000o\000l\000e\000a\000n\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) +(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000B\000o\000o\000l\000e\000a\000n\000s) endobj 61 0 obj -<< /S /GoTo /D (section.4.3) >> +<< /S /GoTo /D (section.4.2) >> endobj 64 0 obj -(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000S\000e\000t\000t\000i\000n\000g\000\040\000B\000o\000o\000l\000e\000a\000n\000s) +(\376\377\000B\000o\000o\000l\000e\000a\000n\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) endobj 65 0 obj -<< /S /GoTo /D (section.4.4) >> +<< /S /GoTo /D (section.4.3) >> endobj 68 0 obj -(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000B\000o\000o\000l\000e\000a\000n\000s) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000S\000e\000t\000t\000i\000n\000g\000\040\000B\000o\000o\000l\000e\000a\000n\000s) endobj 69 0 obj -<< /S /GoTo /D (section.4.5) >> +<< /S /GoTo /D (section.4.4) >> endobj 72 0 obj -(\376\377\000B\000o\000o\000l\000e\000a\000n\000s\000\040\000a\000n\000d\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000B\000o\000o\000l\000e\000a\000n\000s) endobj 73 0 obj -<< /S /GoTo /D (section.4.6) >> +<< /S /GoTo /D (section.4.5) >> endobj 76 0 obj -(\376\377\000B\000o\000o\000l\000e\000a\000n\000s\000\040\000a\000n\000d\000\040\000L\000o\000g\000i\000c\000a\000l\000\040\000L\000o\000o\000p\000s) +(\376\377\000B\000o\000o\000l\000e\000a\000n\000s\000\040\000a\000n\000d\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 77 0 obj -<< /S /GoTo /D (chapter.5) >> +<< /S /GoTo /D (section.4.6) >> endobj 80 0 obj -(\376\377\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s\000\040\000\050\000T\000l\000\051) +(\376\377\000B\000o\000o\000l\000e\000a\000n\000s\000\040\000a\000n\000d\000\040\000L\000o\000g\000i\000c\000a\000l\000\040\000L\000o\000o\000p\000s) endobj 81 0 obj -<< /S /GoTo /D (section.5.1) >> +<< /S /GoTo /D (chapter.5) >> endobj 84 0 obj -(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s) +(\376\377\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s\000\040\000\050\000T\000l\000\051) endobj 85 0 obj -<< /S /GoTo /D (section.5.2) >> +<< /S /GoTo /D (section.5.1) >> endobj 88 0 obj -(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s) +(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s) endobj 89 0 obj -<< /S /GoTo /D (section.5.3) >> +<< /S /GoTo /D (section.5.2) >> endobj 92 0 obj -(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s) endobj 93 0 obj -<< /S /GoTo /D (section.5.4) >> +<< /S /GoTo /D (section.5.3) >> endobj 96 0 obj -(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) +(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s) endobj 97 0 obj -<< /S /GoTo /D (section.5.5) >> +<< /S /GoTo /D (section.5.4) >> endobj 100 0 obj -(\376\377\000R\000e\000p\000l\000a\000c\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000s) +(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) endobj 101 0 obj -<< /S /GoTo /D (section.5.6) >> +<< /S /GoTo /D (section.5.5) >> endobj 104 0 obj -(\376\377\000W\000o\000r\000k\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000t\000h\000e\000\040\000C\000o\000n\000t\000e\000n\000t\000\040\000o\000f\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s) +(\376\377\000R\000e\000p\000l\000a\000c\000i\000n\000g\000\040\000T\000o\000k\000e\000n\000s) endobj 105 0 obj -<< /S /GoTo /D (section.5.7) >> +<< /S /GoTo /D (section.5.6) >> endobj 108 0 obj -(\376\377\000M\000a\000p\000p\000i\000n\000g\000\040\000o\000v\000e\000r\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s) +(\376\377\000W\000o\000r\000k\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000t\000h\000e\000\040\000C\000o\000n\000t\000e\000n\000t\000\040\000o\000f\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s) endobj 109 0 obj -<< /S /GoTo /D (section.5.8) >> +<< /S /GoTo /D (section.5.7) >> endobj 112 0 obj -(\376\377\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000M\000a\000p\000p\000i\000n\000g\000\040\000o\000v\000e\000r\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s) endobj 113 0 obj -<< /S /GoTo /D (section.5.9) >> +<< /S /GoTo /D (section.5.8) >> endobj 116 0 obj -(\376\377\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000\040\000C\000a\000s\000e\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 117 0 obj -<< /S /GoTo /D (chapter.6) >> +<< /S /GoTo /D (section.5.9) >> endobj 120 0 obj -(\376\377\000S\000t\000r\000i\000n\000g\000s\000\040\000\050\000S\000t\000r\000\051) +(\376\377\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000\040\000C\000a\000s\000e\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 121 0 obj -<< /S /GoTo /D (section.6.1) >> +<< /S /GoTo /D (chapter.6) >> endobj 124 0 obj -(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000S\000t\000r\000i\000n\000g\000s) +(\376\377\000S\000t\000r\000i\000n\000g\000s\000\040\000\050\000S\000t\000r\000\051) endobj 125 0 obj -<< /S /GoTo /D (section.6.2) >> +<< /S /GoTo /D (section.6.1) >> endobj 128 0 obj -(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000S\000t\000r\000i\000n\000g\000s) +(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000S\000t\000r\000i\000n\000g\000s) endobj 129 0 obj -<< /S /GoTo /D (section.6.3) >> +<< /S /GoTo /D (section.6.2) >> endobj 132 0 obj -(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000S\000t\000r\000i\000n\000g\000s) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000S\000t\000r\000i\000n\000g\000s) endobj 133 0 obj -<< /S /GoTo /D (section.6.4) >> +<< /S /GoTo /D (section.6.3) >> endobj 136 0 obj -(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000S\000t\000r\000i\000n\000g\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) +(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000S\000t\000r\000i\000n\000g\000s) endobj 137 0 obj -<< /S /GoTo /D (section.6.5) >> +<< /S /GoTo /D (section.6.4) >> endobj 140 0 obj -(\376\377\000M\000o\000d\000i\000f\000y\000i\000n\000g\000\040\000S\000t\000r\000i\000n\000g\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) +(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000S\000t\000r\000i\000n\000g\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) endobj 141 0 obj -<< /S /GoTo /D (section.6.6) >> +<< /S /GoTo /D (section.6.5) >> endobj 144 0 obj -(\376\377\000W\000o\000r\000k\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000t\000h\000e\000\040\000C\000o\000n\000t\000e\000n\000t\000\040\000o\000f\000\040\000S\000t\000r\000i\000n\000g\000s) +(\376\377\000M\000o\000d\000i\000f\000y\000i\000n\000g\000\040\000S\000t\000r\000i\000n\000g\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) endobj 145 0 obj -<< /S /GoTo /D (section.6.7) >> +<< /S /GoTo /D (section.6.6) >> endobj 148 0 obj -(\376\377\000M\000a\000p\000p\000i\000n\000g\000\040\000o\000v\000e\000r\000\040\000S\000t\000r\000i\000n\000g\000s) +(\376\377\000W\000o\000r\000k\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000t\000h\000e\000\040\000C\000o\000n\000t\000e\000n\000t\000\040\000o\000f\000\040\000S\000t\000r\000i\000n\000g\000s) endobj 149 0 obj -<< /S /GoTo /D (section.6.8) >> +<< /S /GoTo /D (section.6.7) >> endobj 152 0 obj -(\376\377\000S\000t\000r\000i\000n\000g\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000M\000a\000p\000p\000i\000n\000g\000\040\000o\000v\000e\000r\000\040\000S\000t\000r\000i\000n\000g\000s) endobj 153 0 obj -<< /S /GoTo /D (section.6.9) >> +<< /S /GoTo /D (section.6.8) >> endobj 156 0 obj -(\376\377\000S\000t\000r\000i\000n\000g\000\040\000C\000a\000s\000e\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000S\000t\000r\000i\000n\000g\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 157 0 obj -<< /S /GoTo /D (chapter.7) >> +<< /S /GoTo /D (section.6.9) >> endobj 160 0 obj -(\376\377\000I\000n\000t\000e\000g\000e\000r\000s\000\040\000\050\000I\000n\000t\000\051) +(\376\377\000S\000t\000r\000i\000n\000g\000\040\000C\000a\000s\000e\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 161 0 obj -<< /S /GoTo /D (section.7.1) >> +<< /S /GoTo /D (chapter.7) >> endobj 164 0 obj -(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000I\000n\000t\000e\000g\000e\000r\000s) +(\376\377\000I\000n\000t\000e\000g\000e\000r\000s\000\040\000\050\000I\000n\000t\000\051) endobj 165 0 obj -<< /S /GoTo /D (section.7.2) >> +<< /S /GoTo /D (section.7.1) >> endobj 168 0 obj -(\376\377\000T\000h\000e\000\040\000S\000y\000n\000t\000a\000x\000\040\000o\000f\000\040\000I\000n\000t\000e\000g\000e\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) +(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000I\000n\000t\000e\000g\000e\000r\000s) endobj 169 0 obj -<< /S /GoTo /D (section.7.3) >> +<< /S /GoTo /D (section.7.2) >> endobj 172 0 obj -(\376\377\000U\000s\000i\000n\000g\000\040\000I\000n\000t\000e\000g\000e\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) +(\376\377\000T\000h\000e\000\040\000S\000y\000n\000t\000a\000x\000\040\000o\000f\000\040\000I\000n\000t\000e\000g\000e\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) endobj 173 0 obj -<< /S /GoTo /D (section.7.4) >> +<< /S /GoTo /D (section.7.3) >> endobj 176 0 obj -(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000I\000n\000t\000e\000g\000e\000r\000s) +(\376\377\000U\000s\000i\000n\000g\000\040\000I\000n\000t\000e\000g\000e\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) endobj 177 0 obj -<< /S /GoTo /D (section.7.5) >> +<< /S /GoTo /D (section.7.4) >> endobj 180 0 obj -(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000I\000n\000t\000e\000g\000e\000r\000s) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000I\000n\000t\000e\000g\000e\000r\000s) endobj 181 0 obj -<< /S /GoTo /D (section.7.6) >> +<< /S /GoTo /D (section.7.5) >> endobj 184 0 obj -(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000I\000n\000t\000e\000g\000e\000r\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) +(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000I\000n\000t\000e\000g\000e\000r\000s) endobj 185 0 obj -<< /S /GoTo /D (section.7.7) >> +<< /S /GoTo /D (section.7.6) >> endobj 188 0 obj -(\376\377\000I\000n\000t\000e\000g\000e\000r\000\040\000S\000t\000e\000p\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000I\000n\000t\000e\000g\000e\000r\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) endobj 189 0 obj -<< /S /GoTo /D (section.7.8) >> +<< /S /GoTo /D (section.7.7) >> endobj 192 0 obj -(\376\377\000I\000n\000t\000e\000g\000e\000r\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000I\000n\000t\000e\000g\000e\000r\000\040\000S\000t\000e\000p\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 193 0 obj -<< /S /GoTo /D (section.7.9) >> +<< /S /GoTo /D (section.7.8) >> endobj 196 0 obj -(\376\377\000I\000n\000t\000e\000g\000e\000r\000\040\000C\000a\000s\000e\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000I\000n\000t\000e\000g\000e\000r\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 197 0 obj -<< /S /GoTo /D (chapter.8) >> +<< /S /GoTo /D (section.7.9) >> endobj 200 0 obj -(\376\377\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000N\000u\000m\000b\000e\000r\000s\000\040\000\050\000F\000p\000\051) +(\376\377\000I\000n\000t\000e\000g\000e\000r\000\040\000C\000a\000s\000e\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 201 0 obj -<< /S /GoTo /D (section.8.1) >> +<< /S /GoTo /D (chapter.8) >> endobj 204 0 obj -(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000s) +(\376\377\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000N\000u\000m\000b\000e\000r\000s\000\040\000\050\000F\000p\000\051) endobj 205 0 obj -<< /S /GoTo /D (section.8.2) >> +<< /S /GoTo /D (section.8.1) >> endobj 208 0 obj -(\376\377\000T\000h\000e\000\040\000S\000y\000n\000t\000a\000x\000\040\000o\000f\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) +(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000s) endobj 209 0 obj -<< /S /GoTo /D (section.8.3) >> +<< /S /GoTo /D (section.8.2) >> endobj 212 0 obj -(\376\377\000U\000s\000i\000n\000g\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) +(\376\377\000T\000h\000e\000\040\000S\000y\000n\000t\000a\000x\000\040\000o\000f\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) endobj 213 0 obj -<< /S /GoTo /D (section.8.4) >> +<< /S /GoTo /D (section.8.3) >> endobj 216 0 obj -(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000s) +(\376\377\000U\000s\000i\000n\000g\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) endobj 217 0 obj -<< /S /GoTo /D (section.8.5) >> +<< /S /GoTo /D (section.8.4) >> endobj 220 0 obj -(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000s) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000s) endobj 221 0 obj -<< /S /GoTo /D (section.8.6) >> +<< /S /GoTo /D (section.8.5) >> endobj 224 0 obj -(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) +(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000s) endobj 225 0 obj -<< /S /GoTo /D (section.8.7) >> +<< /S /GoTo /D (section.8.6) >> endobj 228 0 obj -(\376\377\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000S\000t\000e\000p\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) endobj 229 0 obj -<< /S /GoTo /D (section.8.8) >> +<< /S /GoTo /D (section.8.7) >> endobj 232 0 obj -(\376\377\000F\000l\000o\000a\000t\000\040\000P\000o\000i\000n\000t\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000S\000t\000e\000p\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 233 0 obj -<< /S /GoTo /D (chapter.9) >> +<< /S /GoTo /D (section.8.8) >> endobj 236 0 obj -(\376\377\000D\000i\000m\000e\000n\000s\000i\000o\000n\000s\000\040\000\050\000D\000i\000m\000\051) +(\376\377\000F\000l\000o\000a\000t\000\040\000P\000o\000i\000n\000t\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 237 0 obj -<< /S /GoTo /D (section.9.1) >> +<< /S /GoTo /D (chapter.9) >> endobj 240 0 obj -(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n\000s) +(\376\377\000D\000i\000m\000e\000n\000s\000i\000o\000n\000s\000\040\000\050\000D\000i\000m\000\051) endobj 241 0 obj -<< /S /GoTo /D (section.9.2) >> +<< /S /GoTo /D (section.9.1) >> endobj 244 0 obj -(\376\377\000D\000i\000m\000e\000n\000s\000i\000o\000n\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) +(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n\000s) endobj 245 0 obj -<< /S /GoTo /D (section.9.3) >> +<< /S /GoTo /D (section.9.2) >> endobj 248 0 obj -(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n\000s) +(\376\377\000D\000i\000m\000e\000n\000s\000i\000o\000n\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) endobj 249 0 obj -<< /S /GoTo /D (section.9.4) >> +<< /S /GoTo /D (section.9.3) >> endobj 252 0 obj -(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n\000s) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n\000s) endobj 253 0 obj -<< /S /GoTo /D (section.9.5) >> +<< /S /GoTo /D (section.9.4) >> endobj 256 0 obj -(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) +(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n\000s) endobj 257 0 obj -<< /S /GoTo /D (section.9.6) >> +<< /S /GoTo /D (section.9.5) >> endobj 260 0 obj -(\376\377\000D\000i\000m\000e\000n\000s\000i\000o\000n\000\040\000S\000t\000e\000p\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) endobj 261 0 obj -<< /S /GoTo /D (section.9.7) >> +<< /S /GoTo /D (section.9.6) >> endobj 264 0 obj -(\376\377\000D\000i\000m\000e\000n\000s\000i\000o\000n\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000D\000i\000m\000e\000n\000s\000i\000o\000n\000\040\000S\000t\000e\000p\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 265 0 obj -<< /S /GoTo /D (section.9.8) >> +<< /S /GoTo /D (section.9.7) >> endobj 268 0 obj -(\376\377\000D\000i\000m\000e\000n\000s\000i\000o\000n\000\040\000C\000a\000s\000e\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000D\000i\000m\000e\000n\000s\000i\000o\000n\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 269 0 obj -<< /S /GoTo /D (chapter.10) >> +<< /S /GoTo /D (section.9.8) >> endobj 272 0 obj -(\376\377\000C\000o\000m\000m\000a\000\040\000S\000e\000p\000a\000r\000a\000t\000e\000d\000\040\000L\000i\000s\000t\000s\000\040\000\050\000C\000l\000i\000s\000t\000\051) +(\376\377\000D\000i\000m\000e\000n\000s\000i\000o\000n\000\040\000C\000a\000s\000e\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 273 0 obj -<< /S /GoTo /D (section.10.1) >> +<< /S /GoTo /D (chapter.10) >> endobj 276 0 obj -(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) +(\376\377\000C\000o\000m\000m\000a\000\040\000S\000e\000p\000a\000r\000a\000t\000e\000d\000\040\000L\000i\000s\000t\000s\000\040\000\050\000C\000l\000i\000s\000t\000\051) endobj 277 0 obj -<< /S /GoTo /D (section.10.2) >> +<< /S /GoTo /D (section.10.1) >> endobj 280 0 obj -(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) +(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) endobj 281 0 obj -<< /S /GoTo /D (section.10.3) >> +<< /S /GoTo /D (section.10.2) >> endobj 284 0 obj -(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) endobj 285 0 obj -<< /S /GoTo /D (section.10.4) >> +<< /S /GoTo /D (section.10.3) >> endobj 288 0 obj -(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) +(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) endobj 289 0 obj -<< /S /GoTo /D (section.10.5) >> +<< /S /GoTo /D (section.10.4) >> endobj 292 0 obj -(\376\377\000M\000o\000d\000i\000f\000y\000i\000n\000g\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) +(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) endobj 293 0 obj -<< /S /GoTo /D (section.10.6) >> +<< /S /GoTo /D (section.10.5) >> endobj 296 0 obj -(\376\377\000W\000o\000r\000k\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000t\000h\000e\000\040\000C\000o\000n\000t\000e\000n\000t\000s\000\040\000o\000f\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) +(\376\377\000M\000o\000d\000i\000f\000y\000i\000n\000g\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) endobj 297 0 obj -<< /S /GoTo /D (section.10.7) >> +<< /S /GoTo /D (section.10.6) >> endobj 300 0 obj -(\376\377\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s\000\040\000a\000s\000\040\000S\000t\000a\000c\000k\000s) +(\376\377\000W\000o\000r\000k\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000t\000h\000e\000\040\000C\000o\000n\000t\000e\000n\000t\000s\000\040\000o\000f\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) endobj 301 0 obj -<< /S /GoTo /D (section.10.8) >> +<< /S /GoTo /D (section.10.7) >> endobj 304 0 obj -(\376\377\000M\000a\000p\000p\000i\000n\000g\000\040\000o\000v\000e\000r\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) +(\376\377\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s\000\040\000a\000s\000\040\000S\000t\000a\000c\000k\000s) endobj 305 0 obj -<< /S /GoTo /D (section.10.9) >> +<< /S /GoTo /D (section.10.8) >> endobj 308 0 obj -(\376\377\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000M\000a\000p\000p\000i\000n\000g\000\040\000o\000v\000e\000r\000\040\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000s) endobj 309 0 obj -<< /S /GoTo /D (chapter.11) >> +<< /S /GoTo /D (section.10.9) >> endobj 312 0 obj -(\376\377\000S\000e\000q\000u\000e\000n\000c\000e\000s\000\040\000a\000n\000d\000\040\000S\000t\000a\000c\000k\000s\000\040\000\050\000S\000e\000q\000\051) +(\376\377\000C\000o\000m\000m\000a\000\040\000L\000i\000s\000t\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 313 0 obj -<< /S /GoTo /D (section.11.1) >> +<< /S /GoTo /D (chapter.11) >> endobj 316 0 obj -(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) +(\376\377\000S\000e\000q\000u\000e\000n\000c\000e\000s\000\040\000a\000n\000d\000\040\000S\000t\000a\000c\000k\000s\000\040\000\050\000S\000e\000q\000\051) endobj 317 0 obj -<< /S /GoTo /D (section.11.2) >> +<< /S /GoTo /D (section.11.1) >> endobj 320 0 obj -(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) +(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) endobj 321 0 obj -<< /S /GoTo /D (section.11.3) >> +<< /S /GoTo /D (section.11.2) >> endobj 324 0 obj -(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) endobj 325 0 obj -<< /S /GoTo /D (section.11.4) >> +<< /S /GoTo /D (section.11.3) >> endobj 328 0 obj -(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) +(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) endobj 329 0 obj -<< /S /GoTo /D (section.11.5) >> +<< /S /GoTo /D (section.11.4) >> endobj 332 0 obj -(\376\377\000M\000o\000d\000i\000f\000y\000i\000n\000g\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) +(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) endobj 333 0 obj -<< /S /GoTo /D (section.11.6) >> +<< /S /GoTo /D (section.11.5) >> endobj 336 0 obj -(\376\377\000W\000o\000r\000k\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000t\000h\000e\000\040\000C\000o\000n\000t\000e\000n\000t\000s\000\040\000o\000f\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) +(\376\377\000M\000o\000d\000i\000f\000y\000i\000n\000g\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) endobj 337 0 obj -<< /S /GoTo /D (section.11.7) >> +<< /S /GoTo /D (section.11.6) >> endobj 340 0 obj -(\376\377\000S\000e\000q\000u\000e\000n\000c\000e\000s\000\040\000a\000s\000\040\000S\000t\000a\000c\000k\000s) +(\376\377\000W\000o\000r\000k\000i\000n\000g\000\040\000w\000i\000t\000h\000\040\000t\000h\000e\000\040\000C\000o\000n\000t\000e\000n\000t\000s\000\040\000o\000f\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) endobj 341 0 obj -<< /S /GoTo /D (section.11.8) >> +<< /S /GoTo /D (section.11.7) >> endobj 344 0 obj -(\376\377\000R\000e\000c\000o\000v\000e\000r\000i\000n\000g\000\040\000I\000t\000e\000m\000s\000\040\000f\000r\000o\000m\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) +(\376\377\000S\000e\000q\000u\000e\000n\000c\000e\000s\000\040\000a\000s\000\040\000S\000t\000a\000c\000k\000s) endobj 345 0 obj -<< /S /GoTo /D (section.11.9) >> +<< /S /GoTo /D (section.11.8) >> endobj 348 0 obj -(\376\377\000M\000a\000p\000p\000i\000n\000g\000\040\000o\000v\000e\000r\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) +(\376\377\000R\000e\000c\000o\000v\000e\000r\000i\000n\000g\000\040\000I\000t\000e\000m\000s\000\040\000f\000r\000o\000m\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) endobj 349 0 obj -<< /S /GoTo /D (section.11.10) >> +<< /S /GoTo /D (section.11.9) >> endobj 352 0 obj -(\376\377\000S\000e\000q\000u\000e\000n\000c\000e\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000M\000a\000p\000p\000i\000n\000g\000\040\000o\000v\000e\000r\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) endobj 353 0 obj -<< /S /GoTo /D (chapter.12) >> +<< /S /GoTo /D (section.11.10) >> endobj 356 0 obj -(\376\377\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s\000\040\000\050\000P\000r\000o\000p\000\051) +(\376\377\000S\000e\000q\000u\000e\000n\000c\000e\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 357 0 obj -<< /S /GoTo /D (section.12.1) >> +<< /S /GoTo /D (chapter.12) >> endobj 360 0 obj -(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) +(\376\377\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s\000\040\000\050\000P\000r\000o\000p\000\051) endobj 361 0 obj -<< /S /GoTo /D (section.12.2) >> +<< /S /GoTo /D (section.12.1) >> endobj 364 0 obj -(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s) +(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000a\000n\000d\000\040\000S\000c\000r\000a\000t\000c\000h\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s) endobj 365 0 obj -<< /S /GoTo /D (section.12.3) >> +<< /S /GoTo /D (section.12.2) >> endobj 368 0 obj -(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000a\000n\000d\000\040\000U\000s\000i\000n\000g\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s) endobj 369 0 obj -<< /S /GoTo /D (section.12.4) >> +<< /S /GoTo /D (section.12.3) >> endobj 372 0 obj -(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s) +(\376\377\000V\000i\000e\000w\000i\000n\000g\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s) endobj 373 0 obj -<< /S /GoTo /D (section.12.5) >> +<< /S /GoTo /D (section.12.4) >> endobj 376 0 obj -(\376\377\000R\000e\000c\000o\000v\000e\000r\000i\000n\000g\000\040\000V\000a\000l\000u\000e\000s\000\040\000f\000r\000o\000m\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s) +(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s) endobj 377 0 obj -<< /S /GoTo /D (section.12.6) >> +<< /S /GoTo /D (section.12.5) >> endobj 380 0 obj -(\376\377\000M\000a\000p\000p\000i\000n\000g\000\040\000o\000v\000e\000r\000\040\000p\000r\000o\000p\000e\000r\000t\000y\000\040\000l\000i\000s\000t\000s) +(\376\377\000R\000e\000c\000o\000v\000e\000r\000i\000n\000g\000\040\000V\000a\000l\000u\000e\000s\000\040\000f\000r\000o\000m\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s) endobj 381 0 obj -<< /S /GoTo /D (section.12.7) >> +<< /S /GoTo /D (section.12.6) >> endobj 384 0 obj -(\376\377\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000M\000a\000p\000p\000i\000n\000g\000\040\000o\000v\000e\000r\000\040\000p\000r\000o\000p\000e\000r\000t\000y\000\040\000l\000i\000s\000t\000s) endobj 385 0 obj -<< /S /GoTo /D (chapter.13) >> +<< /S /GoTo /D (section.12.7) >> endobj 388 0 obj -(\376\377\000T\000o\000k\000e\000n\000\040\000M\000a\000n\000i\000p\000u\000l\000a\000t\000i\000o\000n\000\040\000\050\000T\000o\000k\000e\000n\000\051) +(\376\377\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 389 0 obj -<< /S /GoTo /D (chapter.14) >> +<< /S /GoTo /D (chapter.13) >> endobj 392 0 obj -(\376\377\000T\000e\000x\000t\000\040\000P\000r\000o\000c\000e\000s\000s\000i\000n\000g\000\040\000\050\000T\000e\000x\000t\000\051) +(\376\377\000R\000e\000g\000u\000l\000a\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s\000\040\000\050\000R\000e\000g\000e\000x\000\051) endobj 393 0 obj -<< /S /GoTo /D (section.14.1) >> +<< /S /GoTo /D (section.13.1) >> endobj 396 0 obj -(\376\377\000C\000a\000s\000e\000\040\000C\000h\000a\000n\000g\000i\000n\000g) +(\376\377\000R\000e\000g\000u\000l\000a\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) endobj 397 0 obj -<< /S /GoTo /D (chapter.15) >> +<< /S /GoTo /D (section.13.2) >> endobj 400 0 obj -(\376\377\000F\000i\000l\000e\000s\000\040\000\050\000F\000i\000l\000e\000\051) +(\376\377\000R\000e\000g\000u\000l\000a\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000\040\000M\000a\000t\000c\000h\000i\000n\000g) endobj 401 0 obj -<< /S /GoTo /D (section.15.1) >> +<< /S /GoTo /D (section.13.3) >> endobj 404 0 obj -(\376\377\000F\000i\000l\000e\000\040\000O\000p\000e\000r\000a\000t\000i\000o\000n\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) +(\376\377\000R\000e\000g\000u\000l\000a\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000\040\000S\000u\000b\000m\000a\000t\000c\000h\000\040\000E\000x\000t\000r\000a\000c\000t\000i\000o\000n) endobj 405 0 obj -<< /S /GoTo /D (chapter.16) >> +<< /S /GoTo /D (section.13.4) >> endobj 408 0 obj -(\376\377\000Q\000u\000a\000r\000k\000s\000\040\000\050\000Q\000u\000a\000r\000k\000\051) +(\376\377\000R\000e\000g\000u\000l\000a\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000\040\000R\000e\000p\000l\000a\000c\000e\000m\000e\000n\000t) endobj 409 0 obj -<< /S /GoTo /D (section.16.1) >> +<< /S /GoTo /D (section.13.5) >> endobj 412 0 obj -(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000Q\000u\000a\000r\000k\000s) +(\376\377\000S\000y\000n\000t\000a\000x\000\040\000o\000f\000\040\000R\000e\000g\000u\000l\000a\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) endobj 413 0 obj -<< /S /GoTo /D (section.16.2) >> +<< /S /GoTo /D (subsection.13.5.1) >> endobj 416 0 obj -(\376\377\000Q\000u\000a\000r\000k\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000R\000e\000g\000u\000l\000a\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000\040\000E\000x\000a\000m\000p\000l\000e\000s) endobj 417 0 obj -<< /S /GoTo /D (chapter.17) >> +<< /S /GoTo /D (subsection.13.5.2) >> endobj 420 0 obj -(\376\377\000L\000e\000g\000a\000c\000y\000\040\000C\000o\000n\000c\000e\000p\000t\000s\000\040\000\050\000L\000e\000g\000a\000c\000y\000\051) +(\376\377\000C\000h\000a\000r\000a\000c\000t\000e\000r\000s\000\040\000i\000n\000\040\000R\000e\000g\000u\000l\000a\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s) endobj 421 0 obj -<< /S /GoTo /D (chapter.18) >> +<< /S /GoTo /D (subsection.13.5.3) >> endobj 424 0 obj -(\376\377\000T\000h\000e\000\040\000S\000o\000u\000r\000c\000e\000\040\000C\000o\000d\000e) +(\376\377\000C\000h\000a\000r\000a\000c\000t\000e\000r\000s\000\040\000C\000l\000a\000s\000s\000e\000s) endobj 425 0 obj -<< /S /GoTo /D (section.18.1) >> +<< /S /GoTo /D (subsection.13.5.4) >> endobj 428 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000a\000l\000\040\000P\000r\000o\000g\000r\000a\000m\000m\000i\000n\000g\000\040\000\050\000P\000r\000g\000\051) +(\376\377\000S\000t\000r\000u\000c\000t\000u\000r\000e\000:\000\040\000A\000l\000t\000e\000r\000n\000a\000t\000i\000v\000e\000s\000,\000\040\000G\000r\000o\000u\000p\000s\000,\000\040\000R\000e\000p\000e\000t\000i\000t\000i\000o\000n\000s) endobj 429 0 obj -<< /S /GoTo /D (subsection.18.1.1) >> +<< /S /GoTo /D (subsection.13.5.5) >> endobj 432 0 obj -(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000N\000e\000w\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000a\000n\000d\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) +(\376\377\000M\000a\000t\000c\000h\000i\000n\000g\000\040\000E\000x\000a\000c\000t\000\040\000T\000o\000k\000e\000n\000s) endobj 433 0 obj -<< /S /GoTo /D (subsection.18.1.2) >> +<< /S /GoTo /D (subsection.13.5.6) >> endobj 436 0 obj -(\376\377\000R\000e\000t\000u\000r\000n\000\040\000V\000a\000l\000u\000e\000s\000\040\000a\000n\000d\000\040\000R\000e\000t\000u\000r\000n\000\040\000P\000r\000o\000c\000e\000s\000s\000o\000r\000s) +(\376\377\000M\000i\000s\000c\000e\000l\000l\000a\000n\000e\000o\000u\000s) endobj 437 0 obj -<< /S /GoTo /D (subsection.18.1.3) >> +<< /S /GoTo /D (section.13.6) >> endobj 440 0 obj -(\376\377\000E\000v\000a\000l\000u\000a\000t\000i\000n\000g\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000i\000n\000s\000i\000d\000e\000\040\000A\000r\000g\000u\000m\000e\000n\000t\000s) +(\376\377\000S\000y\000n\000t\000a\000x\000\040\000o\000f\000\040\000t\000h\000e\000\040\000R\000e\000p\000l\000a\000c\000e\000m\000e\000n\000t\000\040\000T\000e\000x\000t) endobj 441 0 obj -<< /S /GoTo /D (subsection.18.1.4) >> +<< /S /GoTo /D (chapter.14) >> endobj 444 0 obj -(\376\377\000C\000h\000e\000c\000k\000i\000n\000g\000\040\000f\000o\000r\000\040\000L\000o\000c\000a\000l\000\040\000o\000r\000\040\000G\000l\000o\000b\000a\000l\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) +(\376\377\000T\000o\000k\000e\000n\000\040\000M\000a\000n\000i\000p\000u\000l\000a\000t\000i\000o\000n\000\040\000\050\000T\000o\000k\000e\000n\000\051) endobj 445 0 obj -<< /S /GoTo /D (subsection.18.1.5) >> +<< /S /GoTo /D (chapter.15) >> endobj 448 0 obj -(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000a\000l\000\040\000P\000a\000c\000k\000a\000g\000e) +(\376\377\000T\000e\000x\000t\000\040\000P\000r\000o\000c\000e\000s\000s\000i\000n\000g\000\040\000\050\000T\000e\000x\000t\000\051) endobj 449 0 obj -<< /S /GoTo /D (section.18.2) >> +<< /S /GoTo /D (section.15.1) >> endobj 452 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000A\000r\000g\000u\000m\000e\000n\000t\000\040\000U\000s\000i\000n\000g\000\040\000\050\000U\000s\000e\000\051) +(\376\377\000C\000a\000s\000e\000\040\000C\000h\000a\000n\000g\000i\000n\000g) endobj 453 0 obj -<< /S /GoTo /D (section.18.3) >> +<< /S /GoTo /D (chapter.16) >> endobj 456 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000C\000o\000n\000t\000r\000o\000l\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000s\000\040\000\050\000B\000o\000o\000l\000\051) +(\376\377\000F\000i\000l\000e\000s\000\040\000\050\000F\000i\000l\000e\000\051) endobj 457 0 obj -<< /S /GoTo /D (section.18.4) >> +<< /S /GoTo /D (section.16.1) >> endobj 460 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s\000\040\000\050\000T\000l\000\051) +(\376\377\000F\000i\000l\000e\000\040\000O\000p\000e\000r\000a\000t\000i\000o\000n\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 461 0 obj -<< /S /GoTo /D (section.18.5) >> +<< /S /GoTo /D (chapter.17) >> endobj 464 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000S\000t\000r\000i\000n\000g\000s\000\040\000\050\000S\000t\000r\000\051) +(\376\377\000Q\000u\000a\000r\000k\000s\000\040\000\050\000Q\000u\000a\000r\000k\000\051) endobj 465 0 obj -<< /S /GoTo /D (section.18.6) >> +<< /S /GoTo /D (section.17.1) >> endobj 468 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000I\000n\000t\000e\000g\000e\000r\000s\000\040\000\050\000I\000n\000t\000\051) +(\376\377\000C\000o\000n\000s\000t\000a\000n\000t\000\040\000Q\000u\000a\000r\000k\000s) endobj 469 0 obj -<< /S /GoTo /D (section.18.7) >> +<< /S /GoTo /D (section.17.2) >> endobj 472 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000N\000u\000m\000b\000e\000r\000s\000\040\000\050\000F\000p\000\051) +(\376\377\000Q\000u\000a\000r\000k\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 473 0 obj -<< /S /GoTo /D (section.18.8) >> +<< /S /GoTo /D (chapter.18) >> endobj 476 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n\000s\000\040\000\050\000D\000i\000m\000\051) +(\376\377\000L\000e\000g\000a\000c\000y\000\040\000C\000o\000n\000c\000e\000p\000t\000s\000\040\000\050\000L\000e\000g\000a\000c\000y\000\051) endobj 477 0 obj -<< /S /GoTo /D (section.18.9) >> +<< /S /GoTo /D (chapter.19) >> endobj 480 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000S\000o\000r\000t\000i\000n\000g\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000\050\000S\000o\000r\000t\000\051) +(\376\377\000T\000h\000e\000\040\000S\000o\000u\000r\000c\000e\000\040\000C\000o\000d\000e) endobj 481 0 obj -<< /S /GoTo /D (section.18.10) >> +<< /S /GoTo /D (section.19.1) >> endobj 484 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000C\000o\000m\000m\000a\000\040\000S\000e\000p\000a\000r\000a\000t\000e\000d\000\040\000L\000i\000s\000t\000s\000\040\000\050\000C\000l\000i\000s\000t\000\051) +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000a\000l\000\040\000P\000r\000o\000g\000r\000a\000m\000m\000i\000n\000g\000\040\000\050\000P\000r\000g\000\051) endobj 485 0 obj -<< /S /GoTo /D (section.18.11) >> +<< /S /GoTo /D (subsection.19.1.1) >> endobj 488 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s\000\040\000a\000n\000d\000\040\000S\000t\000a\000c\000k\000s\000\040\000\050\000S\000e\000q\000\051) +(\376\377\000S\000e\000t\000t\000i\000n\000g\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000a\000l\000\040\000P\000a\000c\000k\000a\000g\000e) endobj 489 0 obj -<< /S /GoTo /D (section.18.12) >> +<< /S /GoTo /D (subsection.19.1.2) >> endobj 492 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s\000\040\000\050\000P\000r\000o\000p\000\051) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000N\000e\000w\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000a\000n\000d\000\040\000C\000o\000n\000d\000i\000t\000i\000o\000n\000a\000l\000s) endobj 493 0 obj -<< /S /GoTo /D (section.18.13) >> +<< /S /GoTo /D (subsection.19.1.3) >> endobj 496 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000T\000o\000k\000e\000n\000\040\000M\000a\000n\000i\000p\000u\000l\000a\000t\000i\000o\000n\000\040\000\050\000T\000o\000k\000e\000n\000\051) +(\376\377\000C\000r\000e\000a\000t\000i\000n\000g\000\040\000S\000o\000m\000e\000\040\000U\000s\000e\000f\000u\000l\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s) endobj 497 0 obj -<< /S /GoTo /D (section.18.14) >> +<< /S /GoTo /D (subsection.19.1.4) >> endobj 500 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000T\000e\000x\000t\000\040\000P\000r\000o\000c\000e\000s\000s\000i\000n\000g\000\040\000\050\000T\000e\000x\000t\000\051) +(\376\377\000R\000e\000t\000u\000r\000n\000\040\000V\000a\000l\000u\000e\000s\000\040\000a\000n\000d\000\040\000R\000e\000t\000u\000r\000n\000\040\000P\000r\000o\000c\000e\000s\000s\000o\000r\000s) endobj 501 0 obj -<< /S /GoTo /D (section.18.15) >> +<< /S /GoTo /D (subsection.19.1.5) >> endobj 504 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000F\000i\000l\000e\000s\000\040\000\050\000F\000i\000l\000e\000\051) +(\376\377\000E\000v\000a\000l\000u\000a\000t\000i\000n\000g\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000i\000n\000s\000i\000d\000e\000\040\000A\000r\000g\000u\000m\000e\000n\000t\000s) endobj 505 0 obj -<< /S /GoTo /D (section.18.16) >> +<< /S /GoTo /D (subsection.19.1.6) >> endobj 508 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000Q\000u\000a\000r\000k\000s\000\040\000\050\000Q\000u\000a\000r\000k\000\051) +(\376\377\000P\000r\000i\000n\000t\000i\000n\000g\000\040\000C\000o\000n\000t\000e\000n\000t\000s\000\040\000t\000o\000\040\000t\000h\000e\000\040\000I\000n\000p\000u\000t\000\040\000S\000t\000r\000e\000a\000m) endobj 509 0 obj -<< /S /GoTo /D (section.18.17) >> +<< /S /GoTo /D (subsection.19.1.7) >> endobj 512 0 obj -(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000t\000o\000\040\000L\000e\000g\000a\000c\000y\000\040\000C\000o\000n\000c\000e\000p\000t\000s\000\040\000\050\000L\000e\000g\000a\000c\000y\000\051) +(\376\377\000F\000i\000l\000l\000i\000n\000g\000\040\000A\000r\000g\000u\000m\000e\000n\000t\000s\000\040\000i\000n\000t\000o\000\040\000I\000n\000l\000i\000n\000e\000\040\000C\000o\000m\000m\000a\000n\000d\000s) endobj 513 0 obj -<< /S /GoTo /D [ 514 0 R /Fit ] >> +<< /S /GoTo /D (subsection.19.1.8) >> +endobj +516 0 obj +(\376\377\000C\000h\000e\000c\000k\000i\000n\000g\000\040\000f\000o\000r\000\040\000L\000o\000c\000a\000l\000\040\000o\000r\000\040\000G\000l\000o\000b\000a\000l\000\040\000V\000a\000r\000i\000a\000b\000l\000e\000s) + endobj 517 0 obj -<< /Filter /FlateDecode /Length 1204 >> +<< /S /GoTo /D (section.19.2) >> +endobj +520 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000A\000r\000g\000u\000m\000e\000n\000t\000\040\000U\000s\000i\000n\000g\000\040\000\050\000U\000s\000e\000\051) + +endobj +521 0 obj +<< /S /GoTo /D (section.19.3) >> +endobj +524 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000C\000o\000n\000t\000r\000o\000l\000\040\000S\000t\000r\000u\000c\000t\000u\000r\000e\000s\000\040\000\050\000B\000o\000o\000l\000\051) + +endobj +525 0 obj +<< /S /GoTo /D (section.19.4) >> +endobj +528 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000T\000o\000k\000e\000n\000\040\000L\000i\000s\000t\000s\000\040\000\050\000T\000l\000\051) + +endobj +529 0 obj +<< /S /GoTo /D (section.19.5) >> +endobj +532 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000S\000t\000r\000i\000n\000g\000s\000\040\000\050\000S\000t\000r\000\051) + +endobj +533 0 obj +<< /S /GoTo /D (section.19.6) >> +endobj +536 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000I\000n\000t\000e\000g\000e\000r\000s\000\040\000\050\000I\000n\000t\000\051) + +endobj +537 0 obj +<< /S /GoTo /D (section.19.7) >> +endobj +540 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000F\000l\000o\000a\000t\000i\000n\000g\000\040\000P\000o\000i\000n\000t\000\040\000N\000u\000m\000b\000e\000r\000s\000\040\000\050\000F\000p\000\051) + +endobj +541 0 obj +<< /S /GoTo /D (section.19.8) >> +endobj +544 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000D\000i\000m\000e\000n\000s\000i\000o\000n\000s\000\040\000\050\000D\000i\000m\000\051) + +endobj +545 0 obj +<< /S /GoTo /D (section.19.9) >> +endobj +548 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000S\000o\000r\000t\000i\000n\000g\000\040\000F\000u\000n\000c\000t\000i\000o\000n\000s\000\040\000\050\000S\000o\000r\000t\000\051) + +endobj +549 0 obj +<< /S /GoTo /D (section.19.10) >> +endobj +552 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000C\000o\000m\000m\000a\000\040\000S\000e\000p\000a\000r\000a\000t\000e\000d\000\040\000L\000i\000s\000t\000s\000\040\000\050\000C\000l\000i\000s\000t\000\051) + +endobj +553 0 obj +<< /S /GoTo /D (section.19.11) >> +endobj +556 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000S\000e\000q\000u\000e\000n\000c\000e\000s\000\040\000a\000n\000d\000\040\000S\000t\000a\000c\000k\000s\000\040\000\050\000S\000e\000q\000\051) + +endobj +557 0 obj +<< /S /GoTo /D (section.19.12) >> +endobj +560 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000P\000r\000o\000p\000e\000r\000t\000y\000\040\000L\000i\000s\000t\000s\000\040\000\050\000P\000r\000o\000p\000\051) + +endobj +561 0 obj +<< /S /GoTo /D (section.19.13) >> +endobj +564 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000R\000e\000g\000u\000l\000a\000r\000\040\000E\000x\000p\000r\000e\000s\000s\000i\000o\000n\000s\000\040\000\050\000R\000e\000g\000e\000x\000\051) + +endobj +565 0 obj +<< /S /GoTo /D (section.19.14) >> +endobj +568 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000T\000o\000k\000e\000n\000\040\000M\000a\000n\000i\000p\000u\000l\000a\000t\000i\000o\000n\000\040\000\050\000T\000o\000k\000e\000n\000\051) + +endobj +569 0 obj +<< /S /GoTo /D (section.19.15) >> +endobj +572 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000T\000e\000x\000t\000\040\000P\000r\000o\000c\000e\000s\000s\000i\000n\000g\000\040\000\050\000T\000e\000x\000t\000\051) + +endobj +573 0 obj +<< /S /GoTo /D (section.19.16) >> +endobj +576 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000F\000i\000l\000e\000s\000\040\000\050\000F\000i\000l\000e\000\051) + +endobj +577 0 obj +<< /S /GoTo /D (section.19.17) >> +endobj +580 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000f\000o\000r\000\040\000Q\000u\000a\000r\000k\000s\000\040\000\050\000Q\000u\000a\000r\000k\000\051) + +endobj +581 0 obj +<< /S /GoTo /D (section.19.18) >> +endobj +584 0 obj +(\376\377\000I\000n\000t\000e\000r\000f\000a\000c\000e\000s\000\040\000t\000o\000\040\000L\000e\000g\000a\000c\000y\000\040\000C\000o\000n\000c\000e\000p\000t\000s\000\040\000\050\000L\000e\000g\000a\000c\000y\000\051) + +endobj +585 0 obj +<< /S /GoTo /D [ 586 0 R /Fit ] >> +endobj +589 0 obj +<< /Filter /FlateDecode /Length 1112 >> stream -xڭXɎ7+n<n%)A|K~?ZEA\^ȱ懱y>.'p1spgJ\N&0P|;[\rofד+;z9KWBw[M>] 3V+x! 5I* -]dMY,g|dz#kJ&4,fzVBJ_ -^jV3a3
b}ost;M -Օvvl]#9r ;X)HdfQI:>\wx^^lň.cbcK3p -4 +xڕXɎ7+CE@0
D7ç%sH.un.W~(̃vبl`{udi(ۤf7cBܣ1h*?Ce~wz]p'bEc?=շf|!Utdňwgrew86;.ʮ<+(ڊumHb#WMB$"]gDRd^tN@27#Ё|t902F>ӖD0e/ʚWzN-PdoɉQK6QaړM襆UAXP(u-Hڭw?>DB;^ͅ\G|M@,rQmf~wIH.wA~"QBG!Y~&kI]yt_k-8NIt`MJa<r +]AjiUQ;QK ]"HY38WOicƱ3mI!Ry +koSEWkӗo4wY@'Slw+^+GaSN%+3.(rA(bwkMatzYǰztLy٤"he@7u[qhVm9>+߅399@po2S\_ի11x
:ؚrN~lK?(l endstream endobj -514 0 obj -<< /Type /Page /Contents 517 0 R /Resources 516 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 524 0 R /Annots 525 0 R >> +586 0 obj +<< /Type /Page /Contents 589 0 R /Resources 588 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 596 0 R /Annots 597 0 R >> endobj -525 0 obj -[ 515 0 R ] +597 0 obj +[ 587 0 R ] endobj -515 0 obj -<< /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [ 191.974 597.099 403.301 613.04 ] +587 0 obj +<< /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [ 191.974 592.267 403.301 608.207 ] /Subtype/Link/A<</Type/Action/S/URI/URI(https://github.com/lvjr/functional)>> >> endobj -518 0 obj -<< /D [ 514 0 R /XYZ 69.866 801.979 null ] >> +590 0 obj +<< /D [ 586 0 R /XYZ 69.866 801.979 null ] >> endobj -519 0 obj -<< /D [ 514 0 R /XYZ 70.866 771.024 null ] >> +591 0 obj +<< /D [ 586 0 R /XYZ 70.866 771.024 null ] >> endobj -516 0 obj -<< /Font << /F17 520 0 R /F18 521 0 R /F31 522 0 R /F32 523 0 R >> /ProcSet [ /PDF /Text ] >> +588 0 obj +<< /Font << /F17 592 0 R /F18 593 0 R /F31 594 0 R /F32 595 0 R >> /ProcSet [ /PDF /Text ] >> endobj -562 0 obj -<< /Filter /FlateDecode /Length 1559 >> -stream -xn6@ -@XI.nV(NN @^Nk'O?MT'bL#%$DT+O`{9(1BcL<'zZ):kZ9O+4[$D!85pc,Cc#cixGTmkͷw *~pPG+& -+=Oy ,qsU)@Tv@gJҫ,sX}8W8G]'!(vIgbZ_?kCg#q_cH?1' &g2 -g][f"
3H{m[|t60ֈ;`tHPmŧErkRn]oT6@[OY`d$5T/<{<)RSP|J{H аm<xA~o;P)V_e!mWY$lf,*7r7D.x[N;ﬗӂ=>q`jMD0}AH-b|yoP|LZv@Css4FXf]ޤkn -sF\L*$q.C"MKU3,3!dӟ7;%fƌ,uPbJ.)}VCA^c%F6 7c -ӽDBG"^S"CD`f^-Cx^(ShB[o8npá@g}^d$ŚGNdmbL01(o|DBkLdWv$>jDot?Q1lm|
b -tD֙J)DY#*d5!'lnpgQ3]9My黱O2HK۶0;$kʹ&yFQajΨWQ5@XqVmDgeH2@6HWHj6.67Ba` :! ]#-Cק'JDi$D|/4&(m[T:WVr(Nv11]xd2ms6ݑ=E+ЃO'iFeB$GʆP~%8ۖݼ.Q.)
?a"BYn6+D +634 0 obj +<< /Filter /FlateDecode /Length 1632 >> +stream +xIo6#;=z?He:lQ~~Mt@Ï#rz끹_&MQjRZ/O<Q +{J%T8sRʡ=VJv>kZ^ +9Yb($cDBH=ZT( +Nڝ
BsYư$KTHvHf2ˣ
+E$pY_gތBPťW+ LT +
o[ +1pȿ+Ilw@i@wʘݣEW}Z[6c+pDiKS߾䑐bF}DDO#p +H]Byv^SH,222m@} I|c)xSrE!%Ça뱋,2 FwmnQLTn*B]!n;bk8^N!Ձ?ȏ0K"cX|w8xY?"<Z0;+; +;|+wRB)e(t1SH\ +s*vhg`m:DٳB$ܜ1ޡWZ,Ue:~=5gNb]bS`TL,.˲X
0DVa(p_apvԶ785~&TMqZ%{2~4X-ZY>V3ɯC3[ٜ¨m*aZpnː`++
>0ElXBĠ !k!)}4gGJpQY%>tHьJ|#>odTBù =U/h)xeᢓ R.|" ++1
ccwI}A3hŶWwKny
ďCr# *,,`*l+$T\"c8JVPI`qul'j(;f56Zsiq^}`kl]d]njaW]e#Qb,aC{NH4u=V52wͱ$-qc".KaZΨ.$kcJg_]7&w6Rm:*P;.)R{+ڹ` +eȕ>k:s\ +?uq?Z;4e綤#|3,[!yFP[։7E/Hb|_[k} +@%FngvƮEsiVxVRu$>N4cԜ49b-+݆=谭Lj¡johV>N-C0; yj;㒇%[cnz +LG(WmTZPt<?D\gE@sԊGp{m8d1" +܊ꯁe;+!nZ`IR}#My3l£[]KxJQUC_ endstream endobj -561 0 obj -<< /Type /Page /Contents 562 0 R /Resources 560 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 524 0 R /Annots 569 0 R >> +633 0 obj +<< /Type /Page /Contents 634 0 R /Resources 632 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 596 0 R /Annots 641 0 R >> endobj -569 0 obj -[ 526 0 R 527 0 R 528 0 R 529 0 R 530 0 R 531 0 R 532 0 R 533 0 R 534 0 R 535 0 R 536 0 R 537 0 R 538 0 R 539 0 R 540 0 R 541 0 R 542 0 R 543 0 R 544 0 R 545 0 R 546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R 554 0 R ] +641 0 obj +[ 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R ] endobj -526 0 obj +598 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 610.516 193.118 619.591 ]/A << /S /GoTo /D (chapter.1) >> >> endobj -527 0 obj +599 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 594.466 258.622 603.701 ]/A << /S /GoTo /D (section.1.1) >> >> endobj -528 0 obj +600 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 576.692 231.534 587.761 ]/A << /S /GoTo /D (section.1.2) >> >> endobj -529 0 obj +601 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 560.752 249.865 571.821 ]/A << /S /GoTo /D (section.1.3) >> >> endobj -530 0 obj +602 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 546.645 213.631 555.88 ]/A << /S /GoTo /D (section.1.4) >> >> endobj -531 0 obj +603 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 528.872 208.41 540.05 ]/A << /S /GoTo /D (section.1.5) >> >> endobj -532 0 obj +604 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 502.54 240.251 514.486 ]/A << /S /GoTo /D (chapter.2) >> >> endobj -533 0 obj +605 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 487.029 269.272 498.097 ]/A << /S /GoTo /D (section.2.1) >> >> endobj -534 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 472.922 228.874 482.157 ]/A << /S /GoTo /D (section.2.2) >> >> +606 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 471.088 277.342 482.047 ]/A << /S /GoTo /D (section.2.2) >> >> endobj -535 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 444.757 198.418 456.702 ]/A << /S /GoTo /D (chapter.3) >> >> +607 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 455.148 295.275 466.326 ]/A << /S /GoTo /D (section.2.3) >> >> endobj -536 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 429.245 190.189 440.204 ]/A << /S /GoTo /D (section.3.1) >> >> +608 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 428.817 198.418 440.762 ]/A << /S /GoTo /D (chapter.3) >> >> endobj -537 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 413.305 167.942 424.264 ]/A << /S /GoTo /D (section.3.2) >> >> +609 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 413.305 190.189 424.264 ]/A << /S /GoTo /D (section.3.1) >> >> endobj -538 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 386.974 214.717 398.919 ]/A << /S /GoTo /D (chapter.4) >> >> +610 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 397.365 167.942 408.324 ]/A << /S /GoTo /D (section.3.2) >> >> endobj -539 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 373.295 246.707 382.53 ]/A << /S /GoTo /D (section.4.1) >> >> +611 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 371.034 214.717 382.979 ]/A << /S /GoTo /D (chapter.4) >> >> endobj -540 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 355.641 199.026 366.481 ]/A << /S /GoTo /D (section.4.2) >> >> +612 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 357.355 246.707 366.59 ]/A << /S /GoTo /D (section.4.1) >> >> endobj -541 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 339.582 243.339 350.65 ]/A << /S /GoTo /D (section.4.3) >> >> +613 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 339.701 199.026 350.54 ]/A << /S /GoTo /D (section.4.2) >> >> endobj -542 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 323.641 187.12 334.6 ]/A << /S /GoTo /D (section.4.4) >> >> +614 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 323.641 243.339 334.71 ]/A << /S /GoTo /D (section.4.3) >> >> endobj -543 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 309.534 226.214 318.77 ]/A << /S /GoTo /D (section.4.5) >> >> +615 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 307.701 187.12 318.66 ]/A << /S /GoTo /D (section.4.4) >> >> endobj -544 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 291.761 231.733 302.72 ]/A << /S /GoTo /D (section.4.6) >> >> +616 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 293.594 226.214 302.829 ]/A << /S /GoTo /D (section.4.5) >> >> endobj -545 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 265.43 167.464 277.375 ]/A << /S /GoTo /D (chapter.5) >> >> +617 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 275.821 231.733 286.78 ]/A << /S /GoTo /D (section.4.6) >> >> endobj -546 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 251.751 258.104 260.986 ]/A << /S /GoTo /D (section.5.1) >> >> +618 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 249.489 167.464 261.435 ]/A << /S /GoTo /D (chapter.5) >> >> endobj -547 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 233.978 248.42 245.046 ]/A << /S /GoTo /D (section.5.2) >> >> +619 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 235.811 258.104 245.046 ]/A << /S /GoTo /D (section.5.1) >> >> endobj -548 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 218.037 198.517 228.996 ]/A << /S /GoTo /D (section.5.3) >> >> +620 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 218.037 248.42 229.106 ]/A << /S /GoTo /D (section.5.2) >> >> endobj -549 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 202.097 233.706 213.166 ]/A << /S /GoTo /D (section.5.4) >> >> +621 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 202.097 198.517 213.056 ]/A << /S /GoTo /D (section.5.3) >> >> endobj -550 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 186.157 186.014 197.116 ]/A << /S /GoTo /D (section.5.5) >> >> +622 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 186.157 233.706 197.225 ]/A << /S /GoTo /D (section.5.4) >> >> endobj -551 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 170.217 289.606 181.285 ]/A << /S /GoTo /D (section.5.6) >> >> +623 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 170.217 186.014 181.176 ]/A << /S /GoTo /D (section.5.5) >> >> endobj -552 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 154.276 223.185 165.235 ]/A << /S /GoTo /D (section.5.7) >> >> +624 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 154.276 289.606 165.345 ]/A << /S /GoTo /D (section.5.6) >> >> endobj -553 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 140.169 214.308 149.405 ]/A << /S /GoTo /D (section.5.8) >> >> +625 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 138.336 223.185 149.295 ]/A << /S /GoTo /D (section.5.7) >> >> endobj -554 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 124.229 225.556 133.464 ]/A << /S /GoTo /D (section.5.9) >> >> +626 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 124.229 214.308 133.464 ]/A << /S /GoTo /D (section.5.8) >> >> endobj -563 0 obj -<< /D [ 561 0 R /XYZ 69.866 801.979 null ] >> +627 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 108.289 225.556 117.524 ]/A << /S /GoTo /D (section.5.9) >> >> endobj -564 0 obj -<< /D [ 561 0 R /XYZ 70.866 771.024 null ] >> +635 0 obj +<< /D [ 633 0 R /XYZ 69.866 801.979 null ] >> endobj -560 0 obj -<< /Font << /F34 565 0 R /F35 566 0 R /F15 567 0 R /F48 568 0 R >> /ProcSet [ /PDF /Text ] >> +636 0 obj +<< /D [ 633 0 R /XYZ 70.866 771.024 null ] >> endobj -612 0 obj +632 0 obj +<< /Font << /F34 637 0 R /F35 638 0 R /F15 639 0 R /F48 640 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +685 0 obj << /Filter /FlateDecode /Length 1877 >> stream xˎ6yQ%93貘]mlR[s5AƓBI/ϗ>E8Erv^·($'?w.%RJ&Rj5n;<s'* @@ -1056,366 +1191,421 @@ xˎ6yQ%93貘]mlR[s5AƓBI/ϗ>E8 +0`jڵib~[IWN1+|}0wC+m1L@imٍy"}}|>=͔ endstream endobj -611 0 obj -<< /Type /Page /Contents 612 0 R /Resources 610 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 524 0 R /Annots 615 0 R >> +684 0 obj +<< /Type /Page /Contents 685 0 R /Resources 683 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 596 0 R /Annots 688 0 R >> endobj -615 0 obj -[ 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R ] +688 0 obj +[ 628 0 R 629 0 R 630 0 R 631 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R 675 0 R 676 0 R 677 0 R 678 0 R 679 0 R ] endobj -555 0 obj +628 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 757.584 150.557 769.529 ]/A << /S /GoTo /D (chapter.6) >> >> endobj -556 0 obj +629 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 742.15 238.308 753.219 ]/A << /S /GoTo /D (section.6.1) >> >> endobj -557 0 obj +630 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 726.288 228.625 737.357 ]/A << /S /GoTo /D (section.6.2) >> >> endobj -558 0 obj +631 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 710.426 178.722 721.495 ]/A << /S /GoTo /D (section.6.3) >> >> endobj -559 0 obj +642 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 694.564 213.91 705.633 ]/A << /S /GoTo /D (section.6.4) >> >> endobj -570 0 obj +643 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 678.702 227.21 689.771 ]/A << /S /GoTo /D (section.6.5) >> >> endobj -571 0 obj +644 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 662.84 269.81 673.909 ]/A << /S /GoTo /D (section.6.6) >> >> endobj -572 0 obj +645 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 646.978 203.389 658.047 ]/A << /S /GoTo /D (section.6.7) >> >> endobj -573 0 obj +646 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 631.116 194.512 642.184 ]/A << /S /GoTo /D (section.6.8) >> >> endobj -574 0 obj +647 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 615.254 205.76 626.322 ]/A << /S /GoTo /D (section.6.9) >> >> endobj -575 0 obj +648 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 589.001 155.539 600.946 ]/A << /S /GoTo /D (chapter.7) >> >> endobj -576 0 obj +649 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 573.567 242.164 584.636 ]/A << /S /GoTo /D (section.7.1) >> >> endobj -577 0 obj +650 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 557.705 259.798 568.774 ]/A << /S /GoTo /D (section.7.2) >> >> endobj -578 0 obj +651 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 541.843 222.488 552.692 ]/A << /S /GoTo /D (section.7.3) >> >> endobj -579 0 obj +652 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 525.981 232.48 537.049 ]/A << /S /GoTo /D (section.7.4) >> >> endobj -580 0 obj +653 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 510.119 182.577 520.968 ]/A << /S /GoTo /D (section.7.5) >> >> endobj -581 0 obj +654 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 494.257 217.765 505.325 ]/A << /S /GoTo /D (section.7.6) >> >> endobj -582 0 obj +655 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 478.395 208.47 489.463 ]/A << /S /GoTo /D (section.7.7) >> >> endobj -583 0 obj +656 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 462.533 198.368 473.601 ]/A << /S /GoTo /D (section.7.8) >> >> endobj -584 0 obj +657 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 446.671 209.616 457.739 ]/A << /S /GoTo /D (section.7.9) >> >> endobj -585 0 obj +658 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 420.418 231.693 432.363 ]/A << /S /GoTo /D (chapter.8) >> >> endobj -586 0 obj +659 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 404.984 274.811 416.052 ]/A << /S /GoTo /D (section.8.1) >> >> endobj -587 0 obj +660 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 389.122 292.445 400.19 ]/A << /S /GoTo /D (section.8.2) >> >> endobj -588 0 obj +661 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 373.26 255.135 384.219 ]/A << /S /GoTo /D (section.8.3) >> >> endobj -589 0 obj +662 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 357.398 265.128 368.466 ]/A << /S /GoTo /D (section.8.4) >> >> endobj -590 0 obj +663 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 341.536 215.225 352.495 ]/A << /S /GoTo /D (section.8.5) >> >> endobj -591 0 obj +664 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 325.674 250.413 336.742 ]/A << /S /GoTo /D (section.8.6) >> >> endobj -592 0 obj +665 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 309.812 241.118 320.88 ]/A << /S /GoTo /D (section.8.7) >> >> endobj -593 0 obj +666 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 295.783 217.725 305.018 ]/A << /S /GoTo /D (section.8.8) >> >> endobj -594 0 obj +667 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 267.696 172.664 279.642 ]/A << /S /GoTo /D (chapter.9) >> >> endobj -595 0 obj +668 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 254.096 257.556 263.331 ]/A << /S /GoTo /D (section.9.1) >> >> endobj -596 0 obj +669 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 236.52 209.875 247.25 ]/A << /S /GoTo /D (section.9.2) >> >> endobj -597 0 obj +670 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 220.539 247.872 231.607 ]/A << /S /GoTo /D (section.9.3) >> >> endobj -598 0 obj +671 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 204.677 197.97 215.526 ]/A << /S /GoTo /D (section.9.4) >> >> endobj -599 0 obj +672 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 188.815 233.158 199.883 ]/A << /S /GoTo /D (section.9.5) >> >> endobj -600 0 obj +673 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 173.072 223.862 184.021 ]/A << /S /GoTo /D (section.9.6) >> >> endobj -601 0 obj +674 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 158.924 213.76 168.159 ]/A << /S /GoTo /D (section.9.7) >> >> endobj -602 0 obj +675 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 143.062 225.008 152.297 ]/A << /S /GoTo /D (section.9.8) >> >> endobj -603 0 obj +676 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 114.975 245.461 126.921 ]/A << /S /GoTo /D (chapter.10) >> >> endobj -604 0 obj +677 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 101.375 265.566 110.61 ]/A << /S /GoTo /D (section.10.1) >> >> endobj -605 0 obj +678 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 83.68 255.882 94.748 ]/A << /S /GoTo /D (section.10.2) >> >> endobj -606 0 obj +679 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 67.818 205.979 78.886 ]/A << /S /GoTo /D (section.10.3) >> >> endobj -613 0 obj -<< /D [ 611 0 R /XYZ 69.866 801.979 null ] >> +686 0 obj +<< /D [ 684 0 R /XYZ 69.866 801.979 null ] >> endobj -610 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F35 566 0 R /F48 568 0 R >> /ProcSet [ /PDF /Text ] >> +683 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F35 638 0 R /F48 640 0 R >> /ProcSet [ /PDF /Text ] >> endobj -657 0 obj -<< /Filter /FlateDecode /Length 1994 >> +732 0 obj +<< /Filter /FlateDecode /Length 2050 >> stream -xK#)+yHHI?Fo<JWB3uTȧmlݏ÷W;ǜZy;Ùzgc\_sy9sm91}b[7Dᘒ\q&w?wȬXeEɹqg<߃ERzǎG -K/ -`[G4睢<.D*f -\WٿFd -Kl.EuδC'AN^z8q&(Pr$pi<)s -̡Us֩ -qc.,{%P٭Jfw8a -3:^S Z3|RLXзaHFE2W*h+6Kqq_xN,F(e"PxK]aQP,5E)@Uc$"#e@q\5J -(8e~ZgP\F[ɴtU7t/Ah1 mC#P:Jk@fWWM,Z@W
вrqXFʈ`!;ys⟈fћRr -] -˪I:rvԽZ:Er>S
ۖaΐgȻk9IW0=}1JT-:ԜcKKl\+)QYKc2p,T^i(|$kZ\ҏsB\ԏ"IfR@^e^sc[]-n𑀂JMV/7(kHe+7烥4^5=Sp4%>lXЀL E,'/p`\K`"±yHPE=}B~'T\ߨ
˙]Tc0o}J]^<-Tm~a^ޜѫ sͩf^+*ȆIJ0rebH7%G!c^=_LSP:2T~c7ē<;ڢeOE2/p\4wmfjγ1"?٢E+$
W5fӺr %ly`(G#UĀ +xɎ8@Rk j`
:}aDɲ%&Wzt8MQ/$EJ;t|tgU\?O@wl)1Jr__)JR*_(URg.ȠuA`Hn+ +ϢD0Kn~3b]+ q2T[n=(~Q6,_ݱY{:{Hګx>$p +ZNǧ)`HˑR$azQ)
-*MRz o3pjD9%JT<c>*^8rKi1 MȘBcߤP5wxG74{Ϸojn-Fp4{\O=ً=&Hz2wՀO7;ǀ|2NS&2E',D4Xg dxyoOǘʹY:h3#[/ +
#B0t8֞7Eq#ҬD-JfC$r3_ +C%`HޗDÜՍ)3]bJa>y(ˈM()5 +D1[I1g|j |Zt7OհRÂ٭n~`Xۛ?`V-uQzm*R8Z}f7:},daG;^YX$3U#-$-{)ĢsBjS +nelZR8{*QA*UɤU|Y +#<TW(vC1l_9'BQJZ1F*1҃ڭ+"6b14 +K6̛zۧUp&2pn8QVނdEDۆF%v+\jzمa)?|<h|ehfC9ly=zSr[S1susm]d-ED^|k!g踋9U3tEkx9C'".3tzhP̗EKK [}nRMŔbqrX<8 spFSn$1a3u
<U3u}XO2:&9 +owm+pSX-z秢&AW+/Wc#n5.TɟY|zj\dF^gQ*M9̵vR0j\P)w\hB ӤDIE}~,dD;M% Nr}3B*e8aFq\S8Wth[:` +6.D?@W2{.%|INSNk::ۯp`>R`,L2"LIʜ\a%Cl˰YHZC{c@Y`7=Jnt'fYC(' +TVgzvhٔj^5.櫓w":ky!28cb9YjyTj\EmE[[8&Ag˸070B%ޟK,P endstream endobj -656 0 obj -<< /Type /Page /Contents 657 0 R /Resources 655 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 524 0 R /Annots 659 0 R >> +731 0 obj +<< /Type /Page /Contents 732 0 R /Resources 730 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 596 0 R /Annots 734 0 R >> endobj -659 0 obj -[ 607 0 R 608 0 R 609 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R ] +734 0 obj +[ 680 0 R 681 0 R 682 0 R 689 0 R 690 0 R 691 0 R 692 0 R 693 0 R 694 0 R 695 0 R 696 0 R 697 0 R 698 0 R 699 0 R 700 0 R 701 0 R 702 0 R 703 0 R 704 0 R 705 0 R 706 0 R 707 0 R 708 0 R 709 0 R 710 0 R 711 0 R 712 0 R 713 0 R 714 0 R 715 0 R 716 0 R 717 0 R 718 0 R 719 0 R 720 0 R 721 0 R 722 0 R 723 0 R 724 0 R 725 0 R 726 0 R ] endobj -607 0 obj +680 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 758.012 201.835 769.081 ]/A << /S /GoTo /D (section.10.4) >> >> endobj -608 0 obj +681 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 742.072 215.135 753.141 ]/A << /S /GoTo /D (section.10.5) >> >> endobj -609 0 obj +682 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 726.132 300.993 737.2 ]/A << /S /GoTo /D (section.10.6) >> >> endobj -616 0 obj +689 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 712.025 210.781 721.26 ]/A << /S /GoTo /D (section.10.7) >> >> endobj -617 0 obj +690 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 694.252 230.647 705.32 ]/A << /S /GoTo /D (section.10.8) >> >> endobj -618 0 obj +691 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 680.144 221.77 689.38 ]/A << /S /GoTo /D (section.10.9) >> >> endobj -619 0 obj +692 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 651.98 223.394 663.925 ]/A << /S /GoTo /D (chapter.11) >> >> endobj -620 0 obj +693 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 636.588 251.27 647.537 ]/A << /S /GoTo /D (section.11.1) >> >> endobj -621 0 obj +694 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 620.528 241.586 631.596 ]/A << /S /GoTo /D (section.11.2) >> >> endobj -622 0 obj +695 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 604.588 191.683 615.656 ]/A << /S /GoTo /D (section.11.3) >> >> endobj -623 0 obj +696 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 588.648 187.539 599.716 ]/A << /S /GoTo /D (section.11.4) >> >> endobj -624 0 obj +697 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 572.707 200.839 583.776 ]/A << /S /GoTo /D (section.11.5) >> >> endobj -625 0 obj +698 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 556.767 286.697 567.836 ]/A << /S /GoTo /D (section.11.6) >> >> endobj -626 0 obj +699 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 540.946 196.485 551.895 ]/A << /S /GoTo /D (section.11.7) >> >> endobj -627 0 obj +700 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 524.887 255.006 535.955 ]/A << /S /GoTo /D (section.11.8) >> >> endobj -628 0 obj +701 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 508.946 216.351 520.015 ]/A << /S /GoTo /D (section.11.9) >> >> endobj -629 0 obj +702 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 493.126 207.474 504.075 ]/A << /S /GoTo /D (section.11.10) >> >> endobj -630 0 obj +703 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 466.675 192.958 478.62 ]/A << /S /GoTo /D (chapter.12) >> >> endobj -631 0 obj +704 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 451.283 251.27 462.232 ]/A << /S /GoTo /D (section.12.1) >> >> endobj -632 0 obj +705 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 435.223 260.804 446.291 ]/A << /S /GoTo /D (section.12.2) >> >> endobj -633 0 obj +706 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 419.283 210.901 430.132 ]/A << /S /GoTo /D (section.12.3) >> >> endobj -634 0 obj +707 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 403.342 206.757 414.411 ]/A << /S /GoTo /D (section.12.4) >> >> endobj -635 0 obj +708 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 387.402 278.388 398.471 ]/A << /S /GoTo /D (section.12.5) >> >> endobj -636 0 obj +709 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 371.462 230.866 382.421 ]/A << /S /GoTo /D (section.12.6) >> >> endobj -637 0 obj +710 0 obj << /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 355.532 226.692 366.59 ]/A << /S /GoTo /D (section.12.7) >> >> endobj -638 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 329.19 226.781 341.136 ]/A << /S /GoTo /D (chapter.13) >> >> +711 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 329.19 227.668 341.136 ]/A << /S /GoTo /D (chapter.13) >> >> endobj -639 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 303.288 200.291 315.233 ]/A << /S /GoTo /D (chapter.14) >> >> +712 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 313.679 237.282 324.638 ]/A << /S /GoTo /D (section.13.1) >> >> endobj -640 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 287.776 175.085 298.844 ]/A << /S /GoTo /D (section.14.1) >> >> +713 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 297.738 238.308 308.697 ]/A << /S /GoTo /D (section.13.2) >> >> endobj -641 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 261.445 143.793 273.39 ]/A << /S /GoTo /D (chapter.15) >> >> +714 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 281.798 290.512 292.867 ]/A << /S /GoTo /D (section.13.3) >> >> endobj -642 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 246.052 219.14 257.001 ]/A << /S /GoTo /D (section.15.1) >> >> +715 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 265.858 253.093 276.817 ]/A << /S /GoTo /D (section.13.4) >> >> endobj -643 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 219.601 161.516 231.547 ]/A << /S /GoTo /D (chapter.16) >> >> +716 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 249.918 242.791 260.986 ]/A << /S /GoTo /D (section.13.5) >> >> endobj -644 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 204.209 184.032 215.158 ]/A << /S /GoTo /D (section.16.1) >> >> +717 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 233.978 271.205 244.936 ]/A << /S /GoTo /D (subsection.13.5.1) >> >> endobj -645 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 188.269 195.339 199.218 ]/A << /S /GoTo /D (section.16.2) >> >> +718 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 218.037 291.927 229.106 ]/A << /S /GoTo /D (subsection.13.5.2) >> >> endobj -646 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 161.818 215.364 173.763 ]/A << /S /GoTo /D (chapter.17) >> >> +719 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 203.93 223.215 213.166 ]/A << /S /GoTo /D (subsection.13.5.3) >> >> endobj -647 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 138.286 173.491 147.332 ]/A << /S /GoTo /D (chapter.18) >> >> +720 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 186.276 336.38 197.335 ]/A << /S /GoTo /D (subsection.13.5.4) >> >> endobj -648 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 119.965 305.735 131.92 ]/A << /S /GoTo /D (section.18.1) >> >> +721 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 170.217 244.744 181.176 ]/A << /S /GoTo /D (subsection.13.5.5) >> >> endobj -649 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 104.463 324.824 115.532 ]/A << /S /GoTo /D (subsection.18.1.1) >> >> +722 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 156.11 201.207 165.235 ]/A << /S /GoTo /D (subsection.13.5.6) >> >> endobj -650 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 90.356 305.905 99.482 ]/A << /S /GoTo /D (subsection.18.1.2) >> >> +723 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 138.346 250.712 149.405 ]/A << /S /GoTo /D (section.13.6) >> >> endobj -651 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 72.583 313.397 83.761 ]/A << /S /GoTo /D (subsection.18.1.3) >> >> +724 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 112.005 226.781 123.95 ]/A << /S /GoTo /D (chapter.14) >> >> endobj -658 0 obj -<< /D [ 656 0 R /XYZ 69.866 801.979 null ] >> +725 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 86.102 200.291 98.047 ]/A << /S /GoTo /D (chapter.15) >> >> endobj -655 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F35 566 0 R /F48 568 0 R >> /ProcSet [ /PDF /Text ] >> +726 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 70.59 175.085 81.659 ]/A << /S /GoTo /D (section.15.1) >> >> endobj -677 0 obj -<< /Filter /FlateDecode /Length 1142 >> +733 0 obj +<< /D [ 731 0 R /XYZ 69.866 801.979 null ] >> +endobj +730 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F35 638 0 R /F48 640 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +767 0 obj +<< /Filter /FlateDecode /Length 1907 >> stream -xKo6frHc[ksʥ!)$>vQWAZ>F$<ӷ /wݧ';0ɂpDu^_ -^ElKGO|{|R4ſϧ{D+<I[tl9Ij|`<ԪKO' ><aVXmDAml<i_4?:qi#ؑ\Sn#C
7}RdyݶZOdbXG+/kG̓Q*IT"}Z"e -O˜yrʽ賠Tkc0PJA+YY ,"bjw(G=BNV*(߸{K@SMOzh}a*.F8FV` -{NEOq@*5244`I~d,@v ;(g38L#L&9vĤ&t
7Skw#)&W{=%"kb5z^ܲ4%?oqH`uEjlGR)0;j<gfe?vْ>϶;[rd^wj
MZ:!ao %8,Wik]PF5[ntx$t^XXpZDΣ1}B#uyՓz1їt|=7fqּdLdrT۠wD&sV+7~MJ>k~"zJ -o||bn͵*eo=jGqNait$@ڮ7#s2ؗop5F +xɎ6@f*5= ǠoA)!$͙Lu0,[Ţkc>-O\=b$H~zN-IiC(3~D)\(RR)E%;퐉^A=W8"J洽i<שo_P
]2bH8?~Ý3];9cʊuejb"i4xUM[iA<.jvgJg!80pQek[қ +j;@Jw1w;G}@N7XV + +rWAD:b+?ge;d2r[;.ŀĠ<./t|o!,0{tqQʆO0dLfOX3.{9u +I?r-<fCtDOm<ɰfpΓ2-ňRl]cku.g{?KE$60$ӞO.g-rÄup34+g袦V6mR{tv1yo1+ +XqE'p +ZfCh˘^s[2H,z5׆lI/G.C+Ɉja?˶KX`H5bSbQ걶`%ש[+Vgbt}-Qɑ<+3|hB+pkhpt;ϲFj0S+IȭwH_X'
v
%N?F)O<tdHrFuܷu[ժυ`Q*e3"ᙻLڧJ],SruD 7t#ۑG{'-+E4Xt?Npy,u l[&bS˻862:C#Gz [`<z] ]RdR#ꙑ-BXJgUP~߉Ӗ#o,N]=!srdV#"cd=c?H^#ʾy3)Kꫤn=")N;-Gin(+{,)t&R3U{ /wQu3љ\d4HKlS,'b:#D#|S&[fUጒLǹN;apuQ>GjFփ7f>`$k"ϭ#<?m丮EkR|>W/KY[(F'0~-sC,x&A:f
VCw05a}$8-I`HؙFb^az(鼲1xxpbO(D1^S +H`k\9,1yfԔԇa 64'9ę.<d9R
Q߷g`fPOLČt&W"V<fF-ag$>#v|v&dgHfGG{'PgmINcōZG[pPO endstream endobj -676 0 obj -<< /Type /Page /Contents 677 0 R /Resources 675 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 524 0 R /Annots 679 0 R >> +766 0 obj +<< /Type /Page /Contents 767 0 R /Resources 765 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 596 0 R /Annots 769 0 R >> endobj -679 0 obj -[ 652 0 R 653 0 R 654 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R 667 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R ] +769 0 obj +[ 727 0 R 728 0 R 729 0 R 735 0 R 736 0 R 737 0 R 738 0 R 739 0 R 740 0 R 741 0 R 742 0 R 743 0 R 744 0 R 745 0 R 746 0 R 747 0 R 748 0 R 749 0 R 750 0 R 751 0 R 752 0 R 753 0 R 754 0 R 755 0 R 756 0 R 757 0 R 758 0 R 759 0 R 760 0 R 761 0 R 762 0 R 763 0 R 764 0 R ] endobj -652 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 758.012 311.324 769.081 ]/A << /S /GoTo /D (subsection.18.1.4) >> >> +727 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 757.584 143.793 769.529 ]/A << /S /GoTo /D (chapter.16) >> >> endobj -653 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 742.072 260.615 753.141 ]/A << /S /GoTo /D (subsection.18.1.5) >> >> +728 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 742.192 219.14 753.141 ]/A << /S /GoTo /D (section.16.1) >> >> endobj -654 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 725.694 268.804 737.649 ]/A << /S /GoTo /D (section.18.2) >> >> +729 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 715.741 161.516 727.686 ]/A << /S /GoTo /D (chapter.17) >> >> endobj -660 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 709.753 282.522 721.709 ]/A << /S /GoTo /D (section.18.3) >> >> +735 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 700.349 184.032 711.298 ]/A << /S /GoTo /D (section.17.1) >> >> endobj -661 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 693.813 241.516 705.768 ]/A << /S /GoTo /D (section.18.4) >> >> +736 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 684.408 195.339 695.357 ]/A << /S /GoTo /D (section.17.2) >> >> endobj -662 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 677.873 225.078 689.828 ]/A << /S /GoTo /D (section.18.5) >> >> +737 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 657.958 215.364 669.903 ]/A << /S /GoTo /D (chapter.18) >> >> endobj -663 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 661.933 228.346 673.888 ]/A << /S /GoTo /D (section.18.6) >> >> +738 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 69.87 634.426 173.491 643.472 ]/A << /S /GoTo /D (chapter.19) >> >> endobj -664 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 645.992 297.974 657.948 ]/A << /S /GoTo /D (section.18.7) >> >> +739 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 616.105 305.735 628.06 ]/A << /S /GoTo /D (section.19.1) >> >> endobj -665 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 630.052 249.686 642.007 ]/A << /S /GoTo /D (section.18.8) >> >> +740 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 600.603 260.615 611.671 ]/A << /S /GoTo /D (subsection.19.1.1) >> >> endobj -666 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 614.112 276.704 626.067 ]/A << /S /GoTo /D (section.18.9) >> >> +741 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 584.662 324.824 595.731 ]/A << /S /GoTo /D (subsection.19.1.2) >> >> endobj -667 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 598.172 306.074 610.127 ]/A << /S /GoTo /D (section.18.10) >> >> +742 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 568.722 281.915 579.791 ]/A << /S /GoTo /D (subsection.19.1.3) >> >> endobj -668 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 582.232 290.363 594.187 ]/A << /S /GoTo /D (section.18.11) >> >> +743 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 554.615 305.905 563.741 ]/A << /S /GoTo /D (subsection.19.1.4) >> >> endobj -669 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 566.291 265.148 578.247 ]/A << /S /GoTo /D (section.18.12) >> >> +744 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 536.842 313.397 548.02 ]/A << /S /GoTo /D (subsection.19.1.5) >> >> endobj -670 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 550.351 295.544 562.306 ]/A << /S /GoTo /D (section.18.13) >> >> +745 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 520.902 310.677 531.97 ]/A << /S /GoTo /D (subsection.19.1.6) >> >> endobj -671 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 534.411 270.328 546.366 ]/A << /S /GoTo /D (section.18.14) >> >> +746 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 504.961 320.938 516.139 ]/A << /S /GoTo /D (subsection.19.1.7) >> >> endobj -672 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 518.471 218.084 530.426 ]/A << /S /GoTo /D (section.18.15) >> >> +747 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 107.728 489.021 311.324 500.09 ]/A << /S /GoTo /D (subsection.19.1.8) >> >> endobj -673 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 502.53 240.022 514.486 ]/A << /S /GoTo /D (section.18.16) >> >> +748 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 472.643 268.804 484.598 ]/A << /S /GoTo /D (section.19.2) >> >> endobj -674 0 obj -<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 486.59 281.955 498.545 ]/A << /S /GoTo /D (section.18.17) >> >> +749 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 456.702 282.522 468.657 ]/A << /S /GoTo /D (section.19.3) >> >> endobj -678 0 obj -<< /D [ 676 0 R /XYZ 69.866 801.979 null ] >> +750 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 440.762 241.516 452.717 ]/A << /S /GoTo /D (section.19.4) >> >> endobj -675 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R >> /ProcSet [ /PDF /Text ] >> +751 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 424.822 225.078 436.777 ]/A << /S /GoTo /D (section.19.5) >> >> endobj -682 0 obj +752 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 408.882 228.346 420.837 ]/A << /S /GoTo /D (section.19.6) >> >> +endobj +753 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 392.941 297.974 404.897 ]/A << /S /GoTo /D (section.19.7) >> >> +endobj +754 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 377.001 249.686 388.956 ]/A << /S /GoTo /D (section.19.8) >> >> +endobj +755 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 361.061 276.704 373.016 ]/A << /S /GoTo /D (section.19.9) >> >> +endobj +756 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 345.121 306.074 357.076 ]/A << /S /GoTo /D (section.19.10) >> >> +endobj +757 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 329.181 290.363 341.136 ]/A << /S /GoTo /D (section.19.11) >> >> +endobj +758 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 313.24 265.148 325.195 ]/A << /S /GoTo /D (section.19.12) >> >> +endobj +759 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 297.3 295.872 309.255 ]/A << /S /GoTo /D (section.19.13) >> >> +endobj +760 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 281.36 295.544 293.315 ]/A << /S /GoTo /D (section.19.14) >> >> +endobj +761 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 265.42 270.328 277.375 ]/A << /S /GoTo /D (section.19.15) >> >> +endobj +762 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 249.479 218.084 261.435 ]/A << /S /GoTo /D (section.19.16) >> >> +endobj +763 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 233.539 240.022 245.494 ]/A << /S /GoTo /D (section.19.17) >> >> +endobj +764 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 84.814 217.599 281.955 229.554 ]/A << /S /GoTo /D (section.19.18) >> >> +endobj +768 0 obj +<< /D [ 766 0 R /XYZ 69.866 801.979 null ] >> +endobj +765 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F35 638 0 R /F48 640 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +772 0 obj << /Filter /FlateDecode /Length 3530 >> stream x\;#W0ƻjkWU$_R$[J|h @@ -1440,25 +1630,25 @@ n Z*ImTt9'-RE]T8bG|Ft Wuw&
GK*FxLrӖTQ@w۵{),-_4ID_]ۚ'94լbIٚPNڔs-jRޓ},M3U-nAڮ&Sڀz>V-T.Qd|7z]5,v68;6ϤTv&06`A:b*rmtf<]}KӒZ18jrMWNnLyw&RWYe2t5t|pnSo\H̚T-yBgU;RA+̈́'L`<2^ endstream endobj -681 0 obj -<< /Type /Page /Contents 682 0 R /Resources 680 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 524 0 R >> +771 0 obj +<< /Type /Page /Contents 772 0 R /Resources 770 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 596 0 R >> endobj -683 0 obj -<< /D [ 681 0 R /XYZ 69.866 801.979 null ] >> +773 0 obj +<< /D [ 771 0 R /XYZ 69.866 801.979 null ] >> endobj 2 0 obj -<< /D [ 681 0 R /XYZ 70.866 771.024 null ] >> +<< /D [ 771 0 R /XYZ 70.866 771.024 null ] >> endobj 6 0 obj -<< /D [ 681 0 R /XYZ 70.866 588.41 null ] >> +<< /D [ 771 0 R /XYZ 70.866 588.41 null ] >> endobj 10 0 obj -<< /D [ 681 0 R /XYZ 70.866 147.882 null ] >> +<< /D [ 771 0 R /XYZ 70.866 147.882 null ] >> endobj -680 0 obj -<< /Font << /F34 565 0 R /F15 567 0 R /F55 684 0 R /F36 685 0 R /F48 568 0 R /F50 614 0 R >> /ProcSet [ /PDF /Text ] >> +770 0 obj +<< /Font << /F34 637 0 R /F15 639 0 R /F55 774 0 R /F36 775 0 R /F48 640 0 R /F50 687 0 R >> /ProcSet [ /PDF /Text ] >> endobj -688 0 obj +778 0 obj << /Filter /FlateDecode /Length 3274 >> stream x\K$
ϯ?DAO @@ -1475,19 +1665,19 @@ eEF hjʻyk'.{\mBI*vu=&j5QZfS
lƵ{\^=m5A1}$vskkQM7!'.ʫy(-ffyPvG-^07hqlVdkLc*^En16f;4v endstream endobj -687 0 obj -<< /Type /Page /Contents 688 0 R /Resources 686 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 524 0 R >> +777 0 obj +<< /Type /Page /Contents 778 0 R /Resources 776 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 596 0 R >> endobj -689 0 obj -<< /D [ 687 0 R /XYZ 69.866 801.979 null ] >> +779 0 obj +<< /D [ 777 0 R /XYZ 69.866 801.979 null ] >> endobj 14 0 obj -<< /D [ 687 0 R /XYZ 70.866 269.798 null ] >> +<< /D [ 777 0 R /XYZ 70.866 269.798 null ] >> endobj -686 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +776 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -692 0 obj +782 0 obj << /Filter /FlateDecode /Length 3035 >> stream x]͎$)S4I&:W۶jfNsyÚ @@ -1505,22 +1695,22 @@ x]͎$)S4I&:W۶jfNsyÚ 0V9sFEiS endstream endobj -691 0 obj -<< /Type /Page /Contents 692 0 R /Resources 690 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 524 0 R >> +781 0 obj +<< /Type /Page /Contents 782 0 R /Resources 780 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 596 0 R >> endobj -693 0 obj -<< /D [ 691 0 R /XYZ 69.866 801.979 null ] >> +783 0 obj +<< /D [ 781 0 R /XYZ 69.866 801.979 null ] >> endobj 18 0 obj -<< /D [ 691 0 R /XYZ 70.866 413.509 null ] >> +<< /D [ 781 0 R /XYZ 70.866 413.509 null ] >> endobj 22 0 obj -<< /D [ 691 0 R /XYZ 70.866 226.752 null ] >> +<< /D [ 781 0 R /XYZ 70.866 226.752 null ] >> endobj -690 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R /F48 568 0 R >> /ProcSet [ /PDF /Text ] >> +780 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R /F48 640 0 R >> /ProcSet [ /PDF /Text ] >> endobj -696 0 obj +786 0 obj << /Filter /FlateDecode /Length 1524 >> stream xYn8)ՊDJ@`Nz[i39a)˒MƙmkY?Iv;<~{v&2@?&0_~[ZOrwwD3</D$=}S @@ -1531,67 +1721,87 @@ xYn8)ՊDJ@`Nz[i39a)˒MƙmkY?Iv;<~{v&2 ;\ߐOX<ʟW"`/ţ˓kTBSu]fT"tA! u#t!~1jj;n-ӳ0Y1F"#Xs"^xV@&w_X]5v_c+°a؆1>uCN[R}A1V߀g.R7Cefu6p@Q}dCPtK+ݣĂrJ[ 6wZkT7Fx/iikDiBZK:ެp[WcpDk5o:hOB{!dmaճy3JK{G2ʦ:
6n8_+B+5j+/Nt{_F3QR[>[nkB.y,=\F)KqsO[ºJRN71<<-pa c5bOD6'DeD9}},yfA@h eyްVk/7=fذw~7NV
ZڌXI]|-}n?r;MܯA=S6vM_m8k,xۊtmdS^-g]:BO lÙЭ5bMƆvrʶֈzW@w[Hox iB6 endstream endobj -695 0 obj -<< /Type /Page /Contents 696 0 R /Resources 694 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 524 0 R >> +785 0 obj +<< /Type /Page /Contents 786 0 R /Resources 784 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 596 0 R >> endobj -697 0 obj -<< /D [ 695 0 R /XYZ 69.866 801.979 null ] >> +787 0 obj +<< /D [ 785 0 R /XYZ 69.866 801.979 null ] >> endobj -694 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R >> /ProcSet [ /PDF /Text ] >> +784 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R >> /ProcSet [ /PDF /Text ] >> endobj -700 0 obj -<< /Filter /FlateDecode /Length 3028 >> -stream -x[;o$+&bnp~ -LK6!)=L9$L5ҧ -XRpFRd'I /&ɎfoD멄0oY%o1{5LIps ێM)4QqC7zu}I}"EGD/qɖIz4 " 3>UdSJ˜%7xs`p.C<!Z1K$cCK W !qr`ZLWMxd0k&ֱ!cwjQ$FbHz0Zį둮Yh=vo]aL:5B1tb]^l0:E%2u)^:@ʆڋً܋2. Z0\Pf)qjiU/LMt4h9?-{`H=xO![dBlCITT@#v+f@i/EG>Zmhx4@EGtO 9 Bb;^K6)\K0PgēM@AM,˓h<-Eω0Z"&wD{Q@3ŲEΞYyn$prlZ.:+) -)O
YT#Y -~T2ЧIv=Mr݅Y6͎jox|3!@>;RTYwHwx=EGh@:Hju7%w4
y `_nNwn"SZZKG 3U}0ٯוmcfjNE+FH6G7}]k͠ݨ_<.l -)jfyX7YևݠOsbڹ1E>"Vqu7(]2ţyDI++ezO8J1̢W^p4h/a}#SЯ6Hۗ
e{ -}bZ(l)s2gh./$߲-מWk֖5&pՑp$Lc٣6ioQ:;v|6N4=N˝mI?PҒaSF5E̻:jK%]m{ܬuaތ.sV6Nxhf}`2'8RH܈-2}pqCrr'WՁЩ+hIEa`pl.Hs.!J0 -o@}DdEeWye$xh?4' PB[$()ܘ`NiA<ϳp~g^)R!MR/F0p#-OWKS&wKѻmмa}44 -@HXዉrɸs-=9R??inTOפvdF䂻6"2h$mŀ[MU"G*fzH&}/|6>SI+܅:ʺ1P`-i_qU=`5F?p삇P?빸X1f, -|+T3y1U8t}Svv-aV "'LbzgFqxE'Ϋn*W.R$~eU"Wڽ[Z逵K}klWQ3GG[}T]l+\vtOJ -pИM>U1NV"b2HTQ5b^G^KWM0nsA _zV½m]rߠ|WswAr=u|pDFjc̨1et/ow= -F[a1ZPжѶQ[K2IHd)4[ѷ#e\0gq$oɡUȹ_8 +790 0 obj +<< /Filter /FlateDecode /Length 3559 >> +stream +x\IodWq|, `Z-19ėTqy[HZ9Hzͥc˅_뗇?JuΌ
/??_r挹Jw#sʹx\+ǿjaO?}>uu3 "+͓W4sV\GK5~*S[]?ueR&f0bRmuffm,8"M2Ȁv>" -#ȣ45?5?qÿ7(ѫ߾>~w3wOdZI_>3mp~H鬿2$xyF)%J]VLj<',P;C,p7Mfvk?0-TK]b@4i3<S +nNaq$GK +Pj7`Lc6&l|+dDT2XY-2{`Ӕ5Lt''5E\Rr +ӬGsB]Udr%M,
ā&;&"<ҋpRfB1Od9oyV90`.R L +ЊA!F3PS$gAHcָ)H{90mj]&<R2kH5SQ-ۨz
1 +HR~B$
9rG-pnk]icJ~n^fÈuk6[_2up)w$ eCMbBIDຘu"XZ,aw(6>^VlDGs`x9FH<^Z*, +~DV@Ei9@> + (
jBx_9nH5ia?(&F쭉 HWV\C*+,E #,xr ((Kt;0` *z>OIωj":7Dgqҹ#{Q ފ<FׅМy.J4;U5r +g$gS !gQU<1 +!1G +vV2ЧIo;XAITVatvx(<;qd6CH='R&UYi2oH|0Dt_4c!0sUt,SiG&iMdʫĻ|-?i~Eo}]Rz0e5BI5JA[ZBuw`1!b1`Yd
(Kj4Au)tj/M% +]_va4"9T
ɶfѭV,s`4Wۡ7 +k&ӍKbƒr}܈ŬBPPgВܭj7}KH6Eq\q)愿DF*o03TO7Lmȩp%|.3B})( ڬ;gƐ US+\pqi!MҔtGDzY`?o[YI`B=@ߢ]\mr(4DNR?Bd[kbٰ'銸&Q~T/ ]yu%b8Dj^ߐ?yK1LVaX[ +94N3udL.&QD`877.K~e%}-{QCWv1v{qa +¹v>;-ZPByYm65a +ËR'웧όbY"=5)L)Cizj;1Qp Cqp@oJz EX&ڟT+)[X:9k%!^;[Ϛr]0 endstream endobj -699 0 obj -<< /Type /Page /Contents 700 0 R /Resources 698 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 524 0 R >> +789 0 obj +<< /Type /Page /Contents 790 0 R /Resources 788 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 596 0 R >> endobj -701 0 obj -<< /D [ 699 0 R /XYZ 69.866 801.979 null ] >> +791 0 obj +<< /D [ 789 0 R /XYZ 69.866 801.979 null ] >> endobj 26 0 obj -<< /D [ 699 0 R /XYZ 70.866 771.024 null ] >> +<< /D [ 789 0 R /XYZ 70.866 771.024 null ] >> endobj 30 0 obj -<< /D [ 699 0 R /XYZ 70.866 582.486 null ] >> +<< /D [ 789 0 R /XYZ 70.866 583.249 null ] >> endobj -34 0 obj -<< /D [ 699 0 R /XYZ 70.866 251.201 null ] >> -endobj -698 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F42 702 0 R /F50 614 0 R /F55 684 0 R /F15 567 0 R >> /ProcSet [ /PDF /Text ] >> +788 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F42 792 0 R /F50 687 0 R /F55 774 0 R /F15 639 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> endobj -705 0 obj -<< /Filter /FlateDecode /Length 987 >> -stream -xXn0)(R"%(д̀V64=aTl_8I~H_<06.I617`HLP< -{#!ZG\BIbʩ ]siseۮa[.7ggDjZ
o 'Ɖ7 -}30fm1#vDYYc3Ae<fYH-,K,YN +796 0 obj +<< /Filter /FlateDecode /Length 3831 >> +stream +x\Kc|X [>9q >ėT!QZԚ}iId"7y/}3D`ݐ7usRxko!rIJ$%~'zҠoE=DDz9GҕRϩ-?yq?ڕ#)=27zS?M_PBn$V'^*#<ͭYkeZ'y}C}Q[XUBZU:H$@@Wd[CFzoAӷ]r%α,=zJVzwcӓ)2V4)cW&mRKϫCLQM *(d +)'<mxqEqkPF Mb}Z&cS<* +K7B:,FY+3oFDx/DWRەeM֫W`@>օ4NwV|ЀPdk#XGT]{+|HY,&eˇv O|Gw|$_|6(F?}A x.RI6뚯p^
,\W7ӿJE2ovf4ym7<Ўݟg<Ǚt;&r'/P/z(AYceL-Ek2c#Ɵ|cQRˌ+fvJ?vzܳup/,L}YZyzѐ~|jنM/3-8;**K<O=:8!>O9 +C;ItSt)YE*),)uS&-:qsdߟ=KY- +͒BZJ +n^ +O8)b(#9ŨA-m⤦?Q.x?{@t/8ꡪif`z-W.N +Xu&',g+CuɷeѾT>_Nˠ<L=b-֨rsb +EXkI;zѰjȜ.-[kr$,եH$^H@YjX6?rp2pm +T^dfٛjLZpAȢPze<V#p+-YJ|s7K\h
dV2 o)qෂZN9= +@%GȯWzy~jq^55zީUz$tPjo!yܩ0~Lz}J,B,ͶH;"@z^沬CR1ƥ;G)a:#1+Cڕ4~weQb`Fvn{>a(yxRK.5 cso +$ +c'D('P8Wj#,#B(8/dbK +=Z-#K 7nR ;>$>뫑~ cbћb]N#og?+G!eA|Lpx0jCc%`-)%W0N/`Uw6\d!fttGH.L7t`x-^]u#R*%pds^s߽eNW/sF#[2oJb~" (ծwd42]~x*kzJS-4)T*K/荴rd~zL焽<8G5\'Q浘?8AY+Sjiv2NRJ_߉ho䤊~,jOTq?rX"0)@\z qZ;k@dڲ1dgXN8[n6x +Z۸;Xm{~+b$YJhbئM<Ըm9.U)GPrDN{@
J endstream endobj -704 0 obj -<< /Type /Page /Contents 705 0 R /Resources 703 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 708 0 R >> +795 0 obj +<< /Type /Page /Contents 796 0 R /Resources 794 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 800 0 R >> endobj -706 0 obj -<< /D [ 704 0 R /XYZ 69.866 801.979 null ] >> +797 0 obj +<< /D [ 795 0 R /XYZ 69.866 801.979 null ] >> endobj -703 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +34 0 obj +<< /D [ 795 0 R /XYZ 70.866 771.024 null ] >> endobj -711 0 obj +38 0 obj +<< /D [ 795 0 R /XYZ 70.866 318.926 null ] >> +endobj +794 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F57 799 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +803 0 obj << /Filter /FlateDecode /Length 2238 >> stream xZ#7+:ɪV;ٞl
7Myuź dz^ޞ{E@ @@ -1611,44 +1821,46 @@ fU/Clw!FvE#ewWvEx9㮺nDzb0'-C`- cuG4~:Rgz0#Y\n^GTw3X4z])F=A](#{\TrXK9<_Wnt&o SX0zo endstream endobj -710 0 obj -<< /Type /Page /Contents 711 0 R /Resources 709 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 708 0 R >> -endobj -712 0 obj -<< /D [ 710 0 R /XYZ 69.866 801.979 null ] >> +802 0 obj +<< /Type /Page /Contents 803 0 R /Resources 801 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 800 0 R >> endobj -38 0 obj -<< /D [ 710 0 R /XYZ 70.866 771.024 null ] >> +804 0 obj +<< /D [ 802 0 R /XYZ 69.866 801.979 null ] >> endobj 42 0 obj -<< /D [ 710 0 R /XYZ 70.866 584.469 null ] >> +<< /D [ 802 0 R /XYZ 70.866 771.024 null ] >> endobj 46 0 obj -<< /D [ 710 0 R /XYZ 70.866 169.009 null ] >> +<< /D [ 802 0 R /XYZ 70.866 584.469 null ] >> endobj -709 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F50 614 0 R /F15 567 0 R >> /ProcSet [ /PDF /Text ] >> +50 0 obj +<< /D [ 802 0 R /XYZ 70.866 169.009 null ] >> endobj -715 0 obj +801 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F50 687 0 R /F15 639 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +807 0 obj << /Filter /FlateDecode /Length 1244 >> stream xXK7WVC$`a`toANiK~əyxm=ز%Q|}")<~Fp! -u>ҕg -ꇒZ*Aur"q~ ȿu(/)5ڞeQ%9~uOr\PG<GI )ICKCYfi*!XNu!gO;m -|S -=@uJڋx(A8ś]OA +u>ҕg +G=L&F7|D%̩<9"e]쩲T^hL()dJ'4?{N%[8裟_}AjCIz-yJTΠ:z8|? ߺmOQ2̨ʜD?:ۧc9y.b#$r%K, +4aBpX,'6i/w]fxSxŴI~{n.%
9|_G~F?Oīgj5h+ňT Fiȼ>99Qp#j-4A7/.)<*)bLMFы4]h*U +TBY4mtjB)tNfÿ
g\54Dng|bf72TZL7|fZJRYBګfy4oxXqt汯q,Jk9-6'Җaln_?cC?M/GxwL{|=Oַ &(U.;Eö8j6=Lhhb{z}_ +!7iX&Tnf/R1v}QR u+oSm.J9GBA9Bf((|Z,}p(GP2tu#_=rXP +fYSaŸq0]4!K=8aREMͻ&uϴ(шwhA-"U\ѷ%jJr3&TjE+3m5sޢA~Fd@_R[AAj_G̨0.1\bmqq=_{]~\梁+!FA:yn#)xpuE] { Mw.tTuk endstream endobj -714 0 obj -<< /Type /Page /Contents 715 0 R /Resources 713 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 708 0 R >> +806 0 obj +<< /Type /Page /Contents 807 0 R /Resources 805 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 800 0 R >> endobj -716 0 obj -<< /D [ 714 0 R /XYZ 69.866 801.979 null ] >> +808 0 obj +<< /D [ 806 0 R /XYZ 69.866 801.979 null ] >> endobj -713 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +805 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> endobj -720 0 obj +811 0 obj << /Filter /FlateDecode /Length 2929 >> stream x[9cW(
&xVlw<xӌբxz%~ۅ_~wwLkPpyE7".3E[`Fۗ/98;Jr}z(Ӿkv_%8W㾚1֢~o>Xl%N)@.Hxl:z4q2!J=҆9g"$F1@GN*ȫ|R5Ҋ{+ kaO~8rŘ7$qzV>kAL/ΐxO"2%O/xLp#$nw%.&0NIsir&C4̫$N&mňgfP:k'+LE@dE`N5&tFh @@ -1664,410 +1876,402 @@ E@ ds=A[ƑLTd;$$udoGdN!2[٘SLA9:6}{=C@:g'8'Jx?&t)N ayv!HoF#Mxª~Z}ӺN.tyAD endstream endobj -719 0 obj -<< /Type /Page /Contents 720 0 R /Resources 718 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 708 0 R >> -endobj -721 0 obj -<< /D [ 719 0 R /XYZ 69.866 801.979 null ] >> +810 0 obj +<< /Type /Page /Contents 811 0 R /Resources 809 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 800 0 R >> endobj -50 0 obj -<< /D [ 719 0 R /XYZ 70.866 771.024 null ] >> +812 0 obj +<< /D [ 810 0 R /XYZ 69.866 801.979 null ] >> endobj 54 0 obj -<< /D [ 719 0 R /XYZ 70.866 583.291 null ] >> +<< /D [ 810 0 R /XYZ 70.866 771.024 null ] >> endobj 58 0 obj -<< /D [ 719 0 R /XYZ 70.866 300.437 null ] >> +<< /D [ 810 0 R /XYZ 70.866 583.291 null ] >> endobj -718 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F55 684 0 R /F42 702 0 R /F50 614 0 R >> /ProcSet [ /PDF /Text ] >> +62 0 obj +<< /D [ 810 0 R /XYZ 70.866 300.437 null ] >> endobj -724 0 obj -<< /Filter /FlateDecode /Length 2871 >> +809 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F55 774 0 R /F42 792 0 R /F50 687 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +815 0 obj +<< /Filter /FlateDecode /Length 2870 >> stream x\KoW1>CV,0 -Qio_~}>k?imv_?!"߁(Kw/!_2ƛ[)oҭMo_4|T'[8/'V䠝<ʸQXe-MFHrԍ^<|>-Oh7Ncy<K #W>nTwWa-~dg%;|s<0^_Qt>~Ju`2y12I,EZ*'NA/2ʼnМvO!MEY6rEExIe`YvjhaA#nwl
wJ/~VnUYMe -+ŇeroaN^.0g_
P -i O5FTCÍtEji~Lhdܚ7O_&_/??_b/b*gowy`{8slXM -nB@P_&6Ƴj?~Svh -f*V=7(EVl6e\b{3fH -..{tNN#KaD?o?m(tNP$+)confF<NPvkz5"ƸG*1Q$>eAq8X&i©Z<r-v1K F^R|vfxE!`4+bd` -[6;-m<[P b#&>7W9pȀi&[ғU8`+@ɥ
-+1oi.Epd5rZ{.[*K(V6jU%VEO +Qio_~}>k?imv_?!"߁(Kw/!_2ƛ[)oҭMo_a<NCp^<O0K=DA;yqsZu1:37s19y}Z2o3?;pXxBG}(l7܁OZ2>z]KVOw<xaj}dbe"Yn33yUN蝂8a{!^
,e9Y_7HCX0l&G;784LѾ')ÂF!A^t=˷n_f!Sكxiכ(["Wː +Y'I3.]@aξ`=^@'ƭ1(k6$Bd<e5o3Mw_~h*~_:T"z|1$p/7ٰ< +3ϓ|_2̭#HTeVToU˦s1Dms~L,rV +'Ṱ +ɷ5{nQB_%,lʸg<"}]\j#lF"˗~tPNHhW.S\C B̌h8y8k+:kEq&UdM5bHT)[}ʤpFM)ҾS{b-<xZb< h@)A,Z'Bx_o5liVw.Y1l2vZP70oy>WC)jFL|^oK;FsL'pV#dK-ZVb.Epd5rZ{.[*K(V6jU%VEO pɭb#/&W98rp^@|\/n1W B ŕ7 oK*~&~ޢtkg%dE!!2 -w9hPۍb
)Pk / +w9hPۍb
)PkC 0 endstream endobj -723 0 obj -<< /Type /Page /Contents 724 0 R /Resources 722 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 708 0 R >> -endobj -725 0 obj -<< /D [ 723 0 R /XYZ 69.866 801.979 null ] >> +814 0 obj +<< /Type /Page /Contents 815 0 R /Resources 813 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 800 0 R >> endobj -62 0 obj -<< /D [ 723 0 R /XYZ 70.866 732.399 null ] >> +816 0 obj +<< /D [ 814 0 R /XYZ 69.866 801.979 null ] >> endobj 66 0 obj -<< /D [ 723 0 R /XYZ 70.866 142.393 null ] >> +<< /D [ 814 0 R /XYZ 70.866 732.399 null ] >> endobj -722 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R /F48 568 0 R /F42 702 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +70 0 obj +<< /D [ 814 0 R /XYZ 70.866 142.393 null ] >> endobj -728 0 obj +813 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +819 0 obj << /Filter /FlateDecode /Length 3696 >> stream -x]KsܸWq}0ƳʥJޒ$qU|^M3 -MG: -Șmx$=7(rJfnG*X0R6:@bPONmW\0xbMX)N<%Td(m9X`!s/Y {&0'B(!jh`Qka04°b2'XPq9yEAG@fnptBPPܛnbn8zC0w%+;pLXك#d5A^pEKࠍJsҼ0A8T`),"9"Q5(0N(j -ȫh7jT;} >.bnMr<g;e -껖<b~
(T%+;ѦfEC+FTZn,}ؼkS)LՒfc'~rLS$qFiU"tNFIH~jG.cRɩ0Ŕ物(pMZ~ʚR=ן -[d7=2O&H#W)ܻM]SדB%Q?u}z;$@ɑk8,& -\` -0 -69鄕1Piq-㖻)_=zܚ,D4;ti4A5ʙgnA.F9s]wqC/xrc%`\FqF-P5lTx'Q -kT -Q]"=ZG,*6BL?MAKۗzDIi\XJ0e:"},3lYwH9wOTh+эε -V6̈Xaz#3%>,d -j͕;M -Ul o&
( -4#F(^aQRIUT8O.̺/qU\yJ?ݷ(~r?xa/qBu3S'E}]&N$6?%j'|6K<hڅ. -~rШéCQNv,u,5Gj5}0[`=hȩx^Pi2,~Ɲ '
R(4[i ~'Ype*j)Zچ#B;hMu*
SilՌNYZNwL/TS,@Sr^*\.#Z.|;:H(N\?ۏ9O`?j
lS`7Zr@`dB=0Q@wbhVwL -Q}9Shpw yZ^JlZmbnIMl/q\F+hFk필6ckB/oΈ5+7m:GBOg Hr v_KZJh&+X3=ŮcyI̠$C!v+[(2vk:3\fTR:&#ղ
C+K 0<aF-_ٓOFX -J->^)2@uST1qImԆFJU=>dD@ +x]KsܸWq}0ƳʥJޒ$qU|^M3 +Ҧd<am]CcKuH&yEH<`v|B +|rV~cx:o&VV53sr3+K霬-|0ƦsXҞќႹs))9`;+}LVwP}wayP{tR Xd?& ++nA8GX'Mї8Jjc3.W5]<^0lG2}+ cbʶXrHdCG)5zQ`%¸O{JV8۔ +RԊ8DiD8)"IS=%TPEV\7A|ahw1ħ+Zn-7PA;dPF
ASu(/k- +YK̢|bKM0UK>jIş1?j3BO|63iU9QX{&U#Mᓪ<I%J dFS'juV6i-^>)kJw +F`hN" +VWgU6o)sNDB#0v8rJjFm*XD0#beqA̔ y^T@k{T(BI4DJCB ZSõ-??z;҈^kl㺷!"HSpy9PwV RP%{+\Q4C_K]L7!%5_Zr.X;S>6|WDҫEAm"P$AWKo÷@DD6잴ւ &AXk +#ք5a[QT^]UdIa"كljs粲O=b|!h-i^69Edҋy;FF]žb}0}KK(n̕ݸC˻K̈́^*
IMs]*v
'_Rҗ/C@A?0W=o5ͼanΏ5o6*u +
(T=ѻ66ߣ +!DZYa3)G +LIhP5:%jhx):[lSja'5ﲽ>,r!m*m}϶WpV8]RC_w9#nػ +=F2Xރ/#%1>~1.k)nb}89%%.K2[=BnmXG3-p`rUSQK\묓g8T˪7/o8WXx.F/'[uNxwxІfOR<_Cc+*vxBMeRgN$ykoR)U{ՊY(.@ endstream endobj -727 0 obj -<< /Type /Page /Contents 728 0 R /Resources 726 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 708 0 R >> +818 0 obj +<< /Type /Page /Contents 819 0 R /Resources 817 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 800 0 R >> endobj -729 0 obj -<< /D [ 727 0 R /XYZ 69.866 801.979 null ] >> +820 0 obj +<< /D [ 818 0 R /XYZ 69.866 801.979 null ] >> endobj -70 0 obj -<< /D [ 727 0 R /XYZ 70.866 609.515 null ] >> +74 0 obj +<< /D [ 818 0 R /XYZ 70.866 609.515 null ] >> endobj -726 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F34 565 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +817 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> endobj -732 0 obj -<< /Filter /FlateDecode /Length 3947 >> -stream -x]K8Wq$ 4Hm
43sٿ,zRYN=$rYIH~rv˻/~zQ&/abo^~y`L|`>1ƟS/ -_A(@龕adK:5 SY"Ebj2NV4\B1fcp!X -
1Y%7c\8Y=e_Ԣr菑_~/~&;{˿/1.J7^ߎr#˺eГ$/?kQ_I#&҂QQ+n/.B;;74~+k;ir#n0~|8C=͘77-&uюiE}JD)6E>nQvI>STW$ -JkhQ$rZ{)mdqKh&(FL(Ft/g"PU2ԺW+4jGL(ޭ|6݅xJ&^*=A.qP+8pzH]2J
;+]vRgwX.er&쮠z| 0A|ay&)L{ -)?T"=H{+8|$*GLc(=GaCN}aHEAh&ȘS9{>#ꂉ,~pFsMdgZ2nnֽB#`01=" -gCe6C9Osł6~Dz?_R&'L}q8>摍x\*':Koua,V/%[ܭ:D3T>N-;)T(#HSi$0&}k&Yr!!w Д6bE*4ד1b.Nkf$Sؐ[AiB#%蠜 -%]*AN-( -ʾ-@)T<KX* UR -whBh&b!*cU01$+M0WUґ*%q*JIJF}WUe41VU)hԷUU::VUVUzU*`uc{tV+f{*!l/3^DL4^A}b{@#I<NVbd[mC+l]#Tx61n[pK$\.VT[: !ǖfL +aK&na=ĉg)KbAs];9I[^; -beT6,?cw\& 4b}1ʠ%gߐo㺬i30}IKAՠr 5R.cڷAN釚X[m161ּ.ִZcyCiXKi9h5ƚwCM{5oX+Ӳxоh5}cu-xt-;u-/Z
<hŃ;T*J.K+yvTb.QHdH7'%t$@=]oڣh_
K;%(Է9Aɍ9y?tO$}h鱋2"z$O<4hʌ?2sO-"XI"~H2u+5^͖Da%v0qu9nmkp٨{)tqi)+8z=IjsIN> :`ȲYM|= ar'|A/F??0,ͪxZ{im~d|'zBMZy#ljؖX$q7qX)}<v`VaIzqemSzJ
Q^Ep:A)qz"O
}R_Q(8{}ېWS!P"u4]C/dv -; -1 ,'jʙP]AZ'6EŰ4Z⼓RsfrvLj]Z+' FA3~yUDrQayAčPZVRhE7<>A4lb]Qw<B>,%7[<";M#NE$G:gHu(Iiee~[30eagJ#)J%Ek^F\8FoV[I2iOjI'"}FL8*ЛK^-"x~Oͫ)9O SϯTyY2Vʍ@ ٢tCj+ILqLLu8Qw:\>B~ ݛjWr Sx|H%X-(!V&[Li% -=j}2܇*?du<rhٍ61|JMQ&%&)mh&ImRsڤ6)68m/?m݈6)ȹm܄6)~s GUo\ATmrm;&Ih6IN?*\6^"m"5ݫPKܣ:wS6o
R=%80Y3)MJq#d[H٨VB+zL<ni2KڨHX8: -sŠU -U+)PvGs0Z3cM
,4|) +823 0 obj +<< /Filter /FlateDecode /Length 3946 >> +stream +x]K8Wq$ 4Hm
43sٿ,zRYN=$rYIH~rv˻/~zQ&/abo^~y`L|`>1ƟS/ +7b JStj7tnrvRт:p5ZWpGizk#qly><TIY۩e㞇W%n`ι&wꚔ35|IY+(ݷ5wI&a*KSCrWLMɊK({;W\`0RsKV"v"R=Kf+G56ZS1˯$rg/~]B]vo>FTWi1VnuYQAlq +z +NA) +߆57shݥut0#(O"`5FPB\蠤 | εR~ +QJ
UQUD,DeL +&WU$ze"u J:RcU$nTUEI5IUUɨ着f"VU2&ڪ*-UJ\ǪJ1تJ㡪R2~BES{lj{qlU%d`&Kh&+o^l/h$ +۠C&1tmnejcKG3!ҌDs%liM5TPg8q5%r)W4h#cbq''ikkG`|_L +*1-b +g/s[t*du`J.#yڠ&xh>6eGAq?PA9j4t>>;HҦ~vF`@wRjLSQώICYu(}|/o>X.5,/JZj~X +1@`'FML˽2'Y[ԇED&xkԙ\aSYidH[8YHI%)-q9`Lsk&!_Rqc$EU$a(Ur5_khUǕ*q> Y&!;
4_#P-U( G5_zs)۫TYOoiy5%4aj*1rUJb#$7[nHm4)}b]}㽸Ng!CG/ߠ{S*^N$`ܘX#Ī٤`; |ߡ8SB VU.(M˞
Tc6s~'TJw~[ beӼ"B +F.;ݲ%J[uQOAVk%m҈EwHdQf6 +t0%m!MH= +#;t!>ʿI~HtUdYOa_mU0_gR.-&AߜYֳ=I:j#ڤ$t$#
mR҄6`9MqCt0&&܃GM8gMҾ&9M&o6|-+hMnM6x$i0m҆6ɉ'\K&K$MĢ{j{4\'{ +ԆaA5g=&"bz8%!CI>nDSri>5UJhE'm!Mv_ui" endstream endobj -731 0 obj -<< /Type /Page /Contents 732 0 R /Resources 730 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 708 0 R >> +822 0 obj +<< /Type /Page /Contents 823 0 R /Resources 821 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 800 0 R >> endobj -733 0 obj -<< /D [ 731 0 R /XYZ 69.866 801.979 null ] >> +824 0 obj +<< /D [ 822 0 R /XYZ 69.866 801.979 null ] >> endobj -74 0 obj -<< /D [ 731 0 R /XYZ 70.866 424.468 null ] >> +78 0 obj +<< /D [ 822 0 R /XYZ 70.866 424.468 null ] >> endobj -730 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F37 717 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +821 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -736 0 obj -<< /Filter /FlateDecode /Length 2810 >> -stream -x\MoW!_x<l&; 9d/)Z-E-[Ǫb|r6O_7`hrP3X~}壔IJ"zR~yz=~֦>w=p=|j>ǒ^[V%~Ox
Sރj(k&RVJ+DvUEKD| q.|*w-РjCO&q%so܋YP8(p*]$,C=($FKZEݟT
P13E0iE`O^Wz^%@2BY;8:?"OȀsWP腑l
CWD۾}?4#sџӈdSXt@}mٲ -lkHjn}"JG+kA`5r+uӍ_2yKokDj-lF -N$#mB%FV֤XHQvaYrUyaz!B[C;kX]gIuʯE1+N\aы^t0-@ܚzN/'4jeG-5vrYjFkIyȑ8(lٰ9+-+/cڸTKmLgn$Yo9VTy=i9!ZMrn!Xer^2{9"?8A0d:<AXښ}Z`\H,,Ǐl -k"sghvZϽPn@W͍ܽb1:/LW-_#RnȤ#tK捈9esJZ34݁07wp'n1u[KI:p0<apPK{^ O*ou -|'ML
|bXO)^xuNWJ1^K&=Uy5_?0
_>i?ǭ`^Zr1eY_ڽ~ -yu%YL\mBMA^F?:P_EM,wR -ij9 -vեͳx -J6Y73&v<%^*g4Nxl93c<#T*<<f(#L|;sA✇
k G0/k-
殺jˆ{r#b{8"}낣18_j`]l\KvNZ9Ɣ/lbZrd5eNt6le -2+rx#eP6!j] -(Q/agIV$9<XCMXE; qQ1:AÑv5:{8㦴
@ǖuMs-=늛q.+bTqPV1+bXBn7*ƉoOfqo4|lGiAaʛ0r5sVpI91+8<)T{X#<A eESQRrS Ux5,poz\ H%
5xtJ(-j!])%"Gq(V(q3~Kr1>8E8ỸĎrƎr7〶;ISQSr ;o8E[8NtlAOSm -;(i8%&9.Y1mY rrir=/)Qq*vQ6 ,Q$kYsyf9N>Oj-jFzi,PΰWؓ%9E+%9%9[䔘$9e>r5$9/簷$'Lq_S^?,L +827 0 obj +<< /Filter /FlateDecode /Length 2808 >> +stream +x\MoW!_x<l&; 9d/)Z-E-[Ǫb|r6O_7`hrP3X~}壔IJ"zR~yz=~֦>w=p=|j>ǒ^[V%~Ox
Sރj(k&RVJ+DvUEKD| q.|*w-РjCO&q%so܋YP8(p*]$,C=(VQcu<UCF8j'dvf<vLm!*S앞s +u6zΊi˘6/Ւ)vY8I[mz^l@ZN(lӴ\~iVA`Y*ܭ?+^ȏo5N$/7Oм*fhf63R˭&K#ۃfڵso+9Us#wXKo%SUa[E+=2<iHr<wmy#"eNY蜒Ţ
y:pGw0M܉or]r<Of'Wd[9ǯI`Cj 5 8S~װ{?^]ӕ}W tAk^g+~W~)wWO{rq+\LpAtF. WZWŴN{+qeaA&T5kO +lL|[r'-ѫ@< @t%s6vu>z +/SpY0pG +2"i^},d+#|%> kb1/S7[VeB*iS+G@fw\1wx9QX!`W]]:N<[\ܬ g)y3cjBy;kSrfOJN +[lx[7/8"Hz#.8:˩H{Uͅd甮cL¦k./GVS8D9 MgVf +Z_ I!kp8{Tc4 qH +hN?,p: ʞMÊV:nUGzi)jũa}-'iq;jq*VC{Eu-NV?-N8[x8d̸xʹuQy- +n7-N
a-i@pzKSAG-Kiq*켢qlN(8D\؝)*?AAS>MS8%6-Nn:jqچ`:jqvr8}3kq7Ϭũg{ +W=adNJǍ +:-pJm:TNYy& PIC[Lo!q +qx(7 /U5i 8V8%^Z61N IYSsgG l"9<U !ثpРW9ɖ"'8wR6(rbt9ta/ٲ"ቢ "g:Rv eL֥vȉdENAի89Z?iWW>nJؐ +|l[8xCh8""AIn㠾"Ɖ.vcb$k)NsΧJvqy[c,/kA]Q =gcz\ÓA5B3P&[d>55-%75 +RJW(O<V^˪8_BPGҢ!.eɝRR!9X+r'RkE2Nx<W?$y_Sq*NK()j(ǩa}9h+<8E8o+Q]SOSD'98%&9qS;qVpqjXqWFҝ$)*?OE/9N8[;U/1'ǩrƱ9YSh@2Ӗ Y )Q&ǩrEb78mC +R8;9Jrƙ8gTbiWj69( xJ {=YSQSQ>INMS#)k=,_Ir{Kr'8?,M endstream endobj -735 0 obj -<< /Type /Page /Contents 736 0 R /Resources 734 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 708 0 R >> +826 0 obj +<< /Type /Page /Contents 827 0 R /Resources 825 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 800 0 R >> endobj -737 0 obj -<< /D [ 735 0 R /XYZ 69.866 801.979 null ] >> +828 0 obj +<< /D [ 826 0 R /XYZ 69.866 801.979 null ] >> endobj -734 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R >> /ProcSet [ /PDF /Text ] >> +825 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R >> /ProcSet [ /PDF /Text ] >> endobj -740 0 obj -<< /Filter /FlateDecode /Length 3015 >> -stream -x\1߯ݍjk4.f&+-%f`%}7ὙG&,Ѝ_/IOyEƀ_"/bp\\>~,% %JJIJo
Z;н|/ ԫ{ ]O[+)ɼzNҭK$HP
O-!v/,h#6/C'jMNuO&#л6N CϛP
|E~6@LLr&&2'B ωa9L#E7Jy'-XpUCRC+NȻ R}$7FA3$:Y tz[itK{
S/0*HY(Cׄf -UPI\#=kja,`&_3Ӏ\o*o#]9/~,V??ǧllX+)F Yۿ.<BŻ|Gt/@4
I,/PV*0 mlzVQc!TvLoF6S`T\KIa!M7;.iJ8Ok[p79E9aOEI֣} --8{֭l7~.%nK]_Y{Qd%ڨ줌쬱-X5!on4b_*VI*$ܠ^q/FR`Yug)J J91&N^kb4*OfuJ -|(ũ߈"Gߙ'# -3.td'RZ:Ҫ"̫ ^#_ hF# -|n=
ó -8-H&".11BSBj)IцC0B*YBrFsfc497-q
4/~D,YhSee_[9J$KU[nlM[say0;w^[Sӡ{p_BNr4ο4NJ|X*eR|Kءqh%(%i+Z2tgӮ.,n(5>&EL#ަ[&M -#)6W[wfl%F -knhwI+Ip(=8f'ΧWvLV_ROg!v -i..% `s긡p1V;qVX{N)I)q (vjFa5?W6/J'Sl8ekCk)Ιdɱ|/(!{ WůR{shbƙ2wc*x;3jNO/uSGgSgWӣJ _K/5Dĕ -&] - so`9:t9.AqYmPR=K^ȳD좥ןghN9MVqV;&i^<m),s75}ǕFHWc7| -O.;j\ /ŇZf8J܊JnnGO1}ltE(z6N+6JdV`P6H27v-
G>Y=OdǕК+<<v}h}x*ȔYO?Cq맚l˿/Y6(lBѸ-gkrXa*0zU04BP+-x"<shQs,v@l8&7j(\-is]eX%-]-}WCjJnoq47ʀ3yX՜G~iet.7{֭Z8i_ -vӤ~ I )Q%hkI~cr+w]E.zh <٪~aEeUK;RDzNM_Oqۊ}v:b'"㠑t=N]u~8̟j7F;YVD7P34
$Fq
d%&rH܇Q6]mHz`~a\N+ŘXj*^(B/A6wޖfS_ -hߜXh!Q3<>V\icpnC7o7F>wyB h1zv}9rl]ӵGZ!RaCZC]&9 +831 0 obj +<< /Filter /FlateDecode /Length 3017 >> +stream +x\1߯ݍjk4.f&+-%f`%}7ὙG&,Ѝ_/IOyEƀ_"/bp\\>~,% %JJIJo
Z;н|/ ԫ{ ]O[+)ɼzNҭK$HP
O-!v/,h#6/C'jMNuO&#л6N CϛP
|E~6@LLr&&2'B ωa9_@*P @cU]I6@:! +vK-AЦh(2|de&ӕm-5L9*ܪz"ufr0_Xdԭ +qv>5&Y2^^;+x +Z\ҺZ-t»-%w}egE)Zh2ƶXc78n,:k}5Xz*B&H^rz=T]Je֝+9&,P+ǘ;1{
fHJ}K@Ҩ?<GKY*ԒE4\C0uIRC 7HB*U@ +gxGonGh.˾;ޤΏ`%</[YO|~8ƬyA(_W*|#*|V}gbH%9|oX(t-eA3tOhR=E}ۚPF#d<еF({Xt,}R2vt(oHO5&L>.'wٲ"#t)u>?;VN99h:DC(XGJhU*a(03hґH{Tk鼦_cJH3&zɎ|%L]Op +eOq-2HQ$ET8tDg} +ѶާѺpܴLDZ6МfZ`6;dM~m(,1Z0VIo5UNpnQꇁU|o{9lOM} +F:J8"h;yP*aί#ėKQ*.a~ġ{T×qj=WҝqL(~ѣGbk\2Kdxnܷ6)\Qop%]"Ѿעa$$ á|8,H;_k3YA#p8Y-|{˪K GB::n(+9܀+ɴHat*(OMJESkm--6z8 yQ:FbS)/^ +]Kq$KUՌ({A]!CD-~c͝?D5k#U=)Qwzz8 +=::}g@TJZz)^ j%T\7m>1ю'+ D +;l-j~bCM,,$й<K|M^sgCB2C%Fsf;N A3y1tiCcD=r8,,廹gAeNn| pWm:Ĭ[7v9IspNPa7pO 7lON'!s9z3;IQ%{sΙq Ҝ}jI]"B%b-<MFsgYm01HOnKas u_=6\DE3MT@2vA<Vk~Jx)>4Q8=VTjvs'>zyc#-zGփqr\Q"B 0ȇFyNoi>y";<tEXsFVy%G ~?'.[?dS^}[Ҕ1Ea%o.<k]K.8PH5 +W|ԫ"YH^ZnqE +cc?gq6ևVC
jI*+r.hjI4+ROUWr|W}KePIQTaʠ<K+gtѾ[n՚1OP&+I4LJpM- lF\{P$Ob[]15.vCN'Vg(*Zr-$҃=tzo"~2TV䮶ӡc?qqꪻO+ L}`V#`7/W8z&ѴDnnn 1*[l +1'ϔ[D>ڶ]jCPvvZI>/}GTUB~
ȶ4<
R@BIAJu#}+\0ϻ;"H@ֳрLc뚮~6e=ZZ7 +4/n69 endstream endobj -739 0 obj -<< /Type /Page /Contents 740 0 R /Resources 738 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 708 0 R >> -endobj -741 0 obj -<< /D [ 739 0 R /XYZ 69.866 801.979 null ] >> +830 0 obj +<< /Type /Page /Contents 831 0 R /Resources 829 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 800 0 R >> endobj -78 0 obj -<< /D [ 739 0 R /XYZ 70.866 771.024 null ] >> +832 0 obj +<< /D [ 830 0 R /XYZ 69.866 801.979 null ] >> endobj 82 0 obj -<< /D [ 739 0 R /XYZ 70.866 282.884 null ] >> +<< /D [ 830 0 R /XYZ 70.866 771.024 null ] >> endobj -738 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F58 742 0 R /F55 684 0 R /F59 743 0 R >> /ProcSet [ /PDF /Text ] >> +86 0 obj +<< /D [ 830 0 R /XYZ 70.866 282.884 null ] >> endobj -746 0 obj +829 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F59 833 0 R /F55 774 0 R /F60 834 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +837 0 obj << /Filter /FlateDecode /Length 2972 >> stream -x\9%WP,MVxv4LP$[ +x\9%WP,MVxv4LP$[ 2rYBq xiy݉3 ܺL&+G YrLSۻ⠊.b!!)꡶0v) ŀ#)3JH8@
Q0%Ό-?:LTÌ="&eɘCRޅ͇bE+6&)
tь&لJ"BJ4#
QJ ٝkeBz -~p(wLG8uh!y`gVVH\et\m2IVTS8iHB 4,T?,\:Jkek{ٱ[.{lPe1tХ![ߔv`5`QV(qGTiq/-%`GȽhG -*R2PI5l!vzc;#iWh"c2ΈۋQA`/K'km -O8Ж -E9.SO2r9pCqUks{=U_y.Ivɺ~ +EAMЯ=ٮс -|Sc(nLPNQVHp{,:H5zȣYE'8ҹ+#f1;sj\1N
.7lRD=zBzXm] w\ʃy$b8ܒRVy,{dGiOяX؟Sb@= h -PHh`ra\<eo'6̡aUP!4_ب,Rڳ)K\fK%iƔ@o=Ioc0
cMOS>X34q8dZdn Pfrd<G=1-dC[K
Xli 5j5*J\M)`I E1+3+4\.(^.ը>PUτMS!?9y`u`x9L, qOG7Yp~Zj0np;@QflI/GYQ>ű_|Ui`+=Qڃ}\qfEҜAݪ(KAN֨˔͈U2ׂDgE̪՜ڋ35Dq+SS:ydU3/d9}Ϻ $nO~ 2yٖ];9jׇ -t'aۘpYa1zz%YrVcF/ F:pjG#u!VVJHֿZ&ǯ;yPE"utN8'pɵ20#}]u"NMQ'!\~mbRΥq"01~DBwkQ =E;orQ|os"0br_Esb[.uz;yd -hA^APRgĥIøvE7硹Iķ9'H߶4K! >-.ˈ>ۧD~`ۦ.6fdVSKI -N=;6g-wm;a˃P(,y־ -)"꾢jkGJN詖aR0 -@/O®\-7q3ƛ^-]./Wі|r㵤B*Igi0v{] -pwS/jY)Xfvq68V8mmr&N#kN>jJ5Jy2Kk<6`n&$SoXX)2n&~3fBx|IdvғJJF"w: m{u$[.3M#y]5
Kxcjb8u~Js Gk% +~p(wLG8uh!y`gVVH\et\m2IVTS8I@z zHBr*Y~.\s ydOOӽ-GZ獽6J:R@RĭoJq`Zkn (T¸#*4AwՍT@^#A)B(AY¤SېB;1xd\Vrg|bgg ly%eo6 +͊v{!cw^cf[p]nؤz3[ں +
}1*H +q +Bt-yK;E`c0=ƅVhzvE`|1Ķ\wD +4 k 5i(]%(O +,$_DTH
g8|dewAhsqR ?tQK"f,B-˕ݨؓoF +`$GX$\? + +ed{yy!/mk6}ݦMHƍ)Ɒ +Sd0|=ݦM|U/ 9f9̄VC.'3DuAjgJH]f|;GNcͩrkkM鹅E
b $p8=>*J¶pX҈'n ' endstream endobj -745 0 obj -<< /Type /Page /Contents 746 0 R /Resources 744 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 708 0 R >> +836 0 obj +<< /Type /Page /Contents 837 0 R /Resources 835 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 800 0 R >> endobj -747 0 obj -<< /D [ 745 0 R /XYZ 69.866 801.979 null ] >> +838 0 obj +<< /D [ 836 0 R /XYZ 69.866 801.979 null ] >> endobj -86 0 obj -<< /D [ 745 0 R /XYZ 70.866 691.178 null ] >> +90 0 obj +<< /D [ 836 0 R /XYZ 70.866 691.178 null ] >> endobj -744 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F55 684 0 R /F34 565 0 R /F42 702 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +835 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F34 637 0 R /F42 792 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> endobj -750 0 obj -<< /Filter /FlateDecode /Length 2563 >> +841 0 obj +<< /Filter /FlateDecode /Length 2564 >> stream -x\Kϯ1{XX48{3|Jbǀ`_QEzuk3ͨE*Q#:g# %o>)|!;9)AH7?IIRg)
Ki=V|̸qGܧRj_gJWY5|co?F`*dq톑MdQʴFnrGʬά;\RKV 9L>>B2yq~/qtuiO>pEWӟ@UϿc'{
ORKr]?e~ɿȊ -qts/ujAI؛M(!tP-$}jHiA|t_on-Y}֬J -]C)˴j{l7y;x5z#˦p;e!P`SFհҁJUA`^
Y=wpH - -=`A;hAN#W3X40=[57=5H{8ϵRK*5>ŝ~{yfڅ0d6~Ed(0Hj,X5V{%֑BNFOb8q-Oe4O`چi[<*&:2MnF7Dizb@
-V'<P3wf^m
k6r`e yNA|_oܸw9oϼq+DfCQ4ǽ.z.r*wY}X.D%?{71{K촌ʳ>WBձ%d;Q3,!{Πj fn<6U^)`C|ݗ2ωG:c_K -5/ٸMc~ A/t+/8N% E21!e"r|3= -5Tj}QFVDe)P&V3z<2X5h^DX
ը}lI+nVs"V38j`x3e5a[T$۪S[mz|ԇ)/=[q$vSTo
Zof>--=V[m`/<z5es}P'kU5mR%h. +x\Mϯ1{X'h`gg;oqfĎQ"En
zУH`ի5ߟ=p6"XS[9$|YJ*zҰoϧ̌+g?}t}J)6:eN;|pƪtU7Ɯ~c[HqBnȈ@ilLkQZhf~̺լ-TiIQ#t g@ +Gwgz)OAGQSZWz?!{_=9^Xݿ?7>?vRpKwڰ0?$D)ޅ/8S/YKgK$IҗZ6M;)i +Qkn`bT}lS$wS\dPJHڲn$yeޚE2*uN|,|HjOfg슕D +z_ѻ/z:,4-c
gg=V1xWu<?,`> +=`A;hAN#W3X40=[57=5H{8ϵRK*5>ŝ~{y:yal}El(0Hj,X5V{%֑BFOb8q-Oe4O`چi[<*&:2nF7Dizb@
+V'<P3w^m
k6r`e yNA0qr +1yV +̆]gi{]\(ULyp|t"H /u>V5R߷-!c1Lae y㝵wuU0[
v㱠}e9wJ@%辔yN'=ҙRVHi~mKpbu~[|닃dh~YPj(KRq]&"!7sC\R;2rZ&*L2@^x575MǪAK"ʏjHFcKZwZziTkLۜ)x
PWۢ'yDVtdcj+7@>K9no9=0M[/`Rݿ5TDGJjm02Vj[m-&oJ(wzʷ)z&?|SqZ.C_?V`U
#mk +ڤJ;vj] +0V@ endstream endobj -749 0 obj -<< /Type /Page /Contents 750 0 R /Resources 748 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 752 0 R >> -endobj -751 0 obj -<< /D [ 749 0 R /XYZ 69.866 801.979 null ] >> +840 0 obj +<< /Type /Page /Contents 841 0 R /Resources 839 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 843 0 R >> endobj -90 0 obj -<< /D [ 749 0 R /XYZ 70.866 771.024 null ] >> +842 0 obj +<< /D [ 840 0 R /XYZ 69.866 801.979 null ] >> endobj 94 0 obj -<< /D [ 749 0 R /XYZ 70.866 352.612 null ] >> +<< /D [ 840 0 R /XYZ 70.866 771.024 null ] >> endobj -748 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F34 565 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +98 0 obj +<< /D [ 840 0 R /XYZ 70.866 352.612 null ] >> endobj -755 0 obj -<< /Filter /FlateDecode /Length 3372 >> -stream -x\K
c0Zz{d7dK~H=lYVUCMMlER(E^W#/AV_> -B1+Os֯CL%/#"4?)]H/HBzjq9*J`P I/&`̆k9:wt &D9qԽ]sgUZGݾ$ihpk`hfquȴX5)Jsz읅n6 -iAKK1iEB-&TԐ@Q%h:.TO<0])C`/ft7ø̧v5+#LBfvդrRdREF\q -GXS̘$qU.W[9^'#,h%&+ISkvLl`+I}vwr?AbK"c -ɱ94tL`*A)/o\oŐ;L2@Q`W+؉5 %i؉В;Sj;PZ"{CKQFC[oM̵Uӿ9ŸpVQDϦvRP2\C8Kş<:=k -&"6aNn&oXS!LS< -xB^ń#&4~<)9zJJ+F9JSzC,{# y4,vcU&K\ivV+ 6Y+\d-/ogEZL775
DӤC35'j+d> ZX6H9cЅ"y<\Tqm܇ܛ^'z~;R$Cu*
(vLgЌA4FG GR.C<x}S҉;OkHm? 7m?Omw~2JNPiKg*L( -cJԀܦDC}~|XD:I3=Sx -qnP(ZC{`%KڂuE*XfلU;߾tG`ܪot0A\ 7ԑ{C] -er$KQMOG'cKQn$HOzXQ'[P7쨳S#X @b;nw&|sN5lc^ϛ9dUf -pRMh-iލ*ocx06gW6-R - :*\kXZ+:Gw[S|+zeVFO:mL5CUN\NF#-Uù+ǮВ9>5]$R!v+{T*ؿ%KUl,E>S望SX7~ -8OdujF:v\grŖ#Jg3cքV'cTBu;LQLiހa§1UEá7_NMK'z7q5jrWm\{7*d!ckeM'wpU,װ嫉y8W.p)W -ȼz5d)^kҙ^l(+ -R.9+1JN
MvfWOY2[x)rb'Gz}R3s>meur&qE>RFuUŜk[&wUe-o>)T˽"rdhZ_zV*u U1XIm$d],ƊKc[]Z3Uljl$-3_Z1p6bliI^%K>_8 1&=;g39 *@)-)quWR<^jvIY:;TAd_"7mE>g4orRW kr4xB+TGk%jrG@NiGQ~sLgꢵd
5vY=>ЛҘ{ݯ}A^sz7L^=qu{<Hb8Z-l%fW\({ƊTmGU*fި]@fT0YҦ}RpH.;X&W{Pn9 *
'g =Q!ZxtĹ6ckROR`-mZBn\0#i64A?蚺Gs63a@kޞ -J֍_.k -iXYYhG JZ<~{3h_%bĤ-i|Kj\v[K&~&oܢ h=rМ:sk#RkcYG$+(v,8۞/%X/oWj8^yel;M/)5V"Sn/sT",xyR.Gt87'&Y[ -^uTlgx2*YͺVeNK²fz2%yheZQ qh܉M[J+hf +839 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +846 0 obj +<< /Filter /FlateDecode /Length 3371 >> +stream +x\K
c0Zz{d7dK~H=lYVUCMMlER(E^W#/AV_> +;L"@zhۖki;ePB1N6\{V*5p6jV +3k2k,m<`u!2CE\O7+|rY.meB%֝t&9-iusY +cV׀fu
#8H:Dv-
M[:S*сI4eF-=O2ӥYW))H jԩ''nd/|xLJ?>?_S.a_JyR%~!Zm\8tNR'~_a)>e !ZΝ|2q6]` +{gBwZ=EaGpZQ,PI='5$PT l2LW؋]M=0.]vPn +flinn}-nA%
~BArlNy3
8= >,Jg[b1d䧁N8S>PT; +vbMBI{v"ZĎD.ސR¹!z[s/aoc1.Um%9Rny'NOfĚB;2 H
Eb+%rB-&%E1ab
<OJ'Ҋx.)@PGe*^wM%ˢع7v{$ +`:YK[-,m8ӢMess4Ќ~M`m +s0bG`/V8
nt8l9ic[&a'f|!.ߎ w +yʥ24}P.M1Frs~!^ԴtAcsjCO-MOCcvSݶ҆hҙJ48S=J5 )QPV)~RL6yi=BEXIĒ`A<V`6a}wUN +yc)c劫^Q*x>S09N:nզ'HKp+ bOM*o.mrb%oR9k~Ѽn%dcͅ55f#oq-&tyqXc(]S(3TA?jFڀN +pSCYնSV|jg^i\؉^Ԍ紐G>&7kb[oYI'~o{OԲQ]U1b ]Ud~m,OJb0UrU= +i-H_lU:2VRj$7jkb|aVvLU&f3}LV9X"q|HfLNu¸J&*eJ@ʱEkhR{|ٗMiD2Mƺԕ3ȚM-P +ՑFhZZS~.wәh-YCxV%4^ks_cb&G6^
WOq]iϱNd.[ٕ4ÞhUQtUʣ7j(1v>.$>dg֤`i˭V@ )(5[@J`H@OTtl3q͟蘫0f}qŚԓT+X9aK;j
MO.Q\4bP¼!BuW˚BvV'=2ҁOh<sތ(vI1iea,Z +ʩc/.0ζK ۂ3%W^Y9!cKJA+ak[d>r$K.hԯ7g͉I1W/ +qVUaeYgF^l1FI`"ZkaVTB\a"ڠp+wbSV +ZOԤXN8r4LHj&Z^ϺuWNf䰒sc3Ԯ6R(o6 endstream endobj -754 0 obj -<< /Type /Page /Contents 755 0 R /Resources 753 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 752 0 R >> +845 0 obj +<< /Type /Page /Contents 846 0 R /Resources 844 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 843 0 R >> endobj -756 0 obj -<< /D [ 754 0 R /XYZ 69.866 801.979 null ] >> +847 0 obj +<< /D [ 845 0 R /XYZ 69.866 801.979 null ] >> endobj -98 0 obj -<< /D [ 754 0 R /XYZ 70.866 228.862 null ] >> +102 0 obj +<< /D [ 845 0 R /XYZ 70.866 228.862 null ] >> endobj -753 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F37 717 0 R /F34 565 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +844 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R /F34 637 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> endobj -759 0 obj +850 0 obj << /Filter /FlateDecode /Length 3832 >> stream -x]K`XxgoON%?U|ER-Jj=jXwdy"/_ߌ,X}E?ȋ8)烐@q飔EJRZO+o@b7ιw#&ݧ+iGbU˪1?%`tAshWF.n -u"EuHkT\RnR@ۙ0B -G=\L[[̼N8v5:MU/z<sP`{d_ -y}'*$;b/UwW -!ݳwMz!a06xk1xw5%[t%YYu+$jDޠiՕ$2jJ4#r -|N*ښ!|LFo>(Xg6yD*}5z>2L%3#,&sg!*y<#H]x͕/i%udY͈%ޓ_nݧP -5$5ތEa:\Cʇ%jHd-XwԐ27 -EU%#)U[Oq -Ԑn䠆
;56+C=^іJAח֎`yF&H}]Clt3tN(9ݎ:/!μ-#ݞ)mNHiKH9I7^ɝ9ԃGܖnGng~ÇAxmf:S-t> Tz@E'ޑz
jCSܻ\5`ҭbV[M
; -ꍏNK+;lY,ힽREz(ߪl"v;oդ'[=Ѭ{ʵ$(虄<l3 M*д;|䎵 -4q3O2&$RĂ.d$8]+yRYn~ X)N5Uף<R Oв5̉+ۅɕ<Bng6jHd#)};so{v.05N]?{#ёޮ8r@K -JJ壴ȼKk] A8vA.6 -WF(O5(nʚ:?Ì2v;ݎ
E"w1mRw[%UV -VMpZdbt"vTy6 -Hb&q===hKi1ۣ &Mb +x]K`,_b +p»v~mxvcE>pVx$3^("|̬+kPE.)mgahƈq껂{1BjuHkT\RnR@ۙ0B +=\P- +[f^V' y[&ު=C9(I=_OzL7~9 +
rQsCI9C5 +R tQ0x>G`sma pΪK(*%&~CH-uT>IM!mPA *%$uGWXՁ{e2Y"(] f:/$)T' +0=:pi {3}d<V7Lȍq96;Rx2w[~RyqyVyfC저&S+n!8HTH{__T.o"IWK dҐCVdB$1ݱw(%\$h@HeW6ִX/D>Ɔ^<NdD<;+n$9[T|< RBvPܽ\]MIf$.G@LvUl
c2E)D9 B>{H#P||dKfGXM)\a|GCUyF=#!cw5Wבf56#ZxO~UKtBP9e x&X]5?DkcIRZ$.qZ٨c6嘍>p@!2ǹsOvijӾ)/F8I;3);.LJä])$hZ&NO +_,`.&2-D%O7J|f>KWWilҦ±$ +i![Cb<Bz +q#ʠ_J:B-ɫv,߯if.dvnS-[*99HPIvUa֕3^\LVraYK4h+%IR"Wj/%ZbVZ?^I':1#8y@TEǜTD$AU9 5ңy@Ząg`f~'GK +PlsPv CfSdNc3! +Fڜ {Nhz]74ή×P7$/6| TpGCApƺaaa[ݰ%Ꮍ^T !{v@ +R$$.8%$$Ͷ5$#-FA;!!PE*N!6ncɳAK5$Rwk
)ݽV\HwP!ߏ,z3"jHVR>
5$ʪ:!ɶO.`QC0+-ThWm>=;X*<RCR>]3w6v_Fm +CchKdKOD(Xnf:1R_xW.zP2):)JGKH3oHt~JzahÍty9酝ܙA=x
m9vy9vDZ9|: f3yR OB(w^Ebbz}p)Xʽk)pNθn%VjQd +Ц&w0xxPd^-!ۗ/17Ʒ6ȗkDcZ)az<_Q vm=^-H{K
]jG
"eӥ58]HҷRv=-Gȗ.48'=lӎ^ͱ;[^ecsO|9]7>H#h}Kq{R,9A*U'"=T
mҝwK|iI93W?{NwG|A"5Gm-rދS]/>lŇ 6.CՋZŇ1<{J[gv ~yZo5lxy:Yy?HML쟺&$!,jnwD9yY`/]KM?@<k͗_X<U<T +h ncO y[ %"Ii ύC:%ݝNt7w>3-NMR3P̏2I +՝':S_u/r>gl1M ɡT7/ k6O=4o0}9E23Sngi:}#O AjW aN\ ]hϞ\I#dOvf{4I6ªҷ3gwSA1?z\} Jp%|=nIsAˍmC%6/[^tqP^O!ڴ\N3iӚtg{Rr/ie
L BH=Zh%N4NC04zŒv*)Z".OG~wʃ#'M(\k>! +GԠ)k6f|vh(j;N1o|ԧ:("Rjԇ"Y*0>÷U@M,6q\(
!I^ӣm)-f{:ĤQ4T'g߃ǡx`.lpa!c"'7d\a,jfx;OVSHOPdw(dz-U# &r;ݥORfm,ȋu::Iwhh(
%?+DCiq!J숆<~)<жawQ|w^[e||[@)͡%E7?&`$jăhHAw7pzXjߕ9{\{''_ʥ_jS+8tbz]նCz[AQDV!ƉayO, e\^:vAQG9-:Z#]f=yo~I endstream endobj -758 0 obj -<< /Type /Page /Contents 759 0 R /Resources 757 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 752 0 R >> +849 0 obj +<< /Type /Page /Contents 850 0 R /Resources 848 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 843 0 R >> endobj -760 0 obj -<< /D [ 758 0 R /XYZ 69.866 801.979 null ] >> +851 0 obj +<< /D [ 849 0 R /XYZ 69.866 801.979 null ] >> endobj -757 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +848 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> endobj -763 0 obj -<< /Filter /FlateDecode /Length 3734 >> +854 0 obj +<< /Filter /FlateDecode /Length 3735 >> stream -x\Ks$
Wq}XIRgIoqfIGw[ZII +x\Ks$
Wq}XIRgIoqfIGw[ZII aIș"EǏ$NxtseF5| >EGOoi~ ?kGRORP[VL#ٙmZ$.~n2߿>=;tL:{_hdZIFj"]$ /<9[*UX%e) Ջ*!*nH {`^ݖ -X!%eV::2YmkXFfz/p̀;a
w_KƝ(мnQI?JvOv5~q 4MYT26ZL6e~Et$kyeIz0 eP# -B(cSk{ՍvaQMPk"%AZPS*ɶ<|RQͮB'ȼt"AYO+<<ʓ[SkIV3לiU;%I}^~%ֿ(O&~ڤ/%dZfӥ -[2G:ؔ{#Z"6^*$sFl+X"6nf2bzuZyE"6rng2Bl_^El$wb3d8^b*"(!bئe[\#-PZEl -b}Y"`sU/ -"ǦqR2.1%*)y)\aqȧ6$H|{\ -^<.;;ͫ&p= rer3=fv̤Kr3!'8!;ً,skŰ8:)mG?CS`JR ]kZ3-t
$W>`Po;s~An6et^#H.%3KR$Xdk J澞ds<(͆TP5A)+JH>k?L}^.Hӫ:9=S=`[k9@iX5'j&te1E!TDÊ.]Iag|1+$`vB>Ų.$]xI[)v\ҡQO!ysM=C-G1y*<ZF0nIeKB@$lm-~W"-Cg3#9%S!|(!O ٥%o+ qfWcf3K4ՠ}y#|ֆ if+8݁zPx^I¶VMa8C:,Wxq(ye1j -&5g홊;s~iev)R/%}Ś[yU&찐B+
CxBh??ք"6|k/M6ޖh;"Ueh_R>5 -My>q
KE^Lzv\JGvD66v)"ZRְLQcU^N' Ů4m1<9vv:YӁ r5A -A,
9Ky&^k9MBђ+m -m -S#szrے?/ZO2VSFl[fnz+Tçl1viHyrH_jhZ~zzK:)] =Vgc= -n)xyH%WKv
$@
fV7[`=Yqly9fsvT:<"ܧ6Z zVvp7K(rTIcG LH2]I+TTQdl'6%L\HtB-%q!V]$SE{dhB6IHejol))5sΫHYZ)6Z] WytvjyTkɍ?uE| +X!%eV::2YT,T#3=`\8fZ˻/%Nfh^(v;'S;?|8Iynæ,`HS*-Lh2me":K5Ἀ2$nDEeݑY +"KDsd?BTZvCfEш-k"WCAEŤ&cGD`Jy0GNKxy +YbXzDȋƶ)F^)5gtMh@dԫt`G\I_j0yYNe? 72eb$qNtI͙%)FU,
us_j2@ϹEfC~[n֚nGi%$
5>n{^C){`vY-5mV _4@|N[HH5kq:*abH\Zd
ĕCWR0Am? _vbYghO.D$wQRZ@;aeШaļUަDZ١
<z[eiA K-#2U!6WTҶd+)А>'w]Ҋ]8U1%u@L@j>N?kCu֊4o @`(P$a[&W0Cv!lo+8_TT5 +bJrLS9s2v^ݒb슭ռ]FnqvXHr!IHOw<a!e
kBv
еʗ&o
q2 L){Lpܙȓe+F~P9;B)TA&R0i2zFrGs9FLS"n2?p,{*z5rJ$R:.%k;%ftEbqB]! LC*x˄_[*cښV*Ɋ+trZG^#a-X{2/X /)u=xx2;#G/$9$I1sU>.e-#>NpE }X1w=K%Z~+:]<ʲO9tR<-A$&fir)&[H0FsdHs- n=Jz1Tt|N>)]{W(9g֒l<N쮄
~֪B{qOEuܭvRע/"ґM]JF5Ļ725SwX,װ*)k)ȽD+e-MnO])st`B衜50dMtqKDCR }dvgӣP$Fo# +VuTݎ:쵳:!tzuvҾv=5x2a3s,u&+.Qg\qogug?gF~>Q-9\T]=5yXNJ%йiv9ږt~vr쒞b-̞Y.,
":CLhZJBȜܶϋ֓LՔ rzE*4[ ]gey7R<=F:ھ@dࠃ_oF;)/;yJWBDǤpYfOA悀uo=^x6RBI{:FgH0 f
,Xvlxi +U--cT50ۉM (-6j)P';`KnFInd\pTў/MRkz)+[)E?DJJ͜lRD)oVWAUݲZrr1E] endstream endobj -762 0 obj -<< /Type /Page /Contents 763 0 R /Resources 761 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 752 0 R >> +853 0 obj +<< /Type /Page /Contents 854 0 R /Resources 852 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 843 0 R >> endobj -764 0 obj -<< /D [ 762 0 R /XYZ 69.866 801.979 null ] >> +855 0 obj +<< /D [ 853 0 R /XYZ 69.866 801.979 null ] >> endobj -102 0 obj -<< /D [ 762 0 R /XYZ 70.866 771.024 null ] >> +106 0 obj +<< /D [ 853 0 R /XYZ 70.866 771.024 null ] >> endobj -761 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F34 565 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F36 685 0 R /F59 743 0 R >> /ProcSet [ /PDF /Text ] >> +852 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F36 775 0 R /F60 834 0 R >> /ProcSet [ /PDF /Text ] >> endobj -767 0 obj -<< /Filter /FlateDecode /Length 3664 >> -stream -x\;$WL"XVc@$Ee+wMvO3s+9ݞ&XH<$Oz:yb)`O>'urRxkO!>óIJ,RZO+QkMohzbGsH)Ѥsy'V*ӗ1(#5%#ͣe -DwƑ2K/OYɏҨO')tW= }ӟ0^Q߈dӡ BY?Xg)3?VF`+7w-S6D|1s^PXKdaS=(m(j#<iH$EK<K.i!/}^>~7j╞ԑ汙B<L߈B/y[?ĥ1x>n_e^4bB,yr] -?P`!}h!JH*}Þ#Z^꒙rfSx ce'~s )egES"9k{áu<j&3`8^h\^kPcԚ nH`4H@&d_8Z5ux18&b*e V
-D ,;.eSJt#n~@8~w -4!s^ ,spBwLj/JHQ4i>vn#lfPj -l;uh?̼>TSOZ -TْKKjRXñĵ{]gmEXsݢbL -{C!PHs5=KSp~Qz+?HU:Y: -%h .9X !e\6W -%?"dekk'}7WIz*c[W9sK5
դvDRzS+=!mMH5ےR\YEKͺ]!ޓ -∷r097d4EՈd4POiVѳ$;ؾ&ʩѡ4dzy.F)Lh90yNXגXR*sP`MwzkaF`gWҾ$n#tlk,RM:Iy~25I+0bto~?&2GY5<P}nĜFELdF -Ym~j+?RnVywJHĕAg+/Im-t*Ken>e_FB2wʥk[<xVQ_iI&F#҆*Nrz[^Jֻ˻=wPuN
۸B^+ypgDt}L: <ot# }y5TYsBB/w$EB9μ-RRG<)4!V+jk(,;uJ3VGuwy_zj_˼!5? -lrhs*ݪɪ<nH2-0sN1
qwXH$UB.M)Mƛa~;Axk*!f[ktլ2=ͨ)mLVά 8Fj{AT\ݣ. A:Gᅻ@)'5~}{!ۤ&O#ʬJ:j
2$|H+O.KºhsڎZ2ާ7bzoģB9cԘ;/Nӧiϙͥw~|2˧iU?Rw9-qF[1SeRD/i Vh0 QO(+S9
GM`Z1獛x&>)7ib߆s+٢˥RSwgGm9zAߊh'&:[e"oB+z{dԕ:TՈtvK%+}(i8ls}P~ZSB}dgQyEr(j]ix&HXNrt=%TҐ\-d1Y!n K(U)ï|\$`Qh@ -| -tϣV=]ِ -pء{-By1%.kܓN - iͿ.<<V88|wkzv9%D{ѷHwO:c:H>|k|dk
a&Pp#|5uR~g>w +858 0 obj +<< /Filter /FlateDecode /Length 3674 >> +stream +x\;$WL"XVc@$Ee+w$ٽ3s+9ݞ&XH<$Oz:yb)`O>'urRxkO!>óIJ,RZO+QkMohzbGsH)Ѥsy'V*ӗ1(#u%#ͣYe +DwƑ2K/OYȏҨO')tW= }ӟ0^Q߈dҡ BY?Xg)3?kVF`+7w=S6D|1s^PزKdaU}HQQfFxNwIy0\-B^l} 'n+=;1#c3H-y.a; _<[?ĥ1x>n_e^4bB<!O~j(Vehq>]j%SaQXvVQaLf&$^\ +ȲJn9Ƅj@jٙuєdHZ5ph(ǣ!@dlmme&0F- HD +zZAzAZom@٫R
CٽCM`r+RJ]}@M@%BL0d$Gp)-R;ZTC??/Q^k!{0Q@S2'?^ +IYM]=hT)z(UGf=cO-ۚQH!kR\YEKݺ]!> +Y}~j?]SVywJHąAg+/Im5t&Ke.aމe_FB2wʥk{<xVQ_iI&F#҆*N50Cd".w=w{T?(.q(=Wn +r_4˼!5? +ctAk&ZwjHŵ=ݨ,f:=xT<8Ck}K%zGlU>wwyR7fUd5r|${va]_Jm9HO +y'pp +T +c=GWAilZAdWvbʗ0vXky/O. f~#L81MEy&sĜ4&〄4P9cP?"?)B~||OY $@Wj6("KЮT4x{Q8MP)§C(9]s-0|/T9 +Ù!'E}œc)@ՕܽhטwsYK,~|y{N(J~=v1P94 %2|\ B%Qt⮘xf(%Z
-JrAS6nma@똶b?*T?3)7w-Q|{=
+<~l#7Oj[TzItA;anrE?@!cϛ]xREU]qp6QLM~j36\o?9nuzY
|jo"va@q,c|ڗ;c96ð)p\?İC.kZAlMe?,P*hbAl!iӭJk/je9 CwHi-M=nUሄ4y%R[QG\u{G4>^XH_ _͛;R? ZX>Z)EeAD;nB;Pu7Ҭ8a endstream endobj -766 0 obj -<< /Type /Page /Contents 767 0 R /Resources 765 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 752 0 R >> +857 0 obj +<< /Type /Page /Contents 858 0 R /Resources 856 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 843 0 R >> endobj -768 0 obj -<< /D [ 766 0 R /XYZ 69.866 801.979 null ] >> +859 0 obj +<< /D [ 857 0 R /XYZ 69.866 801.979 null ] >> endobj -106 0 obj -<< /D [ 766 0 R /XYZ 70.866 396.134 null ] >> +110 0 obj +<< /D [ 857 0 R /XYZ 70.866 396.134 null ] >> endobj -765 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F36 685 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +856 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F36 775 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -771 0 obj +862 0 obj << /Filter /FlateDecode /Length 3809 >> stream x]K
}X -c~1/"!ZіOZ7>v)|E5NMј1#l\~.9_N(KT0<?/}kG'K`-xE -&LVʑz( -"x,EUfSr0Y\[r鴲ՠn3d2d| -Yf_:|7eмu*9^؛~芭48^nHފhŶ*%Q/X+@ dAJ+-q-$n"bT$y\!&H0 HfuY+mbmhm -t\&U0ΙMĨB)x:+Y?4ݓ<eE*]gk#WaCem2syZ>q,1Rk;HB*zՐƹg1.!%Bƍ困xvn7Iaxi,*Á!UUFC>
R+4μQrEe=Ejĉĝڝ`,DLioeɲ)֍ؒ*B-."g:ҢlZ[ .9UX!aS87.-~M -)DOcrԦq~>y|U,s&oS<}KۏNΰ;en\icoRД -lȺ0Rܙ=A3I샾k$ktEdcPi;_~l]OC-0Rp_"-Sdk)r4"iO=Yߨoĉ}%Vp\o,kpܪYN|0`FڽxC -K;Saadtǰ+E5+LA|ʾ*!"7?_zgJC%wێ;!Zt-נkkk -Fm\{w)|"%K?l|qxy zhӷ;"v8<>twP2y8!,aHmk[m{* /FԟzNX,{8mⳝ]pyaD{3beA,{b)<IJ@,}A,xR:rRq -$r\*9ꐚΧgbN y
9IJAA,%9TbMXk;X{e - q -4!$VjcRݿ8֜kwr.^P%u(Wkb8Ym-f.f5;hRdD5S9 w raL.sϹ<De $f -41#CFlIoјiqŘ$7);8qδLP 6 -25|Zjj7+ge
zBJ肨^]B$Ӷ(E>6ٰ&У36jpzF` ;cwVl,7IYy;4FLQ߮A"R}z٫ - -F"wbo@u<0nGqʛijdpɎ$EB&uku:1FCR5lN!Fr<r}'9ks29UCiUs= +ca1/"!ZіOZ7>v)|E5NMј1#l\~.9_N(KT0<?/}kG'K`-xE +ߗYy)̐B-mE#rȺ-KEiDke|ז\:l5(ی8|%G( +N#@kZ>ax)ӸCq~VT|W*|v).8EzsnOCFc~'RKMKI3k窌EH\`"$?EvHlɗZc + Ew{%{d,9f݊_~Kp_ϩ~ԗ_.)%R&1ԗsD64fv̈VX5#Ui@)Ŋb. 7n~}{k7SAA(عgO˻c*KѱqqMyP$:/PQ]d{5UFtIbK<aMF<LΰVxL"r@M"r 6\1G<-FPˣpc&?ק
|yF4}Jc4b+M8ND%Rp"m +)AITt({" +H9k9JK\8sW j+, +3o\EGOmk#q"qg2vq4QS[|flųu-ʆbKșζ(ŖyKNVataK<_yB +ؼiűOs2_jT*O_3sW؛*4.4ww_mL@iT /%䗦jBc+\,)GnrM0FSoz7[bqbߠoWeot89jye04L1إv/"@LO%D@HBɅw +RrpCڦ_PCx a]&pv5F@
ri66BQ u%&Q[w1\@{;Y~6- Tg~i(o=ZV(th[5P)@dJqM +fdKP' ]U)Y4V4Fq/NH$a$prM"Ryz1j.1(@^C}
Ĥpu-T|KC ]
+N]RGu-zʔ*Y!Nn"CH4#kLP|bڦ!(bw@+
"a +
B(ba;؇%!؇o>4ҫK~w +LRG +R.VD9^i,kFR1Ԩk} X`g[-3ɖ2E-[5;`Ŗ6b4(ϼ +㭶`Q_E%֣Ga+;{ӕbjj +*`KVӮy%$G)Qh9 +t|].Jk~fq[p +Y߭ lM?\Py
u̽=NOkv/{R=sYÖ;Ep9m{;PPL +sB-Hv*
mjA c;De/΅5#x,w8 +6UAvf8su[h+-ffN,]\-=\|sn,QYf*0>7yY1B-,eLHeF6[[l4&qlm1&IMjN$A3-$zͺBᡮL
YhpYA } endstream endobj -770 0 obj -<< /Type /Page /Contents 771 0 R /Resources 769 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 752 0 R >> +861 0 obj +<< /Type /Page /Contents 862 0 R /Resources 860 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 843 0 R >> endobj -772 0 obj -<< /D [ 770 0 R /XYZ 69.866 801.979 null ] >> +863 0 obj +<< /D [ 861 0 R /XYZ 69.866 801.979 null ] >> endobj -110 0 obj -<< /D [ 770 0 R /XYZ 70.866 250.989 null ] >> +114 0 obj +<< /D [ 861 0 R /XYZ 70.866 250.989 null ] >> endobj -769 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +860 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -775 0 obj +866 0 obj << /Filter /FlateDecode /Length 4757 >> stream -x]O
S>D8ַ i4ү_R#Jّ4y/zIy??k~0w7q9cny[kɹqv/Xk?,kιs1byʈ/?}{LWgԇ +x]O
S>D8ַ i4ү_R#Jّ4y/zIy??k~0w7q9cny[kɹqv/Xk?,kιs1byʈ/?}s{LWgԇ ci`\Qq֪%0Yq5aKaqI&Q|#/PY'P$?YQjLhՄ3>Yg*I,5q&Vʽp$) #*{#I4'QG0M+]r #P"6(K0YO._i @@ -2088,136 +2292,139 @@ Jl1솪լEЇTw-l.{GX:uo06)lxyfjF]p1kBa* Ro(#LN207#ܓ-1k}W97y&͊Sғ)&<o%B4 A3ݬFM|<0U'-ߒч/O$=AiiSt%^q'D /KK*Ϛ\EȢmEYMz lGځ41\ݣ4) -}#siU/O4*[k9Tu F[%K緜w%٬paYs)|Kӆmw\.LX?K"]1osvnP-0D=o>ߜ{VǺ +}#siU/O4*[k9Tu F[%K緜w%٬paYs)|Kӆmw\.LX?K"]1osvnP-0D=o>ߜ{VǺDW endstream endobj -774 0 obj -<< /Type /Page /Contents 775 0 R /Resources 773 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 752 0 R >> +865 0 obj +<< /Type /Page /Contents 866 0 R /Resources 864 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 843 0 R >> endobj -776 0 obj -<< /D [ 774 0 R /XYZ 69.866 801.979 null ] >> +867 0 obj +<< /D [ 865 0 R /XYZ 69.866 801.979 null ] >> endobj -773 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F36 685 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +864 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F36 775 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> endobj -779 0 obj -<< /Filter /FlateDecode /Length 5235 >> +870 0 obj +<< /Filter /FlateDecode /Length 5236 >> stream -x]M丑ȣ}O`Ѐkeiw5s/HH1E2P]]||AO&oӗߍ,X}_}!oޜB}?H /zҠߊ;D+>1wιR:cN;OZ*}cG6e +x]M丑ȣ}O`Ѐkeiw5s/HH1E2P]]||AO&oӗߍ,X}_}!oޜB}?H /zҠߊ;D+>1wιR:cN;OZ*}cG6e ڥ&%2Jݡ>B -oJ$-PP RSz?%Y5x6Бy~e29+t#% -(oY&IP"B97DfhcI"5,}D}$&Qau$BM;$FH9F(/%ҏC¤H 54!ׁ8ԋ
0+}Yri-<Ϧ9opAh -a -.a]rTm9rm9Sȶ!m9,/53]˴kybvRoj)ߠ -65jp#T~}[{'ut[Jsw~_?f>Un*p0_ޅT@Mi2ZPхو!GP+E-|õ{;8gwY!8udc:1|R=er-kJgs[~Hn~m%Eðe/~=_˥?o\GtvW
-um:QCl|4կ]85/VKQ%ݗlAJ)P"ץ#X%N}T/yRH(RηJX-R=mn[d{j{$ry#X7 -iX!0Un|ۏV*ܞ@RP0A} -Nb&;w]0W4=L#Qb߆(Q5%`KQ"ض(í3H'qۂD?n[ȫd?<(Ps<,woKGj؈ʊn<}u -H`u - -:u7Io?$
tf@KLJk o;NT2J@眉bE/io3ƶAOZV4)g°8z"]OMuP ڤY^Iu0vPA8m[!G#(B0Ax(W }A^ݫNncs͛emon\4>hG?h,7m쳚Z\,:Ҹ=$MhiF4i!=6T:Ɖ=v[h{EP7h -29=A@O_ixA*;ÁeŚe8rD*0<k~MVk"m@U -NBxO55_Ӳ4:oW[SС(IWj;nXH/k\4wˁI6+C4Ti ҂En@:LŚё[ -Ҝj.⟖F|=?f^J؈S@!ߕVF!"]:ӣX:W)PXTeɆ -_ȀaPhɀS*<W<gdĖ8S292`3rD2W+ۺxKH80/`22`^eeȊFG+2PtTdj4
L^Fb|dzr<ohd"^i_feS[Fvmn] I5&_ B`yG5L8bl}NETiTDEWQETTDsqI*>\^RDQ)Y4`&jQjr۳-&mU} -{>.XEA斒FgUGΝZm95?1t>\{-%j>KU[7ioU-5e.CCjñvemԦ -,#K\S@aQ#`>6Q}U8!JX+JJF)w0Ķ-Oe[[]϶-7F-gfd#>#HjjJwгA"ħh}>ÿM};]Z}ox4br֩|[05Pwc6]-}Xϱ#oxS>喃MK'tH[遀7Xub.:S#y>@6Es
{gJ4Ki7V4hka^Dzi<o:y}ZO|t»Vmo]" -Zt\Oh+H\i"j٠P|t -+0<R,M -EpљNԝ=Wֿz2A
843$ՁDބx[8Up|DD'*,Mn=|u@o@14hBx'x+f%g{1- +oJ$Y./5-@ҍ@MHzçJPkbB!l#drVFJz`;YWp +6fb~K#i)[GZV;VZ)`
FC˸@Q^+MLrU^D"mrn;$ƒD#$jX +#HM¤H(0%wIas$*#Q^QK?DIב@ + +[AAS1ۃv:z!bSآoyӨBg;塞Pʙh/=JE=z0Mm8JK:kJ)ZdCJ} +F<aM7NXHO_2cQYsͦ7B} '*pݒUNa,W)ǿkǏuuـ';6hAEg#AlH]"Lekja4Kʵe"o+mx#EXVtb
Öy?o#H--Os҅^M6+!`DT"wx״NDX-E v_7۳)Cʊ^_N3`iT8;RyH:c#H9+aHyl5(x@mjAhFc42 +)8&f(&vzD^0AsD}:Dp-E`ۢ я$mmA"=d +DHn_ܽ,,
}Vzb#Z(+,&KE#xԽoC+X">,abwlkrB+ʧz8FXL|,RT
ׇ()k!'v.OBHC0nC08%t +: +
MuŻ5.dOE.Z4]1dmNDPUx0kGS"g|
br}4Ƌj@5ܦ⾭ +[R# +4z%ʁjp^h9<F$G9hQn( +HRUs*Nm:hkAzlޞ
){\˹PЈ_\:nɛHle*Z<P9[}'uxeaxx/ p:>\(t!pFz:f6=. ܑZ<,灬ϝZ3Z؞W4y״<0PyZw+N![CP;]HO[,YeVzl +KZFsT@!=J[y( XɃz)%$Gb05oѤQ3ŇRDIǃk!/0J`&s-DZ~PQPE(fI9ZӲfQiM]geά]ܙe!R?ClY{..)kw2%k#Xxj#[ST۲PmCT۲v^jf־f[>zjF+m:aݧJ5%f~9?*&OkR˯;_6<dә-J0i(e%H; zPfd*I$s&;@`*=jYUҤYf^unBt?6
RBhvfy%I3HAh^[l
+
pBJ_`98{qf:z=oo~w2L:}66oޖyz[yھy>pApVph|?a'܀jjqQK8˓P:7IS:Xz@Pi'@yoQA +AXck(LtLp8=}!"LkhHV5S7YUPriU1*_; <9|M `#]m[N{koQC3LBҢ$^-I︭b!\I6sNҨ'z
/z'٬.XR= ӗ&CcG 'OK0kFGo)HsZQv:(!<XHU{!0*u`#>/N|WZ}tQ\LJs`Q\pB"`EP%*`~UB;"FAZ%NOL^>K +3[2`~OɀctȀ)x:kȀ+_n-!!d+nȀy!+ZeDCҹR5(2yIa/XdCzq[Wl|iOmn]ٵuQ胄'IP|qmZ0qЊ/nڲ9QiR^FQiR%pyIG|rgp/EYKn:ȶ*̶UEd[G5PU1!kON]3~p-ϧK~+e^tytٰtYٙ.R +]S,lLSqe.S).Ky鲋/1t9m1]^O.?k[ږ.R3<y-W)]сpFQl+}?U ;JD0ETYKCRBi>cMj;x7sL,~OkZwbũKA(jT#9GaYĎ2UnR#oyD[" + yePRѼ +P
5&g~Cޤy>D9W0QDxoR3orCGB~̀Ę+"onڇ[ڝPK7""e0YMM!-{t\~}I-Lڤ9FIڳDPͤ2کeO-sLMx5Y O2ew!XTzj^TSJD{1>|^I%[4Uܶ"ݟФ1ٷ)],nc[Jn6WQq8wjŶ^CtpĤ#
+-pQO,WSoZt|Ļ9UI(߷YC~
3
Ǿs?=KQZ /Y
➌:;~rgB_Un|'ˑ9x?-mhxۅុ$}WRTШ@k EԍCugވ|>7/,w9]ayW'(>WS!>0ӳ%Zr}&==VB:oQ˫F#vۡ+ʼ&|!G7r$aڽMU9"W>"fsh9cdKgbe Il[Wɶ"fƝY:{L<:JA])(/,q^OI +n@4v=P0y`=ǎM[6-jsf#m` (O
+s8iSwn^{Z%{f(6&̐Tzl'bJ{ +mTi;NfY,؟4=SgҠ )k>uh endstream endobj -778 0 obj -<< /Type /Page /Contents 779 0 R /Resources 777 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 752 0 R >> +869 0 obj +<< /Type /Page /Contents 870 0 R /Resources 868 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 843 0 R >> endobj -780 0 obj -<< /D [ 778 0 R /XYZ 69.866 801.979 null ] >> +871 0 obj +<< /D [ 869 0 R /XYZ 69.866 801.979 null ] >> endobj -777 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F37 717 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +868 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> endobj -783 0 obj +874 0 obj << /Filter /FlateDecode /Length 2836 >> stream -x\MoWs0'`HL[6sS^SDXTni -i?ѯ99Q&R.^(,\io3/o[
dٿ-
-OM1hUV&ϒJ -nJ+ -65 -p|dهgeK&o#h--
AZϰ`KД6R^84mo!@ -$ENqpP$?JHp$Hy$e#GRU$1,SR54>sohL(<$ J.?MT3H4F&6hbX/4KAҡLR{Rhi=M/?ִOrF#,ЀDꏝt2؆ MxQǚY5LMESe7p`杻i1̤"^T_/2V:˖M_$*L2&;|]&{ -&{ -& M #U.Mޡ.%Q[pШ˒V]=
.;ʺ*뒙ФK<h_τ.A/B^p࠭qXATٵ[Zh72qH)MY <P^$T-iIuOB%)tGe&_oC4;7ﭾyꛙE﮾IyI﮾SS}3j9_<83Jpf#}Pc3g"b*g.wR2ί9[y9}Zl2gvVΘ3a9Jl7 -ZNv/{#2NHsqVG(dtB -;ʭftKKe[%L3ݬ˙zYv&}Tw2a\r{F2SlQr%A׃`w1x lx{Sׯ6CE ?ߵ"0R.N)/ +x\MoWs0'`HL[6sS^SDXTni +a=IϏRFk(e1]sGJz`yO11{V(k3.>fܷ#p)a&Q#NvoJaNbpecH(BP +dh+s9ON㼈n&AOi|. ,^I.Cc#jKH'܆ZP <]諾5<!קɷ6ti4jV4ɪ3^x{g qK++ {-( +C*Hlj@ +d*+dpgI
%yHTrB&8lSp(C.(%פJiIjK&P5&MKeYr*vgYeWY\e]2tie8góvɍ?yHЃ@%emON׆
gXr%hJ)/dl +
DjN=_!ʂ躨qŔ#HTҾ^wWFc +|vAΙw<g:V]Npec0>rfƥBo+J)$DjDejX]c<Dr.-JZJ+4,ig[&ݳ#3d9[lҡanwMUaISG1WYVagMMZVs/B>'Йx%tG;I!,+?m3QSsdpEAi9w +=`nVP`4cd\;&Vt- +qMZ[hp&hy$e#GSU41,rH%uQ +"R]NO{: +BlÄGk +QcͬB"^T)_Yp8Sċ4fRS/B?ig+e&`{x +&dI>Ю=\M=\M܄IJ脑K&PӿM(-8heA.ɞuW\e]vpuLh%Pe/gBM_!/K~X[pV8h, {*ZCXT-X-[j܇,l(֊
▴L!@m:2K7C뛁ろVXMzgͅEm̢wW\wWᩩY^ +/p%T8y ƙtgs1r[3;)shW˜V>Y-sGlcg+gLSGљmm%dNT'D'98
2`wKRVq]%Cɲ-ݒ^GWTfnL,B;>;0]=#)6(FB A0r6XWǡ"S_{)g'O endstream endobj -782 0 obj -<< /Type /Page /Contents 783 0 R /Resources 781 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 752 0 R >> +873 0 obj +<< /Type /Page /Contents 874 0 R /Resources 872 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 843 0 R >> endobj -784 0 obj -<< /D [ 782 0 R /XYZ 69.866 801.979 null ] >> +875 0 obj +<< /D [ 873 0 R /XYZ 69.866 801.979 null ] >> endobj -114 0 obj -<< /D [ 782 0 R /XYZ 70.866 689.016 null ] >> +118 0 obj +<< /D [ 873 0 R /XYZ 70.866 689.016 null ] >> endobj -781 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R /F48 568 0 R /F42 702 0 R /F37 717 0 R /F40 785 0 R >> /ProcSet [ /PDF /Text ] >> +872 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -788 0 obj -<< /Filter /FlateDecode /Length 3353 >> -stream -x]Mϯ4YlxgoOI /)$-Exf%~<>*%/_/뗧o4x
u".3g:8_.?>s8q.kɹqo|Rb W{h}5\XN}bD,eDO_l
^"B!hAӚڤZBjiRv2aT'6cR^_^~z\w_KpÔ+-V"bF˯>D'b5ɜ8Tpx#cFCpgR*C6aN02h䌂$x-s -VV|!9$4~$τr[ǘ!8pTaDMN'@ -#,}?sXٛ-i6N\X:r7B- -
izc9R53润R3}oϋs!@[@ۮ}oSٷG{Q刲Hs$9`͈i'Ot2VH#'2#Q.p7If_$-6IեF#ӑWzI1JF̔Fnv&
FPe%/+bB&8& ym`lF=Dז:SbQ' -A&n[n $n ZQJnm#Uhl2Ж͖܈4E?ӓym.~)'. -"ql3*3!x?5ל|qXZ$DjNKH^m=(tJe3!DE:=Ǻac->uI2%7SDfO_/\Yz'qCnD9_{KvHIS<0âT$93[物2_WeZrf4Y(3'1->xPx,.]U}|rC>!и3Q~~-3 {MN!
0?ii! -CC{H:MA6&Q(!È <81tSsv4zj,0zlʖFfPǔC@IT4D[=O<81UHlpJm)r9eFᖇ'nefUpw<xΓ"h:'%79ʶdQCqtTn,YA-T4T:Gʍ
/Mc'~ -32')hzք殤?ɚdl&Dk2rĚƲ5,|%U`;iY:ly3Թ"\H8:'lIv:[zuX+zVkߋ4 -$= -$$Itk789+dxפBut$Vɯz;N1+k52 -@n?sP!^* -Gߍ,f 6gf*|9`c^!v -9odu㭻uwuHi:YVI'V ,S'WG`@\K 09NG}WMUwxo0|tuXy|9\af%DnI\lk103d&8'M*rSWd&WVTS9f7Q<^J45}*hԆ=ݐ.UHPՉ"+vC^bfjP*\dܨޕFJР&$9wsVd1iɻiZ &|\0g^u?PV]uDh
3f7h-FEC[& +879 0 obj +<< /Filter /FlateDecode /Length 3352 >> +stream +x]Mϯ4YlxgoOI /)$-Exf%~<>*%/_/뗧o4x
u".3g:8_.?>s8q.kɹqo|Rb W{h}5\XN}bD,eDO_\
^"B!hAӚڤZBjiRv2aT'6cR^_^~z\w_KpÔ+-V"bF˯>D'b5ɜ8Tpx#cFCpmTnml
kS(;($%zE19%Dik/>ck ^KL*ÄkmhwЖ%j(dJ _y]Hc՚]R\"$(
gz(@fv32v=M<R-# }L<dxH%9F< +7iuיqtXzp?[:; -Ka〥#>tfKo,1NdMPK7?kM/?7˖NᎱtDK0rw8`3қfoc˧1Nd=O}R'P{N!8ڝ䲊[Iyo%v.DxJ^qCEmOvx +fSv0ǟ<ywT0U6XD%Y^/Bs2@[̈́d遰u"`Vo}!5(}О!p5hSpϱ|8!dSme|ۭ!4ҿr T@~h-68urGd +s=Ec8cQӀćTsIƗܧ@Yo8e<hl +] +ץUwKiK6]9heA.ɞuI:.;ʺ$Ch%`Ho#Q3e_qQ/+iOЫ*#h#Zc)K FR]A;ƕ!}LөDHE., +ִ':+Lt_Ө$Q3ޯcTؖ_RH+={X{fJS7Jeӆe#21]se!R6\6N_kj)emɨ 7-7|@|j7][{vy(%6푪tJ6ghK{fKxnfм6\e?tbz +kNecj8,uZ +K[N5% +E^$`oSq xUoł["ɞc1shf$[jɒ)"]s/O.Gy=ʓ!7O;l$ŤZkhD^aQ*י-TT诫2-hj
,^z^XV(i<q^~!@{?phܙ(??ז&q'o q4vܡ=¦ aJr(^aDYHlJpJm)9O=O5=B6eK#ux(ihc! ۤC*I'hht6e|L8%6ݔuTpH*;xP<I4we(! ox8b:*7*hYYIx
#FJחj?*gP
1&DphC[FX651#%Ha|cmPkBsWҟdMe2X6pXy5m9bMcƚ}>ҪD,K<ΙrIS +.$HsD6P$Pm;RK}Vi-:Cb=EUEcp.cy) #ZE flS2{kRED!\ۇL:+W=R{GRSbjx9(/@yuw]xl>-ЖXQpvpx|v4 +9E +;Etunp7JܔO:) %СN:N:4$u
I'`}CI,՜t V·toI!MHҭxpI +R+Ȥ+QntrN)#rN0R#>*;
c<\hIed,{d<S.|Rn"AH7w$X5Dum2][9+2xXZVB++*ĩ sZd%;dnqK4jCcbnH_Y*W$DVD^my!y/Ep35(.WnT^p#{%hPqZλ9+hCҴ4-YMڌn>`z.b
Afx(I+:S"KDRD# +"Q[' endstream endobj -787 0 obj -<< /Type /Page /Contents 788 0 R /Resources 786 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 752 0 R >> +878 0 obj +<< /Type /Page /Contents 879 0 R /Resources 877 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 843 0 R >> endobj -789 0 obj -<< /D [ 787 0 R /XYZ 69.866 801.979 null ] >> +880 0 obj +<< /D [ 878 0 R /XYZ 69.866 801.979 null ] >> endobj -786 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F37 717 0 R /F40 785 0 R >> /ProcSet [ /PDF /Text ] >> +877 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -792 0 obj -<< /Filter /FlateDecode /Length 1194 >> +883 0 obj +<< /Filter /FlateDecode /Length 1193 >> stream -xڵZM8W*R>"@=m-?,YCbGG=F;}O/Cgן/t*8FWgkMFk3=P>y?Ikm)ϥ
@r@lX_FκH*"ɑQ@sWq$#M:ݚ4/1TwcB|l6M+rV -;,+*/?OҦrjEC=f gK c A!:iQ; eaY%hXYDj#8EeRWe@)_yu{PAP-h%yj<hg>#6V#nIyԒ<5Ɗ<, GryĠ
yxbL#,5$FI6g .H#<yqvh-Dt3 *8}/S."֍Ɍ"TVxUx;JYEbT; -C\*,I-<DX%οa/bR1ۨbprx -bA:KT֮E*PYNR#Kt >J_/gnқfoTUJX6JXNRY-3GGgEn'*}&"J_7ިU٫.|it$:K)itV -ܫ'Yj֣|*V1+,_C=VJϨWCeP#z5<BX^v뒳*R[ٺ%ET.9겂DӨ11ǃkҐXN"?$x6\o?pXx#3q6Bŀa+4Ejq^,nD +xڵZM8W*R>"@=m-?,YCbGG=F;}O/Cgן/t*8FWgkMFk3=P>y?Ikm)ϥ
X@r@lX_FκH*"ɑQ@sWq$#M:ݚ4/1TwcB|l6M+rV +x]=9c9bw"wK31Iᵅ3 endstream endobj -791 0 obj -<< /Type /Page /Contents 792 0 R /Resources 790 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 794 0 R >> +882 0 obj +<< /Type /Page /Contents 883 0 R /Resources 881 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 885 0 R >> endobj -793 0 obj -<< /D [ 791 0 R /XYZ 69.866 801.979 null ] >> +884 0 obj +<< /D [ 882 0 R /XYZ 69.866 801.979 null ] >> endobj -790 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +881 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -797 0 obj +888 0 obj << /Filter /FlateDecode /Length 2855 >> stream xZ;$
Wtx,z`{{|p
_
)JJU]m,|zJ(>?RR.*?>^Z7\>uїGo_JJC)E)gkz6WеKA]"hyM=ѽgtӵqJWq1WFEu|e]Voť_u]3:/s>.V/@w^V# ~y46jrTcACM"
P^3jk#fy@dlja+ -G[khZVKfcY,9}%A bN-#6SRz"mEZXZ
skvIAU"RfnlZLJwkVWd1JӈyMRU6;no2̏IŪ2'htX[*"j_\eX6{&QվRM_=sQ]/s$Ji u6h/mjr'@:Oc0^(ztJ{3eVG߂c'x?L`RE|
-iMH[xSsMPO{k?Z -Q٭0,H<Vnn-i8%e/D +G[khZVKfcY,9}%A bN-#6SRz"mEZXZ
skvIAU"RfnlZLJwkVWd1JӈyMRU6;no2̏IŪ2'htX[*"j_\eX6{&QվRM_=sQ]/s$Ji u6h/mjr'@:Oc0^(ztJ{3eVG߂c'x?L`RE|
L>d*`C`j؍+Ķ\K<>
[ON J).a'9"( 2<,t1t5Gu3mz fd0KV "k'Gd)q+cFaтGʴh*D>Ë495;рNepd+<8GVT̺|#E_"ї̸ZE QI*^J
NQ}W=~=gE.|qb:@S!c0"841) B{LW
e3t @@ -2226,88 +2433,92 @@ Ykkı <Bv/iLЭ9JÚmi'چU/AL4BoHs~:DnZ;C_42C,5̣9Xop巬~xEVϥblh4{^+DJalαrTQ-OKYDXVmbc&!=@lE؋yKħ]R¸.Q[q\V*@!;v5Qk7=1f[(Ź#o
o+d5Ӿ lz w~^ <9e;*5q`pR4&
ۖHa+gb:h.[ :Rq.U8ĖD$ƺ|A7tCוYt16̌gCkvLߓv%ėMnF[= 2xYht0_*@u4#&8'fn8zw-צ(Y QB+A -a}Wo@[b;QD3mis?7P]Ӿ>VMN]\͒/ ?=1UiJ젯vQ
`Mw7:3uq$FΎH{zͭd&٭PE +a}Wo@[b;QD3mis?7P]Ӿ>VMN]\͒/ ?=1UiJ젯vQ
`Mw7:3uq$FΎH{zͭd&٭PE endstream endobj -796 0 obj -<< /Type /Page /Contents 797 0 R /Resources 795 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 794 0 R >> -endobj -798 0 obj -<< /D [ 796 0 R /XYZ 69.866 801.979 null ] >> +887 0 obj +<< /Type /Page /Contents 888 0 R /Resources 886 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 885 0 R >> endobj -118 0 obj -<< /D [ 796 0 R /XYZ 70.866 771.024 null ] >> +889 0 obj +<< /D [ 887 0 R /XYZ 69.866 801.979 null ] >> endobj 122 0 obj -<< /D [ 796 0 R /XYZ 70.866 350.282 null ] >> +<< /D [ 887 0 R /XYZ 70.866 771.024 null ] >> endobj -795 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F60 799 0 R /F36 685 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +126 0 obj +<< /D [ 887 0 R /XYZ 70.866 350.282 null ] >> endobj -802 0 obj +886 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F57 799 0 R /F36 775 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +892 0 obj << /Filter /FlateDecode /Length 2495 >> stream -x[M
ϯ1{X -1x7[g=$9bg|)H/]QKR ec^[V=9{
y Vj;FGcmaZ7lx꠩0k"krç|78냢U#m8R>)?_r$8 - -p,*C)&9H:=`xJ串1pdfՍ$3-*|K2EHf4nLMK2suRX
EXb"RfXк7>A쵕[AKg|;d$G#c`5,m%S9m;_<!;jeaE:x~M=ȼzOǗumf7Z@[0lx݂8odrXF"pi?|oF]ig oqGܲbaT^s-^]2"KյTNuZW3EXoڡ.NJs7 +glQEXmꍈ67z<̋Hiet2[h3j$%j{
-ṞQ^mB۴I7'rYjr,v&<)
:USq$6x+,4 -bT^:0ljL7<mrrѾJ<O|}~_I$
H|K{D HWH X@"0H$eA4*DՒHasl4N<XCEzl1
4>i+I]HtWBb'MgR/
m)$$Nl9T=iEt 6V+LvͼK⽊ўLA|4cOxY)8+si{aȞ[ -Z)Jpv&rg!'[o0&+Ǐ}*].4|*l= a/[·z[.q +x[M
ϯ1{X~TmMՎǝ*ߒS'K~I}Zm=snAx +u>D wv?}Қ>k?hm^6~yhG}eJhm~_~L0-I{u moq}/#kXe_p=u.l;fhMy(mY3|yWW&q*wkh^>; +]+.Y1H_@A}g~_;+2_&|~NV.739eF3L/:ԨҪ|Y*:oZ I`^?W
a}\:C5nŃT|<`@e^÷l:7gNEZ ZnT*D@&7+1!f i*o>*ZM%
=]&)GI~,e:j +x7[g=$9b3vdvRE(ͥr~
i1-_o8ņUޚ5#+-QK-MZ4yRdM/>S'Cq}Pc +{Cr!rp%Gz{Mb68RP0\]3h?in8k[d,P}SZsMV| +vY-3'gsYt=&cLKb
5z4̋1zd6C{a0fՊIJ0j{
-ṞQ^mBfo9KO䲄$Y숥Mx +R'26P+t&?O8)uI<m2VY`0xoLgoX_O_/ +yҲM)Ue%eT.0N+խ%HUKAEܹv6i n5g[2_uoiL4mrrѾJ<M|}~_I
$
}K{D"HWH X`E"aH0hU5n"aWAJuH;`ga:걅4,bj<>zPʚ'=wсCR_yn4I4WmSHHvr̅zӊL%V+lvͼK콊QN&۠ +ѴR8 Bb)O8NaWT&E].4|*l=
a/0[·zal((Bm!loƭk.Vj endstream endobj -801 0 obj -<< /Type /Page /Contents 802 0 R /Resources 800 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 794 0 R >> -endobj -803 0 obj -<< /D [ 801 0 R /XYZ 69.866 801.979 null ] >> +891 0 obj +<< /Type /Page /Contents 892 0 R /Resources 890 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 885 0 R >> endobj -126 0 obj -<< /D [ 801 0 R /XYZ 70.866 771.024 null ] >> +893 0 obj +<< /D [ 891 0 R /XYZ 69.866 801.979 null ] >> endobj 130 0 obj -<< /D [ 801 0 R /XYZ 70.866 434.243 null ] >> +<< /D [ 891 0 R /XYZ 70.866 771.024 null ] >> endobj -800 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F34 565 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +134 0 obj +<< /D [ 891 0 R /XYZ 70.866 434.243 null ] >> endobj -806 0 obj +890 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +896 0 obj << /Filter /FlateDecode /Length 3111 >> stream -x\Ɏ6W>4MF7P@Wk -hqMy0+218-#<^/b%bEіphCk7ɐDȐ_uDz -h[|{<,}([aa
{#@aq~] -ēk>=#z8__<c>+ݎZTr*Ͽ1LHe?]+9iyw.(NRcjaqwehЬ.ɺA]CHaXWj%..?s15|qO[KJƑB+҄3]'*^touK<YSƾUI -lrK+ 1V9{2]0* >ko$zXj#f|I~u`
H=qGQ$g$IciE^|8OX>gBsZ2}4laJ:oԘp
>/]ċÐ|["9#S>l -×3eh-afifjɰ3}HH5v=_Udj+8ogj{pcj%TWenM(u9㉃$ -_md:MKwff=ȟKy}?shUkRD.JrOULn5ײk Q\t:M~ff2^X <U -eDpeT"8WZBaR]I3SLZ33o[rH#d|KI|}nS&T#MN<x gL*uiG۹/ ?%dFAV"J)RRD֑REAcduOVNւMJhb۲Y{p%c]mQxEѕ̾¡4VkEeG-*
Q>4l@Ke+cO -qa䢁(R5|! -qm+yz3Ώ܋ h?\ojdZ|'Q7m + -!5ZVXV -Wpn{p1+,TkXa~V$*Ѫyc5i2&UjC$3l! Qu4АHy3V6!ԦY1{%ڽ)bJUe#CUқ;#MN}|^.F\@b&>ͰDX̰X@ṯf%r-tw2I -rU7xBWYd\Þ6Y[z_zwJP]i(ZVp^+/}moA<Mvc -]vxlgv\U-$\h:Te6G%k"?Vq?2'3{n+5TlRbyriz1eTolTdPi,M-O[Ǚ*X.^3+xJh=3ݛ
qʻ6pxLbS>RQ\6),:'[.T IF(lUI!egڱ|AIqmIkŲlc]Lt㛛6I F[yg =F.<ˡCGhόpu[vj3"^TAhX/9 +h Mx -CJåRUP"赧."ksaaI]2wzk+u1enUCXSq>_eޞo_ lwҗ1k_e`}Ak[?nNNƭ -s,}lLŠ`ҝm^06V7t\*Nج༥:-{]@ X@yh5V4f`ҧyk5isOϧiT@=O]soWS e-Ӌzlh7`ePx-'|+W ;_qX0ԵV;j:%3 -YH*T6n=P-I|T_C.~%.\DJ=?r +x\Ɏ6W>4MF7P@Wk +@FB&4`:07R2weew{p.~$^!?̂J[ׂ*_QYb<3LJ]+iFuJ4=R~w?r`&ãMCb}BY`Б̑p4IbO³mjd +dP) !o7ጐ[E9Mh;e;ax}1Jo@)%AJJ:oRJH:h` N)Z \SUVpy[6Sruzlk\
S4*Z`4B8}j
^a8W`Ǜ擭9Ths%WVq<3 P!8@\4EZ +1D0tEu!Os{?A>m|S'MLU$;J$~K;7͂D8/eABHUto.d!RHa +ro~Qѭ D[E3;D~*XH"nSe2BJrn`t-2uY +*Z +ۭpuVXB=f%j4`
+,1 +dC%Z5o6-PQڤJRmsH`-$8\)oʃ&dڴS{1+fD7eVLxdТJz3wg$ɩЈhQ,ħ 박k(<"]۬D.صNP& fO]Q¥D%Й3$x{P$͜ثHB\+:VOJS>Q]홾ɣ˻E9۲6Nف^i[<1
d-G+'ik9cXWT܊S +:r'ʱۓ8]BغRJPf1>,>;0pw+nԷʐ1O8 F.`dU/Ht~kzݸQCc8_!XjFO k3Vƕ<K}KKA kU"
EkY +k4? +P7RMd
S +<0U[dtMv@<Rl3 +9<!)r*)$LR;/;#)Nq<)yX]mk5c ܖI.u|ss]:I2ha+Lȅgu9tђTnˮ>@R~xFdk j<
%'Ad
D /`dgfDa)Re-5d}wq2\P$_ί2y + +86/TF|3)ldM9r)晭5:32-!bRaAqT +J4";Xdm.,,R^]zm.̭j(딱t*M2!mV2fm?/(zmK ɸU}|WrzW0]/bz)cQckƝ*KrR@Z TGE{p+(+(
F@݊Z4o>-q.>R +k}j}*Z>aezqY֖m-WyZ̷[op:o +${"}FCjGZMgyF!IPʡƭ'Je7/ktD҅Q)U~ѳ endstream endobj -805 0 obj -<< /Type /Page /Contents 806 0 R /Resources 804 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 794 0 R >> +895 0 obj +<< /Type /Page /Contents 896 0 R /Resources 894 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 885 0 R >> endobj -807 0 obj -<< /D [ 805 0 R /XYZ 69.866 801.979 null ] >> +897 0 obj +<< /D [ 895 0 R /XYZ 69.866 801.979 null ] >> endobj -134 0 obj -<< /D [ 805 0 R /XYZ 70.866 712.996 null ] >> +138 0 obj +<< /D [ 895 0 R /XYZ 70.866 712.996 null ] >> endobj -804 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R /F48 568 0 R /F42 702 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +894 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> endobj -810 0 obj +900 0 obj << /Filter /FlateDecode /Length 3637 >> stream -x]M$
crXY/`1g${3|r$@|/!U*VUKx@3SS)X:}I*yxCs ZE/!&OZ÷Z6Z;OtwW|Bt{=~~~={0L2%+q-w +x]M$
crXY/`1g${3|r$@|/!U*VUKx@3SS)X:}I*yxCs ZE/!&OZ÷Z6Z;OtwW|Bt{=~~~=È{0L2%+q-w z9W^W,IVˤbRq M29.L_b) 0Hxt2=-P6}DAꡝ)>{d2N`c$qo%|cGZ_c{\RLrIe+PG69 @@ -2324,55 +2535,50 @@ B-=H=2c?xDZZ=B]?BBP)7Iv=V1)4]3պm?||!kOV%^Ɲ ޡx@b+fK;pe2C3MSeFQeۅ穲Ǩ2 *QeXfLGɞۨ]<è6L|H=G6t U# t *H$_xQmda::^Gp?m܆j/Y;*J*@ +4R66rliNChxY!lz|)+|fP2~LJXb\&١94\g -}(' +}(0( endstream endobj -809 0 obj -<< /Type /Page /Contents 810 0 R /Resources 808 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 794 0 R >> +899 0 obj +<< /Type /Page /Contents 900 0 R /Resources 898 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 885 0 R >> endobj -811 0 obj -<< /D [ 809 0 R /XYZ 69.866 801.979 null ] >> +901 0 obj +<< /D [ 899 0 R /XYZ 69.866 801.979 null ] >> endobj -138 0 obj -<< /D [ 809 0 R /XYZ 70.866 520.806 null ] >> +142 0 obj +<< /D [ 899 0 R /XYZ 70.866 520.806 null ] >> endobj -808 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +898 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -814 0 obj +904 0 obj << /Filter /FlateDecode /Length 3394 >> stream -x\Ko$Wq}MՎɉ -3K2*ԧ&ߏz,s!O\rr^֏ǡŀsjȗ>\Q051Q{Jvu$\UVƭkgd< Oz VcrxB#!~RI\e=:q6ZiuWZǬ&+*a㋷ßҟ<T̟3}yriR{1(mךD1`NqL
uW!8ީYGwM;hfQG֡}Z&0MۛuO=;fIVN~<oF5۶ 6ehdf]\)gh2%]4a&wϢeےZuMk?y4f3aZg6֓3
g_2L>)$s6=Sk}$֖^ZO37<]K1vx\SXrs
LJWQV -+jPx<}E>aPd&]=/)]gjj~oWT:oPFvx1-x <g2Lµ0j| -": x 9פZ`ǞDO&8. /b?'A_F(Ň3g}8#VX5k|VF&3
X'B -&q?U/rsU
-[!|³')0B OSDY ۄ7(&'N[Q0~`jπJ 躄v-3j}u*TS^({JDvH-GuB+@$U|2[ wL@zBidl2ELBVv̦~h;N¯&F2t !x.Fd&.lsokxΰ,n/l$pub3;kis\J!=,'Ъΐ@$hua= #(LAY;nD!OyׁP94 ߺ"YOj?O[SἹJX#,Mp:ŝF&2.acK[*h4Dh:(ZJ<%=Ҧ62b0I8)x"lqG,D=:azh3̩VaٜMY%OdϤYOj)@a#
KNHhrDb#x.
]g0h+i,*y3D 6B.ߔ6kDx6 n<H[dXYV`#~.3M)@(_"D~[ -r'XDEjZ3464":(
1Z;ŬXDW-dh-,̔L33bHCZݎP%8lhsU(v*9prX<@8A
#tג)inf9,NJ'7Ny:yKɭMCDQNЭ9jF9K<*ɵ#a)Vґ-9`CSz䀅n>O7f삮a~WBNvVB.V[Dj&@CgFUI3Sͦ< -ݟ90u 8v)B)]Nl2ݾdC[tkڮ`fR qZҾ#:_6x?ؐ1N2ݒunLwT1GЈ&Yu3=(01)ڇYv0k - -UP"H2#^3s/=66KbEݱ_9+˾VPb{ZjDCVShA~_m`fmZGxN7_VfYRtDqQ{W}mz˼SEG[GJv9
{.8Lse)V 3)KHTރ`L=֖?yP :Z 3p(Qm@
C#y%D)rn/U
d4O6D0쵓tq3C(9.QTFqy -]3\ܡDzDzjg"Dz%ѾDz;DPɑ
ިÑCSb!jM ̢ZN|YRHH /t%t#.p#@˜zKd)SZu~}ɶ&#i9]KX?bӵ{}Ƥ3~E#Ź/ -.2Ghuy[ҵNqĝFevܪrՍl""mݫB[.(8$|~8^2s
D~;ʩwRwЈ/eOJ7R˧^%tХrH̆ !M -U"<iS\Qggq11 +x\Ko$Wq}MՎɉ +3K2*ԧ&ߏz,s!O\rr^֏ǡŀsjȗ>\Q051Q{Jvu$\UVƭkgd< Oz VcrxB#!~RI\e=:q6ZiuWZǬ&+*a㋷ßҟ<T̟3}yriR{1(mךD1`NqL
uW!b5P[}ttaNf}J1mzWaB +JKr]ŇPQ<A*՞p'6L˶*,S_d$deGlz'61yy)[ ,:Nk2qm$JL7kAf6 v6_"¶qLZY78. 6V6~l)Ȣ/{(^ Drߊf_֣0´FN7zHL
N+ROU>]ΛKmj~5ˏ
SiTjR [)9!r6NNc.S#.mzn#!tsΙ")7yBޣ7π6Üne,M&_J&LdOċF;B(>ڐhT鄄&G$62iаu6ƪ̂7Crhn#tBMiFgӞ/0O0Y]EUh82ӔT":U-Bu(w2E^ġVi5McC)ci3QMD"AP(zbMYL>3#:8[rXkJaÆ6qXbq8W-J0Bw-n6o9trۉ䎜Ľ-܊/ܴ:j;Jd
9 ~loT g yģ\;b%2 +=4GOX(ycv^0.fAw%Aog=o%blAfd;y 9thTD 9:l 9pӉPMiv +u\#PFDa+~HNBGSSo.T+)҅&K 1KV +z@k*%OP+{0cQUi
!3-+Q_tGŚsmb[7 +3}XEha@hX%b܌!3:c8cAmc$(Vco9l%ծF4<d0tWAІaֆuzuoeA:,E' +3ANf\0a+ endstream endobj -813 0 obj -<< /Type /Page /Contents 814 0 R /Resources 812 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 794 0 R >> +903 0 obj +<< /Type /Page /Contents 904 0 R /Resources 902 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 885 0 R >> endobj -815 0 obj -<< /D [ 813 0 R /XYZ 69.866 801.979 null ] >> +905 0 obj +<< /D [ 903 0 R /XYZ 69.866 801.979 null ] >> endobj -142 0 obj -<< /D [ 813 0 R /XYZ 70.866 678.625 null ] >> +146 0 obj +<< /D [ 903 0 R /XYZ 70.866 678.625 null ] >> endobj -812 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F42 702 0 R /F55 684 0 R /F34 565 0 R /F48 568 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +902 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R /F48 640 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> endobj -818 0 obj +908 0 obj << /Filter /FlateDecode /Length 4425 >> stream -x]K
ﯘuC*ViTD7ۧ$N\K~ +x]K
ﯘuC*ViTD7ۧ$N\K~ I h55du4'b[;*Z(FLTq%<h&{۴O!W:8)F\;Uu5{OztȅYzܐH,*u _-Y @@ -2392,58 +2598,62 @@ gY1z S*>kuҵ"@Id
٩7VBRR3'z,Bі,4m \5\:ِ9J*T6=}C@W`ZA/keۿ蘪MH,>$J$aZ!50Lp^W<q6FfjNd#$ό80'Bg:!c*dqT]qKNJ"JZI
{sE8)j犌,e,R$`U[,2όfkEiETD@43RSs[FoN^: -GPd`dNI'C(7[h)V,뼵pKJ^˝:]":j68#ngk'W3pJm /40%4a$|;d7=(]E˅r5{^XUX`݁#cuCіp0euiCZZAcFfm7t;\1CCH;M
F|i+F=FN*n^M[g\Ghr8'3Cb9C?Վ-NM[pe`.BCuPl˜p53BZn -"mZ~giy <mdB`PZvgr阮1wʭ}Qz+r:eQ:Pmйf,j]}XkErNTHOHN(+Њ<>o*F+U519z7+)ڠJ;'$Z;~ 5SB}ǺZU`o9(.xTaꙩ(sdX\Lh5%)n}b{i9{֊v+D!q{CXr@㉪wRߨ*2\+R?b>EƨRI\jW1܇!&f IIo%5KMק ѐА
/p
3å3-^=8\%D4W7<w
-旼y~4[$յ +"mZ~giy <mdB`PZvgr阮1wʭ}Qz+r:eQ:Pmйf,j]}XkErNTHOHN(+Њ<>o*F+U519z7+)ڠJ;'$Z;~ 5SB}ǺZU`o9(.xTaꙩ(sdX\Lh5%)n}b{i9{֊v+D!q{CXr@㉪wRߨ*2\+R?b>EƨRI\jW1܇!&f IIo%5KMק ѐА
/p
3å3-^=8\%D4W7<w
-旼y~4[$յ 8? endstream endobj -817 0 obj -<< /Type /Page /Contents 818 0 R /Resources 816 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 794 0 R >> +907 0 obj +<< /Type /Page /Contents 908 0 R /Resources 906 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 885 0 R >> endobj -819 0 obj -<< /D [ 817 0 R /XYZ 69.866 801.979 null ] >> +909 0 obj +<< /D [ 907 0 R /XYZ 69.866 801.979 null ] >> endobj -146 0 obj -<< /D [ 817 0 R /XYZ 70.866 382.685 null ] >> +150 0 obj +<< /D [ 907 0 R /XYZ 70.866 382.685 null ] >> endobj -816 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F36 685 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +906 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F36 775 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -822 0 obj -<< /Filter /FlateDecode /Length 4168 >> +912 0 obj +<< /Filter /FlateDecode /Length 4166 >> stream -x]M
c|XY5UnUٛ˧$vRK~ +x]M
c|XY5UnUٛ˧$vRK~ ;'_OE[IX3<iCHWR( >N]ό]a gO;Zm0_EBÃ|^g>EBΘ{Op|/}M}%[%ߌ*n@FcMTĵSDg*BP X_x+eڢx̧̉|xf'yv6ꦃP&Y3ɘ%F'#k6QaÑ~Óp_MTycau%/\_&QY4xL.LCgMrx&aB -alZ2҄-qYHtuVy3/wE 4:%a -髿-)%"C zMl}9NTf";xS)C#LRufog5m.ƼӇgLA@-zjnppOJK-4iokۂ\mRPn)DƛU6wݖ?uzN8yq]
<ZF@pm6=_.m8ȿo_8UFaáD$yA(g[VHQpXĨw7HXw$BY3n`ά-ƽtpt= -)# *h5xF˞4of/3\BKgZ%Y.\Pࡔ-wz%ZuFdkwXm̨F=E0fO6Ȑ#Kl -C>3̢9`gL
a^mzmkɞR')z -vjd -(6k Ѐxd -8SCci" @|GV^r1tbbA.ż9a1HM`;(TkqVRC>@B#gn5k.VzhUq< ?H]X/<qJTH$*Rd۹c4K>"zj'XT]އLVBRȍ;:nIfOEV%QD,&L^ƭ -m]rQ`EA$T*1)_2 -=(B0>Dy=,nj>SAoW }4obnd"u{3dcKxLgD,gLKfAb]݊xqb(0t`D.Wv{͒ySk^dؑưVwo=Cojoe{6)vz;BN$q.{Fn ,nVRbUKKqiĺY9 -R.ѥ -sǶtXހma[:mՐ8'3-*Gg8Σt!A9D݇Mry+^sͩct:A'9CqеVvЇxb⠇mq-9wa⠻ض8H}*}Ξb|}2^z˛=U~xF +alZ2҄-qYHtuVy3/wE 4:%a +$B-IaUN-oIj[eۊlsm[`ige?moQV+0:ȿ&1OxnZet&;ADr1x"y5yh4X +Š[<L*pj }xxA"u=bKN +?'p.Rmzm-BjR[1!%jT)FRП~ɵN"q.ߎ(i{Zo2^^7,OY Hi͖Oߵ-n-tNVjGPMQT0tBFrgB!EPC))|P.h%-27Xm +lͧ +?lBVQ^ZTgZOGːĜؑ]w-y{Ss£DLb60Yf۱q 3x +2(e
demśF~4x[۩}ؖ}lC +CZq2NBM +FoR
XwL35d@; *" +jTduZ>EObbqjeZV%f\t[NB%̬R9Ź,{ ۏKim"x5]R(0Җ)M~PR()f ЯRؔ& rVHUo6쿖4bC·Ǔm + [$9rY汋VnTJ)d9dp%`ʥK j@wR8j5oǥXa0w24QIq?d#%<Q}GDZ97pG26}}kTg}V'yBsNJ;r=r}-r[=$
v싉.ix +Wy(@@/MQH۳TE +@L>#UZndVĢ\5yN5(;msOϕ;WdxRL&pE1ƅ b}DbVu{O1Zܐ?4mQ.bC=mܰ3x.ëIkZF 5E7" +auhib9<?T:1\Ks' +pHbtu7!8Zf`MlWçc.76NolaC#7C.ذٻVJ=*I%Sf$;)(3^yaT;dY.F7ύ
L$L/A^G3W
X9DUGj3Ա*])ӣ
?:V endstream endobj -821 0 obj -<< /Type /Page /Contents 822 0 R /Resources 820 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 794 0 R >> +911 0 obj +<< /Type /Page /Contents 912 0 R /Resources 910 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 885 0 R >> endobj -823 0 obj -<< /D [ 821 0 R /XYZ 69.866 801.979 null ] >> +913 0 obj +<< /D [ 911 0 R /XYZ 69.866 801.979 null ] >> endobj -150 0 obj -<< /D [ 821 0 R /XYZ 70.866 618.78 null ] >> +154 0 obj +<< /D [ 911 0 R /XYZ 70.866 618.78 null ] >> endobj -820 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F42 702 0 R /F55 684 0 R /F34 565 0 R /F48 568 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +910 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R /F48 640 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> endobj -826 0 obj +916 0 obj << /Filter /FlateDecode /Length 5450 >> stream x]ˎ%9nW̢eIh0YYe`v{7cp/<I7x7|U:<$/o|V>N;_|"8! -~}g)R7)-H_ +~}g)R7)-H_ U/?)BE5V0P^~"^VjrLg\;>ZIF
Az %PC6z BZh%tZ[]8ҝ@ @@ -2459,68 +2669,63 @@ G1!huWC%ꎺz4l9P(a|))Z 4"80x1vrcW* 8u 2:_<(^ 'EڿKmzz(g䶲Bj$w פWP04P*h.@8JoC\ш*<J"XL>|eOfi}<dհ`Jh<~d۔O<lS\ğCḄZ!nZ
L"f%Wh8#Rw뺗Qẑ+\mFp36\ -WdzCh)qԎkJD(Kse۲lOϊWTWvokŁ@-56Yީlwל2MAQNgvS:]BP?Ӹ)o iٓxAF7/Z_Ca,Z}>,;mz7gd*_MAO: +WdzCh)qԎkJD(Kse۲lOϊWTWvokŁ@-56Yީlwל2MAQNgvS:]BP?Ӹ)o iٓxAF7/Z_Ca,Z}>,;mz7gd*_MAO3C: endstream endobj -825 0 obj -<< /Type /Page /Contents 826 0 R /Resources 824 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 794 0 R >> +915 0 obj +<< /Type /Page /Contents 916 0 R /Resources 914 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 885 0 R >> endobj -827 0 obj -<< /D [ 825 0 R /XYZ 69.866 801.979 null ] >> +917 0 obj +<< /D [ 915 0 R /XYZ 69.866 801.979 null ] >> endobj -824 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F37 717 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +914 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -830 0 obj +920 0 obj << /Filter /FlateDecode /Length 3021 >> stream -x\M#ϯ04YN +x\M#ϯ04YN C9hp>1tqE )\,.ѐ2PDlQf(3b~̟qb1;]1vqE^׆n`Wnpui}pԳ8b` W?53Z
V|crpʌXqGPk֢SiW9bCZWyTs<`Ul[%\y.˭荓Xh}ܸsɰKy5F{R4X"N+L]+
!M@^ܻe
/$\f![RiAZU8&X)m=3:S{5ˬgkm:
umx9 ^b):`V<
'AV1VNZӾ6BSd"*6*mt[FK}b#һ
FGb#֯Sl$&6:$Fd/6*QtnUFDl$&f/vF_슍52ѧti>Zo̿r"ӿ d&zXDҵ#jL$p
3q -wŘ)_;3'#eŅNUqtQqPvIΊb#(g=qԯDNLt`d) +wŘ)_;3'#eŅNUqtQqPvIΊb#(g=qԯDNLt`dMg endstream endobj -829 0 obj -<< /Type /Page /Contents 830 0 R /Resources 828 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 794 0 R >> +919 0 obj +<< /Type /Page /Contents 920 0 R /Resources 918 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 885 0 R >> endobj -831 0 obj -<< /D [ 829 0 R /XYZ 69.866 801.979 null ] >> +921 0 obj +<< /D [ 919 0 R /XYZ 69.866 801.979 null ] >> endobj -154 0 obj -<< /D [ 829 0 R /XYZ 70.866 771.024 null ] >> +158 0 obj +<< /D [ 919 0 R /XYZ 70.866 771.024 null ] >> endobj -828 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F34 565 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F37 717 0 R /F40 785 0 R >> /ProcSet [ /PDF /Text ] >> +918 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -834 0 obj -<< /Filter /FlateDecode /Length 2644 >> +924 0 obj +<< /Filter /FlateDecode /Length 2643 >> stream x\Mϯq1vc7ofI(JbIݢЫd_?zuNw=]>?.Й/Ot*8F~pڒ._?p -/eֆr~)oϟOn57 Sj'P{
ղ`1^֢5$XV*玆\0; $ϘJX(earz^3%?5<v(?\/%Pzc>NrߔuV -(T[J.й=l4(gcm?oq訌b!P2mBx&逗3?Lөfr,G[F -+n_t -&. -aX^}İü;dV+w%0= qYu9(*RsLL@sHHֆ{ƿdvȻ2Q$L#%ryYI%t3'u+Uۏt ־1J=.q~659XCsh(yAqygK?[ZM`T)rf<"ylʹN|
3cH4,Xdoڡ嵿_?/e<X{[0(>th=g'^`o0
'@<T6r:lI쀾CHW0'WH- -cvF.@eWNh{Ҫx'gZ ^zIp{u<Oi{pPv[x8Ÿ0!2ۃ"w=!o`Bn -N;Y_҂GuJVmL -ucԢƔ 9&#@sHB
=4,L?:ߘ
>^=jn$]/-Wt[ޘ$B&xI -C.yArqǻSϩVJ1K -ʥm9(?XR.Cce'Z6KJ"c:Bhx:;T -GxUz2Pf`32G2U~!? +/eֆr~)oϟOn57 Sj'P{
ղ`1^֢5$XV*玆\0; $ϘJX(earz^3%?5<v(?\/%Pzc>NrߔuV +iz0Xw/GePҔNbwrm>t@rnKkyB"ȸFUZdgŽOV9xnBFEsO6m88^Npwɓ ^^4MD>|tPnHc["t/{»Dd>jeXn%7qrYΕae
v^,
o9cNΕ +ўuÍA)*>KPR"tLP6sHP +K
],(A)a={ib[F^Nޕc0'encXu.砨oJ11!!YzlD5!Dyw,d3{g%tFV+͜%Tm?%j[Ƽë+4@bpdc9"HO!IN7ő{yC-yl +ku6eQ1ʙt2H{):r6!G+oӰ`kn~3?OC(Nw`yoðҡpEx~4nPU8Ffi,'ѳrK#]4 +KۏNh81UBN=Z)iĤ/!+(FڶAs\4`I~F6~9j}P/?(@xpNYFBP?+BzW]AːB!(r2Į2WerG endstream endobj -833 0 obj -<< /Type /Page /Contents 834 0 R /Resources 832 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 836 0 R >> +923 0 obj +<< /Type /Page /Contents 924 0 R /Resources 922 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 926 0 R >> endobj -835 0 obj -<< /D [ 833 0 R /XYZ 69.866 801.979 null ] >> +925 0 obj +<< /D [ 923 0 R /XYZ 69.866 801.979 null ] >> endobj -832 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F37 717 0 R /F40 785 0 R >> /ProcSet [ /PDF /Text ] >> +922 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F37 793 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -839 0 obj +929 0 obj << /Filter /FlateDecode /Length 1890 >> stream xZ;$5WtkrlKwnȀNxH\ @@ -2532,209 +2737,228 @@ xZ;$5WtkrlKwnȀNxH\ ad)[U9Pz}]LngN
ApaHY0d,ݕCIr;rל-~(%a()Z6iToeQ
Pڽ\ŮjKW0SäZLKi$B¯Kjd7Z=%WiA%^-A/k FM6/,K`@w6%p)y;-&dwATznқ endstream endobj -838 0 obj -<< /Type /Page /Contents 839 0 R /Resources 837 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 836 0 R >> -endobj -840 0 obj -<< /D [ 838 0 R /XYZ 69.866 801.979 null ] >> +928 0 obj +<< /Type /Page /Contents 929 0 R /Resources 927 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 926 0 R >> endobj -158 0 obj -<< /D [ 838 0 R /XYZ 70.866 771.024 null ] >> +930 0 obj +<< /D [ 928 0 R /XYZ 69.866 801.979 null ] >> endobj 162 0 obj -<< /D [ 838 0 R /XYZ 70.866 582.486 null ] >> +<< /D [ 928 0 R /XYZ 70.866 771.024 null ] >> endobj 166 0 obj -<< /D [ 838 0 R /XYZ 70.866 180.302 null ] >> +<< /D [ 928 0 R /XYZ 70.866 582.486 null ] >> endobj -837 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F55 684 0 R /F42 702 0 R /F50 614 0 R >> /ProcSet [ /PDF /Text ] >> +170 0 obj +<< /D [ 928 0 R /XYZ 70.866 180.302 null ] >> endobj -843 0 obj +927 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F55 774 0 R /F42 792 0 R /F50 687 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +933 0 obj << /Filter /FlateDecode /Length 3986 >> stream x\Ko$ﯘ U' Y!q@|/&I[# -]|J#OZ%]?w{f7x=1{!ϑ1*2ΝGn*ӎ.;7ʂQvE^gHi^́qjL7Z=7;^AOfTDٲ\o<7ab[Y>sw\!cE`^c(f'wBŋMNh }vMiq.Q1]XF:BǑ;BG}w9۸KJ vt&jzJf-9|#wJ5Qvb? |*432 +]|J#OZ%]?w{f7x=1{!%̑1*2ΝGn*ӎ.;7ʂQvE^gHi^́qjL7Z=7;^AOfTDٲ\o<7ab[Y>sw\!cE`^c(f'wBŋMNh }vMiq.Q1]XF:BǑ;BG}w9۸KJ vt&jzJf-9|#wJ5Qvb? |*432 Jf?%Ңj `'ܼuLMG*
`!Hl^k?1g!zxC_glըм"oB>uj<p1I'sTwI˫Jp3M,Mm^۬!Rkȭv2X (0PH7ȷ+=sYS*qjS
bGpduh
i g+fe^h]hl30YX Fkjћ"v .C -uqTi[
d*vOyCȊ -c,2a·f#TS-sI -}d_m9(xi;w,Eqp))}mNEr)
3.Ouga@;1zty) 5|l9fiB$YdZ=әLxƚ "&q2V( -YoL4ĥaf׳P}1Gr3g-KK%;13Ly&VA{"#x-Q(r;4A73t9L)!&;M/ND>3@_ XGw6챎ԚYT2gcvoqr5ޱOc}6w>,U:y.9)#m2%/&G*拁8ź;9-n (juUYh_bפFCMo=gZ5~YEUxHAV,3ikGsֶӗH*N4ZkKͭ0&oK=Yg -Tz3G!<gM\$tH0+_';Md?f8mYh.۰vS.[I1W;㾙 Cl%ڷ'@C+м;tM#z,Z$Dz)uMQ0;5 --W{2+1pET5X,<&l\FSڪR
Js`Ĝ#e= -r_A"D)a5f"gW7ck8e`=(@bxɨ9T &8CYz`ޕ]yP[E/2^pH/8,7L&"w=AOf*p!/ii1bd
l8(SUݷ<\:7nbJ7v&X"~[ )MM$b;KC@]e+GrBvȵ< -06blrc@n% t2CW3Ǖ/KnчκsMC=jsov׳>Y{Ds5@
c(xᖝNfT~YwC1EC|31 - -ם(q:ub+tԟ -x%>dcvܒSM6Sn_cg>dxPr#$NTpek0V]bx3+0}
dGa,Ƀf$$~Bly;Cup +uqTi[
d*vOyCȊ +Ćdr}N`Q<]PP*2D96H(4RL)[>+Y}\İxNJYe:2W +:F'Z蛓`fK.L9-q=إ~Ȉ
r{W0SpIh9gDKڻ~=qYnAZbD1 uOx&!'Vӄ;TilԉtP\RqE{%w +0&lגh֑z +b1%ASR,ۜR,g]#2ÀvcOSF7Gk2sӄI:ȴz36 +5EMF!+d֭(ٕQ%88LiK)^+bg;EcΗg2Z -JvZcf^=̛ۙ:M`ZACEF;0E:Z$Q4viH>1iof<)iot3$'s9!d%kSBM9w^&Ʌ}1!g8챎3lc۩57=_?1d4Z kcmџ|m\}'Xuwue\rhSFdX#??}/JݭK_skMT;13
xc7puw2s>[h@PhQZ0HhоcŮIʇV{ΐO-k8𐂬Xf, +m0/uvUd9h@֖8[aNMޖ8{'g&f2t]RCryΚIHaWO<7w~p۲L\6aze 7\νå;뷒ac'v<K}3'@JoOVywLG2XHMeS꒛44a9v^k +%)AҴz*Ԍ;]q<[SЦV4F>=>@6R˺k\mR`Ei_,eqD,NԱnli
Glgg_"qRϭ(rbKK?yY{"nf< t;jF 1al:0R-D#)(s@W2ٍPz<"FF{v:i9ywstgzƳ|NCn3q0>!vAige2֣Q_TaLJ<DĿ_Y#1 m~dvXx}3nI8 &!40B9bzQQwW #*g!.HaUBTaBxVH0^R9y:#[<eVbDzsj$Yr%y'LV(2XU3v\n9GzzeZdg
nN6$ax1V$HT2WK%c߄NK{2m-nHȌB;ǖq Q[q).j*GI5=?ĭv*?e_/j8<cCER~#:".kD(ή*nX5xpv˪({P"QOst@Lq +'fhl8m endstream endobj -842 0 obj -<< /Type /Page /Contents 843 0 R /Resources 841 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 836 0 R >> +932 0 obj +<< /Type /Page /Contents 933 0 R /Resources 931 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 926 0 R >> endobj -844 0 obj -<< /D [ 842 0 R /XYZ 69.866 801.979 null ] >> +934 0 obj +<< /D [ 932 0 R /XYZ 69.866 801.979 null ] >> endobj -170 0 obj -<< /D [ 842 0 R /XYZ 70.866 521.275 null ] >> +174 0 obj +<< /D [ 932 0 R /XYZ 70.866 521.275 null ] >> endobj -841 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F36 685 0 R /F37 717 0 R /F42 702 0 R /F39 845 0 R /F55 684 0 R /F48 568 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +931 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F36 775 0 R /F37 793 0 R /F42 792 0 R /F39 935 0 R /F55 774 0 R /F48 640 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -848 0 obj -<< /Filter /FlateDecode /Length 3834 >> +938 0 obj +<< /Filter /FlateDecode /Length 3833 >> stream -x\;$WL(GX,Pf2Im|lnvȀiŏfo_s4^>$~Ùbcϗ98s.+ɹ]o/Ff_>coqyO~ߧg"QO?xR̈ {ZsD@(&NR[I<aP/~~+t*J_??3!w<1ڽS maBY @!>B +x\;$WL(GX,Pf2Im|lnvȀiŏfo_s4^>$~Ùbcϗ98s.+ɹ]o/Ff_>coqyO~ߧg"QO?xR {ZsD@(&NR[I<aP/~~+t*J_??3!w<1ڽS maBY @!>B f]QEa||=ȓ/`軼O3co3$ di.DVc
&27۽Y :yJv4IU*fIAҔ~Rk%KB"z^+ľڣPQ1;Z%WO#w=wZzR{6aX=-5R!LodB<5Nzi( փ)}%ƭ9[2$(z }y[HmZ!m^=똥[%jڼ;t
% r/)6X): 2p 2B.졑ח=,g<.0Iq@e~ -"wx#)ܻ blebOL?FN
ݨ
.L9$
:$YJom63[VuCx$4Ǭ/
3k++6,A96H1U;k#D.\QٙjO爫$&8S5μ;{"?Γ 巿]~
Rp&Q@ҪcMRc!)r7͠d)&o?n(n
}pq
ED0.A2il6m+ -/?<g?ֽ;U)٤+]JhQ٪W0({)gAъ)6JH3L!>E٨Rwd H%29 -F!$mDU+pڈPB?410`TNF;4$[Y#
;kIMI585D֨X֨YY#QVô~0mT'0 qER.
%%`]:۞ˎHdl$;"kA7lX&IvO͂{k𑲎Tg3!%̢;![E˷Y<Erfи\v9f* -K]<GUY"
-2'>EeHXq{5qZ9|lN=ů `-G9V*Y:X*
R[J.J6$ɭ -l[-T:Z5[(7X֊l%Z\-T˨*NdO# -M"[9OAP+mV{So #|am [_t߶
*e|mՋnYw&BI;R`<e2^*g]\~Pxz"m?zeߐS,,~!y;jwx713^5:haSK'0HhVy I"H4/@WR |Z1 $N B7AIZv{D&,t8eiNE*Jq821w}=O3?0AJkk_Q7E"U7D|BߺEi2_'f5=p#5I[!I}k9r{w!f.Gۿ@B -hH>t$?(5q -lLa2aʅ8гz@aq6=PLI.@U8<k
FD1HƧS|v4)
utmv˷|/$|]aaVKOH|]l[zZjGN*¶T+ohgVT$WAjv8f9]Y -WTvopҽo{pХh;ZCCW& S"anqt`bRS-C4ؒ=qtCIRc&GVE ]7'Π,c -p` ֍ګC}=iS|bvu4;hI;.&ZgI"3$+{eavNw[2 - -bH ]_#1A2';Mht.F].?g>
K^0qHW*<_7 }2o?&NgzSёq6#D. +"wx#)ܻ blebOL?FN
ݨ
.L9$
:$YJom63[VuCx$4Ǭ/
3k++6,A96H1U;k#D.\QٙjO爫$&8S5μ;{"?Γ 巿]~
Rp&Q@ҪcMRc!)r7͠d&PX=!X&lE-!`\8dؾwmVt_\gyt~{%v^SܳI1VѢU`iQFES\'ς#Sm0;'fC}Q!A@K dN9r!d:ޑU
è=*BcBZj;B=FD:`=6"ȫ멘eƵPĻKi/Gd9( 42Ce3Iڈ,Vv~ǁibaJMqnqd$wWiI\FwH\=8kTSq0kQCQGFFi#{i#aڨO<%aM㔋\JJʅtj+=IvDׂo4E7$6M7l[" *0#efbC6KE#v<ICķloyX7͔q&sT!
2EKDj2|fX6ĔK뿃d"
\GXB2N{AEmmPVఛ$&X[ݚp9w:C8bbb+yiD'|<NSgs|c~~<! PP</H.yJ,6GմDE'~_a'.kY`vȪϪ9bU'O_ERٌ5["Rӓ7uYحEhg +UHD
p 2p-4%SA%]mMmȋFwЋi;Fއ0w۱~vB <@>l0ךeSʻ9|K¯!.yvx3D|dNJ5=}J3Б'VY*j?li!$s8{8'_A:Z*ُrTnuTf\,lH=[ضZtkPoF}%y_laK"[is*QU +o>8|Gh/REිs +;dCWVۮ@F*lA6s-m)U +~D˾!XXZPCNcvԎOncfjtЊ +&;N(a6&[>&@ =4GD)h.V$ +@2`OBM!Y9-'pp78T88eqXeb$+z=g<`J= nDUG!'nu=udOjz:K;iGd?Nk }Ch~q"rڿlBܫ\# +?D +H> +'LёCCŴ̫̔\>uyw+3E&HQ7dL9C:;ՙ ]4TePq`gl@{vY\`qxפ;t-č0b0(OSuhS>*^۞o_H +᭖ͧ7ʩٶD>εԎ.WUmV$άط=H착qr3l5.y%ߨ᪥{(BKp 8w<M@4~DĐHb'[h%{L/V@^~oNAY( +fvŇ[Gww<Ԓ>L&-}l S)LO7,&΅)HW{~-$z,ӦTh4wB7ъZw\L9,&EgIV8d7˜#hYrd +l"@-['4D@Gw{͙KxcjRw5?ފGrNs
mwj0d +bFȷƤLhz, +)2p +i!5Kp- njS(:Ee g2Կ0T8`+}ϗSR=?`.܊Ƒ$fҼr GxSdAms(r~υwuU7хJ5<#<c,FK?,>¾
1<i;#)(G +=6c>ج[Ŧ6@RFbdl])Ow?<]\6]v-k]\>}tbwaґUyl)onSAdޖIM6-6#〯mџG)2?\ endstream endobj -847 0 obj -<< /Type /Page /Contents 848 0 R /Resources 846 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 836 0 R >> +937 0 obj +<< /Type /Page /Contents 938 0 R /Resources 936 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 926 0 R >> endobj -849 0 obj -<< /D [ 847 0 R /XYZ 69.866 801.979 null ] >> +939 0 obj +<< /D [ 937 0 R /XYZ 69.866 801.979 null ] >> endobj -174 0 obj -<< /D [ 847 0 R /XYZ 70.866 164.025 null ] >> +178 0 obj +<< /D [ 937 0 R /XYZ 70.866 164.025 null ] >> endobj -846 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F37 717 0 R /F36 685 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +936 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F36 775 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -852 0 obj -<< /Filter /FlateDecode /Length 2504 >> +942 0 obj +<< /Filter /FlateDecode /Length 2505 >> stream x[Kܸ
ϯ1>! -u>D55}Z[vHD3|.|e7i|~(=(X{ˏ/ACjcAo[[Y<w5~?ckg,)kO>ie?(S,[ [QLk,&KrrE[ (d3MGӿ?l -pgoM9^Q(5qY}{-
q8{YHX# Shc5螅f9q5GіxYG^Q&2Ga%)%%8D
o)èRD!T--]@H -Tٙ9t4ЈKЂHK -YV~Li@%(ڝ[҇rRHLs,4iLiwDZz)J2=)%JdlϜ0o - > rW]V#Cj{,ח _&D]a;E -IZ!vӷl$7]C@FrSuQEV˹QX~iC\>ebAbJ=f*ގCHkV@\-<ٺXHhX`+@kxk`vs<j]&a9K`!&aA@
bI9;&hwN ߂Qpe(,Nj{R@@qҚi>-IC,of;jBggl⹁2wwag_g%)cY<!axrDF=4tsuF-4iE=]14ʾ~رR2c;#Ʌ; -FʆYIH ?bPj+FY+r͗䖕)tlG.0b7rTo'+'1 -+8/.6zgwY#.EGN7y3vI -{{QQzC@gױj`vy4UezwOӮ$Jk$o?^F_ӂ=ﮯg~쏲'בKے<TCyYg`gFr[JG)YL5'362Z4`#ޞth'jr-YR|%y@tcE:V +u>D55}Z[vHD3|.|e7i|~(=(X{ˏ%,ACjcAo[[Y<w5~?ckg,)kO>ie?(S,[ [QLk,&KrrE[ (Oe +Es9S۞y Ai +ׁ\yY?F_GFHڄ&(nТqϳa_Z +HSt + ȒaOvf/NG")nqoY +q οk!^|It;{
Ǜ}qpfiwPn ͙jֹqNӤto(`Jl픏x$ +v3 +|ua$ +Mv7bXڝ > +M5zͽZūp8WVxVX;5m[} =Iˇ?b=(ȷrEG"=o]ǪaTY.zdfh]y?Mr@w*n
zI:mO jz?ʞp_G.mKNlR
~\dUփ)})okGL+qBh|{d2G@,ĎtkӀz{26oС;=$gMH=9ҍ9Hz\[3#tREތvb|*}y֣xk|JəsWJ<Ó_BzܑN.:uQv[@h\pzHg-"5Ok[,̳ endstream endobj -851 0 obj -<< /Type /Page /Contents 852 0 R /Resources 850 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 836 0 R >> -endobj -853 0 obj -<< /D [ 851 0 R /XYZ 69.866 801.979 null ] >> +941 0 obj +<< /Type /Page /Contents 942 0 R /Resources 940 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 926 0 R >> endobj -178 0 obj -<< /D [ 851 0 R /XYZ 70.866 639.223 null ] >> +943 0 obj +<< /D [ 941 0 R /XYZ 69.866 801.979 null ] >> endobj 182 0 obj -<< /D [ 851 0 R /XYZ 70.866 379.216 null ] >> +<< /D [ 941 0 R /XYZ 70.866 639.223 null ] >> endobj -850 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F34 565 0 R /F37 717 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +186 0 obj +<< /D [ 941 0 R /XYZ 70.866 379.216 null ] >> endobj -856 0 obj -<< /Filter /FlateDecode /Length 3073 >> -stream -x\MoW1{0dUdn=%d!{O)J"%}Z"_(>ÏOQEg`}2'UpCT/N|~hm&nO -YZ%y=DJqcLOhb1H*&cLMBi-~4j哉o]zK"38B|?]5#|o1Wݕm[TZfn -~-|Ŗ&RT }}'PW~(U%q~BQ秺OWĽ;%KiC mZTA$*O9Οe@01UNBaV^bHF
Nbr -^ -yC>\V*?!M\CXhmP!]<6,p,U,4P#֊2K<",WN"˶o/K#ogîg5f(YnG~AF-ږ23 ڍ~A]cGQƸdH -ˤ\;vv]a&IXMS,L}MEYmTl1&<Fle]UöVXTxGl41&K;cDsnJ;p_y3ރ{n^ƶb-7cĄ̂bbM5¶Al)[61?-ٶmVYe|_lJ'FoQڊCySo_yi3muLrF+[Uۅ3z)XfiNNc&97RBzC!0X5~
:T!\oJ媗Kh:9̩Bo~
&Ԉwɋqo4 -]W*DO@@L!Xq92;1 HA8;syxobNB
$k8os{ps-\AbfbM&؝tp3%ۃ<+czaHɛc$l5@آiABƛ^#i[#x7a=]K <Bzm.l+ cag¶7m]-l#-8{L1,0չJ*~"wvr/"p_W'sO35`
\Dh%[" y]:$okpGJzYX`poJ:8j`Sڑs"eu*zLi:HXLX nQSځq8ڃ{]P/Cvq<SM6G+8?uL6Փ(G_ͬ@/<Ui;X
Iq?g T+aʴ( -=Je=ޭf@cz-6O; -ʼuGWCjkQ&-k*~dž47TAQ`U`f;^蘻S,Es5ʾ*U^Pc3]VLJ96@ۣW۽VN>H%\(ӒPյ>(}]o7=)SQԴxdtvR7z-X+i$-LNf8MꝪJ7KK,[%rGjyݣ40²gjp/FY<!hoÕ?;VeV}|<]MʞxV--О-[甄|;%!s=>$!N)NIIAf!
Urf#(uO)hx\rQ`kt>tlOzeX\ifUwtLC~&&h4d&62
zRlҶn8YpԺwR+8zJπPMe]T1i2{hWK#Mj -9dyg3
f>QƤk|phDb.
k:l4鲑Z*lt!E+ͭ,',`% +940 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R /F37 793 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +946 0 obj +<< /Filter /FlateDecode /Length 3072 >> +stream +x\MoW1{0dUdn=%d!{O)J"%}Z"_(>ÏOQEg`}2'UpCT/N|~hm&nO +YZ%y=DJqcLOhb1H*&cLMBi-~4?'
ߺDf0cq)!ǧ1.ޕ,<Yk1G#b+۶R
͵Z*oZ/V'[-M6AVO",5PNTKpOut{w"hK҆tMHUr&x?9
ˀvab¬4NL
9ZA!ۇz<v)w0t_ip +@q[t83*>|N%3VҜ@>8*ΐej #xY}TXC6ʱ,BupCXx +mXYbXniG+e,
-^xD,Y&Ưb폥#fEm'8 +_|uiG& +]4jQL_<1`K[ + -e9g@H*ƪq]6f+Ivyd°MdXʕlʳ #eۨvcMly45<ԙ6)lpm˭6iϣcMwƶ ݔvf:Bm7OĶ[,oƶ wŀŶdkX߅m1_vSڑɷmb~f[mooad|M62O&vfRw6*M&3V +k|gSlҜv6Mrnz/~VC`I=hktB<X n6Y94+U/C5kѾu.rSj+:#LH-=i.ԕ;jUi@BrdvchAܑ(qFw, Ĝ:H5'p,^'Z橃\wL;fUEKyWP
<A57 .:H6Bk8?Eӂ7Fb3BG|Sa,0n9z8@x.a;/Ba +ΛETJ2<umP/0@'A܊h
q8j^G-χQ(xGlJ;2Vp~ +/GiFaHeT3>nNiE_ƍxB-߆+ +w(f'ʬa&<y<@=>Z +9̵6:TuBzRWٍ[YNX2J$= endstream endobj -855 0 obj -<< /Type /Page /Contents 856 0 R /Resources 854 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 836 0 R >> +945 0 obj +<< /Type /Page /Contents 946 0 R /Resources 944 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 926 0 R >> endobj -857 0 obj -<< /D [ 855 0 R /XYZ 69.866 801.979 null ] >> +947 0 obj +<< /D [ 945 0 R /XYZ 69.866 801.979 null ] >> endobj -186 0 obj -<< /D [ 855 0 R /XYZ 70.866 254.766 null ] >> +190 0 obj +<< /D [ 945 0 R /XYZ 70.866 254.766 null ] >> endobj -854 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F36 685 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +944 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F36 775 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -860 0 obj -<< /Filter /FlateDecode /Length 4105 >> -stream -x]K
c|X -7:>uUv"5^NeJa3`+W0Z)T$'dB.ے -(-zn@NcHYK9ՠm:4 -w"V3
5䬺H;;e:l83ƲqJ;[ͨ#oڡ~yg5sҮĖi -r̈́0/G
hJYUW=-l1gڛJo{2oiWka7XlFD塧ܥi0&tzXLo-#wlݐ̚Y?'_yj ^D吒r!T:#ruXEFD$.\Zfdjava9`eՂqXLi.g2_sȉ9欄wxbȩn*8];|ـ^`H
\&k\[>rѝ@ c0h
H)@'G`!p~YYeי527@8koj@
1J@} -K4c9!*i)_A3?`<{"Cw:-(Ȉ8H#0V%\ 8jDUWsx{I -Z6^^݈FZEz\҂_M\j!
.xSUz
*bMoxDCCr4FrcDh7Vs5JaMU-5 @~Ć}{#; v,QPP!.!+&cǞВޞ>;C>VÇ\<=㣇"ۯ <4˙qlPERoC<>uh!CĻJhg<ܑX]h̡o9s؊ȡ4eȡ^d{hAapCu箢#CRK!'?>th?="7u'<7ӫln*T: 0;բE7ZH'݈S9a|:^7ӕG:`ӄ߀ 'x@fA\:d"ki`#h}B|')Ѐ:JuAUy[Ih8 4bn(jPU3 -Jgmt %LlAs62oBz56b5PUUhe"٘6TKA*?N5-uri=N/c2q^F_LlsiKǐu>MnDp6;N5>0t3^k;j&v_7 m1<fAf d:e<!M
M#F5=ࡱeb9uZrH +950 0 obj +<< /Filter /FlateDecode /Length 4104 >> +stream +x]K
c|X +NԖKGNq:!WySbfUv;!c1C[_iwR醆k9hN`Jgj]^!fц6 JqR@4BV +ڦCp'No!0~PCΪˉZ,|cP櫩cʆc;Ii,WՌ:y^{nYZc~='JlٻߑF^|c/}I]nTjD=qt`H#߳$G"sU'}b+Ǧ>ۺoB3yr?b3LrstI,X<bS=;9T~8+j[;"$9"vVҭ#vhH'>M\1:3%PdG
d-( o,,i'ސvdQ&i,QK)vUk˙h6 /hpIzΈw\}jm +d +wA艵!AOAO:rG'
}Г^?+s +M.H[qр%:H#(5 +xSpK + ^*Lؽ^rԀ\qV~f鸨'6 + -p* v+ƎhMTza]Vcb:H稇V!1;raH
iHiM
/oXsUFM`HT))'lI3"*g.^QL~iDD 1XeNʘȩv[XlG +V&_-Xɔrv 35[ތN |7'z{_Z2×
ee6u c +bfp]XA앳!o8c@7F*i<rX#iRBz +Q@
Y(A+kjYYcGRb
MAlJP
MԡPxN>P1xPȀѣ +j_FT%NpE='w{I+d +
$O)8
dL/' +G81*ar5K 'xe$Nf}Kw#i<cs=]k3o
FM*jQ [rO"I!]"9(vղ0!֚Ƅ~>gXYxF g4t`Fט=}/pλmƨeoj8ujُэhU?o0/!--5-ĥ +Cyx^d,v:S`@2tHTvY̡څ!3JC]ƑZKgd:YG|*z=2t(DR-azCV#rsYg zsSq>榢kMš +i#Q3 +]XZ&isK^$r(t ^SR'M#2֊-{^euV?;`:6t*_w4Fg^i\T㓑CGϸ1(53fbui|k گcd`@v99^0@+orP4BjT3 +[&6S%d!iObOPnDpL(ׅO3<hI!.D7hhihVjAعg> j8? }Qˉ55&D~gQ.J&W-ݯ糹7 ev.SyLt>8鬢J+K\`"0[=)Ð:rʠc$J#)_NP
V.;͚Fw&[G\yE endstream endobj -859 0 obj -<< /Type /Page /Contents 860 0 R /Resources 858 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 836 0 R >> +949 0 obj +<< /Type /Page /Contents 950 0 R /Resources 948 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 926 0 R >> endobj -861 0 obj -<< /D [ 859 0 R /XYZ 69.866 801.979 null ] >> +951 0 obj +<< /D [ 949 0 R /XYZ 69.866 801.979 null ] >> endobj -190 0 obj -<< /D [ 859 0 R /XYZ 70.866 245.549 null ] >> +194 0 obj +<< /D [ 949 0 R /XYZ 70.866 245.549 null ] >> endobj -858 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F42 702 0 R /F55 684 0 R /F48 568 0 R /F36 685 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +948 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F42 792 0 R /F55 774 0 R /F48 640 0 R /F36 775 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -864 0 obj +954 0 obj << /Filter /FlateDecode /Length 3661 >> stream x]K
c0ZIh40=`omd7 -[WIrUOS.ˤ>~(OLJ/߽Zy":˯ -'uRN>D!5~ӣYJ,)] -ƍSU:%*[u
lt?+ڨR垁=E':(it#kAP}O^xǂGv)6p(GJ ųV/ݟʃaS|H2݄܉=jQ8H'z"m%Gu')[n(ZЕR厑`ZS A%
x1ZAޜH+`
oG "Zhhxr`cЪY܁Z$)b_lJ)++h#xRr$1w˿,1]ƙ|1Ce=Mtev8 -]Kgsd8ta1PTZp%il\}T^H\Gd:[86jF~7X#蚑>]l,2h3U:\E`^at-nri_
RǬF -4ZQc}λ>f楖4Vt,ߗ=*|}JAG&"C}}]}a\X}_΅Aǀ'<7JGsP -dĎ5PZ:kGG>,J4>급(VŻ3na7w{솄E+
F6$
8nF??i:J~NbB\fWy`[gkn,|RR5-kb5F4VJEؽ@_<^=
t'KzA,BxnWDnܣo~f?jF晹}bAZv -TuǮ -&,.+%.sJGp=R頿/,PNjzth4O1*lݟ6 -7'kMiVx$Y']MxQ4JGAvt=3XH6Ig\EĹwoƅ5Lz\iw_NNtvNd= -^ӁLGzeg4WV>Ar)@A+=k)ΗpixZGԟڏSj;XOMӄꔛjY -bBzl\k;re+'419C,x-cm䅓7l i@8rLS nLz-/,٧#|s -Mjvӣ@PQr\Q'=zUtwBNe7檁`e¥͂Y߲=Y~!:U6nJbK -yZHFuW,Nm}<fb\Wt+mٱ}7Vʫ]&IeKV.-enw]i s/ܞ^^~OcdT!)7ƠZ0puM -P z49Mj*V
h''i]J͖t.'IZ֨qem-e-e`-h{|7\n/o5RHE8i7c|Pc_c%P>cq
hi,8 DZt4RCIKq, -G=!WC9ӫ.>^Kz[O>ej&}ɧcɧӸuSe TW +'uRN>D!5~ӣYJ,)] +;Oq䇶Cqp<W)x)Ux
(/EqN&}NTU4 @2=8i+)=;M٪GuCԂHL*w +æĚŦX0kcJcBXQ)z3x 2eJݣB(Ɔe2PJQf%(eOs)ϥ9s1UKyj楠<Wy6lҼy` ̬`Ev㹮p
.
=[uĠt?cH[GgZaFrP +c-(ǂ Dhx\j" +H/krd Y-E\~<pRwɃ\A{' +ǒnRAo)y`~$͓~=Ѷ٠JFa<p\=h]KVAw%hϯldQ#d 2*ԇz{'@v2/LxN78;uYOU'erAC61)KQA8U1T.Zz(<p#áR2+IctB":'9Q7#OA|2Ng fA4x@.hСBg-zk1tHj:f5 +U9
rf8 +:w6>r.><5dqVWJ<2
>X)RgıOo}`fȲUo[%tZ5>I +ͧͶHPbQA5 +2#e7" +C)]BDOBϸ~D?* ν{3.Da:?@JNruڧc(x[u"HхO=P.Hԟ8eZO?+3?*E'KRZmiDXKqlKt8T~̞jT=Pb|h|&T<Tˊ8\Wr4c0xZۑ/[Y}.8DDd .ok$/eSLHC6Z
cڟqcV&lxf)>ĭ>{ wH'bPD=|T&!jUEOWޘn͔eJ[9*ígRQ3w]ir])26sט;sI3wӧcfn<i>3=!3w;9se[Cvf/܇r/7:s֙Eu.[b)֙7,~H|&)W
+UIY\;uSPgvV}߽"Jܛ,Oјޔ|~L{yun/%|s}IOW1ĉvݔPVc7^{@iɽ/[\V 6=lC|ӑ?2`2 +f
|{3 +56%>V"8f+1[vIPc;#`Ͽ]1DZtэHtv1ڿ;D7BB,{#QA8ӕpq +ep/K_*utoQ/5/uS<7uJK`8{Jx# +N)VF6`5Fch#lp.Y<hLppǭlbK魘8Eaӕ'3@11Ǯw~`ӫSɭ>/֧SQwM,ma,xi0>WJлYtΩH/lRSjnD;q8^N(d6o5Wns9NвF,kkG.ke-mA#*p~yQ>nG*Ic+q㘭|l@H(g@_fIX&zj襠YjNXf endstream endobj -863 0 obj -<< /Type /Page /Contents 864 0 R /Resources 862 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 836 0 R >> +953 0 obj +<< /Type /Page /Contents 954 0 R /Resources 952 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 926 0 R >> endobj -865 0 obj -<< /D [ 863 0 R /XYZ 69.866 801.979 null ] >> +955 0 obj +<< /D [ 953 0 R /XYZ 69.866 801.979 null ] >> endobj -194 0 obj -<< /D [ 863 0 R /XYZ 70.866 368.575 null ] >> +198 0 obj +<< /D [ 953 0 R /XYZ 70.866 368.575 null ] >> endobj -862 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F37 717 0 R /F34 565 0 R /F40 785 0 R >> /ProcSet [ /PDF /Text ] >> +952 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F34 637 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -868 0 obj +958 0 obj << /Filter /FlateDecode /Length 2505 >> stream x[ˎWhYCNO.^%v S|Id-}=vHVթCX*_y|zӳgHO?=|XΜ1uqO>/}|9|\\8q -sogޕxO>Z?۠"gFe"f M%t)ei/(C3g +sogޕxO>Z?۠"gFe"f M%t)ei/(C3g +~s|'4Wq֘3[P`)DNİE: O7zP5I}NH'+1OuRz R _ۖp-:E~/fACh0Wy}M+$AV0<:&fPHNHϙ۔T^<0{ a*\~) r&^VT&qǐeLV @@ -2746,19 +2970,19 @@ J5kɖjlۋNTX(z(<.sIW:T^t:'J4*^ /jo«1d;p"WxI /«Aj -/"KF۩ok% Fo:_2|HxZmչʩzrUGlDPDZ +Ϙzvѷ6@1vVuծ/}\+ +/"KF۩ok% Fo:_2|HxZmչʩzrUGlDPDZ +Ϙzvѷ6@1vVuծ/}\+ endstream endobj -867 0 obj -<< /Type /Page /Contents 868 0 R /Resources 866 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 836 0 R >> +957 0 obj +<< /Type /Page /Contents 958 0 R /Resources 956 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 926 0 R >> endobj -869 0 obj -<< /D [ 867 0 R /XYZ 69.866 801.979 null ] >> +959 0 obj +<< /D [ 957 0 R /XYZ 69.866 801.979 null ] >> endobj -866 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F42 702 0 R /F48 568 0 R /F55 684 0 R /F37 717 0 R /F40 785 0 R >> /ProcSet [ /PDF /Text ] >> +956 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F42 792 0 R /F48 640 0 R /F55 774 0 R /F37 793 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -872 0 obj +962 0 obj << /Filter /FlateDecode /Length 1768 >> stream xZK6qsXU"ęL-ɩM{izВeǓ:(c(#?~݃,/>(z#58) YJx-%To4ZJ*OI >|_y'ڼ1E+4sy5ͫn
P=g6:1zo @@ -2769,25 +2993,25 @@ Dd[0ruW
`,hұJh@5"8bR4J^()"i ]ITR%єcôR;=RM%wIt%90V"ќDNlyIlSYM=uXO}hj3ZJu>Oq-gk@7u';_lױ99)؊IǓDn?D:|O˸i"w[+!\Eń2G,҇WL`Fp0x'>d+:*Qsjxg2yJ[*ƝbW8s:g64ŋ:RK#ܚ<0M˃ԌS
w{u\H{yp!wI]@Pݜ$yP]HeTZDA~2(^
ϡ|]AA;-
XVTW`ݒ3
hWʂvJh?"AN7@0wvj`?_(d endstream endobj -871 0 obj -<< /Type /Page /Contents 872 0 R /Resources 870 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 836 0 R >> -endobj -873 0 obj -<< /D [ 871 0 R /XYZ 69.866 801.979 null ] >> +961 0 obj +<< /Type /Page /Contents 962 0 R /Resources 960 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 926 0 R >> endobj -198 0 obj -<< /D [ 871 0 R /XYZ 70.866 771.024 null ] >> +963 0 obj +<< /D [ 961 0 R /XYZ 69.866 801.979 null ] >> endobj 202 0 obj -<< /D [ 871 0 R /XYZ 70.866 582.486 null ] >> +<< /D [ 961 0 R /XYZ 70.866 771.024 null ] >> endobj -870 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F55 684 0 R /F36 685 0 R /F39 845 0 R /F43 874 0 R >> /ProcSet [ /PDF /Text ] >> +206 0 obj +<< /D [ 961 0 R /XYZ 70.866 582.486 null ] >> endobj -877 0 obj +960 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F55 774 0 R /F36 775 0 R /F39 935 0 R /F43 964 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +967 0 obj << /Filter /FlateDecode /Length 5443 >> stream -xڵ=˒w}E(ńh>X.<>ȚGc$y%9v_ +xڵ=˒w}E(ńh>X.<>ȚGc$y%9v_ E%[I|c"i, SH55c9_ՋXEgp:,o@WpuFe[.N%ȣ@k\U[hܯl٢%g&ʅ&cɔ9VqAϔZU'{bҤ"OIKH>uY(Zh[ygU>)bfDWkfj
A6)?tP!/VVS Ŝvߞ/ "sR _= ~>r
h͂(~RsGxw& C($W LXا y/4IvQ
ic'N[&D
iVM{\M~&i
شy9h!b,꠨uboInDL83Ӻ3g[ $,Rzw7|?f=ϸ'wjX#[W /Ks^9<Y1d* XAbUuc&'D* Uv,UHZXu0>LovLΠC[ &+x/`}J/ @@ -2806,98 +3030,101 @@ O`_1\w6C *1E1c]ÿ_OG.$ w,wE'X
RKR1(RhK՛5($3W@^5v3Rr;zշi,n-Hhv'ߩU@Řۃ/%?<M54+GiR5} Po|9uK=p{)n(ʹ%ĭeZr/
3ln}4m^$RoP\d4^e)5@BbKq*/FZByܜec:%ttFq;]GϾ?HX=ȗTLo%MMpU^GQ_M.a%2_&VZqvF"'*; <czno%\~S)'IDץC`_s^.14uCT" EvՋrE
O8uRʊQX7#r:*ZRGuUnO߇n5(^eSuh0~08{`i^4K0/XUZnmPn@\Ag$F=\3m,{KVKr)$,Oz)=JXGHxun _$W?i\ams;dNEt6WIN*B*z:MQI4.Ը8%.6=Ӷ$qlDIioՓ?^~?gY\9P!aȩ2Y&'͠d)} eYrdse,Rpk4sM1OQ|nu JqkhP3/^W@$״6y -)I'hq4yՋѶ۩،d]44|#ya:mŞa@Ti-0K?"R0spOIq -:![+"'ϫ1,U۔D@,lQח^e
YrRbjC -5iB/s*(ʢX0*+Bw\J=<P檴;T!k~*I
M.y[ՖV)/PL~%BssV^Ӥ^<H"?0ND%۱6#FcUwR*pu~$6\l59ܜ}K5a.LJuߗOqPKBU&8І*ׯ&9^=wM]e[C)x6ME6?@|&;ѓj'Rx0`0]r5ě.ix{T^}Mgl{ +)=NPhUmS!
Ի +CiJi>FXö#tڊ=I"Ӧ[at~E ٥`ʕធt5C<29 [WDN JWcX)Xآo/t/r/Ԇkb~^ +TP"qgսE +`.UV8߹˅<Z%z>-xjUiw@ *zC>%TP +7d\(-R^P8$K\f +
)^U_Mr{뭥*ʶ&S
-69sS<plrћ66܍5"-(l6Pc)D4MLv'Nƥ6a&atj7]j.2ݮ} endstream endobj -876 0 obj -<< /Type /Page /Contents 877 0 R /Resources 875 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 879 0 R >> +966 0 obj +<< /Type /Page /Contents 967 0 R /Resources 965 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 969 0 R >> endobj -878 0 obj -<< /D [ 876 0 R /XYZ 69.866 801.979 null ] >> +968 0 obj +<< /D [ 966 0 R /XYZ 69.866 801.979 null ] >> endobj -206 0 obj -<< /D [ 876 0 R /XYZ 70.866 771.024 null ] >> +210 0 obj +<< /D [ 966 0 R /XYZ 70.866 771.024 null ] >> endobj -875 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F34 565 0 R /F39 845 0 R /F36 685 0 R /F42 702 0 R /F40 785 0 R /F37 717 0 R /F55 684 0 R /F35 566 0 R /F48 568 0 R /F58 742 0 R /F43 874 0 R >> /ProcSet [ /PDF /Text ] >> +965 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F39 935 0 R /F36 775 0 R /F42 792 0 R /F40 876 0 R /F37 793 0 R /F55 774 0 R /F35 638 0 R /F48 640 0 R /F59 833 0 R /F43 964 0 R >> /ProcSet [ /PDF /Text ] >> endobj -882 0 obj -<< /Filter /FlateDecode /Length 4029 >> +972 0 obj +<< /Filter /FlateDecode /Length 4028 >> stream -x]Kϯd`mN +x]Kϯd`mN E N|n3QНT{F'Po~&G[ka~
F u1 .C݉|ȉФa
tQ|f 3#6Gm1nug8^ lEg.(+~+ &^v%R=Wim3Qh2Z8_ -anäi.a''XFm&UgyGOsϽ7B0˽"P`_
֝6C@k@ҝOI;Z)4F`5ZQt"u]^ yG-Lw&'Bw"Pc*Jr{-9dR,/R^"nV2EFM΄PPSu"s6mSdU9GAHSġ%g: -.Y]KX0b_??ҫ8ze^Ř6YOL^P2SMhHfircq5Y5iRa|_qڔIѬ{ RF%{?G²shi6^Q!YٻAZ5Ԏɡ0x -3cļU#i3"?|@($ ?2X/YLѼ=gIra98n({-ưP\ersUܱ[t\p7<;(@CObV -v+$vzfczSZ>\"G
iO -FaJh\d:%n #fN' -X,-bA)Q@b4;nAdNl37߫aG6]SC;C_?7kϑ +S +JZHF5e/Pz;(rՠ{ZϊQMj0dvY/V'gswrlZdvrͳ$.Y6?THA'#3~<Ǥ/pz|Ȗ)4&${#o7
'-К~07<עf䃢詥4@KQW`pR6MZRMs@@@(C둏NAnhK%/
p0L9
0SN'
i -vCώFm.$`S} -Z2vp!Qv -rC] 8p)'ZZs`S.CB.NuP!pn *7Rx LՒd_qhLA/ZzJNCPCY,{uXh&w|CnJvCe\`PYaq,]٘搪k7MgKޫdc=ኂR*zRPC x)Y/2ʿ{W<l9!gJ/FҸ;R<掰'q{ޜ;LɕX`h;\ L-!+u[i
<T%ӠW۩8 -*`!ej+XKj^x%7+3LV&aڨCM[JJo!LҮ +anäi.a''XFm&UgyGOsϽ7B0˽"P`_
֝6C@k@ҝOI;Z)4F`5ZQt"u]^ yG-Lw&'Bw"Pc*Jr{-9dR,/R^"nV2EFM^ 5(5U'2wZnFn +Na)ʿܺn)Cmt=R~;0@A*%n*ږFc2mZyUN(, +֣߿!{dҰk!Pn +W/8mʤhսGGZͽza9hh۴ ++0 kP* EX +51Պ@3RKЉPϿEg{@+}1 +NQ~8M;aA +XThXkOh_nA[wt9mۑo
<PhQ$Z.i968;mSd'ţ!G 6zlIշ-Љkdd;= +r=Q)
-.Qp4'GDlP0y%Yr.273pRG ( yr1OUyT f`M'6gwɰD.Sb)/n
HƏ}h?S©N} +_Z 辝e/'`ayЇl9&M9I@RE^N +tI)PQ0q|eaK 8.DPW`@~$SH[1SVևZRs-/kM@L${l<*L +[1;
CA7c9 AqzĹSZNajhs}t,N9)ZZĈ\txHܦiG[j-Y~Ѿ;;o +n.}Nb{2I^uT zTBJ@MJR XBwv@z'm#WH(C\Ho0r0[Z{C@iF5K)/vlе÷v +--9@ѩD!!Z87^H)<TNOG}_jfo8h{ @p=%'u!KI̡,}:,4;S +{7 +Týv%B-sTN
m?"0%%]K]i)纴nܲ\qJ@%B; +e ;dvH
:QѢ;6-
Dfi9DtUYW[/ru-N";Y2O5YZ,Zk%WuquB^KvdizmԡZA-%{ZIs%&ivZ +y.UZaڏÒg75l endstream endobj -881 0 obj -<< /Type /Page /Contents 882 0 R /Resources 880 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 879 0 R >> +971 0 obj +<< /Type /Page /Contents 972 0 R /Resources 970 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 969 0 R >> endobj -883 0 obj -<< /D [ 881 0 R /XYZ 69.866 801.979 null ] >> +973 0 obj +<< /D [ 971 0 R /XYZ 69.866 801.979 null ] >> endobj -210 0 obj -<< /D [ 881 0 R /XYZ 70.866 771.024 null ] >> +214 0 obj +<< /D [ 971 0 R /XYZ 70.866 771.024 null ] >> endobj -880 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F34 565 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F37 717 0 R /F59 743 0 R /F40 785 0 R /F39 845 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +970 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F60 834 0 R /F40 876 0 R /F39 935 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> endobj -886 0 obj -<< /Filter /FlateDecode /Length 3011 >> -stream -x\KoWA`,_ @cYķ͞l >d/I[Y:=$]_ٖ^wowx6D`;E?ȋ8)烐@||/%<JJR-]ZkzB]>;ݑy܃x8B<</֗_7CZITk~ =]F. -hN8<JQF@toGʬ;:_i߾w"-j_t'R/Z{.5~K&e}<fia҂b$(VDGiEzG}TjbɠXVc^s_]I$?G>mr>pdXzDBd@`ЧL)Dz]YI51䃱IfINl4(\Iܮp+MG#7Q/n(rR -9pM1I3W#p\䮧ZРHh6B2*}XbyJ6U4E<e!Ewx&-3]y%Nr NW-ZNL5M4umOڴ;BQՂjVWNIГŊW·Qc8AG }L-fV2.)Ψg{|yPdҴX7*?.ɮl־M#F{)Oz2',dVO8:6ŔMk˒"SnLe -HYWmveGgl;>(e8ݑv -%a䨉29Yi=4$04_B+@Qr
XљwE֓v@Sr\lGDB1⋠v,N{[$hN9^a&P7gfLRec4Τo -ʻ78v -Eګfs5rUNp5jVGB_]a0~f]mT3@ƈ~DQrؔ(\2x - nɝ)Rz&`$nDkq@ιT=g$Ss\~ztVypNkLdx$L]XU-JP+αmĭ?&d>TƁz䷇J-5YVʚ|sPsJ"ZfyQ!-,`CUD[\t%=d+ -ZԸ3c2ޱ_&eƝ3aC)MHB)ct}nj-NZAW~=p% `S6fd@O0hQPsck -ڏ=A["*mHDXY>5Tl2l9u8L9)o7c?l+@~LNu2i5XUQNO0!.EQu#^TjKI7jP -:μ$ -vAhU k9 RnϹ9}z'q䘛QZ+9ӺxD-c:@(oO=OF9vNPu\E7G#m<NmZY!F*0Jw[f56z9L< jo'@s&W >JPvlG#jfhw^W{) -qpm^E+M03Z"Q^3EM3;7%= ʎ3¾K4j]XD!ק -j\즛T}-ad8C%j.8ik:/az)kw- ֹNmg<OhxuC`JWm;Lt4=44RK;`j..Cͣ -<}Aw)ndŚ⣏vONI HΗNtHʺOG}+09Ħq :hw Jd-<=)mO=edj:&k^<Ɂ y\;;J.v(SBwJ聼hf[wgՍ;Pt*<Sv}ѣaFy_ -Ł_JHGtkSZ7Q& -@29̗ͽՠպn=k%gV^7z7`(%7*z( <aвCa$jV({v6JC*{W_.C,V%N7wYE -̪q>6،so*G -LS; -'HX\sWO|9zaQ-IS/W0Z("S-|2ւ +976 0 obj +<< /Filter /FlateDecode /Length 3010 >> +stream +x\KoWA`,_ @cYķ͞l >d/I[Y:=$]_ٖ^wowx6D`;E?ȋ8)烐@||/%<JJR-]ZkzB]>;ݑy܃x8B<</֗_7CZITk~ =]F. +hN8<JQF@toGʬ;:_i߾w"-j_t'R/Z{.5~K&e}<fia҂b$(VDGiEzG}TjbɠXVc^s_]I$?G>mr>pdXzDBd@`ЧL)Dz]YI51䃱IfINl4(\i\֮F6IZT+ +DZh;pT,o0R I(<O5$\!$sZ+ +kQC"_S#mHVR,dka}V`)THHEn.YRV,vm8ɡ'8]is8:h:-24-^] >iEUY_9AnB$BO+^ F %e3-*˶YU_ʧ˘r|'8ucbA5GC}<HKbYި8\'Y6GE<fIlHГ[y< ?fSVJ4j/KlOe3) g]5R
9tG/(&ldRpFА|m8E5`GgQZO!(r +d-:t%d9LJn&f$I8 'wY+)jU;lzY-Z }u5vQ,o#5_ZD!FrcSslmQa5w*3VM'>W|(Ex&wZo"H胵gi{šoZu\;R,OUqґΧd[eV:z30vcV*Aq8:} +`PT=ۓ*Zf9X)k9NC(h9E\0#2UO+nqѕD +y_(hQΌmx~?w
ŧ~Ъ7!][g + B=R +Ե۴9=jUxH{K'4ŏv=1Ɓ*h?m:rFH7#aa=gdԘRsb[˜cF݆*8;_0l;o|ʦK܌貵ޯ\ +
gnfi?ūU0G 'сr)7YqEPF#))⩨&84_O)i3Gq-\HT ¤)i +FJVM$$ȒӳK9<đcnF
kLFnFyD/>y>`9Aa(r]CM=V:id~(YlXZ4Sh#0,,' +x *XG3 xP:{8c3έo+0N@+Fz#akp̭_=Aח!E@$"OL\!h ;>Ȋp FN9(臛 endstream endobj -885 0 obj -<< /Type /Page /Contents 886 0 R /Resources 884 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 879 0 R >> -endobj -887 0 obj -<< /D [ 885 0 R /XYZ 69.866 801.979 null ] >> +975 0 obj +<< /Type /Page /Contents 976 0 R /Resources 974 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 969 0 R >> endobj -214 0 obj -<< /D [ 885 0 R /XYZ 70.866 601.853 null ] >> +977 0 obj +<< /D [ 975 0 R /XYZ 69.866 801.979 null ] >> endobj 218 0 obj -<< /D [ 885 0 R /XYZ 70.866 324.441 null ] >> +<< /D [ 975 0 R /XYZ 70.866 601.853 null ] >> endobj -884 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F37 717 0 R /F34 565 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +222 0 obj +<< /D [ 975 0 R /XYZ 70.866 324.441 null ] >> endobj -890 0 obj +974 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F34 637 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +980 0 obj << /Filter /FlateDecode /Length 3250 >> stream -x\Ko$
W1`E +x\Ko$
W1`E W64KwA<6w56}*wקďKO?SA/_3FeBϿ溜V6.rl_-6trV93yfn5bvin>hMGF'hDEE~rp_[Vɺg50)C__.aET˄/+ל_H!YӂEߚ?GC.@l/e57IE<+!)j(*ɨ$h0&"zUfB'y
Et _"g]Kczű|kJV^tvΪx=&(#Uml)kVFS͑ ̜TШؼ418|иUx#l-VZVL8*¼y;"AKwqP*0zOymo|!B.W_xU^mEiuNMJڐJlLEBSa.<GQ4fIgytY%zn_)[J4L%ҸWn8f9yN5pK0ypQaR,tpCqji$7◨ղk컞QrXfM釉|DK_0ꆌ`8Vt6!ZI]X|zJڻ1տ ko+(iG*isQKxQ897ą\b1>%wCXa݈@yyI,O5 KHqT]}sC(x &mƩ_ @@ -2913,28 +3140,28 @@ $uͳ5i@E}0P9nyш̻<(}HF
Y*y|e){jcmSV? L]xs\*giH[WK{,pD$Itض `);t F#>C{4m)pH @p|,9r3Qk^v=^[22vud@l8HM]Ek'-ZrW(O.h[+iCݐ͇rv5<PE[A \"6 d%aĉЎ5LγaS-&Z˰8 '֝M8*$3O63j8ҵkwX_ -Si/-Å3-GA׀D&
$6ǝgF\_CB{WkLqp%/b3{Ӕ9@2-O=˧)2u{Z@,wn
g./Q@6l&K^Pgp +Si/-Å3-GA׀D&
$6ǝgF\_CB{WkLqp%/b3{Ӕ9@2-O=˧)2u{Z@,wn
g./Q@6l&K^Pgp endstream endobj -889 0 obj -<< /Type /Page /Contents 890 0 R /Resources 888 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 879 0 R >> -endobj -891 0 obj -<< /D [ 889 0 R /XYZ 69.866 801.979 null ] >> +979 0 obj +<< /Type /Page /Contents 980 0 R /Resources 978 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 969 0 R >> endobj -222 0 obj -<< /D [ 889 0 R /XYZ 70.866 771.024 null ] >> +981 0 obj +<< /D [ 979 0 R /XYZ 69.866 801.979 null ] >> endobj 226 0 obj -<< /D [ 889 0 R /XYZ 70.866 155.442 null ] >> +<< /D [ 979 0 R /XYZ 70.866 771.024 null ] >> endobj -888 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F34 565 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F37 717 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +230 0 obj +<< /D [ 979 0 R /XYZ 70.866 155.442 null ] >> endobj -894 0 obj +978 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F37 793 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +984 0 obj << /Filter /FlateDecode /Length 5355 >> stream -x]K8ϯaRMDpc'`"\O,ɲ*{ne>KTZ^~|y /_~zyQ'|_.?>I R)
Ji=Hw ]5sRjGW3'n.nD|mFXяrtMO_~q@a] &n[Z)keZU-e4lMUoQpZ-Z0t~>m>Ct<tݍ'NQB:ȨL o[6Znw8wJ PF2_5U_ z#!})JP!V +x]K8ϯaRMDpc'`"\O,ɲ*{ne>KTZ^~|y /_~zyQ'|_.?>I R)
Ji=Hw ]5sRjGW3'n.nD|mFXяrtMO_~@a] &n[Z)keZU-e4lMUoQpZ-Z0t~>m>Ct<tݍ'NQB:ȨL o[6Znw8wJ PF2_5U_ z#!})JP!V 5
<G/,9=ccnpz2c!<KMl%9&-=WUz:3:do>~:UrNלA|K&:lZ! ) )8յùET t @@ -2954,22 +3181,22 @@ k8n2zl hڍWoF(dqȯ6Gէ*hӗFyAZiJ!7>EuU-7.B_LY܋!yM[lH| Q-Rb)q 1JV]<2a\Wy@U:Ww_jEK}0[ Ert&[mngz@
x;Fq-u'9O53Xq<z",MĨζvbpvic7WO9{ʨ15(f52cʜVF]/~_1M lkDyڴp"gf¤*i.2466jvMz%0
G\zRjGU*71mx\6紀)5{1ԣHrڼP= -USa|JKgfLWq`Te8>]Ĭu8Pb
{3?M'~ +USa|JKgfLWq`Te8>]Ĭu8Pb
{3?M'~ endstream endobj -893 0 obj -<< /Type /Page /Contents 894 0 R /Resources 892 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 879 0 R >> +983 0 obj +<< /Type /Page /Contents 984 0 R /Resources 982 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 969 0 R >> endobj -895 0 obj -<< /D [ 893 0 R /XYZ 69.866 801.979 null ] >> +985 0 obj +<< /D [ 983 0 R /XYZ 69.866 801.979 null ] >> endobj -230 0 obj -<< /D [ 893 0 R /XYZ 70.866 506.401 null ] >> +234 0 obj +<< /D [ 983 0 R /XYZ 70.866 506.401 null ] >> endobj -892 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F42 702 0 R /F55 684 0 R /F48 568 0 R /F34 565 0 R /F37 717 0 R /F39 845 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +982 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F42 792 0 R /F55 774 0 R /F48 640 0 R /F34 637 0 R /F37 793 0 R /F39 935 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> endobj -898 0 obj +988 0 obj << /Filter /FlateDecode /Length 2408 >> stream x[Iq0YU܀F|7''Nd%?M\<GFH=zb-kFNׇ? M 1azA9JጙׯӏRg)EJ4Z3Og$RQ/Ld:tKiBӪܗ={[7Qv{}xb6u"dԥ @@ -2984,161 +3211,158 @@ x[Iq0YU܀F|7''Nd%?M\<GFH=zb-kFNׇ? M !oiqr,oMWvʓzFÅ1`U=~( endstream endobj -897 0 obj -<< /Type /Page /Contents 898 0 R /Resources 896 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 879 0 R >> -endobj -899 0 obj -<< /D [ 897 0 R /XYZ 69.866 801.979 null ] >> +987 0 obj +<< /Type /Page /Contents 988 0 R /Resources 986 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 969 0 R >> endobj -234 0 obj -<< /D [ 897 0 R /XYZ 70.866 771.024 null ] >> +989 0 obj +<< /D [ 987 0 R /XYZ 69.866 801.979 null ] >> endobj 238 0 obj -<< /D [ 897 0 R /XYZ 70.866 583.373 null ] >> +<< /D [ 987 0 R /XYZ 70.866 771.024 null ] >> endobj 242 0 obj -<< /D [ 897 0 R /XYZ 70.866 298.463 null ] >> +<< /D [ 987 0 R /XYZ 70.866 583.373 null ] >> endobj -896 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F55 684 0 R /F42 702 0 R /F50 614 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +246 0 obj +<< /D [ 987 0 R /XYZ 70.866 298.463 null ] >> endobj -902 0 obj -<< /Filter /FlateDecode /Length 3340 >> +986 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F55 774 0 R /F42 792 0 R /F50 687 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +992 0 obj +<< /Filter /FlateDecode /Length 3339 >> stream -x\Kϯq}0*``o$K~nZ'[#I~Y_(yE^t7#/AV_I᭽8D?J/RRUJQ)EOh9~i^'j3#֘_Ȑ$&azqBN`hYjd@]JѴ-e/O __>+}7E +x\Kϯq}0*``o$K~nZ'[#I~Y_(yE^t7#/AV_I᭽8D?J/RRUJQ)EOh9~i^'j3#֘_Ȑ$&azqBN`hYjd@]JѴ-e/O __>+}7E Eo|E%V/y# -!We''㏎(xyS`q$#U1Pp6ЍalJea!Csns-焙5R.p J°:AixD'R;wNP@:^А7x<4ZugZ8vn4,}t *OH
6ڧ8ZgC튔#k6Uy%>ȳK%Y^>)%_~@yk~$&3P[C3PBkpH3U?@>f -ƴri`yIr9! iC-60cxIbg-i -9]a|pha?Wn+
%r<Ƒ#6 -WV H4,]ަ(E6e*id9VI0ٰSIn% -Ͽ9,J!+y3bAjGP+턖u2 Ы@7R+O0 -eJ=2HsL(rQ8YNO\hOe->6+rSoUr?{+IN#=yqqi S"gbC4S(Cb|4u (\!CBgC%uRضFޚQ%?#
杘iˏ,9(iZ1-dj iGFSC2mOtORS3[!-P֙8o4+ٵ5);6%wvAu߯f՛bh2v i0b-ZQʞ]Ⱦ` - -۪}!X}@ƌm0/(¹ n{;wȵj[j[,g -E|[V<^)> -Qi(ȍ --7?GL%]7HK)eGܡLJB=(;}aj/4DQ|ay/4~1
p_i/3)>B9<9ǒ0?9v+@),Bj[)FF[AJDZ&1W(ukb<giCXoM)ߖ|DQԋc<n(3}%LC`:ZF -r -tR_o`xljZ~7<q(5~n1-$NZln,|xPNVHy -O靲:!ėwU#{?; #o4sTi۲:?!'&~aHwG2:a$0BKmHq[J[\`9`!V~@^?R +!We''㏎(xyS`q$#U1Pp6ЍalJea!Csns-焙5R.p J°:AixD'R;wNP@:^А7x<4ZugZ8vn4,}t *OH
6ڧ8ZgC튔#k6Uy%>ȳK%Y^>)%_~@yk~$&3P[C3PBkpH3U4tMI:1@M{
PyCrFޭ[ <~^ +E<Lr`涱l9Q0
HWKէ Izn-=O2>oNP +k +}C0syo%pꀘ({P{AS'@f11a.i-@',&tâb3L0IFgL6;zi:r7Bl'UOOR*+j!zQ +=xV%H}d9,]=ٲ*7jn.(Nn؛)Im9zmՆaH)SMV0,ScAcGrʠ~bVE{*l1]pz[Nzvub0PsgLI&Y?ktS*7}G͠ɐ ]dHL@Z8G(͐,!¶5r/4٬4m0Hh_~dAHӊia$3'PLH;2:Xo*2AixY f̮I /;gd~5ބCMоNf7mRB=FX!xc3R5;@82Lh$+=laV6? nb4j*k3(~m]y.lirLТ@mj69kcf5 +>x +],z~#Sn U5}LΉG+R];R/KrVv^w@k +u`{CvM +:aethQeZ9qNz0=e֘UY`P>lB$"OGBəJcb>a"x]ZKZJd4٦j(Z#$F_Q'ژTҌp/ȉw/-RsVr3QÊ4G=Pyg)Syu+.霒n=:</PCD#nȼJ\byȕ7ZoQ)҈wxiGwgjݞv[CtcRh5 1EȹByfӻvcfښ#| +B=Pw}`)L/fy9lH(|+z`^wv`#UкFLZeEz>Gl:cvtDC(gh"_WV{
9ǚ5z0fow|CM8usw߹C7TbWb9;O -qmW~;WzD[&4f,xz6$E(V(۲N(Ny!VЎL[d@@GnWo1@L9b*7+1@J\J).;=_`Rjwr!_hFV{}N_ re:S;}|iS4TL|a_Ii-ɩ4>=ɱ[)LQt/gx +zV + @x@0B
E_f?SE=0=KڔzlJ;@~g&^qCyQ7+dvЊt-5'Ts^W;Z;NGE~6@iDwyn<&qbw+d93rʷBVS xL I&]yYF`i
ym+bTnH#ߖ8-94mCG;q #6Z~>nCgPʭs ]K=Άb7gP=~b?q_tEY +{Ma\;\dTn!YA[ +&˿JcvqfGa+
+X(:Fħitه"lVfC)N8s~`~/F5z- endstream endobj -901 0 obj -<< /Type /Page /Contents 902 0 R /Resources 900 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 879 0 R >> +991 0 obj +<< /Type /Page /Contents 992 0 R /Resources 990 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 969 0 R >> endobj -903 0 obj -<< /D [ 901 0 R /XYZ 69.866 801.979 null ] >> +993 0 obj +<< /D [ 991 0 R /XYZ 69.866 801.979 null ] >> endobj -246 0 obj -<< /D [ 901 0 R /XYZ 70.866 176.299 null ] >> +250 0 obj +<< /D [ 991 0 R /XYZ 70.866 176.299 null ] >> endobj -900 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F37 717 0 R /F36 685 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +990 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F36 775 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -906 0 obj -<< /Filter /FlateDecode /Length 2502 >> -stream -x[MoW9C8ޒm$Y s^"%Z-K3/XzDNvy~y]ё3ݗ_NNu^\Cpkӣ*R}/ָ
{{uQ1+~_~dH~ )%l3L3"b{u&enc|{nț3wO??BK~RXK:G,[@n
B0d~~@- c.VBԸ"%4mOpPfG0F |h"oB8n?((ͮ+Ht8O>1^?'}GCX&QE/$LԻ<+j'$<lx
Xqhz?hpz_{'ͱ'☳9t1Ig9YvMȾڵI|=Vn6y|騤B=l3܅hEN9.'{yvS9+-qdJ=FUwT=ðWRơ<!]{1(ң-ǣ|t[]ǘ8-yU+-=U3.AOg
vveWeH(kb=&P|u_/ -͡[Aq%)Hm̎AV84I$h\َA@'Դ|}-6.Yzֱ?G촉].7fǦn=nb!IB]=ىݥ_tdԊEIkN>p{umkg8Vqй^0jA=#it% LPL:drZ/'Q|xU9jymR>L[ ڇ a떸*tuN%u[l֫#_ HEsvtCd{)T}zCi4ҚЉX)iB,[hyvqYEa8;Zi-86 -4#fv.3ز0ߣ+mVpZx떊<蟴P0HK!xԋR+y4k8j>5 o"Y;Bޱ|$3YXPF !@hhaY˧/T}4ʳ$oh Z&"WV{HpsD61|E1muCSN]UwmF~D%>j| -Wl`o| -a|V
wrvayXU_0fB925Ssgt2v3[((V3kzG]gSoM%N
%H8U;Q*hYT@LPBI - D -~L -F:aBEs5k`M -+ 1 -y/<59Q S-XCtB*zAGAi -A@כ'R:0oIwMg$=wK+K
ǑV.5R.Tpؒz5myCCwݹ0}Mg48D艆yJPRރQO%h=7wXϰ
-Q#w0JqTSGE}fdA]EHOCPf{.Y;`/HsE* -oq~E'99KQ6'((Tz>oGQjȼ.E"^=&]Z!>H[pMUQU!&n]YW2LJ*DSHɷP! -٣ճLQ"
h"FҀa[YzZ@)*\B%o\eX35a\3&eL+%UnPփWM8p+z -9+* 9+XdCa;L?0DUa7RuSCsG+^wb
6jVR#f -
Os`sk!?-o NLv$a}5DoTN>5jlGSpKi8K92r8ʧa<|uWjGDG_w}<iNŽsB
5&ȑ T^v>ncyO_j)~p[|_B&f9KF̻V=E@4@>+ᓰ'"IQxN5ڛ +996 0 obj +<< /Filter /FlateDecode /Length 2501 >> +stream +x[MoW9C8ޒm$Y s^"%Z-K3/XzDNvy~y]ё3ݗ_NNu^\Cpkӣ*R}/ָ
{{uQ1+~_~dHa )%l3L3"b{u&enc|{nț3wO??BK~RXK:G,[@n
B0d~~@- c.VBԸ"%?-+BizhX . c + +%6: e^<xY2y/c +0Gsܒ0QSI)6P4bQꑏآv9^Qx~u=W6ǞD0fcN52$m2cd5Y#Vk'bO[ỵy맣ںVG +Hͼr9帔rRJiO̶X}k$A(Qx7UqBSAXjp^H>^XtmǠHN/ӽ;lIcvcO഼ۚVp^V`c=52{4=ە]Q#
"U"{]\B!#ֵΪu$ +P&ߪh\B_z8yQ0+7znqĕL 1;Zhr>YD"R$qe;XSӪ];z0 +>b* +|o9P +fZh [(ЌDLٹ/`Rc_~ضY-|zi%K%V[*B8"-=R/JZrbtT$^d@.xDz&ao.g?nbeCyȾ\ +hO9U{luOXͬ])u՟M w5w08 67$ T
WGHGeSJ +HLq̈́/[3QtϗhnWBYrb_5+@M㯼b+Z 笐l|p b-
U3@UtvKAO
a:e<{!@C4䆫
6*ZH<)686>́}}T h%8)/d/0ى"=(P:@u9qO*--X'/=2S\hR(35T"]5i(T~-;νT +5ט +1Q0Egϵ0 *ߞ b-
-DSybv+ endstream endobj -905 0 obj -<< /Type /Page /Contents 906 0 R /Resources 904 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 879 0 R >> -endobj -907 0 obj -<< /D [ 905 0 R /XYZ 69.866 801.979 null ] >> +995 0 obj +<< /Type /Page /Contents 996 0 R /Resources 994 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 969 0 R >> endobj -250 0 obj -<< /D [ 905 0 R /XYZ 70.866 593.605 null ] >> +997 0 obj +<< /D [ 995 0 R /XYZ 69.866 801.979 null ] >> endobj 254 0 obj -<< /D [ 905 0 R /XYZ 70.866 194.915 null ] >> +<< /D [ 995 0 R /XYZ 70.866 593.605 null ] >> endobj -904 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F34 565 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +258 0 obj +<< /D [ 995 0 R /XYZ 70.866 194.915 null ] >> endobj -910 0 obj +994 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1000 0 obj << /Filter /FlateDecode /Length 3039 >> stream -x\ɒW:2F0&8B7˼)t-YAՂڻk8pUDf= -tׇx]FEk˯8腍X?U@' Uﲠ-H"`6&W0 -/_#O#\sd3o84ژR,mk5yֻ߲9l8
>OCxn.KGZ2*b9FkծC@M20
lX -rS -vLJ1V"(zFl!esx"[u@L#h0uxĩ`+,SG[
~<=2SVP˔,F:c:(r~]%6~4"H
|o T֯//\F -dB|zNlHeg,Ʀs5o4Ls
+BnCS -yD)'Jf"{*n# ' s[A<0َCni>4pc0£6]EP3+Ɲ2˅0=t1쓘{zg(VM7+u'b8W=LP\,zCroc
{О;rB(H;@^}ډ}uo2T*NbJhň="XA?NcSH}3X_$[R0UDL)#;$^8j'E
oL
c@LHؕyY3Q -Ǖ9GlqeU&dy.
elaq.W6`2}|M o*F9U^בȂa[7Rh -Tk.URlx_LJ->6M>uK)~&slWlP#M5vdеXI%7x'<Ajei|/iO}ip@)$v7RGڛ"dNh-{ !wiΏ'7K$P"RL]|]jAVuȍt2ºX0M7!33rZ)sS*Kꄹ$#&=I^4(/fp꼗>[jĹ+JRC{ {]'/F;pa*FAT-{SL!:]ZvC.i@u[L)65
Y(!t.?am1zsP B(5KEr^ꩬtl1:-CD|Fv|7Bs5=&SGMSspizǻ -ҝ7
enU ڣ#~׆ o³8;8~kI8iBݷ<qFvi?rvDv<b[L2!j>WΌ)jq@W
ku~Έ-Y|/['I妵ckĕjլZ~?ah/%<ۺ!'%ÎTFS$@Q# drdN>bq->_)O-e> -Dߨ +x\Kc|EV h4 +X!}}ڠ0;E?ݯOh`#FƐOU,P kBtU,muncv
qZwx%t>Kl0
4 +mlݚuU@G>n )[6^kۇHkT[]CXhm(4 +I[M)( +PAɽՆ>W8?/༟P)b]$TI0=S;*yL呟x +OradL'䪵3paS^C)#dCơ{U~lHLr$崬)ȭI/{\؝,td+g8+bd@YkU|}
DTȌ_RQ(VWq_3K5$ƽHa^߳>Qm
$1]=ɬ0^RbH#r3+|'{fsf-Yrʹ[ <Un
]1BWRb,ȒQ< +\R\e9#j{Xlap<I*W[8_u'.WcWj<~G
,%xuU%2y.`FzP$@Q dr
Nn8vW
)RP +м;'suWVs[F1ȽhA: @R +h);YGjAnhK
W6kg#I?Jj;ռòj`gIjD~6SC=&$kl>-~+\ikg qƸ +duqE<:GVW[s߃@8Z|\Y\OQ[X + + {ގ~a~p#~- g/ZsPovJljb +xVk$mpfyh:T^@Q5xy]v`Xf-fֵ +<X8仢0> ;պwaRQg!'kx!f~/)B-aCgU;`A +GDZiQƽ_fkEit+\M.)[SZO;[GF[Xa1 K Cj%-K8[%Z%٘jY<?W +]">C+RdDr)X(KԽ;*KJ("Upoi;)K䊣u&Z\ endstream endobj -909 0 obj -<< /Type /Page /Contents 910 0 R /Resources 908 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 879 0 R >> +999 0 obj +<< /Type /Page /Contents 1000 0 R /Resources 998 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 969 0 R >> endobj -911 0 obj -<< /D [ 909 0 R /XYZ 69.866 801.979 null ] >> +1001 0 obj +<< /D [ 999 0 R /XYZ 69.866 801.979 null ] >> endobj -258 0 obj -<< /D [ 909 0 R /XYZ 70.866 240.877 null ] >> +262 0 obj +<< /D [ 999 0 R /XYZ 70.866 240.877 null ] >> endobj -908 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F36 685 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +998 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F36 775 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -914 0 obj +1004 0 obj << /Filter /FlateDecode /Length 4126 >> stream -x]K
W1>&UUZ&U+%? +x]K
W1>&UUZ&U+%? zu cYCףcUOG?VO2߾dQYSwcB$@=`AS$ -4[VH
w4O.ްjީ@t|ˣly@lLwV-^g0Xtf2]W>aU& _Y5*ƫ}bF@fBfŬ4;̶̴0~*]We.֔E7ax1Y\*lw9qZfDs>X -Ԟ@Ɩaw'7^k'D6|8DƓ#Pxn]V#~i#oQ@y
-:>BvlqV/
XQR)l{ͩA]m1'[W~~l[s8឴7+G/n/Fa֦EPpbp^@*Oye*@)@),4r8nJmK[\ob4n8+_b8/XSNO([9K~q$)\YWq\3{w.E[M_,f/z\Mrb_õU㸄&Sj% -ڏ=9u$Ĝp{v}ĶZ
} -茜U\!4S?P`C+!RNy|6@ -Yd}t6E -i
EQdo".kπ7ĭ Be1n,T
e]rsol3%AHO,vFtn)jd|9Ii_aeE@@=Sþφlk
b0SV1LF*:`r:+IbJG::q@hD{o[wG}roٰyAӢxF)bgE[XJ?JJ7Sއ%
0 Z2L{묡1VhHZG`9u ߀t,FNP"a. -V=kP?-/.ۡ Y.^..X\onٗ0Ki{DƅR%1ygT<ӬWW^Q֧-ujFq~u -,TSySR)1s
sw4=#W'0
++W̿քJ4IJLڐz(FaH|uߜN;챿}!o(~ - }с -A`0p(FM;tJ[lc[0eMUl5ji1=v6SrJW Vs>wo:R] -\_S<ٌܡG(Yu+Z)|R<x,)8 4[m6}y:7fJ;n{7ʆtFоfdElsލ^]p5lX<Ǎv:v{Rˍ4Q&/vN)KsSJ6)%.*R -fJKe4Z|\[ P0;.W6:Re "vJebR^WOp8owy3w|WAyإʁ+N2mF-~;WwxoiH_ъܡ$v9bQގ.GXjmf/GZQ ܃Ml )76`hNkNƨQrr{am -sOfmMmD~|PB2u --)تaڨqXKW`~^^0 -d6+B'
OT-ioe5G9C3R!d] -pp -bKi4}4Jr)urdg; EZ-{z&0V#37:+̼J4=`Spgnผ~~$2Mנka2lbx̿pixΊOܼ/Cz5[9y OiYs96KߒC8TLl_0cu,;"itTe*.TSxBW/ipңZF}Xx㬢3ninƫG"AbᄏTRv7ݏ?vrO]N̴oʳFSw] -ˡ\<TQ.8TKAse<k4m\?\!hG0+EѝZkQRx9o=sCCVJձU6.+~ޢ+7d,%ƞDz51-`ﳊ{;Bltxk{HA7=aFQ>{^|O5ʲ?&>H.~*7w˲fG]}1ggl4slhP쭎¥+Ϗ =z5=:$7NA(JL_ytHcwGF7GοэѼ`XHSCU"i;*aVrM]ڎzykPյ9;sd
lx +3$;?oXT :yˊg>Q<doW6&cFVn{/3ui:w\3HNRȮ+0*傯|e@_UKL?LaH +`1 O 3!bVf[fZMy+2qkJ"0,@lDk6ܻ8l3xCP +u9ާ5×=g@vnjO Rc_A>F"X?XD}<.
+}Kk+d?7q<^![AJAtC6MŠЮɭC+W?6qۭ9pOܛ?u0k碀CE(rYm8C18L G@ϋ2SC9@\~76w%-o1^mZjU˯?Obc1~u?ZA\%?_T8.~Йu;-&/naJXcz&\?V9Tf1/*q\{[)|\EagӜ]bN d߅=b[-Ɔ> +2,sFz +3N5p1st0j=JBV1f/ + {9[)K.p)lУ,պ-\I>)IGL
Z|R>¼՛e3qA}s%7PeCbd\yh_32nk"@9_.86mF;w;D\qbluF(O;Ź)%dxvM) b3PO-m>z(uwT+EZ`DO)\}g;heҲ
`1F)c}+J'8E;FA< +Zr;>E+r<R{EZf'6s
CKzͫ;4hl{qtt;FqA(oLju#,5O6#-&]6ڂJY0BI'c(99͉=z064^{|УĒʑ?8.gC)#8ҧy?? F۔F`dyK0n +R]:1lyry(G,Put.C +ǂ^m^9z7*Bwe@oNЫx z3ޒ_aYb#
a'u(^c_MlհrkhmTp,qݍ~+0VQ?H/Gml2[u@d]'*Bٴ_7Fӣ{Lj)v.S +C8W14s}f>t}M9ߺ|9\m==V endstream endobj -913 0 obj -<< /Type /Page /Contents 914 0 R /Resources 912 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 879 0 R >> +1003 0 obj +<< /Type /Page /Contents 1004 0 R /Resources 1002 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 969 0 R >> endobj -915 0 obj -<< /D [ 913 0 R /XYZ 69.866 801.979 null ] >> +1005 0 obj +<< /D [ 1003 0 R /XYZ 69.866 801.979 null ] >> endobj -262 0 obj -<< /D [ 913 0 R /XYZ 70.866 564.682 null ] >> +266 0 obj +<< /D [ 1003 0 R /XYZ 70.866 564.682 null ] >> endobj -912 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F34 565 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +1002 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F34 637 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> endobj -918 0 obj +1008 0 obj << /Filter /FlateDecode /Length 2811 >> stream x\Mϯ>MVX4-86
\SD,q$[؇ޑDVbuៃ~z!`/OnA
N -o|R·RwR~W3"yv7Ms#Q5#i1?]r5@)aH86vLmQZh(KGo^Q4j5RH ^s +o|R·RwR~W3"yv7Ms#Q5#i1?]5@)aH86vLmQZh(KGo^Q4j5RH ^s OyXzD)_ gi4BuUu TO)K63%PJ)G}{R`B"q)6$kBOƻ.Џ\{ jbErZj:6BiV4ٵ]LT!pt{r|*K^Llh?gҜ|ǙC auK[5Kʀ%qJ(ϑ2u :;p19!\W_g3` @@ -3150,43 +3374,43 @@ KjIa٢V [Nwo-ag|i,`X1TS ÿGxK5?
:
>ggmN)Rxj{M@Ws5 ^ˁAʔq\X-<xLdgx4e#>_V]cwY
c~ZN,.yMަf;fPڤYXE~ fw][tF6Q:`f&YMhXJXn읪u -ay^WBgut'ceߩ8t0#QZ*Z|Gj] +ay^WBgut'ceߩ8t0#QZ*Z|Gj] endstream endobj -917 0 obj -<< /Type /Page /Contents 918 0 R /Resources 916 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 920 0 R >> +1007 0 obj +<< /Type /Page /Contents 1008 0 R /Resources 1006 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1010 0 R >> endobj -919 0 obj -<< /D [ 917 0 R /XYZ 69.866 801.979 null ] >> +1009 0 obj +<< /D [ 1007 0 R /XYZ 69.866 801.979 null ] >> endobj -266 0 obj -<< /D [ 917 0 R /XYZ 70.866 771.024 null ] >> +270 0 obj +<< /D [ 1007 0 R /XYZ 70.866 771.024 null ] >> endobj -916 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F34 565 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F37 717 0 R /F40 785 0 R >> /ProcSet [ /PDF /Text ] >> +1006 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -923 0 obj +1013 0 obj << /Filter /FlateDecode /Length 1350 >> stream xڵYɎ7W>XHj
Ҟ -gdxIJx+%RRj8~V
"v7 O6ѷ⚖9j}>dG.RB{À +gdxIJx+%RRj8~V
"v7 O6ѷ⚖9j}>F.RB{À ;d$S}~ `u4B+1BYR1Jnm#EV kbįH6Яd{e06xNs5
[$s4@)X h$TW@tlA8:KBFP|Hpu$'Erd,~]2<hx&'<*){7kN27e&hA9Ժuh^M$mX. j<I586cV=\Yʆ`lt -LSmT>=ШXZut/p%G_ 69'."*c|<q'%B/l|dM|%m蒯CTr}/-1NM$[L'3;ЖHUE0HPk/²<\k [=GdC"nͺē<ͼV[k9Bm
"Uیiv#.hG̕)CbǕx*nc>?W6`JW#7wˮsQ^C:鑻R#垍ziwoqԻ_
4z8dPĴ>?OկBx!Ok +LSmT>=ШXZut/p%G_ 69'."*c|<q'%B/l|dM|%m蒯CTr}/-1NM$[L'3;ЖHUE0HPk/²<\k [=GdC"nͺē<ͼV[k9Bm
"Uیiv#.hG̕)CbǕx*nc>?W6`JW#7wˮsQ^C:鑻R#垍ziwoqԻ_
4z8dPĴ>?OկB[Ol endstream endobj -922 0 obj -<< /Type /Page /Contents 923 0 R /Resources 921 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 920 0 R >> +1012 0 obj +<< /Type /Page /Contents 1013 0 R /Resources 1011 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1010 0 R >> endobj -924 0 obj -<< /D [ 922 0 R /XYZ 69.866 801.979 null ] >> +1014 0 obj +<< /D [ 1012 0 R /XYZ 69.866 801.979 null ] >> endobj -921 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R /F37 717 0 R /F40 785 0 R >> /ProcSet [ /PDF /Text ] >> +1011 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -927 0 obj +1017 0 obj << /Filter /FlateDecode /Length 2128 >> stream xZKo$5W=U嗴C8\=>WvOO'ä3\\n9:;/&0=r9Jጙa4MOowR⣔꽔4?=Z34ᇧo2mYGJJ:z_hv ;ϼ;<d/y"7 YPB?bܒeш<ԑѦ.S$HXa\]UOg-ȥUΠ
:?zY2ѥ~&jNiγ-1o뫧?V`݇$z7~HЄwIUatS3`lN/C#,[`k6
]Be(!J0%**W6GckMoq%Ki!fg@bxp76-NޱW89+[<k\(``{
zc+¬+9OYnNb]/&&R^q
ڴ&B<WHN%*ʂ}&H)E_0FGpO.f]J,#sge4#(Qt.rk @@ -3196,95 +3420,82 @@ xZKo$5W=U嗴C8\=>WvOO'ä3\\n9:;/& .D+(ka!tUƅ+%?J(l>^ɾ1[Mr1]|=RQ,%W&N
6Rݓz^u endstream endobj -926 0 obj -<< /Type /Page /Contents 927 0 R /Resources 925 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 920 0 R >> -endobj -928 0 obj -<< /D [ 926 0 R /XYZ 69.866 801.979 null ] >> +1016 0 obj +<< /Type /Page /Contents 1017 0 R /Resources 1015 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1010 0 R >> endobj -270 0 obj -<< /D [ 926 0 R /XYZ 70.866 771.024 null ] >> +1018 0 obj +<< /D [ 1016 0 R /XYZ 69.866 801.979 null ] >> endobj 274 0 obj -<< /D [ 926 0 R /XYZ 70.866 583.082 null ] >> +<< /D [ 1016 0 R /XYZ 70.866 771.024 null ] >> endobj 278 0 obj -<< /D [ 926 0 R /XYZ 70.866 344.894 null ] >> +<< /D [ 1016 0 R /XYZ 70.866 583.082 null ] >> endobj -925 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F55 684 0 R /F42 702 0 R /F50 614 0 R >> /ProcSet [ /PDF /Text ] >> +282 0 obj +<< /D [ 1016 0 R /XYZ 70.866 344.894 null ] >> endobj -931 0 obj -<< /Filter /FlateDecode /Length 3762 >> -stream -x]I
ϯx0p*{:Uř˧$vRK~ -' -Mցgwí-D_}k -BX:(嬏OA -݇DN'ܧjork(l #FwF~W*+g@H-Dv{aiڬD*1Ր$NJkҔ.)}*7@SE/&a9Gn/Z\HxJ@iq]AgPZ_
D\M$LrֳC`k*뀭h`G?s
ҘptyF>^ǜFD>E0wˢh\`p|/t7pŬጘq8Ņ+5j~sÿHiEr?EC]=~/;1ޮA pLRV$DL#ۉ[#HJq]xLBD3$!<}D164.JNLͫ8@O/FT3Ȟv/&hPkON1݁Fd̓yO}>,2jKNmR٫$;͑,=Q%WFxo#u -MU:jv:`ű[ -CWD%oH!i8FYNg^?4"Xڸ&t!D:ؓ6:X|Vi Ԙl5T T(:'b
gޚX菱Ikf7Bĺeu!9b=4Pĺh4X,cL[ؼtb
%O -ZZfТ -e'K)j%]bfX*JQ{qW>+qL3fHoLZ*?p#R5?Y^8enN|FP{dnX%X9fB%AԫWQqP(9Ui`8_i -K5ђAN05rvSITOَ2}5rMZV^9 -d֤X. uP~lKefe!Zehؗ^5Ĩ!_Gց4.yVcnF4Rievjvō%<5ji[μ\UE'ITA8ΐ]OhSe`*8鬭4jA
~X -p4`'
7`6Ng'%Մ)8f66AQl<g66SZ^^~k)aUX
$NEù8=|X^<b}2/nwaJCKz[Zi3DI\O!*{DZm`Ń7Sw\hx)@:YizH^ED$V~hÊ5giߨ?ؒ9yہHdۋ˾?ݔZ%KؔQ)C˚\[ƚ+&u1J̯JVۿvW57A\&H^*)f栵Sk!j$[Pd.,PZ&[GWhbֽ?轘.%fj^@+zwq^>+e,[UIDoIyݻPYR GoLx%1C #s"Fݓz4TRN_S;q"i}lz"p 8EOURg}Hn~WTb/?{аWgE\i WCIzQr -_uAl\O`Y5pW>a=HC[
y 7^.#? -G{qx@gkQHuw)'ܺh{6ZhyNٯC~瀞To}>5szAtE +1015 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F55 774 0 R /F42 792 0 R /F50 687 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1021 0 obj +<< /Filter /FlateDecode /Length 3760 >> +stream +x]I
ϯx0p*{:Uř˧$vRK~ +#[e4_AUJY|xd5En#ц^ea6+ ++a(C5SҚ4%ˤa +G +M(TB$|XK}W5R$#)rZ\WE *#F +:`k$\|Ɵ4f$]Qg(1gFbp#oO5ݲ/u0<
\1kk8#歸`CqJ@ͽZ_\?g)yv:R<|c!BZkOPW}-N +ZIcơ8R^/Jө +N:k+Z@P.CV="ů[QX\rdj/L"
]!ѫ0b,\MUm{<q+לjv84uSieK|:o|fjb{&I|S%6{{7_~(e\r&5|9p6sXxf x-*݆C'ߛF}ze@k2;TLz=/)QK=W.<kV/%q2x7S5([=MKbS)1dR + 4̏Kqnvi8aqL (JCOyf=P0o'Ob>@%Ԫ8Ce j)=Ss
LgVNʖ+f^\1s`{"8
I
S@xIl5~B 6|
zPfϙ1T;VW>2~¼?=cXGm uvC)|Qcp.w1Voi+ϲa:_+˶.yREjP7ޡoCEo5QSH;5Qld-X
f1^ +Щ2NV'ҥa37.խڰ"}͙s7yNv ?O7V=6~Tʐ"&$ז"{D稅CU
jM >vJJ<9hZwT>r;93ֻV:сZ0ŇX@*uDO,z/&zh Yp7Њ^]JY;cVbUR?Q;+fR}.BD)T%sV!QD gPEn2U*ᦔӗpNHjZcD&3\>H-NѓGz|+~_jBE;[)UXO24Yhc#WZ5ȕP+^\0R{b@ endstream endobj -930 0 obj -<< /Type /Page /Contents 931 0 R /Resources 929 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 920 0 R >> +1020 0 obj +<< /Type /Page /Contents 1021 0 R /Resources 1019 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1010 0 R >> endobj -932 0 obj -<< /D [ 930 0 R /XYZ 69.866 801.979 null ] >> +1022 0 obj +<< /D [ 1020 0 R /XYZ 69.866 801.979 null ] >> endobj -282 0 obj -<< /D [ 930 0 R /XYZ 70.866 347.393 null ] >> +286 0 obj +<< /D [ 1020 0 R /XYZ 70.866 347.393 null ] >> endobj -929 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1019 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -935 0 obj -<< /Filter /FlateDecode /Length 3290 >> -stream -x\Ko$
W1sD qe3Ş6 -5B!+$kִv,amZ0tuPZp+Bi_l]e[.?d{*Py+j:ʦKH"2=pvP`ݽ|]ѦP -
/X/~פh#J9 zld+{"i#Jsb4S"Hk۬VSh -[3H]!41sdu 5 YY|ϧUൿ`A(߸kD!Ѿwm 2oQ] 8ZkxOUdˮEPq%^22o/lƭ븽&!FM5nX!5Zv]l6Dep^j-<z3ӰBK;l?<0JsloLzI#[7rLkY|^|(zX8/&#PLk@Ď(eN@^"_i8v#"!9$7GaL$CB#TV#2 -}},Dd -U'z ]ѲDVϺbUЖS-zKw'iߘ -ɽj2&-X֭}wt(r÷1! ?ehJ_A,xsrqKnkfRqj@7OTt*iED]
s6eX)K/_2ܾLbZ-B%7L{g -[8><Ih WHP_hT3E1}NO@8krRZm.p<C F]~^8Ykn&8[iey+<,LqQiT$v:!uzh0jY:ygRʝBSO[<^ȪNd[3*cYuP7~)3wj`gG?mnyrwS0_({Jy[* -)}_Z)!yӞ/6k@2?5?72^B?)xAs@ 8N1 (2W5ŮZ&Ve@݈f˦u5=[0μu .nOy$#\Jy8tuN>@IŷǙwM>^ -t g='HcYm^рk_ţd2r̓es966 -,k0AkJ/>Od'_ƾxqEWbK7ݵi5GxwRR$wF9w? sS(VF SO2%3]f -m]_SfhJሙqK^`طsr^S)lw^Kyq&
NCe<ڳݥ_=&E -UOBHBPDpl&@X?4PEN( -os~7kK(
rDSBؠi}-Y)1'SZWxgÔ>ΦcٚF;w1>2Yɭ}Ş`JH?&/U -'!Ŕh!;
+2|]^_3@Gt|F J%ACY&yxgo9Փ~}TLTcS4ҥ[$00vD$p1?eEHci%CwccZ=G3Pa^Hrf0 -lz i<QhIy y;'=$}]2Z0n2?40r(OlcȉY6*5YF|b8ɟuYz<\\<4it:2dY^WB"W#.x%)+a&R+uA,U-u.m~Tc0UsL>l:Јs3 2\G礷zϰşumlh6QShI,3枂koL:VH:v`t2ұƼtl܄tݘtDxξ 4ΙuT%#Goߑt\|nEN^Dʟ=FNyi^8]1&A=z;d2[T -Ur|eQ j(K"S9:L!myEKDԢo?OV,zw!CpދPtWayAMn&hX/,SY=w6H״M6A5d:XTּyQEo4FFsh2)ሒ&5V!*ɗa]iu@# wa4ln\Q֯[W;O}'7>9Qq5߯ު{>:|t}T$i#㷲}uFWئXgi0#ͰG1fk
Y\.lm5G91nUCF>k1R6r3PDTpA0
/4 -N㪰d9Vap!ܗ5shbFP -qF`/ϢC3_(9WXr"Wbq5}\a&\aH5 Bzy"m
(yi!+%u^OQ"[ՉV|E5S~a(:,,3glL꧂9+[Q>_._`>]@~6Y3|FSVw -8[\
rpJ;~GQ -F%oUEҔc'dTX{bIdԘdTNIF-.%tK5U'etpު;O?I +1025 0 obj +<< /Filter /FlateDecode /Length 3291 >> +stream +x\K$
cDR/`0gg'oqfĎ8@|)JRu=wv]]>RH~bvї{/QE.}g}1UpCT?.?=h
k6OZ[l/|
Cy*:3 S/JgrK֙q\D$K}^TźK,"m+J<Ctx/_pc~Z;M%V`?/1<wa& +[@Ď8eN@G|vpFBD{Hn!|;0&as`XIE(=2jDqnYW"2dz6&u=ڏ@.Ő^T"g]1OwNeyi⯯zǺprfb;?֓q弅oLC32
)+,V)>*hJ/;) +B0YٗlaЧ)'^'',^lՖ>~HI:, +(p"q:bqe+j]l: ňfu5{q8a /ӝy-NA-?l摌Z:>(/yHsANr8p%μ2yrj8q>/G
7Β=xktD9ִ d2q̓es;zYxk$XxlDz"u{w^y#}7ޝL=»sĕ#={3ʉTXl>8<un`D=)aVl<S`\W3V8y"+4q(LoOKyqf
NCe<ڳKzVUM̛V"ߡi߉MF:@lرxT %sf`8 +Whu|;TS:)>hek<8 iA$'nxJ
Ntb e9\)4KVSXP6D;kN餏u$EufBGtr J#AcYfytgo9$pw,e0K1K~m.8t'B$O(DKLc+
f\9BO0QYBOgN_8/a'OSj
z~ +%.'mDz`(Y1*-YGrb8)l=pQ.^<4yt:2YހWB$8|rq +jʹywvҲ?7k~uFMi,n:#)~f`˴EH3QYgZC`^J\l}5G91nUCF>k1nr6r7дDTpA0
4Njd9`x!ܗusbsVq +qFh-/ϢC3@^(;W،r"W-ܯ +[]۽ + f96a/EPj#+'g|xs^p"+[͉V|E-S~a(:\gR̙IOsV+U|=!]|mfR@Hw*8[W|
rpN7iK2W};K[PzbIK2p$ż$id-2ZʝF7{&Ģ_ooWޝI endstream endobj -934 0 obj -<< /Type /Page /Contents 935 0 R /Resources 933 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 920 0 R >> +1024 0 obj +<< /Type /Page /Contents 1025 0 R /Resources 1023 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1010 0 R >> endobj -936 0 obj -<< /D [ 934 0 R /XYZ 69.866 801.979 null ] >> +1026 0 obj +<< /D [ 1024 0 R /XYZ 69.866 801.979 null ] >> endobj -286 0 obj -<< /D [ 934 0 R /XYZ 70.866 625.195 null ] >> +290 0 obj +<< /D [ 1024 0 R /XYZ 70.866 625.195 null ] >> endobj -933 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F34 565 0 R /F37 717 0 R /F40 785 0 R >> /ProcSet [ /PDF /Text ] >> +1023 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F34 637 0 R /F37 793 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -939 0 obj -<< /Filter /FlateDecode /Length 3954 >> +1029 0 obj +<< /Filter /FlateDecode /Length 3953 >> stream -x]K#ϯ>,CV;|7ç$NK~n>AMErh&z}$/_3oQ/?= _r挹X/99Ϝ+87? +x]K#ϯ>,CV;|7ç$NK~n>AMErh&z}$/_3oQ/?= _r挹X/99Ϝ+87? ^Nɒ8Ѥ<t6)) Ԋ 8O)}zv@M=BHaɻ4?gi<JڱOhnHƒv@Q @@ -3302,194 +3513,193 @@ x]K#ϯ>,CV;|7ç$NK~n>AMErh&z}$/_ ϋ+* bTs \}J"`e 'coЙHqDS7kQC3E3 C6&q;lhfQKJ5썦aQ1gGlY -to=-P!edn<ݭyXӯw9צzip(Ӛ]480!E:sWN.jG{)m_Bݠnw3#EqIunӀ֬.#g|٥Mm8S6Y9\N7geQHsؒ˙y+̟]DT"S)Ivk[פ//(:>tz +to=-P!edn<ݭyXӯw9צzip(Ӛ]480!E:sWN.jG{)m_Bݠnw3#EqIunӀ֬.#g|٥Mm8S6Y9\N7geQHsؒ˙y+̟]DT"S)Ivk[פ//(:>tzg endstream endobj -938 0 obj -<< /Type /Page /Contents 939 0 R /Resources 937 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 920 0 R >> +1028 0 obj +<< /Type /Page /Contents 1029 0 R /Resources 1027 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1010 0 R >> endobj -940 0 obj -<< /D [ 938 0 R /XYZ 69.866 801.979 null ] >> +1030 0 obj +<< /D [ 1028 0 R /XYZ 69.866 801.979 null ] >> endobj -290 0 obj -<< /D [ 938 0 R /XYZ 70.866 210.042 null ] >> +294 0 obj +<< /D [ 1028 0 R /XYZ 70.866 210.042 null ] >> endobj -937 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F37 717 0 R /F40 785 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1027 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F37 793 0 R /F40 876 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -943 0 obj -<< /Filter /FlateDecode /Length 3525 >> -stream -x\K$
sXY"x< -/1>ԐY]'U"(Wj]X`9}^K=tLճ5A76=%8)֣I@?%)S~HҊfoH>+B9U - -ǟ"bM&HG;?GۃG@fd74
9x!M:o@Cj!
?ӏNj#:9-YhNhg(Y3GP9`ƿG'?|^s'dCwf=Jzb3z,\6բSw5%Zv; -~#yN8Ϩȿ)Bf 䧍> 4JSэٯs{u5hob|k7]5ksY||SlY[JM_HT -&O~Xy+:T<NmSkGqR([˶Y -ӫl_˱R WXIu_C+z~0S:i;}S|SzXNa9@HgR0>#Z{/H['Szda74w6|MO64O gUijijzt߆g4_gգYgyb#cKQRƳ(8r/<c(dȌ"Y>eMv7gbeOdjZ -ff:#[ƮһǭA7ȑ9aI'A8XGSBPrCj5k%4%9_hjI~}`:@_[iȕh=8,'DnCv-(.,BwCL{}Wa?WTP_kE0m_wΊUfE
fE=oˊjˊQcz{gEd1h6g̘bT4z
Ufm_ް,g"B#֚Kt6r'GG2!ULtJVn|uSrsw|[gSUէUPn f/umY` --fdt7媱~ؗL!oV9PHWz -rY;8GNGO1E7 -1pjXpP -oS@EA. -O0)z库`'c-όK!8'O՚=V=+ZZw]Kwym4<MWL$ULёdnc4JjŤ( !yȊy -0܀Qj96_RR>M#r>o-S"v!{f<n)pXnnP5--ؖZkRh$| mNjm(A -gtR T-).KEiY -$Q
4%=]kKz2oq̓heeRyh&]闖Zz JgIfn3z5w P'%Ԓvŋ.k|
ݙSMZ)rn9U~td -u{鎢Y]ohL[/ldɬ^tC\"O`y
2#LN6 -8zBM|RU+jp "<%}ň07%7cڜ{)N9"L[,($oi&ۢ+nEGI7upD8Iio,_ruYF1ͨwsr_ -kF
k+aP
({ IPQ?Ps]" -Buj - *vVJA -© -kWV*Fz -B (UЪԪQ[AHzVp\H9WA -&Rw=DTk -E{'kPSW@@MZ,
_>(i(htS·dT{p 6N-5kuBG(/惚 +1033 0 obj +<< /Filter /FlateDecode /Length 3524 >> +stream +x\K$
sXY"x< + =;92𢽡"xٛk%ϊPu9) + VbM +s$/5F+J9@.ŷs|AmIu!EUOGr`CD#A#T 3X2frH{&^7!CşEFڜ ,z'y3|pq\(teGp0}_\YU#OJ>l/9;d3v҇l%jقLih\jQt );[ad^q<'RNgT_WuVG
3DjFJ%@Щ9:bb71>yӵvڮlb9M,yj)-&/ +NB*F'Ho輈Ur{UX6t) #8)e[X,frXw+rҺ
ˡi=?˩f4
˩i˩FS,ݰ $3]YjL{P=H$-R)=;YpPQr&'tpwƳUY
Y=oójóQczWf()YZ1HAiyWDWdM,C2T@&[]p'M5C +oRQjʞ~6r+
*H2ha1U܁t%5bR<Hd<in(5X/E|)~)|AZa +ӽBCz8k,77Cls-е
v4 +GJE'6 3:
Nĥ4Mo +gUd?Ott~_'MaLCXsO5;@Ie
F_bc#jMkR/^(kj7=YpDQ0$wE &f5f:^xMc[0AFg)Oް8%"iӒ0WJ~+%~dhJ[z+i{FeFaa,3ZOѱv%tB~X4EŬv4bH'ؤi}ko/2Tfo4<,Ek=@ +\njh3Q >|E9\b7o9WKw(ڒ%=ηAlF<OXi4^[ +.PKK-X%ͳ$3P=I`HI˚wݻ|^{SωjIqG;rWcE5HՆΩfr9K*?g:@oT2tGѬ74H6dV/LP.W'k&'Y̡n%Y;j2 fݭuRpUY]= +qG>)ĕdVRbD1mνQ-w}WZX[4Um"Nף$:8k"ptlp$7/:,f;ùhe9˯d +qpCB6蒜L>jrzԌxb|ݑ/Ub {5A 50UWJA=T֤\YAZA(ȹPsCX +BTLZ_pB Ta͵++_P|]AUi +h_ +jU(ݭ A +d+h8M[.ޫ h +f syͻzR~I"ݵ\Sq\RNeТxх +B\A5M
vv()+ &-/4j +Bt:)C +2*qU|qk@ɖ5ﺊP#fW endstream endobj -942 0 obj -<< /Type /Page /Contents 943 0 R /Resources 941 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 920 0 R >> +1032 0 obj +<< /Type /Page /Contents 1033 0 R /Resources 1031 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1010 0 R >> endobj -944 0 obj -<< /D [ 942 0 R /XYZ 69.866 801.979 null ] >> +1034 0 obj +<< /D [ 1032 0 R /XYZ 69.866 801.979 null ] >> endobj -294 0 obj -<< /D [ 942 0 R /XYZ 70.866 464.349 null ] >> +298 0 obj +<< /D [ 1032 0 R /XYZ 70.866 464.349 null ] >> endobj -941 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F34 565 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +1031 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F34 637 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> endobj -947 0 obj -<< /Filter /FlateDecode /Length 4136 >> -stream -x]Kc|X,_bO -O) -6It=di7cy=@@ؐ#쬛hrn-(g^ -B6hl,=g뎄x|,-p_7HqO|XӚ֙h{fG5A ٨$kdUdjmLI^kYM<+1ݜH-]&jqk:d -ڒߠk9$,9B'lӤ|@J{آ҂av(d=lўB-k8:Y!YŌj
+iI{xQxvʋWE&wdT-$*E%hMX6Ydۤb@@^4#n`+ ?BzS@^|X@ƝN6(B|FٓZ"kƤΖk9'WAdլuсhKk&H#c(a]ˑF2j>z6Z|urQu(fzQZ>YYηl4L$Ƶh"|Z0* -'Cus"gi Pf=uLxX' fJ7,\,hxǵ7#7불/# -fFdR4BݬqSL -OKJ.RY -,f8'ʹ
66jvħ\ ')j35"̷d I|DdcKObΖ1mͿz[wb$.PK='# [z%!)?{Hk<=g\1mX?deŀ3g^ -d4ꖡW=DԺY>`ekT$Yӝu5/^{2(>ᨪ^d7ur&lUyUd}g6Q=Вk}7!)H(\hq$]`nu@QtpRyftj}f!̛9# -=Muzhs[qk8}:bzJ~Q{y,au8ʅOK83xPϙ'?9FJI,.2C!
\Yu=I CidaL2}aU\.EnsG9%Jگ=$$+e[mK;ƶ" -?ED
ƥQGP
Eը75Pt
E5sj,O@DS-V6:#Ɯ2T-ޑ8wVs?m BC_TGٲ(6\Jj@-ia/gsG|9[yqҒWř.Td+ k('sĸS4c-~Ɛ圆]'UmP%Ox+GQNmsYk8]*Zzv0iIssdw)+ȸ6^]އ>[z^ezˡal
QYQ934vS -=eF[܍]z%${a1
{*Jƿ|YJV.ss\pԜ3ՉrήA '2><W+ƽtZ7cѬJ֭J^i3EVNCe0B
־UqLǩ}6뗒ł੶āI/<ZMdgp+7<-7`̦It4[>Kk[>:d7P0-0A),SH{Ϡn{o#Id|Pu!FW;>&v=ɳMh~bX<h;>r鎏)`"邫_"X>}o
"~1tI -3IZ:*|@\#8G-\4FXkX;}[Ѹ|h\cy^Ѹ1@sޙn0;_>B)u gͷpPʬq鳸O)=8o+YNl9bVi|w9zl!gxk5,y-#iybBi$]>gAZmfԳx߽5-Apѝ4Iif+%KGa<>>&N=`jP6EJ6z'H{G?-4r[Zk[Z*l|X&j=GJ5_Ӗ4lI3asKZ3?̲wNdePV4Kr,AVpi%M>} -4lJ3#R'a^(O]"Z7I[nj0.m' Ҫ(%$okwfL6pjm?o|}B|Z@~h@!v1'o*!ccتl}m'Kd]NٱE| 3g=[HA ũz;eDbN~@ѐtuKסaj[u(Ǹl)uXa)Yq S)``{8Wc{,-ZrWu~; Q9aqC٠hQ8eџPܗg⭄f_NdOքAhVPVUHW?DnLia9@-ܢQ'M<o4u/%*c|!~-K}srYo}Pe"OCo!ԃGB_:2nN>5 +1037 0 obj +<< /Filter /FlateDecode /Length 4138 >> +stream +x]Kc|X,_b +*S +mxvcszgPԐiX iq*> +ճZW)y +P[x+/?K
q{+CZ]?`Ԅqc3+X#Ju=ʐmMRq0]5++{}MXGE=6&9;&Z[:ٟGgJ4XiZ)fFӚ'ȴمIzCpljKfu`R3NvdN}PPY
CS9.Oh$Mys槜ib<k~npE}ga
+h]=5Wqwxd[M+U*&9@h2 .G_\`!H]?5;ӏ<G\[$ +RK8e8=SAVk8d=d\w$dPųciMD/~ʠ䣄r$DܳX< F%yL\_ "VldVNZjRY\dD2oɬ2Q`[q SЖ]>fy$` ' 86p8a&=R*
6T|[C!ajy_ +*fT[8 +P4ߛJ^ZS^$-2#l&W-2,a&@kd%oBy5@My
ayw:۠| + eO2jE7ƤΖk9'WAdլuсhK{&L#c(a]˙F2j>z6Z|urQu(fzQZڬkEkSn6&x +!9CQusfi Q.uR +oH4~ɪV<;E%!YBpPO)V|E|ooKLI +J͔L5"6nmǫ9H:cy]CeccTrָ<L eX?o&=!]F4#>REP7"'y/krӒTpfD xw3UTM3qtA]$QЬװYa%I{-O[Jf:xsi+hmdL'd%1=Lu-pZr9yO0#Ym<)-+JRil^Ӹbq_bcń3g^ +\a6ٝޱ+XRr'hrB5!zҸΒ;:CD:p>DT:QCDGo;DTc>wCC8a1n3n*c9Heqg<=n@i`yg4ȈHu-h%*ےF&\)טr#=F|5[qҒWř.Td+ k('sĸSb-~`2ܞToA9sG9SΪgjth JM¬%
͑ܥ Y +xuFxly㋧&Z +j1olUn} +
#V]#ԝz*n݇#SOYXOv*>[rqԓ.֮5?$]0 endstream endobj -946 0 obj -<< /Type /Page /Contents 947 0 R /Resources 945 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 920 0 R >> +1036 0 obj +<< /Type /Page /Contents 1037 0 R /Resources 1035 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1010 0 R >> endobj -948 0 obj -<< /D [ 946 0 R /XYZ 69.866 801.979 null ] >> +1038 0 obj +<< /D [ 1036 0 R /XYZ 69.866 801.979 null ] >> endobj -298 0 obj -<< /D [ 946 0 R /XYZ 70.866 565.451 null ] >> +302 0 obj +<< /D [ 1036 0 R /XYZ 70.866 565.451 null ] >> endobj -945 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1035 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -951 0 obj -<< /Filter /FlateDecode /Length 4945 >> -stream -x=ɒ,qsL/&(B7ӼI:ْ`] -Ujt
uׯ܀/x/ލ| "XQ|Q/N -oAHo~yW){)G)CJRZO;D'Hs#ߧ?ZW>?џJ#[V?q#r{USϙg2vcQʌFkGYb1zV_i/"_^Aa4߿)Gr]x'|"I BYrM/дޖBWNf -TpE^S*P
]icN<DF -躥|;N%=8nI܆YaH~DE"\q TW֠t:<5dQ3 -
B.R"BoŝE9B] ,7{]bmzyRk?jd#hycZT)/21}ŁL q8FϿ=D&YrEECA -O0})[)<D·It=CAJf?MHt4ׅơ:Ip4V\miKeʵZW`9T -]$ZQҞ+Wz!ϬnF?Z ZO~H"'C"܍5Hr^:_3L'EOu;<N-97`y&/+StkDncf3ב|hPEJ4*~E [Jh^!qBm͜6Vy|E,Hr b^UZy$ؤΚCAƆ#R- ;yYqIQ8VOzp+"^e ^xQbztpE -㪛"Rtؓ(Tdݱ.݀S00E"s}UEh.Rz%wMQH4.]:[7=Whrgh -Ϊ(6!(;2G 2lozLtqɣnFrV+q62m
8e<jR4EYUr-^D -KS6l4"rDK4RkRWloM%S(-BmMRxFRdBfã0/32XR`f73Z}w -ҧ9bk3{AK.q0/~[Q5lT^5f@|+k Y
C#Ǎ_ .⭶04UŨ7M~驊m2t]r85/:L5?=`Y6+/B<nщAvS >q5K,wk' -c|ExUԖ2]oܴ'?M=gJo}m-u]uޘpz&Σw%(]DuvgeXw~-[1n\b\f*,h+q](Kh&dl39HXpa#^Z٦;6=[@y@4-U|Ƕ.V6n9_;=^74A'2S/_ -9C:'= -9a:ԏlr4iobn.ccq~x -e7ykkH'>]鼏ti?PpO3\?yeږC2\$&t[+wrCY8zAX*$H3 -yS.&wQRfb焖nrs~OQ}wWzkI3~DTdw]-~t7WpF! ^"m,^%:`xwQϡdYos!379mq>̐x}P)OE½B8_cU_JGDݐ7X8bG&|'%ȳkul=An'[ΐK) -;kt2>6F(e*nQد#??n8F+խ`=i0hT౦(fnШuFh^szřLjE=΄ҠQCys._\.
,ň*nh:P#ks?DnTԋIy2՚fg::-+>fX
|'j'.xZs6m;(<ioW+;ްRZKMg&RN-`frQpR[SY.+ף"~=$OSu8cs0^x* -'[<WAW^7b@B C(]Ǣ8<+|\v'u,Q)d55&5xH#4L"w-mʣَ6a1IJڇ߰U -PT +1041 0 obj +<< /Filter /FlateDecode /Length 4943 >> +stream +x=ɒ,qsL/&(B7ӼI:ٖ`] +Ujt
uׯ@
/O_|ȗ _~E?־8ח|~R=4(Y_CDz.л91RJCzG~֪e4zg}Oyv)Ў^*_Z5όz<ː(NRf4(];QOq\/_ +?~^(Go˯$0?JɌ- + vP~q +̅U;8/Hjp<T\@W Ʋ6H0@8DA$A:.3шo +E)(NKK;Cg +3 +vN*Pԭ +T3@5PRj(PCk +tqK1nLg;:B {?C0uEB%XT0:nQ$5G 5E +Z`ӷ#BibpGI%z¸3莍v3hBV) +/ HaI%o4%hsUSdVX;"8GowYcYc$Vhi!sC}5ՙJ]}dL$3(ah2/ƤP:Zc8s6n@EME<=!7u@rKaahajQz"쬨CpB4BK?.Nz%S<LGPnKhy7_"kHfmfyRboZK~wɍLIIIϴ#+xVHIFྥ_οB8ҳ!ۜ~܈"r["Bu2\ץe^lF."#ߒ0jI]&\9
b&G!аadQį[Tv;!ZP52ZX,0 z$V*
P(G1C2[Dr.*&+E`fGP& +TWxz:h|i2}ƨ{AFY!W}B)xY?!7ŝE9B]RAXP Vmvb@-yI@e_q;>Ȇ?6ߑ_ycZT)o21}ŁL u8Fx{L>aQby8z86~N4GmCu$ɗh0;XLAӖFkg56s15 ۅ h9PDYBA췰$[o.woiAO=g=mOf;zH֓!H,wC
\>!iWIAhN9OSK
ac +WvIf #{AIo{ءN?Q=\vQd7#p9(ѶKڍ2qZ|J5h3SlUm`l_(<.٥^)6sze9%D`)k5x+6scTЍD-BmMRxFRdBfã0O32XR`f73Z}w +$Z͒]
;;G\7Er9rEΏ 8==HEvo&i;"|
8'"ON
hcYE֓{fhYkܚ[kVB.7u8I'PjCeJڬǢ҅:fQ IvO1@\N=ܭE=C,چ#jE)n$L|I?lc[N5c͝:EMQRl +3ghWCMЎ;I7RG5 > +4hEJ~MFʎjp1 a!x\8(qϧ&tR9*Z8$*_#tj H5ji0e =R^լYt +bA- H;r3sKtKDB
yxC2WZ@ξ{Qzx1֨r\=#۷F*2/|SH<SFr?,w;8A;#2uoS=˽oջ} +q-QQ K?+;1RvWn $FoyWݨ_v5SOWsB\o!v^MyUUi`|iˢP'|PX>h|PsV> o +zݥ|,d94x/)!'.D8gPDEqGh)ݿ3%$- Us}*:
TOkw5jH<gi?qlC>Lh"0"A>9V +|U}(AC{YvC`;z +"y`Av2!?iШ!ׅ^F/.b拀nv\gO7uG~ܨ⋱e5t7e9uu(>XH!5XCVGkX>QSe>QTQ51gݶ£94u{.)^jڧ80KM;x3/
p rQpR[SY.+ף"zH:ߦjqv`fzS %CWQ8 +o\A{P5fZHdg/(>.uTij)d55'5AxH#4D"w-mʣَ6a1IJڇߐU endstream endobj -950 0 obj -<< /Type /Page /Contents 951 0 R /Resources 949 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 920 0 R >> +1040 0 obj +<< /Type /Page /Contents 1041 0 R /Resources 1039 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1010 0 R >> endobj -952 0 obj -<< /D [ 950 0 R /XYZ 69.866 801.979 null ] >> +1042 0 obj +<< /D [ 1040 0 R /XYZ 69.866 801.979 null ] >> endobj -302 0 obj -<< /D [ 950 0 R /XYZ 70.866 481.554 null ] >> +306 0 obj +<< /D [ 1040 0 R /XYZ 70.866 481.554 null ] >> endobj -949 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F34 565 0 R /F59 743 0 R >> /ProcSet [ /PDF /Text ] >> +1039 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R /F60 834 0 R >> /ProcSet [ /PDF /Text ] >> endobj -955 0 obj +1045 0 obj << /Filter /FlateDecode /Length 4277 >> stream x]K$
crXY [>%c >$*ԭ=tuGQ)v|xW#/A-^A.N -o _IJYJRZO -- VOIpzO٤qgPg? aHzg9]ɜ^yAB9f0 &<-8
CF3Qep$j]a.?id)$QN{RֻV#3}2 t=ץJ;yBFɻ@L]'a|`m^FrJ8@*zd wgM:J.4!ǁpal+
G|3o&_oJWy"UiZj5BcE<N/ژG&mFm42juQj^"z\L%eZMV"O35y&\[>i@G<vae`>pxaVo
0Gg^r4\CS<IEY;]#'aM|[9Ӛ{T+u#kVV -6[v~8n%ر7 iGnMc"{PT̓6>aM=ǫpuGP`lX29vXӆ3ByԒR_X -&1FK!j$dt.D6T&#`K4Рq -װ[;r_̆z*J7e //`fr I)fYF]FW^VޯS>YZaI}Zaai"s;e<tv,
kwt,9NPt,ut=CMF<`]7/d=/<-e(4Z[f(sj74WcML\!OFV(ֈ?KG8\xlEh*&OT|B*<H;fS&;i(2٢]+gfG=
Ocu H8j9>P$oj4;qrڣ'7',R|O܆QZSo*pŦ샚2Zy>fZzJAXwL'<,G&9> -Ԯ WQOmz,<F<ʞyd~y#l/(vg Wڟ4$S2< t!q -G6'
]
/bŦ9]hDf(E ]3Hj@s ˅2glKjXsgݪ1SٰSKh^2hCwGdufꖂrdݪ1WR+ٰSLaMs@+Qu"K&4.^%A3>4ѼjՊP4iCsM70yKr`j:mKNє a<aZP 2ui,p4*Auේ況7vߣ -Ʋ8h@Dq -Ayy84)`0R
3G7NR -}\ -
a'3
zRm8ai@sBMh+ة`#cɂШfGv
,Х> -z -$ -ǟ5uƬׄ4nY0K,I&Y)1"9$gZ\t=Lb#|"]Egv~_b:K)]B4ӼWIY;IuئW?>$ƒk79OmH>yё|{ĴA`&v]uc@v~ IҝU}сNs]Q}w̚7g:7'|DOq7]ɇE.yi
4 +o _IJYJRZO +- +A~|!01\@O4L=k::\2V(F;!{ +z{{_&Z)p'Qhӈv7yhڠXp0"<k]R g:{<#HZ/QwᬷIGɅ&c8ncP!YmeXomA*6PJ>qQK-Fhph zE 5VѤݨm&SCF5 +VQU0KRLki~JibFѸf?Oӄ뗞a'41ll}t/X[>7B"+r5@&y^u(y x=hc3+ck3Y~+gZ +icuc*;Z
;Gv[S.9;nHXSQB{19F4_fGӭ;&!xȭiLd^ʖܞ|`y8'xC] Cr#h +<b#K&GqNKv!wcA;`!aZ=[K=4Fha)_Sb$(uJdpIB8#֒#]4N ][#$<TT8T@Z8ߣupkL}i ?ܖ@]^P~^5V|r@NPo_eCFV;U%WW3,0sqQ.<i4,:˨3juu9+B+?O 7,,MswnΎEaE ꔎEc1p ;Hݗ&!照Ž:~FXk%un\
2FjLI8iכ4IPӨ7PgiGBqC[MQXes^ +OHe7iǬ|j$s4R\&[8khҽ絡i)2c2C-g=j-tB
zg9NnR{dE/ܝ0Jtm\Ŗ@W"ؔ}PSF+CZ_O{] !"HW!W¾$RG!ڵJ@;QiPC#ނhG66oEEq,|7ArJdc`T'=0Y#$X(&^|KB\l4K,H2!k)P
{wbdP~VmIkN[5}JB#>vji-\}B"wȃLRPյVΕ[5JJB#s%vjI?ih%= +мNuIrT҄Х +JhR8%Ah]+Iksj΄5 +p-)C}l^RЪymRak5ʭt%s6;11I +^Iu*Ύ)ٙˑ)yW.
_e#"ݼX<2pw.͔l.IO)b\#>J>r{WO:uܠ87l&CblH(WqnҲ\qqxNmjV`-ThwQGI*w/TWFu!7`k?k_6MMKw>E0*re)I2&;˞N]78MZUYN_
\7KdA#7VQ3_>*UMRU2um-e}e+"]gs&VFgt+Wy;+}[ +Vym3%s~w(NUxX +`[oI,y6,V$O(GkKB?`JddEML(<.ZUכֿiÃ1jcb.Ɯ~mrh5ep4~9z. C?kfaV +<XI\rՎۃqעk'sѦHzE\.c/V=V*jTRSxq?u4騛g:КIu$huӲA84'#zziy93rXVht{ 46(q!]_,Ea4@6Zs3E&ܘ",y"ܰscs9Ю +_Jv۪*jT$PӖ;'aBC=r$l) UY0 +'`h`w(04`rXk%<G!?\caܰفPO\
5:ͳc0hUH m;z`c,Y5xLܞ%049WXB +5n>} +UivVyu?'J +ĠSV])#4dmCnعJnFHo{4U%n%Qp9XH)ÓqR -~dTj@$U"<1@҆ +Pر
8ߒjsv9yJui
oIJK{T`нzHEՂJZjAhiՂn[ml[j+g9nI, ]jpSx{%dt2MWP6 +ChߩKN~ځw߮9;sܫ~I<:ۣPȒ$+ӰGiqZVDtSØuھtP9-kfC%$+%F7>#,}\됋nIu/:ZD<HcTLg)_hWu_}6^A*IWs>k'_5cۇX ҕ}x|pZ8a:7㉳'Ϡ3:cOޑ6Įcvl:Pyt$cUo<:i|ySk<YZ?S_愔)N+>w?/D endstream endobj -954 0 obj -<< /Type /Page /Contents 955 0 R /Resources 953 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 920 0 R >> +1044 0 obj +<< /Type /Page /Contents 1045 0 R /Resources 1043 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1010 0 R >> endobj -956 0 obj -<< /D [ 954 0 R /XYZ 69.866 801.979 null ] >> +1046 0 obj +<< /D [ 1044 0 R /XYZ 69.866 801.979 null ] >> endobj -306 0 obj -<< /D [ 954 0 R /XYZ 70.866 665.155 null ] >> +310 0 obj +<< /D [ 1044 0 R /XYZ 70.866 665.155 null ] >> endobj -953 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R /F48 568 0 R /F42 702 0 R >> /ProcSet [ /PDF /Text ] >> +1043 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R /F48 640 0 R /F42 792 0 R >> /ProcSet [ /PDF /Text ] >> endobj -959 0 obj +1049 0 obj << /Filter /FlateDecode /Length 2081 >> stream -xZM6=DHJ`l6[ {rj@sh.l;ܱ5춇3H=>~HzG#?^+vnFk|ڢ֎o#}}'߾ާ1VkMo:F-ǿY7ƿ. /3:3˵ - -Rr(cFYEQ"ZH1GG÷/ʷ}xWeYכ=YTp@POm -]y'+@byrD8VP>VH8GR<N-+# -f -RЙy\Iܒ.i.%8_͐Κi-wNf%R{Cg -.o'M00QdQxLv1T5:a~Ԉ3F -7.cEYe~ֱB]_m7h[&RAmA$N\,EP[j$dCGdC'Bl#`C((n! @i -Wf7i7n.)#eRB{gWrM\:}Ŭ;˾e_Fskh.jQ˾>7}m6e_1O׆K.˾](`e_o9wٷ˾&e_We6}/¶kb\-G,ʴ\r9y.\cbY?93uO,~d+şDKֻz,Ճ_>B_sf=9<Z')>L*F*C*HuYr/ `M!~݁ðR0yDwǼP90:wZGVg:2brgI˺A˗("r *4Nr"`
vr&m+/'|M:H-I` -qڎ9RixfCg2-t?hq!% -68`zZHڊIAj\o-/fbvU茀m2>*G<NqopxiZ`43I텟o -KY=hd#kܓe=nWOF1ꉅt.J -'PA%Ya3\S^4@-Ezł^-Ƌ=N\lb_hZn˵q}!B/51KZqMը-x~e+Els){'.eu̥"z
/̥;siKځ95B}qJp:SSO -#iF>~Qj\xp85mJ]ن|&b[EZٖsrTF>)
7\)ezw |zm +xZM6=DHJ`l6[ {rj@sh.l;ܱ5춇3H=>~HzG#?^+vnFk|ڢ֎o#}}'߾ާ1VkMo:F-ǿY7ƿ. /3:3˵rY kYΙgY
M9uik"(GqN##ۗam{,FDhM,*K8 (a6bkOFƼtF9C+(6Q}!*S,yʈh(t&q?a$&j}rKzfrK $C3fZK݇YcƙB uLLnlzӅrլ.``
N5be& +R]"0Xf>a!߿?ww`(0wQ1og{-TN7N@YLkYA 1ClҲne0 JB!H +MXܼssJ` 7:m+a!qtRX)lnO$ uARPP +VX]53R$chh#$Zj
+0=oqs~8dG=4)#&XI:[' ڰn + RZIL5IVO~s.
*FWSdRMT䨽F(aM endstream endobj -958 0 obj -<< /Type /Page /Contents 959 0 R /Resources 957 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 961 0 R >> +1048 0 obj +<< /Type /Page /Contents 1049 0 R /Resources 1047 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1051 0 R >> endobj -960 0 obj -<< /D [ 958 0 R /XYZ 69.866 801.979 null ] >> +1050 0 obj +<< /D [ 1048 0 R /XYZ 69.866 801.979 null ] >> endobj -957 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R >> /ProcSet [ /PDF /Text ] >> +1047 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R >> /ProcSet [ /PDF /Text ] >> endobj -964 0 obj +1054 0 obj << /Filter /FlateDecode /Length 2152 >> stream xZKo-9We[Ĺ n4+``$6}ʯ8ݓ\e,N:G\&=A/HhןѓVyb*M_>k
_6_5O?O?~_&vkn!ֹM<VրF\=y-ql%i#X[d")ZRƺ}Uʄpm![F앍/||2壈ɚ34}9>юb6vE;|ϕ @@ -3500,199 +3710,221 @@ wS}nKv&uveWFEmk(63o%XJuZY4 B*!Iv4NXj@F|}(m=K^fD:uʉ'UE1tA7q}B}#G].l)JaǸ/xAXqr{SMy<QBҭn[z5_X2Q$]{ǁ3r`6q# D4o7.o/M@0+VAtv.Kߔvww/wJȏ^Ֆ2{5zvnn1K]p #mehsg,* endstream endobj -963 0 obj -<< /Type /Page /Contents 964 0 R /Resources 962 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 961 0 R >> -endobj -965 0 obj -<< /D [ 963 0 R /XYZ 69.866 801.979 null ] >> +1053 0 obj +<< /Type /Page /Contents 1054 0 R /Resources 1052 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1051 0 R >> endobj -310 0 obj -<< /D [ 963 0 R /XYZ 70.866 771.024 null ] >> +1055 0 obj +<< /D [ 1053 0 R /XYZ 69.866 801.979 null ] >> endobj 314 0 obj -<< /D [ 963 0 R /XYZ 70.866 583.661 null ] >> +<< /D [ 1053 0 R /XYZ 70.866 771.024 null ] >> endobj 318 0 obj -<< /D [ 963 0 R /XYZ 70.866 344.499 null ] >> +<< /D [ 1053 0 R /XYZ 70.866 583.661 null ] >> endobj -962 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F55 684 0 R /F42 702 0 R /F50 614 0 R >> /ProcSet [ /PDF /Text ] >> +322 0 obj +<< /D [ 1053 0 R /XYZ 70.866 344.499 null ] >> endobj -968 0 obj +1052 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F55 774 0 R /F42 792 0 R /F50 687 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1058 0 obj << /Filter /FlateDecode /Length 3785 >> stream -xɮ#>_}xY0`F|37ç$vćOqk.n%YÌ^/dkH~O?;|'ǜ-O}'?j}21qs8gr-]Ͼcǿ4X?kx!c}+T8^_-,0adW=D8CPh(FLJ{<ѠG@$R;~%.h'/\8ԗx-/\[LiqFN0Զ}E["<z@Lo~v.iT= $H˄se=^ O!`$B&M$S 9J,rɳypg[1GXxj]4˻jϫ1uF*0, @sI^<c.<*+ws#ɲ82C\7eͨMj=x6J)-8sO?zwY+xKLI<!2?O1yET+@fIYW -zC`_/ )pH*Ǥ܋˯oL}$ -C?s%o(a7(_7b -Dm)גyuأ69'0tNpa$.k9Ӵ<du2H -ǪuzQ+)u;*Qo|佰qZy미zR6/z
X=UQϩ^V~.^r ^R)u?y냴K=z}<O^+z"WVJ ?CYu=|I{dZ:\+X[ݦ@]6$NScxdF]L` j&z2f⠃A1Oe"_sD3L=EBJ+qM<LZ&4VK )5!hx]J:7WY9^>ICSbb['r.D{Ms{pӤHu/iI.Z%-sy|g\'XW.kmN
oʩ8" 130xMdh
)4%F&}[zi@IaJjCvKB-# MW;w;ÏWI":RS% :okͤfWh5a&NCbj$cAĭE9W0W4Yvd=4@N{|GH䛞L
8x\}Ǝ] OB`>y"!yUiҤP!=&!sYUG)Hv3?9I`SOH6Q9j7^iFBpj6"ԇLGųa4ĂFSJ94)/&>jh-b@q1! -rXA{bI(n_nԃ[zٟg -DIlvهR[Jֹf:ʋ'[|x5YwGLsph[gm93CaSsL ɇLM!Egܓ>n74=^uk3i,\/jE:TVw5L|3ٮGv^*GAې[9<Ӄ!IT2HC>9}I}[ו0o7oVF":bJ.bI@qS; - {ơtGѨ
}`g:3X#E!3:dQ^ڋxn|[%{߬9ĻsVmh -PYȪvcc@0`4rۜWdPဤv>AɖdV+xrhڹB+?;=ϊT/2Kϫ=5hڏS˃}?nŅR7`Tą8Dn +xɮ#>_}xY0`F|37ç$vćOqk.n%YÌ^/dkH~O?;|'ǜ-O}'?j}21qs8gr-]Ͼcǿ4X?kx!c}+T8^_-,0adW=D8CPh(FLJ{<ѠG@$R;~%.h'/\8ԗx-/\[LiqFN0Զ}E["<z@Lo~v.iT= $H˄se=^ O!`$B&M$S 9J,rɳypg[1GXxj]4˻jϫ1uF*0, @sI^<c.<*+ws#ɲ82C\7eͨMj=x6J)-8sO?zwY+xKLI<!2?O1yET+@fIYW +!x6xȫl*ke|1d$APRY~DIڵ)GTR}z0ja=E~UЯ~f&Ū2!Dy^cqaF- +l+<9ZI߃ɑGbLa_?ߏȤ^cqߧHizEqٹv'F2wYрÚ6CE\(f% =^BDroY0r8
HzC/%1)."`:8##dGY G"*ńGY'Cb0[".TrN仇H"WGH +DZ*O_IY
=#BJ
J%*/n4}~ȌY3|h
5ͳ9閼u;;9D/eYVR+ +R܃n yz&HՂ1cRy7;L2)GΩ}IDZ}W4Y{d0-q[~}\|9aCBCŜ=ru/r9'9Nfv;
w{lHe6bͼIba&.Լ#8qd229Zgde/Y +Y_QHݭiGkmϽqZsobR<ؚuv)|r,绺^ɛze-Ҡ-|Tqzߝ"ful]bT.JqmhDƎJ#y/l\V}+^+hT
0拯^+i{u'V?z=um~sU\>TFa |zݏz^ RzGO^ƕRPbV0h](1_AR$6aV΄c? +V)hW#s,Y~pQ!6x8 bkb 1FSQSnJ{\I!3MUҩEBJM&)Z)=^R(kUVOÔ \^^#\4)R]rKj#vZgmbbc\9Y6 KZSÛrj*8Ha#^>-}o +AoɼQIߖ^PkEZ/PH$!uf]NpUi?gTI&:H)p@3imYy(v@MtIE %?Z.eXqkQNe;r*$z]Y.
^)ѭ'"S<=^7Wc8l'*2غO^jkH^uU4)!#THO~+tq*oC +ROf}!RMd+{kMEs<ѷP?ܿF+S?{|za6z(
xC*~ŇR(M +?ij\GzH4@̶ +
\|
Dfs)3XAՙG~%VqXA +$@(EWѺQ-e>]aꖒuهĸ 4~M֝dS3Z ~Y[P\"S*H!~{,iwHdE( +WXvz^=hee endstream endobj -967 0 obj -<< /Type /Page /Contents 968 0 R /Resources 966 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 961 0 R >> -endobj -969 0 obj -<< /D [ 967 0 R /XYZ 69.866 801.979 null ] >> +1057 0 obj +<< /Type /Page /Contents 1058 0 R /Resources 1056 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1051 0 R >> endobj -322 0 obj -<< /D [ 967 0 R /XYZ 70.866 497.016 null ] >> +1059 0 obj +<< /D [ 1057 0 R /XYZ 69.866 801.979 null ] >> endobj 326 0 obj -<< /D [ 967 0 R /XYZ 70.866 272.037 null ] >> +<< /D [ 1057 0 R /XYZ 70.866 497.016 null ] >> endobj -966 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F42 702 0 R /F55 684 0 R /F48 568 0 R /F36 685 0 R /F34 565 0 R /F60 799 0 R >> /ProcSet [ /PDF /Text ] >> +330 0 obj +<< /D [ 1057 0 R /XYZ 70.866 272.037 null ] >> endobj -972 0 obj -<< /Filter /FlateDecode /Length 3622 >> -stream -x]Kc|0Cw<|KS'C|WwK=̪[-fQ+o?}(~n^͇(/~(NJ^JuҒ.緗oOX˷{q*?S|})^/ߗ;օC`찝/#OOME-7\JIBA ۶.RvUFGcSKנ%SJrWL.k'
:K~tGy -;݄ӏ(hȣ ږ,F'.b~[mzጄT3\V2dwo.0ě&ӆէN\+kPd1 MVeiي(X_NGGGy#*ALʺQ\MI3o)sa4b)"X5pu5ND#G~+VORNu+/o$_@#6i枮W8]INmjcXM$d5)5D$;cI^&P+ji̞r7I,&bvZi6˸(I${\sS(H C6@ieg6de+QfefpR[W /A(ZHC>v먌%7DS0=< -@b/$lґW%bHL_K7^V64{̥QC_qEdhGpnc66"Pؓ-v" u?epҫx6$ͽ!ZFX"-z=EK(>9/cӁt*Ka:ڶ 4G|6XScF:"[`C\<y4`~ -|6Y -lJrE!ґ -!)oe5&=ϡ2_p _zWt@pz}Sn+*4dwk[@r[@n -ṅxs6 - -ͲG텅T0^uy{"zm -^DAtpzL25BŸ$J@wz!0U=¿>e%3C,k*{?}uutfǥ\qDOT{].:H!F8'4'LWEe!pk)!@A%DbT_Ej9|_[%t7r}/5@uYRl{Ds?82Au!;Yv:1rV>5HEduΜnyey7'S6O2?;RAjgsY$]IgnČ kTvM2 -Pƪ-x7 mEza2qI^8<'f#{XsߨYȴu1RxmN=۪g'UuP#}}kz6WTid -JxCڎn@Ce"!o؋S.눽LtL^saˍlJГ -kΧmz=ѧG̓O<^oT) -JN©03$"eϵy:WPw%~uC)ngRF8xGͬZQ>յh3H%Գ,˽WWDt) -{I2gyچ5::sEsM#~T(^<QQ_k3BXDtW\'I5#u
bE6K9R};xpל'\FE_|HO#*ʚN(Ψ\z0$wy"o=ϷxLwZmWL oGmP1fOe u'fǨ\¹ -۴Y"97S^Fvu%oYNms~=+0L9L%C#ӎK_'.,'60!T#9N)KtkCa7ZMg/4\ޜA?_73{NVi>?t`mBL|m1%S#/ݙ::*ncY_" -WYVk2UP̀39(iuqxYx3Qt©1R
mTȇǛ͏WuE|&^7_cg0 -'9Z,1o]+IGcLU<jxw#%qO]Ú5nb Gu4o0ƣy5G.oCp~lD0{߃3cC*3< OҀ}0ƶxD>qS^'vF%>N+z#b ٹT`IcI? +1056 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F42 792 0 R /F55 774 0 R /F48 640 0 R /F36 775 0 R /F34 637 0 R /F57 799 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1062 0 obj +<< /Filter /FlateDecode /Length 3621 >> +stream +x]Kc|0êX-oOI%?UwK=̪[-fQo?}շCgn?}*8w!*?jiMk
w-i-_x{wg}6r_ krGں__0dYO?TT0oڹ<p֓mm]nv1
SKנ%J`rW4]#GOBuu%?U< +wh`FJ]e)a4I`,iC + +8EòF&L+lEMT,ԯytF#F˼AnfGM*pmq8 +)Ot}t5u=x~5,|Ѧ6FMI*]ٚRAE#~9&V뚡d +X"S&e/XS~;L4e\TV$RLz=Ly)i$K!4
ٿ +le=XܬҌ.b e%(0B[^G0-^&{OúzLas-vAV&J 8#JD1ǰ6Feoϳ-_n;{75t~}x$3`E`@$JM:2P[/1A
s
igR(8@Q9[C +6dHBg/Ap/
Xfk-G#nj~ڏ[ꗱӁtA|amJr(=_;1n#prB--l.QǼ +=.G&:sz^L25 +b}Wz%@wz!0U=¿>e%ud(X֏칷c혼x~q5I3w8hq1څI;HA+h1ȟHbBVl*/I,ķvU9;6@2MʑHUy@w:G+RT'%d#]#L{ɬǪz3egY\'qU.1 +B鶈nԙ-~.l]ds2e_$!A;b8O:s#fdFmg#Flޖ!nLˊXw +c57&i⯤zO#{7Բx12p|nk% +5 XD60V V[i;y^r _Ge\2|$K_neSRTXs>m>=>`g4]͓q\ܾ]|RKC
CCjS>(_#R:|d+e')_MdXyQWBvCPERr0"0t\446suW"ߑD7.*x&0ʱw̪YS]V2TB5eY"RH+,$M`ϮIІ5::sEsFrk%=y~g(
_-s$ՐȦpĊlr,6 3kd3v7f+&'3*)W.O8R'@AUvvږhDhv_B0wQbYK8W?W٠v6[$fȮdM>+mɯG~EF)9>SɆr #RWɊ)p)BIipLk41v-Ceorʒ; +"m*{|5TFI%^P
)|$τm:[ew-go[tWcxPb=>oҝ6ŠX
Ne +WC[;VˈpjY)PJ7Xe}:g,fLQq)bx~tezUCMJ2
vZ^v
MA${{%O.aЃ%*M%ҽ٣.gm9W>k3Ow!ɾ=+K_aQ$Q6c}ED5Ɂa}ź i5}:2h?xY =gdzYp< +'Y,}Kh9k^ǎltqLW|Jʳ˥N`>tjϾ +?&1,T<a_7WfyqdCdہlrzQG4we,:0Ũe%{r[^KY>^J*)z-9%ڱ`kS֨sXZ~g6?,n:IBޛ>p`NA8G; endstream endobj -971 0 obj -<< /Type /Page /Contents 972 0 R /Resources 970 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 961 0 R >> +1061 0 obj +<< /Type /Page /Contents 1062 0 R /Resources 1060 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1051 0 R >> endobj -973 0 obj -<< /D [ 971 0 R /XYZ 69.866 801.979 null ] >> +1063 0 obj +<< /D [ 1061 0 R /XYZ 69.866 801.979 null ] >> endobj -970 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +1060 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> endobj -976 0 obj +1066 0 obj << /Filter /FlateDecode /Length 3321 >> stream x\;+&X7X@gel|}_duOszgW -fgGXH<}=_=}yӋ EO_~@֞B"=vAJ(,%<Iio_?(sTbԡS_*}A|^^ӓϵ$秏
ڴyϑ -z4e^G0V-4O-eAR+ӟ_O+˻.VH|{˵QhuZ -Z')u`trVdG9Rx͂"KQUc4 ޏ0jKo14o8weځd×=o6w}3F(q):pSt U &kpP;mđI -v"L$)p
9Xu
l]k;J[\-̱{R?B?<d#IkuƵ*8&zY8O%ȹf㌅J,4ϲ &>GM%^fCOE7>ҲXFZkzzDQ%p驱I&Z1O$z!S@fb6*
!+q UI*~,^;iVR×ƚ{j/POS*\8O5;M5 V"\ 5y341Nf]VnEn9J?ݬvirη#UMgMerM\?s\7?/U6%Sf,UpK)BqviD00)bN )OMLmvɪ/~>@BQ6^@R"ZIإō*B5;,eٯlFqPOqm]7dS|H k_@1 -[thD~kUE3 -ז]+eQa,dK?NSַur"4z{1Ĺ9BŹ
%LH=ZJpsȟùـ+sȽ^sVq{`Ȓ -`#zÈ9aļm^ޘqBQjn^I)u"Put$aɐ&G a -O/YHuPKy$F
yPONbODg#(ÂP -yXM -vtz"n&%Tۗ;rEx)]i/u(dx%q;帋a[븋p;..n]V 1Sb!)c pђ5
-d!Rд`.i˫A2l NdF^pZ/dX
脽!ؙ;3~Mw; Je^hN*/_~&Gɑ
N@Pj@ׁR@)P -SetPR0nDi ^"EP^)c܅ץ$%Ul)>$]#p(DނC@O>R0k2(t|xm#ϼ?Td־pW-mbr>1\X72]AN!,4"Jb7쏖-*ZA{d︀{mFev;gwpe#a+Iw~L~T.a^F$>{=XHZO<-77^bصZL7<݄zb&~kr*F|v={.| -To".pUJ2
wfdʊ@4#BMġݒ:/|VGgѻIkyVlO7G"s[M_NV%ӓ!ͽ0L,=2vKK!$WE dG`9DLIvD7~9J:lCkvLշtʬt}3g,[$*h!-fiq_cOK7ݕ=o1ջ)(.0m*" 8'J!^n(]<'A7CxS4#F&b%ޜ{.tas&)B%\Z9RBMNٯSxkW -(iYf,t-aF4a-Y9gaAЗj{x\Jpǩ8ǁFa'0ƥ|}=@
x"܈09Neku1ٵH\|/?w⦗ҧs8SKXx{76✟[ -P&ߓzyp}_>27/6aqvvӃpquSFO3K4`p +F}HGaiP;]jٿ4/oưӻqO$|Xpka -ӷҒAƮ"Bl7"T~}-%~ +fgGXH<}=_=}yӋ EO_~@֞B"=vAJ(,%<Iio_?(sTbԡS_*}A|^^ӓϵ$秏
ڴyϑ +z4e^G0V-4O-eAR+ӟ_O+˻.VH|{˵QhuZ +@Hi-<Nb4t|S`0h˙;65N"uDj
O-w"JUp*5eez*[JnӂJ`0Us\nѐHѭx jK^Н3{%r269}Vz>6GɫF
FD +o36 Yv?cS{) +#*s<&ayVMxI-歰5bV;0bQpr>y&>RwhpB%N#End
j׃82I1.W)p$8!z~z!sPTi+ѽ%09vOQSRX臇l$im qN۸VPgD/gb99WlPIseY:dq8ć㨩$L~珳VZ(QkMoSO(4.3=5< SD#)ӑD?$cHLOea"d%_9T:ɵX<>Uϔk~1jRjXs^iJšbWf:*0_K;t9y:F7I]7C͵cȍ#?_駛U.M}UqDqY0\ịɹZiՔk='}~FߦTs{J܌* +[#W:HjQy;"xV: ^%P蠦u}L:uڨ556 Mkfl)ak81F3}V?ohcCKͲ#^m2 +`QWJɹNKXxYj[WhvF +vhR <e ieMRb +U $Cm<L0)b1em
r +diuss0 +W'g捺Fz?#^ +7#,$[>w552)i-n5Ie0)nb) h!I쉨zbXv +P@;5TF(w4qɜ;@QtONOÌ>gB?HSRs:)cdCVf4{&5[u#`%=!فEU.N +$#vJU4$EXu$.Z潿$%ٙ?0$CjV%my5H
x$̈ NekB2A2!;ssx.99t^iMr)YEK(9 bJ} +܍W>MdY?W(7#P~M5Ňve@W[p(a8GY +f:tQnO\mu䙷w%MLZ· U&C+h#)^?]@8]ѲEE+t,p/8 {](,}y"n1tvۚ0V|#8x=y%IuNOϒrץ>2ćuzbi|A~;>c9\8{}r{_+BCvC˚醖ǠX^r/u6TN%qhoaN{ՐOmCD\J^aٌLYvQZ8T[Bc4 +p0z7i- +qth2T2]D{Nۜy>kJsõdpz=>QGƮp)r)(;G1i3 W4㹃/_I'
|hN5o|kpdZ;,
7nk7i
>z7%m3PWD^)k
^$f>7cfĨDR2qsWěS +/qVe9-k`,啮%60و;lV%+6 endstream endobj -975 0 obj -<< /Type /Page /Contents 976 0 R /Resources 974 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 961 0 R >> -endobj -977 0 obj -<< /D [ 975 0 R /XYZ 69.866 801.979 null ] >> +1065 0 obj +<< /Type /Page /Contents 1066 0 R /Resources 1064 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1051 0 R >> endobj -330 0 obj -<< /D [ 975 0 R /XYZ 70.866 701.041 null ] >> +1067 0 obj +<< /D [ 1065 0 R /XYZ 69.866 801.979 null ] >> endobj 334 0 obj -<< /D [ 975 0 R /XYZ 70.866 269.98 null ] >> +<< /D [ 1065 0 R /XYZ 70.866 701.041 null ] >> endobj -974 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R /F48 568 0 R /F42 702 0 R /F36 685 0 R >> /ProcSet [ /PDF /Text ] >> +338 0 obj +<< /D [ 1065 0 R /XYZ 70.866 269.98 null ] >> endobj -980 0 obj -<< /Filter /FlateDecode /Length 4125 >> -stream -x]KW1:&o@-nOI%?U|5cG#F&zX,R4x
u;_XΜ1<q#=Zrn-)%А>ZOHm])>}ߥ^7?'qWK矈;"0aUO˄+=dxڤbJ٘ -?-O2nChe$2R???+HhK~j<~Ў -
K2B3#|\E -gPYV9_!{-/),I -O|Jf3?)/bA5BT7R2z<48KK51=60kFY ){`ʹ8}aYjާ@fVB1ʋpXN>3m.HCJgOt.?HԹQTgoʑ'5Ƴ -Y#7㊙+
UIO{G-*eh'|"NI<v6x97%3h=WZ2E)潸oPȣ(i(Sf" -&_ -VrV^3?SSd^BџL也AI^EV/MiM)ή$͠
1\=Su<mbhmrrDr${6
R{fU+TJ$k,ܾ-"}eƚ"Kۮ;A)ƮseRbwi,SG -?OLĄ]^*R+6S/prD -su:&ɾBo:xt'THHpRbk?"u0{|J7y+JNXY{_Ju[J˟iI{P=AIU6gzNكrs.P˒8wI]O'*0> -0Mϫ)D|EP -bP[Sy3,H!RaiHo$><7{$F1)\KP%m-Ù"mO\d2b/쳗@9Z*ED[i(d*<7ZfYeCiFVᘭh&[r\?RglZN!LZH|bXń1&aÞeIIvhb -9?w{L.[a.CW~fKK_1MMJMMROTʤqy|hZ[NG\µry(Yҽ7$UN(窺0*vhU61*<^a'(]OH#Y{n pIZ%W<ӰTwK/marZy]>8 -NP%ӷmW1'wirLnMR ڛDeEkz]큔1+!1>h -BƬϼWvh[עv7jRټ+tU{o_g/醖aT -I7OBη&Dٷ/z^W$`b w}{i&|=nǿ=={h[;3
D>z^PA`Q#; -P'pWdJ;&h{RyL} +Z#eӥ7/gRvh: 'k@:cy[;auhu>dx䵹 !u}VѺQV1<oېUta[,Â#iE
?Y>ߌkzZm=9?niu#MOeک=|Hg߳`ᰇoHYM;Fww4ҿɖW2`-o鹺dKnEwxf -j
ltEv
h d(E0w8y;w +1064 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R /F48 640 0 R /F42 792 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1070 0 obj +<< /Filter /FlateDecode /Length 4138 >> +stream +x]KW1:f߀W5[81K~jӏtnbH˿.{5Dho8)烐Hq壔)YJRZ9GO,6~ןr_ߗw kO>i3?1)~(鑖 Wy{qo-v15}Ze02܂ hu"2Q>>>HkK(syj}J؎*w
k/$@<˝+šmV/ ʪ4@NոZ 6k2T`02WG`Ild6T_ftbN6uA -5Cy&Ox' W,D]H>]f3Qou m3T?gX3Ӌ9Hݎ!sPRR#u\aǰ.DpF1EUQL~*F>(]Ie?2u^ҠGVSN*Ǟ8:C:v+l+vWT%?eh,Wl6L3Ter<:&E*[R#S?|~єl +IQ 7ڙäGʶsnI|q3KzdjкMqF,pn- +&\8~n{%oj\X53,>ɗ$#=A-Ҏ=H`4CGq#䢮̪UW]Uu]
1FzqQ#uȊ +f +S6~gKfw +L'=v +sz +ifoB-OptK9<Ɔ@s;,O%nNt7b9MK>dB![c!/Ix J JM\Yԑ@Cf +g[^Bbc~}~bY/6bwdYP)y[.hqdUhZ~2O,k'wnA碌d3dxWEdY0YY*lZ[6"m2QMKՔA#_II$XTcCHM #'iA~I@GS7#J]*7GↃqn("Rr +#ȇe$v$<3#iyTQ~;# + 顧3l(G&JNpH}Og2j>64|CZRiTsHkt1Y~#^^ ;)QGKŅf=^ +_(ig>6/= +-Wdkm#iE\-;-9I%V)K?k侪.Wmf4z/?莘k߭iCkMiS +\SWBKpaWzfsXRZN![cM1}\0mEv;h߹ȄN)8v|+NNc:42^B]_]kdUU<fT&8!oObKÌ̼`>O2ј +ʵYͯ8LC=k[Jniz}mq_\^RmGu07 ~rB
fvۧ:L:1d!S8--RXpUP 'Mjiruu`^͖mΨ1$1 + &=1(J FiLokQFk{5qVN-GVK71;c*D??=OpF=Od=7빢euwtVP)FHQSyr%#q_:ٖTдr{Û7k`c(+S#^IgCk#TGbwnF5l~ݤE0*C~،n|suZ3R9*5+ښ(#PZu2 +p#8YeXBJy U+/i + I&>jQhk=T~y7=76l*u㧜 +Pidvܢy!m[7SkTB MW
-2(+ +nj˰]Ql^5YӎmZJ-Xn#y% +Pؘ~Tӌ=
D2ir۽*h-edBkHC%X:KF%p@:;*3wTH{@L(\@>J%- B({ośNƍjo27wdJ; +rexȆdmӳfHis7E +"/gǟAhnF:[%GGGiץK=M~'[t;o!=f}Lyj YjJZFAUoSn-z)1%::ID;YC7(0@L +csz ͷz\ ١#^wpqx߈
4\ :QO= ?f/eYYE-<̷$ݓVT߁:c3.uzg35Mw~I{s >mdzN.XpJ<7Ez +H|;hrZҿɖ72`[@ss#ȞXD#48; +Ta6A6rQ!xcBq~ \* }k\ϣiEnh|ggs[ endstream endobj -979 0 obj -<< /Type /Page /Contents 980 0 R /Resources 978 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 961 0 R >> +1069 0 obj +<< /Type /Page /Contents 1070 0 R /Resources 1068 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1051 0 R >> endobj -981 0 obj -<< /D [ 979 0 R /XYZ 69.866 801.979 null ] >> +1071 0 obj +<< /D [ 1069 0 R /XYZ 69.866 801.979 null ] >> endobj -338 0 obj -<< /D [ 979 0 R /XYZ 70.866 530.222 null ] >> +342 0 obj +<< /D [ 1069 0 R /XYZ 70.866 530.222 null ] >> endobj -978 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F42 702 0 R /F48 568 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1068 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F42 792 0 R /F48 640 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -984 0 obj +1074 0 obj << /Filter /FlateDecode /Length 4385 >> stream -xM~#4_Uʷ8|Jb'U!损7
/yˇ>K?P@^I᭽8zORRoTR-_>j
_>:ŪL7i,s_5>6p__|MϘ~Qq=TPk\r.! 8{z)e -D̉=eY_.m VH
haP_E?/?@F@oTESC$t<:Ѵ~ը+ -$zEjIXQ^moKߒYM^!?'} zB*ۏ20a0Vߔ݄q\.釴FMVmߗzjknoZ@0
,?-}cnnz; -
fDK]N6ے@c=}>dmٞFp' H1-
ݦG?xdʭ=[ wLOUP"f
;ȡPֽގ đvTw1|u= -@gBNPyYOH˼CCﴽd`u$ADI=}c_|ٯ\2R(Kk4yۜ 7rutKX)[}u/VPwoxߓ|C k ;[XOfXB2hv9L]CTV'_TE~'O3;R -|Wց%x'2A`G8tĈNd`v`M;MԄ[K',Z,l) -&*(3ǡP!3ǀkn+NRcQ ݣ
) -D$Ԁd(?%^ƖIi<6xku+dS%hfߍ<~+NJߗ&C1SN穲evQPS˷IњɗZ5Qַ`E`k0 `e ܶVBWөP8Oc66G~){Y-5biZ(E@lk+ij u#+SD6B&v=y=O>2wB4R
"M}OߺK7% hG[66VӿTR5vnH|xr3HBie a^5Mܭ.g@.ʰêa!{tF\þyxQ -+ n.8UO
WCئ^5Q9i -a7;j0K63)'.sǷ9p[qewV_OZV -h%Y5HH6 -%˰a몈R}iR0ĺ/5 =lqpgn)QE5aOk~!z)o|agʣ' -#߽DP#D;nՔto1aB|F;WkƉ0tӲ3_g3wU[z'j6+ck΅Zŝ=0_kџYg[ŷ7:~qu -P==>^Mx^h -pװװ<-^((_4/_V}B h^xZ0O8UNGw7 E[* -a':X$ c"o9Z+<ld-@ETk iR0 Dpe -u&rTǀ
׆P錥Є5-aū]<@j ~3tע|ABZ|X*UPoþ|5 ~/ș+U_o2_|Iji?X`|娛V+@f練k -v*|SkYojVoYVR/=Vǒr5f@8v͆
R>
G -/Zqw|=죽mNdf[۔N;6I?{hߝcŚ;YF;en pǟcKэN Dn=*MS3kX,=S8'gþ -FǾf[mp&Sx?Tڝ+hf@WÃ+9=gmɦ!bq5X3B\.磰G|.|R9{|\
/QҞ9+!/XoƇw>qBe{TK yZG
Xt7㵞Y4LЁHGgC;}It* -Xj]&!kزI0sa -&YbppiZ9\urHru3j`z#~)u_S`:|۹*`j"pekT* -?#& +xM~#4_Uʷ8|Jb'U!损7
/yˇ>K?P@^I᭽8zORRoTR-_>j
_>:ŪL7i,s_5>6p__|MϘ~Q=TPk\r.! 8{z)e +D̉=eY_.m VH
haP_E?/?@F@oTESCqF!c4g5ʁ#Ba?VwҷvV$f;kIyBe0кJ#l=L:67%v7kWK!QU娞Z۰LxK<zx۵ޱ<@Y:ђtפ
=cf)-z3Diy@@.Y[{xQ +C;@r(c +SWa0%c +SDYKa*T +F0#pLiP%tM+яP.ڷWPn5 +#Ì%d>q(i1 ۊTXvc@EhtBC +@ +R\f?bC-_ÐYЧ2R8ڽ$! vd,ۜi
SzC.g'' +p@kTz>5*@{k
jpF˶0jDBwaZ:Y+OSAGy#kM琹V]mykd~5% 5 Y4O*e7mz
Z<YTIz#jw#ʱ0PBFy,lk`m)mGi}jMԭ-X`p&a00"X}(D ©tje(ӘM|/c|{CK +TyP]O}ϓ*mE@3B;MT|:CHnS&ƷM ?HVm;/TM<F4\-RzDyrr儳CbW
qwk3FK;P2A`^c3:װoxt4ϋ͔<ĥ7fOuqעĩϙbƆ:9IᗑBFL3|T@[>e"~!>vDIrgDfk=x
SgŒ<Uz)ہy0dxal:䐙f+#EGd!Mԫy +AY&
8-Ct}ChAsvvk@XCW`j^9pGd"WÌGyâkao:QuPԺygԺ愨 +۱NՓb#nyx)WMTm,oNH(@aɕk1\1O +ЌX^9`_8"OB}µ
hﻵQAFɜrgW6HS67{6nl 6-1{`;y͎ګC'̒ML +ĉ)mV\Yŧo?דxlPc~ĭ|b0lAʚPļfɭ:Wȳ8X XG!N>0ŽUd<J!5]J]E0ݟ9n :(IֶG#y8ߙ9OAheK|՚h8zќ3`t +y(-9v +?Y +>fP. mHߒUּAc'nffls9IL+9Ta2`غ*b!T@D +zT?oQMؓt>`f^leFhw/Q΅Dr5%=ݛ}yߣQĕ6 +ŘDsx@qp9pךz'DV/7αt_\hgOWZ`rBh}B5B5,O?, +͋s;w 'A;p} +#Rr*oفq/Nfw£
we]ǀY"M*piK67|F:|U0<|5 +XVb +*aS +'*] +T1ygج@N,V(#HDeVć@O9ۦ"Y!iPxD"5}k`y&\Y&e8IU71 {õ;T:c)24aqwKX*w!#$FE/Dc"C9!õ)w89z1<2_9־|'T[2_MKer|*W o!2 +YtEZe~|i2ZVZU@VU!TKOUlM/]aCbÑ|u]0_Oij%hoS3'Y'6evĮ쎍tfҏ'w'X&|}5sp2Cl[\g.||8ǒ}t#Ӂt4B{+'ѳ[J-g=IY/bQ汯aVᔸ)O:v8Za!#hmDY[)9kXF
(3 T!yF(%->:Cxws +'5sq0:||{x}=*HQCi)cݍ(x'9C
.t?G&p;a] +A փ>}!(I"}H6sR!\&Im+d Bas,W\Dr,bA +k$W$ؤ$v<ơ +/\ٚv>UBHĪ
endstream endobj -983 0 obj -<< /Type /Page /Contents 984 0 R /Resources 982 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 961 0 R >> +1073 0 obj +<< /Type /Page /Contents 1074 0 R /Resources 1072 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1051 0 R >> endobj -985 0 obj -<< /D [ 983 0 R /XYZ 69.866 801.979 null ] >> +1075 0 obj +<< /D [ 1073 0 R /XYZ 69.866 801.979 null ] >> endobj -342 0 obj -<< /D [ 983 0 R /XYZ 70.866 425.096 null ] >> +346 0 obj +<< /D [ 1073 0 R /XYZ 70.866 425.096 null ] >> endobj -982 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1072 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -988 0 obj +1078 0 obj << /Filter /FlateDecode /Length 4269 >> stream -x]Kc|X* +x]Kc|X* ʕl?\]-sF%Q,
)u|Y ^ VG~GRTArZG&9R^ \21-eNL 㧅AI(K+?=9=7}F9J}c>8]ɽ/^oZ;<
ڹUJS:t`$*y]f2h%æ[ @@ -3715,23 +3947,23 @@ ug%J{szGz S(@r#+4MnئM&7ya_dX˭M?j\\鿨m'#@-+zlwY`(cl+OlWnlk5%mWqdm+<_mBo{CO"nWb`noB
;g^::~Euv<_FՑr5JrlϺ߭)nkWsdcIOdG8Ǔ#ʖTY
1\ٲQ4YlH}|Jgꮆ{@==gVzxT>)ʬg`"1ջ#'N].INH փ
yJ/yJqA6$jBȬR/RL^9@;(%Β!ywg%)l jd8o 6ٳ5DBIw|} ϓJw"ӣPlwae?ە6RV[ϕEŝ\&vmw_v@%|v@A K[b$VXb$*$:r(hS_`("*$Vg$j=@[ؑ@{S1V= t!xgFC_{q|Y5`;$
سGpcjeYiY
aܧ"7{v9@ÿ~F߶G;#><iЃg7$ή07ziv2
av̇e=a{ME -ǖ)v!csõf='7+, +ǖ)v!csõf='7+, endstream endobj -987 0 obj -<< /Type /Page /Contents 988 0 R /Resources 986 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 961 0 R >> +1077 0 obj +<< /Type /Page /Contents 1078 0 R /Resources 1076 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1051 0 R >> endobj -989 0 obj -<< /D [ 987 0 R /XYZ 69.866 801.979 null ] >> +1079 0 obj +<< /D [ 1077 0 R /XYZ 69.866 801.979 null ] >> endobj -986 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1076 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -992 0 obj +1082 0 obj << /Filter /FlateDecode /Length 4262 >> stream xɎ>_`,7a -o $Н_/?~RRHi}{ZkMOk]*?Cow6~yGw>+>}a@SgO_gT\ vQ´oRQ(jN$?7e/OYQ?魿OtE +o $Н_/?~RRHi}{ZkMOk]*?Cow6~yGw>+>}a@SgO_gT| vQ´oRQ(jN$?7e/OYQ?魿OtE _/h0/}˓#J9ڻp\!s-Λ 1Syoz'躦뚾VcIAo2̛OCZAӷ &/-)E
m $SΏp9hzT:aMAZȺ&nS@^O'PNwou]e捸eTEp+#beDoOl2#r#V J,`(,S@)V+DPHAxI֖5gSdTOD8'lzXv?9ɽ8BN CoQIxBkT!Њ jpwx%atO3_ltϑ5{ƥƓTQᵾkv$[#n%h֩MNYeKkd~1)Mo2#/Ucč @@ -3756,83 +3988,90 @@ IAp"2GSZ \ *U1J'm&Y']7HphIx40kdP|)^,$ ͩysS}Պ2@x|(T8{ŏL3H^
Wgp4z=fl%v|8:hnqJ>o`g<CCv++S@!d -:< :k xCtU3%p'_
NkS-·較y"Gb <5TڒBwA9&ʼny[ak"%mdВ\!5ߐ5ɹ͐|
L't|jϺ!\E9r|}PO;"^`9LZk6RBtbu۪4/姻'/ -l3[%oD,) rx@*6FaZLAVc?+p>4Vm +l3[%oD,) rx@*6FaZLAVc?+p>4Vm endstream endobj -991 0 obj -<< /Type /Page /Contents 992 0 R /Resources 990 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 961 0 R >> -endobj -993 0 obj -<< /D [ 991 0 R /XYZ 69.866 801.979 null ] >> +1081 0 obj +<< /Type /Page /Contents 1082 0 R /Resources 1080 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1051 0 R >> endobj -346 0 obj -<< /D [ 991 0 R /XYZ 70.866 619.436 null ] >> +1083 0 obj +<< /D [ 1081 0 R /XYZ 69.866 801.979 null ] >> endobj 350 0 obj -<< /D [ 991 0 R /XYZ 70.866 189.426 null ] >> +<< /D [ 1081 0 R /XYZ 70.866 619.436 null ] >> endobj -990 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +354 0 obj +<< /D [ 1081 0 R /XYZ 70.866 189.426 null ] >> endobj -996 0 obj -<< /Filter /FlateDecode /Length 2520 >> +1080 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1086 0 obj +<< /Filter /FlateDecode /Length 2521 >> stream -x\96W(\K~^_NGITKz(JTtTb)_;}ITv!5|~k)铔꽔+|~y~GD?sUw0~>Y*OcS;ҕ8g?}~|1?~&D^8W4aƎef"̅~ Ꙩނ۸]w?}~j6ɉ}ӗx
I?/O1t3 HxYx& H%& i) w%$1HxxwɌ6q/Ɍx_4
pqWM.!3'"Yx +x\96W(\K~^_NGITKz(JTtTb)_;}ITv!5|~k)铔꽔+|~y~GD?sUw0~>Y*OcS;ҕ8g?}~|1?~&D^8W4aƎef"̅~ Ꙩނ۸]w?}~j6ɉ}ӗx
I?/O1t3 HxYx& H%& i) wq1HxxwɌ6q/Ɍx_4
pqWM.!3'"Yx 92hz5g?a.¤pWT7֨ڌW- zh鄕2hxIhcJ91ZٝrF8(gF~9[OpcdR2mDG
HkaD!QNiĈJ -خe#ݵeuhc->q7X+r#n7q&ꗩ}Ih,oH"\/k"pX(k2DrS
-M -\0L i(+,ݰHR\l2+GBgH3{dLb@/%8
Z>FDG_%;&V.`b b݂p V!SxDuD #2HiV+#B+i9F K*-Wrï*
8/4d;R`SұjRI8/80[J)"e*<QQrK{TVBZP*}+gLVrZHb%D仆ٗתݨu#ӲItkz`lߴZr9Ąߢ%gPQ35PDvg/ےAUݖF*ftf}Wa__}Ιr-_1^Kr9'.[Z5GMȭL>j0qKC -C.ශ\ -uK8 -mjD!d]RAO*hodZ #NF6Ȗ509;,SN#6ْ#/ddtF_Ȗ$/K_D0~C
6lqfXP+[ܪN9v2uڜ%ɴT6+FZH!(., UY[?75ŵa%~ksbU!'Gլ ildR"WA0;]B57g$nAlרR4m)4g%U=3#s̒ -ÌqiAUzc[$'^t3'f#\ӑP#Mq&wUkH -iQbz8v:nk@{v0(exգR\C-0ԇlHҠSbXG'u߮lŻzr/2(F_.4!==vCis
A7ȝ(zQXѦn%ͩ5\`OtCx`rP/. -lSj -t +خe#ݵe +%dC]>XϦ('qD*VŊx??M $ye*meG}_(˩cںʀ{ھ\T,EsK ++6S0H,? +7,ҽ@);[%1Jѫ6GY ^ .m9;ik'K;qI(=NCρWɎ p~iXHX \£U28"o]0Q㈬La<"3RkʈJFȒJpdnbJ-#"<ht,Æ⨭TVdH$j +?OG~)djxP=Jmʙ;a(%iRE ѳ0dyj%,j7jG~}7)E%7-q1!-9_hTLME"3˶FnPUݺj߁UW_s`WkDLגhh艋V9"zaQr+L\58&8Ґ6@ۜDy=. 6Z,{,'خ]rlTaѪָMPDn/1R[zȥ@#Jȑa`壆÷]?Tpőxz +Om,tEyA=0 +͒Wȕ^\97t]%Ȱ\NhZ8TN+t2$G Ys%%XT@XLK$U P" HSXRa%Fi!SӦBQYT/ӆ +V;(5%s
lN#*MF$tK7Y&]s2%ɆK0ש+PC{CC
`4olԊSyb6g`mn2- +&RKBUMtqpXIڜXlUQz5mBZ4TcUNרP
Ɇg5jMj}@ +;Flv<d0#C\Z,lXI7~0퉙Wt>THSܣIw"/ҪBgi4Pw]=$Jvh$=-Baz2::4=yݷ'u˺0JQ.}K"
ȻAnqZxdr
r8J^rT8@{aiG ts:{
G4X0ذ +ddy9/d9Z2BA5
J<qѵ(]Ix\.TZ5-f߃3ugxTw)be]4x +(8s؝=LbQT4 endstream endobj -995 0 obj -<< /Type /Page /Contents 996 0 R /Resources 994 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 961 0 R >> +1085 0 obj +<< /Type /Page /Contents 1086 0 R /Resources 1084 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1051 0 R >> endobj -997 0 obj -<< /D [ 995 0 R /XYZ 69.866 801.979 null ] >> +1087 0 obj +<< /D [ 1085 0 R /XYZ 69.866 801.979 null ] >> endobj -994 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R >> /ProcSet [ /PDF /Text ] >> +1084 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1000 0 obj +1090 0 obj << /Filter /FlateDecode /Length 2580 >> stream -xZˎWed_@km83Jl'@fl)t3%QzaQMw7ZmӯOț9)7 - .IʇYc'_-z'ZXiK[+!2僱KQJNKf L_Jb.h%<8J_А;
fixNHkYϕ04>VOG#Hא]YӬmYyϡjF9c(^eUEYP=<11a+EV:!8IgMSsE+tt-h>pAVHI -"oT? -{h)|13UK9JimmkKlnH#z6`)!ètkbx<pVDAEB -g;CAxZJLckغ3nRP`!T'B/lIRorgwSߵw6f$Ỏ3NLayF֣G=F1|:a-:]v,VXyigu gJ.cбJ˼tj@eU({IL|eX0
08Σp7z2 -wP>;CvFBS/OprGjABe`<'GHw˙*{ cMAx$4HU䇐ЫLҹyڂpfFB~shVHcABKHv Y W$,&K$Dh'_$Z"!=R(B!.0w$<iihEoݪauw{팏S?[\+]sWTwdVw - T2_tTx~~1V^Xވh)7|:gn}[(}V qf:Ҏ̪YCa" +xZˎWed_@km83Jl'@fl)t3%QdaQMw7ZmӯOț9)7 +rn)"'k}}s`c~WAڏ r\z"ΡKt3]^!6>)zK,$[K\~Urŋƫ^T#VTߪurLժ*JנͶ֧Koҿ"?/W䇜z2+䌐WRr{K
gEJ4(Aahrzvg7AJFЎfDB5Ñ +xq抹b"_><[9ᔿv +Ժ+V£>Q -
s0K@0Kplg3'+aUi|\;eOG#epjHCQ㮬AXuidcs(QN8{)aEKT(>Rcm+RdR+XJ<KljZ`(\+[mNREBMRy\.Mxq\,QC=ɫ17?^Ng~zD#U N;;tA XCo#JPQc< O K8UwrE |S3Q^(]f+e +WY.ww6
cy(U~>/ŞyO}#lRiRz? +toJ=]كxP?@̽˾يX.ޮfh4z<;ēwjNIs[{;Li0mfIʉoPM$! 0_An,RO^xAhqECYV?PNR^8gSN3+>qaΘJ>CP^40{θ.wk7ߑ٘rJw;g2Ú,G!rb(/t<m[|uUdz]28U{=W1c;9uj@eU({IL|eX0
08Σp7z2 +wP>;CvFBS/'8m#|VG 2DB^#$tCJDؽG
{<CHngZ\<mA8 + G3#!CB4+$䱏 !%$DBBc,Lj+ɦHx qN.HX=DB4{$\Q
CL0aHxUKnCKݧJw敷"WV0h?yGI;Ra^R|QqovQ[]:za{#TntPWk?Tz7t +Up^uE +0X#bӺ1M ᢿw%O wVÀP ..Õ(-9G1/5P+!=m?ʐuAUWRS +5PQtE̿BK"h G{rLs^Dj;۰-b8u[o_#BYIW9}4ē6amUئ/-;y endstream endobj -999 0 obj -<< /Type /Page /Contents 1000 0 R /Resources 998 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1002 0 R >> -endobj -1001 0 obj -<< /D [ 999 0 R /XYZ 69.866 801.979 null ] >> +1089 0 obj +<< /Type /Page /Contents 1090 0 R /Resources 1088 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1092 0 R >> endobj -354 0 obj -<< /D [ 999 0 R /XYZ 70.866 771.024 null ] >> +1091 0 obj +<< /D [ 1089 0 R /XYZ 69.866 801.979 null ] >> endobj 358 0 obj -<< /D [ 999 0 R /XYZ 70.866 477.584 null ] >> +<< /D [ 1089 0 R /XYZ 70.866 771.024 null ] >> endobj 362 0 obj -<< /D [ 999 0 R /XYZ 70.866 229.732 null ] >> +<< /D [ 1089 0 R /XYZ 70.866 477.584 null ] >> endobj -998 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F58 742 0 R /F42 702 0 R /F50 614 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +366 0 obj +<< /D [ 1089 0 R /XYZ 70.866 229.732 null ] >> endobj -1005 0 obj +1088 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F59 833 0 R /F42 792 0 R /F50 687 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1095 0 obj << /Filter /FlateDecode /Length 3209 >> stream -xˎ#>_04Y$$0ʬgoOIK~?U|4H0+d_$k'y+OA4O=(z!O'烐@o>~~~RRZJ[֚FX??:8z;<p7-մ}ӏ[Btq^ I3[,efYe1n;8SfnfϿҋߏ')tġOja:ORX!J9ڻp@,<)5 I&˖9r2Iݼsp +xˎ#>_04Y$$0ʬgoOIK~?U|4H0+d_$k'y+OA4O=(z!O'烐@o>~~~RRZJ[֚FX??:8z;<p7-մ}ӏ_Btq^ I3[,efYe1n;8SfnfϿҋߏ')tġOja:ORX!J9ڻp@,<)5 I&˖9r2Iݼsp 1$qC,CTg vD x/i:8g_x~4 @@ -3841,28 +4080,28 @@ x/i:8g_x~4 X&TD)@Z?QEט=-GL7j=i|@ cՈ~j(m1?L[ާ,4Dh_,|nNDn~xS*JVQWq@i?2,q|;:Mlu; {-݆jmg7 <4#6WlmB -h~=rC5]23 +h~=rC5]23 endstream endobj -1004 0 obj -<< /Type /Page /Contents 1005 0 R /Resources 1003 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1002 0 R >> -endobj -1006 0 obj -<< /D [ 1004 0 R /XYZ 69.866 801.979 null ] >> +1094 0 obj +<< /Type /Page /Contents 1095 0 R /Resources 1093 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1092 0 R >> endobj -366 0 obj -<< /D [ 1004 0 R /XYZ 70.866 496.53 null ] >> +1096 0 obj +<< /D [ 1094 0 R /XYZ 69.866 801.979 null ] >> endobj 370 0 obj -<< /D [ 1004 0 R /XYZ 70.866 281.203 null ] >> +<< /D [ 1094 0 R /XYZ 70.866 496.53 null ] >> endobj -1003 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F36 685 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +374 0 obj +<< /D [ 1094 0 R /XYZ 70.866 281.203 null ] >> endobj -1009 0 obj -<< /Filter /FlateDecode /Length 3652 >> +1093 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F36 775 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1099 0 obj +<< /Filter /FlateDecode /Length 3651 >> stream -xˎu?_e,y`L&S wd6mfl=dIxf1,"O:ӟ^>Sէ<)AI=9ORwRRW)
Ji=}W/Hw{N2}x~p<ѯV_:l^~# +xˎu?_e,y`L&S wd6mfl=dIxf1,"O:ӟ^>Sէ<)AI=9ORwRRW)
Ji=}W/Hw{N2}x~p<ѯV_:l^~# 3 z-&aqO}Ǜ ͌84ϡ3^LSNzi-<~#4õfs[ԄcclB6mCC6MPjls|+TCVov٬Trɦ541;d5m(uIc8zkp @@ -3872,23 +4111,23 @@ z-&aqO}Ǜ mṇʓ RU_ QcMNk<Q/VnsuX長L\809>'%KqSK1-Ci_0pQჿ' -e`'PrCYYX91F%j<jw-]7Sꐏݤ~baB*UXi=:GYNpӬ$oaQ5Vˁ-~H=mdnڹTyV~@>OX$jD\ov>FA5-uO}QݲTEޗ\zFˁXV!
n|]*tOY=*)ϱ4"ieGiG{ݡNZ3NvHs?hx +e`'PrCYYX91F%j<jw-]7Sꐏݤ~baB*UXi=:GYNpӬ$oaQ5Vˁ-~H=mdnڹTyV~@>OX$jD\ov>FA5-uO}QݲTEޗ\zFˁXV!
n|]*tOY=*)ϱ4"ieGiG{ݡNZ3NvHs?hxE endstream endobj -1008 0 obj -<< /Type /Page /Contents 1009 0 R /Resources 1007 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1002 0 R >> +1098 0 obj +<< /Type /Page /Contents 1099 0 R /Resources 1097 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1092 0 R >> endobj -1010 0 obj -<< /D [ 1008 0 R /XYZ 69.866 801.979 null ] >> +1100 0 obj +<< /D [ 1098 0 R /XYZ 69.866 801.979 null ] >> endobj -1007 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F37 717 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1097 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1013 0 obj +1103 0 obj << /Filter /FlateDecode /Length 3734 >> stream xܸ1߯ -tY*tl+;_dlW_w7@ +tY*tl+;_dlW_w7@ /zXzE)ޅϓߒ BY?XOe//UvM5IL|E9! `2Bg3y4I^<d[GyA#2艙ři,>w
(~o8y/kzBceH|m':-_%ORr?ꨳBξ6ğ ̄}nf#4eŊ<FNǐd(x9)E:Y95Q_=oCѠ9μAeVJp;LUʒ#1dal)ɮ̚l"j/=Br']>Os(ȥ )]XHe_XhЅղ/&߀I7_'EV\;=<m"$ %6|YoDz2Q~>2cJIYxdT @@ -3899,1786 +4138,2657 @@ mziz3'%A':k I{Ĕ5u).ٜIrxK 1)iؤG(W+ 0qBy"3>ϧz3]ǣ.tArPX%)IfդtwkENyj۞QR_SweܺD짚yA1rE8qܹg+JWk/٨7-$2#qWҵĹHHs8bЮjC5KMA}[z#^?yC5(5UK;|\ikp|ҴIU\ķ$ոcSx9Ԓw6|NXvOWh rm]NO_
/f@Ob#tjU<y\n7agC tǏQTk==fLFV/Z17,=;6iiq-o3~եE#j̹q d*F7qfg}eڰAKm!o+hpAtנMCp]<1sc+k:}m} -{_^]KW"5TCD7EAP߉ +{_^]KW"5TCD7EAP߉ endstream endobj -1012 0 obj -<< /Type /Page /Contents 1013 0 R /Resources 1011 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1002 0 R >> +1102 0 obj +<< /Type /Page /Contents 1103 0 R /Resources 1101 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1092 0 R >> endobj -1014 0 obj -<< /D [ 1012 0 R /XYZ 69.866 801.979 null ] >> +1104 0 obj +<< /D [ 1102 0 R /XYZ 69.866 801.979 null ] >> endobj -374 0 obj -<< /D [ 1012 0 R /XYZ 70.866 445.549 null ] >> +378 0 obj +<< /D [ 1102 0 R /XYZ 70.866 445.549 null ] >> endobj -1011 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1101 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1017 0 obj -<< /Filter /FlateDecode /Length 4643 >> -stream -x]KcrXd ,p{<|'*D-z̴$֓R"./oF\o$^yqb^PxOBoW!a=- -HJI;O|~/p_E?}1Hw;h|cG66a/6ɶ1
dwl R5TrRhן $!b`ecȍ frv MW#v7xtaR2<;4vRf 9Y-Yf2r!m_1Q%<G8l';dpS -\M܋R0lԉcvv~W0?yze8Z)2 -k>UQE+Po}DYLJ&i3F1 ,6bR-T)mȘTƅ[0nƅ[0$LL҂I,X0i\K&th֢
9 -1n@Z3YEOOiZD]ULF`Y:j|M41ѩqnoprͦS%ל'n֪!-e:@jqM%|(u{@RTbJʀټønhf0
Z^9Xw,;NO:
lnWwܿ6*_kɗ'q_X! -=JPs,C$//LzMf)e-`=0h;QFCVޭG
ÝGEqf$؛g: uɘY,7'a6&z[ǫŽ" -ka٠!A "a|$vhsdZ{ysrvkiʁyN%B+qG -;!cE0y:k-ō,>V`l_b8.T ¦
}F94Z
H -+JU M#`U6L -Cѱх -DU؊WUxt -8=?'%"!Xyݧ2}d^5b;<:5]TduYS|!:eKTCz泔gk3KOX#g6*togv*{)x[?j Pƴ^{!RCf:z¾{oIY-kNP9xGJk*L<ʑpb8NL9tUg1)nԎK܊HA7$E{ۻDܟu1ƿT9ʍI&A{K# -Csvmfk -^;0AHPK];l`ag廉1 -},<Pfc?ۂ<M9T(mߣwM4?ӴW;b?gk8,-\ t%T -y״H%!.#ᩥƣ-a,Q}rbf%A/y,pN&<9rtD*H)lJ̋A-\(ݸx2STΪ]M EA*IԜf?XtӺNgd~0כI%z*ݑѐh\@;gjҭPL`Z;pL2tvLE3
@űA}<͆^(@c=2k"ku!e :ns.Xq]3dŧK&34 0ۖX\ ۬hН5;Eɵ1Tel>V'n~GWh2lDPGQ⢖-R|7ݛxweQɛ',fnkTm<;҂j^b -#Vguf L;3SFMrtC/+p
,Y휯uq/RlnyÍߚͺ1&ƞx2hBui*D4a!LnyQ@Eq}C0 =4qIA0
I琓8Dg⧹ 0!ĻR:Qph.ֺ"o%Q7G7K`?ƷN;VJ7Y(B"'~v4Ս茡bo -4Ոg-.Aҧ㙙2ڡ3ŗk:Yz~]s]٩ǥ%={3oqI#nS] 94{*AF:%<ީű+VGJ6VOͳA/Z sј%33{V#V6;z92Sꁟ*͋:T,eydKmji+~LYsuc! -Lݵ+
qkWzkQuڸDTn!1ʬ
ۅX_{t3gGN3T;oxZE~| rZ{i(_%2Ƽ1Aa.Z۸bd]54>yH.t#G&CBQl817 -^FѼW]zAcv_b tc%wp;RN3^;6ೇcnbǗ(XِUVO}%a'I[OM=T;ֱzj:6oBt=sǦ1{ѱ5;\&MS'wlvlܱ͌\omcӓ-uly[TyicSʣ:6n]V5r}ʠlr|04/11MtjAmQ|9j*tZnn[QoMhnLSiw[]XguoA-Ʌ-ǕP$S#BkMk"5
_گ,LuvJƨsJ 0@Um¹Z -y0bJOP<҇nEt0܈݃Ug◆4H.
S*2TM0Y'%qsQ9nS0Wwɥ-q=IeU늖,}B$h^bX3̰;xbp3(BhN,Re*Z?Rwe疢`W&eB7/˄LʄZ' +1107 0 obj +<< /Filter /FlateDecode /Length 4642 >> +stream +x]KcrXd ,p{<|'*D-z̴$֓R"./oF\o$^yqb^PxOBoW!a=- +HJI;O|~/p_E?}1Hw;h|cG66a/6ɶ1
dwl R5TrR_>2Tfjѓ"78=Ńk4]&хIPcIKS=&dd)#ɠU}YwDDo2γpRN)Ԣs5!r/VHzðS'^ş!]CA h D8.OVFLCg>X3)ozL$<Lڌ>I%C_ +0@;uƎlPK"()ߥ(c8zehNI7q)6s;)i9VLbg?e<7kwW1u!ep5 rD&:5-N5N\suZVt +{&6`Cۇwǭ:Rʒ`o逐bje'cbtgq٘hmb +8W8*Zeևn%pP+ڡZ*ϑVjA3h
^.Xst)ag8%.p:)F*|%s騯Mp7B\@gX}IqPt6"Z(hK>7p#Q+8F4f(UN&,7U0)*G¦F ++uVa+^ߋW+E)b! +&JQݻ 'eܮ){<";9B)0I:(G>ÉAO|w:1ЭW]yƤWQ;N,q+"૧J}m:pf`B>R(7O'.x*) +1ЅB(SPۉ3A6:Il6P({垣h<'T3%%@L\b)BuI.|΄h@6n[bp'l~cA@w0`֎['Pq侖-ʏֲX[̆s^u^1[ɰ%+fy@E3GZh4KGto^}^qE%o +$1{)X-6LK3ɞLa5ѡ&45t?g4/Zndsv_~@ŽH
7R|k4F{.P +
azXT9P0ƻqFz
KjP܆%4$CN*-\Ja|GգOX2֊C^lFt,߆7;X*߀VdEzӄV7 +3 +~NX7/XSL奒y6KϯW/童;f\n1Yf2E^ +cj\U ~]E~]aUwz.rkuu +;`д}x
mO7ѳZX5_]cF=<fݵkw[kѵ+Q*83u4č]ͮ]Fm`ԋjbKQ(6oc}a[δ&AN-8PbKh%1k|
<^PǸhm㊑u\!Ѝs+GYuG!`hv8VNx +'/ɏP2 L^/K9;͜zOؤvl"V`ME_|bgC?{<W +w$5nulF>cS:6xcSXǦtlt]+cӹyFǦrx~;6UOܱig۱73rǦs-wlzMOԱmcSulzM*gwlRvl1ntA[)ɵ-Ӽ|h7)JЩŶMG伫?ӫju%nGm~43AO
WouS`֭o-{'ƷKfWC=NF6 +1Rg5
N&4`|E&kD;3)ι*'U j=ܮx= +ꄴZI^7αdѺgl"i!g!flb'@!'~TYRLneU(-ULThkk!jPTکnR9Œ.М?HjPBd +_ד|ڽn|Z}Y]Ӕ.s A-w~I(~*p>BWD{K9r +`p#vjr~V_ 7fO%P5kfប endstream endobj -1016 0 obj -<< /Type /Page /Contents 1017 0 R /Resources 1015 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1002 0 R >> +1106 0 obj +<< /Type /Page /Contents 1107 0 R /Resources 1105 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1092 0 R >> endobj -1018 0 obj -<< /D [ 1016 0 R /XYZ 69.866 801.979 null ] >> +1108 0 obj +<< /D [ 1106 0 R /XYZ 69.866 801.979 null ] >> endobj -378 0 obj -<< /D [ 1016 0 R /XYZ 70.866 273.255 null ] >> +382 0 obj +<< /D [ 1106 0 R /XYZ 70.866 273.255 null ] >> endobj -1015 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F42 702 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1105 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1021 0 obj +1111 0 obj << /Filter /FlateDecode /Length 3581 >> stream -x]KܶW19RmVMoqtsĊC|O7Ap&g̀a53$~ -4aJ+w\,fqQbl3MB㚰1D= cվ,sϒAIa`:31c3>e!\"@}.C-lyfr^ *ng42w9f"Qe+]c/|2?ý ?z|=C.1:eq%@10d^_ *ūghh=@_ -Eaݍ1L[(TOqK]jPAr<7:fB3o5gV0z
Z{Ns+toH;Z1Yk7mhM!]^zܤbϝAaXr2ôP"K*N3;s^r||+U5Wy'\AV ,m/Q-S'}M+r6uzXAe{zwpRb'Kl?oi|Od smxi$q ̓kϞs|=8Q`NF.E?hp̈4iR4A=?hFA" =nWf?F*gE0[zqA[s.r/ҍOO:MNdZӓIAsetl$G\M3 -y(>fC`AO -nR:Iؠ002uN)rqf -1*_q$7J$cUWXRGn%6\ΨsȜX MJlbw9܇P$ea?`inw
0
ܦ9=: `H:ĴÝ~*p[*qA
-lB#
= Q%
`?E oީZI*B$2kC(qDuF(kCY|9e w-)dޔٔ O
L&y4f_ c30ajdlK:bvq4Og2ҟ;EٯAjmcIKo[L<z&TmKoh[ʀXbԛy<Q -$1J]jfCsyǍCޭ䮌,#*%<E'ewwVcAPR g%4gKjq"kSշ]"F9ɒ}r[FUpSȺK)Gɑosʹ\Dg%G-yF!MFQЯZOCtz
`!Yf*7q,G%~Ab-QvR0E|YƘF7מD7:W!v]F? ^J.4
%l) ԟfRgJ*Va苵ɹ! h -leZDFZr*]*6Lӧ9xN"'ncuT0p40>Qp&iؒ/ +g9Y<rl8oȬYpx@WS{}%Âvl^=9r2wJSxADIS=$5 NIw0+('Rkv3@]rz<NT( ]XUl!ܜFN]zd@<uĝPZi@i[2 -"Ә5:
yl;nݐޢcm6J~6ƊVookŔVZMA
qlKm{7%0ultj/cT-ZL5Z.H:O1kESI\ht])RyСKD5UάZ1 -NM'lsg&5mhS.;|CŽv -]'$;*b&(
vʊn`.9ԂwS/XM-uXAe7 B4^üPJW]-qp[S$N҄[I)ZEO5S%J;:z]Lv$t6HWPHl
r;\Ά~I
)*o܆"P7;bb
s7&?ac RuG84( 5ϾA:sJ(6HS$+]${HZTVUHLyd$;$dw2SlZS{$4+$Үm%J+Y1`<,,
"f"h\S,O*ݛx\&)Hy0o*/aՕ1|L!OFŲ)uҫ,¸,`%_y}^2s -M`;h+:G8FK{`Np8g+'Ԕ +x]KܶW19RmVMoqtsĊC|O7Ap&g̀a53$~ +];CE텰6*e{r㤏^YiSF\|S6[<>>><oZnNB?Cqdc-'-OIl>z>!`
o<$q49 yp-u~sN' +̕6sȥ\W
zؘF!M=>'U(_$Ӎ;^匵(x[8_0n9(`kNE!WOaã_}P+qz#I<hn}m23i`V!ll2 qA/뵉c0u$rYM .O3WqEbmSeߤku@C4'nqڦ'(Z0Gam7A_b: +KݭD߆Z`.<s+)tXz]L\N9J#_,"S4'RgD, RGiYpOnK%a4A +mmm+\>Klz3gSR4\d?Tɿ+VW~rì"1rx.q»uܕwDEwQw4t$ݑhRonU>js,0J]JL$ؚl)Y{7NSvqq}굔vK]2('YRs+¨^ +n +Yw>8(9<-Bp.!UR9茶D%()؈5J@U+iȓZa#!3$#L"Q]@ /H%?J`rݮT +H/ bPړF*9CѫT9م:4ӬXl +ζ?Ú>QUք7[%~e,qӰr>ޑ4';G.
6(tuj$bXS7Î
둺'gCNfN] +]֡^K2ʔm;DrHɡCSUOyU0=*A+(mkQ`P$˧o<^).2SLj + :יi7v]3gfbʯښ2xeNi|td`*qX&x\$.8#-Wd4<90k[zm&DHB$ +"wQAb`&^VG~"ސrǍ2[Tw|XoX{RR"Y^ػ)vܻ!ݘ{xmF~@
}SEif[˥Z)fMCh*-Π+AWJ8o:tFСʙU<Q> +$٩^z7 ![R +AbKP4!EPC[pGLl>aN8,x;A*e3&w4HguN tIcD9yŠKdB +xS +yDvw%Dڵ$aAb%6+L>%ѝAOLM+xʢis5W{!r;6
Ze6X=)䉛X6%7nZz5?SEe5o˳Xf4*='gjΏbFThT3[M6C X r4iZf
*w`P y&~x!6,G;.Gېr=o[&[&Z}#Ѥ,0~Kn7$tǷ"UVKv9+]sﭣ:w@>`8i`8( +xѨI^{mX+X\X+g
sy5O Χ
V*SKFtI_0]K+p|c0Ve' +*i_`Z.tmPQ`Zi֦`kS0=kS0}M lS0~s0=m%^>7hI"x=<sGLc$K endstream endobj -1020 0 obj -<< /Type /Page /Contents 1021 0 R /Resources 1019 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1002 0 R >> +1110 0 obj +<< /Type /Page /Contents 1111 0 R /Resources 1109 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1092 0 R >> endobj -1022 0 obj -<< /D [ 1020 0 R /XYZ 69.866 801.979 null ] >> +1112 0 obj +<< /D [ 1110 0 R /XYZ 69.866 801.979 null ] >> endobj -382 0 obj -<< /D [ 1020 0 R /XYZ 70.866 620.274 null ] >> +386 0 obj +<< /D [ 1110 0 R /XYZ 70.866 620.274 null ] >> endobj -1019 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R /F48 568 0 R /F42 702 0 R >> /ProcSet [ /PDF /Text ] >> +1109 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R /F48 640 0 R /F42 792 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1025 0 obj -<< /Filter /FlateDecode /Length 2829 >> -stream -x\K6ϯ19KV gr۬oANMK")DΨ1øg$U]6O3AAw$&Ùz*=}4s9^9O+ɹv7'|F?%3p7X{kAp.#qo"eL?8xsrRi7A4Lpf'2{(Ɂ tXLJW9_?秉3tv_x$2%~?pFL?q_$̍?'ҩs^3 kѹ4Y% NA"(aw~!U|s,<}_2MX;f ;CJiNVe, J(LF8_eAʆBY,Jp}!R3p(iwI0n\a -Fg3h҉eΥ\rlg
iS~CC
Cm)bJ;h fz¯-GX]彠%xA/+֜,$/K.OAzâ8qpqO2x}&,N'̲ -PүF$V#a&=gPL>Yv7赋+(.g@[ܬL]l6jWeazbѨzC)-ƃBh6qi⯣z6L+SzHm/9E'ʷgJ}i,ޮ K n(SllJք&$`+/D'eZ,nvYt[ nj;秷Q4VV)p=buXkd}jJJfV.$Xǁ=PϪ#^Pv_jI -`5:?Za*9l+A=WMEQA \:(B!"|G8<G -rn߭/iu-{/+}EC[UHpⷪUH(
U͢KUH2}ߪ_ -ێ_lWTqYU?S\cֶpǮ?%̧4|z*>kV7k4՛6d0|'`7XJAkHoBW&u*EZ-K9Ҭþ,~bSJ
Z ^u8L UBNLSْ!!PT$h]03 -cڌ +יHL[#HtF!ij0eN.2Ѵ"'Ӆf -5/D4]#(!ue(ʩ1g' EjUrh=)eol; -낢 -NX~+4*4ѐ!eDε|-}#U+D_sjՁʢL;!B[3s'z_BW4~`9[>'Y֕=MkY.USog[I9sl|JYՔGRBJ9ȳ[EULs=P`(;N(N9sk @Qtip:AI2>7B=VWsSeyXPycTɟeGk[Jԫ)õL͵K^s٬%wxKqŧ&%nK%gKjJ`TN0'BRKHܔөR -@IEy,)PVZaRYyV 3efcи<9LMp`E':5r0
NsAv0!;n)FKFL6/H0ma%w)c
}0u߭+v,.d;&iJ@-n{mT! - -p&&%+&.bd\17anÄy - +1115 0 obj +<< /Filter /FlateDecode /Length 3784 >> +stream +xI$>&ApմJٞC':Xnɬҡ2 +l;iVc<6K »<
VR:,32sC3t)_b^kOR@f0SD`qAC>!/BG|¥QHG*8dT|Vΰ(OW)=>C|ʻf|"3¹a_ c +:"aV}imWׇ5~3^Ka0{ a3$3
T Q#N,NزpqںP^lD:Ɋ"SEqP"8͂ST4`9/*J>bws=zuXĂ:"izN\I
P9kFE&: 0s0$*4tO #pM03[#DrR_*,0bғlXQ忘$k\62 +EAHO` )!A']ald ֪,)ڶ7 +-6Ҫj{ayz1OG݁u@cW8(\SN埴Fe<k=yuD!`5bM?6)LAzsDαp'=vmW7rtY&h^{ +($| `ı.8^8G?Oغdʝ:vz@3=}Gyݔ~cxS-<,Qg~S_Ì +[Wli9}:,_[[{:H?*GLCLF$=)+;} +rrq;"ٌ4g|n_̄<xg=7i)}縠P|W~rWCJS$Z[(pa_sB~D +wrSKE!@EKcJqE퉉H]w +\]9|LͽXFpchV<vTϟ߶O^nqmۭIf@r,*fm;yV#gwŴ)@~;"UɌ7=+9a|>L 3#ۼM11J*I܂X[h$
9Q|{ +!q7М1hSx(IC4<dȘ%Ɣ6ܚbS{G휙@5&_ΛM
n&ENmSG&we +mFạ +j yjM +[jmp|E#E8 (g<=PĖ_xI>K>ZʛqϑtH=u9_?_qϻyBc2c<'kʯ&(G47)_z+8)P +G`}WNr6(;?5q[6wʛyZ~7O@(xyCK?`9dN^CPwR.CytC2j^ߍ}G5HGK>srm.;6%Z.q)Jo}:ɖ~
& endstream endobj -1024 0 obj -<< /Type /Page /Contents 1025 0 R /Resources 1023 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1002 0 R >> +1114 0 obj +<< /Type /Page /Contents 1115 0 R /Resources 1113 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1092 0 R >> endobj -1026 0 obj -<< /D [ 1024 0 R /XYZ 69.866 801.979 null ] >> +1116 0 obj +<< /D [ 1114 0 R /XYZ 69.866 801.979 null ] >> endobj -386 0 obj -<< /D [ 1024 0 R /XYZ 70.866 771.024 null ] >> +390 0 obj +<< /D [ 1114 0 R /XYZ 70.866 771.024 null ] >> endobj -1023 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F42 702 0 R /F50 614 0 R /F15 567 0 R /F36 685 0 R /F55 684 0 R /F37 717 0 R >> /ProcSet [ /PDF /Text ] >> +394 0 obj +<< /D [ 1114 0 R /XYZ 70.866 155.861 null ] >> endobj -1029 0 obj -<< /Filter /FlateDecode /Length 1188 >> +1113 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F66 1117 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1120 0 obj +<< /Filter /FlateDecode /Length 3484 >> stream -xXo6BM")Q -7&8cLKwN-'wNw9!)s>hRNuĨus\Β&1'#Y}fvѾ<3#&귧S'*BW_POS蕍X:8'It-:Od!^dA`$F?-3&@y^".h -%%սTy9هm6YY'J$ZUl{4N˚x݄ E`jVK -L3f:L}ZZ`ŠP(L -F) LED&)vG@I*wch
c&Ye
8F;Qgq:xk*N].ӧ"n7=&:Xɐ,9La -[
S,$Jsu@/"-ɫe:ց' +xn$}XxV +O}BIxҫQ鈝2H&"sMI֚FM6^ӫ/; +,!kDei2Q⺄ټ]I81DJYd"WقZA2aV[#1IYW`Ȳ +}LfVU$ڦjH) +c":<i)dɰ`gbmm,*EZkҺ.WfFүʊ0{GQ+|ivV1qG=I XiЙ, /s3n}kyBӞ%zpGZ݊+<Y?=;_<NA E9qOPτO{{vրnͼJ~wu>ӓ>|}\§N*;>!τG i=s֑>3:3C5d@Y''h +]gJ9~A.}|.|*$F:|nFjĿ +Pko*F()2}tguKD_)ip?HHmB\ K._Kc2MyS}҈#Jqq"oۣ(=:mFiXmZbB;ֵy=˷rd]77l҅ANNJX,ZR
VfRSlSCu^X giTa6L`GYQY"%\9ֆ_$H$TC˧$xM"D%E]V2Ej'HCHN$\9 +9';{Ngq,&Zd;f=TQ;-tj\ =T.2rȬs JP0'>{D!{.h/# >lzawyp)AQS(u)zaý";QNaG13[te7֛
w݁XEEĘ[) +9o(]hWw,3Dp.<鯪,U&,\E +eyMYi +-)A E<Ƿrh2-+ +Y՟aC6<rɭ yf6]'l6(bvZk@Oi
J!|q5B`0N endstream endobj -1028 0 obj -<< /Type /Page /Contents 1029 0 R /Resources 1027 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1002 0 R >> +1119 0 obj +<< /Type /Page /Contents 1120 0 R /Resources 1118 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1092 0 R >> endobj -1030 0 obj -<< /D [ 1028 0 R /XYZ 69.866 801.979 null ] >> +1121 0 obj +<< /D [ 1119 0 R /XYZ 69.866 801.979 null ] >> endobj -1027 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F48 568 0 R /F42 702 0 R >> /ProcSet [ /PDF /Text ] >> +398 0 obj +<< /D [ 1119 0 R /XYZ 70.866 181.931 null ] >> endobj -1034 0 obj -<< /Filter /FlateDecode /Length 3802 >> -stream -x\K$
v- =ؗ$>ԃzzg9t$RCIi巋|Nw~A})SF^I᭽XH}ӓ"VJ}ja?~_y'jl䱭)uLSٸGǟ=.F(g<g0tSD`b>5XI>Ι^[N,&XF@[߸.ID/4$2j|[*aF7t<1[~cƾ/Z҃2Mo ӇseQeL|3\23-::HK}[9f6Bͭ.UelFUPhʊ$N3q5FЕSgw}2NNQfIַ6&뼎%)_x^ -dNIQjv*yvOKKjf
58buUjӈEd0ڳ.DjT:U=5X̨Mç1-߳Ty̤NW%bwճaܾ([qr~v?Wxzx1QcWn$GN|JD%0
:߹J[ --Æ;i@ e4"R;W5sX']߈s2uVZ+tCu I|{h1A -O!KiX+ -KJJMB[hFd -iwǍğ1^Ay'b̼)OҠõDB#uL%${^* N`
#<'rs uB18KXB`gT<4KAp")&*J3;J"v4ͨ8n"F$N9{+ݨIw!ҍ@}9].ÐRٿ=F!AQԳ1 BñLƮ;%Hy-D)/ɩ`FVm -;'R -dƬqN㰈{!XLH@[(~[zԵQ"R*3MP~(i\HF\@.dD}C^ 폂A -[忍=J87Ta6Mrzu'4Mp&@ -OQ -ƍD93;B!lf%NJ$~|MΈ) -Gw`)/1ޑDHz˻f:)7?'y_Bzi"mWHoxRz] Rz=қ&%gνNz؝h)DlՆ;u^0'QOJgJT`dXH ZGi@@8(8.,(
Y.J3Ïi~8M flivYPl[m -ѹ1SmRisc跩c3¹ڍFq%l+rkwS3>pduʱ姓YNxfe[eǼL-sas -r -Rr6f+v<4z8oϟNV>D`.6>@8f -89|0BQ3X@OZlC+5Kgf.GLJ!,M"g`zjC16=9io8fC<jwN֝NUI%87յB& ѽk.Z;YLW5ymRjgwi;O־{Ɍuxot1lJܜhqxb)*\TTm*~
<}XV/'{'hΥmnH ?u$8Z=,IpF^
F$ߦ - ;ͷjdn@?B:굟URvfNuPia}Y9m5x +1118 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F57 799 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1124 0 obj +<< /Filter /FlateDecode /Length 4914 >> +stream +x]K$ϯ}O5y՞lڒג^ $$]3kz'+ "~=5y4O~of9sܬKOo8Og5pn_? +=.Ajb@*'+ {|NeZȤ܈P9}+v@qKpEO컪VMvʉ,Z3ؕ4JX]?e2Y^Je+s'wmcɼ@{ܗ
GkPAHs`bIn")$zg6d%2<zic2*ڬK+fZ_vN_qV%4%n\iE=rG
rzm%5/;^ +'QVprk@34\m +Xp7`sԟ])0)B|qڽ1>9Q to봭\tLUB&!LjyP?%LKtS.@SN`2ă5>AQ5}8Z}8e`Sn)KqJ7SN8e k%Nk%Nys8c)k`qJ(NySĕ8帕Wv~Ɍ)s!T,啴`M +,Ï_[n R2۟CfM +4LS(0+Q +ה7KQz}'Вo$&xW$25+}8N";%TN iA2)XjQuSXbXV'E42h
MX,Fvl[!vK}זq +ej~KZ@x3~V!0j}PL'NriAx&ztIi.0̪ճ +ze✴No'-|ev2-e.h![f$]Tj4aTT93pu⧴ysB-sixf焊VKT(݊33dj& +K{%v@SK=7G4kT +ê +hI*P'*-*Kt%Ϸy +s啃ԮM&M!o{9WK3eO"T`HgZ|3C
MyMҔ`{(y.H5F؉Dp7!K*.xN&~:-j"aQ_Km@TG{xSR^6loӦZ6 ɏD~cbi2`)77ǝɺX>dU侑ƍG1Ay<u?ݶ'L!3PH@SHC 'K{; m +4#2fJml:)OVwΫ +g)4Koq3;DdB6GQ!L9,]ZɎP<{*%h}LŤpWcRW4rWIkgU@kz%50ؑjQO"25y)+` +vJ;Je'XNtᨥ\"bR'5tKd V1/]+9;G,%
+z"b(6D-,(NapAiWفjj0 :M)-^'J2IݮENkJ9P½y5u<MmO93%(5X2݉99h#Rr$zE+ה}{rvd"lxp3g;1ޑ7r3qm +|Ɲf" +o5T +M,3s{àxؓ*M3+lbe\hvƢTjY'qBJ˺ +AFTӮchtpLPLrzpW[UnWP^܄sT!͍ƭR']Cѹ[#9RUҊzoR҂2iAkoF/Y
ox[#IuJYۂz2&yZNk'om\{2hRgA6Jh +Fs^)$[䥜eۂmMH%O/'5"#0pm +rt蛹Z0_`؈sb@ݾO'=]~s|Jst_
X{ +<?v +
LU\t"ܗ>*ߌڞuҮ endstream endobj -1033 0 obj -<< /Type /Page /Contents 1034 0 R /Resources 1032 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1002 0 R /Annots 1036 0 R >> +1123 0 obj +<< /Type /Page /Contents 1124 0 R /Resources 1122 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1092 0 R >> endobj -1036 0 obj -[ 1031 0 R ] +1125 0 obj +<< /D [ 1123 0 R /XYZ 69.866 801.979 null ] >> endobj -1031 0 obj -<< /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [ 433.177 445.311 525.406 456.38 ] - /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.unicode.org)>> - >> +1122 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R /F37 793 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1035 0 obj -<< /D [ 1033 0 R /XYZ 69.866 801.979 null ] >> +1128 0 obj +<< /Filter /FlateDecode /Length 4612 >> +stream +xn%xGaX +<[Fޏgjb_b̫Y%]M2 +b7k.ę2qeUH,32p_gb<F3Ux>qK#xCE / +s/ E(kຎ~guoxN+߯%[d+)\(+aPx7$pV&A8R7BIe8N¡f<fYB'?>(nfHE!bqte2ɧM\6l_7)w*ҳZUBjr +I+<gBG8ٗeh<ڦ^+oן݉V?ooRoC y0(&-_
NG +OBVA|
-ϒ>k[FyJ`2jf^7TAu$(A^]V 4 +i`WiSv8:U#Oc0c0@ٯkYBq5ZT-*3\vFFi[1몼Հ*o^&o%aʴM'[vk]*o,UT)t*ObU;*Ph
t_'B˞q=Z/S-Gj=,aӂ&+ =p
h
Vtp[Z,Hr`-DAweG^f5 +X!vD3Xcݮl$k<GvlHJ +fur(s +L&cH^1>,)oQ2vH:2=A &Z4,"y?6jf[c'{+!wz!: tHal<i.Cs2OԪYmĒ5iaB)YSgu/[&NmB ¡
|VXjff-MgW_Odh7=nn9Ub_:"P`%͞e&8әтۙ/8jM9.
/Fؚe.U8h!ƫ6OkBJք6Ok;p<m9OX\-*V0<Ld&Kޝ(&в{R# b +JhkVཱི7 +"/h3Ai蟚-;~M|h:cLrJmsP.3'$ۖh*?B(UcpvZ6IUQ5-:nk" jߴaݣKSC/a1N.9Vκgk +By1$O8CFmφX +2[ d>u|qw$PDZ.d<TYM3&Em}_~qX,ضK:'-Ђ%A4s)&-ɚJaVnіl$`3V+2LQ':Mΰ-j+J}ױy\*Yڧ +
*ZTՃ'm->=ҠU3-@P|TβA-klnlc,Z*Ctel.v_*6oqiLioaϖ#Apk'6|~ +&*:<QxU'\߭Eu2{ױq,?_ o +9A
-ݦOi)X:gHKbgmʍ0պYَ^~@'<8Q/"\*;'i$KQg|GBPTORftRK; +̀,7SѲ+ + :vg +`pkcYjlobyNS0Rx]
fhPXtz?5À +OghwΪNީ|Ы7)ך6bW
=j<#Lfgj|UVbQZ-V9j +ɝ6^F4ڮ@Gv^]V0C*&#~8y)uS{怎w.~eq3VhJ5XZK5E3ViױS,{)&u,주2rv7nIp&{iǀ-X.6ՊWFU20Q +3Kݭ5y2p9{M] +ݓInl)b/J0-$ng +Ras#XzZb%QˢdpEr_\n*]9YH`0ܵV +m֛G]ǢOZDB|LE:-#B|Zke͜8kx!;.Oݾl}uE*t&徭EM@7o]_vfU^ +,qoU:*)eI~ɷ
nb+<eI~m +55,yuYerq+лPԆJAI6'ƟBKL)ٰGpR4x@nܖͻg<<]1 +knQG"V8jaֲA/Ģa(dfK\̠xi>p'M"%hYkI
:IO-$fb/we߸UXtF7yqr +>9nEn2t?=6 I&gmRR`ZZI~,z]$2R(͇[^xE[4*_[)=-y`oƎ"WeD#W~TǨ/[4&J EDAfe)6S% +
2{hs(ktOs8dTW+k-PI?t}W, +HCT
%FLSDŽ{+v1=~wHo5\@;߹n w[HK/;|PrQ>YFʻU6]x~T<tY<
HZSwkRא?^C'BMmχ.|%P>Ji4+voP%Iw!&ۧ(TشŤXnfV@r$ܪ
}2 mLc_uf'#Enhu5"R^_I&>fNj٥e(/oCoZp7/4,)Z8H,
w^gMݱ+_X"K%q`o>0i\]e[.P&BQ{e<k&GXV'fݧBIU[&6xLzb' JOJNj?V5$TgK`:,|,3 +_ =}L nMĆ +ڹ7wE,wyڒ8v|vJtfT~gi#uC.\Z Oi[
HXI6C=IzDI_ikh:x$4twɫYW?
; +endstream endobj -390 0 obj -<< /D [ 1033 0 R /XYZ 70.866 771.024 null ] >> +1127 0 obj +<< /Type /Page /Contents 1128 0 R /Resources 1126 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1092 0 R >> endobj -394 0 obj -<< /D [ 1033 0 R /XYZ 70.866 517.666 null ] >> +1129 0 obj +<< /D [ 1127 0 R /XYZ 69.866 801.979 null ] >> endobj -1032 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F42 702 0 R /F50 614 0 R /F55 684 0 R /F36 685 0 R /F58 742 0 R /F39 845 0 R >> /ProcSet [ /PDF /Text ] >> +402 0 obj +<< /D [ 1127 0 R /XYZ 70.866 371.935 null ] >> endobj -1039 0 obj -<< /Filter /FlateDecode /Length 3209 >> -stream -xڵ[IWQB d7=O -pퟗ_1~g&:@xc@"/hBѣ8?)) -e#LEDF=)BMFԔOG"dži#&5*s4_itX)<gdxґkD28&uW
)H`?O*Ig:F%qߺH%7O}Ab_tfd.A:u[V4 -(U+2.h`)pHÔ;ކ9?oC]~pz0p:v?[Vp'z>b5.MX -3F`{.Viqe[k"_=+L}1$;O( -:hõy+Ü:}eI¡|$z66@F(s9äX%A,|ﺟHlr4y}e6\34.$˦<& ->Ykre;0gy3&(Z94!هe}ˑ\6tO-'|1YJx~*z-v\iz(A@Y}Ұ/δ2XDJb`}v˱T9x|?&la%OMh;iQzyGf:>G:ϙu<Yp0&bՁ֔yvN*_>!aNcxoDqR=;QC47vbЦ&N}T:M3?y3.ӦՋlC8[Ϊ,*kb~eY='ySQǖޭy^JҜ1e9[+1+ -aNfJp\R0PxōSC̼d\Tީ{m{BƍrKLN!S<שn<ĺPDbe,#'\!γOAmHQʳP\m;>u:2|ܙ&ի^42X!eMdJ2TʢmV0^HψBΛO쏢(A8I9d((<>VJԎuO A>:mR$ppFh -+#ޡW\`V -"N"^q[pZ;Ý -^?lz6ɀ -qLf9gdžZk< -gu;g}iXE #6+6g*fL3k|cw7c"\*H\ڸ ->pu[_9TƲ[ymtX(NӺpnWFLBrKF駮IYZ<nn"7{Fgޟn৶OG&C74>$Y->zUs˫ -mدJ(vBxS
Q/5}JOI3
[ԉŨFjpԻٗE~o%99GvZR+.NGbt`VX>_;SUnVTϫsJ<n5jF2hRjT4
<2NVsNrwq+)'s}/u-o[QuR^mC>[?M8W/?O{|<NȝBnkA>]&+y%P-:ͬ集rʝC#ߎoܒiZ<>fuJdZ lBLތ`դܽnRt0Ro#rԢPjhDpɗ6V6H#ʌ4ą%e4Z v[գv1M
T8|Y}w{!5xqV:]j83x:,ѽ>c6}FZ8fj4|pQx +1126 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F42 792 0 R /F48 640 0 R /F55 774 0 R /F37 793 0 R /F40 876 0 R /F34 637 0 R /F39 935 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1132 0 obj +<< /Filter /FlateDecode /Length 5579 >> +stream +x]K%qϯKgad_0@F ] -M~>|t7YHbtu&Hoo?}?~s-Ƿͼo!&-۟h#}6> +A4Q(D'\1;t
+pƯfNAY-"m:ZP1
<h>LL'ωo$ߏ99+=FvyJxqYE1G_-T^/=:h;5d;q}.!"U텞%pʺ` *jVaeYXYNKߏÒKK:,t}~ lR7M@y~,(1bS"fmCHNƆg вm{h:6I~d&F{'^%JA'\B Јt
8m_gi6g~ l"ElPt^h +A
AE(㕷QWV}!xo,I^/d{o%|-hÃ9{Lb1~|+2@8iN,i[:7MB;L[u4*Ewd--XU"^K ";qqx@@!,xQm]wD/Ҷ i0ѹ1n-:/K +-ug`!FW@neOcӪXfE + +Mť5Ss*ݷ3Him3IED?u`U8e篍틳by?̆z|l}S
G2N|'\?BJ6*`XW0Ͷz6zi^H*HL*E; +Ηhd"i8ֶ5_ 31 +Hqh_bJg~`mӄ1%?UT
kPvTV8UuS-wbZ +Pt`JRL)Ru$*zBMmOռ̎`V«<\%'B6t"
4i!ᝓ`P
~Hq_ip'B*Z3 Rv6w4(A@6B@ +ⅹ`9%dy6[MlKO7W`# +Y{SݨS\SJ#̙;Lo1){ZQا2Zs oq<%ePd7=qG!-O5hi"zfrۙ:/JYYH,6Gr2+^*bhCS +oKLu5_|eoyw3o썧ZNj!*p.2箢2:ڳ9}Y!M*#M bML(1եGDIN_&<oT,nu?sb]+iA#TA-o>|?WЈ&金U̶ +05'|><>)n +M\RCgP"0ԦșnpB9JHaIG-2i\ +]'hI^NzެC;&fY֡lY|w/̗>5d "ZA"xiVZ?(`ͨ(PR%|!cRE"\#HSqfxH3HY"D4uuW5T:ўu6\Χeiz1Rdz)u{L!dLF1RE'2MSFėVRsDR/( +=!(QX JӴݙ$3Nggt +nsm}O[S%sw(ܙ|0˲k$,4(AC8D +X)x \5l@/tN
(=INH"wg!-H[-Q iҪV!藅EH"u IqHH@ %H[G mDp@imG8_"8/B⚏Y +ֱTכV-GݾPF;-:rg[|`oX)V%GIݥ)ܟ!_ bxQ[)H=PJ
@F
0W>iMw;PցDh2<n]>۟(Hs?[r㚂1Û|G* -dUTtɹ$/$ç5$M #yK麹?pi;e<8YQ[Th Q4'"o=46k^ҤҌFOwwߣ.)TMDf323֙NY{}v6nA3\Wg6<ٞo0ER j]rqSFq+˘_v=ٰr +]v^m[a+w*
^24,^&H;DGϬ-۴ǂL;83a +i&ʴ]WU_U'}U]7zwNZ g5|U1
w
MˊJzjm8DkA]Y^Z +WZ_Z鋵ܐ"xۂ/}.J%l6.Vg. endstream endobj -1038 0 obj -<< /Type /Page /Contents 1039 0 R /Resources 1037 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1002 0 R >> +1131 0 obj +<< /Type /Page /Contents 1132 0 R /Resources 1130 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1134 0 R >> endobj -1040 0 obj -<< /D [ 1038 0 R /XYZ 69.866 801.979 null ] >> +1133 0 obj +<< /D [ 1131 0 R /XYZ 69.866 801.979 null ] >> endobj -1037 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F55 684 0 R /F39 845 0 R /F36 685 0 R /F48 568 0 R /F42 702 0 R >> /ProcSet [ /PDF /Text ] >> +1130 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1043 0 obj -<< /Filter /FlateDecode /Length 3373 >> -stream -x[9od+:CF#ٞl
x;w>A~MNV}Un'>_=M
8ܾI/&n3M[`R۷_9Ϝ7r}/Q4B7i_~sZ`R6-5HѦ5zh 4xcsJ9.t&1ADEhEmfJˉO`g}/!A<Ѳ[L45T">G@ቁz|J㳚h| -=o_"PTb9)*ThYÙϑg@Ydy\f-0Ja}/`Z8";c 5(&7j([*xLߡSq*kp>q)-2g>sK$E06{Y,"a}7(IJ1\.vOěLB>bsh*az`=oZ\3k KzD]*9mИ\}a`LM5ҕi$ӺVukR{'vȴH*2rD&d]Z'.r``#K[ϟ3Cg9} <`&D)BE- -?Z#$`DL)蠆YIx-"9;Dx*)W<3<JzGnZ
' -PJTiMEsMWQ{FȔZwzr-U"`uWoMZlg,KqN̓q_uF - ե%jQw4!D8h=>ii`jyS'8`\I]Ifd@Hfr6M݈
UvY[j\h|;mT~iCA -RKa3 eۜSZ8ˀ(Zf5)+fefǶ -ݠ6x.tZ{C<;nR2G@Ito -ЛþQA.!xoUSA=i6jwj$19-%"i,儫RYI'W!\`Iam^mԐvEPW<0'y]d+LjɍI+&P ,{F@lM7`m",ulfǥ#0oE`{{2Swkh#4Iei`^@ >M30pŤyw -.pc;ASm /br]%#xk?⾰Tjs7Z7FtӳjP6=ƂCzpCh/Kbp" 7z!T$$ G&P*l/]r`ڨg-RVNtߖ -9Ǘp=5WfI㕰m^sV?nJڍJ+ -<?I`Xlsv)@FzOB8!6^6["8R\5-{*M&;2|$!PrC-7^5TnB䢣XIq\d -&?^rIlý1CCpsB̸κbB1B(bY9;Ĉ9lEb$!fzY*5G!fEbBU:`Jԑ;1cÌ%-{,4 -w.7A4=gF1
1%]lYCw%Qa1"!Hr&^ 5-Iƒ"WbI*v3gȜ(W'Inϕ.+*GvCqjMh-UzǩgMG
etؤ;w# '|ʱ[,p =OkpF,XmnK+ph@ȶ^(=dY 80;?!5F"0nޖo/ޏ8;OYynSTivr?ֽu|7Z︼)#ZN/Ѓ(eWl0J@7]Krj9+7H/q7|M>ܗrWN*SV^\;IjzM|D`iHvrmG˙vT|@e~3b=mAzmޚdy/==PbW/A;&qL9
+۠ݿ\Fi7i/LR+[N3W-h;և7t2,za1OWƌ9INȏ~8t{/[᭼42MvQjEV'Q@ -7qEoGOSN{ʻIeȓ7<|纊H#G7kmE+5O;@% +1137 0 obj +<< /Filter /FlateDecode /Length 5323 >> +stream +x]M;nWeE/@8쒼`VL olCJ%%aU!#JX?}?|w-Ƿ_ͼo!&-}۟ߵ5Qk} +R|Ёrz/E+' ?3qY>}3Vћ}4G@RCANU(e#Be"nqQ&b-qu :O;^jRU4Dg7_m|߰㷂0$")$ vK3
;4a,tJfT}`kPgiLWKJ319ʳO+VEE<<{4k4z9TT5Vc:X$ؙbPNdE}RO:}/ +mG, +<kYFyt8#Q݀h婽5pcPe1⠼j"O&g2V`%xx[zAV3^{ՋCv."4Ki 8]caNE'rtIn%FQޭڟyLǠ_V}X#ZY"F;.B.b@:1؋~Z +ji^a +l}n]I:Za*OˏZgfu#y}+BܿUXN>h-я^j0t[=1\#ę:}= y(8ׂZy +-\>WI`bALQY]?`,wmEQM̘nь%ní]!;R>
w')ޛ(Fl<F6D#V0V/uJ܍r=ϧq3L}Τ<S 3ȄHȢ":ެ7!f%zn&G`:i{'k@Gnm3NYmļpCo˜cSr_qJ磃 +J藫ʹ5KQevo+9v[Hju&P0<8j";*uı/dH6yJy(D8\c"x-`D1-4M̜l`,nO&%в
ۋuKQ!4N^wʡ<?~<昝{S@yyPAQ|`^{=r7W;ZխF@]XbV6R\ĝ&!! 7}:iТF/#*%d'_IlG\@]ctΨp^r6<7sC>t<שqGKqĝ1P!HFCK<@i+Uӎ(pVSп>u"aBWH1S +sh=F pb-nl JU`NfYIk"&y
DwD7:=L<%:Bt"W8N +Ў+F'Nt QomI?9 +WQXɳ&߫Z{Ni$uA*֝udvAYp9L 7!%ۺZQ3x;K6|4IMx>\f CI2" 1v/\EVO tNL_k>|{r'6RԉOi8$'-׆HGLk#T>ͷeKF?вGރw~vhEOGcD#-tsrkEBzzM"_ϔpKfiD؝fϟޝ
lBg"s-kMnn.H'wg:ř
R%j5\uۮBTӵm:rVQ*$
ӰC;YٮUX:\y!O>D4{8*]Hю̗Chgdv\F^En~3rdrc}ͥ<K\?zWu\l8 +HF/,<k5^U{\@+KwVZk8+I14VT +ю'瞇7$F88$Fm)MN-}鴯--˝ +t4unw"듉&#>\,Ju:Hv*7wwԽMJ:JHFS?&Z4JmTjJOPK|~v,\ EdT*Zle&2XJR14pw˵ӻzBT*' +ctR0+Cjn;fgnPI.y?oOW؏/R<fT k
Bkчq\j{$df=QI% E4xTmӭ' F+۷.f|ТUm:I;QDR҈{Ufr$ZȕŭMƈf`bqşKjqO MXibj2:v.2V~{!A_}
=y2:]>MnΤQw]Ө<!3HɯЏkF-#oMfQV(I/يS4YےO5齯o])X>CyXy\ښj˔LVݱ'vk(,\b~Tp~>?5L?4~6i.\JsO8[|f!iV3i.Z y5g_M\u6|G,F#J^EZN} +-F9wK$7^ę3rҼ +HPz#^*ɜi:ڼ*i)GWM|M8ojWMb6tMK: + +Z!0kji"L
֧h2hhgaIU䘱(Č틿7ME|U@q#F+;'49{aYV-c^|FP!*
_ڛ`ͯgZ'\cWJssGaX.<e"j9;MRiB.ӺfL+2MgZs#y.z1̴n~!BGVbMc;SB]9Xmۧf\-~ݦa>Knߖ <(
&
MI|
(H:ߥa7ܥaIiثAir, lKUZWM̼?qaEGuhEpu.M$I endstream endobj -1042 0 obj -<< /Type /Page /Contents 1043 0 R /Resources 1041 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1045 0 R >> -endobj -1044 0 obj -<< /D [ 1042 0 R /XYZ 69.866 801.979 null ] >> +1136 0 obj +<< /Type /Page /Contents 1137 0 R /Resources 1135 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1134 0 R >> endobj -398 0 obj -<< /D [ 1042 0 R /XYZ 70.866 771.024 null ] >> +1138 0 obj +<< /D [ 1136 0 R /XYZ 69.866 801.979 null ] >> endobj -402 0 obj -<< /D [ 1042 0 R /XYZ 70.866 433.858 null ] >> +406 0 obj +<< /D [ 1136 0 R /XYZ 70.866 617.714 null ] >> endobj -1041 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F42 702 0 R /F50 614 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1135 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F42 792 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1048 0 obj -<< /Filter /FlateDecode /Length 749 >> +1141 0 obj +<< /Filter /FlateDecode /Length 3876 >> stream -xڭWn@,QdpDA .&Y^&(Z*J;y,X}7oɳmC6U!z_ -Jg&`]=z@tLϮy АJ%4 -&vc -R( )vڎkXvΰfOdo1Nyy>՛!SMAMwgV9x)C3{2w.aBqfQŶ$EaOѩ3OmC(7>6}(T}æ}htq͑50U +x]K
ϯ`+ޒS<8@rY%i
cRcuE]~>zuK&˧>iB]%%p)/7/<+e~R~PJU[BkǗ7ZxM?Xix
~myc{:?߮;맟43İ8%)VŧyK-mZRU?|zo _ዿ/j9]>]^' +Km[L^ZZXWVk=~V?o<^/f1ĵ_Lg!tF:b:â]RrֈK{gbSY$o|hݦ<m|خlcv%hwiz``iuz96 +Bv%SG
9-.VuBXX3¦%)K-C<4"a3*-wliQ
lsvHVmF'fϴ6Q\u<р,HI&$֨kK7;IO'|_[9ڬO!֧2`n?z~oƝknO-هdW$@ 8VuNVg=NZg<'Fޣa,B%^;4:5lUzPKI}[.sgTj.Fw- +HӠ@kCٷ+`+[%:ݺ +S7mG;~>N85M{'Hh1,:`7-S;p|zn@ua,!"/^de{%,$iu8(kn5jCFknۈ3ހ.\pC-"m>pS-3A`:Kpwp +hhZۄHtS!|Pa܉H!6&[v +fj<䶋>4|c~@mc&牣kXn}2r?ޣ$̚ +=57^ %L;n($z;v|x!UníC\74+~D./锩
Iͭ.6alFEæ!3Ih#yB(\:TIꇷr8)1Eͱ;Uxo<%y< +,KpY/>Ky۷bttgGK2?Kyi?p-c$ʲ쏾/tc48C\M-lv1p ݬB+[B\z&χxp0;.ET<8=Wf̕Ȓel2Kl[ 3c+n^_)3 93 8N&4#ePrfHWm3߯93EINSg0uF} ز&<8uj7u:Gnݩ3nHq5i]v+z=DZRgԒop:&<KXqn]%-U&"$LRl5Cn9I`v֨J8k~A@[枠lLd,qSy`Й'"_g,'Lc'9ӳf;)`ä:!ػQ RQ|'^aAjky`њR>;FNb|'+Bi_3g+-a߀7;p;ߎN<i *s9P%a +59B]VǞڊTMx}#ivpj;6×wl;69(UwV̋KѝxjHVލ;Ez.wt] +TSxkZ endstream endobj -1047 0 obj -<< /Type /Page /Contents 1048 0 R /Resources 1046 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1045 0 R >> +1140 0 obj +<< /Type /Page /Contents 1141 0 R /Resources 1139 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1134 0 R >> endobj -1049 0 obj -<< /D [ 1047 0 R /XYZ 69.866 801.979 null ] >> +1142 0 obj +<< /D [ 1140 0 R /XYZ 69.866 801.979 null ] >> endobj -1046 0 obj -<< /Font << /F50 614 0 R /F57 707 0 R /F15 567 0 R /F48 568 0 R /F55 684 0 R /F42 702 0 R >> /ProcSet [ /PDF /Text ] >> +1139 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F40 876 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1052 0 obj -<< /Filter /FlateDecode /Length 2738 >> -stream -x[KsW*vVWG7ON*{/i<@9HɛD
hC ŧL|W&0 >r挙&^N??r9WεxxO8BO闗lŬ\dcZ;QyN
\/E.Tn(SXDŽBU%%7`Wƶ=q+㞟>&߆]Hח$="OJzx#mf ||^=l6\zBtR6"*˕z qluXY֟DH2SanGkrBr@d2n ,g~/lj389{_ҎУ&xӧ -Z.ep"?q\sy5U?>-R.)QfTE,$-B "iVRVwaU2O;LH&]>.iPqH@OV!%z97gY*@9֪F{YD[?rbɘP'2֣ݗ4BshZkr.9$u'EaIw,? -`{H/ևP~Њi/{%!sË'e4R|Ơ+a.2*WcK-.M1%Ża6QFMR}}>JbF.EZZEɯR҄OB ua|T8`0Zj5hqnI-dG_t-k3#Eoax]h6 -2$9f1dK}+E;4g0%Q@ۂx,Df}ցJ&y)T^)kYFOci\9(®vQR
;Β( * (U¼3bbʼn!/4-l*i?_yŤ(-#f=.PM*qi3p%gVW/MqހH-4\[6IdpT'O^Rfs+mY,cC憿>x;I|6MGmjz)QMҖ`VAŔE?cq'QMCEvkT,HNK -
N$!q|~K]*~5٩րVKXYZZ}A,KIu%q
p|T<TYJ!Szȡ>lAz΅d,I\-ߩb̈lYR]+(/ohrLC(3NtN*S -@?%,ks#xwpͼQ79gٽt.%(L{bg.\.`.
0FZ} w3z8TT4߭ 蔮Cc}\qێ܋5Hñ
I>[ĎLal~?{̬/#0 iB@XHlxt]cTnO0Kk4Xkq'; -`tH00u
vi5Ӂoe0gY(MSjFzB"1\擞CDhLOG& Ilߚ.شeD(Tip'PI`z鯠&6Na !f0eVDӛnjUa
1FU2Ef~?bab
b][#"hY笐Ol\un+gGz"³:#B~[ -Bp9=>RXw!_%#e_0t +1145 0 obj +<< /Filter /FlateDecode /Length 3432 >> +stream +x\K$
ϯ$ ,-8
_C=X%TURw7r*=OH_z??}3oQ?? |/b9s\K|8Og5pn-{ +\'δ"Bି]t\9מYe9W9YxN߶xw<8C2< (W!w1t @AeE<)8fLS({-Suwh;2$w-8]"=) Jcz'9 +pguqh'l 4}w"l6h'`H\DI71m㰬Ve5J'zm7G"OWm>d'ONR-@'Mg/ij(fq>J?uF^+вOOTqdL(>%1ئ^z
N +Jyrwa
c"oe4nJk,;"Bz?5nPY،'I*qA ++HA3W+$5D,XO䕉dc +D{%@IT] +f@UY=2վPΌ3*!Zls{yJ@C&uɄY6*W(C8P)A9wмXJp.Zj*vy>R~ߋLD0$0z{1 +I!(`^EQYEFz2{,v+q_ٝa-LCM]Kpl[7B'f*"+6!? +Ge0P +ulKlf~zcFɥ*DLEu%bL#όwZ
T6!6a!L.Zb^ J"h`?X߈8A`NnG-\\t./qZIkK2Ԣ*%m+gŕkƵ]tR1WՔ}YʬQF8jX'86;mOK7p6@@wNC
@ :Y(h +Mipnl;)}n (R![7CyݥttmYqxDcJs37ᰠtT OdjoeN-<%}!1¿ywSe{;\-3 7<,ӝ_r99Lo5b+A4 +'R$LlRt\wI.mW{fȆ_7 ` n{:Of <D*o]`G%V)_&n]~ˍ)VߛnpFզ>óM;ˮQ]-ehҪ|Lm@>}!Ihm[oN
VVӓ&&CtHp^f][ ZA}2(0-|RĪv!DAw-DBNBlmrclmjEHk״5hUL9 +o
HK
z+{Z4[.ψqĞސޮA>!w=0*$P
QhTZږSN~cJO(b0K&(cᕙp\H09Y'_зf7n=#rx'@ԛ𫬽ꞬŴGp5= +'LG#fm[=:ƹ$3Kj^+"@`<gccd)%r +Щb<<X.æbWt#q-$݇7%uF,Y
p|$R2Pe:zm.7x¬<Xm$K8[K9\1V3eU+Iޥz_9AI[0ĥ6ƠBFY[ttrsic[Pf f +U/pWI9Mhu#OsehۤmUzZa-DCԤP}%:]kUj^jM+U(Hy|H<8Rf&R(CHD5 .k
n۠ϔ VmZLf73:#G (tEG9+jRV2z&TX:ȹiMCHCntl\0iF[wtcPrhfbcA٨<9lQp: +nDz\䰬49l7rX 09ͅJcænl4qc +]8l endstream endobj -1051 0 obj -<< /Type /Page /Contents 1052 0 R /Resources 1050 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1045 0 R >> +1144 0 obj +<< /Type /Page /Contents 1145 0 R /Resources 1143 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1134 0 R >> endobj -1053 0 obj -<< /D [ 1051 0 R /XYZ 69.866 801.979 null ] >> +1146 0 obj +<< /D [ 1144 0 R /XYZ 69.866 801.979 null ] >> endobj -406 0 obj -<< /D [ 1051 0 R /XYZ 70.866 771.024 null ] >> +1143 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F40 876 0 R /F60 834 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1149 0 obj +<< /Filter /FlateDecode /Length 4142 >> +stream +xڽ\Id9;K*mEb'|~/š^z G|䷿w|7ϼn_I&n3g:87~~~\~\q%?^Rb
[i6Hm$5+>[+ӈ?F,/?݊x)G[JҜ4ʒNKU/-SjꥐkŞ<sO>ן/_gһc_oJKyLl"
R:o)e̵ܑgV"s9o64%l =y6/bt@ ,y RY/ +A35)9iFTX,PFGp0-8#k8aJQ3R1Қ*%{ZAu˜S,m{`Gk\<b +%>B[:(:_bÄYn:̹BY02JOgeg
mɚol+h;ͶmG'H`${=)w2t: ~U;l6UQcˑ!|q5}`lEm +&:6q|b[6 +=zMG9up#ִ1>ph6/",3։&?xW(mV)' 1 +Sz&@VV}{'kFO]9H` +RҵBz4r Ü|ntF[~6М5Q7p +ީ2/1 Lː"K,ЂҶ~f~jФ-TYBϊ
*mePz,[7N`HVhPi1XLq3$*ף$%[3YGDEkr +Ur"(!9vW1[~Ո$c<,jNH2攨獟y,0h?Hߜ]j}63H{{}hPA cg96 ܨSL!h4tB2>7$|,-by+&R|mWU6y@2GǘVIɨdld 0SLkڌhe]D4iô3+]j$ĜApJܒM5ll&7*W
p !+OaFlui;&ڍlis9E G1[^.)Cc'6I;;ֵs6^N+UEIRZy0³g"QOxʴwSΠ%NJP"Y}Uakhs0N19E?6~oD%OPѤ(oUMf/\0JVwL6 +\7pNy,|pIb
>tpv=7Il_%Aa?̢yq^{7Ϳ cNO\AO@/=Z~2+u*=O)4>:渀BF6d]3J9bɍsیN=7K %:i0ݘD5HРcr߯Az[dB~l qOkZj붼i<>_Ӛ.abk3<6! +3" +%کV2iU%sJS +2cؘzk/};3XMi_sʧ)Сwr'
@k@30+Vuo$(אOH
W?ًkcbw\#:/ռ'~2=Cϯ]rnڡ6٭Lc<@~je?'ߟ{DQ='r5cq1-w/ˌ>>1qЯCIʃ](eq7#y`}9NB,.ǡDZ9q^.P݄ )>t +ގt^\T0O,I)10 xU:zitb]r?"vծ ^u~]'>°Pa|wq;xtzr\]d{Lߜg7g9l +Z+b&EwPUJB5Jd(űc*왮eitp[,Hm]kSy]M74hly)}(`Zk@q}ilSmji+UÇX,obX{&\I"EwAdX?ղ|N7E.˄='Jb.фv5rz{AըO$]hfTrbF"ܮxݿ^6Qd}{D|s#emz>D=Dtnu)afVW.(I5DlW癊H=aƱ /9 +̙82OU~)"p[:j{: -*rz"0;=|Uwi(m'=EVcZ*|g-JN +endstream +endobj +1148 0 obj +<< /Type /Page /Contents 1149 0 R /Resources 1147 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1134 0 R >> +endobj +1150 0 obj +<< /D [ 1148 0 R /XYZ 69.866 801.979 null ] >> endobj 410 0 obj -<< /D [ 1051 0 R /XYZ 70.866 477.235 null ] >> +<< /D [ 1148 0 R /XYZ 70.866 596.762 null ] >> endobj 414 0 obj -<< /D [ 1051 0 R /XYZ 70.866 366.718 null ] >> +<< /D [ 1148 0 R /XYZ 70.866 562.194 null ] >> endobj -1050 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F50 614 0 R /F42 702 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1147 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R /F37 793 0 R /F40 876 0 R /F34 637 0 R /F60 834 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1056 0 obj -<< /Filter /FlateDecode /Length 3093 >> -stream -x\Kϯh̐70 -Hd%?_Z""գf{F-U_f"/}ç?js!)#KO>)#/]\ ||YJUJ)EMx/joqˏkთvkm -P6>? ޕuYUcz,8,لM0>݄Kz)[SEt-^MP!Y)9iS_)9m&x?_(;o_fMMuAh!.%ޔKWghNDE V#AVԇ]ưkMqX%d8+IJ)vwUd~RSB!<o ^mrI,xa0x}z IIo'6JgeY[^$uםz
{drS6b,KOha먗ֈ(eXES4Ǽ]rɰP'CW)j+wYrQhty-RQh`oEW@N ^k<bA.^`ҋC-}ʐlh[HC>u:z.˜;]i9Sh^&%FB"3\j#jӢX$=*!} ѮZx#au[\SOW6U4s
53 -#a -aYӝ*?a-ݧ4fj~Ïxg|R.n<5=IPa;:>H\bnuJ,{)%RжIj6~}[gWy+!}:Z8t_ _Vn -]eJ%<JS<wL6r%W맺αFrqcT9K[2"MyM![͞>D)0DβNǨA6 -QbV̀!m~vFL\K
j5]Ng`m X9z{cvVS5<;+L>ʠW#f#WJ}Bn)*ɐY
i34_XA:N,9
xd\חlgkZW|/z58uRw :1F6Z꿑vJ5_S.OEa~%1V~, ,L\\kdY%Zf$TȬ ::f͵,Ey͖dȈFF-If[IA[cގ&<+ʴYvk8G/@#Vq+uT*3e~ -9ױrf+_>qQ(IqHٵ}z"(-S)pdm;pu0NٕMͧviBp-V!FV¨fKGY -Z+aCOmGqG]Z35y'~ZR3$6|{!t-Љ_<#0)ln/6c:\,s|u"!o:~A1 -5ÙtN:hTBjg=}IqՔTuœ`tIӗ?ElooG4i4;8Ixֲq'oD
˖2{C40Jqpxi!i{9N(s@O6þ|t:OQ7dӻ&|vaǫ_?o9d.:\ylVO4߯R?|k=_^ +1153 0 obj +<< /Filter /FlateDecode /Length 3135 >> +stream +xn,}x4YAF#-Ȼ>%Hl S~?ť5ݭ +9)ׯ?y)G[LҙeɁig7PL%l)٥k&a3&Z;i.".7/H' "0l6Czf +6f=cց*-e +7 In#A6BO} +HɺLOuf(@)4$,ęOL*}뷧_~ÿoInKХx?oysrsqAmw< xaZAu8=-8IZaIB:dWbHDe/MTģAĖ}mL)Za=x֪UG.et|D+x8`OV{ӑye*slYeN{
-eP^T)GvFX4q硊Vv>2LGEޫJUC)5J(I)$f`P7;]5Hް8F"?pN$7LZՀvɰws=d͈}fʍ6g)ɔqY֮B3~ȟjg
]odzUF,6t͙*]27fN^9~7Fgy(t.]4#VOVbCy~HtœSN ]?EsI^\|ȃYEH`:[lwuN(τy.6H99/9c!ܹQ1G<,'}}4'[xwcbr|cTTRM#]Š!%3OE;/9e`˕+!F@waٗSTiKk㶑2lw A𠴩[np)|ց
ӃC)Kl4-d@2<s`hyiN;H@& q`b 2$<
dQ]3X;{5VW{ A_f>,KGRkLPV+j}JIR!eޚo5c)j<NoNW'?B`)T*G4:5k6*IfNc
AZDK.!p]O;v9lݚ`qɎ!qPPh"x0~#w`$h}Υ[Ӵ.5mLjH9v.'W/sSbSl'&d.=oS$[6qcRɒac +[(\`c !V>g嘖lG$eɑK1)1M4I fOvBD +Q5Eo٨_+LuV)G*:P]-t?)kNOB8K%7L:9 Dino&RjۣqJW>jjGPz$nYfDWUh +ňcnU ϣS>Wj\jXnߌ] ,eHAvS\Y2I4x|`ũ2d}Kcc hJiY
t)b]y
K\Ծ3A9Kwz0&ќ +.{>&pǞ;SY-rbP^>:#յP}R>l]Tыaͬf$̕.H"xBzVUܾ:ag]w0}+}ӊ t]ʄ1@w!ԧ`2x]XcPGg[$2!bmGG-XpMX( +#KLqxеq6̣^OLJ,$Tb .q Zw$z
l|E׳s|<3,= +yEGM֭-|ͮ0^=-+Fq<Ft㼵.9P%GlӃ{ze[y. +hPG\5 h2u0fM-LuU劎O-JPQjLO]!\6_Nf4S}ڪ& r2 ͜)F0Ȥ
8ѐJK;!{mR+N2v~~v +.W`F〫kE/w? endstream endobj -1055 0 obj -<< /Type /Page /Contents 1056 0 R /Resources 1054 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1045 0 R >> +1152 0 obj +<< /Type /Page /Contents 1153 0 R /Resources 1151 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1134 0 R >> endobj -1057 0 obj -<< /D [ 1055 0 R /XYZ 69.866 801.979 null ] >> +1154 0 obj +<< /D [ 1152 0 R /XYZ 69.866 801.979 null ] >> endobj 418 0 obj -<< /D [ 1055 0 R /XYZ 70.866 771.024 null ] >> +<< /D [ 1152 0 R /XYZ 70.866 771.024 null ] >> endobj -1054 0 obj -<< /Font << /F34 565 0 R /F48 568 0 R /F15 567 0 R /F58 742 0 R /F39 845 0 R /F60 799 0 R /F55 684 0 R /F42 702 0 R /F50 614 0 R >> /ProcSet [ /PDF /Text ] >> +422 0 obj +<< /D [ 1152 0 R /XYZ 70.866 314.373 null ] >> endobj -1060 0 obj -<< /Filter /FlateDecode /Length 2044 >> +1151 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F55 774 0 R /F42 792 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1157 0 obj +<< /Filter /FlateDecode /Length 3416 >> stream -xZɎ8W!Aq`Asr?L-$mj`rmB$O_d>=}>ւ?O'urRxkOփ@cOo?N}HW)ՋFKi}?o涵pIk0ƗOm#谯~X3'AVV}~%HƜ 2 -<$DƥA}>6%3 -V%G~~bxgJuWɧ8A1$2LԘD86'Ga$eƠA;Ɛ"5Hs_*I38|(Dlety|>*v0|oM@|~z7AQ9" -MG.! WB;cAJ5%w-f:=Uϓ*Kk8z?X}\a\)SQ:U0N;\*5 .pgX:#4S^0azjK 5 -)}t<hچz2UǨxCCB -4BiW@ެdviȔCH<$ UyKyH]EM>]q\Z0 -MLJYʸ8\a3h/l7Tՠ";ݭl^ިqNX<hg;NbLP.2ZMIlZMm}y#PA8v|U:GJqD7\.$+vԀԦ
jM@2tfOmjsK,Z_^k<O)a)RjXk5-c;yjY/$%j;(=um_LU^u9IEf_^IZDMh7ϽJ`p_.m£|y-]|vRRj%_{DPp+uXPo{e-_)~4_W-%V(ZǖN1]Ghv\ -7.|x'
cr5+ ID|YwԒR&;tZy_wyG~2!;x$Nהsdɞ%L:L>
oٴKAsy -Neŀjpe!^ǚi5 -a,K -'fo}7l-{=}^S)RK*,N^%/L+ַדueE¢:x5rnQXa
cwR˩X`mZR8yYXQ˻rzv\0UKi6̣A*rU{plsA(y;Y#l5v,g/lBy糕ʰAj/k_k̛v
?[G>]U +x1_1&7,м̰Fk +3UcZ?vg,/rě#A+"쩯) 8.,4zEE(&$DJ ה4r?}"Ý%$#x,QotFDkox/Z%*'sV~UU<¯'{
pp0 +i⦏vU$`JH68 +9LtSh2C
Vꮶ>juW;ʹ:Z\X~X]|4RC:?϶ 7mXNuވ:R,\^BV0MTaF >5j
U4b:I#"՚}ZL͂bb]n~5g~͕Z9@]"pA8]\бJ,KA +I]ԯ1
/i=T'leFQ])M4 +ܬ/Mp +E(,fđ-B8呺"fȁɥnclr%-Y)Z`q~-"mˑH7_HmWXH3lz4;n9\{)Uf<CZۓ!+|e(DG&AgG#{G%& =FI@\*X=f\(Qv zc.
z8j>PXȜ; HEM|6*YlXXWy«I|xsofHGm}*YdlR^d4pd@lGKU!wJb+Nϧ+Хi|[@ykQI|6>q91R]Ԛ3jQ}K|c499R7lhucOhNTPa9γ1tW*t$
yLLi}馮@bXȋ>%פ<X)>*1-&zV^r&f } endstream endobj -1059 0 obj -<< /Type /Page /Contents 1060 0 R /Resources 1058 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1045 0 R >> -endobj -1061 0 obj -<< /D [ 1059 0 R /XYZ 69.866 801.979 null ] >> +1156 0 obj +<< /Type /Page /Contents 1157 0 R /Resources 1155 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1134 0 R >> endobj -422 0 obj -<< /D [ 1059 0 R /XYZ 70.866 771.024 null ] >> +1158 0 obj +<< /D [ 1156 0 R /XYZ 69.866 801.979 null ] >> endobj 426 0 obj -<< /D [ 1059 0 R /XYZ 70.866 478.207 null ] >> +<< /D [ 1156 0 R /XYZ 70.866 414.413 null ] >> +endobj +1155 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F42 792 0 R /F66 1117 0 R /F34 637 0 R /F36 775 0 R /F39 935 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1162 0 obj +<< /Filter /FlateDecode /Length 3700 >> +stream +xɎc>_c|40fgnOI%*-RA,^Ţw/+|址/E\gڋq v#ʹQ[yFSe{>1 +Ϝk~TF8;b^~="WKgVfľ$I,IdƻiYAԧwX93X`eqÅP:`sj(FMnB43iB +%\7sKOe1C1.}Iys'{j_R/XuO0"Q3jDz B͕WV'u}KsS
x7>-S2p>Qp_"Ӭ|}ޠks|8RpG5
_" yLIR2"yrF6-&ӧ[eXwZZ01vM2m[EIX;A6k,RCK=1<>Q>JP8r 8U)YIR+mI[h!qqNf2(Eި$u
s|Q}Ȋ ɗu9w[ }rK''DZy'AFȬE"rdwHIY z4bd6](0MG?8Sr"|HQ,ɶyVT
1"Wd;kF4ީw[AL$d`eqWiJwLjV9 E]ܽV$*?3 ܻ0ȣ+FnУA{iDBZRNC4Cd5E^ V2L^ET붢7$er7}bQ̫XIUcƌp&7![<:L@B=/uNBd72-R\
7<SC
qIƝ!Ij$I:?-wBx7$+z=ݾ&hrI5iK2δ6]H(X.2,2JB*d +B$ +AIMėnY&ϯf+5xsm9K`@t{\3D1SH2mAG2=eK5ϕ.-a8,<@0x&efn2VP]%q]Pdlx3&6)MP:x8A7ނHy쯍v^[~ƊY҆\SŖA/I2}hoOfׯt|=)uict`Д2*7Ja +Ӂbz2QZˬ0:lZ-Gn)#zňљl8iJ}2E/| ]NZŻO"5)kEmZNt4:)璉?B$s,DA<,jb%3դ246IŸTB0Aţ[6HN*$>HG(iMFmZ陑fcb`@<0(+[KFgZ%Fͬs#^;ctdNOHH?^#P'| +c'!7LL퉋*V&h!iwTg5:R5=Uͣ4Y4(ꯉh7i+Eǂ.ݩ9 +ɨԟǻih"aR?1r.6eb1~a,d>I؞Ԛ0IINy]<~n#=v6C-FvrO* +V_\bڤ{f +_&jJ%{ Qgɩ{%c1]rvDźm2Nc.7eRO-!;Znlpa4^Κ"كЖ x4̺ճwЁgS{aKibi.l)y[8gQo97e<XXC$NNW|h~*'
HZ7/Kޏ(җ.Eiyys^Fjٗ
$х4 P]?Pj;ҦnrqkK>;r|s%]ձUз֧;WNvΰN&ӈpk+^2+_lA&YJKDFx| +endstream +endobj +1161 0 obj +<< /Type /Page /Contents 1162 0 R /Resources 1160 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1134 0 R /Annots 1168 0 R >> +endobj +1168 0 obj +[ 1159 0 R ] +endobj +1159 0 obj +<< /Type /Annot /Subtype /Link /Border[0 0 0]/H/I/C[1 0 0] /Rect [ 160.42 84.656 166.879 96.947 ]/A << /S /GoTo /D (Hfootnote.1) >> >> +endobj +1163 0 obj +<< /D [ 1161 0 R /XYZ 69.866 801.979 null ] >> endobj 430 0 obj -<< /D [ 1059 0 R /XYZ 70.866 157.031 null ] >> +<< /D [ 1161 0 R /XYZ 70.866 488.678 null ] >> endobj -1058 0 obj -<< /Font << /F34 565 0 R /F55 684 0 R /F15 567 0 R >> /ProcSet [ /PDF /Text ] >> +1165 0 obj +<< /D [ 1161 0 R /XYZ 85.212 80.331 null ] >> endobj -1064 0 obj -<< /Filter /FlateDecode /Length 4044 >> -stream -x]+o""vnf.Bz -:KH ((2f{J -Ǩ|Ɔ&K}j6،rNC-G~:CJ.8`(GV%G*#*G@*rā -UMPW:zʱˢ~'*,DzI$=R"%3Dl-̏}F"9PDbTT@YAEHT Q"@DV0D#晶"]8BOHmzj_Y`+f-}F0`#LTfr1՚5D@1"R3@-g1)'V-LRj$YMWFL[ѻ~HnUgJ*!p*RAE,#`TB -*IpZRi?b1@դ2J(e.8cE+rG5.Щa?rJl;Vx'T0&bmJ[q`J
c5HUѪT*-GiRI`U4LUNc^ɢ&hiZX"B*q?nNC".&%3Bh[6?Rˁ -j-FE-VP-*2[D,VڏXt9PAխ"]TPw+-H,bTnrMTN:gF}z>^8]b; -NxY?3oP{pKbXø16)A0=MX:[P2h/ֹeId&XfnHO3l$!!F -f<B/GJ)v!zKFQ2sK2H:IF_2<K$4#x<~1{aZxD\^M-{]zUֲ<B/ŸGK-|-.nIoQz9u<JAz1;G<WxΑ,nx|}+3Ӛv^6 -=]rлXun0N,_Xay -XG6TFИ fswIIdKdēz,֙lGS& w(90#D#h[Fc"7V#0G0G^#0G0#x#P14&#Y5X|ڇ4>DǙ#7DmUbEF8閽ll3TEN{pVPUu*>n8
ji!4n""4il-jˑ[wN\O϶uc:e˘bܣ=+-.nӂ1@Ɣ1c"7Vc:G0G^c:G0#xcZ14&cY5X|4>iGVc:G0#xcZլt`gG£-*r$Moom}. u<e妍=}V3A;ю}.̦Qol|9y^SZ{Ԕ0U!*Q8WT`Ñnjk4U&!{aΦ;.M`aKBC.u,K.0rqJ2l,!Dh- !$y,U"7\p
rABC.浬"K.0QrqrQAFܒNr[(r# $D=Bf\z=B.N2( Een Q'c?ȍ(l\ub@墈I.*Tlk(w&(٠Ee
Q(bl(sI.hzb3p"B/GŅ?\l2䂄\Ω>ȍ(l\oԬ"K.0Qrqaq[. -6rh[rABI.Xl[rQFA.HzȅSBά"K.0rqᢵ`(@.H:Eȍ(l\C<B/,u2wQAFܒNr:NrQFA.Hvcb ~[:춝e[^؆S.
7:{{~KL_ҀQ0^~ -°[2c^ 6la -o7
[HZnASg[<OODӼvEh^g+R2V3P3ӧakdzI@cS~(#Fu,8TTǿ0JvRD7(`] -VJfo/ϫ-ٿZeiCq*Y1I]g?JHC+:늭bG3 '%x
yvXx -ʑhۣĮ&UhxML,.%m=˩|։s#
ԯ:cr
WmҮڬ
vA$BP; nJDzhӴyab:"뗈@5/"t\-U&/""U7pZQ5$G!_Do>g4 -(b^W.UQiwXrb:ᶀE˵vP3%4aRb}$B_E=4;G\1_1Ưj˕(><R6Ӏ
31wVZ+e\D-dK뉄t+~oR}iU}k?wˢ3u^-)(1E_/EܣS^mL:MuH{ͯAn-^*壅HM/Q| -ǣ&td8+e+exϸqBUDoٕNf /ZOfVӞ'jIIrX,Q̘FkUJqĊYfxRL&܋ +5_EXnO wM/gEk˕ iϵJreZ:p2Pm^a.ۭ*b}B9?O)}AxEg*kšYN-xY,?ŹH7$}81UP%ꐚkPqx=rZջ͓@&lԻۡCgvuM_\Z?c`"2_̴u#+ DiZtDj<IZK:XDt12:vG$-40`ף+uDkq>7t F/To*c1,Չ^f5Ve:!\z_1r;|5F8?c +1160 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F36 775 0 R /F48 640 0 R /F34 637 0 R /F42 792 0 R /F59 833 0 R /F71 1164 0 R /F68 1166 0 R /F72 1167 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1171 0 obj +<< /Filter /FlateDecode /Length 4896 >> +stream +x<9~ˣxfpd
?p(6Yd7l0
G*)xxޭ|Dv +?ȇzx)sOR)W)իH?c؊l{ZK6&}H]4_m/'Vkˡ!)k,K
~QʮFY`_O)+7 FDi:I3= +@jѣBMƪ4mxF[/VOڃYBϵ4*&Jp)-?%?KץG帧*Kxz)I +,[vrxe$O-Cb^@R(-^{A]z[QAAUNpA[lGLFsZjuGynO+%e%> +7gJ&XNv$% *FnXbזWZΎh/HL^X,?Vcl5Nn*t7F"_:X^fC%_$>$d$z$ȽXVdBK32ft)CګILWPhXι(@sF:Ypg8in:v?UR!g<y:ܙ6,&N(í8YZq&^'^xv;5ŠBmZ:rD\r +:1 HC:% l"H%үG6ҵp[vشDth3E%6m> TO$oc^LSXX-d{@՜<couƉbcb}:X;Df#+ѳE88w8\Ķ`Ėrcx8 ;?X6ҁ<Qj\XƢ1+&(^> +)5m3Zl4M*LU~`P<Gt⍡i-1tooO +#̖W1!
^GWA}v +_ ԙ~0<wVD;Zl]lUfaHEꠅA_43H&5XlPIYȶToHr}d"~5WU?gO
G|+hfj(N`~'?<p3&>}$LJ}3E1X8W(UY'QpoXNxHr]gQt8(=EQ+;uEޚ>jglkir8Zen"ÔkQv`]3(J +㌣ɟ}-A
gUf:ϸAr+#q!3z.K3 ځOo%ԕ'+QCD4õ^2~nPbd8T)|QiIP4/tlw%Q;ZتԽS)]Hn +ޯYy\O6>=dGoeTNc+(ybGe:W} +*Ĉ7(|][z<SK' +:&ȱqʺvd3Z>D0W䋇D|nA|J1=㣕yL +͞H)kϜI`)^W*+s%jݗiTӺɶ9^jo>v1:ŎZPNԇ[>|
<>kR}J@ZZ<PCCA_ vQDGSCW\`-86̥_艪\:{RUNS{wGgpc]P}Yl(# +#mQ5v7(ä8ͼH&. +?g̣B{ijEnzoMG҇_!sYY=OD&5A|K@%OQN%v-(ʀH1Awc`(t2#`*/|ypuP[ΏQaUf5 fg맰4* X,)9
ܽC-nݼKtS?F7~_GWyn#\@$SP 3,AbqTbno["zc ڔ˚"GrB(G ~9 +tWsDn6X߉^
Dz|Ґ:'WJ^εϐXFm&OgcOV^ѻB<W98E9b-}߳c=]wHt}j&1
+|M@ +}βUx4T+rmO~(NwOFo%}uY{w%zdsE
# +6CtWgkC7zB'X1<Ehŝ&$C? V/G5}Ixz92$Y +nP-5VQb{|S__<.m +z&|vݯ\Zc z13e,ig[ +\n{jZ<L:mUd/n_<n5aiڃ?aQvF,q8F#O/"-l+Wn /ęw6z*SYst:S8,}wRZ݊,ƅ.jBgFzK +pfƪG_؆:UoN(Nne:SjFM]`.@:$Fckm\MD0AȞiPi__O1)i'hæ2ge$"VP6*\R7NEC_:5U(BJо%)ji#YYn]Nj}O.S\^^ֲG +ãux-ЕuFԤ*ӥ]4KxUaĚ})ji1}YGSp
2セaH;-(W̅jz*8t.d+m6dGݺ1v +jαS\r?FkUYhcNIwQ~2[ݫG+46#r\blzMRRq\DqG,-\ja(9qv.o[\z)(gQ7SSyYvI<(a/3"t*w 4Fr'q6!~f5'R(k1 (^Q,ThLri_~C#Ğk^ofSJ^:; endstream endobj -1063 0 obj -<< /Type /Page /Contents 1064 0 R /Resources 1062 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1045 0 R >> +1170 0 obj +<< /Type /Page /Contents 1171 0 R /Resources 1169 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1134 0 R >> endobj -1065 0 obj -<< /D [ 1063 0 R /XYZ 69.866 801.979 null ] >> +1172 0 obj +<< /D [ 1170 0 R /XYZ 69.866 801.979 null ] >> endobj -1062 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +434 0 obj +<< /D [ 1170 0 R /XYZ 70.866 385.123 null ] >> endobj -1068 0 obj -<< /Filter /FlateDecode /Length 2305 >> -stream -x\͎6)eA8`oECIWCHɔ䃣X8Ï^y"/?\߿f%`_} /^B}ϯRw)UJuҠ{E"7o9NyK߱ IÓȷow0>TPqzxRNڒfIUAKX5H -%=-Pzcj?pϛMÿ/^>^ hlgFMȞ2<]P wLQXIB_vU6~ޱ -pWQ
UwaD -QH.#B/赏4 -mCNʠL*[X-0aA67jitCqھ/ -}-\9q)itiB_rbB/!){0[@Ѩ`?Ҧp}@<`Ǡ|o=E:XJexܤm>T!bZ/5q;JKWfaH}sBsТpbI^-X<Bu -Kؗ"zmQߴn?OQsO~0d&x @{.Hޛ1_p}a'r
CQ>Z_G,T|iV#yuc -lZJߦfhʚ,Y5.3\u%+Q#~BH:sqm:jÝiJmx|꒥.6qkRocT`@S1<Ov7Ws -ȑ*m<oMBǭùo)1AnWԝ~cǬ5i5D۲~ɪϑ^ft}7B -::X&\^c Zk01yx|Ȕ=6\rF-)X~"(3XW4m6ְoF6
,Q,9H@ -ڮATji{Gv&4"o N۰b~/4whczcR'n-TU+)oD@S\{Ɔ!0-X): ڀ[ݓ7.nma7%H|XeQ+/N(ӵK'TuiXe LzՔ~ѩDG n³o_Tu@dCeZLǫ9NSʜ(R|{JѩOP/bm2Ȱٜp֥{]C]Ҝ*)ᴄ;V>ؚIQN[>d%Zt%hoa:6&ǜ -chJ.~~%-w䘐HL.\{M}9ex۩4PYi.ugj.ӱ#55ij5%>5Wݨ9n6j9@?sy -=֍9n6jnK:K3x6RsNͭ)f"96v&Dpjm296nGjx5W\Z+?7ڏ3֟'d6V{612-5O"*m> Ja9(v2=Qr읦Fy왙8ڵqhڕ -ml\a>N!㢒Ξdۊ|Z֟Lt+sԎd\O2ySjigVB
ro#Pk)҅+`3L^[wHVDPVeRw&2;r\6Bh[/Zsr/ۍVh#J`*y&P!3ovcBvn*][;8c2rF@33st&mh[+Y92\R[-ÕbSF ǝxc3R sLGNmGNj9)XGW9)9zdw}+d:$<wG -X=vAWŴ,dsy52B{8 ~$ mO -x(+)&V;wjsI41\yb'\>3C~vۏ5pƁ__߿Q# +1169 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F42 792 0 R /F48 640 0 R /F73 1173 0 R /F34 637 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1176 0 obj +<< /Filter /FlateDecode /Length 4662 >> +stream +xڵ<;$Vփz1pgpQU*jft(R$E%??kio_9cy%//9W?8okŹq[ߔRBK|{f
OSOwfZz& {]x7#^Z@z@qɴ^Lzg`/ևOYxW9c;v$>aKW%o#__V0jK{x!{q Zg@ߥҏ{ZoV1)2( ~O~'&<3SZwzZ@_~.S.Cs^( iN/"* }As$H^xpyxLR flĤ: +3eQuğ(9 QR1YUJ5rL
q2XLwlE "44Y@h*ͳme[ێUjB~}UݲٳUo[5Gd.w$03ErnkfA%u6<E:&ӓH)`HqBKVõ!kn㠁g%Ì}M-Ď4wV|Rƚs,)c6ũI
lԆQo4{SKxyrS5#7ްЕz) Ud 8hOW΄iK+fcִz`^!%\cp +y3cX`4Ϩ2+BG5H]@N. : +fDX0g+Y"J;dO?~[ +sJ] +tE-:ښf=g!:d{\'ua/ȭQ}۾bZ!_҂k<(7wxNz2mȃZdT!d += >YZ'D?ŷ@ +wfgƧ5sg>3|1:۸kjCf.qb/J\77JT6>WW>[,j40L}5hmY mĒ"FQU:&p-jE;CqF=p w*R3;8o};!As&$l<
z f$3vhuۘzYc(PՕhgrӁ8y1k!Lpw@DE4_hۍAϺ"PG"L51*8jޙh[dgVѩb +;eVQsi@+e0uh`Fh1:XC0۲o +2sdӯ\&4^eߢ:6C f H(G)>uBӓ\K2i&WjЬ"c1@$]2-ON-q"=(q)kHX +lruTRmPSܨK"l/(%vLB`*$PRR,*HF|KSrby >fgZՔK2ӈj_4@er*hٕ~u)av;z]j!&obgw1WݔCP~:@+۳Ӯ2'D։+t[aMjA\a|LpoRLEi)PR]O9cbƑ:H ƙ>~-49g:O@cHmW9d~L%dhJwCÚP> +]pp^23dae<0F_Q{k5$о*.h#;bGRp"~)WJfqt(x&̫,̀ +SMLz{3s),J_[MBm!2}r8b1S sٗ/aįgK'k*śC^GOm }w;w>*ꁎSdǣ@/'K%G#4ӝ,κW6*4>)'#\p>/TO&\LXiÏ|M9u0<#2Ex{>-ѽ؝-;zaȝk!/(PEdc-roS.j@À:GATˤ*aa<_k2њj
5C^cEZ:RvUF&L-!ju }:KI@!NjדVzeݧ10l{01o\ +4V6gF:(6s +ڋj)BXeF^[/&}š8}\6^af8ƌzD7n҅*ۣ\Gsi##w|/r5^9q繿Iϙg<9Цe +Xyvm SMB1 +%z65k,'aC\晳`;~(u[w'h\۴>03en%^ރ +%\帛`lIm +-ccrM1f|[soKQ`w* _)39@W+{_t8u9Iߞy4yp{%Y_._QJ̞\Y˄٥±6'X7se\ +Qs ??ޚ endstream endobj -1067 0 obj -<< /Type /Page /Contents 1068 0 R /Resources 1066 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1045 0 R >> +1175 0 obj +<< /Type /Page /Contents 1176 0 R /Resources 1174 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1134 0 R >> endobj -1069 0 obj -<< /D [ 1067 0 R /XYZ 69.866 801.979 null ] >> +1177 0 obj +<< /D [ 1175 0 R /XYZ 69.866 801.979 null ] >> endobj -1066 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +438 0 obj +<< /D [ 1175 0 R /XYZ 70.866 771.024 null ] >> endobj -1072 0 obj -<< /Filter /FlateDecode /Length 2191 >> +1174 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F34 637 0 R /F55 774 0 R /F42 792 0 R /F60 834 0 R /F39 935 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1180 0 obj +<< /Filter /FlateDecode /Length 1442 >> stream -x\8) -bJYT;ew'ҢF00vk2gs<9)( -P8GqP&sYEQ}0\Η[Մ%{P)dhLQtHZ u&(5/^%w -`,W6Iʼn=asg[|*T\I:KSq9:Va(X=XuI~@,]r;Ey5}$ʤYa%5{_Mʁ}Z5]FKJj\- -Xк<u3kf=kۿBR;7qIr˜" x[q뺲Xbs;mr4o2ܶ*\{w)ܤ^ #o8<.IRϓjG-+Ly@#-Z˝sdɭ+PD%5Ic(*\8<-Zi$-X".tȒGkOgN2vО6$0t9?G9eڠRqkK*Om<ֵ*=`0i|rQSIvϛZ' ~@XglT -]K>/l5Wp.%ձLY58sԄ n ,Ɉy-I;3rtBbw;K.IB)Q,ۀBXBMIܜ/}*[tGy+_[Nޚ>>o) y,o|y;?ߋw*|eAɄjm2|;W`Y:DLzuB^M;duXvJA&sP;ѵ)BSR1p7YܞSRLUɻ5s^O-IJj:v rJT2#L"דlMPi~chYQ1X*m <2ALԊ{U3<Ubͬ٭F'.Za2ko&WF8FXb&>[Sݖڡź0:([/JiLqFak3Z;9v &Nh -֪kf6~/ѱC6/bBWz\g3gݑ'V'# #z%a?)]?ɥcF@9Y?N2 j tD5^ -Ŭl2_a힊ގe> QOT%3IEB}IMQȨKd}O~ dָd=`%&?YXx& d}FduNۢ%1_M."c^i*>7ADGR CUDߪ ×Ԗ'DDHؓWMPŞ<SldBsOܒY347]RT">c=VF7T$W*K^!+ J:طtOT)c]#k>V-4bR/ z)c_R7=WY/žt7fWܲ#cش[BʶuˍnQʜ^c{҆`n&W~%+hi
;!S/m|A&<Fh_ڐm[/|_4U72MǍ%m9#&xyl(͛xX ὴ7Wö +xYKs#'W19@
TTIVǷ=%ٽć%?<`FGuewxt" ^s> (%,~RZJyFYpq9ԋG)u:XFc3<*v-Pmkc$i2KZf,lK &mle k>{KGtX-z$t~]蝕idSiRh +CoLJCL8Ƨe4,r[&R +jJ`1T͑e$!ZJ!dX_-8LapMlA"3mRsbpZ*RRm}6vJ[o2 ʖ[@Ne +W +H:~F/t^ 5N:kI +@Io\0\c(oSHpT?$/һܲ.e`XOqV$x-FϚpO=%Uʰ$Da6/Joqo
+2o5Wj\b7+lDp-2`{sL89*[=5%XE-Z(FCuPb +:D +|?lnt5.UIZǶ̞#E-U )BRf,!`thFły31͏ح!&Y!YaʷTTlJI}DbPtN% YT¡P8dthM9 +G4)X"?èO'x1,:CmRk"~0}d=R=(csL~l7)sPLʼn<{/z&rIC_4* endstream endobj -1071 0 obj -<< /Type /Page /Contents 1072 0 R /Resources 1070 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1045 0 R >> +1179 0 obj +<< /Type /Page /Contents 1180 0 R /Resources 1178 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1182 0 R >> endobj -1073 0 obj -<< /D [ 1071 0 R /XYZ 69.866 801.979 null ] >> +1181 0 obj +<< /D [ 1179 0 R /XYZ 69.866 801.979 null ] >> endobj -1070 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1178 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F36 775 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1076 0 obj -<< /Filter /FlateDecode /Length 2514 >> -stream -x]8+} -0k -͉ht~Bp"l&[^}JrbJZB)Q)K0cPiAETOwQEIP@M1BXf`,#Fx0 ߸Xl=IT1b%;2]Znj6&GA+Ù!18'JʖT[Eǖ('\Z2Anbc!%O=:vnj4QDYic:0hftola<,
|ѿ_ƷUZr#|` ;x@={lj<^7s%` -;ɸq! -` -H+OI-π`&)H*1{h2-aپ'1MC|%8#kX;Sb>vI?#x_sg#Xu@67ίBTtd'0~"n`kޓ1;#u/7J֏T}"Wm"~*{aSj~S"5,lOc~\xOKnXRu+i95HtM!$V0=n Lİ?
7Z&:kAu]{NJ e%|lɥe%2% -KhɈazX}=6M(%wK!}$c(FёO0mm*,-.>8t\m9{ѾrbQa4}ڶ0T%Kϰ&LZД)laʦڼ!٤I8wµ~sFY -C{/s%3Kc u߰C< -I5D[Hv_-3ӦK'?Sq]Rzc`uFW!}$q~"ۢo'O)~!H71JT~"Wm~*q~7E/rL0zO}씎Gvq?pUr"\hSّq7E/r_Y~wҝ⎵;HvC-;#w -ZmkRhyJu@OfW<eyJ)$Voz)iv@*I@EX$~\pHNRt-)XzF{Mv9ZW}#>C4xG[>\Q$;g)ޙ -;);}=;$V}hg^jvB7 -zHvC-z#+ -Zmk&1:B/E (ozTnH_ɦ27/qz8p8IBӵB`5j,~:o.몟
Λ>\Fygc0s\Pt+Xػ?i~ּTZzOk!
?5U(.i!OkPUA1pf"_W`j(-[TڱZn(**[*̝7ՑK*PQ9Xn?vVdOB.g`eVx)> +1185 0 obj +<< /Filter /FlateDecode /Length 2831 >> +stream +x\Kϯ>,CV ,pϸ
gnONK~/9ޝ03*~R/9>//3Aǃ;|j=i^>M~~'Ε\;?~@ E{紷d˔yom;Υ~D1-HY>$6^܄\TFMn
\ɬlJr`´(V ?=;<qN~B$H a5nq$_:cN"Pڋ~d-b::&` Z8a)"[4LrWQ_GH\+&/`?Lfn֎Y%k<RZfA3,(B0J(K53Biη@YP셲aP%*wurt#\_ }vԌ+\18 +d].WX&DØ&]"S +'1<(X
.s"2XQ J1iM +5YJ%6Μxl%s)Cs
kWՊJOx@SЧ +xIW맼\߱Li"HczM] +?љf}jtrDzns)*;~CZe:&}.Ɛ#`[/0rx/_3?iEVWy/h ^P)5'K;˒SP. ޅ'(N19y\3^}I%l.1 i$,z0 c2IY1!OiM +FhУ'Ŗ7+t4-1y[
U6.l +[(5 K$&Izٺ(]w]V*ڎ-lnT&
ElUJ*"ulpDr]'h%Rr=-YUf=j'IEq`ԳjAԆWZnM=Ώ{Am}%%{J[JPϨ{S>DTP'W"JP.!3O.wKZ%jp_VmU?R"\|ƪgU?s`CUG僃RU?L߷W¶U=U\ց@OW+X?O+&)
ʼ1
}f)Y5
RěݮJERdN4/K)_+$ؔR{>uiW4SBd,n#.4*TdHp Z$%~oL;h7 +en}#7{@骶Kd1p^FUՎG\]Yy6+Q<7ԖK8 h_ÄÞ \2F$QR= +sC!j+
!d!GiJ5y]lrjYGkIBuճBϥbz;?Άº0C +>F&3xfo( !UlV:[W| w%`&M +|Tn>,h_¾rW%n5kn (bpSE>V +
+Mx4d}:<Ds-frKDv>Zu()S+NȮ߉^闼,)gЕ,ͲjVIu7rs4EcKTٖ;s>Ri5QdR9VB0BG"\Oc#4N! kdNdܚ|Pq?aܛN~RO%ÍqTvd=֧!TX'6Ugږ6*bJpD<Ss헟hr6E]ec|~R\69zIj +ԫxXTma|UBaw`ٵ#4.`7~SS:49zщfLC+`dB[ ++C:M˛Df|&%3L[gjJv}i7(:}3wkĊvz.0َǠvZ??mdeA[;0w +D]^XE2y9_TU +R1d[=_.isn9F8Wi_v,~z7b.WuB'k+F-@#<Bo<T1ij2}YPqW6a.07<q\15anxy'-L'Oߢ=f!w& +'?a sJ焹 0WM0a@4O_hy endstream endobj -1075 0 obj -<< /Type /Page /Contents 1076 0 R /Resources 1074 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1045 0 R >> +1184 0 obj +<< /Type /Page /Contents 1185 0 R /Resources 1183 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1182 0 R >> endobj -1077 0 obj -<< /D [ 1075 0 R /XYZ 69.866 801.979 null ] >> +1186 0 obj +<< /D [ 1184 0 R /XYZ 69.866 801.979 null ] >> endobj -1074 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +442 0 obj +<< /D [ 1184 0 R /XYZ 70.866 771.024 null ] >> endobj -1080 0 obj -<< /Filter /FlateDecode /Length 2725 >> -stream -xnax -a$W'/=ߗ{ _OJw,ϖws;$tt~G]s]+C#Js&kLqo,<q.^㷽Y!$s<v߷/sm{nsA*][嚌Q48%[.l/t`"XT(&u.2)!D*
U0̹z68/P8m}ʔ=%VJ -Kr{>ice 6Iz>H!}B+icBv+DŽy¼{1iPOnc?O -'ٟ)d/T~E!SȾ -mO~W}i|v/>
@mIR~4DX#3" -ٯ(:~j{g߷?!V;]CbC?ib䓐?<Af4F'D -2_!Jߴ?>N;=yC'H#~^ZI~Rk+_4sEzw-JJ㮪!~|2@#KAߴb[c}>@|Mjǧ.^);6mSμ" -
*yjd 'Z?8hJsL,1<&g<JmycOk,lE -:^+%uZ/)Ǭ{ad^\ѻOmBY>SX궎$aih~7$g!kw8n%nzmU7gnYoikѠsD*@|~^`Ymgu]mk>[(ec% -_fҟDH)0h(%N+ -lcq}NLz^+ -`3E3 -72d -.܇L2#W)_ݓSCsf
*X~Muqh(Ȕ+hթⱤJhKS+̬51V`hܒ'USG짦;gh;\ScX'5vZXM?z -kdFP!EOmwVψ~W}YpOv/>
@mI^O5?#R~_C짶;+gjg+{Ⱦ -'ice 6I]O5?#R~_C짶;+gjg+{ȾtOv/>
@m4R -kdFP!EOmwVψ~W}a +1183 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F42 792 0 R /F50 687 0 R /F15 639 0 R /F36 775 0 R /F55 774 0 R /F37 793 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1189 0 obj +<< /Filter /FlateDecode /Length 1194 >> +stream +xXMo7б9XHȭoANmͥHhoxR"Hqp|<|rFE烕FYʇ
ț'1pg7qh
"Ynoo3Ɛ˲t_e.Dزcmݽ3~zSƃGm9OXRvĨvE˺)-g&v#-]m +)ʈ^}&Vɾ<3&ON#T
oχ_Ny:8)Mbk +]Q +;}ĆI;3q3eNVI0sڧV..Dh;k5 +} +Lc3TڱcZ9ieZ`aP Qh#$4 >^/@>DVa$YrwQ{D2o0]f܀c#sWyo`*%M22{*ccAyi#s̅gTv*H(?D!&{ޣ?!g&:^/roƈ}C)pn|dat僦@'YC)-bPvOPhnr,"V$1A/Q,"͖=K3u^?:Jt~f,chzx,gzo%'kqyRv3dơUݴJ$з/'iqSu)1i7߸Og.JNP0,Q0Kr6zȟ}4vwѻ`ppBaXIs/8B+8/c
[:^4&FęMƜf5sVD7ȥ\ E\/KT/^\NunB́v#ʹ +mm'nm+nK9xU8Y*\UU4iVHBaV]^U)* ^ν^2&`hKyw^֘i $0XZkb endstream endobj -1079 0 obj -<< /Type /Page /Contents 1080 0 R /Resources 1078 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1045 0 R >> +1188 0 obj +<< /Type /Page /Contents 1189 0 R /Resources 1187 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1182 0 R >> endobj -1081 0 obj -<< /D [ 1079 0 R /XYZ 69.866 801.979 null ] >> +1190 0 obj +<< /D [ 1188 0 R /XYZ 69.866 801.979 null ] >> endobj -1078 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1187 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F48 640 0 R /F42 792 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1084 0 obj -<< /Filter /FlateDecode /Length 2575 >> +1194 0 obj +<< /Filter /FlateDecode /Length 3799 >> stream -x]˲&WBx?j|Te]*dMFY4tGגOi=^~|Mы#Ns-/?j}1??RʿS*>(eWJT[x۷_pp(cpχ/ޣ'(ߦOr[^|ܟ?LmU#84XgjF -CbhjL䧷xDb+2fND -np0mC)<2J6<'ttk -fu2<}ܽ@i2ǽ+.Y{\ȺĀY]N!˴^qv%..1`VDťt|%S\nߛdמUe(3.1qqii2ǽ+.`D%ظ#SCeCq˷,ص+.uuq%6..2j2eUK2u_S<oǯE!MSc[E̜BxAqQ6DHhz@ls
Bg*j;LdK]FE -_aH> b)K -rdrI~*>.yBƤ~WtbFa=`!>>]cmp&ֹ:8ɛ/aٴo%'fn`<.0wau^J{U8y]!8%R`a.k0O$}F)(Iמ}-9Vwjmo]KbY/X-~QE~+J"8F*R D~LTf0naq?g0ps`cAy"?S(Lߔ"8.P0}ǏO]cM5g`W68cՌ}+nq\bnO)Ŕ'f,:HA1S#e)caFd3GΉ"=SXԌ"87Ph<nL+TRvtUR6='0G٩~f5mxBXONI,ˣ eo>xTߪ_{l0HecjDLH
7]+vxoSY>MNj +x\K$
v- =ؗ$>ԃzzg9t$RCIi巋|Nw~A})SF^I᭽XH}ӓ"VJ}ja?~_y'jl䱭)uLSٸGǟ=.F(g<g0tSD`b>5XI>Ι^[N,&XF@[߸.ID/4$2j|[*aF7t<1[~cƾ/Z҃2Mo ӇseQeL|3\23-::HK}[9f6Bͭ.UelFUPhʊ$N3q5FЕSgw}2NNQfIַ6&뼎%)_x^ +dNIQjv*yvOKKjf
58buUjӈEd0ڳ.DjT:U=5X̨Mç1-߳Ty̤NW%bwճaܾ([qr~v?Wxzx1QcWn$GN|JD%0
:߹J[ +-Æ;i@ e4"R;W5sX']߈s2AjB7:80TK~d!LPhkg0v H@(Yr֟r-[ض<92ay
&ɽ;<3i$|剰@VN8xuaDY賶R4M]'*p/O'~v!L╺O?ӛ&˿SO.?k֊4CAX#[r(*SMi'p-/̬822OƷm穭v
GVLdhh @&K{;1!ӤwPd+UӴMFU'LT|jj57WYZ# +(dF-1܇~:m +,O˒1W6 +Wia&e込ܢ)T~xeL[v8~ӫASVT2o%ğ'zSPwI>=@b)*8S; P"Ue{{gpHuɨҞ9vnޝk>D$ԯ15o@ +t-0:ڗXJQ +=?8a:@F>>pVm"sU
o-uuʰM9[pt:)L SXBT)ű}66gB}ҏCpV-+AgHoxNz}қNzsқ'%G&r(=߶&':++?)i_BzWʈ݉J4nVm#Qc{~DA
FE +`QP(%q3Q"JOP8uOn,R43HFK)ߍӔm&ff5jFL}vdr
HFE5Nv"́k?׃Sy͘]W95;rNA EiFh_
qAєZCL^gNZ?L"lk-(CИF9kyPy?Sy%k`C}}J$VbW^ИLL?≂ZwFmNPn^&ӱ_䃼}TV!|{X`EcݫJ%fI7ك $͚_4d$NWYcªʳH C I3A&56g>~:6#(hWi柸"Wvo;U=!MVǮ[~:DMoFQUqKd"96 ' = ^oc}`CdcAh#_N +qQKNL{fx|qbҴ!rF +§Đ$0ȘmXmԧ<^{@&2eyJ瑶Z5b}\˯Bs? ]Z. +<8!Nեdf4=y|x:xfck<O/3JB"dB1f̦X"Hb യf}.w
1qK>F%;sgO}.hX\2WA-![.0;%ciz;/{pz?ǣΌ=VRz|1HODБSC_SZaոvmi
?
;btc\a'F6SIG.z /$- endstream endobj -1083 0 obj -<< /Type /Page /Contents 1084 0 R /Resources 1082 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1086 0 R >> +1193 0 obj +<< /Type /Page /Contents 1194 0 R /Resources 1192 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1182 0 R /Annots 1196 0 R >> endobj -1085 0 obj -<< /D [ 1083 0 R /XYZ 69.866 801.979 null ] >> +1196 0 obj +[ 1191 0 R ] endobj -1082 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1191 0 obj +<< /Type /Annot /Border[0 0 0]/H/I/C[0 1 1] /Rect [ 433.177 445.311 525.406 456.38 ] + /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.unicode.org)>> + >> endobj -1089 0 obj -<< /Filter /FlateDecode /Length 2423 >> -stream -x\͒&S -]g*GpXso(1okCxic6q87Zuʮ -@ -
* -3(r^wr[@y&9OT
J,
o -aM._s7$bQdZlҡm\&FUDs9Wx<VEmZw5ŢE~3(ɜ2U -!-q%0a썈`蛷!%bst63?@cΑYzD!ބBQc$7,pdK]<12BbжdhhT -XKn
k^><^)1\YTZfm.q%"=YẊI:sazKv%^ -6xX, -k|;ͳ -L6P;< Q%zuxR`?bRi9
fڜwpGI -jnGR2FҖy{m0 -KfiM#Аqqs;_TX(dcBʶޣsEg$ex{! -wL?[t*G,Y½'@ӞP F{b -mb -CEQ -YVdFWf| -Byz"ic(}b - -xg]Jj^hLd'eLs^LeVcٸj9[0WlAt}Iux۶kGo! -V-YV;E܇Bpvۡ["pI#0M9i~F
Α5 -|b{ ?cwWQ26S8P%p7PղEk9ё"rU*e#wNZv>֬YzUhxGtDrȞRj^xF!}ޫZEpSZJ2QN'1zrIow\ -HlJ%9Mb3FNbm(tnS|I7H#$n9:"1 ϨyKHLgJ!zZy$]zdeGe3*!K2vK-CPŢXx=8]PڃLBM4yA٦]$V\]Eȡ]X u3=J#MѡkςbaTQ<][Q<]HAOC|kXdqJJQlgA"^v-9opvqEux%H5=]"۳u~O4}{$e=פ>7D*ijjgA'L.G]O2]|XkT|rmHPt
O!MaM{jC2prTm ~)V -dFJʱ!ֆ頭=@QHcxe2oK:}eUFz~\Z&}_UxXc%ûךPId|0V7T\(oɶ%hc%WK[gA|=ZKsj?}fc)kұ~GKMɚ4?fxs;]wܪY +1195 0 obj +<< /D [ 1193 0 R /XYZ 69.866 801.979 null ] >> +endobj +446 0 obj +<< /D [ 1193 0 R /XYZ 70.866 771.024 null ] >> +endobj +450 0 obj +<< /D [ 1193 0 R /XYZ 70.866 517.666 null ] >> +endobj +1192 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F42 792 0 R /F50 687 0 R /F55 774 0 R /F36 775 0 R /F59 833 0 R /F39 935 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1199 0 obj +<< /Filter /FlateDecode /Length 3211 >> +stream +xڵ[IWQB d7=O +pퟗ_1~g&:@xC25(^8`G©q0 +-at +?,D +`AaDDN@G@66QS>yeR֨~Q#`a0WKIGfM<(y^͎6 cH[C<h(j'QV=} p`<>U9FCU'՚MW}<ZY^l[qV+ 9j[&)".@"=Sx2#op
Y^vQBV,8jEoA2Z:ǟ?lK +
yU58L*CѨ({g4| #(`{ODq7,Ǎ='Q<q0]Q<nZ?sA7G
Q!;G2,c_♂s(gDx gnE|3-_Gx(( obeJ{zPu!P=κaIݼkTxe$4~Dpmj5oJș;<Um EUJ X:>J<) #S94"Hťs|0:UU5B媥S̛Ta
}Mܕ
A+wZe}Ϛm#8fbQZ)Rv5xq66YVuv/c!dn2"W9Q^ĸF=F[G#B/PU1Ag<eD;IJ)}/< +RN="p箮8!j|DQF@9/-4b,Br +SZ3+[qHO=c͛1AImU͡>4H,[٠{j9='CV>SitXޟճ?hAeJףG!
B}qE}"LWx[9dzl1aeC,~jFIj'ϓ?"49qx֬1ۭd7̳su/UJmf_?eYsꕝHM3[$C:!Jy͵õ6ud7vWziaHϛqI,\6^dCtVŭeQy>^(([.˲Oev7ק<)wϫz2=8nk*T-V_ϑl_^1YT8s63T␂.n:gPb%k4wNk؋7n;^er +8Nus!7"*+c99bYt}jlݬ@*=rUj!壝t|7솨^V Œe(k"^VrM~VumC%:B*}Fʀpgl|J5,fEI!CGx@
aq'pЬL-Rv{*i[- +6>n&8#e3BSxx\M7͌dTqbU&w^ۂlI<NyOfjMy}Lt=$V*x++?5ܧZ:uj`]<-q5ztYeXyµ8ʠK#ǝip\&(Eu&AX +^zI+DN>Oon*<T_2pZٗy +ű如2G9i+${9)=Ѱ+9:oshn) 8% d>;s+W endstream endobj -1088 0 obj -<< /Type /Page /Contents 1089 0 R /Resources 1087 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1086 0 R >> +1198 0 obj +<< /Type /Page /Contents 1199 0 R /Resources 1197 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1182 0 R >> endobj -1090 0 obj -<< /D [ 1088 0 R /XYZ 69.866 801.979 null ] >> +1200 0 obj +<< /D [ 1198 0 R /XYZ 69.866 801.979 null ] >> endobj -1087 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1197 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F55 774 0 R /F39 935 0 R /F36 775 0 R /F48 640 0 R /F42 792 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1093 0 obj -<< /Filter /FlateDecode /Length 2199 >> -stream -x\n+7+WH=\',+mWfC)<,c:"<s_OǷ^<,X}xIN -o $'.%OR+z"}boιS|.?c7$]oϖߟ~ﯷ 25FK2yLkZ%^6b]JxA.*n+y`U qm{PQ(憴_ȟc#X
+ Ev- -=j0|IGVg(c M -d˭Z>#" -xJ@,$IiG38<P~J95<$x'KJTh3h¢0'68Y1;#[})O6@=!0wrD5%3X¢0'Ɖ-M J1F1nF>xu~^/{Kf @*TKJ/Dh*D|\
<_;^5a#)cah0l1}v%ZrEuG^v3^$ОJb8J*($Q*tdD BN
Wc23.C?6'voL -jxE8mI[Nur۲pW "W9hs.ຆZaZښW5HW<bhɫx8v\m<cÒ9&шy4[X#ռ25PZcuָ -/^㸟j\!5Ը;g8gHӒ')4Wq.Bsc*WWpOC -BXY`*#:bFz_k IJ#ʒv,-Z@jYrZx>;zQB"eɢPTҔDU4]%I9C1tU+DLq|6<Mˆ!R8~L=Z֠DcwH1N~0eUyN.F@K|))F=#.OIiaP7M$OY{4Q -hbk%J井a>d - kuºN+x:ajU!Ԣ -Њ@*@d`Ve$IHŀɛAˠ -gyn^e{-u@YYьQ!vyHu~=ʢ{|=":a-%FAfz;0wὴG3Vl4',Ԩufd,㘶m*I-f}CY#Z`~S]IVgܸLscƚ3\9O]XN1F:7mfk}^@WUZU\ #+^Zy`EcN;N4IRvFkXzb .}"Lɻ=}6i\ġ#QEvXܭ,w,`~<i eq2:DYR+<m/r|y
gPw?PPoWHTyyv3=ohr^C49^+A**[댻5fgܨR灚:R,{KS -1pzA6Ӊiy_@%ѧaթ%K/
տ*TJ^vU )Ne+fڊe?/I[˶yKg$vйO;<[AUD +1203 0 obj +<< /Filter /FlateDecode /Length 3375 >> +stream +x\9\Wt
Dlo̶F66`v}<65:YUOۍ?>$ހ3A?^of8Zߴ&}zs̹|p.~\!wOIE#~sZ`R6-5HѦ5C;]Os$cVq 4n9
'r(D+$m0 %=wZN}H?{a-
+aXex\ďbҤ~Y??
+OSD{~yw@[[#%8jM!SXGKX|ä̻#оyWw\iǃkּfҕ'LAXx#NW9U'tGatяRI
̴\hW{]DvWL~1gt 0eU^ +]^\#k8ב52ct(a##ωN-%//:mb0 +D#)Hc_0 +Rb}ê
-2<TSe"USY;#Oi9#["/ҽ<!Ebcױ>%IP<K݅Βx)4#6櫇L֣pA(K{5
LԥF +9ʕFy
T#]FR8<m`\&Eގ~kGLlB+#NjIj"HƍߥuR|BP\0!L +=Iil6w#6Ten2ip=؇,f@ +c9#,pQv] jlsSWZ:%<+m`1 w?;ePGT5 L9{{ 1N`ڊ3AmV5ۿ]xv݂8eM6T6^"n[n%B2W˙A>Ѻ|˭ACڿ1Jn=?}yȩt o__~~;|L_+CRΔ!B!5nI-YF<NaS&۾{Fn(úAHgT/Br0:C!lLiUF_v56} +rc4N9>73{T6GJÄH0ᬳѫi⸾FIfSG30mah(:SN,5J=R<PvMa_( )͠45qcf5Io|ɜA4rՎ[,$Ó+s.$ƶK6jc"(+G뼮 +#m9\R YmV> 5ΐ(&$ھ +fтRISW#s^)""8,Qޕ% Ŝ+ẘ5 PkЅ!1LؙTϭ^I{`ݵ-S +_p$ +&D%ŒL3j&S6oj"U!v>ܛc>5'i,^
1W_)Č_1!f !cZ%]1+"3P`Y5WB̂9Č^1+R9ĬȔB@艽JL5:rw;}nec#P@v#Hg,(a`!8$-ˁrn$?L +L#,oVT+9O_XlU{{W摫Q;~ipOy7ܒyF!qԚ\W1pC9`!n +'A+qPD@[ endstream endobj -1092 0 obj -<< /Type /Page /Contents 1093 0 R /Resources 1091 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1086 0 R >> +1202 0 obj +<< /Type /Page /Contents 1203 0 R /Resources 1201 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1182 0 R >> endobj -1094 0 obj -<< /D [ 1092 0 R /XYZ 69.866 801.979 null ] >> +1204 0 obj +<< /D [ 1202 0 R /XYZ 69.866 801.979 null ] >> endobj -1091 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +454 0 obj +<< /D [ 1202 0 R /XYZ 70.866 771.024 null ] >> endobj -1097 0 obj -<< /Filter /FlateDecode /Length 2086 >> +458 0 obj +<< /D [ 1202 0 R /XYZ 70.866 433.858 null ] >> +endobj +1201 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F42 792 0 R /F50 687 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1207 0 obj +<< /Filter /FlateDecode /Length 751 >> stream -x[Ɏ6WCVq
- -Qg&(yz矀??'B*̑znx#txשpo*e*-6Jҏ̤ ?WtrFZjEh~u&R2#V1mF1id3e y+`۸.\u+-;=ǯp6Z4Cx -XƭYcDX621&Hu;U3p-IT跋{DL;P$)$;+)>VҎʰȬdHh&_dԀi.07z˓R_cϘx-p,p 6) -~Eyr$I2Ͷ#'`e<HF<7@HזwsueHq+ny撚".+Z"%RPԣ̂kBn瑮!"Uârn!h2dU9_ZWOױ9rFԱ3/JJDJAt#{"$E`' -Gv
e|d\B5/N(بc<9s螼hVH]kZ˜V5u4a\姤Rg6ƺs3~9ʟ2ZOFuیY+X7*(w>cOwiJu>"0۔
0-2̝~2_Fft9꾖0ED:t hl NO+
_-806mo/mp$ P(įdobbG{Za8ժ(Z|Qb ->1<t?Zdx^ؙI7-{wfЛ$-}pQ6PCezy@"h2Ɋ aa\ʛ={eA)
Y,z]*[s+V%PiQN͖I#jwmLFai9 v_C2l_NY< k(XKUQZ FZU*-2&,i{DZ EEN_i6$YL4qT+y9tg^BLQ2l^z\hJ/sʹ+6P9V@ TtGFs^D|<ncaZ<FoB I6ZOr-R|Yƍ6j\Vza.=ׯ3ӱhbvV҄Β{xvzWB{(,&6ZD9/c@ +xڭW;o0+4C:. S>fhD{dS<}HWX}쎛*A]u!{U!z_ +oaQ`u.iAԹ'egj8e֭.3/l`a.fNn=Yd\p^QND:Y!bdKMmeUș ?A~<h
Rvk) +>Ud}˔faq5,+r+q/o۷z3dJ)J65rh}PNO{4K*\%) +Ol?,Sg[.Po|Rmv]1P:UM;htq͖50{),.HR ԵO۲us; endstream endobj -1096 0 obj -<< /Type /Page /Contents 1097 0 R /Resources 1095 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1086 0 R >> -endobj -1098 0 obj -<< /D [ 1096 0 R /XYZ 69.866 801.979 null ] >> +1206 0 obj +<< /Type /Page /Contents 1207 0 R /Resources 1205 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1182 0 R >> endobj -434 0 obj -<< /D [ 1096 0 R /XYZ 70.866 682.06 null ] >> +1208 0 obj +<< /D [ 1206 0 R /XYZ 69.866 801.979 null ] >> endobj -1095 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1205 0 obj +<< /Font << /F50 687 0 R /F58 798 0 R /F15 639 0 R /F48 640 0 R /F55 774 0 R /F42 792 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1101 0 obj -<< /Filter /FlateDecode /Length 2292 >> +1211 0 obj +<< /Filter /FlateDecode /Length 2740 >> stream -x[˒&߯\MNUKe/Ҽ$bd3?$!8~O};McNϿ zOd8Zu=+ʹ8s$ҵRJje߿cRohM穅- P=;-R8zۆye<+#Vh4MG]ҵ& -P=Sda+ͤGMEUcѻBdű{5A3(E}.()["*3Q" -"j;F\aȦf)xo{ - V=&`EOS6/ÍMѨ)RTCr${<W#%T(*d+9z6} u<2C'"ѳ -]Dl@a1㳖pI!3a8\TPZTPʰ) -`{ȄP{8.K$9^#i u^Ȼ\rVgPbSv6<
Ѹ5-{7au6}RjVP$o8pH -Μs//QU^[H\3%r|b2Rbal3U#f(jCm=oO7i{}\ҬT{̀܊FB"X/I"
]"O~XrƳ@ -><'/^ʯU6աdF7;~$4VC!1-elVK\/.sgh۬JR,tYjA(+xUUo$8,rISAo*{siDjCq8.罥c"wxaM<.5OHp7O:=F<oϛU:(s!1pŴ{ak)KqbZ/ˍyl,xξ^?
X<w}=5U Tވ0@/DT"m
υ{kQhҷ)4[qyfuTCϩjtּͬ!Neb{hq?'L1_woPBʄQm_t;> +x[Kϯ1>,C`흴) +DhnMnYC@jMqsU_߉~jjDIAw*E(**/֝% Ayr!c=}Is)1q]&g>3J_wRO$lH鬟~<
b} ULPHj+q\2=xQvM#k""Sro><SRIheD/ݗ瓨$fT"Ze^yqZJj)+Mx^$`;+P<Q!@c +VDBvteH63R-/ٍׅlP2IƋKm VggE줤|A["4<u
."d\RR(=Kd)CcIjY
RCs
[I-DzLigdRiMExe46P%PR-jl%,_ڰ, +R%;S.&VBSQWL2b
դ63 +gYrzfu2ݴ<
8ajܢHõedL Gu(Z%eF=ҖU26an!gӤxKߦ%(ڔ(-q,m pnE]LZc>vx?4JXdjQ+Ił.H _`JMrR짿ԥ]\j
x9ȪiչU(GҼđTWw[ +kps)9|p8svIL۹\´'v=R +Kf+\0ٽ8pcf}IHR
-BgǣhM
zw}:YZ}4Z;)(6߇kqn!z Qz%3Pi
CXw +d,R8NAyBPAv38Hw%Rmg`/"
Ǿb~fdǺ^py{ܰn=rx=-ZPƌl߁-u[ikpQ#v:x&LMo*Y{:Uz3Rl F:|N;f:Yf@;k^%iJ-POH?|s8}HQCZä>i[}߃9 +#
d* Lo"DUT׆)û#<v̊hz*!&蠊[ԯG#B,BBaB,˷}kX-r endstream endobj -1100 0 obj -<< /Type /Page /Contents 1101 0 R /Resources 1099 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1086 0 R >> +1210 0 obj +<< /Type /Page /Contents 1211 0 R /Resources 1209 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1182 0 R >> endobj -1102 0 obj -<< /D [ 1100 0 R /XYZ 69.866 801.979 null ] >> +1212 0 obj +<< /D [ 1210 0 R /XYZ 69.866 801.979 null ] >> endobj -438 0 obj -<< /D [ 1100 0 R /XYZ 70.866 639.679 null ] >> +462 0 obj +<< /D [ 1210 0 R /XYZ 70.866 771.024 null ] >> endobj -1099 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +466 0 obj +<< /D [ 1210 0 R /XYZ 70.866 477.235 null ] >> endobj -1105 0 obj -<< /Filter /FlateDecode /Length 2363 >> -stream -x\Ko#)ϯ((R<Wcj;?lAm6t98Nn]ţv,1ASb:hc ˿~R_)7JّR *?| -iNh"(iC, r"&)l]eDRsB[t
XH7/IחHk\|MR?n%+
P,%($N
-զ - -V}WVh;*h,Ч̐1A)[h֊>"dI#JO
s Xsץ600 &>0##;*P~ZDӢj9cxTF.ʴD좉}R~bƈPmZ79%L#+50A\V8 -hLjKJLJD -ؒUlҲ)DŽWq*3Z֩=GRkjP=E -
PRJb) -Qp
3n!oABῆ5QGHҰsa(O\ŨݜH[[QO?] -Q5G'۴n9SRS%u*P%~!a,hd1+YܖШin+3ba=zGAޫdaR.GQA5]l"% eW1h Pb.ᩬ -ML26kQL+ -LKD*B'&l0igkFKė<`k[Q8}~4[~oNGIcYz'V{~fm@]NǸkQc:~cEɭ<KR~RӜP)wxgF1iKOa4F\rhZO[;RErAf8חX1@uqڑ<vhٶ#8>5@vpm%i|Cp"NsY~_rL#xzk7p6Is?X[VZ7sXDQO3E8<QxkVhVoS: EϺ\'n!`dsM0!;s0R/ -YCJzI[4t*TaTaQ:v*zI'9%NfM,pN1E<´U6#k*HC<WjrjRz:m0mt3X=;Gx+@ԶuvKEum¥¥7璧)K%@O&` -Dފ^MS$|+75}b6*.ϰRϊY[:+\^MiR[O`>ܼ]Ib)Y߃V+V_\ĶʲŘFœko<VNXDbp{_6ﶲ~D:Fސ|- `2Bk)$-_$j +470 0 obj +<< /D [ 1210 0 R /XYZ 70.866 366.718 null ] >> +endobj +1209 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F50 687 0 R /F42 792 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1215 0 obj +<< /Filter /FlateDecode /Length 3095 >> +stream +x\Kϯh̐70 -Hd%?_Z""գf{F-^_f"/}ç?js!)#KO>)#/]\ ||YJUJ)EMx/joq_Z>xi֦
emZCZ]Y%[>wY͒MؔL à]#7XK(#g6Lx5A\HnMWdsҦR~sdM~G=_(;o_xMOuAh!.%6륌D㳇l8i'XY]VSvJF +Ǯ55NuJ2[䥢8+IJ)wwUd~RSB!<wMD6$0NM>ф,QZ4>#/kZŒp37qLKHg3b-HlHa먗ވ([u\Sc6d7\2,4դkJ(@]u=E'\<)0]^T:| o,2[PSϮDЬX{$"P +Y-x4Ѻ@~T)+6U4w8^%/*jgF2E;1wDJ?⍟ptgI-ߗ<I +< R_Hm\{))DsSqt +v:Z8t_ xC +ܶ +kGEt[[pP:Lvr%W맺F +ov- ƸJszfȩyh^KVkQ L1l1jG_jw1.Z\geQt01s-lze˝$Csbdi]p><Cṯ:JJ^1ҵ#0uF!]6q@
sHdl<tGǜ)dVq +6dt>v+pCtBłUhʤ5F Cu0~\%6unMƁLP8PKG:յ4ͪ~jGTET}՛ S+B-H̟\lك l#Ǿ)dQRO ¹#DFP|'ԥGD&V%ZoFy04gM:Rh^u_"nKw7Wl7)NݘS4W%F|jغ;`(":Ef|d#% +ՍXU,{ظ(Z<HZ>=Gl07Jg|T +mNeOQ)]fP +CCЯqeQ\-/zW}Mtv! #OuO::ǵSz"OsZd糭 xS9HxImgu*[uP3J䯃1O*ިUSp,47)NP|xءVNߠ8igCqbS'۳-flKqz!Mc0I뵖]=y#'6l)Gq:LgJP6қDb0yMTi37Lc%C6[Nm|\k~zpF^KR7FjDSJ'yO린p-5. +M*(j)-߅U"[.1lrQvGvva;WMx;/a ބsY,k
DL Z$yz ]7F|쫒C:@$aߵC|1\+PWJ +wGʣ) /yLILX +C O endstream endobj -1104 0 obj -<< /Type /Page /Contents 1105 0 R /Resources 1103 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1086 0 R >> +1214 0 obj +<< /Type /Page /Contents 1215 0 R /Resources 1213 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1182 0 R >> endobj -1106 0 obj -<< /D [ 1104 0 R /XYZ 69.866 801.979 null ] >> +1216 0 obj +<< /D [ 1214 0 R /XYZ 69.866 801.979 null ] >> endobj -442 0 obj -<< /D [ 1104 0 R /XYZ 70.866 771.024 null ] >> +474 0 obj +<< /D [ 1214 0 R /XYZ 70.866 771.024 null ] >> endobj -446 0 obj -<< /D [ 1104 0 R /XYZ 70.866 159.016 null ] >> +1213 0 obj +<< /Font << /F34 637 0 R /F48 640 0 R /F15 639 0 R /F59 833 0 R /F39 935 0 R /F57 799 0 R /F55 774 0 R /F42 792 0 R /F50 687 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1103 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F34 565 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1219 0 obj +<< /Filter /FlateDecode /Length 1874 >> +stream +x[n6+aHY$ ǁoAS.Ch!ٖZ#ك`rk#BA_d= +fR j=q@X|R^TRZ#%+~g
KWo#w^XKSߠK_?:G/*R|R +3 Y;P c=$D֥ a!:
Dz +J1LI묔h=X(JrP.S.3
ZaZ݊(@}"4L@+7|Rఛ\o|ˌi߮b +zl| +)`bbŲqDZA+;c +liJ9| +qWZos:[ةĜqdSAa0}ZBa^sEt(sg䂠D ":kXq* r]H&R&кW*F-DA5NMс3G:eH@( 4wdQ)T_ +sBŶ.sU-X:+)ƽb¬֪՞mj
jw4xAǝP'Sc<Ʈph(;5IfMCh@v6jL9ƎT +}Mdp0
I&`V
X +VYDs$K[9c6;h.=W@ b/5#AV
@?M]9snC+$W%S +u4EXfe#MU/ib>h&iN*!`v ԵA.겪$51u5ʄN:"Ja<"ߠ{
TkWݩ/o#I)K:".A[Ă2+1#N+eR:alZ;P-buIG$_s{k)۞1Y]k_ZOɍ%Z~NZ)y̺W]0#%&zD[xKA\rHZHNd9H57,ٳdԒIscL(x[Φe^]OynZ(ͽ GYlSʹZKjDqkh'˻-:I/iiy,ʫ[6[7Oz#Z$pFHO6BU9v$BŎ$Ϧr#C'jV(~,KoG{ꈎi*E0}*Zjvc#BoԞViwW2J:߲!ฝTJ#=[.B>fÆL +($SݛsxzǥN)Uy=+Є@sġӱVgN7Q*oo{9+¹r
44B*Ś%5voU5v/:B +Dg4>r?M8 +endstream endobj -1109 0 obj -<< /Filter /FlateDecode /Length 2050 >> +1218 0 obj +<< /Type /Page /Contents 1219 0 R /Resources 1217 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1182 0 R >> +endobj +1220 0 obj +<< /D [ 1218 0 R /XYZ 69.866 801.979 null ] >> +endobj +478 0 obj +<< /D [ 1218 0 R /XYZ 70.866 771.024 null ] >> +endobj +482 0 obj +<< /D [ 1218 0 R /XYZ 70.866 478.207 null ] >> +endobj +486 0 obj +<< /D [ 1218 0 R /XYZ 70.866 157.031 null ] >> +endobj +1217 0 obj +<< /Font << /F34 637 0 R /F55 774 0 R /F15 639 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1223 0 obj +<< /Filter /FlateDecode /Length 2049 >> +stream +x\ˎ6W!o`@63^ ܂\\4%R#>Ƥd}ȖeY_~巫ϼ._r挹X__99okɹqY/RJB +kx[.]c/8X~ .]>+`"P[@5LHGHWߢkCxc!΄8։:Wv +_hOhz_?Z^9xLYS)s?a;mE_F3.d<
zEs`#z^Vf7:<f(}p+@XZR:Wv'[6#% |``?/JwCZz[ӎ3UbFqm"m5h&^/7˃ZP7fIxuA
cah$ +'-"QLxf jJQwn%
TXPy'T*Ù~:;Sbf:jfʫ'ϯlv"iBάqhCaɢ+-+bZ8BRNTLki"$Fpq'gsB +(WבzSPr +`P}5\סtvٝ7 +v 鱱j2)94AԽa{@z{gt4ߜb ff֖9)1* ҽy{LɧUʔ̴䬹@15kn0<0y52TrMH:8}('mu?#$ycFq(ܾ,yZP +jEђK^1(!,9MF)/z
"f{☩=RN'$xƨu+[KNSAb^S%EJ?聨-0NO&>hGk}W2weMÍ93ei5g&/utnϛ +SMG9g9^cQnW9aaI53B$oA$pNpP +07WqL<h]>n0T@$I2lT'yV3u{E)
H +B&)n7ݔhf5TW]B3jC1
3c=}h_$Xg?V`8SڡrO,c{nquy=Jꔜ%FjWA jA?rsfH`:lr#Auc0`,L^?*,wzseMۘrE'9Vί$g>}QY:W2pU>vw.,XCz ѳϮ75Dڿ@bN*v"#(iYtBȊDE6Rd'N`IĮTztt*ETf*f0KDuS$M4JEv&E'Q4OrSԔl)WtrɛK<Ax +wPՒ̠Z3xpIn4N,'Ur˄tĪ;ReIe*kN> mawb};RGq,:!ReEe*RK$bwb]8Iਲy$Th Ihbj`xz6uL&ycɧUSE'+S7poH,GG~}W('nS/=FEڦcw66uDq1m +H'*m6OOSA +
|ZA+'s~k&#Ӄ=w:+-=w6'tac'tʥ&ߙax|{:^ +endstream +endobj +1222 0 obj +<< /Type /Page /Contents 1223 0 R /Resources 1221 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1225 0 R >> +endobj +1224 0 obj +<< /D [ 1222 0 R /XYZ 69.866 801.979 null ] >> +endobj +1221 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1228 0 obj +<< /Filter /FlateDecode /Length 3993 >> +stream +x]ˮ8+aM&7
̲`3/XKK\?Ssh秷_#起_AG:=_ߤ4R7)OogcLzR +7}B_>^wt}y_+G\QXt1n#Nẽp 4|+JΘ)Ssk~RP7}t1(%[ +R1j +p#^l>[O0U{XnvcT\'bL%kl&9#I|*kO6ym2aRЖ&{ma(D1^M?~lI +UJ_B^O2s"J潁999(&k_?ྼ_?<?ˣ>tCɗNE*lX"˿X,yHX5:bHc@;Q3Eesz0HOʶTT/˴3(ˆ/.W-kY/ !_Ya@[l,'1e^
#ݣxky/jymlǡ>`艴GC +X됲Qrq-GACj.8b(GQ$GeGFE#T G
TD9@rQ*4Liʢy'.$X+Qq)G1 $b(Q$eG$H$FEHT
TD@Q%Hd~&Z4nL5m}|m]ƞSF 7}pcpwFpmnT U9Pp7P7FEnP
LD +줁h'N0*0;i`" (IGevQ29;Bm3VD5S(ø1:jUMɕm19T`r8P5PMFE49P`r
LD +Z/**rŨ +hzG^T`
TD@ArŨ>N.SAH~gOfɏ=zX5:a鰣ocfYU=c;qzq0˟#ԌxҦLotT4DWkکcda;ח4D#$cB8%ad`wJƉђQ1B\AQ/Ul,4wy`a{ۺX/tYfmiyJ^]v0Jxuĕ~&.nQuRܢ+~-#cUHE$
$H@"h6&GdyGDM1<Kʯۤ_߾Y +eӲN*B<iuFk
/~ߪbc5;x<Z<w#WGVlzwИ]h"CdV:"Xzȡq=_ E +[D#TQweTG:s!u,R7R7иS
Y;x"*kd-_RNy9NZ`Y<.U?:SeY?(1]eKiQAkOhk 5%(?P3'bg0³揷do+: JN k BrgS~XEZHg,;px/ӥJb,t#u~{hU^5:Q7ʘ2qiZ0hq}18ךޚ
O2Ȝ[K_m^W}-RWԱK[bh\x'brQ0J.0;d8sEQ.:#sI.HEߎEQ.8 !!ΊlrQ0J.0f FEQ.:#sI.HE#EQ.8 !!)49a\`wŁꢎC.*6rKrAB4H.ʾv7b# $D#`\=[.IEc璋
\tF\
/6b# $D#BMrΫpF}\ٻ琋
\tF\
/Q7b# $D#b> YQrq%g.jFEQ.:#sI.HEE\T傃mrrVU䢁N8q٠,4Dck;EM.XrAC4B.&-t.F}V=A3T5D% !$e_;?0H.؈r6 K=,{`9pV8}ɠm,kؒzqMM.z_yߞmAjf~N 4^Rm~ ax6sϦifi|!hLt +4(aWA)&5 ?Ǖ"*dU_.=P٘8kZKx<ėS/oZ +endstream +endobj +1227 0 obj +<< /Type /Page /Contents 1228 0 R /Resources 1226 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1225 0 R >> +endobj +1229 0 obj +<< /D [ 1227 0 R /XYZ 69.866 801.979 null ] >> +endobj +490 0 obj +<< /D [ 1227 0 R /XYZ 70.866 582.965 null ] >> +endobj +1226 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1232 0 obj +<< /Filter /FlateDecode /Length 2638 >> stream -x\ˎ6W!o`@63^ ܂\\4%R#>Ƥd}ȖeY_~巫ϼ._r挹X__99okɹqY/RJBoZ5^Kט?_K-oWO -XTP=S5ҀzC-1շ^j+k3ṿl'/4uΕ bexW$S'B{ETJON<jWwьb h^kHjUMF%i:)Ja*/z}z &̓mbHj6$ϋr}zsVִrU#iQ\3E%p[GM,}V0'*̓de6f]EÂXX? AIKhGx<4tR"AIn0&q&&T J*3EU3`N-6eeN7kb`xv;HdP%y3+f)PwJFˊ4ljtH#& 8\k 䜇FзGgʕu$6T0Tm~
Wu(]vg
- -#./RZDDmqB}ʌ0A;n7_b-Knn̙)CHK93Y~YPݭs{TjU<^eI?rAdK -(( ~
"s:Vָ,d0A[q] HY$LnfD8y͓^)+Z%Ohx@;wtj+U۽)cL).-EH*( -Nc>&g},$/LdCHJ!B -v`sZP; AqOȢ"EVT&*`";IwR$H"v"8P)2S5Y$" maW*4)2=֏y3<ܟr(
ges~.HKX cUH*Tf՚O -v[Pawb>[&#Ve *K*3UY3xtInS%
Q"<ce *+*U`]R%IN2 -,:!ئ^јMxCb9:"=[7MB9qzq7*6{ƶ ԏ) mSP@ڦ>QwlSyz -Rh@ӂZ<]}510GH%d]i༳93@3_<S.6CXTsW +x\Ɏ6W +/B)|RʮJN29;$P*i~IkKQ?7ĕwO(5Z"J{4p%v#/.t,H 5?=1 +)@
ݦP\N{6;qt/ܧkn
VEx!,aTT5cڽqn$R^ %$ׄɆ^eT{MQE2 ڜ+!ɦ2<h:k +>Iۘfx9Zc9Y:6:}vlEgl1-Тk?vCawxe,~/vZq2UႢSX)/tսK#.)ݥ<m
>'oq`}.9 +g PqbeXd+ѹԾ]#Ql݇xW9-fm;/BL!tTz 92l1=uRq~Jn <{o@WZN}(PǸ۾-#ژmjJ +3pQ^gm!q;=nHחx廚|6z98*xaasHS]TѺ6]Z{8B\`u>uCFT8;a^gtcXz#WsWմS+毳{tޝyӣiGuDrV%Q@<ncQ$$;m3fr +Q빎|`ՆdF`
뫲4_wƔRF[[Ih[AZטU\.\m,d}I[R8z +y`z.oB}WQ\Y\a\Űq4.m8urGhK
v*>[3QSzy%Dr\x\.[w`xdkD>10 Ha"{)Zk8h,s:*i(nLᆹOPG endstream endobj -1108 0 obj -<< /Type /Page /Contents 1109 0 R /Resources 1107 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1086 0 R >> +1231 0 obj +<< /Type /Page /Contents 1232 0 R /Resources 1230 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1225 0 R >> endobj -1110 0 obj -<< /D [ 1108 0 R /XYZ 69.866 801.979 null ] >> +1233 0 obj +<< /D [ 1231 0 R /XYZ 69.866 801.979 null ] >> endobj -1107 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1230 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1113 0 obj -<< /Filter /FlateDecode /Length 1895 >> +1236 0 obj +<< /Filter /FlateDecode /Length 2396 >> +stream +x\ˮ6+aı"fMѡD1%Jѵ-qμqׅ_~|CgހQs3??p8wŕs-97;Z%s{Lx{$pGx~@.3#
8Ki9FvF01vkF3ṿ'/> +Pmx]}1}YLPϲ#niqKnHF5lY +PE\=$O\DeBoD .R:{)O$[4Z `?'TntM.]C9?/@)ӕ&W(X!EpU/ݕGSv3 NH6&㬌q\av +/ +ޯb\Z˚{Ӳ$BI@b;vq[)C#yla,E*msTiSꂧCIq7RMcMڿ_E0V}B#H.rΔV1 +JpLu[GV*+&`KKɼgoTkԸH`^w-~8X+5ҮfWc?LVŃ^o~2c +GP0l +j@Pi +%E)5S(fd9*ę5['QVEeEYńJ|]ٯ0亇Pm8dc}+ +&kս@:#(T +1r'g +souG0ySO5Mڦ:=yD&W
zoDMw𫱱#.NI'SױԴf\8C[CLRUExi +1MvYrp帖ko2m/3`5LDTO +k3l&1[ޒ3ccFGr +&-$PCNNmD +ᘅgɇcl{yD89ax@s]GAq9_</6rLkSLȬ[M?GUd5xܳQVStQ"2V[65YwL!BUC'Ы4pgZX^RPS[͔U9_/W9
e1Uv̫{zRRZOLۼSJrY&@jUr6+. H8w% <)^-)oU'PӇv gq+m-W +0OGDd)F}^8?4ml;8}V;N|qh*TfF̣8Iڽ}7ausLs{sӎhڵ+p2(غkkIX5_yb{jJK[DU2iਢ,_X*nm"oje6l74AT5pZNUn8gO42l߿Q+8}<'SՖ6CUaTtl<`z2IV8zFᶪf)arBR613Un`B#"K^SŚ +endstream +endobj +1235 0 obj +<< /Type /Page /Contents 1236 0 R /Resources 1234 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1225 0 R >> +endobj +1237 0 obj +<< /D [ 1235 0 R /XYZ 69.866 801.979 null ] >> +endobj +1234 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1240 0 obj +<< /Filter /FlateDecode /Length 2295 >> stream -x[n6+sHAk'@EvECš"it8cxhfΐħ_/'<H_/OIL30Yx7O'ĹQ* -#1Z-@yS)\!}~@jgDpXw= [
-_N 9^g%09b+90g -RF6hD2,v].`e0[ -0u>z-wDXA.5"¶rU*#)s[Pc][6s;7 p<0!mo=H5c>.J -o$FQ^mWtD;doQ?:pn\ -^g _>ZO+ye0Ƈ&wiFQBSDg$qgdmIvX]r+hi_Pіn([FE1?$*,B'D2Zǒc=<.={
5&ұU YwYSyTV1a%Dn<*EQXX;#&!7?<J*h=cc][F-!WXטB BM\&e@V0tIc"ʢ\HUKy1Fc2kR3Al,6ea)c*a-q!c$dұc-W^κHgMu+0+%DnQB0,EyP=%0k -C۾GB*!Om,s|\JeYSBJk -xX -w"QO)I۶)a;bMJ&Z7)=.%dnRb QJ(6)!:"%R2OKVR?eXۆ%Lf} m|rCF($<2!7܍;~jXhvRAiF_ؐazmAI¬Q<*Gnk?ehƎ˘8p9}%Oۿ3"M~C4 !}q+NefS";
6:@z cDsb%jc ~,k$ +x\n#7SJ?X M1ȭ=?X-xL~$I ?s⧟_߿3o_~Od9sƜ~ϯs̹|7)%ޡswh7kxK/c78~_ .I> +w@BjʑG<Zk^b쵟`(IW-NGo?j +ɘ[l8f3L/uѳI"]ZI4 +43yj~-\MT +S<_G%AQ="8?+J JrFFI=goJv3xnܰ0
˚sP0l U8żYY[N5]e;ַiE>&1NזqxYNP]\ko3ǝVk+K\K%!y苦b}3L^[S斶D0ดA2ty;e +A0 +N v}a0SoP*ݔucyK&3^M9/^⾐>`ܧN}bwAz}3< +_%Oՙ]K)>`,~<X<o#|;Kel>&E:צRR"=\PN۔dikL| +~%oدdv
ٯp_6Wcw:nEdG9f؈y;sN>Hڼ+Xzt=6jV[J/3DSxy2774f_-Gii`Q-<bh`9ƃ5o(9k+@cjomMA(P5GY"c`n#(9:Gdw4Ƒj&pvkZ1Ƙh1.>~cpmwUϜ2On*4Gx*;]5DF_b~_e`'ډ>u@۸_FJsU~]lՙ]KIeVq:e m/i4 FT~+VOmܟ3Cuw&~f&>įO}=_&>iKshR(>V!0ciлFV>.̈Gy/XjY~SfZmefb +3< +3q#mDq:e m/itkO%*q.oewvg%`ܧN}bw I?X#gx*qUDwq+;q_6Oՙ]ы>}w;Owj9C}=NSOPܹNIN85NY}|2yk;~k$Liwyw!h)Xzt=>^An"QyΣ%r=1Nn w2{Y`[Mgv n8j5x<qxfMK)ێ<`:h{Xg㠳:ЁGu;N9OF(}}y?voՁ endstream endobj -1112 0 obj -<< /Type /Page /Contents 1113 0 R /Resources 1111 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1086 0 R >> +1239 0 obj +<< /Type /Page /Contents 1240 0 R /Resources 1238 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1225 0 R >> endobj -1114 0 obj -<< /D [ 1112 0 R /XYZ 69.866 801.979 null ] >> +1241 0 obj +<< /D [ 1239 0 R /XYZ 69.866 801.979 null ] >> endobj -450 0 obj -<< /D [ 1112 0 R /XYZ 70.866 581.852 null ] >> +1238 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1111 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1244 0 obj +<< /Filter /FlateDecode /Length 2634 >> +stream +x휻}~Ӽ_ +5O<բk-fIȟ.51Y!PK!C'B/c>- +W8e +v>R yo"{';&ɑfcSeiR+q\uv/̴xӸce (6Mz>JEJٯ(~:vd_?V]3AkO^|TYq7m4F'T)BUs=Oވk#~|6{yƽ(Gy17I#aϨTľT]cGk#B6$GY7q7H#YmϨRL=ȧCo&')շȻ1D(3KOr[ޭk4SM,G5x>s8MUKp(جevV@`Ö*ɶwgnRr쭈4gw"=w"pVCnDϿ$PgsՆgl\4%/Q 樛}(^#`Pnhm̃q֒ظ\:J3O<s-G +sl;
JUʴ5%{aUȶ140UՒD<J!L9(Zmv28*X<}sćf/zkLXŭ8VukfV||,A#N-甏>s cg+ +V-&OLŐV[O¹3v Up|"y眲jY3oWXKj`#JY)zkY\(X'f-.m&Wep7 2y!7Gc)*TX;[+[x.,Q Ƽ,!7 + p(.gEwtФ<,Jk +k\Gcwfj[vu/N +'O^}\주/4i1kdF"}Wb?Ә7V]K'agŽYQƱnbԤ<,) +w*_S}4vEoF"}[a=4E>ʻIMzXX#3*+Udh؝&^d:ƽ(Gy7iSkdF"}Wb?Ӯ7V]+K;ƽ(Gy_h>JEJٯ(~:WmO~W"R.O8q4f4뢱;̺5U{̺3ͺ +L5z! Gu]7kɂOJFp{aW2ia& +;KΨUȾ^}\주/4igkdF"}Wb?ӳ;V]k>ƽ(Gy_hh.JEJٯ(~:vgwF6W8sy?{1qQnc?op.JEJٯ(~:vgwF6Pvy?{1qQnc?op.JEJٯ(~:vgwF6P}Q܋2}w&baϨTdT]cwzvgjc{} +_3X%J3_Ŵ`9ٴT525}ZüdUfT*\?EUfRIU!ΎL[ka?շ8ɶO06깦OPǗ{e +endstream endobj -1117 0 obj -<< /Filter /FlateDecode /Length 2915 >> -stream -x]M$)?Rʭ8j;?I0@t8v5ٕ
~oۧ᷍mVZ}/>7qsykooKۿq.8W;Fqn=.ߟ߿*F;߿:羥|wlx8rF-|CƿPa1"
8ƹx5O+ίLl|n+`L -0kzA\+hfl74a4Ax^n ۷hCMvH0Hj4q%KPI#WrQIɌvIs~#~UI/'Q|^ұ|4DA &r1oP+OZE
LDY3
jd9Jx.o%lnchVʓdmPoT'D 4^8% -qhأTV:rBHVj,Wڃm'bujHAf RI J;e\Yk)!ZZ0_l+]s*cz|Jo+ԃz[#B]rB7r%lP؝J
qe-k\ё;k\9H->II4xF$k;hE, -l+cA_?u,t0XP#X@YsX0fw&Жco9t!X, cX@cKD}`ʝCuEE 4?v -8a{eOS ZŀGw q0xF;xő -5^P;@Ծs+?J[V8w'3rI۸eʙV1$>KrCn~|κNڶ$4m[+shcrAzW8D=>vG0(4kj070/C%xF;kzrSq,k\ -) -kA|Q:pY,$gX;K+`fWs-lkPR_<vJvLJ4eUx G)/- -:jIv$Cb|F=։ BK+zkc]$ŮIbWzK]{f F{K8~o{DRIq̨Q8ɀUYǀ=ڠr֭ۘ64nf֏"ZqFN1xӬ7YfgR -X]㡈1)}ݼMƼЪ$zNmm܉0/F$sk~رq: k>SGz^?sOKSĢ=hW<mӢrxWAG1# 漯Xv^dq5p~{Nj<0t=#c6L'@o I@VksCNP9Di#Qڰs͖yyc~~qqeq6>GWx.<*l1DT -mHPʙVf,5m0Ҥbtؼ"$&rdWd{PW0V7)VoL(:)K)#O)i)e)e5DJCu&XJCt<ܱєr#ieJ(=n_{L(=&52~$R8gF<}EbX"&FczDIK(
t015e5rg/S}PL_zׯAcNep9R9Jgpie9!2,o2<!ŝrS;D5_dB3
5(U8S,5rR3Y5HuH -
EyB,V=Tg+?F%~7r7R3kt|`/Y[䒍U:+w\a.ߘհ0(Ka>+j.'[hn L}VAz:\Y -M<h5S -V-#ՎHR4s#`܆X<Xr!gMܔb)_z +1243 0 obj +<< /Type /Page /Contents 1244 0 R /Resources 1242 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1225 0 R >> +endobj +1245 0 obj +<< /D [ 1243 0 R /XYZ 69.866 801.979 null ] >> +endobj +1242 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1248 0 obj +<< /Filter /FlateDecode /Length 2897 >> +stream +x]ˮW +EO5~S(>PDWMZ}xs|J8t_H'T?$>+xH>ozUoRP]qC;ǔ;~'vL'~i~#Hf F` +eG꾂h*ߴ)WڷχK?3f'~u +]^|զ \j_f@k?H@!j~Y.]eu- +$wRJHtWE9md@)be%}#bޚ#ҺQא5G_ +LxA}oY~=sLxQY[G쵉Ŭ' +lyZCų=uҒym?U>iϸsKMŖDt~B&k)NK!M +2Yum+3¶6w0ڊt0Pi}Ts]j_#0dbPE"HZo}UW<ַӷ$1(Ⱦ%t_M5,ʸher +;%4f26Q}4Pymݹ_{F9א\0+7\1Nsuv|PA3 +N=Irfpi_P.w7>%em
9Xg0 +_AKyrfpj+z}Jq?fڧ>MA+kP}T+vi?oskVwE-^0vL'~i9Xg0 +_AKysfpj+z}xvL'~i:Xg0 +_AKytfpj+z})C쾙))OnFFoԡ?)~U +]ܨ3U]Chѽ`))OnFF֡?)~U +]ܲ3U]KW3-~A8Sv(6Oa*i='mwnڙj/z}oi2P6A}Q3BQگ ڥmԾ٦ \jiP +n#mwlثڳar=sS7Qڒ&XakȚ
ܯ_g/Xnf(Ym[K5 +Lny[)&[[6<}v%u*Ҧm4X Ez/NKu W>p7e<;4mtp$n)J,#gs/ +Չ7vv +PoYX1tފ-<
dӺs5#eh6\( +enaT^wG^VڕĻ[C endstream endobj -1116 0 obj -<< /Type /Page /Contents 1117 0 R /Resources 1115 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1086 0 R >> +1247 0 obj +<< /Type /Page /Contents 1248 0 R /Resources 1246 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1225 0 R >> endobj -1118 0 obj -<< /D [ 1116 0 R /XYZ 69.866 801.979 null ] >> +1249 0 obj +<< /D [ 1247 0 R /XYZ 69.866 801.979 null ] >> endobj -454 0 obj -<< /D [ 1116 0 R /XYZ 70.866 585.345 null ] >> +1246 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1115 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1252 0 obj +<< /Filter /FlateDecode /Length 2059 >> +stream +x\͒(SBURgTqkn[{ݜr?l6$[9x<nZ?ގo?84h<|&~Ù`c_?s_99GΕ\[,ӗORJ:CHg(1s<?/+&3'L'Tqp/)<jL{j^ͽW&3;߬<P9B +ܒ.pĄ8v(k^B9'㤛 +'}5A$c>p%7)qdÃ,
J,|BwI4}S a]+&Zg-݈ȸOdY-&8 +3ץ~TV0Oc)1vwUkfMb1RYQx:W2Vaz_GĎd,̩2Vc5ggs,$ᮑ pf
b56A\)RDV䂑jF٫ůԵ~oa^}BvAq'Ԑ@-F@mCj"CY녈 r0wO tq4/3ۋ<})iv\/3+mKM2p|o;fQ71/wHߘg;4T$f
LRS yՎbN20[` +":Ni+ϓZSQ
u>̫ +NZe2㝢4l2|[';gE>^d +Y&qjiխTa(0/(6W4L+|k<^~v܍oj~&h8^.1@oVPcP\z]"$ǘu++߿A= +endstream endobj -1121 0 obj -<< /Filter /FlateDecode /Length 2598 >> -stream -x\ˎ6߯oepwNV/d4WEY,Z,pluHIM?>U?|o斴1R.J[ۿ~y:8c
/9Fp> _RJ|_߉/4i3}co]&
("]p,T]m{߿nGc*Q6|p@ch!8//r0Nf|QZ:[L_
-a+;>8\}ͧ{;mU:.|&-oTV?;)gm<Gd - -`U-~)AfJ)7:u -W~{ۖ| EՔIy{6tbsRzu^&Κ|wKl{LD3R*kTmf*o8_G:%ڍ\hf 5IpU1j9@
*Wݎ;m,dҳ<yo?6$p8Nrr_LY-X4aj\><љgA b&Һ|neaҲQA43 ;O_1*kwkS0e4;d!&6=ƽr<vu{d]K< -@bJClN(ZATE Έ ̘9p|%ԅ -gjPC-^vوL[6YD3B&XBnQ?v7Bg:_N@
yXt3{8bg9ta-h I`r9jDX
խDUyVV(%w"9mK o(A^YڅRL<U)WăKEPaquNk -pW3GkәXn?Xm K g -L.PXBe?:OvxOYA&9}q)aTֿG]j"OM[|lj[b]'6/a&5uћse
i&l{8A檰`]l -v6i=Yu>| M -A:VQ3(DӮ-PhW2Dz`әvMFp_)9oWA$+KbG -V,V!JկdGukYD͙ыb8+Dj -{:^EOmKob۸}^:mTw/JA9MR<4k:\UaRl[%XDJQ"JaW"1OC:Ӫ|_Ev8TC D'iX &QĎXDUƎ! -U&(֛ӱ:Hf;δŭ*Ж^gǕ%'a5r7Gˮ`Siydx~쳬%<>$iyYhi3w⏌EZs[(<u!6^-I-K@zP-mfjTXY^qDK%",Q!/`tQY~O(Sd$,6DJTՕEy,Q(j+ӕxA+Q&@bL/P&֊4ŪO+'b:Q<ʼnEdrxsLİi7H]:t,9JEio/ҬU^E~xTJGOI&֤֊KRAWʯI+$b&Q<5cEJ*=~?:"7ъ)BEMH*RӕD8HXo癇 +1251 0 obj +<< /Type /Page /Contents 1252 0 R /Resources 1250 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1225 0 R >> +endobj +1253 0 obj +<< /D [ 1251 0 R /XYZ 69.866 801.979 null ] >> +endobj +1250 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1256 0 obj +<< /Filter /FlateDecode /Length 2114 >> +stream +x\n6+%g..p8Ȯ]u_t(5d$Z!m/zAۻ ( B]w)᧔xR4(]oHwR9=6>!uz||#~w_Pej@BH#LfM]B-JaA +\@.K:7$Оv);}^rB +J#7Rmn|0Wdv+3|m?$9\Kd8?<Jgt +2~ +F85, +P-^49I +xb<ayR{O$N
Rp0<)Q
{YaOAed)?OFF=x¬0'J#Rp0<)Q
㉿O?CGE;y-:M#e&rccع{H?լoe(w5n+)`68Q\S]i7 +F,-A
a빘 +'n5vo +M(
9q%Lvj +a1THHH +ppZ62@ GXҁY +K +b5>kXJwy9Vܸ -}dXJ[kiHX +ij8ڙ +A(;1rJ{nZkUѰɅV"%+DBr/5vz^d7d08R/ŷUE#ZVY#|>| +)xr$SiiÕ@@o+ݶõbLaewV}?S?S!ݗ!`a
sKJtpO33#oioWsmӮQbDd\l}\.AtMyKi\t
Va?Ĵ o endstream endobj -1120 0 obj -<< /Type /Page /Contents 1121 0 R /Resources 1119 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1086 0 R >> +1255 0 obj +<< /Type /Page /Contents 1256 0 R /Resources 1254 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1225 0 R >> endobj -1122 0 obj -<< /D [ 1120 0 R /XYZ 69.866 801.979 null ] >> +1257 0 obj +<< /D [ 1255 0 R /XYZ 69.866 801.979 null ] >> endobj -1119 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1254 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1125 0 obj -<< /Filter /FlateDecode /Length 2939 >> -stream -x]M&?oigg&Rz)C -bj鍻쑷n__~{sEۯ?(@-HxKR'MJ]J*z)oO_1
-|▧!o;{~!K`7*w(l4^e1}6\F|H]R8BތYB\{i~QP7C؛X U܈8p»}y2*|Goi:o'No<EmjV
a7vme5r~O]PEom1՟ ΧФ Ưa,Љ:ia|0ak -Zz8IJ}Ch5Uf A|nu -GhW˻& -G;!i֯QiHlbZCs%EB -Rp:+7J(-ڄTCReL%1sU`2;(L) [c%TY3)R@uz('^JC(45ϗ -*[@4J=(
\O\4r@5JQk`(hk&*2]"\\) H9E -f/",YQB)h&(L) [s="\)NjRpkDD}j=!7piI/qnۦlF7 -sV8Ɓ[c3g&<T(}gt۩l!JY\ XZg$WZs´1B.H"G@ R
Le^y۶oUtaW#h-B N%m(G|<I[%iPJ[h}V!6MqUXؽ-heY^ƤA9#4kN-J-2O%G} 6DD vBGeUo0<R4 -8U)ǩj2 r: #W*֦Pc(=#OVmoGyE 4 -sE{vEszpLwYk~LpkD:QqKneEn>c],m,%(S,a :'[Z=$Yxr
بr<ZafEDQvGDH(Yi%ZbhQf(0s\a^Jnq͡"bo{DQ#(鐱Qݾ7JkQ5xeiF9 bص-rpU)JLnaE<FzIr}"F0,g5\^df`./1fsXx* 2̥1Ax'X-yA èR&@00(q) -U,AW,pUcx(By֏.(x;õWhxX!C,\啱IU/z. -u;g:;p{d7\ԣ'u4w$1uQX״=M192N*=<%6`ʋ"ؾ7֎#XEoXa`TVh+F-ʒK -ng8ØGnqNk/C=W'9Yxʋ<'0aBDA0^cwm N+y5ʱGʕ\sW@# -PCzq|5-(իN -ǩlw;l0Ҫ^cBݭ)*1W^\NaSjֱo{侶P]Y`$wG6qʬO!{h`Jx~~1_<26$(WwGd[ovKX؆<0(g,rz6ߘ7&g>V{`Q59lTk2a}o[_|ۂ*&=ɂݚ6`&EewKCU{,uqN*cF땥\>]#s ->b`#SiK}78eɳo{頺TTs0Xt](ylⓒ_(\Bczq-iN,$ՌLs*ρ)(<Ol'.CI,$PR_T O
iQӳX_Z+KWǤUo8v5C7^yGx
:LsP#s4A͏ -b?.#ͮ PL' +1260 0 obj +<< /Filter /FlateDecode /Length 2509 >> +stream +x\K)W-FH{r[us/wCa&ĞvAGA~/\%=Yb(q;iJR'm,{RF))Reoﯯ_9xJ!WKݗQ_7$ɷ;_PI-[BoӨ1+U $DL%R{~שr mL9njh'EpsԂśi +(An*]iKU +۹HcjRlo/rYTk]tU +c٥'-a:bUhw .D5zrR L1dA5h%G +B~2/P
dso˒&2O+_E%9s!iJtfvn"[
}Ư=ti9Q+>D".kȣ+(SMRY@՟"WA[I0Bq8 +[WOr +УZxZEYlT) anf + +t*m/1;Os:;l磌tVMs +\ӕ}Y=F^BΪa?HEg?zvy߽}'8iq=\tAep)d#Mv@&?ɟ
!垓f)sc7xzt+{l=֊9ƪ7cWohLONlLL +OLŹyo0cGC+~D!{-usf)
"dzۗX^{12ZA?-]U +wuCD֕F,Cʍs0<o1Z*92F:c;kBvAJQ=Ni礴Sߌňi⛥cnH endstream endobj -1124 0 obj -<< /Type /Page /Contents 1125 0 R /Resources 1123 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1127 0 R >> +1259 0 obj +<< /Type /Page /Contents 1260 0 R /Resources 1258 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1225 0 R >> endobj -1126 0 obj -<< /D [ 1124 0 R /XYZ 69.866 801.979 null ] >> +1261 0 obj +<< /D [ 1259 0 R /XYZ 69.866 801.979 null ] >> endobj -458 0 obj -<< /D [ 1124 0 R /XYZ 70.866 734.247 null ] >> +494 0 obj +<< /D [ 1259 0 R /XYZ 70.866 522.658 null ] >> endobj -1123 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +498 0 obj +<< /D [ 1259 0 R /XYZ 70.866 286.072 null ] >> endobj -1130 0 obj -<< /Filter /FlateDecode /Length 2959 >> +1258 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1264 0 obj +<< /Filter /FlateDecode /Length 2138 >> stream -x]Ɏ$
W}Vh>?*!PMzHZRsӷ?|ooAߊ*F/7sKZo)-?~|:8c7|"Xx RJ
ߴ[~|> -o{3GvWC-Q, y) -HטVX"mS3/4Pָut4 Ĝ6DeK$mcC@o;53#_$ȁYĈl*o\eλ\ -KTM?8qbyAaOC;{[ɝz9;ŷuʝ<umMiY^s*"+Q@RV>{ճ%HiG|IS+'ViO<<`/V?&P.V131qF3
|gim#TgMxvpRm?Ѐx-qxDאQ`uUBunTDېB&9mL"9㬟s4`oE[oϷE`26=]/[e-82>hռDmU35OEْd
#YDTFJU"tձ&ӶKoJo4+C$YW 9y $3 -n?Ou*ʺ¾m~]yeuС\VWx^+vΛH3fAڞ87Bufggk -½LEKM"/T-SR -}d9SN "m݇"9SlwϾu^9b -E'("td'&tބ}wG@'dc,^]ӜA0tX)kOa_n1`/k[Eb -M+5?"j:.hgMv/z|y1[z=)<uT)]+DcQX.bQ,@^ݢH3kTy" ՂEr*F!<CY0o"| C2|2Ec2ELi#^#Q?#mXT3n7gyTTD6=?"X$xڜ?rG6pNH8=wzaÎ\^yAEcDtof -#Ypc*
o{Jhlc&Ķy5U^'v/'N1PYc[!z~lPgۜ%os{LbzDuX7 j{MMk\lIYq+%jq3sQATĮ"fk#2{9>X=|cH/_a})f)Ze*a@%~E]a2+L-[#-\;7vO@sޑ)WJhMiY #mO, S٣-u +x[˒&W<*3UYޚ]*dMF +9ז}yED*sI%}5Ƽ2\*߇7&c ϗޟ_BU1Yk^Kqueqw/O}jÛJ͙JFFSI27)~#3/7K %T>|qDп3jl*kQy z@2IBi8,IMhPߗPWZ|۠,|27r3=_/De$dԧUwn\8|Sg h1acklhއ)`&y zJR}SNz61
:cBikG@"YBP +NT" ;5sDtS-o3Dzg帘"?dBCmkitu{i/PYuJI#I9'L'R3lvςiꖂ7LR=FD!Kѳb%Ay01&nM
(oӔxi>Z>R>^G0vDx5ݴE\6d3uTR2g>r;cmE[<Dn&J;fme~k +]Jn endstream endobj -1129 0 obj -<< /Type /Page /Contents 1130 0 R /Resources 1128 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1127 0 R >> +1263 0 obj +<< /Type /Page /Contents 1264 0 R /Resources 1262 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1266 0 R >> endobj -1131 0 obj -<< /D [ 1129 0 R /XYZ 69.866 801.979 null ] >> +1265 0 obj +<< /D [ 1263 0 R /XYZ 69.866 801.979 null ] >> endobj -1128 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +502 0 obj +<< /D [ 1263 0 R /XYZ 70.866 245.158 null ] >> endobj -1134 0 obj -<< /Filter /FlateDecode /Length 3421 >> -stream -x]ˎ6WDcm ՝ -0A_]UהD]PoXdyyey/xfRx/~ؗ5nfq^벸_,/KZ{_": &sߤ??݊W;?? @mfBtDZnR?t~?vgT%k JU(A -@y'~_.`l̆xhk)k"zL~Fi!9gL;Oޯy;?~D%.}-kAlBȜ ˟#sĐUr.Y7˲*2W^$yϚpsb2F6 -z -zz;nb~NBA=vQx)"2El (x\6iza{iCI~8$@r>tSuJZn)%Mtm)۪SiZNQD Z"$zp[6*\kG=ωp^r)ӉRDN c:Q -EWUan{':9Љ3ڿ9'buS,V':@tɉ=D5xBm9j BmCTTWPq,<2t]ntҚw9 qG':|ʼnR<' RpωpU$WʼnD;U!89ЉN#m9+N\{j[Ĺ4ESAth"pDKέI -W -W=r#W(Es
"t?0gU8CmUj*suU=jG#RT.&rk$m}B7U4.wهGp^vk/uɀ"rEg -.AsI?ΙMϹ5'J/v)"풥ae
Ί_,nP*;nDTkڪ[[?(aM[&bΣW~J.V8_kޢᬻ{-~Cf"m: -T%]*sP5yg"(̖ANZ,:q`r<VDB2kBRLru!>L1C!sa!OV!l}_yJ{4W&MMJ%?רғJ **C$)-&m=SEˌ(+K4ZoI.#2J0uIf -7u3EL84sy!7N6n>#؟/(du|mٯpJMen
D>=Hh_]vnMR8zڶ?fcMX7CdI>TE&?q] -ǜ[c8x1Zl`T:"Y#Y5A<(hʡ-*b!3!2=2ɞ3Xp(0ZWs[z%S
KqR~Zo(p];
ujṞ!ou7
a!β
QMZ@2$]0(YT7[_)/{dJ8@~j$yE#ţ1ul!>O
T)D ~!&[loչ7pJhQ|芸#,Ty M`'@1H -L
LסaZn#Әaϳ6~/(pww5IympQk8<sH#ᝋ z[b:V(B^'1%< -U\%Ɩ&4Psɵ9i#TW"PEf;(TD+<)eDGHo)$Q5Aѳ'N*8Dz^<G= zp_V(R^l33EEDe[HT^>!X(
4LIi ѩJù-=@bjbS2^yF(-}c@c*<5pXs`ziM212WxSC#bS -yڮZ(4, -V2հh 4-No9XΆ'Q6|,T&IѲ(jZG -WMZ
&ѲL%FXuv[D!j5z&jPCPmD?{3n,*_jD')e XI9mBlTm<elhP5KO,0]>_b +1262 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1269 0 obj +<< /Filter /FlateDecode /Length 2773 >> +stream +x\KhCji9iލf{n_LaS6N I"ǎzQU_^/_~~ ,Xi[{q>0.?s;sq(έ_RH50s[jap>)=b9Ϗ?Pa5<0]Sc`<c +a'Og^8ŋRޅ_cK52x,摪@ȇLpE +**6_-Z2lHߡgprc 1"&T܉(5'!m +fHe-Q9s\i??m7L h +9js?2%L1]Q6|`&:|l]nlF&<jml=gkJ9fp}fFP+`@Z3x`87>W}{OBC76eh1+tI^zp{:daqtm|3AmqwLvuwlp(B2].N8pUtpNAޔ܂5a۾NK&uN&& +Ϝ%ޞ3r8kJ VvxMiD&Q+@vK()']eB +0ME@$u> ++T5_.v/pl֤Ld3kPS?'kF)eF,{hJ8!wm>E:oXP +[Vo@PZpA\YxX +74Q. +5,+WZ2v&"zGKu!DD8CDBO̹a>\4'"rZX'W_md3xifϲnX4'9#J3k.(nuЈ9˛vI"ji4dt815i8$v:ň6}HkP| ZKچ4 nN]>OCCh lZmFQ#$YIƨ%=4zd!6L=˿~- endstream endobj -1133 0 obj -<< /Type /Page /Contents 1134 0 R /Resources 1132 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1127 0 R >> +1268 0 obj +<< /Type /Page /Contents 1269 0 R /Resources 1267 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1266 0 R >> endobj -1135 0 obj -<< /D [ 1133 0 R /XYZ 69.866 801.979 null ] >> +1270 0 obj +<< /D [ 1268 0 R /XYZ 69.866 801.979 null ] >> endobj -1132 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +506 0 obj +<< /D [ 1268 0 R /XYZ 70.866 433.219 null ] >> endobj -1138 0 obj -<< /Filter /FlateDecode /Length 2955 >> +510 0 obj +<< /D [ 1268 0 R /XYZ 70.866 263.688 null ] >> +endobj +1267 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1273 0 obj +<< /Filter /FlateDecode /Length 2660 >> stream -x]ˎ8W7E@`-{a6H:teH*iY?WOy+>7'qr-֞N\\]8g.?+F3Hklx_roW} -/%f)%3mbsĥt̹B^R#XγY+d%2LG6W_BRg@-K9IԞ_f/k*5ϥR:*NaM`Y,9^\|<V?eWK_ò1߮ؼeWmZrT@¶-v}{/nѸpL Ҳ烠i'kF!xXFy?mփDD6y^S:htڌקLCXM0頔dj!BúHK'T cݠؔYQIb.ǓpjnpAP)2gXlr8USrv2z`%
"RһADN3Tb68}>3OOJy`Z-)nLkYS!B4:)%qLFNV:N!nz-N˄SDAb+梳LɢV -ӰLlkmlV!o۸vhJ_cAM9,(F[@`2Y b]\2B -}@78(AD)MمyO -/h)CC8ƜPNq҂J5A& -x%3̙eVp1ʓ&5h&5yIcBj+ƸV,r60+Q*Dy[%<1^1I1|c5fc-&v߀c)B"T*~" 5yopվ#niѭ=(5I[ĭokAۻH5 +Qo#AE$A,"9 8o@&v|ڰY$A>I
NZєv! .Cb鼏т-S<4b*tZl8vAW!"lЕC.9;
'yex1p&(([t\-2 h`fjI[tcl7qr_j]cxEG\j
2Zt̥]I-: -ok(#n:1DEG(Ɣ-Jݜsآc[tݓԢ#a2Ʋ[t$RnV`b8R*|x:lj1DڈUDz"g;-u_BТ;mѕ -[naR5MtQ%inr$)䕥t-ıYIF -m*#4R\d
I4Rel}Fm4R}lFj~#~#EBjyKFdM2R$4R$D dƔFjHd(C#5Fġz H%)DH!ўH,3Rp_R;DUS㍯y+ -03^b#!`,ݷw(.&!vQMԯ1U6z|Y|Oqbx_+V7.`-C%3dy*&]&F@^%V`H!<wHtyiaCϙM4rҥaaCp8xDh]_`)lk+_/ãȾ -7R?h5=$QoEsy<zTZɖ?\gF(|c@DG/TW7[iGe12&DpLfʤ!+}_1XYfˤ Pb3c$#,L3%Su+ָ;W aP2e%ӎ$,y4(*cdC&ilz_c+2[q%v$(:]N1D4b'\xL_;yIȹ3cdF!|c@٬Ww_WK'lh5zDfJ!Jr'V(aTᦔH;(hIՇ$L3eR]l#Vv$W8"S!H>Ly1t{WpFWiG4ѹeJHrU4HEz!+I>L1`T] ys<XW'\Y4HD8=B"L3%R}0jƍVoII$nz9F60#g):@sw#5JI`-E4WXa_C>|ҲC
RplZ
kM:w &;l&qmQؾݧv6jNIwx! +x\ˎWhOd.U6EiEI$RmYb*՛%/o84|A/b(Z_ur_?(OJٕR%(>3]g(N3}nsp%i?O +>B)߄(v3MG~A딂ĨR~ijB}`KӴWuM0z꧅.0SGGg!9_') +m-շ7'<b'gTl^37$3HdِjJJLbra,.%p,"$S)BǞ+n{Og2,C+ҍ̅r}{`TWyvfI=_K#9G}_!}9җLBT<N~
x$`ҭWSӾ@ψToRYÞp3nMP(!+\ +dh醾n``:2nzS!M#`<q&XwGؚR7i WvKm;<P3scAS}Aju>Ss[`E:튒 +B>3נv-q*fErˮqF܀vrY'ʼn +Ga6LED:#$~rq0"dgjytYxG5vGhɗ唾_@szDc8NIAnIi"+͆VsQb*]EM9HZ3'/鱪wA(K(97meDp(8qk,En*y
DWy<q(c`~a_FU6ԽעRkDVѮʭm,UFQm+_u_Zω%m>U0*vW99Kh|R==DZX,x;X*ℚܖTAz7FLNl{r9Pj6>CdYDqxRQAá\M4c3ϳ˻é\Ns# dNa}98ZͩD/ !k4'9mU2 +l4{h40<Bw+t˓%_e4'߆yfDn) x":!qVߥO5<kni]D9dN\$FtjM)߲~v!u>!LּɍyޚwF1S!a4tSkg%B#0=m
õEROZӰʒC<S2<ר^ʄj)ogfTH}-:Cu[S=ihɵz̏CYuƜ^cPLרo$Q0(bX>.ᷜ|l:ZɅ4W +]fF4 endstream endobj -1137 0 obj -<< /Type /Page /Contents 1138 0 R /Resources 1136 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1127 0 R >> +1272 0 obj +<< /Type /Page /Contents 1273 0 R /Resources 1271 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1266 0 R >> endobj -1139 0 obj -<< /D [ 1137 0 R /XYZ 69.866 801.979 null ] >> +1274 0 obj +<< /D [ 1272 0 R /XYZ 69.866 801.979 null ] >> endobj -462 0 obj -<< /D [ 1137 0 R /XYZ 70.866 287.92 null ] >> +514 0 obj +<< /D [ 1272 0 R /XYZ 70.866 571.933 null ] >> endobj -1136 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1271 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1142 0 obj -<< /Filter /FlateDecode /Length 2922 >> +1277 0 obj +<< /Filter /FlateDecode /Length 2249 >> stream -x]Mo8?0Z}Kt -6)1m4G}^}eE|
6ߣ?[mTnäL$Yܓ-tTaqr9XebL -Ld5 @l{[ -F@= -B8iE#\Z}AFl$<|f)#Bx<)uGI9YftLf6(?5~8{[6zMFV8Єei)IJUEx=pjvYF`w8vdiw*/_Fn4)VQMIX:d($4a5נڥI@1],Ku1K1`퉘_KIM斘?wŴONEbȧ\-X:cTŔvxbfj8.kC^hDFLk=U8ܗ1BZ`2zHbV\d5(rvgreN{@+tzW:G>)u*<+Đo1Z"Z}p*tEKx!~&&<\
ᄸ%xLAդxL<);ĄBi0& sShx9]jwE1u|vbD:|)vڜ{ҋb%XlF'm4۱ vÔdå.iqʗalU>i4gg=ˌ%˯qj[#b32Gu$\6@ewZ%+}(g},g}FF_=,m3~X2Z\d
ɵ6G`HU?"ChAm<=ROJ^m@llwWXW x]r{я;DF) l4*t+hxZaۅ4/PpXp=TWxh
#ˌ3\g8gHD5)9y =.`<N[69 =@c^٧l2vxA'58%~_KDcl״~3}$Uv8"$QfJjbi4<M.NOi~[8\Dc+rM.G>AgĔľwFۙvP[Qy"D<ᴄb] /{'ǼSz{ĶˉIr=((&,&5\[4'"[(!"p^yc;<QPv_APs -iwۑ4%۱Y/.x}oςK(;\BAc@4Rj0,DZ&6ڣSD
brBrb,ۑ -Cg -||!즀oXtsn'5?b}rS{pNX7WYT>[:-JbGixGnvo
+xڽ\Ɏ(W4
.Z96i. lMLpP1Eؐυ_~}~}3oq9c.y{sx\~p.kɹqYϟߥB +[h%R6 .B*P=S%Ҁ J駳yxe2+=W2Y4H^gZmg6Is#O^c0ڜ>WS?v>8~*.;U8Hy&Ybk4cyr_M{4c}x!g+,<fEiZDoKga$I;w3ɲKݷV +Q_VI4ǹ<^۾
3[>*Lh=&CeQ)`N1c]TwQI# +jB"~V~ëAӄ 4Ntcaͦq\dlUaeܳlZl%(n>Mf9}hOlcRWD+:L`<9@15HLs&)< +de`0J3%u\/MCp)eMd!de>2oDtɚn~SK&S~MG^s$<R5T,it&jJ34.UҬQ*`j5 @G+p1$bZÞӅhfjTPUFbEPdMfaS>- ژpE%HfZy4e2)[9G55f|AK%&ѢXWOܦ~o7kH8]mg
ЙݒǜsbI43QstS[fb-3龢YD/M|g4Bp'*: I +c;_,22Zgkސ̙H
CYNW(ZcwM/ A|]0˻or0]Fדd^l{#;(my
ʜ<I!~rtg`>jO,A\;^<c,0̓Qw^1M"&<TDԳH5i2{FoDiFk"&Ȟ1J,k +X[ +XmY%4;钗힛;Bz6k9:QzBs#;&J@xP@G%<@( %j8#?
+=bfU`%Z a'(=Oѻ1} {-d{&pFG%"g@a{-nԠA`>M;}"<mn +3<EVO(2d +oG J|ۄ߂fJ=-GɷT{{ԍ|K?ՏwF,1[X]Z Fi_8n;䷅*tOg
Sc/eF!\m:hHIRQ J+n%Lm +3:@0 endstream endobj -1141 0 obj -<< /Type /Page /Contents 1142 0 R /Resources 1140 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1127 0 R >> +1276 0 obj +<< /Type /Page /Contents 1277 0 R /Resources 1275 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1266 0 R >> endobj -1143 0 obj -<< /D [ 1141 0 R /XYZ 69.866 801.979 null ] >> +1278 0 obj +<< /D [ 1276 0 R /XYZ 69.866 801.979 null ] >> endobj -1140 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +518 0 obj +<< /D [ 1276 0 R /XYZ 70.866 662.516 null ] >> endobj -1146 0 obj -<< /Filter /FlateDecode /Length 3775 >> -stream -x]Mo8W.I$`{=eaf*b%tnOE{%Rַ/o?=ۢhS~o斴1R^'wW͛isޔs|"NIR>c~&oڌ-oX[?a_ G@^o8֯aeF -<l$k׀V!2&/W~tngMyM+etczdu bk~rX_Qw}/ܚSa˯~ΗWgw;s&)gR;p2XXl%.ҋvu֪:"˺.)1F[e}uB\hKC
J'^nKwnZ8juq5d?p4$>1eT:'6#@z[TJk辰yW6lȰZ(P֏('zo㢢5&_LER"Ŭ%0]*Z#Ȅ^ż\2]JlΗP.0ƈpMro̔ ?tfF8Rdtz
[oiCٷ:iJ46Ef9k}P#l;ZlK;Sڌ:uoAF,+}>Yh?AKWx}{|q EPIsPM<XD+{77Ube4U
iybE쮿B6`9zc<c1Hf5#K9+N2 -!:5X<{ad >q%I-&\Kap2l\>^vlK16,*,v^-9"B\|*1ѾyBYXCWUͬ+x&]'s;9%sɈz*X) (7*^Ͼy^y!,I_|b/1\Y.+1%bah|tA\.'wQɋL}z{QBk(]\52)/mcGɆd*6.aQB.\,J_spXs[_DVd6-%$bwd
U-2fNd؆b%lCKlE%ɰ
Ŏ1D(|Wi^|(mbi`VIadhg<gJtDBf -O@W¢3SaoUNz^ZʰT-B儚XEJAH -4(8},|t+wVz<|?~oPNEwrHo3Ew;ݝpS)wwę%TX_ڔlݲY8l͔Y(. *pr+(Ώ4vi/(-މ0/#!9:Ii\ja48&>CiY5RP<"Z@P -AE:҈ -3H۲sig\sJǘCW:9sX+`rsCLn+ݷ=J%x=z` - up\2c]Cމmy8ܙ<9<8~4i9rplI'J\-' ۱ehlC]&!tR\ZLЎ5g2O=7X'>kh#ud:@6%w@)w39 rG"H?ă@ȯ
vuJ]ݼ7ylLp%WP,o :r(ZE<UFI%&X&2pd}gj;t)כtJ0iiLC&믷179ytza=?v#f3XlUK3Ӑخ` -ZerMC<cP[cLCegR럋5)}gJ;ϔ,BNV*3O -R*GMV*cRTo@tJbsRw%TӠT`*hI23*Q\3*%ӠT$3A}H;TQ|^SaR!yJyTf*=%Z @Rez -CTM!(js+Uy.j - zYHT13j -QC\@48`ZDc4Ӱ --n`:$4StYJ"L%&|֠ +1275 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1281 0 obj +<< /Filter /FlateDecode /Length 3016 >> +stream +x]M(oPDGG6b}i.H@[2CeG&dy&or'oX?_!oB\_}RҼKR:#o7c|i)-|oϼϕ
o7u,-OO{O +D2cH7!\ǠOM6S\A>rlDFkldeaysu jN'B0\/Q5E&1ϽE7MS1uy 6y͡K&"n./D*zu "(&x7:^qF;İ"Zޭw;^D/L`ۦTuK$̧,W 羪{{N6ع}rr /d<2lJ<%^k&@fsjU2A4~N<lT0p^siD!ǻadc6p͝&Ei1,W +Și +;UDX2B}KUPLǾmJQMUZ||rt ?s_*W@pTE4SԱoR:zԉB|U:XAH O&.c}rU:Np-NZ!7챐'X]OnMopNcOXc]0b=w h=J:D0Td,<GCU+X6\(Ҵ5Үːˀ/q[NTY.2/? +(؏6m~@bYh%G!u>㫤nhWY)% +gqoDwjlzh=V&,:2 +(VիV}o+N?vIfzRpݠE-"
i98+kgż!O]dPcWNe.? +9'[+sd͛Ӣ߷uћc˭L-JC6`aѾmTfA9OLdQ"X6,d Bc.IR:8D#mn5L +N`۶^NJF̲iV!"e`D6c(8خGÁLy].z8??uDž˴9;./r*Gլ| Ct +H#WlzVZabs0AGw(Or:"@zig@tiXgNnNvN}ۈU#T-h`MΜ3m6pnŜ?c*;?eck bȻ,|2ke^, :+ 26Z-MZaY,V}$W(~yT?%oGK;D!e^d8Rx6xlN;l ɦprJ8.!:N6<z(&aܗ͕/aܗzRnaYc 譱#m0KK,%ڸX] "a*4ײo/Lˮʦ7 `Ot:aRעƕu~aQqaX|d}ȠR;!f*vAm|9Q[tTo`20BCrdTd` +oZXNA%kE +Y%hȸc1aяL7q7xkpLA%ͱIfVb9pj;u^+2-ޛ2q0=_ _$ %S~7$,+f
n\YthU/uAt endstream endobj -1145 0 obj -<< /Type /Page /Contents 1146 0 R /Resources 1144 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1127 0 R >> +1280 0 obj +<< /Type /Page /Contents 1281 0 R /Resources 1279 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1266 0 R >> endobj -1147 0 obj -<< /D [ 1145 0 R /XYZ 69.866 801.979 null ] >> +1282 0 obj +<< /D [ 1280 0 R /XYZ 69.866 801.979 null ] >> endobj -1144 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +522 0 obj +<< /D [ 1280 0 R /XYZ 70.866 771.024 null ] >> endobj -1150 0 obj -<< /Filter /FlateDecode /Length 2713 >> +1279 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F34 637 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1285 0 obj +<< /Filter /FlateDecode /Length 2436 >> stream -x]ɒ8+p_Rөc*NNs?(jEt:vO -AZdPN16I#dqHzS.G }AHM[UWcu.k`4%R$\^Te_ؘ!^DWEÿB¶VAޅmiW5v\ j3wʹ&fʆ|_֥mF5Q_Î\(wm>%frn
%EuL`,[Vuޜt}N8bcYpHL ([dJ3KZZϓ0
bkm?<cRÙLL.M6rLKkӲ S0QD7pz/p.ZߙdՓ;O'IT0zIkKԙXȚ"sĒ#m
;-bA5wdVp@)쐀o.m.< -Qɡs<#6Yr/uڨ7uIS^0?_l爯r9'76֦f2vG,ZPih]^g\Jvp$n-x[mr.?yf5o<PhY(4Z+n,` x-LFd@;+T2A_3Fg3. -gf),mp<Y' -X_Q*x)?,w3ˏ$=cjL{D~4PN@tB~`1P~
GM,@&?Nȏ1DE~p thnemfJxCU3[+i4qVF( -Mp *fQZdN|~x>a(2Dq`ӽfv]]zw]W!9:YQ]b\Oh|ItBL#4ڲ>Q<4
3Jd.sԶ%8.=.rm -7q
>i+U*0g2/QR>bREbScQ"l
"|AB!5Z'O3! Ҥʃh欆HƨPJj"oY -_'8=6%OT8iE:/jqX<ۉy"Ru?LZ$kR4p9/";/BDq![)HZ)Tk.tL2ZbI3bZ=m1lByu;3WңZi֭:QAkC6ۺ1ІgvVaCv[ƂnP& B8hE&"(v8þo6rt wQcA !*ETW]G@I -%78.m9[)e!q$%'q(8;+bD,Pr"Bɂ%瘧9ӊ\1W$|gvXXTɂ%R :86goSa_o_77]CܢvqOy`+;Ys0ү7$g!Xk
MU|=TR¦\z6vLfx;nȯ$/]xxJv/Ge .]d~@!D;$j&HiU7Pu7A
6kP;81Ҕ #Oeќ +x]Ɏ8<6(е5ƻ
:sS6EKU^PfZJ^{?~ۗ$^~燂E]KIH
)RO)՛H#ןxRZx?C/=}?!a|RGy{G+C?r{@L¶H3([>-K{W >G5_P*11ᥝc>*atk_]MBI_cM%.&Z
DN-<`:>,C&ְ{ٷP +tn
`^^B&YOu;vmvWRm# @
{])-lFλy&O<c@緘cc>s s-4R0zeRBz[k-
,LjDmLjRFD& +x"~Ad)
fvF$dӐOR lfo3JA{Ue+3P"z0 +yX\4U;;m1Uә,*qϬcUPN˪5ZWK@>c*S;C hm<u\_+c^*.1O$VQ4",
Dv:oI\Wu脱lA>
Өk4⚂-SJKDŽPVM3Ðt;|;T+9`d4ՙJPi\?ilg
iW#LczX4K봰
i9gap/ZN.g`q~:K8d:b2
ML+xN[Eo<Fġ3S'eB$zر@˂x1DYVV+'\l=L.GdׯG|JQ_D^vI=|u`}vL2g91G,8} o]}2cq&sY蚴8 ``[Lvm\clcBi|A9R<<3vi+&yZ$<-",1DӲ *v,ϴi(zZ⊧#=|)IIcEQcP]Cp|YxZ2DO#Oڈ>8}J1#
"c`_@tIJ=|\d$|mXL4S,'
쀥sBp?m<6E?6V + ]imN˗%RQ2*#X
ˑ~Ǚh$낔QF.x| T5 +E|Sgfnj5%3%#?UvUG%~mڌ+#cw\&c +S5.=tJjYU W*
Wi|Cmz(&NJQ;~Y:.HAĨLaWhER`}Ҥ!yc +u1Kc9;Pp'P _(GYzNX{+؏:R +SX+`zkSZtVgo$rOn[Av9o)}J1@V0LǻopgطV0Nj\Gv"s^chSne[!Le&|_G<:vwȟ3v<_sK(_?[ endstream endobj -1149 0 obj -<< /Type /Page /Contents 1150 0 R /Resources 1148 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1127 0 R >> +1284 0 obj +<< /Type /Page /Contents 1285 0 R /Resources 1283 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1266 0 R >> endobj -1151 0 obj -<< /D [ 1149 0 R /XYZ 69.866 801.979 null ] >> +1286 0 obj +<< /D [ 1284 0 R /XYZ 69.866 801.979 null ] >> endobj -1148 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +526 0 obj +<< /D [ 1284 0 R /XYZ 70.866 216.189 null ] >> endobj -1154 0 obj -<< /Filter /FlateDecode /Length 3398 >> -stream -x]ˎ*W47TjJn4۹_L`g4EUV8nr6kooMnA[f!5_oRRO)ջH'__?cN3~|!|{|_'-w -XnR -F!xϕQM dXT$xNz.C9+ӣ́0dP̝```Qk-8aHBn!v_ۖ(ܶsmwpr1mC{10:aof!DE?zXuqUf,Eh~|;oiV -e[7Zɵu ڀϴ0uvOtۀ_`1ãNt%|{,?hͭANֹx;PDҋ/ngWvDXy1*B30_<PG4̽zy<Zї6bvci۟);n%+ML+Eg4MUR!NAͷ7Sj4L+FuHe,^(ͧ|_rr2h3<
Yèe*6hfk>3ղH')c\<jCo*+&Z*S?=yqm7\1Z10n&+43Pn&i.w)>öa - -da$QvL*Q1;y W$;X*@w/ -#["U^
*o 4<հźv9$4sd s34k9|T4}K
y¤q-|elLByMu3ۘWN<JUxe*FqO -7Lje>Xږ_y8ǭkP뺭]y0Ė0j;Q -#( ghӵ c``9=T~\LDiE^?pfJƋ -
p%m#մ.YfA$)8B7aO0Kς'L -6I*'MXReAo~:@N68Tc̡g[KM~`a2A"SD *;&^@x/?DjֶrO8
ӶQ(2+C1(D&ԉB8\MQjzΧl쪙>S3)L*D5aẄ́yjVSމ o"nU3̭ᴅ.3yۂSឲ]YŶ%7a -QIu7Ȣ{k+;c䠢Jg2*oS]7QCt&J
vʭ:U``G$_tWtw~ACۙ`a=뼩&, -7qm -,ls!D9$̖UjQ[j8vXmG3c%ձ -i)V)}!W)
RR -e0Cէ8h(7֬úVaoyw;P -y7P'ս/<inn!qoP1 5>Da*3o{8vkzֆpY*
U(r>Z"]_f1r.'7:9c,)5&iy"sOJRYX穓œ)Ŷ/`FϪ -gtPOxUPKqЕ4[I*N P5T?
Gm|nPpO$grp><g=5Ѭg,z8ΚgO<xh; +1283 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1289 0 obj +<< /Filter /FlateDecode /Length 3045 >> +stream +x]M8Weҝ +L%m&0FeG +~LmY,[)(g
v +E*8aIQqiOz?mѾ[߃{wrg-lDBX3FbFbRܔb#jcQ:5V)Q\5#;$dU>;YTJxϲ)#Ϻ7;c^?_Jl7kLs +% +F,OAsn%hn?Hױ\vgpG5yNJFRDCnѬYP +j#>[!nޢ}4Em)aE.+n@ttfݏ"Bvڴe;Qd9E4"
@N]'di^ǑH *m`t@PGE4R"du$b+Ԯ}B]:lpjvZtݏ_Hݘl.L>O6UlT^<wM@xX`R<TLWN(xg!s<,GF
eg\Ւl:VΕ[*cKL~k#jS_{?4E璊&ŢVM>Fd<uHfuleP%sA +EYB4s +e ;a[,р|a`
W51TkarGQ.*DyTrP@'v +Ky2/PTX; ++^Bt9̧oO*3$ˌSVT@8@</]ܧ;:/]"bKFL\r?P*?|`+30c/'S {cAd`G7"gf-W>"}G2%A +Lm=ke~_AfӅw\ڄO<u}W4dBy`Ĥs'u=+G
:θ +3'نĻC4@>P ;b{-DO0/+IbQd9!=G9DmkATz={!5pbl >Ĭor}dx9 i|TAf(!ցrYOI;Oz>NZ|&)E +3\ B^p8\=)#m~$DL+H2r?6<}d>fCrXs,!m|R-&ik26@lR|P y@kx"bmL}@P|ϼ%}+}+6{+nԻ)ر!/Ck'Fi\!M]^*nd#ZQ endstream endobj -1153 0 obj -<< /Type /Page /Contents 1154 0 R /Resources 1152 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1127 0 R >> +1288 0 obj +<< /Type /Page /Contents 1289 0 R /Resources 1287 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1266 0 R >> endobj -1155 0 obj -<< /D [ 1153 0 R /XYZ 69.866 801.979 null ] >> +1290 0 obj +<< /D [ 1288 0 R /XYZ 69.866 801.979 null ] >> endobj -466 0 obj -<< /D [ 1153 0 R /XYZ 70.866 586.799 null ] >> +1287 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1152 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1293 0 obj +<< /Filter /FlateDecode /Length 3320 >> +stream +x]M
ϯ?e{1[kr%LzʔDڢ1FtWIϤG*7ח_ls|/b͔[fc}ᛵSB}G4[)wxϷ}|'#oXïW.Mv6EeO[^p\ +6%WuuݯC1LG|l?m51~a;N&ϳQ +f:R]0k.3A#}k^P
|HI'3ϓ%[>Z+&0U~j&~_aI4LWsM^ϑ-TnkV?>ʯŮVW\#MJa*R(ՖeuZCUh+xVym˕䳷&sRS +ϯ#@
RΊ<%ZĐyb*Je-RJj?4_H媅cH )2SH5( )@H=V埬`=b2ױ css-,? +knpc쭹mh^e>W]O1ku| ƚw}e
fo[oc*fHds0.&dBI]+lm+n,Iٞf\u"·㥴ԒE uIKSmd3CNXngxmǖK-NB"(`E.^\L.Q@ + +dl~_!U*n@c +ωKv-cz +ꜩ
M\)J=Gֻ3hDp+nGT*K<B6+[lVt[6':6lj~bFVA9k,b&OQmhp6EZm}!dLuIm!z""RLu@fN8U;aab;r@D0!yASEf?<ӤFO+#~lAVX՚mr\yFK[eU ]\m?6 +8OJBT$X_]7+2@}u`D_oծigǕԒڇ V(B^^AV1Ze{mmEUc@mEkjmڊV
aڊj{hg]{6Uf#ct8RչhWƻWu$%]VX9W&1<f>*ND<Qi\0EmxW̃EXdTF'C@]CP;g'Dm:cUӏív;xyJdkQo)2VS5 +Z3xl{zˉR%pG|6h[}d3G=-I~[fPQi0?!L[L +OLlIE*`l/RAۉxF +,%:=F:Z7SY%X3.3iWaO
OXBh<D7iXgƳS46Ym!<Uŭܑ2\ZpK#L$ܺҀj;[ +h{ۉ(d f0>S.ht<K5F~ Rd3UI-j/5ԁϝ4x'e፩mh>!dlֆ5ݩ\5+ȋ<<#Wf滲~٫k<tc>;e)uqڗ +"ͬBiG ˣ +\rum3 +60VHW@s/9Fyz,b^"+_cB| +OE+*cDX+Aj y2Ȅq$G=R(\:n27JQHYa5sUB+ +pC:)- +N8Թ"6;Mj/y0k讽b26Nn9Q[@9h@zhd]uwEF%yER<% RPOjpJT$^.(Q@ +%d$y~ĨHjJT"*+J-P*<AnuUAn"Z +UHyq»(mdBo.yfrG%|ER<% RPOpJT(J.(Q@ʈC%:8TG<%|EJTn9Q[@9hD +D[J\F&L\ѭX׃'xJ%HJ""a?ζ(Spoam`39uÙA>ee=H{t!s)0e.c6^dAO[`dFlV:fݫ+%%"C T<D#[LrwJfYvvA)KfvH|P,!Bt*^Qn=w:j6,
w'9 +^?d!dl!*r89d|Ce+Жt
Di<Dʅu~Bk +yі;)'y>Q<#N\4xCZWw6(=Z_ГgX{8âb8iXwD(9E9J8e
RtHRϤ., +xL +<cF၄1~Ӈ8 +endstream endobj -1158 0 obj -<< /Filter /FlateDecode /Length 3028 >> -stream -x]n6S(d={+zmOYj͡r86q~Ҵsӷ߾|{зIMF7sKZo)OJ[Ͽ?jmڽim^Nos^,< RJ_kk
wڌ#_aw -?E`0H2{Ĕ\h6jZI!Oo悰]E6>tGW.w:AEcDd
[eo.[$'"!lUpWΨebwQMun!VY+OǞL<B.smgɅu<BV~(#![|(rHfC - -J!D!i(T&NWQl#)Q
%Zd`yDf̫[\Fм*,UZI_iVf]V]+osݯ1O -#BNѱӪW%ەm@)dE!601_'=WD+r_Pm#_!P7+M6Bw`J/SfK:JUgs$jwEK)Z5WRqf/SԲ-;d2TiON?w|>)y`Sƀ1C4"m,Eik;ȴUcӂӽyfNyhd*̜"1s Y!3UalM;VFyFKîH0>):8Dt(
OkvdVH?:Cfu<Xu1SZe40!#kB4Y kªOVX8v^Y]CtE1R@k$eۀhf*ڡ'
v;D;Sv
%c}Rw+D#oYbU*qwaݳ4lE~jJHh$1@%c ETf8T4QQHs];Ifuv$-g:9zh(.! EdUl:J~8U` -Åɒ9aCv׀ʲACگ$z:6A HF/EkVdPdƯVn'+dílM;^*i{O-G[E$!e+$;C"27FⷦoX2(z;6+-˕w% *{<D#ғJ%l#SE>FS e'H
&;!i(_&plr!Cl4.n1 - *>[V@m;`qx}/^UgquW9rWJYJHfH wcJ,=Ni>=JNTNPd,p)s_yqn "j " PYAl!:NwlCIBHudHBH[]+;+`-@[B79,R0@]:)dxA -i=`WQl#)db3wPļI*D*SH -@ufmuW_tI{*5֭1H!pDG!%!<.0/_t -XnJ:%P-~yRv ?C'Jºcdx9
*SY_um Y.%[6[XlS -=Esys>r<jmmfY>ȫCw3ȟGxs(5>Ģm{}vh='o^O
ֆ
궵4ܮ4ܭ4ܬ,wYfX/G͔W]%AfHwֱTjhyB$@)23G3y@I8$|X-| $cw3<G[3أ1&uQA #1A #2ADYVau,)!'8$EVgqu2vxAZ2FzД0N>͠m)6 -m!!AILjh昔ĩv@
GR=5$:`R=j8o3J
uRCԐ1Uw$ z]6i -DBу>>~6 JJ\xt*}ބG)D]n3CTՔ _z;_'t:7>Ey_78#X|
+o߿ +1292 0 obj +<< /Type /Page /Contents 1293 0 R /Resources 1291 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1266 0 R >> +endobj +1294 0 obj +<< /D [ 1292 0 R /XYZ 69.866 801.979 null ] >> +endobj +1291 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1297 0 obj +<< /Filter /FlateDecode /Length 3239 >> +stream +x]n#W7@` plU6Z]ɶHa[XsXTK__?GЗr_~\VKd-˟jmjkmZu\w?<#X=<#,R}}='?BWޟ>nPo8uro7ߕ:_oRQv<Ra +ZDW.d`12LE\%*f~6ys4&CXqDdY
9H'afL['غ'-<a^Mx@mjk@ڇ"5D-QN[ۨQ):D.<[T`U5EqնU~~^y<l3}q֪S>UVӶgms.A9cgpY/1mڸxd>iy摃WT,s\9pdl A͓%0 !˰x@e{Dv +
S]e]|p!DE4}_,,M>kKjPs`=m0t{X-Z 39긫}TL'^Kۉ8TJq/y?Sal1]3C R3sw/wLcu{0-Be+{ٛfL`Ԫ!WtV6Wr4N1X\S,5nnR,-*qRT-Gq˖9 +IO]LAҙr`?%]d.XejEm/ K˵zW0\dmQ36 I!b11'^b5L؞ˀ}FK#©a]H{ܡpe$͖lAi$ &OVQ%# 3% +`?+JF$e>[a]07Xmޡ|ǧkNnrYAj9ӑNSe~jNڷ10m@jg$|،%&6*fJl
p`6_l}ɚb9]Yl!)//Xk=_Uk8kmюٺ]"w8ԑtw"ۃm-PnX(aˏ +K2% +KbXAM*˕ZW5KAGv(WvٺyÙQmAtg +jcIc=W)/?X`ILTҏfS(YT09Chq(ǒsT:nwzl? +oSR xT=niTTq=Tg@=DJ*J#DJ*-^UlckrkByyjrcʹ fuj=\&BLPb7t>&nqi3݉uڠnq&B6 *X+TFhV4En3pY,|/L +'߆Ųm/Wz=TOQwr~G0q'5_o5]M}RQ.O2)u6;{ͭ-_Z"XanUf۔tu۔"$"g[rȁ +\s0CuJnxXWGoi}&N'*|HΥ~A`7N""쳘./5\*~(eM<G.c$ Sr%1QUiXJ8W݅]偰(yrfENe,": K9Xn'edi̝3ۓM'4?psD4&Sm7ZⵔIdJ=LD + +VIDz- T\j90Im#/UT8g|6_MVzo(AuHGy1@(S1mYBL:@GNb_PSGd;RzЦW3m9Tf=uqK5Hۖ~oNj +G; +sHœ9<%
_'Y@
?Gv3 SaR2b0N%%`;pO/L9 endstream endobj -1157 0 obj -<< /Type /Page /Contents 1158 0 R /Resources 1156 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1127 0 R >> +1296 0 obj +<< /Type /Page /Contents 1297 0 R /Resources 1295 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1266 0 R >> endobj -1159 0 obj -<< /D [ 1157 0 R /XYZ 69.866 801.979 null ] >> +1298 0 obj +<< /D [ 1296 0 R /XYZ 69.866 801.979 null ] >> endobj -1156 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1295 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1162 0 obj -<< /Filter /FlateDecode /Length 3469 >> -stream -x]˒W\qFt/sxk/LU THEONp$o۟߾/'oX!oB\o]J!R})}+ߌ1 x?~!L
ԑJ>> -ǩ~ۢDF[(3TO)kuϟh߁ϗqkQE{ B -H_~Vk-ʶ)"1BDN& -4E.WDW( pM?u~(-56z5 -:kl&k|WQ[A{*^tIm3ÈQ,h`9n+ok<DkXZ
iekB;U]6&"9vFI<ӽ*k0H*e6IO» -deVQ(4[߇4vII?o_1TOMrGYwu~/v*Xe$֓>A)&k{YkAxt\?M} -::9 -ڱѺmB?88^kQ-ocPe!*ߥ+D -.IzP'wB*scߒNc̸[F/kVJ*RE'̝҇g?d -͔;ui馠4V,2~$dc`0V MR'l\3WJ LU -{HE@-OaoP\vVd<45,\%\, ۋ3MZ{٩̆7sI6`vD@
pmT/ۯ1J䢶 )3rFX'V=ʸbǐzp_6#t|EĖ7E%,G*혴w)>F-Q穳2Y&}ۤky2cdcbt -ŸmpBuf乑.B>T6Xt#.K%:meZqfkbc+O4qPHK%u"zDE ZD;tFNI4.i746$A^|yLR:ЀG0a4%Dx0"R-~CSRFEܫƾnm'}3%b{JD4;qD֗IQ|͐FDmƾHY[}J^P;/C@ -NXxH:
O)ó/{0gx8r[@Ήw,:m`xHP>l91Dx8jitFP<mg8:a>qVyh$Yuay8$3t"z Pi]mg_:+jbz#8-g㔨6MayD֗0D%Ѣ>mռ>kGOb/UabhZ^,}GYvϹ8x"WUnbAjm=\;^:/:pn5L,ġ$-qx'qg&V%&DhabAje`9)J9Uc̑g|$GOXD_5X-V8=NtᓛXEw5cuL~ s:;ڵ}yx?f{4ҮIz +i<Z2RE^VTrR}*@x5tFUx3:2*۲i]o2>b -:`քhc];b6@ h[l)ae} *_H ɲ-p sx?s(;黷E)Qdʂ!D%ui7mKҶs2m8Os`ŷb`rKyZbAD#"J]kr|b_<W*3-jx|AG*&} '=DwSfrzHZ[<yN
u=%g2=m|&%l3yHn3F651JhDU6s@x>&usBvp9VcVf/{4n0ZQ53]lq|_0JHF:i`&Is8ry.a8 ~|cLS8ƧwᙠTHhyգMT*u]JD;YJ[0s{T?R*o@ߥT(.6(}UJeR`LgRͩTx&3)x&r@4Rc -ӨTLP*1-`.)}eJ9oj >T -}JLT,yDPчRez$r +1301 0 obj +<< /Filter /FlateDecode /Length 2984 >> +stream +x]ˎ:+ lgVw3Ē-RHJY$mQQQby?nN^H^{{o +~!/_BLBjߗR)R]tFJ +~nO8-O{GW~oHx#|"+B +¨"XbI
!&VBjԾ^Azm<!z)Ҝwk{TGk3ɟ:vꩢ;_/z +Lվ l=e9ޙPlщd\lVp\q&SR 8ml/6nlk!"
*b|?3ޙ'8`,FQs0lbN_g
͌e2&S/1&<jc"35. +gy#f|)qԨ:(4<5j<уYhQ=d5}̦Fֈ'-XCF&+fB."*]OpJjWT'7+o0̄u#&46c$eginj;-@iqD˟f%h}5₰HVyUo%UIǰWm©B8K!~NP .w\f-.tOW<d[躆6>k3A n+눧+A¤Qފd8
utpRαh&z@ɂxADc *s,cg:L +oAM$-&=qh0軆.%OQ!Ѣ@ɂX1DBS@.'ԭg4umLc^nz3wѺC +B
D@' +4R,C
pn|FY%b4HU3^1Uƽ8O{]lx@XFҭƣW/:e=|4nS䰩3Uuhkfhc{Pe*}AtF3#ŀ"c7D[B-mzh|,@v
q B74"tCCy!D[IO<<%i2z!r']:0Q0Z@^hv-p*uR+L܌(PjCm.
ɸ =H;fԏԦsshʧ79wr>\L8{rwv67O +3/8{?\9qw4lb؈C;/=%HƢԓH2hI3Rf=eʴ1`L%|I;FَSfBhIa;EY3QIC&W[_ecNH2tDsNH+ 8e'JÌsbdYN(>q &O)bֺҥ0a6b$]{7mix'iD2FS'Ja2qҟeC?qzoy:f3);1>/+"6(sfq_w
fI$6M4礈32d5e4Lugti'QsfSvܞrNYD#mӹE"w)mz&hce34p27G5;WzlGYDsNh):*W3QJrB|#5fn%yB*sRDF)j2E&b.y?^ +oZ9`wx+EDUMO43rg(K5alĐNDX=AYDY;ɗb?nHm +٠[x_M:\([5hs=*zmVOW7`9qq=NʯS8<p͜PrQ Gy`;<39(SZo!<|X_Y:Kr<@}\/@"<<" +&E\75ZnprQ.?b6_䂜E.)G!PXL'-#fF'䄣<"/@N9C姘
CP
L&3sf==E pqA偞q̳<x^m*T_
%v%j6 +
qV8X=w endstream endobj -1161 0 obj -<< /Type /Page /Contents 1162 0 R /Resources 1160 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1127 0 R >> +1300 0 obj +<< /Type /Page /Contents 1301 0 R /Resources 1299 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1266 0 R >> endobj -1163 0 obj -<< /D [ 1161 0 R /XYZ 69.866 801.979 null ] >> +1302 0 obj +<< /D [ 1300 0 R /XYZ 69.866 801.979 null ] >> endobj -1160 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +530 0 obj +<< /D [ 1300 0 R /XYZ 70.866 479.203 null ] >> endobj -1166 0 obj -<< /Filter /FlateDecode /Length 3433 >> -stream -x]ˎܺ+7)0p2.6wMRbqF$ULtãÇ(!7'X_T@>#H'yO)/)SJg1o߿c7NO\5|W|#dz#~# r#N.H3QhYjǛe^X~2dׄ[mz?벤G&$fRS}}TV}'`n>&|VJ) -߰t}nh> -e83bljJ!K0Af>Z$쪱/2LzVuHŐ"HC55lPZ8Ca_ -e(W -g|Dq|5('R?)h[ʰv'LW) Jk;'\W) J9U -\{v)FhG -'%mLN:7sOaSsA -HR@J =k#}&U -HR@ב[\\{OIRhidkZAipap"v I `yARS] -'%'i:H)U -V)8\{R)85Av+iur'ď ש"t.y"mi
Yc#nNqv%l|N3<$11,DxaPk#*SP`JE^#Z8X:,W)#CU!DtVg":\BF=8z؎^5"د5X-,,{Y)g/Uz,o,adW}
;U7HGS(%ڃ,D -ҰMxSnJ#LÃz@ FݢWVeY<x\֙IJd\|z 5'YRN{L0I^+Btx=qF"vż\2%SLX2Š:נ:"N^$p80,LǔBT OӌQ\SkC:vR)C[(.%8(*eԦL"#~IRh#(H_H7C9|ɏ4~EGH?Y#s?BwGaw0VoՏWȀ9"?"9
ԏO?GÏ ~dҏLI\#QV"#QG-w}i~g~$#i`9}erEQ"OREAYqs@z:Q0xxbș3Z<]$8Xw1b4XO8:*Q SIMQ"x3BydJNԎQXb/40bD/=)Q&}2%(MI_L.{&$9|iA$iq4$3GY1qVgvIhfgjcȉVg `vX7XA'Ic$$bz9Db8A!"#&&ˎ#t#}-^ز/j0
4q#-JR,6Lf]8x*f[6X;3umC0\9i`l5{Jؖ$r0X
}Q|8ˈT.mg -MRh`"$nܻ/2x~Ӭwc0_ -hQ:DwEP{p}+H}pgRvqާ}H>fKǘ\B`n1x1 ؗŗ!O5t`a|b8 -n##̗rq[D-Bܰ<g%QVqWGaw~XxWr`X~ҟH!#YX̅bj}Y}-MtS\CGkϷ9UKr$Vd75edQYQX R@(-P_W<e0_@
jjqZ!qpV,eXA]@U4[@U4`@ȕY"X Dh_j`tTZ) ,"@X X][5ZA=u@zwܦVۆY-JֶVBiZde85s\VXsTgaـams#$u4 -iK~6jJ mcg-8A9zٖZ1L6q,~$gIq9 -J>ltuS=rZsniƄd"e,&Ls]q(r"ػ6iJ1}= E}>x>7(EadHUS\ULa5" -r6seI36~Dž?S ܘ\v帮5MMњ8AB!"HSj1BiJ#LSzQa4OT:x%M(qiCDuZd49 MGQ}e墐X,p)oV+q
s8Dp(%GY -0t6"[&;DY@=灅2*6U6E+?{+ύ EpF!s˰fLwQ\Wqj[wQM@}|Cugx=Q*S<RGW>#gK10aHAwEyRݙXzJ4wP(JCunSV +1299 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1305 0 obj +<< /Filter /FlateDecode /Length 2974 >> +stream +x]ˎ8߯FhV[
̲qwNf3*S1DT,(ʕHI#Ɏ}ї?/Eh7sIZ/)-翗y:8c
o9xGZ{xGRg}'Ohx}~flW}]>_&
(EZqڊ~Z77]..s?3WE|s]u +ukHL^+$Km.AXI9nsq3cN[&O͢kXFF3 /|>aVBKfLK(F{ :Ez^!u1a̵e1U1F:$1ȇxc|{-"v2*j[~4$UpÈAX#.+_o"XDۃ@T1䷇85>>9u&2\v +ZD %HyAc`X?K{)zv싞v'5:x,Qļ
;3{"%Fu]Ku<rQI?':txusVݘDxo\A֑B$tyk"$銙sɴD!y "Y E&'|f`N̝J>K Ҽ@sp'lDcǣmJmz[a~B)#O3)Lr%\g2nTNq +>qf68 J11b +/20CCǫқCptIlly)ڢi#JߢcARsw$:r6cW=ĸ@X
']'MA +nKMAJB97=( +pBU&$ry0QqYh[7/Y|ʸڒ&j;fͫ-=p#[1ok`h>is5EJ2Y,!H<Td BecDB:%@ǀ%C^L<P#4t86㌛'_ksBQcq~#^::o#/D c<A4u8Ҕ،n^" +#PZˑu<dA\eȤei/J;N"14D0upUҢiz6vr{YO"msRՑfsJ|2j[O4-Fmh<K|7HI{KI2h<QzH;?#雦9+h0ƈ"B`b&{
Ir:TϺ6QG{]Puz6}GlԳlDh*JiBeX +y2$l]td2͗Y"ڙn%1e4E<zf~\Юh"gAȮ&zlbZ:@Fu-ZXBMU/{.. UN77,cDcuo_wFIN 5{LdϨ4.:|:SNsUu[.EE9? 0$b7WL۳'\e*i}=h.L@KG\-1 +u;rs4떺gӑNV42K +˚31,qNwJUtgՄcnS:\C5X\XOK8!qCy7JxfrRŕ1ODžKxd/6*z֭w
~ endstream endobj -1165 0 obj -<< /Type /Page /Contents 1166 0 R /Resources 1164 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1168 0 R >> +1304 0 obj +<< /Type /Page /Contents 1305 0 R /Resources 1303 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1307 0 R >> endobj -1167 0 obj -<< /D [ 1165 0 R /XYZ 69.866 801.979 null ] >> +1306 0 obj +<< /D [ 1304 0 R /XYZ 69.866 801.979 null ] >> endobj -470 0 obj -<< /D [ 1165 0 R /XYZ 70.866 771.024 null ] >> +1303 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1164 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F34 565 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1310 0 obj +<< /Filter /FlateDecode /Length 3520 >> +stream +x]Mo6ϯ?ߔ 1bS.KUrT7*a{n"+_?j6|3fnI)[fm?y:8oϟ˯Vk_I)_w}}W35hг-G̭ķ"n+3}~UUѨFr.s.J_Əeοf!`Y9kbڿk U([0.gɿI/xw㛻6iܔP۞Tm|(85P;|8i [=@P ;!& f6Y +'h;lQinQ\ZgI5mmZ:,?繦GIs^њImUXlya<kUM~Ȓ>
PǟcmUkuXt&n&QR Yl{q&O
ZZtb; iaSZO]T/MenR'@hK"T3pr(8h`L +3<P
M?o<]Yd4+>f{X͍2o^kpywU7߭Sřia[|-xzbk}d[շRWRA=\Tuv|,?W0O)ADnƖ +'/IEecQy}Q^Y5w}dv2^ZS|GCH-BSZ^Y Bv(eRK\X>HN52/A/O5tlY&I!C阋/3Fsj0јm8F} 7"l;Hf=<'|k48P Ч@EuADpAjn"os (3Qxr 艈n;iy6 +qq7rt=I]_9#Ur8]wRSin3sZX_2dnY︇,UBwY!KV]q2w"Aܬ6eZy.;.NYWy"iY&-% ,T +{c>N}YQņbPHTF.R7F;^\Z/}*3jV6*B +*AB4L;Q0 sP +0w}ޏSbuII|ǘĚ%ʷj" "<Pӊ +NZ>[=+2
T<<$<"Ʃ^m;`6#n[Uz*DUZ!#V\aU:*/{mfڙT9Jǘê91ZXU*V1UD}#UOCj P!<xCخ/NMcxTV>|ݡ&֢{4eN2@;SU|m'3a[ٌJΧOU-Ԝ)D5cǂG I.{^oڣ[ƨKq+MQeRz֬j֚5'Tx5DD8T?@%*q cġ"x4T+NÝ,N2(YlhSAd1(5HTcx@]ʹ1ܘpnlAh8LP*63Wq6G!L^#
"ˡPVAʶcCwoX+ێCGb{Oܫj~ZOxr'sDU;6
m.6:1D8
oAp7NQ*~87X+ +u$:@ƿKB!qr.g"^?ă=_H_ꔺ_$].w<)pKnm + a[L[,tHjnP<.M<uDaQAOW9}oְcwós,ii# YZjgɇ xy㕭K*+=o_I{<$oo1٤.q<xm[lQ +kbOW'ʔɍk'SN(B<LqU}S!E%bߗ\ՈQF3g9e +@|EXGH%ӱerMvL|#;cm"[1щ^*$ғj4w(}*<?~~`#% +endstream endobj -1171 0 obj -<< /Filter /FlateDecode /Length 2702 >> +1309 0 obj +<< /Type /Page /Contents 1310 0 R /Resources 1308 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1307 0 R >> +endobj +1311 0 obj +<< /D [ 1309 0 R /XYZ 69.866 801.979 null ] >> +endobj +1308 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1314 0 obj +<< /Filter /FlateDecode /Length 2827 >> stream -x\ˎ߯Џd]mMr[EIJ,m<"!)n_?-䵷_yS EbR7EJSJ*3R+ߌ1?~!^~3ߖ+uĖ_; -.․$pǎ}hS -e1ꥅB -b)EU7U>V|!DnVH2|"+$m3Ơg;9bcs{XbLFf5od@FDVQYuԱĕ+}xj#p}t<")k\#> -|,N"H'C.z/S̕qLYx<dҞs-t,.c%.#̎YJAoym \llkjըGx|]KoSz&qx;9Z3m< Ch&/e&;hg8>H-[=/i'!0OѦNҩ1m'=~;c~2y-Rݶ/> -F,t9iOwVWwN~F>,QAe_nq,9Z!}--Bm]jyвc@18Zq +x]Mo8?0Z}t:8b?,eNL9dɡR.D[?Џ?=Yh7y$iJ[ǿ~~<iq^sVkGRJ1?qtL,c]ha? g@H<ok
x4HLq@ZʓsKʏG'}(g1GL`3Y
Z7ȲQiY$r<x8禜1so|
-xR3RۨY}z;vTK/G>Fer&ɠVPŧQ9^uG
~z n)]-8]eZ +A ri8;D9B|kvO[M3)_/٠<KCMJg>tfSY_(syxҶJ%v|e6&kQ̐FclrD`Y0FT[6Avd.vsz
.kef*i_6aA20fvݱLˡCbayn +.-D{xz14s[(`q-z3k<ck̺|8B/BFe[9v#B\&-È杌8Ni8I\XTpRO tuixRI-.Rŷ-^\"29u` Z<(4J0T-u]NlDy8؈/oDunq,np&zY* +J;b2TTJxaqG|DZGG-x
D7G} 0ec>o(>jf +wPw D$>@-˕鎶K) Cj!HLmW4z[w8eLHf($v"4"Zt)*r#ɹ/PlĦ@2-Sc3B5G tJ + Ojb`Hy{HunMi|eDk9s68K*Rt`gMw.sجc[..lUd+B5y8F9TQʦe +!oc1A}5Dx"*+r"`f(Nl:y^Bi`*D=;/@`5A.@w*j#|OyFԵ]eĞDgqzvluZͶhn=I[Y}lM=qg'Þ +W>fz2nY1jJS]N9=P+ɫ0]q>U6+,$j2゚9iP7ƍ38gމ1{[#5Ю%Ė6srb
N3`mrZУ f=ؗkAH>WNVtQv$mby@lh>3\ +1(3G!\37a7k5&dSϏD +[PD|aQ[f6p +1(l3Ga[37cK="ZQ/
ؗӌ endstream endobj -1170 0 obj -<< /Type /Page /Contents 1171 0 R /Resources 1169 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1168 0 R >> +1313 0 obj +<< /Type /Page /Contents 1314 0 R /Resources 1312 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1307 0 R >> endobj -1172 0 obj -<< /D [ 1170 0 R /XYZ 69.866 801.979 null ] >> +1315 0 obj +<< /D [ 1313 0 R /XYZ 69.866 801.979 null ] >> endobj -1169 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1312 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1175 0 obj -<< /Filter /FlateDecode /Length 2598 >> +1318 0 obj +<< /Filter /FlateDecode /Length 3564 >> stream -xڽˎ۸y -@8_ @z=,;l/(jTEDZ,ſ$Mow'oI$M݂[IH
oRR)՛H#W8i8k[9#W^_c-y;#g{@;u2 ےfmYZ؛XX,dmL~%j߿ے\|d(mo嘆mĩ|V=[f[εS}=۹7ߵj{*t^d%{& -kvmVFĴwVŇ&lIX(GAF'q-p?ZW#q$K?.?%_~
Pv15ϲ!Puy/u/ԯ>E?C2.Wk?Q.5L#`gD>ö2J@f\;ApLŵVH/yhacPD+|L7F$JNQþ`c2lx|\a@q;[x KC/.<Y9
~ˀbdJ$o\Kx8:8[xg.%zL.Z`v=|n\.d]-\+rk5Ɇ"jӅ+w&|\a@[x W|0 k
W/.<Y9d~@\ O$[x W|%<%ɆKV[lXUGvLzE|$ָ6pNcw[aZ"F̔`IaLimLX-Q$d0@
YxJVQ4B*v`\|Gج\uI#c;<͍eĸ)c7 -Sw[͖i?,ه E<-s`ԨW%Joz#>Ab44BS{4^@&Y4l?Qi{ϛ#0Q(̨f:<:A'91IO
yIǶ73JY]eάiţ1Жu7em@+
33O`f{'SSQ0PIh735 z3*=|۾yǧ66ZK#,#X*e$WR~Nu$Wp[S'K<#OFy8T/|!K`d-\F)z2XuB=qT! Ǹ*fhJ0؍1Ur)n i9Ng,˅С;j%M?`\͊!"MQ fB!HEyQY&mf(q_IE0X.1&#plX# DzYkݾ⌤ij`,3W&#Bv¡dO攬"QPY -fSdS(3CJ\X2J2GTW#sWr-cX:D2V=cXZFkƂ06md>6C//cq)fXPm~%Jfcա5Dي֧lhrDl?H: -Qyt,1/Kl.c_znj// +xڽ]ˎ8W7%`L{\mם\KYE̤C\6%#QM_?j6~3fnI%[ZVm߷]kCkupZ%n?˟Vk?¦~>7t~M`o'gjBhЫ-
G\_?ܨսG!{cra/o֖5ױՕRf&~{6'} +>e=B*ʬz6&BxuݢsYqcC]߷w?]Xɥ/ԵtDsJ+گx ;[;^]21x_TmɅ5&Ž1O)/Ff>-myUgQHDZ4g#nK
%5_A-(4+Z8C{Qc24[(|<ZtQhhBLҡq34C#|>rж'@kJGr*4и&|r*+>U-pQ-!嫫 !~j#\B%Z! +nÚ<qȌqrK`-^e&?sC*E+ ǂbyy;(섣< xvƋ<S@<^"Q@Cpff\f, ǮQ5/N8?d7t?$/x~ oP\"F8'-mdvQs섣\r1f8E./rN9Ka]DU0<t +'ʣ#i;ڋ{tC>_\ҋan ;ܚ}Ԯ!GJZS)hkmq9[:DtaQ%"ۖ6ے^5Ծ\Wt*&rqtP[mK^YNxV*6f9Da% +9сԈ$-HA$(2+6
3>DbD+NbE:ыH0fdIp#me#ghH0$-J#$S2W<@S2]"%$DofȗT1N;^{[:FϬ#i]A$MvQYalw?Z;q2C.d:.7 2&';]ɚM$oUM,7VY{(G$|=}%]ƜΡ2t? }*DDM!
O{cmޤm+obۤIs&#gLj9I4g"Bx9Ͱ^q<m蝘3x)⊛ag8N|ɶ< 'z%Ó>3{N7umΨݤq`fl:lxfp&Fo%6:9D$#!pIf*t%}cZ#4#Es5 [kFN*,PK6HL;/Nu;k4RWoh +!IP^h1BWPzg +
ʛ Gt))w:P +6{T݉o/iߖ`x[>X6%=O8:BH BABđW64ж9
DXyEL e1XBIkb
") +Y"=X+qñO'F\ ++5'Wh` v'[CDXԡGю8 endstream endobj -1174 0 obj -<< /Type /Page /Contents 1175 0 R /Resources 1173 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1168 0 R >> +1317 0 obj +<< /Type /Page /Contents 1318 0 R /Resources 1316 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1307 0 R >> endobj -1176 0 obj -<< /D [ 1174 0 R /XYZ 69.866 801.979 null ] >> +1319 0 obj +<< /D [ 1317 0 R /XYZ 69.866 801.979 null ] >> endobj -474 0 obj -<< /D [ 1174 0 R /XYZ 70.866 771.024 null ] >> +534 0 obj +<< /D [ 1317 0 R /XYZ 70.866 771.024 null ] >> endobj -1173 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F34 565 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1316 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F34 637 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1179 0 obj -<< /Filter /FlateDecode /Length 2973 >> -stream -x]Ɏ9+ -Ři¤nl"R p]u20*tsdZg"8k+c!ʴ~G-;0c{3 -^Γ:
s@W@OF?c0Rd/^h
#Ñ`SkF?SGRvBDDH'txU&[hU<r"~qtG4zv=e'$ѫko}|nys DΗAh"Ҩ'!'w}Y̓Tq V"a>j4ƫ)grqxS,D>@- -Ema/:XG6ԌF8t)uVҏZda+H*-i}aO:v_'bybŲ3gENu_ԌMiʃ,v7XQJC
@EmmeQi
̑pj\vZԣR[D+% -٠%`USU-[qeG(F>|=flJڽmEŸh_UVV~UAa^,t.
ZO-)llD|99[a]i{=h#ߝj2Xr/S -"'1O)T_;Juo?`h 1ܯ}l?&șR -z\@3B}GBIYN،^9aӢHdd`2ْH~uԺ{ZP]֍zcZX۷+>+>I>wؔve+
;qV|VDfq"rGpFLFv|fuԫha3BZxBSpsI9]aEFJs\OI b5/@E/$9KZٞF9O -8PC´HfgԶ
]V4eu&puu0D<XqS:q]c%86P˞CQOvx9S'0 -]JS=#{.ɞD3@tA1[]=>eϴw]|H=ڈ({@g*wٳ<w3et~ﲇyA~E˞leQL!BFGid!H4-=dO*pl,PZ(15\y` -c;D(^-ZĤQA ؒ&UD4E 5Q>Du#H[»*!:%ӊlƦ4t;a7v=șQ+s37L{+LⱒO;jonXﻙmN8rW҃g9n. *s$rx7-<g;[0<Bc3tqUM̶xFЫo岩(ЈcRlVCl-'Db¾9-dN%S=<'qxz='{@3E/%Y'QS,0zh -m/aQpg=yl+Ըw؈aBsV+_S.CV3>Jz8N+նF#N\x+U8*8lT(Q5GT|Bqzf +1322 0 obj +<< /Filter /FlateDecode /Length 2841 >> +stream +x]Ɏ8W}
TfU60Fs>e0A![AIJ!EHIM?>%?!oBLBjx翷..)z)}oRZB|g~oH~_^_u2 [#8|n3-oLW4}9ןU`*[\fpc
+2pcO7w*)њ[f-;+{vX`8}+|,~[+-dMg|*_Đ῞¨m_#Z8l>^5҉W6 +Ҩ0$vI^?|=KFy6a[0H!,OV"iG۶J0FKt 3Lg_5m{9vlCV\ЪIUۭJ|U#9KWZB|ZȐe4S-KܳR9j"uQz.: +gFx#gkHi
p}ڄ$5mS
GM[ ZirDֺ -䧲/X
!<dM2^1m|[%}!MT5;v<˚ +@f
iCl%nԺB4rWt Xb6)k绔uͶ l3Ͷi@uJېtΉ=yԹU
CW}3U0xU8ħD(r"t,V=3=Vκ(XX2B8qV{Pc%`#o&6G]"x-$M;v|N~}f"~R!b~BuNLAFh"7E$|X>"(bթ%1裈-D)NNP|x=(#9!#!>n;^N *DzOB<ܑ2ϕrd ,@5Ote JVfmRerL +Y۱al^ڨ{r"}d"z의O! ¾ +Bu&gi(dq +Mcy\}{{=x#57cAU*E!9)$z袐, +)0.L@3dM >\ $,"xMؘN<5a04kgn0Ii66AA.ەLzHwxZoa=O-W)b'(b6I5QoL&|jM
ImPSԚĠZ7uNQk<IC1$!+'>[gAa(VY0=|uG8\8\8\/.e: +fm|D56LuQo-hhaRd]Ő%Sl@ƃAqBi!i{P4}8-ɉ=Z?Ǥ!Zc1FZcԧ}QcYp~!-Ⱥ#gB"-8um|n`n{I k;)*C躃A[P}01Ā"+;ۥoHNQdI!=@ +[ΐB>RBt)9J21#)1¾ٻPh]aQوlWq܈0qBGoG}
wr7N\Q߸cՄ+X]no0U +Jіv/N/߹uNj+>ǝFǕƾB +v S\^?ں۩% +jͥp \ICv
F*(ە>ɩ:2EpNrB>W*.Cd<.jZoe0(sӱEQc?TתPI'P,"a\y^ɞNͳ]( +VbY)8<]+<]F, +E0%?y +G'>֞6C\xMyLF1Hgnz[),V endstream endobj -1178 0 obj -<< /Type /Page /Contents 1179 0 R /Resources 1177 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1168 0 R >> +1321 0 obj +<< /Type /Page /Contents 1322 0 R /Resources 1320 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1307 0 R >> endobj -1180 0 obj -<< /D [ 1178 0 R /XYZ 69.866 801.979 null ] >> +1323 0 obj +<< /D [ 1321 0 R /XYZ 69.866 801.979 null ] >> endobj -1177 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1320 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1183 0 obj -<< /Filter /FlateDecode /Length 3137 >> -stream -x]M(?_[*5W}[u4
lJ=du</lMvI8)bvEH
7))/)]Hf?߿cI7i~ -1.ϟ_Ϝ -G ->fs_ʷ3P5)]KTHt -VbE`7$haaDp븬Y-f;:@
!TԀi[4q
z!@z6@C÷Aj fa萰'y3kLO0x1Pmd-V>=V浿h>SmQ4>o -ނeSҮANl}Ň[e->FjGzLcᳫ -rpDsGXՃLΰ0mATeJڋJWY1ˬxJϮTPqhaGX>ѳp4MK(mb-caƅ\.a{.9h^8Frh_jdsAaa;:>DfvUf)~K& -00N#zfa(̶j ܰ2n'x(D3F!z@LC7^:|L&oY=Vb1ёplGoqS -L6&:!`:yȶZAlt$cl`j5l[6ۓK9ZlDž7,lDž7i,81aӕE\VVo_ɷm7=6)-
9mA.}$~~e"ƽ/|lasNO"n?$|zpz| -l-!]_XDNw,٦X|җx[%g+nf -eДGGJgT^>ZPoE05T:ifp/JNήUɣFRi\UGZDaˡ0~m6aYxX3ČpF-P8x+ש~XIlLzxz?A6Ôq>cH=a8Ab%4b[T{NwR6Q1衣btPn+9lbCG`]ƵgU}Qb7w:A;)Q1ڔ专bQAK= E(ϨYQycF<*=Q1(A=*Fz1&
b[T{~&#~<qN}?55)R -D׀"'`}^bo;Hv
Rc -EWQ{՟R-g6:D7#kmUd0U@@mL-ڈJi -#k'Udjsj7'~vh?fQ娜W/(4:a.{NFe?wLĮۯ*A
l?Y:50GH隣d -K&,Vy}c֤Ř3J.g;-D;Yw䮅
Ix)jܻ~kkhz +1326 0 obj +<< /Filter /FlateDecode /Length 3300 >> +stream +x]ˎ8+48mם\⣊d)ծ#Cd)J痷__0%`/Exqyk_K?/~\~\\qnR +>a$>aιs}xr~ +jx`FqX85۷yze"rx_g< +TD.
* +1)!4WB+ξiZ{dʛP +xMVM0* !Q#jX¨W1*"R=w ާܘ`l٦QũG#;w#AʥȀ&P>ѫgg\<JԟudcLqx:f PlۚtRAc*rն?Vo0.T +1AՊVߕ]"a +OpKv [bQ㘗FÏ0
zZV4a1 [e4{xqduڂQI@9~%3K%ϝrI=Do㼛nw7ch-TsR]N5hfN8532QPJ%]"tXLrID +$i} +U9DS*Pd +:DL"JQ<sgFQT_TPg8y +7ƒc zʍwpcc"UOn(D諦u=RV3n,Y& +Xi=qZqgZ&c5Ue@jZ& +Dh20M3MYBXUg"`pVSi9sZwkKItVSUqx& +DA3#gqƕNn懧c +N7~ӭ;x/C{;$>s
^| +-ɏP(kAQL~1ohZHˡλ7[ &ZEUx+ZEeTeV6U.LO UEGuA\ij.?_aU;Y .aEsϏ~RʧXK;,X3:qEꠊn236f7~h:s]kr]xNkzcv=sX5sQ[L%X wCk>$pTBݑGqϡ+
ްGi7;#~uIF^xo/H-:.w+9L +q}ll1)k$ +BsZZZ9˶PmeA+$eyk+%L# 옄)0A S"01 boc%<<$L#'$cbtۢ0Si|H +Q\v05٤fCp}H>$LlR 36J +Q!Z!a@s,LJ Sxf@00A S"'aVJ}oE x +qZy++SƿHKЎǝZhSABT<&'*S\yo2Eji7y2E ې,u +䭬LT)H70^6mOn:
VVA2+T~PZNT#hIHю>M
ŋtd bt< +<+rB*X}{>Hv@Moe܇f9>sb9ץ<rqum緇<?}? endstream endobj -1182 0 obj -<< /Type /Page /Contents 1183 0 R /Resources 1181 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1168 0 R >> +1325 0 obj +<< /Type /Page /Contents 1326 0 R /Resources 1324 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1307 0 R >> endobj -1184 0 obj -<< /D [ 1182 0 R /XYZ 69.866 801.979 null ] >> +1327 0 obj +<< /D [ 1325 0 R /XYZ 69.866 801.979 null ] >> endobj -478 0 obj -<< /D [ 1182 0 R /XYZ 70.866 558.188 null ] >> +538 0 obj +<< /D [ 1325 0 R /XYZ 70.866 226.69 null ] >> endobj -482 0 obj -<< /D [ 1182 0 R /XYZ 70.866 480.86 null ] >> +1324 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1181 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1330 0 obj +<< /Filter /FlateDecode /Length 3521 >> +stream +x]ˮ(W4,ZUYj77iJe;E)ޛ C<N +Z+eZm4w +\U28 +H.o '( ;P@u x!: 6 CK}I +(BdDjKP͜<湄JKD1OvOeNum +Y8Fp6pu!YRF++cejK7Pg":\BF=\Vl- [~Ř9Xcֳhl2$?&T.Ef_0~GN
єŲD?h" +nA"
[%\Mixeni|n{s,~1K|:РKH5"HɔypSY +W-IW1؝6eV m9哉.s2d +!S̱uX*T2x\ľL$0|ƶbڧҶ?AQ̩!͎q锡-YĒXDtQ)(2+{FGqLqh#̗HGjDzB#e=2GY#vzcvmELV9qEt##,cH밤zdz#=zd*=`eE!= +qщZz##qL?Ʊ] +`
#W6j9 b$4ɦX($cr7=M@]ʁ9UʣEMuY]LW;KI'TC%JbQIEQ"xC9%V }$`s1DĈHD$K{%8~&J+ޡIF,Ԩq$
"E!n,v(2@t" mELVd9qEtY$aa cZ\$/T=="I$rpd.`eE!Á +ѫIǻȾ7J=ҎhsK$r"IR䓋5 ++9s\eCntr:6wdgrC0,3[0aMxH1PdaŋϾ/3 8>Sx@_1)kI(@YMyeFnqxsƭ0_Z!P#WjDx{BFP~p~+ycpgq꧈+I;̽㕹=q8? <mcb*I/Cr69DYp +Y1WpCU.\_=mY>עPF̒xrVF:>I r|1_֣8!n\gNrLzUf" {7Rr3~rOUm#1:in0&$u +W -dݎ8fa._C;\ec@WOܝސxO% Hv1)8_01%MMhIS MQ)ckgejFQx<q9LjPһsB'zJzd'j*ɩօ:#Z2{0]\Dg]ա);=a"B[!2F(g> ,*
[KObzjADYT@Է=p`s\%)im6FC$bײ40CLw[WF:(aNm'V-,G8|N:
"ש^+\Koen{VV=Jp4:sıHNis6ᕃm!N%uzenSaF;, T*dTޜ*kIz۩=ET;|*B۷֤CEɺ]wUQFv;84MG(q˦
"C# ;+Q(F*d5n~ZƤdPk284!ƺ
ʗ~۾lxu%g=oy=W[.lNq.[G6]Ξ#TWVk9_珍̙3E9r/$d1q{uKw.0s(aP,lIDyQ>oxBmx@÷1y߆9.÷ѻ|.$6|E"PR1]<_\*B]NaG[lU`^9'_ŝo(yvj8Hx%q^;<)K}3% +ueQ +'KMUPTq9u%"z@C&' + +endstream endobj -1187 0 obj -<< /Filter /FlateDecode /Length 2760 >> +1329 0 obj +<< /Type /Page /Contents 1330 0 R /Resources 1328 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1307 0 R >> +endobj +1331 0 obj +<< /D [ 1329 0 R /XYZ 69.866 801.979 null ] >> +endobj +1328 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1334 0 obj +<< /Filter /FlateDecode /Length 2832 >> stream -x\ˮ#7WM
eл`lCD(h܅n_[:_,V?}/RT6|1}1UrQ_{W]എo✃o_B헔ү;;B_ڌ+߾QWa -"1ݿvie.[vs9?nRt3LeTWca{Ō +s9
eL㜊t8c<.!c3+]ѹYаUU6nw<ۙnrXkUi(w -ʋ%
!}di~4bL~$7g1Y%:?"ACI -p\^TYVrVaɰ}jpiQ伆Ydz[ޘE87WN$rds<7=MG_?ߛJH2FGfk?n"甊Ӏͺ\R@;`Dx&),//U)lqDc.(COv"dJI.Y.@8c!nG57*guZL_+(7>[~dj6UMM?|>6lnĖ>1S6zD_rmڌ|ڰ5cm,Fu8uRPUIw+?<9AwL"PgoM1P -,]t -@̌jծz+dخMqCM>.`6i/m iNMT@%Vi˲V`!U,6ZWGv[X~Ve͚ >3Df:D+)2cJsź) -(6j[k{D֨,5lbT}0>8K0o7[\E!9w>lJXA] !b=h0i}Yu''QGSj_Dn<x/#<
LTjtVȭB|䤬<E
YEm>_",r:YM̲SD[HƱ$Ll^Ș$wb
ʊ js:=ly=$d1hJ5FLV\//H2]P^EJqD2L&5VWp3`gv$]m +x]r
W/ߏ*T325T*"D-PnjBn +VMͦ":|fBP +5"u2h[X!3i^قb|-Qoh~MIqTDvϿ/>&?V??+EW%gV]q~WPÉր-KHR$KCklն5 Fjd
Lh<'iO'/yC|=1u!Um&mz6/d98!x( hG4>b'xqPLqxAXgOxuA$X¨)F>Im$'b6l<Ƭ\T?cN$όBFZQaX~[ +/ J=":h/I7r2|bH([)-Db5'ݏ"d6e|R=1\Ҏe| 9߹w-mҷ,lzQ)Yz,d&X(}"fmk`Dl$[WĶuZh/mcdoMɤ6hJ +}RGBZ!'͔:(u6KƭMi`|JR":aW0de>ұnR2|!mHg>Bt^:/9iXp/JE1(uw9`UPE"*RQ:cRg~|iF(ucآԹ"Q\(u" E!J*dJ}|Rǁ;yծm9c'ujGݪR:<R"XYJHOSGpXs8Z[# w"Y&u +$=l4Wx*tSxxAc%~2yʽkF-e<JyG+B1S58ۘ `wlk6H0p] +K.,Eh)NЬMO1P +(>>>`T!cǧf +N`k&LG*Jdv&%j:wlk]M7b8`RV}1E꒹a,2B2ֺ-.qCaYXPԡ@R"*GkXܙ5gxf9j>D d8P
1|ZKuR_F<1xփQ91K endstream endobj -1186 0 obj -<< /Type /Page /Contents 1187 0 R /Resources 1185 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1168 0 R >> +1333 0 obj +<< /Type /Page /Contents 1334 0 R /Resources 1332 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1307 0 R >> endobj -1188 0 obj -<< /D [ 1186 0 R /XYZ 69.866 801.979 null ] >> +1335 0 obj +<< /D [ 1333 0 R /XYZ 69.866 801.979 null ] >> endobj -1185 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +542 0 obj +<< /D [ 1333 0 R /XYZ 70.866 264.903 null ] >> endobj -1191 0 obj -<< /Filter /FlateDecode /Length 3069 >> +1332 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1338 0 obj +<< /Filter /FlateDecode /Length 2741 >> stream -x]Mo8?0} -rظbzŻGm[Ӽڠu!Į
g*cbH)DZD`Ky}[aR0<Xc#) -x*&rjlJqZòyDOXNwRY}/!C4._Μ)UFpd5`2ɒCkl3i_F<_'dB5(W/EKzm6{[IJ14haѱRX&V;R5I1p -U
I=kV{ȏV(#uq7'u&uf8RWrUWK{\J{ |w"9ІETdF)%lN>LL&<(Ik -RצQrñP*HJ-unցAA%nM,:#f|nA9x.t9tbF_Rc߹Xaؤ%թrVnJ`ZRXXֻgu`ATX8 -T1P&W -B>ShؠCued*)AtiEUet? , -bd4 -dUA_8? -\~FCTU4~# -%37ͬ6q@Q~<WdzNpЩ8T7UQ988l&`AT`{.wn\XѻC:JEv,d)E{XS^Z +xڽώ'~yCK%{c[kr%LKh35TaM~|oN6yT["zqR{滔HcY~hIpZJ^!Ou5>C;u,-?W}= U'MVid-wKq{4\DWjH +v<Es[8:ٔ1N.qf[z|K4vKcJGa[HY +ɘ]ew21,TCE)ktϷ<B/=K,(ELE'6fKBy\9fk5d}}i._3P;Fbv[dǴhzI=j/S8i^I{=~^7۾@XTn2jt3]ᱢ-5kmN`&^-yf^hc't`4NDE%_h +}6 +mXme$ VF37/U]Ҩo wO/u/[6{zWZϐǐA*T+4[k?59uH;>X; \˝ mc|@d:`ɖRrnESA*ER4<(V*LHkdhx#=+dB
]STc^E+|SS"tVctɥ:iH}e7x
C#+ +V4K<R@unXE˜NV#xVP&Tx&\M<)']^k+~gRRZ:re*VgZRTs;V`+X]WZ+5zQ0\Rۂrjbq~gT,Ǩbq@PYcQղZhib[8\QQ7OV\*yur)59F繎o8^&c/s-{0^Fz{AmO{aq `h^XA<J< 7ŗ- <V[;ɗ<NMq龲㌕vE+
v̰2°[J^s-<lBnK^nX'Fγ[Ƿۤsnu`E`9Fz QnVDxL&.
hE0"=E TKOu|f=Po3GV~m#W
+q[ +Qe D;ɡܕ3J -˕+@ݹr#e w(Td!()*)=m|<k'u +Bc9y*N +^V^`,ݐ@(^A~ԽYV=| +*Jۦ|ͿYk{$cl[tO~+mek>o&XzO-4}kE%1|?+<F,gg'l +xy|Oqy!mJ+p%]5O8+sk(-
i)ZjTʸ*'TTG[$BX)E4hëBӓ^Me%Vuٖcq&OjMg#u6%ǵ,i}n]͢4MъYmezjQm]JKORJLOXʧ':ӜW%=-eGz2L#i73bf!%6%
g*>oj)CT4E+ҀIzJuo+@;J)n$9%swª=sK H %0lMz[hgl&(#6G}2oIwpiHJl+]a{Qo+];*)8frEj=-bE+ ,RH7d9J]>ӎۙij28y)' endstream endobj -1190 0 obj -<< /Type /Page /Contents 1191 0 R /Resources 1189 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1168 0 R >> +1337 0 obj +<< /Type /Page /Contents 1338 0 R /Resources 1336 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1307 0 R >> endobj -1192 0 obj -<< /D [ 1190 0 R /XYZ 69.866 801.979 null ] >> +1339 0 obj +<< /D [ 1337 0 R /XYZ 69.866 801.979 null ] >> endobj -1189 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1336 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1195 0 obj -<< /Filter /FlateDecode /Length 3055 >> -stream -x]Ɏ߯< -~/??G^?˟ -"^+<cqWof
ڢkm(|J<vF$3 -%p<ނ Z1 , AÏ,C`qtp oD"x -] -Y$U#ESuQ::p7=( Qrf04\4ow#AD_)%ChE -92`Z)p`:,6h5ԩR_}YƋTGPiˣmhi/{Yķeݨ}&8m#J F䢅(+]F!Mle%c-5PԾWZ'%5D\eͲP3!4M*'vMm Bi}Yۄ6PNkP<mh]k-9ά͓[N֮=='~*[v
K{fD3論3Kfz1h)Wt"<ǯp"Lʂrp;<Wrvq%2D#Wjyן])LJR9WlIh*[|++;fd=Uhns
cz3J3ʃ]}R?X败~hgQjrjNvy2ՋBe>1f=YK~G,E6],.ADv$a$6$+WiɱZt+P!h% -гO'DvNv&~#fdPP<HI2v.UT%}*Z0j,viK#E`$ɳ NgLBXvݝg9XoxG@AYHւ]
Fu)$J}Pϗœkpke,*sܑz#ieV -+T.2|_٥&(LҺ}~Z[]/cU"N<=p8Vՙ4@,sF5~(x -c[<lY_WJ'صC]GYʡVqVaScֆ8509^7r\OvLsx|>O4Bm
0gÇAϰ1 dӣJefQVe`!ۙgZx"*Nm?B,"ylW>_L)݂dN]yBA~/*Ïx/{\ۏ!>.àti[T߱# -όiǠgID8ï0hqe3CDADTg
םomx?]\̐`sY~lCf<æ$,}i -2rQxy\m'ȭjz5<B_ -r7)<n`5L<L`] +1342 0 obj +<< /Filter /FlateDecode /Length 3424 >> +stream +x]ˎ#W7~,17WIUfĤYCg-2IF,uQ?\ۗWeZ ?4@]%ieR~?Wʼ)e?WU*
7k-7J9
?[w{;!C;L-o~ìϿPk@Z&W"M8T\nV8\oKϨ +zmT9a. +vAmeqdDͳjv6hH};gWy3ى8-vE;:r.Ȱ=;PwMx /?tvqaIY'mn{^Yf%4t!ԴKDwm +#+y ~'@o40J=<)e{nzw4yH[V"#µaV)/}xL*%ë +3VIg#] $y%0.7/YD*- LZ1%iAw(tX*m#[
h{C +4F +3hIiWٰGj]=9Cy?S;?s@;Pq(ʬ#҉Awt7
?>Ц/AOmtA;^4;%2A4g #Yga/pHRy9磁X
~(kQv/_Zpp7V0\s<.^EhUľy0
H_@ (;`աbS-DJNp`z=řf]>D$sU1'$sA9Ǒ*7TvTg!m2p@=t^$Kڗ*p!RԎjp&T8cx|np}#>. > +-qN y~ҳt̺c11kC:PyxұuXɉtL9Kݷ%bL{1D8xX0 z8(;xAI>qnK7>o%{pF}ӝLF_5-q"RT0cTy9\ +:=roi{@e=n~ۓ|ٷc{ٞ,L@t9:/o;ƛf{X1d{JdmO66`lO"=tf{f{5B}oG7]ߛf{NTߛ骦HM)*
R*o3>x@SGa{|~4v4ڸ^o0Go( +Dd*?F!=wVؘܥXd,d"u)]g+._,]uydfmslUOTOWvFH@ԃD nKaѽq={-hf7% +4DR(;զbD>#Ӡrb}6Czž#7E%>~6Dr#x|T度~+3fP +7fP D$Cf"]y ቶ!j2@8w,@SRD?*дż +(Rt$#=Wt-I^^CDԾy9!<mTt6q\a f^0j>6r<Q ;xHYE +M{r`Nȁm0&hr`-ƼR*ݜט +_(_tᡅ%C's`#Y9D%sM6uH9ț$єԇ& Dxݗi3<piLqx +.ILrIT+}LV` + endstream endobj -1194 0 obj -<< /Type /Page /Contents 1195 0 R /Resources 1193 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1168 0 R >> +1341 0 obj +<< /Type /Page /Contents 1342 0 R /Resources 1340 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1307 0 R >> endobj -1196 0 obj -<< /D [ 1194 0 R /XYZ 69.866 801.979 null ] >> +1343 0 obj +<< /D [ 1341 0 R /XYZ 69.866 801.979 null ] >> endobj -1193 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1340 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1199 0 obj -<< /Filter /FlateDecode /Length 2920 >> -stream -xڽ]˒8+p89N^S QP@V B%@/o-䵷_
yS EbR;뛔CJ&3RW -!o3s!} ~߿u2 "8<˷e1t=Wa#>Ǯ)ITOĐn^ϭѡn^}dP1=L)ZD>Alf2?<>moǂ]Q%{ʻUKR$KڗogOQiEt@JCs -¨E4~p6}]sZa"[,o> oQ&W-s)f c!-Ll9"g -ZDg(dHEloDaEJ(KtOO -gc=p.kM7C3`W5"sslcä%%5L :\GXB;59{(OG9=)KZ-k-aD{Qa&b.(qF)͍2L_8"A
G
pg364>̋+.)p:e IXX@%$H=86ColPJהՑ փ>sŻHD N
dvjzgTu [ַkcIpѲ%;:VST>_]8{u큳gxޭRZRa2S]6q.}YWokP|5k5_畢oR10W>QU~,J7ü%,F[[)h?hb8Va Kj@&K8X *e"`,m|O\ -c>ش,Oηu70䷭1ۚqKՈqŨ~jGJ?~ymޱn>zqnMRg˟SpZJK?NlџOڈ<uVX|68fEK^#y'-rq30l8ng|RrMo] Μ5<pܲ1)5Z>y '停p<39<S0@<tjL -GЏˉ&w`po,ۂrnݾ|gGwLp0$ُ -M{Fjm?v,m+]֨nb T9 -n<VI=W -W+]ā6QU:H&+GN+%X
6 -"*R~<Rwm}=U}*^Ѯ -YGP8B+#GcژA>%z(]GD,pDo66(DOZU?xhLQ:/^|PjDW)TtE]5?v^XdYT;/۶:+
`%0ިgR)W]Dg"Uޚ)݅՜Ck?=Waj}BXx*eOmHTԭ))@Ãʖ5|joώh&_cGڑ~ّߓ^A7XDshpvuepV xp*7 5X6$lٴo~лa.\.5`JR.DKۘwP{U#C70g\a HSQ栩rRe<a+7a )a~Zdᩜ[^=ρO/End"k3ihOeo2reUQ"4 eξyA /*
_č2=WUCD/F8=&LIQ5?t^_o -嘥9Zr.袦<AfGL]=U![MY+މbGi<eex.beb-Gz;3ܒɁ O{9bVVۘorpK&cV~˕O)<;aY;9]zח +1346 0 obj +<< /Filter /FlateDecode /Length 2631 >> +stream +xڽ]ˎ9+ +?WJ-wĿr~@i5<0]#8T۫yoB3lk9ڿ7.kxߕ@ +nr$5 8mƈx^8b:vw߃wVN#k46xd"p;["_<+V(`a;ny $ ;кźU-kx-bx߯oԋ=zK8hG9q<-A,)Wxbs-Lh{YY45qh1ALR+PЌDcK<7D8R!ަ}??KV|zo-=#iNvYHM&˱;Z(+mNʞaY%V4v#$b0!5qT0%@9S@Q.4 +'a((WJ2
!P* +.PVw[|u(n*^KBޭJq,xR{XY5nqŽ<rpzX5nϤW4#W (q'7b?X)ˍ7G:Sde%s\|{=\%SR-)T|u6</<56y+-}-fvX2]b +lu +Ux+T(gGэ9c:E街D8ۼ!-NzIЩߎ* 9;:8*l'Ppvhs33Er=W)6Eh;D֙)v$jLv}aV?vzOrE#"˨ceBBӪR8*a]v_"A
,tIz +ϥ"L^@AiIC^` d;H!sn9m =8O}һ'=Qg<3CQp[=0@C(K^Ғ}W4%+XrC)@(pV҉n<9<FiNV:9sr;c,Rv»TEqqy#jDw)l[O%q%)a>fes;CkeN.Y +B+S2=DL9+?Ck^dLG,M2F1o!i7&
zff6,!m&A9/gμ-zo%M .V+0vd th.s8RdidNMEҦd<$f"t@Áӭ#$5uDuD#؉t11 +b0±!
3n57? +wˁkˁ@sp9Ata9P6x٤`SK홅 O'OcG*I\PNB %$d.m.@)D8 OI61ӹ6vL[BVGѷl{t"&EHCbRyŻr7-CcHXMCEcN)K>.YBgW3v<}]ٜ%`r)ZC#()_NR>4KXHXfuz.Y( +X00/17rchS;3<O',mS,9mySCs9IIGp:ӗ7OpPHVjrTZ;e=W6Jce" +Ck ,9ƒZ^zKjS7|N&_P }(TQMhqʇ_&д M&LGsNHZ0y0QUޖwpxy+}Q1*}QbJ;!S<]_I7( endstream endobj -1198 0 obj -<< /Type /Page /Contents 1199 0 R /Resources 1197 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1168 0 R >> +1345 0 obj +<< /Type /Page /Contents 1346 0 R /Resources 1344 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1348 0 R >> endobj -1200 0 obj -<< /D [ 1198 0 R /XYZ 69.866 801.979 null ] >> +1347 0 obj +<< /D [ 1345 0 R /XYZ 69.866 801.979 null ] >> endobj -486 0 obj -<< /D [ 1198 0 R /XYZ 70.866 558.904 null ] >> +546 0 obj +<< /D [ 1345 0 R /XYZ 70.866 771.024 null ] >> endobj -1197 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +550 0 obj +<< /D [ 1345 0 R /XYZ 70.866 698.641 null ] >> endobj -1203 0 obj -<< /Filter /FlateDecode /Length 2751 >> +1344 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F34 637 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1351 0 obj +<< /Filter /FlateDecode /Length 2640 >> stream -x]ˎ6߯tt2`lSXVI62KEj<E埋Ƿ}})DK*xI(m?Mky:8c
/9xGpo~m
߯[Uaǟ -φ*݆ʷ!3cJub`]ؙE9kio1?5`֭Uvώ:a{xoSc.دvŦ=Om>XJצ+vs9Ũ;lpQ9P[<`[{}/vsVfJP)n騬~ieXbf?kkߗ8ĠwFط;0F
K+]t3v{*[5=GV} -X)2N)8稒SQGqJ7FޝdAY%1XLT,[; > .wm9̽vT6D^A$ -`*A<d٬QvU`+;cZ+HL^+;7(=9nqWZT]wy]/YU!F5 L>![klf6 - -iGl4'|21|"'mx -kePEENPG̝F* PVR[!|UK/nbmbWi?bb-"?.cnar
6gAT[TݻeBU[C/ze#kAв0m`~RFNULP&x:)_J>.PLEUʁPD 1XmCNb|lݼfnZ&M,;vPRש4Y{x_9_Hn'X 2^@bn)Pt%jF\ ->S0SiTs;/CtԞO<P#뼄(xysX윅zDaqMArnq-::ܰ:zcܠV}\`XE$QDajIqD9?Us;_9GQ<3b+/*|dH<XD?DjDnz#v0Bbq
L~XWg./6$0Hg#"cXrxښܐ{x =pq3
އjm|Ӑa%rZ$WrFmUgqUg39Ɗ{xU_J^X+yǎB¾YQ<zڷNJz(3[[I<hk.n -?dtRy'yD7#BWlNg' n|ϔOLr?|ڠ&(|2ZdNϦWDfh8R+'xs?th!j[b=Xdz1h9"x14(t>ޮALAbh<Q~HL;>#蛬9+j0;]b/f2 -'xL\!?~z+1}?=GoNGG>%|cK1j?4/mzi)lwm%&J%/}<ߣwj +x]n8W0`-{aS.%fRb +>eWH2HY?Џ?נEhy$r>㟿kmj~hm^NosVkWo)5?|C6coW,-W{ +4>!U\p
$Mٌ( hՙ:H +n.:\̪Q,"kl&-P + +Ceq}r^gm9W^fyoiN4k_P}A9o_Phos7E"WĈA2dO6.O`\'R6GeK9K 6_;u1 'z.e?>awPoۜ%9 o܂!߸og1c,qD;'%|'χ "}هzr_t4Y9fJ6t|܋!&Ed-4fmqDGرR<OEa*T TdDIP=TWT$!:"rbTE.-}C2GUV%DfX[hE=c3./$d L2RT +2W%&#NV*&PRtHw[$Mq5:SŶ*n&^i7KSDO,^z +|H<mS⊍Q#vޔϳOO`''R6>-Kpm4P
iP=H6`jZtbnP]yˁ9[Z@KmRi:kᩞGPFc +Fb)tDuWF+N5zSHV|\x +ۢӕ2mhN$0V(vcNuxb>NzәvɬH_osW7%y\hXL!<Ϭ٤' endstream endobj -1202 0 obj -<< /Type /Page /Contents 1203 0 R /Resources 1201 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1168 0 R >> +1350 0 obj +<< /Type /Page /Contents 1351 0 R /Resources 1349 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1348 0 R >> endobj -1204 0 obj -<< /D [ 1202 0 R /XYZ 69.866 801.979 null ] >> +1352 0 obj +<< /D [ 1350 0 R /XYZ 69.866 801.979 null ] >> endobj -1201 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1349 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1207 0 obj -<< /Filter /FlateDecode /Length 3137 >> -stream -x]K9WV0 ^wO{XKtZEU>4t'}+D翿[*xK(m/wW͛i39~ RJXއ'4~fxvܿ~@MtQ~t)i]g
x($U7Iˋs9O;χl]_)&_ѱ,|̊m؊Q)g: 㖡kWFeyxu~g}[&)gvd\l`Z:?LZKy.)jL>:&<ڠvRt=^rH]:UsY^u]TR?/蘄U:[+a&R:95wOje?{og֖kmQvhGD\:M^`f0l9?".AwPk+y0+ơtѵPi;UX؊SyGz]+o*оUR-^bՖkFQ -n0GTzU^FF%_?t|M
ij[P,9(żܒS;'OtS+S)t̃7︐wsR5`Ip+K -+휅 |XiՉZ_'.9eN'<!ҘTy幘U)ay' -[%:*&H3>Yfh`rٰ/X#BQIVh3<U.Tɜ 7ֈk1!f< BbҊgzi0`Y1 -w081B,Jaz$L* -"^.uzx5^:hS<Sr`]qdmjShuܙ[d)&3Ta=g<h(xJ!RS[sD6zdU'BCtK!{*Ѣ])W)k<@3r!)\؎63n,˅\H3s|.$HypO}s -1N7G.1Bf.#vʅ\( -s7vPʅ,˛w4 shF.QY/lGx=r!A̅ѳ\83' -̺~*ALcT8pٴk?v"1eIWvPuaMYHQ,;y
1
9#e w5Q+ʶ -I;mgߜ]sLD3mfcӂ3x~n\YQD!k?ezbE"yx8E"|{OAdil=ǼA96]6zPO.cw4D6LEP`S":vbeti%&6plu@$aqЉ;x.Tg
buxsc0MkA<i|c9;CDܻbrZr\"CFv؇rzX\h#/eSDW1F#ɄRvg2V -;H!ǜ9W9 W{/"upd,r;绍=gzPļD]y~b,'x&'0P҉$l>+2BIc
i~dʕpz|N0Uz}YY\Li@T-Q-J/Jw-rKA]"(+"/]3v0q2HQ""_DPU~8- W&<x8"<TD%ڮ- -eڮH&`Fa`y@$&&gE&6MvA&{zgzhy[D_'VwT(BS8XbŜ`% tH6!!:$&(uv<n!!x^tH~?NdlP -uԉj@x_'&mČ!"{5C~LG}/J8~ɸ㮻>_'vGD]! -V*/NJRPљHQ;DNųG^mL#yߵLH<§wc/,Y- +1355 0 obj +<< /Filter /FlateDecode /Length 3389 >> +stream +x]ˎ
Wl`0@L +^k@#\}0uj\r&%$Glw07;f_b+K+WKY7aڗ?Hc +o,q1}jvyomfټLYM5} /w͕Epo>\kJ+86gqZIi;VzK)%Gecs&tPt&j8mBmܳ,L'@oeqћ%R +#h7t +cY@3Ye!SZ!e'`Z7 +rM宯e#C|
&O%?_L)CEɘ*r+?KPqyF^ Q3XZ2PkcRrOPIr'FIx(&Z@9Pzr۴--H^rqܚa䛶%TfSݧTڥ{:]L"F6 +"ncA)}ʽMXt<鸧
[H1ӉDCh!dMZyEIK&{IZ9c}X;Ro!2$H2a +1]a +nt[+{PW_\@AEo:( >D6Cox=NDkjV?TfH=< -lU2`SQRt$?D"|:XgxgJq2DAhBOkxx=ٞ61ћHL{2˯}RdhB19N߲AEՀG)6$wd~'?%C
yV4_:tYےaOsy6%-j51dSь^ZcLkGi-|eN +?8]A$#dվ#G(I&J<yق_,K
"Nzk91APFk805m+uP-P}2GWιhn^-oT`njchX}n~>-|UpC\'37=0N"ƾyŔjb~SJ63rNuh<;2ڢڧTti8[DJwY ŏjqW +PI<4+h7h;ڎJ8ߢS1k+Ef#!U{Yr#U7EѺpJ3 +"W;τ0'D̀OFaythç +*<:tg1as$dִ|{OX#tvk^`qEDft kf$|&:xHu(A$1ɫݒÚi^=!훖$H&na RrAxNn#"ӓ-9[r4P=ckGȢ;o#@s|7\"/XEۘ +mCXu!NBC\H钜C[TPx-@Hw\M+옯ꪆi5uUEJVZWd8.Vm&lJKJVɀ<ܫ]2NŔ5jJO*'JֶW<쳋px%O+x%sWvʞWx%k{WjzJ+{JG\6TmR+B!x@:~Wj8:CRCR +[T]ʾJ%^%n#
ML"١lwidjIO8j<k<9e ǂ>]>?UABJJ4r8!TаA:yGÝw{:9sY>hiޢm<yWħjLyU.R
57bdɔ9>L2<.ZHaLQ˖DFŅP\Ԝ5/8qNO0q>qℵ-8q 2&NX崉G0qW~>jO++KU4s&h4|T.* ADZ4Θ|w o?tVNK#MKwx:=.O1TQP^7ȕ
Yo3R+Wo67YJ`j!W∈#ip%PIMEgTjٝyRokfFnW]q䰟tZz<qnt:᧬ʜXc~O[V)h~P8]mD*VE %R:dĂّ:0Y4!hL"o'zp/ptۣz|V((h;5khcG + +-w$ri +L\4W>Yn) +B54u
<./CG endstream endobj -1206 0 obj -<< /Type /Page /Contents 1207 0 R /Resources 1205 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1209 0 R >> +1354 0 obj +<< /Type /Page /Contents 1355 0 R /Resources 1353 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1348 0 R >> endobj -1208 0 obj -<< /D [ 1206 0 R /XYZ 69.866 801.979 null ] >> +1356 0 obj +<< /D [ 1354 0 R /XYZ 69.866 801.979 null ] >> endobj -1205 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1353 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1212 0 obj -<< /Filter /FlateDecode /Length 3308 >> +1359 0 obj +<< /Filter /FlateDecode /Length 2644 >> stream -x]ˎ#9WF==}[u42bN'*QN1Q\6dR(ӗ~mdaI#墴oZZoZ/Zu߿s^,< _RJ|^;4<|hx -?@M
("pD<߭nxhC#1m?'Zʘ=8SyyQ&jƳH1gLo`3Ey'dŨ3z0]I pvDzKsIA[+V5\ut韜1Y8dP\ =T$; -Mc2g-l<
Ƶ% -s)2g9G0'/!0g/9W9E]hsw1y19硫|Ĝ&sRDt1E<`!2T\sv2dg_WCD@U[TC'*}^dT
8(N"1+=Ѯ=Nezе;mXHؒd]{-ъ -,#rDmbӆs
Zi~\k{"gn8PD-hU,AAT.YDzU>a>nE">;v:_2l:wGQW1϶KƩsj,a -gj$AQ&P]9ʫgzQULF -DX#ȗmE>uǹhJD?>:IVNq)`\g4=y2=) Y|ӥHN&.ډlݗ܈<;ۇ3
qFi, -7GBV͑yޮQ,~[`2Wi_BlwVJ;*\F7()ʅ;Bzӕ4=AղE\LP]YM}8w_ ~jԥR pr82i.ϕ,~v~r`\"
NY|61Y\b\k2։-)[#mP_iTSx
_K -IY#6ay2)(aŖTB5ElՔݦxL5ՠ\(%jq]ҧ&'"t}+}j^V.S ا"ID,j6$-0jzTœįgXzFxX"wT#<|W9sop,] -:t5:@>Jjt(ћѡDfD%Jt -Q]6"3$+>[ӡ Qv(+\F:(dh} +x]M7WD7z,r+zmOJyY5kI3sXx3kKo$9E^~|ۛ$^~IE]KIH
)7)ͫ*3RVxRZx_?{|ח'uđwws*$l40)>-իPI.;W]+E`wY0 +ŘbD} +m[LjLS#ʶBHsI()oIIxO+S{+LdC!NT8zh%v3NʹĽ։_t _ȂMFj/[3sYi/-I֗2J_}<ҘmV`-6xb:-|FH F(:o`Ol3c}l. +mjslB[ݢ³mu$\U-QWE'F +ԲFG5t93<]Zit)[CƼ:d%_-Ǻ*ϡ]2Dݱ5ϒpф-N<F'3Y5 +/ut[fRg;|'
Cu)1viDO jeJ+-dMTX|k$/q/Ж$"M$;ZqCbz]3MZZ=gRVt*)Юqމ +i_*I 0Ri;|_`!!dPP<J@Q+;|ߎ3bF.XvcԲ`CJU2<ZCW~K%|]1B[ Xk!|.*4@qanJAOՆڒ
[ +dMb*+-T-%wg7ٮ{d㖬[}~+I>ț_ +'vp"CQDe "4\ΌfF(R7Xgfhՠp?5y-,Ac06&SApzv1ߎ2uVdx>z+
5HmQKdxӀp=Tm?@>B<7[:-$*3vA2|0Vx9F6G1pWgj;_>2ӫ~4}s@u<S(^ek|mUB2߃nɃU0q\eN UHM(3! Ҝ\;*L~~nO(VZe$lJ"ȁI{0;0w'4ܓwdv"3OO;65TRt˔٨-g7SᙹS: ++kt;?BR:r!VScK9rK9-TgwRN|)qr!1ALXp".P}K9,$DT4ni3m3?PR\ḟ39TF=<ɲ3Xy4Hw6ϨG@JKvzjmSXۊ3_AQﵩNF`_,q2|Вp$*<1}Tb6mBNt ]eJΪs-唕#j[ST^<
ydJN(z]j`Hk&YByT~4Y|Yw-<W
z%<W:ϝ8^^]˹,J1zۉǢƢ<AlIF M9;,=)iQ'2X^,">"B̉\:O* endstream endobj -1211 0 obj -<< /Type /Page /Contents 1212 0 R /Resources 1210 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1209 0 R >> +1358 0 obj +<< /Type /Page /Contents 1359 0 R /Resources 1357 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1348 0 R >> endobj -1213 0 obj -<< /D [ 1211 0 R /XYZ 69.866 801.979 null ] >> +1360 0 obj +<< /D [ 1358 0 R /XYZ 69.866 801.979 null ] >> endobj -1210 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1357 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1216 0 obj -<< /Filter /FlateDecode /Length 2997 >> -stream -x]˒*WQ宮1ˉMvfu7I)[ g.ܮ<JNrߋN^x)xC^%H.zRKi~IR:#nO8
;.Bx+>[>> -/R(ғ11,[/ϭѡn^}dczMɠe\8/a[1և&CJ?_Vp5³;|>g>[ -mU@,K)"M}.Xpiۦ0A(a(>^'eD
5(<Yrٞbay"Ȧ5Mt>Z%)0-=g?HTZHm22Q~F~LX`b>I^Td~^&5H5dGKm'B0l %T$",ځrFC0Tx -KQAB7Sξ푢vAE- -F8ՙeU!xSpp\cjf* -gRVpaQPF<)ܵ -ċqmx: *囶G."H#Eu*3i-H52ΏXmmŬsLjT9DRRUT1Rv6Y z%^LO,T<wp)5б.AF\]hXrV
o2R*OW{JhB\EH+0XP?@f[zn!,~UɂN3|oJ}תB!K+*dO> -EEG`UT2b(d; -U;!wV:t.ÂS&%nXC8~0P2)b9i0*/ljI[ehT9 ^#Cs
"9U@k`Cj*j.WY9︪:ȣ+.DBҶQLqZ0:7G5cjCt^{¶U2ns,̕<G\sc87VZk$ - -R:]BbAT"M"2Ax@)PA&s@( mp>YNgYP3.
<i2.nEnZ LD#04 `i|DC4l[=hJ(a9GmL_-EaS[ҋ%u~dIl}5.5b(f/UcDfAF>Oُ&4BQ=a?z5c88OdLo~Fd?8(DQ,DTǡ"ڏ\CAlh?h:i؏9~A/%,D1/~ *c]N
cAGudBqS~b>2: -$.<ZY9 -?\"Oۦ(Т7ĺDrnF
fr<0zq -Qc7 ~9`~7 ~ˤC1L}۔ѢNjbzOiKgܢa7Ǎq{?'%0}tpI9M:Np_%% -,6$QII66W`f0RB=J +1363 0 obj +<< /Filter /FlateDecode /Length 2827 >> +stream +x]ˎW0e0noVl]\-YTwK:<HJ_7y/;yK"y(@-H߷?IHiޤT/R:#߿5NKi +
!|+!:b|^P厀:mf&O\-ſ{SV^FVcߝK«}nT'{`/= S*|'qp]G-.7;{p~*T鶽DsdYL֘YlsgjD;Fz +V}i#6k3cv'l-2z-1` \;#a \$0
q#q11Pn@&Qҥ +a~Dy7<OZ5sVCO0pv\a:<L@<@X4Gox<3s:3.g2НW%/Lr7yN8|EN0rPM3|ENP!>z0_.`r9hвE /r1"O$\gb>E.(?%,
A
ϓp܉dA' GyN8dM3tQ?%^8}lGtQC.pdc>M3|ENPdXK;o|X+d`IlX6osY +B>Gp6paI !re22x6"xeT̰&K*KLn߾GhO +ȱ-&G4gvBDvf]k#[_qwM:Q5rO +DShWxJ\vqUtiӕ:ɑƛDOyva=}+5&'i#2kޮX03sԗow2Wd>W=(&tt +u +&^1֝,KVq_|!W3({j3`^uIޚ㽭J*p*jv_ԇłO%_<ɿ"(<JhEp`Զj/
IHHZ(XDbQD8geWGT&xP~X$f
iٴos.N.5Kt]]Zh2Sk3F")1FECU0iy0E9h*\H́'Gh3lދp~Yx*cg `A +c#-#E3tRRcAdvT0а*KLP*>)mz6ر;CZaSUj*5ZO+o1D?ID#gU%ɥ<1qҢo\`rCLbCt%CXxBxtaAT+N[%Fk"RIDǭ$",J"2V}aQ"0m0qvRұ咔TF;3+ys64@&ѾybX'60uNu5a]u]ZhaPQ-b7{N ۦw<V<r *e`q+1Z;lc)0`RhDX<8n1FuFh *ⱑ20ȕb + L2,)0:r. +g\GJ॓_x`j/>ϺmbFu`}F<X;ˍՋ=_w,OFY!=.QUq,5@ea,c"7/q?/ ϥ7[?ڽZyA3K5^a y>de uA$'XruG<ua Ǖ +UHۧiͼ-/`!D%XPI}|g=5mbv`L{_vAte~jJ6-,g;oc)H}}?c5O̱9V>TzZUG̱r5|mygώ3.(TmSr(>T@zGХ;<ϳ@ʀY,
ΟW98# <6c6>' +Yw61nxt/_$RA~9;vcvj<1^_4Im[&/T endstream endobj -1215 0 obj -<< /Type /Page /Contents 1216 0 R /Resources 1214 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1209 0 R >> +1362 0 obj +<< /Type /Page /Contents 1363 0 R /Resources 1361 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1348 0 R >> endobj -1217 0 obj -<< /D [ 1215 0 R /XYZ 69.866 801.979 null ] >> +1364 0 obj +<< /D [ 1362 0 R /XYZ 69.866 801.979 null ] >> endobj -490 0 obj -<< /D [ 1215 0 R /XYZ 70.866 271.98 null ] >> +554 0 obj +<< /D [ 1362 0 R /XYZ 70.866 771.024 null ] >> endobj -1214 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1361 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F34 637 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1220 0 obj -<< /Filter /FlateDecode /Length 2840 >> -stream -x]͎
ޟ\U@/JbSE٢18 ")~2_7}˷__-m_b}3--Yiߵ_v?6ߴN7#XRJ,
?ixGîׯP^
:+"-8bU2Yn?, -{FjSj"PÁ<( -ŀ%"c%iFeX$S?u>ZO1vz+|$ZphFZ}-uI \kLT3FcJ^-U:X<KLXcv0^h$M\wx2kDKb
z)ZbY1"uBzdzԱhs]
0.u5Kb;mO{\Xg3y /6Hٌg#$LD1*a2\a`9<fJ -~W1JjV&my fύhNT>'LBl^YƩ)^GT%iNGe 1t .EC~<`U\7xyGW:ŝO8HW i >(X/ȿ^Ŀ_xɿʵ[C+T[zI
ȫ)'5ETrXb\4"|(>c|`*s,2e5(,ggoU. -h䰨 -kE2rqG~2.=ZAd-
GǨL"W:B&QPKdOP:6O,ұLHW:/_HxSJJb{,$%jN)YwD%i7F=7NDW/xK23T%6
z"R$ȭ[]D&mfi^WO%`ɬV=v#OG^Kі%ID[X5ϫ0]|tIf -w8X|u
iOl3-2w{X٬A[TJDPU - -WQLy<kXbg!;!\I 2pE$puKQ)*//ƈ7F+1BV*˶aR2D&?zXechDg>.Z -)R^hXhl3 0%|BYne Mlq[٢!+ǧ,Jsh=ķXNّ3gۤͬV}@1ζ%VC]`i$wJXᐥ+0tCh*@lp$>4OF7R(]
ٜ?xo~kR( -%,X #f&B[ -ڎi9`bĞc6ZS&Md;zk
iyZDl.)/`V9V<[6.a>ol>/u.A9S<LAՕ^#\1ר)n+23<?s*l -ܐ""ƥ -[WR"@Ac׳D]CeI Cr.5?:SxnȷH>$Qg[|8IL+r -A,txޮe^L2'Uh@dwL]2sWA9mWU<xMd:Y9O_iicWN=e DȩDzY53+\qJddÐ WdWdcϭXr1DX<8ي[̬}NW1h3{=^}h5m}@'gYq=tQ-"HHj - +1367 0 obj +<< /Filter /FlateDecode /Length 2708 >> +stream +x]ˎ+a~ +gθ?f:Ƥ\Ne}VYi6> <4AIr6rw|uLuxk^տg}^d%9u:n.amR).#oSZspYķNlYŲ|Sv69crewJu*C (z!D%@T4TRsR4T.dYȲD{kS"ۨeY*ۄ 4wX/3Iv*fZ)hǬ\ +2:"B2 2ěM^Ih(1.^5nJے?SͣCط%wZN'obg-m^`쨊kUWUVWT2U0H }uu +[H%ʊX +@o+=`G'(Č;#Q.U`tc6kcJ崓wmvڱv +Խ3S+/wA$Zq# +*FiS-8P g:I7nSI|Z +3PHjL +n"o@N['1W7(S<O_t^3YC/ԛ@Z6cc.y<TȬc XHv[TDQǡ8q~+8?.xqxtt 1w75<Q75,1ڨd($;n֭wя_Li; endstream endobj -1219 0 obj -<< /Type /Page /Contents 1220 0 R /Resources 1218 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1209 0 R >> +1366 0 obj +<< /Type /Page /Contents 1367 0 R /Resources 1365 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1348 0 R >> endobj -1221 0 obj -<< /D [ 1219 0 R /XYZ 69.866 801.979 null ] >> +1368 0 obj +<< /D [ 1366 0 R /XYZ 69.866 801.979 null ] >> endobj -1218 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1365 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1224 0 obj -<< /Filter /FlateDecode /Length 3564 >> +1371 0 obj +<< /Filter /FlateDecode /Length 3515 >> stream -x]n6߯oR@rpwAj6)5YEE܅vw<Uǩ"%7yopkoo?yS E"O{W)]J*3R+_1
~ !~:7ֿo7 -嶽Df2aPټ\RKgAł7?>;)XظY~&NJ{zn6S<ůΆ.#+u!J|[X#y^f!QeȜQ[`QMy+`z/k25n5|<iX Aa-VbѮ鴶pl -Z?s|KHREf_XP~ft+ŲVtWhF6B(&JJeV%dy(TAzȏe!;S_s*дԑ^/tàf`EtavGJшֶT3[k!6RZ>W7`yH\GI`d({RzLL3!ɌFkX5GV u,m>L >@"P6(<c>1cuY&j -T)zK hEo-^U%2D0(z9LdLqH2kHia
4we弤"uOCY4'bl -^8YceA-
ь~*%iC<t]Tkw"4|,~6!q>w
4*6Qb_`7I$YFN&h=(NHUM*8EudU"jlBOE̵4Rmq10gx!2+K1ԪZr*;YvhAg/۽}95~?WGJF~@:PXՈ{xM$/OZBDw5PZ*Ԟ@&1ى'KDoq09FQU.00H8iؕЖkPDUM2&ZEuɐiK=eϹ!?O:T8, -±ԹsuUǣ cnGA8 -axGA -xdQm c(l5~xމ\ywmf S1wR"wR -GϽB=N -{'P%&{'W{@h;N!_p7:_X/l;'Oh:!_j|iWKK41Vx.ntbEco(3((
=tJq^eB%7:Kr.BӱX-ړdInq0~!t1~k.ei`Zzm0 (!9.G#0hw2'WD{Y-#f -[9t܇Iѓ&E1&Eՙrs6)`ݤ(emRp -4^,oӚ8!}U1'
~&>y6N7Z8T8koVZk<Ou
e,nݭ>(_n7}OHxeFHkv:gc/ĝȴ)XׄH|:_¤M|'!=nW<p@& dG'|͛LkbU~' -̻rF -Ad./:31$_)m|oJV+Zՙk0J]#щX/-VoJEq٣6xԖK
KL֓=t.>"!B-LdBp6(܅,le
T6I1Rg)WF}kkvU'O͂(Q{W1<c*p:~晵c/u'V'c8U -&BQYe1iEHXA-Avx)X(@:iG꣱ꇋP1TzWY<jM*<uGVvpU\tĚcȰneXqLq\p0,$CJrcҰhbCr,58J|} +x]n$9WF4n`
:}ab-*CPHW:SzH>=Q!_7}˷_mbfnI-墴}ZۯZ7:f_9VkRJϼl^߿i3v~tQEpo:U:T#SE`hSj"syPio@=^0vf|QZ[LoMr*6aa}>MXb5I9C08SoAoU7m1"TJE +wࠥA>F泊*8UܬBQ& +Drv[fI[!JDtTI9c`ᜉ"MIfcO[ p6jZ+W17m-wMJL1N<^d`ֽa":MbAǫXJkcb0Ԛ!5m0$8XV2#Aq8#YQ`'6CDR;@zڼでi'd{/t#bm31DɠISUƙX`ɛkj:=/:l:Kl_r~Ǿ|b{}Nsyǂ)+Cr>H%Ҽa5|yl!]&E`
#;LcΩH5\]ӭ̤g3$u>ey8B| ։GK"S)AJv0֖Ds,[(;:2t*«3PԻp{[I|8c>yG>}-*y#Hy3j3!r'|` 8pc3( +IEeS4E<ر$NE;2T|L{[Ʌ8Wԃ;# fr!EĺYB +_8rюcӆ3xVvL"e.("-E*FXA<dJR1y2BVÂܽg[ml]O`k^WȑT2?=hϴD3n|ݐt{kӭ*~}?؟:mN}&ST5vP
֥FJU!ҙN@A;Hc:ΜXx"lsx+q@=xS$_l: leBki>vO46Yw4?QBYhGS@I"Dz[:+ !^w=CFiSDe\RDZyA/X|5DR
۞PC2{שc\5DQSCϔ0T-)"rh,ET +Ɏ$Zm\5e5ATׯSWsO-2Rϓi!|9\~&)T$:vaI%ҫVK"Ksp<y9鋾5*PEvdha=")Zl]")RVpbAH#sVO"/Tm~LE*ALER<*rª?"I*R#*rꌊyߢX@REұTU)hWsɧHFy2pTiU"H CyEAyUA9"E9@ߴ!-H-REx~ḍ 1QuP81Y9<SPm9k屛 (W +c|A銇e
e.K2D.FcxX~䒴͘~̱0vP
E*#TgF<lX*{<cI]XKŎE"zpJ[,'G(Emi;8lyDG(SQ/gzT~"> +E +q8qN4_?Bڞ1Y#͑#F~%S*П(0ʣ^Ej=@}b` +X7_ ͙~ͬ0k|DU OL5Vfĵs eqE8k$,]KSx!%(v}<i^NؔIoOg}UZXe3,GG5$"dQ4SB"XH'9}kK3'nmAUT;U|^Zn>M
A'gbUwCVk;x| žXDz렒{ҧVt)ĺkUju҆F+li?/
)!/Iz(jı>8Bu>5 +2 endstream endobj -1223 0 obj -<< /Type /Page /Contents 1224 0 R /Resources 1222 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1209 0 R >> +1370 0 obj +<< /Type /Page /Contents 1371 0 R /Resources 1369 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1348 0 R >> endobj -1225 0 obj -<< /D [ 1223 0 R /XYZ 69.866 801.979 null ] >> +1372 0 obj +<< /D [ 1370 0 R /XYZ 69.866 801.979 null ] >> endobj -1222 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R >> /ProcSet [ /PDF /Text ] >> +1369 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1228 0 obj -<< /Filter /FlateDecode /Length 2001 >> +1375 0 obj +<< /Filter /FlateDecode /Length 3081 >> stream -xڽn8E -@|? @70Avάz3D͢"Dҋ@loxyHS{ᗟOoO߮_VZ}I".3oW~]z\~\}p.87so__R#bs%#/Op8X>)}|{G+C*̖PӵҨBkO1kҵĺSgBxPʻp^8[x/(4>2x^-Ugy(sC:].(K - -d*5\_c>/o
k -\UxJrZu^WsʭG]Bd}S+/gSNjEt|f]I<5ˊ`<`BҎw 7E~/C~VBA& <Rw*s_Tuڋ` -U/~_$V[S^qH^1ݯZOp í/[kXOp4`C?JD]WEP4BSdC㩊͌*f$j|ɷuՓ .nBha)sP$os"
PF0sIqp Pp)!`ݨlXC[#,PN3)!(0fYLM7Li3kv#M߮СwXҴ4uٜmi|XxNٙ,g
%+R˄4#.+D.K?z9eIU, ً
羘RcnE`&hJ7nI=L4y([<yX_ѦNX^_Ѡȡ(K'VW#%"a?pZ.oQ#3o\ZqB^M#=ӵ3nnVJgc
[TtZRnmL|[F_jsjab=dfsrQy_c o#e 9k<
xhъyyO,@O>a#tPn[оOG7g32,id6xyTw>8Z9 -GvjB - -O#AH+9u8RtuppĆ`R#s\B zoB|&Śu~"y`G1lm$<O:O/;[9މY)ʏՇH +%2:0\ +x]n8SV +[cl c#606on+Kxܢ@Q+ +hdGSӓ{#ӓشӓT'Y9izӓD5\ak,>e +NYˈ!`ڊȽx m!M&NLx}#zϬSs[Nbë b1BZ|HIz Z'ε#lj9ײ>`nmuO3m5=Vl٢b=TgjGuYQC!R;RlFL&pZ
p1e23;XRhxml2y]"k 05Uj?L'P'ݰwYVD[ܒbCؔq=jL8ْa>jȦl>*<s"1Trx)ƑufXAUS*uՙkWNY>25Ռr-bx0A c9 $\\`'dz/# +wDg#܃,Fl{JGsy,U1"¶)BN!嘨Z]CwcMd#cg=4=J^8譼\3'dظS(ygϝiJvx\IQ$10edyy` +3eA=Yd%=0Y) +N9YCufS&+ 8YI5MV[xAkc)!¢^ONhLh3'cZ='c.+Bgq"mIh=LNa<A"b,VtWy'CN[[T9co+33eqXΕl8ZYMgz؟;v]"YkKwxwx2ցS.Pm_ciD]գaEՅ. }IAp1d}Á
18TȢ
'c$bZ-UI|D +v4\KX@2 +sB%
K|NsvyO3'ٜ"{j,| 2xf9E{Uۏ6ȵzKn玛7]z endstream endobj -1227 0 obj -<< /Type /Page /Contents 1228 0 R /Resources 1226 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1209 0 R >> +1374 0 obj +<< /Type /Page /Contents 1375 0 R /Resources 1373 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1348 0 R >> endobj -1229 0 obj -<< /D [ 1227 0 R /XYZ 69.866 801.979 null ] >> +1376 0 obj +<< /D [ 1374 0 R /XYZ 69.866 801.979 null ] >> endobj -494 0 obj -<< /D [ 1227 0 R /XYZ 70.866 658.53 null ] >> +1373 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1226 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1379 0 obj +<< /Filter /FlateDecode /Length 2934 >> +stream +x]˒ܸ+؈mK>*ts=?@8
+C-H?㛔))]Jg~W_1BV#_H/uđw;ww +dmߢΫ?1hb]ev;wן5ow~Z#-PK`] +d^Dm?xJaTAp6רR!*N +11U#*|uw]d㝊LZxI6MBI_ Q C;LWJ}-\X>cK$OfHGϢ(*KȒ)A\+-d{⚅ ɀҹGד]fA~X?'L/dNHe#SdڲS.v +8X^"8}N}Weohvh- dvgczUCw&oCdu~ҬLE)}hNkǞhT$7Du*%K<#D~缻y{i
§\)c9hQXxrd5+]SYfi^0FyвPh`>OK ^ x-L<E@i,C8klEUd9 +.LF1 h5k'tP%slZT*zIEZfQd|ԉx|Qz#chx4DGޯd#zފi2nA=i>88Ǟ"RCdI`8h>r6_T惃H4b3|BTZ N5f $~~4V;rcݎݎz%KwF"䪕z91^dd=KqmE,}N`۱g,G1+#TgN~AF:~9fua┫vj5Fmlsq? +OI
)
JO +lMW0'f)φWKzk|sJ-'ܠeJ2mǞ鞊
@]"sYq1Lһ:"d'x=1Dx*]5zU-瓪EƋ"X7&hYrº }&Xomσ;V<8!!{
zxFgs٫w9hy,vZ +TuAa=ԇJǁ{it\`9sS4PEw&rq .ޛfH<\\s4p10$>tP1GwuH__Q +endstream endobj -1232 0 obj -<< /Filter /FlateDecode /Length 1966 >> -stream -xڽ\n8+wr`sW_eKF-fQ$qy-"/?>}8yI"y'oȋ)7)ͻMJg^+xlO8
G_C/3s3>C:VOWzߟ -V}Ǘ6qlXc9ߍE(o -L&m
,E#QzD,d -w5g_Ik -`Ql~j1}mLJ(s lY>'$P#QTP -*ALk!˴tW{2]kF kHkeϻ1plm&qP&#[W 346AwՊVEV+y",Iurj -G} -4ANN)DEqqEړkfR_)ZiY#)s _|ڥ@A%ECTM^H֙yGPG&RFm]Ai9e=Qgvp}L^)V#ͷQh}{w'7Ic콑-!2k1dZdBz%%}xj;0ZעZ4."[_3)ǀ |3~)n" wP0I˷yӈDhSNdmF<9estwQ6Cvk=;[W|#5GWޅ -X,5uEwxfzK#UMƗ4[ 4bN#/#'<1N'%e<~)+h?9䋏[T<NhDTUB*ּZ`L&uyb qq\-fV:2tZ4W1 -/#'x<1N='͑:hӲ|v_{8/-(%EP=$EPmLJLvT,.jځCĸXTqA -y(6 1f5鄠AUQPa1AXW:yNX-Z'<SP!DA5@tBPy;wo]P1d*HY$Z_ -FT5ڗ*8].Dlnbc<n4SrbNdR: b -DR
BhڲLk}3t. +1378 0 obj +<< /Type /Page /Contents 1379 0 R /Resources 1377 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1348 0 R >> +endobj +1380 0 obj +<< /D [ 1378 0 R /XYZ 69.866 801.979 null ] >> +endobj +558 0 obj +<< /D [ 1378 0 R /XYZ 70.866 491.158 null ] >> +endobj +1377 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1383 0 obj +<< /Filter /FlateDecode /Length 3291 >> +stream +x]Ɏ#9WZ}
dVU60As>e0tHar<$ޤG#C!_}oRT6˯~3K*xI(m/]ky:8c7|"X=|"?~K)|>ohx~4˳v~4|t`T(qLr{.;EUᙪQ MUUb8PaJ0x1{z0ki2rֳŴրXW!gr,_U}y)f!v1G +ًvx&EE+O'|>Y>PnfDv\ +xeS\BAY%*yPu +>z-;U\c#=</lem\"pY%Bܕ/ l]TAո:U7Ɲ렢1"
ا7JY7LerKIe{V뻚mbD +)?5)bfb}){F֎]~8k<sl-H1NhEK#LN{hY.|^Ѳ[(-'E7A]^Y~nb36P +(RixHLp[Q|RH+cNEEH>A`xzTMwѵ18Yf;\]jjj9d[-o[HFr&9L5<CJj/hP|~@rZ?\(Y4J<Ӡi`ێ1V}=TGڛ<;8&w4 +XZ4V(kJgK=]t +Ǝ*h "
P +'i1A]\xKՇD6nO!ZJΊ>$U + u,)שu\gSi@W|bWU + +ژ0eM7=jI# ~ڢzh|{N䘌OgqМ+ tʘM("pьlTdz{f˱͖>5\Ga?ro>ڒ
"& + "anSGwFYG@q4[ޙ9ͅ=hKtX~Ai
МFYG`oGcj5 s1a,emADY^!LYB}>?TMO丅X_ЉyH5\KDpU
j%Z|#Vcza /S1#V{My$VR.ż]axsĺSs`ʸ"0o(ΪfrUa=GCCl~6gu)@rF0jxE3l;ٶgwv<Ћ mDq]JflF6)(|K[VI7c{tzDʽ[dK%lgv41y-o}ш97 -[@Iw9Q~ϯu2coX']pjxAriNl3c9ZQ5j/^'15jq͠~$gC<kר'Ñc9;poQՁEr1zG~5^[An
pk7`&EW$l +endstream +endobj +1382 0 obj +<< /Type /Page /Contents 1383 0 R /Resources 1381 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1348 0 R >> +endobj +1384 0 obj +<< /D [ 1382 0 R /XYZ 69.866 801.979 null ] >> +endobj +1381 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1387 0 obj +<< /Filter /FlateDecode /Length 3174 >> +stream +x]͎8SZ@b3EWL9d>\q#ER(Yo_~p6koo?
yS E$wwUJCJ&3R1>ᴔ>ⷯ!s!}*}B/ +1%$O,6e}hC~{3Ki +D##&7-7d.::6NmݜYp +Ĝv5P#1g%gXo&|ExtA)Q"<G VwF|
L0
d`DGfqL߯pL +V^Gj,`5R@Z
XtQRIm/iĤʺND[%G.>m`'bmd{5j&&qcՄ"lB +7ɶƺt[4WPGNmNdj'IrX9X;D48S;!mwNjN{LdG*[[v
,KL`$wgtZ@:N: \;X;vOD{px:N}pu\vrUI[a +f_yӀ7G4 +):FB +(,; +)@&e+lk-P +)M(
Ŕ\rr陴RLXAu,foAPje"[6!kc+,`yBdG|Z +}]cU +ecdGۑti@FeѶQj^ +6W?tw4'r)U9
<v~<gU +Ӹ@spǣ5,z4צ +80a6ݑV0IW9R|dHqFj<L .nHgd|OOĪWWw2bG3uu~ʿmoxoaP9Ҙpҙ,<%iJ+<7T<p\f3VQ2T:s1,,Oa?V^,EȃI5S4۹{x/xCy=4G1~Fr[>^ojj<AukGm3zoa(,ݧeAm9a#{|39QSB;Bm3F|Y'||nTrrYe
+yc)ppRíSivknW/y YB4a#xI)t"ť/6GPScHXݲyS+'֯ jPP<#YH^G\F9؞h%7 c.NZi*HmTP!D4
4Cq9j-ӐjCRm
aJCFiH"!{Qq$
2qR!ùҐ.ŭ4dV念h&t9JC8!
B
;%4GC4x_!4LhL%3K }H>%6a(6qNl[Hm$DIyI餅m-#8a-A>Am7-5T}%T,82 +$A5G-jNgic<~ܶ]$v~W9 +endstream +endobj +1386 0 obj +<< /Type /Page /Contents 1387 0 R /Resources 1385 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1389 0 R >> +endobj +1388 0 obj +<< /D [ 1386 0 R /XYZ 69.866 801.979 null ] >> +endobj +562 0 obj +<< /D [ 1386 0 R /XYZ 70.866 189.217 null ] >> +endobj +1385 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1392 0 obj +<< /Filter /FlateDecode /Length 2730 >> +stream +x]ˎ#W +}#ot| +"À"Xcr90nT$#M=;v(o<caQ^ʣy B[kTST6*P< +ģw"tol1}%t2:_Scy[1*L.~y|m Ǣ]|$wm@ZЉIWcRtNmq 4x%"V_6d]Yyxc3Vޔ\ ]TijZ}_3
ޮxQ"Z
:x ןsy@|L|Xg璊<wނ9/]p -F܅sJq4ϱ-bp;`sdgFslvڢqRa3AynF1Bjߠ>H$\2qSуj:hMj_ջ%EƯ{:B)GS)YYK|䕵]ebK#۴N.AO8X&TP=KBfXU;aH+^n=FD3Im(2^+%J
R
N}y1jIyg0Hx[47ldk9Xb'ڲ͠rƟfR{''uZis}UK<8F:$:T't^̏ڄX=O,vlN$Bn8$6vԸu/THu0E4ĸR'eܔ𘯐GrppnASzcUC'v.95<7֕v!:rog;vt?@, +E*1DPvb6mKlGj:(y +gǑ?J@-Q} +XT@ + e%OPTlGlUFVl瘭~zQ[5t!IjT҇XS>OWk=-*{< G?g͒gW/Bwxo endstream endobj -1231 0 obj -<< /Type /Page /Contents 1232 0 R /Resources 1230 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1209 0 R >> +1391 0 obj +<< /Type /Page /Contents 1392 0 R /Resources 1390 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1389 0 R >> endobj -1233 0 obj -<< /D [ 1231 0 R /XYZ 69.866 801.979 null ] >> +1393 0 obj +<< /D [ 1391 0 R /XYZ 69.866 801.979 null ] >> endobj -498 0 obj -<< /D [ 1231 0 R /XYZ 70.866 570.859 null ] >> +1390 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1230 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1396 0 obj +<< /Filter /FlateDecode /Length 2496 >> +stream +xڽMo#)!Fr2H{i/[L(NS"']OcLE^~<<>%䵷B^%H/}R_4RG)GY/߾cNKi.~B_o!:^Br@L¶nq_o-GLh.tcݳ+,߀MD&l;<_~|;=
tlFkܛ_ֲ9Ǿi,\Ǿi0/=.G[-
8ŭ`Li>}QԴ9#iɏ }ʦo\2CI>)AE pKL&TؤDw%mСI=OU]YBK/ȝJCᆲִP-If?ۧ0˾lutߧ Bh|(<n(kۥnGsa;faϔ +XZurX!z?cvX`X&1mjc](`vqlf1v/ϪjvqӮo^2Z
:Q0Nu2eFj>m.a̺{}'ECi~dĂNH'5d331"e#QR{8]Q4cp;|>}WRUpk*]<#mCZEuo3!lwJg)cM<թq4h +xN)o`aYfnm96AvgvD +|3{</[2Ez=^/ym'FNcmtSgod+8RP! +4P4HE
:O65g D^:EmVգD q#3|cmrϒ<vY(lաnqZhl{9vtLhg8w&f[)1m5ТTln8(̳n ߬KȞQvj2qՙ5d_OaiOd@.WZIH$XVoԱ(L+u|cam"tLCzk$`4i"Z98bҸ2Qj9v:FDAmQTg0_N89X sX2 ʎ|$@Ɯ% 1 +K]j\;hN#O,6iN3҂qBeP6::>Ms9+"} h)ilnpap l$<<@JDJXLJKIZv)Qۜh33h=U4(7p+2 u`]E;c5j)ᨷqՈfaE$VkZj8`8 +N
8Fj.VY<հRNVC}Fc5KIZv)QۜvF^a~d@f%Y +NȀc +endstream endobj -1236 0 obj -<< /Filter /FlateDecode /Length 2603 >> +1395 0 obj +<< /Type /Page /Contents 1396 0 R /Resources 1394 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1389 0 R >> +endobj +1397 0 obj +<< /D [ 1395 0 R /XYZ 69.866 801.979 null ] >> +endobj +1394 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1400 0 obj +<< /Filter /FlateDecode /Length 2540 >> stream -x]͎8)Uf:{\}RĔ'=8H~ȏ_~/_VZ}'8μ>Wʹx(έ^o w}v}߹//-߈7d? -ҘZaQE)BҲ}PY%*=c}ESq
LZOׄ}X=IMG -mD&K+hMZ,<X̆J~!m&0Q&m5Skfވ=+0%(Ւ`sjP5nxR^0%nV)%^BLS췢?-כ2XDf\1r -W[Ċ[7Z|{6<eF= +;Gu!}$4֯o&1vfҶfY'Sj#)nȬ:gU^G9Urxfs^GON6XV[Zq?(+ўPV+5$J Y]i(P c)7-MPH/ar'4{*"g<sbEJ|yUerO~>\NœݾkL`FLNxa2SkW0j 0)ovF>&9xYA75
)$8xG0SJ A}@aLޯ>-d'=o|ՕHtAjм<g!x,X&_ިPfR?h -mȘ,xN.MLwCPgWshG+N1w\%ֺβ4TKJ.e`f9Xj/6-/i^,%,+ 1`7ȭLATa\Tm&DJY( t\W=zPm/0dY^B -LiTYi=WbaZk.VƀhJפRtDf~#nh\I} |OT8b?x<Ƹc| -Hb̲Rf7X/R, -ͰHQY2ebY [@YVBJض 9EҘԲxYig-Vhcě/efI)6u^/b{%4tf־2mx"@3oAsߗu:aW^3I+GW gFѕmƆ2,z6v<G~Mꖉ#Z)vV~k<&`isxWh-pvGBX~eD-dH9Ƕ|3E?f}-ǝ2+v'Fo\:N[9-3ohq'{q>KۦlLJ
0*WF}V)Pd/?V%E_kӪW@ӥdJsf7g!d/D7XR"C)3[!Oڷbk}FwmnA9HcS_c+2Yl`OJݑxȨ2軶t=v\&^m' p}\
i@D%҃R#!D ze[@#Y :/A'A;'觠4ORj>`Kp` MΣ=btz{"Jl&˦/HigHɌJg@?Y
YY5OGޥr˳!iIَ5v[>崐ƶia>"f3WO\A -w3)!;wN~&K| gA(lPxƲ9Zf[ȶG+<N@{um548!W@nK2(O<e{H.x(ΚyG@-;h!i֎V澖-qѪ4:ha扰bY#'>Fhrh5i!Z9h!YDGHDWVMJ.D3Dk>E1 -:ed -YM7q# +xڽKo7a~ +~pZJpu5~ nc +_?Cdtl3ˬGr`^ć@ +/R(cbHO0:ᵯΏ&Trf79βDO-7_ǰ{}{_]/Goo?߷LJj"\$РhB&5߉J۾mq*ah3Au!GI#=|Oi25co(|J<1H+)
Mzu&Ӌ}*3}[o={K[8vhgP9֩Xo{ESW(uB~(Vh{'Okj=>`<dm,RF3k::^[OkQ\z"<aT368*=F?=09A=#rҪGD@cQ<I&E@X}0rpdW%GCUhf6=x +ڌ@6A[LK($#WBUƻ
mFQѦ<mfdDXk#
K"OCh$2t<6"=UF' +nfMGǴuqk2Fg&-2`i
%'t[n֩'[!Nf,{F@)L29n/et<;\@:q㈀\2; +1oӑy1Ys|f2@G[&r~*1آ8`Q9Ӏ +J{i3K^R:fvn#o%%!u,yk'"l
`Ӌ +<aF6El9-c&Ea140țd* /[lG+-sx@ +o6vF>+e'>K쐴$]p<<@ns3yeX;wۥQF
SFѯqQ~&oGG7eD(8Uk
V=}~`#-pc˖zx" gR=S>0,jzhG`ئ3۷YR^l0`aZY ]!ax'퓂×}ΦdlflU
S=Vq@HǠWdς ܑ35`iHl7JBz,&6M4ɹI,H:e'46w
ndՙl<s_@x}km(g=\I&.|mU}}XD[χ+ktZ+hڥ3ȂИh!`i H/bZIRqQ#m&cUZZRFSKDjሁRW@r(JwKz;9E9d\E-l3ulh9mH'k,Zyk| +l9-%S=<`nK)y[N#ohl-2i:S~k}ʛ#y]WK +$m80m(9y2E%pzΎ7<QB\]
χv4Dd c9VohZy9Uސ"O/yk?PZyIlF)Z5IR8XK+b]im1fv)E+]JSmzt:;3mgΤOͣFWH
p2jgI
a@ӉZbQ//iYQ̄
&S25hP7Vs^X{J <8\x:iZhpy+)Ze!|ق>ߚϲV +Ǐ??Z endstream endobj -1235 0 obj -<< /Type /Page /Contents 1236 0 R /Resources 1234 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1209 0 R >> +1399 0 obj +<< /Type /Page /Contents 1400 0 R /Resources 1398 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1389 0 R >> endobj -1237 0 obj -<< /D [ 1235 0 R /XYZ 69.866 801.979 null ] >> +1401 0 obj +<< /D [ 1399 0 R /XYZ 69.866 801.979 null ] >> endobj -502 0 obj -<< /D [ 1235 0 R /XYZ 70.866 658.53 null ] >> +1398 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1234 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1404 0 obj +<< /Filter /FlateDecode /Length 2467 >> +stream +xڽn7y} +PF:-=0GnY\\WiJ?xjp/G%yƏB%n/䞺tTu$/rnpP8w? ~N׆bƽu;/C9+CC]/nᦫǬ~MjϿI(|JSMH51}oE638kp
Ar|Cm~jvo
mR"Ĉ;9b>P룸=c~籬0*WIJٮ7k_@kKHR$_M_Ay>i~߇q0 +QvJ;]Tl +'ᵚCѩ*:o'=a/uTԜxžeiؤ>m%
t\aH9eMd}2~!]{JN̘m%i%v1a.eטj[2P'F BX% ++f&)pH>o9]
|oNr@kQ=0BX,PjG\F7`ٓ1`fY]koc
9m'uD8W]oZce.p@9/+HǀsƋC)k3iX'M;~.nbKi fk$^YfDn;Y'|% +_lgLFH3Vb@ɝǷdk6D˥оYiYJ<* +c=i'#dQ3>\xD7"&>4%?6H[ -xޮy6Ig~H>iI5l 5G&6BZ0-wa3se7VD^gЖS +LN;q6O/7}`a3Q.Xr9 ]1N +e}N>/%EHlDLGOMTz[e#'{4]X^ƢH'{v<%|B
cZRm4L^/NV;Oj9OD}NdvN;]Ul>OWN9v'KeC'|W/oF9#JIo +H3)y@m%(t\uOZ)YfXۥ=D&66 u)v*j*l:YƏ6urGQۤá2MϬ4ׁ̍NseG mR1Rjv +,maXR`_r%I0hkqbBql1*o|CmXm2oBT[>NQ'cYu>`=k#%M?G5-P>,x鸄u.j3P!ӨyFaM7mo+fc[3iWi#
6h' iCJ9a#ߐj'4ini;⎨NJi>7.
?+7!P@?o8"͎x{oNE@{\`Kmn.ݏV^ŲyqWDh]b{ +endstream endobj -1240 0 obj -<< /Filter /FlateDecode /Length 2393 >> -stream -x\M6WXfzVڞz?t(r\-9,%pIY:ӏO<Evp/IQH}EJMJ.z)] -?l+3
_?{_5:ƥ;$/w@-_H:oT-VF-҄a+-Q(r_?$=hڅ*(4 (yHg<&1!lB*S/-M̖Me=xnزs6FHv[0*3붃:RlM(T*.0/{5SPh_7Ca2^(֘n`¨dqBvB?%VΈ}ρ֩`E45o -mr;y -cÎR(U_Nw{Ƚ6nZi!ga[+/l_ZXG4Z{OseUx>_\NQ<(w[ԉD\"QtMhaOlөр0E -o "*ʹ'du/g'8!6jY3f~F_/Y]`t#n<GO-EJGo_7ɓ3[tzk7 -yѡ -NDB*TxMQXŦ-q鳅Lr=&;]aU%(ZW)dXbc9לي
%Eּvt.Y!%rW0{Y?.bGdUUwdL$* -+VIg'44W:WM1WR}_
Hb >ARj'HzH5X'7(Cj*l~7UM[Osދ}|xs65`e"0jzފAV3~IzFUIhCg
LJ?A_<q~˦r|L?eiϤ#sNQ}sN
"4,d/ -c@,t2m3Oc w6Z?&`ey'R5 -|)u+HnrF( @MBa0,AQ\LՔ\SkT&_7츯O,ۺ&l9UjkޑUDh5H1fljO@PBz`XPU7Iڳ7doʼrOZ{/aoDpד)E'tO[\jPN[tjű^}CQVel<W^L\{Y
)OL2rd~LBnBAx/"ykΘoӛ9\;chCynyFA@x%(ֽ#]{*&@S5E*`}ś|nOX
AnaQuibDžN=<MXTu -4aQ9(,hojC\gc(9O\\-u xJgTdXؑv:X̎HM -RsNψ8*qTЏ8l¶&QjObh~T<IbTMvKl^5^
"S+Ao7h|Pbͯ +jɊBX++jdE瀬НRvx؏>c G_'!(W>6 gMe۽2 -1`1<$8 +1403 0 obj +<< /Type /Page /Contents 1404 0 R /Resources 1402 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1389 0 R >> +endobj +1405 0 obj +<< /D [ 1403 0 R /XYZ 69.866 801.979 null ] >> +endobj +1402 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1408 0 obj +<< /Filter /FlateDecode /Length 2107 >> +stream +x\n6+$tYdWtۮ/JR2KF$M;zx}q5X~qqyk/%'sʹQ[|>?*`#9װϏι[/c[>[#~{@ijx`4ơ5<!fF +ǔp5lU+"-֛oJ)ѕm}Rsߍ3xU砝 +%2`_;f涓m`oKSV3ՆAS +8"_͈4PC}d(.* HG699" ۢֆ)Q9$۪Lm9lC6ن
ɶ^ȶ/T+nT=YX#6ZElDbkJlBCn+0;0k*"n+9,',AWvt=Ud:ӕNd:J_L1]'GaCQ +[|@>?*g_N<o9觤j+v:)-,/(clö/*pwv%e@yi8g]SbtZ,R +ӧK5_$c|LrU?焼n7LOH +(7oE7;$e:4qTqn7r~К#Zy]=73JX3KHKtpDPYM$Lx>9@x=G#*,d~\JO<99DxU 9Fx'FZv#"#l <y[K'U"o3 Q_]/ CPP`c="ӎle2?Hx0#W6 '<P endstream endobj -1239 0 obj -<< /Type /Page /Contents 1240 0 R /Resources 1238 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1209 0 R >> +1407 0 obj +<< /Type /Page /Contents 1408 0 R /Resources 1406 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1389 0 R >> endobj -1241 0 obj -<< /D [ 1239 0 R /XYZ 69.866 801.979 null ] >> +1409 0 obj +<< /D [ 1407 0 R /XYZ 69.866 801.979 null ] >> endobj -506 0 obj -<< /D [ 1239 0 R /XYZ 70.866 698.381 null ] >> +566 0 obj +<< /D [ 1407 0 R /XYZ 70.866 295.89 null ] >> endobj -510 0 obj -<< /D [ 1239 0 R /XYZ 70.866 493.153 null ] >> +1406 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> endobj -1238 0 obj -<< /Font << /F50 614 0 R /F15 567 0 R /F55 684 0 R /F34 565 0 R >> /ProcSet [ /PDF /Text ] >> +1412 0 obj +<< /Filter /FlateDecode /Length 1856 >> +stream +xڽ\n8+ +R,l"#)pA*&r S1)bă䙘ewSu[1: +@3Π2R(Z!^[VG-o5
X`K(~]5/ۨKH,dc#ؔ܆әVxy5cM6\d-R Ey+r˙ز3"f$VI!>:a,BPx`IVq0܉FP|n9[s,*>ݶiWDM9𬣸^U㯃uǟh(ySt@n6z[w2t|NybDs?0^.Z6(3!nl9LD8.8@tQ|0/Pzg
f +QIvPm$8B4D/\q~D{/ČH^bBDԆM/mx:`y
r;yq/\H{pD;cT/YiPR|n3zB(/lG=-/<s r9cVĈN00Vlk.4Q%AN`xb4!:+y+EJ#nL(4o_qir|nyZh(DMkhj/ϒ\0q84sܸC>ny HӊRi
O@A:1u~r5Xl085i$'=C*XCa'Bq۞ZaT`v!ٮ[mƑxvUӐoEi P& EMtyq<2#.\͈˙ubEK*mt<k^4ȩ<8is%ok5Nڅ&$l){P|UKb1AR:BRމ
`xSmtF_WVh3}U;v#gĵUwjElJi|]'jhjOO;{ǰFcԘvdޗސKĵ|ޫ)y/mG<N3=5fC;Di$!VDFy;jUWޮ^hRbviɞUػjLUtյA9$[#L_ƂY~P'A>Ìh/lb|*wۧ_Mp/5ٗR~Ren˕A^'n- DXq+?v6YcRcқ`̂qiP&+gAiNX|TEX`fxE&WKkU.UiY둔9gX|K]@lt +( +endstream endobj -1242 0 obj -[892.9 0 0 0 0 0 0 0 0 0 0 0 0 0 585.3 ] +1411 0 obj +<< /Type /Page /Contents 1412 0 R /Resources 1410 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1389 0 R >> endobj -1243 0 obj -[570 0 0 0 0 0 0 0 0 466.3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 277.8 277.8 777.8 500 777.8 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 828.5 580.6 0 0 0 0 0 0 0 528.6 429.2 432.8 520.5 0 0 0 0 344.5 0 0 0 878 600.2 0 0 0 451.2 0 361.1 0 0 0 571.5 490.3 465 ] +1413 0 obj +<< /D [ 1411 0 R /XYZ 69.866 801.979 null ] >> endobj -1244 0 obj -[ 28 [ 481 ] 42 [ 639 444 ] 50 [ 444 ] 55 [ 306 ] 66 [ 239 ] 72 [ 239 ] 77 [ 517 ] 81 [ 500 ] 84 [ 517 ] 98 [ 383 ] 105 [ 361 500 ] 109 [ 517 ] 116 [ 461 ] ] +570 0 obj +<< /D [ 1411 0 R /XYZ 70.866 188.294 null ] >> endobj -1246 0 obj +1410 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1416 0 obj +<< /Filter /FlateDecode /Length 2395 >> +stream +x]n#7+p_ +UiQ(]D r7;[/|%jsrj>Xܓ0,+d+V0*%<>}K+cX#x7fI]'&,
V3&vu;XH<`*yCa(((<irzIEe*NFI1r'MZ.5_gt9ඊݤvZPn\UrְƊWRG=|zW!i7Pkc}ٱ\/)^l)fuZ봆3XJ{Ô&kEhx:Ʊ8:][mNvC_A;iØNc<u+m8uh6PJ]9JF8bjvf0|.!v\QjcMuV)<xUO&@Ep'G*Nrɹ^Z6q^YO3R=4>T5Sjcnlج P11a!]wxU=&0&4A̛&Eh/bG%
jQiyJ,H/ɯ6,}-7v}jjlݜc1
Ku?38V:±J~Pe\8bݯ}x#At@[ގ8Xԧ7e=E}Qu,E}jA(57d(.\Crm_(
PQ]܁ubJtJ[%dPj':z|!7^NNjP5x
8V:pɤ+z1Cd*䐡j +jZAÏ*KkPCPacvC۱#'ÆbX^cP,jCS2T$\gCuPM
P!*O=:.NqN͟)%icÈLB7IZdT>hfNbU9f0XD,Vេ@Y ?!ځ_Xt֫;ʭgd`0¶c|)d[I44lKDŽ1Jou<>P-p +d!9~49~K3>ңAuyYB8sqLC?E4o5pެPfuАt`.y`B;Q<ԹUUP̣.Mv[%Big bD+ok6Ȇ<`L~l-aknd}H`5a_cDQm*+5flK"ul=(`nr>H؆O}[,T0KXf?_*J)jR_RvyUw + 0d͗~ vTԗm9w>5RYvr\|ضwBxwL@
vyom['-ָur8X-m]}Z +6˦e;6(7I9I-9~+eߴP4 +ǿ)&ue0+$/qq +}FN_8?8Wv$ 0-LtُǦ
Ow$x`ngQ{G;yE,wҷ;.R>綃uȎ|LhRq7Pl=ئjC}TAYSn(աPfcIL$G6R/{IoJjKdSj젊zNtj[et9"NEN-[&'|ŻaLvۗ\뼒F;9?>i +endstream +endobj +1415 0 obj +<< /Type /Page /Contents 1416 0 R /Resources 1414 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1389 0 R >> +endobj +1417 0 obj +<< /D [ 1415 0 R /XYZ 69.866 801.979 null ] >> +endobj +574 0 obj +<< /D [ 1415 0 R /XYZ 70.866 275.965 null ] >> +endobj +1414 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1420 0 obj +<< /Filter /FlateDecode /Length 2434 >> +stream +x\ˎ+)߯\RzY5Uod
,Jvi8qNI~og+OQD9/IQH}EJ&%|Iޥ ן +?@jeFp@HX_l1k@xߦ);IO/ +E@+34ZvϣW^%Ags l1iCܚa
`t0s%4KHJ0g0n\jՃ>LRf.(ɌLiz^EkTا4Ys?+[,Ԋ +r$舥yRNzXA]ފǚk!E.E)("Bj +g<vTWL,ǩ8鋽,lr)l|V}(x4l5 +-Т -zۗV*.B#Bk>Eh=aSh@I8M WLz)j;huja~(Ԯ/PD-5StZy_(#o=iSuI-t̪kɱ孶*ꈚ4Eye5D,aQ^ Oy
El]8ؾ'}s5L+g!/1az-;0)ts=p"ƛze:pp4gGheI|2[2w9c71;FS[w-gH<la[dX!*wz"'V +%ZlJ8|ƍtro/m99Ynkdy~Q8~nxԶ_l6U-DGpǧj3o*,e2H\cV;-Da%첏-ϢLzOxh@"ǃ%x5Ȃ +d#ET8RAھSP'N I}uQ(`~Vd"6UXIu&i'J=BudU#Ukaс)//Oq.yjyči)ᗥd^(ϖ=I|+ʡX'=O\߳iO+4/8LzdշT!y>?S"G犟m}C+k^A:]8}%9_G#:I*9UF>oHm5k%a +C4qUWC-gF00W¯fK0x wtDY"wvʶuΘ-4:ZM`RV +ĕG݈Kd.[|FD,ϥCT&XmiQH}?x +endstream +endobj +1419 0 obj +<< /Type /Page /Contents 1420 0 R /Resources 1418 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1389 0 R >> +endobj +1421 0 obj +<< /D [ 1419 0 R /XYZ 69.866 801.979 null ] >> +endobj +578 0 obj +<< /D [ 1419 0 R /XYZ 70.866 299.875 null ] >> +endobj +1418 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F55 774 0 R /F34 637 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1424 0 obj +<< /Filter /FlateDecode /Length 1532 >> +stream +x͚n6y +@)Qf +XV=?I,;cil{xҟ4I1?~?}Z +lAg +P; +'+m[3y^ޏPePyÍF\`#bwP`v6MmbJRܺμ9Q
ҦOZJ@1-#}9/FE
xuk
iO$%;k)Wnjsf fa9dY\>+M3+$!M[JiFG#9tyaUnR_QlA9:G9V\^T1ML3`J;>pe>&p<Ϥ/5!WF6}c[cG*GK_?ƐB+SηDrRz%a1r-uXIOgl|)Z#[ՍoոP]gO\ר'z8ƔCYyR=)w@%0g$[rMZ9ZFPm_QQ^(͇6x,lBŊ-PG[YJ5.bP +띴, +b_ +endstream +endobj +1423 0 obj +<< /Type /Page /Contents 1424 0 R /Resources 1422 0 R /MediaBox [ 0 0 595.276 841.89 ] /Parent 1389 0 R >> +endobj +1425 0 obj +<< /D [ 1423 0 R /XYZ 69.866 801.979 null ] >> +endobj +582 0 obj +<< /D [ 1423 0 R /XYZ 70.866 771.024 null ] >> +endobj +1422 0 obj +<< /Font << /F50 687 0 R /F15 639 0 R /F34 637 0 R /F55 774 0 R >> /ProcSet [ /PDF /Text ] >> +endobj +1426 0 obj +[ 28 [ 525 ] 50 [ 525 ] 75 [ 525 ] 77 [ 525 ] 96 [ 525 ] 112 [ 525 ] ] +endobj +1428 0 obj << /Filter /FlateDecode /Length 23 >> stream -xc```0PdPh`PH - +xc````P``a`h`h endstream endobj -1247 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 1560 >> +1429 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 1180 >> stream -xuU}LSW<Z]+mNG[mDA@et-뇅~0 -N&_
;"fY9ۢig.&{u?Kvrs=瞏߹\ -1ǣu5sr -\ulӬβX.#sTG8F^:D4##&axL9!YXDc6H|*>&(i֊*$^%JF/1Y]v[F)K,)fRZٙ2YaIj31jcͬG9d-/(d2k,a-vg;2GEJp)2U)cWQBvmAQ`J6:F]V9`-f
atTa<`9X[a˰B3boc0GiشBŮx%~⿅ŅVUD>pNf?? -%*͛*Q{Ei"(Ihv)O/2e71%A ~鶀e4n}m*e$5:by5ΝmNЭ>|ZFӞ=fSTy&R<Ȥ4%Hwwc;ݾ` s½AҼYeQɪ[VݾG$A8<s|<dDqo - <RhT -sw!% -O;zȁ.j-_kӛ{n*hA8Rp!ZDylIB_4sPo_ltʖ-ᔦЬO'#;>S}?ަϳ) +x}[Pew]YҎg/hǒ`/cҖB@MJ/$@B* +R.ij8L_d۷>8ows3KIpV<TQ|qI yxn;bUL3J+`\&ILp*J_R{XaJ)DPk?"Z&f
XjcZl+gq%lo;<N*[6gܥյ|PkF`J9XZv3]ɻF4Xm睵P:Y;kXtq& E+U^aA(,c^/,:iћF!A[Vj+{OiwB+mvANgw*vD6cHVDS 6_M*K
&&D}LA d$=W@Gc^e:y9pæ4dQ'~7#3t8h0r4*X85chU8Mс!<Ko!R3Ty?r ^)vˠ r?0ePjߑ_@\9W(ájd/yk`#&#@W{Y_ߝ37;!
5O.#7q!C:W2My;S}[۬>M+We,Kp
F0zov?}FO3w>o7,]W/DxLwJ/cURw\8n@Z). +zMQjmD[Fee VՆљ҇Ref,m| u4UH҅:uy.(*"=u~E٫Ptt<)E$Agv=BitCCKa&焤>/xTu bݤVDD7](s~sgg,F..Cx/Yb`N2%@* ۡN0TzZxbnA5½waI?OͿ1( endstream endobj -1245 0 obj -<< /Type /FontDescriptor /FontName /POYIJS+LMSans10-Regular /Flags 4 /FontBBox [ -420 -309 1431 1154 ] /Ascent 1154 /CapHeight 694 /Descent -309 /ItalicAngle 0 /StemV 93 /XHeight 444 /FontFile3 1247 0 R /CIDSet 1246 0 R >> +1427 0 obj +<< /Type /FontDescriptor /FontName /ULKPUD+LMMonoLt10-BoldOblique /Flags 4 /FontBBox [ -480 -308 789 1039 ] /Ascent 1039 /CapHeight 611 /Descent -308 /ItalicAngle -10 /StemV 175 /XHeight 431 /FontFile3 1429 0 R /CIDSet 1428 0 R >> endobj -1248 0 obj -<< /Filter /FlateDecode /Length 435 >> +1430 0 obj +<< /Filter /FlateDecode /Length 394 >> stream -x}k0Wk9ܕ`h<&altdd!$XpN7/'i9ckz+0_M&#u(Qj{kDLbShݹBK/qw3?Wn㹿T6>렺 8n@*!眻/Z,\B<>)-`8Kf -v.ɰbwj;{
Xgbʾi. -9 +Ҙg'ظv[g +xڍ]k0+.wQMA0BNc&Gh.M/KR0ҧ=_oyXoW<(lRfLYI:D@i96Z`ۢ4MR)̣5Vh'!o;> ˥ja"LTW\|P&9]
+~I>U۹"enMBr}nf.䟬2Xx+~G4G- w'm]98Gz3$6*3ݹD{XC50+&(8m}iW':SOϓfӰixA4\:/VVe۟w7:Zo* endstream endobj -799 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /POYIJS+LMSans10-Regular /DescendantFonts [ 1249 0 R ] /ToUnicode 1248 0 R >> +1173 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /ULKPUD+LMMonoLt10-BoldOblique /DescendantFonts [ 1431 0 R ] /ToUnicode 1430 0 R >> endobj -1249 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /POYIJS+LMSans10-Regular /FontDescriptor 1245 0 R /W 1244 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1431 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /ULKPUD+LMMonoLt10-BoldOblique /FontDescriptor 1427 0 R /W 1426 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1250 0 obj -[339.3 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 706.2 0 0 0 0 0 0 0 0 0 0 579.4 ] +1432 0 obj +[ 28 [ 531 ] 35 [ 531 531 ] 43 [ 531 531 ] 80 [ 531 ] 85 [ 531 531 ] 92 [ 531 ] ] endobj -1251 0 obj -[525 ] +1434 0 obj +<< /Filter /FlateDecode /Length 18 >> +stream +xc``` +endstream endobj -1252 0 obj -[ 27 [ 843 ] ] +1435 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 1228 >> +stream +xmTmLSg-ع:
nS +&-!uiӑ4tIXXP6,6U62$ }JpmPFeQ%vhʲkv+h#ZQ/B
E[\UEnӑ6a˱XVccb:Abs$J0/D +QtA
/[82h2jtbv@d꽢;|frv닆A
g.C[۟ܽAfKIySvX!uAzeyKF_GJ)o#<?H B},R4/2 +-zؓf 9!GHjTzerB'7G`̊h65N;?Oq)(n{J̭*;3%7g;Evl~ofd}`;3h]; p֥WϦQY1?`#?=K+44z(}x/Libj#ɿ-ΆH(Gs_klG{y83rno++M#Nng] ?N@!;dz`w8zdhrpJƯ-Ƙ0Vk"Xg/srbpJ/tryhcwo(*Xb^|nbh'w-@ur"bmCo +endstream endobj -1254 0 obj +1433 0 obj +<< /Type /FontDescriptor /FontName /LHFHNR+LMMono8-Regular /Flags 4 /FontBBox [ -456 -320 743 1014 ] /Ascent 1014 /CapHeight 611 /Descent -320 /ItalicAngle 0 /StemV 177 /XHeight 431 /FontFile3 1435 0 R /CIDSet 1434 0 R >> +endobj +1436 0 obj +<< /Filter /FlateDecode /Length 402 >> +stream +x}]k0+. +݅5u[ЏQحMN@M$Eny֪͛t]Td0xQ-Q6Dsx0^2){#$;{m3pmZI5
vxjυmڋlvܐԵPrшRj>J.&agQH;pI=YirnQBgQ7<ߓp9j!O0mHh +'$M`4WBP_uGFп +*fQb){==8}mMxS}w> +V\b&,_.xJU,vIHu +endstream +endobj +1167 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /LHFHNR+LMMono8-Regular /DescendantFonts [ 1437 0 R ] /ToUnicode 1436 0 R >> +endobj +1437 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /LHFHNR+LMMono8-Regular /FontDescriptor 1433 0 R /W 1432 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +endobj +1438 0 obj +[ 28 [ 531 ] 43 [ 472 ] 47 [ 590 ] 50 [ 472 ] 59 [ 531 ] 63 [ 590 354 ] 66 [ 295 ] 72 [ 295 ] 75 [ 885 ] 77 [ 590 ] 81 [ 531 ] 84 [ 590 ] 88 [ 295 ] 96 [ 414 ] 98 [ 419 295 ] 104 [ 767 413 ] 109 [ 590 ] 112 [ 561 ] 116 [ 561 ] 499 [ 502 502 ] ] +endobj +1440 0 obj +<< /Filter /FlateDecode /Length 27 >> +stream +xc```T\0ţaÑҀ +endstream +endobj +1441 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 2715 >> +stream +xڝWTW +ia.N,Ւ9j2ꛨ{M;8WC!Qp_f"j%'}D3B"φ!_1Cka4%ӞLԂ +tS@1<Zo/kAndG7Pm
c +/h<N؋\Lw?ϭD^FT]n>F1N3=ae-pvb77s=.|)t9yk!Gy`~Mt28qm 7s#a?Cu#i75EsVfPuvO5$\xzko`3pQ?`L\U0jnt0S*oQMG;8Ÿ%"4 FA *L0) 9{6,4~(<.[wS?jRJE\~N4kg#ce kW#)loĉ$k.SmNuM"c&ԟ
(B]/-`yG`(pv"]Ho۹:r + +%+hK5\ +w=$S`.)u.i[aM@ЕHV%l'?qbĉbװq~:o]$<'یJVOdG!N6qT&HUk~7'm=W{c켟t~yi>~d#)vnyjƧչ<'q1ӄN\/5$8dT2X5;DE]y1J6Z
9BMsYz=_T֑u5f +MAﶝ;\eqNp+2;r(EvWN$ehM1n8
{ +D] f>u +EFOɱp7 +MYecWoؠZHMZbĕLv"<*w[ԙG!>Mjh(RU}@督)<އ;¸#
\4xwY}do7hh"kqnׂŬmΖ +endstream +endobj +1439 0 obj +<< /Type /FontDescriptor /FontName /WEHDSH+LMRoman8-Regular /Flags 4 /FontBBox [ -456 -292 1497 1125 ] /Ascent 1125 /CapHeight 683 /Descent -292 /ItalicAngle 0 /StemV 98 /XHeight 431 /FontFile3 1441 0 R /CIDSet 1440 0 R >> +endobj +1442 0 obj +<< /Filter /FlateDecode /Length 475 >> +stream +x}M0=d,+mj{
@-;rٕR$;aqu`u5bQv@ +endstream +endobj +1166 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /WEHDSH+LMRoman8-Regular /DescendantFonts [ 1443 0 R ] /ToUnicode 1442 0 R >> +endobj +1443 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /WEHDSH+LMRoman8-Regular /FontDescriptor 1439 0 R /W 1438 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +endobj +1444 0 obj +[ 82 [ 611 ] ] +endobj +1446 0 obj << /Filter /FlateDecode /Length 12 >> stream -xc`` +xc` endstream endobj -1255 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 567 >> +1447 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 510 >> stream -xuRKOQ -#UP vZQc'Ԅ+2an33̀,ԄGc;4j,pcjTѵ?AMgbܘxy}''灑ǃ0#DTrb$8 ̆^drYaֽzz}uO5>p@\nD?Q{p9bⴰB^Xi/ ~vnGE8Ie!y^A܂JN9B$«$E9KM30Fe
,UJ5p9ՊG!9jTCRN]dF*IGSQN[ G%wƿ~*t%KgxȚ-"[n{[c]eޏrL7:{s/5ljJ(L Ww6M4ilVj=3k c/Щr!$̡*Kp빹}5_.Zvо%:a}NJ?6֎7HQvlv||jFeݨXaVf
D +xuQoP~/1 RRQHAh!iH/kDjXR! +C;t@]*w`2`
NHx W+7 +kE>D<y*Q,#ϓ1lj$B;r +$m2NFF(x9#rnŹ\nZȷEev]T(¢e:\f&ҚbTUAвefVӾ"\mh3A2UjSpђtQӦؔBq%ii"4hl#/;,gK\yiNt:PeQto\fVC1lTj:TDPcaa;niη(Ww{7?nBaj| =gԊCwc/=OK_Ѝ"¹'=5`ݭ^,U
rhh{=xMӿ1 endstream endobj -1253 0 obj -<< /Type /FontDescriptor /FontName /BYLSJL+LMRoman7-Regular /Flags 4 /FontBBox [ -483 -292 1562 1124 ] /Ascent 1124 /CapHeight 683 /Descent -292 /ItalicAngle 0 /StemV 108 /XHeight 431 /FontFile3 1255 0 R /CIDSet 1254 0 R >> +1445 0 obj +<< /Type /FontDescriptor /FontName /JHITRX+LMRoman6-Regular /Flags 4 /FontBBox [ -515 -298 1647 1125 ] /Ascent 1125 /CapHeight 683 /Descent -298 /ItalicAngle 0 /StemV 117 /XHeight 431 /FontFile3 1447 0 R /CIDSet 1446 0 R >> endobj -1256 0 obj +1448 0 obj << /Filter /FlateDecode /Length 361 >> stream -x}_k0) -5vAamWpϨel6&~IZ[śs/GGY )6ohRQ"G>b/U*Xs*Yq\X -y}`|`6f{Pu.]뀺0uoԭPrєRj^%_ڝ%*8f3?YmrYSY(ڝEkt'$kZw'뚦B$ p,h.Bw[U^c |69CIlC k{%%sש80F¾sD;ҧ(9¹uZ[zGtpB5F5k+ +x}Qk0+ +5l[2W\]@_kcxsνrtpLg-blTz}VdXWl6+8jla̘#ʎ7)(O>VU&̴GmW*Ҹ7Q +nF(`N)5oTeOB ȝ=YeIߴXE2Wd,VzFOQY$]]hy0m2:doqí'k)M1ԙ,M4\!At:Cik0*;v̡tͭۉ6Xw :D'$^CUmsG~ endstream endobj -742 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /BYLSJL+LMRoman7-Regular /DescendantFonts [ 1257 0 R ] /ToUnicode 1256 0 R >> +1164 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /JHITRX+LMRoman6-Regular /DescendantFonts [ 1449 0 R ] /ToUnicode 1448 0 R >> endobj -1257 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /BYLSJL+LMRoman7-Regular /FontDescriptor 1253 0 R /W 1252 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1449 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /JHITRX+LMRoman6-Regular /FontDescriptor 1445 0 R /W 1444 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1258 0 obj -[446.4 446.4 0 0 0 0 0 0 0 569.4 569.4 569.4 0 569.4 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 323.4 0 0 0 0 631 0 0 0 0 452.6 ] +1450 0 obj +[ 43 [ 591 ] 50 [ 558 ] 66 [ 302 ] 81 [ 636 ] 84 [ 558 ] 96 [ 602 ] 98 [ 458 ] 116 [ 613 ] ] endobj -1259 0 obj -[ 34 [ 525 ] 42 [ 525 ] 46 [ 525 ] 49 [ 525 ] 54 [ 525 ] 58 [ 525 ] 65 [ 525 ] 69 [ 525 ] 71 [ 525 ] 74 [ 525 ] 76 [ 525 ] 80 [ 525 ] 83 [ 525 ] 90 [ 525 ] 95 [ 525 ] 97 [ 525 ] 104 [ 525 ] 108 [ 525 ] 115 [ 525 ] ] +1452 0 obj +<< /Filter /FlateDecode /Length 21 >> +stream +xc` +endstream endobj -1261 0 obj -<< /Filter /FlateDecode /Length 23 >> +1453 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 1428 >> stream -xc```PPrRp! +x}T{LSW1jk+و29AĄ{yHiᶼUۖ"+zA0ahfp?q;dpY-;'_;EEجyyʼ>CSk|=9i@A6c$8p(qD0G +`$xZ"XߖNW^!8$Yj +u9_cTV]IyYEY*S,7Ф2itFok4tRzSIA!H1R!`^J~ !Q<A#A|}rf]xE%{9nflN|5u&E Tw$aul> =I-0is::-vL*D OgXefť!nV̍wd1kU=عh!Xt4Y`h h?J-鵕+Xݖ~L# +xjLt@4]iʢsҚ-m
1 tY,;C@͵/h-6! + +VE-QCOu~PǓ
kǷd^nvN`ζ_Lu./\Bra~(cSw8UʋI<2:~(u֞
[ĺ}>/96Ό(-wX'XdnhY0,H 3qk/8쳹%-&䗧on1/o.L}Kbf뇆O}
b?5^{P^ݓ]g?0=9-nE;cm&T`R3X|.8C^xOXjN;xJ4[9~ endstream endobj -1262 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 2458 >> +1451 0 obj +<< /Type /FontDescriptor /FontName /EPLNLQ+LMRomanCaps10-Regular /Flags 4 /FontBBox [ -496 -290 1501 1100 ] /Ascent 1100 /CapHeight 683 /Descent -290 /ItalicAngle 0 /StemV 106 /XHeight 514 /FontFile3 1453 0 R /CIDSet 1452 0 R >> +endobj +1454 0 obj +<< /Filter /FlateDecode /Length 404 >> stream -xڅWTW3
ʘzV<|9>*TP -
%#DL f!X-ڭjݴݶ]α-}؞$3Ͻ~e$Dd$!Hly8}i -NT+UIT{Mj^p aD#0iIru9h,EN"] ^X~B:KJBKb%qeꄤt%½FvuRҚ߈6ULP\*yljH`uZZesUJu>gT&Jo`uà lVA-Y|*Aǚy*=k,P)ef:M+|F5x5TlX!1hڛMc C8/>۶gnO03:=2*ՆM4̘k-y\Վ<Xh XA$ubH!R4"$ &D&`|,"PG"yΒ9Dx9RytSK)Ҳs=, -F&2$;XkaIxOd
0ib>&ZTu`zXkjjW$~a$)2c3,@_>|.?L7DE$P76JCHYDdC ?'yX C|; -g塢7,YiJGڨeJ@J}AaaE:wSVڛƜInB'|C< -upwb*zx_L}c(r1.<+4hֵ?;~&He2}pr@_ܾ6
&U1ws:)}s L>^Rج>?7*܈ zZ,j9#cjm5S.FDۍj_[-Gu(&\Ʀ[f"sT -ME3R+`\ 3:7oVe9pwҏGCQȄнBMwM?6_| -E7) +xڍ_k0)PVN0BS{lRoi'!+{I;}~KUk-+HXֈy[-'Պ<}M8RslUfx&@bZރN噜gE`փ.j0'7u)@ԣ*.IؘIHp Q\!dI6ey*OLEYH樅<CQ#EqAk +(Ix2Mn,Gm)7UQ]rk<\q3ű,2:g$SM`4WBP_u껎'Fо +ʴJR?hгш:RO'73Grx#neONڄN˅`/$h +n'?͒|n endstream endobj -1260 0 obj -<< /Type /FontDescriptor /FontName /ADNBEG+LMMonoSlant10-Regular /Flags 4 /FontBBox [ -477 -316 786 1016 ] /Ascent 1016 /CapHeight 611 /Descent -316 /ItalicAngle -10 /StemV 175 /XHeight 431 /FontFile3 1262 0 R /CIDSet 1261 0 R >> +1117 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /EPLNLQ+LMRomanCaps10-Regular /DescendantFonts [ 1455 0 R ] /ToUnicode 1454 0 R >> endobj -1263 0 obj -<< /Filter /FlateDecode /Length 454 >> +1455 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /EPLNLQ+LMRomanCaps10-Regular /FontDescriptor 1451 0 R /W 1450 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +endobj +1456 0 obj +[892.9 0 0 0 0 0 0 0 0 0 0 0 0 0 585.3 ] +endobj +1457 0 obj +[570 0 0 0 0 0 0 0 0 466.3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 277.8 277.8 777.8 500 777.8 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 828.5 580.6 0 0 0 0 0 0 0 528.6 429.2 432.8 520.5 0 0 0 0 344.5 0 0 0 878 600.2 0 0 0 451.2 0 361.1 0 0 0 571.5 490.3 465 ] +endobj +1458 0 obj +[339.3 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.2 0 0 0 0 706.2 0 0 0 0 0 0 0 0 0 0 579.4 ] +endobj +1459 0 obj +[525 ] +endobj +1460 0 obj +[ 27 [ 843 ] 82 [ 569 ] ] +endobj +1462 0 obj +<< /Filter /FlateDecode /Length 15 >> stream -xڍQk0m(Bk!vcWvM$Cr)?98Z+N)yVƛL65 -%HxO)5g^0$M\#rOVYsqm;syVrIh;}uy栅D蛦^gP@ۍU]ox6@"!)R^[vД,wJ=uq\btVH3-,Di-#RFZ eHo!mi4sd>:B_"퐰w kHpkX1Rm#d '#$|Zr +xc``` endstream endobj -707 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /ADNBEG+LMMonoSlant10-Regular /DescendantFonts [ 1264 0 R ] /ToUnicode 1263 0 R >> +1463 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 639 >> +stream +xuROav ++(( +'h5FoKjFu[[kvYD4%ۥPc@Fq!xИxᨉ?}?lnc8&(`{:<Ƌ=HH%x$HƺH q@{3kdEEF +ˏsKN崞ɹ_UB볋ӳxHKlЯ>/vk ++s$ۚAWך-2Vk U&o[q|{Zej[]Hp$ɶX +endstream endobj -1264 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /ADNBEG+LMMonoSlant10-Regular /FontDescriptor 1260 0 R /W 1259 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1461 0 obj +<< /Type /FontDescriptor /FontName /QGDJTQ+LMRoman7-Regular /Flags 4 /FontBBox [ -483 -292 1562 1124 ] /Ascent 1124 /CapHeight 683 /Descent -292 /ItalicAngle 0 /StemV 108 /XHeight 431 /FontFile3 1463 0 R /CIDSet 1462 0 R >> endobj -1265 0 obj -[777.8 277.8 0 500 0 0 777.8 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 1000 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 388.9 388.9 277.8 0 0 0 0 0 833.3 ] +1464 0 obj +<< /Filter /FlateDecode /Length 367 >> +stream +x}R]k0}ϯ{(nkDb|/Ikcx<\={dW{C +;UeQ^oXS4+Dc lby*Xq*٩ةM(M=˝* +Pʅ9YB,aD]%'
)3U
k^RB>%*]pf._Yir欭
<(7֧p9j!пjN +endstream endobj -1266 0 obj -[555.6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 277.8 0 0 0 0 777.8 0 388.9 388.9 0 777.8 0 0 0 0 500 500 500 500 500 500 500 500 500 500 277.8 0 0 777.8 0 472.2 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 500 555.6 444.4 555.6 444.4 305.6 500 0 277.8 0 0 277.8 833.3 555.6 500 555.6 0 391.7 394.4 388.9 555.6 0 0 527.8 ] +833 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /QGDJTQ+LMRoman7-Regular /DescendantFonts [ 1465 0 R ] /ToUnicode 1464 0 R >> endobj -1267 0 obj -[ 27 [ 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 ] 95 [ 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 ] 155 [ 525 ] ] +1465 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /QGDJTQ+LMRoman7-Regular /FontDescriptor 1461 0 R /W 1460 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1269 0 obj -<< /Filter /FlateDecode /Length 22 >> +1466 0 obj +[ 28 [ 481 ] 42 [ 639 444 ] 50 [ 444 ] 54 [ 569 306 ] 59 [ 500 ] 66 [ 239 ] 72 [ 239 ] 77 [ 517 ] 81 [ 500 ] 84 [ 517 ] 96 [ 342 ] 98 [ 383 ] 105 [ 361 500 ] 109 [ 517 ] 116 [ 461 ] ] +endobj +1468 0 obj +<< /Filter /FlateDecode /Length 23 >> stream -xc`` +xc```0PPh`X endstream endobj -1270 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 8354 >> -stream -xڵzw\ʸ;[(,,.e{]zU+%d5jb)4MI.y?RM}iwν<@ qZyN@sfn -? 3&Gp 84c8[s -yc6o[Tgy{8dxCf+]}6[{iG`̙!ryВٳ^2ٞ9!O -mnۛtrXnuJTf{C~?dαw{TpGGN_41_*D0-1@L$&)Tu
b1A$f9ě\b1X@,$"%RbXA$Vvjb
XG
Hl$gb6xBl%ۉNbp!{}8@CIxބKD -5nTX$V~st0cc86c%c&IIcżvG6zhl&پ2^= 'M,rǓ'3eÔ)?M;+Vf\B01/:'*tc֟d=4U!Tٔ&&!!6JP˖ȲjIz1Ua!Y5Q`2'mdr%6*AMwi\IQƪf!2:">UrZ]Ǘ2x]2{֎sZ_y>]_6wY,g#0˕ݏU+L`bpOfc;{^ԡ.$n -a#lR%cR&hQ)X+{Jx-l]ZŽ1%BOBXܚ/h>ք%v]oa)'2nIʨHlhѝͫ slH¶Ƹdp[R u^[[y$m%u
JTӮ՝/8wɎ,-[PC+;.o}aⷖyGT<R<߆-Kޥc8Gx".QD$$&#i@p-b ->t42B(TȒ̬lTX[RDhB]7TI }3n/KsSHVpp7l -%lAGjo䲇}}Y_M!-a=a:Q*e~Ba<͘,JPHF|$L NuhXÇù
"Ⱥ463|]C#!8u;k7䟉llD2=b|hLL&?sMULZ̗^ - -"=\0@i%S jmQMmdMam؈j9XӴ:KU'o:,&7E^+vEBH@ujS -x(u'Ɵy8kbf\7hcQJKizT)Û/<wJa|%x`)9ꗲ7IEw=\[ݣbF^<eզ)D2ixg>fFx0n31ngA`:w`Wd<+a`Ɵf#2r9zqoe!lF7◄s'uoIH:Q [Rؔ(E>.9`G0,|fO{4<A d"cS(*A^AtŻ֖҆{YWm<nf2XsRƊ -8+0ȘٜZ/xl2~/ix, UTvC1O?SGLw}ИP
0k2U#W.[d{~CϦ~QXqt,1Yjhڷv~w[m[!`X)nēN.e%UT~#<$|"ڸN X揰J^hS%)Uh-,b(555%/~uG`xKގ%Ckxލ1EGr%1Bj<115Pp'ĝrǛ
S {P#rg#y,,G/zE#<H lcfZҮʈF_5v=1$5;I͏o(5de<]#WU$Ɋrȍ?xx8Cbl=Akan\C_M5q4=[6l3@AZ]L5Plֲ%[4QwWmܼJ2<>?--nuxK?}xmN/[!j"v{_?洉wpœ3T{އ -aF#k5dQ+̊}ŕ+xzde=iQx0X[Gs1`'^ʸzYU`^Z)Jkdqy -cyytIn6c8(*)ZxNm-_]7h_tenhY2z0 -5O*GY%w;S=IX!w".NTakQFfFfZCU~N}(2 -+32Z|l^3Pas>$]3#yr:0:-MhٴlI=O2Ҭ=-Dr߉ZWÛ<kU1ۄG+ئ V3ίۧRTݓ7`&ַ;'ƒ/`0ta_``(%gkV3j7;`8-BaV䷒x!!_W̱?ۺ.r`@syD~vݺiucDퟑ" -*xEEuv,`GڳiWOѽt͇x㞜弿Gs0?)UʂHMr'A&>yBMQzj.]R^PeZz([_kY;PU\oR86C-0 -Kh+鞤0k&0!pl*{ndYTX5մ_6./gLQckEnmQ9Bx((I -.[hIգbV/PϨqTWhA" G#*
aG) -6 -(;D^a=Q;1X/:O;QUሰZ셯9鿜Ɠxn?T;qѪ z -}@)Bx8J"* -P X w0Ɓ&
P7\ɰz쌝Â)|"N"\36f;6'D_d\tE7 - -Z4ۊM%jbFzͱHL};okd-o߾-9 -`+&oA9\)idʄDpg2"25,E*%:vu-#꤇dHᇔs/akA#Io?NL
`klS^6ykQjq../}0%QI~vF$'Qc}e7Z}j6SG8j0_yC=XBqdaA1^(LAظD$.KQ -:TDmrz"svЏ|SQ%\d?"ig?;VӝL.vvIo|7 UyGrᮐ}tjrBc30G|3
}x~.~[ˍoqYγw=85'fl9w.V*{wqW*/HKbkeKph2sJQRѹk/.ֆK 8%>E+cҙB&Ti̲R-zBLa7AaԗԷ\qs+gRQ\g={=6GS|['$_| >$Yi3CQƆ8~(>^E.Ak#|~z -3
`f`pP.]Ý#"n -7x?Ka77a(D[+u%u=Qm}鶣mʟ%[^'eKlx\l;B $Fġ46[lᆳ0 -R +KvLQwK:ZfQZG?ʬ\p\yvjLoƹH/X\ᗉ3+mntMhmT:>UJ//ks5Y[PYbR~pLfh[Wz6~Tgo4{xK}m(jRg4Е]sd]N -U]ß% lÆ*nA)$jַ4eB+̄"
-嬗$dWOp/{% ÔORQ'):_: -j{sI2p3G8nwD^}+i+2^j>dz2pSp>{>kaVQ;+jbKRu7ֆRѳ$'RG^ @ו̤{0Vav?f\r+xp?דX`<FDЧ@VU|ack[|
o.Gi-PH7UܦR~b KjEFjX${-R+h'g+.p\FK~ԥRxgVt1W *㸅põ)Z6.f[280hmpQ/(=3.,na!TL_IQgOXMx$oN(l~ F*+{ĝByF8}<=W_<WelŃ3," -x[K*3)l49˄guWNp=.GHx<<ۙUlOYm*>Td݇zsKRa(IUJ4
ʙCH%Fs/U.B
\.^x, +1469 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 1832 >> +stream +xuU}PSW$<[ =VowX% +̊uvv<̾tgٙs=s~w8.1)M7^]`)&X_]KXV yBB+h,0qky Wp+"JҵqU&{-|_/cerۑr~뚃JMZ
ԫx$c
ܮYc3B.13,bRML`)6%c5&`2ר֩&Uj#c.T3ҙ$jzgZ!fK`,bL\y1)qi2s7ڬL??`,RU\uJ7kgZlۈE`bIX*`ێaf'gbLb9/nMnn3<;Û/ ࢈XrFk3tXo)b* ~ԡ8A~Jo^8C5H 9}ӓG|$e6*kmm_NhKu}0O_K4cjxE@.=j=+m(5py{ssLyӜOQ!NKnɋWIZL* Cŏ{Hvw8Ewlh +</q6Jn 6"f;{kkont)4GID%5{S5Uvrݳ`汁`tΪS7rI 9~j\LnL~^Mdssb09&+;q&P??Xi{._z;`w ;eDCCm)S%lu?KBr}OGFׇ^em `1q3-gk*([raa(:7U0S-S7rWb)N->Y9G)o,hAsmO;OP⧙ҰR@KhѦ66tGSwnc=N;N6_(b$t!lwo!~I>LB:Ɲ#VbhP+Jaż|ЬroV {M|` KR.Nje|ثxB6qz +}TsJy;% ]o-]2X?7zT<c1Xr|j&yrl7Hp1| r`0RRKTT+/'#_>_:{eTtl)Y +Dwm}p\C`?6}.qB,l'^<[oϣiH!wSCH?}_zcxahfߞYiD~6ly2Һno2C"$`7%}tg>^q=q)zVsTPC[%wuP~#1Hv}B4E;5pK|s ><{s{AĚ#ԥM`QBr"y]U[cH& +⿇m[
M맶pP@o!`w$E`A;(er; +XGƒU\q5,/K+8 'Zݩt]pM\{ endstream endobj -1268 0 obj -<< /Type /FontDescriptor /FontName /LEPVCI+LMMono10-Regular /Flags 4 /FontBBox [ -451 -316 731 1016 ] /Ascent 1016 /CapHeight 611 /Descent -316 /ItalicAngle 0 /StemV 175 /XHeight 431 /FontFile3 1270 0 R /CIDSet 1269 0 R >> +1467 0 obj +<< /Type /FontDescriptor /FontName /SVBQKK+LMSans10-Regular /Flags 4 /FontBBox [ -420 -309 1431 1154 ] /Ascent 1154 /CapHeight 694 /Descent -309 /ItalicAngle 0 /StemV 93 /XHeight 444 /FontFile3 1469 0 R /CIDSet 1468 0 R >> endobj -1271 0 obj -<< /Filter /FlateDecode /Length 741 >> +1470 0 obj +<< /Filter /FlateDecode /Length 447 >> stream -x}]K@+f/M2_VJA -"{[i7&!I/w2[ٮt>yΙ\z]wEby7Շ6wiD:?]?;W4݊W|YݡpYte=e#.q1[ƏOOuUI涇ݺa{O~Tave]݊:I*f~0Sޛ*Z*>ģ4E7R
WǮweD|c*kj+.MsC>"SQywb4/?Zsu^~lH85ܵj뢉/B23\UOsNi(n{QthȐ2ZC ̼3e$'ɀA4` !ϐ''~Jg@~$i ~?$2TWO~?='~D?KIHҏ< PA?CBW ~ -V3$\G!O2Oe軆0 ~]Ө%_x~:!3
ӌ?Kdf<hi%HȒx"DI:C#D747gȒ`$FH.F\,HC֖~$v] ~=QH8~ 1j4ܝõ; _|~h[Ňg&
^V%jfX~vzNzy,ި +x}Ao0$zHJ +E*HQ۠jXKĎ_ۓRU)/yl&?^A[op]FF=# +ëѼy)nP]ߛxցSkWVY\#XۼiV2G%r]A4h}J!*\ N@H
ymGKa]V+ʲŧ #Hu镌SMsFXe h[=W5B_rm5Kx)0ۦh*u`e2Xm'P/:ÑƟrʸFqn13GɃhM,!#ZsA6Pzu?D9ц]L%{J#JgJlkOs"lhRCeFSSptwxo=,a +?TW?mf endstream endobj -684 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /LEPVCI+LMMono10-Regular /DescendantFonts [ 1272 0 R ] /ToUnicode 1271 0 R >> +799 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /SVBQKK+LMSans10-Regular /DescendantFonts [ 1471 0 R ] /ToUnicode 1470 0 R >> endobj -1272 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /LEPVCI+LMMono10-Regular /FontDescriptor 1268 0 R /W 1267 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1471 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /SVBQKK+LMSans10-Regular /FontDescriptor 1467 0 R /W 1466 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1273 0 obj +1472 0 obj +[ 28 [ 525 ] 34 [ 525 ] 42 [ 525 ] 46 [ 525 ] 49 [ 525 525 ] 54 [ 525 ] 58 [ 525 525 ] 65 [ 525 ] 69 [ 525 ] 71 [ 525 ] 74 [ 525 525 525 525 ] 80 [ 525 ] 83 [ 525 ] 90 [ 525 ] 95 [ 525 525 525 ] 104 [ 525 525 ] 108 [ 525 ] 115 [ 525 525 ] ] +endobj +1474 0 obj +<< /Filter /FlateDecode /Length 23 >> +stream +xc``PPJ2px +endstream +endobj +1475 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 3424 >> +stream +xڍXXWڞ3
%JedVxw낥UAB07 2!!^zNn}V+v{n?>Los}"BC)D2juq+'ũ YٺS&Tng%kDW_sHJ%F`$lIQṲ^p/=$G#?0W31+t%FQSK +!-|=eʌ<M4bڔ)%^g+D+'oTj3٩ъh +u.+ƫ)ʴ- +ErBUj>Gb"1-]Uk2Qf)T>;UQҔ%:ElfeV4I*4.g:hf-DG;9+,b-\"aQnNEQ*uY=hpZJΚNQ.KUfuyy$M4j5KͧQKoX*FjLQTt!pڑ"Tdd!Bt&ү0j泧j_¾xzMxH٫?1D̈)%e_$IhjUh \a(W<lz[PU%
H%,c5Km5'BYq +&JYbө߃#TlLekWV]!9n@\ZN:qz!6"5<#̳ +ho
OU]^^ +4\V x?WPnAk50X6- +aD`b݉G`ih}h/hwg +ΣrO/`wxAZ! +ӸࣧѳLZ:;K7h7WۭNhj+t{EiU:xkUd\d*w09I*bgnרj콛!:45pG1
ǡpGܿEr.nqy9n`y͘"?' bƐ˰]cXA~bG3WhF4SZ(ٙ~؛H>/Gy| + +!d!UT-gvh`#pY+ׯs^CGsR70U) +֖'AT1u01в:ý}gN}8JSY8{int+0.ި#ַJ+Mީ`S+\.h{X es8jURVa]ީ;im4Wsڤ96 +m>H::"_iNژVvAgU|8ӹ~X2{80n[oWB{QZw],ڋhnGṳB6y{ Hx/TL%$[:ڳOh*ҍ@,+ǡ; +ŢDpE
۷/NoV짏J@ʶ@\V/h
[`Q8A{RRB4Mbw5K+ԶhS
8B8wjKL=gPY\"@.w"N&ظ
y[٦e
)W!%VDV_mށw:tJEZp[AgO:EΦR3ᶟH"ˑEgHP+8Jd
TvN>dfj~f@f _GV
=9s4`*65D+glp[T肿 +Z3.c +VhKX?К ُA]U|& Zʺ7'$xȳZN1s72oߚI߮,QalX;`f1P6f~WyIpڥ~uT\:ԷTu;^p +aPeկ` +k|?죘'0IQ"gmBדA2JVgߥ:EX*MdKA{%^ĺxlzF
bRXpq[o'"]呉4="'zJ%ȋIJN=ЗtK^8"wFx}Kյb +endstream +endobj +1473 0 obj +<< /Type /FontDescriptor /FontName /VLFCMR+LMMonoSlant10-Regular /Flags 4 /FontBBox [ -477 -316 786 1016 ] /Ascent 1016 /CapHeight 611 /Descent -316 /ItalicAngle -10 /StemV 175 /XHeight 431 /FontFile3 1475 0 R /CIDSet 1474 0 R >> +endobj +1476 0 obj +<< /Filter /FlateDecode /Length 486 >> +stream +xڍQk@+>!uME5*-*
n$gB̙3}"ԑ#g;jTK +mQRݕdF$H}hUe|Ȫ}0,/^oтΕs@uۭ݅j)dpGRC^L{?I7,z䜛+)ru
7F}J ++gGGLTeW395-]7Uꛫ!kAg6W- ˘7s{+FvaU{;í&;Pz5uQ.䙂|m>Y@RsdO@#>T)5rcye$ƠhhRO)b)ȻLA(AJ@]< +Dp֠#<A=EL0t$'(=f w^ɯ);;u`7۵m_->/ +endstream +endobj +798 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /VLFCMR+LMMonoSlant10-Regular /DescendantFonts [ 1477 0 R ] /ToUnicode 1476 0 R >> +endobj +1477 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /VLFCMR+LMMonoSlant10-Regular /FontDescriptor 1473 0 R /W 1472 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +endobj +1478 0 obj +[446.4 446.4 0 0 0 0 0 0 0 569.4 569.4 569.4 569.4 569.4 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 323.4 0 0 0 0 631 0 0 0 0 452.6 ] +endobj +1479 0 obj +[777.8 277.8 0 500 0 0 777.8 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 1000 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 388.9 388.9 277.8 0 0 0 0 0 833.3 ] +endobj +1480 0 obj +[555.6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 277.8 0 0 0 0 777.8 0 388.9 388.9 0 777.8 0 0 0 0 500 500 500 500 500 500 500 500 500 500 277.8 0 0 777.8 0 472.2 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 500 555.6 444.4 555.6 444.4 305.6 500 0 277.8 0 0 277.8 833.3 555.6 500 555.6 0 391.7 394.4 388.9 555.6 0 0 527.8 ] +endobj +1481 0 obj +[ 27 [ 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 ] 155 [ 525 ] 275 [ 525 ] ] +endobj +1483 0 obj +<< /Filter /FlateDecode /Length 23 >> +stream +xc`` +endstream +endobj +1484 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 8419 >> +stream +xڵzy@WD2F1c +Z
ٷ@$@v&;aEV\Bmjk[(Vii/~$}۾!aܹs=<D@f5{v$
1wvOﰀC2㹍n"kCC8ƌ5Z +2K3ynlMV*AGC<FAD
-CaCJ|Ot#cfϝ`48B#7w%kf::/U +um4vTھ&
u9e+uc)IÂC_mjmOgPO۰ Ovζ fÞAfچzzK̑yϖʼx}Bt +cn-γ6;]erK*
s;" +{:xx}CBC$b21JL#^#^'3,b61KA#"Mb1XJ,#+*b5aG!=H8&b3Dl!ۈI"v{O \ 7 qp''Ex>/GD DH`"# $"2FQ<2l!?=3w44 'H2| ,Z2<|],rle#\Gԏ4sQ{G=~:>z,HƘ1eƪr6lbI-+yU"^O~u«54۾i{l um&'͘t}4ui㦽XznBP[f\b()?&e$*Uk +֛YIBoXÖ1?ulW1!߃Vzg=[_4@RrfqUʈG <vM`eTMIC^jH[\]X)x*]ǟ:s#ju@ՅtC_b9HoW6vr?vWm0%==[7;;Z{;nP\47YF9JL:+U\FD:D{wN;r3֦4eh uck?|x3RNN#R
I
IbܒQB
SZq.&̵i&)ےZ㒱_"@iWr%)z]]xwv{BALNT_܂BTydiJC-8IBMH\Yh8qf8j.XE&&%& i`H+ft4*R(TAa(]AvVvjh"&"(]ߠ+f*J$Vĥ1yZ$+p$69E9L0# +5J#~~&H00O&Њ (6Ll$D'*$l #?9I4ߑ#쑼ƴR!t6(*+a&MpXa?7Hٸ6.xҘL_
gT3)2?zB,,)B^x,ވ7O0Rs:{步O3׃kY.
n/-G\!NCeuL}:iT3FRrzȼ'dpQ$UN~L%~[m")/ָg 7@SAFa> +b9b\N+rlr +5l{^,2d8z87@?H0 +Uc\4+D)S2BM>Kr23ϵ_;T]rQMd㈛`w흛fMJvl4\O6uIpٜZټ3% +ng];sSw! 0>8mgZZ*6Gw]Xq Q8sV\)ظجx(T*ElftM, SRs躜\*!./A+vVCG)cJ' J<F+Fr%V +5OEYwS=MX!u&-IRcPfVfNRT볫_#nA+R<h.y@qnbξ#t"#Y領t`s$
<ɐE!J$L95Z}'ja\ o(ǯWQjfrvZ:^ +FEx~Y1ǁoVʁA30]L;S$ +h)R[AE8O9uώEV{
qۃAݛxLs)!-t7g9ѹ<:',1BJ0J#|XI41?WS)HˣuզE^ZO;`<AUsI?Ԣ(,{:DlĮ1ޚĠqidPmQ'c2Tc@%ۂ"p6GS3sEY م tQqnq.%d^v1LG= +6 J;EQ'1 ڻN?Y]鈰Z샯9y!4ěUF0aqA0I$lN]+ʘ:PNZؒt$XӖ%{ +Ƨ`pUp +牝u;юؐy|Y&I'A9tU\gWo*PkDH5jlgGaۙ0|X#lvvN}o95U +35P6Q/S=Z1(8$dF撗ǁHWY"M
ϽѺ`G
]UG8f0_x<ZJcA ^(LE$$>[QCV;ab't¤NA+9ոAOG>ϷVx{Dž PJ JދԤRU^SV
_nήmŋm7#ݔҘeÙeMEEeH5o?s<ح_2GL(arp"L"L< O
0x/m$(a$2<DŽ*jaH +crXGيcUL|Qф3eeyYd_e?'BBK4iZK#Xe6%#97OOhh.\t_@UU<"=솝oyb瞔rᮒ=HO^Sfb +f:\[u%]DDeYnq7Fe;;O1|Jd4Zwvu|ܹ8q1vBgxUeeuiCaR~R6P{>mBbqwXFh>JEuמ_B{F8%>M+b2"&Ti3ڬR-ءguOeKP(dL;FQ[2r5Yr02TFI}˕?qr60
ŧzEJsWes5(Q^.~y\RժGxC0Ul!#XKּwwK\>$gg(0 +=[K._JfdĊ^Ƥ&EƣV46[|s2 +R%
+Hvܶ\YO>VfQVOUB5Ȧ<xButiLoƹ(X\韅6 +27-kiMlcT:!UJ//K35i.; +PYRrAHMfmȻJj
Z>_)Y{-!R_iO;T[$LruwWYs3kK.1}0%sH#7 (%싃k---hDY`EEYzzȠty'Oȭ] $@iN1ݻ#]L(.6)IJJJ)j+JڽN|D=_%_:l_ѮWbI͋}veoL!,A{aBT/())Fo͕X
ыA"M1kD=i<k, &7 2/-<9m+˵h` o#_^`@d|Sx.l~\gvu0adRЄ:5\*},ժ+Yy]U>a,;b{
'ΑTKڲc+·0YY9y߿ųڱ_>{n"Z)|vdR^aU)EXCR#o\w;TS`+<lE^
=H^AJ7C?.o9838ojQY,Kdb-*ăuؽ{AMqKdB?zA|@O0=te<xҧiKRo,_iAPW 3NohC~m%[F>ˌ22RLo]$ l>2>o/ʬ7w)W%Iɥ8`ke +Pۦ#t +=ul#]_ζ
\IaJùazA
}{B@b~@0H:PHB +.fzu\ +!OV
[HULFU<a%3]m,͡k,CBXPo6#`7ό⦈BEdD($l9Nŗidr]Fq<<6(Y۸. {,#gL=n.<3Cu>/cjh3x˲vᡙemL&t L2u=85uK$ +2B"PVT"X2/m-k-hzqc6+dGrW Xj֫ul +W5E +endstream +endobj +1482 0 obj +<< /Type /FontDescriptor /FontName /DCBFXU+LMMono10-Regular /Flags 4 /FontBBox [ -451 -316 731 1016 ] /Ascent 1016 /CapHeight 611 /Descent -316 /ItalicAngle 0 /StemV 175 /XHeight 431 /FontFile3 1484 0 R /CIDSet 1483 0 R >> +endobj +1485 0 obj +<< /Filter /FlateDecode /Length 753 >> +stream +x}Kk@FE Y(48CC NK4v$$y|S(M 9ǽշMP.xu]}jsMtuUs+.ݽxi|zq=_/U*? +wI3/?S8ͽNjl#XWuįn:l8VDG"lӵ]YW"My}h,!(DQ=)͏Tq]h2#Fmڲڋ/rs69!Dө(ok=:1ׅ-Wu8Np^kkE_d*&+3\U5`'\Pk3QthȐ2ZK*e f>R와2P@Rsؓd@3-@wXDZ1c'A3$II?ƃR ~?CO"3 ՕS!OrOIFя~=cf)!OE1~$)TPϐ?CB~$1`gH~??CDW44*gIj!_ieL/C%44ϒx>'+~:1fgIp7$Obx>4C.~'ϒ'~OJ~\,HC֖~$= ~_H8~ 16MxY#=J^ ?v/+J5u3 +y<= +endstream +endobj +774 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /DCBFXU+LMMono10-Regular /DescendantFonts [ 1486 0 R ] /ToUnicode 1485 0 R >> +endobj +1486 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /DCBFXU+LMMono10-Regular /FontDescriptor 1482 0 R /W 1481 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +endobj +1487 0 obj [ 27 [ 750 500 ] 34 [ 708 556 ] 42 [ 722 444 ] 46 [ 764 556 ] 49 [ 681 444 500 ] 54 [ 653 306 500 500 785 500 ] 62 [ 750 556 333 361 278 ] 69 [ 778 528 625 278 ] 74 [ 917 833 750 556 500 ] 80 [ 778 500 500 681 556 389 389 ] 88 [ 278 ] 90 [ 778 528 ] 95 [ 736 392 556 394 ] 100 [ 500 500 ] 104 [ 722 389 500 500 750 556 ] 111 [ 750 528 1028 722 750 528 750 528 ] 120 [ 444 500 ] 125 [ 556 556 ] 317 [ 500 ] ] endobj -1275 0 obj +1489 0 obj << /Filter /FlateDecode /Length 29 >> stream xc``00.|߿o;ƀ endstream endobj -1276 0 obj +1490 0 obj << /Subtype /CIDFontType0C /Filter /FlateDecode /Length 8142 >> stream xڝz XS x1^lYkg,2O2L$!a!L:UKնMx|gg'{wwի%<\b#¼ׇzL( XsvNPK;Жw'mյJW(Jph @@ -5711,32 +6821,32 @@ v9Q:_ vĠ*:, HdnFcIps
qJ)m11n-g"ODN,$x<NG2@|3܄l endstream endobj -1274 0 obj -<< /Type /FontDescriptor /FontName /UGLMJS+LMRomanSlant10-Regular /Flags 4 /FontBBox [ -457 -290 1446 1127 ] /Ascent 1127 /CapHeight 683 /Descent -290 /ItalicAngle -10 /StemV 93 /XHeight 431 /FontFile3 1276 0 R /CIDSet 1275 0 R >> +1488 0 obj +<< /Type /FontDescriptor /FontName /UGLMJS+LMRomanSlant10-Regular /Flags 4 /FontBBox [ -457 -290 1446 1127 ] /Ascent 1127 /CapHeight 683 /Descent -290 /ItalicAngle -10 /StemV 93 /XHeight 431 /FontFile3 1490 0 R /CIDSet 1489 0 R >> endobj -1277 0 obj +1491 0 obj << /Filter /FlateDecode /Length 642 >> stream xڍKk0FE!]SjKyul%cHdc;}ie 9WGW.û0īcWpXż)m'+]xr1+S6ye']m>R\1zӿßÇP0Czw]oc']eS]_7VWQS͚[s-lkSu NDU<7x}}XmL&bl+Н .sW6;1fmJDt**lcאUep3#NeS-JfmH4LmO6[M8*(EQO=<IP RHw "I21P#PAP!IdJB&wb)H4cS2DOR=l$ьhFBh )̖ xJ<S_~2O5$X{5$ endstream endobj -614 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /UGLMJS+LMRomanSlant10-Regular /DescendantFonts [ 1278 0 R ] /ToUnicode 1277 0 R >> +687 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /UGLMJS+LMRomanSlant10-Regular /DescendantFonts [ 1492 0 R ] /ToUnicode 1491 0 R >> endobj -1278 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /UGLMJS+LMRomanSlant10-Regular /FontDescriptor 1274 0 R /W 1273 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1492 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /UGLMJS+LMRomanSlant10-Regular /FontDescriptor 1488 0 R /W 1487 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1279 0 obj +1493 0 obj [ 27 [ 525 525 ] 34 [ 525 525 525 ] 42 [ 525 525 ] 46 [ 525 525 ] 49 [ 525 525 ] 54 [ 525 525 ] 58 [ 525 525 ] 62 [ 525 525 ] 65 [ 525 525 525 525 525 525 525 525 ] 74 [ 525 525 525 525 ] 80 [ 525 525 ] 83 [ 525 525 ] 90 [ 525 525 ] 95 [ 525 525 525 525 ] 104 [ 525 525 ] 108 [ 525 525 ] 111 [ 525 525 525 525 525 525 ] 118 [ 525 525 525 ] ] endobj -1281 0 obj +1495 0 obj << /Filter /FlateDecode /Length 24 >> stream xc``0N6s
endstream endobj -1282 0 obj +1496 0 obj << /Subtype /CIDFontType0C /Filter /FlateDecode /Length 5120 >> stream xڕYy\ڞ 30Fo3홴V-"Zi֭պ &HX.I B6A\pm]nkm[L{~ߙ~ g>ۛcn\~WW\RVhM~[o-$&_=Gp8űøf_zwXk!(~{ S/=;˄Ћc_o:-0(hZ%Jϔ(Y&
U%ib%RedYded* _LP)%a2T)QEJ6I4x$*^LGk$IX )dR,BKrd$UJdEtLI&OH42DժgMM @@ -5765,352 +6875,374 @@ U&x-bs| !=Jm= fs8A&CE9FdUDSؒ;dddC?`x5VAM$_Q%QK?_@${ɺ/t\0 endstream endobj -1280 0 obj -<< /Type /FontDescriptor /FontName /SWTUXA+LMMonoLt10-Bold /Flags 4 /FontBBox [ -454 -308 734 1039 ] /Ascent 1039 /CapHeight 611 /Descent -308 /ItalicAngle 0 /StemV 175 /XHeight 431 /FontFile3 1282 0 R /CIDSet 1281 0 R >> +1494 0 obj +<< /Type /FontDescriptor /FontName /SWTUXA+LMMonoLt10-Bold /Flags 4 /FontBBox [ -454 -308 734 1039 ] /Ascent 1039 /CapHeight 611 /Descent -308 /ItalicAngle 0 /StemV 175 /XHeight 431 /FontFile3 1496 0 R /CIDSet 1495 0 R >> endobj -1283 0 obj +1497 0 obj << /Filter /FlateDecode /Length 574 >> stream x}K0YdpB#4/
-ĆF;J_fF"q}#&*7KSx`aYYkU쵱Fwl8_/֦\ڔ}>V3VǛ۟%<ٓ_os"-/ݴ5,眻?FٗF#JQ
>(Iʎ(g'xsm;}^&6zsb5א]4zin*sd)ͥOڧxTLywlk_+VM\֚[ZzWfg:MVSDڨ/:ǪGRgۈ,)4Ј@b"r9ZZAh($4" #" eD~D/P_N$@,'Bf:lFDy.@'z-Ah @:'B.$D$B'AA`b9"P\F&ID~$?"$Q}yIt^`Fyi7>pSqKӸsp9-j[U$Tg endstream endobj -568 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /SWTUXA+LMMonoLt10-Bold /DescendantFonts [ 1284 0 R ] /ToUnicode 1283 0 R >> +640 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /SWTUXA+LMMonoLt10-Bold /DescendantFonts [ 1498 0 R ] /ToUnicode 1497 0 R >> endobj -1284 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /SWTUXA+LMMonoLt10-Bold /FontDescriptor 1280 0 R /W 1279 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1498 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /SWTUXA+LMMonoLt10-Bold /FontDescriptor 1494 0 R /W 1493 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1285 0 obj -[ 27 [ 750 500 ] 34 [ 708 556 500 278 500 500 278 278 722 444 278 278 764 556 ] 49 [ 681 444 500 778 278 653 306 500 500 785 500 ] 62 [ 750 556 333 361 278 ] 68 [ 306 778 528 625 278 ] 74 [ 917 833 750 556 500 ] 80 [ 778 500 500 681 556 389 389 ] 88 [ 278 778 778 528 ] 95 [ 736 392 556 394 278 500 500 500 ] 104 [ 722 389 500 500 750 556 ] 111 [ 750 528 1028 722 750 528 750 528 611 444 500 583 833 ] 125 [ 556 556 ] 199 [ 778 ] 251 [ 444 ] 280 [ 670 ] 284 [ 500 ] 499 [ 472 472 278 278 ] ] +1499 0 obj +[ 27 [ 750 500 ] 34 [ 708 556 500 278 500 500 278 278 722 444 278 278 764 556 ] 49 [ 681 444 500 778 278 653 306 500 500 785 500 ] 62 [ 750 556 333 361 278 514 306 778 528 625 278 ] 74 [ 917 833 750 556 500 ] 80 [ 778 500 500 681 556 389 389 ] 88 [ 278 778 778 528 ] 95 [ 736 392 556 394 278 500 500 500 ] 104 [ 722 389 500 500 750 556 ] 111 [ 750 528 1028 722 750 528 750 528 611 444 500 583 833 ] 125 [ 556 556 ] 199 [ 778 ] 251 [ 444 ] 280 [ 670 ] 284 [ 500 ] 499 [ 472 472 278 278 ] ] endobj -1287 0 obj +1501 0 obj << /Filter /FlateDecode /Length 37 >> stream -xc``_ -! +xc``_ +! endstream endobj -1288 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 8548 >> +1502 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 8649 >> stream xڵzxG -YZx]2k:PލŽw[ؖ2^dƅ{sBI( Y1yJ{×?GwggNs! -
}0aOCdP;%Aqâp>nac:8yx8x?>\5.(k'?&lǠ.ZjK|qQA.>adUA.܃\={G!!Pb1A$> F1Xb1HL"&Sć4b:1I|D|L!BbXB,#+*b
XG8 'bLl!; g
p%w$ # -~.x)CȻm%ZmCDNbeMXa/a:z"Vb)N!_^ZnCzt#ǣs{V-{ka]{>gzzE5j;ozGı_~M}00/̗W<se8|=h۠b7Тav{F,qldQ9 f=R`vg&WeXoRULRb7rR'!R)2C:MFDcEVa0'u
ý%X*F6ȎS1&TrzHs%Cɵr@:@V7nef,ڶ4427n:eqz(W ݸd3^j;|PҪ\1eaG$f[\돞jfd -K%sT8,Jo ->Qئ -9-ˁ9BrGXXY
.ffjr&5,@xfayԫ1O"ߺap.ۓ?njr#̞RyIp[h$903^j$;fC=<Be>Sue,J$`L `<Q禣Oœ3vChȖ7=j4 -A ɨ$'*T - -\lMEӾm=}IUϺ*tHqduei4}>l]z -ZEʣBn;%ihQe9˛mh<r~4̄3獋h ۵SG҃~];t*Yu7oV)/\iv]"7w㌩.9[{;f-\4q͂Bz.)qgq\,,x
ohQ^>,ηܳF -]]yn+kv30Eɦ+VZ֝=P^X`yB=}2qHIQB{NE'e-ZN1My"?g7zucAp5)_ZNE EY<zFclch9!ޓLS"U@%d`߮PL˫4F,*nf#Yԥi/:v:pN|lؾhB{:qLaGqdVTJyЃuެiEWqޯ} -wYHރ&P[sW,F'ocѢ鐍",,ZAvKzu -RMg#'*,wp|d`qʄϒLֺb%K{+%}xO90prӑ?~wf"y
w/KpKLh`3ڿ -P_wF=6]vJ#A,_˔d۽;7nl26Q?i<J[A\Ԕ(9Rs~a22xyvVjc -kd2_$eID5p83B\c6u;Fh43kcٯ<<y<hlpZwt
58/JbJuC<#@O8Cq$O!e6%,)k:ipYki_oQMU!W7H3Rc:G< -}G1x[%%~A0>Oϻ~ۭS6v -9a@;kGd@}&Bwt(%86v-uK<y&3# -&"1Iplѻ0JֆT˿.7y͞u(T%UthP[\bAO`;;SdFӛaNAFʴ
)ɖci꿸l-KݻQ˧\+NW`CžUd -/fdބyr\{h"f|1;N;r1TIVoEĠuZF[ -&P 7mہ9POʖ) -uE-ѕ*V+'2͜RW><kJc_LUa4G< C_:Ay7% sјm\&=I<b~RD>xE@W -itX8?lB\,qk!ڇGS.?Mq8zHMQl89b
HRsyMV9ЪM`E겐p:Y)W^9H ]sqza2J îWteSMOgQ]~cUg|ΉqqB.jY/<PLLШևGI*B,ljE<jM_
`76ӗy,(.Ce$=t3h_ګ<>Y=5Lů¨M*}.d].^NSeӻJ-*YFSϔA\ fᩜL֩3u{⫴T\mk7t<&_Nj8KG33E8rwEg41|$0yBcj)32wHˡ*5L#yC)rt rQ;Xą8T*JlڛQsU?Dqdޠ}_qHfڸ+)Za^'43E#M,B_vC&*En[1HD*E$RR\C>Œ-KVB*I -lq(2.`pxʊ횘b:[h0DpH)t4Ymm\бA}.\OhmM8i4oG**Z -Y9 -VJjRv#:#6ʼn-Q2yB/EE)pt1u·f-&?˒$wpceNH>]h<Vk1!v1߅nɾ.ulRƄ҉jUj<494X>\1]F^h9CH
Q)-PHWFGJvzrL@9K484eZ#ΠRY5dt1ן{%CM&](}XQzEA4Q>RdPLǤ2XN3uV[f2l%a4YQ҈0H,Ƶ=EI|I2y
;(vm/g0燌se6eze?gkEOϕ̅e]v0k?G92l^UkY89+x(sn ]<54xq\C -Ӄ1v#&X,UBEo{柏HlxQN*#h&* (aRIDo[MQm|)$ݕEj -~A"{w7$W<(/)//}n}vEpXuzýIxW̌]IKscSO%}yt>5dž
NYhDjoFrpw^!?)N;ERVڨ'o '%)s2f08_O͕Xl!z?rϮIl"61U$,G-B-Bn7Zve֬efͺ֭+WnD5փuu').% +YZx]2kzJ ދŽw[ؖ2^dƅ{s$B$̊sW28%?;;sʜs
!m^qV\0auR?E +z🝶`_Z
\Xmaۉ@<#{8vB=&?isü˜]}#B}uX9aU`ax`CPPϐ@iP舱C"C|!~Ρn +sX0fCWXXЌq¤cC<ycB +gyn̢ի6YtU
sqpss7%;. +w= ;,_џH"C0b81I"Fc8b1DL&Sitb1 1C%BbXB,#+*b
XG'6Fb3Jl#vN3Bn;AxބKD D!D(FHp"$h"%&]Jw2Nlۆ]ɾӚN1r)}u6u6E +32<J
ٹo]w-[^toأӞ^zUIyQMLY?ۣ~ӣ&ƅi꿰'
D ~xՁ$7xʐnCJ|aM<|P9#B`vc"WfXgrST1LRb6vT#!R)2[B:MFBcDV G}$X*F6ȎS&TrvHq%gB֓kC24-ѳ4m)L_}ItEUQIENJ
[WyT_=6 7+*Wٴd3\n=tP\S+3f%f|[]ꎝn;fhG=tA3K%性|A7u+<ٶrS%qT,Ko +l]q'e-yؿj]ziQ"'AԈX<i{T@I<X&#g&oe۞K-_0oϐxV~>ӳ!-"P/ +:w
+;Bp@ȭRr~zHPcYb8=sH*cYYz<6 $/y=̃029%%8/ŔshOl$ɖ
q0V:$lMo7hʍzm&55'a7WcAllP +mr:!!foÇx+z +O[=6x ++O@gE ȌqQXMB]% PRU`lxfh +Mɬj:E)"*J +|6k&pOpd-W(+!ICBCC˫mk GhAvi$WB]ҳ@;3pծrZi9w id<8Ž73hLIf"5>Xs+Xv(3=}5'_&]pݿ&k,2:ɯŞ_q+Ε12o$UNc?>]L=W1KIjDA,PwJBffA{ 0=ԵibPEۙg Mm5QFQhv@zI
0ߛU|5H0%z1SQ+0M_UPb]MITɓT`lq4tSێҿD$;ROhD}^e6f,-20 +ZCcBn)to1˛l?o8z~<a3掍l
!h۵Sw$`Umj/{أ[H_rMAiD2wΦS_wʷ)zUE_[kBcgcfwBR cAHQYGq~1,aFnxw<Ygg`#
* +mD5&[Vay + +K@`cyrڭ2vo}}ZC} P2E,/.(x&$Aj! >),Е_Ujj,uEYV|S[W-#.:~о:p^ +3yfZկ ި5ޱƧJKkAW12"kTrB:,*\͒e!^'NR}7pH**yFTgoIz"Gd#5p&fd¹,Q%Q'A;WO>q^lvrܖ5Pd'rTw.so~_&j9^yl(jK[ '#h,np w&NYsA~jI^%]UL//]Pm/˛x#9gqz'g"0\uެ٤NKcn'DFOZKEYq:$زY_~J2yi=;)X֦3-R-/v@d<Wj5lYo{ +8*=ĆFx +xcd2o$e5p;;1C^ eVu9-FhٗҳqOٯ<o=yx<`,pF{l
%(7RbKMM\c@OQ)8Ńq$W!e6'ʯ.m<ep^kil~Q5!W7JR}*8EכWXMӠߨ@i(
[{_mSLhUl^q2^Q!֤ObٸQWn(X|w" +舱vJX:"ɂ]~KeеP=O0b$Y:Xre0ǠjX<B6 +<7RUGp$5~N<8ɒ$5yï2PJuD|0XPd̩.4٦&4JpʧWЊ+BNVI^,fj MnO]>6i;Ӂ\z&h&kߥy"GNλGW&I-
l?5`vэ`)um: *8d4Lgh +"!QrwldWA` kK4(Oor5췑 WNMx#i_iMq1jAu)C~vt"cǷ4^ag-,yҦ~Zʗ:{pOc(s_ V*X}(d]ͱMϸ
s*D`v +1^Z,@K`^Q*+a1F)y +#3#P ZF5
@wX(Ȅ "VOw[\-=ߨqu'GP_.hcȿ{/fKYq{P);7Ό:{lCdP}l;
Zs Xm:)T$ ,orSxދK1A%?Y~6n=~?P9G4g;)ɻv&%/R/z)Bpb;,;ncPWX\Uᕤj%ZvY[fnX #ɠ*H15Rwt2KS(];@9~A#?w1uĴ; [OGOJ`Vn[GLh;eV<nm#DR"r* +Pἡ9jm]Kx9)Evj(PeirFw4*y6Xި9(}yi4]oPm:_PA$K^Ym}]t̔[-W-7}"Mip{чhfoCK"mPjmatJ,Xga rt)tpbIyK%+&O'~6i8Ec(kh8mAMteK4y8IUJ:^6tnmX>PJ.'jc:4g߾L-U?8^xʡTC$ĥY~%fCm:UT.+oh5ՇX}5Tm_o5p^xmISd+.976T^|5L)ˍӉԀR7|*ժ=_
b0iqbsAdLx:.KQ2/\]jL=hݠ[Y2e,?&2D"G9OEΧXL
Ee/O{,!tZb58
"E*5h-C/>slm.ZPR`Q$kJ4a8-.7=[nrqM/{?M|rv&E+<M^2PAah ^Qƞ4MkâdT'ipΖBhzL,䆠ՖY$¶"F&(Ko$M~)7NqM[wQ"_FR^gtOl)s_)ryc]XE)>Nh
fq9UOؚkir$sbr0z:Q||[y@edj[<L3oؚ{H_]֧1&LX_DŽ:$Z?&ْ>ޣ3_-QFrMHe"Pxȧߴ\=Z ۦZ姷`G#RH)&*D.O+.*y`SW\VVֹua%[1f,5{Cq.,.{*14 +'b*5Qj'⮼BRBw0I"yROOS.R5Ze@,X?i<7GbC_ +5=(Frgՙ3-9;w^9ÿD[S}XIQTQnL +)iqr|n@s&^R] ~s!T5_r{R))iq;UV + +endstream +endobj +1500 0 obj +<< /Type /FontDescriptor /FontName /XEVVKE+LMRoman10-Regular /Flags 4 /FontBBox [ -430 -290 1417 1127 ] /Ascent 1127 /CapHeight 683 /Descent -290 /ItalicAngle 0 /StemV 93 /XHeight 431 /FontFile3 1502 0 R /CIDSet 1501 0 R >> +endobj +1503 0 obj +<< /Filter /FlateDecode /Length 750 >> +stream +xڅ_o0)J%T Hh+M +o? +ۮꍍHgٺ+c&$Pk(U2 +Ҡ4E,IH*P@AMAX +*x$fv&s$8PAA<xK)3@u*_3!:YC!AgiHdN =iH):%:KֆDgDPfZ&C~$K2pdHy|!fȥs:ʑu<ͱ,N{4(:&s A +4e{
F'ýT>\ضH\웽_~u~/==ϣ:p endstream endobj -1286 0 obj -<< /Type /FontDescriptor /FontName /SRCMOS+LMRoman10-Regular /Flags 4 /FontBBox [ -430 -290 1417 1127 ] /Ascent 1127 /CapHeight 683 /Descent -290 /ItalicAngle 0 /StemV 93 /XHeight 431 /FontFile3 1288 0 R /CIDSet 1287 0 R >> -endobj -1289 0 obj -<< /Filter /FlateDecode /Length 744 >> -stream -xڅOo0C@I؆ -!A -@*@AS@cmbm~eerJo}h} @pIp$ 8"(E2
#M#3H;ݩ-=A@j\2ΐn՚2ˠZ9k<HhQP-@PIP-BnC x0$&$< -endstream -endobj -567 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /SRCMOS+LMRoman10-Regular /DescendantFonts [ 1290 0 R ] /ToUnicode 1289 0 R >> +639 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /XEVVKE+LMRoman10-Regular /DescendantFonts [ 1504 0 R ] /ToUnicode 1503 0 R >> endobj -1290 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /SRCMOS+LMRoman10-Regular /FontDescriptor 1286 0 R /W 1285 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1504 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /XEVVKE+LMRoman10-Regular /FontDescriptor 1500 0 R /W 1499 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1291 0 obj -[ 27 [ 869 559 ] 35 [ 639 ] 42 [ 831 511 ] 46 [ 882 639 ] 50 [ 527 575 ] 54 [ 724 351 575 575 ] 59 [ 575 ] 63 [ 639 ] 65 [ 436 319 ] 70 [ 607 692 319 ] 74 [ 1092 958 900 639 575 ] 80 [ 864 575 575 786 639 447 447 ] 90 [ 864 607 ] 96 [ 474 639 454 ] 100 [ 575 575 ] 104 [ 800 447 575 575 885 639 ] 112 [ 607 ] 114 [ 831 ] 116 [ 607 ] 118 [ 607 ] 121 [ 575 ] 284 [ 575 ] ] +1505 0 obj +[ 27 [ 869 559 ] 35 [ 639 ] 42 [ 831 511 ] 46 [ 882 639 ] 49 [ 756 527 575 ] 54 [ 724 351 575 575 ] 59 [ 575 ] 63 [ 639 ] 65 [ 436 319 ] 70 [ 607 692 319 ] 74 [ 1092 958 900 639 575 ] 80 [ 864 575 575 786 639 447 447 ] 90 [ 864 607 ] 95 [ 863 474 639 454 ] 100 [ 575 575 ] 104 [ 800 447 575 575 885 639 ] 112 [ 607 ] 114 [ 831 ] 116 [ 607 ] 118 [ 607 ] 121 [ 575 ] 284 [ 575 ] ] endobj -1293 0 obj +1507 0 obj << /Filter /FlateDecode /Length 28 >> stream -xc``06?0 +xc``0.?0 endstream endobj -1294 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 5521 >> -stream -x}YX纞w@aXbvtfPTKb5`TE@A@wDYi,DņRD$zҎ$rb~?_4ܳ,{?VB
NI$;?o_ޓDGOss-KTȂPX
y3v8v0d1|0y%KQ4t}a
oo.`b"E$R)L+X%Ous &6->",<Q9m]%#cR"#!%S˦*ǤJhm[1[~ʤeX|LRlT_xD2%&>RIC'(CB㕉Jվ~ʅ1щJ͡ J2!4TkbRԘ0-dL붗\MsYb}=&&*+CB#%L k^H̦!щiyj<5LM\mj.5rQZB-erj%|)?j5ZOm`jBRTQQT,O%RTdfR3Mb(DI~nXc
4VzJv6CKFq>y}=#-,:,[ZVG:26clKFo;6<EVO$ nL|b'LqTڬDl)d*0H;!Q^tGQPq,P'ST2CCvC6߆9NKs(V~! cTFyN[G{I#샭vlKء*M>WtE_~Ghpq`ԓaTڧ_]9c -VF -lX1$MS8襱gTE_.F!cWSUƜ(}}<mT/.d=CCݶYn -.lR9Y(]aE\ΝZ^u>@]oO@=tL=jkf}~3OAiYZmN6xIJE^,.` +@ -#ĒNqdM;"i`<arڕ6G{۪4=<㗶]ؼhayTxV/dHp1h6pC,rj>TId[y쨗cIȍ׆ۗANK*D3:k: -(Z">e9E3
;֭-J7?Li$Ùi;7 ->t?vP(;̞'5vx(iƇ`L"Utm\nCO͓<so;^3'`kiӻWS@!ٲ#͝YדoCTtH~t\
B,azs&V{ fm @f~yqJ%_IHT*W͉M^\Y.}}NsG7É04P?D8p``60K\*M~M8$gA4yp~T4U%4[[
{y+LX -RC~PEA~i0-`˧4iuvj"-PK]7݇0&Q-)6A0+!@)z&Rh:@@T-n5&7u_SStz
NC;sgʺh[$x]A{2f-D]f>L[#ǖ |23.Hwd.#?.Kpmhޤi1+DOo -;ʾcV]&qH۫e{J8"6 g\d/כkY -檚FGNoDfp̅ZOvZ頥<,d5{{/]A)ZFA<II["BW&q:x cQO!HP$w%sUtY~qfeDyd -f>F*^FB laR^ %YpFj6YڤV$Ǜ$c<t
Ǩ5 Zƫ-Cy2cL 4㟖O
:}B44
>2M)ylmZD,4bu&)zvbˠ|5m8A!;fWo/֧[|GCx}M.6Hx:Ix(5>(elq͌i.I1LåZOfqKs~GO(bR>LG
]0p(Cc>:3?8ӿIcu`o`MXSJ~
Aޅ9lsI\HzƅlZX~m_a8Z٣hM<ü
rx?qgMA}_**U^K}l@9恋@' mx"8
oAC -!.{垻/oLZͮM7*qîkM٫,ۗ %F2#P@O,D&ufÜoHۖg"La3o{ɪVhͱ~ر|]۠*ObpTLx8uJ]Z?%)Zپ`% o5[/30=n_Ձ'u!m'0.vdbXLBL -'L':^+OCdnfulxMyߜud_EeVqW\yw"Rdn^כ'G+6<RijGutc
/j8<tso뇊i% mۈ -xX:ft@i%X<eqK%[s@pt{3wSj9֡$6&x KK^䒴x2HDEŦd`RwBFcxI -ʪyF*?݄ \SXPr}=$%3+;ρ
;i垢I[窙`ZBSEݻgvZI6`47Q6*3bk"Að4D%#T,UFYhӿ+H@LLcab>qtCRސ͗4T)$4FD.ݾp~" -jpSX8po\ɇg ^-g-7u(6̷N>&wzY#{+5ڂ5I2%Har0](pKQۦ/?6ڨŕ\-j1Y.z}~PtlOQ `a' +1508 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 5745 >> +stream +x}YXڞw
2,Y,c"쨨Hݳ,)"JUF-xcj4$\
hLafΞ~~+$ݜhyD87Y[LO<Dh,8q%\7mbK}{!2!}äC)J3,-Fnj1Pʎb'HIǺM6a:E9krЈxrX墱 n)"\!0&e&W2.&0:F<VLU-1ʸhelpc +/܈Xg@R56.hlDt&2&uA1]sl+&*7ED+cCČ 73 bCؐ$j85M\qxj5zB}HMfR5Z@-<Ebj)ZN*j-(j@RT +PaT$MRTd yzT0O}i1s2Cf}-0ڂ/5WߡwƿsĂ8j)cn +c]|WJ,dqF|=GRH
I~&Uř-l_1rhKO8n&(aY C``D FGZAӤ*r +{ {͙ki+[ylkB^Q܆pu(pfNe +aKwުZ_ "j:ͺ A/]=%8Hǖi?^ͫ+p\ԓ阩
zm[Ϫ T )UMO/X4ov+d +-$tR# +6D` +_ Uq0<Pm`{ivhth[*Ï 7vRo1: m,:Єg!Glsޟg.V*NIY[2m["k$f y&9:]3_V,}U;eKA+Hʾ}0霧1O cP
?D`R%Uɍ>)*M/F'Wdim#36+Rr5=gg +_q(ʼYy`4AL7OݴWQ;7c,"c:NjkXq
!pО"6S`GF%֖Ws8t|=7c.DN@C>D vbmGǥ+~:E;c^-b;a.\8{Y`2É)6)HA畆z]V⼷8LtL5x+H@Z9ҴL6lfa+ ]$:y<˴\wٴAT쒷75760Ug}Xm:K٪įdOg;AuIJHMd4b%
d%fqAeY*L_0e/}*?w_i\cOFJSY`paA:7-+4Xֲȿm 7^Mq3'9$f,|
xu C:[_IH(%(:N<NbFFq,6-zÏ"4hQ"MQ3hNb&DӌwR>+7 +QP\$gwdP/b 9Q+˨[0Qիo:_a:_}:)_xp['{jd'._E37o:/7T&|6?#^$b\nFNC \Xuoe:^FS8=`)]YQh1K)SPGUx8PLu|Oujwg?1a +i͒{0:bs +u&H^ +<_RC-QԵ\%`KfdvH磽I):.0c.
CxN Q%`vKeD+v=;tz.Cs_т==`1xu<älq::,3J/>/sBnfsJ.@*^qh #ƓwMXiKqoȓ&%[[.Zrޅa.=>u
I;Sg3B]`
=a5'Ju;8Ufx\$f[&-JTWs0?t'.+&B0>Gml^K +ѥGQH_g)棵7Bw|ǂL|O9ޟHi +Q$.O<}X4sn]eϦoԀOJLWlO8xdt3$M"G9<N`ENJ+bF9U<,i:N5WڱlA:bfOE߹!$14Sj|4nı1(#D ++/萮q)AE0XQjz&(N +dg}X&KKO3,vRC{Ox\ +0opajTWz8X6'g1QUJt-9f^ +4ݟ/AVў?f{4U|PfRd"*{<Os|:.܍PxHtXټ'ZnU3'h#IVd6҉L#R+ΕǛl$Y< iA0s8CE"jΐqߥaxXVhbIb- S _`6`-?=Bc"U +s\1"e/S~w_[zpoЦfπw"p3dgd>}3m~uMj\XYKh<_~iXyoju::NbIh/4QGe7;{QԴ*3Ա:_Hqϖcx;S!m}@-F(cʈ&\p[yzbG|asȾ*<Q +#|&d?DP` ȍ=7h+G"k0mhu endstream endobj -1292 0 obj -<< /Type /FontDescriptor /FontName /TLSXUL+LMRoman10-Bold /Flags 4 /FontBBox [ -486 -295 1607 1133 ] /Ascent 1133 /CapHeight 686 /Descent -295 /ItalicAngle 0 /StemV 106 /XHeight 444 /FontFile3 1294 0 R /CIDSet 1293 0 R >> +1506 0 obj +<< /Type /FontDescriptor /FontName /DJGMOY+LMRoman10-Bold /Flags 4 /FontBBox [ -486 -295 1607 1133 ] /Ascent 1133 /CapHeight 686 /Descent -295 /ItalicAngle 0 /StemV 106 /XHeight 444 /FontFile3 1508 0 R /CIDSet 1507 0 R >> endobj -1295 0 obj -<< /Filter /FlateDecode /Length 583 >> +1509 0 obj +<< /Filter /FlateDecode /Length 591 >> stream -x}j0ڋ@{Fc-М HKoKbE~%J@i<_T}aVw-t8͛`4ZťҦZi5XgNn^M[)N3}*ͷaw{7ߛpD<gr/6v|?<snX5+[>6*>FT$;(f,z"[TvH.xwz]ͱS6ZcW_}0~onKs|B뱻4Yj)}lJk|쯷'6Ş#[JwM^67'L -jѭDJ~.1winv]<~fFqQ_+*b> +x}[o0+H!ʼnVVJ +m%*>f_u7xlc&:fUq9۽ETt?]Ζ\6Is,Wa~|_oMumIu15;1cwc,,4mY<rsF7LJL%)e
omgK{ш
6.v58~FGֿel/u}2
x̴9laRh]Obw
K'0[Tڴu^&G + $)A +DOȤg)"u9$gAON@NAГDDzDp!FeI"8|@@(= endstream endobj -566 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /TLSXUL+LMRoman10-Bold /DescendantFonts [ 1296 0 R ] /ToUnicode 1295 0 R >> +638 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /DJGMOY+LMRoman10-Bold /DescendantFonts [ 1510 0 R ] /ToUnicode 1509 0 R >> endobj -1296 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /TLSXUL+LMRoman10-Bold /FontDescriptor 1292 0 R /W 1291 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1510 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /DJGMOY+LMRoman10-Bold /FontDescriptor 1506 0 R /W 1505 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1297 0 obj -[ 27 [ 850 547 ] 34 [ 800 625 ] 42 [ 813 500 ] 46 [ 862 625 ] 49 [ 738 513 563 ] 54 [ 707 344 563 563 884 563 ] 63 [ 625 ] 65 [ 419 313 ] 70 [ 594 676 313 ] 74 [ 1067 938 880 625 563 ] 80 [ 845 563 563 769 625 438 438 ] 88 [ 313 ] 90 [ 845 594 ] 95 [ 839 460 625 444 ] 100 [ 563 563 ] 104 [ 782 438 563 563 865 625 ] 111 [ 850 594 1162 813 ] 116 [ 594 ] 118 [ 594 ] 121 [ 563 ] 125 [ 625 ] ] +1511 0 obj +[ 27 [ 850 547 ] 34 [ 800 625 ] 42 [ 813 500 313 313 862 625 ] 49 [ 738 513 563 ] 54 [ 707 344 563 563 884 563 ] 63 [ 625 ] 65 [ 419 313 ] 70 [ 594 676 313 ] 74 [ 1067 938 880 625 563 ] 80 [ 845 563 563 769 625 438 438 ] 88 [ 313 ] 90 [ 845 594 ] 95 [ 839 460 625 444 ] 100 [ 563 563 ] 104 [ 782 438 563 563 865 625 ] 111 [ 850 594 1162 813 ] 116 [ 594 ] 118 [ 594 ] 121 [ 563 ] 125 [ 625 ] ] endobj -1299 0 obj +1513 0 obj << /Filter /FlateDecode /Length 25 >> stream -xc``00.7_ +xc``0/7_ +endstream +endobj +1514 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 6279 >> +stream +xڕy \DH213Qu
[qO}" dߑMEDV[^{[vV;ɜ9YD"5nۖ,nCX*t[ӗ{10V$pBiX\ۇc$SXR
#?ٌ +Ubbݰn1,T +U*6x*>j_DX>g& +>j +GoKdsX/Yv Xv17w7Mw_lŻW8GTE(}"Uj_-YKCSNTj5r\[Lmj65KͣS%RʍZIPk)wj.A6PMfjImvP{(%(oʇ@* +B0jNEPT4K%XĐBs,xOpjǃ~kg)BY|L2XEKVVvjlc]1i6W..1,dا~~|wdWr;+D*wj>$LjvLjzLh\+WkMfl:u}&,{tvDbcOPxix僊Bv=H>îd]Kjc[~F_LN`Kqra_0`"V+IE U!~v؈3gZbjڪӫ⊹BC=fw-<spxx"?.IMV,>;6h߁: '$^h:&0XF:ُsnࡅLh<Sx=<뛧|<%0x<^sx +j#=`9i%vRVA +4./le0vx,ع?ȋ34^&Vҗ7O#]Y]Y]qjKva"mthڗ3%]{6|pUF#̬I&u4ĘDA-zS`2Cw %%k9<-˶`̬l#t8繻aP^̧Q [<u('[L|f%,Nx"^0Dn@¨VQJI.JQJVO߷ʅQ0*&i5-x B:PV +li<G3U>'D0\a!L#w`! w[=r#^
[otzkl*as殰Jh2%)yO~LB`1f2`\ lG@[wrW`Nool=7yUo2y?Rk<RkoLtt1$x7]ɍ& +<0\gfdUy&x8j'?b^q2v&`4AɖcsdL62{@L%S},vEOE^x#4$STS9 +SO]`J5V-ךWf&ZE{B1@N#܇B$9mn|7mcF +m/>^A^ǂ:Z'8)^L^]0SS,">>2<gqQIq
|H+촬,k$,i&Pr +bW{fq~[9C8X
W7$w!*{[ZxBV +& &K>3/Q#S+~$<s?'5~ޟ&8ɝ^ٙ&@GTӅ55ȑ$QZmxƲ}aNG4(G͇jurᜎWy)le^QA{uf%{셹QHh:a0`tHz +zGVBƆ-IݨG|SN%{')Z]3BZbGyuprC*v1sU[U/[8uR{=X3v030 cn|<?-執p +ݱk_AE4הWS"oWg9d#篠#V:vD
ɹcY_(^Jjϱ׀Eo $;> ŏe29ܸMʅ;ngӜ'o5\d__n\J 2!d<3Yx:̀>[ BeUrLǭ*C~h9B2 bHOK٤AA%hjy|_-&6 i|"jx.7m WHěޡa_?籃j4pn%4Of2ھ #iba3&h/wfz~D +MtTɈOX+DsRY̙%3ǻ+NW.z`{r:Dzl!X4Y.%X*a9,öm1WRKPfEsxW0cx%#,KPN~lA/w7XYA)lfJBX24 /xv6b.)I͒'zTshTJ>[?Kx8tzVBoƀ +QDmrؔFDR' s*@E<^wy3~y <ew˧ng\N>V_?**wJ-<!ٸ"g{r27ngб35;+
0H<3o܄'9.- <6طu|pȤ?`/*@v{Iũyx$C _10cYeZN~mzۖƮM8N)[ɟ{q}bK o.:_K7%p-I|s +a@˺ٱ MeH2\$XC3|\Brz\`$`o[]t{pP8<ر6VpxT
l
ʩFҳ)r&b '_4V,Kn="YT6ڪ4)S^-gb&qUZFH{^qŅ
V.<H$5zK7+͢BL!:jm{gW[uMzNN̶cCv`xL>ѐ˶G︢hO0PVPzP=8U`D 楅`B9^$xA})Y$nV[~*XX-!!1>[._Յ +J +TrR8Jqad6|G!Dl%<$f-z{/HsG5;Ɋ'kl9l<OxB\ +rH`Pk#>*^u͟Id|GD +O5,_'Kbp +ha{;<U)=%T{4L('| 6"˺U[!ku &<6hGl@<,vO +ˏ6;B8&}*4Tl3_Ѷ`
atItF "<0t)ViHH"w$kNb:Pw1&8;ޝ[>>x-˼<1T sh$ 0{aik'yAck,8aK>TX??/I@w@:"#?4?TMf~Q%o}̓^݅q=D3MBOot$b鵒^I{ue(
[> j#|fV`!EI | GqLa(B5<T KrWDN&pUhOؿ5i2Sx<a#{G@H+?ayx>("{υ_Rac,cFfJ@(;}J!XrgbySt> + WCM!
Zrkڜ< +*X֧Y}0:XgqU>!+miDWbP?@ݬ~.4?&'=H8.9isSr2ԙEdSPݿ*r%YCxKС%TbҪksUᵸ2?'ۯ5Im; +/%XhqiqaWD")>X]CRBh5:;dsip{,NHJO*&#Mg@J
b<m6/1ITk&$o/D3(Q&#ꕤB=!qu}3B3Fr[f%d^k.i5!耝'U<C*qY^neVdD' #J02% AN);ME8 !YQP"BB})j6H]ZG4W@&\p{Zv+mt`v_+sMʳf鞙|dMpL1㞅'<Iڋ[QL33}8H]۹&a ~{b'5<XIc)Z`ۤ**pk6F6CL ҔuwmlKs6COFG4J +endstream +endobj +1512 0 obj +<< /Type /FontDescriptor /FontName /BJFYAB+LMRoman12-Bold /Flags 4 /FontBBox [ -476 -289 1577 1137 ] /Ascent 1137 /CapHeight 686 /Descent -289 /ItalicAngle 0 /StemV 104 /XHeight 444 /FontFile3 1514 0 R /CIDSet 1513 0 R >> +endobj +1515 0 obj +<< /Filter /FlateDecode /Length 613 >> +stream +x}[0+sѱmdfz +Oӛ7MF>\5{Lj}9wEF˦<oZ+}tM/6ˍ15~RJqsxyxlI7'FfW
'4fcn?uWyacEʨESU2#l$qTUDIx{]o̡ S6~.^C0y*sd +mܶ'(͘zVԚM7Fr߁ݥ,Cl(ݷEu0D36],FP? +u)h:@.0?2H" T ZH5i<H)֗b yK#K +\☗E\LAǎepxJ=IeXCB:3 Ւ.exI"((DᵀavLA.ḭJ"҉ tNh<K.I$]vL̟*w ݽr;?lWFi]z:z_qz endstream endobj -1300 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 6196 >> -stream -xڕY Xڞ bALpjݭ;`bٷa}MNdDXDHTlUV{[v7x'{-@HrΜm{w"lm)Hk$aoNY -9ppJ!~o#l8 m##(J~voHjY(1ݏQNKH dYHo|si3wEF)ޜ6md\ҩժ]!XMHBX=Uvu,4H1^T+
~ފh_Fޭ0U!0HUG(HP?W -SARx)LQ(4~~\]#\kh$)nᄈaǪe+Z15jO_Rjno_xTPTE,5I&R+5zA͢fSs<j>ZB-(wj%ZCyPkw(Oj6PQ)ojI))CR~T DS!T(FTIEQ1ThCBR +QA?UlkQJRJe7.ٮl?<`Ӏ;lr5큅/IGJ+ AW*GOǗ?dȬ!1BNN0a$,0"uw8Y&Ӹ[*>ݧa#Yq<H@Zuΰl)%C:\#2:$42M m@'J?8%Ӵ^arl - < -sk5tRaqf~9pb1Lzy) C"2$]NE{9X ǰHlfI&H>K&kEp8tgF2(P=
d%1tRbCSU'5Yō?5_u!G?%%-ۛGw I}/`%Ѳڸ&'&.cZ_7
o-1{y\^Jyn]Cd Wu
FD,^YR)/ԗ"N'Y_ot7'
y$yLCJ+87QBj&~m;=d3,O[._Be<H$n$mvk{f MG>~c,KtXOrIp1p UiqOu6P'%ؖd8`Rq+]ؖ\YSm&Kb70ڑ"{Ae0f>o[ͺەon{ճ/[O!YUt'$hhK[8'ŧ[`Vf'"} -RC38".*)6^gȟB(^Iggfk<^NJ%$fq=LUׁ%e@<͙Y\NέII%t+R:JKz6v@JVAB8"c 2c7j:kjϙcpdv m\"'4㌞q*gq$Zq864ٚ/(zj<Z.PR/?/*Ccw?jPe>6 -)כ--7fW|`۱Cְ6렟97]2@t̥cnv#;BfM֮Y2
(o=螑F\Dz8=- N.(z<p -=Ѐ!I&$"8~sBSby,[>~xtO[]Y1Earͽtw5t2őXCp -/v)Oٍܠ\Ȯ8Vo?}vqf'
u%kɥM"+*xOdzgNx)0f9P${a'W̵V<`a?jޭM[I\e bIOA٠E!ܚ%؆ȯ=J[jL:l4$e-GF!U\gr_ L%H[\ަa_?㱋*4rN%u"h1DX͎I2OpSb;6dwfD -j6u'"?aa˯`,Q1Nx25Jeu{(gU/CN,?~v;W$#aۂr9l -VnEׅZ[I7x&<7wniZEϨH<,pn(I
<5^ -IW94NE\DZ4V6o+Ml:<it:nR[Ymg`Ʀst(7A9Q<$Z!@7quuv?D+/^x<4F4~(j l NGbp>G+[SnigQ䯈4pIB{L-Jeddؕ0<a08HUoc[Z#Uo.5w0Sm(gUOEsF }o"zK,<a!kT`f QE7*_rVIHwIJviӷWvºrTrBSJ&X&9C` ]G5h.4᳜glesNd--j:d8ɮOG7
t%e1/@cF/Zy0K4F9<s ?|G -k=]Yv v5_y&|
[XX>"(BM겵v9(#[r%`Fm݁\0*Vb,;(ooᘌŪp`oO{:,0<a
!qdxMH_UB -
_
{{p=~^b >Çjz-"8|)2hR;PN6?zcw!TЉsm#z(FFNF'ĄL
iىs3܂| -*X֣'~X/8CVkwCId9^L?@IT~$ޏihDvxoGp\s%fiɋSP;+ʝ -يa<SzKBxbҪs+qEAnlvW$,+h`_JD54-?sx(6cz'|N4q䌌9 n0#aBW -aV"*N+/f>uEe"i$(h- ;9_ួ%q=có q[f'ޠo,i4Uam'T?{A4?2+M6 OL%ZEA)ܔ T3&NB8R E{QP"){¸ݩ6D*K(d
tfA5tqR#s,3a宕|szgMJ%Yb#~J 7F.45I!gkr5ᚖs;>%xrȏڟWΟoX,cGPm;HB]#{
h
;S%Ƃ\1aɐZ -endstream -endobj -1298 0 obj -<< /Type /FontDescriptor /FontName /GLQSSB+LMRoman12-Bold /Flags 4 /FontBBox [ -476 -289 1577 1137 ] /Ascent 1137 /CapHeight 686 /Descent -289 /ItalicAngle 0 /StemV 104 /XHeight 444 /FontFile3 1300 0 R /CIDSet 1299 0 R >> -endobj -1301 0 obj -<< /Filter /FlateDecode /Length 603 >> -stream -x}0Wdc80_keDii&930 -?M&ymuW_Rע FU]^oZ+j>ںujc6oLy(=tnZceZ˯<_/\8 I[_5vuUyd}Eg=[LQ-d{g9'ن9l&[[V2G6v䗦9iE|Δ>؍m6oY{ժNkhxama: - N):iș3"<l "gZFRk "8K1O'I=%x>gHHs'\K"1ig8&-LK:nj&&%]%%=$1i%$D^$$̐DJ)I/!OI_O;t<m?VFAMݸU/ -uYu -endstream -endobj -565 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /GLQSSB+LMRoman12-Bold /DescendantFonts [ 1302 0 R ] /ToUnicode 1301 0 R >> +637 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /BJFYAB+LMRoman12-Bold /DescendantFonts [ 1516 0 R ] /ToUnicode 1515 0 R >> endobj -1302 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /GLQSSB+LMRoman12-Bold /FontDescriptor 1298 0 R /W 1297 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1516 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /BJFYAB+LMRoman12-Bold /FontDescriptor 1512 0 R /W 1511 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1303 0 obj -[ 28 [ 469 ] 43 [ 435 ] 50 [ 435 ] 55 [ 299 ] 66 [ 230 ] 72 [ 230 ] 77 [ 502 ] 81 [ 490 ] 84 [ 502 ] 105 [ 354 490 ] 109 [ 502 ] 116 [ 448 ] ] +1517 0 obj +[ 50 [ 435 ] 72 [ 230 ] 84 [ 502 ] 106 [ 490 ] 116 [ 448 ] ] endobj -1305 0 obj -<< /Filter /FlateDecode /Length 23 >> +1519 0 obj +<< /Filter /FlateDecode /Length 19 >> stream -xc```PdPh``H +xc` endstream endobj -1306 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 1331 >> +1520 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 835 >> stream -xuT
LSW~R:V'QqC7_A(k;IW(Ԗ*P6T(?j ѨDe@3YCEd.ƲE3^]%Kv{;Ib8겳2h
nqLlQ`szC1~6>B3HE.SQ?T#3lN+oA -Yc/fV$[-v&ôp,02v{Y\THiE.wE&ge"3TI$}1ZmL!k7̜im6 -lZ!k았`",[%b,a&یEI0WO_!|e.sD,!MnXx
]xm0.ˡx<u?M|rQeLTjBڐq?n?G:9TOš~O_N~EYSms/]wRlݢM<yr6%EˠlvIBHOmKW"7ztw@K{K#I -a"9lw@{k;ڶ!k5Gi#액#=oR#9 -^
n1<y/E4֔4pc@7Z::wn%Uj0|dzbLr^0!?2ϲeěj~_ T'R) i7~oryVʡzmYzx~G4i#`='q8-`LԂ?w? CWRUnWAP%T@a@dNA,Hϡ{^Ez晀PES^*X!P@m;+j̽*BE\ uOޖd]bbJ*WOB4HtyCt><BKW
un:]UnqTٽSCB<q+V秱t^KC7W,<~b3cw?6%ug)vj1] Bgu?&] ?1jN\a<uO>Oi4^kEVP IP*^Q, X?PR*ŏLCbwP)]aa˼//֣~Zg"i@ϴކFaL/F2/B[B +xuSmhSg~$mBjiڛ}isSX'j4*$-$FhǘusCu݆3(S
}ؽz9L& +JM$p*M )<r +܈:TZAI ]8 +2RSGDһ`t"`R:r$/IWBQ\Q + +%$űMg3%yw4K1cQME +dOݟs?O}5cBݕooܗfگ'vQǑRR/^X#lz]u@`vPPif-BdoZ&[[F2ڐV4a! -h)_Oplm,kOW*: }\б vfO endstream endobj -1304 0 obj -<< /Type /FontDescriptor /FontName /STQOEU+LMSans12-Regular /Flags 4 /FontBBox [ -411 -308 1407 1154 ] /Ascent 1154 /CapHeight 694 /Descent -308 /ItalicAngle 0 /StemV 91 /XHeight 444 /FontFile3 1306 0 R /CIDSet 1305 0 R >> +1518 0 obj +<< /Type /FontDescriptor /FontName /QKURIC+LMSans12-Regular /Flags 4 /FontBBox [ -411 -308 1407 1154 ] /Ascent 1154 /CapHeight 694 /Descent -308 /ItalicAngle 0 /StemV 91 /XHeight 444 /FontFile3 1520 0 R /CIDSet 1519 0 R >> endobj -1307 0 obj -<< /Filter /FlateDecode /Length 426 >> +1521 0 obj +<< /Filter /FlateDecode /Length 385 >> stream -x}n0<)=PI[EH-I$tWbORKFyhf@|?3\{p &}{E(h -o4ƘV"
%DTVaqBn ]K.mu:X.!eۙw}D[#HuVSMsBXe `KV5B/|i?9sx0ۦh*u`i2Xn_qFYq:ge\8Ǚ(&DD'#ʉVDkO1цhi<tO3GO)uSu_yw_4kmQ*>
n\1&^= +x}R]k0}ϯ{6~H ec֍6)i$ +cғs'm=boAsUj^N2j-+S#o|;XhIQt8RrlT,]bρ}zo8y\^Q[uŨa'\(9^Rj6^$Uj'̉u ~$$WpI\ܛ&*[Wyi$OE^ʹ9j!~h2.h endstream endobj -523 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /STQOEU+LMSans12-Regular /DescendantFonts [ 1308 0 R ] /ToUnicode 1307 0 R >> +595 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /QKURIC+LMSans12-Regular /DescendantFonts [ 1522 0 R ] /ToUnicode 1521 0 R >> endobj -1308 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /STQOEU+LMSans12-Regular /FontDescriptor 1304 0 R /W 1303 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1522 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /QKURIC+LMSans12-Regular /FontDescriptor 1518 0 R /W 1517 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1309 0 obj -[ 28 [ 515 ] 35 [ 515 ] 43 [ 515 515 ] 55 [ 515 ] 59 [ 515 ] 63 [ 515 ] 66 [ 515 515 515 ] 71 [ 515 515 ] 75 [ 515 ] 77 [ 515 ] 81 [ 515 ] 84 [ 515 ] 88 [ 515 ] 96 [ 515 515 515 ] 102 [ 515 ] 105 [ 515 ] 109 [ 515 ] 112 [ 515 ] ] +1523 0 obj +[ 28 [ 515 ] 35 [ 515 ] 43 [ 515 515 ] 55 [ 515 ] 59 [ 515 ] 63 [ 515 ] 66 [ 515 ] 68 [ 515 ] 71 [ 515 515 ] 75 [ 515 ] 77 [ 515 ] 81 [ 515 ] 84 [ 515 ] 88 [ 515 ] 96 [ 515 ] 98 [ 515 ] 102 [ 515 ] 105 [ 515 ] 109 [ 515 ] 112 [ 515 ] ] endobj -1311 0 obj +1525 0 obj << /Filter /FlateDecode /Length 23 >> stream -xc```ȥ +xc```ԜѰȥ endstream endobj -1312 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 2378 >> -stream -xڅVXWd2fk3m]ULJjH@# "mEnx!Z¸W}mmZء;!ڠ%s'g91q|RؚBgEFE1ZٹsU+ܓSP -7(hERRJ?`^7}1$>%IGK|(#= -ñI61xG;/ `^kRFzn@@l":؏P&3fCVj?:ʏ^ΘzUjeF -ͤ1ɠT=cf1j63tZի2TJ*6iUzڨVWaHGjTZ3
*6uM~>?E1g愭X3'riHU~#dQ0=rFx9IT-MVic.&\Yllc!,{[Eab1Z,SbX -21[z{e wu+ԫ4EwO\#JRGyx0z9|8kEYN$cJ̞̥ -Tf/Y1𱤯y
~+s]_$osuaqkaczȠrqI-Jjm-IJJ9Ty~\gp:R~"1R"1#slt>=#kiEѯdQ?&8p~?ŽƠ3${I&:U<j6G<K~1
`uͺ˵
ۋz^ku>$w꜖>RqŜBִѱ*7~kiE@hs -ծT*),Ld"DSPqTSYyy5شO?youe;@G]ʭջ)~ /E'Ľ.G'ES??Ϝ|H}mW|F@ʝ&FV7A"* ;(|*'`Oa$Nd--%n:ZӢ!QuX_"N.3ЧV$;|?Otr!xz٬7ۛ]E*`rz 1evгDEyJwgʲyˆ&1w#?˛'SRFܻ.]/2.̝~۵
6Pg( -y3n
{y>'Grf -(PِEo(3oRlt;m]/I7ছ> -EJȣ7<ZBIH.?`;&#q|&uI^aY'jR1?~9Ν/F J6+jqHHկϞpRayѳh)˝䤇Hi#8RݡGu{eXN.쐲a+љ;0y\F + { -=NS؛?% lWqrwp?zxqIhBrԓS>8)>m{ǎr<iSViw6S4V&{[ -ҩo;gщ$M/}] -MpvJen;I'p -4aXǞs
S|\XWf!@DLt4e8k-\!:ڄ[a -,^Z#?/N +1526 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 2165 >> +stream +xڅVTWdB52z3@v +"q-mEHy+hkuuW.-;vٝ4`k;g;~D"A!a gEM)Jjw4(s`Gyp"(m=YEWs]?io1QMƦb}X?.GI/;a kFzR:UnMf̆d
ӡt/1z6TjeJ$БMɠD=cґj63dZU)*AO*=mT"UHi=oMT*Zm4g4%2D2hds}7oպBn5fFOǫJMk}2eE< +Wic&&S6[-X0[coc&l%`,y +$laVu#ȣY(Q. vc\UBJZ$<Wx~98k.߳g(IFq%v=
fJJnF +kpn{c(X +!*A` p5r[~, '՟wTaA;/2 +{Ǝ$hRkþrt%<-DA6U^ ce<ꝅ)BOj\u@$FJ$Q4{ϸ2ΦMS[:lv_l%Y4Qn%Z/{s|q$[s02]GEh{ȏ=Mܾ +,w4YhU'ۉ:]NNE0.S;6dMR$M +xT:He0y;Zl -L5o/:=4I`3+,**;:zE.|9-ZlϒPnm.;H+y,bK6ǜpS[GYt@9'NV>*?(!D +;HcvO.
Uedɉ,7jq(>~&E +y+a +@$5t:t=ELvWEiOAM%ɦ
BaԽs' +mQAeAt6~ endstream endobj -1310 0 obj -<< /Type /FontDescriptor /FontName /FWBVER+LMMono12-Regular /Flags 4 /FontBBox [ -444 -311 715 1019 ] /Ascent 1019 /CapHeight 611 /Descent -311 /ItalicAngle 0 /StemV 172 /XHeight 431 /FontFile3 1312 0 R /CIDSet 1311 0 R >> +1524 0 obj +<< /Type /FontDescriptor /FontName /EIMLXZ+LMMono12-Regular /Flags 4 /FontBBox [ -444 -311 715 1019 ] /Ascent 1019 /CapHeight 611 /Descent -311 /ItalicAngle 0 /StemV 172 /XHeight 431 /FontFile3 1526 0 R /CIDSet 1525 0 R >> endobj -1313 0 obj -<< /Filter /FlateDecode /Length 472 >> +1527 0 obj +<< /Filter /FlateDecode /Length 464 >> stream -x}Mk0!\iK:$+%#ۇ4vfydv_:?PN
_l֛֊
|hГyQ+){c$&M+8cu +x}k0+B(f[m2MN{5c]ҟ;_m 䆒7`8nlЀݓWz2/edmŕAYG$n2{6O§F+
é6!u];ٟw!UrJ_07RbD.Ɣ$rfJ.x3"$GrsCSٕeכO}D/FH2Zvh<EAs +M%6(.Y\8b CzDJP<xJreH2GZ#yJ ]RtIK;4z.H+O1 =s.(,9ȆJt}-E[O8M?=7xw>ϙC͟;C.u]xC9zYN9 endstream endobj -522 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /FWBVER+LMMono12-Regular /DescendantFonts [ 1314 0 R ] /ToUnicode 1313 0 R >> +594 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /EIMLXZ+LMMono12-Regular /DescendantFonts [ 1528 0 R ] /ToUnicode 1527 0 R >> endobj -1314 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /FWBVER+LMMono12-Regular /FontDescriptor 1310 0 R /W 1309 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1528 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /EIMLXZ+LMMono12-Regular /FontDescriptor 1524 0 R /W 1523 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1315 0 obj -[ 27 [ 734 490 ] 33 [ 762 ] 35 [ 544 ] 43 [ 435 ] 45 [ 272 ] 47 [ 544 ] 49 [ 666 435 ] 55 [ 299 ] 57 [ 490 ] 59 [ 490 ] 63 [ 544 326 353 272 503 299 ] 70 [ 517 612 272 ] 75 [ 816 734 544 490 ] 81 [ 490 490 ] 84 [ 544 381 381 ] 88 [ 272 ] 96 [ 381 ] 98 [ 386 ] 101 [ 490 ] 104 [ 707 381 490 490 ] 109 [ 544 ] 111 [ 734 517 1006 707 734 ] 118 [ 517 ] 121 [ 490 ] ] +1529 0 obj +[ 27 [ 734 490 ] 33 [ 762 ] 35 [ 544 ] 43 [ 435 ] 45 [ 272 ] 47 [ 544 ] 50 [ 435 ] 54 [ 639 299 490 490 ] 59 [ 490 ] 63 [ 544 326 353 272 503 299 ] 70 [ 517 612 272 ] 75 [ 816 734 544 ] 81 [ 490 490 ] 84 [ 544 381 381 ] 88 [ 272 ] 96 [ 381 ] 98 [ 386 ] 101 [ 490 ] 104 [ 707 381 490 490 ] 109 [ 544 ] 111 [ 734 517 1006 707 734 ] 118 [ 517 ] 121 [ 490 ] ] endobj -1317 0 obj +1531 0 obj << /Filter /FlateDecode /Length 24 >> stream -xc``M=/aO +xc``U{N^Ò endstream endobj -1318 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 5156 >> -stream -xڭX TW.TDCَV6
qPqA.4@7t7"{ofpEb4&q20Ơf[xy36$cy9p9շ}D!ƭܸsڍp?0?
- u8 w@^NNѱK$y D#utvzNooNoC1`gEhEDe=\g̘奊Sk3f̜fΓ{WUhBC~ -\{oٴYB}B+|t\Pȃڈnnڨ W:-Ѹ
Ҹٟb}Vy-_i6V+T -_Hl7֩~aKTU -6DGC'&oSNxsyb1XJx^2bM$>ZbHl&[>PDq% ADjBCDqb -q#Iq DC
91'q*&Gi,CfXl
|zm'kFv֏FG~6*aԋ־3xe=xa{o\N&pH' LpP!EU8%YRk9PWl)bqh^AK"0@*Is}P*X"CEGLkM1.?]6BP>]DnԤ&(zշ=ؗeҚPU]VV}2ޫ:_ʜ@'⹋hj¿twg :T^+Cs/&{طӿ<6Yg8<K
:aq'$l6`:Z -)4yw;ڍ6h!~z=%%tn:8ȦKA!n;ɠ8$8.#G0݉6S
vZbޜ1BzMּ1̣X`Jвʽ
=ĹGh`I*`HK}邖.*X0?Cͻ~!,Z$QȦNI`)MB8C2OĆl nW2Ԋr`.(eOmLOh3mnއba -.K!.Y72uBCU\b הWWY[GC]D.hwmNys?D-"U!-بkTCIA%4 -'ف*lHTVHf&rd!ًQ -T+SoPׅ8ٺTNgdF1~R -Hf|F ̷0m -g Qɭce(E -s.g#M01=iDk-oh蟔_$ꯀ{CcHOcAC H8ٓ%BVoR(imjq#. -, ʢ ɞ/_2zUP/8#J_*ҥmu%Q*a<>x[@*<H^10?&%Sչ:v=An#դ}[}ͬK8.9?ZIeaZAͭ?Km=ʵ&Y5{I^D''[l,Z|
Offɲ:6W2TG`D0ٻwMl{?\!Y;8QvJL>1wA>P=ʶ(wg0KLoR}mj&:Wo(E7݁EHY;*B:SGKX/5jfp&|0k87@z;ݗQ8jxV7w ^{wP50ݮozK'8h}?7qy3׀8G$|/kX5計H[TmAD^t9z_,l{CƓFP2pt831%=v%kl>XL\ֹџ|ْe'Ek -A<h]A)vDI9i -̑8On%D/IQ)#AӕS5 o!`i/[s<'T(=c3L9L9˜ I{ߵWXa]Nnvˠ
9ܚLqCc'/>knX Q;kf6li)m;d<#\8;\ԙ>)fp}=֕m>W9D;'ۄ1",
]bA#r6nv^LR8taɂ.՞XME1}9Þ?]ȴP|i,B+XpÇ3
Mp1lfG[ -Q )$8X$C:n/'On^l;`w3>W+S;\CJ@c|L̏f -dqv+CM -=S^\!#QKdH:haZ~ƣDN9'kyY9Vz!b;#q[yCg
Q?a?<J~fK
URQR31XpBGHrDZwYg;j8h]>~s %!0e]zwj_]2i:Ob?ZRY]pTSn&qؓ<49ְI
1DەIIoJ-=+yTU}(9qTcC]N+TcO(f){|_~MK۷?H >p!VyC|䃎)i@kuUoV;R/Q~s3>AfemX*e0hkNK\q
hF"8G< ?'>(h«&]de_CSȵ -8̝d\KfRߴr,w?+.ovßHy
"Hͱ0" U̺II+QTڃPC8Kzၜ90v*芀9kPw`P]c/C8AML+`,l~%qyLAfNAIq\cŭvaZB)O?gG> lg""M<OOO!9i -EsPṁkKNv'P8$)&=`ST75].%b{o̷r6HØ^r +1532 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 5207 >> +stream +xڭX TW.He;Zeh4j-.
Ԩ"H(tCwC]}oh+.%D#Q'Q$w/g݂d;/3^>}onK D2|7j&2P=s:UhLDVq0RxBx["N*(#/W1=2+${ $eok?-m]¥!!,KɓyiazS&)Wܭ1v+&)Wkn=Z +QjB*eN)C(ݸIJ߰pҠVO*BS+c*RRzU.ըJ*N8QԩT0>j>&tF<"<&.]wr%/+C4ZeJ?65 `Z'!F#Qb"Ax3,b1X@,$^bb)M,#V>*b-%
?"TDN"v" -#bx)N~ybR~4JiPY +W]enF~_,r~KtIU +ꇊ1uD8WB/¶0|V55GB^Sm̉US$f?sM-o;`C2UK̳qv| +mR V +Jᄒ*$N*`Z)4y#\q=eMt^fZ@^nǔx1hR@O
ÑpQ!p8\DVόI"9A:z6\eU5y"?''7pOZ!!8`MԳAµJ.>ɘMX`K<*ax{C' T` +HM|[,IRK7s=OdUYHQ/Xe#;#61~aM ܾ*]N ZZlels1i9 rn(8 NIS'~O*j5'1~~pwGN\% ]yBMl4`(䎆0FϹhA,@J)hR\m
VDG9bKs9lV
+v+[{EC
CnO+D6h8WRd@.nCH8ĉ#y"dզi}ٞꚲ->Ar<g_ֿ5)9YDp'I
6Y(q$b~0T[P[+8jmUz +#
'kN36'qU +lg1 +ܳA1h`[[s;WD$rVW9[~gu`|>[sp5.fQ
tC_BX,5pn(e&_cbpV-- l:N$o^{;>Ԉ7w .]/S0Ceq?W309վSg +/!^xh9tؘhgL]wR;? +Is8T'-Z/fv8~aVR(@zn/ülSNY|u?=c@5~
O܅VjztkeJB2Ɗ0M^\yr_PcKڄxݖ7>3G6q?<ԉeK0c"
h1@u#/ɱ̪LIC4NA?95Yn-JCbȄXuqŹn:y&'Xq\m;gڀ( k0_#Qȋ&Cd>ۈkC=1QIx]"/@[x:%0s/t$u_D.F}Z
.x/ƒwпjNs0U8ry_b-W,k)5e}%h`| +$z!ʊS1\O+[H9K$y4, Ӛ۲mpɧ;G;-),5H]h +p*\#Eb7Awv~"nlS1!\q-٣
ʚ֏ۀOIh`m\ +T3Sd(ݦь>
s=d9i*Yd +t*,v[}Lf+w,"G_СhybWlݧdbI
9han}2$]b_%$:dRd[B9;z8ᆓp>~[cW7i4E]Q͖9a )pzBg]MfLFKXc.Yh6lEsp`SRPݒ]|Ƴv_!]i$Ч]QҪ
zmdm\u\).km}g}65MQ
;f=2X+)ѿWjY$nS+y6`fL{2huurYeeq=^0zV +0)EǮlE.9J>WJr&Eش\{Y)iq1lmDDn
+]Z¸C'R'k
.{c4햩˷aMV-&`f1C#
3`VUsekK(g~>{6 \b_5G%wܥ'ppy9Ͷ,7Dssr/I8 +$ǔՖgUgf( +5@U߱P)Tq*v64a'y*KKi|Hx)[6ݮ`"0_}vG=Uآw<dN9,oLEq$=Ó q[i Xp|(9e<8<E]i桏ǫ1N8Im`c|I/u`7x\p$Fbb։&]XCH僗npN
<ոqӏ)n~Cߞuq`Ҫ[`?xqq\d@9B]4&k*b w-K&?xm235G)F;
\2[E'<.RR*^b'%|۟|}<yJ.VXsBouX*y}Wj\Wp9
_vt~o1UUWz!ΡIq*36/\CQL'HH|\l\$}/S"H4uy3/^0x/ɡ*ڸ9t)? +n NǞ)0.;59;+ɷgٹj3Y$cr/NٽDڽ:Ф.xp[y
ipdDsGź:ٔ-F*3grtIUYs/sZҗ[U\\dI9EGvaMm_m9]hgX@FYNjD''[EyW=`])T[̽E0w3E\[babEv5I1% Дo]ތ3?^|b1zSȄ(v&"p)+g҄pȹG/qp0Ovdq 9 7wB;{A^B8O*Ds5/f^םe>{oٞ])cv8.}|U1{LEtWĿ똷 /V ^PSW%gWFx endstream endobj -1316 0 obj -<< /Type /FontDescriptor /FontName /FBRHLB+LMRoman12-Regular /Flags 4 /FontBBox [ -422 -280 1394 1127 ] /Ascent 1127 /CapHeight 683 /Descent -280 /ItalicAngle 0 /StemV 91 /XHeight 431 /FontFile3 1318 0 R /CIDSet 1317 0 R >> +1530 0 obj +<< /Type /FontDescriptor /FontName /QVISVK+LMRoman12-Regular /Flags 4 /FontBBox [ -422 -280 1394 1127 ] /Ascent 1127 /CapHeight 683 /Descent -280 /ItalicAngle 0 /StemV 91 /XHeight 431 /FontFile3 1532 0 R /CIDSet 1531 0 R >> endobj -1319 0 obj -<< /Filter /FlateDecode /Length 566 >> +1533 0 obj +<< /Filter /FlateDecode /Length 569 >> stream -xڅɊ0~ -!>#oRwY@o$ac+C,/HL3ʓQ'GUWmKxɺ·JUB{bmTϦz8t~ -5zi.tu~~U߫pZ۰c_<1%ڮ9揍.Vue eQEKjje2Ӳ[jϵ7\v}{s[[6Nq:MsUV^BMn3Rlf'+oߎ3xkׅ,Wm/ʛ1ͷzJ_Q38MIyV(`8֎h[(, (HQDqTA(烣DAT(H hC +xڅ[0+s1=%3< sXD`ӒM3찂wz7op!{Jvk]pRdnʡRH1F'r/{2]m[Uw&y 拉T3!Ӄ<nᏗ]S*ÝBԖjIL|&Qj)g%VMm삙Jfsjj=ϲ6neU&L^ߜ`ԕW"M~h۫
y6OE-:&Z/,:ZIb$][R"d1<J:&a1T.m-M#J(wr@q% Աv@RGI@=#Q3AA~bU?tO!]R<A[,F)1O^g`Z- 0,(3Lѓa[s`q]PA?2}6J|Oq^gtO/épΰFq4F [qqAksku7މJɏ6ro0KYz endstream endobj -521 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /FBRHLB+LMRoman12-Regular /DescendantFonts [ 1320 0 R ] /ToUnicode 1319 0 R >> +593 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /QVISVK+LMRoman12-Regular /DescendantFonts [ 1534 0 R ] /ToUnicode 1533 0 R >> endobj -1320 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /FBRHLB+LMRoman12-Regular /FontDescriptor 1316 0 R /W 1315 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1534 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /QVISVK+LMRoman12-Regular /FontDescriptor 1530 0 R /W 1529 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1321 0 obj -[ 28 [ 451 ] 43 [ 418 ] 50 [ 418 ] 54 [ 535 287 ] 59 [ 470 ] 65 [ 259 223 ] 71 [ 509 223 ] 75 [ 745 ] 77 [ 484 ] 81 [ 470 ] 83 [ 600 ] 96 [ 320 ] 98 [ 360 ] 104 [ 641 340 470 470 ] 109 [ 484 ] 115 [ 625 ] 118 [ 432 ] ] +1535 0 obj +[ 28 [ 451 ] 43 [ 418 ] 50 [ 418 ] 54 [ 535 287 ] 59 [ 470 ] 65 [ 259 223 ] 71 [ 509 223 ] 75 [ 745 ] 77 [ 484 ] 81 [ 470 ] 83 [ 600 ] 96 [ 320 ] 104 [ 641 340 ] 107 [ 470 ] 109 [ 484 ] 112 [ 432 ] 115 [ 625 ] ] endobj -1323 0 obj +1537 0 obj << /Filter /FlateDecode /Length 23 >> stream -xc```PH +xc```PHpe endstream endobj -1324 0 obj -<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 2013 >> +1538 0 obj +<< /Subtype /CIDFontType0C /Filter /FlateDecode /Length 1752 >> stream -xuV{TW[MEFgUZ%P oPZ| H0 /A -T,RTNkq+[JmϞ=&9;s9w>~߽c<[DxjcMJffgZ$3ca(.CP-MS6>w -:RAGVa4 :-6&*ͧtYc2)&cfCtєJO&M6kLCD[:xKh4X]`О4mhhŒeLQM)^WڻAf/(gDh@PTlc&:IcQ̊?zєNO2&hB4Β6[-Va>SbXEbX,KcX:fƲ,anNyXvw%ÉTr8ww/]/kYl+Cp*=; -SUPo.#n5%ER!Zqtɮ 㧟}c#&˵s}{yD0xh*$̪^x؋7Uّ~>>.w'h*HAUO"֫C|$@`ͺ7;~q,,ewS#;1ğ?I Qs(:g%EI;TWDC5mC.^xl١1e -BY7!0-v VWTz6 ŎOr{H/3 ECӢQFmܮnz -)a(>١m6UkHHՁ;#U#RdIJ9J"4gńbJekOHR?۞㮜0s{HY&}*8ݴ1>4fT4UyIQ#|=e+Ty{IZ.ZC=E#uHr_dJkD`Jga .a>o0(A1:<fTj9V -ޏlG(a[3r$a~~I>1pzN`G=/r.6i&U&㓌G94G]uc#pZPe?pVN_|QIG_zcPD^sxHX Oˀ0;)C0UHPT ixl_2kA˴12<D߄M@+x@%p둘Drh - -@nc\n~cjo:L=h~1J=Ro'zO\5H8tζNKV6zS%X䑒B*jP8u~u̺=QkGwSi̢
样
dZO|%X/^py^㥖zD~A~?Ydxv3hWP֭P~S6
d4U"C[cB]#a=J֝]zx6f]0 Ggd -ŞGVpAIB=㱕>u-}m]SygXų3fujb -gm(+gъ +xumPwniPbrf-(RED ]1hH@H lZu*(TJQZ[CyWSps?3=Ϟg@86])1id}),0USlZbg؍ͮ
8KXeQĿ&,)k=^>fo}5E;70(z0[m~Ɩp^6Y96&$8xfoFdڬ|ݚo`&V2IJ&l&lb2Zc6cf4טbber,BJFk2v%QuLI0\=G2lL!Ko@LVd+Q-9Ak$k7/pWJ&01>:&yOVjcFi
F8l)tL}Nolecl+mâ0a Xۃe` +BTy`:<x/+5y,3˿/ +b""[t3WnB,"7қ+5xܗ7WtI +=B=p_tT59etCDž)V!fV#/Iyei&^UaJqrG
tSQ!GD ÊϗAnw?Gz7-oyIЪ瀺l8h:U
~#Y]WAP + VQfy/aZc^/S- +XpmhXɷW>CQqɩ/ۤ'{O?P@ip-9y|6}4#*-QLT#?Cәڎ?C̣{`dQA9;5mF +(Q5\fx38OYHk^25~L{6E3êY8F
N/8L4ː[F -3?#ߘxXOÓa32-\N2Iaߐ +UD>wFǩ昱Nzq=a?ݑ I]%a#wt^輰|O~EI/ҟm]ٹwB҈P<-R[v2IJ:HIEmHtTE|<U:۹lDʪdJ)I.;nl?j[6BTC<2A$F( endstream endobj -1322 0 obj -<< /Type /FontDescriptor /FontName /LKNZGD+LMSans17-Regular /Flags 4 /FontBBox [ -395 -305 1355 1159 ] /Ascent 1159 /CapHeight 694 /Descent -305 /ItalicAngle 0 /StemV 87 /XHeight 431 /FontFile3 1324 0 R /CIDSet 1323 0 R >> +1536 0 obj +<< /Type /FontDescriptor /FontName /YBCNUY+LMSans17-Regular /Flags 4 /FontBBox [ -395 -305 1355 1159 ] /Ascent 1159 /CapHeight 694 /Descent -305 /ItalicAngle 0 /StemV 87 /XHeight 431 /FontFile3 1538 0 R /CIDSet 1537 0 R >> endobj -1325 0 obj -<< /Filter /FlateDecode /Length 470 >> +1539 0 obj +<< /Filter /FlateDecode /Length 459 >> stream -x}Mo0 -!RzH" -mV%Zz#$2pȿ1Tm6Qw><~VoהAߎ?ם7-U0y^Õ6Fߦ{8 -m1u|zjهT+N#*^הRAm {/p]` $WU7{aD`#=*\RZo&,AmW^8(!d~GƮ;P/Ng 9~ɵ*9|r
CT-hF<N1j@ԆgOI:IbKqDJ,-5G..ѹBrYa"GA͑R H3 ŖRB-K VX.V9;'V]SW '2YQ_[gRzٽ - _7k;e{ $ +x}n0<g)]P$V҄44JZMľX +62ۏkZsK +ɵolA.=YkFeK?@[ɣ +V+ʢu}DϚDWz4z3~
p8fFWܨb\WI0Say`e@ښ@o:Ũ$$6Q\Dfqa)Y#i9ZdH9j|\hgq5O>ih9-RhIeQ a5OX!NrW +wˎڞϝef[r{gwMH<}lݱ~!K/ endstream endobj -520 0 obj -<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /LKNZGD+LMSans17-Regular /DescendantFonts [ 1326 0 R ] /ToUnicode 1325 0 R >> +592 0 obj +<< /Type /Font /Subtype /Type0 /Encoding /Identity-H /BaseFont /YBCNUY+LMSans17-Regular /DescendantFonts [ 1540 0 R ] /ToUnicode 1539 0 R >> endobj -1326 0 obj -<< /Type /Font /Subtype /CIDFontType0 /BaseFont /LKNZGD+LMSans17-Regular /FontDescriptor 1322 0 R /W 1321 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> +1540 0 obj +<< /Type /Font /Subtype /CIDFontType0 /BaseFont /YBCNUY+LMSans17-Regular /FontDescriptor 1536 0 R /W 1535 0 R /CIDSystemInfo << /Registry (Adobe) /Ordering (Identity) /Supplement 0 >> >> endobj -1328 0 obj +1542 0 obj << /Length1 1733 /Length2 9941 /Length3 0 /Filter /FlateDecode /Length 11060 >> stream xڍTo6tRݡ,KtwwwtJHw+R};{\3=3Y4Ya`. @@ -6152,48 +7284,43 @@ WSÎ3j*_$jn~_U9zZo9Y}.''JCuY/ɗUz M+1i)jX<Gt69شhDfƍ+54,aǹ<78Z+Axʼn&{3TIgrNbAg: endstream endobj -1327 0 obj -<< /Type /FontDescriptor /FontName /REYKIW+CMMI10 /Flags 4 /FontBBox [ -32 -250 1048 750 ] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 72 /XHeight 431 /CharSet( /X /Y /a /b /c /comma /d /epsilon /greater /i /less /m /n /period /pi /r /slash /t /x /y /z) /FontFile 1328 0 R >> -endobj -1330 0 obj -<< /Length1 1441 /Length2 6365 /Length3 0 /Filter /FlateDecode /Length 7347 >> -stream -xڍtTk/)!!%C3tI]033 4#
"H#
JK -" |sugd70R($Z,jJ@ 1aH4A]IfpO -)T=4VActQH -TEy 2P> -8"<QhU p'6 { -T7g`.?6/ @ -{w -c]UΝ?BTCBQ-lhEddsٮۿ:= yyPn|m3F[O$m[x<g&Z}!=`TtIAL矣i<OO6DT\wfBK2C% ^M7wm-Б6MܦU1|$)B@C76Bgt -
}Yz}g8P}oFVdO*5cjh -}{Ʋs@Qל=x%0_rJv -%M~&,KEHN.ȭé|3~jlk{w$\DvF}QWfop|eY"mEFP/: -kY>qN-Ӣ4ɧQ:W[s/n1u^or,?r0~Se_L3DN<\N%k_֝-GBz_P47«{(?ę/nG|'Ȍ}|NTPK33.IŅ|k -3ujMgH -; (Spq}9S]>!j̗$-)C"qQ( -_+*|mQ]#y.U)Fzצr6tݽ{*D>2-3 K+֘ԜYm[s%5T-)U\ZzKU佰L~Uh.6=g6Q
n ϑR-'k(V#W&vP|'-H>ƙdohQ8hٮ_#M!uq6H'nV{ -bhWyALZbTP9vWLf<i^5Etiڴ&OoleɱR4F -pN6)9d." -]fS5<^ -_VRM~71r^] p6g[m$rNȍëEKq>X/髗lf4lPN2Ee0O6@+ odzueӴ6zFRܶ'iyt -ݪy$ndҷ{cP۲&N>~%<SP{m~CnS~k"d -R^\t5tOן8T.?C2i3qnNtRGQܱ#\6):p^ّfSj>qwlw%Y;p3f"I\&c]bw K?G>ށur%cT~'zkGS9 :]@p\CBkG.I&kOpΖ -&<辘jCWD?GgaZ9nDta*&oqB -*% -_;u*<-j(@6wio%2e4Riub?rw)̍%$~KHa{$Xo/pH.f6ʾx+h[gls07kľLY!$8\!SO<Y;'=V OݛHؙ uE逄,O]19E4iOטZKO_5QB]9`ؗW^1:e -pYRae+qWzt{-P}'1|J/?)$u]r_\ܽ1-UHL,y'U[ғz@ܘh;I^ 7y (y!([2h? - -}):D$
ؿRjߋAwD2]p弈9FsU&twzg)'=)zpx߮c_7vA=I -[GNn uR"=zcv|"ᠪ3@ad<֨
gf>F%DשћM-:cKɖgWóYk>վ*&.o6a=t8KOPp -JnxԕD(˿CG"sT 6b쎮K)w%jHqdq6&%מ:/.hpEj%ΆwZ
O;@LqWu*X݂n`)Glt;*LfX}r9Kӊ:UT`ƋG~6QKLߝiW&r}?}R$c"M&[Q[:>ygKQNK(F{Vґ{*1q$aZW
jqqzo|jșܝM31ǥ>>QؑCS7>:>d%[z
E.$[9Xpo -_Ur-çoJNLFMYTM)(;lFS2(l{
&h6 UBf.B1V˃/q225ցiD)n`F0$|BvLP-.MY{l58/=F{<P&Pd&ua10M3` 8?5^Jܪ Vo2mbBV<f?& j,(y-qҋ-4ZZ̫p
`IFi;H-JJj_c/3=Y#EQFOUj$Ċ<JEy]CkpeRp"34
3`}It#չ.%x7Lq_h0R<1{X\,PVE9r:3惇~vj`+OQiY^d[fp=2oT1ЅY)8+kI3)
)!i Frh1P}5x>.P;D6(m-åzyd#V~c -endstream -endobj -1329 0 obj -<< /Type /FontDescriptor /FontName /YEWZPW+CMMI7 /Flags 4 /FontBBox [ -1 -250 1171 750 ] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 81 /XHeight 431 /CharSet( /n /period /y) /FontFile 1330 0 R >> -endobj -1332 0 obj +1541 0 obj +<< /Type /FontDescriptor /FontName /REYKIW+CMMI10 /Flags 4 /FontBBox [ -32 -250 1048 750 ] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 72 /XHeight 431 /CharSet( /X /Y /a /b /c /comma /d /epsilon /greater /i /less /m /n /period /pi /r /slash /t /x /y /z) /FontFile 1542 0 R >> +endobj +1544 0 obj +<< /Length1 1456 /Length2 6674 /Length3 0 /Filter /FlateDecode /Length 7664 >> +stream +xڍtTk6)"]21CHw +014 ݂t ҝ )
!%)|Yg}}~\Rs<sD2B +qP{p[Bڊ* +vAHgW0$j
SZQwy +n8sy@-5`H?B{3ap닃+:;W5?!jˆ}-W@ +UW_#ÒR+|_"WrX?` +FɉT-\e>6J,f4_֣R1NNUԧZZABt35UKJ'twZb$3)h*K + zL"x<$)a D+xT|3,qb;!J)nZ%@ψl}~rrť*e +jYG{gOz+@جY&x_pK0oV1ne-W;OkNϼ Vi̺
~OGʫyoʐy{Q^CU}9SAbML4Dx2Nd&Цj=L{n/?UE,`4G=vOCLwaDҋ+o4cRGS!<ި+pSu*)$GRm)[gw
ѧfˉL +8 +Lq=!}BS89|T +<|UclP +5m_ў5vg6[]5Y+?>8T/cҙ ([^L.[٠
LkqX,|ǯ*Ks6&T0E+iŪ\UZb$p0QRK9OiT}#dJITtAtXɋc&͜ɣpyC:Nm2LUBgtCTdAz
W mu2t +J3)Ӭ:$@OS|oea:Yj-γ5 WM9?ӱ
ae,;SlzHa@&Ojc{嘬( +皊_$u:TWv + *}.9ٻeߊrqGƳ4lKKCK_KtZ!5zXS@&-oʢ=8XOB
~>/:e`ϯEXT;$pzA.}hCSrgu1i쟂
3IlP8:B/jKZJADG4Gmof[wlf7t8dtelW1[WG/*~rţU'{_6Bv@dgt L]̦'W62ρq?SӳG
S;{A[s$#ksYa悬jѷz̰S* ;P'_D^4Ȃ[,c{C=9OD#Ͼ]vW +asdε|0yOlN +~Pt|W)X %u!(Ac(*'pS6Cx`RB\#fY%0dOg\s&r \Txz9H4deA>_ZW6(l'_J6ef<9qXfΥoq4TvC"zɘf||x,`<wi7V1,qE/Pz6*11Sxb@nۗ?߯3Dю4O`X*D&;h-wW3R_zZ<)99c:3*K|h-BH(]orf&m?l0ev1{5(a3buUL1tCBC@j)*<j9U粒Lw_k>Hz!)
ͳkRTeIYc<XR+3}<xז{/o&v!G&cNL8M
6F=B >hd
@Üo/Wv<_#= +0,c>}w}w/l$VG]^GYXp/ D' +~v.C`b-2qp,ṃ1{x闪&*OwrM~f:;.FuGip*ܲ߆UPfZh'[2֞#1tw g##~OٻsS$K螪M.s9
˂4]:NWaT=5P.0Azov +jz-AsauՆ2%_GZG;4y-vmIO$BIJOfSPc?ÿ&UMEKza9MϝWE&O%x5:|A-p__2/@t4U
yegP`M2@hU~wy[ZͬA52$2392jSsO[
QS5:K8O#+LulHK+u'[i1l15:J2^nz;#彆1㸍i滇na:荼<഻5[Fg#~]Fa~CPa9hӄUQ$5sNNm1zP|Q!b#q6t5ڰ0wC\ws϶7<dۚx(V}-UX( +`]$kvliҍ5%7Os]j`ZpԷqƟ4S&ש$WRb} +j(p"BǙFޅ +mulpak&xZ.kBvU*1z[F]qxYKU+1 +?l.";g4ڭ0۬EG>Y>z%[pYrzP.I{A@O3qԦLH|*jhA>Sh<etE̓M +endstream +endobj +1543 0 obj +<< /Type /FontDescriptor /FontName /ZVYJSD+CMMI7 /Flags 4 /FontBBox [ -1 -250 1171 750 ] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 81 /XHeight 431 /CharSet( /i /n /period /y) /FontFile 1544 0 R >> +endobj +1546 0 obj << /Length1 1983 /Length2 14698 /Length3 0 /Filter /FlateDecode /Length 15930 >> stream xڍTkgۘζm{ynd5ir56'<{?[}Wk<N'(IUELR FV&>GV @@ -6265,50 +7392,52 @@ AL430ˏyk߄8}w Zpzia=zQhK:>'T*w ^a1CI1
:B .t[D389i&l5[
\XnUL.-֜^ćcpTv_BJY,I\;~w¹q<R-mblk
{K{RA}6{6h=֙wK8A8+fB
!3Xr#lv|(lh9m~q;gUo(ʢ1{aS}sZ3#FK20;?=Y!uy};fG5^u^"RkdOOG,˳Zc_DAh{.酥`ɫzJCۈNu&t"kL endstream endobj -1331 0 obj -<< /Type /FontDescriptor /FontName /TSASKS+CMR10 /Flags 4 /FontBBox [ -40 -250 1009 750 ] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle 0 /StemV 69 /XHeight 431 /CharSet( /a /ampersand /b /c /colon /d /e /eight /equal /exclam /f /five /fl /four /g /i /l /m /n /nine /o /one /p /parenleft /parenright /plus /question /r /s /seven /six /t /three /two /u /x /zero) /FontFile 1332 0 R >> -endobj -1334 0 obj -<< /Length1 1520 /Length2 7266 /Length3 0 /Filter /FlateDecode /Length 8279 >> -stream -xڍvT.С)Ht0 -Gϧ -
߿5!s^p?Ka/4!>ǟ*'BZb}3Qm?*h_"[w6B` _={ p#73x;'ǏnaϜ4
-`m -ehЬSjK^G*]48._ƶ;fƮ}RN&j|lNLخ[sڨﭖ]OPi]m#&yL1sDɄi&&G/9tR!;$JlœN{w0ne0}*/Y,)A`:J.#LUG̹si-W=tB*K$y>fox~TFգk:ܜ79r(qh`ɬQqSiR -AP7Y -8 -
+eԓI?[`RR/nTtDr{ OH -j06
=7[/>ҁE69O|rȩԨ2Đ}<pS5@h27K!i)}uLGݙ1fF"ɘ(K#IWߵ\ڲ4np"+?2~j=CiB;Y|+d"0?nR"6ȥC#m:Q}-.ד6K:ҮW\UjFHh۹S0NӾ-`x]®vpZCEgHAݐ#V^mՆ6)b)x߀-:n<.jBz$Ih"<d̐p-*PwFU1\R[{p>C.liW5 -E("qw櫂+7n -t\4Ͽ(a -ɿߥZ/}!- =+8h18932#l7FRK:Do{d+~#Q*
)~ԧ'*eN؝*5ۜ+d-sz&a.SI:)aiJPdAٺ
|klDCB0h'˦!#.~650i7[p;-62"2݇^ՠcDl{Y-+śJY+NB_+K{ו>oU -rjq>hM$YZܗ6 r=$'+ ,u^-WKdø݀K] -ytRŊhNc5eOs|yz2=:ժ!g-tډ<W۔Pbb1 ,JP5JeZ7k_;Qqfc{m[R>{w8~2MێFdMGwFQ -5oX-K|>#*ZK̝e6>ݵ+Žy95lZP1WflZ_q aqBztf^wX#J8آ%kKrSxڭA[)9Y+q[IΒ>g}MSyZkAD -QAN)u3 -H<Tdʨ~#_r7)L8ld'8\$ȶ[phJ)$q;85v]\zeeLؕdB~'A+nғ"@ɯV\/Vi`1 Vs%'L⚏NY?͡CvY3+zn20/4rxyn 坳YHp~0Uy9m{krᑵdvgu'߹_w`4`lr辆m3vVdQ&oFՇ -hbqk9m?M|4۽y{/øhqU80ofl|@N ܓҖ DLLFK8kk]+&"/dh8DlH1*8T9"}t3x\}ՔDnGQ"Iᔒ
-JGSAi$mYUU*m]Cjs3v2MQgY^ -Z뒲0FV{3 -bߏ\?8cȤnQ|b<jE@Sˑ|cnU^jzewzDfYq2Ђa)8K߯x'Uxrx/gC#;CZ94X!^<g=Uj).lZO[/ߨ鋦[J4c.QJv5]L[e1uLٛc{;ZaKSŔxFBfzPuhﻴ
;a,_pF҂Bn:!yh8bmfre/5&D%&\yZAOzϱ,v6@Rma{e-mٷiYTl(xu?]~his2fL[t6eXiWux[stW6v=v[Ŏ_
{6!d-R'lf{l!?IGBk}c"eoDvjf<zg"d*\\%VsʖGTAlŬܤ26@8mw;8\gz1/\P]U{Pd.j)t2sAsHl,ѻdE4=. -Dm/tU:op} gjAzRGO/nWJ|C8ޡbg4zV
a=0o@ڷu"[29,8hl,taԳ975M1a
!JjxncpǼcLJySIdjf6&Y1qYb.T ؒkW( }GJj*N!!Ւ Yc«P#MG$8Ґk6?S_ ->K,KiXH._O\>{ -\^jho)֣{.ǣsN/GgcWY_\>iJl(4K?Ԗ?cvt19쐖b S+Y#?K?E&rkhj?,U$\4=] -,9;]Jx¾.bEiW2Os-mFR9qotW?Jf-}i if2FhyQ+%WUHR\:kP -t?;꼉6,$z$
(4'"reI -R}M9,3>cXmʏ}%לhEB*ϻ
RZ? -4.ԅb\=Qϼ(Vfnx{HJ$v329?&Zt^ZoO !H7_,7/ qajuKkOkQ5rkQKAI+ҢUJLQv({^}K|o3dk -gBQ`n|~ޤ =+vӞy-[(7Z@nzjIc<^'GQ-=s)ʯUW#_*z*K7)`+}ӵ5cvLjkdXfYmλN~r@N;%\\]٣[f
8j
ӤpNl~bs -ct^Vq+IYぜrܤF![KyT&h:0po\9뒗 8v|hbKm]I{=1PB16$y\PcJD m%p;oi/PPEݖոB˨ -%?uj0Z>}OcT|}D2P˔EC9g(oX4hCWՄ=V{ -ibݐ8Ok.ۢ|տQ):aE;|د'o:aY憢`qNZ\>j3N}Od
̍>Ԍk]r#_53&KTS$:xkΐtS -endstream -endobj -1333 0 obj -<< /Type /FontDescriptor /FontName /QVWUJX+CMR7 /Flags 4 /FontBBox [ -27 -250 1122 750 ] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle 0 /StemV 79 /XHeight 431 /CharSet( /five /i /n /one /parenleft /parenright /s /three /two) /FontFile 1334 0 R >> -endobj -1336 0 obj +1545 0 obj +<< /Type /FontDescriptor /FontName /TSASKS+CMR10 /Flags 4 /FontBBox [ -40 -250 1009 750 ] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle 0 /StemV 69 /XHeight 431 /CharSet( /a /ampersand /b /c /colon /d /e /eight /equal /exclam /f /five /fl /four /g /i /l /m /n /nine /o /one /p /parenleft /parenright /plus /question /r /s /seven /six /t /three /two /u /x /zero) /FontFile 1546 0 R >> +endobj +1548 0 obj +<< /Length1 1537 /Length2 7420 /Length3 0 /Filter /FlateDecode /Length 8440 >> +stream +xڍvT\.243 -51C H +4" !
RJ*!?}uf~v쳆XP +@" +2zWBPL"@-;, +KH%A $w [;uZH;08RRӁPo#ԅ\!@c# +<2.(G,+ + 1_ }pPM7#wPW%"P|*po#
CN_О¦W9CQ@q$)BPG_M<_0!AHO CA1? /FCC?- +E?QC(G?w0 +Aaf
`:ŌnpD:9q +CB¿0}r`TC%N;P?0;tw5L~#\晼AޭsR4W9K'i]k< +sWAMoS[./풍[ +ʆ/$O<Y `c=z7*7Ǫ~Đ^)LjHF&&q +onJT+Un a[wFln˷GO)I:I]7uF%%_M1~~ 9m1$?hU+H>mpf@l^F; wKnwݟ:bߑ]ߩZiʋ$Vo~@䪤h|d0`?\bǹ% +x;n<Skk&G.e薙i*%- s.s5K#CxIHiEj`2uR`P/c!Kv zݠn +_]8o^O)wUozzW0a5zx7h\L@(DKQN|Jԫ3⏄Jf:2= BfmR!(Juf$?(_O>Wn4:l~>Mn +G7ofIF,{rfDcRjC=$dlqYG͞~Z|L`K۞6hVwƙIֶd7Y6^ʮsP~%'EEç}ROΟ`d7ѯDMCƐ +H?Kj{B/OC?稜z )lrǡiA&ivfF A}ﵘڑS/dbeux~]%ݙJޓJIO:}loAAh1;!A^JXwsEEoY +*
<|e8A-mN
Y Z_}hjh/zCotzD]w0tR6`p_eˑg{Obh;E?\S-IOG*scȷť,Lǁ8FK68^9Vek-aY|e?sc_r[?JN}Yf3JZ8 +}I`vqx||icTGm8iq*Ti'Vؖw@{ENAG6pT-z{+CHڎB1@-$N\)<$\nrB$P?kViCGEL'ޚr>ExA5 +ege[o4[gp䨆noFF)UQDCL~]'Q4E
n@ ⧗j00u{(qK39wVg͝d5r$i~M!-VHhŖkxvPe6xJnDsKb>5Y2QViZgoXS0ƐÇڱiI:w+b߲`/.0/EySQw +?H|#0\a\^A08ua>x'4k6YOs^^#2ƒBb@19Vpur"^ba~o;j:a>ad2ڭ||>Ȕ\a{~)mڍ +uʟňXj,&snkOdi0 +qi/|2##hnu8
lH^x1eH]i[Yn{Ivnl};ӥ^H-/r١Ek;.+ޤD]6K8<>z1u8q$km[{LtCDI{-i/|>iXR=xW&N+;X K\ 9z+T> )+3w(< Slֻc.mMGԸi$hyݶ[ʯ +M"cAoWd{;N}zVYc5a2bNeIjx;vgˢS0ч?߆Ou\ps^>/+<BtK<۪sLIm㍢|ko0
Ԗ?Ʈ|g4tVSs! yZjO'(H|i +q<zSKgǽ$A@rӑ~zgoBN[qaZ4\b2ceTv"-N_b=L]ݭKDR)'QKi
+֭\#v;rT~4ޅ!V{MhTWbԚ^W +$n,'Sfצ jѱ'RaЪ5ǪO9:=,7CT<_f0HXq} t$EV˙ Xd/^v*6;]xʶ!ъ>gS=m8%7"iz?(n
/e'q +>Oy!Snq8oS=ZP2yaKi\%qNĩ#}G` +@8g"o)SZRbw)
++
ix(.4%
I2Iiվ#:HdQ,S[n0*I 6A蚭Rhcz|n +4>
OޑYIME띹å]Sa|Әd{z["^Ϻ~P\յSZ_I7ׂ|OryoҿEYb~TQc=A2BEӒS鐻*Rn](9W`h0D+luFْ&UB +8Eؘ o"j|C~wt +yhҠ$jJH8b\<Dxԧ14E|=F7{l5Tw?A3:OJjcxiwHzqP̣HKT{Uv^nJv^tg&=Ĩl ;6|G>c+qًWt<~[WP<"kDCTVt)Eٲ u@E])^KTSj69m +s{cH1: +endstream +endobj +1547 0 obj +<< /Type /FontDescriptor /FontName /XLNFQO+CMR7 /Flags 4 /FontBBox [ -27 -250 1122 750 ] /Ascent 694 /CapHeight 683 /Descent -194 /ItalicAngle 0 /StemV 79 /XHeight 431 /CharSet( /five /four /i /n /one /parenleft /parenright /s /three /two) /FontFile 1548 0 R >> +endobj +1550 0 obj << /Length1 1588 /Length2 7008 /Length3 0 /Filter /FlateDecode /Length 8070 >> stream xڍxT6š@wH@H݊ShqZHqZܵXBҞ{{gfyf'+Lz @@ -6340,10 +7469,10 @@ M iv*iKv]jsřyp{);5TK;6 CTX{%wg}hshWshq ?Ӹ''YʡOoGhÐ4g|t endstream endobj -1335 0 obj -<< /Type /FontDescriptor /FontName /EZAGZL+CMSY10 /Flags 4 /FontBBox [ -29 -960 1116 775 ] /Ascent 750 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 40 /XHeight 431 /CharSet( /angbracketleft /angbracketright /asteriskmath /bar /infinity /minus /periodcentered /plusminus /radical) /FontFile 1336 0 R >> +1549 0 obj +<< /Type /FontDescriptor /FontName /EZAGZL+CMSY10 /Flags 4 /FontBBox [ -29 -960 1116 775 ] /Ascent 750 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 40 /XHeight 431 /CharSet( /angbracketleft /angbracketright /asteriskmath /bar /infinity /minus /periodcentered /plusminus /radical) /FontFile 1550 0 R >> endobj -1338 0 obj +1552 0 obj << /Length1 1416 /Length2 6133 /Length3 0 /Filter /FlateDecode /Length 7101 >> stream xڍtT[5(0-H @@ -6384,10 +7513,10 @@ _ "CQdy)YO()nRTII)2]Q7BfCw;/+ ,
m<8l H)dEhl)Kv=#F8dml<yΩ? Xoj[wxf&/l9-6h_ITBo_giC/EI&3lӻwz?N(Haqf\mc&pݲTDkdl endstream endobj -1337 0 obj -<< /Type /FontDescriptor /FontName /DEGAOD+CMSY7 /Flags 4 /FontBBox [ -15 -951 1251 782 ] /Ascent 750 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 49 /XHeight 431 /CharSet( /minus /openbullet) /FontFile 1338 0 R >> +1551 0 obj +<< /Type /FontDescriptor /FontName /DEGAOD+CMSY7 /Flags 4 /FontBBox [ -15 -951 1251 782 ] /Ascent 750 /CapHeight 683 /Descent -194 /ItalicAngle -14 /StemV 49 /XHeight 431 /CharSet( /minus /openbullet) /FontFile 1552 0 R >> endobj -1340 0 obj +1554 0 obj << /Length1 1401 /Length2 5895 /Length3 0 /Filter /FlateDecode /Length 6849 >> stream xڍtTS6EABtHMzB^ҀPH""UDti M:~~Zߙgfgfcf!:4N,RjC `$AaЊ"8M# @@ -6413,449 +7542,509 @@ l/:diAxmiQgwm*ΓC7ˋH<K !O
^v1|k?Ncpvt.:>jsMg}fh A>Egi( oJ*h!cVBԔL4i3$?hA2 endstream endobj -1339 0 obj -<< /Type /FontDescriptor /FontName /DGBCZV+CMTT10 /Flags 4 /FontBBox [ -4 -233 537 696 ] /Ascent 611 /CapHeight 611 /Descent -222 /ItalicAngle 0 /StemV 69 /XHeight 431 /CharSet( /visiblespace) /FontFile 1340 0 R >> +1553 0 obj +<< /Type /FontDescriptor /FontName /DGBCZV+CMTT10 /Flags 4 /FontBBox [ -4 -233 537 696 ] /Ascent 611 /CapHeight 611 /Descent -222 /ItalicAngle 0 /StemV 69 /XHeight 431 /CharSet( /visiblespace) /FontFile 1554 0 R >> endobj -845 0 obj -<< /Type /Font /Subtype /Type1 /BaseFont /REYKIW+CMMI10 /FontDescriptor 1327 0 R /FirstChar 25 /LastChar 122 /Widths 1243 0 R >> +935 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /REYKIW+CMMI10 /FontDescriptor 1541 0 R /FirstChar 25 /LastChar 122 /Widths 1457 0 R >> endobj -785 0 obj -<< /Type /Font /Subtype /Type1 /BaseFont /YEWZPW+CMMI7 /FontDescriptor 1329 0 R /FirstChar 58 /LastChar 121 /Widths 1250 0 R >> +876 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /ZVYJSD+CMMI7 /FontDescriptor 1543 0 R /FirstChar 58 /LastChar 121 /Widths 1458 0 R >> endobj -685 0 obj -<< /Type /Font /Subtype /Type1 /BaseFont /TSASKS+CMR10 /FontDescriptor 1331 0 R /FirstChar 13 /LastChar 120 /Widths 1266 0 R >> +775 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /TSASKS+CMR10 /FontDescriptor 1545 0 R /FirstChar 13 /LastChar 120 /Widths 1480 0 R >> endobj -717 0 obj -<< /Type /Font /Subtype /Type1 /BaseFont /QVWUJX+CMR7 /FontDescriptor 1333 0 R /FirstChar 40 /LastChar 115 /Widths 1258 0 R >> +793 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /XLNFQO+CMR7 /FontDescriptor 1547 0 R /FirstChar 40 /LastChar 115 /Widths 1478 0 R >> endobj -702 0 obj -<< /Type /Font /Subtype /Type1 /BaseFont /EZAGZL+CMSY10 /FontDescriptor 1335 0 R /FirstChar 0 /LastChar 112 /Widths 1265 0 R >> +792 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /EZAGZL+CMSY10 /FontDescriptor 1549 0 R /FirstChar 0 /LastChar 112 /Widths 1479 0 R >> endobj -874 0 obj -<< /Type /Font /Subtype /Type1 /BaseFont /DEGAOD+CMSY7 /FontDescriptor 1337 0 R /FirstChar 0 /LastChar 14 /Widths 1242 0 R >> +964 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /DEGAOD+CMSY7 /FontDescriptor 1551 0 R /FirstChar 0 /LastChar 14 /Widths 1456 0 R >> endobj -743 0 obj -<< /Type /Font /Subtype /Type1 /BaseFont /DGBCZV+CMTT10 /FontDescriptor 1339 0 R /FirstChar 32 /LastChar 32 /Widths 1251 0 R >> +834 0 obj +<< /Type /Font /Subtype /Type1 /BaseFont /DGBCZV+CMTT10 /FontDescriptor 1553 0 R /FirstChar 32 /LastChar 32 /Widths 1459 0 R >> endobj -524 0 obj -<< /Type /Pages /Parent 1341 0 R /Count 10 /Kids [ 514 0 R 561 0 R 611 0 R 656 0 R 676 0 R 681 0 R 687 0 R 691 0 R 695 0 R 699 0 R ] >> +596 0 obj +<< /Type /Pages /Parent 1555 0 R /Count 10 /Kids [ 586 0 R 633 0 R 684 0 R 731 0 R 766 0 R 771 0 R 777 0 R 781 0 R 785 0 R 789 0 R ] >> endobj -708 0 obj -<< /Type /Pages /Parent 1341 0 R /Count 10 /Kids [ 704 0 R 710 0 R 714 0 R 719 0 R 723 0 R 727 0 R 731 0 R 735 0 R 739 0 R 745 0 R ] >> +800 0 obj +<< /Type /Pages /Parent 1555 0 R /Count 10 /Kids [ 795 0 R 802 0 R 806 0 R 810 0 R 814 0 R 818 0 R 822 0 R 826 0 R 830 0 R 836 0 R ] >> endobj -752 0 obj -<< /Type /Pages /Parent 1341 0 R /Count 10 /Kids [ 749 0 R 754 0 R 758 0 R 762 0 R 766 0 R 770 0 R 774 0 R 778 0 R 782 0 R 787 0 R ] >> +843 0 obj +<< /Type /Pages /Parent 1555 0 R /Count 10 /Kids [ 840 0 R 845 0 R 849 0 R 853 0 R 857 0 R 861 0 R 865 0 R 869 0 R 873 0 R 878 0 R ] >> endobj -794 0 obj -<< /Type /Pages /Parent 1341 0 R /Count 10 /Kids [ 791 0 R 796 0 R 801 0 R 805 0 R 809 0 R 813 0 R 817 0 R 821 0 R 825 0 R 829 0 R ] >> +885 0 obj +<< /Type /Pages /Parent 1555 0 R /Count 10 /Kids [ 882 0 R 887 0 R 891 0 R 895 0 R 899 0 R 903 0 R 907 0 R 911 0 R 915 0 R 919 0 R ] >> endobj -836 0 obj -<< /Type /Pages /Parent 1341 0 R /Count 10 /Kids [ 833 0 R 838 0 R 842 0 R 847 0 R 851 0 R 855 0 R 859 0 R 863 0 R 867 0 R 871 0 R ] >> +926 0 obj +<< /Type /Pages /Parent 1555 0 R /Count 10 /Kids [ 923 0 R 928 0 R 932 0 R 937 0 R 941 0 R 945 0 R 949 0 R 953 0 R 957 0 R 961 0 R ] >> endobj -879 0 obj -<< /Type /Pages /Parent 1341 0 R /Count 10 /Kids [ 876 0 R 881 0 R 885 0 R 889 0 R 893 0 R 897 0 R 901 0 R 905 0 R 909 0 R 913 0 R ] >> +969 0 obj +<< /Type /Pages /Parent 1555 0 R /Count 10 /Kids [ 966 0 R 971 0 R 975 0 R 979 0 R 983 0 R 987 0 R 991 0 R 995 0 R 999 0 R 1003 0 R ] >> endobj -920 0 obj -<< /Type /Pages /Parent 1341 0 R /Count 10 /Kids [ 917 0 R 922 0 R 926 0 R 930 0 R 934 0 R 938 0 R 942 0 R 946 0 R 950 0 R 954 0 R ] >> +1010 0 obj +<< /Type /Pages /Parent 1555 0 R /Count 10 /Kids [ 1007 0 R 1012 0 R 1016 0 R 1020 0 R 1024 0 R 1028 0 R 1032 0 R 1036 0 R 1040 0 R 1044 0 R ] >> endobj -961 0 obj -<< /Type /Pages /Parent 1341 0 R /Count 10 /Kids [ 958 0 R 963 0 R 967 0 R 971 0 R 975 0 R 979 0 R 983 0 R 987 0 R 991 0 R 995 0 R ] >> +1051 0 obj +<< /Type /Pages /Parent 1555 0 R /Count 10 /Kids [ 1048 0 R 1053 0 R 1057 0 R 1061 0 R 1065 0 R 1069 0 R 1073 0 R 1077 0 R 1081 0 R 1085 0 R ] >> endobj -1002 0 obj -<< /Type /Pages /Parent 1341 0 R /Count 10 /Kids [ 999 0 R 1004 0 R 1008 0 R 1012 0 R 1016 0 R 1020 0 R 1024 0 R 1028 0 R 1033 0 R 1038 0 R ] >> +1092 0 obj +<< /Type /Pages /Parent 1555 0 R /Count 10 /Kids [ 1089 0 R 1094 0 R 1098 0 R 1102 0 R 1106 0 R 1110 0 R 1114 0 R 1119 0 R 1123 0 R 1127 0 R ] >> endobj -1045 0 obj -<< /Type /Pages /Parent 1341 0 R /Count 10 /Kids [ 1042 0 R 1047 0 R 1051 0 R 1055 0 R 1059 0 R 1063 0 R 1067 0 R 1071 0 R 1075 0 R 1079 0 R ] >> +1134 0 obj +<< /Type /Pages /Parent 1555 0 R /Count 10 /Kids [ 1131 0 R 1136 0 R 1140 0 R 1144 0 R 1148 0 R 1152 0 R 1156 0 R 1161 0 R 1170 0 R 1175 0 R ] >> endobj -1086 0 obj -<< /Type /Pages /Parent 1342 0 R /Count 10 /Kids [ 1083 0 R 1088 0 R 1092 0 R 1096 0 R 1100 0 R 1104 0 R 1108 0 R 1112 0 R 1116 0 R 1120 0 R ] >> +1182 0 obj +<< /Type /Pages /Parent 1556 0 R /Count 10 /Kids [ 1179 0 R 1184 0 R 1188 0 R 1193 0 R 1198 0 R 1202 0 R 1206 0 R 1210 0 R 1214 0 R 1218 0 R ] >> endobj -1127 0 obj -<< /Type /Pages /Parent 1342 0 R /Count 10 /Kids [ 1124 0 R 1129 0 R 1133 0 R 1137 0 R 1141 0 R 1145 0 R 1149 0 R 1153 0 R 1157 0 R 1161 0 R ] >> +1225 0 obj +<< /Type /Pages /Parent 1556 0 R /Count 10 /Kids [ 1222 0 R 1227 0 R 1231 0 R 1235 0 R 1239 0 R 1243 0 R 1247 0 R 1251 0 R 1255 0 R 1259 0 R ] >> endobj -1168 0 obj -<< /Type /Pages /Parent 1342 0 R /Count 10 /Kids [ 1165 0 R 1170 0 R 1174 0 R 1178 0 R 1182 0 R 1186 0 R 1190 0 R 1194 0 R 1198 0 R 1202 0 R ] >> +1266 0 obj +<< /Type /Pages /Parent 1556 0 R /Count 10 /Kids [ 1263 0 R 1268 0 R 1272 0 R 1276 0 R 1280 0 R 1284 0 R 1288 0 R 1292 0 R 1296 0 R 1300 0 R ] >> endobj -1209 0 obj -<< /Type /Pages /Parent 1342 0 R /Count 9 /Kids [ 1206 0 R 1211 0 R 1215 0 R 1219 0 R 1223 0 R 1227 0 R 1231 0 R 1235 0 R 1239 0 R ] >> +1307 0 obj +<< /Type /Pages /Parent 1556 0 R /Count 10 /Kids [ 1304 0 R 1309 0 R 1313 0 R 1317 0 R 1321 0 R 1325 0 R 1329 0 R 1333 0 R 1337 0 R 1341 0 R ] >> endobj -1341 0 obj -<< /Type /Pages /Parent 1343 0 R /Count 100 /Kids [ 524 0 R 708 0 R 752 0 R 794 0 R 836 0 R 879 0 R 920 0 R 961 0 R 1002 0 R 1045 0 R ] >> +1348 0 obj +<< /Type /Pages /Parent 1556 0 R /Count 10 /Kids [ 1345 0 R 1350 0 R 1354 0 R 1358 0 R 1362 0 R 1366 0 R 1370 0 R 1374 0 R 1378 0 R 1382 0 R ] >> endobj -1342 0 obj -<< /Type /Pages /Parent 1343 0 R /Count 39 /Kids [ 1086 0 R 1127 0 R 1168 0 R 1209 0 R ] >> +1389 0 obj +<< /Type /Pages /Parent 1556 0 R /Count 10 /Kids [ 1386 0 R 1391 0 R 1395 0 R 1399 0 R 1403 0 R 1407 0 R 1411 0 R 1415 0 R 1419 0 R 1423 0 R ] >> endobj -1343 0 obj -<< /Type /Pages /Count 139 /Kids [ 1341 0 R 1342 0 R ] >> +1555 0 obj +<< /Type /Pages /Parent 1557 0 R /Count 100 /Kids [ 596 0 R 800 0 R 843 0 R 885 0 R 926 0 R 969 0 R 1010 0 R 1051 0 R 1092 0 R 1134 0 R ] >> endobj -1344 0 obj -<< /Type /Outlines /First 3 0 R /Last 423 0 R /Count 18 >> +1556 0 obj +<< /Type /Pages /Parent 1557 0 R /Count 60 /Kids [ 1182 0 R 1225 0 R 1266 0 R 1307 0 R 1348 0 R 1389 0 R ] >> +endobj +1557 0 obj +<< /Type /Pages /Count 160 /Kids [ 1555 0 R 1556 0 R ] >> +endobj +1558 0 obj +<< /Type /Outlines /First 3 0 R /Last 479 0 R /Count 19 >> +endobj +583 0 obj +<< /Title 584 0 R /A 581 0 R /Parent 479 0 R /Prev 579 0 R >> +endobj +579 0 obj +<< /Title 580 0 R /A 577 0 R /Parent 479 0 R /Prev 575 0 R /Next 583 0 R >> +endobj +575 0 obj +<< /Title 576 0 R /A 573 0 R /Parent 479 0 R /Prev 571 0 R /Next 579 0 R >> +endobj +571 0 obj +<< /Title 572 0 R /A 569 0 R /Parent 479 0 R /Prev 567 0 R /Next 575 0 R >> +endobj +567 0 obj +<< /Title 568 0 R /A 565 0 R /Parent 479 0 R /Prev 563 0 R /Next 571 0 R >> +endobj +563 0 obj +<< /Title 564 0 R /A 561 0 R /Parent 479 0 R /Prev 559 0 R /Next 567 0 R >> +endobj +559 0 obj +<< /Title 560 0 R /A 557 0 R /Parent 479 0 R /Prev 555 0 R /Next 563 0 R >> +endobj +555 0 obj +<< /Title 556 0 R /A 553 0 R /Parent 479 0 R /Prev 551 0 R /Next 559 0 R >> +endobj +551 0 obj +<< /Title 552 0 R /A 549 0 R /Parent 479 0 R /Prev 547 0 R /Next 555 0 R >> +endobj +547 0 obj +<< /Title 548 0 R /A 545 0 R /Parent 479 0 R /Prev 543 0 R /Next 551 0 R >> +endobj +543 0 obj +<< /Title 544 0 R /A 541 0 R /Parent 479 0 R /Prev 539 0 R /Next 547 0 R >> +endobj +539 0 obj +<< /Title 540 0 R /A 537 0 R /Parent 479 0 R /Prev 535 0 R /Next 543 0 R >> +endobj +535 0 obj +<< /Title 536 0 R /A 533 0 R /Parent 479 0 R /Prev 531 0 R /Next 539 0 R >> +endobj +531 0 obj +<< /Title 532 0 R /A 529 0 R /Parent 479 0 R /Prev 527 0 R /Next 535 0 R >> +endobj +527 0 obj +<< /Title 528 0 R /A 525 0 R /Parent 479 0 R /Prev 523 0 R /Next 531 0 R >> +endobj +523 0 obj +<< /Title 524 0 R /A 521 0 R /Parent 479 0 R /Prev 519 0 R /Next 527 0 R >> +endobj +519 0 obj +<< /Title 520 0 R /A 517 0 R /Parent 479 0 R /Prev 483 0 R /Next 523 0 R >> +endobj +515 0 obj +<< /Title 516 0 R /A 513 0 R /Parent 483 0 R /Prev 511 0 R >> endobj 511 0 obj -<< /Title 512 0 R /A 509 0 R /Parent 423 0 R /Prev 507 0 R >> +<< /Title 512 0 R /A 509 0 R /Parent 483 0 R /Prev 507 0 R /Next 515 0 R >> endobj 507 0 obj -<< /Title 508 0 R /A 505 0 R /Parent 423 0 R /Prev 503 0 R /Next 511 0 R >> +<< /Title 508 0 R /A 505 0 R /Parent 483 0 R /Prev 503 0 R /Next 511 0 R >> endobj 503 0 obj -<< /Title 504 0 R /A 501 0 R /Parent 423 0 R /Prev 499 0 R /Next 507 0 R >> +<< /Title 504 0 R /A 501 0 R /Parent 483 0 R /Prev 499 0 R /Next 507 0 R >> endobj 499 0 obj -<< /Title 500 0 R /A 497 0 R /Parent 423 0 R /Prev 495 0 R /Next 503 0 R >> +<< /Title 500 0 R /A 497 0 R /Parent 483 0 R /Prev 495 0 R /Next 503 0 R >> endobj 495 0 obj -<< /Title 496 0 R /A 493 0 R /Parent 423 0 R /Prev 491 0 R /Next 499 0 R >> +<< /Title 496 0 R /A 493 0 R /Parent 483 0 R /Prev 491 0 R /Next 499 0 R >> endobj 491 0 obj -<< /Title 492 0 R /A 489 0 R /Parent 423 0 R /Prev 487 0 R /Next 495 0 R >> +<< /Title 492 0 R /A 489 0 R /Parent 483 0 R /Prev 487 0 R /Next 495 0 R >> endobj 487 0 obj -<< /Title 488 0 R /A 485 0 R /Parent 423 0 R /Prev 483 0 R /Next 491 0 R >> +<< /Title 488 0 R /A 485 0 R /Parent 483 0 R /Next 491 0 R >> endobj 483 0 obj -<< /Title 484 0 R /A 481 0 R /Parent 423 0 R /Prev 479 0 R /Next 487 0 R >> +<< /Title 484 0 R /A 481 0 R /Parent 479 0 R /Next 519 0 R /First 487 0 R /Last 515 0 R /Count -8 >> endobj 479 0 obj -<< /Title 480 0 R /A 477 0 R /Parent 423 0 R /Prev 475 0 R /Next 483 0 R >> +<< /Title 480 0 R /A 477 0 R /Parent 1558 0 R /Prev 475 0 R /First 483 0 R /Last 583 0 R /Count -18 >> endobj 475 0 obj -<< /Title 476 0 R /A 473 0 R /Parent 423 0 R /Prev 471 0 R /Next 479 0 R >> +<< /Title 476 0 R /A 473 0 R /Parent 1558 0 R /Prev 463 0 R /Next 479 0 R >> endobj 471 0 obj -<< /Title 472 0 R /A 469 0 R /Parent 423 0 R /Prev 467 0 R /Next 475 0 R >> +<< /Title 472 0 R /A 469 0 R /Parent 463 0 R /Prev 467 0 R >> endobj 467 0 obj -<< /Title 468 0 R /A 465 0 R /Parent 423 0 R /Prev 463 0 R /Next 471 0 R >> +<< /Title 468 0 R /A 465 0 R /Parent 463 0 R /Next 471 0 R >> endobj 463 0 obj -<< /Title 464 0 R /A 461 0 R /Parent 423 0 R /Prev 459 0 R /Next 467 0 R >> +<< /Title 464 0 R /A 461 0 R /Parent 1558 0 R /Prev 455 0 R /Next 475 0 R /First 467 0 R /Last 471 0 R /Count -2 >> endobj 459 0 obj -<< /Title 460 0 R /A 457 0 R /Parent 423 0 R /Prev 455 0 R /Next 463 0 R >> +<< /Title 460 0 R /A 457 0 R /Parent 455 0 R >> endobj 455 0 obj -<< /Title 456 0 R /A 453 0 R /Parent 423 0 R /Prev 451 0 R /Next 459 0 R >> +<< /Title 456 0 R /A 453 0 R /Parent 1558 0 R /Prev 447 0 R /Next 463 0 R /First 459 0 R /Last 459 0 R /Count -1 >> endobj 451 0 obj -<< /Title 452 0 R /A 449 0 R /Parent 423 0 R /Prev 427 0 R /Next 455 0 R >> +<< /Title 452 0 R /A 449 0 R /Parent 447 0 R >> endobj 447 0 obj -<< /Title 448 0 R /A 445 0 R /Parent 427 0 R /Prev 443 0 R >> +<< /Title 448 0 R /A 445 0 R /Parent 1558 0 R /Prev 443 0 R /Next 455 0 R /First 451 0 R /Last 451 0 R /Count -1 >> endobj 443 0 obj -<< /Title 444 0 R /A 441 0 R /Parent 427 0 R /Prev 439 0 R /Next 447 0 R >> +<< /Title 444 0 R /A 441 0 R /Parent 1558 0 R /Prev 391 0 R /Next 447 0 R >> endobj 439 0 obj -<< /Title 440 0 R /A 437 0 R /Parent 427 0 R /Prev 435 0 R /Next 443 0 R >> +<< /Title 440 0 R /A 437 0 R /Parent 391 0 R /Prev 411 0 R >> endobj 435 0 obj -<< /Title 436 0 R /A 433 0 R /Parent 427 0 R /Prev 431 0 R /Next 439 0 R >> +<< /Title 436 0 R /A 433 0 R /Parent 411 0 R /Prev 431 0 R >> endobj 431 0 obj -<< /Title 432 0 R /A 429 0 R /Parent 427 0 R /Next 435 0 R >> +<< /Title 432 0 R /A 429 0 R /Parent 411 0 R /Prev 427 0 R /Next 435 0 R >> endobj 427 0 obj -<< /Title 428 0 R /A 425 0 R /Parent 423 0 R /Next 451 0 R /First 431 0 R /Last 447 0 R /Count -5 >> +<< /Title 428 0 R /A 425 0 R /Parent 411 0 R /Prev 423 0 R /Next 431 0 R >> endobj 423 0 obj -<< /Title 424 0 R /A 421 0 R /Parent 1344 0 R /Prev 419 0 R /First 427 0 R /Last 511 0 R /Count -17 >> +<< /Title 424 0 R /A 421 0 R /Parent 411 0 R /Prev 419 0 R /Next 427 0 R >> endobj 419 0 obj -<< /Title 420 0 R /A 417 0 R /Parent 1344 0 R /Prev 407 0 R /Next 423 0 R >> +<< /Title 420 0 R /A 417 0 R /Parent 411 0 R /Prev 415 0 R /Next 423 0 R >> endobj 415 0 obj -<< /Title 416 0 R /A 413 0 R /Parent 407 0 R /Prev 411 0 R >> +<< /Title 416 0 R /A 413 0 R /Parent 411 0 R /Next 419 0 R >> endobj 411 0 obj -<< /Title 412 0 R /A 409 0 R /Parent 407 0 R /Next 415 0 R >> +<< /Title 412 0 R /A 409 0 R /Parent 391 0 R /Prev 407 0 R /Next 439 0 R /First 415 0 R /Last 435 0 R /Count -6 >> endobj 407 0 obj -<< /Title 408 0 R /A 405 0 R /Parent 1344 0 R /Prev 399 0 R /Next 419 0 R /First 411 0 R /Last 415 0 R /Count -2 >> +<< /Title 408 0 R /A 405 0 R /Parent 391 0 R /Prev 403 0 R /Next 411 0 R >> endobj 403 0 obj -<< /Title 404 0 R /A 401 0 R /Parent 399 0 R >> +<< /Title 404 0 R /A 401 0 R /Parent 391 0 R /Prev 399 0 R /Next 407 0 R >> endobj 399 0 obj -<< /Title 400 0 R /A 397 0 R /Parent 1344 0 R /Prev 391 0 R /Next 407 0 R /First 403 0 R /Last 403 0 R /Count -1 >> +<< /Title 400 0 R /A 397 0 R /Parent 391 0 R /Prev 395 0 R /Next 403 0 R >> endobj 395 0 obj -<< /Title 396 0 R /A 393 0 R /Parent 391 0 R >> +<< /Title 396 0 R /A 393 0 R /Parent 391 0 R /Next 399 0 R >> endobj 391 0 obj -<< /Title 392 0 R /A 389 0 R /Parent 1344 0 R /Prev 387 0 R /Next 399 0 R /First 395 0 R /Last 395 0 R /Count -1 >> +<< /Title 392 0 R /A 389 0 R /Parent 1558 0 R /Prev 359 0 R /Next 443 0 R /First 395 0 R /Last 439 0 R /Count -6 >> endobj 387 0 obj -<< /Title 388 0 R /A 385 0 R /Parent 1344 0 R /Prev 355 0 R /Next 391 0 R >> +<< /Title 388 0 R /A 385 0 R /Parent 359 0 R /Prev 383 0 R >> endobj 383 0 obj -<< /Title 384 0 R /A 381 0 R /Parent 355 0 R /Prev 379 0 R >> +<< /Title 384 0 R /A 381 0 R /Parent 359 0 R /Prev 379 0 R /Next 387 0 R >> endobj 379 0 obj -<< /Title 380 0 R /A 377 0 R /Parent 355 0 R /Prev 375 0 R /Next 383 0 R >> +<< /Title 380 0 R /A 377 0 R /Parent 359 0 R /Prev 375 0 R /Next 383 0 R >> endobj 375 0 obj -<< /Title 376 0 R /A 373 0 R /Parent 355 0 R /Prev 371 0 R /Next 379 0 R >> +<< /Title 376 0 R /A 373 0 R /Parent 359 0 R /Prev 371 0 R /Next 379 0 R >> endobj 371 0 obj -<< /Title 372 0 R /A 369 0 R /Parent 355 0 R /Prev 367 0 R /Next 375 0 R >> +<< /Title 372 0 R /A 369 0 R /Parent 359 0 R /Prev 367 0 R /Next 375 0 R >> endobj 367 0 obj -<< /Title 368 0 R /A 365 0 R /Parent 355 0 R /Prev 363 0 R /Next 371 0 R >> +<< /Title 368 0 R /A 365 0 R /Parent 359 0 R /Prev 363 0 R /Next 371 0 R >> endobj 363 0 obj -<< /Title 364 0 R /A 361 0 R /Parent 355 0 R /Prev 359 0 R /Next 367 0 R >> +<< /Title 364 0 R /A 361 0 R /Parent 359 0 R /Next 367 0 R >> endobj 359 0 obj -<< /Title 360 0 R /A 357 0 R /Parent 355 0 R /Next 363 0 R >> +<< /Title 360 0 R /A 357 0 R /Parent 1558 0 R /Prev 315 0 R /Next 391 0 R /First 363 0 R /Last 387 0 R /Count -7 >> endobj 355 0 obj -<< /Title 356 0 R /A 353 0 R /Parent 1344 0 R /Prev 311 0 R /Next 387 0 R /First 359 0 R /Last 383 0 R /Count -7 >> +<< /Title 356 0 R /A 353 0 R /Parent 315 0 R /Prev 351 0 R >> endobj 351 0 obj -<< /Title 352 0 R /A 349 0 R /Parent 311 0 R /Prev 347 0 R >> +<< /Title 352 0 R /A 349 0 R /Parent 315 0 R /Prev 347 0 R /Next 355 0 R >> endobj 347 0 obj -<< /Title 348 0 R /A 345 0 R /Parent 311 0 R /Prev 343 0 R /Next 351 0 R >> +<< /Title 348 0 R /A 345 0 R /Parent 315 0 R /Prev 343 0 R /Next 351 0 R >> endobj 343 0 obj -<< /Title 344 0 R /A 341 0 R /Parent 311 0 R /Prev 339 0 R /Next 347 0 R >> +<< /Title 344 0 R /A 341 0 R /Parent 315 0 R /Prev 339 0 R /Next 347 0 R >> endobj 339 0 obj -<< /Title 340 0 R /A 337 0 R /Parent 311 0 R /Prev 335 0 R /Next 343 0 R >> +<< /Title 340 0 R /A 337 0 R /Parent 315 0 R /Prev 335 0 R /Next 343 0 R >> endobj 335 0 obj -<< /Title 336 0 R /A 333 0 R /Parent 311 0 R /Prev 331 0 R /Next 339 0 R >> +<< /Title 336 0 R /A 333 0 R /Parent 315 0 R /Prev 331 0 R /Next 339 0 R >> endobj 331 0 obj -<< /Title 332 0 R /A 329 0 R /Parent 311 0 R /Prev 327 0 R /Next 335 0 R >> +<< /Title 332 0 R /A 329 0 R /Parent 315 0 R /Prev 327 0 R /Next 335 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 >> +<< /Title 328 0 R /A 325 0 R /Parent 315 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 >> +<< /Title 324 0 R /A 321 0 R /Parent 315 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 >> +<< /Title 320 0 R /A 317 0 R /Parent 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 >> +<< /Title 316 0 R /A 313 0 R /Parent 1558 0 R /Prev 275 0 R /Next 359 0 R /First 319 0 R /Last 355 0 R /Count -10 >> endobj 311 0 obj -<< /Title 312 0 R /A 309 0 R /Parent 1344 0 R /Prev 271 0 R /Next 355 0 R /First 315 0 R /Last 351 0 R /Count -10 >> +<< /Title 312 0 R /A 309 0 R /Parent 275 0 R /Prev 307 0 R >> endobj 307 0 obj -<< /Title 308 0 R /A 305 0 R /Parent 271 0 R /Prev 303 0 R >> +<< /Title 308 0 R /A 305 0 R /Parent 275 0 R /Prev 303 0 R /Next 311 0 R >> endobj 303 0 obj -<< /Title 304 0 R /A 301 0 R /Parent 271 0 R /Prev 299 0 R /Next 307 0 R >> +<< /Title 304 0 R /A 301 0 R /Parent 275 0 R /Prev 299 0 R /Next 307 0 R >> endobj 299 0 obj -<< /Title 300 0 R /A 297 0 R /Parent 271 0 R /Prev 295 0 R /Next 303 0 R >> +<< /Title 300 0 R /A 297 0 R /Parent 275 0 R /Prev 295 0 R /Next 303 0 R >> endobj 295 0 obj -<< /Title 296 0 R /A 293 0 R /Parent 271 0 R /Prev 291 0 R /Next 299 0 R >> +<< /Title 296 0 R /A 293 0 R /Parent 275 0 R /Prev 291 0 R /Next 299 0 R >> endobj 291 0 obj -<< /Title 292 0 R /A 289 0 R /Parent 271 0 R /Prev 287 0 R /Next 295 0 R >> +<< /Title 292 0 R /A 289 0 R /Parent 275 0 R /Prev 287 0 R /Next 295 0 R >> endobj 287 0 obj -<< /Title 288 0 R /A 285 0 R /Parent 271 0 R /Prev 283 0 R /Next 291 0 R >> +<< /Title 288 0 R /A 285 0 R /Parent 275 0 R /Prev 283 0 R /Next 291 0 R >> endobj 283 0 obj -<< /Title 284 0 R /A 281 0 R /Parent 271 0 R /Prev 279 0 R /Next 287 0 R >> +<< /Title 284 0 R /A 281 0 R /Parent 275 0 R /Prev 279 0 R /Next 287 0 R >> endobj 279 0 obj -<< /Title 280 0 R /A 277 0 R /Parent 271 0 R /Prev 275 0 R /Next 283 0 R >> +<< /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 271 0 R /Next 279 0 R >> +<< /Title 276 0 R /A 273 0 R /Parent 1558 0 R /Prev 239 0 R /Next 315 0 R /First 279 0 R /Last 311 0 R /Count -9 >> endobj 271 0 obj -<< /Title 272 0 R /A 269 0 R /Parent 1344 0 R /Prev 235 0 R /Next 311 0 R /First 275 0 R /Last 307 0 R /Count -9 >> +<< /Title 272 0 R /A 269 0 R /Parent 239 0 R /Prev 267 0 R >> endobj 267 0 obj -<< /Title 268 0 R /A 265 0 R /Parent 235 0 R /Prev 263 0 R >> +<< /Title 268 0 R /A 265 0 R /Parent 239 0 R /Prev 263 0 R /Next 271 0 R >> endobj 263 0 obj -<< /Title 264 0 R /A 261 0 R /Parent 235 0 R /Prev 259 0 R /Next 267 0 R >> +<< /Title 264 0 R /A 261 0 R /Parent 239 0 R /Prev 259 0 R /Next 267 0 R >> endobj 259 0 obj -<< /Title 260 0 R /A 257 0 R /Parent 235 0 R /Prev 255 0 R /Next 263 0 R >> +<< /Title 260 0 R /A 257 0 R /Parent 239 0 R /Prev 255 0 R /Next 263 0 R >> endobj 255 0 obj -<< /Title 256 0 R /A 253 0 R /Parent 235 0 R /Prev 251 0 R /Next 259 0 R >> +<< /Title 256 0 R /A 253 0 R /Parent 239 0 R /Prev 251 0 R /Next 259 0 R >> endobj 251 0 obj -<< /Title 252 0 R /A 249 0 R /Parent 235 0 R /Prev 247 0 R /Next 255 0 R >> +<< /Title 252 0 R /A 249 0 R /Parent 239 0 R /Prev 247 0 R /Next 255 0 R >> endobj 247 0 obj -<< /Title 248 0 R /A 245 0 R /Parent 235 0 R /Prev 243 0 R /Next 251 0 R >> +<< /Title 248 0 R /A 245 0 R /Parent 239 0 R /Prev 243 0 R /Next 251 0 R >> endobj 243 0 obj -<< /Title 244 0 R /A 241 0 R /Parent 235 0 R /Prev 239 0 R /Next 247 0 R >> +<< /Title 244 0 R /A 241 0 R /Parent 239 0 R /Next 247 0 R >> endobj 239 0 obj -<< /Title 240 0 R /A 237 0 R /Parent 235 0 R /Next 243 0 R >> +<< /Title 240 0 R /A 237 0 R /Parent 1558 0 R /Prev 203 0 R /Next 275 0 R /First 243 0 R /Last 271 0 R /Count -8 >> endobj 235 0 obj -<< /Title 236 0 R /A 233 0 R /Parent 1344 0 R /Prev 199 0 R /Next 271 0 R /First 239 0 R /Last 267 0 R /Count -8 >> +<< /Title 236 0 R /A 233 0 R /Parent 203 0 R /Prev 231 0 R >> endobj 231 0 obj -<< /Title 232 0 R /A 229 0 R /Parent 199 0 R /Prev 227 0 R >> +<< /Title 232 0 R /A 229 0 R /Parent 203 0 R /Prev 227 0 R /Next 235 0 R >> endobj 227 0 obj -<< /Title 228 0 R /A 225 0 R /Parent 199 0 R /Prev 223 0 R /Next 231 0 R >> +<< /Title 228 0 R /A 225 0 R /Parent 203 0 R /Prev 223 0 R /Next 231 0 R >> endobj 223 0 obj -<< /Title 224 0 R /A 221 0 R /Parent 199 0 R /Prev 219 0 R /Next 227 0 R >> +<< /Title 224 0 R /A 221 0 R /Parent 203 0 R /Prev 219 0 R /Next 227 0 R >> endobj 219 0 obj -<< /Title 220 0 R /A 217 0 R /Parent 199 0 R /Prev 215 0 R /Next 223 0 R >> +<< /Title 220 0 R /A 217 0 R /Parent 203 0 R /Prev 215 0 R /Next 223 0 R >> endobj 215 0 obj -<< /Title 216 0 R /A 213 0 R /Parent 199 0 R /Prev 211 0 R /Next 219 0 R >> +<< /Title 216 0 R /A 213 0 R /Parent 203 0 R /Prev 211 0 R /Next 219 0 R >> endobj 211 0 obj -<< /Title 212 0 R /A 209 0 R /Parent 199 0 R /Prev 207 0 R /Next 215 0 R >> +<< /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 199 0 R /Prev 203 0 R /Next 211 0 R >> +<< /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 199 0 R /Next 207 0 R >> +<< /Title 204 0 R /A 201 0 R /Parent 1558 0 R /Prev 163 0 R /Next 239 0 R /First 207 0 R /Last 235 0 R /Count -8 >> endobj 199 0 obj -<< /Title 200 0 R /A 197 0 R /Parent 1344 0 R /Prev 159 0 R /Next 235 0 R /First 203 0 R /Last 231 0 R /Count -8 >> +<< /Title 200 0 R /A 197 0 R /Parent 163 0 R /Prev 195 0 R >> endobj 195 0 obj -<< /Title 196 0 R /A 193 0 R /Parent 159 0 R /Prev 191 0 R >> +<< /Title 196 0 R /A 193 0 R /Parent 163 0 R /Prev 191 0 R /Next 199 0 R >> endobj 191 0 obj -<< /Title 192 0 R /A 189 0 R /Parent 159 0 R /Prev 187 0 R /Next 195 0 R >> +<< /Title 192 0 R /A 189 0 R /Parent 163 0 R /Prev 187 0 R /Next 195 0 R >> endobj 187 0 obj -<< /Title 188 0 R /A 185 0 R /Parent 159 0 R /Prev 183 0 R /Next 191 0 R >> +<< /Title 188 0 R /A 185 0 R /Parent 163 0 R /Prev 183 0 R /Next 191 0 R >> endobj 183 0 obj -<< /Title 184 0 R /A 181 0 R /Parent 159 0 R /Prev 179 0 R /Next 187 0 R >> +<< /Title 184 0 R /A 181 0 R /Parent 163 0 R /Prev 179 0 R /Next 187 0 R >> endobj 179 0 obj -<< /Title 180 0 R /A 177 0 R /Parent 159 0 R /Prev 175 0 R /Next 183 0 R >> +<< /Title 180 0 R /A 177 0 R /Parent 163 0 R /Prev 175 0 R /Next 183 0 R >> endobj 175 0 obj -<< /Title 176 0 R /A 173 0 R /Parent 159 0 R /Prev 171 0 R /Next 179 0 R >> +<< /Title 176 0 R /A 173 0 R /Parent 163 0 R /Prev 171 0 R /Next 179 0 R >> endobj 171 0 obj -<< /Title 172 0 R /A 169 0 R /Parent 159 0 R /Prev 167 0 R /Next 175 0 R >> +<< /Title 172 0 R /A 169 0 R /Parent 163 0 R /Prev 167 0 R /Next 175 0 R >> endobj 167 0 obj -<< /Title 168 0 R /A 165 0 R /Parent 159 0 R /Prev 163 0 R /Next 171 0 R >> +<< /Title 168 0 R /A 165 0 R /Parent 163 0 R /Next 171 0 R >> endobj 163 0 obj -<< /Title 164 0 R /A 161 0 R /Parent 159 0 R /Next 167 0 R >> +<< /Title 164 0 R /A 161 0 R /Parent 1558 0 R /Prev 123 0 R /Next 203 0 R /First 167 0 R /Last 199 0 R /Count -9 >> endobj 159 0 obj -<< /Title 160 0 R /A 157 0 R /Parent 1344 0 R /Prev 119 0 R /Next 199 0 R /First 163 0 R /Last 195 0 R /Count -9 >> +<< /Title 160 0 R /A 157 0 R /Parent 123 0 R /Prev 155 0 R >> endobj 155 0 obj -<< /Title 156 0 R /A 153 0 R /Parent 119 0 R /Prev 151 0 R >> +<< /Title 156 0 R /A 153 0 R /Parent 123 0 R /Prev 151 0 R /Next 159 0 R >> endobj 151 0 obj -<< /Title 152 0 R /A 149 0 R /Parent 119 0 R /Prev 147 0 R /Next 155 0 R >> +<< /Title 152 0 R /A 149 0 R /Parent 123 0 R /Prev 147 0 R /Next 155 0 R >> endobj 147 0 obj -<< /Title 148 0 R /A 145 0 R /Parent 119 0 R /Prev 143 0 R /Next 151 0 R >> +<< /Title 148 0 R /A 145 0 R /Parent 123 0 R /Prev 143 0 R /Next 151 0 R >> endobj 143 0 obj -<< /Title 144 0 R /A 141 0 R /Parent 119 0 R /Prev 139 0 R /Next 147 0 R >> +<< /Title 144 0 R /A 141 0 R /Parent 123 0 R /Prev 139 0 R /Next 147 0 R >> endobj 139 0 obj -<< /Title 140 0 R /A 137 0 R /Parent 119 0 R /Prev 135 0 R /Next 143 0 R >> +<< /Title 140 0 R /A 137 0 R /Parent 123 0 R /Prev 135 0 R /Next 143 0 R >> endobj 135 0 obj -<< /Title 136 0 R /A 133 0 R /Parent 119 0 R /Prev 131 0 R /Next 139 0 R >> +<< /Title 136 0 R /A 133 0 R /Parent 123 0 R /Prev 131 0 R /Next 139 0 R >> endobj 131 0 obj -<< /Title 132 0 R /A 129 0 R /Parent 119 0 R /Prev 127 0 R /Next 135 0 R >> +<< /Title 132 0 R /A 129 0 R /Parent 123 0 R /Prev 127 0 R /Next 135 0 R >> endobj 127 0 obj -<< /Title 128 0 R /A 125 0 R /Parent 119 0 R /Prev 123 0 R /Next 131 0 R >> +<< /Title 128 0 R /A 125 0 R /Parent 123 0 R /Next 131 0 R >> endobj 123 0 obj -<< /Title 124 0 R /A 121 0 R /Parent 119 0 R /Next 127 0 R >> +<< /Title 124 0 R /A 121 0 R /Parent 1558 0 R /Prev 83 0 R /Next 163 0 R /First 127 0 R /Last 159 0 R /Count -9 >> endobj 119 0 obj -<< /Title 120 0 R /A 117 0 R /Parent 1344 0 R /Prev 79 0 R /Next 159 0 R /First 123 0 R /Last 155 0 R /Count -9 >> +<< /Title 120 0 R /A 117 0 R /Parent 83 0 R /Prev 115 0 R >> endobj 115 0 obj -<< /Title 116 0 R /A 113 0 R /Parent 79 0 R /Prev 111 0 R >> +<< /Title 116 0 R /A 113 0 R /Parent 83 0 R /Prev 111 0 R /Next 119 0 R >> endobj 111 0 obj -<< /Title 112 0 R /A 109 0 R /Parent 79 0 R /Prev 107 0 R /Next 115 0 R >> +<< /Title 112 0 R /A 109 0 R /Parent 83 0 R /Prev 107 0 R /Next 115 0 R >> endobj 107 0 obj -<< /Title 108 0 R /A 105 0 R /Parent 79 0 R /Prev 103 0 R /Next 111 0 R >> +<< /Title 108 0 R /A 105 0 R /Parent 83 0 R /Prev 103 0 R /Next 111 0 R >> endobj 103 0 obj -<< /Title 104 0 R /A 101 0 R /Parent 79 0 R /Prev 99 0 R /Next 107 0 R >> +<< /Title 104 0 R /A 101 0 R /Parent 83 0 R /Prev 99 0 R /Next 107 0 R >> endobj 99 0 obj -<< /Title 100 0 R /A 97 0 R /Parent 79 0 R /Prev 95 0 R /Next 103 0 R >> +<< /Title 100 0 R /A 97 0 R /Parent 83 0 R /Prev 95 0 R /Next 103 0 R >> endobj 95 0 obj -<< /Title 96 0 R /A 93 0 R /Parent 79 0 R /Prev 91 0 R /Next 99 0 R >> +<< /Title 96 0 R /A 93 0 R /Parent 83 0 R /Prev 91 0 R /Next 99 0 R >> endobj 91 0 obj -<< /Title 92 0 R /A 89 0 R /Parent 79 0 R /Prev 87 0 R /Next 95 0 R >> +<< /Title 92 0 R /A 89 0 R /Parent 83 0 R /Prev 87 0 R /Next 95 0 R >> endobj 87 0 obj -<< /Title 88 0 R /A 85 0 R /Parent 79 0 R /Prev 83 0 R /Next 91 0 R >> +<< /Title 88 0 R /A 85 0 R /Parent 83 0 R /Next 91 0 R >> endobj 83 0 obj -<< /Title 84 0 R /A 81 0 R /Parent 79 0 R /Next 87 0 R >> +<< /Title 84 0 R /A 81 0 R /Parent 1558 0 R /Prev 55 0 R /Next 123 0 R /First 87 0 R /Last 119 0 R /Count -9 >> endobj 79 0 obj -<< /Title 80 0 R /A 77 0 R /Parent 1344 0 R /Prev 51 0 R /Next 119 0 R /First 83 0 R /Last 115 0 R /Count -9 >> +<< /Title 80 0 R /A 77 0 R /Parent 55 0 R /Prev 75 0 R >> endobj 75 0 obj -<< /Title 76 0 R /A 73 0 R /Parent 51 0 R /Prev 71 0 R >> +<< /Title 76 0 R /A 73 0 R /Parent 55 0 R /Prev 71 0 R /Next 79 0 R >> endobj 71 0 obj -<< /Title 72 0 R /A 69 0 R /Parent 51 0 R /Prev 67 0 R /Next 75 0 R >> +<< /Title 72 0 R /A 69 0 R /Parent 55 0 R /Prev 67 0 R /Next 75 0 R >> endobj 67 0 obj -<< /Title 68 0 R /A 65 0 R /Parent 51 0 R /Prev 63 0 R /Next 71 0 R >> +<< /Title 68 0 R /A 65 0 R /Parent 55 0 R /Prev 63 0 R /Next 71 0 R >> endobj 63 0 obj -<< /Title 64 0 R /A 61 0 R /Parent 51 0 R /Prev 59 0 R /Next 67 0 R >> +<< /Title 64 0 R /A 61 0 R /Parent 55 0 R /Prev 59 0 R /Next 67 0 R >> endobj 59 0 obj -<< /Title 60 0 R /A 57 0 R /Parent 51 0 R /Prev 55 0 R /Next 63 0 R >> +<< /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 51 0 R /Next 59 0 R >> +<< /Title 56 0 R /A 53 0 R /Parent 1558 0 R /Prev 43 0 R /Next 83 0 R /First 59 0 R /Last 79 0 R /Count -6 >> endobj 51 0 obj -<< /Title 52 0 R /A 49 0 R /Parent 1344 0 R /Prev 39 0 R /Next 79 0 R /First 55 0 R /Last 75 0 R /Count -6 >> +<< /Title 52 0 R /A 49 0 R /Parent 43 0 R /Prev 47 0 R >> endobj 47 0 obj -<< /Title 48 0 R /A 45 0 R /Parent 39 0 R /Prev 43 0 R >> +<< /Title 48 0 R /A 45 0 R /Parent 43 0 R /Next 51 0 R >> endobj 43 0 obj -<< /Title 44 0 R /A 41 0 R /Parent 39 0 R /Next 47 0 R >> +<< /Title 44 0 R /A 41 0 R /Parent 1558 0 R /Prev 27 0 R /Next 55 0 R /First 47 0 R /Last 51 0 R /Count -2 >> endobj 39 0 obj -<< /Title 40 0 R /A 37 0 R /Parent 1344 0 R /Prev 27 0 R /Next 51 0 R /First 43 0 R /Last 47 0 R /Count -2 >> +<< /Title 40 0 R /A 37 0 R /Parent 27 0 R /Prev 35 0 R >> endobj 35 0 obj -<< /Title 36 0 R /A 33 0 R /Parent 27 0 R /Prev 31 0 R >> +<< /Title 36 0 R /A 33 0 R /Parent 27 0 R /Prev 31 0 R /Next 39 0 R >> endobj 31 0 obj << /Title 32 0 R /A 29 0 R /Parent 27 0 R /Next 35 0 R >> endobj 27 0 obj -<< /Title 28 0 R /A 25 0 R /Parent 1344 0 R /Prev 3 0 R /Next 39 0 R /First 31 0 R /Last 35 0 R /Count -2 >> +<< /Title 28 0 R /A 25 0 R /Parent 1558 0 R /Prev 3 0 R /Next 43 0 R /First 31 0 R /Last 39 0 R /Count -3 >> endobj 23 0 obj << /Title 24 0 R /A 21 0 R /Parent 3 0 R /Prev 19 0 R >> @@ -6873,1409 +8062,1627 @@ endobj << /Title 8 0 R /A 5 0 R /Parent 3 0 R /Next 11 0 R >> endobj 3 0 obj -<< /Title 4 0 R /A 1 0 R /Parent 1344 0 R /Next 27 0 R /First 7 0 R /Last 23 0 R /Count -5 >> +<< /Title 4 0 R /A 1 0 R /Parent 1558 0 R /Next 27 0 R /First 7 0 R /Last 23 0 R /Count -5 >> endobj -1345 0 obj -<< /Names [ (Doc-Start) 519 0 R (chapter*.1) 564 0 R (chapter.1) 2 0 R (chapter.10) 270 0 R (chapter.11) 310 0 R (chapter.12) 354 0 R (chapter.13) 386 0 R (chapter.14) 390 0 R (chapter.15) 398 0 R (chapter.16) 406 0 R (chapter.17) 418 0 R (chapter.18) 422 0 R (chapter.2) 26 0 R (chapter.3) 38 0 R (chapter.4) 50 0 R (chapter.5) 78 0 R (chapter.6) 118 0 R (chapter.7) 158 0 R (chapter.8) 198 0 R (chapter.9) 234 0 R (page.1) 518 0 R (page.10) 701 0 R (page.100) 1081 0 R (page.101) 1085 0 R (page.102) 1090 0 R (page.103) 1094 0 R (page.104) 1098 0 R (page.105) 1102 0 R (page.106) 1106 0 R (page.107) 1110 0 R (page.108) 1114 0 R (page.109) 1118 0 R ] /Limits [ (Doc-Start) (page.109) ] >> +1559 0 obj +<< /Names [ (Doc-Start) 591 0 R (Hfootnote.1) 1165 0 R (chapter*.1) 636 0 R (chapter.1) 2 0 R (chapter.10) 274 0 R (chapter.11) 314 0 R (chapter.12) 358 0 R (chapter.13) 390 0 R (chapter.14) 442 0 R (chapter.15) 446 0 R (chapter.16) 454 0 R (chapter.17) 462 0 R (chapter.18) 474 0 R (chapter.19) 478 0 R (chapter.2) 26 0 R (chapter.3) 42 0 R (chapter.4) 54 0 R (chapter.5) 82 0 R (chapter.6) 122 0 R (chapter.7) 162 0 R (chapter.8) 202 0 R (chapter.9) 238 0 R (page.1) 590 0 R (page.10) 791 0 R (page.100) 1177 0 R (page.101) 1181 0 R (page.102) 1186 0 R (page.103) 1190 0 R (page.104) 1195 0 R (page.105) 1200 0 R (page.106) 1204 0 R (page.107) 1208 0 R ] /Limits [ (Doc-Start) (page.107) ] >> endobj -1346 0 obj -<< /Names [ (page.11) 706 0 R (page.110) 1122 0 R (page.111) 1126 0 R (page.112) 1131 0 R (page.113) 1135 0 R (page.114) 1139 0 R (page.115) 1143 0 R (page.116) 1147 0 R (page.117) 1151 0 R (page.118) 1155 0 R (page.119) 1159 0 R (page.12) 712 0 R (page.120) 1163 0 R (page.121) 1167 0 R (page.122) 1172 0 R (page.123) 1176 0 R (page.124) 1180 0 R (page.125) 1184 0 R (page.126) 1188 0 R (page.127) 1192 0 R (page.128) 1196 0 R (page.129) 1200 0 R (page.13) 716 0 R (page.130) 1204 0 R (page.131) 1208 0 R (page.132) 1213 0 R (page.133) 1217 0 R (page.134) 1221 0 R (page.135) 1225 0 R (page.136) 1229 0 R (page.137) 1233 0 R (page.138) 1237 0 R ] /Limits [ (page.11) (page.138) ] >> +1560 0 obj +<< /Names [ (page.108) 1212 0 R (page.109) 1216 0 R (page.11) 797 0 R (page.110) 1220 0 R (page.111) 1224 0 R (page.112) 1229 0 R (page.113) 1233 0 R (page.114) 1237 0 R (page.115) 1241 0 R (page.116) 1245 0 R (page.117) 1249 0 R (page.118) 1253 0 R (page.119) 1257 0 R (page.12) 804 0 R (page.120) 1261 0 R (page.121) 1265 0 R (page.122) 1270 0 R (page.123) 1274 0 R (page.124) 1278 0 R (page.125) 1282 0 R (page.126) 1286 0 R (page.127) 1290 0 R (page.128) 1294 0 R (page.129) 1298 0 R (page.13) 808 0 R (page.130) 1302 0 R (page.131) 1306 0 R (page.132) 1311 0 R (page.133) 1315 0 R (page.134) 1319 0 R (page.135) 1323 0 R (page.136) 1327 0 R ] /Limits [ (page.108) (page.136) ] >> endobj -1347 0 obj -<< /Names [ (page.139) 1241 0 R (page.14) 721 0 R (page.15) 725 0 R (page.16) 729 0 R (page.17) 733 0 R (page.18) 737 0 R (page.19) 741 0 R (page.2) 563 0 R (page.20) 747 0 R (page.21) 751 0 R (page.22) 756 0 R (page.23) 760 0 R (page.24) 764 0 R (page.25) 768 0 R (page.26) 772 0 R (page.27) 776 0 R (page.28) 780 0 R (page.29) 784 0 R (page.3) 613 0 R (page.30) 789 0 R (page.31) 793 0 R (page.32) 798 0 R (page.33) 803 0 R (page.34) 807 0 R (page.35) 811 0 R (page.36) 815 0 R (page.37) 819 0 R (page.38) 823 0 R (page.39) 827 0 R (page.4) 658 0 R (page.40) 831 0 R (page.41) 835 0 R ] /Limits [ (page.139) (page.41) ] >> +1561 0 obj +<< /Names [ (page.137) 1331 0 R (page.138) 1335 0 R (page.139) 1339 0 R (page.14) 812 0 R (page.140) 1343 0 R (page.141) 1347 0 R (page.142) 1352 0 R (page.143) 1356 0 R (page.144) 1360 0 R (page.145) 1364 0 R (page.146) 1368 0 R (page.147) 1372 0 R (page.148) 1376 0 R (page.149) 1380 0 R (page.15) 816 0 R (page.150) 1384 0 R (page.151) 1388 0 R (page.152) 1393 0 R (page.153) 1397 0 R (page.154) 1401 0 R (page.155) 1405 0 R (page.156) 1409 0 R (page.157) 1413 0 R (page.158) 1417 0 R (page.159) 1421 0 R (page.16) 820 0 R (page.160) 1425 0 R (page.17) 824 0 R (page.18) 828 0 R (page.19) 832 0 R (page.2) 635 0 R (page.20) 838 0 R ] /Limits [ (page.137) (page.20) ] >> endobj -1348 0 obj -<< /Names [ (page.42) 840 0 R (page.43) 844 0 R (page.44) 849 0 R (page.45) 853 0 R (page.46) 857 0 R (page.47) 861 0 R (page.48) 865 0 R (page.49) 869 0 R (page.5) 678 0 R (page.50) 873 0 R (page.51) 878 0 R (page.52) 883 0 R (page.53) 887 0 R (page.54) 891 0 R (page.55) 895 0 R (page.56) 899 0 R (page.57) 903 0 R (page.58) 907 0 R (page.59) 911 0 R (page.6) 683 0 R (page.60) 915 0 R (page.61) 919 0 R (page.62) 924 0 R (page.63) 928 0 R (page.64) 932 0 R (page.65) 936 0 R (page.66) 940 0 R (page.67) 944 0 R (page.68) 948 0 R (page.69) 952 0 R (page.7) 689 0 R (page.70) 956 0 R ] /Limits [ (page.42) (page.70) ] >> +1562 0 obj +<< /Names [ (page.21) 842 0 R (page.22) 847 0 R (page.23) 851 0 R (page.24) 855 0 R (page.25) 859 0 R (page.26) 863 0 R (page.27) 867 0 R (page.28) 871 0 R (page.29) 875 0 R (page.3) 686 0 R (page.30) 880 0 R (page.31) 884 0 R (page.32) 889 0 R (page.33) 893 0 R (page.34) 897 0 R (page.35) 901 0 R (page.36) 905 0 R (page.37) 909 0 R (page.38) 913 0 R (page.39) 917 0 R (page.4) 733 0 R (page.40) 921 0 R (page.41) 925 0 R (page.42) 930 0 R (page.43) 934 0 R (page.44) 939 0 R (page.45) 943 0 R (page.46) 947 0 R (page.47) 951 0 R (page.48) 955 0 R (page.49) 959 0 R (page.5) 768 0 R ] /Limits [ (page.21) (page.5) ] >> endobj -1349 0 obj -<< /Names [ (page.71) 960 0 R (page.72) 965 0 R (page.73) 969 0 R (page.74) 973 0 R (page.75) 977 0 R (page.76) 981 0 R (page.77) 985 0 R (page.78) 989 0 R (page.79) 993 0 R (page.8) 693 0 R (page.80) 997 0 R (page.81) 1001 0 R (page.82) 1006 0 R (page.83) 1010 0 R (page.84) 1014 0 R (page.85) 1018 0 R (page.86) 1022 0 R (page.87) 1026 0 R (page.88) 1030 0 R (page.89) 1035 0 R (page.9) 697 0 R (page.90) 1040 0 R (page.91) 1044 0 R (page.92) 1049 0 R (page.93) 1053 0 R (page.94) 1057 0 R (page.95) 1061 0 R (page.96) 1065 0 R (page.97) 1069 0 R (page.98) 1073 0 R (page.99) 1077 0 R (section.1.1) 6 0 R ] /Limits [ (page.71) (section.1.1) ] >> +1563 0 obj +<< /Names [ (page.50) 963 0 R (page.51) 968 0 R (page.52) 973 0 R (page.53) 977 0 R (page.54) 981 0 R (page.55) 985 0 R (page.56) 989 0 R (page.57) 993 0 R (page.58) 997 0 R (page.59) 1001 0 R (page.6) 773 0 R (page.60) 1005 0 R (page.61) 1009 0 R (page.62) 1014 0 R (page.63) 1018 0 R (page.64) 1022 0 R (page.65) 1026 0 R (page.66) 1030 0 R (page.67) 1034 0 R (page.68) 1038 0 R (page.69) 1042 0 R (page.7) 779 0 R (page.70) 1046 0 R (page.71) 1050 0 R (page.72) 1055 0 R (page.73) 1059 0 R (page.74) 1063 0 R (page.75) 1067 0 R (page.76) 1071 0 R (page.77) 1075 0 R (page.78) 1079 0 R (page.79) 1083 0 R ] /Limits [ (page.50) (page.79) ] >> endobj -1350 0 obj -<< /Names [ (section.1.2) 10 0 R (section.1.3) 14 0 R (section.1.4) 18 0 R (section.1.5) 22 0 R (section.10.1) 274 0 R (section.10.2) 278 0 R (section.10.3) 282 0 R (section.10.4) 286 0 R (section.10.5) 290 0 R (section.10.6) 294 0 R (section.10.7) 298 0 R (section.10.8) 302 0 R (section.10.9) 306 0 R (section.11.1) 314 0 R (section.11.10) 350 0 R (section.11.2) 318 0 R (section.11.3) 322 0 R (section.11.4) 326 0 R (section.11.5) 330 0 R (section.11.6) 334 0 R (section.11.7) 338 0 R (section.11.8) 342 0 R (section.11.9) 346 0 R (section.12.1) 358 0 R (section.12.2) 362 0 R (section.12.3) 366 0 R (section.12.4) 370 0 R (section.12.5) 374 0 R (section.12.6) 378 0 R (section.12.7) 382 0 R (section.14.1) 394 0 R (section.15.1) 402 0 R ] /Limits [ (section.1.2) (section.15.1) ] >> +1564 0 obj +<< /Names [ (page.8) 783 0 R (page.80) 1087 0 R (page.81) 1091 0 R (page.82) 1096 0 R (page.83) 1100 0 R (page.84) 1104 0 R (page.85) 1108 0 R (page.86) 1112 0 R (page.87) 1116 0 R (page.88) 1121 0 R (page.89) 1125 0 R (page.9) 787 0 R (page.90) 1129 0 R (page.91) 1133 0 R (page.92) 1138 0 R (page.93) 1142 0 R (page.94) 1146 0 R (page.95) 1150 0 R (page.96) 1154 0 R (page.97) 1158 0 R (page.98) 1163 0 R (page.99) 1172 0 R (section.1.1) 6 0 R (section.1.2) 10 0 R (section.1.3) 14 0 R (section.1.4) 18 0 R (section.1.5) 22 0 R (section.10.1) 278 0 R (section.10.2) 282 0 R (section.10.3) 286 0 R (section.10.4) 290 0 R (section.10.5) 294 0 R ] /Limits [ (page.8) (section.10.5) ] >> endobj -1351 0 obj -<< /Names [ (section.16.1) 410 0 R (section.16.2) 414 0 R (section.18.1) 426 0 R (section.18.10) 482 0 R (section.18.11) 486 0 R (section.18.12) 490 0 R (section.18.13) 494 0 R (section.18.14) 498 0 R (section.18.15) 502 0 R (section.18.16) 506 0 R (section.18.17) 510 0 R (section.18.2) 450 0 R (section.18.3) 454 0 R (section.18.4) 458 0 R (section.18.5) 462 0 R (section.18.6) 466 0 R (section.18.7) 470 0 R (section.18.8) 474 0 R (section.18.9) 478 0 R (section.2.1) 30 0 R (section.2.2) 34 0 R (section.3.1) 42 0 R (section.3.2) 46 0 R (section.4.1) 54 0 R (section.4.2) 58 0 R (section.4.3) 62 0 R (section.4.4) 66 0 R (section.4.5) 70 0 R (section.4.6) 74 0 R (section.5.1) 82 0 R (section.5.2) 86 0 R (section.5.3) 90 0 R ] /Limits [ (section.16.1) (section.5.3) ] >> +1565 0 obj +<< /Names [ (section.10.6) 298 0 R (section.10.7) 302 0 R (section.10.8) 306 0 R (section.10.9) 310 0 R (section.11.1) 318 0 R (section.11.10) 354 0 R (section.11.2) 322 0 R (section.11.3) 326 0 R (section.11.4) 330 0 R (section.11.5) 334 0 R (section.11.6) 338 0 R (section.11.7) 342 0 R (section.11.8) 346 0 R (section.11.9) 350 0 R (section.12.1) 362 0 R (section.12.2) 366 0 R (section.12.3) 370 0 R (section.12.4) 374 0 R (section.12.5) 378 0 R (section.12.6) 382 0 R (section.12.7) 386 0 R (section.13.1) 394 0 R (section.13.2) 398 0 R (section.13.3) 402 0 R (section.13.4) 406 0 R (section.13.5) 410 0 R (section.13.6) 438 0 R (section.15.1) 450 0 R (section.16.1) 458 0 R (section.17.1) 466 0 R (section.17.2) 470 0 R (section.19.1) 482 0 R ] /Limits [ (section.10.6) (section.19.1) ] >> endobj -1352 0 obj -<< /Names [ (section.5.4) 94 0 R (section.5.5) 98 0 R (section.5.6) 102 0 R (section.5.7) 106 0 R (section.5.8) 110 0 R (section.5.9) 114 0 R (section.6.1) 122 0 R (section.6.2) 126 0 R (section.6.3) 130 0 R (section.6.4) 134 0 R (section.6.5) 138 0 R (section.6.6) 142 0 R (section.6.7) 146 0 R (section.6.8) 150 0 R (section.6.9) 154 0 R (section.7.1) 162 0 R (section.7.2) 166 0 R (section.7.3) 170 0 R (section.7.4) 174 0 R (section.7.5) 178 0 R (section.7.6) 182 0 R (section.7.7) 186 0 R (section.7.8) 190 0 R (section.7.9) 194 0 R (section.8.1) 202 0 R (section.8.2) 206 0 R (section.8.3) 210 0 R (section.8.4) 214 0 R (section.8.5) 218 0 R (section.8.6) 222 0 R (section.8.7) 226 0 R (section.8.8) 230 0 R ] /Limits [ (section.5.4) (section.8.8) ] >> +1566 0 obj +<< /Names [ (section.19.10) 550 0 R (section.19.11) 554 0 R (section.19.12) 558 0 R (section.19.13) 562 0 R (section.19.14) 566 0 R (section.19.15) 570 0 R (section.19.16) 574 0 R (section.19.17) 578 0 R (section.19.18) 582 0 R (section.19.2) 518 0 R (section.19.3) 522 0 R (section.19.4) 526 0 R (section.19.5) 530 0 R (section.19.6) 534 0 R (section.19.7) 538 0 R (section.19.8) 542 0 R (section.19.9) 546 0 R (section.2.1) 30 0 R (section.2.2) 34 0 R (section.2.3) 38 0 R (section.3.1) 46 0 R (section.3.2) 50 0 R (section.4.1) 58 0 R (section.4.2) 62 0 R (section.4.3) 66 0 R (section.4.4) 70 0 R (section.4.5) 74 0 R (section.4.6) 78 0 R (section.5.1) 86 0 R (section.5.2) 90 0 R (section.5.3) 94 0 R (section.5.4) 98 0 R ] /Limits [ (section.19.10) (section.5.4) ] >> endobj -1353 0 obj -<< /Names [ (section.9.1) 238 0 R (section.9.2) 242 0 R (section.9.3) 246 0 R (section.9.4) 250 0 R (section.9.5) 254 0 R (section.9.6) 258 0 R (section.9.7) 262 0 R (section.9.8) 266 0 R (subsection.18.1.1) 430 0 R (subsection.18.1.2) 434 0 R (subsection.18.1.3) 438 0 R (subsection.18.1.4) 442 0 R (subsection.18.1.5) 446 0 R ] /Limits [ (section.9.1) (subsection.18.1.5) ] >> +1567 0 obj +<< /Names [ (section.5.5) 102 0 R (section.5.6) 106 0 R (section.5.7) 110 0 R (section.5.8) 114 0 R (section.5.9) 118 0 R (section.6.1) 126 0 R (section.6.2) 130 0 R (section.6.3) 134 0 R (section.6.4) 138 0 R (section.6.5) 142 0 R (section.6.6) 146 0 R (section.6.7) 150 0 R (section.6.8) 154 0 R (section.6.9) 158 0 R (section.7.1) 166 0 R (section.7.2) 170 0 R (section.7.3) 174 0 R (section.7.4) 178 0 R (section.7.5) 182 0 R (section.7.6) 186 0 R (section.7.7) 190 0 R (section.7.8) 194 0 R (section.7.9) 198 0 R (section.8.1) 206 0 R (section.8.2) 210 0 R (section.8.3) 214 0 R (section.8.4) 218 0 R (section.8.5) 222 0 R (section.8.6) 226 0 R (section.8.7) 230 0 R (section.8.8) 234 0 R (section.9.1) 242 0 R ] /Limits [ (section.5.5) (section.9.1) ] >> endobj -1354 0 obj -<< /Kids [ 1345 0 R 1346 0 R 1347 0 R 1348 0 R 1349 0 R 1350 0 R 1351 0 R 1352 0 R 1353 0 R ] /Limits [ (Doc-Start) (subsection.18.1.5) ] >> +1568 0 obj +<< /Names [ (section.9.2) 246 0 R (section.9.3) 250 0 R (section.9.4) 254 0 R (section.9.5) 258 0 R (section.9.6) 262 0 R (section.9.7) 266 0 R (section.9.8) 270 0 R (subsection.13.5.1) 414 0 R (subsection.13.5.2) 418 0 R (subsection.13.5.3) 422 0 R (subsection.13.5.4) 426 0 R (subsection.13.5.5) 430 0 R (subsection.13.5.6) 434 0 R (subsection.19.1.1) 486 0 R (subsection.19.1.2) 490 0 R (subsection.19.1.3) 494 0 R (subsection.19.1.4) 498 0 R (subsection.19.1.5) 502 0 R (subsection.19.1.6) 506 0 R (subsection.19.1.7) 510 0 R (subsection.19.1.8) 514 0 R ] /Limits [ (section.9.2) (subsection.19.1.8) ] >> endobj -1355 0 obj -<< /Dests 1354 0 R >> +1569 0 obj +<< /Kids [ 1559 0 R 1560 0 R 1561 0 R 1562 0 R 1563 0 R 1564 0 R 1565 0 R 1566 0 R 1567 0 R 1568 0 R ] /Limits [ (Doc-Start) (subsection.19.1.8) ] >> endobj -1356 0 obj -<< /Type /Catalog /Pages 1343 0 R /Outlines 1344 0 R /Names 1355 0 R /PageMode/UseOutlines /OpenAction 513 0 R >> +1570 0 obj +<< /Dests 1569 0 R >> endobj -1357 0 obj -<< /Author()/Title()/Subject()/Creator(LaTeX with hyperref)/Keywords() /Producer (LuaTeX-1.15.0) /CreationDate (D:20220429102438+08'00') /ModDate (D:20220429102438+08'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.15.0 (MiKTeX 22.3 Portable)) >> +1571 0 obj +<< /Type /Catalog /Pages 1557 0 R /Outlines 1558 0 R /Names 1570 0 R /PageMode/UseOutlines /OpenAction 585 0 R >> +endobj +1572 0 obj +<< /Author()/Title()/Subject()/Creator(LaTeX with hyperref)/Keywords() /Producer (LuaTeX-1.15.0) /CreationDate (D:20220514164802+08'00') /ModDate (D:20220514164802+08'00') /Trapped /False /PTEX.FullBanner (This is LuaHBTeX, Version 1.15.0 (MiKTeX 22.3 Portable)) >> endobj xref -0 1358 +0 1573 0000000000 65535 f 0000000020 00000 n -0000062936 00000 n -0000701199 00000 n +0000071182 00000 n +0000816754 00000 n 0000000065 00000 n 0000000198 00000 n -0000062997 00000 n -0000701129 00000 n +0000071243 00000 n +0000816684 00000 n 0000000245 00000 n 0000000449 00000 n -0000063057 00000 n -0000701045 00000 n +0000071303 00000 n +0000816600 00000 n 0000000496 00000 n 0000000663 00000 n -0000066796 00000 n -0000700959 00000 n +0000075042 00000 n +0000816514 00000 n 0000000711 00000 n 0000000903 00000 n -0000070270 00000 n -0000700873 00000 n +0000078516 00000 n +0000816428 00000 n 0000000951 00000 n 0000001105 00000 n -0000070332 00000 n -0000700800 00000 n +0000078578 00000 n +0000816355 00000 n 0000001153 00000 n 0000001292 00000 n -0000075713 00000 n -0000700675 00000 n +0000084490 00000 n +0000816230 00000 n 0000001338 00000 n 0000001518 00000 n -0000075775 00000 n -0000700601 00000 n +0000084552 00000 n +0000816156 00000 n 0000001566 00000 n 0000001776 00000 n -0000075837 00000 n -0000700527 00000 n +0000088861 00000 n +0000816069 00000 n 0000001824 00000 n -0000001991 00000 n -0000079904 00000 n -0000700401 00000 n -0000002037 00000 n -0000002177 00000 n -0000079966 00000 n -0000700327 00000 n -0000002225 00000 n -0000002336 00000 n -0000080028 00000 n -0000700253 00000 n -0000002384 00000 n -0000002475 00000 n -0000085082 00000 n -0000700127 00000 n -0000002521 00000 n -0000002686 00000 n -0000085144 00000 n -0000700053 00000 n -0000002734 00000 n -0000002916 00000 n -0000085206 00000 n -0000699966 00000 n -0000002964 00000 n -0000003090 00000 n -0000088542 00000 n -0000699879 00000 n -0000003138 00000 n -0000003320 00000 n -0000088604 00000 n -0000699792 00000 n -0000003368 00000 n -0000003479 00000 n -0000092791 00000 n -0000699705 00000 n -0000003527 00000 n -0000003686 00000 n -0000097229 00000 n -0000699631 00000 n -0000003734 00000 n -0000003901 00000 n -0000103948 00000 n -0000699503 00000 n -0000003947 00000 n -0000004067 00000 n -0000104010 00000 n -0000699429 00000 n -0000004115 00000 n -0000004315 00000 n -0000107447 00000 n -0000699342 00000 n -0000004363 00000 n -0000004553 00000 n -0000110501 00000 n -0000699255 00000 n -0000004601 00000 n -0000004730 00000 n -0000110563 00000 n -0000699168 00000 n -0000004778 00000 n -0000004955 00000 n -0000114426 00000 n -0000699079 00000 n -0000005003 00000 n -0000005115 00000 n -0000122912 00000 n -0000698988 00000 n -0000005164 00000 n -0000005406 00000 n -0000127081 00000 n -0000698896 00000 n -0000005455 00000 n -0000005613 00000 n -0000131382 00000 n -0000698804 00000 n -0000005662 00000 n -0000005812 00000 n -0000145547 00000 n -0000698726 00000 n -0000005861 00000 n -0000006024 00000 n -0000154273 00000 n -0000698594 00000 n -0000006071 00000 n -0000006174 00000 n -0000154336 00000 n -0000698515 00000 n -0000006223 00000 n -0000006401 00000 n -0000157297 00000 n -0000698422 00000 n -0000006450 00000 n -0000006618 00000 n -0000157360 00000 n -0000698329 00000 n -0000006667 00000 n -0000006774 00000 n -0000160950 00000 n -0000698236 00000 n -0000006823 00000 n -0000006978 00000 n -0000165079 00000 n -0000698143 00000 n -0000007027 00000 n -0000007192 00000 n -0000168952 00000 n -0000698050 00000 n -0000007241 00000 n -0000007460 00000 n -0000173869 00000 n -0000697957 00000 n -0000007509 00000 n -0000007644 00000 n -0000178529 00000 n -0000697864 00000 n -0000007693 00000 n -0000007820 00000 n -0000187907 00000 n -0000697785 00000 n -0000007869 00000 n -0000008009 00000 n -0000193375 00000 n -0000697652 00000 n -0000008056 00000 n -0000008164 00000 n -0000193438 00000 n -0000697573 00000 n -0000008213 00000 n -0000008396 00000 n -0000193501 00000 n -0000697480 00000 n -0000008445 00000 n -0000008651 00000 n -0000197953 00000 n -0000697387 00000 n -0000008700 00000 n -0000008860 00000 n -0000202305 00000 n -0000697294 00000 n -0000008909 00000 n -0000009082 00000 n -0000205314 00000 n -0000697201 00000 n -0000009131 00000 n -0000009243 00000 n -0000205377 00000 n -0000697108 00000 n -0000009292 00000 n -0000009452 00000 n -0000208955 00000 n -0000697015 00000 n -0000009501 00000 n -0000009646 00000 n -0000213552 00000 n -0000696922 00000 n -0000009695 00000 n -0000009827 00000 n -0000217705 00000 n -0000696843 00000 n -0000009876 00000 n -0000010021 00000 n -0000222912 00000 n -0000696710 00000 n -0000010068 00000 n -0000010247 00000 n -0000222975 00000 n -0000696631 00000 n -0000010296 00000 n -0000010517 00000 n -0000228897 00000 n -0000696538 00000 n -0000010566 00000 n -0000010810 00000 n -0000233496 00000 n -0000696445 00000 n -0000010859 00000 n -0000011057 00000 n -0000237051 00000 n -0000696352 00000 n -0000011106 00000 n -0000011317 00000 n -0000237114 00000 n -0000696259 00000 n -0000011366 00000 n -0000011516 00000 n -0000240869 00000 n -0000696166 00000 n -0000011565 00000 n -0000011763 00000 n -0000240932 00000 n -0000696073 00000 n -0000011812 00000 n -0000011995 00000 n -0000246792 00000 n -0000695994 00000 n -0000012044 00000 n -0000012199 00000 n -0000249718 00000 n -0000695861 00000 n -0000012246 00000 n -0000012364 00000 n -0000249781 00000 n -0000695782 00000 n -0000012413 00000 n -0000012606 00000 n -0000249844 00000 n -0000695689 00000 n -0000012655 00000 n -0000012792 00000 n -0000253663 00000 n -0000695596 00000 n -0000012841 00000 n -0000013024 00000 n -0000256670 00000 n -0000695503 00000 n -0000013073 00000 n -0000013195 00000 n -0000256733 00000 n -0000695410 00000 n -0000013244 00000 n -0000013414 00000 n -0000260264 00000 n -0000695317 00000 n -0000013463 00000 n -0000013618 00000 n -0000264882 00000 n -0000695224 00000 n -0000013667 00000 n -0000013809 00000 n -0000268185 00000 n -0000695145 00000 n -0000013858 00000 n -0000014013 00000 n -0000272597 00000 n -0000695012 00000 n -0000014061 00000 n -0000014250 00000 n -0000272660 00000 n -0000694933 00000 n -0000014300 00000 n -0000014501 00000 n -0000272723 00000 n -0000694840 00000 n -0000014551 00000 n -0000014742 00000 n -0000276951 00000 n -0000694747 00000 n -0000014792 00000 n -0000014922 00000 n -0000280720 00000 n -0000694654 00000 n -0000014972 00000 n -0000015102 00000 n -0000285179 00000 n -0000694561 00000 n -0000015152 00000 n -0000015292 00000 n -0000289209 00000 n -0000694468 00000 n -0000015342 00000 n -0000015589 00000 n -0000293837 00000 n -0000694375 00000 n -0000015639 00000 n -0000015782 00000 n -0000299261 00000 n -0000694282 00000 n -0000015832 00000 n -0000015990 00000 n -0000304030 00000 n -0000694203 00000 n -0000016040 00000 n -0000016190 00000 n -0000309145 00000 n -0000694069 00000 n -0000016238 00000 n -0000016412 00000 n -0000309208 00000 n -0000693990 00000 n -0000016462 00000 n -0000016650 00000 n -0000309271 00000 n -0000693897 00000 n -0000016700 00000 n -0000016878 00000 n -0000313522 00000 n -0000693804 00000 n -0000016928 00000 n -0000017045 00000 n -0000313585 00000 n -0000693711 00000 n -0000017095 00000 n -0000017212 00000 n -0000321449 00000 n -0000693618 00000 n -0000017262 00000 n -0000017389 00000 n -0000321512 00000 n -0000693525 00000 n -0000017439 00000 n -0000017673 00000 n -0000326128 00000 n -0000693432 00000 n -0000017723 00000 n -0000017853 00000 n -0000330992 00000 n -0000693339 00000 n -0000017903 00000 n -0000018096 00000 n -0000340405 00000 n -0000693246 00000 n -0000018146 00000 n -0000018291 00000 n -0000340468 00000 n -0000693167 00000 n -0000018342 00000 n -0000018479 00000 n -0000346454 00000 n -0000693034 00000 n -0000018527 00000 n -0000018673 00000 n -0000346517 00000 n -0000692955 00000 n -0000018723 00000 n -0000018911 00000 n -0000346580 00000 n -0000692862 00000 n -0000018961 00000 n -0000019167 00000 n -0000350275 00000 n -0000692769 00000 n -0000019217 00000 n -0000019362 00000 n -0000350338 00000 n -0000692676 00000 n -0000019412 00000 n -0000019557 00000 n -0000358649 00000 n -0000692583 00000 n -0000019607 00000 n -0000019833 00000 n -0000363780 00000 n -0000692490 00000 n -0000019883 00000 n -0000020056 00000 n -0000367849 00000 n -0000692411 00000 n -0000020106 00000 n -0000020271 00000 n -0000371166 00000 n -0000692317 00000 n -0000020319 00000 n -0000020490 00000 n -0000377290 00000 n -0000692184 00000 n -0000020538 00000 n -0000020689 00000 n -0000377354 00000 n -0000692119 00000 n -0000020739 00000 n -0000020836 00000 n -0000384887 00000 n -0000691986 00000 n -0000020884 00000 n -0000020982 00000 n -0000384951 00000 n -0000691921 00000 n -0000021032 00000 n -0000021187 00000 n -0000389324 00000 n -0000691788 00000 n -0000021235 00000 n -0000021343 00000 n -0000389388 00000 n -0000691709 00000 n -0000021393 00000 n -0000021500 00000 n -0000389452 00000 n -0000691630 00000 n -0000021550 00000 n -0000021672 00000 n -0000393020 00000 n -0000691536 00000 n -0000021720 00000 n -0000021881 00000 n -0000395578 00000 n -0000691416 00000 n -0000021929 00000 n -0000022039 00000 n -0000395642 00000 n -0000691298 00000 n -0000022089 00000 n -0000022351 00000 n -0000395706 00000 n -0000691219 00000 n -0000022406 00000 n -0000022642 00000 n -0000422180 00000 n -0000691126 00000 n -0000022697 00000 n -0000022913 00000 n -0000424920 00000 n -0000691033 00000 n -0000022968 00000 n -0000023191 00000 n -0000427732 00000 n -0000690940 00000 n -0000023246 00000 n -0000023480 00000 n -0000427796 00000 n -0000690861 00000 n -0000023535 00000 n -0000023700 00000 n -0000432562 00000 n -0000690768 00000 n -0000023750 00000 n -0000023972 00000 n -0000435926 00000 n -0000690675 00000 n -0000024022 00000 n -0000024269 00000 n -0000442284 00000 n -0000690582 00000 n -0000024319 00000 n -0000024521 00000 n -0000452812 00000 n -0000690489 00000 n -0000024571 00000 n -0000024755 00000 n -0000467184 00000 n -0000690396 00000 n -0000024805 00000 n -0000024994 00000 n -0000478307 00000 n -0000690303 00000 n -0000025044 00000 n -0000025304 00000 n -0000484428 00000 n -0000690210 00000 n -0000025354 00000 n -0000025553 00000 n -0000491359 00000 n -0000690117 00000 n -0000025603 00000 n -0000025845 00000 n -0000491423 00000 n -0000690024 00000 n -0000025896 00000 n -0000026166 00000 n -0000504791 00000 n -0000689931 00000 n -0000026217 00000 n -0000026472 00000 n -0000518549 00000 n -0000689838 00000 n -0000026523 00000 n -0000026750 00000 n -0000528146 00000 n -0000689745 00000 n -0000026801 00000 n -0000027053 00000 n -0000530560 00000 n -0000689652 00000 n -0000027104 00000 n -0000027336 00000 n -0000533612 00000 n -0000689559 00000 n -0000027387 00000 n -0000027566 00000 n -0000536453 00000 n -0000689466 00000 n -0000027617 00000 n -0000027806 00000 n -0000536517 00000 n -0000689387 00000 n -0000027857 00000 n -0000028094 00000 n -0000029432 00000 n -0000029598 00000 n -0000029909 00000 n -0000028146 00000 n -0000029783 00000 n -0000029846 00000 n -0000617866 00000 n -0000614244 00000 n -0000607239 00000 n -0000603241 00000 n -0000686769 00000 n -0000029569 00000 n -0000032051 00000 n -0000032203 00000 n -0000032358 00000 n -0000032513 00000 n -0000032668 00000 n -0000032822 00000 n -0000032975 00000 n -0000033126 00000 n -0000033281 00000 n -0000033436 00000 n -0000033588 00000 n -0000033743 00000 n -0000033898 00000 n -0000034050 00000 n -0000034204 00000 n -0000034359 00000 n -0000034513 00000 n -0000034665 00000 n -0000034819 00000 n -0000034973 00000 n -0000035124 00000 n -0000035279 00000 n -0000035433 00000 n -0000035588 00000 n -0000035743 00000 n -0000035898 00000 n -0000036053 00000 n -0000036208 00000 n -0000036363 00000 n -0000039208 00000 n -0000039360 00000 n -0000039514 00000 n -0000039669 00000 n -0000039824 00000 n -0000036644 00000 n -0000031661 00000 n -0000030020 00000 n -0000036518 00000 n -0000036581 00000 n -0000600427 00000 n -0000592321 00000 n -0000584922 00000 n -0000574207 00000 n -0000031798 00000 n -0000039978 00000 n -0000040132 00000 n -0000040285 00000 n -0000040440 00000 n -0000040595 00000 n -0000040749 00000 n -0000040901 00000 n -0000041056 00000 n -0000041211 00000 n -0000041366 00000 n -0000041520 00000 n -0000041675 00000 n -0000041830 00000 n -0000041984 00000 n -0000042139 00000 n -0000042294 00000 n -0000042446 00000 n -0000042601 00000 n -0000042755 00000 n -0000042909 00000 n -0000043064 00000 n -0000043219 00000 n -0000043374 00000 n -0000043528 00000 n -0000043683 00000 n -0000043835 00000 n -0000043990 00000 n -0000044143 00000 n -0000044298 00000 n -0000044452 00000 n -0000044607 00000 n -0000044762 00000 n -0000044916 00000 n -0000045071 00000 n -0000045224 00000 n -0000045379 00000 n -0000045532 00000 n -0000048406 00000 n -0000048562 00000 n -0000048718 00000 n -0000045749 00000 n -0000038714 00000 n -0000036755 00000 n -0000045686 00000 n -0000567241 00000 n -0000038851 00000 n -0000048872 00000 n -0000049027 00000 n -0000049182 00000 n -0000049336 00000 n -0000049488 00000 n -0000049643 00000 n -0000049799 00000 n -0000049955 00000 n -0000050111 00000 n -0000050267 00000 n -0000050423 00000 n -0000050579 00000 n -0000050735 00000 n -0000050891 00000 n -0000051048 00000 n -0000051200 00000 n -0000051355 00000 n -0000051511 00000 n -0000051667 00000 n -0000051823 00000 n -0000051979 00000 n -0000052135 00000 n -0000052290 00000 n -0000052442 00000 n -0000052595 00000 n -0000052751 00000 n -0000052903 00000 n -0000053058 00000 n -0000053211 00000 n -0000053367 00000 n -0000053523 00000 n -0000053676 00000 n -0000053829 00000 n -0000053984 00000 n -0000054146 00000 n -0000054306 00000 n -0000056166 00000 n -0000056328 00000 n -0000056490 00000 n -0000054529 00000 n -0000047936 00000 n -0000045860 00000 n -0000054466 00000 n -0000048073 00000 n -0000056646 00000 n -0000056802 00000 n -0000056958 00000 n -0000057114 00000 n -0000057270 00000 n -0000057426 00000 n -0000057582 00000 n -0000057738 00000 n -0000057895 00000 n -0000058052 00000 n -0000058209 00000 n -0000058366 00000 n -0000058523 00000 n -0000058680 00000 n -0000058836 00000 n -0000059055 00000 n -0000055864 00000 n -0000054640 00000 n -0000058992 00000 n -0000056001 00000 n -0000063119 00000 n -0000062752 00000 n +0000002044 00000 n +0000088923 00000 n +0000815995 00000 n +0000002092 00000 n +0000002317 00000 n +0000091665 00000 n +0000815869 00000 n +0000002363 00000 n +0000002503 00000 n +0000091727 00000 n +0000815795 00000 n +0000002551 00000 n +0000002662 00000 n +0000091789 00000 n +0000815721 00000 n +0000002710 00000 n +0000002801 00000 n +0000096843 00000 n +0000815595 00000 n +0000002847 00000 n +0000003012 00000 n +0000096905 00000 n +0000815521 00000 n +0000003060 00000 n +0000003242 00000 n +0000096967 00000 n +0000815434 00000 n +0000003290 00000 n +0000003416 00000 n +0000100302 00000 n +0000815347 00000 n +0000003464 00000 n +0000003646 00000 n +0000100364 00000 n +0000815260 00000 n +0000003694 00000 n +0000003805 00000 n +0000104551 00000 n +0000815173 00000 n +0000003853 00000 n +0000004012 00000 n +0000108988 00000 n +0000815099 00000 n +0000004060 00000 n +0000004227 00000 n +0000115707 00000 n +0000814971 00000 n +0000004273 00000 n +0000004393 00000 n +0000115769 00000 n +0000814897 00000 n +0000004441 00000 n +0000004641 00000 n +0000119206 00000 n +0000814810 00000 n +0000004689 00000 n +0000004879 00000 n +0000122261 00000 n +0000814723 00000 n +0000004927 00000 n +0000005056 00000 n +0000122323 00000 n +0000814634 00000 n +0000005104 00000 n +0000005282 00000 n +0000126185 00000 n +0000814543 00000 n +0000005331 00000 n +0000005443 00000 n +0000134673 00000 n +0000814451 00000 n +0000005492 00000 n +0000005734 00000 n +0000138852 00000 n +0000814359 00000 n +0000005783 00000 n +0000005941 00000 n +0000143153 00000 n +0000814267 00000 n +0000005990 00000 n +0000006140 00000 n +0000157319 00000 n +0000814189 00000 n +0000006189 00000 n +0000006352 00000 n +0000166043 00000 n +0000814057 00000 n +0000006399 00000 n +0000006502 00000 n +0000166106 00000 n +0000813978 00000 n +0000006551 00000 n +0000006729 00000 n +0000169067 00000 n +0000813885 00000 n +0000006778 00000 n +0000006946 00000 n +0000169130 00000 n +0000813792 00000 n +0000006995 00000 n +0000007102 00000 n +0000172720 00000 n +0000813699 00000 n +0000007151 00000 n +0000007306 00000 n +0000176849 00000 n +0000813606 00000 n +0000007355 00000 n +0000007520 00000 n +0000180722 00000 n +0000813513 00000 n +0000007569 00000 n +0000007788 00000 n +0000185639 00000 n +0000813420 00000 n +0000007837 00000 n +0000007972 00000 n +0000190297 00000 n +0000813327 00000 n +0000008021 00000 n +0000008148 00000 n +0000199675 00000 n +0000813248 00000 n +0000008197 00000 n +0000008337 00000 n +0000205142 00000 n +0000813115 00000 n +0000008384 00000 n +0000008492 00000 n +0000205205 00000 n +0000813036 00000 n +0000008541 00000 n +0000008724 00000 n +0000205268 00000 n +0000812943 00000 n +0000008773 00000 n +0000008979 00000 n +0000209720 00000 n +0000812850 00000 n +0000009028 00000 n +0000009188 00000 n +0000214071 00000 n +0000812757 00000 n +0000009237 00000 n +0000009410 00000 n +0000217081 00000 n +0000812664 00000 n +0000009459 00000 n +0000009571 00000 n +0000217144 00000 n +0000812571 00000 n +0000009620 00000 n +0000009780 00000 n +0000220721 00000 n +0000812478 00000 n +0000009829 00000 n +0000009974 00000 n +0000225317 00000 n +0000812385 00000 n +0000010023 00000 n +0000010155 00000 n +0000229470 00000 n +0000812306 00000 n +0000010204 00000 n +0000010349 00000 n +0000234677 00000 n +0000812173 00000 n +0000010396 00000 n +0000010575 00000 n +0000234740 00000 n +0000812094 00000 n +0000010624 00000 n +0000010845 00000 n +0000240662 00000 n +0000812001 00000 n +0000010894 00000 n +0000011138 00000 n +0000245260 00000 n +0000811908 00000 n +0000011187 00000 n +0000011385 00000 n +0000248814 00000 n +0000811815 00000 n +0000011434 00000 n +0000011645 00000 n +0000248877 00000 n +0000811722 00000 n +0000011694 00000 n +0000011844 00000 n +0000252632 00000 n +0000811629 00000 n +0000011893 00000 n +0000012091 00000 n +0000252695 00000 n +0000811536 00000 n +0000012140 00000 n +0000012323 00000 n +0000258555 00000 n +0000811457 00000 n +0000012372 00000 n +0000012527 00000 n +0000261481 00000 n +0000811324 00000 n +0000012574 00000 n +0000012692 00000 n +0000261544 00000 n +0000811245 00000 n +0000012741 00000 n +0000012934 00000 n +0000261607 00000 n +0000811152 00000 n +0000012983 00000 n +0000013120 00000 n +0000265425 00000 n +0000811059 00000 n +0000013169 00000 n +0000013352 00000 n +0000268431 00000 n +0000810966 00000 n +0000013401 00000 n +0000013523 00000 n +0000268494 00000 n +0000810873 00000 n +0000013572 00000 n +0000013742 00000 n +0000272028 00000 n +0000810780 00000 n +0000013791 00000 n +0000013946 00000 n +0000276652 00000 n +0000810687 00000 n +0000013995 00000 n +0000014137 00000 n +0000279964 00000 n +0000810608 00000 n +0000014186 00000 n +0000014341 00000 n +0000284393 00000 n +0000810475 00000 n +0000014389 00000 n +0000014578 00000 n +0000284457 00000 n +0000810396 00000 n +0000014628 00000 n +0000014829 00000 n +0000284521 00000 n +0000810303 00000 n +0000014879 00000 n +0000015070 00000 n +0000288756 00000 n +0000810210 00000 n +0000015120 00000 n +0000015250 00000 n +0000292535 00000 n +0000810117 00000 n +0000015300 00000 n +0000015430 00000 n +0000297002 00000 n +0000810024 00000 n +0000015480 00000 n +0000015620 00000 n +0000301040 00000 n +0000809931 00000 n +0000015670 00000 n +0000015917 00000 n +0000305679 00000 n +0000809838 00000 n +0000015967 00000 n +0000016110 00000 n +0000311110 00000 n +0000809745 00000 n +0000016160 00000 n +0000016318 00000 n +0000315888 00000 n +0000809666 00000 n +0000016368 00000 n +0000016518 00000 n +0000321020 00000 n +0000809532 00000 n +0000016566 00000 n +0000016740 00000 n +0000321084 00000 n +0000809453 00000 n +0000016790 00000 n +0000016978 00000 n +0000321148 00000 n +0000809360 00000 n +0000017028 00000 n +0000017206 00000 n +0000325408 00000 n +0000809267 00000 n +0000017256 00000 n +0000017373 00000 n +0000325472 00000 n +0000809174 00000 n +0000017423 00000 n +0000017540 00000 n +0000333352 00000 n +0000809081 00000 n +0000017590 00000 n +0000017717 00000 n +0000333416 00000 n +0000808988 00000 n +0000017767 00000 n +0000018001 00000 n +0000338054 00000 n +0000808895 00000 n +0000018051 00000 n +0000018181 00000 n +0000342927 00000 n +0000808802 00000 n +0000018231 00000 n +0000018424 00000 n +0000352357 00000 n +0000808709 00000 n +0000018474 00000 n +0000018619 00000 n +0000352421 00000 n +0000808630 00000 n +0000018670 00000 n +0000018807 00000 n +0000358421 00000 n +0000808497 00000 n +0000018855 00000 n +0000019001 00000 n +0000358485 00000 n +0000808418 00000 n +0000019051 00000 n +0000019239 00000 n +0000358549 00000 n +0000808325 00000 n +0000019289 00000 n +0000019495 00000 n +0000362246 00000 n +0000808232 00000 n +0000019545 00000 n +0000019690 00000 n +0000362309 00000 n +0000808139 00000 n +0000019740 00000 n +0000019885 00000 n +0000370619 00000 n +0000808046 00000 n +0000019935 00000 n +0000020161 00000 n +0000375749 00000 n +0000807953 00000 n +0000020211 00000 n +0000020384 00000 n +0000379818 00000 n +0000807874 00000 n +0000020434 00000 n +0000020599 00000 n +0000384090 00000 n +0000807741 00000 n +0000020647 00000 n +0000020823 00000 n +0000384154 00000 n +0000807662 00000 n +0000020873 00000 n +0000021048 00000 n +0000388101 00000 n +0000807569 00000 n +0000021098 00000 n +0000021268 00000 n +0000398565 00000 n +0000807476 00000 n +0000021318 00000 n +0000021546 00000 n +0000410418 00000 n +0000807383 00000 n +0000021596 00000 n +0000021781 00000 n +0000423243 00000 n +0000807251 00000 n +0000021831 00000 n +0000022014 00000 n +0000423307 00000 n +0000807172 00000 n +0000022069 00000 n +0000022239 00000 n +0000426982 00000 n +0000807079 00000 n +0000022294 00000 n +0000022497 00000 n +0000427046 00000 n +0000806986 00000 n +0000022552 00000 n +0000022674 00000 n +0000430937 00000 n +0000806893 00000 n +0000022729 00000 n +0000022987 00000 n +0000435354 00000 n +0000806800 00000 n +0000023042 00000 n +0000023182 00000 n +0000440870 00000 n +0000806721 00000 n +0000023237 00000 n +0000023331 00000 n +0000446047 00000 n +0000806642 00000 n +0000023381 00000 n +0000023572 00000 n +0000451245 00000 n +0000806548 00000 n +0000023620 00000 n +0000023791 00000 n +0000457372 00000 n +0000806415 00000 n +0000023839 00000 n +0000023990 00000 n +0000457436 00000 n +0000806350 00000 n +0000024040 00000 n +0000024137 00000 n +0000464973 00000 n +0000806217 00000 n +0000024185 00000 n +0000024283 00000 n +0000465037 00000 n +0000806152 00000 n +0000024333 00000 n +0000024488 00000 n +0000469414 00000 n +0000806019 00000 n +0000024536 00000 n +0000024644 00000 n +0000469478 00000 n +0000805940 00000 n +0000024694 00000 n +0000024801 00000 n +0000469542 00000 n +0000805861 00000 n +0000024851 00000 n +0000024973 00000 n +0000473112 00000 n +0000805767 00000 n +0000025021 00000 n +0000025182 00000 n +0000475500 00000 n +0000805647 00000 n +0000025230 00000 n +0000025340 00000 n +0000475564 00000 n +0000805529 00000 n +0000025390 00000 n +0000025652 00000 n +0000475628 00000 n +0000805450 00000 n +0000025707 00000 n +0000025872 00000 n +0000482478 00000 n +0000805357 00000 n +0000025927 00000 n +0000026163 00000 n +0000505073 00000 n +0000805264 00000 n +0000026218 00000 n +0000026406 00000 n +0000505137 00000 n +0000805171 00000 n +0000026461 00000 n +0000026677 00000 n +0000507724 00000 n +0000805078 00000 n +0000026732 00000 n +0000026955 00000 n +0000510946 00000 n +0000804985 00000 n +0000027010 00000 n +0000027239 00000 n +0000511010 00000 n +0000804892 00000 n +0000027294 00000 n +0000027525 00000 n +0000514119 00000 n +0000804813 00000 n +0000027580 00000 n +0000027814 00000 n +0000516817 00000 n +0000804720 00000 n +0000027864 00000 n +0000028086 00000 n +0000520282 00000 n +0000804627 00000 n +0000028136 00000 n +0000028383 00000 n +0000523167 00000 n +0000804534 00000 n +0000028433 00000 n +0000028635 00000 n +0000537320 00000 n +0000804441 00000 n +0000028685 00000 n +0000028869 00000 n +0000551770 00000 n +0000804348 00000 n +0000028919 00000 n +0000029108 00000 n +0000558732 00000 n +0000804255 00000 n +0000029158 00000 n +0000029418 00000 n +0000565905 00000 n +0000804162 00000 n +0000029468 00000 n +0000029667 00000 n +0000575894 00000 n +0000804069 00000 n +0000029717 00000 n +0000029959 00000 n +0000575958 00000 n +0000803976 00000 n +0000030010 00000 n +0000030280 00000 n +0000589023 00000 n +0000803883 00000 n +0000030331 00000 n +0000030586 00000 n +0000602826 00000 n +0000803790 00000 n +0000030637 00000 n +0000030864 00000 n +0000610112 00000 n +0000803697 00000 n +0000030915 00000 n +0000031172 00000 n +0000624389 00000 n +0000803604 00000 n +0000031223 00000 n +0000031475 00000 n +0000626693 00000 n +0000803511 00000 n +0000031526 00000 n +0000031758 00000 n +0000629537 00000 n +0000803418 00000 n +0000031809 00000 n +0000031988 00000 n +0000632420 00000 n +0000803325 00000 n +0000032039 00000 n +0000032228 00000 n +0000634401 00000 n +0000803246 00000 n +0000032279 00000 n +0000032516 00000 n +0000033762 00000 n +0000033928 00000 n +0000034240 00000 n +0000032568 00000 n +0000034114 00000 n +0000034177 00000 n +0000730856 00000 n +0000727513 00000 n +0000720461 00000 n +0000716678 00000 n +0000800246 00000 n +0000033899 00000 n +0000036463 00000 n +0000036615 00000 n +0000036770 00000 n +0000036925 00000 n +0000037080 00000 n +0000037234 00000 n +0000037387 00000 n +0000037538 00000 n +0000037693 00000 n +0000037848 00000 n +0000038003 00000 n +0000038155 00000 n +0000038310 00000 n +0000038465 00000 n +0000038617 00000 n +0000038771 00000 n +0000038925 00000 n +0000039079 00000 n +0000039232 00000 n +0000039387 00000 n +0000039541 00000 n +0000039693 00000 n +0000039848 00000 n +0000040002 00000 n +0000040157 00000 n +0000040312 00000 n +0000040467 00000 n +0000040622 00000 n +0000040777 00000 n +0000040932 00000 n +0000043777 00000 n +0000043929 00000 n +0000044083 00000 n +0000044238 00000 n +0000041213 00000 n +0000036065 00000 n +0000034351 00000 n +0000041087 00000 n +0000041150 00000 n +0000714487 00000 n +0000706287 00000 n +0000698648 00000 n +0000687829 00000 n +0000036202 00000 n +0000044393 00000 n +0000044547 00000 n +0000044701 00000 n +0000044854 00000 n +0000045009 00000 n +0000045164 00000 n +0000045318 00000 n +0000045470 00000 n +0000045625 00000 n +0000045780 00000 n +0000045935 00000 n +0000046089 00000 n +0000046244 00000 n +0000046399 00000 n +0000046553 00000 n +0000046708 00000 n +0000046863 00000 n +0000047015 00000 n +0000047170 00000 n +0000047324 00000 n +0000047478 00000 n +0000047633 00000 n +0000047788 00000 n +0000047943 00000 n +0000048097 00000 n +0000048252 00000 n +0000048404 00000 n +0000048559 00000 n +0000048712 00000 n +0000048867 00000 n +0000049021 00000 n +0000049176 00000 n +0000049331 00000 n +0000049485 00000 n +0000049640 00000 n +0000049793 00000 n +0000049948 00000 n +0000050101 00000 n +0000053047 00000 n +0000053203 00000 n +0000053359 00000 n +0000050318 00000 n +0000043283 00000 n +0000041324 00000 n +0000050255 00000 n +0000680863 00000 n +0000043420 00000 n +0000053513 00000 n +0000053668 00000 n +0000053823 00000 n +0000053977 00000 n +0000054129 00000 n +0000054284 00000 n +0000054440 00000 n +0000054596 00000 n +0000054752 00000 n +0000054908 00000 n +0000055064 00000 n +0000055220 00000 n +0000055376 00000 n +0000055532 00000 n +0000055689 00000 n +0000055841 00000 n +0000055996 00000 n +0000056152 00000 n +0000056308 00000 n +0000056464 00000 n +0000056620 00000 n +0000056776 00000 n +0000056931 00000 n +0000057083 00000 n +0000057239 00000 n +0000057395 00000 n +0000057551 00000 n +0000057707 00000 n +0000057863 00000 n +0000058025 00000 n +0000058187 00000 n +0000058348 00000 n +0000058509 00000 n +0000058671 00000 n +0000058832 00000 n +0000058988 00000 n 0000059140 00000 n -0000062873 00000 n -0000557117 00000 n -0000686047 00000 n -0000066858 00000 n -0000066612 00000 n -0000063256 00000 n -0000066733 00000 n -0000070394 00000 n -0000070086 00000 n -0000066969 00000 n -0000070207 00000 n -0000072308 00000 n -0000072124 00000 n -0000070518 00000 n -0000072245 00000 n -0000075899 00000 n -0000075529 00000 n -0000072419 00000 n -0000075650 00000 n -0000686336 00000 n -0000077289 00000 n -0000077105 00000 n -0000076036 00000 n -0000077226 00000 n -0000546050 00000 n -0000686922 00000 n -0000080090 00000 n -0000079720 00000 n -0000077400 00000 n -0000079841 00000 n -0000081737 00000 n -0000081553 00000 n -0000080227 00000 n -0000081674 00000 n -0000686192 00000 n -0000085268 00000 n -0000084898 00000 n -0000081887 00000 n -0000085019 00000 n -0000088666 00000 n -0000088358 00000 n -0000085405 00000 n -0000088479 00000 n -0000092853 00000 n -0000092607 00000 n -0000088829 00000 n -0000092728 00000 n -0000097291 00000 n -0000097045 00000 n -0000093016 00000 n +0000059291 00000 n +0000062029 00000 n +0000062182 00000 n +0000062337 00000 n +0000059507 00000 n +0000052561 00000 n +0000050429 00000 n +0000059444 00000 n +0000052698 00000 n +0000062490 00000 n +0000062646 00000 n +0000062802 00000 n +0000062955 00000 n +0000063108 00000 n +0000063263 00000 n +0000063425 00000 n +0000063587 00000 n +0000063749 00000 n +0000063911 00000 n +0000064072 00000 n +0000064233 00000 n +0000064395 00000 n +0000064556 00000 n +0000064712 00000 n +0000064868 00000 n +0000065024 00000 n +0000065180 00000 n +0000065336 00000 n +0000065492 00000 n +0000065648 00000 n +0000065804 00000 n +0000065961 00000 n +0000066118 00000 n +0000066274 00000 n +0000066429 00000 n +0000066585 00000 n +0000066741 00000 n +0000066898 00000 n +0000067055 00000 n +0000067275 00000 n +0000061607 00000 n +0000059618 00000 n +0000067212 00000 n +0000061744 00000 n +0000071365 00000 n +0000070998 00000 n +0000067386 00000 n +0000071119 00000 n +0000670739 00000 n +0000799524 00000 n +0000075104 00000 n +0000074858 00000 n +0000071502 00000 n +0000074979 00000 n +0000078640 00000 n +0000078332 00000 n +0000075215 00000 n +0000078453 00000 n +0000080554 00000 n +0000080370 00000 n +0000078764 00000 n +0000080491 00000 n +0000084614 00000 n +0000084306 00000 n +0000080665 00000 n +0000084427 00000 n +0000799813 00000 n +0000799669 00000 n +0000088985 00000 n +0000088677 00000 n +0000084764 00000 n +0000088798 00000 n +0000659374 00000 n +0000654298 00000 n +0000800399 00000 n +0000091851 00000 n +0000091481 00000 n +0000089161 00000 n +0000091602 00000 n +0000093498 00000 n +0000093314 00000 n +0000091988 00000 n +0000093435 00000 n +0000097029 00000 n +0000096659 00000 n +0000093648 00000 n +0000096780 00000 n +0000100426 00000 n +0000100118 00000 n 0000097166 00000 n -0000100530 00000 n -0000100346 00000 n -0000097454 00000 n -0000100467 00000 n -0000104072 00000 n -0000103764 00000 n -0000100667 00000 n -0000103885 00000 n -0000541790 00000 n -0000686624 00000 n -0000107509 00000 n -0000107263 00000 n -0000104209 00000 n -0000107384 00000 n -0000110625 00000 n -0000110317 00000 n -0000107672 00000 n -0000110438 00000 n -0000687075 00000 n -0000114488 00000 n -0000114242 00000 n -0000110788 00000 n -0000114363 00000 n -0000118762 00000 n -0000118578 00000 n -0000114664 00000 n -0000118699 00000 n -0000122975 00000 n -0000122728 00000 n -0000118912 00000 n -0000122849 00000 n -0000127144 00000 n -0000126897 00000 n -0000123151 00000 n -0000127018 00000 n -0000131445 00000 n -0000131198 00000 n -0000127307 00000 n -0000131319 00000 n -0000136618 00000 n -0000136434 00000 n -0000131595 00000 n -0000136555 00000 n -0000142282 00000 n -0000142098 00000 n -0000136781 00000 n -0000142219 00000 n -0000145610 00000 n -0000145363 00000 n -0000142445 00000 n -0000145484 00000 n -0000685902 00000 n -0000149405 00000 n -0000149221 00000 n -0000145786 00000 n -0000149342 00000 n -0000151028 00000 n -0000150844 00000 n -0000149568 00000 n -0000150965 00000 n -0000687228 00000 n -0000154399 00000 n -0000154089 00000 n -0000151152 00000 n -0000154210 00000 n -0000539753 00000 n -0000157423 00000 n -0000157113 00000 n -0000154536 00000 n -0000157234 00000 n -0000161013 00000 n -0000160766 00000 n -0000157573 00000 n -0000160887 00000 n -0000165142 00000 n -0000164895 00000 n +0000100239 00000 n +0000104613 00000 n +0000104367 00000 n +0000100589 00000 n +0000104488 00000 n +0000109050 00000 n +0000108804 00000 n +0000104776 00000 n +0000108925 00000 n +0000112287 00000 n +0000112103 00000 n +0000109213 00000 n +0000112224 00000 n +0000115831 00000 n +0000115523 00000 n +0000112424 00000 n +0000115644 00000 n +0000650917 00000 n +0000800101 00000 n +0000119268 00000 n +0000119022 00000 n +0000115968 00000 n +0000119143 00000 n +0000122385 00000 n +0000122077 00000 n +0000119431 00000 n +0000122198 00000 n +0000800552 00000 n +0000126248 00000 n +0000126001 00000 n +0000122548 00000 n +0000126122 00000 n +0000130522 00000 n +0000130338 00000 n +0000126424 00000 n +0000130459 00000 n +0000134736 00000 n +0000134489 00000 n +0000130672 00000 n +0000134610 00000 n +0000138915 00000 n +0000138668 00000 n +0000134912 00000 n +0000138789 00000 n +0000143216 00000 n +0000142969 00000 n +0000139078 00000 n +0000143090 00000 n +0000148389 00000 n +0000148205 00000 n +0000143366 00000 n +0000148326 00000 n +0000154054 00000 n +0000153870 00000 n +0000148552 00000 n +0000153991 00000 n +0000157382 00000 n +0000157135 00000 n +0000154217 00000 n +0000157256 00000 n +0000799379 00000 n 0000161176 00000 n -0000165016 00000 n -0000169015 00000 n -0000168768 00000 n -0000165292 00000 n -0000168889 00000 n -0000173932 00000 n -0000173685 00000 n -0000169178 00000 n -0000173806 00000 n -0000178591 00000 n -0000178345 00000 n -0000174095 00000 n -0000178466 00000 n -0000184470 00000 n -0000184286 00000 n -0000178754 00000 n -0000184407 00000 n -0000187970 00000 n -0000187723 00000 n -0000184620 00000 n -0000187844 00000 n -0000191056 00000 n -0000190872 00000 n -0000188146 00000 n -0000190993 00000 n -0000687381 00000 n -0000193564 00000 n -0000193191 00000 n -0000191219 00000 n -0000193312 00000 n -0000198016 00000 n -0000197769 00000 n -0000193701 00000 n -0000197890 00000 n -0000685756 00000 n -0000202368 00000 n -0000202121 00000 n -0000198205 00000 n -0000202242 00000 n -0000205440 00000 n -0000205130 00000 n -0000202544 00000 n -0000205251 00000 n -0000209018 00000 n -0000208771 00000 n -0000205616 00000 n -0000208892 00000 n -0000213615 00000 n -0000213368 00000 n -0000209181 00000 n -0000213489 00000 n -0000217768 00000 n -0000217521 00000 n -0000213778 00000 n -0000217642 00000 n -0000220715 00000 n -0000220531 00000 n -0000217944 00000 n -0000220652 00000 n -0000223038 00000 n -0000222728 00000 n -0000220878 00000 n -0000222849 00000 n -0000686481 00000 n -0000228960 00000 n -0000228713 00000 n -0000223188 00000 n -0000228834 00000 n -0000687534 00000 n -0000233559 00000 n -0000233312 00000 n -0000229201 00000 n -0000233433 00000 n -0000237177 00000 n -0000236867 00000 n -0000233774 00000 n -0000236988 00000 n -0000240995 00000 n -0000240685 00000 n -0000237353 00000 n -0000240806 00000 n -0000246855 00000 n -0000246608 00000 n -0000241171 00000 n -0000246729 00000 n -0000249907 00000 n -0000249534 00000 n -0000247044 00000 n -0000249655 00000 n -0000253726 00000 n -0000253479 00000 n -0000250057 00000 n -0000253600 00000 n -0000256796 00000 n -0000256486 00000 n -0000253902 00000 n -0000256607 00000 n -0000260327 00000 n -0000260080 00000 n -0000256959 00000 n -0000260201 00000 n -0000264945 00000 n -0000264698 00000 n -0000260490 00000 n -0000264819 00000 n -0000268248 00000 n -0000268001 00000 n -0000265108 00000 n -0000268122 00000 n -0000687687 00000 n -0000270040 00000 n -0000269856 00000 n -0000268424 00000 n -0000269977 00000 n -0000272786 00000 n -0000272413 00000 n -0000270203 00000 n -0000272534 00000 n -0000277014 00000 n -0000276767 00000 n -0000272923 00000 n -0000276888 00000 n -0000280783 00000 n -0000280536 00000 n -0000277164 00000 n -0000280657 00000 n -0000285242 00000 n -0000284995 00000 n -0000280959 00000 n -0000285116 00000 n -0000289272 00000 n -0000289025 00000 n -0000285418 00000 n -0000289146 00000 n -0000293900 00000 n -0000293653 00000 n -0000289435 00000 n -0000293774 00000 n -0000299324 00000 n -0000299077 00000 n -0000294050 00000 n -0000299198 00000 n -0000304093 00000 n -0000303846 00000 n -0000299487 00000 n -0000303967 00000 n -0000306590 00000 n -0000306406 00000 n -0000304243 00000 n -0000306527 00000 n -0000687840 00000 n -0000309334 00000 n -0000308961 00000 n -0000306727 00000 n -0000309082 00000 n -0000313648 00000 n -0000313338 00000 n -0000309471 00000 n -0000313459 00000 n -0000317712 00000 n -0000317528 00000 n -0000313824 00000 n -0000317649 00000 n -0000321574 00000 n -0000321265 00000 n -0000317862 00000 n -0000321386 00000 n -0000326191 00000 n -0000325944 00000 n -0000321737 00000 n -0000326065 00000 n -0000331055 00000 n -0000330808 00000 n -0000326341 00000 n -0000330929 00000 n -0000335740 00000 n -0000335556 00000 n -0000331205 00000 n -0000335677 00000 n -0000340531 00000 n -0000340221 00000 n -0000335877 00000 n -0000340342 00000 n -0000343467 00000 n -0000343283 00000 n -0000340681 00000 n -0000343404 00000 n -0000346643 00000 n -0000346267 00000 n -0000343604 00000 n -0000346390 00000 n -0000687993 00000 n -0000350402 00000 n -0000350085 00000 n -0000346793 00000 n -0000350210 00000 n -0000354491 00000 n -0000354301 00000 n -0000350566 00000 n -0000354426 00000 n -0000358713 00000 n -0000358459 00000 n -0000354642 00000 n -0000358584 00000 n -0000363844 00000 n -0000363590 00000 n -0000358864 00000 n -0000363715 00000 n -0000367913 00000 n -0000367659 00000 n -0000363995 00000 n -0000367784 00000 n -0000371230 00000 n -0000370976 00000 n -0000368064 00000 n -0000371101 00000 n -0000372855 00000 n -0000372665 00000 n -0000371394 00000 n -0000372790 00000 n -0000377051 00000 n -0000377418 00000 n -0000376878 00000 n -0000372993 00000 n -0000377225 00000 n -0000377020 00000 n -0000381077 00000 n -0000380887 00000 n -0000377595 00000 n -0000381012 00000 n -0000385015 00000 n -0000384697 00000 n -0000381241 00000 n -0000384822 00000 n -0000688156 00000 n -0000386175 00000 n -0000385985 00000 n -0000385153 00000 n -0000386110 00000 n -0000389516 00000 n -0000389134 00000 n -0000386313 00000 n -0000389259 00000 n -0000393084 00000 n -0000392830 00000 n -0000389654 00000 n -0000392955 00000 n -0000395770 00000 n -0000395388 00000 n -0000393261 00000 n -0000395513 00000 n -0000400186 00000 n -0000399996 00000 n -0000395869 00000 n -0000400121 00000 n -0000402863 00000 n -0000402673 00000 n -0000400285 00000 n -0000402798 00000 n -0000405426 00000 n -0000405236 00000 n -0000402962 00000 n -0000405361 00000 n -0000408312 00000 n -0000408122 00000 n -0000405525 00000 n -0000408247 00000 n -0000411409 00000 n -0000411219 00000 n -0000408411 00000 n -0000411344 00000 n -0000414356 00000 n -0000414166 00000 n -0000411508 00000 n -0000414291 00000 n -0000688320 00000 n -0000417151 00000 n -0000416961 00000 n -0000414455 00000 n -0000417086 00000 n -0000419722 00000 n -0000419532 00000 n -0000417250 00000 n -0000419657 00000 n -0000422243 00000 n -0000421990 00000 n -0000419821 00000 n -0000422115 00000 n -0000424984 00000 n -0000424730 00000 n -0000422355 00000 n -0000424855 00000 n -0000427860 00000 n -0000427542 00000 n -0000425096 00000 n -0000427667 00000 n -0000430295 00000 n -0000430105 00000 n -0000427972 00000 n -0000430230 00000 n -0000432626 00000 n -0000432372 00000 n -0000430394 00000 n -0000432497 00000 n -0000435990 00000 n -0000435736 00000 n -0000432738 00000 n -0000435861 00000 n -0000438973 00000 n -0000438783 00000 n -0000436102 00000 n -0000438908 00000 n -0000442348 00000 n -0000442094 00000 n -0000439072 00000 n -0000442219 00000 n -0000688484 00000 n -0000445692 00000 n -0000445502 00000 n -0000442460 00000 n -0000445627 00000 n -0000449485 00000 n -0000449295 00000 n -0000445791 00000 n -0000449420 00000 n +0000160992 00000 n +0000157558 00000 n +0000161113 00000 n +0000162798 00000 n +0000162614 00000 n +0000161339 00000 n +0000162735 00000 n +0000800705 00000 n +0000166169 00000 n +0000165859 00000 n +0000162922 00000 n +0000165980 00000 n +0000169193 00000 n +0000168883 00000 n +0000166306 00000 n +0000169004 00000 n +0000172783 00000 n +0000172536 00000 n +0000169343 00000 n +0000172657 00000 n +0000176912 00000 n +0000176665 00000 n +0000172946 00000 n +0000176786 00000 n +0000180785 00000 n +0000180538 00000 n +0000177062 00000 n +0000180659 00000 n +0000185702 00000 n +0000185455 00000 n +0000180948 00000 n +0000185576 00000 n +0000190359 00000 n +0000190113 00000 n +0000185865 00000 n +0000190234 00000 n +0000196238 00000 n +0000196054 00000 n +0000190522 00000 n +0000196175 00000 n +0000199738 00000 n +0000199491 00000 n +0000196388 00000 n +0000199612 00000 n +0000202823 00000 n +0000202639 00000 n +0000199914 00000 n +0000202760 00000 n +0000800858 00000 n +0000205331 00000 n +0000204958 00000 n +0000202986 00000 n +0000205079 00000 n +0000209783 00000 n +0000209536 00000 n +0000205468 00000 n +0000209657 00000 n +0000799233 00000 n +0000214134 00000 n +0000213887 00000 n +0000209972 00000 n +0000214008 00000 n +0000217207 00000 n +0000216897 00000 n +0000214310 00000 n +0000217018 00000 n +0000220784 00000 n +0000220537 00000 n +0000217383 00000 n +0000220658 00000 n +0000225380 00000 n +0000225133 00000 n +0000220947 00000 n +0000225254 00000 n +0000229533 00000 n +0000229286 00000 n +0000225543 00000 n +0000229407 00000 n +0000232480 00000 n +0000232296 00000 n +0000229709 00000 n +0000232417 00000 n +0000234803 00000 n +0000234493 00000 n +0000232643 00000 n +0000234614 00000 n +0000799958 00000 n +0000240725 00000 n +0000240478 00000 n +0000234953 00000 n +0000240599 00000 n +0000801011 00000 n +0000245323 00000 n +0000245076 00000 n +0000240966 00000 n +0000245197 00000 n +0000248940 00000 n +0000248630 00000 n +0000245538 00000 n +0000248751 00000 n +0000252758 00000 n +0000252448 00000 n +0000249116 00000 n +0000252569 00000 n +0000258618 00000 n +0000258371 00000 n +0000252934 00000 n +0000258492 00000 n +0000261670 00000 n +0000261297 00000 n +0000258807 00000 n +0000261418 00000 n +0000265488 00000 n +0000265241 00000 n +0000261820 00000 n +0000265362 00000 n +0000268557 00000 n +0000268247 00000 n +0000265664 00000 n +0000268368 00000 n +0000272091 00000 n +0000271842 00000 n +0000268720 00000 n +0000271964 00000 n +0000276716 00000 n +0000276463 00000 n +0000272254 00000 n +0000276587 00000 n +0000280028 00000 n +0000279774 00000 n +0000276880 00000 n +0000279899 00000 n +0000801165 00000 n +0000281828 00000 n +0000281638 00000 n +0000280205 00000 n +0000281763 00000 n +0000284585 00000 n +0000284203 00000 n +0000281992 00000 n +0000284328 00000 n +0000288820 00000 n +0000288566 00000 n +0000284723 00000 n +0000288691 00000 n +0000292599 00000 n +0000292345 00000 n +0000288971 00000 n +0000292470 00000 n +0000297066 00000 n +0000296812 00000 n +0000292776 00000 n +0000296937 00000 n +0000301104 00000 n +0000300850 00000 n +0000297243 00000 n +0000300975 00000 n +0000305743 00000 n +0000305489 00000 n +0000301268 00000 n +0000305614 00000 n +0000311174 00000 n +0000310920 00000 n +0000305894 00000 n +0000311045 00000 n +0000315952 00000 n +0000315698 00000 n +0000311338 00000 n +0000315823 00000 n +0000318457 00000 n +0000318267 00000 n +0000316103 00000 n +0000318392 00000 n +0000801329 00000 n +0000321212 00000 n +0000320830 00000 n +0000318595 00000 n +0000320955 00000 n +0000325536 00000 n +0000325218 00000 n +0000321350 00000 n +0000325343 00000 n +0000329607 00000 n +0000329417 00000 n +0000325713 00000 n +0000329542 00000 n +0000333479 00000 n +0000333162 00000 n +0000329758 00000 n +0000333287 00000 n +0000338118 00000 n +0000337864 00000 n +0000333643 00000 n +0000337989 00000 n +0000342991 00000 n +0000342737 00000 n +0000338269 00000 n +0000342862 00000 n +0000347684 00000 n +0000347494 00000 n +0000343142 00000 n +0000347619 00000 n +0000352485 00000 n +0000352167 00000 n +0000347822 00000 n +0000352292 00000 n +0000355430 00000 n +0000355240 00000 n +0000352636 00000 n +0000355365 00000 n +0000358613 00000 n +0000358231 00000 n +0000355568 00000 n +0000358356 00000 n +0000801493 00000 n +0000362373 00000 n +0000362056 00000 n +0000358764 00000 n +0000362181 00000 n +0000366461 00000 n +0000366271 00000 n +0000362537 00000 n +0000366396 00000 n +0000370683 00000 n +0000370429 00000 n +0000366612 00000 n +0000370554 00000 n +0000375813 00000 n +0000375559 00000 n +0000370834 00000 n +0000375684 00000 n +0000379882 00000 n +0000379628 00000 n +0000375964 00000 n +0000379753 00000 n +0000384218 00000 n +0000383900 00000 n +0000380033 00000 n +0000384025 00000 n +0000648421 00000 n +0000388165 00000 n +0000387911 00000 n +0000384344 00000 n +0000388036 00000 n +0000393516 00000 n +0000393326 00000 n +0000388329 00000 n +0000393451 00000 n +0000398629 00000 n +0000398375 00000 n +0000393680 00000 n +0000398500 00000 n +0000404684 00000 n +0000404494 00000 n +0000398832 00000 n +0000404619 00000 n +0000801657 00000 n +0000410482 00000 n +0000410228 00000 n +0000404822 00000 n +0000410353 00000 n +0000414782 00000 n +0000414592 00000 n +0000410633 00000 n +0000414717 00000 n +0000418651 00000 n +0000418461 00000 n +0000414946 00000 n +0000418586 00000 n +0000423371 00000 n +0000423053 00000 n +0000418828 00000 n +0000423178 00000 n +0000427110 00000 n +0000426792 00000 n +0000423574 00000 n +0000426917 00000 n +0000431001 00000 n +0000430747 00000 n +0000427248 00000 n +0000430872 00000 n +0000435135 00000 n +0000435482 00000 n +0000434962 00000 n +0000431179 00000 n +0000435289 00000 n +0000645573 00000 n +0000435418 00000 n +0000643778 00000 n +0000639422 00000 n +0000435104 00000 n +0000440934 00000 n +0000440680 00000 n +0000435701 00000 n +0000440805 00000 n +0000636785 00000 n +0000446111 00000 n +0000445857 00000 n +0000441112 00000 n +0000445982 00000 n +0000448003 00000 n +0000447813 00000 n +0000446288 00000 n +0000447938 00000 n +0000801821 00000 n +0000451309 00000 n +0000451055 00000 n +0000448141 00000 n +0000451180 00000 n +0000452940 00000 n +0000452750 00000 n +0000451473 00000 n 0000452875 00000 n -0000452622 00000 n -0000449584 00000 n -0000452747 00000 n -0000456182 00000 n -0000455992 00000 n -0000452987 00000 n -0000456117 00000 n -0000460329 00000 n -0000460139 00000 n -0000456281 00000 n -0000460264 00000 n -0000463414 00000 n -0000463224 00000 n -0000460428 00000 n -0000463349 00000 n -0000467248 00000 n -0000466994 00000 n -0000463513 00000 n -0000467119 00000 n -0000470661 00000 n -0000470471 00000 n -0000467360 00000 n -0000470596 00000 n -0000474502 00000 n -0000474312 00000 n -0000470760 00000 n -0000474437 00000 n -0000478371 00000 n -0000478117 00000 n -0000474601 00000 n -0000478242 00000 n -0000688648 00000 n -0000481458 00000 n -0000481268 00000 n -0000478483 00000 n -0000481393 00000 n -0000484492 00000 n -0000484238 00000 n -0000481557 00000 n -0000484363 00000 n -0000487850 00000 n -0000487660 00000 n -0000484604 00000 n -0000487785 00000 n -0000491486 00000 n -0000491169 00000 n -0000487949 00000 n -0000491294 00000 n -0000494631 00000 n -0000494441 00000 n -0000491598 00000 n -0000494566 00000 n -0000498072 00000 n -0000497882 00000 n -0000494730 00000 n -0000498007 00000 n -0000501499 00000 n -0000501309 00000 n -0000498171 00000 n -0000501434 00000 n -0000504855 00000 n -0000504601 00000 n -0000501598 00000 n -0000504726 00000 n -0000507991 00000 n -0000507801 00000 n -0000504967 00000 n -0000507926 00000 n -0000511500 00000 n -0000511310 00000 n -0000508090 00000 n -0000511435 00000 n -0000688812 00000 n -0000515180 00000 n -0000514990 00000 n -0000511599 00000 n -0000515115 00000 n -0000518612 00000 n -0000518359 00000 n -0000515279 00000 n -0000518484 00000 n -0000521837 00000 n -0000521647 00000 n -0000518724 00000 n -0000521772 00000 n -0000525773 00000 n -0000525583 00000 n -0000521936 00000 n -0000525708 00000 n -0000528209 00000 n -0000527956 00000 n -0000525872 00000 n -0000528081 00000 n -0000530624 00000 n -0000530370 00000 n -0000528321 00000 n -0000530495 00000 n -0000533675 00000 n -0000533422 00000 n -0000530736 00000 n -0000533547 00000 n -0000536581 00000 n -0000536263 00000 n -0000533787 00000 n -0000536388 00000 n -0000536693 00000 n -0000536752 00000 n -0000537045 00000 n -0000538994 00000 n -0000537221 00000 n -0000537327 00000 n -0000539235 00000 n -0000539911 00000 n -0000540116 00000 n -0000540277 00000 n -0000540302 00000 n -0000541104 00000 n -0000540335 00000 n -0000540430 00000 n -0000541346 00000 n -0000541948 00000 n -0000542153 00000 n -0000542360 00000 n -0000545265 00000 n -0000542594 00000 n -0000542700 00000 n -0000545513 00000 n -0000546213 00000 n -0000546423 00000 n -0000546703 00000 n -0000547062 00000 n -0000556052 00000 n -0000547486 00000 n -0000547591 00000 n -0000556293 00000 n -0000557275 00000 n -0000557480 00000 n -0000566267 00000 n -0000557906 00000 n -0000558018 00000 n -0000566516 00000 n -0000567405 00000 n -0000567616 00000 n -0000573310 00000 n -0000567976 00000 n -0000568083 00000 n -0000573550 00000 n -0000574364 00000 n -0000574568 00000 n -0000583853 00000 n -0000575078 00000 n -0000575198 00000 n -0000584095 00000 n -0000585081 00000 n -0000585287 00000 n -0000591415 00000 n -0000585676 00000 n -0000585787 00000 n -0000591655 00000 n -0000592477 00000 n -0000592680 00000 n -0000599501 00000 n -0000593090 00000 n -0000593198 00000 n -0000599741 00000 n -0000600583 00000 n -0000600786 00000 n -0000602491 00000 n -0000600947 00000 n -0000601053 00000 n -0000602732 00000 n -0000603399 00000 n -0000603604 00000 n -0000606443 00000 n -0000603852 00000 n -0000603958 00000 n -0000606684 00000 n -0000607397 00000 n -0000607602 00000 n -0000613353 00000 n -0000607983 00000 n -0000608090 00000 n -0000613595 00000 n -0000614403 00000 n -0000614609 00000 n -0000617072 00000 n -0000614846 00000 n -0000614952 00000 n -0000617313 00000 n -0000618024 00000 n -0000629411 00000 n -0000618229 00000 n -0000637195 00000 n -0000629726 00000 n -0000653483 00000 n -0000637430 00000 n -0000662294 00000 n -0000653893 00000 n -0000670760 00000 n -0000662568 00000 n -0000678311 00000 n -0000671088 00000 n -0000685523 00000 n -0000678552 00000 n -0000688966 00000 n -0000689123 00000 n -0000689233 00000 n -0000689310 00000 n -0000701308 00000 n -0000702017 00000 n -0000702719 00000 n -0000703362 00000 n -0000704002 00000 n -0000704668 00000 n -0000705473 00000 n -0000706267 00000 n -0000707044 00000 n -0000707441 00000 n -0000707600 00000 n -0000707640 00000 n -0000707772 00000 n +0000457133 00000 n +0000457500 00000 n +0000456960 00000 n +0000453078 00000 n +0000457307 00000 n +0000457102 00000 n +0000461161 00000 n +0000460971 00000 n +0000457677 00000 n +0000461096 00000 n +0000465101 00000 n +0000464783 00000 n +0000461325 00000 n +0000464908 00000 n +0000466263 00000 n +0000466073 00000 n +0000465239 00000 n +0000466198 00000 n +0000469606 00000 n +0000469224 00000 n +0000466401 00000 n +0000469349 00000 n +0000473176 00000 n +0000472922 00000 n +0000469744 00000 n +0000473047 00000 n +0000475692 00000 n +0000475310 00000 n +0000473353 00000 n +0000475435 00000 n +0000478113 00000 n +0000477923 00000 n +0000475791 00000 n +0000478048 00000 n +0000801985 00000 n +0000482542 00000 n +0000482288 00000 n +0000478212 00000 n +0000482413 00000 n +0000485565 00000 n +0000485375 00000 n +0000482654 00000 n +0000485500 00000 n +0000488333 00000 n +0000488143 00000 n +0000485664 00000 n +0000488268 00000 n +0000491000 00000 n +0000490810 00000 n +0000488432 00000 n +0000490935 00000 n +0000494006 00000 n +0000493816 00000 n +0000491099 00000 n +0000493941 00000 n +0000497275 00000 n +0000497085 00000 n +0000494105 00000 n +0000497210 00000 n +0000499706 00000 n +0000499516 00000 n +0000497374 00000 n +0000499641 00000 n +0000502192 00000 n +0000502002 00000 n +0000499805 00000 n +0000502127 00000 n +0000505201 00000 n +0000504883 00000 n +0000502291 00000 n +0000505008 00000 n +0000507788 00000 n +0000507534 00000 n +0000505313 00000 n +0000507659 00000 n +0000802149 00000 n +0000511074 00000 n +0000510756 00000 n +0000507900 00000 n +0000510881 00000 n +0000514183 00000 n +0000513929 00000 n +0000511186 00000 n +0000514054 00000 n +0000516881 00000 n +0000516627 00000 n +0000514295 00000 n +0000516752 00000 n +0000520346 00000 n +0000520092 00000 n +0000516993 00000 n +0000520217 00000 n +0000523231 00000 n +0000522977 00000 n +0000520458 00000 n +0000523102 00000 n +0000526661 00000 n +0000526471 00000 n +0000523343 00000 n +0000526596 00000 n +0000530353 00000 n +0000530163 00000 n +0000526760 00000 n +0000530288 00000 n +0000533964 00000 n +0000533774 00000 n +0000530452 00000 n +0000533899 00000 n +0000537384 00000 n +0000537130 00000 n +0000534063 00000 n +0000537255 00000 n +0000540743 00000 n +0000540553 00000 n +0000537496 00000 n +0000540678 00000 n +0000802313 00000 n +0000544635 00000 n +0000544445 00000 n +0000540842 00000 n +0000544570 00000 n +0000547834 00000 n +0000547644 00000 n +0000544734 00000 n +0000547769 00000 n +0000551834 00000 n +0000551580 00000 n +0000547933 00000 n +0000551705 00000 n +0000555060 00000 n +0000554870 00000 n +0000551946 00000 n +0000554995 00000 n +0000558795 00000 n +0000558542 00000 n +0000555159 00000 n +0000558667 00000 n +0000562701 00000 n +0000562511 00000 n +0000558907 00000 n +0000562636 00000 n +0000565969 00000 n +0000565715 00000 n +0000562800 00000 n +0000565840 00000 n +0000569095 00000 n +0000568905 00000 n +0000566081 00000 n +0000569030 00000 n +0000572891 00000 n +0000572701 00000 n +0000569194 00000 n +0000572826 00000 n +0000576022 00000 n +0000575704 00000 n +0000572990 00000 n +0000575829 00000 n +0000802477 00000 n +0000579047 00000 n +0000578857 00000 n +0000576134 00000 n +0000578982 00000 n +0000582808 00000 n +0000582618 00000 n +0000579146 00000 n +0000582743 00000 n +0000585824 00000 n +0000585634 00000 n +0000582907 00000 n +0000585759 00000 n +0000589087 00000 n +0000588833 00000 n +0000585923 00000 n +0000588958 00000 n +0000592180 00000 n +0000591990 00000 n +0000589199 00000 n +0000592115 00000 n +0000596067 00000 n +0000595877 00000 n +0000592279 00000 n +0000596002 00000 n +0000599520 00000 n +0000599330 00000 n +0000596166 00000 n +0000599455 00000 n +0000602890 00000 n +0000602636 00000 n +0000599619 00000 n +0000602761 00000 n +0000606566 00000 n +0000606376 00000 n +0000603002 00000 n +0000606501 00000 n +0000610176 00000 n +0000609922 00000 n +0000606665 00000 n +0000610047 00000 n +0000802641 00000 n +0000613291 00000 n +0000613101 00000 n +0000610288 00000 n +0000613226 00000 n +0000616159 00000 n +0000615969 00000 n +0000613390 00000 n +0000616094 00000 n +0000619071 00000 n +0000618881 00000 n +0000616258 00000 n +0000619006 00000 n +0000621910 00000 n +0000621720 00000 n +0000619170 00000 n +0000621845 00000 n +0000624452 00000 n +0000624199 00000 n +0000622009 00000 n +0000624324 00000 n +0000626757 00000 n +0000626503 00000 n +0000624564 00000 n +0000626628 00000 n +0000629601 00000 n +0000629347 00000 n +0000626869 00000 n +0000629472 00000 n +0000632484 00000 n +0000632230 00000 n +0000629713 00000 n +0000632355 00000 n +0000634465 00000 n +0000634211 00000 n +0000632596 00000 n +0000634336 00000 n +0000634577 00000 n +0000636059 00000 n +0000634666 00000 n +0000634772 00000 n +0000636308 00000 n +0000636950 00000 n +0000637161 00000 n +0000638697 00000 n +0000637261 00000 n +0000637362 00000 n +0000638937 00000 n +0000639580 00000 n +0000639784 00000 n +0000642979 00000 n +0000640047 00000 n +0000640157 00000 n +0000643220 00000 n +0000643937 00000 n +0000644142 00000 n +0000644887 00000 n +0000644175 00000 n +0000644270 00000 n +0000645129 00000 n +0000645732 00000 n +0000645937 00000 n +0000647687 00000 n +0000646048 00000 n +0000646152 00000 n +0000647934 00000 n +0000648585 00000 n +0000648795 00000 n +0000648854 00000 n +0000649147 00000 n +0000649312 00000 n +0000649337 00000 n +0000650225 00000 n +0000649381 00000 n +0000649479 00000 n +0000650467 00000 n +0000651075 00000 n +0000651280 00000 n +0000653527 00000 n +0000651482 00000 n +0000651588 00000 n +0000653768 00000 n +0000654456 00000 n +0000654661 00000 n +0000658557 00000 n +0000654920 00000 n +0000655026 00000 n +0000658805 00000 n +0000659537 00000 n +0000659747 00000 n +0000659958 00000 n +0000660238 00000 n +0000660597 00000 n +0000669662 00000 n +0000661030 00000 n +0000661136 00000 n +0000669903 00000 n +0000670897 00000 n +0000671102 00000 n +0000679889 00000 n +0000671528 00000 n +0000671640 00000 n +0000680138 00000 n +0000681027 00000 n +0000681238 00000 n +0000686932 00000 n +0000681598 00000 n +0000681705 00000 n +0000687172 00000 n +0000687986 00000 n +0000688190 00000 n +0000697573 00000 n +0000688697 00000 n +0000688817 00000 n +0000697815 00000 n +0000698807 00000 n +0000699013 00000 n +0000705373 00000 n +0000699410 00000 n +0000699521 00000 n +0000705613 00000 n +0000706443 00000 n +0000706646 00000 n +0000713551 00000 n +0000707057 00000 n +0000707165 00000 n +0000713791 00000 n +0000714643 00000 n +0000714846 00000 n +0000715969 00000 n +0000714925 00000 n +0000715027 00000 n +0000716210 00000 n +0000716836 00000 n +0000717041 00000 n +0000719673 00000 n +0000717295 00000 n +0000717401 00000 n +0000719914 00000 n +0000720619 00000 n +0000720824 00000 n +0000726619 00000 n +0000721198 00000 n +0000721305 00000 n +0000726861 00000 n +0000727672 00000 n +0000727878 00000 n +0000730073 00000 n +0000728108 00000 n +0000728214 00000 n +0000730314 00000 n +0000731014 00000 n +0000742401 00000 n +0000731219 00000 n +0000750502 00000 n +0000742716 00000 n +0000766793 00000 n +0000750740 00000 n +0000775765 00000 n +0000767203 00000 n +0000784237 00000 n +0000776045 00000 n +0000791788 00000 n +0000784565 00000 n +0000799000 00000 n +0000792029 00000 n +0000802805 00000 n +0000802964 00000 n +0000803092 00000 n +0000803169 00000 n +0000816863 00000 n +0000817576 00000 n +0000818279 00000 n +0000818970 00000 n +0000819609 00000 n +0000820271 00000 n +0000820975 00000 n +0000821789 00000 n +0000822581 00000 n +0000823360 00000 n +0000823987 00000 n +0000824155 00000 n +0000824195 00000 n +0000824327 00000 n trailer -<< /Size 1358 /Root 1356 0 R /Info 1357 0 R /ID [ <094C4D5A4BBCF0C027D7D09892D1AA62> <094C4D5A4BBCF0C027D7D09892D1AA62> ] >> +<< /Size 1573 /Root 1571 0 R /Info 1572 0 R /ID [ <E740AD79D6A306FAF6B8CBCB47499EC8> <E740AD79D6A306FAF6B8CBCB47499EC8> ] >> startxref -708056 +824611 %%EOF diff --git a/macros/latex/contrib/functional/functional.sty b/macros/latex/contrib/functional/functional.sty index a7d97ebfb1..ab012e196d 100644 --- a/macros/latex/contrib/functional/functional.sty +++ b/macros/latex/contrib/functional/functional.sty @@ -1,6 +1,6 @@ %%% -*- coding: utf-8 -*- %% ---------------------------------------------------------------------------- -%% Functional: LaTeX2 functional interfaces for LaTeX3 programming layer +%% Functional: Intuitive Functional Programming Interface for LaTeX2 %% Copyright : 2022 (c) Jianrui Lyu <tolvjr@163.com> %% Repository: https://github.com/lvjr/functional %% Repository: https://bitbucket.org/lvjr/functional @@ -14,8 +14,8 @@ \NeedsTeXFormat{LaTeX2e}[2018-04-01] \RequirePackage{expl3} -\ProvidesExplPackage{functional}{2022-04-29}{2022E} - {^^JLaTeX2 functional interfaces for LaTeX3 programming layer} +\ProvidesExplPackage{functional}{2022-05-14}{2022F} + {^^JIntuitive Functional Programming Interface for LaTeX2} \cs_generate_variant:Nn \iow_log:n { V } \cs_generate_variant:Nn \str_set:Nn { Ne } @@ -34,6 +34,84 @@ \cs_set_eq:NN \IgnoreSpacesOff \ExplSyntaxOff %%% -------------------------------------------------------- +%%> \subsection{Setting Functional Package} +%%% -------------------------------------------------------- + +\bool_new:N \l__fun_scoping_bool + +\cs_new_protected:Npn \__fun_scoping_true: + { + \cs_set_eq:NN \__fun_group_begin: \group_begin: + \cs_set_eq:NN \__fun_group_end: \group_end: + } + +\cs_new_protected:Npn \__fun_scoping_false: + { + \cs_set_eq:NN \__fun_group_begin: \scan_stop: + \cs_set_eq:NN \__fun_group_end: \scan_stop: + } + +\cs_new_protected:Npn \__fun_scoping_set: + { + \bool_if:NTF \l__fun_scoping_bool + { \__fun_scoping_true: } { \__fun_scoping_false: } + } + +\bool_new:N \l__fun_tracing_bool +\tl_new:N \l__tracing_text_tl + +\cs_new_protected:Npn \__fun_tracing_log_on:n #1 + { + \tl_set:Ne \l__tracing_text_tl + { + \prg_replicate:nn + { \int_eval:n { (\g__fun_nesting_level_int - 1) * 4 } } { ~ } + } + \tl_put_right:Nn \l__tracing_text_tl { #1 } + \iow_log:V \l__tracing_text_tl + } +\cs_generate_variant:Nn \__fun_tracing_log_on:n { e, V } + +\cs_new_protected:Npn \__fun_tracing_log_off:n #1 { } +\cs_new_protected:Npn \__fun_tracing_log_off:e #1 { } +\cs_new_protected:Npn \__fun_tracing_log_off:V #1 { } + +\cs_new_protected:Npn \__fun_tracing_true: + { + \cs_set_eq:NN \__fun_tracing_log:n \__fun_tracing_log_on:n + \cs_set_eq:NN \__fun_tracing_log:e \__fun_tracing_log_on:e + \cs_set_eq:NN \__fun_tracing_log:V \__fun_tracing_log_on:V + } + +\cs_new_protected:Npn \__fun_tracing_false: + { + \cs_set_eq:NN \__fun_tracing_log:n \__fun_tracing_log_off:n + \cs_set_eq:NN \__fun_tracing_log:e \__fun_tracing_log_off:e + \cs_set_eq:NN \__fun_tracing_log:V \__fun_tracing_log_off:V + } + +\cs_new_protected:Npn \__fun_tracing_set: + { + \bool_if:NTF \l__fun_tracing_bool + { \__fun_tracing_true: } { \__fun_tracing_false: } + } + +\keys_define:nn { functional } + { + scoping .bool_set:N = \l__fun_scoping_bool, + tracing .bool_set:N = \l__fun_tracing_bool, + } + +\NewDocumentCommand \Functional { m } + { + \keys_set:nn { functional } { #1 } + \__fun_scoping_set: + \__fun_tracing_set: + } + +\Functional { scoping = false, tracing = false } + +%%% -------------------------------------------------------- %%> \subsection{Creating New Functions and Conditionals} %%% -------------------------------------------------------- @@ -495,6 +573,17 @@ } \cs_generate_variant:Nn \__fun_arguments_gput:n { e } +%%% -------------------------------------------------------- +%%> \subsection{Creating Some Useful Functions} +%%% -------------------------------------------------------- + +\PrgNewFunction \PrgSetEqFunction { N N } + { + \cs_set_eq:NN #1 #2 + \cs_set_eq:cc { __fun_defined_ \cs_to_str:N #1 : w } + { __fun_defined_ \cs_to_str:N #2 : w } + } + \cs_if_exist:NF \Do { \PrgNewFunction \Do { n } { #1 } } \PrgNewFunction \PrgDo { n } { #1 } @@ -519,6 +608,7 @@ \__fun_put_result:n { #1 } } %% Obsolete function, will be removed in the future +%% We can not define it with \PrgSetEqFunction \PrgNewFunction \Result { m } { \__fun_put_result:n { #1 } @@ -609,6 +699,54 @@ } %%% -------------------------------------------------------- +%%> \subsection{Printing Contents to the Input Stream} +%%% -------------------------------------------------------- + +\PrgNewFunction \PrgPrint { m } + { + \tl_log:n {running PrgPrint} + \int_set_eq:NN \l__fun_return_level_int \g__fun_nesting_level_int + #1 + \int_zero:N \l__fun_return_level_int + \tl_gclear:N \gResultTl + } + +\PrgSetEqFunction \Print \PrgPrint + +%%% -------------------------------------------------------- +%%> \subsection{Filling Arguments into Inline Commands} +%%% -------------------------------------------------------- + +%% To make better tracing log, we want to expand the return value once, +%% but at the same time avoid evaluating the leading function in \gResultTl, +%% therefore we need to use \tl_set:Nn command instead of \TlSet function. + +\PrgNewFunction \PrgRunOneArgCode { m n } + { + \cs_set:Npn \__fun_one_arg_cmd:n ##1 {#2} + \exp_args:NNo \tl_set:Nn \gResultTl { \__fun_one_arg_cmd:n {#1} } + } + +\PrgNewFunction \PrgRunTwoArgCode { m m n } + { + \cs_set:Npn \__fun_two_arg_cmd:nn ##1 ##2 {#3} + \exp_args:NNo \tl_set:Nn \gResultTl { \__fun_two_arg_cmd:nn {#1} {#2} } + } + +\PrgNewFunction \PrgRunThreeArgCode { m m m n } + { + \cs_set:Npn \__fun_three_arg_cmd:nnn ##1 ##2 ##3 {#4} + \exp_args:NNo \tl_set:Nn \gResultTl { \__fun_three_arg_cmd:nnn {#1} {#2} {#3} } + } + +\PrgNewFunction \PrgRunFourArgCode { m m m m n } + { + \cs_set:Npn \__fun_four_arg_cmd:nnnn ##1 ##2 ##3 ##4 {#5} + \exp_args:NNo \tl_set:Nn \gResultTl + { \__fun_four_arg_cmd:nnnn {#1} {#2} {#3} {#4} } + } + +%%% -------------------------------------------------------- %%> \subsection{Checking for Local or Global Variables} %%% -------------------------------------------------------- @@ -660,84 +798,6 @@ } %%% -------------------------------------------------------- -%%> \subsection{Setting Functional Package} -%%% -------------------------------------------------------- - -\bool_new:N \l__fun_scoping_bool - -\cs_new_protected:Npn \__fun_scoping_true: - { - \cs_set_eq:NN \__fun_group_begin: \group_begin: - \cs_set_eq:NN \__fun_group_end: \group_end: - } - -\cs_new_protected:Npn \__fun_scoping_false: - { - \cs_set_eq:NN \__fun_group_begin: \scan_stop: - \cs_set_eq:NN \__fun_group_end: \scan_stop: - } - -\cs_new_protected:Npn \__fun_scoping_set: - { - \bool_if:NTF \l__fun_scoping_bool - { \__fun_scoping_true: } { \__fun_scoping_false: } - } - -\bool_new:N \l__fun_tracing_bool -\tl_new:N \l__tracing_text_tl - -\cs_new_protected:Npn \__fun_tracing_log_on:n #1 - { - \tl_set:Ne \l__tracing_text_tl - { - \prg_replicate:nn - { \int_eval:n { (\g__fun_nesting_level_int - 1) * 4 } } { ~ } - } - \tl_put_right:Nn \l__tracing_text_tl { #1 } - \iow_log:V \l__tracing_text_tl - } -\cs_generate_variant:Nn \__fun_tracing_log_on:n { e, V } - -\cs_new_protected:Npn \__fun_tracing_log_off:n #1 { } -\cs_new_protected:Npn \__fun_tracing_log_off:e #1 { } -\cs_new_protected:Npn \__fun_tracing_log_off:V #1 { } - -\cs_new_protected:Npn \__fun_tracing_true: - { - \cs_set_eq:NN \__fun_tracing_log:n \__fun_tracing_log_on:n - \cs_set_eq:NN \__fun_tracing_log:e \__fun_tracing_log_on:e - \cs_set_eq:NN \__fun_tracing_log:V \__fun_tracing_log_on:V - } - -\cs_new_protected:Npn \__fun_tracing_false: - { - \cs_set_eq:NN \__fun_tracing_log:n \__fun_tracing_log_off:n - \cs_set_eq:NN \__fun_tracing_log:e \__fun_tracing_log_off:e - \cs_set_eq:NN \__fun_tracing_log:V \__fun_tracing_log_off:V - } - -\cs_new_protected:Npn \__fun_tracing_set: - { - \bool_if:NTF \l__fun_tracing_bool - { \__fun_tracing_true: } { \__fun_tracing_false: } - } - -\keys_define:nn { functional } - { - scoping .bool_set:N = \l__fun_scoping_bool, - tracing .bool_set:N = \l__fun_tracing_bool, - } - -\NewDocumentCommand \Functional { m } - { - \keys_set:nn { functional } { #1 } - \__fun_scoping_set: - \__fun_tracing_set: - } - -\Functional { scoping = false, tracing = false } - -%%% -------------------------------------------------------- %%> \section{Interfaces for Argument Using (Use)} %%% -------------------------------------------------------- @@ -745,28 +805,19 @@ { \exp_args:Nc \__fun_put_result:n { #1 } } -\PrgNewFunction \ExpName { m } - { - \exp_args:Nc \__fun_put_result:n { #1 } - } +\PrgSetEqFunction \ExpName \Name \PrgNewFunction \Value { M } { \__fun_put_result:V #1 } -\PrgNewFunction \ExpValue { M } - { - \__fun_put_result:V #1 - } +\PrgSetEqFunction \ExpValue \Value \PrgNewFunction \Expand { m } { \__fun_put_result:e { #1 } } -\PrgNewFunction \ExpWhole { m } - { - \__fun_put_result:e { #1 } - } +\PrgSetEqFunction \ExpWhole \Expand \PrgNewFunction \ExpPartial { m } { @@ -2276,6 +2327,281 @@ } %%% -------------------------------------------------------- +%%> \section{Interfaces for Regular Expressions (Regex)} +%%% -------------------------------------------------------- + +\regex_new:N \lTmpaRegex \regex_new:N \lTmpbRegex \regex_new:N \lTmpcRegex +\regex_new:N \lTmpiRegex \regex_new:N \lTmpjRegex \regex_new:N \lTmpkRegex + +\regex_new:N \gTmpaRegex \regex_new:N \gTmpbRegex \regex_new:N \gTmpcRegex +\regex_new:N \gTmpiRegex \regex_new:N \gTmpjRegex \regex_new:N \gTmpkRegex + +\regex_new:N \l@FunTmpxRegex \regex_new:N \g@FunTmpxRegex +\regex_new:N \l@FunTmpyRegex \regex_new:N \g@FunTmpyRegex +\regex_new:N \l@FunTmpzRegex \regex_new:N \g@FunTmpzRegex + +\PrgNewFunction \RegexNew { M } { \regex_new:N #1 } + +\PrgNewFunction \RegexSet { M m } + { + \__fun_do_assignment:Nnn #1 + { \regex_gset:Nn #1 {#2} } { \regex_set:Nn #1 {#2} } + } + +\PrgNewFunction \RegexConst { M m } { \regex_const:Nn #1 {#2} } + +\PrgNewFunction \RegexLog { m } { \regex_log:n {#1} } + +\PrgNewFunction \RegexVarLog { M } { \regex_log:N #1 } + +\PrgNewFunction \RegexShow { m } { \regex_show:n {#1} } + +\PrgNewFunction \RegexVarShow { M } { \regex_show:N #1 } + +\PrgNewConditional \RegexMatch { m m } + { + \regex_match:nnTF {#1} {#2} + { \Return { \cTrueBool } } { \Return { \cFalseBool } } + } + +\PrgNewConditional \RegexVarMatch { M m } + { + \regex_match:NnTF #1 {#2} + { \Return { \cTrueBool } } { \Return { \cFalseBool } } + } + +\PrgNewFunction \RegexCount { m m M } + { + \regex_count:nnN {#1} {#2} #3 + } + +\PrgNewFunction \RegexVarCount { M m M } + { + \regex_count:NnN #1 {#2} #3 + } + +\PrgNewFunction \RegexMatchCase { m m } + { + \regex_match_case:nn {#1} {#2} + } +\PrgNewFunction \RegexMatchCaseT { m m n } + { + \regex_match_case:nnT {#1} {#2} {#3} + } +\PrgNewFunction \RegexMatchCaseF { m m n } + { + \regex_match_case:nnF {#1} {#2} {#3} + } +\PrgNewFunction \RegexMatchCaseTF { m m n n } + { + \regex_match_case:nnTF {#1} {#2} {#3} {#4} + } + +\PrgNewFunction \RegexExtractOnce { m m M } + { + \regex_extract_once:nnN {#1} {#2} #3 + } +\PrgNewFunction \RegexExtractOnceT { m m M n } + { + \regex_extract_once:nnNT {#1} {#2} #3 {#4} + } +\PrgNewFunction \RegexExtractOnceF { m m M n } + { + \regex_extract_once:nnNF {#1} {#2} #3 {#4} + } +\PrgNewFunction \RegexExtractOnceTF { m m M n n } + { + \regex_extract_once:nnNTF {#1} {#2} #3 {#4} {#5} + } + +\PrgNewFunction \RegexVarExtractOnce { M m M } + { + \regex_extract_once:NnN #1 {#2} #3 + } +\PrgNewFunction \RegexVarExtractOnceT { M m M n } + { + \regex_extract_once:NnNT #1 {#2} #3 {#4} + } +\PrgNewFunction \RegexVarExtractOnceF { M m M n } + { + \regex_extract_once:NnNF #1 {#2} #3 {#4} + } +\PrgNewFunction \RegexVarExtractOnceTF { M m M n n } + { + \regex_extract_once:NnNTF #1 {#2} #3 {#4} {#5} + } + +\PrgNewFunction \RegexExtractAll { m m M } + { + \regex_extract_all:nnN {#1} {#2} #3 + } +\PrgNewFunction \RegexExtractAllT { m m M n } + { + \regex_extract_all:nnNT {#1} {#2} #3 {#4} + } +\PrgNewFunction \RegexExtractAllF { m m M n } + { + \regex_extract_all:nnNF {#1} {#2} #3 {#4} + } +\PrgNewFunction \RegexExtractAllTF { m m M n n } + { + \regex_extract_all:nnNTF {#1} {#2} #3 {#4} {#5} + } + +\PrgNewFunction \RegexVarExtractAll { M m M } + { + \regex_extract_all:NnN #1 {#2} #3 + } +\PrgNewFunction \RegexVarExtractAllT { M m M n } + { + \regex_extract_all:NnNT #1 {#2} #3 {#4} + } +\PrgNewFunction \RegexVarExtractAllF { M m M n } + { + \regex_extract_all:NnNF #1 {#2} #3 {#4} + } +\PrgNewFunction \RegexVarExtractAllTF { M m M n n } + { + \regex_extract_all:NnNTF #1 {#2} #3 {#4} {#5} + } + +\PrgNewFunction \RegexSplit { m m M } + { + \regex_split:nnN {#1} {#2} #3 + } +\PrgNewFunction \RegexSplitT { m m M n } + { + \regex_split:nnNT {#1} {#2} #3 {#4} + } +\PrgNewFunction \RegexSplitF { m m M n } + { + \regex_split:nnNF {#1} {#2} #3 {#4} + } +\PrgNewFunction \RegexSplitTF { m m M n n } + { + \regex_split:nnNTF {#1} {#2} #3 {#4} {#5} + } + +\PrgNewFunction \RegexVarSplit { M m M } + { + \regex_split:NnN #1 {#2} #3 + } +\PrgNewFunction \RegexVarSplitT { M m M n } + { + \regex_split:NnNT #1 {#2} #3 {#4} + } +\PrgNewFunction \RegexVarSplitF { M m M n } + { + \regex_split:NnNF #1 {#2} #3 {#4} + } +\PrgNewFunction \RegexVarSplitTF { M m M n n } + { + \regex_split:NnNTF #1 {#2} #3 {#4} {#5} + } + +\PrgNewFunction \RegexReplaceOnce { m m M } + { + \regex_replace_once:nnN {#1} {#2} #3 + } +\PrgNewFunction \RegexReplaceOnceT { m m M n } + { + \regex_replace_once:nnNT {#1} {#2} #3 {#4} + } +\PrgNewFunction \RegexReplaceOnceF { m m M n } + { + \regex_replace_once:nnNF {#1} {#2} #3 {#4} + } +\PrgNewFunction \RegexReplaceOnceTF { m m M n n } + { + \regex_replace_once:nnNTF {#1} {#2} #3 {#4} {#5} + } + +\PrgNewFunction \RegexVarReplaceOnce { M m M } + { + \regex_replace_once:NnN #1 {#2} #3 + } +\PrgNewFunction \RegexVarReplaceOnceT { M m M n } + { + \regex_replace_once:NnNT #1 {#2} #3 {#4} + } +\PrgNewFunction \RegexVarReplaceOnceF { M m M n } + { + \regex_replace_once:NnNF #1 {#2} #3 {#4} + } +\PrgNewFunction \RegexVarReplaceOnceTF { M m M n n } + { + \regex_replace_once:NnNTF #1 {#2} #3 {#4} {#5} + } + +\PrgNewFunction \RegexReplaceAll { m m M } + { + \regex_replace_all:nnN {#1} {#2} #3 + } +\PrgNewFunction \RegexReplaceAllT { m m M n } + { + \regex_replace_all:nnNT {#1} {#2} #3 {#4} + } +\PrgNewFunction \RegexReplaceAllF { m m M n } + { + \regex_replace_all:nnNF {#1} {#2} #3 {#4} + } +\PrgNewFunction \RegexReplaceAllTF { m m M n n } + { + \regex_replace_all:nnNTF {#1} {#2} #3 {#4} {#5} + } + +\PrgNewFunction \RegexVarReplaceAll { M m M } + { + \regex_replace_all:NnN #1 {#2} #3 + } +\PrgNewFunction \RegexVarReplaceAllT { M m M n } + { + \regex_replace_all:NnNT #1 {#2} #3 {#4} + } +\PrgNewFunction \RegexVarReplaceAllF { M m M n } + { + \regex_replace_all:NnNF #1 {#2} #3 {#4} + } +\PrgNewFunction \RegexVarReplaceAllTF { M m M n n } + { + \regex_replace_all:NnNTF #1 {#2} #3 {#4} {#5} + } + +\PrgNewFunction \RegexReplaceCaseOnce { m M } + { + \regex_replace_case_once:nN {#1} #2 + } +\PrgNewFunction \RegexReplaceCaseOnceT { m M n } + { + \regex_replace_case_once:nN {#1} #2 {#3} + } +\PrgNewFunction \RegexReplaceCaseOnceF { m M n } + { + \regex_replace_case_once:nN {#1} #2 {#3} + } +\PrgNewFunction \RegexReplaceCaseOnceTF { m M n n } + { + \regex_replace_case_once:nN {#1} #2 {#3} {#4} + } + +\PrgNewFunction \RegexReplaceCaseAll { m M } + { + \regex_replace_case_all:nN {#1} #2 + } +\PrgNewFunction \RegexReplaceCaseAllT { m M n } + { + \regex_replace_case_all:nN {#1} #2 {#3} + } +\PrgNewFunction \RegexReplaceCaseAllF { m M n } + { + \regex_replace_case_all:nN {#1} #2 {#3} + } +\PrgNewFunction \RegexReplaceCaseAllTF { m M n n } + { + \regex_replace_case_all:nN {#1} #2 {#3} {#4} + } + +%%% -------------------------------------------------------- %%> \section{Interfaces for Token Manipulation (Token)} %%% -------------------------------------------------------- diff --git a/macros/latex/contrib/functional/functional.tex b/macros/latex/contrib/functional/functional.tex index 2ff408082b..d5bc913ba6 100644 --- a/macros/latex/contrib/functional/functional.tex +++ b/macros/latex/contrib/functional/functional.tex @@ -3,7 +3,7 @@ \documentclass[oneside]{book} \usepackage[a4paper,margin=2.5cm]{geometry} -\newcommand*{\myversion}{2022E} +\newcommand*{\myversion}{2022F} \newcommand*{\mydate}{Version \myversion\ (\the\year-\mylpad\month-\mylpad\day)} \newcommand*{\mylpad}[1]{\ifnum#1<10 0\the#1\else\the#1\fi} @@ -34,6 +34,11 @@ \tl_set:Nn \lTmpaTl {#1} \regex_replace_once:nnN { \_ } { \c{MySubScript} } \lTmpaTl } +\NewDocumentCommand\RelaceUnderScoreAll{m}{ + \tl_set:Nn \lTmpaTl {#1} + \regex_replace_all:nnN { \_ } { \c{_} } \lTmpaTl + \lTmpaTl +} \ExplSyntaxOff \NewDocumentEnvironment{variable}{om}{ @@ -64,8 +69,8 @@ \NewDocumentEnvironment{texnote}{}{}{} -\NewDocumentCommand\cs{m}{% - \texttt{\bfseries\color{purple3}\expandafter\string\csname#1\endcsname}% +\NewDocumentCommand\cs{O{}m}{% + \texttt{\bfseries\color{purple3}\cBackslashStr\RelaceUnderScoreAll{#2}}% } \NewDocumentCommand\meta{m}{% \RelaceChacters{#1}% @@ -87,6 +92,31 @@ \underline{\textsl{#1}}% } +\newenvironment{l3regex-syntax} + {\begin{itemize}\def\\{\char`\\}\def\makelabel##1{\hss\llap{\ttfamily##1}}} + {\end{itemize}} + +\usepackage{shortvrb} + +\NewDocumentCommand \MyMakeShortVerb {} {% + \MakeShortVerb \|% + \MakeShortVerb \"% +} +\NewDocumentCommand \MyDeleteShortVerb {} {% + \DeleteShortVerb \|% + \DeleteShortVerb \"% +} + +\AtBeginDocument{\MyMakeShortVerb} +\AtEndDocument{\MyDeleteShortVerb} +\AddToHook{env/demohigh/before}{\MyDeleteShortVerb} +\AddToHook{env/demohigh/after}{\MyMakeShortVerb} + +\usepackage{hologo} +\providecommand*\LuaTeX{\hologo{LuaTeX}} +\providecommand*\pdfTeX{\hologo{pdfTeX}} +\providecommand*\XeTeX{\hologo{XeTeX}} + \usepackage{amsmath} \usepackage{hyperref} @@ -101,19 +131,19 @@ \begin{document} -\title{\sffamily LaTeX2 \textcolor{green3}{Functional} Interfaces for LaTeX3 Programming Layer} +\title{\sffamily Intuitive \textcolor{green3}{Functional} Programming Interface for LaTeX2} \author{Jianrui Lyu (tolvjr@163.com)\\\url{https://github.com/lvjr/functional}} \date{\mydate\vspace{1cm}\\\myabstract\vspace{10cm}} \newcommand\myabstract{\parbox{\linewidth}{\hrule\vspace{0.8em}\large -LaTeX3 programming layer (\textsf{expl3}) is very powerful for advanced users, -but it is a little complicated for normal users. -This \textcolor{green3}{\sffamily functional} package aims to provide -intuitive LaTeX2 functional interfaces for it. +This package provides an intuitive functional programming interface for LaTeX2, +which is an alternative choice to \textsf{expl3} or LuaTeX, +if you want to do programming in LaTeX. \par\vspace{0.5em} -Although there are functions in LaTeX3, the evaluation of them is from outside to inside. +Although there are functions in LaTeX3 programming layer (\textsf{expl3}), +the evaluation of them is from outside to inside. With this package, the evaluation of functions is from inside to outside, -which is the same as other programming languages such as \texttt{JavaScript} or \texttt{Lua}. +which is the same as other programming languages such as \texttt{Lua}. In this way, it is rather easy to debug code too. \par\vspace{0.5em} Note that many paragraphs in this manual are copied from the documentation of \textsf{expl3}. @@ -508,21 +538,41 @@ is: if the argument starts with a function defined with \cs{PrgNewFunction}, the argument will be evaluated and replaced with the returned value. \end{function} +\begin{function}{\PrgSetEqFunction} +\begin{syntax} +\cs{PrgSetEqFunction} \meta{function_1} \meta{function_2} +\end{syntax} +Sets \meta{function_1} as an alias of \meta{function_2}. +\end{function} + \begin{function}{\PrgNewConditional} \begin{syntax} \cs{PrgNewConditional} \meta{function} \Arg{argument specification} \Arg{code} \end{syntax} Creates protected conditional \meta{function} for evaluating the \meta{code}. -The returned value of the \meta{function} \emph{must} be either \verb!\cTrueBool! -or \verb!\cFalseBool! and be passed with \cs{Return} function.. +The returned value of the \meta{function} \emph{must} be either |\cTrueBool| +or |\cFalseBool| and be passed with \cs{Return} function.. The definition is global and an error results if the \meta{function} is already defined. \par -Assume the \meta{function} is \verb!\FooIfBar!, then another function \verb!\FooIfBarTF! -will be created at the same time. \verb!\FooIfBarTF! function has two extra arguments -which are \Arg{true code} and \Arg{false code}.\par +Assume the \meta{function} is |\FooIfBar|, then another three functions +are also created at the same time: |\FooIfBarT|, |\FooIfBarF|, and |\FooIfBarTF|. +They have extra arguments which are \Arg{true code} or/and \Arg{false code}. +For example, if you write +\begin{codehigh} +\PrgNewConditional \FooIfBar {Mm} {code with return value \cTrueBool or \cFalseBool} +\end{codehigh} +Then the following four functions are created: +\begin{itemize} + \item |\FooIfBar| \meta{arg_1} \Arg{arg_2} + \item |\FooIfBarT| \meta{arg_1} \Arg{arg_2} \Arg{true code} + \item |\FooIfBarF| \meta{arg_1} \Arg{arg_2} \Arg{false code} + \item |\FooIfBarTF| \meta{arg_1} \Arg{arg_2} \Arg{true code} \Arg{false code} +\end{itemize} \end{function} -\section{Return Values of Functions} +\section{Returning Values and Printing Tokens} + +Just like \LuaTeX, \pkg{functional} package also provides \cs{Return} and \cs{Print} functions. \begin{function}{\Return} \begin{syntax} @@ -551,6 +601,41 @@ is returned. Therefore, the following two examples produce the same output: \IgnoreSpacesOff \MathSquare{5} \end{codehigh} +\pkg{Functional} package takes care of return values, +and only print them to the input stream if the outer most functions are evaluated. +\end{function} + +\begin{function}{\Print} +\begin{syntax} +\cs{Print} \Arg{tokens} +\end{syntax} +Prints \meta{tokens} directly to the input stream. +If there is no function defined with \cs{PrgNewFunction} in \meta{tokens}, +you can omit \cs{Print} and write only \meta{tokens}. +But if there is any function defined with \cs{PrgNewFunction} in \meta{tokens}, +you \emph{have to} use \cs{Print} function. +\end{function} + +\section{Running Code with Anonymous Functions} + +\begin{function}{\Do} +\begin{syntax} +\cs{Do} \Arg{code} +\end{syntax} +Treats \meta{code} as an anonymous function without arguments and evaluates it. +\end{function} + +\begin{function}{\PrgRunOneArgCode,\PrgRunTwoArgCode,\PrgRunThreeArgCode,\PrgRunFourArgCode} +\begin{syntax} +\cs{PrgRunOneArgCode} \Arg{arg_1} \Arg{code} +\cs{PrgRunTwoArgCode} \Arg{arg_1} \Arg{arg_2} \Arg{code} +\cs{PrgRunThreeArgCode} \Arg{arg_1} \Arg{arg_2} \Arg{arg_3} \Arg{code} +\cs{PrgRunFourArgCode} \Arg{arg_1} \Arg{arg_2} \Arg{arg_3} \Arg{arg_4} \Arg{code} +\end{syntax} +Treats \meta{code} as an anonymous function with one to four arguments respectively, +and evaluates it. In evaluating the \meta{code}, \pkg{functional} package first evaluates +\meta{arg_1} to \meta{arg_4}, then replaces |#1| to |#4| in \meta{code} +with the return values respectively. \end{function} \chapter{Argument Using (\texttt{Use})} @@ -6803,6 +6888,1077 @@ making the comparison using the method described by \cs{StrIfEqTF}. %\end{texnote} \end{function} +\chapter{Regular Expressions (\texttt{Regex})} + +This module provides regular expression testing, +extraction of submatches, splitting, and replacement, all acting +on token lists. The syntax of regular expressions is mostly a subset +of the \textsc{pcre} syntax (and very close to \textsc{posix}), +with some additions +due to the fact that \TeX{} manipulates tokens rather than characters. +For performance reasons, only a limited set of features are implemented. +Notably, back-references are not supported. + +Let us give a few examples. The following example replace the first +occurrence of \enquote{\texttt{at}} with \enquote{\texttt{is}} +in the token list variable \cs{lTmpaTl}. +\begin{demohigh} +\TlSet \lTmpaTl {That cat.} +\RegexReplaceOnce {at} {is} \lTmpaTl +\TlUse \lTmpaTl +\end{demohigh} +A more complicated example is +a pattern to emphasize each word and add a comma after it: +\begin{demohigh} +\TlSet \lTmpaTl {That cat.} +\RegexReplaceAll {\w+} {\c{underline} \cB\{ \0 \cE\} ,} \lTmpaTl +\TlUse \lTmpaTl +\end{demohigh} +The |\w| sequence represents any \enquote{word} character, and |+| +indicates that the |\w| sequence should be repeated as many times as +possible (at least once), hence matching a word in the input token +list. In the replacement text, |\0| denotes the full match (here, a +word). The command |\underline| is inserted using |\c{underline}|, +and its argument |\0| is put between braces |\cB\{| and |\cE\}|. + +If a regular expression is to be used several times, +it can be compiled once, and stored in a regex +variable using \cs{RegexSet}. For example, +\begin{codehigh} +\RegexNew \lFooRegex +\RegexSet \lFooRegex {\c{begin} \cB. (\c[^BE].*) \cE.} +\end{codehigh} +stores in \cs{lFooRegex} a regular expression which matches the +starting marker for an environment: \cs[no-index]{begin}, followed by a +begin-group token (|\cB.|), then any number of tokens which are +neither begin-group nor end-group character tokens (|\c[^BE].*|), +ending with an end-group token (|\cE.|). As explained later, +the parentheses \enquote{capture} the result of |\c[^BE].*|, +giving us access to the name of the environment when doing +replacements. + +\section{Regular Expression Variables} + +If a regular expression is to be used several times, +it is better to compile it once rather than doing it +each time the regular expression is used. The compiled +regular expression is stored in a variable. All +of this module's functions can be given their +regular expression argument either as an explicit string +or as a compiled regular expression. + +\begin{variable}{\lTmpaRegex,\lTmpbRegex,\lTmpcRegex,\lTmpiRegex,\lTmpjRegex,\lTmpkRegex} +Scratch regex variables for local assignment. These are never used by +\verb!function! package, and so are safe for use with any function. +However, they may be overwritten by other non-kernel +code and so should only be used for short-term storage. +\end{variable} + +\begin{variable}{\gTmpaRegex,\gTmpbRegex,\gTmpcRegex,\gTmpiRegex,\gTmpjRegex,\gTmpkRegex} +Scratch regex variables for global assignment. These are never used by +\verb!function! package, and so are safe for use with any function. +However, they may be overwritten by other non-kernel +code and so should only be used for short-term storage. +\end{variable} + +\begin{function}{\RegexNew} +\begin{syntax} +\cs{RegexNew} \meta{regex var} +\end{syntax} +Creates a new \meta{regex var} or raises an error if the +name is already taken. The declaration is global. The +\meta{regex var} is initially such that it never matches. +\end{function} + +\begin{function}{\RegexSet} +\begin{syntax} +\cs{RegexSet} \meta{regex var} \Arg{regex} +\end{syntax} +Stores a compiled version of the \meta{regular expression} in the +\meta{regex var}. For instance, this function can be +used as +\begin{codehigh} +\RegexNew \lMyRegex +\RegexSet \lMyRegex {my\ (simple\ )? reg(ex|ular\ expression)} +\end{codehigh} +\end{function} + +\begin{function}{\RegexConst} +\begin{syntax} +\cs{RegexConst} \meta{regex var} \Arg{regex} +\end{syntax} +Creates a new constant \meta{regex var} or raises an error if the name +is already taken. The value of the \meta{regex var} is set +globally to the compiled version of the \meta{regular expression}. +\end{function} + +\begin{function}{\RegexLog,\RegexVarLog,\RegexShow,\RegexVarShow} +\begin{syntax} +\cs{RegexLog} \Arg{regex} +\cs{RegexVarLog} \meta{regex var} +\cs{RegexShow} \Arg{regex} +\cs{RegexVarShow} \meta{regex var} +\end{syntax} +Displays in the terminal or writes in the log file (respectively) +how \pkg{l3regex} interprets the \meta{regex}. For instance, +\cs{RegexShow} \verb+{\A X|Y}+ shows +\begin{codehigh} ++-branch + anchor at start (\A) + char code 88 (X) ++-branch + char code 89 (Y) +\end{codehigh} +indicating that the anchor |\A| only applies to the first branch: +the second branch is not anchored to the beginning of the match. +\end{function} + +\section{Regular Expression Matching} + +\begin{function}{\RegexMatch,\RegexMatchT,\RegexMatchF,\RegexMatchTF} +\begin{syntax} +\cs{RegexMatch} \Arg{regex} \Arg{token list} +\cs{RegexMatchT} \Arg{regex} \Arg{token list} \Arg{true code} +\cs{RegexMatchF} \Arg{regex} \Arg{token list} \Arg{false code} +\cs{RegexMatchTF} \Arg{regex} \Arg{token list} \Arg{true code} \Arg{false code} +\end{syntax} +Tests whether the \meta{regular expression} matches any part +of the \meta{token list}. For instance, +\begin{demohigh} +\RegexMatchTF {b [cde]*} {abecdcx} {\Print{True}} {\Print{False}} +\RegexMatchTF {[b-dq-w]} {example} {\Print{True}} {\Print{False}} +\end{demohigh} +\end{function} + +\begin{function}{\RegexVarMatch,\RegexVarMatchT,\RegexVarMatchF,\RegexVarMatchTF} +\begin{syntax} +\cs{RegexVarMatch} \meta{regex var} \Arg{token list} +\cs{RegexVarMatchT} \meta{regex var} \Arg{token list} \Arg{true code} +\cs{RegexVarMatchF} \meta{regex var} \Arg{token list} \Arg{false code} +\cs{RegexVarMatchTF} \meta{regex var} \Arg{token list} \Arg{true code} \Arg{false code} +\end{syntax} +Tests whether the \meta{regex var} matches any part of the \meta{token list}. +\end{function} + +\begin{function}{\RegexCount,\RegexVarCount} +\begin{syntax} +\cs{RegexCount} \Arg{regex} \Arg{token list} \meta{int var} +\cs{RegexVarCount} \meta{regex var} \Arg{token list} \meta{int var} +\end{syntax} +Sets \meta{int var} within the current \TeX{} group level +equal to the number of times +\meta{regular expression} appears in \meta{token list}. +The search starts by finding the left-most longest match, +respecting greedy and lazy (non-greedy) operators. Then the search +starts again from the character following the last character +of the previous match, until reaching the end of the token list. +Infinite loops are prevented in the case where the regular expression +can match an empty token list: then we count one match between each +pair of characters. For instance, +\begin{demohigh} +\IntNew \lFooInt +\RegexCount {(b+|c)} {abbababcbb} \lFooInt +\IntUse \lFooInt +\end{demohigh} +\end{function} + +\begin{function}{\RegexMatchCase} +\begin{syntax} +\cs{RegexMatchCase} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{code case_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{code case_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{code case_n} +~ ~ |}| \Arg{token list} +\end{syntax} +Determines which of the \meta{regular expressions} matches at the earliest +point in the \meta{token list}, and leaves the corresponding \meta{code_i}. +If several \meta{regex} match starting at the same point, +then the first one in the list is selected and the others are discarded. +Each \meta{regex} can either be given as a regex variable or as an explicit +regular expression. +\par +In detail, for each starting position in the \meta{token list}, each +of the \meta{regex} is searched in turn. If one of them matches +then the corresponding \meta{code} is used and everything else is +discarded, while if none of the \meta{regex} match at a given +position then the next starting position is attempted. If none of +the \meta{regex} match anywhere in the \meta{token list} then +nothing is left in the input stream. Note that this differs from +nested \cs{RegexMatch} statements since all \meta{regex} are +attempted at each position rather than attempting to match +\meta{regex_1} at every position before moving on to \meta{regex_2}. +\end{function} + +\begin{function}{\RegexMatchCaseT} +\begin{syntax} +\cs{RegexMatchCaseT} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{code case_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{code case_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{code case_n} +~ ~ |}| \Arg{token list} +~ ~ \Arg{true code} +\end{syntax} +Determines which of the \meta{regular expressions} matches at the +earliest point in the \meta{token list}, and leaves the +corresponding \meta{code_i} followed by the \meta{true code} in the +input stream. If several \meta{regex} match starting at the same +point, then the first one in the list is selected and the others are +discarded. Each \meta{regex} can either be given +as a regex variable or as an explicit regular expression. +\end{function} + +\begin{function}{\RegexMatchCaseF} +\begin{syntax} +\cs{RegexMatchCaseF} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{code case_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{code case_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{code case_n} +~ ~ |}| \Arg{token list} +~ ~ \Arg{false code} +\end{syntax} +Determines which of the \meta{regular expressions} matches at the +earliest point in the \meta{token list}, and leaves the +corresponding \meta{code_i}. +If several \meta{regex} match starting at the same +point, then the first one in the list is selected and the others are +discarded. If none of the \meta{regex} match, the \meta{false code} +is left in the input stream. Each \meta{regex} can either be given +as a regex variable or as an explicit regular expression. +\end{function} + +\begin{function}{\RegexMatchCaseTF} +\begin{syntax} +\cs{RegexMatchCaseTF} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{code case_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{code case_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{code case_n} +~ ~ |}| \Arg{token list} +~ ~ \Arg{true code} \Arg{false code} +\end{syntax} +Determines which of the \meta{regular expressions} matches at the +earliest point in the \meta{token list}, and leaves the +corresponding \meta{code_i} followed by the \meta{true code} in the +input stream. If several \meta{regex} match starting at the same +point, then the first one in the list is selected and the others are +discarded. If none of the \meta{regex} match, the \meta{false code} +is left in the input stream. Each \meta{regex} can either be given +as a regex variable or as an explicit regular expression. +\end{function} + +\section{Regular Expression Submatch Extraction} + +\begin{function}{\RegexExtractOnce,\RegexExtractOnceT,\RegexExtractOnceF,\RegexExtractOnceTF} +\begin{syntax} +\cs{RegexExtractOnce} \Arg{regex} \Arg{token list} \meta{seq var} +\cs{RegexExtractOnceT} \Arg{regex} \Arg{token list} \meta{seq var} \Arg{true code} +\cs{RegexExtractOnceF} \Arg{regex} \Arg{token list} \meta{seq var} \Arg{false code} +\cs{RegexExtractOnceTF} \Arg{regex} \Arg{token list} \meta{seq var} \Arg{true code} \Arg{false code} +\end{syntax} +Finds the first match of the \meta{regular expression} in the +\meta{token list}. If it exists, the match is stored as the first +item of the \meta{seq var}, and further items are the contents of +capturing groups, in the order of their opening parenthesis. The +\meta{seq var} is assigned locally. If there is no match, the +\meta{seq var} is cleared. The testing versions insert the +\meta{true code} into the input stream if a match was found, and the +\meta{false code} otherwise. +\par +For instance, assume that you type +\begin{codehigh} +\RegexExtractOnce {\A(La)?TeX(!*)\Z} {LaTeX!!!} \lTmpaSeq +\end{codehigh} +Then the regular expression (anchored at the start with |\A| and +at the end with |\Z|) must match the whole token list. The first +capturing group, |(La)?|, matches |La|, and the second capturing +group, |(!*)|, matches |!!!|. Thus, \cs{lTmpaSeq} contains as a result +the items |{LaTeX!!!}|, |{La}|, and |{!!!}|. +Note that the $n$-th item of \cs{lTmpaSeq}, as obtained using +\cs{SeqVarItem}, correspond to the submatch numbered $(n-1)$ in +functions such as \cs{RegexReplaceOnce}. +\end{function} + +\begin{function}{\RegexVarExtractOnce,\RegexVarExtractOnceT,\RegexVarExtractOnceF,\RegexVarExtractOnceTF} +\begin{syntax} +\cs{RegexVarExtractOnce} \meta{regex var} \Arg{token list} \meta{seq var} +\cs{RegexVarExtractOnceT} \meta{regex var} \Arg{token list} \meta{seq var} \Arg{true code} +\cs{RegexVarExtractOnceF} \meta{regex var} \Arg{token list} \meta{seq var} \Arg{false code} +\cs{RegexVarExtractOnceTF} \meta{regex var} \Arg{token list} \meta{seq var} \Arg{true code} \Arg{false code} +\end{syntax} +Finds the first match of the \meta{regex var} in the +\meta{token list}. If it exists, the match is stored as the first +item of the \meta{seq var}, and further items are the contents of +capturing groups, in the order of their opening parenthesis. The +\meta{seq var} is assigned locally. If there is no match, the +\meta{seq var} is cleared. The testing versions insert the +\meta{true code} into the input stream if a match was found, and the +\meta{false code} otherwise. +\end{function} + +\begin{function}{\RegexExtractAll,\RegexExtractAllT,\RegexExtractAllF,\RegexExtractAllTF} +\begin{syntax} +\cs{RegexExtractAll} \Arg{regex} \Arg{token list} \meta{seq var} +\cs{RegexExtractAllT} \Arg{regex} \Arg{token list} \meta{seq var} \Arg{true code} +\cs{RegexExtractAllF} \Arg{regex} \Arg{token list} \meta{seq var} \Arg{false code} +\cs{RegexExtractAllTF} \Arg{regex} \Arg{token list} \meta{seq var} \Arg{true code} \Arg{false code} +\end{syntax} +Finds all matches of the \meta{regular expression} +in the \meta{token list}, and stores all the submatch information +in a single sequence (concatenating the results of +multiple \cs{RegexExtractOnce} calls). +The \meta{seq var} is assigned locally. If there is no match, +the \meta{seq var} is cleared. +The testing versions insert the \meta{true code} into the input +stream if a match was found, and the \meta{false code} otherwise. +For instance, assume that you type +\begin{codehigh} +\RegexExtractAll {\w+} {Hello, world!} \lTmpaSeq +\end{codehigh} +Then the regular expression matches twice, the resulting +sequence contains the two items |{Hello}| and |{world}|. +\end{function} + +\begin{function}{\RegexVarExtractAll,\RegexVarExtractAllT,\RegexVarExtractAllF,\RegexVarExtractAllTF} +\begin{syntax} +\cs{RegexVarExtractAll} \meta{regex var} \Arg{token list} \meta{seq var} +\cs{RegexVarExtractAllT} \meta{regex var} \Arg{token list} \meta{seq var} \Arg{true code} +\cs{RegexVarExtractAllF} \meta{regex var} \Arg{token list} \meta{seq var} \Arg{false code} +\cs{RegexVarExtractAllTF} \meta{regex var} \Arg{token list} \meta{seq var} \Arg{true code} \Arg{false code} +\end{syntax} +Finds all matches of the \meta{regex var} +in the \meta{token list}, and stores all the submatch information +in a single sequence (concatenating the results of +multiple \cs{RegexVarExtractOnce} calls). +The \meta{seq var} is assigned locally. If there is no match, +the \meta{seq var} is cleared. +The testing versions insert the \meta{true code} into the input +stream if a match was found, and the \meta{false code} otherwise. +\end{function} + +\begin{function}{\RegexSplit,\RegexSplitT,\RegexSplitF,\RegexSplitTF} +\begin{syntax} +\cs{RegexSplit} \Arg{regular expression} \Arg{token list} \meta{seq var} +\cs{RegexSplitT} \Arg{regular expression} \Arg{token list} \meta{seq var} \Arg{true code} +\cs{RegexSplitF} \Arg{regular expression} \Arg{token list} \meta{seq var} \Arg{false code} +\cs{RegexSplitTF} \Arg{regular expression} \Arg{token list} \meta{seq var} \Arg{true code} \Arg{false code} +\end{syntax} +Splits the \meta{token list} into a sequence of parts, delimited by +matches of the \meta{regular expression}. If the \meta{regular expression} +has capturing groups, then the token lists that they match are stored as +items of the sequence as well. The assignment to \meta{seq var} is local. +If no match is found the resulting \meta{seq var} has the +\meta{token list} as its sole item. If the \meta{regular expression} +matches the empty token list, then the \meta{token list} is split +into single tokens. +The testing versions insert the \meta{true code} into the input +stream if a match was found, and the \meta{false code} otherwise. +For example, after +\begin{codehigh} +\SeqNew \lPathSeq +\RegexSplit {/} {the/path/for/this/file.tex} \lPathSeq +\end{codehigh} +the sequence |\lPathSeq| contains the items |{the}|, |{path}|, +|{for}|, |{this}|, and |{file.tex}|. +\end{function} + +\begin{function}{\RegexVarSplit,\RegexVarSplitT,\RegexVarSplitF,\RegexVarSplitTF} +\begin{syntax} +\cs{RegexVarSplit} \meta{regex var} \Arg{token list} \meta{seq var} +\cs{RegexVarSplitT} \meta{regex var} \Arg{token list} \meta{seq var} \Arg{true code} +\cs{RegexVarSplitF} \meta{regex var} \Arg{token list} \meta{seq var} \Arg{false code} +\cs{RegexVarSplitTF} \meta{regex var} \Arg{token list} \meta{seq var} \Arg{true code} \Arg{false code} +\end{syntax} +Splits the \meta{token list} into a sequence of parts, delimited by +matches of the \meta{regular expression}. If the \meta{regex var} +has capturing groups, then the token lists that they match are stored as +items of the sequence as well. The assignment to \meta{seq var} is local. +If no match is found the resulting \meta{seq var} has the +\meta{token list} as its sole item. If the \meta{regular expression} +matches the empty token list, then the \meta{token list} is split +into single tokens. +The testing versions insert the \meta{true code} into the input +stream if a match was found, and the \meta{false code} otherwise. +\end{function} + +\section{Regular Expression Replacement} + +\begin{function}{\RegexReplaceOnce,\RegexReplaceOnceT,\RegexReplaceOnceT,\RegexReplaceOnceTF} +\begin{syntax} +\cs{RegexReplaceOnce} \Arg{regular expression} \Arg{replacement} \meta{tl var} +\cs{RegexReplaceOnceT} \Arg{regular expression} \Arg{replacement} \meta{tl var} \Arg{true code} +\cs{RegexReplaceOnceF} \Arg{regular expression} \Arg{replacement} \meta{tl var} \Arg{false code} +\cs{RegexReplaceOnceTF} \Arg{regular expression} \Arg{replacement} \meta{tl var} \Arg{true code} \Arg{false code} +\end{syntax} +Searches for the \meta{regular expression} in the contents of the +\meta{tl var} and replaces the first match with the +\meta{replacement}. In the \meta{replacement}, +|\0| represents the full match, |\1| represent the contents of the +first capturing group, |\2| of the second, \emph{etc.} +The result is assigned locally to \meta{tl var}. +\end{function} + +\begin{function}{\RegexReplaceOnce,\RegexReplaceOnceT,\RegexReplaceOnceT,\RegexReplaceOnceTF} +\begin{syntax} +\cs{RegexVarReplaceOnce} \meta{regex var} \Arg{replacement} \meta{tl var} +\cs{RegexVarReplaceOnceT} \meta{regex var} \Arg{replacement} \meta{tl var} \Arg{true code} +\cs{RegexVarReplaceOnceF} \meta{regex var} \Arg{replacement} \meta{tl var} \Arg{false code} +\cs{RegexVarReplaceOnceTF} \meta{regex var} \Arg{replacement} \meta{tl var} \Arg{true code} \Arg{false code} +\end{syntax} +Searches for the \meta{regex var} in the contents of the +\meta{tl var} and replaces the first match with the +\meta{replacement}. In the \meta{replacement}, +|\0| represents the full match, |\1| represent the contents of the +first capturing group, |\2| of the second, \emph{etc.} +The result is assigned locally to \meta{tl var}. +\end{function} + +\begin{function}{\RegexReplaceAll,\RegexReplaceAllT,\RegexReplaceAllF,\RegexReplaceAllTF} +\begin{syntax} +\cs{RegexReplaceAll} \Arg{regular expression} \Arg{replacement} \meta{tl var} +\cs{RegexReplaceAllT} \Arg{regular expression} \Arg{replacement} \meta{tl var} \Arg{true code} +\cs{RegexReplaceAllF} \Arg{regular expression} \Arg{replacement} \meta{tl var} \Arg{false code} +\cs{RegexReplaceAllTF} \Arg{regular expression} \Arg{replacement} \meta{tl var} \Arg{true code} \Arg{false code} +\end{syntax} +Replaces all occurrences of the \meta{regex var} in the +contents of the \meta{tl var} +by the \meta{replacement}, where |\0| represents +the full match, |\1| represent the contents of the first capturing +group, |\2| of the second, \emph{etc.} Every match is treated +independently, and matches cannot overlap. The result is assigned +locally to \meta{tl~var}. +\end{function} + +\begin{function}{\RegexVarReplaceAll,\RegexVarReplaceAllT,\RegexVarReplaceAllF,\RegexVarReplaceAllTF} +\begin{syntax} +\cs{RegexVarReplaceAll} \meta{regex var} \Arg{replacement} \meta{tl var} +\cs{RegexVarReplaceAllT} \meta{regex var} \Arg{replacement} \meta{tl var} \Arg{true code} +\cs{RegexVarReplaceAllF} \meta{regex var} \Arg{replacement} \meta{tl var} \Arg{false code} +\cs{RegexVarReplaceAllTF} \meta{regex var} \Arg{replacement} \meta{tl var} \Arg{true code} \Arg{false code} +\end{syntax} +Replaces all occurrences of the \meta{regular expression} in the +contents of the \meta{tl var} +by the \meta{replacement}, where |\0| represents +the full match, |\1| represent the contents of the first capturing +group, |\2| of the second, \emph{etc.} Every match is treated +independently, and matches cannot overlap. The result is assigned +locally to \meta{tl var}. +\end{function} + +\begin{function}{\RegexReplaceCaseOnce} +\begin{syntax} +\cs{RegexReplaceCaseOnce} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{replacement_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{replacement_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{replacement_n} +~ ~ |}| \meta{tl var} +\end{syntax} +Replaces the earliest match of the regular expression +"(?|"\meta{regex_1}"|"\dots"|"\meta{regex_n}")" in the \meta{token list variable} +by the \meta{replacement} corresponding to which \meta{regex_i} matched. +If none of the \meta{regex} match, then the +\meta{tl var} is not modified. Each \meta{regex} can either be given as a regex +variable or as an explicit regular expression. +\par +In detail, for each starting position in the \meta{token list}, each +of the \meta{regex} is searched in turn. If one of them matches +then it is replaced by the corresponding \meta{replacement} as +described for \cs{RegexReplaceOnce}. This is equivalent to +checking with \cs{RegexMatchCase} which \meta{regex} matches, +then performing the replacement with \cs{RegexReplaceOnce}. +\end{function} + +\begin{function}{\RegexReplaceCaseOnceT} +\begin{syntax} +\cs{RegexReplaceCaseOnceT} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{replacement_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{replacement_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{replacement_n} +~ ~ |}| \meta{tl var} +~ ~ \Arg{true code} +\end{syntax} +Replaces the earliest match of the regular expression +"(?|"\meta{regex_1}"|"\dots"|"\meta{regex_n}")" in the \meta{token list variable} +by the \meta{replacement} corresponding to which +\meta{regex_i} matched, then leaves the \meta{true code} in the +input stream. If none of the \meta{regex} match, then the +\meta{tl var} is not modified. Each \meta{regex} can either be given as a regex +variable or as an explicit regular expression. +\end{function} + +\begin{function}{\RegexReplaceCaseOnceF} +\begin{syntax} +\cs{RegexReplaceCaseOnceF} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{replacement_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{replacement_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{replacement_n} +~ ~ |}| \meta{tl var} +~ ~ \Arg{false code} +\end{syntax} +Replaces the earliest match of the regular expression +"(?|"\meta{regex_1}"|"\dots"|"\meta{regex_n}")" in the \meta{token list variable} +by the \meta{replacement} corresponding to which +\meta{regex_i} matched. If none of the \meta{regex} match, then the +\meta{tl var} is not modified, and the \meta{false code} is left in +the input stream. Each \meta{regex} can either be given as a regex +variable or as an explicit regular expression. +\end{function} + +\begin{function}{\RegexReplaceCaseOnceTF} +\begin{syntax} +\cs{RegexReplaceCaseOnceTF} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{replacement_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{replacement_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{replacement_n} +~ ~ |}| \meta{tl var} +~ ~ \Arg{true code} \Arg{false code} +\end{syntax} +Replaces the earliest match of the regular expression +"(?|"\meta{regex_1}"|"\dots"|"\meta{regex_n}")" in the \meta{token list variable} +by the \meta{replacement} corresponding to which +\meta{regex_i} matched, then leaves the \meta{true code} in the +input stream. If none of the \meta{regex} match, then the +\meta{tl var} is not modified, and the \meta{false code} is left in +the input stream. Each \meta{regex} can either be given as a regex +variable or as an explicit regular expression. +\end{function} + +\begin{function}{\RegexReplaceCaseAll} +\begin{syntax} +\cs{RegexReplaceCaseAll} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{replacement_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{replacement_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{replacement_n} +~ ~ |}| \meta{tl var} +\end{syntax} +Replaces all occurrences of all \meta{regex} in the \meta{token~list} +by the corresponding \meta{replacement}. Every match is +treated independently, and matches cannot overlap. The result is +assigned locally to \meta{tl var}. +\par +In detail, for each starting position in the \meta{token list}, each +of the \meta{regex} is searched in turn. If one of them matches +then it is replaced by the corresponding \meta{replacement}, and the +search resumes at the position that follows this match (and +replacement). For instance +%% FIXME +%\begin{codehigh} +%\TlSet \lTmpaTl {Hello, world!} +%\RegexReplaceCaseAll +% { +% {[A-Za-z]+} {``\0''} +% {\b} {---} +% {.} {[\0]} +% } \lTmpaTl +%\end{codehigh} +\begin{codehigh} +\TlSet \lTmpaTl {Hello, world!} +\RegexReplaceCaseAll + { + {[A-Za-z]+} {``\0''} + {\b} {---} + {.} {[\0]} + } \lTmpaTl +\end{codehigh} +results in \cs{lTmpaTl} having the contents +\verb*|``Hello''---[,][ ]``world''---[!]|. Note in particular that +the word-boundary assertion |\b| did not match at the start of words +because the case |[A-Za-z]+| matched at these positions. To change +this, one could simply swap the order of the two cases in the +argument of \cs{RegexReplaceCaseAll}. +\end{function} + +\begin{function}{\RegexReplaceCaseAllT} +\begin{syntax} +\cs{RegexReplaceCaseAllT} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{replacement_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{replacement_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{replacement_n} +~ ~ |}| \meta{tl var} +~ ~ \Arg{true code} +\end{syntax} +Replaces all occurrences of all \meta{regex} in the \meta{token~list} +by the corresponding \meta{replacement}. Every match is +treated independently, and matches cannot overlap. The result is +assigned locally to \meta{tl var}, and the \meta{true code} +is left in the input stream if any replacement was made. +\end{function} + +\begin{function}{\RegexReplaceCaseAllF} +\begin{syntax} +\cs{RegexReplaceCaseAllF} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{replacement_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{replacement_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{replacement_n} +~ ~ |}| \meta{tl var} +~ ~ \Arg{false code} +\end{syntax} +Replaces all occurrences of all \meta{regex} in the \meta{token~list} +by the corresponding \meta{replacement}. Every match is +treated independently, and matches cannot overlap. The result is +assigned locally to \meta{tl var}, and the \meta{false code} is left +in the input stream if not any replacement was made. +\end{function} + +\begin{function}{\RegexReplaceCaseAllTF} +\begin{syntax} +\cs{RegexReplaceCaseAllTF} +~ ~ |{| +~ ~ ~ ~ \Arg{regex_1} \Arg{replacement_1} +~ ~ ~ ~ \Arg{regex_2} \Arg{replacement_2} +~ ~ ~ ~ \ldots +~ ~ ~ ~ \Arg{regex_n} \Arg{replacement_n} +~ ~ |}| \meta{tl var} +~ ~ \Arg{true code} \Arg{false code} +\end{syntax} +Replaces all occurrences of all \meta{regex} in the \meta{token +list} by the corresponding \meta{replacement}. Every match is +treated independently, and matches cannot overlap. The result is +assigned locally to \meta{tl var}, and the \meta{true code} or +\meta{false code} is left in the input stream depending on whether +any replacement was made or not. +\end{function} + +\section{Syntax of Regular Expressions} + +\subsection{Regular Expression Examples} + +We start with a few examples, and encourage the reader to apply +\cs{RegexShow} to these regular expressions. +\begin{itemize} +\item |Cat| matches the word \enquote{Cat} capitalized in this way, + but also matches the beginning of the word \enquote{Cattle}: use + |\bCat\b| to match a complete word only. +\item |[abc]| matches one letter among \enquote{a}, \enquote{b}, + \enquote{c}; the pattern \verb"(a|b|c)" matches the same three + possible letters (but see the discussion of submatches below). +\item |[A-Za-z]*| matches any number (due to the quantifier + \verb"*") of Latin letters (not accented). +\item |\c{[A-Za-z]*}| matches a control sequence made of Latin + letters. +\item |\_[^\_]*\_| matches an underscore, any number of characters + other than underscore, and another underscore; it is equivalent to + |\_.*?\_| where |.| matches arbitrary characters and the + lazy quantifier |*?| means to match as few characters as + possible, thus avoiding matching underscores. +\item |[\+\-]?\d+| matches an explicit integer with at most one + sign. +\item \verb*"[\+\-\ ]*\d+\ *" matches an explicit integer with any + number of $+$ and $-$ signs, with spaces allowed except within the + mantissa, and surrounded by spaces. +\item \verb*"[\+\-\ ]*(\d+|\d*\.\d+)\ *" matches an explicit integer or + decimal number; using \verb*"[.,]" instead of \verb*"\." would allow + the comma as a decimal marker. +\item + \verb*"[\+\-\ ]*(\d+|\d*\.\d+)\ *((?i)pt|in|[cem]m|ex|[bs]p|[dn]d|[pcn]c)\ *" + \allowbreak matches an explicit dimension with any unit that \TeX{} knows, where + \verb*"(?i)" means to treat lowercase and uppercase letters + identically. +\item \verb*"[\+\-\ ]*((?i)nan|inf|(\d+|\d*\.\d+)(\ *e[\+\-\ ]*\d+)?)\ *" + matches an explicit floating point number or the special values + \verb*"nan" and \verb*"inf" (with signs and spaces allowed). +\item \verb*"[\+\-\ ]*(\d+|\cC.)\ *" matches an explicit integer or + control sequence (without checking whether it is an integer + variable). +\item |\G.*?\K| at the beginning of a regular expression matches and + discards (due to |\K|) everything between the end of the previous + match (|\G|) and what is matched by the rest of the regular + expression; this is useful in \cs{RegexReplaceAll} when the + goal is to extract matches or submatches in a finer way than with + \cs{RegexExtractAll}. +\end{itemize} +While it is impossible for a regular expression to match only integer +expressions, \newline\verb*"[\+\-\(]*\d+\)*([\+\-*/][\+\-\(]*\d+\)*)*" matches among +other things all valid integer expressions (made only with explicit +integers). One should follow it with further testing. + +\subsection{Characters in Regular Expressions} + +Most characters match exactly themselves, +with an arbitrary category code. Some characters are +special and must be escaped with a backslash (\emph{e.g.}, |\*| +matches a star character). Some escape sequences of +the form backslash--letter also have a special meaning +(for instance |\d| matches any digit). As a rule, +\begin{itemize} +\item every alphanumeric character (\texttt{A}--\texttt{Z}, + \texttt{a}--\texttt{z}, \texttt{0}--\texttt{9}) matches + exactly itself, and should not be escaped, because + |\A|, |\B|, \ldots{} have special meanings; +\item non-alphanumeric printable ASCII characters can (and should) + always be escaped: many of them have special meanings (\emph{e.g.}, + use |\(|, |\)|, |\?|, |\.|, |\^|); +\item spaces should always be escaped (even in character + classes); +\item any other character may be escaped or not, without any + effect: both versions match exactly that character. +\end{itemize} +Note that these rules play nicely with the fact that many +non-alphanumeric characters are difficult to input into \TeX{} +under normal category codes. For instance, |\\abc\%| +matches the characters |\abc%| (with arbitrary category codes), +but does not match the control sequence |\abc| followed by a +percent character. Matching control sequences can be done +using the |\c|\Arg{regex} syntax (see below). + +Any special character which appears at a place where its special +behaviour cannot apply matches itself instead (for instance, a +quantifier appearing at the beginning of a string), after raising a +warning. + +Characters. +\begin{l3regex-syntax} + \item[\\x\{hh\ldots{}\}] Character with hex code \texttt{hh\ldots{}} + \item[\\xhh] Character with hex code \texttt{hh}. + \item[\\a] Alarm (hex 07). + \item[\\e] Escape (hex 1B). + \item[\\f] Form-feed (hex 0C). + \item[\\n] New line (hex 0A). + \item[\\r] Carriage return (hex 0D). + \item[\\t] Horizontal tab (hex 09). +\end{l3regex-syntax} + +\subsection{Characters Classes} + +Character types. +\begin{l3regex-syntax} + \item[.] A single period matches any token. + \item[\\d] Any decimal digit. + \item[\\h] Any horizontal space character, + equivalent to |[\ \^^I]|: space and tab. + \item[\\s] Any space character, + equivalent to |[\ \^^I\^^J\^^L\^^M]|. + \item[\\v] Any vertical space character, + equivalent to |[\^^J\^^K\^^L\^^M]|. Note that |\^^K| is a vertical space, + but not a space, for compatibility with Perl. + \item[\\w] Any word character, \emph{i.e.}, + alphanumerics and underscore, equivalent to the explicit + class |[A-Za-z0-9\_]|. + \item[\\D] Any token not matched by |\d|. + \item[\\H] Any token not matched by |\h|. + \item[\\N] Any token other than the |\n| character (hex 0A). + \item[\\S] Any token not matched by |\s|. + \item[\\V] Any token not matched by |\v|. + \item[\\W] Any token not matched by |\w|. +\end{l3regex-syntax} +Of those, |.|, |\D|, |\H|, |\N|, |\S|, |\V|, and |\W| match arbitrary +control sequences. + +Character classes match exactly one token in the subject. +\begin{l3regex-syntax} + \item[{[\ldots{}]}] Positive character class. + Matches any of the specified tokens. + \item[{[\char`\^\ldots{}]}] Negative character class. + Matches any token other than the specified characters. + \item[{x-y}] Within a character class, this denotes a range (can be + used with escaped characters). + \item[{[:\meta{name}:]}] Within a character class (one more set of + brackets), this denotes the \textsc{posix} character class + \meta{name}, which can be \texttt{alnum}, \texttt{alpha}, + \texttt{ascii}, \texttt{blank}, \texttt{cntrl}, \texttt{digit}, + \texttt{graph}, \texttt{lower}, \texttt{print}, \texttt{punct}, + \texttt{space}, \texttt{upper}, \texttt{word}, or \texttt{xdigit}. + \item[{[:\char`\^\meta{name}:]}] Negative \textsc{posix} character class. +\end{l3regex-syntax} +For instance, |[a-oq-z\cC.]| matches any lowercase latin letter +except |p|, as well as control sequences (see below for a description +of |\c|). + +In character classes, only |[|, |^|, |-|, |]|, |\| and spaces are +special, and should be escaped. Other non-alphanumeric characters can +still be escaped without harm. Any escape sequence which matches a +single character (|\d|, |\D|, \emph{etc.}) is supported in character +classes. If the first character is |^|, then +the meaning of the character class is inverted; |^| appearing anywhere +else in the range is not special. If the first character (possibly +following a leading |^|) is |]| then it does not need to be escaped +since ending the range there would make it empty. +Ranges of characters +can be expressed using |-|, for instance, |[\D 0-5]| and |[^6-9]| are +equivalent. + +\subsection{Structure: Alternatives, Groups, Repetitions} + +Quantifiers (repetition). +\begin{l3regex-syntax} + \item[?] $0$ or $1$, greedy. + \item[??] $0$ or $1$, lazy. + \item[*] $0$ or more, greedy. + \item[*?] $0$ or more, lazy. + \item[+] $1$ or more, greedy. + \item[+?] $1$ or more, lazy. + \item[\{$n$\}] Exactly $n$. + \item[\{$n,$\}] $n$ or more, greedy. + \item[\{$n,$\}?] $n$ or more, lazy. + \item[\{$n,m$\}] At least $n$, no more than $m$, greedy. + \item[\{$n,m$\}?] At least $n$, no more than $m$, lazy. +\end{l3regex-syntax} +For greedy quantifiers the regex code will first investigate matches +that involve as many repetitions as possible, while for lazy +quantifiers it investigates matches with as few repetitions as +possible first. + +Alternation and capturing groups. +\begin{l3regex-syntax} + \item[A\char`|B\char`|C] Either one of \texttt{A}, \texttt{B}, + or \texttt{C}, investigating \texttt{A} first. + \item[(\ldots{})] Capturing group. + \item[(?:\ldots{})] Non-capturing group. + \item[(?\char`|\ldots{})] Non-capturing group which resets + the group number for capturing groups in each alternative. + The following group is numbered with the first unused + group number. +\end{l3regex-syntax} + +Capturing groups are a means of extracting information about the +match. Parenthesized groups are labelled in the order of their +opening parenthesis, starting at $1$. The contents of those groups +corresponding to the \enquote{best} match (leftmost longest) +can be extracted and stored in a sequence of token lists using for +instance \cs{RegexExtractOnceTF}. + +The |\K| escape sequence resets the beginning of the match to the +current position in the token list. This only affects what is reported +as the full match. For instance, +\begin{codehigh} +\RegexExtractAll {a \K .} {a123aaxyz} \lFooSeq +\end{codehigh} +results in \cs{lFooSeq} containing the items |{1}| and |{a}|: the +true matches are |{a1}| and |{aa}|, but they are trimmed by the use of +|\K|. The |\K| command does not affect capturing groups: for instance, +\begin{codehigh} +\RegexExtractOnce {(. \K c)+ \d} {acbc3} \lFooSeq +\end{codehigh} +results in \cs{lFooSeq} containing the items |{c3}| and |{bc}|: the +true match is |{acbc3}|, with first submatch |{bc}|, but |\K| resets +the beginning of the match to the last position where it appears. + +\subsection{Matching Exact Tokens} + +The |\c| escape sequence allows to test the category code of tokens, +and match control sequences. Each character category is represented +by a single uppercase letter: +\begin{itemize} +\item |C| for control sequences; +\item |B| for begin-group tokens; +\item |E| for end-group tokens; +\item |M| for math shift; +\item |T| for alignment tab tokens; +\item |P| for macro parameter tokens; +\item |U| for superscript tokens (up); +\item |D| for subscript tokens (down); +\item |S| for spaces; +\item |L| for letters; +\item |O| for others; and +\item |A| for active characters. +\end{itemize} +The |\c| escape sequence is used as follows. +\begin{l3regex-syntax} + \item[\\c\Arg{regex}] A control sequence whose csname matches the + \meta{regex}, anchored at the beginning and end, so that |\c{begin}| + matches exactly \cs[no-index]{begin}, and nothing else. + \item[\\cX] Applies to the next object, which can be a character, + escape character sequence such as |\x{0A}|, character class, or + group, and forces this object to only match tokens with category + |X| (any of |CBEMTPUDSLOA|. For instance, |\cL[A-Z\d]| matches + uppercase letters and digits of category code letter, |\cC.| + matches any control sequence, and |\cO(abc)| matches |abc| where + each character has category other.\footnote{This last example also + captures \enquote{\texttt{abc}} as a regex group; to avoid this + use a non-capturing group \texttt{\textbackslash cO(?:abc)}.} + \item[{\\c[XYZ]}] Applies to the next object, and forces it to only + match tokens with category |X|, |Y|, or |Z| (each being any of + |CBEMTPUDSLOA|). For instance, |\c[LSO](..)| matches two tokens of + category letter, space, or other. + \item[{\\c[\char`\^XYZ]}] Applies to the next object and prevents it + from matching any token with category |X|, |Y|, or |Z| (each being + any of |CBEMTPUDSLOA|). For instance, |\c[^O]\d| matches digits + which have any category different from other. +\end{l3regex-syntax} +The category code tests can be used inside classes; for instance, +|[\cO\d \c[LO][A-F]]| matches what \TeX{} considers as hexadecimal +digits, namely digits with category other, or uppercase letters from +|A| to |F| with category either letter or other. Within a group +affected by a category code test, the outer test can be overridden by +a nested test: for instance, |\cL(ab\cO\*cd)| matches |ab*cd| where +all characters are of category letter, except |*| which has category +other. + +The |\u| escape sequence allows to insert the contents of a token list +directly into a regular expression or a replacement, avoiding the need +to escape special characters. Namely, |\u|\Arg{var name} matches +the exact contents (both character codes and category codes) of the +variable \cs[no-index]{\meta{var name}}. %, +%which are obtained by applying \cs{exp_not:v} \Arg{var name} at the +%time the regular expression is compiled. +Within a |\c{...}| +control sequence matching, the |\u| escape sequence only expands its +argument once. %, in effect performing \cs{tl_to_str:v}. +Quantifiers are supported. + +The |\ur| escape sequence allows to insert the contents of a |regex| +variable into a larger regular expression. For instance, +|A\ur{lTmpaRegex}D| matches the tokens |A| and |D| separated by +something that matches the regular expression +\cs{lTmpaRegex}. This behaves as if a non-capturing group +were surrounding \cs{lTmpaRegex}, and any group contained +in \cs{lTmpaRegex} is converted to a non-capturing group. +Quantifiers are supported. + +For instance, if \cs{lTmpaRegex} has value \verb"B|C", +then |A\ur{l_tmpa_regex}D| is equivalent to \verb"A(?:B|C)D" (matching +|ABD| or |ACD|) and not to \verb"AB|CD" (matching |AB| or |CD|). To +get the latter effect, it is simplest to use \TeX{}'s expansion +machinery directly: if \cs{lTmpaTl} contains +\verb"B|C" then the following two lines show the same result: +\begin{codehigh} +\RegexShow {A \u{lTmpaTl} D} +\RegexShow {A B | C D} +\end{codehigh} + +\subsection{Miscellaneous} + +Anchors and simple assertions. +\begin{l3regex-syntax} + \item[\\b] Word boundary: either the previous token is matched by + |\w| and the next by |\W|, or the opposite. For this purpose, + the ends of the token list are considered as |\W|. + \item[\\B] Not a word boundary: between two |\w| tokens + or two |\W| tokens (including the boundary). + \item[\char`^ \textrm{or} \\A] + Start of the subject token list. + \item[\char`$\textrm{,} \\Z \textrm{or} \\z] %^^A $ + End of the subject token list. + \item[\\G] Start of the current match. This is only different from |^| + in the case of multiple matches: for instance + |\RegexCount {\G a} {aaba} \lTmpaInt| yields $2$, but + replacing |\G| by |^| would result in \cs{lTmpaInt} holding the + value $1$. +\end{l3regex-syntax} + +The option |(?i)| makes the match case insensitive (identifying +\texttt{A}--\texttt{Z} with \texttt{a}--\texttt{z}; no Unicode support +yet). This applies until the end of the group in which it appears, and +can be reverted using |(?-i)|. For instance, in +\verb"(?i)(a(?-i)b|c)d", the letters |a| and |d| are affected by the +|i| option. Characters within ranges and classes are affected +individually: |(?i)[Y-\\]| is equivalent to |[YZ\[\\yz]|, and +|(?i)[^aeiou]| matches any character which is not a vowel. Neither +character properties, nor |\c{...}| nor |\u{...}| are affected by the +|i| option. +%^^A \] + +\section{Syntax of the Replacement Text} + +Most of the features described in regular expressions do not make +sense within the replacement text. Backslash introduces various +special constructions, described further below: +\begin{itemize} + \item |\0| is the whole match; + \item |\1| is the submatch that was matched by the first (capturing) + group |(...)|; similarly for |\2|, \ldots{}, |\9| and + |\g{|\meta{number}|}|; + \item \verb*|\ | inserts a space (spaces are ignored when not + escaped); + \item |\a|, |\e|, |\f|, |\n|, |\r|, |\t|, |\xhh|, |\x{hhh}| + correspond to single characters as in regular expressions; + \item |\c|\Arg{cs name} inserts a control sequence; + \item |\c|\meta{category}\meta{character} (see below); + \item |\u|\Arg{tl var name} inserts the contents of the + \meta{tl var} (see below). +\end{itemize} +Characters other than backslash and space are simply inserted in the +result (but since the replacement text is first converted to a string, +one should also escape characters that are special for \TeX{}, for +instance use |\#|). Non-alphanumeric characters can always be safely +escaped with a backslash. + +For instance, +\begin{demohigh} +\TlSet \lTmpaTl {Hello, world!} +\RegexReplaceAll {([er]?l|o) .} {(\0--\1)} \lTmpaTl +\TlUse \lTmpaTl +\end{demohigh} + +The submatches are numbered according to the order in which the +opening parenthesis of capturing groups appear in the regular +expression to match. The $n$-th submatch is empty if there are fewer +than $n$ capturing groups or for capturing groups that appear in +alternatives that were not used for the match. In case a capturing +group matches several times during a match (due to quantifiers) only +the last match is used in the replacement text. Submatches always keep +the same category codes as in the original token list. + +By default, the category code of characters inserted by the +replacement are determined by the prevailing category code regime at +the time where the replacement is made, with two exceptions: +\begin{itemize} +\item space characters (with character code $32$) inserted with + \verb*|\ | or |\x20| or |\x{20}| have category code $10$ regardless + of the prevailing category code regime; +\item if the category code would be $0$ (escape), $5$ (newline), + $9$ (ignore), $14$ (comment) or $15$ (invalid), it is replaced by + $12$ (other) instead. +\end{itemize} +The escape sequence |\c| allows to insert characters +with arbitrary category codes, as well as control sequences. +\begin{l3regex-syntax} +\item[\\cX(\ldots{})] Produces the characters \enquote{\ldots{}} with + category |X|, which must be one of |CBEMTPUDSLOA| as in regular + expressions. Parentheses are optional for a single character (which + can be an escape sequence). When nested, the innermost category + code applies, for instance |\cL(Hello\cS\ world)!| gives this text + with standard category codes. +\item[\\c\Arg{text}] Produces the control sequence with csname + \meta{text}. The \meta{text} may contain references to the + submatches |\0|, |\1|, and so on, as in the example for |\u| below. +\end{l3regex-syntax} + +The escape sequence |\u|\Arg{var name} allows to insert the +contents of the variable with name \meta{var name} directly into +the replacement, giving an easier control of category codes. When +nested in |\c{|\ldots{}|}| and |\u{|\ldots{}|}| constructions, the +|\u| and |\c| escape sequences %perform \cs{tl_to_str:v}, namely +extract the value of the control sequence and turn it into a string. +Matches can also be used within the arguments of |\c| and |\u|. For +instance, +\begin{demohigh} +\TlSet \lMyOneTl {first} +\TlSet \lMyTwoTl {\underline{second}} +\TlSet \lTmpaTl {One,Two,One,One} +\RegexReplaceAll {[^,]+} {\u{lMy\0Tl}} \lTmpaTl +\TlUse \lTmpaTl +\end{demohigh} + +Regex replacement is also a convenient way to produce token lists +with arbitrary category codes. For instance +\begin{codehigh} +\TlClear \lTmpaTl +\RegexReplaceAll { } {\cU\% \cA\~} \lTmpaTl +\end{codehigh} +results in \cs{lTmpaTl} containing the percent character +with category code $7$ (superscript) and an active tilde character. + \chapter{Token Manipulation (\texttt{Token})} \begin{function}{\CharLowercase,\CharUppercase,\CharTitlecase,\CharFoldcase} diff --git a/macros/latex/contrib/hyperref/ChangeLog.txt b/macros/latex/contrib/hyperref/ChangeLog.txt index b7223f7530..e2d01e4e55 100644 --- a/macros/latex/contrib/hyperref/ChangeLog.txt +++ b/macros/latex/contrib/hyperref/ChangeLog.txt @@ -1,3 +1,33 @@ +2022-05-13 Ulrike Fischer/David Carlisle + + * added new interface for package authors to create targets for internal + links + * allow to suppress sectioning and footnote patches of hyperref + * removed loading of memhfixc: memoir handles that now by itself. + * removed an old patch for KOMA before 2001 + * removed compability code for pdftex 1.14 + * remove a test for amsmath before 1999 + * removed an since 2002 unneeded definition for subfigure + * various patches in nameref can now be disabled by package authors + by defining a command. + * the experimental option localanchorname has been deprecated + * LaTeX 2020-10-01 is required as hooks are used now. + * \refstepcounter no longer tests for the slide counter as no reason could be found + for that test. + * nameref no longer patches \ifthenelse if kernel support is detected. + * some support for references is done by tex4ht directly and has been removed from + hyperref + * unified reference commands, both nameref and hyperref now support + \ref, \pageref, \Ref, \nameref and \ref*, \pageref*, \Ref*, \nameref* + * removed older varioref code, a varioref newer than 2019 is now needed. + * improved support for showkeys. + * \theHequation is always defined (an not only if the section + counter is defined) + * Removed the \contentsline tests, no longer needed as \contentsline + has now four arguments also in latex. + * \MakeUppercase and \MakeLowercase work now in bookmarks if the expl3 + support is detected. + 2022-02-21 Ulrike Fischer/David Carlisle * a pdftex version newer than 1.10 (from 2003) is assumed * removed tests for numexpr/dimexpr: etex is now required diff --git a/macros/latex/contrib/hyperref/README.md b/macros/latex/contrib/hyperref/README.md index 4198cf7be1..994e8f8473 100644 --- a/macros/latex/contrib/hyperref/README.md +++ b/macros/latex/contrib/hyperref/README.md @@ -1,6 +1,6 @@ # README for hyperref bundle -Version 2022-02-21 v7.00n +Version 2022-05-13 v7.00o ## INTRODUCTION diff --git a/macros/latex/contrib/hyperref/backref.dtx b/macros/latex/contrib/hyperref/backref.dtx index 3fe08479a5..f6dda3d569 100644 --- a/macros/latex/contrib/hyperref/backref.dtx +++ b/macros/latex/contrib/hyperref/backref.dtx @@ -3,7 +3,7 @@ %% Copyright (C) 1995-2000 David Carlisle, Sebastian Rahtz, Heiko Oberdiek %% 2001-2012 Heiko Oberdiek %% 2016-2019 Oberdiek Package Suport Group -%% 2019-2021 The LaTeX Project +%% 2019-2022 The LaTeX Project %% https://github.com/latex3/hyperref/issues %% %% This file is part of the `Hyperref Bundle'. diff --git a/macros/latex/contrib/hyperref/doc/backref.pdf b/macros/latex/contrib/hyperref/doc/backref.pdf Binary files differindex 78db41ad2f..6a14072d67 100644 --- a/macros/latex/contrib/hyperref/doc/backref.pdf +++ b/macros/latex/contrib/hyperref/doc/backref.pdf diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.css b/macros/latex/contrib/hyperref/doc/hyperref-doc.css index 8f8b11fa47..4586a1cd3a 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc.css +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.css @@ -291,6 +291,7 @@ table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; } table.longtable{border-collapse: collapse; border-spacing: 0;} div.longtable{text-align:center;} table.longtable{margin-left:auto; margin-right: auto;} +caption.longtable .id{font-weight:bold;} span.HoLogo-LaTeX span.HoLogo-a{position:relative;top:-.5ex;margin-left:-.36em;margin-right:-.15em;font-size:85%;} span.HoLogo-TeX span.HoLogo-e{position:relative;top:.5ex;margin-left:-.1667em;margin-right:-.125em;} a span.HoLogo-TeX span.HoLogo-e{text-decoration:none;} diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.html b/macros/latex/contrib/hyperref/doc/hyperref-doc.html index 2990eb08ba..a5b09ee82c 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc.html +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.html @@ -25,7 +25,7 @@ href="https://github.com/latex3/hyperref/issues" class="url" ><span class="ec-lmvtt-10x-x-120">https://github.com/latex3/hyperref/issues</span></a><span class="ec-lmr-12">)</span></div><br /> <div class="date" ><span -class="ec-lmr-12">2022-02-21 v7.00n</span></div> +class="ec-lmr-12">2022-05-13 v7.00o</span></div> </div> <h3 class="likesectionHead"><a id="x1-1000"></a>Contents</h3> @@ -44,171 +44,267 @@ href="#x1-60004" id="QQ2-1-6">Interfaces for class and package authors</a></span href="#x1-70004.1" id="QQ2-1-7">Counters</a></span> <br />   <span class="subsectionToc" >4.2 <a href="#x1-80004.2" id="QQ2-1-8">Links commands</a></span> +<br />   <span class="subsectionToc" >4.3 <a +href="#x1-90004.3" id="QQ2-1-9">Creating targets</a></span> +<br />   <span class="subsectionToc" >4.4 <a +href="#x1-100004.4" id="QQ2-1-10">Patches and how to suppress them</a></span> <br />  <span class="sectionToc" >5 <a -href="#x1-90005" id="QQ2-1-9">Package options</a></span> +href="#x1-110005" id="QQ2-1-11">Package options</a></span> <br />   <span class="subsectionToc" >5.1 <a -href="#x1-100005.1" id="QQ2-1-10">General options</a></span> +href="#x1-120005.1" id="QQ2-1-12">General options</a></span> <br />   <span class="subsectionToc" >5.2 <a -href="#x1-110005.2" id="QQ2-1-11">Options for destination names</a></span> +href="#x1-130005.2" id="QQ2-1-13">Options for destination names</a></span> <br />   <span class="subsectionToc" >5.3 <a -href="#x1-120005.3" id="QQ2-1-12">Configuration options</a></span> +href="#x1-140005.3" id="QQ2-1-14">Configuration options</a></span> <br />   <span class="subsectionToc" >5.4 <a -href="#x1-130005.4" id="QQ2-1-13">Backend drivers</a></span> +href="#x1-150005.4" id="QQ2-1-15">Backend drivers</a></span> <br />   <span class="subsectionToc" >5.5 <a -href="#x1-140005.5" id="QQ2-1-14">Extension options</a></span> +href="#x1-160005.5" id="QQ2-1-16">Extension options</a></span> <br />   <span class="subsectionToc" >5.6 <a -href="#x1-150005.6" id="QQ2-1-15">PDF-specific display options</a></span> +href="#x1-170005.6" id="QQ2-1-17">PDF-specific display options</a></span> <br />   <span class="subsectionToc" >5.7 <a -href="#x1-160005.7" id="QQ2-1-16">PDF display and information options</a></span> +href="#x1-180005.7" id="QQ2-1-18">PDF display and information options</a></span> <br />   <span class="subsectionToc" >5.8 <a -href="#x1-170005.8" id="QQ2-1-17">Option <span +href="#x1-190005.8" id="QQ2-1-19">Option <span class="ec-lmvtt-10">pdfinfo</span></a></span> <br />   <span class="subsectionToc" >5.9 <a -href="#x1-180005.9" id="QQ2-1-18">Big alphabetical list</a></span> +href="#x1-200005.9" id="QQ2-1-20">Big alphabetical list</a></span> <br />  <span class="sectionToc" >6 <a -href="#x1-190006" id="QQ2-1-19">Additional user macros</a></span> +href="#x1-210006" id="QQ2-1-21">Additional user macros</a></span> <br />   <span class="subsectionToc" >6.1 <a -href="#x1-200006.1" id="QQ2-1-20">Bookmark macros</a></span> +href="#x1-220006.1" id="QQ2-1-22">Bookmark macros</a></span> +<br />    <span class="subsubsectionToc" >6.1.1 <a +href="#x1-230006.1.1" id="QQ2-1-23">Setting bookmarks</a></span> +<br />    <span class="subsubsectionToc" >6.1.2 <a +href="#x1-240006.1.2" id="QQ2-1-24">Replacement macros</a></span> <br />   <span class="subsectionToc" >6.2 <a -href="#x1-230006.2" id="QQ2-1-23">Pagelabels</a></span> +href="#x1-250006.2" id="QQ2-1-25">Pagelabels</a></span> <br />   <span class="subsectionToc" >6.3 <a -href="#x1-240006.3" id="QQ2-1-24">Utility macros</a></span> +href="#x1-260006.3" id="QQ2-1-26">Utility macros</a></span> <br />  <span class="sectionToc" >7 <a -href="#x1-250007" id="QQ2-1-25">New Features</a></span> +href="#x1-270007" id="QQ2-1-27">New Features</a></span> <br />   <span class="subsectionToc" >7.1 <a -href="#x1-260007.1" id="QQ2-1-26">Option ‘pdflinkmargin’</a></span> +href="#x1-280007.1" id="QQ2-1-28">Option ‘pdflinkmargin’</a></span> <br />   <span class="subsectionToc" >7.2 <a -href="#x1-270007.2" id="QQ2-1-27">Field option ‘calculatesortkey’</a></span> +href="#x1-290007.2" id="QQ2-1-29">Field option ‘calculatesortkey’</a></span> <br />   <span class="subsectionToc" >7.3 <a -href="#x1-280007.3" id="QQ2-1-28">Option ‘next-anchor’</a></span> +href="#x1-300007.3" id="QQ2-1-30">Option ‘next-anchor’</a></span> <br />   <span class="subsectionToc" >7.4 <a -href="#x1-290007.4" id="QQ2-1-29">Option ‘localanchorname’</a></span> +href="#x1-310007.4" id="QQ2-1-31">Option ‘localanchorname’</a></span> <br />   <span class="subsectionToc" >7.5 <a -href="#x1-300007.5" id="QQ2-1-30">Option ‘customdriver’</a></span> +href="#x1-320007.5" id="QQ2-1-32">Option ‘customdriver’</a></span> <br />   <span class="subsectionToc" >7.6 <a -href="#x1-310007.6" id="QQ2-1-31">Option ‘psdextra’</a></span> +href="#x1-330007.6" id="QQ2-1-33">Option ‘psdextra’</a></span> <br />   <span class="subsectionToc" >7.7 <a -href="#x1-320007.7" id="QQ2-1-32">\XeTeXLinkBox</a></span> +href="#x1-340007.7" id="QQ2-1-34">\XeTeXLinkBox</a></span> + + <br />   <span class="subsectionToc" >7.8 <a -href="#x1-330007.8" id="QQ2-1-33">\IfHyperBooleanExists and \IfHyperBoolean</a></span> +href="#x1-350007.8" id="QQ2-1-35">\IfHyperBooleanExists and \IfHyperBoolean</a></span> <br />   <span class="subsectionToc" >7.9 <a -href="#x1-340007.9" id="QQ2-1-34">\unichar</a></span> - +href="#x1-360007.9" id="QQ2-1-36">\unichar</a></span> <br />   <span class="subsectionToc" >7.10 <a -href="#x1-350007.10" id="QQ2-1-35">\ifpdfstringunicode</a></span> +href="#x1-370007.10" id="QQ2-1-37">\ifpdfstringunicode</a></span> <br />   <span class="subsectionToc" >7.11 <a -href="#x1-360007.11" id="QQ2-1-36">Customizing index style file with \nohyperpage</a></span> +href="#x1-380007.11" id="QQ2-1-38">Customizing index style file with \nohyperpage</a></span> <br />   <span class="subsectionToc" >7.12 <a -href="#x1-370007.12" id="QQ2-1-37">Experimental option ‘ocgcolorlinks’</a></span> +href="#x1-390007.12" id="QQ2-1-39">Experimental option ‘ocgcolorlinks’</a></span> <br />   <span class="subsectionToc" >7.13 <a -href="#x1-380007.13" id="QQ2-1-38">Option ‘pdfa’</a></span> +href="#x1-400007.13" id="QQ2-1-40">Option ‘pdfa’</a></span> <br />   <span class="subsectionToc" >7.14 <a -href="#x1-390007.14" id="QQ2-1-39">Option ‘linktoc’ added</a></span> +href="#x1-410007.14" id="QQ2-1-41">Option ‘linktoc’ added</a></span> <br />   <span class="subsectionToc" >7.15 <a -href="#x1-400007.15" id="QQ2-1-40">Option ‘pdfnewwindow’ changed</a></span> +href="#x1-420007.15" id="QQ2-1-42">Option ‘pdfnewwindow’ changed</a></span> <br />   <span class="subsectionToc" >7.16 <a -href="#x1-410007.16" id="QQ2-1-41">Flag options for PDF forms</a></span> +href="#x1-430007.16" id="QQ2-1-43">Flag options for PDF forms</a></span> <br />   <span class="subsectionToc" >7.17 <a -href="#x1-420007.17" id="QQ2-1-42">Option ‘pdfversion’</a></span> +href="#x1-440007.17" id="QQ2-1-44">Option ‘pdfversion’</a></span> <br />   <span class="subsectionToc" >7.18 <a -href="#x1-430007.18" id="QQ2-1-43">Field option ‘name’</a></span> +href="#x1-450007.18" id="QQ2-1-45">Field option ‘name’</a></span> <br />   <span class="subsectionToc" >7.19 <a -href="#x1-440007.19" id="QQ2-1-44">Option ‘pdfencoding’</a></span> +href="#x1-460007.19" id="QQ2-1-46">Option ‘pdfencoding’</a></span> <br />   <span class="subsectionToc" >7.20 <a -href="#x1-450007.20" id="QQ2-1-45">Color options/package hycolor</a></span> +href="#x1-470007.20" id="QQ2-1-47">Color options/package hycolor</a></span> <br />   <span class="subsectionToc" >7.21 <a -href="#x1-460007.21" id="QQ2-1-46">Option pdfusetitle</a></span> +href="#x1-480007.21" id="QQ2-1-48">Option pdfusetitle</a></span> <br />   <span class="subsectionToc" >7.22 <a -href="#x1-470007.22" id="QQ2-1-47">Starred form of \autoref</a></span> +href="#x1-490007.22" id="QQ2-1-49">Starred form of \autoref</a></span> <br />   <span class="subsectionToc" >7.23 <a -href="#x1-480007.23" id="QQ2-1-48">Link border style</a></span> +href="#x1-500007.23" id="QQ2-1-50">Link border style</a></span> <br />   <span class="subsectionToc" >7.24 <a -href="#x1-490007.24" id="QQ2-1-49">Option <span +href="#x1-510007.24" id="QQ2-1-51">Option <span class="ec-lmss-10">bookmarksdepth</span></a></span> <br />   <span class="subsectionToc" >7.25 <a -href="#x1-500007.25" id="QQ2-1-50">Option <span +href="#x1-520007.25" id="QQ2-1-52">Option <span class="ec-lmss-10">pdfescapeform</span></a></span> <br />   <span class="subsectionToc" >7.26 <a -href="#x1-510007.26" id="QQ2-1-51">Default driver setting</a></span> +href="#x1-530007.26" id="QQ2-1-53">Default driver setting</a></span> <br />   <span class="subsectionToc" >7.27 <a -href="#x1-520007.27" id="QQ2-1-52">Backref entries</a></span> +href="#x1-540007.27" id="QQ2-1-54">Backref entries</a></span> <br />   <span class="subsectionToc" >7.28 <a -href="#x1-530007.28" id="QQ2-1-53">\phantomsection</a></span> +href="#x1-550007.28" id="QQ2-1-55">\phantomsection</a></span> <br />   <span class="subsectionToc" >7.29 <a -href="#x1-540007.29" id="QQ2-1-54">puenc encoding, puenc-greek.def and puenc-extra.def</a></span> +href="#x1-560007.29" id="QQ2-1-56">puenc encoding, puenc-greek.def and puenc-extra.def</a></span> <br />  <span class="sectionToc" >8 <a -href="#x1-550008" id="QQ2-1-55">Acrobat-specific behavior</a></span> +href="#x1-570008" id="QQ2-1-57">Acrobat-specific behavior</a></span> <br />  <span class="sectionToc" >9 <a -href="#x1-560009" id="QQ2-1-56">PDF and HTML forms</a></span> +href="#x1-580009" id="QQ2-1-58">PDF and HTML forms</a></span> <br />   <span class="subsectionToc" >9.1 <a -href="#x1-570009.1" id="QQ2-1-57">Forms environment parameters</a></span> +href="#x1-590009.1" id="QQ2-1-59">Forms environment parameters</a></span> <br />   <span class="subsectionToc" >9.2 <a -href="#x1-580009.2" id="QQ2-1-58">Forms optional parameters</a></span> +href="#x1-600009.2" id="QQ2-1-60">Forms optional parameters</a></span> <br />  <span class="sectionToc" >10 <a -href="#x1-5900010" id="QQ2-1-59">Defining a new driver</a></span> +href="#x1-6100010" id="QQ2-1-61">Defining a new driver</a></span> <br />  <span class="sectionToc" >11 <a -href="#x1-6000011" id="QQ2-1-60">Special support for other packages</a></span> +href="#x1-6200011" id="QQ2-1-62">Special support for other packages</a></span> <br />   <span class="subsectionToc" >11.1 <a -href="#x1-6100011.1" id="QQ2-1-61">Package Compatibility</a></span> +href="#x1-6300011.1" id="QQ2-1-63">Package Compatibility</a></span> +<br />    <span class="subsubsectionToc" >11.1.1 <a +href="#x1-6400011.1.1" id="QQ2-1-64">algorithm</a></span> +<br />    <span class="subsubsectionToc" >11.1.2 <a +href="#x1-6500011.1.2" id="QQ2-1-65">amsmath</a></span> +<br />    <span class="subsubsectionToc" >11.1.3 <a +href="#x1-6600011.1.3" id="QQ2-1-66">amsrefs</a></span> +<br />    <span class="subsubsectionToc" >11.1.4 <a +href="#x1-6700011.1.4" id="QQ2-1-67">arydshln, longtable</a></span> +<br />    <span class="subsubsectionToc" >11.1.5 <a +href="#x1-6800011.1.5" id="QQ2-1-68">babel/magyar.ldf</a></span> +<br />    <span class="subsubsectionToc" >11.1.6 <a +href="#x1-6900011.1.6" id="QQ2-1-69">babel/spanish.ldf</a></span> +<br />    <span class="subsubsectionToc" >11.1.7 <a +href="#x1-7000011.1.7" id="QQ2-1-70">bibentry</a></span> +<br />    <span class="subsubsectionToc" >11.1.8 <a +href="#x1-7100011.1.8" id="QQ2-1-71">bigfoot</a></span> +<br />    <span class="subsubsectionToc" >11.1.9 <a +href="#x1-7200011.1.9" id="QQ2-1-72">chappg</a></span> +<br />    <span class="subsubsectionToc" >11.1.10 <a +href="#x1-7300011.1.10" id="QQ2-1-73">cite</a></span> +<br />    <span class="subsubsectionToc" >11.1.11 <a +href="#x1-7400011.1.11" id="QQ2-1-74">count1to</a></span> +<br />    <span class="subsubsectionToc" >11.1.12 <a +href="#x1-7500011.1.12" id="QQ2-1-75">dblaccnt</a></span> +<br />    <span class="subsubsectionToc" >11.1.13 <a +href="#x1-7600011.1.13" id="QQ2-1-76">easyeqn</a></span> +<br />    <span class="subsubsectionToc" >11.1.14 <a +href="#x1-7700011.1.14" id="QQ2-1-77">ellipsis</a></span> +<br />    <span class="subsubsectionToc" >11.1.15 <a +href="#x1-7800011.1.15" id="QQ2-1-78">float</a></span> +<br />    <span class="subsubsectionToc" >11.1.16 <a +href="#x1-7900011.1.16" id="QQ2-1-79">endnotes</a></span> +<br />    <span class="subsubsectionToc" >11.1.17 <a +href="#x1-8000011.1.17" id="QQ2-1-80">foiltex</a></span> +<br />    <span class="subsubsectionToc" >11.1.18 <a +href="#x1-8100011.1.18" id="QQ2-1-81">footnote</a></span> +<br />    <span class="subsubsectionToc" >11.1.19 <a +href="#x1-8200011.1.19" id="QQ2-1-82">geometry</a></span> +<br />    <span class="subsubsectionToc" >11.1.20 <a +href="#x1-8300011.1.20" id="QQ2-1-83">IEEEtran.cls</a></span> +<br />    <span class="subsubsectionToc" >11.1.21 <a +href="#x1-8400011.1.21" id="QQ2-1-84">index</a></span> +<br />    <span class="subsubsectionToc" >11.1.22 <a +href="#x1-8500011.1.22" id="QQ2-1-85">lastpage</a></span> +<br />    <span class="subsubsectionToc" >11.1.23 <a +href="#x1-8600011.1.23" id="QQ2-1-86">linguex</a></span> + +<br />    <span class="subsubsectionToc" >11.1.24 <a +href="#x1-8700011.1.24" id="QQ2-1-87">ltabptch</a></span> +<br />    <span class="subsubsectionToc" >11.1.25 <a +href="#x1-8800011.1.25" id="QQ2-1-88">mathenv</a></span> +<br />    <span class="subsubsectionToc" >11.1.26 <a +href="#x1-8900011.1.26" id="QQ2-1-89">minitoc-hyper</a></span> +<br />    <span class="subsubsectionToc" >11.1.27 <a +href="#x1-9000011.1.27" id="QQ2-1-90">multind</a></span> +<br />    <span class="subsubsectionToc" >11.1.28 <a +href="#x1-9100011.1.28" id="QQ2-1-91">natbib</a></span> +<br />    <span class="subsubsectionToc" >11.1.29 <a +href="#x1-9200011.1.29" id="QQ2-1-92">nomencl</a></span> +<br />    <span class="subsubsectionToc" >11.1.30 <a +href="#x1-9300011.1.30" id="QQ2-1-93">ntheorem-hyper</a></span> +<br />    <span class="subsubsectionToc" >11.1.31 <a +href="#x1-9400011.1.31" id="QQ2-1-94">parskip</a></span> +<br />    <span class="subsubsectionToc" >11.1.32 <a +href="#x1-9500011.1.32" id="QQ2-1-95">prettyref</a></span> +<br />    <span class="subsubsectionToc" >11.1.33 <a +href="#x1-9600011.1.33" id="QQ2-1-96">setspace</a></span> +<br />    <span class="subsubsectionToc" >11.1.34 <a +href="#x1-9700011.1.34" id="QQ2-1-97">sidecap</a></span> +<br />    <span class="subsubsectionToc" >11.1.35 <a +href="#x1-9800011.1.35" id="QQ2-1-98">subfigure</a></span> +<br />    <span class="subsubsectionToc" >11.1.36 <a +href="#x1-9900011.1.36" id="QQ2-1-99">titleref</a></span> +<br />    <span class="subsubsectionToc" >11.1.37 <a +href="#x1-10000011.1.37" id="QQ2-1-100">tabularx</a></span> +<br />    <span class="subsubsectionToc" >11.1.38 <a +href="#x1-10100011.1.38" id="QQ2-1-101">titlesec</a></span> +<br />    <span class="subsubsectionToc" >11.1.39 <a +href="#x1-10200011.1.39" id="QQ2-1-102">ucs/utf8x.def</a></span> +<br />    <span class="subsubsectionToc" >11.1.40 <a +href="#x1-10300011.1.40" id="QQ2-1-103">varioref</a></span> +<br />    <span class="subsubsectionToc" >11.1.41 <a +href="#x1-10400011.1.41" id="QQ2-1-104">verse</a></span> +<br />    <span class="subsubsectionToc" >11.1.42 <a +href="#x1-10500011.1.42" id="QQ2-1-105">vietnam</a></span> +<br />    <span class="subsubsectionToc" >11.1.43 <a +href="#x1-10600011.1.43" id="QQ2-1-106">XeTeX</a></span> <br />  <span class="sectionToc" >12 <a -href="#x1-10500012" id="QQ2-1-105">Limitations</a></span> +href="#x1-10700012" id="QQ2-1-107">Limitations</a></span> <br />   <span class="subsectionToc" >12.1 <a -href="#x1-10600012.1" id="QQ2-1-106">Wrapped/broken link support</a></span> +href="#x1-10800012.1" id="QQ2-1-108">Wrapped/broken link support</a></span> <br />   <span class="subsectionToc" >12.2 <a -href="#x1-10700012.2" id="QQ2-1-107">Links across pages</a></span> +href="#x1-10900012.2" id="QQ2-1-109">Links across pages</a></span> <br />   <span class="subsectionToc" >12.3 <a -href="#x1-10800012.3" id="QQ2-1-108">Footnotes</a></span> +href="#x1-11000012.3" id="QQ2-1-110">Footnotes</a></span> <br />  <span class="sectionToc" >13 <a -href="#x1-10900013" id="QQ2-1-109">Hints</a></span> +href="#x1-11100013" id="QQ2-1-111">Hints</a></span> <br />   <span class="subsectionToc" >13.1 <a -href="#x1-11000013.1" id="QQ2-1-110">Spaces in option values</a></span> +href="#x1-11200013.1" id="QQ2-1-112">Spaces in option values</a></span> <br />   <span class="subsectionToc" >13.2 <a -href="#x1-11100013.2" id="QQ2-1-111">Index with makeindex</a></span> +href="#x1-11300013.2" id="QQ2-1-113">Index with makeindex</a></span> <br />   <span class="subsectionToc" >13.3 <a -href="#x1-11200013.3" id="QQ2-1-112">Warning <span +href="#x1-11400013.3" id="QQ2-1-114">Warning <span class="ec-lmvtt-10">"bookmark level for unknown <foobar> defaults to 0"</span></a></span> <br />   <span class="subsectionToc" >13.4 <a -href="#x1-11300013.4" id="QQ2-1-113">Link anchors in figures</a></span> +href="#x1-11500013.4" id="QQ2-1-115">Link anchors in figures</a></span> <br />   <span class="subsectionToc" >13.5 <a -href="#x1-11400013.5" id="QQ2-1-114">Additional unicode characters in bookmarks and pdf information entries:</a></span> +href="#x1-11600013.5" id="QQ2-1-116">Additional unicode characters in bookmarks and pdf information entries:</a></span> <br />   <span class="subsectionToc" >13.6 <a -href="#x1-11500013.6" id="QQ2-1-115">Footnotes</a></span> +href="#x1-11700013.6" id="QQ2-1-117">Footnotes</a></span> <br />   <span class="subsectionToc" >13.7 <a -href="#x1-11600013.7" id="QQ2-1-116">Subordinate counters</a></span> +href="#x1-11800013.7" id="QQ2-1-118">Subordinate counters</a></span> <br />  <span class="sectionToc" >14 <a -href="#x1-11700014" id="QQ2-1-117">History and acknowledgments</a></span> +href="#x1-11900014" id="QQ2-1-119">History and acknowledgments</a></span> <br />  <span class="sectionToc" >15 <a -href="#x1-11800015" id="QQ2-1-118">GNU Free Documentation License</a></span> +href="#x1-12000015" id="QQ2-1-120">GNU Free Documentation License</a></span> <br />   <span class="subsectionToc" >15.1 <a -href="#x1-12000015.1" id="QQ2-1-120">Applicability and definitions</a></span> +href="#x1-12200015.1" id="QQ2-1-122">Applicability and definitions</a></span> <br />   <span class="subsectionToc" >15.2 <a -href="#x1-12100015.2" id="QQ2-1-121">Verbatim copying</a></span> +href="#x1-12300015.2" id="QQ2-1-123">Verbatim copying</a></span> <br />   <span class="subsectionToc" >15.3 <a -href="#x1-12200015.3" id="QQ2-1-122">Copying in quantity</a></span> +href="#x1-12400015.3" id="QQ2-1-124">Copying in quantity</a></span> <br />   <span class="subsectionToc" >15.4 <a -href="#x1-12300015.4" id="QQ2-1-123">Modifications</a></span> +href="#x1-12500015.4" id="QQ2-1-125">Modifications</a></span> <br />   <span class="subsectionToc" >15.5 <a -href="#x1-12400015.5" id="QQ2-1-124">Combining documents</a></span> +href="#x1-12600015.5" id="QQ2-1-126">Combining documents</a></span> <br />   <span class="subsectionToc" >15.6 <a -href="#x1-12500015.6" id="QQ2-1-125">Collections of documents</a></span> +href="#x1-12700015.6" id="QQ2-1-127">Collections of documents</a></span> <br />   <span class="subsectionToc" >15.7 <a -href="#x1-12600015.7" id="QQ2-1-126">Aggregation with independent works</a></span> +href="#x1-12800015.7" id="QQ2-1-128">Aggregation with independent works</a></span> <br />   <span class="subsectionToc" >15.8 <a -href="#x1-12700015.8" id="QQ2-1-127">Translation</a></span> +href="#x1-12900015.8" id="QQ2-1-129">Translation</a></span> <br />   <span class="subsectionToc" >15.9 <a -href="#x1-12800015.9" id="QQ2-1-128">Termination</a></span> +href="#x1-13000015.9" id="QQ2-1-130">Termination</a></span> <br />   <span class="subsectionToc" >15.10 <a -href="#x1-12900015.10" id="QQ2-1-129">Future revisions of this license</a></span> +href="#x1-13100015.10" id="QQ2-1-131">Future revisions of this license</a></span> + </div> - </div> <!--l. 179--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">1 </span> <a id="x1-20001"></a>Preface—February 2022</h3> <!--l. 180--><p class="noindent" >As can be already seen in the following introduction, <span class="ec-lmss-10">hyperref </span>has a long history and has seen many changes over time. The introduction mentions workflows, drivers and problems which are no -longer relevant, or only in edge cases. The documentation reflect this varied history: changes +longer relevant, or only in edge cases. The documentation reflects this varied history: changes and extensions and explanations were and are spread over various papers and sources and only incorporated later and so are not always in a coherent order and in sync which each other. @@ -232,8 +328,8 @@ too. id="x1-30001.1"></a>Restoring removed patches</h4> <!--l. 202--><p class="noindent" ><span class="ec-lmss-10">hyperref </span>has over time patched quite a number of packages to resolve clashes and incompabilities. Quite a -number are either no longer needed or should be done by by the original packages. These patches are -now slowly removed from <span +number are either no longer needed or should be done by the original packages. Those patches are now +slowly removed from <span class="ec-lmss-10">hyperref</span>. It should normally not lead to problems, but in case that the patches should be restored they can be loaded through the package <span class="ec-lmss-10">hyperref-patches </span>which is a part of this @@ -272,11 +368,11 @@ where you will find additional examples. <!--l. 230--><p class="indent" > The Hyper<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span> specification<span class="footnote-mark"><a href="hyperref-doc3.html#fn2x0"><sup class="textsuperscript">2</sup></a></span><a id="x1-4002f2"></a> - - says that conformant viewers/translators must recognize the following set of <span class="ec-lmvtt-10">\special </span>constructs: <dl class="description"><dt class="description"> + + <!--l. 235--><p class="noindent" > <span class="ec-lmbx-10">href:</span> </dt><dd @@ -380,7 +476,8 @@ class="ec-lmss-10">z</span></span><span class="HoLogo-TeX"><span class="ec-lmss-10">T</span><span class="HoLogo-e"><span class="ec-lmss-10">E</span></span><span class="ec-lmss-10">X</span></span></span>, and <span -class="ec-lmss-10">Textures</span>) +class="ec-lmss-10">Textures</span>) + </dd><dt class="description"> <!--l. 275--><p class="noindent" > @@ -549,47 +646,48 @@ document. <h3 class="sectionHead"><span class="titlemark">4 </span> <a id="x1-60004"></a>Interfaces for class and package authors</h3> <!--l. 351--><p class="noindent" >hyperlink features are nowadays a common requirement. <span -class="ec-lmss-10">hyperref </span>patches quite a number of commands -from the LaTeX core and from packages to add such features. But this is rather fragile and it add -dependencies on the loading order and can break if the external packages break. It is therefore much -better if packages add suitable support to their commands directly. Quite a lot packages actually did -this, but due to missing documentation of the interface they often looked into the code and then used -internal commands not meant as public command. +class="ec-lmss-10">hyperref </span>patches quite a number of +commands from the LaTeX core and from packages to add such features. But this is rather +fragile and it add dependencies on the loading order and can break if the external packages +changes. It is therefore much better if packages add suitable support to their commands +directly. Quite a lot packages actually did this, but due to missing documentation of the +interface they often looked into the code and then used internal commands not meant as public +command. <!--l. 359--><p class="indent" > The following tries to describe the existing variables and commands that can be viewed as public interfaces or which should or can be set by packages to stay compatible with the <span class="ec-lmss-10">hyperref </span>command. Documented user commands are naturally interfaces too, they are not explicitly mentioned here again. <!--l. 364--><p class="indent" > This section is work in progress. Suggestions or comments are welcome. -<!--l. 366--><p class="noindent" > +<!--l. 367--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.1 </span> <a id="x1-70004.1"></a>Counters</h4> -<!--l. 367--><p class="noindent" >Counters play an important part in the code. They are used to create destination names and to +<!--l. 368--><p class="noindent" >Counters play an important part in the code. They are used to create destination names and to define hierarchies like the bookmarks. To work correctly often they require some additional setups. -<!--l. 371--><p class="indent" > +<!--l. 372--><p class="indent" > <dl class="description"><dt class="description"> - <!--l. 373--><p class="noindent" > + <!--l. 374--><p class="noindent" > <span class="ec-lmvtk-10">\theH<counter></span> </dt><dd class="description"> - <!--l. 373--><p class="noindent" ><span + <!--l. 374--><p class="noindent" ><span class="ec-lmss-10">hyperref </span>creates destination names for link anchor typically out of the name of the counter and the <span class="ec-lmvtt-10">\the<counter> </span>value. This can fail, e.g. if <span class="ec-lmvtt-10">\the<counter> </span>is not unique through the document, or if it is not expandable. In such cases <span class="ec-lmvtt-10">\theH<counter> </span>should be defined so + that it gives a unique, expandable value. It doesn’t harm to define it even if <span class="ec-lmss-10">hyperref </span>is not - loaded. - + loaded. </dd><dt class="description"> - <!--l. 380--><p class="noindent" > + <!--l. 381--><p class="noindent" > <span class="ec-lmvtk-10">\toclevel@<counter></span> </dt><dd class="description"> - <!--l. 380--><p class="noindent" >This is a variable which should contain a number. It is used for the level in the bookmarks. + <!--l. 381--><p class="noindent" >This is a variable which should contain a number. It is used for the level in the bookmarks. It should be defined for all counters which are used in toc like lists and <span class="ec-lmvtt-10">\addcontentsline</span>. Typical values are @@ -605,12 +703,12 @@ class="ec-lmvtt-10">\addcontentsline</span>. \def\toclevel@subparagraph{5} \def\toclevel@figure{0} </pre> - <!--l. 393--><p class="nopar" > + <!--l. 394--><p class="nopar" > </dd></dl> -<!--l. 397--><p class="noindent" > +<!--l. 398--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">4.2 </span> <a id="x1-80004.2"></a>Links commands</h4> -<!--l. 398--><p class="noindent" >The following commands are provided by all drivers to create links. They can be used by packages if the +<!--l. 399--><p class="noindent" >The following commands are provided by all drivers to create links. They can be used by packages if the user commands are not sufficient. New drivers must provide this commands with similar arguments. @@ -627,11 +725,161 @@ arguments.  \hyper@linklaunch{filename} {link text} {Parameters}  %Launch, only with new generic driver  \hyper@linknamed {action}{link text}                  %Named, only with new generic driver </pre> -<!--l. 413--><p class="nopar" > +<!--l. 414--><p class="nopar" > <!--l. 416--><p class="noindent" > + <h4 class="subsectionHead"><span class="titlemark">4.3 </span> <a + id="x1-90004.3"></a>Creating targets</h4> +<!--l. 418--><p class="noindent" >Internal links and bookmarks need something they can jump to. In a PDF this is normally called a +<span +class="ec-lmri-10">destination </span>(and the primitive is therefor called <span +class="ec-lmvtt-10">\pdfdest</span>), in HTML it is more common to call this an +<span +class="ec-lmri-10">anchor </span>(and the <span +class="ec-lmss-10">hyperref </span>uses therefor <span +class="ec-lmvtt-10">\hyper@anchor</span>). History can not be undone but future +commands and descriptions will use the generic <span +class="ec-lmri-10">target </span>unless the PDF specific destination is +meant. +<!--l. 424--><p class="indent" > Targets are created automatically when <span +class="ec-lmvtt-10">\refstepcounter </span>is used and in many cases this does the right +thing and nothing more is needed. But there are exceptions: + <ul class="itemize1"> + <li class="itemize"> + <!--l. 428--><p class="noindent" >A needed target can be missing for example if a sectioning command doesn’t have a number + as the starred version is used or due to the setting of <span +class="ec-lmvtt-10">secnumdepth</span>. + </li> + <li class="itemize"> + <!--l. 431--><p class="noindent" >The target created by the <span +class="ec-lmvtt-10">\refstepcounter </span>can be in the wrong place. + </li> + <li class="itemize"> + <!--l. 432--><p class="noindent" >The target created by the <span +class="ec-lmvtt-10">\refstepcounter </span>can affect spacing. + </li> + <li class="itemize"> + <!--l. 433--><p class="noindent" >The target name created by the <span +class="ec-lmvtt-10">\refstepcounter </span>is not usable, e.g. in <span +class="ec-lmvtt-10">\bibitem </span>where you + need a target name bases on the bib-key.</li></ul> +<!--l. 437--><p class="indent" > Package authors and users can use the following commands to create and manipulate targets. The +commands are described in more detail in <span +class="ec-lmvtt-10">hyperref-linktarget.pdf</span>. + + + <pre class="verbatim" id="verbatim-4"> + \MakeLinkTarget + \LinkTargetOff + \LinkTargetOn + \NextLinkTarget + \SetLinkTargetFilter +</pre> +<!--l. 446--><p class="nopar" > +<!--l. 448--><p class="indent" > The first four commands will be defined also in LaTeX directly as no-op and so can be used even if +<span +class="ec-lmss-10">hyperref </span>is not loaded. +<!--l. 451--><p class="indent" > Until LaTeX is updated package authors can also provide these definitions directly: + + + <pre class="verbatim" id="verbatim-5"> +\ProvideDocumentCommand\MakeLinkTarget{sO{}m}{} +\ProvideDocumentCommand\LinkTargetOn{}{} +\ProvideDocumentCommand\LinkTargetOff{}{} +\ProvideDocumentCommand\NextLinkTarget{m}{} +</pre> +<!--l. 458--><p class="nopar" > +<!--l. 460--><p class="noindent" > + <h4 class="subsectionHead"><span class="titlemark">4.4 </span> <a + id="x1-100004.4"></a>Patches and how to suppress them</h4> +<!--l. 462--><p class="noindent" >The patches to external commands made by <span +class="ec-lmss-10">hyperref </span>can be avoided in toto by loading <span +class="ec-lmss-10">hyperref </span>with the +option <span +class="ec-lmvtt-10">implicit=false</span>. But suppressing everything is often too drastic. There is a work in +progress to classify the patches and to offer interfaces to suppress them in a more granular +way. +<!--l. 469--><p class="indent" > + <dl class="description"><dt class="description"> + <!--l. 470--><p class="noindent" > +<span +class="ec-lmbx-10">sectioning commands</span> </dt><dd +class="description"> + <!--l. 470--><p class="noindent" > + <ul class="itemize1"> + <li class="itemize"> + <!--l. 472--><p class="noindent" >hyperref patches <span +class="ec-lmvtt-10">\@sect</span>, <span +class="ec-lmvtt-10">\@ssect</span>, <span +class="ec-lmvtt-10">\@chapter</span>, <span +class="ec-lmvtt-10">\@schapter</span>, <span +class="ec-lmvtt-10">\@part</span>, <span +class="ec-lmvtt-10">\@spart</span>. + </li> + <li class="itemize"> + <!--l. 475--><p class="noindent" >It adds to the starred commands a target for a link (with the prefix <span +class="ec-lmvtt-10">chapter* </span>for + chapters and <span +class="ec-lmvtt-10">section* </span>otherwise). To the other commands it adds a target for a link if + the sectioning is unnumbered, e.g. because of the <span +class="ec-lmvtt-10">secnumdepth </span>setting or in the front + matter. + </li> + <li class="itemize"> + <!--l. 481--><p class="noindent" >The patch can be suppressed by defining the command <span +class="ec-lmvtt-10">\hyper@nopatch@sectioning</span>. + This should normally be done only by a class or a package which provides sectioning + commands and adds the targets itself. Targets have a location on the page and e.g. the + section commands should take indents into account. Targets are needed for bookmarks + and the table of contents, so <span +class="ec-lmvtt-10">\@currentHref </span>should get the correct meaning before + <span +class="ec-lmvtt-10">\addcontentsline </span>is used. + </li> + <li class="itemize"> + <!--l. 489--><p class="noindent" >Note that the <span +class="ec-lmss-10">nameref </span>package patches these commands too to add commands to store + the title text in <span +class="ec-lmvtt-10">\@currentlabelname</span>. Check the <span +class="ec-lmss-10">nameref </span>documentation about a way + to suppress these patches.</li></ul> + </dd><dt class="description"> + <!--l. 494--><p class="noindent" > +<span +class="ec-lmbx-10">footnotes</span> </dt><dd +class="description"> + + <!--l. 494--><p class="noindent" >To enable (partly) the linking of footnotes hyperref redefines or patches various commands, in part + package dependant. + <ul class="itemize1"> + <li class="itemize"> + <!--l. 496--><p class="noindent" >hyperref redefines <span +class="ec-lmvtt-10">\@xfootnotenext</span>, <span +class="ec-lmvtt-10">\@xfootnotemark</span>, + <span +class="ec-lmvtt-10">\@mpfootnotetext</span>, <span +class="ec-lmvtt-10">\@footnotetext</span>, <span +class="ec-lmvtt-10">\@footnotemark</span>. If <span +class="ec-lmss-10">tabularx </span>is loaded it changes + <span +class="ec-lmvtt-10">\TX@endtabularx</span>. If <span +class="ec-lmss-10">longtable </span>is loaded it changes <span +class="ec-lmvtt-10">\LT@p@ftntext</span>. If <span +class="ec-lmss-10">fancyvfb </span>is + loaded it redefines <span +class="ec-lmvtt-10">\V@@footnotetext</span>. It also redefines <span +class="ec-lmvtt-10">\footref </span>and <span +class="ec-lmvtt-10">\maketitle</span>. + </li> + <li class="itemize"> + <!--l. 501--><p class="noindent" ><span +class="ec-lmri-10">All </span>those redefinitions can be suppressed by defining <span +class="ec-lmvtt-10">\hyper@nopatch@footnote</span>. Be + aware that this can suppress links but also make unwanted links appear.</li></ul> + </dd></dl> +<!--l. 506--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">5 </span> <a - id="x1-90005"></a>Package options</h3> -<!--l. 418--><p class="noindent" >All user-configurable aspects of <span + id="x1-110005"></a>Package options</h3> +<!--l. 508--><p class="noindent" >All user-configurable aspects of <span class="ec-lmss-10">hyperref </span>are set using a single ‘key=value’ scheme (using the <span class="ec-lmss-10">keyval</span> package) with the key <span @@ -642,7 +890,7 @@ class="ec-lmvtt-10">\hypersetup </span>macro. When the package is loaded, a file <span class="ec-lmvtt-10">hyperref.cfg </span>is read if it can be found, and this is a convenient place to set options on a site-wide basis. -<!--l. 426--><p class="indent" > Note however that some options (for example <span +<!--l. 516--><p class="indent" > Note however that some options (for example <span class="ec-lmvtt-10">unicode</span>) can only be used as package options, and not in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup</span></span></span> as the option settings are processed as the package is read. The following @@ -659,13 +907,13 @@ id="TBL-2-2"></colgroup><tr style="vertical-align:baseline;" id="TBL-2-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-1-1" class="td11"> <span class="ec-lmvtt-10">option </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-1-2" -class="td11"> <!--l. 433--><p class="noindent" >remark </td> +class="td11"> <!--l. 523--><p class="noindent" >remark </td> </tr><tr class="hline"><td><hr></td><td><hr></td></tr><tr style="vertical-align:baseline;" id="TBL-2-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-2-1" class="td11"> <span class="ec-lmvtt-10">all driver options, e.g. pdftex </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-2-2" -class="td11"> <!--l. 434--><p class="noindent" >often +class="td11"> <!--l. 524--><p class="noindent" >often not needed, as @@ -679,7 +927,7 @@ class="ec-lmvtt-10">implicit </span></td> style="vertical-align:baseline;" id="TBL-2-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-4-1" class="td11"> <span class="ec-lmvtt-10">pdfa </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-4-2" -class="td11"> <!--l. 436--><p class="noindent" >no-op +class="td11"> <!--l. 526--><p class="noindent" >no-op with new pdfmanagement, @@ -693,7 +941,7 @@ class="ec-lmvtt-10">\DeclareDocumentMetadata</span>. </td> style="vertical-align:baseline;" id="TBL-2-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-5-1" class="td11"> <span class="ec-lmvtt-10">unicode </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-5-2" -class="td11"> <!--l. 437--><p class="noindent" >is +class="td11"> <!--l. 527--><p class="noindent" >is the default now @@ -702,7 +950,7 @@ class="td11"> <!--l. 437--><p class="noindent" >is style="vertical-align:baseline;" id="TBL-2-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-6-1" class="td11"> <span class="ec-lmvtt-10">pdfversion </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-6-2" -class="td11"> <!--l. 438--><p class="noindent" >no-op +class="td11"> <!--l. 528--><p class="noindent" >no-op with new pdfmanagement, @@ -716,7 +964,7 @@ class="ec-lmvtt-10">\DeclareDocumentMetadata</span>. </td> style="vertical-align:baseline;" id="TBL-2-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-7-1" class="td11"> <span class="ec-lmvtt-10">bookmarks </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-7-2" -class="td11"> <!--l. 439--><p class="noindent" >this +class="td11"> <!--l. 529--><p class="noindent" >this will probably change @@ -727,55 +975,55 @@ class="td11"> <!--l. 439--><p class="noindent" >this style="vertical-align:baseline;" id="TBL-2-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-8-1" class="td11"> <span class="ec-lmvtt-10">backref </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-8-2" -class="td11"> <!--l. 441--><p class="noindent" > </td></tr><tr +class="td11"> <!--l. 531--><p class="noindent" > </td></tr><tr style="vertical-align:baseline;" id="TBL-2-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-9-1" class="td11"> <span class="ec-lmvtt-10">pagebackref </span></td> <td style="white-space:normal; text-align:left;" id="TBL-2-9-2" -class="td11"> <!--l. 442--><p class="noindent" ></td> +class="td11"> <!--l. 532--><p class="noindent" ></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-10-1" class="td11"> <span class="ec-lmvtt-10">destlabel </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-10-2" -class="td11"> <!--l. 443--><p class="noindent" > </td></tr><tr +class="td11"> <!--l. 533--><p class="noindent" > </td></tr><tr style="vertical-align:baseline;" id="TBL-2-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-11-1" class="td11"> <span class="ec-lmvtt-10">pdfusetitle </span></td> <td style="white-space:normal; text-align:left;" id="TBL-2-11-2" -class="td11"> <!--l. 444--><p class="noindent" ></td> +class="td11"> <!--l. 534--><p class="noindent" ></td> </tr><tr style="vertical-align:baseline;" id="TBL-2-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-12-1" class="td11"> <span class="ec-lmvtt-10">pdfpagelabels </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-12-2" -class="td11"> <!--l. 445--><p class="noindent" > </td> +class="td11"> <!--l. 535--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-13-1" class="td11"> <span class="ec-lmvtt-10">hyperfootnotes </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-13-2" -class="td11"> <!--l. 446--><p class="noindent" > </td> +class="td11"> <!--l. 536--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-14-1" class="td11"> <span class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-14-2" -class="td11"> <!--l. 447--><p class="noindent" > </td> +class="td11"> <!--l. 537--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-15-1" class="td11"> <span class="ec-lmvtt-10">hyperindex </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-15-2" -class="td11"> <!--l. 448--><p class="noindent" > </td> +class="td11"> <!--l. 538--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-16-1" class="td11"> <span class="ec-lmvtt-10">encap </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-16-2" -class="td11"> <!--l. 449--><p class="noindent" > </td> +class="td11"> <!--l. 539--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-17-1" class="td11"> <span class="ec-lmvtt-10">typexml </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-17-2" -class="td11"> <!--l. 450--><p class="noindent" > </td> +class="td11"> <!--l. 540--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-18-1" class="td11"> <span class="ec-lmvtt-10">CJKbookmarks </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-18-2" -class="td11"> <!--l. 450--><p class="noindent" >only +class="td11"> <!--l. 540--><p class="noindent" >only with the new @@ -794,7 +1042,7 @@ class="ec-lmvtt-10">\hypersetup</span> </td> style="vertical-align:baseline;" id="TBL-2-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-19-1" class="td11"> <span class="ec-lmvtt-10">psdextra </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-19-2" -class="td11"> <!--l. 451--><p class="noindent" >only +class="td11"> <!--l. 541--><p class="noindent" >only with the new @@ -813,7 +1061,7 @@ class="ec-lmvtt-10">\hypersetup</span> </td> style="vertical-align:baseline;" id="TBL-2-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-20-1" class="td11"> <span class="ec-lmvtt-10">nesting </span></td><td style="white-space:normal; text-align:left;" id="TBL-2-20-2" -class="td11"> <!--l. 452--><p class="noindent" >only +class="td11"> <!--l. 542--><p class="noindent" >only with the new @@ -839,72 +1087,72 @@ class="ec-lmvtt-10">\hypersetup</span> use) </td> </tr><tr style="vertical-align:baseline;" id="TBL-2-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-2-21-1" -class="td11"> </td> </tr></table> +class="td11"> </td> </tr></table> </div> + -</div> -<!--l. 457--><p class="indent" > As an example, the behavior of a particular file could be controlled by: +<!--l. 547--><p class="indent" > As an example, the behavior of a particular file could be controlled by: <ul class="itemize1"> <li class="itemize"> - <!--l. 460--><p class="noindent" >a site-wide <span + <!--l. 550--><p class="noindent" >a site-wide <span class="ec-lmvtt-10">hyperref.cfg </span>setting up the look of links, adding backreferencing, and setting a PDF display default: - <pre class="verbatim" id="verbatim-4"> + <pre class="verbatim" id="verbatim-6"> \hypersetup{backref, pdfpagemode=FullScreen, colorlinks=true} </pre> - <!--l. 467--><p class="nopar" > + <!--l. 557--><p class="nopar" > </li> <li class="itemize"> - <!--l. 469--><p class="noindent" >A global option in the file, which is passed down to <span + <!--l. 559--><p class="noindent" >A global option in the file, which is passed down to <span class="ec-lmss-10">hyperref</span>: - <pre class="verbatim" id="verbatim-5"> + <pre class="verbatim" id="verbatim-7"> \documentclass[dvips]{article} </pre> - <!--l. 474--><p class="nopar" > + <!--l. 564--><p class="nopar" > </li> <li class="itemize"> - <!--l. 476--><p class="noindent" >File-specific options in the <span + <!--l. 566--><p class="noindent" >File-specific options in the <span class="ec-lmvtt-10">\usepackage </span>commands, which override the ones set in <span class="ec-lmvtt-10">hyperref.cfg</span>: - <pre class="verbatim" id="verbatim-6"> + <pre class="verbatim" id="verbatim-8"> \usepackage[colorlinks=false]{hyperref} \hypersetup{pdftitle={A Perfect Day}} </pre> - <!--l. 482--><p class="nopar" ></li></ul> -<!--l. 485--><p class="indent" > As seen in the previous example, information entries (pdftitle, pdfauthor, …) should be set after the + <!--l. 572--><p class="nopar" ></li></ul> +<!--l. 575--><p class="indent" > As seen in the previous example, information entries (pdftitle, pdfauthor, …) should be set after the package is loaded. Otherwise LaTeX expands the values of these options prematurely. Also LaTeX strips spaces in options. Especially option ‘pdfborder’ requires some care. Curly braces protect the value, if given as package option. They are not necessary in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup</span></span></span>. - <pre class="verbatim" id="verbatim-7"> + <pre class="verbatim" id="verbatim-9"> \usepackage[pdfborder={0 0 0}]{hyperref} \hypersetup{pdfborder=0 0 0} </pre> -<!--l. 495--><p class="nopar" > -<!--l. 497--><p class="indent" > Some options can be given at any time, but many are restricted: before <span class="obeylines-h"><span class="verb"><span +<!--l. 585--><p class="nopar" > +<!--l. 587--><p class="indent" > Some options can be given at any time, but many are restricted: before <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\begin{document}</span></span></span>, only in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage[...]{hyperref}</span></span></span>, before first use, etc. -<!--l. 501--><p class="indent" > In the key descriptions that follow, many options do not need a value, as they default to the value +<!--l. 591--><p class="indent" > In the key descriptions that follow, many options do not need a value, as they default to the value true if used. These are the ones classed as ‘boolean’. The values true and false can always be specified, however. -<!--l. 505--><p class="noindent" > +<!--l. 595--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.1 </span> <a - id="x1-100005.1"></a>General options</h4> -<!--l. 507--><p class="noindent" >Firstly, the options to specify general behavior and page size. -<!--l. 510--><p class="indent" > + id="x1-120005.1"></a>General options</h4> +<!--l. 597--><p class="noindent" >Firstly, the options to specify general behavior and page size. +<!--l. 600--><p class="indent" > <a - id="x1-10001r1"></a> <!--l. 511--><div class="longtable"> <table id="TBL-3" class="longtable" + id="x1-12001r1"></a> <!--l. 601--><div class="longtable"> <table id="TBL-3" class="longtable" ><colgroup id="TBL-3-1g"><col id="TBL-3-1"><col @@ -981,37 +1229,37 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-3-11-4" class="td11"></td></tr> </table></div> -<!--l. 520--><p class="noindent" > +<!--l. 610--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.2 </span> <a - id="x1-110005.2"></a>Options for destination names</h4> -<!--l. 522--><p class="noindent" >Destinations names (also anchor, target or link names) are internal names that identify a position on a + id="x1-130005.2"></a>Options for destination names</h4> +<!--l. 612--><p class="noindent" >Destinations names (also anchor, target or link names) are internal names that identify a position on a page in the document. They are used in link targets for inner document links or the bookmarks, for example. -<!--l. 527--><p class="indent" > Usually anchor are set, if <span +<!--l. 617--><p class="indent" > Usually anchor are set, if <span class="ec-lmvtt-10">\refstepcounter </span>is called. Thus there is a counter name and value. Both are used to construct the destination name. By default the counter value follows the counter name separated by a dot. Example for the fourth chapter: <blockquote class="quote"> - <!--l. 533--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + <!--l. 623--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">chapter.4</span></span></span></blockquote> -<!--l. 535--><p class="noindent" >This scheme is used by: +<!--l. 625--><p class="noindent" >This scheme is used by: <dl class="description"><dt class="description"> - <!--l. 537--><p class="noindent" > + <!--l. 627--><p class="noindent" > <span class="ec-lmvtk-10">\autoref</span> </dt><dd class="description"> - <!--l. 537--><p class="noindent" >displays the description label for the reference depending on the counter name. + <!--l. 627--><p class="noindent" >displays the description label for the reference depending on the counter name. </dd><dt class="description"> - <!--l. 539--><p class="noindent" > + <!--l. 629--><p class="noindent" > <span class="ec-lmvtk-10">\hyperpage</span> </dt><dd class="description"> - <!--l. 539--><p class="noindent" >is used by the index to get page links. Page anchor setting (<span class="obeylines-h"><span class="verb"><span + <!--l. 629--><p class="noindent" >is used by the index to get page links. Page anchor setting (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pageanchor</span></span></span>) must not be turned off.</dd></dl> -<!--l. 544--><p class="indent" > It is very important that the destination names are unique, because two destinations must not share +<!--l. 634--><p class="indent" > It is very important that the destination names are unique, because two destinations must not share the same name. The counter value <span class="ec-lmvtt-10">\the<counter> </span>is not always unique for the counter. For example, table and figures can be numbered inside the chapter without having the chapter number in their @@ -1027,7 +1275,7 @@ class="ec-lmvtt-10">table.2.4 </span>is unique because it has used <span class="ec-lmvtt-10">\theHtable </span>that gives <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">2.4</span></span></span> in this case. -<!--l. 557--><p class="indent" > Often the user do not need to set <span +<!--l. 647--><p class="indent" > Often the user do not need to set <span class="ec-lmvtt-10">\theH<counter></span>. Defaults for standard cases (chapter, …) are provided. And after <span class="ec-lmss-10">hyperref </span>is loaded, new counters with parent counters also define <span @@ -1038,7 +1286,7 @@ class="ec-lmvtt-10">\@addtoreset </span>or <span class="ec-lmvtt-10">\numberwithin </span>of package <span class="ec-lmss-10">amsmath </span>are used. -<!--l. 563--><p class="indent" > Usually problems with duplicate destination names can be solved by an appropriate definition of +<!--l. 653--><p class="indent" > Usually problems with duplicate destination names can be solved by an appropriate definition of <span class="ec-lmvtt-10">\theH<counter></span>. If option <span class="ec-lmvtt-10">hypertexnames </span>is disabled, then a unique artificial number is used instead of @@ -1047,11 +1295,11 @@ class="ec-lmvtt-10">plainpages </span>the page anchors use the arabic form. In both latter cases <span class="ec-lmvtt-10">\hyperpage </span>for index links is affected and might not work properly. -<!--l. 571--><p class="indent" > If an unnumbered entity gets an anchor (starred forms of chapters, sections, …) or <span +<!--l. 661--><p class="indent" > If an unnumbered entity gets an anchor (starred forms of chapters, sections, …) or <span class="ec-lmvtt-10">\phantomsection </span>is used, then the dummy counter name <span class="ec-lmvtt-10">section* </span>and an artificial unique number is used. -<!--l. 576--><p class="indent" > If the final PDF file is going to be merged with another file, than the destination names might clash, +<!--l. 666--><p class="indent" > If the final PDF file is going to be merged with another file, than the destination names might clash, because both documents might contain <span class="ec-lmvtt-10">chapter.1 </span>or <span class="ec-lmvtt-10">page.1</span>. Also <span @@ -1066,24 +1314,24 @@ to all destination names: <blockquote class="quote"> - <pre class="verbatim" id="verbatim-8"> + <pre class="verbatim" id="verbatim-10"> \renewcommand*{\HyperDestNameFilter}[1]{\jobname-#1} </pre> - <!--l. 589--><p class="nopar" ></blockquote> -<!--l. 591--><p class="noindent" >In document <span + <!--l. 679--><p class="nopar" ></blockquote> +<!--l. 681--><p class="noindent" >In document <span class="ec-lmvtt-10">docA </span>the destination name <span class="ec-lmvtt-10">chapter.2 </span>becomes <span class="ec-lmvtt-10">docA-chapter.2</span>. -<!--l. 594--><p class="indent" > Destination names can also be used from the outside in URIs(, if the driver has not removed or +<!--l. 684--><p class="indent" > Destination names can also be used from the outside in URIs(, if the driver has not removed or changed them), for example: <blockquote class="quote"> - <pre class="verbatim" id="verbatim-9"> + <pre class="verbatim" id="verbatim-11"> http://somewhere/path/file.pdf#nameddest=chapter.4 </pre> - <!--l. 599--><p class="nopar" ></blockquote> -<!--l. 601--><p class="noindent" >However using a number seems unhappy. If another chapter is added before, the number changes. But it is + <!--l. 689--><p class="nopar" ></blockquote> +<!--l. 691--><p class="noindent" >However using a number seems unhappy. If another chapter is added before, the number changes. But it is very difficult to pass a new name for the destination to the anchor setting process that is usually deep hidden in the internals. The first name of <span class="ec-lmvtt-10">\label </span>after the anchor setting seems a good @@ -1091,12 +1339,12 @@ approximation: <blockquote class="quote"> - <pre class="verbatim" id="verbatim-10"> + <pre class="verbatim" id="verbatim-12">   \section{Introduction}   \label{intro} </pre> - <!--l. 610--><p class="nopar" ></blockquote> -<!--l. 612--><p class="noindent" >Option <span + <!--l. 700--><p class="nopar" ></blockquote> +<!--l. 702--><p class="noindent" >Option <span class="ec-lmvtt-10">destlabel </span>checks for each <span class="ec-lmvtt-10">\label</span>, if there is a new destination name active and replaces the destination name by the label name. Because the destination name is already in use because of the @@ -1113,13 +1361,13 @@ class="ec-lmri-10">all </span>destination names: <blockquote class="quote"> - <pre class="verbatim" id="verbatim-11"> + <pre class="verbatim" id="verbatim-13"> \renewcommand*{\HyperDestNameFilter}[1]{%   \jobname-\HyperDestLabelReplace{#1}% } </pre> - <!--l. 627--><p class="nopar" ></blockquote> -<!--l. 629--><p class="noindent" >The other case that only files prefixed that do not have a corresponding <span + <!--l. 717--><p class="nopar" ></blockquote> +<!--l. 719--><p class="noindent" >The other case that only files prefixed that do not have a corresponding <span class="ec-lmvtt-10">\label </span>is more complicate, because <span class="ec-lmvtt-10">\HyperDestLabelReplace </span>needs the unmodified destination name as argument. This is solved by an @@ -1131,7 +1379,7 @@ Lua<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>): <blockquote class="quote"> - <pre class="verbatim" id="verbatim-12"> + <pre class="verbatim" id="verbatim-14"> \usepackage{pdftexcmds} \makeatletter \renewcommand*{\HyperDestNameFilter}[1]{% @@ -1143,12 +1391,12 @@ Lua<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>): } \makeatother </pre> - <!--l. 647--><p class="nopar" ></blockquote> -<!--l. 650--><p class="indent" > With option <span + <!--l. 737--><p class="nopar" ></blockquote> +<!--l. 740--><p class="indent" > With option <span class="ec-lmvtt-10">destlabel </span>destinations can also named manually, if the destination is not yet renamed: <blockquote class="quote"> - <!--l. 653--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + <!--l. 743--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\HyperDestRename{</span></span></span><span class="lmsy-10">⟨</span><span class="ec-lmvtto-10">destination</span><span @@ -1158,11 +1406,11 @@ class="lmsy-10">⟨</span><span class="ec-lmvtto-10">newname</span><span class="lmsy-10">⟩</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span></blockquote> -<!--l. 656--><p class="indent" > Hint: Anchors can also be named and set by <span +<!--l. 746--><p class="indent" > Hint: Anchors can also be named and set by <span class="ec-lmvtt-10">\hypertarget</span>. -<!--l. 659--><p class="indent" > +<!--l. 749--><p class="indent" > <a - id="x1-11001r2"></a> <!--l. 660--><div class="longtable"> <table id="TBL-4" class="longtable" + id="x1-13001r2"></a> <!--l. 750--><div class="longtable"> <table id="TBL-4" class="longtable" ><colgroup id="TBL-4-1g"><col id="TBL-4-1"><col @@ -1233,12 +1481,12 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-4-11-4" class="td11"></td></tr> </table></div> -<!--l. 668--><p class="noindent" > +<!--l. 758--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.3 </span> <a - id="x1-120005.3"></a>Configuration options</h4> -<!--l. 670--><p class="noindent" > + id="x1-140005.3"></a>Configuration options</h4> +<!--l. 760--><p class="noindent" > <a - id="x1-12001r3"></a> <!--l. 671--><div class="longtable"> <table id="TBL-5" class="longtable" + id="x1-14001r3"></a> <!--l. 761--><div class="longtable"> <table id="TBL-5" class="longtable" ><colgroup id="TBL-5-1g"><col id="TBL-5-1"><col @@ -1253,7 +1501,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-1-4" class="td11"> - <!--l. 671--><p class="noindent" >In the hypertex driver, the height of links is normally + <!--l. 761--><p class="noindent" >In the hypertex driver, the height of links is normally calculated by the driver as simply the base line of contained text; this options forces <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> commands to reflect the @@ -1266,7 +1514,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">both </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-2-4" class="td11"> - <!--l. 674--><p class="noindent" >This option is in hyperref only used in the dviwindo driver, + <!--l. 764--><p class="noindent" >This option is in hyperref only used in the dviwindo driver, in all other cases it doesn’t do anything sensible—it neither allows nor prevents links to be broken. The ocgx2 package checks the state of the boolean. </td> @@ -1280,7 +1528,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-3-4" class="td11"> - <!--l. 676--><p class="noindent" >Determines whether every page is given an implicit anchor + <!--l. 766--><p class="noindent" >Determines whether every page is given an implicit anchor at the top left corner. If this is turned off, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\printindex</span></span></span> will not contain valid hyperlinks. </td> @@ -1292,7 +1540,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-5-4-4" class="td11"> - <!--l. 679--><p class="noindent" >Allows links to be nested; no drivers currently support this. </td> + <!--l. 769--><p class="noindent" >Allows links to be nested; no drivers currently support this. </td> </tr><tr style="vertical-align:baseline;" id="TBL-5-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-5-5-1" class="td11"> </td> @@ -1309,35 +1557,35 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-5-8-4" class="td11"></td></tr> </table></div> -<!--l. 682--><p class="noindent" >Note for option <span class="obeylines-h"><span class="verb"><span +<!--l. 772--><p class="noindent" >Note for option <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">breaklinks</span></span></span>: The correct value is automatically set according to the driver features. It can be overwritten for drivers that do not support broken links. However, at any case, the link area will be wrong and displaced. -<!--l. 687--><p class="noindent" > +<!--l. 777--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.4 </span> <a - id="x1-130005.4"></a>Backend drivers</h4> -<!--l. 689--><p class="noindent" >If no driver is specified, the package tries to find a driver in the following order: + id="x1-150005.4"></a>Backend drivers</h4> +<!--l. 779--><p class="noindent" >If no driver is specified, the package tries to find a driver in the following order: <ol class="enumerate1" > <li - class="enumerate" id="x1-13002x1"> - <!--l. 692--><p class="noindent" >Autodetection, some TeX processors can be detected at TeX macro level (pdfTeX, XeTeX, + class="enumerate" id="x1-15002x1"> + <!--l. 782--><p class="noindent" >Autodetection, some TeX processors can be detected at TeX macro level (pdfTeX, XeTeX, VTeX). </li> <li - class="enumerate" id="x1-13004x2"> - <!--l. 694--><p class="noindent" >Option <span + class="enumerate" id="x1-15004x2"> + <!--l. 784--><p class="noindent" >Option <span class="ec-lmss-10">driverfallback</span>. If this option is set, its value is taken as driver option. </li> <li - class="enumerate" id="x1-13006x3"> - <!--l. 696--><p class="noindent" >Macro <span + class="enumerate" id="x1-15006x3"> + <!--l. 786--><p class="noindent" >Macro <span class="ec-lmvtt-10">\Hy@defaultdriver</span>. The macro takes a driver file name (without file extension). </li> <li - class="enumerate" id="x1-13008x4"> - <!--l. 698--><p class="noindent" >Package default is <span + class="enumerate" id="x1-15008x4"> + <!--l. 788--><p class="noindent" >Package default is <span class="ec-lmss-10">hypertex</span>.</li></ol> -<!--l. 700--><p class="noindent" >Many distributions are using a driver file <span +<!--l. 790--><p class="noindent" >Many distributions are using a driver file <span class="ec-lmvtt-10">hypertex.cfg </span>that define <span class="ec-lmvtt-10">\Hy@defaultdriver </span>with <span class="ec-lmvtt-10">hdvips</span>. This @@ -1345,9 +1593,9 @@ is recommended because driver <span class="ec-lmss-10">dvips </span>provides much more features than <span class="ec-lmss-10">hypertex </span>for PDF generation. -<!--l. 705--><p class="indent" > +<!--l. 795--><p class="indent" > <a - id="x1-13009r4"></a> <!--l. 706--><div class="longtable"> <table id="TBL-6" class="longtable" + id="x1-15009r4"></a> <!--l. 796--><div class="longtable"> <table id="TBL-6" class="longtable" ><colgroup id="TBL-6-1g"><col id="TBL-6-1"><col @@ -1357,18 +1605,18 @@ id="TBL-6-2"></colgroup> class="td01"><span class="ec-lmvtt-10">driverfallback </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-1-2" class="td10"> - <!--l. 706--><p class="noindent" >Its value is used as driver option </td> + <!--l. 796--><p class="noindent" >Its value is used as driver option </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-2-1" class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-2-2" class="td10"> - <!--l. 707--><p class="noindent" >if the driver is not given or autodetected. </td> + <!--l. 797--><p class="noindent" >if the driver is not given or autodetected. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-3-1" class="td01"><span class="ec-lmvtt-10">dvipdfm </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-3-2" class="td10"> - <!--l. 708--><p class="noindent" >Sets up <span + <!--l. 798--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvipdfm </span>driver. </td> </tr><tr @@ -1376,7 +1624,7 @@ class="ec-lmss-10">dvipdfm </span>driver. < class="td01"><span class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-4-2" class="td10"> - <!--l. 709--><p class="noindent" >Sets up <span + <!--l. 799--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvipdfmx </span>driver. </td> @@ -1386,7 +1634,7 @@ class="ec-lmss-10">dvipdfmx </span>driver. < class="td01"><span class="ec-lmvtt-10">dvips </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-5-2" class="td10"> - <!--l. 710--><p class="noindent" >Sets up <span + <!--l. 800--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvips </span>driver. </td> </tr><tr @@ -1394,7 +1642,7 @@ class="ec-lmss-10">dvips </span>driver. class="td01"><span class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-6-2" class="td10"> - <!--l. 711--><p class="noindent" >Sets up <span + <!--l. 801--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dvipsone </span>driver. </td> </tr><tr @@ -1402,7 +1650,7 @@ class="ec-lmss-10">dvipsone </span>driver. class="td01"><span class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-7-2" class="td10"> - <!--l. 712--><p class="noindent" >Sets up <span + <!--l. 802--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">dviwindo </span>Windows previewer. </td> </tr><tr @@ -1410,35 +1658,35 @@ class="ec-lmss-10">dviwindo </span>Windows previewer. </td> class="td01"><span class="ec-lmvtt-10">hypertex </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-8-2" class="td10"> - <!--l. 713--><p class="noindent" >Sets up <span + <!--l. 803--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the HyperTeX-compliant drivers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-9-1" class="td01"><span class="ec-lmvtt-10">latex2html </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-9-2" class="td10"> - <!--l. 714--><p class="noindent" >Redefines a few macros for compatibility with <span + <!--l. 804--><p class="noindent" >Redefines a few macros for compatibility with <span class="ec-lmss-10">latex2html</span>. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-10-1" class="td01"><span class="ec-lmvtt-10">nativepdf </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-10-2" class="td10"> - <!--l. 715--><p class="noindent" >An alias for <span + <!--l. 805--><p class="noindent" >An alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-11-1" class="td01"><span class="ec-lmvtt-10">pdfmark </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-11-2" class="td10"> - <!--l. 716--><p class="noindent" >An alias for <span + <!--l. 806--><p class="noindent" >An alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-12-1" class="td01"><span class="ec-lmvtt-10">pdftex </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-12-2" class="td10"> - <!--l. 717--><p class="noindent" >Sets up <span + <!--l. 807--><p class="noindent" >Sets up <span class="ec-lmss-10">hyperref </span>for use with the <span class="ec-lmss-10">pdftex </span>program. </td> </tr><tr @@ -1446,7 +1694,7 @@ class="ec-lmss-10">pdftex </span>program. </ class="td01"><span class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-13-2" class="td10"> - <!--l. 718--><p class="noindent" >Redefines a few macros for compatibility with Ghostscript’s PDF writer, + <!--l. 808--><p class="noindent" >Redefines a few macros for compatibility with Ghostscript’s PDF writer, otherwise identical to <span class="ec-lmss-10">dvips</span>. </td> </tr><tr @@ -1454,21 +1702,21 @@ class="ec-lmss-10">dvips</span>. class="td01"><span class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-14-2" class="td10"> - <!--l. 721--><p class="noindent" >For use with <span + <!--l. 811--><p class="noindent" >For use with <span class="ec-lmss-10">TeX4ht</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-15-1" class="td01"><span class="ec-lmvtt-10">textures </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-15-2" class="td10"> - <!--l. 722--><p class="noindent" >For use with <span + <!--l. 812--><p class="noindent" >For use with <span class="ec-lmss-10">Textures</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-16-1" class="td01"><span class="ec-lmvtt-10">vtex </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-16-2" class="td10"> - <!--l. 723--><p class="noindent" >For use with MicroPress’ <span + <!--l. 813--><p class="noindent" >For use with MicroPress’ <span class="ec-lmss-10">VTeX</span>; the PDF and HTML backends are detected automatically. </td> </tr><tr @@ -1476,14 +1724,14 @@ class="ec-lmss-10">VTeX</span>; the PDF and HTML backends are detected class="td01"><span class="ec-lmvtt-10">vtexpdfmark </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-17-2" class="td10"> - <!--l. 725--><p class="noindent" >For use with <span + <!--l. 815--><p class="noindent" >For use with <span class="ec-lmss-10">VTeX</span>’s PostScript backend. </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-18-1" class="td01"><span class="ec-lmvtt-10">xetex </span></td><td style="white-space:normal; text-align:left;" id="TBL-6-18-2" class="td10"> - <!--l. 726--><p class="noindent" >For use with XeTeX (using backend for dvipdfm). </td> + <!--l. 816--><p class="noindent" >For use with XeTeX (using backend for dvipdfm). </td> </tr><tr style="vertical-align:baseline;" id="TBL-6-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-6-19-1" class="td01"> </td> @@ -1498,7 +1746,7 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-6-22-2" class="td10"></td></tr> </table></div> -<!--l. 730--><p class="indent" > If you use <span +<!--l. 820--><p class="indent" > If you use <span class="ec-lmss-10">dviwindo</span>, you may need to redefine the macro <span class="ec-lmvtt-10">\wwwbrowser </span>(the default is <span class="obeylines-h"><span class="verb"><span @@ -1507,18 +1755,18 @@ class="ec-lmss-10">dviwindo </span>what program to launch. Thus, users of Intern add something like this to hyperref.cfg: - <pre class="verbatim" id="verbatim-13"> + <pre class="verbatim" id="verbatim-15"> \renewcommand{\wwwbrowser}{C:\string\Program\space   Files\string\Plus!\string\Microsoft\space   Internet\string\iexplore.exe} </pre> -<!--l. 739--><p class="nopar" > -<!--l. 741--><p class="noindent" > +<!--l. 829--><p class="nopar" > +<!--l. 831--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.5 </span> <a - id="x1-140005.5"></a>Extension options</h4> -<!--l. 742--><p class="noindent" > + id="x1-160005.5"></a>Extension options</h4> +<!--l. 832--><p class="noindent" > <a - id="x1-14001r5"></a> <!--l. 743--><div class="longtable"> <table id="TBL-7" class="longtable" + id="x1-16001r5"></a> <!--l. 833--><div class="longtable"> <table id="TBL-7" class="longtable" ><colgroup id="TBL-7-1g"><col id="TBL-7-1"><col @@ -1532,7 +1780,7 @@ class="ec-lmvtt-10">extension </span></td><td style="white-space:nowrap class="td11"> text </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-1-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-1-4" class="td10"> - <!--l. 743--><p class="noindent" >Set the file extension (e.g. <span + <!--l. 833--><p class="noindent" >Set the file extension (e.g. <span class="ec-lmss-10">dvi</span>) which will be appended to file links created if you use the <span class="ec-lmss-10">xr</span> @@ -1544,7 +1792,7 @@ class="ec-lmvtt-10">hyperfigures </span></td><td style="white-space:nowrap; class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-2-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-2-4" class="td10"> - <!--l. 746--><p class="noindent" > </td> + <!--l. 836--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-3-1" class="td01"><span @@ -1553,7 +1801,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-3-4" class="td10"> - <!--l. 746--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the + <!--l. 836--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the bibliography, as a list of section numbers. This can only work properly <span class="ec-lmri-10">if </span>there is a blank line after each @@ -1575,7 +1823,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-4-4" class="td10"> - <!--l. 750--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the + <!--l. 840--><p class="noindent" >Adds ‘backlink’ text to the end of each item in the bibliography, as a list of page numbers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-5-1" @@ -1585,7 +1833,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-5-4" class="td10"> - <!--l. 752--><p class="noindent" >Makes the page + <!--l. 842--><p class="noindent" >Makes the page numbers of index entries into hyperlinks. Relays on unique page anchors (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pageanchor</span></span></span>, …) <span class="obeylines-h"><span class="verb"><span @@ -1600,7 +1848,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-6-4" class="td10"> - <!--l. 755--><p class="noindent" >Makes the footnote marks into hyperlinks to the + <!--l. 845--><p class="noindent" >Makes the footnote marks into hyperlinks to the footnote text. Easily broken … </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-1" @@ -1609,7 +1857,7 @@ class="ec-lmvtt-10">encap </span></td><td style="white-space:nowra class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-7-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-7-4" class="td10"> - <!--l. 757--><p class="noindent" >Sets encap character for hyperindex </td> + <!--l. 847--><p class="noindent" >Sets encap character for hyperindex </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-8-1" class="td01"><span @@ -1618,7 +1866,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">section </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-8-4" class="td10"> - <!--l. 758--><p class="noindent" >make text (<span class="obeylines-h"><span class="verb"><span + <!--l. 848--><p class="noindent" >make text (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">section</span></span></span>), page number (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">page</span></span></span>), both (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">all</span></span></span>) @@ -1632,7 +1880,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-9-4" class="td10"> - <!--l. 759--><p class="noindent" >make page number, not text, be link on TOC, LOF + <!--l. 849--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-10-1" @@ -1642,7 +1890,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-10-4" class="td10"> - <!--l. 760--><p class="noindent" >allow links to break over lines by making links over + <!--l. 850--><p class="noindent" >allow links to break over lines by making links over multiple lines into PDF links to the same target </td> @@ -1654,7 +1902,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-11-4" class="td10"> - <!--l. 762--><p class="noindent" >Colors the text of links and anchors. The colors + <!--l. 852--><p class="noindent" >Colors the text of links and anchors. The colors chosen depend on the the type of link. At present the only types of link distinguished are citations, page references, URLs, local file references, and other @@ -1668,7 +1916,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-12-4" class="td10"> - <!--l. 767--><p class="noindent" >Color for normal internal links. </td> + <!--l. 857--><p class="noindent" >Color for normal internal links. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-13-1" class="td01"><span @@ -1677,7 +1925,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">black </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-13-4" class="td10"> - <!--l. 768--><p class="noindent" >Color for anchor text. Ignored by most drivers. </td> + <!--l. 858--><p class="noindent" >Color for anchor text. Ignored by most drivers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-14-1" class="td01"><span @@ -1686,7 +1934,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">green </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-14-4" class="td10"> - <!--l. 769--><p class="noindent" >Color for bibliographical citations in text. </td> + <!--l. 859--><p class="noindent" >Color for bibliographical citations in text. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-15-1" class="td01"><span @@ -1695,7 +1943,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">cyan </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-15-4" class="td10"> - <!--l. 770--><p class="noindent" >Color for URLs which open local files. </td> + <!--l. 860--><p class="noindent" >Color for URLs which open local files. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-16-1" class="td01"><span @@ -1704,7 +1952,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-16-4" class="td10"> - <!--l. 771--><p class="noindent" >Color for Acrobat menu items. </td> + <!--l. 861--><p class="noindent" >Color for Acrobat menu items. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-17-1" class="td01"><span @@ -1713,7 +1961,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">filecolor </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-17-4" class="td10"> - <!--l. 772--><p class="noindent" >Color for run links (launch annotations). </td> + <!--l. 862--><p class="noindent" >Color for run links (launch annotations). </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-18-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-18-1" class="td01"><span @@ -1722,7 +1970,7 @@ class="td11"> color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">magenta </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-18-4" class="td10"> - <!--l. 773--><p class="noindent" >Color for linked URLs. </td> + <!--l. 863--><p class="noindent" >Color for linked URLs. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-1" class="td01"><span @@ -1730,7 +1978,7 @@ class="ec-lmvtt-10">allcolors </span></td><td style="white-space:nowr class="td11"> color </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-19-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-19-4" class="td10"> - <!--l. 774--><p class="noindent" >Set all color options (without border and field + <!--l. 864--><p class="noindent" >Set all color options (without border and field options). </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-20-1" @@ -1740,7 +1988,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left;" i class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-7-20-4" class="td10"> - <!--l. 775--><p class="noindent" >Use small caps instead of color for links. </td> + <!--l. 865--><p class="noindent" >Use small caps instead of color for links. </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-21-1" class="td01"><span @@ -1748,7 +1996,7 @@ class="ec-lmvtt-10">hidelinks </span></td><td style="white-space:nowra class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-7-21-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-21-4" class="td10"> - <!--l. 776--><p class="noindent" >Hide links (removing color and border). </td> + <!--l. 866--><p class="noindent" >Hide links (removing color and border). </td> </tr><tr style="vertical-align:baseline;" id="TBL-7-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-7-22-1" class="td01"> </td> @@ -1768,15 +2016,15 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-7-26-4" class="td10"></td></tr> </table></div> -<!--l. 779--><p class="noindent" >Note that all color names must be defined before use, following the normal system of the standard +<!--l. 869--><p class="noindent" >Note that all color names must be defined before use, following the normal system of the standard LaTeX <span class="ec-lmss-10">color </span>package. -<!--l. 782--><p class="noindent" > +<!--l. 872--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.6 </span> <a - id="x1-150005.6"></a>PDF-specific display options</h4> -<!--l. 783--><p class="noindent" > + id="x1-170005.6"></a>PDF-specific display options</h4> +<!--l. 873--><p class="noindent" > <a - id="x1-15001r6"></a> <!--l. 784--><div class="longtable"> <table id="TBL-8" class="longtable" + id="x1-17001r6"></a> <!--l. 874--><div class="longtable"> <table id="TBL-8" class="longtable" ><colgroup id="TBL-8-1g"><col id="TBL-8-1"><col @@ -1791,7 +2039,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-1-4" class="td10"> - <!--l. 784--><p class="noindent" >A set of Acrobat bookmarks are written, in a + <!--l. 874--><p class="noindent" >A set of Acrobat bookmarks are written, in a manner similar to the table of contents, requiring two passes of LaTeX. Some postprocessing of the bookmark file (file extension <span @@ -1811,7 +2059,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-2-4" class="td10"> - <!--l. 790--><p class="noindent" >If Acrobat bookmarks are requested, show them + <!--l. 880--><p class="noindent" >If Acrobat bookmarks are requested, show them with all the subtrees expanded. </td> @@ -1822,7 +2070,7 @@ class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-space:now class="td11"> parameter </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-3-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-3-4" class="td10"> - <!--l. 792--><p class="noindent" >level (<span + <!--l. 882--><p class="noindent" >level (<span class="ec-lmvtt-10">\maxdimen</span>) to which bookmarks are open</td> </tr><tr style="vertical-align:baseline;" id="TBL-8-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-4-1" @@ -1832,7 +2080,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-4-4" class="td10"> - <!--l. 793--><p class="noindent" >If Acrobat bookmarks are requested, include + <!--l. 883--><p class="noindent" >If Acrobat bookmarks are requested, include section numbers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-5-1" @@ -1842,7 +2090,7 @@ class="td11"> text </td><td style="white-space:nowrap; text-align:lef class="td11"> <span class="ec-lmri-10">toc </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-5-4" class="td10"> - <!--l. 794--><p class="noindent" >to specify which ‘toc’ file to mimic </td> + <!--l. 884--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-6-1" class="td01"><span @@ -1851,7 +2099,7 @@ class="td11"> boolean </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-6-4" class="td10"> - <!--l. 796--><p class="noindent" >This option should be used to produce CJK + <!--l. 886--><p class="noindent" >This option should be used to produce CJK bookmarks. Package <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperref</span></span></span> supports both normal and preprocessed mode of the <span @@ -1867,7 +2115,7 @@ class="ec-lmss-10">CJK</span> Acroread itself) support this. Also note that option ‘CJKbookmarks’ cannot be used together with option ‘unicode’. - <!--l. 808--><p class="noindent" >No mechanism is provided to + <!--l. 898--><p class="noindent" >No mechanism is provided to translate non-Unicode bookmarks to Unicode; for portable PDF documents only Unicode encoding should be used. </td> @@ -1879,7 +2127,7 @@ class="td11"> name </td><td style="white-space:nowrap; text-align:left class="td11"> <span class="ec-lmri-10">/I </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-7-4" class="td10"> - <!--l. 811--><p class="noindent" >How link buttons behave when selected; /I is + <!--l. 901--><p class="noindent" >How link buttons behave when selected; /I is for inverse (the default); the other possibilities are /N (no effect), /O (outline), and /P (inset highlighting). </td> @@ -1891,7 +2139,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">0 1 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-8-4" class="td10"> - <!--l. 814--><p class="noindent" >The color of the box around citations </td> + <!--l. 904--><p class="noindent" >The color of the box around citations </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-9-1" class="td01"><span @@ -1900,7 +2148,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-9-4" class="td10"> - <!--l. 815--><p class="noindent" >The color of the box around links to files </td> + <!--l. 905--><p class="noindent" >The color of the box around links to files </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-10-1" class="td01"><span @@ -1909,7 +2157,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-10-4" class="td10"> - <!--l. 816--><p class="noindent" >The color of the box around normal links </td> + <!--l. 906--><p class="noindent" >The color of the box around normal links </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-11-1" class="td01"><span @@ -1918,7 +2166,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-11-4" class="td10"> - <!--l. 817--><p class="noindent" >The color of the box around Acrobat menu links </td> + <!--l. 907--><p class="noindent" >The color of the box around Acrobat menu links </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-12-1" class="td01"><span @@ -1927,7 +2175,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">0 1 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-12-4" class="td10"> - <!--l. 818--><p class="noindent" >The color of the box around links to URLs </td> + <!--l. 908--><p class="noindent" >The color of the box around links to URLs </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-13-1" class="td01"><span @@ -1936,7 +2184,7 @@ class="td11"> RGB color </td><td style="white-space:nowrap; text-align:left;" class="td11"> <span class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-13-4" class="td10"> - <!--l. 819--><p class="noindent" >Color of border around ‘run’ links </td> + <!--l. 909--><p class="noindent" >Color of border around ‘run’ links </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-14-1" class="td01"><span @@ -1944,7 +2192,7 @@ class="ec-lmvtt-10">allbordercolors </span></td><td style="white-space class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-8-14-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-14-4" class="td10"> - <!--l. 820--><p class="noindent" >Set all border color options </td> + <!--l. 910--><p class="noindent" >Set all border color options </td> </tr><tr style="vertical-align:baseline;" id="TBL-8-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-8-15-1" class="td01"><span @@ -1953,7 +2201,7 @@ class="td11"> </td><td style="white-space:nowrap; text-align:le class="td11"> <span class="ec-lmri-10">0 0 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-8-15-4" class="td10"> - <!--l. 821--><p class="noindent" >The style of box around links; defaults to a box + <!--l. 911--><p class="noindent" >The style of box around links; defaults to a box with lines of 1pt thickness, but the colorlinks option resets it to produce no border. </td> </tr><tr @@ -1972,7 +2220,7 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" i class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-8-19-4" class="td10"></td></tr> </table></div> -<!--l. 825--><p class="noindent" >The color of link borders used to be specified <span +<!--l. 915--><p class="noindent" >The color of link borders used to be specified <span class="ec-lmri-10">only </span>as 3 numbers in the range 0..1, giving an RGB color. Since version 6.76a, the usual color specifications of package <span class="ec-lmss-10">(x)color </span>can be used if <span @@ -1981,7 +2229,7 @@ loaded. For further information see description of package <span class="ec-lmss-10">hycolor</span>. -<!--l. 831--><p class="indent" > The bookmark commands are stored in a file called <span +<!--l. 921--><p class="indent" > The bookmark commands are stored in a file called <span class="ec-lmri-10">jobname</span><span class="ec-lmvtt-10">.out</span>. The files is not processed by LaTeX so any markup is passed through. You can postprocess this file as needed; as an aid @@ -1990,16 +2238,16 @@ class="ec-lmvtt-10">.out </span>file is not overwritten on the next TeX r line - <pre class="verbatim" id="verbatim-14"> + <pre class="verbatim" id="verbatim-16"> \let\WriteBookmarks\relax </pre> -<!--l. 838--><p class="nopar" > -<!--l. 840--><p class="noindent" > +<!--l. 928--><p class="nopar" > +<!--l. 930--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.7 </span> <a - id="x1-160005.7"></a>PDF display and information options</h4> -<!--l. 841--><p class="noindent" > + id="x1-180005.7"></a>PDF display and information options</h4> +<!--l. 931--><p class="noindent" > <a - id="x1-16001r7"></a> <!--l. 842--><div class="longtable"> <table id="TBL-9" class="longtable" + id="x1-18001r7"></a> <!--l. 932--><div class="longtable"> <table id="TBL-9" class="longtable" ><colgroup id="TBL-9-1g"><col id="TBL-9-1"><col @@ -2011,20 +2259,20 @@ id="TBL-9-4"></colgroup> class="td01"><span class="ec-lmvtt-10">baseurl </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-1-2" class="td11"> - <!--l. 842--><p class="noindent" >URL </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-1-3" + <!--l. 932--><p class="noindent" >URL </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-1-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-1-4" class="td10"> - <!--l. 842--><p class="noindent" >Sets the base URL of the PDF document </td> + <!--l. 932--><p class="noindent" >Sets the base URL of the PDF document </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-2-1" class="td01"><span class="ec-lmvtt-10">pdfpagemode </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-2-2" class="td11"> - <!--l. 843--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-2-3" + <!--l. 933--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-2-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-2-4" class="td10"> - <!--l. 843--><p class="noindent" >Determines how the file is opening in + <!--l. 933--><p class="noindent" >Determines how the file is opening in Acrobat; the possibilities are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">UseNone</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2043,66 +2291,66 @@ class="ec-lmvtt-10">UseOutlines</span></span></span> is used. </td class="td01"><span class="ec-lmvtt-10">pdftitle </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-3-2" class="td11"> - <!--l. 848--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-3-3" + <!--l. 938--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-3-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-3-4" class="td10"> - <!--l. 848--><p class="noindent" >Sets the document information Title field </td> + <!--l. 938--><p class="noindent" >Sets the document information Title field </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-4-1" class="td01"><span class="ec-lmvtt-10">pdfauthor </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-4-2" class="td11"> - <!--l. 849--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-4-3" + <!--l. 939--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-4-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-4-4" class="td10"> - <!--l. 849--><p class="noindent" >Sets the document information Author field </td> + <!--l. 939--><p class="noindent" >Sets the document information Author field </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-5-1" class="td01"><span class="ec-lmvtt-10">pdfsubject </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-5-2" class="td11"> - <!--l. 850--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-5-3" + <!--l. 940--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-5-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-5-4" class="td10"> - <!--l. 850--><p class="noindent" >Sets the document information Subject field </td> + <!--l. 940--><p class="noindent" >Sets the document information Subject field </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-1" class="td01"><span class="ec-lmvtt-10">pdfcreator </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-6-2" class="td11"> - <!--l. 851--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-3" + <!--l. 941--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-6-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-6-4" class="td10"> - <!--l. 851--><p class="noindent" >Sets the document information Creator field </td> + <!--l. 941--><p class="noindent" >Sets the document information Creator field </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-7-1" class="td01"><span class="ec-lmvtt-10">addtopdfcreator </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-7-2" class="td11"> - <!--l. 852--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-7-3" + <!--l. 942--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-7-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-7-4" class="td10"> - <!--l. 852--><p class="noindent" >Adds additional text to the document + <!--l. 942--><p class="noindent" >Adds additional text to the document information Creator field </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-8-1" class="td01"><span class="ec-lmvtt-10">pdfkeywords </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-8-2" class="td11"> - <!--l. 853--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-8-3" + <!--l. 943--><p class="noindent" >text </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-8-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-8-4" class="td10"> - <!--l. 853--><p class="noindent" >Sets the document information Keywords field</td> + <!--l. 943--><p class="noindent" >Sets the document information Keywords field</td> </tr><tr style="vertical-align:baseline;" id="TBL-9-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-9-1" class="td01"><span class="ec-lmvtt-10">pdftrapped </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-9-2" class="td11"> - <!--l. 854--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-9-3" + <!--l. 944--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-9-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-9-4" class="td10"> - <!--l. 854--><p class="noindent" >Sets the document information Trapped entry. + <!--l. 944--><p class="noindent" >Sets the document information Trapped entry. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">True</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">False</span></span></span> and <span class="obeylines-h"><span class="verb"><span @@ -2113,34 +2361,34 @@ class="ec-lmvtt-10">Unknown</span></span></span>. class="td01"><span class="ec-lmvtt-10">pdfinfo </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-10-2" class="td11"> - <!--l. 857--><p class="noindent" >key + <!--l. 947--><p class="noindent" >key value list </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-10-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-10-4" class="td10"> - <!--l. 857--><p class="noindent" >Alternative interface for setting the document + <!--l. 947--><p class="noindent" >Alternative interface for setting the document information. </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-11-1" class="td01"><span class="ec-lmvtt-10">pdfview </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-11-2" class="td11"> - <!--l. 859--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-11-3" + <!--l. 949--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-11-3" class="td11"> <span class="ec-lmri-10">XYZ </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-11-4" class="td10"> - <!--l. 859--><p class="noindent" >Sets the default PDF ‘view’ for each link </td> + <!--l. 949--><p class="noindent" >Sets the default PDF ‘view’ for each link </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-12-1" class="td01"><span class="ec-lmvtt-10">pdfstartpage </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-12-2" class="td11"> - <!--l. 860--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-12-3" + <!--l. 950--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-12-3" class="td11"> <span class="ec-lmri-10">1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-12-4" class="td10"> - <!--l. 860--><p class="noindent" >Determines on which page the PDF file is + <!--l. 950--><p class="noindent" >Determines on which page the PDF file is opened. An empty value means, the entry is not set. </td> </tr><tr @@ -2148,21 +2396,21 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfstartview </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-13-2" class="td11"> - <!--l. 861--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-13-3" + <!--l. 951--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-13-3" class="td11"> <span class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-13-4" class="td10"> - <!--l. 861--><p class="noindent" >Set the startup page view </td> + <!--l. 951--><p class="noindent" >Set the startup page view </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-14-1" class="td01"><span class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-14-2" class="td11"> - <!--l. 862--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-14-3" + <!--l. 952--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-14-3" class="td11"> <span class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-14-4" class="td10"> - <!--l. 862--><p class="noindent" >Set the startup page view of remote PDF files</td> + <!--l. 952--><p class="noindent" >Set the startup page view of remote PDF files</td> </tr><tr @@ -2170,35 +2418,35 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-15-2" class="td11"> - <!--l. 863--><p class="noindent" >n + <!--l. 953--><p class="noindent" >n n n n </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-15-3" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-15-4" class="td10"> - <!--l. 863--><p class="noindent" >Sets the default PDF crop box for pages. This + <!--l. 953--><p class="noindent" >Sets the default PDF crop box for pages. This should be a set of four numbers </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-16-1" class="td01"><span class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-16-2" class="td11"> - <!--l. 864--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-16-3" + <!--l. 954--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-16-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-16-4" class="td10"> - <!--l. 864--><p class="noindent" >position the document window in the center + <!--l. 954--><p class="noindent" >position the document window in the center of the screen </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-17-1" class="td01"><span class="ec-lmvtt-10">pdfdirection </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-17-2" class="td11"> - <!--l. 865--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-17-3" + <!--l. 955--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-17-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-17-4" class="td10"> - <!--l. 865--><p class="noindent" >direction setting. Possible values: <span class="obeylines-h"><span class="verb"><span + <!--l. 955--><p class="noindent" >direction setting. Possible values: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">L2R</span></span></span> (left to right) and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">R2L</span></span></span> (right to left) </td> @@ -2207,22 +2455,22 @@ class="ec-lmvtt-10">R2L</span></span></span> (right to left) class="td01"><span class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-18-2" class="td11"> - <!--l. 867--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-18-3" + <!--l. 957--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-18-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-18-4" class="td10"> - <!--l. 867--><p class="noindent" >display document title instead of file name in + <!--l. 957--><p class="noindent" >display document title instead of file name in title bar </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-19-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-19-1" class="td01"><span class="ec-lmvtt-10">pdfduplex </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-19-2" class="td11"> - <!--l. 868--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-19-3" + <!--l. 958--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-19-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-19-4" class="td10"> - <!--l. 868--><p class="noindent" >paper handling option for print + <!--l. 958--><p class="noindent" >paper handling option for print dialog. Possible vatues are: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">Simplex</span></span></span> (print single-sided), <span class="obeylines-h"><span class="verb"><span @@ -2236,52 +2484,52 @@ class="ec-lmvtt-10">DuplexFlipLongEdge</span></span></span> (duplex and flip on class="td01"><span class="ec-lmvtt-10">pdffitwindow </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-20-2" class="td11"> - <!--l. 873--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-20-3" + <!--l. 963--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-20-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-20-4" class="td10"> - <!--l. 873--><p class="noindent" >resize document window to fit document size </td> + <!--l. 963--><p class="noindent" >resize document window to fit document size </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-21-1" class="td01"><span class="ec-lmvtt-10">pdflang </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-21-2" class="td11"> - <!--l. 874--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-21-3" + <!--l. 964--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-21-3" class="td11"> <span class="ec-lmri-10">relax </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-21-4" class="td10"> - <!--l. 874--><p class="noindent" >PDF language identifier (RFC 3066) </td> + <!--l. 964--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-22-1" class="td01"><span class="ec-lmvtt-10">pdfmenubar </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-22-2" class="td11"> - <!--l. 875--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-22-3" + <!--l. 965--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-22-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-22-4" class="td10"> - <!--l. 875--><p class="noindent" >make PDF viewer’s menu bar visible </td> + <!--l. 965--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-23-1" class="td01"><span class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-23-2" class="td11"> - <!--l. 876--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-23-3" + <!--l. 966--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-23-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-23-4" class="td10"> - <!--l. 876--><p class="noindent" >make links that open another PDF file start a + <!--l. 966--><p class="noindent" >make links that open another PDF file start a new window </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-24-1" class="td01"><span class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-24-2" class="td11"> - <!--l. 878--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-24-3" + <!--l. 968--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-24-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-24-4" class="td10"> - <!--l. 878--><p class="noindent" >page mode setting on exiting full-screen mode. + <!--l. 968--><p class="noindent" >page mode setting on exiting full-screen mode. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">UseNone</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">UseOutlines</span></span></span>, @@ -2293,21 +2541,21 @@ class="ec-lmvtt-10">UseOC</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-25-2" class="td11"> - <!--l. 880--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-25-3" + <!--l. 970--><p class="noindent" >integer </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-25-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-25-4" class="td10"> - <!--l. 880--><p class="noindent" >number of printed copies </td> + <!--l. 970--><p class="noindent" >number of printed copies </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-26-1" class="td01"><span class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-26-2" class="td11"> - <!--l. 881--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-26-3" + <!--l. 971--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-26-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-26-4" class="td10"> - <!--l. 881--><p class="noindent" >set layout of PDF pages. Possible values: + <!--l. 971--><p class="noindent" >set layout of PDF pages. Possible values: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">SinglePage</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">OneColumn</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2322,21 +2570,21 @@ class="ec-lmvtt-10">TwoPageRight</span></span></span> class="td01"><span class="ec-lmvtt-10">pdfpagelabels </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-27-2" class="td11"> - <!--l. 885--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-27-3" + <!--l. 975--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-27-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-27-4" class="td10"> - <!--l. 885--><p class="noindent" >set PDF page labels </td> + <!--l. 975--><p class="noindent" >set PDF page labels </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-28-1" class="td01"><span class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-28-2" class="td11"> - <!--l. 886--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-28-3" + <!--l. 976--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-28-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-28-4" class="td10"> - <!--l. 886--><p class="noindent" >set PDF page transition style. Possible values + <!--l. 976--><p class="noindent" >set PDF page transition style. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">Split</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">Blinds</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2360,11 +2608,11 @@ class="ec-lmvtt-10">R</span></span></span>, which simply replaces the old page w class="td01"><span class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-29-2" class="td11"> - <!--l. 895--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-29-3" + <!--l. 985--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-29-3" class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-29-4" class="td10"> - <!--l. 895--><p class="noindent" >specify whether PDF page size is used to select + <!--l. 985--><p class="noindent" >specify whether PDF page size is used to select input paper tray in print dialog </td> @@ -2373,11 +2621,11 @@ class="td10"> class="td01"><span class="ec-lmvtt-10">pdfprintarea </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-30-2" class="td11"> - <!--l. 896--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-30-3" + <!--l. 986--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-30-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-30-4" class="td10"> - <!--l. 896--><p class="noindent" >set /PrintArea of viewer preferences. Possible + <!--l. 986--><p class="noindent" >set /PrintArea of viewer preferences. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">MediaBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">CropBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2392,11 +2640,11 @@ class="ec-lmvtt-10">CropBox</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdfprintclip </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-31-2" class="td11"> - <!--l. 900--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-31-3" + <!--l. 990--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-31-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-31-4" class="td10"> - <!--l. 900--><p class="noindent" >set /PrintClip of viewer preferences. Possible + <!--l. 990--><p class="noindent" >set /PrintClip of viewer preferences. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">MediaBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">CropBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2411,24 +2659,24 @@ class="ec-lmvtt-10">CropBox</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-32-2" class="td11"> - <!--l. 904--><p class="noindent" >n + <!--l. 994--><p class="noindent" >n n (n n)* </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-32-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-32-4" class="td10"> - <!--l. 905--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + <!--l. 995--><p class="noindent" >set /PrintPageRange of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-33-1" class="td01"><span class="ec-lmvtt-10">pdfprintscaling </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-33-2" class="td11"> - <!--l. 906--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-33-3" + <!--l. 996--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-33-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-33-4" class="td10"> - <!--l. 906--><p class="noindent" >page scaling option for print dialog (option + <!--l. 996--><p class="noindent" >page scaling option for print dialog (option /PrintScaling of viewer preferences, PDF 1.6); valid values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">None</span></span></span> and <span class="obeylines-h"><span class="verb"><span @@ -2438,21 +2686,21 @@ class="ec-lmvtt-10">AppDefault</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdftoolbar </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-34-2" class="td11"> - <!--l. 911--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-34-3" + <!--l. 1001--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-34-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-34-4" class="td10"> - <!--l. 911--><p class="noindent" >make PDF toolbar visible </td> + <!--l. 1001--><p class="noindent" >make PDF toolbar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-35-1" class="td01"><span class="ec-lmvtt-10">pdfviewarea </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-35-2" class="td11"> - <!--l. 912--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-35-3" + <!--l. 1002--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-35-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-35-4" class="td10"> - <!--l. 912--><p class="noindent" >set /ViewArea of viewer preferences. Possible + <!--l. 1002--><p class="noindent" >set /ViewArea of viewer preferences. Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">MediaBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">CropBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2467,11 +2715,11 @@ class="ec-lmvtt-10">CropBox</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdfviewclip </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-36-2" class="td11"> - <!--l. 916--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-36-3" + <!--l. 1006--><p class="noindent" >name </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-36-3" class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-36-4" class="td10"> - <!--l. 916--><p class="noindent" >set /ViewClip of viewer preferences Possible + <!--l. 1006--><p class="noindent" >set /ViewClip of viewer preferences Possible values are <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">MediaBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">CropBox</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -2486,21 +2734,21 @@ class="ec-lmvtt-10">CropBox</span></span></span> </td> class="td01"><span class="ec-lmvtt-10">pdfwindowui </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-37-2" class="td11"> - <!--l. 920--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-37-3" + <!--l. 1010--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-37-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-37-4" class="td10"> - <!--l. 920--><p class="noindent" >make PDF user interface elements visible </td> + <!--l. 1010--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-38-1" class="td01"><span class="ec-lmvtt-10">unicode </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-38-2" class="td11"> - <!--l. 921--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-38-3" + <!--l. 1011--><p class="noindent" >boolean </td><td style="white-space:nowrap; text-align:left;" id="TBL-9-38-3" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-9-38-4" class="td10"> - <!--l. 921--><p class="noindent" >Unicode encoded PDF strings </td> + <!--l. 1011--><p class="noindent" >Unicode encoded PDF strings </td> </tr><tr style="vertical-align:baseline;" id="TBL-9-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-9-39-1" class="td01"> </td> @@ -2517,11 +2765,11 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-9-42-4" class="td10"></td></tr> </table></div> -<!--l. 924--><p class="noindent" >Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, which +<!--l. 1014--><p class="noindent" >Each link in Acrobat carries its own magnification level, which is set using PDF coordinate space, which is not the same as TeX’s. The unit is bp and the origin is in the lower left corner. See also <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypercalcbp</span></span></span> that is explained on page <a -href="#x1-240006.3">54<!--tex4ht:ref: hypercalcbp --></a>. pdfTeX works by supplying default values for <span +href="#x1-260006.3">58<!--tex4ht:ref: hypercalcbp --></a>. pdfTeX works by supplying default values for <span class="ec-lmvtt-10">XYZ </span>(horizontal <span class="lmsy-10">×</span> vertical <span @@ -2535,9 +2783,9 @@ class="ec-lmvtt-10">pdfview</span>, <span class="ec-lmvtt-10">pdfstartview </span>and <span class="ec-lmvtt-10">pdfremotestartview</span> parameters. -<!--l. 936--><p class="indent" > +<!--l. 1026--><p class="indent" > <a - id="x1-16002r8"></a> <!--l. 937--><div class="longtable"> <table id="TBL-10" class="longtable" + id="x1-18002r8"></a> <!--l. 1027--><div class="longtable"> <table id="TBL-10" class="longtable" ><colgroup id="TBL-10-1g"><col id="TBL-10-1"><col @@ -2550,7 +2798,7 @@ class="ec-lmvtt-10">XYZ </span></td><td style="white-space:nowrap; text-alig class="td11"> <span class="ec-lmri-10">left top zoom </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-1-3" class="td10"> - <!--l. 937--><p class="noindent" >Sets a coordinate and a zoom factor. If any one + <!--l. 1027--><p class="noindent" >Sets a coordinate and a zoom factor. If any one is null, the source link value is used. <span class="ec-lmri-10">null null</span> <span @@ -2564,7 +2812,7 @@ class="td01"><span class="ec-lmvtt-10">Fit </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-2-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-10-2-3" class="td10"> - <!--l. 939--><p class="noindent" >Fits the page to the window. </td> + <!--l. 1029--><p class="noindent" >Fits the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-3-1" class="td01"><span @@ -2572,7 +2820,7 @@ class="ec-lmvtt-10">FitH </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">top </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-3-3" class="td10"> - <!--l. 940--><p class="noindent" >Fits the width of the page to the window. </td> + <!--l. 1030--><p class="noindent" >Fits the width of the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-4-1" class="td01"><span @@ -2580,7 +2828,7 @@ class="ec-lmvtt-10">FitV </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">left </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-4-3" class="td10"> - <!--l. 941--><p class="noindent" >Fits the height of the page to the window. </td> + <!--l. 1031--><p class="noindent" >Fits the height of the page to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-5-1" class="td01"><span @@ -2588,7 +2836,7 @@ class="ec-lmvtt-10">FitR </span></td><td style="white-space:nowrap; text-ali class="td11"> <span class="ec-lmri-10">left bottom right top </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-5-3" class="td10"> - <!--l. 942--><p class="noindent" >Fits the rectangle specified by the four + <!--l. 1032--><p class="noindent" >Fits the rectangle specified by the four coordinates to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-1" @@ -2596,7 +2844,7 @@ class="td01"><span class="ec-lmvtt-10">FitB </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-10-6-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-10-6-3" class="td10"> - <!--l. 943--><p class="noindent" >Fits the page bounding box to the window. </td> + <!--l. 1033--><p class="noindent" >Fits the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-7-1" class="td01"><span @@ -2604,7 +2852,7 @@ class="ec-lmvtt-10">FitBH </span></td><td style="white-space:nowrap; text-alig class="td11"> <span class="ec-lmri-10">top </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-7-3" class="td10"> - <!--l. 944--><p class="noindent" >Fits the width of the page bounding box to + <!--l. 1034--><p class="noindent" >Fits the width of the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-8-1" @@ -2613,7 +2861,7 @@ class="ec-lmvtt-10">FitBV </span></td><td style="white-space:nowrap; text-alig class="td11"> <span class="ec-lmri-10">left </span></td><td style="white-space:normal; text-align:left;" id="TBL-10-8-3" class="td10"> - <!--l. 945--><p class="noindent" >Fits the height of the page bounding box to + <!--l. 1035--><p class="noindent" >Fits the height of the page bounding box to the window. </td> </tr><tr style="vertical-align:baseline;" id="TBL-10-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-10-9-1" @@ -2633,11 +2881,11 @@ class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="T class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-10-13-3" class="td10"></td></tr> </table></div> -<!--l. 948--><p class="indent" > The <span +<!--l. 1038--><p class="indent" > The <span class="ec-lmvtt-10">pdfpagelayout </span>can be one of the following values. -<!--l. 950--><p class="indent" > +<!--l. 1040--><p class="indent" > <a - id="x1-16003r9"></a> <!--l. 951--><div class="longtable"> <table id="TBL-11" class="longtable" + id="x1-18003r9"></a> <!--l. 1041--><div class="longtable"> <table id="TBL-11" class="longtable" ><colgroup id="TBL-11-1g"><col id="TBL-11-1"><col @@ -2647,40 +2895,40 @@ id="TBL-11-2"></colgroup> class="td01"><span class="ec-lmvtt-10">SinglePage </span></td><td style="white-space:normal; text-align:left;" id="TBL-11-1-2" class="td10"> - <!--l. 951--><p class="noindent" >Displays a single page; advancing flips the page </td> + <!--l. 1041--><p class="noindent" >Displays a single page; advancing flips the page </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-2-1" class="td01"><span class="ec-lmvtt-10">OneColumn </span></td><td style="white-space:normal; text-align:left;" id="TBL-11-2-2" class="td10"> - <!--l. 952--><p class="noindent" >Displays the document in one column; continuous scrolling. </td> + <!--l. 1042--><p class="noindent" >Displays the document in one column; continuous scrolling. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-3-1" class="td01"><span class="ec-lmvtt-10">TwoColumnLeft </span></td><td style="white-space:normal; text-align:left;" id="TBL-11-3-2" class="td10"> - <!--l. 953--><p class="noindent" >Displays the document in two columns, odd-numbered pages to + <!--l. 1043--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the left. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-4-1" class="td01"><span class="ec-lmvtt-10">TwoColumnRight </span></td><td style="white-space:normal; text-align:left;" id="TBL-11-4-2" class="td10"> - <!--l. 954--><p class="noindent" >Displays the document in two columns, odd-numbered pages to + <!--l. 1044--><p class="noindent" >Displays the document in two columns, odd-numbered pages to the right. </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-5-1" class="td01"><span class="ec-lmvtt-10">TwoPageLeft </span></td><td style="white-space:normal; text-align:left;" id="TBL-11-5-2" class="td10"> - <!--l. 955--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF + <!--l. 1045--><p class="noindent" >Displays two pages, odd-numbered pages to the left (since PDF 1.5). </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-6-1" class="td01"><span class="ec-lmvtt-10">TwoPageRight </span></td><td style="white-space:normal; text-align:left;" id="TBL-11-6-2" class="td10"> - <!--l. 956--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF + <!--l. 1046--><p class="noindent" >Displays two pages, odd-numbered pages to the right (since PDF 1.5). </td> </tr><tr style="vertical-align:baseline;" id="TBL-11-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-11-7-1" @@ -2696,7 +2944,7 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-11-10-2" class="td10"></td></tr> </table></div> -<!--l. 959--><p class="indent" > Finally, the <span +<!--l. 1049--><p class="indent" > Finally, the <span class="ec-lmvtt-10">pdfpagetransition </span>can be one of the following values, where <span class="ec-lmri-10">/Di </span>stands for direction of motion in degrees, generally in 90<sup><span @@ -2709,9 +2957,9 @@ class="ec-lmvtt-10">Blinds /Dm /V</span>), and <span class="ec-lmri-10">/M </span>is for motion, either in (<span class="ec-lmvtt-10">/I</span>) or out (<span class="ec-lmvtt-10">/O</span>). -<!--l. 966--><p class="indent" > +<!--l. 1056--><p class="indent" > <a - id="x1-16004r10"></a> <!--l. 967--><div class="longtable"> <table id="TBL-12" class="longtable" + id="x1-18004r10"></a> <!--l. 1057--><div class="longtable"> <table id="TBL-12" class="longtable" ><colgroup id="TBL-12-1g"><col id="TBL-12-1"><col @@ -2723,7 +2971,7 @@ class="td01"><span class="ec-lmvtt-10">Blinds </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-1-2" class="td11"> /Dm </td><td style="white-space:normal; text-align:left;" id="TBL-12-1-3" class="td10"> - <!--l. 967--><p class="noindent" >Multiple lines distributed evenly across the screen sweep + <!--l. 1057--><p class="noindent" >Multiple lines distributed evenly across the screen sweep in the same direction to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-2-1" @@ -2731,7 +2979,7 @@ class="td01"><span class="ec-lmvtt-10">Box </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-2-2" class="td11"> /M </td><td style="white-space:normal; text-align:left;" id="TBL-12-2-3" class="td10"> - <!--l. 969--><p class="noindent" >A box sweeps in or out. </td> + <!--l. 1059--><p class="noindent" >A box sweeps in or out. </td> </tr><tr @@ -2740,7 +2988,7 @@ class="td01"><span class="ec-lmvtt-10">Dissolve </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-3-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-3-3" class="td10"> - <!--l. 970--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal + <!--l. 1060--><p class="noindent" >The page image dissolves in a piecemeal fashion to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-4-1" @@ -2748,7 +2996,7 @@ class="td01"><span class="ec-lmvtt-10">Glitter </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-4-2" class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-12-4-3" class="td10"> - <!--l. 971--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the + <!--l. 1061--><p class="noindent" >Similar to Dissolve, except the effect sweeps across the screen. </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-5-1" @@ -2756,14 +3004,14 @@ class="td01"><span class="ec-lmvtt-10">Split </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-5-2" class="td11"> /Dm /M </td><td style="white-space:normal; text-align:left;" id="TBL-12-5-3" class="td10"> - <!--l. 972--><p class="noindent" >Two lines sweep across the screen to reveal the new page.</td> + <!--l. 1062--><p class="noindent" >Two lines sweep across the screen to reveal the new page.</td> </tr><tr style="vertical-align:baseline;" id="TBL-12-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-6-1" class="td01"><span class="ec-lmvtt-10">Wipe </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-6-2" class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-12-6-3" class="td10"> - <!--l. 973--><p class="noindent" >A single line sweeps across the screen to reveal the new + <!--l. 1063--><p class="noindent" >A single line sweeps across the screen to reveal the new page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-7-1" @@ -2771,14 +3019,14 @@ class="td01"><span class="ec-lmvtt-10">R </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-7-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-7-3" class="td10"> - <!--l. 974--><p class="noindent" >Simply replaces the old page with the new one. </td> + <!--l. 1064--><p class="noindent" >Simply replaces the old page with the new one. </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-8-1" class="td01"><span class="ec-lmvtt-10">Fly </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-8-2" class="td11"> /Di /M </td><td style="white-space:normal; text-align:left;" id="TBL-12-8-3" class="td10"> - <!--l. 975--><p class="noindent" >Changes are flown out or in (as specified by /M), in the + <!--l. 1065--><p class="noindent" >Changes are flown out or in (as specified by /M), in the direction specified by /Di, to or from a location that is offscreen except when /Di is None. </td> </tr><tr @@ -2787,7 +3035,7 @@ class="td01"><span class="ec-lmvtt-10">Push </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-9-2" class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-12-9-3" class="td10"> - <!--l. 978--><p class="noindent" >The old page slides off the screen while the new page + <!--l. 1068--><p class="noindent" >The old page slides off the screen while the new page slides in, pushing the old page out in the direction specified by /Di. </td> </tr><tr @@ -2796,7 +3044,7 @@ class="td01"><span class="ec-lmvtt-10">Cover </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-10-2" class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-12-10-3" class="td10"> - <!--l. 981--><p class="noindent" >The new page slides on to the screen in the direction + <!--l. 1071--><p class="noindent" >The new page slides on to the screen in the direction specified by /Di, covering the old page. </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-11-1" @@ -2804,7 +3052,7 @@ class="td01"><span class="ec-lmvtt-10">Uncover </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-11-2" class="td11"> /Di </td><td style="white-space:normal; text-align:left;" id="TBL-12-11-3" class="td10"> - <!--l. 983--><p class="noindent" >The old page slides off the screen in the direction + <!--l. 1073--><p class="noindent" >The old page slides off the screen in the direction specified by /Di, uncovering the new page in the direction specified by /Di. </td> </tr><tr @@ -2813,7 +3061,7 @@ class="td01"><span class="ec-lmvtt-10">Fade </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-12-12-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-12-3" class="td10"> - <!--l. 986--><p class="noindent" >The new page gradually becomes visible through the old + <!--l. 1076--><p class="noindent" >The new page gradually becomes visible through the old one. </td> </tr><tr style="vertical-align:baseline;" id="TBL-12-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-12-13-1" @@ -2830,11 +3078,11 @@ class="td01"> </td><td style="white-space:nowrap; text-align:left;" id=" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-12-16-3" class="td10"></td></tr> </table></div> -<!--l. 990--><p class="noindent" > +<!--l. 1080--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.8 </span> <a - id="x1-170005.8"></a>Option <span + id="x1-190005.8"></a>Option <span class="ec-lmvtt-10">pdfinfo</span></h4> -<!--l. 992--><p class="noindent" >The information entries can be set using <span +<!--l. 1082--><p class="noindent" >The information entries can be set using <span class="ec-lmvtt-10">pdftitle</span>, <span class="ec-lmvtt-10">pdfsubject</span>, …. Option <span class="ec-lmvtt-10">pdfinfo </span>provides an alternative @@ -2851,7 +3099,7 @@ strings (see PDF specification). Example: <blockquote class="quote"> - <pre class="verbatim" id="verbatim-15"> + <pre class="verbatim" id="verbatim-17"> \hypersetup{   pdfinfo={     Title={My Title}, @@ -2861,15 +3109,15 @@ strings (see PDF specification). Example:   } } </pre> - <!--l. 1011--><p class="nopar" ></blockquote> -<!--l. 1014--><p class="noindent" > + <!--l. 1101--><p class="nopar" ></blockquote> +<!--l. 1104--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">5.9 </span> <a - id="x1-180005.9"></a>Big alphabetical list</h4> -<!--l. 1016--><p class="noindent" >The following is a complete listing of available options for <span + id="x1-200005.9"></a>Big alphabetical list</h4> +<!--l. 1106--><p class="noindent" >The following is a complete listing of available options for <span class="ec-lmss-10">hyperref</span>, arranged alphabetically. -<!--l. 1019--><p class="indent" > +<!--l. 1109--><p class="indent" > <a - id="x1-18001r11"></a> <!--l. 1020--><div class="longtable"> <table id="TBL-13" class="longtable" + id="x1-20001r11"></a> <!--l. 1110--><div class="longtable"> <table id="TBL-13" class="longtable" ><colgroup id="TBL-13-1g"><col id="TBL-13-1"><col @@ -2881,14 +3129,14 @@ class="td01"><span class="ec-lmvtt-10">allbordercolors </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-1-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-1-3" class="td10"> - <!--l. 1020--><p class="noindent" >Set all border color options </td> + <!--l. 1110--><p class="noindent" >Set all border color options </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-2-1" class="td01"><span class="ec-lmvtt-10">allcolors </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-2-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-2-3" class="td10"> - <!--l. 1021--><p class="noindent" >Set all color options (without border and field + <!--l. 1111--><p class="noindent" >Set all color options (without border and field options) </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-3-1" @@ -2897,7 +3145,7 @@ class="ec-lmvtt-10">anchorcolor </span></td><td style="whit class="td11"> <span class="ec-lmri-10">black </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-3-3" class="td10"> - <!--l. 1022--><p class="noindent" >set color of anchors, ignored by most drivers. </td> + <!--l. 1112--><p class="noindent" >set color of anchors, ignored by most drivers. </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-4-1" class="td01"><span @@ -2905,7 +3153,7 @@ class="ec-lmvtt-10">backref </span></td><td style="wh class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-4-3" class="td10"> - <!--l. 1023--><p class="noindent" >do bibliographical back references </td> + <!--l. 1113--><p class="noindent" >do bibliographical back references </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-5-1" class="td01"><span @@ -2913,7 +3161,7 @@ class="ec-lmvtt-10">baseurl </span></td><td style="wh class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-5-3" class="td10"> - <!--l. 1024--><p class="noindent" >set base URL for document </td> + <!--l. 1114--><p class="noindent" >set base URL for document </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-6-1" class="td01"><span @@ -2921,7 +3169,7 @@ class="ec-lmvtt-10">bookmarks </span></td><td style="white class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-6-3" class="td10"> - <!--l. 1025--><p class="noindent" >make bookmarks </td> + <!--l. 1115--><p class="noindent" >make bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-7-1" class="td01"><span @@ -2929,7 +3177,7 @@ class="ec-lmvtt-10">bookmarksnumbered </span></td><td style="white-spac class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-7-3" class="td10"> - <!--l. 1026--><p class="noindent" >put section numbers in bookmarks </td> + <!--l. 1116--><p class="noindent" >put section numbers in bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-8-1" class="td01"><span @@ -2937,7 +3185,7 @@ class="ec-lmvtt-10">bookmarksopen </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-8-3" class="td10"> - <!--l. 1027--><p class="noindent" >open up bookmark tree </td> + <!--l. 1117--><p class="noindent" >open up bookmark tree </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-9-1" class="td01"><span @@ -2945,7 +3193,7 @@ class="ec-lmvtt-10">bookmarksopenlevel </span></td><td style="white-sp class="td11"> <span class="ec-lmvtt-10">\maxdimen </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-9-3" class="td10"> - <!--l. 1028--><p class="noindent" >level to which bookmarks are open </td> + <!--l. 1118--><p class="noindent" >level to which bookmarks are open </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-10-1" class="td01"><span @@ -2953,7 +3201,7 @@ class="ec-lmvtt-10">bookmarkstype </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">toc </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-10-3" class="td10"> - <!--l. 1029--><p class="noindent" >to specify which ‘toc’ file to mimic </td> + <!--l. 1119--><p class="noindent" >to specify which ‘toc’ file to mimic </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-11-1" class="td01"><span @@ -2961,7 +3209,7 @@ class="ec-lmvtt-10">breaklinks </span></td><td style="whi class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-11-3" class="td10"> - <!--l. 1030--><p class="noindent" >allow links to break over lines </td> + <!--l. 1120--><p class="noindent" >allow links to break over lines </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-12-1" class="td01"><span @@ -2969,7 +3217,7 @@ class="ec-lmvtt-10">CJKbookmarks </span></td><td style="white-sp class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-12-3" class="td10"> - <!--l. 1031--><p class="noindent" >to produce CJK bookmarks </td> + <!--l. 1121--><p class="noindent" >to produce CJK bookmarks </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-13-1" class="td01"><span @@ -2977,7 +3225,7 @@ class="ec-lmvtt-10">citebordercolor </span></td><td style="whit class="td11"> <span class="ec-lmri-10">0 1 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-13-3" class="td10"> - <!--l. 1032--><p class="noindent" >color of border around cites </td> + <!--l. 1122--><p class="noindent" >color of border around cites </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-14-1" class="td01"><span @@ -2985,7 +3233,7 @@ class="ec-lmvtt-10">citecolor </span></td><td style="wh class="td11"> <span class="ec-lmri-10">green </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-14-3" class="td10"> - <!--l. 1033--><p class="noindent" >color of citation links </td> + <!--l. 1123--><p class="noindent" >color of citation links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-15-1" class="td01"><span @@ -2993,14 +3241,14 @@ class="ec-lmvtt-10">colorlinks </span></td><td style="wh class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-15-3" class="td10"> - <!--l. 1034--><p class="noindent" >color links </td> + <!--l. 1124--><p class="noindent" >color links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-16-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-13-16-2" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-16-3" class="td10"> - <!--l. 1035--><p class="noindent" >(<span + <!--l. 1125--><p class="noindent" >(<span class="ec-lmss-10">tex4ht</span>, <span class="ec-lmss-10">dviwindo</span>) </td> </tr><tr @@ -3010,7 +3258,7 @@ class="ec-lmvtt-10">debug </span></td><td style="whi class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-17-3" class="td10"> - <!--l. 1036--><p class="noindent" >provide details of anchors defined; same as + <!--l. 1126--><p class="noindent" >provide details of anchors defined; same as verbose </td> @@ -3021,7 +3269,7 @@ class="ec-lmvtt-10">destlabel </span></td><td style="wh class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-18-3" class="td10"> - <!--l. 1037--><p class="noindent" >destinations are named by the first <span class="obeylines-h"><span class="verb"><span + <!--l. 1127--><p class="noindent" >destinations are named by the first <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span> after the anchor creation </td> </tr><tr @@ -3031,21 +3279,21 @@ class="ec-lmvtt-10">draft </span></td><td style="w class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-19-3" class="td10"> - <!--l. 1038--><p class="noindent" >do not do any hyperlinking </td> + <!--l. 1128--><p class="noindent" >do not do any hyperlinking </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-20-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-20-1" class="td01"><span class="ec-lmvtt-10">driverfallback </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-20-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-20-3" class="td10"> - <!--l. 1039--><p class="noindent" >default if no driver specified or detected </td> + <!--l. 1129--><p class="noindent" >default if no driver specified or detected </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-21-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-21-1" class="td01"><span class="ec-lmvtt-10">dvipdfm </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-21-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-21-3" class="td10"> - <!--l. 1040--><p class="noindent" >use <span + <!--l. 1130--><p class="noindent" >use <span class="ec-lmss-10">dvipdfm </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-22-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-22-1" @@ -3053,7 +3301,7 @@ class="td01"><span class="ec-lmvtt-10">dvipdfmx </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-22-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-22-3" class="td10"> - <!--l. 1041--><p class="noindent" >use <span + <!--l. 1131--><p class="noindent" >use <span class="ec-lmss-10">dvipdfmx </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-23-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-23-1" @@ -3061,7 +3309,7 @@ class="td01"><span class="ec-lmvtt-10">dvips </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-23-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-23-3" class="td10"> - <!--l. 1042--><p class="noindent" >use <span + <!--l. 1132--><p class="noindent" >use <span class="ec-lmss-10">dvips </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-24-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-24-1" @@ -3069,7 +3317,7 @@ class="td01"><span class="ec-lmvtt-10">dvipsone </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-24-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-24-3" class="td10"> - <!--l. 1043--><p class="noindent" >use <span + <!--l. 1133--><p class="noindent" >use <span class="ec-lmss-10">dvipsone </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-25-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-25-1" @@ -3077,7 +3325,7 @@ class="td01"><span class="ec-lmvtt-10">dviwindo </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-25-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-25-3" class="td10"> - <!--l. 1044--><p class="noindent" >use <span + <!--l. 1134--><p class="noindent" >use <span class="ec-lmss-10">dviwindo </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-26-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-26-1" @@ -3085,7 +3333,7 @@ class="td01"><span class="ec-lmvtt-10">encap </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-26-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-26-3" class="td10"> - <!--l. 1045--><p class="noindent" >to set encap character for hyperindex </td> + <!--l. 1135--><p class="noindent" >to set encap character for hyperindex </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-27-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-27-1" class="td01"><span @@ -3093,7 +3341,7 @@ class="ec-lmvtt-10">extension </span></td><td style="whi class="td11"> <span class="ec-lmri-10">dvi </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-27-3" class="td10"> - <!--l. 1046--><p class="noindent" >suffix of linked files </td> + <!--l. 1136--><p class="noindent" >suffix of linked files </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-28-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-28-1" class="td01"><span @@ -3101,7 +3349,7 @@ class="ec-lmvtt-10">filebordercolor </span></td><td style="whit class="td11"> <span class="ec-lmri-10">0 .5 .5 </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-28-3" class="td10"> - <!--l. 1047--><p class="noindent" >color of border around file links </td> + <!--l. 1137--><p class="noindent" >color of border around file links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-29-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-29-1" class="td01"><span @@ -3109,7 +3357,7 @@ class="ec-lmvtt-10">filecolor </span></td><td style="w class="td11"> <span class="ec-lmri-10">cyan </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-29-3" class="td10"> - <!--l. 1048--><p class="noindent" >color of file links </td> + <!--l. 1138--><p class="noindent" >color of file links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-30-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-30-1" class="td01"><span @@ -3117,7 +3365,7 @@ class="ec-lmvtt-10">final </span></td><td style=" class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-30-3" class="td10"> - <!--l. 1049--><p class="noindent" >opposite of option draft </td> + <!--l. 1139--><p class="noindent" >opposite of option draft </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-31-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-31-1" class="td01"><span @@ -3125,14 +3373,14 @@ class="ec-lmvtt-10">frenchlinks </span></td><td style="whi class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-31-3" class="td10"> - <!--l. 1050--><p class="noindent" >use small caps instead of color for links </td> + <!--l. 1140--><p class="noindent" >use small caps instead of color for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-32-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-32-1" class="td01"><span class="ec-lmvtt-10">hidelinks </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-32-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-32-3" class="td10"> - <!--l. 1051--><p class="noindent" >Hide links (removing color and border) </td> + <!--l. 1141--><p class="noindent" >Hide links (removing color and border) </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-33-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-33-1" class="td01"><span @@ -3140,7 +3388,7 @@ class="ec-lmvtt-10">hyperfigures </span></td><td style="whit class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-33-3" class="td10"> - <!--l. 1052--><p class="noindent" >make figures hyper links </td> + <!--l. 1142--><p class="noindent" >make figures hyper links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-34-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-34-1" class="td01"><span @@ -3148,7 +3396,7 @@ class="ec-lmvtt-10">hyperfootnotes </span></td><td style="white class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-34-3" class="td10"> - <!--l. 1053--><p class="noindent" >set up hyperlinked footnotes </td> + <!--l. 1143--><p class="noindent" >set up hyperlinked footnotes </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-35-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-35-1" class="td01"><span @@ -3156,14 +3404,14 @@ class="ec-lmvtt-10">hyperindex </span></td><td style="whit class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-35-3" class="td10"> - <!--l. 1054--><p class="noindent" >set up hyperlinked indices </td> + <!--l. 1144--><p class="noindent" >set up hyperlinked indices </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-36-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-36-1" class="td01"><span class="ec-lmvtt-10">hypertex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-36-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-36-3" class="td10"> - <!--l. 1055--><p class="noindent" >use <span + <!--l. 1145--><p class="noindent" >use <span class="ec-lmss-10">HyperTeX </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-37-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-37-1" @@ -3172,7 +3420,7 @@ class="ec-lmvtt-10">hypertexnames </span></td><td style="white- class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-37-3" class="td10"> - <!--l. 1056--><p class="noindent" >use guessable names for links </td> + <!--l. 1146--><p class="noindent" >use guessable names for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-38-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-38-1" class="td01"><span @@ -3180,14 +3428,14 @@ class="ec-lmvtt-10">implicit </span></td><td style="wh class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-38-3" class="td10"> - <!--l. 1057--><p class="noindent" >redefine LaTeX internals </td> + <!--l. 1147--><p class="noindent" >redefine LaTeX internals </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-39-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-39-1" class="td01"><span class="ec-lmvtt-10">latex2html </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-39-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-39-3" class="td10"> - <!--l. 1058--><p class="noindent" >use <span + <!--l. 1148--><p class="noindent" >use <span class="ec-lmss-10">LaTeX2HTML </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-40-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-40-1" @@ -3196,7 +3444,7 @@ class="ec-lmvtt-10">linkbordercolor </span></td><td style="white class="td11"> <span class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-40-3" class="td10"> - <!--l. 1059--><p class="noindent" >color of border around links </td> + <!--l. 1149--><p class="noindent" >color of border around links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-41-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-41-1" class="td01"><span @@ -3204,7 +3452,7 @@ class="ec-lmvtt-10">linkcolor </span></td><td style="wh class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-41-3" class="td10"> - <!--l. 1060--><p class="noindent" >color of links </td> + <!--l. 1150--><p class="noindent" >color of links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-42-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-42-1" class="td01"><span @@ -3212,7 +3460,7 @@ class="ec-lmvtt-10">linktoc </span></td><td style="wh class="td11"> <span class="ec-lmri-10">section </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-42-3" class="td10"> - <!--l. 1061--><p class="noindent" >make text be link on TOC, LOF and LOT </td> + <!--l. 1151--><p class="noindent" >make text be link on TOC, LOF and LOT </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-43-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-43-1" class="td01"><span @@ -3220,7 +3468,7 @@ class="ec-lmvtt-10">linktocpage </span></td><td style="whit class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-43-3" class="td10"> - <!--l. 1062--><p class="noindent" >make page number, not text, be link on TOC, + <!--l. 1152--><p class="noindent" >make page number, not text, be link on TOC, LOF and LOT </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-44-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-44-1" @@ -3229,7 +3477,7 @@ class="ec-lmvtt-10">menubordercolor </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">1 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-44-3" class="td10"> - <!--l. 1063--><p class="noindent" >color of border around menu links </td> + <!--l. 1153--><p class="noindent" >color of border around menu links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-45-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-45-1" class="td01"><span @@ -3237,7 +3485,7 @@ class="ec-lmvtt-10">menucolor </span></td><td style="whit class="td11"> <span class="ec-lmri-10">red </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-45-3" class="td10"> - <!--l. 1064--><p class="noindent" >color for menu links </td> + <!--l. 1154--><p class="noindent" >color for menu links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-46-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-46-1" class="td01"><span @@ -3245,7 +3493,7 @@ class="ec-lmvtt-10">nativepdf </span></td><td style="whi class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-46-3" class="td10"> - <!--l. 1065--><p class="noindent" >an alias for <span + <!--l. 1155--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-47-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-47-1" @@ -3254,7 +3502,7 @@ class="ec-lmvtt-10">naturalnames </span></td><td style="white class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-47-3" class="td10"> - <!--l. 1066--><p class="noindent" >use LaTeX-computed names for links </td> + <!--l. 1156--><p class="noindent" >use LaTeX-computed names for links </td> </tr><tr @@ -3264,14 +3512,14 @@ class="ec-lmvtt-10">nesting </span></td><td style="wh class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-48-3" class="td10"> - <!--l. 1067--><p class="noindent" >allow nesting of links </td> + <!--l. 1157--><p class="noindent" >allow nesting of links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-49-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-49-1" class="td01"><span class="ec-lmvtt-10">next-anchor </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-49-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-49-3" class="td10"> - <!--l. 1068--><p class="noindent" >allow to set the name of the next anchor </td> + <!--l. 1158--><p class="noindent" >allow to set the name of the next anchor </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-50-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-50-1" class="td01"><span @@ -3279,7 +3527,7 @@ class="ec-lmvtt-10">pageanchor </span></td><td style="whit class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-50-3" class="td10"> - <!--l. 1069--><p class="noindent" >put an anchor on every page </td> + <!--l. 1159--><p class="noindent" >put an anchor on every page </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-51-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-51-1" class="td01"><span @@ -3287,7 +3535,7 @@ class="ec-lmvtt-10">pagebackref </span></td><td style="whit class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-51-3" class="td10"> - <!--l. 1070--><p class="noindent" >backreference by page number </td> + <!--l. 1160--><p class="noindent" >backreference by page number </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-52-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-52-1" class="td01"><span @@ -3295,7 +3543,7 @@ class="ec-lmvtt-10">pdfauthor </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-52-3" class="td10"> - <!--l. 1071--><p class="noindent" >text for PDF Author field </td> + <!--l. 1161--><p class="noindent" >text for PDF Author field </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-53-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-53-1" class="td01"><span @@ -3303,14 +3551,14 @@ class="ec-lmvtt-10">pdfborder </span></td><td style="whit class="td11"> <span class="ec-lmri-10">0 0 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-53-3" class="td10"> - <!--l. 1072--><p class="noindent" >width of PDF link border </td> + <!--l. 1162--><p class="noindent" >width of PDF link border </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-54-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-54-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-13-54-2" class="td11"> <span class="ec-lmri-10">0 0 0 </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-54-3" class="td10"> - <!--l. 1073--><p class="noindent" >(<span + <!--l. 1163--><p class="noindent" >(<span class="ec-lmvtt-10">colorlinks)</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-55-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-55-1" @@ -3318,7 +3566,7 @@ class="td01"><span class="ec-lmvtt-10">pdfborderstyle </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-55-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-55-3" class="td10"> - <!--l. 1074--><p class="noindent" >border style for links </td> + <!--l. 1164--><p class="noindent" >border style for links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-56-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-56-1" class="td01"><span @@ -3326,7 +3574,7 @@ class="ec-lmvtt-10">pdfcenterwindow </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-56-3" class="td10"> - <!--l. 1075--><p class="noindent" >position the document window in the center + <!--l. 1165--><p class="noindent" >position the document window in the center of the screen </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-57-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-57-1" @@ -3335,14 +3583,14 @@ class="ec-lmvtt-10">pdfcreator </span></td><td style="whi class="td11"> <span class="ec-lmri-10">LaTeX with </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-57-3" class="td10"> - <!--l. 1076--><p class="noindent" >text for PDF Creator field </td> + <!--l. 1166--><p class="noindent" >text for PDF Creator field </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-58-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-58-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-13-58-2" class="td11"> <span class="ec-lmri-10">hyperref </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-58-3" class="td10"> - <!--l. 1078--><p class="noindent" > </td> + <!--l. 1168--><p class="noindent" > </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-59-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-59-1" class="td01"><span @@ -3350,7 +3598,7 @@ class="ec-lmvtt-10">pdfdirection </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-59-3" class="td10"> - <!--l. 1078--><p class="noindent" >direction setting </td> + <!--l. 1168--><p class="noindent" >direction setting </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-60-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-60-1" class="td01"><span @@ -3358,7 +3606,7 @@ class="ec-lmvtt-10">pdfdisplaydoctitle </span></td><td style="white class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-60-3" class="td10"> - <!--l. 1079--><p class="noindent" >display document title instead of file name in + <!--l. 1169--><p class="noindent" >display document title instead of file name in title bar </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-61-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-61-1" @@ -3367,7 +3615,7 @@ class="ec-lmvtt-10">pdfduplex </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-61-3" class="td10"> - <!--l. 1081--><p class="noindent" >paper handling option for print dialog </td> + <!--l. 1171--><p class="noindent" >paper handling option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-62-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-62-1" class="td01"><span @@ -3375,7 +3623,7 @@ class="ec-lmvtt-10">pdffitwindow </span></td><td style="white class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-62-3" class="td10"> - <!--l. 1083--><p class="noindent" >resize document window to fit document size </td> + <!--l. 1173--><p class="noindent" >resize document window to fit document size </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-63-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-63-1" class="td01"><span @@ -3383,7 +3631,7 @@ class="ec-lmvtt-10">pdfhighlight </span></td><td style="whit class="td11"> <span class="ec-lmri-10">/I </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-63-3" class="td10"> - <!--l. 1084--><p class="noindent" >set highlighting of PDF links </td> + <!--l. 1174--><p class="noindent" >set highlighting of PDF links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-64-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-64-1" class="td01"><span @@ -3391,7 +3639,7 @@ class="ec-lmvtt-10">pdfinfo </span></td><td style="wh class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-64-3" class="td10"> - <!--l. 1085--><p class="noindent" >alternative interface for setting document + <!--l. 1175--><p class="noindent" >alternative interface for setting document information </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-65-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-65-1" @@ -3400,7 +3648,7 @@ class="ec-lmvtt-10">pdfkeywords </span></td><td style="white class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-65-3" class="td10"> - <!--l. 1086--><p class="noindent" >text for PDF Keywords field </td> + <!--l. 1176--><p class="noindent" >text for PDF Keywords field </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-66-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-66-1" class="td01"><span @@ -3408,7 +3656,7 @@ class="ec-lmvtt-10">pdflang </span></td><td style="whi class="td11"> <span class="ec-lmri-10">relax </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-66-3" class="td10"> - <!--l. 1087--><p class="noindent" >PDF language identifier (RFC 3066) </td> + <!--l. 1177--><p class="noindent" >PDF language identifier (RFC 3066) </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-67-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-67-1" class="td01"><span @@ -3416,7 +3664,7 @@ class="ec-lmvtt-10">pdfmark </span></td><td style="whit class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-67-3" class="td10"> - <!--l. 1088--><p class="noindent" >an alias for <span + <!--l. 1178--><p class="noindent" >an alias for <span class="ec-lmss-10">dvips</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-68-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-68-1" @@ -3425,7 +3673,7 @@ class="ec-lmvtt-10">pdfmenubar </span></td><td style="white- class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-68-3" class="td10"> - <!--l. 1089--><p class="noindent" >make PDF viewer’s menu bar visible </td> + <!--l. 1179--><p class="noindent" >make PDF viewer’s menu bar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-69-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-69-1" class="td01"><span @@ -3433,13 +3681,13 @@ class="ec-lmvtt-10">pdfnewwindow </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-69-3" class="td10"> - <!--l. 1090--><p class="noindent" >make links that open another PDF </td> + <!--l. 1180--><p class="noindent" >make links that open another PDF </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-70-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-70-1" class="td01"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-13-70-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-70-3" class="td10"> - <!--l. 1091--><p class="noindent" >file start a new window </td> + <!--l. 1181--><p class="noindent" >file start a new window </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-71-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-71-1" class="td01"><span @@ -3447,7 +3695,7 @@ class="ec-lmvtt-10">pdfnonfullscreenpagemode </span></td><td style="white-spac class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-71-3" class="td10"> - <!--l. 1093--><p class="noindent" >page mode setting on exiting full-screen mode</td> + <!--l. 1183--><p class="noindent" >page mode setting on exiting full-screen mode</td> </tr><tr style="vertical-align:baseline;" id="TBL-13-72-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-72-1" class="td01"><span @@ -3455,7 +3703,7 @@ class="ec-lmvtt-10">pdfnumcopies </span></td><td style="white- class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-72-3" class="td10"> - <!--l. 1095--><p class="noindent" >number of printed copies </td> + <!--l. 1185--><p class="noindent" >number of printed copies </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-73-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-73-1" class="td01"><span @@ -3463,7 +3711,7 @@ class="ec-lmvtt-10">pdfpagelabels </span></td><td style="whit class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-73-3" class="td10"> - <!--l. 1096--><p class="noindent" >set PDF page labels </td> + <!--l. 1186--><p class="noindent" >set PDF page labels </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-74-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-74-1" class="td01"><span @@ -3471,7 +3719,7 @@ class="ec-lmvtt-10">pdfpagelayout </span></td><td style="white class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-74-3" class="td10"> - <!--l. 1097--><p class="noindent" >set layout of PDF pages </td> + <!--l. 1187--><p class="noindent" >set layout of PDF pages </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-75-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-75-1" class="td01"><span @@ -3479,7 +3727,7 @@ class="ec-lmvtt-10">pdfpagemode </span></td><td style="white- class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-75-3" class="td10"> - <!--l. 1098--><p class="noindent" >set default mode of PDF display </td> + <!--l. 1188--><p class="noindent" >set default mode of PDF display </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-76-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-76-1" class="td01"><span @@ -3487,7 +3735,7 @@ class="ec-lmvtt-10">pdfpagescrop </span></td><td style="white class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-76-3" class="td10"> - <!--l. 1099--><p class="noindent" >set crop size of PDF document </td> + <!--l. 1189--><p class="noindent" >set crop size of PDF document </td> </tr><tr @@ -3497,7 +3745,7 @@ class="ec-lmvtt-10">pdfpagetransition </span></td><td style="white- class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-77-3" class="td10"> - <!--l. 1100--><p class="noindent" >set PDF page transition style </td> + <!--l. 1190--><p class="noindent" >set PDF page transition style </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-78-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-78-1" class="td01"><span @@ -3505,7 +3753,7 @@ class="ec-lmvtt-10">pdfpicktraybypdfsize </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-78-3" class="td10"> - <!--l. 1102--><p class="noindent" >set option for print dialog </td> + <!--l. 1192--><p class="noindent" >set option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-79-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-79-1" class="td01"><span @@ -3513,7 +3761,7 @@ class="ec-lmvtt-10">pdfprintarea </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-79-3" class="td10"> - <!--l. 1103--><p class="noindent" >set /PrintArea of viewer preferences </td> + <!--l. 1193--><p class="noindent" >set /PrintArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-80-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-80-1" class="td01"><span @@ -3521,7 +3769,7 @@ class="ec-lmvtt-10">pdfprintclip </span></td><td style="whi class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-80-3" class="td10"> - <!--l. 1104--><p class="noindent" >set /PrintClip of viewer preferences </td> + <!--l. 1194--><p class="noindent" >set /PrintClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-81-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-81-1" class="td01"><span @@ -3529,7 +3777,7 @@ class="ec-lmvtt-10">pdfprintpagerange </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-81-3" class="td10"> - <!--l. 1105--><p class="noindent" >set /PrintPageRange of viewer preferences </td> + <!--l. 1195--><p class="noindent" >set /PrintPageRange of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-82-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-82-1" class="td01"><span @@ -3537,7 +3785,7 @@ class="ec-lmvtt-10">pdfprintscaling </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-82-3" class="td10"> - <!--l. 1106--><p class="noindent" >page scaling option for print dialog </td> + <!--l. 1196--><p class="noindent" >page scaling option for print dialog </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-83-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-83-1" class="td01"><span @@ -3545,7 +3793,7 @@ class="ec-lmvtt-10">pdfproducer </span></td><td style="white class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-83-3" class="td10"> - <!--l. 1107--><p class="noindent" >text for PDF Producer field </td> + <!--l. 1197--><p class="noindent" >text for PDF Producer field </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-84-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-84-1" class="td01"><span @@ -3553,7 +3801,7 @@ class="ec-lmvtt-10">pdfremotestartview </span></td><td style="white-s class="td11"> <span class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-84-3" class="td10"> - <!--l. 1108--><p class="noindent" >starting view of remote PDF documents </td> + <!--l. 1198--><p class="noindent" >starting view of remote PDF documents </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-85-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-85-1" class="td01"><span @@ -3561,7 +3809,7 @@ class="ec-lmvtt-10">pdfstartpage </span></td><td style="whit class="td11"> <span class="ec-lmri-10">1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-85-3" class="td10"> - <!--l. 1109--><p class="noindent" >page at which PDF document opens </td> + <!--l. 1199--><p class="noindent" >page at which PDF document opens </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-86-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-86-1" class="td01"><span @@ -3569,7 +3817,7 @@ class="ec-lmvtt-10">pdfstartview </span></td><td style="whit class="td11"> <span class="ec-lmri-10">Fit </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-86-3" class="td10"> - <!--l. 1110--><p class="noindent" >starting view of PDF document </td> + <!--l. 1200--><p class="noindent" >starting view of PDF document </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-87-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-87-1" class="td01"><span @@ -3577,14 +3825,14 @@ class="ec-lmvtt-10">pdfsubject </span></td><td style="whi class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-87-3" class="td10"> - <!--l. 1111--><p class="noindent" >text for PDF Subject field </td> + <!--l. 1201--><p class="noindent" >text for PDF Subject field </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-88-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-88-1" class="td01"><span class="ec-lmvtt-10">pdftex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-88-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-88-3" class="td10"> - <!--l. 1112--><p class="noindent" >use <span + <!--l. 1202--><p class="noindent" >use <span class="ec-lmss-10">pdfTeX </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-89-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-89-1" @@ -3593,7 +3841,7 @@ class="ec-lmvtt-10">pdftitle </span></td><td style="w class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-89-3" class="td10"> - <!--l. 1113--><p class="noindent" >text for PDF Title field </td> + <!--l. 1203--><p class="noindent" >text for PDF Title field </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-90-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-90-1" class="td01"><span @@ -3601,7 +3849,7 @@ class="ec-lmvtt-10">pdftoolbar </span></td><td style="whit class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-90-3" class="td10"> - <!--l. 1114--><p class="noindent" >make PDF toolbar visible </td> + <!--l. 1204--><p class="noindent" >make PDF toolbar visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-91-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-91-1" class="td01"><span @@ -3609,7 +3857,7 @@ class="ec-lmvtt-10">pdftrapped </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-91-3" class="td10"> - <!--l. 1115--><p class="noindent" >Sets the document information Trapped entry. + <!--l. 1205--><p class="noindent" >Sets the document information Trapped entry. Possible values are <span class="ec-lmvtt-10">True</span>, <span class="ec-lmvtt-10">False </span>and <span @@ -3622,7 +3870,7 @@ class="ec-lmvtt-10">pdfview </span></td><td style="whi class="td11"> <span class="ec-lmri-10">XYZ </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-92-3" class="td10"> - <!--l. 1118--><p class="noindent" >PDF ‘view’ when on link traversal </td> + <!--l. 1208--><p class="noindent" >PDF ‘view’ when on link traversal </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-93-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-93-1" class="td01"><span @@ -3630,7 +3878,7 @@ class="ec-lmvtt-10">pdfviewarea </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-93-3" class="td10"> - <!--l. 1119--><p class="noindent" >set /ViewArea of viewer preferences </td> + <!--l. 1209--><p class="noindent" >set /ViewArea of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-94-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-94-1" class="td01"><span @@ -3638,7 +3886,7 @@ class="ec-lmvtt-10">pdfviewclip </span></td><td style="whit class="td11"> <span class="ec-lmri-10">empty </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-94-3" class="td10"> - <!--l. 1120--><p class="noindent" >set /ViewClip of viewer preferences </td> + <!--l. 1210--><p class="noindent" >set /ViewClip of viewer preferences </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-95-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-95-1" class="td01"><span @@ -3646,7 +3894,7 @@ class="ec-lmvtt-10">pdfwindowui </span></td><td style="white- class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-95-3" class="td10"> - <!--l. 1121--><p class="noindent" >make PDF user interface elements visible </td> + <!--l. 1211--><p class="noindent" >make PDF user interface elements visible </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-96-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-96-1" class="td01"><span @@ -3654,14 +3902,14 @@ class="ec-lmvtt-10">plainpages </span></td><td style="whi class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-96-3" class="td10"> - <!--l. 1122--><p class="noindent" >do page number anchors as plain Arabic </td> + <!--l. 1212--><p class="noindent" >do page number anchors as plain Arabic </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-97-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-97-1" class="td01"><span class="ec-lmvtt-10">ps2pdf </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-97-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-97-3" class="td10"> - <!--l. 1123--><p class="noindent" >use <span + <!--l. 1213--><p class="noindent" >use <span class="ec-lmss-10">ps2pdf </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-98-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-98-1" @@ -3670,7 +3918,7 @@ class="ec-lmvtt-10">psdextra </span></td><td style="whi class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-98-3" class="td10"> - <!--l. 1124--><p class="noindent" >define more short names for PDF string + <!--l. 1214--><p class="noindent" >define more short names for PDF string commands </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-99-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-99-1" @@ -3679,7 +3927,7 @@ class="ec-lmvtt-10">raiselinks </span></td><td style="wh class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-99-3" class="td10"> - <!--l. 1125--><p class="noindent" >raise up links (for <span + <!--l. 1215--><p class="noindent" >raise up links (for <span class="ec-lmss-10">HyperTeX </span>backend) </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-100-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-100-1" @@ -3688,7 +3936,7 @@ class="ec-lmvtt-10">runbordercolor </span></td><td style="white class="td11"> <span class="ec-lmri-10">0 .7 .7 </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-100-3" class="td10"> - <!--l. 1126--><p class="noindent" >color of border around ‘run’ links </td> + <!--l. 1216--><p class="noindent" >color of border around ‘run’ links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-101-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-101-1" class="td01"><span @@ -3696,7 +3944,7 @@ class="ec-lmvtt-10">runcolor </span></td><td style="whi class="td11"> <span class="ec-lmri-10">filecolor </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-101-3" class="td10"> - <!--l. 1127--><p class="noindent" >color of ‘run’ links </td> + <!--l. 1217--><p class="noindent" >color of ‘run’ links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-102-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-102-1" class="td01"><span @@ -3704,14 +3952,14 @@ class="ec-lmvtt-10">setpagesize </span></td><td style="whi class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-102-3" class="td10"> - <!--l. 1128--><p class="noindent" >set page size by special driver commands </td> + <!--l. 1218--><p class="noindent" >set page size by special driver commands </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-103-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-103-1" class="td01"><span class="ec-lmvtt-10">tex4ht </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-103-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-103-3" class="td10"> - <!--l. 1129--><p class="noindent" >use <span + <!--l. 1219--><p class="noindent" >use <span class="ec-lmss-10">TeX4ht </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-104-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-104-1" @@ -3719,7 +3967,7 @@ class="td01"><span class="ec-lmvtt-10">textures </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-104-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-104-3" class="td10"> - <!--l. 1130--><p class="noindent" >use <span + <!--l. 1220--><p class="noindent" >use <span class="ec-lmss-10">Textures </span>backend </td> @@ -3730,7 +3978,7 @@ class="ec-lmvtt-10">unicode </span></td><td style="whi class="td11"> <span class="ec-lmri-10">true </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-105-3" class="td10"> - <!--l. 1131--><p class="noindent" >Unicode encoded pdf strings, starting with + <!--l. 1221--><p class="noindent" >Unicode encoded pdf strings, starting with version v7.00g set by default to true for all engines. It will load a number of definitions in puenc.def. It can be set to false for pdflatex, @@ -3742,7 +3990,7 @@ class="ec-lmvtt-10">urlbordercolor </span></td><td style="whit class="td11"> <span class="ec-lmri-10">0 1 1 </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-106-3" class="td10"> - <!--l. 1132--><p class="noindent" >color of border around URL links </td> + <!--l. 1222--><p class="noindent" >color of border around URL links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-107-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-107-1" class="td01"><span @@ -3750,7 +3998,7 @@ class="ec-lmvtt-10">urlcolor </span></td><td style="wh class="td11"> <span class="ec-lmri-10">magenta </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-107-3" class="td10"> - <!--l. 1133--><p class="noindent" >color of URL links </td> + <!--l. 1223--><p class="noindent" >color of URL links </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-108-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-108-1" class="td01"><span @@ -3758,14 +4006,14 @@ class="ec-lmvtt-10">verbose </span></td><td style="whi class="td11"> <span class="ec-lmri-10">false </span></td><td style="white-space:normal; text-align:left;" id="TBL-13-108-3" class="td10"> - <!--l. 1134--><p class="noindent" >be chatty </td> + <!--l. 1224--><p class="noindent" >be chatty </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-109-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-109-1" class="td01"><span class="ec-lmvtt-10">vtex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-109-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-109-3" class="td10"> - <!--l. 1135--><p class="noindent" >use <span + <!--l. 1225--><p class="noindent" >use <span class="ec-lmss-10">VTeX </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-110-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-110-1" @@ -3773,7 +4021,7 @@ class="td01"><span class="ec-lmvtt-10">xetex </span></td><td style="white-space:nowrap; text-align:left;" id="TBL-13-110-2" class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-110-3" class="td10"> - <!--l. 1136--><p class="noindent" >use <span + <!--l. 1226--><p class="noindent" >use <span class="ec-lmss-10">XeTeX </span>backend </td> </tr><tr style="vertical-align:baseline;" id="TBL-13-111-"><td style="white-space:nowrap; text-align:left;" id="TBL-13-111-1" @@ -3793,13 +4041,12 @@ class="td01"> </td><td style="white-space:nowrap; text-a class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-13-115-3" class="td10"></td></tr> </table></div> -<!--l. 1139--><p class="noindent" > +<!--l. 1229--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">6 </span> <a - id="x1-190006"></a>Additional user macros</h3> -<!--l. 1141--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are + id="x1-210006"></a>Additional user macros</h3> +<!--l. 1231--><p class="noindent" >If you need to make references to URLs, or write explicit links, the following low-level user macros are provided: -<!--l. 1144--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-14" class="tabular" +<!--l. 1234--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-14" class="tabular" ><colgroup id="TBL-14-1g"><col id="TBL-14-1"></colgroup><tr @@ -3815,46 +4062,45 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1148--><p class="noindent" >The <span +<!--l. 1238--><p class="noindent" >The <span class="ec-lmri-10">text </span>is made a hyperlink to the <span class="ec-lmri-10">URL</span>; this must be a full URL (relative to the base URL, if that is defined). The special characters # and ˜ do <span class="ec-lmri-10">not </span>need to be escaped in any way (unless the command is used in the argument of another command). -<!--l. 1153--><p class="indent" > The optional argument <span +<!--l. 1243--><p class="indent" > The optional argument <span class="ec-lmri-10">options </span>recognizes the hyperref options <span class="ec-lmvtt-10">pdfremotestartview</span>, <span class="ec-lmvtt-10">pdfnewwindow</span> and the following key value options: <dl class="description"><dt class="description"> - <!--l. 1157--><p class="noindent" > + <!--l. 1247--><p class="noindent" > <span class="ec-lmvtk-10">page</span><span class="ec-lmbx-10">:</span> </dt><dd class="description"> - <!--l. 1157--><p class="noindent" >Specifies the start page number of remote PDF documents. First page is <span class="obeylines-h"><span class="verb"><span + <!--l. 1247--><p class="noindent" >Specifies the start page number of remote PDF documents. First page is <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">1</span></span></span>. </dd><dt class="description"> - <!--l. 1159--><p class="noindent" > + <!--l. 1249--><p class="noindent" > <span class="ec-lmvtk-10">ismap</span><span class="ec-lmbx-10">:</span> </dt><dd class="description"> - <!--l. 1159--><p class="noindent" >Boolean key, if set to <span class="obeylines-h"><span class="verb"><span + <!--l. 1249--><p class="noindent" >Boolean key, if set to <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">true</span></span></span>, the URL should appended by the coordinates as query parameters by the PDF viewer. </dd><dt class="description"> - <!--l. 1162--><p class="noindent" > + <!--l. 1252--><p class="noindent" > <span class="ec-lmvtk-10">nextactionraw</span><span class="ec-lmbx-10">:</span> </dt><dd class="description"> - <!--l. 1162--><p class="noindent" >The value of key <span class="obeylines-h"><span class="verb"><span + <!--l. 1252--><p class="noindent" >The value of key <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">/Next</span></span></span> of action dictionaries, see PDF specification.</dd></dl> -<!--l. 1166--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-15" class="tabular" +<!--l. 1256--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-15" class="tabular" ><colgroup id="TBL-15-1g"><col id="TBL-15-1"></colgroup><tr @@ -3864,7 +4110,7 @@ class="ec-lmvtt-10">\url</span><span class="obeylines-h"><span class="verb"><spa class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1170--><p class="noindent" >Similar to <span +<!--l. 1260--><p class="noindent" >Similar to <span class="ec-lmvtt-10">\href</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span @@ -3875,8 +4121,7 @@ class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}}</span></span></span>. Depending on the driver <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\href</span></span></span> also tries to detect the link type. Thus the result can be a url link, file link, … -<!--l. 1175--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-16" class="tabular" +<!--l. 1265--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-16" class="tabular" ><colgroup id="TBL-16-1g"><col id="TBL-16-1"></colgroup><tr @@ -3886,11 +4131,10 @@ class="ec-lmvtt-10">\nolinkurl</span><span class="obeylines-h"><span class="verb class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1179--><p class="noindent" >Write <span +<!--l. 1269--><p class="noindent" >Write <span class="ec-lmri-10">URL </span>in the same way as <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\url</span></span></span>, without creating a hyperlink. -<!--l. 1182--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-17" class="tabular" +<!--l. 1272--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-17" class="tabular" ><colgroup id="TBL-17-1g"><col id="TBL-17-1"></colgroup><tr @@ -3901,11 +4145,10 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">URL</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1186--><p class="noindent" >A base <span +<!--l. 1276--><p class="noindent" >A base <span class="ec-lmri-10">URL </span>is established, which is prepended to other specified URLs, to make it easier to write portable documents. -<!--l. 1189--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-18" class="tabular" +<!--l. 1279--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-18" class="tabular" ><colgroup id="TBL-18-1g"><col id="TBL-18-1"></colgroup><tr @@ -3918,13 +4161,12 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1193--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span +<!--l. 1283--><p class="noindent" >The link to the image referenced by the URL is inserted, using <span class="ec-lmri-10">text </span>as the anchor. -<!--l. 1196--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span +<!--l. 1286--><p class="indent" > For drivers that produce HTML, the image itself is inserted by the browser, with the <span class="ec-lmri-10">text </span>being ignored completely. -<!--l. 1199--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-19" class="tabular" +<!--l. 1289--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-19" class="tabular" ><colgroup id="TBL-19-1g"><col id="TBL-19-1"></colgroup><tr @@ -3939,11 +4181,10 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1203--><p class="noindent" >A target area of the document (the <span +<!--l. 1293--><p class="noindent" >A target area of the document (the <span class="ec-lmri-10">text</span>) is marked, and given the name <span class="ec-lmri-10">category.name</span> -<!--l. 1206--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-20" class="tabular" +<!--l. 1296--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-20" class="tabular" ><colgroup id="TBL-20-1g"><col id="TBL-20-1"></colgroup><tr @@ -3960,11 +4201,10 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1210--><p class="noindent" ><span +<!--l. 1300--><p class="noindent" ><span class="ec-lmri-10">text </span>is made into a link to <span class="ec-lmri-10">URL#category.name</span> -<!--l. 1212--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-21" class="tabular" +<!--l. 1302--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-21" class="tabular" ><colgroup id="TBL-21-1g"><col id="TBL-21-1"></colgroup><tr @@ -3977,13 +4217,12 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1216--><p class="noindent" ><span +<!--l. 1306--><p class="noindent" ><span class="ec-lmri-10">text </span>is made into a link to the same place as <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> would be linked. -<!--l. 1220--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-22" class="tabular" +<!--l. 1310--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-22" class="tabular" ><colgroup id="TBL-22-1g"><col id="TBL-22-1"></colgroup><tr @@ -3996,8 +4235,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1223--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-23" class="tabular" +<!--l. 1313--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-23" class="tabular" ><colgroup id="TBL-23-1g"><col id="TBL-23-1"></colgroup><tr @@ -4010,7 +4248,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1227--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span +<!--l. 1317--><p class="noindent" >A simple internal link is created with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypertarget</span></span></span>, with two parameters of an anchor <span class="ec-lmri-10">name</span>, and anchor <span @@ -4019,14 +4257,11 @@ class="ec-lmvtt-10">\hyperlink</span></span></span> has two arguments, the name class="ec-lmvtt-10">\hypertarget</span></span></span>, and the <span class="ec-lmri-10">text </span>which be used as the link on the page. - - -<!--l. 1233--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span +<!--l. 1323--><p class="indent" > Note that in HTML parlance, the <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperlink</span></span></span> command inserts a notional # in front of each link, making it relative to the current testdocument; <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\href</span></span></span> expects a full URL. -<!--l. 1237--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-24" class="tabular" +<!--l. 1327--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-24" class="tabular" ><colgroup id="TBL-24-1g"><col id="TBL-24-1"></colgroup><tr @@ -4034,27 +4269,27 @@ id="TBL-24-1"></colgroup><tr class="td11"> <span class="ec-lmvtt-10">\phantomsection </span></td> </tr></table> </div></span> -<!--l. 1241--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span +<!--l. 1331--><p class="noindent" >This sets an anchor at this location. It works similar to <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypertarget{}{}</span></span></span> with an automatically chosen anchor name. Often it is used in conjunction with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> for sectionlike things (index, bibliography, preface). <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> refers to the latest previous location where an anchor is set. -Example: +Example: + <blockquote class="quote"> - <pre class="verbatim" id="verbatim-16"> + <pre class="verbatim" id="verbatim-18"> \cleardoublepage \phantomsection \addcontentsline{toc}{chapter}{\indexname} \printindex </pre> - <!--l. 1254--><p class="nopar" ></blockquote> -<!--l. 1256--><p class="noindent" >Now the entry in the table of contents (and bookmarks) for the index points to the start of the index page, + <!--l. 1344--><p class="nopar" ></blockquote> +<!--l. 1346--><p class="noindent" >Now the entry in the table of contents (and bookmarks) for the index points to the start of the index page, not to a location before this page. -<!--l. 1260--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-25" class="tabular" +<!--l. 1350--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-25" class="tabular" ><colgroup id="TBL-25-1g"><col id="TBL-25-1"></colgroup><tr @@ -4073,23 +4308,22 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1265--><p class="indent" > This retrieves the anchor or the page anchor from a label in an expandable way. It takes +<!--l. 1355--><p class="indent" > This retrieves the anchor or the page anchor from a label in an expandable way. It takes <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\HyperDestNameFilter</span></span></span> into account. It can e.g. be used with the <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\bookmark</span></span></span> from the bookmark package to set a destination to a label: - <pre class="verbatim" id="verbatim-17"> + <pre class="verbatim" id="verbatim-19"> \bookmark[dest=\hyperget{anchor}{sec}]{section} </pre> -<!--l. 1271--><p class="nopar" > -<!--l. 1273--><p class="indent" > As <span +<!--l. 1361--><p class="nopar" > +<!--l. 1363--><p class="indent" > As <span class="ec-lmri-10">pageanchor </span>retrieves the page number from the label it can’t be use together with the option <span class="ec-lmvtt-10">plainpages</span>. -<!--l. 1276--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-26" class="tabular" +<!--l. 1366--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-26" class="tabular" ><colgroup id="TBL-26-1g"><col id="TBL-26-1"></colgroup><tr @@ -4100,11 +4334,10 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">currentanchor</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}{}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1280--><p class="indent" > This retrieves the last anchor that has been set. It too takes <span class="obeylines-h"><span class="verb"><span +<!--l. 1370--><p class="indent" > This retrieves the last anchor that has been set. It too takes <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\HyperDestNameFilter</span></span></span> into account. -<!--l. 1284--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-27" class="tabular" +<!--l. 1374--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-27" class="tabular" ><colgroup id="TBL-27-1g"><col id="TBL-27-1"></colgroup><tr @@ -4114,11 +4347,11 @@ class="ec-lmvtt-10">\autoref</span><span class="obeylines-h"><span class="verb"> class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1288--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span +<!--l. 1378--><p class="noindent" >This is a replacement for the usual <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref</span></span></span> command that places a contextual label in front of the reference. This gives your users a bigger target to click for hyperlinks (e.g. ‘section 2’ instead of merely the number ‘2’). -<!--l. 1294--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span +<!--l. 1384--><p class="indent" > The label is worked out from the context of the original <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span> command by <span class="ec-lmss-10">hyperref </span>by using the macros listed below (shown with their default values). The macros can be (re)defined in documents using @@ -4126,16 +4359,16 @@ macros listed below (shown with their default values). The macros can be (re)def class="ec-lmvtt-10">\(re)newcommand</span></span></span>; note that some of these macros are already defined in the standard document classes. The mixture of lowercase and uppercase initial letters is deliberate and corresponds to the author’s practice. -<!--l. 1302--><p class="indent" > For each macro below, <span +<!--l. 1392--><p class="indent" > For each macro below, <span class="ec-lmss-10">hyperref </span>checks <span class="ec-lmvtt-10">\*autorefname </span>before <span class="ec-lmvtt-10">\*name</span>. For instance, it looks for <span class="ec-lmvtt-10">\figureautorefname </span>before <span class="ec-lmvtt-10">\figurename</span>. -<!--l. 1306--><p class="indent" > +<!--l. 1396--><p class="indent" > <a - id="x1-19001r12"></a> <!--l. 1307--><div class="longtable"> <table id="TBL-28" class="longtable" + id="x1-21001r12"></a> <!--l. 1397--><div class="longtable"> <table id="TBL-28" class="longtable" ><colgroup id="TBL-28-1g"><col id="TBL-28-1"><col @@ -4145,100 +4378,100 @@ id="TBL-28-2"></colgroup> class="td01"><span class="ec-lmri-10">Macro </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-1-2" class="td10"> - <!--l. 1307--><p class="noindent" ><span + <!--l. 1397--><p class="noindent" ><span class="ec-lmri-10">Default</span> </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-2-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-2-1" class="td01"><span class="ec-lmvtt-10">\figurename </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-2-2" class="td10"> - <!--l. 1308--><p class="noindent" >Figure </td> + <!--l. 1398--><p class="noindent" >Figure </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-3-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-3-1" class="td01"><span class="ec-lmvtt-10">\tablename </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-3-2" class="td10"> - <!--l. 1309--><p class="noindent" >Table </td> + <!--l. 1399--><p class="noindent" >Table </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-4-1" class="td01"><span class="ec-lmvtt-10">\partname </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-4-2" class="td10"> - <!--l. 1310--><p class="noindent" >Part </td> + <!--l. 1400--><p class="noindent" >Part </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-5-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-5-1" class="td01"><span class="ec-lmvtt-10">\appendixname </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-5-2" class="td10"> - <!--l. 1311--><p class="noindent" >Appendix </td> + <!--l. 1401--><p class="noindent" >Appendix </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-6-1" class="td01"><span class="ec-lmvtt-10">\equationname </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-6-2" class="td10"> - <!--l. 1312--><p class="noindent" >Equation </td> + <!--l. 1402--><p class="noindent" >Equation </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-7-1" class="td01"><span class="ec-lmvtt-10">\Itemname </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-7-2" class="td10"> - <!--l. 1313--><p class="noindent" >item </td> + <!--l. 1403--><p class="noindent" >item </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-8-1" class="td01"><span class="ec-lmvtt-10">\chaptername </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-8-2" class="td10"> - <!--l. 1314--><p class="noindent" >chapter </td> + <!--l. 1404--><p class="noindent" >chapter </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-9-1" class="td01"><span class="ec-lmvtt-10">\sectionname </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-9-2" class="td10"> - <!--l. 1315--><p class="noindent" >section </td> + <!--l. 1405--><p class="noindent" >section </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-10-1" class="td01"><span class="ec-lmvtt-10">\subsectionname </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-10-2" class="td10"> - <!--l. 1316--><p class="noindent" >subsection </td> + <!--l. 1406--><p class="noindent" >subsection </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-11-1" class="td01"><span class="ec-lmvtt-10">\subsubsectionname </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-11-2" class="td10"> - <!--l. 1317--><p class="noindent" >subsubsection </td> + <!--l. 1407--><p class="noindent" >subsubsection </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-12-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-12-1" class="td01"><span class="ec-lmvtt-10">\paragraphname </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-12-2" class="td10"> - <!--l. 1318--><p class="noindent" >paragraph </td> - - + <!--l. 1408--><p class="noindent" >paragraph </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-13-1" class="td01"><span class="ec-lmvtt-10">\Hfootnotename </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-13-2" class="td10"> - <!--l. 1319--><p class="noindent" >footnote </td> + <!--l. 1409--><p class="noindent" >footnote </td> + + </tr><tr style="vertical-align:baseline;" id="TBL-28-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-14-1" class="td01"><span class="ec-lmvtt-10">\AMSname </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-14-2" class="td10"> - <!--l. 1320--><p class="noindent" >Equation </td> + <!--l. 1410--><p class="noindent" >Equation </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-15-1" class="td01"><span class="ec-lmvtt-10">\theoremname </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-15-2" class="td10"> - <!--l. 1321--><p class="noindent" >Theorem </td> + <!--l. 1411--><p class="noindent" >Theorem </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-16-1" class="td01"><span class="ec-lmvtt-10">\page </span></td><td style="white-space:normal; text-align:left;" id="TBL-28-16-2" class="td10"> - <!--l. 1322--><p class="noindent" >page </td> + <!--l. 1412--><p class="noindent" >page </td> </tr><tr style="vertical-align:baseline;" id="TBL-28-17-"><td style="white-space:nowrap; text-align:left;" id="TBL-28-17-1" class="td01"> </td> @@ -4256,19 +4489,19 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-28-21-2" class="td10"></td></tr> </table></div> -<!--l. 1325--><p class="indent" > Example for a redefinition if <span +<!--l. 1415--><p class="indent" > Example for a redefinition if <span class="ec-lmss-10">babel </span>is used: <blockquote class="quote"> - <pre class="verbatim" id="verbatim-18"> + <pre class="verbatim" id="verbatim-20"> \usepackage[ngerman]{babel} \addto\extrasngerman{%   \def\subsectionautorefname{Unterkapitel}% } </pre> - <!--l. 1332--><p class="nopar" ></blockquote> -<!--l. 1335--><p class="indent" > Hint: <span + <!--l. 1422--><p class="nopar" ></blockquote> +<!--l. 1425--><p class="indent" > Hint: <span class="ec-lmvtt-10">\autoref </span>works via the counter name that the reference is based on. Sometimes <span class="ec-lmvtt-10">\autoref</span> chooses the wrong name, if the counter is used for different things. For example, it happens with @@ -4280,7 +4513,7 @@ lemmas: <blockquote class="quote"> - <pre class="verbatim" id="verbatim-19"> + <pre class="verbatim" id="verbatim-21"> \documentclass{article} \usepackage{aliascnt} @@ -4308,9 +4541,8 @@ We will use \autoref{a} to prove \auto \end{document} </pre> - <!--l. 1370--><p class="nopar" ></blockquote> -<!--l. 1373--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-29" class="tabular" + <!--l. 1460--><p class="nopar" ></blockquote> +<!--l. 1463--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-29" class="tabular" ><colgroup id="TBL-29-1g"><col id="TBL-29-1"></colgroup><tr @@ -4321,17 +4553,18 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1377--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span +<!--l. 1467--><p class="noindent" >It replaces <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pageref</span></span></span> and adds the name for page in front of the page reference. First <span class="ec-lmvtt-10">\pageautorefname</span> is checked before <span class="ec-lmvtt-10">\pagename</span>. -<!--l. 1382--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a +<!--l. 1472--><p class="indent" > For instances where you want a reference to use the correct counter, but not to create a link, there are starred forms (these starred forms exist even if hyperref has been loaded with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">implicit=false</span></span></span>): -<!--l. 1386--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-30" class="tabular" + + +<!--l. 1476--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-30" class="tabular" ><colgroup id="TBL-30-1g"><col id="TBL-30-1"></colgroup><tr @@ -4341,8 +4574,7 @@ class="ec-lmvtt-10">\ref*</span><span class="obeylines-h"><span class="verb"><sp class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1390--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-31" class="tabular" +<!--l. 1480--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-31" class="tabular" ><colgroup id="TBL-31-1g"><col id="TBL-31-1"></colgroup><tr @@ -4353,9 +4585,7 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1394--><p class="noindent" > - -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-32" class="tabular" +<!--l. 1484--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-32" class="tabular" ><colgroup id="TBL-32-1g"><col id="TBL-32-1"></colgroup><tr @@ -4365,8 +4595,7 @@ class="ec-lmvtt-10">\autoref*</span><span class="obeylines-h"><span class="verb" class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 1398--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-33" class="tabular" +<!--l. 1488--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-33" class="tabular" ><colgroup id="TBL-33-1g"><col id="TBL-33-1"></colgroup><tr @@ -4377,19 +4606,18 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1402--><p class="indent" > A typical use would be to write +<!--l. 1492--><p class="indent" > A typical use would be to write - <pre class="verbatim" id="verbatim-20"> + <pre class="verbatim" id="verbatim-22"> \hyperref[other]{that nice section (\ref*{other}) we read before} </pre> -<!--l. 1405--><p class="nopar" > -<!--l. 1407--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span +<!--l. 1495--><p class="nopar" > +<!--l. 1497--><p class="indent" > We want <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref*{other}</span></span></span> to generate the correct number, but not to form a link, since we do this ourselves with <span class="ec-lmvtt-10">\hyperref</span>. -<!--l. 1410--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-34" class="tabular" +<!--l. 1500--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-34" class="tabular" ><colgroup id="TBL-34-1g"><col id="TBL-34-1"></colgroup><tr @@ -4402,21 +4630,21 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">TeXstring</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1414--><p class="indent" > <span +<!--l. 1504--><p class="indent" > <span class="ec-lmvtt-10">\pdfstringdef </span>returns a macro containing the PDF string. (Currently this is done globally, but do not rely on it.) All the following tasks, definitions and redefinitions are made in a group to keep them local: <ul class="itemize1"> <li class="itemize"> - <!--l. 1419--><p class="noindent" >Switching to PD1 or PU encoding + <!--l. 1509--><p class="noindent" >Switching to PD1 or PU encoding </li> <li class="itemize"> - <!--l. 1420--><p class="noindent" >Defining the “octal sequence commands” (<span class="obeylines-h"><span class="verb"><span + <!--l. 1510--><p class="noindent" >Defining the “octal sequence commands” (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\345</span></span></span>): <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\edef\3{\string\3}</span></span></span> </li> <li class="itemize"> - <!--l. 1421--><p class="noindent" >Special glyphs of TeX: <span class="obeylines-h"><span class="verb"><span + <!--l. 1511--><p class="noindent" >Special glyphs of TeX: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\{</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\%</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\&</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -4424,18 +4652,18 @@ class="ec-lmvtt-10">\space</span></span></span>, <span class="obeylines-h"><span class="ec-lmvtt-10">\dots</span></span></span>, etc. </li> <li class="itemize"> - <!--l. 1422--><p class="noindent" >National glyphs (<span + <!--l. 1512--><p class="noindent" >National glyphs (<span class="ec-lmss-10">german.sty</span>, <span class="ec-lmss-10">french.sty</span>, etc.) </li> <li class="itemize"> - <!--l. 1423--><p class="noindent" >Logos: <span class="obeylines-h"><span class="verb"><span + <!--l. 1513--><p class="noindent" >Logos: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\TeX</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\eTeX</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\MF</span></span></span>, etc. </li> <li class="itemize"> - <!--l. 1424--><p class="noindent" >Disabling commands that do not provide useful functionality in bookmarks: <span class="obeylines-h"><span class="verb"><span + <!--l. 1514--><p class="noindent" >Disabling commands that do not provide useful functionality in bookmarks: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\index</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -4445,21 +4673,20 @@ class="ec-lmvtt-10">\def</span></span></span>, <span class="obeylines-h"><span c class="ec-lmvtt-10">\let</span></span></span>, etc. </li> <li class="itemize"> - <!--l. 1426--><p class="noindent" >LaTeX’s font commands like <span class="obeylines-h"><span class="verb"><span + <!--l. 1516--><p class="noindent" >LaTeX’s font commands like <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\textbf</span></span></span>, etc. </li> <li class="itemize"> - <!--l. 1427--><p class="noindent" >Support for <span class="obeylines-h"><span class="verb"><span + <!--l. 1517--><p class="noindent" >Support for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\xspace</span></span></span> provided by the <span class="ec-lmss-10">xspace </span>package</li></ul> -<!--l. 1430--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in +<!--l. 1520--><p class="indent" > In addition, parentheses are protected to avoid the danger of unsafe unbalanced parentheses in the PDF string. For further details, see Heiko Oberdiek’s EuroTeX paper distributed with <span class="ec-lmss-10">hyperref</span>. -<!--l. 1434--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-35" class="tabular" +<!--l. 1524--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-35" class="tabular" ><colgroup id="TBL-35-1g"><col id="TBL-35-1"></colgroup><tr @@ -4470,23 +4697,22 @@ class="ec-lmvtt-10">{NoHyper}</span></span></span>…<span class="ec-lmvtt-10">\end</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">{NoHyper}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1437--><p class="indent" > Sometimes we just don’t want the wretched package interfering with us. Define an environment we +<!--l. 1527--><p class="indent" > Sometimes we just don’t want the wretched package interfering with us. Define an environment we can put in manually, or include in a style file, which stops the hypertext functions doing anything. This is used, for instance, in the Elsevier classes, to stop <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperref</span></span></span> playing havoc in the front matter. -<!--l. 1443--><p class="noindent" > +<!--l. 1533--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">6.1 </span> <a - id="x1-200006.1"></a>Bookmark macros</h4> -<!--l. 1445--><p class="noindent" > + id="x1-220006.1"></a>Bookmark macros</h4> +<!--l. 1535--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">6.1.1 </span> <a - id="x1-210006.1.1"></a>Setting bookmarks</h5> -<!--l. 1447--><p class="noindent" >Usually <span + id="x1-230006.1.1"></a>Setting bookmarks</h5> +<!--l. 1537--><p class="noindent" >Usually <span class="ec-lmss-10">hyperref </span>automatically adds bookmarks for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\section</span></span></span> and similar macros. But they can also set manually. -<!--l. 1450--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-36" class="tabular" +<!--l. 1540--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-36" class="tabular" ><colgroup id="TBL-36-1g"><col id="TBL-36-1"></colgroup><tr @@ -4500,12 +4726,11 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1453--><p class="indent" > creates a bookmark with the specified text and at the given level (default is 0). As name for the +<!--l. 1543--><p class="indent" > creates a bookmark with the specified text and at the given level (default is 0). As name for the internal anchor name is used (in conjunction with level). Therefore the name must be unique (similar to <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span>). -<!--l. 1457--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-37" class="tabular" +<!--l. 1547--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-37" class="tabular" ><colgroup id="TBL-37-1g"><col id="TBL-37-1"></colgroup><tr @@ -4518,9 +4743,8 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1460--><p class="indent" > creates a bookmark at the current level. -<!--l. 1462--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-38" class="tabular" +<!--l. 1550--><p class="indent" > creates a bookmark at the current level. +<!--l. 1552--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-38" class="tabular" ><colgroup id="TBL-38-1g"><col id="TBL-38-1"></colgroup><tr @@ -4533,10 +4757,9 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1465--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased +<!--l. 1555--><p class="indent" > creates a bookmark one step down in the bookmark hierarchy. Internally the current level is increased by one. -<!--l. 1468--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-39" class="tabular" +<!--l. 1558--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-39" class="tabular" ><colgroup id="TBL-39-1g"><col id="TBL-39-1"></colgroup><tr @@ -4549,33 +4772,33 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">name</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1471--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current +<!--l. 1561--><p class="indent" > creates a bookmark below the current bookmark level. However after the command the current bookmark level has not changed. -<!--l. 1474--><p class="noindent" ><span +<!--l. 1564--><p class="noindent" ><span class="ec-lmbx-10">Hint: </span>Package <span class="ec-lmss-10">bookmark </span>replaces <span class="ec-lmss-10">hyperref</span>’s bookmark organization by a new algorithm: <ul class="itemize1"> <li class="itemize"> - <!--l. 1477--><p class="noindent" >Usually only one LaTeX run is needed. - + <!--l. 1567--><p class="noindent" >Usually only one LaTeX run is needed. </li> <li class="itemize"> - <!--l. 1478--><p class="noindent" >More control over the bookmark appearance (color, font). + <!--l. 1568--><p class="noindent" >More control over the bookmark appearance (color, font). + + </li> <li class="itemize"> - <!--l. 1479--><p class="noindent" >Different bookmark actions are supported (external file links, URLs, …).</li></ul> -<!--l. 1482--><p class="noindent" >Therefore I recommend using this package. -<!--l. 1484--><p class="noindent" > + <!--l. 1569--><p class="noindent" >Different bookmark actions are supported (external file links, URLs, …).</li></ul> +<!--l. 1572--><p class="noindent" >Therefore I recommend using this package. +<!--l. 1574--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">6.1.2 </span> <a - id="x1-220006.1.2"></a>Replacement macros</h5> -<!--l. 1486--><p class="noindent" ><span + id="x1-240006.1.2"></a>Replacement macros</h5> +<!--l. 1576--><p class="noindent" ><span class="ec-lmss-10">hyperref </span>takes the text for bookmarks from the arguments of commands like <span class="ec-lmvtt-10">\section</span>, which can contain things like math, colors, or font changes, none of which will display in bookmarks as is. -<!--l. 1490--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-40" class="tabular" +<!--l. 1580--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-40" class="tabular" ><colgroup id="TBL-40-1g"><col id="TBL-40-1"></colgroup><tr @@ -4588,10 +4811,10 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">PDFstring</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1494--><p class="indent" > For example, +<!--l. 1584--><p class="indent" > For example, - <pre class="verbatim" id="verbatim-21"> + <pre class="verbatim" id="verbatim-23"> \section{Pythagoras:   \texorpdfstring{$ a^2 + b^2 = c^2 $}{%     a\texttwosuperior\ + b\texttwosuperior\ = @@ -4600,40 +4823,39 @@ class="ec-lmvtt-10">}</span></span></span> </td> } \section{\texorpdfstring{\textcolor{red}}{}{Red} Mars} </pre> -<!--l. 1503--><p class="nopar" > -<!--l. 1505--><p class="indent" > <span +<!--l. 1593--><p class="nopar" > +<!--l. 1595--><p class="indent" > <span class="ec-lmvtt-10">\pdfstringdef </span>executes the hook before it expands the string. Therefore, you can use this hook to perform additional tasks or to disable additional commands. - <pre class="verbatim" id="verbatim-22"> + <pre class="verbatim" id="verbatim-24"> \expandafter\def\expandafter\pdfstringdefPreHook \expandafter{%   \pdfstringdefPreHook   \renewcommand{\mycommand}[1]{}% } </pre> -<!--l. 1515--><p class="nopar" > -<!--l. 1517--><p class="indent" > However, for disabling commands, an easier way is via <span +<!--l. 1605--><p class="nopar" > +<!--l. 1607--><p class="indent" > However, for disabling commands, an easier way is via <span class="ec-lmvtt-10">\pdfstringdefDisableCommands</span>, which adds its argument to the definition of <span class="ec-lmvtt-10">\pdfstringdefPreHook </span>(‘@’ can here be used as letter in command names): - <pre class="verbatim" id="verbatim-23"> + <pre class="verbatim" id="verbatim-25"> \pdfstringdefDisableCommands{%   \let~\textasciitilde   \def\url{\pdfstringdefWarn\url}%   \let\textcolor\@gobble } </pre> -<!--l. 1528--><p class="nopar" > -<!--l. 1530--><p class="noindent" > +<!--l. 1618--><p class="nopar" > +<!--l. 1620--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">6.2 </span> <a - id="x1-230006.2"></a>Pagelabels</h4> -<!--l. 1531--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-41" class="tabular" + id="x1-250006.2"></a>Pagelabels</h4> +<!--l. 1621--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-41" class="tabular" ><colgroup id="TBL-41-1g"><col id="TBL-41-1"></colgroup><tr @@ -4644,20 +4866,19 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">page number format</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1535--><p class="noindent" >This allows to change format of the page number shown in the tool bar of a PDF viewer for a specific +<!--l. 1625--><p class="noindent" >This allows to change format of the page number shown in the tool bar of a PDF viewer for a specific page, for example -<!--l. 1538--><p class="indent" > <span class="obeylines-h"><span class="verb"><span +<!--l. 1628--><p class="indent" > <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\thispdfpagelabel{Empty</span><span class="ec-lmvtt-10"> Page-\roman{page}}</span></span></span> -<!--l. 1540--><p class="indent" > The command affects the page on which it is executed, so asynchronous page breaking should be +<!--l. 1630--><p class="indent" > The command affects the page on which it is executed, so asynchronous page breaking should be taken into account. It should be used in places where for example <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\thispagestyle</span></span></span> can be use too. -<!--l. 1543--><p class="noindent" > +<!--l. 1633--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">6.3 </span> <a - id="x1-240006.3"></a>Utility macros</h4> -<!--l. 1546--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-42" class="tabular" + id="x1-260006.3"></a>Utility macros</h4> +<!--l. 1636--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-42" class="tabular" ><colgroup id="TBL-42-1g"><col id="TBL-42-1"></colgroup><tr @@ -4668,7 +4889,7 @@ class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">dimen specification</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 1549--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span +<!--l. 1639--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypercalcbp</span></span></span> takes a TeX dimen specification and converts it to bp and returns the number without the unit. This is useful for options <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pdfview</span></span></span>, <span class="obeylines-h"><span class="verb"><span @@ -4678,140 +4899,143 @@ Example: <blockquote class="quote"> - <pre class="verbatim" id="verbatim-24"> + <pre class="verbatim" id="verbatim-26"> \hypersetup{   pdfstartview={FitBH \hypercalcbp{\paperheight-\topmargin-1in     -\headheight-\headsep} } </pre> - <!--l. 1561--><p class="nopar" ></blockquote> -<!--l. 1563--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner. -<!--l. 1565--><p class="indent" > Note, for calculations you need either package <span + <!--l. 1651--><p class="nopar" ></blockquote> +<!--l. 1653--><p class="noindent" >The origin of the PDF coordinate system is the lower left corner. +<!--l. 1655--><p class="indent" > Note, for calculations you need either package <span class="ec-lmss-10">calc </span>or <span class="lmmi-10">ε</span>-<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>. Nowadays the latter should automatically be enabled for <span class="HoLogo-LaTeX">L<span class="HoLogo-a">A</span><span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span></span> formats. Users without <span class="lmmi-10">ε</span>-<span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span>, please, look in the source documentation <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperref.dtx</span></span></span> for further limitations. -<!--l. 1571--><p class="indent" > Also <span +<!--l. 1661--><p class="indent" > Also <span class="ec-lmvtt-10">\hypercalcbp </span>cannot be used in option specifications of <span class="ec-lmvtt-10">\documentclass </span>and <span class="ec-lmvtt-10">\usepackage</span>, because <span class="HoLogo-LaTeX">L<span class="HoLogo-a">A</span><span class="HoLogo-TeX">T<span class="HoLogo-e">E</span>X</span></span> expands the option lists of these commands. However package <span class="ec-lmss-10">hyperref </span>is not yet loaded and an undefined control sequence error would arise. -<!--l. 1578--><p class="noindent" > +<!--l. 1668--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">7 </span> <a - id="x1-250007"></a>New Features<span class="footnote-mark"><a + id="x1-270007"></a>New Features<span class="footnote-mark"><a href="hyperref-doc6.html#fn5x0"><sup class="textsuperscript">5</sup></a></span><a - id="x1-25001f5"></a> </h3> + id="x1-27001f5"></a> </h3> <h4 class="subsectionHead"><span class="titlemark">7.1 </span> <a - id="x1-260007.1"></a>Option ‘pdflinkmargin’</h4> -<!--l. 1583--><p class="noindent" >Option ‘pdflinkmargin’ is an experimental option for specifying a link margin, if the driver supports this. + id="x1-280007.1"></a>Option ‘pdflinkmargin’</h4> +<!--l. 1673--><p class="noindent" >Option ‘pdflinkmargin’ is an experimental option for specifying a link margin, if the driver supports this. Default is 1 pt for supporting drivers. -<!--l. 1588--><p class="indent" > +<!--l. 1678--><p class="indent" > <dl class="description"><dt class="description"> - <!--l. 1589--><p class="noindent" > + <!--l. 1679--><p class="noindent" > <span class="ec-lmbx-10">pdfTeX</span> </dt><dd class="description"> - <!--l. 1589--><p class="noindent" > + <!--l. 1679--><p class="noindent" > <ul class="itemize1"> <li class="itemize"> - <!--l. 1591--><p class="noindent" >The link area also depends on the surrounding box. + <!--l. 1681--><p class="noindent" >The link area also depends on the surrounding box. </li> <li class="itemize"> - <!--l. 1592--><p class="noindent" >Settings have local effect. + <!--l. 1682--><p class="noindent" >Settings have local effect. </li> <li class="itemize"> - <!--l. 1593--><p class="noindent" >When a page is shipped out, pdfTeX uses the current setting of the link margin for all + <!--l. 1683--><p class="noindent" >When a page is shipped out, pdfTeX uses the current setting of the link margin for all links on the page.</li></ul> </dd><dt class="description"> - <!--l. 1597--><p class="noindent" > + <!--l. 1687--><p class="noindent" > <span class="ec-lmbx-10">pdfmark</span> </dt><dd class="description"> - <!--l. 1597--><p class="noindent" > + <!--l. 1687--><p class="noindent" > <ul class="itemize1"> <li class="itemize"> - <!--l. 1599--><p class="noindent" >Settings have global effect.</li></ul> + <!--l. 1689--><p class="noindent" >Settings have global effect.</li></ul> </dd><dt class="description"> - <!--l. 1602--><p class="noindent" > + <!--l. 1692--><p class="noindent" > <span class="ec-lmbx-10">xetex</span> </dt><dd class="description"> - <!--l. 1602--><p class="noindent" > + <!--l. 1692--><p class="noindent" > <ul class="itemize1"> <li class="itemize"> - <!--l. 1604--><p class="noindent" >Settings must be done in the preamble or the first page and then have global effect. + <!--l. 1694--><p class="noindent" >Settings must be done in the preamble or the first page and then have global effect. The key inserts the new (x)dvipdfmx special <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special{dvipdfmx:config</span><span class="ec-lmvtt-10"> g</span><span class="ec-lmvtt-10"> #1}</span></span></span> (with the unit removed).</li></ul> </dd><dt class="description"> - <!--l. 1608--><p class="noindent" > + <!--l. 1698--><p class="noindent" > <span class="ec-lmbx-10">Other drivers</span> </dt><dd class="description"> - <!--l. 1608--><p class="noindent" >Unsupported.</dd></dl> -<!--l. 1613--><p class="noindent" > + <!--l. 1698--><p class="noindent" >Unsupported.</dd></dl> +<!--l. 1703--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.2 </span> <a - id="x1-270007.2"></a>Field option ‘calculatesortkey’</h4> -<!--l. 1615--><p class="noindent" >Fields with calculated values are calculated in document order by default. If calculated field values + id="x1-290007.2"></a>Field option ‘calculatesortkey’</h4> +<!--l. 1705--><p class="noindent" >Fields with calculated values are calculated in document order by default. If calculated field values depend on other calculated fields that appear later in the document, then the correct calculation order can be specified with option ‘calculatesortkey’. Its value is used as key to lexicographically sort the calculated fields. The sort key do not need to be unique. Fields that share the same key are sorted in document order. -<!--l. 1625--><p class="indent" > Currently the field option ‘calculatesortkey’ is only supported by the driver for pdfTeX. -<!--l. 1628--><p class="noindent" > +<!--l. 1715--><p class="indent" > Currently the field option ‘calculatesortkey’ is only supported by the driver for pdfTeX. +<!--l. 1718--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.3 </span> <a - id="x1-280007.3"></a>Option ‘next-anchor’</h4> -<!--l. 1629--><p class="noindent" >This option allows to overwrite the anchor name of the next anchor. This makes it possible to give for + id="x1-300007.3"></a>Option ‘next-anchor’</h4> +<!--l. 1719--><p class="noindent" >This option allows to overwrite the anchor name of the next anchor. This makes it possible to give for example the heading of the table of contents an anchor name which can be referenced with a bookmark command. - <pre class="verbatim" id="verbatim-25"> + <pre class="verbatim" id="verbatim-27"> \hypersetup{next-anchor=toc} \tableofcontents \bookmark[dest=\HyperDestNameFilter{toc},level=section]{\contentsname} </pre> -<!--l. 1637--><p class="nopar" > -<!--l. 1639--><p class="noindent" > +<!--l. 1727--><p class="nopar" > +<!--l. 1729--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.4 </span> <a - id="x1-290007.4"></a>Option ‘localanchorname’</h4> -<!--l. 1641--><p class="noindent" >When an anchor is set (e.g. via <span class="obeylines-h"><span class="verb"><span -class="ec-lmvtt-10">\refstepcounter</span></span></span>, then the anchor name is globally set to the current -anchor name. -<!--l. 1645--><p class="indent" > For example: + id="x1-310007.4"></a>Option ‘localanchorname’</h4> +<!--l. 1731--><p class="noindent" >When<span class="marginpar">Deprecated 2022-04-27 v7.00o</span> an anchor is set (e.g. via <span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\refstepcounter</span></span></span>, then the anchor name is +globally set to the current anchor name. +<!--l. 1735--><p class="indent" > For example: - <pre class="verbatim" id="verbatim-26"> + <pre class="verbatim" id="verbatim-28">     \section{Foobar}     \begin{equation}\end{equation}     \label{sec:foobar} </pre> -<!--l. 1650--><p class="nopar" > With the default global setting (localanchorname=false) a reference to ‘sec:foobar’ jumps to the +<!--l. 1740--><p class="nopar" > With the default global setting (localanchorname=false) a reference to ‘sec:foobar’ jumps to the equation before. With option ‘localanchorname’ the anchor of the equation is forgotten after the environment and the reference ‘sec:foobar’ jumps to the section title. -<!--l. 1658--><p class="indent" > Option ‘localanchorname’ is an experimental option, there might be situations, where the anchor +<!--l. 1748--><p class="indent" > Option ‘localanchorname’ is an experimental option, there might be situations, where the anchor name is not available as expected. -<!--l. 1663--><p class="noindent" > +<!--l. 1752--><p class="indent" > The option is deprecated: it makes it difficult for package authors to add targets for links if it is +unclear if <span class="obeylines-h"><span class="verb"><span +class="ec-lmvtt-10">\@currentHref</span></span></span> is set locally or globally. +<!--l. 1756--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.5 </span> <a - id="x1-300007.5"></a>Option ‘customdriver’</h4> -<!--l. 1665--><p class="noindent" >The value of option ‘customdriver’ is the name of an external driver file without extension ‘.def’. The file + id="x1-320007.5"></a>Option ‘customdriver’</h4> +<!--l. 1758--><p class="noindent" >The value of option ‘customdriver’ is the name of an external driver file without extension ‘.def’. The file must have <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ProvidesFile</span></span></span> with a version date and number that match the date and number of ‘hyperref’, otherwise a warning is given. -<!--l. 1670--><p class="indent" > Because the interface, what needs to be defined in the driver, is not well defined and +<!--l. 1763--><p class="indent" > Because the interface, what needs to be defined in the driver, is not well defined and quite messy, the option is mainly intended to ease developing, testing, debugging the driver part. -<!--l. 1675--><p class="noindent" > +<!--l. 1768--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.6 </span> <a - id="x1-310007.6"></a>Option ‘psdextra’</h4> -<!--l. 1677--><p class="noindent" >LaTeX’s NFSS is used to assist the conversion of arbitrary TeX strings to PDF strings (bookmarks, PDF + id="x1-330007.6"></a>Option ‘psdextra’</h4> +<!--l. 1770--><p class="noindent" >LaTeX’s NFSS is used to assist the conversion of arbitrary TeX strings to PDF strings (bookmarks, PDF information entries). Many math command names (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\geq</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\notin</span></span></span>, ...) are not in control of NFSS, @@ -4825,20 +5049,20 @@ on means that the short names are available. Then <span class="obeylines-h"><spa class="ec-lmvtt-10">\geq</span></span></span> can directly be used instead of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\textgeq</span></span></span>. -<!--l. 1691--><p class="noindent" > +<!--l. 1784--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.7 </span> <a - id="x1-320007.7"></a>\XeTeXLinkBox</h4> -<!--l. 1693--><p class="noindent" >When XeTeX generates a link annotation, it does not look at the boxes (as the other drivers), but only + id="x1-340007.7"></a>\XeTeXLinkBox</h4> +<!--l. 1786--><p class="noindent" >When XeTeX generates a link annotation, it does not look at the boxes (as the other drivers), but only at the character glyphs. If there are no glyphs (images, rules, ...), then it does not generate a link annotation. Macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\XeTeXLinkBox</span></span></span> puts its argument in a box and adds spaces at the lower left and upper right corners. An additional margin can be specified by setting it to the dimen register <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\XeTeXLinkMargin</span></span></span>. The default is 2pt. -<!--l. 1702--><p class="indent" > Example: +<!--l. 1795--><p class="indent" > Example: - <pre class="verbatim" id="verbatim-27"> + <pre class="verbatim" id="verbatim-29">     % xelatex     \documentclass{article}     \usepackage{hyperref} @@ -4852,68 +5076,68 @@ class="ec-lmvtt-10">\XeTeXLinkMargin</span></span></span>. The default is 2pt.     }     \end{document} </pre> -<!--l. 1718--><p class="nopar" > -<!--l. 1720--><p class="noindent" > +<!--l. 1811--><p class="nopar" > +<!--l. 1813--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.8 </span> <a - id="x1-330007.8"></a>\IfHyperBooleanExists and \IfHyperBoolean</h4> + id="x1-350007.8"></a>\IfHyperBooleanExists and \IfHyperBoolean</h4> - <pre class="verbatim" id="verbatim-28"> + <pre class="verbatim" id="verbatim-30">  \IfHyperBooleanExists{OPTION}{YES}{NO} </pre> -<!--l. 1723--><p class="nopar" > If a hyperref OPTION is a boolean, that means it takes values ‘true’ or ‘false’, then <span class="obeylines-h"><span class="verb"><span +<!--l. 1816--><p class="nopar" > If a hyperref OPTION is a boolean, that means it takes values ‘true’ or ‘false’, then <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\IfHyperBooleanExists</span></span></span> calls YES, otherwise NO. - <pre class="verbatim" id="verbatim-29"> + <pre class="verbatim" id="verbatim-31">  \IfHyperBoolean{OPTION}{YES}{NO} </pre> -<!--l. 1730--><p class="nopar" > Macro <span class="obeylines-h"><span class="verb"><span +<!--l. 1823--><p class="nopar" > Macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\IfHyperBoolean</span></span></span> calls YES, if OPTION exists as boolean and is enabled. Otherwise NO is executed. -<!--l. 1736--><p class="indent" > Both macros are expandable. Additionally option ‘stoppedearly’ is available. It is enabled if +<!--l. 1829--><p class="indent" > Both macros are expandable. Additionally option ‘stoppedearly’ is available. It is enabled if <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\MaybeStopEarly</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\MaybeStopNow</span></span></span> end hyperref prematurely. -<!--l. 1741--><p class="noindent" > +<!--l. 1834--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.9 </span> <a - id="x1-340007.9"></a>\unichar</h4> -<!--l. 1743--><p class="noindent" >If a Unicode character is not supported by puenc.def, it can be given by using <span class="obeylines-h"><span class="verb"><span + id="x1-360007.9"></a>\unichar</h4> +<!--l. 1836--><p class="noindent" >If a Unicode character is not supported by puenc.def, it can be given by using <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\unichar</span></span></span>. Its name and syntax is inherited from package ‘ucs’. However it is defined independently for use in hyperref’s <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pdfstringdef</span></span></span> (that converts arbitrary TeX code to PDF strings or tries to do this). -<!--l. 1751--><p class="indent" > Macro <span class="obeylines-h"><span class="verb"><span +<!--l. 1844--><p class="indent" > Macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\unichar</span></span></span> takes a TeX number as argument, examples for U+263A (WHITE SMILING FACE): - <pre class="verbatim" id="verbatim-30"> + <pre class="verbatim" id="verbatim-32">     \unichar{"263A}% hexadecimal notation     \unichar{9786}% decimal notation </pre> -<!--l. 1756--><p class="nopar" > ‘"’ must not be a babel shorthand character or otherwise active. Otherwise prefix it with +<!--l. 1849--><p class="nopar" > ‘"’ must not be a babel shorthand character or otherwise active. Otherwise prefix it with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\string</span></span></span>: - <pre class="verbatim" id="verbatim-31"> + <pre class="verbatim" id="verbatim-33">     \unichar{\string"263A}% converts ‘"’ to ‘"’ with catcode 12 (other) </pre> -<!--l. 1761--><p class="nopar" > Users of (n)german packages or babel options may use <span class="obeylines-h"><span class="verb"><span +<!--l. 1854--><p class="nopar" > Users of (n)german packages or babel options may use <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\dq</span></span></span> instead: - <pre class="verbatim" id="verbatim-32"> + <pre class="verbatim" id="verbatim-34">     \unichar{\dq 263A}% \dq is double quote with catcode 12 (other) </pre> -<!--l. 1765--><p class="nopar" > -<!--l. 1768--><p class="noindent" > +<!--l. 1858--><p class="nopar" > +<!--l. 1861--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.10 </span> <a - id="x1-350007.10"></a>\ifpdfstringunicode</h4> -<!--l. 1770--><p class="noindent" >Some features of the PDF specification needs PDF strings. Examples are bookmarks or the entries in the + id="x1-370007.10"></a>\ifpdfstringunicode</h4> +<!--l. 1863--><p class="noindent" >Some features of the PDF specification needs PDF strings. Examples are bookmarks or the entries in the information dictionary. The PDF specification allows two encodings ‘PDFDocEncoding’ (8-bit encoding) and ‘Unicode’ (UTF-16). The user can help using <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\texorpdfstring</span></span></span> to replace complicate TeX constructs @@ -4924,21 +5148,21 @@ class="ec-lmvtt-10">\ifpdfstringunicode</span></span></span>. It is only allowed class="ec-lmvtt-10">\texorpdfstring</span></span></span> and takes two arguments, the first allows the full range of Unicode. The second is limited to the characters available in PDFDocEncoding. -<!--l. 1784--><p class="indent" > As example we take a macro definition for the Vietnamese name of Hn Thế Thnh. Correctly written +<!--l. 1877--><p class="indent" > As example we take a macro definition for the Vietnamese name of Hn Thế Thnh. Correctly written it needs some accented characters, one character even with a double accent. Class ‘tugboat.cls’ defines a macro for the typesetted name: - <pre class="verbatim" id="verbatim-33"> + <pre class="verbatim" id="verbatim-35">     \def\Thanh{%       H\‘an~%       Th\^e\llap{\raise 0.5ex\hbox{\’{}}}%       ~Th\‘anh%     } </pre> -<!--l. 1794--><p class="nopar" > It’s not entirely correct, the second accent over the ‘e’ is not an acute, but a hook. However standard +<!--l. 1887--><p class="nopar" > It’s not entirely correct, the second accent over the ‘e’ is not an acute, but a hook. However standard LaTeX does not provide such an accent. -<!--l. 1799--><p class="indent" > Now we can extend the definition to support hyperref. The first and the last word are already +<!--l. 1892--><p class="indent" > Now we can extend the definition to support hyperref. The first and the last word are already supported automatically. Characters with two or more accents are a difficult business in LaTeX, because the NFSS2 macros of the LaTeX kernel do not support more than one accent. Therefore also puenc.def misses support for them. But we can provide it using <span class="obeylines-h"><span class="verb"><span @@ -4946,13 +5170,13 @@ class="ec-lmvtt-10">\unichar</span></span></span>. The character in question is: - <pre class="verbatim" id="verbatim-34"> + <pre class="verbatim" id="verbatim-36">     % U+1EC3 LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE </pre> -<!--l. 1808--><p class="nopar" > Thus we can put this together: +<!--l. 1901--><p class="nopar" > Thus we can put this together: - <pre class="verbatim" id="verbatim-35"> + <pre class="verbatim" id="verbatim-37">     \def\Thanh{%       H\‘an~%       \texorpdfstring{Th\^e\llap{\raise 0.5ex\hbox{\’{}}}}% @@ -4960,11 +5184,11 @@ is:       ~Th\‘anh%     } </pre> -<!--l. 1817--><p class="nopar" > For PDFDocEncoding (PD1) the variant above has dropped the second accent. Alternatively we could +<!--l. 1910--><p class="nopar" > For PDFDocEncoding (PD1) the variant above has dropped the second accent. Alternatively we could provide a representation without accents instead of wrong accents: - <pre class="verbatim" id="verbatim-36"> + <pre class="verbatim" id="verbatim-38">     \def\Thanh{%       \texorpdfstring{%         H\‘an~% @@ -4979,23 +5203,23 @@ provide a representation without accents instead of wrong accents:       }%     } </pre> -<!--l. 1835--><p class="nopar" > -<!--l. 1837--><p class="noindent" > +<!--l. 1928--><p class="nopar" > +<!--l. 1930--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.11 </span> <a - id="x1-360007.11"></a>Customizing index style file with \nohyperpage</h4> -<!--l. 1839--><p class="noindent" >Since version 2008/08/14 v6.78f. -<!--l. 1843--><p class="indent" > For hyperlink support in the index, hyperref inserts <span class="obeylines-h"><span class="verb"><span + id="x1-380007.11"></a>Customizing index style file with \nohyperpage</h4> +<!--l. 1932--><p class="noindent" >Since version 2008/08/14 v6.78f. +<!--l. 1936--><p class="indent" > For hyperlink support in the index, hyperref inserts <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> into the index macros. After processing with Makeindex, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> analyzes its argument to detect page ranges and page comma lists. However, only the standard settings are supported directly: - <pre class="verbatim" id="verbatim-37"> + <pre class="verbatim" id="verbatim-39">     delim_r "--"     delim_n ", " </pre> -<!--l. 1850--><p class="nopar" > (See manual page/documentation of Makeindex that explains the keys that can be used in style files for +<!--l. 1943--><p class="nopar" > (See manual page/documentation of Makeindex that explains the keys that can be used in style files for Makeindex.) Customized versions of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">delim_r,</span><span class="ec-lmvtt-10"> delim_n,</span><span @@ -5010,157 +5234,157 @@ class="ec-lmvtt-10">\nohyperpage</span></span></span>, e.g.: - <pre class="verbatim" id="verbatim-38"> + <pre class="verbatim" id="verbatim-40">     suffix_2p "\\nohyperpage{f.}"     suffix_3p "\\nohyperpage{ff.}" </pre> -<!--l. 1862--><p class="nopar" > (Depending on the typesetting tradition some space “<span class="obeylines-h"><span class="verb"><span +<!--l. 1955--><p class="nopar" > (Depending on the typesetting tradition some space “<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\\</span></span></span>,” or “<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">~</span></span></span>” should be put before the first f inside <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\nohyperpage</span></span></span>.) -<!--l. 1867--><p class="noindent" > +<!--l. 1960--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.12 </span> <a - id="x1-370007.12"></a>Experimental option ‘ocgcolorlinks’</h4> -<!--l. 1869--><p class="noindent" >The idea are colored links, when viewed, but printed without colors. This new experimental option + id="x1-390007.12"></a>Experimental option ‘ocgcolorlinks’</h4> +<!--l. 1962--><p class="noindent" >The idea are colored links, when viewed, but printed without colors. This new experimental option ‘ocgcolorlinks’ uses Optional Content Groups, a feature introduced in PDF 1.5. -<!--l. 1873--><p class="indent" > A better implementation which hasn’t the disadvantage to prevent line breaks is in the ocgx2 +<!--l. 1966--><p class="indent" > A better implementation which hasn’t the disadvantage to prevent line breaks is in the ocgx2 package. Check its documentation for details how to use it. <ul class="itemize1"> <li class="itemize"> - <!--l. 1876--><p class="noindent" >The option must be given for package loading: <span class="obeylines-h"><span class="verb"><span + <!--l. 1969--><p class="noindent" >The option must be given for package loading: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage[ocgcolorlinks]{hyperref}</span></span></span> </li> <li class="itemize"> - <!--l. 1878--><p class="noindent" >Main disadvantage: Links cannot be broken across lines. PDF reference 1.7: 4.10.2 “Making + <!--l. 1971--><p class="noindent" >Main disadvantage: Links cannot be broken across lines. PDF reference 1.7: 4.10.2 “Making Graphical Content Optional”: Graphics state operations, such as setting the color, ..., are still applied. Therefore the link text is put in a box and set twice, with and without color. </li> <li class="itemize"> - <!--l. 1884--><p class="noindent" >The feature can be switched of by <span class="obeylines-h"><span class="verb"><span + <!--l. 1977--><p class="noindent" >The feature can be switched of by <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup{ocgcolorlinks=false}</span></span></span> inside the document. </li> <li class="itemize"> - <!--l. 1886--><p class="noindent" >Supported drivers: pdftex, dvipdfm + <!--l. 1979--><p class="noindent" >Supported drivers: pdftex, dvipdfm </li> <li class="itemize"> - <!--l. 1887--><p class="noindent" >The PDF version should be at least 1.5. It is automatically set for pdfTeX, LuaTeX and + <!--l. 1980--><p class="noindent" >The PDF version should be at least 1.5. It is automatically set for pdfTeX, LuaTeX and dvipdfmx.</li></ul> -<!--l. 1891--><p class="noindent" > +<!--l. 1984--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.13 </span> <a - id="x1-380007.13"></a>Option ‘pdfa’</h4> -<!--l. 1893--><p class="noindent" >The new option ‘pdfa’ tries to avoid violations of PDF/A in code generated by hyperref. However, the + id="x1-400007.13"></a>Option ‘pdfa’</h4> +<!--l. 1986--><p class="noindent" >The new option ‘pdfa’ tries to avoid violations of PDF/A in code generated by hyperref. However, the result is usually not in PDF/A, because many features aren’t controlled by hyperref (XMP metadata, fonts, colors, driver dependend low level stuff, ...). -<!--l. 1900--><p class="indent" > Currently, option ‘pdfa’ sets and disables the following items: +<!--l. 1993--><p class="indent" > Currently, option ‘pdfa’ sets and disables the following items: <ul class="itemize1"> <li class="itemize"> - <!--l. 1902--><p class="noindent" >Enabled annotation flags: Print, NoZoom, NoRotate [PDF/A 6.5.3]. + <!--l. 1995--><p class="noindent" >Enabled annotation flags: Print, NoZoom, NoRotate [PDF/A 6.5.3]. </li> <li class="itemize"> - <!--l. 1903--><p class="noindent" >Disabled annotation flags: Hidden, Invisible, NoView [PDF/A 6.5.3]. + <!--l. 1996--><p class="noindent" >Disabled annotation flags: Hidden, Invisible, NoView [PDF/A 6.5.3]. </li> <li class="itemize"> - <!--l. 1904--><p class="noindent" >Disabled: Launch action (<a + <!--l. 1997--><p class="noindent" >Disabled: Launch action (<a href="run:..." >[</a>PDF/A 6.6.1]. </li> <li class="itemize"> - <!--l. 1905--><p class="noindent" >Restricted: Named actions (NextPage, PrevPage, FirstPage, LastPage) [PDF/A 6.6.1]. + <!--l. 1998--><p class="noindent" >Restricted: Named actions (NextPage, PrevPage, FirstPage, LastPage) [PDF/A 6.6.1]. </li> <li class="itemize"> - <!--l. 1907--><p class="noindent" >Many things are disabled in PDF formulars: + <!--l. 2000--><p class="noindent" >Many things are disabled in PDF formulars: <ul class="itemize2"> <li class="itemize"> - <!--l. 1909--><p class="noindent" >JavaScript actions [PDF/A 6.6.1] + <!--l. 2002--><p class="noindent" >JavaScript actions [PDF/A 6.6.1] </li> <li class="itemize"> - <!--l. 1910--><p class="noindent" >Trigger events (additional actions) [PDF/A 6.6.2] + <!--l. 2003--><p class="noindent" >Trigger events (additional actions) [PDF/A 6.6.2] </li> <li class="itemize"> - <!--l. 1911--><p class="noindent" >Push button (because of JavaScript) + <!--l. 2004--><p class="noindent" >Push button (because of JavaScript) </li> <li class="itemize"> - <!--l. 1912--><p class="noindent" >Interactive Forms: Flag NeedAppearances is the default ‘false’ (Because of this, + <!--l. 2005--><p class="noindent" >Interactive Forms: Flag NeedAppearances is the default ‘false’ (Because of this, hyperref’s implementation of Forms looks ugly). [PDF/A 6.9]</li></ul> </li></ul> -<!--l. 1920--><p class="indent" > The default value of the new option ‘pdfa’ is ‘false’. It influences the loading of the package and +<!--l. 2013--><p class="indent" > The default value of the new option ‘pdfa’ is ‘false’. It influences the loading of the package and cannot be changed after hyperref is loaded (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage{hyperref}</span></span></span>). -<!--l. 1926--><p class="noindent" > +<!--l. 2019--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.14 </span> <a - id="x1-390007.14"></a>Option ‘linktoc’ added</h4> -<!--l. 1928--><p class="noindent" >The new option ‘linktoc’ allows more control which part of an entry in the table of contents is made into + id="x1-410007.14"></a>Option ‘linktoc’ added</h4> +<!--l. 2021--><p class="noindent" >The new option ‘linktoc’ allows more control which part of an entry in the table of contents is made into a link: <ul class="itemize1"> <li class="itemize"> - <!--l. 1931--><p class="noindent" >‘linktoc=none’ (no links) + <!--l. 2024--><p class="noindent" >‘linktoc=none’ (no links) </li> <li class="itemize"> - <!--l. 1932--><p class="noindent" >‘linktoc=section’ (default behaviour, same as ‘linktocpage=false’) + <!--l. 2025--><p class="noindent" >‘linktoc=section’ (default behaviour, same as ‘linktocpage=false’) </li> <li class="itemize"> - <!--l. 1933--><p class="noindent" >‘linktoc=page’ (same as ‘linktocpage=true’) + <!--l. 2026--><p class="noindent" >‘linktoc=page’ (same as ‘linktocpage=true’) </li> <li class="itemize"> - <!--l. 1934--><p class="noindent" >‘linktoc=all’ (both the section and page part are links)</li></ul> -<!--l. 1937--><p class="noindent" > + <!--l. 2027--><p class="noindent" >‘linktoc=all’ (both the section and page part are links)</li></ul> +<!--l. 2030--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.15 </span> <a - id="x1-400007.15"></a>Option ‘pdfnewwindow’ changed</h4> -<!--l. 1939--><p class="noindent" >Before 6.77b: + id="x1-420007.15"></a>Option ‘pdfnewwindow’ changed</h4> +<!--l. 2032--><p class="noindent" >Before 6.77b: <ul class="itemize1"> <li class="itemize"> - <!--l. 1941--><p class="noindent" >pdfnewwindow=true <span + <!--l. 2034--><p class="noindent" >pdfnewwindow=true <span class="lmsy-10">→ </span>/NewWindow true </li> <li class="itemize"> - <!--l. 1942--><p class="noindent" >pdfnewwindow=false <span + <!--l. 2035--><p class="noindent" >pdfnewwindow=false <span class="lmsy-10">→ </span>(absent) </li> <li class="itemize"> - <!--l. 1943--><p class="noindent" >unused pdfnewwindow <span + <!--l. 2036--><p class="noindent" >unused pdfnewwindow <span class="lmsy-10">→ </span>(absent)</li></ul> -<!--l. 1945--><p class="noindent" >Since 6.77b: +<!--l. 2038--><p class="noindent" >Since 6.77b: <ul class="itemize1"> <li class="itemize"> - <!--l. 1947--><p class="noindent" >pdfnewwindow=true <span + <!--l. 2040--><p class="noindent" >pdfnewwindow=true <span class="lmsy-10">→ </span>/NewWindow true </li> <li class="itemize"> - <!--l. 1948--><p class="noindent" >pdfnewwindow=false <span + <!--l. 2041--><p class="noindent" >pdfnewwindow=false <span class="lmsy-10">→ </span>/NewWindow false </li> <li class="itemize"> - <!--l. 1949--><p class="noindent" >pdfnewwindow= <span + <!--l. 2042--><p class="noindent" >pdfnewwindow= <span class="lmsy-10">→ </span>(absent) </li> <li class="itemize"> - <!--l. 1950--><p class="noindent" >unused pdfnewwindow <span + <!--l. 2043--><p class="noindent" >unused pdfnewwindow <span class="lmsy-10">→ </span>(absent)</li></ul> -<!--l. 1955--><p class="indent" > Rationale: There is a difference between setting to ‘false’ and an absent entry. In the former case the +<!--l. 2048--><p class="indent" > Rationale: There is a difference between setting to ‘false’ and an absent entry. In the former case the new document replaces the old one, in the latter case the PDF viewer application should respect the user preference. -<!--l. 1961--><p class="noindent" > +<!--l. 2054--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.16 </span> <a - id="x1-410007.16"></a>Flag options for PDF forms</h4> -<!--l. 1963--><p class="noindent" >PDF form field macros (<span class="obeylines-h"><span class="verb"><span + id="x1-430007.16"></a>Flag options for PDF forms</h4> +<!--l. 2056--><p class="noindent" >PDF form field macros (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\TextField</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\CheckBox</span></span></span>, ...) support boolean flag options. The option name is the lowercase version of the names in the PDF specification (1.7): -<!--l. 1967--><p class="indent" > <a +<!--l. 2060--><p class="indent" > <a href="http://www.adobe.com/devnet/pdf/pdf_reference.html" class="url" ><span class="ec-lmvtt-10">http://www.adobe.com/devnet/pdf/pdf_reference.html</span></a> -<!--l. 1969--><p class="indent" > <a +<!--l. 2062--><p class="indent" > <a href="http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf" class="url" ><span class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</span></a> -<!--l. 1971--><p class="indent" > Options (convert to lowercase) except flags in square brackets: +<!--l. 2064--><p class="indent" > Options (convert to lowercase) except flags in square brackets: <ul class="itemize1"> <li class="itemize"> - <!--l. 1974--><p class="noindent" >Table 8.16 Annotation flags (page 608): - <!--l. 1976--><p class="noindent" ><div class="obeylines-v"> + <!--l. 2067--><p class="noindent" >Table 8.16 Annotation flags (page 608): + <!--l. 2069--><p class="noindent" ><div class="obeylines-v"> 1 Invisible <br />2 Hidden (PDF 1.2) <br />3 Print (PDF 1.2) @@ -5173,23 +5397,23 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />10 LockedContents (PDF 1.7)</div> </li> <li class="itemize"> - <!--l. 1988--><p class="noindent" >Table 8.70 Field flags common to all field types (page 676): - <!--l. 1990--><p class="noindent" ><div class="obeylines-v"> + <!--l. 2081--><p class="noindent" >Table 8.70 Field flags common to all field types (page 676): + <!--l. 2083--><p class="noindent" ><div class="obeylines-v"> 1 ReadOnly <br />2 Required <br />3 NoExport</div> </li> <li class="itemize"> - <!--l. 1995--><p class="noindent" >Table 8.75 Field flags specific to button fields (page 686): - <!--l. 1997--><p class="noindent" ><div class="obeylines-v"> + <!--l. 2088--><p class="noindent" >Table 8.75 Field flags specific to button fields (page 686): + <!--l. 2090--><p class="noindent" ><div class="obeylines-v"> 15 NoToggleToOff (Radio buttons only) <br />16 Radio (set: radio buttons, clear: check box, pushbutton: clear) <br />17 Pushbutton <br />26 RadiosInUniso (PDF 1.5)</div> </li> <li class="itemize"> - <!--l. 2003--><p class="noindent" >Table 8.77 Field flags specific to text fields (page 691): - <!--l. 2005--><p class="noindent" ><div class="obeylines-v"> + <!--l. 2096--><p class="noindent" >Table 8.77 Field flags specific to text fields (page 691): + <!--l. 2098--><p class="noindent" ><div class="obeylines-v"> 13 Multiline <br />14 Password <br />21 FileSelect (PDF 1.4) @@ -5200,8 +5424,8 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ </li> <li class="itemize"> - <!--l. 2014--><p class="noindent" >Table 8.79 Field flags specific to choice fields (page 693): - <!--l. 2016--><p class="noindent" ><div class="obeylines-v"> + <!--l. 2107--><p class="noindent" >Table 8.79 Field flags specific to choice fields (page 693): + <!--l. 2109--><p class="noindent" ><div class="obeylines-v"> 18 Combo (set: combo box, clear: list box) <br />19 Edit (only useful if Combo is set) <br />20 (Sort) for authoring tools, not PDF viewers @@ -5210,8 +5434,8 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />27 CommitOnSelChange (PDF 1.5)</div> </li> <li class="itemize"> - <!--l. 2024--><p class="noindent" >Table 8.86 Flags for submit-form actions (page 704): - <!--l. 2026--><p class="noindent" ><div class="obeylines-v"> + <!--l. 2117--><p class="noindent" >Table 8.86 Flags for submit-form actions (page 704): + <!--l. 2119--><p class="noindent" ><div class="obeylines-v"> [1 Include/Exclude] unsupported, use ‘noexport’ (table 8.70) instead <br />2 IncludeNoValueFields <br />[3 ExportFormat] handled by option ‘export’ @@ -5226,35 +5450,35 @@ class="ec-lmvtt-10">http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf</ <br />12 ExclFKey (PDF 1.4) <br />14 EmbedForm (PDF 1.5)</div> </li></ul> -<!--l. 2043--><p class="indent" > New option ‘export’ sets the export format of a submit action. Valid values are (upper- or +<!--l. 2136--><p class="indent" > New option ‘export’ sets the export format of a submit action. Valid values are (upper- or lowercase): <ul class="itemize1"> <li class="itemize"> - <!--l. 2046--><p class="noindent" >FDF + <!--l. 2139--><p class="noindent" >FDF </li> <li class="itemize"> - <!--l. 2047--><p class="noindent" >HTML + <!--l. 2140--><p class="noindent" >HTML </li> <li class="itemize"> - <!--l. 2048--><p class="noindent" >XFDF + <!--l. 2141--><p class="noindent" >XFDF </li> <li class="itemize"> - <!--l. 2049--><p class="noindent" >PDF (not supported by Acrobat Reader)</li></ul> -<!--l. 2052--><p class="noindent" > + <!--l. 2142--><p class="noindent" >PDF (not supported by Acrobat Reader)</li></ul> +<!--l. 2145--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.17 </span> <a - id="x1-420007.17"></a>Option ‘pdfversion’</h4> -<!--l. 2054--><p class="noindent" >This is an experimental option. It notifies ‘hyperref’ about the intended PDF version. Currently this is + id="x1-440007.17"></a>Option ‘pdfversion’</h4> +<!--l. 2147--><p class="noindent" >This is an experimental option. It notifies ‘hyperref’ about the intended PDF version. Currently this is used in code for PDF forms (implementation notes 116 and 122 of PDF spec 1.7). -<!--l. 2060--><p class="indent" > Values: 1.2, 1.3, 1.4, 1.5, 1.6, 1.7. Values below 1.2 are not supported, because most drivers expect +<!--l. 2153--><p class="indent" > Values: 1.2, 1.3, 1.4, 1.5, 1.6, 1.7. Values below 1.2 are not supported, because most drivers expect higher PDF versions. -<!--l. 2065--><p class="indent" > The option must be used early, not after <span class="obeylines-h"><span class="verb"><span +<!--l. 2158--><p class="indent" > The option must be used early, not after <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage{hyperref}</span></span></span>. -<!--l. 2068--><p class="indent" > In theory this option should also set the PDF version, but this is not generally supported. +<!--l. 2161--><p class="indent" > In theory this option should also set the PDF version, but this is not generally supported. <ul class="itemize1"> <li class="itemize"> - <!--l. 2071--><p class="noindent" >pdfTeX below 1.10a: unsupported. pdfTeX <span + <!--l. 2164--><p class="noindent" >pdfTeX below 1.10a: unsupported. pdfTeX <span class="lmsy-10">≥ </span>1.10a and < 1.30: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pdfoptionpdfminorversion</span></span></span> pdfTeX <span @@ -5262,97 +5486,97 @@ class="lmsy-10">≥ </span>1.30: <span class="obeylines-h"><span class="ver class="ec-lmvtt-10">\pdfminorversion</span></span></span> </li> <li class="itemize"> - <!--l. 2074--><p class="noindent" >dvipdfm: configuration file, example: TeX Live 2007, texmf/dvipdfm/config/config, entry ‘V + <!--l. 2167--><p class="noindent" >dvipdfm: configuration file, example: TeX Live 2007, texmf/dvipdfm/config/config, entry ‘V 2’. </li> <li class="itemize"> - <!--l. 2076--><p class="noindent" >dvipdfmx: configuration file, example: TeX Live 2007, texmf/dvipdfm/dvipdfmx.cfg, entry + <!--l. 2169--><p class="noindent" >dvipdfmx: configuration file, example: TeX Live 2007, texmf/dvipdfm/dvipdfmx.cfg, entry ‘V 4’. </li> <li class="itemize"> - <!--l. 2078--><p class="noindent" >Ghostscript: option -dCompatibilityLevel (this is set in ‘ps2pdf12’, ‘ps2pdf13’, ‘ps2pdf14’).</li></ul> -<!--l. 2083--><p class="indent" > The current PDF version is used as default if this version can be detected (only pdfTeX <span + <!--l. 2171--><p class="noindent" >Ghostscript: option -dCompatibilityLevel (this is set in ‘ps2pdf12’, ‘ps2pdf13’, ‘ps2pdf14’).</li></ul> +<!--l. 2176--><p class="indent" > The current PDF version is used as default if this version can be detected (only pdfTeX <span class="lmsy-10">≥ </span>1.10a). Otherwise the lowest version 1.2 is assumed. Thus ‘hyperref’ tries to avoid PDF code that breaks this version, but is free to use ignorable higher PDF features. -<!--l. 2090--><p class="noindent" > +<!--l. 2183--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.18 </span> <a - id="x1-430007.18"></a>Field option ‘name’</h4> -<!--l. 2092--><p class="noindent" >Many form objects uses the label argument for several purposes: + id="x1-450007.18"></a>Field option ‘name’</h4> +<!--l. 2185--><p class="noindent" >Many form objects uses the label argument for several purposes: <ul class="itemize1"> <li class="itemize"> - <!--l. 2095--><p class="noindent" >Layouted label. + <!--l. 2188--><p class="noindent" >Layouted label. </li> <li class="itemize"> - <!--l. 2096--><p class="noindent" >As name in HTML structures.</li></ul> -<!--l. 2098--><p class="noindent" >Code that is suitable for layouting with TeX can break in the structures of the output format. If option + <!--l. 2189--><p class="noindent" >As name in HTML structures.</li></ul> +<!--l. 2191--><p class="noindent" >Code that is suitable for layouting with TeX can break in the structures of the output format. If option ‘name’ is given, then its value is used as name in the different output structures. Thus the value should consist of letters only. -<!--l. 2105--><p class="noindent" > +<!--l. 2198--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.19 </span> <a - id="x1-440007.19"></a>Option ‘pdfencoding’</h4> -<!--l. 2107--><p class="noindent" >The PDF format allows two encodings for bookmarks and entries in the information dictionary: + id="x1-460007.19"></a>Option ‘pdfencoding’</h4> +<!--l. 2200--><p class="noindent" >The PDF format allows two encodings for bookmarks and entries in the information dictionary: PDFDocEncoding and Unicode as UTF-16BE. Option <span class="ec-lmss-10">pdfencoding </span>selects between these encodings: <ul class="itemize1"> <li class="itemize"> - <!--l. 2111--><p class="noindent" ><span + <!--l. 2204--><p class="noindent" ><span class="ec-lmss-10">pdfdoc </span>uses PDFDocEncoding. It uses just one byte per character, but the supported characters are limited (244 in PDF-1.7). </li> <li class="itemize"> - <!--l. 2113--><p class="noindent" ><span + <!--l. 2206--><p class="noindent" ><span class="ec-lmss-10">unicode </span>sets Unicode. It is encoded as UTF-16BE. Two bytes are used for most characters, surrogates need four bytes. </li> <li class="itemize"> - <!--l. 2115--><p class="noindent" ><span + <!--l. 2208--><p class="noindent" ><span class="ec-lmss-10">auto </span>PDFDocEncoding if the string does not contain characters outside the encoding (outside ascii if an unicode engine is used) and Unicode otherwise. This option is not intended for the unicode engines.</li></ul> -<!--l. 2120--><p class="indent" > All drivers use <span +<!--l. 2213--><p class="indent" > All drivers use <span class="ec-lmss-10">unicode </span>by default now. If another encoding should be forced, it should be done in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hypersetup</span></span></span>. -<!--l. 2123--><p class="noindent" > +<!--l. 2216--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.20 </span> <a - id="x1-450007.20"></a>Color options/package hycolor</h4> -<!--l. 2125--><p class="noindent" >See documentation of package ‘hycolor’. -<!--l. 2128--><p class="noindent" > + id="x1-470007.20"></a>Color options/package hycolor</h4> +<!--l. 2218--><p class="noindent" >See documentation of package ‘hycolor’. +<!--l. 2221--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.21 </span> <a - id="x1-460007.21"></a>Option pdfusetitle</h4> -<!--l. 2130--><p class="noindent" >If option pdfusetitle is set then hyperref tries to derive the values for pdftitle and pdfauthor + id="x1-480007.21"></a>Option pdfusetitle</h4> +<!--l. 2223--><p class="noindent" >If option pdfusetitle is set then hyperref tries to derive the values for pdftitle and pdfauthor from <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\title</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\author</span></span></span>. An optional argument for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\title</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\author</span></span></span> is supported (class amsart). -<!--l. 2136--><p class="noindent" > +<!--l. 2229--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.22 </span> <a - id="x1-470007.22"></a>Starred form of \autoref</h4> -<!--l. 2138--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + id="x1-490007.22"></a>Starred form of \autoref</h4> +<!--l. 2231--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\autoref*</span></span></span> generates a reference without link as <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\ref*</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pageref*</span></span></span>. -<!--l. 2141--><p class="noindent" > +<!--l. 2234--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.23 </span> <a - id="x1-480007.23"></a>Link border style</h4> -<!--l. 2143--><p class="noindent" >Links can be underlined instead of the default rectangle or options <span + id="x1-500007.23"></a>Link border style</h4> +<!--l. 2236--><p class="noindent" >Links can be underlined instead of the default rectangle or options <span class="ec-lmss-10">colorlinks</span>, <span class="ec-lmss-10">frenchlinks</span>. This is done by option <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pdfborderstyle={/S/U/W</span><span class="ec-lmvtt-10"> 1}</span></span></span> -<!--l. 2147--><p class="indent" > Some remarks: +<!--l. 2240--><p class="indent" > Some remarks: <ul class="itemize1"> <li class="itemize"> - <!--l. 2150--><p class="noindent" >AR7/Linux seems to have a bug, that don’t use the default value <span class="obeylines-h"><span class="verb"><span + <!--l. 2243--><p class="noindent" >AR7/Linux seems to have a bug, that don’t use the default value <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">1</span></span></span> for the width, but zero, thus that the underline is not visible without <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">/W</span><span @@ -5360,44 +5584,44 @@ class="ec-lmvtt-10"> 1</span></span></span>. The same applies for dashed pdfborderstyle=/S/D/D[3 2]/W 1 </li> <li class="itemize"> - <!--l. 2156--><p class="noindent" >The syntax is described in the PDF specification, look for “border style”, eg. Table 8.13 + <!--l. 2249--><p class="noindent" >The syntax is described in the PDF specification, look for “border style”, eg. Table 8.13 “Entries in a border style dictionary” (specification for version 1.6) </li> <li class="itemize"> - <!--l. 2161--><p class="noindent" >The border style is removed by pdfborderstyle= This is automatically done if option + <!--l. 2254--><p class="noindent" >The border style is removed by pdfborderstyle= This is automatically done if option colorlinks is enabled. </li> <li class="itemize"> - <!--l. 2165--><p class="noindent" >Be aware that not all PDF viewers support this feature, not even Acrobat Reader itself: - <!--l. 2168--><p class="noindent" >Some support: + <!--l. 2258--><p class="noindent" >Be aware that not all PDF viewers support this feature, not even Acrobat Reader itself: + <!--l. 2261--><p class="noindent" >Some support: <ul class="itemize2"> <li class="itemize"> - <!--l. 2170--><p class="noindent" >AR7/Linux: <span + <!--l. 2263--><p class="noindent" >AR7/Linux: <span class="ec-lmss-10">underline </span>and <span class="ec-lmss-10">dashed</span>, but the border width must be given. </li> <li class="itemize"> - <!--l. 2172--><p class="noindent" >xpdf 3.00: <span + <!--l. 2265--><p class="noindent" >xpdf 3.00: <span class="ec-lmss-10">underline </span>and <span class="ec-lmss-10">dashed</span></li></ul> - <!--l. 2175--><p class="noindent" >Unsupported: + <!--l. 2268--><p class="noindent" >Unsupported: <ul class="itemize2"> <li class="itemize"> - <!--l. 2177--><p class="noindent" >AR5/Linux + <!--l. 2270--><p class="noindent" >AR5/Linux </li> <li class="itemize"> - <!--l. 2178--><p class="noindent" >ghostscript 8.50</li></ul> + <!--l. 2271--><p class="noindent" >ghostscript 8.50</li></ul> </li></ul> -<!--l. 2182--><p class="noindent" > +<!--l. 2275--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.24 </span> <a - id="x1-490007.24"></a>Option <span + id="x1-510007.24"></a>Option <span class="ec-lmss-10">bookmarksdepth</span></h4> -<!--l. 2184--><p class="noindent" >The depth of the bookmarks can be controlled by the new option <span +<!--l. 2277--><p class="noindent" >The depth of the bookmarks can be controlled by the new option <span class="ec-lmss-10">bookmarksdepth</span>. The option acts globally and distinguishes three cases: <ul class="itemize1"> <li class="itemize"> - <!--l. 2188--><p class="noindent" ><span + <!--l. 2281--><p class="noindent" ><span class="ec-lmss-10">bookmarksdepth </span>without value Then hyperref uses the current value of counter <span class="ec-lmss-10">tocdepth</span>. This is the compatible behaviour and the default. @@ -5405,49 +5629,49 @@ class="ec-lmss-10">tocdepth</span>. </li> <li class="itemize"> - <!--l. 2191--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + <!--l. 2284--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">bookmarksdepth=<number></span></span></span>, the value is number (also negative): The depth for the bookmarks are set to this number. </li> <li class="itemize"> - <!--l. 2193--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + <!--l. 2286--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">bookmarksdepth=<name></span></span></span> The <name> is a document division name (part, chapter, ...). It must not start with a digit or minus to avoid mixing up with the number case. Internally hyperref uses the value of macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\toclevel@<name></span></span></span>. Examples: - <pre class="verbatim" id="verbatim-39"> + <pre class="verbatim" id="verbatim-41">     \hypersetup{bookmarksdepth=paragraph}     \hypersetup{bookmarksdepth=4} % same as before     \hypersetup{bookmarksdepth} % counter "tocdepth" is used </pre> - <!--l. 2203--><p class="nopar" ></li></ul> -<!--l. 2206--><p class="noindent" > + <!--l. 2296--><p class="nopar" ></li></ul> +<!--l. 2299--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.25 </span> <a - id="x1-500007.25"></a>Option <span + id="x1-520007.25"></a>Option <span class="ec-lmss-10">pdfescapeform</span></h4> -<!--l. 2208--><p class="noindent" >There are many places where arbitrary strings end up as PS or PDF strings. The PS/PDF strings in +<!--l. 2301--><p class="noindent" >There are many places where arbitrary strings end up as PS or PDF strings. The PS/PDF strings in parentheses form require the protection of some characters, e.g. unmatched left or right parentheses need escaping or the escape character itself (backslash). Since 2006/02/12 v6.75a the PS/PDF driver should do this automatically. However I assume a problem with compatibility, especially regarding the form part where larger amounts of JavaScript code can be present. It would be a pain to remove all the escaping, because an additional escaping layer can falsify the code. -<!--l. 2220--><p class="indent" > Therefore a new option pdfescapeform was introduced: +<!--l. 2313--><p class="indent" > Therefore a new option pdfescapeform was introduced: <ul class="itemize1"> <li class="itemize"> - <!--l. 2222--><p class="noindent" >pdfescapeform=false Escaping for the formulars are disabled, this is the compatibility + <!--l. 2315--><p class="noindent" >pdfescapeform=false Escaping for the formulars are disabled, this is the compatibility behaviour, therefore this is the default. </li> <li class="itemize"> - <!--l. 2225--><p class="noindent" >pdfescapeform=true Then the PS/PDF drivers do all the necessary escaping. This is the + <!--l. 2318--><p class="noindent" >pdfescapeform=true Then the PS/PDF drivers do all the necessary escaping. This is the logical choice and the recommended setting. For example, the user writes JavaScript as JavaScript and do not care about escaping characters for PS/PDF output.</li></ul> -<!--l. 2233--><p class="noindent" > +<!--l. 2326--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.26 </span> <a - id="x1-510007.26"></a>Default driver setting</h4> -<!--l. 2235--><p class="noindent" >(hyperref <span + id="x1-530007.26"></a>Default driver setting</h4> +<!--l. 2328--><p class="noindent" >(hyperref <span class="lmsy-10">≥ </span>6.72s) If no driver is given, hyperref tries its best to guess the most suitable driver. Thus it loads <span class="ec-lmss-10">hpdftex</span>, if pdfTeX is detected running in PDF mode. Or it loads the @@ -5460,24 +5684,24 @@ xdvi for example. This behaviour, however, can easily be changed in the configur class="ec-lmvtt-10">hyperref.cfg</span></span></span>: - <pre class="verbatim" id="verbatim-40"> + <pre class="verbatim" id="verbatim-42">     \providecommand*{\Hy@defaultdriver}{hdvips} </pre> -<!--l. 2248--><p class="nopar" > for dvips, or +<!--l. 2341--><p class="nopar" > for dvips, or - <pre class="verbatim" id="verbatim-41"> + <pre class="verbatim" id="verbatim-43">     \providecommand*{\Hy@defaultdriver}{hypertex} </pre> -<!--l. 2252--><p class="nopar" > for the default behaviour of hyperref. -<!--l. 2255--><p class="indent" > See also the new option ‘driverfallback’. -<!--l. 2257--><p class="noindent" > +<!--l. 2345--><p class="nopar" > for the default behaviour of hyperref. +<!--l. 2348--><p class="indent" > See also the new option ‘driverfallback’. +<!--l. 2350--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.27 </span> <a - id="x1-520007.27"></a>Backref entries</h4> -<!--l. 2259--><p class="noindent" >Alternative interface for formatting of backref entries, example: + id="x1-540007.27"></a>Backref entries</h4> +<!--l. 2352--><p class="noindent" >Alternative interface for formatting of backref entries, example: - <pre class="verbatim" id="verbatim-42"> + <pre class="verbatim" id="verbatim-44"> \documentclass[12pt,UKenglish]{article} \usepackage{babel} @@ -5567,30 +5791,30 @@ class="ec-lmvtt-10">hyperref.cfg</span></span></span>: \end{document} </pre> -<!--l. 2348--><p class="nopar" > -<!--l. 2350--><p class="noindent" > +<!--l. 2441--><p class="nopar" > +<!--l. 2443--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.28 </span> <a - id="x1-530007.28"></a>\phantomsection</h4> -<!--l. 2352--><p class="noindent" >Set an anchor at this location. It is often used in conjunction with <span class="obeylines-h"><span class="verb"><span + id="x1-550007.28"></a>\phantomsection</h4> +<!--l. 2445--><p class="noindent" >Set an anchor at this location. It is often used in conjunction with <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> for sectionlike things (index, bibliography, preface). <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> refers to the latest previous location where an anchor is set. - <pre class="verbatim" id="verbatim-43"> + <pre class="verbatim" id="verbatim-45">   \cleardoublepage   \phantomsection   \addcontentsline{toc}{chapter}{\indexname}   \printindex </pre> -<!--l. 2362--><p class="nopar" > -<!--l. 2364--><p class="indent" > Now the entry in the table of contents (and bookmarks) for the index points to the start of the index +<!--l. 2455--><p class="nopar" > +<!--l. 2457--><p class="indent" > Now the entry in the table of contents (and bookmarks) for the index points to the start of the index page, not to a location before this page. -<!--l. 2368--><p class="noindent" > +<!--l. 2461--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">7.29 </span> <a - id="x1-540007.29"></a>puenc encoding, puenc-greek.def and puenc-extra.def</h4> -<!--l. 2370--><p class="noindent" >The <span + id="x1-560007.29"></a>puenc encoding, puenc-greek.def and puenc-extra.def</h4> +<!--l. 2463--><p class="noindent" >The <span class="ec-lmvtt-10">unicode </span>option loads for the bookmarks <span class="ec-lmvtt-10">puenc.def </span>which contains quite a lot definitions of commands for the bookmarks. As <span @@ -5601,27 +5825,26 @@ class="ec-lmss-10">hyperref </span>uses two strategies. <ul class="itemize1"> <li class="itemize"> - <!--l. 2377--><p class="noindent" >A number of command are only defined conditionally: The commands for the cyrillic block + <!--l. 2470--><p class="noindent" >A number of command are only defined conditionally: The commands for the cyrillic block if <span class="ec-lmvtt-10">\CYRDZE </span>is defined, greek if <span class="ec-lmvtt-10">\textBeta </span>is defined, and hebrew if <span class="ec-lmvtt-10">\hebdalet </span>is defined. - <!--l. 2381--><p class="noindent" >The greek block is in an extra file, <span + <!--l. 2474--><p class="noindent" >The greek block is in an extra file, <span class="ec-lmvtt-10">puenc-greek.def</span>, which can be loaded manually if needed. </li> <li class="itemize"> - <!--l. 2384--><p class="noindent" >Other commands are moved to an extra file <span + <!--l. 2477--><p class="noindent" >Other commands are moved to an extra file <span class="ec-lmvtt-10">puenc-extra.def </span>which is not loaded automatically, but can be loaded in the preamble if needed. Currently this file contains all definitions for the accent <span class="ec-lmvtt-10">\G</span>.</li></ul> -<!--l. 2391--><p class="noindent" > +<!--l. 2484--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">8 </span> <a - id="x1-550008"></a>Acrobat-specific behavior</h3> -<!--l. 2392--><p class="noindent" >If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided + id="x1-570008"></a>Acrobat-specific behavior</h3> +<!--l. 2485--><p class="noindent" >If you want to access the menu options of Acrobat Reader or Exchange, the following macro is provided in the appropriate drivers: -<!--l. 2395--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-43" class="tabular" +<!--l. 2488--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-43" class="tabular" ><colgroup id="TBL-43-1g"><col id="TBL-43-1"></colgroup><tr @@ -5634,17 +5857,17 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2399--><p class="noindent" >The <span +<!--l. 2492--><p class="noindent" >The <span class="ec-lmri-10">text </span>is used to create a button which activates the appropriate <span class="ec-lmri-10">menuoption</span>. The following table lists the option names you can use—comparison of this with the menus in Acrobat Reader or Exchange will show what they do. Obviously some are only appropriate to Exchange. -<!--l. 2402--><p class="indent" > +<!--l. 2495--><p class="indent" > <a - id="x1-55001r13"></a> + id="x1-57001r13"></a> - <!--l. 2403--><div class="longtable"> <table id="TBL-44" class="longtable" + <!--l. 2496--><div class="longtable"> <table id="TBL-44" class="longtable" ><colgroup id="TBL-44-1g"><col id="TBL-44-1"><col @@ -5653,7 +5876,7 @@ id="TBL-44-2"></colgroup> style="vertical-align:baseline;" id="TBL-44-1-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-1-1" class="td01">File </td><td style="white-space:normal; text-align:left;" id="TBL-44-1-2" class="td10"> - <!--l. 2403--><p class="noindent" >Open, + <!--l. 2496--><p class="noindent" >Open, Close, Scan, Save, @@ -5667,7 +5890,7 @@ class="td10"> class="td01">File<span class="lmsy-10">→</span>Import </td><td style="white-space:normal; text-align:left;" id="TBL-44-2-2" class="td10"> - <!--l. 2404--><p class="noindent" >ImportImage, + <!--l. 2497--><p class="noindent" >ImportImage, ImportNotes, AcroForm:ImportFDF </td> </tr><tr @@ -5675,14 +5898,14 @@ class="td10"> class="td01">File<span class="lmsy-10">→</span>Export </td><td style="white-space:normal; text-align:left;" id="TBL-44-3-2" class="td10"> - <!--l. 2405--><p class="noindent" >ExportNotes, + <!--l. 2498--><p class="noindent" >ExportNotes, AcroForm:ExportFDF </td> </tr><tr style="vertical-align:baseline;" id="TBL-44-4-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-4-1" class="td01">File<span class="lmsy-10">→</span>DocumentInfo </td><td style="white-space:normal; text-align:left;" id="TBL-44-4-2" class="td10"> - <!--l. 2406--><p class="noindent" >GeneralInfo, + <!--l. 2499--><p class="noindent" >GeneralInfo, OpenInfo, FontsInfo, SecurityInfo, @@ -5693,7 +5916,7 @@ class="td10"> class="td01">File<span class="lmsy-10">→</span>Preferences </td><td style="white-space:normal; text-align:left;" id="TBL-44-5-2" class="td10"> - <!--l. 2407--><p class="noindent" >GeneralPrefs, + <!--l. 2500--><p class="noindent" >GeneralPrefs, NotePrefs, FullScreenPrefs, Weblink:Prefs, @@ -5705,7 +5928,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-44-6-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-6-1" class="td01">Edit </td><td style="white-space:normal; text-align:left;" id="TBL-44-6-2" class="td10"> - <!--l. 2409--><p class="noindent" >Undo, + <!--l. 2502--><p class="noindent" >Undo, Cut, Copy, Paste, @@ -5721,13 +5944,13 @@ class="td10"> style="vertical-align:baseline;" id="TBL-44-7-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-7-1" class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-44-7-2" class="td10"> - <!--l. 2412--><p class="noindent" >Properties </td> + <!--l. 2505--><p class="noindent" >Properties </td> </tr><tr style="vertical-align:baseline;" id="TBL-44-8-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-8-1" class="td01">Edit<span class="lmsy-10">→</span>Fields </td><td style="white-space:normal; text-align:left;" id="TBL-44-8-2" class="td10"> - <!--l. 2413--><p class="noindent" >AcroForm:Duplicate, + <!--l. 2506--><p class="noindent" >AcroForm:Duplicate, AcroForm:TabOrder </td> @@ -5735,7 +5958,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-44-9-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-9-1" class="td01">Document </td><td style="white-space:normal; text-align:left;" id="TBL-44-9-2" class="td10"> - <!--l. 2414--><p class="noindent" >Cpt:CapturePages, + <!--l. 2507--><p class="noindent" >Cpt:CapturePages, AcroForm:Actions, CropPages, RotatePages, @@ -5751,7 +5974,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-44-10-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-10-1" class="td01">View </td><td style="white-space:normal; text-align:left;" id="TBL-44-10-2" class="td10"> - <!--l. 2417--><p class="noindent" >ActualSize, + <!--l. 2510--><p class="noindent" >ActualSize, FitVisible, FitWidth, FitPage, @@ -5775,7 +5998,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-44-11-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-11-1" class="td01">Tools </td><td style="white-space:normal; text-align:left;" id="TBL-44-11-2" class="td10"> - <!--l. 2420--><p class="noindent" >Hand, + <!--l. 2513--><p class="noindent" >Hand, ZoomIn, ZoomOut, SelectText, @@ -5797,7 +6020,7 @@ class="td10"> class="td01">Tools<span class="lmsy-10">→</span>Search </td><td style="white-space:normal; text-align:left;" id="TBL-44-12-2" class="td10"> - <!--l. 2423--><p class="noindent" >AcroSrch:Query, + <!--l. 2516--><p class="noindent" >AcroSrch:Query, AcroSrch:Indexes, AcroSrch:Results, AcroSrch:Assist, @@ -5809,7 +6032,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-44-13-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-13-1" class="td01">Window </td><td style="white-space:normal; text-align:left;" id="TBL-44-13-2" class="td10"> - <!--l. 2425--><p class="noindent" >ShowHideToolBar, + <!--l. 2518--><p class="noindent" >ShowHideToolBar, ShowHideMenuBar, ShowHideClipboard, Cascade, @@ -5820,7 +6043,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-44-14-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-14-1" class="td01">Help </td><td style="white-space:normal; text-align:left;" id="TBL-44-14-2" class="td10"> - <!--l. 2427--><p class="noindent" >HelpUserGuide, + <!--l. 2520--><p class="noindent" >HelpUserGuide, HelpTutorial, HelpExchange, HelpScan, @@ -5835,7 +6058,7 @@ class="td10"> style="vertical-align:baseline;" id="TBL-44-15-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-15-1" class="td01">Help(Windows) </td><td style="white-space:normal; text-align:left;" id="TBL-44-15-2" class="td10"> - <!--l. 2429--><p class="noindent" >About </td> + <!--l. 2522--><p class="noindent" >About </td> </tr><tr style="vertical-align:baseline;" id="TBL-44-16-"><td style="white-space:nowrap; text-align:left;" id="TBL-44-16-1" class="td01"> </td> @@ -5850,17 +6073,18 @@ class="td01"> </td> class="td01"> </td><td style="white-space:normal; text-align:left;" id="TBL-44-19-2" class="td10"></td></tr> </table></div> -<!--l. 2432--><p class="noindent" > +<!--l. 2525--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">9 </span> <a - id="x1-560009"></a>PDF and HTML forms</h3> -<!--l. 2433--><p class="noindent" >You must put your fields inside a <span + id="x1-580009"></a>PDF and HTML forms</h3> +<!--l. 2526--><p class="noindent" >You must put your fields inside a <span class="ec-lmvtt-10">Form </span>environment. The environment does some general setups, so should be used only once in a document. Using simply <span class="ec-lmvtt-10">\Form </span>at the begin of the document is possible too. -<!--l. 2437--><p class="indent" > There are six macros to prepare fields: -<!--l. 2439--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-45" class="tabular" +<!--l. 2530--><p class="indent" > There are six macros to prepare fields: + + +<!--l. 2532--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-45" class="tabular" ><colgroup id="TBL-45-1g"><col id="TBL-45-1"></colgroup><tr @@ -5873,10 +6097,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2443--><p class="noindent" > - - -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-46" class="tabular" +<!--l. 2536--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-46" class="tabular" ><colgroup id="TBL-46-1g"><col id="TBL-46-1"></colgroup><tr @@ -5889,8 +6110,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2447--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-47" class="tabular" +<!--l. 2540--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-47" class="tabular" ><colgroup id="TBL-47-1g"><col id="TBL-47-1"></colgroup><tr @@ -5905,8 +6125,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">choices</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2451--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-48" class="tabular" +<!--l. 2544--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-48" class="tabular" ><colgroup id="TBL-48-1g"><col id="TBL-48-1"></colgroup><tr @@ -5919,8 +6138,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2455--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-49" class="tabular" +<!--l. 2548--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-49" class="tabular" ><colgroup id="TBL-49-1g"><col id="TBL-49-1"></colgroup><tr @@ -5933,8 +6151,7 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2459--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-50" class="tabular" +<!--l. 2552--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-50" class="tabular" ><colgroup id="TBL-50-1g"><col id="TBL-50-1"></colgroup><tr @@ -5947,9 +6164,8 @@ class="ec-lmvtt-10">]{</span></span></span><span class="ec-lmri-10">label</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2463--><p class="indent" > The way forms and their labels are laid out is determined by: -<!--l. 2464--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-51" class="tabular" +<!--l. 2556--><p class="indent" > The way forms and their labels are laid out is determined by: +<!--l. 2557--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-51" class="tabular" ><colgroup id="TBL-51-1g"><col id="TBL-51-1"></colgroup><tr @@ -5962,8 +6178,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2468--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-52" class="tabular" +<!--l. 2561--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-52" class="tabular" ><colgroup id="TBL-52-1g"><col id="TBL-52-1"></colgroup><tr @@ -5976,8 +6191,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2472--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-53" class="tabular" +<!--l. 2565--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-53" class="tabular" ><colgroup id="TBL-53-1g"><col id="TBL-53-1"></colgroup><tr @@ -5990,10 +6204,9 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">field</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2476--><p class="indent" > These macros default to #1 #2 -<!--l. 2478--><p class="indent" > What is actually shown in the field is determined by: -<!--l. 2479--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-54" class="tabular" +<!--l. 2569--><p class="indent" > These macros default to #1 #2 +<!--l. 2571--><p class="indent" > What is actually shown in the field is determined by: +<!--l. 2572--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-54" class="tabular" ><colgroup id="TBL-54-1g"><col id="TBL-54-1"></colgroup><tr @@ -6006,8 +6219,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2483--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-55" class="tabular" +<!--l. 2576--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-55" class="tabular" ><colgroup id="TBL-55-1g"><col id="TBL-55-1"></colgroup><tr @@ -6020,8 +6232,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2486--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-56" class="tabular" +<!--l. 2579--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-56" class="tabular" ><colgroup id="TBL-56-1g"><col id="TBL-56-1"></colgroup><tr @@ -6034,10 +6245,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2489--><p class="noindent" > - - -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-57" class="tabular" +<!--l. 2582--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-57" class="tabular" ><colgroup id="TBL-57-1g"><col id="TBL-57-1"></colgroup><tr @@ -6050,8 +6258,7 @@ class="ec-lmvtt-10">}{</span></span></span><span class="ec-lmri-10">height</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td> </tr></table> </div></span> -<!--l. 2493--><p class="noindent" > -<span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-58" class="tabular" +<!--l. 2586--><p class="noindent" ><span class="fbox"><!--tex4ht:inline--><div class="tabular"> <table id="TBL-58" class="tabular" ><colgroup id="TBL-58-1g"><col id="TBL-58-1"></colgroup><tr @@ -6061,7 +6268,7 @@ class="ec-lmvtt-10">\MakeButtonField</span><span class="obeylines-h"><span class class="ec-lmvtt-10">{</span></span></span><span class="ec-lmri-10">text</span><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">}</span></span></span> </td></tr></table> </div></span> -<!--l. 2497--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span +<!--l. 2590--><p class="indent" > These macros default to <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\vbox</span><span class="ec-lmvtt-10"> to</span><span class="ec-lmvtt-10"> #2{\hbox</span><span @@ -6070,10 +6277,10 @@ class="ec-lmvtt-10"> #1{\hfill}\vfill}</span></span></span>, except the l to #1; it is used for buttons, and the special <span class="ec-lmvtt-10">\Submit </span>and <span class="ec-lmvtt-10">\Reset </span>macros. -<!--l. 2501--><p class="indent" > You may also want to redefine the following macros: +<!--l. 2594--><p class="indent" > You may also want to redefine the following macros: - <pre class="verbatim" id="verbatim-44"> + <pre class="verbatim" id="verbatim-46"> \def\DefaultHeightofSubmit{12pt} \def\DefaultWidthofSubmit{2cm} \def\DefaultHeightofReset{12pt} @@ -6086,13 +6293,13 @@ class="ec-lmvtt-10">\Reset </span>macros. \def\DefaultHeightofTextMultiline{4\baselineskip} \def\DefaultWidthofText{3cm} </pre> -<!--l. 2514--><p class="nopar" > -<!--l. 2516--><p class="noindent" > +<!--l. 2607--><p class="nopar" > +<!--l. 2609--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">9.1 </span> <a - id="x1-570009.1"></a>Forms environment parameters</h4> -<!--l. 2519--><p class="noindent" > + id="x1-590009.1"></a>Forms environment parameters</h4> +<!--l. 2612--><p class="noindent" > <a - id="x1-57001r14"></a> <!--l. 2520--><div class="longtable"> <table id="TBL-59" class="longtable" + id="x1-59001r14"></a> <!--l. 2613--><div class="longtable"> <table id="TBL-59" class="longtable" ><colgroup id="TBL-59-1g"><col id="TBL-59-1"><col @@ -6105,7 +6312,7 @@ class="ec-lmvtt-10">action </span></td><td style="white-space:nowrap; text- class="td11"> <span class="ec-lmri-10">URL </span></td><td style="white-space:normal; text-align:left;" id="TBL-59-1-3" class="td10"> - <!--l. 2520--><p class="noindent" >The URL that will receive the form data if a <span + <!--l. 2613--><p class="noindent" >The URL that will receive the form data if a <span class="ec-lmss-10">Submit </span>button is included in the form </td> </tr><tr @@ -6115,7 +6322,7 @@ class="ec-lmvtt-10">encoding </span></td><td style="white-space:nowrap; text-a class="td11"> <span class="ec-lmri-10">name </span></td><td style="white-space:normal; text-align:left;" id="TBL-59-2-3" class="td10"> - <!--l. 2521--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding + <!--l. 2614--><p class="noindent" >The encoding for the string set to the URL; FDF-encoding is usual, and <span class="ec-lmvtt-10">html </span>is the only valid value </td> </tr><tr @@ -6125,7 +6332,7 @@ class="ec-lmvtt-10">method </span></td><td style="white-space:nowrap; text-al class="td11"> <span class="ec-lmri-10">name </span></td><td style="white-space:normal; text-align:left;" id="TBL-59-3-3" class="td10"> - <!--l. 2523--><p class="noindent" >Used only when generating HTML; values can be <span + <!--l. 2616--><p class="noindent" >Used only when generating HTML; values can be <span class="ec-lmvtt-10">post </span>or <span class="ec-lmvtt-10">get</span> </td> @@ -6147,16 +6354,16 @@ class="td01"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:normal; text-align:left;" id="TBL-59-8-3" class="td10"></td></tr> </table></div> -<!--l. 2526--><p class="noindent" > +<!--l. 2619--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">9.2 </span> <a - id="x1-580009.2"></a>Forms optional parameters</h4> -<!--l. 2527--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span + id="x1-600009.2"></a>Forms optional parameters</h4> +<!--l. 2620--><p class="noindent" >Note that all colors must be expressed as RGB triples, in the range 0..1 (i.e. <span class="ec-lmvtt-10">color=0 0</span> <span class="ec-lmvtt-10">0.5</span>) -<!--l. 2531--><p class="indent" > +<!--l. 2624--><p class="indent" > <a - id="x1-58001r15"></a> <!--l. 2532--><div class="longtable"> <table id="TBL-60" class="longtable" + id="x1-60001r15"></a> <!--l. 2625--><div class="longtable"> <table id="TBL-60" class="longtable" ><colgroup id="TBL-60-1g"><col id="TBL-60-1"><col @@ -6616,31 +6823,31 @@ class="td11"> </td><td style="white-space:nowrap; text-align:left;" id= class="td11"> </td><td style="white-space:nowrap; text-align:left;" id="TBL-60-63-4" class="td10"></td></tr> </table></div> -<!--l. 2593--><p class="noindent" > +<!--l. 2686--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">10 </span> <a - id="x1-5900010"></a>Defining a new driver</h3> -<!--l. 2594--><p class="noindent" >A hyperref driver has to provide definitions for eight macros: -<!--l. 2597--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span + id="x1-6100010"></a>Defining a new driver</h3> +<!--l. 2687--><p class="noindent" >A hyperref driver has to provide definitions for eight macros: +<!--l. 2690--><p class="noindent" >1. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchor</span></span></span> -<!--l. 2599--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span +<!--l. 2692--><p class="noindent" >2. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@link</span></span></span> -<!--l. 2601--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span +<!--l. 2694--><p class="noindent" >3. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkfile</span></span></span> -<!--l. 2603--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span +<!--l. 2696--><p class="noindent" >4. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkurl</span></span></span> -<!--l. 2605--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span +<!--l. 2698--><p class="noindent" >5. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchorstart</span></span></span> -<!--l. 2607--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span +<!--l. 2700--><p class="noindent" >6. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@anchorend</span></span></span> -<!--l. 2609--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span +<!--l. 2702--><p class="noindent" >7. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkstart</span></span></span> -<!--l. 2611--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span +<!--l. 2704--><p class="noindent" >8. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyper@linkend</span></span></span> -<!--l. 2614--><p class="indent" > The draft option defines the macros as follows +<!--l. 2707--><p class="indent" > The draft option defines the macros as follows - <pre class="verbatim" id="verbatim-45"> + <pre class="verbatim" id="verbatim-47"> \let\hyper@@anchor\@gobble \gdef\hyper@link##1##2##3{##3}% \def\hyper@linkurl##1##2{##1}% @@ -6650,16 +6857,16 @@ class="ec-lmvtt-10">\hyper@linkend</span></span></span> \let\hyper@linkstart\@gobbletwo \let\hyper@linkend\@empty </pre> -<!--l. 2624--><p class="nopar" > -<!--l. 2626--><p class="noindent" > +<!--l. 2717--><p class="nopar" > +<!--l. 2719--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">11 </span> <a - id="x1-6000011"></a>Special support for other packages</h3> -<!--l. 2628--><p class="noindent" >Package <span + id="x1-6200011"></a>Special support for other packages</h3> +<!--l. 2721--><p class="noindent" >Package <span class="ec-lmss-10">hyperref </span>aims to cooperate with other packages, but there are several possible sources for conflict, such as <ul class="itemize1"> <li class="itemize"> - <!--l. 2633--><p class="noindent" >Packages that manipulate the bibliographic mechanism. Peter William’s <span + <!--l. 2726--><p class="noindent" >Packages that manipulate the bibliographic mechanism. Peter William’s <span class="ec-lmss-10">harvard </span>package is supported. However, the recommended package is Patrick Daly’s <span class="ec-lmss-10">natbib </span>package that has @@ -6669,7 +6876,7 @@ class="ec-lmss-10">hyperref </span>hooks to allow reliable interaction. This pac class="ec-lmss-10">hyperref</span>. </li> <li class="itemize"> - <!--l. 2640--><p class="noindent" >Packages that typeset the contents of the <span + <!--l. 2733--><p class="noindent" >Packages that typeset the contents of the <span class="ec-lmvtt-10">\label </span>and <span class="ec-lmvtt-10">\ref </span>macros, such as <span class="ec-lmss-10">showkeys</span>. Since the @@ -6679,8 +6886,8 @@ class="ec-lmvtt-10">implicit=false </span>for these packages to work. </li> <li class="itemize"> - <!--l. 2645--><p class="noindent" >Packages that do anything serious with the index.</li></ul> -<!--l. 2648--><p class="indent" > The <span + <!--l. 2738--><p class="noindent" >Packages that do anything serious with the index.</li></ul> +<!--l. 2741--><p class="indent" > The <span class="ec-lmss-10">hyperref </span>package is distributed with variants on two useful packages designed to work especially well with it. These are <span class="ec-lmss-10">xr </span>and <span @@ -6688,73 +6895,73 @@ class="ec-lmss-10">minitoc</span>, which support crossdocument links using <span <span class="ec-lmvtt-10">\label</span>/<span class="ec-lmvtt-10">\ref </span>mechanisms and per-chapter tables of contents, respectively. -<!--l. 2655--><p class="noindent" > +<!--l. 2748--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">11.1 </span> <a - id="x1-6100011.1"></a>Package Compatibility</h4> -<!--l. 2657--><p class="noindent" >Currently only package loading orders are available: -<!--l. 2661--><p class="indent" > Note: hyperref loads package <span + id="x1-6300011.1"></a>Package Compatibility</h4> +<!--l. 2750--><p class="noindent" >Currently only package loading orders are available: +<!--l. 2754--><p class="indent" > Note: hyperref loads package <span class="ec-lmss-10">nameref </span>at <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\begin{document}</span></span></span>. Sometimes this is too late, thus this package must be loaded earlier. -<!--l. 2666--><p class="noindent" > +<!--l. 2759--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.1 </span> <a - id="x1-6200011.1.1"></a>algorithm</h5> + id="x1-6400011.1.1"></a>algorithm</h5> - <pre class="verbatim" id="verbatim-46"> + <pre class="verbatim" id="verbatim-48">  \usepackage{float}   \usepackage{hyperref}   \usepackage[chapter]{algorithm}% eg. </pre> -<!--l. 2671--><p class="nopar" > -<!--l. 2673--><p class="noindent" > +<!--l. 2764--><p class="nopar" > +<!--l. 2766--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.2 </span> <a - id="x1-6300011.1.2"></a>amsmath</h5> -<!--l. 2675--><p class="noindent" >The environments equation and eqnarray are not supported too well. For example, there might be + id="x1-6500011.1.2"></a>amsmath</h5> +<!--l. 2768--><p class="noindent" >The environments equation and eqnarray are not supported too well. For example, there might be spacing problems (eqnarray isn’t recommended anyway, see CTAN:info/l2tabu/, the situation for equation is unclear, because nobody is interested in investigating). Consider using the environments that package amsmath provide, e.g. gather for equation. The environment equation can even redefined to use gather: - <pre class="verbatim" id="verbatim-47"> + <pre class="verbatim" id="verbatim-49">   \usepackage{amsmath}   \let\equation\gather   \let\endequation\endgather </pre> -<!--l. 2686--><p class="nopar" > -<!--l. 2688--><p class="noindent" > +<!--l. 2779--><p class="nopar" > +<!--l. 2781--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.3 </span> <a - id="x1-6400011.1.3"></a>amsrefs</h5> -<!--l. 2690--><p class="noindent" >Package loading order: + id="x1-6600011.1.3"></a>amsrefs</h5> +<!--l. 2783--><p class="noindent" >Package loading order: - <pre class="verbatim" id="verbatim-48"> + <pre class="verbatim" id="verbatim-50">   \usepackage{hyperref}   \usepackage{amsrefs} </pre> -<!--l. 2695--><p class="nopar" > -<!--l. 2697--><p class="noindent" > +<!--l. 2788--><p class="nopar" > +<!--l. 2790--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.4 </span> <a - id="x1-6500011.1.4"></a>arydshln, longtable</h5> -<!--l. 2699--><p class="noindent" >Package longtable must be put before hyperref and arydshln, hyperref after arydshln generates an error, + id="x1-6700011.1.4"></a>arydshln, longtable</h5> +<!--l. 2792--><p class="noindent" >Package longtable must be put before hyperref and arydshln, hyperref after arydshln generates an error, thus the resulting package order is then: - <pre class="verbatim" id="verbatim-49"> + <pre class="verbatim" id="verbatim-51">   \usepackage{longtable}   \usepackage{hyperref}   \usepackage{arydshln} </pre> -<!--l. 2707--><p class="nopar" > -<!--l. 2709--><p class="noindent" > +<!--l. 2800--><p class="nopar" > +<!--l. 2802--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.5 </span> <a - id="x1-6600011.1.5"></a>babel/magyar.ldf</h5> -<!--l. 2711--><p class="noindent" >The old version 2005/03/30 v1.4j will not work. You need at least version 1.5, maintained by Pter + id="x1-6800011.1.5"></a>babel/magyar.ldf</h5> +<!--l. 2804--><p class="noindent" >The old version 2005/03/30 v1.4j will not work. You need at least version 1.5, maintained by Pter Szab, see CTAN:language/hungarian/babel/. -<!--l. 2716--><p class="noindent" > +<!--l. 2809--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.6 </span> <a - id="x1-6700011.1.6"></a>babel/spanish.ldf</h5> -<!--l. 2718--><p class="noindent" >Babel’s spanish.ldf redefines ‘<span class="obeylines-h"><span class="verb"><span + id="x1-6900011.1.6"></a>babel/spanish.ldf</h5> +<!--l. 2811--><p class="noindent" >Babel’s spanish.ldf redefines ‘<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\.</span></span></span>’ to support ‘<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\...</span></span></span>’. In bookmarks (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\pdfstringdef</span></span></span>) only ‘<span class="obeylines-h"><span class="verb"><span @@ -6762,13 +6969,13 @@ class="ec-lmvtt-10">\.</span></span></span>’ is supported. If ‘<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\...</span></span></span>’ is needed, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\texorpdfstring{\...}{\dots}</span></span></span> can be used instead. -<!--l. 2725--><p class="noindent" > +<!--l. 2818--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.7 </span> <a - id="x1-6800011.1.7"></a>bibentry</h5> -<!--l. 2727--><p class="noindent" >Workaround: + id="x1-7000011.1.7"></a>bibentry</h5> +<!--l. 2820--><p class="noindent" >Workaround: - <pre class="verbatim" id="verbatim-50"> + <pre class="verbatim" id="verbatim-52">   \makeatletter   \let\saved@bibitem\@bibitem   \makeatother @@ -6784,53 +6991,53 @@ class="ec-lmvtt-10">\texorpdfstring{\...}{\dots}</span></span></span> can be use     \nobibliography{database}   \endgroup </pre> -<!--l. 2744--><p class="nopar" > -<!--l. 2746--><p class="noindent" > +<!--l. 2837--><p class="nopar" > +<!--l. 2839--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.8 </span> <a - id="x1-6900011.1.8"></a>bigfoot</h5> -<!--l. 2748--><p class="noindent" >Hyperref does not support package ‘bigfoot’. And package ‘bigfoot’ does not support hyperref’s footnotes + id="x1-7100011.1.8"></a>bigfoot</h5> +<!--l. 2841--><p class="noindent" >Hyperref does not support package ‘bigfoot’. And package ‘bigfoot’ does not support hyperref’s footnotes and disables them (hyperfootnotes=false). -<!--l. 2753--><p class="noindent" > +<!--l. 2846--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.9 </span> <a - id="x1-7000011.1.9"></a>chappg</h5> -<!--l. 2755--><p class="noindent" >Package ‘chappg’ uses <span class="obeylines-h"><span class="verb"><span + id="x1-7200011.1.9"></a>chappg</h5> +<!--l. 2848--><p class="noindent" >Package ‘chappg’ uses <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@addtoreset</span></span></span> that is redefined by ‘hyperref’. The package order is therefore: - <pre class="verbatim" id="verbatim-51"> + <pre class="verbatim" id="verbatim-53">   \usepackage{hyperref}   \usepackage{chappg} </pre> -<!--l. 2761--><p class="nopar" > -<!--l. 2763--><p class="noindent" > +<!--l. 2854--><p class="nopar" > +<!--l. 2856--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.10 </span> <a - id="x1-7100011.1.10"></a>cite</h5> -<!--l. 2765--><p class="noindent" >This is from Mike Shell: cite.sty cannot currently be used with hyperref. However, I can do a workaround + id="x1-7300011.1.10"></a>cite</h5> +<!--l. 2858--><p class="noindent" >This is from Mike Shell: cite.sty cannot currently be used with hyperref. However, I can do a workaround via: - <pre class="verbatim" id="verbatim-52"> + <pre class="verbatim" id="verbatim-54">  \makeatletter  \def\NAT@parse{\typeout{This is a fake Natbib command to fool Hyperref.}}  \makeatother  \usepackage[hypertex]{hyperref} </pre> -<!--l. 2775--><p class="nopar" > -<!--l. 2777--><p class="indent" > so that hyperref will not redefine any of the biblabel stuff - so cite.sty will work as normal - +<!--l. 2868--><p class="nopar" > +<!--l. 2870--><p class="indent" > so that hyperref will not redefine any of the biblabel stuff - so cite.sty will work as normal - although the citations will not be hyperlinked, of course (But this may not be an issue for many people). -<!--l. 2782--><p class="noindent" > +<!--l. 2875--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.11 </span> <a - id="x1-7200011.1.11"></a>count1to</h5> -<!--l. 2784--><p class="noindent" >Package ‘count1to’ adds several <span class="obeylines-h"><span class="verb"><span + id="x1-7400011.1.11"></a>count1to</h5> +<!--l. 2877--><p class="noindent" >Package ‘count1to’ adds several <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@addtoreset</span></span></span> commands that confuse ‘hyperref’. Therefore <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\theH<...></span></span></span> has to be fixed: - <pre class="verbatim" id="verbatim-53"> + <pre class="verbatim" id="verbatim-55">   \usepackage{count1to}   \AtBeginDocument{% *after* \usepackage{count1to}     \renewcommand*{\theHsection}{\theHchapter.\arabic{section}}% @@ -6840,83 +7047,83 @@ has to be fixed:     \renewcommand*{\theHsubparagraph}{\theHparagraph.\arabic{subparagraph}}%   } </pre> -<!--l. 2796--><p class="nopar" > -<!--l. 2798--><p class="noindent" > +<!--l. 2889--><p class="nopar" > +<!--l. 2891--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.12 </span> <a - id="x1-7300011.1.12"></a>dblaccnt</h5> -<!--l. 2800--><p class="noindent" >pd1enc.def or puenc.def should be loaded before: + id="x1-7500011.1.12"></a>dblaccnt</h5> +<!--l. 2893--><p class="noindent" >pd1enc.def or puenc.def should be loaded before: - <pre class="verbatim" id="verbatim-54"> + <pre class="verbatim" id="verbatim-56">   \usepackage{hyperref}   \usepackage{dblaccnt} </pre> -<!--l. 2804--><p class="nopar" > or see entry for <span +<!--l. 2897--><p class="nopar" > or see entry for <span class="ec-lmss-10">vietnam</span>. -<!--l. 2808--><p class="noindent" > +<!--l. 2901--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.13 </span> <a - id="x1-7400011.1.13"></a>easyeqn</h5> -<!--l. 2809--><p class="noindent" >Not compatible, breaks. -<!--l. 2812--><p class="noindent" > + id="x1-7600011.1.13"></a>easyeqn</h5> +<!--l. 2902--><p class="noindent" >Not compatible, breaks. +<!--l. 2905--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.14 </span> <a - id="x1-7500011.1.14"></a>ellipsis</h5> -<!--l. 2814--><p class="noindent" >This packages redefines <span class="obeylines-h"><span class="verb"><span + id="x1-7700011.1.14"></a>ellipsis</h5> +<!--l. 2907--><p class="noindent" >This packages redefines <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\textellipsis</span></span></span> after package hyperref (pd1enc.def/puenc.def should be loaded before): - <pre class="verbatim" id="verbatim-55"> + <pre class="verbatim" id="verbatim-57">   \usepackage{hyperref}   \usepackage{ellipsis} </pre> -<!--l. 2819--><p class="nopar" > -<!--l. 2821--><p class="noindent" > +<!--l. 2912--><p class="nopar" > +<!--l. 2914--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.15 </span> <a - id="x1-7600011.1.15"></a>float</h5> + id="x1-7800011.1.15"></a>float</h5> - <pre class="verbatim" id="verbatim-56"> + <pre class="verbatim" id="verbatim-58">  \usepackage{float}   \usepackage{hyperref} </pre> -<!--l. 2825--><p class="nopar" > +<!--l. 2918--><p class="nopar" > <ul class="itemize1"> <li class="itemize"> - <!--l. 2827--><p class="noindent" >Several <span class="obeylines-h"><span class="verb"><span + <!--l. 2920--><p class="noindent" >Several <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\caption</span></span></span> commands are not supported inside one float object. </li> <li class="itemize"> - <!--l. 2828--><p class="noindent" >Anchor are set at top of the float object, if its style is controlled by float.sty.</li></ul> -<!--l. 2832--><p class="noindent" > + <!--l. 2921--><p class="noindent" >Anchor are set at top of the float object, if its style is controlled by float.sty.</li></ul> +<!--l. 2925--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.16 </span> <a - id="x1-7700011.1.16"></a>endnotes</h5> -<!--l. 2833--><p class="noindent" >Unsupported. -<!--l. 2835--><p class="noindent" > + id="x1-7900011.1.16"></a>endnotes</h5> +<!--l. 2926--><p class="noindent" >Unsupported. +<!--l. 2928--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.17 </span> <a - id="x1-7800011.1.17"></a>foiltex</h5> -<!--l. 2836--><p class="noindent" >Update to version 2008/01/28 v2.1.4b: Since version 6.77a hyperref does not hack into <span class="obeylines-h"><span class="verb"><span + id="x1-8000011.1.17"></a>foiltex</h5> +<!--l. 2929--><p class="noindent" >Update to version 2008/01/28 v2.1.4b: Since version 6.77a hyperref does not hack into <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@begindvi</span></span></span>, it uses package ‘atbegshi’ instead, that hooks into <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\shipout</span></span></span>. Thus the patch of ‘foils.cls’ regarding hyperref is now obsolete and causes an undefined error message about <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@hyperfixhead</span></span></span>. This is fixed in FoilTeX 2.1.4b. -<!--l. 2844--><p class="noindent" > +<!--l. 2937--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.18 </span> <a - id="x1-7900011.1.18"></a>footnote</h5> -<!--l. 2846--><p class="noindent" >This package is not supported, you have to disable hyperref’s footnote support by using option + id="x1-8100011.1.18"></a>footnote</h5> +<!--l. 2939--><p class="noindent" >This package is not supported, you have to disable hyperref’s footnote support by using option <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperfootnotes=false</span></span></span>. -<!--l. 2850--><p class="noindent" > +<!--l. 2943--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.19 </span> <a - id="x1-8000011.1.19"></a>geometry</h5> -<!--l. 2852--><p class="noindent" >Driver ‘dvipdfm’ and program ‘dvipdfm’ might generate a warning: Sorry. Too late to change page size + id="x1-8200011.1.19"></a>geometry</h5> +<!--l. 2945--><p class="noindent" >Driver ‘dvipdfm’ and program ‘dvipdfm’ might generate a warning: Sorry. Too late to change page size Then prefer the program ‘dvipdfmx’ or use one of the following workarounds to move the <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> of geometry to an earlier location: - <pre class="verbatim" id="verbatim-57"> + <pre class="verbatim" id="verbatim-59">     \documentclass[dvipdfm]{article}% or other classes     \usepackage{atbegshi}     \AtBeginDocument{% @@ -6943,119 +7150,119 @@ geometry to an earlier location:     ]{geometry}     \usepackage{hyperref} </pre> -<!--l. 2884--><p class="nopar" > -<!--l. 2886--><p class="noindent" > +<!--l. 2977--><p class="nopar" > +<!--l. 2979--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.20 </span> <a - id="x1-8100011.1.20"></a>IEEEtran.cls</h5> -<!--l. 2888--><p class="noindent" >version <span + id="x1-8300011.1.20"></a>IEEEtran.cls</h5> +<!--l. 2981--><p class="noindent" >version <span class="lmsy-10">≥ </span>V1.6b (because of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@makecaption</span></span></span>, see ChangeLog) -<!--l. 2891--><p class="noindent" > +<!--l. 2984--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.21 </span> <a - id="x1-8200011.1.21"></a>index</h5> -<!--l. 2893--><p class="noindent" >version <span + id="x1-8400011.1.21"></a>index</h5> +<!--l. 2986--><p class="noindent" >version <span class="lmsy-10">≥ </span>1995/09/28 v4.1 (because of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\addcontentsline</span></span></span> redefinition) -<!--l. 2896--><p class="noindent" > +<!--l. 2989--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.22 </span> <a - id="x1-8300011.1.22"></a>lastpage</h5> -<!--l. 2898--><p class="noindent" >Compatible. -<!--l. 2901--><p class="noindent" > + id="x1-8500011.1.22"></a>lastpage</h5> +<!--l. 2991--><p class="noindent" >Compatible. +<!--l. 2994--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.23 </span> <a - id="x1-8400011.1.23"></a>linguex</h5> + id="x1-8600011.1.23"></a>linguex</h5> - <pre class="verbatim" id="verbatim-58"> + <pre class="verbatim" id="verbatim-60">  \usepackage{hyperref}   \usepackage{linguex} </pre> -<!--l. 2905--><p class="nopar" > -<!--l. 2907--><p class="noindent" > +<!--l. 2998--><p class="nopar" > +<!--l. 3000--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.24 </span> <a - id="x1-8500011.1.24"></a>ltabptch</h5> + id="x1-8700011.1.24"></a>ltabptch</h5> - <pre class="verbatim" id="verbatim-59"> + <pre class="verbatim" id="verbatim-61">  \usepackage{longtable}   \usepackage{ltabptch}   \usepackage{hyperref} </pre> -<!--l. 2912--><p class="nopar" > -<!--l. 2914--><p class="noindent" > +<!--l. 3005--><p class="nopar" > +<!--l. 3007--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.25 </span> <a - id="x1-8600011.1.25"></a>mathenv</h5> -<!--l. 2916--><p class="noindent" >Unsupported. -<!--l. 2920--><p class="indent" > Both ‘mathenv’ and ‘hyperref’ messes around with environment ‘eqnarray’. You can load ‘mathenv’ + id="x1-8800011.1.25"></a>mathenv</h5> +<!--l. 3009--><p class="noindent" >Unsupported. +<!--l. 3013--><p class="indent" > Both ‘mathenv’ and ‘hyperref’ messes around with environment ‘eqnarray’. You can load ‘mathenv’ after ‘hyperref’ to avoid an error message. But <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\label</span></span></span> will not work inside environment ‘eqnarray’ properly, for example. -<!--l. 2927--><p class="noindent" > +<!--l. 3020--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.26 </span> <a - id="x1-8700011.1.26"></a>minitoc-hyper</h5> -<!--l. 2929--><p class="noindent" >This package is obsolete, use the up-to-date original package minitoc instead. -<!--l. 2934--><p class="noindent" > + id="x1-8900011.1.26"></a>minitoc-hyper</h5> +<!--l. 3022--><p class="noindent" >This package is obsolete, use the up-to-date original package minitoc instead. +<!--l. 3027--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.27 </span> <a - id="x1-8800011.1.27"></a>multind</h5> + id="x1-9000011.1.27"></a>multind</h5> - <pre class="verbatim" id="verbatim-60"> + <pre class="verbatim" id="verbatim-62">  \usepackage{multind}   \usepackage{hyperref} </pre> -<!--l. 2938--><p class="nopar" > -<!--l. 2940--><p class="noindent" > +<!--l. 3031--><p class="nopar" > +<!--l. 3033--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.28 </span> <a - id="x1-8900011.1.28"></a>natbib</h5> + id="x1-9100011.1.28"></a>natbib</h5> - <pre class="verbatim" id="verbatim-61"> + <pre class="verbatim" id="verbatim-63">  \usepackage{natbib}   \usepackage{hyperref} </pre> -<!--l. 2944--><p class="nopar" > -<!--l. 2946--><p class="noindent" > +<!--l. 3037--><p class="nopar" > +<!--l. 3039--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.29 </span> <a - id="x1-9000011.1.29"></a>nomencl</h5> -<!--l. 2947--><p class="noindent" >Example for introducing links for the page numbers: + id="x1-9200011.1.29"></a>nomencl</h5> +<!--l. 3040--><p class="noindent" >Example for introducing links for the page numbers: - <pre class="verbatim" id="verbatim-62"> + <pre class="verbatim" id="verbatim-64">       \renewcommand*{\pagedeclaration}[1]{\unskip, \hyperpage{#1}} </pre> -<!--l. 2950--><p class="nopar" > -<!--l. 2953--><p class="noindent" > +<!--l. 3043--><p class="nopar" > +<!--l. 3046--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.30 </span> <a - id="x1-9100011.1.30"></a>ntheorem-hyper</h5> -<!--l. 2954--><p class="noindent" >This package is obsolete, use the up-to-date original package ntheorem instead. -<!--l. 2958--><p class="indent" > For equations the following might work: + id="x1-9300011.1.30"></a>ntheorem-hyper</h5> +<!--l. 3047--><p class="noindent" >This package is obsolete, use the up-to-date original package ntheorem instead. +<!--l. 3051--><p class="indent" > For equations the following might work: - <pre class="verbatim" id="verbatim-63"> + <pre class="verbatim" id="verbatim-65">       \renewcommand*{\eqdeclaration}[1]{%         \hyperlink{equation.#1}{(Equation~#1)}%       }     But the mapping from the equation number to the anchor name     is not available in general. </pre> -<!--l. 2965--><p class="nopar" > -<!--l. 2967--><p class="noindent" > +<!--l. 3058--><p class="nopar" > +<!--l. 3060--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.31 </span> <a - id="x1-9200011.1.31"></a>parskip</h5> + id="x1-9400011.1.31"></a>parskip</h5> - <pre class="verbatim" id="verbatim-64"> + <pre class="verbatim" id="verbatim-66">  \usepackage{parskip}   \usepackage{hyperref}[2012/08/20] </pre> -<!--l. 2971--><p class="nopar" > -<!--l. 2974--><p class="indent" > Both packages want to redefine <span class="obeylines-h"><span class="verb"><span +<!--l. 3064--><p class="nopar" > +<!--l. 3067--><p class="indent" > Both packages want to redefine <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@starttoc</span></span></span>. -<!--l. 2977--><p class="noindent" > +<!--l. 3070--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.32 </span> <a - id="x1-9300011.1.32"></a>prettyref</h5> + id="x1-9500011.1.32"></a>prettyref</h5> - <pre class="verbatim" id="verbatim-65"> + <pre class="verbatim" id="verbatim-67"> %%% example for prettyref %%% \documentclass{article} \usepackage{prettyref} @@ -7075,35 +7282,35 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>. %%% example for prettyref %%%        </pre> -<!--l. 2996--><p class="nopar" > -<!--l. 2999--><p class="noindent" > +<!--l. 3089--><p class="nopar" > +<!--l. 3092--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.33 </span> <a - id="x1-9400011.1.33"></a>setspace</h5> + id="x1-9600011.1.33"></a>setspace</h5> - <pre class="verbatim" id="verbatim-66"> + <pre class="verbatim" id="verbatim-68">  \usepackage{setspace}   \usepackage{hyperref} </pre> -<!--l. 3003--><p class="nopar" > -<!--l. 3005--><p class="noindent" > +<!--l. 3096--><p class="nopar" > +<!--l. 3098--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.34 </span> <a - id="x1-9500011.1.34"></a>sidecap</h5> + id="x1-9700011.1.34"></a>sidecap</h5> - <pre class="verbatim" id="verbatim-67"> + <pre class="verbatim" id="verbatim-69">  Before 2002/05/24 v1.5h:     \usepackage{nameref}     \usepackage{hyperref}     \usepackage{sidecap} </pre> -<!--l. 3011--><p class="nopar" > -<!--l. 3013--><p class="noindent" > +<!--l. 3104--><p class="nopar" > +<!--l. 3106--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.35 </span> <a - id="x1-9600011.1.35"></a>subfigure</h5> + id="x1-9800011.1.35"></a>subfigure</h5> - <pre class="verbatim" id="verbatim-68"> + <pre class="verbatim" id="verbatim-70">  1995/03/06 v2.0:     \usepackage{subfigure}     \usepackage{hyperref} @@ -7122,35 +7329,35 @@ class="ec-lmvtt-10">\@starttoc</span></span></span>.     \usepackage{subfigure}     or vice versa? </pre> -<!--l. 3032--><p class="nopar" > -<!--l. 3034--><p class="noindent" > +<!--l. 3125--><p class="nopar" > +<!--l. 3127--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.36 </span> <a - id="x1-9700011.1.36"></a>titleref</h5> + id="x1-9900011.1.36"></a>titleref</h5> - <pre class="verbatim" id="verbatim-69"> + <pre class="verbatim" id="verbatim-71">  \usepackage{nameref}   \usepackage{titleref}% without usetoc   \usepackage{hyperref} </pre> -<!--l. 3039--><p class="nopar" > -<!--l. 3041--><p class="noindent" > +<!--l. 3132--><p class="nopar" > +<!--l. 3134--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.37 </span> <a - id="x1-9800011.1.37"></a>tabularx</h5> -<!--l. 3043--><p class="noindent" >Linked footnotes are not supported inside environment ‘tabularx’, because they uses the optional + id="x1-10000011.1.37"></a>tabularx</h5> +<!--l. 3136--><p class="noindent" >Linked footnotes are not supported inside environment ‘tabularx’, because they uses the optional argument of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span>, see section ‘Limitations’. Before version 2011/09/28 6.82i hyperref had disabled footnotes entirely by ‘hyperfootnotes=false’. -<!--l. 3049--><p class="noindent" > +<!--l. 3142--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.38 </span> <a - id="x1-9900011.1.38"></a>titlesec</h5> -<!--l. 3051--><p class="noindent" ><span + id="x1-10100011.1.38"></a>titlesec</h5> +<!--l. 3144--><p class="noindent" ><span class="ec-lmss-10">nameref </span>supports titlesec, but hyperref does not (unsolved is the anchor setting, missing with unnumbered section, perhaps problems with page breaks with numbered ones). -<!--l. 3056--><p class="noindent" > +<!--l. 3149--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.39 </span> <a - id="x1-10000011.1.39"></a>ucs/utf8x.def</h5> -<!--l. 3058--><p class="noindent" >The first time a multibyte UTF8 sequence is called, it does some calculations and stores the result in a + id="x1-10200011.1.39"></a>ucs/utf8x.def</h5> +<!--l. 3151--><p class="noindent" >The first time a multibyte UTF8 sequence is called, it does some calculations and stores the result in a macro for speeding up the next calls of that UTF8 sequence. However this makes the first call non-expandable and will break if used in information entries or bookmarks. Package <span class="ec-lmss-10">ucs </span>offers @@ -7159,50 +7366,50 @@ class="ec-lmvtt-10">\PrerenderUnicode</span></span></span> or <span class="obeyl class="ec-lmvtt-10">\PreloadUnicodePage</span></span></span> to solve this: - <pre class="verbatim" id="verbatim-70"> + <pre class="verbatim" id="verbatim-72">     \usepackage{ucs}     \usepackage[utf8x]{inputenc}     \usepackage{hyperref}% or with option unicode     \PrerenderUnicode{^^c3^^b6}% or \PrerenderUnicodePage{1}     \hypersetup{pdftitle={Umlaut example: ^^c3^^b6}} </pre> -<!--l. 3071--><p class="nopar" > The notation with two carets avoids trouble with 8-bit bytes for the README file, you can use the +<!--l. 3164--><p class="nopar" > The notation with two carets avoids trouble with 8-bit bytes for the README file, you can use the characters directly. -<!--l. 3076--><p class="noindent" > +<!--l. 3169--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.40 </span> <a - id="x1-10100011.1.40"></a>varioref</h5> -<!--l. 3077--><p class="noindent" >There are too many problems with varioref. Nobody has time to sort them out. Therefore this package is + id="x1-10300011.1.40"></a>varioref</h5> +<!--l. 3170--><p class="noindent" >There are too many problems with varioref. Nobody has time to sort them out. Therefore this package is now unsupported. -<!--l. 3081--><p class="indent" > Perhaps you are lucky and some of the features of varioref works with the following loading +<!--l. 3174--><p class="indent" > Perhaps you are lucky and some of the features of varioref works with the following loading order: - <pre class="verbatim" id="verbatim-71"> + <pre class="verbatim" id="verbatim-73">     \usepackage{nameref}     \usepackage{varioref}     \usepackage{hyperref} </pre> -<!--l. 3087--><p class="nopar" > -<!--l. 3090--><p class="indent" > Also some babel versions can be problematic. For example, 2005/05/21 v3.8g contains a patch for +<!--l. 3180--><p class="nopar" > +<!--l. 3183--><p class="indent" > Also some babel versions can be problematic. For example, 2005/05/21 v3.8g contains a patch for varioref that breaks the hyperref support for varioref. -<!--l. 3096--><p class="indent" > Also unsupported: +<!--l. 3189--><p class="indent" > Also unsupported: <ul class="itemize1"> <li class="itemize"> - <!--l. 3098--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + <!--l. 3191--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\Ref</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\Vref</span></span></span> do not uppercase the first letter. </li> <li class="itemize"> - <!--l. 3099--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span + <!--l. 3192--><p class="noindent" ><span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\vpageref[]{...}</span></span></span> On the same page a previous space is not suppressed.</li></ul> -<!--l. 3103--><p class="noindent" > +<!--l. 3196--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.41 </span> <a - id="x1-10200011.1.41"></a>verse</h5> -<!--l. 3105--><p class="noindent" >Version 2005/08/22 v2.22 contains support for hyperref. -<!--l. 3107--><p class="indent" > For older versions see example from de.comp.text.tex (2005/08/11, slightly modified): + id="x1-10400011.1.41"></a>verse</h5> +<!--l. 3198--><p class="noindent" >Version 2005/08/22 v2.22 contains support for hyperref. +<!--l. 3200--><p class="indent" > For older versions see example from de.comp.text.tex (2005/08/11, slightly modified): - <pre class="verbatim" id="verbatim-72"> + <pre class="verbatim" id="verbatim-74">   \documentclass{article}   % package order does not matter @@ -7244,32 +7451,32 @@ class="ec-lmvtt-10">\vpageref[]{...}</span></span></span> On the same page a pre   \end{document} </pre> -<!--l. 3151--><p class="nopar" > -<!--l. 3153--><p class="noindent" > +<!--l. 3244--><p class="nopar" > +<!--l. 3246--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.42 </span> <a - id="x1-10300011.1.42"></a>vietnam</h5> + id="x1-10500011.1.42"></a>vietnam</h5> - <pre class="verbatim" id="verbatim-73"> + <pre class="verbatim" id="verbatim-75">  % pd1enc.def should be loaded before package dblaccnt:   \usepackage[PD1,OT1]{fontenc}   \usepackage{vietnam}   \usepackage{hyperref} </pre> -<!--l. 3159--><p class="nopar" > -<!--l. 3161--><p class="noindent" > +<!--l. 3252--><p class="nopar" > +<!--l. 3254--><p class="noindent" > <h5 class="subsubsectionHead"><span class="titlemark">11.1.43 </span> <a - id="x1-10400011.1.43"></a>XeTeX</h5> -<!--l. 3163--><p class="noindent" >Default for the encoding of bookmarks is <span class="obeylines-h"><span class="verb"><span + id="x1-10600011.1.43"></a>XeTeX</h5> +<!--l. 3256--><p class="noindent" >Default for the encoding of bookmarks is <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pdfencoding=unicode</span></span></span>. That means the strings are always treated as unicode strings. If <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">auto</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">pdfdoc</span></span></span> is forced it applies only if the string restricts to the printable ASCII set, The reason is that the <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\special</span></span></span> does not support PDFDocEncoding. -<!--l. 3169--><p class="indent" > In older versions hyperref contained special conversion code from UTF-16BE back to UTF-8 in a +<!--l. 3262--><p class="indent" > In older versions hyperref contained special conversion code from UTF-16BE back to UTF-8 in a number of places for xetex to avoid the xdvipdfmx warning -<!--l. 3173--><p class="indent" > <span class="obeylines-h"><span class="verb"><span +<!--l. 3266--><p class="indent" > <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">Failed</span><span class="ec-lmvtt-10"> to</span><span class="ec-lmvtt-10"> convert</span><span @@ -7277,59 +7484,59 @@ class="ec-lmvtt-10"> input</span><span class="ec-lmvtt-10"> string</span><span class="ec-lmvtt-10"> to</span><span class="ec-lmvtt-10"> UTF16...</span></span></span> -<!--l. 3175--><p class="indent" > This is no longer needed with a current xdvipdfmx, so this code has been removed. +<!--l. 3268--><p class="indent" > This is no longer needed with a current xdvipdfmx, so this code has been removed. <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\csname</span><span class="ec-lmvtt-10"> HyPsd@XeTeXBigCharstrue\endcsname</span></span></span> should no longer be used. -<!--l. 3181--><p class="noindent" > +<!--l. 3274--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">12 </span> <a - id="x1-10500012"></a>Limitations<span class="footnote-mark"><a + id="x1-10700012"></a>Limitations<span class="footnote-mark"><a href="hyperref-doc7.html#fn6x0"><sup class="textsuperscript">6</sup></a></span><a - id="x1-105001f6"></a> </h3> + id="x1-107001f6"></a> </h3> <h4 class="subsectionHead"><span class="titlemark">12.1 </span> <a - id="x1-10600012.1"></a>Wrapped/broken link support</h4> -<!--l. 3184--><p class="noindent" >Only few drivers support automatically wrapped/broken links, e.g. pdftex, dvipdfm, hypertex. Other + id="x1-10800012.1"></a>Wrapped/broken link support</h4> +<!--l. 3277--><p class="noindent" >Only few drivers support automatically wrapped/broken links, e.g. pdftex, dvipdfm, hypertex. Other drivers lack this feature, e.g. dvips, dvipsone. -<!--l. 3188--><p class="indent" > Workarounds: +<!--l. 3281--><p class="indent" > Workarounds: <ul class="itemize1"> <li class="itemize"> - <!--l. 3190--><p class="noindent" >For long section or caption titles in the table of contents or list of figures/tables option + <!--l. 3283--><p class="noindent" >For long section or caption titles in the table of contents or list of figures/tables option <span class="ec-lmss-10">linktocpage </span>can be used. Then the page number will be a link, and the overlong section title is not forced into an one line link with overfull <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hbox</span></span></span> warning. </li> <li class="itemize"> - <!--l. 3195--><p class="noindent" >“<span class="obeylines-h"><span class="verb"><span + <!--l. 3288--><p class="noindent" >“<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\url</span></span></span>”s are caught by package <span class="ec-lmss-10">breakurl</span>. </li> <li class="itemize"> - <!--l. 3196--><p class="noindent" >The option <span + <!--l. 3289--><p class="noindent" >The option <span class="ec-lmss-10">breaklinks </span>is intended for internal use. But it can be used to force link wrapping, e.g. when printing a document. However, when such a document is converted to PDF and viewed with a PDF viewer, the active link area will be misplaced. - <!--l. 3202--><p class="noindent" >Another limitation: some penalties are “optimized” by TeX, thus there are missing break + <!--l. 3295--><p class="noindent" >Another limitation: some penalties are “optimized” by TeX, thus there are missing break points, especially within <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\url</span></span></span>. (See thread “hyperref.sty, breaklinks and url.sty 3.2” in comp.text.tex 2005-09).</li></ul> -<!--l. 3208--><p class="noindent" > +<!--l. 3301--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">12.2 </span> <a - id="x1-10700012.2"></a>Links across pages</h4> -<!--l. 3210--><p class="noindent" >In general they have problems: + id="x1-10900012.2"></a>Links across pages</h4> +<!--l. 3303--><p class="noindent" >In general they have problems: <ul class="itemize1"> <li class="itemize"> - <!--l. 3212--><p class="noindent" >Some driver doesn’t support them at all (see above). + <!--l. 3305--><p class="noindent" >Some driver doesn’t support them at all (see above). </li> <li class="itemize"> - <!--l. 3213--><p class="noindent" >The driver allows it, but the link result might include the footer and/or header, or an error + <!--l. 3306--><p class="noindent" >The driver allows it, but the link result might include the footer and/or header, or an error message can occur sometimes.</li></ul> -<!--l. 3218--><p class="noindent" > +<!--l. 3311--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">12.3 </span> <a - id="x1-10800012.3"></a>Footnotes</h4> -<!--l. 3220--><p class="noindent" >LaTeX allows the separation of the footnote mark and the footnote text (<span class="obeylines-h"><span class="verb"><span + id="x1-11000012.3"></a>Footnotes</h4> +<!--l. 3313--><p class="noindent" >LaTeX allows the separation of the footnote mark and the footnote text (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotemark</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span>). This interface might be enough for visual typesetting. But the relation between @@ -7345,57 +7552,57 @@ Thus the implementation of hyperref does not support the optional argument of <s class="ec-lmvtt-10">\footnotemark</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span>. -<!--l. 3231--><p class="noindent" > +<!--l. 3324--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">13 </span> <a - id="x1-10900013"></a>Hints<span class="footnote-mark"><a + id="x1-11100013"></a>Hints<span class="footnote-mark"><a href="hyperref-doc8.html#fn7x0"><sup class="textsuperscript">7</sup></a></span><a - id="x1-109001f7"></a> </h3> + id="x1-111001f7"></a> </h3> <h4 class="subsectionHead"><span class="titlemark">13.1 </span> <a - id="x1-11000013.1"></a>Spaces in option values</h4> -<!--l. 3235--><p class="noindent" >Unhappily LaTeX strips spaces from options if they are given in <span class="obeylines-h"><span class="verb"><span + id="x1-11200013.1"></a>Spaces in option values</h4> +<!--l. 3328--><p class="noindent" >Unhappily LaTeX strips spaces from options if they are given in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\documentclass</span></span></span> or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\usepackage</span></span></span> (or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\RequirePackage</span></span></span>), e.g.: - <pre class="verbatim" id="verbatim-74"> + <pre class="verbatim" id="verbatim-76">     \usepackage[pdfborder=0 0 1]{hyperref} </pre> -<!--l. 3239--><p class="nopar" > Package hyperref now gets +<!--l. 3332--><p class="nopar" > Package hyperref now gets - <pre class="verbatim" id="verbatim-75"> + <pre class="verbatim" id="verbatim-77">     pdfborder=001 </pre> -<!--l. 3243--><p class="nopar" > and the result is an invalid PDF file. As workaround braces can be used: +<!--l. 3336--><p class="nopar" > and the result is an invalid PDF file. As workaround braces can be used: - <pre class="verbatim" id="verbatim-76"> + <pre class="verbatim" id="verbatim-78">     \usepackage[pdfborder={0 0 1}]{hyperref} </pre> -<!--l. 3248--><p class="nopar" > Some options can also be given in <span class="obeylines-h"><span class="verb"><span +<!--l. 3341--><p class="nopar" > Some options can also be given in <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup</span></span></span> - <pre class="verbatim" id="verbatim-77"> + <pre class="verbatim" id="verbatim-79">     \hypersetup{pdfborder=0 0 1} </pre> -<!--l. 3252--><p class="nopar" > In <span class="obeylines-h"><span class="verb"><span +<!--l. 3345--><p class="nopar" > In <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hypersetup</span></span></span> the options are directly processed as key value options (see package keyval) without space stripping in the value part. -<!--l. 3258--><p class="indent" > Alternatively, LaTeX’s option handling system can be adapted to key value options by one of the +<!--l. 3351--><p class="indent" > Alternatively, LaTeX’s option handling system can be adapted to key value options by one of the packages <span class="ec-lmss-10">kvoptions-patch </span>(from project <span class="ec-lmss-10">kvoptions</span>) or <span class="ec-lmss-10">xkvltxp </span>(from project <span class="ec-lmss-10">xsetkeys</span>). -<!--l. 3263--><p class="noindent" > +<!--l. 3356--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.2 </span> <a - id="x1-11100013.2"></a>Index with makeindex</h4> + id="x1-11300013.2"></a>Index with makeindex</h4> <ul class="itemize1"> <li class="itemize"> - <!--l. 3265--><p class="noindent" >Package hyperref adds <span class="obeylines-h"><span class="verb"><span + <!--l. 3358--><p class="noindent" >Package hyperref adds <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> commands by the encap mechanism (see documentation of Makeindex), if option hyperindex is set (default). <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> uses the page anchors that @@ -7408,13 +7615,13 @@ class="ec-lmvtt-10">\romannumbering</span></span></span>, ...), then the page an class="ec-lmvtt-10">plainpages=false</span></span></span> is recommended. </li> <li class="itemize"> - <!--l. 3275--><p class="noindent" >The encap mechanism of Makeindex allows to use one command only (see documentation of + <!--l. 3368--><p class="noindent" >The encap mechanism of Makeindex allows to use one command only (see documentation of Makeindex). If the user sets such a command, hyperref suppresses its <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> command. With logical markup this situation can easily be solved: - <pre class="verbatim" id="verbatim-78"> + <pre class="verbatim" id="verbatim-80">       \usepackage{makeidx}       \makeindex       \usepackage[hyperindex]{hyperref} @@ -7422,23 +7629,23 @@ class="ec-lmvtt-10">\hyperpage</span></span></span> command. With       ...       \index{Some example|main} </pre> - <!--l. 3287--><p class="nopar" > + <!--l. 3380--><p class="nopar" > </li> <li class="itemize"> - <!--l. 3288--><p class="noindent" >Scientic Word/Scientific WorkPlace users can use package robustindex with hyperindex=false. + <!--l. 3381--><p class="noindent" >Scientic Word/Scientific WorkPlace users can use package robustindex with hyperindex=false. </li> <li class="itemize"> - <!--l. 3290--><p class="noindent" >Other encap characters can be set by option <span + <!--l. 3383--><p class="noindent" >Other encap characters can be set by option <span class="ec-lmss-10">encap</span>. Example for use of “?”: - <pre class="verbatim" id="verbatim-79"> + <pre class="verbatim" id="verbatim-81">       \usepackage[encap=?]{hyperref} </pre> - <!--l. 3294--><p class="nopar" > + <!--l. 3387--><p class="nopar" > </li> <li class="itemize"> - <!--l. 3295--><p class="noindent" >Another possibility is the insertion of <span class="obeylines-h"><span class="verb"><span + <!--l. 3388--><p class="noindent" >Another possibility is the insertion of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\hyperpage</span></span></span> by a style file for makeindex. For this case, hyperref’s insertion will be disabled by <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">hyperindex=false</span></span></span>. <span class="obeylines-h"><span class="verb"><span @@ -7446,7 +7653,7 @@ class="ec-lmvtt-10">\hyperpage</span></span></span> will be defined regardless o setting of hyperindex. - <pre class="verbatim" id="verbatim-80"> + <pre class="verbatim" id="verbatim-82"> %%% cut %%% hyperindex.ist %%% cut %%% delim_0 ", \\hyperpage{" delim_1 ", \\hyperpage{" @@ -7458,89 +7665,89 @@ class="ec-lmvtt-10">\hyperpage</span></span></span> will be defined regardless o encap_suffix "}" %%% cut %%% hyperindex.ist %%% cut %%% </pre> - <!--l. 3310--><p class="nopar" ></li></ul> -<!--l. 3313--><p class="noindent" > + <!--l. 3403--><p class="nopar" ></li></ul> +<!--l. 3406--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.3 </span> <a - id="x1-11200013.3"></a>Warning <span + id="x1-11400013.3"></a>Warning <span class="ec-lmvtt-10">"bookmark level for unknown <foobar> defaults to 0"</span></h4> -<!--l. 3315--><p class="noindent" >Getting rid of it: +<!--l. 3408--><p class="noindent" >Getting rid of it: - <pre class="verbatim" id="verbatim-81"> + <pre class="verbatim" id="verbatim-83"> \makeatletter \providecommand*{\toclevel@<foobar>}{0} \makeatother </pre> -<!--l. 3320--><p class="nopar" > -<!--l. 3322--><p class="noindent" > +<!--l. 3413--><p class="nopar" > +<!--l. 3415--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.4 </span> <a - id="x1-11300013.4"></a>Link anchors in figures</h4> -<!--l. 3324--><p class="noindent" >The caption command increments the counter and here is the place where hyperref set the corresponding + id="x1-11500013.4"></a>Link anchors in figures</h4> +<!--l. 3417--><p class="noindent" >The caption command increments the counter and here is the place where hyperref set the corresponding anchor. Unhappily the caption is set below the figure, so the figure is not visible if a link jumps to a figure. In this case, try package <span class="ec-lmss-10">hypcap </span>that implements a method to circumvent the problem. -<!--l. 3332--><p class="noindent" > +<!--l. 3425--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.5 </span> <a - id="x1-11400013.5"></a>Additional unicode characters in bookmarks and pdf information entries:</h4> + id="x1-11600013.5"></a>Additional unicode characters in bookmarks and pdf information entries:</h4> - <pre class="verbatim" id="verbatim-82"> + <pre class="verbatim" id="verbatim-84"> \documentclass[pdftex]{article} \usepackage[unicode]{hyperref} </pre> -<!--l. 3336--><p class="nopar" > -<!--l. 3338--><p class="indent" > Support for additional unicode characters: -<!--l. 3340--><p class="indent" > Example: <span class="obeylines-h"><span class="verb"><span +<!--l. 3429--><p class="nopar" > +<!--l. 3431--><p class="indent" > Support for additional unicode characters: +<!--l. 3433--><p class="indent" > Example: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\.{a}</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\d{a}</span></span></span> -<!--l. 3342--><p class="indent" > 1. Get a list with unicode data, eg: -<!--l. 3344--><p class="indent" > http://www.unicode.org/Public/UNIDATA/UnicodeData.txt -<!--l. 3346--><p class="indent" > 2. Identify the characters (<span class="obeylines-h"><span class="verb"><span +<!--l. 3435--><p class="indent" > 1. Get a list with unicode data, eg: +<!--l. 3437--><p class="indent" > http://www.unicode.org/Public/UNIDATA/UnicodeData.txt +<!--l. 3439--><p class="indent" > 2. Identify the characters (<span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\.{a}</span></span></span>, <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\d{a}</span></span></span>): - <pre class="verbatim" id="verbatim-83"> + <pre class="verbatim" id="verbatim-85">     0227;LATIN SMALL LETTER A WITH DOT ABOVE;...     1EA1;LATIN SMALL LETTER A WITH DOT BELOW;... </pre> -<!--l. 3350--><p class="nopar" > -<!--l. 3352--><p class="indent" > 3. Calculate the octal code: -<!--l. 3354--><p class="indent" > The first characters of the line in the file are hex values, convert each byte and prepend them with a +<!--l. 3443--><p class="nopar" > +<!--l. 3445--><p class="indent" > 3. Calculate the octal code: +<!--l. 3447--><p class="indent" > The first characters of the line in the file are hex values, convert each byte and prepend them with a backslash. (This will go into the PDF file.) - <pre class="verbatim" id="verbatim-84"> + <pre class="verbatim" id="verbatim-86">     0227 -> \002\047     1EA1 -> \036\241 </pre> -<!--l. 3361--><p class="nopar" > -<!--l. 3363--><p class="indent" > 4. Transform into a form understood by hyperref: -<!--l. 3365--><p class="indent" > Hyperref must know where the first byte starts, this is marked by <span class="obeylines-h"><span class="verb"><span +<!--l. 3454--><p class="nopar" > +<!--l. 3456--><p class="indent" > 4. Transform into a form understood by hyperref: +<!--l. 3458--><p class="indent" > Hyperref must know where the first byte starts, this is marked by <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">9</span></span></span> (8 and 9 cannot occur in octal numbers): - <pre class="verbatim" id="verbatim-85"> + <pre class="verbatim" id="verbatim-87">     \002\047 -> \9002\047     \036\241 -> \9036\241 </pre> -<!--l. 3372--><p class="nopar" > -<!--l. 3374--><p class="indent" > Optional: <span class="obeylines-h"><span class="verb"><span +<!--l. 3465--><p class="nopar" > +<!--l. 3467--><p class="indent" > Optional: <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">8</span></span></span> is used for abbreviations: - <pre class="verbatim" id="verbatim-86"> + <pre class="verbatim" id="verbatim-88">     \900 = \80, \901 = \81, \902 = \82, ...     \9002\047 -> \82\047 </pre> -<!--l. 3380--><p class="nopar" > -<!--l. 3382--><p class="indent" > 5. Declare the character with LaTeX: +<!--l. 3473--><p class="nopar" > +<!--l. 3475--><p class="indent" > 5. Declare the character with LaTeX: - <pre class="verbatim" id="verbatim-87"> + <pre class="verbatim" id="verbatim-89"> \DeclareTextCompositeCommand{\.}{PU}{a}{\82\047} \DeclareTextCompositeCommand{\d}{PU}{a}{\9036\241} @@ -7549,11 +7756,11 @@ class="ec-lmvtt-10">8</span></span></span> is used for abbreviations: \end{document}        </pre> -<!--l. 3391--><p class="nopar" > -<!--l. 3393--><p class="noindent" > +<!--l. 3484--><p class="nopar" > +<!--l. 3486--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.6 </span> <a - id="x1-11500013.6"></a>Footnotes</h4> -<!--l. 3395--><p class="noindent" >The footnote support is rather limited. It is beyond the scope to use <span class="obeylines-h"><span class="verb"><span + id="x1-11700013.6"></a>Footnotes</h4> +<!--l. 3488--><p class="noindent" >The footnote support is rather limited. It is beyond the scope to use <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotemark</span></span></span> and <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\footnotetext</span></span></span> out of order or reusing <span class="obeylines-h"><span class="verb"><span @@ -7562,7 +7769,7 @@ class="ec-lmvtt-10">\footnotemark</span></span></span>. Here you can either disa class="ec-lmvtt-10">hyperfootnotes=false</span></span></span> or fiddle with internal macros, nasty examples: - <pre class="verbatim" id="verbatim-88"> + <pre class="verbatim" id="verbatim-90"> \documentclass{article} \usepackage{hyperref} \begin{document} @@ -7611,12 +7818,12 @@ C% \end{document} </pre> -<!--l. 3449--><p class="nopar" > +<!--l. 3542--><p class="nopar" > -<!--l. 3451--><p class="noindent" > +<!--l. 3544--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">13.7 </span> <a - id="x1-11600013.7"></a>Subordinate counters</h4> -<!--l. 3453--><p class="noindent" >Some counters do not have unique values and require the value of other counters to be unique. For + id="x1-11800013.7"></a>Subordinate counters</h4> +<!--l. 3546--><p class="noindent" >Some counters do not have unique values and require the value of other counters to be unique. For example, sections or figures might be numbered within chapters or <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\newtheorem</span></span></span> is used with an optional counter argument. Internally LaTeX uses <span class="obeylines-h"><span class="verb"><span @@ -7625,40 +7832,40 @@ another counter. Package hyperref hooks into <span class="obeylines-h"><span cla class="ec-lmvtt-10">\@addtoreset</span></span></span> to catch this situation. Also <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\numberwithin</span></span></span> of package amsmath is caught by hyperref. -<!--l. 3463--><p class="indent" > However, if the definition of subordinate counters take place before hyperref is loaded, the old +<!--l. 3556--><p class="indent" > However, if the definition of subordinate counters take place before hyperref is loaded, the old meaning of <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\@addtoreset</span></span></span> is called without hyperref’s additions. Then the companion counter macro <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\theH<counter></span></span></span> can be redefined accordingly. Or move the definition of subordinate counters after hyperref is loaded. -<!--l. 3469--><p class="indent" > Example for <span class="obeylines-h"><span class="verb"><span +<!--l. 3562--><p class="indent" > Example for <span class="obeylines-h"><span class="verb"><span class="ec-lmvtt-10">\newtheorem</span></span></span>, problematic case: - <pre class="verbatim" id="verbatim-89"> + <pre class="verbatim" id="verbatim-91">     \newtheorem{corA}{CorollaryA}[section]     \usepackage{hyperref} </pre> -<!--l. 3473--><p class="nopar" > Solution a) +<!--l. 3566--><p class="nopar" > Solution a) - <pre class="verbatim" id="verbatim-90"> + <pre class="verbatim" id="verbatim-92">     \usepackage{hyperref}     \newtheorem{corA}{CorollaryA}[section} </pre> -<!--l. 3478--><p class="nopar" > Solution b) +<!--l. 3571--><p class="nopar" > Solution b) - <pre class="verbatim" id="verbatim-91"> + <pre class="verbatim" id="verbatim-93">     \newtheorem{corA}{CorollaryA}[section]     \usepackage{hyperref}     \newcommand*{\theHcorA}{\theHsection.\number\value{corA}} </pre> -<!--l. 3484--><p class="nopar" > -<!--l. 3486--><p class="noindent" > +<!--l. 3577--><p class="nopar" > +<!--l. 3579--><p class="noindent" > <h3 class="sectionHead"><span class="titlemark">14 </span> <a - id="x1-11700014"></a>History and acknowledgments</h3> -<!--l. 3488--><p class="noindent" >The original authors of <span + id="x1-11900014"></a>History and acknowledgments</h3> +<!--l. 3581--><p class="noindent" >The original authors of <span class="ec-lmss-10">hyperbasics.tex </span>and <span class="ec-lmss-10">hypertex.sty</span>, from which this package descends, are Tanmoy Bhattacharya and Thorsten Ohl. Package <span @@ -7671,12 +7878,12 @@ Carlisle, T. V. Raman and Leslie Lamport for comments, requests, t get the package into its first useable state. Various other people are mentioned at the point in the source where I had to change the code in later versions because of problems they found. -<!--l. 3501--><p class="indent" > Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has +<!--l. 3594--><p class="indent" > Tanmoy found a great many of the bugs, and (even better) often provided fixes, which has made the package more robust. The days spent on RevTeX are entirely due to him! The investigations of Bill Moss into the later versions including native PDF support uncovered a good many bugs, and his testing is appreciated. Hans Hagen provided a lot of insight into PDF. -<!--l. 3509--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span +<!--l. 3602--><p class="indent" > Berthold Horn provided help, encouragement and sponsorship for the <span class="ec-lmss-10">dvipsone </span>and <span class="ec-lmss-10">dviwindo </span>drivers. Sergey Lesenko provided the changes needed for <span @@ -7690,14 +7897,14 @@ class="ec-lmss-10">hyper </span>package (developed in parallel with <span class="ec-lmss-10">hyperref</span>) showed me solutions for some problems. Hopefully the two packages will combine one day. -<!--l. 3518--><p class="indent" > The forms creation section owes a great deal to: T. V. Raman, for encouragement, support and +<!--l. 3611--><p class="indent" > The forms creation section owes a great deal to: T. V. Raman, for encouragement, support and ideas; Thomas Merz, whose book <span class="ec-lmri-10">Web Publishing with Acrobat/PDF </span>provided crucial insights; D. P. Story, whose detailed article about pdfmarks and forms solved many practical problems; and Hans Hagen, who explained how to do it in <span class="ec-lmss-10">pdftex</span>. -<!--l. 3524--><p class="indent" > Steve Peter recreated the manual source in July 2003 after it had been lost. -<!--l. 3527--><p class="indent" > Especial extra thanks to David Carlisle for the <span +<!--l. 3617--><p class="indent" > Steve Peter recreated the manual source in July 2003 after it had been lost. +<!--l. 3620--><p class="indent" > Especial extra thanks to David Carlisle for the <span class="ec-lmss-10">backref </span>module, the ps2pdf and dviwindo support, frequent general rewrites of my bad code, and for working on changes to the <span class="ec-lmss-10">xr </span>package to suit @@ -7706,62 +7913,62 @@ class="ec-lmss-10">hyperref</span>. <h3 class="sectionHead"><span class="titlemark">15 </span> <a - id="x1-11800015"></a>GNU Free Documentation License</h3> -<!--l. 3567--><p class="noindent" >Version 1.2, November 2002 -<!--l. 3570--><p class="indent" > Copyright <span + id="x1-12000015"></a>GNU Free Documentation License</h3> +<!--l. 3660--><p class="noindent" >Version 1.2, November 2002 +<!--l. 3663--><p class="indent" > Copyright <span class="ts1-lmr10-"></span> 2000,2001,2002 Free Software Foundation, Inc.<br class="newline" />59 Temple Place, Suite 330, Boston, MA 02111-1307 USA<br class="newline" />Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. -<!--l. 3576--><p class="noindent" > +<!--l. 3669--><p class="noindent" > <h4 class="likesubsectionHead"><a - id="x1-11900015"></a>Preamble</h4> -<!--l. 3578--><p class="noindent" >The purpose of this License is to make a manual, textbook, or other functional and useful document + id="x1-121000"></a>Preamble</h4> +<!--l. 3671--><p class="noindent" >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. -<!--l. 3586--><p class="indent" > This License is a kind of “copyleft”, which means that derivative works of the document must +<!--l. 3679--><p class="indent" > 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. -<!--l. 3591--><p class="indent" > We have designed this License in order to use it for manuals for free software, because free software +<!--l. 3684--><p class="indent" > 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. -<!--l. 3600--><p class="noindent" > +<!--l. 3693--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">15.1 </span> <a - id="x1-12000015.1"></a>Applicability and definitions</h4> -<!--l. 3603--><p class="noindent" >This License applies to any manual or other work, in any medium, that contains a notice placed by + id="x1-12200015.1"></a>Applicability and definitions</h4> +<!--l. 3696--><p class="noindent" >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. -<!--l. 3613--><p class="indent" > A “Modified Version” of the Document means any work containing the Document or a +<!--l. 3706--><p class="indent" > 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. -<!--l. 3617--><p class="indent" > A “Secondary Section” is a named appendix or a front-matter section of the Document that deals +<!--l. 3710--><p class="indent" > 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. -<!--l. 3628--><p class="indent" > The “Invariant Sections” are certain Secondary Sections whose titles are designated, as being those of +<!--l. 3721--><p class="indent" > 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. -<!--l. 3636--><p class="indent" > The “Cover Texts” are certain short passages of text that are listed, as Front-Cover Texts or +<!--l. 3729--><p class="indent" > 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. -<!--l. 3641--><p class="indent" > A “Transparent” copy of the Document means a machine-readable copy, represented in a format +<!--l. 3734--><p class="indent" > 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 @@ -7770,7 +7977,7 @@ otherwise Transparent file format whose markup, or absence of markup, has been a 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”. -<!--l. 3654--><p class="indent" > Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo +<!--l. 3747--><p class="indent" > 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 @@ -7778,41 +7985,41 @@ proprietary formats that can be read and edited only by proprietary word process 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. -<!--l. 3665--><p class="indent" > The “Title Page” means, for a printed book, the title page itself, plus such following pages as are +<!--l. 3758--><p class="indent" > 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. -<!--l. 3672--><p class="indent" > A section “Entitled XYZ” means a named subunit of the Document whose title either is precisely +<!--l. 3765--><p class="indent" > 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. -<!--l. 3680--><p class="indent" > The Document may include Warranty Disclaimers next to the notice which states that this +<!--l. 3773--><p class="indent" > 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. -<!--l. 3688--><p class="noindent" > +<!--l. 3781--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">15.2 </span> <a - id="x1-12100015.2"></a>Verbatim copying</h4> -<!--l. 3691--><p class="noindent" >You may copy and distribute the Document in any medium, either commercially or noncommercially, + id="x1-12300015.2"></a>Verbatim copying</h4> +<!--l. 3784--><p class="noindent" >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 <a -href="#x1-12200015.3">15.3<!--tex4ht:ref: copying --></a>. -<!--l. 3702--><p class="indent" > You may also lend copies, under the same conditions stated above, and you may publicly display +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 <a +href="#x1-12400015.3">15.3<!--tex4ht:ref: copying --></a> +. +<!--l. 3795--><p class="indent" > You may also lend copies, under the same conditions stated above, and you may publicly display copies. -<!--l. 3706--><p class="noindent" > +<!--l. 3799--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">15.3 </span> <a - id="x1-12200015.3"></a>Copying in quantity</h4> -<!--l. 3709--><p class="noindent" >If you publish printed copies (or copies in media that commonly have printed covers) of the Document, + id="x1-12400015.3"></a>Copying in quantity</h4> +<!--l. 3802--><p class="noindent" >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 @@ -7821,10 +8028,10 @@ words of the title equally prominent and visible. You may add other material on 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. -<!--l. 3722--><p class="indent" > If the required texts for either cover are too voluminous to fit legibly, you should put the first ones +<!--l. 3815--><p class="indent" > 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. -<!--l. 3727--><p class="indent" > If you publish or distribute Opaque copies of the Document numbering more than 100, you must +<!--l. 3820--><p class="indent" > 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 @@ -7833,75 +8040,75 @@ begin distribution of Opaque copies in quantity, to ensure that this Transparent 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. -<!--l. 3740--><p class="indent" > It is requested, but not required, that you contact the authors of the Document well before +<!--l. 3833--><p class="indent" > 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. -<!--l. 3745--><p class="noindent" > +<!--l. 3838--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">15.4 </span> <a - id="x1-12300015.4"></a>Modifications</h4> -<!--l. 3748--><p class="noindent" >You may copy and distribute a Modified Version of the Document under the conditions of sections <a -href="#x1-12100015.2">15.2<!--tex4ht:ref: verbatim --></a> + id="x1-12500015.4"></a>Modifications</h4> +<!--l. 3841--><p class="noindent" >You may copy and distribute a Modified Version of the Document under the conditions of sections <a +href="#x1-12300015.2">15.2<!--tex4ht:ref: verbatim --></a> and <a -href="#x1-12200015.3">15.3<!--tex4ht:ref: copying --></a> above, provided that you release the Modified Version under precisely this License, with the +href="#x1-12400015.3">15.3<!--tex4ht:ref: copying --></a> 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: -<!--l. 3757--><p class="indent" > +<!--l. 3850--><p class="indent" > <ol class="enumerate1" > <li - class="enumerate" id="x1-123002x1"> - <!--l. 3758--><p class="noindent" >Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, + class="enumerate" id="x1-125002x1"> + <!--l. 3851--><p class="noindent" >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. </li> <li - class="enumerate" id="x1-123004x2"> - <!--l. 3763--><p class="noindent" >List on the Title Page, as authors, one or more persons or entities responsible for authorship + class="enumerate" id="x1-125004x2"> + <!--l. 3856--><p class="noindent" >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. </li> <li - class="enumerate" id="x1-123006x3"> - <!--l. 3768--><p class="noindent" >State on the Title page the name of the publisher of the Modified Version, as the publisher. + class="enumerate" id="x1-125006x3"> + <!--l. 3861--><p class="noindent" >State on the Title page the name of the publisher of the Modified Version, as the publisher. </li> <li - class="enumerate" id="x1-123008x4"> - <!--l. 3770--><p class="noindent" >Preserve all the copyright notices of the Document. + class="enumerate" id="x1-125008x4"> + <!--l. 3863--><p class="noindent" >Preserve all the copyright notices of the Document. </li> <li - class="enumerate" id="x1-123010x5"> - <!--l. 3771--><p class="noindent" >Add an appropriate copyright notice for your modifications adjacent to the other copyright + class="enumerate" id="x1-125010x5"> + <!--l. 3864--><p class="noindent" >Add an appropriate copyright notice for your modifications adjacent to the other copyright notices. </li> <li - class="enumerate" id="x1-123012x6"> - <!--l. 3773--><p class="noindent" >Include, immediately after the copyright notices, a license notice giving the public permission + class="enumerate" id="x1-125012x6"> + <!--l. 3866--><p class="noindent" >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. </li> <li - class="enumerate" id="x1-123014x7"> - <!--l. 3776--><p class="noindent" >Preserve in that license notice the full lists of Invariant Sections and required Cover Texts + class="enumerate" id="x1-125014x7"> + <!--l. 3869--><p class="noindent" >Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document’s license notice. </li> <li - class="enumerate" id="x1-123016x8"> - <!--l. 3778--><p class="noindent" >Include an unaltered copy of this License. + class="enumerate" id="x1-125016x8"> + <!--l. 3871--><p class="noindent" >Include an unaltered copy of this License. </li> <li - class="enumerate" id="x1-123018x9"> - <!--l. 3779--><p class="noindent" >Preserve the section Entitled “History”, Preserve its Title, and add to it an item stating at + class="enumerate" id="x1-125018x9"> + <!--l. 3872--><p class="noindent" >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. </li> <li - class="enumerate" id="x1-123020x10"> - <!--l. 3786--><p class="noindent" >Preserve the network location, if any, given in the Document for public access to a + class="enumerate" id="x1-125020x10"> + <!--l. 3879--><p class="noindent" >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 @@ -7910,99 +8117,99 @@ Version: </li> <li - class="enumerate" id="x1-123022x11"> - <!--l. 3793--><p class="noindent" >For any section Entitled “Acknowledgements” or “Dedications”, Preserve the Title of the + class="enumerate" id="x1-125022x11"> + <!--l. 3886--><p class="noindent" >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. </li> <li - class="enumerate" id="x1-123024x12"> - <!--l. 3797--><p class="noindent" >Preserve all the Invariant Sections of the Document, unaltered in their text and in their + class="enumerate" id="x1-125024x12"> + <!--l. 3890--><p class="noindent" >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. </li> <li - class="enumerate" id="x1-123026x13"> - <!--l. 3800--><p class="noindent" >Delete any section Entitled “Endorsements”. Such a section may not be included in the + class="enumerate" id="x1-125026x13"> + <!--l. 3893--><p class="noindent" >Delete any section Entitled “Endorsements”. Such a section may not be included in the Modified Version. </li> <li - class="enumerate" id="x1-123028x14"> - <!--l. 3802--><p class="noindent" >Do not retitle any existing section to be Entitled “Endorsements” or to conflict in title with + class="enumerate" id="x1-125028x14"> + <!--l. 3895--><p class="noindent" >Do not retitle any existing section to be Entitled “Endorsements” or to conflict in title with any Invariant Section. </li> <li - class="enumerate" id="x1-123030x15"> - <!--l. 3804--><p class="noindent" >Preserve any Warranty Disclaimers. + class="enumerate" id="x1-125030x15"> + <!--l. 3897--><p class="noindent" >Preserve any Warranty Disclaimers. </li></ol> -<!--l. 3808--><p class="indent" > If the Modified Version includes new front-matter sections or appendices that qualify as Secondary +<!--l. 3901--><p class="indent" > 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. -<!--l. 3815--><p class="indent" > You may add a section Entitled “Endorsements”, provided it contains nothing but endorsements of +<!--l. 3908--><p class="indent" > 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. -<!--l. 3821--><p class="indent" > You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as +<!--l. 3914--><p class="indent" > 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. -<!--l. 3831--><p class="indent" > The author(s) and publisher(s) of the Document do not by this License give permission to use their +<!--l. 3924--><p class="indent" > 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. -<!--l. 3836--><p class="noindent" > +<!--l. 3929--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">15.5 </span> <a - id="x1-12400015.5"></a>Combining documents</h4> -<!--l. 3839--><p class="noindent" >You may combine the Document with other documents released under this License, under the terms + id="x1-12600015.5"></a>Combining documents</h4> +<!--l. 3932--><p class="noindent" >You may combine the Document with other documents released under this License, under the terms defined in section <a -href="#x1-12300015.4">15.4<!--tex4ht:ref: modifications --></a> above for modified versions, provided that you include in the combination all of +href="#x1-12500015.4">15.4<!--tex4ht:ref: modifications --></a> 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. -<!--l. 3847--><p class="indent" > The combined work need only contain one copy of this License, and multiple identical Invariant +<!--l. 3940--><p class="indent" > 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. -<!--l. 3856--><p class="indent" > In the combination, you must combine any sections Entitled “History” in the various original +<!--l. 3949--><p class="indent" > 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”. -<!--l. 3863--><p class="noindent" > +<!--l. 3956--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">15.6 </span> <a - id="x1-12500015.6"></a>Collections of documents</h4> -<!--l. 3866--><p class="noindent" >You may make a collection consisting of the Document and other documents released under this License, + id="x1-12700015.6"></a>Collections of documents</h4> +<!--l. 3959--><p class="noindent" >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. -<!--l. 3872--><p class="indent" > You may extract a single document from such a collection, and distribute it individually under this +<!--l. 3965--><p class="indent" > 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. -<!--l. 3878--><p class="noindent" > +<!--l. 3971--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">15.7 </span> <a - id="x1-12600015.7"></a>Aggregation with independent works</h4> -<!--l. 3881--><p class="noindent" >A compilation of the Document or its derivatives with other separate and independent documents or + id="x1-12800015.7"></a>Aggregation with independent works</h4> +<!--l. 3974--><p class="noindent" >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. -<!--l. 3890--><p class="indent" > If the Cover Text requirement of section <a -href="#x1-12200015.3">15.3<!--tex4ht:ref: copying --></a> is applicable to these copies of the Document, then if +<!--l. 3983--><p class="indent" > If the Cover Text requirement of section <a +href="#x1-12400015.3">15.3<!--tex4ht:ref: copying --></a> 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. -<!--l. 3899--><p class="noindent" > +<!--l. 3992--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">15.8 </span> <a - id="x1-12700015.8"></a>Translation</h4> -<!--l. 3902--><p class="noindent" >Translation is considered a kind of modification, so you may distribute translations of the Document + id="x1-12900015.8"></a>Translation</h4> +<!--l. 3995--><p class="noindent" >Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section <a -href="#x1-12300015.4">15.4<!--tex4ht:ref: modifications --></a>. Replacing Invariant Sections with translations requires special +href="#x1-12500015.4">15.4<!--tex4ht:ref: modifications --></a> . 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 @@ -8011,53 +8218,53 @@ provided that you also include the original English version of this License and 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. -<!--l. 3916--><p class="indent" > If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the +<!--l. 4009--><p class="indent" > If a section in the Document is Entitled “Acknowledgements”, “Dedications”, or “History”, the requirement (section <a -href="#x1-12300015.4">15.4<!--tex4ht:ref: modifications --></a>) to Preserve its Title (section <a -href="#x1-12000015.1">15.1<!--tex4ht:ref: applicability --></a>) will typically require changing the actual +href="#x1-12500015.4">15.4<!--tex4ht:ref: modifications --></a> ) to Preserve its Title (section <a +href="#x1-12200015.1">15.1<!--tex4ht:ref: applicability --></a> ) will typically require changing the actual title. -<!--l. 3923--><p class="noindent" > +<!--l. 4016--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">15.9 </span> <a - id="x1-12800015.9"></a>Termination</h4> -<!--l. 3926--><p class="noindent" >You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under + id="x1-13000015.9"></a>Termination</h4> +<!--l. 4019--><p class="noindent" >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. -<!--l. 3935--><p class="noindent" > +<!--l. 4028--><p class="noindent" > <h4 class="subsectionHead"><span class="titlemark">15.10 </span> <a - id="x1-12900015.10"></a>Future revisions of this license</h4> -<!--l. 3938--><p class="noindent" >The Free Software Foundation may publish new, revised versions of the GNU Free Documentation + id="x1-13100015.10"></a>Future revisions of this license</h4> +<!--l. 4031--><p class="noindent" >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/. -<!--l. 3944--><p class="indent" > Each version of the License is given a distinguishing version number. If the Document specifies that a +<!--l. 4037--><p class="indent" > 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. -<!--l. 3954--><p class="noindent" > +<!--l. 4047--><p class="noindent" > <h4 class="likesubsectionHead"><a - id="x1-13000015.10"></a>Addendum: how to use this license for your documents</h4> -<!--l. 3956--><p class="noindent" >To use this License in a document you have written, include a copy of the License in the document and + id="x1-132000"></a>Addendum: how to use this license for your documents</h4> +<!--l. 4049--><p class="noindent" >To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page: -<!--l. 3960--><p class="indent" > +<!--l. 4053--><p class="indent" > <blockquote class="quote"> - <!--l. 3961--><p class="noindent" >Copyright <span + <!--l. 4054--><p class="noindent" >Copyright <span class="ts1-lmr10-"></span> YEAR YOUR NAME. 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”.</blockquote> -<!--l. 3970--><p class="indent" > If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with...Texts.” +<!--l. 4063--><p class="indent" > If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts, replace the “with...Texts.” line with this: -<!--l. 3973--><p class="indent" > with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and +<!--l. 4066--><p class="indent" > with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. -<!--l. 3976--><p class="indent" > If you have Invariant Sections without Cover Texts, or some other combination of the three, merge +<!--l. 4069--><p class="indent" > If you have Invariant Sections without Cover Texts, or some other combination of the three, merge those two alternatives to suit the situation. -<!--l. 3980--><p class="indent" > If your document contains nontrivial examples of program code, we recommend releasing these +<!--l. 4073--><p class="indent" > If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software. diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf b/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf Binary files differindex 8d6052c2e1..dccdd3fe56 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.pdf diff --git a/macros/latex/contrib/hyperref/doc/hyperref-doc.tex b/macros/latex/contrib/hyperref/doc/hyperref-doc.tex index c2375a58e7..4fb70918e8 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref-doc.tex +++ b/macros/latex/contrib/hyperref/doc/hyperref-doc.tex @@ -166,7 +166,7 @@ } \makeatother \title{Hypertext marks in \hologo{LaTeX}: a manual for \xpackage{hyperref}} -\date{2022-02-21 v7.00n} +\date{2022-05-13 v7.00o} \begin{document} @@ -180,7 +180,7 @@ As can be already seen in the following introduction, \xpackage{hyperref} has a long history and has seen many changes over time. The introduction mentions workflows, drivers and problems which are no longer relevant, -or only in edge cases. The documentation reflect this varied history: changes +or only in edge cases. The documentation reflects this varied history: changes and extensions and explanations were and are spread over various papers and sources and only incorporated later and so are not always in a coherent order and in sync which each other. @@ -200,8 +200,8 @@ too. \subsection{Restoring removed patches} \xpackage{hyperref} has over time patched quite a number of packages to resolve clashes and incompabilities. -Quite a number are either no longer needed or should be done by by the original packages. -These patches are now slowly removed from \xpackage{hyperref}. It should normally not lead to problems, but +Quite a number are either no longer needed or should be done by the original packages. +Those patches are now slowly removed from \xpackage{hyperref}. It should normally not lead to problems, but in case that the patches should be restored they can be loaded through the package \xpackage{hyperref-patches} which is a part of this bundle. @@ -351,7 +351,7 @@ option used in this document. hyperlink features are nowadays a common requirement. \xpackage{hyperref} patches quite a number of commands from the \LaTeX{} core and from packages to add such features. But this is rather fragile and it add dependencies -on the loading order and can break if the external packages break. +on the loading order and can break if the external packages changes. It is therefore much better if packages add suitable support to their commands directly. Quite a lot packages actually did this, but due to missing documentation of the interface they often looked into the code and then used internal commands not meant as public command. @@ -363,6 +363,7 @@ are naturally interfaces too, they are not explicitly mentioned here again. This section is work in progress. Suggestions or comments are welcome. + \subsection{Counters} Counters play an important part in the code. They are used to create destination names and to define hierarchies like the bookmarks. To work correctly often they require some additional @@ -412,6 +413,95 @@ New drivers must provide this commands with similar arguments. \hyper@linknamed {action}{link text} %Named, only with new generic driver \end{verbatim} +\subsection{Creating targets} + +Internal links and bookmarks need something they can jump to. In a PDF this is normally called +a \emph{destination} (and the primitive is therefor called \cs{pdfdest}), in HTML it is more +common to call this an \emph{anchor} (and the \xpackage{hyperref} uses therefor \cs{hyper@anchor}). +History can not be undone but future commands and descriptions will use the generic +\emph{target} unless the PDF specific destination is meant. + +Targets are created automatically when \cs{refstepcounter} is used and in many cases this +does the right thing and nothing more is needed. +But there are exceptions: +\begin{itemize} +\item A needed target can be missing for example +if a sectioning command doesn't have a number as the starred version is used or due to the +setting of \texttt{secnumdepth}. +\item The target created by the \cs{refstepcounter} can be in the wrong place. +\item The target created by the \cs{refstepcounter} can affect spacing. +\item The target name created by the \cs{refstepcounter} is not usable, e.g. in +\cs{bibitem} where you need a target name bases on the bib-key. +\end{itemize} + +Package authors and users can use the following commands to create and manipulate +targets. The commands are described in more detail in \texttt{hyperref-linktarget.pdf}. + +\begin{verbatim} + \MakeLinkTarget + \LinkTargetOff + \LinkTargetOn + \NextLinkTarget + \SetLinkTargetFilter +\end{verbatim} + +The first four commands will be defined also in \LaTeX{} directly as no-op and so can be +used even if \xpackage{hyperref} is not loaded. + +Until \LaTeX{} is updated package authors can also provide these definitions directly: + +\begin{verbatim} +\ProvideDocumentCommand\MakeLinkTarget{sO{}m}{} +\ProvideDocumentCommand\LinkTargetOn{}{} +\ProvideDocumentCommand\LinkTargetOff{}{} +\ProvideDocumentCommand\NextLinkTarget{m}{} +\end{verbatim} + +\subsection{Patches and how to suppress them} + +The patches to external commands made by +\xpackage{hyperref} can be avoided in toto by loading \xpackage{hyperref} +with the option \texttt{implicit=false}. +But suppressing everything is often too drastic. +There is a work in progress to classify +the patches and to offer interfaces to suppress them in a more granular way. + +\begin{description} +\item[sectioning commands] +\begin{itemize} +\item hyperref patches \cs{@sect}, \cs{@ssect}, \cs{@chapter}, \cs{@schapter}, +\cs{@part}, \cs{@spart}. + +\item It adds to the starred commands a target for a link (with the +prefix \texttt{chapter*} for chapters and \texttt{section*} otherwise). +To the other commands it adds a target for a link +if the sectioning is unnumbered, e.g. because of the \texttt{secnumdepth} +setting or in the front matter. + +\item The patch can be suppressed by defining the command \cs{hyper@nopatch@sectioning}. +This should normally be done only by a class or a package +which provides sectioning commands and adds the targets itself. +Targets have a location on the page and e.g. the section commands should take indents into +account. Targets are needed for bookmarks and the table of contents, +so \cs{@currentHref} should get the correct meaning before +\cs{addcontentsline} is used. + +\item Note that the \xpackage{nameref} package patches these commands too +to add commands to store the title text in \cs{@currentlabelname}. +Check the \xpackage{nameref} documentation about a way to suppress these patches. +\end{itemize} + +\item[footnotes] To enable (partly) the linking of footnotes hyperref redefines or patches various commands, in part package dependant. +\begin{itemize} +\item hyperref redefines \cs{@xfootnotenext}, \cs{@xfootnotemark}, \cs{@mpfootnotetext}, + \cs{@footnotetext}, \cs{@footnotemark}. + If \xpackage{tabularx} is loaded it changes \cs{TX@endtabularx}. If \xpackage{longtable} is loaded it changes \cs{LT@p@ftntext}. + If \xpackage{fancyvfb} is loaded it redefines \cs{V@@footnotetext}. It also redefines \cs{footref} and \cs{maketitle}. + +\item \emph{All} those redefinitions can be suppressed by defining \cs{hyper@nopatch@footnote}. Be aware that this can suppress links but also make unwanted links appear. +\end{itemize} + +\end{description} \section{Package options} @@ -1638,7 +1728,7 @@ an anchor name which can be referenced with a bookmark command. \subsection{Option `localanchorname'} - When an anchor is set (e.g. via \verb|\refstepcounter|, then the + When\marginpar{Deprecated 2022-04-27 v7.00o} an anchor is set (e.g. via \verb|\refstepcounter|, then the anchor name is globally set to the current anchor name. @@ -1659,6 +1749,9 @@ an anchor name which can be referenced with a bookmark command. might be situations, where the anchor name is not available as expected. + The option is deprecated: it makes it difficult for package authors + to add targets for links if it is unclear if \verb|\@currentHref| is + set locally or globally. \subsection{Option `customdriver'} diff --git a/macros/latex/contrib/hyperref/doc/hyperref-linktarget.pdf b/macros/latex/contrib/hyperref/doc/hyperref-linktarget.pdf Binary files differnew file mode 100644 index 0000000000..6ea694970f --- /dev/null +++ b/macros/latex/contrib/hyperref/doc/hyperref-linktarget.pdf diff --git a/macros/latex/contrib/hyperref/doc/hyperref.pdf b/macros/latex/contrib/hyperref/doc/hyperref.pdf Binary files differindex 35535edc8f..624a8d3891 100644 --- a/macros/latex/contrib/hyperref/doc/hyperref.pdf +++ b/macros/latex/contrib/hyperref/doc/hyperref.pdf diff --git a/macros/latex/contrib/hyperref/doc/nameref.pdf b/macros/latex/contrib/hyperref/doc/nameref.pdf Binary files differindex 4e5fb77f0b..dc0388994a 100644 --- a/macros/latex/contrib/hyperref/doc/nameref.pdf +++ b/macros/latex/contrib/hyperref/doc/nameref.pdf diff --git a/macros/latex/contrib/hyperref/hluatex.dtx b/macros/latex/contrib/hyperref/hluatex.dtx index 571728645e..ac45cb0d0c 100644 --- a/macros/latex/contrib/hyperref/hluatex.dtx +++ b/macros/latex/contrib/hyperref/hluatex.dtx @@ -1,6 +1,6 @@ % \iffalse % Source File: hluatex.dtx -% 2022-02-21 v7.00n +% 2022-05-13 v7.00o % % Copyright % 2016-2019 Oberdiek Package Support Group @@ -31,7 +31,7 @@ % % \begin{macrocode} %<*luatex> -%% 2022-02-21 v7.00n +%% 2022-05-13 v7.00o %% force unicode encoding, see issue #101 %% code mostly copied from hxetex.def \HyPsd@LoadUnicode diff --git a/macros/latex/contrib/hyperref/hyperref-linktarget.dtx b/macros/latex/contrib/hyperref/hyperref-linktarget.dtx new file mode 100644 index 0000000000..6ebd482295 --- /dev/null +++ b/macros/latex/contrib/hyperref/hyperref-linktarget.dtx @@ -0,0 +1,584 @@ +% \iffalse meta-comment +% +%% File: hyperref-linktarget.dtx +% +% Copyright (C) 2022-2022 The LaTeX Project +% +% It may be distributed and/or modified under the conditions of the +% LaTeX Project Public License (LPPL), either version 1.3c of this +% license or (at your option) any later version. The latest version +% of this license is in the file +% +% http://www.latex-project.org/lppl.txt +% +% This file is part of the "Hyperref bundle" (The Work in LPPL) +% and all files in that bundle must be distributed together. +% +% ----------------------------------------------------------------------- +% +% The development version of the bundle can be found at +% +% https://github.com/latex3/hyperref +% +% for those people who are interested. +% +%<*driver> +\RequirePackage{pdfmanagement-testphase} +\DocumentMetadata{pdfstandard=A-2b} +\documentclass[full]{l3doc} +\usepackage{array,booktabs,hyperxmp} +\hypersetup{pdfauthor=The LaTeX Project, + pdftitle=Make link targets (hyperref bundle)} +\usepackage[skins]{tcolorbox} +\definecolor{myblue}{RGB}{00,33,99} +\newtcolorbox{doccomment}[1][]{enhanced,frame hidden,colback=myblue!10,fontupper=\footnotesize,#1} +%\newtcbox{smalldoccomment}{size=small,on line,enhanced,frame hidden,colback=myblue!10,fontupper=\footnotesize} +\begin{document} + \DocInput{\jobname.dtx} +\end{document} +%</driver> +% \fi +% \title{^^A +% Make link targets ^^A +% \\ +% hyperref bundle +% } +% +% \author{^^A +% The \LaTeX{} Project\thanks +% {^^A +% E-mail: +% \href{mailto:latex-team@latex-project.org} +% {latex-team@latex-project.org}^^A +% }^^A +% } +% +% \date{Version v7.00o, released 2022-05-13} +% +% \maketitle +% \begin{documentation} +% \section{Commands to create and adapt targets} +% This module provides commands to create targets. +% Their goal is to unify and replace +% a number of user and internal hyperref commands and to provide a clear +% interface for package authors and users. +% \subsection{The main command} +% \begin{function}{\MakeLinkTarget} +% \begin{syntax} +% \cs{MakeLinkTarget}\oarg{prefix}\Arg{counter}\\ +% \cs{MakeLinkTarget}\oarg{prefix}\{\} \\ +% \cs{MakeLinkTarget}*\Arg{manual target} +% \end{syntax} +% \end{function} +% +% \cs{MakeLinkTarget} creates a target for an internal link, (called a destination +% if a PDF is created). In vertical mode the target is created where the command is issued, +% in horizontal mode it is typically (in a PDF) raised by the current \cs{normalbaselineskip} +% (similar to the targets created by \cs{refstepcounter}). +% +% The arguments allow to control the name of the target/anchor/destination. While technically +% any unique name (e.g. some number) would work, names related to the actual counter both +% simplifies the debugging and referencing destinations from external documents. Also \cs{autoref} +% makes use of the name to identify the type of a label: it splits off the part until the first period and +% then looks up for a defined name. So if you create a target name \texttt{ABC.CDE.1.2}, \cs{autoref} tries +% to use \cs{ABCautorefname}. +% +% The name is then stored \emph{globally}\footnote{This means that the deprecated \pkg{hyperref} +% option \texttt{localanchorname} is ignored.} in \cs{@currentHref} and used for example in the +% next \cs{label}. +% A target name must be unique across a document. It is up to the users and package +% authors to ensure this by following the advices given below. +% +% \begin{doccomment} +% A global \cs{@currentHref} means that the target name and +% the label name can get out of sync: if +% for example a numbered equation is used between a section and a \cs{label}, +% a reference will show the section number but a link will jump to the equation. +% +% \pkg{hyperref} allows to switch to local assignment of \cs{@currentHref} +% and so to align with the other \cs{label} values with the +% (so-called experimental) option \texttt{localanchorname}. But while on a document +% level this can work, it makes it difficult for package authors +% to add reliable link targets that can be referenced if it is unclear +% if the assignment is local or global. +% +% So the choice was made to set \cs{@currentHref} globally always +% (and to deprecate \texttt{localanchorname}): +% This is the default in \pkg{hyperref} since ever and it didn't lead to +% major problems. It has the advantage to +% allow to put an anchor in a box and move it around. E.g. in the following +% example the two \cs{ref} commands +% reference the section but the second jumps to the top of the rule: +% +% \begin{verbatim} +% \section{An example}\label{sec:title} +% \newpage \raisebox{3cm}[0pt][0pt]{\phantomsection}% +% \rule{1cm}{3cm}\label{sec:page2} +% page two +% \newpage +% \ref{sec:title}, \ref{sec:page2} +% \end{verbatim} +% +% \end{doccomment} +% +% +% +% \subsection*{Target names from counters} +% \begin{syntax} +% \cs{MakeLinkTarget}\oarg{prefix}\Arg{counter} +% \end{syntax} +% +% If the mandatory argument is not empty it is interpreted as a \LaTeX{} counter name. +% The counter is not stepped by the command. +% If the \meta{counter} doesn't exist, a warning is issued and no target is created. +% +% The target name is created as expansion of +% \texttt{\meta{prefix}.\cs{theH\meta{counter}}} (and so both the prefix +% and \cs{theH\meta{counter}} should be expandable). +% The default prefix is the counter name \meta{counter}. +% +% For example: +% +% \medskip +% \noindent +% {\ttfamily +% \begin{tabular}{@{}l@{}ll} +% \cs{MakeLinkTarget}\{section\} &$\Rightarrow$ section.\cs{theHsection} & $\Rightarrow$ section.1.1\\ +% \cs{MakeLinkTarget}[sec]\{section\} &$\Rightarrow$ sec.\cs{theHsection} +% \end{tabular} +% } +% \medskip +% +% \cs{theH\meta{counter}} must be defined: +% \cs{MakeLinkTarget} does not try like other \pkg{hyperref} commands to +% construct the command on-the-fly but warns and creates no +% target if it doesn't exist. +% Be aware that if \pkg{hyperref} is used with the option \texttt{implicit=false} it +% does not predefine and create \cs{theH\meta{counter}} representations +% so targets could be missing!\footnote{It is planed that \LaTeX{} directly defines +% the \cs{theH\meta{counter}} for all counters created with \cs{newcounter}.} +% +% +% Typically \cs{theH\meta{counter}} should expand to numbers +% and periods and make use of parent counters to give a unique representation. +% The prefix can be a more or less arbitrary string. Spaces are allowed (but not +% really recommended). +% A star at the end should be avoided to prevent clashes with +% the names created when the internal counter is used. +% The use of non-ASCII chars with pdflatex depends on the \LaTeX{} version: With newer +% version many of them are safe and with a format 2022-06-01 or newer +% it should be even possible to use chars in a target name which +% are undeclared and can't be typeset in the document. +% But despite the fact that it works, it is recommended to stick to ASCII +% and to avoid spaces: It is unclear if all PDF viewers and editors can handle +% them, also they give rather unreadable names in the PDF like |(\360\237\246\206)| +% and so make debugging harder. +% +% +% Using a special prefix can be useful if the actual counter +% has an internal name like e.g. \texttt{tcb@cnt@example}. +% \texttt{\cs{MakeLinkTarget}[tcbexample]\{tcb@cnt@example\}} then gives +% a nicer looking target name. Care should be taken not to clash +% with existing counter names and names for \cs{autoref} +% should be adjusted if needed. +% +% +% \subsection*{Targets using the internal counter} +% \begin{syntax} +% \cs{MakeLinkTarget}\oarg{prefix}\{\} +% \end{syntax} +% +% If the mandatory argument is empty a target name based on +% an internal absolute counter is created. +% The counter is stepped at every call (and also by other \pkg{hyperref} commands). +% The prefix is added with a star and a period (see above for +% the allowed chars). The default prefix is \texttt{page}. +% +% +% \begin{syntax} +% \begin{tabular}{@{}ll} +% \cs{MakeLinkTarget}\texttt{\{\}} &$\Rightarrow$ \texttt{page*.1}\\ +% \cs{MakeLinkTarget}\texttt{\{\}} &$\Rightarrow$ \texttt{page*.2}\\ +% \cs{MakeLinkTarget}[section]\texttt{\{\}} &$\Rightarrow$ \texttt{section*.3}\\ +% \end{tabular} +% \end{syntax} +% +% As an example the +% \pkg{hyperref} command \cs{phantomsection} is equivalent to +% \texttt{\cs{MakeLinkTarget}[section]\{\}}. +% +% \subsection*{Manual target names} +% \begin{syntax} +% \cs{MakeLinkTarget}\texttt{*}\Arg{manual target name} +% \end{syntax} +% +% If the starred variant is used a manual target name is created. +% +% \texttt{\cs{MakeLinkTarget}*\{destname\}} is roughly equivalent to +% \texttt{\cs{hypertarget}\{destname\}\{\}} but unlike the +% latter it also raises the destination in a PDF, there is no text argument, +% and---most importantly--it updates \cs{@currentHref}, that means the target +% name is stored by the next \cs{label}, something that \cs{hypertarget} doesn't do). +% The target name is expanded, see the remarks about prefixes above regarding +% the allowed chars. +% +% When creating manually targets care should be taken to avoid +% clashes with automatic target names. +% As all automatic targets contain at least one period, +% names without a period are recommended. +% +% \begin{doccomment} +% The second (text) argument of \cs{hypertarget} is only used +% if the option \texttt{nesting} is set to true---but this option isn't used +% anywhere (in PDF the idea of a text in the anchor or nesting of anchors +% makes no sense anyway but also when html is produced e.g. with \texttt{make4ht} +% it is not used). So probably the option will be deprecated and removed. +% \end{doccomment} +% +% \subsection{Manipulate the next target name} +% +% Targets are sometimes created in places where it is difficult to inject +% a label to retrieve the target name for use e.g. in a bookmark. +% The next command allows to change the next target name: +% +% \begin{function}{\NextLinkTarget} +% \begin{syntax} +% \cs{NextLinkTarget}\Arg{manual target} +% \end{syntax} +% +% The command changes the next target name to \meta{manual target}. +% It does the same as the \cs{hypersetup} key +% \texttt{next-anchor} and also affects targets created by \cs{refstepcounter}. +%\end{function} +% +% A use case are bookmarks for the table of contents +% where you know that the heading will create +% a target: +% +% \begin{verbatim} +% \documentclass{book} +% \usepackage{bookmark} +% +% \begin{document} +% \bookmark[dest=toc]{Table of Contents} +% \NextLinkTarget{toc} +% \tableofcontents +% \chapter{A} +% \end{document} +% \end{verbatim} +% +% +% \subsection*{Hooks} +% +% \begin{function}{makelinktarget} +% The hook \texttt{makelinktarget}\footnote{The hook uses a plain name +% without reference to the \pkg{hyperref} package in anticipation of the move +% of this code into the \LaTeX{} kernel.} +% is executed at the begin of the commands. It is inside a group and +% so can be used to locally change settings. See below for an example. +% \end{function} +% +% +% \subsection*{Suppressing the target} +% +% \begin{function}{\LinkTargetOn,\LinkTargetOff} +% \begin{syntax} +% \cs{LinkTargetOn}\\ +% \cs{LinkTargetOff} +% \end{syntax} +% \end{function} +% +% +% This commands allows to switch on and off locally the creation of a target with +% \cs{MakeLinkTarget}. +% The switches are also honored by \cs{refstepcounter}\footnote{currently +% \cs{refstepcounter} doesn't use \cs{MakeLinkTarget} itself but this +% will probably change.}. +% This allows to suppress the target +% from an internal \cs{refstepcounter} and replace it by some manual version +% by using grouping: +% +% \begin{verbatim} +% \LinkTargetOff %suppress anchor in internal refstepcounter +% ... +% \refstepcounter{...} +% ... +% {\LinkTargetOn\MakeLinkTarget*{mytarget}} %create manual anchor +% ... +% \LinkTargetOn +% \end{verbatim} +% +% +% \subsection*{Raising the target} +% +% In horizontal mode the target is raised by the current value of \cs{normalbaselineskip}. +% +% To change this the hook can be used e.g. to double the value everywhere: +% +% \begin{verbatim} +% \AddToHook{cmd/MakeLinkTarget/before} +% {\setlength\normalbaselineskip{2\normalbaselineskip}} +% \leavevmode\MakeLinkTarget{section} +% \end{verbatim} +% +% +% \subsection{Changing all target names} +% +% \begin{function}{\SetLinkTargetFilter} +% \begin{syntax} +% \cs{SetLinkTargetFilter}\Arg{filter code using \#1} +% \end{syntax} +% \end{function} +% +% \pkg{hyperref} provides the command \cs{HyperDestNameFilter} to change all target names. +% It is applied\footnote{In the backend code, so it depends actually on +% the driver if it is honored or not} +% to every target name and is also used in references, +% but it doesn't change \cs{@currentHref} itself. So after +% +% \begin{verbatim} +% \renewcommand*{\HyperDestNameFilter}[1]{docA-#1} +% \end{verbatim} +% +% you would get in the PDF everywhere the prefix \texttt{docA} +% +% \begin{verbatim} +% %destination names: +% << +% /Names [(docA-Doc-Start) 7 0 R (docA-chapter.1) 8 0 R (docA-page.1) 6 0 R] +% /Limits [(docA-Doc-Start) (docA-page.1)] +% >> +% %link to a chapter +% /A << /S /GoTo /D (docA-chapter.1) >> +% %link from the bookmark +% << /S /GoTo /D (docA-chapter.1) >> +% \end{verbatim} +% +% but the label info in the \texttt{.aux} would show only \texttt{chapter.1}: +% +% \begin{verbatim} +% \newlabel{chap}{{1}{1}{Title}{chapter.1}{}} +% \end{verbatim} +% +% and so \cs{autoref} is still able to extract the counter name. +% +% \cs{MakeLinkTarget} uses this filter too: it would break internal link +% commands if it would ignore it. +% To stay compatible with future development the filter should not be redefined +% directly but be set with \cs{SetLinkTargetFilter}. +% The command can only be used in the preamble. +% +% \begin{verbatim} +% \SetLinkTargetFilter{docA-#1} +% \end{verbatim} +% \end{documentation} +% +% \begin{implementation} +% \section{Implementation} +% \begin{macrocode} +%<@@=hyp> +%<*header> +\ProvidesExplPackage{hyperref-linktarget}{2022-05-13}{v7.00o} + {Making targets, destinations and anchors -- module of hyperref} +%</header> +% \end{macrocode} +%<package-include>\ExplSyntaxOn +% \subsection{Variables} +% \begin{macrocode} +%<*package> +% \end{macrocode} +% \begin{macro}{\l_@@_target_create_bool} +% This boolean decides if a target is created at all. +% (it will replace \cs{@skiphyperref} long term) +% \begin{macrocode} +\bool_new:N \l_@@_target_create_bool +\bool_set_true:N \l_@@_target_create_bool +% \end{macrocode} +% \end{macro} +% \begin{macro}{makelinktarget} +% This hook is used to adapt for example the raising +% \begin{macrocode} +\hook_new:n {makelinktarget} +% \end{macrocode} +% \end{macro} +% \subsection{Helper commands} +% \begin{macro}{\_@@_target_raise:n} +% We need a command to raise the targets. +% It is mostly a copy from the hyperref command +% but we removed the hooks and use \cs{normalbaselineskip}. +% TODO: The code to save/restore the space factor should +% be replaced by kernel methods. +% \begin{macrocode} +\cs_new_protected:Npn \@@_target_raise:n #1 + { + \mode_if_vertical:TF + { #1 } + { + \Hy@SaveSpaceFactor + \penalty\@M + \smash + { + \box_move_up:nn + { \normalbaselineskip } + { + \hbox:n + { + \Hy@RestoreSpaceFactor + #1 + \Hy@SaveSpaceFactor + } + } + } + \Hy@RestoreSpaceFactor + } + } +% \end{macrocode} +% \end{macro} +% \subsection{Providing the commands} +% In anticipation of the addition of the main commands to the +% kernel as no-ops we provide them: +% \begin{macrocode} +\ProvideDocumentCommand\LinkTargetOn{}{} +\ProvideDocumentCommand\LinkTargetOff{}{} +\ProvideDocumentCommand\MakeLinkTarget{sO{}m}{} +\ProvideDocumentCommand\NextLinkTarget{m}{} +% \end{macrocode} +% +% \subsection{Target on and off switch} +% \begin{macro}{\LinkTargetOn,\LinkTargetOff} +% \begin{macrocode} +\RenewDocumentCommand\LinkTargetOn {} + { + \bool_set_true:N \l_@@_target_create_bool + } + + +\RenewDocumentCommand\LinkTargetOff {} + { + \bool_set_false:N \l_@@_target_create_bool + } +% \end{macrocode} +% \end{macro} +% +% \begin{macro}{\MakeLinkTarget} +% This is the main command. To keep it simple +% we allow an optional argument also for the manual +% command but ignore it for now. +% \begin{macrocode} +\RenewDocumentCommand\MakeLinkTarget {s O{} m} + { + \bool_if:NT \l_@@_target_create_bool + { + \group_begin: + \hook_use:n { makelinktarget } + \IfBooleanTF {#1} + { + \@@_target_manual:nn {#2}{#3} + } + { + \@@_target_counter:nn {#2}{#3} + } + \group_end: + } + } +% \end{macrocode} +% \end{macro} +% \begin{macro}{\@@_target_manual:nn} +% This is the code for the manual target name. The prefix is simply ignored. +% \begin{macrocode} +\cs_new_protected:Npn \@@_target_manual:nn #1 #2 %#1 prefix, #2 name + { + \tl_gset:Nx \@currentHref {#2} + \hook_use:n {__hyp/target/setname} + \@onelevel@sanitize\@currentHref + \@@_target_raise:n {\hyper@anchorstart{\@currentHref}\hyper@anchorend} + } +% \end{macrocode} +% \end{macro} +% \begin{macro}{\@@_target_counter:nn} +% The code for counter related targets must be split into the case +% where the internal counter is used, and where a user counter is used +% \begin{macrocode} +\cs_new_protected:Npn \@@_target_counter:nn #1 #2 %#1 prefix, #2 counter or empty + { + \tl_if_blank:nTF {#2} + { + \@@_target_counter_anon:n {#1} + } + { + \@@_target_counter_doc:nn {#1}{#2} + } + } + +% \end{macrocode} +%\end{macro} +%\begin{macro}{\@@_target_counter_anon:n} +% This creates the target with the internal count. +% We use the same (tex) count \cs{Hy@linkcounter} than the other +% hyperref commands. +% \begin{macrocode} +\cs_new_protected:Npn \@@_target_counter_anon:n #1 + { + \int_gincr:N\Hy@linkcounter + \tl_gset:Nx \@currentHref + {\tl_if_blank:nTF{#1}{page}{#1}*.\int_use:N\Hy@linkcounter} + \hook_use:n {__hyp/target/setname} + \@onelevel@sanitize\@currentHref + \@@_target_raise:n {\hyper@anchorstart{\@currentHref}\hyper@anchorend} + } +% \end{macrocode} +% \end{macro} + +% \begin{macro}{\@@_target_counter_doc:nn} +% And now the target with the user counter. We warn if +% the counter or the representation doesn't exist +% \begin{macrocode} +\cs_new_protected:Npn \@@_target_counter_doc:nn #1 #2 + { + \bool_lazy_and:nnTF { \cs_if_free_p:c {c@#2} } { \cs_if_free_p:c {theH#2} } + { + \PackageWarning {hyperref}{Counter~'#2'~or~the~representation~'\string\theH#2`\MessageBreak + don't~exist.~No~target~created.}{} + } + { + \tl_gset:Nx \@currentHref {\tl_if_blank:nTF{#1}{#2}{#1}.\use:c{theH#2}} + \hook_use:n {@@/target/setname} + \@onelevel@sanitize\@currentHref + \@@_target_raise:n {\hyper@anchorstart{\@currentHref}\hyper@anchorend} + } + } +% \end{macrocode} +% \end{macro} +% +% \begin{macro}{\NextLinkTarget} +% we rely on the internal hook to set the next target name: +% \begin{macrocode} +\RenewDocumentCommand\NextLinkTarget {m} + { + \hook_gput_next_code:nn {@@/target/setname} + { + \tl_gset:Nx \@currentHref {#1} + } + } + +% \end{macrocode} +% \end{macro} +% \begin{macro}{\SetLinkTargetFilter} +% This is an interface to \cs{HyperDestNameFilter} +% \begin{macrocode} +\NewDocumentCommand\SetLinkTargetFilter {m} + { + \cs_set:Npn \HyperDestNameFilter ##1 {#1} + } +\@onlypreamble \SetLinkTargetFilter +% \end{macrocode} +% \end{macro} +% +% \begin{macrocode} +%</package> +%<@@=>. +% \end{macrocode} +%<package-include>\ExplSyntaxOff +%\end{implementation} +% \Finale +\endinput diff --git a/macros/latex/contrib/hyperref/hyperref-patches.dtx b/macros/latex/contrib/hyperref/hyperref-patches.dtx index cf6dfbb393..446493224c 100644 --- a/macros/latex/contrib/hyperref/hyperref-patches.dtx +++ b/macros/latex/contrib/hyperref/hyperref-patches.dtx @@ -5,7 +5,7 @@ %% 1995-2001 Sebastian Rahtz, with portions written by David Carlisle and Heiko Oberdiek, %% 2001-2015 Heiko Oberdiek. %% 2016-2019 Oberdiek Package Support Group -%% 2019-2021 LaTeX Project +%% 2019-2022 LaTeX Project %% https://github.com/latex3/hyperref/issues %% %% This file is part of the `Hyperref Bundle'. diff --git a/macros/latex/contrib/hyperref/hyperref.dtx b/macros/latex/contrib/hyperref/hyperref.dtx index 20414ef7e8..6096fad1d1 100644 --- a/macros/latex/contrib/hyperref/hyperref.dtx +++ b/macros/latex/contrib/hyperref/hyperref.dtx @@ -1,31 +1,31 @@ % \iffalse %% File: hyperref.dtx -%% Copyright -%% 1995-2001 Sebastian Rahtz, with portions written by David Carlisle and Heiko Oberdiek, -%% 2001-2015 Heiko Oberdiek. -%% 2016-2019 Oberdiek Package Support Group -%% 2019-2021 LaTeX Project -%% https://github.com/latex3/hyperref/issues -%% -%% This file is part of the `Hyperref Bundle'. -%% ------------------------------------------- -%% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3 -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3 or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. -%% -%% This work has the LPPL maintenance status `maintained'. -%% -%% The Current Maintainer of this work is the LaTeX Project. -%% -%% The list of all files belonging to the `Hyperref Bundle' is -%% given in the file `manifest.txt'. -%% -%<package|nohyperref|driver|check>\NeedsTeXFormat{LaTeX2e}[1995/12/01] +% Copyright +% 1995-2001 Sebastian Rahtz, with portions written by David Carlisle and Heiko Oberdiek, +% 2001-2015 Heiko Oberdiek. +% 2016-2019 Oberdiek Package Support Group +% 2019-2022 LaTeX Project +% https://github.com/latex3/hyperref/issues +% +% This file is part of the `Hyperref Bundle'. +% ------------------------------------------- +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License, either version 1.3 +% of this license or (at your option) any later version. +% The latest version of this license is in +% http://www.latex-project.org/lppl.txt +% and version 1.3 or later is part of all distributions of LaTeX +% version 2005/12/01 or later. +% +% This work has the LPPL maintenance status `maintained'. +% +% The Current Maintainer of this work is the LaTeX Project. +% +% The list of all files belonging to the `Hyperref Bundle' is +% given in the file `manifest.txt'. +% +%<package|nohyperref|driver|check>\NeedsTeXFormat{LaTeX2e}[2020/10/01] %<package>\ProvidesPackage{hyperref} %<nohyperref>\ProvidesPackage{nohyperref} %<driver>\ProvidesFile{hyperref.drv} @@ -52,7 +52,7 @@ %<puvnenc>\ProvidesFile{puvnenc.def} %<puarenc>\ProvidesFile{puarenc.def} %<psdextra>\ProvidesFile{psdextra.def} -%<!none> [2022-02-21 v7.00n % +%<!none&!packageEnd> [2022-05-13 v7.00o % %<package> Hypertext links for LaTeX] %<nohyperref> Dummy hyperref (SR)] %<driver> Hyperref documentation driver file] @@ -1036,6 +1036,23 @@ % converted to the final form. % \end{enumerate} % +% \cs{MakeUppercase} and \cs{MakeLowercase} do not work by expansion in +% legacy code but if the expl3 code is available we can handle them. +% +% \begin{macro}{\MakeUppercaseUnsupportedInPdfStrings} +% \begin{macro}{\MakeLowercaseUnsupportedInPdfStrings} +% \begin{macrocode} +\ExplSyntaxOn +\@ifundefined{text_uppercase:n}{} + { + \def\MakeUppercaseUnsupportedInPdfStrings#1{\use:e {\text_uppercase:n {#1}}} + \def\MakeLowercaseUnsupportedInPdfStrings#1{\use:e {\text_lowercase:n {#1}}} + } +\ExplSyntaxOff +% \end{macrocode} +% \end{macro} +% \end{macro} +% % \begin{macro}{\pdfstringdef} % \cs{pdfstringdef} works on the tokens in |#2| and converts them to % a PDF string as far as possible: @@ -4219,13 +4236,6 @@ % % \section{Support of other packages} % -% \subsection{Class memoir} -% -% \begin{macrocode} -\@ifclassloaded{memoir}{% - \Hy@AtEndOfPackage{\RequirePackage{memhfixc}}% -}{} -% \end{macrocode} % % \subsection{Package subfigure} % Added fix for version 2.1. Here \cmd{\sub@label} is defined. @@ -4258,10 +4268,6 @@ \fi \@esphack }% - \@ifpackagelater{subfigure}{2002/03/26}{}{% - \providecommand*{\toclevel@subfigure}{1}% - \providecommand*{\toclevel@subtable}{1}% - }% }% }{} % \end{macrocode} @@ -4712,6 +4718,9 @@ % \end{macrocode} % \begin{macrocode} \define@key{Hyp}{localanchorname}[true]{% + \Hy@WarningNoLine{% + Option `localanchorname' is deprecated% + }% \Hy@boolkey{localanchorname}{#1}% } % \end{macrocode} @@ -7288,23 +7297,6 @@ \Hy@DisableOption{colorlinks}% \Hy@DisableOption{frenchlinks}% \ifHy@texht - \long\def\@firstoffive#1#2#3#4#5{#1}% - \long\def\@secondoffive#1#2#3#4#5{#2}% - \long\def\@thirdoffive#1#2#3#4#5{#3}% - \long\def\@fourthoffive#1#2#3#4#5{#4}% - \long\def\@fifthoffive#1#2#3#4#5{#5}% - \providecommand*\@safe@activestrue{}% - \providecommand*\@safe@activesfalse{}% - \def\T@ref#1{% - \Hy@safe@activestrue - \expandafter\@setref\csname r@#1\endcsname\@firstoffive{#1}% - \Hy@safe@activesfalse - }% - \def\T@pageref#1{% - \Hy@safe@activestrue - \expandafter\@setref\csname r@#1\endcsname\@secondoffive{#1}% - \Hy@safe@activesfalse - }% \else \ifHy@typexml \else @@ -7312,36 +7304,34 @@ \RequirePackage{nameref}[2012/07/28]% }% \fi +% \end{macrocode} +% With active links we have to redefine the starred versions +% to avoid that they get links from the include |\@setref|: +% \begin{macrocode} + \ifHy@implicit + \let \T@Ref\HyRef@Ref + \def\@refstar#1{% + \NR@ref@showkeys{#1}% + \HyRef@StarSetRef{#1}\@firstoffive + } + \def\@pagerefstar#1{% + \NR@ref@showkeys{#1}% + \HyRef@StarSetRef{#1}\@secondoffive + } + \def\@namerefstar#1{% + \NR@ref@showkeys{#1}% + \HyRef@StarSetRef{#1}\@thirdoffive + } + \def\@Refstar#1{% + \NR@ref@showkeys{#1}% + \HyRef@StarSetRef{#1}\HyRef@MakeUppercaseFirstOfFive + }% + \else + \fi \fi - \DeclareRobustCommand\ref{% - \@ifstar\@refstar\T@ref - }% - \DeclareRobustCommand\pageref{% - \@ifstar\@pagerefstar\T@pageref - }% -% \@ifclassloaded{memoir}{% -% \ltx@IfUndefined{@mem@titlerefnolink}\ltx@secondoftwo{% -% \ltx@IfUndefined{@mem@titleref}\ltx@secondoftwo\ltx@firstoftwo -% }% -% }\ltx@secondoftwo -% {% -% \DeclareRobustCommand*{\nameref}{% -% \@ifstar\@mem@titlerefnolink\@mem@titleref -% }% -% }{% - \DeclareRobustCommand*{\nameref}{% - \@ifstar\@namerefstar\T@nameref - }% -% }% - \ifHy@implicit - \else - \let \@pagerefstar\T@pageref - \let \@refstar\T@ref - \let \@namerefstar\T@nameref - \fi } \Hy@AtBeginDocument{% - \ifHy@texht + \ifx\ReadBookmarks\relax \else \Hy@CatcodeWrapper\ReadBookmarks \fi @@ -9384,15 +9374,18 @@ % \end{macrocode} % Ignore star from referencing macros: +% This is only needed if LaTeX doesn't define the starred +% variants itself. % \begin{macrocode} -\LetLtxMacro\NoHy@OrgRef\ref -\DeclareRobustCommand*{\ref}{% +\@ifundefined{@kernel@ref} + {\LetLtxMacro\NoHy@OrgRef\ref + \DeclareRobustCommand*{\ref}{% \@ifstar\NoHy@OrgRef\NoHy@OrgRef -} -\LetLtxMacro\NoHy@OrgPageRef\pageref -\DeclareRobustCommand*{\pageref}{% + } + \LetLtxMacro\NoHy@OrgPageRef\pageref + \DeclareRobustCommand*{\pageref}{% \@ifstar\NoHy@OrgPageRef\NoHy@OrgPageRef -} + }}{} % \end{macrocode} % % \section{Localized nullifying of package} @@ -9482,16 +9475,21 @@ \long\def\@gobbleopt[#1]{} \let\hyperpage\@empty % \end{macrocode} -% Ignore star from referencing macros: +% Ignore star from referencing macros. This is only +% needed in older formats. % \begin{macrocode} -\LetLtxMacro\NoHy@OrgRef\ref -\DeclareRobustCommand*{\ref}{% - \@ifstar\NoHy@OrgRef\NoHy@OrgRef -} -\LetLtxMacro\NoHy@OrgPageRef\pageref -\DeclareRobustCommand*{\pageref}{% - \@ifstar\NoHy@OrgPageRef\NoHy@OrgPageRef -} +\@ifl@t@r\fmtversion{2022-06-01} + {}% + {% + \LetLtxMacro\NoHy@OrgRef\ref + \DeclareRobustCommand*{\ref}{% + \@ifstar\NoHy@OrgRef\NoHy@OrgRef + } + \LetLtxMacro\NoHy@OrgPageRef\pageref + \DeclareRobustCommand*{\pageref}{% + \@ifstar\NoHy@OrgPageRef\NoHy@OrgPageRef + }% + } %</nohyperref> % \end{macrocode} % @@ -9508,8 +9506,10 @@ % a document. % % Write some stuff into the aux file so if the next run is done -% without hyperref, then |\contentsline| and |\newlabel| are defined +% without hyperref, then |\newlabel| is defined % to cope with the extra arguments. +% change 2022-03-28: removed the code for |\contentsline|, it is no +% longer needed as |\contentsline| has now always four arguments. % \begin{macrocode} \if@filesw \ifHy@typexml @@ -9522,11 +9522,6 @@ \string\AtBeginDocument}^^J% \string\HyperFirstAtBeginDocument{% \string\ifx\string\hyper@anchor\string\@undefined^^J% - \string\global\string\let\string\oldcontentsline\string\contentsline^^J% - \string\gdef\string\contentsline% - \string#1\string#2\string#3\string#4{% - \string\oldcontentsline% - {\string#1}{\string#2}{\string#3}}^^J% \string\global\string\let\string\oldnewlabel\string\newlabel^^J% \string\gdef\string\newlabel\string#1\string#2{% \string\newlabelxx{\string#1}\string#2}^^J% @@ -9540,7 +9535,6 @@ % \begin{macrocode} \string\AtEndDocument{% \string\ifx\string\hyper@anchor\string\@undefined^^J% - \string\let\string\contentsline\string\oldcontentsline^^J% \string\let\string\newlabel\string\oldnewlabel^^J% \string\fi% }^^J% @@ -9561,28 +9555,12 @@ % Now the code to deal with adding the hyperref package to a document % with aux and toc written the standard way. % -% If hyperref was used last time, do nothing. If it was not used, -% or an old version of hyperref was used, don't use that TOC at all -% but generate a warning. Not ideal, but better than failing -% with pre-5.0 hyperref TOCs. +% If hyperref was used last time, do nothing. +% change 2022-03-28: removed the test for an old toc. +% |\contentsline| +% has now always four arguments. % \begin{macrocode} \ifx\hyper@last\@undefined - \def\@starttoc#1{% - \begingroup - \makeatletter - \ltx@ifpackageloaded{parskip}{\parskip\z@}{}% - \IfFileExists{\jobname.#1}{% - \Hy@WarningNoLine{% - old #1 file detected, not used; run LaTeX again% - }% - }{}% - \if@filesw - \expandafter\newwrite\csname tf@#1\endcsname - \immediate\openout\csname tf@#1\endcsname \jobname.#1\relax - \fi - \@nobreakfalse - \endgroup - }% \def\newlabel#1#2{\@newl@bel r{#1}{#2{}{}{}{}}}% \fi } @@ -10256,7 +10234,7 @@ % \end{macrocode} % % \begin{macrocode} -%<*package> +%<*packageEnd> % \end{macrocode} % % \begin{macrocode} @@ -10312,6 +10290,7 @@ \Hy@CounterExists{section}{% \providecommand\theHequation{\theHsection.\arabic{equation}}% } +\providecommand\theHequation{\arabic{equation}}% \Hy@CounterExists{part}{% \providecommand\theHpart{\arabic{part}}% } @@ -10366,36 +10345,42 @@ % \begin{macrocode} \let\H@refstepcounter\refstepcounter \edef\name@of@eq{equation}% -\edef\name@of@slide{slide}% % \end{macrocode} % We do not want the handler for |\refstepcounter| to cut in % during the processing of |\item| (we handle that separately), % so we provide a bypass conditional. +% change 2022-04-22: removed test for the slide counter +% and for the equation name. +% change 2022-05-02: added the new boolean set by +% |\LinkTargetOn/\LinkTargetOff| +% % \begin{macrocode} \newif\if@hyper@item \newif\if@skiphyperref \@hyper@itemfalse \@skiphyperreffalse +\ExplSyntaxOn \def\refstepcounter#1{% - \ifHy@pdfstring - \else + \legacy_if:nF {Hy@pdfstring} + { \H@refstepcounter{#1}% - \edef\This@name{#1}% - \ifx\This@name\name@of@slide - \else - \if@skiphyperref - \else - \if@hyper@item - \stepcounter{Item}% - \hyper@refstepcounter{Item}% - \@hyper@itemfalse - \else - \hyper@refstepcounter{#1}% - \fi - \fi - \fi - \fi + \bool_lazy_and:nnT + { \l__hyp_target_create_bool } + { ! \legacy_if_p:n{@skiphyperref} } + { + \legacy_if:nTF {@hyper@item} + { + \stepcounter{Item}% + \hyper@refstepcounter{Item}% + \@hyper@itemfalse + } + { + \hyper@refstepcounter{#1}% + } + } + } } +\ExplSyntaxOff \let\Hy@saved@refstepcounter\refstepcounter % \end{macrocode} % AMS\LaTeX\ processes all equations twice; we want to make sure @@ -10558,24 +10543,14 @@ } % \end{macrocode} % \end{macro} -% \begin{macro}{\hyper@hook@dest@make} % We define a hook to allow to overwrite the next destination name. % \begin{macrocode} -\@ifl@t@r\fmtversion{2020-10-01} - {% - \NewHook{__hyp/dest/make } - \def\hyper@hook@dest@make - {\UseHook{__hyp/dest/make}} - \define@key{Hyp}{next-anchor}{% - \AddToHookNext{__hyp/dest/make}% +\NewHook{__hyp/target/setname } +\define@key{Hyp}{next-anchor}{% + \AddToHookNext{__hyp/target/setname}% {\Hy@MakeCurrentHref{#1}}% } - } - { - \def\hyper@hook@dest@make{} - } % \end{macrocode} -% \end{macro} % \begin{macro}{\hyper@makecurrent} % Because of Babel mucking around, nullify |\textlatin| when making names. % And |\@number| because of babel's lrbabel.def. @@ -10627,7 +10602,7 @@ \else \global\let\@currentHref\HyperGlobalCurrentHref \fi - \hyper@hook@dest@make + \UseHook{__hyp/target/setname}% } % \end{macrocode} % \end{macro} @@ -10654,7 +10629,7 @@ \def\Hy@MakeCurrentHrefAuto#1{% \Hy@GlobalStepCount\Hy@linkcounter \Hy@MakeCurrentHref{#1.\the\Hy@linkcounter}% - \hyper@hook@dest@make} + \UseHook{__hyp/target/setname}} % \end{macrocode} % \end{macro} % @@ -10728,17 +10703,21 @@ % Fix provided by Felix Neubauer (\Email{felix.neubauer@gmx.net}). % This fix will no longer be needed with latex 2021-11-15. % \begin{macrocode} -\AtBeginDocument{% -\def\Hy@varioref@undefined{{??}{??}{}{}{}} -\@ifpackageloaded{varioref}{% - \def\vref@pagenum#1#2{% - \@ifundefined{r@#2}{% - \expandafter\let\csname r@#2\endcsname\Hy@varioref@undefined - }{}% - \edef#1{\getpagerefnumber{#2}}% - }% -}{} -} +\@ifl@t@r\fmtversion{2021-11-15} + {}% + { + \AtBeginDocument{% + \def\Hy@varioref@undefined{{??}{??}{}{}{}} + \@ifpackageloaded{varioref}{% + \def\vref@pagenum#1#2{% + \@ifundefined{r@#2}{% + \expandafter\let\csname r@#2\endcsname\Hy@varioref@undefined + }{}% + \edef#1{\getpagerefnumber{#2}}% + }% + }{} + } + } % \end{macrocode} % % \section{Package longtable support} @@ -10794,7 +10773,7 @@ % Overload equation, temporarily reverting to original % |\refstepcounter|. If, however, it is in AMS math, we do not % do anything, as the tag mechanism is used there (see section \ref{ams}). -% The execption is that we move the equation incrementation inside +% The exception is that we move the equation incrementation inside % the math environment to avoid specials outside and a wrong vertical % spacing of equation environments. % \begin{macrocode} @@ -11121,8 +11100,10 @@ % text, separately from whatever labels the text assigns. Too hard % to keep track of markers otherwise. If the raw forms |\footnotemark| % and |\footnotetext| are used, force them to use un-hyper original. -% +% If |\hyper@nopatch@footnote| is defined we don't patch but assume +% that addings links to footnotes is handled elsewhere. % \begin{macrocode} +\@ifundefined{hyper@nopatch@footnote}{% \ifHy@hyperfootnotes \newcounter{Hfootnote}% \let\H@@footnotetext\@footnotetext @@ -11315,7 +11296,7 @@ }{}% % \end{macrocode} % -% KOMA-Script defines \cs{footref} that uses both +% KOMA-Script or newer LaTeX defines \cs{footref} that uses both % \cs{ref} and \cs{@footnotemark} resulting in two links, % one of them wrong. % \begin{macrocode} @@ -11368,8 +11349,8 @@ % Does anyone remember the function and purpose of \cmd{\realfootnote}? % \begin{macrocode} \def\realfootnote{% - \@ifnextchar[\@xfootnote{% - \stepcounter{\@mpfn}% + \@ifnextchar[\@xfootnote%] + {\stepcounter{\@mpfn}% \protected@xdef\@thefnmark{\thempfn}% \H@@footnotemark\H@@footnotetext }% @@ -11377,12 +11358,13 @@ % \end{macrocode} % \begin{macrocode} \fi +}{} \Hy@DisableOption{hyperfootnotes} % \end{macrocode} % \end{macro} % % \begin{macrocode} -%</package> +%</packageEnd> %<*check> \checklatex \checkcommand\def\@xfootnotenext[#1]{% @@ -11407,7 +11389,7 @@ \relax } %</check> -%<*package> +%<*packageEnd> % \end{macrocode} % % \section{Float captions}\label{captions} @@ -11518,7 +11500,7 @@ % \end{macrocode} % % \begin{macrocode} -%</package> +%</packageEnd> %<*check> \checklatex[1999/06/01 - 2000/06/01] \checkcommand\def\caption{% @@ -11546,7 +11528,7 @@ \endgroup } %</check> -%<*package> +%<*packageEnd> % \end{macrocode} % % \section{Bibliographic references}\label{bib} @@ -11559,7 +11541,7 @@ % and \emph{drftcite} may break. % % However, lets make an attempt to get \emph{natbib} right, because -% thats a powerful, important package. +% that's a powerful, important package. % Patrick Daly (\Email{daly@linmpi.mpg.de}) has % provided hooks for us, so all we need to do is activate them. % \begin{macrocode} @@ -11660,7 +11642,7 @@ % \end{macrocode} % % \begin{macrocode} -%</package> +%</packageEnd> %<*check> \checklatex \checkcommand\def\@lbibitem[#1]#2{% @@ -11685,7 +11667,7 @@ \ignorespaces } %</check> -%<*package> +%<*packageEnd> % \end{macrocode} % % \subsection{Package harvard} @@ -12065,7 +12047,7 @@ % \end{macro} % % \begin{macrocode} -%</package> +%</packageEnd> %<*check> \checklatex \checkcommand\def\addcontentsline#1#2#3{% @@ -12073,7 +12055,7 @@ } \checkcommand\def\contentsline#1{\csname l@#1\endcsname} %</check> -%<*package> +%<*packageEnd> % \end{macrocode} % % \section{New counters}\label{counters} @@ -12179,10 +12161,10 @@ % \end{macrocode} % % \begin{macro}{\numberwithin} -% A appropiate definition of hyperref's companion counter +% A appropriate definition of hyperref's companion counter % (\cmd{\theH...}) is added for correct link names. % \begin{macrocode} -%</package> +%</packageEnd> %<*check> \checkpackage{amsmath}[1999/12/14 - 2000/06/06] \checkcommand\newcommand{\numberwithin}[3][\arabic]{% @@ -12196,30 +12178,22 @@ }% }% %</check> -%<*package> +%<*packageEnd> \@ifpackageloaded{amsmath}{% - \@ifpackagelater{amsmath}{1999/12/14}{% - \renewcommand*{\numberwithin}[3][\arabic]{% - \@ifundefined{c@#2}{\@nocounterr{#2}}{% - \@ifundefined{c@#3}{\@nocnterr{#3}}{% - \HyOrg@addtoreset{#2}{#3}% - \@xp\xdef\csname the#2\endcsname{% - \@xp\@nx\csname the#3\endcsname .\@nx#1{#2}% - }% - \@xp\xdef\csname theH#2\endcsname{% - \@xp\@nx - \csname the\@ifundefined{theH#3}{}H#3\endcsname - .\@nx#1{#2}% - }% + \renewcommand*{\numberwithin}[3][\arabic]{% + \@ifundefined{c@#2}{\@nocounterr{#2}}{% + \@ifundefined{c@#3}{\@nocnterr{#3}}{% + \HyOrg@addtoreset{#2}{#3}% + \@xp\xdef\csname the#2\endcsname{% + \@xp\@nx\csname the#3\endcsname .\@nx#1{#2}% + }% + \@xp\xdef\csname theH#2\endcsname{% + \@xp\@nx + \csname the\@ifundefined{theH#3}{}H#3\endcsname + .\@nx#1{#2}% }% }% }% - }{% - \Hy@WarningNoLine{% - \string\numberwithin\space of package `amsmath' % - only fixed\MessageBreak - for version 2000/06/06 v2.12 or newer% - }% }% }{} % \end{macrocode} @@ -12501,7 +12475,7 @@ % \end{macrocode} % % \begin{macrocode} -%</package> +%</packageEnd> %<*check> \checklatex \checkcommand\def\@setref#1#2#3{% @@ -12516,7 +12490,7 @@ \fi } %</check> -%<*package> +%<*packageEnd> % \end{macrocode} % % Now some extended referencing. |\ref*| and |\pageref*| are not linked, @@ -12549,26 +12523,25 @@ \def\@namerefstar#1{% \HyRef@StarSetRef{#1}\@thirdoffive } - +\def\@Refstar#1{% + \HyRef@StarSetRef{#1}\HyRef@MakeUppercaseFirstOfFive +}% +\def\HyRef@MakeUppercaseFirstOfFive#1#2#3#4#5{% + \MakeUppercase#1% +}% +\def\HyRef@Ref#1{% + \hyperref[{#1}]{\Ref*{#1}}% +}% \Hy@AtBeginDocument{% \@ifpackageloaded{varioref}{% - \def\@Refstar#1{% - \HyRef@StarSetRef{#1}\HyRef@MakeUppercaseFirstOfFive - }% - \def\HyRef@MakeUppercaseFirstOfFive#1#2#3#4#5{% - \MakeUppercase#1% - }% - \DeclareRobustCommand*{\Ref}{% - \@ifstar\@Refstar\HyRef@Ref - }% - \def\HyRef@Ref#1{% - \hyperref[{#1}]{\Ref*{#1}}% - }% % \end{macrocode} -% Test if we are running new 2019 varioref or old one: +% This are the patches for a varioref newer after 2019-09 +% Older versions are no longer supported. +% If |\hyper@nopatch@varioref| is defined we don't patch but assume +% that varioref handles the hyperlinks. % \begin{macrocode} -%FMi - \ifdefined\vp@gerefstar + \@ifundefined{hyper@nopatch@varioref} + { \renewcommand\Vref@star[2][]{% \begingroup \let\T@pageref\@pagerefstar @@ -12601,33 +12574,11 @@ \vpageref[#1]{#2}% \endgroup }% -% \end{macrocode} -% old varioref: -% \begin{macrocode} - \else - \def\Vr@f#1{% - \leavevmode\unskip\vref@space - \hyperref[{#1}]{% - \Ref*{#1}% - \let\vref@space\nobreakspace - \@vpageref[\unskip]{#1}% - }% - }% - \def\vr@f#1{% - \leavevmode\unskip\vref@space - \begingroup - \let\T@pageref\@pagerefstar - \hyperref[{#1}]{% - \ref*{#1}% - \vpageref[\unskip]{#1}% - }% - \endgroup - }% - \fi -%FMi -end mod + }{}% }{}% } - +% \end{macrocode} +% \begin{macrocode} \DeclareRobustCommand*{\autopageref}{% \@ifstar{% \HyRef@autopagerefname\pageref*% @@ -12651,10 +12602,9 @@ % \cs{leavevmode} is added to make package wrapfigure happy, if % \cs{autoref} starts a paragraph. % \begin{macrocode} -\DeclareRobustCommand*{\autoref}{% - \leavevmode - \@ifstar{\HyRef@autoref\@gobbletwo}{\HyRef@autoref\hyper@@link}% -} +\NewDocumentCommand\autoref{s} + {\leavevmode + \IfBooleanTF{#1}{\HyRef@autoref\@gobbletwo}{\HyRef@autoref\hyper@@link}} \def\HyRef@autoref#1#2{% \begingroup \Hy@safe@activestrue @@ -12737,9 +12687,7 @@ % \begin{macrocode} \let\HyRef@ShowKeysRef\@gobble \def\HyRef@ShowKeysInit{% - \begingroup\expandafter\expandafter\expandafter\endgroup - \expandafter\ifx\csname SK@@label\endcsname\relax - \else + \ifcsname SK@@label\endcsname \ifx\SK@ref\@empty \else \def\HyRef@ShowKeysRef{% @@ -12785,7 +12733,7 @@ % \end{macrocode} % % \begin{macrocode} -%</package> +%</packageEnd> % \end{macrocode} % % \section{Configuration files} @@ -13096,15 +13044,7 @@ \expandafter\endgroup \expandafter\pdflinkmargin\the\dimen@\relax } -\ifx\pdfstartlink\@undefined% less than version 14 - \let\pdfstartlink\pdfannotlink - \let\pdflinkmargin\@tempdima - \let\pdfxform\pdfform - \let\pdflastxform\pdflastform - \let\pdfrefxform\pdfrefform -\else - \pdflinkmargin1pt % -\fi +\pdflinkmargin1pt % % \end{macrocode} % First set up the default linking % \begin{macrocode} @@ -15463,7 +15403,7 @@ % is used by writing some clipped text. % \begin{macrocode} %<dviwindo>\def\literalps@out#1{\special{ps:#1}}% -%<package>\providecommand*{\Hy@DistillerDestFix}{} +%<packageEnd>\providecommand*{\Hy@DistillerDestFix}{} %<*pdfmark|dviwindo> \def\Hy@DistillerDestFix{% \begingroup @@ -19334,7 +19274,7 @@ % \end{macro} % \begin{macrocode} %</pdfform> -%<*package> +%<*packageEnd> % \end{macrocode} % % \section{Bookmarks in the PDF file} @@ -19354,7 +19294,7 @@ \Hy@MakeCurrentHrefAuto{section*}% \Hy@raisedlink{\hyper@anchorstart{\@currentHref}\hyper@anchorend}% } -%</package> +%</packageEnd> % \end{macrocode} % % \subsection{Bookmarks} @@ -19827,6 +19767,8 @@ \hss }% } +\@ifundefined{hyper@nopatch@sectioning} +{ \let\H@old@ssect\@ssect \def\@ssect#1#2#3#4#5{% \Hy@MakeCurrentHrefAuto{section*}% @@ -19922,6 +19864,7 @@ \H@old@sect{#1}{#2}{#3}{#4}{#5}{#6}[{#7}]{#8}% }% } +}{} % \end{macrocode} % \begin{macrocode} %</outlines|hypertex> @@ -19944,61 +19887,6 @@ %</outlines> % \end{macrocode} % -% \section{Compatibility with koma-script classes} -% -% \begin{macrocode} -%<*outlines|hypertex> -% \end{macrocode} -% -% Hard-wire in an unpleasant over-ride of komascript `scrbook' class -% for Tobias Isenberg (\Email{Tobias.Isenberg@gmx.de}). -% With version 6.71b the hack is also applied to `scrreprt' class -% and is removed for koma-script versions since 2001/01/01, -% because Markus Kohm supports hyperref in komascript. -% \begin{macrocode} -\def\Hy@tempa{% - \def\@addchap[##1]##2{% - \typeout{##2}% - \if@twoside - \@mkboth{##1}{}% - \else - \@mkboth{}{##1}% - \fi - \addtocontents{lof}{\protect\addvspace{10\p@}}% - \addtocontents{lot}{\protect\addvspace{10\p@}}% - \Hy@MakeCurrentHrefAuto{\Hy@chapapp*}% - \Hy@raisedlink{% - \hyper@anchorstart{\@currentHref}\hyper@anchorend - }% - \if@twocolumn - \@topnewpage[\@makeschapterhead{##2}]% - \else - \@makeschapterhead{##2}% - \@afterheading - \fi - \addcontentsline{toc}{chapter}{##1}% - }% -} -\@ifclassloaded{scrbook}{% - \@ifclasslater{scrbook}{2001/01/01}{% - \let\Hy@tempa\@empty - }{}% -}{% - \@ifclassloaded{scrreprt}{% - \@ifclasslater{scrreprt}{2001/01/01}{% - \let\Hy@tempa\@empty - }{}% - }{% - \let\Hy@tempa\@empty - }% -}% -\Hy@tempa -% \end{macrocode} -% -% \begin{macrocode} -%</outlines|hypertex> -% \end{macrocode} -% % \section{Encoding definition files for encodings of PDF strings} % This was contributed by % Heiko Oberdiek. diff --git a/macros/latex/contrib/hyperref/hyperref.ins b/macros/latex/contrib/hyperref/hyperref.ins index 78c7662b1a..bbe33cf313 100644 --- a/macros/latex/contrib/hyperref/hyperref.ins +++ b/macros/latex/contrib/hyperref/hyperref.ins @@ -7,7 +7,7 @@ %% 1995-2001 Sebastian Rahtz, with portions written by David Carlisle and Heiko Oberdiek %% 2001-2015 Heiko Oberdiek %% 2016-2019 Oberdiek Package Support Group -%% 2019-2021 LaTeX Project +%% 2019-2022 LaTeX Project %% https://github.com/latex3/hyperref/issues %% %% This file is part of the `Hyperref Bundle'. @@ -55,6 +55,32 @@ %\askonceonly %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \preamble + +Copyright +1995-2001 Sebastian Rahtz, with portions written by David Carlisle and Heiko Oberdiek, +2001-2015 Heiko Oberdiek. +2016-2019 Oberdiek Package Support Group +2019-2022 LaTeX Project + https://github.com/latex3/hyperref/issues + +This file is part of the `Hyperref Bundle'. +------------------------------------------- + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3 +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is the LaTeX Project. + +The list of all files belonging to the `Hyperref Bundle' is +given in the file `manifest.txt'. + \endpreamble \generate{% @@ -65,7 +91,12 @@ \usedir{tex/latex/hyperref} \file{backref.sty}{\from{backref.dtx}{package}} \file{nameref.sty}{\from{nameref.dtx}{package}} - \file{hyperref.sty}{\from{hyperref.dtx}{package}} + \file{hyperref.sty} + { + \from{hyperref.dtx}{package} + \from{hyperref-linktarget.dtx}{package,package-include} + \from{hyperref.dtx}{packageEnd} + } \file{hypertex.def}{\from{hyperref.dtx}{hypertex}} \file{pdfmark.def}{\from{hyperref.dtx}{pdfmark,pdfmarkbase,pdfform,outlines}} \file{hvtexmrk.def}{\from{hyperref.dtx}{vtexpdfmark}} diff --git a/macros/latex/contrib/hyperref/manifest.txt b/macros/latex/contrib/hyperref/manifest.txt index 24a0402237..62b3e25c8e 100644 --- a/macros/latex/contrib/hyperref/manifest.txt +++ b/macros/latex/contrib/hyperref/manifest.txt @@ -9,8 +9,12 @@ backref.dtx Bibliographical back referencing. nameref.dtx Cross-referencing by name of section. - -hyperref.pdf, backref.pdf, nameref.pdf +hyperref-linktarget.dtx + Module with commands to create targets +hyperref-patches.dtx + outsourced older patches + +hyperref.pdf, backref.pdf, nameref.pdf, hyperref-linktarget.pdf Source code documentation. hyperref.ins @@ -42,6 +46,7 @@ backref.sty nameref.sty hyperref.sty nohyperref.sty +hyperref-patches.sty LaTeX package files. hycheck.tex Test file. @@ -76,7 +81,7 @@ psdextra.def % Directory doc/ % ============= -hyperref-doc.pdf +hyperref-doc.pdf, hyperref-linktarget.pdf Hyperref manual hyperref-doc.html, hyperref-doc[2-7].html, hyperref-doc.css, HTML version of the manual. diff --git a/macros/latex/contrib/hyperref/nameref.dtx b/macros/latex/contrib/hyperref/nameref.dtx index adc41b8fdc..dabe4b6d90 100644 --- a/macros/latex/contrib/hyperref/nameref.dtx +++ b/macros/latex/contrib/hyperref/nameref.dtx @@ -4,7 +4,7 @@ %% 2000 Sebastian Rahtz, Heiko Oberdiek %% 2001-2012 Heiko Oberdiek %% 2016-2019 Oberdiek Package Suport Group -%% 2019-2021 The LaTeX Project +%% 2019-2022 The LaTeX Project %% https://github.com/latex3/hyperref/issues %% %% This file is part of the `Hyperref Bundle'. @@ -33,7 +33,7 @@ %<driver>\ProvidesFile{nameref.drv} % \fi % \ProvidesFile{nameref.dtx} - [2021-04-02 v2.47 Cross-referencing by name of section]% + [2022-05-13 v2.48 Cross-referencing by name of section]% % % % \iffalse @@ -78,6 +78,101 @@ % Cross-referencing to include the \emph{name} of the section, rather than % just the number or page. This works by redefining some of the inside % \LaTeX\ macros, so it is vulnerable to future changes. +% +% \section{Background and advice for package and class authors} +% The package redefines the \cs{label} command to write additionally +% \cs{@currentlabelname} to the \texttt{.aux} file. This can then be referenced with +% \cs{nameref}. Package authors who want to support \textsf{nameref} should +% define this command (locally) in a suitable way. +% The content should be so that it can be safely written +% to the \texttt{.aux} file. \textsf{nameref} itself uses the package +% \textsf{gettitlestring} but this is not required. +% +% \textsf{nameref} patches a number of commands (mostly sectioning +% commands) and environments so that they +% store \cs{@currentlabelname}. A class or a package that want to provide native +% support instead can suppress this patches by defining commands described below. +% The commands must be defined before the patch is made, in most cases before +% \textsf{nameref} is loaded, sometimes only before begin document. +% +% \begin{description} +% \item[sectioning commands] Redefined are +% \begin{itemize} +% \item +% \cs{@sect}: beside adding a command that stores the +% title of a sectioning command (if present the optional argument is used) +% \textsf{nameref} also stores the level number in a counter \texttt{section@level} +% (reason is unknown, only two packages, \textsf{e-french} and \textsf{pdfscreen} +% seem to use it), and surrounds the text with \cs{Sectionformat} (only used by +% \textsf{acmart}, \textsf{memoir}, \textsf{pdfscreen}, \textsf{pdfslide}), a +% command which takes two argument: the first the text, the second the level. +% +% \item \cs{@ssect}: command to store the title added, +% \cs{Sectionformat} is added. +% +% \item \cs{M@sect} (memoir class): command to store the title added +% +% \item \cs{@part}, \cs{@spart}, \cs{@chapter}, \cs{@schapter}: +% command to store the title added +% \item \cs{ttl@sect@i} (from the \textsf{titlesec} package): +% command to store the title added +% \end{itemize} +% +% All the patches excepted the last are disabled if the command +% \cs{NR@nopatch@sectioning} is defined (the actual definition is irrelevant, only +% existence is tested. The titlesec patch is disabled if +% \cs{NR@nopatch@titlesec} is defined. +% This currently only suppress the actual patches, the counter, +% \cs{Sectionformat} and also the internal copies \cs{NR@sect} etc are still +% defined. +% +% \item[captions] The following commands are patched +% \begin{itemize} +% \item \cs{@caption}: command to store the title added. This is done at begin +% document, but only if \textsf{hyperref} is not detected. With \textsf{hyperref} +% the patch is done there (and must be disabled in \textsf{hyperref}). +% +% This patch can be disabled by defining \cs{NR@nopatch@caption} +% +% \item \cs{LT@c@ption} (from the \textsf{longtable} package): +% command to store the title added. +% +% This patch can be disabled by defining \cs{NR@nopatch@longtable} +% +% \item \cs{lst@MakeCaption} (from the \textsf{listings} package) +% +% This patch can be disabled by defining \cs{NR@nopatch@listings} +% \end{itemize} +% +% \item[lists] The following command is patched +% \begin{itemize} +% \item \cs{descriptionlabel}: command to store the label text added. To +% reference this text the \cs{label} must be put \emph{inside} the label. +% This is not compatible with the \textsf{enumitem} package as internal +% formatting commands are written to the \texttt{.aux} file too. +% +% This patch can be disabled by defining \cs{NR@nopatch@lists} +% \end{itemize} +% +% \item[theorems] +% +% \begin{itemize} +% \item \cs{@opargbegintheorem}: command to store the title added. +% +% This patch can be disabled by defining \cs{NR@nopatch@theorem} +% +% \item \cs{@begintheorem} (if amsthm is loaded and if +% the command has a tested meaning): command to store the title added. +% +% This patch can be disabled by defining \cs{NR@nopatch@amsthm} +% +% \end{itemize} +% \item[beamer] In the \textsf{beamer} class the following commands are +% patched: \cs{beamer@section}, \cs{beamer@subsection}, \cs{beamer@subsubsection}, +% \cs{beamer@descriptionitem} and the template \texttt{theorem begin}. If +% \cs{NR@nopatch@beamer} is defined nothing is done. +% \end{description} +% % \section{History} % Sebastian Rahtz, for Lou Burnard, March 15th 1994;\\ % SPQR CERN July 1994;\\ @@ -304,11 +399,12 @@ % \end{macrocode} % \begin{macro}{\@sect} % \begin{macrocode} -\def\@sect#1#2#3#4#5#6[#7]#8{% - \setcounter{section@level}{#2}% - \NR@gettitle{#7}% - \NR@sect{#1}{#2}{#3}{#4}{#5}{#6}[{#7}]{\Sectionformat{#8}{#2}}% -} +\@ifundefined{NR@nopatch@sectioning} + {\def\@sect#1#2#3#4#5#6[#7]#8{% + \setcounter{section@level}{#2}% + \NR@gettitle{#7}% + \NR@sect{#1}{#2}{#3}{#4}{#5}{#6}[{#7}]{\Sectionformat{#8}{#2}}% + }}{} % \end{macrocode} % \end{macro} % and now the unnumbered ones @@ -317,33 +413,35 @@ \let\NR@ssect\@ssect % \end{macrocode} % \end{macro} -% \begin{macro}{\NR@ssect} +% \begin{macro}{\@ssect} % \begin{macrocode} -\def\@ssect#1#2#3#4#5{% - \NR@gettitle{#5}% - \NR@ssect{#1}{#2}{#3}{#4}{\Sectionformat{#5}{#1}}% -} +\@ifundefined{NR@nopatch@sectioning} + {\def\@ssect#1#2#3#4#5{% + \NR@gettitle{#5}% + \NR@ssect{#1}{#2}{#3}{#4}{\Sectionformat{#5}{#1}}% + }}{} % \end{macrocode} % \end{macro} % % Support for class memoir. % % \begin{macrocode} -\ltx@IfUndefined{ifheadnameref}{% -}{% - \ltx@IfUndefined{M@sect}{% +\@ifundefined{NR@nopatch@sectioning} + {\ltx@IfUndefined{ifheadnameref}{% }{% - \let\NRorg@M@sect\M@sect - \def\M@sect#1#2#3#4#5#6[#7][#8]{% - \ifheadnameref - \NR@gettitle{#8}% - \else - \NR@gettitle{#7}% - \fi - \NRorg@M@sect{#1}{#2}{#3}{#4}{#5}{#6}[{#7}][{#8}]% + \ltx@IfUndefined{M@sect}{% + }{% + \let\NRorg@M@sect\M@sect + \def\M@sect#1#2#3#4#5#6[#7][#8]{% + \ifheadnameref + \NR@gettitle{#8}% + \else + \NR@gettitle{#7}% + \fi + \NRorg@M@sect{#1}{#2}{#3}{#4}{#5}{#6}[{#7}][{#8}]% + }% }% - }% -} + }}{} % \end{macrocode} % % Parts and chapters are treated differently. sigh. @@ -351,80 +449,85 @@ % % \begin{macrocode} \let\NR@part\@part -\long\def\@part[#1]#2{% - \NR@gettitle{#1}% - \NR@part[{#1}]{#2}% -} \let\NR@spart\@spart -\long\def\@spart#1{% - \NR@gettitle{#1}% - \NR@spart{#1}% -} \let\NR@chapter\@chapter -\def\@chapter[#1]#2{% - \NR@gettitle{#1}% - \NR@chapter[{#1}]{#2}% -} -\@ifclassloaded{memoir}{% - \ltx@IfUndefined{ifheadnameref}{% - }{% - \def\@chapter[#1]#2{% - \ltx@IfUndefined{ch@pt@c}{% - \NR@gettitle{#1}% - }{% - \ifx\ch@pt@c\ltx@empty - \NR@gettitle{#2}% - \else - \def\NR@temp{#1}% - \ifx\NR@temp\ltx@empty - \expandafter\NR@gettitle\expandafter{\ch@pt@c}% +\let\NR@schapter\@schapter +\@ifundefined{NR@nopatch@sectioning} + {% + \long\def\@part[#1]#2{% + \NR@gettitle{#1}% + \NR@part[{#1}]{#2}% + } + \long\def\@spart#1{% + \NR@gettitle{#1}% + \NR@spart{#1}% + } + \def\@chapter[#1]#2{% + \NR@gettitle{#1}% + \NR@chapter[{#1}]{#2}% + } + \@ifclassloaded{memoir}{% + \ltx@IfUndefined{ifheadnameref}{% + }{% + \def\@chapter[#1]#2{% + \ltx@IfUndefined{ch@pt@c}{% + \NR@gettitle{#1}% + }{% + \ifx\ch@pt@c\ltx@empty + \NR@gettitle{#2}% \else - \ifheadnameref - \NR@gettitle{#1}% - \else + \def\NR@temp{#1}% + \ifx\NR@temp\ltx@empty \expandafter\NR@gettitle\expandafter{\ch@pt@c}% + \else + \ifheadnameref + \NR@gettitle{#1}% + \else + \expandafter\NR@gettitle\expandafter{\ch@pt@c}% + \fi \fi \fi - \fi + }% + \NR@chapter[{#1}]{#2}% }% - \NR@chapter[{#1}]{#2}% }% - }% -}{} -\let\NR@schapter\@schapter -\def\@schapter#1{% - \NR@gettitle{#1}% - \NR@schapter{#1}% -} + }{} + \def\@schapter#1{% + \NR@gettitle{#1}% + \NR@schapter{#1}% + }}{} % \end{macrocode} % % Captions % % \begin{macrocode} \AtBeginDocument{% - \@ifpackageloaded{hyperref}{% - \@ifpackagelater{hyperref}{2009/12/05}\@gobble\@firstofone - }\@firstofone + \@ifpackageloaded{hyperref}{} {% - \let\NR@@caption\@caption - \long\def\@caption#1[#2]{% + \@ifundefined{NR@nopatch@caption} + {\let\NR@@caption\@caption + \long\def\@caption#1[#2]{% \NR@gettitle{#2}% \NR@@caption{#1}[{#2}]% - }% + }}% + {}% }% % \end{macrocode} % % \begin{macrocode} \@ifpackageloaded{longtable}{% - \let\NRorg@LT@c@ption\LT@c@ption - \def\LT@c@ption#1[#2]#3{% - \NRorg@LT@c@ption{#1}[{#2}]{#3}% - \def\@tempa{#2}% - \ifx\@tempa\@empty - \else + \@ifundefined{NR@nopatch@longtable} + {% + \let\NRorg@LT@c@ption\LT@c@ption + \def\LT@c@ption#1[#2]#3{% + \NRorg@LT@c@ption{#1}[{#2}]{#3}% + \def\@tempa{#2}% + \ifx\@tempa\@empty + \else \NR@gettitle{#2}% - \fi - }% + \fi + }% + }{}% }{}% % \end{macrocode} % @@ -432,11 +535,13 @@ % \begin{macrocode} \ltx@IfUndefined{descriptionlabel}{% }{% - \let\NRorg@descriptionlabel\descriptionlabel - \def\descriptionlabel#1{% - \NR@gettitle{#1}% - \NRorg@descriptionlabel{#1}% - }% + \@ifundefined{NR@nopatch@longtable} + {\let\NRorg@descriptionlabel\descriptionlabel + \def\descriptionlabel#1{% + \NR@gettitle{#1}% + \NRorg@descriptionlabel{#1}% + }% + }{}% }% } % \end{macrocode} @@ -446,10 +551,13 @@ \AtBeginDocument{% \@ifpackageloaded{titlesec}{% \let\NRorg@ttl@sect@i\ttl@sect@i - \def\ttl@sect@i#1#2[#3]#4{% - \NR@gettitle{#4}% - \NRorg@ttl@sect@i{#1}{#2}[{#3}]{#4}% - }% + \@ifundefined{NR@nopatch@titlesec} + {% + \def\ttl@sect@i#1#2[#3]#4{% + \NR@gettitle{#4}% + \NRorg@ttl@sect@i{#1}{#2}[{#3}]{#4}% + }% + }{}% }{}% } % \end{macrocode} @@ -458,39 +566,42 @@ % % \begin{macrocode} \@ifclassloaded{beamer}{% - \def\NR@PatchBeamer#1{% - \expandafter\let\csname NRorg@beamer@#1\expandafter\endcsname - \csname beamer@#1\endcsname - \begingroup - \edef\x{\endgroup - \long\def\expandafter\noexpand\csname beamer@#1\endcsname - [####1]{% hash-ok - \noexpand\NR@gettitle{####1}% - \expandafter\noexpand\csname NRorg@beamer@#1\endcsname - [{####1}]% + \@ifundefined{NR@nopatch@beamer} + {% + \def\NR@PatchBeamer#1{% + \expandafter\let\csname NRorg@beamer@#1\expandafter\endcsname + \csname beamer@#1\endcsname + \begingroup + \edef\x{\endgroup + \long\def\expandafter\noexpand\csname beamer@#1\endcsname + [####1]{% hash-ok + \noexpand\NR@gettitle{####1}% + \expandafter\noexpand\csname NRorg@beamer@#1\endcsname + [{####1}]% + }% }% - }% - \x - }% - \NR@PatchBeamer{section}% - \NR@PatchBeamer{subsection}% - \NR@PatchBeamer{subsubsection}% + \x + }% + \NR@PatchBeamer{section}% + \NR@PatchBeamer{subsection}% + \NR@PatchBeamer{subsubsection}% % \end{macrocode} % % Theorem names. % \begin{macrocode} - \addtobeamertemplate{theorem begin}{% - \expandafter\NR@gettitle\expandafter{\inserttheoremaddition}% - }{}% + \addtobeamertemplate{theorem begin}{% + \expandafter\NR@gettitle\expandafter{\inserttheoremaddition}% + }{}% % \end{macrocode} % \begin{macrocode} - \@ifdefinable{\NRorg@beamer@descriptionitem}{% - \let\NRorg@beamer@descriptionitem\beamer@descriptionitem - \renewcommand{\beamer@descriptionitem}[1]{% - \NR@gettitle{#1}% - \NRorg@beamer@descriptionitem{#1}% + \@ifdefinable{\NRorg@beamer@descriptionitem}{% + \let\NRorg@beamer@descriptionitem\beamer@descriptionitem + \renewcommand{\beamer@descriptionitem}[1]{% + \NR@gettitle{#1}% + \NRorg@beamer@descriptionitem{#1}% + }% }% - }% + }{}% }{} % \end{macrocode} % @@ -554,13 +665,15 @@ \long\def\@fourthoffive#1#2#3#4#5{#4} % \end{macrocode} % \end{macro} -% \begin{macro}{\@offive} +% \begin{macro}{\@fifthoffive} % \begin{macrocode} \long\def\@fifthoffive#1#2#3#4#5{#5} % \end{macrocode} % \end{macro} -% We have to redefine |\ref| and |\pageref| to know about extra +% We have to redefine |\ref|, |\Ref| and |\pageref| to know about extra % reference elements. Make them robust, and compatible with Babel. +% We also define starred versions so that it doesn't depend on hyperref +% if they are defined or not. We use the same internal names as hyperref. % The Babel switch is mimicked if not already defined. % Some support for package \xpackage{showkeys} is implemented. If % option |notref| of that package is set, |\SK@ref| has the @@ -575,6 +688,11 @@ \providecommand*\@safe@activesfalse{}% % \end{macrocode} % \end{macro} +% \begin{macro}{\NR@ref@showkeys} +% \begin{macrocode} +\newcommand\NR@ref@showkeys[1]{}% +% \end{macrocode} +% \end{macro} % \begin{macro}{\NR@setref} % \begin{macrocode} \def\NR@setref#1{% @@ -599,6 +717,15 @@ % \begin{macro}{\T@ref} % \begin{macrocode} \def\T@ref#1{% + \NR@ref@showkeys{#1}% + \NR@setref{#1}\@firstoffive{#1}% +}% +% \end{macrocode} +% \end{macro} +% \begin{macro}{\@refstar} +% \begin{macrocode} +\def\@refstar#1{% + \NR@ref@showkeys{#1}% \NR@setref{#1}\@firstoffive{#1}% }% % \end{macrocode} @@ -606,111 +733,124 @@ % \begin{macro}{\T@pageref} % \begin{macrocode} \def\T@pageref#1{% + \NR@ref@showkeys{#1}% \NR@setref{#1}\@secondoffive{#1}% }% % \end{macrocode} % \end{macro} +% \begin{macro}{\@pagerefstar} % \begin{macrocode} -\ifNR@showkeys - \ifx\SK@ref\@empty - \else +\def\@pagerefstar#1{% + \NR@ref@showkeys{#1}% + \NR@setref{#1}\@secondoffive{#1}% +}% % \end{macrocode} -% \begin{macro}{\T@ref} +% \end{macro}% +% \begin{macro}{\T@Ref} % \begin{macrocode} - \def\T@ref#1{% - \@safe@activestrue - \SK@\SK@@ref{#1}% - \@safe@activesfalse - \NR@setref{#1}\@firstoffive{#1}% - }% +\def\T@Ref#1{% + \NR@ref@showkeys{#1}% + \NR@setref{#1}\NR@MakeUppercaseFirstOfFive{#1}% + }% +\def\NR@MakeUppercaseFirstOfFive#1#2#3#4#5{% + \MakeUppercase#1% + }% % \end{macrocode} % \end{macro} -% \begin{macro}{\T@pageref} +% \begin{macro}{\@Refstar} % \begin{macrocode} - \def\T@pageref#1{% - \@safe@activestrue - \SK@\SK@@ref{#1}% - \@safe@activesfalse - \NR@setref{#1}\@secondoffive{#1}% - }% +\def\@Refstar#1{% + \NR@ref@showkeys{#1}% + \NR@setref{#1}\NR@MakeUppercaseFirstOfFive{#1}% + }% % \end{macrocode} -% \end{macro} +% \end{macro}% % \begin{macrocode} +\ifNR@showkeys + \ifx\SK@ref\@empty + \else + \renewcommand\NR@ref@showkeys[1]{% + \@safe@activestrue + \SK@\SK@@ref{#1}% + \@safe@activesfalse} \fi \fi % \end{macrocode} -% Package \xpackage{hyperref} uses its own definitions of |\ref| and -% |\pageref| because it extends the syntax by the star form. +% Package \xpackage{hyperref} uses the same +% definitions of |\ref|, |\Ref| and +% |\pageref| but has to redefine the non-starred command to +% add the hyperlink support. % |\DeclareRobustCommand| is used by \xpackage{hyperref}. % Package |nameref| can be loaded before, after % \xpackage{hyperref} or after % \xpackage{hyperref}'s definitions in |\AtBeginDocument|. +% We have to postpone the definition to |\AtBeginDocument| to +% avoid that showkeys overwrites them again. % \begin{macrocode} -\@ifpackageloaded{hyperref}{% -}{% +\AddToHook{begindocument}{% % \end{macrocode} % \begin{macro}{\ref} % \begin{macrocode} - \DeclareRobustCommand{\ref}{\T@ref}% + \DeclareDocumentCommand\ref{s} + {\IfBooleanTF{#1}{\@refstar}{\T@ref}}% % \end{macrocode} % \end{macro} % \begin{macro}{\pageref} % \begin{macrocode} - \DeclareRobustCommand{\pageref}{\T@pageref}% + \DeclareDocumentCommand\pageref{s} + {\IfBooleanTF{#1}{\@pagerefstar}{\T@pageref}}% +% \end{macrocode} +% \end{macro} +% \begin{macro}{\Ref} +% \begin{macrocode} + \DeclareDocumentCommand\Ref{s} + {\IfBooleanTF{#1}{\@Refstar}{\T@Ref}}% % \end{macrocode} % \end{macro} % \begin{macrocode} } % \end{macrocode} +% \begin{macrocode} +\DeclareHookRule{begindocument}{showkeys}{before}{nameref} +% \end{macrocode} +% % % \subsection{Usage and frontend} % Access the (third) name part with |\nameref|; % \begin{macro}{\T@nameref} % \begin{macrocode} \def\T@nameref#1{% + \NR@ref@showkeys{#1}% + \begingroup + \let\label\@gobble + \NR@setref{#1}\@thirdoffive{#1}% + \endgroup +}% +% \end{macrocode} +% \end{macro} +% \begin{macro}{\@namerefstar} +% \begin{macrocode} +\def\@namerefstar#1{% + \NR@ref@showkeys{#1}% \begingroup \let\label\@gobble \NR@setref{#1}\@thirdoffive{#1}% \endgroup }% -\ifNR@showkeys - \ifx\SK@ref\@empty - \else - \def\T@nameref#1{% - \@safe@activestrue - \SK@\SK@@ref{#1}% - \@safe@activesfalse - \begingroup - \let\label\@gobble - \NR@setref{#1}\@thirdoffive{#1}% - \endgroup - }% - \fi -\fi % \end{macrocode} % \end{macro} % \begin{macrocode} -%\@ifclassloaded{memoir}{% -% \ltx@IfUndefined{@mem@titlerefnolink}\ltx@secondoftwo{% -% \ltx@IfUndefined{@mem@titleref}\ltx@secondoftwo\ltx@firstoftwo -% }% -%}\ltx@secondoftwo -%{% -% \DeclareRobustCommand*{\nameref}{% -% \@ifstar\@mem@titlerefnolink\@mem@titleref -% }% -%}{% % \end{macrocode} % \begin{macro}{\nameref} % \begin{macrocode} - \DeclareRobustCommand*{\nameref}{% - \@ifstar\T@nameref\T@nameref - }% -%} +\NewDocumentCommand\nameref{s} + {\IfBooleanTF{#1}{\@namerefstar}{\T@nameref}} % \end{macrocode} % \end{macro} % \begin{macro}{\Nameref} % An extended form which gives title and page number. +% Not really useful, quotes are english, and no starred version. +% varioref can do that better. Remove?? % \begin{macrocode} \def\Nameref#1{`\nameref{#1}' on page~\pageref{#1}} % \end{macrocode} @@ -733,21 +873,24 @@ % to provide expandable versions without link of \cmd{\ref} % and \cmd{\pageref}. As possible target I could only find % \cmd{\begingroup}: -% \begin{macrocode} -\@ifpackageloaded{ifthen}{% - \let\NROrg@ifthenelse\ifthenelse - \def\ifthenelse{% - \let\begingroup\NR@TE@begingroup - \NROrg@ifthenelse - }% - \let\NROrg@begingroup\begingroup - \def\NR@TE@begingroup{% - \let\begingroup\NROrg@begingroup - \begingroup - \def\ref##1{\getrefbykeydefault{##1}{}{??}}% - \def\pageref##1{\getrefbykeydefault{##1}{page}{0}}% - }% -}{} +% Changed/disabled 2022-04-13: ifthen takes care itself to +% change \cmd{\pageref} to an expandable version. +% \begin{macrocode} +\@ifundefined{@kernel@pageref@exp} + {\@ifpackageloaded{ifthen}{% + \let\NROrg@ifthenelse\ifthenelse + \def\ifthenelse{% + \let\begingroup\NR@TE@begingroup + \NROrg@ifthenelse + }% + \let\NROrg@begingroup\begingroup + \def\NR@TE@begingroup{% + \let\begingroup\NROrg@begingroup + \begingroup + \def\ref##1{\getrefbykeydefault{##1}{}{??}}% + \def\pageref##1{\getrefbykeydefault{##1}{page}{0}}% + }% + }{}}{} % \end{macrocode} % % \subsection{Compatibility with varioref} @@ -760,101 +903,11 @@ \AtBeginDocument{% \ifx\csname @@vpageref\endcsname\relax \else -%FMi % \end{macrocode} -% Test if we are using the new varioref ... +% This requires a varioref newer than 2019-09-12 % \begin{macrocode} - \ifdefined\vp@gerefstar \let\NR@@vpageref\@@vpageref -% \end{macrocode} -% if not then old patching code -% \begin{macrocode} - \else - \def\NR@@vpageref#1[#2]#3{% - \leavevmode\unskip - \global\advance\c@vrcnt\@ne - \@ifundefined{r@\the\c@vrcnt @vr}% - {\@namedef{r@\the\c@vrcnt @vr}{{??}{??}{}{}{}}}{}% - \edef\@tempa{% - \expandafter\expandafter\expandafter - \@secondoffive\csname r@\the\c@vrcnt @vr\endcsname - }% - \@ifundefined{r@\the\c@vrcnt @xvr}% - {\@namedef{r@\the\c@vrcnt @xvr}{{??}{??}{}{}{}}}{}% - \edef\@tempb{% - \expandafter\expandafter\expandafter - \@secondoffive\csname r@\the\c@vrcnt @xvr\endcsname - }% - {% - \let\@currentlabel\@empty - \expandafter\label\expandafter{\the\c@vrcnt @xvr}% - }% - \ifx\@tempa\@tempb - \else - \vref@err{% - \noexpand\vref at page boundary % - \@tempb-\@tempa\space (may loop)% - }% - \fi - \@ifundefined{r@#3}{\@namedef{r@#3}{{??}{??}{}{}{}}}{}% - \edef\thevpagerefnum{% - \expandafter\expandafter\expandafter - \@secondoffive\csname r@#3\endcsname - }% - \ifx\vref@space\@undefined - \space - \else - \vref@space - \fi - \ifx\@tempa\thevpagerefnum - #1% - \else - #2% - \is@pos@number\thevpagerefnum{% - \is@pos@number\@tempa{% - \@tempcnta\@tempa - \advance\@tempcnta\@ne - }{% - \@tempcnta\maxdimen - }% - \ifnum \thevpagerefnum =\@tempcnta - \ifodd\@tempcnta - \if@twoside - \reftextfaceafter - \else - \reftextafter - \fi - \else - \reftextafter - \fi - \else - \advance\@tempcnta-2 % - \ifnum \thevpagerefnum =\@tempcnta - \ifodd\@tempcnta - \reftextbefore - \else - \if@twoside - \reftextfacebefore - \else - \reftextbefore - \fi - \fi - \else - \reftextfaraway{#3}% - \fi - \fi - }{% - \reftextfaraway{#3}% - }% - \fi - {% - \let\@currentlabel\@empty - \expandafter\label\expandafter{\the\c@vrcnt @vr}% - }% - }% - \fi -%FM - end mod - \def\@@vpageref#1[#2]#3{% + \def\@@vpageref#1[#2]#3{% \begingroup \csname @safe@activestrue\endcsname \edef\x{#3}% @@ -868,45 +921,29 @@ \x }% \DeclareRobustCommand\vnameref[1]{% - \unskip~\nameref{#1}% + \unskip~\nameref{#1} % \@vpageref[\unskip]{#1}% }% \fi } % \end{macrocode} -% \begin{macrocode} -\@ifundefined{@Refstar}{% - \def\T@Ref#1{% - \NR@setref{#1}\NR@MakeUppercaseFirstOfFive{#1}% - }% - \def\NR@MakeUppercaseFirstOfFive#1#2#3#4#5{% - \MakeUppercase#1% - }% -}{}% -\AtBeginDocument{% - \@ifpackageloaded{varioref}{% - \@ifundefined{@Refstar}{% - \DeclareRobustCommand*{\Ref}[1]{% - \T@Ref{#1}% - }% - }{}% - }{}% -}% -% \end{macrocode} % % \subsection{Support for package \xpackage{listings}} % % \begin{macrocode} \AtBeginDocument{% \@ifpackageloaded{listings}{% - \let\NROrg@lst@MakeCaption\lst@MakeCaption - \def\lst@MakeCaption{% - \ifx\lst@label\@empty - \else - \let\@currentlabelname\lst@@caption - \fi - \NROrg@lst@MakeCaption - }% + \@ifundefined{NR@nopatch@listings} + {% + \let\NROrg@lst@MakeCaption\lst@MakeCaption + \def\lst@MakeCaption{% + \ifx\lst@label\@empty + \else + \let\@currentlabelname\lst@@caption + \fi + \NROrg@lst@MakeCaption + }% + }{}% }{}% } % \end{macrocode} diff --git a/macros/latex/contrib/hyperref/xr-hyper.sty b/macros/latex/contrib/hyperref/xr-hyper.sty index feb4bf60a4..3c269ed7da 100644 --- a/macros/latex/contrib/hyperref/xr-hyper.sty +++ b/macros/latex/contrib/hyperref/xr-hyper.sty @@ -1,6 +1,6 @@ %% xr-hyper package (beta release) -%% Copyright (C) 1993-2021 David Carlisle +%% Copyright (C) 1993-2022 David Carlisle %% This is a modified version of the xr package from the Standard LaTeX %% tools distribution. It has some internal changes to cooperate with @@ -61,7 +61,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{xr-hyper} - [2022-02-21 v7.00n eXternal References (DPC)] + [2022-05-13 v7.00o eXternal References (DPC)] \def\externaldocument{\@testopt\XR@cite{}} \let\externalcitedocument\externaldocument diff --git a/macros/latex/contrib/phonenumbers/README b/macros/latex/contrib/phonenumbers/README index d39c143524..6b8a40416e 100644 --- a/macros/latex/contrib/phonenumbers/README +++ b/macros/latex/contrib/phonenumbers/README @@ -9,8 +9,8 @@ number is valid according to the national rules. It also allows to link phone numbers using the hyperref package. Package author: K. Wehr -Version: 2.3 -Date: 20th August 2021 +Version: 2.4 +Date: 13th May 2022 The phonenumbers package is subject to the LaTeX Project Public License, version 1.3 or later. diff --git a/macros/latex/contrib/phonenumbers/doc/phonenumbers-de.pdf b/macros/latex/contrib/phonenumbers/doc/phonenumbers-de.pdf Binary files differindex bc0f466a74..2cc505c3c2 100644 --- a/macros/latex/contrib/phonenumbers/doc/phonenumbers-de.pdf +++ b/macros/latex/contrib/phonenumbers/doc/phonenumbers-de.pdf diff --git a/macros/latex/contrib/phonenumbers/doc/phonenumbers-de.tex b/macros/latex/contrib/phonenumbers/doc/phonenumbers-de.tex index ea51e371aa..6e945537d3 100644 --- a/macros/latex/contrib/phonenumbers/doc/phonenumbers-de.tex +++ b/macros/latex/contrib/phonenumbers/doc/phonenumbers-de.tex @@ -1,6 +1,6 @@ % phonenumbers package: German manual -% Version 2.3 -% Datum: 20. August 2021 +% Version 2.4 +% Datum: 13. Mai 2022 \documentclass[numbers=noenddot]{scrreprt} \usepackage[french,ngerman]{babel} \usepackage{fontspec} @@ -16,15 +16,15 @@ \usepackage{cnltx-example} \usepackage{cnltx-tools} \usepackage[colorlinks=true, - allcolors=black, - bookmarksopen=true, - bookmarksopenlevel=0, - bookmarksnumbered=true, - pdfencoding=auto, - pdftitle={Setzen von Telefonnummern mit LaTeX}, - pdfsubject={Anleitung zum Paket PHONENUMBERS}, - pdfkeywords={latex phonenumbers Telefonnummern}, - pdfauthor={K. Wehr}]{hyperref} + allcolors=black, + bookmarksopen=true, + bookmarksopenlevel=0, + bookmarksnumbered=true, + pdfencoding=auto, + pdftitle={Setzen von Telefonnummern mit LaTeX}, + pdfsubject={Anleitung zum Paket PHONENUMBERS}, + pdfkeywords={latex phonenumbers Telefonnummern}, + pdfauthor={K. Wehr}]{hyperref} \setmainfont{TeX Gyre Bonum} \setmonofont{Latin Modern Mono}[Scale=MatchLowercase] @@ -53,16 +53,16 @@ \renewcommand{\labelnamepunct}{\addcolon\space} \definecolorscheme{phonecolor}{ - cs => cnltxformalblue, - option => cnltxbrown, - cnltx => cnltxgreen + cs => cnltxformalblue, + option => cnltxbrown, + cnltx => cnltxgreen } \setcnltx{ - add-cmds = {setphonenumbers,phonenumber,href}, - color-scheme = phonecolor, - add-listings-options = {numbers=none}, - pre-output = {\raggedright} + add-cmds = {setphonenumbers,phonenumber,href}, + color-scheme = phonecolor, + add-listings-options = {numbers=none}, + pre-output = {\raggedright} } \makeatletter @@ -71,7 +71,7 @@ \makeatother \DeclareNewLayer[background,bottommargin,mode=picture,hoffset=7cm, - contents={\includegraphics{Telefonhoerer}}]{Telefonebene} + contents={\includegraphics{Telefonhoerer}}]{Telefonebene} \AddLayersToPageStyle{plain}{Telefonebene} \AddLayersToPageStyle{scrheadings}{Telefonebene} @@ -79,103 +79,107 @@ \ExplSyntaxOn \NewDocumentEnvironment {Befehlsliste} { } - { - \begin{list}{ } - { - \setlength{\leftmargin}{0pt} - \setlength{\itemindent}{-1em} - \setlength{\parsep}{0pt} - \setlength{\listparindent}{\parindent} - \setlength{\itemsep}{\topsep} - } - } - { - \end{list} - } + { + \begin{list}{ } + { + \setlength{\leftmargin}{0pt} + \setlength{\itemindent}{-1em} + \setlength{\parsep}{0pt} + \setlength{\listparindent}{\parindent} + \setlength{\itemsep}{\topsep} + } + } + { + \end{list} + } \NewDocumentCommand \Befehlsbeschreibung {m o} - { - \item - \cs{#1} - \IfValueT{#2}{#2} - \\ - } + { + \item + \cs{#1} + \IfValueT{#2}{#2} + \\ + } \NewDocumentCommand \Optionsbeschreibung {m m m} - { - \item - \option{#1}~=~\choices{#2} - \hfill - Voreinstellung:~\code{#3} - \\ - } + { + \item + \option{#1}~=~\choices{#2} + \hfill + Voreinstellung:~\code{#3} + \\ + } \ExplSyntaxOff -\newcommand*{\Paket}[1]{\textsc{#1}} -\newcommand{\phone}{\textcolor{cnltx}{\Paket{phone\-numbers}}} +\newcommand*\Paket[1]{\textsc{#1}} +\newcommand\phone{\textcolor{cnltx}{\Paket{phone\-numbers}}} -\newcommand{\UeberschriftGeltungsbereich}{\section{Geltungsbereich}} +\newcommand\UeberschriftGeltungsbereich{\section{Geltungsbereich}} -\newcommand{\UeberschriftAufbau}{\section{Aufbau der Nummern}} +\newcommand\UeberschriftAufbau{\section{Aufbau der Nummern}} -\newcommand*{\UeberschriftOptionen}[1]{\section{Optionen}\label{optionen-#1}} +\newcommand*\UeberschriftOptionen[1]{\section{Optionen}\label{optionen-#1}} -\newcommand{\UeberschriftUngueltig}{\section{Ungültige Nummern}} +\newcommand\UeberschriftUngueltig{\section{Ungültige Nummern}} -\newcommand{\UeberschriftOrtsvorwahlen}{\section{Ortsvorwahlen}} +\newcommand\UeberschriftOrtsvorwahlen{\section{Ortsvorwahlen}} -\newcommand{\UeberschriftRegionalvorwahlen}{\section{Regionalvorwahlen}} +\newcommand\UeberschriftRegionalvorwahlen{\section{Regionalvorwahlen}} -\newcommand{\UeberschriftSondervorwahlen}{\section{Sondervorwahlen}} +\newcommand\UeberschriftSondervorwahlen{\section{Sondervorwahlen}} -\newcommand{\OptionsvariantenAreaCodeSep}{\Optionsbeschreibung{area-code-sep}{slash,brackets,space,hyphen}{slash}} +\newcommand\OptionsvariantenAreaCodeSep{\Optionsbeschreibung{area-code-sep}{slash,brackets,space,hyphen}{slash}} -\newcommand{\OptionsbeschreibungAreaCodeSep}{Legt fest, wie die Vorwahl von der Teilnehmerrufnummer abgetrennt wird.} +\newcommand\OptionsbeschreibungAreaCodeSep{Legt fest, wie die Vorwahl von der Teilnehmerrufnummer abgetrennt wird.} -\newcommand{\HinweisForeignAreaCodeSep}{Für Nummern mit Auslandsvorwahl gibt es die Option +\newcommand\HinweisForeignAreaCodeSep{Für Nummern mit Auslandsvorwahl gibt es die Option \option{foreign-area-code-sep} \sieheAbschnitt{optionen-allgemein}.} -\newcommand{\OptionsvariantenAreaCode}{\Optionsbeschreibung{area-code}{number,place,place-and-number}{number}} +\newcommand\OptionsvariantenAreaCode{\Optionsbeschreibung{area-code}{number,place,place-and-number}{number}} -\newcommand{\OptionsbeschreibungAreaCode}{Legt fest, wie die Vorwahl dargestellt werden soll: als Nummer, als Ortsname oder als Ortsname mit Nummer.} +\newcommand\OptionsbeschreibungAreaCode{Legt fest, wie die Vorwahl dargestellt werden soll: als Nummer, als Ortsname oder als Ortsname mit Nummer.} -\newcommand{\WertbeschreibungBrackets}{Die Variante \code{brackets} setzt bei Festnetznummern Klammern um die Vorwahl. Bei Mobilfunk- und Sondernummern wird sie wie \code{space} behandelt, da bei solchen Nummern die Vorwahl stets mitgewählt werden muss.} +\newcommand\WertbeschreibungBrackets{Die Variante \code{brackets} setzt bei Festnetznummern Klammern um die Vorwahl. Bei Mobilfunk- und Sondernummern wird sie wie \code{space} behandelt, da bei solchen Nummern die Vorwahl stets mitgewählt werden muss.} -\newcommand{\WertbeschreibungPlaceAndNumber}{Die Variante \code{place-and-number} gibt für Nummern ohne Auslandsvorwahl den Ortsnamen bzw. die Bedeutung der Vorwahl zusätzlich zur Vorwahlnummer aus.} +\newcommand\WertbeschreibungPlaceAndNumber{Die Variante \code{place-and-number} gibt für Nummern ohne Auslandsvorwahl den Ortsnamen bzw. die Bedeutung der Vorwahl zusätzlich zur Vorwahlnummer aus.} -\newcommand{\WertbeschreibungPlace}{Die Variante \code{place} gibt bei Festnetznummern ohne Auslandsvorwahl den Ortsnamen anstelle der Vorwahlnummer aus. In anderen Fällen bleibt es bei der Ausgabe der Nummer.} +\newcommand\WertbeschreibungPlace{Die Variante \code{place} gibt bei Festnetznummern ohne Auslandsvorwahl den Ortsnamen anstelle der Vorwahlnummer aus. In anderen Fällen bleibt es bei der Ausgabe der Nummer.} -\newcommand{\KeineVerlinkung}{Nummern ohne Vorwahl können allerdings nicht verlinkt werden +\newcommand\KeineVerlinkung{Nummern ohne Vorwahl können allerdings nicht verlinkt werden \vglAbschnitt{verlinkung}.} -\newcommand{\WarnungWenn}{Eine Warnung wird ausgegeben, wenn} +\newcommand\WarnungWenn{Eine Warnung wird ausgegeben, wenn} -\newcommand*{\vglAbschnitt}[1]{(\cf\ Abschnitt \ref{#1})} +\newcommand*\vglAbschnitt[1]{(\cf\ Abschnitt \ref{#1})} -\newcommand*{\sieheAbschnitt}[1]{(siehe Abschnitt \ref{#1})} +\newcommand*\sieheAbschnitt[1]{(siehe Abschnitt \ref{#1})} -\newcommand*{\vglAnhang}[1]{(\cf\ Anhang~\ref{#1})} +\newcommand*\vglAnhang[1]{(\cf\ Anhang~\ref{#1})} -\newcommand{\Quelle}{\noindent\emph{Quelle: }} +\newcommand\Quelle{\noindent\emph{Quelle: }} -\newcommand*{\Quellen}{\noindent\emph{Quellen: }} +\newcommand*\Quellen{\noindent\emph{Quellen: }} -\newcommand{\Schmalschrift}{\small\fontspec{Libertinus Serif}[Ligatures=TeX]} +\newcommand\Schmalschrift{\small\fontspec{Libertinus Serif}[Ligatures=TeX]} -\newcommand*{\AufbauDEATA}[6]{Eine #1 Telefonnummer besteht in der Regel aus einer Vorwahl, die mit einer 0 beginnt, und einer Teilnehmerrufnummer. Die Vorwahl kann zwischen #2 und #3 Stellen haben, die Teilnehmerrufnummer im Festznetz zwischen #4 und #5 Stellen. Zur Trennung von Vorwahl und Teilnehmerrufnummer gibt es unterschiedliche Konventionen +\newcommand*\AufbauDEATA[6]{Eine #1 Telefonnummer besteht in der Regel aus einer Vorwahl, die mit einer 0 beginnt, und einer Teilnehmerrufnummer. Die Vorwahl kann zwischen #2 und #3 Stellen haben, die Teilnehmerrufnummer im Festznetz zwischen #4 und #5 Stellen. Zur Trennung von Vorwahl und Teilnehmerrufnummer gibt es unterschiedliche Konventionen \vglAbschnitt{#6}. Standardmäßig verwendet das Paket \phone\ einen Schrägstrich.} -\newcommand{\AufbauDEATB}{Die Ortsvorwahl kann bei Anrufen innerhalb eines Ortsnetzes weggelassen werden.} +\newcommand\AufbauDEATB{Die Ortsvorwahl kann bei Anrufen innerhalb eines Ortsnetzes weggelassen werden.} -\newcommand{\AufbauDEATC}[1]{\KeineVerlinkung\ Als Alternative empfiehlt sich der Einsatz der Option \option{home-area-code} +\newcommand\AufbauDEATC[1]{\KeineVerlinkung\ Als Alternative empfiehlt sich der Einsatz der Option \option{home-area-code} \vglAbschnitt{optionen-allgemein}, die in #1 überall verwendet werden kann.\par Am Ende der Teilnehmerrufnummer kann eine abgetrennte Durchwahlnummer stehen, die durch ein optionales Argument oder einen Bindestrich angegeben wird.} -\newcommand*{\AufbauDEATD}[1]{Bei Anrufen aus dem Ausland wird die Auslandsvorwahl mit der Landeskennzahl #1 vorangestellt und die führende 0 der Ortsvorwahl weggelassen.} +\newcommand*\AufbauDEATD[1]{Bei Anrufen aus dem Ausland wird die Auslandsvorwahl mit der Landeskennzahl #1 vorangestellt und die führende 0 der Ortsvorwahl weggelassen.} + +\newcommand\EMail{wehr} +\newcommand\EMailDomain{abgol} +\newcommand\EMailTopLevelDomain{de} \begin{document} \begin{titlepage} @@ -189,7 +193,11 @@ Am Ende der Teilnehmerrufnummer kann eine abgetrennte Durchwahlnummer stehen, di \smallskip Keno Wehr +\normalsize +\texttt{\EMail@\EMailDomain.\EMailTopLevelDomain} + \bigskip +\large \textit{Fehlermeldungen} \smallskip @@ -435,13 +443,20 @@ Vor der Heimatvorwahl sollte das Heimatland mit der Option \option{home-country} \phonenumber[country=DE]{0258163970} \end{sidebyside} Die Angabe einer Heimatvorwahl ist nur für Gebiete zulässig, in denen die Vorwahl bei Ortsgesprächen weggelassen werden kann. +\Optionsbeschreibung{group-min}{3,4,5,6,7}{3} +In mehreren Ländern werden Telefonnummern in Zweiergruppen gegliedert. Der Wert dieser Option gibt an, ab welcher Länge eines Nummernteils (Auslandsvorwahl, Ortsvorwahl, Teilnehmerrufnummer, Durchwahl) eine Gliederung stattfindet. +\begin{sidebyside} + \setphonenumbers{country=AT} + \phonenumber{04632503}[364] \\ + \phonenumber[group-min=5]{04632503}[364] +\end{sidebyside} \end{Befehlsliste} \UeberschriftUngueltig Um Robustheit gegenüber Fehlern zu gewährleisten, wird die Kompilierung niemals mit einer Fehlermeldung abgebrochen, wenn dem Befehl \cs{phonenumber} eine ungültige Nummer übergeben wird. Stattdessen schreibt das Paket \phone\ Warnmeldungen in die Log-Datei. Dies ist der Fall, wenn \begin{itemize} -\item die Eingabe leer ist oder nicht nur Ziffern und Leerzeichen enthält (abgesehen von einem Pluszeichen am Anfang), +\item die Eingabe leer ist oder unerlaubte Zeichen enthält, \item eine Durchwahlnummer angegeben ist, obwohl es sich nicht um eine deutsche oder österreichische Telefonnummer handelt, \item eine im internationalen Format eingegebene Nummer nur aus einer Landesvorwahl besteht oder keine gültige Landeskennzahl enthält, \item die Nummer nicht den nationalen Regeln des gewählten Landes entspricht (nur für unterstützte Länder). @@ -1195,7 +1210,7 @@ am Anfang \item Ermöglichung von Makros als Befehlsargumenten \item leichte Veränderung der Warnmeldungen \end{itemize} -\item[2.3] \today +\item[2.3] \printdate{20.8.2021} \begin{itemize} \item Ergänzung der neuen deutschen Mobilfunkvorwahl 01\,50\,19 \item Entfernung der deutschen Mobilfunkvorwahlen 01\,50\,20, 01\,50\,50, 01\,50\,80, 01\,55\,55 @@ -1206,6 +1221,11 @@ am Anfang \item Ergänzung der neuen nordamerikanischen Vorwahlen 227, 274, 341, 368, 428, 447, 448, 464, 474, 523, 524, 525, 526, 572, 582, 656, 659, 689, 730, 742, 771, 826, 839, 840, 943, 945 und 948 \item Revision des Paketcodes \end{itemize} +\item[2.4] \today +\begin{itemize} +\item Einführung der Option +\option{group-min}, um kurze Nummern nicht zu gliedern +\end{itemize} \end{description} \end{document} diff --git a/macros/latex/contrib/phonenumbers/doc/phonenumbers-en.pdf b/macros/latex/contrib/phonenumbers/doc/phonenumbers-en.pdf Binary files differindex 526bac2a33..1eb72f9b03 100644 --- a/macros/latex/contrib/phonenumbers/doc/phonenumbers-en.pdf +++ b/macros/latex/contrib/phonenumbers/doc/phonenumbers-en.pdf diff --git a/macros/latex/contrib/phonenumbers/doc/phonenumbers-en.tex b/macros/latex/contrib/phonenumbers/doc/phonenumbers-en.tex index f0533d6304..7b91c39a0a 100644 --- a/macros/latex/contrib/phonenumbers/doc/phonenumbers-en.tex +++ b/macros/latex/contrib/phonenumbers/doc/phonenumbers-en.tex @@ -1,6 +1,6 @@ % phonenumbers package: English manual -% Version 2.3 -% Datum: 20. August 2021 +% Version 2.4 +% Datum: 13. Mai 2022 \documentclass[numbers=noenddot]{scrreprt} \usepackage[french,UKenglish]{babel} \usepackage{fontspec} @@ -16,15 +16,15 @@ \usepackage{cnltx-example} \usepackage{cnltx-tools} \usepackage[colorlinks=true, - allcolors=black, - bookmarksopen=true, - bookmarksopenlevel=0, - bookmarksnumbered=true, - pdfencoding=auto, - pdftitle={Typesetting telephone numbers with LaTeX}, - pdfsubject={Manual for the PHONENUMBERS package}, - pdfkeywords={latex phonenumbers telephone numbers}, - pdfauthor={K. Wehr}]{hyperref} + allcolors=black, + bookmarksopen=true, + bookmarksopenlevel=0, + bookmarksnumbered=true, + pdfencoding=auto, + pdftitle={Typesetting telephone numbers with LaTeX}, + pdfsubject={Manual for the PHONENUMBERS package}, + pdfkeywords={latex phonenumbers telephone numbers}, + pdfauthor={K. Wehr}]{hyperref} \setmainfont{TeX Gyre Bonum} \setmonofont{Latin Modern Mono}[Scale=MatchLowercase] @@ -53,16 +53,16 @@ \renewcommand{\labelnamepunct}{\addcolon\space} \definecolorscheme{phonecolor}{ - cs => cnltxformalblue, - option => cnltxbrown, - cnltx => cnltxgreen + cs => cnltxformalblue, + option => cnltxbrown, + cnltx => cnltxgreen } \setcnltx{ - add-cmds = {setphonenumbers,phonenumber,href}, - color-scheme = phonecolor, - add-listings-options = {numbers=none}, - pre-output = {\raggedright} + add-cmds = {setphonenumbers,phonenumber,href}, + color-scheme = phonecolor, + add-listings-options = {numbers=none}, + pre-output = {\raggedright} } \makeatletter @@ -71,7 +71,7 @@ \makeatother \DeclareNewLayer[background,bottommargin,mode=picture,hoffset=7cm, - contents={\includegraphics{Telefonhoerer}}]{Telefonebene} + contents={\includegraphics{Telefonhoerer}}]{Telefonebene} \AddLayersToPageStyle{plain}{Telefonebene} \AddLayersToPageStyle{scrheadings}{Telefonebene} @@ -79,103 +79,107 @@ \ExplSyntaxOn \NewDocumentEnvironment {Befehlsliste} { } - { - \begin{list}{ } - { - \setlength{\leftmargin}{0pt} - \setlength{\itemindent}{-1em} - \setlength{\parsep}{0pt} - \setlength{\listparindent}{\parindent} - \setlength{\itemsep}{\topsep} - } - } - { - \end{list} - } + { + \begin{list}{ } + { + \setlength{\leftmargin}{0pt} + \setlength{\itemindent}{-1em} + \setlength{\parsep}{0pt} + \setlength{\listparindent}{\parindent} + \setlength{\itemsep}{\topsep} + } + } + { + \end{list} + } \NewDocumentCommand \Befehlsbeschreibung {m o} - { - \item - \cs{#1} - \IfValueT{#2}{#2} - \\ - } + { + \item + \cs{#1} + \IfValueT{#2}{#2} + \\ + } \NewDocumentCommand \Optionsbeschreibung {m m m} - { - \item - \option{#1}~=~\choices{#2} - \hfill - Default:~\code{#3} - \\ - } + { + \item + \option{#1}~=~\choices{#2} + \hfill + Default:~\code{#3} + \\ + } \ExplSyntaxOff -\newcommand*{\Paket}[1]{\textsc{#1}} -\newcommand{\phone}{\textcolor{cnltx}{\Paket{phone\-numbers}}} +\newcommand*\Paket[1]{\textsc{#1}} +\newcommand\phone{\textcolor{cnltx}{\Paket{phone\-numbers}}} -\newcommand{\UeberschriftGeltungsbereich}{\section{Scope}} +\newcommand\UeberschriftGeltungsbereich{\section{Scope}} -\newcommand{\UeberschriftAufbau}{\section{Structure of the Numbers}} +\newcommand\UeberschriftAufbau{\section{Structure of the Numbers}} -\newcommand*{\UeberschriftOptionen}[1]{\section{Options}\label{optionen-#1}} +\newcommand*\UeberschriftOptionen[1]{\section{Options}\label{optionen-#1}} -\newcommand{\UeberschriftUngueltig}{\section{Invalid Numbers}} +\newcommand\UeberschriftUngueltig{\section{Invalid Numbers}} -\newcommand{\UeberschriftOrtsvorwahlen}{\section{Geographic Area Codes}} +\newcommand\UeberschriftOrtsvorwahlen{\section{Geographic Area Codes}} -\newcommand{\UeberschriftRegionalvorwahlen}{\section{Geographic Area Codes}} +\newcommand\UeberschriftRegionalvorwahlen{\section{Geographic Area Codes}} -\newcommand{\UeberschriftSondervorwahlen}{\section{Non-Geographic Area Codes}} +\newcommand\UeberschriftSondervorwahlen{\section{Non-Geographic Area Codes}} -\newcommand{\OptionsvariantenAreaCodeSep}{\Optionsbeschreibung{area-code-sep}{slash,brackets,space,hyphen}{slash}} +\newcommand\OptionsvariantenAreaCodeSep{\Optionsbeschreibung{area-code-sep}{slash,brackets,space,hyphen}{slash}} -\newcommand{\OptionsbeschreibungAreaCodeSep}{Sets the seperator between area code and subscriber number.} +\newcommand\OptionsbeschreibungAreaCodeSep{Sets the seperator between area code and subscriber number.} -\newcommand{\HinweisForeignAreaCodeSep}{For numbers with country calling code use the +\newcommand\HinweisForeignAreaCodeSep{For numbers with country calling code use the \option{foreign-area-code-sep} option \sieheAbschnitt{optionen-allgemein}.} -\newcommand{\OptionsvariantenAreaCode}{\Optionsbeschreibung{area-code}{number,place,place-and-number}{number}} +\newcommand\OptionsvariantenAreaCode{\Optionsbeschreibung{area-code}{number,place,place-and-number}{number}} -\newcommand{\OptionsbeschreibungAreaCode}{Sets, how the area code will be typeset: as number, as place name, or as place name with number.} +\newcommand\OptionsbeschreibungAreaCode{Sets, how the area code will be typeset: as number, as place name, or as place name with number.} -\newcommand{\WertbeschreibungBrackets}{The choice \code{brackets} will cause the area code of landline numbers to be typeset in brackets. For mobile phone and special numbers this choice will be treated like \code{space}, since the area code has always to be dialled for these numbers.} +\newcommand\WertbeschreibungBrackets{The choice \code{brackets} will cause the area code of landline numbers to be typeset in brackets. For mobile phone and special numbers this choice will be treated like \code{space}, since the area code has always to be dialled for these numbers.} -\newcommand{\WertbeschreibungPlaceAndNumber}{The choice \code{place-and-number} will cause the place name or the meaning of the area code, respectively, to be output in addition to the area code for numbers without country calling code.} +\newcommand\WertbeschreibungPlaceAndNumber{The choice \code{place-and-number} will cause the place name or the meaning of the area code, respectively, to be output in addition to the area code for numbers without country calling code.} -\newcommand{\WertbeschreibungPlace}{The choice \code{place} will typeset landline numbers without country calling code with the place name instead of the area code. In other cases the area code will remain.} +\newcommand\WertbeschreibungPlace{The choice \code{place} will typeset landline numbers without country calling code with the place name instead of the area code. In other cases the area code will remain.} -\newcommand{\KeineVerlinkung}{Numbers without an area code cannot be linked though +\newcommand\KeineVerlinkung{Numbers without an area code cannot be linked though \vglAbschnitt{verlinkung}.} -\newcommand{\WarnungWenn}{A warning will be issued if} +\newcommand\WarnungWenn{A warning will be issued if} -\newcommand*{\vglAbschnitt}[1]{(\cf\ section \ref{#1})} +\newcommand*\vglAbschnitt[1]{(\cf\ section \ref{#1})} -\newcommand*{\sieheAbschnitt}[1]{(see section \ref{#1})} +\newcommand*\sieheAbschnitt[1]{(see section \ref{#1})} -\newcommand*{\vglAnhang}[1]{(\cf\ appendix~\ref{#1})} +\newcommand*\vglAnhang[1]{(\cf\ appendix~\ref{#1})} -\newcommand{\Quelle}{\noindent\emph{Source: }} +\newcommand\Quelle{\noindent\emph{Source: }} -\newcommand*{\Quellen}{\noindent\emph{Sources: }} +\newcommand*\Quellen{\noindent\emph{Sources: }} -\newcommand{\Schmalschrift}{\small\fontspec{Libertinus Serif}[Ligatures=TeX]} +\newcommand\Schmalschrift{\small\fontspec{Libertinus Serif}[Ligatures=TeX]} -\newcommand*{\AufbauDEATA}[6]{A #1 phone number normally consists of an area code beginning with 0 and a subscriber number. The area code can have #2 to #3 digits, a landline subscriber number #4 to #5 digits. There are different conventions for the separation of the area code from the subscriber number +\newcommand*\AufbauDEATA[6]{A #1 phone number normally consists of an area code beginning with 0 and a subscriber number. The area code can have #2 to #3 digits, a landline subscriber number #4 to #5 digits. There are different conventions for the separation of the area code from the subscriber number \vglAbschnitt{#6}. The default separator used by the \phone\ package is a slash.} -\newcommand{\AufbauDEATB}{The area code is not required for calls within the local exchange area.} +\newcommand\AufbauDEATB{The area code is not required for calls within the local exchange area.} -\newcommand{\AufbauDEATC}[1]{\KeineVerlinkung\ As an alternative the use of the \option{home-area-code} option +\newcommand\AufbauDEATC[1]{\KeineVerlinkung\ As an alternative the use of the \option{home-area-code} option \vglAbschnitt{optionen-allgemein}, which can be used everywhere in #1, is recommended.\par The subscriber number can end in a separate extension, which can be input by an optional argument or a hyphen.} -\newcommand*{\AufbauDEATD}[1]{For calls from abroad the country code #1 has to be used and the leading 0 of the area code has to be left out.} +\newcommand*\AufbauDEATD[1]{For calls from abroad the country code #1 has to be used and the leading 0 of the area code has to be left out.} + +\newcommand\EMail{wehr} +\newcommand\EMailDomain{abgol} +\newcommand\EMailTopLevelDomain{de} \begin{document} \begin{titlepage} @@ -189,7 +193,11 @@ The subscriber number can end in a separate extension, which can be input by an \smallskip Keno Wehr +\normalsize +\texttt{\EMail@\EMailDomain.\EMailTopLevelDomain} + \bigskip +\large \textit{Bug reports} \smallskip @@ -435,13 +443,20 @@ The \option{home-country} option should to be set before the home area code. If \phonenumber[country=DE]{0258163970} \end{sidebyside} Setting a home area code is allowed only for areas where the area code can be left out for local calls. +\Optionsbeschreibung{group-min}{3,4,5,6,7}{3} +In several countries telephone numbers are structured in groups of two digits. The value of this option sets the minimum length of a number part (country calling code, area code, subscriber number, extension) to which structuring shall be applied. +\begin{sidebyside} + \setphonenumbers{country=AT} + \phonenumber{04632503}[364] \\ + \phonenumber[group-min=5]{04632503}[364] +\end{sidebyside} \end{Befehlsliste} \UeberschriftUngueltig To ensure robustness against errors, the compilation will never be aborted with an error message if an invalid number is given to the \cs{phonenumber} command. Rather, the \phone\ package will write warnings to the log file. This will occur if \begin{itemize} -\item the input is empty or contains other characters than digits and spaces (apart from a plus sign as first character), +\item the input is empty or contains illegal characters, \item an extension is given for a non-German and non-Austrian phone number, \item a number input in the international format consists of a country calling code only or does not contain a valid country code, \item the number is not in accordance with the national rules of the selected country (only for supported countries). @@ -1195,7 +1210,7 @@ option for the area code separator in numbers with country calling code \item Making macros possible as command arguments \item Slight change of the warning messages \end{itemize} -\item[2.3] \today +\item[2.3] \printdate{20.8.2021} \begin{itemize} \item Addition of the new German mobile phone area code 01\,50\,19 \item Removal of the German mobile phone area codes 01\,50\,20, 01\,50\,50, 01\,50\,80, 01\,55\,55 @@ -1206,6 +1221,11 @@ option for the area code separator in numbers with country calling code \item Addition of the new North American area codes 227, 274, 341, 368, 428, 447, 448, 464, 474, 523, 524, 525, 526, 572, 582, 656, 659, 689, 730, 742, 771, 826, 839, 840, 943, 945, and 948 \item Revision of the package code \end{itemize} +\item[2.4] \today +\begin{itemize} +\item Introduction of the +\option{group-min} option to suppress the structuring of short numbers +\end{itemize} \end{description} \end{document} diff --git a/macros/latex/contrib/phonenumbers/tex/phonenumbers.sty b/macros/latex/contrib/phonenumbers/tex/phonenumbers.sty index 5b060f7b6e..b1a24faf76 100644 --- a/macros/latex/contrib/phonenumbers/tex/phonenumbers.sty +++ b/macros/latex/contrib/phonenumbers/tex/phonenumbers.sty @@ -2,8 +2,8 @@ % LaTeX-Paket zur Formatierung von Telefonnummern % LaTeX package for formatting telephone numbers % Autor: K. Wehr -% Version: 2.3 -% Datum: 20. August 2021 +% Version: 2.4 +% Datum: 13. Mai 2022 % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -14,7 +14,7 @@ % version 2005/12/01 or later. -\ProvidesExplPackage {phonenumbers} {2021-08-20} {2.3} {Telephone number package} +\ProvidesExplPackage {phonenumbers} {2022-05-13} {2.4} {Telephone number package} \RequirePackage{l3keys2e} \RequirePackage{ltxcmds} @@ -34,13 +34,13 @@ \str_new:N \l_phone_vorwahltrennung_str \str_new:N \l_phone_auslandsvorwahltrennung_str \str_new:N \l_phone_heimatvorwahl_str -\str_new:N \l_phone_rufnummer_str \str_new:N \l_phone_bereinigte_nummer_str \str_new:N \l_phone_bereinigte_durchwahl_str \str_new:N \l_phone_linktext_str \int_new:N \l_phone_ziffernzahl_int \int_new:N \l_phone_nummerlaenge_int +\int_new:N \l_phone_gruppierungsminimum_int \tl_new:N \l_phone_ausgabetext_tl \tl_new:N \l_phone_formatierte_nummer_tl @@ -358,6 +358,16 @@ home-area-code .value_required:n = true } +\keys_define:nn {phonenumbers} + { + group-min .choices:nn = {3,4,5,6,7} + { + \int_set_eq:NN \l_phone_gruppierungsminimum_int \l_keys_choice_tl + }, + group-min .initial:n = {3} , + group-min .value_required:n = true + } + % Prüfe, ob eine Vorwahl als Heimatvorwahl zulässig ist. % #1: Heimatvorwahl @@ -409,6 +419,7 @@ } +% einen Nummernteil von vorne in Zweiergruppen gruppiert schreiben, sofern er nicht kürzer als das Gruppierungsminimum ist \cs_new_protected:Npn \phone_von_vorne_gruppiert_schreiben:n #1 { \int_set:Nn \l_phone_ziffernzahl_int { \tl_count:n {#1} } @@ -418,10 +429,15 @@ { \tl_put_right:Nx \l_phone_formatierte_nummer_tl { \tl_item:nn {#1} {##1} } - \int_if_even:nT {##1} + % Nach jeder zweiten Ziffer wird ein kleiner Abstand eingefügt, wenn die Ziffernzahl nicht unterhalb des Gruppierungsminimums liegt. + \bool_lazy_all:nT + { + { ! \int_compare_p:nNn { \l_phone_ziffernzahl_int } < { \l_phone_gruppierungsminimum_int } } + { \int_if_even_p:n {##1} } + { \int_compare_p:nNn {##1} < { \l_phone_ziffernzahl_int } } + } { - \int_compare:nNnT {##1} < {\l_phone_ziffernzahl_int} - { \tl_put_right:Nn \l_phone_formatierte_nummer_tl {\,} } + \tl_put_right:Nn \l_phone_formatierte_nummer_tl {\,} } } @@ -431,6 +447,35 @@ \cs_generate_variant:Nn \phone_von_vorne_gruppiert_schreiben:n {x,V} +% einen Nummernteil von in Zweiergruppen gruppiert mit führender Einzelziffer schreiben, sofern er nicht kürzer als das Gruppierungsminimum ist +\cs_new_protected:Npn \phone_versetzt_gruppiert_schreiben:n #1 + { + \int_set:Nn \l_phone_ziffernzahl_int { \tl_count:n {#1} } + \tl_clear:N \l_phone_formatierte_nummer_tl + + \int_step_inline:nn {\l_phone_ziffernzahl_int} + { + \tl_put_right:Nx \l_phone_formatierte_nummer_tl { \tl_item:nn {#1} {##1} } + + % Nach der 1., 3., 5., ... Ziffer wird ein kleiner Abstand eingefügt, wenn die Ziffernzahl nicht unterhalb des Gruppierungsminimums liegt. + \bool_lazy_all:nT + { + { ! \int_compare_p:nNn { \l_phone_ziffernzahl_int } < { \l_phone_gruppierungsminimum_int } } + { \int_if_odd_p:n {##1} } + { \int_compare_p:nNn {##1} < { \l_phone_ziffernzahl_int } } + } + { + \tl_put_right:Nn \l_phone_formatierte_nummer_tl {\,} + } + } + + \tl_put_right:NV \l_phone_ausgabetext_tl \l_phone_formatierte_nummer_tl + } + +\cs_generate_variant:Nn \phone_versetzt_gruppiert_schreiben:n {x} + + +% einen Nummernteil von hinten in Zweiergruppen gruppiert schreiben, sofern er nicht kürzer als das Gruppierungsminimum ist \cs_new_protected:Npn \phone_von_hinten_gruppiert_schreiben:n #1 { \int_set:Nn \l_phone_ziffernzahl_int { \tl_count:n {#1} } @@ -440,10 +485,15 @@ { \tl_put_left:Nx \l_phone_formatierte_nummer_tl { \tl_item:nn {#1} {##1} } - \int_if_even:nT { \l_phone_ziffernzahl_int + 1 - ##1 } + % Nach jeder zweiten Ziffer wird ein kleiner Abstand eingefügt, wenn die Ziffernzahl nicht unterhalb des Gruppierungsminimums liegt. + \bool_lazy_all:nT + { + { ! \int_compare_p:nNn { \l_phone_ziffernzahl_int } < { \l_phone_gruppierungsminimum_int } } + { \int_if_even_p:n { \l_phone_ziffernzahl_int + 1 - ##1 } } + { \int_compare_p:nNn {##1} > {1} } + } { - \int_compare:nNnT {##1} > {1} - { \tl_put_left:Nn \l_phone_formatierte_nummer_tl {\,} } + \tl_put_left:Nn \l_phone_formatierte_nummer_tl {\,} } } @@ -576,7 +626,7 @@ \str_if_eq:xnTF { \str_head:N \l_phone_bereinigte_nummer_str } {1} { \str_set:Nn \l_phone_land_str {US} - \str_set:Nx \l_phone_bereinigte_nummer_str { \str_range:Nnn \l_phone_bereinigte_nummer_str {2} {-1} } + \str_set:Nx \l_phone_bereinigte_nummer_str { \str_tail:N \l_phone_bereinigte_nummer_str } } { \int_compare:nNnTF {\l_tmpa_int} > {2} @@ -928,14 +978,27 @@ % sechsstellige britische Vorwahl: Gliederung vor der zweitletzten Ziffer \bool_if:NTF #2 { - \tl_put_right:Nx \l_phone_ausgabetext_tl { \str_range:nnn {#1} {1} {4} } + \int_compare:nNnTF {\l_phone_gruppierungsminimum_int} > {6} + { + \tl_put_right:Nn \l_phone_ausgabetext_tl {#1} + } + { + \tl_put_right:Nx \l_phone_ausgabetext_tl { \str_range:nnn {#1} {1} {4} } + \tl_put_right:Nn \l_phone_ausgabetext_tl {\,} + \tl_put_right:Nx \l_phone_ausgabetext_tl { \str_range:nnn {#1} {5} {6} } + } } { - \tl_put_right:Nx \l_phone_ausgabetext_tl { \str_tail:x { \str_range:nnn {#1} {1} {4} } } + \int_compare:nNnTF {\l_phone_gruppierungsminimum_int} > {5} + { + \tl_put_right:Nx \l_phone_ausgabetext_tl { \str_tail:n {#1} } + } + { + \tl_put_right:Nx \l_phone_ausgabetext_tl { \str_range:nnn {#1} {2} {4} } + \tl_put_right:Nn \l_phone_ausgabetext_tl {\,} + \tl_put_right:Nx \l_phone_ausgabetext_tl { \str_range:nnn {#1} {5} {6} } + } } - - \tl_put_right:Nn \l_phone_ausgabetext_tl {\,} - \tl_put_right:Nx \l_phone_ausgabetext_tl { \str_range:nnn {#1} {5} {6} } } { % nicht sechsstellige britische Vorwahl @@ -952,23 +1015,19 @@ % nichtbritische Vorwahl \bool_lazy_and:nnTF { \str_if_eq_p:Vn \l_phone_land_str {DE} } { \int_compare_p:nNn { \str_count:n {#1} } = {5} } { - % fünfstellige deutsche Vorwahl \str_set:Nx \l_tmpa_str { \str_range:nnn {#1} {1} {4} } - \str_set:Nx \l_tmpb_str { \str_range:nnn {#1} {5} {5} } + % fünfstellige deutsche Vorwahl \bool_lazy_or:nnTF { \str_if_eq_p:Vn \l_tmpa_str {0137} } { \str_if_eq_p:Vn \l_tmpa_str {0180} } { % fünfstellige deutsche Vorwahl mit Tarifkennung: letzte Ziffer steht allein \bool_if:NTF #2 { - \phone_von_hinten_gruppiert_schreiben:V \l_tmpa_str + \phone_von_vorne_gruppiert_schreiben:n {#1} } { - \phone_von_hinten_gruppiert_schreiben:x { \str_tail:N \l_tmpa_str } + \phone_versetzt_gruppiert_schreiben:x { \str_tail:n {#1} } } - - \tl_put_right:Nn \l_phone_ausgabetext_tl {\,} - \tl_put_right:NV \l_phone_ausgabetext_tl \l_tmpb_str } { % fünfstellige deutsche Vorwahl ohne Tarifkennung @@ -1644,7 +1703,7 @@ } % #1: Vorwahl, #2: Rufnummer -\cs_new_protected:Npn \phone_FR_vorwahl_schreiben:nn #1#2 +\cs_new_protected:Npn \phone_FR_vorwahl_und_rufnummer_schreiben:nn #1#2 { \bool_lazy_or:nnTF { \str_if_eq_p:Vn \l_phone_auslandsvorwahltyp_str {off} } { \str_if_eq_p:Vn \l_phone_heimatland_str {FR} } { @@ -1656,15 +1715,16 @@ } } - \bool_lazy_and:nnF { \str_if_eq_p:Vn \l_phone_heimatland_str {FR} } { \str_if_eq_p:Vn \l_phone_heimatvorwahl_str {#1} } + \bool_lazy_and:nnTF { \str_if_eq_p:Vn \l_phone_heimatland_str {FR} } { \str_if_eq_p:Vn \l_phone_heimatvorwahl_str {#1} } + { + \phone_von_hinten_gruppiert_schreiben:n {#2} % reine Teilnehmerrufnummer in Saint-Pierre-et-Miquelon + } { \str_case:Vn \l_phone_vorwahldarstellung_str { {number} { - \phone_von_vorne_gruppiert_schreiben:n {#1} - \int_if_even:nT { \str_count:n {#1} } - { \tl_put_right:Nn \l_phone_ausgabetext_tl {\,} } + \phone_von_vorne_gruppiert_schreiben:V \l_phone_bereinigte_nummer_str } {place} { @@ -1672,11 +1732,10 @@ { \tl_put_right:Nv \l_phone_ausgabetext_tl {c_phone_FR_ortsname_#1_tl} \tl_put_right:NV \l_phone_ausgabetext_tl \c_space_tl + \phone_von_vorne_gruppiert_schreiben:n {#2} } { - \phone_von_vorne_gruppiert_schreiben:n {#1} - \int_if_even:nT { \str_count:n {#1} } - { \tl_put_right:Nn \l_phone_ausgabetext_tl {\,} } + \phone_von_vorne_gruppiert_schreiben:V \l_phone_bereinigte_nummer_str } } {place-and-number} @@ -1687,9 +1746,7 @@ \tl_put_right:NV \l_phone_ausgabetext_tl \c_space_tl } - \phone_von_vorne_gruppiert_schreiben:n {#1} - \int_if_even:nT { \str_count:n {#1} } - { \tl_put_right:Nn \l_phone_ausgabetext_tl {\,} } + \phone_von_vorne_gruppiert_schreiben:V \l_phone_bereinigte_nummer_str } } } @@ -1699,38 +1756,25 @@ \tl_put_right:NV \l_phone_ausgabetext_tl \c_space_tl - \str_if_eq:nnF {#1} {0508} % in Saint-Pierre-et-Miquelon entfällt die Ortsvorwahl + \str_if_eq:nnTF {#1} {0508} % in Saint-Pierre-et-Miquelon entfällt die Ortsvorwahl { - \int_if_even:nTF { \str_count:n {#2} } - { - % Rufnummer hat gerade Stellenanzahl - \phone_von_hinten_gruppiert_schreiben:x { \str_tail:n {#1} } - \tl_put_right:Nn \l_phone_ausgabetext_tl {\,} - } - { - \int_if_even:nTF { \str_count:n {#1} } - { - % Rufnummer hat ungerade Stellenanzahl, die Vorwahl ohne die 0 auch - \phone_von_vorne_gruppiert_schreiben:x { \str_tail:n {#1} } - } - { - % Rufnummer hat ungerade Stellenanzahl, die Vorwahl ohne die 0 hat gerade Stellenanzahl - \tl_put_right:Nx \l_phone_ausgabetext_tl { \str_item:nn {#1} {2} \, } - \phone_von_vorne_gruppiert_schreiben:x { \str_range:nnn {#1} {3} {-1} } - } - } + \phone_von_hinten_gruppiert_schreiben:n {#2} + } + { + \phone_von_hinten_gruppiert_schreiben:x { \str_tail:N \l_phone_bereinigte_nummer_str } } } + % Linktext schreiben: \str_put_right:Nx \l_phone_linktext_str { + \phone_FR_ermittle_landeskennzahl:n {#1} } - \str_if_eq:nnF {#1} {0508} % in Saint-Pierre-et-Miquelon entfällt die Ortsvorwahl { \str_put_right:Nx \l_phone_linktext_str { \str_tail:n {#1} } } + \str_put_right:Nn \l_phone_linktext_str {#2} } -\cs_generate_variant:Nn \phone_FR_vorwahl_schreiben:nn {VV,xV} +\cs_generate_variant:Nn \phone_FR_vorwahl_und_rufnummer_schreiben:nn {Vx,xx} \cs_new_protected:Npn \phone_FR_nummer_schreiben: @@ -1771,43 +1815,37 @@ \int_compare:nNnTF { \str_item:Nn \l_phone_bereinigte_nummer_str {5} } < {5} { % überlange Mobilfunknummer (machine to machine) im Mutterland (14 Stellen) - \str_set:Nx \l_phone_rufnummer_str { \str_range:Nnn \l_phone_bereinigte_nummer_str {5} {-1} } - \phone_FR_vorwahl_schreiben:xV { \str_range:Nnn \l_phone_bereinigte_nummer_str {1} {4} } \l_phone_rufnummer_str \phone_nummernlaenge_ueberpruefen:Vnnn \l_phone_bereinigte_nummer_str {14} {14} {machine~to~machine} - \bool_if:NT \l_phone_teilnehmerrufnummer_gueltig_bool + \bool_if:NTF \l_phone_teilnehmerrufnummer_gueltig_bool + { + \phone_FR_vorwahl_und_rufnummer_schreiben:xx + { + \str_range:Nnn \l_phone_bereinigte_nummer_str {1} {4} + } + { + \str_range:Nnn \l_phone_bereinigte_nummer_str {5} {-1} + } + } { - \phone_von_vorne_gruppiert_schreiben:V \l_phone_rufnummer_str + \tl_put_right:NV \l_phone_ausgabetext_tl \l_phone_bereinigte_nummer_str } } { % überlange Mobilfunknummer (machine to machine) in den Überseegebieten (13 Stellen) - \str_set:Nx \l_phone_rufnummer_str { \str_range:Nnn \l_phone_bereinigte_nummer_str {6} {-1} } - \phone_FR_vorwahl_schreiben:xV { \str_range:Nnn \l_phone_bereinigte_nummer_str {1} {5} } \l_phone_rufnummer_str \phone_nummernlaenge_ueberpruefen:Vnnn \l_phone_bereinigte_nummer_str {13} {13} {machine~to~machine} - \bool_if:NT \l_phone_teilnehmerrufnummer_gueltig_bool + \bool_if:NTF \l_phone_teilnehmerrufnummer_gueltig_bool { - \bool_lazy_or:nnTF { \str_if_eq_p:Vn \l_phone_auslandsvorwahltyp_str {off} } { \str_if_eq_p:Vn \l_phone_heimatland_str {FR} } + \phone_FR_vorwahl_und_rufnummer_schreiben:xx { - % ohne Auslandsvorwahl steht am Ende eine Einzelziffer - \tl_put_right:Nx \l_phone_ausgabetext_tl { \str_head:N \l_phone_rufnummer_str \, } - \phone_von_vorne_gruppiert_schreiben:x { \str_tail:N \l_phone_rufnummer_str } + \str_range:Nnn \l_phone_bereinigte_nummer_str {1} {5} } { - % mit Auslandsvorwahl ergeben sich durchgehend Zweiergruppen - \phone_von_vorne_gruppiert_schreiben:V \l_phone_rufnummer_str + \str_range:Nnn \l_phone_bereinigte_nummer_str {6} {-1} } } - } - - \bool_if:NTF \l_phone_teilnehmerrufnummer_gueltig_bool - { - % Für gültige Nummern Linktext schreiben: - \str_put_right:NV \l_phone_linktext_str \l_phone_rufnummer_str - } - { - % Für ungültige Nummern Linktext löschen und ungruppierte Nummer schreiben: - \str_clear:N \l_phone_linktext_str - \tl_put_right:NV \l_phone_ausgabetext_tl \l_phone_rufnummer_str + { + \tl_put_right:NV \l_phone_ausgabetext_tl \l_phone_bereinigte_nummer_str + } } } { @@ -1831,10 +1869,10 @@ \clist_if_in:NVT \c_phone_FR_vorwahlen_clist \l_tmpa_str { \bool_set_true:N \l_phone_vorwahl_gefunden_bool - \str_set:Nx \l_phone_rufnummer_str { \str_range:Nnn \l_phone_bereinigte_nummer_str {##1 + 1} {-1} } - \phone_FR_vorwahl_schreiben:VV \l_tmpa_str \l_phone_rufnummer_str - \phone_von_hinten_gruppiert_schreiben:V \l_phone_rufnummer_str - \str_put_right:NV \l_phone_linktext_str \l_phone_rufnummer_str + \phone_FR_vorwahl_und_rufnummer_schreiben:Vx \l_tmpa_str + { + \str_range:Nnn \l_phone_bereinigte_nummer_str {##1 + 1} {-1} + } } } } diff --git a/macros/latex/contrib/runcode/runcode.pdf b/macros/latex/contrib/runcode/runcode.pdf Binary files differindex f80903c471..4380e8bf59 100644 --- a/macros/latex/contrib/runcode/runcode.pdf +++ b/macros/latex/contrib/runcode/runcode.pdf diff --git a/macros/latex/contrib/runcode/runcode.sty b/macros/latex/contrib/runcode/runcode.sty index 187bd77b0a..79da32c579 100644 --- a/macros/latex/contrib/runcode/runcode.sty +++ b/macros/latex/contrib/runcode/runcode.sty @@ -170,13 +170,13 @@ \IfFileExists{#2}{ \ifthenelse{\isempty{#3}}{ \ifminted - \inputminted[fontsize=\footnotesize,linenos, frame=single, bgcolor=bg, breaklines=true]{#1}{#2} + \inputminted{#1}{#2} \else \VerbatimInput[fontsize=\footnotesize,linenos=true,frame=single,breaklines]{#2} \fi }{ \ifminted - \inputminted[fontsize=\footnotesize,linenos,frame=single, bgcolor=bg, breaklines=true, firstline=#3, lastline=#4, firstnumber=1]{#1}{#2} + \inputminted[firstline=#3, lastline=#4, firstnumber=1]{#1}{#2} \else \VerbatimInput[fontsize=\footnotesize,linenos=true,frame=single,breaklines, firstline=#3, lastline=#4, firstnumber=1]{#2} \fi @@ -232,7 +232,7 @@ \IfFileExists{\tmpname} { \ifstrequal{#2}{vbox} - {\begin{tcolorbox}[breakable,colback=red!5!white,colframe=red!75!black] + {\begin{tcolorbox} \ifminted\unskip \inputminted[fontsize=\footnotesize,breaklines=true]{text}{\tmpname}\unskip \else\unskip @@ -275,7 +275,7 @@ \IfFileExists{\tmpname.tex} {\checkZeroBytes{\tmpname.tex}\unskip \ifstrequal{#3}{vbox} - {\begin{tcolorbox}[breakable,colback=red!5!white,colframe=red!75!black] + {\begin{tcolorbox} \ifminted\unskip \inputminted[fontsize=\footnotesize,breaklines=true]{text}{\tmpname.tex}\unskip \else\unskip diff --git a/macros/latex/contrib/runcode/runcode.tex b/macros/latex/contrib/runcode/runcode.tex index 1d1dccdf94..eadfc13c15 100644 --- a/macros/latex/contrib/runcode/runcode.tex +++ b/macros/latex/contrib/runcode/runcode.tex @@ -15,9 +15,9 @@ \documentclass{ltxdoc} \usepackage[hyphens]{url} %\usepackage{runcode} -\ProvidesPackage{runcode}[2022/05/03 runcode v1.1] +\ProvidesPackage{runcode}[2022/05/14 runcode v1.3] \begin{document} - \title{The \textsf{runcode} package\thanks{This document corresponds to \textsf{runcode}~v1.2, dated~2022/05/03.}} + \title{The \textsf{runcode} package\thanks{This document corresponds to \textsf{runcode}~v1.3, dated~2022/05/14.}} \author{Haim Bar and HaiYing Wang \\ \texttt{haim.bar@uconn.edu}, \texttt{haiying.wang@uconn.edu}} \maketitle @@ -166,6 +166,7 @@ Available options are: \section{Revisions} \begin{itemize} +\item v1.3, May 14, 2022: Removed the hard-coded minted options. \item v1.2, May 3, 2022: Added python options (server and batch). \item v1.1, April 17, 2021: Added a nohup option; improved error handling (missing code files, zero bytes in output files.) \end{itemize} |