diff --git a/beamer/articulos-latex.pdf b/beamer/articulos-latex.pdf index 91a4365..cc134f9 100644 Binary files a/beamer/articulos-latex.pdf and b/beamer/articulos-latex.pdf differ diff --git a/beamer/articulos-latex.tex b/beamer/articulos-latex.tex index db4bc4f..2996e9e 100644 --- a/beamer/articulos-latex.tex +++ b/beamer/articulos-latex.tex @@ -281,16 +281,17 @@ Algunos de los paquetes básicos son: \section{Día 2: Sección Introducción } % +++++++++++++++++++ \subsection{Revisando una introducción} -\begin{frame}[plain] +\begin{frame} \frametitle{Introducción de ejemplo} \includegraphics[width=4.5in]{1introduction} \end{frame} - -%+++++++++++++++++++ -\begin{frame}[plain] - \includegraphics[width=4.5in]{meme-1} + \begin{frame} + \frametitle{Nuestra introducción} + \centering + \includegraphics[width=4.5in]{mistakes} \end{frame} %+++++++++++++++++++ +%+++++++++++++++++++ \subsection{Bibliografía} \begin{frame}{Entorno bibliografía} El entorno \texttt{thebibliography} es @@ -320,7 +321,7 @@ Preambulo número de entradas que habrá en el documento. Y cada entrada va acompañada del comando \texttt{$\backslash$bibitem}, el - argumento (clave1) es una referencia para + argumento (\texttt{clave1}) es una referencia para el usuario y se recomienda que sea el autor y el año, tal como se usa en el estilo de referencias tipo \textbf{Harvard}. El texto @@ -328,7 +329,6 @@ Preambulo del estilo de documento que se redacte. \end{frame} %+++++++++++++++++++ - \begin{frame}[containsverbatim] \frametitle{Citas bibliográficas} Para hacer una cita bibliográfica debe usarse la instrucción \texttt{$\backslash$cite} con la etiqueta correspondiente. @@ -339,9 +339,10 @@ Como se puede ver en \cite{Mata2014} ... Como se puede ver en \cite[pag 3]{Mata2014}... \end{lstlisting} \end{frame} - %+++++++++++++++++++ - +\begin{frame}[plain] + \includegraphics[width=4.5in]{meme-1} +\end{frame} %+++++++++++++++++++ %+++++++++++++++++++ %+++++++++++++++++++ diff --git a/beamer/mistakes.jpg b/beamer/mistakes.jpg new file mode 100644 index 0000000..05218a7 Binary files /dev/null and b/beamer/mistakes.jpg differ diff --git a/examples/1-estructura/main.tex b/examples/1-estructura/main.tex new file mode 100644 index 0000000..2b6ede0 --- /dev/null +++ b/examples/1-estructura/main.tex @@ -0,0 +1,44 @@ +\documentclass{IEEEtran} +\usepackage[spanish]{babel} +\usepackage[utf8]{inputenc} +\usepackage{blindtext} +\usepackage{amsmath} +\usepackage{graphicx} +\title{Proyecto de Investigación Aplicado a Algo Interesante} +\author{Gerardo M. Chávez-Campos} +\begin{document} +\maketitle +\section{Introducción} +\blindtext[2] +\section{Materiales y métodos} +En \eqref{fourier} siguiente se muestra la +transformada de Fourier. +\begin{equation} + f(x)=\int_0^{\infty}x sin(\omega)\label{fourier} +\end{equation} +En \eqref{recta} se muestra la formula para .... +\begin{equation} + y=mx+b\label{recta} +\end{equation} + +\blindtext[8] +\section{Resultados} +\blindtext[4] +\begin{figure} + \centering + \includegraphics[width=2.5in]{metodologia.jpg} + \caption{Caption} + \label{fig:my_label} +\end{figure} + + + + + + + + +\section{Conclusiones} +\blindtext[1] +\end{document} + diff --git a/examples/1-estructura/metodologia.jpg b/examples/1-estructura/metodologia.jpg new file mode 100644 index 0000000..7dc52ba Binary files /dev/null and b/examples/1-estructura/metodologia.jpg differ diff --git a/examples/2-introduccion/main-op2.pdf b/examples/2-introduccion/main-op2.pdf new file mode 100644 index 0000000..8a6844d Binary files /dev/null and b/examples/2-introduccion/main-op2.pdf differ diff --git a/examples/2-introduccion/main-op2.tex b/examples/2-introduccion/main-op2.tex new file mode 100644 index 0000000..4c43acc --- /dev/null +++ b/examples/2-introduccion/main-op2.tex @@ -0,0 +1,35 @@ +\documentclass{IEEEtran} +\usepackage[spanish]{babel} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{blindtext} +\usepackage{graphicx} +\title{Curso de Redacción de Artículos Técnico-Científicos con \LaTeX en el ITVM} +\author{Gerardo Marx Chávez-Campos} +\begin{document} +\maketitle +\section{Introducción} +\blindtext[1] + +Quiero hacer una cita bibliográfica \cite{einstein}. Algunas otras +citas se pueden ver en \cite[pag.25]{knuthwebsite,latexcompanion}. +%\bibliographystyle{ieeetr} +%\bibliography{referencias} +%------------------- +\begin{thebibliography}{9} +\bibitem{latexcompanion} +Michel Goossens, Frank Mittelbach, and Alexander Samarin. +\textit{The \LaTeX\ Companion}. +Addison-Wesley, Reading, Massachusetts, 1993. + +\bibitem{einstein} +Albert Einstein. +\textit{Zur Elektrodynamik bewegter K{\"o}rper}. (German) +[\textit{On the electrodynamics of moving bodies}]. +Annalen der Physik, 322(10):891–921, 1905. + +\bibitem{knuthwebsite} +Knuth: Computers and Typesetting, +\\\texttt{http://www-cs-faculty.stanford.edu/index.html} +\end{thebibliography} +\end{document} \ No newline at end of file diff --git a/examples/2-introduccion/main.pdf b/examples/2-introduccion/main.pdf new file mode 100644 index 0000000..16f7fec Binary files /dev/null and b/examples/2-introduccion/main.pdf differ diff --git a/examples/2-introduccion/main.tex b/examples/2-introduccion/main.tex new file mode 100644 index 0000000..6eb7074 --- /dev/null +++ b/examples/2-introduccion/main.tex @@ -0,0 +1,18 @@ +\documentclass{IEEEtran} +\usepackage[spanish]{babel} +\usepackage[utf8]{inputenc} +\usepackage{amsmath} +\usepackage{blindtext} +\usepackage{graphicx} +\title{Curso de Redacción de Artículos Técnico-Científicos con \LaTeX en el ITVM} +\author{Gerardo Marx Chávez-Campos} +\begin{document} +\maketitle +\section{Introducción} +\blindtext[1] + +Quiero hacer una cita bibliográfica \cite{romanya2007analisis}. Algunas otras +citas se pueden ver en \cite[pag.25]{alvarez2019influencia, verdenelli2019proteinas}. +\bibliographystyle{ieeetr} +\bibliography{referencias} +\end{document} diff --git a/examples/2-introduccion/referencias.bib b/examples/2-introduccion/referencias.bib new file mode 100644 index 0000000..fa0d318 --- /dev/null +++ b/examples/2-introduccion/referencias.bib @@ -0,0 +1,27 @@ +@article{romanya2007analisis, + title={An{\'a}lisis del carbono en los suelos agr{\'\i}colas de Espa{\~n}a. Aspectos relevantes en relaci{\'o}n a la reconversi{\'o}n a la agricultura ecol{\'o}gica en el {\'a}mbito mediterr{\'a}neo.}, + author={Romany{\'a}, JA and Rovira, P and Vallejo, R}, + journal={Revista Ecosistemas}, + volume={16}, + number={1}, + year={2007} +} + +@article{verdenelli2019proteinas, + title={Prote{\'\i}nas totales y perfiles SDS-PAGE de suelos agr{\'\i}colas bajo fertilizaci{\'o}n mineral}, + author={Verdenelli, Romina Ayl{\'e}n and Mascanfroni, Gisela Daniela and Dominchin, Mar{\'\i}a Florencia and Barbero, Florencia Magali and Gil, Silvina Vargas and Meriles, Jos{\'e} Manuel}, + journal={Revista de la Facultad de Ciencias Exactas, F{\'\i}sicas y Naturales}, + volume={6}, + number={1}, + pages={51}, + year={2019} +} + +@article{alvarez2019influencia, + title={Influencia de herbicidas preemergentes sobre el desarrollo de dermatofitos geof{\'\i}licos en suelos agr{\'\i}colas}, + author={Alvarez, Delia P and Luque, Alicia G and Marini, Patricia and Gamberate, Mar{\'\i}a E}, + journal={Bolet{\'\i}n Micol{\'o}gico}, + volume={3}, + number={4}, + year={2019} +} \ No newline at end of file diff --git a/examples/archivos-referencias/bibliography.txt b/examples/archivos-referencias/bibliography.txt new file mode 100644 index 0000000..60191c5 --- /dev/null +++ b/examples/archivos-referencias/bibliography.txt @@ -0,0 +1,16 @@ +\begin{thebibliography}{9} +\bibitem{latexcompanion} +Michel Goossens, Frank Mittelbach, and Alexander Samarin. +\textit{The \LaTeX\ Companion}. +Addison-Wesley, Reading, Massachusetts, 1993. + +\bibitem{einstein} +Albert Einstein. +\textit{Zur Elektrodynamik bewegter K{\"o}rper}. (German) +[\textit{On the electrodynamics of moving bodies}]. +Annalen der Physik, 322(10):891–921, 1905. + +\bibitem{knuthwebsite} +Knuth: Computers and Typesetting, +\\\texttt{http://www-cs-faculty.stanford.edu/index.html} +\end{thebibliography} diff --git a/examples/archivos-referencias/referencias.bib b/examples/archivos-referencias/referencias.bib new file mode 100644 index 0000000..fa0d318 --- /dev/null +++ b/examples/archivos-referencias/referencias.bib @@ -0,0 +1,27 @@ +@article{romanya2007analisis, + title={An{\'a}lisis del carbono en los suelos agr{\'\i}colas de Espa{\~n}a. Aspectos relevantes en relaci{\'o}n a la reconversi{\'o}n a la agricultura ecol{\'o}gica en el {\'a}mbito mediterr{\'a}neo.}, + author={Romany{\'a}, JA and Rovira, P and Vallejo, R}, + journal={Revista Ecosistemas}, + volume={16}, + number={1}, + year={2007} +} + +@article{verdenelli2019proteinas, + title={Prote{\'\i}nas totales y perfiles SDS-PAGE de suelos agr{\'\i}colas bajo fertilizaci{\'o}n mineral}, + author={Verdenelli, Romina Ayl{\'e}n and Mascanfroni, Gisela Daniela and Dominchin, Mar{\'\i}a Florencia and Barbero, Florencia Magali and Gil, Silvina Vargas and Meriles, Jos{\'e} Manuel}, + journal={Revista de la Facultad de Ciencias Exactas, F{\'\i}sicas y Naturales}, + volume={6}, + number={1}, + pages={51}, + year={2019} +} + +@article{alvarez2019influencia, + title={Influencia de herbicidas preemergentes sobre el desarrollo de dermatofitos geof{\'\i}licos en suelos agr{\'\i}colas}, + author={Alvarez, Delia P and Luque, Alicia G and Marini, Patricia and Gamberate, Mar{\'\i}a E}, + journal={Bolet{\'\i}n Micol{\'o}gico}, + volume={3}, + number={4}, + year={2019} +} \ No newline at end of file diff --git a/material/latex/BibTeX.pdf b/material/latex/BibTeX.pdf new file mode 100644 index 0000000..735b7ec Binary files /dev/null and b/material/latex/BibTeX.pdf differ diff --git a/material/latex/Cap1.pdf b/material/latex/Cap1.pdf new file mode 100644 index 0000000..52c65fe Binary files /dev/null and b/material/latex/Cap1.pdf differ diff --git a/material/latex/Cap2.pdf b/material/latex/Cap2.pdf new file mode 100644 index 0000000..8359c32 Binary files /dev/null and b/material/latex/Cap2.pdf differ diff --git a/material/latex/Cap3.pdf b/material/latex/Cap3.pdf new file mode 100644 index 0000000..73d0751 Binary files /dev/null and b/material/latex/Cap3.pdf differ diff --git a/material/latex/Cap4.pdf b/material/latex/Cap4.pdf new file mode 100644 index 0000000..f2230ef Binary files /dev/null and b/material/latex/Cap4.pdf differ diff --git a/material/latex/epslatex.pdf b/material/latex/epslatex.pdf new file mode 100644 index 0000000..bd147b7 --- /dev/null +++ b/material/latex/epslatex.pdf @@ -0,0 +1,19178 @@ +%PDF-1.4 +5 0 obj +<< /S /GoTo /D (part.1) >> +endobj +8 0 obj +(I Background Information) +endobj +9 0 obj +<< /S /GoTo /D (section.1) >> +endobj +12 0 obj +(1 Introduction) +endobj +13 0 obj +<< /S /GoTo /D (section.2) >> +endobj +16 0 obj +(2 LaTeX Terminology) +endobj +17 0 obj +<< /S /GoTo /D (section.3) >> +endobj +20 0 obj +(3 Encapsulated PostScript) +endobj +21 0 obj +<< /S /GoTo /D (subsection.3.1) >> +endobj +24 0 obj +(3.1 Forbidden PostScript Operators) +endobj +25 0 obj +<< /S /GoTo /D (subsection.3.2) >> +endobj +28 0 obj +(3.2 The EPS BoundingBox) +endobj +29 0 obj +<< /S /GoTo /D (subsection.3.3) >> +endobj +32 0 obj +(3.3 Converting PS files to EPS) +endobj +33 0 obj +<< /S /GoTo /D (subsection.3.4) >> +endobj +36 0 obj +(3.4 Fixing Non-standard EPS files) +endobj +37 0 obj +<< /S /GoTo /D (section.4) >> +endobj +40 0 obj +(4 How EPS Files are Used by LaTeX) +endobj +41 0 obj +<< /S /GoTo /D (subsection.4.1) >> +endobj +44 0 obj +(4.1 Line Buffer Overflow) +endobj +45 0 obj +<< /S /GoTo /D (section.5) >> +endobj +48 0 obj +(5 PDF Graphics) +endobj +49 0 obj +<< /S /GoTo /D (subsection.5.1) >> +endobj +52 0 obj +(5.1 JPEG) +endobj +53 0 obj +<< /S /GoTo /D (subsection.5.2) >> +endobj +56 0 obj +(5.2 PNG) +endobj +57 0 obj +<< /S /GoTo /D (subsection.5.3) >> +endobj +60 0 obj +(5.3 PDF) +endobj +61 0 obj +<< /S /GoTo /D (subsection.5.4) >> +endobj +64 0 obj +(5.4 MetaPost) +endobj +65 0 obj +<< /S /GoTo /D (subsection.5.5) >> +endobj +68 0 obj +(5.5 PurifyEPS) +endobj +69 0 obj +<< /S /GoTo /D (section.6) >> +endobj +72 0 obj +(6 Graphics Software) +endobj +73 0 obj +<< /S /GoTo /D (subsection.6.1) >> +endobj +76 0 obj +(6.1 Ghostscript) +endobj +77 0 obj +<< /S /GoTo /D (subsection.6.2) >> +endobj +80 0 obj +(6.2 Graphics-Conversion Programs) +endobj +81 0 obj +<< /S /GoTo /D (subsection.6.3) >> +endobj +84 0 obj +(6.3 Level 2 EPS Wrappers) +endobj +85 0 obj +<< /S /GoTo /D (subsection.6.4) >> +endobj +88 0 obj +(6.4 Editing PostScript) +endobj +89 0 obj +<< /S /GoTo /D (part.2) >> +endobj +92 0 obj +(II The LaTeX Graphics Bundle) +endobj +93 0 obj +<< /S /GoTo /D (section.7) >> +endobj +96 0 obj +(7 Graphics Inclusion) +endobj +97 0 obj +<< /S /GoTo /D (subsection.7.1) >> +endobj +100 0 obj +(7.1 Graphics Driver) +endobj +101 0 obj +<< /S /GoTo /D (subsection.7.2) >> +endobj +104 0 obj +(7.2 Graphics Inclusion for DVIPS-style Documents) +endobj +105 0 obj +<< /S /GoTo /D (subsection.7.3) >> +endobj +108 0 obj +(7.3 Graphics Inclusion for pdfLaTeX Documents) +endobj +109 0 obj +<< /S /GoTo /D (subsection.7.4) >> +endobj +112 0 obj +(7.4 Documents to be Processed by both LaTeX and pdfLaTeX) +endobj +113 0 obj +<< /S /GoTo /D (subsection.7.5) >> +endobj +116 0 obj +(7.5 Specifying Width, Height, or Angle) +endobj +117 0 obj +<< /S /GoTo /D (section.8) >> +endobj +120 0 obj +(8 Rotating and Scaling Objects) +endobj +121 0 obj +<< /S /GoTo /D (subsection.8.1) >> +endobj +124 0 obj +(8.1 The scalebox Command) +endobj +125 0 obj +<< /S /GoTo /D (subsection.8.2) >> +endobj +128 0 obj +(8.2 The resizebox Commands) +endobj +129 0 obj +<< /S /GoTo /D (subsection.8.3) >> +endobj +132 0 obj +(8.3 The rotatebox Command) +endobj +133 0 obj +<< /S /GoTo /D (section.9) >> +endobj +136 0 obj +(9 Advanced Graphics-Inclusion Commands) +endobj +137 0 obj +<< /S /GoTo /D (subsection.9.1) >> +endobj +140 0 obj +(9.1 The DeclareGraphicsExtensions Command) +endobj +141 0 obj +<< /S /GoTo /D (subsection.9.2) >> +endobj +144 0 obj +(9.2 The DeclareGraphicsRule Command) +endobj +145 0 obj +<< /S /GoTo /D (part.3) >> +endobj +148 0 obj +(III Using Graphics-Inclusion Commands) +endobj +149 0 obj +<< /S /GoTo /D (section.10) >> +endobj +152 0 obj +(10 Horizontal Spacing and Centering) +endobj +153 0 obj +<< /S /GoTo /D (subsection.10.1) >> +endobj +156 0 obj +(10.1 Horizontal Centering) +endobj +157 0 obj +<< /S /GoTo /D (subsection.10.2) >> +endobj +160 0 obj +(10.2 Horizontal Spacing) +endobj +161 0 obj +<< /S /GoTo /D (section.11) >> +endobj +164 0 obj +(11 Rotation, Scaling, and Alignment) +endobj +165 0 obj +<< /S /GoTo /D (subsection.11.1) >> +endobj +168 0 obj +(11.1 Difference Between Height and Totalheight) +endobj +169 0 obj +<< /S /GoTo /D (subsection.11.2) >> +endobj +172 0 obj +(11.2 Scaling of Rotated Graphics) +endobj +173 0 obj +<< /S /GoTo /D (subsection.11.3) >> +endobj +176 0 obj +(11.3 Alignment of Rotated Graphics) +endobj +177 0 obj +<< /S /GoTo /D (subsection.11.4) >> +endobj +180 0 obj +(11.4 Minipage Vertical Alignment) +endobj +181 0 obj +<< /S /GoTo /D (section.12) >> +endobj +184 0 obj +(12 Overlaying Two Imported Graphics) +endobj +185 0 obj +<< /S /GoTo /D (subsection.12.1) >> +endobj +188 0 obj +(12.1 Overpic Package) +endobj +189 0 obj +<< /S /GoTo /D (section.13) >> +endobj +192 0 obj +(13 Using Subdirectories) +endobj +193 0 obj +<< /S /GoTo /D (subsection.13.1) >> +endobj +196 0 obj +(13.1 TeX Search Path) +endobj +197 0 obj +<< /S /GoTo /D (subsection.13.2) >> +endobj +200 0 obj +(13.2 Temporarily Changing the TeX Search Path) +endobj +201 0 obj +<< /S /GoTo /D (subsection.13.3) >> +endobj +204 0 obj +(13.3 Graphics Search Path) +endobj +205 0 obj +<< /S /GoTo /D (subsection.13.4) >> +endobj +208 0 obj +(13.4 Conserving Pool Space) +endobj +209 0 obj +<< /S /GoTo /D (section.14) >> +endobj +212 0 obj +(14 Compressed and Non-EPS Graphics Files in dvips) +endobj +213 0 obj +<< /S /GoTo /D (subsection.14.1) >> +endobj +216 0 obj +(14.1 Compressed EPS Example) +endobj +217 0 obj +<< /S /GoTo /D (subsection.14.2) >> +endobj +220 0 obj +(14.2 Non-EPS Graphic Files) +endobj +221 0 obj +<< /S /GoTo /D (subsection.14.3) >> +endobj +224 0 obj +(14.3 GIF Example) +endobj +225 0 obj +<< /S /GoTo /D (subsection.14.4) >> +endobj +228 0 obj +(14.4 TeX Search Path and dvips) +endobj +229 0 obj +<< /S /GoTo /D (section.15) >> +endobj +232 0 obj +(15 The PSfrag Package) +endobj +233 0 obj +<< /S /GoTo /D (subsection.15.1) >> +endobj +236 0 obj +(15.1 PSfrag Example \0431) +endobj +237 0 obj +<< /S /GoTo /D (subsection.15.2) >> +endobj +240 0 obj +(15.2 PSfrag Example \0432) +endobj +241 0 obj +<< /S /GoTo /D (subsection.15.3) >> +endobj +244 0 obj +(15.3 LaTeX Text in EPS File) +endobj +245 0 obj +<< /S /GoTo /D (subsection.15.4) >> +endobj +248 0 obj +(15.4 Figure and Text Scaling with PSfrag) +endobj +249 0 obj +<< /S /GoTo /D (subsection.15.5) >> +endobj +252 0 obj +(15.5 PSfrag and PDFTeX) +endobj +253 0 obj +<< /S /GoTo /D (section.16) >> +endobj +256 0 obj +(16 Including An EPS File Multiple Times) +endobj +257 0 obj +<< /S /GoTo /D (subsection.16.1) >> +endobj +260 0 obj +(16.1 Defining a PostScript Command) +endobj +261 0 obj +<< /S /GoTo /D (subsection.16.2) >> +endobj +264 0 obj +(16.2 Graphics in Page Header or Footer) +endobj +265 0 obj +<< /S /GoTo /D (subsection.16.3) >> +endobj +268 0 obj +(16.3 Watermark Graphics in Background) +endobj +269 0 obj +<< /S /GoTo /D (part.4) >> +endobj +272 0 obj +(IV The Figure Environment) +endobj +273 0 obj +<< /S /GoTo /D (section.17) >> +endobj +276 0 obj +(17 The Figure Environment) +endobj +277 0 obj +<< /S /GoTo /D (subsection.17.1) >> +endobj +280 0 obj +(17.1 Creating Floating Figures) +endobj +281 0 obj +<< /S /GoTo /D (subsection.17.2) >> +endobj +284 0 obj +(17.2 Figure Placement) +endobj +285 0 obj +<< /S /GoTo /D (subsection.17.3) >> +endobj +288 0 obj +(17.3 Clearing Unprocessed Floats) +endobj +289 0 obj +<< /S /GoTo /D (subsection.17.4) >> +endobj +292 0 obj +(17.4 Too Many Unprocessed Floats) +endobj +293 0 obj +<< /S /GoTo /D (section.18) >> +endobj +296 0 obj +(18 Customizing Float Placement) +endobj +297 0 obj +<< /S /GoTo /D (subsection.18.1) >> +endobj +300 0 obj +(18.1 Float Placement Counters) +endobj +301 0 obj +<< /S /GoTo /D (subsection.18.2) >> +endobj +304 0 obj +(18.2 Figure Fractions) +endobj +305 0 obj +<< /S /GoTo /D (subsection.18.3) >> +endobj +308 0 obj +(18.3 Suppressing Floats) +endobj +309 0 obj +<< /S /GoTo /D (section.19) >> +endobj +312 0 obj +(19 Customizing the figure Environment) +endobj +313 0 obj +<< /S /GoTo /D (subsection.19.1) >> +endobj +316 0 obj +(19.1 Figure Spacing) +endobj +317 0 obj +<< /S /GoTo /D (subsection.19.2) >> +endobj +320 0 obj +(19.2 Horizontal Lines Above/Below Figure) +endobj +321 0 obj +<< /S /GoTo /D (subsection.19.3) >> +endobj +324 0 obj +(19.3 Caption Vertical Spacing) +endobj +325 0 obj +<< /S /GoTo /D (subsection.19.4) >> +endobj +328 0 obj +(19.4 Caption Label) +endobj +329 0 obj +<< /S /GoTo /D (subsection.19.5) >> +endobj +332 0 obj +(19.5 Caption Numbering) +endobj +333 0 obj +<< /S /GoTo /D (subsection.19.6) >> +endobj +336 0 obj +(19.6 Moving Figures to End of Document) +endobj +337 0 obj +<< /S /GoTo /D (subsection.19.7) >> +endobj +340 0 obj +(19.7 Adjusting Caption Linespacing) +endobj +341 0 obj +<< /S /GoTo /D (section.20) >> +endobj +344 0 obj +(20 Customizing Captions with caption package) +endobj +345 0 obj +<< /S /GoTo /D (subsection.20.1) >> +endobj +348 0 obj +(20.1 Caption Package Overview) +endobj +349 0 obj +<< /S /GoTo /D (subsection.20.2) >> +endobj +352 0 obj +(20.2 Caption Commands) +endobj +353 0 obj +<< /S /GoTo /D (subsection.20.3) >> +endobj +356 0 obj +(20.3 Customizing Captions with Caption Command) +endobj +357 0 obj +<< /S /GoTo /D (subsection.20.4) >> +endobj +360 0 obj +(20.4 Caption Package Examples) +endobj +361 0 obj +<< /S /GoTo /D (subsection.20.5) >> +endobj +364 0 obj +(20.5 Further Customization) +endobj +365 0 obj +<< /S /GoTo /D (section.21) >> +endobj +368 0 obj +(21 Non-Floating Figures) +endobj +369 0 obj +<< /S /GoTo /D (subsection.21.1) >> +endobj +372 0 obj +(21.1 Non-floating Figures without the caption package) +endobj +373 0 obj +<< /S /GoTo /D (subsection.21.2) >> +endobj +376 0 obj +(21.2 The float Package's [H] Placement Option) +endobj +377 0 obj +<< /S /GoTo /D (section.22) >> +endobj +380 0 obj +(22 Marginal Figures) +endobj +381 0 obj +<< /S /GoTo /D (section.23) >> +endobj +384 0 obj +(23 Wide Figures) +endobj +385 0 obj +<< /S /GoTo /D (subsection.23.1) >> +endobj +388 0 obj +(23.1 Wide Figures in One-sided Documents) +endobj +389 0 obj +<< /S /GoTo /D (subsection.23.2) >> +endobj +392 0 obj +(23.2 Wide Figures in Two-sided Documents) +endobj +393 0 obj +<< /S /GoTo /D (section.24) >> +endobj +396 0 obj +(24 Landscape Figures) +endobj +397 0 obj +<< /S /GoTo /D (subsection.24.1) >> +endobj +400 0 obj +(24.1 Landscape Environment) +endobj +401 0 obj +<< /S /GoTo /D (subsection.24.2) >> +endobj +404 0 obj +(24.2 Sidewaysfigure Environment) +endobj +405 0 obj +<< /S /GoTo /D (subsection.24.3) >> +endobj +408 0 obj +(24.3 Rotcaption Command) +endobj +409 0 obj +<< /S /GoTo /D (section.25) >> +endobj +412 0 obj +(25 Captions Beside Figures) +endobj +413 0 obj +<< /S /GoTo /D (subsection.25.1) >> +endobj +416 0 obj +(25.1 The Sidecap Package) +endobj +417 0 obj +<< /S /GoTo /D (subsection.25.2) >> +endobj +420 0 obj +(25.2 Side Captions without Sidecap) +endobj +421 0 obj +<< /S /GoTo /D (section.26) >> +endobj +424 0 obj +(26 Figures on Even or Odd Pages) +endobj +425 0 obj +<< /S /GoTo /D (subsection.26.1) >> +endobj +428 0 obj +(26.1 Figures on Facing Pages) +endobj +429 0 obj +<< /S /GoTo /D (section.27) >> +endobj +432 0 obj +(27 Boxed Figures) +endobj +433 0 obj +<< /S /GoTo /D (subsection.27.1) >> +endobj +436 0 obj +(27.1 Box Around Graphic) +endobj +437 0 obj +<< /S /GoTo /D (subsection.27.2) >> +endobj +440 0 obj +(27.2 Box Around Figure and Caption) +endobj +441 0 obj +<< /S /GoTo /D (subsection.27.3) >> +endobj +444 0 obj +(27.3 Customizing fbox Parameters) +endobj +445 0 obj +<< /S /GoTo /D (subsection.27.4) >> +endobj +448 0 obj +(27.4 The Fancybox Package) +endobj +449 0 obj +<< /S /GoTo /D (part.5) >> +endobj +452 0 obj +(V Complex Figures) +endobj +453 0 obj +<< /S /GoTo /D (section.28) >> +endobj +456 0 obj +(28 Side-by-Side Graphics) +endobj +457 0 obj +<< /S /GoTo /D (subsection.28.1) >> +endobj +460 0 obj +(28.1 Side-by-Side Graphics in a Single Figure) +endobj +461 0 obj +<< /S /GoTo /D (subsection.28.2) >> +endobj +464 0 obj +(28.2 Side-by-Side Figures) +endobj +465 0 obj +<< /S /GoTo /D (subsection.28.3) >> +endobj +468 0 obj +(28.3 Side-by-Side Subfigures) +endobj +469 0 obj +<< /S /GoTo /D (section.29) >> +endobj +472 0 obj +(29 Separate Minipages for Captions) +endobj +473 0 obj +<< /S /GoTo /D (section.30) >> +endobj +476 0 obj +(30 Placing a Table Beside a Figure) +endobj +477 0 obj +<< /S /GoTo /D (section.31) >> +endobj +480 0 obj +(31 Stacked Figures and Subfigures) +endobj +481 0 obj +<< /S /GoTo /D (subsection.31.1) >> +endobj +484 0 obj +(31.1 Stacked Figures) +endobj +485 0 obj +<< /S /GoTo /D (subsection.31.2) >> +endobj +488 0 obj +(31.2 Stacked Subfigures) +endobj +489 0 obj +<< /S /GoTo /D (section.32) >> +endobj +492 0 obj +(32 The subfig package) +endobj +493 0 obj +<< /S /GoTo /D (subsection.32.1) >> +endobj +496 0 obj +(32.1 The Subfloat Command) +endobj +497 0 obj +<< /S /GoTo /D (subsection.32.2) >> +endobj +500 0 obj +(32.2 Customizing subfig with captionsetup Command) +endobj +501 0 obj +<< /S /GoTo /D (subsection.32.3) >> +endobj +504 0 obj +(32.3 The ContinuedFloat Command) +endobj +505 0 obj +<< /S /GoTo /D (section.33) >> +endobj +508 0 obj +(33 Continued Figures and Subfigures) +endobj +509 0 obj +<< /S /GoTo /D (subsection.33.1) >> +endobj +512 0 obj +(33.1 Continued Figures) +endobj +513 0 obj +<< /S /GoTo /D (subsection.33.2) >> +endobj +516 0 obj +(33.2 Continued Subfigures) +endobj +517 0 obj +<< /S /GoTo /D (section*.24) >> +endobj +520 0 obj +( References) +endobj +521 0 obj +<< /S /GoTo /D (section*.25) >> +endobj +524 0 obj +( Index) +endobj +525 0 obj +<< /S /GoTo /D [526 0 R /Fit ] >> +endobj +528 0 obj << +/Length 3007 +/Filter /FlateDecode +>> +stream +xڥZ[6~?B23M-"mHt bj|[YIP߹mN>9 q +'3i(3g*QeC0\L ͵3B.[#JoS+Z(楇I̤J#*a*E\Ll 02w}K0nG<~G2)OJTv)W*]Do(ኒݴb}(s|8%(3-:\R8 %/SkX5(Y̠iY7 + iZxh-qO 6JK;,ap Qt̕zYrrAd MQIژBĴ]?ֻS}A2@q[|,(f³ʴ{Wlun'%\ DFC>.GB/S}(6fiyX t;j)0*@: +@I¬zNxGQ)͔( + Zc bW,xjS%2{%]5`u<0~56%LR5S<ˆ[ڦG/QHu{ +~ݴ7OJ@/^6]KI@o†12H#[YDC/0GTQ7'g[}E? @u@^\ỷ6 lb @`,ȺUv:]*H4QUH2ܷn*8/t/E5nϗʚ49[hJsS}¥PǤQjK^xG3cφ(1,]'>` +E] Y_@`?*` I%L9qŠK[!0P/Љ?,.m! ~RH#-YD UjJJXr(؀,@@ka:4a9|s2j)XtLT7 "Qƥڛ +-6e$8NpV(”ŞNm`Jgr0涮myok;蟏-&F}}R:zJRo4pW,J:w(ov)5faeװ8zy ++[@V= k̓E&0nM#d0;>+!d8GP}hhs )s(e>.CzpsSnl%D&Ct!Ra)cRM4*!1Apo +DPOkѨ/.9# n l ko,eO8{w[#0ӿ8 *쎘J3J,ƜlһDNG-GKLsFN#ũ!X"Bc-zX7'v-+&ݬ䬽%"mw̻om#HW՗aezs_9WT68P7\fsl(a%G%+}1\q޳i1O`Ca2v ZwɁ7&@n>JB9kcǜ{Džv%Q 0 +wv /JKQV7R^¥`明~hVS+ &0ɵ$*۝X'd6N1 `MU#m 4_s{좿^tׄxu5pgJˡ19%<"ATEge+s{ qb=+2WPS*̩Bų{W"XSvc56Oy]W"إGX v$aU1)!I&] ӯ +?.ObU~ds:rSHMswWLqIPB$6FQ6}I]i1@(ݟq`<>H2Gҟ1J NI]\"&AhPQ۰O3!1bJH5Gz K& 9v7(K{[*J t2q:yMeop:6ȣOq."[ŏ$W !>HEyxK]ȅ3}>!2dUBRH )kWxueU<>B_hzOW>DZ  +чi8"m,ײ=l +tҩThW ]r?MMވMdNCo>9c#1doX% 2eHr k1go4[lLo!'Nup9BUXίp*$%s͎ɹ+Ϙ ~\El`Ǔ)ܚ)}rBl u^<$6u|> endobj +546 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [263.252 539.953 351.053 551.643] +/Subtype /Link +/A << /S /GoTo /D (section*.3) >> +>> endobj +547 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [478.391 539.953 507.05 551.643] +/Subtype /Link +/A << /S /GoTo /D (section*.25) >> +>> endobj +554 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [444.502 436.836 489.837 448.828] +/Subtype /Link +/A << /S /GoTo /D (section.7) >> +>> endobj +567 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [287.21 215.997 294.657 225.02] +/Subtype /Link +/A << /S /GoTo /D (cite.graphics:bundle) >> +>> endobj +577 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [353.899 111.24 516.437 122.199] +/Subtype/Link/A<> +>> endobj +529 0 obj << +/D [526 0 R /XYZ 147.6 748.8 null] +>> endobj +530 0 obj << +/D [526 0 R /XYZ 147.6 748.8 null] +>> endobj +527 0 obj << +/Font << /F26 533 0 R /F27 536 0 R /F35 539 0 R /F15 542 0 R /F32 545 0 R /F38 550 0 R /F39 553 0 R /F41 557 0 R /F42 560 0 R /F44 563 0 R /F45 566 0 R /F19 570 0 R /F18 573 0 R /F20 576 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +586 0 obj << +/Length 3138 +/Filter /FlateDecode +>> +stream +xڵZ[۸~ϯ Ī(R}v>Ӧ@[k[%$wnhYp,RsfZ)*3ywy. +x,u6* +Q L6($˻?}4 +EeRyED/cw?8vСQc,Qh$ėX/_ިVj;6+ O0R$2ɃX|9[b)F19iH V9۹D(FdIA}̠q!&O0cZvQ66Ih:)n3ymLU z&qEm6&6&P8Qqd+խvL\6ݱڀ֓o<Gkގ.4ԙ5ݗzTZQlpw[yj펲y}k0oĥÚ/*Fl +BGQvD5ֆhjHzڻl+,kaZՅ[h:w7:O=1%megT4J'ޝO`wy v<[ /g@E5c *7dž~L=魲Z^v7taL/[SaYTZI];^AT$eYǑc= m\>Ymx'7VqWۘoA3zɵ\%:uÒp{X𫝽s!jBBrt`֮i )Wn>לm#c/;~j} OypxF#g:84ڝs^q׃tZc-| R]@U# h 7Ja(q7{0y%k٘< )8>[Q$SD^4V:&&ӷ2Lm<(m !#vځQ$ _:oWT*c!ǞA" ZO#АJOdMotlC7P##?&B UN.`5`biܺ4 +o5Y4&ij(voNru$Wa+w; +4xb^ݱNzjR 8YThS-ђJ:8ꩾO0X776j5#֔;gl/IO]M6W1qW"%}ą;%O͡WaձĿ!e*N%~&t|w-䮮q.doM];+n{<'ŅNdדp6׺A~{tK 2Sy6G-K|4z3Fo ;đ&CU;uVx.aM~gRP>^ҴF[,?O0h^~FUY >*K%)l Rc@2kD_Ty99jL*QB8j(߇9aI72!/80 apYk4\aښmsCW4 Ou̞<`PJ H)gc+Nb_q!@:N}Y'J[u* }a +p.#h Jo(qE݈)]5J(08 #Ѵdi#u@&z2)wbCŒX6{mD<9g?rRkD@4 ΄'$G\]Lب0@[c>ٹlVtBb&s}O.ܹ Rp7 +֠`/5r)hkV g ^ҞK`TI4~wt2{D4YuY|½uC\M%ZrYֽGۗ#n!u?ۡAK(0bu&C㌆[ˆ{xJ y~Б@V'VTqvo{;}C905 #vK ++ %/ϧ ;gx!y=܍P.ưQw{nt4!30io%Y_O4?!ZߜDqyGC9Hٷ  ]:bz&}x:ksr7}KBܺ-DwI+M葏hH~sߕqd vU/- +-It88~4̑yU6\dcd߿Cy.AR:7 Sl!?JHE$lcmendstream +endobj +585 0 obj << +/Type /Page +/Contents 586 0 R +/Resources 584 0 R +/MediaBox [0 0 612 792] +/Parent 581 0 R +>> endobj +587 0 obj << +/D [585 0 R /XYZ 147.6 748.8 null] +>> endobj +584 0 obj << +/Font << /F42 560 0 R /F15 542 0 R /F44 563 0 R /F39 553 0 R /F32 545 0 R /F41 557 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +590 0 obj << +/Length 2581 +/Filter /FlateDecode +>> +stream +xڭZ[6~ϯ@LK6$i wض-ZےK_BZ%y #? #rk~$B+c[+AWIX<5ajΏ@~h-Z#&r}V殝2 +Ŀ>Ɔ4|5KDZR43/9o1̷Y)qQ|r]/K(a^َ`@n$HZlPgƹʚfYSa[QV'Fͯ./{R +K0E{~?_: +;w5{ɞEKknH/Z&jEY>|ZŶ\d6ٟzi};LL"kJ^a "ުxS $!-m'v-cSػB #!Az{hH+3dB%N_\E "7:yB)QnY+X'Ԁ.WF̃!!FN)O*gEYKjX;Ӑ +'纴JswaCFvO*~Ѫ}p\Rԑ(qʫ\nWF`-kٹ!oaZz $ P3>"i9`YF!~@`-D̮!ţ0k]hAXY!vy`!18S"ר),!o>t$O {@D?ZtTxe!yUS2TUBw_ 7S&O}@;&)57tXxqSIdf6h>eOAH~;ylCE^y\&/;fE*ҶkyC=`N S[0C[7O%/:u720Y-'2%95EXfj9T-ִX3Mf7DĮ(fP𡋲8]1Xlkﵫ|=͞z/:u73vn xBI("<<8ka,?T8II$̛ZI챃 \uK6t*>]P /Xu"\J YnG.~_p WE74ݕ +6ejUFQbox!>waƞqQ/D! ˽ JՒ{ɫue(<~J]@@H(/"isU]_ + +𫁦-KUV:aXKaw mU𯺼U=?kJ؂[Uqj M'Ck #GZjHdkyI±#0A\u0CukgƄ3-3Q;//8߭8ʟ^꧒y'd#4Rwqz6u(Jt:cajqlruG.`ұAPYɭ͞*Jn}Z{ލzCw4c^mYq/ǫlT:RU:ldF9 V%NϛJxcn~,T-[zPG}#^Oj*rC8t{I"Qa]Rs K{=/)Ψ1pw=Ȃ_jJ%yWlЗ2쵺@ഢ]'G<@-MIU`wI!9 @jendstream +endobj +589 0 obj << +/Type /Page +/Contents 590 0 R +/Resources 588 0 R +/MediaBox [0 0 612 792] +/Parent 581 0 R +/Annots [ 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 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 ] +>> endobj +596 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [237.587 653.18 457.214 665.173] +/Subtype/Link/A<> +>> endobj +597 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [234.723 639.631 460.077 651.624] +/Subtype/Link/A<> +>> endobj +598 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 579.751 438.32 595.293] +/Subtype/Link/A<> +>> endobj +599 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 566.202 432.593 581.744] +/Subtype/Link/A<> +>> endobj +600 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 552.653 398.229 568.195] +/Subtype/Link/A<> +>> endobj +601 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 539.104 409.186 554.646] +/Subtype/Link/A<> +>> endobj +602 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 525.555 420.64 541.096] +/Subtype/Link/A<> +>> endobj +603 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 512.006 432.593 527.547] +/Subtype/Link/A<> +>> endobj +604 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 498.456 524.228 513.998] +/Subtype/Link/A<> +>> endobj +605 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 484.907 466.956 500.449] +/Subtype/Link/A<> +>> endobj +606 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 471.358 444.047 486.9] +/Subtype/Link/A<> +>> endobj +607 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 457.809 472.683 473.351] +/Subtype/Link/A<> +>> endobj +608 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 444.26 483.639 459.801] +/Subtype/Link/A<> +>> endobj +609 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 430.71 449.276 446.252] +/Subtype/Link/A<> +>> endobj +610 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 417.161 426.367 432.703] +/Subtype/Link/A<> +>> endobj +611 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 403.612 455.501 419.154] +/Subtype/Link/A<> +>> endobj +612 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 390.063 443.549 405.605] +/Subtype/Link/A<> +>> endobj +613 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 376.514 397.731 392.055] +/Subtype/Link/A<> +>> endobj +614 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [252.558 362.965 432.094 378.506] +/Subtype/Link/A<> +>> endobj +615 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [234.723 279.839 460.077 291.831] +/Subtype/Link/A<> +>> endobj +616 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [237.587 266.29 457.214 278.282] +/Subtype/Link/A<> +>> endobj +591 0 obj << +/D [589 0 R /XYZ 147.6 748.8 null] +>> endobj +595 0 obj << +/D [589 0 R /XYZ 147.6 692.666 null] +>> endobj +617 0 obj << +/D [589 0 R /XYZ 147.6 187.033 null] +>> endobj +588 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F44 563 0 R /F39 553 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +621 0 obj << +/Length 390 +/Filter /FlateDecode +>> +stream +xuRN0+Hd(nH!Q6MiKcR3;;]5Ҡu0غ",u0Z 'iѰ2peitS&wѬ]nki,~NˬPB v6M84G_?H#g֙he1UC(uYN>*|㫩[*Ԃe~6]v>mdGԮQz|;6볌Rܝ/[Q(oH?N> f8Nn6m>)~]}m7$5]{PX#}v{•/=<%3$ i gb´R R u!`f(,\endstream +endobj +620 0 obj << +/Type /Page +/Contents 621 0 R +/Resources 619 0 R +/MediaBox [0 0 612 792] +/Parent 581 0 R +>> endobj +618 0 obj << +/Type /XObject +/Subtype /Image +/Width 256 +/Height 192 +/BitsPerComponent 8 +/Length 21890 +/ColorSpace /DeviceRGB +/Filter /DCTDecode +>> +stream +JFIFExifII* z(2iZCanonCanon PowerShot S2302005:12:03 23:11:450220>Rn +v~ +  +|^f0100$ 2005:12:03 23:11:452005:12:03 23:11:45 2( + Z .\" $ h px  $ "\@Z ZDH q*rrr000IMG:PowerShot S230 JPEGFirmware Version 1.01D __Zac[\]\@ + +Jl@pR980100(Ug}C!]13]p95$e:GY ;QF+N8AV8\H5<2K.%Ht?sOvtJV<+II#AW͟h> W M- Č@GrFq MJ/Rj:?ڧ?6.+WZ#VK[멩\2   +  !#"! $)4,$'1'-=-167:::"*?D>8B3796 +   + + + + +OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOx! + }!1AQa"q2#BR$3br +%&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz + w!1AQaq"2B #3Rbr +$4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?"*El?Mκjīj s,C-Oޡ Gj᱔(Znbѱqjn#C$A}HBb!##$~5)Fm䚄b2@E^.#1݂d v^OoWa8ᗃ\\ eU^Ks I犈 n民Hw/3W𦱙T5F*@'֧Cۦfs Tv2"LZ(RFiܨlŊEXcstnť ׷ֺhhsWfuE@sK,n?)7Ҷ湏)U*ދYv5s+WR|:ώ;KTk{|teCep*=| >@'+ #. +MČvH,O`j` Qy ;@ZS_j)YRWBNrZّY5^ŀov=`d#@)Xa+wY!Wt`cf9n*堻 ƨ!r%.V]{d@p-/ *inKr,)["嬢XyyQt^īpHb8W%Q'®1kpTDir͕1 }YHso'ڤC9;Lr8sW!@!G@lT##-w;/h7P4:"RxKjqK";>?$%sXGlά9V\-3=l rem?QNwqFIf=0+{qV}]bHpt>adt 7 +YyīZ-n#q-KZC[VFrqe.C, s~ SqpG°tn3˧iu@@{ +m7m@Hեonڽ3jXJg4ZEk1Y.|w9~wR?kkBc1!Gp+Wґ[Mc'{FK] .W}kF%Lz0[T{#ZY6Ġ ̾:@L:WE1 ȸ犆n6m`r>B$G%Snz…ڿ!OEUa(P?FSfovUEa׃dϩ|„'#QVU+sıcʈT +ۥk49\"VPF=3֮b&(=+isy X˖-Trj_A#&5y"e_e;=Am- - "n2#)3Tz=!%ݷ!֮7Pi;`H'sfh%ܓ=Ta=飀$oQYY7;p{C{סx_d!iIWc5nx;8(ѵKI9U{VnJ|s>%[.ϏSsF1_~fI[}\Z#߯U}܊H+ijH gDrK6p1P2w'>T Z=}ԗD>cU ڈp ȩ[4muRK_61t4ռ%ǩ cOoPm6t1|ܻ, nҖ >9R3/QӍlwu 4V78\R\VTJWhղf\,* =V:U[cozV EZNY\攕;+x<]dN̾եk-49FGZ%Ks%-ru!Y.)YAT/9caU,}tsKGt<٤5^YĈ v<26'e%TE=a$zQarI:{Un"e,}!Ӕ+g˶IGi 䎄z [N1֩-Mo. SΞքc@% Vehxg\TJ)v0Q5*3.c,.0(T봕:_娰rPr^9=A>9TSڿ>7q'ZzЉvHD{ןQzRNn_Uy!Fdּ[nui|uQN0M6-TfD< qʱ~5V=* nP$p֣,<_8pʩO`n?CZbrf S*}:D߱xw:ڦM28pKM{潯䌎QU88IE+]:eJt'Y׼GcCy.z)䟠 3ő7";yY1(I-w3K2roJ ƿ+f(af%G6nO.+nw%Č>;(v8#X$;p('k.yBEbEkX (wU^u_ 0K._ 4&%&+PYKLmF;d8QrVQWQ[3⺪AIwF|l!dpI8#IW1[M S<˅j= )UݲI:{WRCoS˨r{C6 Y$gu+LSJBAFN>_יF=uZz{XZ LfdߙzVc!\+h#ɻi}ecp=kOXIJϩQסUA~(P[8`cw;j^HSRk$ZS]=o>NMfK.֬#ݻٜL NjԒ h|!nF'\W>nZ&x5g1e-l"sG=%&!t'46zU. zqprj׋՝;NG NZ#Isq4qҷE/voy=%bco\l8)N9k)X^K"BiqWK?q#ſ3S ׇzM3Ћ(cԊb㊭#>]##p3XT[miw*^Ws:F0>Ff$XA~2i;6 ɜn2Ag;F@ t5IwGm/TH$6hk'u7!`Gb+Z=]Y:|W.% 'W71'bu=RBGC^/,v?Nu42?0Lǽg dv21e]Oz޼LRǁQB&bbן_HED0Q&W}Nh9][ktgv9q|ƅЎr*`} E5)+3\QU2V(#9 +L:9iO_DVr\)%y8SO(HSG=ߞƆ$1Υ2v&&y +оݿϵ{Zʗ3^ѕWr}4-Uʒ'v{UOTݏki=P+dB[q~$]1ŵօ?pW~{aIphmM>V4\KC\p8?s„Td|JǕݞO_Oj3\ܶ$|aUZ%=cp֭bY=ض =d9P;9rH2FOOtVKdGGn|ܜ1߾Stdubeq;{M.h DVPe*zskÖmw}qrK01]ʠ<]J[;YY<Lgm͜дbiAQeXHf4FM2cc#ҽ;=eiԭc~yňSI><ڎiC + + +    C   " C!1AQa"q2#BRb$%3Crc2!1A"Qaq2Bb ?.`ʱ(Bu!F (K6v@RkC4t^n<Ƴw:qҙ#zqN'Nigh/+JunڍҦ Q#8$ *K#$4Qp88;iXn nf?ּGYA9!U$Kx'ڣ qOj1ӏJIM Dwv"oyj IhLXH^cVw}\(=(A[>E(8$yʔe9&{$STW<JrF41gܟq`H%G=.qW\qSBֈ2 ZHe$gz@~5W7[n%OlkEIV_)(leJ'ֶT􉑳{&TI J.$8c7uNqO4gY^ށE##ߑ{m +|%=%ɶ_P #J`|ݎ}rsA|#CۼmEi\N)W<('Z!E,P6wI84m1J>Ɯ4H3B_RRCEP'S'{`UD- k +O#RQVO1uJ曡RsaI +5%7$c HYB"OZm@P)V 4&TF:8̙ޔVç gv98qtd;!eJ8qޅ`NXYZ;Uռ5"RwDd (+G)F͏\óa (V̦32FX +-x)byPIJ@ +ӟҮHjm8OPڼEza|?RZ|&j:J6ANS >M{җqjPq>Τ5!lB>\O'_lǐ%h(?_ެkT.wdXE*Yx_ڟO"l׊PH?(8OҌjTx59#Z)U /Ү,)ҒoIPQn*Z%E* #҈dT59[_rsK8ǭ7`bV[1TI5'jSapPE~AZ\-?j< 1OTuiM[ $e zun}?!)Y.TLH +Z9T?jrà 92Rtsɧ񧔑!,ɹ1 VvP6u >bIIiU%ɎpJ 6t'ka(t&m'#N9NLv3JN+K.qғ@{(0NXHMd=>6$rKP`x+X7[> > :[q93Z;Eoc2 ZIO$T<>WŷǍ# jP@qZgNڌ+cAAJCaC9#Q3ycՏHn\^ +IB}_ZKHC͒<ͲU( +3LZ$*aeo=JP]eWg#캇ҵi,hHHm( ĭ"o_mөQ4Э@/YMx{zO{?ҫ"%ڒPN8 9 OҬz㴯) >4<+摽 3 +rt4q1BOBH~ҹx2uMӋaӄ8r;WorLWԢPY }H;'@yN⨀ۇ?RЫU$UɥaQw7WxD. ߏLMY*zJmByVC@d)8M޴4Ì 늅rS1s|%)N+}shpRG5!쑊dr$ i[,}DY珥Hi Kd7ŭNdr)"xoCzR9)ŹԵ#})DB/86 sӊж5uvE7hqz;'sxcr>#Mȁk&\yh#~pD1Z"xvO [@_FQMKm T@JF=銙f<˴q[iۗ1֊J'al-)pޕR xqpó1؃l9+%'BI'=h|]sҚ;To;s)Nز٥rBcHKd!e>w9k`YOƥteRiX7$+(8#T~e6^G3ըtLJhJ6Pض8,_9E1hK-rCs/mKCr띙U &tD~rhlIqĖ!ƕGP}(5~`=|Vo/ gxr@B;0}9K.E}QO#ރzMŰYӬn`4=vZ&%9R)@NVS6J0J3Ϲ& ?aCmשiv(}HuWUK5je~a?* /`]rZ069'О:U利oX2f[MwuJx';%SJZڔnsixJYޥ!dɡM(W=NO5E,#cV Qjrl`{P2T Nk?/vGn*<6TFؼItu(vC27m+FN+Z HùJCJKTppڧwx#Qf>R##Zv̒oq(d`d^hݷ$ZUtR{)c41>l ~Cne?JxգfM[ WKO%ӍxuiJ[N$r`r1+[WD=kh*^Sۓ&Dw*;4;zѧЖ/M0ʔ!HU櫠v83hJIjX&f^l]R̥$%̎98g}Oitz!))pL=丩Œ4ڢ7Ao%:FƾlW_/GsҚVB|l$[Z/}3+M*DeI}8'W"[F:^{c`c2*!#-A?AG_WZrJЂÉ[^ygZ3-ӱĻ3{wcqcT5ؖ/ⶐ?uO=@>׶=%Z|8݌?b*; h(uC_\fT9wJVW {VN>Nke%=})9sX[#<')ۖ'jz#K(ꥉwLc*:S֛[n#A JyQ:6ԢWI±fkVu%NnцH(P.{ʝ\. qJXX!* PHZndZbSṬIVH<Bdς<Hl-$~ +12Kjl3psR*He3̡(P#p)/|w_G[Rm -mjQBx +o #7pAMhEjs;CjT@#VƛS!~%_.ӝ.N2I*OwpR’ cJqjir Uǒwe[/ $[ؔO>CǴi.:]Ok"5ٝt&Rd $fAJ&mIݹ'blo1%>R@4w-1zPh!4fz $Je+Jǵ3lz5iCTyLm +uCZcq0_a3?-X[^ lq@};!J^sQ/;eP :~2\Rsw(MY&nSTK<z<}_֞E@\Xx)Apއsao%.: +3ҾtEɵw,)k)~3{~,ĺ@IqeYX!C+UpޖM*o*R?Zoct]Y[$yG!j>ub}`OcDЫ ~64Uthdz!ȝ!aNKuJc_B15bFFǜIW de)˲'t,ʒ>>4A %n+_u:VADc2*gw%$l6[S屉VmRݹKpxCt3qA.wfȅR_+Kj^sW`[8CixQ +5mo^*)q +7*b,@a![ŽOLЏRRmP]Jyci|7zmR[h@|P}"M4r`o2>)H)q=S/ VA! +㷨hive* +ob)UܔhKe$`:Rϸ{g1r]A P}s ڑ׽X *=6Qy=J$mZ wK3?lC':;C@NBO#CDV.K1G 6cܞ^+h<,qf3knR\o#zv我nO5frjc*zS;}ONM5]kF},]*s5]zG[![[.|μ)?Zmw_ ELtXqWEPП,@[Qr>OVAR>?.4ko#;J;FɣoϹ6BҐT=N?Zt\L,nfh5~C.|d~RѰ{Y^~3%| +C +HC +eۤ.6rHmscQsN| +SSx>Q,CʂW6_> 83кc"6 -6YHaڸH{󮶢(jN͉c*A|݂и֕\& JZPf=iǻj̼ukJO.ym{\G|ZN@CnHWLQ"յ84As͌}Qě\YRrKe%Gz~tcmu8V(ҚʖmG+mO^=9E]˞CmgW'㜁vM[Ҝ)^K.\KTeCx'>ٷ]jI hW3aLr\vp]x%D5"$x>^.)EqғD`~nݲmG» p{^rd#vBpY!y&?rB +6Nc˟Z? +-Ͳ1[9'u$ p9$uT~䱱 -98랟j%F\ak{(Sa=s_`LLoH!By%@ mnSҏj~U0q[Zc,څ3W1»mѴ8v${૯jMv [HIP9j 8eTT=ť9P?ZMFEJNA~KNj֔rV0檶]z6tTgqnBVkQ;iDڭ9Nfre2\yd84i&4 pN: +/(Zqz#W3wRe_4Ir{AzL4#m=WD8m[ք5Ua8WPwJXm/,hY9BA( '0iFh^ә>9! ;zХ C ē%INVI?Bj\9pl2`I=#lύ+`݁4Tbbr:K7o m[a#oj*}r}=MVM3jH68Icys'5Ÿ4'T.4 e9=I)kV'sN}RYq7` ~1͹JՒ[)CGg82M-Xܲg %7^g,p5ԭ PrÑATR&6J]ͪʢOaXSN~u], ]oڮjԾ#um:H[2PF}רuHUb<er}VmjzuNaMq8AYUpR֦UÓAzxa_*1_u/Ryn0h3m[!$6#rW=]5,u]UXH'hNxB~՝Cxh[G>M|#ބ|̈4ğP~N!UcAt02S儒Gcu[[*~ys"1*B2 jV + }j CYXuڪ,V5nj)SX>.C /: + =ma RKDMZX}r,l^\Cc)gš[!()JG3ۧj'3-`D}#4=0^&CABy7V,М9ԴrI<++ж EzRmy'Ыb/ZPI*tD-b=/RKt]Bo65 Ib/8ٸ*s- 1^%|/o .g*!rkXCݼ:$v=o!Xn q(`WNs큊ynJc&[%أ%L|jL~%SQr*C6HRtV:Z4V\-'*ܯ׽F'*U_|H}Ǜ#=oOBA+*Vv5ul' j8W +n k0x4NH"Rb +A f6^=c#!DsS5[݄MB ;Vla{ͪΊr)lO!C Fc׽9i[N',N αr%Jr"JA}E\Gu*Sg)ۻ pRM-rjhp]A/Y5sPzI꯵* !tZ89x{h(ia`w}C4:8(~ ؉ތ|Ȑ}04!I*AOfHRW3·?Jhj+zm5d9'X0 0r2#ْa$024P=?ZliP)Xא}1K]URdV65|u$6vO4D8[[nq-C]|W^5;GVUC!_䰿K3&0K>tuARW 4mp Lj{F˙ m<JGNܖZa%ۚ +s!?rV]~}P<O-M[-8P= UozǦ,i/oѶҞ}IVusGN)L5dnR f +rBuݥ!krY9ZPW֔iWµ 8TUGmV^6*U]oRAbR *S%kJ32xmMV)?ޙPN2@Zi׭Ұ˅_ul~̇B=Mg3*,0CQRoz[U ]Xh-  +ԌRJKJވ+y#S}Kq@BO֥]%i]߭s{$=,V&M\Yv-ʯViTE_h}.$|0Af7jwnS$L +x]eq2A4ޣ[w*9V9:gli#ޜp]'1ڽ[i_\W)<`#"J OqYҧIp~NяN(vJؘcՔWkRe]k␤ٷgĽiMu? "qLk$NBHcUBIo?"v$d\ ,JXO})BF " ^m Kp88O @|zKfq]ˇWwjbdni)ULr=zD mi@>\8ErSNuzqnC|J@n*M.I.#C:RG# MT7#F7GSIPJqO?dZmCNNzV ߗ"O>ێҵgfg3a{wc5R*RIYt ^RAy@EDOŠW4|J!D##5}v?*W *Ixj;&`ԝ jkrv8N䑜jqd+>cU6m)S~@@:i7iWV'?"3:Bb&!Aq #0Mn>\>ddet?j6Dݪ:@+Ǯ9-ŒM%PG (~tS4B7|/%>t۳ߤ` f֠jvkBc/Rp~IDۈT]Uٷ9K=})WyvK +$nr8I0D/֤#g$wG4`tR}E2a_4MꆃZ'?&vJr=OQEtO^k'\Ɉ{;S9y6/s)bgNQWUKG?ASAh9:mkز;w)ԏ-IX5UIĂqd +Jh >۵.cǚS `1VMOP~ Vm8t> {OUo4ѵ+yYKPWB8AR?|uc @"cIXK~MG + k:S@؊)Jx]! IMt‹LBΔ マG~b^1Ȩ:Z]Qlq98P>LHo8B +\ӻ'%+?cYe>PcU.ˮ\unOI6҄ԥ@7p˯ցT^>ܬ +䂴r3*5z{Ob)-+-+nVT*vS0BXABg(NsD(;=x"ft-bK3='rs`=dgiXճ#?ԞvA#heٝ{.mL׉!I^p:s~CyҠP\If#Ctp X?<`}Չp Enh$g||N?:NGp?sO9iwMOs$ rjfٯNcɤ+>RǞj~dQTXJFqxQ#%}jUu۽"S-9$Rw+S1\w)ݸ?AC2%GbwVԂJTrx R֭+mK@o#hp%X#3k3@_cIj 9𧝨uv]IZ")+PNUz}{7Ā0qo6^+)H;'wc1LYI`hl[V-3va@Rj0֥ӑov2%7#޲M)9r\#J=12~!(HZ7qVPNW]~ҟ fQqJ.j>z|8]e8PBP'e xcpTKZ|;wv^HľGڂw"gׇNXǻ,L&q)GD㹬 g{ƠeEV~=FBOTկvRKM4ێ@2T]JI>G#`)Sp@H%kNLۓNi tpFy))P#Ux'tbQ‡Zn P< - +JPkCmGރ%k^Cy,e²=9sj<h+<.zsFVr'L(1)Lt*ׂpny4P67:gv15SY1\-@g73΋H)d㪿a_-JQz+#֖s0:J=k%I0$IV?ڋ`qSH#I>~->HS&|ٖdȑbXxGqWa}CwC|;}jjln44#k[q)V7(F`|w/ĉelg,a%%kY%Y=JrBD -+<]XҔTuGVu`8#9=j6`b4F:p8r3\endstream +endobj +622 0 obj << +/D [620 0 R /XYZ 147.6 748.8 null] +>> endobj +619 0 obj << +/Font << /F49 625 0 R /F15 542 0 R >> +/XObject << /Im1 618 0 R >> +/ProcSet [ /PDF /Text /ImageC ] +>> endobj +628 0 obj << +/Length 3031 +/Filter /FlateDecode +>> +stream +x\s۸~_GiB_$'N.7'q{iȊ֖2|IwH WHs82\,>~E xUͪVbq,'<|-ˡfnŬɟ_T2CT^J*[\^}l3T>,3w^QVfV~|VEe.koP,QXșպ08 _M\| vsd'n_\zvK^2%: "eZPݵ͎WGԪ@S@7\)mRq +v #&Wj"d\vDh+ Vc)]Hb kgfI+ JOHgj`h.PQJVZwQp&ju~=f<1'{AF@K* j/@jkyE%tᰘ[[mɅcfخ>3T3 m`+5 J2[x5_VP1kuxkNbмbb +Ll߯(a.v?DQ|Cfq8H B-01Mg,|w{ײbrjQ~O+2L%IJu˂L],D4>xt:qo}}>gt*K&;$IXi;}|dk"F=o4͙ԇn2d%~u? xQru/@&)< 0]ÿߍ1eG_gaI#z*.ϮTX_#~ڬg + +HJW$QB&a SN gdh4Q-(<(}< +]sT TJInq*Lrظ,f~-/0v{w5hۉdh;,ykGP0#l~M +I=Diuȴ׵K]j)+X ,%3^ARaP>% "TM!k5ZDUFNqj "_`xY-G("\A!ejz/+( M}_J B/tK  iK@zp! "؏Ӿ1%n=ioCNP*e@9 Olӄ(tDzhGZQЏ*]Vꖗ}M/NK= 5s/rjrfe{05Qf29DMꖚ}M$5NKMW2HXe lJVԧ:oc8- D{zH +uGUL +(12Cdܮߝ2d1@C!͈4l8- D{z< u-"g.UEgj]S5`|J׭Cb ^jR^YY:VeF DAN3p5QJvҼEꊕ@{\71fg4kZn)=Pvs ԌWH87@xnZ (ZQ5,>an"`"YBź H"?e ++,#p%m -LĠd- +H}M"1i#0P8BHXsUr@em c+s EbAξ C) 8., ehdڜw%F+`XIنۏ2(|iv Pmaa ;Յf+_n f o/-9KSjb?TvڡJ(۫~#4a8"4T8 j:-5yF4D\0n:!cUQ~1½,D_ 4ͦ]Loo!\$+q#ME{1p~zjΪ>z؜akxǜRzBdh C?dUC)vO.aP5BvC઒&AB/mآ.ni/Dڻ?!~ +;هqQxt S}(COEV)ҩ|[Ԝ‘sk$>չ㵡J(l5X{l7*D0w!Vj"YG" f͌Eij=mU*qJ B(mZ{ݸ3z3_9di="Xj"N:}Mä +J=fR.{pۼb 2/Ю1Whi#m*Dӓ69s,}M$稇ptDoA)'(eȺ@stYs(BpSmi&==gfg'KB95Eo_$կe qn|x\/O# 8U$ 8nRlaRGn:4x |y\q;_ىMgEHþLb-CL6j2==\@op;eP7J E<-oiԽ٦ood |h3"ղVmL:Q3o]t>P6D|h7A|/ԍtʳN(/a5endstream +endobj +627 0 obj << +/Type /Page +/Contents 628 0 R +/Resources 626 0 R +/MediaBox [0 0 612 792] +/Parent 581 0 R +/Annots [ 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 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 ] +>> endobj +630 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 662.053 311.416 674.672] +/Subtype /Link +/A << /S /GoTo /D (part.1) >> +>> endobj +631 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 639.919 234.126 649.488] +/Subtype /Link +/A << /S /GoTo /D (section.1) >> +>> endobj +632 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 613.037 268.866 625.029] +/Subtype /Link +/A << /S /GoTo /D (section.2) >> +>> endobj +633 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 588.881 299.47 600.571] +/Subtype /Link +/A << /S /GoTo /D (section.3) >> +>> endobj +634 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 575.332 342.718 587.022] +/Subtype /Link +/A << /S /GoTo /D (subsection.3.1) >> +>> endobj +635 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 561.783 301.566 573.473] +/Subtype /Link +/A << /S /GoTo /D (subsection.3.2) >> +>> endobj +636 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 548.234 319.385 559.923] +/Subtype /Link +/A << /S /GoTo /D (subsection.3.3) >> +>> endobj +637 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 534.685 335.809 546.374] +/Subtype /Link +/A << /S /GoTo /D (subsection.3.4) >> +>> endobj +638 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 509.923 353.073 521.916] +/Subtype /Link +/A << /S /GoTo /D (section.4) >> +>> endobj +639 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 498.798 289.506 508.367] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.1) >> +>> endobj +640 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 472.219 244.31 483.908] +/Subtype /Link +/A << /S /GoTo /D (section.5) >> +>> endobj +641 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 460.791 219.066 470.238] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.1) >> +>> endobj +642 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 447.242 214.218 456.689] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.2) >> +>> endobj +643 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 433.692 212.93 443.139] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.3) >> +>> endobj +644 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 420.143 235.718 429.59] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.4) >> +>> endobj +645 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 404.473 240.839 416.162] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.5) >> +>> endobj +646 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 380.015 265.552 391.704] +/Subtype /Link +/A << /S /GoTo /D (section.6) >> +>> endobj +647 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 366.465 245.43 378.155] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.1) >> +>> endobj +648 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 352.916 338.157 364.606] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.2) >> +>> endobj +649 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 339.367 298.203 351.056] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.3) >> +>> endobj +650 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 325.818 278.627 337.507] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.4) >> +>> endobj +651 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 287.188 336.252 300.139] +/Subtype /Link +/A << /S /GoTo /D (part.2) >> +>> endobj +652 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 263.265 267.652 274.954] +/Subtype /Link +/A << /S /GoTo /D (section.7) >> +>> endobj +653 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 249.716 266.491 261.405] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.1) >> +>> endobj +654 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 236.166 415.43 247.856] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.2) >> +>> endobj +655 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 222.39 399.936 234.307] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.3) >> +>> endobj +656 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 208.841 462.731 220.757] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.4) >> +>> endobj +657 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 195.519 358.87 207.208] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.5) >> +>> endobj +658 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 171.06 326.741 182.75] +/Subtype /Link +/A << /S /GoTo /D (section.8) >> +>> endobj +659 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 159.632 304.96 169.201] +/Subtype /Link +/A << /S /GoTo /D (subsection.8.1) >> +>> endobj +660 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 146.083 312.93 155.652] +/Subtype /Link +/A << /S /GoTo /D (subsection.8.2) >> +>> endobj +661 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 132.534 310.991 142.102] +/Subtype /Link +/A << /S /GoTo /D (subsection.8.3) >> +>> endobj +662 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 105.955 390.986 117.644] +/Subtype /Link +/A << /S /GoTo /D (section.9) >> +>> endobj +663 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 92.405 394.915 104.095] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.1) >> +>> endobj +664 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 78.856 365.4 90.546] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.2) >> +>> endobj +629 0 obj << +/D [627 0 R /XYZ 147.6 748.8 null] +>> endobj +582 0 obj << +/D [627 0 R /XYZ 147.6 692.666 null] +>> endobj +626 0 obj << +/Font << /F47 594 0 R /F41 557 0 R /F45 566 0 R /F15 542 0 R /F32 545 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +667 0 obj << +/Length 3467 +/Filter /FlateDecode +>> +stream +x\[o:~/6p#tylsnФgس^GM:_Cr(Q9.baO@jo’ "͓Bi,oe5<~Ǣ,щei*#fYE4;OmEZJU|,@J.?8Q߳7q5{jdzF?\ޝ,jЩ~}{ .4ny2JP炀VIT(<; ?RVyx6efv3|_Y)gr܀_)n a 򋮘l7;xgpnBCj"2.e,V9q1)Ǭ`4l̞GNy?Uny8 xehxQ*{=+=|PȵM"7dV#jmFF4 +ʦ ҋO5q{j~۬q4fbehxLF`V#SB+ +Y\^j)a*_9OM_X \E1)NA2mT{NQM E5PDk&,u(厰:4 m07ߘjsM(,Y4aߟ2z0t2X{?)C20h@u$c8~V,d96g8 ?(3!+f]KҊ& %HF)H"M +2ǧ]+bƽ㺣ngD\ώ mo RA&A dITe%d;>iq=N܌]$vsb0O6VfƷ@]3Q)~v>v],e'1ehG]*I~|лP_s;ݭG/$<\ ehc_abxv+B u +&éH&nDAam#K:G-)m'6 +R% +G71.MG8nį0a-JCAv__5n܋qj*g/(B̔=s{ + v $@1 ?MM1ѳC +! e4VKc pSW&cה,"gy` + {n1w.Sxtj"I?U-"-Yv"ޗy7[zչ^Z,ߏ\Z +*ZTe m˚}#etR$NȂs=Ђ a-foxGOEZ6= TmX 5VEV֦dRmvicZӎgUG; +&C"B;IԩsaM'v-J9Ks+_}[ +]zN0 'AvFM:}[FW>%!x:4M 0yqE2SN3d^FN]H's'S \m6EqWmfLMP9tEYcDhD/yP{S׎`CM$(d'%LXv`õB(s3xˠԻDoYf V=_O`1jd*dB^45+t"0~ ->s{L +cF~[S+- ŢHeQ%cPPv#}dt/!9 +<% Y3><j:B,/9e֠[=2BԤ]WU~)G8%felm'Au> endobj +669 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 734.52 395.955 747.139] +/Subtype /Link +/A << /S /GoTo /D (part.3) >> +>> endobj +670 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 710.265 351.512 721.954] +/Subtype /Link +/A << /S /GoTo /D (section.10) >> +>> endobj +671 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 696.716 289.809 708.405] +/Subtype /Link +/A << /S /GoTo /D (subsection.10.1) >> +>> endobj +672 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 683.166 280.385 694.856] +/Subtype /Link +/A << /S /GoTo /D (subsection.10.2) >> +>> endobj +673 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 658.708 349.035 670.398] +/Subtype /Link +/A << /S /GoTo /D (section.11) >> +>> endobj +674 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 645.159 395.536 656.848] +/Subtype /Link +/A << /S /GoTo /D (subsection.11.1) >> +>> endobj +675 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 631.61 324.612 643.299] +/Subtype /Link +/A << /S /GoTo /D (subsection.11.2) >> +>> endobj +676 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 618.061 340.369 629.75] +/Subtype /Link +/A << /S /GoTo /D (subsection.11.3) >> +>> endobj +677 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 604.511 327.96 616.201] +/Subtype /Link +/A << /S /GoTo /D (subsection.11.4) >> +>> endobj +678 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 580.053 361.059 591.743] +/Subtype /Link +/A << /S /GoTo /D (section.12) >> +>> endobj +679 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 566.504 268.718 578.193] +/Subtype /Link +/A << /S /GoTo /D (subsection.12.1) >> +>> endobj +680 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 542.046 279.175 553.735] +/Subtype /Link +/A << /S /GoTo /D (section.13) >> +>> endobj +681 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 528.269 271.748 540.186] +/Subtype /Link +/A << /S /GoTo /D (subsection.13.1) >> +>> endobj +682 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 514.72 401.809 526.637] +/Subtype /Link +/A << /S /GoTo /D (subsection.13.2) >> +>> endobj +683 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 501.398 294.036 513.087] +/Subtype /Link +/A << /S /GoTo /D (subsection.13.3) >> +>> endobj +684 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 487.849 299.082 499.538] +/Subtype /Link +/A << /S /GoTo /D (subsection.13.4) >> +>> endobj +685 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 463.087 441.139 475.08] +/Subtype /Link +/A << /S /GoTo /D (section.14) >> +>> endobj +686 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 449.841 317.021 461.531] +/Subtype /Link +/A << /S /GoTo /D (subsection.14.1) >> +>> endobj +687 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 436.292 302.188 447.982] +/Subtype /Link +/A << /S /GoTo /D (subsection.14.2) >> +>> endobj +688 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 422.743 254.975 434.432] +/Subtype /Link +/A << /S /GoTo /D (subsection.14.3) >> +>> endobj +689 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 408.966 321.808 420.883] +/Subtype /Link +/A << /S /GoTo /D (subsection.14.4) >> +>> endobj +690 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 384.735 275.285 396.425] +/Subtype /Link +/A << /S /GoTo /D (section.15) >> +>> endobj +691 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 371.186 285.536 382.876] +/Subtype /Link +/A << /S /GoTo /D (subsection.15.1) >> +>> endobj +692 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 357.637 285.536 369.326] +/Subtype /Link +/A << /S /GoTo /D (subsection.15.2) >> +>> endobj +693 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 343.86 302.345 355.777] +/Subtype /Link +/A << /S /GoTo /D (subsection.15.3) >> +>> endobj +694 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 330.539 365.566 342.228] +/Subtype /Link +/A << /S /GoTo /D (subsection.15.4) >> +>> endobj +695 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 316.762 290.081 328.679] +/Subtype /Link +/A << /S /GoTo /D (subsection.15.5) >> +>> endobj +696 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 292.531 378.475 304.221] +/Subtype /Link +/A << /S /GoTo /D (section.16) >> +>> endobj +697 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 278.982 344.991 290.671] +/Subtype /Link +/A << /S /GoTo /D (subsection.16.1) >> +>> endobj +698 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 265.433 356.976 277.122] +/Subtype /Link +/A << /S /GoTo /D (subsection.16.2) >> +>> endobj +699 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 251.883 363.188 263.573] +/Subtype /Link +/A << /S /GoTo /D (subsection.16.3) >> +>> endobj +700 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 213.585 323.282 226.205] +/Subtype /Link +/A << /S /GoTo /D (part.4) >> +>> endobj +701 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 189.33 301.391 201.02] +/Subtype /Link +/A << /S /GoTo /D (section.17) >> +>> endobj +702 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 175.781 313.506 187.471] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.1) >> +>> endobj +703 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 162.232 274.021 173.922] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.2) >> +>> endobj +704 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 148.683 326.506 160.372] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.3) >> +>> endobj +705 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 135.134 335.263 146.823] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.4) >> +>> endobj +706 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 110.675 327.514 122.365] +/Subtype /Link +/A << /S /GoTo /D (section.18) >> +>> endobj +707 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 99.247 314.991 108.816] +/Subtype /Link +/A << /S /GoTo /D (subsection.18.1) >> +>> endobj +708 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 83.577 268.354 95.145] +/Subtype /Link +/A << /S /GoTo /D (subsection.18.2) >> +>> endobj +709 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 70.028 279.809 81.717] +/Subtype /Link +/A << /S /GoTo /D (subsection.18.3) >> +>> endobj +668 0 obj << +/D [666 0 R /XYZ 147.6 748.8 null] +>> endobj +665 0 obj << +/Font << /F47 594 0 R /F41 557 0 R /F15 542 0 R /F39 553 0 R /F32 545 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +712 0 obj << +/Length 3230 +/Filter /FlateDecode +>> +stream +x\[s۶~ϯۑ7xl83iө==m[ujKY. ઍxzlOgZ/]}xaUaTEY\7/8~,Gقj%XYE)U1xS!,0ҰZqSZC"痿̸/.g's>oo >[vlZ׫ï%WW;\٧n]ykqXeyZ24r-AJJdR ˿Ώc(xN=[)B 1;]_9zOI5;?./`QL)wP +V]@ Дev_9PʛK90k3Lj5n/K=(q(mwkn'o7sQG9{'+]x$N+?z<>f/:0ɋqf,i,S$5эee_)VYø4ݢM,?߀jQ?!EvEdݙ 22Hډ24F9t0>H79; H5yUyΑŤeR8B9ecAՆɺ.ņyehD.Wv=TqcEʏ}MfjrрBEsaf`> oe2KK 'N1jGZzH +{y(̫U#؀|M֖xm(^;l!#7\UsmѢH@g:'C[&*Բ;ؖw}Mw(N`VBH<(w{ n^.6I%4Edh2pP#VၖbHQ(hsGUQQaq |H, ܣuxpъ@>7}^jп,mSTVUvlPUJ[[%F8W-?x~;fn~c:6 x24f K!:N13 rK_SZ/a-g7A3›S?ikಠ{S!]n.P1F$XiP 24StCG]\%1 +oH63wep> endobj +714 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 734.723 365.688 746.413] +/Subtype /Link +/A << /S /GoTo /D (section.19) >> +>> endobj +715 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 721.174 261.445 732.742] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.1) >> +>> endobj +716 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 707.019 370.627 719.92] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.2) >> +>> endobj +717 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 694.076 309.475 705.765] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.3) >> +>> endobj +718 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 680.526 258.385 692.216] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.4) >> +>> endobj +719 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 666.977 284.93 678.667] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.5) >> +>> endobj +720 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 653.428 365.748 665.117] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.6) >> +>> endobj +721 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 639.879 338.203 651.568] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.7) >> +>> endobj +722 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 615.42 405.727 627.11] +/Subtype /Link +/A << /S /GoTo /D (section.20) >> +>> endobj +723 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 601.871 318.112 613.561] +/Subtype /Link +/A << /S /GoTo /D (subsection.20.1) >> +>> endobj +724 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 588.322 285.263 600.012] +/Subtype /Link +/A << /S /GoTo /D (subsection.20.2) >> +>> endobj +725 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 574.773 415.021 586.462] +/Subtype /Link +/A << /S /GoTo /D (subsection.20.3) >> +>> endobj +726 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 561.224 319.506 572.913] +/Subtype /Link +/A << /S /GoTo /D (subsection.20.4) >> +>> endobj +727 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 549.796 298.809 559.364] +/Subtype /Link +/A << /S /GoTo /D (subsection.20.5) >> +>> endobj +728 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 523.216 282.226 534.906] +/Subtype /Link +/A << /S /GoTo /D (section.21) >> +>> endobj +729 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 509.667 426.657 521.356] +/Subtype /Link +/A << /S /GoTo /D (subsection.21.1) >> +>> endobj +730 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 496.118 392.93 507.807] +/Subtype /Link +/A << /S /GoTo /D (subsection.21.2) >> +>> endobj +731 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 471.659 259.113 483.349] +/Subtype /Link +/A << /S /GoTo /D (section.22) >> +>> endobj +732 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 447.201 238.802 458.891] +/Subtype /Link +/A << /S /GoTo /D (section.23) >> +>> endobj +733 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 433.652 374.506 445.341] +/Subtype /Link +/A << /S /GoTo /D (subsection.23.1) >> +>> endobj +734 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 420.103 376.021 431.792] +/Subtype /Link +/A << /S /GoTo /D (subsection.23.2) >> +>> endobj +735 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 395.644 266.902 407.334] +/Subtype /Link +/A << /S /GoTo /D (section.24) >> +>> endobj +736 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 382.095 305.597 393.785] +/Subtype /Link +/A << /S /GoTo /D (subsection.24.1) >> +>> endobj +737 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 368.546 324.869 380.236] +/Subtype /Link +/A << /S /GoTo /D (subsection.24.2) >> +>> endobj +738 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 354.997 295.657 366.686] +/Subtype /Link +/A << /S /GoTo /D (subsection.24.3) >> +>> endobj +739 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 330.539 298.32 342.228] +/Subtype /Link +/A << /S /GoTo /D (section.25) >> +>> endobj +740 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 316.989 290.506 328.679] +/Subtype /Link +/A << /S /GoTo /D (subsection.25.1) >> +>> endobj +741 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 303.44 336.779 315.13] +/Subtype /Link +/A << /S /GoTo /D (subsection.25.2) >> +>> endobj +742 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 278.982 332.932 290.671] +/Subtype /Link +/A << /S /GoTo /D (section.26) >> +>> endobj +743 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 265.433 305.809 277.001] +/Subtype /Link +/A << /S /GoTo /D (subsection.26.1) >> +>> endobj +744 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 240.974 243.817 252.664] +/Subtype /Link +/A << /S /GoTo /D (section.27) >> +>> endobj +745 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 227.425 290.339 239.115] +/Subtype /Link +/A << /S /GoTo /D (subsection.27.1) >> +>> endobj +746 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 213.876 345.87 225.565] +/Subtype /Link +/A << /S /GoTo /D (subsection.27.2) >> +>> endobj +747 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 200.327 331.294 212.016] +/Subtype /Link +/A << /S /GoTo /D (subsection.27.3) >> +>> endobj +748 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 186.778 299.748 198.467] +/Subtype /Link +/A << /S /GoTo /D (subsection.27.4) >> +>> endobj +749 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 148.479 272.097 161.099] +/Subtype /Link +/A << /S /GoTo /D (part.5) >> +>> endobj +750 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 124.225 286.173 135.914] +/Subtype /Link +/A << /S /GoTo /D (section.28) >> +>> endobj +751 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 110.675 383.43 122.365] +/Subtype /Link +/A << /S /GoTo /D (subsection.28.1) >> +>> endobj +752 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 97.126 287.566 108.816] +/Subtype /Link +/A << /S /GoTo /D (subsection.28.2) >> +>> endobj +753 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 83.577 301.657 95.266] +/Subtype /Link +/A << /S /GoTo /D (subsection.28.3) >> +>> endobj +713 0 obj << +/D [711 0 R /XYZ 147.6 748.8 null] +>> endobj +710 0 obj << +/Font << /F41 557 0 R /F15 542 0 R /F38 550 0 R /F39 553 0 R /F47 594 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +757 0 obj << +/Length 1180 +/Filter /FlateDecode +>> +stream +xXM6Q>k٢ +Y[]kE}"iQ_"2$XǷo8C˘, +iֻmO,<c:h-%VA(ͲZ>&|e! +b$s!ޯ= Jmzd=vձ< +>ZŒr[[/x\l]ԇꗇvR*d9`pΊ" f1р؆0@A:)uzJ&ZAOPa7Uo/' +a% |WEe0jESFH( <ڌY7dCk +MQ {2eZfPD 1ISL^N*APW/@Sn> endobj +759 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 734.723 345.03 746.413] +/Subtype /Link +/A << /S /GoTo /D (section.29) >> +>> endobj +760 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 710.265 339.877 721.954] +/Subtype /Link +/A << /S /GoTo /D (section.30) >> +>> endobj +761 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 685.807 337.182 697.496] +/Subtype /Link +/A << /S /GoTo /D (section.31) >> +>> endobj +762 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 672.257 265.445 683.947] +/Subtype /Link +/A << /S /GoTo /D (subsection.31.1) >> +>> endobj +763 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 658.708 279.536 670.398] +/Subtype /Link +/A << /S /GoTo /D (subsection.31.2) >> +>> endobj +764 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 634.25 269.241 645.939] +/Subtype /Link +/A << /S /GoTo /D (section.32) >> +>> endobj +765 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 622.822 304.597 632.39] +/Subtype /Link +/A << /S /GoTo /D (subsection.32.1) >> +>> endobj +766 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 607.151 421.93 618.841] +/Subtype /Link +/A << /S /GoTo /D (subsection.32.2) >> +>> endobj +767 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 595.723 339.597 605.292] +/Subtype /Link +/A << /S /GoTo /D (subsection.32.3) >> +>> endobj +768 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 569.144 351.644 580.833] +/Subtype /Link +/A << /S /GoTo /D (section.33) >> +>> endobj +769 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 555.595 277.869 567.284] +/Subtype /Link +/A << /S /GoTo /D (subsection.33.1) >> +>> endobj +770 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [162.968 542.046 291.96 553.735] +/Subtype /Link +/A << /S /GoTo /D (subsection.33.2) >> +>> endobj +771 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 519.708 223.863 529.277] +/Subtype /Link +/A << /S /GoTo /D (section*.24) >> +>> endobj +772 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 495.25 196.028 504.818] +/Subtype /Link +/A << /S /GoTo /D (section*.25) >> +>> endobj +758 0 obj << +/D [756 0 R /XYZ 147.6 748.8 null] +>> endobj +755 0 obj << +/Font << /F41 557 0 R /F15 542 0 R /F38 550 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +775 0 obj << +/Length 4468 +/Filter /FlateDecode +>> +stream +xڵ[[6~_aX#RHAbӋHnmԖW3~BRMggO0DR,*Zr'VB̬*r{yw}. +>O[ Cj~)BÓYaBai-Zy_h3c +ReUni7GrQC{7D _O-Ü3-0g!\*S@7!5ǩ'y7BDtT3Q4ЯŶEa8d[D=aْ:~K&ˍXͭ? ~HG27\#sJ?noj%DViM|U&q4&pJ]'&1SsH!aV9ǡ}JQ`>¾~ +|0@C}vz}ػo|UVbeɴ^$ۨ/ (t + ~ئ0jEUE=HòVIzĶj]󧡡?Æ #j%S3ur+ҦNPdSu +{\`@sH8~hvNx> ȵsriV^YS-vjv7"TS:J$xB@XP`㬅"3i$auPz5]\{k +b?Bu^G^h/qsj48y6[?Bf]baUeD_# ,֯ϸY4 [둉#J`/ezB. +E3 =Ћpt9(BBn jrkӜ%Z4‰hr%oHD}tNI[$`Wr_N'ɶsY|=|pZiTMɞuߟv+Bg~mG^TF$z=ndœ+Mϩӕ6QO7XGb+<-iW?ΜJ [.$RAYoI*aLy0[e%wo#c a >* :~nqbEoRӊ9"DֹoQ8oUB_% Rhvi&U q: +bސC&ByҢBdž%Lb}d֠%&pʂpJ1`DO)y6-uXghIfGIsY\ICrf!\ؤRteUdDvKR+mjM%I C'V_&nH 7>`݈Hӗ{ @5[`gw{<|6Qe2U6~v'^:rBzpNѽ zmym18R@{49`էCQ OQħܶxtD$S+XK zʁ=:2|pt>8yBM'J;N (CK$o' 58a +0 R=J^<:4FTYܣpHH4.V}AV ݁04&vhf->-,<)E\YeuIm.Im8IqKuƚrv(tI J>c}' 7#~G"40D6`{] + PaPiú{5C,7eybF< ħ]} 8P9BESMRQ95Z܊ɋ1/mAtA2 +/'S8|4K*w sZ]{EaxXn'3./dZ?hdweSAzFD|P16<;eCiw&5lXGi" 4'I+%TZ+w$񾁨1.} +c/ᄻTU̥28 ̢֮BI,ΏA-z +/3ZT$^3IZau?VgVn|.jfFQy4.D+$XRe]w}LϙO&\$+y.S"i#NX0EWYgSqvwzsO.7QƴʝY]ɷ8R}s].BDP`V^y7|s/pY~Vp{+"м&lsuQ҂"Zcx ,f#}C:ۂ /\ѕT{QݓQ ]#\W-MZοs ӅvqBιk\vdLneZfu( XĒѽѵ*~]]3ָhŌ4KLg4'C*YsҘaU9^:ij9u +?I|Uߙѯ>Hy̗˿sCCVӥwXZ,' ޽QVb6E2_!cJ^cE\ [_HV.'-0]v5p0^,)|C$ v!43$4*678Ҁ)U%.&cA~Pi񢴍I Q:,J,˴lW2 z ߋ +/endstream +endobj +774 0 obj << +/Type /Page +/Contents 775 0 R +/Resources 773 0 R +/MediaBox [0 0 612 792] +/Parent 754 0 R +/Annots [ 783 0 R 784 0 R ] +>> endobj +783 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [515.695 181.34 523.142 190.363] +/Subtype /Link +/A << /S /GoTo /D (cite.graphics:bundle) >> +>> endobj +784 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [146.604 73.013 275.693 84.52] +/Subtype/Link/A<> +>> endobj +776 0 obj << +/D [774 0 R /XYZ 147.6 748.8 null] +>> endobj +6 0 obj << +/D [774 0 R /XYZ 147.6 748.8 null] +>> endobj +10 0 obj << +/D [774 0 R /XYZ 147.6 694.825 null] +>> endobj +773 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F44 563 0 R /F41 557 0 R /F39 553 0 R /F32 545 0 R /F38 550 0 R /F36 779 0 R /F45 566 0 R /F48 782 0 R /F20 576 0 R /F18 573 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +788 0 obj << +/Length 5010 +/Filter /FlateDecode +>> +stream +xڽDRm6H $@[3ĶYd{DYǻM/Ks~h"b!jf&_<7oG^?xEyVcX\iqvRjVbmZKܜai˷W?/_2^ZL ? fwO]u|n6'~gNYdJT{NnF^f( Yz$3X Xڔ%\(h;.}no拿 OWeRمr˾Kՙb=N@a2UWèX?0'<Xg8lcY[\W>typԙ,E̩3S\bZ`qWȬzW߽} eZ󮿹qE9(jƉ8 90^zfSB,x]7.{Η#Oȉ''i3n)ZYa_c]FL^ȜE~.)OPU(20W`3+ؐfkRhAb +&V]4PM9=aa‘H@wY.ÛԿt yҖ,h7ԟMnyAv=|<>5HrL'$AG9'_giWuW%E"x{ xZ G՜__E&1Ol&sf7huuԥgi][m3pG/[BߜJpoAu)A#gu<~嗫5zId^ǩrQ|L{•')ia`b|DB(9!Wu}eʛ +ˀ-SX٥V@0BFˬ, Yjpi1Ȃ5"szk2y9xjݥ܆u@IUđҠ!Hfdi35"&PQSY | %\4~h. Mh +=C 1A^a+pGz-ё^ppd:Oy&`Y:-ZJi@&&UuǐEGad}cG/mvpx +o 4-RR\%=F]'̃ɧٶRv<bxZ%Kx]K"`Z?0;6>r~+B` @$Σ=bX8wyb-n8CL: >T}v$CƛzA5{5&@RtvL^.(rOOy~J\|ܰ,R?M:A*ܜK +D%b@e3BK la1Ug#Lp`hppvwr ?ߛjvQf8CD]h6$q1»my3_GsIJ'B |ܦz0 ,1  Rs [xF82i.DkM6w!LmdL=3;@%d89N9N1W{ߞ΁iAB03p(y5c. +YЂ(;!~70eṔ9^F'"*}ĄKAB36+(S P i*I!=އLOT& egf`iϳBi6K易'Rj;k8 z(x5QnvK)cK3wx=6{=d;):x +s*.Cp + h8yn`@eg1ZvuNQ:\- P]_5+&+7YZЂuՏˉ!̬(T4k;L(w(=|D2'o]{[bLAf]W''+MNCRVkP eMKNU PGT1LWmݝY tmq~y7hG [<_͜2x ׇSd9[F.~H#p?!Mugi> S#:aB/\Σ4~.l9\gמ{ @`Q\@kWA1d8r99hFYtrd-& %\-LƚWf ֯|,A=9tP] uob!hUuc|ɞSGŃFy;1H%3'}h w596#~Ku;o'a(͛KxG0d{oE |k9%s n +GJbk4e +3vŜx>ԭH\)]|d^#J"d|>5?&{\͒ vCNzR\v%:Z$рriż[ jܼ[_r<_N[^Uڰs砾Kpi-ٗY pn>/ G( Gx;p(4 [qbEd1_Xj/e{RɛhǔӔH4 +9M)wV,ǵ> d$L" e=2ekt\PMՏbblq]7hy +·ʧ<2l@|5i0ߏ!FÆ~{$h)Wς$USZ/2]}ͶS;s )S`jHȓVzG_Ӧ3b]nP֑T]?\*ޏOVQ9|aNC WB7'C8 =$,6cێ,sM> ehM'u +L<WFN}q܆~Rh:4_ + 6r$?2l7݅2.jB1+ ꤢ0r 82S=cBZ5l?#CЍ׷ (U809f]_#j캡 |A0&ٿhQsů*ڡ9Ah(Ю^/R}2↏0׿P2V#|DY2lΪí`s#OA'YNJ*&~uH$-4?eV'}|]-7?/0[0`n/pC0X.o,7g5!bԳ0M0- BL1̂ y}LR3O9zT\&9@`Bs_Xc-'O1}JD11&0̹+ubqL㹘D6)tғ~[4v'pӐkH@qM,n헗ڶusTJB=^PF)u99u(>lJDg C=|9~6T{_l>*Լ5pxGFͲS1,F)q:ᏪVgoxY<#^E#﯋^ԜU٧~L.@'m QYO `",u^ +XKaI#"0hw2y%z4| Rendstream +endobj +787 0 obj << +/Type /Page +/Contents 788 0 R +/Resources 786 0 R +/MediaBox [0 0 612 792] +/Parent 754 0 R +/Annots [ 790 0 R 791 0 R 792 0 R 793 0 R 794 0 R 795 0 R 799 0 R ] +>> endobj +790 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [386.818 639.879 441.839 651.568] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.2) >> +>> endobj +791 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [318.156 626.33 368.847 638.019] +/Subtype /Link +/A << /S /GoTo /D (section.14) >> +>> endobj +792 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [394.776 300.543 445.859 313.444] +/Subtype /Link +/A << /S /GoTo /D (section.15) >> +>> endobj +793 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [149.634 230.997 157.081 240.019] +/Subtype /Link +/A << /S /GoTo /D (cite.lamport) >> +>> endobj +794 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [464.109 214.72 506.458 227.622] +/Subtype /Link +/A << /S /GoTo /D (figure.1) >> +>> endobj +795 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [236.947 122.503 282.972 139.739] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.1) >> +>> endobj +799 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [436.129 76.775 482.155 94.01] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.5) >> +>> endobj +789 0 obj << +/D [787 0 R /XYZ 147.6 748.8 null] +>> endobj +14 0 obj << +/D [787 0 R /XYZ 147.6 285.1 null] +>> endobj +786 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F44 563 0 R /F32 545 0 R /F41 557 0 R /F48 782 0 R /F47 594 0 R /F20 576 0 R /F18 573 0 R /F25 580 0 R /F52 798 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +805 0 obj << +/Length 1906 +/Filter /FlateDecode +>> +stream +xڝXK6QFkozhФhC{(ز-k;6i;3$eIi`<$2? ͜.Xx_D\V2[ZXҰl)cƙ7Z"ac/NgY$<9Pj {{$,g4yOq!_${ydcRY[a53eh wpn\_Q~|;ni@ZRavHjL 8,B- +x]p0vMeöf"Pи1c%UUvCL~S:&o^_a}$b3#..pPyNUd_j +u WѼAM&I)Sc (ѧg 3JSSIpU%nhRP (cxp TI z77daL +j]V%|0vZF~ԇBC8]|&U t0I<'# HNҕ{c1UX)-wTeCtѤ,[ht1Sk00dsC죸N\LW$o6%jWA&]>_H}邂dcCф]mLl(+v\49=5TpHYϚmv1v#LHT0\N4fݴBH4O9tSgj)m oaq_}iHoj|MۻX:p;a;3q6l?LJʊI UPeY브Q\\*Hȴw4ZAKe2r܅0nw޵AvOmqH-'Vo9|)Λ=g,a\[]瀄P(K,pўI + +iUyj`@Szd~l1[5i>Jo0.1T}RG= 6nyamU*w˹j)bXQ;CK-dT"frL]\DRhCj*(ukR`4[ف"mLb`ɐ +亊xc0DV +#>Ygy"! ؑvbo>{(< NP6;ـaNShkhP_`Q1\\@ n:+'Mf"Khr|γüX +rdG͢,Ĵ_ J|쓈M.Mk@UC;ha [N ~2ECɧz@Ȃ1:&R!w<ż7 _iQI.čニ? dUUWqK\%61wf)5VMZyZpBLE7Uy!?}lendstream +endobj +804 0 obj << +/Type /Page +/Contents 805 0 R +/Resources 803 0 R +/MediaBox [0 0 612 792] +/Parent 754 0 R +/Annots [ 807 0 R 808 0 R 809 0 R ] +>> endobj +785 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (box1.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 811 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 155.00000000 151.00000000] +/Resources << +/ProcSet [ /PDF /Text ] +/ExtGState << +/R4 812 0 R +>>/Font << /R10 813 0 R >> +>> +/Length 814 0 R +/Filter /FlateDecode +>> +stream +xWM0WH 㱯HaqXuۢfa?$>3h4+QT33tJ˯<7Cнr}D:PH+(x./trު!lyn:riF#(Ѩ3)iqjmmVˢRVܪ20=% | (MY07k6Ӓx?Woa+ԽO>"6ȁEv ?(2 ih>]V\!NL{:q쟁oZ}xendstream +endobj +811 0 obj +<< +/Producer (ESP Ghostscript 7.07) +>> +endobj +812 0 obj +<< +/Type /ExtGState +/Name /R4 +/TR /Identity +/OPM 1 +/SM 0.02 +>> +endobj +813 0 obj +<< +/Subtype /Type1 +/BaseFont /VPLUVX#2BTimes-Roman +/Type /Font +/Name /R10 +/FontDescriptor 815 0 R +/FirstChar 32 +/LastChar 251 +/Widths [ 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 333 500 500 167 500 500 500 500 180 444 500 333 333 556 556 250 500 500 500 250 250 453 350 333 444 444 500 1000 1000 250 444 250 333 333 333 333 333 333 333 333 250 333 333 250 333 333 333 1000 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 889 250 276 250 250 250 250 611 722 889 310 250 250 250 250 250 667 250 250 250 278 250 250 278 500 722 500] +>> +endobj +814 0 obj +966 +endobj +815 0 obj +<< +/Type /FontDescriptor +/FontName /VPLUVX#2BTimes-Roman +/FontBBox [ -168 -281 1031 924] +/Flags 34 +/Ascent 924 +/CapHeight 676 +/Descent -281 +/ItalicAngle 0 +/StemV 111 +/MissingWidth 250 +/XHeight 461 +/CharSet (/B/P/R/a/c/d/e/f/g/h/i/l/n/o/p/r/s/t/w) +/FontFile3 816 0 R +>> +endobj +816 0 obj +<< +/Subtype /Type1C +/Filter /FlateDecode +/Length 817 0 R +>> +stream +xeUkTSW9ciKB&YLmUuZ~g`HHp @$A%kdO`SxiƒuD,/&ylg+{ +@$ IJ7tH$狔҂R~Vn ם%RD9ceEP' eJ~8H/  e%J ¢Rc`~?V_&* X✷$RA^tI~iALe!"x&‰b?Al'oqU"xH"%"Lxr +nϺE2^xef!7|&o(rgpؚGdkhEpȪNQ j+j8@Rڎ&!쳏!8 :EiT\HiEৌs!"Ud&7(ڸ +7fUN /E0(K ~>{6mRft){g\])Il^r$s7b3\@s~ uOl*/k&v9X3ڵ(>(D}y]tDyh)ӱk腬c}Y< cG I5d K9Q(^#;̮9`Jó4|{VwJ?%dqC =nL6\fKy `{\.,O#a]Lmދؗ70#I*k׸ZK?]6Vy:6޸u(5 <206 +t*N4 SV]6 +5A +lgMEDz}NT?i n TQ ǸH}۾,6q.QVm*Rccs_]x;(!{?ÿt8$> + M7c\bq/)}i#\7>b r Nݛ)D(sX֏խ@¬H7\*LMD(M)eKP001ǥn-S+h HvBo|Fz6ݣӽ:qخD2cл b^qFM~0&zK[VD:W7&?@ݸovt _}gu1 +DYƦCQ8@jt{u=&u;rO}~):ʆF1 2yIv`G"GJ#naR92euⴳjԵr;*[ m8:=,,,#M|Mt9M2t oAWUӗE@&'Ii4xkHhPSq!\Tb)^5,*,QZp#sKNFBL/Ċ:P؄b7כPw][} B3QؐcFJc/ 0ɏٛKy3t vϡSfxVgX'r=fn]>nf }q28׈/Q*yZjgg&˳˹uNGi\b,-N_ej7jC^'L zdDGLu sH遥1U^ҕ!Ny%^zI u8/5mƶ+ <Pv[:8\csA2D'ynP 6=R!T+N2BZͧAeT]o.7(Tq{Άlk7QoAEח~"Ke ,mAN~?P&C Qc+35ПcCv @o6b+5QFl,$*n?O o_ʗu<1[UYeT#(ӷp"@Ka@dfw4-(Y̫[:]}3Nq< @֝2E?j>ce~wiۜ%E4iHmDjyUiZ`d y!zp\s[_ksendstream +endobj +817 0 obj +2510 +endobj +802 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (box2.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 818 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 519.00000000 248.00000000] +/Resources << +/ProcSet [ /PDF /Text ] +/ExtGState << +/R4 819 0 R +>>/Font << /R10 820 0 R /R13 821 0 R >> +>> +/Length 822 0 R +/Filter /FlateDecode +>> +stream +xYK$ c`dQ 5,C0;`j]GRRuWK?6Ň(_h?'ZN,ĭˊo: ZZ'\H]Y$X#"H\mskrDm2y 2: +Vd$EH@>w2~rϧߟK)~$1A9*d>X!obU) ` X >ζ:/mb&WJ89(@/}Km K K\doP=|ySv12H1-%:_UmmEba1yEap T{O{r9]?dNuRA}{G>X=f+M@YP!j#!.M6\.'24+NhƷ e*{=KOCmIYCE&#&JL Fs{>=1uZ5RG|)~Wu }B';[F,t + $&qz.6ƑsOBNINIPܳ4N%6l$R`szד՗sP) 5n֩J^ 7?{땁# <2-ڝ@pt gI1VLŚ %)T=:>iJF@56xܜv·9_B5{Ib'=fn +OXJRt`(&/PCzp`T g91)0{apDI՗k7j1uxwc2 +[cݷEQm@6hŸv=86sa %h7kG mNzzӁ?P}D%MCک)H'WKjwpWWѴ2d&EsdabsHpG*/xcKSX1*J8.EFv@]ʍK*:%UWSݢW09Tm|=m]ک)M'ZZJu|"uSe̛-g% C1v`JS*iӲ,> +{W xFJY)MJ]+{ ;nk/vIv?FߝO'+K.[hm -.Ayn ލ' =Lzpe7:!^rvm,$t.{[wt$TiZ{TIA2Pml{qVLà5 ⱸ˥f)81ޣT޻S{Ʒ~?#A{]~j܈S:.Ա+ԾveC_oYRtE<zK,Iؠ q/H"g϶y]!-~֥^) z=}˷//odDay¶wۗ߄G֤))O +)r擞r὾ջPfc店 (r{\2^~1fnAU%LDzR,7_^ߞb]Qx.ixg*\4@ $bZ@rLwuMҒ2P^*5~џrEd 맜]tq$Ko;nendstream +endobj +818 0 obj +<< +/Producer (ESP Ghostscript 7.07) +>> +endobj +819 0 obj +<< +/Type /ExtGState +/Name /R4 +/TR /Identity +/OPM 1 +/SM 0.02 +>> +endobj +820 0 obj +<< +/Subtype /Type1 +/BaseFont /BUNVVL#2BTimes-Roman +/Type /Font +/Name /R10 +/FontDescriptor 823 0 R +/FirstChar 32 +/LastChar 251 +/Widths [ 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 333 500 500 167 500 500 500 500 180 444 500 333 333 556 556 250 500 500 500 250 250 453 350 333 444 444 500 1000 1000 250 444 250 333 333 333 333 333 333 333 333 250 333 333 250 333 333 333 1000 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 889 250 276 250 250 250 250 611 722 889 310 250 250 250 250 250 667 250 250 250 278 250 250 278 500 722 500] +>> +endobj +821 0 obj +<< +/Subtype /Type1 +/BaseFont /SOEVKO#2BTimes-Bold +/Type /Font +/Name /R13 +/FontDescriptor 824 0 R +/FirstChar 32 +/LastChar 251 +/Widths [ 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 333 500 500 167 500 500 500 500 278 500 500 333 333 556 556 250 500 500 500 250 250 540 350 333 500 500 500 1000 1000 250 500 250 333 333 333 333 333 333 333 333 250 333 333 250 333 333 333 1000 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 1000 250 300 250 250 250 250 667 778 1000 330 250 250 250 250 250 722 250 250 250 278 250 250 278 500 722 556] +>> +endobj +822 0 obj +1976 +endobj +823 0 obj +<< +/Type /FontDescriptor +/FontName /BUNVVL#2BTimes-Roman +/FontBBox [ -168 -281 1031 924] +/Flags 34 +/Ascent 924 +/CapHeight 676 +/Descent -281 +/ItalicAngle 0 +/StemV 111 +/MissingWidth 250 +/XHeight 461 +/CharSet (/P/R/c/d/e/f/g/h/i/n/o/p/r/t/w) +/FontFile3 825 0 R +>> +endobj +824 0 obj +<< +/Type /FontDescriptor +/FontName /SOEVKO#2BTimes-Bold +/FontBBox [ -168 -341 1093 960] +/Flags 34 +/Ascent 960 +/CapHeight 692 +/Descent -341 +/ItalicAngle 0 +/StemV 169 +/MissingWidth 250 +/XHeight 473 +/CharSet (/G/a/c/h/i/p/r/s) +/FontFile3 826 0 R +>> +endobj +825 0 obj +<< +/Subtype /Type1C +/Filter /FlateDecode +/Length 827 0 R +>> +stream +xeTkPWBH7]4KM2ήZ֎:j H]\ZB\!!!|&A@ $R-ZEm]/^Vٝbgw3gy{a`a|''gw\D*Y) +ed,|7\ƤRc/^Ƴa{o{~z \f`Lc7IrV)W3' RnɢX&XAoԢ*B**JDea`JPՂUI 6' [{j"|@"+$*@(+않BTX& +$K%*V1^"oF` JT<:E-޾]=7OF¨( 7g=Dk/)ieɈ/"o-K9zhAlD!UFc5w\bP8 Zy`iVWthwgS8ߑT9> }M$ "0 נ܂%4 Kd9ͱM_Cʠt~ "Ia"&Zusp@وGǴVҍJpg 7B5]Ǿkr0 &݌סQjw?:oQ_NϣM{M7vZnw)+yfsZ#] R:/ZL}UɯjuJA5PnTsOMt$Z8vD) -+5{Z:G<joU w2G e6y>W'Ύ ] +w,* +|b/g-;}v$|S CvZ& +?.[CAUҨ4VXhCTuˡ _ΏxȟC2yB29b+j1uD GA4<O&p̓kc9g:=_e3ѸBe<6tcد +\|eBo}^6O-+,q8V(ȸL㰂g32F fk3~4\refr`vgp:F? Is2)dXzڡmVxL=Iqgh/nrF  +J.S~?E9e ԃ1 uPo1*(e&ҝzavΆ{b=86flux jփf;їb'Qn9=H9{Y~m5Eߣz BK^~5l_QϢ71ߙVendstream +endobj +826 0 obj +<< +/Subtype /Type1C +/Filter /FlateDecode +/Length 828 0 R +>> +stream +xemLSWo))2֛8Kӡ[6ɖ`TnR@^liTZZ@(oBQKƮTZ_?fffde&[\.K}ؗ'?*"9PTڢܒWs{F<]!e$iZ~Wϊ-&0t-iZj69]Vw(]jkufgg'fְ˕k;]KM;&enV{ff@t0ԍc4z 9syL?CwGJӲ1 9פ3yu`-ЧS?M2"&׌Q rC4L:>WWDA?APO.:;c4%r`GuMd␢^eVA%085Pއ+l@:}MT,.m9;@4c<;|hqmݣ<)מ:*yCm>܊OB=T]ږT2_;bx?2;T_z襝JGPwGMc|oq$>D;LC{2fSxմ/ ̳ur[s9&`"` +dUo#I;#}*b6W5(>v4 I%ײK K١HXk1dSOfVmwW]5ۍCjzu ),@ /- :npc9hD&y7>C,T!+5I6ry)T=0qwCNTai=^W"VހO-rH[4@_JX!V'DTBmF2Nݑu- &ʙSij\kIx!&;z7ڻq7 +nD]z#)/EԝJ|pekthp8G'."tF9g/ܘfRyC)@SR,$')endstream +endobj +827 0 obj +1999 +endobj +828 0 obj +1180 +endobj +807 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [181.796 462.06 224.445 474.962] +/Subtype /Link +/A << /S /GoTo /D (figure.2) >> +>> endobj +808 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [237.072 449.117 278.606 460.807] +/Subtype /Link +/A << /S /GoTo /D (figure.2) >> +>> endobj +809 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [306.729 435.568 348.448 447.257] +/Subtype /Link +/A << /S /GoTo /D (figure.2) >> +>> endobj +806 0 obj << +/D [804 0 R /XYZ 147.6 748.8 null] +>> endobj +801 0 obj << +/D [804 0 R /XYZ 327.102 594.837 null] +>> endobj +810 0 obj << +/D [804 0 R /XYZ 320.632 212.643 null] +>> endobj +18 0 obj << +/D [804 0 R /XYZ 147.6 167.179 null] +>> endobj +803 0 obj << +/Font << /F15 542 0 R /F32 545 0 R /F48 782 0 R /F44 563 0 R /F47 594 0 R /F42 560 0 R >> +/XObject << /Im2 785 0 R /Im3 802 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +831 0 obj << +/Length 3241 +/Filter /FlateDecode +>> +stream +x[۶=+PTbV$E갇K ,Cu,jlɕ\w.$۴`+Ds蓋ɅL2. +(/BmVM`Lg&A^=Mx(OۅLs@OF(/Fd2E"b얞,k%fbuoM)a2RLKU˕J'&:.UʶY* EB?s75{[ۇ_>qq5Ar2:-WBosq4}_s_=[F< oaA d%u )֥pXVP ʅNhn,, YXכMRLvU5+͒'6cpI+o[|ȷX9aRz\Q/BT* @#s$ʘWr_.H˩z<͆/hwh>g,W_K$\)7-Fs`}vGA\ +6IE9Z=.&:LaG⚒3}x%6q0HL|ƴ6(#'C5 [@ȕ XXx $ ) jJ,L'sa*wno&Xh5PWtf + 0DDO>$9"Uq6s㻼Ֆ)#@P9>&6x(6b2yЇTxICw7)(QBpP&@c R2 +4%LpC&q2,Wh ξ>%)vCU%RЛdF"PA鳋B)ZɖJTꡯUlX9s2ĪU_7PꓣH# ~X ]C+wj\P&og$G0nޢˑЮ +OviN\CS񔆢~m S( ccMx?Ph;LrK-x<1DBY ì=ݠ)+Els5l^乯>3#s eqW:V¦B']*ԑVo].XM>xKH^0NS|Y Yh·õ톮h- L ;0;1vh*l| +8i[7f6#hߵG SXԠ-;n`"{y=_[*I>S6K$@Z-o]T Z6hQMlݎ(aۢFS9T8|giW +tdk>yod(`J/pr t(ЦĹpXC,o?p۸]*7T{mxb +UB- W>$5~2w +lt~EQBSU09KnçzErnP4Icvא;L!PU3>>)E\{[-tE&+vjl }ɠ`h.dW r'G*p;_2}&8BUxL&"{xrDG tSjE{FP]GEy 9}%☋CDCƙB*WCz\E~gPF8-ŭ3j-  :7P`6&ס>Wd*5$8q!!OGKa+ C!]ggt + +|#N +]` +1r1akt)$J=ùgtn99(5{4靁P{UNF<Ȱ9czn;|r?b0 YRhQ[TK/ױ[1m:VDXM[i)+nI  \?R+ߌXUXR:aw _h^Y&l^5&Â*yٮȌRVouE"t ~ ⱶw2_U~лL ܖg7m3>VpZ9 'wėXIc} T*$c>z">ÍZE*\?g9n>I2}s71ei&409üMcj:L +):?{ +;~4ō`/B(Aa\P .`F<"4 RY?äsjy7x>v L \UAqnH8w0؋wYm=8x;Sﺫ6[Fhd? ҟGf*A5[L0E7|e1g КR(PVfP =;* }G?Zp9׃[:FiQ7@yT2;}@a_ gFFz4,_؏Gw70jȂwcORhoe' RKapWS٦%՗|z>ֳydbtjmGIAkpݘendstream +endobj +830 0 obj << +/Type /Page +/Contents 831 0 R +/Resources 829 0 R +/MediaBox [0 0 612 792] +/Parent 754 0 R +>> endobj +832 0 obj << +/D [830 0 R /XYZ 147.6 748.8 null] +>> endobj +22 0 obj << +/D [830 0 R /XYZ 147.6 706.905 null] +>> endobj +26 0 obj << +/D [830 0 R /XYZ 147.6 429.551 null] +>> endobj +833 0 obj << +/D [830 0 R /XYZ 147.6 355.258 null] +>> endobj +834 0 obj << +/D [830 0 R /XYZ 147.6 337.225 null] +>> endobj +835 0 obj << +/D [830 0 R /XYZ 147.6 319.193 null] +>> endobj +836 0 obj << +/D [830 0 R /XYZ 147.6 301.161 null] +>> endobj +829 0 obj << +/Font << /F42 560 0 R /F44 563 0 R /F15 542 0 R /F47 594 0 R /F39 553 0 R /F25 580 0 R /F48 782 0 R /F32 545 0 R /F36 779 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +839 0 obj << +/Length 3667 +/Filter /FlateDecode +>> +stream +xڥZY~_7s,qnvleǕ8DI,Kvvߞ><ljkF DPl"0٤: .ڜw @=mq{h׷'%OJeAU>~8)%R<}OO~"ވ(̣Wm2 +<&* .^`. ?><[b jp)1KUwƕ?xq{YCO[$xJ4-7=DF`Qy$*uN/IF*R$ٙ, m DYd.@#Stgq\j|WZm&*'r|dW&N/LqnVBemGeB|n6,Qbp"*%ys< nu{TӳeGGpr婸GӾ!>T -)x\~x 9-7a|op[8DŎcW|6 !a|xܠi$D|{hDGu!G%p5hCyG\UZۻ^0P$qD͂ Sl="JyĔW"[fh0KՀ Fu2OYo™1[eՈ: Y}*E0KE5>ZGrߜAAt$[ V_͘XY,UmvhoRs.O1RLԄmҊB?y,C=[#Cbtz47MXxpl$@|G dkXPr#f#Am~, ًaqsDsjayxsLFQ ):v_߿nWե!5 -JeR*Jq/`"SS+"z~E:-ha<}wV.<O'ZI2*3*^8~L X9ҝ ϟOv晀q(1Lb"_r}[J`~\]=*RrPamMbdv& 1}zG +<,n(.-9F#BzԆÜ#I]u<_M' (X)%_9j>"+ +|n2NZ3`gcESy,~+:&I~boe]ܾ;G,&]Y=ik\1Uk!GbZ"snaZq'R'[2T'401%JuS݋743c^07uQ7Eb-ĩ, +jfڷl3y ء ΅+,Jidp͓0?-v2 +:kՖr>ZRG:pܞ2B)\) +ƴoQ7~LJ?^{h!;LjH,FKeh( oDk":[>ۅ + #wSL w)8DwZ(g>2U}H} C$l(#8*̳aee;`!-גL2?y430:y mj Ɏ}x1ߪi% % V6 տ.?S|6$ {ղ\jbXAJڢLR@y=reT|ktr9kqZaZnEg+8>,UWoѧpqw I\S}oјw=F6?s_7iZu[mYHݞ_tNyr&Pxf+]aVSzU N6DAwRt;e_Ĥ9endstream +endobj +838 0 obj << +/Type /Page +/Contents 839 0 R +/Resources 837 0 R +/MediaBox [0 0 612 792] +/Parent 851 0 R +/Annots [ 842 0 R 843 0 R 845 0 R 850 0 R ] +>> endobj +842 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [255.213 642.19 309.549 655.092] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.1) >> +>> endobj +843 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [418.601 570.567 471.936 582.256] +/Subtype /Link +/A << /S /GoTo /D (subsection.4.1) >> +>> endobj +845 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [222.587 503.514 499.486 515.507] +/Subtype/Link/A<> +>> endobj +850 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [317.632 74.523 428.442 86.516] +/Subtype/Link/A<> +>> endobj +840 0 obj << +/D [838 0 R /XYZ 147.6 748.8 null] +>> endobj +30 0 obj << +/D [838 0 R /XYZ 147.6 748.8 null] +>> endobj +841 0 obj << +/D [838 0 R /XYZ 147.6 675.374 null] +>> endobj +844 0 obj << +/D [838 0 R /XYZ 147.6 558.014 null] +>> endobj +846 0 obj << +/D [838 0 R /XYZ 147.6 392.435 null] +>> endobj +847 0 obj << +/D [838 0 R /XYZ 147.6 329.471 null] +>> endobj +848 0 obj << +/D [838 0 R /XYZ 147.6 259.733 null] +>> endobj +849 0 obj << +/D [838 0 R /XYZ 147.6 176.445 null] +>> endobj +837 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F44 563 0 R /F41 557 0 R /F39 553 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +854 0 obj << +/Length 3652 +/Filter /FlateDecode +>> +stream +xڽZKϯ0r K9dd}!Ӌ,Amڒ!3$%ٲXdYdz|,R. iHd"[lo3T:ϡ9kZ[Û>R.ډ?K-VriVk)]~sU?ڙw |뮇--fȅi@Pbc? B&"Or,*6csJeq{eƤhvcHCEC8o ä?AAT> +пp7[2/knx>f +,o.MrCܓEJr%kZU/u~G(N +;`n(m \@P_X7UѳOM]|+(DZ-qAÇS`ANC+1* +q-;zq/\y.TsB[vc=tZD3aje# .] ?ZY%r X+byYgc2g1ހǡ|4jLo?UA;Rxi5H~y%)``@F&0>Dv`] F2ҖfݛP,Lhأ?2{[:%Ҏu1e ZAs9G &u߬KEȥMSO#0%7"BfkM +EBhXHDOB$L%4Ffy;~3MdMDԇr^XG=Lc ]; +5'B0Q4vܱ j;.Y"1%(Iѹub^p pl#Ƨc0q8 p7 + yz&" `n7XE,a75)+\(jvYe.DJM}5cM;I3@G\fqϪZI0LN]=aOyWxk;ĈGq3&E~-p>EM^HqZ5տ/9YsΔ +0!o#,%8;B_ݱe?ؙ +h%xconqEpjTDixc1Sgj<h0fteQ%W)oŁz\4-f!.#vWN{JYwȟAȣϘ`>[P:~LAxk8\Gr667ɮuZ@jܝW_ ..ZOc2+gp.'BK;r lt_5pЏ]= La _AnOB*{/ێ{%.C2@8|NN]L]7|VmM%.+>BrAb{fMuwoYTyԨC1Y1z(J=Ęx፤01{pWR`n,@|0{(wD.IE:8n6ud[L6kr;U%9_~C;!5ZiIm2JCad9j)\}䴼̐vZ/!.5j=!zxz_˿"xbt}YtG RϠl"۲poPPTxgr+'\/p6EL+OnNd|7VN1Cϳfdmݮ=y +ϦPAQ)G4 xύI04E;>/ey&a,97@q~~qpU@ng@/ۈ{`~)>Qx߉@EEȷx|A3<'jL ̫;b2Sl*GG̢ŸCQ酛83I09gsEiۀ/e׏E Pγl2L! !:~r Ћp(yuXz5> endobj +858 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [434.647 350.539 485.476 363.441] +/Subtype /Link +/A << /S /GoTo /D (section.14) >> +>> endobj +855 0 obj << +/D [853 0 R /XYZ 147.6 748.8 null] +>> endobj +34 0 obj << +/D [853 0 R /XYZ 147.6 748.8 null] +>> endobj +38 0 obj << +/D [853 0 R /XYZ 147.6 617.39 null] +>> endobj +856 0 obj << +/D [853 0 R /XYZ 147.6 564.574 null] +>> endobj +857 0 obj << +/D [853 0 R /XYZ 147.6 530.871 null] +>> endobj +42 0 obj << +/D [853 0 R /XYZ 147.6 246.615 null] +>> endobj +859 0 obj << +/D [853 0 R /XYZ 147.6 131.803 null] +>> endobj +852 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F44 563 0 R /F32 545 0 R /F41 557 0 R /F39 553 0 R /F42 560 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +862 0 obj << +/Length 3442 +/Filter /FlateDecode +>> +stream +xڭZY۸~_T0NN8ēVQő($*$קLj#;GMtAHŸDe6y:h oom^˥W:Jn^Q.RR6ʬ3e&Uxۖ[UwmϷ:#;М;Vv1=kue_7G*Ǧv}-Qo>?_6qEpn-q;8opNV{ äoE?`w,3¤&J06i<2U8SB{k@AO{سD; +&N3DgOm`3u'Y!p\H?lnP6l|ˎ%n#,ugw &=iV0RKw9"<ƆKn_1Dt.EZhel}\ +0 mAKW }((ri +YKG2Z)Ḍ2Qd ldDTII֪Da ,/ 5w|~AXJidut%fHiU6mչXyr SQ֠;&f.k.G~ +WI׶ÆA[Dt.4-:]9e;Uc՜O^_KnOʶA5aܐWڏN4pnvǹu"ET sɤ%d Ίa'd d-ph \9L`e{yS~G2:N3 +5"lV.6XDa =ʪ*J*סzp *P&Z%?ܒ&5߇ȄSC'޲ ys {A!.֊}[oV[Ѕg5V4vlhWAiR..)$ɮiÍ"xBJvѿ[pdt7xwŢџt +R;nek/8$J +|ZroZ\Q* 7yZF +vP}Yq+u$+rF_xکlC DJ }zA:DMBk(lnMËd+uyR6U ++|^!#'B'M%"U?0jU愕zjeKHQJ=On/ N! $Cpli%b3u-68 v(@<9{&67LӾ-+@Eic(qVaahF2/`>HM_"iZV]\Ѓ2һc ^Qx:MB/-ݱѕnj1l(9:j#>V5SۜkCD]r6U+ YbGS.x<9Q +Ox%z$;fE-wn1pFp+Cc*a%ÔNXƩ@v}0YeU :4Fcz3.gS #c' +P=OˡM:)cC# jW;&P_t-̈́l ǚbiy|=bC`w!MIE[{f^m d=o|v+Q0/yi@>^7NZ +gR?)^snX*[ots38@Fij9"l' +~p +=uYyNN&tf]BW@`4JJoRx՗pWX0ԜY] +vWTYIb%= [)f̹05,KQ9`PV4(ˆ:%Oy_|v<7,y`#%>+\ fN+!s-<fS9QJ31!Ż|\Њ,'jN,6 X&|z t׬$4"SNrFBl<c|A*4%z~-M<8paZ +CCG4v v^YLY-DnKYqdOM?2ivNL.N:_$cqdVe~"$pl& K_)YO'ALa'e!tfcvR.epe1Txpr9QyRcmċ6',=N{I Y12U{$/}kyx#Bc%{Rg_SB.IYX6A.y񊄙_t@Ά C ?LBNQ(љ ^w5UA2 Hk'|!L+ /ꍖ]YM1Xj"=u ٴ-sNޭ8?ȔQFvqvl"X =/8,7H}@:u;ϕpYal#\j fЎ__`"5@?y` γՆ$̙~RutͰYmm) (C*MLdYi~|$*os+Hd"v_W$HNtkT9tƆAU[ ya>0G_eOWB%() ]F4=@ٸI$DÐWn +3b=,~lCBdŷ]Rfexݎ`ғ\WmAi HBB\rfédb {eM{}](,ZXΗ> +bZU[ߏ:iI#2Ps Jes/Qg2j_{$M.O)7ǔg~q.WJAxq,)?zP+ +Et#;׸B]^@~.lPQw]P`J׳/=SL(Z 1-yԡT]# +?9B`J +Ca^~ ͊t-?xSj",*TGVpEYy2=⏣B +s8HTn +D?}Ã@ݾ|z+8z8#.9a2vQ  +__e)hsEn+8_.>0(zF$Ydy X +_Q.4W +K֑?7}|Iހi7YEOS|AyO6P{^ehum3,U Bޏ.\;) /&N>͸YKJ<1~rKx(O,Q]~fe5El) a@0endstream +endobj +861 0 obj << +/Type /Page +/Contents 862 0 R +/Resources 860 0 R +/MediaBox [0 0 612 792] +/Parent 851 0 R +/Annots [ 867 0 R 868 0 R ] +>> endobj +867 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [502.717 223.268 548.197 235.185] +/Subtype /Link +/A << /S /GoTo /D (section.7) >> +>> endobj +868 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [289.132 123.771 405.669 135.764] +/Subtype/Link/A<> +>> endobj +863 0 obj << +/D [861 0 R /XYZ 147.6 748.8 null] +>> endobj +864 0 obj << +/D [861 0 R /XYZ 147.6 659.206 null] +>> endobj +865 0 obj << +/D [861 0 R /XYZ 147.6 616.566 null] +>> endobj +866 0 obj << +/D [861 0 R /XYZ 147.6 557.978 null] +>> endobj +46 0 obj << +/D [861 0 R /XYZ 147.6 293.269 null] +>> endobj +50 0 obj << +/D [861 0 R /XYZ 147.6 195.678 null] +>> endobj +860 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F32 545 0 R /F44 563 0 R /F41 557 0 R /F48 782 0 R /F47 594 0 R /F20 576 0 R /F18 573 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +871 0 obj << +/Length 3742 +/Filter /FlateDecode +>> +stream +xڵZYo6~hKd`]6LI6qN(BvfspaI)9YM<R{H2r?j#[ZXF.x$Ozx&EY[z9TU#wSKkY"<yЉ#Tx`m{B4hg@7K*-"N+e%+vmٰt35om45Nbs\lvHR_m`,SS +!OĐfW9+Y/\~a:a(?T#DGWv3ϞYGZprG\'}{b_0/ƾi74W0kFk`vE`aDٽ eآg2dM<@P;[`CEUIMCuacWRı >ne*300#%DZÃh JMwŒB@$A7M2qoKT&q?(Ւs4IޠÙc ;AZ҃*@Q[nGnח e@$%f;܅vlhCGU( `t!4;Q:y? @UUj FsJVR~wrhּ76K GFH# u +HijRx9kr ۏ%玻*lA'qp훷ޅ}I0G`O GL޵nyrHwѼ0H޼e*)Uc{:p؟-:.|h[CQhg A { $Sc˼Ɔ1IE3sM,g}="d>Ή?8{Bݸs)x^<4:yGJB K8غEs$*~^++PT53o<1rW:}HD2P> e`u)-hBM~WޒR'HAGJE6nl&&j Zg.H(NWݰ !\F#X:g61]MDC{DwE+D ԇ:ǰr_қhy-IJA )h8 f+,i\Fly5'S3{F`2a@ClP^;@VQD5/uKQOY$WSG0,'s: {1u׷kr`ҁ\ XA=? +H=l?qW\t;bg^v*OD&Bٙ ?-uu2D`7 vI]Xh-_ᡭcoEP>Nq p]YHS|Y5r,w4lSqA[䆋IZĮ) ) +äX;X` 2/^25O WcOPUMY+c/l.OnMU5Z%dVJ I"JPU<96wKMM%H3~jTv5~&@vy0v{W-jQ8U}D)8A:n LSk98r{ARuM9r'#TR8??n39ѿA/8脎R'E&`ƅ"rD(/o_p3ٍ b3nbYVIʴb쾯^x`gN/{u;"0Uf]O%#dv|-2ԇ!R'xrnJ* jlv gV߱/Am{1` hwJKJ+HvuAqθj6鄘LdheG^7|0v!pZXG ؀Qv6 HӗJF(1n,-C\mܡɰ4qg$.*%/~[@X3.تrDgHixh.KH7]Z ]4/M*@:*JkT(X 6UӬpoL4J(iOY ;2!2 ڪsItVYg3!A…=C/v4G[]|N\J.8Ka启]茥yap߄ͪA#23?x˕$BGBJdaz"`hm79WA _( N^/BŔ;){9I.wED0e 'B` `R39po1sp+dp$_Xo.t +v5 ]g7 Jړ0Lkd2H;}H C'){oj߂"_=s,$^J轹p"Te^He,' N5(tO.ҔE#D~"=BT}v).D  vE xm}ףQ@n}H{h}}O(ƌCXpK76o*0DLA[/2J~Wtmw/;I㲱pU`H˭<.W^4 nZT3 |`vhB/;vvBEދ&wVP6dQc85na. ̷=gbOrHPOe̝Bb[Y"ԁQh3nZѝa`KøPn6nkyʲhEx nP _Y#?1+·!4>n]ў+uA;õH;Oyԅ*0jeY-ZgS3squ[\#]Kw6z:Ύ&zdWz>6a$m1˝ R 4Xb +\L9n7yendstream +endobj +870 0 obj << +/Type /Page +/Contents 871 0 R +/Resources 869 0 R +/MediaBox [0 0 612 792] +/Parent 851 0 R +/Annots [ 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R 878 0 R ] +>> endobj +873 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [260.496 568.125 434.305 580.118] +/Subtype/Link/A<> +>> endobj +874 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [146.604 455.724 179.506 468.625] +/Subtype/Link/A<> +>> endobj +875 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [283.405 298.753 411.396 310.746] +/Subtype/Link/A<> +>> endobj +876 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [254.769 200.204 440.032 212.197] +/Subtype/Link/A<> +>> endobj +877 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [211.566 186.655 483.235 198.648] +/Subtype/Link/A<> +>> endobj +878 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [255.756 167.298 268.657 176.321] +/Subtype /Link +/A << /S /GoTo /D (cite.metapost) >> +>> endobj +872 0 obj << +/D [870 0 R /XYZ 147.6 748.8 null] +>> endobj +54 0 obj << +/D [870 0 R /XYZ 147.6 693.494 null] +>> endobj +58 0 obj << +/D [870 0 R /XYZ 147.6 491.262 null] +>> endobj +62 0 obj << +/D [870 0 R /XYZ 147.6 284.623 null] +>> endobj +869 0 obj << +/Font << /F15 542 0 R /F44 563 0 R /F32 545 0 R /F47 594 0 R /F39 553 0 R /F20 576 0 R /F18 573 0 R /F52 798 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +882 0 obj << +/Length 3374 +/Filter /FlateDecode +>> +stream +xڵ]sݿӗ3G ~횹In4$y%ZbO"U@"%gzӹ,ޅU +ID$&i` ӟn[Yrn)5 +~o>*()2ρ: ԨqqS܆:[6JDzZY ar jq{0hqhyLqwu6B-E,-PHmWc&&q+So +f׌XJ0-]~u/9t&H;L=OɉRI +aPgLP)٘V;`Vb BvWØvZB(Pf˷J/?}MX#=nѱvHyLHl VnVXHѴcn><:L${L6T{pL&3Ś00F1P3B'|hR4m `&(MhذU4BeγvXPQ6%|=~9Ia3&aYw@ɒ6$TlgHa}hy1pE#iR&dM˫1hOjUz=3(JNgD yr L(jaF#%M w]iKLhvyǃ%Bn oB"_i{3*bb>گ';k)_mlz>csSw$$-81eGv۲GfY@躘GxbA8m"E4`2aBY<"g--tH Ptё8r$:0"8IS=:GеS3u%T(O‡MH;1FxuǣXJNF4"7HX`uQcY4[ _׍R3XYyb5#D)_ PwڄDp * J J[Q_e!\'7b25 !ٺy$uqSX)"ȣHE8KN_Jd:lW4󞸆9e>m/1\𰢦LSEg(k.KN"bWx`bsT3%"vps>$P65n)}wBd|JvrK9mQZn~1.Jsx0HѸJW|;5>x P?ȌzgaW˾S-o5얞0䧏ﶫ}ꏈm/:/"'.6:^2%L;y>hWL}íc xdap:ϧJvtnŸh]1h1xM,J؇'\}3LQiw|7axz"g*q!)O k@H^n5aCĔR8o-(xo^Rgy3G08EH5u_ssEnf5ƻcqG~Na4k2LjTtm^}.tY^U{Esh1ngMdИn>}닒>8d\|=<ų!) C+fw1iCqg ?,W̕WvVyk\y s;슓02)E%J 7ԸxrNI&,9{\5\{}{Aax#kd&="Ht.OA^ z>=_b U2|eʤMˤ1/yNRr|G(2pK@1\17y@4{_ɰ +Y<6]0.9}&1מmz߁mܖ^|vj 0xe +E_ۏ>K iԐvgCf:g葸Xv=_9y47csؽ#uR!?Z]Ab4eji iK& ٌW[`R, v7f"goon:l!PZ$ Y?k5fT`YU{բtIAc +Ct4+>rBRvE}cCJmĪ>ݥ{z!3nasϔ +!;V6Ŝ^ 4N8r8W/U&O[gp8\՘_KKR{ W+^˹rpaf  1QQA٪ӣ'Hi ް!?5|Obj*);gƔʷw> endobj +884 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [284.349 577.215 418.068 589.208] +/Subtype/Link/A<> +>> endobj +885 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [400.545 563.969 407.992 575.659] +/Subtype /Link +/A << /S /GoTo /D (section*.1) >> +>> endobj +886 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [248.354 541.151 359.163 553.143] +/Subtype/Link/A<> +>> endobj +887 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [270.226 518.635 455.49 530.628] +/Subtype/Link/A<> +>> endobj +888 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [260.496 353.239 434.305 365.231] +/Subtype/Link/A<> +>> endobj +889 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [472.951 185.769 532.782 198.67] +/Subtype /Link +/A << /S /GoTo /D (subsection.14.2) >> +>> endobj +883 0 obj << +/D [881 0 R /XYZ 147.6 748.8 null] +>> endobj +66 0 obj << +/D [881 0 R /XYZ 147.6 662.578 null] +>> endobj +70 0 obj << +/D [881 0 R /XYZ 147.6 480.752 null] +>> endobj +74 0 obj << +/D [881 0 R /XYZ 147.6 451.575 null] +>> endobj +78 0 obj << +/D [881 0 R /XYZ 147.6 276.11 null] +>> endobj +880 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F44 563 0 R /F47 594 0 R /F32 545 0 R /F41 557 0 R /F20 576 0 R /F18 573 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +892 0 obj << +/Length 2712 +/Filter /FlateDecode +>> +stream +xڥY[o~ϯR5x[hmx>E3Hx}e(P0ə3gΜUrŸ\IhD$]*`;ut415 EjEi&ZmbH$z0]~!+FwkdE۵V?{a BaMlp!BکIWLE(ʠba *s-<yS͙k_rW0-rk78seFz#总AӱD5FjPDJG{hAOۉ&NTlj(zasaVi O{1#ظ$*&|[[Ԗ9i kA>@^:FNLРIg@; 1ѭlLO?Vn?%BKt˶mtg lҸ 8@Y &xN?o%4zt Fž*jP]CڜypdI+R28̈́<9-iQJBpU6ؗU.W~\;`T $B i=LȘW G$T>_`̑0Σqf6LhVGY +³E/%bL9-jHdD:+;tiU_zܣv "{m1$ 2ڣ4c~tf?Tm^31M\O(JǺx`!11j!|.s2e"[Y wd"{d{CD=30azq}e +&Rxe\'ґW9Gax){y~W  #N}.z$,8COLt( Cb"HLPvG4Fi7}nZ^B,A0>I_22+=geĭ;U/o"7eL+׋>d=̐u;.;8a0t>U3F$d6xٔaӖZ8ҡUnU$ 8ᕤj.5a5e6̬zڞgS [IW0w9wKdGǐ+za8a}s}{Lp:tR:!hЗF.|fȮw +meUz1A'!/N|_TC;HhzuUWM6lx^qQUuؽ6Hj%E0iue5aw2'#?Ϸς'ѴTF',bT )5!8A+?JIPҏmv|,R\XC%]NxwX#P)B >u'2Z[M(͘3p&D7 +%6% +hM>H\mV(pg1:*]PS wr+ |5=`v©u@T!Ms+tI9 1YWB4$11T "gWq}eee)Z@! !,ouoa5.T?P亏A9( s/SprfG鐻tl>7wBd@vxK2(6+tbH1U-BsDf +L^ wRcN5CSE;@Zc׼IcО[Q8a(IlYd4"c湳 o8yup:+|zgDYBaS;]ǬCV߾,u(4drɜmc9X U|+^Vi-4:Cn0RD=yc#^r@J.ȊȉScϒMi@* M̃Y)m$ Ss44x?Sx6&8ͮZX֩k{;k F|aii bT(Td[3Rd>(-/KIO*es{8ﹺL؜za4P4\{uˊm:(VDiN5m^mFE$6gr-7:'#lz]QSBJ%Ϩa0A*e!(È13ʾ8ij%.Αc +?w1E5S}nX-Q/,ϱ߼T$^rYWXʜWήTa8vc m%"1^>BB&sÙ]?;k5c:fuRFY#4VmrJ (e5lky=w/ +,x-4endstream +endobj +891 0 obj << +/Type /Page +/Contents 892 0 R +/Resources 890 0 R +/MediaBox [0 0 612 792] +/Parent 851 0 R +/Annots [ 894 0 R 895 0 R ] +>> endobj +894 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [282.723 369.924 439.35 381.916] +/Subtype/Link/A<> +>> endobj +895 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [274.132 212.369 447.941 224.362] +/Subtype/Link/A<> +>> endobj +893 0 obj << +/D [891 0 R /XYZ 147.6 748.8 null] +>> endobj +890 0 obj << +/Font << /F41 557 0 R /F15 542 0 R /F39 553 0 R /F44 563 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +898 0 obj << +/Length 2802 +/Filter /FlateDecode +>> +stream +xڽYYF~_ +k}H Mv=Y?$CQגejԌEFdXU]WM'i2ET8X;i뢀ܣHeHTD2ER4״0Ibو8 )!UDDn$.!.Up3 }{zvZ⷇^=IEa3ټ +EmQH4` ˍg}, jm* MdxVP95w*Lg:H %r/d +8-"GZϗ~Tz-<+zgx3e9t "1Zw7M$Uea=x//SæT`HjJD eŲ#hƒ/Ve?Eĉ*ubX#|8, öz~q>ּ6aVwдu WmKςHLn*L ZoYQT:^ J'O`̓mmd8m2Iu +Q20JjцƁ4QIX7+jR_PX4ؐm]u6d_~ј`V$\rn{PSm_j=Zd<.p3$^b"Y-Tt-EN*ϋ\S6}v;%IW\HJX!ZX ӌL + 13GiVֳUjJab^]ep%.Kٗ(cX= YqI +0Fܭ C)W9)dž6ۖz }յT@$΄e(J[I˖ypt:ZB@ݙ"e(4h&jQR g< JjۘJ`sCau.`[H0Ud=k*cYY7"i`#rv|ɀs7J\p0_cO +#qƐm -.۽+MR̥_fllR1c.fDL +ܐR\4;K0  4ŗ-E I<%1P=@hB>˹fCgLx/꘹s DxvjlPWi{$䀦c!{ϻ(-n=,ba$4DÔ?1J#Ţ&*N|O@JKZ,= 5NA=c7gsxMͰxD7,W/G)1\:&!Vv0f23#x&1\bhTds7 A/04<=Rbbm]h'i]ա/]-ck,v#Xf_}03;`sH%dO,D .`+{[-eVlǏt7?\.ߒz!0~ $KG_`udt$7xCY`7y0UsG I6*]NE,o,ō*m  )O‰endstream +endobj +897 0 obj << +/Type /Page +/Contents 898 0 R +/Resources 896 0 R +/MediaBox [0 0 612 792] +/Parent 907 0 R +/Annots [ 900 0 R 901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R ] +>> endobj +900 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [274.132 734.42 447.941 746.413] +/Subtype/Link/A<> +>> endobj +901 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [288.45 503.785 433.623 515.777] +/Subtype/Link/A<> +>> endobj +902 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [291.314 382.141 430.76 394.134] +/Subtype/Link/A<> +>> endobj +903 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [276.996 296.562 445.078 308.555] +/Subtype/Link/A<> +>> endobj +904 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.939 269.866 530.386 281.556] +/Subtype /Link +/A << /S /GoTo /D (section*.1) >> +>> endobj +905 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [288.45 224.532 433.623 236.525] +/Subtype/Link/A<> +>> endobj +906 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [308.496 75.79 413.578 87.782] +/Subtype/Link/A<> +>> endobj +899 0 obj << +/D [897 0 R /XYZ 147.6 748.8 null] +>> endobj +896 0 obj << +/Font << /F39 553 0 R /F41 557 0 R /F15 542 0 R /F44 563 0 R /F42 560 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +910 0 obj << +/Length 3431 +/Filter /FlateDecode +>> +stream +xڽZY~_,@oc;,2$#1Hvv]G7v1jUu|U\OEM"U~|vpW=i +åGZZP6]F i&ֱHD?߽8-LWw GrW?w{]BxW9n:İLE&nvLhy +K#Eٮ7 * |b * r-z#lW0)_Up8@G)l\$[}Q;ۂ1?DCY88?N=YLI,<Σ1DFhkhlx3El~ K`:(o"B5]¨1!La?-,aQ=W"fI!cKʪ6yM<M5;0i x`e:k"l3W}36dy4 '&͓3^Dݛ -%˦G J?Ӥ \T%lh7{U;p)24؋l," +;I_dKcV+0 W>hQ wå\*jA Z!O"MsMX\$?v}%p[3ykcڮ<Z+Cs3BAg]u^XE"<& $՟2I-)h8/v|ķ L1-8MЂ,8 n-ҟ(Rsj( XaPhà~9{zUNaꮾߓX8irv`+b@RUϪĴx#3^awZN4sDQIHZ:t|bȂwNye4_V5>юpsܘ,~ENchɶIp-]x|s cQ\^ݲ4XaQGKwN 9*R ?@-@Q_IQTo+H0a9P1-3>BO E4 +{:pͺGVhp9dEW]%PBlZFGmHJ؎Jc4S #)L, y&X,_!Sxtg-܉`/9wȂ!@a1 P\4 eG + l!txTY ʠjlO\: C†$_|Em{Q sw{7LU.40ʀ3tI(ԫ8-܍'=q]+t,xȡK; g}53"ʢ,`I=+Dj530p3k%;[njwb(B*ȝg}̮&F1b";$1byŗ|1Zc5`y3AS)nƲd2N4"H!=kPһ{zDCs& +#F[;hLLf'd H?TtdixrFr 2*~Nw7ɆhCΦ:۝jS pGWO h|H6$w_=76/JLJs_|wL3׏ -t18W !a3Yp#t+Tu '^@0e[.KyV<3H?$㶧{a5/u` (9ylk=xsf ?8@v'(8LR##:!7pKޗp?·n1-"}y\tBӤGq$qdYĄp}ݺY? +T rw9\gMc ,ߵH3_/eK :lco(+b [>Na{3)¡P;b !K}`}#`d@AS ,-{o08&h0O +|aveE(J4i:i/,1}a9-BG]rio&?AË,I!!ɗPYW;Jݯ8mx!ۻ>5S!D1\[TzT˫4>d8*v-HS: /n/!`SN떼?T`2E<%#k`*+|:#v82#VV75?z[]z0/_lG.^80; EYιCѵN'axϽⳜvF}li$q{6z "%C +dzD`@-n >.zxQZ1|8Ԗ]1* Rد?K:cK"#qjvٽOǭ-2?˝q=g'xN#nf$/m6YD I /'÷4τm+l[|Mi"ŧL=4FÇ#8F0R{XsORd ܗX=q_}շ;&Ev~fx&L&.P}>V/+$@P TH酯0>scD7n)f[8-endstream +endobj +909 0 obj << +/Type /Page +/Contents 910 0 R +/Resources 908 0 R +/MediaBox [0 0 612 792] +/Parent 907 0 R +/Annots [ 912 0 R 913 0 R 914 0 R 915 0 R 916 0 R 917 0 R ] +>> endobj +912 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [268.405 617.16 453.668 629.152] +/Subtype/Link/A<> +>> endobj +913 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [302.768 504.482 419.305 516.475] +/Subtype/Link/A<> +>> endobj +914 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [276.996 167.352 445.078 179.345] +/Subtype/Link/A<> +>> endobj +915 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [222.587 153.803 499.486 165.796] +/Subtype/Link/A<> +>> endobj +916 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [211.133 140.254 510.94 152.246] +/Subtype/Link/A<> +>> endobj +917 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [522.939 113.558 530.386 125.248] +/Subtype /Link +/A << /S /GoTo /D (section*.1) >> +>> endobj +911 0 obj << +/D [909 0 R /XYZ 147.6 748.8 null] +>> endobj +82 0 obj << +/D [909 0 R /XYZ 147.6 490.214 null] +>> endobj +908 0 obj << +/Font << /F41 557 0 R /F39 553 0 R /F15 542 0 R /F42 560 0 R /F44 563 0 R /F47 594 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +920 0 obj << +/Length 2526 +/Filter /FlateDecode +>> +stream +xڽYIoW޸K#R$9P2&H9䷧n#rFF fkAd M" 1Hu. +wҽYWKYY,e$2H4qLt"R#V`Ǣ,y!aW,2G$:-d.ywe*It0vLxK;M2i!;Rj褈Yݎi.RThMbe#.lX4ܺoɰ36Lsh+LHH kGk`/ArX/ u{ݝ?+^<,{Kg#2J2XhaMU-L$"o#P* G}qMP%MSQTY֎ohÜc |7h*VǗ}n囙ǞٛRw^X,iLraն~ll@Qx7Q_JY2ca^HV:;X7uE]5<-$ZwhPvR +(giV$. 3ֺj+ ߂+/<BZ+#TW.<u߮Vy ΋ê8_O+caSp#Ni%MB]U.[&BaРrH4Q,b B7DҎ,?E/ĺVXGk MtҪYF"[ʓ?W3&zU=DÒ '?o8tGI?;Zs)h6w i3FI& IPGb 7GDy\d .ȱ"g!H]{;mP ^w~bwE'LVH7Up?-7h6biJML.pgR]Y'~LSb)XP+zk=9`,:Cuj +g'cYch !8)]"6,s^z~ h,CJ6ғ.Z_3a!vDO2Q+-?#-q"ji~)-"͖':Hr\YzD ڛ1 lÐֻ +A) u90?3Ʈӭ)THݰ&8p&IF&@!Q$Xʆ7ڝZbҁu{wƛƁ)1{=YL_p=[xNHW\n;S 3a4@ rO|n*T9wCIN9#vہ ,+R  cTa #apnpKǤ%pQu;~:q_OMRMQq +Gps^lm5/m'KR6,'p_咠Ge< i=  Ȇ(b$]Kܰ3 MƎf6xhgp+Q=k8R%9E~>*k$FW.I`-HZ)(ZzaϵX7=_^F> ܅tz> l"-N[S)D 3@\§ /hQh! .LV$䨜fGCLa<1?4TZG3dvdPxS>S$`i@(9 K20E0M;ߎEpr6RrStos HqĨ @錯j}ɛkNEP=WB<^%QƀE@Yev{΀i9{;yQ&^p0$JE1sYTUU9Di~% h&2̆%iodvTt3{uipGO׸eopʦX0O@>By +&QJ$UɈZ1$hg佟xp#*"q sƣQ.nl\}iOz 3'S2ǿ9k4\ y`8'r4-f?MB S]t$7{'XuɩPdC6 |p`qԙ}sQtH4CA؈2!Fu 9*W,uS 4c -O#L}I ҂gQbw2SrwCMX endstream +endobj +919 0 obj << +/Type /Page +/Contents 920 0 R +/Resources 918 0 R +/MediaBox [0 0 612 792] +/Parent 907 0 R +/Annots [ 922 0 R 923 0 R 924 0 R 925 0 R 926 0 R 927 0 R ] +>> endobj +922 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [205.157 662.291 516.917 674.283] +/Subtype/Link/A<> +>> endobj +923 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [268.405 648.741 453.668 660.734] +/Subtype/Link/A<> +>> endobj +924 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [252.822 605.607 307.544 617.297] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.2) >> +>> endobj +925 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [291.314 353.454 430.76 365.447] +/Subtype/Link/A<> +>> endobj +926 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [297.041 267.875 425.032 279.868] +/Subtype/Link/A<> +>> endobj +927 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [302.768 173.33 419.305 185.322] +/Subtype/Link/A<> +>> endobj +921 0 obj << +/D [919 0 R /XYZ 147.6 748.8 null] +>> endobj +86 0 obj << +/D [919 0 R /XYZ 147.6 510.737 null] +>> endobj +918 0 obj << +/Font << /F41 557 0 R /F15 542 0 R /F44 563 0 R /F39 553 0 R /F47 594 0 R /F42 560 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +932 0 obj << +/Length 3575 +/Filter /FlateDecode +>> +stream +xڵZݏ߿Bo"~yK4ޢ p- +Wlme%bDfo>(V +&M #me.`; q{T*xew_M`Y Ud.Le%+og?5yfy) ~OoZuQrYЛ-gIAJT I_eԠ@tDwoPFjݡ?v8OrzLJ,0C[`oݜ-YYx?-JF]v+OM܂/L c7U]B#}%XȀ=jB>8 ^wX@]tH0nysw.SӭOh32*mU;WLTJ:=; K`f?y/X%xE| DfK2y 6]*'wB7vBa9tB aUyت௸\1Z!,ufrؼ&:%VtȭLMW\&*&i)v 斸1'r*¥$r0bxђ113bthyB bV1≐3B_wéE@bwUaGӂx`DU `HGVYffhy 1qK2 /ۇh`bA֛79Rdrue9雗-FSˠJ^Ѭ@ ,.Iq;ғ_1x;:-'7 x \Ϗ-b?5^&R#-*^#sk5)x8B l4`08kPLBeQ&L2Py& &^i| qgPܫ8 fxRg, u$f}}䆰1?;3 c  jIBTا]7B%n AJ%  U؉ #:܅̃0n34\e8P]FTphCE4>nbʏv)E!~,q t%c$6`]RHoiM45<5 |z#ovw??k J !2HVLGUCVTG0:tTS#:VZU64i^1 Zq惹`X6)PS +29R״-dR=㞒vՋl9zRU=,:}GމxЋCڀT=f;RK~jjFJ4+fK<"P1zJc}BTXM7?9>wT&̆f/`cSNgc$7K{pI_d)kObãNěE,Ȝtg6ޕD0n"DϽzeCFm+dICao.Ze +]e7p DD22o`Ul)3`&A0t֒01֔ +0=YxoXD.մ_b f. TCQX1n`}3e 3mӤ ߷]1a[]ckGpc2~FG +:}vKm`k?nAя1=AXYf#TXro2fE8vHVB@¤WӄػH8h_u`&r+[ݶ P4k'iQ55iu2Ri?KIg=?J40å^= b# +!$d49$ ‚B\DQ&$ȑ,*ui<#+kH}te\3zXo$:G`64T\O4#uW]X m $W(Q]/Uyqy_QM]l4ߧ=^R#dlKsin {}d$ W/+^ )V#67t|i^r*UHM e&w$zf 4T5: +xkzt_++)YNW5BA^AjZ!^C]eZ}r0KchO}M +44퐵Yr1!% +:^~=f.p7Z`b;HM} Աj}mou$c[MJ</J+`<=X}Zraq۬Vv=xژOC?Lv;A,)FvЌ &K +EWq+֑%_ .V:~Lm݇ o6!U@'V `}-eBLsq4 j?,D Wݺ hE]KM"8[?H-`"ד56ԍ̲?CI"D \@.zۜq֬>doBTZ#9Y"WWfnty54kigmx6`̡_OsEkvݳlSbrºkAj!هM߳Aкx55R9&gqщߴ xjG:+} b>W<OXORiuӚqZQ&LyԹ$E ԅ8B!Hso47;̮Hzk +SPrS.x?y.@=S8[< s1 +wo~$yd-E Tb*DD@⚾Z ++i1fX=_;xYq@bae 2X8P&cϛL`QN߹ÆS 0v{Cle7oOmߴ(3}v^]nA:E[w}wӛU{RPnWL`2]yh5ya:[>+ZbCbܮ_$_54SvRW撏gM(pؾ9?h ,>l935m} +eFK)ր+U2oBVz9#IJx֤ͮipuAT|,nendstream +endobj +931 0 obj << +/Type /Page +/Contents 932 0 R +/Resources 930 0 R +/MediaBox [0 0 612 792] +/Parent 907 0 R +/Annots [ 934 0 R 938 0 R 939 0 R 940 0 R 941 0 R 945 0 R ] +>> endobj +928 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (pretzel.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 946 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 90.00000000 100.00000000] +/Resources << +/ProcSet [ /PDF ] +/ExtGState << +/R7 947 0 R +>>>> +/Length 948 0 R +/Filter /FlateDecode +>> +stream +xMK +0 Ds@ w] oBҾ@f^oc |^8Z^`Zb4xg Ld6a4$u}zRW#keg2?{#-%,endstream +endobj +946 0 obj +<< +/Producer (MiKTeX GPL Ghostscript 8.15) +/CreationDate (D:20050523211021) +/ModDate (D:20050523211021) +>> +endobj +947 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +948 0 obj +111 +endobj +929 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (cm.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 949 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 145.05000000 145.05000000] +/Resources << +/ProcSet [ /PDF ] +/ExtGState << +/R7 950 0 R +>>>> +/Length 951 0 R +/Filter /FlateDecode +>> +stream +xuPA +t/>jBƃM q] ӊii 7 +BVA{wMx@%3ܸ3Ff)SQ̵ PNq_u0Zqm+~ +Lendstream +endobj +949 0 obj +<< +/Producer (MiKTeX GPL Ghostscript 8.15) +/CreationDate (D:20050523211139) +/ModDate (D:20050523211139) +>> +endobj +950 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +951 0 obj +142 +endobj +934 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [368.093 670.749 375.54 679.771] +/Subtype /Link +/A << /S /GoTo /D (cite.graphics:bundle) >> +>> endobj +938 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [149.634 657.199 157.081 666.222] +/Subtype /Link +/A << /S /GoTo /D (cite.graphics:companion) >> +>> endobj +939 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [326.176 562.975 333.623 574.967] +/Subtype /Link +/A << /S /GoTo /D (table.1) >> +>> endobj +940 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [337.909 562.975 345.356 574.967] +/Subtype /Link +/A << /S /GoTo /D (table.2) >> +>> endobj +941 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [370.369 562.975 377.816 574.967] +/Subtype /Link +/A << /S /GoTo /D (table.3) >> +>> endobj +945 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [236.725 163.181 290.839 176.083] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.1) >> +>> endobj +933 0 obj << +/D [931 0 R /XYZ 147.6 748.8 null] +>> endobj +90 0 obj << +/D [931 0 R /XYZ 147.6 748.8 null] +>> endobj +94 0 obj << +/D [931 0 R /XYZ 147.6 639.029 null] +>> endobj +98 0 obj << +/D [931 0 R /XYZ 147.6 535.46 null] +>> endobj +942 0 obj << +/D [931 0 R /XYZ 147.6 400.992 null] +>> endobj +943 0 obj << +/D [931 0 R /XYZ 147.6 382.657 null] +>> endobj +944 0 obj << +/D [931 0 R /XYZ 147.6 351.075 null] +>> endobj +102 0 obj << +/D [931 0 R /XYZ 147.6 304.532 null] +>> endobj +930 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F32 545 0 R /F48 782 0 R /F60 937 0 R /F38 550 0 R /F39 553 0 R /F35 539 0 R /F41 557 0 R /F44 563 0 R /F20 576 0 R /F18 573 0 R /F25 580 0 R >> +/XObject << /Im4 928 0 R /Im5 929 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +958 0 obj << +/Length 3567 +/Filter /FlateDecode +>> +stream +xڽ[m6_^։ookZWnzm&W3CR,ZޤCXFp^*bX]fŢUV-/=}!ce-G+WbտF !2k.LʬbqqYf7bnVBHX޵Jzj>Zu=)[V)cC6,:*dJEZ͞`.`9({g;gȞZLkS6Z T۰}B ڰ EJ Awqnɛn SKwB,Sc -aŢlf(,Lb@]E  bsOH$n7ͽߵeX39FeV\cwor8{+)g7՜Ȭ*x6ǖcy]l'7pw?P;qQzrdgF!yBZc4"E %RQ_d" ,Hb*J/IQ6߽|5fLc%QBTmy[m4K@Rb$bq$X|q_LYCcM0 gH7ͺk6+FҝbݪL#c?B["K c=&YqNa/n~⇍`ٸևpMO yd)tA5y1FS +CA:yE. ÙE#9N푵@=YƓu?G@0~6j1ex≻9#0ܰ/ >kTHwѽde"kh%ϫXw-I/WRҎNPMe +ne!JEeE¥J*]Ԗqu')-)hI%٤l$Әal$P2B](O*goǖ* ;{l5ޮ!tQЗVӷ +c/T ,$9O4@O( `V l?TH1 TkT}:q{ښcJDo"=dbvtԤ^ 85B"&[e0׮ݎXiac,I9KX9Syn#}VxC—SK}4_i(V!Y8m b&E>VXhi&GZP#<ԓ.*t楗޵N6EDT\mA@3k}sJbVɌ=U~1c _~8|h.(5/BHsM0{^FcZX}vY(3HNwM}p6p$/XPU0a*jTBb#"Wi<\F(Dܫnu6BE~0DQܬ?rP4`( Sn9#~Hxkr 9ϻfodž!ms(\a L!*)rx@ +Oj5̘ >nOtWʤ5iVQJS@n& +6h#^[.yH/MJ5:">LOu +#F=e +{0̔Kt\Kɋ#lԇ|,-;no|4gF͞7[oSj ș=5JvTzk}H]]zPλ+rj[oW^h 8 +bR^LKx +n| cޭNӨN+ lpMD'UIߡ)\W , 9Hf|wu>?/|oI˞(;[BI[#\ݝcǸ<}NOCbeVΟޅ29\웛j(ha|yq(;r߲xrVHC,\:+tdBrBE]iW?n]Tj 6> R=H:4g B"O@B%XD,[*G^8.~P@,G)$7+L%B'j'7`뱋!DfTt>fڰjV9F{cF&mx,>Piԅ.@i_ +[ke'O sD_>aqg߾A 4ŀmr:60">Qv'-'aLnU4I}Yʵz$\nQ})1~} +?j~D$G "1E1-y~~g]}ɁM{ a1Ò?J[Ao8z#Xw:d?vF'jSvXl&lx(pb:Ԟ nѾ@nsm>C}n$scNCj0SSHv$0N/c˔ 9ܽ|uZ\<: +Ç•߾xSņjV X^FsЈqZT@tzRqfAߑIf2kzCC>\EN5۳˵4S9E8cӛMGFۡN#M'W(ɫ1tv;Qrն=p⅛Ö5qf +DQl/.[$w4"i#$_ٞa+6>OMΑ@lyH.$}aPNHw$ZeQO ҙE:da NG(.L?u.3aBendstream +endobj +957 0 obj << +/Type /Page +/Contents 958 0 R +/Resources 956 0 R +/MediaBox [0 0 612 792] +/Parent 907 0 R +/Annots [ 960 0 R 966 0 R 968 0 R 969 0 R ] +>> endobj +960 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [236.725 524.631 290.839 537.532] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.1) >> +>> endobj +966 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [238.877 152.632 292.991 165.533] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.1) >> +>> endobj +968 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.877 121.656 294.445 133.346] +/Subtype /Link +/A << /S /GoTo /D (subsection.15.5) >> +>> endobj +969 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [274.376 95.504 320.599 111.694] +/Subtype /Link +/A << /S /GoTo /D (subsection.5.5) >> +>> endobj +959 0 obj << +/D [957 0 R /XYZ 147.6 748.8 null] +>> endobj +106 0 obj << +/D [957 0 R /XYZ 147.6 748.8 null] +>> endobj +110 0 obj << +/D [957 0 R /XYZ 147.6 510.362 null] +>> endobj +961 0 obj << +/D [957 0 R /XYZ 147.6 370.595 null] +>> endobj +962 0 obj << +/D [957 0 R /XYZ 147.6 348.506 null] +>> endobj +963 0 obj << +/D [957 0 R /XYZ 147.6 332.358 null] +>> endobj +964 0 obj << +/D [957 0 R /XYZ 147.6 302.08 null] +>> endobj +965 0 obj << +/D [957 0 R /XYZ 147.6 256.949 null] +>> endobj +967 0 obj << +/D [957 0 R /XYZ 147.6 153.628 null] +>> endobj +956 0 obj << +/Font << /F47 594 0 R /F45 566 0 R /F15 542 0 R /F44 563 0 R /F39 553 0 R /F32 545 0 R /F42 560 0 R /F38 550 0 R /F20 576 0 R /F18 573 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +972 0 obj << +/Length 3503 +/Filter /FlateDecode +>> +stream +xڥk +)*kF|Q . )pZK^g[%ye^7k,?9&,5f]<{yR5[kpk(caTd0PRa|!# o2jvec]|3}Jxl:eM~u29˅2qzqTpDJE*i{Kaxr ,LE e3Zv: dYO 'eHq@~ۄȀu;" +W vtlؕs#%qofS\YiJ=_%l1=n]pˆVYh\"߰iy/  X^'^ `ąw /š[#zވ`Թ1T] R4y.i$j)Qy0=5R JM@9#D0 UDcV6ϠPPaX(&.(K SPigIuQ(]  RХ5] ߧ>|Reg+V/(rƕgosN0%@Ƶ)GE pi="O{ ]Ry}4dܤϭ\*% L} nFu ")Ug,$It65gK,6lokj_H\$ ri=%8ftaDߐn2CUW\2v^bq:B@y aM5EX8f( 4Ve0 + 2/z}T-7Dz +׺޽]|= ෭r`  + jvI2| )!*M(Nmy`-7لʁ:I &uC{ڣ@Z~xvzݨvL7ău +ڮ*܆ͪψ iH\}v}(HMT&Z?QhΖ.MۘO#7\Cop9Ќ/j|Mn3x "3|~xi}@m*t\jd>1֬f8qm$;Q0< +zin\XMMu?*גr j}IMh8w nO/֪ "Jm|@  ^ +d0ܡCۺ$ӍNܳX1#(8bN$/xTx8p,@/P8<@^ ^s:(R[)[bS90<g -GX==48Nf!5U3eoԁ2xql{jxqE1Q0DC[3MéT&s(L ( Dj_c bDi5Rh%`oyȆ3ݟnJpF{S^L<̵CMEhBhxFʩ()(p添wY ?@u {z;isMݿBq.t-A(a噑-#MJ/IPYx jZ#΢I(^A5d9ڣm9z(_[G wq +?7MB=F+vbw1ƥuZ,hcw+'Wf( QQkcKM}hEpb, 6rNܿ9'o+P=c9xf +z^jj>Hۆmt%6(hXiPV|xphxG?!eE~:UUyQ+ ~ס ąE2=+?WM d2gendstream +endobj +971 0 obj << +/Type /Page +/Contents 972 0 R +/Resources 970 0 R +/MediaBox [0 0 612 792] +/Parent 907 0 R +/Annots [ 978 0 R 979 0 R ] +>> endobj +978 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [228.903 681.982 284.238 694.884] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.1) >> +>> endobj +979 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [209.602 449.282 264.715 460.972] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.1) >> +>> endobj +973 0 obj << +/D [971 0 R /XYZ 147.6 748.8 null] +>> endobj +974 0 obj << +/D [971 0 R /XYZ 147.6 748.8 null] +>> endobj +114 0 obj << +/D [971 0 R /XYZ 147.6 421.801 null] +>> endobj +970 0 obj << +/Font << /F41 557 0 R /F61 977 0 R /F15 542 0 R /F38 550 0 R /F39 553 0 R /F32 545 0 R /F25 580 0 R /F48 782 0 R /F47 594 0 R /F20 576 0 R /F18 573 0 R /F44 563 0 R /F62 982 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +985 0 obj << +/Length 3209 +/Filter /FlateDecode +>> +stream +xZK-60V#2n @Ӈ{P۲my%N~}ARM{{ `LTXcL?9&KYf$b|[tXג:O~dL +|z|&I73eEl1˄Hrn(|/Z,ufw)y}\5-4[l] Uǣznc<KV̦i"4I_M5~B‟A0 g/,d?z?|~{$<:\A-l΅,-8d5 I! +4p"KgifPd]UowaM1+]&H7 z\wB{ona7}t<{aE}vyD _%8rEVZs#ZhLΖ*ц uHgGGԢP/s3[&P13K%S񘂗C뛾ܿ HI*A( 8mOq@"5$RHx;yF'VA +/2KA=xZ# AGCoCҩf(Q(=L|W, ÍcQ65:ur_] z X eꟉ YFPO("~8{U G}}AjepAx?7l M)H9զĠ?p931jK~HA^ܞbt~!.-ݪ En󨟑<ӻ1tW1'-XyN#\rh{VRKlo]Ow=*͍ |=}(02ӵ1~B8W+Z7)b'ipnDMRh!F`S^Br.m"v(}z(DkeJ^ ߃;?*Ze) q| {uࡆqy4XUdݸ bGo% ٟ r]P tX]y"'P:e^yqbʢC0B_E7HW<#;䪋U +qӍoᨸnD\w, )â4 )\* 1+'Y@eu~G%f̦e{DD4b±|=_@]O?>y6챮Of7@ dNp<0ؘ €ਓl{L ٤Vlt:woh֬ .~OI1V[W|:5I*LC- +}O+? εի?˯-k7yx!(,flIr.RW/z2+t L\Sw*| +4Z#NĪ_I'>9^ D |/b?WC^DFcv"\{̆qFnO* a|>`g`8;6XЙ J;C6=%Qvlz'sJhbʤ?r /tLQZQpu_Y{aPؖ=U8^s^V;U_ѭs疑_P><;g3uDq,6 Q 7oUWr>t 먲5Lk+g';i.5L1%dp,Z!cZ__ +(uKr/Dz>ԅ-d'jp9GA# 6u^9Rn\ `N +ɝɈ_ "`(swoJWLud gvƠ!Aw0Kwg" ,8rq@#Buv܈RV '})$ {L ^\H( s~W%,G"",LrS,'PɜS9l'4=z~>/*XaG[} ˑn}}b~0a0j2fV``iIw/~8hH¼>e[)#1xHO.-d +L bF"Y iGL*2K&90|#s[b,>P&?˰A-QHL\֢z+?3o h F,N$LOk$+mp4 U# ܞ}*'Ѻ9 +V9%J rSؙii) 4fS4.WZMU"Uqjk⻬À4VɠϋS'XDendstream +endobj +984 0 obj << +/Type /Page +/Contents 985 0 R +/Resources 983 0 R +/MediaBox [0 0 612 792] +/Parent 990 0 R +/Annots [ 987 0 R 988 0 R 989 0 R ] +>> endobj +987 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [147.334 533.247 200.554 546.88] +/Subtype /Link +/A << /S /GoTo /D (subsection.8.3) >> +>> endobj +988 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [252.504 217.849 290.046 230.751] +/Subtype /Link +/A << /S /GoTo /D (table.3) >> +>> endobj +989 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [252.522 122.606 290.07 135.508] +/Subtype /Link +/A << /S /GoTo /D (table.3) >> +>> endobj +986 0 obj << +/D [984 0 R /XYZ 147.6 748.8 null] +>> endobj +953 0 obj << +/D [984 0 R /XYZ 303.296 714.766 null] +>> endobj +954 0 obj << +/D [984 0 R /XYZ 273.65 368.94 null] +>> endobj +983 0 obj << +/Font << /F47 594 0 R /F39 553 0 R /F15 542 0 R /F44 563 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +994 0 obj << +/Length 2584 +/Filter /FlateDecode +>> +stream +xڭZK6ϯ-T @[C\n.*Z4HBQO\(J;F l4u7%🌤EE%u'rj-,'sK[kv9}uO:֘~)EZ(OH, Bb&NXjkfS2Ayxh`:2~u `} =0մg\HUe([n掣(?h8H7Ÿ-G'BZtAJ_FI4泫L !gʎOm$aR8(]jHRjj@fh3L@0 6 {}X,U+f=5zH;92\c͔gdJ) ;~l7+@Ь<8:X:bipBqgZ~[[pYN (hJf @cڒ4 TCS?: 6$RÄ ~{𡳟p**@3UڎInTPEh;Y 6pzUhVBU6@ +cbr#M>4^hr˳hHԲY[drAn\o{r;Je'i4HMh"")`.eQ#X"4MˌZ֫\W1ldr6mBѾ :uN?iG +eAB!kQYr=k;57H/Oq}{TnrU* i ]q1ES)03Y}wd>Z|u_1ZB~%,* l}s\(qP5bho=+pTݖ:Xv Gz;—Qbuyh}T +T:ctqЂSe֘'j l Ld']#x)05nМB$uJ̱GudqDVEs"j=&1ʛj,dl{]^]C}aG_/ 55V9a&Ȱ9eDQ\F +* ؟8 +g2t(/lq{.K,SDgP7٬S::/WAC7ѱ4 pH}EHݫr@T\sO}r;8.hޅHAP]e7_y ~hNt6tt3j%C{u#E{5\D߬vjT=Pr uK +<8sxFg0Z>$$ڒW]Y&b6U-b P#-l{ZCfu9quD)߱NM8q ;x_GzkvY nzMBRJ +R` _q :=d0t;˝S:78<<4F=nW.W\KcmzݢM2j=DW+ۿK +GmnD.D0%59ܔZyyþ! rߤ(z?nK/h2ƶFꇑ|O-)#$ ZDr -,n@#On(ix#/]!KmS`xe)*FW|cxaN"J$r8Ѽhoх4w T0F^rF+]nwT> +>> endobj +995 0 obj << +/D [993 0 R /XYZ 147.6 748.8 null] +>> endobj +955 0 obj << +/D [993 0 R /XYZ 277.421 752.984 null] +>> endobj +997 0 obj << +/D [993 0 R /XYZ 147.6 285.676 null] +>> endobj +992 0 obj << +/Font << /F47 594 0 R /F39 553 0 R /F15 542 0 R /F41 557 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1007 0 obj << +/Length 2607 +/Filter /FlateDecode +>> +stream +xڭYYo~_}"-F=yHdA~X;DKȤ@c謹lJ>:( Ʌ4HEܿI;uQtZ[تq_߼{/B&H'3,j3=f%]?jeRGjkr"Eƒ[br-,hن OXY`W8}U k76NMլWͬ֒C}_ EjmRTeO3x +`+Ca908sxo6Nqf6NEĺW`鲁'_5+BaMA2uC5_*D1Bg3lQ{7c#<#7=ırTt+^&{肅!.cٕ|33?t3QU'%\GDb [̦|X{M޽Ein.a[FPg杅*SnˡnVL^P5nTF9h8kE27/xdBZY!- 1?-ZCzڔp_T/[mؗy VpC~iEKTnк0Wr.xtﻁTWզ%Gi-Vv˧̈x- N!H"OÌJ `thW6];mG%=Klxu8e!vls! :4TeGD*k 31tG4zy%3#wzQBn[& g/]Ok)Ͻ;K#=o=8^u>=r>\p̹%mqnI2-p"Z ]8mK/p45"p 48)9E̝y:8mL#T$s.N!g;H|@ZÙ;aʧBvL^lW†= p(_ H0"q^S$¨WJأJ!T3hAk. ! +'_}{2>63߷w`(1K^E ;iFחiO)1PY]/^xH +ecZ|:ܚ3W/ϡ0)e}M#H[_TP=cT9p?PxWuU8/`CtHrw_IPr̅1!/ +}uTMimy~DP$zS%IuY, 6.sTiH7ho*jH{xkER.? (8=OG̊TaU@jw 8QT +߸Eς:g`Qz8`ќ#O?aFR)fSYݢ#(Bb&Q_nZo=R xjе,U4kXUx/V>T,m#Tn|*v_d 4 +*)[[(=.-eP}8bB+53ӶHXU)?1f}]a(B;5EwNEԮeQ(>z ӎ4ex 8+g.VkHԷY?B*cá.Gsz?l[ݕINt,ܾbI(tԣquS54U;'U jfp~z&5_r{:nο\?(~HN@{ +w\4\E'{Fpj>PWhJTnXðagCukmF"G ;_Z)h%E3U&{PCO1HP&_ojFk6L]^p."\ x!"<U|ټY).VA5xE2.[(QA^{R#LfA^ӇV\K|=zp& }> pƿUl~aחhc݁Q6h T_,+1 Ԃ_,^޻vIms%1~}t8g"L,rXoTThkޯF`-`b"1.wn}񍍫%1'@}c1103Q#(pKpCז,mceGI_S.ߘ[ʇ ")a +(]82 BA0B2SwV8_؍|;DKC%lAqwn>`ѐHj +EnU4kn + +"'LjbU*> endobj +1008 0 obj << +/D [1006 0 R /XYZ 147.6 748.8 null] +>> endobj +118 0 obj << +/D [1006 0 R /XYZ 147.6 664.78 null] +>> endobj +122 0 obj << +/D [1006 0 R /XYZ 147.6 358.658 null] +>> endobj +126 0 obj << +/D [1006 0 R /XYZ 147.6 249.282 null] +>> endobj +1005 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F47 594 0 R /F38 550 0 R /F48 782 0 R /F32 545 0 R /F44 563 0 R /F35 539 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1012 0 obj << +/Length 2574 +/Filter /FlateDecode +>> +stream +xڵr-`J1W!Jٍu}HD 2$ӏ$*W LOwOa$OBq&X﯒` v[l'(27W>4I\$Ep<6ZX[E"Ϸ}Ah"Wvۧ}u.bj ׷H)sYbOɏ^I8+*b֞-[]UowH"ɃH8M]廡OBT=@xRYuGaa 2Fa͜!ElL\L_Z^g>@$K|?Xr{"&,3]R9Y4HY)E+iBﬤ/ҚϠ ΁duT*J*?%i"W\B'X:X< ϵ$$< m0[īhdY甐_ &匷TF'{y6XE^ڎϨr[/NJ4S Ta4"Q!3EG^D2[h2S@lH3c -!wtm{^G7 mSBi_7Ӷso2&9)"бipBNS}dUuX:#ǶYuBR7 ݿQu@ G(\2K^=e,5reд%ve/&}bdo:i#Ny+ sL2-0U/.W`)f90Bnoa?yH΂; t*%N2I]m5jԹaìnPAwQVX +FiY W_A^gP~1jԉh겸 UFqY 沸(:ׄk휞h@@4()߹觹1/Cڐΰ1OmﴴL*VzX$yR0T&"0Q`H-̌i5Qj"3lx"qs0n7Αm>5a|$au][})(]twzTp5#]R}}FkĮ3Jglm=.-P:JnTAg9i q̌A$dwlߑae#|6U3_Ƶ>rgmp0=;'雊77"Agֱ7_dx6l<Pʺl"]ļa"#ЂX7Md`"gqaBGXWfBFPcX6Vt}RMٚ+U2#p> endobj +1009 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (origin_frag.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1020 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 256.00000000 172.00000000] +/Resources << +/ProcSet [ /PDF /ImageB /Text ] +/ExtGState << +/R7 1021 0 R +>>/Font << /R8 1022 0 R /R12 1025 0 R /R10 1028 0 R >> +>> +/Length 1029 0 R +/Filter /FlateDecode +>> +stream +xWKo7yN3C^ H9>Ԋ(,~fWKR{ xW7<`|ٜ~Vw<4(=4wDv|uM5H]7n/Z1TLg ϔ}q\m(P&߳ RVc>' ,pR+"^Buny{ޔ<岕Vwg EFK6=ȌoIa޵x9B}n$yC1_ 7Oidnvt7Rj[a̖qq?_cW@nB ԉ`9}EM2PvٗIƤ9Oy%ݩgEsQs~z{K̙ցQt)Qv"dڽ?7S>۾>o_/6ߚ &X j8 ijAi$# ꈖ+DƤ716 Qr9ҀDӡA+MPzY5I+0EM%6\DYQQGNL1O%rTf8S[! +Pt`';Џ*)AT0ىj1-A--Qr吖UObendstream +endobj +1020 0 obj +<< +/Producer (MiKTeX GPL Ghostscript 8.15) +/CreationDate (D:20050528130511) +/ModDate (D:20050528130511) +/Creator (dvips\(k\) 5.94b Copyright 2004 Radical Eye Software) +/Title (origin_frag.dvi) +>> +endobj +1021 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +1022 0 obj +<< +/BaseFont /Times-Roman +/Type /Font +/Subtype /Type1 +>> +endobj +1023 0 obj +<< +/Type /FontDescriptor +/FontBBox [ 0 -83 488 694] +/Flags 5 +/Ascent 694 +/CapHeight 694 +/Descent -83 +/ItalicAngle 0 +/StemV 73 +/AvgWidth 525 +/MaxWidth 525 +/MissingWidth 525 +/FontName 1030 0 R +/FontFile 552 0 R +>> +endobj +1025 0 obj +<< +/FontDescriptor 1023 0 R +/Type /Font +/FirstChar 66 +/LastChar 116 +/Widths [ 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 0 525 0 0 0 0 525 525 0 0 0 0 0 0 0 0 525 0 0 0 0 0 525 0 525] +/Subtype /Type1 +/BaseFont 1030 0 R +/Encoding 1024 0 R +>> +endobj +1026 0 obj +<< +/Type /FontDescriptor +/FontBBox [ 0 -206 813 705] +/Flags 4 +/Ascent 705 +/CapHeight 705 +/Descent -206 +/ItalicAngle 0 +/StemV 121 +/MissingWidth 333 +/FontName 1031 0 R +/FontFile 541 0 R +>> +endobj +1028 0 obj +<< +/FontDescriptor 1026 0 R +/Type /Font +/FirstChar 0 +/LastChar 0 +/Widths [ 0] +/Subtype /Type1 +/BaseFont 1031 0 R +/Encoding 1027 0 R +>> +endobj +1029 0 obj +1271 +endobj +1027 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +>> endobj +1024 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +>> endobj +1014 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [408.85 707.019 454.816 719.92] +/Subtype /Link +/A << /S /GoTo /D (section.2) >> +>> endobj +1015 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [354.099 694.076 412.933 705.765] +/Subtype /Link +/A << /S /GoTo /D (subsection.11.1) >> +>> endobj +1018 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [484.301 535.073 526.172 547.066] +/Subtype /Link +/A << /S /GoTo /D (figure.3) >> +>> endobj +1013 0 obj << +/D [1011 0 R /XYZ 147.6 748.8 null] +>> endobj +130 0 obj << +/D [1011 0 R /XYZ 147.6 665.652 null] +>> endobj +1016 0 obj << +/D [1011 0 R /XYZ 147.6 585.987 null] +>> endobj +1017 0 obj << +/D [1011 0 R /XYZ 147.6 553.799 null] +>> endobj +1019 0 obj << +/D [1011 0 R /XYZ 315.4 341.352 null] +>> endobj +1010 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F47 594 0 R /F35 539 0 R /F42 560 0 R >> +/XObject << /Im7 1009 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1034 0 obj << +/Length 3021 +/Filter /FlateDecode +>> +stream +xڵZY~_G G'uĀaO q5bG CjRQbUwW'%W1+iRRl=WO+nTGߝs[es#9]㟿z#J"s"&iD&E[2]D*[Z;XzWDV F6¿o[nT>J..%B%yY ω'ZXɺjmQ/CF[uϸ:>^?d$(,Z?bhDBF\&pM'ō$FfyY'~>x!P=]DҠvT1>W|}j9H I1ffus\O2 ZI :_"O4*Ai%L Q Hm*߮|r^뾂o3HY4@`zGP_zQ7HލΗԺBq˜"9e96dQCDu$PCA>|l\'?|n@ad"L"xxuyZݬ8қ籬kIx-!ly=P1Vs$wt"aY<9U * >"V:"܆꒴tX'\y˧BA.*,7F$w%C8AӦBLDӴ>Z(@c4)59?>e HI:*Y9uJ$"ޘzRT@sbmŸRJ3ҤtsrGnAՠۇ>0_1*y^@HV+,u`ž{G WauXW`u鎅yj,Ӑ` jGŁsR$[y& \{#$iCS2||他|csLf҂1v###RQ?|Qkx" 2MEeӪ<2Dܫ( +:!pD +RoZ#h3MI*R#= ]|) ؆xO =PZV`@].y9 U*5+}=Őq;9wB$<53peCH]1 oӍ&X%J zO ; nƏ>_d2ZBm!Y.r;iiy.LZ\mFhYy%qZ1.p|GFbQl_9dMCܺ~G[@D'8U\ +byzbH⑗?H94 +iUI34|Ev8_=3kt-9W#;`H)K ad`̂!=ɕõm+,(7L(%QAar$w?Rs ^#Y4/y)tegO%yd/<@<Gs4ea p}Ŀ"$S~A+>ځq 򃨟Uߞ|B>K]tXnh.vE÷sKS~H:1OM'}Q(7:+Zn: +'΄J,uK^W8Y̆SN_м,c퇈mOXJuj4>]e!rkblF r |.̞#KXno L!znDv3jd*4监!Џ*dPYIhFL/$M߁Ranvm*'yhHϥb=^vsM "C2W/ gݫk"ύ/֍ s`FH<ۮG0RҼ8qEVØ,F^ FL?XK)E.o)⟹w $O,_)c,Pbk5_;{ZZ{#endstream +endobj +1033 0 obj << +/Type /Page +/Contents 1034 0 R +/Resources 1032 0 R +/MediaBox [0 0 612 792] +/Parent 990 0 R +/Annots [ 1038 0 R 1040 0 R 1041 0 R 1042 0 R ] +>> endobj +1038 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [415.868 647 475.436 659.902] +/Subtype /Link +/A << /S /GoTo /D (subsection.14.1) >> +>> endobj +1040 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [381.453 628.968 441.021 641.87] +/Subtype /Link +/A << /S /GoTo /D (subsection.14.2) >> +>> endobj +1041 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [435.258 164.894 489.267 176.811] +/Subtype /Link +/A << /S /GoTo /D (subsection.7.4) >> +>> endobj +1042 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [159.331 140.144 221.93 149.713] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.9.1.2) >> +>> endobj +1035 0 obj << +/D [1033 0 R /XYZ 147.6 748.8 null] +>> endobj +134 0 obj << +/D [1033 0 R /XYZ 147.6 748.8 null] +>> endobj +1036 0 obj << +/D [1033 0 R /XYZ 147.6 698.715 null] +>> endobj +1037 0 obj << +/D [1033 0 R /XYZ 147.6 666.542 null] +>> endobj +1039 0 obj << +/D [1033 0 R /XYZ 147.6 647.997 null] +>> endobj +138 0 obj << +/D [1033 0 R /XYZ 147.6 450.125 null] +>> endobj +1032 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F39 553 0 R /F44 563 0 R /F32 545 0 R /F42 560 0 R /F38 550 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1046 0 obj << +/Length 3172 +/Filter /FlateDecode +>> +stream +xZ[o~Ї҅p.$gMv b5%J"k\fxFZCa$3g;g$& yMrmb3/_ZY Ыi +ɴw4LbWyl`zkdc_NE$Hݪ*7rjo}:z{)4z\vwD:X!LnKN騽x{,gplh{~t06SCc)TG$^mf~^.wv5kO) HLE y}9yT\ܶ|#u.ɛ Im[6ɢk0!aO$q&#D8^LfԹ"nK\J+=roD"`W5nǐ8s]I@z^^Ӟ1棅9S>J2;") MEժiѻKz}V) 2*ϳx UŮ|,-z +1._ΛeYo69ҍR|NRnLTZ*v617E`Q+<5EqS<@J +<  P@4cn5,"P(L`a~\YWlx3/~^,ar!97&,P9Go +/h"3\ѹgWCE6WYˮOӂI'1J#ϘsZdPym~)֗(@`1`)9DDx!j +k43X5Ž> 9/ ko wwfqE#{rzz6(gK?\*V+N2d8aLeɪjE)QZv/7ꁼl~?Iۜ?v"5V(B)uO&fq V}8[*斝nܶ8 +,Hy}$i(r6NTg Eb{d>Vօ]! +,~LSj_lE8TiKADJݢt{ϓXev$OIp$*1L5IYJǠϓn99eV"/g-R,ٓ҂?RiPxyH z|O9 +kGr!ِ@U07Lb\;>[ǯ kH' iQ`AK4V> &Ȏr jX!ߘL B|Uʛ]nm"3Kw ^ lV˹Ԑ 8Tf.\$,:]/es"D>Oq?qgPLy bIedFT,`R=]pUF˾rSa\Pp0Q- &0()l4)+]Qʦ3xR* .X&X!c`B|L=ORF,Z`8-`u@ :x%1vC|()5'2ADMu^eNOö|zlV_KVAGB*bjX0m ++) * +Z䔟*Zc? Lvs>nno@)8t׿,M_NwB$KL{ʖ<%t- ʌ&EV _|eNN vBsf  ^tQ|L.Wu+%Zu:s Ԙ!VTݺ`\c$O+Cv *N90# hΠɻL x:`(H#91lHʲ7ʪ_W'ҷT_aLi:5TY9gρ!w7d]wgc|d¥-zP ,do:y*tFY jf\>u`Qz%K&߮u';%=ÜJ tl,`@KŒ;)L/˜EU168ѧch%qG u{w[ Mò@fyrUç`&5]صX /̹z9T+k9+U!ϘWJ *"ϝXX7.!PeglIͽaܯV:#譠N5B>|J8is_.~-aP+k&wp@e' y<Ţſ::"B%sT`1cc33d9)bQ;({R/;bĀنq=F]7|ߩb%̟ߨ7cϫ@zM#>ߞk~u]"ư6a9`fᱼ?Z}ENGaE$ >!mNXԩy,!sdž\LY※U #J*& ^; Ġ I89f j>)f7ِi,EAqύmx-XL X1>du,czѮ|J&h,  ;јVqu7v))`s#Yޖ,/(P2Ù0灇O>,+b2{eL$!1D/  ECYae/:]~}𯛻+dUv?7qEDOdLߋyMHS|佽|>؎h^|^Z6 =3^7CܬoFmmuSmsa!O@mKNwǓÜ_}.B(THmz 2 mc9=mT=[X*P}+8TO4L4JbD$bB) |p)RmM]-ޗ '%`ykcݼԝuQsn$r  %siXרoeqXZbD~fڳrN^z%MZZjH:^kAn̴ub:J c3 T |_p_﫿2V +Ng',%BSK }-3Nt"q#/5bP|5*u,\ AΧO[m 9e +Hv$B$`qŧbחk*T WY,A~O,!daMb@2o(= ;`?>`Ka60h8〇ULZxYݤZ6Ys/ 6ՎT&>if.ʳCLwUhaD2DօWel7Ԙ +kH~Ea \t։LgpSL"K'%RY׀T@ +yŗ bޞœeZZH7A3S| L: ](waЀ 2ǟ`l,%ߌ_rFA; JrKӚc1]~nj3wɹ(ͮ!u3Im LF&Hwpw>1~щ=kv F8=q%QwG^Ӝd7p@r͍o +~jj{8ek7)wdF(/rqt _$rog;z '!E.b*;_)X6Q|* +,HYendstream +endobj +1053 0 obj << +/Type /Page +/Contents 1054 0 R +/Resources 1052 0 R +/MediaBox [0 0 612 792] +/Parent 1056 0 R +>> endobj +1055 0 obj << +/D [1053 0 R /XYZ 147.6 748.8 null] +>> endobj +1052 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F44 563 0 R /F41 557 0 R /F32 545 0 R /F25 580 0 R /F20 576 0 R /F18 573 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1059 0 obj << +/Length 2363 +/Filter /FlateDecode +>> +stream +xڵYݏ@ ,DQyhK z$@.Z[U Y͡{烔%[u ir8g~af-2_ob?Qa9,˩e +[b_ƺ}dn2ZܮM~1:)ڛJl>ۿ-syR[ˌtQIwܟ&??TnUxoen}8 G-t@M5pZw`"vEr 0@wSII!Iy.@uթUP*RoV;kWpcInKh'枩 jUՁ?WAŴh\3;|dE[H)x誏Rٛ@]tf'nVƛ ' T]xahI/G#)J<e!l_}NiBbk oƶUl5/5LRF/[VS*0:rp¬ .,by}JK0T# D",.5c9`B8I(r5.+z$9$G8 GǓgd99cޕpxW[Sgu 7XhCá׹4 Pg2<W9z5OSYBL )QmUʌ5~q}TiF;^{hZY(W?/H<<hHZsP+&;zY s(ogT"P5fDhA}O҂C8M ;Q0⋐ަhu}L0Zm,;5<_ӆV:/KkZ1 )R '?VbةԺ)<=:earԡ>ckK* ~LLkM +tƯ>l]oztՌ!3\5<)roB )I%3XÊ:PY#ᅐ}D7(0>3:7 U-XTU2dΈ4JʞϊRVtr$0di>h=?6r!vtw/ΟQ#lu{&ԤpVdY +-%_ >ݞ@~4 KQPCFn32G7t8aLA؆o.*b3+Tn.h"ĄLG?ɧA^4a.C i!;"z6:"0&hct#Oer4ȡL<'}Y*Q Kki\k+lA==XqGJ<a7&E/0pP ["YZ|Ov_ ΍ͩލJMz]f@|ٻq^.F]!id_z܋:=/c2D'q,@߃=Z^ȦWᇁXjVuTx^f&]r_Qc*G˕9\I˾󞎄!FoјKޒdJr=ẗR#B.AN^ uPRUjrw۞hg6T_O;\GOesm}~R|~47yendstream +endobj +1058 0 obj << +/Type /Page +/Contents 1059 0 R +/Resources 1057 0 R +/MediaBox [0 0 612 792] +/Parent 1056 0 R +/Annots [ 1061 0 R ] +>> endobj +1061 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [272.21 348.433 331.778 360.123] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.1) >> +>> endobj +1060 0 obj << +/D [1058 0 R /XYZ 147.6 748.8 null] +>> endobj +146 0 obj << +/D [1058 0 R /XYZ 147.6 748.8 null] +>> endobj +150 0 obj << +/D [1058 0 R /XYZ 147.6 694.825 null] +>> endobj +154 0 obj << +/D [1058 0 R /XYZ 147.6 667.318 null] +>> endobj +158 0 obj << +/D [1058 0 R /XYZ 147.6 252.62 null] +>> endobj +1057 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F39 553 0 R /F41 557 0 R /F32 545 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1065 0 obj << +/Length 2944 +/Filter /FlateDecode +>> +stream +xڥZK۸ϯ%*eaI|7&{Ğ=>p$Ĭ$~U{D'IjDFId"M!0(.K60ӝ9X斖^UrxMd&\\42_KLbiMIaFGW+|yaTeZ iq:lU-۬XLE+ll z{X(nv^jNA$zϠٜ2@  +7 v\(e}|f{:V+O9ѯ1BS=n .mڠ~IC2O+^g&qռϤYy}{f}4BQR S扆S;I3RK-dHin(C9#S +/P_g&?WgR䛏):h:+oORLc_w̒"8!-Za5Ce@n1-uyšv1*`E*Amu<=g!FU, vs֠!S* j'dV^şeOxĻz]Y@p6DpKpАe9$D)!kM'zXm fJ[$ՓXI-AdQ>K90D~rH[rb+o&xrjK?{ݻ|>Q2Y77z1c(D[OY +QR.)/%x(/ +'J ,9BY-@)G;W~zF L37 61U8-R_ &0$BC@1WKCE]HJ_*iэ!CK* ԭ*~9VG#hX>w KRFV-!}E \0<}x y5:oaDS C$cl'q o(~x!05z>A'X.OA&* (pa0fom8U{ jnQh~EcU0 fL˅D8FG1814ä%N +j&˩Y|qI#[JWh3(#6.kc GIdYEtjMe亟qPV~tÀ]@&(A=k &!.,_V ͡H/'%e1kythm t327|֏\ifᐠ(C<~LD>͍f1o3g8+v3Q; W ܊C+Cv* %&{|r(Դqt!Am?+W*MJ؊F{B66yX}fR^Dg4RGXp=A5xåD}韼WA"k|r~(B`!\xQ{:r2Iک\@mzzPGz&(9 _8XadCOSh9SE} M"[p/Ȇ>#Jo'*)fCV:cf0]~8jCߊAAA7gQ=|) ="]M@zC_w`&߅n9=F=}ߠ?!˹0rwx-o>c=\4;#!COwa%,w>d(~"{Ɵ9ҹd'.xw.9\ ,A)6UI*+ M?іI B*'Nݡ7S\d3eGfeIy-}ȝC3zr },yHAL==05 6VgNHpH@3H5#JX IP? IłK +UŠ_sHw9҇ԉϱQƁ!> endobj +1067 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [359.855 433.628 401.433 446.529] +/Subtype /Link +/A << /S /GoTo /D (figure.1) >> +>> endobj +1066 0 obj << +/D [1064 0 R /XYZ 147.6 748.8 null] +>> endobj +162 0 obj << +/D [1064 0 R /XYZ 147.6 520.521 null] +>> endobj +166 0 obj << +/D [1064 0 R /XYZ 147.6 491.42 null] +>> endobj +170 0 obj << +/D [1064 0 R /XYZ 147.6 285.668 null] +>> endobj +1063 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F32 545 0 R /F41 557 0 R /F47 594 0 R /F44 563 0 R /F20 576 0 R /F18 573 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1071 0 obj << +/Length 1175 +/Filter /FlateDecode +>> +stream +xڵWKo8W؋ =lI{[kK-&-wdYݴIa&734O|x•&*y2[OX l1< 2Ƈ2cYML)a\p OJ$\ΓߚɻIYMC{q4XXfK zQPJN`&B +/[ Nb9_M'7\'QYE  V%UxˌHӪ D> eƝvE([*&2lKo_" +˦Mm%a߅cѯ{` jaLuAw@h=k A_ҋ rrd¦h|O{PKF%36/VܜLD'@М~=@T +3w2za7{zT3ax]Xp 6w;*ACv3ZTn`UQoӴ =i0Uy{)VX`4#Jtڕ]XR9RvI֠2AE6w]pFtG!^J1ȳ]]|0I!&pNRGxA0er:r)~Dž>&UAw{ѻ vSewt)کJ +=j^·{\#t݀vZv]Ώp {D!k_,5wʧ#485V<͋T2 /y{ OkDqp<zꔂO(&. +/b_VTYTG@/˹im70vۿ\Rla!hjlBU6t&RڎBrgr߉d^௘n!T}~=D +A%]RW t&:nendstream +endobj +1070 0 obj << +/Type /Page +/Contents 1071 0 R +/Resources 1069 0 R +/MediaBox [0 0 612 792] +/Parent 1056 0 R +>> endobj +1062 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (rosette.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1074 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 363.23000000 363.23000000] +/Resources << +/ProcSet [ /PDF ] +/ExtGState << +/R7 1075 0 R +>>>> +/Length 1076 0 R +/Filter /FlateDecode +>> +stream +x͖M!  !~Nu#j&,RYmO./ڴ%x~C|/7Lw9Cpe7>;,Y^jDL!0$cȡ4#r$ YT[ *>&HbHR+ܛ,_:__@OC<0RJU(J$P`s\*Hk}r3sL^B0ˑ1ggOǭVD8K&fGQggZ}b輂 +5&/~vX(k>nJ^%;A)d6x Ô1|de(.*GHܯ'6Tgj30Lajzijf msD! v'ۮdP3瀭M|yaMFa hwl3 +JXqGrtQfP?h> +endobj +1075 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +1076 0 obj +649 +endobj +1068 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (square.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1077 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 74.00000000 74.00000000] +/Resources << +/ProcSet [ /PDF ] +/ExtGState << +/R4 1078 0 R +>>>> +/Length 1079 0 R +/Filter /FlateDecode +>> +stream +x+T03T0A(Uȥd^egPeeF`\5 Nendstream +endobj +1077 0 obj +<< +/Producer (ESP Ghostscript 7.07) +>> +endobj +1078 0 obj +<< +/Type /ExtGState +/Name /R4 +/TR /Identity +/OPM 1 +/SM 0.02 +>> +endobj +1079 0 obj +54 +endobj +1072 0 obj << +/D [1070 0 R /XYZ 147.6 748.8 null] +>> endobj +174 0 obj << +/D [1070 0 R /XYZ 147.6 512.094 null] +>> endobj +1073 0 obj << +/D [1070 0 R /XYZ 147.6 490.897 null] +>> endobj +1069 0 obj << +/Font << /F15 542 0 R /F48 782 0 R /F47 594 0 R /F41 557 0 R /F39 553 0 R >> +/XObject << /Im8 1062 0 R /Im9 1068 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1082 0 obj << +/Length 1144 +/Filter /FlateDecode +>> +stream +xڽWKFWPCje0b67Wt}`a$H!aMIh-Via_7 f)A2n[XmJ dIsJxzu'H&2XoF4E|>QL$Up0/8,5 SN{b.?ASB?;Io7[S ?C“7o6oŦH>g2nF;Y؇B{ycʹwR1\ЫθY :pK6uP3Ǎ[o,,`\2GK'םk].qUeUnNc%y1m1%<@MhBB KĔbR!Sv \Qko՝U b*$"2Nep)ۢ9j.s%-wE塔OL0`azoLB +$%C +nIBusHdSz[\_nPZ x;WÇ.ozbUYrD 9q8֕mflR o֡㼢kf2{ksphW8w| +eFl Op˂_ջUn Cd4MRHHOO  B yNZ Eo/n& ,66ԘI*w3K8cOdL$Pn&"uwR*906")_f'd2xHEL$uiQ_jz[`n~_7N#*w[YǕ+70SDk0&~L0#8hjV惉}a<3 81DYG eQ0WO,!g!]KO ݌/ wZw WqbhtәBWxҚu8JX)/`' p1@{_G7~5٠ +V2YPg<=g+waw!l'?R~ 17/D?L?PNcaY0> endobj +1083 0 obj << +/D [1081 0 R /XYZ 147.6 748.8 null] +>> endobj +1084 0 obj << +/D [1081 0 R /XYZ 147.6 501.475 null] +>> endobj +1080 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F41 557 0 R >> +/XObject << /Im8 1062 0 R /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1087 0 obj << +/Length 2044 +/Filter /FlateDecode +>> +stream +xY_ O@47%CW$i.we[-9kp^r8F޴HX`-pH#ßNR,Zx? ?Tb`au rcM\,"zX1R_Wub['*5?s';V{¿P +I?ka"YsɣDrfrĽ`-Wq⯎ -M3gxoܜ,?P*m{*;gWjM|I19Lv6 RCqopDſqkNq^JݗKb6OQOytF$`:1T +媫6Lܰʉb`ink6 l-m 'Z{߮0t]iiAq+GxM+j]&dnWEd&VTF9=X@+;= Qd8tFG[vv0QJLK^ hITܔF)Hp9Y 8l?hy GuI_ủY…avڂ*at؋v(N$p`g*ExuMxˍg=lit +VwOi{>n*q{ &=nUP*(oA?& ͦto6le$F~iȅg'}|?ɧyiH9j*pU>ve9H/th0xLp:;ѹ],>"<؇ +q ŁS'Dj8 X12S6@J(RldU=T|Q`)FHt0  @`|y.bH?&pA*_!M9r/56 N 4I֍ɘOPBb͌5n +KC}=j zS>?'iY%{)|GȎ7-c2dzF_0 U*v(!G,ֈ>D|Znjlz g8<&-'@#c5נ'hnȪ†JRE M:=Ҭph.=N5W-LJt&nVDR%6\ +^CDPXW#",X-罯SYO}?FB0I{ +ݹ MA.X˴wBr[WeݕOnB3!d#@8#gjvO 1U|UuzVhX"碪>2z=j+~|V}9JH[[Vy npTad-OeZ=U43W_ 2+GwDyRMod8Y$3uQ9$ۚP +jڢRK*@);rɄ(Ύ^_:["Z:o!6CrCpl\^T?93n9(I̓ͩں2]=` ŇH-̭S]l.N׻RiC}VۥZmݓ`t[=/`~gM0@^9Oݷwѷ#'kcrK O ϔN DBw`v$qME,:L1qƵN`[%XCE154A +q@+7t1=3"[74[2[0T}oUƝ|4_n7 _n9lzC^(7:&l[bDa8i aU^~@{ʅǾV 팶|v1NPbⅶ2 f㍳{"ŽiA%K C%Qwʭvx3*Ӊ0onž3n@AbpIGiHs+{)] endstream +endobj +1086 0 obj << +/Type /Page +/Contents 1087 0 R +/Resources 1085 0 R +/MediaBox [0 0 612 792] +/Parent 1056 0 R +/Annots [ 1089 0 R 1090 0 R ] +>> endobj +1089 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 699.973 196.958 712.875] +/Subtype /Link +/A << /S /GoTo /D (section.28) >> +>> endobj +1090 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [189.492 278.483 232.705 290.172] +/Subtype /Link +/A << /S /GoTo /D (figure.4) >> +>> endobj +1088 0 obj << +/D [1086 0 R /XYZ 147.6 748.8 null] +>> endobj +178 0 obj << +/D [1086 0 R /XYZ 147.6 748.8 null] +>> endobj +1091 0 obj << +/D [1086 0 R /XYZ 288.567 169.331 null] +>> endobj +1092 0 obj << +/D [1086 0 R /XYZ 147.6 125.626 null] +>> endobj +1085 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F32 545 0 R /F39 553 0 R /F48 782 0 R /F25 580 0 R /F44 563 0 R /F41 557 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1095 0 obj << +/Length 2019 +/Filter /FlateDecode +>> +stream +xY[4~_DFڸ-xxVaCv& [gRZc;q.3[hJ>>9ÓxUɊTdʓ5LLVdާ7WOq&7/^(edFfu>Ȕi{ic-2Qo{!`GVD_Y4HrrkE\z>z82G7I fAK5)/yd-k6Ya´i;0 &>@ +ǫ@Dj̘TyLȕϣNw/݂3ShO?qsvez(K$oQ +sTO6h8WȮZ dJsq `8BۡʞJO8m6]*% χj7 -Gq'HC\ {"9nbU? _u1r+qKr$ʩÅL{w.U[=lpXÌMθ~5Q]1I.FTj~12iSLY&tfp8ٿ='ۅ PnMl8#)>R1#gw1o(Պ2]%m[X,ղ~mJ7-d V?9y %MV0q8]hf^VjT۔{zYG5_mjC=s<(HTR&' KxVQ;K,{}&JC~dn~"ֻȓ>ȣn d4aCz\}wӵmH +\O:|"bB'٢&K M޻z\f("-vηͪoND[wvȿ-7oVX8~͛݋?C*2(_ﴵu[o31Sb?Gov3+Wð|&m%Sz1 ynzl]M:Uګ{S>,)BcŌ*h|{p CBc#Ⳑ>|2o!XEI@<419 ,΁tgAEcNO2YI;,qCYjj\`NM7ox*׿tx챁+H:}tm> endobj +1097 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [192.452 497.222 234.324 508.911] +/Subtype /Link +/A << /S /GoTo /D (figure.5) >> +>> endobj +1100 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [192.452 118.19 234.324 129.88] +/Subtype /Link +/A << /S /GoTo /D (figure.6) >> +>> endobj +1101 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [508.689 79.664 516.136 88.687] +/Subtype /Link +/A << /S /GoTo /D (cite.companion2) >> +>> endobj +1096 0 obj << +/D [1094 0 R /XYZ 147.6 748.8 null] +>> endobj +1098 0 obj << +/D [1094 0 R /XYZ 292.506 407.216 null] +>> endobj +1099 0 obj << +/D [1094 0 R /XYZ 147.6 363.733 null] +>> endobj +1093 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F25 580 0 R /F41 557 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1109 0 obj << +/Length 2382 +/Filter /FlateDecode +>> +stream +xڝێ}/( sn}Jp6p+l?p)Ąez{.3$%r7a@;hftLE3\ܦ~+A$5,bW +sKk!hHN)\5b}w8C"MSyO(D4XS=:-EɅv+RJ)QzBʀXE}d^A Cx-̣?Iil9Y& 0H$ &e͒E3ؿjBbmoYȵٌ/ Wo( ƸX>kK`,)s1Cҍ +Mvn +3)83ٗ##/)xP-4)5h'Dr{ӭnXPkfo(PɌΡV DRX$.@K Uݑk5<ˊ?$6i|Ƽܭ*q?FC0S\ق[_H=zE pj*+{eg.ԲL1 C*cѓU7ffs>ybP}duTC8TӬ]3(P fG:SuO;_{ۇѯ4r$]`rRg#zyQ6blK.ECMfh*TMH#̄KR#-`8b\|gWP̈́T@&WGM@wJQerN7eTr*;_=S=~;`NieR PXeK^}{Dg W]Mz] nj7H $z[HT8Nl+R0eN_lI2_!x,mxW +!J#Wbhʎ,i?/5]( o +B}293S-݉0ׁ9 *9)Jr?1?uڈ;-MV!XO> [g3E/ǣG^R=`5NClSt1'y+]j +w@-A,Ӝi4~_u6F=ݖF! 9 E cy?찁XB SW=nn1F&]pͩ?d'|+r*B8F΄ID&{6U!4雑Pa9=ɖnAU跩!^K" ( ?q z4`yƓK`x=€!2gh(W Gendstream +endobj +1108 0 obj << +/Type /Page +/Contents 1109 0 R +/Resources 1107 0 R +/MediaBox [0 0 612 792] +/Parent 1102 0 R +/Annots [ 1111 0 R 1112 0 R ] +>> endobj +1105 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (left.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1117 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 144.00000000 54.00000000] +/Resources << +/ProcSet [ /PDF /Text ] +/ExtGState << +/R7 1118 0 R +>>/Font << /R8 1119 0 R >> +>> +/Length 1120 0 R +/Filter /FlateDecode +>> +stream +x-10Cw#,$$+bar@Ђ PY[*Ffe_9=aoP.ji]ˀ[[La?W\$KTg؜- .- endstream +endobj +1117 0 obj +<< +/Producer (MiKTeX GPL Ghostscript 8.15) +/CreationDate (D:20050523211050) +/ModDate (D:20050523211050) +/Title (left.eps) +/Creator (fig2dev Version 3.2 Patchlevel 0-beta2) +/Author (reckdahk@joker \(Keith Reckdahl,G76,x2-7674\)) +>> +endobj +1118 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +1119 0 obj +<< +/BaseFont /Times-Bold +/Type /Font +/Subtype /Type1 +>> +endobj +1120 0 obj +124 +endobj +1106 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (right.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1121 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 144.00000000 54.00000000] +/Resources << +/ProcSet [ /PDF /Text ] +/ExtGState << +/R7 1122 0 R +>>/Font << /R8 1123 0 R >> +>> +/Length 1124 0 R +/Filter /FlateDecode +>> +stream +x-10Cw#,4IW$L *EP@,-BqJfT{'t#|pfIYdh}\pnpT5ЫKW}tӋ"b3;0BQendstream +endobj +1121 0 obj +<< +/Producer (MiKTeX GPL Ghostscript 8.15) +/CreationDate (D:20050523211055) +/ModDate (D:20050523211055) +/Title (right.eps) +/Creator (fig2dev Version 3.2 Patchlevel 0-beta2) +/Author (reckdahk@joker \(Keith Reckdahl,G76,x2-7674\)) +>> +endobj +1122 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +1123 0 obj +<< +/BaseFont /Times-Bold +/Type /Font +/Subtype /Type1 +>> +endobj +1124 0 obj +124 +endobj +1111 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 544.927 188.475 556.616] +/Subtype /Link +/A << /S /GoTo /D (figure.7) >> +>> endobj +1112 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [327.516 497.505 369.219 509.194] +/Subtype /Link +/A << /S /GoTo /D (figure.8) >> +>> endobj +1110 0 obj << +/D [1108 0 R /XYZ 147.6 748.8 null] +>> endobj +1103 0 obj << +/D [1108 0 R /XYZ 301.37 671.903 null] +>> endobj +182 0 obj << +/D [1108 0 R /XYZ 147.6 634.364 null] +>> endobj +1113 0 obj << +/D [1108 0 R /XYZ 147.6 351.054 null] +>> endobj +1114 0 obj << +/D [1108 0 R /XYZ 385.219 300.64 null] +>> endobj +1115 0 obj << +/D [1108 0 R /XYZ 307.726 265.253 null] +>> endobj +1116 0 obj << +/D [1108 0 R /XYZ 318.794 159.766 null] +>> endobj +1107 0 obj << +/Font << /F15 542 0 R /F47 594 0 R /F32 545 0 R /F39 553 0 R /F18 573 0 R /F25 580 0 R /F20 576 0 R /F44 563 0 R >> +/XObject << /Im6 991 0 R /Im10 1105 0 R /Im11 1106 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1127 0 obj << +/Length 3497 +/Filter /FlateDecode +>> +stream +xڕZێF}Wm)/-% c@JH%Q g[n"%O`C6NZDO-Md,h濾Q9|>b+7lP*x7iYx(TA+ ~y^4j\4~Ŷb4*LLPKTPQG9-V: +"林-=z9 +烍JiR&mNuhJz@ PiH(T]+L"- EG7>47j0yhs:h#ͮ=|cp?p?8< +-/B MpU46*e0Z)e `8bCje{.tƬǽ F`tg:܄ ? F1;XS?1Am{=\tCيs[ u(DZ%ٲ<-XXuMmW7"+ނ%$Nh#5LH < D"^xe%L//̐8xtгZχ+ڗ2"7jF(P=:C9QPeZDފI;<,wG v6sh&>U2,sflP[/Uw<Շ=/b?l#/۶Ƞ?NqnaNv5&Ea$ cX%$TUcah \Bְn/f@$-B'ڐL_m^#i9iFJ#Y%[}'"Gk*ܢ E8CϱO6hk#9ntĒۋvi%>ZcHo!3D5ObN鄤&!Te<ɝd+pahhyrq,ٳYb܇9?W7[D,`*;^2b-zei^We:e= Eϕ>>' ȊZ!Nm5Q[3v/vb'w3-|"=eϵٓ%Pr|V$VD^n:qR#Ĕlh{L4Z4ŤC1VAn(8;%}XP)ckHFӻ.vCR`? dD{T݁x̙ѝ賧3 ~M5ȀPMYv|>r;r5|wڑGePD†0\3%RsJxIH-d 2ǙLl:<[pDpNgHyu*: HéL47c$~5F?+E)Ѿ]S:GKX7C 2+ݾXͪ&e#dDz&i9$! H\/r>2beN_$c[Kdh#بY4nl*ZqR. ;4E}&!~MMG;@[ONY8eztUl Tz^︣q(?H4',a&ri]Mm w>FȈ=mTt%.Y=bٴ/`-ڝ*Y[ΩǺ?}9Ci1Fipckܵ:cF;2 䞦Gu,<։HM߫#Zr'[p q@Rb}Qb5Pc + &2ߘOv8۽|$ՠ&bSlDW{A{gU0sUُl,`۹I1# F:џ%bnz=ӈj^bޑ7& iiؼ![,kȽC!*96{yC;3|¿5beFְ Ϝ)(V*Ls؊ _̕x 0T + dӁJĀ&Lqsn<ݚg\Ug#t܅Q\ UlQ6](qʸD+X4Fb.(Jwl@ڹT8|@xZcM0ϴNቮ`nX! kI;kxiJHL6 +ZcZ*dx̭r nKiLwMZ ͦ]);v4M}'~Oeƞ MrTI¦sL }8+dH*Gqԫ*[D +d,eCm۽d;={gM{}rkt,-B&^)o+;tj}8JnGKA-/4Jbz>7n]qi)&4N7RR Z (E<ܷY%BQ >1ѣ2tg`X;@r姵+O䃋\nXʵUɫv5wTb, S2HxCy;";ἽO5;Ơ$h2&C*ɑتsJt9.Sl9/c%w|U_%N6}!0Ee^) +|8_%_RF~QHaj_y}s]''Ot|3:u!!% HD>+nlc&O?3pǃ;h.>={OW1F*  >2P *KC6\܁p)á}{+j@U\C͕w+OÁ~XA7:&¡Snv#4o Gb5w?OGkNɐ:%փ Jw#jZ1E;QPf>{x!bilJvર>ߠM/rvTvu\4z[q%_Fjם'tuO3T\62NbI.O?7jendstream +endobj +1126 0 obj << +/Type /Page +/Contents 1127 0 R +/Resources 1125 0 R +/MediaBox [0 0 612 792] +/Parent 1102 0 R +/Annots [ 1129 0 R 1130 0 R 1132 0 R 1134 0 R 1135 0 R ] +>> endobj +1129 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [224.18 689.151 237.081 698.174] +/Subtype /Link +/A << /S /GoTo /D (cite.overpic) >> +>> endobj +1130 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.877 491.509 234.213 504.41] +/Subtype /Link +/A << /S /GoTo /D (subsection.13.4) >> +>> endobj +1132 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [430.21 358.429 488.566 371.33] +/Subtype /Link +/A << /S /GoTo /D (subsection.13.1) >> +>> endobj +1134 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.81 340.561 548.197 353.463] +/Subtype /Link +/A << /S /GoTo /D (subsection.13.3) >> +>> endobj +1135 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.877 327.012 217.792 339.913] +/Subtype /Link +/A << /S /GoTo /D (subsection.13.3) >> +>> endobj +1128 0 obj << +/D [1126 0 R /XYZ 147.6 748.8 null] +>> endobj +186 0 obj << +/D [1126 0 R /XYZ 147.6 748.8 null] +>> endobj +190 0 obj << +/D [1126 0 R /XYZ 147.6 671.136 null] +>> endobj +1131 0 obj << +/D [1126 0 R /XYZ 147.6 377.899 null] +>> endobj +1133 0 obj << +/D [1126 0 R /XYZ 147.6 359.425 null] +>> endobj +194 0 obj << +/D [1126 0 R /XYZ 147.6 219.865 null] +>> endobj +1125 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F38 550 0 R /F39 553 0 R /F44 563 0 R /F41 557 0 R /F32 545 0 R /F48 782 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1139 0 obj << +/Length 3192 +/Filter /FlateDecode +>> +stream +xڵZm~MAB-ν@ $IPX')$e!H{gvvɕ:p +ݝgfec&יe^f"/,EL*/fȭ1 -L1y;rRKv1fe2bN]חC.\` \Ziѐt -PH/RdgvvNԩY^ԣF `׸j ᦭g[QmÎW(PG3&r%ӬsdX! 2fzA%$#|`@z )Ao`H( +tD\}{K8wۓԼC7`1@z[ҋIX|rۣ}RN`S 2fTڋey-Ɋ\ǂuoGf,#r"{$v,q:D >鼣mR [Wa@Qݳh~Eý[2$T=40p +IH0ʲq{ +hI,[hV3+.9Wh7vtؒb6a~Llz@65X7սo\ RcYe``L{_N95)mP)<3e CA0Ȧ`=nfB$;S D] "rRcIaP`-q +b"$1 od0Hr%Tpli!& +\,oNƾN1s(ߣ|E8MCRo8 +v_ʯP՝DII:0PW^u𦨈8E!k:؅6ՄH؋ˎ:i.(6p~BsFQE[;±* x/qDereBa <9%s cі!ArOEl5$Bf{i|}!8,+)0^rD|Zx?a̩uAnTX +R^~7lͯ>DZv5:t]MPNG6̽߆ɱGr4ΑV%vH>gRǧ?6!Çj|huyn$zkA+kΛ5.4ͺAhv1ޮL0wf'OkrBjyT5n/yeu8ncn}X?!Tis3 p0|@qڂhu-Ll|oN!>+% ~aV ê)Q60Z(eL]]\KA&є/.*NndmLGjwck,a5yK + D]i2Rc.FgjI_ݭoNo]XxF%FxqҟJURӭB|(;]msɫ,H=I#Z" "3C|[-j)m;PvH +*/m9Ng Kđyw=5%< 7 =܃,P,_ul%endstream +endobj +1138 0 obj << +/Type /Page +/Contents 1139 0 R +/Resources 1137 0 R +/MediaBox [0 0 612 792] +/Parent 1102 0 R +/Annots [ 1141 0 R ] +>> endobj +1141 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [287.877 490.114 347.445 503.016] +/Subtype /Link +/A << /S /GoTo /D (subsection.14.4) >> +>> endobj +1140 0 obj << +/D [1138 0 R /XYZ 147.6 748.8 null] +>> endobj +198 0 obj << +/D [1138 0 R /XYZ 147.6 475.923 null] +>> endobj +202 0 obj << +/D [1138 0 R /XYZ 147.6 183.079 null] +>> endobj +1137 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F48 782 0 R /F32 545 0 R /F44 563 0 R /F47 594 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1144 0 obj << +/Length 2903 +/Filter /FlateDecode +>> +stream +xZK۸W(hFErxRz 3Ô$Hʞ=(P-4F?neIS|VRU6{^ɰljiaU5[ [ig2.s\4rvuZh7한 +I0VQՇY~րB"͇w߷'n(r3qh5{Unѷ׬ U8J +M"3_Ehѕ}k …dl +c5q:PBg3KZ6nJWA<>PV5onjDdJXyD2wnBHɍEf"%ny,&~$ 7/ 6lT!2t{Q&\t&r'G?##A_R:\HTl}C>v#I3փ8k <)s˭(ݏ@Ov෾k6 l y[rߡՅr)l9>|: eEe>G!{2`wdvGU7L9޳ wPGkhkvpڰcGNJJp74,&?$B8B3CK LKi)/g0y/$~Dj7x[S̤jǢ"s(AQCj4aʅ8={-*{a@f8v~WaN>VhB# ]%|6eg 14Q @dɃcE'Z%1+t+:)6q`dx0 |=? G +ڊ WIeRz bP!nwg"$$:Mf0rV8o;-#XC5AN?B[=>6C<&1D#ƀBLl6AqF7O2:Qr&ʬƪ +}Tۃx3#uISK7|Uk~ (=>Uۖ2#65œ4Z .'6.jA$5RX";<eGg=gm⯻YwBm"bNmQ{K4>WfK9Sl/r 8q`>dHȏW>%HNj{dna0NXaWۊMz0!w! E[@ +z`:Tç+:cO08hVZ&s[ V p&AƐ5k'ְx18>ԔwZ2;|Hl(Fm| Wȴ'%ݑ3.{'Qfs*ibL / YNz.t=/Uhk[8z8sxRw$e X>աAL8,!.]shП! m|7@2R\`~q nS 2vmsG)qi$a@ɓ$dEBBϨ9;! 8hl@s"q #JYĿz2Ӓ8źIFpHN +9]TفwUvIޠ#*K$&%9z\Wևt d1bwgw%,:@|[@H6c}MG]m*k\\$ܖ6B]a.DPGQq/*LT7 5D~hv<pT"ZH팥cYʋ!!9o{~Q^cJ[a1Nig~ņQ̱~n<%E2HO="pj_V|J V|6S9ϒBCfҲ!SG_6 -;'oBE2c,CxvO)36C^2=ͰY/i =*~-(v*/"Th\ZHa;}6#U0SD5Pjre=p54ՀE0WÅ)7ƹf4BSJ + _иZҸJA諰RMHGH{Q^c7~ 9$<']NP<=jd$ Ք䯑lHێ? &?sWO{C=HB]좄H!J98iIJ?:?s4zendstream +endobj +1143 0 obj << +/Type /Page +/Contents 1144 0 R +/Resources 1142 0 R +/MediaBox [0 0 612 792] +/Parent 1102 0 R +/Annots [ 1146 0 R 1147 0 R 1148 0 R ] +>> endobj +1146 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [168.483 693.47 228.051 706.371] +/Subtype /Link +/A << /S /GoTo /D (subsection.13.4) >> +>> endobj +1147 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [168.483 652.822 228.051 665.724] +/Subtype /Link +/A << /S /GoTo /D (subsection.13.1) >> +>> endobj +1148 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [431.193 239.877 485.158 252.778] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.1) >> +>> endobj +1145 0 obj << +/D [1143 0 R /XYZ 147.6 748.8 null] +>> endobj +206 0 obj << +/D [1143 0 R /XYZ 147.6 638.553 null] +>> endobj +1142 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F47 594 0 R /F48 782 0 R /F42 560 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1151 0 obj << +/Length 4102 +/Filter /FlateDecode +>> +stream +x[ێ6}05+UԾe&f:eI} Q: 8,>v/ X +-Sc +xPeӜLIJ'eBX*Xjw5ځDS8¼L1&"r,Dl6KB->t:7ĀvusK',]h5vy6/S%%*KIB*|[#vi =wann!3 +sЇ̻؇؟6,$| Dr ۣ5UڲU;-٭Xe8nMy +-ErWê@C۬ ޶jhr)>f@K+\]͌,LA +de()\j`Tj&[,¿yho0XBL(-t"&V<  bpʛI)X)X!xKK,@ /lp^;-ߠw-yz +ǎ֛Eve0Av#{O;ue輔QW0qU{GEK4i?2~`̄V$[r #&<1H87@Y(anldoz?gR$ ;=x˓Y6WN?rENR _̫%AM]$x7[&1(]|M8T> h4`zf>Q+G*}"N"-DnuBJng $$ k(( r C?J35,EAqZDzu܉uļyNsc^BjB:^^JQzdc硸{M<uCDй;gxNrE|T2LQ{jWE +yvivM#B8!Sr]Xn6(2, x,\עx`:c5nɁ]B:]܌d:R 3r.P|U-8gU_BH̸a7o_2n3sajds-i^'` 5ؿ/ BonwePȻ N~$t8e, + `uȃ,c }NXB\`0TύzV(&H1'& +xbcr>96. 4Z55$}_Y}VS x'm(pJ +H@2Ź8De#HF";G: ++I!~`R^)f!űcP ;jR>~Cٛ!w6uOYkœCwqX34c3  fp6B:WqĐ"B. w~dɵȎx zB\|Fuya'?"ыT5$-oʹL&U1/D{<+6zΉ7U3uW?^3U/G1.otH4faC<\,LrVLj&ˤ8tpE|9SFo(Y;Tl h4W>#8H1G*_Oh +NxX7.A۪ZzAM_鍊dPñw:+؛D¾}e|ȒAG:_ς0,)CNl }RPqUuG:}jvDdO%ǒW4##j7D-U]Xi4 ~ OsuZj={?cU}Y hE[*}UccPj\[_rI(lV&nx׎>t`/Nrw/AOk +OT) SRrz]p4cFH܊9{&Tx@1sz +; /WT6ip/u3h?`:|'kS*XCchWL=.QZx3=Agֳ*)w|Jd'BsW^ $>w4R1Ii +kOԔvPӆyob0̡K{A'ϥ +>TMwU2 GK\Ks-j]?bco@I_ :|:q6#l+.M-KԁHN Sɝ0uCW9 .;gDy=8À?*t&2tZLT}}f,Ve{W?6tk9_⥤9ƒHE"V;ngH91Qө@siy>SibqkC/;ϐ2e;cM#4 %_NR̞ OƮE~>' \:<h߄yMռ3dîAb:2<0k;d @b = 8`n_ H"yտyʁNfNnRkz*yt4.(hS}kRB)/ Ohxq N>C\f%ܣ'bTx\3N\ߟf}\$ 8 YLA͙k2Y_MfTS0> endobj +1153 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [217.513 679.92 254.96 692.822] +/Subtype /Link +/A << /S /GoTo /D (table.1) >> +>> endobj +1154 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [228.343 622.355 275.511 634.347] +/Subtype /Link +/A << /S /GoTo /D (section.1) >> +>> endobj +1155 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [305.852 267.314 360.079 280.216] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.2) >> +>> endobj +1152 0 obj << +/D [1150 0 R /XYZ 147.6 748.8 null] +>> endobj +210 0 obj << +/D [1150 0 R /XYZ 147.6 665.333 null] +>> endobj +1149 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F47 594 0 R /F35 539 0 R /F32 545 0 R /F44 563 0 R /F41 557 0 R /F38 550 0 R /F20 576 0 R /F18 573 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1158 0 obj << +/Length 3284 +/Filter /FlateDecode +>> +stream +xڵZm _a9͛4:.i(e;ZYU϶\I$/ylEzC> _W\,[0/{kY:ZkTW/yzu{˜Wnx͚s-]f-sWܗ~ꛟo[WSS,pf7}9֚q#GԻLsv=-,)WIyqtP +F T` +SM"Ee +`[U *&CV.8 +LO}tyƗ|*X5?,,zGQWો{v'\(-!dxM.N%0s.՟jWv<>4UiHg|E~LRSzBqLxJNΦ:5'S8D|xPJ&u*A:,(hhE)p#-b`T:/|V40 dWJsqe%f ϰDd.bpO Gv%L8אVЅ~,y цGP P8׆B)z?ɾO쓽XEa!d@3b giQV+?OWv5{dz DȩlQLFB2dx'kp@S^rt*SrLlGWQLIs*s=BjuizBLze dЯM[au?n~mϏMS7l9~?0霴w9bFY.=y'_J0B/ٞ:7/ 2%a;G.'~8U\KUy_c{au@]yWp>V˷ L+@3]1wlty˟ a6qIuFD* &r GEs8@ E1E_}m-e >~V r0/@N_v@^ JA`lQx޴1jסa$ OXtkw7f)EsZB#Ec<T&"c:?S{,R(W[*Pѳ`vQ ]~]‰Tp߼<տٝ8xLҞv6U—fЂ@!i BgIso 4,@vTHgt~{=q`Iˇ6M>DŤZU>56V霠}.Ek#%/FpwK0^fXdrJv v9dg#Ds!rEw-9 ㅚt~ ;e]GU->j\y +Nԏ9Ag{Pz q )TƄqxQQdP?ŋC ay3݋(v7x1.T8wHTw4C@"釮l7H`XR%eg ~!p[ 5:P`a]1g&gF@ic/x&u]"ICD(>\HÿxQqlhS>&MRm&8f0w d&T$=j+x˗=KjIFߒ.DB;\/mϠ`v[h C̙$De#& V3ob]:+gccE^*{kOX=?|'Q'ʹvɒe0Qv[|GWWw #AЃS%nss&0)y㱞0+qu65x2l,KRSx*;4G=Vb+`7eX/y=5UPdlf͖(U&߁7<=.x/ތEvǽMv7r3I;ӣWMe|L) hf؂EysO-/dڶg,0yp$A> K{q@X E4nɲΨCj)$paM~c U0ϛ!@>ahbyfA#G[Kߡ %Fe*2&qr^} | @Ls&nrZ dZlҸv1j\vȵG7w*/:=RˋqR SWWzZ–JQNɵs*nMVfŤj,55|Gnpg^AH8k%?Q@Hbl?H^=Jv[ + N XU8!艖O,Jeyn'p*mc7@_]6Z/e_}jv$lHqsrʾ?w^+X49]@@C!\yl/FpDtXb"̍[;w +GKn:ȓMg6,x=afJjZw}̜SE7^Rӓ8 a +vl nD ,D遱:x}M3+G)/'.BZ\h k:WO iq*Yy@3KUF6$55wP+d|9CniM\ƵAHI&"?7@S3" ҀHendstream +endobj +1157 0 obj << +/Type /Page +/Contents 1158 0 R +/Resources 1156 0 R +/MediaBox [0 0 612 792] +/Parent 1169 0 R +/Annots [ 1164 0 R 1165 0 R ] +>> endobj +1164 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [399.655 577.333 455.22 590.235] +/Subtype /Link +/A << /S /GoTo /D (subsection.9.2) >> +>> endobj +1165 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [476.264 266.405 531.712 279.307] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.2) >> +>> endobj +1159 0 obj << +/D [1157 0 R /XYZ 147.6 748.8 null] +>> endobj +214 0 obj << +/D [1157 0 R /XYZ 147.6 748.8 null] +>> endobj +1160 0 obj << +/D [1157 0 R /XYZ 147.6 716.022 null] +>> endobj +1161 0 obj << +/D [1157 0 R /XYZ 147.6 697.383 null] +>> endobj +1162 0 obj << +/D [1157 0 R /XYZ 147.6 679.351 null] +>> endobj +1163 0 obj << +/D [1157 0 R /XYZ 147.6 616.296 null] +>> endobj +218 0 obj << +/D [1157 0 R /XYZ 147.6 343.105 null] +>> endobj +1166 0 obj << +/D [1157 0 R /XYZ 147.6 174.06 null] +>> endobj +1167 0 obj << +/D [1157 0 R /XYZ 147.6 155.421 null] +>> endobj +1168 0 obj << +/D [1157 0 R /XYZ 147.6 119.859 null] +>> endobj +1156 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F44 563 0 R /F39 553 0 R /F32 545 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1172 0 obj << +/Length 3538 +/Filter /FlateDecode +>> +stream +xڵZk_!1W~8uAA$ʕZ")P̐Gu€g.sH.b'd"]d&b{/60+i뢀qRgJh-2ER̈<Ӌe3^zN& |-.׷ 4M^'͕Ŀ_}{헕FѢgv.;Z8 +/+G⬮2jTZti!4H7sR;s9mL/7VRCuIZYmS`/;Fd. - +LA;}Z)ob$$`LM +/gO'OD-FbomĦ77#H ),GXb.Km:pwsbxU\ T%'ffOC4Mh90XܲPg0a0T&#- U|ٖÔ Pvsޖv󶼸hjȺB 'VJmReW}וzu(Oh/P0tLTI>Lb%ɻ>i\0,_fXV3y6vlRs"3QΓ.4|T&;,/wH8U`#$~@,`1e$cg B f,l*]u$Rv8Fmh ++{}YtL*d^TC0a5:Zj?)I^1mcA2G[!lTLfvoWOtD_pO#we#Wؕq}nA>zmc9˖+ԴvsӪ{^_Vx2A> +~Lڜ*<;,bw I뻁S";@V)р R'd"`dG94t7rfǯ'w0 +P&wLz<TT9vϑj9݀OJ%_> =Y<'Ǫܣ<Jl}jcO bXqbC^Xg0*1VlV CDPɣxqAJ㨽 a0j0m&yiD.9>a{P{IX2rHiQ 1pF2@KFVdi4Ms Ħج|[jHuꙸ4:y,.Gq Rrs@:S./0B ,L1SMЕ&` yP@u%5 .WrW@y3B2(r+VdpeV5:C7_dFP>Qn=KTxC';0@ݔN+pD,{xl5m-"ͻy=b}$BĀ%` !*jtEa3u'9TEr.c<iGO=q?'c]b: \pbcFKC*S(ؽq,>E?悍/AAt#' rLa#&1İ0,>TetwGj"u !E$' zMY.nKh. θ3i`&Q}3YGI)@=m)!j0_qs]`&Ԫ8{"@LN ؤ3|sjN xfچ7a|K;>ioЦm+FYH(;-eY`P I׵ QA[ZʅLpRNҞo~ٓ#ecӰBʪc6m?r%'siq@DiYnjb˯V)XZ]&JN6Nm܍07v/o@.gO︧mn192kk;H TSx_X63"z%(yA=K? >#"CCgA +.2l,O#r_ )rZ rbϨhߍJ>TbNPl`i:hLHD5ni +Sd^ ;)trSSjM8 OCLGɗo3|ud^APvi޳>N\gsrٲ>(PBFOrq/T.`H9S4]T~`Bo/{;t`V XN~lUf^jb]bR8yMQ<ٴ<@r5lMXord*A_k?OA$(ֵc)ܼY w6l[Ed-۳WyG=& +nvea\#s9P;"-+谥br[gx36H}#t?: +._R> endobj +1175 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [317.432 720.568 370.862 733.47] +/Subtype /Link +/A << /S /GoTo /D (subsection.3.2) >> +>> endobj +1173 0 obj << +/D [1171 0 R /XYZ 147.6 748.8 null] +>> endobj +1174 0 obj << +/D [1171 0 R /XYZ 147.6 748.8 null] +>> endobj +1176 0 obj << +/D [1171 0 R /XYZ 147.6 706.525 null] +>> endobj +1177 0 obj << +/D [1171 0 R /XYZ 147.6 688.654 null] +>> endobj +222 0 obj << +/D [1171 0 R /XYZ 147.6 611.437 null] +>> endobj +226 0 obj << +/D [1171 0 R /XYZ 147.6 320.166 null] +>> endobj +1170 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F32 545 0 R /F44 563 0 R /F47 594 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1180 0 obj << +/Length 3845 +/Filter /FlateDecode +>> +stream +xڽko6{~fEzu{֖!J&II6{X`-p8a,r&u&Ysϖl_H;Qhjj~}uwḪy\|uw2AR,Tޗ 9_Nj%-쯛S\$*/RNl>֒*߿\l RG].e6=H*7ID'IN0XPElRd$)}}x__JSAuJ:'oi8Q*g__5[ǷYB o%n/U>[ QnvEݕE`-Âmy_$*+n9_:C -޾*:wf{\"V,,-F\H|HIӮmp'uyŃ';krgO0U6mCj1doJ"Y +Rd+;)&s#=B/2ߔ˺h. }]>@eEe>כ]W^@xm[}yϏ/ρs B' GHV $c5"Nm: ̽ 6Prg\;l<6t %ՓiL\h VD$`1KD,Q!AO ,t\ +]H1ess[l&A*+>-gӛ8_inx5 +A5MڒVeщ`dS>e[-3p8@ó5` W҂jz + +x96ca?D梆m +ᶸ-=#KƆ[#(=SNo|udPk]d~O<2)BkW`vTlE@PcWG"1s,n063F/%;ikZȚ&[:"irU,ppj/sb4FA ]/Y.bOP& ȼ +[%>2!?/zK*jlJj$\gYoGd̼ rQϐu2P3Mkhw aVzeb r?8+LvIXYo)z8 L|{̝/IVtYe|2p0Nݮ~X.7Ŧ|b&y#tulÁ5I +H>#@='-J~{_bC`A75@ 5`G1 }#ÐE RpY#J(X^r~ss8=."D%0{j"ªeaᝏ}]A2I";: 5m_Zʵ99€;)񇂤$GʅOi[R$:uz)h4ٱmG܂MSS&A;`۾Ѥَg|+쿬Y&LF[:V(bU(%t僡gH汋wEAKCk4ņER$<kl}V&29 *3&Li CZ|'͕(?vӍcc4d{O%۪TճՏQ콑0 +aT%8wX@LC,F ~zF,9:݂%`(3 69<NIexPTR҄+ X&Euh$# O:P: [gLT&"li"4 }\R)4Gg۞˩D00YǢ4;GvE +k@rM.5[5C҆(ah|u +b>2|e&m~_l :ʷ2rPB\]< G(hLHi q!hL@IE:ua9Ng)y\b5ЏjGvRԩeJRizB\ ʟҩ TH20GxlL8Bn~}$Tq4hk#nI\,/;E'\q8YOtAБHuBu<=D)sOt"a9!{9]^)I jňCȰZ|ݓF''ZA 8t2_XWұHLbͿڽ]CV +0L䶴BTFYRRH":),y3Wrv}Y#C˂ߏ +?'mN^KA⃧Du[_ӪOv[֖_|v{JCMuEhaJ8ݔY㬾5D-t؎D4Q;RXÍ9P"cŽ|kV½"6yOe{;!s8Wӵ+3PSP!K*F>8nTA+26^+a jl0Q#p*O|B\ue55᜻ƯW&`yOf~5o]ج5Ʀ-]9@?fo Kp%Akjjr@!ffaړq}q)AXV4;E+=a`YxR}O;-S^&X˄5ǝκrQ%иNm)bi5!ޮaRִ9XZT"NFsg/g5 d +5<&J>=eGR*A)r@ >#NVdX ۡHfmMZ@y$y3`Msmq"˦e r= EǬC1yGYi47ԕVN'A2347~xhZS0 7"U۞X1?P3pȉd[.\/{\63Ӷ}Y1\B"M⓭ VUÅ%=͑V-TQQE-l2jxsˠ-zSvrٌ=YK_ +^,]-)3NިJ?/{ (xp()ޖb|#:p"G$Z+P}CBOȰ/nm ׀(:_:r^ӓ,"PንHL|rXqt0NK@vooяvB]YB>rfb?4gܟXRjԏDk`ljj{oe2)2"fDl&Hf7l1`;NVD9"KHdF Ŧxpw9\M|n;{ {&OZMȇF@'pD/x1:u#%(v%1bEur߄.?> endobj +1189 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [199.21 70.798 212.112 79.82] +/Subtype /Link +/A << /S /GoTo /D (cite.psfrag) >> +>> endobj +1181 0 obj << +/D [1179 0 R /XYZ 147.6 748.8 null] +>> endobj +230 0 obj << +/D [1179 0 R /XYZ 147.6 491.43 null] +>> endobj +1182 0 obj << +/D [1179 0 R /XYZ 328.894 414.352 null] +>> endobj +1178 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F47 594 0 R /F44 563 0 R /F32 545 0 R /F48 782 0 R /F65 1185 0 R /F66 1188 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1193 0 obj << +/Length 3714 +/Filter /FlateDecode +>> +stream +xڥZ6/Kok␻C. +nؖ#y ~ )ʦw7)dej!,r&M!YaJQΖlv*x^-,|f=v&3Qen&s#.f.Dizu3~{ж׫K9_C mW Ư˅o=IR3RT#Y d*HGqÄ={F{fhx^׺Rcl#~p.ͮoY%WI +e& +.w(V܋˅Qr +dkZ#MX+ ɽZ ͇ʊzªŦޮ`<kqQm?]GV]YPJ4efd?%9$x r,۲p +},FH[M;vO0{c ^M{/qɹ)AP0XiV -& Z{n|x\s9DUU&*g +DٿOX g蚤jSOaT!kMn&c{[~Gl\YqXjd P\wjE}ax7_o +%Litq$&Nn 9ݪ)5NChп6 :/X0%Y5mp /*uXD$ڄypURe07GˆvƐJE=]F[AlcW/߀~sLۉXh=lAſZ7LISsYO2yUVkA1˟>d#f`Gy3x[0y3]ʲq2y~欠 q'M%EѤK IRuwyI\L>R҇CQMv]/y.hia(SÀpWLX>3aˡ&$]'M@Ln(^5DYaѐC9K[z֭2zZ#F;T5?|3%!aGl-FUɒ2NTe8IGf2yA9s94 +;, 3>~laEC'"9~<rgσ|y ?1y/3+T!B{XP=.}2BjԇT"JԈZyY 'p#C0}CUSKDhKYG&vLZBqz?Xf7/~Yۛn?TJp M2) +:}H}n&9-2)Rͬɀͱ&IoG16u.&oyDPaIPN;2 M +t])MѬ@V&Hc nii +|opL*cҵ(n,CZkfzrqPfXߦaX=K);ͫ/O\>:⌌ jN_s V~"2.~WcMH@GP%(I{CAWDc4sWPTJc_.w<F#D@J +ȀGX /sWqE|)dKW]J[33ꢜZM}ƺqkE +}~%@[`<?һ Rb= (KP\Q9vֈ{Ud)mq&6P)z.<ߑ-~hq9J+8bdc4}`ė0˿ m*lyS.i{z e/6tEG//k$D +c|!NpH՟Xpi<"$X&LxwO$d;CUV1v!p}&j+^p ,M8ڵ >VY840"Byr}0W=G$}m3*^n)Ϛl^IMUB"7Q&-T6T*!fw}:YEolb~?,zq"LCEA$ ǨWfw&nlz_7zRSjQUPMuuRqt}grҺސ)}SD6ţ Th߹8()5`U)E?"`~@3Вy#]\\ApHΟ_&)O?v}dyv0'B~9zk7ZuK'zlyLf&q^?N:"}s.j@>1F'VN= -HY㟿Y8>}H]f37ќnULgyQSfPQ^|F/pFCh)#P.;*ξ^}.`?+lREvcK?c#y4EHF&kr+*g /1s|Aϡ?H@y&vL?RRڦP^AN?+~{ׅscnJl߅x7!H1m~Y;M=:PVp+P%Z;ޞpkF-0Ԛv/5+6E| +ކuChz{'DxlL8V:F-\!WE'"!)i11)ao 4 +jp9=ÁԿ *]υp%K~ZOCxiwէ]X[tXh +60T}9Ԛ:]oL|sı_uIuq4{1Ph릗ɴ(,,Sn~8Gلq#=鼘 +$h'ìJo·ɅY3 /udYS4G[@TC 0H~|N?ǟ\~S>JN=FR~K?FuϮ &81o?=ЯU!)xm6[/*g9f i+Qb~/.}r'kTfR^.ͬ,^R^Eye6^"2:âk0+}\{5Y>e<7@նiVG2JE'x*ݷ;EAE"y o8nNU~^;'BCuF};PShp;Fyk9M .k`ٛ U9[Zvݕ> endobj +1195 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [396.379 720.568 455.155 733.47] +/Subtype /Link +/A << /S /GoTo /D (subsection.15.3) >> +>> endobj +1199 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.786 537.516 338.233 549.205] +/Subtype /Link +/A << /S /GoTo /D (table.5) >> +>> endobj +1200 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [193.356 510.417 235.694 522.107] +/Subtype /Link +/A << /S /GoTo /D (figure.3) >> +>> endobj +1201 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [341.731 485.44 354.632 494.463] +/Subtype /Link +/A << /S /GoTo /D (cite.psfrag) >> +>> endobj +1202 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [452.865 199.692 494.761 211.382] +/Subtype /Link +/A << /S /GoTo /D (figure.9) >> +>> endobj +1194 0 obj << +/D [1192 0 R /XYZ 147.6 748.8 null] +>> endobj +1196 0 obj << +/D [1192 0 R /XYZ 147.6 685.719 null] +>> endobj +1197 0 obj << +/D [1192 0 R /XYZ 147.6 667.67 null] +>> endobj +1198 0 obj << +/D [1192 0 R /XYZ 147.6 611.701 null] +>> endobj +234 0 obj << +/D [1192 0 R /XYZ 147.6 264.643 null] +>> endobj +1191 0 obj << +/Font << /F15 542 0 R /F44 563 0 R /F39 553 0 R /F32 545 0 R /F48 782 0 R /F36 779 0 R /F41 557 0 R /F47 594 0 R /F20 576 0 R /F18 573 0 R /F52 798 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1210 0 obj << +/Length 3171 +/Filter /FlateDecode +>> +stream +xڵZo8޿BU%mb A[WJey"~ eʢ\CX&G3<~CZ$E'.2Yݽʒ pZbSKd97oID&׷*Rz~buOj\ [BjṺ6LC_W։5$HVB~$S%d*p|RVSd^Ì֋{껫% jvdqZT(3.MfYEd6k`Bc0T.mA΀"WdVzzgğpBղ:طШ~`n;RwDـRI(W~JojBRYZ6a,nRn38CpFTrZɤHmA^H$l%9 ,XTYx=|J3GVUڦR0h2\RBtm +784&S 8\T/[4$?Gf~ZVnX/=ORzO̤,'G(+w>zAsτ3b꘹I`1y[A6{Āe Ն@;I^4|Sir<Hm8tRpdCf<#>yj"ٳܶ@`vzEiv9/Oȧg0%1i1Du bBG0pC^ T"^Ve +)8RЄؒϰ:7(G<N/ݫ_^%7J@| UPs BaZgw[B7,;}ךkl3HNMr$tf&9>[/ݳt>j䥥lv^mdBT~ά]l(IѰbe@B +",D gta@Th!a7x+PҭPλ{UT/2lF6C˜2:hsz=D*ƚ,J>Dz?j)#욵s3iaUmյ]}2y-%6DsҤV%6-E>E&SS(f]$S B󵍙SE +-l0+ݖi;rWJ.> +qQ#f +2ʾ 4aOWZ|T3V +-yg͂ 5?K?4/THոmĆL"gYL*dfdz!RFoPJF\%tg!NJB pgG )E2,5Ta a 4! Sde]*۰)NV + |x%8:,N=!67vpf꯱Lf2=%>yΑ-~ gām +R[ Nq3.! ;RrkwoU:'@~B.4;yOəp1[ET"_̵̗Ps$ȚAYeP.ՅJW0 ʳ-w3ǿ?e~xK-;QcErD44:xO1 T?ZahPya[SDS#]H%xz@TQ=!c`6%\P]72/ Զ ^K Ũ9ŦF;u^ 3wn>apgC~ڼ1E(I0(pc3\w0G8Es(,vRs=b@tzi+YVe +L2(V 58^'I |~5GV $! S Rhe2,[Jòͦf(s5-JԀSXI_N±NZ _U!xwItGTg_F)vXO1,xn,򰷾 w&#6z|x sGfԚY6.>c6NL6[ ?NqS(>%֜@Fc32N_\2Ow͸ߜyCIU>6t9FWڱKDdQ* ϔ@RD u@8=T_f8g* zsof V fnd2h3-˷ܰ#s?q1Sнz\l9_stb?&(aC:Pƫ:tvp8\zk!;3hlGY)Fzv ҄d==@m|;3 OSH Wá}=x:jU}~v*ǔi9*;_+hTog<N^t+Ljlک+;˒'\.=E֥ F?ak3/*endstream +endobj +1209 0 obj << +/Type /Page +/Contents 1210 0 R +/Resources 1208 0 R +/MediaBox [0 0 612 792] +/Parent 1169 0 R +/Annots [ 1212 0 R 1213 0 R 1215 0 R 1216 0 R 1217 0 R ] +>> endobj +1204 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (pend.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1218 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 371.00000000 258.00000000] +/Resources << +/ProcSet [ /PDF /Text ] +/ExtGState << +/R4 1219 0 R +>>/Font << /R10 1220 0 R >> +>> +/Length 1221 0 R +/Filter /FlateDecode +>> +stream +xW\7 Wt F$E=NHaZ?6NM~Ρz +;˜"yHyLy۾wq>zPX "D"ڪICYebRpOZh,חϥY$HvYsEJʔ31W)'nyN%)EЪ%2;ވ}/~ ʢE=,Q535(Z`h 0C&G+1QAh `cUMsO@6 OZr^֯zxr_?iP5+6p0Hx΍p,^!ux9wc + +Z)mᘕp-='ԭd9*\.ilA:ͽݠʆC:|,I' G䩂"MpsFRhѳ$i>)e B2l2bQKǎEn99 ALqmqvvVq]FM}Bt]tJA)& ZAwtY:MFٱHAkwpc3uը89* Y)5<;͚j sAG9Nfb" 7df9i&`vË8gT!xݙ8ɕ훍 +{=2Αd5~~˗E|B|[}D=^ Df@@ h0dכoQpeljdRZ'orf9I /n<8|8 +ΧJ]Co +[ Jz#d_9'y8Qܲ9L}fX1PWsknu^(eFAO]> +endobj +1219 0 obj +<< +/Type /ExtGState +/Name /R4 +/TR /Identity +/OPM 1 +/SM 0.02 +>> +endobj +1220 0 obj +<< +/Subtype /Type1 +/BaseFont /XTQQLL#2BTimes-Roman +/Type /Font +/Name /R10 +/FontDescriptor 1222 0 R +/FirstChar 32 +/LastChar 251 +/Widths [ 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 333 500 500 167 500 500 500 500 180 444 500 333 333 556 556 250 500 500 500 250 250 453 350 333 444 444 500 1000 1000 250 444 250 333 333 333 333 333 333 333 333 250 333 333 250 333 333 333 1000 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 889 250 276 250 250 250 250 611 722 889 310 250 250 250 250 250 667 250 250 250 278 250 250 278 500 722 500] +>> +endobj +1221 0 obj +1033 +endobj +1222 0 obj +<< +/Type /FontDescriptor +/FontName /XTQQLL#2BTimes-Roman +/FontBBox [ -168 -281 1031 924] +/Flags 34 +/Ascent 924 +/CapHeight 676 +/Descent -281 +/ItalicAngle 0 +/StemV 111 +/MissingWidth 250 +/XHeight 461 +/CharSet (/one/two/L/N/P/q) +/FontFile3 1223 0 R +>> +endobj +1223 0 obj +<< +/Subtype /Type1C +/Filter /FlateDecode +/Length 1224 0 R +>> +stream +xePmL[e~/xo&7 NƸddhK- ?XmlK:z)p[ZVdԭ-bؘS#[͈fu,J3ShpD៓ys(E1/jjmK^Y|l! +Rzw5 +67O<5&/;;wVTT'BLX3vܴpnO<=IvzCv7bnM;X^_Z"fN4>b9`wpf4]z/ '~ﰬ[ְVtۛ?k,/ז(+(Z((K`2Q?ssQJN?1>%6\4 7:lrDWM4!BfUE#Z2}B=*jCHWjU.gȳ<=B:ud;d"J"MNG- :"}&JƦQQT,?I#GCl%{K!0D{ٟ֢%ܶ>/Font << /R8 1227 0 R /R16 1232 0 R /R14 1235 0 R /R12 1238 0 R /R10 1241 0 R >> +>> +/Length 1242 0 R +/Filter /FlateDecode +>> +stream +xXn[7~qќ!u+ #+%[T /yeKׅ#D @$y̜wd럛9oso vJ5=μ=sgJq 6w\'$G!Y"v%.[$c$Jx 7ydw.M,/Vrt u[8J(X!|j%sr٭7Frr, qtB*Tr\\~3~fnb.}L|x /#d b\f|Z.&|P]圝/ MFE[QUjQ *.q6Yю&ŷg+ o?Q<4PQCGVE';3\K?蜲JۑcY_Qt*ߎtQ.с ~٬ L盙x cBYvXz82'+-6EuY@U+GEc㗄(dYc?Eendstream +endobj +1225 0 obj +<< +/Producer (MiKTeX GPL Ghostscript 8.15) +/CreationDate (D:20050528131600) +/ModDate (D:20050528131600) +/Creator (dvips\(k\) 5.94b Copyright 2004 Radical Eye Software) +/Title (pend_frag.dvi) +>> +endobj +1226 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +1227 0 obj +<< +/BaseFont /Times-Roman +/Type /Font +/Subtype /Type1 +>> +endobj +1230 0 obj +<< +/Type /FontDescriptor +/FontBBox [ 0 0 740 683] +/Flags 4 +/Ascent 683 +/CapHeight 683 +/Descent 0 +/ItalicAngle 0 +/StemV 111 +/MissingWidth 333 +/FontName 1243 0 R +/FontFile 1228 0 R +>> +endobj +1232 0 obj +<< +/FontDescriptor 1230 0 R +/Type /Font +/FirstChar 80 +/LastChar 80 +/Widths [ 631] +/Subtype /Type1 +/BaseFont 1243 0 R +/Encoding 1231 0 R +>> +endobj +1233 0 obj +<< +/Type /FontDescriptor +/FontBBox [ 0 0 477 665] +/Flags 4 +/Ascent 665 +/CapHeight 665 +/Descent 0 +/ItalicAngle 0 +/StemV 71 +/MissingWidth 354 +/FontName 1244 0 R +/FontFile 544 0 R +>> +endobj +1235 0 obj +<< +/FontDescriptor 1233 0 R +/Type /Font +/FirstChar 49 +/LastChar 50 +/Widths [ 531 531] +/Subtype /Type1 +/BaseFont 1244 0 R +/Encoding 1234 0 R +>> +endobj +1236 0 obj +<< +/Type /FontDescriptor +/FontBBox [ 0 -11 754 705] +/Flags 4 +/Ascent 705 +/CapHeight 705 +/Descent -11 +/ItalicAngle 0 +/StemV 113 +/MissingWidth 333 +/FontName 1245 0 R +/FontFile 778 0 R +>> +endobj +1238 0 obj +<< +/FontDescriptor 1236 0 R +/Type /Font +/FirstChar 18 +/LastChar 80 +/Widths [ 469 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 681 0 0 0 642] +/Subtype /Type1 +/BaseFont 1245 0 R +/Encoding 1237 0 R +>> +endobj +1239 0 obj +<< +/Type /FontDescriptor +/FontBBox [ 0 -206 813 705] +/Flags 4 +/Ascent 705 +/CapHeight 705 +/Descent -206 +/ItalicAngle 0 +/StemV 121 +/MissingWidth 333 +/FontName 1031 0 R +/FontFile 541 0 R +>> +endobj +1241 0 obj +<< +/FontDescriptor 1239 0 R +/Type /Font +/FirstChar 0 +/LastChar 0 +/Widths [ 0] +/Subtype /Type1 +/BaseFont 1031 0 R +/Encoding 1240 0 R +>> +endobj +1242 0 obj +1467 +endobj +1240 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +>> endobj +1237 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/theta/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +>> endobj +1234 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +>> endobj +1231 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +>> endobj +1212 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [423.139 734.723 471.43 746.413] +/Subtype /Link +/A << /S /GoTo /D (figure.10) >> +>> endobj +1213 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [410.998 680.526 458.958 692.216] +/Subtype /Link +/A << /S /GoTo /D (figure.10) >> +>> endobj +1215 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [251.453 293.224 258.9 302.247] +/Subtype /Link +/A << /S /GoTo /D (cite.graphics:bundle) >> +>> endobj +1216 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 125.552 193.93 137.242] +/Subtype /Link +/A << /S /GoTo /D (figure.11) >> +>> endobj +1217 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [329.26 63.993 376.586 75.683] +/Subtype /Link +/A << /S /GoTo /D (figure.12) >> +>> endobj +1211 0 obj << +/D [1209 0 R /XYZ 147.6 748.8 null] +>> endobj +1203 0 obj << +/D [1209 0 R /XYZ 197.064 527.963 null] +>> endobj +1214 0 obj << +/D [1209 0 R /XYZ 415.464 527.963 null] +>> endobj +238 0 obj << +/D [1209 0 R /XYZ 147.6 486.005 null] +>> endobj +1208 0 obj << +/Font << /F15 542 0 R /F44 563 0 R /F39 553 0 R /F32 545 0 R /F47 594 0 R /F41 557 0 R /F38 550 0 R >> +/XObject << /Im12 1204 0 R /Im13 1205 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1250 0 obj << +/Length 2920 +/Filter /FlateDecode +>> +stream +xڥZ[o8~@oP ~u F's1j?ǔd]3pF'_$b<}yd-~zԉ(ﴐz*J\0b(!!a- s#e3gٗ4Qi{mm7e;%TW rT2 F@Ngs$fc|Zv]F F4Um37RpڦmfZ8p Dhdz2[u\˜8t܈"׃߮{bQDq©̫ZFBW#dBw<.պEP7 +HΏFmlv9;f;49]x6_غ1Asf@v_0_/L͂Ax݀!wâTw{4 g]m?~[VR_~#LL7%f8BgFQ1)Aإ2֣$Oi<|ٖ@ȉOI%]Y()!!)4;15>ΘYc`L@S7oL<5roˆǷ_qgQRrBs1`H|Djnt"'GŨMH>YR[<'.}JLg6Zr_4)^Lc1qBс(Uycj]mʟuX6C<0Dm8n'CXW/7Gېe2@) A\oN.@ZUgzCjAUw8IhX^g yx +<¡Ď*>PAC-( { +ty$ɩUOe3l  sЏaᅪ eB}\D>[E`GMlgg8Jy/GIΨyt1i'pKWKaaINd EWJ~y׏HnϱL/Klvghq+f™V7Jm09pI`H M+^'k^}<7cs(b[e!)KG.j8{ ,L;$N QNfnE/֬2SQSD}9P ϲ]"|C Nj63~!v;,Ez!h'Q{&NwtESF%5B/OF oϏ6˟sWdN`R\=MiG9w9NEGJsh}55y<ˆ]5/>m\TnA0AMI90GU"@QSWǗCecq_Ma,NZ{1VkwrNbsn< ӍxM[x?usW.!]~d^p(K D"Oԗa\MӋ 싌{ _dz6WU&S(7Qp +/n@v^ EW̔h+'b9F*7R؃1W30ϛcu/@y9q]|YV^Q~o6|hhIsƓut)P26u! ->Syk*Gzw* c~j~bpss]v{yͼ# ft9⩇?6oZs#>m| \7և"C56/p3.YqhW >hbn|R ><]%FUC*7 +gBuԳ`#TZ) Khj~DIV m]Q%AW-#_W %yA7"W"@&0P'Sendstream +endobj +1249 0 obj << +/Type /Page +/Contents 1250 0 R +/Resources 1248 0 R +/MediaBox [0 0 612 792] +/Parent 1169 0 R +/Annots [ 1252 0 R 1253 0 R ] +>> endobj +1206 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (mass.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1254 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 240.00000000 119.00000000] +/Resources << +/ProcSet [ /PDF /Text ] +/ExtGState << +/R4 1255 0 R +>>/Font << /R10 1256 0 R >> +>> +/Length 1257 0 R +/Filter /FlateDecode +>> +stream +xTN0 +|$B&q|`ge _;i}gOvg|ُ7 ;ጒN‡j2Yy D76'r G*_ +!`VD5۪eV,W*IzL!= +!,5z@j3n X&3m GQmFy ( 0cL #qaAI,)>nnöJ"cTLr*4LȻ9gKk"r(ei>fE9b Igmޟ>}sYr\<(;{5S1l_J˜&`%)aǭZx=T'E Tk-բG;:O8:_yy5O̳Sb7owuendstream +endobj +1254 0 obj +<< +/Producer (ESP Ghostscript 7.07) +>> +endobj +1255 0 obj +<< +/Type /ExtGState +/Name /R4 +/TR /Identity +/OPM 1 +/SM 0.02 +>> +endobj +1256 0 obj +<< +/Subtype /Type1 +/BaseFont /OIBKWK#2BTimes-Roman +/Type /Font +/Name /R10 +/FontDescriptor 1258 0 R +/FirstChar 32 +/LastChar 251 +/Widths [ 250 333 408 500 500 833 778 333 333 333 500 564 250 333 250 278 500 500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 500 333 389 278 500 500 722 500 500 444 480 200 480 541 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 333 500 500 167 500 500 500 500 180 444 500 333 333 556 556 250 500 500 500 250 250 453 350 333 444 444 500 1000 1000 250 444 250 333 333 333 333 333 333 333 333 250 333 333 250 333 333 333 1000 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 889 250 276 250 250 250 250 611 722 889 310 250 250 250 250 250 667 250 250 250 278 250 250 278 500 722 500] +>> +endobj +1257 0 obj +446 +endobj +1258 0 obj +<< +/Type /FontDescriptor +/FontName /OIBKWK#2BTimes-Roman +/FontBBox [ -168 -281 1031 924] +/Flags 34 +/Ascent 924 +/CapHeight 676 +/Descent -281 +/ItalicAngle 0 +/StemV 111 +/MissingWidth 250 +/XHeight 461 +/CharSet (/one/A/a/b/c/e/o/q/r/s/t/u) +/FontFile3 1259 0 R +>> +endobj +1259 0 obj +<< +/Subtype /Type1C +/Filter /FlateDecode +/Length 1260 0 R +>> +stream +xeS{L[cۖm޵mIԩA!h +F! Ll_ۀ1/؄1/Hmn yu ےSҰAuKL['MM?stt~c1C,Lc +\Z %n~w`Y-CYBp'/SVgb#o&%%/;55)a2zVaI +a/VSReѕ\oTJbu:y#M&E*ݽ3jR2FJ̰2V,L#gJ 2Ԭ¼-e5fեF=L6brJJVaq*NW FYn {rX.vÎ`~,b[b16?cǮBo20  +f F]&J{հh(6@[} >Ç$4AUMC~ Y ;ZEA!x.%] +R+fއ??/;! hxp7_YYJi$z]wu|D /\#̥q |Ã^B/I%T +1=V$|3H<".K=Luߛd ,Qmۛ"u?]a}P@V*Q'Nyz! Ţאp%ۅ?1C2d ypr7:u*.srt 'ϾZ_>_$>ڹ:'i%@˕YGڠ8$4WfCg;ݎnI +2|6Zω!nwvXa~;[JčZF;F鄴ܣ'N @%>Y=ʪz%sΑy*e!ikN4F4CM wo.ܞ_8vSg;BklHt9.n_.J(q9."Tjt7h>zЯ,~zqtTU0q- /$G5x ~r w_w.J,7DuкzQUr2- +FvFsHq\ $W>l0x ܶQ!xx!|uuB6@\`=f5FJs),C<2:ӞΖN&> iH 5 % +Rh/g͜\[ $|DoE r;Muzidv +#tnQ}s_+kw>G[e6]ñZo%Ξv@Nu:eFZ}cw}="$?ܽ}(3S N?{(o'm>_@{ CJz 7Z%X {Bě\~Ϯ?7> U+endstream +endobj +1260 0 obj +1577 +endobj +1207 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (mass_frag.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1261 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 184.00000000 95.00000000] +/Resources << +/ProcSet [ /PDF /ImageB /Text ] +/ExtGState << +/R7 1262 0 R +>>/Font << /R13 1265 0 R /R11 1268 0 R /R9 1271 0 R >> +>> +/Length 1272 0 R +/Filter /FlateDecode +>> +stream +xVKoG y~D9O6hܢ@ȡH'BN߬vWؖQV\]g!~;{Y[DI_{tK }p¥&*jAQcȚqq͘zc I{ ?߻Wޢ@"38x(+IVWBs2f5qgw8a^Bd.OI,*+lTl91s2if_3ՠ-=2[r<[m9pp@EP[ݳl=C_tmYѩ]^6Cد*}?=RM|Twq/DA;'|~*X듖+ki;*6ļ W[ g-H[&kW/PkRA_1erPԮoP'Cjd7isVG}-)#ޏ>b ݰ[ZПFh{9] FQw(ZO#Q5K/z5Km+PT7'Rwcbv&.x0 РP,}M aR5ۃ6:}SrjH\endstream +endobj +1261 0 obj +<< +/Producer (MiKTeX GPL Ghostscript 8.15) +/CreationDate (D:20050528133005) +/ModDate (D:20050528133005) +/Creator (dvips\(k\) 5.94b Copyright 2004 Radical Eye Software) +/Title (mass_frag.dvi) +>> +endobj +1262 0 obj +<< +/Type /ExtGState +/OPM 1 +>> +endobj +1263 0 obj +<< +/Type /FontDescriptor +/FontBBox [ 0 0 447 665] +/Flags 4 +/Ascent 665 +/CapHeight 665 +/Descent 0 +/ItalicAngle 0 +/StemV 67 +/MissingWidth 354 +/FontName 1244 0 R +/FontFile 544 0 R +>> +endobj +1265 0 obj +<< +/FontDescriptor 1263 0 R +/Type /Font +/FirstChar 49 +/LastChar 49 +/Widths [ 531] +/Subtype /Type1 +/BaseFont 1244 0 R +/Encoding 1264 0 R +>> +endobj +1266 0 obj +<< +/Type /FontDescriptor +/FontBBox [ 0 -194 452 442] +/Flags 4 +/Ascent 442 +/CapHeight 442 +/Descent -194 +/ItalicAngle 0 +/StemV 67 +/MissingWidth 333 +/FontName 1245 0 R +/FontFile 778 0 R +>> +endobj +1268 0 obj +<< +/FontDescriptor 1266 0 R +/Type /Font +/FirstChar 113 +/LastChar 113 +/Widths [ 446] +/Subtype /Type1 +/BaseFont 1245 0 R +/Encoding 1267 0 R +>> +endobj +1269 0 obj +<< +/Type /FontDescriptor +/FontBBox [ 0 -206 813 716] +/Flags 4 +/Ascent 716 +/CapHeight 716 +/Descent -206 +/ItalicAngle 0 +/StemV 121 +/MissingWidth 333 +/FontName 1031 0 R +/FontFile 541 0 R +>> +endobj +1271 0 obj +<< +/FontDescriptor 1269 0 R +/Type /Font +/FirstChar 65 +/LastChar 121 +/Widths [ 750 708 0 0 0 0 0 750 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 444 556 444 0 0 0 278 0 0 278 0 0 500 0 0 392 394 389 556 0 0 0 528] +/Subtype /Type1 +/BaseFont 1031 0 R +/Encoding 1270 0 R +>> +endobj +1272 0 obj +875 +endobj +1270 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +>> endobj +1267 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +>> endobj +1264 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore/grave/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde/bullet/Euro/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/Zcaron/bullet/bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/bullet/zcaron/Ydieresis/space/exclamdown/cent/sterling/currency/yen/brokenbar/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis] +>> endobj +1252 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [190.846 520.651 203.748 529.674] +/Subtype /Link +/A << /S /GoTo /D (cite.psfrag) >> +>> endobj +1253 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [169.028 185.016 181.93 194.039] +/Subtype /Link +/A << /S /GoTo /D (cite.psfrag) >> +>> endobj +1251 0 obj << +/D [1249 0 R /XYZ 147.6 748.8 null] +>> endobj +1246 0 obj << +/D [1249 0 R /XYZ 209.373 644.937 null] +>> endobj +1247 0 obj << +/D [1249 0 R /XYZ 417.461 641.869 null] +>> endobj +242 0 obj << +/D [1249 0 R /XYZ 147.6 593.849 null] +>> endobj +246 0 obj << +/D [1249 0 R /XYZ 147.6 503.655 null] +>> endobj +250 0 obj << +/D [1249 0 R /XYZ 147.6 168.02 null] +>> endobj +1248 0 obj << +/Font << /F15 542 0 R /F47 594 0 R /F45 566 0 R /F44 563 0 R /F39 553 0 R /F32 545 0 R /F38 550 0 R /F42 560 0 R /F48 782 0 R >> +/XObject << /Im14 1206 0 R /Im15 1207 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1275 0 obj << +/Length 3283 +/Filter /FlateDecode +>> +stream +xڽ]}j"~Hs]ڴmAkkBl˕w>HJ(R )j837%V1Y2m"ڝsx^mVQAFT-ݷDEq\J絈6pޣiiaVTSjzLFm^ft]Oth6b]\élVy+!@" S "D2 2GFB HTwMYt%)I] +w/VU#Eb%86ieq@J8Ys}g'3K,4rFuWTg;4y$/*BZĖGFf%TNy pd|*?_ywC^B4R[OH)f|/R+spBd9,2I4ˊy^t^>d0-w]*֗ > |N ő^l-/<wb`|xŮ~QBDk"V (Xn$@{IO[ +¡dsP\#IMR +#(֒'Ƀcclxpє<{.N$L3Y6tpL,TFe,Y5+?bh}#f`h)%81ـHh Cz +x}Sttvt'w + +sE5'n6vv>aF[}J6<$/:8X& +XE'_am"-Wº8 +Ѯˋ?<qo8pTƳVF!cFCW"Q)ftDQ7mP|룀P`Nk>H/1Q.\\HZ%B[R/C7H|6ֆmp҃A3 r5(4ڳ1z`4cDq]Ċ/A:hӄ}P,l횘lKvhjcˣҟyًظMg}Ylen"wv'THr!aU4l":χاFXR06{i@Δ+Ai.xblU`P#!bwޘol3N@d)*@棢Bj6*.RsCz#QhKd !ƒNِ %ҌYYD-ʺYBz^KԼ9Y Xe_W$M@.7OЏ]_Vpcc\FP*Eiҗv6 / /a:Drs`&f"wődZ@Rߪ9[$٢- dn2oKK/s4cÇֿ&מJ? м`I ,y +nP':Z&9y$2"󱘍7)1x4pD +$",cZB÷U֨UzŇ^hKpt*C)NHǓ@NO|@;vyt8"ʔ &/?$SL7!7w^l+ i'N{|^a hn^2}'RٽG,_LѴ rj],3NhD2Yͼqe^i,`R2iZL]h@|:iteY ++[;=1~~*-TT>jwu畬qm*S*Gr5gGmع| \ٳS{Am=A&1l_^fΖ] :\;*yP.k=p>n{?I*gK-&4r]_x*d`䝇6A4P^) 吐@|lkRr~z[tҝ6kt}4lFO!s:9ܛLL9|i4^D\4G|w@7>\_gCL, +!p9?mXUIF#.'\+f8H[+ kND3F'AeCh9OrOurҐș;6 $$."zylnF@~d4ocv}7Rcnr_ qN/w-ȯݒU> g>RZƌ09yꋊD+"|J)jedbtӪ4P '8n]\PRMzLL +J r1@‡:\4獅(íZ,(‖(LHnc0'F=)+'pmY{ 9'_#i(þ׶d}c}t0o77'X*M虔]cc4hGI@y%/̗e9KQw%s[Q@Ӌn/`̈́,(ܠ))" gk ƴݧQ/,PX<`tZjϦ.uw 7\1Ĭw?Xy]CI}Tv ݺRP[Ṉr,"{S}<=UBR aeY DX~.CP긫ρ$´ϟ8-ULF:ՎVkw1cf 8y:݉2xi:JT*C7pc"@,OEҎYx3QJmzwxM Nj\3 Md E8Wk.18W|-clB8`'jڗf% $OpjO&I%dt/o$%co@j/=,1W+AcVf^?fk#;`qL9[[s h֯*򜺯$1=a$ǎ%J0Ή}̽*uaKkV;ts}7h>Đw WQ_\*?6BS&D,Q؂*=3zQaA:h(HGspjyJ 7;r8n7Bj~E]]4ECFiKW2lmckʵA_{CP%#W,S^(]/^Y4> +9:OIR7gig3TdJ8|"NpF4[!W#_[pendstream +endobj +1274 0 obj << +/Type /Page +/Contents 1275 0 R +/Resources 1273 0 R +/MediaBox [0 0 612 792] +/Parent 1287 0 R +/Annots [ 1286 0 R ] +>> endobj +1286 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [242.584 88.032 253.792 95.803] +/Subtype /Link +/A << /S /GoTo /D (cite.graphicx-psmin) >> +>> endobj +1276 0 obj << +/D [1274 0 R /XYZ 147.6 748.8 null] +>> endobj +1277 0 obj << +/D [1274 0 R /XYZ 147.6 748.8 null] +>> endobj +1278 0 obj << +/D [1274 0 R /XYZ 147.6 655.365 null] +>> endobj +1279 0 obj << +/D [1274 0 R /XYZ 147.6 516.111 null] +>> endobj +1280 0 obj << +/D [1274 0 R /XYZ 147.6 496.171 null] +>> endobj +1281 0 obj << +/D [1274 0 R /XYZ 147.6 422.934 null] +>> endobj +254 0 obj << +/D [1274 0 R /XYZ 147.6 388.982 null] +>> endobj +1282 0 obj << +/D [1274 0 R /XYZ 147.6 293.394 null] +>> endobj +1283 0 obj << +/D [1274 0 R /XYZ 147.6 257.835 null] +>> endobj +1284 0 obj << +/D [1274 0 R /XYZ 147.6 241.993 null] +>> endobj +1285 0 obj << +/D [1274 0 R /XYZ 147.6 212.022 null] +>> endobj +1273 0 obj << +/Font << /F15 542 0 R /F44 563 0 R /F32 545 0 R /F39 553 0 R /F47 594 0 R /F20 576 0 R /F18 573 0 R /F62 982 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1291 0 obj << +/Length 3542 +/Filter /FlateDecode +>> +stream +xڵk +hʼn]4kH($*$6:E +rvfvv+Z(dl.Z`wJ>,ܧe Kb٭}t惊* +([oy +FV^bU}/:?y1Bg3Y/ӽN +jd! ^p0?V-Rr"Rkx㘹&xlnpvsV + + +Yx8rZ[v<aei7֌tcer]!pPSSn|VJw0Oli4( TLh;ZMh3{PAgpNLù%Ȍ#Yc;CQVR+ ,u )^=1#]ƲSRһzEK(NCȖ3LMh6\Vv]lw"I;xrY D-ioP.!9)ov4Gס9r1TkY& HGRuxgv/có#Nu^zZ4#8 3ϒm|MuZF7(;:a5 P5J0[QD}GkI]b*pu[B(fF0J +B*j &8b_NuATM9Tʦ1**q41:~C l)q $^I-ƖԴ +mMpUHoT T}uUȖ]klKU7%`m2#+ 4sa4h`#kpA=:D_/Ab r"SI2p'ov\Ƒ{]L51K*XKE@ c:J/8="a^.— 厍ኌc' )D˞ٗGY:}.x%H5Jk\_rL-(925a3nđeAE~Xa̤%I |snsJTL͜;O9,Ľ!eıMY :4֣j/Pt֦=r#q[f. LdϛQ41A4סh2Qz&groS2T_|7jU`bqMPe73} #tϮZղ +`//t_`a$xP|*)%/8DPP[E剔d<jAPm,rڔݻ[aL6xC@h޾ͷแ9gЉBvWVŮ<Wuuv#T+=JW9DXOD @|9@.apԋ)޲jYQӁE 0 .-TK 04䢨9kaC6[S:,YOM[_-|Xst^d8֘1/]d:9rֈr;L\q)K} )|axc7SJV`/`cg+O! Iēd +`N@3%[n-[:qW^~8#۠R]I[VjEL|\'t`)#'r w_}IJA2Qkc_5Z{ΞO%!IOī#sL)$wQ[P7=Gs7m +q^ +%J'PbQHRS +<$@7|aMd.@R9Os +ȸ"W:f҅9?]\W/IT$*41]y4 +G h9O;??[؂7ξFa*'c 3oh CF빢sQ.A2hAх|&& += y0ܔ =ˡk~cT8uE=&RօP6/eG ^mghdvmi=[35VYU2dK୉U1ķl>D> Fo]32uT2ۏijsW̥mٳD/'R޽"rՉIiNd 8ҿsl^w8['?14ӧ{-BOm(tS5UIr@Yd{>dјiDzSU-ԫaæB,gc( !% a٣n6a aN G*1A4iAe.إn/ۀwq1+mUi }ZJ]J޸K `Ht2gܰ>Pb 9izx54endstream +endobj +1290 0 obj << +/Type /Page +/Contents 1291 0 R +/Resources 1289 0 R +/MediaBox [0 0 612 792] +/Parent 1287 0 R +/Annots [ 1294 0 R 1296 0 R ] +>> endobj +1294 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [264.271 648.991 323.839 660.68] +/Subtype /Link +/A << /S /GoTo /D (subsection.16.1) >> +>> endobj +1296 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [271.114 62.827 282.322 74.832] +/Subtype /Link +/A << /S /GoTo /D (subsection.6.2) >> +>> endobj +1292 0 obj << +/D [1290 0 R /XYZ 147.6 748.8 null] +>> endobj +1293 0 obj << +/D [1290 0 R /XYZ 147.6 708.015 null] +>> endobj +1295 0 obj << +/D [1290 0 R /XYZ 147.6 546.04 null] +>> endobj +258 0 obj << +/D [1290 0 R /XYZ 147.6 485.734 null] +>> endobj +1289 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F44 563 0 R /F32 545 0 R /F48 782 0 R /F47 594 0 R /F25 580 0 R /F20 576 0 R /F18 573 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1299 0 obj << +/Length 2314 +/Filter /FlateDecode +>> +stream +xYkFdAQ[˰ľqlr|ЎY4kUuuH##peRWm_ph%`~f[)ls[~ᄑypuX'\,Q|k^~u'7R1 cD2b+&elH*n4vPWe9,$jQsV3[JƨԂsV; +AaanN,*2 Xuf PfS/AduG(heJ~}t6 QpD(リs6L4CsF^Xˑ%`Gbt2َ_\-E _jಘ>\rZ~)LZ4fAM>qpt䄃 |JsIyy5ӞZecA =Y[7)% SH JGR!GL@Y;~(WE -(4SL&I_ XRC!zLb OU-57'E=>uo˲g0n.+igԔP(+n!9M?z%vtq8*x1`lT1Yz$.(؝f+<vCy02\tRQlMb ɔƜx f!)uajm\"u F% qN.t# )6(RvZ>iܤN* $Kv1gqbSYl^U-`:!S8.nFbYCy0[J1t3ʼn.RCF@&RH)!tS΂˿zi פQzZ@E:OD)\[ucAC?|XS23~8=sڽ]ށ5co.9`$5 ` ?U .f,%.K= 0$:˛υ/Ý~Dzk"ꟷWOڇaF{ӚVzh;=cLxz:Tŗ8s` 3  +@S'i28EOynˢ5[i6+YfWei^6cg뢻rP0ZuV~R1Oϣ+8cc>_@'ѓSj-pja.mcu&B}\G2JX$(g}Z흙!ܨ M9j8xjpbI̟Ks;bXful{hzu%Z'ia 'HT G0HwNAUB$B6tD?>oi]F>%F&sOG'Is rֱњVj^|(Wc0O (nqޏB=_9Jӭ +A14 MoSE 1z1ќm>s,^sm?]?Z/wTU$:#ΙC֢fhIIu}YUxm_l 7E$a\r & *v~uCSLi;#trag@8#t;׀K,Aziޏ(yv"=,TU85mLol`0VE-f3! #?#\ݢwַ0xGm ozOž2{2a0 +qS?| XNRɅ%{ڣڐyzzC gT*Re8kCendstream +endobj +1298 0 obj << +/Type /Page +/Contents 1299 0 R +/Resources 1297 0 R +/MediaBox [0 0 612 792] +/Parent 1287 0 R +>> endobj +1300 0 obj << +/D [1298 0 R /XYZ 147.6 748.8 null] +>> endobj +1301 0 obj << +/D [1298 0 R /XYZ 147.6 736.486 null] +>> endobj +1302 0 obj << +/D [1298 0 R /XYZ 147.6 718.584 null] +>> endobj +1303 0 obj << +/D [1298 0 R /XYZ 147.6 612.066 null] +>> endobj +1297 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F44 563 0 R /F25 580 0 R /F32 545 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1306 0 obj << +/Length 2289 +/Filter /FlateDecode +>> +stream +xڵnF=_-P* [1b(2(HJ{P_'*L߮b;.Gn Oنx2[ ݓyV^फ़̀bK2%CȚ ##'s{Z¤u" I]mfE΃x@u㘁ݶnZ-톗LDŽHMIp>ddI +iM$#SZ*ܑب~QD+?[Yđ+.E'ajԮ@ؗG"$q 223J-Ac>2 _8FSOQ)eL$פ hD(!dرN*I0IHSQy}bw`;~w01q8lҶ<2 Ef؄`cCr9WSBGf`=mw9k2k+ȅuڽm#uq=O1L5o^fMsqx=rW{>ȡSYG]^}$k:*0#*Gn7CO(m+̫zEK.py}G={PN%ˢ?Me+loµ[?;~ɾcT&cT?|뾥7wT 'i]J7SÐ~G7a:wfԉNJ!5|wsE={ _7p"%]稬k=e˜~ +/#U2`"5◆aѬ3w>Qc1 P]~IBendstream +endobj +1305 0 obj << +/Type /Page +/Contents 1306 0 R +/Resources 1304 0 R +/MediaBox [0 0 612 792] +/Parent 1287 0 R +/Annots [ 1308 0 R 1309 0 R ] +>> endobj +1308 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [529.234 535.342 542.136 544.365] +/Subtype /Link +/A << /S /GoTo /D (cite.fancyhdr) >> +>> endobj +1309 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [285.937 331.404 345.505 343.396] +/Subtype /Link +/A << /S /GoTo /D (subsection.16.1) >> +>> endobj +1307 0 obj << +/D [1305 0 R /XYZ 147.6 748.8 null] +>> endobj +262 0 obj << +/D [1305 0 R /XYZ 147.6 579.12 null] +>> endobj +1304 0 obj << +/Font << /F25 580 0 R /F15 542 0 R /F47 594 0 R /F38 550 0 R /F39 553 0 R /F41 557 0 R /F44 563 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1313 0 obj << +/Length 2671 +/Filter /FlateDecode +>> +stream +xڝY[o۸~0 +, 1+D==hE}hX-T Ii w.n1EǙ7\'WR'"^% +޾ +W{t*M9\j6}__y'J" a\]矃SA]odP덊;\7v:$@o<v Q(Bu;0|TzAk?{7=68q}( :AQ>#Kze ێTB U8t\o ~4.ˇ"z$q+I>famUpf|ˉ%RoZ O[h[rBQ{]WߎWSZֶ e4Q<#q+% ǚe,T{`#o#fNGHx#PMm݁lJhBz@ TƎJٗP*‘th{*+jA+<Q4_oh"S ;DBc}ݖy'h`t;AҒ-fUֺ ˈ>U%5m"pni[=^.m0Z,,؆*l'^[V,z[hVR$B*j8v9^ 4J(aNc_i~xHa +vwyEZD kN*F>އ@hC[7TW૷=őB+HBx36e7#abDD*X!<#qt6mPS M\o>LdOd:E|??>d망p{?#VN}َîHULB#'O8O碏9|dbPBsx/XB8"䑃E?0e{^%mP6PE٧i5vUS!A@?=ϐ=Ekх(-֙Agu4'z/Ag?SmK߳wag錌eN7>wĊF &AEDa@6Rn ^ +17!]PbMNR8ˠ _,+4FXt I(P_ƄUēt8,S֗uHrKh±TU:#)󡉢Bb J p֣Ne?w|\TO/DtJ iCVrLuD{z#͓2:P+ B)q_D${ks +k;*9^ljC^J x2(ȁe"id 8EpP& 946n2nX\%7]H(㞹lJe A8!{^QJ3Bn (չqO-jˆ'L/]bb$)J+L#pW蓥ŘwYnonDxd_G:ߠ(\NYlDicaB%/.> endobj +1314 0 obj << +/D [1312 0 R /XYZ 147.6 748.8 null] +>> endobj +266 0 obj << +/D [1312 0 R /XYZ 147.6 149.985 null] +>> endobj +1311 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F41 557 0 R /F47 594 0 R /F38 550 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1317 0 obj << +/Length 1710 +/Filter /FlateDecode +>> +stream +xWKo6W@bHQCbPts(Ah[Y$z lK-Ka~|{\&,+WWnYZ "y(;r)N„#W>KYq̤ɗFf}] +i{\6(7+4cwe~~F2Qoc l`8N`8 Rrw99UHpw<$JΆ_#Jf~ eYs(u}2 .q00OE_YM,WPR2FBP5[ZE׷FAo[}#CʢEI[xϋ0|! <^f?ϾPDn8P5*t tL O]hq<6.pqfY6+4$)|ۜ*bC"AɃ!$Cq3V*Ak`Y*3& {ߴ4. h)۞(- D~(<>8bPRÊ$ꇉ:"-Y_\rV+ PEJzD e-J> endobj +1319 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 333.826 206.172 345.395] +/Subtype /Link +/A << /S /GoTo /D (subsection.16.1) >> +>> endobj +1321 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [386.301 259.44 399.203 268.463] +/Subtype /Link +/A << /S /GoTo /D (cite.eso-pic) >> +>> endobj +1318 0 obj << +/D [1316 0 R /XYZ 147.6 748.8 null] +>> endobj +1320 0 obj << +/D [1316 0 R /XYZ 147.6 319.558 null] +>> endobj +1315 0 obj << +/Font << /F25 580 0 R /F15 542 0 R /F39 553 0 R /F41 557 0 R /F32 545 0 R /F38 550 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1325 0 obj << +/Length 3516 +/Filter /FlateDecode +>> +stream +xڵZݏ߿Kl f}yJMinރږ#ɷY,|e˾kbDgoCYr&M.Yn +QVd?I׭dkP5[[KM6u. +#gZv~ԹŻiJDi̖4~[!m6S޿9,_ym~PRxZD-s B\6ҴV^3l0u*b-,SW?ɼ*Mfc@1Kh[Ю#90%lN8sG,T0r~+W8Yۊ>:qmj5˅q NL ZZ2:)2P{H 6i>[J-R=oP\E!Zx̭Zmz~}@q<{P:b +ټyr}}[ޓm@qzhMߖ=13e'JWclN di9⯜?JjX*~DCֵoc.G6X,EqqĈgPWn?yRSrzB<׃Y,쀢h{45 o[ NUclEے6Os:azMNZhRZU¤vi:/dpSw<"ВL''M;@W;( +Nu_1]_䅢n ;8MKT6e&v hZG ,#F"Q1qມqԨ2ܳѠjT_f@z'?\`?I +jg"$6k߄O-McNʞCsTւp}+Ti$o; gRV~do"!>;T +K "cD6?+73p"liŋ,m$7UtL\FT;TRqù9eEk[vPVz sjV{zaTG>25ӰR;Lz-gfjme[ +`Di} l 8$8gX yrCT_}V0r.x^#``IKAs`2 8;AbqvS\pkb#[ERe;4sG\j[R7]F8nSQNu%WPE*A~S:g@{iۗ}i@Cu;.dY&d0L1yFS.8>N_l#9ѩ@n:SDt͙< jWv)Pܔh.$N,*[a@ǯz~A|{Fkd[cFFm[j%yn/g8F:wS3M4$U~>,.J 9nk=dϺ=Ggs I5PI{Ṏt^B$?~_/0} +3f +B4%q^VzNy{h( Ɂ zKn +{"}s[W\GIK' ?dW'^-|P9];]PM/xRv/K<>DlmWw(’nR$^6HH&?Gm*V^ +dq[<iby_%Pj* ԩ#r vH#)Y7|hgj9FhG ϛTH!- 7y0&+B=%6|Cmk2c-a@yn\?駯W'.Ub-)gchpv?ME[" +7 ң +6Z)3FB h)xo|K)Vuɻ`+g3?OffvS}r`q{c)+4i u>1\9&ޓM&BŲQW\ᆷC$`4E$MU)̓mybyu +ֻ>GS4ܖ8q+.rsAo9q#! +>@GR`*u{akРrOJ +o}H3gǮW7iP^Q&{6.6xx5Aٴ9A0U&$?cy('$NǓ…K;=4)(J/_Mb=a4< +nh:piApB=@X,#q&g հLY\ +hj,l5 +9FX o25"M[8\iOSWq49 Q=˘伞Zm#2ڲzwmCފmjs,C7n~gp+V!F>R>qSzڳC`$v Elz?$?|X__]/.ElM q\N(QALge"w +LJܠW;:_wcr, cNt65}_]*\>Ws_ay*.s>TC +Pa%2%fjg@޽}@=XBkg;`{sKl?M[RӂTfB G=@+nvi\!%:W7Nwa W 9"MXM2Jb-CS&w(1!ω +!4qE0$zrpiJ ܆khvl&A6 9K +Ҵ| guoqLNE } B6| r˪<w.$ܟHRty<0?s {Ʀc8!=}VrPxeHmA!jӆkGՀ/Y͡iên50phr[^:>32Z"+~]+=KNQ<[];oCFQ iz>ҳ" I)endstream +endobj +1324 0 obj << +/Type /Page +/Contents 1325 0 R +/Resources 1323 0 R +/MediaBox [0 0 612 792] +/Parent 1333 0 R +/Annots [ 1328 0 R 1330 0 R 1332 0 R ] +>> endobj +1328 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [284.574 300.813 344.142 312.502] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.2) >> +>> endobj +1330 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [438.964 168.819 489.774 180.508] +/Subtype /Link +/A << /S /GoTo /D (section.18) >> +>> endobj +1332 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [287.098 126.41 300 135.433] +/Subtype /Link +/A << /S /GoTo /D (cite.flafter) >> +>> endobj +1326 0 obj << +/D [1324 0 R /XYZ 147.6 748.8 null] +>> endobj +270 0 obj << +/D [1324 0 R /XYZ 147.6 748.8 null] +>> endobj +274 0 obj << +/D [1324 0 R /XYZ 147.6 694.825 null] +>> endobj +1327 0 obj << +/D [1324 0 R /XYZ 147.6 346.339 null] +>> endobj +1329 0 obj << +/D [1324 0 R /XYZ 147.6 301.809 null] +>> endobj +1331 0 obj << +/D [1324 0 R /XYZ 147.6 169.815 null] +>> endobj +1323 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F32 545 0 R /F41 557 0 R /F39 553 0 R /F38 550 0 R /F20 576 0 R /F18 573 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1337 0 obj << +/Length 3119 +/Filter /FlateDecode +>> +stream +xڝZY~D}] `0+EzloOdgEvWW5Gl"_lNx4L7˻hs῾vZeLGKS;ۉ(LHwJT $OlpQmãGxp~}Y8 H74KDiF +N88u[M^meEsS?& }X+&A3]_k~xyY+K䭼gV~zP@&Ղv=@GEYݘ~[*4W{&O$Qyunֹ)%am|J?A?MS>- AiE1Ņ*TiIeƸhq&Ѧ9mfcpx<&sL%.?+VHB5^ +c5F?;T`20jQUIZm +j* ${Xavθ1΂`[Ee\K_w}ޒ$QH,Jmr +J؉vp}R &)Zg,$ݔp!Zo 4yA2]!R\M7$> endobj +1340 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [422.391 721.174 481.96 732.863] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.3) >> +>> endobj +1341 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [351.489 430.171 419.872 441.861] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.17.1.1) >> +>> endobj +1342 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.817 298.656 310.588 311.557] +/Subtype /Link +/A << /S /GoTo /D (section.28) >> +>> endobj +1343 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.877 285.713 224.96 297.281] +/Subtype /Link +/A << /S /GoTo /D (section.31) >> +>> endobj +1338 0 obj << +/D [1336 0 R /XYZ 147.6 748.8 null] +>> endobj +1339 0 obj << +/D [1336 0 R /XYZ 147.6 748.8 null] +>> endobj +278 0 obj << +/D [1336 0 R /XYZ 147.6 661.774 null] +>> endobj +1335 0 obj << +/Font << /F15 542 0 R /F38 550 0 R /F39 553 0 R /F47 594 0 R /F42 560 0 R /F48 782 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1347 0 obj << +/Length 2660 +/Filter /FlateDecode +>> +stream +xڥZ[~_a$/}h.$mEwƖx$t0 )Q6=;`L+) ira)DX߽J70Wҽe ثUKb57 LEsQ]"s!r% d&׿r Ta-eRoqbaM<;ip:l~b%KC?j[HȺA~&S "Mx3+`2YBRV!@Ujۧms目}\2eYIp2+ [ⶬ(uNiy +O}hdeР[8a_4mߣ_*OYź#_U8Yr `Z`-ôqUw8|/yBZsseQ q` |y'K}yɧ4%T;wîYwljoC kMVx:C=~ɰ ;M~73Yπe sE^ZZ]K!=T{%}ή(䴼ڡiRkTSvz8Ĵ>Sª}*S +J7uJSp0z4U=ٯQ&ğO?% +9 ODu`Yk3|eޟ$wqI%\=Ιxh srPW[5""od}>QjfL1;1xF©"Rv>@CK\<lCF1>_3qڡs吲oj+ +c%<#{d[ҵ"˳ew0"l9af9Mo!D.kzXR@ 4[0~Pn_š=*i) +) ̧6WǫJC x(D1ҎagdLᾗ +϶yw +M&9w" g}hj$9"Od^L ߳)1[Wi m^Qe9p(i&G&RSgp"`T}ݹGbc︒y";~c4nqu2FE.ʜ?BA毱<p&]Q8X`H8 +iit,V`pQ@wN<俨vwxE8Gng^wf1<QS(e9?}{d[WF+W +/t#mP ԸϮ5=XCvgsxT؉W>dI$!B%+#mUD%򶀴 M[ۀ]Џg2 -Ogw.( Xqr`LVMU~ކPԤ:aTV.?Ό<‡ǘe dɚ9byI]ǑFحs@]B_ Pm?V#UtŒ)MKhbtvvXvPf@=+OXeyr|~qim&r8\J\ोޏDZ,Ԃ)o"x7ZonU1BӳRSY#54IAYH]ɬc z .Js`vWQyr^nGRP~x+#k6@a]* iVs{-ٶ  Ƃm2f?yes9ėcql. + kď!YȮVmb_p0n?ǞZT.nL~F;g- k.߁-ԟ.鹰EXBmk~qO1}Qh8uR@aW>v\b A?*6Եm3kz>D.Qb~>-d_akvd{+\TjexӐb:h G}Zt,CO6mnN Iz߸ل"JőM}=kk1_}3%AРdL&,Y "ss.6dHؑů u/}ŕp^91ة8|#j2PiD@?9ܰos7MDSv|WD~<#X$'l K7"zn}_EįWy]+'w*?, endstream +endobj +1346 0 obj << +/Type /Page +/Contents 1347 0 R +/Resources 1345 0 R +/MediaBox [0 0 612 792] +/Parent 1333 0 R +/Annots [ 1350 0 R 1352 0 R ] +>> endobj +1350 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [270.74 433.986 283.641 443.009] +/Subtype /Link +/A << /S /GoTo /D (cite.varioref) >> +>> endobj +1352 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [403.571 276.183 416.473 285.206] +/Subtype /Link +/A << /S /GoTo /D (cite.hyperref) >> +>> endobj +1348 0 obj << +/D [1346 0 R /XYZ 147.6 748.8 null] +>> endobj +1344 0 obj << +/D [1346 0 R /XYZ 147.6 748.8 null] +>> endobj +1349 0 obj << +/D [1346 0 R /XYZ 147.6 611.697 null] +>> endobj +1351 0 obj << +/D [1346 0 R /XYZ 147.6 404.047 null] +>> endobj +1353 0 obj << +/D [1346 0 R /XYZ 147.6 259.187 null] +>> endobj +1345 0 obj << +/Font << /F41 557 0 R /F15 542 0 R /F39 553 0 R /F38 550 0 R /F32 545 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1358 0 obj << +/Length 3985 +/Filter /FlateDecode +>> +stream +xڵk +#_bgE|IT kh&[4>hm9rd-;^p )) $[&v9ޥ'˝pӪ(`:ZX*^|!DRUX-WK2R/_絁jVYprSJez}g/Y4)LSxFTIiEӵF0":( ( Ը|+v:[ ~3TlǪ[/s+!a!^ҦXZ3 Wk&>iLQ@B%Ft ie`,/OWݸCM-LZQxJǝO +BҚʽ,)D}D<Չø^֏<߲`Qk<C Gf#v +-E$j{uDS2Vo (s0bČMr+{Z5+|Lg8vVL나sߨ$Ϧb۟V{-sfs(X٢7^"ZPڂ_XEh{JPq1JTS%e3_FlqB/=4pVק#hxx&h*:*XO/y.dR%u*{F%;It ȫvR%!6U.qL#eqaT!A!񻧐he뀜M +~lR&iat4hGzdb㌎}Y-#wZ%Vi~G(~e!#ΑX.iLT +D϶+^mRdjZr)u@s 2$7G,Hظ"r/9l6v9Q?n⏙ y/! .74.KMj&F VE]rhHHE9l}ìaҬT +ztUp~=m9Qd"$k%-~|aH8zsߍ'9{8MI3a$eD]m%~<_w!%e@y[RAbI£Tkѣ &Hd}nX @q@$q w]/cvGx-a ))^=&iv.$þ|!ymvO +bO=Hv8d@Z.J>y +P#Cma–XFԜ-G Ӷ쁞Yzޖo)rL'u׬Iulc>Ҥ48s>qLX/D!>hX&& {Cuo&'q#NǺ0UHćb^=INsۺ0ӧ- ~e#w| n&! ]΀ ܸX}^qw%Xtpr}T]>0@QqOw^7Ls˔@\)[8%%iUcsm.<{OލQ-B6;\@z[ Zm0 +(2Y|DpQG~Aa4|T~IMJ`ՠֶHT.e gX,yh#q#$CxKcawHLv{|Yon:ut̐eYqP񍿲x%\̹z|/ +U.w6*WUt˫@2RdlDśķѩ׺C68t=asxG#EY:=$8#{'26Hvc"+S逇NLk|6Oyż-Zb>^uXQǃ~Q(pCSLD|V/7ĎQ0ϣ>ϔ +٬:mZFsԂfyE7 y\Ǔ}ZݺЮ{{,B?V.y3<%<4JRm; }vb]W# +'93-h- Qpn(@??Y7R$Vʍ|o Q =u.D8U]uO,^[ +82a_q]|Ŭ6v 3zZ#2r/4RG*fQ^V^ +č`P@yuoD<]+aw@YX-cIr> zK:[JIp{EBӶЀ i C"DvRi<[=pVMB:؜:6hcS(ҪYf@/3`ӧ* q2ހ :s>W'0Jvn:̥b5.r?}IBia +J{:]lHjUa;MDQ,wU`ד~~\%taZxƭw-x%Ti᪮g #L᧫{9^pDGqBqcɮ3_2*2"TA&e^94;Ox7z`K_@ν/jhEOJuj.bMaʵnݮ /nIO^kr0}Wە'e =4IbW@\iw}s}}ecȺ>>_a!AZ篇!$7_@wfd$ ]Y!n;Eb̐Nc-y!saG#=ft= +B vZŹ{:c!DZiI9D03.tj,GGnN$疨P̅Hw7$cr@ {} ꧎sd)?]6?6Jyl +lhCq+j@7IPݤK{=ƵTe= >V"7Bc#kv += {?y}vcɛã "|fv@'Ƚ%eJuNP@c;ad}V{2qoNh7K'^ܸ"n> endobj +1360 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.376 329.662 548.197 342.564] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.4) >> +>> endobj +1361 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [89.977 277.794 97.061 286.207] +/Subtype /Link +/A << /S /GoTo /D (cite.lamport) >> +>> endobj +1359 0 obj << +/D [1357 0 R /XYZ 147.6 748.8 null] +>> endobj +282 0 obj << +/D [1357 0 R /XYZ 147.6 748.8 null] +>> endobj +1362 0 obj << +/D [1357 0 R /XYZ 147.6 301.249 null] +>> endobj +1363 0 obj << +/D [1357 0 R /XYZ 147.6 283.444 null] +>> endobj +1364 0 obj << +/D [1357 0 R /XYZ 147.6 265.411 null] +>> endobj +1365 0 obj << +/D [1357 0 R /XYZ 147.6 233.83 null] +>> endobj +1356 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F39 553 0 R /F48 782 0 R /F32 545 0 R /F42 560 0 R /F20 576 0 R /F18 573 0 R /F25 580 0 R /F52 798 0 R /F62 982 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1368 0 obj << +/Length 3580 +/Filter /FlateDecode +>> +stream +xڵZݏKeଈ%)rm-   +g[$e|lٴg8S e]Z,-r޿[%MUl8+U^(gҙV!їoxg?˪B.|6?$ʖ?>Wa9UԪr-vQh8o}}ǞVǥ.iU%?}?x0=şQ#IJPy2i[vwQtSErb>θd|n 'O;71_-UFߠ_3zt fxb fr6uv]YƖ4UU;4jr[yln 0°*-38tyGyk. X:-l 싅e~Wd~Uȵ_rBmcTIKx`iD+/U=ۆGE`P +l$˲[d%yDWWV!ui :2(K k\*RWZNCsT(+uGJi%vlu  +RoY^ؠzO}TZ~l&Vb+RUj}g(V >YTƆup5"Mh~ĩ3l pl|`+F-ѥV7q_KNS_ `jgnLj&KAyx!Fncf%ݲ40L˟10!@.Í^P)Ob?[Hl#> +dy֍ͱS "X#s@ꪪvJMxll˲"d7dMg`abeIdZ3_J,c4~#IwX}gMMj*SͶ="gsHA^ bּd):g8c(_1C51, f_X* +*CnaFGZ1MKxt4m=}Ӣ2)4+iGٲI~Htl FiVwU\/Q/œPtщ#SzC/S]Bs{gb343uq #{``N AH{ԙo?gM E=ƼJx #zL|8cr]2i(W"ri^>TG$>"ffR83,v!=@E}tޠ=d;3d%_ `|h0T}(}3a+<_%*Zƛ<91&\۟[KWpRpg3OpLqd%V ++.ɘ8M766^]7n'A/o9t!)|=Y6Z:c{vIu8|)Pf[X?e8G9/PT.C\WMcތ .Ou_GD3ZZD԰Io]篈+mAJ޶\ 3qLXTYC+&D6~SH/5t!:~H4<38@jSM>tIcTp&팚{e̱;u*W[HvCŸ14/҂ܲTbͻog;*D}R zԈݜBV90mСڰP3~ \ݪϴC }Vk&M](2/OZ4sy+&ii֢ ߞƖ[~)f0@Um;R;<* I|td ^VnP zd&o ?l0t74UIWq +{[[9rb!Bl eqfg)r]>ß+ FAI!YTibza߻QQiG9 ]i߈ܔnjoP.]DՍNʛ|K\~qgs-찐Yl6/40=ꇈX7I +;>N]9؄f @r/[2b^zL%e>mEv]o)EVOؐs]|ad,7@P? 1)Nc>بtCUygjyO3Hb + `+64K5I+lj* Me< Ⱥ*}RU5X`BeLX%_TT,E}CɠvE2Uq.$[r҃FJrm\5 vf2p*nZn/|ʱ,/~tK.")$Q/7QsѤoYH⬬@⪮b_򗒂endstream +endobj +1367 0 obj << +/Type /Page +/Contents 1368 0 R +/Resources 1366 0 R +/MediaBox [0 0 612 792] +/Parent 1333 0 R +/Annots [ 1370 0 R 1372 0 R 1373 0 R ] +>> endobj +1370 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [261.24 707.625 320.809 719.314] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.4) >> +>> endobj +1372 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [281.91 656.218 333.297 667.907] +/Subtype /Link +/A << /S /GoTo /D (section.18) >> +>> endobj +1373 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [480.059 456.763 532.094 469.665] +/Subtype /Link +/A << /S /GoTo /D (section.18) >> +>> endobj +1369 0 obj << +/D [1367 0 R /XYZ 147.6 748.8 null] +>> endobj +1371 0 obj << +/D [1367 0 R /XYZ 147.6 675.246 null] +>> endobj +286 0 obj << +/D [1367 0 R /XYZ 147.6 587.146 null] +>> endobj +1374 0 obj << +/D [1367 0 R /XYZ 147.6 288.701 null] +>> endobj +1375 0 obj << +/D [1367 0 R /XYZ 147.6 259.308 null] +>> endobj +1376 0 obj << +/D [1367 0 R /XYZ 147.6 140.985 null] +>> endobj +1366 0 obj << +/Font << /F42 560 0 R /F15 542 0 R /F32 545 0 R /F48 782 0 R /F39 553 0 R /F47 594 0 R /F41 557 0 R /F38 550 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1379 0 obj << +/Length 3526 +/Filter /FlateDecode +>> +stream +xڵZ[~?9/cFҷ)R@lIv-D\IΞm޹%ޞ %"ÙoJ+i22|;KVw=EG[ 6ûo>J(b𴒙yWDnaPm~}7uTJdVܔmr]էOօ]6*_|6[l8ހzMow%Cݿc[pݔ +Qm->AfkYzv6UB+PZZF<0,ZN;"RC^kHm>6 eU <$vݞWr #c (ta<Rn_&RHU b5/QN:S6YfYie$i?C5қԮ8fk (cmigмY֒Ls}-)3ʃhQ ٺKԧg0-E;+ 20C2Э6nt.pu e=l6fR+4ˡL.OJc?:wR "طP`% h4˗L|pƗu@Oէΰ`taDO6e5:kzKUVa0zQ XL=.inLMcԠ$fع`a?ӁW5",9YM^O?GZ v͏܈C4mp&g"њ%w~azR kO;^>؞+7qUL-D+܄%_@"IUZ[ƿc;1ֽ̊BɶE>e +/ b7Լ]DWc7vD#4C{8ٞq%C^/ڤo`ꐟ}ᦗIYN9+iMD晢Z#66PYxO+;uآT( ~ d_-~8ƂO`=Wsٌ<*X9.w6F +e?3uڤX/==J|0R::29m=߽hd4uZnօBiAptd0΍D Y&qg>&/I2MVe 9킔Z2[K41i4.9r?ʷL9I!I"y 9(vx; +`g@qX)@]_-f]*k`mmK p#: D *7 E%&0@¢r_Aəw>ZΞC[7i o+ӥ_ře .T ;P3$n)-r)0lS02 +I &%$3Ƒ +ҤMQ@fz廟ht砗c({}l\] pG(x: r4nc+y(͹ct$_,QkFSwoT\EΞp۔!MUm…u??T*]g&34 r;+fIE>^45#aF =Z 䴢1 ^ʞ1 k;&snVlhBCZfIAtꈇ2KбTQDXj89M-]*\1EĒ:[ѿ`_%y~8-a ㎙aE_:qPX?6c)fKUyT[Gp]âJ!h_.amer;z[%R\/:ԓʲSU{<TEasjK |Y +3J[K3or %qX>m埖]ptΛs^3lUnb6p2 ǏSvcOamLIf,5ՖݶPZF(5-B`hOT +HHaTl XZe+Wñ |tA >U6vx;vENg* E` E]nCPtw6EsPi>a&&v~3mI!ߜ>bE4/Rn$u75 M;.C:2˶8Zgy\D* pd;{>i =lMͤw~厳N8lf vw>h)u:eJ,<>RЅ.S\Ė >5%Uǘt8Ve\_b`250mrj>qV ^B55=3NF6C"1ܾč 'T(0}9$|Vx?凂yr.k5o'ӈU. , ߡcR͂(p__Ɓh#KwKգ^CVumw}p&sM=dvy!ߺ|t6*M"uէs%yT?x]9G<;VL/]Jl.ǣ*L̯Sv> endobj +1381 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [244.625 494.316 305.25 507.218] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.4) >> +>> endobj +1382 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [375.22 435.636 436.694 448.538] +/Subtype /Link +/A << /S /GoTo /D (subsection.18.2) >> +>> endobj +1385 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.496 175.127 548.197 186.817] +/Subtype /Link +/A << /S /GoTo /D (subsection.18.2) >> +>> endobj +1380 0 obj << +/D [1378 0 R /XYZ 147.6 748.8 null] +>> endobj +290 0 obj << +/D [1378 0 R /XYZ 147.6 354.228 null] +>> endobj +1383 0 obj << +/D [1378 0 R /XYZ 147.6 279.934 null] +>> endobj +1384 0 obj << +/D [1378 0 R /XYZ 147.6 209.826 null] +>> endobj +1386 0 obj << +/D [1378 0 R /XYZ 147.6 162.574 null] +>> endobj +1387 0 obj << +/D [1378 0 R /XYZ 147.6 106.016 null] +>> endobj +1377 0 obj << +/Font << /F15 542 0 R /F38 550 0 R /F39 553 0 R /F32 545 0 R /F41 557 0 R /F47 594 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1390 0 obj << +/Length 3536 +/Filter /FlateDecode +>> +stream +xZ[~_% fċHommEڝId[k[,tBJn7[ `,we'g8agwl [{TB;%r̄$tFNN;QDzg8,L:/HqSg%??|C7ZY̒, b.]l۪_h?VS& MuyI]+f]*{T+7 +Mձl`0`_9.uQ_q\H-x (X"뗦㻙mlklCf-Zp#@;LUy PxJIἚ)4?2@F=oEf%6kSPw]o73A +U1_s x ۆ3k:,LDS-3E.a훠rڛ+? XpD>!V f'6}U6Rxe= k7ʲCoJ;P 46.!tϒC+FQTKEt!W JgUޞOj'#Ʉ̵فSO }\tUCy\S8Dƃdoq늅*U2Jҁ*(4M5aP? +~a: 8CDp0#Yi/!As*3D g0K`Ѡg+`M8iyEHbӽ3 H +v3txwЄ-~-"GNpvw0r⭷d]I,X 1c ^/D/63pE{G Q{9ڬ%0]*oY Cf |bĬ)ˢnx \ʵp`!W9$c~[P + FCcH ܰ Cp|^ +0@eJ\X6޳=S ɊB]:^sCpk4|,CM <ؿ;2/8e /o,SR^ٰbc$\Hk>I$|$Xpʁ!{ޕ(!yW]$ģt`)/Ҍ7rXj>W%.d5PCA<;|WudimA ~ PBM*W] uUT(xhv,9#Kѹ(:0&1˾euֈy=Na1; +]Himڭs!%F \Sm,i4˂fu%>ϗBu󋘄iǘ,PH3!%0Ոeݶi:|`>w7~ʃ5pX$$AGi0 UFE 1`6?*>]66lݏ?g5{δ/fO p/mD:y$4(QWt҅PHё8XDܪ<E&uH ?0׈asvݎ l:s7;п(c]u!pB8K§<%|0"^\%3Xf+Ն*wZ;*(Ɗ"S_F9-xop0 + wোp9- s~^18 ӄAN0uĀmWHu 1 #"5A{iL$ĝ> endobj +1395 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [344.427 615.995 395.102 627.684] +/Subtype /Link +/A << /S /GoTo /D (section.21) >> +>> endobj +1396 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [252.75 428.486 290.113 440.403] +/Subtype /Link +/A << /S /GoTo /D (table.6) >> +>> endobj +1398 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [236.845 121.905 274.656 133.595] +/Subtype /Link +/A << /S /GoTo /D (table.7) >> +>> endobj +1391 0 obj << +/D [1389 0 R /XYZ 147.6 748.8 null] +>> endobj +1392 0 obj << +/D [1389 0 R /XYZ 147.6 748.8 null] +>> endobj +1393 0 obj << +/D [1389 0 R /XYZ 147.6 721.943 null] +>> endobj +1394 0 obj << +/D [1389 0 R /XYZ 147.6 645.577 null] +>> endobj +294 0 obj << +/D [1389 0 R /XYZ 147.6 573.929 null] +>> endobj +298 0 obj << +/D [1389 0 R /XYZ 147.6 462.658 null] +>> endobj +1397 0 obj << +/D [1389 0 R /XYZ 296.882 294.856 null] +>> endobj +302 0 obj << +/D [1389 0 R /XYZ 147.6 157.141 null] +>> endobj +1388 0 obj << +/Font << /F15 542 0 R /F32 545 0 R /F39 553 0 R /F47 594 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1403 0 obj << +/Length 3151 +/Filter /FlateDecode +>> +stream +xZ[~_!jc.o@6HP)vH˶4{..<;ݗb/!yw.$HY'TFF{hFne-6VB6()8\*IqƉ*$ͫ&2%&E*1Bg* +4w۟W(cۢ.1cC_wmVlꏿKa>kGȎpEN4 cbCzյNW_bY {[7 YGV<|w7 Cg̈́ѺH)M&$J2'c[g}w},[FFJhߟZGkCufW-v=t $&_exוPYoQysa"&^IKz>K8zt&~$Qⴐ6/>5Ȭ0f ]9jdw8c-kZiW1\6A$#'yB /pCX4yGR ^2"fN%KZmqFl^MPz[{š$mq+UeR@E4'ap[㊽)6#~w#C3zTm!e@0Wsh[PrlilþL#La})G|Y'cfWt)4J 4e٨Tr2099:9uRZ}I:yvNK |sLEN1'zJ}aTKnTˇӂbՒ?pHp{PyG.8$ڀ*-ep 9٭SP7eSVM htE?@&-0yޣ}XB[ s5i ScB K;=@.+uQ*Y$tI˖cçmRfzÒ݄*oԮu-n 3Z(XX\߯=AsǞ4/i¹jmR?Rp'K6pAۂZ7x8\?Mӣ )uƣzB sdoDӁmX]T%+.\-*MuqMٸҶ2 +UeM,k-+|7a' pƧ!GZ_]nJ`. v +Mgitצx#kD/4dz}%חF汅Qk%3aaW wIdawHO09ל%2zlcscsɱF%ʈ[0զ$8\f@vLaI @i` .6 KlK[c%^y6 x5zC4x&iZOIצA]Amչw,cccc`Z󟘇Y P#e1j˵Z&҂WRU*S2.2)ЪI\l]d.7>{a/}1̧0o'1!JDF^5-W!{Fgblªi9"s=N4*Uj&ghz,2WK/OF-%i}[qc984!s %]sn?ac7C"ʀihAf4v~3/2~Hp +tϿۍGv*pˣ1K/La.n/O>8E,>9.l%?~]SKS{Q moVdpŦ='$d=tm>HaʻujV~|xmJ~w +A>sp}ke'9!FO3TL&Мe˄KS7طTLa5sB;H^5?vX{9+Rg"iB/)= r>x $0dO(DXxI?7p}3)-۵%Ł4u^J PS߿o6-`dza(3uqr{6c21fNoCq8bƴQ 21hh. e]-T-„c!s*BHԎ^14%Ŵ un1n!PfDdJv"sA+H !G~lə`rjZ:fb0ZP);;Spx}~?8Kw +) XpD;02ArwCs46]M ap[P4a~ >oFkfShܺ|EF } @ QŒ4 dd*se9~E&a?]1~ NlIhYayˀE3C=כ+*?~Kz*O[8&6&f xdM[g~f-_^[?2D% Fendstream +endobj +1402 0 obj << +/Type /Page +/Contents 1403 0 R +/Resources 1401 0 R +/MediaBox [0 0 612 792] +/Parent 1399 0 R +>> endobj +1404 0 obj << +/D [1402 0 R /XYZ 147.6 748.8 null] +>> endobj +1400 0 obj << +/D [1402 0 R /XYZ 292.897 711.018 null] +>> endobj +1401 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F47 594 0 R /F41 557 0 R /F48 782 0 R /F32 545 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1407 0 obj << +/Length 3252 +/Filter /FlateDecode +>> +stream +xZ[~_`Wykh<ƖFlˑο﹐eӓf$:;WYJ3* +7[ Ni=L.MQ=[g- lQpZࢿ>}3|u",yX$~lݯzo}HK +SYB{\s]{ WY%|`5ò_HHݜp\{>Ps_y xF|Vȁ}䵫;|?p~K5'EQJqEz7 J87- 6/԰,hM{zs RiiACջ3>{M=HIԅ }{|A +Jڰ_T_Q.аfYQYea +oG^xPZ^ .sEF"}Adytͼ>1~SxWΗ(]}jh PO=^m_&4xj~qԻ] 3S!v;4hjKHr qIzXnzSֿ?,b V +E}($|YK-F6& gC0/xm>"ȇjE hSM(/^ #}ATz>:33ݞx=,R];~vt}fV\iqKu/!Fhkf$.]\v3BOqσܞb 4RϷRYebxix⬂K7y*Pn|E +gSp"@ ͮ2HWU΃ &ݩe_s_tZ?$'u(+"ll{r2Vt"4-y(EUW46PICSH_0#\F47?n1"}ȃ KO\sasYk)>nÒ;v(\ԿaޖW[Mec%wB(zsАSᡓD_;|ֻqxBm4T0I'′eY91ei6sB~ qDA8œ35rEGgKˤR&8UcKS )= Ba2T +rjIPKEOcI]SF-%4 +|A4 8qqMy$3n/j{tIܒ4|?I_qv{ikG :hʻ2SE#MZNAzo-L">ÍChBl+pbqKr\*+'<\wC0`Zk㯼v +`E7P;|d(-`(;I,Ę[@ jnQ{tUL5׷R]c+ D;]jihp%,2d +xeɰXۂGU0BKr!/io+([ȔюB F7noV!8a&M0Enq"YBI =~ dTe`D~QH"?TZ!V +r+J#C`j?BxwT TЛv CH.icR%{I#+Y/45\ZreBҥ ChWOUʎHtdF +'ER71jp2jEI XA]~Ph+o!&"_fzIDxtBKo)h&|''Zd}i#\pJ[Zo, +5#Ցꅠ9r^gLGdOVC.6uh!ɞFg/ux,+w`KeڃOK )ya^"PQrnNCUxs'l惹ԱW& +g#By.,'qjW%lȘs,n:BN<]wMFqJCŁހ&iu<52geӬNZ4vRMrN/#J?ZZBƿƋwN%0|zM[mͯBg=ڞ3ЅF9 +O)L"Q.iHT*qMSOpT")'oץBMUME.=Gv<˼#E?e# +U>Ǣ\ +c2֨yYHPfUκؿ"8RX $8Hd2!7,C1;_]Jg @;+^"E('l}M'UNbg 9AM8|ŽWJ \;=3 +"?dqendstream +endobj +1406 0 obj << +/Type /Page +/Contents 1407 0 R +/Resources 1405 0 R +/MediaBox [0 0 612 792] +/Parent 1399 0 R +/Annots [ 1419 0 R ] +>> endobj +1419 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [306.103 87.926 356.736 99.433] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.1) >> +>> endobj +1408 0 obj << +/D [1406 0 R /XYZ 147.6 748.8 null] +>> endobj +306 0 obj << +/D [1406 0 R /XYZ 147.6 382.916 null] +>> endobj +1412 0 obj << +/D [1406 0 R /XYZ 306.958 272.932 null] +>> endobj +1405 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F37 1411 0 R /F36 779 0 R /F32 545 0 R /F47 594 0 R /F38 550 0 R /F20 576 0 R /F18 573 0 R /F25 580 0 R /F52 798 0 R /F23 1415 0 R /F21 1418 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1422 0 obj << +/Length 3666 +/Filter /FlateDecode +>> +stream +xˎ>_AD+_$sx9$ pfSBQԣl>4Q?]մL'iʬHJc3w"yI?i5aJ)dM?̬tʤ^v2:sl?nK56BkO"2K;kCe^eI ?su@N8dH9<<2!=bgJixV}s?H&*ɄuDF$o))Y9"sgX.O"\wV@IBY %ÚW()3CНvʦCߵp~?1;UWg^ȋ~@^YaC¿N2a42!3 wH70\]A.,(mU+_9WT`^'Ӑ_N-^GW ç SGURf$~E2Q UnpX<.' +(<8L[Bx1<__axPdVNgJ\m@i )FH~S')wCnp + pvm{GAlY'?l{w[x}좱 t'~!GNJ>x( &hFB,8c6"O}+"n+v4M;׽"Wh5he|u a Q[g^!iU y9VIֿ(h++ƲGcA/yIkX?Q1tm4͏TI_X&{pɨm~E?ֳ}xSՒO(#ͅײ{flb54ݥN{0Rl& K+$g`XHC3"!M?v}H6TS7r;˳e}ئ# >Y 5»aH;91 +DpkMAܘ!|IrpN/K<}d+ONUE HbcGX2ZLA:#1ar(T],gN܎g%Flb S01tʬ/ {uߏX<[LQ~cJ0%vVl/#[ ņ@gȓ\L_yȚ˓62oMC JTRšW0X@B [ `3#&9Xt LBj&BLش"q$˩w-OG0 L~hfȒw Po DvI4Uͩ#v3P{ +SL|)`IG +[QiE|mI#k_iUҿ>O +`LnpbR"tu>O+NnN<9: ɥ:ԙP0W7PಛCifJ^M:E} I~;j}D2ϕS[І=OO"JoyTXK?7>W%o \c ,)mWgKCb!I"_^Bpyoimzlt;7O޿ј"VaiHcӹc+b2`Kq߄33ŵo!M$+,UVX M)6 YagΤ'@}bb|g5}?S`)ו~2 <7<4mH}EQ~ R%(AK˒l)Kn%7v[!ǒF/re [9dcMW>3j&epjo R ;{EOU-[pFTxˠFg7 I3EB+,Y?"%endstream +endobj +1421 0 obj << +/Type /Page +/Contents 1422 0 R +/Resources 1420 0 R +/MediaBox [0 0 612 792] +/Parent 1399 0 R +/Annots [ 1424 0 R 1425 0 R 1426 0 R 1427 0 R ] +>> endobj +1424 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [223.859 690.972 262.795 702.661] +/Subtype /Link +/A << /S /GoTo /D (table.9) >> +>> endobj +1425 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [267.968 514.801 306.037 526.49] +/Subtype /Link +/A << /S /GoTo /D (table.9) >> +>> endobj +1426 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [444.509 501.252 488.538 512.941] +/Subtype /Link +/A << /S /GoTo /D (table.10) >> +>> endobj +1427 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [290.465 421.551 333.226 434.759] +/Subtype /Link +/A << /S /GoTo /D (table.10) >> +>> endobj +1423 0 obj << +/D [1421 0 R /XYZ 147.6 748.8 null] +>> endobj +310 0 obj << +/D [1421 0 R /XYZ 147.6 748.8 null] +>> endobj +314 0 obj << +/D [1421 0 R /XYZ 147.6 724.248 null] +>> endobj +1428 0 obj << +/D [1421 0 R /XYZ 284.975 352.441 null] +>> endobj +1429 0 obj << +/D [1421 0 R /XYZ 289.258 179.091 null] +>> endobj +1420 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F32 545 0 R /F39 553 0 R /F20 576 0 R /F18 573 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1432 0 obj << +/Length 3368 +/Filter /FlateDecode +>> +stream +xڽZ[~_A(Jјs#}JMh}䁖+P\7{efHzpx8s\sF2L)D l7Yr.Kx-Z̊̚d-3QrL3F id]B8#ۛWuur{ Thn?HmۺuiE^6nP7>yw:ק+~0#}|_;kiT}{:-jZc3H<>ZAc4Mlyz0(8#~B;lbՉ5SWѷWYU{ǟO,ޠxp,}X4qmt9*xDK+KO՞P{U9v/#@6P[|^A֍O9\as?ھ鬹 am\p6SG$P12`I6C2P2햗H~f4*F8@"Oly-< +ԣ)l0хLٵN;'`]4 eIs!"6C, /LQ jqb0/&x-QC.bb04{ =@7"0:r۠ҧ=HƈZؓU\-SjsD _d ѥKa x#m)ޛǛͽݔ԰;gI`0(?mwDcqSlgSۇHFB2ܒ,,mEċ7㋒?z +K$IrtQOÙ)sn`b(ꮡ14[Ezd}]u@U^ZM{Cɫ{dmCkb 3x5vNl_'?׼?V9PcsSGW8sG Gfcb8 A7[`|Эc=;H^MK>l^rq^f-mx؇#T,a;DirN! ++ߋD/bn,*+\-Pa"!$Kt#]AAD8&kExK)JLh[Z:_zܵTp0;N=UyѭE {Q܃~q03g޿6h,A9ڙ}#6ۆ!Z!p{xA3?RP!/i~i(\&pX +or7W֔`jό돑0Iِe7T<P>}+g΢W ssp7K\:& +Y+3U0pW%߰"7!]ˑ4t7s>W=ϨKT*;HVe.8HVORjb>>f@pj@ +P;D-l>kqH0 9bBiOd0jxG%\;C )a+Bg1cFw氼0v O. h CFp(`D?P*endstream +endobj +1431 0 obj << +/Type /Page +/Contents 1432 0 R +/Resources 1430 0 R +/MediaBox [0 0 612 792] +/Parent 1399 0 R +/Annots [ 1434 0 R ] +>> endobj +1434 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [474.27 310.711 533.442 323.612] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.1) >> +>> endobj +1433 0 obj << +/D [1431 0 R /XYZ 147.6 748.8 null] +>> endobj +318 0 obj << +/D [1431 0 R /XYZ 147.6 678.013 null] +>> endobj +1430 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F47 594 0 R /F32 545 0 R /F42 560 0 R /F18 573 0 R /F20 576 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1437 0 obj << +/Length 2723 +/Filter /FlateDecode +>> +stream +xZݏ6߿BobVYrhqwp@-ǖmoCn`-p>C' W93I,rw%kiLgSSksv7oUpΜC"BsұLn>u2-<-o2)BgYZxh:owgWWw?|wN)$SN<oȒMƤ#4>e_-x*DSd3ObY׸̟[YIeLvM7ϒ:ԉca26p']lzORrP< d7Lˌ5q;KVFoF8bs| ?LD2g_*PI&Z3\%sIL.3ise2^I_i;w 鄋' +H)i NI iPC"n6%MBPSӾ/%%>^U)ç~b "G M!|F~`^/a"Hpw La('DZ;p@U'x6B1ma6/Ќvi\vCZsgJE#zŶ)@[#5ڗdJaE[OPsFV;!Qǽ tA;6B,tK3?mp98,>z©0m lth׸8lP1D)'ֻ opխcӮz~"Ǯݠ+B '&Q|xO!xڃ u0Iu|$\m^AQ!+(FjN0)^a@cLVNDPL=Kf^q1xOC%J8Ȕ|~6~o~ؙ5>IsVnfS)Md..pMZ=6Upf5{eزشQ~q7m~-~\;%DRLm ޝAJ +$MvfCrL݁vn&mڶMز-:~lzBo(-=sfTؗD*C9Fw~p~Mqa9`uaBݡDy4BHBhb|J `G0>=[`|?ex,:LPQa.j +qhܺM"SDE*Rj´88~)|a,$6XPcQco] [0Ef+je5ˇ,@>W˝^p_S{骒"@ju)#`cʱ,vS z + %ωqg3 -?v/P-WN\Y[R=V|>r T?{8-КKDb ZLFf`5sMkP%GÄKJ@;huOi>twKz 4Kq!9<>pȱc^e S]Зx|SBÕ!P#m/:>*e/#30q42S +b'=Uendstream +endobj +1436 0 obj << +/Type /Page +/Contents 1437 0 R +/Resources 1435 0 R +/MediaBox [0 0 612 792] +/Parent 1399 0 R +/Annots [ 1440 0 R 1441 0 R 1442 0 R 1444 0 R ] +>> endobj +1440 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.523 696.737 541.821 709.639] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.1) >> +>> endobj +1441 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [497.969 622.609 548.197 635.511] +/Subtype /Link +/A << /S /GoTo /D (section.23) >> +>> endobj +1442 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.149 448.366 235.475 460.055] +/Subtype /Link +/A << /S /GoTo /D (figure.13) >> +>> endobj +1444 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [187.987 236.817 235.151 248.506] +/Subtype /Link +/A << /S /GoTo /D (figure.14) >> +>> endobj +1438 0 obj << +/D [1436 0 R /XYZ 147.6 748.8 null] +>> endobj +1439 0 obj << +/D [1436 0 R /XYZ 307.281 752.984 null] +>> endobj +322 0 obj << +/D [1436 0 R /XYZ 147.6 564.613 null] +>> endobj +1443 0 obj << +/D [1436 0 R /XYZ 317.135 432.642 null] +>> endobj +1445 0 obj << +/D [1436 0 R /XYZ 317.135 217.506 null] +>> endobj +1435 0 obj << +/Font << /F47 594 0 R /F39 553 0 R /F15 542 0 R /F42 560 0 R /F32 545 0 R /F25 580 0 R /F48 782 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1448 0 obj << +/Length 2706 +/Filter /FlateDecode +>> +stream +xڝZo6B(p8-ećH@?^Q\S(䃼w쫒6n~3|HcnҒÙpBш +EdDFhJ5 i5L'SSK$IE ѩiFT0B+ ?^zu<}iyGžx\v|?q_O?E t` Q%mE-fcVw/\cly$n<x}'ӯ4BS%7HaIFRnVnt,#Ib4n)Q`x"vX,YߟuXҸa@83argZƏ8L-Bhq ɭ{Kْ*ALC\tޞ悼' 'H&KH $ *DIȟŏTw[qloՁmBSsa-mAWȹAJ>LIҿ`?)/TBΥ+03 <0e֞=<{Gx $쨆%+8`՟!/9q;|b@bb+Hb4F4x$i gg5)q,e@6.v'XێAB \dfv8@nVN@%mq`Qfk&+wLߖk[MfV;ģ=m]bٛk;26'Rid},~:l gקʟw8%bOU{\2h~B7cw_{˾-lhrl>\]1٫8z 87-"oŵl6cK€z\qm(tJD֋ˀfH?P M)L-.{s&*yK,ФK`PQѻ5ǂӦV:3HDZp,<`xmq{,0C +ʻY;n'^G̦xKW&&8bޣ'XA#(BI ;>$}x e˿ h"׏=4_.4Mb䝫D)tKǭ>1H]~Q?O|mEӜmDL H{ľY縮[XGZ _ELnc6G=ķmf|i(HS+&\%{g8s +ƀ"Go.qvi $3Km/p^`M;іhL! +1ࡀ%'t=+_r%N^rxI׶d2>>8|(v ߮'=C$f23~劅!}AUFwqkuET՘J +&ةg4^iOT;>j]6rܱ.clgmھ͘عF:gΓUأ #ܓTC)`#@Oendstream +endobj +1447 0 obj << +/Type /Page +/Contents 1448 0 R +/Resources 1446 0 R +/MediaBox [0 0 612 792] +/Parent 1455 0 R +/Annots [ 1450 0 R 1451 0 R 1452 0 R 1453 0 R ] +>> endobj +1450 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [399.616 635.79 442.408 647.783] +/Subtype /Link +/A << /S /GoTo /D (table.16) >> +>> endobj +1451 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [279.53 606.633 292.432 615.656] +/Subtype /Link +/A << /S /GoTo /D (cite.topcapt) >> +>> endobj +1452 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [188.71 419.013 236.597 430.702] +/Subtype /Link +/A << /S /GoTo /D (figure.15) >> +>> endobj +1453 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [421.756 404.858 472.839 417.759] +/Subtype /Link +/A << /S /GoTo /D (section.20) >> +>> endobj +1449 0 obj << +/D [1447 0 R /XYZ 147.6 748.8 null] +>> endobj +326 0 obj << +/D [1447 0 R /XYZ 147.6 563.144 null] +>> endobj +1454 0 obj << +/D [1447 0 R /XYZ 321.506 356.936 null] +>> endobj +330 0 obj << +/D [1447 0 R /XYZ 147.6 312.102 null] +>> endobj +1446 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F42 560 0 R /F38 550 0 R /F47 594 0 R /F32 545 0 R /F25 580 0 R /F36 779 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1460 0 obj << +/Length 3282 +/Filter /FlateDecode +>> +stream +xڕko{~q +/=>nݢhXr[Jew$%Ǵ7E&ghHO.EM!jw.`7-버4U-a_n~zo򅔢vq\F.ꏉ,oe"ۥ$nJhK}f98Ȓ@ּ7\긃w?v!SQ%.id|vN~쫶O͗c 3=8L&jű[B+KRingXd'JB&,h{?HngN6<&[0'wנp~8ʁ$СO@%2g:Y7-x_ur{K0$y2JXy {jaM9!B9,D^N9gLgzхv2y +ct 2]]F!3jN4hEYpѮdz-+_`0\\F>k7D@tTn=,;6QPȻ6M߈O?Y8bV+1{ +w0_۝hgݸq=$&s3wfENptBFh-9 +qc0ԲbwV`{dA4:;q${,YUn=P8Z:W;BnBOپU"mt}Cw sh¿ݞ׷ 땩ǝpOW@+0vaEAQN? RhĈ$}q Ƽ= 0T!E^!.l}$GGt~R[#rNO8{+n@v[tHVCy\TBRQ왢T4ā;y৉O?m1`}V~l#}kK4nה* +6ӻ۔=-۝H9+CB!W.f'N.DȯrEwUb/0Ul0e2b)KG8SM$MeB2 nGFKM²g?S<سns sK0u e9 U20-y뮯!U>,w=_cTsoC<'YmA U8$}KmJm\gH-4֐] ?`$1>""j?Mڂ$b$\Ԛh.[詆$bz^DŢE f8n]Hڮ1N3t*&y@t_W3K&1#kfkjLJc$ÒF0s9PE8//T^`im.hay]Q10XV+m?O!J$ԍV po,s(`DRgJaLԌФVhӃI&V0(usש[ a %on=4Sz3wE^i5a!/WY3'}ڝ̸ȺZUP&+_GT zan[dNѓYT,g),ѵz wUP}U&Wq07jK2{8vIE.ʜjYN# + +E/&XuLB8ec5jo 8oP'j;}P܍\-!Z<謪YWiPY{8 NF fZ)KmP򺲕N.X(vE3]Bg +f AyT|GE~lC]F}[WY$ᠤBO"ևz²6Lx'2n%u}G>p2ȖrO 24Yk.ڮ#-ZJ: C$pw ~P A{ev8RҗE ?ߤc(rDp߷7nuV`)Zta2 +E ]T \8@- +>o2\U;O+웾 YCi릧B@WJ3Pi(9Z sj9 T6@I( 35^I95egsyͣk}3ROJW"^V>,q9xX +jsw8cuIS;Q|Gw9t @Ns+6SsB 0w +)(J΄f$!өC/@[AVYCu= Lr+3GИ  j8n7ʥ45epDhDxM6&ܳXS#T\ҏ7Dt> endobj +1461 0 obj << +/D [1459 0 R /XYZ 147.6 748.8 null] +>> endobj +334 0 obj << +/D [1459 0 R /XYZ 147.6 748.8 null] +>> endobj +338 0 obj << +/D [1459 0 R /XYZ 147.6 309.993 null] +>> endobj +1458 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F38 550 0 R /F39 553 0 R /F42 560 0 R /F32 545 0 R /F20 576 0 R /F18 573 0 R /F25 580 0 R /F62 982 0 R /F21 1418 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1464 0 obj << +/Length 4402 +/Filter /FlateDecode +>> +stream +xڽ[[o~طj"t)Ї4)M<Ȼz9 )Q%cDfr$6 Yn2ftlO7>VEУWf׿ۛ/ XJ{\eqc$NVD] aS<)/4ѹ6=#I7n.6gn/TEҐ~N^Wv:#K:D=8PLd8A/[p>8q )^Bƙ20=٥A@4}R/; j[cy8:۷8;ʦ$u O㾍4U6u0@Lˆ2I~c¸@X{X={~ (8z -tFﶹ"h: =T]y<9U/+W09A*K q^)Pf4H84sק]im~Nw󥦀_xSb%ƒ?±^w*JC!jjbZ@kxM0M}N0v74+m8td<,Ch@ucCElxm_E}Myjk43]7 * 14J.idٴ)`C6/A13#f9hF|n p\T*#f4hJJiw&DՉg}}@ ^t;!:KEiEEO4ޠza|vSl?xŒTiͺX=w#@(,٨_a >Jo j}3r7*3XpK; 2r'P(14]SE8iAS|ؐ'qeg iR?yQ!4rTBl'/rf4kiq) +*m籛SvjlҬ˛r_@#vP?6 l|Ky]><)tyS('u.46+rC F)X4vG;* +jHf"֯ʳ43\éL$Rښy2;9#[C+A;l1JX%~Z6ezDGLo3@jAqVqNcْ<1nlOf)-k dbl>8`&ڝ(t{w&Hh68kީs4;(ЧB܊7hEώ,H +lh3d nKH4 ϖtRظ~-.'xn6>.p0(CB|-MC,A:]3=]/ m' + `R]Ƌ` +Z"Tk H%pxXE;- +X īY^ |TNs?-qoḢonDD}rٻI[iLY \Pd|@AFa(^c}I8D:?eɨ4( %fYin8=Ң[lp*)p|T8dqFe*B$&B:>K,[eLt^`EC=R_ z,J}҈דE&$0Fk,$eIsAE;餯ahf]@EӑeL r&W 2p k6vXéF3z ldA?628e{< 襤O|t :'j[[\f25Lt4%"wvh-'.O)b#S űc:KZ:4 g~64l3_|O08{KԙH󉈕g՟S) i2{hh2Pu5W %Xr\LK֮@cWv? +|}̺!wqvm:$$9ݢw|*[>q]<-P65$Q1:£Ȭ7[, !m$:uks)d\t.*E|S%_?̷J!*H|o:b~8?zdTQE#A5ө5WzTvd Lʽ5tc9G>ҫꢲ5'ƕ;-& Pjm4EJ{i:WG4gicC$]Up їbO4K:>.jO y, +Hc1 %8ZkY}b_}Uo[d,oG^TbϞomW|Te m7זB59aE!x\Fʛ +\P(`9+f+ +y K'`A/>W6Hm~<+qf` k +c1 eecIeāz.M"UV +/Md#]n~9;0HX@t#L*7"ܔW),F s7,mۣ^"$x_ޯN#I3:xX\ <Q?^>*6mL!/pʥ5pj9yw-STjqÜJG+~ڪ$;e"e:)w"KԳؼv <9W{Fl-@_Iڮ&FXtu_A"nOipз\l$#&Vsq51XW (5$5 +&p囦/zU܍:A@1([@Q{Ҟ[jj"FR:KwdNz싾}(`ތ |5:p6M܈j/Paͻ_"PcPܒ#җLS7^k/DO>x^I9Î78lR",i&>CϢ9> 9} +H)y b]iestv M_K:5zR}夊IN7DREG<_(L~vendstream +endobj +1463 0 obj << +/Type /Page +/Contents 1464 0 R +/Resources 1462 0 R +/MediaBox [0 0 612 792] +/Parent 1455 0 R +/Annots [ 1466 0 R 1467 0 R 1468 0 R 1469 0 R 1470 0 R 1471 0 R 1472 0 R 1473 0 R 1474 0 R 1475 0 R 1476 0 R 1477 0 R 1478 0 R 1479 0 R 1480 0 R 1481 0 R 1482 0 R 1483 0 R 1484 0 R 1485 0 R 1486 0 R 1487 0 R 1488 0 R 1489 0 R 1490 0 R 1491 0 R ] +>> endobj +1466 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 710.371 207.512 722.06] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.4) >> +>> endobj +1467 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.81 710.371 548.197 722.06] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.3) >> +>> endobj +1468 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 696.822 190.863 708.511] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.3) >> +>> endobj +1469 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [333.301 658.295 346.203 667.318] +/Subtype /Link +/A << /S /GoTo /D (cite.caption) >> +>> endobj +1470 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [495.907 578.594 508.809 587.617] +/Subtype /Link +/A << /S /GoTo /D (cite.ccaption) >> +>> endobj +1471 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.877 498.102 294.445 507.67] +/Subtype /Link +/A << /S /GoTo /D (subsection.20.2) >> +>> endobj +1472 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [359.18 498.102 402.082 507.67] +/Subtype /Link +/A << /S /GoTo /D (table.12) >> +>> endobj +1473 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.877 477.948 235.158 489.638] +/Subtype /Link +/A << /S /GoTo /D (subsection.20.3) >> +>> endobj +1474 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [530.144 441.884 548.197 455.092] +/Subtype /Link +/A << /S /GoTo /D (table.14) >> +>> endobj +1475 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [197.877 428.334 228.253 440.024] +/Subtype /Link +/A << /S /GoTo /D (table.14) >> +>> endobj +1476 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [250.908 428.334 293.709 440.024] +/Subtype /Link +/A << /S /GoTo /D (table.15) >> +>> endobj +1477 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [480.244 428.334 548.197 440.024] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.20.4.1) >> +>> endobj +1478 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [296.32 383.702 339.249 395.391] +/Subtype /Link +/A << /S /GoTo /D (table.16) >> +>> endobj +1479 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.81 383.702 548.197 395.391] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.20.4.2) >> +>> endobj +1480 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [197.877 370.153 250.172 381.721] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.20.4.2) >> +>> endobj +1481 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [296.32 339.069 339.249 350.759] +/Subtype /Link +/A << /S /GoTo /D (table.17) >> +>> endobj +1482 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.81 339.069 548.197 350.759] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.20.4.3) >> +>> endobj +1483 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [197.877 325.52 250.172 337.088] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.20.4.3) >> +>> endobj +1484 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [288.348 294.436 332.163 306.126] +/Subtype /Link +/A << /S /GoTo /D (table.18) >> +>> endobj +1485 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.81 294.436 548.197 306.126] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.20.4.4) >> +>> endobj +1486 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [197.877 280.887 250.172 292.456] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.20.4.4) >> +>> endobj +1487 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [493.393 257.766 506.294 270.667] +/Subtype /Link +/A << /S /GoTo /D (table.13) >> +>> endobj +1488 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [511.574 257.766 524.476 270.667] +/Subtype /Link +/A << /S /GoTo /D (table.18) >> +>> endobj +1489 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [311.907 231.273 371.476 242.963] +/Subtype /Link +/A << /S /GoTo /D (subsection.20.4) >> +>> endobj +1490 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [481.109 199.389 548.197 211.381] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.20.5.1) >> +>> endobj +1491 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [280.756 156.682 348.809 166.25] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.20.5.2) >> +>> endobj +1465 0 obj << +/D [1463 0 R /XYZ 147.6 748.8 null] +>> endobj +342 0 obj << +/D [1463 0 R /XYZ 147.6 748.8 null] +>> endobj +346 0 obj << +/D [1463 0 R /XYZ 147.6 561.598 null] +>> endobj +1462 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F38 550 0 R /F32 545 0 R /F41 557 0 R /F42 560 0 R /F39 553 0 R /F48 782 0 R /F20 576 0 R /F18 573 0 R /F62 982 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1508 0 obj << +/Length 3214 +/Filter /FlateDecode +>> +stream +xڥَ_H˾x؇`̛DAVyG[ֿ7?J(7fppUeZ2ވu$7[!^-U9o*5 ܜN8zO"@X'Tǫƫj߀iư P¬DqmABeְ!o2֑}"s0eF:W=\ٺx*NM«w%޵nwnKw*)H 8CһB$Kpi-9!Es*n]sNr]LdT Ή^ju$2[~t2*JTH&i@&G̥IHC, xj8;,|!ٺ?fDZ) v)vl7&'<:\$u]i%aV Ent0<8 ٣k(h̺#.#5hH~ kݑxhXbְLNQE6L9$أpIʥ$=gpJ?V`T-?(;cƃ?4;3Q**IT2;c %RMz*yB9T-F8ڞY`֤ٞDtP$]}RtK௉'ca^ p!M"QKH.ҳ0#(KU⌡HW9L9CU"$͆;dd:,I%RclsD3Zt|SEjskWH!'`ijO{ ]Z|-4=>g\@fgdx Q(v"ҙ}W'魑fݕt&NG'@83{=Eye=У;#+as_+\m4JMB;~z4Y;P0ЧG9M,idAS,ЋDkʀ⴦mD)PrAulZGAQה> + O۽#w7rӻMRx;UBGI.('4)cT*#Fz1cFY~{oVT؉8>k5߿>i[FyS!'We&dfwJVcj@=Zu.E,ݶ{kI'r9^ : +bK˱0h@PʕPnbPsE +H¼@/z#PɝZ[/u -2JO#tV61JCJsޥ7JD5t$=9|op,iHA(fQ&J ~¢L5Clv)gVHT_Z Cmy] Uv;͹ޥP;?rna(fky~$U2:P,nl@aȴ0Ktf$tu$CMRiVrvjBVԬ"-sLϪRHoIy c0] +mu&F6ZZYVViJ(?l [,3vii:|S7TS$A?m#׮WBUo-<3vD|Y8O6|䠟ۗ3N]) +7\Pχim*J_-].} wq%m`ND $ &uMn-4єR-!3tG;h0k +&om=зiIJ >?Q: WښǙL`R$LH&J}GE U{fY&$h#jc(!wmS@!_5^I5ߵJ]8Zߖe=GsZJPB)밬Ǘu3 ]"hDյl 4]_fҢ,?WVvű L%}JTiq!)' \S m#wx1پñΐm?/@,^ھygIlS7eMו,.G[>:]X>9K~`*{ [%# D[Y9ShYK\9W)M¥יϐbyߐlc#SaqnAkuM@Xh{|1+':LzMQT8\ &p8pڧ43U㈊ {#*,s0!#?JƨW1O4FEKN驸B5k u'?At+k<,j1O$H6`Щ9dԁ^RJc{RB RiIė ĨAaO[4ɥ5?WciؖKLT +.#s~M&}YԼY )z\>)7AZ8Y. 7gV_&ݴ`L5sor +nmᢶUȡ '֬옋c$eb9~@sÁEsA&Gt,`F,Mx$V,WS酄BB>1kvjcd&V/4Rg:psՖJ2 -[7NeoNtWSEkk&}vr|pb}E}xXQ#uꋫ3šQ:2[]O|m&7i/zҿ zS#r]3p_݈}eYX'':;w,Ȥ_\H.M1ct> endobj +1510 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 713.826 205.513 725.818] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.1) >> +>> endobj +1511 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [227.116 700.579 277.633 712.269] +/Subtype /Link +/A << /S /GoTo /D (section.19) >> +>> endobj +1512 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [284.725 659.932 327.627 671.621] +/Subtype /Link +/A << /S /GoTo /D (table.12) >> +>> endobj +1514 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [477.61 438.444 530.869 450.134] +/Subtype /Link +/A << /S /GoTo /D (section.30) >> +>> endobj +1516 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [365.422 408.887 416.506 421.789] +/Subtype /Link +/A << /S /GoTo /D (section.22) >> +>> endobj +1518 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.544 393.485 431.627 406.387] +/Subtype /Link +/A << /S /GoTo /D (section.21) >> +>> endobj +1519 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.926 294.044 320.257 305.734] +/Subtype /Link +/A << /S /GoTo /D (subsection.20.1) >> +>> endobj +1520 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [180.907 266.34 193.809 279.242] +/Subtype /Link +/A << /S /GoTo /D (table.13) >> +>> endobj +1521 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [199.089 266.34 211.991 279.242] +/Subtype /Link +/A << /S /GoTo /D (table.18) >> +>> endobj +1522 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [268.847 216.875 311.748 228.565] +/Subtype /Link +/A << /S /GoTo /D (table.13) >> +>> endobj +1509 0 obj << +/D [1507 0 R /XYZ 147.6 748.8 null] +>> endobj +350 0 obj << +/D [1507 0 R /XYZ 147.6 748.8 null] +>> endobj +1513 0 obj << +/D [1507 0 R /XYZ 147.6 454.842 null] +>> endobj +1515 0 obj << +/D [1507 0 R /XYZ 147.6 425.285 null] +>> endobj +1517 0 obj << +/D [1507 0 R /XYZ 147.6 409.883 null] +>> endobj +354 0 obj << +/D [1507 0 R /XYZ 147.6 331.704 null] +>> endobj +1506 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F39 553 0 R /F38 550 0 R /F42 560 0 R /F41 557 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1525 0 obj << +/Length 2359 +/Filter /FlateDecode +>> +stream +xZYo~#z>l AyȴM,`>(-J+k fuU_W + +`]i-/7xܰ-nO1\[Fu89<FHx͛[ +F,jQpX[?+gVՇ+l.,l.,9+Oеk+%U7Ǚeʍ~WtœK"Fyn(_xIp[QDIwTpG$9"LC1FI,Bq/aH5a +yy~IشZpDO?[Tpi(D;v%Ea8^`bug[mX(w-e,9@T +?1!'D1]d)ps mg$$LE?SjT3R/5!p9m,DR'.L{T$Q[~es2/ov$UI]a~T/Z9o.]?[|i›HzK2 ;M-zãU/uC\}npVLYmCϗfGH He܁9';F]µ>y| 9J71+@ ~( # m@^K, +7^ІИfKPE3}#\.\{ΖNq$/LY¬ 14ΉX 'V†KW3"7_m + p ם$Bg6 n[rkLR'ݫ÷KutZu:$S,iM&| e~QTMDiR0%@ \xSHt1\^7?^e۔+jvW:1;qKЄL֋k` yxT^bг eRzANAhȃ+jї6-"BO=|C9Lh*|=PZ?bN0ɘww}8S/>B=R ˕ỉbtPm(Ej oŀ|W5Z?0)qLȾ +WWy^%^ͭaGUSr[-F 1U˫j">sqU^?ю6.70Z0_sPa-[]l__g6TkV5 xeX)ΈDҴD[x|<~#SQJ! q 2>2kP#bC<uUhl̥ō` #f5'xd 6=_BF@L(5"e:6iˮ-5mVR")s}K|/;{dcK,$fx10cɂo4cæA ޲4l+lxo;x[M֊ҹ +G-Q 07UU}Sɂ) +0eHR,uoZU..TcH-zDSX9WaJB//l(s8%6gsHm淊uعy7xuz;?;ھiaKx0k@EZŨ]^iqyV"`=-EFpfq',/>mx@y=*ouhX'ʡu ZW؍Z,) `8y[k UL[oAY͋ .s& +.-i_Un*w29@D:u-׫d:H:PB!LzkVvvGփj֮XB0 lk ,.r?P[jcPKd?Nsguc[- _a7 ΆFw^GᴂWGq1{8cE J\4__0nH ^g"TkǠ?"fsQQ2[2S680`\e P=FTGLN ?98 껊 _Rc89ItU(z~ی +iyl#9~}r]Ɉ̏@ b@/46gendstream +endobj +1524 0 obj << +/Type /Page +/Contents 1525 0 R +/Resources 1523 0 R +/MediaBox [0 0 612 792] +/Parent 1455 0 R +/Annots [ 1530 0 R 1531 0 R 1532 0 R 1533 0 R ] +>> endobj +1530 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [701.412 97.542 748.738 111.781] +/Subtype /Link +/A << /S /GoTo /D (figure.16) >> +>> endobj +1531 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [701.412 -25.197 748.738 -10.958] +/Subtype /Link +/A << /S /GoTo /D (figure.16) >> +>> endobj +1532 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [964.859 -37.505 1023.709 -23.603] +/Subtype /Link +/A << /S /GoTo /D (subsection.32.3) >> +>> endobj +1533 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [714.412 -52.694 765.496 -39.061] +/Subtype /Link +/A << /S /GoTo /D (section.33) >> +>> endobj +1526 0 obj << +/D [1524 0 R /XYZ 147.6 748.8 null] +>> endobj +1494 0 obj << +/D [1524 0 R /XYZ 626.851 253.438 null] +>> endobj +1523 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F37 1411 0 R /F48 782 0 R /F70 1529 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1537 0 obj << +/Length 1428 +/Filter /FlateDecode +>> +stream +xڝɎF_KjH$D1CzƘgzFyK6LիWoߪe " IElOQP'uq4w +ݟVO?8Ȣ,XiH"52Xm +7/K&i O$fp@ nhچaU÷=5!+Mț9x?ZKe=^v[`WKZ1o~El8Im]B'vUIþdwW2T] 3@ +;&?zsGpT< qH< 8ZmJ ~Z>GҔIǖ жx>c"B1Ø8< ݘxo+11x7&&>&rʉ6oʂAc?LlqgsTqWKRD1 u(X1e$X&La1 +s~8/bSN|q'd X:Y%Y$ČEY5_wUyo$?$ ! vŴjWmqS4LM}nU/%'.~Fjn +oз"ѢN-mn'lʐ]όGp~{=;E7N& wyX '"c@ o&hУomeV!egfmqmZw]l|%BlYH^V֧uXڅ Nq`['ު0A$-&M +3-F~(x@%9 Cp{8rF!Zb<;dfmt$o3'S*@=7> endobj +1539 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.877 689.289 216.778 701.282] +/Subtype /Link +/A << /S /GoTo /D (table.13) >> +>> endobj +1538 0 obj << +/D [1536 0 R /XYZ 147.6 748.8 null] +>> endobj +1535 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F42 560 0 R /F48 782 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1542 0 obj << +/Length 2706 +/Filter /FlateDecode +>> +stream +x\Ko#W(+GnEb̡mm!-K.S$nݶA͇b_N?VT/U\W_QiLgJ&&n1 /@ы_5FĘkgztS'e$a_5Os sQr!BZ ޮw'!Ի~ti r/l$i(?9 +eR~dfIЃAjqN~H1JQA*@vzD ngboг )Rz +i<&Ki_#q㷰$S8;k+m*ح"'z,fW5fA8Ҍ``o iv )X3 ׅ ͨvHj4 k\C}O15 LÝkMTT1gH}̱5)wz!q) WgʁyuP6O'Y#`D"Q`=J2~l=cF hlJt9-$$ }Å-8!Xޕw;_h\q("AH[4]ӷm . Jr9].,KJ]"L (Ifb/2G318fxcA<>ɈP̔fH ;n )+ߙ_nZæKʨ_>n~spu¼,vy RkLO{S6bsn4AU~$B_1FC(MFOX}LΞk8kT/}mVڕ`YTm ~nPF9Ei> mK6eܧ8`:‰G7=@ٕ]gOD\<?3evmqb.YCI9<>xe_rU͂+zbQE@ X4kUtC$KsY:e܎C`!{x 蓢5lT>_W/~ Pn_THg^Th+ۃMقW.3Qg~cD̠(~p.Ep"1>˻Y_Dj #%xs+(rF|ں v?N^__Q^w~ sa ,픠3 [? o| +T8Pe{$qX=l9=o_mq=K/6b6C~q\t2d G+Z @3m1kµ_9MA)&2%6U*tb#{S^kǶt|L)ejԀ/]O1>P)u0<݀w)v͢&'X*,g\V-i']]Nz#D/42`Zs8 +}ҞϢz^hDLNsmik7S.pdR.gCv[f.sqE6,L%T~@;'#юuUbwm"!onY~la=3!(o D UwN{@!f]ʝWU#T',;WsyAs]ҹRfNZ{O~dGج9b|XݻZ6Sw]} +k6?ߛAOE+D^9`N5b^+΄3endstream +endobj +1541 0 obj << +/Type /Page +/Contents 1542 0 R +/Resources 1540 0 R +/MediaBox [0 0 612 792] +/Parent 1547 0 R +>> endobj +1543 0 obj << +/D [1541 0 R /XYZ 147.6 748.8 null] +>> endobj +1503 0 obj << +/D [1541 0 R /XYZ 254.097 706.331 null] +>> endobj +1495 0 obj << +/D [1541 0 R /XYZ 340.325 528.384 null] +>> endobj +1496 0 obj << +/D [1541 0 R /XYZ 304.279 394.75 null] +>> endobj +1540 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F37 1411 0 R /F48 782 0 R /F38 550 0 R /F71 1546 0 R /F44 563 0 R /F41 557 0 R /F32 545 0 R /F18 573 0 R /F27 536 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1550 0 obj << +/Length 2748 +/Filter /FlateDecode +>> +stream +x[[o6~ϯ0RY&R},.-&ۗd-זͿsHJdJI `DQGwsS"tA"B MbI0.GU? *C+ynq"Ê|#ujG]޾!$PE]ST1vsO.IR.X"gVnxLP M4yi}'\?- Ph + Ȗ/q2HN#IJ Q7shj#+Ɓz!7]2^'4 FTtFH!7;H"ׄ29OTS |n/Ϊ]4`EǺYSnȊ ($ܙƿU_N֦ Ն {9^mdfs@C#5&l":5?XضxG|!ypl{ESheDH-ĥl$!A3%0Ñ^حqsa ͌uA 3Nܠ[p$$MU֗g&)">zah.d$zyKvnú<(LQ[cāeA}o!0uѴeIiUhW֣gus]lы{bAڳۧRF=-Z} D Fpjtk& ZMLwm_?6;cae[/ɐ{X} +C3J~dGVqAsr.ye@ qRjs`7u`i&g.3'~mœ2/Ć~=(uT8s-z]rkˍ99j¹" +tƝ +LzpOf|VEn z :q_cUֹ&tU9 vPmIܸaz#m]yus-U+wr]I|)!R,,g6A$k{"[=L)eV*hp e_CkU؟}sm@ʒy[G%\&12+Wژs~\%h$أv ъ/r O( bLY3m2Y^F{inALcFg{p= ͬiqmy]Ft F$5@Foo=|BnĮ܃g5^TؾV;4OE6U ͢W 1Sl)50 #KWsWȜ%޴[۬|b˛}>ӕcm@L/ ZC]eSyx?PPDvScEurE<=XpFyxdN&BJ|$dnȉK~l˜&y_T kSo]Wk1T`Z0Wu.WDu[-exA;m_Zur[jNx` +1v (%\ׂůmUf8Tn/m˾7 )\,f2DEX0:^S> endobj +1551 0 obj << +/D [1549 0 R /XYZ 147.6 748.8 null] +>> endobj +1456 0 obj << +/D [1549 0 R /XYZ 285.052 679.724 null] +>> endobj +1499 0 obj << +/D [1549 0 R /XYZ 270.264 392.585 null] +>> endobj +1548 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F48 782 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1554 0 obj << +/Length 2921 +/Filter /FlateDecode +>> +stream +x[k>ߢ,_ɢ-Ф"hvPHA;xlǖˇDɔfvF X`uuDs%a +؂IE]??-4uj-&,-\\b/o5Cn `BhfcvsEVfٶ^ +!3|RfK8@՜Pd__kexz7l+~MQ%IgD3Hx4^3]W{ئv^OB " +Aܖoݏmet A*Ѕ]]5ua|:0@VDs5ƥ$y`}sJ +-{QY떘 )(RCyМ M +(si;*c@)h1öwc|XK0lDs3k{ ahp'Zw'g57h~Cq@ŗuX1Ny؜Ș`) h'G846Ћ)/D堽\|s ?j c }V|,iU׺)wQvYQch7 A%|Mw+PY6tv:m_yٸS[dα)cϬa^TTdծ:."CvHݖS{(T?Q&-6VA}:Kcl}T;+{ -^blUdkjl+ lܱuᐅ 4 J>;QtϪ'=/oaA^}9E]s"@;"wSSշ%$#KNA tZ:KsRi4K6>.8VfG8S2%܊Y>:S>Rƈ*(XN`V;myjFyE||Y!wꝯО32mgS ORY(J gjpOcqF!g `¯b@EKGF_43BINy4,_2J?pLOi7Ճ>^ǿ4"|o{ͱ5c$#A/4 BqYqI"\Փ}m7awk~vh66ВpE4. 9 M^>:U&E!5͚Ha]z3^"p>("|( g)N+zKo_V5r-瑾L+?]p;; ۬2lw3nR}=|WwAքfゝ*X(iWjI{ ӂh#u NzB>]IA: VCtiFza0U:%cZ5$oHj|BxVƥ N&'B"t4MK[Rt$u+vl2dn hme;5&+iv8p7Ui hT;}v{ø +zv p!6y]{3r,daI 8?f{lNї5.YkxĔC]K}[1 $^W[azht\ʰ@-߮sxO MYg2>UPq ^M%~}y8Bh3|| +=Aed]|0iDQ`,$/ + J$;pľ;4omAqˎ3661zCIC'\Z +w {|bg6,fVH.m11h&.=^5q ك['>E MUri%Nӵn8d#ڼ]܍C`j&W W eO<nQdUg(Dh(%AdǗ h750!7yƿz xU> endobj +1555 0 obj << +/D [1553 0 R /XYZ 147.6 748.8 null] +>> endobj +1501 0 obj << +/D [1553 0 R /XYZ 292.249 652.319 null] +>> endobj +1552 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F48 782 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1559 0 obj << +/Length 2112 +/Filter /FlateDecode +>> +stream +xڵXnF}WRaHL2 m2EIDtq$z.v9UݤxUu2J'#irE)Dlh\ɰrzn)xUEI7^[TٻSRG(Q+؈%io Ml#K&X«,7~G1!'w. +~Df%Ii4:za + 3U}mඁL|+pZb+WL#f-f/YbY%d?2ssXn.Q2$o3$d^3v&7@wgw n}[,]*.9I-qd/3/1xMcXWZEj%*~lAvu[_k-aU/Ҳ8Zz7FMh*[mu$=%SԌ-Q^իrOfPw4&sp@aɑʅ\7Eg|]^Ij`|cLJ3 pJ[)$AZS#K%tQDNx@-;G^9M (Xyڒ6]F: +!wD̀ HzJ74-y䰴cBJ1~Z=k"ąoT~ZA_|@ +ՅЅhE*Zvt&RV ao-7=XeN4Xei*2eCI&Tfy~L HUY)D''|OvI'A8Аo9?i9ÑtGA,i2jFPY^rq˹ Jy =P/j20*1Y2/&Or揇iJ"(dE.Lho ȋ0weOzg3RJPk5=ljQgAT?mTU$hjEm +vTKcDZ@^9BXٯm5= ipXO儆inDj`67&0Y&SMy>/VO%jg-:"ruSEZEk_j3JmzZQB' q>) 5(1/u kh \"- M۱IF&be4^\ +ܹ>D#'rˋ_}F }]}`".^+6Wo~\UFaO\Ă'@C ]ncG_3>ex!`Q$$6:w@J0٤'{}klBu +ɗ?Vh[Eݦ~]Vǎ/K4~ HɗL )DOd!Gw">(0Xz~BRk o>[0uE$uh̬bq|9%;Cgޥϙ6VKul=VrsoVP&5_Ř+R^{} yŻ߄(<9'ǎ^W6W)QɋwMwC3E8A6'GB +=o [VH(K4m??r:U/[EQ"MzzoQ'PBq 8]0p-btg BͿJ>DKp(<֒>^g\V˥ީ %>%IC除򉤫FHn0h=JYbf‚u,Z9}皸"_4 +F7']ţ:; pbYs!ȻrvY9>SR1Az"/§=R͸lDVk6=ͦ9)z2Ϲs-a3)1f}$p?n:|bc wh 'IO%~BGby?Q0?8aA'|2e~|)5:͡mhe7gQx+xӁo3iˋ ı?Uŀendstream +endobj +1558 0 obj << +/Type /Page +/Contents 1559 0 R +/Resources 1557 0 R +/MediaBox [0 0 612 792] +/Parent 1547 0 R +/Annots [ 1561 0 R 1562 0 R 1563 0 R ] +>> endobj +1556 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (short.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1571 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 216.00000000 36.00000000] +/Resources << +/ProcSet [ /PDF /Text ] +/ExtGState << +/R4 1572 0 R +>>/Font << /R10 1573 0 R >> +>> +/Length 1574 0 R +/Filter /FlateDecode +>> +stream +x5;0=Ŗ1o qRjmQR6F^czJa:=ncj=fޢXendstream +endobj +1571 0 obj +<< +/Producer (ESP Ghostscript 7.07) +>> +endobj +1572 0 obj +<< +/Type /ExtGState +/Name /R4 +/TR /Identity +/OPM 1 +/SM 0.02 +>> +endobj +1573 0 obj +<< +/Subtype /Type1 +/BaseFont /HBJVLM#2BTimes-Bold +/Type /Font +/Name /R10 +/FontDescriptor 1575 0 R +/FirstChar 32 +/LastChar 251 +/Widths [ 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 333 500 500 167 500 500 500 500 278 500 500 333 333 556 556 250 500 500 500 250 250 540 350 333 500 500 500 1000 1000 250 500 250 333 333 333 333 333 333 333 333 250 333 333 250 333 333 333 1000 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 1000 250 300 250 250 250 250 667 778 1000 330 250 250 250 250 250 722 250 250 250 278 250 250 278 500 722 556] +>> +endobj +1574 0 obj +119 +endobj +1575 0 obj +<< +/Type /FontDescriptor +/FontName /HBJVLM#2BTimes-Bold +/FontBBox [ -168 -341 1093 960] +/Flags 34 +/Ascent 960 +/CapHeight 692 +/Descent -341 +/ItalicAngle 0 +/StemV 169 +/MissingWidth 250 +/XHeight 473 +/CharSet (/G/a/c/h/i/p/r) +/FontFile3 1576 0 R +>> +endobj +1576 0 obj +<< +/Subtype /Type1C +/Filter /FlateDecode +/Length 1577 0 R +>> +stream +xekL[eϡAELX{f&&ƌh;8㔖V +-0eƽBgHĎ4 !Y\431AL|੉_$$ږ[U[&gc6U-hb Pq-l[z!fu69~uXܱOfff!0,Gz5 I ϨHCpc=z>`*sI;9x;0448F|nӐNW\KN1enzJaeCNZ?["`8ۿK*G|sW꺌Ln2PQ! j%d F?nɥؙfskk#vkuCH'd đHN=C9π5d'7xK!W%k%jRss /_r+W?_.%fID D G:V#ZUmm]]]u# 1?Z@"RꅚKQGhj35cשrt)wʭ|˺eۛ+oӍ_,EhSe48YXZ^~:Q4xE E^H`}Q7 endstream +endobj +1577 0 obj +1030 +endobj +1561 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 693.534 190.927 705.223] +/Subtype /Link +/A << /S /GoTo /D (table.14) >> +>> endobj +1562 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [500.559 679.985 548.197 691.674] +/Subtype /Link +/A << /S /GoTo /D (figure.16) >> +>> endobj +1563 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.998 652.886 325.9 664.576] +/Subtype /Link +/A << /S /GoTo /D (table.15) >> +>> endobj +1560 0 obj << +/D [1558 0 R /XYZ 147.6 748.8 null] +>> endobj +358 0 obj << +/D [1558 0 R /XYZ 147.6 748.8 null] +>> endobj +1497 0 obj << +/D [1558 0 R /XYZ 147.6 728.471 null] +>> endobj +1534 0 obj << +/D [1558 0 R /XYZ 267.612 488.943 null] +>> endobj +1568 0 obj << +/D [1558 0 R /XYZ 147.6 420.327 null] +>> endobj +1569 0 obj << +/D [1558 0 R /XYZ 267.07 282.42 null] +>> endobj +1570 0 obj << +/D [1558 0 R /XYZ 147.6 149.99 null] +>> endobj +1557 0 obj << +/Font << /F47 594 0 R /F41 557 0 R /F15 542 0 R /F38 550 0 R /F27 536 0 R /F1 1566 0 R /F28 1229 0 R /F39 553 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1580 0 obj << +/Length 2436 +/Filter /FlateDecode +>> +stream +xڭY[6~09ET nEgAZL }ύl,PP\>z?=.(?Px4kH˲-KXΆf9l5Yݽ:SeVV pze.3=̙|Rm<5n'O$9_ừ +t50T"nyۮwdz0n<\D +:z]@SkXBmbÃ3~{\2V9-? }\)J[ΩL,z0?]p[UOi@ZH7#~/aY^?ATЅBKG>0L.2`8S@$!6wOڏь~o?UO-s%NorU_~ ȨGe1~4,?$k;i 39S S./ҁS~Zz-lO]7=tZ fGy$xaQځl)~ɸ(v#&[l9.U-Qr.j]vPwKhܽ:_ smJ05i~IUs6u˛FGɧL/44dYI U[%iN&*bm;HU9e=0R7wHgey`5q#jL3.(bJbNgJ.l.y3EFldd:H*g:`ykEւkm2 ]-RCMed JlPP|z<@Ӿ׻5S# +. _0xzJ +f S- +' %/fx9qز81%[QYK:ژ]%tq7d$M[=6]< ZB:sn* z>R|೒ۥl(iT!WCԮ .NO.1gjHw7+; :Š<VW1T8]^M,Ƹ仮 + :By.rm Z,yN<↮osZx2h2ܗ鯺/K1y҈}X/DmiByAy"mpPD/Ye>wC [}0>:ma! +0-q 2`ػ)I3}z9d ]ЅkxӡHFytё;WHŏnI}:qG{hycEB]AV)ʿD@)L'] QjKW¼z  %ΈFvP'NQ3N?;w]f{300OF q8P̄^\⡏7 HM^sH%BnL8H!Bz.ܒᦼ =ymoLpK%><Ux.vk(]t WlVCI&Ϛf<6 K{OrOo2j~?zz +:#sE CY[.#8e˧uU$eZ*:zp.9=?˵,endstream +endobj +1579 0 obj << +/Type /Page +/Contents 1580 0 R +/Resources 1578 0 R +/MediaBox [0 0 612 792] +/Parent 1547 0 R +>> endobj +1581 0 obj << +/D [1579 0 R /XYZ 147.6 748.8 null] +>> endobj +1582 0 obj << +/D [1579 0 R /XYZ 314.09 671.17 null] +>> endobj +1586 0 obj << +/D [1579 0 R /XYZ 147.6 604.747 null] +>> endobj +1587 0 obj << +/D [1579 0 R /XYZ 281.954 448.508 null] +>> endobj +1498 0 obj << +/D [1579 0 R /XYZ 147.6 383.031 null] +>> endobj +1591 0 obj << +/D [1579 0 R /XYZ 147.6 258.792 null] +>> endobj +1592 0 obj << +/D [1579 0 R /XYZ 147.6 213.661 null] +>> endobj +1593 0 obj << +/D [1579 0 R /XYZ 147.6 168.531 null] +>> endobj +1594 0 obj << +/D [1579 0 R /XYZ 147.6 106.142 null] +>> endobj +1578 0 obj << +/Font << /F15 542 0 R /F72 1585 0 R /F41 557 0 R /F39 553 0 R /F47 594 0 R /F73 1590 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1597 0 obj << +/Length 1796 +/Filter /FlateDecode +>> +stream +xڵXKo8WE*/nho9(-5Vâ,N[ XB%Lj- R$&wτma lӱLҜ\&&2 *ɴФ M\ bHf ӂ'f~fB˦v>6˛r`;1Z\>ռ\M釦js/uZb(c| 5`(S&a3ovWG HcPWs0 *U "͈WK`OLVmݖ p+6N5!ZK7Bm݌HKh + tNl;aj,7X4*Vߎ(՚MƼmf1v9F8fb 2\81hc^;>p^}+֝o,,4GG{tyQ~{ ng.,*2WDA~8دiaAIDW("7hٞ0cՊ#VFiӃ >Võme=-Vwh$FC={aymIMh(Lc 0 zAFTi%8 1_ \?y̽W7v$;mC޷>C$6s\~{ EF8~,@,ZxfUqnj蔑4(ɹwЕUfmrkf1QЬU0 i)pjZ +hbwC +Q_N֝y)gDܤ]OzƵ;.XqK`F!~[ ,Ԇ|\y0P؟=F]; #>м 6m۫Qn+"TmSq߱*!'f%l^X#ȑCh*{R0FTʏ~4и1DŽ1-#CvfdF>Ӝb#y. qndz:##O_aƾR_.zyHcÅ{dp)]m +ROtSiho#˾fb]—]p9ݍ>lvnjM81,b2R$}A|`L>92UeJ"=A0>?4endstream +endobj +1596 0 obj << +/Type /Page +/Contents 1597 0 R +/Resources 1595 0 R +/MediaBox [0 0 612 792] +/Parent 1547 0 R +/Annots [ 1599 0 R 1602 0 R 1605 0 R 1606 0 R ] +>> endobj +1599 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [444.574 704.237 491.9 715.927] +/Subtype /Link +/A << /S /GoTo /D (figure.20) >> +>> endobj +1602 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [444.574 453.498 487.475 465.188] +/Subtype /Link +/A << /S /GoTo /D (table.19) >> +>> endobj +1605 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [468.79 142.747 512.345 155.648] +/Subtype /Link +/A << /S /GoTo /D (table.20) >> +>> endobj +1606 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [376.271 129.198 423.597 142.099] +/Subtype /Link +/A << /S /GoTo /D (figure.21) >> +>> endobj +1598 0 obj << +/D [1596 0 R /XYZ 147.6 748.8 null] +>> endobj +1600 0 obj << +/D [1596 0 R /XYZ 303.461 639.935 null] +>> endobj +1601 0 obj << +/D [1596 0 R /XYZ 147.6 568.201 null] +>> endobj +1603 0 obj << +/D [1596 0 R /XYZ 301.249 445.608 null] +>> endobj +1604 0 obj << +/D [1596 0 R /XYZ 147.6 316.238 null] +>> endobj +1595 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F41 557 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1611 0 obj << +/Length 1440 +/Filter /FlateDecode +>> +stream +xڵXo6~_A /2P<eY2(5Aۛl(El" 9]MW#8k=CrS%s^_a MH +LfɸPYy;ƹR:qn_qmW'M9de_Ár\cru|&oFW`D|bG?6 |>a[pFr+!uѻoW堸ѧIV~%OvG 2-2XmM[^!騌GQEe ^'*˥Ċΐ;sԹ 9-$'s{26{f'wΖcGHɣ7\hhu <= yAT:/ womlb\ si9`9mdF^ vYM C C°bwdDtUH'n֊Kih +buMYZ1`i\^p!k`9;Gq2@ȽԂJO@aׯhy<Ӻ0H'@aY 6GL4[?*U +R*ٗDzg4&ۅFB\su6P'9bUw /MZf~PQAUO*8$,gW!6 A~#҇v;A3:ךѡٮfap@RC@|t2AP4~8ax &% PZaxYendstream +endobj +1610 0 obj << +/Type /Page +/Contents 1611 0 R +/Resources 1609 0 R +/MediaBox [0 0 612 792] +/Parent 1619 0 R +/Annots [ 1614 0 R 1617 0 R ] +>> endobj +1614 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [388.707 445.628 436.182 457.621] +/Subtype /Link +/A << /S /GoTo /D (figure.22) >> +>> endobj +1617 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [395.765 226.822 443.929 238.814] +/Subtype /Link +/A << /S /GoTo /D (figure.23) >> +>> endobj +1612 0 obj << +/D [1610 0 R /XYZ 147.6 748.8 null] +>> endobj +1607 0 obj << +/D [1610 0 R /XYZ 277.9 752.864 null] +>> endobj +1608 0 obj << +/D [1610 0 R /XYZ 277.9 612.315 null] +>> endobj +1500 0 obj << +/D [1610 0 R /XYZ 147.6 552.537 null] +>> endobj +1613 0 obj << +/D [1610 0 R /XYZ 147.6 523.839 null] +>> endobj +1615 0 obj << +/D [1610 0 R /XYZ 290.158 372.914 null] +>> endobj +1616 0 obj << +/D [1610 0 R /XYZ 147.6 301.18 null] +>> endobj +1618 0 obj << +/D [1610 0 R /XYZ 294.4 167.657 null] +>> endobj +1609 0 obj << +/Font << /F15 542 0 R /F41 557 0 R /F39 553 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1622 0 obj << +/Length 1388 +/Filter /FlateDecode +>> +stream +xڵXKoFW, kd_E=$9-DE&{gvԊ\זa~#11dB5IdJS2[Mb_'m,xl+R*'QȘfqFw-Hh +2߄,hˆe#C~ ep+Ty3~?fS)9 :iP*YF0/hr5|aS&XQnEq\d$DD-̄G]CWysQ6ͷ0R\fkWl.xD[fJ~Lξ>/q_+)Nx j5e`Rcs^|\.XY'68eMm&U$IITd"1bO !տ[LrO0}"/͐Ee}!,d'\˷yULѶ^9,DGm(j 3=&džTSnGu}p6xML&/#@ad{@ t=R 7ILc +.]5je"OhhYI<2'gJw) O-G[.%2(,;Ht_6)ު-ێO8 + )ԃ:ƧB0֯SN>J+t]3''>w%MBX>Ҷ5!6u>A>&%erv jpU\!0a>   c0Ӂ0`/QZz 񇇲Qe?10"_lXglƊ2:t! vZ~ԫqpvbx/V)( +lGNda$З4O~}٣endstream +endobj +1621 0 obj << +/Type /Page +/Contents 1622 0 R +/Resources 1620 0 R +/MediaBox [0 0 612 792] +/Parent 1619 0 R +/Annots [ 1625 0 R 1626 0 R 1629 0 R 1630 0 R 1633 0 R ] +>> endobj +1625 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [382.331 671.71 429.743 683.702] +/Subtype /Link +/A << /S /GoTo /D (figure.23) >> +>> endobj +1626 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [379.907 658.464 427.233 670.153] +/Subtype /Link +/A << /S /GoTo /D (figure.23) >> +>> endobj +1629 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.962 467.73 548.197 479.419] +/Subtype /Link +/A << /S /GoTo /D (figure.25) >> +>> endobj +1630 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 456.302 178.324 465.325] +/Subtype /Link +/A << /S /GoTo /D (figure.25) >> +>> endobj +1633 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [416.604 265.568 463.93 277.257] +/Subtype /Link +/A << /S /GoTo /D (figure.25) >> +>> endobj +1623 0 obj << +/D [1621 0 R /XYZ 147.6 748.8 null] +>> endobj +1624 0 obj << +/D [1621 0 R /XYZ 147.6 748.8 null] +>> endobj +1627 0 obj << +/D [1621 0 R /XYZ 263.552 612.675 null] +>> endobj +1628 0 obj << +/D [1621 0 R /XYZ 147.6 541.133 null] +>> endobj +1631 0 obj << +/D [1621 0 R /XYZ 290.158 410.513 null] +>> endobj +1632 0 obj << +/D [1621 0 R /XYZ 147.6 338.972 null] +>> endobj +1634 0 obj << +/D [1621 0 R /XYZ 263.552 211.329 null] +>> endobj +1502 0 obj << +/D [1621 0 R /XYZ 147.6 151.742 null] +>> endobj +1635 0 obj << +/D [1621 0 R /XYZ 147.6 123.045 null] +>> endobj +1620 0 obj << +/Font << /F41 557 0 R /F15 542 0 R /F39 553 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1638 0 obj << +/Length 1697 +/Filter /FlateDecode +>> +stream +xڽYKs6Wpi&DA39M6-Ɂ(t(N.Rô&9A`b_? 4"!2H"*X]͢` Ψ[Zr4ưa[4":rS+ Q*=EHEȹv :x󥝿\, S(;ؕvͩa~ ]hW/>g~W"̝SZ>-, %Jxs4t O }Swa 6ߢٕs K<",JZdỚtXIX "LPS,%<7/F7+*,xVzz2dg u +]S*n6|zNA"PU 009`olLh5 +ݐzdlέ>|5d*?Uy*ft\F^֎;c) +{-pޡ.^gg e~kɆI&h)MMIIӍBGʅ?7{h҅5[h6Ow}9393#cL())EeD=[o:x#rgMCKbgl{&ۗʚrV7H oe"< y8V")2mU'2]¢"~j㶴q ~Ǐb~p"m=$+dw-4 gp8e0{_69٭A$ٔ1~̋'q&yOv(V9 RB{̵+  cban u+Wm +]BG}wf)ag3y̿;d8A\{n[AA: x\E{JG.X@endstream +endobj +1637 0 obj << +/Type /Page +/Contents 1638 0 R +/Resources 1636 0 R +/MediaBox [0 0 612 792] +/Parent 1619 0 R +/Annots [ 1640 0 R 1643 0 R 1644 0 R 1645 0 R 1646 0 R 1648 0 R 1649 0 R ] +>> endobj +1640 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [483.877 734.723 531.203 746.413] +/Subtype /Link +/A << /S /GoTo /D (figure.27) >> +>> endobj +1643 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 580.65 192.718 592.642] +/Subtype /Link +/A << /S /GoTo /D (figure.28) >> +>> endobj +1644 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [199.21 580.65 245.324 592.642] +/Subtype /Link +/A << /S /GoTo /D (figure.36) >> +>> endobj +1645 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [235.69 162.921 283.354 174.61] +/Subtype /Link +/A << /S /GoTo /D (figure.28) >> +>> endobj +1646 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [292.948 162.921 340.612 174.61] +/Subtype /Link +/A << /S /GoTo /D (figure.36) >> +>> endobj +1648 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [184.098 74.422 232.463 86.414] +/Subtype /Link +/A << /S /GoTo /D (figure.37) >> +>> endobj +1649 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.458 74.422 291.823 86.414] +/Subtype /Link +/A << /S /GoTo /D (figure.45) >> +>> endobj +1639 0 obj << +/D [1637 0 R /XYZ 147.6 748.8 null] +>> endobj +1641 0 obj << +/D [1637 0 R /XYZ 292.681 691.873 null] +>> endobj +1642 0 obj << +/D [1637 0 R /XYZ 147.6 606.59 null] +>> endobj +1647 0 obj << +/D [1637 0 R /XYZ 147.6 111.321 null] +>> endobj +1636 0 obj << +/Font << /F15 542 0 R /F41 557 0 R /F39 553 0 R /F25 580 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1656 0 obj << +/Length 1201 +/Filter /FlateDecode +>> +stream +xڵKs6_1f wݾ*D-sh|טxy,|_҆0g#үZMq &FFJFx'hS{NenwyZxh.́H~w8;#e9^4P$?/A7Cg zZTテ#u4xID 꼫 eW/<̞ +#(B)}C\~8 |e}(c.E;c}IEiF[WMtGҢsޛV:fLozo>[bFFCpDo +rrNJcٮlJ/ L,pln(] ofh4EAuuc[uS +Yh9 &n;wK΋Ms%nη+IؤA\v4 fUnֱNK4].qTWE8U%U ʹa7)LčqbM> +6àG3)Cp1%dkٞ 8 6S.aXޖrƜbމJP(u2I~S$AQCcm /HVw32Q+)p. UVU:4z/}Lå@~k-fL 2$ImO>J湧>?s K%TCc {.OBN6A$P#އ"G^'}8EmRBK^H4HƖJ*8N En#&n .6ŇycfW}W#pg'EDJendstream +endobj +1655 0 obj << +/Type /Page +/Contents 1656 0 R +/Resources 1654 0 R +/MediaBox [0 0 612 792] +/Parent 1619 0 R +>> endobj +1657 0 obj << +/D [1655 0 R /XYZ 147.6 748.8 null] +>> endobj +1650 0 obj << +/D [1655 0 R /XYZ 241.767 683.919 null] +>> endobj +1658 0 obj << +/D [1655 0 R /XYZ 109.101 560.304 null] +>> endobj +1659 0 obj << +/D [1655 0 R /XYZ 383 560.304 null] +>> endobj +1660 0 obj << +/D [1655 0 R /XYZ 118.619 436.688 null] +>> endobj +1661 0 obj << +/D [1655 0 R /XYZ 401.182 436.688 null] +>> endobj +1662 0 obj << +/D [1655 0 R /XYZ 110.812 299.523 null] +>> endobj +1663 0 obj << +/D [1655 0 R /XYZ 375.193 299.523 null] +>> endobj +1664 0 obj << +/D [1655 0 R /XYZ 126.425 162.358 null] +>> endobj +1651 0 obj << +/D [1655 0 R /XYZ 427.17 162.358 null] +>> endobj +1654 0 obj << +/Font << /F15 542 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1667 0 obj << +/Length 1155 +/Filter /FlateDecode +>> +stream +x͘ˎ6~ +-eݦhM5]Oq9$%KD(M?",3Ub<Ac7uL\?(0˴FLi/0UQ/#ݟ`^fgǫZpYˁy+h诫ٻ s_E58`Zb{xy(TsiYJrǗͿ-Ja166}4twiӠ xqsvehՎ6H49nwl1.{Rĝ&o %"$ge'pSrǢ%=+z>ӧgT0zD~yO*>w +2!d]1( endstream +endobj +1666 0 obj << +/Type /Page +/Contents 1667 0 R +/Resources 1665 0 R +/MediaBox [0 0 612 792] +/Parent 1619 0 R +>> endobj +1668 0 obj << +/D [1666 0 R /XYZ 147.6 748.8 null] +>> endobj +1652 0 obj << +/D [1666 0 R /XYZ 243.003 695.077 null] +>> endobj +1669 0 obj << +/D [1666 0 R /XYZ 110.812 565.883 null] +>> endobj +1670 0 obj << +/D [1666 0 R /XYZ 398.606 565.883 null] +>> endobj +1671 0 obj << +/D [1666 0 R /XYZ 123.619 436.688 null] +>> endobj +1672 0 obj << +/D [1666 0 R /XYZ 388 436.688 null] +>> endobj +1673 0 obj << +/D [1666 0 R /XYZ 110.812 307.493 null] +>> endobj +1674 0 obj << +/D [1666 0 R /XYZ 375.193 307.493 null] +>> endobj +1675 0 obj << +/D [1666 0 R /XYZ 136.425 164.749 null] +>> endobj +1653 0 obj << +/D [1666 0 R /XYZ 422.018 164.749 null] +>> endobj +1665 0 obj << +/Font << /F15 542 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1678 0 obj << +/Length 1581 +/Filter /FlateDecode +>> +stream +xYKo8W(+>%r-6 ޲Sc˶Ev-mi˲("Mtxʘ2<>]^y, +NǦjj%>?uf$6/̡6mܵ +.1MLW|RJBc m٠ IUS+zآy{ikKe"b0E(.T|;)Tu0|Lǯ+@hY`gC{)_rf= +JF#y煁3ciP(Bxi|Zh # +~Ow!kNOzM IKE;}It$eFKYȷ r+FNoDi+Z[,Dmt%U}_.w @4s$y2Y &I1za=oe^1m 1\P(=$DNAwxc+FL3 2Ni3L*eO7|>׮D1R`*҆d6媡|.}W^v5b2Q U9aekj1> endobj +1680 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.201 354.246 281.568 366.238] +/Subtype /Link +/A << /S /GoTo /D (figure.37) >> +>> endobj +1681 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [290.566 354.246 337.933 366.238] +/Subtype /Link +/A << /S /GoTo /D (figure.45) >> +>> endobj +1682 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [501.21 279.764 514.112 288.787] +/Subtype /Link +/A << /S /GoTo /D (cite.caption) >> +>> endobj +1679 0 obj << +/D [1677 0 R /XYZ 147.6 748.8 null] +>> endobj +362 0 obj << +/D [1677 0 R /XYZ 147.6 326.731 null] +>> endobj +1504 0 obj << +/D [1677 0 R /XYZ 147.6 262.768 null] +>> endobj +1676 0 obj << +/Font << /F25 580 0 R /F15 542 0 R /F39 553 0 R /F47 594 0 R /F38 550 0 R /F41 557 0 R /F48 782 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1685 0 obj << +/Length 2045 +/Filter /FlateDecode +>> +stream +xڭYݏ۸_!'OQ:`nۢA6ɢ/wezH%E IY6-p8q>q'"-K#3E݂G[ m!ssS2JwD&WeZD_rw*ItfA**~S-Zj\Șگ[eT?,i>4]vOK?5`q4YЖn KMRZ+ћlQ(3RB1ct"`<% gP[&Zh!DqB;%,+wvDr@eUO<)*jtfN'QJ(}vNV")uN\hiϵb +>_X3>6+SφưSq'x +9Wy yr<`nXtMqtwHwix(<ʶj֯¤,g4]nяRpV"6yhj-M*Pv[?T[^Ο:\Wm]վ\=o6(uƿçLҌuݠ>wWoLZq[y8{ƹFQm)r"H`l_ ,2fXHە1:ѢǪsHq¨!`A zLKD +wSݣs n煱$)226ci8Fڇd$d/wVm1&:g]0p{6#I rOp4M-10iX iY_DGd$41F`) Y iowreY/}S +. b +3e"PTn)^c.PLlhsfJG^Wa=4-\xuYe<bNTԐ +;mh:{];BQs&‹ +4ZѠŚ4)qVĞŻ <=<\ Ae~91_}<  jrrAZ3@% 󝻁FKbo*WbiqƟc@T\<52g!kd$d&+^40KF"3g]\)ߌ +m6/˙'ZʏmAɚS[JJ$Z\!eNOJih!IgS(l?ԔѼ+}rUI/ [endstream +endobj +1684 0 obj << +/Type /Page +/Contents 1685 0 R +/Resources 1683 0 R +/MediaBox [0 0 612 792] +/Parent 1693 0 R +/Annots [ 1687 0 R 1690 0 R 1691 0 R ] +>> endobj +1687 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.816 575.576 253.142 587.266] +/Subtype /Link +/A << /S /GoTo /D (figure.46) >> +>> endobj +1690 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [163.54 277.147 207.236 288.837] +/Subtype /Link +/A << /S /GoTo /D (table.15) >> +>> endobj +1691 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [262.756 169.009 310.081 180.698] +/Subtype /Link +/A << /S /GoTo /D (figure.47) >> +>> endobj +1686 0 obj << +/D [1684 0 R /XYZ 147.6 748.8 null] +>> endobj +1688 0 obj << +/D [1684 0 R /XYZ 147.6 519.6 null] +>> endobj +1505 0 obj << +/D [1684 0 R /XYZ 147.6 469.399 null] +>> endobj +1689 0 obj << +/D [1684 0 R /XYZ 147.6 303.781 null] +>> endobj +1692 0 obj << +/D [1684 0 R /XYZ 268.018 128.375 null] +>> endobj +1683 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F47 594 0 R /F27 536 0 R /F41 557 0 R /F38 550 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1696 0 obj << +/Length 2373 +/Filter /FlateDecode +>> +stream +xڵYoF_AG.%]]#$Q!fvv)R\NCo,JIiiw4/yihkSovx}-eizB'o_/W]1erdq\Ӧߋ.]_zA'$j&iEF]4[yt ~50`j~ KY2'5BLϴ2:L:7xRɓ\ɑlUۦ"hY3hC$EвoQ#UFE[V + +eeDN|f~-P&DuGeSUNU,WJIp1|v@A@@j-mahkkŘI.vKȠWy +cg}[ C*9,M XBN83w`*T#l}b=P #+\d"S/CHŽfWY&ZY +.e.,uʵ &F.Mpʺu}D[M:&izJzFYwǖ,,uZGR E,F lAə+_s]q>f$7Zۡ삵 %:3|^Ǽ,V9*! zBi[ ?OP4q[Gr %66V2Od7(G )Jq?  +5Yd=L5Ty,QCA \'b[[;&-:JpM@ۥF3o@O)!PtThKOWDQ;mkrb=Z~N)OBs3`FRprH'\AuAW&FYmW@LO{zfSb + ^;:g@Tx ;Z jPt4T2ZPaG#5KQb ,MXUIkݦAn`%Ij^,opTi\ K"3h+k@~juۅz-@Z7V*)΅Mx#ZFq2.=+/ڻϳv>! +ڽ״Q^w L.*QuflR,;t:6?3,ᶫmmYaU5*eUPO|"m ,-xt ~T3=OpZ'p`$! 2ٝS?A6d"t%%*|i,OMNnXy">R#$ngk;xDo?k"c96<@a4s ؁w"z?62]6 D*d+iHJi.U y{}HGnK6K2%F%G~byng߶؈եIP&y‘t0X\yFQtG TRўfz-8uȠɗQ*+ 6\9F8Vh6񓁍'[1^@!9[yp3" =Ӑpm{~Eվ;]H?z10_IJP+ Bz)N<` @:xB{q7B- +enh/BGrv=#z hyS[YM<2Οh! :9ƒ ҂ȱz3> endobj +1699 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 718.783 188.41 730.472] +/Subtype /Link +/A << /S /GoTo /D (table.17) >> +>> endobj +1700 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [271.786 484.063 319.112 495.753] +/Subtype /Link +/A << /S /GoTo /D (figure.48) >> +>> endobj +1703 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 339.777 191.045 351.467] +/Subtype /Link +/A << /S /GoTo /D (table.17) >> +>> endobj +1704 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [258.453 222.617 305.778 234.306] +/Subtype /Link +/A << /S /GoTo /D (figure.49) >> +>> endobj +1697 0 obj << +/D [1695 0 R /XYZ 147.6 748.8 null] +>> endobj +1698 0 obj << +/D [1695 0 R /XYZ 147.6 748.8 null] +>> endobj +1701 0 obj << +/D [1695 0 R /XYZ 278.143 438.144 null] +>> endobj +1702 0 obj << +/D [1695 0 R /XYZ 147.6 366.411 null] +>> endobj +1705 0 obj << +/D [1695 0 R /XYZ 280.325 176.698 null] +>> endobj +1694 0 obj << +/Font << /F41 557 0 R /F15 542 0 R /F39 553 0 R /F37 1411 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1708 0 obj << +/Length 3144 +/Filter /FlateDecode +>> +stream +xڭk +"2pVD&"A4(pZk %GooyzY[EDgщ D TALd&vᶓ?P LL|~Di&TX<,vLjK[e >(n`K@ǕaqmQ}P8w+J>L|LG&x9 7RҩOJ]E4dHuLNFDCo wD*qnjcQ=5^w[l_nԝ*nlKw/>A*R@~ +AL|q(rrq݅2c>/PfW$t30P!\^Ф[` )qKg ."m?cH0IJqŸj8 tpzO,yao==zfGlǹuO(IDwZy@e:C׋{`oq#s<,X Ei^^=5 +cRTz)|sXҚH._GLi"IG:N[I%OESbD +1 \2CًvFqyvLgJ8'Ra5QumstܖӰ:[blbk`ĖƐӃ$1˺b=±twMn:Mi=ant=%=.T'hoAxǀ\Ґv_p?VUBOsAc" 62(>& v &'" L@'P(RDZ!Y23J$\x,1$1{s0/cb;K:6h)4D'iFG?(旛xzuI8kZ e}MoW(b֗dbٳq3~_ 5^l(b[`Inxf5v旋 k%% *I + 4kCMt _vƥM2[B\6]BkYmVQV5E5.M9? +kYAl[^"DElsméxpH{@9YaZ{}̏mMX!rlFB SWP9-pu,CKy|u{2#˭uGX$x$X"txbJhGjA2*ڎ[Hq^8:Wl!wT 3m`]y+xZ4G.rDe}Ut:TNOÂ}&2r5L>p`ؙ)t1jys$ f܉GJBڸh3 GgayϿ!c +y.n͠#RuѸ㝧5cgCV9SNܿ PDHAD MSr ]FCtR0pmM34 # HLL7EK3Ul1S2 ۈle3 a쀏TU "X0!j[^S \*;1~|'ѝrw҂*wsJ46!()yes˗-憴),PlSCeax}QLjj2_OcpSXE0l}#1/uF(=[%A:ԩyPe+fGg4bw$9p2&Nf4ޮ 3Fzl 1h=tZ|E/Լ@~)}:qW`bg b\,T[wX]ᔺ8?j e;tj6lݸ_mQ쮍TJ"&*ՁG'\߉pOv w[=bWƔ&`4DfwѬmo> endobj +1711 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 717.189 190.234 728.878] +/Subtype /Link +/A << /S /GoTo /D (table.18) >> +>> endobj +1712 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [159.843 641.664 207.682 654.565] +/Subtype /Link +/A << /S /GoTo /D (figure.16) >> +>> endobj +1713 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [262.756 536.427 310.081 548.117] +/Subtype /Link +/A << /S /GoTo /D (figure.50) >> +>> endobj +1715 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [240.194 325.584 291.122 337.5] +/Subtype /Link +/A << /S /GoTo /D (section.17) >> +>> endobj +1709 0 obj << +/D [1707 0 R /XYZ 147.6 748.8 null] +>> endobj +1710 0 obj << +/D [1707 0 R /XYZ 147.6 748.8 null] +>> endobj +1714 0 obj << +/D [1707 0 R /XYZ 262.067 494.709 null] +>> endobj +366 0 obj << +/D [1707 0 R /XYZ 147.6 423.816 null] +>> endobj +1706 0 obj << +/Font << /F41 557 0 R /F15 542 0 R /F39 553 0 R /F37 1411 0 R /F47 594 0 R /F48 782 0 R /F65 1185 0 R /F32 545 0 R /F38 550 0 R >> +/XObject << /Im16 1556 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1718 0 obj << +/Length 3798 +/Filter /FlateDecode +>> +stream +xڝZݏ6߿Ke V/I]pi[b[dgo>HioZYKhH g~3XdO,.|Q2-]B?VBwZT.V÷?}ZRgbqyzIuZI?hi_3aa=*&=CCW˕&y۞?kLMߖ7KEf+eU@Bk2\kRkWhM(oh.FJiYɈ5keJ)<I͡9V[G7̭rta)sӑd$G)9,#oOjڷg43ZSTHrCY%oPlĸ(Q`N9 +{N茶>~Ti!sٺݣFa-$?U Q/&ّjGUpOYݩYW;nպ>⊤~h;Z%XxPі&Yi C @6Q=fe'kLߟU2]yrbB1J̐ -Ŗ3ўǩ3IL_4~5{ +MթJ\֮hv6 AP+9gMbIgJV7SȒ9Rlf"Dm](D-D!qcsu<>dPtEٞˆqqAЉA(ޙL~9?rQ` f!zJv~Jbvjs#Ƞ{,UҺ:?mIm>LhM+li'IY*,0Y'u*dvhl Pk +69Rށ1B㑬UL 3Q=Uج2E5ww"-mR'քL_`?V]]oy V:+I%!"g"s>%BBʩӁ/n` +hi 1E/a +c0󑦘f)Tͧ/RLwa:eҼ4ad2pg&':|Ghb뢱3D&5=o|h0GR@n d_#j E +XG̮ GԮoijcR}zX{j6.QT/H&̦ +y|$g83C$oD7ps-m8v4(EJ+=8ʓ6rc Si>8˾lK4ZO-HUci B<o5U7z+Mb!oX`S@V'D mq*t"_*7r?1m9`^uu.NW~Cݪ ,!^R-u ʢbRTė󀄑9Df LCC0fX YJ/D`8.L U89.;0oy~hOBÐ[s3,:PҥHE?c1:-$qЎ]/^:EjKN\v I^3V\^<؉r|@Ϳqy5p*Ɖ@M3G,aʰB+ZȐCrݗ `@xXٴPGS,G,ͣ}FɲULOwOuGZQv25aϱBkqd'$S Baw/eC?c[9̢-$ K"qXCl&C)<ŔX|i \]Q%bVl!k.jC;@F/MqF>+euC̟BODۙǜqSY;0kti+SkP52* & +O瓀&K90>ֻvY_]ǧ&n|ej8r#b~Ϋ|ebI/T|XWXC?"6Jt11n\VeLػ[`kng,C ظ_ .P߀߅/ +n;  8tW}p2f9Hwuz6#=sW, xo26bW +yh(Ӛ'(f(3g8ld2{%s@vhE*2Fö Qj 60‰d*9xKs$ +la(3 /Nf>MJȢK.) LE9ͫX C.oU(wwdKͮQ92ǚI(lzyp=,5wXzz4;|M>KPxP}qw;PAMɿrJ'toY_Yf:CuBDW;;V]IV*}Uj? hsسt b҄Ges匣y #Y禨 P] ?Dg=>_1(jlOR' úv9cw>ry1vA2<5eW=E9ƹVzGo utre$SL'Z0cg}ݹGھBHZ&3`\)j\ wLsyd}a]B~x +E\n#R/XmNlo +c[n)DޥS)pD~J|v^wH>\G2H4/F~= +gMV u8g|JҌV9,-tXydv\I%pTlީj\:`Ê\/H9{?Ǫ#3?߹-F\ Z86: +#$s^6M 0 3-]\]Lo(Rm%[h<;j j8r50f:KLq]{xСe/)j> endobj +1720 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.877 672.135 234.947 685.037] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.1) >> +>> endobj +1721 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.821 573.092 532.217 585.993] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.3) >> +>> endobj +1722 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.81 541.794 548.197 554.696] +/Subtype /Link +/A << /S /GoTo /D (section.22) >> +>> endobj +1723 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.877 528.245 211.41 541.147] +/Subtype /Link +/A << /S /GoTo /D (section.22) >> +>> endobj +1724 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [477.548 528.245 530.838 541.147] +/Subtype /Link +/A << /S /GoTo /D (section.30) >> +>> endobj +1719 0 obj << +/D [1717 0 R /XYZ 147.6 748.8 null] +>> endobj +370 0 obj << +/D [1717 0 R /XYZ 147.6 500.695 null] +>> endobj +374 0 obj << +/D [1717 0 R /XYZ 147.6 190.146 null] +>> endobj +1716 0 obj << +/Font << /F15 542 0 R /F42 560 0 R /F39 553 0 R /F32 545 0 R /F47 594 0 R /F38 550 0 R /F48 782 0 R /F61 977 0 R /F35 539 0 R /F20 576 0 R /F18 573 0 R /F62 982 0 R /F25 580 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1727 0 obj << +/Length 3350 +/Filter /FlateDecode +>> +stream +xڭk +@Q-pfėWCM4 @Z[UϖIeq %ap(XIp87-71ɍ4H6Dٝ^śJa0 mMlElf+cǣjj~8r *<=TeU멹?wkxji͙GG?B43&e&_,&RG3G;;FWQ#/xpM ;8]SyX#fpQD(Z&VN;{Nà֊ޫNMxt {$%'@<5}ߜvKGyRc"U(WVdfF"u8ni"k #*d7q_hgPw_HnCqI^QEq)q2(]{_9~y]qtvV)աbFvG^뒫L +MC,e}e]p&]$+П|[sH!kSv)&bQchSMۼ#P͠b6' )#Njs'Wh,/ھ,a2ij!5\d^f1#Tڔ565~,*"EfTܾ?Ʋ6C +Gr3Xczn `(~I9T%SsYj-Cg2"^e@o''տc5E?T06ۉ%E]]%P Ls=foA%z.P +Drә =S@CWa lj5&%npgRe(} +T7=/ZND4㱂-'Z=Fi;rkr ?Ii 'ߣ.wv#%Y*ǎXX 2F%UZ?*X.Jck!#+M\1>a~FƬ17v հ"\I% ?Kl+3<'+ZIz +hƽr.uajx.`fCu쥍ܺh+5I4rH9n>:xv[g74KtёաZ+W eS?R$r4ڗI>eǪTdzixۑƲ2[ǵz5w<:xe'HfJH6Zj'l%k2KEҁ 2 vr G r'C ;A4sF3\@W]σ?t<:q g*z{A.NoTAl~A_ŷd6n PTtVCޤYd +j 0qF#2i5&lttrlC1Т뇚ˆk}a2MS(t>="@dX-`)9Ŋ(;+).[[J(8 m'bCY-'8TGy.浉:ItNU( +lݘkGz s*Uw(2p$#"n) Vqfn?,G:h3@láܷx;.$p,~g7 MWK@ rYurɪ=S qpy];.X9Nՙ`ʧF_C5R.k +A!|=uWn`6״RdWuС5/ǦN,:Ouj[-/-][9s Oq>EM={l)%yPpl2 }Ob;Xt/Sp&ԁ8[`^9pesJrWPCiPoaI!t5'$*J +~|-GE9 4bendstream +endobj +1726 0 obj << +/Type /Page +/Contents 1727 0 R +/Resources 1725 0 R +/MediaBox [0 0 612 792] +/Parent 1693 0 R +/Annots [ 1729 0 R 1730 0 R 1731 0 R 1733 0 R 1734 0 R 1735 0 R ] +>> endobj +1729 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [370.752 613.872 423.32 625.865] +/Subtype /Link +/A << /S /GoTo /D (section.21) >> +>> endobj +1730 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.81 328 548.197 339.992] +/Subtype /Link +/A << /S /GoTo /D (section.21) >> +>> endobj +1731 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 316.347 183.159 328.037] +/Subtype /Link +/A << /S /GoTo /D (section.21) >> +>> endobj +1733 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [192.362 304.392 239.687 316.082] +/Subtype /Link +/A << /S /GoTo /D (figure.51) >> +>> endobj +1734 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [291.905 209.149 339.503 220.839] +/Subtype /Link +/A << /S /GoTo /D (figure.51) >> +>> endobj +1735 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [442.128 78.44 492.905 90.129] +/Subtype /Link +/A << /S /GoTo /D (section.20) >> +>> endobj +1728 0 obj << +/D [1726 0 R /XYZ 147.6 748.8 null] +>> endobj +378 0 obj << +/D [1726 0 R /XYZ 147.6 585.183 null] +>> endobj +1732 0 obj << +/D [1726 0 R /XYZ 115.528 312.571 null] +>> endobj +1725 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F38 550 0 R /F47 594 0 R /F32 545 0 R /F42 560 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1739 0 obj << +/Length 2764 +/Filter /FlateDecode +>> +stream +xڝYo6B Ct}hAGXYr%"~ eR"@pH7366YEMa7M~"Y#3aX, +s4EhuY5ZfrQ] ѴZ6Xm1T8G G5N/@tu%ᢙ\ N(muh6P /k* Nᬌmt=+[ e'}^|UK]f@CH7 E'5A O0Е=,kA)mvquQx)hxfT_]#n@ڲB h8^oP[l?N=\JdU߾Sy )8\(ˢ;Hz"4sn2Y] 躪8ndJN\:u? \QK:HNtuױ(&L.we=Jc¯B. %I$Ú'z ^PJ3Pi*)_[Ws΁mDCiYCE&-j{Gd6cutG@w[]]:ךG4a/P2q"+d\ Zxv`>0n mxZ)mWwu5X~fa!- '9W'"4=-aX 1 Zݡrcweq'<2qn LDٷ `!xY.kraeIWUNb=25)ke +`X; NP/7 ѻ摜zfPi;Um'bk2p<6pPوI:Q:JST}xɂ^4<å*6 p3p4lf6ph-㏜׃_ +ʤ0Av0C-whyVnO,bB0B=:LvrV񗼺mi;,{NRn/μtTJ'AIfsbGo6ۇ7n(O*t 8+t]K7 31إUWX`YQm%$(njzo2`{^Sޭ3**8pV,p + t꒏jq!@+L h!6iqgW2^s m&qڍqL)C㾭}|lʺYzJ0̓69@Jp5葤ƭE`Cy^84TV> +?J86@"TyABI<8U|ͱ:Rw.;2k ti f1@0[+AVL#rH[X,p0hL_Ƥɽ .Xx\GH +ߜ9S4.LT,vͨbt:&(K鉪ѫ߸yysQzUyFtc1_{<މYTZ!}@5t72: +>@@ s&'Y!^bʮ}iKa\ىBzocF.fbV#=ooE$2čaňe?r,ޗbPC)~qbٔKv`d-}Jmtendstream +endobj +1738 0 obj << +/Type /Page +/Contents 1739 0 R +/Resources 1737 0 R +/MediaBox [0 0 612 792] +/Parent 1693 0 R +/Annots [ 1741 0 R 1742 0 R 1743 0 R 1744 0 R ] +>> endobj +1736 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (wide.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 1746 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 360.00000000 54.00000000] +/Resources << +/ProcSet [ /PDF /Text ] +/ExtGState << +/R4 1747 0 R +>>/Font << /R10 1748 0 R >> +>> +/Length 1749 0 R +/Filter /FlateDecode +>> +stream +x5 +1W*H܍\JV!`b!Sxk~ +Ë)\͊5ZgQ#@_!c[]-j o[`q3MV8SDlqKa$endstream +endobj +1746 0 obj +<< +/Producer (ESP Ghostscript 7.07) +>> +endobj +1747 0 obj +<< +/Type /ExtGState +/Name /R4 +/TR /Identity +/OPM 1 +/SM 0.02 +>> +endobj +1748 0 obj +<< +/Subtype /Type1 +/BaseFont /RRTOHI#2BTimes-Bold +/Type /Font +/Name /R10 +/FontDescriptor 1750 0 R +/FirstChar 32 +/LastChar 251 +/Widths [ 250 333 555 500 500 1000 833 333 333 333 500 570 250 333 250 278 500 500 500 500 500 500 500 500 500 500 333 333 570 570 570 500 930 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 333 278 333 581 500 333 500 556 444 556 444 333 500 556 278 333 556 278 833 556 500 556 556 444 389 333 556 500 722 500 500 444 394 220 394 520 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 333 500 500 167 500 500 500 500 278 500 500 333 333 556 556 250 500 500 500 250 250 540 350 333 500 500 500 1000 1000 250 500 250 333 333 333 333 333 333 333 333 250 333 333 250 333 333 333 1000 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 250 1000 250 300 250 250 250 250 667 778 1000 330 250 250 250 250 250 722 250 250 250 278 250 250 278 500 722 556] +>> +endobj +1749 0 obj +132 +endobj +1750 0 obj +<< +/Type /FontDescriptor +/FontName /RRTOHI#2BTimes-Bold +/FontBBox [ -168 -341 1093 960] +/Flags 34 +/Ascent 960 +/CapHeight 692 +/Descent -341 +/ItalicAngle 0 +/StemV 169 +/MissingWidth 250 +/XHeight 473 +/CharSet (/space/comma/A/G/V/W/a/c/d/e/h/i/p/r/y) +/FontFile3 1751 0 R +>> +endobj +1751 0 obj +<< +/Subtype /Type1C +/Filter /FlateDecode +/Length 1752 0 R +>> +stream +xemPWǟdHVnKahYeV]E@ + $ $ +H%1OE@Pluu6mDZcgtw$vЄ 6# 1.K5=te/wnS͍13kiE_I^&!櫕ʅv +&nG_Ewб66( Ѕv!0EBHDBL筐wum36ַaD ЄA5H~HnYŮ~ qoA9ԁhfS`O};'nj A7DDffjeb<ܾ c$TgdW[=c`LM!:aRtL/Cܾ;$!x Ulx6jս'P  +eLmqUvk؈ qus2tz_!ȤCah]71 SN̆ǻi& dcd3.F4VML\..uy+9q9qYcBnp3(NJNiCfL1[CX avʼnmX`VL=}.rt\vzէ T yU@3|nFݪnoo&W7DϘ$7H1)2Ӱa2YB?Ku{{Ñ\>.fIOu zG8Hݬ8 CvJĀ#~֋啗~T1Ƕ~֋{14U\*}ㇶbk($" FQqendstream +endobj +1752 0 obj +1762 +endobj +1741 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [322.988 734.723 373.784 746.413] +/Subtype /Link +/A << /S /GoTo /D (section.21) >> +>> endobj +1742 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [374.089 635.037 433.657 647.939] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.4) >> +>> endobj +1743 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [402.448 554.23 454.652 567.131] +/Subtype /Link +/A << /S /GoTo /D (section.22) >> +>> endobj +1744 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [297.877 291.348 345.203 303.038] +/Subtype /Link +/A << /S /GoTo /D (figure.52) >> +>> endobj +1740 0 obj << +/D [1738 0 R /XYZ 147.6 748.8 null] +>> endobj +382 0 obj << +/D [1738 0 R /XYZ 147.6 619.827 null] +>> endobj +386 0 obj << +/D [1738 0 R /XYZ 147.6 337.248 null] +>> endobj +1745 0 obj << +/D [1738 0 R /XYZ 325.446 120.87 null] +>> endobj +1737 0 obj << +/Font << /F42 560 0 R /F15 542 0 R /F39 553 0 R /F32 545 0 R /F38 550 0 R /F47 594 0 R >> +/XObject << /Im17 1736 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1755 0 obj << +/Length 2450 +/Filter /FlateDecode +>> +stream +xYo~+@?jpAp)Z--2H*:Cy쒔DnoɅ4IDX= kNeL-!lU 7w2\@Atu,#_͝NTRa<s֬j52x $2NYfe[l'F>XFk\J]:*JS~ˁ^*/~ AWb@v<9/XH0J8s払P&r<+II.5IC0}d4I?&OH=ykE#km7px{Dn{8K"J#f ;ZDL"4/B3to +~8$ht$Ճ-=KpyWOp>p| p}5"DC8j$/Q[G3<!J+ +䯥8<PeMS'kHh?s'x-hH{al` +%JN`TwcZC\®!-Q^=Zy5L-y2TAGvJUi Q< \Tu Ï]F9|+D.Wʹq݅ +p8̰朠N|9g8*Z8.q-n󦘭\aIo\#b\*\$P"GR=C904x7Nv/p2?8@K%1 +3 +&K]wBh#Lp0 mSoټpuw3x oU-bOBWAg(nI= Ym5gbv\yh]:UORa˛lZ `sMݒ} +Pfe}FO29& bԇ8Ad;_ ] AMt>E+e/5[4KI#Fvnv_h@\ Ljmѽ96aZ:fnf >('*%'L<E0ԦzKYf4K؈$''grklO5tdq6A +N#"KFd6"No,ʧdHmw=蒽=NF0YS~A$"O,~(rjneՏ۔ 8w% j/<8۞D$5 Usgɻi\m8I˰-PT-DQS6Έx> 6>f5D^΁b>8- ؼ&ʅUa62Gfˉ|Sw]YB2z6"U=np-L)e|g/-cON-0PXTżW-.\$:^^bnݳ:3~ ByvNp֏l%qܹf0Qը,Ioże +-BW9 _T*ѳOZ3, ^HH-*@"';}, +qOo2eւ0_w.ޝfi'k6M~j\ +$~;H +1،oJ]4{jp>JSd$ L@A5$D4BW2k\5wЂlQ%`Fzڧ'Ϲ.n0Ǿ~6Yuf_$7'ݹ3]~!f*.?8ʫjK5y>Jİ0k 4@/} $3c9Ry.|.lendstream +endobj +1754 0 obj << +/Type /Page +/Contents 1755 0 R +/Resources 1753 0 R +/MediaBox [0 0 612 792] +/Parent 1760 0 R +>> endobj +1756 0 obj << +/D [1754 0 R /XYZ 147.6 748.8 null] +>> endobj +390 0 obj << +/D [1754 0 R /XYZ 147.6 636.864 null] +>> endobj +394 0 obj << +/D [1754 0 R /XYZ 147.6 297.069 null] +>> endobj +1757 0 obj << +/D [1754 0 R /XYZ 147.6 242.132 null] +>> endobj +1758 0 obj << +/D [1754 0 R /XYZ 147.6 196.698 null] +>> endobj +1759 0 obj << +/D [1754 0 R /XYZ 147.6 153.991 null] +>> endobj +1753 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F47 594 0 R /F38 550 0 R /F25 580 0 R /F32 545 0 R /F42 560 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1763 0 obj << +/Length 3050 +/Filter /FlateDecode +>> +stream +xڝZKoW]Q@4p^Mh$ Ze62T#y ɡHJ`g̜w\'Ҥ.R[nz#2V<Ȓl_:H$oF-8[=,"˒EKt}R2^~]0-<͈LB.~\ʨo+Cɷ +/.:VJ0Phd>4yh|ٝ`GdfJ`qVgTbVMΏrp ti RkA'bOC > zZ5E#LA$_ +*<ۖ*߯0s$CeYi1cFG^l{vԁ`_p74ILF'8;:Z#8ǽedz9Mx~.*b}C&x]u䁂i^&U,RP% |AѴD^ +hKQz˜$7(3q_IRx}S96vFd+bXϸy-Q`STd)h h9m'dDf{*1#kaX2O 41F}v̓i^ :͞aI \B m . VGO-l+wdBm{(vj +DZW$V@(G~]1~>)MΊ(=\q.FD-칀qpa|F tߠrIM,AC#E/z$ Mb4 rJbOE[~UV9lH(Ϸy +rsC$?P`^V:(' 90]tҞ䂗zWO8N;jP ϒ/-=9RC)`#~]l4vE! DعLW#>M]-? S f+n'>IaoJqE.ʲ_r *Xc3>#PnJ nmTy˼BA@ +O; z`1BJa %2ubXSP28`LR*ryZO-/$hp;nX$3]3K$ۈք=Gif0Ӥlgd|I㨨z+Bc"، +;ea& lDퟘnSMUD 1hӊT0O8 ލ)NퟧX-##VV`8C Ui#0!Dtk!J5u|׽^R2j:-%/O0G$I*zB דm +fCre1p]5UunhS-: :nw~0<AD~ki= gGO )qRf:VXփRk Tdz\QE]݄+n=~+0]kQ[=ƚ{@9lòd.D``(A\fPѺ~&Fueu>Β"1h$zW|n;yyŀ]Ke eBq6-X Vn^`ɀQ Y]ξMQ#A(%uQCp6@Ԩ=;;9O"'^EcuԲ7CB풜 }⻏::%u۾=Bj + +؉jiW1% IM e-%F;p .6!z[6G + +\O-fy}|.6pw?ca%wZ˓;*B=N$: z]2z2R3on hЭ4cԭ/S +=rHinUx;o|EALܴtyHEo= FY_*xS3Vq9n/Rҧ:b~_eEatԓ#R[krJLDϕx*3NLPffK_ +K={tZhU` NI>)@B ;إ{%w]3H<yu-Xfa]cKGq[to炄RFiv]gDK3D30n~"|ktH0<ѕ8?guɴ0n2\T:d`'m1xѓQN;;2.F Ln>~$3x߱iO7b͇`B7x:~BBD$q2|Y+RK k>-橤ļ`5cv/F*C 0 +ƊlpiFW2|abUd}(w~b:*Ià;;Ag}#OiO/HK]a`6T܁.7Cn%u>3MU^=v4T׹+)w?0} .zxMHZrϘhR +ߪA݄]A_+(D@񵠴&0V"rftq)]hB_!8$~SmA]gېF=73Z4|e%޷|? G,77$ZK,(xendstream +endobj +1762 0 obj << +/Type /Page +/Contents 1763 0 R +/Resources 1761 0 R +/MediaBox [0 0 612 792] +/Parent 1760 0 R +/Annots [ 1765 0 R 1766 0 R 1767 0 R ] +>> endobj +1765 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [362.968 616.757 422.536 629.659] +/Subtype /Link +/A << /S /GoTo /D (subsection.19.6) >> +>> endobj +1766 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [272.543 585.176 323.627 598.077] +/Subtype /Link +/A << /S /GoTo /D (section.28) >> +>> endobj +1767 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [192.452 154.61 239.778 166.3] +/Subtype /Link +/A << /S /GoTo /D (figure.53) >> +>> endobj +1764 0 obj << +/D [1762 0 R /XYZ 147.6 748.8 null] +>> endobj +398 0 obj << +/D [1762 0 R /XYZ 147.6 570.907 null] +>> endobj +402 0 obj << +/D [1762 0 R /XYZ 147.6 283.797 null] +>> endobj +1761 0 obj << +/Font << /F42 560 0 R /F15 542 0 R /F39 553 0 R /F32 545 0 R /F38 550 0 R /F47 594 0 R /F20 576 0 R /F18 573 0 R /F25 580 0 R /F62 982 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1771 0 obj << +/Length 268 +/Filter /FlateDecode +>> +stream +x}QN0 +|LM6pXvІ&-C9${~{a = ,F$a׭!|gxC +TB c=vC1IJ.D4PΞ~~, ,O["{Uz׍Y\fмA$@Df֛[W Wͺt+x&_t^{ims2Ii&Y<չ!H _.$ cGF?aF| uendstream +endobj +1770 0 obj << +/Type /Page +/Contents 1771 0 R +/Resources 1769 0 R +/MediaBox [0 0 612 792] +/Parent 1760 0 R +>> endobj +1772 0 obj << +/D [1770 0 R /XYZ 147.6 748.8 null] +>> endobj +1768 0 obj << +/D [1770 0 R /XYZ 662.896 19.661 null] +>> endobj +1769 0 obj << +/Font << /F15 542 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1775 0 obj << +/Length 3036 +/Filter /FlateDecode +>> +stream +xڭZKܸϯ%X5`qŗ$CvCAӭz%uƃ{X-uxpKdH~ <*eIex{wצ" \Y5JZů,ғkR9KG?5oatk*U]m9yx_0F0e _sDMHlSbb\x!-1B< +Ia4 ub#Y*0o%$.<ٰ7 PXdM +քg}s6+=5L +Ro^+$R8e93uG $W`Q*/_,&頾a&G%5|U(&K $N\~$*Nsmqfg +ԣIxU6 N6b *0SB q؇ |=h7.Ў0PP"4QZx +~HxAOxЉڌޯ +@8b\ԗ NЭFtO=BgOZBTIeS^lڇa͙p۔63nhb oi#Ъiiʩ%AЩ@FvM`VIj]J$7o (eBQ5b& m/ZG|e]|K3TWDz𡬷yW`è C׮?$]^'~qߜ3-ݨȟ{ e}AZ~|sY]џO/O~f7`B%8E&Ӡ{D5<<ӯa4$nh*ByT;vQN3'Vs^DnqPA" H8C&LVzPp5 VH.3fb";/9xWSCR!^voaC cd~#%kn:g;l|26Eݷ\QZ".T;MFdMjS)\mdl"ˁͧJsW]B݄LT!1g)sXeÔ^'b(%ɀB#P] O碳mς^+ӀjɺRk:p;"pop6vw?}P>M3M7vJ䄹?1ո6,>/vMʱiHɠ[2CHG +5WiI?\b%Ӷ8ůjɂ'x7&8qg}>sqc,cCOādL8  2 Ðd1}p_JxnxwO~]ֶ"O{nVD)6dY%l\%n(iBj}+wz*c' `op+71g|t2$M=X0~n/|m25ug7e75/Lii~༵;m2#K9M\b5QaaSOk\C ~n g|}^_ZARڌZO< /⿘vaiendstream +endobj +1774 0 obj << +/Type /Page +/Contents 1775 0 R +/Resources 1773 0 R +/MediaBox [0 0 612 792] +/Parent 1760 0 R +/Annots [ 1777 0 R 1778 0 R 1779 0 R 1780 0 R 1781 0 R ] +>> endobj +1777 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [273.605 421.673 294.991 433.362] +/Subtype /Link +/A << /S /GoTo /D (subsection.24.1) >> +>> endobj +1778 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [320.529 421.673 341.916 433.362] +/Subtype /Link +/A << /S /GoTo /D (subsection.24.2) >> +>> endobj +1779 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [192.452 225.494 239.778 237.183] +/Subtype /Link +/A << /S /GoTo /D (figure.54) >> +>> endobj +1780 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [526.81 198.396 548.197 210.085] +/Subtype /Link +/A << /S /GoTo /D (subsection.24.1) >> +>> endobj +1781 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [168.354 184.543 189.741 196.536] +/Subtype /Link +/A << /S /GoTo /D (subsection.24.2) >> +>> endobj +1776 0 obj << +/D [1774 0 R /XYZ 147.6 748.8 null] +>> endobj +406 0 obj << +/D [1774 0 R /XYZ 147.6 455.617 null] +>> endobj +410 0 obj << +/D [1774 0 R /XYZ 147.6 156.179 null] +>> endobj +1773 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F42 560 0 R /F47 594 0 R /F38 550 0 R /F32 545 0 R /F20 576 0 R /F18 573 0 R /F62 982 0 R /F52 798 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1785 0 obj << +/Length 1839 +/Filter /FlateDecode +>> +stream +xڥXK6W(#>EihNMvl ʎ-g,;!eo"f3!'\$&YmlS[ٍ=!,leM g:sKo ְox2ɯهYwE'\Kg i)蠿ε0S^mL + +1!`w[RE\ZԪ$TT6E(F/(AGpg>\_O@ +`mX&\>kF4/+D? >іv#i&nP?GɰܩQi ' ª1PN٢%-kREw =E<҃0+ +(V#̽:'!jRW0%niŠ>9?\ ƕId0L$>9#} dN`8`bb#[rgn؈juݼܿ[Ոbzkf @ֺYlOj}(zq\/Y7_^yJ.PBYMwddW̨3YxcJJx5'R.3j#E#jwChMݑB~ #`Lb;Y9,z XPDZhΆLjʣ{@bӾ#~sa烎JRqԇ+Fwe = Vvƀų-`Q\zy$58kxKI'jUtKX0]RdA/M*8$[#υ3,qf}j^QDuRm@r}Tu~4>bE<B%0vw_9߇I[g̲vم=Ua6 T蛖*=߁[cbgX]ء:? n'̈́Rᇏ=d@ N4_@jԕ> endobj +1787 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [192.452 348.689 239.778 360.378] +/Subtype /Link +/A << /S /GoTo /D (figure.55) >> +>> endobj +1786 0 obj << +/D [1784 0 R /XYZ 147.6 748.8 null] +>> endobj +1782 0 obj << +/D [1784 0 R /XYZ 463.594 553.141 null] +>> endobj +414 0 obj << +/D [1784 0 R /XYZ 147.6 512.874 null] +>> endobj +1788 0 obj << +/D [1784 0 R /XYZ 446.003 274.34 null] +>> endobj +1783 0 obj << +/Font << /F15 542 0 R /F47 594 0 R /F38 550 0 R /F39 553 0 R /F41 557 0 R /F18 573 0 R /F62 982 0 R /F25 580 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1791 0 obj << +/Length 2733 +/Filter /FlateDecode +>> +stream +xڥYY~_<;xC։Hxl?p$J",v2Odٞ`!]]Uu]Q +2&YBxF;Fi]0.M%i-v*i4sZY2՗渂pGc|4mGk;88j6IȔM[k7>M, -T㸂̀ilzoa<ͩElݎ1՞`Öa@@\jE<%`ԁ4öՅx b_g)N^[0\} +[%|.-mM3uL +=0r!QWkGr~t\K?~A{nq'r\nUW)#э:2h~ L?+43uy?ht aM|q7TJBB¨AȲ 8n%qQ!7;33)O*3ϻaG0YD膡 +%TA;i+`/Ժ\f Ua%&&-( z{a%0ݝ{nojݠvsVNB2k~AȲY/kv6@DwY 6-:7`udF9Y`u/6B*E!ʢx&G0YX8d %@ςdQA\Whv@hPh@ƈCtІk1mGϧ=#z΍EE{7d~߰!LH;$e:@e]Q=3O - .x@Yx3溒Hm2ڇmĀD:OhZZOQ$w"86hsF5bԎ]ȧjQ_|7.6g~t#Mòus9Ȣ=tPc89T}ryu Avw7~~9"UӀ1f~Ѿc?D7 ,29+^ 5&1;e#mYER=CƻzלteR ֧K}n,50:6'wX94ww |nL/x}áWhW!S5.T9[S6Þo}YȷޜևMMYw_G? l)0Emo\.'spJZEZI,H& $Tb +Srgz\?Uw,dKS~ 7ޅtl];/-?]\׊g&<WjOa%gS N=(MpX*Z}tCDl:(lG.ܯϴKpZ瓋4b`q<юRAIdTV0;(F +:i;UP"z ii-!#2CmH +e0G Eoo~~A +וBvuys>4iNP4xjgH&KMQ|d#f$7ă49:Nx]PJv=]cŖAr+} &&mpZ}5ա١=UP /v-p$r] ?ǥ6BuB]K8Bd(ʙ7CDy+qendstream +endobj +1790 0 obj << +/Type /Page +/Contents 1791 0 R +/Resources 1789 0 R +/MediaBox [0 0 612 792] +/Parent 1760 0 R +/Annots [ 1793 0 R 1794 0 R 1795 0 R 1797 0 R 1799 0 R 1800 0 R 1802 0 R ] +>> endobj +1793 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [241.392 675.582 300.96 688.484] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.2) >> +>> endobj +1794 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [360.449 612.969 429.441 624.658] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.25.2.1) >> +>> endobj +1795 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [363.396 585.87 431.897 597.56] +/Subtype /Link +/A << /S /GoTo /D (subsubsection.25.2.2) >> +>> endobj +1797 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [191.936 336.605 238.745 348.295] +/Subtype /Link +/A << /S /GoTo /D (figure.56) >> +>> endobj +1799 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [304.317 218.741 353.005 230.431] +/Subtype /Link +/A << /S /GoTo /D (figure.56) >> +>> endobj +1800 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [471.377 205.192 531.995 216.882] +/Subtype /Link +/A << /S /GoTo /D (subsection.11.4) >> +>> endobj +1802 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [241.791 144.961 289.118 156.651] +/Subtype /Link +/A << /S /GoTo /D (figure.56) >> +>> endobj +1792 0 obj << +/D [1790 0 R /XYZ 147.6 748.8 null] +>> endobj +418 0 obj << +/D [1790 0 R /XYZ 147.6 661.45 null] +>> endobj +1796 0 obj << +/D [1790 0 R /XYZ 147.6 544.034 null] +>> endobj +1798 0 obj << +/D [1790 0 R /XYZ 226.228 284.225 null] +>> endobj +1801 0 obj << +/D [1790 0 R /XYZ 147.6 177.511 null] +>> endobj +1789 0 obj << +/Font << /F42 560 0 R /F15 542 0 R /F39 553 0 R /F47 594 0 R /F38 550 0 R /F41 557 0 R /F25 580 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1805 0 obj << +/Length 2085 +/Filter /FlateDecode +>> +stream +xYݏ_TQ~CS] k_?J"#U!|K/33"?:E(_^ċ ߾vZLsSaK"~{,Hz!$ʵ^d*XWߚDh/73Ӻ޼:,Cԕy*}6y;:qT$;} ޽}߿~wxG+'CԸ) Xho8عH+w=>,yA`ID5v 릢Ǐڮ6'0.""v0nG%:xSo`Xjݠ24[ oy%ZRcV*-#,\.si}ϬZ:A LbLs)$E>NXϳ'WTZ-5qEAbx "{HZvPlyeIy`fM˜2PPJ& >A#>*{nB@H 0., K4m`d7إ <B׶4EhT1̈Sɓ3L9'MP?wgI>Ўlpb5\iWuNόYpm-)B"T sԨ.!M@,'aɇ+psLQ*n u$:z'KOMH;Ln}2^_|9р-ع ÍOhRGpKBm[|dQRқd7uI&r +;UBQ`Jas9,AK,ޗ?nVݸ1\ + +bm=Sl5p:u!mV({]3őcj\> ]R!R\ +%!rc,\<@ڙlHu%{4'|w>߄6.γH0K0O'{7*Ky7Htˋzm+*h lӡiU5XԺ._|.@fendstream +endobj +1804 0 obj << +/Type /Page +/Contents 1805 0 R +/Resources 1803 0 R +/MediaBox [0 0 612 792] +/Parent 1808 0 R +/Annots [ 1807 0 R ] +>> endobj +1807 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [393.721 311.86 444.496 323.853] +/Subtype /Link +/A << /S /GoTo /D (section.21) >> +>> endobj +1806 0 obj << +/D [1804 0 R /XYZ 147.6 748.8 null] +>> endobj +422 0 obj << +/D [1804 0 R /XYZ 147.6 448.695 null] +>> endobj +1803 0 obj << +/Font << /F25 580 0 R /F15 542 0 R /F47 594 0 R /F39 553 0 R /F38 550 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1811 0 obj << +/Length 2350 +/Filter /FlateDecode +>> +stream +xڵY[ ~_(9ho=٢E"@ 'vL"JlgD"? +OIDJL*)\ON,pnjsk,f9xu,?o>}j +j[X,ViS|S2|O~ 8F+o<3(#_bbD+TZ)Iۧ J[( /ai]O[O* x`0 +1 ƒgdٗ(3P W tS5TдE͑F`/_uV+#LȲRj屳WY;p?.5f`ؿ;52Eb0 +4p~W[x%m?1EFB_6vQlDq5LAJBWkBrZD&pL$ȇe?+m]`K:@ eAtYlHlxUsn,eLݡ[fE[TC1 EJt4mQnjY8.Նgّ~&+[Ĝ8fR}^*a:Z(xrr9(`,!@:mࠗ]:e*EFqg:ls(8ġͧXDPpl@"QCM@p7~hvJJmI &G`gZ%"KȦ{,W,b~?HBiC0F'e↎wNX֫]0 <|>}r@'(D",'Q+%[ —b %]G&0̬ y~dp2[>P] ϽVZm>Ip2%$'$@{[ȥAס#2 g~|iJYă Ѩ6R][R&s3=pדoۀ}{Ig~;U` \SV }!V2q&'e a(?^r߂Uc l3X{#'m2FnKhQP5IP (b4^{{5 շ1:2:<灷g՗Y(EUЗd8!xLu"=VA1ܜʾb22@Y%?48N %qIrnt={ Nq(o8@#:mZ(kyj81 Ģ0Z3Lsn1ca=j + `dMz ͗vZ$cSk MV/6z0COyw<ͼwjL;6=,7Mm:tB +e(G@qW3Y%#X2W~:KH L^66|E<~佃ap|h0:\^HKtٍ̊IH V)YK,MS 41#6,>LL짩0ڵO3h +˻=h-?.y)B<m` +X}v4c$ECbı1n|3r4NϣZ>̀/q)QIYF3̅U!Zgk6S2S6 +jjD$w=ichDjps: ̏ԣwu"t.7 G Ӹ>]{ڀ|cw@%VD{`endstream +endobj +1810 0 obj << +/Type /Page +/Contents 1811 0 R +/Resources 1809 0 R +/MediaBox [0 0 612 792] +/Parent 1808 0 R +>> endobj +1812 0 obj << +/D [1810 0 R /XYZ 147.6 748.8 null] +>> endobj +426 0 obj << +/D [1810 0 R /XYZ 147.6 261.284 null] +>> endobj +1809 0 obj << +/Font << /F42 560 0 R /F15 542 0 R /F39 553 0 R /F32 545 0 R /F47 594 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1815 0 obj << +/Length 2253 +/Filter /FlateDecode +>> +stream +xڵYݏ߿B/Ed`}m&A$Pr(ѳ%ǖ{X)ɖ[-ir83<'\Yfr'M,a 9XƖd{ywu32<,"siYx0>T8.&<-f)O08e\-{)q@Eq*+[Ң)4<+]FzO߿9,o\E1[W4(Î)iÆYEۢ +r HI@Le1i^3+Gt9ySX4~W, ;+\hrsehz  + ۅU@L}Ѐ9# +t-Á^lSdkf#ևz>?07^2 c%ΆOb,؍I0xj,sNCXfm + 6BwDc[Zޯ <2Zt&J&m m<~.'(Q=hX9{ς+}(BMsuUt6 6uEʢՉ(=jJHoHFl 8x~]^H|dSf!~S%MˊgcqXh^o2hĮMʷ btm* +~\ʰ%WNyVl;04߅B3S.Vn9iM[ + +f :CiihӺ jcqtZ+9h\h$gWqgž&<& cl~b?3>l1Vβj"\_lJkdQɩS 2~Ǩ\A.56*?n岌`?6|a/D4L1tYf(rPmrIGk΀d{I2f>7k +Xd>h=mc%gHt)*;T%҃֔NS`RfOD~sm^wۯH["{Ci2x,58++|Fp]wp)6r\5۔ZNT$ ;"ĔcCfHzAMXn߂_mюcռo,`(oV"].?C]{\!^ !W"wXy OUyIg.y&$6Kd0K/#ijKB'@j{W<"uP'g愇KS:|%s ' t)lorͯ7?0*䩵]Y #"H&,˽B M[{1x?[ +a2e7E#(NAIj%_ ̀f<Ծ~OVYx{uJxhq .Bn}dhP.}DXhk;8P]TCD90ɥu<ecyC܈m h-+NѤȼ tE%*;B +dQÍ_Ӷlf,3&E4u Cf82FҿyDU::5L:ڏLU82Ō!]a> endobj +1817 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [396.483 377.514 443.809 389.203] +/Subtype /Link +/A << /S /GoTo /D (figure.57) >> +>> endobj +1819 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [468.839 66.114 475.44 73.885] +/Subtype /Link +/A << /S /GoTo /D (cite.lamport) >> +>> endobj +1816 0 obj << +/D [1814 0 R /XYZ 147.6 748.8 null] +>> endobj +430 0 obj << +/D [1814 0 R /XYZ 147.6 652.35 null] +>> endobj +434 0 obj << +/D [1814 0 R /XYZ 147.6 516.005 null] +>> endobj +1818 0 obj << +/D [1814 0 R /XYZ 259.984 209.735 null] +>> endobj +438 0 obj << +/D [1814 0 R /XYZ 147.6 165.681 null] +>> endobj +1813 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F47 594 0 R /F48 782 0 R /F42 560 0 R /F38 550 0 R /F32 545 0 R /F20 576 0 R /F18 573 0 R >> +/XObject << /Im12 1204 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1822 0 obj << +/Length 1926 +/Filter /FlateDecode +>> +stream +xڵXIoFWV +('K[=$AAKD"c}ː"%JqY>{F Oz"b[lgw3uv8X`U^󾹝֓HԻ]y22؋u,#GC1~Ro70s<~]U9yz_o +%첵cˁ,bSW[v\Y^t`RPF'h'.koL:(aa)Mf$wZ55 bv%=B&xJ ֒;5ٺpE҅"Ɂ@ +"O%%Dځ[l R9^dΰ;RχWzku; ,Eahk)ȑQ>dɱ-aPS|JDqʑ5iZ@"ŠNC,"bN2 Cy5Ï=.Oc놿zahS,jzbeɁTRʌyGp- +B°> F׾厪ɿq1}N~[t;B FHc"R{3EAu=Z9h!M[mqmX`Z][FδZ8JCI@|HY9Q >8O,T)RybU@mw尮h=y;<$TFi"/2F@ # t]@8SFKD"Hv⺘z\C?sBE.ڼ)uoG8,@(SQOwHDR +dǵ)mf5MJ]^-.Dn4o .op$޲K +./1/!"al}Xc1 dDC!W1952F>T?4UBUЧO.<9V.+]2 +:2_*Ӥ0 W!*CY{gk  wW(Ǐ@mrj *wh kES4ŰB$[o3^q(dz4,kn^>~E!>sQq֍:(&1e#/DD1pK "@ Ru +F: 6 VNKo׈38C};F) S(zZC%ZOL'E ~hL//DL0;ބ_+C׍ +b\ ry;ǨX.1,onlyɧuH~_ '6}t";]'uގײQ +W$م;HD׮wŌ?{j.ʖ3a-`|,NFcG6K&?u̗ݝڷeUe_ݎt[⼩ALA&d_d Cmz9<%@|G_ 9P C-EyW_vcĎUi2|ĺY8tQno$dQ;pI2|=] +$:h#Y/d$b/vzYr\ h)(hZ]֑ +.C뚶>WuO NK# |_4HBTOw +~ n E +6thF ܆mA_rrq( +m:־Ԩ0& R` ;=2+}]6)ՄW8Tx02cNB\jgz] +A쳯9>p}ѥ +Жyn7'c +s־[etQ^޶5ef ƱOX> endobj +1824 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [458.998 527.5 506.324 539.19] +/Subtype /Link +/A << /S /GoTo /D (figure.58) >> +>> endobj +1823 0 obj << +/D [1821 0 R /XYZ 147.6 748.8 null] +>> endobj +1825 0 obj << +/D [1821 0 R /XYZ 275.135 359.191 null] +>> endobj +1826 0 obj << +/D [1821 0 R /XYZ 147.6 286.484 null] +>> endobj +1827 0 obj << +/D [1821 0 R /XYZ 147.6 242.357 null] +>> endobj +1820 0 obj << +/Font << /F15 542 0 R /F39 553 0 R >> +/XObject << /Im12 1204 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1830 0 obj << +/Length 2311 +/Filter /FlateDecode +>> +stream +xڭY[۶~_GX*1@sE^mQhmb[%gw u})r83$,bfD, 8XO-E j?|^2kd0_sR$2a|{*/_wž8du|Q[iv/qzpCaȽ>~| 'u+icysq1;l}dD^cX>|žqq0yT4ӫ ȑ-E"e +VR$I8GNZ&O)Q +[ g1ۑ¾fp&5,)rh\lF"i ASrAu0c< d?P?Ա34ֆ< ++oK4̦.@t 4w 8< 4{i]f֬yދ0CfU~:f)$u)тrggUۗYYBYF!d@&;XR{ ?MQ ԩRpvG􁖭KCFJ 㘓؅OP(}OoۖL@pj|&DJ*fJ2D<)ԗj"śήH=MNUoرsw~a' iD4!T + f;% +[ZGL%Ir`d+:剣a7;>v`>rr*1N?%OepD^_~nV[֌k񵁢^0λd_InԭBiޫ_<0!Ὥ^^.$_EEc"0wO*jVQO5@غő᳀`C/t>uL9__ҵE6=}% ܑ7Dd(Nk@ҕEJ[4w 8ytc3Y n@qM4,~<yN{'&DTp8r\q*l0|I_L[KUM4;G笋c)&]bW{ၴX/"Q%i@GU7&62nJ4Q3L _eK;Q@F>*u"Aj.ΈRӑ4yG[>hditD"ڪe +kW0fl;jXM)Oy|R +ܨ \4J# ]r +*O"3Hzktz J*7d +-(kC ŭ%d]xLw:r|>㈕@<]HnqQ\vkOԫcŽ>8oZZTSY!sʵ]?tqr߹qu3lm%őML#3뒮]0h!6_e4!?\=0MT۸Os;晱P% hir`IO%.bV'T"LB\gnk"֦Wjמ5n[߂؃LpKPGJ5endstream +endobj +1829 0 obj << +/Type /Page +/Contents 1830 0 R +/Resources 1828 0 R +/MediaBox [0 0 612 792] +/Parent 1808 0 R +/Annots [ 1833 0 R 1834 0 R 1835 0 R 1837 0 R 1838 0 R 1839 0 R 1840 0 R ] +>> endobj +1833 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [199.598 596.199 212.5 607.888] +/Subtype /Link +/A << /S /GoTo /D (figure.57) >> +>> endobj +1834 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [235.986 596.199 248.887 607.888] +/Subtype /Link +/A << /S /GoTo /D (figure.58) >> +>> endobj +1835 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.816 431.523 253.142 443.213] +/Subtype /Link +/A << /S /GoTo /D (figure.59) >> +>> endobj +1837 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [201.991 128.551 214.893 140.241] +/Subtype /Link +/A << /S /GoTo /D (figure.57) >> +>> endobj +1838 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [221.456 128.551 234.358 140.241] +/Subtype /Link +/A << /S /GoTo /D (figure.58) >> +>> endobj +1839 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [263.646 128.551 276.547 140.241] +/Subtype /Link +/A << /S /GoTo /D (figure.59) >> +>> endobj +1840 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [235.877 90.025 278.778 99.593] +/Subtype /Link +/A << /S /GoTo /D (table.21) >> +>> endobj +1831 0 obj << +/D [1829 0 R /XYZ 147.6 748.8 null] +>> endobj +1832 0 obj << +/D [1829 0 R /XYZ 147.6 724.07 null] +>> endobj +442 0 obj << +/D [1829 0 R /XYZ 147.6 632.264 null] +>> endobj +1836 0 obj << +/D [1829 0 R /XYZ 301.574 207.778 null] +>> endobj +446 0 obj << +/D [1829 0 R /XYZ 147.6 164.09 null] +>> endobj +1828 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F47 594 0 R /F32 545 0 R /F38 550 0 R >> +/XObject << /Im12 1204 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1844 0 obj << +/Length 2816 +/Filter /FlateDecode +>> +stream +xZKϯmݽ@م`/fGH%J(8jidD}M *%t$ osc6Jsjӣ_oo~ TBifLn&yK7yr;4>)VS:))Wr(|eJB&FLz͔ɣ 6ko]7o[IƙJdβ\,e4w!3!EBsi!P?7d߀bL2jL~[|QL +sR}KzH2C z5{`"#=3t c񙎶 Xλ,vźl t8b(EiT U _jk,0a2 y+%4:-7g~Y7wǧz*GytM:ڃ#K QIkr#O/RݒӌHk2""G +ޅA\X8G3t̓«K_dg|j !ȨrfW&93IjDOԠ!TxUc3"kK$e`~ZQЂb1aPb}kM|^@ػj +cwX$!lzL0~?LD)ӓ)@TA΃%$ +ֱ+.q>nc6(NuN +\P.m^٥7]jwi ,XOF^&m9ܭʋt\XHt$;f}yL5_G~$I%;tp`(4U|GRV}68љ;| +XC>lp$ %O:v/´gg + $^?d9R[0F*(pjŽӸ'ed aJ @Lړ^DLhe:6YA.̫Am{9 \ǜ9 y@Zj6 u~r18,g Z.3oW`eY-M6Mm>C11êq0؋ +1E4胪h8X'n<ٕf][rpw;2#^ ʃT !rv [w$R*':[hBf +Ҍl hYQj%iw>_ޤx]l6q,x0YdB(tt_SBPK+r:0G? -!Que.u R͗˛X|/gLn/Ȁ)g!0MJRoPRLg@BC}UuLm\Mm )/\?:A7=1瑲ӈ7-W>YnZ4cVӾ2 h`?@6f +Ay >+}вy1iDxx;D0xhN>OJV+bF,NSrŞ9w R1hȌ;:Z mLUÈ +`Z@!IW$-ѵuUcAc>#6SXg0A] b tKW+ȶܝ{1PXcs.m.\ЗOLWye;";wԌY;NaAA9ˡMy'[E$/\L@C~ڻKр)ٻڑ]Ȯ5bv_,3i0~ +4Ju> endobj +1852 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [421.243 369.569 481.484 381.561] +/Subtype /Link +/A << /S /GoTo /D (subsection.27.3) >> +>> endobj +1853 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [493.421 178.988 540.425 190.677] +/Subtype /Link +/A << /S /GoTo /D (figure.60) >> +>> endobj +1845 0 obj << +/D [1843 0 R /XYZ 147.6 748.8 null] +>> endobj +1841 0 obj << +/D [1843 0 R /XYZ 313.504 752.984 null] +>> endobj +1842 0 obj << +/Font << /F47 594 0 R /F41 557 0 R /F39 553 0 R /F42 560 0 R /F15 542 0 R /F4 1848 0 R /F5 1851 0 R /F48 782 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1857 0 obj << +/Length 384 +/Filter /FlateDecode +>> +stream +xڥSMO@ ϯ19ǞZʭ"7X"uY +~>R')I417G%N;E63^q;J0O>S>ۆ,*G*+R1pF$M$1xendstream +endobj +1856 0 obj << +/Type /Page +/Contents 1857 0 R +/Resources 1855 0 R +/MediaBox [0 0 612 792] +/Parent 1859 0 R +>> endobj +1858 0 obj << +/D [1856 0 R /XYZ 147.6 748.8 null] +>> endobj +1854 0 obj << +/D [1856 0 R /XYZ 291.362 341.773 null] +>> endobj +1855 0 obj << +/Font << /F15 542 0 R >> +/XObject << /Im12 1204 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1862 0 obj << +/Length 2619 +/Filter /FlateDecode +>> +stream +xڥˎ%;KAI.=p(DDRc1SnE UQ jl"MbSn;wO,i49X7QO&Ro^rԪy!2ק:-E\'7" g\+ڿBjKHt +Jc+_6O15Px1*Q8zӄ .v|d3גE~`-G]2אaj@ޛ2 8E'!x4͔ȴHHلDnf6@Ǻ P1g`9X#zI <q#wNq, k$# YP %ESp3CcAJAZ$jl;ee +f׈퉱źm0լ N]2BXo.('@{zA\OV)c}\Zf +Jಡ ~0=UAM萮|n@Cc Ԝ4"56J#9إ΄zdCg73' PpD$K3{1Pɘ}zo` +6aa1͕G)u +S;ad0c%c}SJ,?ƲWYt 3JaJ2w)Cr!`m  P43d /0/&%/z9]χW8|flÙpڰg>¬Gyf=_E(.\ǐ8R*}F0wi'gQXp.V yR{bZ(@#\par M6thZhpSE[uWRK H`oWXMQu,X#?Iv`:I/!qw'T#\]۳bBt*fz69pеIj8JՏe Gx%#Jz`Fc%qO'@Y՗zD11QqБ[.BryV;u\20/Ŭd_dtYw7!02Ʌ.Ke<']z0*5Y*⟶*'ێ5}fO@P1c'G_a1vLZJ0m(Kp('9*$8PXiz4`1˗7)=endstream +endobj +1861 0 obj << +/Type /Page +/Contents 1862 0 R +/Resources 1860 0 R +/MediaBox [0 0 612 792] +/Parent 1859 0 R +/Annots [ 1866 0 R 1867 0 R 1869 0 R 1870 0 R 1871 0 R 1872 0 R 1874 0 R 1875 0 R ] +>> endobj +1866 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [490.928 590.568 503.83 603.47] +/Subtype /Link +/A << /S /GoTo /D (figure.63) >> +>> endobj +1867 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [192.695 577.019 205.597 589.921] +/Subtype /Link +/A << /S /GoTo /D (figure.64) >> +>> endobj +1869 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.663 558.987 501.019 571.888] +/Subtype /Link +/A << /S /GoTo /D (subfigure.65.1) >> +>> endobj +1870 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [204.21 545.437 223.172 558.339] +/Subtype /Link +/A << /S /GoTo /D (subfigure.65.2) >> +>> endobj +1871 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [423.028 545.437 435.93 558.339] +/Subtype /Link +/A << /S /GoTo /D (figure.65) >> +>> endobj +1872 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [392.491 449.506 438.411 461.195] +/Subtype /Link +/A << /S /GoTo /D (section.2) >> +>> endobj +1874 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [228.547 189.882 241.448 202.784] +/Subtype /Link +/A << /S /GoTo /D (figure.61) >> +>> endobj +1875 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [285.028 149.235 344.597 162.136] +/Subtype /Link +/A << /S /GoTo /D (subsection.10.2) >> +>> endobj +1863 0 obj << +/D [1861 0 R /XYZ 147.6 748.8 null] +>> endobj +450 0 obj << +/D [1861 0 R /XYZ 147.6 748.8 null] +>> endobj +454 0 obj << +/D [1861 0 R /XYZ 147.6 694.825 null] +>> endobj +1864 0 obj << +/D [1861 0 R /XYZ 147.6 628.235 null] +>> endobj +1865 0 obj << +/D [1861 0 R /XYZ 147.6 610.203 null] +>> endobj +1868 0 obj << +/D [1861 0 R /XYZ 147.6 578.015 null] +>> endobj +458 0 obj << +/D [1861 0 R /XYZ 147.6 407.532 null] +>> endobj +1873 0 obj << +/D [1861 0 R /XYZ 147.6 331.233 null] +>> endobj +1876 0 obj << +/D [1861 0 R /XYZ 147.6 134.966 null] +>> endobj +1860 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F39 553 0 R /F41 557 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1885 0 obj << +/Length 2293 +/Filter /FlateDecode +>> +stream +xڭYݏ/FtOI)ii^00|wo$Iʤ`6dYڍ(fB%:{U”Jz{,BsE* +4h/BbWVgS|D-@Xb`֘p]T]є>1:UywǷw8 nʪx,7"b#[*aSu(wv[#Ezgk|Ӵ:?ue]}iВ/Vņ.\G0ɚ'0Eƌ['4Cf FK +mR,7\spH( +S5hQBO$Ή2fLigM8ׄ p޷=sO1>C`vWKC"Vb[m;dWb ,P#f1kD:%.:3%YSs&6ӫ +}E<"@4*P3 TAaG|:ӡbY;v#c0N8ĐϤ%i]ifjcߗdAѮ%Ap@}aJF)FXGY ! 3C09LOpUyUW>{ew?@Z(LE4oCк-G1{C |ya-af*ZDP +甔a]i)ypH ?ݞ}A˷[BRp(66/O*O( ? |6ѩ)c\ĝ-P'rVO4K0 M` +@ \\M-o̓%ho0~@ڝfO4܃d`0ꢛ$P/uK^I yG &k<.9QG#p-HZDIg3賖BbϏA)yhՋE@yقs ?/9xƿμ+ ϓ̡E3#tHC ̗{uzw/p7,Ӏ6e?ܭВuWLDi 8RT-bkv\i=sPg'H~:6«܀'cK+=~YX'ZsI63Z&aYHuw| .]Kl,G64Vx,ag us,q<(ʪȡ@ءPwPzE`lR*(]I|-34Ђe&~̣p*,QK g 3c ih  `6k@(e7ͮ#+MkH\퇾1VR mrƭG&]lj".!,/ _,=L2 QJ}2LJ5oOXŗG,-s,'Oܖ09q.&4kD' - zyh{&ږ +.ODvMߚ L\F# 4$`{#1YHs->eg.Ru}@skEH|4 +g[ wъ> endobj +1887 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [226.877 507.092 239.778 518.781] +/Subtype /Link +/A << /S /GoTo /D (figure.62) >> +>> endobj +1889 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [308.847 293.679 368.415 306.581] +/Subtype /Link +/A << /S /GoTo /D (subsection.11.4) >> +>> endobj +1890 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [427.65 262.098 486.592 274.999] +/Subtype /Link +/A << /S /GoTo /D (subsection.10.2) >> +>> endobj +1891 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [489.611 230.516 548.197 243.418] +/Subtype /Link +/A << /S /GoTo /D (subsection.10.2) >> +>> endobj +1886 0 obj << +/D [1884 0 R /XYZ 147.6 748.8 null] +>> endobj +1882 0 obj << +/D [1884 0 R /XYZ 305.347 684.835 null] +>> endobj +1888 0 obj << +/D [1884 0 R /XYZ 311.067 435.237 null] +>> endobj +462 0 obj << +/D [1884 0 R /XYZ 147.6 202.698 null] +>> endobj +1883 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F42 560 0 R /F32 545 0 R /F47 594 0 R /F25 580 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1894 0 obj << +/Length 2566 +/Filter /FlateDecode +>> +stream +xڥYKϯňm/9I& y}$DX"$`{M(J;լkR/iRDwQIX9<1,UA8}x^A&$ eYTdFߤ6WMp(ex#rTmuզ\rxY~|GJ#2y*z|Xl˗7$]c.0+Mu}JrSD+FV嶪G_>#ahWU]~6re'˶WWzڔ۶8u4I?>,ƫZ\YQ*[@g$3I ɽq"Qp U&1*F'.Y£5SvPk`uo6VBIHiLQ4 +mp1NG)!9=N'!3d^gBh}{sj0IE&(Ÿѷ`e^7фW$XtXn 4 ; v/$ks]LFmqgWmSd(k#[' ]@Ga&":D?OOq#q.36Ve̷^?=ΙYedt_39m™DE +6-ۂ@# (Vf"ǽG teOBJ9,8j,hLbFZyӳw +iO ]phsi 0*ˈqusI**pNWReCPζlja}óS['>y [~4 .PlfwV8`x6z[1,6;['?Uj^nL3T5U 8#| )olHC0L-̡Q$-@De9bW e`5M5QD?t3u.p 9ޡhռGf :q53`F\CEWX&{zJfn<K |q@7evaB7)"O!Nyzfa7֖4}4USo1=O:sB1ӛZez]9עPR6Q"ɓ*~Ta+#"s褞6;/ #۷w7JS_-\NG{ንRWsW9w冻@fPpr=rLfiVkضQT?c0l[L%dK+,osg +&)0HaRkd/ur˜bru-*|Yɭ qaE]s"?b!3$ +{N)E)u@7Q`РT*xZZj y Nikm\6Ȑ_A+lþǦPoX,Yy KuIna79I,uQ6sE*?"D.-fo["GGK3); _R5338ބ[Ξ)DfYBaERlisvtn0kKڙAU蟢 NG),SKrtjS]a[P#Pw1%%f_h_7+ZM?qp_|@ޥE|)+ LZDS;);͍㿔;`5yņ;}YBU.sUHpha[$T:oxIK//Lq|f:KUH.{A@|#~Ds7^z|g>S^TbnJub|R¨?ljE/P1>>n ޷Nr2q&VEyzжZ8_xiendstream +endobj +1893 0 obj << +/Type /Page +/Contents 1894 0 R +/Resources 1892 0 R +/MediaBox [0 0 612 792] +/Parent 1859 0 R +/Annots [ 1896 0 R 1897 0 R 1898 0 R 1899 0 R ] +>> endobj +1896 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [231.18 617.658 244.081 629.347] +/Subtype /Link +/A << /S /GoTo /D (figure.63) >> +>> endobj +1897 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [266.937 617.658 279.839 629.347] +/Subtype /Link +/A << /S /GoTo /D (figure.64) >> +>> endobj +1898 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [326.755 332.022 369.657 344.924] +/Subtype /Link +/A << /S /GoTo /D (table.18) >> +>> endobj +1899 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [496.809 210.739 548.197 223.641] +/Subtype /Link +/A << /S /GoTo /D (section.32) >> +>> endobj +1895 0 obj << +/D [1893 0 R /XYZ 147.6 748.8 null] +>> endobj +1877 0 obj << +/D [1893 0 R /XYZ 255.445 556.274 null] +>> endobj +1878 0 obj << +/D [1893 0 R /XYZ 448.856 556.274 null] +>> endobj +466 0 obj << +/D [1893 0 R /XYZ 147.6 255.252 null] +>> endobj +1892 0 obj << +/Font << /F25 580 0 R /F15 542 0 R /F42 560 0 R /F48 782 0 R /F39 553 0 R /F38 550 0 R /F47 594 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1902 0 obj << +/Length 2757 +/Filter /FlateDecode +>> +stream +xZ[o۸~ϯK`.i=.vh$l9k;u "Ѻ9 K9383$EXdBtȔ|uA{hsEg)V0Gq=WQJ2`FHH*Yt|dB.Y|+>g2Uɛ7w}upfӦ~%je5_>-MPηr{7#>=Oc6q_^^ 珻r]=ז}ܞ,άv%L66ӊ$Z} iۜPf:򈌤ӆs_#MnP5jg^a*豉SӶXֶuhzKyʗ˯K^n^Bò<+6E5w88;/ ڷA=p#%PqA8 ң*N 9O)A~z<+Z_eG[Bf$IY4ƥosB9ȣ)Ֆs_ O{ZHSSH)4g #\w+g}"zeDUQF&ppjԑJ3`n%HC.zՇorr~#pz OD{0I +~܈ltx%$ߪOqT -̬PKYdXd G" {կXJ9٣&׶] }LB. c/w{ '[lGC\!~0;[ +a1$D +ZgVh?Iчs~ƶ=ńv|hyh_rqp0ҤNAh-Hdi@A.X!Thx!2fV>{b9؊%3EJE>uyp\ +o^f5gቍ`#dv[D)>TH;hJ (Y\0=B> Qm_08Y\M|jyRN4ڙ":n0Í +Ŀbi*` @H+Bւп^r{`H! OCW8߼HQ@);' TG9 }OCtۙasp=W8UF#}NwNG،# j$n͆08'n$;3nLq'tqbvhO)C8bQ-HQ"qvf\%S ]& ; ]&Gj(.]T z?'rI}nnh5S0Sh5zُw])e4wf31읇Ā™v% +:Axna d4rH Ѱ)_eU>zDj*sOvժ0M;{"hGU[Y~ +=Ǔ @&Ŝѥsڑ 8w}ug 撛ϡ8?!𛯫mi.:mPm!^bȨ d 3pcXI^2\UW^4i$c>DD$ӜDzt4d\` +1s൓hY)Жxuվ䮱|͚ӟ.Ѹd~=ap֮)``C`J* 0 8 NviZ$RHsdlD72mƌcZ!o=k @%Z^&7E6(Fdy-w m8ܭP /Yq_Va=g u^16\ar'{fVU`28#Al? n]^WarAveU`u诠ծؔ~#&a͈9ZQK3Ϯey_[>{ֿv[sy|R@fR.ɼ'P;(C>|T郵>HOQ[R~GȱRgDT҈"}!'Ou'5> endobj +1904 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [227.946 675.395 240.848 687.084] +/Subtype /Link +/A << /S /GoTo /D (figure.65) >> +>> endobj +1905 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [240.21 661.846 253.112 673.535] +/Subtype /Link +/A << /S /GoTo /D (figure.65) >> +>> endobj +1906 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [348.786 661.846 361.688 673.535] +/Subtype /Link +/A << /S /GoTo /D (table.22) >> +>> endobj +1908 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [408.611 473.957 424.542 489.499] +/Subtype /Link +/A << /S /GoTo /D (subfigure.65.1) >> +>> endobj +1909 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [412.853 460.01 420.3 475.551] +/Subtype /Link +/A << /S /GoTo /D (subfigure.65.1) >> +>> endobj +1910 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [407.398 446.062 425.755 461.604] +/Subtype /Link +/A << /S /GoTo /D (subfigure.65.1) >> +>> endobj +1911 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [408.307 432.114 424.845 447.656] +/Subtype /Link +/A << /S /GoTo /D (subfigure.65.2) >> +>> endobj +1912 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [412.55 418.167 420.603 433.708] +/Subtype /Link +/A << /S /GoTo /D (subfigure.65.2) >> +>> endobj +1913 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [407.095 404.219 426.058 419.761] +/Subtype /Link +/A << /S /GoTo /D (subfigure.65.2) >> +>> endobj +1914 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [410.126 390.271 423.027 405.813] +/Subtype /Link +/A << /S /GoTo /D (figure.65) >> +>> endobj +1916 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [224.644 332.584 243 344.576] +/Subtype /Link +/A << /S /GoTo /D (subfigure.65.1) >> +>> endobj +1917 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [208.217 321.928 226.573 333.617] +/Subtype /Link +/A << /S /GoTo /D (subfigure.65.1) >> +>> endobj +1918 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [226.877 118.19 239.778 129.88] +/Subtype /Link +/A << /S /GoTo /D (figure.66) >> +>> endobj +1919 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [369.513 118.19 387.869 129.88] +/Subtype /Link +/A << /S /GoTo /D (subfigure.66.1) >> +>> endobj +1920 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [410.725 118.19 429.688 129.88] +/Subtype /Link +/A << /S /GoTo /D (subfigure.66.2) >> +>> endobj +1921 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.219 91.092 247.12 102.781] +/Subtype /Link +/A << /S /GoTo /D (figure.66) >> +>> endobj +1922 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [391.724 91.092 404.626 102.781] +/Subtype /Link +/A << /S /GoTo /D (figure.65) >> +>> endobj +1923 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [535.295 91.092 548.197 102.781] +/Subtype /Link +/A << /S /GoTo /D (figure.65) >> +>> endobj +1924 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [397.211 77.542 410.113 89.232] +/Subtype /Link +/A << /S /GoTo /D (figure.66) >> +>> endobj +1903 0 obj << +/D [1901 0 R /XYZ 147.6 748.8 null] +>> endobj +1879 0 obj << +/D [1901 0 R /XYZ 147.6 652.102 null] +>> endobj +1880 0 obj << +/D [1901 0 R /XYZ 367.218 615.188 null] +>> endobj +1881 0 obj << +/D [1901 0 R /XYZ 337.143 568.842 null] +>> endobj +1907 0 obj << +/D [1901 0 R /XYZ 196.192 533.813 null] +>> endobj +1915 0 obj << +/D [1901 0 R /XYZ 147.6 365.437 null] +>> endobj +1900 0 obj << +/Font << /F25 580 0 R /F15 542 0 R /F18 573 0 R /F39 553 0 R /F41 557 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1930 0 obj << +/Length 2285 +/Filter /FlateDecode +>> +stream +xڽێ6}B/4@"}f-m-̓Bm˵5ABʒҶAysD?܉"q>Yld_plQv:a"ɬya"-qaEꧫ&-P^QzaCț۫^+xQEr{8&)|! +ieufr^l립e?Lxnͧݭxw_=}4B*PGȯR΍֔N .DIQʔsBVp_zݬ&OY٣$W5J&׻kfQ.7~?H +XX0Fogm!%wpW _^Hɼ) ꀨ0Φ?Fz +UEH_!"V%$u293`}4Ƃ] +v)0 sy#a.ײ +C +"qAܧJZ^^_T}swiǻK*5G+]˿t +vxXt|xluwC6!hjˡ;Dhěj!_2Z:T{lU\-һ=%;@K;2튣ʙ!|1lYzkWu쎑$zA{=ޡ~o28l@Z"י-Lznȕ & J˚ND){_.NE ^^`,'Nh^'BtEF11d1`ة"sQyN@~Q2Fz*9|)z + ܱКwv͢AiV,LBB(,_ow3gր2Ol櫄Lqi\TJaQ1QJxN ~Fn +[Bv)tޢ(?bh1`z+ƨ{V6^X@;TXvh;Ө%_eRU^a8>J1FѺ_[=X>Y?(Ɗfdt)r_re׋ Je{a o;Dq3h!$ Ĩ~[ s]nN͆EsbuT%+ʾT /bOGmL{LF[ 6abpW{) zHT\;HM(7y"]uXm^9D7XH|DQx1YvgчnyXT_׋a7CY}Ϭ<6oqa?c^nyX}?vIE_'eڭ6P|~Aủ_% |z.E7 TR[>Aݯ1V]hcvǤ0J}U Od7fz1*R܄r+GLZ :)L+ohLbuE-NUxͥ]K9'Rxw4wf;FQLjﹺ96>l-Cfp87*ro%W$IK34pė>Nu[Nlpi +tHz - +류i)9pb-,M F:B=1sF@yDn@j߇1$m. 3z(N~) I dד)!=&QX8EEDz{E#3ʡݱT!JFY ,z8,¤bE-8!$8ؕR$2X!xZyjy +?'qZ̠'s O0N^1~0_?u,8Q<_PMY Cw)pu #zl uendstream +endobj +1929 0 obj << +/Type /Page +/Contents 1930 0 R +/Resources 1928 0 R +/MediaBox [0 0 612 792] +/Parent 1859 0 R +/Annots [ 1932 0 R 1933 0 R 1934 0 R 1935 0 R 1936 0 R 1937 0 R ] +>> endobj +1932 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 600.531 206.321 612.221] +/Subtype /Link +/A << /S /GoTo /D (subsection.28.2) >> +>> endobj +1933 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [448.597 548.925 461.498 560.614] +/Subtype /Link +/A << /S /GoTo /D (figure.63) >> +>> endobj +1934 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [485.855 548.925 498.757 560.614] +/Subtype /Link +/A << /S /GoTo /D (figure.64) >> +>> endobj +1935 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [322.598 537.36 382.827 550.261] +/Subtype /Link +/A << /S /GoTo /D (subsection.11.4) >> +>> endobj +1936 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.274 317.194 247.176 328.883] +/Subtype /Link +/A << /S /GoTo /D (figure.67) >> +>> endobj +1937 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [273.126 317.194 286.027 328.883] +/Subtype /Link +/A << /S /GoTo /D (figure.68) >> +>> endobj +1931 0 obj << +/D [1929 0 R /XYZ 147.6 748.8 null] +>> endobj +1926 0 obj << +/D [1929 0 R /XYZ 147.6 748.8 null] +>> endobj +1927 0 obj << +/D [1929 0 R /XYZ 363.745 711.886 null] +>> endobj +1925 0 obj << +/D [1929 0 R /XYZ 307.537 676.499 null] +>> endobj +470 0 obj << +/D [1929 0 R /XYZ 147.6 638.96 null] +>> endobj +1938 0 obj << +/D [1929 0 R /XYZ 226.59 250.983 null] +>> endobj +1939 0 obj << +/D [1929 0 R /XYZ 437.795 222.637 null] +>> endobj +1928 0 obj << +/Font << /F18 573 0 R /F15 542 0 R /F47 594 0 R /F39 553 0 R /F25 580 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1942 0 obj << +/Length 2322 +/Filter /FlateDecode +>> +stream +xڵYݏHhm)t!>\nN{Zv6-/ƛ_UW ƞMh* _peJXlwQq,0GEϾ[ݽqT`p&0ҰD`}Xzϩ͚v"^ԏt=固؝ƻ&;2>7y8ώWvP'hN6ٱ-*D/ y~W"vO.?`N;;~Q^Nzmg9LHүC +~۬͝`/-Rz+=$Rt0e +&B#f"Yl0Ε`"NVw\/db!Xk&1EQtM4b7/ft.C),B@K9pnav˄݌aRgZ0vVǰGxA~ ~&im2LxSi&~"+{*sY +)-d2Ie!0A&eDpR< +CdTHpRȊ|Q*ҜEE؂tOvPŭ&->!8B(+ʁmMrZ4{>6?~8Ɣܖh.$NXbHjSb8Kyo&YASF;um;T/ع:@x# $}qD8BR]B2.JAD#+`_ZtK!Ypxxu4'1ˡ0: !pEIɾOR] Ennj?b[['pΌ 2{=ڲۂDc@ pb iւS $~t)+]r&2v⴯1.Vq.l]L2ǣ'1'] "`u^:Jn_$up [hfYtBA%Mҡ=|0S'#p=81H 1ojfGu1@hóҀR ]nq[ |CC0۶>0{ -R( <hqD/喼-h$:hjrB 確ɫ؉;Uķp{_>c7 &='vOrd*S"C[ }Gbp-B| +2v†]J/~p,TVEkMr :{K^߉yzf7iW:/g' nS<`_@(8Y3^]{9jKw:NdNRO&wւw{Kx[+g0a +x.`b5kF`5%SEC %B-~)m`k %=rji]~*87}1Q4c+tXSu8%=п})cz&ei%ȡ!3jd"hCA;h_<7}K]ٵ3"oKF"f>EWŬʼn>tW:~-0\cl?v]۰=YL/kٮdR2qҭ2S }Z?R`7endstream +endobj +1941 0 obj << +/Type /Page +/Contents 1942 0 R +/Resources 1940 0 R +/MediaBox [0 0 612 792] +/Parent 1950 0 R +/Annots [ 1944 0 R 1945 0 R 1948 0 R 1949 0 R ] +>> endobj +1944 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [229.526 563.098 242.428 574.788] +/Subtype /Link +/A << /S /GoTo /D (figure.69) >> +>> endobj +1945 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [263.631 563.098 276.532 574.788] +/Subtype /Link +/A << /S /GoTo /D (figure.70) >> +>> endobj +1948 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [161.474 227.249 213.792 238.939] +/Subtype /Link +/A << /S /GoTo /D (section.28) >> +>> endobj +1949 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [361.291 188.889 412.259 200.882] +/Subtype /Link +/A << /S /GoTo /D (section.21) >> +>> endobj +1943 0 obj << +/D [1941 0 R /XYZ 147.6 748.8 null] +>> endobj +1946 0 obj << +/D [1941 0 R /XYZ 226.59 492.186 null] +>> endobj +1947 0 obj << +/D [1941 0 R /XYZ 437.795 492.186 null] +>> endobj +474 0 obj << +/D [1941 0 R /XYZ 147.6 270.228 null] +>> endobj +1940 0 obj << +/Font << /F25 580 0 R /F15 542 0 R /F42 560 0 R /F39 553 0 R /F47 594 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1953 0 obj << +/Length 2632 +/Filter /FlateDecode +>> +stream +xڵk +~q+z\ri$W$h>.@I;:I! cHɱ9.wggf=+@?(qDN`x%{Ǖ&MaY- lpsZ4@f$E*Y~^vy0Qg<2߽=Mn~°M6%lnVP+)#nToT6䫍D'ڳ[bIVloVl_gvulptPTLyz:$Y.e>Ea-5cxy{W1=0Xl]vAw~sl 2E SD s_qc7\J?o͞涛GU3Jg58eg5꧛ΕUT$t)!e4ܿ{.{H;DT N#,%Jz|s|ltCfuDЁӤɷ8%rƹ3l"Y{hsa2>)4qHCM#;FL"uAp @{@R F?8q{*xם@ʼn 2=~epiD3jQoaE +x^ug2bXHD:dQc@<0ROxYz'l&<b B jK@CLb-E3 ;\DJri4!k5԰A] !X7eä!j3`3faY1"JT\M%XkⲾi!dtD]vHEi:%rF)=fnR%XNJ1NxJ'Z؏{" +Ex3$'ӒnNܨ3ScI3:*edLL;t}iU)(\B+'mcz)\^RJ)EAq2:w%qF=>%XT }}@C&0X7̽: *alk܄=xgXh;Y @FzG"Yof9'wpX8y0r`4n2 +>UA(UA7_/zً{ zV{z;y;)}ǢBAoN:Æ=`;1z`Y  2q"BuW&<[X{xa»z;M(%NüwoCxHw#J."C+bZ V|D&hg_XWO+ +\= O++_H^KFEEoPϚ+(RO0{2ȼpCT>K23+QgAQk:kżl`;_D4CeL~W32av-'Fj@9n${2Me>=0~^!"e#LR!J٣q {10TRA=-i/(ym9䡤6P +fחOWVvobbCwPB@Nyaeb6 R%#ݏ܀;9M/$} _QV1z)K V_gKE=B>d$F`:/F>y ݜu$X0x_PC ދEdCg'aE!Bi?T8+f_q*`*73 +FpĐ$g/cb7`raжHR= JS2O(6yݮ9ÖRp(]rglEkW2<& (Qу(lXgGf*>p*T-^H >L%[!GS[LbY8b˖M B٨K-8nƚ Yy^u,& ]1VI"j&d& Uj;*fޱbwl@I܎ElMv +ѸQYaN&pj@] c˦#-$SvS~Yk-,*g^;Ekذh9_ &F5pA6p6ٚ!퍙;PÎ}`tRx'K('a?R)^7,w y-%Cz λmӻOAa>պ)(uEQqE~_l^w˂/>wx* g5]QVu3DB7~q[$)db}\vYz1a% x3|j=K? x[>Z鼚':yGJ?7e tm! &ybendstream +endobj +1952 0 obj << +/Type /Page +/Contents 1953 0 R +/Resources 1951 0 R +/MediaBox [0 0 612 792] +/Parent 1950 0 R +/Annots [ 1955 0 R 1956 0 R 1959 0 R 1960 0 R 1961 0 R ] +>> endobj +1955 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [313.119 606.604 360.445 618.293] +/Subtype /Link +/A << /S /GoTo /D (figure.71) >> +>> endobj +1956 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [383.301 606.604 426.203 618.293] +/Subtype /Link +/A << /S /GoTo /D (table.23) >> +>> endobj +1959 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [362.816 352.349 422.385 365.25] +/Subtype /Link +/A << /S /GoTo /D (subsection.17.3) >> +>> endobj +1960 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [307.494 294.231 357.864 305.92] +/Subtype /Link +/A << /S /GoTo /D (section.28) >> +>> endobj +1961 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 192.817 197.964 204.506] +/Subtype /Link +/A << /S /GoTo /D (section.28) >> +>> endobj +1954 0 obj << +/D [1952 0 R /XYZ 147.6 748.8 null] +>> endobj +1957 0 obj << +/D [1952 0 R /XYZ 209.106 503.869 null] +>> endobj +1958 0 obj << +/D [1952 0 R /XYZ 406.694 503.869 null] +>> endobj +478 0 obj << +/D [1952 0 R /XYZ 147.6 336.906 null] +>> endobj +482 0 obj << +/D [1952 0 R /XYZ 147.6 225.462 null] +>> endobj +1951 0 obj << +/Font << /F25 580 0 R /F15 542 0 R /F32 545 0 R /F39 553 0 R /F47 594 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1964 0 obj << +/Length 1121 +/Filter /FlateDecode +>> +stream +xXoFؗHF7]oT-Ukx`+9B;kcq6Q`w7pe&F4&z,2# +dG""1ZغƊlR-mf{_O?A]u,ww!TuR0QPwf|+3dрF"&&eR?V&0r!Δ٦|`$ߤ,[vi4/ɶ΋cY9W4[!$zpfo"ض~zKVe^^OJNʸM9qzCJ.h'n!TP\B_Q:T|-S͉:< BSHŔ/-<(@ +f;XR*'MQ,\58FBUZ @VX@plXkk1x7 -Xt-s%`a2,b1Ơ>PH`=@Mҡ0" +F9{9ݑ7꽎`Q"0 ͂}8ז + LoGρsN=nBZZ$@G7ިaK!0Ahp;|%"gn{= 7UŠm=.3 o-Z:ۋsErE8~.j1# =~,)crAqSSs'V\%8hE<+X^Ǭn\3sb&'dv`o\ d!0p/VuyhWE>s)JVT@lҲUtj!1n`^qSDCc/]ܜdDpe<{¶oY> endobj +1971 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 134.277 206.82 145.966] +/Subtype /Link +/A << /S /GoTo /D (subsection.28.3) >> +>> endobj +1965 0 obj << +/D [1963 0 R /XYZ 147.6 748.8 null] +>> endobj +1966 0 obj << +/D [1963 0 R /XYZ 310.257 321.784 null] +>> endobj +1967 0 obj << +/D [1963 0 R /XYZ 428.14 321.784 null] +>> endobj +1968 0 obj << +/D [1963 0 R /XYZ 241.801 225.343 null] +>> endobj +1969 0 obj << +/D [1963 0 R /XYZ 365.047 225.343 null] +>> endobj +1970 0 obj << +/D [1963 0 R /XYZ 501.809 225.343 null] +>> endobj +486 0 obj << +/D [1963 0 R /XYZ 147.6 167.225 null] +>> endobj +1962 0 obj << +/Font << /F25 580 0 R /F15 542 0 R /F47 594 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1974 0 obj << +/Length 845 +/Filter /FlateDecode +>> +stream +xWn@A2{ƑZvaa V Ƥ Ŀ؆ T%Qh>9w`/CLX(+1: +\9߯ݐ+d5ňh#Xh64z~vzXrJ~^nʋWiHMV,i4~(H,,zd-PU YF̼|w+<([!uF;JX"ww 1KQZ ydǚc8n'v> endobj +1976 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [192.452 464.138 239.778 475.827] +/Subtype /Link +/A << /S /GoTo /D (figure.77) >> +>> endobj +1975 0 obj << +/D [1973 0 R /XYZ 147.6 748.8 null] +>> endobj +1977 0 obj << +/D [1973 0 R /XYZ 147.6 453.179 null] +>> endobj +1978 0 obj << +/D [1973 0 R /XYZ 369.2 419.304 null] +>> endobj +1979 0 obj << +/D [1973 0 R /XYZ 147.6 370.885 null] +>> endobj +1980 0 obj << +/D [1973 0 R /XYZ 295.632 336.014 null] +>> endobj +1981 0 obj << +/D [1973 0 R /XYZ 442.767 336.014 null] +>> endobj +1982 0 obj << +/D [1973 0 R /XYZ 337.37 300.626 null] +>> endobj +1972 0 obj << +/Font << /F25 580 0 R /F15 542 0 R /F18 573 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1985 0 obj << +/Length 3682 +/Filter /FlateDecode +>> +stream +x[KϯR*'T%޹I%o֩t7>Ajv̲\ $X¤NDKd%O0槅0ŦV +^ɪ~O_L̓m\HݞE~O N/vx8~UŤV<_$ʯۄ݁ 6:"G⺧|ycmi2"VX24IY$R7fv[#0ާ鍷36YMš;z;!`{) +![T&6` Otj5kyODjT1ԂVͪYP*\vmꩂg@IL3rw,<%[ +[=AIŀҜ6; KhmQ688.C~U}~:eE>lJjmxPҿl'oH@Iܯ]MW t*ݱ(cb$)hH0FR^_}b#XqNFHXёW%PbZ5i.dWh?b :߹++Y;2fIn68QJTnPrd@K-/iq" 1=@3{7yLL\E!HY?oa~Ca-Bp^m9xg qf4'.Uqvh 9\>8+|%|X*{Z O)NuXtI.Xp݊YjԐ Tݷd|!i?x I>ٍL܅QoS r=Ђ৸?O-vWFGCNO@4`ChCDۏ3fȩk`b}&jb2?d*n;{ %#@>6ӥ8*r`51ag>b֍O屼=PvSN22x Bi,w`8?0UᨾäS~wqWU*+bZjSɶ ۵އNl@-;f_39p%m:=ZۅO#\_ +Tg=*568,Ƭ + ޺7ӈ@I4K&N/{SQD" zG3Q ?(."{%ܟ¶l_kr9t.|C3!~GILss֫ s!Wosc,mxj'ߺqCP<i dP¢{2I/JbP)s]lڐKP5pKu Pn.|錇5Zp3ܡ檁xp<]uvpOq!¶NU\$ѐӎ"G1&J_lv)H4p>;:IbPtie?ǫ&A0ͩVխZdYXG'{zRA/ +~bV &{ZD:b=J?Ϡܡi4l0ooՒzp_f'2)kA">zu}*HU1Dcax*6֭-"١d (jذ(Sfmеk,OM;S%_֍-ٝ/oBÑ.4\_E;zzRU`AWuOgtS6YhpY*len6OvB`c꒪xRKhF{MޒF35US/ cG;vZDmc0 >,"8V~FmoRm#@kkcҜw#+RDKu2 m$mLvσ7CPLڱzQ+/0\|SD% r8y<嬎! ºvT1yW1<͸CMDA3 zP+v5c7/^-v\>@ٚlyP!3LTh2nZ +I xǥ|*.[k_x@o:]uIweF7KYAg118cɦ.|4$:ƩNhwj LG 6OIT[ Bk%1m2?]կ.i1nm5US9 2~)1b$)=2$<{Шrw.}.`JYE~9txSLǻu{,y'ҚIĶT.~;˿BK͘C 4$l.5vp(#2 s2KHk3gle?#&uØj>hpӁendstream +endobj +1984 0 obj << +/Type /Page +/Contents 1985 0 R +/Resources 1983 0 R +/MediaBox [0 0 612 792] +/Parent 1950 0 R +/Annots [ 1987 0 R 1988 0 R 1989 0 R 1990 0 R 1991 0 R 1992 0 R ] +>> endobj +1987 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 0] +/Rect [406.877 698.943 419.779 707.966] +/Subtype /Link +/A << /S /GoTo /D (cite.subfig) >> +>> endobj +1988 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [201.237 683.273 222.624 694.962] +/Subtype /Link +/A << /S /GoTo /D (subsection.28.3) >> +>> endobj +1989 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [327.422 629.076 340.324 640.765] +/Subtype /Link +/A << /S /GoTo /D (table.22) >> +>> endobj +1990 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [486.755 428.997 499.657 440.687] +/Subtype /Link +/A << /S /GoTo /D (table.24) >> +>> endobj +1991 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [146.604 379.626 205.17 391.315] +/Subtype /Link +/A << /S /GoTo /D (subsection.20.1) >> +>> endobj +1992 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [186.891 311.577 230.494 323.569] +/Subtype /Link +/A << /S /GoTo /D (table.25) >> +>> endobj +1986 0 obj << +/D [1984 0 R /XYZ 147.6 748.8 null] +>> endobj +490 0 obj << +/D [1984 0 R /XYZ 147.6 748.8 null] +>> endobj +494 0 obj << +/D [1984 0 R /XYZ 147.6 615.243 null] +>> endobj +498 0 obj << +/D [1984 0 R /XYZ 147.6 415.164 null] +>> endobj +1993 0 obj << +/D [1984 0 R /XYZ 302.188 213.043 null] +>> endobj +1983 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F38 550 0 R /F32 545 0 R /F39 553 0 R /F42 560 0 R /F61 977 0 R /F20 576 0 R /F18 573 0 R /F62 982 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1998 0 obj << +/Length 1928 +/Filter /FlateDecode +>> +stream +xYK6WV>EǦIМfo6*?GA(wdIq83pH?0Ih~'L`*G4 9/~wZ/7 4p(w J,D(8XH%`?'iPl ڔ0cDu+''z(.;m-3v0R.h` D~oݢ׌(Xa뽫 ;ȵ&Fyi)4?n2]?HN8~6qP6i8nI(U5 F?>.u0+9qv2$R4qXaGP&bH`}#VZA@/yeX$Σ,E|*QJ31qfu9.?(ɸ"ƘfN6+ܢ p&%dR8; Sz'[8ltS {9HN2kƆAVq:)ᚏ[Vds1-ಅ5J`d4/:}GX +7C^:^ap/ r_ dZsP‡/ߕ,rA6iW~'hvǢW@y/3D%|ҹAjܨ0bdٍZ\DgT[o:F Uɑ"ccAi XjvNUbWfn:/;Ey bZDquGGc!Ln2r1|V:#Rf_vp,-,E0rbs>ΡSr=dqmMc@f;ov% Ʒ^<j]y䰎=.(ZH8ڂO{>]5lZvn?_J2a^G$sK=z& 0?XBJo $rq[oL]>^3SeR)"h6T"6Ġ ` q%d3O;8yyvZђp -SDW_;=+IC6|\CoN~rZ*E]<VUV 9\A̽Ṁ՘w,1,T&b˝k/r ؜LSv\y[ <<۟- KYڰ+Hh5JCk @drc(NU29..^H3)p~^0i^щ,qwx_jW|CuVrQ[9P +M> endobj +2000 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [486.939 573.026 499.841 585.018] +/Subtype /Link +/A << /S /GoTo /D (table.14) >> +>> endobj +2001 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [505.121 573.026 518.023 585.018] +/Subtype /Link +/A << /S /GoTo /D (table.18) >> +>> endobj +2002 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [159.331 548.351 202.233 557.92] +/Subtype /Link +/A << /S /GoTo /D (table.26) >> +>> endobj +2003 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [409.721 403.471 460.805 415.161] +/Subtype /Link +/A << /S /GoTo /D (section.33) >> +>> endobj +1999 0 obj << +/D [1997 0 R /XYZ 147.6 748.8 null] +>> endobj +1995 0 obj << +/D [1997 0 R /XYZ 275.689 752.864 null] +>> endobj +502 0 obj << +/D [1997 0 R /XYZ 147.6 534.083 null] +>> endobj +1996 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F37 1411 0 R /F48 782 0 R /F38 550 0 R /F47 594 0 R /F42 560 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2007 0 obj << +/Length 3213 +/Filter /FlateDecode +>> +stream +x\ێ}0%r3MM `Lc_vAӖY"))1ڲTKuN/]QQbUT]z2W +.KsmB-L㛒*¤6Q9QZVL *sEʒ?gg5zùXF]=ÕOs*<羅Amxg=|iʕ(+ QRQ$B +(Fw?` *:܉JR}k(Wqb<lC&6y#]T9)&U*?/kVen;&@7eU)s^?qX)Ě xTBƝԮìAc>ԂV]ms$YnȀz#kY *E +?͹Z$cs$H=c-r8 <(eLkDPqꄡr9 ++=zs \d:sQ#Vw/[1gZH)3{k\x;$Ձ̗vkj>>dE~ukC&t {J~BAN(86?61x=x7H:~^)! C?иY { i5ޙ6T +нۚ__2P@ ~qf{3y'zYn踏COKf +\z +t#c=x"Fϐ! s(ma"h +\4.'_ TM¤Kʡ,+Sk\0Mʭ?/jc hCgYꣻIc"8.G C}\骫y~E١0f1Yx1,7^420/r*-bt~!p\3,/QOgq brMRn/S+NbNTYWː^b=P7h_d;Nݡ0lԟA,dD,.-('\=LfĚlQRt`ԇ@x=<]ke"Q'fBp6Y3ղvybE^Pf⡐b\ &niyE9)f2τa쟸(7XUh̗|{=j t" HڤxGkv2,IǗTPջ*uPP\N]sKPF9ĠxJ8A ɗp7K9x`F7І l@>}@EY9ޭ+1BoC9}+" J<.D1 Pf 3)f0|׵,2=`oU9j62C.0\TPQ3ħ7k`vOTr@~V r9BM;(j'T.6~S#> endobj +2008 0 obj << +/D [2006 0 R /XYZ 147.6 748.8 null] +>> endobj +2004 0 obj << +/D [2006 0 R /XYZ 305.037 723.32 null] +>> endobj +2009 0 obj << +/D [2006 0 R /XYZ 207.992 228.242 null] +>> endobj +2005 0 obj << +/Font << /F15 542 0 R /F39 553 0 R /F38 550 0 R /F65 1185 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2014 0 obj << +/Length 2123 +/Filter /FlateDecode +>> +stream +xYK6W@")Qzi4 䠕dZHr" eֻM +tdr8/&* ML`6Eo/i +ڔai?_J%2*\sFu֓r )f+V +Neejhh'ߜnޅBM(_ÕipG"H} % 42ާmx ^wsf%ϑphIxys>,nh]YmYg=kVY +0ʾ7[,pvUN :% 'W%sqS<;,z*lWlE[:G!FDq(1-W bDR͉[!mMCϭ)9,sP&Td;rB:?i=4ax"ώd{UG'֎w{NE{~/ʼ%aAJD5l)1O~H)Ǿ܁R IkBg5ǃ=NJyW[#(?g\zz@12-#bBHoL RxRC4WvΗ2Kcqa!RdE7Vp#}c.- "ZҢߛKxd@pd- mj"T,bYA|RT-9cp頙X9! <{ؙ.X;=2ЊݓgΝZ P@uSW5ǀL?)i Rl5[4CN &QXe `@ "yr=ge.BnBT UOM$ gf +v .Q[g%Kcp[B + Q +g=vWw6]FD;c% %&?~Eog$3`r,Bi7+)G +ʱP/Jdr@W /==*}R9-wp,(G## TcU :U4Y^WQ u:ǘ}Y@2L|'ƙf׌j!Veµ\b(8%#b%XS%r3 @ W6n'|T𶿹{OBq*yA`jS7Y<AWU@̢8:#Tem2q|-/_2C""YɊ1OE DWvooK:O{#rRɠPb!WLS>2Sd \GVJ +cF#&'#J?#:v#11h쿉]56!U֐}g=QrJC0ئ9G2 +b(Djc6vY5i1!<:'fbLG'4Vd*PX,Z]=Ι2%69MKbe Lw/>C},޾mNw{ +V̛ٗ2LU^)*݀fחGyUskrTFd{3/}zFZ3Ko]PEMӾ_v$o87ċIeTendstream +endobj +2013 0 obj << +/Type /Page +/Contents 2014 0 R +/Resources 2012 0 R +/MediaBox [0 0 612 792] +/Parent 2010 0 R +/Annots [ 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R ] +>> endobj +2016 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [231.643 219.617 244.544 231.307] +/Subtype /Link +/A << /S /GoTo /D (figure.78) >> +>> endobj +2017 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [364.872 219.617 383.228 231.307] +/Subtype /Link +/A << /S /GoTo /D (subfigure.78.1) >> +>> endobj +2018 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [431.642 219.617 449.998 231.307] +/Subtype /Link +/A << /S /GoTo /D (subfigure.78.1) >> +>> endobj +2019 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [512.382 219.617 531.344 231.307] +/Subtype /Link +/A << /S /GoTo /D (subfigure.78.2) >> +>> endobj +2020 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [173.119 206.068 191.475 217.636] +/Subtype /Link +/A << /S /GoTo /D (subfigure.78.2) >> +>> endobj +2015 0 obj << +/D [2013 0 R /XYZ 147.6 748.8 null] +>> endobj +506 0 obj << +/D [2013 0 R /XYZ 147.6 748.8 null] +>> endobj +510 0 obj << +/D [2013 0 R /XYZ 147.6 554.164 null] +>> endobj +514 0 obj << +/D [2013 0 R /XYZ 147.6 191.799 null] +>> endobj +2012 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F39 553 0 R /F25 580 0 R /F38 550 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2026 0 obj << +/Length 327 +/Filter /FlateDecode +>> +stream +xmMO0 >Iӄ#"81p($FJ|vMǏC`# W e6m%GH/YN@H#BaCÎܵP*JF^EƠz5iGskjjV3!q *In_ݸ{9FR.ű2MLtl/nTTsS3I~7\Kq:VJ#b%!WˑTM/@6AH%#ŗ0292T坐YF> endobj +2011 0 obj << +/Type /XObject +/Subtype /Form +/FormType 1 +/PTEX.FileName (tux.pdf) +/PTEX.PageNumber 1 +/PTEX.InfoDict 2028 0 R +/Matrix [1.00000000 0.00000000 0.00000000 1.00000000 0.00000000 0.00000000] +/BBox [0.00000000 0.00000000 313.00000000 370.00000000] +/Resources << +/Font << /F0 2029 0 R >> +/XObject << +/Im0 2030 0 R +>>/ProcSet [ /PDF /Text /ImageC ] +>> +/Length 2031 0 R +>> +stream +q +313 0 0 370 0 0 cm +/Im0 Do +Q +endstream +endobj +2028 0 obj +<< +/Title (tux.pdf) +/CreationDate (D:20060112174706) +/ModDate (D:20060112174706) +/Producer (ImageMagick 6.2.5 10/28/05 Q16 http://www.imagemagick.org) +>> +endobj +2029 0 obj +<< +/Type /Font +/Subtype /Type1 +/Name /F0 +/BaseFont /Helvetica +/Encoding /MacRomanEncoding +>> +endobj +2030 0 obj +<< +/Type /XObject +/Subtype /Image +/Name /Im0 +/Filter [/DCTDecode] +/Width 313 +/Height 370 +/ColorSpace 2032 0 R +/BitsPerComponent 8 +/Length 2033 0 R +>> +stream +JFIFHH7 Image generated by AFPL Ghostscript (device=pnmraw) +CCr9"  + N ! 1 +AQa"q#2B$34CRr9UVWbsx  +D +!1AQ"aq 25#3Br$%4StRs ?┥)JR)JR)JR)JR)JR -8Ik꜇eg. I4$,c$)Yi0`g/.t)UR!^,0_̯\閯ik%*T2KYe?^WFuˏÉ)a9A{5鈎 !P%#pҮgb9͘F:uNK8V7AEzjjR18NX@0*)W"-ۊoo2 ,eQº++Rqxsx+rü$ܘȩ4:BJQI- i$d^ƽ8t"\*odLu`+r 0س5˕mN|l_R 6А<_EYtfǐRM}hs-dr:K(! +rJ `06²9֖#k닗XdN+ʮ>2k:%;k#~c[bGU+j*^9[Lɸ(gV7q'g_.^мa鶭^2mJJ2AR)JR)JR)JR)JR)JR)JR)JR)JR)JR)JRóg9҆q)Bb 9/ɕB6fuJ5fwf!AN3xXi'H^ekyy#}G ҟ1i0f%y$3z6Wv^+:2܉NuVV%v"r&x=&@Y&˄mʌQE-6K DzAyMH=R)JR)JTKKJ6Md艔) )JQq6A޾CQRrB\ &g&)NcKDADCF)FW58Ta)6%(;1} '9UpnT4P9z`G@/,` W]  8P T3W2*..eQz aЇԮ;O HCf W%'sm#y::։ +~mW,/hX7LH۲')ڳ7=9|/vbmqR'HdYŻpgtZM$- ˬ1qw EY|#*E#1!\m)J-nӞmg7%/p[Ne) 7 X׈DUf)=)J>L3YCh1lNʶV~PELٓK +t]/[A4ݥ> ~Vܽd싕O._ ȬlFQS"-AUv-WҔ)JR)JR)JR)JR)JR)JR)JR)JR)JR-v៻]rt8MI|'z*f,Y7ieHHn򉚿#ZRJ#%3bNNE,GGYܨTfѱp꘩Ϊ! cUZK˺&xߕ[ZӐǗJ@b&*BG$&YWʂ#E|Q AʨUlugPvGgu&%!Qߠ<5rii4Yo |J)ʙRYpfE P1DEJV_ϗVy(66kU6ܢ 3].lYFk,@U38+Q0uZvU/k\lUzMdL%D% 81GAc&zD/]O[(4.icʏ}H +rNтl(<˷r|ȹnD…1'P1a0zR&؈`μVI22櫾Yjc ӆh]$HS4:S@)7=--'#@0c )ca}c|y^#8nP!qЍ\$do,zE; w$ٲڥ$S)ϜTa^•%υdq.LqqtYHesBHނMIc*ģT""N6:xF[k ^Ľ#$'QHR>^-[;*N(dΟ+5UtӚ岦m}0bۡ[eWqZ @T c +ŀv{u6Qԫ=)JVH +W a+yܑ 9`| :)+k)nHrJƶ[$AS*n+G7vPqD/vfH<Ī*me+aB&N^R9fPtg@o)JR)JR)JR)JR)JR)JR)JR)JR)JR*4|faLx*f]"e@U@HW&`0XfE=me4 *Z7gW kAI.W@z#z/0=/oSy;.JR8LYbmdWAd[̃. @`>so}&ѳEh3HG$ +qu-+k5qm_PxͺkbߏtYwz2W- +B"j=i|RW"Džm<"G@U{xwb[0ͺmܻum|tY{E!ATԎmXw +m[R\+h^ <~5ᅥKѺ!,7"әfr)vܸpɺ'Z7z2. N4^! /ssX!tp4jm2dnh(dR7JpL`RaE{.xqqes=Q)g}#5TTW̋{)j.V\wt繙/F(*m!Cbh4  oD }P*pƛO~#DG2NRJՅ+ۂ^A{yKD؁gp;?~Pb>Vkg+ +2MQ0B$XRd m+RĬ?PGww;C3}}}wd$2ݿr +ZmȉK}{ \J޶bw%suHȇ׏W^''qg8̼d!N:X9ф]sc֑k\l6DQv&|se|ko\5qLzw/󅀊MEyLY3$R1cF *%ݪK-m_ʯb,.bqoHI 4$Vq"1of9Nֶ 3xq:%I켆B&dQNǷƌ1:mbiH#gά\ףgpUy s̈Adrn0Y +DJR:Ȥ܋"`PJ=4g*\M>|lG_ jŸ"^㙳0,쥱i9L}HG= 5^:0vt@DbG9PVdDR:0j k%)JUp^.@EU9:Ee4"IG C*ʚ`"sZKXxo1]fQs>2qF c\El2YTQ%ݡJR)JR)JR)JR)JR)JR)JR)JR)JR)JU +nEZheyOU^j#RMX=!rR*'g[3i [>`޲xNZYQ2\ 3 zݔrh8 X-N+q(7-h5l %cE)FYOzTMp.G ^PzѼs]d1ip~jN26l>pW껶N#-zǼBԮǘiƵVډ)ggDk1vʘBZl Ӻ&cķ,\Hhqێ}!-d!B!淴2e+,C:\t/o^ Nl^$m"\좵x.)-|ʹ )Qm9(yp6TcB 62Wșz]7 E3F' 5|->il-BJ䋶B@Yp}9*P ŌU +"@Oact-oO~ƪ+Ǣ䱪'8K&EE["͔Q2(trU"d0v(obރ_w>\Z2wVÛqC!s 8l~/KpkaY'=g+,)(%\J[T"D=+ĖAx~R=M2ȃ`@LIR&RELt$p^$e )uK,幰uҍp6,Ǒ̭i6F=sk]EXoTܓ{\ 5p*+"d L"JIU%P (6mFִ[ikD;MaءgJ[4cw @&6g??齰|۞Xs6VP̍%=?}$քݽ7D!+36RKHL5hUY#utTֽ$&'99?.ȜArtUc]J&R{rC#vH[H% e\11~[Bf|kI8$2n6EE7TD(S@Cuhx}ɍsU<#jeRc5}#q=#O5,op2kqJ}J5\EJɟH?k cܼwE,ŞA"%[5ո{\1cebX>M7;5%!# \(9٫f?3Nifxf; sZWQW L/hRmkRǔ|qLVm* [s?wmw^񕳤3CS tU`XvLoVw$q-56O4@98Gs0Ld,3ncfnҤ$Nj Z󘖁|]!2KA;q;R^/?2yۖ/.lػ" +mgcqN5|KFȀXNyay#1#s"QU3p\#'%^lg-\Y D6 'n+6aImC/s(6nO}%F6I%?EYUG(B=j2)JUF׀ $g +D1-x㐝 ^bnE*51Gʍ7Hǧuj]:C3DdL:g!! b(bJ`Qc\#wi6h$/HIŃh:&>iUUEeQE A8W=JR)JR)JR)JR)JR)JR)JR)JR)JR+O֋ep[FY+qmVXv"EP} MKI59)MWj I:ͭoz +ub0؎/n0WFK<?ʣ&qڮ #u5==XkuTXc`-o@5dЁ@{{^€B Q#QҐ[)IQw/t6M[Q:tDnAUS3dr ~Yg%ߙnfߥvN\{b(!B >C^2(HE(~c?:YS)]l9酳hXF(? MvV9/S1uaR1Ha>=%F +Ȓ_aE#QI2ޓƒ,EbHa;|}QtxN^k)oqO ϻX18IK9-8rs`*wI{6׈'5QT[c\$; +9DB 6\%"n +(d{iQ2v=3H@B-"bp z6Ω +j kj&D|='#7qkX#5.3Q-J~Gn;cߑyc!,xp.ߋlRsbZ-))_H+s.`M0YFL9cy1M"ʯP#?P/2R5evN "ѺhE\8YQEj)QZE՞yY'f8laaE&q>P,dU-̇A{bETcU6XȑIN7m+J!vv/[ !p+ QvtʌDqĩ)3f[;))'z-<|Y3xVgI5J&`;y{ D}dSڶ˫|gFzǓɦV(hnpPyPCQj:.\L.,W8L[]R- +H3r'H +0@Rxݤ$-ωWƭl\I|{t<\9rM'7HG3jgD̅/02D6\w#PM`jS4oAvװa 5~N +ɻ>vyisB(ڇNư]E 8j5UBgL2YYrw>QDPw$)"Q3hRHᲷr6 JW{."fS56ڞLRHK09D{D% @D6qlmm1i+nP ݨvz|( +"e;+( G.B#`*fAL\ +4'Fo>jHgl"w(*Bɝ3)/c̙㜂ֽNJSJ[2 +ir$N(~'MU;+H +9lY6Y[؂n()yEI좐! S7#v٢5[,[(X%o.2sܣiSTv:MVun)-k':]ז%PJrG"a3\cvW +>4r $CtcJnS.=@5)[^3"9K=jk*]30Vs'\t/HhhG '8hDMU6:ߏ ]`#G`?=ڭJ;>ofns kq{]l՝O *ˣv>0Ųh̒hѲI&S!SL*i"! +R)JR*cY7#VhP/_3;}(t*i&P)P(v |#"E4TDPUQ>­3;vgf;fbK1>J&aRy$f,P1Eb +gއB"S W'J[kT'nܮ[<ؐK M+3n,!r +ȗ$d6'bz+MDq^1<@!KRJ%΂/uYw)WpD%#=3I'3IˬSil &mY^sp[rP/H z|sL d @rJWJR_-9Gy[Q;r2Am6kZtXUj)I*/78׈yK 13 +9H)}h\ &#[͹JtbKE:3'.؝MV[ +׌Z|*)O.CP]qYrfo 엤QWJ(C'$mxTPk2и:aqJ3JR)JR)JR)JR)JR)JR)JR)JR鉈z&R~~R:9ё01{%))$TGAgo^Y"몚ILq~ׄGDΘ/8w$rAS"u!qtlFwoَJDsE6?ƽFEһMxQZMGcdDrLh@UW`QJW:"i(D!D9 R( c@)@D #[R~_ q"rl tc)G6mxg & t%ꪓu(vVͰ\Z\R3ˋJ[l5NeJsn^+ȬvW|LGmŗMUII8,4UNl*X/c^`ܱbLa6Y=vh"U'5go ,f̛UԘonܖf[MZIQEcqpuB +Az>  pTvwݔra>lr"at^PIS &u*R9>.w?'0g.97Rͮ,KB˄m̷:n,y&Ln˙Aj$&"bʔo+#.+f懍-ۂi8i)HLDI3Qfrq[`ʶvt P^vA|Z]elu'ნ./U|+NjӲG.%Aש@*A]1vgm&(Pǯ"ZmiJR)JR)JR)JR)JR)JRFgtf?ͼRÐ'lHnJE\j#PA|i&h +BS4ePB&9aJRlDk jwC2)cqr|}'#.Vjs1~k)Ju[N*'YEJ$ oyD*(j, s"a  [[ؕ"LF2>F;7~\>/-w*JJ7UGP򌋔AY@UWR_`=siպGUee| eUU†)"T9)nõG|6nw'n:)o[n +-e̕MLȒYg nC6TZ6#dSU C.Rm)Sxf8:ar- +W1r=|7r:IezWFp\ zG᫈5J;kY3kͫ($Փ&h4[nREP4!JR|ؾxxQc42PfMʲ"}r\-\(6lU|! r [w&P8T)JR)JR)JR)JR)JR)]NoX#S(0ĻЉt:PQ~RRK'7|x؄2fTF2E̜@$ݰDI Le5%$'qҬ]ƾj +.Yng(*JtESr ShiJqyG%j)D b D@7.$&>JMPIBe1MJ":WB99E^ /2elUc90YTg`.Šʦtv3>aKnGvIHm'WьsD@@@iJL#dGe.Pl&AG '[qzVKQB%(} Λਛ"Tѯ駿vnbHZmvh,6RJ~dB+ + TGiJ'4q>bo[#YȝByNaXLR-牬R>Չ/`RU7gon_C,BIS7Hub՗:iv-̢Z >]Vo\θr1҉ȐJU2$sꊈr"h)JR)JR)JR)JR[⃴-emZ7$[GC1^N^UDGlۥ=) 0ZGQy9NHrMW!-Gi}1fu66EnYD܋-(1-W6ZLW9Z9dN7E +m<@-8eX% 4_dFq{"K~%iɆH We1C ={v߶ԈP "<ژ(*Wo-ʩ6;@3Luj|ʯ,iYB 6 % +"J2)Gk۫uD*x9!D Ӭ]Rع9`v6ݾEe]ʆ{p믕l@dv5C&k.ߗTHrknQK2 W0l'20{zBR"M7`7T?QDZu}[i< Y@pU6h`Nu@<גvà 8Dv""#JR)JR\ۼhnʠ2"p$ֻՃH .1"gﮢ1~C)\燃gkF}6 il{UpXqk$RtyfjQX +ﺺzR)JR)JR)JR)Jw^W"iӶCPoW@81.Db?)Na&U}Q5qk)) +Q G*B&9iyXȖJH2CAM]uKU .Z E"c>(%ل#]V')O\MIE]uCO.u@*K[£۬+B(R!(SyL@uY@6>ڥ*R)[m,'x.I%Sp dL݉H:V`"J(`EH،! ,LtisCI_<=tEH^s_r)\ $=aX-]Cy I$Me^, )YR)JR)JR)JV_\,sʥr{V9s8, +4kpXrfnFTQMS.ők=oX|[G䷆UbZ7fI Uo[1i|1äxH($\ +ȒmT1QY=Ij|+xycYeu(QyTEl@{ lGY*"AT I Jv ]͸U.8b^Њ&9|ϰ~_-1v*w;5dSej*v36j_wk^\&1MdI|M+(D$g%^ 8x1F2f޻f5%*{rSm"݅xGrI`룧fpo~я+c!u!i_4 w]dfY$6υEE)VӒ6Ʋcwp!XHHNh1D 2>2Yb= JxJD($LH.o+xֈW@;XDC?m]Y+rÃ$Mۖ #j],[ͲzI9 J9|cZ]0_kt[ě7KӺ(k?3.tGm,`㤛L۴ PY20=؋ Lث/ﰲ]<̄kiwWx멬~ɭ獢6t0$GA)]qiJRFNJ+a(S$apЀ}Fk 0Cg|(G@G70J#N(kCdGk]A{8~cնr.TfD)hC]5JR)JR)JR)JR+?$pc-^BI7VT.:(M(^f"odfc{>oxubciE>f.d"'2L7L.l VŐsm~oiIFlw"-bp\O qqqZA:tYJ(9$܇l4x+Z'r m,vցa P`9;mD(c&1LclBip{.lE&9ye xs$D:IrC!8.D_OfmgfYpMdSm; s㌶`!7_r hJ=I2hu޽k Es;'LԃRd'/ܭڠ/^4?ޣϝ|%nQ[?tA:08R,]/-LF5!׍tWMψw>\y%{=r9+ݯ[2k&CV#?k]1m[L2N k}wY΀ۇa'p|iEiW U-S#ϺҎ$ mpρ <=Aȗ/-ɨplV(eiу9-)#[ھcl& &8m݂u#18ҒƑB,pֽ-6".j岨>fw ܠZD8%˿ +Hɘ6r^ʺ䔴"J7o02k'd5јFFfIsrg|VzF6xGqŧ ƏQ3}ŒY]$R-YT=xdzA')>e%JTtHdEWGRVV A PՑJ21VF2: AO^iJVJ~yZ+n5H9s4J6*vlV(ht=+6ͼ;if 86P1˴!߱)ۿޔ^sqc"#!@ ATCJ +8g3Z)HFB HWJ@]H&/aR)JR)JR)JaL?@яj>ެs8 +%[E3wƌ:| p#xl✾xېF lenޜ!#Sw::Z '2|~IUUe (fecQ7HEE"etCa]=j֏gz͸ fd: M>3kIYPs2I-h#:Oc/l1/syɢ)F J(((uUUS*0"c&/<$XS7? S0*NBڳSܤCF"7nQG?O2 >Ms)/df[{Y/|[=̲[1l m5&[\Ooi +fA acFh IʼnRVz#eqŠxw:QF+B8fc +>kTDyM1=MN7gr"Ȑf|ﻘKGvP~nCI {pG6dD.f˖OP8Kx?%ܢ[a2|r iWeY/7ME^x׺+I'}q @%b09SN2rv72mI1ɗLt9nTJˊwW-q˕XHfn.1Dn2*9,X5lQ-#v v}nB4Le)B +R)KءWxCH;k>ޱmdy!kyd.;rK>wIk4VcHaX$UUP h\)JWdTA Aֺ+L]v +YQPP^oj xZ~%ee< m~җ߰?O°}<4XW 96yk6fNaam茀Kd$ݗYk."wrͧ.LUDžyv[39f*dFZiiVKV U!SLjO +1,s:`1Uk&SRl2n5v.{\ɼ} 6^2~սn2Bϸ:w M kj^ PQ޻ńQsk|QՎ /H:Di69"r-y-L༶r/46:W^M&+/)QF-Ev:  "dS;'<$9k`NE8pg4S+?p15)m+&`+q!\]=gƽұszX88ۉ3L6t$e4zj)P6\FJؼ m +}@NQn }9tB 덗Y"."jj`#އQ=8 u}qqsN2f1{ޢsv Q:b #]Ʋqlza^EK\~FF( "Id؂9SPyᑋ~[cCc[VF@7(S ,xGZ$ 2[iYl UAm2Nu@O +:r*i9&R6n.Yc81$&p2&Np <ܦhQEP$ÆNckbo`+[ǷA3E˃DzA޻UEx(˷k,4Wnc7ILôJNД :{/i7g +%nJR&( M{ל|Ax +'kϞYHgeN1`DC@#EJ0Y9 ]hO> #E\4p ;t/܇96<7mgo~uoop~ +Ϊ>ˌl @eVٖxApBzf݌R\b'w/3t&` ^ïAۿ`'oFF!Ir-$ V^LdW\L';4a]K}B@Gܷ2'RDـ_/::3 DC?]|Òt W\@z7|^dcDaWmLNiTzD!CVk"IY2Ӗ\vqqUke'9~q+JR)JR)JR+ S}hj9o=I;tðE;5_ʖ,%Y1ZRAh4nɛvFtۥQ4AˬD ) +qQHO7?ܦDw_*8819:P``!@=BSZ]/@(>}mzX^MuGtD갸Vj(*ސ"*08h'rgvj(߰{_1yBóQ^AA6g&A>ğβaT\u {o\kIFn0P@C`#}\EQTo }manlj屏ݏQe<}}od՚2@;B}@>vTkgEOd0zkD8?.\S~/(KڡI>C[Gc_+4MIR]=aBޫmGu}jiam_.]]E{$/j9y/q#U+ֲDY3&p5TUe`AS~Gخ/\ΫXk4VUBon1jCi8U12" [~Q )r bl?T7*!Pb4%0lUz6ii\-\LYA.udBy 5TR^ZMT^CEhH" "|g'ë'8 tόs+i_Emθ bQdؑhcanQ㩽){'<^5˖%*v]خz妶eb^d&7 +!(e`K82EkZv˨pER9EfItUHU1CY^dmm.''xdP#  4:j׶ΩJRե)JR)JR=@lGZև}ZCaA?o]"\Jax^cFԩ>H~O>uf6:grT<03 8m)nOFk7iqk7]J;Ǔ~¸Aٞ]LIH9[V:Eq?|^ґҊ[=y(܂~$lu*^wm _$%cxݷ,Hkvص켂Ŵu!% tZfg I3;zsģ>]~Z^qGPc&s8FV,MfK4_zC:t$djQ-m@;~Pv?.0?^> h?m53kha#քR˰=}5^N%/S%lL1-ڲoaXE].?B#>볃6,5翗o^H` _/ǬʂI^H1.}]E̒1 +<( @5#@;cAAo`~¾Ww$EAa@>_V@5ֽ +ҕ@JR)JR٬kO oEJ3(dNH1p$!eT*J,eV-'oؼ?is_y 7AvMYj];tBݫVȑEpݺ)U9H9Z?,=-:?Pa>yߑN-KXq/q/R5MA;w]xtSH +\o[QsT lo^DP߽Tpl.0]&d]1+ȿČ?U?׺ Q@krՕՁpA)[JL{+pLP):+QWJE1F)m=`",U8IB+d!;0BI]}W @IPУ:Yf E+ WYVC+GU0*AQh芲^b3ÿ9+p;a̳xy8TCw҅cDw[:-_#b:1$vUGG~J9 e t4vb]*1NCÞh\$c$Q1c/`1N-58I(9@U{Njyq,q-Y;Z',RڞU7RsLLԔy<.<#яE"אJpKOmlM<~ñ<̞ÿ`HK;l)fbc/!%K{U¤LeV:VuNd !Su2iPwU[ -²0A$z]~:K>^LJ|GLcAOCvG:N:++tit8ׅy &>򶢙(}K's"Sd@_7N6`Q(c~NrjH$A34U>z@ߘɨ ""` +^I<>ݜf%qMqM+c7$I.?& Q\$[@eLM|]2garreZj:;%Ufm}wtr + 2"nPww@dno{]B+-s-&IԑtIꉢh\b$B&)@ ?..I+cnjMQnwKO6=U!M^K4nۛ gP5xE +>r +9;S( +7#1}(`q;o6ڄsq[y aOϧ%:ԊJRqVYmiE\#^F oF܌#$*B"$@}u~m"eay CĞvRRkuSu<_&Zf'=waǮ쑔1#PH*?9Lwl>A/:d +?P`ua>#y@nؚ {5|nl%]}BQӿ}TF a)@?Bu.s2BK# {C7鿧w?na_EWd5{zH?ESMSiJR5)^@=W9QV"/:ՀO)_WƫȆΩ~c +Sݍcg/s-eƹUPIggKb"m.郻DXypRFv*FLȳRb$e+Oq0 +*(%[?T/LEYDb{LpADh.G1őkJ͵H6ݟoB22 1M;W1 + +;xd]g/] ]e|dlU/q?*q$ٓ.F=-7u&bIC|Xd#6b24O`& g[$?!**JY"q:p[:KmW?WV]:{n5k8V-#$apR^iv +DeyrYk. +GҪ"qFc%XUPImw1&yv\#I&wu <.IV O䂣#1d*-gOaߐȞcpS(z@Oq wa.()IN%6|=a"K5zen體A +%S9 %eȎwמU7R:EĔ8-"0l)4HzlYC~c9~{XC5ܔdXfm1$ݑVEcqvX^Smq(Z'%T]@djґfC-&Pz@>z#U#Eu{a?zyv8s8H'A~`-n+\3ա7;0,|FXrr6AC ZΧ%Xft$apު r^q?Wmd[[P&f#PK8$4-})iv\y։MLR+F*p@G{W(ـto{kۿg< +@/C= !;ko;ȁ +DM mpC[.ی?LYZhЍ`@A>>ZcM v߷7WuCξY#{TV.)L&sk:~@;WhMXIn;dmuO :#_ݠIp$ =PT_Qa?4q87!^ץEh0ƶ^2I th+vWaFִI;#_G_KNOTV1S2*$bv(k:ҽW!UHe@6(v{}>g&|n ;C'2BTr^PH,v5׽v,jF?Z#~}@;q I!;~YK9jJފb۱f!xPAP +b!s7˷2-Јqы۷P}[uW,/(Waك/(Epl]aUd]>YP*"Q:bcg+uco/ GX\$L YḾu>}1#e߮1 {Z1}7oZw/>41X*}bq4]hUJ&߲;br"eqH1Suk|7?<"1ExmǽIї "TGk"l5j4|eW6p]&ivܩ +wwM ճ7+$NHb 51 Kms%t@"P&bws3`NstP9J-10,?x*yN<ڎB)?ؖH0d/_+y8bncIc;8(cJr~*Nň1/~-oCUA gy0^_Yv`6M60|_/E2ƨ/YH@tP ^AX* 6((u v.w&D6ٿMv ~h:ǯZKNt|y߸&v:>_|ثj6o+i?>֨luT=7?}= n'_?P*,yF$V1<|}.8;R<|}yxB }_E/k=J䘶$1_3p.#І QK#TQU @&{thEȥT3/oǓ߶ +128>[~HWnm2D(w:) +="a !~:yvErD14)IteG`>x"(nc-jjR^Q`F3*%!QStRQMP ï +Kb 0##RXIv+h2,FGM=>[н rFrCgo*Y wM9_*R<ǜ g_Ȳʄc(W,h"I6U `;n(}g],HG[1e \+H3tn(W9:s}8F2m'$2曾oM\+%xvEanD|XN +i2)@.44;Wυt# \k ky1(G6Jy;@A\BGa,PӚ'sY]xv[d]9Qvc0)JoJR)JRJQ(?^iZV`}qR[or)Y ,rʟ_(b9Pn&"Q6</e!ËVƗXdϯr 0LTS+ԥ7p~ȕ9p>A{mJљ;r$dB[^E #`e h*np"KX0L2bA1Ts* q.3sgLbyNP2D2H8I*]LT(DDUͨW))Lu!qL9v=׼Iku_Hgaj.sLQD{\ո+ܗp? +Ol# +H-$2; vW%7;zB#WCnr M0m?.ahMYg#<ϤI x=15bɼjƹS'.SR!)"C3WdTs/Q3&/t؅(;ryK4Xp#?ǒ?&̿$7Բf %_:93> +T۴۸*H5 m*O؎:)7m}J-::rmϯ#ɘה\~Y9 +!81`k{ANv %fډ(r')f:a!8=o>P/ו=Gyc|,wL?և뿰J5}GCo@TyPy,u! d4f5]vu +D[lܪ,eT4L(a"SO.MDf>^@Kxݚ?*Ec.TEJ̔m^E&M8X⦴W!9lf')_QM찼vp;TU^~9])xN))ymbuk͠[a(m~s9B$$6+^q 7Z~DȔUռdۈ+!o"NC~}^!_<|ɍr]ry2KnKD7jc6eUCȨ(b""h #vjM4jiٲ & B(} ҳe>qΒa~G1;e1hKdzv- ȱ\z12Nc7P5k* d $]U$Ԟ|$Pe>}P|}o^{j˽)Al +?@D;'z +.nB" u`"HQE B&Bq6 cȬf,?]#uiU{.@>R}>B>j ,0+l4zF H\T-dW)dIԓVn=u/lJŖXÄ%rkuAS/oOAu,=e`[}p\Uxs֮7bF3WwC)&ɘ&DWtbk\U}2 \$̈́psK5jU+ePHid*]/q[80H%sXب(|uoU@> 6=z%B7#{I}W"+-Q8fAp!ͪqf_OzHJV^LElbXPi@IB;;,ICW!%4XA1ƃKh")J+)JR)JR)JR)JR)JR+Բ(jBB9LQ)r S@CUlxy?+86*LM`=Prpu)p3 +U0)RA1o_U\~Jxahc9"Ƕ)o7Vuw+_:gJRtj)JR)JR)JR)JR!pu|cLk>"i +$%lϐXD,'`TUTE0(mT79˛_]Bտ\Ms$i7<_㻉!]%A|)U|+.ԶL֟A:D:KclWd<v^4!m{6܀p\EΉh'T:)J<7y?iUg +`R@>^iJ6cgsV)JWڴ)JR)JR+endstream +endobj +2031 0 obj +31 +endobj +2032 0 obj +/DeviceRGB +endobj +2033 0 obj +37781 +endobj +2027 0 obj << +/D [2025 0 R /XYZ 147.6 748.8 null] +>> endobj +2022 0 obj << +/D [2025 0 R /XYZ 147.6 643.681 null] +>> endobj +2021 0 obj << +/D [2025 0 R /XYZ 303.385 189.843 null] +>> endobj +2024 0 obj << +/Font << /F18 573 0 R /F15 542 0 R >> +/XObject << /Im18 2011 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2036 0 obj << +/Length 335 +/Filter /FlateDecode +>> +stream +xmMo0 -=j6m;@ iP@ i:MUc⏀l +0@lQM Q  S6a8!wx0~zeOl|IޣM}PfC F@+J;(wZri*:*'<^v 4XPwoby+s@ +t5ܒP[m^YlcEsiSv~/$qd&F<6ThZuݑiVIϹ{-frxw3)EB٥KkP;15H=8pӸ[endstream +endobj +2035 0 obj << +/Type /Page +/Contents 2036 0 R +/Resources 2034 0 R +/MediaBox [0 0 612 792] +/Parent 2010 0 R +>> endobj +2037 0 obj << +/D [2035 0 R /XYZ 147.6 748.8 null] +>> endobj +2023 0 obj << +/D [2035 0 R /XYZ 147.6 643.681 null] +>> endobj +2038 0 obj << +/D [2035 0 R /XYZ 282.628 189.843 null] +>> endobj +2034 0 obj << +/Font << /F18 573 0 R /F15 542 0 R >> +/XObject << /Im18 2011 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2041 0 obj << +/Length 1738 +/Filter /FlateDecode +>> +stream +xڽXo6_`20H-0>Ȳl TAݑ%۲&ZqG 4B$PBd8XBWsc`8ΌM +"A '_HKig 0ewsUWB&Abnz@$t0a:H$`:~eD\аn& [s}Xn|y"1@w{H"92fsgfm38ИؠHS"AW8Qɻ)[G2y;~tX[9&h]N 'L27#Lf3ٛM%6: I7rlgJۏ7EI&E` fLgy3߂Z ªMƲN皋^[ibFeޭx_/<[~>t?= .GԸkڴ晰`kWs şYzqz_<{lTJzr;dqQA(cGJ`i/ޜ=Ql |uY~ UQT~ݫ8t $ tQmv ơࢤ7Gf(u>/'-_.%=Ôa{xB`;y2̄KX4pbځvյmZl&nLG.RS9؃qt*epϰ2W ;Ԅ*0n3d$SVSn^g M #슳sQ&/jGIQ*, .DX^@pl9I9n7&C)@/pʞg1)AYgU'UI0M M=g\&:}/E]Lpz9kʯȪ5rvm,tjS,"e4I>a G.mBpIZ>0a&EeSEs3܍|R]y]v^o殻֟fprӮ[[(āNΝSa~{]3@[`meS41eZ8&EW)Nv{^6qh@GNPa^z)nx.q>;CN2Y<&V#똏γX&uCكpcdÌm?o3t6C_Q'-KcG\W 01?D&ୗ>Cvmnylq[6չp+ ޥ|$#!J~DI*N^ڎ`] VF'aQ$F߶ƏnܤږiS'n5E|HHĈtㆬ@^zD -ZT)K޷#v\(l%n+N._thC(LJ&" ݶT"h1 ]t<2]P6~Vjziyg??Jꝛ2k?Yn؍ʴF{Ue{ -n}=#gBP?8!2Q'VњX)2"Ձz|P# d9M@e,/|TUQ"5{oqՉvwoP2‘B1€}vC9 A :}endstream +endobj +2040 0 obj << +/Type /Page +/Contents 2041 0 R +/Resources 2039 0 R +/MediaBox [0 0 612 792] +/Parent 2010 0 R +/Annots [ 2046 0 R 2047 0 R 2048 0 R 2049 0 R ] +>> endobj +2046 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [335.82 330.032 354.177 341.721] +/Subtype /Link +/A << /S /GoTo /D (subfigure.79.1) >> +>> endobj +2047 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [376.943 330.032 395.905 341.721] +/Subtype /Link +/A << /S /GoTo /D (subfigure.79.2) >> +>> endobj +2048 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [186.944 316.483 204.694 328.172] +/Subtype /Link +/A << /S /GoTo /D (subfigure.79.3) >> +>> endobj +2049 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [230.775 316.483 249.738 328.172] +/Subtype /Link +/A << /S /GoTo /D (subfigure.79.4) >> +>> endobj +2042 0 obj << +/D [2040 0 R /XYZ 147.6 748.8 null] +>> endobj +2043 0 obj << +/D [2040 0 R /XYZ 147.6 748.8 null] +>> endobj +2044 0 obj << +/D [2040 0 R /XYZ 363.392 720.497 null] +>> endobj +2045 0 obj << +/D [2040 0 R /XYZ 337.143 685.109 null] +>> endobj +2050 0 obj << +/D [2040 0 R /XYZ 147.6 148.419 null] +>> endobj +2051 0 obj << +/D [2040 0 R /XYZ 363.392 120.116 null] +>> endobj +2052 0 obj << +/D [2040 0 R /XYZ 310.021 84.729 null] +>> endobj +2039 0 obj << +/Font << /F18 573 0 R /F15 542 0 R /F25 580 0 R /F39 553 0 R >> +/XObject << /Im6 991 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2055 0 obj << +/Length 2970 +/Filter /FlateDecode +>> +stream +x[mo_!K% o\] C/Wh5%H:wf_ȕ]+`ryffg2.d"yQ8`3e[og)Xc8P+ [Dt7zN3$˸;}Qd.h9Gs"e4;"~4[!fCsКAs؜AkuQmf d3JDT9ȂD6B +̋59lKteo$E7v]a}+J1kRWPq"_J\Mη[ՃOU\g<<Ǖ\)<˛ʫB)R5|mVSCTk\X#IID;MgF-dz>*LnQ/`IsYO9P1JeLXź"oZ/P2DaD$\ȄI%4_DQ?Q"*5h5l5)W \KkUVфQ6.++vC"H"-5/fzy4xBSU$L_"-߭ek3 >hM3,GQR`"?(E|u\#C*Do ]s?ŔD*0 ͸|K$&dQC Cl?yo[{uxͦ)X/t*>Ic= +"[7K!C +7׈1 +1V) +KxP K\tlooj@I&Ym*ZfxHDĉ ؟1sgvFQpDz1!2Oޝwhvˮ=/lW\Ne}t˛bC'Avd1FHSz93hz1cy§nuUc jFw"+Nwtlĉ$L4X>/HFMI: ++ *ď +pBP `~O +yʠT{sP`V|”4^\v4K1?]8/7;,O1ᅩ(8"21e (_"L&A]Fh-LyYδ@ SW {#&{Iu7ᗯ/D>^˼ZEIy كlG] F$6F(ݟ4`"i0X[M&? ֬{Onmި#ݢOR,8 }+E{ؚqkO۲AM_ 죟AKHY-TM*ȇU+tT{jTk|C +LC`~Wh5h:˱&>)*.7mo +12ȫkՅ𧯕Gvgacخsu48};ix0)IsCcP Ϣ4lu#h?F;8ﲪEgr5LPd< iJV,A&vއ~W; +TzS|WLH ".=lPDh)!` K ˠ)&آԝ:k7aIk$fN; v/ksd}owwhBk}$Uߠ͏>#@}_Dz+wVG#cYC;ӕΛp.?Xew"endstream +endobj +2054 0 obj << +/Type /Page +/Contents 2055 0 R +/Resources 2053 0 R +/MediaBox [0 0 612 792] +/Parent 2010 0 R +/Annots [ 2060 0 R 2061 0 R 2063 0 R 2064 0 R 2066 0 R 2068 0 R 2070 0 R 2071 0 R 2072 0 R 2074 0 R 2075 0 R 2077 0 R ] +>> endobj +2060 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 461.998 394.382 473.991] +/Subtype/Link/A<> +>> endobj +2061 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 412.384 440.2 424.377] +/Subtype/Link/A<> +>> endobj +2063 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 376.319 371.473 388.312] +/Subtype/Link/A<> +>> endobj +2064 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 362.77 365.746 374.763] +/Subtype/Link/A<> +>> endobj +2066 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 326.705 434.472 338.698] +/Subtype/Link/A<> +>> endobj +2068 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 290.641 434.472 302.633] +/Subtype/Link/A<> +>> endobj +2070 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 254.576 405.836 266.568] +/Subtype/Link/A<> +>> endobj +2071 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 218.511 428.745 230.504] +/Subtype/Link/A<> +>> endobj +2072 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 182.446 440.2 194.439] +/Subtype/Link/A<> +>> endobj +2074 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [182.422 146.382 453.594 158.374] +/Subtype/Link/A<> +>> endobj +2075 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 110.317 428.745 122.309] +/Subtype/Link/A<> +>> endobj +2077 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 74.252 440.2 86.245] +/Subtype/Link/A<> +>> endobj +2056 0 obj << +/D [2054 0 R /XYZ 147.6 748.8 null] +>> endobj +518 0 obj << +/D [2054 0 R /XYZ 147.6 727.038 null] +>> endobj +800 0 obj << +/D [2054 0 R /XYZ 147.6 731.521 null] +>> endobj +2057 0 obj << +/D [2054 0 R /XYZ 147.6 693.335 null] +>> endobj +1104 0 obj << +/D [2054 0 R /XYZ 147.6 657.27 null] +>> endobj +952 0 obj << +/D [2054 0 R /XYZ 147.6 607.656 null] +>> endobj +2058 0 obj << +/D [2054 0 R /XYZ 147.6 560.163 null] +>> endobj +2059 0 obj << +/D [2054 0 R /XYZ 147.6 510.549 null] +>> endobj +583 0 obj << +/D [2054 0 R /XYZ 147.6 458.511 null] +>> endobj +2062 0 obj << +/D [2054 0 R /XYZ 147.6 408.897 null] +>> endobj +2065 0 obj << +/D [2054 0 R /XYZ 147.6 359.283 null] +>> endobj +2067 0 obj << +/D [2054 0 R /XYZ 147.6 323.218 null] +>> endobj +2069 0 obj << +/D [2054 0 R /XYZ 147.6 287.154 null] +>> endobj +1492 0 obj << +/D [2054 0 R /XYZ 147.6 251.089 null] +>> endobj +1493 0 obj << +/D [2054 0 R /XYZ 147.6 215.024 null] +>> endobj +2073 0 obj << +/D [2054 0 R /XYZ 147.6 178.959 null] +>> endobj +1322 0 obj << +/D [2054 0 R /XYZ 147.6 142.895 null] +>> endobj +2076 0 obj << +/D [2054 0 R /XYZ 147.6 106.83 null] +>> endobj +2053 0 obj << +/Font << /F47 594 0 R /F15 542 0 R /F48 782 0 R /F60 937 0 R /F39 553 0 R /F38 550 0 R /F36 779 0 R /F70 1529 0 R /F32 545 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2080 0 obj << +/Length 2734 +/Filter /FlateDecode +>> +stream +xڽݏHWtRh_n{f3QI'mV'f.s/_4Cwdh`욪򯪫YK?L'Xt&-7֛&y>.gmg`4G$GxJG) F<Q@Us#1ς41b,0̌/KMHIB`-KfU84i2LvqKO)":KFINܶkyp]XcG`zK. +~M͓e'P)ѣ4AE:Î/VDC4Zns}-'EUR,$kf},{6ed0$BL_{(Đٞ +IJc2ZΨߞ]skWqAD@Q]~^7( tP"n,au5@IһxqH& +?G]8P<eӔѬ31OP +;K(L!$x +u&bagEtؑP9af; +&^ BCǒdO"G_fT`*ͳGlDǗ/emHQzP)'yHajpjlM9I%#%VԈh@iЃ0QkSBPhdZ[{+@}Ŷ(3 UҪU3Uz P/K2C p-P"!?Lg,72\ N:6%xj3]'`ЪN>XSyd*+mf_Jsuc8%f8!IvA[$thFpP60M?zDGӶkw)lqC)]CI2":` 4c(jͺ˱w[ol߽/nލ[i`g;ak iEja WfNvZ,NrQ~ TPImE4> endobj +2082 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 720.871 440.2 732.863] +/Subtype/Link/A<> +>> endobj +2083 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [328.57 699.001 548.197 711.902] +/Subtype/Link/A<> +>> endobj +2085 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 665.702 405.836 676.18] +/Subtype/Link/A<> +>> endobj +2086 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 629.071 508.926 641.063] +/Subtype/Link/A<> +>> endobj +2087 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 580.405 451.654 592.397] +/Subtype/Link/A<> +>> endobj +2089 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 545.288 423.018 557.281] +/Subtype/Link/A<> +>> endobj +2091 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 511.687 360.019 522.165] +/Subtype/Link/A<> +>> endobj +2093 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 475.055 434.472 487.048] +/Subtype/Link/A<> +>> endobj +2094 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 426.39 434.971 438.382] +/Subtype/Link/A<> +>> endobj +2096 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 391.273 428.745 403.266] +/Subtype/Link/A<> +>> endobj +2097 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 356.157 428.745 368.149] +/Subtype/Link/A<> +>> endobj +2099 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 321.04 440.2 333.033] +/Subtype/Link/A<> +>> endobj +2100 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [182.422 285.924 442.139 297.916] +/Subtype/Link/A<> +>> endobj +2102 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 250.807 440.2 262.8] +/Subtype/Link/A<> +>> endobj +2104 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 215.691 428.745 227.683] +/Subtype/Link/A<> +>> endobj +2105 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 180.574 417.291 192.567] +/Subtype/Link/A<> +>> endobj +2106 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 145.458 411.564 157.45] +/Subtype/Link/A<> +>> endobj +2107 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 110.341 428.745 122.334] +/Subtype/Link/A<> +>> endobj +2109 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[0 1 1] +/Rect [169.028 75.225 394.382 87.217] +/Subtype/Link/A<> +>> endobj +2081 0 obj << +/D [2079 0 R /XYZ 147.6 748.8 null] +>> endobj +1310 0 obj << +/D [2079 0 R /XYZ 147.6 748.8 null] +>> endobj +1334 0 obj << +/D [2079 0 R /XYZ 147.6 717.858 null] +>> endobj +2084 0 obj << +/D [2079 0 R /XYZ 147.6 695.988 null] +>> endobj +1288 0 obj << +/D [2079 0 R /XYZ 147.6 662.69 null] +>> endobj +1355 0 obj << +/D [2079 0 R /XYZ 147.6 626.058 null] +>> endobj +2088 0 obj << +/D [2079 0 R /XYZ 147.6 577.392 null] +>> endobj +2090 0 obj << +/D [2079 0 R /XYZ 147.6 542.276 null] +>> endobj +2092 0 obj << +/D [2079 0 R /XYZ 147.6 508.674 null] +>> endobj +879 0 obj << +/D [2079 0 R /XYZ 147.6 472.043 null] +>> endobj +2095 0 obj << +/D [2079 0 R /XYZ 147.6 423.377 null] +>> endobj +1136 0 obj << +/D [2079 0 R /XYZ 147.6 388.261 null] +>> endobj +2098 0 obj << +/D [2079 0 R /XYZ 147.6 353.144 null] +>> endobj +1190 0 obj << +/D [2079 0 R /XYZ 147.6 318.028 null] +>> endobj +2101 0 obj << +/D [2079 0 R /XYZ 147.6 282.911 null] +>> endobj +2103 0 obj << +/D [2079 0 R /XYZ 147.6 247.795 null] +>> endobj +1994 0 obj << +/D [2079 0 R /XYZ 147.6 212.678 null] +>> endobj +1457 0 obj << +/D [2079 0 R /XYZ 147.6 177.562 null] +>> endobj +1354 0 obj << +/D [2079 0 R /XYZ 147.6 142.445 null] +>> endobj +2108 0 obj << +/D [2079 0 R /XYZ 147.6 107.329 null] +>> endobj +2078 0 obj << +/Font << /F15 542 0 R /F48 782 0 R /F60 937 0 R /F39 553 0 R /F70 1529 0 R /F44 563 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2113 0 obj << +/Length 5651 +/Filter /FlateDecode +>> +stream +xڵ]]o$}УH3ͯ&۱\AhxFxf-u`Y՜S>Owq +Ȑ"j;F/֩ 7N1Yjk`47ަ"s0K?> :1O٨##Ҫ0볼7듩? +)|BVt."ŦERR_$/R9&,L&ҝ#-V=h]NDڹKk29$]?M6:˹v&tzEu&^ģf)0$TE$]lSISy]?tgPO̭)_ 28JެQ9bt H򜩢"P9ش=%C}Y9Kkm=ӫb/`t {3&7_f?E 6m>:_}XQVutqr35az^ˣ#:74<@,X_*î{5LdXb %\oAZz\K@fLn/ln m2 +ł HdcrpSvG!<%)bȐR  *~n]@x."g*Z$b?e@xR% mk~Xpgˀ`7C|)4Fnk~Xr'gr/קLy\o6?|Tˍ"qF}8 + M8قEuy.d˙*0<&|lơ+GM H}8m g}ԟq/\4.'J\ۅ8(Uև!̸Tf|H"0?+R UĢZ35د*q,: ] c,v>CR4h n#\BR]];:$1L̼̟|m +>LhfȠO<\ HcHZ"MuHMRpɦ% L5HpI/ e~?m2XLdtqG/VU;F -+eniSt`S!KF3"z Pû2@(3@Ld= ++L}>,g|hfCgQ +W#L1giCBS|A6,*a7$.|IK6Ar&RP݄I8p^ԙR(o&q*5,ZM  d<Tblx0i9 >UQWwt{=W翣{8n"䄁&3ݟ;~:bT[L@Ŵ%XfS=&YR;ھb5sѓuյpb3k9SiԟrJ +'6|HuMCaô 2T=5kbU\nSbݨɓ2 uSR{Ո MmGRwrH_h49X̘er@V~sakN[%i{ 1EŘ,r&c 2{6s 2gRA3 [6|j/o3]f| ufBM XL!{m?}& %d$mk~Xr'g,>_h)N\Mk|xNW=U#ډbt >1LnB&S*m +>I{4l;^̻LZF뺝L !!SfoTvvۚ0ܙ12U9)^go3e^J.ou Hץ-ԟjn$;泄P紉2u>i;s J`Y'& L&}sr]' GG4_w. KHVI0nƄYKXLm +>\>b>+No\z81sJz%RwaޙldLgUQȎ՟º% Kyp&lʙtvYh?-T|3Jٳm ̘ } c +X`1rx^R5BRj +k)@d*e MSC?X2ESCMR%ĦwfLՐWL Cƾ]S*㺫-@T$rb6SϦf|rŖCjZ}$Pȑ`tK@fL8a".شFlS-3e?Sfs,[f%p[}K@]gL~[J)t 6CyRo|v`[HN LRM8dO=$[|tb JyH3-6t~zd! !_Uz#3ޤI5il\$K@=F` hAЁh2۴FIs¯*=e=fn Q/Ful˙*7*3ʉ۴FI|b}= * F ̘}y@zIO3 + M\RwcɝMh7?شb0\~ڙ;G:g>K@'g %tpMN)soSs{LuO w刿[5֥K@9gՈ+S)pt7NH3i7iLs3v~fN5ҌI{u$9z`wi?lAAs90bt H) F2Qd;fomKL R7ڭ&?)޹7N ݤ&TsgdZ|XO蹺tk#H4 X01T_9Cg242NeQfR6~˜iA)Z2Z3>\~-+Ak(֯-1b}̙'fRƇ痫 3Ӊ]TO! Ok`͙R^qMQAKnǥ޿ @ze˽=F`wT¾u{Sws5A:؅ҷk*CNP{Hgjkr y@K@CTtRʚi9eCg^_a[ífv]ةPf4=b$HF'vЗw҇w+MTL.d1Ҕ2/ io?e*mfHX]M ̘(9{>`S/;p~ӟ9jZu>`t }fL>|Fa\^Oۡ_؅O +ٹvY]D6GԵBtޟ7,ueMdQ*-` eOȮ iXynr7ɍۅH|)Kޤ5]&& +QN9 -?b0+֝R݄RxRy*q[K:w7kO¨q +?+9 f6endstream +endobj +2112 0 obj << +/Type /Page +/Contents 2113 0 R +/Resources 2111 0 R +/MediaBox [0 0 612 792] +/Parent 2110 0 R +/Annots [ 2116 0 R 2117 0 R 2118 0 R 2119 0 R 2120 0 R 2121 0 R 2122 0 R 2123 0 R 2124 0 R 2125 0 R 2126 0 R 2127 0 R 2128 0 R 2129 0 R 2130 0 R 2131 0 R 2132 0 R 2133 0 R 2134 0 R 2135 0 R 2136 0 R 2137 0 R 2138 0 R 2139 0 R 2140 0 R 2141 0 R 2142 0 R 2143 0 R 2144 0 R 2145 0 R 2146 0 R 2147 0 R 2148 0 R 2149 0 R 2150 0 R 2151 0 R 2152 0 R 2153 0 R 2154 0 R 2155 0 R 2156 0 R 2157 0 R 2158 0 R 2159 0 R 2160 0 R 2161 0 R 2162 0 R 2163 0 R 2164 0 R 2165 0 R 2166 0 R 2167 0 R 2168 0 R 2169 0 R 2170 0 R 2171 0 R 2172 0 R 2173 0 R 2174 0 R 2175 0 R 2176 0 R 2177 0 R 2178 0 R 2179 0 R 2180 0 R 2181 0 R 2182 0 R 2183 0 R 2184 0 R 2185 0 R 2186 0 R 2187 0 R 2188 0 R 2189 0 R 2190 0 R 2191 0 R 2192 0 R 2193 0 R 2194 0 R 2195 0 R 2196 0 R 2197 0 R 2198 0 R 2199 0 R 2200 0 R 2201 0 R 2202 0 R 2203 0 R 2204 0 R 2205 0 R 2206 0 R 2207 0 R 2208 0 R 2209 0 R 2210 0 R 2211 0 R 2212 0 R 2213 0 R 2214 0 R 2215 0 R 2216 0 R 2217 0 R 2218 0 R 2219 0 R 2220 0 R 2221 0 R ] +>> endobj +2116 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [283.967 697.215 296.868 709.208] +/Subtype /Link +/A << /S /GoTo /D (page.66) >> +>> endobj +2117 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.24 683.666 273.141 695.658] +/Subtype /Link +/A << /S /GoTo /D (page.60) >> +>> endobj +2118 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.816 683.666 290.717 695.658] +/Subtype /Link +/A << /S /GoTo /D (page.97) >> +>> endobj +2119 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [270.725 670.117 283.627 682.109] +/Subtype /Link +/A << /S /GoTo /D (page.67) >> +>> endobj +2120 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [270.725 656.568 283.627 668.56] +/Subtype /Link +/A << /S /GoTo /D (page.67) >> +>> endobj +2121 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.179 643.321 295.081 655.011] +/Subtype /Link +/A << /S /GoTo /D (page.67) >> +>> endobj +2122 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [282.179 629.772 295.081 641.462] +/Subtype /Link +/A << /S /GoTo /D (page.67) >> +>> endobj +2123 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [190.907 606.883 203.809 618.572] +/Subtype /Link +/A << /S /GoTo /D (page.10) >> +>> endobj +2124 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.603 593.334 307.505 605.023] +/Subtype /Link +/A << /S /GoTo /D (page.68) >> +>> endobj +2125 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [297.633 579.482 310.535 591.474] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +2126 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [181.907 565.932 194.808 577.379] +/Subtype /Link +/A << /S /GoTo /D (page.13) >> +>> endobj +2127 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [283.967 552.383 296.868 564.376] +/Subtype /Link +/A << /S /GoTo /D (page.66) >> +>> endobj +2128 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [283.149 538.834 296.05 550.826] +/Subtype /Link +/A << /S /GoTo /D (page.65) >> +>> endobj +2129 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [288.876 525.588 301.777 537.277] +/Subtype /Link +/A << /S /GoTo /D (page.61) >> +>> endobj +2130 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [333.179 512.039 346.081 523.728] +/Subtype /Link +/A << /S /GoTo /D (page.61) >> +>> endobj +2131 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [217.816 498.489 230.718 510.179] +/Subtype /Link +/A << /S /GoTo /D (page.12) >> +>> endobj +2132 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [216.089 484.94 228.99 496.63] +/Subtype /Link +/A << /S /GoTo /D (page.99) >> +>> endobj +2133 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [193.361 471.391 206.263 482.535] +/Subtype /Link +/A << /S /GoTo /D (page.14) >> +>> endobj +2134 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [211.422 448.502 224.324 460.191] +/Subtype /Link +/A << /S /GoTo /D (page.24) >> +>> endobj +2135 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [248.785 434.649 261.687 446.642] +/Subtype /Link +/A << /S /GoTo /D (page.56) >> +>> endobj +2136 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [266.361 434.649 279.263 446.642] +/Subtype /Link +/A << /S /GoTo /D (page.88) >> +>> endobj +2137 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [227.24 421.403 240.142 433.093] +/Subtype /Link +/A << /S /GoTo /D (page.69) >> +>> endobj +2138 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [244.816 421.403 257.718 433.093] +/Subtype /Link +/A << /S /GoTo /D (page.89) >> +>> endobj +2139 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [223.56 407.854 236.461 419.544] +/Subtype /Link +/A << /S /GoTo /D (page.71) >> +>> endobj +2140 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [241.135 407.854 254.037 419.544] +/Subtype /Link +/A << /S /GoTo /D (page.73) >> +>> endobj +2141 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [257.499 407.854 270.401 419.544] +/Subtype /Link +/A << /S /GoTo /D (page.75) >> +>> endobj +2142 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [254.513 394.002 267.414 405.994] +/Subtype /Link +/A << /S /GoTo /D (page.88) >> +>> endobj +2143 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.24 380.453 273.141 392.445] +/Subtype /Link +/A << /S /GoTo /D (page.32) >> +>> endobj +2144 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [186.454 355.779 199.356 364.801] +/Subtype /Link +/A << /S /GoTo /D (page.32) >> +>> endobj +2145 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [289.906 339.881 302.808 351.798] +/Subtype /Link +/A << /S /GoTo /D (page.32) >> +>> endobj +2146 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.24 326.256 273.141 338.248] +/Subtype /Link +/A << /S /GoTo /D (page.59) >> +>> endobj +2147 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.816 326.256 290.717 338.248] +/Subtype /Link +/A << /S /GoTo /D (page.60) >> +>> endobj +2148 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [302.482 312.707 315.383 324.699] +/Subtype /Link +/A << /S /GoTo /D (page.26) >> +>> endobj +2149 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [215.816 299.461 228.718 311.15] +/Subtype /Link +/A << /S /GoTo /D (page.47) >> +>> endobj +2150 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [254.513 285.911 267.414 297.601] +/Subtype /Link +/A << /S /GoTo /D (page.47) >> +>> endobj +2151 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [250.483 272.362 263.384 284.052] +/Subtype /Link +/A << /S /GoTo /D (page.42) >> +>> endobj +2152 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [268.059 272.362 280.96 284.052] +/Subtype /Link +/A << /S /GoTo /D (page.43) >> +>> endobj +2153 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [283.695 258.813 296.597 270.502] +/Subtype /Link +/A << /S /GoTo /D (page.17) >> +>> endobj +2154 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [276.282 245.264 289.183 256.953] +/Subtype /Link +/A << /S /GoTo /D (page.13) >> +>> endobj +2155 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [220.424 217.559 227.871 230.461] +/Subtype /Link +/A << /S /GoTo /D (page.3) >> +>> endobj +2156 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [228.846 204.616 241.748 216.306] +/Subtype /Link +/A << /S /GoTo /D (page.10) >> +>> endobj +2157 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [186.454 170.299 199.356 179.322] +/Subtype /Link +/A << /S /GoTo /D (page.29) >> +>> endobj +2158 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [315.33 154.325 328.232 166.318] +/Subtype /Link +/A << /S /GoTo /D (page.29) >> +>> endobj +2159 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [331.936 154.325 344.838 166.318] +/Subtype /Link +/A << /S /GoTo /D (page.30) >> +>> endobj +2160 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [186.454 141.079 199.356 152.223] +/Subtype /Link +/A << /S /GoTo /D (page.43) >> +>> endobj +2161 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [204.03 141.079 216.932 152.223] +/Subtype /Link +/A << /S /GoTo /D (page.44) >> +>> endobj +2162 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [180.543 127.53 193.445 139.22] +/Subtype /Link +/A << /S /GoTo /D (page.11) >> +>> endobj +2163 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.24 113.981 278.596 125.67] +/Subtype /Link +/A << /S /GoTo /D (page.101) >> +>> endobj +2164 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [308.876 100.129 321.777 112.121] +/Subtype /Link +/A << /S /GoTo /D (page.26) >> +>> endobj +2165 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [230.483 77.542 243.384 89.232] +/Subtype /Link +/A << /S /GoTo /D (page.68) >> +>> endobj +2166 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [248.059 77.542 260.96 89.232] +/Subtype /Link +/A << /S /GoTo /D (page.92) >> +>> endobj +2167 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [240.262 63.993 253.164 75.683] +/Subtype /Link +/A << /S /GoTo /D (page.12) >> +>> endobj +2168 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [417.416 697.518 424.863 709.208] +/Subtype /Link +/A << /S /GoTo /D (page.9) >> +>> endobj +2169 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.567 683.666 461.014 695.658] +/Subtype /Link +/A << /S /GoTo /D (page.9) >> +>> endobj +2170 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.688 683.666 478.59 695.658] +/Subtype /Link +/A << /S /GoTo /D (page.32) >> +>> endobj +2171 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [447.84 670.117 455.287 682.109] +/Subtype /Link +/A << /S /GoTo /D (page.9) >> +>> endobj +2172 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [429.87 656.871 442.772 668.56] +/Subtype /Link +/A << /S /GoTo /D (page.54) >> +>> endobj +2173 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [446.325 633.359 459.226 645.048] +/Subtype /Link +/A << /S /GoTo /D (page.98) >> +>> endobj +2174 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [438.87 619.81 451.772 631.499] +/Subtype /Link +/A << /S /GoTo /D (page.99) >> +>> endobj +2175 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [456.446 619.81 474.802 631.499] +/Subtype /Link +/A << /S /GoTo /D (page.101) >> +>> endobj +2176 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.021 605.957 477.923 617.95] +/Subtype /Link +/A << /S /GoTo /D (page.52) >> +>> endobj +2177 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [437.901 592.711 450.802 604.401] +/Subtype /Link +/A << /S /GoTo /D (page.52) >> +>> endobj +2178 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [455.476 592.711 468.378 604.401] +/Subtype /Link +/A << /S /GoTo /D (page.53) >> +>> endobj +2179 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.021 578.859 477.923 590.851] +/Subtype /Link +/A << /S /GoTo /D (page.52) >> +>> endobj +2180 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [461.992 565.613 474.893 577.302] +/Subtype /Link +/A << /S /GoTo /D (page.52) >> +>> endobj +2181 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [493.657 551.761 506.559 563.753] +/Subtype /Link +/A << /S /GoTo /D (page.53) >> +>> endobj +2182 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [436.385 538.514 449.287 550.204] +/Subtype /Link +/A << /S /GoTo /D (page.99) >> +>> endobj +2183 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [442.93 524.965 455.832 536.655] +/Subtype /Link +/A << /S /GoTo /D (page.47) >> +>> endobj +2184 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [460.506 524.965 478.862 536.655] +/Subtype /Link +/A << /S /GoTo /D (page.101) >> +>> endobj +2185 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [437.203 511.113 450.105 523.105] +/Subtype /Link +/A << /S /GoTo /D (page.47) >> +>> endobj +2186 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [454.779 511.113 473.135 523.105] +/Subtype /Link +/A << /S /GoTo /D (page.101) >> +>> endobj +2187 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.021 497.867 477.923 509.556] +/Subtype /Link +/A << /S /GoTo /D (page.47) >> +>> endobj +2188 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [470.748 484.015 483.65 496.007] +/Subtype /Link +/A << /S /GoTo /D (page.88) >> +>> endobj +2189 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [483.416 470.768 496.317 482.458] +/Subtype /Link +/A << /S /GoTo /D (page.56) >> +>> endobj +2190 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [470.748 456.916 483.65 468.909] +/Subtype /Link +/A << /S /GoTo /D (page.67) >> +>> endobj +2191 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [467.432 430.121 480.334 441.81] +/Subtype /Link +/A << /S /GoTo /D (page.55) >> +>> endobj +2192 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [424.402 416.572 437.303 428.261] +/Subtype /Link +/A << /S /GoTo /D (page.91) >> +>> endobj +2193 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [419.826 403.022 432.728 414.712] +/Subtype /Link +/A << /S /GoTo /D (page.89) >> +>> endobj +2194 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [434.947 389.473 447.849 401.163] +/Subtype /Link +/A << /S /GoTo /D (page.87) >> +>> endobj +2195 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [485.008 375.924 497.909 387.614] +/Subtype /Link +/A << /S /GoTo /D (page.98) >> +>> endobj +2196 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [399.796 362.375 412.697 374.064] +/Subtype /Link +/A << /S /GoTo /D (page.90) >> +>> endobj +2197 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [444.022 348.826 456.923 360.515] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2198 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [420.021 335.276 432.923 346.966] +/Subtype /Link +/A << /S /GoTo /D (page.33) >> +>> endobj +2199 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [425.749 321.727 438.651 333.417] +/Subtype /Link +/A << /S /GoTo /D (page.55) >> +>> endobj +2200 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [443.325 321.727 456.226 333.417] +/Subtype /Link +/A << /S /GoTo /D (page.58) >> +>> endobj +2201 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [460.901 321.727 473.802 333.417] +/Subtype /Link +/A << /S /GoTo /D (page.63) >> +>> endobj +2202 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [419.143 308.178 432.045 319.868] +/Subtype /Link +/A << /S /GoTo /D (page.88) >> +>> endobj +2203 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [436.719 308.178 449.62 319.868] +/Subtype /Link +/A << /S /GoTo /D (page.94) >> +>> endobj +2204 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [404.719 294.629 417.62 306.318] +/Subtype /Link +/A << /S /GoTo /D (page.58) >> +>> endobj +2205 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.203 281.08 495.104 292.769] +/Subtype /Link +/A << /S /GoTo /D (page.56) >> +>> endobj +2206 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [482.203 267.53 495.104 279.22] +/Subtype /Link +/A << /S /GoTo /D (page.59) >> +>> endobj +2207 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [510.839 253.678 523.741 265.671] +/Subtype /Link +/A << /S /GoTo /D (page.60) >> +>> endobj +2208 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [528.415 253.678 541.316 265.671] +/Subtype /Link +/A << /S /GoTo /D (page.61) >> +>> endobj +2209 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [442.93 240.129 455.832 252.122] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2210 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [431.476 226.58 444.378 238.572] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2211 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [431.476 213.031 444.378 225.023] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2212 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [431.476 199.481 444.378 211.474] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2213 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [410.325 176.273 423.226 187.962] +/Subtype /Link +/A << /S /GoTo /D (page.17) >> +>> endobj +2214 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [405.082 162.723 417.984 174.413] +/Subtype /Link +/A << /S /GoTo /D (page.17) >> +>> endobj +2215 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [463.181 135.625 476.082 147.025] +/Subtype /Link +/A << /S /GoTo /D (page.17) >> +>> endobj +2216 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [447.15 121.849 460.052 133.644] +/Subtype /Link +/A << /S /GoTo /D (page.42) >> +>> endobj +2217 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [464.726 121.849 477.628 133.644] +/Subtype /Link +/A << /S /GoTo /D (page.43) >> +>> endobj +2218 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [380.961 108.527 393.863 119.671] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +2219 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [447.007 94.977 459.908 106.667] +/Subtype /Link +/A << /S /GoTo /D (page.19) >> +>> endobj +2220 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [433.295 81.428 440.742 93.118] +/Subtype /Link +/A << /S /GoTo /D (page.9) >> +>> endobj +2221 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [498.658 67.879 511.56 79.569] +/Subtype /Link +/A << /S /GoTo /D (page.17) >> +>> endobj +2114 0 obj << +/D [2112 0 R /XYZ 147.6 748.8 null] +>> endobj +2115 0 obj << +/D [2112 0 R /XYZ 147.6 711.595 null] +>> endobj +522 0 obj << +/D [2112 0 R /XYZ 147.6 711.595 null] +>> endobj +2111 0 obj << +/Font << /F47 594 0 R /F39 553 0 R /F15 542 0 R /F38 550 0 R /F44 563 0 R /F32 545 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2224 0 obj << +/Length 5870 +/Filter /FlateDecode +>> +stream +x]mo$q~B%nwppN b ɇYi$MV ffTlrݓjX*"oZ2scUǺڛ'~۲-FGM3|~ew[ַͧ.-O==^?\'S/ Nt_=#?G~ݧA!HʲtS|`"FeMPþTFmxvQ}i?/񉰜LL-W/`*&!6aBݔ.ќ)eV 2|jc̰KOw,›8"4 I) *ɻG$t)Ld +6‘Low.UtL9SޗhL x70Zhn&TNS6ӧ\Y !_9^icA KT~)n:ɌRt+94 C81$kXM9$ Ԥ˙*cSue,k~};%C2[>I@&L.-gLAf[B;]#t& +X3#ܺc4 rLʥJsJLtxzƙsB.Gσ "~b&!409g*m A`˗*c0GyTva,"iF; p1ோI@X3^BgSj/37E"*l~XPgo +}L d&H!|=Ă29Rd nc2ߵH=L 1QdάV9u sZs&^BLHS^#{(:3 2=Hfвd4X3Zb4 :LiQHf듗)\P2ޥ +A*}H fP{*ynU MBo䢓*e 2e/*nq8V.`4 a SeX벹TpAfoDM9{Ƃ:ʴ5Ln~AfoD煭`>ec^)=m$IGy0mD`rl| Kn[Xj[%ukhj-Ι*dk)H{ +LHg`/e b4 )%[sD!뜣"Ueq6 >@,)$NscnE΄ p9ϐۣK/ݛ:۝"kZ5 p{4Xo\E@c4 L0XAASZ PɸIC1wQzD3bVy*F=TAd]: xxnA:ٽx/qW Vو$ t2FQ{X +P ٚLoXP&A]raAc20+ODe_~I~ٿ=]k2Gv.C ,M)u&Lu? c?q_e lul;#uƖ񸤶̝ R7^ DN'z?o>߽i* }?|ma-=G WcriH:$,sgR׀$ ə*rVgeb?F(;-~ُay zeQ(]c4 UL. S.^fo:pxq7{ @1iv4Bܴ2 kRdS +bQu˖hjʙ\_U>Y,M*+mcA ~yb9HF9jqB}5P:.kb1Zr&zV3aLOy>o#)`E?p]v_w +s73yzN{>s]r0$ T̙*cMOe +>Yt +z5]1i1V(W$uwgIw.Gѽ1)?<_1əVL){cHFxJjL5jK93h<9sH:%2}JxpV\\\_vq7A$ >t R}}|^pz}a6pq/!bn5woĺ֟&#;$ 3Ӕ;=M)Wo/7Aqw:icA ~A\3y3.ȷ-$ ʙ*n S-/SQ2ϫ_ooLJ*-S"CA1(.CMBe(9KԉTyu"2|P +mF Q*~Ư/_"?Rw:%u1rȜR'S:)qEt>"ljH@ PLWkH6PL-n%'/! ol߄mD~Ame<-ڔm[a} %,9icA Se~U~)iQ:]_1w"æW HU:l#ܘJ޽ ޽4xj^ }U {5Gbۉϴߤ@G0A4 6Okd2XgPb*CK붟6 ;`,(3a g١Gy/.;?3uy;q.[IDuُhjUșu1ݣT225p&iw^:[^L~+#c4 Ln:Jgɏvs='b^{9<?Mz=V@jٵM? +iFfh lԆx7IO> vZt=8XVLL±P2m+W,SxQүN/H|)wct3Ju2Y#6= +12Ѯ,v̿ +eW!rDj^?>vKs š=J Ė"" S&:) q ~[+_ +Bcצ=?1)t6W,B C,ES}>q>|47qqN, SrPe#F2їg!܉L"6LĴam[|gJ`)kr}s&J>!lP9LAHNI.o32cdsKnBH4h%"oCt:Pg/t߳ ;܏, 00~Պr/5QQQEMPD75 HICdI5S>rMS\WS.ۻKz]9oimI@h;M抲'Pvrҳ|b]xѥhTN?QJn ZP2zLϴ)/SБtyמ FЧ9)S4sgN]T\K{erCZAJ ؃LAGT'aCHD{*3lUB !9}J-3\ʔ8^dJFO)c] r[PPs-b4 ]ݦLD@yCU~FMh) ѯb3_:{{ ++ϟdk$*j/`4 7aMjZ(R} 37Vk:>@Y}_Z{A.`4 v&+U]mS]l37A9no~XR'g_GWcb~NghYrFz'51#.&-$~]!J2.Yw(ec9!m=`\髟^sq4`'ܲV#4#auGFU +)i=RG?t;/rm_Q5`:Sm&6<~഍mRHDW>թ;#j—w#}=|H Rݧq O2׮bcQy RU<cA }*6??QM1ۆ0ԙ0;0g2toTtwuu5 HtI@(LATt^foD{mbIv~Ѓ<4Fy-X{}n^ۧ3Q(/U I@ +$g_\u +" l9Nn_zƂ6&vr?u=? 377npeOu@uȇZ=c4 3:}3);}LG"Q;v\t¨)ńbA?D`PKpS8x[M-zyh5rǾ\5бw\%–x9b4 }2pKN\t4n5%\w_?4J^#z:0Y U4N/LA3e +BuL8f\݌YH05m^{#}2UST!*HsJHMuL%]庻Ayy$ؔ' <<էO?߸S,Ć@6e݆@B%9S%+ɴ)7<`?t~ū;4_GKɣo=LBRkvF:إLtE%[L}/s|S$2ֺ-ÏKLV +Z<8V48P:ۻyhsr.To{^#=nv<5M#F7DOI.徝rZfǗ1R բgԟ?Q 9Sb{Pat_.`TySgz6h!f~] I%臉2d}Eƿh4nO릢}o"F(Gendstream +endobj +2223 0 obj << +/Type /Page +/Contents 2224 0 R +/Resources 2222 0 R +/MediaBox [0 0 612 792] +/Parent 2110 0 R +/Annots [ 2226 0 R 2227 0 R 2228 0 R 2229 0 R 2230 0 R 2231 0 R 2232 0 R 2233 0 R 2234 0 R 2235 0 R 2236 0 R 2237 0 R 2238 0 R 2239 0 R 2240 0 R 2241 0 R 2242 0 R 2243 0 R 2244 0 R 2245 0 R 2246 0 R 2247 0 R 2248 0 R 2249 0 R 2250 0 R 2251 0 R 2252 0 R 2253 0 R 2254 0 R 2255 0 R 2256 0 R 2257 0 R 2258 0 R 2259 0 R 2260 0 R 2261 0 R 2262 0 R 2263 0 R 2264 0 R 2265 0 R 2266 0 R 2267 0 R 2268 0 R 2269 0 R 2270 0 R 2271 0 R 2272 0 R 2273 0 R 2274 0 R 2275 0 R 2276 0 R 2277 0 R 2278 0 R 2279 0 R 2280 0 R 2281 0 R 2282 0 R 2283 0 R 2284 0 R 2285 0 R 2286 0 R 2287 0 R 2288 0 R 2289 0 R 2290 0 R 2291 0 R 2292 0 R 2293 0 R 2294 0 R 2295 0 R 2296 0 R 2297 0 R 2298 0 R 2299 0 R 2300 0 R 2301 0 R 2302 0 R 2303 0 R 2304 0 R 2305 0 R 2306 0 R 2307 0 R 2308 0 R 2309 0 R 2310 0 R 2311 0 R 2312 0 R 2313 0 R 2314 0 R 2315 0 R 2316 0 R 2317 0 R 2318 0 R 2319 0 R 2320 0 R 2321 0 R 2322 0 R 2323 0 R 2324 0 R 2325 0 R 2326 0 R 2327 0 R 2328 0 R 2329 0 R 2330 0 R 2331 0 R 2332 0 R 2333 0 R 2334 0 R 2335 0 R 2336 0 R 2337 0 R ] +>> endobj +2226 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [231.21 734.723 238.657 746.413] +/Subtype /Link +/A << /S /GoTo /D (page.9) >> +>> endobj +2227 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [239.573 720.871 252.475 732.863] +/Subtype /Link +/A << /S /GoTo /D (page.45) >> +>> endobj +2228 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [230.104 707.625 243.006 719.314] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +2229 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.421 693.773 290.323 705.765] +/Subtype /Link +/A << /S /GoTo /D (page.39) >> +>> endobj +2230 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.997 693.773 307.899 705.765] +/Subtype /Link +/A << /S /GoTo /D (page.40) >> +>> endobj +2231 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [232.059 680.526 239.506 692.216] +/Subtype /Link +/A << /S /GoTo /D (page.9) >> +>> endobj +2232 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [189.407 666.977 202.309 678.545] +/Subtype /Link +/A << /S /GoTo /D (page.17) >> +>> endobj +2233 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.695 643.465 256.597 655.155] +/Subtype /Link +/A << /S /GoTo /D (page.52) >> +>> endobj +2234 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [182.665 629.916 195.566 641.606] +/Subtype /Link +/A << /S /GoTo /D (page.11) >> +>> endobj +2235 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [296.966 616.064 309.868 628.056] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +2236 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [313.74 616.064 326.642 628.056] +/Subtype /Link +/A << /S /GoTo /D (page.26) >> +>> endobj +2237 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [330.514 616.064 343.415 628.056] +/Subtype /Link +/A << /S /GoTo /D (page.33) >> +>> endobj +2238 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [237.331 602.818 250.233 614.507] +/Subtype /Link +/A << /S /GoTo /D (page.33) >> +>> endobj +2239 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.058 588.966 255.96 600.958] +/Subtype /Link +/A << /S /GoTo /D (page.33) >> +>> endobj +2240 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [215.483 565.757 228.384 577.446] +/Subtype /Link +/A << /S /GoTo /D (page.24) >> +>> endobj +2241 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [219.877 552.208 232.778 563.897] +/Subtype /Link +/A << /S /GoTo /D (page.91) >> +>> endobj +2242 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [237.452 552.208 250.354 563.897] +/Subtype /Link +/A << /S /GoTo /D (page.96) >> +>> endobj +2243 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [255.028 552.208 267.93 563.897] +/Subtype /Link +/A << /S /GoTo /D (page.97) >> +>> endobj +2244 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [265.967 538.658 278.869 550.348] +/Subtype /Link +/A << /S /GoTo /D (page.91) >> +>> endobj +2245 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [283.543 538.658 296.444 550.348] +/Subtype /Link +/A << /S /GoTo /D (page.96) >> +>> endobj +2246 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [301.118 538.658 314.02 550.348] +/Subtype /Link +/A << /S /GoTo /D (page.97) >> +>> endobj +2247 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [216.301 525.109 229.203 536.799] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +2248 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.603 511.257 302.05 523.249] +/Subtype /Link +/A << /S /GoTo /D (page.9) >> +>> endobj +2249 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [306.724 511.257 319.626 523.249] +/Subtype /Link +/A << /S /GoTo /D (page.22) >> +>> endobj +2250 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [248.408 498.011 261.31 509.7] +/Subtype /Link +/A << /S /GoTo /D (page.26) >> +>> endobj +2251 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [252.681 484.462 265.582 495.861] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +2252 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [207.802 470.912 220.704 482.312] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +2253 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.968 457.363 256.869 469.053] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2254 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [261.543 457.363 274.445 469.053] +/Subtype /Link +/A << /S /GoTo /D (page.88) >> +>> endobj +2255 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [243.876 443.511 256.778 455.503] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2256 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [261.452 443.511 274.353 455.503] +/Subtype /Link +/A << /S /GoTo /D (page.88) >> +>> endobj +2257 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [197.543 430.265 210.445 441.954] +/Subtype /Link +/A << /S /GoTo /D (page.19) >> +>> endobj +2258 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [258.399 393.204 271.301 404.603] +/Subtype /Link +/A << /S /GoTo /D (page.17) >> +>> endobj +2259 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [292.339 379.655 305.24 391.344] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +2260 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [242.369 365.878 255.271 377.674] +/Subtype /Link +/A << /S /GoTo /D (page.42) >> +>> endobj +2261 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.945 365.878 272.846 377.674] +/Subtype /Link +/A << /S /GoTo /D (page.43) >> +>> endobj +2262 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [193.361 352.253 206.263 363.7] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +2263 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [298.771 315.192 311.672 327.185] +/Subtype /Link +/A << /S /GoTo /D (page.26) >> +>> endobj +2264 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [186.454 290.518 199.356 299.541] +/Subtype /Link +/A << /S /GoTo /D (page.45) >> +>> endobj +2265 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [181.936 274.848 194.838 285.992] +/Subtype /Link +/A << /S /GoTo /D (page.19) >> +>> endobj +2266 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [237.331 251.336 250.233 263.025] +/Subtype /Link +/A << /S /GoTo /D (page.56) >> +>> endobj +2267 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [262.453 237.786 275.354 249.476] +/Subtype /Link +/A << /S /GoTo /D (page.91) >> +>> endobj +2268 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [280.028 237.786 292.93 249.476] +/Subtype /Link +/A << /S /GoTo /D (page.92) >> +>> endobj +2269 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.331 224.237 247.233 235.927] +/Subtype /Link +/A << /S /GoTo /D (page.91) >> +>> endobj +2270 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [289.906 210.461 302.808 222.378] +/Subtype /Link +/A << /S /GoTo /D (page.32) >> +>> endobj +2271 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [236.846 197.139 249.748 208.828] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +2272 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [265.967 183.287 278.869 195.279] +/Subtype /Link +/A << /S /GoTo /D (page.68) >> +>> endobj +2273 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [221.543 170.041 234.445 181.73] +/Subtype /Link +/A << /S /GoTo /D (page.91) >> +>> endobj +2274 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [239.119 170.041 252.021 181.73] +/Subtype /Link +/A << /S /GoTo /D (page.92) >> +>> endobj +2275 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.421 146.529 290.323 158.218] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2276 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [294.997 146.529 307.899 158.218] +/Subtype /Link +/A << /S /GoTo /D (page.88) >> +>> endobj +2277 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [271.694 132.979 284.596 144.669] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2278 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [289.27 132.979 302.172 144.669] +/Subtype /Link +/A << /S /GoTo /D (page.88) >> +>> endobj +2279 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [229.756 119.43 242.657 131.12] +/Subtype /Link +/A << /S /GoTo /D (page.89) >> +>> endobj +2280 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.24 105.578 273.141 117.571] +/Subtype /Link +/A << /S /GoTo /D (page.60) >> +>> endobj +2281 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [253.56 78.783 266.461 90.472] +/Subtype /Link +/A << /S /GoTo /D (page.36) >> +>> endobj +2282 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [234.469 65.233 247.37 76.923] +/Subtype /Link +/A << /S /GoTo /D (page.37) >> +>> endobj +2283 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [463.765 734.723 476.667 746.413] +/Subtype /Link +/A << /S /GoTo /D (page.36) >> +>> endobj +2284 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [445.719 721.174 458.62 732.863] +/Subtype /Link +/A << /S /GoTo /D (page.60) >> +>> endobj +2285 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [463.295 721.174 476.196 732.863] +/Subtype /Link +/A << /S /GoTo /D (page.90) >> +>> endobj +2286 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [442.689 698.131 450.136 709.821] +/Subtype /Link +/A << /S /GoTo /D (page.9) >> +>> endobj +2287 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [413.295 684.582 426.196 696.272] +/Subtype /Link +/A << /S /GoTo /D (page.12) >> +>> endobj +2288 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [392.415 671.033 405.317 682.177] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +2289 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [463.181 643.935 476.082 655.334] +/Subtype /Link +/A << /S /GoTo /D (page.17) >> +>> endobj +2290 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [497.12 630.385 510.022 642.075] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +2291 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [447.15 616.609 460.052 628.404] +/Subtype /Link +/A << /S /GoTo /D (page.42) >> +>> endobj +2292 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [464.726 616.609 477.628 628.404] +/Subtype /Link +/A << /S /GoTo /D (page.43) >> +>> endobj +2293 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [445.355 603.287 458.257 614.977] +/Subtype /Link +/A << /S /GoTo /D (page.87) >> +>> endobj +2294 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [517.597 579.941 530.498 591.934] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +2295 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.567 566.695 471.923 578.385] +/Subtype /Link +/A << /S /GoTo /D (page.101) >> +>> endobj +2296 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.567 553.146 471.923 564.836] +/Subtype /Link +/A << /S /GoTo /D (page.101) >> +>> endobj +2297 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [430.81 539.597 443.711 551.286] +/Subtype /Link +/A << /S /GoTo /D (page.39) >> +>> endobj +2298 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.567 516.251 466.468 528.244] +/Subtype /Link +/A << /S /GoTo /D (page.56) >> +>> endobj +2299 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [398.143 503.005 411.044 514.149] +/Subtype /Link +/A << /S /GoTo /D (page.18) >> +>> endobj +2300 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [463.181 475.907 476.082 487.306] +/Subtype /Link +/A << /S /GoTo /D (page.17) >> +>> endobj +2301 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [447.15 462.13 460.052 473.926] +/Subtype /Link +/A << /S /GoTo /D (page.43) >> +>> endobj +2302 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [434.264 448.808 447.166 460.498] +/Subtype /Link +/A << /S /GoTo /D (page.56) >> +>> endobj +2303 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [451.84 448.808 464.742 460.498] +/Subtype /Link +/A << /S /GoTo /D (page.59) >> +>> endobj +2304 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [451.385 435.259 464.287 446.949] +/Subtype /Link +/A << /S /GoTo /D (page.14) >> +>> endobj +2305 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [461.583 408.161 474.485 419.85] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +2306 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [442.112 394.309 449.559 406.301] +/Subtype /Link +/A << /S /GoTo /D (page.9) >> +>> endobj +2307 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [454.234 394.309 467.135 406.301] +/Subtype /Link +/A << /S /GoTo /D (page.32) >> +>> endobj +2308 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [388.708 381.062 401.61 392.752] +/Subtype /Link +/A << /S /GoTo /D (page.45) >> +>> endobj +2309 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [430.658 358.02 443.56 369.709] +/Subtype /Link +/A << /S /GoTo /D (page.56) >> +>> endobj +2310 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [507.719 344.471 520.62 356.16] +/Subtype /Link +/A << /S /GoTo /D (page.56) >> +>> endobj +2311 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [428.719 330.921 441.62 342.611] +/Subtype /Link +/A << /S /GoTo /D (page.10) >> +>> endobj +2312 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [446.295 330.921 459.196 342.611] +/Subtype /Link +/A << /S /GoTo /D (page.11) >> +>> endobj +2313 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.021 317.372 477.923 329.062] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +2314 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [481.234 303.823 494.135 315.512] +/Subtype /Link +/A << /S /GoTo /D (page.67) >> +>> endobj +2315 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [481.234 290.274 494.135 301.963] +/Subtype /Link +/A << /S /GoTo /D (page.67) >> +>> endobj +2316 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.021 276.725 477.923 288.414] +/Subtype /Link +/A << /S /GoTo /D (page.28) >> +>> endobj +2317 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [434.81 263.175 447.711 274.865] +/Subtype /Link +/A << /S /GoTo /D (page.91) >> +>> endobj +2318 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [452.385 263.175 465.287 274.865] +/Subtype /Link +/A << /S /GoTo /D (page.92) >> +>> endobj +2319 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [469.961 263.175 482.863 274.865] +/Subtype /Link +/A << /S /GoTo /D (page.94) >> +>> endobj +2320 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [470.748 249.323 483.65 261.316] +/Subtype /Link +/A << /S /GoTo /D (page.91) >> +>> endobj +2321 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.324 249.323 501.226 261.316] +/Subtype /Link +/A << /S /GoTo /D (page.94) >> +>> endobj +2322 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [423.264 236.077 436.166 247.767] +/Subtype /Link +/A << /S /GoTo /D (page.33) >> +>> endobj +2323 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [440.84 236.077 453.742 247.767] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2324 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [512.778 212.731 525.68 224.724] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +2325 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [459.294 199.485 472.196 211.175] +/Subtype /Link +/A << /S /GoTo /D (page.27) >> +>> endobj +2326 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [461.446 185.936 474.348 197.626] +/Subtype /Link +/A << /S /GoTo /D (page.95) >> +>> endobj +2327 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [465.021 172.387 483.377 184.076] +/Subtype /Link +/A << /S /GoTo /D (page.101) >> +>> endobj +2328 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.052 172.387 506.408 184.076] +/Subtype /Link +/A << /S /GoTo /D (page.102) >> +>> endobj +2329 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [454.385 158.838 472.741 170.527] +/Subtype /Link +/A << /S /GoTo /D (page.102) >> +>> endobj +2330 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [470.748 145.288 483.65 156.978] +/Subtype /Link +/A << /S /GoTo /D (page.47) >> +>> endobj +2331 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [431.658 131.739 444.56 143.429] +/Subtype /Link +/A << /S /GoTo /D (page.95) >> +>> endobj +2332 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [488.537 118.19 501.439 129.88] +/Subtype /Link +/A << /S /GoTo /D (page.91) >> +>> endobj +2333 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [506.113 118.19 519.014 129.88] +/Subtype /Link +/A << /S /GoTo /D (page.92) >> +>> endobj +2334 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [485.476 104.641 498.378 116.33] +/Subtype /Link +/A << /S /GoTo /D (page.92) >> +>> endobj +2335 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [453.567 90.789 461.014 102.781] +/Subtype /Link +/A << /S /GoTo /D (page.9) >> +>> endobj +2336 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [459.294 77.542 477.65 89.232] +/Subtype /Link +/A << /S /GoTo /D (page.106) >> +>> endobj +2337 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [493.657 63.69 506.559 75.683] +/Subtype /Link +/A << /S /GoTo /D (page.63) >> +>> endobj +2225 0 obj << +/D [2223 0 R /XYZ 147.6 748.8 null] +>> endobj +2222 0 obj << +/Font << /F38 550 0 R /F15 542 0 R /F39 553 0 R /F44 563 0 R /F32 545 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +2340 0 obj << +/Length 2412 +/Filter /FlateDecode +>> +stream +xڵZ]ۺ}ϯ DHMnMkk^ow!G^^sGHlA[0IX? \?RU/]0J,\hb$[{ yny{دs_3|I-^V[>5[uop0 ŢY,è̫!sΘ j3qI lw+#U%\|z{^q8~HkKt BI0/grˑO2/LE<d0_}_ ױ9W\/5<6GTJ!%eĨDsX)ApSHmՄY|*|s +B "kKe̯QY,B$dwjF2b Έ:g(vgS!ٲ6R^e;4Km@.w~3Ckv>/F`39jQ;4 `soîkd<~pRO=t؆U9560Wfb]@0r&\yDB-P.|r&J&=˩+FϋQ% XL^7E;5RhϐMB:mkU1?N#!ڰg~J@0r&#x*8Tn<brKԩQҍZDf~idق0 /N*7b@ُ1b16T"(ԸW8!G0[Ɛ޻rv߄|3=bwAoĢEy*)5uw"F i'(Te)LZB/Zb 8=.~:VYG*A09w8- +I += 1($4_VCgMohDв*t ,hOdЮ~SU ԽC.my|Z* +k:S@4&qrd7-[v"~>?[lB{` ˈP6P5LEU %Qs{l]) +۳ZĨd |YVV 2ѩ?EE/kWucn0Bᦻqx ՔuO0rUWS)/JVMպ)g37D7-øN䟽2 t"|zѦòK<)e<声Sv?W?)(ֻ4KQ%9H⒜Hf3o +4]ZVQKVO}93P k0 8ĶsfJ@Lcl|ٕSs"C2dOۘqt Nmf_$r{̙3VY皗F` 1gg,)'̟n 6|QCD5t}-x~,b :tƒTZ|{݀bׅxަ ےlD7> endobj +2342 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [265.967 734.42 278.869 746.413] +/Subtype /Link +/A << /S /GoTo /D (page.88) >> +>> endobj +2343 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [262.059 721.174 274.96 732.863] +/Subtype /Link +/A << /S /GoTo /D (page.41) >> +>> endobj +2344 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [232.149 707.398 245.051 719.314] +/Subtype /Link +/A << /S /GoTo /D (page.39) >> +>> endobj +2345 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [309.422 693.47 322.323 706.371] +/Subtype /Link +/A << /S /GoTo /D (page.39) >> +>> endobj +2346 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [261.058 680.223 273.959 692.216] +/Subtype /Link +/A << /S /GoTo /D (page.63) >> +>> endobj +2347 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [278.633 680.223 291.535 692.216] +/Subtype /Link +/A << /S /GoTo /D (page.64) >> +>> endobj +2348 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [277.421 666.977 290.323 678.667] +/Subtype /Link +/A << /S /GoTo /D (page.61) >> +>> endobj +2349 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [260.24 653.125 273.141 665.117] +/Subtype /Link +/A << /S /GoTo /D (page.67) >> +>> endobj +2350 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [267.785 639.879 286.141 651.568] +/Subtype /Link +/A << /S /GoTo /D (page.102) >> +>> endobj +2351 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [262.058 626.33 280.414 638.019] +/Subtype /Link +/A << /S /GoTo /D (page.102) >> +>> endobj +2352 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [258.399 599.231 271.301 610.631] +/Subtype /Link +/A << /S /GoTo /D (page.17) >> +>> endobj +2353 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [292.339 585.682 305.24 597.372] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +2354 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [242.369 571.906 255.271 583.701] +/Subtype /Link +/A << /S /GoTo /D (page.42) >> +>> endobj +2355 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [259.945 571.906 272.846 583.701] +/Subtype /Link +/A << /S /GoTo /D (page.43) >> +>> endobj +2356 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [193.361 558.281 206.263 569.728] +/Subtype /Link +/A << /S /GoTo /D (page.21) >> +>> endobj +2357 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [298.483 545.034 311.384 556.724] +/Subtype /Link +/A << /S /GoTo /D (page.58) >> +>> endobj +2358 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [316.059 545.034 328.96 556.724] +/Subtype /Link +/A << /S /GoTo /D (page.60) >> +>> endobj +2359 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [228.877 531.485 241.778 543.175] +/Subtype /Link +/A << /S /GoTo /D (page.67) >> +>> endobj +2360 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [265.967 517.633 278.869 529.626] +/Subtype /Link +/A << /S /GoTo /D (page.65) >> +>> endobj +2361 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [271.694 504.084 284.596 516.076] +/Subtype /Link +/A << /S /GoTo /D (page.60) >> +>> endobj +2362 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [289.27 504.084 302.172 516.076] +/Subtype /Link +/A << /S /GoTo /D (page.61) >> +>> endobj +2363 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [320.603 490.535 333.505 502.527] +/Subtype /Link +/A << /S /GoTo /D (page.61) >> +>> endobj +2364 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [205.089 477.288 217.99 488.978] +/Subtype /Link +/A << /S /GoTo /D (page.11) >> +>> endobj +2365 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [298.771 463.436 311.672 475.429] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +2366 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [316.346 463.436 329.248 475.429] +/Subtype /Link +/A << /S /GoTo /D (page.33) >> +>> endobj +2367 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [330.514 450.19 343.415 461.88] +/Subtype /Link +/A << /S /GoTo /D (page.61) >> +>> endobj +2368 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [306.148 436.338 319.05 448.33] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +2369 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [290.907 413.129 303.809 424.819] +/Subtype /Link +/A << /S /GoTo /D (page.14) >> +>> endobj +2370 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [300.604 399.58 313.506 411.269] +/Subtype /Link +/A << /S /GoTo /D (page.58) >> +>> endobj +2371 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [318.18 399.58 331.081 411.269] +/Subtype /Link +/A << /S /GoTo /D (page.60) >> +>> endobj +2372 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [327.361 375.765 340.262 387.757] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +2373 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [209.725 352.556 222.627 364.246] +/Subtype /Link +/A << /S /GoTo /D (page.90) >> +>> endobj +2374 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [180.543 339.007 193.445 350.696] +/Subtype /Link +/A << /S /GoTo /D (page.11) >> +>> endobj +2375 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [298.771 325.155 311.672 337.147] +/Subtype /Link +/A << /S /GoTo /D (page.24) >> +>> endobj +2376 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [316.346 325.155 329.248 337.147] +/Subtype /Link +/A << /S /GoTo /D (page.25) >> +>> endobj +2377 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [284.816 311.909 297.718 323.598] +/Subtype /Link +/A << /S /GoTo /D (page.14) >> +>> endobj +2378 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [193.361 298.359 206.263 309.503] +/Subtype /Link +/A << /S /GoTo /D (page.19) >> +>> endobj +2379 0 obj << +/Type /Annot +/Border[0 0 0]/H/I/C[1 0 0] +/Rect [164.725 274.848 177.627 285.992] +/Subtype /Link +/A << /S /GoTo /D (page.20) >> +>> endobj +2341 0 obj << +/D [2339 0 R /XYZ 147.6 748.8 null] +>> endobj +2338 0 obj << +/Font << /F39 553 0 R /F15 542 0 R /F44 563 0 R /F32 545 0 R /F38 550 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +1850 0 obj << +/Length1 838 +/Length2 1181 +/Length3 532 +/Length 1758 +/Filter /FlateDecode +>> +stream +xRiXSg*Xb,B!kdb$E&Q@zInȕpI  +dq) &]**Ha"* ?g~3>=;vBO2V+ q:^ (d2ggUQ^f +E T2JeI!$* >E;*UH\ęJL9gB$ +C9I *%w +䩁Vê8XꊣP|#ʹGeJ KcU3րlGD#Ux e8S1G=sJx*~P&x@Q"_,HKqHH< s!Dhaiȁ R8J7+KxEN[YBQ|3fB <3boBA#Je$PJa-k+`) :VȔ*̥ ̈́fC![s1&`Ks'6w7$VQJa{e6i\OR;AVi6̅8ڊZ\9Se+ D+]=Z/^!k\bVJϊɖ~Iӵ #/MEJڱ&YVxd2{aaW֦MKvhY{ < }\(rTɻXMyJoܰnmL@Gdci!CRuAZyx}uKIaĝ"~,wsbaJsxŷ^t^F[ w-)|G0nʰna ZaýuVI{ iѫǦ^[2fynO[u*z+W ++O{-=|Gh'_(llAđF'BKE9 cW}WT-Z/1T+N{mb0|ꭏO0#@Kgi1{̟XٮrfY66G igeyXq-!d 8ٲ+;8qjU%V܂}>\USpˮix؄h<>ClifAp|*}ge;ƫ}DgߠiTu"5r}&ؒƺπ>f{4>ybiA%[HL)9/Z& *sH0aX.Gɂs+e_SOC}<G7Xc.hG O(`HQFAH?)endstream +endobj +1851 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2380 0 R +/FirstChar 4 +/LastChar 7 +/Widths 2381 0 R +/BaseFont /RDITTV+LCIRCLEW10 +/FontDescriptor 1849 0 R +>> endobj +1849 0 obj << +/Ascent 0 +/CapHeight 0 +/Descent 0 +/FontName /RDITTV+LCIRCLEW10 +/ItalicAngle 0 +/StemV 80 +/XHeight 0 +/FontBBox [-2000 -2000 2080 2080] +/Flags 4 +/CharSet (/a4/a5/a6/a7) +/FontFile 1850 0 R +>> endobj +2381 0 obj +[800 800 800 800 ] +endobj +2380 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 4/a4/a5/a6/a7 8/.notdef] +>> endobj +1847 0 obj << +/Length1 837 +/Length2 1182 +/Length3 532 +/Length 1756 +/Filter /FlateDecode +>> +stream +xRyTqR()}@l P K!$31 EDBQbQ@XiQP! QꡂI[{t|{ߵaxh "bGq,F Pd +ʊ!@ F&ANp1PɮT'DX2G ;0PL 0X7f;KBb "@AB\ +6ʅ!Lfx k:N $Nxv +x1F#(@5Do]x48:"b (/ B\dnBX / BA<8A8돁@5_X +B`Ă 4c|i|r3m7>}f! `2\LR <=booQ|.ʃ>@ur@eÑL`IHmoT M3 GNsGs# kި4/=d#OdnX !J{ca|$Nu,ؘNӀ]X|0 E-ӧ~JUDZG8ĐTӻ̷Ys{ai\~L|k%P-c&_b5Ki G״X ɗܒ$xis ǀW'[῿0|ڡC؅^/, J+rw?Z^W{@j}HkCb! H|>7oY + quD/̭HfLo,v zNW +'*Vyd@{-#+oTVstDe5't>WJ^rl1nF꧃ ˶^]QcܳlQ8@eDvƴc׋e. ok0J7}Y\r͑zu]U{睽)w*37+RQۺvj}wB;TaD/W$pޤEjBuX]eM.ܶztw+Nx$g V}J>PrR{yo_L"nZ/TM̛j<:m螀f4i6ҍ]^Em%?02:% 4ott> endobj +1846 0 obj << +/Ascent 0 +/CapHeight 0 +/Descent 0 +/FontName /DYTQGR+LCIRCLE10 +/ItalicAngle 0 +/StemV 40 +/XHeight 0 +/FontBBox [-2000 -2000 2040 2040] +/Flags 4 +/CharSet (/a4/a5/a6/a7) +/FontFile 1847 0 R +>> endobj +2383 0 obj +[800 800 800 800 ] +endobj +2382 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 4/a4/a5/a6/a7 8/.notdef] +>> endobj +1589 0 obj << +/Length1 1005 +/Length2 4377 +/Length3 532 +/Length 5064 +/Filter /FlateDecode +>> +stream +xg\S벇)" ENBPWB@$(EAAtI"*[(&E:>go>tw/뙙wfmb.qkc81 "547$TW@pAkppE@BAAs$ YEiqEi +"8@*3H@H0p! 0Ǹ 8<~pM+JBpEg;MH4yu% "DW ݨ FB-8A&2~եPH/"0(o? b\X?CgwE.hw/8 ӌF]M8ѮBh/+#Z"/ YѿXo&@/B`\hZ0,"d@ vpb0XC h?ϡ~e$ߤ@"9qK0z/ b!A 7 ^!(o TE̘Px̾,F•ի@1Bs$ ]!Tdo@?,*}7! ]0.JaɵZy%dBS h IUQ0sn13z 3$A\d@AB9i.ozIxekѻNdcwwf+YW \ZԹc'!ƩS\y?'Q9d5$­gWu0ygYvNAÞS +YcEv:=ɩ]ˣ=\cO/23%8..Y^zj9𶬿BVY>szS$=;W7a^S>BQL+4ҁ"8s[DX  ~fxGB,?sc٢wlyMY5O,oC2w+-l8"^\O>9<ؕF)J6vr_wl7)\?nv/b0o@аL[TgK~t1Ӽd黙fOhbHx7CBz[K., l]+x5G%hpMlRYi[Ё|M#yBg'v!d 7DXS-5^Pl$/h0lgR KN.|^$+C{jՆh(¸HxBFʡDdD"0ʘw kq@^߄" + cM9֏{K<=~bhARDlT;ctx+Q@s"(ݹ +'>ħ;3_3}lPL.?]_B3|/3{+H~H=Pm(j-AF=_N14vnjGOk!y26z鮏pi7ذT: )>7Cɡ.ªB&+ay-mwKݖt ]phDDcUuPdmVaH6|~8 bVJrہsV%>|偓dƴXI$SSi{*3%p2 V.?^Pa"y|Nͬ|ޒ)/_Mˢ<Ѻ\Z-.C'=e]GUkd#¯~䨽&/4[7Cxo=w1ObVK6Y[evUG*[ib \NX]NFi6f圉h|n4f8}nD( _ҽ"h%{0cɭjnxۯg ${m(*7JO@Qqdo8|c 8D,4|5MԴJZ- jgr>!MT6jg`Zvu(ܞDd`glsu_S>A:bJ<F D,_wՐ[v1ot>^2j1.t(h\hc{sQJRcbY, ɋLбdJU*Z*cuᴾw֑s~(OJ׵,aR="jHE:- K`t)m00zOLL\NJ@kV/ڽg$[9y 1thNX Bz2*OCOuCmmvAB1rkiVbGf]bDKnyT`CYv !SbhESW'?-LxsLԠ +T ͤG Ėgn0qE;7mmۦe?)&| h3bj-W=a?0ʢ6N=+H{OT' 3:籦f̢R }9yRQkIt\d.{*P6_H$u4ÃNl8'jz@k*->/DhPs$ WeɗZY)>Ҽn5]k*tϖcQꜨwɹ3۞9\Dμ̳w?Q1"Z,&/V|!/89T Ԕ\WwLpExip_b( ^>e,r7vmhp"yB7pߢhT;@F~w:1M=g6Ť'-5 Fe?n [_UԶ7DUb%oA!&֥`?n0sQy&Ss) ~-".͡hik\)O:p:Fe}-?=55a0WOʧ0S$)!+F1[Q2fݥMWnIW;l0ـr{( ²1#=-zF@aZ/=Cy:ȓc]bWU>}AuϨ5wEc&qأpCV- v (+A.S}![]Gա,_7:(8TV;\G ȎHڸ,p4DܶgzCN)}hTSe1s݈Fլ8bw.՘8~eGI:}F\^J"_{f9Q(Md 鷗N6S5Ilh"Rd**M5n@\n'"'̜0֋cώI`iA+Z9Ѳ1 1`pk2yjEӢYH f3(9)I-}v5KJߣHF;F> ֯z%V9 @rBћw,?q?qi̻9m]ݍ NT/d4O/ &e>\r~!U:b}=U7}sbTft}Yo q=:ؓ ?n]|%=hF"?x^I">o7޵@ GCV'(ʅ)fwpx~⇑K> Z/*܋N٦,Pv<ȜjW\w֚Eے M͐P meQYfzgOZm+kW#f1N CD&rF! EooUQ4Uۤ[U4\-r;!VajoMĻv*r*IaR5(6r6&J> 3d&_S\ٌ΢=qԓ'7KpصMSˍAUIv_D&d,; 2=AV~j+|$!z,#gGCn'xaXzR֊nendstream +endobj +1590 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2384 0 R +/FirstChar 35 +/LastChar 120 +/Widths 2385 0 R +/BaseFont /VNGBZE+CMSL12 +/FontDescriptor 1588 0 R +>> endobj +1588 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /VNGBZE+CMSL12 +/ItalicAngle -9.46 +/StemV 72 +/XHeight 431 +/FontBBox [-56 -251 1102 750] +/Flags 4 +/CharSet (/numbersign/three/C/E/F/T/a/e/h/i/l/m/n/o/p/s/t/x) +/FontFile 1589 0 R +>> endobj +2385 0 obj +[816 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 490 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 707 0 666 639 0 0 0 0 0 0 0 0 0 0 0 0 0 707 0 0 0 0 0 0 0 0 0 0 0 0 490 0 0 0 435 0 0 544 272 0 0 272 816 544 490 544 0 0 386 381 0 0 0 517 ] +endobj +2384 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 35/numbersign 36/.notdef 51/three 52/.notdef 67/C 68/.notdef 69/E/F 71/.notdef 84/T 85/.notdef 97/a 98/.notdef 101/e 102/.notdef 104/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 115/s/t 117/.notdef 120/x 121/.notdef] +>> endobj +1584 0 obj << +/Length1 996 +/Length2 2955 +/Length3 532 +/Length 3621 +/Filter /FlateDecode +>> +stream +xy<aDe_ˮ0vka.c3ƒdO!YT,R(iAȒo~~>_빮9{:|ŅldQx/#e᪀2Au DPmp%Uy*\"/=#H  o$0G}jo${c@b,?N`0HQ8@a q>x@/3+$SERT'D PjJ7D܀Z ~Ѥp#0ذ + 0ǣ@P/m +C +kLDb184`02}$6iq?EPSNZ_BbpD۰_Yd?LC\`0H}r>  dTR"H +Dړ1Ny#x'ӬP/VT +EJX_:r(CjoHՂ (7 Ԫߐߐ97T?HJPO12 +'p?I#"e}0A2 y=V˨+//a8IOe3K5ZnӠՎ[l B;F5X<979 -Rj2юσW_Ri(h**ժ= |G#c[w955 8Ml5:{8,[96E7W=ݲ}wGڳC'䅓 MLe:! +BE"l϶E<ݖM,zDOǦޭTÙa͡.v,+b}ŲbBn`% 6K:m P餶_i͘NDM`1%'k 4gbg^+LWmHʼ3EXB[vV4-*+M^uG[ Je rĊѥ.,jKNnOnC»֌Va~],Q2ceԸ˔X4D#Bb>;/jtΘfW[w=,+p@JZɢ} F>T܋þiX\*{_NlܽKs:DQJl#M6 [Js#ĮJY`F`H7aGQb 9WWwϑ%jDJt?_:Z?)GB-hV{%{GD5賂z6/r|V +OB=êV74vFN, I +saNĥ[KdN* +@'-^-8 7cZn7?ˤGaX9;Uq?oE=巹iNݬyy{zuGRʙ5T4c!#Fsٙ'z, W]085;c6R\JAP&4ܭ{)T$nVz&.[}Rc`a|@mMxt(t{p);fQ]8m~P[VH_oUE,vPudW9{O|.NnzS(s92˭/U`r"穠j=4[Ȭ{cs73]{:LU>QvA3VcUWf+FmFg[oay~X*=c`8/D r?\q[6^DI"D], 't"z8ӎQn2X_جoBۋ~KOor|#lSj_J]Je(>Ή_.5Cb8\C*_ݯgjH)^6<#tfeԾ^5y_濽go '̐uF~ ~+?}_H%I?0 1yCNmYvbNύ> oCxA :H1? ^KН6WlΜ6,8'C\4\= :G >Vh08{*g(txQkiyWN'>r[ +2)B >;~te%Vkʨ:#7O7ui +|%!a+"| +iC^`L#v=W2O=QP(B9Q kJҔU(ZpLå v St/%uxcI?pV|i6 ?5&63$Go6j)oH">ImYKendstream +endobj +1585 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2386 0 R +/FirstChar 35 +/LastChar 120 +/Widths 2387 0 R +/BaseFont /PUBRAQ+CMSS8 +/FontDescriptor 1583 0 R +>> endobj +1583 0 obj << +/Ascent 694 +/CapHeight 694 +/Descent -194 +/FontName /PUBRAQ+CMSS8 +/ItalicAngle 0 +/StemV 87 +/XHeight 444 +/FontBBox [-65 -250 1062 761] +/Flags 4 +/CharSet (/numbersign/two/C/E/F/T/a/e/h/i/l/m/n/o/p/s/t/x) +/FontFile 1584 0 R +>> endobj +2387 0 obj +[885 0 0 0 0 0 0 0 0 0 0 0 0 0 0 531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 679 0 637 608 0 0 0 0 0 0 0 0 0 0 0 0 0 726 0 0 0 0 0 0 0 0 0 0 0 0 510 0 0 0 472 0 0 549 253 0 0 253 844 549 531 549 0 0 407 384 0 0 0 490 ] +endobj +2386 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 35/numbersign 36/.notdef 50/two 51/.notdef 67/C 68/.notdef 69/E/F 71/.notdef 84/T 85/.notdef 97/a 98/.notdef 101/e 102/.notdef 104/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 115/s/t 117/.notdef 120/x 121/.notdef] +>> endobj +1565 0 obj << +/Length1 850 +/Length2 1324 +/Length3 532 +/Length 1911 +/Filter /FlateDecode +>> +stream +xR{R%W_]t=qDFmZӺPEͅ'Pz2oE<+#۰ßbv6<5ͫqq{9ÍESqm{8A}˧= R){Ks{Dg#"oٶ8,hɝr)*,*- ݧ~3vTSj|0T T!L.6Usr:IWQ[ՒKAKFy;/ty5[Yॳ-rAA/U(Ѯ\;;--W._5UYIV3qHagF\~|%Z2Ba5x) +v |-$3PRdʨzn! hϨ%(OEُ(z/Yfا߸~븆;)ԩeq>->]&Q=aʼnЀS, ;ٌܼH8^ŜKYM2Ͱ<9VCic_S]zoiR:Hef6OuA'-_/+XEQct`{#,[ͶXrsrFVr{0? váӽwOz߰N~[v- hcnoCe%W8&JV<ၥKi<_*Ri~F|8:,Eƒ +O}Kwcw?2~ވ\a(Jv>m-<)C-(pVl?}9I2)(u[|ri|aб\^y/Fذn8#]yJN>+g5һa)O%H F$Zh`qw^T%> endobj +1564 0 obj << +/Ascent 40 +/CapHeight 0 +/Descent -600 +/FontName /PSUKLE+CMEX10 +/ItalicAngle 0 +/StemV 47 +/XHeight 431 +/FontBBox [-24 -2960 1454 772] +/Flags 4 +/CharSet (/bracehtipdownleft/bracehtipdownright/bracehtipupleft/bracehtipupright) +/FontFile 1565 0 R +>> endobj +2389 0 obj +[450 450 450 450 ] +endobj +2388 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 122/bracehtipdownleft/bracehtipdownright/bracehtipupleft/bracehtipupright 126/.notdef] +>> endobj +1545 0 obj << +/Length1 893 +/Length2 2880 +/Length3 532 +/Length 3503 +/Filter /FlateDecode +>> +stream +xgXS[*QiR M4*F""iא$PB*EһtQ@Kh@@Ҥ(ews̯y?]kogl1aC(-G:.zƺ0(CAbbD4"HLI 2ԼE9Ej'{ .HPuB1HCNT $ 4 TX +&Q` 0H`@pvx@0ʕW Mt$&E%(:oU+p.KG8aV$4ãDܯf?QW_Z$Tcy%Ÿa5e!!;#ơ~5Bm353mCUNGL4fj +BaBח/ixG= +HDAA%y `p(:qxu @m`':{P aP8o0R?!UP~wVM u^A8/#.$ (C}J$qG:C(F(x$Ħ&.9v_{QL5sw j/*ϔ"ˑ_HLTZ}QBX+퀇eOٸy[;vpy4=қKaҊ߀Ą6Ӑ?2%Oـ^9tihV[g_~u?h]Vc{ڕޚ5iX縛jiGnY;TH5>]ݶ]xE{f õ/+3>X=&A~r>)7 J8eZ-xϱ7kW-0bQkǺ.rMm^@S 5n=A4QMm%{LAVk;b}6n%9YyM۶|DƜEZwp6Nce@xa?AvGٺ![X5Rx=v̴CS%ŏn{D.mĴRg^ƆJ긆rl.Z`9Hi>0(xr#zJ?w nh1?:'i͓APO]Q;P*Ƞ|Gq +rb@Dy3vRvK6覬 1>8sA(6Ęu}4Ђ6J .:4UƤ4k>ȊOtC ϴ +qaKI17#4]BovQxJ҄HW8ͳR3ʡ^t3Hi%9G_zx3Ȫ7:'>gYEFU'X8yog,Y\XBD䕊i?P`K>Rx?ٹb) XOlV7O.α$h5렢@*7S_ZLy~mlwȿ*+'M7ff,8q)K̦ wo_+)Y$^l8k̭_(UmzQ#l7vz6 )Owq(~,ڙyj])KuvTK3s5ŜBuuêj,yܗNT7X IZ/ +MBƧxv*gyd|b +mL.{n> +ʹL¯j*[IE)р洍8Z}yҲ;Qg޾񾭲̫X6ӯ?3~e=+v3#xǜsˑ#˺RŹn򋗮3Gѩ]H>Eo&KS$X67:ۦp?gIs"zL,aV] D|m.)`#`f[Tpv&/Y'RDԬ<4|,l&-{r fwLkW+uHElM:Nņ]a>؅Stc9KRhREy> endobj +1544 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /WBWJPA+CMSL10 +/ItalicAngle -9.46 +/StemV 79 +/XHeight 431 +/FontBBox [-62 -250 1123 750] +/Flags 4 +/CharSet (/a/d/e/f/h/l/n/o/p/s/t) +/FontFile 1545 0 R +>> endobj +2391 0 obj +[500 0 0 556 444 306 0 556 0 0 0 278 0 556 500 556 0 0 394 389 ] +endobj +2390 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 97/a 98/.notdef 100/d/e/f 103/.notdef 104/h 105/.notdef 108/l 109/.notdef 110/n/o/p 113/.notdef 115/s/t 117/.notdef] +>> endobj +1528 0 obj << +/Length1 1091 +/Length2 3684 +/Length3 532 +/Length 4383 +/Filter /FlateDecode +>> +stream +xy<-%FB +pG:({0f l!YȞ5KHd_S9<~_{}>F&WTX{P_P`&&: 8D@@ QXT$$$ I^SVjXW"tBj?at!׀ۡ,b +  DA$$ +A$ +qr/y8w)@lR [D`1h" P,Y $;0hˏ?\Ph`]\= a ԛ_` UW pEB ]EF(<pC? O42WT١0DW%~1G8 '߿c( y,dd;Ύ!d A$-C0XWȽ")C>.q99@NF%=p8yS7;S •:ŗidvJ̺Q{8QI'} =f' e|(AfBʝAsiMNXPmdty673Z&2|qcܳd\99wN ' .AScA%-lv(ЅƱ^QD0D}:Qǜ>wUM +ldlqs~*FrF_&}we=e 4D1$RaԷ=GlsNYI_(ΦUAkvzrWº f +4f+akf+0zhf[_,EMZI2[gۚ.UY\檚fݿywTSj- k5OV }POޭ|^Q2]g1L7g (ya\I_W>]LՃVSDm^t69%w(/XY#1lGMrtr\+r|"dhGqF?PA;~G䤳7o[i PQG}%}q3`ͅdTyNLci9>֦NI/|Kg8h A^? Z9e!5ԴX9J6ѻ.?3,$+Js$nv^52 vYŗlUu}tOz?{r*Mk;Ŷ~w4R>$ }e5l;l&j%/yc +~[JO1Ӓ-a=9k ZRx +f-LW)ci=J}a`ۮqǰuOS9ij +`=9`_@{خ6)!4hvF{1{`(7Mڂs9%'9̓Ѹ3B"mEbG8g.:)*Rv{S$g8Y/ʼ)ٞ.%_t(. Յw羰&7"uQEsb"IWcH܇$EjYݙem~,[ѯ5F9L iA N!آM:{"iiۖU/<.~15-*d7RcÛ_ac<~*TMZb,"xOsϛy&;eb tEI-oeP:ԩv_ Y?SD=*Hb +>JcMBwvHRN5)뫸.xř]@psoDEiDޅrJls$$z|!UEw4 T-L1ߵ~]L]F*bկȫ*S3 AQ\=QdQP +Wy˄S970/hp R_/6#Q"a_bVsmҾZԟi=GONUx.12Ћr̼T5r:To;_a\>A8_BRk Cꑩ['veusy:{'Ԟ[_ ˭O['J;&xNZ˝Y +NsRpqA)KV,'lU3:I _%ַLlӊ +fhO1 bKx_3!o 52GݍVj658ƂLHIWS>4{5b|CK1X_H-O?tFlu DD1'/igcGuo-83"%Q3mm=zBy|IWi +-j4ۮtR jX]8M~G wre\d~aq͈,EW%狃CjJ BpcAʵgS`Ll| nwyRgm GRS IO$o,{nYϧ759q4oƵt }}GgOT vk7/% R' t 5xL|@ Ґ+iAn'ym̠o(GJ8T3|QI˥ԏ +Me`*o{ ʹlSTIFciRjYWl} S dbb imWrKݐ +Sgk.nqGi[' LYK197E7:q Us(q{ץB~wkN f샄roM_gQJ*}*]mii-rUirfҢiywgWXNT܎rt\ȗz./Ha6Cg1u_ކ>ԞmaȝR.^oOT/UL]$Z. 򙡺lh|TZ.ff5O"SU\E|jCbSuB#E*P>uI,Z )d粼!q1$8f +wѱ;|R=30: Cѽn8m"+)G|^5yII;\)}% muU&$'=g̹9/(5(b,#Α8F&]d 5P1SüՆmogv Lak7 +b88.f5^5b x׶K/76]h> nzXJ2endstream +endobj +1529 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2392 0 R +/FirstChar 12 +/LastChar 121 +/Widths 2393 0 R +/BaseFont /GVIFLB+CMSSI10 +/FontDescriptor 1527 0 R +>> endobj +1527 0 obj << +/Ascent 694 +/CapHeight 694 +/Descent -194 +/FontName /GVIFLB+CMSSI10 +/ItalicAngle -12 +/StemV 80 +/XHeight 444 +/FontBBox [-97 -250 1077 759] +/Flags 4 +/CharSet (/fi/fl/hyphen/a/b/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/v/x/y) +/FontFile 1528 0 R +>> endobj +2393 0 obj +[536 536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 481 517 444 517 444 306 500 517 239 0 0 239 794 517 500 517 0 342 383 361 517 461 0 461 461 ] +endobj +2392 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 12/fi/fl 14/.notdef 45/hyphen 46/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 114/r/s/t/u/v 119/.notdef 120/x/y 122/.notdef] +>> endobj +1417 0 obj << +/Length1 770 +/Length2 1210 +/Length3 532 +/Length 1777 +/Filter /FlateDecode +>> +stream +xR}{X\,PLcw6ۛ#JraH`$`8>wTg&݁I;&LÑx1vY$96$ 42` p"OdG b8%Q-y< 8V2Szɦ Lr10DÈi0akA ~ڿ@(8`c\GSアa.",z!>aq|T8"BRan"K8r;![A }إ^4! jگ5H*JDp^6`\t'8FRt:8@ʅSJQLL\D0ŭ:8 +,!|bDc X]~mnnX;{ètLf#q/>DBjB +é08҄机5s6"Yi&+yrwV0iZ/[/_{rʧnjY(u,hsd>띺'*qhU OiFS9yJIRte -vNSl*]2?xOG8Z|&&D+O4S;a44{#fʿa|Ӫ(|뇽"YZ4f1=B?>"3^X~]+z=j7_ +V\l{ۗ4}v.t<5U#Y7vX kuS"RnxrP$}Ҥ^3[Bϩo4N)V&6vc_+,<03sg=B4^+H;A VaXFdF˼rMrG_|CQ6P.8lORhn|íZm͹ݥm?^06CyzI4{!9pCDŲ'a<#g|fB#'$,Bw#i֎kd;tIIă4Sv~vӪJaT{DVƊؚ2yӳ=Q>k0~7{}mg+yRk +-5έyt5IRfvٚ;j Vܒ;~vvDZ~SiSG;OZaXnouw tn;˄|M?e޻UKz3 'ˑ3}?-Z<G +&o7͇Nlj?vK.N@3pV}s-.yE[/2kKS.5$O2+FsyIxZi$=NyCaD̔OM e<55,NQVvE g%'rBZn>4W`W[oO{h&}wf-IP{,45$mWN4MVv{ӋSY\#ֳ}Z(ל޸>U:Oߘ}Q̾/1ru߆j'u+,ʋ} +U]rxίUdl;dm}c!=eM<٥De7M' \9ٚlQxW0<{!%K#L~`>n #s=v> Op01'~@+endstream +endobj +1418 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2394 0 R +/FirstChar 34 +/LastChar 58 +/Widths 2395 0 R +/BaseFont /XVNVLR+CMMI9 +/FontDescriptor 1416 0 R +>> endobj +1416 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /XVNVLR+CMMI9 +/ItalicAngle -14.04 +/StemV 74 +/XHeight 431 +/FontBBox [-29 -250 1075 750] +/Flags 4 +/CharSet (/epsilon/period) +/FontFile 1417 0 R +>> endobj +2395 0 obj +[477 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 286 ] +endobj +2394 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 34/epsilon 35/.notdef 58/period 59/.notdef] +>> endobj +1414 0 obj << +/Length1 752 +/Length2 733 +/Length3 532 +/Length 1279 +/Filter /FlateDecode +>> +stream +xRkTGZj-AH 5XĊ. &zCV4rj +G XŊXQ4E崚.S̟޹s~Tp:FPZ@%h*ea(@BB 3h""iX*A31&3"IR #!C`(bQ6 jȚ@Ղ%'` C&X5SjHq +=g +L"NSZ'T]so)mj(9(? 0JZSM ,d@,CI]B0#Q9j LFi!`0@ #ĕ%5á}H#p ZpW0%JPRsP<V"lf]QFb2 j8)D6!ph +(.3P ob :Cak^|Lx8m,A!7̞RoD0b ɳZMp1BhJcs;󴨢K ʊnVI +i؃:wָ'7y,~”y(>u9R╻3$Ղk*wӖŸ-IY;l:ojznZg.;sıu֮ɽ΅a=cJw}MN}ۼ5K +ø(ϔL5k2%/*}ʟq9Qv̏W֖)gikۻ1ݵa/!OjΖ*"o-0vxleiԁ~U۲y>dv`u`R+e>mOeaGeiAmOBu->1f?:T-[ s5]/__%*ks]Yf[| {zoǾ JÔ+N;[)c}c(gyAdBn򼂬Eu^+߫+=6cǴG[gj歗:ݍNvm-z(״'lu]g.rPgYG2_rUu+M?k9 ?~tl)K|A{L?c&8Vxն?n{]6x",sW,2Q_6~OK[w pz4|[.~𼜛>plͭ]ՆC\>ks[]3.V"8x '0-D&Q&@8endstream +endobj +1415 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2396 0 R +/FirstChar 25 +/LastChar 25 +/Widths 2397 0 R +/BaseFont /YJGQOL+CMSY9 +/FontDescriptor 1413 0 R +>> endobj +1413 0 obj << +/Ascent 750 +/CapHeight 683 +/Descent -194 +/FontName /YJGQOL+CMSY9 +/ItalicAngle -14.035 +/StemV 87 +/XHeight 431 +/FontBBox [-30 -958 1146 777] +/Flags 4 +/CharSet (/approxequal) +/FontFile 1414 0 R +>> endobj +2397 0 obj +[799 ] +endobj +2396 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 25/approxequal 26/.notdef] +>> endobj +1410 0 obj << +/Length1 898 +/Length2 1532 +/Length3 532 +/Length 2161 +/Filter /FlateDecode +>> +stream +xU{: PhBuCb~ڃ H2F)vpBA<&;gwK⿛kcÉgo`n,ff&1y s̀ѱBPDvshG/ߜz쇆+C]e3`zIf0/\j\XVRXM8ǒĜXJB'Np81MAv>y_ݢy~&A[kR@|6}?t_m)zZ+̺.bH, hDفz+؃ngGw>QQ.h6ֆT=ߣJQrK5qL+^MgAT~}c#sSnJ 'qDQ;+|\рwMS &I 5* bVYa77BմNCpyoz1:Oo7n3f[G\67{|Wc=IHG.ꍻG>wWqT˯ܾ+=Ȭ\[kt-gT;2cN~h(YJQpe-UF)n,{޽0N}uosL y:vs˨^?[ uGIbPMnOo)S]Kl4v DYh8=7r(\ε%`P^qK$#|oq=c\r'k7 ybvQeUl_MwfZy|IxLh6ج>ViDwy6""rxb\}?Rb*æH;Sxe5-wJj~wXcK'Fظa&C=)5ܪ=e{A8m#  YqסiQqzYne¸H3rx CZS>D6VG7RI[z޳n2Kr#TΜxݮ't8Pzz*^QiK-$\(*}AkL޸rG`xẖN9|l5ݝ/vɋ*B. +5 >91K4}Usu\\WEȞ.4}`}snOkE +dr9ZZR 9U,/+r]nw&Z5 Tx+_6oH$L*U 3+g-KZЦ²evKj)f}'oi7êwҖ 'iqGSr*1=(56ٜ٪h0ZwFXzTL5}n *NĬ̥͍=DVLGڦOxQo'vѷ%' +ИqXT$ :qzendstream +endobj +1411 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2398 0 R +/FirstChar 0 +/LastChar 105 +/Widths 2399 0 R +/BaseFont /JBOBKY+CMSY10 +/FontDescriptor 1409 0 R +>> endobj +1409 0 obj << +/Ascent 750 +/CapHeight 683 +/Descent -194 +/FontName /JBOBKY+CMSY10 +/ItalicAngle -14.035 +/StemV 85 +/XHeight 431 +/FontBBox [-29 -960 1116 775] +/Flags 4 +/CharSet (/minus/lessequal/lessmuch/greatermuch/arrowdblright/angbracketleft/angbracketright) +/FontFile 1410 0 R +>> endobj +2399 0 obj +[778 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 778 0 0 0 0 0 0 0 1000 1000 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 0 0 0 0 0 0 0 0 389 389 ] +endobj +2398 0 obj << +/Type /Encoding +/Differences [ 0 /minus 1/.notdef 20/lessequal 21/.notdef 28/lessmuch/greatermuch 30/.notdef 41/arrowdblright 42/.notdef 104/angbracketleft/angbracketright 106/.notdef] +>> endobj +1228 0 obj << +/Length1 753 +/Length2 1171 +/Length3 532 +/Length 1729 +/Filter /FlateDecode +>> +stream +xiTǩbQDZWiD"!-T\" <$&38bbXmzAY,5.倀"V’ VeQM RHmzzJ?~3_y`1p9XсvMdhnn.X3Օ` `1rF`ݬ 0y(`hXD;/XRr"hB De +D`kC1GRh9L;0T$, Q0i5?V$ +gÜ'FD_8&q GKwplBbOP4g'>"Gd0h $\F$8([9>!~ڹa0AmPSմjmH8";NT*M+ԾWCB@g$֊` (,SPndIp`ld +ǍTHghtdP~'8s?6&2Ot`|=ٕ~IV+Vmry˷?%AΛ| *)8.q񇸻8h"fu cyPZWe,9P137 8A7P83,$i_K}~1pbĿvg㪏 +ʊ2a~byEvv/y^&͌ oFpExWe"j`>R҄|-1wYIUfY:cJ[ʹOչ:Y]ɢ7|דF6ai4z]y6vq/Mdz&l]:q8k+;0ߴl[ʕSRښNUKˊEmr#FR'7DYԜ뱜u6]u|AŅ-ۿIYlkR3}YX_@Tm~O"q׳>i&ZY*G +1&~D~{kmַ 3uzq߭թ'0x5к=_K^T%OI r4{iO/ &{Ibendstream +endobj +1243 0 obj +/OSCRYU+CMMI12 +endobj +1229 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2400 0 R +/FirstChar 58 +/LastChar 58 +/Widths 2401 0 R +/BaseFont 1243 0 R +/FontDescriptor 1567 0 R +>> endobj +1567 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName 1243 0 R +/ItalicAngle -14.04 +/StemV 65 +/XHeight 431 +/FontBBox [-30 -250 1026 750] +/Flags 4 +/CharSet (/period) +/FontFile 1228 0 R +>> endobj +2401 0 obj +[272 ] +endobj +2400 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 58/period 59/.notdef] +>> endobj +2402 0 obj << +/Type /Encoding +/Differences [ 0 /Grave/Acute/Circumflex/Tilde/Dieresis/Hungarumlaut/Ring/Caron/Breve/Macron/Dotaccent/cedilla/ogonek/quotesinglbase.ts1 14/.notdef 18/quotedblbase.ts1 19/.notdef 21/twelveudash/threequartersemdash/afii61664.cap/arrowleft/arrowright/tieaccentlowercase/tieaccentcapital/tieaccentlowercase.new/tieaccentcapital.new 30/.notdef 31/afii61664.asc/uni2422 33/.notdef 36/dollar 37/.notdef 39/quotesingle 40/.notdef 42/asteriskmath 43/.notdef 44/comma/hyphendbl/period/fraction/zerooldstyle/oneoldstyle/twooldstyle/threeoldstyle/fouroldstyle/fiveoldstyle/sixoldstyle/sevenoldstyle/eightoldstyle/nineoldstyle 58/.notdef 60/angleleft/minus/angleright 63/.notdef 77/uni2127 78/.notdef 79/circle 80/.notdef 87/Omega 88/.notdef 91/uni301A 92/.notdef 93/uni301B/arrowup/arrowdown/grave.ts1 97/.notdef 98/born/divorced/died 101/.notdef 108/leaf/married/musicalnote 111/.notdef 126/tildelow/hyphendbl.alt/breve.ts1/caron.ts1/hungarumlaut.ts1/dblgrave.ts1/dagger/daggerdbl/uni2016/perthousand/bullet/uni2103/dollaroldstyle/centoldstyle/florin/colonmonetary/uni20A9/uni20A6/guarani/peso/lira/recipe/uni203D/gnaborretni/dong/trademark/uni2031/paragraph.alt/uni0E3F/afii61352/discount/estimated/openbullet/uni2120/uni2045/uni2046/cent/sterling/currency/yen/brokenbar/section/dieresis.ts1/copyright/ordfeminine/copyleft/logicalnot/uni2117/registered/macron.ts1/degree/plusminus/twosuperior/threesuperior/acute.ts1/mu/paragraph/periodcentered/uni203B/onesuperior/ordmasculine/radical/onequarter/onehalf/threequarters/Euro 192/.notdef 214/multiply 215/.notdef 246/divide 247/.notdef] +>> endobj +1187 0 obj << +/Length1 725 +/Length2 1107 +/Length3 532 +/Length 1699 +/Filter /FlateDecode +>> +stream +xRkTSWV D0 B {H/7RbLyCT-6Hh-:X*]V,dDiUq?{|;ّOX,"Xby&MsvPJ, A +ɢ9Ғ\AuA( b HFe +VrA0LM"  EFm +] CR(u@8*xt A5%1fɐLIB "BāH<< jjǩ$ e5=;#L:%GU2e6bX,2 +$@9<}  ,Us%$>@7y +hb1L(UB@J$ H`{ 9TbHFIMfr}YM)B)p}jl;4ybzU17FS( p̔Cp(RfQRtvm`GH)ML0?XAADJ/& ,f\$!N͘ne.Y&SuBQɱC\Y0HNx쫙-Ďֿ şV܎@ +qnYth2MrAjHT㲣d聿.sƃъ=o}4,s{Iφ=_O?\ wi}kStSYy#^ Bv%o@3\Y{w]|ݮ9=W*NnQ="=/qCW~qBqU5upNԵr8c7' Js[uƊwl/xIGs[b#i[_k2&yc"vԄv2%[=ʍ|9ü:cn7Vw0Ge[-]8Ъ#P:`Y[Xkuul:$:1/DTjjt bIH&]/#etmr8pVP^k g,ul_a|xe܉xEI*&j4"iqS'K*' 0Z=(;{DlRO\e>Rpꦶl1Ut*yL-N[=mZӁ].c?y .LԣnxY^ +6j&=0ˏ'aPJRRJp3endstream +endobj +1188 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2402 0 R +/FirstChar 36 +/LastChar 36 +/Widths 2403 0 R +/BaseFont /NNHKXN+SFTT1095 +/FontDescriptor 1186 0 R +>> endobj +1186 0 obj << +/Ascent 0 +/CapHeight 0 +/Descent 0 +/FontName /NNHKXN+SFTT1095 +/ItalicAngle 0 +/StemV 50 +/XHeight 430 +/FontBBox [-204 -361 1351 830] +/Flags 4 +/CharSet (/dollar) +/FontFile 1187 0 R +>> endobj +2403 0 obj +[517 ] +endobj +1184 0 obj << +/Length1 1008 +/Length2 3220 +/Length3 532 +/Length 3901 +/Filter /FlateDecode +>> +stream +xSy<{F}yݱ=9B(c0fCv!Eٗlٓ,eOQ"ٲSʒ%{N9{)S )Ma RPi*el`i Ҳaa-< qXmTg@Mog@UTT"@ G;1-"e@ģ,` H! O`7s (i +H: N8@'#⽈1Iqhb1kD'\1AOM!@1~= 0ơ@<ҋOw +ϨA#5*H*^h_e& ]AX?Æs5EK?%0Kx/`'+-+ % +?T"q(4STx<B "R}ЗXF#N8 OFI 9'RQd,Dĝq#n oqd +Q'$KŘ__ 29sp'"%G얒@RdHo<3`'4q@DBƆqȳ]S()x[B!ś^t1&dz̃^K)]xgC$c Qv:V 52뜶1:ɵw&|)ʍ\+ȋG7B'hPg@sR@zXkxWˇ~q3sIМhbx8ɩM5Jf,^e=lVVDy]ա08z&n?%]}2ބE%㬷 ZK܅@*%t3.¢Ty-җ%Y_rA_>q1􂭁>a[w :eϮLS+nW +}8$/oIK7u&grH,-[iSk4e[9g}ɟJˋW8k{FhMxYi G})x<~ u ٌXoK|%lqǧEd4&R:6rdUy>[ycxA7SO +,Gf"ؒnZ]6ZY")lo\5㶫ˀMVU>b5;J6fw,nMoLnmVa-Oӄ-JvZ9 XOveFj+y.gbk^wM0|}WA :ݺ5qH ӑج* 4]g5C*8ܭA)?;({,Ȯ̙s#5"1Z^-C)7WœqD̏Z{ĂaU~w{"c 'Gqb +c|dўýg 7iu# ۅ GUr4UKUWx֮ˉYW%A.l"a,4_ϊ5V RS(a:_{Kik/`HfXt/D:ߞUqZux!%:v<Cc Vz؈7Z@ӳӺ6& +ؓA4 "1[Q$u{/ϙ+M esbIiZS䍤QI"*̍y쫾nԱ7Z:VJ?VRR:]Ld6n*o}y1;ZW@)f`CnFxBU~xt!RRls`sIl1dx3gƠo>6ɬwX#{m`-QJ9 +ZWoB]fZ#HS;mv#O.䵄#EIf.{0sjѱ_}HeM!&Jň9^d_շrv婛I0ߝ[V9_.`DΕNzPun34) ^nZZEi<лΘ ǏB).W+Q 4GYT`ɂS.@OEK*GlKWSgS] 9\/quִِ%“c9S׭ioLZys7+|TW[2?:}J-JmGP5Aނ_X8b_4UX;*c*.Dbw!dNjbxMgi3]FCݕ˃*[:}͡ F-P!xz#oѻ67:b$m@Niʠ,N>gMsltW6 Z3d<#JP\o֐ɭOX_*SP";H}ߦl{U1pP8]k#O~)obIA7ͪvkW^QC+6pO1Ȩ! 6,V!:2_)a +ż[lוc:7t +C(E"= GحȐǽJ6+*ʋۂYkeq$?Lj^Υ3su<>GiU7*~>LVFJʥ+EwE`%3=ap}"@So_[{UrL"PҴ۸&2#zvhDNuŒZ$Gyboc EXfJbGA䋚W)ʍBq.3; @hk *vcg~<~I7U4ȿixp-ȿeT'+/Gξ1 +'\QVdzs4ͦa!kTIL9}9^ Ga.ÑmCܣmao9k(sYɲXnH5i"4>JU9-:5jy \PlC'4|ELr_CÖ-3I?~%HĀ<Akendstream +endobj +1185 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2404 0 R +/FirstChar 33 +/LastChar 116 +/Widths 2405 0 R +/BaseFont /HFSTSU+CMITT10 +/FontDescriptor 1183 0 R +>> endobj +1183 0 obj << +/Ascent 611 +/CapHeight 611 +/Descent -222 +/FontName /HFSTSU+CMITT10 +/ItalicAngle -14.04 +/StemV 69 +/XHeight 431 +/FontBBox [11 -233 669 696] +/Flags 4 +/CharSet (/exclam/parenleft/parenright/two/seven/B/T/bracketleft/bracketright/a/b/e/h/l/s/t) +/FontFile 1184 0 R +>> endobj +2405 0 obj +[525 0 0 0 0 0 0 525 525 0 0 0 0 0 0 0 0 525 0 0 0 0 525 0 0 0 0 0 0 0 0 0 0 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 0 0 0 0 0 0 525 0 525 0 0 0 525 525 0 0 525 0 0 525 0 0 0 525 0 0 0 0 0 0 525 525 ] +endobj +2404 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 33/exclam 34/.notdef 40/parenleft/parenright 42/.notdef 50/two 51/.notdef 55/seven 56/.notdef 66/B 67/.notdef 84/T 85/.notdef 91/bracketleft 92/.notdef 93/bracketright 94/.notdef 97/a/b 99/.notdef 101/e 102/.notdef 104/h 105/.notdef 108/l 109/.notdef 115/s/t 117/.notdef] +>> endobj +981 0 obj << +/Length1 1069 +/Length2 3426 +/Length3 532 +/Length 4120 +/Filter /FlateDecode +>> +stream +xyw}z?us}8p<׫,<[+ztfz'K؋{cF.>gm==p_%g +r:R7;2o +-Lspz$i<W_2<\*2~.>ju}:/{'3̀h|IS%3vg(Eڍ1=o_OԺ~ 5ft3u1C}9xZVrX*١;O.fu{U\T?@7:>>6'ny!{X:GN $l\9[aedr1 lAORZFȧv )a Pf, bzA5Gyu4"zg(mTTu{OrcqE Шn_:+/yj84.[s?Y8ݤcҖH0P$l+y%i)lރW^ ;Z=OK WW 83F<%M~A 0_yOY ~^VehCw:xHgӶ|x;]HP5`|d@U ЬM[&y:]ψqi|\iN)4~;70]ܤ4NYTʦe $ASBv'"shOe^Xn$|^a72H\Komo+[U>@Rޭ S#KQG)עĬO26Wgz$ٹ׺ak1ގC}x]E5c[WygJ׳tVɝi- FD6i==~/y0M7<wEli}UsFgBa¶5ؑcVfsϫ#lxl%\E[A5 h-1bV`憜cQ3̧sy!N8-d)pbgxJ@UFP5xB+z=ý,˗~%vTնH iy3w٬'oYGxv:~ye ,BG>#C|KuvsΧF oOX~Vɮf= -3Wyz[.Ysʬ8PUe_zvB Ľߦ!-*pAq+ bI؊(h%r$0 +he{Ĥ*#ey?B?BVZ.بskkK"y'[byj! :*_w:0|-1a\phfv*Y@@NCe -KO;rhOXE|sৣxX!_'..hNwY|tN\Ixn(Q}*xv>'20*Me2alF©V"Msэ}_QalN_, U7*<8Z"v]?#e  -[#7HHQ .Z01NV`_t0/N_64*pވĶI[3oРI8 c.4;Vm;]N*M7"K:?DHoPFVd3ᐣ7}G.O!.z\6gb/r }L! qŗ+QGQe\ȕyr`*_(E.-yf9}An֨uBM拻^*( δ} ğ/e$i?sy9?w > m)˜(d55߳l|=2B/z`ppk-Ru-J)Y;dC緭mwC\ivXYiG'!$[F,RO ~tE}ԣOL2Y?ͮ 8#|ywȋT/jt/D-,Z-[U}YR.%]Bn9=בnB@BYaWLmyФtDZ=!q)/?WBe6=fkORos^I[}1Sq} ws<4?aim3ޯ9ZF +)W z,0mGUq@V4=YꅖEKb1w|N +bh.9d&m!dW9aZA^Ƥ&VH yP9uxPEk.\Ys⋁=q,|+O廧g%0,_ \kּS)1xr;ꍹ?n]$O9t6`endstream +endobj +982 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2406 0 R +/FirstChar 12 +/LastChar 120 +/Widths 2407 0 R +/BaseFont /FTJUVB+CMSS9 +/FontDescriptor 980 0 R +>> endobj +980 0 obj << +/Ascent 694 +/CapHeight 694 +/Descent -194 +/FontName /FTJUVB+CMSS9 +/ItalicAngle 0 +/StemV 83 +/XHeight 444 +/FontBBox [-63 -250 1027 760] +/Flags 4 +/CharSet (/fi/fl/hyphen/two/a/b/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/x) +/FontFile 981 0 R +>> endobj +2407 0 obj +[551 551 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 343 0 0 0 0 514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 494 531 457 531 457 314 514 531 245 0 0 245 816 531 514 531 0 351 394 371 531 0 0 474 ] +endobj +2406 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 12/fi/fl 14/.notdef 45/hyphen 46/.notdef 50/two 51/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 114/r/s/t/u 118/.notdef 120/x 121/.notdef] +>> endobj +976 0 obj << +/Length1 922 +/Length2 2964 +/Length3 532 +/Length 3582 +/Filter /FlateDecode +>> +stream +xy_?>뺥%,!:hO$P (B5@lDZ/#?}HӿH/,>?/$D4H"Sj F$!xAG Kh3,ܑx2@܏0#{;DZKXze]3mB$lPD4@{*DB^T % eA D + +@JN$}_)Bc@%B`ȿI-'Ҝ<~BScB]&&B9b@D @Uhckhj&DH U'ci6>BD\Ux|n_;cgj*0+y!8k_W.V)1L VowזJqTչ HQUaC2Â} +SQw|oK7# UNo~td %<3j/$h֒=7tk33wBO7("꛴D%m\= +G fT8~vbҳT1Qg#]26jyGWreHم{zK{-/yb=S *Y`vTQgj<#1ɳv48p=t~ ;'' 8Zx+(($L]|s=&7Tbm/[9?iKgǀ;I+UrFeSSeеCtqhqvi8EU1Ct`צ#bqi}-/)Z]lЃ@DZ~vys'~AD^z*z +mc vLo$sۙ %D ςYY 6rҴ/z<.rlku9^𺗆Bu*z99uvw2?z0\w-!θHȊjd͎l*Y?3EU콤4M /=r\UPqYc9tBo`_F72~[憘sQ"9eu^רUQ~V/kng"B+Xq6W>n '+R2]Z%tĹX&:Vyi0j&AĿpIYyLQGw z? 5z4 X,j PZ/~h+77cSu%Weye63K8a->"b1FU%Ph[Ų~="}^So~7$P05 q$rðxdO"y><õuer *y|˹l)N[":\qE޽Lr 37nU ,ޤ)Y=lkqPSP8g~oFu> endobj +975 0 obj << +/Ascent 694 +/CapHeight 694 +/Descent -194 +/FontName /JYZZXA+CMSSBX10 +/ItalicAngle 0 +/StemV 136 +/XHeight 458 +/FontBBox [-71 -250 1099 780] +/Flags 4 +/CharSet (/fi/fl/a/b/d/f/g/i/o/p/s/t/u) +/FontFile 976 0 R +>> endobj +2409 0 obj +[586 586 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 561 0 561 0 336 550 0 256 0 0 0 0 0 550 561 0 0 422 404 561 ] +endobj +2408 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 12/fi/fl 14/.notdef 97/a/b 99/.notdef 100/d 101/.notdef 102/f/g 104/.notdef 105/i 106/.notdef 111/o/p 113/.notdef 115/s/t/u 118/.notdef] +>> endobj +936 0 obj << +/Length1 741 +/Length2 1118 +/Length3 532 +/Length 1674 +/Filter /FlateDecode +>> +stream +xkTgEJ"մ^&dpu=.B;LIf$Pnъ*1@Em*XV]RE."[=;yߡB"&p9b@ DzJQX,G]vR<tru#Q'!Ib r`I[9b.,O@*0Py*E"CBQ*MF !A,$U ?<N$Q2* +TB!G "Tg*zs$(گ1,D $IJR|4}EXxO0NjP@LW}L捥B&G@,k}'Qa⻇iRf<0*")L M,B v,GKp*c@0\4El j P)iNY"<<4= X*Oȅ X̌?$k*uESP@W}\)kҠɌb7Dۛɬ!-&mqAr;9-fݭ/J´蘍-gym\Ro3c>?|CR8$O~\fbV`N|Ip!k]ɇ(#+ZE.wo?}ا[r,Wiϥ);po_Cys=]_{3J j%anpgx֋z_? Gk۲ YκX-ܓi4i/.0ϏzƦ;yi9+K +E2&N~Gf 6F_mykz&o' FݎceO)-YHӖ{KFܑ0%Jyƣv3E듣r|JaQ:.t<=\ Z#ÐoGs!7Ru #ڌ3ֱB*)/ZV3bwh{C3']SyQ^y'(ݳJ -:'6ل$j=qj)&3Ck?U>R+gy ޽svD;ܼ+_Oۧ(㔼.-atw՝M[ڤġoܠMx7O5hDk_^`Xq=xD3J>wC6q4֗ɞm ѧKЗ ow!y;^.X}/|og%U܅Ԫܢ ԍgyWn u8g~b+=z={Lp'Oѿd'ߞx1bqڗsd6S +kW >i/NQ 8}iهx;ut"67t476=XCrn[i{%/k6um,𓒿> +dK^T;pb9GM?F'#|`ӁaE5z{]cDMkEmF.Иuy{ܹ6w#/ Yߪ[jΟ|^yaDOzs`qY^ IY̙Sܪh)I`rB KIendstream +endobj +937 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2410 0 R +/FirstChar 65 +/LastChar 65 +/Widths 2411 0 R +/BaseFont /QHUEDW+CMTI8 +/FontDescriptor 935 0 R +>> endobj +935 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /QHUEDW+CMTI8 +/ItalicAngle -14.04 +/StemV 73 +/XHeight 431 +/FontBBox [-35 -250 1190 750] +/Flags 4 +/CharSet (/A) +/FontFile 936 0 R +>> endobj +2411 0 obj +[797 ] +endobj +2410 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 65/A 66/.notdef] +>> endobj +797 0 obj << +/Length1 934 +/Length2 3419 +/Length3 532 +/Length 4060 +/Filter /FlateDecode +>> +stream +xy_9>:y9)[1}hL2!괙6!rr(:ciTC<  @hppMyɤ @Hd< +XAG04<dC} +@< Ao~ $@!@ 9DB`? Q4@0_K ݛe +PdTX 4* D̚ob)sHy)Y@atF:y df8 +O%Q@B +W+N6&[2 (8H% kx| LmZꯜ-Leſ7FD'gP8*dzO#$@t?ΒRE"@@?cA4L @!?wZ 3is6!Xao +!CoD7dI~CuF YR޿c,K!ˤ/!cH6Z& +>t:HezYɬ僠 O^HVd]̩-\$2tjġ>zӠ"_r{09.R- {׶_@)+5rqeol}u@gܠإ'-'"37w^ +xk|`̗D66m,csڄCkrIYs@HVoO+?tA%2Mw|ѐ;efd9ۃ<ѻw.4aT8w[C5aD#cm|a_D5e֡TxW$DiD1KW!3)BC{ +`5="3!Q&)_ba{hS:$8zvjl&C+ʞKAFY;łXJ甡Fgnw\/s93͏_3}d%%YӘ +JU%6?N}Y_ƥJRiR^zcJ .|u/g6Nv'ү.^lM8 BZހl<[-E׺hܦ([aUuOF'!\Knr0HlQJ6* +kQvsUdb45V/9fѥM2]LQ-1P꡵D at6UTN" +B>ua;>~GX@l{`* &?4oo (Тm+iOWt$;9x푎~ ;~M5-az\F4N(9n{HP_>,bjZnG<A* rlqnڥYe$\6[^D^>$5EoV~fR0Z.Md}цRu]g&)B8<] ש|%y騧k^ m: 1S=+V}''1``jKG[PrYJ2Xw"{N*mkk(BXfuwaWy9uqnّu˓>[cnIvXX7¼vFMp,w~k<|Gtn2/zwv{/Ja_SISZ +h[v^/Ae:쒗⏒Q ̪G^]/ߘL9%$M@~N RPj6>~׶21ז2V=YajV'#]Hnme*z;܃7,<44ŗ#"fP(@WBvm!ә@75aݠйC5[4{Og!^`"2r~=}KoDfUJ;__z D[NѨs^)W/0&'q[uC~bǽ/Bܛ}1U^'}'dow7$>RL4wSwZ > )wX$qu+;ypj_gAG$n~fee78ȱk^fy{7%Now/B1:8@۾j^'jjޫ #s܅;汾5ݾIH3cbUϱ<7ךz3W TI`Iy qR Cw"Ob`^莽FIUۂɥ?2;4h}]4ƨ7|†Mi=QyH>'̱\gu[2r`gGhġc+;G$>veDkG,%4"o$o1C:i"Y)VaGJBnuP[M 5J z1*v'esnyU;~s 7qUC~j:;Tvze!)10\YNʔ`m!ƬM pꊟR <)JCJ5ӤrCn}}Q^Bj`҇doꦕI)}/>+o5g7+BG߳;˱l830:V-O4\ C"fEH+46+S?8~u>EРg.z|h;Y/k֙:T} +҅wK0 E&4jؖ4%D<:nEl X{`4!l66'S;Ќ|$D$Q NcV=&%٣!q䄫w&ҴٞDײ7X+/WY糫: +kS])?z6x#4wTWނg){s^ Ѻ;;xmPhrK=Y3]\Ŋ 3>U +Z4!/jmw"_XYN[>]fZҾϺ".+u:a]XeJZD{Z클|1ŧV_+GSqΩs&oN=P <-06Q08ԼduOql)ZM~ۛ㕝75ɦm>$ONx;H~R$A)fE> endobj +796 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /BVIHPM+CMTI9 +/ItalicAngle -14.04 +/StemV 70 +/XHeight 431 +/FontBBox [-35 -250 1148 750] +/Flags 4 +/CharSet (/a/b/c/e/f/i/l/n/o/r/s/t/v/w) +/FontFile 797 0 R +>> endobj +2413 0 obj +[525 472 472 0 472 315 0 0 315 0 0 262 0 577 525 0 0 433 420 341 0 472 682 ] +endobj +2412 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 97/a/b/c 100/.notdef 101/e/f 103/.notdef 105/i 106/.notdef 108/l 109/.notdef 110/n/o 112/.notdef 114/r/s/t 117/.notdef 118/v/w 120/.notdef] +>> endobj +781 0 obj << +/Length1 1732 +/Length2 13811 +/Length3 532 +/Length 14794 +/Filter /FlateDecode +>> +stream +xUXܲ{ @{]fk/Ϲ:~kԨ5TIQ akG"*&B"GI)0tڈ:HXyyH$F>~|\|\p$v@3s'Q%q[Ɔ6$NƆV$@;ʿf8.&8VV h/O6$6q!)lҒ|4r'11+~>a?K8[Y)Z? Vakmp 58g&L9*dh410r0pW(t(IL 6&`VgPhn a&9HY>!&nclk1#a"1tp0t8DIJ1>33:}L!7ܿcM} տ,$v+_QG2 ' 9Ocɟ OÌ 8燾ௌewcÝ(!>bÞÜ&>z.>Z.>ЇSCz&=?>T~ժ=?#CcKv^rX&/ ?l4 ?)g0a~ ?lXl~ذ ?lᇮ_Æ_a/E~p ?lx$"bNqi>cK)&{Ip٭rÍ#OK:iwoKkӖs^`YhLX-dJ4 2 +.* rZL[@sǐrBgn52LV 27ėAwCnvdP=Ϛ#ٛL׳=r8E}!3åY|cyԾĺkEN:RKaqԹ !!; ʤ>/i[}*K!ZYз#8bZ'1iT2 >Cofh|FvM7'?&2ZhlJ".8?p +#s}5a kR"\/Jb8[5V9yvkxܸ茩r,%<tH~V0 X/)!J# mα街X,q/Gd +Y-]V?VB No8_"6&ϪF7BeHLͰƹy=FzQ ':D`V8;K6:('[D6'}YPoܶFcWx~{6蓡Ng|oz6TæޚH:Ԏ{[0A3(GvcK7gM^ޢR?- +OC~]w=DVjQ$Y5]tȴ/O67,n^XC@cJͰ cDu[ *:U!Sm͸&o荣?rsWBjy J7~&?[jM8pCp=\gH٨R7OoTW +CY`IZ7I$("vѲ9H;k\>lk1Pt,OH~ +nח/^mj{ +T4yto"X`Ӆi,z(&KFcjTep6!,f"gtԍdzG0KMvFzUsڦZ&[f @¾T͋ŕF':;Ӗ<鋢:xɭZtU$# @04NI{Q*Q|2+Ic F{oSI,bj˺*WWǙ%=lY=>m,~|uh@~KSY~SE* N+[WN#S=ŕlfi80 #"fYPNE+[hBK[QWx|ց]3o^qVgJPAJxF\DfHY`K$̂@/,S +  pv3XN0;fAY{D~C^I(~J_u."sRϫ=MJq[ LEAp|Ž0FWW>M}!0 +pMc&[:#&f8r1QI6u}y]>^xZ4ܞpf='lWAv+T? mjEzxGO5Z>ÚU݂Hڥ=VtPgh/R7P2te4Nx]Bx-R+Anagkɮd̽3j XLW`Tk}y6J9F9jIhE-R"6Wfp3 >XLdg9U$\ MM,%~_ .s*3_InՔw!YXF&=J>R]mHDr- cӜOoXO+`@.mp 6Y# S]pF;[/Q?Q{ʩUNz~7٘PͿJ]&*a;埸g9μ  A(iτ"qjXG$ +|Ҩj3|5B} kvփNNr÷!YzSZβ$^P1_TrSSKU"-Y ݸ$Ƅ%M!پr5"dbRe48a:[P2G-b(HUZܷJX~N+2gʑmY%<@} +cL yq7zKW耟lb˔+_I#]D^ C}x 6[]5ۦg$ bzRg#Mf'VfTmAIiڠ0-*t8Qsewbp'JmhoMp[L/s@.$~pת"j A[%!dt׀EOZ$;Qԇ~c[C(PBN:X;샣2q.(I4=oXisZjGS3dBuS={k(lCw5y?tj$WF9jmj~ AӚy8!%x}^yM*kT +bɧe.!J|<+e,,"ܹ +ƿijlV ҭ[qM8lCT_)س["G1MF Iw`1-:K}LҥcE!]AJ*vQRiaeAguEcD(%rp{AfHX @knn=(f)!M mϫS5dQ(lAqd6h: ԁhb5eN%0ix>SAf jKnI0B~?_Լ6Ha O,Ot.?aqQ$_o;dz&+-qa9c I#;x;pǢ& LB2la::Vɒoi j8PJZ 2VuJ2pJp&9j BiWECP莛( WݣbxIֈ$SVD],{6Z%ezU7w W( +O (L{|,vh}8.7#P8*BC D,eu-k X2!.tm_Wr"zwKSJiҰ{`Pn{9B%}Ϯ᪡tcrY~_zQݼ^k4h%G]co8ŵFXӔBZY,P q7*ᨈ^*;!%!~x:52?D{g ; YtN\3`͜p ⧫&oDNdF6X&` QYʖzr 34JuS=:;CPzuT[1luѿc)v֣Г;k B_g|NǤE| f܊ ^r~F&"TMo49*rv>-bmc h΢.E;0; (NiJYf3Qc9 et.%Cug} G(fu]S9Y4pBGo=Rans>ae TG BP}EY@3tO5MD~.h Ӣk);3 9LR߻9@fL(SJEb%efjrw|ʹ&Pe#u->1w "na]at#2"S*BHKRZyz]XdAЉ珫\jfC䃔RKٓzytKT^P1 6}x47mÿ;Y =g-ޘʐn$"mCC0e#Jyeƒ]'4+?YǾұ'AKK PiDz̋CP*0US8YjL*usȦoIW2 'w'٦ r[>aWSQ)jl>:+ڪ>vQysRjށ@=UIn kL׵_)[86v>;6$:<*fWJJA\ +I" vC^)0'Ox f K bUO+=WE 5ĸoo(jÎ_YKfphb(\O*ZYY[Q|[]\yōy!ɡh& #NZ;+-2+;% w$Vd)ON}ӇUqSgCDX$mZ: +SL/VuI!g(厘ŕpMɖjW6 G&Yqj{«"\h^h 4250fj6EKP+3Ц'ls+2r7y9)Nϗk搮=:k;l^J, +x~X q%B :8eJͣ΅FmL;O?!;D+Z J +s#%}" ?h$!w +&XW|/0ɱ1R-NkFN,/OKʻ$MjX,vz@oTy]VYy"$3 /ń{q6--ѬX:YglU/S0a(LMꀨddVBq*X +WT Kv[Yy{S׃ˀcx~ +4d^5k򠺡IR:& )tk:cN1pvpY^E'cjeeG]l~7S[p wQy"қRI'ښa|~Ե}$ yPͫ'M7.O =~U=L5p pڹ + U ЎIEY,(1^qƛ[S6P#F45@t5ݱ ZC5K#^Owt'-9>IpBErJ :E&$7[3ccc`()E\z3sR{זcâ(ɻe-5xKh* XH mt}i$apo[]N-hJB&Dywq;ZV}I/\RWDɭr3mymndN㣡B&câ+N _{Էw}PաP*ӏc/P`涇|tyl_w"AbvX8N6˯c%p˰DLo+x]*mB &ruB?"`o1u>Q<= 8M3>Xd`dħ#L +)@MHܯxV{J_0W|1Vj/ԜZ3B-/r0Z+74T$~" a ,Y0\5DF7ϟ/ X3wӼè ZEiL7QeOǗWDU(~0Z'w +֯:hf=+*@ԣe:!"eft֢ +#A4~&7a$@~hX[) #8+wO1>犏WBgaL}‘_k{=p'g"?ѡJaZ`{$`ɅmsϸReI, /; +'*ĥ.Ic#T _+g~pi|!ӑ_ƁP` C/u3%cV{hLf!7{A|l$#MmL"8\ń!irw4 ?8T;U籔?5JN}k%g*^RpmKXptjCJSz v]}ZwmBT_F2E:- ,&\KX~$DF;&EnST}vL%:pR]~#YnC]*h> !ʸ .Aӧ%2Ʋ(<+!q vM W@\W; }|Y 9ޚY(l\, VwnkIΖzI +Y[Bg浽  W. R=EvLG$:>ѭ%HxN7YǼ4Tt=yeg*.Kq+k'{BM-ྫ3H +g,`E q +NRU)Tː:ޱ'$6JY7OfwkkR2S0}/CJ1/ntZ%d|1gX[ +{Ta̭CyHagK$\(,p)5)񌀡bosRsT2ޜ 6L&\@RbbFۜJMmGWHЋvjfergEBfԷo68tmE$)V~!`eV<|IvPvIEf?ձ[~*œY Wr<P[=XQT)nd V80Muk6%zS!%Pг] +z!i9 Uݷ6isњ(msq{wBvuphm&a% +z4-ʟO_Y`gAV")B!c(p{19g4I +&lby4;~]]&pnj5):RLZH}3i]kqLK;?WxSQo\Nm{`5#4Rj(zꉑHcŀ;pR+l7/\{!Mj'l,†%13 lkԷ Z`ú9[v$RO}嫺5U:uD'eo4O7xDh ֛[q;,w&]֚Aa̬as7rǜ}oDnyLy ЭW=\#iTVϴx^,U*;6Լlb36#Ⱦב\Kˮ.ORLOd17BL xnRs`]ZғpCg`64rOj(s jE=G&1X(q80`a+dYcVN^!D75X 'ÍRqfF\i*yJ%sةZ}fA$:'bv,2jg x +hr&ۏgð爗O K72A| 'VyT/P?0 U+_Xgs :rf7L r;Ao )#]%bY7,c&C+CՏ$E^&hrP% 1n#âW+D =Nޤ7^bfGk' U^!'`X md{59,ٻy=FE-񞽈9{a)ϝs9"̥vAnr^rދt3{ +̔+õ៹gbĪ_+}P݁"8㏋>1ŵNe@Ne6Ϊ0d2%To6U 1,U@G=PњQBA6u4mOފ+J&˯BtPjX$@h@"y~+" W{P=ʇP;kUYhլwA4~|o^gPl”Ų+$B]]jh<颐U 3`sPN ru﨑߽F&>-<?8U97CNGEA4>1,쓹zCj(?OJvI!؈(37,0`H&m4m@(VERD'paac $zV/WAsP, [p?&vcQ3i/PfW + x/*FKЧ4 +HeX7~(=6ĉM_ĪĒAsm66m(~unjgQceFjFɢfkKtG=U~cs?(ȏŽEMCOr}fnA:t or( ~/(T0K>ӭV6j>0qAҁ1q`"f4pnኄI3pcAsw'vDo&!]mq{ގN)y5!>r +#\]?02t X5F>'Eq-u^^ơ>{ߛlom_>Qc[Tx %#MC~w-u?-\{X5GيV[+3&n];ʚlOiK_M2dr6A"'ZuqnH'Y&Rgì> TaYj^൦4O0|?|-jQoK*-#c8zyG3c @z#.}^N- ?7t+ec_|M0w yŗ +~#[vW+b1^T[  j701F1[foy n̥]3ofLu{I;׻!gAW 0i8_^$E` kd Լɕx]%dp/]!IJ'\\i:X6D!vĭ9 OM@4&2ӊU^%@l]?0kF8`0O&xqɋ-jJVɖhy -'-}ceJ"ivtz"a+'-&!@kvQlppRM3n끓`%վcP: hR )uh +QA{:h.oZFbe^vGbP%Ju =5+IVDIp2*-s |/%<ڝ`O%^nˆ;¸ɨWε,"P\ P:.kB4G#iŠ חh11eA)^:) , +,hUV @ۅb@Ğ+:"5a2_{iz4bC@SkOR(x_xwd =D,ƒ0mIpSe"ZKd1;^['.Dph"!d*uj|˄h:RC24ޓ`3 οIҿk`իYpBm41?N}sln"n>vNyFϼm{cqyHŁ~ +ӒOUa(~ oQ QzC\HBbuo<@|e}hK8ia,4P0d%GHEQs';835eKgdIt*zot w=;[/:R4$Q <l÷!Fj1'tSdHo7^$h Ne()AJa")|э!j]꤮fG%β0dtR3sȋ")i~>0 ڐ߉|u3JɄectq99 AIn  z=-mFTIB Mz9h ď"5È$.+e=5 +hGEI ա^ڝûT y=GW=lYgF3혲˦Q= a: +"_aY.l׮s0dIp(*i_ TqFssUiڊ0-E/ѕmbBF|]X3c<! X}(9XzERN._;nW'^(vcÏAOp-v5%! + "9q_0 +L ~0|r&1ԃ~hg>trޜ{*ѦI"ƃv_3ӈl!&݌e$Uc<JA +دPPn{$Wc(?ÞE\OC[f IٛUں@#zsyQ=;yI᠆E2 P},zK>Ud_Pe1~k1Z jѠ +g =q[DO=a$f֨hF)\.w{7ƽu[P+Nnna/y0o;uE8ZOCĩ5Դj~4DAN?q92B>_Nֆp'! endstream +endobj +782 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2414 0 R +/FirstChar 11 +/LastChar 122 +/Widths 2415 0 R +/BaseFont /UAVDAB+CMTI10 +/FontDescriptor 780 0 R +>> endobj +780 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /UAVDAB+CMTI10 +/ItalicAngle -14.04 +/StemV 68 +/XHeight 431 +/FontBBox [-163 -250 1146 969] +/Flags 4 +/CharSet (/ff/fi/fl/quoteright/parenleft/parenright/comma/hyphen/period/zero/one/two/three/eight/nine/colon/A/B/C/D/E/F/G/H/I/L/M/N/O/P/R/S/T/U/W/X/bracketleft/bracketright/quoteleft/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z) +/FontFile 781 0 R +>> endobj +2415 0 obj +[613 562 588 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 307 409 409 0 0 307 358 307 0 511 511 511 511 0 0 0 0 511 511 307 0 0 0 0 0 0 743 704 716 755 678 653 774 743 386 0 0 627 897 743 767 678 0 729 562 716 743 0 999 743 0 0 307 0 307 0 0 307 511 460 460 511 460 307 460 511 307 0 460 256 818 562 511 511 0 422 409 332 537 460 664 464 486 409 ] +endobj +2414 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 11/ff/fi/fl 14/.notdef 39/quoteright/parenleft/parenright 42/.notdef 44/comma/hyphen/period 47/.notdef 48/zero/one/two/three 52/.notdef 56/eight/nine/colon 59/.notdef 65/A/B/C/D/E/F/G/H/I 74/.notdef 76/L/M/N/O/P 81/.notdef 82/R/S/T/U 86/.notdef 87/W/X 89/.notdef 91/bracketleft 92/.notdef 93/bracketright 94/.notdef 96/quoteleft/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y/z 123/.notdef] +>> endobj +778 0 obj << +/Length1 854 +/Length2 2780 +/Length3 532 +/Length 3397 +/Filter /FlateDecode +>> +stream +xRi\ח8:w4,1[$%2THJ ':HOHXRit"!YdNa)8, p #XHa+#@< Dx""ɖD ᴿJ =o +PeSS)HATk ߛI$G,g_I[K&"i `xN]i߫ ,H ԅ!tah";` K + ~~|wFksX"I_7D'2? @oYSpTP0Qb{c>m}Ub&xz,m+-ƕl#]V%R%U$HVvkd!i*_TvZ8ЗлqJ^yfjOPޓJ> 3!1ԇgf#e ꋗvR `|./Wf]L}ʾ™iB[ q(n)R,t.]/dExf 1w 8w1Ē[ŞUcæ5 ?o/ 6,HVޝr.z}I9r%]Ag5-X=L*5,elpVݹJSʿFGhq:gOczյJϳOpGQPuTNKbRuOxRGDhbST=w-o]ܣ$͔u#+*Br +^fc?Ɠoli]R ڭOxaЈǶ! Zhy>G~l~bAu~:URɛ+[:S6`0?ܲӗN+?--CԭwHc\}jxHLvtc]* x;4>.2 ?/dmB͡fIK?jGcȽm>­+CCg >ԐiVF}~hsohTْ'i!UZ=sy[47> +L>yQPlFI&Xig +6DԽ+H[1avpE?L0߹SEoD{#`ܺ@FYmv.\~*u'^Q9׽o g{W1B%.;5-~՘ѧ*zD[A+7l6+󙮪:  RdnTڰ8eE6{h%vFwwCDĥ{,O7ZHZO.#/m{XvѱhSmv|cm{ЍO^IpOrz^~O#6klАtW%)~lI^|A~|D$FD +cHI#o6|2)Mhr5;eƫ{RY1$QgځȊoiRkNOu͗oBIM3e6<X}!I*v31 "x{׺%a~Bwd1ਿP=g8/o❫79tРUR'` X},vy?ᄺéj$dVj9kQp1Po<2p)YU&Ht> qf6B&l<"`Z&N~Z#P3\L/ 08IJ_cs +WǢW!lҮ*od|XV*u*In^8?,q2Veg5zcg ^&~6MjE.E%^/ ԧ*qO96r6h\BG]1(-NBYҮ#dw`V[/}jLF1b^j +u-f:AFBҒMۺoc1@.݌!Y )6îQ 83+f?.Z6d> endobj +777 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName 1245 0 R +/ItalicAngle -14.04 +/StemV 72 +/XHeight 431 +/FontBBox [-32 -250 1048 750] +/Flags 4 +/CharSet (/pi/epsilon/period/comma/slash/x/y) +/FontFile 778 0 R +>> endobj +2417 0 obj +[570 0 0 0 0 0 0 0 0 466 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 278 278 0 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 572 490 ] +endobj +2416 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 25/pi 26/.notdef 34/epsilon 35/.notdef 58/period/comma 60/.notdef 61/slash 62/.notdef 120/x/y 122/.notdef] +>> endobj +624 0 obj << +/Length1 1136 +/Length2 5888 +/Length3 532 +/Length 6619 +/Filter /FlateDecode +>> +stream +xUX[R,[Np ^ܥB@pHZZ{nŽRH/:N<&k>kca瑳E.<`¢A<HE yb@~0XXT@p{ I@9g + 0PP E<|yrNN@?v`0̖E@=608H WK^0NxhtqȻ^; Wtrz qSogf ]==`(rg1_rZ0[?W< N Wᮌ <@;;8&wda +'wCB!||||wwϿY ipE + +% , "\la>@ϝ1qx7@T (G_ DB8 +Aj]9A ߐ@ox޵ ox7~; 翑N7@w]_ox7oxixw]_?%yy?G@cA0_IzP0?ֻoC]bM#u +rƊ9%F$K~_ DՏ"ń  [;:^}P,Q/)GV>>ՃO/7]NxknfSF>,> +r ^IeHXf6iÌAQXQu.M8.%GejM@NtЎ60.՛ckN'x35rApDpF +1uC}M=g$w#Ȼ 5FP>up4 o!BB>=͛)BYBC{ *=I!`6xڨf8jWj=+Yx+JG5KB9YSv}e#KEv#R–_=#촘rp$IWɇڨ-df)Z8@STaHyuU\|FkS8}AsҲ.#)N/nH:`'roEx0>K;WW#HvNlpu59a௏7%}]iǪlA VHfnq0OنJ_o / ~emG`SںR˵kaH O5r84> +zw3gnjц< _~* l6 ֭4"'_ c̟Ō@я9GcHL<,W?5'atR|*!gL%ODlԙW189t-V_һ"F4{L\Lں^ں2aYQ! ldݣ};3"Սů  +0S13 Zu0BΤNHSU * +ЫS97q Ƀn^ڪn-i#V>7JmXJ|lQpbR2 8@dLc~iTlcUy5١:zPziIKK5/.UkjLKyXAkrifAnd(RWM8׭BLQc7W F&bbRUZ +)%^YmmI,g{[TݴbZu!gOe +HUN$Ox2MV Bɛ#;l-m]tY_t\+nS"_~Sf]U4>3]!`S1^KӒJX:=fRW_3 _8 + +NcM]^Xo>, +gNQ 3AF*I7GMYffQ5B/+H^s\'Չ0pcQdƬN(LviGÈk_r8FsLei[[ Ĵ9?svX 䓥J%ꀄO"#2xc]j"Xy!x]!O8{DM-34͉Gne ]npW_sa +-qCZؕnq\ӊ1aT`kZVּ|ߺn=t{A:yW#RFd}=-a;:_>>ZV?=țOآ2 +;PTQ K$qNDK\s]BR>/RB?ʉDVyn\ƻ ;KKAUvZ 0V.o멞{LL\\xv98#+R +yZʹNǼdوKt+6k\Frk6ETI9+p.tZ,ǫs}z} Wgcڹ8#>(Z Weffg:Ҿ:s,)=BB +-Pk./ӳ%jPr0InCj%>(̞/ڎ*hCgK?n4Qņ5 ErjFs_@A6Z[\|N] bSжR;^]HczX9zV +woC.uQ<$ljc%QXvR:q1ԷAno^R\2scd/2hdEG)Yr0VϥF@C.EDب6}ě%hϑމkb16:W={Ҥ} AQ:)-b)ց+ /7a.a4ڇZ-DVϕҰS/עy㆜|hQYH|,o+I,N<)Zet,ZZuW61A`v.Phs$ K梨*Aٔ*y#&K^ +ZI' |$Gc,.d>|ȷ_бFZu +~5KnuTlU9ײ} 'y7\/֮N\uv1)-Ju/bSA>\ c|R;k5He-ڔ2h~ϟo y?tb=5~,vщ \tnoT)[k=x3zW"o9&dcA[5m0bV +G`jNt47{(;Lp 6;'8[{P3OS}6RqTbD7ce,Cj0YA;ƒ+Q&`&#Gw.Ke!%p9D~w^lƼc+vo9[rk2i&zZiRIn{Ʊy#h aiKY H-NZLFMuةg w##=7?S+K=T'ԑ]#A7=OW %&yF?qҺzc\ ñ7[<&EVvxU]tū2sMcCrOxge/VrF4mvw;,pVӱ@/C5BE2a廊X"rԮ\F_|-;G|k%Ԛh楷D;9.z0Ra~tK<:H 6FЄ4v[Sdd*^ΈmB"Fj[}`wfc6=TI5Ӈhs֣[@;k"5Gf,^%h*t%ER>et-̧GC_պM$*ITE[x8ZK\!fļyxٸcS!?k̎s[&|y5!]yBIbbrT} -To3" H^6ya_D#ֿ3[ n:\D_#}6 +>mJW,|GNAWO޳N4y۷ .uxBnh3qYfS\JO>2ç+ llf8 8Kܑ(7< <2^fA㓽xc#v\6!n~3ćMߝA\>9Co3[*3c+yee|^֜ZK|۴d"Jn5#PX/By%j,]TIi¾Jg%:FPMe}gWjLד?WCO&NP_X(s/AJ8D9#*TVBrn + D?/v3u #_Tym؉ܕ$;}̧9}dB%>r!D݁9QJ-Mw@u4sZYɯV6ޛ`w@ˡbQ@2Y6'k%&30<1= їyLJθ=ZoTCݏ0V"8K$^>vg,>ӿ`?nT]XL JQ^_ #+FT,N!i^l݇cc ڮI' +./D:# +3YuOT+(간&Mn5K 5*PF.5/,ÿ +5HAD(-^+6v6*F@Ҭw׉ +߀uup80krXi +4Rhz$婳|ĵUf9;z6x^ڠ]UQņ|~S6 +dO&OB®̝qhcZ==Nz淲LZ頻 /QU,I߁VӚër2KWzk)66j3^pDFuJ6EŅ9Cl5 ^].~v<͹tbm~o:%rA#/Ǽ^l vС1ޓ.*'VoR 3]Ĥÿ=^dn&%] 7MvkmouB[:ǯT"??Q<#?0endstream +endobj +625 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2418 0 R +/FirstChar 44 +/LastChar 121 +/Widths 2419 0 R +/BaseFont /TOJSFJ+CMTI12 +/FontDescriptor 623 0 R +>> endobj +623 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /TOJSFJ+CMTI12 +/ItalicAngle -14.04 +/StemV 63 +/XHeight 431 +/FontBBox [-36 -251 1103 750] +/Flags 4 +/CharSet (/comma/period/B/E/I/T/a/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/y) +/FontFile 624 0 R +>> endobj +2419 0 obj +[300 0 300 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 688 0 0 663 0 0 0 377 0 0 0 0 0 0 0 0 0 0 700 0 0 0 0 0 0 0 0 0 0 0 0 500 0 450 500 450 300 450 500 300 0 450 250 800 550 500 500 0 413 400 325 525 450 650 0 475 ] +endobj +2418 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 44/comma 45/.notdef 46/period 47/.notdef 66/B 67/.notdef 69/E 70/.notdef 73/I 74/.notdef 84/T 85/.notdef 97/a 98/.notdef 99/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w 120/.notdef 121/y 122/.notdef] +>> endobj +593 0 obj << +/Length1 1756 +/Length2 11035 +/Length3 532 +/Length 12025 +/Filter /FlateDecode +>> +stream +xUX]`-; wCnNp.S?˙y>oQ)(3 +$lYXx",& "%#V `aXN^6v^vDJ3FI\a-@dlglr`[[YP9]A&L,, cg#)[S;M\kЀ%i`E;[k Y 6!7p3guXX{ ;{g#@hߧCNr605pp(X8L @lMm`ԒRТנgqph@D~dv& 0tt4@ 0qX& wldk ^`jqO_@V0Z!lf[-`vp7_0;;-^oaoz[ `/3y q "fO[o9U9;Oav.oJpkX 3X +̠D"lmy#r7{#p&.po.O}z#p]Ro.Je]] ήF|JoΧF|*o]]5Mۭj&!3S f!X/u`]˿dBlB_ ?/k8` 5z!X/kx KD݋0%#&8:l~ Z_ ;q駝1_eZShxT Ys\}l;RbtuX0nONmފ/-{Ah?O8 gGK5 \ )ЈAtk6tgsriHdZQ);''[ Nۮ>7Ed\YʎC-fnIKlfl哑*i6etNFUr\Nֽ<{2i.B2Uj*6s-D%_=N7fQc[;XQih)^>, l qEe)QTnڅN@1(޸x2$ԏ)`^ ~c iU_&.CX i$$V3 6,HEk'JKqbZп T_^K=)bs&+sBY\$Ϩ+$ +2N@"H֝*Wr^ +D)RB~cFKB:ah^VP/W ҋe~=<f9?I.ìZˊk _]38~T^>r;(@~옒O%;9֒9g*~ه,iU݌.D,VL1yN9?/"P8BH>yړ$wt#ɥ8 &㤣:07$kCHx7g2S/I/vSHyX+yeqB]Q2#CY@9q.}H7W$I׼cұF#16Q-DnGIFH(:f6 0-`[m0oYyǯa_1+}*nR&?Z5G*I=CxT1?0={{VޯMmK +N2fli|+tp8F:#}?.(7c^8I,B,DC^B?-ur!,Y; a8N#s rR?rÌJ^:Es2Baq+iTxk3C'x%+8x/S08oVp[@6hO=\X$6~6wxu#@Nprp}Dݡ/''s#6Kv[F$"J#L2"Ka (DoN&,rD )Di>6"X egQ +XxmMw*o]" X:K7s,~ CkEDqw-ʧ~j6i4*]N9/iO߱> 0d/F`;ZLE){=aL(x1$>a٥V[2[!dLzsWեڠ3T*?dbH&(aǩk4pITT0L.7xz9/KXahV8^?߭zX.Ы"yPk:s̏3YR)Q)fJh"Ah t$NyhO-,,,?rR4ӈ5ҾF#PLƍ#RP^ckboklɦ|ϲtNp8t#/RIȫ8ɻM'C, zBbzӀ:2ܭUߴԂRsiF=ܑrφ?ʛ +>:VdMx>݆@%SQ 笠- +7ؘQH,Q=k{4GoEBWcv*9pTt+b.Qв2:qޛW[d?Ҩ䖫ɒ]SWRŢyDeNn:G/^#r'҆m_b]w۫==*[۶&gei-A&ܓOBܲNaʐtkzFӌ\Y#oYӋ ⻅OrG +8c%7e>,D~jzak<Ż>{\:cyN:U*=mXஒ3>]e.2Hm\bvCX %.3&ҧlphv-\&NsH` p@OH!Vb/$=})<IZRJ\Gpo#Y ;6$O|tt>,l$&+Z=0x.M0' ''u<~}`tFE=J@<-:b/Ȑwc%Ě}_I{zmzQ9q1 J$S%I䔐 Eb %;/\;6ibH/5VDorySni!7^קpbbEǵ9>ﬣ\A$@}>Bn7p"r0446Dj :>k(~C^ ~88+ D5I#3#k.5ܣ؟hIIIhmUddӊ\"TO%{nEe;:}pct&7Ȯ3XiunJ<=@b0ܸu1P v_HxC-JU&K! D%Cgo Ec]?JEvFtY]8ڻ,珫c>>W=Pa.CuIT=lG\[FPN+WnJM) G^clG7 l-|bUQb8E]wٔW(DA2n5"LlfiO"% Px`HЮB^2ıe&ۄ釣mkRJ:#WR;O$=|Tf2w؋r-o;OH!Β~H{§rH-`4&f6z5&#}lB*kH-=[Ԭ)U }Ϟscdz & Ґ]$^=jR>B +Gfdc+$t^Ͳr}3K%:Rz@4uGy.ga nl12BWg)kL?P_S gm@*OJ AG[5&6K t]\k:q0jG2s1 a6OH !ԢD?[F uwQN\P,{Jm#i:Wi>˺ETI5;kX gC~;CPX8+h@}_urr +RE=3YP<Wj3 5|&]?j4<|?{C# !I菹m;W?wzYp"RmbM=^ KB +yݲ\(ivi{=?gFIoRʆxn단!;F(T[P,J+Tp>_g8w_ҢIE3ʂ:ﶄ.E׬u˰TH'`BV}GC/-RXCă^m!񀦅ߵj,C`zpW .ȬQvd@*x(;nIBaynKM٘rN4u?3}E\:N^VAvDodvURh(c#<'7|+$&-rTa{C5)M 8ɅﻢճR*^9~i DhL=&, ˧ h ֒" NzF|M^MF4!a '6?Ad7"ʁD% +y{|5ɛjbecH[%QGMLDkX]T)?4d7y^.gmv*APL̤AJC}Zfujq(yMD % e +nO|kό:yg\'PB͔+?];ėBSXUyߏ矗/*+YajV˩z/m >U\m +jsI/f^LD%}{;( + 9m,5_lyAcR:Mw] )B][Ҹ1s.} \ + j4hS0lläVS;?RL8Lܛ~<5ue(seS)X26N, 璴+_ +{D5ZsƆ6oE%1r#m,JϬ~pvoqIbZ _0FPmcvbX4iw9>>ns\z*F]9Oߕ8>ߵX|%UHQ]G/I }haai 'NY]6T=D"Vt)p$WqfG#pq%^'ӊ]ݽ^@V1ЙHR5f1_S AC5g~@Hp:1,>Zj-N)7-o-Įͧo9Sv WGbBzwD ݂#8ٔ=Z}R5Λ5GCV`D)B*{=d}IobNn ՛m6,u~m~O@&k"Sl *1XzwqM\||{8P(<ž8u +{7bnFFψ+[q\'*+8s)>e>pig"sUVk՟3!rNB kv+bw8 u];CPOɺuY UW£= -k97$+4ت'FONi+j K#(Eb5[op7aQS~)׈'E8//[NQ7C9z#H&6w2fK]SÐj:Uz 6Y4ZŇ  v:7ɹC}?8u(JI[Y>]lF>}r@!Ќ+–*vW^BO3ڤt&!R%t!9)1 +79?/ pi'v^1We? 2;%Ⱦ;G(7]}p]t(%v(>sT8*X,y-exқ2j ?xUxta&4A/̐{_2Eg-KJAuAd qr^0iu:< + s68fJ0X}twJ]H2Y MΏ!ʥ&>n.Wl$V3owBB̤ li"FTp6ʔ)Csq5d*y{ß4. 6:׬.`HwXw7l9*܍*fm:C:1u/SvqoH艪^J9.@S}x@`xHXYSh'4Ie)Hpw6I= AdP}VMkK;2wꐕNd글Qt>[y!KhX2&D%vOd_i2.O g$_uCH0xTeLgn4G!T͢A6xyr!ڄZ>ǍjzΆDgͯj M"ߤU&dnL 0v̭]ʌ_ y&KFIM5Дi=c2~]G4֨_ g.: {H l$l-?%넏Y}gM95LRW-bu=sy7\v^rv(nĺ4c7Ҧ-u5h!Լw.\v "8&[P,) 6?PXuEC"X?צ 2ơ}$|ot8D~t^9CJvcges($`4O6J))]$ W+0VuZ79vAA%XE+"1KJI(s>2?u wat)ԅv}|Dz>-mP9 ;@ʍl_2SX@")Kiq}@.ojBuQl߻\wc O뒵J9()%֪#5EP~i# X2a.ijFӑ)Z.TOld3STlbV1?BU*G򰎅2'=qNPAbXē; ەIO.4nF2G$ϠjTg"5BRcX7揫Ya?@k[^lLS7f=c|r+3B69,YϮ.s+^RMi9W48t͇͋O$Xv6nPו'ܘH7e1<G\f"A,̱]vIQW& @k8'_< s_>8~:W>BW"!QH> +x}"+;ſu\iS`]sߴ!2 X\?Pu'҂K2 b未E}[%NQvr}rՕM??}Xd;~OEпЀȶZ 0ҵXneh`]CPLCO%VC^:'fD4Uㅅc5!,{ɵ5i"R-<{y']kڢo'­W\|93|vА}>?"c]'5ڰtNyuO]ujはp.4L7@]Hj×`(?5ZplgV\9v $:Caw{S~OV=6sv-\MBtpQ)ֲE4ҚOEՐe*/";EShxJn==J70%-q T%XA` +X^v);li&Ϝ563ļW[+9yݴ@%)+QCDic15_o )w!?UM(_bE; ]Ն{Q',М5b`9ZMoRJ'{pI'%e Sښvv>==>c|G> endobj +592 0 obj << +/Ascent 694 +/CapHeight 686 +/Descent -194 +/FontName /GZGZPZ+CMBX12 +/ItalicAngle 0 +/StemV 109 +/XHeight 444 +/FontBBox [-53 -251 1139 750] +/Flags 4 +/CharSet (/ff/fi/fl/numbersign/quoteright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/R/S/T/U/V/W/X/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z) +/FontFile 593 0 R +>> endobj +2421 0 obj +[656 625 625 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 938 0 0 0 313 0 0 0 0 313 375 313 563 563 563 563 563 563 563 563 563 563 563 313 0 0 0 0 0 0 850 800 813 862 738 707 884 880 419 581 0 676 1067 880 845 769 0 839 625 782 865 850 1162 850 0 0 0 0 0 0 0 0 547 625 500 625 513 344 563 625 313 344 594 313 938 625 563 625 0 459 444 438 625 594 813 594 594 500 ] +endobj +2420 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 11/ff/fi/fl 14/.notdef 35/numbersign 36/.notdef 39/quoteright 40/.notdef 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 59/.notdef 65/A/B/C/D/E/F/G/H/I/J 75/.notdef 76/L/M/N/O/P 81/.notdef 82/R/S/T/U/V/W/X 89/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y/z 123/.notdef] +>> endobj +579 0 obj << +/Length1 2045 +/Length2 12426 +/Length3 532 +/Length 13560 +/Filter /FlateDecode +>> +stream +xUX\ݲ mwBpw {ssfwT9gCNJ/lbgugf`ʫqEvb@3773@ `aaa#{8Z;DI- m@ƆU;c @'*@'+Є`ba 0Y1#$mkjW.@R*$5hbgk01*؁jA&oH%\ mY&_ m,=;3:TM&.65;D0;_"bڢ]S2uV$3aPs-:L LL̠D53v``aktA vΠ@-93MVV#貵?.6F Ohbgmm' `:mĸ6!/ece:mr٘;C0 h ',v66" Os{sG62Od t0 Yg?A2@v.:j_ ]' Y'_q1c U[EٳݟqT.[P!?kp!P ?Z_C8ACU? @UP7q*(!P?UmP@5U7q}C9[@r<@<0ܬσ *b E@N)7H`obfYL/ fB_s33lB_ AV!/ +d\BB_ {d9f `Y8y[X8[Xk$#^D+=e=8#tsw'5?ljz@cE;c ˔2r(p8޹.xpQYztt"T#sܢj˩$/hm| D)J nƒ?G2}]$Tˑ?3 /ēxRD,вrnsG;}z`>ACP7=ALDs9-x7y +g!nSyIKj9y-a9[:{[3:i5v{-XE-qtͦe`:sU$%MVn:ǷpX1}7>ևZ@R.£^Œn0u7q] +gF̰ÙnSxQuh]6l>"C wqw\9׌3kYɷ"dN^SC0CQŒѮ`]B~BR%>>j}q3QVNcx{)mc!&yn;ɢ '&', z7Y;`ڋgKўZNAFS;(JFS'ʹBT}4Q;Le´hFW +-J +Huʻ9ҽOtUz [8$޼4U ː;<biqc7^9(+=,h§Kcų<|(E +yU5V)`\Et 횈5⸉T vf/LIQ9f(MÍn T<.c|? o)Dgk.7T!9v$|ygh`l:.t.v>#/b'+oo[ +pC_h,ʃb&ӟ`L-t|aΔ)j<ݭ>U8As*i0EhG=#Zh2qY]z=,KyYc(6JH]=[BbXEû9R6D +d`oT*СJ(kifBO!/ӘY#ȇ,1NK(K$gg{Uc)dOC*Zd0ReN{j2>_Y(g/w^e$5Wb_+d̏RG90);SZ]8,j菬ә:&cLCq>ީDx6Wժ=Dg)SEF ol+pۨ V׉i7Y&.aYUfSpR&?df++R0w[L#$MoԶG\a׋XbwKQ]w-8ʑ|m7~sѦpVf`%j8{/?nM}Nx+>l!ɕ̥ܧF@@!`jy5"`+C`|#O!6i.6fH5tN)m2z]`.ˠ2њΖLէ䎟¡|lTķ>V=%;Nr* DM%3.ոt&x1Lm ; `f$4j:tK8ߏǚ4Gns`v}eցBpCk4ju2u xn3`hLPP8~?keW4)&5Zv>ܾg"`}'k{dԸ9$R'&. LT co6y-yHޗU8uCdhCzfu) ep!~wVHoHq\uI4Asgt9cj$*$RՐSTt3>XF;h_n"3bxb3IEoLƷrz$.Xn#ǢރMrtK&)iNOQ-JԮ +)<1vNј8UxE˼~RŠ2w4\"!|Ꮳm뾉L)hm>Po)` 3ELKN0x7<`笱W==YGK gժ GD55a#Du>Ơo"Ao0>Z)@EuI 4ЭHVzLjc!|7o%g?/E$镮<VdoiT-J$b|}T(HiTW!6MϦw (jӞ쌵K֠ 81/JZ@UD(9߄@)fUa=Tt6 a'#qYIdrXYQaoR[P߀9 VR%x+Q PA `]QTDmQ;6Gz+OƻNŨ>O +[pT8P@FBٯᮽ|<1gu3ݪFqĖIɩ;B9C7WnPה ?=M'4n6NIJ{!=x7p9#meG=ՉS_ys4"Ni ԰[}Y? 70^: Tkc0n{˰ay\d"S50y4Rl#aJggp",ݵ,=S(e5糰&7aKX /q +G%?蒭cPu!K;wgT>D]5X`ck;6&Ӄ 1D2 ͞oNtO]IIf u%Q7ːx`o9h#^\ӼaJdDJMc#C-7Cx?OY0J2Vb.>}yol~>pd}P%W8Glvrwp3X g@dk7gӤR~C 78ԆL Qp7GS.1Q"8J; ;T* &Ba0?H-ݵvˇub9ofL==c'jN\ +K\# ]'+\uj=ygFTĸـ[סh(殒!*4d`'+k؀/}=+úza"a.J]c#-~0{-c;FDXRDŽiU9y ?r0O[j7<:nQwH\ԟ<[tP!H"2r|[FIul?IuF2};##y Z(flrDd/Hf dsS8sL`t|//uñ(4ɸ`(2Ɉ]hiN\ ?\.!Qڍ:s0+Ë]x\п0fd"FrfOݯtLhj/pƙ:4a"f3:F][yYSLKW|Wъ0Ul9m,2Yk2y/nޚA[sY-+)OszJ%skwO4֓D>O֧UCe|15~epWmAvgeQyg&i'iqIf8ʃf -_gW{\L}:S.= xnZ󩓄Hq| WDLJ͕/ss :JJҭ]EY5V޵앶?"rO烵SXtC*T4t~@2:D;+:b9"`oH"Cg"1{{*:{y@RbZVc0AK;;6xD5y4\PIT|g\9wض,XJ.R"![IsqT>$^J R1zs`6i~vB+ +bh&;s9\ÜKkU(+ʡTKBBX6L81 @8PSCw :cwd\GNϬ(LyB,M6B|;se=ܠx҃\=j-Px,+jJ,| +AⴑByBs*b3!b|tY\/(7gˆf̉!ts +*./R"A>Q89-W =n{F, 1Wn}[.s׹^PҌoZM}}Tc?[&)4(o)y|Nxe@r?b& ¡40h$P:õz"׈`$ sz<Ÿ.sqPL[>atTm/gWרrCmZOOkK˜d7ĥY 'ȁT;_2ŭ){dQux=x+;N;vEHsxgr#Нg7lv. HP .@N×A6&Tzl[޵$fDYG8QIޠ11llF.Y9,m9&W6w?u%c߹=Cr<"Tѵ-XSu !>+f^M'5 k3*74>l,g<{zk\ EstpSU@{^1͡w Lx:)^М +hlX%VE۾N^Blx{;[/Qd~+_L^*V3K) C?,ܶ?4X5WX%䀆QV> +G-h8H) _qxyx{:rV #Lh׃NH*V2aj|f"-ON%*5O%I5kmRkNݾff9BeCQnщH-~;E:ߋ6K~Uyx$ʱG/ |hAa}g~UߝN9BQl(tŽ-?=YfQڒ3lox2uĚA_wٚ,f钒rɴ@IۇWC duDsɖ `üjMlPreBq\.ۖε|fA4'9^afyt^ȁ0 FnN2Vgݙ駜rw:]YJ_o.DiY_ǫ27育M胉\H,6y.KŔ6HVpbrVsA +Ðjsmݿ5tިp'(H8v^KB4<>q-~m^dr&WXG<"֞P5-ȓU1Ƕw/VHw/^L{rH-?9o8J ; >l|S[@fb?1cfk'̶Qji])C5{w BPt:#1QZZJwXcWmQXʩe"N4ؠ&:UWm廖.aK!a4/aN3r N`Q!DSSI$rj /%C,D2i * ~Bt8Ҵg.XÛ`+VT[ &jFƥ+bF@)o`]A5ؕ$Sf4( jpf rtK#lWsaCJ+bn?2yAo%bΖ*JYͅ㗽]6婔ocG +wђߕyJs +S 靜XI1#X4`ޱ$r>x9N]`۟6'b '][9ZJ 37Uy=Ÿ:aV%]k{Vb?vt)V$~g;ji y +2F pE3pmǰL+_%^A篥iu c%K SUxEF]&vETBF`F7s:b4C&mlk-01I"2 IG!e?W((1`ng.:E<%Tؘ'*haBrV$_:1GzO"a*_B§["%yKpe,DhO W%6?eNHv.i1ُ5YȢWs}Q#m +S&{d¼l +>Ma,~$ݤC%uAGeѹH'CsɈ$D/&{~>2 x )Pf9Y0zELS2ݒQN`خtL(Epߕ5ZH +>){}4ؖPHvG`fh;i^̦0DB 9bxxN

^G>A`LH% !ݔb3@0L.=+% +G kc㶒V i*sg <һ>qLgKfC7:h#P +不&eo}Km.;m"FL4LT6ޔC);DP¢&nU$~?jV%sd꘹ (sjɦrm-o1u𠇬GrcF^0XLR9ٯ"E rdh4q( +٧\ !x/r¹t{cOs+-EXxm"?.\ &FZ~ι:1Ղ*^n$PV!xdyHxL^谛oA͆| }t]ܑ!fٜl#fmC4_dOz_~f:AZG͢}bK2aY l 7{s[hB>Qook!gRǬ.U nA;:S;*z?2\ G=_Oص?j,`4A˨U p4Sar8W'QM2iy;ىR(#raUӐ$wbiTcvmw'Q\l|otɛAZ;"O?ͳAhԿ\iɛ˹ŨĎX!?]YWV|⥽V~I_I,ZJ}HU/? xO/OK{P,,zQB~&`[ЙOiޗ*Efj'H?$*72TE(ߥSAW,bB|Ç\AV/`N3ỻIX=4NUmgp-ΠD5$I[, q DExS4ձB +zT2MTmoL-'T+A1, ż:8;LH,"ޠ5zcp@Nfs{@8kL-7 df̕jO\Qn n],੃ܓPf&?@##S==+b35_x@*A͡Yѕ']ᎁ#<ٱLl^`|_YʹAC$;'aKGE$ķ}Y +tcyI]ZUkh}Xy`ɯT~ܹ3:V鿇2(cAs]N9&WCupVue}eo2xѤS凡PL]Z +" +m#ѵ#Io!龰8]`͗ Zx@Le|&U%)B˯0<4{Pܒg  Dkj'o[m}O +/׈|VJxnMi;86bR6&gXϜUר3-μ`2}Ik0ii% y3}?mN^`MfizW^8BiԯޅsTIj>rMǖ7#H&ikxaK"TR*"<('+ċK2c +CJؽi+(\4ӆqP%L_TG p'5073nLlEvg&g(CSomɡzZtmczBq|>ėk3(p\XiEܶ6g.Pob$mq L,6Ʌt?_ѡ>v˫IH98bnB詯}2a={P=2AΣ=8ń0Ꙛ<*;# 4Z%/j=}}h{)*dr, vz ';۩X"pu.ųLsBа3eK^`x!͍} R175"`R v<8GFǓw^NJ6N&{#(_ZOnam7BcxIЉsW}ym+kNMeڋ~63 48#Y1'4C F&w'Xߓ|e#v:vreґ6Q~4&;ϕz-N'h3'+^Cҏ)X/c7wOՄGA_T;xW+aQrȅ$Aɚ +n +439n ?(FV+K=^kc; x[f؆.a<.b *C{Cˆ[ktj`xir 4ңy5~(~? P+%?f)Cp=od-b*-C=ok\`$5|$b[s$ )wI-!VYI=0넕k*&QދT֡U6lt:N{-#D*xȑ NRg{AO{Br3~d NFS=_L"D o ~[3:]5Oh(!V4J&n?tX͍r/M0zfPVZg~ AìvPj |xF\_X*,[1uBmƂB`lQZFuzfÖF OYJݍ0H>]UAy ^\]j?wA,[Ov<ҩBA*;QVoO2<7Džu*7X%~[&O@+c¹Ќ$FfnY=}ĞFEp1C?^4ѽ"˖I}ױK/_gz3`Bs9-ۗ s(hlTYI9lja9oLSKi)75Y]<#?Kl_[(!*L2ʶ6exV@^>5!ʏi=^];6lXG;/QfsbfGG}[YS}b2q0L#ܡ&ȸI6ZU}LJ︄#.!4T__I7%Buo[[ +Yj_ tz0^1mskuIq&wIJo*%vu&gT*J\s3^lIe덖2W/q邗cNߜq {ZKy70aF%٤/Fwy̠]tgO +i$oc[ooSV0R[  N3?@CGg;CG+ ?endstream +endobj +580 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2422 0 R +/FirstChar 33 +/LastChar 126 +/Widths 2423 0 R +/BaseFont /BDQIYC+CMTT9 +/FontDescriptor 578 0 R +>> endobj +578 0 obj << +/Ascent 611 +/CapHeight 611 +/Descent -222 +/FontName /BDQIYC+CMTT9 +/ItalicAngle 0 +/StemV 74 +/XHeight 431 +/FontBBox [-6 -233 542 698] +/Flags 4 +/CharSet (/exclam/numbersign/dollar/percent/ampersand/parenleft/parenright/asterisk/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/equal/at/A/B/C/D/E/F/G/I/L/M/N/O/P/R/S/T/U/V/W/X/Z/bracketleft/backslash/bracketright/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde) +/FontFile 579 0 R +>> endobj +2423 0 obj +[525 0 525 525 525 525 0 525 525 525 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 525 0 0 525 525 525 525 525 525 525 525 0 525 0 0 525 525 525 525 525 0 525 525 525 525 525 525 525 0 525 525 525 525 0 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 ] +endobj +2422 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 33/exclam 34/.notdef 35/numbersign/dollar/percent/ampersand 39/.notdef 40/parenleft/parenright/asterisk 43/.notdef 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 59/.notdef 61/equal 62/.notdef 64/at/A/B/C/D/E/F/G 72/.notdef 73/I 74/.notdef 76/L/M/N/O/P 81/.notdef 82/R/S/T/U/V/W/X 89/.notdef 90/Z/bracketleft/backslash/bracketright 94/.notdef 96/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef] +>> endobj +575 0 obj << +/Length1 903 +/Length2 2778 +/Length3 532 +/Length 3415 +/Filter /FlateDecode +>> +stream +xSy<(FT㵕%K3H{d̼ % +E +Y][EGIɖ!K[*tg?~~y~yd" ۨ0E%D> "t(SCH%e4G "b=<ɀW:h0G=Af 4 +Xp `@?Q`&n~cw'i ?H$1M2L" 0N~,nH,P>_3{oQ8ǗB9?JA cԘa:x(}$Cl ’ў; +G  f۾Y;9Y淐 +'Y!b`L!G \U5E$ ̽`"U `0~x0[T9@A"+@P*Pr_qU{);B3 *?* /F ~Ɵ:cfD {uu ! + !Rؿ"ē1sb`w,s !QZ#+RyA]UnE}P;WX*+􉩟dve+zyk_͘e֦w+}7}\`%oBgX5uG,ܹpq~ *7џń{s4ˏ(8v-XΈӑ>8OTbXR{-;9Pm*xJ&~X+' f,y}ɴPhCnbp\_AЗRŸ9߿'T"_D*p0tGVVST=+EIg-OsK f參_<fjYJ("qBsXZXlN[9[) h/%f \=h,DjiͶ/gFEbw|V -W㚣6հ?k"-i)z7ϱg݉}'C(mWm#w:"F RK2J>D6cܨx?+ҧɢ]<&cPxW+eѶO3m#Sk2u؎{ gIحڔ&(3F,\_s󷑲EH MVO1/ZF4־,h=Ys"I3mZp3(XO $t[*[OԤWRHs';c;Kye4F§CO ԽM] ;~bVЪ'Z(M#ornx c;K.] R|bYj}&0:*MZ#ZvŔCm'qgkJ[_V<ڽ5;\QROݧ=v]ش*:sxk 'P~9~Dpy== ζ 1N]pGuo( ݪ N!U{h/t$|A K^Mjƾ32*KW)U^˴6AzZX+'A컖++Y#(gU!Z͏1G"xF>pMM4zaZœmtmwmfdُ%,،LK~GdBP#Wϡ͜V~2=A^5-yܩSsUΰ]j,Q{t/xj $^"r,PD„?.NI5Ht)w{0R*{`{E\5/l1h?"Myffl ltg t +Ms1s2"ZYT`F T74ǥE ypKp\);Xrj0X@_utn#0Z> t2Z< UY;DXˢ'ƌmt5]"޴uwœ':f[53ؾl-k鷗&# 6u֜nn˕OЬ`&;d3M6@#HSkJYkͩpW }pj/ҙ2q?"t@_o=9)t=wαȥmrfdpw #Ӛ͊;bC}WsحwojuQDPDN’o=ad~DtR=,ޜ&rYOcB/=QdU>o +zDwMۄx&Ƽ/ִRjhpdicġ^Jӕ,W7DNƬT^l^Xkkcx@j9%lປ@=(_:<5bqӡyB*[~<'>~5"3cӤS*7R, 󽐹aכjlDyD;3lQ*D#uP렝H{(yKž{G8{D~ũmȯTӭYRh6\oYY;s”~ӷ^g +\Oߞ[xe~g#)pf=16\~@*6X1DҼܗݘ7m9Jh" >(76endstream +endobj +576 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2424 0 R +/FirstChar 48 +/LastChar 65 +/Widths 2425 0 R +/BaseFont /VYYATO+CMR6 +/FontDescriptor 574 0 R +>> endobj +574 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /VYYATO+CMR6 +/ItalicAngle 0 +/StemV 83 +/XHeight 431 +/FontBBox [-20 -250 1193 750] +/Flags 4 +/CharSet (/zero/one/two/three/four/five/six/seven/eight/nine/A) +/FontFile 575 0 R +>> endobj +2425 0 obj +[611 611 611 611 611 611 611 611 611 611 0 0 0 0 0 0 0 896 ] +endobj +2424 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine 58/.notdef 65/A 66/.notdef] +>> endobj +572 0 obj << +/Length1 1895 +/Length2 12624 +/Length3 532 +/Length 13663 +/Filter /FlateDecode +>> +stream +xUXݲ{pi]$hpK$͵L>>黪FSc;ަ$UQgp2J9932xL,@Sw'G Sw  a`crq"Pĝ}\m4qD6榎ESwk(=@ tz-XY63#?zd-ep' $ +@I IprX-@ %oɥ:ӻDӘ&XgЯJp\]jd$8cVcklPNu )VD Sݰ?qY+Eǒ4?9#m=Fr~A+jT.M4+3Yaj#0r_N>""WpvP9!x5ǢSXэ0',FyWGO&GٕxkuI4*GRC7mKq6eēx!;e GXk J-L20.I2fbUKQE 6T\'2]¿ؑWp770ZKd6oY1@+{>bg{G Ph5< u!?e>?ׯKZÞnwxhMI#ʏ "[㙨)dy\We"X˸d,*iWu,m"yaT9[1&)ךcԓZS{48UʃGDzSOfI$IhC__|)8҉5tċ/f~8F囍as wcB-d(ø I XPyUDOkC!o#Lcf+]jHҘVE#I>_X޾z|]v +'J@o#=)#eZ3{k,'Ge±{il"Yf8l f([_ϣ: + Sm{k^ TN$~#C4 +9caƎ4%+zt@M'R@yJtc_+F,ï-L^S0^ 0W˾c@=AȣCM `@t9J,r+[#ycze@0XZXiIGqY| j8Xi>qwoп|2:8+ɳ꠭3\+$+TIQL<_?XeHH.4ӎ1AYgo`1g;)Sq, @P; WxP i\3.wy3t$!zplE{7uu뀉ro[  +GtYoP3s:+t|tERl49.^ NfMk#%/OF0@ UM:-xE2{olh >v;a%5\\w^T+NK /[NYb1L^-HW4~zD; ^yt@y9!ޡ@,W +:.|Eɦ;~EbBޘlRx;O=BUˤo|"H<7C[b>Mט̬nּݙQ2PsO5jJEwFpwH  M A/˸J2JhQ(Lk!9 ˔yEs4po?s/Մ3GްQe +wN;~&AIx؛!VǟXI66V($w4~RjgSUa&%4 YuTTgεߡDkPOckWw𞋬YvR>5ȹKM,(6dQV^0~x'8k!r16]P,}5a=jƲh +X8dM$9aK6qS$_IޥX +d4MqNv/!w8e=VRVSNi5?[0^GM!7wIT׼t +#]Eˬ36`"4;:Y[yG +Z zP{h.9;\K;k~03B4^@!C捶'[s˘+%+;C'/)0F%8e$.O$ueDf\xC!3=D){7gnO#~pKqL7z#}|a&VucUϒ@4Ӳl~V]@Żݲ5'EAȄr[7EԊȇœ*eA|1RtvEzva^%jW:"8ݛ, 6~W+g yP*WqEm+)z\a_`y+-T96)+CLeJ NXq?:6!w.:v 5`Lٮߔ?E1[29,,/+~F-I7,ԳtK͕֤Cx6*<Ae'A[2x &lYb Qz gGm?:G}{gevQ>Z +LVO%>wЃ~Md! >K#}'QrMfsS B:-O myI%ւEm7'6ѵ.t{%w~:N r5^<'Rc߀_8MVEXpV>^f$} W@ku_0$jup'NrZW\7OaGCZ2yJU|^)}o +"_Z+E*)+Fz)>EP(BC͉L p/w}sc廹4|lU{*9J%1%k!}Q45.I$ŷKeA1f3͉v[m!C5H5.?A@f{ l|[p~ +b]Ƙ7y dM6zwr>j ?$[r&O8!vng4]( }AGxpgo;)Ug $rpH 9az.}I jwZֻ|ܼ3OX?׬l؛V4uV}tWm]Ќ3]SgE:X265Go025ۋ4 /eѿxAG$8LB ݱ Kxٹmh@U4U_yKlG30_zҒVPҵ L ++ 8#q`l׉ivhЯRFJ黈~z<>V}o9ImB_0d&0(o^ '#Z#a(H^nxe=-&ȼ] X fu~}Ѿ;oX +;ROWcxlqj}H2[Fv3^EfHC^|:pޑ mKXV~\gS1t5Fa1&<`N[0UMΧN4ONm@Z`v#39a& gsUb٤:b}n_n,&ww ?+exaBe_ S!jc*!o('>]ÅDӷx~'FQ2~$pRwNG"nqLW+އktHSS&l1E[ tB% 'k½.;)@߆Vpb.sUJzBMVMR xwOr;)V}4*Nvh3YiQ9A4j),DJiz剔6(&PwӉҎ:Ici)1̪Nh;{(I>T{OgMc"Jp|pM,_̪^SƠw<)u.O\LrgƸ͍{;"}If|+OOCu= f|;MG 9?:bcL )\>Koc[r. _?P V4;b悞*gʚ%D7A)4+GX]__Q*<`Q|[|"{F3zm'z >jwUslDE)ުF$b:T|kly1r,Cپ8E{DQ2?@Ix"[o(XZj*~.59׮u]X,2m DxaGK!/:.aΎwU;"iֹ]5nQu్Rzdo~%K"ԉFg8ŀWbd4f*폦H;P-Bt4Ef,eEVS/2$iVRGݷ2=K# oKo1 BdN(SEtuZp;Mcy + +1YuQ'D)8Z2wS8}fɯU;Jj4}&D\M*\ v85?!R&gZĈN|ɍ ְF isY,] +8LL&n)=HSKHVٰXLSR1oގ͟bPCz_|aᖝZהǮ dUmdGjVh0k~\y/.c'5 O婾-D4Wc8 o | ۞ +b&3%Aۡ)C5^: A7:4rK{NͺMCK +<9;KO^M=Zim[)&Wd{lr,k]X!=/{H^ȳGqAr=Gu|9vn:C p[PusF C81恮3Kn?LDgDF}2$Jb0B}0iW%ՂjU)6Oto;L9{ou9|xk ^@GP&o+o=0UR7a?l4Ј 1``Q g\W[3zw ڃW~l}F +E/1D+̽(ظ[0I}.©PՇ2$G*1aC*c)ܦi}O/BcŘ2] xoe3z_ڹ)4 c|ϩ,K 0ݘն Vvz'(wHH$D9!-2WAS#I(h+P殖-1**u]TUkFe| cv8?;9H&z Wa|c{)nn3`.-30]w ' -OB~BoMZnHO+#/vپk*e3D$$P9=,\ #7E죒&3{<-H,zwVeb2Q7ea=.\2f2u/%RʊK֥器VBJfsгS"TXD"zy-JnՁBN!x&ŷ_II硒ZTUl ]Y.?I9\CIul4n^[)/ ( er b:jdKM6IC0z._%2( |JȞ."d>}iBP"@~r6#:I<-V⨕j=ӈ {g]tA';9/Jz@hL}e|!fl}kdPEd5rD^jד6gi/ +;+,g@l +܁U$bp`L-yg].8v^-x<w ZD]MٰJ,<đ|HޝO#-7uk-|TurJl4ϋ2f_ϘT<Ju@).I3CE~d)68~o_ƈoD_Ib!S-N=u +njTIp!Ő짝b6}\C9=3S?#;/?m#\8d2߸sk{3UíCuL-4b`]疦7qTƻ Cɳ-JX)/yxz2P5/eXSYt`6N,PGïV4=}:0n3 nx3 5'wsnmG +! (Ctvq;!{G3ِ$." PI56P4E\rqj7c'Q%*=qW]gg/g|`CIMRPP)iJv=%NK\VfbT(6ۧk#"CFPêNWe{ZWU'8j]Nϥ ]^6buT&xWmCPD\u,v(x1Jn}'N!Y̙Y y)M/~ڟ,k2}hȹRV6/MO}?𮓿{?7Ρe^(Gs9R +ygIŪ/Џ3nw8XWvģf$IBφ?Vicn:z jN41"μ{;xH;Uva50ͮ[bv|cݒA{¼&1ռW{yMtނnx괂vC{{A!7r?]KT<=8kPa26Ŗ-D/TݲjqkrX2!'+퐕vl2gA$CYeko/ޣ<_}kܦRw RD2N2U~5mℼ1hzv-ߪ`su{nw3Aܿ $S[SzҾ㋰'H{sNOvD0V0Lzgf( [G 'w>%l~8=ߵ!5hq~{z8rsE^~9 +!U6xٍӡ2Ew},] R2{@Ǧ ծbl}+IS(DWuS&FH Byhi 3$lELig ?|8Uo{ێqFO% +>q)XH~k# =9`xf Jnb^$Ѯ$|Rf +oOEqw+jzRڿi(=Liãc%OFʐ2>?;GKK1SF2.1$҄o8>]/^͐j<9G)'*uAW)'zR*Unߘx9QE4VKW4;(X z]OhOm470 8 "g ɎD>YKTinV3ys֕Im@XB}r ^(N(/n0R@^WID,K7  [yP*{<6lk4lNKdU .x6nFlqN=hZ9KTVR_HV ov%z?wUrZH|M:KKS0V"c`wIÌ$gt#Ɣ"tL:**ɹm*΢[]+f{#Eu޼8g6tfFKXghЛt؇4_w"[AAtN̫tm+]OyH Dlg4nLi!K0' +_fʡiZ5XԱ-tu,8Ss؀PC۟vch{ՁmFUxo@%4i|)Tq7vK&G=Ydה' +30vəK1\ nDBMaL휏U-0H CU\=gB~זnM?b\n[ L:̭.2SB( d&b{$Ƌ @ 3 +Ћ]!e)E'ȌA0.zq1xPg gkB/|幖?[LI4 +L`IS~u_X89;ըrۿ^a uy,Nj +V`i;rOTF<4J7Ħ=4"0!Y(&1p^fucw暪GRu[y#ۮ+ijO)k=sR뀅Z|SiysV#S SqZ AM@LT4paH}i WGAN[BH9q#-hGCTbv04( xjby<5 8@њ:Vi{i#!"2yZaszk|d)L} Q$X~H{"0vL0 +O"H`1h̽#Ff2t'ثpǭ­`r}MiTUY&z +(#,=mTuG(ƑAIihW`n1N+3 bq +ZV$iӆEd#meu-Fe85T!( 놔Q{Z⩞nuNU,e.2J'}N"j ܐi-çIg:F j*ǑP]H+?'M]ݝL]3endstream +endobj +573 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2426 0 R +/FirstChar 11 +/LastChar 122 +/Widths 2427 0 R +/BaseFont /FIAZIY+CMR9 +/FontDescriptor 571 0 R +>> endobj +571 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /FIAZIY+CMR9 +/ItalicAngle 0 +/StemV 74 +/XHeight 431 +/FontBBox [-39 -250 1036 750] +/Flags 4 +/CharSet (/ff/fi/fl/ffi/quotedblright/quoteright/parenleft/parenright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/nine/colon/semicolon/A/B/C/E/F/G/H/I/K/L/M/N/O/P/R/S/T/U/V/W/X/bracketleft/quotedblleft/bracketright/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z) +/FontFile 572 0 R +>> endobj +2427 0 obj +[600 571 571 857 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 514 0 0 0 0 286 400 400 0 0 286 343 286 514 514 514 514 514 514 514 514 514 0 514 286 286 0 0 0 0 0 771 728 742 0 699 671 807 771 371 0 799 642 942 771 799 699 0 757 571 742 771 771 1056 771 0 0 286 514 286 0 0 0 514 571 457 571 457 314 514 571 286 314 542 286 857 571 514 571 542 402 405 400 571 542 742 542 542 457 ] +endobj +2426 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 11/ff/fi/fl/ffi 15/.notdef 34/quotedblright 35/.notdef 39/quoteright/parenleft/parenright 42/.notdef 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven 56/.notdef 57/nine/colon/semicolon 60/.notdef 65/A/B/C 68/.notdef 69/E/F/G/H/I 74/.notdef 75/K/L/M/N/O/P 81/.notdef 82/R/S/T/U/V/W/X 89/.notdef 91/bracketleft/quotedblleft/bracketright 94/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 123/.notdef] +>> endobj +569 0 obj << +/Length1 721 +/Length2 1169 +/Length3 532 +/Length 1761 +/Filter /FlateDecode +>> +stream +xU}8Xt$Y"1f|gaX.3^f;2Q [J6*gmm.jmbJZi$I`\w<y~﹯2g`()Mi4 +D0YT*P).$++:s C aD) T +б) `#/A !"QKEx;55TK|(D" tN؎ 62Fa+a!F01PY$,@SaP"}v$;E@h%Ğ*4E 9brWk%-Y GX$݂P>\$e9"$V* *D(dsE0c 々A0pLEQ\"Gܟ .1I0PI +U-ƣwa"-*=T/ +aP番6/t + ۯ b:a +@ҒC+tYe2h,.#iS*ea< {ي 燥;<\3m:=F'q%W/ `6ҥu:ir޵s7|̦r5&37Gq+Z b3O3/ey/ml9-LSx=. Եhm95R>`^[l(ēl53VB Cۊ&CRmy܀o3 +;rTfʓX=IIu['-w?th{A + bn`YkL3 ql: 4^̞=mmj`=%^_ٖ̺S)!rAN +keQ&_,[#gڷ@n[d Fn 32Q_qU;BךK6YGI9xKLކCdcDCAw/IүW&KY_ϗjݎ}M6[apZ1J i}L0&ŹsIiI0m*ûWU'*&aE- c`Ηr0XbtqjesYƃg|k\ڼ;P٫9+wɸ[Pz1[t rC$fn园>d}ûMu|tz5uʂzg,;5(13ۆt'2N'|چO]^=% +K,%*KɲԢ(%Cf7K/EUHkMgXeц۩#K2vN +}X_E3c)TC9DLc$VVH]'d>ٰRkQ;kgo@vwzVPE0'T=L9endstream +endobj +570 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2402 0 R +/FirstChar 169 +/LastChar 169 +/Widths 2428 0 R +/BaseFont /KKOBNU+SFRM0900 +/FontDescriptor 568 0 R +>> endobj +568 0 obj << +/Ascent 0 +/CapHeight 0 +/Descent 0 +/FontName /KKOBNU+SFRM0900 +/ItalicAngle 0 +/StemV 50 +/XHeight 430 +/FontBBox [-196 -322 1502 937] +/Flags 4 +/CharSet (/copyright) +/FontFile 569 0 R +>> endobj +2428 0 obj +[1142 ] +endobj +565 0 obj << +/Length1 734 +/Length2 1101 +/Length3 532 +/Length 1643 +/Filter /FlateDecode +>> +stream +xRiTW*j +JY|֢,H&,&lbL``2&LDpC PE-BآZD +G7Djl?~{nFp3OGþ8F:3LO t΋!1o=à xLǓN^\M 1$r &1@eBA.F`RM< + 0K4&H1  bR%JR"L((Q(C@Ki.A8 'Uh$62$CP\&W0q L`C£8A! Š0`/%)RU#y/rmD@8,i7GjjWLyC *3L +Hwĸq`sDFA VXE vc8I]#@䰁 o8E |>Jrf{gW6lF߀b%A92b)B*XLkiRvWl)NPbh9 :vƏ72@.'8.,136Ꞿ"j풫}4{~~ӝ;gi9.gTV4=6Xxrej_xPlz|ی15kr}s/6r!2ݓP_mkR&rRN?`Ǜ(9Dkpʿ6ڡuy]~esK𸫆>+[>fQq^1w}EKUեRCO[&Fެk]jp{+oJ,Tn+v䛵d_y.|*dxt05^XlMyc8ו:|c|eͽ+v4Sדj|BA؉ˊuun֞o{z1gH[ ^-J #)]uNS?@A2|Yzendstream +endobj +566 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2429 0 R +/FirstChar 65 +/LastChar 65 +/Widths 2430 0 R +/BaseFont /KHHOVN+CMBX8 +/FontDescriptor 564 0 R +>> endobj +564 0 obj << +/Ascent 694 +/CapHeight 686 +/Descent -194 +/FontName /KHHOVN+CMBX8 +/ItalicAngle 0 +/StemV 122 +/XHeight 444 +/FontBBox [-59 -250 1235 750] +/Flags 4 +/CharSet (/A) +/FontFile 565 0 R +>> endobj +2430 0 obj +[922 ] +endobj +2429 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 65/A 66/.notdef] +>> endobj +562 0 obj << +/Length1 1069 +/Length2 4541 +/Length3 532 +/Length 5236 +/Filter /FlateDecode +>> +stream +xg\SƥC ҂^DФ "EJH @("EDz@D@HC7)"]."gx{w=^[\JFsE@pX_yYy leAqq0EzP_P^]]Wʫj(h(ā`< KJRbx B}  Z`(Y. k:Ge@8 + tE_n8a_KPbR +Hawp@ GBPogqm*g#AW +Mqpԛ?ݙ"(??W|hLFAP>Tn!nP8 J wF3cZw_Ltɂ@Dד?0u*(x<2=RQX8"X|)[px#WORʹM@9ؿIO~zwd5ָaKGdѨl)qxn޴`G,:ĉۣh)%w3j"Ê2Z^Gχrgi,_Uͬ +<`7b4iҭc%k֗?'F?'?zկ{U +wͯ%;\+&*Eچ {=zvuFˡt?+喑\:M9?7PmBʖpS597kH5q QHAg?1y9,02$E[ +k ̣ H bXlnuf%npv S+<c61bXx̌}K_id"}.8~lV\>{ b3'7Ȼ_X<U|j9GfGϪ`GOR>||D4OMdUt7pb"91vHߧ^.߻WӈIW=~y$%+XyL%LTu)Mm ᶒx(:Q/e/¤ $mUزfySlsi +&Y;?0|9ϔ%., )]Sq*jGywk٨ae =bdH\c)XT &\)N X1m$UZ7Cթtٹ6@9M5ff9+) Me_@plݤܕI[}E0Yϧx9Ti <+-!삹Vޥ,M3/Jfxb؞ +u3QYSnI͇WM m!FE1zP|Oї0ѥѫ DeMNxqEݬ$kAbpơ QTzԑ c\aǘ\uCܤvyuhpKmK#Y"3S2enjm& +E>cQ 53Sy?: b[Oa>zcy:K-kיp j+bAUa񆣙}O.1~;'ƣ[x7D nNL [בe<$oK ;8̋ +;{ NĶm<;̙qmӤ2dU t~)Im2F3o2l Z]IlB҅@,s j<ٷ\-e}.iw=TŶ>M@L8l<)K*S1Lr?FO hWPVP>cmԵB;s>[`O}2G6qx+o9闆N1I=N)O!ip$~H./;FZu#!7Q9`yFK{ߜ|ScVoU-R(n ⶕy-{)tO7) >6O,C +E&O}m?XƇٙjTNM> ]Sj[-dv|KU*5ʽ$?jk(b|F xТkcDUZw){ϡ?)a0UeJ92 Yy[;Ae&DžDC]Me) Y㗗Xn` ]Rby);>2ār4Î1ԅ!箰-M3'DRB,4هWgC < 7U7<{yi8.w3(D<7 +lmEmyfy>| +8L}n# +,ng\zc t.nuqZ]u4px^NЏn`[`jP{D()E_(7;.~,]A ;hGSϥx dQ+S[֘havtd"xT}4ʎ=C3zl?2rQOݷ3ZJwcc6BћAO+SY8Cf`๶WEkJ7+4T;:dw@wd>u{[/HsS +:fbLw {,Z]=,߲:'U^h7ˤ"x`cܓZSߔY<%a1%Gb%d)!:&X&̷|Wi5HZr].C+*\m]#þgߗ/y\p_q;+olr 6 +P0$(*ń֯ ==}%89A„Ȑq}w Dŕʤ6Z Z{C=7iMK]~:}y .7DO W~djc@ϵ^wV;jI{ң3%=t&ABtϋ<z7˕݁_tBƜ> f0*&Tz~|ysDN,\ ߙ  Q?ٺ%ȱY`ps-{DxC+[T/b w[0glvS3H ц־nD:pE0&x04axOK x1endstream +endobj +563 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2431 0 R +/FirstChar 97 +/LastChar 122 +/Widths 2432 0 R +/BaseFont /RMHMVV+CMCSC10 +/FontDescriptor 561 0 R +>> endobj +561 0 obj << +/Ascent 514 +/CapHeight 683 +/Descent 0 +/FontName /RMHMVV+CMCSC10 +/ItalicAngle 0 +/StemV 72 +/XHeight 431 +/FontBBox [14 -250 1077 750] +/Flags 4 +/CharSet (/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/s/t/u/v/w/x/z) +/FontFile 562 0 R +>> endobj +2432 0 obj +[613 580 591 624 558 536 641 613 302 424 636 513 747 613 636 558 0 0 458 591 613 613 836 613 0 502 ] +endobj +2431 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 113/.notdef 115/s/t/u/v/w/x 121/.notdef 122/z 123/.notdef] +>> endobj +559 0 obj << +/Length1 721 +/Length2 7136 +/Length3 532 +/Length 7758 +/Filter /FlateDecode +>> +stream +xvUTʶ-4HNq[t݃ ܝ`B`/goU?K檚k(ZJY(E dqd5U<6.tZZ) Hz + prpiRP'O`W`nvP &seS\lAk ^AU A@0s AAk( B5 PіUSHkK!Ve?g?h%?ݱ\,<Ё@`C +;lO!? 4dX]TA) PZ`&B?q;˂=@V`?R[;诸wQY]ϋZA!u6]ZBWUU+-Z!6-?Zì V7==gU]``!ƃ?QPoV ??ps_t-]a0/ @ KP]zSXLT2Msj}l'FR"çF#\WVjj {]*i^p}k=XFN,(yф?L>^ "+g?'Fm\W%,Jݖͯb>Gowz=Ai(HjJ)-Ajթ@Z}t,JMq(@S@,nȗq$FNR [imV#]GY(/ۋǧ] e]r3yT:*U~>yҞ =_ C]/ +7۾ H Cr"Q!jmfFdSrh;L$}dM ĘbB爫'Bnd<[)*ijPt0$-%zP1atϼ# eɟJ}U^,8g ;U(R={pkk($kh0l;>m:O fe^'ʡ{#ϸՈH@,-4ǟv_ޢkgIM}ڵ>r Rߕ?a.9sxe@i"rn>j$j6Kv #\۠/}*[EiT3z@y# O7&ցx$ 0*{I5'D5e<8q#?^w~Ro9ŘpavQ+^_ U½eB;{8pNyW]$fBQek :f0k8wC!E;~- +pp;p,>"+X~o-V.vҎ&DHЗrM:h- e$.M͉$ +rQXQX&p67 :p vdj +9lS]$vݥybќKp_|` JFD)-&.ΕnD{1#{;Dg_Yb˵sxIɳҿ'+{f55҉B[&'q޽VԍoohfѓܛxD6|Cm:.u9%|o0'C6HO%7cSvA=w{S|N +;;!%ȇեcX?.~(X9!Ljo)#' +Yp47@_U[E`~}ς"}=)M w}b"C/ +[oD'y/B$Sws]KO7C@'WA(#Jm<7;,.sS^dO۳w{e^xsVS%͞) uāQYפ8]t:36xfB_6-/8Vc>dwξuNxHHL`7-aYZ8(P)3V3uSu[0>&l|LK:I({]5,8S2"ܛ2ǭ#u$u$<4#?lbjNu41 ;}Z[/(Ig3fk o_{;w +(su8,ĊCiقAo9X=2;,ң轴g\p-2ƽ'@Rʜ@z:p8[遖OAϫD ClP}GQXT m;O_W3%_ + +Ro l[ +-4a+%[HUSͅ9W ȢR\biVxHdBbL綋wlmh+#J̓%Ԭth%=a|cL""YJ*lf&N7ecJY(!Jy('s8_M 3@\QT>( t"{!;5|ώ_?(Jc!O9H' )];y|*6.{^J]]hW8$^6ij%~m{ı$0Ux_ +`f {|zj:7xn/ɉ{9l2>M +CRs@c犺y4k. gU40ݗMUD +:W_Ec{;7)D"`Na5< xDfA%,"KyX:Gu @^kJϻȫD8`Nz7ϪkSs.D:#~o KE{fՃ?7?@̀jC-t4~kwgL6 #]ozLZJL(#{$<&9td3bɌ#c}\c +GFY8.!X 64(L_oDP {:e~82~@HC/Mg"s9ds|~W@7oQ Sk,cʼ4;>Ɯ3ot&#a-M^zʮqȉ0QlC8kE[0_RkړS:_}$Ϡ{Yj^dy-oжYG0Ty%;?/: +7C.T2Yp6]!^.Ϛ +q])1gBU?ǤްvJzLz_?cf_)~!x-]P : w\卄(hɸT <*y4+PEԏ14H۷&F<)[^/1[>hI_v"nR5 ϱSSÌIGE`"9y4A]et몺֞gG(v,~.CuP+]ep/ҾyAMXYDc]\ +1.q1tAxVdV\I9ϟ$wCS )r98abQƟ͟"(}5Su$I!Z-H +q +liR7TgaLrc_{~feg/x I,G ;ٓp1ygo"rtL=ҼLI4~l{& +FF|t|kڢ"[oEiPTnqM'M:=nuaj?ԝ }]RrӼ=E^ T440('~DP~BrLGtbnDJ +tڵH19!\] :,@ɔvT~O!'kkO <إ>UU\NTiZIdls$3nA*j%+yb7vV2C|Gh.wDZIzN[NfQe/=da87c5#Z9j@~N7J7)ϗ|U* S^OZW0R71oy`L ﱽ!lpyk gOkTAՄ~IFtGwFzt +3MhO'Qțʼ*X,Q*]ґڌ a<Lp`IZ^PSjvm媙Wi!R\7qp ׁXVzSU{t^ob tRAg2q(Ξ2vOGjp_DzpZ>j=8Щ˓P| :jI|D1yꗧεcӘ 8޷Ɯ gT.G^)tw'U`D"5]p>#чyċw3q͖;У2 sMHebj0$,f^ ˊSa%݅&(EqXy}xхQ +[P԰B{&"aU2Q4.Cf܌ǏpE "_D(՛ +z[[\Mxf,W#^m|OWº(C+pl^p%:9`:Mw }yސ-ZHHl{j9l&Glp=]~vCF\Cd  E ˛+8'HTř\yzW5KZ(ׅR~ctNI7_ f!0@@ǟVXJJ(An*ix5iprF .GUHqOrBB}tR?}ϔ84΂-/΢J;;SVZE˽cwxXbW,]0tY=RRq.y(b-S7I(]ąDNʸ5fTeJb-F5@P7yH-1[37[_-8"3I-Տ+_{LƲvFXP%)׶ޥ~͏B{Ņ&Ekw ]Dv4}M)Y󘠥! ,~4 gO2w3֌ G86/3xU9xEվL%|&We^sϳ vo.ҏ\kw?y7UZ<E'aǛ0a4i}b<$.^J/u 1p9܌zd%z _]uo#SQg3$>Kb+[B=)z~bIxWKuȑ xF| qkʒ+$3ָmoL-zΡf囸\P ѿ '}<&"VWɕ+q0) [/] b*e@+!5Չۿ , ׭U]VĕԢmrhjDO>vܮ_\ p2 Kީ⨇WG u^J0~6X:a.PGs=7 endstream +endobj +560 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2402 0 R +/FirstChar 36 +/LastChar 136 +/Widths 2433 0 R +/BaseFont /DAVNNA+SFRM1095 +/FontDescriptor 558 0 R +>> endobj +558 0 obj << +/Ascent 0 +/CapHeight 0 +/Descent 0 +/FontName /DAVNNA+SFRM1095 +/ItalicAngle 0 +/StemV 50 +/XHeight 430 +/FontBBox [-188 -320 1445 942] +/Flags 4 +/CharSet (/dollar/bullet) +/FontFile 559 0 R +>> endobj +2433 0 obj +[497 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 497 ] +endobj +556 0 obj << +/Length1 1777 +/Length2 12976 +/Length3 532 +/Length 13981 +/Filter /FlateDecode +>> +stream +xUX\[;pwwwww +wwn-ww Nkεן/Ϲ:ϩk>XI^(`Jbf0301 :]Ō]<fnn0q D,,]T8qVycWK(-@ +P݁f 3+SW M29;$ +@LjH hiCL.fk`lO'Yzo;G7W3@ l?]5%N*#jlke*loa 0Ehdjj 07ukڛO +QUAKNZ鿋JVj^IAq2 r}I7u0s@Df)fdwp@#;8#=g4_B? +B?eVv?o3(oh `t:1q]l],X@g?PE{ gԥ3/upscU+<@r]@u4pF";HBO(Cp?CC%=?jMCT]!Pu?UWCz*TO@UCZ!Ћϩ!2?' $/M!H_ku@rB&$ꯋReA/r AB sd n!H_ A2B ~8xгI\ ln6hlnz@SeSP +JhpĐDp Y'Z?ByDu*OI rJXz;t7:Ӻɒ:p$y 9Cj];gW"Ex8j@JLv_׽K(DzDX#+ +jSE$[ĦjJLu\;CEpo`O0.+/:9rZ+Zkti_$D==:H: mW}3NXxZ}M_~c,2>x)ªJ|Wq6iT9<>gp1Fs0*Chbyh~_eARH,[^w>WoՂ[h*h@Ci!աϹ_{[zlm5ZyC|/d.GhR9_=o%y3=@!x0} QʀV/WЮhe+p'*s@0 ߡ¼Z; +f&oBC3W&She'YDrYW"ҤbPhݪ7GN^l5N:^mBS|4(Xg767 rydžyEGY y ~:%ӕ_Q_R ^3jHYWHVeB' Oׄ)O'ZKȠ4ȱ~ +g` kۣ6T6{=.Ri,%Xzm_lE[ە̹;ac\bZh2HGTRIecAhv.B4QW Uekj{OcO6$:Yj%65*& +bo- f%v?`U/A٦| _/:[O2ޡCtgOkV7 ,8]#?jva/m(P[ JD3/l\s-v[*]AM0HN|\J;Yuu߆2_WG~cXli"X'"[u]+w$ENus,R8.N <ȓV *XJɞ3N*{3wB)5 -cLW-uӴL"zSLOK +RPiR=+?H];0طciY}(ڞm->#hĕmm3ѻjŘC5M[H6LWb(ІL( Pa? +D +-Zrso^weYtUo:mΒ,DQ S oD'IN,/~{V[ig7P ϋ8]9:WsL= ~cC; &|4$kN~Lq*(5Gh^)r4&ݟ:.)4qgSZcZqE/=֟W(^Uf*;PcRj'c_Jb8[zV +ձ~>$He-kHdևd|ջQ#(<~!\M )!W/IIRV4]i[U+ͩ8|c*;kwoQ&/|HhsKAh +e5%;H +~ޕU~Jє\cý+䰫Egyc0#/3ߌ8 խΐjO.ז@*Y2'#['I 슊8sB@̳]ĸսr.^_x~Xg&REtlnjDe]RJ\[z0jO0fdlpsͯg3'r|Esh1TPsF<)Eܙ #KGMY$!#LSR_Qkɪ +QU/$Sֻͥ=xU&:Ywզ)\jDbS夆QJ[Qt.‚g${7BںhH +etB|[rKkI.?nJR*tP-?˒ ϫ3I"cRzЋRv 7rv_1^ZhXʂF_7@9]S]PfaLd,c(+ FA"^%RB[FL=Sec2@ -lSA?ު>8YaczKh*F=po^47ၣ]FiKyf &7LWt5g7ڕx1tQN3aȍ vyDu? X?%|"tg ;Ol yD8G'Ն)ć ӧ@;.!H>9ekĕ;|c{W7%\gT +Bw4wGV@ +`Ty(*Uy% 1N@mT{vZ4` Al'Y(}XUC\WY& +J|>e EhBhI.w oѺpAi^j_BkF;"cO"^SH&q|- 2''PzM$}haF})q?]S5LCNdsrdr<"^Si]s͚Ht12Nk'a9'YrOno)ȫ~t_nWf'H:BV.di <\K ٳ%{" 4W>}RpN0}K_;S+(.D0XfоxԽލ'@> {b&t,mq^-.>-׿|rzh7#0;x$ CH4׮4tD5Di{qG>HL#̈́?'xqǴ.6 ZɋwnC-B/:š* :wgaKϥwKv._m$i0] +"S,dԩțS㽿u:F-tySj)R]ߔ,~Ch8 )gq/D7Mf2㺷)*ŃK W$ƴOct b/d(TEժSzN.Ӧ4jQu!-LiFH N32Sv3xZ+yu:Э r RG?{LP=-?$`#c:ϥhܯn=?t,ρwV&AMUlq^Dg+\ӀUKc~)}k@tT*t焝&r8OB=)~" ᤥ䐅H.2z-i~Y:O%*VtIzW˒QE\a+x%=0XkT+B ŽOG>5Wvmcl[. /2~`uEDu䪉?It" 5)7DZmɽC"9K{0%pky+jGJ7C 76pt."a6P@0(>Ԫ$m >Ǎ,) '{[<5 p~2qSJ+Ck~r/u @GO $}"7rpQ +J)f)pk2 vj[`i(|:q2͖\ +"XC^B2nPE š +Zy/F5n%#`,mMg\JW*X暙)* +Azar@K喆]QrɗHґmjʔN"䱢O(ؖ#^+"t +g*I4 Gp-mU"J̈lk G]oȲ"1v$AƵt]c(&ݥn1"]2-ǶU] @J:\-uY +H~ۯ?ZsGr=`0!Ӑ?U-ʟ-⥘_To{/JrJ+x~KGfI_U*?x|-W ++gRV])!֪'Pa[6P[0(RWG8 Cjs溗|9V8"9`h;J5J,qըGBH% u@ 9jWWvg]{ S̅VH0)j^] ~Ql` hA +zTڶ^AO6H4lعxDξe+9:3Dh7+l"p*~DnYrK#ТbT +h:F\y1tW-y9~ؔc#$#p9*E*3H1ֵ0OT}j0I f\R%iޙj9wEKyKJf8 T$ƷMClB)fիsG as_oM1O S ҷ1h[d6tHrFᶚOEn:EIP.!RK8rH}^q'zԊ.9WA(mr~׵ikqvKԙRFXQ/ vM_X\$"Cw?TrFlrM~95=H,2d"&bVDe/^;w4_ff'Ul#-ܛ=ڏ?.;I.ɢ$G`\E( ^Α#FfB.L;7_A-Ju@?mPvBˇ`,=dA.Cr"2vZA+e.D cM6m2jMr~zfн SGŚlvt9Qp"5#32ZH6S8xL9 +ר7č5bg*qm?ad9#x-.7Og)Ħk0#zTk.|i㯝HԌ[sGnG-rS7]GdM +4A]f-{'H\ߴ̯-nOWߺ~ώVPk|o2c@QS9DnTm"B]f1#cum'e,%;/C;{7~ y>NNW_^ Viz~WM|5q_f0sR`yN~To:WG gDqׅ&0-qa#݌P'ΆfB2iYNs5/n8:~MG"{2V?!sL)c +^zǯ-|ax0Uz> +[;{\>B! osCZJ_Z@ŽO+N-7g +rigY1lָi0\/NQ6shϐ6 + 0aM,Ɩ]!5>CoJΞf{T.QOosd<9#5$xZǚdϼ4"t ᕴ +C/RlO x,c$$\LpI:D]m&8Ł?:BЊ +Q¥N5 +ӿWb޷Btg{6&,%պs=}G¶qLKkC +K9;ѳB2%D+tR+c"?}V#ΦF}c2B0wSa%J2?Ɠ3,H\0L$py5QW)%IGKl؅+Ͼ}HCU)R\Q)}}XnǸC髗>c(}n"aLHQu +OjH>E97zдS9.QbtX QyM1 4+\#Ϛs _ +*I pу7QBcQD6uuG7l 5߉f,K)Hײۓ{8S:X5IB~&ߎ߸@#}yoμtO7Q yyqGdj*yuӖ9P~ K} 3=Ř^y/+o9i[8r]sle$mp%2Qշ3uʺ4#d_o?26V:,vؚˋͱ7:;_/HTrd9Iˈ]3G +wjGx$|ln/)X;UَjNe]7` 4U3WJ~OR]ۓ3 K]ђͧ[ft+4+^# Ewx*vHR2u] iYrC>mP=nEl/ؤNxNSidcXL- nG8mh l +2ܶFٛ! Ê,# xl_9U,b5QlkRT5<*|vV<)>+F>Nvy9Ud `vǻ +ݒ;fLj$[ˤ<"iֽ/ +{{v"uy q[.Z bc4<% +cyluF9iNݽ;~*,B=%Ҳ𼉒`ZBsNuBޡW w1o]dӁZd#z7@mSܗk MC9 ??mڳe.`;[^e͝}Z Vy ~0m~Opj~̘1J{G^~9J;> /NL]&h. f:C^C9EaH:ܳXyY) + ߓÆZ|Rm+^+;vjxҤߌӖ}3R +eBdΠ4`fKij#˜ &- oj*o#R"+yS'"?hŹ=͒I؊n 4K5P dW@a|9J^z'8\젱I:-xJAd=u/߭Ǻbv3] 4t)b_uEѐ0}% }zG!=_BSpmຎjlyNHc4y_L`NCizxhc= ɼ,BK6eϢѷDٗ湅 >t(Blza BP_1 vV +->BLӶ*wҩz3tǂG,q:s>B?pji#J46i2% ӧ[ mxREG'|:}5X矟B 쎐EXRH^^At2R&MV3yO]Pދʼn:ڞwczL qKw]I6ͳ۝)$]μf?vHXv`oQzv<4(k`x.P'tD`ϽW7iZHs=a@MKk{Yx~גLJ+ES =*> +[r`iX;{أ|Jc^%rк I]ĖAaˡ^H}k^ dEҾz1tS r"]A!jlҠN~ʋh_hGݞI9%:>jtgroLd/{#}8Ј^a:8̯y'̎gg(QNht;'̣X隷('mr,rG|KYuR?'|j,SW crimX_{*X)s_,ګYE%ƺ8g٠S'fLjߕ(S+b?h#h8өv[q'q }wv ac?oĶKÿMN8)ֆgrA5HE29%! ݚexJRZ:bm) mFwFqhJKР|D"6H.!>zVR y '|{0tK~ML;N{S4f`?A_WRȮ06lOL#x6)eZ5_ Xav035~d`'DS[ Fendstream +endobj +557 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2434 0 R +/FirstChar 11 +/LastChar 122 +/Widths 2435 0 R +/BaseFont /SNXLIW+CMBX10 +/FontDescriptor 555 0 R +>> endobj +555 0 obj << +/Ascent 694 +/CapHeight 686 +/Descent -194 +/FontName /SNXLIW+CMBX10 +/ItalicAngle 0 +/StemV 114 +/XHeight 444 +/FontBBox [-301 -250 1164 946] +/Flags 4 +/CharSet (/ff/fi/fl/ffi/numbersign/quoteright/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/A/B/C/D/E/F/G/H/I/K/L/M/N/O/P/R/S/T/U/V/W/X/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z) +/FontFile 556 0 R +>> endobj +2435 0 obj +[671 639 639 958 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 958 0 0 0 319 0 0 0 0 319 383 319 575 575 575 575 575 575 575 575 575 575 575 319 0 0 0 0 0 0 869 818 831 882 756 724 904 900 436 0 901 692 1092 900 864 786 0 863 639 800 885 869 1189 869 0 0 0 0 0 0 0 0 559 639 511 639 527 351 575 639 319 351 607 319 958 639 575 639 0 474 454 447 639 607 831 607 607 511 ] +endobj +2434 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 11/ff/fi/fl/ffi 15/.notdef 35/numbersign 36/.notdef 39/quoteright 40/.notdef 44/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon 59/.notdef 65/A/B/C/D/E/F/G/H/I 74/.notdef 75/K/L/M/N/O/P 81/.notdef 82/R/S/T/U/V/W/X 89/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y/z 123/.notdef] +>> endobj +552 0 obj << +/Length1 2239 +/Length2 14445 +/Length3 532 +/Length 15663 +/Filter /FlateDecode +>> +stream +xUX\ݶh R{pwR8ww $;ɩWy~xG"SQg5w4rtpebcf+jhؘYY],L\&6>>v C;:y]t$D-\f&EWk {pf&vuG3'3@ 哅93"h +0: $`4}pҤ%<,Jj`7wRnvvJ&tMvhjPt4pqߩ%hat߭&v@3Q+;  ) +f񯰅vܿ XԤdd{Qըbtptwd0xz\}Vt0s4:Xع&..&&.`n 0;8`ϊrpXv&+ `qvst078ٛVsG;;?!w_œT ; ˿l_?]lNvn?ɟ5'B`k OO<G3O; ۟Z?W Y|,1\`U"Qndq-L,37;47Oyn!{I!俉"",!s&2r". +.Jo!pu?5WC\]c7u11pcYLܕ|*̀@3۟t. 3G?{O[99|`k?3+x?[/g`kj!X/;`)lgl[/[9`+l\_r Vn!_r`+l>2llع;?mW-zsb0/v6`437W??l -,<,WmRC|% a!Ĭ:!JF7t*2P`H_ރ"ڽU'.>d|nysD~t8{<9V[4}9xB+n]=<:Rva!udjieaI SA6a kWnOyoF`#rl2x7 $7 KXL3{ҫ#[VWw[k{<Ϳ"ORiUHAK6U*ۂdBXٿJ%d*Y0Ҕ~X~21/ed eܐLQ:EHx h~quc*[qԩ m .gn_q_b>6f4PG;L3dt?ʲ$i|jw+NY9bbg|wK{ep o,;b[-QdN # 1/dHY&-qPEE>M32b^9 c\T/u}yFswW$$ChS}憛]Q"/{+ڒy$d eѯY';76Hډ1p؝hh[oa˷BJ:KSc +io::4 y7~7O)$`QDu]=X0p7s^j+g&O)ݮ\{g hc.kNJ276.dtQwec(ŭYjP8SlnaÖDk؇eIU6:ȯb)^Xj\Kc.6?{_A_[+=JȻJ0@:HTUΟ;[mfB9D"CUzIy ςGs/3{ɺ웘䂡MbљXфnD^z85!kQX폙-l*&?>B]'.-)ekJCBC~HhBA%O R<{.Wh_JE|3#q"Zݠ2>Y7^}aiU5Y|vWMb&krX&t[h2=a((oʜ76Qo AR_N4Xkg\"wRGCbqYk׋iN{M)ALbPg'Rs@n6KKűh,ZS:ҙ*cy 7L<*"EGwt|h6&+ U+"`7L?췈e*^$%fX͑t nt +Wrن bܒD"[~3Fbxཿ~Jcʢ_&<}K@f)荦 7ef(߻qFsd-[W})ҷJ)9B<Ӡs>d?h$#orssv)˭ {Db*+`kљzboi09Mug8̱f~ q;v';D.Aa{ i^F"k~klA$4s{G5I‚_yˑ$ڜy%k;[zڮU&&&=YYNhk|jS V\ `a&J`ϳ NyǾ;5,-Z^4}GM%-co }lf<^Gg>U-4( )G4A\R"_4)C3$ǼG]"[_Wo(= VY 9q͞r<~?+Q(:yp?~󞦖(s4"mJ7ػ"ɚ_r#Y4hgBf.>spFh6\]o-\hV9BJlW\gnX-crH27иg`@AjqTOb?␸S-Vht\t'%+P>o*ſa#|EPϽ3'+JW۫0J3YzbĞ htcc --I U0 ^^$>O&\PKlOOݭd e8`vAJJZtMsߐR]/_2dUY'%=8 '6(hm M0Q5qE"3z&co{ulFC޿(]SZd bݸn/E֩2qhɗbBf06E's`z3{۹I(:sFmQæn +ʋN2L]xX?W7֪8FV+W22 =S +c$[@>g]DJnCji 陁ة& `hO7G:% 9`@nD0- + nK?.b_blM*:Žb7+<?-!AgY;Γ*]իVe"i+5Mݹk4 7,PfӎD/#y7S:$J݂9xy3{G LeMgf?>S +!cɅǃ Щ}8U;'R8̗8:Yʞ]ds @Rg}!L؟"Z`z֌m1o_Y$3DߢRX⤱I !_οx7&|OjUYNHyU:Z(Gm(s0GꩇPDykMI@hbvAkpf:y:wUPN*m[lqI(`nx,Ք9x3W>?w󉏘[C #)%(eB\T;ŶSz?NE :;$uzctN:U#v$c(L.p5,D +=+>%:lu5[oXay3Oȸ'rm* e'/W&)?$|0jyYFummC oԳ3+>U@>;vBb楷;fl2ME0πDx1{cbEHF, piy6l@#@ZMfFN>ƚ Ѻ zCvVj@L0f^,LM1sf^E!~*ӳ"H&$CcJiV>Wx6-${.Sszvg?3d]NL(K˼li5i\ɼ¨,< +{$}g6OZ=3lۢmバ‡鵬OO5S*-nq֐4'U%,<+@ ,m(͝1f:^Xut!+{eƈ%nWҤJftNOHkIr,ؔ~Xrh~0!d~&5Y0v ۠p=:?ےAĹL\Y'vEv@}yB,RoNYt5DCQ'~3mP4rBʢyR7hwE,OǓ#ϷDP?RoI&1 bH33h's׈meQdяt. xCɏ*Lb@%;9{WB3l`,,b%r}'肥HK@Ơb<ų!q44AcX.H{Jsa0Q(w.M+ uR2Xd?E*J8[„s |R@89éAiH*~>ee$!R NKhOryP= .qNa6 Hsa ܖar^N#a 8\E, +( +:u^ǫ%57F,Z(U2?Y2 55͓b: ӏ/t V|PbQIOj^~ݜA~ oڼ;q\(0j?y/IM"0u9ueƜ 6:-q>r՚Б9?Kd^ha%=(rʂHyv` sØ2@ٳ/jXi3iu: %Tܯ#RLF<(- +0C5c +Q`f2$\uh 2z]_i+WaV*qCͮ5sٙj|txw_$By;Q(Ⱥ8.ya&!+Z@9]i*3Ep9o:{8"`m{!ʓ&HסrZ0&up{*dϑ +31?g\W+7HD#YK3L֭aN l`ɍ+16dbUŇhFVpꀯorž`M.~ܟVڡE$gV\pW +">GQAhsDKHN&Pm3YŨk`d K|C2„v5]ٍ71VE;M{J+⠝9X0\ك;;?9?%g8%t +ԇ3ZH%:]InJPs6/wf> 4Q̒az,mguڒk#HQ7z =G#/Ҟm$VI1e2[n +%(šٲ$?(3ʠַ]vMWC|&(h,qw|AfAɘGh뫜/>5Vh}q[/仏6n.\Q}tNIUӳ=i4.:LQF,K@Z"މ=22+c!2L{|),}T?L躽ZwӨ>/|RB70\*!EV0JI甋l5hOJ'̔[$Dtf.2J/lY4+@7IbF?h-+ 9!>;+1&unp4Hfyv΢ wuT+W{y"OԊ@7ٳ9ѪX@m7|5+bޙ(WH&'܀g |\gF&J%Zeo%H&!q布 , <~΢ARuD[\&F1O6N\?݄J%&ˍN_;AEB.׹؁Ky$jl_rMZ@-ya#6~M A9Al,r@ߪiu +Al + M:Z=Z oZPEWbRLet {XMBƐa4&@U'!j|CYu$GI`9ԕ':.}5{z#@lH +=hbcVGq;@-h)j;u6A3*P>e%vQ|<#A]@Tݚzh;aRdȴkEm;"yffIԥɉԇb!)Wz{fr'nbCQnsoVJjXx.,dP{lN|3E]zP/75?',z_\*ټ=1u$-)F*F-tm@WvPs}audS[oڴAKꔹŀ{Q2Sr%w. [+^7(^(vұE\H1yk[_fGMcI4Z郦>VqҀE8XF[x7ԚԤYE@zW]~'H2.  +"M\-yz3vҮ&'i$j+{F\'qZ:'QρO y*qԙOHԪv8e׻lʩOvJơ%GHM,`uUH dm|.AC̐b o![ UeXvkTtɀi[HűʪJNn~8hK9=! /…x̡8Wc0ܢ^ǂ ?RB1_CqIj*=@Ƹ!_(.~>PR;;+]0㗚G.WG|(#= ~C}ZթFC_$q|H4gM>mHW)p(mLjX( +܁(o'#u$+w0Y cG!0=Y"pg^U[Pf.xQaJaU wME!Aq$Z}TFգ+F) +a}W>nvu^vlent} cDM%HtVSN׵Xt.J u|XWfN+V9 Yąˁ e[񄿗ҔXg#F璓CufSf1@Eg|) +tt[.});v~"ceD8u"u`BT|:z\T_!ZV!B/z[43$>7,Wq]%BLt;4Uu]Lv18&0zn]w_[5_rK%ۺ/NVBn]vj|"S}>Ϸ.Ʌ;]g9v]#0?Z99߲hlč5NC(["S+tta 7|5M3\~%:BgEa,tف% +p͍_=bɛux/1vyPQZGtKR^͉ɉH'(roo/cN͊;x́-jde̯Nȫ "CWHL0ޓHjD1k1+)e--P[3DO~=G!{,OU?|gTV֌SsEY1*{;"uCӘÜ{evHFH a#X_ 7rI%%k/`I ώ>'hQ}T;6iYpdM3&*ᙎ=p=#PkQG!"l|Qq>gC.̂oiޡJE죋*D Pl7brsL r3Hj|~߂.nzyz7\\|^f$Fgcw;lo+Jj8;څcw[>^M2!Hnl0}>ւ {DNG\AZh6L;D1+(Ӫ jX*դggjjbVؙtCe dxa;dJMk6r11YӴ:lL@pyWܕ{3Y n\qXaKҊ[FGogE09#'WQ {Bcp3.5_ iP]aWB~[%8 /KFI\^w\9(9_[3E4T=;EvWf_kFZ\[e{@,ѫg\.BC{"]69ZsM7ZwNA<^mQ[;{Nlӏg͟#aF?XT?.=i ^mnV'OSN 8N$Keref>*zJyCD_9GP7U>pڧ r"%W!oH+ S|>w WA~&//=* Os3ߑKMpF0~Ol>EyVk~#]sS"՚W.9J38@;5/\ڢ$ P+|ͣl>QG>]ytpP+C}lX+#Uho +"_FPNΗ)#[uM鯵AҀ w=;9/2͏V H ԛ}NċΏg$xDha[⯤\,#nè/UP@J9"_䃳,"g77I[Ť1}m㌭jKvs^L<9.>u# +3nlWm;A'6(ŭMX~mPK;]m=WןRbϘؘDP؍5ŵԊǘF_¢>?ymOF}}dϬoRɒo;7^KѥU2gtLz{:ctҼ݈5ggl|ĉM,܌Tܬ ӃmwDAtX4>ӂa=`7f^n}ܡ1Tn܏-ljDm* W^~\pc*Clf;V6~S~!+Y?`{e&ɽuGB6P-S- u &h/sfqf*S/un"Q 9>^U3m ZvWi&dKMyklM `/~-mc1qA68WCi̥Yy4A˄E2{FvB>cA 3hӿC 'ne\5QY+2kc9_ ~v-Д"gWtFe@vֱ' Fy7Dkr;^84 .%"7iϭ8NF>b2XRq+k7/$@[ǀ H|O_&GG߻B%Mׁ C/?Of +EEh^A! +ptUJރAZ,X*ЗvٸU2AZA֓,%O+^a(`=tS' >>f3Iʒ|ĵ+i1$Yo=> yHZdp3p/5isO0-ȋ3mSNUP+MI;XGiSϺwGfjm+ +ٶ7Y:.7.: 羈p>e+;ch%e;/= U h:#LH#@z  MD;Ylc_J'g +WV[ZD01wM +ǗG +|nnj4ur8S۟kSVK)Gwe>fۂ.7^蜎0|,އe"-S=}a9UJf42毭1YyБA[#ۃ$3Q2s>{\S#Vē.ԟBӡAڋ΢tV0*3;[]L#aO*qTF}3ӵʇJGc^E⛶=[7o,u/dym:۔5-c(^[M{ШLɑꎙD/ʽsͿ}s3T +R ѐDd9ilڳ._zRbCNcoע& Ot`fgahob[endstream +endobj +1030 0 obj +/RFHISR+CMTT10 +endobj +553 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2436 0 R +/FirstChar 33 +/LastChar 126 +/Widths 2437 0 R +/BaseFont 1030 0 R +/FontDescriptor 551 0 R +>> endobj +551 0 obj << +/Ascent 611 +/CapHeight 611 +/Descent -222 +/FontName 1030 0 R +/ItalicAngle 0 +/StemV 69 +/XHeight 431 +/FontBBox [-4 -235 731 800] +/Flags 4 +/CharSet (/exclam/quotedbl/numbersign/dollar/percent/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde) +/FontFile 552 0 R +>> endobj +2437 0 obj +[525 525 525 525 525 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 0 525 525 525 525 525 525 525 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 ] +endobj +2436 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 33/exclam/quotedbl/numbersign/dollar/percent 38/.notdef 39/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater 63/.notdef 64/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P 81/.notdef 82/R/S/T/U/V/W/X 89/.notdef 90/Z/bracketleft/backslash/bracketright/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde 127/.notdef] +>> endobj +549 0 obj << +/Length1 1100 +/Length2 3632 +/Length3 532 +/Length 4328 +/Filter /FlateDecode +>> +stream +xyz9UZkV[5%Lk]>My3Sq!k_@|b~dEb8rY7Yy,#۽jx +KGʹzmP]?gZϫ_4`Pe߹bpC@){i;ep!P_˂ vJkSβRxw*wE+r"X^sy7%q7V0F^_&ЮZ0֍ C|WՈq.ЦsBe:w6= [`GBQ#;e$+)Ku,ĭl#TۉUliQAAikC3\-|M)᫖fbťB3?pԦqQӫ哎蟢#t}P8Қf;=]l``*8-;rFg3k9:G]pdziT(V4-(\hf8K}W%m8{$Ȗ &knwHi,96f("LfZ<.w^ +l7㸛r<*B@L "|vt% +>62n.P+06} VsU"MeK@5nF?mZq&GyI9C }}C4|d~-\{}YKS>*љ:e3"Z YQR5Oh+jZ2 +FgsY{NF(<F'.o+i}rĻ })*&nߋjWS͵{4NcOd[+Sƹv 8j薩{+ OR;1ņTɐP:]vR4#rP7 %&rɚ)Nq0ވK[ƒ龨r>9Mp'OdlYG0p^=> E +]e9o1FzNbU֠;<^"$x5/,'cuլnʅTAŖ+F! !<_hy=2^VVI3b&FCv?ٷTn O[O&M#4ͅ;}mN{ v䣌G~< u:[ + +QHruN .k;2bW˅v96;Dk;ÿE> +g;/my~Qks2 `nc],k3̫5=\mFW^U}诛cb֜tSpCߴV\r_}jD$fL5ԙƴr$ 4 ik{Tb. qY7 ] HcSN$XZFNh(U(5z@lpQ_kw JBt]bmZ'](:@ϴeljV& FȵTz$\Jzmތc2{AgZP[JAHxwZ깅K 8)H1USQW?)2/ΗVh4XO}wIymtGQJ}]Jji^AB~ñ */r[ {y"??@D$ 8_ P_endstream +endobj +550 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2438 0 R +/FirstChar 12 +/LastChar 121 +/Widths 2439 0 R +/BaseFont /DQCFGG+CMSS10 +/FontDescriptor 548 0 R +>> endobj +548 0 obj << +/Ascent 694 +/CapHeight 694 +/Descent -194 +/FontName /DQCFGG+CMSS10 +/ItalicAngle 0 +/StemV 78 +/XHeight 444 +/FontBBox [-61 -250 999 759] +/Flags 4 +/CharSet (/fi/fl/hyphen/a/b/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/v/w/x/y) +/FontFile 549 0 R +>> endobj +2439 0 obj +[536 536 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 333 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 481 517 444 517 444 306 500 517 239 0 0 239 794 517 500 517 0 342 383 361 517 461 683 461 461 ] +endobj +2438 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 12/fi/fl 14/.notdef 45/hyphen 46/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y 122/.notdef] +>> endobj +544 0 obj << +/Length1 1086 +/Length2 4414 +/Length3 532 +/Length 5124 +/Filter /FlateDecode +>> +stream +xy<a{Dd6fNa0%;" $[vY)R5"Y~S=uߟu^Z^id*℁#41h0 M(Q"`8$!d PqD!TRVLFVa<HWpUg"ah@sEx{8P) +0Y X_NHGG ~t@/!_o +7-:aШ 1࿅;0>(g{# +@+!> E35}Q tTA/ 魉G8!q3 #N4/ "z*nWD4D`DPե!YX+Et!_K`xrD4׏} 4](M*Y7ntƷ3+RRR3eU+iBU+Grxa8"-QpnCT@|jyTن9{B=41:r|nlztBv2LRwl9!|?flD BxYL!a Se!Mcoڇu=|cT6@6?Ń禮23ѼTSj>>!v.'<|yQ憉xj.zသC*ӊQJ܍515>b.>AiQQ1[l_'|Dݜ$Ө2jj爅p"AQA{wwPM3f{ב cdˈvͶe%|ܣ PFSw7cƜ Uv@A.&T7Ҧ/0Q['wT)IFVTtӌyFGJg6K2BAϣKHSu" N,نH3Kw?<., o}^ұNH Q/%1 T_S Ъb苀2;ti;Jasqfujg$Jx90,U/-s/~nV&.攎{\64S{6ˮz qsNEVL:u|0ΐ^|˄xr1lAR(֝\z;НU~%XzfpWj*C?4O;7ˁIDmifCˮo]|E{~.*(.#Hu\*$ҼA=]ٳЭoO'D>B'- @.a3 :>t5Ѿˋo9i6b?rE'|/ïƑ Ԯ'+϶|Zxc*0qȃ.=dg)\c$M-4=ERW-'1Vxʜs6od^Zj>\zۚH2eP+(lҳh#͜е, 2{Z+e+YE{3ٝ\cCNҖ *G-'A}@=y$$3` !&]+#F䅢9 -eg>@wvck5 9'1Ӿpy@׌fMn6VIl5:u<7IҤ{/riJC:s[4RXjV^G7l9@2䩴s'4uT"|on;. ~~'&IHwɨ 7T*+_n/S[j#Iv]`5rEQ<[L`IRF, Cw[Y41";#wsa l^DV" u%_ XhL i(֝4_wZ_'kd+T?^F@ZBַ;wj(&;ChJM_WjȮ.Gd@$I0`אϪL&LNÄrM¹dIB ryQ~=H2$/~>RkW`510RwyaJCዣ6W#WISjʬ29i{W͎|se.^qVrm/V$f0+؋G#bhzo\$ʲٻŦ){V+R(KaLc)wenZ ) h[=\jPN*cVG)O#&%֨32 {mnIUyxmcɮѠ͂t唢0[M ^+!7k;icWj?A9UtsqTOot@\pLI=~mM>cV`q&6m/0={s=|`ED}&b5NҦov@TU(Vj3OשM1Qrjo}ΫE`kƢv}&853c_ wjrů9OE?(å7dRX5LVOW٪Ēt/$ko|3a%3|*,8-(F۠bnU/S-ү *^bB9abvYD +Ǿӥ'TY$`Td }swC箋e (<1lH;:d~GYNN[[)I^4jxHmz498\ A| |hgLOX&P?RN:Zr$eg;<^?|@DGa<`XwпGendstream +endobj +1244 0 obj +/MKMASW+CMR8 +endobj +545 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2440 0 R +/FirstChar 46 +/LastChar 122 +/Widths 2441 0 R +/BaseFont 1244 0 R +/FontDescriptor 543 0 R +>> endobj +543 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName 1244 0 R +/ItalicAngle 0 +/StemV 76 +/XHeight 431 +/FontBBox [-36 -250 1070 750] +/Flags 4 +/CharSet (/period/zero/one/two/three/four/five/six/seven/eight/nine/A/c/e/f/i/n/o/p/r/s/t/z) +/FontFile 544 0 R +>> endobj +2441 0 obj +[295 0 531 531 531 531 531 531 531 531 531 531 0 0 0 0 0 0 0 796 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 472 0 472 325 0 0 295 0 0 0 0 590 531 590 0 414 419 413 0 0 0 0 0 472 ] +endobj +2440 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 46/period 47/.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine 58/.notdef 65/A 66/.notdef 99/c 100/.notdef 101/e/f 103/.notdef 105/i 106/.notdef 110/n/o/p 113/.notdef 114/r/s/t 117/.notdef 122/z 123/.notdef] +>> endobj +541 0 obj << +/Length1 2217 +/Length2 16557 +/Length3 532 +/Length 17808 +/Filter /FlateDecode +>> +stream +xڬeT\ͶpCp@Ƃw 4܃Kp %|sI}~ڵ^v톜XAN+PƉ "`gd''q:ڈ:L\\qW/7+73<9@ @)B$5 gdadhP52:J\P:\LLcs#'W .K_cʖcdNym~:A)ʭiϰ6fhAY^ +HsM4[ A(mXCy?',dEMB,+a6Xga_FNw]p*Ƽ&`\ˬ7bS];a:o4D彽ݢӽM?xDUy-F[6~!vKGElu-5L/W?Jx0$!=P6GP!g\xy.~2Ǘmjpˑ]zVgGUb;T8ZީZB$6p7:a"| n!Y AG Îcgii[0ޏ#G +}ijwi2YS'F&>=4ŧ6{\{C|"&Xi"}"$֏Wu6Fch%\8UE?dhLauҜVdpP6Vq!ZŎd!G h`\7MF5daC'^ @Y-`DURx+zTit~U%+`C]e>A>4Fz#$ԉz}\ +39R_ILzo\=S)`'#6M6O4-(|^{JeScS:卹wWoǞ*zK.8}9 +>Dno<0O829M_>9*JVo Jk14RG)8HGKhYrp(>ڎC"ELipZ$,:4(P+$#Fro`,g-Tn)U&^(U ]@TFiʿÏE,MZͰc2IwKԆ_E]mcFr5+=80eaZƜ=HבL[Wh!8xϔtqD3:칞* G+[K_k4:w:S3<2fЅp rW|ʲweY9#_rJXW0c{P&/.B{AIf#Tص[IDPLn&d +l<?&1O]92|VtcesGD0&Aҙnݗ1HȪk d]'P-xW +Z t%?\j>{xA|ʋIȀ6FRF^|3tIB*l/# Wي0\pk-*!ɒzR^UNQOjwٵgsBfNBǽ4z&,DHiE[߮ߝdX*Dyq {oN\|.^/|ES3 W9-vە*a`.Veg ,j43l獷 IR T/dks[O:HˬB1%Wa@szxKwBۙ&jjsY񛸆Sx !iH E`šybё*(7.ãj[.Ыh@**fp`YeS@ ޭ(kNq?{DNd>> 5/)̈́.YN, Coi!E4~%4_z/tJg\qgt|\%&Dա>o6l O2յ]vյ-y&9nbrkCk7?@dR4YY@E|_2m cR6ߘ(蝤Z?ɍӬu~~YX9t&FK.ܽWxhuUT+#jf$]GK 2Lj=Pа;b)D,(^񨄆 Q:"6n9c63AU#P/L[0Nrj17l_pM`e(=q}U(LfUs.TB@2?pƿlNYٿINxGGIN4-{L!"HcB$;0DIXvľ ])FMig F.~R7%iMQOV6?ʡZw1(p#'5J(;*l"s|&wrp*5%*v1D^{.s1"y~r|$'X +G6oG-3U:\ɫVhl9 ^{fUUFnPzHv+OcE.,RH*.݋islom~G/> kvhlc|7<\sx3>u *զ,M >!aZ^l.bt +۞ +ouKVnζj#`ɷgS ,WךTC>fK@}R(3=Zn}&]fP~9HJYa@١8hy'Ǜ{PQ)Զ,t x_lG`dSiɛ;H +'\V!|p%X3L?e{ @I iH<,ƴǓۡTT`3e.!2/9Q7uyv~pLЈ:cL 'k[Pl辒5C; KDBSc@kկl ?"=hބq`=r gWOaT3շ,qK6ڳާ*0)i1!+k&cWfdo^h%䣫%' TE{d3\/cOsuoI>yhJ5_#}, "ni.t{rg7M3%kTJ&gʸ4p/w8bIM&qjԄ`Vh݀qC*ث3of?#PMΨ0|m6/EY{.(&"',);_d8oGQ_'USE Yo(gT5jd3& !RO E ~ttDT=4Ą `OS!S,%dq" Ȁn'7vǛ/SrD͑3v*jP;wp}mۜ<'pػ\a^7C郛y0G.C8TFmWv"p ˧(UY4N!{?OUHUuI~6&+Oz}ZC ߱YN<u*>/gb9V^L?Qm[Cu֌gv.ZY89Bㅖ<"Z2sKX,ME U ҵ=U +1pijFja\.{1b?-;D"Y拿 qf  qcYrJKs7&;1kx4,_2>`4˶,ܳ-G:A-h/`+0>zwJhLL3 +?5]/rʀs]rj/%JO,}i.8vRl;E''$Η#%ڴh#ZC ISt~Hcϣkp}4Ҳh?SĖ&Umө[)G7H t>2vf4 \>|s)]C *㉔*qBr la@48Fu~ j[=Gm5 1 'T's7{t5D!(@ *IsSʫy'jzNk]ؕ T4sXV~#D2Ňޘ"#ʨ1͚[ڃ+զ8畝K-) +u1*038Rmhk0. 9R RՈF^hy#{;er Ӝ^Q3`)Nu-) ;8axT#ؓ,Ipv_*{>𙠳}hSRvX +e n#zD"E^K AВj1O.n`q4PŜ˲QFy'| s-Ǖd\UvPq偹NYBR$ɤXZz7%A-&;C +tE >&NQ"X6׬ğe z@6VaL;T!تml" JiKG^aؙl)g7?6أilvLSӻ_P՗=ǁM8A„ AN&d־1Aqk +ue-K2٭h/ âX<ת XWْ7p0|QZS-xJxh(lF7d:K=ҋW!*΍j~ T]WZXJ.&Un+~OK-A)G,/6m1ވ|ɹE]}e|=@)#_n+0Ͼ8YDe +ea`Y$FѢ06ul;#8ъbǖ#7x;;#]ׅuU@"j͡v6«օKssЈ{,TY#Xc_ujZ\&a챐j)_?KQ$ uL֋ި g>۲ D mw9k Gm'ےR~(qkTwQs Eǻ 4nBXfNc# _V 1V"t*Z 5t!LD1=a\I ) 0Ҕ>X4 m{}Uz1_ƲRs u˗V8\9*G_~h,?P)+5 :ٮ_2pX &w]SڞF\/߫g,g1fIpҹI,%* oʖi*8J*``{9ل. %k4~Ū`R+G3omN8./ԃ +S>>/9o/M>")JA LQ^LOWqw@ +Zل}ypÛNA8ꎣbjSEpiId 8dIAeӨaDB1ˉiZ" +VFߏ+-%JccT[C1I/';-§5,iPx^v`*SI{76U$y彿`(&vAAguߎĥJk>=+ڲ%:Mfpd\Q^ J LjM;h颂}Ua +)se7/$TGY`6b)ۅWxSR=jUA؟ +7.(1 ޑDtb؝LIj)eEŐ42,SDڙpD29e)ɗc<ݣsNbdI&k- TPüf&$%cC~stE1]r6)x2ig 1e ylHbEl둸R75 P BU1Z8K&Sh5{ۥ/˫/Υ/lĈq-9zMM%gTxe4NG]Exa F$(ȏt&`Y{]1Da31%hWJH[RɄrIxUzFhXy!VEğiCšĻr)Kw WUSX!> M[Ngʘ䘭})v}{X!)R-a k (hz'{FB:?pO ۋG:-W(0燋Zq?5xZ}]㏖]F3T\ |{F'Kꒆ7HjX#RE_]M14zfғuJY5XȊ29LI7=UMT?gxWu70bc~%Ru!-ɩ\^q\!d5p~AU@)5AI(c8:>9y +Q!P +q& I;gIKQnaj7R߫L5=irNIr6v(dS&]e d%txD\ +iyI%Mӟ%`+2:z:$_zGJutEzǛu@L2L- 7hΒX6,rEU[|D-gTr竇 g׈mZˬZ.u{ӏCcn'Gnqk@g_M1_XI(]r:UV6zҜ1KG I!&Z~[_xIZHj;M"`4Bp` p![5)>nj˲֎="ރC?#5R,:VGj$o?Cl Nl+Cyp^.b{B, +vola͈~b *5[[lZlKAȈڢw)>ʒwqӦ*oyS8$P'M{f!^M.ҍ rw% +e`7$"#%pdI)L̚xeT.?OꧦƦډ{ċ o`D9E' 4_[뫋)O&|P 1!fξ' >ݮ>:1~b +Pf +N0V*Uę4aSss}CK۵HR~12|cg -p#S&Vlb~ )ZU'?a_?9]q*\>۫"|ǃP^1xѼٹRl4o/49sTNUn{O.)+9Vfd^b}"~ry0[u?X}쥷H˻$4ďRICد_2DP+K  &(쒑$g zÑ+QpXy qFնU )esx) -MS-hrmjx=IDh6`?δ8y+5Ф` +[yY1%/n=S*yy &ܣF7kUc.2}|4Hv|x7Xj-J)-(Wۖ7v.u +֝,~!pnnt[4%Mv8ɹl>v>4dROd%YmFWlW2㲛 {ʒEQUu>Wgz0o+12_ Xݗs&QXn=^HǩTC#it)ۓ$x Iˋ_4KK=|DL%iы3ڴ( }k܅LYr^y8|`>KegХ`5Ht-f6kCM(?~Ƹt!0E"{ ZGk09}[}-uF6_9^pdẐ͙w^C>y0$0V3⛐sEj[`00icEޖVzYMOdUgϥ{437PfB+΋HDQj7!Ł2s*>˱߃Ȕx7b4/1+F`*љ3C [x8`YKuIXs$tYWjD¿R8:ʡslu8,%SI|Z1't9 +7䌼XX#M/Qġ)=}eè%J:IS%y55T|8$/![bk;R-O(;ꎬ%9;[`>Un.C@5ɟxْXe2o;,6NŜzwdJ c*`>GnQe`d̘i 艙8 Y !)q&0R&ࣩK֑>xɽnk":oP5 `Q06_M ?0{۫F:4Y9Ua}7}0yb~-3/[s(K^oS|GuQ+dELA&oqE=∬<#}2.z Kn'Hջ>X B0u4퍍 ttF1 U5,_ +V}TnMYwQ d-+[m +>?&i.VQMyLxU7%ehO.{>6bg#/50P?dJy]|_v[M5XSN)pjx&.>вJ\o{J0UhDxKYheO37hK ?HA4fm)N[4zFȬ +R,k5pu ʀ˓X?^Q%&MFaz@ "']|og)*Uotűq-nMԑy=0GܸFק0byԉ]`F5pH(Ñ{Y讎3N̋A/pkv61^(]SPWQI@Fq \ 9 .Īh:ƩkyQ)*INㅮ"*\S,KSNX}׎,su 96S3@Jf.9?k0aPc4sTo?]V,ZeuL.DU`;/0?ch.~&tR }B^'{ڒ.*V%MPLb?we +O XSe _DϞI{KL5 l8Lqy\}A~We:/;$nمC'H*n50i>h2M#{ᒬ5d_Xh[nzaGDv è#jhSdǖ\Ri vf2b?K,+21ϗ; ~E`quͼ H7dXxق#R'+2&W|3j wXueF|+sqbNZ(A%^9s SV̏bNw>idv즧x' (UB!גb!!`p\YL臧o>i&ZbƐpz"wR#NQJ]49u#BF'U0欘4\b +ұ3!U,2KQRݲFkDU(귘 _;/[Œ_Z:Fw0Џ>,>UQ|g=gS?O*ۙ`Mg_ݘfm_#f}R}T*Թ-$,;QﷴU}hoGLu2XFȺ[K_m˶<˘P<=F9>DeҁY.=o:;[zWS[6pUҥf\:v+x\"5=⅊6{bqK{ΛD{ŷyb)lIguңE]?a3sߎ+d9P|zoNP?tţ)sMyGp`7qy 󭩙|}┢i7-/,4OTfq}/Iyuz{ OKJq'|₮\m n\]4ۄ4yEj+4+ΫneZZ+>}iv75pL7a(JT$5byOkP__\,ݑ9rMOC8jfɾ*L5F$tj: 3x歎#'_FFZ.XuR5<ꦭmv){2Wt{]&[>ٶVӬN\XrT;5.0u=,_͋y󂣳~Xocb_s6TZxCwAڃC!n|XY|UKlo1}gœnD.2HKTʬ~lhWG/$Y&}؝of> endobj +540 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName 1031 0 R +/ItalicAngle 0 +/StemV 69 +/XHeight 431 +/FontBBox [-251 -250 1009 969] +/Flags 4 +/CharSet (/ff/fi/fl/ffi/ffl/grave/acute/germandbls/quotedblright/numbersign/percent/ampersand/quoteright/parenleft/parenright/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/equal/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/circumflex/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/dieresis) +/FontFile 541 0 R +>> endobj +2443 0 obj +[583 556 556 833 833 0 0 500 500 0 0 0 0 0 500 0 0 0 0 0 0 0 0 500 833 0 833 778 278 389 389 0 778 278 333 278 500 500 500 500 500 500 500 500 500 500 500 278 278 0 778 0 0 0 750 708 722 764 681 653 785 750 361 514 778 625 917 750 778 681 0 736 556 722 750 750 1028 750 750 611 278 500 278 500 0 0 500 556 444 556 444 306 500 556 278 306 528 278 833 556 500 556 528 392 394 389 556 528 722 528 528 444 500 0 0 0 500 ] +endobj +2442 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 11/ff/fi/fl/ffi/ffl 16/.notdef 18/grave/acute 20/.notdef 25/germandbls 26/.notdef 34/quotedblright/numbersign 36/.notdef 37/percent/ampersand/quoteright/parenleft/parenright 42/.notdef 43/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 60/.notdef 61/equal 62/.notdef 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P 81/.notdef 82/R/S/T/U/V/W/X/Y/Z/bracketleft/quotedblleft/bracketright/circumflex 95/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash 124/.notdef 127/dieresis 128/.notdef] +>> endobj +538 0 obj << +/Length1 1236 +/Length2 5515 +/Length3 532 +/Length 6283 +/Filter /FlateDecode +>> +stream +xeX{BIE Ab.Ia`%0P AZi}|<ӹ̗u繆^SCiG"\982jOrq8&&gDB\a@.!!.5 0e^pkW E@)3 +A 60T(a^@){{Wa.0gw%' h -`p#%(W)w ehD{-aV:C90n?98Utpts9Ր0g?KaSYUráRk{W"Yj]6@Wg7؟aPsH@WK^_gRG>r2oF |PCLEZB!^j#,a@'0tE]D9 + |z3}Mc+k +ްswWXNUPqe/EE p}./2^b$ c YuL:=Gcz7D3Dfʻ0Pmm&6kIW_.\亴^IP~A~\}9V ? Z:8r"36(,3l1\ox"J#fv\p݋O +9m^꛻gR]k3JN<1?U<0]KaC}HzDΐiR$HI`|4cK':"2̡z(SCQfy$nɕ~&C_=E(|/mt,X~!̹ kLXrQKfao!5kϊd/tajwv5'{<6G]ݧɆ +>KsѝKڗ +~+) +0S嚸eF0*;G3n +.K[̫o/-DBgC~ƫZ*}%o ++\V>8;Pq۝l ѳ[uH#wu~?"xDИB|v{.U $$unoB^8- lf=Dpm |d;o&+ؼ k-4 +>(QxOEYX:p΋)/:}aD?.(vA?I[+ί[_Fu`ڪhy*5 +RAd%4C1,@fq:k:ު-}B˻)`y9Pw].q NoQs\fC:wh.hx6'"cY|,}m1u4>ؒ^V`V-qтr:fCBE"ՠ >R?<[ܐR& ,6%+WNOD*,x>A,Cy +VDh:hc]?ٶGrIJ&'^C!_Z1i+=`ű_K[xE9n?SAkwn>m]S5ݪu0E#.-AXM"$;c*u4HMs̼=`BS|ked-hHZK6aSb~KZT62䵜#j.ܢ9N|./cdK0}V[=GK+|uC^MR/qqEWo*|۴{^Pai y_)rf@~7i - GCO)OH^3˨բ{ú/CKD9}&RDX^|~ro_CjA=1tF"DWwEv!TW5M:thsaB!GJe͹2:)a3cO1ޥ(@4Ee磂)f+z< MYy塂I ?,]>\^9<4IqcEO+猇W-Se(tXegR <5/$澭Ռ&Z E4}VtĤrޛuLYbVkL7\Fd^U~(#+lZ2?Ne+?\jCx߼њZ# gjX IxNly?MٻyQ(G_|:l^݂s'XTxtMBW?8:lԖޥt +j{2wMw[]zd}Xy˃Jj%uJIMΦH +IJFA(Xf{u dԇd0̗Bj 6nNq}7"VI*.a.T3&it[# 7k@O5ia'X/(kEB,|<6 &1q>wɘ)>1$iCMM޷Q,%MJ¢gdo$ٷSt}:y93joZm(Z,)Md!='bTwі'̍[w2XXG +/GU؜^}ۭE[3S?>Qh z{86.uܕ[-~J/y!{DEu`8=eT;a&:HF-TpҮ幡Կ,qbJs+Mp'שzW=c& gC[8$j434Yԟ ()W;ɔSf}ֶ{lj>jJBb+3ǖu+$A|sQɩU `ʓc`7OH챆TEXWrUmIz\W]P~v0I(RH }` E,6k$;mJUkWQo%0鶦-L_'2oygo70xK ]GA'}ݓwRqX#mUV(1XL@ij1!z0;R/~G͉ʲ_bPL%,h,c{hSd* e?5qhj~c63ȳRd +faHB)f^6|]vfvtC~Ĥjňӈt>Lcs)_ia䯅!ؿUy'uY-HLavm'`73xt@2`jx) 3#@eja!1m;6j8TV|2 T۞ƾ+AEd5qoV{}x9V 8h䮩_2u&!0uTrt {GźwM~F@]l>`eHJ}B&Pk0|/㐿Z71]^-c WVΪn_Ϗr8F٤ӦVagѽ ~KԹKܤ)6Ī'9uBuH ˞ #ܼlJwsz2m%ڰHL%\沟 S؆3cHmMnʡ9sQ Ao@] E'OKh {l /f<Ik:)dhFP5tDg:9F7~٨{*ʅ|礐PZ!7;_ Sn^8?>hQż{tJ8>!uU: 0+l/͑0endstream +endobj +539 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 2444 0 R +/FirstChar 42 +/LastChar 125 +/Widths 2445 0 R +/BaseFont /FXUQFW+CMTT12 +/FontDescriptor 537 0 R +>> endobj +537 0 obj << +/Ascent 611 +/CapHeight 611 +/Descent -222 +/FontName /FXUQFW+CMTT12 +/ItalicAngle 0 +/StemV 65 +/XHeight 431 +/FontBBox [-1 -234 524 695] +/Flags 4 +/CharSet (/asterisk/hyphen/H/bracketleft/backslash/bracketright/a/b/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/v/w/x/y/z/braceleft/braceright) +/FontFile 538 0 R +>> endobj +2445 0 obj +[515 0 0 515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 515 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 515 515 515 0 0 0 515 515 515 515 515 515 515 515 515 0 0 515 515 515 515 515 0 515 515 515 515 515 515 515 515 515 515 0 515 ] +endobj +2444 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 42/asterisk 43/.notdef 45/hyphen 46/.notdef 72/H 73/.notdef 91/bracketleft/backslash/bracketright 94/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y/z/braceleft 124/.notdef 125/braceright 126/.notdef] +>> endobj +535 0 obj << +/Length1 1386 +/Length2 7885 +/Length3 532 +/Length 8724 +/Filter /FlateDecode +>> +stream +xeXTmװ)A:%Daa:ncfh;DBB.y羟{ޟ=ޙ?skνkcԵ8$,a`Yԅ Hh N.FF)'- *m@ Wk7/#(Ň9x8Z۸XXJH؃l-̠3=xp$ _W84`'7%'pm8V0–^r;9#,HIVRx,V8@UiC?˺B fkHm`.`' +T=TbZClem`Ku[ w O Vʫ+k?^S7h{8Sq 8@D߿ fi E>~d B-prBa.KșXpN^^fooW_~K0!AaP?^! G7hsu@6vF?,y%~RK7 RoBVVM*J YED^MȚڿ YEBk !7!e -@_3 RDޗ?aAH ԀH ?Dup R7"Y@"zi8xxȳ%$(WW +Hl0 [,Dޤԅ>`CU>Ղ8 +)Trd[ֿ.K'%|I~K1"{:kt3ݳZgdžó]uӧ{|jKC% +{zwYP: j:2e!:L XUv|@s󟺋Zս&}ԲyZ ;/ +jg" V/kC@oMƤ*W.FgVd= +^U}n[3Vj.zk$z{Ae{anP vrmkt*F{췯&JyhӅHx;wQJ|3[-0S0/0nrk9Bo"gx(U1mFȘ̬VMk9Ln h]VИY"ŏTC%u2ޤ |6 ?uP+ڻ}i=I[N1V+4n +}Sv(;Ɠk? +pœ\"xY-Y>.Mchr^mNUW4[ i+iGRÝ-.:+d y<ꍔ=b'n/C&N]/(E+ >@K_T^ +WcѳjȈR/`1z*~"gIsi KE;݂We~_ <y5,\0,IN[9w_mmTBt[-izL zS!1N$aj41exwB<1[*VprhF|:EC_Xk~}I}p)y0uy_U1k#XUʙ=S=)R/Mz6?zCFCN&ATBs#*L]|W㌺om0sh2ETrb$6mDskѲ.AZAvF0z#Re'l4{6:A.Ӛ{) ) qt2&ڔ"YuomP$s>Cգy~ G7xA2LO\l5\\lxb0(c0Lrq +#4%EN3)ftea+-j]bm J}hcѼ`+`N/̀ΌUBetjlԺ&O~Tg 4/:""ǘQV7FH ^{}˓jZ2"9ЬViILzT'4+vpJ:^gۈNZW>l-9²I %|.)#dzv'T6ԥ6.9r+5`1 `e1[gmJJ8+,aB>e84ɞVWL_둆wyw_̵Gf767Nx4cpnũ>ջ).TzaS,ߣkp, t{x$Ӈֻ?ecNĤ ҕ} gIup +KɥFJfx=)s`\k2tw =tU3naGу UmN4-):F7Tr .dy1Lt?5_N80>#ӛPߠq*pGXQ1ӷ"iQ YsL 7* +(P`Qra+fc + +I(sԒI?B/B1$)I.6qtm03":3'>@1?-7¢@ a܍g=34C&p,ω&Jji'mS44mG=; DQH*}vpk-ptWM~2#ouO@סg] t>ym?'7Ul5_?Z }n{*<ˢ7&Kg+}ÂgO xt~MlP aE ys1T#A@o;Ӿ'I3:N]ڣ bN8=uF +H-wkX!Rcdv&g`OV{X8{Z1jh}oB:<\Dv%Jf،1y0Wm!q*[mϯ_~X{4wJKtLWp \2c}?ڽ#7>;_c"DŔ' Q,2ĿSv`ɜv=G䲮<ݥKzE5ZSICsq__W=m;Y}F-f8U9,,-E&tnSFpKBu],jW7>Fr&_6}R|y'lkZ+-"eF#@4sԚH!Q=iUl@RT؋AJde5ixDY@h UlD Wwˁ,&&uMTBp?0ʊ FD*Z>n/d1BgLw`i+9rDHd;mCh]GR,VOuZT5CM3<)XW,a.kmp̾jxd3y+t4Jt-K?GuywK f:t{VU[F!1Zxl4Uj}CQAk'ޭʗ@O9pftY2ڜS,pJOI^eYv +l$GVe}zR&Ȭ3CRUlUgK IR VSNggBL+5,~O#a`7v✤ƽG jOE)ʪ#?IS> 6Y,MW~r;H|uQ8]tDޏ^0m| QOrҎOl݀~X1pŷ<o\w_ ¸<'(w +("lN @BhL3<_"; LV @t_j&wv&AyFv.ܙkU8N׊$-c3WeC=EZb ߶1׼'ıJ9uR; x2"Ar_AaLP {\7\_}.|(REmʨM7Dx5lhDȾa7dA+4SP\] DM&Mfr`KKBMHZşU񲠸@y0d68fX."lOuڡeܺj ݟ/olVkM,H̗}%Yu7qW䷚`n2}̀Q_lk%t~Uv3=ѥОBWgQS,݆' 06GG3kbD3,PSr&iig.$L%QRrzYBŚW#9>-)g❑xA.Q;fyl@,\9u.+l,T!}T +L:sj͎ޝ +]`;?o)AgX 1s5#iTC0siwR* KS֡_a AJ1#_+{hHCu=DGשQ_O$'fIkWC3Y1>=C#dZ!E;u;;/䭴dz+NEEЁ2#ǒ3;/_sg5%TK'lV +gFs%qV[Y(NJ_q)NOns KUjXX|)}*3zcndb?oFڄ0FHYMĚ!gL[b#hn@3ʒCH>{ jv"WD,Mu7L5f}obnWe貵8ML:*`ĨM*N Eu* I.E&8Vw.}A2‚(cIy~!&oDc]Mf&&2Nƹ ~O.) ËՊdzi{udUb$sY!+2Xm,s.i2e:*slUsbwMz{Ǔ|z\9v\+!-:}ۯ{ }Ga5NպIQ ÙW !Gsy?ڬpK7\ ]\:aG8QkXq/h|Bf?źV9,7Ġ<9VZyxQA|{S5WX!gutHtqPQ4jS⠑]a IAtuq[<Jl17 ]QA]"Se=G_G簪5CC\׳8*[L'-H{p/olsyF\R,~,I^FTQ&?[! +|覘d Vt+Qx\9c[cMb}qXv|Q c&M bUɗzS^ׅW슌2)ʇ->cuY gqnƢPj.?Y]ګܱHLf0EWE[yA@FGFؔ.{Վ¹ЮFQKȻR04m4Ŝ_I>;cbՑ`k*9&%{Q+JRhph +5n؝U ceg5)h +uςm=W&hwc&~zRQLMS8ΡR) Vz^ eQ7\SXڮ*Ş+"piπj5+3q )$5Y)uQ5N7pQըډ6 +̲Z8j?.TֹlMli0h]21UQ?>r.Y> #6~-ꪦ}"yj>`k'2}hsw:(F)r:|ٲèӴŘӱb#_= +󹦥 i#0nma)U=.w,\n;~`j2žQaOYQw2BN{ZwBq{tthQ?v)"Uʥ6|KNWA>t, OxxgDͻ7pۣD4/&lT6^e-'e⳨prd68a/9EW1 +W&jX<8dœP \dh.@_zA# M/ A+~r֕Z\ ۔C,C;yؔA&ѓ>4%yto%I]'M*\$Ub^Ɗ89;q+%dH=+b}>L}c!7<hƾ !Z.:!Ik2H_j^~eb^S.e3!CmBM׽})&xTU@UXv@72 :ܛ5> endobj +534 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /VHPEHK+CMR12 +/ItalicAngle 0 +/StemV 65 +/XHeight 431 +/FontBBox [-34 -251 988 750] +/Flags 4 +/CharSet (/comma/period/zero/one/two/three/four/six/colon/A/B/C/F/J/K/L/P/R/S/T/V/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/x/y/z) +/FontFile 535 0 R +>> endobj +2447 0 obj +[272 0 272 0 490 490 490 490 490 0 490 0 0 0 272 0 0 0 0 0 0 734 693 707 0 0 639 0 0 0 503 761 612 0 0 0 666 0 721 544 707 0 734 0 0 0 0 0 0 0 0 0 0 490 544 435 544 435 299 490 544 272 0 517 272 816 544 490 544 0 381 386 381 544 517 0 517 517 435 ] +endobj +2446 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 44/comma 45/.notdef 46/period 47/.notdef 48/zero/one/two/three/four 53/.notdef 54/six 55/.notdef 58/colon 59/.notdef 65/A/B/C 68/.notdef 70/F 71/.notdef 74/J/K/L 77/.notdef 80/P 81/.notdef 82/R/S/T 85/.notdef 86/V 87/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v 119/.notdef 120/x/y/z 123/.notdef] +>> endobj +532 0 obj << +/Length1 1042 +/Length2 4441 +/Length3 532 +/Length 5128 +/Filter /FlateDecode +>> +stream +xy 1o!)RdHl*}s9>FqXX\T\P3EhU(ê!(Y@ 1@\ZV*+qPŹx@HUg £mX@Ap@9s"0 "x ``rC=PHQqq%Qh, -ˌtww#"D$(;>X ET!>gM7;pH먿顐hwz VkAbnp +i&:vESo$@LE/!%zg/^81x?jcmqH4RGx7HR8"Q^ʋ("GbO;8aDɈ$ @~4W/o8u7Mbb@ bD  Q$rB?X ?$6 s**8/_$`W+0gǣ_quvh⢡P^([prai5%HU_կjn O$u^Xi_°Hygz7}xf1ӧ|+S{#t˚/RC{ot~䞘`gf)HȤ_i6L7%dNeycKk})񧹕 Z?kE![0lVٮ5=/m f]x*@Nc lv%&G3O\<>4=$}Bs\M b!mN(7ռ|[OڌF֨Ľ\k~JQm$)8"&yM iꚰM.4wxz| :HRw͙D.diSae)׼5!v٦G~qs-|L +n*TJ)CeǺ/-nxB'l@:3s靑<3QyxT'CljuER zX^>4yv  +aLQ.:9d}iJSV=or%ª+oZ] +7R w%E|3;`,&JcvJ/סlNI@Ir=FV_yv&yIG1֓xȁjE"1o>BI(an)1(iG᭹9kϺ 9ڼnk!Ϛ/ú*_  ): kiKgnffrJ\2t$+i +ɠեpYdSXzlzV*'h#g"Wm—|ujk3]TSH4#L)ֹFog󑊻R]<,j-zYo҂ֲ=;V4r'&)doUs?F?d$Mӗ 9̅''Frk"Ъ+K{iO=deEox6/t 1lH?G) c{ bŬNI4)ksT- JpO:,PM 'sjif#!]t:u('RuWCa g-S\^% /9 =rvs>fI i)^쟙ҨIO \܍}KŰ@wÂ)Os5 Ydykt7`z&"7_B +WLV߫% +&Oak;'J] !w< K!RM^G߄oNcYo}|iut#܅{PپO\ܱ3>gӸ]@g?F닟O5ܻ@$ڪ;d {T: s[y'|C1|:SFZƘ]~bv^w93f >QuSejctPu2zOWC_k 7Y2˨pV=+.ZhV`zzdQơ@K`Z[YR3mi0ݣ]:/~t0oV$)QZq9pYnJzW6aٶ?NZM*5|SX_SžvgKk0BNUqtZ)hcĀ^>7NV +yN/͛N楫ִ PKZ2+ TbK( 0`1m\mK@uT{ܸ4Oڂ;.GRy%-D \G4{Hwʰh)łܪ ZGA(F&#hcd|}[/30i@茙#6%+r~_j4-8ӊW*YX58T_kvrX$M&Ewt'lE|͋nvJ&]'ګZ̪op꼠Oz:=,cpꡄtkث[q2>d;[K=Q\KݫmD/#=}|pcXE- ̧=."v`bV702c"p@ئ=GTK)Q4t%ˠH:Qr89> endobj +531 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -195 +/FontName /TJMEUX+CMR17 +/ItalicAngle 0 +/StemV 53 +/XHeight 431 +/FontBBox [-33 -250 945 749] +/Flags 4 +/CharSet (/E/G/I/L/T/U/X/a/c/d/e/f/g/h/i/m/n/o/p/r/s/t) +/FontFile 532 0 R +>> endobj +2449 0 obj +[628 0 726 0 328 0 0 576 0 0 0 0 0 0 0 668 693 0 0 693 0 0 0 0 0 0 0 0 459 0 406 511 406 276 459 511 250 0 0 0 772 511 459 511 0 354 359 354 ] +endobj +2448 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 69/E 70/.notdef 71/G 72/.notdef 73/I 74/.notdef 76/L 77/.notdef 84/T/U 86/.notdef 88/X 89/.notdef 97/a 98/.notdef 99/c/d/e/f/g/h/i 106/.notdef 109/m/n/o/p 113/.notdef 114/r/s/t 117/.notdef] +>> endobj +581 0 obj << +/Type /Pages +/Count 6 +/Parent 2450 0 R +/Kids [526 0 R 585 0 R 589 0 R 620 0 R 627 0 R 666 0 R] +>> endobj +754 0 obj << +/Type /Pages +/Count 6 +/Parent 2450 0 R +/Kids [711 0 R 756 0 R 774 0 R 787 0 R 804 0 R 830 0 R] +>> endobj +851 0 obj << +/Type /Pages +/Count 6 +/Parent 2450 0 R +/Kids [838 0 R 853 0 R 861 0 R 870 0 R 881 0 R 891 0 R] +>> endobj +907 0 obj << +/Type /Pages +/Count 6 +/Parent 2450 0 R +/Kids [897 0 R 909 0 R 919 0 R 931 0 R 957 0 R 971 0 R] +>> endobj +990 0 obj << +/Type /Pages +/Count 6 +/Parent 2450 0 R +/Kids [984 0 R 993 0 R 1006 0 R 1011 0 R 1033 0 R 1045 0 R] +>> endobj +1056 0 obj << +/Type /Pages +/Count 6 +/Parent 2450 0 R +/Kids [1053 0 R 1058 0 R 1064 0 R 1070 0 R 1081 0 R 1086 0 R] +>> endobj +1102 0 obj << +/Type /Pages +/Count 6 +/Parent 2451 0 R +/Kids [1094 0 R 1108 0 R 1126 0 R 1138 0 R 1143 0 R 1150 0 R] +>> endobj +1169 0 obj << +/Type /Pages +/Count 6 +/Parent 2451 0 R +/Kids [1157 0 R 1171 0 R 1179 0 R 1192 0 R 1209 0 R 1249 0 R] +>> endobj +1287 0 obj << +/Type /Pages +/Count 6 +/Parent 2451 0 R +/Kids [1274 0 R 1290 0 R 1298 0 R 1305 0 R 1312 0 R 1316 0 R] +>> endobj +1333 0 obj << +/Type /Pages +/Count 6 +/Parent 2451 0 R +/Kids [1324 0 R 1336 0 R 1346 0 R 1357 0 R 1367 0 R 1378 0 R] +>> endobj +1399 0 obj << +/Type /Pages +/Count 6 +/Parent 2451 0 R +/Kids [1389 0 R 1402 0 R 1406 0 R 1421 0 R 1431 0 R 1436 0 R] +>> endobj +1455 0 obj << +/Type /Pages +/Count 6 +/Parent 2451 0 R +/Kids [1447 0 R 1459 0 R 1463 0 R 1507 0 R 1524 0 R 1536 0 R] +>> endobj +1547 0 obj << +/Type /Pages +/Count 6 +/Parent 2452 0 R +/Kids [1541 0 R 1549 0 R 1553 0 R 1558 0 R 1579 0 R 1596 0 R] +>> endobj +1619 0 obj << +/Type /Pages +/Count 6 +/Parent 2452 0 R +/Kids [1610 0 R 1621 0 R 1637 0 R 1655 0 R 1666 0 R 1677 0 R] +>> endobj +1693 0 obj << +/Type /Pages +/Count 6 +/Parent 2452 0 R +/Kids [1684 0 R 1695 0 R 1707 0 R 1717 0 R 1726 0 R 1738 0 R] +>> endobj +1760 0 obj << +/Type /Pages +/Count 6 +/Parent 2452 0 R +/Kids [1754 0 R 1762 0 R 1770 0 R 1774 0 R 1784 0 R 1790 0 R] +>> endobj +1808 0 obj << +/Type /Pages +/Count 6 +/Parent 2452 0 R +/Kids [1804 0 R 1810 0 R 1814 0 R 1821 0 R 1829 0 R 1843 0 R] +>> endobj +1859 0 obj << +/Type /Pages +/Count 6 +/Parent 2452 0 R +/Kids [1856 0 R 1861 0 R 1884 0 R 1893 0 R 1901 0 R 1929 0 R] +>> endobj +1950 0 obj << +/Type /Pages +/Count 6 +/Parent 2453 0 R +/Kids [1941 0 R 1952 0 R 1963 0 R 1973 0 R 1984 0 R 1997 0 R] +>> endobj +2010 0 obj << +/Type /Pages +/Count 6 +/Parent 2453 0 R +/Kids [2006 0 R 2013 0 R 2025 0 R 2035 0 R 2040 0 R 2054 0 R] +>> endobj +2110 0 obj << +/Type /Pages +/Count 4 +/Parent 2453 0 R +/Kids [2079 0 R 2112 0 R 2223 0 R 2339 0 R] +>> endobj +2450 0 obj << +/Type /Pages +/Count 36 +/Parent 2454 0 R +/Kids [581 0 R 754 0 R 851 0 R 907 0 R 990 0 R 1056 0 R] +>> endobj +2451 0 obj << +/Type /Pages +/Count 36 +/Parent 2454 0 R +/Kids [1102 0 R 1169 0 R 1287 0 R 1333 0 R 1399 0 R 1455 0 R] +>> endobj +2452 0 obj << +/Type /Pages +/Count 36 +/Parent 2454 0 R +/Kids [1547 0 R 1619 0 R 1693 0 R 1760 0 R 1808 0 R 1859 0 R] +>> endobj +2453 0 obj << +/Type /Pages +/Count 16 +/Parent 2454 0 R +/Kids [1950 0 R 2010 0 R 2110 0 R] +>> endobj +2454 0 obj << +/Type /Pages +/Count 124 +/Kids [2450 0 R 2451 0 R 2452 0 R 2453 0 R] +>> endobj +2455 0 obj << +/Type /Outlines +/First 7 0 R +/Last 451 0 R +/Count 130 +>> endobj +523 0 obj << +/Title 524 0 R +/A 521 0 R +/Parent 451 0 R +/Prev 519 0 R +>> endobj +519 0 obj << +/Title 520 0 R +/A 517 0 R +/Parent 451 0 R +/Prev 507 0 R +/Next 523 0 R +>> endobj +515 0 obj << +/Title 516 0 R +/A 513 0 R +/Parent 507 0 R +/Prev 511 0 R +>> endobj +511 0 obj << +/Title 512 0 R +/A 509 0 R +/Parent 507 0 R +/Next 515 0 R +>> endobj +507 0 obj << +/Title 508 0 R +/A 505 0 R +/Parent 451 0 R +/Prev 491 0 R +/Next 519 0 R +/First 511 0 R +/Last 515 0 R +/Count 2 +>> endobj +503 0 obj << +/Title 504 0 R +/A 501 0 R +/Parent 491 0 R +/Prev 499 0 R +>> endobj +499 0 obj << +/Title 500 0 R +/A 497 0 R +/Parent 491 0 R +/Prev 495 0 R +/Next 503 0 R +>> endobj +495 0 obj << +/Title 496 0 R +/A 493 0 R +/Parent 491 0 R +/Next 499 0 R +>> endobj +491 0 obj << +/Title 492 0 R +/A 489 0 R +/Parent 451 0 R +/Prev 479 0 R +/Next 507 0 R +/First 495 0 R +/Last 503 0 R +/Count 3 +>> endobj +487 0 obj << +/Title 488 0 R +/A 485 0 R +/Parent 479 0 R +/Prev 483 0 R +>> endobj +483 0 obj << +/Title 484 0 R +/A 481 0 R +/Parent 479 0 R +/Next 487 0 R +>> endobj +479 0 obj << +/Title 480 0 R +/A 477 0 R +/Parent 451 0 R +/Prev 475 0 R +/Next 491 0 R +/First 483 0 R +/Last 487 0 R +/Count 2 +>> endobj +475 0 obj << +/Title 476 0 R +/A 473 0 R +/Parent 451 0 R +/Prev 471 0 R +/Next 479 0 R +>> endobj +471 0 obj << +/Title 472 0 R +/A 469 0 R +/Parent 451 0 R +/Prev 455 0 R +/Next 475 0 R +>> endobj +467 0 obj << +/Title 468 0 R +/A 465 0 R +/Parent 455 0 R +/Prev 463 0 R +>> endobj +463 0 obj << +/Title 464 0 R +/A 461 0 R +/Parent 455 0 R +/Prev 459 0 R +/Next 467 0 R +>> endobj +459 0 obj << +/Title 460 0 R +/A 457 0 R +/Parent 455 0 R +/Next 463 0 R +>> endobj +455 0 obj << +/Title 456 0 R +/A 453 0 R +/Parent 451 0 R +/Next 471 0 R +/First 459 0 R +/Last 467 0 R +/Count 3 +>> endobj +451 0 obj << +/Title 452 0 R +/A 449 0 R +/Parent 2455 0 R +/Prev 271 0 R +/First 455 0 R +/Last 523 0 R +/Count 18 +>> endobj +447 0 obj << +/Title 448 0 R +/A 445 0 R +/Parent 431 0 R +/Prev 443 0 R +>> endobj +443 0 obj << +/Title 444 0 R +/A 441 0 R +/Parent 431 0 R +/Prev 439 0 R +/Next 447 0 R +>> endobj +439 0 obj << +/Title 440 0 R +/A 437 0 R +/Parent 431 0 R +/Prev 435 0 R +/Next 443 0 R +>> endobj +435 0 obj << +/Title 436 0 R +/A 433 0 R +/Parent 431 0 R +/Next 439 0 R +>> endobj +431 0 obj << +/Title 432 0 R +/A 429 0 R +/Parent 271 0 R +/Prev 423 0 R +/First 435 0 R +/Last 447 0 R +/Count 4 +>> endobj +427 0 obj << +/Title 428 0 R +/A 425 0 R +/Parent 423 0 R +>> endobj +423 0 obj << +/Title 424 0 R +/A 421 0 R +/Parent 271 0 R +/Prev 411 0 R +/Next 431 0 R +/First 427 0 R +/Last 427 0 R +/Count 1 +>> endobj +419 0 obj << +/Title 420 0 R +/A 417 0 R +/Parent 411 0 R +/Prev 415 0 R +>> endobj +415 0 obj << +/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 271 0 R +/Prev 395 0 R +/Next 423 0 R +/First 415 0 R +/Last 419 0 R +/Count 2 +>> endobj +407 0 obj << +/Title 408 0 R +/A 405 0 R +/Parent 395 0 R +/Prev 403 0 R +>> endobj +403 0 obj << +/Title 404 0 R +/A 401 0 R +/Parent 395 0 R +/Prev 399 0 R +/Next 407 0 R +>> endobj +399 0 obj << +/Title 400 0 R +/A 397 0 R +/Parent 395 0 R +/Next 403 0 R +>> endobj +395 0 obj << +/Title 396 0 R +/A 393 0 R +/Parent 271 0 R +/Prev 383 0 R +/Next 411 0 R +/First 399 0 R +/Last 407 0 R +/Count 3 +>> endobj +391 0 obj << +/Title 392 0 R +/A 389 0 R +/Parent 383 0 R +/Prev 387 0 R +>> endobj +387 0 obj << +/Title 388 0 R +/A 385 0 R +/Parent 383 0 R +/Next 391 0 R +>> endobj +383 0 obj << +/Title 384 0 R +/A 381 0 R +/Parent 271 0 R +/Prev 379 0 R +/Next 395 0 R +/First 387 0 R +/Last 391 0 R +/Count 2 +>> endobj +379 0 obj << +/Title 380 0 R +/A 377 0 R +/Parent 271 0 R +/Prev 367 0 R +/Next 383 0 R +>> endobj +375 0 obj << +/Title 376 0 R +/A 373 0 R +/Parent 367 0 R +/Prev 371 0 R +>> endobj +371 0 obj << +/Title 372 0 R +/A 369 0 R +/Parent 367 0 R +/Next 375 0 R +>> endobj +367 0 obj << +/Title 368 0 R +/A 365 0 R +/Parent 271 0 R +/Prev 343 0 R +/Next 379 0 R +/First 371 0 R +/Last 375 0 R +/Count 2 +>> endobj +363 0 obj << +/Title 364 0 R +/A 361 0 R +/Parent 343 0 R +/Prev 359 0 R +>> endobj +359 0 obj << +/Title 360 0 R +/A 357 0 R +/Parent 343 0 R +/Prev 355 0 R +/Next 363 0 R +>> endobj +355 0 obj << +/Title 356 0 R +/A 353 0 R +/Parent 343 0 R +/Prev 351 0 R +/Next 359 0 R +>> endobj +351 0 obj << +/Title 352 0 R +/A 349 0 R +/Parent 343 0 R +/Prev 347 0 R +/Next 355 0 R +>> endobj +347 0 obj << +/Title 348 0 R +/A 345 0 R +/Parent 343 0 R +/Next 351 0 R +>> endobj +343 0 obj << +/Title 344 0 R +/A 341 0 R +/Parent 271 0 R +/Prev 311 0 R +/Next 367 0 R +/First 347 0 R +/Last 363 0 R +/Count 5 +>> endobj +339 0 obj << +/Title 340 0 R +/A 337 0 R +/Parent 311 0 R +/Prev 335 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 +>> endobj +331 0 obj << +/Title 332 0 R +/A 329 0 R +/Parent 311 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 +>> endobj +323 0 obj << +/Title 324 0 R +/A 321 0 R +/Parent 311 0 R +/Prev 319 0 R +/Next 327 0 R +>> endobj +319 0 obj << +/Title 320 0 R +/A 317 0 R +/Parent 311 0 R +/Prev 315 0 R +/Next 323 0 R +>> endobj +315 0 obj << +/Title 316 0 R +/A 313 0 R +/Parent 311 0 R +/Next 319 0 R +>> endobj +311 0 obj << +/Title 312 0 R +/A 309 0 R +/Parent 271 0 R +/Prev 295 0 R +/Next 343 0 R +/First 315 0 R +/Last 339 0 R +/Count 7 +>> endobj +307 0 obj << +/Title 308 0 R +/A 305 0 R +/Parent 295 0 R +/Prev 303 0 R +>> endobj +303 0 obj << +/Title 304 0 R +/A 301 0 R +/Parent 295 0 R +/Prev 299 0 R +/Next 307 0 R +>> endobj +299 0 obj << +/Title 300 0 R +/A 297 0 R +/Parent 295 0 R +/Next 303 0 R +>> endobj +295 0 obj << +/Title 296 0 R +/A 293 0 R +/Parent 271 0 R +/Prev 275 0 R +/Next 311 0 R +/First 299 0 R +/Last 307 0 R +/Count 3 +>> endobj +291 0 obj << +/Title 292 0 R +/A 289 0 R +/Parent 275 0 R +/Prev 287 0 R +>> endobj +287 0 obj << +/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 275 0 R +/Prev 279 0 R +/Next 287 0 R +>> endobj +279 0 obj << +/Title 280 0 R +/A 277 0 R +/Parent 275 0 R +/Next 283 0 R +>> endobj +275 0 obj << +/Title 276 0 R +/A 273 0 R +/Parent 271 0 R +/Next 295 0 R +/First 279 0 R +/Last 291 0 R +/Count 4 +>> endobj +271 0 obj << +/Title 272 0 R +/A 269 0 R +/Parent 2455 0 R +/Prev 147 0 R +/Next 451 0 R +/First 275 0 R +/Last 431 0 R +/Count 44 +>> endobj +267 0 obj << +/Title 268 0 R +/A 265 0 R +/Parent 255 0 R +/Prev 263 0 R +>> endobj +263 0 obj << +/Title 264 0 R +/A 261 0 R +/Parent 255 0 R +/Prev 259 0 R +/Next 267 0 R +>> endobj +259 0 obj << +/Title 260 0 R +/A 257 0 R +/Parent 255 0 R +/Next 263 0 R +>> endobj +255 0 obj << +/Title 256 0 R +/A 253 0 R +/Parent 147 0 R +/Prev 231 0 R +/First 259 0 R +/Last 267 0 R +/Count 3 +>> endobj +251 0 obj << +/Title 252 0 R +/A 249 0 R +/Parent 231 0 R +/Prev 247 0 R +>> endobj +247 0 obj << +/Title 248 0 R +/A 245 0 R +/Parent 231 0 R +/Prev 243 0 R +/Next 251 0 R +>> endobj +243 0 obj << +/Title 244 0 R +/A 241 0 R +/Parent 231 0 R +/Prev 239 0 R +/Next 247 0 R +>> endobj +239 0 obj << +/Title 240 0 R +/A 237 0 R +/Parent 231 0 R +/Prev 235 0 R +/Next 243 0 R +>> endobj +235 0 obj << +/Title 236 0 R +/A 233 0 R +/Parent 231 0 R +/Next 239 0 R +>> endobj +231 0 obj << +/Title 232 0 R +/A 229 0 R +/Parent 147 0 R +/Prev 211 0 R +/Next 255 0 R +/First 235 0 R +/Last 251 0 R +/Count 5 +>> endobj +227 0 obj << +/Title 228 0 R +/A 225 0 R +/Parent 211 0 R +/Prev 223 0 R +>> endobj +223 0 obj << +/Title 224 0 R +/A 221 0 R +/Parent 211 0 R +/Prev 219 0 R +/Next 227 0 R +>> endobj +219 0 obj << +/Title 220 0 R +/A 217 0 R +/Parent 211 0 R +/Prev 215 0 R +/Next 223 0 R +>> endobj +215 0 obj << +/Title 216 0 R +/A 213 0 R +/Parent 211 0 R +/Next 219 0 R +>> endobj +211 0 obj << +/Title 212 0 R +/A 209 0 R +/Parent 147 0 R +/Prev 191 0 R +/Next 231 0 R +/First 215 0 R +/Last 227 0 R +/Count 4 +>> endobj +207 0 obj << +/Title 208 0 R +/A 205 0 R +/Parent 191 0 R +/Prev 203 0 R +>> endobj +203 0 obj << +/Title 204 0 R +/A 201 0 R +/Parent 191 0 R +/Prev 199 0 R +/Next 207 0 R +>> endobj +199 0 obj << +/Title 200 0 R +/A 197 0 R +/Parent 191 0 R +/Prev 195 0 R +/Next 203 0 R +>> endobj +195 0 obj << +/Title 196 0 R +/A 193 0 R +/Parent 191 0 R +/Next 199 0 R +>> endobj +191 0 obj << +/Title 192 0 R +/A 189 0 R +/Parent 147 0 R +/Prev 183 0 R +/Next 211 0 R +/First 195 0 R +/Last 207 0 R +/Count 4 +>> endobj +187 0 obj << +/Title 188 0 R +/A 185 0 R +/Parent 183 0 R +>> endobj +183 0 obj << +/Title 184 0 R +/A 181 0 R +/Parent 147 0 R +/Prev 163 0 R +/Next 191 0 R +/First 187 0 R +/Last 187 0 R +/Count 1 +>> endobj +179 0 obj << +/Title 180 0 R +/A 177 0 R +/Parent 163 0 R +/Prev 175 0 R +>> endobj +175 0 obj << +/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 163 0 R +/Prev 167 0 R +/Next 175 0 R +>> endobj +167 0 obj << +/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 147 0 R +/Prev 151 0 R +/Next 183 0 R +/First 167 0 R +/Last 179 0 R +/Count 4 +>> endobj +159 0 obj << +/Title 160 0 R +/A 157 0 R +/Parent 151 0 R +/Prev 155 0 R +>> endobj +155 0 obj << +/Title 156 0 R +/A 153 0 R +/Parent 151 0 R +/Next 159 0 R +>> endobj +151 0 obj << +/Title 152 0 R +/A 149 0 R +/Parent 147 0 R +/Next 163 0 R +/First 155 0 R +/Last 159 0 R +/Count 2 +>> endobj +147 0 obj << +/Title 148 0 R +/A 145 0 R +/Parent 2455 0 R +/Prev 91 0 R +/Next 271 0 R +/First 151 0 R +/Last 255 0 R +/Count 30 +>> endobj +143 0 obj << +/Title 144 0 R +/A 141 0 R +/Parent 135 0 R +/Prev 139 0 R +>> endobj +139 0 obj << +/Title 140 0 R +/A 137 0 R +/Parent 135 0 R +/Next 143 0 R +>> endobj +135 0 obj << +/Title 136 0 R +/A 133 0 R +/Parent 91 0 R +/Prev 119 0 R +/First 139 0 R +/Last 143 0 R +/Count 2 +>> endobj +131 0 obj << +/Title 132 0 R +/A 129 0 R +/Parent 119 0 R +/Prev 127 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 +>> endobj +123 0 obj << +/Title 124 0 R +/A 121 0 R +/Parent 119 0 R +/Next 127 0 R +>> endobj +119 0 obj << +/Title 120 0 R +/A 117 0 R +/Parent 91 0 R +/Prev 95 0 R +/Next 135 0 R +/First 123 0 R +/Last 131 0 R +/Count 3 +>> endobj +115 0 obj << +/Title 116 0 R +/A 113 0 R +/Parent 95 0 R +/Prev 111 0 R +>> endobj +111 0 obj << +/Title 112 0 R +/A 109 0 R +/Parent 95 0 R +/Prev 107 0 R +/Next 115 0 R +>> endobj +107 0 obj << +/Title 108 0 R +/A 105 0 R +/Parent 95 0 R +/Prev 103 0 R +/Next 111 0 R +>> endobj +103 0 obj << +/Title 104 0 R +/A 101 0 R +/Parent 95 0 R +/Prev 99 0 R +/Next 107 0 R +>> endobj +99 0 obj << +/Title 100 0 R +/A 97 0 R +/Parent 95 0 R +/Next 103 0 R +>> endobj +95 0 obj << +/Title 96 0 R +/A 93 0 R +/Parent 91 0 R +/Next 119 0 R +/First 99 0 R +/Last 115 0 R +/Count 5 +>> endobj +91 0 obj << +/Title 92 0 R +/A 89 0 R +/Parent 2455 0 R +/Prev 7 0 R +/Next 147 0 R +/First 95 0 R +/Last 135 0 R +/Count 13 +>> endobj +87 0 obj << +/Title 88 0 R +/A 85 0 R +/Parent 71 0 R +/Prev 83 0 R +>> endobj +83 0 obj << +/Title 84 0 R +/A 81 0 R +/Parent 71 0 R +/Prev 79 0 R +/Next 87 0 R +>> endobj +79 0 obj << +/Title 80 0 R +/A 77 0 R +/Parent 71 0 R +/Prev 75 0 R +/Next 83 0 R +>> endobj +75 0 obj << +/Title 76 0 R +/A 73 0 R +/Parent 71 0 R +/Next 79 0 R +>> endobj +71 0 obj << +/Title 72 0 R +/A 69 0 R +/Parent 7 0 R +/Prev 47 0 R +/First 75 0 R +/Last 87 0 R +/Count 4 +>> endobj +67 0 obj << +/Title 68 0 R +/A 65 0 R +/Parent 47 0 R +/Prev 63 0 R +>> endobj +63 0 obj << +/Title 64 0 R +/A 61 0 R +/Parent 47 0 R +/Prev 59 0 R +/Next 67 0 R +>> endobj +59 0 obj << +/Title 60 0 R +/A 57 0 R +/Parent 47 0 R +/Prev 55 0 R +/Next 63 0 R +>> endobj +55 0 obj << +/Title 56 0 R +/A 53 0 R +/Parent 47 0 R +/Prev 51 0 R +/Next 59 0 R +>> endobj +51 0 obj << +/Title 52 0 R +/A 49 0 R +/Parent 47 0 R +/Next 55 0 R +>> endobj +47 0 obj << +/Title 48 0 R +/A 45 0 R +/Parent 7 0 R +/Prev 39 0 R +/Next 71 0 R +/First 51 0 R +/Last 67 0 R +/Count 5 +>> endobj +43 0 obj << +/Title 44 0 R +/A 41 0 R +/Parent 39 0 R +>> endobj +39 0 obj << +/Title 40 0 R +/A 37 0 R +/Parent 7 0 R +/Prev 19 0 R +/Next 47 0 R +/First 43 0 R +/Last 43 0 R +/Count 1 +>> endobj +35 0 obj << +/Title 36 0 R +/A 33 0 R +/Parent 19 0 R +/Prev 31 0 R +>> endobj +31 0 obj << +/Title 32 0 R +/A 29 0 R +/Parent 19 0 R +/Prev 27 0 R +/Next 35 0 R +>> endobj +27 0 obj << +/Title 28 0 R +/A 25 0 R +/Parent 19 0 R +/Prev 23 0 R +/Next 31 0 R +>> endobj +23 0 obj << +/Title 24 0 R +/A 21 0 R +/Parent 19 0 R +/Next 27 0 R +>> endobj +19 0 obj << +/Title 20 0 R +/A 17 0 R +/Parent 7 0 R +/Prev 15 0 R +/Next 39 0 R +/First 23 0 R +/Last 35 0 R +/Count 4 +>> endobj +15 0 obj << +/Title 16 0 R +/A 13 0 R +/Parent 7 0 R +/Prev 11 0 R +/Next 19 0 R +>> endobj +11 0 obj << +/Title 12 0 R +/A 9 0 R +/Parent 7 0 R +/Next 15 0 R +>> endobj +7 0 obj << +/Title 8 0 R +/A 5 0 R +/Parent 2455 0 R +/Next 91 0 R +/First 11 0 R +/Last 71 0 R +/Count 20 +>> endobj +2456 0 obj << +/Names [(Doc-Start) 530 0 R (Item.1) 833 0 R (Item.10) 849 0 R (Item.11) 856 0 R (Item.12) 857 0 R (Item.13) 859 0 R (Item.14) 864 0 R (Item.15) 865 0 R (Item.16) 866 0 R (Item.17) 942 0 R (Item.18) 943 0 R (Item.19) 944 0 R (Item.2) 834 0 R (Item.20) 961 0 R (Item.21) 962 0 R (Item.22) 963 0 R (Item.23) 964 0 R (Item.24) 965 0 R (Item.25) 967 0 R (Item.26) 1016 0 R (Item.27) 1017 0 R (Item.28) 1036 0 R (Item.29) 1037 0 R (Item.3) 835 0 R (Item.30) 1039 0 R (Item.31) 1131 0 R (Item.32) 1133 0 R (Item.33) 1160 0 R (Item.34) 1161 0 R (Item.35) 1162 0 R (Item.36) 1163 0 R (Item.37) 1166 0 R (Item.38) 1167 0 R (Item.39) 1168 0 R (Item.4) 836 0 R (Item.40) 1174 0 R (Item.41) 1176 0 R (Item.42) 1177 0 R (Item.43) 1196 0 R (Item.44) 1197 0 R (Item.45) 1198 0 R (Item.46) 1277 0 R (Item.47) 1278 0 R (Item.48) 1279 0 R (Item.49) 1280 0 R (Item.5) 841 0 R (Item.50) 1281 0 R (Item.51) 1282 0 R (Item.52) 1283 0 R (Item.53) 1284 0 R (Item.54) 1285 0 R (Item.55) 1293 0 R (Item.56) 1295 0 R (Item.57) 1301 0 R (Item.58) 1302 0 R (Item.59) 1303 0 R (Item.6) 844 0 R (Item.60) 1327 0 R (Item.61) 1329 0 R (Item.62) 1331 0 R (Item.63) 1339 0 R (Item.64) 1362 0 R (Item.65) 1363 0 R (Item.66) 1364 0 R (Item.67) 1365 0 R (Item.68) 1371 0 R (Item.69) 1374 0 R (Item.7) 846 0 R (Item.70) 1375 0 R (Item.71) 1376 0 R (Item.72) 1383 0 R (Item.73) 1384 0 R (Item.74) 1386 0 R (Item.75) 1387 0 R (Item.76) 1392 0 R (Item.77) 1393 0 R (Item.78) 1394 0 R (Item.79) 1513 0 R (Item.8) 847 0 R (Item.80) 1515 0 R (Item.81) 1517 0 R (Item.82) 1591 0 R (Item.83) 1592 0 R (Item.84) 1593 0 R (Item.85) 1757 0 R (Item.86) 1758 0 R (Item.87) 1759 0 R (Item.88) 1826 0 R (Item.89) 1827 0 R (Item.9) 848 0 R (Item.90) 1832 0 R (Item.91) 1864 0 R (Item.92) 1865 0 R (Item.93) 1868 0 R (cite.afterpage) 2067 0 R (cite.calc) 2069 0 R (cite.caption) 1492 0 R (cite.ccaption) 1493 0 R (cite.companion2) 1104 0 R (cite.endfloat) 2073 0 R (cite.eso-pic) 1322 0 R (cite.fancybox) 2076 0 R (cite.fancyhdr) 1310 0 R (cite.flafter) 1334 0 R (cite.float) 2084 0 R (cite.graphics:bundle) 583 0 R (cite.graphics:companion) 952 0 R (cite.graphicx-psmin) 1288 0 R (cite.greenberg) 2065 0 R (cite.hyperref) 1355 0 R (cite.ifpdf) 2088 0 R (cite.ifthen) 2090 0 R (cite.kopka:daly4) 2057 0 R (cite.lamport) 800 0 R (cite.lscape) 2092 0 R (cite.lshort) 2062 0 R (cite.metapost) 879 0 R (cite.morefloats) 2095 0 R (cite.overpic) 1136 0 R (cite.pdftex:manual) 2059 0 R (cite.placeins) 2098 0 R (cite.psfrag) 1190 0 R (cite.rotating) 2101 0 R (cite.sidecap) 2103 0 R (cite.subfig) 1994 0 R (cite.topcapt) 1457 0 R (cite.varioref) 1354 0 R (cite.web:companion) 2058 0 R (cite.xr) 2108 0 R (figure.1) 801 0 R (figure.10) 1214 0 R (figure.11) 1246 0 R (figure.12) 1247 0 R (figure.13) 1443 0 R (figure.14) 1445 0 R (figure.15) 1454 0 R (figure.16) 1534 0 R (figure.17) 1569 0 R (figure.18) 1582 0 R (figure.19) 1587 0 R (figure.2) 810 0 R (figure.20) 1600 0 R (figure.21) 1608 0 R (figure.22) 1615 0 R (figure.23) 1618 0 R (figure.24) 1627 0 R (figure.25) 1631 0 R (figure.26) 1634 0 R (figure.27) 1641 0 R (figure.28) 1650 0 R (figure.29) 1658 0 R (figure.3) 1019 0 R (figure.30) 1659 0 R (figure.31) 1660 0 R (figure.32) 1661 0 R (figure.33) 1662 0 R (figure.34) 1663 0 R (figure.35) 1664 0 R (figure.36) 1651 0 R (figure.37) 1652 0 R (figure.38) 1669 0 R (figure.39) 1670 0 R (figure.4) 1091 0 R (figure.40) 1671 0 R (figure.41) 1672 0 R (figure.42) 1673 0 R (figure.43) 1674 0 R (figure.44) 1675 0 R (figure.45) 1653 0 R (figure.46) 1688 0 R (figure.47) 1692 0 R (figure.48) 1701 0 R (figure.49) 1705 0 R (figure.5) 1098 0 R (figure.50) 1714 0 R (figure.51) 1732 0 R (figure.52) 1745 0 R (figure.53) 1768 0 R (figure.54) 1782 0 R (figure.55) 1788 0 R (figure.56) 1798 0 R (figure.57) 1818 0 R (figure.58) 1825 0 R (figure.59) 1836 0 R (figure.6) 1103 0 R (figure.60) 1854 0 R (figure.61) 1882 0 R (figure.62) 1888 0 R (figure.63) 1877 0 R (figure.64) 1878 0 R (figure.65) 1881 0 R (figure.66) 1925 0 R (figure.67) 1938 0 R (figure.68) 1939 0 R (figure.69) 1946 0 R (figure.7) 1115 0 R (figure.70) 1947 0 R (figure.71) 1957 0 R (figure.72) 1966 0 R (figure.73) 1967 0 R (figure.74) 1968 0 R (figure.75) 1969 0 R (figure.76) 1970 0 R (figure.77) 1982 0 R (figure.78) 2021 0 R (figure.78.1) 2038 0 R (figure.79) 2045 0 R (figure.79.1) 2052 0 R (figure.8) 1116 0 R (figure.9) 1203 0 R (page.1) 529 0 R (page.10) 789 0 R (page.100) 1823 0 R (page.101) 1831 0 R (page.102) 1845 0 R (page.103) 1858 0 R (page.104) 1863 0 R (page.105) 1886 0 R (page.106) 1895 0 R (page.107) 1903 0 R (page.108) 1931 0 R (page.109) 1943 0 R (page.11) 806 0 R (page.110) 1954 0 R (page.111) 1965 0 R (page.112) 1975 0 R (page.113) 1986 0 R (page.114) 1999 0 R (page.115) 2008 0 R (page.116) 2015 0 R (page.117) 2027 0 R (page.118) 2037 0 R (page.119) 2042 0 R (page.12) 832 0 R (page.120) 2056 0 R (page.121) 2081 0 R (page.122) 2114 0 R (page.123) 2225 0 R (page.124) 2341 0 R (page.13) 840 0 R (page.14) 855 0 R (page.15) 863 0 R (page.16) 872 0 R (page.17) 883 0 R (page.18) 893 0 R (page.19) 899 0 R (page.2) 587 0 R (page.20) 911 0 R (page.21) 921 0 R (page.22) 933 0 R (page.23) 959 0 R (page.24) 973 0 R (page.25) 986 0 R (page.26) 995 0 R (page.27) 1008 0 R (page.28) 1013 0 R (page.29) 1035 0 R (page.3) 591 0 R (page.30) 1047 0 R (page.31) 1055 0 R (page.32) 1060 0 R (page.33) 1066 0 R (page.34) 1072 0 R (page.35) 1083 0 R (page.36) 1088 0 R (page.37) 1096 0 R (page.38) 1110 0 R (page.39) 1128 0 R (page.4) 622 0 R (page.40) 1140 0 R (page.41) 1145 0 R (page.42) 1152 0 R (page.43) 1159 0 R (page.44) 1173 0 R (page.45) 1181 0 R (page.46) 1194 0 R (page.47) 1211 0 R (page.48) 1251 0 R (page.49) 1276 0 R (page.5) 629 0 R (page.50) 1292 0 R (page.51) 1300 0 R (page.52) 1307 0 R (page.53) 1314 0 R (page.54) 1318 0 R (page.55) 1326 0 R (page.56) 1338 0 R (page.57) 1348 0 R (page.58) 1359 0 R (page.59) 1369 0 R (page.6) 668 0 R (page.60) 1380 0 R (page.61) 1391 0 R (page.62) 1404 0 R (page.63) 1408 0 R (page.64) 1423 0 R (page.65) 1433 0 R (page.66) 1438 0 R (page.67) 1449 0 R (page.68) 1461 0 R (page.69) 1465 0 R (page.7) 713 0 R (page.70) 1509 0 R (page.71) 1526 0 R (page.72) 1538 0 R (page.73) 1543 0 R (page.74) 1551 0 R (page.75) 1555 0 R (page.76) 1560 0 R (page.77) 1581 0 R (page.78) 1598 0 R (page.79) 1612 0 R (page.8) 758 0 R (page.80) 1623 0 R (page.81) 1639 0 R (page.82) 1657 0 R (page.83) 1668 0 R (page.84) 1679 0 R (page.85) 1686 0 R (page.86) 1697 0 R (page.87) 1709 0 R (page.88) 1719 0 R (page.89) 1728 0 R (page.9) 776 0 R (page.90) 1740 0 R (page.91) 1756 0 R (page.92) 1764 0 R (page.93) 1772 0 R (page.94) 1776 0 R (page.95) 1786 0 R (page.96) 1792 0 R (page.97) 1806 0 R (page.98) 1812 0 R (page.99) 1816 0 R (part.1) 6 0 R (part.2) 90 0 R (part.3) 146 0 R (part.4) 270 0 R (part.5) 450 0 R (section*.1) 595 0 R (section*.10) 1601 0 R (section*.11) 1604 0 R (section*.12) 1613 0 R (section*.13) 1616 0 R (section*.14) 1624 0 R (section*.15) 1628 0 R (section*.16) 1632 0 R (section*.17) 1635 0 R (section*.18) 1642 0 R (section*.19) 1647 0 R (section*.2) 617 0 R (section*.20) 1689 0 R (section*.21) 1698 0 R (section*.22) 1702 0 R (section*.23) 1710 0 R (section*.24) 518 0 R (section*.25) 522 0 R (section*.26) 2115 0 R (section*.3) 582 0 R (section*.4) 1349 0 R (section*.5) 1353 0 R (section*.6) 1568 0 R (section*.7) 1570 0 R (section*.8) 1586 0 R (section*.9) 1594 0 R (section.1) 10 0 R (section.10) 150 0 R (section.11) 162 0 R (section.12) 182 0 R (section.13) 190 0 R (section.14) 210 0 R (section.15) 230 0 R (section.16) 254 0 R (section.17) 274 0 R (section.18) 294 0 R (section.19) 310 0 R (section.2) 14 0 R (section.20) 342 0 R (section.21) 366 0 R (section.22) 378 0 R (section.23) 382 0 R (section.24) 394 0 R (section.25) 410 0 R (section.26) 422 0 R (section.27) 430 0 R (section.28) 454 0 R (section.29) 470 0 R (section.3) 18 0 R (section.30) 474 0 R (section.31) 478 0 R (section.32) 490 0 R (section.33) 506 0 R (section.4) 38 0 R (section.5) 46 0 R (section.6) 70 0 R (section.7) 94 0 R (section.8) 118 0 R (section.9) 134 0 R (subfigure.65.1) 1879 0 R (subfigure.65.2) 1880 0 R (subfigure.66.1) 1926 0 R (subfigure.66.2) 1927 0 R (subfigure.7.1) 1113 0 R (subfigure.7.2) 1114 0 R (subfigure.77.1) 1977 0 R (subfigure.77.2) 1978 0 R (subfigure.77.3) 1979 0 R (subfigure.77.4) 1980 0 R (subfigure.77.5) 1981 0 R (subfigure.78.1) 2022 0 R (subfigure.78.2) 2023 0 R (subfigure.79.1) 2043 0 R (subfigure.79.2) 2044 0 R (subfigure.79.3) 2050 0 R (subfigure.79.4) 2051 0 R (subsection.10.1) 154 0 R (subsection.10.2) 158 0 R (subsection.11.1) 166 0 R (subsection.11.2) 170 0 R (subsection.11.3) 174 0 R (subsection.11.4) 178 0 R (subsection.12.1) 186 0 R (subsection.13.1) 194 0 R (subsection.13.2) 198 0 R (subsection.13.3) 202 0 R (subsection.13.4) 206 0 R (subsection.14.1) 214 0 R (subsection.14.2) 218 0 R (subsection.14.3) 222 0 R (subsection.14.4) 226 0 R (subsection.15.1) 234 0 R (subsection.15.2) 238 0 R (subsection.15.3) 242 0 R (subsection.15.4) 246 0 R (subsection.15.5) 250 0 R (subsection.16.1) 258 0 R (subsection.16.2) 262 0 R (subsection.16.3) 266 0 R (subsection.17.1) 278 0 R (subsection.17.2) 282 0 R (subsection.17.3) 286 0 R (subsection.17.4) 290 0 R (subsection.18.1) 298 0 R (subsection.18.2) 302 0 R (subsection.18.3) 306 0 R (subsection.19.1) 314 0 R (subsection.19.2) 318 0 R (subsection.19.3) 322 0 R (subsection.19.4) 326 0 R (subsection.19.5) 330 0 R (subsection.19.6) 334 0 R (subsection.19.7) 338 0 R (subsection.20.1) 346 0 R (subsection.20.2) 350 0 R (subsection.20.3) 354 0 R (subsection.20.4) 358 0 R (subsection.20.5) 362 0 R (subsection.21.1) 370 0 R (subsection.21.2) 374 0 R (subsection.23.1) 386 0 R (subsection.23.2) 390 0 R (subsection.24.1) 398 0 R (subsection.24.2) 402 0 R (subsection.24.3) 406 0 R (subsection.25.1) 414 0 R (subsection.25.2) 418 0 R (subsection.26.1) 426 0 R (subsection.27.1) 434 0 R (subsection.27.2) 438 0 R (subsection.27.3) 442 0 R (subsection.27.4) 446 0 R (subsection.28.1) 458 0 R (subsection.28.2) 462 0 R (subsection.28.3) 466 0 R (subsection.3.1) 22 0 R (subsection.3.2) 26 0 R (subsection.3.3) 30 0 R (subsection.3.4) 34 0 R (subsection.31.1) 482 0 R (subsection.31.2) 486 0 R (subsection.32.1) 494 0 R (subsection.32.2) 498 0 R (subsection.32.3) 502 0 R (subsection.33.1) 510 0 R (subsection.33.2) 514 0 R (subsection.4.1) 42 0 R (subsection.5.1) 50 0 R (subsection.5.2) 54 0 R (subsection.5.3) 58 0 R (subsection.5.4) 62 0 R (subsection.5.5) 66 0 R (subsection.6.1) 74 0 R (subsection.6.2) 78 0 R (subsection.6.3) 82 0 R (subsection.6.4) 86 0 R (subsection.7.1) 98 0 R (subsection.7.2) 102 0 R (subsection.7.3) 106 0 R (subsection.7.4) 110 0 R (subsection.7.5) 114 0 R (subsection.8.1) 122 0 R (subsection.8.2) 126 0 R (subsection.8.3) 130 0 R (subsection.9.1) 138 0 R (subsection.9.2) 142 0 R (subsubsection.11.3.1) 1073 0 R (subsubsection.11.3.2) 1084 0 R (subsubsection.11.4.1) 1092 0 R (subsubsection.11.4.2) 1099 0 R (subsubsection.16.3.1) 1320 0 R (subsubsection.17.1.1) 1344 0 R (subsubsection.17.1.2) 1351 0 R (subsubsection.20.4.1) 1497 0 R (subsubsection.20.4.2) 1498 0 R (subsubsection.20.4.3) 1500 0 R (subsubsection.20.4.4) 1502 0 R (subsubsection.20.5.1) 1504 0 R (subsubsection.20.5.2) 1505 0 R (subsubsection.25.2.1) 1796 0 R (subsubsection.25.2.2) 1801 0 R (subsubsection.28.1.1) 1873 0 R (subsubsection.28.1.2) 1876 0 R (subsubsection.28.3.1) 1915 0 R (subsubsection.7.4.1) 974 0 R (subsubsection.7.5.1) 997 0 R (subsubsection.9.1.1) 1048 0 R (subsubsection.9.1.2) 1043 0 R (table.1) 953 0 R (table.10) 1429 0 R (table.11) 1439 0 R (table.12) 1494 0 R (table.13) 1503 0 R (table.14) 1495 0 R (table.15) 1496 0 R (table.16) 1456 0 R (table.17) 1499 0 R (table.18) 1501 0 R (table.19) 1603 0 R (table.2) 954 0 R (table.20) 1607 0 R (table.21) 1841 0 R (table.22) 1907 0 R (table.23) 1958 0 R (table.24) 1993 0 R (table.25) 1995 0 R (table.26) 2004 0 R (table.27) 2009 0 R (table.3) 955 0 R (table.4) 1050 0 R (table.5) 1182 0 R (table.6) 1397 0 R (table.7) 1400 0 R (table.8) 1412 0 R (table.9) 1428 0 R] +/Limits [(Doc-Start) (table.9)] +>> endobj +2457 0 obj << +/Kids [2456 0 R] +>> endobj +2458 0 obj << +/Dests 2457 0 R +>> endobj +2459 0 obj << +/Type /Catalog +/Pages 2454 0 R +/Outlines 2455 0 R +/Names 2458 0 R +/PageMode /UseOutlines /PageLayout/OneColumn +/OpenAction 525 0 R +>> endobj +2460 0 obj << +/Author(Keith Reckdahl)/Title(Using Imported Graphics in LaTeX and pdfLaTeX)/Subject(Documentation of using graphics in LaTeX)/Creator(LaTeX with hyperref package)/Producer(pdfeTeX-1.21a)/Keywords() +/CreationDate (D:20060112181249-08'00') +/PTEX.Fullbanner (This is pdfTeX, Version 3.141592-1.20b (MiKTeX 2.4.1986)) +>> endobj +xref +0 2461 +0000000001 65535 f +0000000002 00000 f +0000000003 00000 f +0000000004 00000 f +0000000000 00000 f +0000000009 00000 n +0000089716 00000 n +0000946805 00000 n +0000000051 00000 n +0000000093 00000 n +0000089772 00000 n +0000946733 00000 n +0000000138 00000 n +0000000171 00000 n +0000096465 00000 n +0000946647 00000 n +0000000217 00000 n +0000000255 00000 n +0000113577 00000 n +0000946525 00000 n +0000000301 00000 n +0000000345 00000 n +0000117305 00000 n +0000946451 00000 n +0000000396 00000 n +0000000449 00000 n +0000117364 00000 n +0000946364 00000 n +0000000500 00000 n +0000000542 00000 n +0000122500 00000 n +0000946277 00000 n +0000000593 00000 n +0000000642 00000 n +0000127116 00000 n +0000946203 00000 n +0000000693 00000 n +0000000745 00000 n +0000127173 00000 n +0000946081 00000 n +0000000791 00000 n +0000000843 00000 n +0000127351 00000 n +0000946020 00000 n +0000000894 00000 n +0000000937 00000 n +0000131840 00000 n +0000945898 00000 n +0000000983 00000 n +0000001016 00000 n +0000131899 00000 n +0000945824 00000 n +0000001067 00000 n +0000001094 00000 n +0000137272 00000 n +0000945737 00000 n +0000001145 00000 n +0000001171 00000 n +0000137331 00000 n +0000945650 00000 n +0000001222 00000 n +0000001248 00000 n +0000137390 00000 n +0000945563 00000 n +0000001299 00000 n +0000001330 00000 n +0000142327 00000 n +0000945489 00000 n +0000001381 00000 n +0000001413 00000 n +0000142386 00000 n +0000945380 00000 n +0000001459 00000 n +0000001497 00000 n +0000142445 00000 n +0000945306 00000 n +0000001548 00000 n +0000001582 00000 n +0000142504 00000 n +0000945219 00000 n +0000001633 00000 n +0000001684 00000 n +0000155485 00000 n +0000945132 00000 n +0000001735 00000 n +0000001778 00000 n +0000159564 00000 n +0000945058 00000 n +0000001829 00000 n +0000001870 00000 n +0000165983 00000 n +0000944931 00000 n +0000001913 00000 n +0000001960 00000 n +0000166040 00000 n +0000944819 00000 n +0000002006 00000 n +0000002045 00000 n +0000166099 00000 n +0000944743 00000 n +0000002096 00000 n +0000002135 00000 n +0000166337 00000 n +0000944652 00000 n +0000002187 00000 n +0000002255 00000 n +0000171155 00000 n +0000944560 00000 n +0000002307 00000 n +0000002372 00000 n +0000171213 00000 n +0000944468 00000 n +0000002424 00000 n +0000002500 00000 n +0000175974 00000 n +0000944390 00000 n +0000002552 00000 n +0000002610 00000 n +0000189729 00000 n +0000944261 00000 n +0000002657 00000 n +0000002707 00000 n +0000189789 00000 n +0000944182 00000 n +0000002759 00000 n +0000002803 00000 n +0000189850 00000 n +0000944089 00000 n +0000002855 00000 n +0000002901 00000 n +0000200104 00000 n +0000944010 00000 n +0000002953 00000 n +0000002998 00000 n +0000204463 00000 n +0000943894 00000 n +0000003045 00000 n +0000003103 00000 n +0000204708 00000 n +0000943815 00000 n +0000003155 00000 n +0000003216 00000 n +0000208811 00000 n +0000943736 00000 n +0000003268 00000 n +0000003323 00000 n +0000215056 00000 n +0000943604 00000 n +0000003367 00000 n +0000003424 00000 n +0000215115 00000 n +0000943487 00000 n +0000003472 00000 n +0000003527 00000 n +0000215176 00000 n +0000943408 00000 n +0000003580 00000 n +0000003625 00000 n +0000215237 00000 n +0000943329 00000 n +0000003678 00000 n +0000003721 00000 n +0000218796 00000 n +0000943198 00000 n +0000003769 00000 n +0000003824 00000 n +0000218857 00000 n +0000943119 00000 n +0000003877 00000 n +0000003943 00000 n +0000218917 00000 n +0000943026 00000 n +0000003996 00000 n +0000004048 00000 n +0000222421 00000 n +0000942933 00000 n +0000004101 00000 n +0000004155 00000 n +0000226953 00000 n +0000942854 00000 n +0000004208 00000 n +0000004260 00000 n +0000235276 00000 n +0000942723 00000 n +0000004308 00000 n +0000004363 00000 n +0000240410 00000 n +0000942658 00000 n +0000004416 00000 n +0000004456 00000 n +0000240469 00000 n +0000942527 00000 n +0000004504 00000 n +0000004547 00000 n +0000240654 00000 n +0000942448 00000 n +0000004600 00000 n +0000004640 00000 n +0000244508 00000 n +0000942355 00000 n +0000004693 00000 n +0000004758 00000 n +0000244569 00000 n +0000942262 00000 n +0000004811 00000 n +0000004856 00000 n +0000248442 00000 n +0000942183 00000 n +0000004909 00000 n +0000004955 00000 n +0000253486 00000 n +0000942052 00000 n +0000005003 00000 n +0000005072 00000 n +0000257623 00000 n +0000941973 00000 n +0000005125 00000 n +0000005172 00000 n +0000257930 00000 n +0000941880 00000 n +0000005225 00000 n +0000005271 00000 n +0000262471 00000 n +0000941787 00000 n +0000005324 00000 n +0000005360 00000 n +0000262532 00000 n +0000941708 00000 n +0000005413 00000 n +0000005463 00000 n +0000266992 00000 n +0000941577 00000 n +0000005511 00000 n +0000005552 00000 n +0000272262 00000 n +0000941498 00000 n +0000005605 00000 n +0000005650 00000 n +0000292236 00000 n +0000941405 00000 n +0000005703 00000 n +0000005748 00000 n +0000308631 00000 n +0000941312 00000 n +0000005801 00000 n +0000005848 00000 n +0000308692 00000 n +0000941219 00000 n +0000005901 00000 n +0000005961 00000 n +0000308753 00000 n +0000941140 00000 n +0000006014 00000 n +0000006056 00000 n +0000313065 00000 n +0000941023 00000 n +0000006104 00000 n +0000006163 00000 n +0000317817 00000 n +0000940944 00000 n +0000006216 00000 n +0000006270 00000 n +0000323829 00000 n +0000940851 00000 n +0000006323 00000 n +0000006381 00000 n +0000326968 00000 n +0000940772 00000 n +0000006434 00000 n +0000006491 00000 n +0000333941 00000 n +0000940639 00000 n +0000006535 00000 n +0000006580 00000 n +0000334000 00000 n +0000940522 00000 n +0000006628 00000 n +0000006673 00000 n +0000338524 00000 n +0000940443 00000 n +0000006726 00000 n +0000006776 00000 n +0000346952 00000 n +0000940350 00000 n +0000006829 00000 n +0000006870 00000 n +0000351864 00000 n +0000940257 00000 n +0000006923 00000 n +0000006975 00000 n +0000356572 00000 n +0000940178 00000 n +0000007028 00000 n +0000007080 00000 n +0000361490 00000 n +0000940047 00000 n +0000007128 00000 n +0000007178 00000 n +0000361551 00000 n +0000939968 00000 n +0000007231 00000 n +0000007280 00000 n +0000361676 00000 n +0000939875 00000 n +0000007333 00000 n +0000007374 00000 n +0000369146 00000 n +0000939796 00000 n +0000007427 00000 n +0000007470 00000 n +0000374079 00000 n +0000939665 00000 n +0000007518 00000 n +0000007575 00000 n +0000374138 00000 n +0000939586 00000 n +0000007628 00000 n +0000007667 00000 n +0000378282 00000 n +0000939493 00000 n +0000007720 00000 n +0000007780 00000 n +0000382218 00000 n +0000939400 00000 n +0000007833 00000 n +0000007882 00000 n +0000386209 00000 n +0000939307 00000 n +0000007935 00000 n +0000007973 00000 n +0000386334 00000 n +0000939214 00000 n +0000008026 00000 n +0000008068 00000 n +0000390126 00000 n +0000939121 00000 n +0000008121 00000 n +0000008179 00000 n +0000390185 00000 n +0000939042 00000 n +0000008232 00000 n +0000008286 00000 n +0000399453 00000 n +0000938911 00000 n +0000008334 00000 n +0000008398 00000 n +0000399512 00000 n +0000938832 00000 n +0000008451 00000 n +0000008500 00000 n +0000404888 00000 n +0000938739 00000 n +0000008553 00000 n +0000008594 00000 n +0000405133 00000 n +0000938646 00000 n +0000008647 00000 n +0000008713 00000 n +0000426726 00000 n +0000938553 00000 n +0000008766 00000 n +0000008815 00000 n +0000449407 00000 n +0000938474 00000 n +0000008868 00000 n +0000008914 00000 n +0000460758 00000 n +0000938343 00000 n +0000008962 00000 n +0000009005 00000 n +0000465918 00000 n +0000938264 00000 n +0000009058 00000 n +0000009131 00000 n +0000465979 00000 n +0000938185 00000 n +0000009184 00000 n +0000009249 00000 n +0000470855 00000 n +0000938092 00000 n +0000009297 00000 n +0000009336 00000 n +0000478757 00000 n +0000937961 00000 n +0000009384 00000 n +0000009419 00000 n +0000478818 00000 n +0000937882 00000 n +0000009472 00000 n +0000009532 00000 n +0000481817 00000 n +0000937803 00000 n +0000009585 00000 n +0000009645 00000 n +0000481878 00000 n +0000937672 00000 n +0000009693 00000 n +0000009733 00000 n +0000486085 00000 n +0000937593 00000 n +0000009786 00000 n +0000009832 00000 n +0000486146 00000 n +0000937500 00000 n +0000009885 00000 n +0000009936 00000 n +0000491224 00000 n +0000937421 00000 n +0000009989 00000 n +0000010032 00000 n +0000491285 00000 n +0000937290 00000 n +0000010080 00000 n +0000010126 00000 n +0000493870 00000 n +0000937211 00000 n +0000010179 00000 n +0000010223 00000 n +0000498353 00000 n +0000937132 00000 n +0000010276 00000 n +0000010330 00000 n +0000501296 00000 n +0000937001 00000 n +0000010378 00000 n +0000010429 00000 n +0000504089 00000 n +0000936936 00000 n +0000010482 00000 n +0000010530 00000 n +0000507121 00000 n +0000936819 00000 n +0000010578 00000 n +0000010614 00000 n +0000507181 00000 n +0000936740 00000 n +0000010667 00000 n +0000010710 00000 n +0000507306 00000 n +0000936647 00000 n +0000010763 00000 n +0000010817 00000 n +0000514002 00000 n +0000936554 00000 n +0000010870 00000 n +0000010922 00000 n +0000514127 00000 n +0000936475 00000 n +0000010975 00000 n +0000011020 00000 n +0000522989 00000 n +0000936356 00000 n +0000011064 00000 n +0000011101 00000 n +0000523048 00000 n +0000936239 00000 n +0000011149 00000 n +0000011193 00000 n +0000523295 00000 n +0000936160 00000 n +0000011246 00000 n +0000011311 00000 n +0000526947 00000 n +0000936067 00000 n +0000011364 00000 n +0000011409 00000 n +0000530784 00000 n +0000935988 00000 n +0000011462 00000 n +0000011510 00000 n +0000541350 00000 n +0000935895 00000 n +0000011558 00000 n +0000011612 00000 n +0000545058 00000 n +0000935802 00000 n +0000011660 00000 n +0000011714 00000 n +0000549116 00000 n +0000935671 00000 n +0000011762 00000 n +0000011815 00000 n +0000549177 00000 n +0000935592 00000 n +0000011868 00000 n +0000011908 00000 n +0000551267 00000 n +0000935513 00000 n +0000011961 00000 n +0000012004 00000 n +0000558168 00000 n +0000935382 00000 n +0000012052 00000 n +0000012093 00000 n +0000558227 00000 n +0000935303 00000 n +0000012146 00000 n +0000012191 00000 n +0000558288 00000 n +0000935210 00000 n +0000012244 00000 n +0000012313 00000 n +0000561509 00000 n +0000935131 00000 n +0000012366 00000 n +0000012417 00000 n +0000568654 00000 n +0000935000 00000 n +0000012465 00000 n +0000012520 00000 n +0000568713 00000 n +0000934921 00000 n +0000012573 00000 n +0000012615 00000 n +0000568774 00000 n +0000934842 00000 n +0000012668 00000 n +0000012713 00000 n +0000618525 00000 n +0000934749 00000 n +0000012762 00000 n +0000012793 00000 n +0000651258 00000 n +0000934670 00000 n +0000012842 00000 n +0000012868 00000 n +0000016007 00000 n +0000017087 00000 n +0000012920 00000 n +0000016971 00000 n +0000017029 00000 n +0000930797 00000 n +0000925385 00000 n +0000930634 00000 n +0000924406 00000 n +0000915398 00000 n +0000924243 00000 n +0000914527 00000 n +0000907959 00000 n +0000914363 00000 n +0000906338 00000 n +0000888218 00000 n +0000906180 00000 n +0000887441 00000 n +0000882007 00000 n +0000887283 00000 n +0000016171 00000 n +0000016324 00000 n +0000881265 00000 n +0000876652 00000 n +0000881101 00000 n +0000875125 00000 n +0000859149 00000 n +0000874967 00000 n +0000016477 00000 n +0000857950 00000 n +0000843683 00000 n +0000857786 00000 n +0000843250 00000 n +0000835206 00000 n +0000843084 00000 n +0000834688 00000 n +0000829166 00000 n +0000834523 00000 n +0000828860 00000 n +0000826935 00000 n +0000828698 00000 n +0000016629 00000 n +0000826707 00000 n +0000824659 00000 n +0000826540 00000 n +0000823297 00000 n +0000809350 00000 n +0000823135 00000 n +0000808878 00000 n +0000805182 00000 n +0000808717 00000 n +0000016790 00000 n +0000803720 00000 n +0000789875 00000 n +0000803557 00000 n +0000931452 00000 n +0000059835 00000 n +0000618955 00000 n +0000020729 00000 n +0000020559 00000 n +0000017341 00000 n +0000020671 00000 n +0000027913 00000 n +0000023527 00000 n +0000020866 00000 n +0000027735 00000 n +0000788687 00000 n +0000776376 00000 n +0000788523 00000 n +0000027793 00000 n +0000023819 00000 n +0000024030 00000 n +0000024243 00000 n +0000024422 00000 n +0000024601 00000 n +0000024774 00000 n +0000024949 00000 n +0000025125 00000 n +0000025304 00000 n +0000025499 00000 n +0000025684 00000 n +0000025863 00000 n +0000026049 00000 n +0000026236 00000 n +0000026417 00000 n +0000026595 00000 n +0000026778 00000 n +0000026959 00000 n +0000027132 00000 n +0000027311 00000 n +0000027524 00000 n +0000027853 00000 n +0000028606 00000 n +0000050724 00000 n +0000028494 00000 n +0000028024 00000 n +0000050666 00000 n +0000775590 00000 n +0000768686 00000 n +0000775426 00000 n +0000059895 00000 n +0000053956 00000 n +0000050845 00000 n +0000059777 00000 n +0000054360 00000 n +0000054509 00000 n +0000054661 00000 n +0000054813 00000 n +0000054964 00000 n +0000055121 00000 n +0000055278 00000 n +0000055435 00000 n +0000055592 00000 n +0000055744 00000 n +0000055901 00000 n +0000056052 00000 n +0000056209 00000 n +0000056366 00000 n +0000056522 00000 n +0000056678 00000 n +0000056835 00000 n +0000056987 00000 n +0000057143 00000 n +0000057300 00000 n +0000057457 00000 n +0000057614 00000 n +0000057763 00000 n +0000057915 00000 n +0000058072 00000 n +0000058228 00000 n +0000058384 00000 n +0000058541 00000 n +0000058697 00000 n +0000058847 00000 n +0000059003 00000 n +0000059159 00000 n +0000059316 00000 n +0000059468 00000 n +0000059624 00000 n +0000070477 00000 n +0000063566 00000 n +0000060019 00000 n +0000070419 00000 n +0000064018 00000 n +0000064166 00000 n +0000064319 00000 n +0000064477 00000 n +0000064635 00000 n +0000064788 00000 n +0000064946 00000 n +0000065103 00000 n +0000065260 00000 n +0000065417 00000 n +0000065570 00000 n +0000065728 00000 n +0000065881 00000 n +0000066039 00000 n +0000066196 00000 n +0000066354 00000 n +0000066512 00000 n +0000066664 00000 n +0000066822 00000 n +0000066980 00000 n +0000067138 00000 n +0000067296 00000 n +0000067449 00000 n +0000067607 00000 n +0000067765 00000 n +0000067922 00000 n +0000068080 00000 n +0000068238 00000 n +0000068391 00000 n +0000068549 00000 n +0000068707 00000 n +0000068865 00000 n +0000069014 00000 n +0000069165 00000 n +0000069323 00000 n +0000069481 00000 n +0000069639 00000 n +0000069797 00000 n +0000069950 00000 n +0000070107 00000 n +0000070263 00000 n +0000080661 00000 n +0000073911 00000 n +0000070601 00000 n +0000080603 00000 n +0000074355 00000 n +0000074508 00000 n +0000074666 00000 n +0000074823 00000 n +0000074981 00000 n +0000075139 00000 n +0000075296 00000 n +0000075454 00000 n +0000075612 00000 n +0000075763 00000 n +0000075921 00000 n +0000076079 00000 n +0000076237 00000 n +0000076395 00000 n +0000076553 00000 n +0000076706 00000 n +0000076864 00000 n +0000077021 00000 n +0000077174 00000 n +0000077327 00000 n +0000077485 00000 n +0000077643 00000 n +0000077796 00000 n +0000077954 00000 n +0000078112 00000 n +0000078270 00000 n +0000078422 00000 n +0000078580 00000 n +0000078736 00000 n +0000078889 00000 n +0000079047 00000 n +0000079200 00000 n +0000079358 00000 n +0000079515 00000 n +0000079673 00000 n +0000079831 00000 n +0000079980 00000 n +0000080133 00000 n +0000080290 00000 n +0000080447 00000 n +0000931570 00000 n +0000084512 00000 n +0000082045 00000 n +0000080785 00000 n +0000084454 00000 n +0000082281 00000 n +0000082433 00000 n +0000082586 00000 n +0000082739 00000 n +0000082897 00000 n +0000083055 00000 n +0000083207 00000 n +0000083364 00000 n +0000083521 00000 n +0000083679 00000 n +0000083832 00000 n +0000083990 00000 n +0000084147 00000 n +0000084301 00000 n +0000089831 00000 n +0000089158 00000 n +0000084610 00000 n +0000089658 00000 n +0000768055 00000 n +0000764347 00000 n +0000767897 00000 n +0000763066 00000 n +0000747986 00000 n +0000762902 00000 n +0000089298 00000 n +0000089460 00000 n +0000098858 00000 n +0000096522 00000 n +0000095149 00000 n +0000090059 00000 n +0000096407 00000 n +0000095329 00000 n +0000095486 00000 n +0000095638 00000 n +0000095791 00000 n +0000095946 00000 n +0000096096 00000 n +0000747457 00000 n +0000743114 00000 n +0000747294 00000 n +0000096253 00000 n +0000618586 00000 n +0000113453 00000 n +0000104347 00000 n +0000113636 00000 n +0000098710 00000 n +0000096724 00000 n +0000113395 00000 n +0000112943 00000 n +0000113093 00000 n +0000113244 00000 n +0000113515 00000 n +0000100238 00000 n +0000100294 00000 n +0000100374 00000 n +0000101414 00000 n +0000101435 00000 n +0000101721 00000 n +0000104325 00000 n +0000106750 00000 n +0000106806 00000 n +0000106886 00000 n +0000107926 00000 n +0000108969 00000 n +0000108991 00000 n +0000109269 00000 n +0000109532 00000 n +0000111625 00000 n +0000112899 00000 n +0000112921 00000 n +0000117663 00000 n +0000117135 00000 n +0000113814 00000 n +0000117247 00000 n +0000117423 00000 n +0000117483 00000 n +0000117543 00000 n +0000117603 00000 n +0000122917 00000 n +0000121586 00000 n +0000117839 00000 n +0000122442 00000 n +0000122557 00000 n +0000121742 00000 n +0000121898 00000 n +0000122617 00000 n +0000122055 00000 n +0000122677 00000 n +0000122737 00000 n +0000122797 00000 n +0000122857 00000 n +0000122251 00000 n +0000931688 00000 n +0000127470 00000 n +0000126773 00000 n +0000123041 00000 n +0000127058 00000 n +0000127231 00000 n +0000127291 00000 n +0000126905 00000 n +0000127410 00000 n +0000131958 00000 n +0000131142 00000 n +0000127620 00000 n +0000131602 00000 n +0000131660 00000 n +0000131720 00000 n +0000131780 00000 n +0000131282 00000 n +0000131434 00000 n +0000137449 00000 n +0000135969 00000 n +0000132147 00000 n +0000137214 00000 n +0000136141 00000 n +0000136319 00000 n +0000136487 00000 n +0000136683 00000 n +0000136863 00000 n +0000137058 00000 n +0000627548 00000 n +0000142562 00000 n +0000141066 00000 n +0000137612 00000 n +0000142269 00000 n +0000141238 00000 n +0000141435 00000 n +0000141588 00000 n +0000141755 00000 n +0000141934 00000 n +0000142112 00000 n +0000146067 00000 n +0000145517 00000 n +0000142725 00000 n +0000146009 00000 n +0000145657 00000 n +0000145831 00000 n +0000150522 00000 n +0000149073 00000 n +0000146191 00000 n +0000150464 00000 n +0000149253 00000 n +0000149430 00000 n +0000149602 00000 n +0000149773 00000 n +0000149976 00000 n +0000150129 00000 n +0000150301 00000 n +0000931806 00000 n +0000155544 00000 n +0000154157 00000 n +0000150646 00000 n +0000155427 00000 n +0000154329 00000 n +0000154508 00000 n +0000154676 00000 n +0000154879 00000 n +0000155075 00000 n +0000155274 00000 n +0000159623 00000 n +0000158287 00000 n +0000155681 00000 n +0000159506 00000 n +0000158459 00000 n +0000158661 00000 n +0000158841 00000 n +0000158998 00000 n +0000159169 00000 n +0000159339 00000 n +0000163587 00000 n +0000164275 00000 n +0000166397 00000 n +0000163415 00000 n +0000159760 00000 n +0000165925 00000 n +0000164990 00000 n +0000742804 00000 n +0000740848 00000 n +0000742642 00000 n +0000165152 00000 n +0000165318 00000 n +0000165468 00000 n +0000165618 00000 n +0000166157 00000 n +0000166217 00000 n +0000166277 00000 n +0000165768 00000 n +0000164083 00000 n +0000164207 00000 n +0000164254 00000 n +0000164798 00000 n +0000164922 00000 n +0000164969 00000 n +0000618770 00000 n +0000180212 00000 n +0000180274 00000 n +0000186605 00000 n +0000171632 00000 n +0000170313 00000 n +0000166666 00000 n +0000171097 00000 n +0000170469 00000 n +0000171273 00000 n +0000171333 00000 n +0000171393 00000 n +0000171453 00000 n +0000171512 00000 n +0000170626 00000 n +0000171572 00000 n +0000170783 00000 n +0000170941 00000 n +0000176034 00000 n +0000175404 00000 n +0000171821 00000 n +0000175858 00000 n +0000175916 00000 n +0000740159 00000 n +0000736291 00000 n +0000739993 00000 n +0000175544 00000 n +0000175701 00000 n +0000735529 00000 n +0000731125 00000 n +0000735366 00000 n +0000180334 00000 n +0000179551 00000 n +0000176262 00000 n +0000180154 00000 n +0000179699 00000 n +0000179855 00000 n +0000180005 00000 n +0000931924 00000 n +0000183241 00000 n +0000186727 00000 n +0000183109 00000 n +0000180445 00000 n +0000186547 00000 n +0000186396 00000 n +0000186667 00000 n +0000183780 00000 n +0000183836 00000 n +0000183916 00000 n +0000184961 00000 n +0000184983 00000 n +0000185246 00000 n +0000186373 00000 n +0000189911 00000 n +0000189554 00000 n +0000186866 00000 n +0000189669 00000 n +0000192884 00000 n +0000200351 00000 n +0000192730 00000 n +0000190075 00000 n +0000200044 00000 n +0000199582 00000 n +0000199733 00000 n +0000200165 00000 n +0000200227 00000 n +0000199892 00000 n +0000200289 00000 n +0000194616 00000 n +0000194830 00000 n +0000194878 00000 n +0000194953 00000 n +0000197709 00000 n +0000195183 00000 n +0000195455 00000 n +0000195836 00000 n +0000195660 00000 n +0000195813 00000 n +0000874934 00000 n +0000906148 00000 n +0000204769 00000 n +0000203607 00000 n +0000200505 00000 n +0000204403 00000 n +0000204522 00000 n +0000204584 00000 n +0000203770 00000 n +0000204646 00000 n +0000203925 00000 n +0000204083 00000 n +0000204241 00000 n +0000208749 00000 n +0000208935 00000 n +0000208173 00000 n +0000204920 00000 n +0000208629 00000 n +0000208689 00000 n +0000208318 00000 n +0000208872 00000 n +0000208477 00000 n +0000212093 00000 n +0000211917 00000 n +0000209086 00000 n +0000212033 00000 n +0000932046 00000 n +0000215297 00000 n +0000214701 00000 n +0000212257 00000 n +0000214996 00000 n +0000214838 00000 n +0000220527 00000 n +0000218978 00000 n +0000218447 00000 n +0000215422 00000 n +0000218736 00000 n +0000218584 00000 n +0000221761 00000 n +0000222544 00000 n +0000220411 00000 n +0000219155 00000 n +0000222361 00000 n +0000222482 00000 n +0000221566 00000 n +0000221691 00000 n +0000221739 00000 n +0000222202 00000 n +0000222259 00000 n +0000222340 00000 n +0000224175 00000 n +0000223937 00000 n +0000222712 00000 n +0000224053 00000 n +0000224113 00000 n +0000227138 00000 n +0000226441 00000 n +0000224316 00000 n +0000226893 00000 n +0000226587 00000 n +0000226741 00000 n +0000227012 00000 n +0000227076 00000 n +0000230230 00000 n +0000229430 00000 n +0000227330 00000 n +0000230044 00000 n +0000229585 00000 n +0000230104 00000 n +0000230168 00000 n +0000229737 00000 n +0000229887 00000 n +0000932171 00000 n +0000235213 00000 n +0000618709 00000 n +0000232979 00000 n +0000233913 00000 n +0000235590 00000 n +0000232833 00000 n +0000230370 00000 n +0000235153 00000 n +0000234849 00000 n +0000235001 00000 n +0000235337 00000 n +0000235399 00000 n +0000235462 00000 n +0000235526 00000 n +0000233520 00000 n +0000233769 00000 n +0000233817 00000 n +0000233891 00000 n +0000234455 00000 n +0000234705 00000 n +0000234753 00000 n +0000234827 00000 n +0000240715 00000 n +0000239390 00000 n +0000235812 00000 n +0000240350 00000 n +0000239563 00000 n +0000239718 00000 n +0000240530 00000 n +0000239876 00000 n +0000240592 00000 n +0000240033 00000 n +0000240191 00000 n +0000627671 00000 n +0000244630 00000 n +0000244152 00000 n +0000240879 00000 n +0000244448 00000 n +0000244289 00000 n +0000248503 00000 n +0000247752 00000 n +0000244768 00000 n +0000248382 00000 n +0000247907 00000 n +0000248065 00000 n +0000248224 00000 n +0000253547 00000 n +0000252811 00000 n +0000248628 00000 n +0000253426 00000 n +0000252966 00000 n +0000253115 00000 n +0000253268 00000 n +0000258176 00000 n +0000257102 00000 n +0000253737 00000 n +0000257563 00000 n +0000257682 00000 n +0000257744 00000 n +0000257806 00000 n +0000257868 00000 n +0000257248 00000 n +0000257405 00000 n +0000257991 00000 n +0000258052 00000 n +0000258114 00000 n +0000932296 00000 n +0000262593 00000 n +0000261933 00000 n +0000258314 00000 n +0000262227 00000 n +0000262287 00000 n +0000262070 00000 n +0000262347 00000 n +0000262409 00000 n +0000267116 00000 n +0000266644 00000 n +0000262718 00000 n +0000266932 00000 n +0000267052 00000 n +0000730283 00000 n +0000726093 00000 n +0000730116 00000 n +0000725867 00000 n +0000723880 00000 n +0000725700 00000 n +0000266781 00000 n +0000627795 00000 n +0000272323 00000 n +0000271077 00000 n +0000267282 00000 n +0000272017 00000 n +0000271250 00000 n +0000272077 00000 n +0000272139 00000 n +0000272200 00000 n +0000271408 00000 n +0000271559 00000 n +0000271711 00000 n +0000271865 00000 n +0000292108 00000 n +0000275951 00000 n +0000279915 00000 n +0000295640 00000 n +0000299679 00000 n +0000292297 00000 n +0000275778 00000 n +0000272526 00000 n +0000292048 00000 n +0000291279 00000 n +0000291431 00000 n +0000292172 00000 n +0000291584 00000 n +0000291746 00000 n +0000291898 00000 n +0000277403 00000 n +0000277460 00000 n +0000277541 00000 n +0000278583 00000 n +0000278606 00000 n +0000278872 00000 n +0000279893 00000 n +0000281869 00000 n +0000282081 00000 n +0000282129 00000 n +0000719905 00000 n +0000721788 00000 n +0000282204 00000 n +0000289406 00000 n +0000282404 00000 n +0000282561 00000 n +0000287533 00000 n +0000282759 00000 n +0000282920 00000 n +0000285662 00000 n +0000283123 00000 n +0000283408 00000 n +0000283789 00000 n +0000283613 00000 n +0000283766 00000 n +0000721755 00000 n +0000887252 00000 n +0000767864 00000 n +0000308503 00000 n +0000308567 00000 n +0000308813 00000 n +0000295494 00000 n +0000292493 00000 n +0000308443 00000 n +0000308134 00000 n +0000308289 00000 n +0000296505 00000 n +0000296562 00000 n +0000296643 00000 n +0000297685 00000 n +0000297707 00000 n +0000297983 00000 n +0000299656 00000 n +0000301012 00000 n +0000301224 00000 n +0000301272 00000 n +0000306261 00000 n +0000301470 00000 n +0000301627 00000 n +0000304388 00000 n +0000301831 00000 n +0000301990 00000 n +0000302515 00000 n +0000302195 00000 n +0000302493 00000 n +0000313374 00000 n +0000312399 00000 n +0000309035 00000 n +0000312697 00000 n +0000312757 00000 n +0000312817 00000 n +0000312879 00000 n +0000312941 00000 n +0000313003 00000 n +0000313126 00000 n +0000313188 00000 n +0000313250 00000 n +0000313312 00000 n +0000312536 00000 n +0000932421 00000 n +0000627239 00000 n +0000317878 00000 n +0000317174 00000 n +0000313551 00000 n +0000317634 00000 n +0000317694 00000 n +0000317320 00000 n +0000317756 00000 n +0000317478 00000 n +0000320812 00000 n +0000320450 00000 n +0000318055 00000 n +0000320566 00000 n +0000320626 00000 n +0000320688 00000 n +0000320750 00000 n +0000323889 00000 n +0000323307 00000 n +0000320937 00000 n +0000323769 00000 n +0000323453 00000 n +0000323610 00000 n +0000627055 00000 n +0000327029 00000 n +0000326792 00000 n +0000324040 00000 n +0000326908 00000 n +0000329527 00000 n +0000328945 00000 n +0000327154 00000 n +0000329405 00000 n +0000329091 00000 n +0000329465 00000 n +0000329250 00000 n +0000619450 00000 n +0000334247 00000 n +0000333262 00000 n +0000329665 00000 n +0000333881 00000 n +0000334061 00000 n +0000333417 00000 n +0000334123 00000 n +0000333576 00000 n +0000334185 00000 n +0000333730 00000 n +0000932546 00000 n +0000627115 00000 n +0000338585 00000 n +0000337611 00000 n +0000334411 00000 n +0000338404 00000 n +0000338464 00000 n +0000337775 00000 n +0000337933 00000 n +0000338097 00000 n +0000338251 00000 n +0000341983 00000 n +0000342229 00000 n +0000341464 00000 n +0000338723 00000 n +0000341923 00000 n +0000342043 00000 n +0000341610 00000 n +0000342105 00000 n +0000341766 00000 n +0000342167 00000 n +0000628105 00000 n +0000627300 00000 n +0000347258 00000 n +0000346433 00000 n +0000342367 00000 n +0000346892 00000 n +0000346579 00000 n +0000346738 00000 n +0000347011 00000 n +0000347073 00000 n +0000347135 00000 n +0000347197 00000 n +0000352111 00000 n +0000351122 00000 n +0000347461 00000 n +0000351742 00000 n +0000351277 00000 n +0000351802 00000 n +0000351435 00000 n +0000351588 00000 n +0000351925 00000 n +0000351987 00000 n +0000352049 00000 n +0000356881 00000 n +0000355882 00000 n +0000352275 00000 n +0000356512 00000 n +0000356037 00000 n +0000356195 00000 n +0000356633 00000 n +0000356695 00000 n +0000356353 00000 n +0000356757 00000 n +0000356819 00000 n +0000361737 00000 n +0000360636 00000 n +0000357019 00000 n +0000361246 00000 n +0000361306 00000 n +0000361366 00000 n +0000361428 00000 n +0000360791 00000 n +0000360945 00000 n +0000361612 00000 n +0000361095 00000 n +0000932671 00000 n +0000365257 00000 n +0000365321 00000 n +0000365081 00000 n +0000361849 00000 n +0000365197 00000 n +0000369271 00000 n +0000368792 00000 n +0000365459 00000 n +0000369086 00000 n +0000719160 00000 n +0000716713 00000 n +0000718995 00000 n +0000369207 00000 n +0000716380 00000 n +0000714817 00000 n +0000716216 00000 n +0000714415 00000 n +0000712353 00000 n +0000714251 00000 n +0000368929 00000 n +0000374327 00000 n +0000373250 00000 n +0000369503 00000 n +0000374019 00000 n +0000373414 00000 n +0000373565 00000 n +0000373715 00000 n +0000373867 00000 n +0000374199 00000 n +0000374263 00000 n +0000378343 00000 n +0000377927 00000 n +0000374478 00000 n +0000378222 00000 n +0000378064 00000 n +0000382407 00000 n +0000381311 00000 n +0000378507 00000 n +0000382094 00000 n +0000382154 00000 n +0000381475 00000 n +0000381634 00000 n +0000381788 00000 n +0000382279 00000 n +0000381941 00000 n +0000382343 00000 n +0000386395 00000 n +0000385373 00000 n +0000382586 00000 n +0000386149 00000 n +0000385537 00000 n +0000385688 00000 n +0000385843 00000 n +0000385995 00000 n +0000386270 00000 n +0000932796 00000 n +0000417140 00000 n +0000628043 00000 n +0000390246 00000 n +0000389950 00000 n +0000386587 00000 n +0000390066 00000 n +0000399573 00000 n +0000394933 00000 n +0000390450 00000 n +0000399393 00000 n +0000395295 00000 n +0000395453 00000 n +0000395610 00000 n +0000395769 00000 n +0000395925 00000 n +0000396082 00000 n +0000396240 00000 n +0000396390 00000 n +0000396549 00000 n +0000396701 00000 n +0000396853 00000 n +0000397005 00000 n +0000397169 00000 n +0000397320 00000 n +0000397483 00000 n +0000397647 00000 n +0000397798 00000 n +0000397961 00000 n +0000398124 00000 n +0000398276 00000 n +0000398439 00000 n +0000398603 00000 n +0000398755 00000 n +0000398907 00000 n +0000399066 00000 n +0000399230 00000 n +0000619264 00000 n +0000619326 00000 n +0000408615 00000 n +0000413803 00000 n +0000413867 00000 n +0000426785 00000 n +0000430172 00000 n +0000417204 00000 n +0000435898 00000 n +0000420545 00000 n +0000439178 00000 n +0000413739 00000 n +0000449468 00000 n +0000452539 00000 n +0000405194 00000 n +0000403071 00000 n +0000399776 00000 n +0000404828 00000 n +0000403289 00000 n +0000403448 00000 n +0000403602 00000 n +0000404947 00000 n +0000403754 00000 n +0000405009 00000 n +0000403907 00000 n +0000405071 00000 n +0000404061 00000 n +0000404215 00000 n +0000404374 00000 n +0000404525 00000 n +0000404676 00000 n +0000408679 00000 n +0000407772 00000 n +0000405332 00000 n +0000408555 00000 n +0000711595 00000 n +0000706923 00000 n +0000711428 00000 n +0000407936 00000 n +0000408088 00000 n +0000408241 00000 n +0000408401 00000 n +0000426847 00000 n +0000410664 00000 n +0000410315 00000 n +0000408806 00000 n +0000410604 00000 n +0000410452 00000 n +0000413930 00000 n +0000413563 00000 n +0000410776 00000 n +0000413679 00000 n +0000706433 00000 n +0000702643 00000 n +0000706267 00000 n +0000932921 00000 n +0000417268 00000 n +0000416964 00000 n +0000414135 00000 n +0000417080 00000 n +0000420609 00000 n +0000420369 00000 n +0000417367 00000 n +0000420485 00000 n +0000423056 00000 n +0000427096 00000 n +0000422901 00000 n +0000420708 00000 n +0000426666 00000 n +0000426211 00000 n +0000426363 00000 n +0000426516 00000 n +0000702187 00000 n +0000699988 00000 n +0000702020 00000 n +0000721947 00000 n +0000426911 00000 n +0000426973 00000 n +0000427035 00000 n +0000423594 00000 n +0000423651 00000 n +0000423732 00000 n +0000424777 00000 n +0000424799 00000 n +0000425062 00000 n +0000426188 00000 n +0000430482 00000 n +0000429808 00000 n +0000427291 00000 n +0000429924 00000 n +0000429984 00000 n +0000699237 00000 n +0000695330 00000 n +0000699072 00000 n +0000430046 00000 n +0000430108 00000 n +0000694570 00000 n +0000689218 00000 n +0000694404 00000 n +0000430234 00000 n +0000430296 00000 n +0000430358 00000 n +0000430420 00000 n +0000433612 00000 n +0000432529 00000 n +0000430652 00000 n +0000433300 00000 n +0000432693 00000 n +0000433360 00000 n +0000433424 00000 n +0000432844 00000 n +0000433486 00000 n +0000433550 00000 n +0000432996 00000 n +0000433147 00000 n +0000435774 00000 n +0000435836 00000 n +0000436209 00000 n +0000435262 00000 n +0000433741 00000 n +0000435714 00000 n +0000435960 00000 n +0000435408 00000 n +0000436022 00000 n +0000436086 00000 n +0000435561 00000 n +0000436147 00000 n +0000933046 00000 n +0000439302 00000 n +0000437807 00000 n +0000436338 00000 n +0000438742 00000 n +0000438802 00000 n +0000437980 00000 n +0000438132 00000 n +0000438862 00000 n +0000438926 00000 n +0000438285 00000 n +0000438437 00000 n +0000438988 00000 n +0000439052 00000 n +0000438590 00000 n +0000439114 00000 n +0000439240 00000 n +0000442708 00000 n +0000441209 00000 n +0000439431 00000 n +0000442461 00000 n +0000441400 00000 n +0000442521 00000 n +0000442585 00000 n +0000441553 00000 n +0000441705 00000 n +0000441856 00000 n +0000442007 00000 n +0000442646 00000 n +0000442159 00000 n +0000442310 00000 n +0000444308 00000 n +0000444816 00000 n +0000446394 00000 n +0000446902 00000 n +0000444879 00000 n +0000444132 00000 n +0000442850 00000 n +0000444248 00000 n +0000444372 00000 n +0000444436 00000 n +0000444496 00000 n +0000444560 00000 n +0000444624 00000 n +0000444688 00000 n +0000444752 00000 n +0000446966 00000 n +0000446218 00000 n +0000444982 00000 n +0000446334 00000 n +0000446458 00000 n +0000446522 00000 n +0000446586 00000 n +0000446650 00000 n +0000446710 00000 n +0000446774 00000 n +0000446838 00000 n +0000449530 00000 n +0000448731 00000 n +0000447069 00000 n +0000449347 00000 n +0000448886 00000 n +0000449039 00000 n +0000449192 00000 n +0000452727 00000 n +0000451807 00000 n +0000449681 00000 n +0000452419 00000 n +0000451962 00000 n +0000452479 00000 n +0000452601 00000 n +0000452115 00000 n +0000452266 00000 n +0000452663 00000 n +0000933171 00000 n +0000456432 00000 n +0000455349 00000 n +0000452895 00000 n +0000456122 00000 n +0000456182 00000 n +0000455513 00000 n +0000455664 00000 n +0000456242 00000 n +0000456306 00000 n +0000455817 00000 n +0000455969 00000 n +0000456368 00000 n +0000460819 00000 n +0000459800 00000 n +0000456575 00000 n +0000460574 00000 n +0000460634 00000 n +0000459964 00000 n +0000460116 00000 n +0000460269 00000 n +0000460694 00000 n +0000460422 00000 n +0000466040 00000 n +0000464907 00000 n +0000461028 00000 n +0000465858 00000 n +0000465080 00000 n +0000465239 00000 n +0000465398 00000 n +0000465551 00000 n +0000465704 00000 n +0000470980 00000 n +0000469700 00000 n +0000466269 00000 n +0000470795 00000 n +0000469882 00000 n +0000470035 00000 n +0000470184 00000 n +0000470916 00000 n +0000470338 00000 n +0000470491 00000 n +0000470644 00000 n +0000474155 00000 n +0000478942 00000 n +0000473991 00000 n +0000471146 00000 n +0000478697 00000 n +0000478078 00000 n +0000478232 00000 n +0000478391 00000 n +0000478544 00000 n +0000478879 00000 n +0000474705 00000 n +0000474762 00000 n +0000474843 00000 n +0000475888 00000 n +0000475910 00000 n +0000476197 00000 n +0000478055 00000 n +0000482125 00000 n +0000481641 00000 n +0000479110 00000 n +0000481757 00000 n +0000481939 00000 n +0000482001 00000 n +0000482063 00000 n +0000933296 00000 n +0000486207 00000 n +0000485407 00000 n +0000482276 00000 n +0000486025 00000 n +0000485562 00000 n +0000485721 00000 n +0000485875 00000 n +0000486922 00000 n +0000486985 00000 n +0000486746 00000 n +0000486397 00000 n +0000486862 00000 n +0000491346 00000 n +0000490203 00000 n +0000487086 00000 n +0000491164 00000 n +0000490376 00000 n +0000490535 00000 n +0000490694 00000 n +0000490847 00000 n +0000491005 00000 n +0000493806 00000 n +0000493994 00000 n +0000493456 00000 n +0000491536 00000 n +0000493746 00000 n +0000493593 00000 n +0000493931 00000 n +0000498601 00000 n +0000497000 00000 n +0000494186 00000 n +0000498293 00000 n +0000497191 00000 n +0000497349 00000 n +0000497513 00000 n +0000498413 00000 n +0000497675 00000 n +0000498475 00000 n +0000497828 00000 n +0000497981 00000 n +0000498539 00000 n +0000498140 00000 n +0000501357 00000 n +0000500946 00000 n +0000498780 00000 n +0000501236 00000 n +0000501083 00000 n +0000933421 00000 n +0000504150 00000 n +0000503913 00000 n +0000501482 00000 n +0000504029 00000 n +0000507367 00000 n +0000506609 00000 n +0000504275 00000 n +0000507061 00000 n +0000506755 00000 n +0000507242 00000 n +0000506908 00000 n +0000510116 00000 n +0000509581 00000 n +0000507574 00000 n +0000509868 00000 n +0000509718 00000 n +0000509928 00000 n +0000509992 00000 n +0000510054 00000 n +0000514187 00000 n +0000512624 00000 n +0000510232 00000 n +0000513881 00000 n +0000513941 00000 n +0000512815 00000 n +0000512966 00000 n +0000513119 00000 n +0000514063 00000 n +0000513272 00000 n +0000513425 00000 n +0000513578 00000 n +0000513731 00000 n +0000517757 00000 n +0000517821 00000 n +0000517239 00000 n +0000514342 00000 n +0000517697 00000 n +0000688882 00000 n +0000686839 00000 n +0000688716 00000 n +0000686502 00000 n +0000684456 00000 n +0000686335 00000 n +0000517385 00000 n +0000517544 00000 n +0000518626 00000 n +0000518690 00000 n +0000518450 00000 n +0000517985 00000 n +0000518566 00000 n +0000933546 00000 n +0000523480 00000 n +0000521493 00000 n +0000518793 00000 n +0000522929 00000 n +0000523109 00000 n +0000523171 00000 n +0000521693 00000 n +0000521844 00000 n +0000523233 00000 n +0000521997 00000 n +0000522155 00000 n +0000522312 00000 n +0000522464 00000 n +0000523356 00000 n +0000522617 00000 n +0000522770 00000 n +0000523418 00000 n +0000530656 00000 n +0000530720 00000 n +0000537156 00000 n +0000537218 00000 n +0000537282 00000 n +0000526819 00000 n +0000527008 00000 n +0000525966 00000 n +0000523592 00000 n +0000526759 00000 n +0000526130 00000 n +0000526883 00000 n +0000526283 00000 n +0000526442 00000 n +0000526600 00000 n +0000530845 00000 n +0000529821 00000 n +0000527174 00000 n +0000530596 00000 n +0000529985 00000 n +0000530137 00000 n +0000530290 00000 n +0000530442 00000 n +0000537472 00000 n +0000533862 00000 n +0000531024 00000 n +0000537096 00000 n +0000534161 00000 n +0000534314 00000 n +0000534466 00000 n +0000537346 00000 n +0000534618 00000 n +0000534776 00000 n +0000534931 00000 n +0000535089 00000 n +0000535247 00000 n +0000535404 00000 n +0000535562 00000 n +0000537410 00000 n +0000535715 00000 n +0000535869 00000 n +0000536027 00000 n +0000536178 00000 n +0000536334 00000 n +0000536490 00000 n +0000536641 00000 n +0000536793 00000 n +0000536945 00000 n +0000541286 00000 n +0000541162 00000 n +0000541222 00000 n +0000541537 00000 n +0000539991 00000 n +0000537625 00000 n +0000541102 00000 n +0000540173 00000 n +0000540332 00000 n +0000540485 00000 n +0000540638 00000 n +0000540796 00000 n +0000540949 00000 n +0000541410 00000 n +0000541473 00000 n +0000545119 00000 n +0000544093 00000 n +0000541690 00000 n +0000544871 00000 n +0000544257 00000 n +0000544410 00000 n +0000544931 00000 n +0000544994 00000 n +0000544563 00000 n +0000544717 00000 n +0000933671 00000 n +0000549238 00000 n +0000547985 00000 n +0000545272 00000 n +0000548928 00000 n +0000548158 00000 n +0000548311 00000 n +0000548988 00000 n +0000549052 00000 n +0000548463 00000 n +0000548621 00000 n +0000548774 00000 n +0000551328 00000 n +0000550593 00000 n +0000549391 00000 n +0000550888 00000 n +0000550948 00000 n +0000551012 00000 n +0000551075 00000 n +0000551139 00000 n +0000551203 00000 n +0000550730 00000 n +0000553108 00000 n +0000552381 00000 n +0000551455 00000 n +0000552671 00000 n +0000552518 00000 n +0000552731 00000 n +0000552793 00000 n +0000552855 00000 n +0000552917 00000 n +0000552981 00000 n +0000553045 00000 n +0000558413 00000 n +0000556998 00000 n +0000553235 00000 n +0000558108 00000 n +0000557180 00000 n +0000557335 00000 n +0000557494 00000 n +0000557646 00000 n +0000557798 00000 n +0000557956 00000 n +0000558349 00000 n +0000627981 00000 n +0000561445 00000 n +0000561570 00000 n +0000560612 00000 n +0000558603 00000 n +0000561385 00000 n +0000560776 00000 n +0000560928 00000 n +0000561080 00000 n +0000561231 00000 n +0000565192 00000 n +0000565319 00000 n +0000565016 00000 n +0000561722 00000 n +0000565132 00000 n +0000565255 00000 n +0000933796 00000 n +0000569484 00000 n +0000568835 00000 n +0000567636 00000 n +0000565432 00000 n +0000568594 00000 n +0000567809 00000 n +0000567962 00000 n +0000568120 00000 n +0000568278 00000 n +0000568436 00000 n +0000608363 00000 n +0000608301 00000 n +0000609135 00000 n +0000608427 00000 n +0000569368 00000 n +0000568960 00000 n +0000608241 00000 n +0000569918 00000 n +0000570090 00000 n +0000570201 00000 n +0000608167 00000 n +0000608188 00000 n +0000608217 00000 n +0000609261 00000 n +0000608959 00000 n +0000608543 00000 n +0000609075 00000 n +0000609197 00000 n +0000612428 00000 n +0000611196 00000 n +0000609377 00000 n +0000611991 00000 n +0000612051 00000 n +0000612111 00000 n +0000612175 00000 n +0000611360 00000 n +0000611517 00000 n +0000611675 00000 n +0000611833 00000 n +0000612239 00000 n +0000612301 00000 n +0000612365 00000 n +0000619573 00000 n +0000615619 00000 n +0000612568 00000 n +0000618465 00000 n +0000618647 00000 n +0000618831 00000 n +0000618893 00000 n +0000615855 00000 n +0000616069 00000 n +0000619016 00000 n +0000616289 00000 n +0000616499 00000 n +0000619078 00000 n +0000616707 00000 n +0000619140 00000 n +0000616928 00000 n +0000619202 00000 n +0000617149 00000 n +0000617365 00000 n +0000617585 00000 n +0000619388 00000 n +0000617805 00000 n +0000618027 00000 n +0000619512 00000 n +0000618247 00000 n +0000628229 00000 n +0000622566 00000 n +0000619751 00000 n +0000626995 00000 n +0000622865 00000 n +0000623085 00000 n +0000627177 00000 n +0000623297 00000 n +0000623512 00000 n +0000623746 00000 n +0000627362 00000 n +0000623970 00000 n +0000627424 00000 n +0000624189 00000 n +0000627486 00000 n +0000624397 00000 n +0000624618 00000 n +0000627609 00000 n +0000624812 00000 n +0000625032 00000 n +0000627733 00000 n +0000625252 00000 n +0000625471 00000 n +0000627857 00000 n +0000625691 00000 n +0000627919 00000 n +0000625909 00000 n +0000626129 00000 n +0000626347 00000 n +0000626563 00000 n +0000628167 00000 n +0000626783 00000 n +0000933921 00000 n +0000651319 00000 n +0000634100 00000 n +0000628368 00000 n +0000651136 00000 n +0000651196 00000 n +0000635182 00000 n +0000635333 00000 n +0000635483 00000 n +0000635634 00000 n +0000635785 00000 n +0000635935 00000 n +0000636086 00000 n +0000636237 00000 n +0000636388 00000 n +0000636539 00000 n +0000636690 00000 n +0000636841 00000 n +0000636992 00000 n +0000637142 00000 n +0000637293 00000 n +0000637444 00000 n +0000637595 00000 n +0000637743 00000 n +0000637894 00000 n +0000638045 00000 n +0000638196 00000 n +0000638347 00000 n +0000638497 00000 n +0000638648 00000 n +0000638798 00000 n +0000638949 00000 n +0000639100 00000 n +0000639251 00000 n +0000639401 00000 n +0000639552 00000 n +0000639703 00000 n +0000639853 00000 n +0000640004 00000 n +0000640155 00000 n +0000640305 00000 n +0000640456 00000 n +0000640607 00000 n +0000640757 00000 n +0000640908 00000 n +0000641059 00000 n +0000641209 00000 n +0000641360 00000 n +0000641511 00000 n +0000641661 00000 n +0000641812 00000 n +0000641963 00000 n +0000642113 00000 n +0000642262 00000 n +0000642412 00000 n +0000642563 00000 n +0000642712 00000 n +0000642860 00000 n +0000643009 00000 n +0000643159 00000 n +0000643309 00000 n +0000643459 00000 n +0000643608 00000 n +0000643757 00000 n +0000643908 00000 n +0000644057 00000 n +0000644208 00000 n +0000644358 00000 n +0000644509 00000 n +0000644660 00000 n +0000644811 00000 n +0000644962 00000 n +0000645113 00000 n +0000645264 00000 n +0000645414 00000 n +0000645566 00000 n +0000645717 00000 n +0000645869 00000 n +0000646020 00000 n +0000646170 00000 n +0000646321 00000 n +0000646471 00000 n +0000646621 00000 n +0000646772 00000 n +0000646923 00000 n +0000647074 00000 n +0000647225 00000 n +0000647376 00000 n +0000647527 00000 n +0000647678 00000 n +0000647829 00000 n +0000647980 00000 n +0000648131 00000 n +0000648282 00000 n +0000648432 00000 n +0000648582 00000 n +0000648732 00000 n +0000648881 00000 n +0000649032 00000 n +0000649183 00000 n +0000649333 00000 n +0000649483 00000 n +0000649634 00000 n +0000649785 00000 n +0000649936 00000 n +0000650087 00000 n +0000650238 00000 n +0000650388 00000 n +0000650539 00000 n +0000650690 00000 n +0000650840 00000 n +0000650988 00000 n +0000675459 00000 n +0000657408 00000 n +0000651457 00000 n +0000675399 00000 n +0000658544 00000 n +0000658693 00000 n +0000658844 00000 n +0000658995 00000 n +0000659146 00000 n +0000659297 00000 n +0000659447 00000 n +0000659598 00000 n +0000659749 00000 n +0000659900 00000 n +0000660051 00000 n +0000660201 00000 n +0000660352 00000 n +0000660503 00000 n +0000660653 00000 n +0000660804 00000 n +0000660955 00000 n +0000661106 00000 n +0000661256 00000 n +0000661407 00000 n +0000661558 00000 n +0000661708 00000 n +0000661859 00000 n +0000662008 00000 n +0000662159 00000 n +0000662307 00000 n +0000662458 00000 n +0000662609 00000 n +0000662760 00000 n +0000662911 00000 n +0000663062 00000 n +0000663213 00000 n +0000663364 00000 n +0000663515 00000 n +0000663665 00000 n +0000663816 00000 n +0000663967 00000 n +0000664116 00000 n +0000664267 00000 n +0000664418 00000 n +0000664569 00000 n +0000664720 00000 n +0000664871 00000 n +0000665021 00000 n +0000665172 00000 n +0000665323 00000 n +0000665474 00000 n +0000665625 00000 n +0000665775 00000 n +0000665925 00000 n +0000666076 00000 n +0000666227 00000 n +0000666378 00000 n +0000666528 00000 n +0000666677 00000 n +0000666827 00000 n +0000666975 00000 n +0000667123 00000 n +0000667274 00000 n +0000667424 00000 n +0000667575 00000 n +0000667725 00000 n +0000667876 00000 n +0000668027 00000 n +0000668178 00000 n +0000668328 00000 n +0000668478 00000 n +0000668629 00000 n +0000668780 00000 n +0000668931 00000 n +0000669083 00000 n +0000669235 00000 n +0000669385 00000 n +0000669536 00000 n +0000669687 00000 n +0000669838 00000 n +0000669987 00000 n +0000670138 00000 n +0000670288 00000 n +0000670439 00000 n +0000670589 00000 n +0000670739 00000 n +0000670890 00000 n +0000671040 00000 n +0000671189 00000 n +0000671338 00000 n +0000671488 00000 n +0000671639 00000 n +0000671790 00000 n +0000671941 00000 n +0000672092 00000 n +0000672243 00000 n +0000672393 00000 n +0000672544 00000 n +0000672695 00000 n +0000672845 00000 n +0000672996 00000 n +0000673147 00000 n +0000673297 00000 n +0000673447 00000 n +0000673598 00000 n +0000673749 00000 n +0000673901 00000 n +0000674053 00000 n +0000674205 00000 n +0000674355 00000 n +0000674505 00000 n +0000674654 00000 n +0000674803 00000 n +0000674953 00000 n +0000675102 00000 n +0000675251 00000 n +0000684331 00000 n +0000678077 00000 n +0000675584 00000 n +0000684271 00000 n +0000678547 00000 n +0000678697 00000 n +0000678847 00000 n +0000678998 00000 n +0000679148 00000 n +0000679299 00000 n +0000679450 00000 n +0000679601 00000 n +0000679751 00000 n +0000679903 00000 n +0000680054 00000 n +0000680205 00000 n +0000680355 00000 n +0000680506 00000 n +0000680657 00000 n +0000680808 00000 n +0000680959 00000 n +0000681109 00000 n +0000681260 00000 n +0000681411 00000 n +0000681562 00000 n +0000681712 00000 n +0000681863 00000 n +0000682013 00000 n +0000682164 00000 n +0000682315 00000 n +0000682464 00000 n +0000682613 00000 n +0000682764 00000 n +0000682914 00000 n +0000683063 00000 n +0000683214 00000 n +0000683365 00000 n +0000683516 00000 n +0000683667 00000 n +0000683818 00000 n +0000683969 00000 n +0000684120 00000 n +0000686748 00000 n +0000686711 00000 n +0000689127 00000 n +0000689090 00000 n +0000695050 00000 n +0000694821 00000 n +0000699710 00000 n +0000699481 00000 n +0000702490 00000 n +0000702453 00000 n +0000706740 00000 n +0000706657 00000 n +0000712140 00000 n +0000711851 00000 n +0000714707 00000 n +0000714632 00000 n +0000716620 00000 n +0000716595 00000 n +0000719696 00000 n +0000719446 00000 n +0000722176 00000 n +0000722151 00000 n +0000722264 00000 n +0000726068 00000 n +0000730787 00000 n +0000730566 00000 n +0000736064 00000 n +0000735779 00000 n +0000740645 00000 n +0000740386 00000 n +0000743031 00000 n +0000743006 00000 n +0000747780 00000 n +0000747685 00000 n +0000763859 00000 n +0000763488 00000 n +0000768513 00000 n +0000768284 00000 n +0000776085 00000 n +0000775854 00000 n +0000789472 00000 n +0000789091 00000 n +0000804621 00000 n +0000804252 00000 n +0000809203 00000 n +0000809124 00000 n +0000824160 00000 n +0000823768 00000 n +0000826909 00000 n +0000829083 00000 n +0000829058 00000 n +0000835046 00000 n +0000834927 00000 n +0000843456 00000 n +0000858742 00000 n +0000858359 00000 n +0000876108 00000 n +0000875719 00000 n +0000881808 00000 n +0000881517 00000 n +0000887933 00000 n +0000887712 00000 n +0000907350 00000 n +0000906914 00000 n +0000915092 00000 n +0000914841 00000 n +0000924984 00000 n +0000924717 00000 n +0000931196 00000 n +0000931035 00000 n +0000934028 00000 n +0000934149 00000 n +0000934275 00000 n +0000934401 00000 n +0000934500 00000 n +0000934592 00000 n +0000946915 00000 n +0000958963 00000 n +0000959004 00000 n +0000959044 00000 n +0000959200 00000 n +trailer +<< +/Size 2461 +/Root 2459 0 R +/Info 2460 0 R +/ID [<884F794410662CDF023F834022C71291> <884F794410662CDF023F834022C71291>] +>> +startxref +959539 +%%EOF diff --git a/material/latex/grfguide.pdf b/material/latex/grfguide.pdf new file mode 100644 index 0000000..748bd50 Binary files /dev/null and b/material/latex/grfguide.pdf differ diff --git a/material/latex-clase1.pdf b/material/latex/latex-clase1.pdf similarity index 100% rename from material/latex-clase1.pdf rename to material/latex/latex-clase1.pdf diff --git a/material/latex/short-math-guide.pdf b/material/latex/short-math-guide.pdf new file mode 100644 index 0000000..c2aef49 --- /dev/null +++ b/material/latex/short-math-guide.pdf @@ -0,0 +1,5739 @@ +%PDF-1.3 +3 0 obj << +/Length 10255 +>> +stream +1 0 0 1 178.357 676.231 cm +BT +/F15 11.955 Tf 0 0 Td[(Shor)1(t)-327(Ma)1(th)-326(G)-1(uide)-326(for)-326(L)]TJ/F16 7.97 Tf 118.935 2.724 Td[(A)]TJ/F15 11.955 Tf 4.587 -2.724 Td[(T)]TJ 6.503 -2.573 Td[(E)]TJ 6.501 2.573 Td[(X)]TJ -105.282 -28.891 Td[(Mic)27(hael)-326(Do)27(wnes)]TJ -40.693 -23.446 Td[(American)-326(Mathema)1(tical)-326(So)-27(ciet)27(y)]TJ/F8 9.963 Tf -22.577 -31.946 Td[(V)83(ersion)-333(1.0)1(9)-334(\0502002-03-22\051,)-333(c)-1(u)1(rr)1(e)-1(n)28(t)1(ly)-333(a)27(v)56(ail)1(able)-333(at)]TJ/F30 9.963 Tf -10.391 -11.955 Td[(http://www.ams.org/tex/s)1(hort-math-guide.html)]TJ/F31 9.963 Tf -81.94 -17.003 Td[(1.)-575(In)32(t)-1(r)1(o)-32(ducti)-1(on)]TJ/F8 9.963 Tf 82.786 0 Td[(This)-480(i)1(s)-480(a)-480(concis)-1(e)-480(summary)-479(of)-479(rec)-1(omm)-1(en)1(ded)-480(f)1(e)-1(at)1(ures)-480(in)-479(L)]TJ/F7 6.974 Tf 257.713 2.042 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.042 Td[(T)]TJ 5.535 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-480(an)1(d)-479(a)]TJ -355.955 -11.955 Td[(coup)1(le)-322(of)-321(e)-1(xt)1(e)-1(n)1(s)-1(ion)-321(p)1(ac)27(k)56(ages)-322(for)]TJ/F31 9.963 Tf 142.074 0 Td[(w)1(ri)-1(ting)-370(math)-370(form)32(ul)-1(as)]TJ/F8 9.963 Tf 112.025 0 Td[(.)-440(Re)-1(ad)1(e)-1(r)1(s)-322(nee)-1(d)1(ing)-321(greate)-1(r)-321(d)1(e)-1(p)1(th)]TJ -254.099 -11.955 Td[(of)-320(d)1(e)-1(tai)1(l)-320(are)-320(referred)-320(to)-320(th)1(e)-321(sour)1(c)-1(es)-321(li)1(s)-1(ted)-320(in)-319(the)-320(bib)1(liogr)1(aph)28(y)84(,)-323(esp)-28(ec)-1(i)1(ally)-320([Lamp)-27(ort])1(,)-323([LUG)1(],)]TJ 0 -11.956 Td[([AM)1(UG],)-415([LF)28(G)1(],)-415([LGG])1(,)-416(an)1(d)-399([)1(LC)-1(])1(.)-642(A)-399(certain)-398(am)-1(ou)1(n)28(t)-399(of)-398(famili)1(arit)28(y)-399(with)-398(s)-1(t)1(anda)1(rd)-399(L)]TJ/F7 6.974 Tf 371.088 2.043 Td[(A)]TJ/F8 9.963 Tf 4.387 -2.043 Td[(T)]TJ 5.534 -2.144 Td[(E)]TJ 5.535 2.144 Td[(X)]TJ -386.544 -11.955 Td[(terminol)1(ogy)-237(i)1(s)-237(as)-1(sumed;)-268(if)-236(y)28(our)-236(me)-1(mory)-236(n)1(e)-1(eds)-237(r)1(e)-1(f)1(res)-1(h)1(ing)-236(on)-236(the)-237(L)]TJ/F7 6.974 Tf 275.452 2.042 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.042 Td[(T)]TJ 5.535 -2.145 Td[(E)]TJ 5.534 2.145 Td[(X)-237(meanin)1(g)-237(of)]TJ/F38 9.963 Tf 59.096 0 Td[(c)51(omm)1(a)-1(nd)]TJ/F8 9.963 Tf 41.245 0 Td[(,)]TJ/F38 9.963 Tf -391.248 -11.955 Td[(optional)-358(ar)52(gument)]TJ/F8 9.963 Tf 78.798 0 Td[(,)]TJ/F38 9.963 Tf 6.089 0 Td[(envir)52(on)-1(m)1(en)-1(t)]TJ/F8 9.963 Tf 53.847 0 Td[(,)]TJ/F38 9.963 Tf 6.089 0 Td[(p)51(ackage)]TJ/F8 9.963 Tf 33.098 0 Td[(,)-333(and)-332(s)-1(o)-333(for)1(th,)-333(se)-1(e)-333([Lam)-1(p)-27(or)1(t].)]TJ -162.977 -11.955 Td[(The)-409(featur)1(e)-1(s)-409(des)-1(cri)1(b)-28(ed)-409(h)1(e)-1(r)1(e)-410(are)-409(a)28(v)55(a)1(ilabl)1(e)-410(to)-409(y)28(ou)-408(if)-409(y)28(ou)-408(use)-410(L)]TJ/F7 6.974 Tf 268.311 2.042 Td[(A)]TJ/F8 9.963 Tf 4.387 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-409(with)-409(t)28(w)28(o)-409(e)-1(x)1(te)-1(n)1(s)-1(i)1(on)]TJ -298.711 -11.955 Td[(pac)28(k)56(age)-1(s)-352(p)1(ub)1(lished)-351(b)28(y)-351(the)-351(Am)-1(erican)-351(Mat)1(hem)-1(ati)1(c)-1(al)-351(S)1(o)-28(c)-1(i)1(e)-1(t)28(y:)]TJ/F30 9.963 Tf 265.316 0 Td[(amssymb)]TJ/F8 9.963 Tf 40.113 0 Td[(and)]TJ/F30 9.963 Tf 19.553 0 Td[(amsmath)]TJ/F8 9.963 Tf 36.612 0 Td[(.)-499(Th)29(us,)]TJ -361.594 -11.956 Td[(th)1(e)-334(s)-1(ou)1(rce)-334(\014)1(le)-334(for)-333(t)1(his)-333(do)-28(cumen)28(t)-333(b)-28(egin)1(s)-334(with)]TJ/F30 9.963 Tf 0 -15.993 Td[(\134documentclass{article)1(})]TJ 0 -11.955 Td[(\134usepackage{amssymb,am)1(smath})]TJ/F8 9.963 Tf 0 -15.993 Td[(The)]TJ/F30 9.963 Tf 20.519 0 Td[(amssymb)]TJ/F8 9.963 Tf 39.973 0 Td[(pac)28(k)56(age)-338(migh)28(t)-337(b)-27(e)-338(omis)-1(sib)1(le)-338(f)1(or)-337(do)-28(cumen)28(ts)-338(whose)-338(math)-337(sym)27(b)-27(ol)-337(u)1(s)-1(age)-338(i)1(s)-338(rela-)]TJ -60.492 -11.955 Td[(tiv)28(ely)-358(mo)-28(des)-1(t)1(;)-371(the)-359(eas)-1(i)1(e)-1(st)-359(w)28(a)28(y)-358(to)-359(tes)-1(t)-358(th)1(is)-359(is)-359(to)-358(lea)27(v)28(e)-359(ou)1(t)-358(the)]TJ/F30 9.963 Tf 269.945 0 Td[(amssymb)]TJ/F8 9.963 Tf 40.185 0 Td[(reference)-359(and)-358(see)-359(if)]TJ -310.13 -11.955 Td[(an)28(y)-333(math)-333(sym)27(b)-27(ols)-333(in)-333(th)1(e)-334(do)-27(c)-1(u)1(m)-1(en)28(t)-333(pr)1(o)-28(du)1(c)-1(e)-333(`Und)1(e)-1(\014)1(ned)-333(con)28(trol)-333(se)-1(q)1(uence)-1(')-333(me)-1(ssage)-1(s.)]TJ 14.944 -11.956 Td[(Man)29(y)-306(notew)28(orth)28(y)-306(f)1(e)-1(at)1(ures)-307(f)1(oun)1(d)-306(in)-305(other)-306(p)1(ac)27(k)56(ages)-307(are)-306(not)-306(co)28(v)28(e)-1(r)1(e)-1(d)-305(here;)-315(s)-1(ee)-307(S)1(e)-1(ction)-305(10.)]TJ -14.944 -11.955 Td[(Re)-1(g)1(ardi)1(ng)-260(math)-259(s)-1(ym)28(b)-27(ols)-1(,)-274(pl)1(e)-1(ase)-260(note)-260(e)-1(sp)-27(e)-1(cially)-259(that)-259(the)-260(list)-260(giv)28(en)-259(here)-260(is)-260(not)-260(i)1(n)28(te)-1(n)1(ded)-259(to)-260(b)-28(e)]TJ 0 -11.955 Td[(com)-1(p)1(rehensiv)28(e,)-306(bu)1(t)-300(to)-299(ill)1(ustrate)-300(suc)28(h)-299(s)-1(y)1(m)27(b)-27(ols)-300(as)-300(u)1(s)-1(ers)-299(w)-1(i)1(ll)-299(normall)1(y)-300(\014)1(nd)-299(al)1(ready)-299(pr)1(e)-1(se)-1(n)29(t)-300(i)1(n)]TJ 0 -11.955 Td[(th)1(e)-1(ir)-326(L)]TJ/F7 6.974 Tf 26.401 2.042 Td[(A)]TJ/F8 9.963 Tf 4.387 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-327(syste)-1(m)-327(an)1(d)-326(usable)-327(wit)1(hout)-326(in)1(s)-1(tal)1(lin)1(g)-327(an)28(y)-326(add)1(ition)1(al)-327(f)1(on)28(ts)-327(or)-326(doin)1(g)-327(oth)1(e)-1(r)-326(se)-1(tu)1(p)]TJ -41.857 -11.955 Td[(w)28(ork.)]TJ 14.944 -11.955 Td[(If)-325(y)28(ou)-325(h)1(a)27(v)28(e)-325(a)-326(n)1(ee)-1(d)-325(f)1(or)-325(a)-326(sym)28(b)-28(ol)-325(n)1(ot)-325(s)-1(h)1(o)27(wn)-325(h)1(e)-1(r)1(e)-1(,)-326(y)28(ou)-325(will)-325(p)1(robab)1(ly)-325(w)28(an)28(t)-325(to)-326(consu)1(lt)]TJ/F38 9.963 Tf 362.268 0 Td[(The)]TJ -377.212 -11.956 Td[(Com)1(pr)51(ehensive)-357(L)]TJ/F39 6.974 Tf 71.452 2.08 Td[(A)]TJ/F38 9.963 Tf 4.511 -2.08 Td[(T)]TJ 5.431 -2.144 Td[(E)]TJ 5.485 2.144 Td[(X)-358(Symb)52(ols)-358(Li)1(st)]TJ/F8 9.963 Tf 69.858 0 Td[(\050P)28(ak)1(in\051:)]TJ/F30 9.963 Tf -115.408 -17.002 Td[(http://www.ctan.org/tex)1(-archive/info/symbols/comprehensive/)]TJ/F11 9.963 Tf 308.59 0 Td[(:)]TJ/F31 9.963 Tf -349.919 -17.003 Td[(2.)-575(Inl)-1(ine)-383(m)-1(ath)-383(f)-1(o)1(rm)32(ul)-1(as)-383(an)1(d)-384(disp)1(l)-1(a)32(y)32(ed)-383(equati)-1(on)1(s)]TJ/F42 9.963 Tf 0 -15.967 Td[(2.1.)-553(Th)-1(e)-289(f)1(u)-1(nd)22(ament)66(als)]TJ/F8 9.963 Tf 120.033 0 Td[(En)29(te)-1(r)1(ing)-249(an)1(d)-249(lea)27(v)1(ing)-249(math)-249(mo)-28(de)-249(in)-249(L)]TJ/F7 6.974 Tf 156.078 2.043 Td[(A)]TJ/F8 9.963 Tf 4.387 -2.043 Td[(T)]TJ 5.534 -2.144 Td[(E)]TJ 5.535 2.144 Td[(X)-249(is)-250(n)1(ormally)-249(d)1(one)-250(wit)1(h)]TJ -291.567 -11.955 Td[(th)1(e)-334(fol)1(lo)28(w)-1(i)1(ng)-333(c)-1(ommand)1(s)-334(and)-332(e)-1(n)28(v)1(iron)1(m)-1(en)28(ts.)]TJ/F31 9.963 Tf 64.466 -15.34 Td[(inl)-1(ine)-383(f)-1(or)1(m)31(ulas)-5887(di)-1(s)1(pl)-1(a)32(y)32(ed)-383(equations)]TJ +ET +1 0 0 1 -65.868 -444.662 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +86.116 0.199 l +S +Q +1 0 0 1 98.071 0 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +178.967 0.199 l +S +Q +1 0 0 1 -70.206 -13.947 cm +BT +/F30 9.963 Tf 0 0 Td[($)]TJ/F8 9.963 Tf 8.551 0 Td[(.)-166(.)-167(.)]TJ/F30 9.963 Tf 16.604 0 Td[($)]TJ -30.386 -11.956 Td[(\134\050)]TJ/F8 9.963 Tf 13.782 0 Td[(.)-166(.)-167(.)]TJ/F30 9.963 Tf 16.604 0 Td[(\134\051)]TJ 51.028 11.956 Td[(\134[...\134])]TJ/F8 9.963 Tf 100.871 0 Td[(un)1(n)28(u)1(m)27(b)-27(e)-1(r)1(e)-1(d)]TJ/F30 9.963 Tf -100.871 -17.933 Td[(\134begin{equation*})]TJ/F8 9.963 Tf 0 -11.955 Td[(.)-166(.)-167(.)]TJ/F30 9.963 Tf 0 -11.955 Td[(\134end{equation*})]TJ/F8 9.963 Tf 100.871 23.91 Td[(un)1(n)28(u)1(m)27(b)-27(e)-1(r)1(e)-1(d)]TJ/F30 9.963 Tf -100.871 -41.843 Td[(\134begin{equation})]TJ/F8 9.963 Tf 0 -11.955 Td[(.)-166(.)-167(.)]TJ/F30 9.963 Tf 0 -11.956 Td[(\134end{equation})]TJ/F8 9.963 Tf 100.871 23.911 Td[(aut)1(om)-1(ati)1(c)-1(all)1(y)]TJ 0 -11.955 Td[(n)28(u)1(m)27(b)-27(e)-1(r)1(e)-1(d)]TJ/F43 7.97 Tf -263.408 -26.085 Td[(No)1(te.)]TJ/F16 7.97 Tf 25.103 0 Td[(Alter)-1(nativ)29(e)-236(en)29(viron)-1(men)29(ts)]TJ/F44 7.97 Tf 94.616 0 Td[(\134b)-1(egin)-1({mat)-1(h})]TJ/F16 7.97 Tf 52.692 0 Td[(.)-177(.)-177(.)]TJ/F44 7.97 Tf 13.173 0 Td[(\134e)-1(nd{m)-1(ath})]TJ/F16 7.97 Tf 42.342 0 Td[(,)]TJ/F44 7.97 Tf 4.422 0 Td[(\134b)-1(egin)-1({dis)-1(play)-1(mat)-1(h})]TJ/F16 7.97 Tf 82.332 0 Td[(.)-177(.)-177(.)]TJ/F44 7.97 Tf 13.173 0 Td[(\134en)-1(d{d)-1(ispl)-1(ayma)-1(th})]TJ/F16 7.97 Tf -327.853 -9.464 Td[(are)-305(se)-1(ldom)-306(need)-1(ed)-305(in)-305(pra)-1(ctic)-1(e.)-456(Using)-305(th)-1(e)-305(plain)-306(T)]TJ 177.164 -1.716 Td[(E)]TJ 4.7 1.716 Td[(X)-305(nota)-1(tion)]TJ/F44 7.97 Tf 42.252 0 Td[($$)]TJ/F16 7.97 Tf 10.897 0 Td[(.)-177(.)-177(.)]TJ/F44 7.97 Tf 13.72 0 Td[($$)]TJ/F16 7.97 Tf 10.897 0 Td[(for)-305(disp)-1(la)29(y)30(ed)-305(equa)-1(tion)-1(s)-304(i)-1(s)-304(n)-1(ot)-305(rec)-1(om-)]TJ -259.63 -9.465 Td[(me)-1(nded)-1(.)-456(Altho)-1(ugh)-306(it)-306(is)-306(no)-1(t)-306(expressly)-306(forbid)-1(den)-306(in)-306(L)]TJ/F17 5.978 Tf 187.735 1.362 Td[(A)]TJ/F16 7.97 Tf 4.088 -1.362 Td[(T)]TJ 4.704 -1.715 Td[(E)]TJ 4.701 1.715 Td[(X,)-315(it)-306(is)-306(no)-1(t)-306(do)-30(cum)-1(en)29(ted)-306(an)29(ywhe)-1(re)-306(in)-306(the)-306(L)]TJ/F17 5.978 Tf 152.404 1.362 Td[(A)]TJ/F16 7.97 Tf 4.087 -1.362 Td[(T)]TJ 4.704 -1.715 Td[(E)]TJ 4.701 1.715 Td[(X)-305(b)-30(o)-30(ok)]TJ -367.124 -9.464 Td[(as)-435(b)-30(eing)-435(pa)-1(rt)-434(o)-1(f)-434(the)-435(L)]TJ/F17 5.978 Tf 81.238 1.361 Td[(A)]TJ/F16 7.97 Tf 4.088 -1.361 Td[(T)]TJ 4.704 -1.716 Td[(E)]TJ 4.701 1.716 Td[(X)-434(c)-1(omm)-1(and)-435(set)-1(,)-454(an)-1(d)-435(it)-434(in)29(te)-1(rf)1(e)-1(res)-435(with)-435(th)-1(e)-434(p)-1(rop)-30(er)-434(o)-1(p)-30(eratio)-1(n)-434(o)-1(f)-434(v)59(ariou)-1(s)-434(feat)-1(ures)]TJ -94.731 -9.465 Td[(suc)29(h)-355(as)-354(th)-1(e)]TJ/F44 7.97 Tf 44.083 0 Td[(fle)-1(qn)]TJ/F16 7.97 Tf 23.993 0 Td[(op)-1(tion.)]TJ/F8 9.963 Tf -68.076 -15.993 Td[(En)29(vir)1(onme)-1(n)29(ts)-323(f)1(or)-322(h)1(and)1(ling)-321(e)-1(qu)1(ation)-321(grou)1(ps)-322(and)-321(m)27(u)1(lti-lin)1(e)-322(e)-1(qu)1(ation)1(s)-323(ar)1(e)-323(sho)28(wn)-322(i)1(n)-322(T)83(ab)1(le)-322(1.)]TJ 194.517 -41.843 Td[(1)]TJ +ET +endstream +endobj +2 0 obj << +/Type /Page +/Contents 3 0 R +/Resources 1 0 R +/MediaBox [0 0 612 792] +/Parent 43 0 R +>> endobj +1 0 obj << +/Font << /F15 6 0 R /F16 9 0 R /F8 12 0 R /F30 15 0 R /F31 18 0 R /F7 21 0 R /F38 24 0 R /F39 27 0 R /F11 30 0 R /F42 33 0 R /F43 36 0 R /F44 39 0 R /F17 42 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +46 0 obj << +/Length 9618 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-15051(2)]TJ -163.815 -108.764 Td[(T)83(ab)1(le)-368(1:)-513(Mul)1(ti-lin)1(e)-369(equ)1(ation)1(s)-369(an)1(d)-367(e)-1(qu)1(ation)-367(grou)1(ps)-368(\050v)28(ertical)-367(lines)-368(in)1(dicatin)1(g)-368(nomin)1(al)-368(mar-)]TJ 0 -11.955 Td[(gin)1(s)-1(\051.)]TJ/F30 9.963 Tf 0 -10.405 Td[(\134begin{equation}\134label)1({xx})]TJ 0 -11.955 Td[(\134begin{split})]TJ 0 -11.956 Td[(a&)-525(=b+c-d\134\134)]TJ 5.23 -11.955 Td[(&)-525(\134quad)-525(+e-f\134\134)]TJ 0 -11.955 Td[(&)-525(=g+h\134\134)]TJ 0 -11.955 Td[(&)-525(=i)]TJ -5.23 -11.955 Td[(\134end{split})]TJ 0 -11.955 Td[(\134end{equation})]TJ +ET +1 0 0 1 196.809 -199.009 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 56.787 l +S +Q +1 0 0 1 70.365 48.419 cm +BT +/F11 9.963 Tf 0 0 Td[(a)]TJ/F8 9.963 Tf 8.034 0 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F8 9.963 Tf 6.489 0 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(c)]TJ/F14 9.963 Tf 6.525 0 Td[(\000)]TJ/F11 9.963 Tf 9.963 0 Td[(d)]TJ/F8 9.963 Tf -34.047 -14.944 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(e)]TJ/F14 9.963 Tf 6.852 0 Td[(\000)]TJ/F11 9.963 Tf 9.963 0 Td[(f)]TJ/F8 9.963 Tf -36.187 -14.944 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(g)]TJ/F8 9.963 Tf 7.323 0 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(h)]TJ/F8 9.963 Tf -27.802 -14.944 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(i)]TJ/F8 9.963 Tf 87.813 22.316 Td[(\0502.1\051)]TJ +ET +1 0 0 1 126.842 -48.419 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 56.787 l +S +Q +1 0 0 1 -394.016 -31.908 cm +BT +/F30 9.963 Tf 0 0 Td[(\134begin{multline})]TJ 0 -11.955 Td[(a+b+c+d+e+f\134\134)]TJ 0 -11.955 Td[(+i+j+k+l+m+n)]TJ 0 -11.955 Td[(\134end{multline})]TJ +ET +1 0 0 1 196.809 -29.832 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 29.888 l +S +Q +1 0 0 1 10.162 18.53 cm +BT +/F11 9.963 Tf 0 0 Td[(a)]TJ/F8 9.963 Tf 7.48 0 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(b)]TJ/F8 9.963 Tf 6.49 0 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(c)]TJ/F8 9.963 Tf 6.526 0 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(d)]TJ/F8 9.963 Tf 7.399 0 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(e)]TJ/F8 9.963 Tf 6.853 0 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(f)]TJ/F8 9.963 Tf -30.302 -14.944 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(i)]TJ/F8 9.963 Tf 5.646 0 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(j)]TJ/F8 9.963 Tf 6.887 0 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(k)]TJ/F8 9.963 Tf 7.714 0 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(l)]TJ/F8 9.963 Tf 5.383 0 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(m)]TJ/F8 9.963 Tf 10.961 0 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(n)]TJ/F8 9.963 Tf 15.943 0 Td[(\0502.2\051)]TJ +ET +1 0 0 1 187.045 -18.53 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 29.888 l +S +Q +1 0 0 1 -394.016 -20.756 cm +BT +/F30 9.963 Tf 0 0 Td[(\134begin{gather})]TJ 0 -11.955 Td[(a_1=b_1+c_1\134\134)]TJ 0 -11.955 Td[(a_2=b_2+c_2-d_2+e_2)]TJ 0 -11.955 Td[(\134end{gather})]TJ +ET +1 0 0 1 196.809 -29.03 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 26.899 l +S +Q +1 0 0 1 72.342 18.531 cm +BT +/F11 9.963 Tf 0 0 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.495 Td[(1)]TJ/F8 9.963 Tf 7.237 1.495 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.495 Td[(1)]TJ/F8 9.963 Tf 6.683 1.495 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(c)]TJ/F7 6.974 Tf 4.311 -1.495 Td[(1)]TJ/F8 9.963 Tf 56.134 1.495 Td[(\0502.3\051)]TJ/F11 9.963 Tf -125.944 -14.944 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.495 Td[(2)]TJ/F8 9.963 Tf 7.237 1.495 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.495 Td[(2)]TJ/F8 9.963 Tf 6.683 1.495 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(c)]TJ/F7 6.974 Tf 4.311 -1.495 Td[(2)]TJ/F14 9.963 Tf 6.683 1.495 Td[(\000)]TJ/F11 9.963 Tf 9.963 0 Td[(d)]TJ/F7 6.974 Tf 5.185 -1.495 Td[(2)]TJ/F8 9.963 Tf 6.683 1.495 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(e)]TJ/F7 6.974 Tf 4.639 -1.495 Td[(2)]TJ/F8 9.963 Tf 34.576 1.495 Td[(\0502.4\051)]TJ +ET +1 0 0 1 124.865 -18.531 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 26.899 l +S +Q +1 0 0 1 -394.016 -22.941 cm +BT +/F30 9.963 Tf 0 0 Td[(\134begin{align})]TJ 0 -11.956 Td[(a_1&)-525(=b_1+c_1\134\134)]TJ 0 -11.955 Td[(a_2&)-525(=b_2+c_2-d_2+e_2)]TJ 0 -11.955 Td[(\134end{align})]TJ +ET +1 0 0 1 196.809 -29.031 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 26.899 l +S +Q +1 0 0 1 50.784 18.531 cm +BT +/F11 9.963 Tf 0 0 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(1)]TJ/F8 9.963 Tf 7.237 1.494 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(1)]TJ/F8 9.963 Tf 6.683 1.494 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(c)]TJ/F7 6.974 Tf 4.311 -1.494 Td[(1)]TJ/F8 9.963 Tf 77.692 1.494 Td[(\0502.5\051)]TJ/F11 9.963 Tf -125.944 -14.944 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(2)]TJ/F8 9.963 Tf 7.237 1.494 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(2)]TJ/F8 9.963 Tf 6.683 1.494 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(c)]TJ/F7 6.974 Tf 4.311 -1.494 Td[(2)]TJ/F14 9.963 Tf 6.683 1.494 Td[(\000)]TJ/F11 9.963 Tf 9.963 0 Td[(d)]TJ/F7 6.974 Tf 5.185 -1.494 Td[(2)]TJ/F8 9.963 Tf 6.683 1.494 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(e)]TJ/F7 6.974 Tf 4.639 -1.494 Td[(2)]TJ/F8 9.963 Tf 34.576 1.494 Td[(\0502.6\051)]TJ +ET +1 0 0 1 146.423 -18.531 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 26.899 l +S +Q +1 0 0 1 -394.016 -22.941 cm +BT +/F30 9.963 Tf 0 0 Td[(\134begin{align})]TJ 0 -11.955 Td[(a_{11}&)-525(=b_{11}&)]TJ 10.461 -11.956 Td[(a_{12}&)-525(=b_{12}\134\134)]TJ -10.461 -11.955 Td[(a_{21}&)-525(=b_{21}&)]TJ 10.461 -11.955 Td[(a_{22}&)-525(=b_{22}+c_{22)1(})]TJ -10.461 -11.955 Td[(\134end{align})]TJ +ET +1 0 0 1 196.809 -40.985 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 26.899 l +S +Q +1 0 0 1 24.261 18.53 cm +BT +/F11 9.963 Tf 0 0 Td[(a)]TJ/F7 6.974 Tf 5.267 -1.494 Td[(11)]TJ/F8 9.963 Tf 11.208 1.494 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.275 -1.494 Td[(11)]TJ/F11 9.963 Tf 32.503 1.494 Td[(a)]TJ/F7 6.974 Tf 5.267 -1.494 Td[(12)]TJ/F8 9.963 Tf 11.208 1.494 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.275 -1.494 Td[(12)]TJ/F8 9.963 Tf 57.432 1.494 Td[(\0502.7\051)]TJ/F11 9.963 Tf -152.467 -14.944 Td[(a)]TJ/F7 6.974 Tf 5.267 -1.494 Td[(21)]TJ/F8 9.963 Tf 11.208 1.494 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.275 -1.494 Td[(21)]TJ/F11 9.963 Tf 32.503 1.494 Td[(a)]TJ/F7 6.974 Tf 5.267 -1.494 Td[(22)]TJ/F8 9.963 Tf 11.208 1.494 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.275 -1.494 Td[(22)]TJ/F8 9.963 Tf 10.655 1.494 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(c)]TJ/F7 6.974 Tf 4.312 -1.494 Td[(22)]TJ/F8 9.963 Tf 32.503 1.494 Td[(\0502.8\051)]TJ +ET +1 0 0 1 172.946 -18.53 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 26.899 l +S +Q +1 0 0 1 -394.016 -34.897 cm +BT +/F30 9.963 Tf 0 0 Td[(\134begin{flalign*})]TJ 0 -11.956 Td[(a_{11}&)-525(=b_{11}&)]TJ 10.461 -11.955 Td[(a_{12}&)-525(=b_{12}\134\134)]TJ -10.461 -11.955 Td[(a_{21}&)-525(=b_{21}&)]TJ 10.461 -11.955 Td[(a_{22}&)-525(=b_{22}+c_{22)1(})]TJ -10.461 -11.955 Td[(\134end{flalign*})]TJ +ET +1 0 0 1 196.809 -40.986 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 26.899 l +S +Q +1 0 0 1 0.199 18.531 cm +BT +/F11 9.963 Tf 0 0 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(11)]TJ/F8 9.963 Tf 11.208 1.494 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(11)]TJ/F11 9.963 Tf 101.107 1.494 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(12)]TJ/F8 9.963 Tf 11.208 1.494 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(12)]TJ/F11 9.963 Tf -163.639 -13.45 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(21)]TJ/F8 9.963 Tf 11.208 1.494 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(21)]TJ/F11 9.963 Tf 101.107 1.494 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(22)]TJ/F8 9.963 Tf 11.208 1.494 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(22)]TJ/F8 9.963 Tf 10.654 1.494 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(c)]TJ/F7 6.974 Tf 4.311 -1.494 Td[(22)]TJ +ET +1 0 0 1 197.008 -18.531 cm +q +[]0 d +0 J +0.199 w +0.1 0 m +0.1 26.899 l +S +Q +1 0 0 1 -394.016 -35.505 cm +BT +/F43 7.97 Tf 0 0 Td[(No)1(te)-384(1)1(.)]TJ/F16 7.97 Tf 32.536 0 Td[(Th)-1(e)]TJ/F44 7.97 Tf 17.76 0 Td[(spl)-1(it)]TJ/F16 7.97 Tf 24.345 0 Td[(en)29(viron)-1(men)29(t)-399(is)-398(so)-1(meth)-1(ing)-399(of)-398(a)-399(sp)-30(ecial)-399(cas)-1(e.)-605(I)1(t)-399(is)-398(a)-399(sub)-30(o)-1(rdina)-1(te)-398(e)-1(n)30(viro)-1(nme)-1(n)30(t)-399(tha)-1(t)-398(ca)-1(n)]TJ -74.641 -9.465 Td[(b)-30(e)-414(used)-414(as)-414(the)-414(con)29(te)-1(n)30(t)-1(s)-413(of)-414(an)]TJ/F44 7.97 Tf 114.008 0 Td[(eq)-1(uati)-1(on)]TJ/F16 7.97 Tf 37.169 0 Td[(en)29(viron)-1(men)29(t)-414(or)-413(t)-1(he)-414(con)29(ten)29(ts)-414(of)-413(o)-1(ne)-414(\134line)-1(")-413(i)-1(n)-413(a)-414(m)29(ult)-1(iple-)-1(equatio)-1(n)]TJ -151.177 -9.464 Td[(stru)-1(cture)-355(suc)29(h)-354(a)-1(s)]TJ/F44 7.97 Tf 65.785 0 Td[(al)-1(ign)]TJ/F16 7.97 Tf 23.994 0 Td[(or)]TJ/F44 7.97 Tf 10.357 0 Td[(gat)-1(her)]TJ/F16 7.97 Tf 25.405 0 Td[(.)]TJ/F43 7.97 Tf -125.541 -17.435 Td[(No)1(te)-384(2)1(.)]TJ/F16 7.97 Tf 32.536 0 Td[(Th)-1(e)]TJ/F44 7.97 Tf 17.353 0 Td[(eq)-1(narr)-1(ay)]TJ/F16 7.97 Tf 36.642 0 Td[(an)-1(d)]TJ/F44 7.97 Tf 16.412 0 Td[(eq)-1(narr)-1(ay*)]TJ/F16 7.97 Tf 40.876 0 Td[(en)29(viron)-1(men)29(ts)-348(desc)-1(rib)-30(ed)-348(in)-347([Lam)-1(p)-30(ort])-348(are)-348(not)-348(recom)-1(me)-1(nded)-348(b)-30(eca)-1(use)]TJ -143.819 -9.464 Td[(the)-1(y)-403(p)-1(ro)-29(d)-1(uce)-404(in)-1(cons)-1(isten)29(t)-404(spa)-1(cing)-404(o)-1(f)-403(th)-1(e)-404(equal)-404(sig)-1(ns)-404(and)-404(m)-1(ak)30(e)-404(n)-1(o)-404(atte)-1(mpt)-404(t)-1(o)-404(prev)29(en)29(t)-404(o)30(v)29(erprin)29(tin)-1(g)-404(of)-404(the)]TJ 0 -9.465 Td[(equa)-1(tion)-355(b)-29(o)-30(d)-1(y)-353(a)-1(nd)-355(equatio)-1(n)-354(n)29(um)29(b)-30(er.)]TJ +ET +endstream +endobj +45 0 obj << +/Type /Page +/Contents 46 0 R +/Resources 44 0 R +/MediaBox [0 0 612 792] +/Parent 43 0 R +>> endobj +44 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F30 15 0 R /F11 30 0 R /F14 55 0 R /F7 21 0 R /F43 36 0 R /F16 9 0 R /F44 39 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +58 0 obj << +/Length 7036 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-15051(3)]TJ/F42 9.963 Tf -163.815 -20.424 Td[(2.2.)-553(A)29(utom)1(a)66(tic)-380(nu)-1(m)1(berin)-1(g)-379(a)-1(nd)-380(cr)22(os)1(s-ref)1(erenci)-1(ng)]TJ/F8 9.963 Tf 256.378 0 Td[(T)83(o)-335(get)-335(an)-335(au)1(to-)-1(n)29(um)28(b)-28(ered)-335(equa-)]TJ -256.378 -11.955 Td[(tion)1(,)-321(use)-319(the)]TJ/F30 9.963 Tf 57.205 0 Td[(equation)]TJ/F8 9.963 Tf 45.017 0 Td[(en)28(vir)1(onme)-1(n)29(t;)-323(to)-319(ass)-1(ig)1(n)-319(a)-318(lab)-27(e)-1(l)-318(f)1(or)-319(cross)-1(-referencin)1(g,)-322(u)1(s)-1(e)-319(t)1(he)]TJ/F30 9.963 Tf 260.412 0 Td[(\134label)]TJ/F8 9.963 Tf -362.634 -11.955 Td[(com)-1(mand)1(:)]TJ/F30 9.963 Tf 0 -19.925 Td[(\134begin{equation}\134label)1({reio})]TJ 0 -11.955 Td[(...)]TJ 0 -11.955 Td[(\134end{equation})]TJ/F8 9.963 Tf 0 -19.926 Td[(T)83(o)-333(ge)-1(t)-333(a)-333(c)-1(r)1(os)-1(s-reference)-334(to)-333(an)-333(auto-n)28(u)1(m)27(b)-27(ere)-1(d)-332(e)-1(qu)1(ation)1(,)-333(use)-334(the)]TJ/F30 9.963 Tf 278.678 0 Td[(\134eqref)]TJ/F8 9.963 Tf 34.702 0 Td[(com)-1(mand)1(:)]TJ/F30 9.963 Tf -313.38 -19.925 Td[(...)-525(using)-525(equations)-525(\134e)1(qref{ax1})-525(and)-525(\134eqref{bz2},)-525(we)]TJ 0 -11.955 Td[(can)-525(derive)-525(...)]TJ/F8 9.963 Tf 0 -19.925 Td[(The)-333(ab)-28(o)28(v)28(e)-334(example)-333(w)27(ou)1(ld)-333(p)1(ro)-28(d)1(uce)-334(som)-1(ethi)1(ng)-333(lik)28(e)]TJ 24.907 -19.926 Td[(usin)1(g)-334(equ)1(ation)1(s)-334(\0503.2\051)-333(and)-332(\0503.5\051,)-333(w)28(e)-334(c)-1(an)-332(deriv)28(e)]TJ -24.907 -19.925 Td[(In)-333(oth)1(e)-1(r)-333(w)28(ord)1(s)-1(,)]TJ/F30 9.963 Tf 69.849 0 Td[(\134eqref{ax1})]TJ/F8 9.963 Tf 60.855 0 Td[(is)-334(equ)1(iv)56(alen)28(t)-333(to)]TJ/F30 9.963 Tf 69.517 0 Td[(\050\134ref{ax1}\051)]TJ/F8 9.963 Tf 57.534 0 Td[(.)]TJ -242.811 -11.955 Td[(T)83(o)-440(giv)28(e)-441(y)28(our)-440(equati)1(on)-440(n)28(um)28(b)-28(ers)-441(th)1(e)-441(for)1(m)]TJ/F38 9.963 Tf 186.947 0 Td[(m.)1(n)]TJ/F8 9.963 Tf 21.958 0 Td[(\050)]TJ/F38 9.963 Tf 3.874 0 Td[(se)51(ction-nu)1(mb)51(er.)1(e)51(quation-num)1(b)51(er)]TJ/F8 9.963 Tf 141.102 0 Td[(\051,)-467(use)]TJ -368.825 -11.955 Td[(th)1(e)]TJ/F30 9.963 Tf 17.158 0 Td[(\134numberwithin)]TJ/F8 9.963 Tf 71.315 0 Td[(com)-1(mand)-332(in)-333(th)1(e)-334(pr)1(e)-1(am)28(ble)-333(of)-333(y)28(our)-333(d)1(o)-28(cume)-1(n)28(t)1(:)]TJ/F30 9.963 Tf -88.473 -19.926 Td[(\134numberwithin{equation)1(}{section})]TJ/F8 9.963 Tf 0 -19.925 Td[(F)84(or)-333(m)-1(or)1(e)-334(detail)1(s)-334(on)-333(custom)-334(n)28(u)1(m)27(b)-27(erin)1(g)-334(sc)27(h)1(e)-1(me)-1(s)-333(s)-1(ee)-334([Lamp)-27(ort,)]TJ/F14 9.963 Tf 273.254 0 Td[(x)]TJ/F8 9.963 Tf 4.427 0 Td[(6.3,)]TJ/F14 9.963 Tf 18.819 0 Td[(x)]TJ/F8 9.963 Tf 4.428 0 Td[(C.8.4])1(.)]TJ -285.984 -11.955 Td[(The)]TJ/F30 9.963 Tf 21.24 0 Td[(subequations)]TJ/F8 9.963 Tf 66.847 0 Td[(en)28(vir)1(onme)-1(n)29(t)-410(pr)1(o)28(vides)-410(a)-410(con)28(v)28(enien)28(t)-410(w)28(a)28(y)-410(to)-409(n)28(um)28(b)-28(er)-409(e)-1(qu)1(ation)1(s)-411(i)1(n)-410(a)]TJ -103.031 -11.955 Td[(grou)1(p)-459(wit)1(h)-459(a)-459(sub)-27(ord)1(in)1(ate)-459(n)28(um)28(b)-28(eri)1(ng)-459(sc)27(h)1(e)-1(me)-1(.)-820(F)83(or)-458(e)-1(x)1(am)-1(p)1(le,)-490(s)-1(u)1(pp)-27(os)-1(i)1(ng)-459(th)1(at)-459(th)1(e)-460(cur)1(ren)28(t)]TJ 0 -11.955 Td[(equati)1(on)-333(n)28(um)28(b)-27(e)-1(r)-333(is)-333(2.1,)-333(write)]TJ/F30 9.963 Tf 0 -19.926 Td[(\134begin{equation}\134label)1({first})]TJ 0 -11.955 Td[(a=b+c)]TJ 0 -11.955 Td[(\134end{equation})]TJ 0 -11.955 Td[(some)-525(intervening)-525(text)]TJ 0 -11.955 Td[(\134begin{subequations}\134l)1(abel{grp})]TJ 0 -11.956 Td[(\134begin{align})]TJ 0 -11.955 Td[(a&=b+c\134label{second}\134\134)]TJ 0 -11.955 Td[(d&=e+f+g\134label{third}\134)1(\134)]TJ 0 -11.955 Td[(h&=i+j\134label{fourth})]TJ 0 -11.955 Td[(\134end{align})]TJ 0 -11.955 Td[(\134end{subequations})]TJ/F8 9.963 Tf 0 -19.926 Td[(to)-333(ge)-1(t)]TJ/F11 9.963 Tf 177.351 -11.955 Td[(a)]TJ/F8 9.963 Tf 8.034 0 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F8 9.963 Tf 6.489 0 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(c)]TJ/F8 9.963 Tf 161.184 0 Td[(\0502.9\051)]TJ -373.537 -17.933 Td[(som)-1(e)-333(in)28(terv)28(enin)1(g)-334(t)1(e)-1(xt)]TJ/F11 9.963 Tf 167.945 -21.918 Td[(a)]TJ/F8 9.963 Tf 8.033 0 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(b)]TJ/F8 9.963 Tf 6.49 0 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(c)]TJ/F8 9.963 Tf 160.628 0 Td[(\0502.10a\051)]TJ/F11 9.963 Tf -195.549 -14.943 Td[(d)]TJ/F8 9.963 Tf 7.953 0 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(e)]TJ/F8 9.963 Tf 6.853 0 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(f)]TJ/F8 9.963 Tf 8.164 0 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(g)]TJ/F8 9.963 Tf 141.585 0 Td[(\0502.10b)1(\051)]TJ/F11 9.963 Tf -195.55 -14.944 Td[(h)]TJ/F8 9.963 Tf 8.507 0 Td[(=)]TJ/F11 9.963 Tf 10.516 0 Td[(i)]TJ/F8 9.963 Tf 5.646 0 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(j)]TJ/F8 9.963 Tf 162.025 0 Td[(\0502.10c\051)]TJ -364.128 -21.918 Td[(By)-404(p)1(ut)1(ting)-403(a)]TJ/F30 9.963 Tf 61.457 0 Td[(\134label)]TJ/F8 9.963 Tf 35.402 0 Td[(com)-1(mand)-403(i)1(m)-1(mediately)-403(aft)1(e)-1(r)]TJ/F30 9.963 Tf 127.765 0 Td[(\134begin{subequations})]TJ/F8 9.963 Tf 108.626 0 Td[(y)28(ou)-403(can)-403(ge)-1(t)-403(a)]TJ -333.25 -11.955 Td[(reference)-258(to)-258(th)1(e)-259(p)1(aren)28(t)-258(n)29(um)28(b)-28(er;)]TJ/F30 9.963 Tf 138.013 0 Td[(\134eqref{grp})]TJ/F8 9.963 Tf 60.102 0 Td[(fr)1(om)-258(the)-258(ab)-27(o)28(v)28(e)-259(exampl)1(e)-259(w)28(oul)1(d)-258(p)1(ro)-28(d)1(uce)-258(\0502.10\051)]TJ -198.115 -11.956 Td[(whil)1(e)]TJ/F30 9.963 Tf 26.014 0 Td[(\134eqref{second})]TJ/F8 9.963 Tf 76.545 0 Td[(w)28(ould)-333(p)1(ro)-28(d)1(uce)-334(\0502.)1(10a\051.)]TJ/F31 9.963 Tf -102.559 -20.921 Td[(3.)-575(Math)-383(sym)32(b)-32(ols)-383(and)-383(m)-1(ath)-383(fon)32(t)-1(s)]TJ/F42 9.963 Tf 0 -17.933 Td[(3.1.)-553(Cl)-1(ass)1(es)-328(of)-328(m)1(a)66(th)-329(symbo)1(ls)]TJ/F8 9.963 Tf 152.426 0 Td[(The)-287(sym)28(b)-28(ol)1(s)-287(in)-286(a)-286(math)-286(for)1(m)27(u)1(la)-287(f)1(all)-286(in)29(to)-287(d)1(i\013e)-1(r)1(e)-1(n)28(t)-286(class)-1(es)]TJ -152.426 -11.955 Td[(th)1(at)-360(corres)-1(p)-27(on)1(d)-360(more)-360(or)-359(les)-1(s)-360(to)-359(the)-360(p)1(art)-359(of)-360(sp)-27(e)-1(ec)27(h)-359(eac)27(h)-359(s)-1(y)1(m)27(b)-27(ol)-360(w)28(oul)1(d)-360(h)1(a)28(v)28(e)-360(if)-359(the)-360(fo)1(rm)27(u)1(la)]TJ 0 -11.955 Td[(w)28(e)-1(r)1(e)-405(expr)1(e)-1(ss)-1(ed)-404(in)-403(w)27(or)1(ds.)-657(Certain)-403(s)-1(p)1(ac)-1(i)1(ng)-404(and)-403(p)-28(ositi)1(onin)1(g)-404(c)-1(u)1(e)-1(s)-404(are)-404(trad)1(ition)1(ally)-404(u)1(s)-1(ed)-404(f)1(or)]TJ 0 -11.955 Td[(th)1(e)-334(di)1(\013)-1(eren)28(t)-333(s)-1(y)1(m)27(b)-27(ol)-333(c)-1(lasse)-1(s)-334(t)1(o)-334(in)1(c)-1(r)1(e)-1(ase)-334(th)1(e)-334(readab)1(ili)1(t)28(y)-334(of)-332(form)28(ul)1(as)-1(.)]TJ +ET +endstream +endobj +57 0 obj << +/Type /Page +/Contents 58 0 R +/Resources 56 0 R +/MediaBox [0 0 612 792] +/Parent 43 0 R +>> endobj +56 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F42 33 0 R /F30 15 0 R /F38 24 0 R /F14 55 0 R /F11 30 0 R /F31 18 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +61 0 obj << +/Length 11208 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-15051(4)]TJ/F31 9.963 Tf -119.032 -18.829 Td[(Class)]TJ 0 -11.956 Td[(n)32(um)32(b)-32(er)-1200(M)1(nemoni)-1(c)]TJ 114.612 11.956 Td[(Descr)1(i)-1(p)1(t)-1(ion)]TJ 0 -11.956 Td[(\050part)-383(of)-384(s)1(p)-32(eec)32(h\051)-6234(E)1(xampl)-1(es)]TJ +ET +1 0 0 1 38.805 -34.77 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +316.405 0.199 l +S +Q +1 0 0 1 22.634 -11.357 cm +BT +/F8 9.963 Tf 0 0 Td[(0)-2872(Or)1(d)-4735(simple/ord)1(inar)1(y)-333(\050\134nou)1(n"\051)]TJ/F11 9.963 Tf 239.785 0 Td[(A)]TJ/F8 9.963 Tf 10.239 0 Td[(0)-278(\010)]TJ/F14 9.963 Tf 17.712 0 Td[(1)]TJ/F8 9.963 Tf -267.736 -11.955 Td[(1)-2872(Op)-5126(p)1(re)-1(\014)1(x)-333(op)-27(e)-1(rat)1(or)]TJ/F1 9.963 Tf 239.785 7.472 Td[(P)-444(Q)]TJ 28.781 0.553 Td[(R)]TJ/F8 9.963 Tf -268.566 -19.98 Td[(2)-2872(Bin)-4918(b)1(inar)1(y)-334(o)1(p)-28(erator)-333(\050conj)1(un)1(c)-1(t)1(ion\051)-1200(+)]TJ/F14 9.963 Tf 250.301 0 Td[([)-277(^)]TJ/F8 9.963 Tf -250.301 -11.956 Td[(3)-2872(Rel)-5002(relati)1(on/com)-1(p)1(arison)-333(\050v)28(erb)1(\051)-2445(=)]TJ/F11 9.963 Tf 250.301 0 Td[(<)]TJ/F14 9.963 Tf 10.516 0 Td[(\032)]TJ/F8 9.963 Tf -260.817 -11.955 Td[(4)-2872(Op)-27(en)-4099(left/op)-27(enin)1(g)-333(delimiter)-4678(\050)-277([)]TJ/F14 9.963 Tf 251.962 0 Td[(f)-278(h)]TJ/F8 9.963 Tf -251.962 -11.955 Td[(5)-2872(Close)-4122(ri)1(gh)28(t/clos)-1(i)1(ng)-333(delimiter)-4475(\051)-277(])]TJ/F14 9.963 Tf 251.962 0 Td[(g)-278(i)]TJ/F8 9.963 Tf -251.962 -11.955 Td[(6)-2872(P)1(un)-4668(p)-27(os)-1(t\014)1(x/p)1(un)1(c)-1(tu)1(ation)]TJ/F11 9.963 Tf 239.785 0 Td[(:)-278(;)]TJ/F8 9.963 Tf 11.07 0 Td[(;)-277(!)]TJ/F43 7.97 Tf -312.294 -18.088 Td[(No)1(te)-384(1)1(.)]TJ/F16 7.97 Tf 32.536 0 Td[(Th)-1(e)-319(disti)-1(nctio)-1(n)-319(in)-319(T)]TJ 73.061 -1.716 Td[(E)]TJ 4.701 1.716 Td[(X)-318(b)-30(e)-1(t)30(w)29(ee)-1(n)-318(c)-1(lass)-319(0)-319(an)-1(d)-318(a)-1(n)-319(add)-1(ition)-1(al)-319(class)-319(7)-319(ha)-1(s)-318(t)-1(o)-319(do)-319(onl)-1(y)-318(wi)-1(th)-319(f)1(o)-1(n)30(t)-319(se)-1(lecti)-1(on)]TJ -110.298 -9.464 Td[(issu)-1(es)-354(an)-1(d)-354(is)-355(imm)-1(ateri)-1(al)-354(he)-1(re.)]TJ/F43 7.97 Tf 0 -17.435 Td[(No)1(te)-384(2)1(.)]TJ/F16 7.97 Tf 32.536 0 Td[(Sym)29(b)-30(ols)-352(of)-351(c)-1(lass)-352(Bin,)-353(not)-1(ably)-352(the)-352(mi)-1(n)30(u)-1(s)-351(si)-1(gn)]TJ/F22 7.97 Tf 168.85 0 Td[(\000)]TJ/F16 7.97 Tf 6.587 0 Td[(,)-352(ar)-1(e)-351(a)-1(utom)-1(atic)-1(ally)-352(co)-30(erced)-352(t)-1(o)-351(c)-1(lass)-352(0)-352(\050no)-352(spa)-1(ce\051)-352(if)]TJ -207.973 -9.465 Td[(the)-1(y)-354(do)-354(n)-1(ot)-354(h)-1(a)30(v)29(e)-354(a)-355(suita)-1(ble)-354(l)-1(ef)1(t)-355(op)-30(eran)-1(d.)]TJ/F8 9.963 Tf 14.944 -19.925 Td[(The)-345(s)-1(p)1(ac)-1(i)1(ng)-345(for)-344(a)-345(few)-346(sym)28(b)-28(ols)-345(fol)1(lo)28(w)-1(s)-345(trad)1(ition)-344(instead)-345(of)-345(t)1(he)-346(general)-344(rul)1(e)-1(:)-468(al)1(thou)1(gh)]TJ/F11 9.963 Tf 374.09 0 Td[(=)]TJ/F8 9.963 Tf -389.034 -11.955 Td[(is)-388(\050se)-1(man)28(ti)1(c)-1(all)1(y)-388(sp)-28(eakin)1(g\051)-388(of)-387(c)-1(l)1(as)-1(s)-388(2,)-401(w)28(e)-389(wri)1(te)]TJ/F11 9.963 Tf 206.248 0 Td[(k)-31(=)]TJ/F8 9.963 Tf 10.481 0 Td[(2)-388(with)-387(n)1(o)-388(s)-1(p)1(ac)-1(e)-388(ar)1(ound)-387(th)1(e)-388(s)-1(lash)-387(rath)1(e)-1(r)]TJ -216.729 -11.955 Td[(th)1(an)]TJ/F11 9.963 Tf 23.246 0 Td[(k)-253(=)]TJ/F8 9.963 Tf 14.909 0 Td[(2.)-444(And)-333(compar)1(e)]TJ/F30 9.963 Tf 73.918 0 Td[(p|q)]TJ/F11 9.963 Tf 19.012 0 Td[(p)]TJ/F14 9.963 Tf 5.012 0 Td[(j)]TJ/F11 9.963 Tf 2.768 0 Td[(q)]TJ/F8 9.963 Tf 8.125 0 Td[(\050n)1(o)-334(space)-1(\051)-333(with)]TJ/F30 9.963 Tf 70.901 0 Td[(p\134mid)-525(q)]TJ/F11 9.963 Tf 39.933 0 Td[(p)]TJ/F14 9.963 Tf 7.78 0 Td[(j)]TJ/F11 9.963 Tf 5.535 0 Td[(q)]TJ/F8 9.963 Tf 8.126 0 Td[(\050class)-1(-3)-334(sp)1(ac)-1(in)1(g\051.)]TJ -264.321 -11.955 Td[(The)-431(p)1(rop)-27(e)-1(r)-430(w)28(a)28(y)-431(to)-430(de\014n)1(e)-431(a)-431(n)1(e)-1(w)-430(m)-1(at)1(h)-430(s)-1(ym)28(b)-28(o)1(l)-431(is)-431(d)1(isc)-1(u)1(s)-1(se)-1(d)-430(i)1(n)]TJ/F38 9.963 Tf 279.007 0 Td[(L)]TJ/F39 6.974 Tf 2.583 2.079 Td[(A)]TJ/F38 9.963 Tf 4.511 -2.079 Td[(T)]TJ 5.431 -2.145 Td[(E)]TJ 5.485 2.145 Td[(X)-154(2)]TJ/F11 9.963 Tf 14.025 -1.495 Td[(")]TJ/F38 9.963 Tf 9.599 1.495 Td[(font)-447(sele)51(cti)1(o)-1(n)]TJ/F8 9.963 Tf -335.585 -11.955 Td[([LF)28(G)1(].)-705(It)-420(i)1(s)-421(not)-419(re)-1(al)1(ly)-420(p)-27(os)-1(sib)1(le)-421(to)-420(gi)1(v)28(e)-421(a)-420(u)1(s)-1(efu)1(l)-420(s)-1(y)1(nopsis)-420(here)-420(b)-28(ec)-1(au)1(s)-1(e)-420(one)-420(needs)-421(\014)1(rst)-420(to)]TJ 0 -11.956 Td[(un)1(derstand)-332(the)-334(r)1(ami\014cation)1(s)-334(of)-333(fon)29(t)-333(s)-1(p)-27(e)-1(ci\014)1(c)-1(ati)1(ons.)]TJ/F42 9.963 Tf 0 -20.921 Td[(3.2.)-553(Som)1(e)-475(symbo)1(l)-1(s)-475(intenti)-1(o)1(na)-1(ll)66(y)-475(om)1(itt)-1(e)1(d)-476(here)]TJ/F8 9.963 Tf 245.476 0 Td[(The)-426(fol)1(lo)28(w)-1(i)1(ng)-426(math)-426(sym)28(b)-28(ol)1(s)-427(th)1(at)]TJ -245.476 -11.955 Td[(are)-349(me)-1(n)29(tioned)-348(in)-348(the)-349(L)]TJ/F7 6.974 Tf 97.099 2.042 Td[(A)]TJ/F8 9.963 Tf 4.387 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-349(b)-27(o)-28(ok)-348([Lamp)-28(or)1(t])-349(ar)1(e)-350(i)1(n)28(te)-1(n)29(tion)1(ally)-349(omit)1(te)-1(d)-348(fr)1(om)-349(this)-349(d)1(is)-1(cu)1(s)-1(sion)]TJ -112.555 -11.956 Td[(b)-27(e)-1(cause)-392(th)1(e)-1(y)-391(are)-391(s)-1(u)1(p)-28(erse)-1(d)1(ed)-391(b)28(y)-391(e)-1(q)1(uiv)56(alen)28(t)-391(s)-1(y)1(m)27(b)-27(ols)-392(wh)1(e)-1(n)-391(th)1(e)]TJ/F30 9.963 Tf 274.251 0 Td[(amssymb)]TJ/F8 9.963 Tf 40.512 0 Td[(pac)28(k)56(age)-392(is)-392(l)1(oaded.)]TJ -314.763 -11.955 Td[(If)-322(y)29(ou)-322(are)-322(u)1(s)-1(in)1(g)-322(th)1(e)]TJ/F30 9.963 Tf 88.069 0 Td[(amssymb)]TJ/F8 9.963 Tf 39.82 0 Td[(pa)1(c)27(k)56(age)-323(an)29(yw)27(a)28(y)84(,)-324(the)-322(on)1(ly)-322(th)1(in)1(g)-322(that)-321(y)28(ou)-322(are)-322(li)1(k)28(e)-1(ly)-321(to)-322(gain)-321(b)28(y)]TJ -127.889 -11.955 Td[(usin)1(g)-391(th)1(e)-391(altern)1(ate)-391(name)-391(is)-391(an)-390(u)1(nn)1(e)-1(ces)-1(sary)-390(increase)-391(in)-390(the)-391(n)29(um)28(b)-28(er)-390(of)-390(fon)28(t)1(s)-391(use)-1(d)-390(b)28(y)-390(y)28(ou)1(r)]TJ 0 -11.955 Td[(do)-27(c)-1(u)1(m)-1(en)28(t.)]TJ/F30 9.963 Tf 135.918 -17.335 Td[(\134Box)]TJ/F8 9.963 Tf 20.921 0 Td[(,)-333(s)-1(ee)]TJ/F30 9.963 Tf 22.195 0 Td[(\134square)]TJ/F32 9.963 Tf 39.933 0 Td[(\003)]TJ/F30 9.963 Tf -103.971 -11.955 Td[(\134Diamond)]TJ/F8 9.963 Tf 41.843 0 Td[(,)-333(s)-1(ee)]TJ/F30 9.963 Tf 22.195 0 Td[(\134lozenge)]TJ/F32 9.963 Tf 45.163 0 Td[(\006)]TJ/F30 9.963 Tf -109.201 -11.955 Td[(\134leadsto)]TJ/F8 9.963 Tf 41.843 0 Td[(,)-333(s)-1(ee)]TJ/F30 9.963 Tf 22.195 0 Td[(\134rightsquigarrow)]TJ/F32 9.963 Tf 87.006 0 Td[(\040)]TJ/F30 9.963 Tf -135.353 -11.956 Td[(\134Join)]TJ/F8 9.963 Tf 26.152 0 Td[(,)-333(s)-1(ee)]TJ/F30 9.963 Tf 22.195 0 Td[(\134bowtie)]TJ/F11 9.963 Tf 39.933 0 Td[(.)167(/)]TJ/F30 9.963 Tf -83.049 -11.955 Td[(\134lhd)]TJ/F8 9.963 Tf 20.921 0 Td[(,)-333(s)-1(ee)]TJ/F30 9.963 Tf 22.195 0 Td[(\134vartriangleleft)]TJ/F32 9.963 Tf 87.006 0 Td[(C)]TJ/F30 9.963 Tf -140.583 -11.955 Td[(\134unlhd)]TJ/F8 9.963 Tf 31.382 0 Td[(,)-333(s)-1(ee)]TJ/F30 9.963 Tf 22.195 0 Td[(\134trianglelefteq)]TJ/F32 9.963 Tf 81.776 0 Td[(E)]TJ/F30 9.963 Tf -124.892 -11.955 Td[(\134rhd)]TJ/F8 9.963 Tf 20.921 0 Td[(,)-333(s)-1(ee)]TJ/F30 9.963 Tf 22.195 0 Td[(\134vartriangleright)]TJ/F32 9.963 Tf 92.236 0 Td[(B)]TJ/F30 9.963 Tf -145.813 -11.955 Td[(\134unrhd)]TJ/F8 9.963 Tf 31.382 0 Td[(,)-333(s)-1(ee)]TJ/F30 9.963 Tf 22.195 0 Td[(\134trianglerighteq)]TJ/F32 9.963 Tf 87.006 0 Td[(D)]TJ/F8 9.963 Tf -251.096 -19.472 Td[(F)84(urt)1(hermore,)-245(there)-223(are)]TJ/F31 9.963 Tf 99.593 0 Td[(man)32(y)96(,)-283(man)32(y)-256(additi)-1(onal)-257(s)1(ym)32(b)-32(ol)-1(s)]TJ/F8 9.963 Tf 156.661 0 Td[(a)28(v)56(ailab)1(le)-224(f)1(or)-223(L)]TJ/F7 6.974 Tf 56.648 2.043 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.043 Td[(T)]TJ 5.534 -2.144 Td[(E)]TJ 5.535 2.144 Td[(X)-223(use)-223(ab)-28(o)28(v)28(e)]TJ -343.301 -11.955 Td[(and)-378(b)-27(ey)28(ond)-378(th)1(e)-379(ones)-379(includ)1(ed)-379(h)1(e)-1(r)1(e)-1(.)-580(Th)1(is)-379(list)-379(i)1(s)-380(n)1(ot)-379(i)1(n)28(tend)1(e)-1(d)-378(to)-378(b)-28(e)-379(com)-1(p)1(rehensiv)28(e.)-580(F)83(or)-378(a)]TJ 0 -11.955 Td[(m)27(u)1(c)27(h)-308(more)-309(com)-1(p)1(rehensiv)28(e)-309(li)1(s)-1(t)-308(of)-308(s)-1(ym)28(b)-27(ols)-1(,)-313(in)1(c)-1(l)1(ud)1(ing)-308(non)1(m)-1(ath)1(e)-1(mati)1(c)-1(all)1(y)-309(or)1(ie)-1(n)29(te)-1(d)-308(on)1(e)-1(s)-309(suc)28(h)]TJ 0 -11.955 Td[(as)-334(p)1(hon)1(e)-1(ti)1(c)-334(alp)1(hab)-27(e)-1(ti)1(c)-334(or)-333(di)1(ngb)1(ats)-1(,)-333(se)-1(e)]TJ/F38 9.963 Tf 172.603 0 Td[(The)-357(Compr)52(ehen)-1(s)1(ive)-358(L)]TJ/F39 6.974 Tf 91.819 2.079 Td[(A)]TJ/F38 9.963 Tf 4.511 -2.079 Td[(T)]TJ 5.431 -2.145 Td[(E)]TJ 5.485 2.145 Td[(X)-358(Symb)52(o)-1(l)1(s)-358(Lis)1(t)]TJ/F8 9.963 Tf 69.859 0 Td[(\050P)28(ak)1(in\051:)]TJ/F30 9.963 Tf -308.379 -21.918 Td[(http://www.ctan.org/te)1(x-archive/info/symbols/comprehensive/)]TJ/F11 9.963 Tf 308.59 0 Td[(:)]TJ/F42 9.963 Tf -349.919 -21.918 Td[(3.3.)-553(La)66(tin)-262(letters)-261(and)-262(Arabic)-262(numeral)-1(s)]TJ/F8 9.963 Tf 204.443 0 Td[(The)-222(Latin)-222(letters)-222(are)-223(simple)-222(s)-1(y)1(m)27(b)-27(ols,)-245(class)-223(0.)]TJ -204.443 -11.955 Td[(The)-333(defaul)1(t)-333(fon)28(t)-333(fo)1(r)-333(them)-334(in)-333(math)-333(f)1(orm)28(ulas)-333(is)-334(ital)1(ic.)]TJ/F11 9.963 Tf 72.11 -17.335 Td[(A)-167(B)-217(C)-238(D)-194(E)-225(F)-305(G)-167(H)-248(I)-245(J)-263(K)-239(L)-166(M)-276(N)-276(O)-194(P)-305(Q)-167(R)-174(S)-225(T)-306(U)-275(V)-389(W)-306(X)-246(Y)-388(Z)]TJ 37.162 -11.955 Td[(a)-166(b)-167(c)-166(d)-168(e)-166(f)-274(g)-202(h)-167(i)-166(j)-224(k)-198(l)-186(m)-167(n)-167(o)-166(p)-167(q)-203(r)-194(s)-167(t)-167(u)-167(v)-202(w)-193(x)-167(y)-202(z)]TJ/F8 9.963 Tf -109.272 -19.472 Td[(Wh)1(e)-1(n)-315(ad)1(din)1(g)-316(an)-315(acc)-1(en)28(t)-315(to)-316(an)]TJ/F11 9.963 Tf 131.223 0 Td[(i)]TJ/F8 9.963 Tf 6.577 0 Td[(or)]TJ/F11 9.963 Tf 12.027 0 Td[(j)]TJ/F8 9.963 Tf 7.818 0 Td[(in)-315(math,)-319(d)1(otles)-1(s)-316(v)56(ar)1(ian)28(ts)-316(can)-315(b)-28(e)-316(ob)1(tain)1(e)-1(d)-315(with)]TJ/F30 9.963 Tf 204.989 0 Td[(\134imath)]TJ/F8 9.963 Tf -362.634 -11.955 Td[(and)]TJ/F30 9.963 Tf 19.372 0 Td[(\134jmath)]TJ/F8 9.963 Tf 31.382 0 Td[(:)]TJ/F11 9.963 Tf -47.325 -21.918 Td[({)]TJ/F30 9.963 Tf 6.534 0 Td[(\134imath)]TJ/F11 9.963 Tf 148.436 0 Td[(|)]TJ/F30 9.963 Tf 7.147 0 Td[(\134jmath)]TJ/F8 9.963 Tf 148.689 0 Td[(^)]TJ/F11 9.963 Tf -0.253 0 Td[(|)]TJ/F30 9.963 Tf 7.147 0 Td[(\134hat{\134jmath})]TJ/F8 9.963 Tf -306.185 -15.442 Td[(Arab)1(ic)-334(n)29(ume)-1(r)1(als)-334(0{9)-333(are)-334(a)1(ls)-1(o)-333(of)-333(class)-334(0.)-444(T)-1(h)1(e)-1(i)1(r)-333(defau)1(lt)-333(fon)28(t)-333(is)-333(up)1(righ)28(t)1(/roman.)]TJ 149.685 -21.918 Td[(0)-167(1)-166(2)-167(3)-167(4)-166(5)-167(6)-167(7)-166(8)-167(9)]TJ +ET +endstream +endobj +60 0 obj << +/Type /Page +/Contents 61 0 R +/Resources 59 0 R +/MediaBox [0 0 612 792] +/Parent 43 0 R +>> endobj +59 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F31 18 0 R /F11 30 0 R /F14 55 0 R /F1 64 0 R /F43 36 0 R /F16 9 0 R /F22 67 0 R /F30 15 0 R /F38 24 0 R /F39 27 0 R /F42 33 0 R /F7 21 0 R /F32 70 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +73 0 obj << +/Length 12073 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-15051(5)]TJ/F42 9.963 Tf -163.815 -20.424 Td[(3.4.)-553(Gr)-1(e)1(ek)-347(letters)]TJ/F8 9.963 Tf 101.818 0 Td[(Lik)28(e)-304(the)-304(Latin)-303(letters)-1(,)-309(the)-304(Gr)1(e)-1(ek)-304(letters)-304(are)-304(s)-1(impl)1(e)-305(sym)28(b)-28(ol)1(s)-1(,)-310(class)-305(0.)]TJ -101.818 -11.955 Td[(F)84(or)-354(obsc)-1(u)1(re)-354(histori)1(c)-1(al)-354(r)1(e)-1(asons,)-359(the)-354(defau)1(lt)-354(fo)1(n)28(t)-354(for)-354(l)1(o)27(w)28(ercas)-1(e)-354(Gree)-1(k)-354(l)1(e)-1(tt)1(e)-1(rs)-354(in)-354(math)-353(form)28(u-)]TJ 0 -11.955 Td[(las)-450(is)-450(ital)1(ic)-451(wh)1(ile)-450(the)-450(d)1(e)-1(f)1(ault)-449(fon)28(t)-449(for)-449(c)-1(ap)1(ital)-450(G)1(ree)-1(k)-449(le)-1(t)1(te)-1(r)1(s)-451(i)1(s)-451(u)1(pri)1(gh)28(t/roman)1(.)-794(\050In)-449(other)]TJ 0 -11.955 Td[(\014eld)1(s)-389(suc)28(h)-388(as)-389(p)1(h)28(ysics)-389(an)1(d)-388(c)27(h)1(e)-1(mistry)84(,)-402(h)1(o)28(w)27(ev)28(e)-1(r)1(,)-402(th)1(e)-389(t)28(yp)-27(ogr)1(aphi)1(c)-1(al)-388(t)1(radi)1(tions)-388(are)-388(s)-1(omew)-1(h)1(at)]TJ 0 -11.955 Td[(di)1(\013)-1(eren)28(t.\051)-644(T)-1(h)1(e)-401(capit)1(al)-400(Gree)-1(k)-399(le)-1(tt)1(e)-1(rs)-400(not)-400(p)1(res)-1(en)28(t)-400(in)-400(t)1(his)-400(list)-400(are)-401(t)1(he)-401(l)1(e)-1(tters)-400(that)-400(h)1(a)27(v)28(e)-400(the)]TJ 0 -11.955 Td[(sam)-1(e)-372(app)-27(earan)1(c)-1(e)-372(as)-373(some)-373(Lati)1(n)-372(letter:)-521(A)-372(for)-371(Alp)1(ha,)-381(B)-372(for)-372(Beta,)-382(an)1(d)-371(s)-1(o)-372(on)1(.)-560(In)-372(th)1(e)-373(l)1(is)-1(t)-371(of)]TJ 0 -11.956 Td[(lo)28(w)28(e)-1(r)1(c)-1(ase)-281(le)-1(t)1(te)-1(r)1(s)-281(there)-281(is)-281(n)1(o)-281(omicron)-280(b)-27(e)-1(cause)-281(it)-280(w)27(ou)1(ld)-280(b)-28(e)-281(i)1(den)28(tical)-281(i)1(n)-280(app)-27(e)-1(ar)1(ance)-281(to)-281(Lati)1(n)]TJ/F11 9.963 Tf 386.419 0 Td[(o)]TJ/F8 9.963 Tf 4.829 0 Td[(.)]TJ -391.248 -11.955 Td[(In)-290(p)1(ractice)-1(,)-298(the)-290(Greek)-290(le)-1(t)1(te)-1(r)1(s)-291(th)1(at)-290(ha)28(v)28(e)-291(L)1(atin)-290(lo)-27(ok-alik)28(es)-291(ar)1(e)-291(se)-1(ld)1(om)-291(u)1(se)-1(d)-290(i)1(n)-290(math)-290(f)1(orm)28(ulas,)]TJ 0 -11.955 Td[(to)-333(a)28(v)28(oid)-333(conf)1(usion.)]TJ 0.415 -21.918 Td[(\000)]TJ/F30 9.963 Tf 9.548 0 Td[(\134Gamma)]TJ/F8 9.963 Tf -11.623 -11.955 Td[(\001)]TJ/F30 9.963 Tf 11.623 0 Td[(\134Delta)]TJ/F8 9.963 Tf -10.24 -11.955 Td[(\003)]TJ/F30 9.963 Tf 10.24 0 Td[(\134Lambda)]TJ/F8 9.963 Tf -10.516 -11.955 Td[(\010)]TJ/F30 9.963 Tf 10.516 0 Td[(\134Phi)]TJ/F8 9.963 Tf -10.793 -11.955 Td[(\005)]TJ/F30 9.963 Tf 10.793 0 Td[(\134Pi)]TJ/F8 9.963 Tf -11.07 -11.956 Td[(\011)]TJ/F30 9.963 Tf 11.07 0 Td[(\134Psi)]TJ/F8 9.963 Tf -10.516 -11.955 Td[(\006)]TJ/F30 9.963 Tf 10.516 0 Td[(\134Sigma)]TJ/F8 9.963 Tf -11.07 -11.955 Td[(\002)]TJ/F30 9.963 Tf 11.07 0 Td[(\134Theta)]TJ/F8 9.963 Tf -11.07 -11.955 Td[(\007)]TJ/F30 9.963 Tf 11.07 0 Td[(\134Upsilon)]TJ/F8 9.963 Tf -9.963 -11.955 Td[(\004)]TJ/F30 9.963 Tf 9.963 0 Td[(\134Xi)]TJ/F8 9.963 Tf -10.516 -11.955 Td[(\012)]TJ/F30 9.963 Tf 10.516 0 Td[(\134Omega)]TJ/F11 9.963 Tf 110.879 119.551 Td[(\013)]TJ/F30 9.963 Tf 9.731 0 Td[(\134alpha)]TJ/F11 9.963 Tf -9.482 -11.955 Td[(\014)]TJ/F30 9.963 Tf 9.482 0 Td[(\134beta)]TJ/F11 9.963 Tf -9.032 -11.955 Td[(\015)]TJ/F30 9.963 Tf 9.032 0 Td[(\134gamma)]TJ/F11 9.963 Tf -8.126 -11.955 Td[(\016)]TJ/F30 9.963 Tf 8.126 0 Td[(\134delta)]TJ/F11 9.963 Tf -7.365 -11.955 Td[(\017)]TJ/F30 9.963 Tf 7.365 0 Td[(\134epsilon)]TJ/F11 9.963 Tf -8.415 -11.956 Td[(\020)]TJ/F30 9.963 Tf 8.415 0 Td[(\134zeta)]TJ/F11 9.963 Tf -8.625 -11.955 Td[(\021)]TJ/F30 9.963 Tf 8.625 0 Td[(\134eta)]TJ/F11 9.963 Tf -8.275 -11.955 Td[(\022)]TJ/F30 9.963 Tf 8.275 0 Td[(\134theta)]TJ/F11 9.963 Tf -6.847 -11.955 Td[(\023)]TJ/F30 9.963 Tf 6.847 0 Td[(\134iota)]TJ/F11 9.963 Tf -9.061 -11.955 Td[(\024)]TJ/F30 9.963 Tf 9.061 0 Td[(\134kappa)]TJ/F11 9.963 Tf -9.132 -11.956 Td[(\025)]TJ/F30 9.963 Tf 9.132 0 Td[(\134lambda)]TJ/F11 9.963 Tf -9.324 -11.955 Td[(\026)]TJ/F30 9.963 Tf 9.324 0 Td[(\134mu)]TJ/F11 9.963 Tf -8.876 -11.955 Td[(\027)]TJ/F30 9.963 Tf 8.876 0 Td[(\134nu)]TJ/F11 9.963 Tf 112.472 143.462 Td[(\030)]TJ/F30 9.963 Tf 8.138 0 Td[(\134xi)]TJ/F11 9.963 Tf -9.357 -11.955 Td[(\031)]TJ/F30 9.963 Tf 9.357 0 Td[(\134pi)]TJ/F11 9.963 Tf -8.471 -11.955 Td[(\032)]TJ/F30 9.963 Tf 8.471 0 Td[(\134rho)]TJ/F11 9.963 Tf -9.371 -11.955 Td[(\033)]TJ/F30 9.963 Tf 9.371 0 Td[(\134sigma)]TJ/F11 9.963 Tf -8.804 -11.956 Td[(\034)]TJ/F30 9.963 Tf 8.804 0 Td[(\134tau)]TJ/F11 9.963 Tf -9.061 -11.955 Td[(\035)]TJ/F30 9.963 Tf 9.061 0 Td[(\134upsilon)]TJ/F11 9.963 Tf -9.257 -11.955 Td[(\036)]TJ/F30 9.963 Tf 9.257 0 Td[(\134phi)]TJ/F11 9.963 Tf -9.554 -11.955 Td[(\037)]TJ/F30 9.963 Tf 9.554 0 Td[(\134chi)]TJ/F11 9.963 Tf -10.168 -11.955 Td[(\040)]TJ/F30 9.963 Tf 10.168 0 Td[(\134psi)]TJ/F11 9.963 Tf -9.879 -11.955 Td[(!)]TJ/F30 9.963 Tf 9.879 0 Td[(\134omega)]TJ/F35 9.963 Tf 109.541 107.596 Td[(z)]TJ/F30 9.963 Tf 11.069 0 Td[(\134digamma)]TJ/F11 9.963 Tf -7.966 -11.955 Td[(")]TJ/F30 9.963 Tf 7.966 0 Td[(\134varepsilon)]TJ/F35 9.963 Tf -10.364 -11.955 Td[({)]TJ/F30 9.963 Tf 10.364 0 Td[(\134varkappa)]TJ/F11 9.963 Tf -9.838 -11.955 Td[(')]TJ/F30 9.963 Tf 9.838 0 Td[(\134varphi)]TJ/F11 9.963 Tf -11.848 -11.956 Td[($)]TJ/F30 9.963 Tf 11.848 0 Td[(\134varpi)]TJ/F11 9.963 Tf -8.471 -11.955 Td[(%)]TJ/F30 9.963 Tf 8.471 0 Td[(\134varrho)]TJ/F11 9.963 Tf -7.731 -11.955 Td[(&)]TJ/F30 9.963 Tf 7.731 0 Td[(\134varsigma)]TJ/F11 9.963 Tf -9.213 -11.955 Td[(#)]TJ/F30 9.963 Tf 9.213 0 Td[(\134vartheta)]TJ/F42 9.963 Tf -371.793 -104.608 Td[(3.5.)-553(O)-1(ther)-378(alpha)-1(be)1(ti)-1(c)-378(s)1(y)-1(m)1(bols)]TJ/F8 9.963 Tf 162.385 0 Td[(Thes)-1(e)-333(are)-334(al)1(s)-1(o)-333(c)-1(l)1(as)-1(s)-334(0.)]TJ/F14 9.963 Tf -161.832 -21.918 Td[(@)]TJ/F30 9.963 Tf 9.41 0 Td[(\134aleph)]TJ/F35 9.963 Tf -9.963 -11.955 Td[(i)]TJ/F30 9.963 Tf 9.963 0 Td[(\134beth)]TJ/F35 9.963 Tf -9.963 -11.955 Td[(k)]TJ/F30 9.963 Tf 9.963 0 Td[(\134daleth)]TJ/F35 9.963 Tf -7.749 -11.955 Td[(j)]TJ/F30 9.963 Tf 7.749 0 Td[(\134gimel)]TJ/F32 9.963 Tf 88.186 35.865 Td[({)]TJ/F30 9.963 Tf 8.302 0 Td[(\134complement)]TJ/F11 9.963 Tf -7.472 -11.955 Td[(`)]TJ/F30 9.963 Tf 7.472 0 Td[(\134ell)]TJ/F35 9.963 Tf -8.856 -11.955 Td[(g)]TJ/F30 9.963 Tf 8.856 0 Td[(\134eth)]TJ/F35 9.963 Tf -8.704 -11.955 Td[(~)]TJ/F30 9.963 Tf 8.704 0 Td[(\134hbar)]TJ/F35 9.963 Tf 108.706 35.865 Td[(})]TJ/F30 9.963 Tf 8.703 0 Td[(\134hslash)]TJ/F35 9.963 Tf -10.516 -11.955 Td[(f)]TJ/F30 9.963 Tf 10.516 0 Td[(\134mho)]TJ/F11 9.963 Tf -9.163 -11.955 Td[(@)]TJ/F30 9.963 Tf 9.163 0 Td[(\134partial)]TJ/F11 9.963 Tf -9.661 -11.955 Td[(})]TJ/F30 9.963 Tf 9.661 0 Td[(\134wp)]TJ/F32 9.963 Tf 89.41 35.865 Td[(s)]TJ/F30 9.963 Tf 12.309 0 Td[(\134circledS)]TJ/F35 9.963 Tf -8.856 -11.955 Td[(|)]TJ/F30 9.963 Tf 8.856 0 Td[(\134Bbbk)]TJ/F35 9.963 Tf -8.856 -11.955 Td[(`)]TJ/F30 9.963 Tf 8.856 0 Td[(\134Finv)]TJ/F35 9.963 Tf -9.686 -11.955 Td[(a)]TJ/F30 9.963 Tf 9.686 0 Td[(\134Game)]TJ/F14 9.963 Tf 96.433 35.865 Td[(=)]TJ/F30 9.963 Tf 10.516 0 Td[(\134Im)]TJ/F14 9.963 Tf -10.516 -11.955 Td[(<)]TJ/F30 9.963 Tf 10.516 0 Td[(\134Re)]TJ/F42 9.963 Tf -432.528 -48.319 Td[(3.6.)-553(Miscella)-1(neo)1(u)-1(s)-315(s)1(i)-1(m)1(ple)-315(sy)-1(m)1(bols)]TJ/F8 9.963 Tf 179.162 0 Td[(Thes)-1(e)-274(sym)27(b)-27(ols)-274(are)-274(also)-274(of)-273(c)-1(l)1(as)-1(s)-274(0)-274(\050ord)1(in)1(ary\051)-274(wh)1(ic)27(h)]TJ -179.162 -11.955 Td[(me)-1(an)1(s)-334(th)1(e)-1(y)-333(d)1(o)-334(n)1(ot)-334(h)1(a)28(v)28(e)-334(an)28(y)-333(b)1(uil)1(t-)-1(i)1(n)-333(s)-1(p)1(ac)-1(i)1(ng.)]TJ -1.66 -21.918 Td[(#)]TJ/F30 9.963 Tf 11.623 0 Td[(\134#)]TJ/F8 9.963 Tf -11.07 -11.955 Td[(&)]TJ/F30 9.963 Tf 11.07 0 Td[(\134&)]TJ/F32 9.963 Tf -10.516 -11.955 Td[(\134)]TJ/F30 9.963 Tf 10.516 0 Td[(\134angle)]TJ/F32 9.963 Tf -6.061 -11.955 Td[(8)]TJ/F30 9.963 Tf 6.061 0 Td[(\134backprime)]TJ/F32 9.963 Tf -12.73 -11.955 Td[(F)]TJ/F30 9.963 Tf 12.73 0 Td[(\134bigstar)]TJ/F32 9.963 Tf -9.963 -11.956 Td[(\007)]TJ/F30 9.963 Tf 9.963 0 Td[(\134blacklozenge)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(\004)]TJ/F30 9.963 Tf 11.07 0 Td[(\134blacksquare)]TJ/F32 9.963 Tf -10.516 -11.955 Td[(N)]TJ/F30 9.963 Tf 10.516 0 Td[(\134blacktriangle)]TJ/F32 9.963 Tf -10.516 -11.955 Td[(H)]TJ/F30 9.963 Tf 10.516 0 Td[(\134blacktriangledown)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(?)]TJ/F30 9.963 Tf 11.07 0 Td[(\134bot)]TJ/F14 9.963 Tf 131.769 107.596 Td[(|)]TJ/F30 9.963 Tf 11.07 0 Td[(\134clubsuit)]TJ/F35 9.963 Tf -12.177 -11.955 Td[(\037)]TJ/F30 9.963 Tf 12.177 0 Td[(\134diagdown)]TJ/F35 9.963 Tf -12.177 -11.955 Td[(\036)]TJ/F30 9.963 Tf 12.177 0 Td[(\134diagup)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(})]TJ/F30 9.963 Tf 11.07 0 Td[(\134diamondsuit)]TJ/F14 9.963 Tf -8.302 -11.955 Td[(;)]TJ/F30 9.963 Tf 8.302 0 Td[(\134emptyset)]TJ/F14 9.963 Tf -8.856 -11.956 Td[(9)]TJ/F30 9.963 Tf 8.856 0 Td[(\134exists)]TJ/F11 9.963 Tf -7.195 -11.955 Td[([)]TJ/F30 9.963 Tf 7.195 0 Td[(\134flat)]TJ/F14 9.963 Tf -8.856 -11.955 Td[(8)]TJ/F30 9.963 Tf 8.856 0 Td[(\134forall)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(~)]TJ/F30 9.963 Tf 11.07 0 Td[(\134heartsuit)]TJ/F14 9.963 Tf -13.284 -11.955 Td[(1)]TJ/F30 9.963 Tf 13.284 0 Td[(\134infty)]TJ/F32 9.963 Tf 101.494 107.596 Td[(\006)]TJ/F30 9.963 Tf 9.963 0 Td[(\134lozenge)]TJ/F32 9.963 Tf -10.516 -11.955 Td[(])]TJ/F30 9.963 Tf 10.516 0 Td[(\134measuredangle)]TJ/F14 9.963 Tf -11.623 -11.955 Td[(r)]TJ/F30 9.963 Tf 11.623 0 Td[(\134nabla)]TJ/F11 9.963 Tf -7.195 -11.955 Td[(\134)]TJ/F30 9.963 Tf 7.195 0 Td[(\134natural)]TJ/F14 9.963 Tf -9.963 -11.956 Td[(:)]TJ/F30 9.963 Tf 9.963 0 Td[(\134neg)]TJ/F35 9.963 Tf -8.856 -11.955 Td[(@)]TJ/F30 9.963 Tf 8.856 0 Td[(\134nexists)]TJ/F14 9.963 Tf -6.061 -11.955 Td[(0)]TJ/F30 9.963 Tf 6.061 0 Td[(\134prime)]TJ/F11 9.963 Tf -7.195 -11.955 Td[(])]TJ/F30 9.963 Tf 7.195 0 Td[(\134sharp)]TJ/F14 9.963 Tf -11.07 -11.955 Td[()]TJ/F30 9.963 Tf 11.07 0 Td[(\134spadesuit)]TJ/F32 9.963 Tf -10.516 -11.955 Td[(^)]TJ/F30 9.963 Tf 10.516 0 Td[(\134sphericalangle)]TJ/F32 9.963 Tf 116.079 107.596 Td[(\003)]TJ/F30 9.963 Tf 11.069 0 Td[(\134square)]TJ/F14 9.963 Tf -11.623 -4.882 Td[(p)]TJ/F30 9.963 Tf 11.623 -7.073 Td[(\134surd)]TJ/F14 9.963 Tf -11.069 -11.955 Td[(>)]TJ/F30 9.963 Tf 11.069 0 Td[(\134top)]TJ/F14 9.963 Tf -12.176 -11.955 Td[(4)]TJ/F30 9.963 Tf 12.176 0 Td[(\134triangle)]TJ/F32 9.963 Tf -10.516 -11.956 Td[(O)]TJ/F30 9.963 Tf 10.516 0 Td[(\134triangledown)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(?)]TJ/F30 9.963 Tf 11.069 0 Td[(\134varnothing)]TJ/F43 7.97 Tf -391.407 -68.742 Td[(No)1(te)-384(1)1(.)]TJ/F16 7.97 Tf 32.536 0 Td[(A)-442(c)-1(omm)-1(on)-443(mis)-1(tak)30(e)-443(in)-443(th)-1(e)-442(u)-1(se)-443(of)-442(th)-1(e)-442(sym)29(b)-30(ols)]TJ/F32 7.97 Tf 176.122 0 Td[(\003)]TJ/F16 7.97 Tf 9.726 0 Td[(an)-1(d)-442(#)-443(i)-1(s)-442(to)-443(try)-443(to)-443(ma)-1(k)30(e)-443(them)-443(se)-1(rv)30(e)-443(as)-443(bina)-1(ry)]TJ -218.384 -9.464 Td[(op)-30(era)-1(tors)-371(or)-371(r)-1(elati)-1(on)-371(sym)29(b)-30(ols)-371(wi)-1(thou)-1(t)-371(usin)-1(g)-371(a)-371(pro)-1(p)-29(e)-1(rly)-370(d)-1(e\014n)-1(ed)-371(ma)-1(th)-371(sym)29(b)-30(ol)-371(co)-1(mma)-1(nd.)-523(If)-370(y)30(o)-1(u)-371(mer)-1(ely)-371(use)]TJ 0 -9.465 Td[(the)-381(exis)-1(ting)-381(com)-1(ma)-1(nds)]TJ/F44 7.97 Tf 88.465 0 Td[(\134s)-1(quar)-1(e)]TJ/F16 7.97 Tf 32.672 0 Td[(or)]TJ/F44 7.97 Tf 10.567 0 Td[(\134#)]TJ/F16 7.97 Tf 11.501 0 Td[(th)-1(e)-380(in)29(te)-1(r-sym)29(b)-30(ol)-380(s)-1(pacin)-1(g)-381(will)-381(b)-30(e)-380(i)-1(ncorre)-1(ct)-381(b)-29(e)-1(cau)-1(se)-380(t)-1(hose)-381(com)-1(ma)-1(nds)]TJ -143.205 -9.465 Td[(pro)-30(du)-1(ce)-354(a)-355(clas)-1(s-0)-354(sym)29(b)-30(ol.)]TJ/F43 7.97 Tf 0 -17.434 Td[(No)1(te)-384(2)1(.)]TJ/F16 7.97 Tf 32.536 0 Td[(Syno)-1(n)30(ym)-1(s:)]TJ/F22 7.97 Tf 43.565 0 Td[(:)]TJ/F44 7.97 Tf 8.469 0 Td[(\134l)-1(not)]TJ +ET +endstream +endobj +72 0 obj << +/Type /Page +/Contents 73 0 R +/Resources 71 0 R +/MediaBox [0 0 612 792] +/Parent 43 0 R +>> endobj +71 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F42 33 0 R /F11 30 0 R /F30 15 0 R /F35 76 0 R /F14 55 0 R /F32 70 0 R /F43 36 0 R /F16 9 0 R /F44 39 0 R /F22 67 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +79 0 obj << +/Length 13881 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-15051(6)]TJ/F42 9.963 Tf -163.815 -20.424 Td[(3.7.)-553(Bina)-1(r)67(y)-378(ope)1(r)-1(a)67(tor)-378(symb)1(ols)]TJ/F14 9.963 Tf 1.66 -21.917 Td[(\003)]TJ/F30 9.963 Tf 8.303 0 Td[(*)]TJ/F8 9.963 Tf -11.07 -11.955 Td[(+)]TJ/F30 9.963 Tf 11.07 0 Td[(+)]TJ/F14 9.963 Tf -11.07 -11.956 Td[(\000)]TJ/F30 9.963 Tf 11.07 0 Td[(-)]TJ/F14 9.963 Tf -10.793 -11.955 Td[(q)]TJ/F30 9.963 Tf 10.793 0 Td[(\134amalg)]TJ/F14 9.963 Tf -8.303 -11.955 Td[(\003)]TJ/F30 9.963 Tf 8.303 0 Td[(\134ast)]TJ/F32 9.963 Tf -9.409 -11.955 Td[(Z)]TJ/F30 9.963 Tf 9.409 0 Td[(\134barwedge)]TJ/F14 9.963 Tf -13.284 -11.955 Td[(\015)]TJ/F30 9.963 Tf 13.284 0 Td[(\134bigcirc)]TJ/F14 9.963 Tf -12.177 -11.956 Td[(5)]TJ/F30 9.963 Tf 12.177 0 Td[(\134bigtriangledown)]TJ/F14 9.963 Tf -12.177 -11.955 Td[(4)]TJ/F30 9.963 Tf 12.177 0 Td[(\134bigtriangleup)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(\000)]TJ/F30 9.963 Tf 11.07 0 Td[(\134boxdot)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(\014)]TJ/F30 9.963 Tf 11.07 0 Td[(\134boxminus)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(\001)]TJ/F30 9.963 Tf 11.07 0 Td[(\134boxplus)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(\002)]TJ/F30 9.963 Tf 11.07 0 Td[(\134boxtimes)]TJ/F14 9.963 Tf -8.303 -11.956 Td[(\017)]TJ/F30 9.963 Tf 8.303 0 Td[(\134bullet)]TJ/F14 9.963 Tf -9.963 -11.955 Td[(\134)]TJ/F30 9.963 Tf 9.963 0 Td[(\134cap)]TJ/F32 9.963 Tf -9.963 -11.955 Td[(e)]TJ/F30 9.963 Tf 9.963 0 Td[(\134Cap)]TJ/F14 9.963 Tf 123.675 179.328 Td[(\001)]TJ/F30 9.963 Tf 6.088 0 Td[(\134cdot)]TJ/F32 9.963 Tf -6.088 -11.956 Td[(\005)]TJ/F30 9.963 Tf 6.088 0 Td[(\134centerdot)]TJ/F14 9.963 Tf -8.302 -11.955 Td[(\016)]TJ/F30 9.963 Tf 8.302 0 Td[(\134circ)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(~)]TJ/F30 9.963 Tf 11.07 0 Td[(\134circledast)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(})]TJ/F30 9.963 Tf 11.07 0 Td[(\134circledcirc)]TJ/F32 9.963 Tf -11.07 -11.955 Td[()]TJ/F30 9.963 Tf 11.07 0 Td[(\134circleddash)]TJ/F14 9.963 Tf -9.963 -11.955 Td[([)]TJ/F30 9.963 Tf 9.963 0 Td[(\134cup)]TJ/F32 9.963 Tf -9.963 -11.956 Td[(d)]TJ/F30 9.963 Tf 9.963 0 Td[(\134Cup)]TJ/F32 9.963 Tf -10.897 -11.955 Td[(g)]TJ/F30 9.963 Tf 10.897 0 Td[(\134curlyvee)]TJ/F32 9.963 Tf -10.897 -11.955 Td[(f)]TJ/F30 9.963 Tf 10.897 0 Td[(\134curlywedge)]TJ/F14 9.963 Tf -7.749 -11.955 Td[(y)]TJ/F30 9.963 Tf 7.749 0 Td[(\134dagger)]TJ/F14 9.963 Tf -7.749 -11.955 Td[(z)]TJ/F30 9.963 Tf 7.749 0 Td[(\134ddagger)]TJ/F14 9.963 Tf -8.302 -11.956 Td[(\005)]TJ/F30 9.963 Tf 8.302 0 Td[(\134diamond)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(\004)]TJ/F30 9.963 Tf 11.07 0 Td[(\134div)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(>)]TJ/F30 9.963 Tf 11.07 0 Td[(\134divideontimes)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(u)]TJ/F30 9.963 Tf 11.07 0 Td[(\134dotplus)]TJ/F32 9.963 Tf 109.894 179.327 Td[([)]TJ/F30 9.963 Tf 9.409 0 Td[(\134doublebarwedge)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(m)]TJ/F30 9.963 Tf 11.07 0 Td[(\134gtrdot)]TJ/F32 9.963 Tf -8.856 -11.955 Td[(|)]TJ/F30 9.963 Tf 8.856 0 Td[(\134intercal)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(h)]TJ/F30 9.963 Tf 11.07 0 Td[(\134leftthreetimes)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(l)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lessdot)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(n)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ltimes)]TJ/F14 9.963 Tf -11.07 -11.956 Td[(\007)]TJ/F30 9.963 Tf 11.07 0 Td[(\134mp)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(\014)]TJ/F30 9.963 Tf 11.07 0 Td[(\134odot)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(\011)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ominus)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(\010)]TJ/F30 9.963 Tf 11.07 0 Td[(\134oplus)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(\013)]TJ/F30 9.963 Tf 11.07 0 Td[(\134oslash)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(\012)]TJ/F30 9.963 Tf 11.07 0 Td[(\134otimes)]TJ/F14 9.963 Tf -11.07 -11.956 Td[(\006)]TJ/F30 9.963 Tf 11.07 0 Td[(\134pm)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(i)]TJ/F30 9.963 Tf 11.07 0 Td[(\134rightthreetimes)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(o)]TJ/F30 9.963 Tf 11.07 0 Td[(\134rtimes)]TJ/F14 9.963 Tf -8.303 -11.955 Td[(n)]TJ/F30 9.963 Tf 8.303 0 Td[(\134setminus)]TJ/F35 9.963 Tf 118.693 179.327 Td[(r)]TJ/F30 9.963 Tf 11.07 0 Td[(\134smallsetminus)]TJ/F14 9.963 Tf -9.963 -11.955 Td[(u)]TJ/F30 9.963 Tf 9.963 0 Td[(\134sqcap)]TJ/F14 9.963 Tf -9.963 -11.955 Td[(t)]TJ/F30 9.963 Tf 9.963 0 Td[(\134sqcup)]TJ/F11 9.963 Tf -8.302 -11.955 Td[(?)]TJ/F30 9.963 Tf 8.302 0 Td[(\134star)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(\002)]TJ/F30 9.963 Tf 11.07 0 Td[(\134times)]TJ/F11 9.963 Tf -8.302 -11.956 Td[(/)]TJ/F30 9.963 Tf 8.302 0 Td[(\134triangleleft)]TJ/F11 9.963 Tf -8.302 -11.955 Td[(.)]TJ/F30 9.963 Tf 8.302 0 Td[(\134triangleright)]TJ/F14 9.963 Tf -9.963 -11.955 Td[(])]TJ/F30 9.963 Tf 9.963 0 Td[(\134uplus)]TJ/F14 9.963 Tf -9.963 -11.955 Td[(_)]TJ/F30 9.963 Tf 9.963 0 Td[(\134vee)]TJ/F32 9.963 Tf -9.409 -11.955 Td[(Y)]TJ/F30 9.963 Tf 9.409 0 Td[(\134veebar)]TJ/F14 9.963 Tf -9.963 -11.955 Td[(^)]TJ/F30 9.963 Tf 9.963 0 Td[(\134wedge)]TJ/F14 9.963 Tf -6.088 -11.956 Td[(o)]TJ/F30 9.963 Tf 6.088 0 Td[(\134wr)]TJ/F43 7.97 Tf -388.792 -68.742 Td[(Sy)-1(nonyms)-80(:)]TJ/F22 7.97 Tf 46.274 0 Td[(^)]TJ/F44 7.97 Tf 8.468 0 Td[(\134l)-1(and)]TJ/F16 7.97 Tf 21.171 0 Td[(,)]TJ/F22 7.97 Tf 5.175 0 Td[(_)]TJ/F44 7.97 Tf 8.469 0 Td[(\134lo)-1(r)]TJ/F16 7.97 Tf 16.936 0 Td[(,)]TJ/F32 7.97 Tf 5.175 0 Td[(d)]TJ/F44 7.97 Tf 8.137 0 Td[(\134do)-1(ubl)-1(ecup)]TJ/F16 7.97 Tf 42.341 0 Td[(,)]TJ/F32 7.97 Tf 5.176 0 Td[(e)]TJ/F44 7.97 Tf 8.136 0 Td[(\134do)-1(ubl)-1(ecap)]TJ/F42 9.963 Tf -175.458 -20.921 Td[(3.8.)-553(Rela)66(tion)-378(s)1(y)-1(m)1(bols:)]TJ/F11 9.963 Tf 120.082 0 Td[(<)]TJ/F8 9.963 Tf 11.513 0 Td[(=)]TJ/F11 9.963 Tf 11.512 0 Td[(>)]TJ/F14 9.963 Tf 11.512 0 Td[(\037)-378(\030)]TJ/F42 9.963 Tf 23.025 0 Td[(an)-1(d)-378(v)89(a)-1(rian)-1(ts)]TJ/F11 9.963 Tf -178.751 -21.918 Td[(<)]TJ/F30 9.963 Tf 11.07 0 Td[(<)]TJ/F8 9.963 Tf -11.07 -12.509 Td[(=)]TJ/F30 9.963 Tf 11.07 0 Td[(=)]TJ/F11 9.963 Tf -11.07 -12.508 Td[(>)]TJ/F30 9.963 Tf 11.07 0 Td[(>)]TJ/F14 9.963 Tf -11.07 -12.509 Td[(\031)]TJ/F30 9.963 Tf 11.07 0 Td[(\134approx)]TJ/F35 9.963 Tf -11.07 -12.509 Td[(u)]TJ/F30 9.963 Tf 11.07 0 Td[(\134approxeq)]TJ/F14 9.963 Tf -11.07 -12.508 Td[(\020)]TJ/F30 9.963 Tf 11.07 0 Td[(\134asymp)]TJ/F32 9.963 Tf -11.07 -12.509 Td[(v)]TJ/F30 9.963 Tf 11.07 0 Td[(\134backsim)]TJ/F32 9.963 Tf -11.07 -12.509 Td[(w)]TJ/F30 9.963 Tf 11.07 0 Td[(\134backsimeq)]TJ/F32 9.963 Tf -11.07 -12.508 Td[(l)]TJ/F30 9.963 Tf 11.07 0 Td[(\134bumpeq)]TJ/F32 9.963 Tf -11.07 -12.509 Td[(m)]TJ/F30 9.963 Tf 11.07 0 Td[(\134Bumpeq)]TJ/F32 9.963 Tf -11.07 -12.509 Td[($)]TJ/F30 9.963 Tf 11.07 0 Td[(\134circeq)]TJ/F14 9.963 Tf -11.07 -9.849 Td[(\030)]TJ/F8 9.963 Tf 0 -3.157 Td[(=)]TJ/F30 9.963 Tf 11.07 0.498 Td[(\134cong)]TJ/F32 9.963 Tf -11.07 -12.509 Td[(2)]TJ/F30 9.963 Tf 11.07 0 Td[(\134curlyeqprec)]TJ/F32 9.963 Tf -11.07 -12.508 Td[(3)]TJ/F30 9.963 Tf 11.07 0 Td[(\134curlyeqsucc)]TJ/F11 9.963 Tf -8.579 -6.862 Td[(:)]TJ/F8 9.963 Tf -2.491 -5.647 Td[(=)]TJ/F30 9.963 Tf 11.07 0 Td[(\134doteq)]TJ/F32 9.963 Tf -11.07 -12.509 Td[(+)]TJ/F30 9.963 Tf 11.07 0 Td[(\134doteqdot)]TJ/F32 9.963 Tf -11.07 -12.508 Td[(P)]TJ/F30 9.963 Tf 11.07 0 Td[(\134eqcirc)]TJ/F35 9.963 Tf -11.07 -12.509 Td[(h)]TJ/F30 9.963 Tf 11.07 0 Td[(\134eqsim)]TJ/F32 9.963 Tf -11.07 -12.509 Td[(1)]TJ/F30 9.963 Tf 11.07 0 Td[(\134eqslantgtr)]TJ/F32 9.963 Tf 86.464 225.156 Td[(0)]TJ/F30 9.963 Tf 11.07 0 Td[(\134eqslantless)]TJ/F14 9.963 Tf -11.07 -12.197 Td[(\021)]TJ/F30 9.963 Tf 11.07 0 Td[(\134equiv)]TJ/F32 9.963 Tf -11.07 -12.196 Td[(;)]TJ/F30 9.963 Tf 11.07 0 Td[(\134fallingdotseq)]TJ/F14 9.963 Tf -11.07 -12.197 Td[(\025)]TJ/F30 9.963 Tf 11.07 0 Td[(\134geq)]TJ/F32 9.963 Tf -11.07 -12.196 Td[(=)]TJ/F30 9.963 Tf 11.07 0 Td[(\134geqq)]TJ/F32 9.963 Tf -11.07 -12.197 Td[(>)]TJ/F30 9.963 Tf 11.07 0 Td[(\134geqslant)]TJ/F14 9.963 Tf -13.284 -12.197 Td[(\035)]TJ/F30 9.963 Tf 13.284 0 Td[(\134gg)]TJ/F32 9.963 Tf -16.605 -12.196 Td[(o)]TJ/F30 9.963 Tf 16.605 0 Td[(\134ggg)]TJ/F35 9.963 Tf -11.07 -12.197 Td[(\033)]TJ/F30 9.963 Tf 11.07 0 Td[(\134gnapprox)]TJ/F35 9.963 Tf -11.07 -12.196 Td[(\015)]TJ/F30 9.963 Tf 11.07 0 Td[(\134gneq)]TJ/F35 9.963 Tf -11.07 -12.197 Td[(\011)]TJ/F30 9.963 Tf 11.07 0 Td[(\134gneqq)]TJ/F35 9.963 Tf -11.07 -12.196 Td[(\023)]TJ/F30 9.963 Tf 11.07 0 Td[(\134gnsim)]TJ/F32 9.963 Tf -11.07 -12.197 Td[(')]TJ/F30 9.963 Tf 11.07 0 Td[(\134gtrapprox)]TJ/F32 9.963 Tf -11.07 -13.307 Td[(R)]TJ/F30 9.963 Tf 11.07 0 Td[(\134gtreqless)]TJ/F32 9.963 Tf -11.07 -14.628 Td[(T)]TJ/F30 9.963 Tf 11.07 0 Td[(\134gtreqqless)]TJ/F32 9.963 Tf -11.07 -14.272 Td[(?)]TJ/F30 9.963 Tf 11.07 0 Td[(\134gtrless)]TJ/F32 9.963 Tf -11.07 -12.196 Td[(&)]TJ/F30 9.963 Tf 11.07 0 Td[(\134gtrsim)]TJ/F35 9.963 Tf -11.07 -12.197 Td[(\001)]TJ/F30 9.963 Tf 11.07 0 Td[(\134gvertneqq)]TJ/F14 9.963 Tf -11.07 -12.197 Td[(\024)]TJ/F30 9.963 Tf 11.07 0 Td[(\134leq)]TJ/F32 9.963 Tf 96.925 225.156 Td[(5)]TJ/F30 9.963 Tf 11.07 0 Td[(\134leqq)]TJ/F32 9.963 Tf -11.07 -11.974 Td[(6)]TJ/F30 9.963 Tf 11.07 0 Td[(\134leqslant)]TJ/F32 9.963 Tf -11.07 -11.974 Td[(/)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lessapprox)]TJ/F32 9.963 Tf -11.07 -13.307 Td[(Q)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lesseqgtr)]TJ/F32 9.963 Tf -11.07 -14.628 Td[(S)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lesseqqgtr)]TJ/F32 9.963 Tf -11.07 -14.272 Td[(7)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lessgtr)]TJ/F32 9.963 Tf -11.07 -11.974 Td[(.)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lesssim)]TJ/F14 9.963 Tf -13.284 -11.974 Td[(\034)]TJ/F30 9.963 Tf 13.284 0 Td[(\134ll)]TJ/F32 9.963 Tf -16.605 -11.973 Td[(n)]TJ/F30 9.963 Tf 16.605 0 Td[(\134lll)]TJ/F35 9.963 Tf -11.07 -11.974 Td[(\032)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lnapprox)]TJ/F35 9.963 Tf -11.07 -11.974 Td[(\014)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lneq)]TJ/F35 9.963 Tf -11.07 -11.974 Td[(\010)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lneqq)]TJ/F35 9.963 Tf -11.07 -11.974 Td[(\022)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lnsim)]TJ/F35 9.963 Tf -11.07 -11.974 Td[(\000)]TJ/F30 9.963 Tf 11.07 0 Td[(\134lvertneqq)]TJ/F35 9.963 Tf -11.07 -11.974 Td[(\035)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ncong)]TJ/F14 9.963 Tf -11.07 -11.974 Td[(6)]TJ/F8 9.963 Tf 0 0 Td[(=)]TJ/F30 9.963 Tf 11.07 0 Td[(\134neq)]TJ/F35 9.963 Tf -11.07 -11.974 Td[(\003)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ngeq)]TJ/F35 9.963 Tf -11.07 -13.644 Td[(\025)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ngeqq)]TJ/F35 9.963 Tf -11.07 -13.644 Td[(\013)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ngeqslant)]TJ/F35 9.963 Tf 81.234 225.156 Td[(\005)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ngtr)]TJ/F35 9.963 Tf -11.07 -12.367 Td[(\002)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nleq)]TJ/F35 9.963 Tf -11.07 -13.644 Td[(\024)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nleqq)]TJ/F35 9.963 Tf -11.07 -13.644 Td[(\012)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nleqslant)]TJ/F35 9.963 Tf -11.07 -12.366 Td[(\004)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nless)]TJ/F35 9.963 Tf -11.07 -12.367 Td[(\006)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nprec)]TJ/F35 9.963 Tf -11.07 -12.367 Td[(\016)]TJ/F30 9.963 Tf 11.07 0 Td[(\134npreceq)]TJ/F35 9.963 Tf -11.07 -12.367 Td[(\034)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nsim)]TJ/F35 9.963 Tf -11.07 -12.366 Td[(\007)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nsucc)]TJ/F35 9.963 Tf -11.07 -12.367 Td[(\017)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nsucceq)]TJ/F14 9.963 Tf -11.07 -12.367 Td[(\036)]TJ/F30 9.963 Tf 11.07 0 Td[(\134prec)]TJ/F35 9.963 Tf -11.07 -12.367 Td[(w)]TJ/F30 9.963 Tf 11.07 0 Td[(\134precapprox)]TJ/F32 9.963 Tf -11.07 -12.366 Td[(4)]TJ/F30 9.963 Tf 11.07 0 Td[(\134preccurlyeq)]TJ/F14 9.963 Tf -11.07 -12.367 Td[(\026)]TJ/F30 9.963 Tf 11.07 0 Td[(\134preceq)]TJ/F35 9.963 Tf -11.07 -12.367 Td[(\030)]TJ/F30 9.963 Tf 11.07 0 Td[(\134precnapprox)]TJ/F35 9.963 Tf -11.07 -12.366 Td[(\026)]TJ/F30 9.963 Tf 11.07 0 Td[(\134precneqq)]TJ/F35 9.963 Tf -11.07 -12.367 Td[(\020)]TJ/F30 9.963 Tf 11.07 0 Td[(\134precnsim)]TJ/F32 9.963 Tf -11.07 -12.367 Td[(-)]TJ/F30 9.963 Tf 11.07 0 Td[(\134precsim)]TJ/F32 9.963 Tf -11.07 -12.367 Td[(:)]TJ/F30 9.963 Tf 11.07 0 Td[(\134risingdotseq)]TJ/F14 9.963 Tf 91.695 225.156 Td[(\030)]TJ/F30 9.963 Tf 11.069 0 Td[(\134sim)]TJ/F14 9.963 Tf -11.069 -11.955 Td[(')]TJ/F30 9.963 Tf 11.069 0 Td[(\134simeq)]TJ/F14 9.963 Tf -11.069 -11.955 Td[(\037)]TJ/F30 9.963 Tf 11.069 0 Td[(\134succ)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(v)]TJ/F30 9.963 Tf 11.069 0 Td[(\134succapprox)]TJ/F32 9.963 Tf -11.069 -11.956 Td[(<)]TJ/F30 9.963 Tf 11.069 0 Td[(\134succcurlyeq)]TJ/F14 9.963 Tf -11.069 -11.955 Td[(\027)]TJ/F30 9.963 Tf 11.069 0 Td[(\134succeq)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(\031)]TJ/F30 9.963 Tf 11.069 0 Td[(\134succnapprox)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(\027)]TJ/F30 9.963 Tf 11.069 0 Td[(\134succneqq)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(\021)]TJ/F30 9.963 Tf 11.069 0 Td[(\134succnsim)]TJ/F32 9.963 Tf -11.069 -11.955 Td[(%)]TJ/F30 9.963 Tf 11.069 0 Td[(\134succsim)]TJ/F35 9.963 Tf -11.069 -11.956 Td[(t)]TJ/F30 9.963 Tf 11.069 0 Td[(\134thickapprox)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(s)]TJ/F30 9.963 Tf 11.069 0 Td[(\134thicksim)]TJ/F32 9.963 Tf -11.069 -13.615 Td[(,)]TJ/F30 9.963 Tf 11.069 0 Td[(\134triangleq)]TJ/F43 7.97 Tf -410.56 -100.955 Td[(Sy)-1(nonyms)-80(:)]TJ/F22 7.97 Tf 46.274 0 Td[(6)]TJ/F16 7.97 Tf 0 0 Td[(=)]TJ/F44 7.97 Tf 9.409 0 Td[(\134n)-1(e)]TJ/F16 7.97 Tf 12.703 0 Td[(,)]TJ/F22 7.97 Tf 5.175 0 Td[(\024)]TJ/F44 7.97 Tf 9.409 0 Td[(\134l)-1(e)]TJ/F16 7.97 Tf 12.703 0 Td[(,)]TJ/F22 7.97 Tf 5.175 0 Td[(\025)]TJ/F44 7.97 Tf 9.409 0 Td[(\134g)-1(e)]TJ/F16 7.97 Tf 12.703 0 Td[(,)]TJ/F32 7.97 Tf 5.175 0 Td[(+)]TJ/F44 7.97 Tf 9.021 0 Td[(\134D)-1(oteq)]TJ/F16 7.97 Tf 25.406 0 Td[(,)]TJ/F32 7.97 Tf 5.175 0 Td[(n)]TJ/F44 7.97 Tf 13.449 0 Td[(\134l)-1(lles)-1(s)]TJ/F16 7.97 Tf 29.64 0 Td[(,)]TJ/F32 7.97 Tf 5.175 0 Td[(o)]TJ/F44 7.97 Tf 13.449 0 Td[(\134g)-1(ggtr)]TJ +ET +endstream +endobj +78 0 obj << +/Type /Page +/Contents 79 0 R +/Resources 77 0 R +/MediaBox [0 0 612 792] +/Parent 43 0 R +>> endobj +77 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F42 33 0 R /F14 55 0 R /F30 15 0 R /F32 70 0 R /F35 76 0 R /F11 30 0 R /F43 36 0 R /F22 67 0 R /F44 39 0 R /F16 9 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +82 0 obj << +/Length 13591 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-15051(7)]TJ/F42 9.963 Tf -163.815 -20.424 Td[(3.9.)-553(Rela)66(tion)-378(s)1(y)-1(m)1(bols:)-495(arr)22(o)22(w)1(s)]TJ/F8 9.963 Tf 161.947 0 Td[(See)-334(al)1(s)-1(o)-333(Sec)-1(ti)1(on)-333(4.)]TJ/F32 9.963 Tf -163.054 -21.917 Td[(\011)]TJ/F30 9.963 Tf 11.07 0 Td[(\134circlearrowleft)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(\010)]TJ/F30 9.963 Tf 11.07 0 Td[(\134circlearrowright)]TJ/F35 9.963 Tf -13.284 -11.956 Td[(x)]TJ/F30 9.963 Tf 13.284 0 Td[(\134curvearrowleft)]TJ/F35 9.963 Tf -13.284 -11.955 Td[(y)]TJ/F30 9.963 Tf 13.284 0 Td[(\134curvearrowright)]TJ/F32 9.963 Tf -11.623 -11.955 Td[(\025)]TJ/F30 9.963 Tf 11.623 0 Td[(\134downdownarrows)]TJ/F32 9.963 Tf -7.472 -11.955 Td[(\031)]TJ/F30 9.963 Tf 7.472 0 Td[(\134downharpoonleft)]TJ/F32 9.963 Tf -7.472 -11.955 Td[(\027)]TJ/F30 9.963 Tf 7.472 0 Td[(\134downharpoonright)]TJ/F14 9.963 Tf -14.391 -11.956 Td[(\040)]TJ/F11 9.963 Tf 8.302 0 Td[(-)]TJ/F30 9.963 Tf 6.089 0 Td[(\134hookleftarrow)]TJ/F11 9.963 Tf -14.391 -11.955 Td[(,)]TJ/F14 9.963 Tf 1.107 0 Td[(!)]TJ/F30 9.963 Tf 13.284 0 Td[(\134hookrightarrow)]TJ/F14 9.963 Tf -13.284 -11.955 Td[(\040)]TJ/F30 9.963 Tf 13.284 0 Td[(\134leftarrow)]TJ/F14 9.963 Tf -13.284 -11.955 Td[(\050)]TJ/F30 9.963 Tf 13.284 0 Td[(\134Leftarrow)]TJ/F32 9.963 Tf -14.391 -11.955 Td[(\033)]TJ/F30 9.963 Tf 14.391 0 Td[(\134leftarrowtail)]TJ/F11 9.963 Tf -13.284 -11.955 Td[(\051)]TJ/F30 9.963 Tf 13.284 0 Td[(\134leftharpoondown)]TJ/F11 9.963 Tf -13.284 -11.956 Td[(\050)]TJ/F30 9.963 Tf 13.284 0 Td[(\134leftharpoonup)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(\022)]TJ/F30 9.963 Tf 13.284 0 Td[(\134leftleftarrows)]TJ/F14 9.963 Tf -13.284 -11.955 Td[($)]TJ/F30 9.963 Tf 13.284 0 Td[(\134leftrightarrow)]TJ/F14 9.963 Tf -13.284 -11.955 Td[(,)]TJ/F30 9.963 Tf 13.284 0 Td[(\134Leftrightarrow)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(\034)]TJ/F30 9.963 Tf 13.284 0 Td[(\134leftrightarrows)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(\013)]TJ/F30 9.963 Tf 13.284 0 Td[(\134leftrightharpoons)]TJ/F32 9.963 Tf -17.158 -11.956 Td[(!)]TJ/F30 9.963 Tf 17.158 0 Td[(\134leftrightsquigarrow)]TJ/F32 9.963 Tf 157.99 227.149 Td[(W)]TJ/F30 9.963 Tf 13.284 0 Td[(\134Lleftarrow)]TJ/F14 9.963 Tf -19.372 -11.956 Td[(\040)167(\000)]TJ/F30 9.963 Tf 19.372 0 Td[(\134longleftarrow)]TJ/F14 9.963 Tf -19.372 -11.955 Td[(\050)]TJ/F8 9.963 Tf 8.302 0 Td[(=)]TJ/F30 9.963 Tf 11.07 0 Td[(\134Longleftarrow)]TJ/F14 9.963 Tf -21.586 -11.955 Td[(\040)167(!)]TJ/F30 9.963 Tf 21.586 0 Td[(\134longleftrightarrow)]TJ/F14 9.963 Tf -21.586 -11.955 Td[(\050)167(\051)]TJ/F30 9.963 Tf 21.586 0 Td[(\134Longleftrightarrow)]TJ/F14 9.963 Tf -19.372 -11.955 Td[(7\000)167(!)]TJ/F30 9.963 Tf 19.372 0 Td[(\134longmapsto)]TJ/F14 9.963 Tf -19.372 -11.955 Td[(\000)167(!)]TJ/F30 9.963 Tf 19.372 0 Td[(\134longrightarrow)]TJ/F8 9.963 Tf -19.372 -11.956 Td[(=)]TJ/F14 9.963 Tf 6.088 0 Td[(\051)]TJ/F30 9.963 Tf 13.284 0 Td[(\134Longrightarrow)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(")]TJ/F30 9.963 Tf 13.284 0 Td[(\134looparrowleft)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(#)]TJ/F30 9.963 Tf 13.284 0 Td[(\134looparrowright)]TJ/F32 9.963 Tf -8.302 -11.955 Td[(\036)]TJ/F30 9.963 Tf 8.302 0 Td[(\134Lsh)]TJ/F14 9.963 Tf -13.284 -11.955 Td[(7!)]TJ/F30 9.963 Tf 13.284 0 Td[(\134mapsto)]TJ/F32 9.963 Tf -14.391 -11.956 Td[(\050)]TJ/F30 9.963 Tf 14.391 0 Td[(\134multimap)]TJ/F35 9.963 Tf -13.284 -11.955 Td[(:)]TJ/F30 9.963 Tf 13.284 0 Td[(\134nLeftarrow)]TJ/F35 9.963 Tf -13.284 -11.955 Td[(<)]TJ/F30 9.963 Tf 13.284 0 Td[(\134nLeftrightarrow)]TJ/F35 9.963 Tf -13.284 -11.955 Td[(;)]TJ/F30 9.963 Tf 13.284 0 Td[(\134nRightarrow)]TJ/F14 9.963 Tf -13.284 -11.955 Td[(%)]TJ/F30 9.963 Tf 13.284 0 Td[(\134nearrow)]TJ/F35 9.963 Tf -13.284 -11.955 Td[(8)]TJ/F30 9.963 Tf 13.284 0 Td[(\134nleftarrow)]TJ/F35 9.963 Tf -13.284 -11.956 Td[(=)]TJ/F30 9.963 Tf 13.284 0 Td[(\134nleftrightarrow)]TJ/F35 9.963 Tf -13.284 -11.955 Td[(9)]TJ/F30 9.963 Tf 13.284 0 Td[(\134nrightarrow)]TJ/F14 9.963 Tf 152.76 227.148 Td[(-)]TJ/F30 9.963 Tf 13.284 0 Td[(\134nwarrow)]TJ/F14 9.963 Tf -13.284 -11.955 Td[(!)]TJ/F30 9.963 Tf 13.284 0 Td[(\134rightarrow)]TJ/F14 9.963 Tf -13.284 -11.955 Td[(\051)]TJ/F30 9.963 Tf 13.284 0 Td[(\134Rightarrow)]TJ/F32 9.963 Tf -14.391 -11.955 Td[(\032)]TJ/F30 9.963 Tf 14.391 0 Td[(\134rightarrowtail)]TJ/F11 9.963 Tf -13.284 -11.955 Td[(+)]TJ/F30 9.963 Tf 13.284 0 Td[(\134rightharpoondown)]TJ/F11 9.963 Tf -13.284 -11.955 Td[(*)]TJ/F30 9.963 Tf 13.284 0 Td[(\134rightharpoonup)]TJ/F32 9.963 Tf -13.284 -11.956 Td[(\035)]TJ/F30 9.963 Tf 13.284 0 Td[(\134rightleftarrows)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(\012)]TJ/F30 9.963 Tf 13.284 0 Td[(\134rightleftharpoons)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(\023)]TJ/F30 9.963 Tf 13.284 0 Td[(\134rightrightarrows)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(\040)]TJ/F30 9.963 Tf 13.284 0 Td[(\134rightsquigarrow)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(V)]TJ/F30 9.963 Tf 13.284 0 Td[(\134Rrightarrow)]TJ/F32 9.963 Tf -8.302 -11.955 Td[(\037)]TJ/F30 9.963 Tf 8.302 0 Td[(\134Rsh)]TJ/F14 9.963 Tf -13.284 -11.956 Td[(&)]TJ/F30 9.963 Tf 13.284 0 Td[(\134searrow)]TJ/F14 9.963 Tf -13.284 -11.955 Td[(.)]TJ/F30 9.963 Tf 13.284 0 Td[(\134swarrow)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(\021)]TJ/F30 9.963 Tf 13.284 0 Td[(\134twoheadleftarrow)]TJ/F32 9.963 Tf -13.284 -11.955 Td[(\020)]TJ/F30 9.963 Tf 13.284 0 Td[(\134twoheadrightarrow)]TJ/F32 9.963 Tf -7.472 -11.955 Td[(\030)]TJ/F30 9.963 Tf 7.472 0 Td[(\134upharpoonleft)]TJ/F32 9.963 Tf -7.472 -11.956 Td[(\026)]TJ/F30 9.963 Tf 7.472 0 Td[(\134upharpoonright)]TJ/F32 9.963 Tf -11.623 -11.955 Td[(\024)]TJ/F30 9.963 Tf 11.623 0 Td[(\134upuparrows)]TJ/F43 7.97 Tf -347.281 -32.876 Td[(Sy)-1(nonyms)-80(:)]TJ/F22 7.97 Tf 46.274 0 Td[(\040)]TJ/F44 7.97 Tf 11.291 0 Td[(\134g)-1(ets)]TJ/F16 7.97 Tf 21.171 0 Td[(,)]TJ/F22 7.97 Tf 5.175 0 Td[(!)]TJ/F44 7.97 Tf 11.291 0 Td[(\134t)-1(o)]TJ/F16 7.97 Tf 12.703 0 Td[(,)]TJ/F32 7.97 Tf 5.175 0 Td[(\026)]TJ/F44 7.97 Tf 6.144 0 Td[(\134re)-1(str)-1(icti)-1(on)]TJ/F42 9.963 Tf -119.224 -20.922 Td[(3.10.)-553(Rela)66(tio)1(n)-378(sy)-1(m)1(bols:)-495(m)1(iscell)-1(aneous)]TJ/F35 9.963 Tf 2.366 -21.918 Td[()]TJ/F30 9.963 Tf 7.597 0 Td[(\134backepsilon)]TJ/F32 9.963 Tf -9.963 -11.955 Td[(*)]TJ/F30 9.963 Tf 9.963 0 Td[(\134because)]TJ/F32 9.963 Tf -8.303 -11.955 Td[(G)]TJ/F30 9.963 Tf 8.303 0 Td[(\134between)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(J)]TJ/F30 9.963 Tf 11.07 0 Td[(\134blacktriangleleft)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(I)]TJ/F30 9.963 Tf 11.07 0 Td[(\134blacktriangleright)]TJ/F11 9.963 Tf -11.623 -11.956 Td[(.)167(/)]TJ/F30 9.963 Tf 11.623 0 Td[(\134bowtie)]TJ/F14 9.963 Tf -9.409 -11.955 Td[(a)]TJ/F30 9.963 Tf 9.409 0 Td[(\134dashv)]TJ/F11 9.963 Tf -13.284 -11.955 Td[(_)]TJ/F30 9.963 Tf 13.284 0 Td[(\134frown)]TJ/F14 9.963 Tf -9.963 -11.955 Td[(2)]TJ/F30 9.963 Tf 9.963 0 Td[(\134in)]TJ/F14 9.963 Tf -6.089 -11.955 Td[(j)]TJ/F30 9.963 Tf 6.089 0 Td[(\134mid)]TJ/F14 9.963 Tf -12.177 -11.956 Td[(j)]TJ/F8 9.963 Tf 1.107 0 Td[(=)]TJ/F30 9.963 Tf 11.07 0 Td[(\134models)]TJ/F14 9.963 Tf -9.963 -11.955 Td[(3)]TJ/F30 9.963 Tf 9.963 0 Td[(\134ni)]TJ/F35 9.963 Tf -6.089 -11.955 Td[(-)]TJ/F30 9.963 Tf 6.089 0 Td[(\134nmid)]TJ/F11 9.963 Tf -8.856 -11.955 Td[(=)]TJ/F14 9.963 Tf -1.107 0 Td[(2)]TJ/F30 9.963 Tf 9.963 0 Td[(\134notin)]TJ/F35 9.963 Tf -8.302 -11.955 Td[(,)]TJ/F30 9.963 Tf 8.302 0 Td[(\134nparallel)]TJ/F35 9.963 Tf -5.535 -11.955 Td[(.)]TJ/F30 9.963 Tf 5.535 0 Td[(\134nshortmid)]TJ/F35 9.963 Tf -7.196 -11.956 Td[(/)]TJ/F30 9.963 Tf 7.196 0 Td[(\134nshortparallel)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(*)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nsubseteq)]TJ/F35 9.963 Tf 129.154 203.238 Td[(")]TJ/F30 9.963 Tf 11.07 0 Td[(\134nsubseteqq)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(+)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nsupseteq)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(#)]TJ/F30 9.963 Tf 11.07 0 Td[(\134nsupseteqq)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(6)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ntriangleleft)]TJ/F35 9.963 Tf -11.07 -11.956 Td[(5)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ntrianglelefteq)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(7)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ntriangleright)]TJ/F35 9.963 Tf -11.07 -11.955 Td[(4)]TJ/F30 9.963 Tf 11.07 0 Td[(\134ntrianglerighteq)]TJ/F35 9.963 Tf -9.409 -11.955 Td[(0)]TJ/F30 9.963 Tf 9.409 0 Td[(\134nvdash)]TJ/F35 9.963 Tf -10.516 -11.955 Td[(1)]TJ/F30 9.963 Tf 10.516 0 Td[(\134nVdash)]TJ/F35 9.963 Tf -9.409 -11.955 Td[(2)]TJ/F30 9.963 Tf 9.409 0 Td[(\134nvDash)]TJ/F35 9.963 Tf -10.516 -11.956 Td[(3)]TJ/F30 9.963 Tf 10.516 0 Td[(\134nVDash)]TJ/F14 9.963 Tf -8.302 -11.955 Td[(k)]TJ/F30 9.963 Tf 8.302 0 Td[(\134parallel)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(?)]TJ/F30 9.963 Tf 11.07 0 Td[(\134perp)]TJ/F32 9.963 Tf -9.963 -11.955 Td[(t)]TJ/F30 9.963 Tf 9.963 0 Td[(\134pitchfork)]TJ/F14 9.963 Tf -11.07 -11.955 Td[(/)]TJ/F30 9.963 Tf 11.07 0 Td[(\134propto)]TJ/F35 9.963 Tf -5.535 -11.955 Td[(p)]TJ/F30 9.963 Tf 5.535 0 Td[(\134shortmid)]TJ/F35 9.963 Tf -7.195 -11.956 Td[(q)]TJ/F30 9.963 Tf 7.195 0 Td[(\134shortparallel)]TJ/F32 9.963 Tf -11.07 -11.955 Td[(a)]TJ/F30 9.963 Tf 11.07 0 Td[(\134smallfrown)]TJ/F32 9.963 Tf 118.694 203.238 Td[(`)]TJ/F30 9.963 Tf 11.069 0 Td[(\134smallsmile)]TJ/F11 9.963 Tf -13.283 -11.955 Td[(^)]TJ/F30 9.963 Tf 13.283 0 Td[(\134smile)]TJ/F32 9.963 Tf -11.069 -11.955 Td[(@)]TJ/F30 9.963 Tf 11.069 0 Td[(\134sqsubset)]TJ/F14 9.963 Tf -11.069 -11.956 Td[(v)]TJ/F30 9.963 Tf 11.069 0 Td[(\134sqsubseteq)]TJ/F32 9.963 Tf -11.069 -11.955 Td[(A)]TJ/F30 9.963 Tf 11.069 0 Td[(\134sqsupset)]TJ/F14 9.963 Tf -11.069 -11.955 Td[(w)]TJ/F30 9.963 Tf 11.069 0 Td[(\134sqsupseteq)]TJ/F14 9.963 Tf -11.069 -11.955 Td[(\032)]TJ/F30 9.963 Tf 11.069 0 Td[(\134subset)]TJ/F32 9.963 Tf -11.069 -11.955 Td[(b)]TJ/F30 9.963 Tf 11.069 0 Td[(\134Subset)]TJ/F14 9.963 Tf -11.069 -11.955 Td[(\022)]TJ/F30 9.963 Tf 11.069 0 Td[(\134subseteq)]TJ/F32 9.963 Tf -11.069 -11.956 Td[(j)]TJ/F30 9.963 Tf 11.069 0 Td[(\134subseteqq)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(\050)]TJ/F30 9.963 Tf 11.069 0 Td[(\134subsetneq)]TJ/F35 9.963 Tf -11.069 -11.955 Td[($)]TJ/F30 9.963 Tf 11.069 0 Td[(\134subsetneqq)]TJ/F14 9.963 Tf -11.069 -11.955 Td[(\033)]TJ/F30 9.963 Tf 11.069 0 Td[(\134supset)]TJ/F32 9.963 Tf -11.069 -11.955 Td[(c)]TJ/F30 9.963 Tf 11.069 0 Td[(\134Supset)]TJ/F14 9.963 Tf -11.069 -11.955 Td[(\023)]TJ/F30 9.963 Tf 11.069 0 Td[(\134supseteq)]TJ/F32 9.963 Tf -11.069 -11.956 Td[(k)]TJ/F30 9.963 Tf 11.069 0 Td[(\134supseteqq)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(\051)]TJ/F30 9.963 Tf 11.069 0 Td[(\134supsetneq)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(%)]TJ/F30 9.963 Tf 11.069 0 Td[(\134supsetneqq)]TJ/F32 9.963 Tf 88.419 203.238 Td[(\051)]TJ/F30 9.963 Tf 9.962 0 Td[(\134therefore)]TJ/F32 9.963 Tf -11.069 -11.955 Td[(E)]TJ/F30 9.963 Tf 11.069 0 Td[(\134trianglelefteq)]TJ/F32 9.963 Tf -11.069 -11.955 Td[(D)]TJ/F30 9.963 Tf 11.069 0 Td[(\134trianglerighteq)]TJ/F32 9.963 Tf -11.069 -11.956 Td[(_)]TJ/F30 9.963 Tf 11.069 0 Td[(\134varpropto)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(\040)]TJ/F30 9.963 Tf 11.069 0 Td[(\134varsubsetneq)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(&)]TJ/F30 9.963 Tf 11.069 0 Td[(\134varsubsetneqq)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(!)]TJ/F30 9.963 Tf 11.069 0 Td[(\134varsupsetneq)]TJ/F35 9.963 Tf -11.069 -11.955 Td[(')]TJ/F30 9.963 Tf 11.069 0 Td[(\134varsupsetneqq)]TJ/F32 9.963 Tf -10.516 -11.955 Td[(M)]TJ/F30 9.963 Tf 10.516 0 Td[(\134vartriangle)]TJ/F32 9.963 Tf -11.069 -11.956 Td[(C)]TJ/F30 9.963 Tf 11.069 0 Td[(\134vartriangleleft)]TJ/F32 9.963 Tf -11.069 -11.955 Td[(B)]TJ/F30 9.963 Tf 11.069 0 Td[(\134vartriangleright)]TJ/F14 9.963 Tf -9.409 -11.955 Td[(`)]TJ/F30 9.963 Tf 9.409 0 Td[(\134vdash)]TJ/F32 9.963 Tf -10.516 -11.955 Td[(\015)]TJ/F30 9.963 Tf 10.516 0 Td[(\134Vdash)]TJ/F32 9.963 Tf -9.409 -11.955 Td[(\017)]TJ/F30 9.963 Tf 9.409 0 Td[(\134vDash)]TJ/F32 9.963 Tf -12.176 -11.956 Td[(\016)]TJ/F30 9.963 Tf 12.176 0 Td[(\134Vvdash)]TJ/F43 7.97 Tf -378.331 -56.787 Td[(Sy)-1(nonyms)-80(:)]TJ/F22 7.97 Tf 46.274 0 Td[(3)]TJ/F44 7.97 Tf 8.468 0 Td[(\134o)-1(wns)]TJ/F42 9.963 Tf -54.742 -20.921 Td[(3.11.)-553(Cumul)-1(a)67(tiv)-1(e)-377(\050v)88(ari)-1(able-s)1(i)-1(ze\051)-377(ope)1(r)-1(a)67(tors)]TJ/F1 9.963 Tf 0 -13.892 Td[(R)]TJ/F30 9.963 Tf 9.963 -8.026 Td[(\134int)]TJ/F1 9.963 Tf -9.963 -3.93 Td[(H)]TJ/F30 9.963 Tf 9.963 -8.025 Td[(\134oint)]TJ/F1 9.963 Tf -11.623 -4.483 Td[(T)]TJ/F30 9.963 Tf 11.623 -7.472 Td[(\134bigcap)]TJ/F1 9.963 Tf -11.623 -4.483 Td[(S)]TJ/F30 9.963 Tf 11.623 -7.472 Td[(\134bigcup)]TJ/F1 9.963 Tf 100.989 43.337 Td[(J)]TJ/F30 9.963 Tf 14.391 -7.472 Td[(\134bigodot)]TJ/F1 9.963 Tf -14.391 -4.483 Td[(L)]TJ/F30 9.963 Tf 14.391 -7.472 Td[(\134bigoplus)]TJ/F1 9.963 Tf -14.391 -4.483 Td[(N)]TJ/F30 9.963 Tf 14.391 -7.472 Td[(\134bigotimes)]TJ/F1 9.963 Tf -11.623 -4.483 Td[(F)]TJ/F30 9.963 Tf 11.623 -7.472 Td[(\134bigsqcup)]TJ/F1 9.963 Tf 119.448 43.337 Td[(U)]TJ/F30 9.963 Tf 11.623 -7.472 Td[(\134biguplus)]TJ/F1 9.963 Tf -11.623 -4.483 Td[(W)]TJ/F30 9.963 Tf 11.623 -7.472 Td[(\134bigvee)]TJ/F1 9.963 Tf -11.623 -4.483 Td[(V)]TJ/F30 9.963 Tf 11.623 -7.472 Td[(\134bigwedge)]TJ/F1 9.963 Tf -12.73 -4.483 Td[(`)]TJ/F30 9.963 Tf 12.73 -7.472 Td[(\134coprod)]TJ/F1 9.963 Tf 113.11 43.337 Td[(Q)]TJ/F30 9.963 Tf 12.73 -7.472 Td[(\134prod)]TJ/F14 9.963 Tf -8.579 -17.933 Td[(s)]TJ/F30 9.963 Tf 8.579 0 Td[(\134smallint)]TJ/F1 9.963 Tf -13.837 -10.46 Td[(P)]TJ/F30 9.963 Tf 13.837 -7.472 Td[(\134sum)]TJ +ET +endstream +endobj +81 0 obj << +/Type /Page +/Contents 82 0 R +/Resources 80 0 R +/MediaBox [0 0 612 792] +/Parent 83 0 R +>> endobj +80 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F42 33 0 R /F32 70 0 R /F30 15 0 R /F35 76 0 R /F14 55 0 R /F11 30 0 R /F43 36 0 R /F22 67 0 R /F44 39 0 R /F16 9 0 R /F1 64 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +86 0 obj << +/Length 12942 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-15051(8)]TJ/F42 9.963 Tf -163.815 -20.424 Td[(3.12.)-553(Punctu)-1(a)67(ti)-1(o)1(n)]TJ/F11 9.963 Tf 3.874 -21.917 Td[(:)]TJ/F30 9.963 Tf 6.089 0 Td[(.)]TJ/F11 9.963 Tf -8.303 -11.955 Td[(=)]TJ/F30 9.963 Tf 8.303 0 Td[(/)]TJ/F14 9.963 Tf -6.089 -11.956 Td[(j)]TJ/F30 9.963 Tf 6.089 0 Td[(|)]TJ/F11 9.963 Tf -6.089 -11.955 Td[(;)]TJ/F30 9.963 Tf 6.089 0 Td[(,)]TJ/F8 9.963 Tf 72.616 35.866 Td[(;)]TJ/F30 9.963 Tf 6.089 0 Td[(;)]TJ/F8 9.963 Tf -9.409 -11.956 Td[(:)]TJ/F30 9.963 Tf 9.409 0 Td[(\134colon)]TJ/F8 9.963 Tf -6.089 -11.955 Td[(:)]TJ/F30 9.963 Tf 6.089 0 Td[(:)]TJ/F8 9.963 Tf -6.089 -11.955 Td[(!)]TJ/F30 9.963 Tf 6.089 0 Td[(!)]TJ/F8 9.963 Tf 96.831 35.866 Td[(?)]TJ/F30 9.963 Tf 8.025 0 Td[(?)]TJ/F14 9.963 Tf -16.604 -11.956 Td[(\001)-166(\001)-167(\001)]TJ/F30 9.963 Tf 16.604 0 Td[(\134dotsb)]TJ/F11 9.963 Tf -16.604 -11.955 Td[(:)-166(:)-167(:)]TJ/F30 9.963 Tf 16.604 0 Td[(\134dotsc)]TJ/F14 9.963 Tf -14.944 -11.955 Td[(\001)-166(\001)-167(\001)]TJ/F30 9.963 Tf 14.944 0 Td[(\134dotsi)]TJ/F14 9.963 Tf 88.253 35.866 Td[(\001)-166(\001)-167(\001)]TJ/F30 9.963 Tf 16.604 0 Td[(\134dotsm)]TJ/F11 9.963 Tf -16.604 -16.383 Td[(:)-166(:)-167(:)]TJ/F30 9.963 Tf 16.604 0 Td[(\134dotso)]TJ/F8 9.963 Tf -14.39 -12.509 Td[(.)]TJ 3.874 -2.989 Td[(.)]TJ 3.874 -2.989 Td[(.)]TJ/F30 9.963 Tf 6.642 -0.996 Td[(\134ddots)]TJ/F8 9.963 Tf 98.769 38.799 Td[(.)]TJ 0 -3.985 Td[(.)]TJ 0 -3.985 Td[(.)]TJ/F30 9.963 Tf 6.088 0 Td[(\134vdots)]TJ/F43 7.97 Tf -403.238 -51.75 Td[(No)1(te)-384(1)1(.)]TJ/F16 7.97 Tf 32.536 0 Td[(Th)-1(e)]TJ/F44 7.97 Tf 17.766 0 Td[(:)]TJ/F16 7.97 Tf 7.417 0 Td[(b)29(y)-399(itsel)-1(f)-398(p)-1(ro)-30(duce)-1(s)-399(a)-399(c)-1(olon)-400(with)-400(cla)-1(ss-3)-399(\050)-1(relat)-1(ion\051)-400(spac)-1(ing.)-608(The)-400(com)-1(man)-1(d)]TJ/F44 7.97 Tf 274.959 0 Td[(\134co)-1(lon)]TJ/F16 7.97 Tf 28.586 0 Td[(pro)-30(du)-1(ces)]TJ -361.264 -9.465 Td[(sp)-30(eci)-1(al)-354(sp)-1(acing)-355(for)-354(use)-355(in)-355(const)-1(ructi)-1(ons)-354(s)-1(uc)29(h)-354(as)]TJ/F44 7.97 Tf 176.532 0 Td[(f\134)-1(colo)-1(n)-531(A\134)-1(to)-531(B)]TJ/F19 7.97 Tf 62.102 0 Td[(f)]TJ/F16 7.97 Tf 5.887 0 Td[(:)]TJ/F19 7.97 Tf 5.175 0 Td[(A)]TJ/F22 7.97 Tf 8.696 0 Td[(!)]TJ/F19 7.97 Tf 10.82 0 Td[(B)]TJ/F16 7.97 Tf 6.781 0 Td[(.)]TJ/F43 7.97 Tf -275.993 -17.435 Td[(No)1(te)-384(2)1(.)]TJ/F16 7.97 Tf 32.536 0 Td[(Alth)-1(ough)-350(th)-1(e)-350(comm)-1(and)-1(s)]TJ/F44 7.97 Tf 93.787 0 Td[(\134c)-1(dots)]TJ/F16 7.97 Tf 28.191 0 Td[(an)-1(d)]TJ/F44 7.97 Tf 16.43 0 Td[(\134l)-1(dots)]TJ/F16 7.97 Tf 28.191 0 Td[(are)-350(frequen)29(tl)-1(y)-349(use)-1(d,)-351(w)30(e)-350(re)-1(comm)-1(end)-350(t)-1(he)-350(more)-350(se)-1(man)-1(-)]TJ -199.135 -9.464 Td[(tic)-1(ally)-354(ori)-1(en)29(ted)-354(c)-1(omm)-1(and)-1(s)]TJ/F44 7.97 Tf 100.263 0 Td[(\134d)-1(otsb)-355(\134do)-1(tsc)-355(\134dot)-1(si)-354(\134)-1(dots)-1(m)-354(\134d)-1(otso)]TJ/F16 7.97 Tf 141.139 0 Td[(for)-354(m)-1(ost)-354(p)-1(urp)-30(oses)-355(\050see)-355(4.6\051)-1(.)]TJ/F42 9.963 Tf -241.402 -20.922 Td[(3.13.)-553(P)88(ai)-1(ring)-378(d)-1(e)1(l)-1(im)1(i)-1(te)1(r)-1(s)-377(\050extensibl)-1(e\051)]TJ/F8 9.963 Tf 192.341 0 Td[(See)-334(S)1(e)-1(ction)-333(6)-333(f)1(or)-333(m)-1(or)1(e)-334(in)1(formation)1(.)]TJ/F1 9.963 Tf -199.26 -12.353 Td[(\020)-167(\021)]TJ/F30 9.963 Tf 16.882 -11.059 Td[(\050)-525(\051)]TJ/F1 9.963 Tf -14.391 -14.844 Td[(h)-167(i)]TJ/F30 9.963 Tf 14.391 -11.059 Td[([)-525(])]TJ/F1 9.963 Tf -18.265 -14.844 Td[(n)-166(o)]TJ/F30 9.963 Tf 18.265 -11.059 Td[(\134lbrace)-525(\134rbrace)]TJ/F1 9.963 Tf -11.623 -14.446 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ 4.981 11.955 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ/F30 9.963 Tf 6.642 0.498 Td[(\134lvert)-525(\134rvert)]TJ/F1 9.963 Tf 136.045 89.166 Td[(\015)]TJ 0 -5.977 Td[(\015)]TJ 0 -5.978 Td[(\015)]TJ 7.195 11.955 Td[(\015)]TJ 0 -5.977 Td[(\015)]TJ 0 -5.978 Td[(\015)]TJ/F30 9.963 Tf 8.856 0.498 Td[(\134lVert)-525(\134rVert)]TJ/F1 9.963 Tf -17.158 -14.844 Td[(D)-167(E)]TJ/F30 9.963 Tf 17.158 -11.059 Td[(\134langle)-525(\134rangle)]TJ/F1 9.963 Tf -15.497 -14.844 Td[(l)-166(m)]TJ/F30 9.963 Tf 15.497 -11.059 Td[(\134lceil)-525(\134rceil)]TJ/F1 9.963 Tf -15.497 -14.844 Td[(j)-166(k)]TJ/F30 9.963 Tf 15.497 -11.059 Td[(\134lfloor)-525(\134rfloor)]TJ/F1 9.963 Tf 129.404 89.166 Td[(8)]TJ 0 -8.966 Td[(:)]TJ 10.516 8.966 Td[(9)]TJ 0 -8.966 Td[(;)]TJ/F30 9.963 Tf 12.176 -2.491 Td[(\134lgroup)-525(\134rgroup)]TJ/F1 9.963 Tf -22.692 -14.446 Td[(8)]TJ 0 -8.966 Td[(;)]TJ 10.516 8.966 Td[(9)]TJ 0 -8.966 Td[(:)]TJ/F30 9.963 Tf 12.176 -2.491 Td[(\134lmoustache)-525(\134rmoustache)]TJ/F42 9.963 Tf -314.155 -83.686 Td[(3.14.)-553(No)1(n)-1(p)67(airi)-1(ng)-378(e)1(x)-1(tensible)-378(s)1(y)-1(m)1(bols)]TJ/F1 9.963 Tf 3.321 -11.955 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ/F30 9.963 Tf 6.642 0.498 Td[(\134vert)]TJ/F1 9.963 Tf 50.351 11.457 Td[(\015)]TJ 0 -5.978 Td[(\015)]TJ 0 -5.977 Td[(\015)]TJ/F30 9.963 Tf 8.855 0.498 Td[(\134Vert)]TJ/F1 9.963 Tf 47.805 11.058 Td[(.)]TJ/F30 9.963 Tf 11.402 -11.058 Td[(/)]TJ/F1 9.963 Tf 26.884 11.058 Td[(/)]TJ/F30 9.963 Tf 11.401 -11.058 Td[(\134backslash)]TJ/F1 9.963 Tf 75.396 11.457 Td[(?)]TJ 0 -5.978 Td[(?)]TJ 0 -5.977 Td[(?)]TJ/F30 9.963 Tf 9.963 0.498 Td[(\134arrowvert)]TJ/F1 9.963 Tf 74.288 11.457 Td[(w)]TJ 0 -5.978 Td[(w)]TJ 0 -5.977 Td[(w)]TJ/F30 9.963 Tf 11.07 0.498 Td[(\134Arrowvert)]TJ/F1 9.963 Tf 73.182 11.457 Td[(>)]TJ 0 -2.989 Td[(>)]TJ 0 -2.989 Td[(>)]TJ 0 -2.989 Td[(>)]TJ 0 -2.988 Td[(>)]TJ 0 -2.989 Td[(>)]TJ/F30 9.963 Tf 12.176 3.487 Td[(\134bracevert)]TJ/F43 7.97 Tf -422.736 -34.371 Td[(No)1(te)-384(1)1(.)]TJ/F16 7.97 Tf 32.536 0 Td[(Using)]TJ/F44 7.97 Tf 23.798 0 Td[(\134ve)-1(rt)]TJ/F16 7.97 Tf 21.171 0 Td[(,)]TJ/F44 7.97 Tf 5.175 0 Td[(|)]TJ/F16 7.97 Tf 4.234 0 Td[(,)]TJ/F44 7.97 Tf 5.175 0 Td[(\134V)-1(ert)]TJ/F16 7.97 Tf 21.171 0 Td[(,)-354(o)-1(r)]TJ/F44 7.97 Tf 15.532 0 Td[(\134|)]TJ/F16 7.97 Tf 11.291 0 Td[(for)-354(p)-1(aired)-355(deli)-1(mite)-1(rs)-354(is)-354(n)-1(ot)-354(re)-1(com)-1(mend)-1(ed)-354(\050)-1(see)-354(6)-1(.2\051.)]TJ/F43 7.97 Tf -140.083 -17.435 Td[(Sy)-1(nonyms)-80(:)]TJ/F22 7.97 Tf 46.274 0 Td[(k)]TJ/F44 7.97 Tf 7.057 0 Td[(\134|)]TJ/F42 9.963 Tf -53.331 -20.921 Td[(3.15.)-553(Extensible)-378(ver)67(ti)-1(cal)-378(ar)-1(r)22(o)23(w)1(s)]TJ/F1 9.963 Tf 0 -11.956 Td[(x)]TJ 0 -5.977 Td[(?)]TJ 0 -5.978 Td[(?)]TJ/F30 9.963 Tf 9.963 0.498 Td[(\134uparrow)]TJ/F1 9.963 Tf 61.491 11.457 Td[(~)]TJ 0 -5.977 Td[(w)]TJ 0 -5.978 Td[(w)]TJ/F30 9.963 Tf 11.07 0.498 Td[(\134Uparrow)]TJ/F1 9.963 Tf 62.599 11.457 Td[(?)]TJ 0 -5.977 Td[(?)]TJ 0 -5.978 Td[(y)]TJ/F30 9.963 Tf 9.962 0.498 Td[(\134downarrow)]TJ/F1 9.963 Tf 71.953 11.457 Td[(w)]TJ 0 -5.977 Td[(w)]TJ 0 -5.978 Td[()]TJ/F30 9.963 Tf 11.069 0.498 Td[(\134Downarrow)]TJ/F1 9.963 Tf 73.06 11.457 Td[(x)]TJ 0 -5.977 Td[(?)]TJ 0 -5.978 Td[(y)]TJ/F30 9.963 Tf 9.962 0.498 Td[(\134updownarrow)]TJ/F1 9.963 Tf 82.413 11.457 Td[(~)]TJ 0 -5.977 Td[(w)]TJ 0 -5.978 Td[()]TJ/F30 9.963 Tf 11.07 0.498 Td[(\134Updownarrow)]TJ/F42 9.963 Tf -414.612 -37.858 Td[(3.16.)-553(A)29(cce)1(n)-1(ts)]TJ/F8 9.963 Tf 1.581 -21.918 Td[(\023)]TJ/F11 9.963 Tf -0.633 0 Td[(x)]TJ/F30 9.963 Tf 9.015 0 Td[(\134acute{x})]TJ/F8 9.963 Tf -8.382 -11.955 Td[(\022)]TJ/F11 9.963 Tf -0.633 0 Td[(x)]TJ/F30 9.963 Tf 9.015 0 Td[(\134grave{x})]TJ/F8 9.963 Tf -8.382 -11.955 Td[()]TJ/F11 9.963 Tf -0.633 0 Td[(x)]TJ/F30 9.963 Tf 9.015 0 Td[(\134ddot{x})]TJ/F8 9.963 Tf -8.382 -11.955 Td[(~)]TJ/F11 9.963 Tf -0.633 0 Td[(x)]TJ/F30 9.963 Tf 9.015 0 Td[(\134tilde{x})]TJ/F8 9.963 Tf 108.305 35.865 Td[(\026)]TJ/F11 9.963 Tf -0.633 0 Td[(x)]TJ/F30 9.963 Tf 9.015 0 Td[(\134bar{x})]TJ/F8 9.963 Tf -8.382 -11.955 Td[(\025)]TJ/F11 9.963 Tf -0.633 0 Td[(x)]TJ/F30 9.963 Tf 9.015 0 Td[(\134breve{x})]TJ/F8 9.963 Tf -8.382 -11.955 Td[(\024)]TJ/F11 9.963 Tf -0.633 0 Td[(x)]TJ/F30 9.963 Tf 9.015 0 Td[(\134check{x})]TJ/F8 9.963 Tf -8.382 -11.955 Td[(^)]TJ/F11 9.963 Tf -0.633 0 Td[(x)]TJ/F30 9.963 Tf 9.015 0 Td[(\134hat{x})]TJ/F11 9.963 Tf 107.54 35.865 Td[(~)487(x)]TJ/F30 9.963 Tf 9.148 0 Td[(\134vec{x})]TJ/F8 9.963 Tf -7.275 -11.955 Td[(_)]TJ/F11 9.963 Tf -1.74 0 Td[(x)]TJ/F30 9.963 Tf 9.015 0 Td[(\134dot{x})]TJ/F8 9.963 Tf -8.382 -11.955 Td[()]TJ/F11 9.963 Tf -0.633 0 Td[(x)]TJ/F30 9.963 Tf 9.015 0 Td[(\134ddot{x})]TJ/F8 9.963 Tf -11.623 -5.781 Td[(..)1(.)]TJ/F11 9.963 Tf 1.304 -5.828 Td[(x)]TJ/F30 9.963 Tf 10.319 -0.346 Td[(\134dddot{x})]TJ/F1 9.963 Tf 97.63 35.865 Td[(g)]TJ/F11 9.963 Tf -1.345 0 Td[(x)1(xx)]TJ/F30 9.963 Tf 20.402 0 Td[(\134widetilde{xxx})]TJ/F1 9.963 Tf -19.057 -11.955 Td[(d)]TJ/F11 9.963 Tf -1.345 0 Td[(x)1(xx)]TJ/F30 9.963 Tf 20.402 0 Td[(\134widehat{xxx})]TJ/F42 9.963 Tf -360.025 -48.319 Td[(3.17.)-553(Name)1(d)-379(o)1(pera)67(t)-1(o)1(rs)]TJ/F8 9.963 Tf 122.246 0 Td[(Thes)-1(e)-333(op)-28(erator)1(s)-334(are)-333(repres)-1(en)28(ted)-333(b)28(y)-333(a)-333(m)27(u)1(ltil)1(e)-1(tt)1(e)-1(r)-333(ab)1(breviat)1(ion.)]TJ -142.254 -21.918 Td[(arccos)]TJ/F30 9.963 Tf 29.971 0 Td[(\134arccos)]TJ/F8 9.963 Tf -28.864 -11.955 Td[(arcsin)]TJ/F30 9.963 Tf 28.864 0 Td[(\134arcsin)]TJ/F8 9.963 Tf -31.023 -11.955 Td[(arctan)]TJ/F30 9.963 Tf 31.023 0 Td[(\134arctan)]TJ/F8 9.963 Tf -17.324 -11.955 Td[(arg)]TJ/F30 9.963 Tf 17.324 0 Td[(\134arg)]TJ/F8 9.963 Tf -16.66 -11.955 Td[(cos)]TJ/F30 9.963 Tf 16.66 0 Td[(\134cos)]TJ/F8 9.963 Tf -22.195 -11.955 Td[(cos)-1(h)]TJ/F30 9.963 Tf 22.195 0 Td[(\134cosh)]TJ/F8 9.963 Tf -16.605 -11.956 Td[(cot)]TJ/F30 9.963 Tf 16.605 0 Td[(\134cot)]TJ/F8 9.963 Tf -22.139 -11.955 Td[(coth)]TJ/F30 9.963 Tf 22.139 0 Td[(\134coth)]TJ/F8 9.963 Tf 81.428 83.686 Td[(cs)-1(c)]TJ/F30 9.963 Tf 16.106 0 Td[(\134csc)]TJ/F8 9.963 Tf -18.403 -11.955 Td[(deg)]TJ/F30 9.963 Tf 18.403 0 Td[(\134deg)]TJ/F8 9.963 Tf -17.158 -11.955 Td[(det)]TJ/F30 9.963 Tf 17.158 0 Td[(\134det)]TJ/F8 9.963 Tf -19.925 -11.955 Td[(di)1(m)]TJ/F30 9.963 Tf 19.925 0 Td[(\134dim)]TJ/F8 9.963 Tf -18.542 -11.955 Td[(exp)]TJ/F30 9.963 Tf 18.542 0 Td[(\134exp)]TJ/F8 9.963 Tf -18.265 -11.955 Td[(gcd)]TJ/F30 9.963 Tf 18.265 0 Td[(\134gcd)]TJ/F8 9.963 Tf -22.139 -11.956 Td[(ho)1(m)]TJ/F30 9.963 Tf 22.139 0 Td[(\134hom)]TJ/F8 9.963 Tf -15.442 -11.955 Td[(in)1(f)]TJ/F30 9.963 Tf 15.442 0 Td[(\134inf)]TJ/F8 9.963 Tf 51.679 83.686 Td[(in)1(j)-166(lim)]TJ/F30 9.963 Tf 30.164 0 Td[(\134injlim)]TJ/F8 9.963 Tf -16.632 -11.955 Td[(k)28(er)]TJ/F30 9.963 Tf 16.632 0 Td[(\134ker)]TJ/F8 9.963 Tf -11.208 -11.955 Td[(lg)]TJ/F30 9.963 Tf 11.208 0 Td[(\134lg)]TJ/F8 9.963 Tf -17.158 -11.955 Td[(lim)]TJ/F30 9.963 Tf 17.158 0 Td[(\134lim)]TJ/F8 9.963 Tf -30.939 -11.955 Td[(li)1(m)-167(inf)]TJ/F30 9.963 Tf 30.939 0 Td[(\134liminf)]TJ/F8 9.963 Tf -33.817 -11.956 Td[(li)1(m)-167(s)-1(u)1(p)]TJ/F30 9.963 Tf 33.817 0 Td[(\134limsup)]TJ/F8 9.963 Tf -11.623 -11.955 Td[(ln)]TJ/F30 9.963 Tf 11.623 0 Td[(\134ln)]TJ/F8 9.963 Tf -16.189 -11.955 Td[(log)]TJ/F30 9.963 Tf 16.189 0 Td[(\134log)]TJ/F8 9.963 Tf 75.672 83.686 Td[(max)]TJ/F30 9.963 Tf 21.862 0 Td[(\134max)]TJ/F8 9.963 Tf -19.925 -11.955 Td[(min)]TJ/F30 9.963 Tf 19.925 0 Td[(\134min)]TJ/F8 9.963 Tf -14.003 -11.955 Td[(Pr)]TJ/F30 9.963 Tf 14.003 0 Td[(\134Pr)]TJ/F8 9.963 Tf -36.834 -11.955 Td[(pr)1(o)-56(j)-166(li)1(m)]TJ/F30 9.963 Tf 36.834 0 Td[(\134projlim)]TJ/F8 9.963 Tf -16.106 -11.955 Td[(se)-1(c)]TJ/F30 9.963 Tf 16.106 0 Td[(\134sec)]TJ/F8 9.963 Tf -15.552 -11.956 Td[(sin)]TJ/F30 9.963 Tf 15.552 0 Td[(\134sin)]TJ/F8 9.963 Tf -21.087 -11.955 Td[(sinh)]TJ/F30 9.963 Tf 21.087 0 Td[(\134sinh)]TJ/F8 9.963 Tf -18.32 -11.955 Td[(sup)]TJ/F30 9.963 Tf 18.32 0 Td[(\134sup)]TJ/F8 9.963 Tf 85.054 83.686 Td[(tan)]TJ/F30 9.963 Tf 17.711 0 Td[(\134tan)]TJ/F8 9.963 Tf -23.246 -11.955 Td[(tan)1(h)]TJ/F30 9.963 Tf 23.246 0 Td[(\134tanh)]TJ/F8 9.963 Tf -17.158 -11.955 Td[(lim)]TJ/F14 9.963 Tf 0 -5.15 Td[(\000)389(!)]TJ/F30 9.963 Tf 17.158 5.15 Td[(\134varinjlim)]TJ/F8 9.963 Tf -17.158 -13.618 Td[(lim)]TJ/F14 9.963 Tf 0 -5.149 Td[(\040)389(\000)]TJ/F30 9.963 Tf 17.158 5.149 Td[(\134varprojlim)]TJ/F8 9.963 Tf -17.158 -13.617 Td[(lim)]TJ +ET +1 0 0 1 372.481 -603.873 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +13.837 0.199 l +S +Q +1 0 0 1 17.158 1.793 cm +BT +/F30 9.963 Tf 0 0 Td[(\134varliminf)]TJ +ET +1 0 0 1 -17.158 -5.28 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +13.837 0.199 l +S +Q +1 0 0 1 0 -8.114 cm +BT +/F8 9.963 Tf 0 0 Td[(lim)]TJ/F30 9.963 Tf 17.158 0 Td[(\134varlimsup)]TJ/F8 9.963 Tf -374.695 -34.589 Td[(T)83(o)-222(de\014n)1(e)-223(ad)1(dit)1(ional)-222(n)1(am)-1(ed)-222(op)-27(erators)-222(outsid)1(e)-223(th)1(e)-223(ab)-27(o)27(v)28(e)-222(list,)-244(use)-223(th)1(e)]TJ/F30 9.963 Tf 288.308 0 Td[(\134DeclareMathOperator)]TJ/F8 9.963 Tf -303.252 -11.955 Td[(com)-1(mand)1(;)-333(for)-333(exampl)1(e)-1(,)-333(aft)1(e)-1(r)]TJ +ET +endstream +endobj +85 0 obj << +/Type /Page +/Contents 86 0 R +/Resources 84 0 R +/MediaBox [0 0 612 792] +/Parent 83 0 R +>> endobj +84 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F42 33 0 R /F11 30 0 R /F30 15 0 R /F14 55 0 R /F43 36 0 R /F16 9 0 R /F44 39 0 R /F19 89 0 R /F22 67 0 R /F1 64 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +92 0 obj << +/Length 9297 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-15051(9)]TJ/F30 9.963 Tf -163.815 -20.424 Td[(\134DeclareMathOperator{\134)1(rank}{rank})]TJ 0 -11.955 Td[(\134DeclareMathOperator{\134)1(esssup}{ess\134,sup})]TJ/F8 9.963 Tf 0 -19.906 Td[(one)-333(c)-1(ou)1(ld)-333(wri)1(te)]TJ/F30 9.963 Tf 154.851 -17.315 Td[(\134rank\050x\051)]TJ/F8 9.963 Tf 53.798 0 Td[(ran)1(k\050)]TJ/F11 9.963 Tf 23.551 0 Td[(x)]TJ/F8 9.963 Tf 5.694 0 Td[(\051)]TJ/F30 9.963 Tf -103.964 -11.955 Td[(\134esssup\050y,z\051)]TJ/F8 9.963 Tf 74.719 0 Td[(es)-1(s)-167(sup)1(\050)]TJ/F11 9.963 Tf 32.821 0 Td[(y)-36(;)-167(z)]TJ/F8 9.963 Tf 14.741 0 Td[(\051)]TJ -256.211 -19.452 Td[(The)-288(star)-288(f)1(orm)]TJ/F30 9.963 Tf 62.68 0 Td[(\134DeclareMathOperator*)]TJ/F8 9.963 Tf 112.706 0 Td[(create)-1(s)-288(an)-288(o)1(p)-28(erator)-287(that)-287(tak)28(e)-1(s)-288(limits)-288(in)-287(a)-288(di)1(s)-1(p)1(la)28(y)28(e)-1(d)]TJ -175.386 -11.955 Td[(for)1(m)27(u)1(la)-333(lik)28(e)-334(sup)-332(or)-333(m)-1(ax)1(.)]TJ 14.944 -11.956 Td[(Wh)1(e)-1(n)-408(p)1(rede\014n)1(ing)-408(suc)28(h)-408(a)-409(n)1(ame)-1(d)-408(op)-27(erator)-408(is)-408(prob)1(lem)-1(ati)1(c)-409(\050e.g.,)-427(wh)1(e)-1(n)-408(u)1(s)-1(i)1(ng)-408(one)-409(i)1(n)-408(the)]TJ -14.944 -11.955 Td[(titl)1(e)-334(or)-333(abstr)1(ac)-1(t)-333(of)-333(an)-333(ar)1(tic)-1(l)1(e)-1(\051,)-333(th)1(e)-1(r)1(e)-334(is)-333(an)-333(alternat)1(iv)28(e)-334(f)1(orm)-334(th)1(at)-333(c)-1(an)-333(b)-27(e)-334(u)1(s)-1(ed)-333(d)1(irec)-1(tl)1(y:)]TJ/F30 9.963 Tf 105.203 -21.893 Td[(\134operatorname{rank}\050x\051)]TJ/F14 9.963 Tf 127.798 0 Td[(!)]TJ/F8 9.963 Tf 22.692 0 Td[(ran)1(k\050)]TJ/F11 9.963 Tf 23.551 0 Td[(x)]TJ/F8 9.963 Tf 5.694 0 Td[(\051)]TJ/F42 9.963 Tf -284.938 -21.894 Td[(3.18.)-553(Ma)67(th)-542(f)23(ont)-542(sw)1(itc)-1(hes)]TJ/F8 9.963 Tf 138.808 0 Td[(Not)-489(all)-489(of)-488(the)-489(fon)28(ts)-489(nec)-1(es)-1(sary)-489(t)1(o)-490(sup)1(p)-27(ort)-489(c)-1(omp)1(rehensiv)28(e)]TJ -138.808 -11.955 Td[(math)-335(fon)29(t)-336(switc)27(h)1(in)1(g)-336(ar)1(e)-336(c)-1(ommonly)-335(a)28(v)56(ailab)1(le)-336(i)1(n)-335(a)-336(t)28(yp)1(ical)-335(L)]TJ/F7 6.974 Tf 251.421 2.042 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-335(s)-1(etup)1(.)-451(Here)-335(are)-336(th)1(e)-336(res)-1(u)1(lts)]TJ -266.876 -11.955 Td[(of)-366(app)1(lyin)1(g)-367(v)56(ariou)1(s)-367(fon)28(t)-366(s)-1(witc)28(hes)-367(to)-367(a)-367(wid)1(e)-368(r)1(ange)-367(of)-366(m)-1(at)1(h)-367(sym)28(b)-28(ols)-367(when)-366(the)-367(stand)1(ard)-366(s)-1(et)]TJ 0 -11.955 Td[(of)-404(Comput)1(e)-1(r)-404(Mo)-27(dern)-404(f)1(on)28(ts)-405(is)-405(i)1(n)-404(use)-1(.)-657(It)-405(can)-404(b)-27(e)-405(se)-1(en)-404(that)-404(th)1(e)-405(only)-404(sym)28(b)-28(ols)-404(that)-404(res)-1(p)-27(on)1(d)]TJ 0 -11.956 Td[(correc)-1(t)1(ly)-299(to)-299(all)-299(of)-299(th)1(e)-300(f)1(on)28(t)-299(s)-1(wit)1(c)27(hes)-300(ar)1(e)-300(th)1(e)-300(up)1(p)-27(e)-1(rcase)-300(Latin)-298(le)-1(t)1(te)-1(r)1(s)-1(.)-433(In)-299(f)1(act,)]TJ/F38 9.963 Tf 327.016 0 Td[(ne)51(arl)1(y)-326(al)-51(l)]TJ/F8 9.963 Tf 44.307 0 Td[(math)]TJ -371.323 -11.955 Td[(sym)27(b)-27(ols)-467(ap)1(art)-466(fr)1(om)-467(Lati)1(n)-466(le)-1(t)1(te)-1(r)1(s)-467(rem)-1(ai)1(n)-466(un)1(a\013)-1(ecte)-1(d)-466(b)29(y)-467(f)1(on)28(t)-466(s)-1(wit)1(c)27(hes;)-533(and)-466(al)1(thou)1(gh)-466(the)]TJ 0 -11.955 Td[(lo)28(w)28(e)-1(r)1(c)-1(ase)-401(Lati)1(n)-400(letters,)-417(capital)-399(Gree)-1(k)-399(le)-1(t)1(te)-1(r)1(s)-1(,)-416(and)-399(n)28(umerals)-400(do)-400(r)1(e)-1(sp)-28(on)1(d)-400(p)1(rop)-27(e)-1(r)1(ly)-400(to)-400(som)-1(e)]TJ 0 -11.955 Td[(fon)29(t)-289(s)-1(witc)28(hes)-1(,)-297(they)-289(p)1(ro)-28(d)1(uce)-290(b)1(iz)-1(ar)1(re)-289(re)-1(su)1(lts)-290(f)1(or)-289(oth)1(e)-1(r)-288(fon)28(t)-289(switc)27(h)1(e)-1(s.)-429(\050Us)-1(e)-289(of)-289(altern)1(ativ)28(e)-289(m)-1(at)1(h)]TJ 0 -11.955 Td[(fon)29(t)-333(s)-1(ets)-334(suc)27(h)-332(as)-334(Lucid)1(a)-334(New)-334(M)1(ath)-333(ma)27(y)-333(ameliorat)1(e)-334(the)-333(s)-1(it)1(uation)-332(s)-1(ome)-1(wh)1(at.\051)]TJ 34.355 -24.305 Td[(defa)1(ult)]TJ/F30 9.963 Tf 40.127 0 Td[(\134mathbf)-1000(\134mathsf)-1000(\134mathi)1(t)-1000(\134mathcal)-1000(\134mathbb)-1000(\134mathfrak)]TJ +ET +1 0 0 1 29.374 -305.667 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +335.269 0.199 l +S +Q +1 0 0 1 15.546 -10.879 cm +BT +/F11 9.963 Tf 0 0 Td[(X)]TJ/F31 9.963 Tf 43.538 0 Td[(X)]TJ/F49 9.963 Tf 47.585 0 Td[(X)]TJ/F38 9.963 Tf 45.405 0 Td[(X)]TJ/F14 9.963 Tf 49.398 0 Td[(X)]TJ/F35 9.963 Tf 49.875 0 Td[(X)]TJ/F53 9.963 Tf 51.821 0 Td[(X)]TJ/F11 9.963 Tf -285.952 -15.542 Td[(x)]TJ/F31 9.963 Tf 43.175 0 Td[(x)]TJ/F49 9.963 Tf 47.302 0 Td[(x)]TJ/F38 9.963 Tf 45.961 0 Td[(x)]TJ/F14 9.963 Tf 49.887 0 Td[(x)]TJ/F35 9.963 Tf 46.423 0 Td[(x)]TJ/F53 9.963 Tf 54.85 0 Td[(x)]TJ/F8 9.963 Tf -287.241 -15.541 Td[(0)]TJ/F31 9.963 Tf 42.977 0 Td[(0)]TJ/F49 9.963 Tf 46.949 0 Td[(0)]TJ/F38 9.963 Tf 45.844 0 Td[(0)]TJ/F14 9.963 Tf 51.042 0 Td[(0)]TJ/F35 9.963 Tf 47.516 0 Td[(0)]TJ/F53 9.963 Tf 52.35 0 Td[(0)]TJ/F8 9.963 Tf -287.785 -15.542 Td[([)-166(])-3629([)-167(])-3952([)-166(])-3953([)-166(])-4215([)-167(])-4214([)-167(])-4477([)-167(])]TJ -0.277 -15.542 Td[(+)-3573(+)-3897(+)-3897(+)-4159(+)-4159(+)-4422(+)]TJ/F14 9.963 Tf 0 -15.542 Td[(\000)-3573(\000)-3897(\000)-3897(\000)-4159(\000)-4159(\000)-4422(\000)]TJ/F8 9.963 Tf 0 -15.541 Td[(=)-3573(=)-3897(=)-3897(=)-4159(=)-4159(=)-4422(=)]TJ 0.553 -15.542 Td[(\004)]TJ/F31 9.963 Tf 42.854 0 Td[(\004)]TJ/F49 9.963 Tf 47.073 0 Td[(\004)]TJ/F38 9.963 Tf 45.824 0 Td[(\004)]TJ/F14 9.963 Tf 49.387 0 Td[(\004)]TJ/F35 9.963 Tf 49.191 0 Td[(\004)]TJ/F53 9.963 Tf 53.172 0 Td[(\004)]TJ/F11 9.963 Tf -286.588 -15.542 Td[(\030)-3914(\030)-4238(\030)-4238(\030)-4500(\030)-4500(\030)-4763(\030)]TJ/F14 9.963 Tf -2.573 -15.541 Td[(1)-3351(1)-3675(1)-3675(1)-3937(1)-3937(1)-4200(1)]TJ 1.937 -15.542 Td[(@)-3740(@)-4064(@)-4064(@)-4326(@)-4326(@)-4589(@)]TJ/F1 9.963 Tf -2.214 -8.07 Td[(P)-3295(P)-3619(P)-3619(P)-3881(P)-3881(P)-4144(P)]TJ/F14 9.963 Tf 1.522 -23.014 Td[(q)-3601(q)-3925(q)-3925(q)-4187(q)-4187(q)-4450(q)]TJ 0.139 -15.541 Td[(<)-3629(<)-3953(<)-3953(<)-4215(<)-4215(<)-4478(<)]TJ/F8 9.963 Tf -45.84 -22.516 Td[(A)-352(c)-1(ommon)-352(des)-1(ir)1(e)-353(is)-353(t)1(o)-353(get)-353(a)-352(b)-27(old)-352(v)28(ers)-1(i)1(on)-352(of)-352(a)-353(p)1(arti)1(c)-1(u)1(lar)-352(math)-352(s)-1(ym)28(b)-27(ol.)-502(F)84(or)-352(th)1(os)-1(e)-353(sym)28(b)-28(ols)]TJ 0 -11.955 Td[(where)]TJ/F30 9.963 Tf 28.809 0 Td[(\134mathbf)]TJ/F8 9.963 Tf 39.933 0 Td[(is)-334(n)1(ot)-333(app)1(licable,)-333(th)1(e)]TJ/F30 9.963 Tf 94.701 0 Td[(\134boldsymbol)]TJ/F8 9.963 Tf 60.854 0 Td[(or)]TJ/F30 9.963 Tf 12.204 0 Td[(\134pmb)]TJ/F8 9.963 Tf 24.243 0 Td[(com)-1(mand)1(s)-334(can)-333(b)-27(e)-334(use)-1(d)1(.)]TJ/F11 9.963 Tf -149.27 -21.894 Td[(A)]TJ/F13 6.974 Tf 7.472 -1.494 Td[(1)]TJ/F8 9.963 Tf 10.655 1.494 Td[(+)]TJ/F11 9.963 Tf 9.962 0 Td[(\031)-36(A)]TJ/F7 6.974 Tf 13.509 -1.494 Td[(0)]TJ/F14 9.963 Tf 7.236 1.494 Td[(\030)]TJ/F31 9.963 Tf 10.516 0 Td[(A)]TJ/F60 6.974 Tf 8.662 -1.494 Td[(1)]TJ/F31 9.963 Tf 11.74 1.494 Td[(+)]TJ/F56 9.963 Tf 11.124 0 Td[(\031)]TJ/F31 9.963 Tf 7.168 0 Td[(A)]TJ/F47 6.974 Tf 8.662 -1.494 Td[(0)]TJ/F14 9.963 Tf 7.779 1.494 Td[(\030)]TJ/F11 9.963 Tf 10.073 0 Td[(A)]TJ 0.222 0.277 Td[(A)]TJ 0.221 -0.277 Td[(A)]TJ/F13 6.974 Tf 7.109 -1.494 Td[(1)]TJ 0.182 0.227 Td[(1)]TJ 0.181 -0.227 Td[(1)]TJ/F8 9.963 Tf 10.212 1.494 Td[(+)]TJ 0.221 0.277 Td[(+)]TJ 0.221 -0.277 Td[(+)]TJ/F11 9.963 Tf 9.52 0 Td[(\031)]TJ 0.222 0.277 Td[(\031)]TJ 0.221 -0.277 Td[(\031)9(A)]TJ 5.815 0.277 Td[(A)]TJ 0.221 -0.277 Td[(A)]TJ/F7 6.974 Tf 7.11 -1.494 Td[(0)]TJ 0.181 0.227 Td[(0)]TJ 0.181 -0.227 Td[(0)]TJ/F8 9.963 Tf 95.465 1.494 Td[(\0503.1\051)]TJ/F30 9.963 Tf -373.537 -21.893 Td[(A_\134infty)-525(+)-525(\134pi)-525(A_0)]TJ 0 -11.955 Td[(\134sim)-525(\134mathbf{A}_{\134bolds)1(ymbol{\134infty}})-525(\134boldsymbol{+})]TJ 10.461 -11.956 Td[(\134boldsymbol{\134pi})-525(\134mat)1(hbf{A}_{\134boldsymbol{0}})]TJ -10.461 -11.955 Td[(\134sim\134pmb{A}_{\134pmb{\134inft)1(y}})-525(\134pmb{+}\134pmb{\134pi})-525(\134pmb{A}_{\134pmb{0}})]TJ/F8 9.963 Tf 0 -19.906 Td[(The)]TJ/F30 9.963 Tf 19.967 0 Td[(\134boldsymbol)]TJ/F8 9.963 Tf 60.343 0 Td[(com)-1(mand)-281(is)-282(obtai)1(ned)-282(p)1(referabl)1(y)-282(b)28(y)-281(using)-282(th)1(e)]TJ/F30 9.963 Tf 196.943 0 Td[(bm)]TJ/F8 9.963 Tf 13.27 0 Td[(pac)28(k)56(age)-1(,)-292(whi)1(c)27(h)-281(pro)28(vi)1(des)]TJ -290.523 -11.955 Td[(a)-345(new)28(e)-1(r)1(,)-348(m)-1(o)1(re)-346(p)-27(o)28(w)27(erf)1(ul)-344(v)28(e)-1(rsion)-344(than)-344(the)-345(one)-345(pr)1(o)27(v)1(ided)-345(b)29(y)-345(the)]TJ/F30 9.963 Tf 270.774 0 Td[(amsmath)]TJ/F8 9.963 Tf 40.05 0 Td[(pac)28(k)56(age)-1(.)-479(Generall)1(y)]TJ -310.824 -11.955 Td[(sp)-28(eakin)1(g,)-333(it)-333(is)-334(il)1(l-advi)1(s)-1(ed)-333(to)-333(app)1(ly)]TJ/F30 9.963 Tf 150.713 0 Td[(\134boldsymbol)]TJ/F8 9.963 Tf 60.855 0 Td[(to)-333(more)-334(th)1(an)-333(one)-333(s)-1(ym)28(b)-27(ol)-333(at)-334(a)-333(time.)]TJ +ET +endstream +endobj +91 0 obj << +/Type /Page +/Contents 92 0 R +/Resources 90 0 R +/MediaBox [0 0 612 792] +/Parent 83 0 R +>> endobj +90 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F30 15 0 R /F11 30 0 R /F14 55 0 R /F42 33 0 R /F7 21 0 R /F38 24 0 R /F31 18 0 R /F49 95 0 R /F35 76 0 R /F53 98 0 R /F1 64 0 R /F13 101 0 R /F60 104 0 R /F56 107 0 R /F47 110 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +113 0 obj << +/Length 10566 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-14551(10)]TJ/F31 9.963 Tf -163.815 -20.424 Td[(3.18.)-1(1.)-575(Call)-1(igrap)1(hi)-1(c)-383(l)-1(etters)-383(\050)]TJ/F30 9.963 Tf 142.529 0 Td[(cmsy)]TJ/F31 9.963 Tf 20.921 0 Td[(;)-384(no)-383(lo)32(w)32(ercas)1(e\051)]TJ/F8 9.963 Tf -163.45 -18.389 Td[(Usage)-1(:)]TJ/F30 9.963 Tf 32.987 0 Td[(\134mathcal{M})]TJ/F8 9.963 Tf 57.534 0 Td[(.)]TJ/F14 9.963 Tf -16.778 -21.918 Td[(A)-167(B)-197(C)-224(D)-195(E)-256(F)-266(G)-226(H)-176(I)-241(J)-351(K)-182(L)-166(M)-166(N)-315(O)-194(P)-249(Q)-166(R)-167(S)-241(T)-421(U)-266(V)-248(W)-249(X)-313(Y)-249(Z)]TJ/F31 9.963 Tf -73.743 -25.896 Td[(3.18.)-1(2.)-575(Bl)-1(ac)32(kb)-32(o)1(ard)-383(Bol)-1(d)-383(let)-1(ter)1(s)-383(\050)]TJ/F30 9.963 Tf 166.148 0 Td[(msbm)]TJ/F31 9.963 Tf 20.922 0 Td[(;)-384(no)-383(lo)32(w)32(ercas)1(e\051)]TJ/F8 9.963 Tf -187.07 -18.389 Td[(Usage)-1(:)]TJ/F30 9.963 Tf 32.987 0 Td[(\134mathbb{R})]TJ/F8 9.963 Tf 52.304 0 Td[(.)]TJ/F35 9.963 Tf -0.363 -21.918 Td[(A)-167(B)-166(C)-167(D)-167(E)-166(F)-167(G)-166(H)-167(I)-166(J)-167(K)-166(L)-167(M)-167(N)-167(O)-166(P)-167(Q)-166(R)-167(S)-166(T)-167(U)-166(V)-167(W)-167(X)-167(Y)-167(Z)]TJ/F31 9.963 Tf -84.928 -25.896 Td[(3.18.)-1(3.)-575(F)96(rak)1(t)-1(ur)-382(l)-1(etters)-383(\050)]TJ/F30 9.963 Tf 120.244 0 Td[(eufm)]TJ/F31 9.963 Tf 20.922 0 Td[(\051)]TJ/F8 9.963 Tf -141.166 -18.389 Td[(Usage)-1(:)]TJ/F30 9.963 Tf 32.987 0 Td[(\134mathfrak{S})]TJ/F8 9.963 Tf 62.765 0 Td[(.)]TJ/F53 9.963 Tf -17.296 -14.889 Td[(A)-166(B)-167(C)-166(D)-166(E)-167(F)-166(G)-168(H)-166(I)-168(J)-167(K)-167(L)-166(M)-167(N)-167(O)-167(P)-167(Q)-167(R)-166(S)-166(T)-167(U)-166(V)-167(W)-167(X)-167(Y)-166(Z)]TJ 38.522 -17.932 Td[(a)-167(b)-167(c)-167(d)-166(e)-166(f)-167(g)-167(h)-166(i)-167(j)-167(k)-167(l)-166(m)-166(n)-167(o)-166(p)-167(q)-167(r)-167(s)-166(t)-167(u)-167(v)-166(w)-167(x)-166(y)-167(z)]TJ/F31 9.963 Tf -116.978 -18.765 Td[(4.)-575(Not)-1(ations)]TJ/F42 9.963 Tf 0 -17.933 Td[(4.1.)-553(Top)-409(a)-1(nd)-410(botto)1(m)-410(em)1(bell)-1(ishme)1(n)-1(ts)]TJ/F8 9.963 Tf 193.736 0 Td[(Thes)-1(e)-364(are)-364(vi)1(s)-1(u)1(ally)-364(similar)-363(to)-364(acc)-1(en)28(ts)-364(bu)1(t)-364(ge)-1(n)1(-)]TJ -193.736 -11.955 Td[(erally)-379(span)-378(m)27(u)1(ltip)1(le)-380(sym)27(b)-27(ols)-379(rath)1(e)-1(r)-379(th)1(an)-379(b)-27(e)-1(in)1(g)-379(app)1(lied)-379(to)-379(a)-380(sin)1(gle)-380(b)1(as)-1(e)-379(s)-1(ym)28(b)-28(ol)1(.)-582(F)83(or)-379(eas)-1(e)]TJ 0 -11.955 Td[(of)-354(reference)-1(,)]TJ/F30 9.963 Tf 56.43 0 Td[(\134widetilde)]TJ/F8 9.963 Tf 55.835 0 Td[(and)]TJ/F30 9.963 Tf 19.582 0 Td[(\134widehat)]TJ/F8 9.963 Tf 45.375 0 Td[(are)-354(re)-1(d)1(un)1(dan)29(tly)-354(inclu)1(ded)-354(here)-355(an)1(d)-354(in)-354(th)1(e)-355(table)-354(of)]TJ -177.222 -11.955 Td[(math)-333(acc)-1(en)28(ts.)]TJ/F1 9.963 Tf -9.094 -21.918 Td[(g)]TJ/F11 9.963 Tf -1.346 0 Td[(xx)1(x)]TJ/F30 9.963 Tf 20.403 0 Td[(\134widetilde{xxx})]TJ/F1 9.963 Tf -19.057 -15.94 Td[(d)]TJ/F11 9.963 Tf -1.346 0 Td[(xx)1(x)]TJ/F30 9.963 Tf 20.403 0 Td[(\134widehat{xxx})]TJ +ET +1 0 0 1 -10.44 -324.917 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +17.082 0.199 l +S +Q +1 0 0 1 0 -5.484 cm +BT +/F11 9.963 Tf 0 0 Td[(xx)1(x)]TJ/F30 9.963 Tf 20.403 0 Td[(\134overline{xxx})]TJ/F11 9.963 Tf -20.403 -15.941 Td[(xx)1(x)]TJ +ET +1 0 0 1 0 -17.535 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +17.082 0.199 l +S +Q +1 0 0 1 20.403 1.594 cm +BT +/F30 9.963 Tf 0 0 Td[(\134underline{xxx})]TJ/F1 9.963 Tf 118.638 53.599 Td[(z}|{)]TJ/F11 9.963 Tf 0.426 -7.278 Td[(x)1(xx)]TJ/F30 9.963 Tf 20.828 0 Td[(\134overbrace{xxx})]TJ/F11 9.963 Tf -20.828 -14.842 Td[(x)1(xx)]TJ/F1 9.963 Tf -0.426 -4.184 Td[(|{z})]TJ/F30 9.963 Tf 21.254 4.184 Td[(\134underbrace{xxx})]TJ/F14 9.963 Tf -20.403 -12.348 Td[(\040)420(\000)421(\000)]TJ/F11 9.963 Tf 0 -4.289 Td[(xx)1(x)]TJ/F30 9.963 Tf 20.403 0 Td[(\134overleftarrow{xxx})]TJ/F11 9.963 Tf -20.403 -14.842 Td[(xx)1(x)]TJ/F14 9.963 Tf 0 -4.95 Td[(\040)420(\000)421(\000)]TJ/F30 9.963 Tf 20.403 4.95 Td[(\134underleftarrow{xxx})]TJ/F14 9.963 Tf 145.641 52.11 Td[(\000)421(\000)420(!)]TJ/F11 9.963 Tf 0 -4.289 Td[(xx)1(x)]TJ/F30 9.963 Tf 20.403 0 Td[(\134overrightarrow{xxx})]TJ/F11 9.963 Tf -20.403 -11.955 Td[(xx)1(x)]TJ/F14 9.963 Tf 0 -4.95 Td[(\000)421(\000)420(!)]TJ/F30 9.963 Tf 20.403 4.95 Td[(\134underrightarrow{xxx})]TJ/F14 9.963 Tf -20.403 -10.126 Td[(\040)285(!)]TJ/F11 9.963 Tf 0 -4.289 Td[(xx)1(x)]TJ/F30 9.963 Tf 20.403 0 Td[(\134overleftrightarrow{xx)1(x})]TJ/F11 9.963 Tf -20.403 -11.955 Td[(xx)1(x)]TJ/F14 9.963 Tf 0 -4.95 Td[(\040)285(!)]TJ/F30 9.963 Tf 20.403 4.95 Td[(\134underleftrightarrow{x)1(xx})]TJ/F42 9.963 Tf -315.899 -35.368 Td[(4.2.)-553(Extensible)-432(arr)22(o)23(ws)]TJ/F30 9.963 Tf 124.126 0 Td[(\134xleftarrow)]TJ/F8 9.963 Tf 61.365 0 Td[(an)1(d)]TJ/F30 9.963 Tf 19.881 0 Td[(\134xrightarrow)]TJ/F8 9.963 Tf 66.595 0 Td[(p)1(ro)-28(d)1(uce)-385(arro)28(ws)-385(th)1(at)-385(extend)]TJ -271.967 -11.955 Td[(aut)1(om)-1(ati)1(c)-1(all)1(y)-275(to)-275(ac)-1(comm)-1(o)-28(d)1(ate)-276(u)1(n)28(u)1(s)-1(u)1(ally)-275(wid)1(e)-276(s)-1(u)1(bscrip)1(ts)-276(or)-275(sup)-27(e)-1(r)1(s)-1(crip)1(ts.)-425(Thes)-1(e)-275(c)-1(ommands)]TJ 0 -11.955 Td[(tak)28(e)-319(one)-319(option)1(al)-319(argu)1(me)-1(n)28(t)-319(\050t)1(he)-319(s)-1(u)1(bsc)-1(ri)1(pt\051)-319(an)1(d)-319(on)1(e)-320(mand)1(atory)-319(ar)1(gume)-1(n)29(t)-319(\050the)-319(s)-1(u)1(p)-27(e)-1(rscrip)1(t,)]TJ 0 -11.955 Td[(p)-27(os)-1(sib)1(ly)-333(e)-1(mpt)28(y)1(\051:)]TJ/F11 9.963 Tf 148.317 -15.096 Td[(A)]TJ/F10 6.974 Tf 14.095 6.118 Td[(n)]TJ/F7 6.974 Tf 4.925 0 Td[(+)]TJ/F10 6.974 Tf 6.116 0 Td[(\026)]TJ/F13 6.974 Tf 4.844 0 Td[(\000)]TJ/F7 6.974 Tf 6.226 0 Td[(1)]TJ/F14 9.963 Tf -25.966 -6.118 Td[(\040)483(\000)223(\000)222(\000)223(\000)483(\000)]TJ/F11 9.963 Tf 35.199 0 Td[(B)]TJ/F10 6.974 Tf 13.319 5.648 Td[(n)]TJ/F13 6.974 Tf 4.925 0 Td[(\006)]TJ/F10 6.974 Tf 6.226 0 Td[(i)]TJ/F13 6.974 Tf 2.819 0 Td[(\000)]TJ/F7 6.974 Tf 6.227 0 Td[(1)]TJ/F14 9.963 Tf -22.692 -5.648 Td[(\000)302(\000)222(\000)223(\000)302(!)]TJ/F10 6.974 Tf 11.69 -6.425 Td[(T)]TJ/F11 9.963 Tf 21.595 6.425 Td[(C)]TJ/F8 9.963 Tf 135.672 0 Td[(\0504.1\051)]TJ/F30 9.963 Tf -363.076 -23.307 Td[(\134xleftarrow{n+\134mu-1}\134)1(quad)-525(\134xrightarrow[T]{n\134pm)-525(i-1})]TJ/F42 9.963 Tf -10.461 -20.921 Td[(4.3.)-553(Aff)1(ix)-1(ing)-449(symbo)1(ls)-449(to)-448(other)-449(symbo)1(l)-1(s)]TJ/F8 9.963 Tf 211.06 0 Td[(In)-401(ad)1(di)1(tion)-401(t)1(o)-401(the)-401(s)-1(t)1(andar)1(d)-401(acc)-1(en)28(ts)-401(\050S)1(e)-1(c-)]TJ -211.06 -11.955 Td[(tion)-235(3.16\051,)-255(oth)1(e)-1(r)-235(s)-1(y)1(m)27(b)-27(ols)-236(c)-1(an)-235(b)-27(e)-237(p)1(lace)-1(d)-235(ab)-28(o)28(v)28(e)-236(or)-236(b)-27(elo)28(w)-236(a)-236(base)-237(sym)28(b)-28(ol)-235(with)-235(the)]TJ/F30 9.963 Tf 333.772 0 Td[(\134overset)]TJ/F8 9.963 Tf 44.193 0 Td[(an)1(d)]TJ/F30 9.963 Tf -377.965 -11.955 Td[(\134underset)]TJ/F8 9.963 Tf 50.428 0 Td[(com)-1(mand)1(s)-1(.)-454(F)84(or)-337(exampl)1(e)-1(,)-337(writin)1(g)]TJ/F30 9.963 Tf 147.41 0 Td[(\134overset{*}{X})]TJ/F8 9.963 Tf 76.58 0 Td[(will)-336(pl)1(ac)-1(e)-337(a)-337(sup)-27(ers)-1(cri)1(pt-s)-1(i)1(z)-1(e)]TJ/F14 9.963 Tf -274.418 -15.975 Td[(\003)]TJ/F8 9.963 Tf 8.302 0 Td[(ab)-27(o)27(v)28(e)-333(the)]TJ/F11 9.963 Tf 45.386 0 Td[(X)]TJ/F8 9.963 Tf 9.035 0 Td[(,)-333(th)28(u)1(s)-1(:)]TJ/F13 6.974 Tf 34.357 8.8 Td[(\003)]TJ/F11 9.963 Tf -2.476 -8.8 Td[(X)]TJ/F8 9.963 Tf 9.035 0 Td[(.)-444(See)-334(also)-333(the)-334(d)1(e)-1(scrip)1(tion)-333(of)]TJ/F30 9.963 Tf 124.395 0 Td[(\134sideset)]TJ/F8 9.963 Tf 45.164 0 Td[(in)-333(S)1(e)-1(ction)-332(8.4.)]TJ/F42 9.963 Tf -273.198 -20.922 Td[(4.4.)-553(Ma)66(trices)]TJ/F8 9.963 Tf 74.072 0 Td[(The)-517(e)-1(n)28(v)1(iron)1(m)-1(en)28(ts)]TJ/F30 9.963 Tf 85.386 0 Td[(pmatrix)]TJ/F8 9.963 Tf 36.613 0 Td[(,)]TJ/F30 9.963 Tf 8.379 0 Td[(bmatrix)]TJ/F8 9.963 Tf 36.612 0 Td[(,)]TJ/F30 9.963 Tf 8.379 0 Td[(Bmatrix)]TJ/F8 9.963 Tf 36.613 0 Td[(,)]TJ/F30 9.963 Tf 8.379 0 Td[(vmatrix)]TJ/F8 9.963 Tf 41.766 0 Td[(and)]TJ/F30 9.963 Tf 21.204 0 Td[(Vmatrix)]TJ/F8 9.963 Tf -357.403 -11.955 Td[(ha)28(v)28(e)-280(\050res)-1(p)-27(ec)-1(tiv)29(e)-1(ly)1(\051)-280(\050)-167(\051,)-290([)-167(],)]TJ/F14 9.963 Tf 111.916 0 Td[(f)-167(g)]TJ/F8 9.963 Tf 11.623 0 Td[(,)]TJ/F14 9.963 Tf 5.664 0 Td[(j)-166(j)]TJ/F8 9.963 Tf 7.196 0 Td[(,)-291(a)1(nd)]TJ/F14 9.963 Tf 24.506 0 Td[(k)-167(k)]TJ/F8 9.963 Tf 14.414 0 Td[(delimit)1(e)-1(rs)-280(bu)1(ilt)-280(in)1(.)-427(Th)1(e)-1(r)1(e)-281(is)-280(also)-281(a)]TJ/F30 9.963 Tf 149.073 0 Td[(matrix)]TJ/F8 9.963 Tf 34.173 0 Td[(en)28(vir)1(on-)]TJ -358.565 -11.955 Td[(me)-1(n)29(t)-324(s)-1(an)1(s)-324(delimiters,)-326(an)1(d)-324(an)]TJ/F30 9.963 Tf 128.423 0 Td[(array)]TJ/F8 9.963 Tf 29.378 0 Td[(en)28(vir)1(onme)-1(n)29(t)-324(th)1(at)-324(c)-1(an)-323(b)-27(e)-324(use)-1(d)-323(to)-324(ob)1(tain)-323(le)-1(f)1(t)-324(ali)1(gnme)-1(n)29(t)]TJ -157.801 -11.955 Td[(or)-333(oth)1(e)-1(r)-333(v)56(ari)1(ations)-333(in)-333(th)1(e)-334(c)-1(o)1(lumn)-333(sp)-28(ec)-1(s.)]TJ/F30 9.963 Tf 27.781 -17.822 Td[(\134begin{pmatrix})]TJ 0 -11.956 Td[(\134alpha&)-525(\134beta^{*}\134\134)]TJ 0 -11.955 Td[(\134gamma^{*}&)-525(\134delta)]TJ 0 -11.955 Td[(\134end{pmatrix})]TJ/F1 9.963 Tf 236.821 31.344 Td[(\022)]TJ/F11 9.963 Tf 9.274 -7.97 Td[(\013)-1198(\014)]TJ/F13 6.974 Tf 24.474 3.615 Td[(\003)]TJ/F11 9.963 Tf -26.415 -15.571 Td[(\015)]TJ/F13 6.974 Tf 5.712 3.616 Td[(\003)]TJ/F11 9.963 Tf 17.511 -3.616 Td[(\016)]TJ/F1 9.963 Tf 7.772 19.926 Td[(\023)]TJ/F8 9.963 Tf -302.93 -49.443 Td[(T)83(o)-412(pr)1(o)-28(du)1(c)-1(e)-413(a)-412(sm)-1(al)1(l)-413(matr)1(ix)-412(s)-1(u)1(itabl)1(e)-413(for)-412(u)1(s)-1(e)-413(i)1(n)-412(te)-1(x)1(t,)-432(there)-413(i)1(s)-413(a)]TJ/F30 9.963 Tf 278.381 0 Td[(smallmatrix)]TJ/F8 9.963 Tf 61.643 0 Td[(en)28(vir)1(onme)-1(n)29(t)]TJ -340.024 -11.955 Td[(\050e.g.,)]TJ/F1 9.963 Tf 26.024 8.07 Td[(\000)]TJ/F10 6.974 Tf 6.227 -4.832 Td[(a)-443(b)]TJ 0.381 -6.337 Td[(c)-451(d)]TJ/F1 9.963 Tf 12.515 11.169 Td[(\001)]TJ/F8 9.963 Tf 4.566 -8.07 Td[(\051)-423(th)1(at)-423(c)-1(omes)-424(clos)-1(er)-423(to)-423(\014)1(ttin)1(g)-423(w)-1(i)1(thi)1(n)-423(a)-423(s)-1(i)1(ngle)-423(text)-423(lin)1(e)-424(th)1(an)-423(a)-423(n)1(ormal)-423(matrix)1(.)]TJ -49.713 -11.955 Td[(This)-333(e)-1(x)1(am)-1(p)1(le)-334(w)28(as)-334(p)1(ro)-28(d)1(uce)-1(d)-333(b)29(y)]TJ +ET +endstream +endobj +112 0 obj << +/Type /Page +/Contents 113 0 R +/Resources 111 0 R +/MediaBox [0 0 612 792] +/Parent 83 0 R +>> endobj +111 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F31 18 0 R /F30 15 0 R /F14 55 0 R /F35 76 0 R /F53 98 0 R /F42 33 0 R /F1 64 0 R /F11 30 0 R /F10 116 0 R /F7 21 0 R /F13 101 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +119 0 obj << +/Length 10628 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-14551(11)]TJ/F30 9.963 Tf -163.815 -20.424 Td[(\134bigl\050)-525(\134begin{smallmat)1(rix})]TJ 10.461 -11.955 Td[(a&b\134\134)-525(c&d)]TJ -10.461 -11.955 Td[(\134end{smallmatrix})-525(\134big)1(r\051)]TJ/F8 9.963 Tf 14.944 -16.418 Td[(T)83(o)-222(pr)1(o)-28(du)1(c)-1(e)-222(a)-222(ro)28(w)-223(of)-221(dots)-222(in)-222(a)-222(matrix)-222(span)1(nin)1(g)-222(a)-222(giv)28(e)-1(n)-221(n)28(um)28(b)-27(e)-1(r)-222(of)-222(colu)1(m)-1(n)1(s)-1(,)-244(u)1(s)-1(e)]TJ/F30 9.963 Tf 330.705 0 Td[(\134hdotsfor)]TJ/F8 9.963 Tf 47.073 0 Td[(.)]TJ -392.722 -11.955 Td[(F)84(or)-313(example,)]TJ/F30 9.963 Tf 59.296 0 Td[(\134hdotsfor{3})]TJ/F8 9.963 Tf 65.88 0 Td[(in)-312(th)1(e)-314(se)-1(con)1(d)-313(colu)1(m)-1(n)-312(of)-312(a)-313(fou)1(r-c)-1(o)1(lumn)-312(m)-1(atr)1(ix)-312(w)-1(i)1(ll)-313(p)1(rin)29(t)-313(a)-313(r)1(o)27(w)]TJ -125.176 -11.955 Td[(of)-333(d)1(ots)-334(across)-334(the)-333(\014n)1(al)-334(t)1(hree)-334(column)1(s)-1(.)]TJ 14.944 -11.956 Td[(F)84(or)-333(piec)-1(e-wis)-1(e)-333(fun)1(ction)-333(de\014)1(niti)1(ons)-334(th)1(e)-1(r)1(e)-334(is)-333(a)]TJ/F30 9.963 Tf 195.462 0 Td[(cases)]TJ/F8 9.963 Tf 29.472 0 Td[(en)28(vir)1(onme)-1(n)29(t:)]TJ/F30 9.963 Tf -239.878 -16.418 Td[(P_{r-j}=\134begin{cases})]TJ 20.921 -11.955 Td[(0&)-1050(\134text{if)-525($r-j$)-525(is)-525(od)1(d},\134\134)]TJ 0 -11.955 Td[(r!\134,\050-1\051^{\050r-j\051/2}&)-1050(\134te)1(xt{if)-525($r-j$)-525(is)-525(even}.)]TJ -10.46 -11.955 Td[(\134end{cases})]TJ/F8 9.963 Tf -10.461 -16.418 Td[(Notice)-334(th)1(e)-334(u)1(s)-1(e)-334(of)]TJ/F30 9.963 Tf 76.989 0 Td[(\134text)]TJ/F8 9.963 Tf 29.473 0 Td[(an)1(d)-333(the)-334(em)28(b)-28(edd)1(e)-1(d)-333(math)1(.)]TJ/F43 7.97 Tf -106.462 -14.805 Td[(No)1(te.)]TJ/F16 7.97 Tf 25.103 0 Td[(Th)-1(e)-311(p)-1(lain)-312(T)]TJ 42.6 -1.715 Td[(E)]TJ 4.701 1.715 Td[(X)-311(form)]TJ/F44 7.97 Tf 28.485 0 Td[(\134m)-1(atri)-1(x{..)-1(.\134cr)-1(...\134)-1(cr})]TJ/F16 7.97 Tf 91.399 0 Td[(an)-1(d)-311(th)-1(e)-311(re)-1(late)-1(d)-311(co)-1(mm)-1(ands)]TJ/F44 7.97 Tf 99.839 0 Td[(\134p)-1(matr)-1(ix)]TJ/F16 7.97 Tf 33.874 0 Td[(,)]TJ/F44 7.97 Tf 4.902 0 Td[(\134c)-1(ases)]TJ/F16 7.97 Tf 27.887 0 Td[(sho)-1(uld)-312(b)-30(e)]TJ -358.79 -9.464 Td[(a)29(v)30(oid)-1(ed)-354(i)-1(n)-354(L)]TJ/F17 5.978 Tf 42.935 1.362 Td[(A)]TJ/F16 7.97 Tf 4.088 -1.362 Td[(T)]TJ 4.704 -1.716 Td[(E)]TJ 4.7 1.716 Td[(X)-354(\050a)-1(nd)-354(w)-1(hen)-355(the)]TJ/F44 7.97 Tf 65.622 0 Td[(am)-1(smat)-1(h)]TJ/F16 7.97 Tf 32.462 0 Td[(pa)-1(c)30(k)59(ag)-1(e)-354(is)-354(l)-1(oade)-1(d)-354(th)-1(ey)-354(are)-355(disab)-1(led\051.)]TJ/F42 9.963 Tf -154.511 -20.922 Td[(4.5.)-553(Ma)66(th)-492(sp)67(a)22(cin)-1(g)-492(com)1(man)-1(ds)]TJ/F8 9.963 Tf 151.813 0 Td[(Wh)1(e)-1(n)-442(t)1(he)]TJ/F30 9.963 Tf 48.388 0 Td[(amsmath)]TJ/F8 9.963 Tf 41.019 0 Td[(pac)28(k)56(age)-443(is)-443(u)1(s)-1(ed,)-469(all)-442(of)-442(t)1(hes)-1(e)-443(math)]TJ -241.22 -11.955 Td[(spacing)-333(com)-1(mand)1(s)-334(can)-333(b)-27(e)-334(use)-1(d)-332(b)-28(oth)-332(in)-333(and)-332(out)-333(of)-333(math)-333(mo)-28(de.)]TJ 28.792 -15.765 Td[(Ab)1(brev.)-1200(S)1(p)-27(e)-1(ll)1(e)-1(d)-333(ou)1(t)-2058(Examp)1(le)-1201(Ab)1(br)1(e)-1(v)1(.)-1200(Sp)-27(e)-1(l)1(led)-333(out)-3633(E)1(xample)]TJ +ET +1 0 0 1 22.814 -242.215 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +348.387 0.199 l +S +Q +1 0 0 1 52.83 -8.368 cm +BT +/F8 9.963 Tf 0 0 Td[(no)-333(space)-3248(34)-8722(n)1(o)-333(s)-1(p)1(ac)-1(e)-4822(34)]TJ/F30 9.963 Tf -46.852 -11.955 Td[(\134,)-3653(\134thin)1(space)]TJ/F8 9.963 Tf 116.341 0 Td[(3)-167(4)]TJ/F30 9.963 Tf 50.007 0 Td[(\134!)-3653(\134negth)1(inspace)]TJ/F8 9.963 Tf 132.032 0 Td[(3)167(4)]TJ/F30 9.963 Tf -298.38 -11.956 Td[(\134:)-3653(\134meds)1(pace)]TJ/F8 9.963 Tf 116.341 0 Td[(3)-222(4)]TJ/F30 9.963 Tf 96.859 0 Td[(\134negmedspace)]TJ/F8 9.963 Tf 85.18 0 Td[(3)222(4)]TJ/F30 9.963 Tf -298.38 -11.955 Td[(\134;)-3653(\134thic)1(kspace)]TJ/F8 9.963 Tf 116.341 0 Td[(3)-278(4)]TJ/F30 9.963 Tf 96.859 0 Td[(\134negthickspace)]TJ/F8 9.963 Tf 85.18 0 Td[(3)278(4)]TJ/F30 9.963 Tf -251.528 -11.955 Td[(\134quad)]TJ/F8 9.963 Tf 69.489 0 Td[(3)-1000(4)]TJ/F30 9.963 Tf -69.489 -11.955 Td[(\134qquad)]TJ/F8 9.963 Tf 69.489 0 Td[(3)-2000(4)]TJ -145.133 -15.964 Td[(F)84(or)-340(\014)1(ner)-340(con)28(tro)1(l)-340(o)28(v)28(e)-1(r)-339(math)-340(spacin)1(g,)-341(use)]TJ/F30 9.963 Tf 177.387 0 Td[(\134mspace)]TJ/F8 9.963 Tf 39.998 0 Td[(and)-339(`math)-339(un)1(its'.)-464(O)1(ne)-340(math)-340(u)1(nit)1(,)-342(or)]TJ/F30 9.963 Tf 163.403 0 Td[(mu)]TJ/F8 9.963 Tf 10.46 0 Td[(,)]TJ -391.248 -11.956 Td[(is)-334(equ)1(al)-333(to)-334(1)1(/18)-334(em)-1(.)-444(Th)28(u)1(s)-334(to)-333(ge)-1(t)-333(a)-333(negativ)28(e)-333(half)]TJ/F30 9.963 Tf 212.924 0 Td[(\134quad)]TJ/F8 9.963 Tf 29.473 0 Td[(writ)1(e)]TJ/F30 9.963 Tf 25.487 0 Td[(\134mspace{-9.0mu})]TJ/F8 9.963 Tf 78.456 0 Td[(.)]TJ -331.396 -11.955 Td[(There)-350(ar)1(e)-350(als)-1(o)-349(thr)1(e)-1(e)-350(comm)-1(an)1(ds)-350(th)1(at)-350(l)1(e)-1(a)28(v)28(e)-350(a)-350(spa)1(c)-1(e)-350(equal)-349(to)-349(the)-350(h)1(e)-1(igh)29(t)-350(an)1(d/or)-349(wid)1(th)-349(of)]TJ -14.944 -11.955 Td[(a)-333(giv)28(en)-333(fragmen)28(t)-333(of)-333(L)]TJ/F7 6.974 Tf 90.395 2.042 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-333(m)-1(at)1(e)-1(ri)1(al:)]TJ/F31 9.963 Tf -35.174 -15.973 Td[(Ex)1(am)-1(ple)-4185(Result)]TJ +ET +1 0 0 1 -10.945 -131.564 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +264.618 0.199 l +S +Q +1 0 0 1 5.977 -8.368 cm +BT +/F30 9.963 Tf 0 0 Td[(\134phantom{XXX})]TJ/F8 9.963 Tf 85.18 0 Td[(space)-334(as)-334(wid)1(e)-334(and)-333(h)1(igh)-333(as)-333(thr)1(e)-1(e)-334(X')1(s)]TJ/F30 9.963 Tf -85.18 -11.955 Td[(\134hphantom{XXX})]TJ/F8 9.963 Tf 85.18 0 Td[(space)-334(as)-334(wid)1(e)-334(as)-334(th)1(ree)-334(X's;)-333(heigh)28(t)-333(0)]TJ/F30 9.963 Tf -85.18 -11.955 Td[(\134vphantom{X})]TJ/F8 9.963 Tf 85.18 0 Td[(space)-334(of)-333(widt)1(h)-333(0,)-333(heigh)28(t)-333(=)-333(heigh)28(t)-333(of)-333(X)]TJ/F42 9.963 Tf -155.856 -21.022 Td[(4.6.)-553(Dots)]TJ/F8 9.963 Tf 52.909 0 Td[(F)84(or)-379(preferr)1(e)-1(d)-378(place)-1(men)28(t)-379(of)-379(ellip)1(s)-1(i)1(s)-380(dots)-379(\050raised)-379(or)-379(on-li)1(ne\051)-379(in)-379(v)56(ariou)1(s)-380(con)28(texts)]TJ -52.909 -11.955 Td[(th)1(e)-1(r)1(e)-362(is)-362(no)-361(ge)-1(n)1(e)-1(r)1(al)-361(c)-1(on)1(s)-1(ensus.)-529(It)-361(m)-1(a)28(y)-361(therefor)1(e)-362(b)-27(e)-362(c)-1(on)1(s)-1(id)1(e)-1(r)1(e)-1(d)-361(a)-361(matte)-1(r)-361(of)-361(taste.)-529(By)-362(u)1(s)-1(i)1(ng)]TJ 0 -11.955 Td[(th)1(e)-334(s)-1(eman)28(tically)-333(or)1(ie)-1(n)29(te)-1(d)-333(comm)-1(an)1(ds)]TJ/F14 9.963 Tf 14.944 -16.418 Td[(\017)]TJ/F30 9.963 Tf 9.963 0 Td[(\134dotsc)]TJ/F8 9.963 Tf 34.703 0 Td[(f)1(or)-333(\134dots)-334(wit)1(h)-333(c)-1(ommas)-1(")]TJ/F14 9.963 Tf -44.666 -15.064 Td[(\017)]TJ/F30 9.963 Tf 9.963 0 Td[(\134dotsb)]TJ/F8 9.963 Tf 34.703 0 Td[(fo)1(r)-333(\134dots)-334(wit)1(h)-333(bin)1(ary)-333(op)-27(e)-1(r)1(ators/relation)1(s)-1(")]TJ/F14 9.963 Tf -44.666 -15.063 Td[(\017)]TJ/F30 9.963 Tf 9.963 0 Td[(\134dotsm)]TJ/F8 9.963 Tf 34.703 0 Td[(fo)1(r)-333(\134m)27(ul)1(tip)1(lication)-333(d)1(ots)-1(")]TJ/F14 9.963 Tf -44.666 -15.063 Td[(\017)]TJ/F30 9.963 Tf 9.963 0 Td[(\134dotsi)]TJ/F8 9.963 Tf 34.703 0 Td[(fo)1(r)-333(\134dots)-334(wit)1(h)-333(in)28(tegrals")]TJ/F14 9.963 Tf -44.666 -15.064 Td[(\017)]TJ/F30 9.963 Tf 9.963 0 Td[(\134dotso)]TJ/F8 9.963 Tf 34.703 0 Td[(fo)1(r)-333(\134other)-333(dots")-333(\050non)1(e)-334(of)-333(th)1(e)-334(ab)-27(o)27(v)28(e\051)]TJ -59.61 -16.418 Td[(in)1(s)-1(tead)-384(of)]TJ/F30 9.963 Tf 46.74 0 Td[(\134ldots)]TJ/F8 9.963 Tf 35.214 0 Td[(and)]TJ/F30 9.963 Tf 19.884 0 Td[(\134cdots)]TJ/F8 9.963 Tf 31.382 0 Td[(,)-397(y)28(ou)-384(m)-1(ak)28(e)-385(i)1(t)-385(p)-27(os)-1(sib)1(le)-385(for)-384(y)28(our)-384(d)1(o)-28(c)-1(u)1(me)-1(n)28(t)-384(to)-385(b)-27(e)-385(adap)1(ted)-385(t)1(o)]TJ -133.22 -11.955 Td[(di)1(\013)-1(eren)28(t)-343(con)28(v)28(en)28(tion)1(s)-344(on)-342(the)-343(\015y)84(,)-345(in)-343(cas)-1(e)-343(\050f)1(or)-343(exam)-1(p)1(le\051)-343(y)28(ou)-343(h)1(a)28(v)28(e)-344(to)-343(sub)1(m)-1(i)1(t)-343(it)-343(to)-343(a)-343(p)1(ub)1(lisher)]TJ 0 -11.955 Td[(who)-463(in)1(s)-1(ists)-464(o)1(n)-463(foll)1(o)27(win)1(g)-463(hou)1(s)-1(e)-464(t)1(radi)1(tion)-463(in)-462(this)-463(res)-1(p)-27(e)-1(ct.)-834(The)-463(defau)1(lt)-463(treatme)-1(n)28(t)-463(f)1(or)-463(the)]TJ 0 -11.955 Td[(v)56(ariou)1(s)-334(ki)1(nds)-333(foll)1(o)27(ws)-333(Am)-1(erican)-333(Mat)1(hem)-1(ati)1(c)-1(al)-333(S)1(o)-28(c)-1(i)1(e)-1(t)28(y)-333(con)28(v)28(en)28(tion)1(s)-1(:)]TJ/F70 8.966 Tf 0 -25.783 Td[(We)-525(have)-525(the)-525(series)-525($A_1,A_2,\134dots)-1(c$,)]TJ 0 -10.959 Td[(the)-525(regional)-525(sum)-525($A_1+A_2+\134dotsb$)-1(,)]TJ 0 -10.959 Td[(the)-525(orthogonal)-525(product)-525($A_1A_2\134do)-1(tsm$,)]TJ 0 -10.959 Td[(and)-525(the)-525(infinite)-525(integral)]TJ 0 -10.959 Td[(\134[\134int_{A_1}\134int_{A_2}\134dotsi\134].)]TJ/F8 9.963 Tf 216.845 43.836 Td[(W)84(e)-533(ha)28(v)28(e)-533(th)1(e)-533(se)-1(ri)1(e)-1(s)]TJ/F11 9.963 Tf 91.925 0 Td[(A)]TJ/F7 6.974 Tf 7.472 -1.495 Td[(1)]TJ/F11 9.963 Tf 4.469 1.495 Td[(;)-166(A)]TJ/F7 6.974 Tf 11.9 -1.495 Td[(2)]TJ/F11 9.963 Tf 4.469 1.495 Td[(;)-166(:)-167(:)-166(:)]TJ/F8 9.963 Tf 17.711 0 Td[(,)-582(th)1(e)-533(re-)]TJ -137.946 -11.956 Td[(gion)1(al)-296(sum)]TJ/F11 9.963 Tf 49.676 0 Td[(A)]TJ/F7 6.974 Tf 7.472 -1.494 Td[(1)]TJ/F8 9.963 Tf 5.937 1.494 Td[(+)]TJ/F11 9.963 Tf 9.217 0 Td[(A)]TJ/F7 6.974 Tf 7.472 -1.494 Td[(2)]TJ/F8 9.963 Tf 5.937 1.494 Td[(+)]TJ/F14 9.963 Tf 9.217 0 Td[(\001)-166(\001)-167(\001)]TJ/F8 9.963 Tf 13.283 0 Td[(,)-303(the)-296(ort)1(hogon)1(al)]TJ -108.211 -11.955 Td[(pr)1(o)-28(du)1(ct)]TJ/F11 9.963 Tf 38.352 0 Td[(A)]TJ/F7 6.974 Tf 7.472 -1.494 Td[(1)]TJ/F11 9.963 Tf 4.469 1.494 Td[(A)]TJ/F7 6.974 Tf 7.472 -1.494 Td[(2)]TJ/F14 9.963 Tf 6.13 1.494 Td[(\001)-166(\001)-167(\001)]TJ/F8 9.963 Tf 13.284 0 Td[(,)-454(and)-429(the)-430(in)1(\014ni)1(te)-431(in)29(te)-1(-)]TJ -77.179 -11.955 Td[(gral)]TJ/F1 9.963 Tf 63.885 -2.933 Td[(Z)]TJ/F10 6.974 Tf 5.535 -22.638 Td[(A)]TJ/F6 4.981 Tf 5.991 -0.996 Td[(1)]TJ/F1 9.963 Tf 6.047 23.634 Td[(Z)]TJ/F10 6.974 Tf 5.535 -22.638 Td[(A)]TJ/F6 4.981 Tf 5.991 -0.996 Td[(2)]TJ/F14 9.963 Tf 4.386 10.073 Td[(\001)-166(\001)-167(\001)]TJ/F11 9.963 Tf 13.284 0 Td[(:)]TJ +ET +endstream +endobj +118 0 obj << +/Type /Page +/Contents 119 0 R +/Resources 117 0 R +/MediaBox [0 0 612 792] +/Parent 83 0 R +>> endobj +117 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F30 15 0 R /F43 36 0 R /F16 9 0 R /F44 39 0 R /F17 42 0 R /F42 33 0 R /F7 21 0 R /F31 18 0 R /F14 55 0 R /F70 122 0 R /F11 30 0 R /F1 64 0 R /F10 116 0 R /F6 125 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +128 0 obj << +/Length 11546 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-14551(12)]TJ/F42 9.963 Tf -163.815 -20.424 Td[(4.7.)-553(No)1(n)-1(breaking)-409(d)22(a)-1(s)1(h)-1(e)1(s)]TJ/F8 9.963 Tf 130.676 0 Td[(The)-363(c)-1(ommand)]TJ/F30 9.963 Tf 66.456 0 Td[(\134nobreakdash)]TJ/F8 9.963 Tf 66.38 0 Td[(supp)1(res)-1(ses)-364(th)1(e)-364(p)-27(oss)-1(ib)1(ilit)28(y)-362(of)-363(a)]TJ -263.512 -11.955 Td[(lin)1(e)-1(b)1(reak)-463(after)-463(the)-464(f)1(ollo)28(wing)-463(h)28(yp)1(hen)-463(or)-463(dash.)-835(F)84(or)-463(e)-1(x)1(am)-1(p)1(le,)-496(if)-463(y)28(ou)-463(write)-464(`)1(pages)-464(1{9')-464(as)]TJ/F30 9.963 Tf 0 -11.955 Td[(pages)-525(1\134nobreakdash--9)]TJ/F8 9.963 Tf 118.907 0 Td[(th)1(e)-1(n)-385(a)-385(lin)1(e)-1(b)1(reak)-385(will)-385(nev)28(e)-1(r)-385(o)-27(c)-1(cur)-385(b)-27(et)27(w)28(ee)-1(n)-385(th)1(e)-386(d)1(as)-1(h)-385(an)1(d)-385(the)-385(9.)]TJ -118.907 -11.955 Td[(Y)83(ou)-362(c)-1(an)-362(also)-363(use)]TJ/F30 9.963 Tf 77.123 0 Td[(\134nobreakdash)]TJ/F8 9.963 Tf 66.381 0 Td[(to)-363(p)1(re)-1(v)28(en)28(t)-363(u)1(nd)1(e)-1(sirab)1(le)-363(h)28(yp)1(henati)1(ons)-364(i)1(n)-363(com)27(b)1(inati)1(ons)-363(lik)28(e)]TJ/F30 9.963 Tf -143.504 -11.955 Td[($p$-adic)]TJ/F8 9.963 Tf 41.843 0 Td[(.)-444(F)83(or)-333(f)1(requ)1(e)-1(n)28(t)-333(u)1(s)-1(e,)-333(it's)-334(ad)1(visabl)1(e)-334(to)-333(m)-1(ak)28(e)-333(abb)1(reviation)1(s)-1(,)-333(e.g.,)]TJ/F30 9.963 Tf -41.843 -18.461 Td[(\134newcommand{\134p}{$p$\134no)1(breakdash}%)-525(for)-525("\134p-adic")]TJ 0 -11.956 Td[(\134newcommand{\134Ndash}{\134n)1(obreakdash\134textendash}%)-525(for)-525("pages)-525(1\134Ndash)-525(9)1(")]TJ 0 -11.955 Td[(%)-2100(For)-525("\134n)-525(dimension)1(al")-525(\050"n-dimensional"\051:)]TJ 0 -11.955 Td[(\134newcommand{\134n}[1]{$n$)1(\134nobreakdash-\134hspace{0pt}})]TJ/F8 9.963 Tf 0 -18.461 Td[(The)-438(last)-438(e)-1(x)1(am)-1(p)1(le)-439(sh)1(o)27(ws)-438(ho)28(w)-438(to)-438(pr)1(ohib)1(it)-438(a)-438(li)1(nebreak)-438(af)1(te)-1(r)-437(the)-438(h)28(yp)1(hen)-438(b)1(ut)-438(all)1(o)27(w)-438(n)1(ormal)]TJ 0 -11.955 Td[(h)28(yp)1(henat)1(ion)-291(in)-291(th)1(e)-292(fol)1(lo)28(w)-1(i)1(ng)-291(w)27(or)1(d.)-430(\050It)-291(s)-1(u)1(\016)-1(ces)-292(to)-291(add)-291(a)-291(z)-1(ero-width)-290(s)-1(p)1(ac)-1(e)-292(af)1(ter)-292(t)1(he)-292(h)28(y)1(ph)1(e)-1(n)1(.\051)]TJ/F42 9.963 Tf 0 -20.922 Td[(4.8.)-553(R)29(o)1(ots)]TJ/F8 9.963 Tf 58.66 0 Td[(The)-389(c)-1(omm)-1(a)1(nd)]TJ/F30 9.963 Tf 66.98 0 Td[(\134sqrt)]TJ/F8 9.963 Tf 30.031 0 Td[(p)1(ro)-28(d)1(uce)-1(s)-390(a)-389(squar)1(e)-390(ro)-27(ot.)-612(T)83(o)-390(sp)-27(e)-1(cify)-389(an)-388(alte)-1(r)1(nate)-389(rad)1(ix)]TJ -155.671 -11.955 Td[(giv)28(e)-333(an)-333(optio)1(nal)-333(argu)1(m)-1(en)28(t.)]TJ/F30 9.963 Tf 60.528 -26.037 Td[(\134sqrt{\134frac{n}{n-1})-524(S})]TJ/F1 9.963 Tf 125.03 14.174 Td[(r)]TJ +ET +1 0 0 1 195.52 -197.727 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +32.212 0.199 l +S +Q +1 0 0 1 9.775 -7.434 cm +BT +/F11 9.963 Tf 0 0 Td[(n)]TJ +ET +1 0 0 1 -8.579 -4.448 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +23.138 0.199 l +S +Q +1 0 0 1 0 -9.126 cm +BT +/F11 9.963 Tf 0 0 Td[(n)]TJ/F14 9.963 Tf 8.194 0 Td[(\000)]TJ/F8 9.963 Tf 9.962 0 Td[(1)]TJ/F11 9.963 Tf 6.177 6.834 Td[(S)-58(;)]TJ/F30 9.963 Tf 31.036 0 Td[(\134sqrt[3]{2})]TJ/F6 4.981 Tf 70.264 5.213 Td[(3)]TJ/F14 9.963 Tf -2.144 3.515 Td[(p)]TJ +ET +1 0 0 1 131.791 15.562 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +4.981 0.199 l +S +Q +1 0 0 1 0 -8.728 cm +BT +/F8 9.963 Tf 0 0 Td[(2)]TJ/F42 9.963 Tf -328.507 -25.385 Td[(4.9.)-553(Bo)23(x)-1(e)1(d)-323(f)22(o)1(rmul)-1(as)]TJ/F8 9.963 Tf 109.539 0 Td[(The)-281(com)-1(mand)]TJ/F30 9.963 Tf 64.817 0 Td[(\134boxed)]TJ/F8 9.963 Tf 34.18 0 Td[(p)1(uts)-281(a)-281(b)-27(o)28(x)-281(arou)1(nd)-280(its)-281(ar)1(gume)-1(n)29(t,)-291(lik)28(e)]TJ/F30 9.963 Tf 159.328 0 Td[(\134fbox)]TJ/F8 9.963 Tf -367.864 -11.955 Td[(exc)-1(ept)-333(th)1(at)-333(the)-334(con)28(ten)28(ts)-333(are)-334(in)-332(m)-1(ath)-332(m)-1(o)-28(d)1(e:)]TJ +ET +1 0 0 1 -185.851 -48.805 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +108.703 0.199 l +S +Q +1 0 0 1 0 -15.94 cm +q +[]0 d +0 J +0.398 w +0.199 0 m +0.199 15.94 l +S +Q +1 0 0 1 3.388 5.48 cm +BT +/F11 9.963 Tf 0 0 Td[(\021)]TJ/F14 9.963 Tf 8.071 0 Td[(\024)]TJ/F11 9.963 Tf 10.516 0 Td[(C)]TJ/F8 9.963 Tf 7.833 0 Td[(\050)]TJ/F11 9.963 Tf 3.875 0 Td[(\016)]TJ/F8 9.963 Tf 4.805 0 Td[(\050)]TJ/F11 9.963 Tf 3.874 0 Td[(\021)]TJ/F8 9.963 Tf 5.304 0 Td[(\051)-222(+)-222(\003)]TJ/F10 6.974 Tf 22.97 -1.495 Td[(M)]TJ/F8 9.963 Tf 8.843 1.495 Td[(\0500)]TJ/F11 9.963 Tf 8.856 0 Td[(;)-166(\016)]TJ/F8 9.963 Tf 9.232 0 Td[(\051\051)]TJ +ET +1 0 0 1 104.917 -5.48 cm +q +[]0 d +0 J +0.398 w +0.199 0 m +0.199 15.94 l +S +Q +1 0 0 1 -108.305 -0.398 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +108.703 0.199 l +S +Q +1 0 0 1 230.881 5.878 cm +BT +/F8 9.963 Tf 0 0 Td[(\0504.2\051)]TJ/F30 9.963 Tf -363.076 -21.926 Td[(\134boxed{\134eta)-525(\134leq)-525(C\050\134d)1(elta\050\134eta\051)-525(+\134Lambda_M\0500,\134delta\051\051})]TJ/F8 9.963 Tf -10.461 -18.461 Td[(If)-409(y)28(ou)-409(need)-409(to)-410(b)-27(o)28(x)-409(an)-409(e)-1(q)1(uation)-409(i)1(nclud)1(in)1(g)-410(th)1(e)-410(e)-1(q)1(uati)1(on)-409(n)28(um)28(b)-28(er,)-428(se)-1(e)-410(t)1(he)-410(F)112(A)27(Q)-409(th)1(at)-409(c)-1(ome)-1(s)]TJ 0 -11.955 Td[(with)-333(th)1(e)]TJ/F30 9.963 Tf 39.851 0 Td[(amsmath)]TJ/F8 9.963 Tf 39.933 0 Td[(pac)28(k)56(age)-1(.)]TJ/F31 9.963 Tf -79.784 -20.921 Td[(5.)-575(F)96(ractions)-383(and)-383(relat)-1(ed)-383(cons)1(t)-1(r)1(ucti)-1(ons)]TJ/F42 9.963 Tf 0 -17.201 Td[(5.1.)-553(Th)-1(e)]TJ/F30 9.963 Tf 47.331 0 Td[(\134frac)]TJ/F42 9.963 Tf 26.152 0 Td[(,)]TJ/F30 9.963 Tf 8.424 0 Td[(\134dfrac)]TJ/F42 9.963 Tf 31.382 0 Td[(,)-527(and)]TJ/F30 9.963 Tf 31.812 0 Td[(\134tfrac)]TJ/F42 9.963 Tf 36.328 0 Td[(com)1(mand)-1(s)]TJ/F8 9.963 Tf 55.082 0 Td[(The)]TJ/F30 9.963 Tf 21.605 0 Td[(\134frac)]TJ/F8 9.963 Tf 30.598 0 Td[(com)-1(mand)-445(tak)28(e)-1(s)-446(t)27(w)28(o)-446(ar-)]TJ -288.714 -11.955 Td[(gumen)28(ts|n)28(umerator)-389(and)-389(denomin)1(ator|an)1(d)-390(t)28(y)1(p)-28(es)-1(ets)-390(them)-390(in)-389(nor)1(m)-1(al)-389(fraction)-389(fo)1(rm.)-614(Us)-1(e)]TJ/F30 9.963 Tf 0 -11.955 Td[(\134dfrac)]TJ/F8 9.963 Tf 34.845 0 Td[(or)]TJ/F30 9.963 Tf 12.346 0 Td[(\134tfrac)]TJ/F8 9.963 Tf 34.845 0 Td[(to)-347(o)27(v)28(err)1(ule)-348(L)]TJ/F7 6.974 Tf 53.069 2.042 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.042 Td[(T)]TJ 5.535 -2.145 Td[(E)]TJ 5.534 2.145 Td[(X's)-348(gu)1(e)-1(ss)-348(ab)-27(out)-347(the)-348(p)1(rop)-27(e)-1(r)-347(siz)-1(e)-348(t)1(o)-348(u)1(s)-1(e)-348(f)1(or)-348(th)1(e)-348(fr)1(ac)-1(ti)1(on's)]TJ -150.56 -11.956 Td[(con)28(ten)28(ts)-334(\050t)-333(=)-333(text-s)-1(t)28(yl)1(e)-1(,)-333(d)-333(=)-333(d)1(is)-1(p)1(la)28(y-s)-1(t)28(y)1(le)-1(\051.)]TJ 147.47 -18.039 Td[(1)]TJ +ET +1 0 0 1 -226.327 -148.818 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +5.5 0.199 l +S +Q +1 0 0 1 0 -9.125 cm +BT +/F11 9.963 Tf 0 0 Td[(k)]TJ/F8 9.963 Tf 8.357 6.834 Td[(log)]TJ/F7 6.974 Tf 12.868 -2.435 Td[(2)]TJ/F11 9.963 Tf 6.13 2.435 Td[(c)]TJ/F8 9.963 Tf 4.311 0 Td[(\050)]TJ/F11 9.963 Tf 3.875 0 Td[(f)]TJ/F8 9.963 Tf 5.949 0 Td[(\051)]TJ/F7 6.974 Tf 15.249 3.922 Td[(1)]TJ +ET +1 0 0 1 56.523 9.125 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +4.404 0.199 l +S +Q +1 0 0 1 0 -5.727 cm +BT +/F10 6.974 Tf 0 0 Td[(k)]TJ/F8 9.963 Tf 7.26 3.436 Td[(log)]TJ/F7 6.974 Tf 12.868 -2.435 Td[(2)]TJ/F11 9.963 Tf 6.13 2.435 Td[(c)]TJ/F8 9.963 Tf 4.311 0 Td[(\050)]TJ/F11 9.963 Tf 3.875 0 Td[(f)]TJ/F8 9.963 Tf 5.949 0 Td[(\051)-12600(\0505.1\051)]TJ/F30 9.963 Tf -244.126 -22.881 Td[(\134begin{equation})]TJ 0 -11.955 Td[(\134frac{1}{k}\134log_2)-525(c\050f\051)1(\134;\134tfrac{1}{k}\134log_2)-525(c\050f\051\134;)]TJ 0 -11.956 Td[(\134end{equation})]TJ/F14 9.963 Tf 122.919 -34.093 Td[(<)]TJ/F11 9.963 Tf 7.195 0 Td[(z)]TJ/F8 9.963 Tf 7.839 0 Td[(=)]TJ/F11 9.963 Tf 51.254 10.719 Td[(n\031)]TJ 13.212 6.74 Td[(\022)]TJ/F8 9.963 Tf 7.167 0 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(\040)]TJ +ET +1 0 0 1 -1.314 -64.439 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +23.977 0.199 l +S +Q +1 0 0 1 9.498 -9.125 cm +BT +/F8 9.963 Tf 0 0 Td[(2)]TJ +ET +1 0 0 1 -62.252 -1.594 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +117.469 0.199 l +S +Q +1 0 0 1 0 -3.625 cm +BT +/F1 9.963 Tf 0 0 Td[(\022)]TJ/F11 9.963 Tf 8.529 -7.308 Td[(\022)]TJ/F8 9.963 Tf 7.167 0 Td[(+)]TJ/F11 9.963 Tf 9.963 0 Td[(\040)]TJ +ET +1 0 0 1 8.529 -11.756 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +23.977 0.199 l +S +Q +1 0 0 1 9.498 -9.126 cm +BT +/F8 9.963 Tf 0 0 Td[(2)]TJ/F1 9.963 Tf 15.675 20.882 Td[(\023)]TJ/F7 6.974 Tf 7.333 -2.065 Td[(2)]TJ/F8 9.963 Tf 6.683 -11.983 Td[(+)]TJ/F1 9.963 Tf 9.963 14.048 Td[(\022)]TJ/F8 9.963 Tf 8.529 -7.308 Td[(1)]TJ +ET +1 0 0 1 48.183 9.126 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +4.981 0.199 l +S +Q +1 0 0 1 0 -9.126 cm +BT +/F8 9.963 Tf 0 0 Td[(2)]TJ 7.837 6.834 Td[(log)]TJ/F1 9.963 Tf 14.529 14.446 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ/F11 9.963 Tf 4.517 10.227 Td[(B)]TJ +ET +1 0 0 1 26.883 9.126 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +8.057 0.199 l +S +Q +1 0 0 1 0.292 -9.126 cm +BT +/F11 9.963 Tf 0 0 Td[(A)]TJ/F1 9.963 Tf 8.96 21.28 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 3.321 17.535 Td[(\023)]TJ/F7 6.974 Tf 7.333 -2.065 Td[(2)]TJ/F11 9.963 Tf 5.665 3.399 Td[(:)]TJ/F8 9.963 Tf 105.208 0 Td[(\0505.2\051)]TJ/F30 9.963 Tf -373.537 -39.267 Td[(\134begin{equation})]TJ 0 -11.955 Td[(\134Re{z})-525(=\134frac{n\134pi)-525(\134dfr)1(ac{\134theta)-525(+\134psi}{2}}{)]TJ 41.843 -11.955 Td[(\134left\050\134dfrac{\134theta)-525(+)1(\134psi}{2}\134right\051^2)-525(+)-525(\134left\050)-525(\134dfrac{1}{2})]TJ 0 -11.956 Td[(\134log)-525(\134left\134lvert\134dfra)1(c{B}{A}\134right\134rvert\134right\051^2}.)]TJ -41.843 -11.955 Td[(\134end{equation})]TJ/F42 9.963 Tf 0 -20.921 Td[(5.2.)-553(Th)-1(e)]TJ/F30 9.963 Tf 46.81 0 Td[(\134binom)]TJ/F42 9.963 Tf 31.382 0 Td[(,)]TJ/F30 9.963 Tf 7.773 0 Td[(\134dbinom)]TJ/F42 9.963 Tf 36.612 0 Td[(,)-461(an)-1(d)]TJ/F30 9.963 Tf 30.639 0 Td[(\134tbinom)]TJ/F42 9.963 Tf 41.037 0 Td[(com)1(man)-1(ds)]TJ/F8 9.963 Tf 55.082 0 Td[(F)84(or)-397(b)1(in)1(om)-1(ial)-396(expr)1(e)-1(ssions)-397(suc)28(h)-396(as)]TJ/F1 9.963 Tf -249.335 -3.886 Td[(\000)]TJ/F10 6.974 Tf 4.566 -3.649 Td[(n)]TJ 0.261 -7.856 Td[(k)]TJ/F1 9.963 Tf 4.664 11.505 Td[(\001)]TJ/F8 9.963 Tf 7.887 -8.069 Td[(th)1(e)-1(re)-333(are)]TJ/F30 9.963 Tf 42.12 0 Td[(\134binom)]TJ/F8 9.963 Tf 31.382 0 Td[(,)]TJ/F30 9.963 Tf 6.088 0 Td[(\134dbinom)]TJ/F8 9.963 Tf 39.934 0 Td[(an)1(d)]TJ/F30 9.963 Tf 19.372 0 Td[(\134tbinom)]TJ/F8 9.963 Tf 39.933 0 Td[(com)-1(mand)1(s:)]TJ -56.566 -27.062 Td[(2)]TJ/F10 6.974 Tf 4.982 4.113 Td[(k)]TJ/F14 9.963 Tf 7.115 -4.113 Td[(\000)]TJ/F1 9.963 Tf 9.963 14.047 Td[(\022)]TJ/F11 9.963 Tf 7.334 -7.307 Td[(k)]TJ/F8 9.963 Tf 0.259 -13.574 Td[(1)]TJ/F1 9.963 Tf 5.241 20.881 Td[(\023)]TJ/F8 9.963 Tf 7.333 -14.047 Td[(2)]TJ/F10 6.974 Tf 4.982 4.113 Td[(k)]TJ/F13 6.974 Tf 4.403 0 Td[(\000)]TJ/F7 6.974 Tf 6.227 0 Td[(1)]TJ/F8 9.963 Tf 6.683 -4.113 Td[(+)]TJ/F1 9.963 Tf 9.963 14.047 Td[(\022)]TJ/F11 9.963 Tf 7.334 -7.307 Td[(k)]TJ/F8 9.963 Tf 0.259 -13.574 Td[(2)]TJ/F1 9.963 Tf 5.241 20.881 Td[(\023)]TJ/F8 9.963 Tf 7.333 -14.047 Td[(2)]TJ/F10 6.974 Tf 4.982 4.113 Td[(k)]TJ/F13 6.974 Tf 4.403 0 Td[(\000)]TJ/F7 6.974 Tf 6.227 0 Td[(2)]TJ/F8 9.963 Tf 123.632 -4.113 Td[(\0505.3\051)]TJ/F30 9.963 Tf -373.537 -25.512 Td[(2^k-\134binom{k}{1}2^{k-1)1(}+\134binom{k}{2}2^{k-2})]TJ +ET +endstream +endobj +127 0 obj << +/Type /Page +/Contents 128 0 R +/Resources 126 0 R +/MediaBox [0 0 612 792] +/Parent 83 0 R +>> endobj +126 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F42 33 0 R /F30 15 0 R /F1 64 0 R /F11 30 0 R /F14 55 0 R /F6 125 0 R /F10 116 0 R /F31 18 0 R /F7 21 0 R /F13 101 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +131 0 obj << +/Length 12074 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-14551(13)]TJ/F42 9.963 Tf -163.815 -20.424 Td[(5.3.)-553(The)]TJ/F30 9.963 Tf 46.534 0 Td[(\134genfrac)]TJ/F42 9.963 Tf 45.992 0 Td[(com)1(man)-1(d)]TJ/F8 9.963 Tf 50.521 0 Td[(The)-370(c)-1(ap)1(abil)1(ities)-371(of)]TJ/F30 9.963 Tf 85.009 0 Td[(\134frac)]TJ/F8 9.963 Tf 26.152 0 Td[(,)]TJ/F30 9.963 Tf 6.547 0 Td[(\134binom)]TJ/F8 9.963 Tf 31.382 0 Td[(,)-379(and)-369(their)-370(v)56(ari)1(an)28(ts)-371(ar)1(e)]TJ -292.137 -11.955 Td[(subsu)1(m)-1(ed)-346(b)29(y)-346(a)-346(general)1(iz)-1(ed)-345(fr)1(ac)-1(tion)-345(com)-1(man)1(d)]TJ/F30 9.963 Tf 202.654 0 Td[(\134genfrac)]TJ/F8 9.963 Tf 45.288 0 Td[(with)-345(s)-1(i)1(x)-346(arg)1(ume)-1(n)28(t)1(s)-1(.)-481(T)-1(h)1(e)-346(last)-346(t)28(w)27(o)]TJ -247.942 -11.955 Td[(corres)-1(p)-27(on)1(d)-294(to)]TJ/F30 9.963 Tf 62.147 0 Td[(\134frac)]TJ/F8 9.963 Tf 26.151 0 Td[('s)-294(n)28(umerator)-293(and)-293(denominat)1(or;)-307(th)1(e)-295(\014)1(rst)-294(t)28(w)27(o)-294(ar)1(e)-295(op)1(tion)1(al)-294(delimiters)-294(\050as)]TJ -88.298 -11.955 Td[(se)-1(en)-345(in)]TJ/F30 9.963 Tf 33.498 0 Td[(\134binom)]TJ/F8 9.963 Tf 31.382 0 Td[(\051;)-351(t)1(he)-346(t)1(hir)1(d)-345(is)-345(a)-345(lin)1(e)-346(th)1(ic)27(k)1(nes)-1(s)-345(o)27(v)28(err)1(ide)-345(\050)]TJ/F30 9.963 Tf 174.76 0 Td[(\134binom)]TJ/F8 9.963 Tf 34.82 0 Td[(uses)-346(th)1(is)-346(t)1(o)-346(set)-345(the)-345(fr)1(ac)-1(ti)1(on)]TJ -274.46 -11.955 Td[(lin)1(e)-446(th)1(ic)27(k)1(nes)-1(s)-445(to)-445(0)-446(p)1(t|i.)1(e)-1(.,)-473(i)1(n)28(visib)1(le)-1(\051)1(;)-501(and)-445(t)1(he)-446(f)1(our)1(th)-445(argu)1(me)-1(n)28(t)-445(i)1(s)-446(a)-445(mathst)28(yle)-446(o)28(v)28(err)1(ide:)]TJ 0 -11.955 Td[(in)28(t)1(e)-1(ger)-497(v)56(alu)1(e)-1(s)-497(0{3)-496(s)-1(ele)-1(ct)-497(r)1(e)-1(sp)-27(e)-1(ctiv)28(ely)]TJ/F30 9.963 Tf 170.532 0 Td[(\134displaystyle)]TJ/F8 9.963 Tf 67.995 0 Td[(,)]TJ/F30 9.963 Tf 8.123 0 Td[(\134textstyle)]TJ/F8 9.963 Tf 52.304 0 Td[(,)]TJ/F30 9.963 Tf 8.123 0 Td[(\134scriptstyle)]TJ/F8 9.963 Tf 62.764 0 Td[(,)-537(and)]TJ/F30 9.963 Tf -369.841 -11.956 Td[(\134scriptscriptstyle)]TJ/F8 9.963 Tf 94.146 0 Td[(.)-681(I)-1(f)-412(t)1(he)-413(th)1(ird)-412(ar)1(gumen)28(t)-413(i)1(s)-413(left)-412(e)-1(mp)1(t)27(y)84(,)-432(th)1(e)-413(lin)1(e)-413(thi)1(c)27(kn)1(e)-1(ss)-413(def)1(aults)-413(t)1(o)]TJ -94.146 -11.955 Td[(`n)1(ormal'.)]TJ/F30 9.963 Tf 72.475 -17.877 Td[(\134genfrac{)]TJ/F38 9.963 Tf 47.073 0 Td[(le)1(ft-deli)1(m)]TJ/F30 9.963 Tf 40.481 0 Td[(}{)]TJ/F38 9.963 Tf 10.461 0 Td[(ri)1(ght)-1(-)1(delim)]TJ/F30 9.963 Tf 47.228 0 Td[(}{)]TJ/F38 9.963 Tf 10.46 0 Td[(thickness)]TJ/F30 9.963 Tf 38.954 0 Td[(})]TJ -194.657 -11.955 Td[({)]TJ/F38 9.963 Tf 5.23 0 Td[(mathstyl)1(e)]TJ/F30 9.963 Tf 40.99 0 Td[(}{)]TJ/F38 9.963 Tf 10.461 0 Td[(numer)52(ato)-1(r)]TJ/F30 9.963 Tf 45.064 0 Td[(}{)]TJ/F38 9.963 Tf 10.461 0 Td[(denominator)]TJ/F30 9.963 Tf 54.866 0 Td[(})]TJ/F8 9.963 Tf -239.547 -19.815 Td[(T)83(o)-333(ill)1(ustrate,)-333(here)-334(i)1(s)-334(ho)28(w)]TJ/F30 9.963 Tf 111.969 0 Td[(\134frac)]TJ/F8 9.963 Tf 26.152 0 Td[(,)]TJ/F30 9.963 Tf 6.088 0 Td[(\134tfrac)]TJ/F8 9.963 Tf 31.382 0 Td[(,)-333(and)]TJ/F30 9.963 Tf 25.46 0 Td[(\134binom)]TJ/F8 9.963 Tf 34.703 0 Td[(migh)28(t)-333(b)-27(e)-334(de\014n)1(e)-1(d)1(.)]TJ/F30 9.963 Tf -235.754 -19.925 Td[(\134newcommand{\134frac}[2]{)1(\134genfrac{}{}{}{}{#1}{#2}})]TJ 0 -11.955 Td[(\134newcommand{\134tfrac}[2])1({\134genfrac{}{}{}{1}{#1}{#2}})]TJ 0 -11.956 Td[(\134newcommand{\134binom}[2])1({\134genfrac{\050}{\051}{0pt}{}{#1}{#2}})]TJ/F43 7.97 Tf 0 -17.434 Td[(No)1(te.)]TJ/F16 7.97 Tf 25.103 0 Td[(F)88(or)-366(te)-1(c)30(h)-1(nica)-1(l)-366(rea)-1(sons,)-370(usin)-1(g)-366(th)-1(e)-366(pr)-1(imiti)-1(v)30(e)-366(frac)-1(tion)-367(com)-1(man)-1(ds)]TJ/F44 7.97 Tf 229.771 0 Td[(\134ov)-1(er)]TJ/F16 7.97 Tf 21.171 0 Td[(,)]TJ/F44 7.97 Tf 5.295 0 Td[(\134a)-1(top)]TJ/F16 7.97 Tf 21.171 0 Td[(,)]TJ/F44 7.97 Tf 5.296 0 Td[(\134a)-1(bove)]TJ/F16 7.97 Tf 28.324 0 Td[(in)-367(a)-366(L)]TJ/F17 5.978 Tf 19.37 1.361 Td[(A)]TJ/F16 7.97 Tf 4.087 -1.361 Td[(T)]TJ 4.704 -1.716 Td[(E)]TJ 4.701 1.716 Td[(X)-366(do)-30(c-)]TJ -368.993 -9.465 Td[(um)-1(en)29(t)-354(is)-355(not)-354(r)-1(ecom)-1(men)-1(ded)-355(\050see,)-355(e.g.)-1(,)]TJ/F44 7.97 Tf 140.535 0 Td[(ams)-1(mat)-1(h.fa)-1(q)]TJ/F16 7.97 Tf 46.576 0 Td[(\051.)]TJ/F42 9.963 Tf -187.111 -20.921 Td[(5.4.)-553(Contin)-1(ued)-378(f)1(r)-1(a)22(ctions)]TJ/F8 9.963 Tf 133.82 0 Td[(The)-333(c)-1(on)28(t)1(in)28(ued)-333(f)1(raction)]TJ 61.295 -19.328 Td[(1)]TJ +ET +1 0 0 1 152.409 -269.921 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +90.394 0.199 l +S +Q +1 0 0 1 0 -8.795 cm +BT +/F14 9.963 Tf 0 0 Td[(p)]TJ +ET +1 0 0 1 8.302 0 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +4.981 0.199 l +S +Q +1 0 0 1 0 -8.241 cm +BT +/F8 9.963 Tf 0 0 Td[(2)-222(+)]TJ 47.732 7.472 Td[(1)]TJ +ET +1 0 0 1 18.353 2.291 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +63.739 0.199 l +S +Q +1 0 0 1 0 -8.794 cm +BT +/F14 9.963 Tf 0 0 Td[(p)]TJ +ET +1 0 0 1 8.302 0 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +4.981 0.199 l +S +Q +1 0 0 1 0 -8.242 cm +BT +/F8 9.963 Tf 0 0 Td[(2)-222(+)]TJ 34.405 7.472 Td[(1)]TJ +ET +1 0 0 1 18.354 2.292 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +37.083 0.199 l +S +Q +1 0 0 1 0 -1.993 cm +BT +/F14 9.963 Tf 0 0 Td[(p)]TJ +ET +1 0 0 1 8.302 0 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +4.981 0.199 l +S +Q +1 0 0 1 0 -8.241 cm +BT +/F8 9.963 Tf 0 0 Td[(2)-222(+)]TJ/F14 9.963 Tf 17.158 0 Td[(\001)-166(\001)-167(\001)]TJ/F8 9.963 Tf 142.357 37.431 Td[(\0505.4\051)]TJ -373.537 -56.631 Td[(can)-333(b)-28(e)-333(obtai)1(ned)-333(b)28(y)-333(t)28(ypi)1(ng)]TJ/F30 9.963 Tf 0 -19.926 Td[(\134cfrac{1}{\134sqrt{2}+)]TJ 5.23 -11.955 Td[(\134cfrac{1}{\134sqrt{2}+)]TJ 5.231 -11.955 Td[(\134cfrac{1}{\134sqrt{2}+\134d)1(otsb)]TJ -10.461 -11.955 Td[(}}})]TJ/F8 9.963 Tf 14.944 -19.925 Td[(This)-403(pr)1(o)-28(du)1(c)-1(es)-404(b)-27(e)-1(tt)1(e)-1(r-lo)-27(okin)1(g)-404(r)1(e)-1(sult)1(s)-404(than)-403(str)1(aigh)28(tf)1(orw)28(ard)-403(use)-404(of)]TJ/F30 9.963 Tf 288.355 0 Td[(\134frac)]TJ/F8 9.963 Tf 26.152 0 Td[(.)-654(Le)-1(f)1(t)-403(or)-403(righ)28(t)]TJ -329.451 -11.956 Td[(pl)1(ac)-1(eme)-1(n)28(t)-459(of)-459(an)28(y)-459(of)-459(th)1(e)-460(n)28(u)1(m)-1(erator)1(s)-460(is)-460(acc)-1(omp)1(lished)-459(b)28(y)-459(usin)1(g)]TJ/F30 9.963 Tf 281.832 0 Td[(\134cfrac[l])]TJ/F8 9.963 Tf 51.65 0 Td[(or)]TJ/F30 9.963 Tf 13.461 0 Td[(\134cfrac[r])]TJ/F8 9.963 Tf -346.943 -11.955 Td[(in)1(s)-1(tead)-333(of)]TJ/F30 9.963 Tf 45.718 0 Td[(\134cfrac)]TJ/F8 9.963 Tf 31.382 0 Td[(.)]TJ/F31 9.963 Tf -77.1 -20.921 Td[(6.)-575(Del)-1(im)-1(iters)]TJ/F42 9.963 Tf 0 -17.933 Td[(6.1.)-553(Deli)-1(m)1(iter)-551(sizes)]TJ/F8 9.963 Tf 105.883 0 Td[(Un)1(le)-1(ss)-498(y)28(ou)-498(in)1(di)1(c)-1(ate)-498(oth)1(e)-1(r)1(w)-1(i)1(s)-1(e,)-539(delimit)1(e)-1(rs)-498(in)-497(math)-498(f)1(orm)28(ulas)-498(will)]TJ -105.883 -11.955 Td[(remain)-325(at)-326(th)1(e)-327(stan)1(dard)-325(size)-327(r)1(e)-1(gar)1(dless)-327(of)-325(th)1(e)-326(heigh)28(t)-325(of)-326(th)1(e)-326(e)-1(n)1(c)-1(l)1(os)-1(ed)-325(m)-1(ateria)1(l.)-442(T)83(o)-325(ge)-1(t)-325(larger)]TJ 0 -11.955 Td[(siz)-1(es,)-332(y)28(ou)-330(c)-1(an)-331(eith)1(e)-1(r)-330(s)-1(elec)-1(t)-331(a)-331(par)1(ticular)-330(s)-1(ize)-332(u)1(s)-1(i)1(ng)-331(a)]TJ/F30 9.963 Tf 225.414 0 Td[(\134big...)]TJ/F8 9.963 Tf 39.911 0 Td[(pr)1(e)-1(\014)1(x)-331(\050se)-1(e)-331(b)-28(elo)28(w\051,)-332(or)-330(y)28(ou)-331(can)]TJ -265.325 -11.956 Td[(use)]TJ/F30 9.963 Tf 17.213 0 Td[(\134left)]TJ/F8 9.963 Tf 29.473 0 Td[(and)]TJ/F30 9.963 Tf 19.372 0 Td[(\134right)]TJ/F8 9.963 Tf 34.703 0 Td[(pr)1(e)-1(\014)1(xes)-334(for)-333(au)1(tosiz)-1(i)1(ng.)]TJ -85.817 -11.955 Td[(The)-383(automatic)-383(delimiter)-383(s)-1(i)1(z)-1(in)1(g)-383(done)-383(b)28(y)]TJ/F30 9.963 Tf 177.969 0 Td[(\134left)]TJ/F8 9.963 Tf 29.97 0 Td[(and)]TJ/F30 9.963 Tf 19.869 0 Td[(\134right)]TJ/F8 9.963 Tf 35.201 0 Td[(has)-383(t)28(w)27(o)-383(limit)1(ations:)-544(Fir)1(s)-1(t,)]TJ -277.953 -11.955 Td[(it)-480(i)1(s)-481(ap)1(pli)1(e)-1(d)-479(m)-1(ec)27(h)1(anically)-479(to)-480(pr)1(o)-28(du)1(c)-1(e)-480(delimiters)-480(large)-480(enou)1(gh)-480(to)-480(encom)-1(p)1(as)-1(s)-480(th)1(e)-481(lar)1(ge)-1(st)]TJ 0 -11.955 Td[(con)28(tain)1(e)-1(d)-309(item)-1(,)-314(an)1(d)-310(se)-1(cond)1(,)-314(the)-310(ran)1(ge)-311(of)-309(siz)-1(es)-310(has)-310(fai)1(rly)-309(large)-310(qu)1(an)28(tum)-310(j)1(umps.)-436(T)-1(h)1(is)-310(m)-1(eans)]TJ 0 -11.955 Td[(th)1(at)-419(an)-419(e)-1(x)1(press)-1(ion)-418(that)-419(is)-419(in\014)1(ni)1(te)-1(simally)-419(to)-27(o)-419(large)-420(f)1(or)-419(a)-419(giv)28(en)-419(deli)1(m)-1(it)1(e)-1(r)-419(size)-420(will)-419(get)-419(the)]TJ 0 -11.955 Td[(next)-332(larger)-332(s)-1(i)1(z)-1(e,)-333(a)-332(ju)1(m)-1(p)-332(of)-332(6pt)-332(or)-332(s)-1(o)-332(\0503pt)-332(top)-332(and)-332(b)-27(ottom\051)-333(i)1(n)-332(normal-siz)-1(ed)-332(text.)-444(There)-333(are)]TJ 0 -11.956 Td[(t)28(w)27(o)-344(or)-345(th)1(ree)-345(s)-1(it)1(uation)1(s)-345(w)-1(h)1(e)-1(r)1(e)-345(the)-345(delimit)1(e)-1(r)-344(s)-1(ize)-345(is)-345(c)-1(ommonl)1(y)-345(adj)1(usted.)-478(T)-1(h)1(e)-1(se)-345(adj)1(ustme)-1(n)28(ts)]TJ 0 -11.955 Td[(are)-333(don)1(e)-334(usin)1(g)-334(th)1(e)-334(f)1(ollo)28(wing)-333(com)-1(mand)1(s)-1(:)]TJ 35.286 -19.272 Td[(Delimiter)]TJ +ET +1 0 0 1 -132.111 -300.091 cm +q +[]0 d +0 J +0.398 w +0.199 0 m +0.199 11.955 l +S +Q +1 0 0 1 6.177 3.586 cm +BT +/F8 9.963 Tf 0 0 Td[(text)]TJ/F30 9.963 Tf 39.304 0 Td[(\134left)-1903(\134bigl)-1598(\134Bigl)-2154(\134biggl)-2184(\134Big)1(gl)]TJ/F8 9.963 Tf -92.106 -11.955 Td[(siz)-1(e)]TJ +ET +1 0 0 1 -6.177 -19.527 cm +q +[]0 d +0 J +0.398 w +0.199 0 m +0.199 15.94 l +S +Q +1 0 0 1 6.177 7.572 cm +BT +/F8 9.963 Tf 0 0 Td[(siz)-1(e)]TJ/F30 9.963 Tf 39.304 0 Td[(\134right)-1378(\134bigr)-1598(\134Bigr)-2154(\134biggr)-2184(\134Big)1(gr)]TJ +ET +1 0 0 1 -58.78 -7.97 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +335.4 0.199 l +S +Q +1 0 0 1 5.978 -21.724 cm +BT +/F8 9.963 Tf 0 0 Td[(Res)-1(u)1(lt)]TJ +ET +1 0 0 1 46.625 -12.454 cm +q +[]0 d +0 J +0.398 w +0.199 0 m +0.199 29.888 l +S +Q +1 0 0 1 6.177 12.454 cm +BT +/F8 9.963 Tf 0 0 Td[(\050)]TJ/F11 9.963 Tf 3.874 0 Td[(b)]TJ/F8 9.963 Tf 4.276 0 Td[(\051\050)]TJ/F11 9.963 Tf 9.381 6.739 Td[(c)]TJ +ET +1 0 0 1 17.094 2.291 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +5.185 0.199 l +S +Q +1 0 0 1 0 -9.125 cm +BT +/F11 9.963 Tf 0 0 Td[(d)]TJ/F8 9.963 Tf 6.381 6.834 Td[(\051)-1200(\050)]TJ/F11 9.963 Tf 19.704 0 Td[(b)]TJ/F8 9.963 Tf 4.276 0 Td[(\051)]TJ/F1 9.963 Tf 5.534 11.058 Td[(\020)]TJ/F11 9.963 Tf 7.583 -4.319 Td[(c)]TJ +ET +1 0 0 1 43.041 9.125 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +5.185 0.199 l +S +Q +1 0 0 1 0 -9.125 cm +BT +/F11 9.963 Tf 0 0 Td[(d)]TJ/F1 9.963 Tf 6.381 17.892 Td[(\021)]TJ 17.905 -2.989 Td[(\000)]TJ/F11 9.963 Tf 4.566 -8.069 Td[(b)]TJ/F1 9.963 Tf 4.276 8.069 Td[(\001\000)]TJ/F11 9.963 Tf 10.765 -1.33 Td[(c)]TJ +ET +1 0 0 1 43.456 9.125 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +5.185 0.199 l +S +Q +1 0 0 1 0 -9.125 cm +BT +/F11 9.963 Tf 0 0 Td[(d)]TJ/F1 9.963 Tf 6.381 14.903 Td[(\001)]TJ 16.521 2.989 Td[(\020)]TJ/F11 9.963 Tf 5.95 -11.058 Td[(b)]TJ/F1 9.963 Tf 4.276 11.058 Td[(\021\020)]TJ/F11 9.963 Tf 13.532 -4.319 Td[(c)]TJ +ET +1 0 0 1 46.223 9.125 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +5.185 0.199 l +S +Q +1 0 0 1 0 -9.125 cm +BT +/F11 9.963 Tf 0 0 Td[(d)]TJ/F1 9.963 Tf 6.381 17.892 Td[(\021)]TJ 17.905 2.989 Td[(\022)]TJ/F11 9.963 Tf 7.334 -14.047 Td[(b)]TJ/F1 9.963 Tf 4.275 14.047 Td[(\023\022)]TJ/F11 9.963 Tf 16.3 -7.308 Td[(c)]TJ +ET +1 0 0 1 51.758 9.125 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +5.185 0.199 l +S +Q +1 0 0 1 0 -9.125 cm +BT +/F11 9.963 Tf 0 0 Td[(d)]TJ/F1 9.963 Tf 6.381 20.881 Td[(\023)]TJ 19.289 2.989 Td[(\040)]TJ/F11 9.963 Tf 7.887 -17.036 Td[(b)]TJ/F1 9.963 Tf 4.275 17.036 Td[(!\040)]TJ/F11 9.963 Tf 17.407 -10.296 Td[(c)]TJ +ET +1 0 0 1 54.802 9.125 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +5.185 0.199 l +S +Q +1 0 0 1 0 -9.125 cm +BT +/F11 9.963 Tf 0 0 Td[(d)]TJ/F1 9.963 Tf 6.381 23.87 Td[(!)]TJ +ET +endstream +endobj +130 0 obj << +/Type /Page +/Contents 131 0 R +/Resources 129 0 R +/MediaBox [0 0 612 792] +/Parent 132 0 R +>> endobj +129 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F42 33 0 R /F30 15 0 R /F38 24 0 R /F43 36 0 R /F16 9 0 R /F44 39 0 R /F17 42 0 R /F14 55 0 R /F31 18 0 R /F11 30 0 R /F1 64 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +135 0 obj << +/Length 14819 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-14551(14)]TJ -163.815 -20.424 Td[(The)-240(\014rst)-240(kin)1(d)-240(of)-240(ad)1(justme)-1(n)29(t)-240(is)-241(d)1(one)-241(f)1(or)-240(c)-1(u)1(m)27(u)1(lativ)28(e)-240(op)-28(erator)1(s)-241(with)-240(l)1(imits,)-259(s)-1(u)1(c)27(h)-240(as)-240(s)-1(u)1(m)-1(mati)1(on)]TJ 0 -11.955 Td[(signs.)-555(W)1(ith)]TJ/F30 9.963 Tf 55.54 0 Td[(\134left)]TJ/F8 9.963 Tf 29.838 0 Td[(and)]TJ/F30 9.963 Tf 19.738 0 Td[(\134right)]TJ/F8 9.963 Tf 35.069 0 Td[(th)1(e)-371(d)1(e)-1(li)1(m)-1(it)1(e)-1(r)1(s)-371(usu)1(ally)-370(tu)1(rn)-370(ou)1(t)-370(lar)1(ge)-1(r)-370(t)1(han)-370(n)1(e)-1(ces)-1(sary)84(,)-379(and)]TJ -140.185 -11.955 Td[(usin)1(g)-334(t)1(he)]TJ/F30 9.963 Tf 43.227 0 Td[(Big)]TJ/F8 9.963 Tf 19.012 0 Td[(or)]TJ/F30 9.963 Tf 12.204 0 Td[(bigg)]TJ/F8 9.963 Tf 24.242 0 Td[(siz)-1(es)-334(in)1(s)-1(t)1(e)-1(ad)-333(gi)1(v)28(e)-1(s)-334(b)-27(ette)-1(r)-333(r)1(e)-1(sul)1(ts)-1(:)]TJ/F1 9.963 Tf -15.853 -16.317 Td[(2)]TJ 0 -17.933 Td[(4)]TJ 6.642 7.372 Td[(X)]TJ/F10 6.974 Tf 5.786 -21.219 Td[(i)]TJ/F11 9.963 Tf 10.265 11.755 Td[(a)]TJ/F10 6.974 Tf 5.266 -1.494 Td[(i)]TJ/F1 9.963 Tf 4.977 21.918 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 3.321 18.93 Td[(X)]TJ/F10 6.974 Tf 5.345 -21.22 Td[(j)]TJ/F11 9.963 Tf 10.706 11.755 Td[(x)]TJ/F10 6.974 Tf 5.694 -1.494 Td[(ij)]TJ/F1 9.963 Tf 7.016 21.918 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ/F10 6.974 Tf 3.321 27.426 Td[(p)]TJ/F1 9.963 Tf 4.605 2.064 Td[(3)]TJ 0 -17.933 Td[(5)]TJ/F7 6.974 Tf 6.642 16.408 Td[(1)]TJ/F10 6.974 Tf 3.971 0 Td[(=p)]TJ/F8 9.963 Tf 20.31 -18.5 Td[(v)28(ers)-1(u)1(s)]TJ/F1 9.963 Tf 36.668 14.047 Td[(\024)]TJ 5.258 -4.582 Td[(X)]TJ/F10 6.974 Tf 5.786 -21.22 Td[(i)]TJ/F11 9.963 Tf 10.265 11.755 Td[(a)]TJ/F10 6.974 Tf 5.266 -1.494 Td[(i)]TJ/F1 9.963 Tf 3.317 12.951 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ 3.321 9.963 Td[(X)]TJ/F10 6.974 Tf 5.346 -21.22 Td[(j)]TJ/F11 9.963 Tf 10.705 11.755 Td[(x)]TJ/F10 6.974 Tf 5.694 -1.494 Td[(ij)]TJ/F1 9.963 Tf 7.017 12.951 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ/F10 6.974 Tf 3.32 9.492 Td[(p)]TJ/F1 9.963 Tf 4.605 5.053 Td[(\025)]TJ/F7 6.974 Tf 5.259 -2.064 Td[(1)]TJ/F10 6.974 Tf 3.971 0 Td[(=p)]TJ/F30 9.963 Tf -302.497 -44.741 Td[(\134biggl[\134sum_i)-525(a_i\134Bigl)1(\134lvert\134sum_j)-525(x_{ij}\134Bigr\134rvert^p\134biggr]^{1/p)1(})]TJ/F8 9.963 Tf 0 -19.477 Td[(The)-312(s)-1(econd)-312(k)1(ind)-311(of)-312(situ)1(ation)-312(i)1(s)-313(clustered)-312(pai)1(rs)-312(of)-312(delimit)1(e)-1(rs)-312(where)]TJ/F30 9.963 Tf 288.412 0 Td[(\134left)]TJ/F8 9.963 Tf 29.26 0 Td[(and)]TJ/F30 9.963 Tf 19.16 0 Td[(\134right)]TJ/F8 9.963 Tf 34.491 0 Td[(mak)28(e)]TJ -371.323 -11.955 Td[(th)1(e)-1(m)-380(all)-379(th)1(e)-381(same)-380(s)-1(ize)-380(\050b)-27(e)-1(cause)-380(that)-379(is)-380(adequ)1(ate)-380(to)-380(co)27(v)28(er)-379(the)-380(encom)-1(p)1(as)-1(sed)-380(material)1(\051)-380(bu)1(t)]TJ 0 -11.955 Td[(what)-341(y)29(ou)-341(really)-340(w)27(an)29(t)-341(is)-341(to)-341(mak)28(e)-342(some)-342(of)-340(the)-341(d)1(e)-1(li)1(m)-1(it)1(e)-1(r)1(s)-342(sligh)28(t)1(ly)-341(lar)1(ge)-1(r)-340(to)-341(mak)28(e)-342(th)1(e)-341(nes)-1(ti)1(ng)]TJ 0 -11.955 Td[(eas)-1(ier)-333(to)-333(s)-1(ee.)]TJ 25.881 -21.357 Td[(\050\050)]TJ/F11 9.963 Tf 7.749 0 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(1)]TJ/F11 9.963 Tf 4.469 1.494 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(1)]TJ/F8 9.963 Tf 4.469 1.494 Td[(\051)]TJ/F14 9.963 Tf 6.088 0 Td[(\000)]TJ/F8 9.963 Tf 9.963 0 Td[(\050)]TJ/F11 9.963 Tf 3.874 0 Td[(a)]TJ/F7 6.974 Tf 5.267 -1.494 Td[(2)]TJ/F11 9.963 Tf 4.469 1.494 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(2)]TJ/F8 9.963 Tf 4.469 1.494 Td[(\051\051)-166(\050\050)]TJ/F11 9.963 Tf 17.158 0 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(2)]TJ/F11 9.963 Tf 4.469 1.494 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(1)]TJ/F8 9.963 Tf 4.469 1.494 Td[(\051)-222(+)-222(\050)]TJ/F11 9.963 Tf 19.926 0 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(1)]TJ/F11 9.963 Tf 4.469 1.494 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(2)]TJ/F8 9.963 Tf 4.469 1.494 Td[(\051\051)-1166(v)28(e)-1(r)1(s)-1(u)1(s)]TJ/F1 9.963 Tf 56.04 8.07 Td[(\000)]TJ/F8 9.963 Tf 4.566 -8.07 Td[(\050)]TJ/F11 9.963 Tf 3.875 0 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(1)]TJ/F11 9.963 Tf 4.469 1.494 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(1)]TJ/F8 9.963 Tf 4.469 1.494 Td[(\051)]TJ/F14 9.963 Tf 6.088 0 Td[(\000)]TJ/F8 9.963 Tf 9.963 0 Td[(\050)]TJ/F11 9.963 Tf 3.874 0 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(2)]TJ/F11 9.963 Tf 4.47 1.494 Td[(b)]TJ/F7 6.974 Tf 4.275 -1.494 Td[(2)]TJ/F8 9.963 Tf 4.47 1.494 Td[(\051)]TJ/F1 9.963 Tf 3.874 8.07 Td[(\001\000)]TJ/F8 9.963 Tf 9.133 -8.07 Td[(\050)]TJ/F11 9.963 Tf 3.874 0 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(2)]TJ/F11 9.963 Tf 4.47 1.494 Td[(b)]TJ/F7 6.974 Tf 4.275 -1.494 Td[(1)]TJ/F8 9.963 Tf 4.47 1.494 Td[(\051)-222(+)-222(\050)]TJ/F11 9.963 Tf 19.925 0 Td[(a)]TJ/F7 6.974 Tf 5.266 -1.494 Td[(1)]TJ/F11 9.963 Tf 4.469 1.494 Td[(b)]TJ/F7 6.974 Tf 4.276 -1.494 Td[(2)]TJ/F8 9.963 Tf 4.469 1.494 Td[(\051)]TJ/F1 9.963 Tf 3.875 8.07 Td[(\001)]TJ/F30 9.963 Tf -363.569 -29.426 Td[(\134left\050\050a_1)-525(b_1\051)-525(-)-525(\050a_2)-524(b_2\051\134right\051)]TJ 0 -11.955 Td[(\134left\050\050a_2)-525(b_1\051)-525(+)-525(\050a_1)-524(b_2\051\134right\051)]TJ 0 -11.955 Td[(\134quad\134text{versus}\134quad)]TJ 0 -11.956 Td[(\134bigl\050\050a_1)-525(b_1\051)-525(-)-525(\050a_2)-524(b_2\051\134bigr\051)]TJ 0 -11.955 Td[(\134bigl\050\050a_2)-525(b_1\051)-525(+)-525(\050a_1)-524(b_2\051\134bigr\051)]TJ/F8 9.963 Tf 0 -22.188 Td[(The)-342(th)1(ird)-341(k)1(ind)-341(of)-341(situ)1(ation)-341(is)-342(a)-341(s)-1(li)1(gh)28(tly)-341(o)28(v)28(e)-1(r)1(s)-1(ize)-342(ob)-55(ject)-342(in)-341(r)1(un)1(nin)1(g)-342(text,)-343(s)-1(u)1(c)27(h)-341(as)]TJ/F1 9.963 Tf 349.25 11.457 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ/F10 6.974 Tf 4.839 4.42 Td[(b)]TJ/F12 4.981 Tf 3.503 3.007 Td[(0)]TJ +ET +1 0 0 1 353.767 -279.207 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +6.842 0.199 l +S +Q +1 0 0 1 0 -5.727 cm +BT +/F10 6.974 Tf 0 0 Td[(d)]TJ/F12 4.981 Tf 4.147 1.993 Td[(0)]TJ/F1 9.963 Tf 3.89 12.9 Td[(\014)]TJ 0 -5.978 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ/F8 9.963 Tf 6.724 0.498 Td[(where)]TJ -368.528 -14.391 Td[(th)1(e)-334(d)1(e)-1(l)1(im)-1(i)1(te)-1(r)1(s)-334(p)1(ro)-27(duced)-333(b)28(y)]TJ/F30 9.963 Tf 120.474 0 Td[(\134left)]TJ/F8 9.963 Tf 29.468 0 Td[(and)]TJ/F30 9.963 Tf 19.367 0 Td[(\134right)]TJ/F8 9.963 Tf 34.699 0 Td[(cause)-334(to)-27(o)-333(m)27(u)1(c)27(h)-332(lin)1(e)-334(spr)1(e)-1(ad)1(in)1(g.)-444(I)-1(n)-332(th)1(at)-333(c)-1(ase)]TJ/F30 9.963 Tf -204.008 -11.955 Td[(\134bigl)]TJ/F8 9.963 Tf 29.602 0 Td[(and)]TJ/F30 9.963 Tf 19.501 0 Td[(\134bigr)]TJ/F8 9.963 Tf 29.602 0 Td[(can)-346(b)-28(e)-346(use)-1(d)-346(t)1(o)-347(p)1(ro)-28(d)1(uce)-347(d)1(e)-1(li)1(m)-1(i)1(te)-1(r)1(s)-347(that)-346(ar)1(e)-347(lar)1(ge)-1(r)-346(th)1(an)-346(the)-346(base)-347(siz)-1(e)-346(bu)1(t)]TJ -78.705 -11.955 Td[(still)-333(ab)1(le)-334(to)-333(\014t)-333(with)1(in)-333(th)1(e)-334(nor)1(m)-1(al)-333(l)1(ine)-333(s)-1(p)1(ac)-1(in)1(g:)]TJ/F1 9.963 Tf 205.48 8.468 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ/F10 6.974 Tf 4.838 1.432 Td[(b)]TJ/F12 4.981 Tf 3.504 3.006 Td[(0)]TJ +ET +1 0 0 1 -143.771 -32.574 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +6.842 0.199 l +S +Q +1 0 0 1 0 -5.726 cm +BT +/F10 6.974 Tf 0 0 Td[(d)]TJ/F12 4.981 Tf 4.148 1.992 Td[(0)]TJ/F1 9.963 Tf 3.89 9.911 Td[(\014)]TJ 0 -5.977 Td[(\014)]TJ/F8 9.963 Tf 3.321 -2.491 Td[(.)]TJ/F42 9.963 Tf -221.355 -20.921 Td[(6.2.)-553(Ver)67(ti)-1(cal)-336(bar)-336(not)67(a)66(tio)1(n)-1(s)]TJ/F8 9.963 Tf 146.471 0 Td[(The)-293(use)-294(of)-292(the)]TJ/F30 9.963 Tf 64.591 0 Td[(|)]TJ/F8 9.963 Tf 8.15 0 Td[(c)27(h)1(aracte)-1(r)-292(to)-293(pr)1(o)-28(du)1(c)-1(e)-293(pai)1(re)-1(d)-292(delimiters)-293(is)]TJ -219.212 -11.956 Td[(not)-357(recom)-1(mended.)-516(T)-1(h)1(ere)-358(is)-358(an)-357(am)28(bigu)1(it)28(y)-357(ab)-28(ou)1(t)-358(th)1(e)-358(di)1(rec)-1(ti)1(onalit)28(y)-357(of)-357(th)1(e)-358(s)-1(ym)28(b)-27(ol)-358(th)1(at)-357(w)-1(i)1(ll)]TJ 0 -11.955 Td[(in)-279(rare)-280(c)-1(ases)-281(pr)1(o)-28(d)1(uce)-281(in)1(c)-1(or)1(rec)-1(t)-280(spacin)1(g|e)-1(.g.)1(,)]TJ/F30 9.963 Tf 196.758 0 Td[(|k|=|-k|)]TJ/F8 9.963 Tf 44.633 0 Td[(pr)1(o)-28(d)1(uce)-1(s)]TJ/F14 9.963 Tf 41.34 0 Td[(j)]TJ/F11 9.963 Tf 2.768 0 Td[(k)]TJ/F14 9.963 Tf 5.5 0 Td[(j)]TJ/F8 9.963 Tf 5.535 0 Td[(=)]TJ/F14 9.963 Tf 10.516 0 Td[(j)-115(\000)]TJ/F11 9.963 Tf 12.822 0 Td[(k)]TJ/F14 9.963 Tf 5.5 0 Td[(j)]TJ/F8 9.963 Tf 2.768 0 Td[(.)-426(Us)-1(in)1(g)]TJ/F30 9.963 Tf 34.494 0 Td[(\134lvert)]TJ/F8 9.963 Tf -362.634 -11.955 Td[(for)-431(a)-431(\134left)-431(v)28(ert)-431(bar)1(")-431(and)]TJ/F30 9.963 Tf 114.423 0 Td[(\134rvert)]TJ/F8 9.963 Tf 35.68 0 Td[(f)1(or)-431(a)-432(\134r)1(igh)28(t)-431(v)28(e)-1(r)1(t)-431(bar")-431(whenev)28(er)-431(they)-431(are)-432(u)1(s)-1(ed)-431(in)-431(p)1(air)1(s)]TJ -150.103 -11.955 Td[(will)-342(prev)28(en)28(t)-343(th)1(is)-343(prob)1(lem)-1(:)-463(com)-1(p)1(are)]TJ/F14 9.963 Tf 157.068 0 Td[(j\000)]TJ/F11 9.963 Tf 10.516 0 Td[(k)]TJ/F14 9.963 Tf 5.5 0 Td[(j)]TJ/F8 9.963 Tf 2.768 0 Td[(,)-345(pr)1(o)-28(d)1(uce)-1(d)-342(b)28(y)]TJ/F30 9.963 Tf 63.71 0 Td[(\134lvert)-525(-k\134rvert)]TJ/F8 9.963 Tf 78.455 0 Td[(.)-473(F)84(or)-343(d)1(oub)1(le)-344(b)1(ars)]TJ -318.017 -11.955 Td[(th)1(e)-1(re)-249(are)-250(an)1(alogous)]TJ/F30 9.963 Tf 85.605 0 Td[(\134lVert)]TJ/F8 9.963 Tf 31.382 0 Td[(,)]TJ/F30 9.963 Tf 5.419 0 Td[(\134rVert)]TJ/F8 9.963 Tf 33.867 0 Td[(com)-1(mand)1(s)-1(.)-416(Rec)-1(omme)-1(n)1(ded)-249(pr)1(ac)-1(ti)1(c)-1(e)-250(i)1(s)-250(to)-249(de\014n)1(e)-250(s)-1(u)1(itab)1(le)]TJ -156.273 -11.956 Td[(com)-1(mand)1(s)-334(in)-332(the)-334(d)1(o)-28(cume)-1(n)29(t)-334(p)1(ream)27(b)1(le)-334(f)1(or)-333(an)28(y)-333(pai)1(red-delimiter)-333(use)-334(of)-333(v)28(ert)-333(bar)-333(sym)28(b)-28(ol)1(s)-1(:)]TJ/F30 9.963 Tf 0 -19.476 Td[(\134providecommand{\134abs}[)1(1]{\134lvert#1\134rvert})]TJ 0 -11.955 Td[(\134providecommand{\134norm})1([1]{\134lVert#1\134rVert})]TJ/F8 9.963 Tf 0 -19.476 Td[(whereup)-27(on)]TJ/F30 9.963 Tf 50.671 0 Td[(\134abs{z})]TJ/F8 9.963 Tf 39.933 0 Td[(w)28(ould)-333(p)1(ro)-28(d)1(uce)]TJ/F14 9.963 Tf 66.999 0 Td[(j)]TJ/F11 9.963 Tf 2.768 0 Td[(z)]TJ/F14 9.963 Tf 5.071 0 Td[(j)]TJ/F8 9.963 Tf 6.088 0 Td[(and)]TJ/F30 9.963 Tf 19.372 0 Td[(\134norm{v})]TJ/F8 9.963 Tf 45.164 0 Td[(w)28(ould)-333(p)1(ro)-27(duce)]TJ/F14 9.963 Tf 66.999 0 Td[(k)]TJ/F11 9.963 Tf 4.981 0 Td[(v)]TJ/F14 9.963 Tf 5.186 0 Td[(k)]TJ/F8 9.963 Tf 4.982 0 Td[(.)]TJ/F31 9.963 Tf -318.214 -20.922 Td[(7.)-575(The)]TJ/F30 9.963 Tf 38.783 0 Td[(\134text)]TJ/F31 9.963 Tf 30.71 0 Td[(comm)-1(and)]TJ/F8 9.963 Tf 53.196 0 Td[(The)-398(main)-397(use)-399(of)-397(th)1(e)-399(comm)-1(an)1(d)]TJ/F30 9.963 Tf 140.343 0 Td[(\134text)]TJ/F8 9.963 Tf 30.116 0 Td[(is)-398(fo)1(r)-398(w)28(ords)-398(or)-397(ph)1(rase)-1(s)]TJ -293.148 -11.955 Td[(in)-346(a)-347(d)1(ispla)28(y)84(.)-484(It)-347(is)-347(similar)-346(to)]TJ/F30 9.963 Tf 123.705 0 Td[(\134mbox)]TJ/F8 9.963 Tf 29.605 0 Td[(in)-346(its)-347(e\013e)-1(cts)-347(bu)1(t,)-350(u)1(nli)1(k)28(e)]TJ/F30 9.963 Tf 106.798 0 Td[(\134mbox)]TJ/F8 9.963 Tf 26.151 0 Td[(,)-350(au)1(tomatically)-346(pro)-27(du)1(c)-1(es)]TJ -286.259 -11.955 Td[(subscrip)1(t-)-1(size)-334(text)-333(if)-333(u)1(s)-1(ed)-333(in)-333(a)-333(subscrip)1(t.)]TJ/F11 9.963 Tf 110.435 -21.356 Td[(f)]TJ/F7 6.974 Tf 4.877 -1.799 Td[([)]TJ/F10 6.974 Tf 2.256 0 Td[(x)]TJ/F9 4.981 Tf 4.517 -0.997 Td[(i)]TJ/F12 4.981 Tf 2.658 0 Td[(\000)]TJ/F6 4.981 Tf 5.397 0 Td[(1)]TJ/F10 6.974 Tf 3.888 0.997 Td[(;x)]TJ/F9 4.981 Tf 6.884 -0.997 Td[(i)]TJ/F7 6.974 Tf 3.156 0.997 Td[(])]TJ/F8 9.963 Tf 6.074 1.799 Td[(is)-334(mon)1(otonic,)]TJ/F11 9.963 Tf 68.134 0 Td[(i)]TJ/F8 9.963 Tf 6.2 0 Td[(=)-277(1)]TJ/F11 9.963 Tf 15.497 0 Td[(;)-166(:)-167(:)-166(:)-167(;)-166(c)]TJ/F8 9.963 Tf 28.664 0 Td[(+)-222(1)-9029(\0507.1\051)]TJ/F30 9.963 Tf -268.637 -21.357 Td[(f_{[x_{i-1},x_i]})-525(\134tex)1(t{)-525(is)-525(monotonic,})]TJ 0 -11.955 Td[(\134quad)-525(i)-525(=)-525(1,\134dots,c+1)]TJ/F42 9.963 Tf 0 -20.922 Td[(7.1.)]TJ/F30 9.963 Tf 22.886 0 Td[(\134mod)]TJ/F42 9.963 Tf 24.384 0 Td[(an)-1(d)-348(its)-347(rel)-1(a)67(tiv)-1(es)]TJ/F8 9.963 Tf 91.055 0 Td[(Comm)-1(an)1(ds)]TJ/F30 9.963 Tf 51.796 0 Td[(\134mod)]TJ/F8 9.963 Tf 20.921 0 Td[(,)]TJ/F30 9.963 Tf 5.859 0 Td[(\134bmod)]TJ/F8 9.963 Tf 26.152 0 Td[(,)]TJ/F30 9.963 Tf 5.859 0 Td[(\134pmod)]TJ/F8 9.963 Tf 26.152 0 Td[(,)]TJ/F30 9.963 Tf 5.859 0 Td[(\134pod)]TJ/F8 9.963 Tf 23.956 0 Td[(deal)-304(with)-304(the)-305(sp)-27(e)-1(cial)]TJ -304.879 -11.955 Td[(spacing)-342(c)-1(on)29(v)28(e)-1(n)28(t)1(ions)-343(of)-342(\134mo)-28(d)1(")-343(n)1(otation)1(.)]TJ/F30 9.963 Tf 177.314 0 Td[(\134mod)]TJ/F8 9.963 Tf 24.334 0 Td[(and)]TJ/F30 9.963 Tf 19.464 0 Td[(\134pod)]TJ/F8 9.963 Tf 24.334 0 Td[(are)-343(v)56(ar)1(ian)28(ts)-343(of)]TJ/F30 9.963 Tf 65.973 0 Td[(\134pmod)]TJ/F8 9.963 Tf 29.565 0 Td[(p)1(re)-1(f)1(e)-1(r)1(red)-342(b)28(y)]TJ -340.984 -11.955 Td[(som)-1(e)-339(au)1(thor)1(s)-1(;)]TJ/F30 9.963 Tf 63.918 0 Td[(\134mod)]TJ/F8 9.963 Tf 24.294 0 Td[(omits)-339(th)1(e)-339(par)1(e)-1(n)28(th)1(es)-1(es)-1(,)-339(w)-1(h)1(e)-1(r)1(e)-1(as)]TJ/F30 9.963 Tf 138.591 0 Td[(\134pod)]TJ/F8 9.963 Tf 24.294 0 Td[(omits)-339(th)1(e)-339(\134m)-1(o)-27(d")-338(and)-338(retain)1(s)-339(the)]TJ -251.097 -11.955 Td[(par)1(e)-1(n)29(thes)-1(es.)]TJ 50.87 -21.357 Td[(gcd\050)]TJ/F11 9.963 Tf 18.818 0 Td[(n;)-167(m)]TJ/F8 9.963 Tf 21.923 0 Td[(mo)-28(d)]TJ/F11 9.963 Tf 21.862 0 Td[(n)]TJ/F8 9.963 Tf 5.98 0 Td[(\051;)]TJ/F11 9.963 Tf 18.265 0 Td[(x)]TJ/F14 9.963 Tf 8.461 0 Td[(\021)]TJ/F11 9.963 Tf 10.516 0 Td[(y)]TJ/F8 9.963 Tf 15.205 0 Td[(\050mo)-28(d)]TJ/F11 9.963 Tf 26.29 0 Td[(b)]TJ/F8 9.963 Tf 4.276 0 Td[(\051;)]TJ/F11 9.963 Tf 18.264 0 Td[(x)]TJ/F14 9.963 Tf 8.462 0 Td[(\021)]TJ/F11 9.963 Tf 10.516 0 Td[(y)]TJ/F8 9.963 Tf 15.204 0 Td[(mo)-28(d)]TJ/F11 9.963 Tf 22.416 0 Td[(c)]TJ/F8 9.963 Tf 4.311 0 Td[(;)]TJ/F11 9.963 Tf 14.391 0 Td[(x)]TJ/F14 9.963 Tf 8.461 0 Td[(\021)]TJ/F11 9.963 Tf 10.516 0 Td[(y)]TJ/F8 9.963 Tf 15.205 0 Td[(\050)]TJ/F11 9.963 Tf 3.874 0 Td[(d)]TJ/F8 9.963 Tf 5.185 0 Td[(\051)-3050(\0507.2\051)]TJ/F30 9.963 Tf -339.271 -21.356 Td[(\134gcd\050n,m\134bmod)-525(n\051;\134quad)-524(x\134equiv)-525(y\134pmod)-525(b)]TJ 0 -11.955 Td[(;\134quad)-525(x\134equiv)-525(y\134mod)-525(c)1(;\134quad)-525(x\134equiv)-525(y\134pod)-525(d)]TJ +ET +endstream +endobj +134 0 obj << +/Type /Page +/Contents 135 0 R +/Resources 133 0 R +/MediaBox [0 0 612 792] +/Parent 132 0 R +>> endobj +133 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F30 15 0 R /F1 64 0 R /F10 116 0 R /F11 30 0 R /F7 21 0 R /F14 55 0 R /F12 138 0 R /F42 33 0 R /F31 18 0 R /F9 141 0 R /F6 125 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +144 0 obj << +/Length 11534 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-14551(15)]TJ/F31 9.963 Tf -163.815 -20.424 Td[(8.)-575(In)32(t)-1(egr)1(al)-1(s)-383(an)1(d)-384(s)1(ums)]TJ/F42 9.963 Tf 0 -17.932 Td[(8.1.)-553(Al)66(te)1(r)-1(ing)-503(t)-1(he)-503(pla)22(cem)1(en)-1(t)-503(o)1(f)-503(li)-1(m)1(it)-1(s)]TJ/F8 9.963 Tf 204.682 0 Td[(The)-453(li)1(m)-1(it)1(s)-454(on)-452(in)28(t)1(e)-1(gr)1(als)-1(,)-482(sums)-1(,)-482(and)-452(sim)-1(i)1(lar)]TJ -204.682 -11.955 Td[(sym)27(b)-27(ols)-313(are)-313(place)-1(d)-312(e)-1(i)1(ther)-313(to)-313(th)1(e)-314(sid)1(e)-314(of)-313(or)-312(ab)-28(o)28(v)28(e)-313(and)-312(b)-28(elo)28(w)-313(the)-313(base)-314(sym)28(b)-28(ol)1(,)-317(dep)-28(end)1(in)1(g)-313(on)]TJ 0 -11.956 Td[(con)28(v)28(e)-1(n)29(tion)-359(and)-359(con)28(text.)-523(L)]TJ/F7 6.974 Tf 112.428 2.043 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.043 Td[(T)]TJ 5.534 -2.144 Td[(E)]TJ 5.535 2.144 Td[(X)-360(h)1(as)-360(ru)1(les)-360(for)-359(aut)1(om)-1(ati)1(c)-1(all)1(y)-360(c)28(ho)-28(osin)1(g)-360(on)1(e)-360(or)-359(the)-360(oth)1(e)-1(r)1(,)-366(and)]TJ -127.883 -11.955 Td[(mos)-1(t)-258(of)-259(t)1(he)-259(time)-259(the)-259(results)-259(ar)1(e)-260(satisfactory)84(.)-419(In)-259(th)1(e)-259(e)-1(v)28(en)28(t)-259(t)1(hey)-259(are)-259(n)1(ot,)-274(t)1(here)-259(are)-259(th)1(re)-1(e)-259(L)]TJ/F7 6.974 Tf 371.088 2.043 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.043 Td[(T)]TJ 5.535 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)]TJ -386.544 -11.955 Td[(com)-1(mand)1(s)-315(that)-314(c)-1(an)-314(b)-27(e)-315(use)-1(d)-314(to)-315(in)1(\015u)1(e)-1(n)1(c)-1(e)-315(th)1(e)-315(placem)-1(en)28(t)-315(of)-314(th)1(e)-315(limits:)]TJ/F30 9.963 Tf 301.623 0 Td[(\134limits)]TJ/F8 9.963 Tf 36.612 0 Td[(,)]TJ/F30 9.963 Tf 5.94 0 Td[(\134nolimits)]TJ/F8 9.963 Tf 47.073 0 Td[(,)]TJ/F30 9.963 Tf -391.248 -11.955 Td[(\134displaylimits)]TJ/F8 9.963 Tf 73.225 0 Td[(.)-444(Com)-1(p)1(are)]TJ/F1 9.963 Tf -41.685 -15.871 Td[(Z)]TJ/F13 6.974 Tf 5.535 -22.638 Td[(j)]TJ/F10 6.974 Tf 2.366 0 Td[(x)]TJ/F13 6.974 Tf 4.518 0 Td[(\000)]TJ/F10 6.974 Tf 6.227 0 Td[(x)]TJ/F9 4.981 Tf 4.517 -0.996 Td[(z)]TJ/F7 6.974 Tf 4.113 0.996 Td[(\050)]TJ/F10 6.974 Tf 3.114 0 Td[(t)]TJ/F7 6.974 Tf 3.009 0 Td[(\051)]TJ/F13 6.974 Tf 3.114 0 Td[(j)]TJ/F10 6.974 Tf 2.366 0 Td[(> endobj +142 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F31 18 0 R /F42 33 0 R /F7 21 0 R /F30 15 0 R /F1 64 0 R /F13 101 0 R /F10 116 0 R /F9 141 0 R /F6 125 0 R /F11 30 0 R /F14 55 0 R /F38 24 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +147 0 obj << +/Length 10946 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-14551(16)]TJ/F31 9.963 Tf -163.815 -20.424 Td[(9.)-575(Changing)-398(the)-398(si)-1(ze)-398(of)-399(elemen)32(t)-1(s)-397(i)-1(n)-398(a)-398(f)-1(or)1(m)32(ul)-1(a)]TJ/F8 9.963 Tf 235.234 0 Td[(The)-346(L)]TJ/F7 6.974 Tf 23.248 2.043 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.043 Td[(T)]TJ 5.535 -2.144 Td[(E)]TJ 5.535 2.145 Td[(X)-346(m)-1(ec)27(h)1(ani)1(s)-1(ms)-347(f)1(or)-346(c)27(han)1(gin)1(g)]TJ -273.938 -11.956 Td[(fon)29(t)-382(size)-383(i)1(nside)-382(a)-381(m)-1(ath)-381(f)1(orm)27(u)1(la)-381(are)-382(c)-1(omp)1(le)-1(tely)-381(di)1(\013)-1(eren)28(t)-382(f)1(rom)-382(th)1(e)-382(ones)-382(use)-1(d)-381(out)1(s)-1(id)1(e)-382(m)-1(at)1(h)]TJ 0 -11.955 Td[(for)1(m)27(u)1(las.)-440(If)-317(y)28(ou)-318(try)-318(to)-318(mak)28(e)-319(som)-1(eth)1(ing)-318(lar)1(ge)-1(r)-318(i)1(n)-318(a)-318(form)28(ul)1(a)-319(wit)1(h)-318(one)-318(of)-318(the)-318(te)-1(x)1(t)-318(c)-1(ommands)]TJ 0 -11.955 Td[(suc)27(h)-332(as)]TJ/F30 9.963 Tf 34.703 0 Td[(\134large)]TJ/F8 9.963 Tf 34.703 0 Td[(or)]TJ/F30 9.963 Tf 12.204 0 Td[(\134huge)]TJ/F8 9.963 Tf 26.152 0 Td[(:)]TJ 46.365 -11.955 Td[(#)]TJ/F30 9.963 Tf 28.228 0 Td[({\134large)-525(\134#})]TJ/F8 9.963 Tf -182.355 -17.664 Td[(y)28(ou)-333(will)-333(get)-333(a)-334(w)28(arn)1(in)1(g)-334(me)-1(ssage)]TJ/F30 9.963 Tf 0 -19.567 Td[(Command)-525(\134large)-525(invalid)-524(in)-525(math)-525(mode)]TJ/F8 9.963 Tf 0 -19.567 Td[(Su)1(c)27(h)-307(an)-307(at)1(te)-1(mpt,)-312(h)1(o)27(w)28(ev)28(e)-1(r,)-312(of)1(te)-1(n)-307(i)1(ndi)1(c)-1(ates)-308(a)-307(m)-1(i)1(s)-1(u)1(nd)1(e)-1(rstan)1(din)1(g)-308(of)-307(h)1(o)28(w)-308(L)]TJ/F7 6.974 Tf 307.566 2.042 Td[(A)]TJ/F8 9.963 Tf 4.387 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-307(m)-1(ath)-307(sym)28(b)-28(ol)1(s)]TJ -323.022 -11.955 Td[(w)28(ork.)-410(If)-230(y)28(ou)-231(w)28(an)28(t)-231(a)-231(#)-231(s)-1(y)1(m)27(b)-27(ol)-231(an)1(alogous)-231(to)-231(a)-231(summation)-230(s)-1(ign)-230(in)-230(its)-231(t)28(yp)-28(ogr)1(aph)1(ical)-231(pr)1(op)-28(erti)1(e)-1(s,)]TJ 0 -11.956 Td[(th)1(e)-1(n)-328(in)-328(p)1(rin)1(c)-1(i)1(ple)-329(t)1(he)-329(b)-27(e)-1(st)-329(w)28(a)28(y)-328(to)-329(ac)28(hiev)28(e)-329(th)1(at)-329(is)-328(to)-329(d)1(e)-1(\014)1(ne)-329(it)-328(as)-329(a)-328(s)-1(ym)28(b)-27(ol)-329(of)-328(t)28(yp)-27(e)-329(\134math)1(op")]TJ 0 -11.955 Td[(with)-333(th)1(e)-334(stand)1(ard)-333(L)]TJ/F7 6.974 Tf 84.085 2.043 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.043 Td[(T)]TJ 5.535 -2.144 Td[(E)]TJ 5.535 2.144 Td[(X)]TJ/F30 9.963 Tf 10.792 0 Td[(\134DeclareMathSymbol)]TJ/F8 9.963 Tf 97.467 0 Td[(com)-1(mand)-332(\050s)-1(ee)-334([LF)28(G)1(]\051.)]TJ -192.856 -11.955 Td[([In)-453(th)1(is)-454(p)1(articul)1(ar)-454(exampl)1(e)-454(it)-453(is)-454(curr)1(e)-1(n)29(tly)-453(un)1(lik)28(ely)-453(that)-453(y)28(ou)-453(will)-453(b)-27(e)-454(abl)1(e)-454(to)-454(l)1(a)27(y)-453(y)28(ou)1(r)]TJ -14.944 -11.955 Td[(han)1(ds)-343(on)-343(a)-344(math)-343(f)1(on)28(t)-343(w)-1(i)1(th)-343(a)-344(sui)1(table)-343(te)-1(x)1(t-)-1(size)-1(/d)1(ispla)28(y-siz)-1(e)-343(pair)1(,)-346(bu)1(t)-343(that)-343(is)-344(p)1(rob)1(ably)-343(b)-27(e)-1(st)]TJ 0 -11.955 Td[(un)1(dersto)-28(o)-28(d)-332(as)-334(a)-333(prob)1(lem)-334(of)-333(in)1(adequ)1(ate)-334(fon)29(ts)-1(,)-333(n)1(ot)-333(as)-334(a)-333(L)]TJ/F7 6.974 Tf 241.467 2.042 Td[(A)]TJ/F8 9.963 Tf 4.387 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-333(pr)1(oblem)-1(.)1(])]TJ -241.979 -11.955 Td[(Consid)1(e)-1(r)-333(th)1(e)-334(expr)1(e)-1(ss)-1(i)1(on:)]TJ/F1 9.963 Tf 54.451 -12.449 Td[(P)]TJ/F10 6.974 Tf 10.517 -10.46 Td[(n>)]TJ/F7 6.974 Tf 11.151 0 Td[(0)]TJ/F11 9.963 Tf 6.13 2.988 Td[(z)]TJ/F10 6.974 Tf 5.071 3.616 Td[(n)]TJ +ET +1 0 0 1 53.404 -233.759 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +70.274 0.199 l +S +Q +1 0 0 1 0 -1.653 cm +BT +/F1 9.963 Tf 0 0 Td[(Q)]TJ/F7 6.974 Tf 9.41 -10.461 Td[(1)]TJ/F13 6.974 Tf 3.971 0 Td[(\024)]TJ/F10 6.974 Tf 6.227 0 Td[(k)]TJ/F13 6.974 Tf 4.403 0 Td[(\024)]TJ/F10 6.974 Tf 6.227 0 Td[(n)]TJ/F8 9.963 Tf 5.423 2.989 Td[(\0501)]TJ/F14 9.963 Tf 11.069 0 Td[(\000)]TJ/F11 9.963 Tf 9.963 0 Td[(q)]TJ/F10 6.974 Tf 4.805 2.878 Td[(k)]TJ/F8 9.963 Tf 4.902 -2.878 Td[(\051)]TJ/F30 9.963 Tf 24.995 12.949 Td[(\134frac{\134sum_{n)-525(>)-525(0})-525(z^n)1(})]TJ 26.152 -11.955 Td[({\134prod_{1\134leq)-525(k\134leq)-525(n)1(})-525(\0501-q^k\051})]TJ/F8 9.963 Tf -170.951 -22.706 Td[(Using)]TJ/F30 9.963 Tf 27.891 0 Td[(\134dfrac)]TJ/F8 9.963 Tf 34.587 0 Td[(in)1(s)-1(tead)-321(of)]TJ/F30 9.963 Tf 45.486 0 Td[(\134frac)]TJ/F8 9.963 Tf 29.357 0 Td[(w)28(ould)1(n't)-321(c)27(h)1(ange)-322(an)28(yt)1(hin)1(g)-322(in)-321(th)1(is)-322(c)-1(ase)-1(;)-325(if)-321(y)28(ou)-321(w)27(an)29(t)-322(th)1(e)-323(sum)]TJ -137.321 -11.955 Td[(and)-332(pro)-27(du)1(c)-1(t)-333(sym)27(b)-27(ols)-334(t)1(o)-334(ap)1(p)-28(ear)-333(fu)1(ll)-333(siz)-1(e,)-333(y)28(ou)-333(n)1(e)-1(ed)-333(the)]TJ/F30 9.963 Tf 238.218 0 Td[(\134displaystyle)]TJ/F8 9.963 Tf 71.316 0 Td[(com)-1(mand)1(:)]TJ/F1 9.963 Tf -273.666 -13.722 Td[(X)]TJ/F10 6.974 Tf -0.366 -21.098 Td[(n>)]TJ/F7 6.974 Tf 11.151 0 Td[(0)]TJ/F11 9.963 Tf 5.632 11.634 Td[(z)]TJ/F10 6.974 Tf 5.071 4.113 Td[(n)]TJ +ET +1 0 0 1 -34.447 -79.077 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +60.366 0.199 l +S +Q +1 0 0 1 6.512 -2.192 cm +BT +/F1 9.963 Tf 0 0 Td[(Y)]TJ/F7 6.974 Tf -6.512 -21.448 Td[(1)]TJ/F13 6.974 Tf 3.971 0 Td[(\024)]TJ/F10 6.974 Tf 6.227 0 Td[(k)]TJ/F13 6.974 Tf 4.404 0 Td[(\024)]TJ/F10 6.974 Tf 6.226 0 Td[(n)]TJ/F8 9.963 Tf 4.925 11.983 Td[(\0501)]TJ/F14 9.963 Tf 11.07 0 Td[(\000)]TJ/F11 9.963 Tf 9.962 0 Td[(q)]TJ/F10 6.974 Tf 4.805 4.114 Td[(k)]TJ/F8 9.963 Tf 4.902 -4.114 Td[(\051)]TJ/F30 9.963 Tf 24.995 15.481 Td[(\134frac{{\134displaystyle\134su)1(m_{n)-525(>)-525(0})-525(z^n}})]TJ 26.152 -11.955 Td[({{\134displaystyle\134prod_{)1(1\134leq)-525(k\134leq)-525(n})-525(\0501-q^k\051}})]TJ/F8 9.963 Tf -126.596 -35.228 Td[(And)-388(i)1(f)-389(y)28(ou)-388(w)28(an)28(t)-388(ful)1(l-s)-1(ize)-389(s)-1(y)1(m)27(b)-27(ols)-389(bu)1(t)-389(wit)1(h)-389(l)1(imits)-389(on)-388(the)-389(side,)-402(use)-389(the)-389(n)1(olimits)-389(com)-1(man)1(d)]TJ 0 -11.955 Td[(also:)]TJ/F1 9.963 Tf 18.206 -11.507 Td[(X)]TJ/F10 6.974 Tf 14.391 -15.442 Td[(n>)]TJ/F7 6.974 Tf 11.151 0 Td[(0)]TJ/F11 9.963 Tf 6.13 5.977 Td[(z)]TJ/F10 6.974 Tf 5.071 4.114 Td[(n)]TJ +ET +1 0 0 1 -22.977 -82.193 cm +q +[]0 d +0 J +0.398 w +0 0.199 m +73.595 0.199 l +S +Q +1 0 0 1 0 -2.192 cm +BT +/F1 9.963 Tf 0 0 Td[(Y)]TJ/F7 6.974 Tf 12.73 -15.442 Td[(1)]TJ/F13 6.974 Tf 3.971 0 Td[(\024)]TJ/F10 6.974 Tf 6.227 0 Td[(k)]TJ/F13 6.974 Tf 4.404 0 Td[(\024)]TJ/F10 6.974 Tf 6.226 0 Td[(n)]TJ/F8 9.963 Tf 5.423 5.978 Td[(\0501)]TJ/F14 9.963 Tf 11.07 0 Td[(\000)]TJ/F11 9.963 Tf 9.962 0 Td[(q)]TJ/F10 6.974 Tf 4.805 4.113 Td[(k)]TJ/F8 9.963 Tf 4.902 -4.113 Td[(\051)]TJ/F30 9.963 Tf 24.995 15.48 Td[(\134frac{{\134displaystyle\134sum)1(\134nolimits_{n>)-525(0})-525(z^n}})]TJ 10.461 -11.955 Td[({{\134displaystyle\134prod\134n)1(olimits_{1\134leq)-525(k\134leq)-525(n})-525(\0501-q^k\051}})]TJ/F8 9.963 Tf -107.668 -28.226 Td[(There)-458(ar)1(e)-458(s)-1(i)1(m)-1(i)1(lar)-457(c)-1(ommand)1(s)]TJ/F30 9.963 Tf 132.438 0 Td[(\134textstyle)]TJ/F8 9.963 Tf 52.304 0 Td[(,)]TJ/F30 9.963 Tf 7.633 0 Td[(\134scriptstyle)]TJ/F8 9.963 Tf 62.764 0 Td[(,)-488(and)]TJ/F30 9.963 Tf 28.241 0 Td[(\134scriptscriptstyle)]TJ/F8 9.963 Tf 94.147 0 Td[(,)-488(to)]TJ -377.527 -11.955 Td[(for)1(c)-1(e)-457(L)]TJ/F7 6.974 Tf 27.973 2.042 Td[(A)]TJ/F8 9.963 Tf 4.387 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-457(to)-456(use)-457(the)-457(sym)27(b)-27(ol)-456(s)-1(ize)-457(and)-456(spacing)-456(that)-456(w)27(ou)1(ld)-456(b)-28(e)-457(ap)1(pl)1(ie)-1(d)-456(in)-456(\050r)1(e)-1(sp)-28(ectiv)28(e)-1(l)1(y\051)]TJ -43.429 -11.955 Td[(in)1(lin)1(e)-392(math)1(,)-406(\014)1(rst-order)-391(sub)1(s)-1(cri)1(pt,)-405(or)-390(s)-1(ec)-1(on)1(d-ord)1(e)-1(r)-390(order)-391(sub)1(sc)-1(ri)1(pt,)-405(ev)28(e)-1(n)-390(when)-391(th)1(e)-392(cur)1(ren)28(t)]TJ 0 -11.956 Td[(con)28(text)-333(w)27(ou)1(ld)-333(nor)1(mally)-333(yield)-333(some)-334(other)-333(siz)-1(e.)]TJ/F31 9.963 Tf 14.944 -11.955 Td[(Note:)]TJ/F8 9.963 Tf 31.891 0 Td[(Thes)-1(e)-309(com)-1(mand)1(s)-310(b)-27(elong)-309(to)-309(a)-309(sp)-27(e)-1(cial)-309(clas)-1(s)-309(of)-309(comm)-1(an)1(ds)-309(referred)-309(t)1(o)-309(in)-309(th)1(e)-310(L)]TJ/F7 6.974 Tf 324.253 2.043 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.043 Td[(T)]TJ 5.535 -2.144 Td[(E)]TJ 5.535 2.144 Td[(X)]TJ -386.544 -11.955 Td[(b)-27(o)-28(ok)-311(as)-312(\134dec)-1(l)1(aration)1(s)-1(".)-436(I)-1(n)-311(p)1(arti)1(c)-1(u)1(lar,)-315(notice)-312(where)-312(th)1(e)-312(b)1(rac)-1(es)-312(f)1(all)-311(that)-311(delimit)-311(the)-311(e)-1(\013e)-1(ct)-311(of)]TJ 0 -11.955 Td[(th)1(e)-334(c)-1(ommand)1(:)]TJ/F31 9.963 Tf 66.346 -21.47 Td[(Ri)-1(gh)32(t:)]TJ/F30 9.963 Tf 31.188 0 Td[({\134displaystyle)-525(...})]TJ/F31 9.963 Tf 99.377 0 Td[(W)96(ron)1(g:)]TJ/F30 9.963 Tf 36.612 0 Td[(\134displaystyle{...})]TJ/F31 9.963 Tf -233.523 -21.47 Td[(10.)-575(Other)-428(pac)32(k)64(ages)-428(of)-429(in)32(teres)1(t)]TJ/F8 9.963 Tf 157.839 0 Td[(Man)29(y)-373(ot)1(her)-372(L)]TJ/F7 6.974 Tf 57.41 2.042 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.042 Td[(T)]TJ 5.535 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-372(pac)28(k)55(ages)-373(th)1(at)-372(addr)1(e)-1(ss)-373(som)-1(e)-372(as)-1(p)-27(ec)-1(t)]TJ -230.705 -11.955 Td[(of)-322(m)-1(ath)1(e)-1(mati)1(c)-1(al)-323(f)1(orm)28(ulas)-323(are)-323(a)28(v)56(ailab)1(le)-323(from)-323(CT)83(AN)-323(\050th)1(e)-323(C)-1(omp)1(rehensiv)28(e)-324(T)]TJ 322.243 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X)-323(Ar)1(c)27(hi)1(v)28(e)-324(Net-)]TJ -327.778 -11.955 Td[(w)28(ork\051.)-444(T)83(o)-333(rec)-1(omme)-1(n)1(d)-333(a)-333(few)-334(examples:)]TJ/F31 9.963 Tf 0 -19.567 Td[(accen)32(ts)]TJ/F8 9.963 Tf 41.007 0 Td[(Und)1(er)-333(ac)-1(ce)-1(n)29(ts)-334(and)-332(ac)-1(ce)-1(n)28(t)1(s)-334(usin)1(g)-334(ar)1(bitr)1(ary)-333(sym)27(b)-27(ols.)]TJ/F31 9.963 Tf -41.007 -19.746 Td[(amsthm)]TJ/F8 9.963 Tf 44.985 0 Td[(General)-333(th)1(e)-1(or)1(e)-1(m)-333(and)-333(p)1(ro)-28(of)-333(setup)1(.)]TJ/F31 9.963 Tf -44.985 -19.747 Td[(bm)]TJ/F8 9.963 Tf 20.894 0 Td[(Bold)-530(math)-530(pac)27(k)56(age,)-580(p)1(ro)28(vid)1(e)-1(s)-531(a)-530(more)-531(general)-530(and)-530(more)-531(r)1(obust)-530(implem)-1(en)28(tat)1(ion)-530(of)]TJ/F30 9.963 Tf 4.013 -11.955 Td[(\134boldsymbol)]TJ/F8 9.963 Tf 57.533 0 Td[(.)]TJ/F31 9.963 Tf -82.44 -19.746 Td[(cases)]TJ/F8 9.963 Tf 29.932 0 Td[(App)1(ly)-298(a)-299(lar)1(ge)-300(b)1(race)-299(to)-299(t)28(w)28(o)-299(or)-299(more)-299(equ)1(ations)-299(with)1(out)-298(losing)-298(the)-299(in)1(div)1(idu)1(al)-299(equ)1(ation)]TJ -5.025 -11.955 Td[(n)28(u)1(m)27(b)-27(e)-1(r)1(s)-1(.)]TJ +ET +endstream +endobj +146 0 obj << +/Type /Page +/Contents 147 0 R +/Resources 145 0 R +/MediaBox [0 0 612 792] +/Parent 132 0 R +>> endobj +145 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F31 18 0 R /F7 21 0 R /F30 15 0 R /F1 64 0 R /F10 116 0 R /F11 30 0 R /F13 101 0 R /F14 55 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +150 0 obj << +/Length 5288 +>> +stream +1 0 0 1 54 730.528 cm +BT +/F45 9.963 Tf 0 0 Td[(Sh)1(ort)-333(Mat)1(h)-333(Gui)1(de)-334(f)1(or)-333(L)]TJ/F46 6.974 Tf 101.284 2.042 Td[(A)]TJ/F45 9.963 Tf 4.056 -2.042 Td[(T)]TJ 5.534 -2.145 Td[(E)]TJ 5.535 2.145 Td[(X,)-333(v)28(e)-1(r)1(s)-1(i)1(on)]TJ/F8 9.963 Tf 47.406 0 Td[(1.09)-333(\0502002-03-22\051)-14551(17)]TJ/F31 9.963 Tf -163.815 -20.424 Td[(delarra)32(y)]TJ/F8 9.963 Tf 46.084 0 Td[(Delimiters)-334(span)1(ni)1(ng)-333(m)27(u)1(ltip)1(le)-334(r)1(o)27(ws)-334(of)-332(an)-333(arra)28(y)84(.)]TJ/F31 9.963 Tf -46.084 -19.925 Td[(kuvio)]TJ/F8 9.963 Tf 32.351 0 Td[(Comm)27(ut)1(ativ)28(e)-334(d)1(iagrams)-334(an)1(d)-333(other)-333(d)1(iagrams)-1(.)]TJ/F31 9.963 Tf -32.351 -19.925 Td[(xypic)]TJ/F8 9.963 Tf 31.714 0 Td[(Com)-1(m)28(ut)1(ativ)28(e)-334(d)1(iagrams)-334(an)1(d)-333(other)-333(di)1(agrams)-1(.)]TJ/F31 9.963 Tf -31.714 -19.925 Td[(rs)1(f)-1(s)]TJ/F8 9.963 Tf 22.239 0 Td[(Ralp)1(h)-333(Smith)1('s)-334(F)84(ormal)-333(Scrip)1(t,)-333(fon)29(t)-334(setup)1(.)]TJ -22.239 -19.926 Td[(The)-333(T)]TJ 26.013 -2.144 Td[(E)]TJ 5.535 2.144 Td[(X)-333(Catalogue,)]TJ/F30 9.963 Tf 1.936 -21.917 Td[(http://www.tex.ac.uk/)1(tex-archive/help/Catalogue/catalogue.html)]TJ/F11 9.963 Tf 324.281 0 Td[(;)]TJ/F8 9.963 Tf -357.765 -21.918 Td[(is)-334(a)-333(go)-28(o)-27(d)-333(pla)1(c)-1(e)-334(to)-333(lo)-27(ok)-333(if)-333(y)28(ou)-333(kn)1(o)28(w)-334(a)-333(pac)28(k)55(age's)-334(n)1(ame)-1(.)]TJ/F31 9.963 Tf 0 -20.922 Td[(11.)-575(Other)-383(do)-32(cumen)32(tat)-1(ion)-383(of)-384(in)32(te)-1(r)1(est)]TJ 0 -17.933 Td[(Re)-1(feren)1(c)-1(es)]TJ/F8 9.963 Tf 0 -19.925 Td[([AM)1(UG])-1375(American)-641(M)1(athem)-1(at)1(ic)-1(al)-640(So)-28(ciet)28(y:)]TJ/F38 9.963 Tf 210.363 0 Td[(User')1(s)-641(Gu)1(ide)-641(f)1(o)-1(r)-640(the)]TJ/F30 9.963 Tf 104.791 0 Td[(amsmath)]TJ/F38 9.963 Tf 42.996 0 Td[(p)51(ackage)]TJ/F8 9.963 Tf 33.098 0 Td[(,)]TJ/F30 9.963 Tf -340.12 -11.955 Td[(amsldoc.tex)]TJ/F8 9.963 Tf 57.534 0 Td[(,)-333(1999.)]TJ -108.662 -19.925 Td[([CLS)1(L])-2049(P)28(ak)1(in,)-310(S)1(cott:)]TJ/F38 9.963 Tf 111.774 0 Td[(The)-331(C)1(ompr)51(ehensi)1(ve)-332(L)]TJ/F39 6.974 Tf 91.289 2.079 Td[(A)]TJ/F38 9.963 Tf 4.511 -2.079 Td[(T)]TJ 5.431 -2.145 Td[(E)]TJ 5.485 2.145 Td[(X)-331(S)-1(y)1(mb)51(ol)1(s)-331(L)-1(i)1(st)]TJ/F8 9.963 Tf 65.061 0 Td[(,)]TJ/F30 9.963 Tf 5.858 0 Td[(http://www.ctan.org/)]TJ -238.281 -11.955 Td[(tex-archive/info/symb)1(ols/comprehensive/)]TJ/F8 9.963 Tf 203.983 0 Td[(,)-333(Jul)1(y)-333(2001.)]TJ -255.111 -19.926 Td[([Lamp)-27(ort])-754(Lamp)-27(ort,)-316(Les)-1(l)1(ie)-1(:)]TJ/F38 9.963 Tf 126.759 0 Td[(L)]TJ/F39 6.974 Tf 2.583 2.08 Td[(A)]TJ/F38 9.963 Tf 4.511 -2.08 Td[(T)]TJ 5.431 -2.144 Td[(E)]TJ 5.485 2.144 Td[(X:)-450(a)-338(do)51(cument)-338(pr)51(ep)51(ar)52(ation)-338(system)]TJ/F8 9.963 Tf 149.291 0 Td[(,)-316(2n)1(d)-312(edit)1(ion,)-316(Ad)1(di)1(s)-1(on)1(-)]TJ -242.932 -11.955 Td[(W)84(e)-1(sley)83(,)-333(1994.)]TJ -51.128 -19.925 Td[([LC])-3229(G)1(o)-28(os)-1(se)-1(n)1(s,)-460(Mi)1(c)27(hel;)-485(M)1(ittelbac)28(h,)-459(F)83(r)1(ank;)-485(S)1(amarin)1(,)-460(Alexan)1(der:)]TJ/F38 9.963 Tf 318.881 0 Td[(The)-450(L)]TJ/F39 6.974 Tf 23.878 2.079 Td[(A)]TJ/F38 9.963 Tf 4.511 -2.079 Td[(T)]TJ 5.431 -2.145 Td[(E)]TJ 5.485 2.145 Td[(X)-451(Com-)]TJ -307.058 -11.955 Td[(p)51(anion)]TJ/F8 9.963 Tf 29.024 0 Td[(,)-333(Add)1(ison-W)83(esle)-1(y)84(,)-333(1994.)]TJ -80.152 -19.926 Td[([LF)28(G)1(])-2542(L)]TJ/F7 6.974 Tf 53.768 2.043 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.043 Td[(T)]TJ 5.535 -2.144 Td[(E)]TJ 5.535 2.144 Td[(X3)-333(Pr)1(o)-56(ject)-334(T)84(e)-1(am:)]TJ/F38 9.963 Tf 82.358 0 Td[(L)]TJ/F39 6.974 Tf 2.582 2.08 Td[(A)]TJ/F38 9.963 Tf 4.511 -2.08 Td[(T)]TJ 5.431 -2.144 Td[(E)]TJ 5.485 2.144 Td[(X)-154(2)]TJ/F11 9.963 Tf 14.025 -1.494 Td[(")]TJ/F38 9.963 Tf 8.708 1.494 Td[(font)-358(sel)1(e)51(ction)]TJ/F8 9.963 Tf 57.54 0 Td[(,)]TJ/F30 9.963 Tf 6.088 0 Td[(fntguide.tex)]TJ/F8 9.963 Tf 62.764 0 Td[(,)-333(1994.)]TJ -318.716 -19.925 Td[([LG)1(C)-1(])-2444(G)1(o)-28(os)-1(se)-1(n)1(s,)-441(Mic)28(hel;)-462(Rah)28(tz)-1(,)-440(Sebastian)1(;)-463(M)1(ittelbac)28(h,)-441(F)84(ran)1(k:)]TJ/F38 9.963 Tf 304.703 0 Td[(T)1(h)-1(e)-437(L)]TJ/F39 6.974 Tf 23.74 2.08 Td[(A)]TJ/F38 9.963 Tf 4.511 -2.08 Td[(T)]TJ 5.431 -2.145 Td[(E)]TJ 5.485 2.145 Td[(X)-437(Gr)52(a)-1(phi)1(cs)]TJ -292.742 -11.955 Td[(Com)1(p)51(an)-1(i)1(on)]TJ/F8 9.963 Tf 49.392 0 Td[(,)-333(Add)1(ison)-333(W)83(esle)-1(y)-333(Lon)1(gm)-1(an)1(,)-333(1997.)]TJ -100.52 -19.925 Td[([LG)1(G])-2382(Carl)1(is)-1(l)1(e)-1(,)-333(D.)-333(P)84(.:)]TJ/F38 9.963 Tf 119.566 0 Td[(Packages)-358(in)-358(the)-358(`)1(gr)51(aphics')-357(bund)-51(le)]TJ/F8 9.963 Tf 144.878 0 Td[(,)]TJ/F30 9.963 Tf 6.088 0 Td[(grfguide.tex)]TJ/F8 9.963 Tf 62.764 0 Td[(,)-333(1995.)]TJ -333.296 -19.926 Td[([LUG)1(])-2417(L)]TJ/F7 6.974 Tf 53.768 2.043 Td[(A)]TJ/F8 9.963 Tf 4.386 -2.043 Td[(T)]TJ 5.535 -2.144 Td[(E)]TJ 5.535 2.144 Td[(X3)-333(Pr)1(o)-56(ject)-334(T)84(e)-1(am:)]TJ/F38 9.963 Tf 82.358 0 Td[(L)]TJ/F39 6.974 Tf 2.582 2.08 Td[(A)]TJ/F38 9.963 Tf 4.511 -2.08 Td[(T)]TJ 5.431 -2.144 Td[(E)]TJ 5.485 2.144 Td[(X)-154(2)]TJ/F11 9.963 Tf 14.025 -1.494 Td[(")]TJ/F38 9.963 Tf 8.708 1.494 Td[(for)-357(authors)]TJ/F8 9.963 Tf 48.12 0 Td[(,)]TJ/F30 9.963 Tf 6.088 0 Td[(usrguide.tex)]TJ/F8 9.963 Tf 62.764 0 Td[(,)-333(1994.)]TJ +ET +endstream +endobj +149 0 obj << +/Type /Page +/Contents 150 0 R +/Resources 148 0 R +/MediaBox [0 0 612 792] +/Parent 132 0 R +>> endobj +148 0 obj << +/Font << /F45 49 0 R /F46 52 0 R /F8 12 0 R /F31 18 0 R /F30 15 0 R /F11 30 0 R /F38 24 0 R /F39 27 0 R /F7 21 0 R >> +/ProcSet [ /PDF /Text ] +>> endobj +140 0 obj << +/Length1 782 +/Length2 1480 +/Length3 532 +/Length 2794 +>> +stream +%!PS-AdobeFont-1.1: CMMI5 1.100 +%%CreationDate: 1996 Aug 02 08:21:10 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.100) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMMI5) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +end readonly def +/FontName /VWLGIV+CMMI5 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 105 /i put +dup 122 /z put +readonly def +/FontBBox{37 -250 1349 750}readonly def +/UniqueID 5087380 def +currentdict end +currentfile eexec +oc;j~EЪڇqcVv3ދF'HJ1ۻ=AWԯ~k=%LT~1%V|St99 KYMyD+,gD}F2Eh#^#dT(@UN0uޥ8̋z#a"ހ8ݙLs'\"Iho{h! FAZXɐ}}5L*%* + F7Ӓ?-YPⳠ;ܳZ(]ÏGOM}Sq+qTe&i ٺ"稆!H.HYdRStdL-;fGL#n2QKMpk&bմRj2UK:K8%΂8 Fe>]we1d 4("rsÿ; ƬlO,g荔Gq9P;쫉Mۏۑ?`^s=,E"呎P8IS ; +8+#n [A1:/tr_5,!E)cו /N5 (,!qm)?]J#KȄ,o(O]Lm1BG̐,^W6&7PHHۤC` uq!il E6D>> }oaOB6- viY`OTw+P:X5ővRMap5S2ax+ NyEQTdΐ~KQ&߳)iP#r8c)wo&T5bSIBZp+u@HXN%$I_Xt6CyƐx 0?c\D 9d5MYRI;aeyl@> endobj +139 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /VWLGIV+CMMI5 +/ItalicAngle -14 +/StemV 90 +/XHeight 431 +/FontBBox [37 -250 1349 750] +/Flags 4 +/CharSet (/i/z) +/FontFile 140 0 R +>> endobj +152 0 obj +[534 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 689 ] +endobj +151 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 105/i 106/.notdef 122/z 123/.notdef] +>> endobj +137 0 obj << +/Length1 784 +/Length2 674 +/Length3 532 +/Length 1990 +>> +stream +%!PS-AdobeFont-1.1: CMSY5 1.0 +%%CreationDate: 1991 Aug 15 07:21:16 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMSY5) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.035 def +/isFixedPitch false def +end readonly def +/FontName /BVXKVT+CMSY5 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 0 /minus put +dup 48 /prime put +readonly def +/FontBBox{21 -944 1448 791}readonly def +/UniqueID 5000815 def +currentdict end +currentfile eexec +oc;j~EЪ/ ȭX~id}S5Q!gtⵎkJc;rN^X5.Sy +'IqV:r㚉#,# dBZ *R*"7٨y! [RߺRl? Z$ +4D2@6"V(7"r'T7-qmpJ /jqT$tIx3)rZj{& + RJƀ\9I̸zh"dlKBĆ p=v$q6w9BL + shs7$B^+\ОXZؚSɭZ#St){*%[dxBN!b7S(ֻϴs1M5TWN} Z{=mGj&3+KXOT"eSN g ̤HZD }w Q`\ 3e8wZG> endobj +136 0 obj << +/Ascent 750 +/CapHeight 683 +/Descent -194 +/FontName /BVXKVT+CMSY5 +/ItalicAngle -14 +/StemV 101 +/XHeight 431 +/FontBBox [21 -944 1448 791] +/Flags 4 +/CharSet (/minus/prime) +/FontFile 137 0 R +>> endobj +154 0 obj +[1083 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 441 ] +endobj +153 0 obj << +/Type /Encoding +/Differences [ 0 /minus 1/.notdef 48/prime 49/.notdef] +>> endobj +124 0 obj << +/Length1 813 +/Length2 1555 +/Length3 532 +/Length 2900 +>> +stream +%!PS-AdobeFont-1.1: CMR5 1.00B +%%CreationDate: 1992 Feb 19 19:55:02 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.00B) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMR5) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /AKFYAX+CMR5 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 48 /zero put +dup 49 /one put +dup 50 /two put +dup 51 /three put +readonly def +/FontBBox{-341 -250 1304 965}readonly def +/UniqueID 5000788 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\c3R*R?쨤ȯ@ gSr RIzE_EMv,X!%6]ޡL%MG|ۣʕ$TQ_"w`ulpJR$HHWzU)}8gn)g&vJzح{Io'#ؿ6h,!DӝAq*́Y)̖^aROųuUQr14Av&f:0:^.EZlfn'R;ێ/7#yLEhydԶ[Fϕd~K샅l'{:hncTs#.ĺV迸QGךt9ho} Gnbg2vHZ"R\;|nDN[֒ț#|iz1܁Ku@ +D<qq0dވ,LR2,'AƉ'"<AV (WѪ$amky8HU>*W}!7)ƃIFoAA=9g/0wZ3X~ zӐ`@-c^'""Ma<  +:< Y}I#9 ,zb7JRU3qBG/Yu~4`7Q#< ,_'(,$rg\4`ރ#ZRis =tk[[aȸ0< ]' gdUܑ+}Q> endobj +123 0 obj << +/Ascent 694 +/CapHeight 680 +/Descent -194 +/FontName /AKFYAX+CMR5 +/ItalicAngle 0 +/StemV 89 +/XHeight 431 +/FontBBox [-341 -250 1304 965] +/Flags 4 +/CharSet (/zero/one/two/three) +/FontFile 124 0 R +>> endobj +156 0 obj +[681 681 681 681 ] +endobj +155 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 48/zero/one/two/three 52/.notdef] +>> endobj +121 0 obj << +/Length1 1297 +/Length2 5378 +/Length3 532 +/Length 7207 +>> +stream +%!PS-AdobeFont-1.1: CMTT9 1.0 +%%CreationDate: 1991 Aug 20 16:46:24 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMTT9) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch true def +end readonly def +/FontName /RKEXBY+CMTT9 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 36 /dollar put +dup 43 /plus put +dup 44 /comma put +dup 46 /period put +dup 49 /one put +dup 50 /two put +dup 65 /A put +dup 87 /W put +dup 91 /bracketleft put +dup 92 /backslash put +dup 93 /bracketright put +dup 95 /underscore put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 123 /braceleft put +dup 125 /braceright put +readonly def +/FontBBox{-6 -233 542 698}readonly def +/UniqueID 5000831 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou_c2Bطj=-)1_]X` Y{nn9׫/uye );9*fHHK-\rБkg\5&(G<`J7dhn)Zl득52 Z$نa#q13@H;+G"1L(seER ;ԱJo"BFKkv/ ֈpZCޯ*@;db s*Mm~4]꽺\Qߍ):۞3#˂3u?O+|mMۉfH21C2/AHw;u&~#V=@Ņ*Ft@*(s9)UdƁF!;ŭ$r)_e_LRXJ*'*|o+ _|flWU6yM`MFPzXktw_K1߽g88uk1 U} n{]~X }mzڞ-𕵹4" +l$1Xky a9LSp7cP^|IMOkL;x窃*Mu$am%h#$:Z| uڞmͅyy3'b鋼[ȤI?R^sİ[,GPgtۀ )3n+`n=Ͷ6z՞gcы'1dze| +{UEq~+Z [e hx',Yޔ !ӉO5V6_YާOk5/̥w:9!\mD]l"Pz'j |_=|fAWwR1WѬJ!m֖[yY ,Z՟ w_9=?RmVʰf{p$9d祥[艮/ 0opdIvcBո^"[FpqМ%i7DQ'?Gd5axgFQqtcƸOف.lU=kqt6rIaZ?PoDTf . I8-+kz&?O ~?|**6^Uб] + r :ّy4ۄ,̻KG]}@vA7&qpL{`OfuΏY4ynGRez,J_WC3H8H6K*"aj哃bFJJF42h'YzI~2Mqh8nC !/ANc7<ڵݮpzE&uI~ oKIck.cZH`3(:MkH6 [6A ;mȠ#JrݰMzhH J?cp0b?vʡ, d`Vr%T60Aox?;5+F gQ}I&UՑ +(#r, `!$Np_u]恰 7OՔ#kGo`O\kR!ՋL6[N'Y[ +.16dw(#'̦YDYq4dѸNf ѯ ,G\9a%;Y.OvfūqwN'+>x#q?[;ĝ_a7<@^Jņ n*RDŚ2u'\{$`{sA^vH>UD,6:t7'%~x=^~"ԞɼJE1c%S.F-+Կ;R&h=>鸕?-ŽHޏ"\~W팻"LU1~n,DZti(Bi{ }O2 Dۛhk* c +PGyإX_Wbd~\X}0怿͖Fus/R2މF8%k <m1(0A[Ck>O"$# +1m!^ xHç /G8:đh5SL3fQɊUF3q8aT8"%xqmeќA< XOZp8@H\)#^`#N˲GU㤒A_謞7+L@z?p,i @Ɂ[lWVj}xYbi%(՞1SL1{r2$oY1slURtp#,F坫;s.ng(!R<U:`pR@-cD=(@𲔕/Nƙ҇_5DQvJ*-B"C4q" Ɲl,7׬Rh^όxXXfCDMYـZ&q L)KrL%`+PD, %9LaX,l` ?ia2D7)/5-|BK,ݺ3`*>X 5o sr=g=G+)DVrqm4B\O_ų?HxT/Lga\œ8$byxU?_OLzOaۏN0͑ +2_5^C3cbw?Hsw=x7OʵLoa"Ọ^ks[~4 6T3wGG<'s WG”3Tqsu촎JpuR̙6DqௐsJ9ySqiyLjj2Th }C.9҈!XF=% ɊӅ"O_Lq h1z F@_ޯ6 +PAqmԙonkկY1:eZpł4W%,]$.1ZWb7֕>T*x%eJRyYS LGQSՅf`R$58EjՊb 0RuMsD3_},bu4T>/CnZiŵ}Ѳ9RyMrK0\_ymi\}F2),[9Pdɷp"|4c#;%Y1K;J0ޕZփ~5$v&ArgMgb[z^fEthXϡM]@-.,w+ZXe <9oYjbݱ|;#W~#9+1T'ο{ ;VmЪN٢.нe%tN\uv}rzbWm. ;V'K HEMa']n].K0G=JL[tkh#IHXҁ=N P^!|ƙVO>< +]udE{d;n_- Eu̚d4ܘsі#rYHiu7QA7M`9h-Qf< ߈Ն(-K^Ô]Gw`J0,[_^=0@ZEdh\2╃%0 ]zv(6U(Z}?d[:K|c ZEL̉CC/3n"0W=~(r&؛ba! =J/\Fs6=S; E1&/I:v /f4\E]4~'tPg91TܯcddcXG[kR,䨯38qo3bzc.뷒sT1HMI_C˰6E0|窾i YI/5 >}Uf]/WLY.D$T)L{_Zxܿ˂n-bvd^0ؖ5FE})̸~L: +fC;?RwT +/ 1LC2(Zm#Vg > Zo@ :@/}d3dIn[SuUxx vt}<-ѡE˽\W8nH;A[n1 1CvV`GC)wZtʹ\RX9qla^tYmo+swכERiJ@J]M#5vUy:XȺX &.jZnrO  -:DA4ZXeKIF`p4=g ҋ`H?:=o|K9aNòS`t.YvP8d-9)tZ,ocy0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +122 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 157 0 R +/FirstChar 36 +/LastChar 125 +/Widths 158 0 R +/BaseFont /RKEXBY+CMTT9 +/FontDescriptor 120 0 R +>> endobj +120 0 obj << +/Ascent 611 +/CapHeight 611 +/Descent -222 +/FontName /RKEXBY+CMTT9 +/ItalicAngle 0 +/StemV 74 +/XHeight 431 +/FontBBox [-6 -233 542 698] +/Flags 4 +/CharSet (/dollar/plus/comma/period/one/two/A/W/bracketleft/backslash/bracketright/underscore/a/b/c/d/e/f/g/h/i/l/m/n/o/p/r/s/t/u/v/braceleft/braceright) +/FontFile 121 0 R +>> endobj +158 0 obj +[525 0 0 0 0 0 0 525 525 0 525 0 0 525 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 0 0 0 525 525 525 0 525 0 525 525 525 525 525 525 525 525 525 0 0 525 525 525 525 525 0 525 525 525 525 525 0 0 0 0 525 0 525 ] +endobj +157 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 36/dollar 37/.notdef 43/plus/comma 45/.notdef 46/period 47/.notdef 49/one/two 51/.notdef 65/A 66/.notdef 87/W 88/.notdef 91/bracketleft/backslash/bracketright 94/.notdef 95/underscore 96/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 108/l/m/n/o/p 113/.notdef 114/r/s/t/u/v 119/.notdef 123/braceleft 124/.notdef 125/braceright 126/.notdef] +>> endobj +115 0 obj << +/Length1 1072 +/Length2 5283 +/Length3 532 +/Length 6887 +>> +stream +%!PS-AdobeFont-1.1: CMMI7 1.100 +%%CreationDate: 1996 Jul 23 07:53:53 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.100) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMMI7) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +end readonly def +/FontName /XICYWT+CMMI7 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 22 /mu put +dup 59 /comma put +dup 60 /less put +dup 61 /slash put +dup 62 /greater put +dup 65 /A put +dup 77 /M put +dup 84 /T put +dup 88 /X put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 109 /m put +dup 110 /n put +dup 112 /p put +dup 116 /t put +dup 120 /x put +readonly def +/FontBBox{0 -250 1171 750}readonly def +/UniqueID 5087382 def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9Mv92#:iQ?.n>%jzGm >NjS])7uևUQh4)-×p#z{8YаGP9 )"Pƣ3ГzYYZgp_PC߬CܔDC'<|(Rl/IxXMYzntԟlAv)|*iQP3|TxL" ʃ?Aw·pҋ:r)6,N{?JoA剳Js(0T9$ն''0j%&4LwQcKHpY Bֶ6$bZXZmX>B#9xҥ6IUJeG#݆>@P1o(ߋUcCо"[D.)>;@Lyj nvZL_@=Qb/ݻF03ڗ`hz+f~BfR~ږ̋qea=C^?O}:X9_)gx#G]0E[sDJ2 +niٰQ,"];] Ůy3 ȽjsY4"^d4Y:;3`֪]f(F(b7m/ڒj;YΚ6p=D#>2"_c~(`5c]VvَZo#K`H,="PPHKpn"Xg{̚`W`uB]^!fS*-fkZLJ"[o|`$>&*A>4;II`v #n9k~q a7xE=^.I>#ߔ3󗖯?+ ֚N`@V>2MWtf,֑\*O^엵*uS\#G,ZFjUzK=w2FksRٓ[w)RhG'}zL~Y/5hi_`m>xZDh53q~qE:!4Zsu`Sq(c}]*ߒ(> {.j_Ù7hJ;2Q}DRse!"u_$_ aɚ}p7j#Q[;.N-كƇg8rZndX?~|&%bzGWbH;hGKN4-߫`v+*8LCK1O 8аO^ܜ}:EW,f2˕ -rAڡh9L h8_u<~~u~f%*iq+&-0^]_ M z,FeduCY|elij1̘Ww pr?J2󄚢5. ^X>kIPQHG)0d:(wc !t;77)t@U!c'~Wa o27]01icGmc% ÇQ?b[]Tkg>d!鴦}:LBԺjYr$mA7IS95w\o Nq+i6FZj? jL>.gwIMm#},=xjA4*4x`sb78myV~Y%}!L@݋<Ȁ&p9%(|]o8-Uڈ*v;ٓ0by)ZU oIgaYNE +K!&1P/Q<6Je:o'TȉKE;jTnCǏq0X(e_4m^"GjcMv#+xϗ`\(ZPOCǡB?B]ߍܫR~tf叀YrF>VCyi謷c9D@o0l4͈Lq־6?@ϛ[^-n*`)lm͈;or88<>\Dp&25+zo~S +)xZTc5OX{+eB{{9z?Θvi*4wRCmɏZlU&C h:S$p-TGA>"Mb+$<< -U>[mjɓ7toi}0 Ϳ0,uECATWL̈=\8<<]cTWJ#ٮ;D5*%:-c=*h#enqH\0$_ +EJo3aNIl%` ܩCڥ Oڎ"^8uh +AT\_F!Y?bYrZi_):P)mRԫIwCm&mqpxt0F}{i@!"'H00#aRT& *tQxSL/v2لy 5;sai)+h:yp)\?yظKvv`qMiqpBT[aa<'}*6#)yq<"?@:x*[NŽ(SJ"2kAV<Ӓg[vW PkؚNFOV k$>Cu)8qyOkT$J+!I0БC%0 F\M^FUxI' Aqsc;%IRPxxXmV⩸S siR A =3`53PBa%=`"qR=ILzӂj--bړugk\6;)GA ]nE _'Psċ|g!e&yz:dN][QD|zOgHF^crA7{_ul`q}r6%ebq1 !`@Ѽq3 ol\*olZJ ޼1$e#ju)a?mjk91Çw葏ZH0)v!rɃx҃" AZ7G%эǥQ*ƽz_LESMzW0٬8~TIB.i|̄$l :ѥœ5 xVuý C;yP`OSO9Ĝ5^Ͼ;O* (uͼƮղOhTsg/ߔeکZW*^p2׼L+ +DIDGZNkЂs@:o^MA"YuŐKL%=[yʝ)hJ_&-0i \;iz는{ZIjXsĭ]֏$/Uu%h'7AڢT'[H0Xs0wb^"xcCŏ %~)ӊYJW^jCfl0ݣk##5չ `?m  iDue._lxdؗ|_]S67M-G.<^|V/O% ! _ßILr DS^wtfT 8I- rq&.Y?,>?޵n9V<]oa`\b #-^1IJGkkzc^RԢ?='c8A)zo N| c{pxNBjka =zWh̳G(=<= nIhTYF:p-9lS&MY=ތUNJ sBrVCY0=>" 6t½AsقnЛE:%=Nvz We<,C&;qġOۃM;9b\P|p%{}nM0?@/aPbC=ÍZg -D\N"r&sDm"oo_> endobj +114 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /XICYWT+CMMI7 +/ItalicAngle -14 +/StemV 81 +/XHeight 431 +/FontBBox [0 -250 1171 750] +/Flags 4 +/CharSet (/mu/comma/less/slash/greater/A/M/T/X/a/b/c/d/i/j/k/m/n/p/t/x) +/FontFile 115 0 R +>> endobj +160 0 obj +[695 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 339 893 585 893 0 0 859 0 0 0 0 0 0 0 0 0 0 0 1089 0 0 0 0 0 0 675 0 0 0 937 0 0 0 0 0 0 0 0 620 502 511 595 0 0 0 0 404 473 607 0 1014 706 0 589 0 0 0 432 0 0 0 648 ] +endobj +159 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 22/mu 23/.notdef 59/comma/less/slash/greater 63/.notdef 65/A 66/.notdef 77/M 78/.notdef 84/T 85/.notdef 88/X 89/.notdef 97/a/b/c/d 101/.notdef 105/i/j/k 108/.notdef 109/m/n 111/.notdef 112/p 113/.notdef 116/t 117/.notdef 120/x 121/.notdef] +>> endobj +109 0 obj << +/Length1 759 +/Length2 1094 +/Length3 532 +/Length 2385 +>> +stream +%!PS-AdobeFont-1.1: CMBX7 1.0 +%%CreationDate: 1991 Aug 20 16:35:49 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMBX7) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Bold) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /FIGNVK+CMBX7 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 48 /zero put +readonly def +/FontBBox{-55 -250 1289 751}readonly def +/UniqueID 5000765 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou_dV`Ky Z]uO<`;k P?bH*DHQDXG9)vvSF|[gWr!3s OپQgE3p-dL<`wHļm7Ǩ;͇B)N_i`U۪WnŽD|^1P#L92mXmgtYs8ېl +뢜en};b6A "Pg0fa*j6p16|5`e7H"ڜ8CqZPQ_C aWAGb*)74}W*q)co;/ ؀x쌑;$)b'nбKj.6r8'Ն [<1j7LQd!Uf\Uxu׹&ˈhUdP\E߼K*)S ztƒ(YSn3=m%:o=1k.(Ô^:,Sh 6ٯ.ۇJ#yTVQuوg {F4Eɕq!~7uuJ&oV#V;'.%83A9 Q_5L\'1"f{#b EkEát3fħtHf"o-@"UӤl>ZϠk^yDb "B!IMezQO#sH`mX*f fV׷ɦ(-0KK6mR\d8U=~H)M#?!G+yN'#A\$bL|*uء|FKA m"i_t9N;{q|B #LLQMpyW0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +110 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 161 0 R +/FirstChar 48 +/LastChar 48 +/Widths 162 0 R +/BaseFont /FIGNVK+CMBX7 +/FontDescriptor 108 0 R +>> endobj +108 0 obj << +/Ascent 694 +/CapHeight 686 +/Descent -194 +/FontName /FIGNVK+CMBX7 +/ItalicAngle 0 +/StemV 127 +/XHeight 444 +/FontBBox [-55 -250 1289 751] +/Flags 4 +/CharSet (/zero) +/FontFile 109 0 R +>> endobj +162 0 obj +[647 ] +endobj +161 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 48/zero 49/.notdef] +>> endobj +106 0 obj << +/Length1 772 +/Length2 1087 +/Length3 532 +/Length 2391 +>> +stream +%!PS-AdobeFont-1.1: CMMIB10 1.100 +%%CreationDate: 1996 Jul 23 07:54:00 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.100) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMMIB10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Bold) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +end readonly def +/FontName /FUIBHJ+CMMIB10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 25 /pi put +readonly def +/FontBBox{-15 -250 1216 750}readonly def +/UniqueID 5087392 def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9MKm4%sF+Jπmx.CS{ýw*͕Ze)'5:1cM~ +$Fkw +QW`=QY3t @ 'ѫ>]?FW&@ξvi+rhruJb@ o 3bGynScIrEDfp X(L߃ +?ǜ~L6dvz#rugD_imhp[Ji x$\ =_j>cw*hyOV'&n8w^`ddgN]\首X!FDz[;}wE̲[ P#Zjz*6)w'7.)f-J_bXzO[~;#weT' +wHh \(*qmStn%rGRfx° /#|cp8d:l>5ɾK] `a)xMUWۘ Nh\}\^ vO9p;4j -T4edغzO|B!dz닉D'`(E<_k̶|XDpk0㒪, &f.'OQ X(S Uǧ[qoG#y^wHziLյgrѤuUDN3E&y]!>M$Cfhfv«:;SLBEٗoQY~MP-<"譶hH[$덕:6Mk\]I}ݺR'+>Ee1Y0XXGݾE$s>#7r*) \˂=F˹GB@3V" ~zrgn:#8ϖaפL؁ۦX0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +107 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 163 0 R +/FirstChar 25 +/LastChar 25 +/Widths 164 0 R +/BaseFont /FUIBHJ+CMMIB10 +/FontDescriptor 105 0 R +>> endobj +105 0 obj << +/Ascent 694 +/CapHeight 686 +/Descent -194 +/FontName /FUIBHJ+CMMIB10 +/ItalicAngle -14 +/StemV 113 +/XHeight 444 +/FontBBox [-15 -250 1216 750] +/Flags 4 +/CharSet (/pi) +/FontFile 106 0 R +>> endobj +164 0 obj +[682 ] +endobj +163 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 25/pi 26/.notdef] +>> endobj +103 0 obj << +/Length1 836 +/Length2 1202 +/Length3 532 +/Length 2570 +>> +stream +%!PS-AdobeFont-1.1: CMBSY7 001.000 +%%CreationDate: 1992 Oct 22 12:18:11 +% Computer Modern fonts were designed by Donald E. Knuth. +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (001.000) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMBSY7) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Bold) readonly def +/ItalicAngle -14.035 def +/isFixedPitch false def +end readonly def +/FontName /KWKQZT+CMBSY7 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 49 /infinity put +readonly def +/FontBBox{0 -927 1542 750}readonly def +/UniqueID 5032008 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou_lD!nW7yZQ9ؑݡW]5^ϲddt]i fmHS)GN3liy܇ 1donӃ>KJ&~LK>4Aٳ2phK`/dw 0IDYX MYޕV4ldodUXS g69"[ +0ah j|׫YX{ajVaڵL`` *-dVrHTIBs4 MA*Gb:ޒkHQ(iZ:FG:O=V?8s$V^I;Йl;Bwgh +VP ڄH 뛀BHu M m`>k[vdyr?Gl5-ĩK@$GH ++YIC %>~0?J,:MT*LQ(:a ~tlLqI2H? TP_$h!Hm|2'ZO̩j\Zx;oUnqE +M n9`=*}XʗYaœT[8d rHi/&N~CcahQKt~cy|xt%wA +o8:X$ҙRϘd.Ku;j;q%ֲJ o V%.p4#֟yzp%"| OPu&x7b蒽Ri]Ã7/=w0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +104 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 165 0 R +/FirstChar 49 +/LastChar 49 +/Widths 166 0 R +/BaseFont /KWKQZT+CMBSY7 +/FontDescriptor 102 0 R +>> endobj +102 0 obj << +/Ascent 750 +/CapHeight 686 +/Descent -194 +/FontName /KWKQZT+CMBSY7 +/ItalicAngle -14 +/StemV 142 +/XHeight 444 +/FontBBox [0 -927 1542 750] +/Flags 4 +/CharSet (/infinity) +/FontFile 103 0 R +>> endobj +166 0 obj +[1294 ] +endobj +165 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 49/infinity 50/.notdef] +>> endobj +100 0 obj << +/Length1 890 +/Length2 1424 +/Length3 532 +/Length 2846 +>> +stream +%!PS-AdobeFont-1.1: CMSY7 1.0 +%%CreationDate: 1991 Aug 15 07:21:52 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMSY7) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.035 def +/isFixedPitch false def +end readonly def +/FontName /ZNHGVF+CMSY7 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 0 /minus put +dup 3 /asteriskmath put +dup 6 /plusminus put +dup 20 /lessequal put +dup 48 /prime put +dup 49 /infinity put +dup 106 /bar put +readonly def +/FontBBox{-15 -951 1252 782}readonly def +/UniqueID 5000817 def +currentdict end +currentfile eexec +oc;j~EЪ/ ȭX~id}S5Q!gtⵎkJc;rN^X5.Sy +'IqV:r㚉#,# dBZ *R*"7٨yQIeύrZp(IJ8#+P.ղNC; +[i-{')/Pph QC +AȜ;k5,4Cof^^ "XWeBL'>@{.'b[>PP.DW,={ #VX6nzT`qN&=`~+GH c%=TF{v/҄w O&qK46@ }!P3x)4ʇ~%[tf{ ߢ j@|}' SN2r4u†$t=|v;x,˙!9,q +2Xo! KcEn?@C)$ G47nouCO(g;nW?yno&8{ o˸NzWSUv!wC+m-\XPDW +ؙ.mV>,S HeӺmx}8N =3U{gfi*M8C o(0fӺ-G}TI@)Ia}yO 5pA3hޅ')h0Z蛕`<3H[Gi!a>eǥ72Vo=)bQ#!O}ЖeOpmi w"%3OIUE6cB1]_|n`d@ :/әFoxb5XesąrwO^7c1zyAL[sE] +eb1픠۱Q1u5EGt!>@nXE6{[wỷ)hy5Ai>2 T|&Bw1]aIDH ;N 1@ ;Y"/\L@x؜~B-MN7L/2E +Mo=ڐq=?f=:3D\+C[4cl`P9 ,Pذu SNt +~n +U*hW< #>T͟jkbln?م{c ju׭h4WP\&lS`gtʈ튳c[JUiSDG:8VR [f7Sme;SuOS?ĐA`5VG˰~3`ݙO!F H0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +101 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 167 0 R +/FirstChar 0 +/LastChar 106 +/Widths 168 0 R +/BaseFont /ZNHGVF+CMSY7 +/FontDescriptor 99 0 R +>> endobj +99 0 obj << +/Ascent 750 +/CapHeight 683 +/Descent -194 +/FontName /ZNHGVF+CMSY7 +/ItalicAngle -14 +/StemV 93 +/XHeight 431 +/FontBBox [-15 -951 1252 782] +/Flags 4 +/CharSet (/minus/asteriskmath/plusminus/lessequal/prime/infinity/bar) +/FontFile 100 0 R +>> endobj +168 0 obj +[893 0 0 585 0 0 893 0 0 0 0 0 0 0 0 0 0 0 0 0 893 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 329 1139 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 339 ] +endobj +167 0 obj << +/Type /Encoding +/Differences [ 0 /minus 1/.notdef 3/asteriskmath 4/.notdef 6/plusminus 7/.notdef 20/lessequal 21/.notdef 48/prime/infinity 50/.notdef 106/bar 107/.notdef] +>> endobj +97 0 obj << +/Length1 1566 +/Length2 16411 +/Length3 532 +/Length 18509 +>> +stream +%!PS-AdobeFont-1.1: EUFM10 2.1 +%%CreationDate: 1992 Nov 20 17:36:20 +% Euler fonts were designed by Hermann Zapf. +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (2.1) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (EUFM10) readonly def +/FamilyName (Euler) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /TVBISM+EUFM10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 4 /galt put +dup 48 /zero put +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 72 /H put +dup 73 /I put +dup 74 /J put +dup 75 /K put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 80 /P put +dup 81 /Q put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 86 /V put +dup 87 /W put +dup 88 /X put +dup 89 /Y put +dup 90 /Z put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +readonly def +/FontBBox{-26 -224 1055 741}readonly def +/UniqueID 5031986 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\cOXdX@,Ğt+ +Zv-d8Yzʇ*#Z@`}3j<ȺGݍvM~\$y$T T[9`!EB_-ӭÔ/",{eBwVY'1wdiy62[Dơ"ʤ¶*DRǩ_#*[;燀_Xvi.Ku! 4S,ƾ4_3e&6|:+2]w'4O'y!-$;=+#9lPƞVNaFϺ +PX%Z8fGje90fd s_?EňL3Q_}fW듆s;l.|[&bȷu CU@^ ƭ4,`@ɯM`OBZ\m-&/$ +U(^t4 DW6ʘ0S(foNKɋ̩߉{1 \8?;RЈ!‡1*- +ؔCP,@٠mqw,XG? XHK꼆 <{1D]0Yw=A_P)&{ ݟ穬]W߿[@'^X^S) 17tQGpA ;,DG5áek_4jlEksjo׵D5x az6N4!-`7:&}<&$MEp 0n97U4vjr^A僳Y}F幓8gMYJZ\ꂸ5N\8_ 3ˌpzTS\,$'8VKX;v񎖼*?Iy(}I6!3o^0-V~RL|Ylgmiy^+P,bIuqrq1S *>zxIj:PrA .wVOpC$+L@l{JzgƩjAۍHe6/C;.e~ Qv9J\o& +G>G-\E*h9;ZW:dG^YlK$;>|~݂X 6p=W +wm 87V2Sڊuݝ: +PަI.l2FKA)'} M`g3/*9J@=YۄѻGqԶ*Nꩌ{%֝Yef<]˫ǯܯ`%]:5WJgV+(_swYGX;n+FbLj(k >RF(ggEy]0 3f q|fS=|hij<Du2,z939۷((iDMP΅86{iVAZv^Հ~I(릪 +Y j-qk* >K&xdRDk|]afϚ ЙP||Mc0BOI(dmy{FF^Ԅj[M4Ѥ2i@,xSAuW'[xP+:w{ {`>&rX&*8 LJK'n-LpyNEf9x-K70!%q*XT[+YMwywµD r|/#[&=ڀvv\VYxO^ǶoL+\q߼[\vЧW̶h}=7cyP OV4^5%MG)BZn8PtWZ<{o.e$fIX2nOv E@q(y@`A++k/,};o1/j+9 A|JL}8yw\k&W>f T4-WGQ,HW-]Hij4M4A&zaevHy3%2.Y6#($9/[h|x~,wS: ;2! &WE*eRpDy,er3l᷋c4쥝 !QG}2V/.Y +y4e,y]+Akkmrw;dO3m0V50@ߥ$ l1X]殸7!_h )^#jbTؕ2Fuj?rnWusvyKq>O#ݣ%BDnW&lO_G6$%4a$>EkJxCejۀA< ״jӟҧ +fEAQ¿+4{,A 3+))gc6NE}=(XAM.I9ťthyil>J2BQWa#n35k T#Xx&<)\?#\uqw:hv?`8DZ[75(} S8/bG Kuμ/wTn`(0N0Eye^KxmC<M$>Ǔ!xV}ӛ+)mk#`3fЄi4it܁SoVF ar0!NZ <:Q-}0ŅnJnݒ{_ ٘m[e2 i kJeSuBf$>֋itztQa1ZV.eH1u=9&' %VQ.h6Ut@Zqo*<X@ۋOОXĦsogO{Kz05 sdf(L*.~9ݚ,SOJWSTKXBZ0Pa?I"6LIssd!r1M|WFeGȐHI dIp$G>̲#OQG q_!OO+bÚ]py) 3pnCSD.<ٳ"-ʣ JSZ#=lۺl~G*0RE>z):7r-!aź^2 +M}徵'+iϊ?bˈ0J}-B|N 8Yspyz,لRr[^ +D$!ap۽ 1Si}z> !Q6C臎$\7@4 +c&LX)ЭOt6o=5wY ,7o62ɕt=V$ar]e@3G=b7PV7Mmk $(qϰI9];ƽ1tO>$[CC@B<䏫(tp;/ZTv)UBes%;*₶5Fnw*Çpr$#/xQ (-v/|2z̖%Ͷ ߃Bd"v}5AklgDP:[p朋øk*k/: aP=oB=F˯ +q`,>{D K2-a4׌ըǛa*k +\bT?!Bf(tSq&W~'mcA+݄1W!.PnțBy +^IC8zkW6\4ƨn31魛"M01M;"r L5a͔iBN mg^c'JS@anٴ!1gyȊexbwn".;^5ORl>p&Wi'&^JcGӣmKC1$8ч c6 +EЍzbGS=N<>lcYA-cf`2Y+vRŽf6iK+tZV^o897Nt$D@oQ{ ,;wWZAc=r(e7Yt#1^ / ]:K-h@ %0g/t{ )GN1?N!ʵ3:; ֜$L@)\}&×Nz9V^bo7*4ë/ݍHӪT8eA)M$[}f?F^?0u޼pϕ+ty}/@(pRnIq03껝DYBemzmG$„~tCJ#& -:mmOm+x3$ l6>es1!h[̵*pH +|TFA ݓ2Ժ^nhUf$T6-$ݒ"d8+-w˘l?rC#qր;+Koԣx^7y@ MCy0 (p5Bf`=KJ1ƾSxvLi jE*@+/(NkVHLƑ(qc Ji.lS"d W,$kHSNї/=Ѩp M x>@#)pt,^J|L!BcDLZ^i,%\K7ڳx:!6ZW07CZF_s|88S!%ŧ#͒nQE69W,nCtF%3>*9XA<9;iLgz9|.CHۗ˙|cϭbӐq-Կ߈n:JJEv(7k[,Te䱳3;h-$z($#Lt ):l:cXR-1FDt``n뵐QD=JxJضW 0ygYʼnM!G4|`2DW(6 ّofF2p\E>^v!z +=lGKYJi^g?/Z7AH/Lr{c2 ~/񻔼-ѸAVđvNEe |N5lx$1t}ƾ{LIQF'l}zf#G!'8]S r'v!hn{J/y)r&#H缲%#^8PRNGa/g4XֆA{^xk=KSM9VPs7#c@]2>D}4= r?wpOΞWl|f H,Bds (84Ea "k)|.,׿m k%n^@yIm%7WM 25&=l{%9~֧7TF5LOA<"/?tcq2{xa 'J*s{ϳw?Ý1a\=gI̗RoWƞW4>b 2΄i⁗ìZ%^$ٸ+lɖ Pf>2䃯(8= %TQGK!P &y["<A͸,\*'-s0jؚ/nq0D<l*ٸfa,PȠހLKR5#v$&$HRJWg<06jW ?m)zZFs*d3u~wE:;wmEoSMoiUҕ/gUD.gb  k9G򟉹; +3{{!e@sۂ69j iqSeqRCߠi 1/u3  OǷ%rSмoUd(|GT, +|5*3>}\e8y$J$>+0RVj%nмM&Wj_9gp7ZҡV%" Clґ;&9Xcdfu|6]F=x,13^#R\!yPwB04|X~1[ ;st8kޮA&yO{ʺ;֔Xql.b +p\NGV+z{AU$ী @}9*Ujir, TkN>E:L0_i%[HT.y\R{Q2}U_toV3 A=F]7H|//Z r4]i`䛞D^@b$繣Ę ۛIï@ +8jĖ,nӔy>~,TÀvaT2yHvy@]Z^asb\["kN(V>"&u%g̥% =?6qt>/Qu{-=s$qAZ{*2y'άx_齛- 'U.%)RN3&~sC墤ĠjOs&@XaݔGM{ ŀՕ:nh+'a]F7=RWs&ic rl]ȝcwM&5K<׊{띋AÔ+c&>oD?ޜ*%[z/Y<6 dƚWV|Bı݊xyuiB~9]! 56iRB-o^:i` ƝKS=yQ0mLjן/Eyz] gg5$Hmc,FYݙz&YF0e~r#wʷVA2~:lǨDhWe25D[Js)c>ډ bIt-d}{nق7Z2;`` yfF04> 7/Hvw4 %_Y852{qHzE=LwtSE;_Qc7, 31:1P Bb$53J)Qǥg1@xrm]fT4n:S-gVJ~L`ф^?sìx74Zi y<Ѕrb5^Qkw(c#OnqN[V GwZ y=&&N3ǽ66E@o?5k2&9\k_&u2؀K`Rz %ע?0rKvĻ&?" HP9 +΁͐LuIH[]Wl.qPⷣN۹QkDD + @PM#%h~~ݸKROâ>U&_a=қz/ z(eq\ޠCnk +@n8fP11dHdJћV&ET ?u (~,js_x +2Ц[MF2cT.) 8Ԕx =^3x_HTn* 8:şRkq{spZ?+H\K}k?@lǑӬ8lIj% YBh}2ZWk良R[{Η ~ tOE3U,0,7"HĚGeC8 i4;>jJ6׆S֑l0%m%cO)PE~hQ^ޭᔮ!{$Cfr L-x@BN] QD|Bㅺy}-.܀h;7d ,qq7J3˛ 2y2fSsz]~},-Ge :.ՈlE +Q +yϹ7zb& T9ᄺM>USSJRJ j\T=\ + +{x{0K!TI ju*0Idt[3J1ݛdѳm&&*&_ _f"(׎_䥙wq‰!''NPIVO2'dHI_vԦ &`NPIhF7䥷ANL5m%L = +tj?I@LBsXce =oIi$H(b9rx^}&In9Es{҉NIeF$!|PwW `C۟*aZ~[m ?1*ێO0&|~U_z)&UQ,6-KdZ%(T6b@E`O sN?XFŐ'f|^?HpEVFZ/ں}g*;Mky0HG*)kP[yl U<* +7mBWK2QN8WZd&|ӱ+%z | +xk[\Cr2ϴqi,ͧk7*FԻ6>׺ۅޙl70U4o\S&h6}N8Y=Xx-s΃ݛ^V.qOٕL$РeT{V|c*F3r*hQ$NKi ^ۊ6ռX~幅+jLMkOF.ڔu+ӄ^B<"rS$Y 5IVNr`) HHiX>g%0z!6[@㤕u`_p WLcjz60Kf n.%W_MĵhX@2#ZݫTa\ ț“fj].XG1Vn9*uO# Tׁ }Z)緧3\Vt +6RW'I ^>BZF煆qv~q=rѿ~?T^s[YskݣJ g?gi|PLLdj"‚.o878ΊaF:p|Twj4>0UY/!uNf'k=?p"WI|0[z%tDwzvX]7%|'ܜindγA~ge >7#sLW5iyN +"u>";j瞄TD~eujoKgHW&.]xf%]l!>I v8aeB3Vi>s81Sg46~zWk[MpijPt/i8޲mMepk%dJ QB -Ǥ<ɇɧ\Z=zQtݟ0R}sbC^=}8W-{QӼw1ez jq:~jԘ_|B=ZRJ+(e5@&^ +%?s$L\n2'+-m}kWTH$0au=xi'.P*I2S/s6;HnDlgeѩ ?r~i-h5IՐ{o" :xS-ciuAB *0|mhh3G0hO/ˁϗ<fhJS^hC`;;nz*D5EYWkZ㥆L|~KHKYPd>Ixe  R)TlrXuP?rIvdѺGg.\&z>lbݫuDQ/DaW^&2¢yPcfo$mg.^b|dY2}ߊcuK]RuM{oPw%"|7`6 V{ +2#ӹ8L޴a9l K@%*ث 7 O rddmIfC?/IhQ#-qGaw"*l Up@V\(u; œ틲%L<797-ΫnJ+hVjq#yɄL<_ʕ筁.SjoșYhVٺgghO$j4/jQ5_sf-"pIlm+(jЊ_`Q˸lna/9e; UvxFI4pKCrUWD(Ov*r>ٰzEhނ +,㓨#3TD~v)]G6t6Az6[,V':5irNuڛW]]PT[̯ Ƙ6ƫwaq \x}3-ğkNx{)̄HwP5~JQ=sc +`SoY\qls9oq9/R3 rIW0KaݕUsCxi5NGsiTҾx'dm@=OPu} +6@ R)rUh!YvcnMYb4W԰j,qy)4vl~xˑ7ݓ{4sk)L Jf7/ڟ)'b#$)7¯ +/A."-~~|`U[Ű +g"oXFi7&6.j2Gn7Q6OЁi&k|;\@j}ʛLwI-LOMO]4N`NXufn50^~H$wJW +ވ+irM*b\ K` +)O#_A9Y`b*̅:i9Խl"c0lޝR[')4UGDD;C ho\Qp9oZ1 +]ދܐOwgGĤ-i =Ġ)yw.e*pS N- C!]ܩuK JRY%]UGa q_CEqkG'|1xH=TmMhl&m>wݦwӐE^myij`X^ Q"HMM-H#e64%[Y2}.E`@T;r[n@䃗;Ŝ"}C_)ItW.ʏ!Î<1>RV0^sԣ!1̞cC- + GjK1?n'?:t- |D?/+?r,Z;gQzmv?!ӎt%%;[j)X9[ɰ?5+hWNo/F̌^I2̆bO eD##JI|5x_$m$'XgFxi@4[DV, 7-~ l"],p8ݵEuǦNՋ"W.P4U+B+Jd̽.z[/6J٭/.ڠmO^p77n+DI Őn9i3&ӫ?ޏ^}Uz'&nfkb3{g%J6&xf]x[[;H>=}R0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +98 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 169 0 R +/FirstChar 4 +/LastChar 122 +/Widths 170 0 R +/BaseFont /TVBISM+EUFM10 +/FontDescriptor 96 0 R +>> endobj +96 0 obj << +/Ascent 691 +/CapHeight 691 +/Descent -189 +/FontName /TVBISM+EUFM10 +/ItalicAngle 0 +/StemV 76 +/XHeight 475 +/FontBBox [-26 -224 1055 741] +/Flags 4 +/CharSet (/galt/zero/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z) +/FontFile 97 0 R +>> endobj +170 0 obj +[503 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 502 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 718 884 613 832 663 611 785 720 554 552 668 666 1049 832 827 827 827 828 829 669 646 831 1046 719 833 602 0 0 0 0 0 0 500 513 389 499 401 326 504 521 279 281 389 280 767 527 489 500 489 389 443 333 517 512 773 389 499 391 ] +endobj +169 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 4/galt 5/.notdef 48/zero 49/.notdef 65/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z 91/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 123/.notdef] +>> endobj +94 0 obj << +/Length1 806 +/Length2 1393 +/Length3 532 +/Length 2731 +>> +stream +%!PS-AdobeFont-1.1: CMSS10 1.0 +%%CreationDate: 1991 Aug 20 17:33:34 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMSS10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /ZCNQMC+CMSS10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 4 /Xi put +dup 48 /zero put +dup 88 /X put +dup 120 /x put +readonly def +/FontBBox{-61 -250 999 759}readonly def +/UniqueID 5000803 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\cꈍ9ј8t e+mSBED(X֜nMlc62T2UcaZ#3B؜3;Fo{ȤLUm> +ο:nf-PbTg,.ZHDC+YU|Hz41Q/1}l kv7`6M^Vv(jFܦp 6Gb4Jč(r ^dh4gA-ohXpRwq02LOA_rEV6wc:yзK=(IJ_(Aϊ'Voؙ_@=:imэK1u8* OH2޲" E qm@a1Y|br!29"⋷0 cEa- +Ei"k"8ڙ +N,S궘0F#N18:_/e6?lܢˍւs.JP͖A+`=P?_;`˃zF}G嘾 P;&qCm(q<Ū#]([u>+d.KǷiϿq촪5$f|0Jc̤~[wK)TrL8=TUW8ƁI͕Aa{IFԼ9"CN6K:dstzJdgD}"_o%|2Uq*?h Cݺ  5?se:kz5O֚/? $TNXP},~=-iFAbr:y1R}3.&?PDLIJEG=ljhV3*ՁTLI.fYVML|o9LY8E ٵL}׎T=AZѿ=~x+n̈EH)(i7ɸQ=S % ">@N%wvh03X_6?Tm줏, ! UnR΅\tXYG"Z-(Aυz*sD}%0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +95 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 171 0 R +/FirstChar 4 +/LastChar 120 +/Widths 172 0 R +/BaseFont /ZCNQMC+CMSS10 +/FontDescriptor 93 0 R +>> endobj +93 0 obj << +/Ascent 694 +/CapHeight 694 +/Descent -194 +/FontName /ZCNQMC+CMSS10 +/ItalicAngle 0 +/StemV 78 +/XHeight 444 +/FontBBox [-61 -250 999 759] +/Flags 4 +/CharSet (/Xi/zero/X/x) +/FontFile 94 0 R +>> endobj +172 0 obj +[667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 667 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 461 ] +endobj +171 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 4/Xi 5/.notdef 48/zero 49/.notdef 88/X 89/.notdef 120/x 121/.notdef] +>> endobj +88 0 obj << +/Length1 796 +/Length2 1524 +/Length3 532 +/Length 2852 +>> +stream +%!PS-AdobeFont-1.1: CMMI8 1.100 +%%CreationDate: 1996 Jul 23 07:53:54 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.100) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMMI8) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +end readonly def +/FontName /FJZDHZ+CMMI8 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 102 /f put +readonly def +/FontBBox{-24 -250 1110 750}readonly def +/UniqueID 5087383 def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9M֨[G(aܘ|RP6n=: b9s2m4{~CD%xSd,&jA x"ПmѬ,+;ŝboB|ծTboI*VDZBJϟ2a{Y0Q(/e@AGƀ挄п]w}ga8.ݲ cS,t^Ujq.or!N]@j +Gē75uʑm$KWNWVF2P,KP˻ 62abw;SBֳ{ u&DChNe^L2Ib^ǞY62"CSl5X!okR6D UjT|S{G3:6A| ٺJ 33kLKEnMpٽqlHZoxV KË=]JNa1xjoiu3oi+!gKOԴ=0i}k28̣Њ/q(O*Zp';qA`UREfj0 SkVB͙bG{%k +Ҙ -_A &~3 QlYEL\ሷxV-$/K5V" >V~֭04~CT^Y4ղѪTtcǶ]fy0Љo8X 7YDYV/]PJ@7&b&'ba98.9鄽1&cCFvRu9K((Jh: +_8H#ci-yeO<^>@n]aW +\ih"* W=T +F_ܾͣ$1JФݝ'ЩuJ:)PeSE14H +10֟MO*.wSEfn>x7@ƫ\+T[Nv:_cxro`ub99`Nj#E>m)_*שrRf>/ +d|! 6 UF7_vm\6Ԇ[dL~WeHI!aT&X/IҞ / wtfes,ztvlD5e$D:> endobj +87 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /FJZDHZ+CMMI8 +/ItalicAngle -14 +/StemV 78 +/XHeight 431 +/FontBBox [-24 -250 1110 750] +/Flags 4 +/CharSet (/A/B/f) +/FontFile 88 0 R +>> endobj +174 0 obj +[796 801 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 510 ] +endobj +173 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 65/A/B 67/.notdef 102/f 103/.notdef] +>> endobj +75 0 obj << +/Length1 3581 +/Length2 31054 +/Length3 532 +/Length 35167 +>> +stream +%!PS-AdobeFont-1.1: MSBM10 2.1 +%%CreationDate: 1993 Sep 17 11:10:37 +% Math Symbol fonts were designed by the American Mathematical Society. +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (2.1) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (MSBM10) readonly def +/FamilyName (Euler) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /ZZWJUH+MSBM10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 0 /lessornotequal put +dup 1 /greaterornotequal put +dup 2 /notlessequal put +dup 3 /notgreaterequal put +dup 4 /notless put +dup 5 /notgreater put +dup 6 /notprecedes put +dup 7 /notfollows put +dup 8 /lessornotdbleql put +dup 9 /greaterornotdbleql put +dup 10 /notlessorslnteql put +dup 11 /notgreaterorslnteql put +dup 12 /lessnotequal put +dup 13 /greaternotequal put +dup 14 /notprecedesoreql put +dup 15 /notfollowsoreql put +dup 16 /precedeornoteqvlnt put +dup 17 /followornoteqvlnt put +dup 18 /lessornotsimilar put +dup 19 /greaterornotsimilar put +dup 20 /notlessdblequal put +dup 21 /notgreaterdblequal put +dup 22 /precedenotslnteql put +dup 23 /follownotslnteql put +dup 24 /precedenotdbleqv put +dup 25 /follownotdbleqv put +dup 26 /lessnotdblequal put +dup 27 /greaternotdblequal put +dup 28 /notsimilar put +dup 29 /notapproxequal put +dup 30 /upslope put +dup 31 /downslope put +dup 32 /notsubsetoreql put +dup 33 /notsupersetoreql put +dup 34 /notsubsetordbleql put +dup 35 /notsupersetordbleql put +dup 36 /subsetornotdbleql put +dup 37 /supersetornotdbleql put +dup 38 /subsetornoteql put +dup 39 /supersetornoteql put +dup 40 /subsetnoteql put +dup 41 /supersetnoteql put +dup 42 /notsubseteql put +dup 43 /notsuperseteql put +dup 44 /notparallel put +dup 45 /notbar put +dup 46 /notshortbar put +dup 47 /notshortparallel put +dup 48 /notturnstile put +dup 49 /notforces put +dup 50 /notsatisfies put +dup 51 /notforcesextra put +dup 52 /nottriangeqlright put +dup 53 /nottriangeqlleft put +dup 54 /nottriangleleft put +dup 55 /nottriangleright put +dup 56 /notarrowleft put +dup 57 /notarrowright put +dup 58 /notdblarrowleft put +dup 59 /notdblarrowright put +dup 60 /notdblarrowboth put +dup 61 /notarrowboth put +dup 62 /dividemultiply put +dup 63 /emptyset put +dup 64 /notexistential put +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 72 /H put +dup 73 /I put +dup 74 /J put +dup 75 /K put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 80 /P put +dup 81 /Q put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 86 /V put +dup 87 /W put +dup 88 /X put +dup 89 /Y put +dup 90 /Z put +dup 96 /Finv put +dup 97 /Gmir put +dup 102 /Omegainv put +dup 103 /eth put +dup 104 /equalorsimilar put +dup 105 /beth put +dup 106 /gimel put +dup 107 /daleth put +dup 108 /lessdot put +dup 109 /greaterdot put +dup 110 /multicloseleft put +dup 111 /multicloseright put +dup 112 /barshort put +dup 113 /parallelshort put +dup 114 /integerdivide put +dup 115 /similar put +dup 116 /approxequal put +dup 117 /approxorequal put +dup 118 /followsorequal put +dup 119 /precedesorequal put +dup 120 /archleftdown put +dup 121 /archrightdown put +dup 122 /Digamma put +dup 123 /kappa put +dup 124 /k put +dup 125 /planckover2pi put +dup 126 /planckover2pi1 put +dup 127 /epsiloninv put +readonly def +/FontBBox{-55 -420 2343 920}readonly def +/UniqueID 5031982 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\ʻjf +2mC+ KVŘ31 xb1݅67Â->s[$b}=UB3]V,\xC< /Nf-Tڤ54bhaM7_Y7!i:#뵌)iЁݞS"mj6dsUH礼yy`oP3ѯRMewqmTb4C$י!5G0 `tw `}.7 + 0P)!+l6C_^:|؛w^Xt*Ag._w4ցR8|jԔs 0 +釈9yiMeǓih&evyT%D+2ՕAaܔϫR9x`I>څu\`J s%OUQb\0}G@%C<.Ꮏ>d\G)o.@| Wj )w':J*Meo^"VP50;"ES9Z W0gHԢ*pщar`ha`NbwΎM jAWXBJQ·v= Hmb%At8C]+y Yj.,>_U8fdq68wRV{:%bM +uNդyD(\t@uDѓgmd a"mRm:>)& s3e' fZ΋hq?q$e.#TɈn*mQvDLxyw0 +Dj +`"G<RB=P\Y wtv>=?xsr6UH=|מ7gk+$]EmvJ%s/^AƱ#- e'yhIϊz2&qRwH!Ł\n}+s&8z[,WQ}'`*Bl gԲKl_4FB~;*U+l Dm%MŸ @cT_䈟~kM7Gwfcs3}] ~Ha3ʆ˥t-9bГT#5[Kv{D3{.U}J"Ψy9c ^ZxLD``,?cU<}o݆^w@g@xEz5T)T|>qJL_Jfr?NQG]BfU Uh Ȳ?ݟD-16@ +ٺСT,1: |XLp[Rj|i'@z #Ͽ ^d!%mh M$ +- ^=ض6nv7qK|O; +?=1pOϗ-qfՕi1oX֧`TԿ w,&$ͦkj{)tǮn)*z[3߷ h+ Tv`ǯf_Ej[aFV zL~%@.ա$ȴHq .,O9wY HYk2ߞ $ `tF|q̍7tsGj}>l_dP/jg*$&{nd{4^9(U1]c,qP>"f8\+qk={ ?. +"KW9xŜOJɠaO38ZGB|bAM]mbr\AnK#o $>z:cVmp/p;Asl&G.rPJfGpE!'3m;1Ypn՟>ŭf́%S/.tjtQ5tl/g4xY+Pq4{cx)6-ZwsSܬIALLZtpԃVQZ @Rq܊ PF<.qZfnO,jYB_.Uųy4NYJP(:=ktG991>/tjS϶uҘsp2e2dWnu}:x@Fk "4C+NStkoF~ RmPxpYrJI +Uv@(.cl^O|y3MjN"Ύf)g))mvfz8bG(US#Mn}hs?nۖnz:!9N&qy#_"? +yX-x\~u1A} +^S³d>F"^AEn:^ű 5!W;E4t"zS) 7(6ۘ<<(l4Z+5XRk4՗*Z7ZC]DӍl7C{PX@={1%f 5On?gfӝr5ӆs#2cٗܗQC60^ o ogoPFYp|wҺN4겵#[E@ )fѵft- G}Dc!k< >?eh}~3c h=tـ;TN]MzF;Й d)T3 +IU*>Kx:J QCLFd:4=2XԶLoR4jal~^E*Y@9v7&(tcE@r燬EZpn^o^hJXkXӹ=Lt ++jЗ@ ΝiSSU2Ő(wr3g^yu=UXڣ7Yaɋ9o ( N$="H +/9hgί `E1{J$e7v8q`tE0RѿϦ]}?FvBZ+(oA$e"0(gP­oVi}3kl&Q 6 وVET.hw7.H0F4(uS`/;Y zT&=^/`f oKdž.C=2_,l!DSiE8ӵ_8:zL0ı6p]N>>$XYFfi[{V@׶~ +39Ep.O d6Dt{Wr(":&ᯈUzڹkc8y*ZҹEAQ< +Dvʼnx0B)/pZ +S#B3t\#dC‘> y4) }&=vn}"1ɥZa=f2Iȗ^ugxBJKFDhX],7H2NfS"H[k{%󮋱{?|>ZCTJl0*]QH +%8 )hIhnim$?NnjmI5O, njv>'G^JbK?NDO+Xmg|tWXBVRDBtb֑S;]: +8S .)%!'ϗ +CNG+O޸\оDzi{?s[غ*#T7rKa"pr%){azIdfoZ CJ%*U\Q)euAΨmi[ix6sqUUvd͹TN`®huDM1a>\3>bT?Ή,|ttksK)^#7E<˹)`gc-πaD=!-{H?BC/:qZ]zՆA9Ғ5Oda{t``šA?\QQYѿ>/>DCXX܃ะ`#ne_Ad ސ|H<za 4 Ydd 1,NBVLb} +R@/G۔{I +v]Hu6"ޔ5E[/Ɠ{k!Ȧe)I3:ݚk4<'W:$Px\mc[J Zz<\v|f|7ߏAZ `QZ@ln-=+ dƪ8{t{ ơc!|E΂#˘рPܝɉKQXt!@U + 9T&5[A7,7zm񟲏:}ժt6%b.fB;] bqlyx2@ FIc/ID|w8=]]4PߒJ>f>G/Ͽ)E+ O o-LgO< ̀|J}h˜rw +pƍ5ձG<ڧWJ@qCˊ +d9X' +(KE@t0/ZbǓoR^ 6lFbHԱб Rx)h[SEU賈>/u P}bHxB >?%!1|@s8D_.f Mn$7KN14G-,@Pm9W> ,IWͦ)f-kﴤ`/zePK F6m-,:BeO"7DrNzt0RVqhKv7ζID 5r ^bF +v +k{05Wg@͓B7x>MtCI9\m 7/n uH!}:KS;o$0^h{Ry-mÅ?Jբ/]OC${殶|A+E oNTSF@wZ7\;F* 8-T]% 25B5dIDY$)M1hjԡhSZ1QnX̎}֡;u&V1~ꓗ?<B ^4 KƌoE[o$Fncfq v@gf5I![b;)KbÒ9mq8< +9Kǐe:=w_LywA@P͐rd9m?ni9x7*)sr2k@z=au4r +(tVm9Wrto +x]Zj)l%gQ'>Ul_ %gc(Wwga}h7ʈ's'7꿵TԹF#[%c}c?Dlr^p⋠kB!P-d䀖:8y@եZ筦v]0m yb+ו - X槝 @XA?g/o,av~$dTxXI&in"[y/N]zTsrXU([Eʜ)iFᡧ(gZ5(xf[ +jPDx!hD+32f>BF'z%c}-?S0fpB2K[aͿ80 lTx7y=r7s4yM sCrHB$EZK2->dʖ>W;ax~*B.B%KV7FԠ)/!Ǔ57.ߖɤ䝄4tPZÚxݡH쎘e잶s ^`+L4:uKF]),}mxD\ZO Km=^DN+}a#,g}`3/5NK!_Ouê +k"wF +]TWikx҃o)ogGL9COM=e͘3n ЧZ׳;R aΉ)N/.nccǍIˊ^BZQ*lc\¥q$q6> VoڈuLlr^]x7,t8ʍ=8=W\t/Fkg0Q +&Kw=2hdN> PGb˩ Rxk+HJ{zQt/VIuUI[lbw HG򸄋eꋎ' yF71)`S^E7tE`5#lgՔ]Kj*>&fUradϺs&u7p~[87-4^wWy!lHexY$XPlE:%đL ?#R{4( * +OQ^LN Af45eWXTIG )Squ6PfbC +N7$e{hÅ$~=r㗊GƸ{*:8*]sC0]6FxMZX$=Vp@1I~B)Iղ-VQCj4nůdkFuU +ɂf,׃; +OSs Fqy^|T$xsdNIzḶp9ڗs'.y#/iv# .!@qW5}8 +gҼtz.gġ#/BHjr~Y7 h/.Z-(>X&I '~D~DөsDݲsŹ#4ia"F1$Ht6Ћ>Nճrn$CeYƖ;B{BaH+XlHVX\dH ?:*szcQ+]NNdƨ5{P% +q4 e|yGR'0- 1MuףsWUWcdft扦O1A-EG R<j@|V`e]3[qj8oL6n1O}7=SIqSD/yU/_=N&%yN\f_^6uYr2O?ԀX4D> +3JщX<ȣn"6J3gtk hQ>G*K(q42ĽBdIao]_ǐyeoV0@,L_b#޲D^-4.xjTn0֛1iTVt: [3SDeԉaӁ_Z$6q2QI bpKmh,V GcR|󊣮ߚ>:%Xt[Fp<9m$GiՒ8Kr52/uћn3 oM15RgV8a "#tBRazGL$օ9 +Id#jvb (8Q;q*eJSC7mbvf_&()B +!֋bGin-^W@h} 6yH70Gn"P,Bȴv+ZO]A14 <(fv)sT[a+#9HwB۾W+-6f;>DTx9{Q-x*cTNQܩ&_ͅUBkqz U◈'b͝pk%{ziX8C,!̙ UCk[aԱ[ 6o<۲t +e9j7Vc V(ǔIր#6lnE+!xDQr{9^p&һc\>9C 4&@m['lYe < +N17 |YT@'H02ʬyN5%aua@IPRUO n b\ X~Uc:p<["|MWp㢙o-L_Q~*VfbJG7;Dy ?It)ԎGB %RݸP9?.vs[!cw۪hFS5jU7feD7K:5N e$Z1[brIO5!]>pKanɫW;5 mRhzھ\[šqmOۍ}Xbcc0N[oVEK ; (C>W>Zx81ЯGYCC}vAmy0N'ceQ;+7 +?A{5 8P8ȠY8>í^6poSTq} ;ɱX0mL!~~nl5$; ߬1C-LEKIRٹqt/]4:$6XhxwuCT^lf˛ƂI270Bt Mjj497pUs6OLObA2Ŏ`['+s͵'(: F憠s#az^|w3_5[\W@N +}^ũk|k+f=6 Ϝ)ϋkNR~ Ddzv5 +21rIYb!>,;#ҜuDܕmG6ڎt}n%7Q@)U2At-Z U1 4' $b+bz&@ zpNy3Offu%r(;q1G~=݇ct{(DIL$;zH$bM#ʲ& ]%ժK1Ͻmܴ.&)5iʳVX\Dhr6`'8LgX8$G):b(^mԍ@.AN#\:0ZUI~Xu0y?HCV}bJ;T= _e;~3%&#~ &9kGOH >x2w[d(utR&;x>% ;{CZGVD.aT5. )*WC.!?Z֒0ם( zC>>$Y6>Zax9TdŮ \'^pRQnx^`ފDmP>1b<܆ZpSQ5,Ҙ qr6ƺ^/8Ցi@SLQfD.H};nV:V_&m=wGm @< ]#mw*MN"lm83F92PGZ@V5̹FN߷U.)/nLH \=רKWfJ=Nxv)|}<>tˤjxpdJN\(o٧Ma޵HaKʝָ!eEKCOW! +.^>GhsC!Bс.&ʱo*p5TRy!Ӈc9[@%0M3Ky7dMk5 g g9 ŭV|fњUNdܹ1ݹA$cB3'wߒ* _P6b4c0y.a;PCOx7=!_V*tقzbhsP,)WpPXSTJ7CR`<7 vES3i'hGer[2Qb*#TA4Aۊ5Ƶ*`[/.jⱯfC4Q<ՎAk{so{T*ykI c&q 4wP .ݺǢg$*p-otx+%07^9 QUAɪ6!UlPkF^)wu}vEb [-Qhɩ[gZh" (NҖP( )HmFY0KU 0#Y,]dӒU'{%R{ux@BA6ά݌WGt6E +Α36FqRأ'2;T7pi[?l7|8ꥏegrN,1N!r¸_-I( jF1B`N7\1Y\I ÛQ3^(xeAeWl=|ُs Q +}Zvƞė<k'_Ifmɜp88b~m{ȪScJ |Цzlp%c=hK7{EXda{3F♓D~_ yQg:bNK7sbO6=KJs ~_ Uy' 0~J)1I2rzJm3򼭫@ TKF򧪜Fu2u r(*CuPXӑRԐCSLڴDѱ5mY}IXre]H2 +K05}(nVBYC{Õx]&4MNǫboj=q#5"b]د{5yބǢgC)o gn?™]g1gVVCI!pla%`\wV)2^6m"OyƏ6F7ΠTJ'v$yIy'܁I:kЋ!٪it] Y#!& +ZcL_.-"V|Z>}d|7^?f:a"u%Œz#?s\-mUkzy1hmBK-/q2F{wD>QRuSNtoJTC255yz,j`rPNC/_Ϊ7QVp_6'R)}T6Cr@{Y/ڵnV)2|$1JrL\6wn2iƩy]pBۦ^9M6O+gF}@&]y}^pnԝQ}tr``|dck/GMTM>`dYz`s "{Oi?>^FYb.,T"ʔ.L`8p#;z32ku%ZsQfV-2$rn1 l>"›@VvWp{>RHGܘ?Uoˆ5 WOOb`T +r0w )pB8e dYsWxʖ.qnߍ*W*U2fwz[>i5Mpy TKşǞ1hYc! a}3 +).\I"MTlUAek߬wJ^Jh|2i؂]Z +> j)L|cdd b6B#0)2(zݢ֍mU~_Se՘[1<ɏor3:ٓkݢ L< st@Fƌ\k'uLVi g9ZFG5ʥKJwtuc iRkEub3AK^, } Sv!tj׹]2t|\O.Iٮ_M'c"oDl -U˸F=Teſ{du +t&?F*8JcڽTlx&@M?nf;F57jrp2ʃ؁ f~[roF@ 6S{5)`]B`K,GEYKNhw5#̲џz9gQ"Gt5߇*1h_;Ҏlc9h3'nw?^}a!&6zyGWHTӦqt:iVTC\EE%, Y4)'Js6{5ii q2M+9Wv?n=kH8U1m=,Y* [64(p0ou2FݼJ,IZ\&]Q{I3ϝƚW%ٖ{#0TLaelr3cM\GLfLQʏbL2Dc=]Xts/-NmLY p<@kM?D^NZJ3c+!6zn-\ ~ZB+3|_v]elDG<V>VasK:Lm05zo>ZʝDUVK CyGB75~52-xC\Ka>l*r AR$Ϊx|DC&Y>(հ'[oMM\G@Yp?}~ޅڈz $-#,w+_F '3ImJItSB3_֧üf m͸LqLAEiJu,y#IB`bvRXfLL!yAHHf6"Lpqu} y Ǩ2oȨ0>m5a kwʒD:RCԎBIf[RV3G= 4kOkC!E_,uΜ\M6}m3J[GNw+`U,q1+ $1ؠqzr8A9y?hL ^"ٙ`!La{ȜǒJtЌƢ Jt!Tk6rC+,X XS#҈^u,haNo|Mx* OQLjH+PUbIT#-7ڌO㾼:;Wݤ9Wjo/06KxJ f~6/(YX17c%3C*Y3H,{WJFJj j]v] k5a>4Hi߯MV2|- -fiT]|^4 II]P1%ü6V7S8xP@z7bűθOEWJ2ЋFiDq ItDv\C=[s@l^~ɦoH6U1`l#%^qVC}<~%~P=?W6I$uaǨS#|XbX.YcҿN}&KCFonA٪ pԁfg 9IQ_*ԚܙZjx܄5ǛBbD;rAb Nt%C"0o77'aN;3bf7{}qD_q9kӻ#vpW>3m"\"t )]sMH<w6+y>s)jB~$nFFq kNEy~zJjt1C؍GsZ*E`e2x}TryΓ%@ $L҄۫:C\c:d;Sj[?h}_uIg/᢯Ow z20dNn!^@9Zoޛ݌fe>G_yqnhcdqO9Fb *X28$d 6 ra9Y"K5%('rp7h{G$V៝1Xe'E&6u +a&TQx#yS bHO%*1h_R-jK#nd_/kjw< R>Rs3Шr=e8bPF '3p fó!/77׺QNs4JKfi29Ro~:5:PpiNUjL(˘!D`{ez$2uEtj\ r1M3E>7 4t F£z{녇_J! ($3Q8A̅s ZVG +of!ASx3ܱgH.4&x-}3XY9VGѦ~W0?G.C(pla!/ئ=َ@gTl+X3"|xCe_f#l,gMHSU-린/\GH1Xݙh''UrcTT}R`O\#Lz'iiP2` DGϙpChqNiH0/p=gT +Π畔k@[ЊC ["O;{Q.z +I[ZGg)`&{#@j/jK2FxTmK$lxgP2u5%~LTXiͻ69GE̓C4,]Cѭ@uK [Pᖜ~J `^.2~g YUYpyoC J:ذh}ӠP/Vh0;$ot} !].?FL 37WFfg q"{3Κ4K]ԃ`j$v4phؔ-ɞki6lƹܼ;4K)qdfgC.G [?pݏFNk#BVkS@\0š{Tb7G`U[5VaP^Tڌ-i:fxͰP8P)/݅?WL!aG𔄃O8z8)DK:;%b=tyJ~ (dOb֘䂄]ϕV䵍!^GvTca:_;?$1t̺Wg[%Ǯ8Hƾ+U&8GjGq:Q @l@!9v"[mXeUiiFt=I6L%E-:kH95uȜi+j?a<=@l<[kK\Ud=lnc")'vwPkd}!-֜oeQKTQ(5w|F"~Im7!4+[$nm);dg}p=Vbg2e7SL3s` /(sC[eTI}X 1)/ȣ#A=dt<,;-+m5sox&WJ%/OנTɟr}4$nP,{x"lE޶ΝnuYi;C. ~֛$J+/3KN0†W!~`:@ZEfnٳz_j /}$ShcT^B櫆( Y7++洪r;OPl8PpҀ +ϔπ&*k4)]gqru %^ɫ+@i^{+z?Dg^\ĆqiKRi$d3m{﬽ g{w#)T JZ8CbVh2$x`jǀػ]'B,eXh'=}(Xèr+!zέjAECZBbÕwX!c*OrmQ/soxi5 +*AHƽ~T4ƹʱL;fD 4.% +9.q-Ew `')ayS2d x.',C {WءZvpdwa-.ą:ݿ}ZPBmTʳ]ElCdᔝizj D^䬊4O)E/>O{93Ŷg8[YĹ!R/sH^ioRJhl zSA…24_g`||@=|16j} T]o0[u79Sa)T$O_ N96b#vz3JI2K_zp|WU C)ns=ZyKi4=מd LC>Χ\4Oe?7I5>z秡  j! WmN~2`f+poJu^$ŗt}oV"QgyŦNw3/%I &Y +?AF(M3Dk5j\9J\xOx3gۂi˸pfH#B(b$VB gzZ*#fzHop+/ *;m_<2ݑۅ~y(OjMvaG6/וQ{>P`f`ծ}͑td&*~u[_簗RD($ԘKΆ07=ux7j/e5BFu(4 ,w" oXɜ2Ow)v~ga^ CҞۘ;PHDMVܐZ(ˊ[62Zou>G5ƅ~XQN\Ef8,+Gvi]"{M7>xVZ1eذ7{?! ƬGB{T(! }lxOa)+ghoײY_pB}6m, +JChIIPuϩsLҮ2 _ve&%7T`ReʹoՃ U?j)O(w "ʰޔ4+ݷbvls Cx6D@a<`m?#šl>2ZB|]XL|#o4~zy]QZs 5?/K4q D8j .JƂ)D i>SoSb6g +}sa4m HYTm9kH`ұf ++G?NJa(/XEI* KW#ŮO=uOa-Ce"kY0u@ihJuDbk!Md)>/ +Fn Ng(@LW%4SqՁ²_\TE&H\`ǁK ? e~Lp7uiܝ.~2ɹ(gH׺.n%^,p-K<ȶvhQgd#:{/KJltR`6iT3n+(0f'q Aٞp Yw}QѦqWylviVc"wf)=St!~١zO-^_|&WUwAq _2^1'Lݎ컩(m%/^h{ï|Vރ?x\:Jђ*t_hړ(6PWc=[*l ]OI&%eB kͶ_+l <\'rC '}=)~q3( WƁ8~⻑0hYh4Sz* mn\ױ݇eU+˒ c <(~*EXܞ冼vŦZv%@>;o[BmnN{ ?_bUùycnd{RF]$I(UP'nWǵucj SfԹ;A'?ocU׹Om<(tee<ҵg? Wt[,;e .=9-FҴb;/AY2h/}]<.T"S|d,n%Qc@0!NrTăQ=@hP}eig旅_:h| ];GVȩܬk:kBf&v1)%?~Cdw ];rB{)DRv؀<ؗP"D{t(]b[!E,@314\`u6]0Z4"y(R?+$*8~y4]׾'Uw㞼Sq@Y!P/kr& +AT?GHN[͞RC3Qٔ^mƝJuXߣWMOuehB65i8JӾW0/g+5+dI:p%Qzrt99b{cȾI滱mJH@Ý8ve t|"~Nm'1"R2L?phQ͸;VsνRP7 M^ E\Ò0o\u݊< Zڛ80T>fFdk#i:@KJ|@EV?tSs'O$+ǯA 'Fq돦aEZ -#VX *D(PɫQ zwzH+4כ<^`Rr?QgÅW֊&f}/9ga~SUVK3/ev4O3LNpj#0>F%y;n-!##HsjP'n (DĎи/3 /bvg٧ߙneQWl&Lj]ۿS>1_D}7; ^r$68w"ynOjN=dcijD>Is363ȹ퍎w.l~ /B ~rp }tb$*WiB pg1 W!Ø{vwkfw6NLMA"4)`<Ν!׀dʹ`= o191")rz^4sWRo gTNf> endobj +74 0 obj << +/Ascent 464 +/CapHeight 689 +/Descent 0 +/FontName /ZZWJUH+MSBM10 +/ItalicAngle 0 +/StemV 40 +/XHeight 463 +/FontBBox [-55 -420 2343 920] +/Flags 4 +/CharSet (/lessornotequal/greaterornotequal/notlessequal/notgreaterequal/notless/notgreater/notprecedes/notfollows/lessornotdbleql/greaterornotdbleql/notlessorslnteql/notgreaterorslnteql/lessnotequal/greaternotequal/notprecedesoreql/notfollowsoreql/precedeornoteqvlnt/followornoteqvlnt/lessornotsimilar/greaterornotsimilar/notlessdblequal/notgreaterdblequal/precedenotslnteql/follownotslnteql/precedenotdbleqv/follownotdbleqv/lessnotdblequal/greaternotdblequal/notsimilar/notapproxequal/upslope/downslope/notsubsetoreql/notsupersetoreql/notsubsetordbleql/notsupersetordbleql/subsetornotdbleql/supersetornotdbleql/subsetornoteql/supersetornoteql/subsetnoteql/supersetnoteql/notsubseteql/notsuperseteql/notparallel/notbar/notshortbar/notshortparallel/notturnstile/notforces/notsatisfies/notforcesextra/nottriangeqlright/nottriangeqlleft/nottriangleleft/nottriangleright/notarrowleft/notarrowright/notdblarrowleft/notdblarrowright/notdblarrowboth/notarrowboth/dividemultiply/emptyset/notexistential/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/Finv/Gmir/Omegainv/eth/equalorsimilar/beth/gimel/daleth/lessdot/greaterdot/multicloseleft/multicloseright/barshort/parallelshort/integerdivide/similar/approxequal/approxorequal/followsorequal/precedesorequal/archleftdown/archrightdown/Digamma/kappa/k/planckover2pi/planckover2pi1/epsiloninv) +/FontFile 75 0 R +>> endobj +176 0 obj +[778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 778 889 889 778 778 778 778 778 778 778 778 778 778 778 778 500 278 222 389 611 722 611 722 778 778 778 778 1000 1000 1000 1000 1000 1000 778 778 556 722 667 722 722 667 611 778 778 389 500 778 667 944 722 778 611 778 722 556 667 722 722 1000 722 722 667 0 0 0 0 0 556 639 0 0 0 0 722 556 778 667 444 667 778 778 778 778 222 389 778 778 778 778 778 778 1000 1000 778 667 556 540 540 429 ] +endobj +175 0 obj << +/Type /Encoding +/Differences [ 0 /lessornotequal/greaterornotequal/notlessequal/notgreaterequal/notless/notgreater/notprecedes/notfollows/lessornotdbleql/greaterornotdbleql/notlessorslnteql/notgreaterorslnteql/lessnotequal/greaternotequal/notprecedesoreql/notfollowsoreql/precedeornoteqvlnt/followornoteqvlnt/lessornotsimilar/greaterornotsimilar/notlessdblequal/notgreaterdblequal/precedenotslnteql/follownotslnteql/precedenotdbleqv/follownotdbleqv/lessnotdblequal/greaternotdblequal/notsimilar/notapproxequal/upslope/downslope/notsubsetoreql/notsupersetoreql/notsubsetordbleql/notsupersetordbleql/subsetornotdbleql/supersetornotdbleql/subsetornoteql/supersetornoteql/subsetnoteql/supersetnoteql/notsubseteql/notsuperseteql/notparallel/notbar/notshortbar/notshortparallel/notturnstile/notforces/notsatisfies/notforcesextra/nottriangeqlright/nottriangeqlleft/nottriangleleft/nottriangleright/notarrowleft/notarrowright/notdblarrowleft/notdblarrowright/notdblarrowboth/notarrowboth/dividemultiply/emptyset/notexistential/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z 91/.notdef 96/Finv/Gmir 98/.notdef 102/Omegainv/eth/equalorsimilar/beth/gimel/daleth/lessdot/greaterdot/multicloseleft/multicloseright/barshort/parallelshort/integerdivide/similar/approxequal/approxorequal/followsorequal/precedesorequal/archleftdown/archrightdown/Digamma/kappa/k/planckover2pi/planckover2pi1/epsiloninv 128/.notdef] +>> endobj +69 0 obj << +/Length1 3761 +/Length2 20963 +/Length3 532 +/Length 25256 +>> +stream +%!PS-AdobeFont-1.1: MSAM10 2.1 +%%CreationDate: 1993 Sep 17 09:05:00 +% Math Symbol fonts were designed by the American Mathematical Society. +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (2.1) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (MSAM10) readonly def +/FamilyName (Euler) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /OKKPLF+MSAM10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 0 /squaredot put +dup 1 /squareplus put +dup 2 /squaremultiply put +dup 3 /square put +dup 4 /squaresolid put +dup 5 /squaresmallsolid put +dup 6 /diamond put +dup 7 /diamondsolid put +dup 8 /clockwise put +dup 9 /anticlockwise put +dup 10 /harpoonleftright put +dup 11 /harpoonrightleft put +dup 12 /squareminus put +dup 13 /forces put +dup 14 /forcesbar put +dup 15 /satisfies put +dup 16 /dblarrowheadright put +dup 17 /dblarrowheadleft put +dup 18 /dblarrowleft put +dup 19 /dblarrowright put +dup 20 /dblarrowup put +dup 21 /dblarrowdwn put +dup 22 /harpoonupright put +dup 23 /harpoondownright put +dup 24 /harpoonupleft put +dup 25 /harpoondownleft put +dup 26 /arrowtailright put +dup 27 /arrowtailleft put +dup 28 /arrowparrleftright put +dup 29 /arrowparrrightleft put +dup 30 /shiftleft put +dup 31 /shiftright put +dup 32 /squiggleright put +dup 33 /squiggleleftright put +dup 34 /curlyleft put +dup 35 /curlyright put +dup 36 /circleequal put +dup 37 /followsorequal put +dup 38 /greaterorsimilar put +dup 39 /greaterorapproxeql put +dup 40 /multimap put +dup 41 /therefore put +dup 42 /because put +dup 43 /equalsdots put +dup 44 /defines put +dup 45 /precedesorequal put +dup 46 /lessorsimilar put +dup 47 /lessorapproxeql put +dup 48 /equalorless put +dup 49 /equalorgreater put +dup 50 /equalorprecedes put +dup 51 /equalorfollows put +dup 52 /precedesorcurly put +dup 53 /lessdblequal put +dup 54 /lessorequalslant put +dup 55 /lessorgreater put +dup 56 /primereverse put +dup 58 /equaldotrightleft put +dup 59 /equaldotleftright put +dup 60 /followsorcurly put +dup 61 /greaterdblequal put +dup 62 /greaterorequalslant put +dup 63 /greaterorless put +dup 64 /squareimage put +dup 65 /squareoriginal put +dup 66 /triangleright put +dup 67 /triangleleft put +dup 68 /trianglerightequal put +dup 69 /triangleleftequal put +dup 70 /star put +dup 71 /between put +dup 72 /triangledownsld put +dup 73 /trianglerightsld put +dup 74 /triangleleftsld put +dup 77 /triangle put +dup 78 /trianglesolid put +dup 79 /triangleinv put +dup 80 /ringinequal put +dup 81 /lessequalgreater put +dup 82 /greaterlessequal put +dup 83 /lessdbleqlgreater put +dup 84 /greaterdbleqlless put +dup 86 /arrowtripleright put +dup 87 /arrowtripleleft put +dup 89 /orunderscore put +dup 90 /nand put +dup 91 /perpcorrespond put +dup 92 /angle put +dup 93 /measuredangle put +dup 94 /sphericalangle put +dup 95 /proportional put +dup 96 /smile put +dup 97 /frown put +dup 98 /subsetdbl put +dup 99 /supersetdbl put +dup 100 /uniondbl put +dup 101 /intersectiondbl put +dup 102 /uprise put +dup 103 /downfall put +dup 104 /multiopenleft put +dup 105 /multiopenright put +dup 106 /subsetdblequal put +dup 107 /supersetdblequal put +dup 108 /difference put +dup 109 /geomequivalent put +dup 110 /muchless put +dup 111 /muchgreater put +dup 115 /circleS put +dup 116 /fork put +dup 117 /dotplus put +dup 118 /revsimilar put +dup 119 /revasymptequal put +dup 123 /complement put +dup 124 /intercal put +dup 125 /circlering put +dup 126 /circleasterisk put +dup 127 /circleminus put +readonly def +/FontBBox{8 -463 1331 1003}readonly def +/UniqueID 5031981 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\cg$4b Mٲ:Ix`(],k +pF:ȁ,DN֠L'Y@u7ˍL hFdRs9 9X|",ѯ j[x1oz +26Œv(<%髳Wl^Zqaw>H)=YV.AQTD!^.6l/.;=;y/4v;OACaݍz{$eK5< E.)u?\w%a7xK&ϊzBR +^L70,0ӡk ‰85*F&t϶?qv M(6XD?-a͌B=~Rr`y&_Oxs{fmz+|RAO4g [{؁xnIتWRE%_X UX(mѴ~ԛ=!z!u&7Si T~d=dBȾ+"ZaChJt)'9oF8ܝExҥ*n}OQ=̥: s wVIȴ'_/7mJ*V3-TCm4:V)te86gbAZ8sO2j/;=ɴ/aϜ}@G!/*F +jPƃI kx + [*+ ^2eGtUfR~uq3ʫ{ڍY1-ڤsG6-AE)/p@ڛ 1e^M`Ei9Aի#mJ8R'X".;:ot +#Ki|ŸTb5ʮoncF朇g|%Bk˖.2C|>s"#ddȋXaJMhP<[o6cwK z#͏wLMY&{ [h5ݠږl9ћ, V{`Um=Hۆ0W|οy>~v]ŔHxAF0"T1e42Q9cI/)>k=y\urR^FZJqK3,DF+vQRS\!{w#̂;3ԏs R~5 )&C KHZ3h-ouO0M1Hv]eWϣdwGNBǬ"{X ^7JRKo'StG;uodu2#[U~)yїF$,#&{C<S/Q͟o6 t޶J Nnect|Jjq<DVJӐP8wpJ< o֖zZ=RSxO4z|]D{]]4 ( 5ؕm)#*=Fػk?43"/W X;inݬh⚦ss[pQ޺ju |3_s>5eqܪv5d`EX>@EUxzHIaj,+Z?B۫"JyI8Osݐ޻Jmg(}g" )RiBv~9'>-5 J$1t?a eQxpvq̳c%%ʍƲ]٨ `c<1ğaxmd&?Fc[[U"[$2NO s׊U^13{h#) M+V?>q 71lK‹I .׳6(R*A~,xJK P!W):%yʙΦe;a`hk7BU)4COWgs !u-_jG|!)|ɐ)+R.#aR)_Z!̩åwLQUNE>QR1 3ި9B٠_3 HiMcQ 1hWI&k}XW/]Ѷ̪S \A1'ŗSOqFQ8o +m<᮫^%##5>ʰCد;nv})_yåk%;ȴGլGAcù+enHכaL}sIZULUEA-&`~YDaojHuqеp?S'Q>oAavsª 0[> )'tpyWP$Pf-† )`y%㝖yۣ8;"v!_6|mR᥋Y@ _O`qÖiZ{/|o !y9Su"&Ev&װPT\B!wE{学=D@‡*Jy pi4]C5ZbZpM(oE(y¯#cd‰dϷfGbm[U]0֞ui񠀻R-ESL t$$:bIt$7X P :,R1q9l@ G_T)O3I<XFK$KK|ZYj@L02jOU}N:f鲆WФ&`1U5i 65)f^lR팴06]s+n !sĴ@K)aքUAD6ևh0i0$?>OrvH1,D{^{P2D"CsoAQ#BmS%QP{nnrSk8Ոe0x-_J22P]f-j4Y*go +c7!@`J[:W)1ty#l-bP7gz+!!gۄLc!z~fnlꡗ }iHaإo*Ob@F)+k@s$ޭ;|yVdpͅrujOވQ598'\jf`483Qժ2+V\l + _DgJ[`mi)޽މ#Ɉ4$UtVuDJͦ#xM|4ܿ%ͭBv>d k8t.xڈ^oR#$&UJnp#aP>CEZ>H/p5sMzV}oʡ"zOg`vK.IY״b@g_VCCWxo[]lRcZ倶領^`xDUڀK }h=uTIN`1}U(xI,c(\h5z-9v2QJ;MXQ -DN{ p+,=žB~#ָIu p]v=ERY)vmUn]:/QUzf5F'NKWž3quAh]ghbD2jњFޔ(r5jպO$u݇!"(rp(w^~s.ql$'>3z_/DWqGO(s"< %#|}-6& {y)~mJ,wDF'R'j٪ ǵߖHwMUZm[[TF4ҹ0T=1c;6TuťVn (}r@Ԗ $U-gb? #;ڣ$T*GUߎLx4n*>Жn-{։wr C ?..#)>οMQI\.-4K`h)/p-ϴi|+|DX&u !3~v}: -)rv[ +i%fݿ~NX&tqq= TfBGXxדioԲ8uegPSx^ϙدTv1^tϳ!.+{Ft2tmٹZ  +/Y7`.G>7Fa9)5/}*S6KP [Cb2s0Kad&OX +%pqNMEc[m)HRs%@j[J=[zf:\$h>>1jb r8"LUN/KIOHDŜ]fIgEĉ/Nz.W$A˯Jo4[E!=d~19(G]ʔqKAr<5Jk^א}Kh"c9K:g0+H7'?~r+Ĺ>\Dv Zl;$$=M.["Q޹#X#w |^Dy)%PL&e|/Zlo4<LFWfR2Mnt4b1@4n쥪-vnhTpz#՘-.Ο,sP5V̒: Q>鋈VKkl aӷ3Q?$T }]6$dv6! kƟx0ke` +X6EVT+0Xt͉SfEU +i%g|ʕ|,eHL0r<$S^t^~\ޑ!`D͋OȂ◙ %.Y^Lɢ/]& /FQ~V=sqԬeD+VߠhO}7r9R!g'Q$L4ov"gj<__Ix6U{c7ɢJǴr -7.B4fZ9|7m/bnRC JYl00] u LKeRhQn.݃CqTuM>?: 0JWV|j6h|[/ġ܇ln@бme3= tмdGÑo&4%?^= e?s%!2"n*jx>:a/V@S]7kE)7ECߙO7in(-2GDOI˳[G'$-.8r{VR>uKck%CZj* E +i@/s4UsI߬Q6J._IΖ. 7P*3>!6,7py,i* 1G0)*C_\Tl +l<;.='frCSb5%u4kUh̛Gœ, [^:UG0hn~G/qk0qFMO%/7r +xZyUu=aP4*l>X.fHVI4ʦ:! 72 +9rr* 7:5&qX sZ `HΞY?IjF5 Y֡nNcc9 Hz8_0RV +n6 5C?Wo{6pji9[t@ax+AG!|m}u=Ov)+`KM{<: +?XnGSZ/ԵCgR,,I8`lsiהml-ÿ v*{ߠ> +?, +0Sϙ xtNcxg܆_$lNlbGJMpum8`"~nE=8рڀ\?fohVЍx@~ k\QQ.[wT&g՜ohXYY_>&0k6Rz[͜ ld` dsLtTUixs-{7ilA.B蘤rg{P6%PzB`EfW}5C;s4a8G2+9[0d>`j+l?w~ Cݒ*5f1ba+x?8IY3YD۔W6g!)G[鰶rkŻ]pz Qh +=_=7Qa@€9M ry<; zpE ~w#u&b(_Ph6ƤA(0JbO$K/Ӗ*KjV0`nוЧH&i'urM f;*F*%AKg@HXquOG<_{J`)͓^]*+$F^\&󓸬mJ`5[:nTfP;G[1HX,>Z5, G<Tm\9[0x' `nB5VU{:z+ ͏^ʡ{}N(xjiTUW bnrζ|+,{\^( {w>\*mtgٛ)x$r_P]vcaXC2u+c\QA?ׂ%8! }tWZ]m8 2<ʠlLߔ#S{.b27K\MOY-gK}Es $2M.lnv#}}ihWA()ށ.%X/QcƮz p`lv0.+cQFyy='E5!yzD-ʋ ViXU'x5rG!;wjz~*iP";Rx\2Uk_1\7Ӄe}' L=&2H[xhڲ^xߑ̎gn-{sh1Y8@_3AT݄Ɛϯqgr * pѓ 8 +E "A!wma,owy\BЏHQMvk^Fr;aX按,L=*/#ʗDo~(3rɭO&IW `tڎT@<;wsDN@!יuE_H+ + @]荙x$u(൛@sז LbIh' 8C^x7С։or9NMϓSb!DϬTHŸpTPԄR]k]{~ېx,N^1b{e,tD&E+`yoPx5pAn_?/o O"+I,MEA9h?p_ m Kqm/U)%ڏ7F-^亵(㌧ATU'Ua4I aF㹼x#[P*k ]eչU|YKjdԠ͐-I@ oPO\O*D8@6\[oNLYM?anV◛/ ruG}:3֩gE`=cÑc g?Gu3%@ht`#PaXmU/eI*Mʨ taxVsm۳q^$QPSȺi`1t<6%AGӮ{gNW/.CKUY|{ oaOcHr!:!x|CL8-2SXu{v4۪3KJ؏U" 1]a`ŋH1ۓ4 P/Mal]P}?x^mm$#);>sXݻ&Ѝ?y0y"WnNoo_z":1 >#,udf*K'gEp[ PQNѵ!;K=ldz͡T kRyGPuփ譳8 ɗXo[j&0-""Ȃ8V02 \в[tո9bڌq'`.闀?m _&RpcDl7i/@u`Wee.ь|}AJPav  0,#ƍ,gu@Qf)tvGۚ +ՙ0;[²J,i̷ #?1 I-N#I&9!A].SceLdyk&耤Vy^zߗs +f{:Nڠ^\N- Cm GĖW) 1MLqh.u[B7Gַuy^,%qR?sb{7YK P~d^Qޟ!?f]-Sh(;:'L xLuZ~3wAk5Nhbyp"Lnic"䲧BʔEgb) FpRn [#$=}G|8ŵT + +jwyhi]A&NnvOzɒen2+Ig#瞌-f` (h8K;,p?)Re) +o$(WM8)S%XW3ʈ/ [)ވ{`#t{#Nq>!uԥ^WDXJ_^Nrz:'<$'hy zZn꥾E)qN hxBH|~[tIV@9:B%׊$ПVr[b @AIe%Ly60ћgg( zo]}$Hz7TY?ةέO2|U$hc:a^Uݯ;*;Zlc*(*sC:}i(4X9g]Ҵ0XjWǠ^7U0œIaP<x5ծ~7+'xҳIuK8遽ofڐW)Ur.I ^zN#`ӱ xd4kLP\T3eDB:.7~mG8 3?! +PwNuSW[5mHuq@+n#Mg1IM#@t P Y~N( Ί6ǯ@e_0ΐ۽cZ=[4/L iq YkI<-9zX&ikE%Z$xu_>ʪD&jtx T&f(ouZCh6\Q; z6AJ#-="MDDim")(J=ഇoPL8O|VD8cLZ}h\$1f7|* Sw LC߱xP څ2* hh/Yqw%!TSI(łLsp5Y[FKD`;dW2ҩ2c`(Mrf@a'qp0"q<2GcGv 4[!" Xs ++JUfqP#nJ`nSNz S,۱IȬ |t4N]OP8 x2V$x=^V@}J !M$05e$O?$BZ#UP%W&|qRz-ʆru.|̭+5 o(,'D6s}5=7#~]jܙG2ﰏiJ5|i3G~hk9aQP eYBh\^k@"Jto/=Y1!eYrF(#MwM7;ȏI|3:׵bYOE`1,SSfeےXx65kV2k>_.$ЖĎs U0{)VolgB0[o퍁^_o~e;ޛ;H/btDmԮFH5y 6JEa + gbw0OĭI\h!`ly0]@ eonAYo1 ӛ90n{{}aN0d1aCx%R:hit≻z$Щ;:f %4Xؙ ݱ`;WWN@fE2PlNSnH5^PكKD&r؂{ZQn`7TH؟Hk6N~6iWsQS{lh9 `ϑA@&͢W C>~yAe4sb&gμN0f\ؕއJ2?ˢ0x|hv쓇Gft٠Ըv^_裡2=SO_ A2^ FpA!:8rB~zVPmxfN#PMg|$ћ^Vhj +ccԾH2#AΊ+쉳ŧ@o&'ebs~V9Oh +rנVy; MDžBqK vg=! $-yzvi8ć'rl)N YvȀ;J?}aXxըs^IWV4J  +ݭT͚Fᜁ1 ku9ME3'va/3v ::ᑇJeR3Rۻe.m I_D +PP)\UXal9ST"pĐ. `ۮv( GWdi}g~wmӉNy͊HaoGI퉇xaJ͞@[eO)\]|eh*: +wLhN9O(T(="owߎ +˸#6JcK \@Ddƹ]A) Pdgi+Oh["ɮp,6Rްvdֵ'*zLa$roLZݎs/sKyH\)I:<WmNJ~kQuUzH%L1877Ys߫k@(! NUq#6%ะK*.Iۻqv(D̿gsr5^AK'(gF483Y,y3'IJ!#Y/ߢ?9HGQϫ +V6OPu{.zţ+=NoЊiyPrhK9@ +h gvslks!. Mhp5hu_"df +ܾa`U$дeSAuI_2ӯߩmQJfrˮZܨCڰ[_%oc.82#2lb_С0^a&lBCQ2kO掩/93t`$k0DY.-.M̥h]]z_dncj;pW}h#9o檁pHE +Y XK ~0:MRIDn0ї T^gUšN4Q C<Մݡ _]Rno>7h4g%+knډia{?4T.!޶mO9quãXJ3!dAW tkT7SuH)%GmR{/ )دFC~ +Џ]>KMpy;50W~X9-⮖1A) [~-V@UZ4 +&2>bڳw@EߺbŴT$à)6F2 Ϡ4`*!-I{EzAݺ0 *'8T ȟx@̇sQ )g%9?)pF +QMrm4/X?ķ^4&%gMP4~~^3r:W[0^6m[ +Ӽb=q{%$Aev fg- 5Wk0Ǖi]->^3xiw +7D@D_!LzZ5=*P q2oq.FH2@k{F`N8XpQ/Z73Qv6d7 Y'P +5d"'ǥ3̗#<_lm8o!Ӈd hkCd\ _QVL/uw(PeS|Ƅ*fO:"/Lȥ̷")vT[yJb"pyNqruR0 .nV5+H +D2kdVqs"רbSg8DXȮZO1Dz~~ +ݏ@lD$QT?`5Z`EmGn+l)ya%N; +-*p=LQ_ b e"$̼N5ۗO1JNeJSiğ-lLmM +]a^w)sxA3ni2&a6F,:BYhP azPʦKMF91y'bia-ȹ` sH¹_zyw${YNRf:]v`܀s 8s$r 0Y6y`_3Kzxޘ(Tz`\16)bDkD3 ѱ;lb=8FGf+!-6=% }i?ْ~l9|VNLaMӢ0:(ס|;<OyoNe}{!mlg)ڡxm>|jyF}Zo, j9m7 iJeZF'"Q +j>ŨYKk?6Sq)> endobj +68 0 obj << +/Ascent 692 +/CapHeight 550 +/Descent 0 +/FontName /OKKPLF+MSAM10 +/ItalicAngle 0 +/StemV 40 +/XHeight 431 +/FontBBox [8 -463 1331 1003] +/Flags 4 +/CharSet (/squaredot/squareplus/squaremultiply/square/squaresolid/squaresmallsolid/diamond/diamondsolid/clockwise/anticlockwise/harpoonleftright/harpoonrightleft/squareminus/forces/forcesbar/satisfies/dblarrowheadright/dblarrowheadleft/dblarrowleft/dblarrowright/dblarrowup/dblarrowdwn/harpoonupright/harpoondownright/harpoonupleft/harpoondownleft/arrowtailright/arrowtailleft/arrowparrleftright/arrowparrrightleft/shiftleft/shiftright/squiggleright/squiggleleftright/curlyleft/curlyright/circleequal/followsorequal/greaterorsimilar/greaterorapproxeql/multimap/therefore/because/equalsdots/defines/precedesorequal/lessorsimilar/lessorapproxeql/equalorless/equalorgreater/equalorprecedes/equalorfollows/precedesorcurly/lessdblequal/lessorequalslant/lessorgreater/primereverse/equaldotrightleft/equaldotleftright/followsorcurly/greaterdblequal/greaterorequalslant/greaterorless/squareimage/squareoriginal/triangleright/triangleleft/trianglerightequal/triangleleftequal/star/between/triangledownsld/trianglerightsld/triangleleftsld/triangle/trianglesolid/triangleinv/ringinequal/lessequalgreater/greaterlessequal/lessdbleqlgreater/greaterdbleqlless/arrowtripleright/arrowtripleleft/orunderscore/nand/perpcorrespond/angle/measuredangle/sphericalangle/proportional/smile/frown/subsetdbl/supersetdbl/uniondbl/intersectiondbl/uprise/downfall/multiopenleft/multiopenright/subsetdblequal/supersetdblequal/difference/geomequivalent/muchless/muchgreater/circleS/fork/dotplus/revsimilar/revasymptequal/complement/intercal/circlering/circleasterisk/circleminus) +/FontFile 69 0 R +>> endobj +178 0 obj +[778 778 778 778 778 278 667 667 778 778 1000 1000 778 722 889 611 1000 1000 1000 1000 833 833 417 417 417 417 1111 1111 1000 1000 500 500 1000 1389 1000 1000 778 778 778 778 1111 667 667 778 778 778 778 778 778 778 778 778 778 778 778 778 275 0 778 778 778 778 778 778 778 778 778 778 778 778 944 500 722 778 778 0 0 722 722 722 778 778 778 778 778 0 1000 1000 0 611 611 611 722 722 722 778 778 778 778 778 667 667 760 760 778 778 778 778 778 778 1333 1333 0 0 0 902 667 778 778 778 0 0 0 500 556 778 778 778 ] +endobj +177 0 obj << +/Type /Encoding +/Differences [ 0 /squaredot/squareplus/squaremultiply/square/squaresolid/squaresmallsolid/diamond/diamondsolid/clockwise/anticlockwise/harpoonleftright/harpoonrightleft/squareminus/forces/forcesbar/satisfies/dblarrowheadright/dblarrowheadleft/dblarrowleft/dblarrowright/dblarrowup/dblarrowdwn/harpoonupright/harpoondownright/harpoonupleft/harpoondownleft/arrowtailright/arrowtailleft/arrowparrleftright/arrowparrrightleft/shiftleft/shiftright/squiggleright/squiggleleftright/curlyleft/curlyright/circleequal/followsorequal/greaterorsimilar/greaterorapproxeql/multimap/therefore/because/equalsdots/defines/precedesorequal/lessorsimilar/lessorapproxeql/equalorless/equalorgreater/equalorprecedes/equalorfollows/precedesorcurly/lessdblequal/lessorequalslant/lessorgreater/primereverse 57/.notdef 58/equaldotrightleft/equaldotleftright/followsorcurly/greaterdblequal/greaterorequalslant/greaterorless/squareimage/squareoriginal/triangleright/triangleleft/trianglerightequal/triangleleftequal/star/between/triangledownsld/trianglerightsld/triangleleftsld 75/.notdef 77/triangle/trianglesolid/triangleinv/ringinequal/lessequalgreater/greaterlessequal/lessdbleqlgreater/greaterdbleqlless 85/.notdef 86/arrowtripleright/arrowtripleleft 88/.notdef 89/orunderscore/nand/perpcorrespond/angle/measuredangle/sphericalangle/proportional/smile/frown/subsetdbl/supersetdbl/uniondbl/intersectiondbl/uprise/downfall/multiopenleft/multiopenright/subsetdblequal/supersetdblequal/difference/geomequivalent/muchless/muchgreater 112/.notdef 115/circleS/fork/dotplus/revsimilar/revasymptequal 120/.notdef 123/complement/intercal/circlering/circleasterisk/circleminus 128/.notdef] +>> endobj +66 0 obj << +/Length1 991 +/Length2 1853 +/Length3 532 +/Length 3376 +>> +stream +%!PS-AdobeFont-1.1: CMSY8 1.0 +%%CreationDate: 1991 Aug 15 07:22:10 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMSY8) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.035 def +/isFixedPitch false def +end readonly def +/FontName /SHXMUG+CMSY8 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 0 /minus put +dup 20 /lessequal put +dup 21 /greaterequal put +dup 32 /arrowleft put +dup 33 /arrowright put +dup 51 /owner put +dup 54 /negationslash put +dup 58 /logicalnot put +dup 94 /logicaland put +dup 95 /logicalor put +dup 107 /bardbl put +readonly def +/FontBBox{-30 -955 1185 779}readonly def +/UniqueID 5000818 def +currentdict end +currentfile eexec +oc;j~EЪ/ ȭX~id}S5Q!gtⵎkJc;rN^X5.Sy +'IqV:r㚉#,# dBZ *R*"7٨y! [R߻*|]~[C֨a[#ԙ jY!4J"3&ejc\J$2626wIaUIrnFB/Г(Hp%#O.,snݸt%\b9?_\ <+n6Z+/dA+pA.nu"Qw?j R,|?vB=(D(*qC+Jx%՗O#2z,To ׏ӎ* NfĈf@ ‡dp{^]#ǫ}gP'_T}A)KR70=TSFCpSQJlYm5K 3M V\P?#Y]W|(zi@/$m֢Bտ <sV!Ro\jPH$]&:Aю2^7BeO**G~[nGdճ*ס$H!$dc X!]|.\OWM(ɓZɗ0Ѕ٥iփ) +袺QCTx(ie.pOO(7 ,)H`Kkh2}Y)TMH勆{0ԛ'QYp'- YY9& +o!f]L51nY60?1+0!j VYi>NOI-0|Գ4Hqί1lQUr7.7cܓsNLAK<%a mnrz:ݞO'4$aK0"f^AJP}3Kyjh|i5Ws\Ji\zr<Tp> endobj +65 0 obj << +/Ascent 750 +/CapHeight 683 +/Descent -194 +/FontName /SHXMUG+CMSY8 +/ItalicAngle -14 +/StemV 89 +/XHeight 431 +/FontBBox [-30 -955 1185 779] +/Flags 4 +/CharSet (/minus/lessequal/greaterequal/arrowleft/arrowright/owner/negationslash/logicalnot/logicaland/logicalor/bardbl) +/FontFile 66 0 R +>> endobj +180 0 obj +[826 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 826 826 0 0 0 0 0 0 0 0 0 0 1063 1063 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 708 0 0 0 0 0 0 708 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 708 708 0 0 0 0 0 0 0 0 0 0 0 531 ] +endobj +179 0 obj << +/Type /Encoding +/Differences [ 0 /minus 1/.notdef 20/lessequal/greaterequal 22/.notdef 32/arrowleft/arrowright 34/.notdef 51/owner 52/.notdef 54/negationslash 55/.notdef 58/logicalnot 59/.notdef 94/logicaland/logicalor 96/.notdef 107/bardbl 108/.notdef] +>> endobj +63 0 obj << +/Length1 2406 +/Length2 8991 +/Length3 532 +/Length 11929 +>> +stream +%!PS-AdobeFont-1.1: CMEX10 1.00 +%%CreationDate: 1992 Jul 23 21:22:48 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.00) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMEX10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /GNRAWP+CMEX10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 0 /parenleftbig put +dup 1 /parenrightbig put +dup 12 /vextendsingle put +dup 13 /vextenddouble put +dup 16 /parenleftBig put +dup 17 /parenrightBig put +dup 18 /parenleftbigg put +dup 19 /parenrightbigg put +dup 20 /bracketleftbigg put +dup 21 /bracketrightbigg put +dup 32 /parenleftBigg put +dup 33 /parenrightBigg put +dup 46 /slashBig put +dup 47 /backslashBig put +dup 50 /bracketlefttp put +dup 51 /bracketrighttp put +dup 52 /bracketleftbt put +dup 53 /bracketrightbt put +dup 56 /bracelefttp put +dup 57 /bracerighttp put +dup 58 /braceleftbt put +dup 59 /bracerightbt put +dup 62 /braceex put +dup 63 /arrowvertex put +dup 68 /angbracketleftBig put +dup 69 /angbracketrightBig put +dup 70 /unionsqtext put +dup 72 /contintegraltext put +dup 74 /circledottext put +dup 76 /circleplustext put +dup 78 /circlemultiplytext put +dup 80 /summationtext put +dup 81 /producttext put +dup 82 /integraltext put +dup 83 /uniontext put +dup 84 /intersectiontext put +dup 85 /unionmultitext put +dup 86 /logicalandtext put +dup 87 /logicalortext put +dup 88 /summationdisplay put +dup 89 /productdisplay put +dup 90 /integraldisplay put +dup 96 /coproducttext put +dup 100 /hatwidest put +dup 103 /tildewidest put +dup 104 /bracketleftBig put +dup 105 /bracketrightBig put +dup 106 /floorleftBig put +dup 107 /floorrightBig put +dup 108 /ceilingleftBig put +dup 109 /ceilingrightBig put +dup 110 /braceleftBig put +dup 111 /bracerightBig put +dup 114 /radicalbigg put +dup 119 /arrowvertexdbl put +dup 120 /arrowtp put +dup 121 /arrowbt put +dup 122 /bracehtipdownleft put +dup 123 /bracehtipdownright put +dup 124 /bracehtipupleft put +dup 125 /bracehtipupright put +dup 126 /arrowdbltp put +dup 127 /arrowdblbt put +readonly def +/FontBBox{-24 -2960 1454 772}readonly def +/UniqueID 5000774 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\Ƨ"v*o$1|#`ݧ2YȎK@瘉!QgDVWܑ>{03{iEmW~?B(403"Ԇ9NLJG9LNIWnNRY[dm+IfN|=cG5yJi,dRht x<#^!V&1qE1[nض{3#a#!LLk-(PAh1IvYK1[VYѲY*aFnH DhPPtHH'Í=(ճAf(8JH:cX~ ۘzkcF8!hG"Vpל wp _>#5J *fvb +I3YeAIȪ]%RdxL +> +׺ZzGiLW&iK_ NߟJh $շ>NE|sEf%L5X& ѫYtqN$&(4Fd:g/]>~4Ҿ#s ,<&fMeI͸*Vd܍ѥi6_96OsQ`:@KZCBN&SM+ctA=r7 YsD2 ZzڒTC 9P~։s`f +JMc-b)u5twwȵ"@\$\/(:]#G~p>(i6jeNB$ZO4/˻)<# +12J'59C?,LT`[LUQa4ܜ|T?? ~l +@v!ػωNhwG10 Tki$Tݨ3oMPMA_ZRo{|Wsr< $}E~~ +`],3[ڎKg &JN )KWGjӶ%eb,=j_Υpb4Ql|ҏpj[vI!y$YrMjBK?#u+@}9zV0k +LQbt^39VM/[ >M҃ϯ*cepw 3tBtXܣ:uBZZaYOŎ0C5W!Z߆ƚfǮyh +`K^uʎMgH)ixq2VXmZ?&\c=l(~XHWwJLV&AfAZR%E91y5OP~d){2g\X*3~C&hr\{Ksecnj"X c=avM +wzzN~u,W:\ H uuJ*MD//k!`alD7^PpwnWb+\ NQQjGOsB.Tگ(LhYQ#quH%곰TRkw3}ZL+ ՛W+e}k` A`*:W$YV!aZErv뫋m)&0'So)YCyߚ*md|aC\3DNBqxTB33'$*+h?}ʃe^b!Nn\c uw/|5ޮ"7:I\ .*!e@UBJ11ar_YUc;t񀉘齜bL'M^=yၟheKnjd>ٚ(m$÷Hs;'ZW:UH)e')C+H O+0F문k[d0FVs-}U[˞ +[Z,">04qC3I-=D }%V}V6{)O׭Jv_^ +U7nB3U峱ibWlc%M 'V=uTabo,V\L[)&/W 3uȒ6dZTWi ,,ʧyL|F7&qC%KZȜPK)GSb~.(Y§+opZ~sMEq%H/N\1tb +HMQ2m+ĞDce8Z/[ )O|79u4qYApu6؟Ҕ߾-UǼs }W##aX<u( +dW0xJs@N5EΕ-O`ؽHjQT3͏;e?sf'?|xZԹm*{߆VCHn6bo: (f*G8лK>a-?ZWIfV ItHMrrc=p$FHj<3E4}<ۧP<ֳo$ת)95^AǛ"ӌ} Dk%j-,;DՃt}hZ7!6Ϟ͢$-~(bX1E$|b:[3G[[eJ7ZUQShS bԜq?q g)43kCDs {_}glSyVg=?HqLYA`3pwJxC /'t㉵%|FKc$#HCBWVbGħe,p$6=y +b "CiJ)a,ƿA3a4s~X _C*45$V#nj<'Tx<*+Z>Lپ[N9 fdo r%w4 z1p!2DV-2=*76ykJq,O0Cg2y݇4{nN0Р] a!7Pb' F6L"I6Ўw +xjpcc{D\`4]Nc;A_sEu"+2^[TRlkXn|7v`VDwqA))kˮ< qT$pYez%MΈ4۹;h`GiCtJ]%1UMe*qY{Ţ%Mc:b\ZXa+"wTN[a06)%p=qm_gp[L_w9G{ jF1|l]AG9)i,\aQ6&$4 Lt%WVρDaW +}~+ KF]JE =6㯼G)CU`&=UdG]UBjEDS>x'Ua{pO oR;hM=+Fu\oDSXĠ2ktަOےVh`#P]0JEBE 3Cۢ/%z'MHzzm(P\uM r[0WD3iRfE?c14y +͙C[{fN1:ŋ{j (]X܉j1%CYgHc!Fpo#ϰ"VV vbxGȨ~Iޕp9x/~ }䍰.o̕dq62ytJi*Y8(nsPLkV 2i& NuGyk!mY.92/A[ Y$B~W=9 %c"z~qخ-7׌]B.$k Vm1[kNOP"m8LW{GQ8_mVZ4k>}|^qʈHIOPyCeٽU*UOJ +*1/Ip.`x@uƄߙz#ӋojsVЭ)&#1rM+qQ֘JFkuӴUn.e_zc%*BΕ^.X/ \#+P@S<&P> VT0+ު &5}d#nӡaV +xcGD4h,-uT8\'ܛ{cCu':$/ٴC(W3RXL.P$Mcb {v\TsG0ij[v,1쥦ASvĊi+$^qP_7*<vam$/!/?2{J8`-B8 o[ʭV)`y(B8ڊ0=ޤ +=ѵ$/H[ˬ!eh_=s=t'#gk $R+gebgwxVBexIg&u ۫>Զ2A7kXOX~;xTaO!bh!;6 'p +,I+ U!(ڳ iOdbìu}ۙ;݄82yQ:%F +6Eوu Zm!^(|ioE?xp\%[; += d>4)xrk:HY;)mrTԌԫ"q @i.6bW"|/]x$E* <˔s͑OoFi fF#A$"Li^Ks*n5t炑* [9Zk P/ C=; Sr5䄤f]K/--p(ԖK;@DiZ~eLusvG*𧊘+¢o*W`F ;M֛zF]w)~4P;?} W&$f@q5y%p@},V`f 78]'\c=ҽz3cю-5' L +MΐB{ eJ0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +64 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 181 0 R +/FirstChar 0 +/LastChar 127 +/Widths 182 0 R +/BaseFont /GNRAWP+CMEX10 +/FontDescriptor 62 0 R +>> endobj +62 0 obj << +/Ascent 40 +/CapHeight 0 +/Descent -600 +/FontName /GNRAWP+CMEX10 +/ItalicAngle 0 +/StemV 47 +/XHeight 431 +/FontBBox [-24 -2960 1454 772] +/Flags 4 +/CharSet (/parenleftbig/parenrightbig/vextendsingle/vextenddouble/parenleftBig/parenrightBig/parenleftbigg/parenrightbigg/bracketleftbigg/bracketrightbigg/parenleftBigg/parenrightBigg/slashBig/backslashBig/bracketlefttp/bracketrighttp/bracketleftbt/bracketrightbt/bracelefttp/bracerighttp/braceleftbt/bracerightbt/braceex/arrowvertex/angbracketleftBig/angbracketrightBig/unionsqtext/contintegraltext/circledottext/circleplustext/circlemultiplytext/summationtext/producttext/integraltext/uniontext/intersectiontext/unionmultitext/logicalandtext/logicalortext/summationdisplay/productdisplay/integraldisplay/coproducttext/hatwidest/tildewidest/bracketleftBig/bracketrightBig/floorleftBig/floorrightBig/ceilingleftBig/ceilingrightBig/braceleftBig/bracerightBig/radicalbigg/arrowvertexdbl/arrowtp/arrowbt/bracehtipdownleft/bracehtipdownright/bracehtipupleft/bracehtipupright/arrowdbltp/arrowdblbt) +/FontFile 63 0 R +>> endobj +182 0 obj +[458 458 0 0 0 0 0 0 0 0 0 0 333 556 0 0 597 597 736 736 528 528 0 0 0 0 0 0 0 0 0 0 792 792 0 0 0 0 0 0 0 0 0 0 0 0 811 811 0 0 667 667 667 667 0 0 889 889 889 889 0 0 889 667 0 0 0 0 611 611 833 0 472 0 1111 0 1111 0 1111 0 1056 944 472 833 833 833 833 833 1444 1278 556 0 0 0 0 0 944 0 0 0 1444 0 0 1444 472 472 528 528 528 528 667 667 0 0 1000 0 0 0 0 778 667 667 450 450 450 450 778 778 ] +endobj +181 0 obj << +/Type /Encoding +/Differences [ 0 /parenleftbig/parenrightbig 2/.notdef 12/vextendsingle/vextenddouble 14/.notdef 16/parenleftBig/parenrightBig/parenleftbigg/parenrightbigg/bracketleftbigg/bracketrightbigg 22/.notdef 32/parenleftBigg/parenrightBigg 34/.notdef 46/slashBig/backslashBig 48/.notdef 50/bracketlefttp/bracketrighttp/bracketleftbt/bracketrightbt 54/.notdef 56/bracelefttp/bracerighttp/braceleftbt/bracerightbt 60/.notdef 62/braceex/arrowvertex 64/.notdef 68/angbracketleftBig/angbracketrightBig/unionsqtext 71/.notdef 72/contintegraltext 73/.notdef 74/circledottext 75/.notdef 76/circleplustext 77/.notdef 78/circlemultiplytext 79/.notdef 80/summationtext/producttext/integraltext/uniontext/intersectiontext/unionmultitext/logicalandtext/logicalortext/summationdisplay/productdisplay/integraldisplay 91/.notdef 96/coproducttext 97/.notdef 100/hatwidest 101/.notdef 103/tildewidest/bracketleftBig/bracketrightBig/floorleftBig/floorrightBig/ceilingleftBig/ceilingrightBig/braceleftBig/bracerightBig 112/.notdef 114/radicalbigg 115/.notdef 119/arrowvertexdbl/arrowtp/arrowbt/bracehtipdownleft/bracehtipdownright/bracehtipupleft/bracehtipupright/arrowdbltp/arrowdblbt 128/.notdef] +>> endobj +54 0 obj << +/Length1 3210 +/Length2 20236 +/Length3 532 +/Length 23978 +>> +stream +%!PS-AdobeFont-1.1: CMSY10 1.0 +%%CreationDate: 1991 Aug 15 07:20:57 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMSY10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.035 def +/isFixedPitch false def +end readonly def +/FontName /OJAYTW+CMSY10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 0 /minus put +dup 1 /periodcentered put +dup 2 /multiply put +dup 3 /asteriskmath put +dup 4 /divide put +dup 5 /diamondmath put +dup 6 /plusminus put +dup 7 /minusplus put +dup 8 /circleplus put +dup 9 /circleminus put +dup 10 /circlemultiply put +dup 11 /circledivide put +dup 12 /circledot put +dup 13 /circlecopyrt put +dup 14 /openbullet put +dup 15 /bullet put +dup 16 /equivasymptotic put +dup 17 /equivalence put +dup 18 /reflexsubset put +dup 19 /reflexsuperset put +dup 20 /lessequal put +dup 21 /greaterequal put +dup 22 /precedesequal put +dup 23 /followsequal put +dup 24 /similar put +dup 25 /approxequal put +dup 26 /propersubset put +dup 27 /propersuperset put +dup 28 /lessmuch put +dup 29 /greatermuch put +dup 30 /precedes put +dup 31 /follows put +dup 32 /arrowleft put +dup 33 /arrowright put +dup 36 /arrowboth put +dup 37 /arrownortheast put +dup 38 /arrowsoutheast put +dup 39 /similarequal put +dup 40 /arrowdblleft put +dup 41 /arrowdblright put +dup 44 /arrowdblboth put +dup 45 /arrownorthwest put +dup 46 /arrowsouthwest put +dup 47 /proportional put +dup 48 /prime put +dup 49 /infinity put +dup 50 /element put +dup 51 /owner put +dup 52 /triangle put +dup 53 /triangleinv put +dup 54 /negationslash put +dup 55 /mapsto put +dup 56 /universal put +dup 57 /existential put +dup 58 /logicalnot put +dup 59 /emptyset put +dup 60 /Rfractur put +dup 61 /Ifractur put +dup 62 /latticetop put +dup 63 /perpendicular put +dup 64 /aleph put +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 72 /H put +dup 73 /I put +dup 74 /J put +dup 75 /K put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 80 /P put +dup 81 /Q put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 86 /V put +dup 87 /W put +dup 88 /X put +dup 89 /Y put +dup 90 /Z put +dup 91 /union put +dup 92 /intersection put +dup 93 /unionmulti put +dup 94 /logicaland put +dup 95 /logicalor put +dup 96 /turnstileleft put +dup 97 /turnstileright put +dup 102 /braceleft put +dup 103 /braceright put +dup 104 /angbracketleft put +dup 105 /angbracketright put +dup 106 /bar put +dup 107 /bardbl put +dup 110 /backslash put +dup 111 /wreathproduct put +dup 112 /radical put +dup 113 /coproduct put +dup 114 /nabla put +dup 115 /integral put +dup 116 /unionsq put +dup 117 /intersectionsq put +dup 118 /subsetsqequal put +dup 119 /supersetsqequal put +dup 120 /section put +dup 121 /dagger put +dup 122 /daggerdbl put +dup 124 /club put +dup 125 /diamond put +dup 126 /heart put +dup 127 /spade put +readonly def +/FontBBox{-29 -960 1116 775}readonly def +/UniqueID 5000820 def +currentdict end +currentfile eexec +oc;j~EЪ/ ȭX~id}S5Q!gtⵎkJc;rN^X5.Sy +'IqV:r㚉#,# dBZ *R*"7٨y=cLIPsF'f> ba +]fv+QAwdO[x"%Sx~{p҈덡|O +BÄ/GL3h+Ng03jU1~akDzq=U}.KY碌 ֻ1?C N2Muh/4Gm |Q] +OaFދp4]x33$)z"DqKs>%)hPf|uQ!jk%-Tm~;n ~`:uk%/W*S /A5c$%,J%pEDj'#N6mjҊQ#6Itz\y@u:#i'׽8IyMH Krx S޲ DVO#7͸*A7QL'xh!Hi4L7Iv7DNSrqH= +ƨGge)M '6֕aqiY}O׋b0p<:($4bО)͂;4W.4%]ԋB|IIϩ&N6TX>G;v^>-9p]UXBt/klB͞jI +xטÊU gV9'.B]JE)Qx?K6% He ?mM3RQ2{&zb.9* +Ms;9.q#y/q DӦK cwMwN$Nw`Lxͻ@ҷױVR(j>\օW91ͩfPig%^a67yhS"@YNڬmo!h݇d~tJҢq bMC\lf"~YKA(gըeL34.> .CN4jL^$2'83S:,\.#Z' 74YۘT˂mHR!ۏ^F5ᑪLa +Vڞ0х0B4*D; Ld5k%ۺ\c8v?c^|@)~quIK}+vif?*}Xc9d*űc$͚RJ ]p$ׇٳ;xU۱+2D__?ƵQ`+K(O:X5ԤAjts(0ĠE+[^^:HhG٨OAb8$k)h?n Vmz \3zNJ +>-%$_ +(G; H}ʥ.u'xk 8=iA1r$,\@H nu8nW9MGJ"Y Q>:R7i"U'&x޳|jSASgU=[<8$>8HSs0xB7X`k܎ѥgi_xcC1ag]ʧBQ%V" +;j0@t^hQ@)CD!3ƭ$|X$~85$q8`RIE!fU؛hLӷiԧn'K#m'-`A-Xھx[ՐU; F(t9tL5/񐷑ACΒ fiRy )LO֡IZ@V!78"3(+Go{hآU[HeH)󣷟@[-ݺCp; +hHs^'# b(*ʼn7Om |wdA#=.pa`Dcѿo#Lpцw@DmG+rk&0F~Xrۮ@ѭѲ~ԐƗ/S fR +Gڹ{*G†DG)9]Z^Aڃy'd&y\}tk)O6&Ax!i=2YWo +)~ W$iO)s훬mH7SI't`;4A `E^TSNW4YL-tݔQAC?!(H.iY@-Zpu.>o9=z1lS<8je4N2 ZN&p+ LWLjKd gtonydfgzvU=Toϼ9fPaJj3zm-X0"|H\,ڪ$:&ܔLFOt\%~&B +GwĢgW,fiK[ujzy8 ppXu| K5)]zg8V E켌_eJ %k,,gQ5hj2?^02L^D脹UtOS$tndͧtܨiNId4^*p>eYYuWnEH9{Al(K eK 2FJhx ]bҰGXӡ6U0;I:C[r{&耝,1?N[R$^ǙϕBٚY]7~iR{Y4onؽ7^M/+`X +p)UlX˫%5w^7JD AA im(bP<65Yv OǞe;sCϐ;Lw4q^qj5>e6[] LY #Fa(qeo^4x>e*{UNjK +`ύ6( 6jقV;?Ij4jљJ d޼wQr^o)ڠ>[ꛏe3Oj^ .)0#Z^C)ˎw3l 3M+\Z9]P7oChKcOh}`{.#Lt_]Γ{׍x:ݨ{M=sa_K/U ~aTZy"]ieiᘲ|4ڈ/z&eA9F ɑEсlj 6 })<1X!t#Sg1] +^)XчIα>8Z$!qOIυEkW +"Hˆe`^~}ruuQyl'rU1,{2R$1YqWXP=/62ݧ +CWL{ύ?!QcChQIJ>91Icx  VIbph>nN h>&-CJ +I;DcMG[޽C I _7(d|hOFX}r)u%rش_16S,ueb7Y?Zݍ ϥ[-{4/nKh9ݣDnsPtԠ,,c(bk+죧c)tVUA6TEO)>JtD;\soҦgS=# {9#sLUԕM +Ao_ܬh! cNCy wBp# 9zCG?Cs|(M7zU$;^ +0L" !9 6~׺1[ΧP!N\z^F՝ +Z"C,u:|T[lwh' nRQeq 4]k%,T54'4=Kfϵ160!D\]ŌFR _?!.%q> 1S2@wt}]#*Gf<>UGYK-VwmSaKg/y!B1ԒV`vL>JL# l* qMO1$s[%\J}s7Pxriւ'\5u\aC2uzjٍ?LfK9$| `U +P@?KZOwbD]WHҕ3jKiƉoh˯7 upg[m* ZWa9b>I^)jhnRdW`kܒŘ R+ +p.,mv)SL6#~ lKQW(.-) lk= Z.xUvk\jU>,UtFKٞnmYUܤQ2ˊ +vKNk>csM3fey t#Mʬw]&/|(&C.\\>/v4H`[,<{Gb6{h*pRwU}D#b@jXolЪW!T|e^5lj+eE62; wZ]R y'ob +¶~SZ;62y1bE :=,tEbYk!bo?-enQ8M!A   +m&lGM6nEBRp -lp^s05!wj¬7>ȹO-5>f2] 裶[8t6ߌ&TTyj)Y5~<euhj_H>W3M?s/K1;a #w A 9Nr1MH̻S];d7e$jq> kw)K@_~vߙ4$ #/um a, (lNRmfLI?Ƞq "Dr_w(3|֕^q'Pl[ 8 +%kC2KmCyYQs^:"u"&mЀ z\_,3e.ș˰/NmP},~΋w"=2O߲9'WMO?s'^S"hJv( _r&@vK#."8x Y'>RĖ+tQAVa/b/Ra}zrRpd +Mg e+ ƬeLކ-Ӗh%l:.w +=3I ˞3(FbQ|=Ul=dkAgY,ҰK!e&v6l!wwWL]h!;ha,kT1pz]壂4>M5i8"t1\P} +\L%iѴl +Gᴲ;*rي)+^5ӾWعuo1uUTi#gZ1XK.T3}Y eB +mDfՋq_6//Af@9=V>w߷jL/tKjx5S +)o[zT |l[{orF,.CӀ2#[mGqF玵")vYN^|Pń1RdrSc +y3ތNl]_; OyKx0``>紂 vU07}CzY&<®e}@_c_l-\ާ8v >R0u겭u$W1Y|@ ,3xKǍQ rWezg [!3|>؃ȯ$HTN~Im"QnN(`hI@m`ț`}owFI%Vt?oFPo) K-5-湈 +^%@i,qPն4 +\:OF|ԼB)hr?+,,D䀄(0 R@V__Fq޵@6zˏUe8(~|{r + hLȫg(@Mbe* Gc^z6&F KNo;ݞ]V~RB!POc Ծwy84R8b@^gŅ1͛Qľ'<ھ]zׇj^v"bnJB-8PeM rY0.[2fь7g}m +b]!>dVkuSIҀ|"]21S,ڳh`GckQ,3m͋~]Hwwy=`Yd7@ш 0yZTP;S6?nT enm|8oi橬xg js+nb"gFAHp=}0'B1`ͫzC?8m: j!:6Mi{,F]0e蝯 iZz?cX]cEx,lVGˈL>>I9$ ac-(B`mdC>9vZU=NhRqydpLl~;yVd¸a~#?/੪=7x_A7#GB&0 +_)Q>o\˷¶͘-~27N sAT:6BPj.|Z^zTRʱq@R8[z`Yd O&ShA4'*@i@[ 2(7pU;7O\ROn$g٭S&DE(o20e%P-Goeyّ8mCr'n֕YS«LSkۤdf Ɨ$0.hrn|Ûf)xa"%JXٜ%I[ 60;V5O9bU*6k u{W($m#>8P(OR +ck%$n)"fS+?WzېCm!'2Xo;.-A+2"mAOi{OlŻQ*;}J#lOܫpEjY/ HN䍞@˴*k.r>1k2B{Hxzl@ÚFH@a-/3<ϲ7ׇy~cCa) ?'SXʅ$Bzbmk'͢ɷKgXy{IqIv1Pzq+U)9@Ѥ`*3E& ?BHeNRp7~6\#\Xioh;p7)yGDN^ +$,hMXGɳpV" eH&qd>4P*sڬ.zy9k Q83 Ə =VB';L. +.ZNHɷBWf4b&7E _m9@Ly1fg@2 eܻ d/quޤjt_XRbTDcgrdE'OV/aikg( : QOtv(eN%Iޱ|U+49DoW㖘qI~T"Zx\o'Klȸ#sա,hZ,a!T

m"a$4 LΖCNU5_'[J,y,%MJ[h \MX!-WL;ţP+?>THuy9NG:ȵFIt82hѼ, иP[I.>lt\NsQw!J2ݔ5O0XA76C %؟;M)X0W@"߯!Rk kp/g]J7ܾ0@ 9c#|hz_Nf玦%l//Zz=sXfuj!@6g/ڹKAkw!㒥|gʦ|:5_ +} 'Fu]b Z}g2+QL:adfW9mTbkd)nm%廒*3dSAb=,K@ǃdpKa˲Hk^&nvi[ɏM {ZDҶWh,FVN+X:.q8oLrHCb(֑݀X?YM̕9r~\EM[dqlRWq]ӽ%~1 &y#2 Cg%a{ܻ$E?^PwNM{Ķ• FCFBTo]ŇN0>J5{8G uAofv;u?hČٝ偓?R1x[$95*^U ('> :]050bwm0uA*^E\u_?a5hEGOzl27S5+_)u*KmS7 QKH'U+Z+e60ti_3J[5J\^>+w,?w}Sf !Xwu L%,rPOP:rUf&"kI/5FhJY0r&[ (tb)GxHx~y Sj)3LDJx\G'X/\!8QDV˪Vjdш:m[/T]])aƄ]*e"&JlTe.B?'м_Yc<8ʄN5sm% :.!3 +;ྍ=8 <)rqDAil&qmgϗKcz{D\G\"Мd Y;Sp߿$9܇| +pnic ]Y% {Jv(۽Q !J"o#Ox>l2EI˜y49=ög ś$[^44 +\( ٬vuG>B3L&z-E:H^TFbtDsw\%!\?il_'>k';ƇwэPkJfE* r$)qܪl{y>lʮfώg :1:nN! øtzCQ|q<GN@C 7PgVsF`OT@r@˘! jzT76 #s&(G(Vb#yD(R6ڈf`JC0GՍXh{$?qx$*p*r kh%ͦaَ-zpI8" %=$m0ӁC%Uvj=dJuqSޓ/xW%yXjW5M|?_wWǸ$+ƙgI!pfĐ7VK-..Ax=܉a-'Vկ/ '1w1 GuCXB8ty_PQľ/@B${pZ4 /U<heni(ufk^V$wȜqZF֎ +vkU|dDy'v=tjgIL2c}3|QW_8· `6vuӶ7KF.%%>rjٻpu:aL#ޓt!hiLYHvf0>g`:dWWl r#hQm\\dΆZ]2jpI/$.Q6KA?حsr9CMv.},=mD cx3\dufhqX6CGQ(wkt,Oǝ|Ah4 ` R2y<rwV-?s4ᅠu"QkIZ^R|;:J,t%5\DU +ٔHkBgo9|ڋsn)fSyc=v%mbss1kHA/KߏD D:$BGߧ/5#:>9kjA8Z6%K3=օg2hN kbJE\\-<R)|sZcsAC_k],e .r^`^hh mWR)!yhA7O5YHRF٬^m +M<}ǶzmˮQr Vy%干r_pٽ}؟L(F_=H{uz<'@esFؼm= P+"@oNsO_4+p;@eoLmvLJXcӪwdKYN %CbafLD(vE;R)E!Z2d#Ɂ@vŚq^m>ԮU~c.2O1y`'YS&6DȿTҡn`ߡ9Iۆcc]N QFO |ۄIwnuJUF 7q`oAY \HDkWkM9)VX`3w||5LjeHLHύ9C/ +InbЇmMMOl q?[s X6V?C  ߲Mh(}W;u2zp +TS/&9D SAtfOYqȦ~Ć̸#ALl,RU)oKzi&m /O}=~0 U?/77kQ(ª>$[h<{ q>'zF@ת>B34}K9뱪.)ezLH4a]O T>` a(h\ٰVsf_R^4/(=&ˤOs9n KQYya3ܞ}s.x1+&X|H +`kgBtbwSH![YJ!@ڐv53>Sq`$`l%8>9NU%NM\skL+z$5㪁 '_y%2:~=0ցY w($Eim۴V6 +'V2;Z;3|ޏV>3KsK~_ ՞ܶ H"I'| +]D_wKpDbNC,i|\48$ f^.)8i)B{ou 55 ~seXA6%VU]=7܁zMn SؔLb|&'=`-4 l_ySy0p&bAMs(rΉjcx;R8O&d|ޠV#|W<kW_;VX7Fk'N72͇d3azC +yZ*yQVf1ɞSږMǁ$@8#Bԋ[x1w:+X4[6N$tJ+,cGO'\\{8ȡ< DVlXM3VLDy>5sWOމ;뚍=Z;wc42kj;$Dq+TkՆ'$ =?o3檺g-d(kXC. vMD^4v_3Go$`~NqͳD?|=, 4*l"*;T[7L,>ssPC^"ɉ^tk0_UXnX6iajBH;AxE-ݤY7]rlbeǻ(xjBv"&լT,xDI;!oT1EhAB祎,ɨcN#$|KA8.=YSȥ.> endobj +53 0 obj << +/Ascent 750 +/CapHeight 683 +/Descent -194 +/FontName /OJAYTW+CMSY10 +/ItalicAngle -14 +/StemV 85 +/XHeight 431 +/FontBBox [-29 -960 1116 775] +/Flags 4 +/CharSet (/minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/arrowright/arrowboth/arrownortheast/arrowsoutheast/similarequal/arrowdblleft/arrowdblright/arrowdblboth/arrownorthwest/arrowsouthwest/proportional/prime/infinity/element/owner/triangle/triangleinv/negationslash/mapsto/universal/existential/logicalnot/emptyset/Rfractur/Ifractur/latticetop/perpendicular/aleph/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/union/intersection/unionmulti/logicaland/logicalor/turnstileleft/turnstileright/braceleft/braceright/angbracketleft/angbracketright/bar/bardbl/backslash/wreathproduct/radical/coproduct/nabla/integral/unionsq/intersectionsq/subsetsqequal/supersetsqequal/section/dagger/daggerdbl/club/diamond/heart/spade) +/FontFile 54 0 R +>> endobj +184 0 obj +[778 278 778 500 778 500 778 778 778 778 778 778 778 1000 500 500 778 778 778 778 778 778 778 778 778 778 778 778 1000 1000 778 778 1000 1000 0 0 1000 1000 1000 778 1000 1000 0 0 1000 1000 1000 778 275 1000 667 667 889 889 0 0 556 556 667 500 722 722 778 778 611 798 657 527 771 528 719 595 844 544 678 762 690 1201 820 796 696 817 847 606 545 626 613 988 713 668 725 667 667 667 667 667 611 611 0 0 0 0 500 500 389 389 278 500 0 0 500 278 833 750 833 417 667 667 778 778 444 444 444 0 778 778 778 778 ] +endobj +183 0 obj << +/Type /Encoding +/Differences [ 0 /minus/periodcentered/multiply/asteriskmath/divide/diamondmath/plusminus/minusplus/circleplus/circleminus/circlemultiply/circledivide/circledot/circlecopyrt/openbullet/bullet/equivasymptotic/equivalence/reflexsubset/reflexsuperset/lessequal/greaterequal/precedesequal/followsequal/similar/approxequal/propersubset/propersuperset/lessmuch/greatermuch/precedes/follows/arrowleft/arrowright 34/.notdef 36/arrowboth/arrownortheast/arrowsoutheast/similarequal/arrowdblleft/arrowdblright 42/.notdef 44/arrowdblboth/arrownorthwest/arrowsouthwest/proportional/prime/infinity/element/owner/triangle/triangleinv/negationslash/mapsto/universal/existential/logicalnot/emptyset/Rfractur/Ifractur/latticetop/perpendicular/aleph/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/union/intersection/unionmulti/logicaland/logicalor/turnstileleft/turnstileright 98/.notdef 102/braceleft/braceright/angbracketleft/angbracketright/bar/bardbl 108/.notdef 110/backslash/wreathproduct/radical/coproduct/nabla/integral/unionsq/intersectionsq/subsetsqequal/supersetsqequal/section/dagger/daggerdbl 123/.notdef 124/club/diamond/heart/spade 128/.notdef] +>> endobj +51 0 obj << +/Length1 762 +/Length2 1095 +/Length3 532 +/Length 2389 +>> +stream +%!PS-AdobeFont-1.1: CMSL8 1.0 +%%CreationDate: 1991 Aug 20 16:41:02 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMSL8) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -9.46 def +/isFixedPitch false def +end readonly def +/FontName /WKTEZC+CMSL8 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +readonly def +/FontBBox{-57 -250 1183 750}readonly def +/UniqueID 5000796 def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9M֨[G(aܘ|Uэ8kKaO_Ⲟ2 "nڬxG@*ܖ5&&E?d + 4Kן꛾hř`ANzͦxU:@|{t+YS-<ʨ,Bhy>1( :mְo!uQogXԎ_lX&B^Ro[ӥCQ؋WnPrM qj:pm$h|abX#9ʊS:_ \lr9`ah`ث1~7Bjc!7zp>ם6fr4[Cɫ]5p Al}oN~40000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +52 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 185 0 R +/FirstChar 65 +/LastChar 65 +/Widths 186 0 R +/BaseFont /WKTEZC+CMSL8 +/FontDescriptor 50 0 R +>> endobj +50 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /WKTEZC+CMSL8 +/ItalicAngle -9 +/StemV 86 +/XHeight 431 +/FontBBox [-57 -250 1183 750] +/Flags 4 +/CharSet (/A) +/FontFile 51 0 R +>> endobj +186 0 obj +[796 ] +endobj +185 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 65/A 66/.notdef] +>> endobj +48 0 obj << +/Length1 1061 +/Length2 4813 +/Length3 532 +/Length 6406 +>> +stream +%!PS-AdobeFont-1.1: CMSL10 1.0 +%%CreationDate: 1991 Aug 20 16:40:20 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMSL10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -9.46 def +/isFixedPitch false def +end readonly def +/FontName /TGJMKD+CMSL10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 44 /comma put +dup 69 /E put +dup 71 /G put +dup 76 /L put +dup 77 /M put +dup 83 /S put +dup 84 /T put +dup 88 /X put +dup 97 /a put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 104 /h put +dup 105 /i put +dup 110 /n put +dup 111 /o put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +readonly def +/FontBBox{-62 -250 1123 750}readonly def +/UniqueID 5000798 def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9Mՙ= 0)xf +1kX) $%Dlgg5hZBNj/!by(Nv44|0x5>*TχXwj"vǠ\Ar@zgt;B?O}C;J +ߋb >N:u񳻶o =;xT+gW+"0qXٲ"lCpXǹSٵ˪\Y圃ۭȺ7NR >DrɍW*-E Gÿ#9ѳ[BRkO|~OgrVKq|媞ڵ1|@5$ccD2'}}]^C]a\;^v|[Skz + 2WM} o/Pp)t7P^ +q +L [.DRܠK;v=|GύG{m fMGJ4[5h+s.*KLp:ٯø`Z~Mݪ E< AҷwMJ  '-lBdOGlaڅ@ v8x 1Me^f:&`ɆH^lXP%bGƎbQ. )Xn-ugʇP1:#e`X*ͳ!/N;()g{d@(/deutTtLD+sZSi`"O `gnHhlWpLhM6(U䂠M[AN m,EĐaj .p3s,_N eaf /H|ۀ<Q͐ZReд~ #OpJ*[6}!<͋}㆟EP*$lRˉED0Tj:T*=Oռz\/X+i̭SJi>{nn~xAw0svmrOTkko/#͜ +`P +'}B<!(,7 ֛"篤^42:)AvQ?CӤ\'a!RqPRCL0kfؾO$_g&]l~]!6aZ֎Xà8l8,Nmܞ(%nd(Z+8$[?TX.|WtP2`pO)MU-+oE8w犖.Oq3}" +NƩ00K_rཞaeB@ՠ6W󲢻qT:mBtkgO~Y=SLNOw +,aQ\4/lKKs0_MzuXȼ:u+0eM9=C8uJ\5n ^2|}2[pc7 V y2}{ Z$VeaDaSd=pU =vAHbCfXʺK!֍x72wͣ(4>_ݲ7|R5&lpFfɧc*ՃT"/Q(~X^C{5e1d{͂dgDdO!J_P- ) Hu@ Sw UfE3)rW5 0A$ˡ ϭλhۈݓ'c9Uyv<}9mr{7dnk\ߚ( ͝ė}!TK*LZr8-'=a6ϰQDνMAYg@ܲ$PDCnHm]nQq,2% fq n3BksԄq> po7R8xA߯^;<$QR{A]A#ύҼu'PҐwrf|G<4x|"fX|pFZ`4VS'z`Μ@ۥ0iY b Iu h$5JGv`"puN}^P 93Aܼie,)}%gK+7󭨠a} \VK~N^qcجs)Bfλ&12oy"PJ}CVd @8,\O>/&=w${QXTӚ,䕉$7!¤7}s' ^ 2`U(C],9$dT8N۠:F \ه}iiu n0&%/1)=XK'( +eV@\ ›S&?79huĴjg<`m 4;Kn.q~S 8r,6$2$WbGd1ڋEDOd Ixkeiq 3 ?o^A)8b UZ҂(YU&Cۥ\e%b~V䓼P/v կ^wjNItPۡEr3"ˍ;mfYn0~sxfkuX3ݿ:#Lb%Į-ɦ |kiˋM}Td۞@ Neij힐;j_0fD][vuH'}d: k;!x4jLt 2aoG)YFҞLl gsd`%] _+ȅfȜ";ԝuw` .u €IJũSPDӜ|떐xKO?f |^l4W ?tZ+L'c%iF"2Y_>8hC~zit1ŻȖ᷄zdHNC̋nEE+y}ǔxmAr)("b~Q>l6oǚ|}~e =0gwehu#FkhxbON_4{hn`:wYq~*e ._jr6 I8~oAƤ~2$<+x_TobAN ^d,c1YS<3<ŗcH<gGby9|8xeseJV?22O~Ukmp;k,o*q} # Ou;ңjQNAʚ5nUH"qk cA壌@|BuvCFH=Uoa͔PS kvܟ~%RPj{ a8RnܧkD +' g`/w DQ{I<҇:,[C>amt^2KC&*؟Pɞn3-Ts<r 2&A(9Fj_/ 2PkzeKGڦns)ptEhI{+SK /+s$r7Y"J7pvstnGogKmMjh1(NE?>yq/lI-+WL + ' 04JEpvdK{u!ASwh r> ??w/x/!EBea_ =fql< MtX_R 0^[QσoQ!&50Wpɦ=wGz;r-֞JX"fzz 1jfýbTp ')$^7%2 uC<:4My1tD<燾ø 0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +49 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 187 0 R +/FirstChar 44 +/LastChar 118 +/Widths 188 0 R +/BaseFont /TGJMKD+CMSL10 +/FontDescriptor 47 0 R +>> endobj +47 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /TGJMKD+CMSL10 +/ItalicAngle -9 +/StemV 79 +/XHeight 431 +/FontBBox [-62 -250 1123 750] +/Flags 4 +/CharSet (/comma/E/G/L/M/S/T/X/a/d/e/f/h/i/n/o/r/s/t/u/v) +/FontFile 48 0 R +>> endobj +188 0 obj +[278 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 681 0 785 0 0 0 0 625 917 0 0 0 0 0 556 722 0 0 0 750 0 0 0 0 0 0 0 0 500 0 0 556 444 306 0 556 278 0 0 0 0 556 500 0 0 392 394 389 556 528 ] +endobj +187 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 44/comma 45/.notdef 69/E 70/.notdef 71/G 72/.notdef 76/L/M 78/.notdef 83/S/T 85/.notdef 88/X 89/.notdef 97/a 98/.notdef 100/d/e/f 103/.notdef 104/h/i 106/.notdef 110/n/o 112/.notdef 114/r/s/t/u/v 119/.notdef] +>> endobj +41 0 obj << +/Length1 755 +/Length2 1110 +/Length3 532 +/Length 2397 +>> +stream +%!PS-AdobeFont-1.1: CMR6 1.0 +%%CreationDate: 1991 Aug 20 16:39:02 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMR6) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /TXYJNV+CMR6 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +readonly def +/FontBBox{-20 -250 1193 750}readonly def +/UniqueID 5000789 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\@[6]nhmlhaH+4/?3&n=a6E#|~.ԅˡ}_B$~\|"4Pxҍ>P% ~ߏ4q.C3s蛼q翈by?Z72z6LpHC1D"28s B +~ OPQ +O\O}';Pǂ;߉~ I;^קf5)P)6Ö9}K@ :6;5+6ImS &vk>,:( 8G݌P:i^qV`X\<VI7JpǹM/™M Yz7@ Marb +،E R36QSX8M!5s 3zbk6. uK\~8k= [.)zqxxgCL0 0eIv_%J'VpOm*&R +D,wfaK Y]X0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +42 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 189 0 R +/FirstChar 65 +/LastChar 65 +/Widths 190 0 R +/BaseFont /TXYJNV+CMR6 +/FontDescriptor 40 0 R +>> endobj +40 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /TXYJNV+CMR6 +/ItalicAngle 0 +/StemV 83 +/XHeight 431 +/FontBBox [-20 -250 1193 750] +/Flags 4 +/CharSet (/A) +/FontFile 41 0 R +>> endobj +190 0 obj +[896 ] +endobj +189 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 65/A 66/.notdef] +>> endobj +38 0 obj << +/Length1 1325 +/Length2 6363 +/Length3 532 +/Length 8220 +>> +stream +%!PS-AdobeFont-1.1: CMTT8 1.0 +%%CreationDate: 1991 Aug 20 16:46:05 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMTT8) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch true def +end readonly def +/FontName /YCSDWS+CMTT8 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 35 /numbersign put +dup 36 /dollar put +dup 42 /asterisk put +dup 46 /period put +dup 58 /colon put +dup 65 /A put +dup 66 /B put +dup 68 /D put +dup 86 /V put +dup 92 /backslash put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 123 /braceleft put +dup 124 /bar put +dup 125 /braceright put +readonly def +/FontBBox{-5 -232 545 699}readonly def +/UniqueID 5000830 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou_1oO3095϶܄xC)nZAPEEs'}8iHkTwitߎ&}=VP!hQGAG%1/mC+*NQ,-)p1a=MY +<5;QםBAx /aC?V"{x"+,wF-"lE|ش+)ip`<ۑ$1sVM);RuMܘF=I`1k9`He+q`#%`˸Z gk;H:~ųrw/pb*\v#$;@/Rf/94jŠz}LQH}gg$O Ÿ`f#[R0A5YF/0'};$MJ;m;%,(/OCNR 2Uuzls/V'A\kei?h樒 d/\ (0377!9M˞xy)%?lUG-6`ɋ{U+5rwCΖi~0*,۔.@|Q S[W6^avN6U RH0F9Tss[[S"׻#VN30h]Tvʇu?H5?0ō&㉨p޿_xR%&4Vm +5$wwh6qp^ʔ.`ܩz im 6#ܸXÞ6vۦtA +H/rX?ſT#]0iV<<]$DQ-`OBq۽PTqLoCsD1~"$i 2U7YjT%9ID®0=wr1{e=:UPA8e 5^WF* +Te#a7d p|zkbSFu-Dd_B7}Tn٭YC8ϗ2/i3*;Wz׸쫈RHQܚI/p?0 G9{̌7i+_*#e lhizT0nGdҒ;57E55Hj8oQb D(fO, B G ZN֥rtݧ%V2p#Ȭ5Gw(3~%ۦ3B-Ozfw;Eō=NmQ@3~?\Afתz\SF򛇉ZM__ӭP@{4spTb$40]N ݘB>weXa KNCsi3?눸Pq %LUq'@L؉7| +NyKF)Md0AF}s#R!D;Z=+|1*QqoY !]bͩԵcG%J_WKCzhè6Nmѹt<sP-E£J0ㄩg o?6ui]|nШ!tWȎ*+ew1+5N3t|#vhPRFy +Cy7WIEՌAycE2s| +uÜA8C:fD?udY[G+@. +lBv#e? Pk: +Y.9އ!hRhFnWa+dݏǃ\ +чw"kfl4Ȧ}̞ne<uOgǼ^"LE OR*(""ڟEcq98Tf`i>z|dx MfpASX #IS7(VYx`} wwSEYVi;V:g?j;9 +#f˝2E pFۛJZ_"g\ro\(xͽ8ReyX[/rpMg '-pnQ;3hׅۛ"aëhl{xi7`+~afVQKtLΗ8l8R HKx,$.D]=ďDfo)Nu"`H*yѥ|:1!?3}56ji?yYl c$lxpR4y@9Y9@5Fisb 1ԋσF5Y|c@@zJg@Eh+B:5)O}xHd~Ôܓah`[.AmYDwv'qJ ho g}˼ݘxtϮTCx'pqyk(jg0K'Z7g΍D1\t^HvVԭJBCA_UF_z- 8L=lCGH<"z)cFIQXScyدZ$ }B` ?J-nSG0_n|O@d|L'ѾZ)WKUI*V!'㳞aG£3#i\i~Q# ϟd}?OŦ(R! !2 fbY 'xzLսNsЕ=ZnV}dl@P1Qt_#.HJe HAx4p\#1 +W +Z>Tw&:D,d9/Y/$ӉPRYA:w&9{sA=9;·}UA7H#[^nQjqyDxo<]fۤc +~3?(erve5|\4݋f1Zkv I,a[9 6u|ڎ7!Ŷ3dBhⴽ i e9a*븁p+w:=&˴ѠPdu A2_Y,-(n}~i۵h?Lw d)o?p8cD!ibmN|B|?Mʽ/Z7|Tc=`p+¹n_7es2tJCiq$j~Y>26#)yNnCPk,;ˬY; ?l~¬s[exҁU^!mJ lwe5^y:dk/Eލ 8|01?U *;S,RDAX\sS! rUV-A}Etc&D@({C@J| p֨2Mřc,4ԡqbP% 4I' ެ yhRK&JXfÕ1+[d'~HK!ܠͲޜ!67U-kD]s  $.݄AkB_=g > endobj +37 0 obj << +/Ascent 611 +/CapHeight 611 +/Descent -222 +/FontName /YCSDWS+CMTT8 +/ItalicAngle 0 +/StemV 76 +/XHeight 431 +/FontBBox [-5 -232 545 699] +/Flags 4 +/CharSet (/numbersign/dollar/asterisk/period/colon/A/B/D/V/backslash/a/b/c/d/e/f/g/h/i/l/m/n/o/p/q/r/s/t/u/v/w/x/y/braceleft/bar/braceright) +/FontFile 38 0 R +>> endobj +192 0 obj +[531 531 0 0 0 0 0 531 0 0 0 531 0 0 0 0 0 0 0 0 0 0 0 531 0 0 0 0 0 0 531 531 0 531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 531 0 0 0 0 0 531 0 0 0 0 531 531 531 531 531 531 531 531 531 0 0 531 531 531 531 531 531 531 531 531 531 531 531 531 531 0 531 531 531 ] +endobj +191 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 35/numbersign/dollar 37/.notdef 42/asterisk 43/.notdef 46/period 47/.notdef 58/colon 59/.notdef 65/A/B 67/.notdef 68/D 69/.notdef 86/V 87/.notdef 92/backslash 93/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 108/l/m/n/o/p/q/r/s/t/u/v/w/x/y 122/.notdef 123/braceleft/bar/braceright 126/.notdef] +>> endobj +35 0 obj << +/Length1 951 +/Length2 3307 +/Length3 532 +/Length 4790 +>> +stream +%!PS-AdobeFont-1.1: CMTI8 1.0 +%%CreationDate: 1991 Aug 18 21:07:42 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMTI8) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +end readonly def +/FontName /QUPIOG+CMTI8 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 46 /period put +dup 49 /one put +dup 50 /two put +dup 58 /colon put +dup 78 /N put +dup 83 /S put +dup 101 /e put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 115 /s put +dup 116 /t put +dup 121 /y put +readonly def +/FontBBox{-35 -250 1190 750}readonly def +/UniqueID 5000826 def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9M֨[G(aܘ|RPד>~}F.om[@ lnho:%@VM![}]V`$6ssI (VW[b%B[P{>0^8YO[z"h|\ѳP_c +8`[6]**}ݹcHc'X{>cS[B :tnlKѨ֬UH㗷M$>QкMpF.9x4Y)8i +D\Q]*@Rg4 lE|p Ul3D7FY B'Y)-&LZ,co-OpKCEja ,'Dg>ӎrv|gbW PrmPC+bII$IrvlK?/=$$m2-킙탒簽\);/&ּ7Gj9l +h3Zpj+(w_JG^d.d f``4Le?a @w Nė|na}4r ~s|ɾ9ۤ76]Jmyiv;RFdمYB)-7k5d"byS5 [J/Qb D0+ +“ss-ɯg]dE2a|f!yEjIoغM&EJHL2ŬYVgݢ!ywm}n.fX\b#6%c*Oɢ {k)J}g W3 5yƝ49 Pq3zԋo#ϏyC˙fĹf-6HGuK-/(h|],] 6SHYO?{P RrB177{Bn)s9TgxIj:;]4~oČ#P.zOM8胒7f˷6* +uM\ ď2'lCd0U!m"j:?} ?'B إ/::tijO^зg# RnHWyIYj!%eQų-b '/{dOML2Zk)P>'.Q&2 HL7?lq_3M 4@sONR[ lUrodP\d0g r6bo}+Bi,QLineFt#Yta}<u.1+vCtȰ6n>5hfq Rb*žG@#vsPސvR|qQ}j2,odkv^:]ҙty,=bk/S:F]xs +]u{͔8HmD͚*4xW{vJh\SiG(]C4XHR+e(,6`5@$'ocx~d#sT:s~xH|=g*?u~]KVtNEG45>gBvbo9;0[܃7gN E\%ޕX=9$<"{^ fy<5/6Gm 1@?HtGNpA18U +nXa$' wD>Eݏ E +YcƣB{(e?sWcx<=(YµuNдE%ve8b&D ` Z&l? + S>:L`ϱ+Akk 6vCkzzwq[Ce%-5]+sntRy1mF7"Jh[91\pҬ O(m>B6{!4jCf*O, d0FfCץdM6qYaUBu4h ټ<n|wqgr?ۊcRf(Ż;Hv2ї"^p"hJmiAEjSXQdu藢yUX&'9򙁀0bQwL*JP 1Gh׳j!duQ*N;VrЉ}nN<˖8xI-@Ys$JkdER#OP:Nxi&? n藧yùe@AQ!r'Mݯӧ-MªJae~ǑځNx(GB0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +36 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 193 0 R +/FirstChar 46 +/LastChar 121 +/Widths 194 0 R +/BaseFont /QUPIOG+CMTI8 +/FontDescriptor 34 0 R +>> endobj +34 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /QUPIOG+CMTI8 +/ItalicAngle -14 +/StemV 73 +/XHeight 431 +/FontBBox [-35 -250 1190 750] +/Flags 4 +/CharSet (/period/one/two/colon/N/S/e/m/n/o/s/t/y) +/FontFile 35 0 R +>> endobj +194 0 obj +[329 0 0 549 549 0 0 0 0 0 0 0 329 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 797 0 0 0 0 603 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 494 0 0 0 0 0 0 0 878 603 549 0 0 0 439 357 0 0 0 0 521 ] +endobj +193 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 46/period 47/.notdef 49/one/two 51/.notdef 58/colon 59/.notdef 78/N 79/.notdef 83/S 84/.notdef 101/e 102/.notdef 109/m/n/o 112/.notdef 115/s/t 117/.notdef 121/y 122/.notdef] +>> endobj +32 0 obj << +/Length1 1605 +/Length2 9537 +/Length3 532 +/Length 11674 +>> +stream +%!PS-AdobeFont-1.1: CMCSC10 1.0 +%%CreationDate: 1991 Aug 18 17:46:49 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMCSC10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /SORVOJ+CMCSC10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 40 /parenleft put +dup 41 /parenright put +dup 44 /comma put +dup 45 /hyphen put +dup 46 /period put +dup 48 /zero put +dup 49 /one put +dup 50 /two put +dup 51 /three put +dup 52 /four put +dup 53 /five put +dup 54 /six put +dup 55 /seven put +dup 56 /eight put +dup 57 /nine put +dup 58 /colon put +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 71 /G put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 80 /P put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 86 /V put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +readonly def +/FontBBox{14 -250 1077 750}readonly def +/UniqueID 5000772 def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9Mՙ= 0)xf +0v7ϱ9 àE(O&k{ǛHFſꇼw +R^q&AԛhF8N&{oi(^[ol W%'5,.V!0&u%ˎKxZ4pX:;[4+ @c +ߌ +}s$)PͶ'/CզxBCxSƫE\ 'MXpͰԁ C q6 2T1e|jԲH*} t.-"k5,h:J.X 4Z@0v)FEʫ@"jKNJrYDdcm!G~,f\HAӮhcc>SK}pkkRX>LfU8dWNb䊌b ?g~8o|R<)C쩔g+b c(r +"|z]J|OQEM8 6Fu=IF +_A,`ɐBNBs։7f6)(Z8d41`I }Bujelr R M{FE҈uNhE=y&zz@\ hTesjhUӶ%gQ>+߉r< KBf6V}T2v4!Ə\\'J*GMr_>-+ý)nuM%:^V1 P'rя \ T]?Y@~˹&yp;TߏfJ5Kgäp&B00KZsAJ>K: +bcY.:!85q(h5 p- +0? UtxvE9c9ܐI&%78}mD#{6o'ͳ{ ۞19yQ CjK$sHL83* Hz 噈2!Bw1ҞrtPyOD]ɞ{T5ܘlVǶ27 W)Q"HDՎmY4#/DLS~A՗ +*|S~ƕN^O)s\Ēqm3rk{тUeK%70zm"(KMO}+ۏ%$0E#4w'RBPj^ŀģVa`b58G^_YISh[)H#aLMLNZi? Xɚݍ&gǠ"O=2+b)shUq`y_{\w.aRNTF̧{`Yy4z O{X+k <4gOώ(5zJC%F[B-A${eSFFX'7&*j~dݨAFS`16PE5;yz|3/ Ah'4N'W +eLKs552Kbˈg^^E=at3$#ňWjh)̪LQ^9hʕHo[@(DRggKCw t.w,YBI :oWF`ʕ^Sc,q< GФoTtOo^,ְ>j\KaƊ'HI;UrwIuۋ:O +RzlD*dųqzE[ͽZf{aWD6zbͮPBzO%r΃l";Q+ݠy8+8qr`66q|}ȑ+puJuqOTC`S&A@{@e +{jXH]F{N_ig7e YcTl,). U **6kxcH9`C_5^09}>#~lDˢs]k + dфrTàl 7GhׁKc2-vB5fBF|Uof]HSo"q߈ǀmiے*v!ã9 TȗD4 u/"L -ܤzh0F{pzx4d_5e8ːOh4/c]^M=Aut`%=&J)o* ٭a2U×& +zRFV7ī_> 2Mhځ\c*ij+$ƽy]hHyz3S!|q3vv3VnFhhLvį߷%a4W i,4UzA0 `XCDK>r?1UcȞ Pfӓ*ٴ&NG:O'N!R)xyOA )LB>@"ZY$.rş+y[n&R(* @NcexT{\1__^hkcS_$-WVSp]fFX}j]VR1.]#o$\`{.2J>d ڽA-#2cD2ҙCrmuek,?K -8g|%iyגe/)~>o|Sz!bHk]8k ꒜v~8KhEwUGVmE LbKg[glUܚ͙1'1lfjQm`ܧRa3Uc|Tld!64v:If܌TŤj2^5`%&A;j S/ :쀑@s),.;{H( JG CLLA*?vB-4@cw.GA3C.+PicHJ{^\" +p¹Q\썡l91vO<V.Evfϩ_5PdSCK$J@K>qk%O6JdSbD +9)4Y z+/nz*!X c} +=1tXA*8a`.Oj5M:b_CU2@{A  _n=~Elxz\vKnj#ȂY l p5ٚGμV=FddmDgi-2`crm wuMO[ 2徻.WY UW6y#`\H^GiWnv;~$GS`αǵd^tÅSg4*9-H i> ssኝd%uCJ^3@%fv*ItOPQ_Z-LD"NYB}qm[-[%op1ǹJk jE"Pؓ($E}YqRɳ}=ʞq?ݵwˉ*v. H5>>a~>Ssg fH4dT_ ʽ*;C` +[*^ca8)D*y(@A5*9 Kd{l#9-XUc |csOىZ|I`^S "3^Ht&~?S|KHՊ1Du .t!%/7MFIr`̘uYߞ%n^* +*mpwg8cka9 X@{'5!a8XoISofaQHިE*Y4]XU!Du,0qOe-OɠHs.^G&I7k7|Ֆ8؟߈*G$@A#+TzCiCp|yhzH2'9ضpʓ7!ȴ\l}gch=$ D-"誉_/wI* UԺo9)Uz+`]ŘD?Ә*e\:V[x?P +pu/;/+jW兀0ZJj?$iߵ$FEHeX+//1$Ղ g){R@stʳ]:}/-N;`۝NAZ~[L 8efՖ3\$Ke@Ŵin]<^ܨlŽ&s&Qʟ6ﮉ7x;1I*OM1U.ǵRJ[P-qdlV{~AtƋ++5ݨm"DyH6R~Z 3!ӹg*,5o]"W!wوrBxv-S؄ ^$t#OnVB[3E:owOti"FwJ`l +Hh  O;\KfHEFzax=I)Z}-n R+0p1/tޚHkqݤYHy[FʙGNĉl⁅[xB25"): 9)(@QA'^OD;Fl"A7砳x`- +E!XA7!+d#w=WoQ^Vm+CHrjHa[WD>jwRAI)Ⲛyp{ ރ/ j\?>ɔxQc sq[;qs2 K?S6ڑqn(cE six`;OPR<5%y.JiIq>Č3'FbA~P{YkA/clz6BcYΡI x*? 'tLЮa[>] M$ݭ"ʑmG;P혦Cr aBO>7gHitψHm1+["hܑ@M>`h7x^L:D0*$,ӋGaT2WHJ߫+K-1/ł;b2hvۭg4ZPS( L|Šμ[Z+s' R @M+ 5g, dGlmh8OgJ:^*K7M!%4IJ&Yr{y ~?~oȥ1Ͱh&?uL'7S%T)W*u 1xڳdhA3ӏc'p̎#:؈:N勮GAb4I}G9>WP_Yb=mKQN`Cydl$1#_eҷZ.p7bҔ>igk.yE BHX2p܏$p$s.kgpl:8WTAe uNkSQR(ЮQxydNIzwQpI]tsb +ihk~Ȩ͚R͒5݌.*Ix Fg9pԫөƏr2̚>%cM_HyO#w%ƿYYeGV&U2CFE,ƼxB_~\-f0e`5qtC]΅1ٸĀEj-44_u,bv%Y* ,H2afؕT#xWXqTe3 +gۙk -8g*SMrʢ2-q ބ'َ'I`?sK4NS~gMéշwМ׎P3N,M_}8lJoy( )vp91ȱZtŇLGGpnP7 e_]w?x@:5Q*:2QNiԩSpEm4`rӀF]S)_wTB}wU(M )moŝd@y;PV!:rFmK5ϕ'Xi1#=d< +ow:/FI`wxjOdoz'jWa6۝yR,b?:) 0Q=nIlVmmknđlEwmR,\@ߛb͐?(69=}RO[4*Yc2Z)Sd{=N@X`rE3GІ}DN z3@%2#h:IlalJEkc& {I>zx}6_B5c8P})J+s *Uˌ@u*/??S-=w#ljR>]GDA7qRРGf/b>FMΚO#kv];DHx +;&__pʗae&1Gkޜ;evLy?)WE48{UwIz©[z)B+CMp7W hJ>ˮPu $3fR };a5୥6ܳk3#z'S4-/[-NpfcH?^LITaϐ?v/bՖ$ \kA@w'(Au*b5)_3 jT=\UVI;=!>x-`5^UإHVt7DP+UG54LvAX*pda,o1ϲQmMfق)~(Aw"tǽ~Mhhֿ zbYXZ[{MBB'pMԯ9Z$'lic!7#ML-ҤFp^8Z"c-=h,G^pGwϯtR9"pv[L7bmA4*Bx9؏"&]{n*MYZ!_%=M[6qyˁ8l '6XN&KV8_)n>_`Ff8}p̺kfؔ$;WsTp"FXH]%LG4ɠE-<㡆ߤ@Rbخ:5a`V!o3m/m[RɬƯ+ꨔˤ/0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +33 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 195 0 R +/FirstChar 40 +/LastChar 122 +/Widths 196 0 R +/BaseFont /SORVOJ+CMCSC10 +/FontDescriptor 31 0 R +>> endobj +31 0 obj << +/Ascent 514 +/CapHeight 683 +/Descent 0 +/FontName /SORVOJ+CMCSC10 +/ItalicAngle 0 +/StemV 72 +/XHeight 431 +/FontBBox [14 -250 1077 750] +/Flags 4 +/CharSet (/parenleft/parenright/comma/hyphen/period/zero/one/two/three/four/five/six/seven/eight/nine/colon/A/B/C/D/E/G/L/M/N/O/P/R/S/T/V/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/r/s/t/u/v/w/x/y/z) +/FontFile 32 0 R +>> endobj +196 0 obj +[436 436 0 0 319 378 319 0 553 553 553 553 553 553 553 553 553 553 319 0 0 0 0 0 0 814 771 786 829 742 0 851 0 0 0 0 683 989 814 844 742 0 800 611 786 0 814 0 0 0 0 0 0 0 0 0 0 613 580 591 624 558 536 641 613 302 0 636 513 747 613 636 558 0 602 458 591 613 613 836 613 613 502 ] +endobj +195 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 44/comma/hyphen/period 47/.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine/colon 59/.notdef 65/A/B/C/D/E 70/.notdef 71/G 72/.notdef 76/L/M/N/O/P 81/.notdef 82/R/S/T 85/.notdef 86/V 87/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p 113/.notdef 114/r/s/t/u/v/w/x/y/z 123/.notdef] +>> endobj +29 0 obj << +/Length1 2571 +/Length2 21409 +/Length3 532 +/Length 24512 +>> +stream +%!PS-AdobeFont-1.1: CMMI10 1.100 +%%CreationDate: 1996 Jul 23 07:53:57 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.100) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMMI10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +end readonly def +/FontName /KRAKJD+CMMI10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 11 /alpha put +dup 12 /beta put +dup 13 /gamma put +dup 14 /delta put +dup 15 /epsilon1 put +dup 16 /zeta put +dup 17 /eta put +dup 18 /theta put +dup 19 /iota put +dup 20 /kappa put +dup 21 /lambda put +dup 22 /mu put +dup 23 /nu put +dup 24 /xi put +dup 25 /pi put +dup 26 /rho put +dup 27 /sigma put +dup 28 /tau put +dup 29 /upsilon put +dup 30 /phi put +dup 31 /chi put +dup 32 /psi put +dup 33 /omega put +dup 34 /epsilon put +dup 35 /theta1 put +dup 36 /pi1 put +dup 37 /rho1 put +dup 38 /sigma1 put +dup 39 /phi1 put +dup 40 /arrowlefttophalf put +dup 41 /arrowleftbothalf put +dup 42 /arrowrighttophalf put +dup 43 /arrowrightbothalf put +dup 44 /arrowhookleft put +dup 45 /arrowhookright put +dup 46 /triangleright put +dup 47 /triangleleft put +dup 58 /period put +dup 59 /comma put +dup 60 /less put +dup 61 /slash put +dup 62 /greater put +dup 63 /star put +dup 64 /partialdiff put +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 72 /H put +dup 73 /I put +dup 74 /J put +dup 75 /K put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 80 /P put +dup 81 /Q put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 86 /V put +dup 87 /W put +dup 88 /X put +dup 89 /Y put +dup 90 /Z put +dup 91 /flat put +dup 92 /natural put +dup 93 /sharp put +dup 94 /slurbelow put +dup 95 /slurabove put +dup 96 /lscript put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +dup 123 /dotlessi put +dup 124 /dotlessj put +dup 125 /weierstrass put +dup 126 /vector put +readonly def +/FontBBox{-32 -250 1048 750}readonly def +/UniqueID 5087385 def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9Mՙ= 0)xf +1kX9JS:6V =!X>KM)9! I}HWIUcl=GeZm>nQk2=1p%R`%$]c{!W+8?v(+)0ӈ!YahtA?H @m?|M X9Հ֨#2 +:m,MZ+ǒ\Ex9Yn<Ŀ2^FC[`T+ȬD]ǸFF$oB!>;A\T hxh|5:6;ϖUǷ6~k.T*{8K`y8'dT|-QkKmy9 91|Afr (K*)%_ʬtP`.rY?nrn{v2O_5;\g>R{4_ +: 9pEz~Gu E[n窙i9ヽu#=X&>~J~ПUt0t1Cqs-b5 4AG˧OE1"?@~ +R Oԁ>XO8' IVTnP #ԫ3L3zٛoH9@uD Jsf*+5x/Jl dc!=2~S،%Wsxu]8vN ^p^)CWLB!Ё)ܪ|bdCHIy[{?RıyN6o(2ފUH1oa54 ಻&"gVIۛa0J+Xv(FR>!U oZh@Dxy_@~iz!ťdOqijݣODTүRذdehCDAyh-]/Çp2 ;L,g̔wC9Y Qu@t9%fm & h/k"z`X&UAy{ +B00oR8`@y>>4휖7RC"mђa1K x,էϯ#\pUN J[ptiGS#rC0T_R +*3zDKp6~%[NO53o58&kܫ~#FyU i8d~cUњ)8r+lƱb@Y]V}X*<}ap6"+2e/_ydNN9GR܍y΋IH|~ ՞b)͒R2+*0O3ոR3kIGH70V9h߮*\& {fru߆s0(=]3;U-`) ;w_pp6wFޞ%wbh3{R'[nyAy:7qn3;4>W?IxëͬĂ31,l֪'*93FEϹ ;VDɨO6Z4~ 5-/ǀH)\tcFMT9AVԇK"m7hQT8?lԈd0ɻbpB*(Fov.,[ +]/C]  vVad,ق+MChJ6XpZW5+sҌ#4?lE^YX"'GZ=DtzjsS`d2bIϝKIdKub߿R-`؄[vB1:9])\ֲ4BX41m{ns#8nh<%*u\%2wwQ_8jaH (B-~enZ\IyV¹sݫj##y'?OyZ5ϴO{#gbm;<>!<9lКtvHpfrQ u TQRi Ԓ8D?;5xJVk4|@%_ִ=DJk\ACOtI Pݻ>mF9"`^pqWP֫~PAuV 2t,r~W/1v4R'yz{*#Q[F/]JHWى ,}K/;Dֿ*_g@(bAycpţ{ Y2-MQbCt O?*El6iEh5TͯojU@ޡ\2=d_畜YG'(ut QQ+gl[@O=fS3>HD*Zzw4pv3/x%LU'Ujͺļsz`^Qː5n={9L$dj R:i8y}*N&Qo_@;P9,/Y!σRRs#-tE V,~;syC&1pߠqbV;K~DK|Q0xh54iW אD&>Ez+a6j&S~d=FM2]wN9N8r(`V圃={!j,IǟiGu^0h-i#?Qd wXBXt.l3X '7XDAZ +U|: =+g!KQQWTVħɓ{q-dɅfO%~/ox'OQ}ZjI0bڪ՟ԶFƷܶffI$?Sy8@s˳k24eN5Vf=TXXtpA ѤJ/?h2yxpE=:9  7|r4t:Q>_pўÓn^N $?wKi`.j׶* "{K3G˷$^F,\HG_t}_u!~xH 'O$mFaMҁ߾O><(',ɭrBMp0O'v1l;_ж¯xJYQ ^6A^ 8WpONyԅ`(H[9\DbxՌ3_2{{1G;1V?B\@kAaQncfZX ++Sk]7}yg-F,'|];i0vيK<\䌿2b'B5BttCq'L $AݧB*~CQ f/篚(:\{\:9"J',F"[6}:@&UP~ zZM~)%ቡ δRE &%ԃDZڄ*/@kspMf 2Ӳ6Ϥ.~A*s(ۍ @~ U3g }\̸"+H|^2 UM(0}o KHwv tLF6׻`dA 7Uu@v/q |>Bg-h_R3N(r={*k%U*%nϥ2U*<|[qY8J__ "Ŕ#ߥcch`( + H^cu".A+fji+($JDu<Y()jcXٲ3]iX7n(/T;mibwWfIHe\|Rl'ok ~J:[=|~" -p]mA-(&Z(])E#!k +Ӂ az"#Ui|S +5YsnMuD(^ ` s P]L "4}qAu#O%NIߠʫM31@*D4>t"0D6 +\#_9OoK NuH#$`*cve[ڲF-`R|R;\DLBP~YIB&gz .;Ԩa@2o[xTLv>3#h}o'YŒFF]/GJ1f +eJ!gnzײ< w MÆ{uNڨZy"5dtxdTvBb{&G%`x/ځVSf M;ɋ7u| Tnч-o ?[OYI H@?_yJbH ЛDbKww/."CKY3ˍpho+uc⊿2g%NPjU׷n)jF/'q#brUmL|@&_`@jq 4"ԹĔ/jc$_ xy^`&i(q#UH.@MyEŰ&یĢ0$S="iV9([¡N I8\4hx-?'yp5E&15GKMTX{J Per _*'ҳz qoS0Vukk"̑@$΁D ٙL3C_aW])z7f4.% cT& Wka^clIm,IVӈg`hf ~J1DG̛SjOKיQWXm\1ڸest [@F~' +iT2c==IʃABBG.}$oE훫DWu$WtQ>uՃ I` ;f .n4V >xNfwۜK7ޙ!;*⺇VeqbG?Ƃh)+xs9G>[eFK^2N?flx^C @u'ۀ6]DjEQ/`̡B~Q39~OLA]Uqr 8?•ڵiXjuHϨumYH4y%XD5Õ>M+)+)ak1~@lu0zboU\x~6g$0yVcRoj`K GVi1tEF1i)'Vw\rߋt\AzZܙ~kB7$U"rQZ + #_$.SR\>eȖ!b1{$mp>ڗAWxnc.I-*c]̰fV(Emb@-NmϨ=֨m~c.nAuP1ahVS%pV!aJ<`*`K<[ʊfZW,u#XVL=DQfB;?Mv=WG$vH9v1?;+G~1?p,un [1?|D9?|C"5N\ ٣D?Eo)#YΩI8ac sk1?e)ʶ0h))Gjvp!é)_&?>jc6nl$[U.+?'gG1E͗uEb{Y+:kn!'nyJ+}B+[a3Nr] `,O>[㜽YAQb9ۮz^ׄqNJѣvwnD!~wAέ{ږS/D]4b +z1皴u\g"vǏSbFⳣڣ1]W]Gc2ޓ]"i,  +W>iЁ#gO(P?$nlQAF=f권[ <ɘŸ9Dg~Ҩ$7|Z5~fZ\yw9[݈'T-hm(%X 1Tt1Fy"4OCLUNl9Y/P%gk,NFqNʟK~::7V)(5| 9mE`ڊXnj~&-qFb 8ߎU49d?\T%?(F@W5=g +k6ߦgn;1( ҕ-Q[Q7C{hut|/BXtDnDqK[[mïoH2gѰPKl +Itw۸Y9ev&asNG 雪z4ULkeq -q}h=F#ζ=H#/k2c 0%0}z[z61ꀙiXD!&|.5ғ~R#bKUgtʖ5۵ ) l`^Mr4dE0Jc{w׆@MY +dcIX]DMO>gq0 g.}ղ-׆P9p)isAݠ5zqV̙42.6R9x$I@F9n9N}'kzlO (G*';RҫA]P=п@jsUcO+*)K>{2#R$?Hs`~DK?A#S(nk9 t{ {#v)bJ~Ô/vJep`=MoiR c{;pEQG?<&'5PB4`dvm3죑eZ8 +-]ug)Zv*iz9 ej4j,,3ܦH \Ȱ)wf,+*d1s{;ۣx~߯9^?ܣ;lӻcIW,.A*r\Z(,R@:qoEz~|vͼzHx8o-v .!(u_IgՋ9 +co<1;`ۈ}ʝph +CW(Mom [p{>@[ I ZƞK .m>^" NHjrO g+j"ܣ?j3w"җ|!i⪡quk&${)yE7W VqPiXbs2'!mRj \O(== ?ϬsK DDpɤq Uܥs?wRmC +@ jZN׵3 ew@ae=$0e?%)'z롸c ~aM'YS0/hhœMPmwym}貆2XE{th!xov#|Gll)>.q!2zW/Z rӤ)ci5?CDl mv\|0)ϺiΒ^rG_(*'q whP-dyiH ΠFu*Ŵ'|~QMƒSpConCv#0q/98O(!>>ǣ` NRa7-QrmOqۋ @R%'DC^gbprC*|!sJeJHc"~F5SC"ɘMep߿>̶)*E H QUyꕇ&ݴ&  +à AknxY"ѾA%QW#vjJNZie7NM16.>iQc5Jk0wjQlNU@TMy-L287oJv:_84U!IC7Lйr:;Bo,P!IwdvzzNi%#ظ2LDaDQ1iE~js5}`ow"2@$Y=|]D3yGx{o/Gkq<\`0ɺ?UYb2 @Gc2Vɹ웆ߍo [xYP|-_;H Hg{ےmE[| MvZC?i50v#]G|P&\FB=tA72\2dDc[qa ]+fCz'm|%S)s]]?L9ptay08GC#IE}C-!b¶L}+V-p'/"@^h{V1! 6镢lơ|5\Ƨ#ݔ_;@+!m@ˆ:7_?.UcB +w̢$x%C(eܯթնkwrFu$π" +~|>G3QW쵰r)\.EL7˕{}\8 >^%Ux1V:u4T8:b_yΚ&~b44 s_3f4}X33b8ʗ{AwwksVk,H0u\vpy֢ŞV QB/*Fndq?X"mr=ML6UZ״u(,5ݲn%#J)4=&\=-(IAʉJM/hD` C BFx\_U +u\k/l"Ӧ+A P><s2$/j/d@ZkHcVﵻB15h*gf 2>hpM&_ Uf%?Ҭh@ #O>s^x9W`)_ 3޶76'5}1Zﮬ}QP` lj̞ +>C0;XZɲ!IC;6$]w6C +ߤV#}> QQ%3]P'u"W jcxB +aUz+)6Me0R\N{'R*D4BikM=נP奓]T[d9|ˠ]ʌT-pa??vDOzy^cDh֡PڶK[qKrY։ߏ0Ԯ\"r|B]$ `(~ݘ-пX?;!ýmL/qUpCaGT*('iz/?`GZɹ?Z1\FZ  >LAɃRAUq񸔑(!P;[IuUjS?FlpSJjR@% P:2 Z]`U(2{ڌ# P?[`LS@~@žeN F9AhhcݔȻZa c;-1D(:̤E._e[œm4J.Ȓ*ZUd[B }:#tOi"ʳ+m(gƷ:۠z-s#q*eD^%p2Cew[٥˽cOje8pT:acL)E\Fw1*Mɫ6|$ld'E8ėOyvGZA"]ܹ};m9[ޞIgX'y3|7*?WϸJs3Na JW`E"$8ѫHfaߙY<'P㒈Ԋ*]dnӸ\*a{zK 8XŖST6`).~!zxIy -BX,7 .`'64GsRnݖH38^R$3?m +}/ϗX4!fH)$8c!@>>yjϷt1.\ջDL̯Œ㞵=,B g; UȤQ2`gpڔaA~t)=9ʪ[8,6'L +1I z䤜 + dfkwc*`a:KJeh9HB܀\ rV-XX\XS:z+Mr8U7rX +HuzkHvc^אfKjВkv8R_"B"ɽֵJSZ^-VǴ'^'X-H}X%Ϯ{ۃH/_Uaޔh|xJ0!LZ4*\X+?[49 ,E[ѮjK{߆ +'g(n7dk{!-c ex\XE_9 )zv9Uv̻y%iV;aawȞF);՗ʙ\d}8T7F{[b ԔYG".A຃M=jcnqmNa=X}ԙ|u/TJ +3^ѠzKyYE@ 7I+UKsZ7" ,5bIcZBbMKE\0>^ZEuTSr<9םK}bΎMqw;~ϛ* ;lJv37NmIXGtc`HiZ)>,CӢ>@v_,͝=^/LÓUFKZ=AJǚÆ8W  ALr4H VrÁ;8bRow+l(T)vQ=E@%UkSB!3rlXHs +}R|uNʗcn=YP΀œQ`ȏ!q(h?-FRd F:]mP zh{?bץ ApĎjүY II>;QgIWkD\:E,P;AllR-C6,Z&]t/U⁠ b*΀jDd#Dxʹr}N\J@(2ӼI7Hd[ E*:cSIQ3S#DU=i1%Ķ^.}ؘrW08(fO1]?K\㡟y2^K]*^թ,|i1LbdgnWZL B\^C +fM9wbKة"Qb ׾gُ@EO1 VwÁy/JE͎ Tz1LUG7H<(K _wDzm2HkZ D;#6RM \vAsA+j뱡on(t-.wL/jN04(c}Cpp*$dq fJT(HcS=2ÒuNBH%.vN.-^{s1k *]ދ~{ fMA\~2S(:dM6}S +U.Y~iѾDP^SC.$aR0> ƅxa~=.A+ Ǜj.XnJ0S4IL0wAZ žoMEZFf?=e2MҟDY*[G)H!5"ނR,zT +Z f< ,zі?4>ŁK0;>T͕-G4vnB;fop.Fy\6H}~7.=iqq~VBĝZ -R +G<}S´] |K OmĹzx:ЛLU4+,E]#"mFwEڨ"]>MHs7Xԗ`!^@j&'װ +  QnurB$0nShVk8]kych9:[cbFB@Ggk˜ßf΋aJu")^mr׎+n-Ds4!L9\qԑ)š՚&YU;ܽV\8Jvނ6y斟ssv 1E]-e%y?1Bz-MWXj:Ro (Z&LM"$7l9Uo{W]7բҠܠ>ko"F[g[#X`$pajqhbAAA'7uv,HH3 { ͐b>꣰X&?_ĒQbaQ >fdgẈx"y)5,J##ؚɖ w 2]n^ 4,{䤋*sz5^CP)Fmc&v$-dBW'x/L +u_=TpEqDž0@<|ϷSr;A )Lj!BLE%zBg @ +vUP2gɱn#wgﻘ5Ї(6B^i8Y'{~}yϩx>dHoc.l +{}mcs?x~.˒lx4#7;j3rXGc_9^UmOjivT•CYeXr?-*EqAMo~Zc GmiUt : a"}Wj +GIPmG-94cRSΫ,<`d+ݜq>W v/K|j\}X>b 0Ac8ylA"y&Ǚl<% %q4.[}B׽ܝ%(,RA6m]qݢ$h?`Q n*z9YW  nNuՇiܐQCDl4*r~2'w^nhCs³67bC)vLkxj%f 4^,8&TcNbvA۲ü^#4EI"$ n}f=)Lv䯪[i9!T^x2iQW4m|3-\{[ڟP$lV7aINi>f먃` aUSV~LMx +oZEZX!]1$$"J '֥&1m"ts˂dj,]l +-wj_Fj|7Rv6 kIx 7Q>gB5/%'Cvp !j/a,f8M8L.Xro}.Jw$K|xD^S%y#e/b_Wqc븞w\׆h.N\Eozv~TR?:^5FDZ{>6jw!i + ^}i Q[x@^LP|P1.-W!\īA2^$؁qT~)[Smvvv적ܥ<]sZSP'^T| ӊ4>Y\})tu2p1=p"Y,N[g& 4ABB~uȬ.YJo78 ad,eqciPB-Q ¶vG]7 *nKᚽۃ# s;@ GwP^ _}}fs)8kMD4YZA?~$<;,<;Uf +Wxwk@t+ͥ]|Xng@FãuiRdQ±׸%gX|^iFJ{DCT+ayKgExB^q;A IXPͩHcEsn?GWmQk $w*XNKCUyka^ɞejb˘KR_& 0̵vB~0gKi ?k5>/>K.X?jsg߼lSQCnė־כk0=&n`.$:3W .#iKx^5r-jJݭdL., 9D;C75 +=7KbTds(|؈FuJ3D0wV skY#ațmi+'UNXjul4Yi񿊿yrbicŕ։cYdGjx]pd&әA¤2 AaVY1 M噙H'nWG,\%XtO%2:,#dKi18/ i]aV9d|-6mJ/kqjTFB秵5IC'6NC-SoȴR +. +UsAYPnܗZ)(ӅZ (֩DaY1"͟&ڝ҅d%A#u{J*:ɥlhğE+D%蠈U6^gh\kݪi0(Yrwn~j2ʬh/ٹ(_T .ʤ6f7M3^ێGo9.Q4R('Gδ@ !,I:@eMlCT+Ja_Mds=K<IA(uj)KA7/5c 4\/BP rZjQ5v ]EڲX~I?ޥlC21.?>%伍@sy!ɑ /3y#Nf; lFe GOI7gJ[b. զHIj.g$ .dsi3>{ w,0R8}獿8L*u=q%e>Ň+'=@В t4%iLM9ف+"y2 +XfrP#>!@'zxB3n$+NdRLY> m6if1Xr,hw,1:^!FZS&"C(,-߽>`\Z +8uz|A +JOC3?6 +8y~.[.H3"p;8g~y+)";Zp\w L[fCF}rT#e4>C{l:؞ )ş&&P\6Qo2I- ňަR2g{!F)qw,}Ҿ> TG9ˬdOA6(N ,5zܥj*QoIV[CDt= 9D5-Mn?t&KO8f@Wd^I{- \7%. 8Pyd2̳ h㨖Y`gу j^K5M{=$QaLODZ\L[s- 1 H[G[ەcN1Afu+uyۚdR!yN߃>]<:?gm7$Gq\1/tVOn@h~'0;y5)3(˝H(sLJLV |޹ig/ڵDZ9 8L!a 7gp6 +9Cb,rm}q-NI%u_z!B<+A/o) B/`a`0,fh:]:1#_ SK2HfZGp]Y56 օߊD `КiJ*9FhtᐱWbF^bB?Fw!?:譣/Q##CyN@Up9^ش3ÛlTaR6^FɞPOH+I.FPb_y5\4,. UD|7'%4y샖 f.k݄o>$=WfIS߅Λ?_._HouVD95xi +Ơ;Gx*4o٬;64":q72&> endobj +28 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /KRAKJD+CMMI10 +/ItalicAngle -14 +/StemV 72 +/XHeight 431 +/FontBBox [-32 -250 1048 750] +/Flags 4 +/CharSet (/alpha/beta/gamma/delta/epsilon1/zeta/eta/theta/iota/kappa/lambda/mu/nu/xi/pi/rho/sigma/tau/upsilon/phi/chi/psi/omega/epsilon/theta1/pi1/rho1/sigma1/phi1/arrowlefttophalf/arrowleftbothalf/arrowrighttophalf/arrowrightbothalf/arrowhookleft/arrowhookright/triangleright/triangleleft/period/comma/less/slash/greater/star/partialdiff/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/flat/natural/sharp/slurbelow/slurabove/lscript/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/dotlessi/dotlessj/weierstrass/vector) +/FontFile 29 0 R +>> endobj +198 0 obj +[640 566 518 444 406 437 497 469 354 576 583 603 494 437 570 517 571 437 540 596 626 651 622 466 591 828 517 363 654 1000 1000 1000 1000 278 278 500 500 0 0 0 0 0 0 0 0 0 0 278 278 778 500 778 500 531 750 758 715 828 738 643 786 831 440 554 849 681 970 803 763 642 791 759 613 584 683 583 944 828 581 683 389 389 389 1000 1000 417 529 429 433 520 466 490 477 576 345 412 521 298 878 600 485 503 446 451 469 361 572 485 716 572 490 465 322 384 636 500 ] +endobj +197 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 11/alpha/beta/gamma/delta/epsilon1/zeta/eta/theta/iota/kappa/lambda/mu/nu/xi/pi/rho/sigma/tau/upsilon/phi/chi/psi/omega/epsilon/theta1/pi1/rho1/sigma1/phi1/arrowlefttophalf/arrowleftbothalf/arrowrighttophalf/arrowrightbothalf/arrowhookleft/arrowhookright/triangleright/triangleleft 48/.notdef 58/period/comma/less/slash/greater/star/partialdiff/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/Z/flat/natural/sharp/slurbelow/slurabove/lscript/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/dotlessi/dotlessj/weierstrass/vector 127/.notdef] +>> endobj +26 0 obj << +/Length1 763 +/Length2 1118 +/Length3 532 +/Length 2413 +>> +stream +%!PS-AdobeFont-1.1: CMTI7 1.0 +%%CreationDate: 1991 Aug 18 21:07:18 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMTI7) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +end readonly def +/FontName /HSBASW+CMTI7 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +readonly def +/FontBBox{-27 -250 1268 750}readonly def +/UniqueID 5000825 def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9Mv92#:iQ?,oΦVvнkࠨ%9%`{Gi0/kZD.?d a!'崖H!it_z(@8\>i"v¢P G^^{L|P>LÉu +~ein-ogս=R} 3M\Mخ Hcu\uR:sTbM~ 1p"7-M +VwB5K3X8F/f 7;~e0pa>~#Z;■ w>>=)IxC ٯ{x7@j!WxY 1k"yOá J*u[=RYUw22/Y ^9J9TO +g|1pxl˴CDb8 2^19<~HZ$}#H"&% J@d'>ˊ;]lU)WYѥ65gq:ړE6{h<y7ݯ #ĮݔX0I?UpSh~uȸ/9'Aۜ"U@kۜOg#ﺬnpzs,׺g)vyv8W40Sƶ";A31{xR)!apKJSDӠBurl싢/8)@w^O }w/[*>I!4qy)6WD^Ѳ2X:SDK66TʧhuG,~ħK* jƭ  .QK'=/qAǼ0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +27 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 199 0 R +/FirstChar 65 +/LastChar 65 +/Widths 200 0 R +/BaseFont /HSBASW+CMTI7 +/FontDescriptor 25 0 R +>> endobj +25 0 obj << +/Ascent 694 +/CapHeight 678 +/Descent -194 +/FontName /HSBASW+CMTI7 +/ItalicAngle -14 +/StemV 76 +/XHeight 431 +/FontBBox [-27 -250 1268 750] +/Flags 4 +/CharSet (/A) +/FontFile 26 0 R +>> endobj +200 0 obj +[866 ] +endobj +199 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 65/A 66/.notdef] +>> endobj +23 0 obj << +/Length1 1424 +/Length2 9772 +/Length3 532 +/Length 11728 +>> +stream +%!PS-AdobeFont-1.1: CMTI10 1.00B +%%CreationDate: 1992 Feb 19 19:56:16 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.00B) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMTI10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +end readonly def +/FontName /ONJOUF+CMTI10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 4 /Xi put +dup 39 /quoteright put +dup 45 /hyphen put +dup 46 /period put +dup 48 /zero put +dup 50 /two put +dup 58 /colon put +dup 59 /semicolon put +dup 67 /C put +dup 69 /E put +dup 71 /G put +dup 76 /L put +dup 78 /N put +dup 80 /P put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 88 /X put +dup 96 /quoteleft put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +readonly def +/FontBBox{-163 -250 1146 969}readonly def +/UniqueID 5000828 def +currentdict end +currentfile eexec +oc;j~EЪ)s̾;.;rTejiK/df5A|{S/ )Sc\^ȟmp+#vL17~k d# +]LeVߐGoo٥\k 9Mՙ= 0)xf +1kX9H!.vPN 7qjj7!6CɫTw.]ʂԬ/J1]0': fqdU24tԡ?@^g+0[ +KTB/UٝFMz7 .U{7K.=UٯI C^$O7Û-tGrz J:"ia~ +T"*^MMчff0EM +z8uwi*?rw5(*5nZ٫ +4*RX&RTdRM3m ѫ& .Pd8;]F |H!%T [-͘ޞ E|pV$MU]n11RP} +d +.{IQ7^N-+C #̲]\M؅1 +pk2 +\t,o)2TTڮw}Ҏvq `;lSgs3c-h}W9;ڤ9Ö`2 ${};;m򉅘^l1'C*~O`XUn0x|cɾ'iD%WNCەU.9R*R?nLWˆs/[趡ۆ89QP +uH~N(괎-亵z7dr+kyߥP.#۔n[̪ͬ?f ӸU)h'@)L0/"6όa"1|3\MyLPx7U=yȕ|5b#\8yP|/io"Tg{<ߑ2nĸPDѹk$X>IYC!&x|| dy'׿Yr^A08bYIߠeVBGlV3>FͰqLX??b7'Qޚc M.\~$l@y8.H%ut%owI&$iV-0sA,DoV /p<:O 5O"5>>Վk|E:#zj5H&3]v^f4҅ nvUl,/Y"-xT 7Hj#uά9RbXO]Q8pByEH#U8x?"n*0.?*s&T)j-2/-d=Zaj= yаҀIEkz&cỨ@Óϒf8}Lv=ͱxmlϮh!֣7tAfR%[0oN[, +O߭Ĺ2OS1ed PYSgU&w?/:@S_^*ҶzՀD>uӋl?hpcKPm\\jWZŦ+)t +\ MZ~nib;>t%!6Bl@;Ggc)36s/J[DClZu;@Yeo8>$J+q0o4|<4wdثz2lS[ɸΤ؊_Ҟ]l~'x?Q0VꝆtD[Y>U͘1XW ;};x^ +!'J6M c"+ɰ#B:s#PY+5Prd3taW.UIC@Y$gM?4]Dخ86lèς^m32@cOX:^(PK~Sa-RB"[MV]^-Y3y}-f )*Hb^HuZ{[BE=ږo[ɟI "@cwĜΰHHH4%E]B}5 +G O {i>wr8TMu_y4nЎ ]̰Z`%~An }Fbjn?,\gvYπgBG#!V.[)`=y“>x||t1̿ g²kjclcqE{Af} V›iEDHƘk/V? ~ˍp/R8{='cFc6 SG` IaT"cRB{(ޘI%*2w)BM14 \CbYkL}z?A&|i&|n#nv@FL$*>sbjãP9Xd@TYi_ٷcFΨ ̓z"ǔC3;vDiO)gWCg&K'2}'N'a[(*s[IIF8TGz6ODORQ,+mfe¾5:2E+ }o3`0LsɬUlGC, T_ݳfNB#DgU)131(mvb[Vo+b~=V>r@02Ɩgz,QoaLldՓDfuJlmCJ QD-tZpC YWXv 9/I{_?yA@П#3o"|Y**}M,W̎c (@[q XbM[?˅"!@^ШNmݷԢr1"}+\$;4qd\o={i]M=Zq]k%/Mv1{g'1-raڿai㭨W$`h +4X3^ctg2]Hq_s 1~)JC a4X2!D3T,KЦZll&&oYI@DLnrUnry-wv۔yKFw!1ɛY#j)W^GI*xH1TL_^<uq><;ͅ>BX8][ {{QB&:"e6%ٳZOoX}39yR5))NSt)U<>KD'a8Kt? <}HHg]5v?`oiUOrt['y‘3^لڞB\k 1npefEӛ~VPwr4$c߳@tPR$A'СfzHq*BQz tPj6uIT"ЬmY2*)2[6Pi^=UZJj1=|G=c_awljbŀ|Z3Kd̔__IV82A}:Fc ˍ&TqP~^:D1ha'^ ;VFbf;oO';wuԧ_pH{1\ \N L9SJk()UʯwIbc:]{;ru+*'oejEiI!r?TdДm<.!JU~ +H@ɣ>O GARIIyYi{l$Os[?x~mM6i2;%N6B+=>۪nʀV R(PBEgJ S%G~"HgGL~7zT}[(Waӌք|3~ب7V}'Cxdykr80\i=Gѕ0-#/`4G{o2̴"v+v~ /0WV޾!YT\7++p<9Sz%kDu`s iRTkAru~4s o0ܝ +Eg^o0u:<82RL6$$<]qnAN̒w ,ִL$T8YMu>suRCUs{9)`2Cw+)hv0,2w<&mKo%.Z_n7e7;cD˼[;k02(%ɅpW- b[Wޮ$,rj2J<C-"׵lAhF˴[ =y!}l ~1.Bژ&ҫY-q4З ;نa:4Cqg8$<{zIC)h^OQ OHKuie +5;~~T,0JiEA&l1*.1h~I%6to5 r!0ϋQ|(w\$biJU Ǜ1EϰDA BlXxPİ|ϕ阕2oW. 4䘅Us{z9 4_5|;N7gQ+I] 9<9@,Vy6NDMJ:uC6ޮ +‡``'YA'skX +j-Ҟt, Du +Xxe .<ʵNd)^nmsĎKO%;I1'͆{Z<6!ūKFy&J16`-ΈpmLXGMAE~v2WvrAӖf@ ,JfX x>[2 OMhM=\JD!*-KdݨYMI❲A(!$0BæS^^!i2I[ڧ(Ô^ohGP$LosV_2`bh"(J/ǁZL{_=_nN}rG[ý0r_Bq^'*k&=(?l;.<,&kqj.5gtrrAoT@̀jySNLe!:!Ҽ(S:/nwVXmԆ ss"򽛿KgR?h%02q~,#uoC4Q8Z>hmRgz_w,"CxJI1¶eڰւ`d*ZEp#[-DRiwl\R;fEBVyq'Y:X + "mENZ Kݷ|AѠbIMV0@7r }( 8/?wTXQ밖##˪EC0؋ uB?61pTO܏N["?e4د. .ǞR`AԲ(~6/Ok-֞1$-مJf28Lg-5TwF6Ȉ,R:lmoGEj[}@=!KӠ_- u)R'yQw0BUer))1O@eR?_*[{ y4rFB˽-ԧ%{\Yn@R:t\q0f@7&n;-MF$m^$iI<4 H%~ІP'#B|K:Jeoonp$6V 1" K{q9nr*|+X4Wޥ|lao\EYq]TA5lj3F,(0y 9<V(&0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +24 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 201 0 R +/FirstChar 4 +/LastChar 121 +/Widths 202 0 R +/BaseFont /ONJOUF+CMTI10 +/FontDescriptor 22 0 R +>> endobj +22 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /ONJOUF+CMTI10 +/ItalicAngle -14 +/StemV 68 +/XHeight 431 +/FontBBox [-163 -250 1146 969] +/Flags 4 +/CharSet (/Xi/quoteright/hyphen/period/zero/two/colon/semicolon/C/E/G/L/N/P/S/T/U/X/quoteleft/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y) +/FontFile 23 0 R +>> endobj +202 0 obj +[664 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 307 0 0 0 0 0 358 307 0 511 0 511 0 0 0 0 0 0 0 307 307 0 0 0 0 0 0 0 716 0 678 0 774 0 0 0 0 627 0 743 0 678 0 0 562 716 743 0 0 743 0 0 0 0 0 0 0 307 511 460 460 511 460 307 460 511 307 0 460 256 818 562 511 511 460 422 409 332 537 460 664 464 486 ] +endobj +201 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 4/Xi 5/.notdef 39/quoteright 40/.notdef 45/hyphen/period 47/.notdef 48/zero 49/.notdef 50/two 51/.notdef 58/colon/semicolon 60/.notdef 67/C 68/.notdef 69/E 70/.notdef 71/G 72/.notdef 76/L 77/.notdef 78/N 79/.notdef 80/P 81/.notdef 83/S/T/U 86/.notdef 88/X 89/.notdef 96/quoteleft/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y 122/.notdef] +>> endobj +20 0 obj << +/Length1 961 +/Length2 2523 +/Length3 532 +/Length 4016 +>> +stream +%!PS-AdobeFont-1.1: CMR7 1.0 +%%CreationDate: 1991 Aug 20 16:39:21 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMR7) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /RORYZG+CMR7 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 40 /parenleft put +dup 41 /parenright put +dup 43 /plus put +dup 48 /zero put +dup 49 /one put +dup 50 /two put +dup 54 /six put +dup 65 /A put +dup 91 /bracketleft put +dup 93 /bracketright put +dup 100 /d put +dup 111 /o put +readonly def +/FontBBox{-27 -250 1122 750}readonly def +/UniqueID 5000790 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\ʻl24`}IRB s\pzEGAۋa4_p0uAEG)Q|8B*dGWj'0Vix#(=@'qIT5i +(Ѵt` ?E)4E^yҴF+$8&G"Yl?eYjt+TI2! nXKt`˱~h]{>Qaiσ\mFU#Gvh2un8W;R4Ej1B4b ;b9y[lV:P񕈇9g`\J~ O>%V0 ݬ;cJԺjYrt6yql4Qo٫~o_=6xqw,",kϷo +#vI7_ fz!y(3)5*кYb#aM?3G%wG*NJxh\Q:Rwq˗ŠtJC=aL.<@j#9ӋJِgvj BCIØٶHOcrp'^W.-߇6lT|7RlK6زd1SnkK̥xDM3*ٗ?/'ͯ@|F  z's:Rd9?f 0v 4#C +.~hǒ+KoNNd@ں4 3-"4D`UN(,Ǟ9:Ua.cnV?ȥ0r\jsWb/s!HY^?̦q sכȂIt׊̲\@TĦ3BRl^grBsvSaBya]29=U)(uZ3+ݽ]stOڊT JF2q"A&TҙϘ5h.XTQYx!<^yZf]"}3͗GܧK(2K3LUG7Ĵ"iXod}Ӯt)5ҩ!GsC= !K+pUBxPu`GI7C|4*ԓ8'|obKAtt2+,\ conc +Q6LErZtz$<tnU[$1{5` +E\r6dﲮ)~Bi Rio4.9^qBYs1TKy@Bbx|NT Q "̣r >攞٢jPs)|fqĥhH Em,V׺P7Zvȸb,0PxBJ~ŏ 'O,c1m;mtSϐj#D"bmWva$[NtuW^[HRʩ""j=Gx AUbodFwK%pG&\ SssgtD^5D뤒=3n o&> endobj +19 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /RORYZG+CMR7 +/ItalicAngle 0 +/StemV 79 +/XHeight 431 +/FontBBox [-27 -250 1122 750] +/Flags 4 +/CharSet (/parenleft/parenright/plus/zero/one/two/six/A/bracketleft/bracketright/d/o) +/FontFile 20 0 R +>> endobj +204 0 obj +[446 446 0 877 0 0 0 0 569 569 569 0 0 0 569 0 0 0 0 0 0 0 0 0 0 843 0 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 0 323 0 0 0 0 0 0 631 0 0 0 0 0 0 0 0 0 0 569 ] +endobj +203 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 40/parenleft/parenright 42/.notdef 43/plus 44/.notdef 48/zero/one/two 51/.notdef 54/six 55/.notdef 65/A 66/.notdef 91/bracketleft 92/.notdef 93/bracketright 94/.notdef 100/d 101/.notdef 111/o 112/.notdef] +>> endobj +17 0 obj << +/Length1 1641 +/Length2 10849 +/Length3 532 +/Length 13022 +>> +stream +%!PS-AdobeFont-1.1: CMBX10 1.00B +%%CreationDate: 1992 Feb 19 19:54:06 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.00B) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMBX10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Bold) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /ZKMTGJ+CMBX10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 4 /Xi put +dup 40 /parenleft put +dup 41 /parenright put +dup 43 /plus put +dup 44 /comma put +dup 46 /period put +dup 48 /zero put +dup 49 /one put +dup 50 /two put +dup 51 /three put +dup 52 /four put +dup 53 /five put +dup 54 /six put +dup 55 /seven put +dup 56 /eight put +dup 57 /nine put +dup 58 /colon put +dup 59 /semicolon put +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 73 /I put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 82 /R put +dup 84 /T put +dup 87 /W put +dup 88 /X put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +readonly def +/FontBBox{-301 -250 1164 946}readonly def +/UniqueID 5000768 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou_cst ?}ߴ7-95†笟M/Z+FCxw\#㺴DɫN^?0^~o&fZ9-(*ϟVV9 +|J7@s.$DFYMi+M즒DSW['1qy4qZ;]6y@F< +V&N3n]Db a[sK kԃ9$[F=e,&Ȩ)uv1DVIjaIç# +5k~QaMjFJL3.0lVem; YnⱪyRyh$&'gYxiMbywj4B6npoBI _r>_*,B~[dj^!!4 V!XG/cc ؙ oDL)OW߬F/=0>W)tfTɪۋCn, ̅Dt[䄃GdA\wC[3_"6Q|Cb%^zz# N+lk3^36?&z||-Ur=X:ೝjR&g[2W<MԒ-58Uv+㭺Iԕ2.X~k| yVN;v}9TIαL,t]7 X_ezOVÑAI o# + +ޙYj +y2t+M=U.khofz~M!av숤"H@d-|UyILPYXBn-)zbKgRZRlя8=|;OG oGsnbjYIWhK\-2]38'gyCpby5NVH0\pV^||NgGZC!*]l9ͫ +̼oUN' .'E$Ots5[c\xHmT\O#b #b'/Ms|ZZ#I-x&Fi2Wg9펡>z[[HiKvygr'$Gf=kVk*F+F5vE k|^D#묁7TYV +ʃm= +aPgSj|J8C[. %Ri0Xya4i0@Uk2Ĝ/S$:PPK[z yYxt}?AًL RkX]fq0bZX'*]|RODF_ʇT3xpjuMZć{"uG{*{Tq zˌԄH +Q\k~^h X-:Ь OZnf<)zjEeu?ՋrX.-c/eX8}oƠ[sk~qόLh9!❃,}4WWN]aryndWyt*7 =ۜ23V܀tH mhA[)yB<SR =|/IUBppniRҗm eQ#Hnj>i,fõ1y:X]Do1hŒmMX# L5L ^6zrg*'n2G}hا} d Ͼ`Q :腁( W|'{IF$U=tʉc}'4?惝y2x4#\pB\m#+ުƚEuQx6MBǸFpX){#DŲZp] HINgMbqVW%C3Ü5pXDr(zv!24!I›G Zw`mRiw:mtA SwSM24C^lpFڂ,PF2naam:\0 +D8;qe ?H| +>00IiEh6>}^tyw4̉/Hv.vMe~<^[ևj7U{F+N74DMzBKWQlQhk| idgLjx՟z&6QfwiGNXb(Fm&k#&@r$,12zlٰ?d<2oq̜k07nfPӬyk% y.tW8&QoKjbp=2e&%8vl{2^VO%LlU--*!}yb "'Fp+e:Dw%|OsN8KRaWJp^ݲ=E,fif_%xLTziF"& 6̏E#&䤊0*Ν N׃ %Eja֘H9(>nhgXums|;YIwT[M"A۽ +=BS-V8ڼueD\́x8рNVG䁜 aP[耍є +@Gu'- +S6U%mw N2ȮTJJ^*]],wA-[G.S 07HJ +?hJ5_(JH$Zlvm6tǛғń8`ȴmY;<Ә>U- }۬'[ߡZ}iwp}i?PYmAO50us֐GNzD$6B`KUrK-gz_`8*ȟ5=vGcp{`TmcMNQY ܅z;T2z<+W8ՙ]f8CP8nczn'@TJ!BY8:HwG_ . ҋFMinܴTLs)kH0,3ECCk! OeXI RAD14dCfמbZuodԛjr;h} % +#AQL^g_Vm#Q$ұ"8{6ѐ+~Ƥ[G6r>ǤYJDߒ: 셇cXEo2_MQꪶ㱬SU!Y, -/>-="u I0H7n`S!XuyxY_t }=و˒zHuOorikV4xZ3;曍|p`+`'m穸n~c|!sdy1W%)$_\ڙMeXߚ=Ѳێn{Fƚ-_6Gx 9gV ݃%5=P̀tqlX&[ۦocA +T)sn +3>j+(q%%u^e'PΙEjZ(Ӊ`ڔ ֬]"Hk-V{"ΰQ2[M$uݥznUf>-]ݓqiȹFZ#XёwpLO8I qtӪG"kU^89+D\<|`:u.nK,@Z q| +! ™>2 'p //FM?:Q $Xh=*`ݎ)Lvn}8]5}@[&Vcb\'E1솜Ў + vzv +Ȑ\ +nd!Jcj k*nX< KmNK{lDx,u6(:RG_Y$!"^=}j٤13ߩnxpuw0oנxt!DGN'?c^6ۚȷokgܮZ|,"Yew`՜ ZkuNlJ}$@dXL  ySF.Y!yHcF:/='  QMhؽ0.1R{rQp#Hj( MYE)zliHoqJ~R/fT]>yiz WQ)BJ'PJd..'az 뎭eW̕ ARkOMW4bp2i-m\VG&E^XCӽe,N1>bGٝ:=N֠ɿ ;2B60[(Gf= E) Bu% Ų#o=lQ/дI­'_ކ˭Ph?NqHJz KO]G j~gnW׽]$fG=h U؏[PzJ2pX?SWeZ"RGn?x"8U6c8)8ɦg6l>C&_Mbb[ %_Ƀ>˿R 9[/Gw؎-Ȱ|V5HK90yC*Ul6Tp5" _ktw870O 2 jM1SϠГV_e.Ő IZtnh0:הR>KRo&R5}}(|ab8z~sOo![+z-Kg6#|[zxM`܄k <; ^¿"O=-Ê/fUyŬA@5(DfG2 aA-adK xY [f9oTyzSr\5P<%-[+[zWWl[sn:ԁuKN3"%&1[j&'zBR20 29 +F'JgG8gK_ҡ@2 +lTf*ӈ_:-ҭГ% ;]ll++X)xhblJey=`yC!xE A$?*k2~-Qsr2̭]cDZa|_0-FX{.'\JWSI=\uy +b0ăZDk^ 1"cV̘T.>M5KjH]ޭ<#,%oGqzj%6f +ΜX.M_,[B懒{QR9x'uэ+|%Q q8ECcW<zՁRyHu̍;_5.4K٧V[ E'%91Vˌ)Y1%JG+iF=&Edo˰BiuGKܨ]OA!3T͍;$E$z c&?_ +W03Ln%R"u8Ωty։c;V&_53/)/|>?vè ez'ԖԢGC︁OCAv[wtG^/S&Bh;V)M=&YWܒҒHwxY,$XIJ-?#)/ڨ5< &iC/ͳsMJKH$ğfV'VnXKTv@;N܃N<*lݮAcBh M;r,X'Rva} + Q|]aa, +p+_b9=̜0ZSC Xj#\!زNK1!Ӣ#9]› +ۮRw8pd)4RpDP8 oas? ,L[̠.T[~9kpSttW4s˰Io 5G, ۋhNB==C9ܢW6vwKT۾GL}[Y*g 1r8J۱Y>."GS{BsjRX] 5_xo_oh\=6vyقKvrZB'wNOj)G3bd %r!QƘҽa]ޖӵݴ^nGg<4\. +U^YZ, NXN}+=ŀŷ`7; ACwJ_]rHɠ1ӌq%G1V40JF)z-*g3I|Rh,[2 D(bܭ@ ]9ɾOWD֞_yǰ3(+Jso˜;zk2T,ms~\unu&Xu_5إeO9#7yAgaϾDu,j R)#>bBeBnYto{,D OXÕ +Z qUsTf4ܜ^2o9{4?Ӣ;ART{I?DžF jLYDP] GP92`>KDEz:`oُQl_rրE7\1ލ!70 }oq$igM!kpHn)f!1#3H aX{\UY3N]RÛC?'Fy&xΫ|т}]kN"m$I)ܕ~ruD3QzrTB߉4)%SeCWgՙraAwA!r]7Mlڔ'W[UBAwV|cMU.^7F /[0s[zg.,o*B~{ O_bI#p~N#l[qWAZZ˜ 6y _$d\%>J'0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +18 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 205 0 R +/FirstChar 4 +/LastChar 122 +/Widths 206 0 R +/BaseFont /ZKMTGJ+CMBX10 +/FontDescriptor 16 0 R +>> endobj +16 0 obj << +/Ascent 694 +/CapHeight 686 +/Descent -194 +/FontName /ZKMTGJ+CMBX10 +/ItalicAngle 0 +/StemV 114 +/XHeight 444 +/FontBBox [-301 -250 1164 946] +/Flags 4 +/CharSet (/Xi/parenleft/parenright/plus/comma/period/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/A/B/C/D/E/F/I/M/N/O/R/T/W/X/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z) +/FontFile 17 0 R +>> endobj +206 0 obj +[767 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 447 447 0 894 319 0 319 0 575 575 575 575 575 575 575 575 575 575 319 319 0 0 0 0 0 869 818 831 882 756 724 0 0 436 0 0 0 1092 900 864 0 0 862 0 800 0 0 1189 869 0 0 0 0 0 0 0 0 559 639 511 639 527 351 575 639 319 0 607 319 958 639 575 639 607 474 454 447 639 607 831 607 607 511 ] +endobj +205 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 4/Xi 5/.notdef 40/parenleft/parenright 42/.notdef 43/plus/comma 45/.notdef 46/period 47/.notdef 48/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 60/.notdef 65/A/B/C/D/E/F 71/.notdef 73/I 74/.notdef 77/M/N/O 80/.notdef 82/R 83/.notdef 84/T 85/.notdef 87/W/X 89/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 123/.notdef] +>> endobj +14 0 obj << +/Length1 2101 +/Length2 13012 +/Length3 532 +/Length 15645 +>> +stream +%!PS-AdobeFont-1.1: CMTT10 1.00B +%%CreationDate: 1992 Apr 26 10:42:42 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.00B) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMTT10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch true def +end readonly def +/FontName /HAGFKY+CMTT10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 33 /exclam put +dup 34 /quotedbl put +dup 35 /numbersign put +dup 36 /dollar put +dup 37 /percent put +dup 38 /ampersand put +dup 39 /quoteright put +dup 40 /parenleft put +dup 41 /parenright put +dup 42 /asterisk put +dup 43 /plus put +dup 44 /comma put +dup 45 /hyphen put +dup 46 /period put +dup 47 /slash put +dup 48 /zero put +dup 49 /one put +dup 50 /two put +dup 51 /three put +dup 57 /nine put +dup 58 /colon put +dup 59 /semicolon put +dup 60 /less put +dup 61 /equal put +dup 62 /greater put +dup 63 /question put +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 73 /I put +dup 74 /J put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 80 /P put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 86 /V put +dup 88 /X put +dup 91 /bracketleft put +dup 92 /backslash put +dup 93 /bracketright put +dup 94 /asciicircum put +dup 95 /underscore put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +dup 123 /braceleft put +dup 124 /bar put +dup 125 /braceright put +readonly def +/FontBBox{-4 -235 731 800}readonly def +/UniqueID 5000832 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou_c2Bطj=-8\Dg݌] /%bԺnٻڿSy b*L(9sWF R:EMksH02E?Oe+Z'zK΃оif <,EDNZ|J#BW3ϗMp(%5%~(5Bk}Aj c'S-8*!iy$G.w g J0nr +;଍ Kr^ox7p4= CyO#y[49'n*xx/J}o֯p6Oޏe}hà1W6Ϋ%(i]Ii +텴""b3=5sJzbJ>[Wе H 2"ێ0Oy9.t:=$EǪ ]to`% +'EKKfrRK^y`vO^v~ZwR iNMW3HSp+T,q!s0(ع;U+3"J8q3dJ`77+IuؿhH<=!'T́2.r% +v rd c[[ Hu,>d*,R`8'ξD 4} SYe8X|v{ }"--Gj\Lf*ml9XL6p`gPqmGj| y]ӓ7KBh^j^(oJ,A,{j73Sd;tNh?XcsSqk:xL u~7&2Kò[~"rݞmY- fH+3fq0D#1RF# :'rx(A ++c}bCBu35KJ4I7( +u +*BȢ,0 XOW{@6)?{0F(PUқ +ysq3p^{Q$ov eWQ7 3N?Q&qBeV<x5Kkp,J+aɖrZ!C—PGot h`Ze2bӟѸ~H$1 /W6RX5Dt )a'# (y +Cc{Я5ܛ`U^E\L*,n֙`) nTӝi!wIR'+>6L5XD"HG5v+E쿍11fH&F_'5C'7[;8>DN:7QXq) 'KYo ZeKXqzJ!-DŽY{4< #O+ k݌' 3fM߰{BU,~<2 mB_/nV^Ĥ~w_b~"(H j9jItB|ٝ$uuz>䢶͌J׊kNS`[E3O"c_M)btʲ쨎)yJ5v{cK3;&ͩC4v98X/hq'ST7f*u +qB}S^=f̕x$PVJ:o^##-|b@S$97|IduV(#d:Y4rk$܏#dEѮ/)n|Ъ6'C{,+z#܊Oڣ.mI Vp"\@H?_ + g:Y¨[P+_, =Y^ +sX#.< ]A1x*gsd+vcYvE{2V"`t]dӻDT"wȍTĜQb[ =D/]7ԋ?C{V459!dQ%?'\>Bm׺I/a9kCw|CW}]Y2j,Б)866K?{C$Ǝ[pⱙqc7\ۈ‹(7aY7$mPmAo@)iV3^I~(fCgtwق?@4Mf*nCOfmp@gU1[ dԑF%hxM &!V1y,2Ad9eK¹MLy=%wP;ZȎׁ w)9V +(+>QfIŽA'WMu\-՟ld^"CۚZ,i7e#*ڪ}3 :;--'ӘW22j?8}D0?F1,Dvw,^&سIMsؑsd2o(ұ\бY`e~habh qHhfASY [ G.lWS\%S=qfr/9{C:qPdTظS[)H0AT^0o ?5-~{g ramwz!T0n, +*[0mgTu8}O H_:]S8.齬|ㅴo"|Ć6#2I.R$=Manʵ dE[v.e 8WQ~%bo\ 9̤T?^<w $YA-)Ye hoAQK;#_Gw?vLz!CBeÅHϼYj*AY-$߼XP +̨\q;k KcI2dǑz0霾ػ'iH5MAʘtQ?s!"uߒ+ݚ?#HvVΧDy@ȳтpY Ԗn&# A~|y(@z<PfF肗,L&н"h odXz{`ee ה {m_e8ِXwSsP9׉B>5)d1ZQWayoǙ@kbhМٚ TE>N|&ҪqJ~UMI+G'7!":QohV#]RwGHF± A0`wl!4;+n?,aaQ$/л>ԅyY6p +g.-. 6TwI +AUVtbh JݶvvG%wMY+LtڤMo.wg<کcNvnz"%;ا3Y$`&vi8ײv_8Mb +C/.?|7f,SoK0_ A-Dt[Li=L\=y .,Xe? Ehsxr&u߽2w Y7|SH,@y:ls8u5Sm,lnsd[ +^~/. +j{Q:8&~qZ'ԷܩcZލ<hHQQhɀЪsc;8#߹,:/i1zp/oe575Jl{ѪyBo'V (Zkl&O{SBPЭ[sU5 MyhEKL1v n!-"V Uhd)0FPBoET3S0dAʉ&.bt;.;WΦ^͗'/+>t]Εp[<;hOuxgf̆*I=Nn]qdM+bD)oL =FFuL-?]2\"*#+FdQ!),meA"k"@ k90^9tրЫw~oZpePRPЂY+}?=Fa6*2n@֪"5'TI\a4^!v9t7}4SN!yHYlEl*UhB4{Dܶ1/O?1]]W3e1AX`w}5g^őH`(1ɼmC:Jm/#Q +cWL<|O =yc,w14EWoKLkc(Y7ecePM;q~T ܾ7o^[#ya`諳a6 O220S.xh,L~[nl֎e +0WA66V:: gon>o>q_<;Ff9҄t$*ǣ[^a.qx}\;4*]5 ͵͚nYIm;$2?/狗љ\g\&90)AH}GT XM77xr̍,m?Z[ c|2dz' ީ^G"`)dYϤ~Q1_G^`̏UL#g|;l6у,z7s`ρ +:ǸH)`˱i:E|W?L{zo1^_ abioP@lj6*&Ywbs9"rfZ1-rOQ]lgrd eXq+}flAEP3ta ^BɠŪ-QGD F5뚻RerHAǐY (ݾי=M2v_pZS!kSHX(g EYiїRV%5 VtW*D)l5V&̨c'z +D֏e"V]eFgip.@bq9t x8 &]G3{!/-%  `g*ibzd-F'f ehiZPHp)rV.M%i [ '"7ku־~o4?2 ,7vΝ|Pˀh+96jV==0H]NC-yOF4J}Y8WQJ6]9E}p>]@cL@kSj/:- 蠔b +ќC׶iưzI${JhHz+٩dtE<ӿM9ZG(3PRѲb ]o7&ݓ:k橍anZ+dCbZMZEe{G=DI(X{nJ,W#N36oFHf6zÿ$g:i%xuRu왠f]* 65}hKZf0mu>RC"7m썛O|'Ve:gSaW[b4!IȨGl;%ޝbu绂0iOKHWA>pi#".@:Ejt{^+6ru&[02mvmB.߂l>C +++cz+2HLʸnCM1,\%j6Jn3;#A0T} <)G3`dLj@@%,i=# zQe،,Fq.Q̅_y_rOtKLm7O}:I_XI; +j jJ/CCߔ`rTs^HdF@=*s-S JBiɺ?l^5 +]ݽ#Pʹ* lڊUY @!dSFOU`m%*+ı'JSHXR:#`;te?~7FtAsD6oRddf:yr/ʭDtU zFրT 0`9)^&+M~5^3OާĭОDWv蒷l8jd@$ QY$1$x b4Adž 0QqP3z6 +Qd\ʔȔ)Q8bل{jTɂu J(W7*VCao huh#D^;);䮄fݔo,LPMu8:THapF\`%r* c% m};4{(W(iWiR W5HOD6PL$u"Pm!kT¯LI89!W<<ĞG7Uuұ)j|[f8^tNKuy1gщlr9N?JhgR#Ek)M}YˣKcR!N}ϗ7վ_s,Ăâr rկ91,VzUg7yZ)` o,*5.ʢ&F-{9vNekl1F #DPMxwG> uމoP7'c1 {t +#l+5?(`:{m#)_xZ _rVSRPgF@thw4 hM4u㢗Q 1xQ!ienG@vM~4%&%747.^e;7 _- +}Ќ gf'S*pPҾ k&jҌ5[ObA_l5uw)>2WA16- >™ql)MW;Ir,Qdd4Z^cq Mv}Up5yqAMe_wuxwItIHnON/4Ga jX3 7i/' I?*흓X"~lghǝoG '@uOHuTMP֯*_ng1i{9$f4:gǃzt$Y+0C!&ɴ@d3_ }<$+H5(6^ d.`wVߣO*#ouTjp9EW>OW u-{fr؍w"%QQĨCN\ɟ!q6l:+ƕLү&.K1ɨiQ>#hjl-%a2=r#:xa7(D5# +MX^YqIlCdk:mötN= +cI=Nۿ!fI9PvZ.kIQG؋pLwZ:S&_˹ vmy\[O'Ka"@36H2Y}53ѼVein^ V xoA,e$2[h ʮ\ y0CQκ-EşK/HQT%: ^QJas2G Ex (v d(L{>MHG4z!{b$J _Hn4ےءں4tw;]yɬyh-Ya~7g>`Q|!pȥk ݌I ΍?ܐ+gc}jy&! 빙Kon)x'zPQz9A>[47nPqjw4Ņ΂4{W `YQ>h&m=qUpC8F$~{'BQLpEU +QupڴڙNZ&; FrBʪי]g|5N(>(=72^1 D6YbZAgY^ zFmȓ RjWÔyT@iI+.K?Q6!j s\ANo*g(Aǯ!EoSxӿoD6d +NrF~m|5(!- Ck!7D j_DY: )˳h6Գ(3)lEØ\)t6!ϋҏ/ ]~3nL)AlwqL"эOʣ0H{)%{"[VC]\oa4m-<-hS6uZmcKR9kT i1/_{mFk* ڟ" !oND`BşU#UT}kD¸qAxbb  !c +FcIC$AaA'l9EL]3(ƷKla{8 $KT堛Z}mȗfXQNZ;3>oɊ W?г`x?R3x<-1n?, FcE݄w͟.'! 3p %N;oDn$!F >IM#D޷_p[ủey* 7ղѪt[nÂ~nn}h&Ty.qIѨ:!3@ z ݲ_T9ȷ*:n*;ѐS2f@BIF8"{s 7agd<2jiuFM$[9ug*LU" (9wH"J'"cAۿϿP -[C^-Z*]>Cg0\ ":wޭF ġUli?5,m+34=~}e9H¼Z9PYoͩLݟ3:j {ύ(²սjdUʘ ,09V X"m{@_+xY\)hhX:փvq"s`f/Ӷ$1;N +hyf" + dV,fwY$'w|t>` u`:!9` G̛8rmie b=2\xe= Vw4zϑU#N@l90*R-r[^<(`auiOH -P!MC9;p2ͤ_ y4eh[2GUn(Q?͗ѓq7@{ 9 8 NP]&Y4i¸5y㾤Ɔ-9b9=}2I#<fIW$='ޠV?jET+U)[X"F@ H;W$U|GXV3z"?ɩ@bĢp?oR{>(PX.'99F= em_T Z3FA%9( LSPZCʞn j L#{mJ8J؈ #h~1c>q# <ݟG3FiB6}B|e+.ԥU2@_F|2/U|Mdճ6Ψ +}.Pɶs $ͺ7ؠ=E`ay% o9h.N&cx^+HF}J^ +F^^ Vej.3`h\o`<~:)63Y:EUpxd=֡<.hHI_@fbqT\HixA"ԛiZ!{V\ ,Xԅi +Em;-2I3-sʶtbɝ^2V g؊iMl +;S+ ī`3xҿåHihdwflaq6J'R:CVcrTe+{Su dJ&-!n?n{0ʿoR%oǁ+{7ig-~* *:cAsKWQE {4m: ASSu 8cǕ#j8z˴MIGngٝ3{t5 +ON"W+g<ť6]eAXK렿k1."\&+WQV8,cL$p]DzsJqi/$R.]6_v̎-}֮g>{> endobj +13 0 obj << +/Ascent 611 +/CapHeight 611 +/Descent -222 +/FontName /HAGFKY+CMTT10 +/ItalicAngle 0 +/StemV 69 +/XHeight 431 +/FontBBox [-4 -235 731 800] +/Flags 4 +/CharSet (/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/nine/colon/semicolon/less/equal/greater/question/A/B/C/D/E/F/G/I/J/L/M/N/O/P/R/S/T/U/V/X/bracketleft/backslash/bracketright/asciicircum/underscore/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright) +/FontFile 14 0 R +>> endobj +208 0 obj +[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 0 0 0 525 525 525 525 525 525 525 0 525 525 525 525 525 525 525 0 525 525 0 525 525 525 525 525 0 525 525 525 525 525 0 525 0 0 525 525 525 525 525 0 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 ] +endobj +207 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 33/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three 52/.notdef 57/nine/colon/semicolon/less/equal/greater/question 64/.notdef 65/A/B/C/D/E/F/G 72/.notdef 73/I/J 75/.notdef 76/L/M/N/O/P 81/.notdef 82/R/S/T/U/V 87/.notdef 88/X 89/.notdef 91/bracketleft/backslash/bracketright/asciicircum/underscore 96/.notdef 97/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright 126/.notdef] +>> endobj +11 0 obj << +/Length1 2525 +/Length2 18277 +/Length3 532 +/Length 21334 +>> +stream +%!PS-AdobeFont-1.1: CMR10 1.00B +%%CreationDate: 1992 Feb 19 19:54:52 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.00B) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMR10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /UFRXRI+CMR10 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 0 /Gamma put +dup 1 /Delta put +dup 2 /Theta put +dup 3 /Lambda put +dup 4 /Xi put +dup 5 /Pi put +dup 6 /Sigma put +dup 7 /Upsilon put +dup 8 /Phi put +dup 9 /Psi put +dup 10 /Omega put +dup 11 /ff put +dup 12 /fi put +dup 13 /fl put +dup 14 /ffi put +dup 18 /grave put +dup 19 /acute put +dup 20 /caron put +dup 21 /breve put +dup 22 /macron put +dup 33 /exclam put +dup 34 /quotedblright put +dup 35 /numbersign put +dup 38 /ampersand put +dup 39 /quoteright put +dup 40 /parenleft put +dup 41 /parenright put +dup 43 /plus put +dup 44 /comma put +dup 45 /hyphen put +dup 46 /period put +dup 47 /slash put +dup 48 /zero put +dup 49 /one put +dup 50 /two put +dup 51 /three put +dup 52 /four put +dup 53 /five put +dup 54 /six put +dup 55 /seven put +dup 56 /eight put +dup 57 /nine put +dup 58 /colon put +dup 59 /semicolon put +dup 61 /equal put +dup 63 /question put +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 72 /H put +dup 73 /I put +dup 74 /J put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 80 /P put +dup 81 /Q put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 86 /V put +dup 87 /W put +dup 88 /X put +dup 89 /Y put +dup 91 /bracketleft put +dup 92 /quotedblleft put +dup 93 /bracketright put +dup 94 /circumflex put +dup 95 /dotaccent put +dup 96 /quoteleft put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 106 /j put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +dup 123 /endash put +dup 124 /emdash put +dup 126 /tilde put +dup 127 /dieresis put +readonly def +/FontBBox{-251 -250 1009 969}readonly def +/UniqueID 5000793 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\c3R*R?쨤ȯ@ gSr RIzE_EMv,X!%6]ަ_3+_hJإ0o'z 9K$|tV\)Z! j#ZŚz1UA~ +"p?{u@]A}s +ijB)~Ob {z;O9mT[Ğ^dUl$Wh: ?Ƃ(r6;Bt6cFCr$/;!,KqLeWuG h7IQ[u20uZ8*#qP|̖I̓pe}#YۇW{ +Hs(}CE c;[e/SmV& +i2ǡmc\0kC'sp)X0@$2jOGG9%fLJD@m2b5\cdy!iz+lxa+2S@uIY5F>qgROEowK*;/sDGǡx=>J ujLDfdžk4ؐ. +vî|1wm% QiwXDN}}x|E.gK{ T >k&յ2Ҡ^Sg,m1"7CS-ƶkDD K-syRb1ȧ!j h OVk!JEJcуvӘDI6%;>fA/j2C?)hל':QS¿j"D9JI9cA<)3k!̰#pZx7cT6]tN7[T렍(W $a8|Gsaw%e;'s]6|Ǔ7!ib_,{d)>Cow<]=(d<%! %zP圯ٝ ~ELFM]#9yzFpU9n6Pn&([,ne$Ɂ<l&&9?1{3OQEd$r|WR4OʛN,f?Dѯ2E#SioQ(F`Q2N2aw7mi !ܻ6q +L.i@;#ݖ`ۘ?C"Asɟ lQ<V"ytϮȜzϜ2<0hqt5Vs4nNA +O%7 +H#Zlj@ųK^5}Mv9~%٩!lد};y)cGhQ+wmJ\ 59[Z]{4L ߌAf_~ž@:q;P`8F{퐶Y'~c&Q9R,i-t{u:76ӝaOvatB:ra4vj]%h-*5eetTMXj-: 0n: R1ejt;#60I0_ +M2R_"c<½gzz `~$6Ke4+.^MW@74DEi|쵝#-K .Zu_unDfӧ;)y_0vmj'=gPSաx?cg.JJ: N8ٞg=-L҄'%Eej-gAD2~W>Oi6iʪlDo>a GYsW܆Ĺչ2l;qo7/#QV$DW.7ԳI#&V㽖˜RV_aZt#NA.DyII$z\zC$f|8Hi,zHr-^A>Y0iIeA6ЛM5d발d<Ϻ@X׿h\}_]]!JayF^OMӖ5 l3P"{ +8ݨsvDTqؘI<Yi^%Yz#k~8a +Sy%W\V@ eH;A1w,VVKdNV9x]HN7((Sz@ JqWxJ0i [K&mk¸@Prf L bv|! )!S qQ<,?;$gV]uz:^f^^џ ҏ\ + j^u [~yEeh @: c:2gK2\9FbN!ݙyKG1>JSѴڂ_R~7?2sB4:{VG_ѩfrObcUYP=ئ\ :*䜶BiX] |f)I͔ %I* jPa^Vb^YaC uP& ֶB;,zc h7عk" +^iV Rhs]$O@N~^룉}!!21M iłKv'aq!KhPIרf&ľ1eO+`f7 +mʗPv[M`1AλV~OA7R&vl9I5[^Cn-;Yž0HxR,p׬|Pd&Ok;6^ +ncx)cɲ;c le F/Lhށa sIa->^|:C1cCƕ;' XR%PJx4qpѴ[%ut=Bߔ$@`^ +M]BM:'() 0m'? =KdqwM3FH8M wA?MYFv: r]+Fݲ!ݧ1 .4qIQGVnDdb+r&n7}3R +Ks)jd׬#fcnUBN&[sкRv:6]Kl!FSuE%9~ lۅT)Rb'm 8a,:B&@n܏# 60dMWŠ6XѸ{϶E9" Zd4T$}љ p"!!逸l5eZH ]R,Dy{K(P# +JV.ڔc@Cgă_+8v=6et^ +g*tڿ\dL)TG^:1Y3&oO;O"'wu\Šl;N("!>-p 9NvpV0Y3B*KӢgYph=r) +g@2'uM녁M1ܾ>f0{K߀/ +˼R1|^ pd2a0AgiW ozw\,r(RNXc@~b|K&OyQA)iúҬ'u*N2;M ;Fզw*;+r5jNL|nz |JqZO+}ƷHr>ZC#9A^uarSRJ9Nz PbTXN,%hyLx^#pU=Qp+ 7v!h"߫1/؟֞}cgC7j>d^U#b7[w\G!fp= S^"*76hdjHN6 sGI}8"I!/D]4nTjDLET3)8Alb&X\J=5MrZlFbz ?T?,5I8_okd ׼KcNwţG)N{tReOE&ꙜQm5N[Z \i ^WIp+QE 1^wY wI6' +&#P;"D9r܆q':nђ%{\ːoHK@Ds5i Jpz1A+'06JK~UlSM"&Aɏf~7UWk#A_~,E?J+IdA{2[_W}v9`@`WsEy8}5ʺF{^i\6vg7Ej.? gij_꽉zwym4;0>U־1 ]y!c.o8ao? hr"ҲL: .! -f,^jLצρ"hr:%?y 9#mK/7`f:nqYCI2D)n1he΁g'nQISI6GNX76c ڬ6Vo;sZ̀P[ +l,T7Cڀ2OcL0ևCm)֮N;ZH +ql^lͩ)*8ᛶ+μ o%_#nܤ !g ?}O]Yw@v #jPs؅ԣ LM$4`:vjh)5%({U֒x,¸ㅔ"ئ4xte%c?"Orf`.4z8;t)RO6SV~ fW UsLzI:¶rόcâ$&r^31h@XVBuw"ݦ+m DqpoWbVhdz~As3 9o֍'Ghٙ ʒw.b4NKbԺw!JYәӢORbyo͗ >>=ALZPsTߕ*3&QFx)D7U4&s%)-tR ߌ&5M&,aHʌ\%6cMY]7rD >.91D؎^th,J7q 6›#%!XK[ķ&S +垧$(z@[ES-ɽzaCtp Yu3^j5s\EM:(@oʣi..97S)ǟ&.W ZYJHF=j|BξT\@1X*k 9NfUN`찑8U=u6|X ~Y:2x%Cp͔[ ,mDKWTI:sw< 9,AX,WcoK-g@>Tź@k.ȐC;z{q 9й҆fmϏh6{!*DwQ[cA׬AΏ8"'y]CMp)"OZ]BL5[Zi +7.]T]V%+Pu1]^072cA2;lk۱jxAl$jǟ~mKҜ>,mK8D_OͮYjVh#c=}!G@lkC/ #;:sno q˂,.k9q!xSBRS^FbMe[E4Kz/V+=HmhA^x|w#TS}WV8Bz iTeM%}5,PXyWq҄2RȻ2%DH/uDhYQKt~&be$8UayIFسtp2jd R `QFbrWmjX2,`K*QD;G6_6PhpKPzrK: h-+Y4-Pm4m!Egs'ayWA6-]*&w.*144˻#\H&=^~*Ҭ 󋊒.5#21 `DlGv&3jޱD6N!lɝ Jf1#49|#Α+$Jjٗ /eL_\j6&,[D\*Fqd[q)Ϟ= +#Z0L%2BZPsB Dx -Ȇ;Q-\ycvE 1 +9!\יQKC#Y]vRpHB4[ӾE"XBpL^;=7*|;Hf{Q1iV.GLHOBewgR Rd%3r(s4/rL>:kDq6g‡7^rF-hYEͣ.7>g+]3PٜSf7Uqd(=Z=7Kf;Vj4|&ϵ LpS_}Dm:MӎђcuiZ'{=L;9azR²a8+ +M'ǟBR٫mEc:҅-!'yNp4-t໰u˞9= ʮhF1>r)1w_U^ו䵟h}؏uok=K괰lQaؔp'E& A^7Gn_u۱xƮ n3Wԥ^;6ǚ-B7[QubF¢@r՜iiт}8C/"DZ?ٕ<@$lffeΊr!4Sk]pYtSw3Evi!Ɉ:B kS {҆g83 DTjՉ@mf'BSÑ4~vem I4[\"F,@ b/[dw)'*qo&\?WU϶pr܌=Fmo2`NXSxTtmo|%Y_Pg/trI}oZ7J}j|KWH}ٟh ґ)Cأlq&!*,!Fp tڌ~e25r-rD07 $TYKk)^M3$j%P*ɽo_0gȼ;] ?iXxFCUZ2pAAkd/k*f̶b-ADcM"n zQ+EEZ# ]Z + +^;edžCX 8w0[8=rA1>Gւ+;=G9Cl IҖfn%jEԋmtLۥ,L%@W ~:*Y.9dH$zptneZ1Fu:>a*N{o} igd:j-],`\3=m136)H~]t^JUB"Q*OaRX + 9&[$ǻ_-Ͻ*48Ծp 4^-N?x`ܒ{&HMP*|1~uxpL!n4l+bu;fۂa EtUOͿE>g@4JLj+4=;Tfa)%!ߛJ壺\$Iֹ"=~7?'P.ȥOaLtur:S$,P;{"M}:>3d"?*!hwGz;zӉ +nG.BQ\gJ=D%_™D'cM2H޴bS3$_c%G* +򢖵f?l[M+?id0KKel Q[4@`ʙz`F"G(ķv\yJ |q%#檹|Py4ӛ^6zs)aսɸIYB>qF|d,) fy'8fK +( lqȸ8 pBB 559D_VJ؉wJ|ڦޠ]aײ&pf.Z`O^Bdos'3N~,.&fvL/=ZOH]",wX,ԩ +UA)`I(agɌ"p ˇo`uyNl7.j;͉5/潢XgdO}Ky>K!c8-] "*~ׅvC+щ3:N8 EoʈlG9䚧X8&Wő4V9|0dltE9}3neͽfAo]dba%ǵzi2>h;%uE0KjSxmQ#Fj,.58yOI81/kNkYz&b,Jl;(iU% 2WJSqFCǯgFC"U9: +֨Vuթ21T-cn3A:4|'zvqFzu:(YKGE?K~T=5Fxx|&zKXU나WT;<3)/[UG++ٟ<),zyIfLcNT HL,|磿/ghwJu#zj\KT4n28MU=udyGt$9?Y2Yq'B+@iG{o+xH֖V^eش_y,^Rыb[#_47Hv+*B;%Nh)Vd-?P{hulfTZrLzm 컙5AR.fNηs8(O>5/䜻ta2}g湦3(t??fȴ䅦?jLqWFqsX)Z{ +H l8 ߃" ^Z0֯l ޭFYO$N/w0ĩw"=EhqxYLni' ѥ}|]sGcc/(QIaDv_ ռ(+1n5g+k8c!A܈sqkwf +_'?j`>GUB&:Y*P,s?tXTox8t`+@OeHHi.qswTN81~q(٫ `ēݙ)sw[A.T< 2S);AR)T/IG-"nJb׽%ӿȄ=a +-Nݴi1fa Ajo p[Q4EdGCuEPFvx!bfa<AR@ky.-E<>Q- jrʙZ7C1n9wWn<6BÛf忬e[R9:5feAia/_q|9fzK/1?لuC(1Hps8@`^#g+v{j rVh|r5xT2IL'yDJq0Jža v #~f +Q0v@fLՁ?7ڔ"#( p'[3j{EyKO}}zzPL挾̝z Ԕkhoyɭ jumâ{ÞZqn R~KfkqpvP ǑϨ,h<iSy +}-dB'[/[=$` Wy)NI~,uXp_f"|K8S /GCzr؍*%J[:T%yBaIi?2Y:568jT0124$vn4+ockF,ft=BV4 ɯɼ6wCJxu&@b>n+,M"e8~f=InEN/4srjFo g6ff`8挄03 )#E0e +7Q!UXa؇l7<ߟVSa+M)?.G%+c8 &7e@48m:eV=o{瀃 D7Hߝ|QB4[ӰYoR\͌]R|iӰRݏw AD]/y=q_j X_g``-`РV<<Jϱ_ %\4ρ⊈$_~lx1F[s,3mN?tIF!=7Ҁ{Ȁ$PS)\Y6Z 1ypNjt"wBLѤ`Qw]Ƈ?;5q)(eP?ZZ '04'e~K#d̳M3ʥ WG&%˜ *-|QBVQFl}o ™+%>34q nRv=:5 ٞkgv򭊿%vwao6 +7w\}xHH.rPYDįjI6+kuv'QJ:[%OԾjߛ+b|BO0˗̖fI ?lK賵{9h ݉?˂k8ك2|If?>H2If1,e +,m a-K e%#%RݝIk'v&EZu,O);vdkRh(ʭ`]HG̀4_~i>5@`J +QDQ9/dxYɑ\&_p t:Qm,lUIT q ai_;Qf"F@puS q6ITBWJa@b!$h,G`s,_H&0 H hOӞm}@% o +eZ*-݆̀gכzL0YܬͻCXc<0-HJL wnCH{0vg,;egz[켥K?^ZVYձNTo"P'*`SJ=/svR%`Ri} 7WiAS s ~s,LX%>Na1j +$/;!;&61NL.q؊#mS}r1'D=3gô?j7Y7Cl$cH^ +0hpԂz]Ui[~mMap;0M!KXXɸ³Ӭ05q{#D#)+hga66y3HF?JvpʣM WJth:߂?s+jR!+rgNIijH2Z ]\DRP{EXq8ek^}^5XDhexvxA}>tcۮ|4W)s*C)=qɩĢSҜRj/޼hjO$mn +J|C}TpM"51UGA +GۆJ=܊_g<%YnArI > endobj +10 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /UFRXRI+CMR10 +/ItalicAngle 0 +/StemV 69 +/XHeight 431 +/FontBBox [-251 -250 1009 969] +/Flags 4 +/CharSet (/Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi/grave/acute/caron/breve/macron/exclam/quotedblright/numbersign/ampersand/quoteright/parenleft/parenright/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/equal/question/A/B/C/D/E/F/G/H/I/J/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y/bracketleft/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash/tilde/dieresis) +/FontFile 11 0 R +>> endobj +210 0 obj +[625 833 778 694 667 750 722 778 722 778 722 583 556 556 833 0 0 0 500 500 500 500 500 0 0 0 0 0 0 0 0 0 0 278 500 833 0 0 778 278 389 389 0 778 278 333 278 500 500 500 500 500 500 500 500 500 500 500 278 278 0 778 0 472 0 750 708 722 764 681 653 785 750 361 514 0 625 917 750 778 681 778 736 556 722 750 750 1028 750 750 0 278 500 278 500 278 278 500 556 444 556 444 306 500 556 278 306 528 278 833 556 500 556 528 392 394 389 556 528 722 528 528 444 500 1000 0 500 500 ] +endobj +209 0 obj << +/Type /Encoding +/Differences [ 0 /Gamma/Delta/Theta/Lambda/Xi/Pi/Sigma/Upsilon/Phi/Psi/Omega/ff/fi/fl/ffi 15/.notdef 18/grave/acute/caron/breve/macron 23/.notdef 33/exclam/quotedblright/numbersign 36/.notdef 38/ampersand/quoteright/parenleft/parenright 42/.notdef 43/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon 60/.notdef 61/equal 62/.notdef 63/question 64/.notdef 65/A/B/C/D/E/F/G/H/I/J 75/.notdef 76/L/M/N/O/P/Q/R/S/T/U/V/W/X/Y 90/.notdef 91/bracketleft/quotedblleft/bracketright/circumflex/dotaccent/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z/endash/emdash 125/.notdef 126/tilde/dieresis 128/.notdef] +>> endobj +8 0 obj << +/Length1 1615 +/Length2 9011 +/Length3 532 +/Length 11158 +>> +stream +%!PS-AdobeFont-1.1: CMR8 1.0 +%%CreationDate: 1991 Aug 20 16:39:40 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMR8) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /XSIJLQ+CMR8 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 12 /fi put +dup 34 /quotedblright put +dup 35 /numbersign put +dup 40 /parenleft put +dup 41 /parenright put +dup 44 /comma put +dup 45 /hyphen put +dup 46 /period put +dup 48 /zero put +dup 50 /two put +dup 51 /three put +dup 52 /four put +dup 54 /six put +dup 55 /seven put +dup 58 /colon put +dup 61 /equal put +dup 65 /A put +dup 66 /B put +dup 69 /E put +dup 70 /F put +dup 73 /I put +dup 76 /L put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 88 /X put +dup 91 /bracketleft put +dup 92 /quotedblleft put +dup 93 /bracketright put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +readonly def +/FontBBox{-36 -250 1070 750}readonly def +/UniqueID 5000791 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\@[6]nhmlhaH+4/?3&n=a6E#|~.ԅˡw,"rg[eHi>u +Wת>~ӖѿJmdvA +[4|ܾ.Vz_1. Ff |X9^Rw] +ۊ31S\DKZW` P^3 eێ 8`2?l;Ȋ!eXxh +Df@=$*IBXԏ!Wx-b1 C; p}hQi=HXbgbmǣR,>_Q! +Z؞Ar]< Qjt8?B,mN3v լǵ+K6 t{AJcQ%r?v60RmXsŤ+pǸi:Us)kPW\~; 7T.N }.&:D~zp0C_HOzCByAOve1k`G|f28'j0&®uk6sw, I5&{oP}p2d +CA!8Z⓪٦ǎaBLeb joBUgzq#' Od +z3c)| +zBy.z(~}PPŗMLJq8n%G Vp)՚H/Ja]Ԉq#8vʜK՝nu|eq +BsEXԚO |"ߤfr~S8Eԡ匔KBI^էb X(͖Zu_纎U@*ف;];ʶ>CZug`wd=A ttT*>|DjU&1(E̩U*Zi+Nm!l-N[2h9>Y7ϳ.un$] H@GgewJ4B{jt+/Np^!])%޳\2|| ˙ʈx$'S'đTFZAGKbi?̈́d^*y&=qʡ&h{2=tB`"MN"{0$p<qv)#{Hd& gR;m1Ni%[,\LaY՜ 8x DQ`"^WŹ$(3M%"'3tNP'Am WA}PFj~ +dBQfǷKN݄oC[8ӡol>GRN|RZ+ ǣN:Tдs)T8Νj{ɉ7Y"Kx EXjxI.37PP +Dz[DEnF3w\,m^WJTU*p>ka/fkϸb)&}1 GxEڴ)>g~ق.pR*rq\3OJ1OS?η HVQ8Bz@Nbi70aE㸷E6»A^D`j<a>$|&}8*4kLɞYQg Pj$x_926n^"vjg ĎXY10f„>ȅJ=%)=KyND 0&` &v@lv~驨Ed3]Ƅ v8qSSyq Z.+.M0M(EWf:xۣh;UPltWǣ!eL+8@md9!XT笶`gsyR:.|h+ŶZ}Bvnv`s}A ;4p[xIdžM폶?z PW #봳X=D/%x:V`[!Wos/1svD_}`(u | 8 j DtيtӮKhr*]'Qad-#%0F6&k\ ]z3O)er҄w幹4ϑi_%(;7Bڢ^GIvyrU &1қ?j{h Ӧn(4uNa6O<Y.t)%FʥhjJ֥qWaNQlNQ {2~u;p +seß;kV㗡4X`{5kv신O%Hɿj.^ۣ݇#ЯveBڗZϯB)5 g D#߾~u݂v/j4 W㴼?!k"?c2gz"ryhG^:Bku)ޘi[266-̖A':UIHHxn0zE*FpK̹=pJ vuIOBbW%@X';;ohdՔ8QJPkLGY;D*o#ЮGb*b#d>B1cKI8+ wb9sH5;ZGiJ_D;гx{tt'>'TR\|%m(6g J(Qv0rcߟ ~pd< k^:@ "U9vXoʸ S613ǭ AYl.!r T`.l,g-4v^2T7?o,'>IB^7fK$puy=!Q3HATx7ՐEeڧ<-lh=m;`o꡷4N8MXTY50dVY(dW;NldfyQ>=%F%aB.!ب" `)uB(GABhT=}~VE&;pHg|$tiYB+P7a"427Xy 6O%PjIb慡&qr^j1yq?ks(#Aw*Y}xʃԼ 6U9=֡ ?ZX&ܨtRVs0`f MK@){4IŷY 17I +M +vLxF>ݫ Q3Gf4/[M/|5JF]1pIgf忊Bg\CQMSnus/ekvl|m(;Kpfʭh8Ze#dĜfts{:bU ,Äo +~>)ѥ^Qs5%vF-26&/Bo*1n>#< ^]e&sGOvQǽ!~.!.,tKZ C@T RQtlm,yYO2@ L~y}1Eh&nkn+=9BNFA>7ӸsD(tW8fykUB G<|ar3 /fָC$XG:m[ҕbWw~bU/s7jd a%[ nslUeݼ*M.ءo+u~8αFj{@oxRVb~G>g$ 2)j5<@]{qmE~ V27K`s-AoF#Oe4DeXU++ 1?XBå[s/v7WLɕM43~|ImZ-AiC:?'Z6h:%zLbD֩&uRܩ.7v!CU|Ox&$b?-nSc;f~,@[ctw j*jV|b]_RQ#_N>DAup>pG|4ړ)(U1 +G&3Y +oYa;Js{bCg-},Buo=&>orGfd.R6f1C$#,"48XɄzXhDҺ9,G/yғ`GJ!gA + *oѨY77-Q +wp}0djBhkS#٧]maE*Ըnm^ˊ Z!{$\lҷ;MntO &OywrhX7 ڝ_83^eN I|JOe:*mtyΝxQN%9P]2fx\ޢ ۬#^& zgk^Kڐw0f+i2w|0W;T/) i iZGRXV[-Ųrg呛bR18WՒTIKС:anH~w%gA=7#%j l4_JfCUBR&"ˀ\]ߎ7$G:9ìLUbHhc3“ NLѧ/plyTA2b4y0Ct?ˌ&{H)x&%h' BM6kBۗdVNrwp#YXH־+X/j"ށKa*P?D(j{\2omGE'k 5(6*:!@Ϥ/5JթR ϧe-%rmpX]bȋTv" 6i!m+/ ˝`T0xIXT E(HjQs(6[hVo!HСh _=Z!l2R`e5$5ea_Jr}$@zJ; +}fep~yCIpb@*a>ȕ +a>uk77ٴVU^M јڛRŮk+l;Gnw~ֻ711 W\,BV\^J3NM$Ue #q_1M^lr$C:~ jc7ʽ@iGK!霶½Dlf~ !s+@FKdߗ ;}AW_s_Vqě+ $~?kWtL]BһWbXdi)N#E!a9*&cЀNt{wNQMH/8l9|CpeȝO!$] T+f;)B7Cp 阜15Iz^=t@QuMʉlsSԱZ&ΐ4RggFT^3ځ&H~ċo)udZWagHl+p+k5 ?(@HB3Fo)>m̑sdȮ47Oэu/\V1t6RҐ.VZcñb0#rXYEg|?zRq{_'/%dO#8 ( y c| 6E{r]28M2ɦǛZ!3B8uKUPմA޲GΘBk;mk蕻e=UFuVtTjNwZ>߬'TN31'ʸ#,BHF~[7[covGD0ݨ?⡿bzfb3S\a~%d ns0X FA-xkNW*䄍Xdȶ&MXy*"dTÄ+lүЉS|( V)m.б-܀:;gJ7P +.H%i TVĹI~ 3BަxM#/y au^ji-LiF8Jz]h8q2]9Dݿ۠I@.څʩN#,u0TؘIZ{fGY4`2Ucm vT&ۻk9d#lD4쒭Zڤq)\Lu+3YʝvV HnLtHpEqQPOU&~lܖo 1؇(|24Tʭ8H/%C3+GKUх/ +$I[;erP-)H zxm `bQ4pƅU;83@#YSQ (5?n@Qmj 5Y陠\N;( 7fz>/ghfI;žX{:&mgm>$[?KM:rvZ@l.֬Q%4a5v&jW& HbtڏI0Lwf85=XR-Z, tw~Gv< ?s$&ЗF+$𩔯z,cZw+*> ] j@y'ZIx/q3Mڡq +xƍeiL>te$ nsc0I@D<8pUĈlwM27pcU{eKwLwqT ޷4!p.0wf Z"@> l,YQV ԺDP=nn*BGG|2,j^x\hxkSʾԱ0W8 ',)sJnKꗸ);r它Ni-U*`c`W-JVn(޳;kY=\ _g7pJa5ʠغPrǥ|!Kpᜅj<v#\dV\+6uJgջ֩_jCJc1%CB[[]v? 3OWd19%P-"n|5 Q9,] 'vdȀv&J!EOjNՁ$ۮzGYvn~M;Ϝ{Norgx G<-# \_IX+R3s!7*'G$3I:Yx"N/̐  +V 9+VfO͊E:}i&;hrc-8Ôc.<ITu<%Rŷgtv<\]eǰѻASp]3a COo|N XC K {]Hg4c .EՌ]gi9`qoz0i!Hzh#G&UD &Sj'rnDzN |L\Et< &trYu8Fƙ؍>mse;? meIߕʎ]Q{^3һJ엳p6JS't$A,aG.:'w30$YYW +`s *CEtݽXNB*4$; @=?Q}]dsgPIWPy6eQ%w;W Л/7Rdt5 #>$7Q; W<c_4 4$,ؒ!0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +0000000000000000000000000000000000000000000000000000000000000000 +cleartomark +endstream +endobj +9 0 obj << +/Type /Font +/Subtype /Type1 +/Encoding 211 0 R +/FirstChar 12 +/LastChar 121 +/Widths 212 0 R +/BaseFont /XSIJLQ+CMR8 +/FontDescriptor 7 0 R +>> endobj +7 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /XSIJLQ+CMR8 +/ItalicAngle 0 +/StemV 76 +/XHeight 431 +/FontBBox [-36 -250 1070 750] +/Flags 4 +/CharSet (/fi/quotedblright/numbersign/parenleft/parenright/comma/hyphen/period/zero/two/three/four/six/seven/colon/equal/A/B/E/F/I/L/S/T/U/X/bracketleft/quotedblleft/bracketright/a/b/c/d/e/f/g/h/i/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y) +/FontFile 8 0 R +>> endobj +212 0 obj +[590 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 531 885 0 0 0 0 413 413 0 0 295 354 295 0 531 0 531 531 531 0 531 531 0 0 295 0 0 826 0 0 0 796 752 0 0 723 693 0 0 383 0 0 664 0 0 0 0 0 0 590 767 796 0 0 796 0 0 295 531 295 0 0 0 531 590 472 590 472 325 531 590 295 0 561 295 885 590 531 590 561 414 419 413 590 561 767 561 561 ] +endobj +211 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 12/fi 13/.notdef 34/quotedblright/numbersign 36/.notdef 40/parenleft/parenright 42/.notdef 44/comma/hyphen/period 47/.notdef 48/zero 49/.notdef 50/two/three/four 53/.notdef 54/six/seven 56/.notdef 58/colon 59/.notdef 61/equal 62/.notdef 65/A/B 67/.notdef 69/E/F 71/.notdef 73/I 74/.notdef 76/L 77/.notdef 83/S/T/U 86/.notdef 88/X 89/.notdef 91/bracketleft/quotedblleft/bracketright 94/.notdef 97/a/b/c/d/e/f/g/h/i 106/.notdef 107/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y 122/.notdef] +>> endobj +5 0 obj << +/Length1 1122 +/Length2 5127 +/Length3 532 +/Length 6781 +>> +stream +%!PS-AdobeFont-1.1: CMR12 1.0 +%%CreationDate: 1991 Aug 20 16:38:05 +% Copyright (C) 1997 American Mathematical Society. All Rights Reserved. +11 dict begin +/FontInfo 7 dict dup begin +/version (1.0) readonly def +/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def +/FullName (CMR12) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +end readonly def +/FontName /SLWIQT+CMR12 def +/PaintType 0 def +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0] readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 68 /D put +dup 69 /E put +dup 71 /G put +dup 76 /L put +dup 77 /M put +dup 83 /S put +dup 84 /T put +dup 88 /X put +dup 97 /a put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 104 /h put +dup 105 /i put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +dup 119 /w put +dup 121 /y put +readonly def +/FontBBox{-34 -251 988 750}readonly def +/UniqueID 5000794 def +currentdict end +currentfile eexec +oc;j~EЪ*BgNӽ ؑlKq*޲Xws|QFqv`zXMyp"5O˩YŝP(DT![v67XFlU&3!Rq4wσ~j+ou\@[6]nhmlhaH+4/?3&n=a6E#|~.ԅˠLw2.槝sNY ڻ.,VnNX3|裠k(QIOs m;fߖC1}_a Io#0wݙ\P,f *bG3Z2کP8L3r[vnc_Eh~g9|M) }YaѕH|1m![AzXpPNCU7Uֲ7ΖTgx_hyW^]W}s_Zfs@dYr ȟsy&vJx)ݱ~Kq +45hL#q:4pP?g |GJSn^i26M Ęz0. v31껰xCj 7}0a `~iEfÎYx0:3x5+OfMە? P ^&@VϏ.a~J&Divk?y޵Z{u/tB>qP .oʣBS&q͌,ט³]{Kubw8.־k"{oXëQUBvC=zO}:7qYhM[oHaN&Q@ت ɜ"Nk zH^Q)SgX zWtH(*f j\#)$a΍ZqTڔ۰B/uy]z~WX@^;m\5.:z+@vwO 7!xsߠ Q4,7X^SUL`c䜒Fm)FvK(b骚Aޠ#q˟=1Gzޫj^ۏD]E"{aI[M|$.S{'k<`gd&ۙ:P4m?RO\MfAv}5uJtu&Vj1tqhR/f]D}v[XRy+!iSA~M< +,kp3r )mn% nj].dG"6Nw_;;T繦,_B&Dh01~yB?ӊs$wHJvYh-mhS'D* 8 hA 6}T$NTU%nN鈫l',]Jm9t:=2_CQԫ3gCEs>uQ]b,Ŕ YB.gÓaX7w)^"_N\.eاbcP6TX s(~;O&}Ų.u`v"^MEV1K51Lw~<y?Ejds=QآgB=s#z9@mz . W;~;Vr# e_'GqD~CU`Þ""L5e~;~" ^QX#&RVOv >. g N$GԢ|jS N:%iܶ! 򊦨g#%:Vf5ɟT5K+u9HN|(aRO!OVIHʘ eaMRk.rSX- hCSj0Ůc槷$r:R-)cX,%<]#aoӅ bV>l 4"zlkw>g0Lj}0,28wW*G-Ta&tUX#.JAXyC' WaN َe0?+3[u _ֿZҵVq4WP]nG +PEQũxBr0OupUĽIN<Ï<]~!Όh#{@/gY$fBt^ n-5Dp"qşZC@S-PQ`lE[Vd˚z2+}of&3;lB$K Pg̑@v/0q^牎Qf +vM7vmohK2/l\| Lr9A,"ud8@گJdUX^W4{w eahA!-y~DJ[vof WNT|4< [L[Tԯ9LgU0MAjBbN9b9*"/ B1c\FZ|מ <4NZ~Ρ{qt州ޓid + \EVL3:܈%xx8}2;a&]u+ hI㩟~ya-D!WP +Waxs(T|Z.(@Ȱ !:X3qV;=Jk|8tix܇FTs/h<- op hޣ1Yꋯ%wQơ +AP' &&A6wp.VRgM(s={U׿Jc4D嘦88Q(hL%+}VEn\qfZ(J  '*HXc}dv<C:@b/ZWr9ocHƸ+C5~ +C eQ[bqJ" ~ٱ f> l* TnW,XE3H$eT?5n Br|uKvQCA~ ܍b _|"cp!*ET>%`V,'CrٙHS6$:HIAux+b̋@(L J{k=$"[mSΦ[H6/4yLsZ1#M8t_Kdn N~4=@߱Tǁ jJ۪Z@TkQ}[ZC H]vth/TŜ + +]F0ЕutNƧZUELa..A]J_= C 8QD/|h AJ [qkYwŗQjKUW&'b"W+cQkG (r=̻+ڶ8—({+#'P8\aPR^Z\kG ׏N.nhB*'OMpD^-h q9^w!wB>> endobj +4 0 obj << +/Ascent 694 +/CapHeight 683 +/Descent -194 +/FontName /SLWIQT+CMR12 +/ItalicAngle 0 +/StemV 65 +/XHeight 431 +/FontBBox [-34 -251 988 750] +/Flags 4 +/CharSet (/A/D/E/G/L/M/S/T/X/a/c/d/e/f/h/i/l/m/n/o/r/s/t/u/w/y) +/FontFile 5 0 R +>> endobj +214 0 obj +[734 0 0 748 666 0 768 0 0 0 0 612 897 0 0 0 0 0 544 707 0 0 0 734 0 0 0 0 0 0 0 0 490 0 435 544 435 299 0 544 272 0 0 272 816 544 490 0 0 381 386 381 544 0 707 0 517 ] +endobj +213 0 obj << +/Type /Encoding +/Differences [ 0 /.notdef 65/A 66/.notdef 68/D/E 70/.notdef 71/G 72/.notdef 76/L/M 78/.notdef 83/S/T 85/.notdef 88/X 89/.notdef 97/a 98/.notdef 99/c/d/e/f 103/.notdef 104/h/i 106/.notdef 108/l/m/n/o 112/.notdef 114/r/s/t/u 118/.notdef 119/w 120/.notdef 121/y 122/.notdef] +>> endobj +43 0 obj << +/Type /Pages +/Count 6 +/Parent 215 0 R +/Kids [2 0 R 45 0 R 57 0 R 60 0 R 72 0 R 78 0 R] +>> endobj +83 0 obj << +/Type /Pages +/Count 6 +/Parent 215 0 R +/Kids [81 0 R 85 0 R 91 0 R 112 0 R 118 0 R 127 0 R] +>> endobj +132 0 obj << +/Type /Pages +/Count 5 +/Parent 215 0 R +/Kids [130 0 R 134 0 R 143 0 R 146 0 R 149 0 R] +>> endobj +215 0 obj << +/Type /Pages +/Count 17 +/Kids [43 0 R 83 0 R 132 0 R] +>> endobj +216 0 obj << +/Type /Catalog +/Pages 215 0 R +>> endobj +217 0 obj << +/Producer (pdfTeX-0.14h) + /Title (Short Math Guide for LaTeX) /Author (Michael Downes) /Subject (Short Math Guide for LaTeX) /Keywords (LaTeX,amsmath,amsfonts,amssymb,equation,math,formula) +/Creator (TeX) +/CreationDate (D:20020325160400) +>> endobj +xref +0 218 +0000000000 65535 f +0000010426 00000 n +0000010321 00000 n +0000000009 00000 n +0000538520 00000 n +0000531484 00000 n +0000538363 00000 n +0000530193 00000 n +0000518781 00000 n +0000530037 00000 n +0000516911 00000 n +0000495319 00000 n +0000516753 00000 n +0000493834 00000 n +0000477929 00000 n +0000493674 00000 n +0000476738 00000 n +0000463457 00000 n +0000476579 00000 n +0000462733 00000 n +0000458461 00000 n +0000462575 00000 n +0000457369 00000 n +0000445383 00000 n +0000457210 00000 n +0000445080 00000 n +0000442411 00000 n +0000444922 00000 n +0000440618 00000 n +0000415846 00000 n +0000440458 00000 n +0000414784 00000 n +0000402850 00000 n +0000414623 00000 n +0000402179 00000 n +0000397132 00000 n +0000402020 00000 n +0000396184 00000 n +0000387706 00000 n +0000396025 00000 n +0000387406 00000 n +0000384754 00000 n +0000387249 00000 n +0000539259 00000 n +0000020419 00000 n +0000020311 00000 n +0000010635 00000 n +0000384027 00000 n +0000377362 00000 n +0000383867 00000 n +0000377060 00000 n +0000374415 00000 n +0000376902 00000 n +0000371473 00000 n +0000347236 00000 n +0000371314 00000 n +0000027796 00000 n +0000027688 00000 n +0000020594 00000 n +0000039335 00000 n +0000039227 00000 n +0000027961 00000 n +0000344541 00000 n +0000332354 00000 n +0000344382 00000 n +0000331515 00000 n +0000327883 00000 n +0000331357 00000 n +0000323932 00000 n +0000298417 00000 n +0000323773 00000 n +0000051820 00000 n +0000051712 00000 n +0000039581 00000 n +0000294948 00000 n +0000259522 00000 n +0000294789 00000 n +0000066079 00000 n +0000065971 00000 n +0000052032 00000 n +0000080048 00000 n +0000079940 00000 n +0000066291 00000 n +0000539368 00000 n +0000093379 00000 n +0000093271 00000 n +0000080271 00000 n +0000259117 00000 n +0000256008 00000 n +0000258958 00000 n +0000103053 00000 n +0000102945 00000 n +0000093590 00000 n +0000255407 00000 n +0000252419 00000 n +0000255248 00000 n +0000251508 00000 n +0000232740 00000 n +0000251349 00000 n +0000232043 00000 n +0000228939 00000 n +0000231884 00000 n +0000228619 00000 n +0000225789 00000 n +0000228458 00000 n +0000225479 00000 n +0000222827 00000 n +0000225317 00000 n +0000222517 00000 n +0000219873 00000 n +0000222357 00000 n +0000114064 00000 n +0000113953 00000 n +0000103328 00000 n +0000219051 00000 n +0000211903 00000 n +0000218890 00000 n +0000125088 00000 n +0000124977 00000 n +0000114290 00000 n +0000210903 00000 n +0000203435 00000 n +0000210742 00000 n +0000203086 00000 n +0000199928 00000 n +0000202927 00000 n +0000137065 00000 n +0000136954 00000 n +0000125349 00000 n +0000149524 00000 n +0000149412 00000 n +0000137279 00000 n +0000539481 00000 n +0000164738 00000 n +0000164626 00000 n +0000149748 00000 n +0000199502 00000 n +0000197255 00000 n +0000199343 00000 n +0000196893 00000 n +0000193838 00000 n +0000196731 00000 n +0000176669 00000 n +0000176557 00000 n +0000164964 00000 n +0000188024 00000 n +0000187912 00000 n +0000176907 00000 n +0000193673 00000 n +0000193561 00000 n +0000188214 00000 n +0000197153 00000 n +0000197093 00000 n +0000199834 00000 n +0000199711 00000 n +0000203336 00000 n +0000203300 00000 n +0000211504 00000 n +0000211238 00000 n +0000219568 00000 n +0000219306 00000 n +0000222742 00000 n +0000222718 00000 n +0000225706 00000 n +0000225682 00000 n +0000228850 00000 n +0000228825 00000 n +0000232546 00000 n +0000232297 00000 n +0000252184 00000 n +0000251816 00000 n +0000255874 00000 n +0000255612 00000 n +0000259420 00000 n +0000259318 00000 n +0000296990 00000 n +0000296467 00000 n +0000326188 00000 n +0000325659 00000 n +0000332077 00000 n +0000331819 00000 n +0000346026 00000 n +0000345615 00000 n +0000373230 00000 n +0000372709 00000 n +0000377280 00000 n +0000377256 00000 n +0000384480 00000 n +0000384268 00000 n +0000387624 00000 n +0000387600 00000 n +0000396778 00000 n +0000396504 00000 n +0000402611 00000 n +0000402413 00000 n +0000415446 00000 n +0000415150 00000 n +0000441800 00000 n +0000441330 00000 n +0000445301 00000 n +0000445277 00000 n +0000458039 00000 n +0000457697 00000 n +0000463187 00000 n +0000462999 00000 n +0000477494 00000 n +0000477120 00000 n +0000494759 00000 n +0000494393 00000 n +0000518082 00000 n +0000517592 00000 n +0000530946 00000 n +0000530600 00000 n +0000538948 00000 n +0000538762 00000 n +0000539590 00000 n +0000539666 00000 n +0000539719 00000 n +trailer +<< +/Size 218 +/Root 216 0 R +/Info 217 0 R +>> +startxref +539981 +%%EOF diff --git a/material/latex/typeset_equations.pdf b/material/latex/typeset_equations.pdf new file mode 100644 index 0000000..c078ee8 Binary files /dev/null and b/material/latex/typeset_equations.pdf differ