summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-04-13 03:01:11 +0000
committerNorbert Preining <norbert@preining.info>2023-04-13 03:01:11 +0000
commitc6d2f94d04f69bb5b2143ef62e7ab90bd3b60212 (patch)
treebddc530efd786986da5407c2e808a1d73c728ede /macros
parent45c7bac9080d91b53c686e776fc6217d7f139b86 (diff)
CTAN sync 202304130300
Diffstat (limited to 'macros')
-rw-r--r--macros/latex/contrib/cleveref-usedon/README.md55
-rw-r--r--macros/latex/contrib/cleveref-usedon/cleveref-usedon.dtx643
-rw-r--r--macros/latex/contrib/cleveref-usedon/cleveref-usedon.ins76
-rw-r--r--macros/latex/contrib/cleveref-usedon/cleveref-usedon.pdfbin0 -> 318914 bytes
-rw-r--r--macros/latex/contrib/diffcoeff/README.txt20
-rw-r--r--macros/latex/contrib/diffcoeff/diffcoeff.pdf8411
-rw-r--r--macros/latex/contrib/diffcoeff/diffcoeff.sty149
-rw-r--r--macros/latex/contrib/diffcoeff/diffcoeff.tex257
-rw-r--r--macros/latex/contrib/diffcoeff/diffcoeff5.def4
-rw-r--r--macros/latex/contrib/lastpage/README2
-rw-r--r--macros/latex/contrib/lastpage/lastpage-example.pdfbin129481 -> 129504 bytes
-rw-r--r--macros/latex/contrib/lastpage/lastpage.dtx52
-rw-r--r--macros/latex/contrib/lastpage/lastpage.pdfbin440770 -> 440853 bytes
-rw-r--r--macros/latex/contrib/papermas/README123
-rw-r--r--macros/latex/contrib/papermas/papermas-example.pdfbin83512 -> 86457 bytes
-rw-r--r--macros/latex/contrib/papermas/papermas.dtx1154
-rw-r--r--macros/latex/contrib/papermas/papermas.pdfbin339530 -> 353390 bytes
17 files changed, 5906 insertions, 5040 deletions
diff --git a/macros/latex/contrib/cleveref-usedon/README.md b/macros/latex/contrib/cleveref-usedon/README.md
new file mode 100644
index 0000000000..1672a6eab1
--- /dev/null
+++ b/macros/latex/contrib/cleveref-usedon/README.md
@@ -0,0 +1,55 @@
+## The *cleveref-usedon* package
+Patches the cleveref package and adds forward-referencing functionality
+
+## Description
+Imagine you are reading a long mathematical text such as a text book
+or a thesis. There are plenty of supplementary lemmas, propositions,
+theorems and/or exercises throughout the whole text.
+
+You ask yourself *"Gosh, while Lemma 1.12 is certainly an interesting
+result **where** is this result used later on in this long text? I
+really would find that helpful to decide **why** I should read the
+proof."*
+
+You can, of course, use the PDF search function of your viewer to
+look up the string *"Lemma 1.12"* but wouldn't it be more helpful
+if Lemma 1.12 already indicates all or at least its most
+useful/crucial applications via an info message?
+
+This is what the package **cleveref-usedon** tries to address.
+The info message *"Used on p. 40, 43-45 and 101."* would then be
+printed to the header of Lemma 1.12.
+
+Check the [package documentation](./cleveref-usedon.pdf) for more info on the usage or look at an [example](https://github.com/SvenPistre/cleveref-usedon/tree/main/examples) directly.
+
+## Installation
+Place the file ``cleveref-usedon.sty`` at a location which your LaTeX distribution understands. For instance, on OS X you can place it in ``~/Library/texmf/tex/latex``.
+If you don't know where that would be on your OS, you can also simply drop this file in the same directory as the ``.tex`` file where you want to use the package.
+
+If you wish you can also 'compile' the package style file ``cleveref-usedon.sty`` and the documentation ``cleveref-usedon.pdf`` 'from source' as follows:
+- To generate the package style file, run the installation file ``cleveref-usedon.ins`` through pdflatex.
+- To generate the documentation, run the DocStrip file ``cleveref-usedon.dtx`` through pdflatex.
+
+---
+Copyright (C) 2023 Sven Pistre
+
+E-mail: [cleveref-usedon@sven-pistre.com](mailto:cleveref-usedon@sven-pistre.com?subject=[[cleveref-usedon]])
+```
+Files:
+cleveref.ins Batch file, run through LaTeX
+cleveref.dtx Docstrip archive, run through LaTeX
+cleveref.sty LaTeX package, generated by cleveref.ins from cleveref.dtx
+cleveref.pdf Package documentation, generated from cleveref.dtx
+README This file
+
+This file may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either
+version 1.3 of this license or (at your option) any later
+version. The latest version of this license is in:
+
+ http://www.latex-project.org/lppl.txt
+
+and version 1.3 or later is part of all distributions of
+LaTeX version 2005/12/01 or later.
+```
+--- \ No newline at end of file
diff --git a/macros/latex/contrib/cleveref-usedon/cleveref-usedon.dtx b/macros/latex/contrib/cleveref-usedon/cleveref-usedon.dtx
new file mode 100644
index 0000000000..ff7d07f21f
--- /dev/null
+++ b/macros/latex/contrib/cleveref-usedon/cleveref-usedon.dtx
@@ -0,0 +1,643 @@
+\def\packageversion{0.2.0}
+\def\packagedate{2023-04-07}
+% \iffalse meta-comment
+%
+% Package `cleveref-usedon' to use with LaTeX2e
+%
+% Copyright (C) 2023 by Sven Pistre
+%
+% Written and maintained by Sven Pistre
+%
+% The development version of this package can be found at
+%
+% http://github.com/SvenPistre/cleveref-usedon
+%
+% for those people who are interested. Please report bugs by creating a
+% github issue or sending an email to cleveref-usedon@sven-pistre.com.
+% ---------------------------------------------------------------------------
+% This file may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3 of this license or (at your option) any later
+% version. The latest version of this license is in:
+%
+% http://www.latex-project.org/lppl.txt
+%
+% and version 1.3 or later is part of all distributions of
+% LaTeX version 2005/12/01 or later.
+% -----------------------------------------------------------------------
+% This work consists of the files cleveref-usedon.dtx and cleveref-usedon.ins
+% and the derived filebase cleveref-usedon.sty.
+%
+% \fi
+%
+% \iffalse
+%<*driver>
+\ProvidesFile{cleveref-usedon.dtx}
+%</driver>
+%
+%<package>\NeedsTeXFormat{LaTeX2e}[2022/06/01]
+%<package>\RequirePackage{expl3}
+%<package>\ProvidesExplPackage{cleveref-usedon}
+%<package> {\packagedate}
+%<package> {\packageversion}
+%<package> {Patches the cleveref package and adds forward-referencing functionality}
+%
+%<*driver>
+\documentclass{ltxdoc}
+\usepackage{thmtools}
+\usepackage{hyperref}
+\usepackage[capitalise]{cleveref-usedon}[2023/03/29]
+\declaretheorem[
+ numberwithin=section,
+ name=Theorem]{theorem}
+\crefname{page}{page}{pages} % do NOT capitalise pages for more visual appeal
+\EnableCrossrefs
+\CodelineIndex
+\RecordChanges
+\begin{document}
+ \DocInput{\jobname.dtx}
+ \PrintChanges
+ \PrintIndex
+\end{document}
+%</driver>
+% \fi
+%
+% \CheckSum{160}
+%
+% \CharacterTable
+% {Upper-case \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
+% Lower-case \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
+% Digits \0\1\2\3\4\5\6\7\8\9
+% Exclamation \! Double quote \" Hash (number) \#
+% Dollar \$ Percent \% Ampersand \&
+% Acute accent \' Left paren \( Right paren \)
+% Asterisk \* Plus \+ Comma \,
+% Minus \- Point \. Solidus \/
+% Colon \: Semicolon \; Less than \<
+% Equals \= Greater than \> Question mark \?
+% Commercial at \@ Left bracket \[ Backslash \\
+% Right bracket \] Circumflex \^ Underscore \_
+% Grave accent \` Left brace \{ Vertical bar \|
+% Right brace \} Tilde \~}
+%
+% \DoNotIndex{\newcommand,\newenvironment}
+%
+% \changes{v0.1.0}{2023-03-29}{Initial version}
+% \changes{v0.2.0}{2023-04-07}{%
+% Manually \texttt{\textbackslash{}Require}'d the packages \pkg{expl3} and \pkg{xparse}%
+% for users of older \LaTeX{} installations.%
+% Added \texttt{@}-guards to the macros \texttt{\textbackslash{}origlabel},%
+% \texttt{\textbackslash{}origcref}, and \texttt{\textbackslash{}origCref} to prevent them from leaking.%
+% }
+%
+% \GetFileInfo{cleveref-usedon.dtx}
+% \title{The \pkg{cleveref-usedon} package%
+% \thanks{This document corresponds to
+% \pkg{cleveref-usedon}~v\packageversion,
+% dated~\packagedate.}}
+% \author{Sven Pistre%
+% \thanks{
+% \href{mailto:cleveref-usedon@sven-pistre.com?subject=[cleveref-usedon]}{cleveref-usedon@sven-pistre.com}}
+% }
+% \date{\packagedate}
+%
+% \maketitle
+%
+% \begin{abstract}
+% This package adds ``forward-referencing'' to the \pkg{cleveref} package.
+% Any label can be referenced with the new optional argument ``|UsedOn|''
+% passed to |\cref|. Doing so, will print an info message at the original label
+% location (in a theorem environment, say) which reads
+% ``\emph{Used on pages \meta{pagerange}.}''.
+% This functionality is complementary to \pkg{hyperref}'s |pagebackref|
+% or \pkg{biblatex}'s |backref| option for the bibliography.
+% It might be useful for authors of longer texts such as textbooks or theses,
+% where a lot of supplementary results and information are given in early
+% chapters, appendices or exercises. The message on which pages these
+% results will be used can be a helpful information for the reader of the final text.
+% Additionally, a bug in \pkg{cleveref v0.21.4} is patched.
+% \end{abstract}
+%
+% \section{Introduction}
+% \label{sec:introduction}
+% Imagine you are reading a long mathematical text such as a text book or
+% a thesis. There are plenty of supplementary lemmas, propositions, theorems
+% and/or exercises throughout the whole text.
+% You ask yourself ``Gosh, while Lemma 1.12 is certainly an interesting result
+% \emph{where} is this result used later on in this long text? I really would find
+% that helpful to decide \emph{why} I should read the proof.''
+% You can, of course, use the PDF search function of your viewer to look up the
+% string ``Lemma 1.12'' but wouldn't it be more helpful if Lemma 1.12 already
+% indicates all or at least its most useful/crucial applications via an info message?
+%
+% This is what the package \pkg{cleveref-usedon} tries to address.
+% The info message ``\emph{Used on p. 40, 43-45 and 101.}'' would then be
+% printed to the header of Lemma 1.12.
+% For example, we have given the following theorem the label
+% \begin{quote}
+% |\label{thm:SqrtTwoIrrational}|.
+% \end{quote}
+% \begin{theorem} \label{thm:SqrtTwoIrrational}
+% The number $\sqrt{2}$ is irrational.
+% \end{theorem}
+% Now we can reference this theorem via
+% \begin{quote}
+% |\cref[UsedOn]{thm:SqrtTwoIrrational}|:
+% \end{quote}
+% A proof of \cref[UsedOn]{thm:SqrtTwoIrrational} can be traced back to Euclid.
+% \clearpage
+% Let's clear the page of this PDF, so that we can see the effects of
+% referencing \cref{thm:SqrtTwoIrrational} without the optional argument
+% |[UsedOn]|, i.e.
+% \begin{quote}
+% |\cref{thm:SqrtTwoIrrational}|.
+% \end{quote}
+% Note that the current page number \thepage{} is not included in the list of
+% page references in the header of \cref{thm:SqrtTwoIrrational}.
+%
+%
+% \section{Usage}
+% \label{sec:usage}
+% The \pkg{cleveref-usedon} package uses \pkg{cleveref v0.21.4}
+% as its base.
+% To freely cite from the \pkg{cleveref} documentation: \\
+% The \pkg{cleveref-usedon} package is loaded in the usual way, by
+% putting the line
+% \begin{quote}
+% |\usepackage{cleveref-usedon}|
+% \end{quote}
+% in your document's preamble. However, care must be taken when using
+% \pkg{cleveref} in conjunction with other packages that modify
+% \LaTeX{}'s referencing system (see Section 13 of \pkg{cleveref}'s
+% documentation). Basically, \pkg{cleveref-usedon} must be loaded
+% \emph{last} but definitely AFTER \pkg{hyperref}. \\
+%
+% \DescribeMacro{\cref}
+% \DescribeMacro{\Cref}
+% |\cref|\oarg{UsedOn}\marg{LabelName} \\
+% The |\cref| macro can be called with option |UsedOn| or the short form
+% |uo|. This is case-insensitive, i.e. you could also write
+% \begin{quote}
+% |\cref[UsEdOn]|\marg{LabelName} \\
+% |\cref[uO]|\marg{LabelName}
+% \end{quote}
+% --- but why would you?
+%
+% This additional option adds the text ``\emph{(Used on page(s) ... .)}''
+% with an additional line break right after where the label has been originally
+% set. If \pkg{hyperref} has been loaded, there will also be hyperlinks
+% to the corresponding pages from where the label has been referenced.
+%
+% If the original label has been set in a theorem-style environment such as
+% \begin{quote}
+% \begin{verbatim}
+% \begin{theorem} \label{thm:SqrtTwoIrrational}
+% The number $\sqrt{2}$ is irrational.
+% \end{theorem}
+% \end{verbatim}
+% \end{quote}
+% then the info message is printed in the header of this theorem-style
+% environment. The same functionality can be used for |\Cref|.
+%
+% The package \pkg{cleveref-usedon} is implemented using |expl3|.
+% If you are interested, I have spent some time to document and comment
+% on the implementation in \cref{sec:implementation}.
+%
+% \section{Hints and tips}
+% \label{sec:tips}
+% If you use the |capitalise| option for \pkg{cleveref}, you might want
+% to revert this capitalisation for page references for more visual appeal by putting
+% \begin{quote}
+% |\crefname{page}{page}{pages}|
+% \end{quote}
+% in your document's preamble, after loading \pkg{cleveref-usedon}.
+%
+% It is recommended to not use the optional argument for equation-style
+% environments such as \cref[UsedOn]{eq:Stokes} because otherwise the
+% info message will --- unhelpfully --- be printed inside the equation
+% environment, like so:
+% \begin{equation}
+% \int_{M}\mathrm{d}\omega =\int_{\partial M}\omega. \label{eq:Stokes}
+% \end{equation}
+% So, for now, one should use this functionality only for theorem-style
+% environments such as theorems, lemmas and maybe exercises.
+%
+% \subsection{Editing the info message}
+% \label{subsec:edit_info_msg}
+% \DescribeMacro{\UsedOnMessage}
+% |\UsedOnMessage|\marg{PageNumberList from cpageref} \\
+% The standard message which gets printed to the first line of the labelled
+% environment is ``\textit{(Used on \meta{PageNumberList}).}'' --- followed by
+% a line break --- where \meta{PageNumberList} is generated automatically
+% by \pkg{cleveref} via |\cpageref|.
+% You can change this behaviour by redefining the macro |\UsedOnMessage|, e.g. as
+% \begin{quote}
+% \begin{verbatim}
+% \RenewDocumentCommand{\UsedOnMessage}{m}{
+% \emph{(Will be cited on #1.)} \\
+% }
+% \end{verbatim}
+% \end{quote}
+%
+% \section{Interaction with other packages}
+% \label{sec:other_packages}
+% All interactions with other packages mentioned in Section 13 of
+% \pkg{cleveref}'s documentation also apply to \pkg{cleveref-usedon}.
+% In fact (if \pkg{cleveref-usedon} is loaded last),
+% \pkg{ntheorem}'s |\thref| and
+% \pkg{varioref}'s |\vref| also obtain the additional |UsedOn|
+% functionality because \pkg{cleveref} redefines these macros to
+% be aliases for |\cref|.
+%
+% \section{Future features}
+% \label{sec:future}
+% It is planned to include a package option that turns on the |UsedOn|
+% option for \emph{all} |\cref|'s calls. Additionally, a switch package option
+% might be included which reverses the standard behaviour, i.e. if one does
+% not want to use |UsedOn| functionality one needs to explicitly use
+% |\cref[NotUsedOn]|\marg{LabelName}. \\
+% Let's just reference \cref[UsedOn]{thm:SqrtTwoIrrational} one last time for the fun of it, check \cpageref{thm:SqrtTwoIrrational} again to see the effect to the reference list in the header of \cref{thm:SqrtTwoIrrational}.
+%
+% \StopEventually{}
+%
+% \section{Implementation}
+% \label{sec:implementation}
+%
+% \iffalse
+%<*package>
+% \fi
+%
+% \subsection{Options and requirements}
+% The following package is included in the \LaTeX{} kernel since 2020/10/01.
+% Here, it is manually |\Require|'d for users with older \LaTeX{} versions.
+% Those users will get a package warning in the .log file.
+% \begin{macrocode}
+\RequirePackage{xparse}
+% \end{macrocode}
+% The following package options currently don't do anything.
+% \begin{macrocode}
+\bool_new:N \g_StandardBehaviour_bool
+\bool_gset_true:N \g_StandardBehaviour_bool
+\DeclareOption{usedon}{
+ \OptionNotUsed
+ \bool_gset_true:N \g_StandardBehaviour_bool
+}
+\DeclareOption{notusedon}{
+ \OptionNotUsed
+ \bool_gset_false:N \g_StandardBehaviour_bool
+}
+% \end{macrocode}
+% All other package options get passed on to \pkg{cleveref}.
+% \begin{macrocode}
+\DeclareOption*{
+ \PackageInfo{cleveref-usedon}
+ {Passing~to~cleveref:~Option~`\CurrentOption'}
+ \PassOptionsToPackage{\CurrentOption}{cleveref}
+}
+\ProcessOptions*
+\RequirePackage{cleveref}[2018/03/27]
+% \end{macrocode}
+%
+% \subsection{Patches of known bugs to \pkg{cleveref}}
+%
+% The following fixes the range bug for |\cpageref| in \pkg{cleveref v0.21.4} \par
+% See \url{https://tex.stackexchange.com/a/620066/267438}
+%
+% \begin{macrocode}
+\newcommand*{\@setcpagerefrange}[3]{%
+ \@@setcpagerefrange{#1}{#2}{cref}{#3}}
+\newcommand*{\@setCpagerefrange}[3]{%
+ \@@setcpagerefrange{#1}{#2}{Cref}{#3}}
+\newcommand*{\@setlabelcpagerefrange}[3]{%
+ \@@setcpagerefrange{#1}{#2}{labelcref}{#3}}
+% \end{macrocode}
+%
+% \subsection{Overloading of label and cref}
+%
+% We need a branching variant of |\str_case:nn|
+% which expands the input string token. This will be used to match
+% options for the |\__UsedOn_Processor|.
+%
+% \begin{macrocode}
+\prg_generate_conditional_variant:Nnn \str_case:nn { x } { TF }
+% \end{macrocode}
+%
+%\begin{macro}{\g__UsedOn_k_seq}
+% Let's initialise a global key sequence for those label names that
+% have been referenced via |[UsedOn]|.
+%
+% \begin{macrocode}
+\seq_new:N \g__UsedOn_k_seq
+% \end{macrocode}
+%\end{macro}
+%
+%\begin{macro}{\g__UsedOn_kv_prop}
+% And we'll also create a global key-value property list with
+% label names as keys and the maximal amount of times they have
+% been referenced via |[UsedOn]| as values (possibly known from
+% the last pdflatex run).
+%
+% \begin{macrocode}
+\prop_new:N \g__UsedOn_kv_prop
+% \end{macrocode}
+%\end{macro}
+%
+%\begin{macro}{\UsedOnMessage}
+% The following is the standard text that gets printed in the first line
+% of the labelled environment which later gets referenced with |[UsedOn]|.
+%
+% \begin{macrocode}
+\NewDocumentCommand{\UsedOnMessage}{m}{
+ \emph{(Used~on~#1.)} \\
+}
+% \end{macrocode}
+%\end{macro}
+%
+%\begin{macro}{\__UsedOn_PrintUsedOnLabel}
+% Given a \meta{LabelName}, the following command records all references
+% via |[UsedOn]| of this label in a temporary comma-separated list
+% (a |clist| in |expl3| speak). This |clist| is then passed to \pkg{cleveref}'s |cpageref|
+% and which in turn is passed to |\UsedOnMessage| to be printed after
+% the original label.
+%
+% \begin{macrocode}
+\NewDocumentCommand{\__UsedOn_PrintUsedOnLabel}{ m }{%
+% \end{macrocode}
+% First, we will check if the reference |UsedOn@|\meta{LabelName}|@1|
+% exists. Here, the |@1| means that \meta{LabelName} has been referenced
+% with option |[UsedOn]| at least once. If this reference does not exist,
+% nothing happens.
+%\iffalse
+%% % Check if the reference UsedOn@<LabelName>@1 exists
+%% % Here the @1 means that <LabelName> has been referenced
+%% % with option `UsedOn' at least once
+%\fi
+% \begin{macrocode}
+ \cs_if_exist:cT {r@UsedOn@#1@1}
+ {
+% \end{macrocode}
+% Next, we store all the references of the form
+% |UsedOn@|\meta{LabelName}|@|\meta{Number} in a temporary
+% comma-separated list (|clist|). We do this by looping from 1 to the value
+% of |LastRun@UsedOn@|\meta{LabelName} (if the latter value exists,
+% otherwise we set it to 1). Initially, this will need two consecutive runs of pdflatex.
+%\iffalse
+%% % In a tmp clist we store all the references of the form
+%% % `UsedOn@<LabelName>@<Number>`
+%% % where Number between 1 and \value{LastRun@UsedOn@<LabelName>}
+%% % if the latter exists, otherwise until 1
+%% % Should/will normally need two consecutive runs of pdflatex
+%\fi
+% \begin{macrocode}
+ \cs_if_free:cTF {c@LastRun@UsedOn@#1}
+ { \int_set:Nn \l_tmpa_int { 1 } }
+ { \int_set:Nn \l_tmpa_int { \value{LastRun@UsedOn@#1} } }
+ \int_set:Nn \l_tmpb_int { 1 }
+ \int_while_do:nn { \l_tmpb_int <= \l_tmpa_int }
+ {
+ \clist_put_right:Nx \l_tmpa_clist { UsedOn@#1@\int_use:N \l_tmpb_int }
+ \int_incr:N \l_tmpb_int
+ }
+% \end{macrocode}
+% Finally, we print the message that was set in the macro |\UsedOnMessage|.
+%\iffalse
+%% % Print `UsedOn` message by calling \cpageref with the parameter clist above
+%% % Uncomment the next two lines to see the contents of \l_tmpa_clist
+%% %% Arguments~of~cpageref~are:
+%% %% \par\clist_use:Nn \l_tmpa_clist {\par}\par
+%\fi
+% \begin{macrocode}
+ \UsedOnMessage{\cpageref{\l_tmpa_clist}}
+ }
+}%
+% \end{macrocode}
+%\end{macro}
+%
+%\begin{macro}{\__UsedOn_Processor}
+% This macro takes an optional argument
+% (a case-insensitive version of |[UsedOn]| or the shortform |[uo]|)
+% and a mandatory argument (a single \marg{LabelName} or a |clist| \{\meta{LabelName1},\meta{LabelName2},\ldots\}).
+% \begin{macrocode}
+\NewDocumentCommand{\__UsedOn_Processor}{ o m }{%
+ \IfValueT{#1}{
+% \end{macrocode}
+% First, we check if the option |[UsedOn]| or |[uo]| (case-insensitive) was used.
+% \begin{macrocode}
+ \str_case:xnTF { \str_foldcase:n { #1 } }
+ {
+% \end{macrocode}
+%\iffalse
+%% % check if option 'UsedOn' (case-insensitive) was used
+%% % in one of the following forms
+%\fi
+% \begin{macrocode}
+ {usedon} {}
+ {uo} {}
+ }
+ {
+ {
+% \end{macrocode}
+% Loop through the (potential) label list in mandatory argument
+% of |\cref| (or |\Cref|) which gets passed as the mandatory argument
+% of the current macro.
+%\iffalse
+%% % Loop through (potential) label list in arg of \cref (or \Cref)
+%\fi
+% \begin{macrocode}
+ \seq_set_from_clist:Nn \l_tmpa_seq {#2}
+ \seq_map_inline:Nn \l_tmpa_seq
+ {
+% \end{macrocode}
+% If the label has \emph{not} been referenced yet via |[UsedOn]|, create a
+% counter for the current run |ThisRun@UsedOn@##1|.
+% If we are not in the initial run anymore, there should be a counter
+% |LastRun@UsedOn@##1| which contains the maximal amount this
+% specific label has been referenced via |UsedOn|.
+% If we are in the initial run, we need to create this counter as well.
+% Then save the label in the global container |\g__UsedOn_k_seq|.
+%\iffalse
+%% % if the label has not been referenced yet,
+%% % create a counter for the current and last run and save the label in the
+%% % global container \g__UsedOn_k_seq
+%\fi
+% \begin{macrocode}
+ \seq_if_in:NxF \g__UsedOn_k_seq {UsedOn@##1}
+ {
+ \newcounter{ThisRun@UsedOn@##1}
+ \cs_if_free:cT {c@LastRun@UsedOn@##1}
+ { \newcounter{LastRun@UsedOn@##1} }
+ \seq_gput_right:Nx \g__UsedOn_k_seq {UsedOn@##1}
+ }
+% \end{macrocode}
+% Increase the counter for the current run by 1 and set the counter
+% for last run (containing the maximal amount of |UsedOn|-|\cref|'s)
+% to...the maximal amount of |UsedOn|-|\cref|'s.
+%\iffalse
+%% % increase the counters and compare with max counter
+%\fi
+% \begin{macrocode}
+ \stepcounter{ThisRun@UsedOn@##1}
+ \setcounter{LastRun@UsedOn@##1}{%
+ \fp_eval:n { max(%
+ \value{ThisRun@UsedOn@##1},%
+ \value{LastRun@UsedOn@##1} ) }%
+ }
+% \end{macrocode}
+% Store the value of the max counter |LastRun@UsedOn@##1| in
+% the global container |\g__UsedOn_kv_prop|.
+%\iffalse
+%% % store the value in global key-value property list
+%\fi
+% \begin{macrocode}
+ \prop_gput:Nxx \g__UsedOn_kv_prop
+ {UsedOn@##1} {\arabic{LastRun@UsedOn@##1}}
+% \end{macrocode}
+% Now we create a numbered auxiliary label. This label is issued at the
+% location where we referenced the original label via
+% |\cref[UsedOn]|\meta{LabelName}.
+% The new auxiliary label has the prefix |UsedOn@| and
+% the suffix |@\arabic{ThisRun@UsedOn@##1}|, e.g.
+% |UsedOn@thm:Pythagoras@4| if it is the fourth time that we called \\
+% |\cref[UsedOn]{thm:Pythagoras}|.
+%\iffalse
+%% % create a label for the UsedOn reference and number this label
+%\fi
+% \begin{macrocode}
+ \__UsedOn_origlabel{UsedOn@##1@\arabic{ThisRun@UsedOn@##1}}
+ }
+ }
+ }
+ {
+% \end{macrocode}
+% Throw an error, if an unrecognised option was used for the
+% optional argument to this macro.
+%\iffalse
+%% % Throw an error, if an unrecognised option was used
+%% % for the optional argument to this macro.
+%\fi
+% \begin{macrocode}
+ \msg_new:nnn {cleveref-usedon} { OptionSpellingError }
+ { \\
+ Spelling~error~\msg_line_context:
+ \\
+ Did~you~mean~to~pass~option\\
+ 'UsedOn'~to~cref~or~Cref?
+ }
+ \msg_fatal:nn { cleveref-usedon } { OptionSpellingError }
+ }
+ }
+}%
+% \end{macrocode}
+%\end{macro}
+%
+%\begin{macro}{\__UsedOn_cref}
+% This is just a wrapper around \pkg{cleveref}'s |\cref|.
+% Additionally the |\__UsedOn_Processor| gets called.
+% \begin{macrocode}
+\NewDocumentCommand{\__UsedOn_cref}{ s o m }{%
+ \IfBooleanTF{#1}{ \__UsedOn_origcref*{#3} }{ \__UsedOn_origcref{#3} }%
+ \__UsedOn_Processor[#2]{#3}
+}%
+% \end{macrocode}
+%\end{macro}
+%
+%\begin{macro}{\__UsedOn_Cref}
+% This is just a wrapper around \pkg{cleveref}'s |\Cref|.
+% Additionally the |\__UsedOn_Processor| gets called.
+% \begin{macrocode}
+\NewDocumentCommand{\__UsedOn_Cref}{ s o m }{%
+ \IfBooleanTF{#1}{ \__UsedOn_origCref*{#3} }{ \__UsedOn_origCref{#3} }%
+ \__UsedOn_Processor[#2]{#3}
+}%
+% \end{macrocode}
+%\end{macro}
+%
+%\begin{macro}{\__UsedOn_ReadFromAux}
+% From the .aux file we will read the contents of the
+% global container |\g__UsedOn_kv_prop|.
+% This is a key-value property list and we create and set a
+% for each label (key) and the maximal amount (value) it was called in the last run.
+% \begin{macrocode}
+\NewDocumentCommand{\__UsedOn_ReadFromAux}{ }{%
+ \prop_map_inline:Nn \g__UsedOn_kv_prop
+ {
+ \newcounter{LastRun@##1}
+ \setcounter{LastRun@##1}{##2}
+ }
+}%
+% \end{macrocode}
+%\end{macro}
+%
+%\begin{macro}{\__UsedOn_WriteToAux}
+% For each label we write a line in the .aux file of the form: \\
+% \meta{LabelName} == \meta{Maximal references via UsedOn in last run}.\\
+% This information can be constructed from the global container |\g__UsedOn_k_seq|
+% and the counters with prefix |ThisRun@| we set earlier.
+% We need to wrap this in the on/off switch for |expl3| functionality.
+% \begin{macrocode}
+\NewDocumentCommand{\__UsedOn_WriteToAux}{ }{%
+% \end{macrocode}
+%% % First, we clear the global key-value prop list |\g__UsedOn_kv_prop| and
+%% % then we rebuild it with the information from the current run.
+% \begin{macrocode}
+ \prop_clear:N \g__UsedOn_kv_prop
+ \seq_map_inline:Nn \g__UsedOn_k_seq
+ { \prop_gput:Nxx \g__UsedOn_kv_prop {##1}{\arabic{ThisRun@##1}} }
+% \end{macrocode}
+%\iffalse
+%% % Turn on |expl3| functionality in .aux file.
+%\fi
+% \begin{macrocode}
+ \iow_now:cx { @auxout }
+ { \token_to_str:N \ExplSyntaxOn }
+% \end{macrocode}
+%% % Loop through the key-val |proplist| and write contents to .aux file.
+% \begin{macrocode}
+ \prop_map_inline:Nn \g__UsedOn_kv_prop
+ {
+ \iow_now:cx { @auxout }
+ { \prop_gput_from_keyval:Nn \token_to_str:N \g__UsedOn_kv_prop {##1=##2} }
+ }
+% \end{macrocode}
+%\iffalse
+%% % Turn off |expl3| functionality in .aux file.
+%\fi
+% \begin{macrocode}
+ \iow_now:cx { @auxout }
+ { \token_to_str:N \ExplSyntaxOff }
+}%
+% \end{macrocode}
+%\end{macro}
+%
+% At the hook |\AtBeginDocument| we read from the .aux file
+% and patch commands.
+% \begin{macrocode}
+\AtBeginDocument{%
+ \__UsedOn_ReadFromAux
+% \end{macrocode}
+% Patch label and cref to include the new |[UsedOn]| capabilities.
+% \begin{macrocode}
+ \NewCommandCopy{\__UsedOn_origlabel}{\label}
+ \NewCommandCopy{\__UsedOn_origcref}{\cref}
+ \NewCommandCopy{\__UsedOn_origCref}{\Cref}
+ \RenewDocumentCommand{\label}{ m }{%
+ \__UsedOn_origlabel{#1}\__UsedOn_PrintUsedOnLabel{#1}
+ }%
+ \RenewCommandCopy{\cref}{\__UsedOn_cref}
+ \RenewCommandCopy{\Cref}{\__UsedOn_Cref}
+}%
+% \end{macrocode}
+%
+% At the hook |\AtEndDocument| we write to the .aux file.
+% \begin{macrocode}
+\AtEndDocument{%
+ \__UsedOn_WriteToAux
+}%
+% \end{macrocode}
+%
+% \iffalse
+%</package>
+% \fi
+%
+% \Finale
+\endinput \ No newline at end of file
diff --git a/macros/latex/contrib/cleveref-usedon/cleveref-usedon.ins b/macros/latex/contrib/cleveref-usedon/cleveref-usedon.ins
new file mode 100644
index 0000000000..b6027ef334
--- /dev/null
+++ b/macros/latex/contrib/cleveref-usedon/cleveref-usedon.ins
@@ -0,0 +1,76 @@
+%% Copyright (C) 2023 by Sven Pistre
+%%
+%% Written and maintained by Sven Pistre
+%%
+%% The development version of this package can be found at
+%%
+%% http://github.com/SvenPistre/cleveref-usedon
+%%
+%% for those people who are interested. Please report bugs by creating a
+%% github issue or sending an email to cleveref-usedon@sven-pistre.com.
+%% ---------------------------------------------------------------------------
+%% This file may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3 of this license or (at your option) any later
+%% version. The latest version of this license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.3 or later is part of all distributions of
+%% LaTeX version 2005/12/01 or later.
+%% -----------------------------------------------------------------------
+%% This work consists of the files cleveref-usedon.dtx and cleveref-usedon.ins
+%% and the derived filebase cleveref-usedon.sty.
+%%
+
+\input docstrip.tex
+\keepsilent
+
+\usedir{tex/latex/cleveref-usedon}
+
+\preamble
+
+This is a generated file.
+
+Copyright (C) 2023 by Sven Pistre
+
+Written and maintained by Sven Pistre
+
+The development version of this package can be found at
+
+ http://github.com/SvenPistre/cleveref-usedon
+
+for those people who are interested. Please report bugs by creating a
+github issue or sending an email to cleveref-usedon@sven-pistre.com.
+---------------------------------------------------------------------------
+This file may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either
+version 1.3 of this license or (at your option) any later
+version. The latest version of this license is in:
+
+ http://www.latex-project.org/lppl.txt
+
+and version 1.3 or later is part of all distributions of
+LaTeX version 2005/12/01 or later.
+-----------------------------------------------------------------------
+
+\endpreamble
+
+\generate{\file{cleveref-usedon.sty}{\from{cleveref-usedon.dtx}{package}}}
+
+\obeyspaces
+\Msg{*************************************************************}
+\Msg{* *}
+\Msg{* To finish the installation you have to move the following *}
+\Msg{* file into a directory searched by TeX: *}
+\Msg{* *}
+\Msg{* cleveref-usedon.sty *}
+\Msg{* *}
+\Msg{* To produce the documentation run the file *}
+\Msg{* cleveref-usedon.dtx through LaTeX. *}
+\Msg{* *}
+\Msg{* Happy TeXing! *}
+\Msg{* *}
+\Msg{*************************************************************}
+
+\endbatchfile
diff --git a/macros/latex/contrib/cleveref-usedon/cleveref-usedon.pdf b/macros/latex/contrib/cleveref-usedon/cleveref-usedon.pdf
new file mode 100644
index 0000000000..8451670a05
--- /dev/null
+++ b/macros/latex/contrib/cleveref-usedon/cleveref-usedon.pdf
Binary files differ
diff --git a/macros/latex/contrib/diffcoeff/README.txt b/macros/latex/contrib/diffcoeff/README.txt
index b1d625a402..c37619c34f 100644
--- a/macros/latex/contrib/diffcoeff/README.txt
+++ b/macros/latex/contrib/diffcoeff/README.txt
@@ -10,10 +10,10 @@ version. The latest version of this license is in
http://www.latex-project.org/lppl.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-Version 5.2 of diffcoeff initializes two variables that other-
-wise can conflict with other packages and improves handling
-of an empty differentiation variable argument. There are some
-small additions to the documentation.
+Version 5.3 of diffcoeff fixes a bug that arose in the use
+of the differential in beamer, introduces an alternative way
+of specifying orders of differentiation and reintroduces the
+override option.
Version 5.0 of diffcoeff introduced many interface incompat-
ibilities with version 4, which is still available through
@@ -28,12 +28,12 @@ Changed files:
README.txt this document
diffcoeff.sty LaTeX .sty file (current version, v5.1)
diffcoeff.pdf documentation for current version, v5.1
-diffcoeff.tex LaTeX source of documentation for v5.1
+diffcoeff.tex LaTeX source of documentation for v5.3
+diffcoeff5.def definition file for v5.1
Unchanged files
-diffcoeff5.def definition file for v5.1
-diffcoeff4.sty LaTeX .sty file, v4.2
-diffcoeff4.pdf documentation for v4.2
-diffcoeff4.tex LaTeX source of documentation for v4.2
-diffcoeff-doc.def definition file for v4.2
+diffcoeff4.sty LaTeX .sty file, v4.2
+diffcoeff4.pdf documentation for v4.2
+diffcoeff4.tex LaTeX source of documentation for v4.2
+diffcoeff-doc.def definition file for v4.2
diff --git a/macros/latex/contrib/diffcoeff/diffcoeff.pdf b/macros/latex/contrib/diffcoeff/diffcoeff.pdf
index 637bca8163..06469b8e85 100644
--- a/macros/latex/contrib/diffcoeff/diffcoeff.pdf
+++ b/macros/latex/contrib/diffcoeff/diffcoeff.pdf
@@ -55,536 +55,561 @@ endobj
(\376\377\0002\000.\0002\000.\0002\000\040\000H\000i\000g\000h\000e\000r\000\040\000o\000r\000d\000e\000r\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s)
endobj
37 0 obj
-<< /S /GoTo /D (subsection.2.2.3) >>
+<< /S /GoTo /D (subsubsection.2.2.2.1) >>
endobj
40 0 obj
-(\376\377\0002\000.\0002\000.\0003\000\040\000A\000p\000p\000e\000n\000d\000i\000n\000g\000\040\000t\000h\000e\000\040\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000n\000d)
+(\376\377\0002\000.\0002\000.\0002\000.\0001\000\040\000A\000l\000t\000e\000r\000n\000a\000t\000i\000v\000e\000\040\000m\000e\000t\000h\000o\000d)
endobj
41 0 obj
-<< /S /GoTo /D (subsubsection.2.2.3.1) >>
+<< /S /GoTo /D (subsection.2.2.3) >>
endobj
44 0 obj
-(\376\377\0002\000.\0002\000.\0003\000.\0001\000\040\000T\000r\000a\000n\000s\000p\000o\000s\000i\000n\000g\000\040\000t\000h\000e\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000\040\000o\000r\000d\000e\000r)
+(\376\377\0002\000.\0002\000.\0003\000\040\000A\000p\000p\000e\000n\000d\000i\000n\000g\000\040\000t\000h\000e\000\040\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000n\000d)
endobj
45 0 obj
-<< /S /GoTo /D (subsubsection.2.2.3.2) >>
+<< /S /GoTo /D (subsubsection.2.2.3.1) >>
endobj
48 0 obj
-(\376\377\0002\000.\0002\000.\0003\000.\0002\000\040\000O\000p\000e\000r\000a\000t\000o\000r\000\040\000p\000a\000r\000e\000n\000t\000h\000e\000s\000i\000z\000i\000n\000g)
+(\376\377\0002\000.\0002\000.\0003\000.\0001\000\040\000T\000r\000a\000n\000s\000p\000o\000s\000i\000n\000g\000\040\000t\000h\000e\000\040\000a\000r\000g\000u\000m\000e\000n\000t\000\040\000o\000r\000d\000e\000r)
endobj
49 0 obj
-<< /S /GoTo /D (subsection.2.2.4) >>
+<< /S /GoTo /D (subsubsection.2.2.3.2) >>
endobj
52 0 obj
-(\376\377\0002\000.\0002\000.\0004\000\040\000P\000o\000i\000n\000t\000\040\000o\000f\000\040\000e\000v\000a\000l\000u\000a\000t\000i\000o\000n\000/\000v\000a\000r\000i\000a\000b\000l\000e\000s\000\040\000h\000e\000l\000d\000\040\000c\000o\000n\000s\000t\000a\000n\000t)
+(\376\377\0002\000.\0002\000.\0003\000.\0002\000\040\000O\000p\000e\000r\000a\000t\000o\000r\000\040\000p\000a\000r\000e\000n\000t\000h\000e\000s\000i\000z\000i\000n\000g)
endobj
53 0 obj
-<< /S /GoTo /D (subsubsection.2.2.4.1) >>
+<< /S /GoTo /D (subsection.2.2.4) >>
endobj
56 0 obj
-(\376\377\0002\000.\0002\000.\0004\000.\0001\000\040\000S\000u\000p\000e\000r\000s\000c\000r\000i\000p\000t\000s)
+(\376\377\0002\000.\0002\000.\0004\000\040\000P\000o\000i\000n\000t\000\040\000o\000f\000\040\000e\000v\000a\000l\000u\000a\000t\000i\000o\000n\000/\000v\000a\000r\000i\000a\000b\000l\000e\000s\000\040\000h\000e\000l\000d\000\040\000c\000o\000n\000s\000t\000a\000n\000t)
endobj
57 0 obj
-<< /S /GoTo /D (subsubsection.2.2.4.2) >>
+<< /S /GoTo /D (subsubsection.2.2.4.1) >>
endobj
60 0 obj
-(\376\377\0002\000.\0002\000.\0004\000.\0002\000\040\000E\000m\000p\000t\000y\000\040\000t\000r\000a\000i\000l\000i\000n\000g\000\040\000a\000r\000g\000u\000m\000e\000n\000t)
+(\376\377\0002\000.\0002\000.\0004\000.\0001\000\040\000S\000u\000p\000e\000r\000s\000c\000r\000i\000p\000t\000s)
endobj
61 0 obj
-<< /S /GoTo /D (subsubsection.2.2.4.3) >>
+<< /S /GoTo /D (subsubsection.2.2.4.2) >>
endobj
64 0 obj
-(\376\377\0002\000.\0002\000.\0004\000.\0003\000\040\000U\000s\000e\000\040\000o\000f\000\040\000t\000h\000e\000\040\000p\000a\000c\000k\000a\000g\000e\000\040\000m\000l\000e\000f\000t\000r\000i\000g\000h\000t)
+(\376\377\0002\000.\0002\000.\0004\000.\0002\000\040\000E\000m\000p\000t\000y\000\040\000t\000r\000a\000i\000l\000i\000n\000g\000\040\000a\000r\000g\000u\000m\000e\000n\000t)
endobj
65 0 obj
-<< /S /GoTo /D (subsection.2.2.5) >>
+<< /S /GoTo /D (subsubsection.2.2.4.3) >>
endobj
68 0 obj
-(\376\377\0002\000.\0002\000.\0005\000\040\000M\000i\000x\000e\000d\000\040\000p\000a\000r\000t\000i\000a\000l\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s)
+(\376\377\0002\000.\0002\000.\0004\000.\0003\000\040\000U\000s\000e\000\040\000o\000f\000\040\000t\000h\000e\000\040\000p\000a\000c\000k\000a\000g\000e\000\040\000m\000l\000e\000f\000t\000r\000i\000g\000h\000t)
endobj
69 0 obj
-<< /S /GoTo /D (subsubsection.2.2.5.1) >>
+<< /S /GoTo /D (subsection.2.2.5) >>
endobj
72 0 obj
-(\376\377\0002\000.\0002\000.\0005\000.\0001\000\040\000A\000l\000g\000e\000b\000r\000a\000i\000c\000\040\000o\000r\000d\000e\000r\000s\000\040\000o\000f\000\040\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000t\000i\000o\000n)
+(\376\377\0002\000.\0002\000.\0005\000\040\000M\000i\000x\000e\000d\000\040\000p\000a\000r\000t\000i\000a\000l\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s)
endobj
73 0 obj
-<< /S /GoTo /D (subsubsection.2.2.5.2) >>
+<< /S /GoTo /D (subsubsection.2.2.5.1) >>
endobj
76 0 obj
-(\376\377\0002\000.\0002\000.\0005\000.\0002\000\040\000O\000r\000d\000e\000r\000-\000o\000v\000e\000r\000r\000i\000d\000e\000\040\000c\000o\000m\000m\000a\000n\000d\000:\000\040\000\134\000d\000i\000f\000o\000v\000e\000r\000r\000i\000d\000e)
+(\376\377\0002\000.\0002\000.\0005\000.\0001\000\040\000A\000l\000g\000e\000b\000r\000a\000i\000c\000\040\000o\000r\000d\000e\000r\000s\000\040\000o\000f\000\040\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000t\000i\000o\000n)
endobj
77 0 obj
-<< /S /GoTo /D (subsubsection.2.2.5.3) >>
+<< /S /GoTo /D (subsubsection.2.2.5.2) >>
endobj
80 0 obj
-(\376\377\0002\000.\0002\000.\0005\000.\0003\000\040\000P\000a\000r\000e\000n\000t\000h\000e\000s\000e\000s)
+(\376\377\0002\000.\0002\000.\0005\000.\0002\000\040\000A\000l\000t\000e\000r\000n\000a\000t\000i\000v\000e\000\040\000m\000e\000t\000h\000o\000d)
endobj
81 0 obj
-<< /S /GoTo /D (subsubsection.2.2.5.4) >>
+<< /S /GoTo /D (subsubsection.2.2.5.3) >>
endobj
84 0 obj
-(\376\377\0002\000.\0002\000.\0005\000.\0004\000\040\000E\000r\000r\000o\000r\000\040\000m\000e\000s\000s\000a\000g\000e\000s)
+(\376\377\0002\000.\0002\000.\0005\000.\0003\000\040\000O\000r\000d\000e\000r\000-\000o\000v\000e\000r\000r\000i\000d\000e\000\040\000o\000p\000t\000i\000o\000n\000\040\000a\000n\000d\000\040\000c\000o\000m\000m\000a\000n\000d)
endobj
85 0 obj
-<< /S /GoTo /D (subsubsection.2.2.5.5) >>
+<< /S /GoTo /D (subsubsection.2.2.5.4) >>
endobj
88 0 obj
-(\376\377\0002\000.\0002\000.\0005\000.\0005\000\040\000C\000o\000m\000m\000a\000\040\000l\000i\000s\000t\000\040\000o\000f\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s\000\040\000o\000f\000\040\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000t\000i\000o\000n)
+(\376\377\0002\000.\0002\000.\0005\000.\0004\000\040\000P\000a\000r\000e\000n\000t\000h\000e\000s\000e\000s)
endobj
89 0 obj
-<< /S /GoTo /D (subsubsection.2.2.5.6) >>
+<< /S /GoTo /D (subsubsection.2.2.5.5) >>
endobj
92 0 obj
-(\376\377\0002\000.\0002\000.\0005\000.\0006\000\040\000S\000p\000a\000c\000i\000n\000g\000\040\000i\000n\000\040\000t\000h\000e\000\040\000d\000e\000n\000o\000m\000i\000n\000a\000t\000o\000r)
+(\376\377\0002\000.\0002\000.\0005\000.\0005\000\040\000E\000r\000r\000o\000r\000\040\000m\000e\000s\000s\000a\000g\000e\000s)
endobj
93 0 obj
-<< /S /GoTo /D (subsection.2.2.6) >>
+<< /S /GoTo /D (subsubsection.2.2.5.6) >>
endobj
96 0 obj
-(\376\377\0002\000.\0002\000.\0006\000\040\000M\000u\000l\000t\000i\000-\000t\000o\000k\000e\000n\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s\000:\000\040\000p\000a\000r\000e\000n\000t\000h\000e\000s\000i\000z\000i\000n\000g)
+(\376\377\0002\000.\0002\000.\0005\000.\0006\000\040\000C\000o\000m\000m\000a\000\040\000l\000i\000s\000t\000\040\000o\000f\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s\000\040\000o\000f\000\040\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000t\000i\000o\000n)
endobj
97 0 obj
-<< /S /GoTo /D (chapter.3) >>
+<< /S /GoTo /D (subsubsection.2.2.5.7) >>
endobj
100 0 obj
-(\376\377\0003\000\040\000T\000e\000m\000p\000l\000a\000t\000e\000s\000,\000\040\000d\000e\000f\000a\000u\000l\000t\000s\000\040\000\046\000\040\000v\000a\000r\000i\000a\000n\000t\000s)
+(\376\377\0002\000.\0002\000.\0005\000.\0007\000\040\000S\000p\000a\000c\000i\000n\000g\000\040\000i\000n\000\040\000t\000h\000e\000\040\000d\000e\000n\000o\000m\000i\000n\000a\000t\000o\000r)
endobj
101 0 obj
-<< /S /GoTo /D (section.3.1) >>
+<< /S /GoTo /D (subsection.2.2.6) >>
endobj
104 0 obj
-(\376\377\0003\000.\0001\000\040\000T\000e\000m\000p\000l\000a\000t\000e\000\040\000s\000t\000r\000u\000c\000t\000u\000r\000e)
+(\376\377\0002\000.\0002\000.\0006\000\040\000M\000u\000l\000t\000i\000-\000t\000o\000k\000e\000n\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s\000:\000\040\000p\000a\000r\000e\000n\000t\000h\000e\000s\000i\000z\000i\000n\000g)
endobj
105 0 obj
-<< /S /GoTo /D (section.3.2) >>
+<< /S /GoTo /D (chapter.3) >>
endobj
108 0 obj
-(\376\377\0003\000.\0002\000\040\000D\000e\000f\000a\000u\000l\000t\000\040\000v\000a\000l\000u\000e\000s\000\040\000f\000o\000r\000\040\000t\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F)
+(\376\377\0003\000\040\000T\000e\000m\000p\000l\000a\000t\000e\000s\000,\000\040\000d\000e\000f\000a\000u\000l\000t\000s\000\040\000\046\000\040\000v\000a\000r\000i\000a\000n\000t\000s)
endobj
109 0 obj
-<< /S /GoTo /D (subsection.3.2.1) >>
+<< /S /GoTo /D (section.3.1) >>
endobj
112 0 obj
-(\376\377\0003\000.\0002\000.\0001\000\040\000O\000r\000d\000i\000n\000a\000r\000y\000\040\000u\000p\000r\000i\000g\000h\000t\000-\000f\000r\000a\000c\000t\000i\000o\000n\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s\000;\000\040\000t\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F\000F)
+(\376\377\0003\000.\0001\000\040\000T\000e\000m\000p\000l\000a\000t\000e\000\040\000s\000t\000r\000u\000c\000t\000u\000r\000e)
endobj
113 0 obj
-<< /S /GoTo /D (subsection.3.2.2) >>
+<< /S /GoTo /D (section.3.2) >>
endobj
116 0 obj
-(\376\377\0003\000.\0002\000.\0002\000\040\000O\000r\000d\000i\000n\000a\000r\000y\000\040\000s\000l\000a\000s\000h\000-\000f\000r\000a\000c\000t\000i\000o\000n\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s\000;\000\040\000t\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F\000S)
+(\376\377\0003\000.\0002\000\040\000D\000e\000f\000a\000u\000l\000t\000\040\000v\000a\000l\000u\000e\000s\000\040\000f\000o\000r\000\040\000t\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F)
endobj
117 0 obj
-<< /S /GoTo /D (subsection.3.2.3) >>
+<< /S /GoTo /D (subsection.3.2.1) >>
endobj
120 0 obj
-(\376\377\0003\000.\0002\000.\0003\000\040\000O\000r\000d\000i\000n\000a\000r\000y\000\040\000c\000o\000m\000p\000a\000c\000t\000-\000f\000o\000r\000m\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s\000;\000\040\000t\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F\000C)
+(\376\377\0003\000.\0002\000.\0001\000\040\000O\000r\000d\000i\000n\000a\000r\000y\000\040\000u\000p\000r\000i\000g\000h\000t\000-\000f\000r\000a\000c\000t\000i\000o\000n\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s\000;\000\040\000t\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F\000F)
endobj
121 0 obj
-<< /S /GoTo /D (subsection.3.2.4) >>
+<< /S /GoTo /D (subsection.3.2.2) >>
endobj
124 0 obj
-(\376\377\0003\000.\0002\000.\0004\000\040\000P\000a\000r\000t\000i\000a\000l\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s\000;\000\040\000t\000e\000m\000p\000l\000a\000t\000e\000s\000\040\000D\000I\000F\000F\000P\000,\000\040\000D\000I\000F\000S\000P\000,\000\040\000D\000I\000F\000C\000P)
+(\376\377\0003\000.\0002\000.\0002\000\040\000O\000r\000d\000i\000n\000a\000r\000y\000\040\000s\000l\000a\000s\000h\000-\000f\000r\000a\000c\000t\000i\000o\000n\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s\000;\000\040\000t\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F\000S)
endobj
125 0 obj
-<< /S /GoTo /D (section.3.3) >>
+<< /S /GoTo /D (subsection.3.2.3) >>
endobj
128 0 obj
-(\376\377\0003\000.\0003\000\040\000V\000a\000r\000i\000a\000n\000t\000\040\000f\000o\000r\000m\000s\000:\000\040\000t\000h\000e\000\040\000\134\000d\000i\000f\000d\000e\000f\000\040\000c\000o\000m\000m\000a\000n\000d)
+(\376\377\0003\000.\0002\000.\0003\000\040\000O\000r\000d\000i\000n\000a\000r\000y\000\040\000c\000o\000m\000p\000a\000c\000t\000-\000f\000o\000r\000m\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s\000;\000\040\000t\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F\000C)
endobj
129 0 obj
-<< /S /GoTo /D (subsection.3.3.1) >>
+<< /S /GoTo /D (subsection.3.2.4) >>
endobj
132 0 obj
-(\376\377\0003\000.\0003\000.\0001\000\040\000T\000h\000e\000\040\000.\000d\000e\000f\000\040\000f\000i\000l\000e)
+(\376\377\0003\000.\0002\000.\0004\000\040\000P\000a\000r\000t\000i\000a\000l\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s\000;\000\040\000t\000e\000m\000p\000l\000a\000t\000e\000s\000\040\000D\000I\000F\000F\000P\000,\000\040\000D\000I\000F\000S\000P\000,\000\040\000D\000I\000F\000C\000P)
endobj
133 0 obj
-<< /S /GoTo /D (subsubsection.3.3.1.1) >>
+<< /S /GoTo /D (section.3.3) >>
endobj
136 0 obj
-(\376\377\0003\000.\0003\000.\0001\000.\0001\000\040\000L\000o\000g\000\040\000f\000i\000l\000e\000\040\000m\000e\000s\000s\000a\000g\000e)
+(\376\377\0003\000.\0003\000\040\000V\000a\000r\000i\000a\000n\000t\000\040\000f\000o\000r\000m\000s\000:\000\040\000t\000h\000e\000\040\000\134\000d\000i\000f\000d\000e\000f\000\040\000c\000o\000m\000m\000a\000n\000d)
endobj
137 0 obj
-<< /S /GoTo /D (subsection.3.3.2) >>
+<< /S /GoTo /D (subsection.3.3.1) >>
endobj
140 0 obj
-(\376\377\0003\000.\0003\000.\0002\000\040\000E\000x\000a\000m\000p\000l\000e\000s\000\040\000o\000f\000\040\000v\000a\000r\000i\000a\000n\000t\000s)
+(\376\377\0003\000.\0003\000.\0001\000\040\000T\000h\000e\000\040\000.\000d\000e\000f\000\040\000f\000i\000l\000e)
endobj
141 0 obj
-<< /S /GoTo /D (subsubsection.3.3.2.1) >>
+<< /S /GoTo /D (subsubsection.3.3.1.1) >>
endobj
144 0 obj
-(\376\377\0003\000.\0003\000.\0002\000.\0001\000\040\000E\000d\000i\000t\000i\000n\000g\000\040\000v\000a\000r\000i\000a\000n\000t\000\040\000f\000o\000r\000m\000s)
+(\376\377\0003\000.\0003\000.\0001\000.\0001\000\040\000L\000o\000g\000\040\000f\000i\000l\000e\000\040\000m\000e\000s\000s\000a\000g\000e)
endobj
145 0 obj
-<< /S /GoTo /D (subsubsection.3.3.2.2) >>
+<< /S /GoTo /D (subsection.3.3.2) >>
endobj
148 0 obj
-(\376\377\0003\000.\0003\000.\0002\000.\0002\000\040\000P\000a\000r\000e\000n\000t\000h\000e\000s\000i\000z\000i\000n\000g\000\040\000m\000u\000l\000t\000i\000-\000t\000o\000k\000e\000n\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s)
+(\376\377\0003\000.\0003\000.\0002\000\040\000E\000x\000a\000m\000p\000l\000e\000s\000\040\000o\000f\000\040\000v\000a\000r\000i\000a\000n\000t\000s)
endobj
149 0 obj
-<< /S /GoTo /D (subsubsection.3.3.2.3) >>
+<< /S /GoTo /D (subsubsection.3.3.2.1) >>
endobj
152 0 obj
-(\376\377\0003\000.\0003\000.\0002\000.\0003\000\040\000P\000o\000i\000n\000t\000\040\000o\000f\000\040\000e\000v\000a\000l\000u\000a\000t\000i\000o\000n)
+(\376\377\0003\000.\0003\000.\0002\000.\0001\000\040\000E\000d\000i\000t\000i\000n\000g\000\040\000v\000a\000r\000i\000a\000n\000t\000\040\000f\000o\000r\000m\000s)
endobj
153 0 obj
-<< /S /GoTo /D (subsubsection.3.3.2.4) >>
+<< /S /GoTo /D (subsubsection.3.3.2.2) >>
endobj
156 0 obj
-(\376\377\0003\000.\0003\000.\0002\000.\0004\000\040\000U\000p\000r\000i\000g\000h\000t\000\040\000t\000e\000x\000t\000-\000s\000t\000y\000l\000e\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s)
+(\376\377\0003\000.\0003\000.\0002\000.\0002\000\040\000P\000a\000r\000e\000n\000t\000h\000e\000s\000i\000z\000i\000n\000g\000\040\000m\000u\000l\000t\000i\000-\000t\000o\000k\000e\000n\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000s)
endobj
157 0 obj
-<< /S /GoTo /D (subsubsection.3.3.2.5) >>
+<< /S /GoTo /D (subsubsection.3.3.2.3) >>
endobj
160 0 obj
-(\376\377\0003\000.\0003\000.\0002\000.\0005\000\040\000S\000l\000a\000s\000h\000-\000f\000r\000a\000c\000t\000i\000o\000n\000\040\000s\000t\000y\000l\000e\000s)
+(\376\377\0003\000.\0003\000.\0002\000.\0003\000\040\000P\000o\000i\000n\000t\000\040\000o\000f\000\040\000e\000v\000a\000l\000u\000a\000t\000i\000o\000n)
endobj
161 0 obj
-<< /S /GoTo /D (subsubsection.3.3.2.6) >>
+<< /S /GoTo /D (subsubsection.3.3.2.4) >>
endobj
164 0 obj
-(\376\377\0003\000.\0003\000.\0002\000.\0006\000\040\000C\000o\000m\000p\000a\000c\000t\040\023\000f\000o\000r\000m\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s)
+(\376\377\0003\000.\0003\000.\0002\000.\0004\000\040\000U\000p\000r\000i\000g\000h\000t\000\040\000t\000e\000x\000t\000-\000s\000t\000y\000l\000e\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s)
endobj
165 0 obj
-<< /S /GoTo /D (subsubsection.3.3.2.7) >>
+<< /S /GoTo /D (subsubsection.3.3.2.5) >>
endobj
168 0 obj
-(\376\377\0003\000.\0003\000.\0002\000.\0007\000\040\000D\000,\000\040\000\134\000d\000e\000l\000t\000a\000,\000\040\000\134\000D\000e\000l\000t\000a\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s)
+(\376\377\0003\000.\0003\000.\0002\000.\0005\000\040\000S\000l\000a\000s\000h\000-\000f\000r\000a\000c\000t\000i\000o\000n\000\040\000s\000t\000y\000l\000e\000s)
endobj
169 0 obj
-<< /S /GoTo /D (subsection.3.3.3) >>
+<< /S /GoTo /D (subsubsection.3.3.2.6) >>
endobj
172 0 obj
-(\376\377\0003\000.\0003\000.\0003\000\040\000O\000t\000h\000e\000r\000\040\000n\000o\000t\000a\000t\000i\000o\000n\000s)
+(\376\377\0003\000.\0003\000.\0002\000.\0006\000\040\000C\000o\000m\000p\000a\000c\000t\040\023\000f\000o\000r\000m\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s)
endobj
173 0 obj
-<< /S /GoTo /D (section.3.4) >>
+<< /S /GoTo /D (subsubsection.3.3.2.7) >>
endobj
176 0 obj
-(\376\377\0003\000.\0004\000\040\000D\000e\000f\000a\000u\000l\000t\000s\000:\000\040\000s\000e\000t\000t\000i\000n\000g\000\040\000y\000o\000u\000r\000\040\000o\000w\000n)
+(\376\377\0003\000.\0003\000.\0002\000.\0007\000\040\000D\000,\000\040\000\134\000d\000e\000l\000t\000a\000,\000\040\000\134\000D\000e\000l\000t\000a\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000s)
endobj
177 0 obj
-<< /S /GoTo /D (subsection.3.4.1) >>
+<< /S /GoTo /D (subsection.3.3.3) >>
endobj
180 0 obj
-(\376\377\0003\000.\0004\000.\0001\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000s\000\040\000i\000n\000\040\000D\000I\000F)
+(\376\377\0003\000.\0003\000.\0003\000\040\000O\000t\000h\000e\000r\000\040\000n\000o\000t\000a\000t\000i\000o\000n\000s)
endobj
181 0 obj
-<< /S /GoTo /D (chapter.4) >>
+<< /S /GoTo /D (section.3.4) >>
endobj
184 0 obj
-(\376\377\0004\000\040\000D\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000l\000s\000\040\000a\000n\000d\000\040\000j\000a\000c\000o\000b\000i\000a\000n\000s)
+(\376\377\0003\000.\0004\000\040\000D\000e\000f\000a\000u\000l\000t\000s\000:\000\040\000s\000e\000t\000t\000i\000n\000g\000\040\000y\000o\000u\000r\000\040\000o\000w\000n)
endobj
185 0 obj
-<< /S /GoTo /D (section.4.1) >>
+<< /S /GoTo /D (subsection.3.4.1) >>
endobj
188 0 obj
-(\376\377\0004\000.\0001\000\040\000D\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000l\000s)
+(\376\377\0003\000.\0004\000.\0001\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000s\000\040\000i\000n\000\040\000D\000I\000F)
endobj
189 0 obj
-<< /S /GoTo /D (subsection.4.1.1) >>
+<< /S /GoTo /D (chapter.4) >>
endobj
192 0 obj
-(\376\377\0004\000.\0001\000.\0001\000\040\000T\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F\000L)
+(\376\377\0004\000\040\000D\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000l\000s\000\040\000a\000n\000d\000\040\000j\000a\000c\000o\000b\000i\000a\000n\000s)
endobj
193 0 obj
-<< /S /GoTo /D (subsection.4.1.2) >>
+<< /S /GoTo /D (section.4.1) >>
endobj
196 0 obj
-(\376\377\0004\000.\0001\000.\0002\000\040\000S\000y\000n\000t\000a\000x\000\040\000a\000n\000d\000\040\000o\000p\000t\000i\000o\000n\000s)
+(\376\377\0004\000.\0001\000\040\000D\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000l\000s)
endobj
197 0 obj
-<< /S /GoTo /D (subsection.4.1.3) >>
+<< /S /GoTo /D (subsection.4.1.1) >>
endobj
200 0 obj
-(\376\377\0004\000.\0001\000.\0003\000\040\000V\000a\000r\000i\000a\000n\000t\000\040\000f\000o\000r\000m\000s\000\040\000o\000f\000\040\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000l)
+(\376\377\0004\000.\0001\000.\0001\000\040\000T\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F\000L)
endobj
201 0 obj
-<< /S /GoTo /D (subsubsection.4.1.3.1) >>
+<< /S /GoTo /D (subsection.4.1.2) >>
endobj
204 0 obj
-(\376\377\0004\000.\0001\000.\0003\000.\0001\000\040\000L\000i\000n\000e\000\040\000e\000l\000e\000m\000e\000n\000t\000s)
+(\376\377\0004\000.\0001\000.\0002\000\040\000S\000y\000n\000t\000a\000x\000\040\000a\000n\000d\000\040\000o\000p\000t\000i\000o\000n\000s)
endobj
205 0 obj
-<< /S /GoTo /D (subsection.4.1.4) >>
+<< /S /GoTo /D (subsection.4.1.3) >>
endobj
208 0 obj
-(\376\377\0004\000.\0001\000.\0004\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000s)
+(\376\377\0004\000.\0001\000.\0003\000\040\000V\000a\000r\000i\000a\000n\000t\000\040\000f\000o\000r\000m\000s\000\040\000o\000f\000\040\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000l)
endobj
209 0 obj
-<< /S /GoTo /D (subsection.4.1.5) >>
+<< /S /GoTo /D (subsubsection.4.1.3.1) >>
endobj
212 0 obj
-(\376\377\0004\000.\0001\000.\0005\000\040\000R\000a\000t\000i\000o\000n\000a\000l\000e)
+(\376\377\0004\000.\0001\000.\0003\000.\0001\000\040\000L\000i\000n\000e\000\040\000e\000l\000e\000m\000e\000n\000t\000s)
endobj
213 0 obj
-<< /S /GoTo /D (section.4.2) >>
+<< /S /GoTo /D (subsection.4.1.4) >>
endobj
216 0 obj
-(\376\377\0004\000.\0002\000\040\000J\000a\000c\000o\000b\000i\000a\000n\000s)
+(\376\377\0004\000.\0001\000.\0004\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000s)
endobj
217 0 obj
-<< /S /GoTo /D (subsection.4.2.1) >>
+<< /S /GoTo /D (subsection.4.1.5) >>
endobj
220 0 obj
-(\376\377\0004\000.\0002\000.\0001\000\040\000T\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F\000J)
+(\376\377\0004\000.\0001\000.\0005\000\040\000R\000a\000t\000i\000o\000n\000a\000l\000e)
endobj
221 0 obj
-<< /S /GoTo /D (subsection.4.2.2) >>
+<< /S /GoTo /D (section.4.2) >>
endobj
224 0 obj
-(\376\377\0004\000.\0002\000.\0002\000\040\000S\000y\000n\000t\000a\000x\000\040\000a\000n\000d\000\040\000v\000a\000r\000i\000a\000n\000t\000\040\000f\000o\000r\000m\000s)
+(\376\377\0004\000.\0002\000\040\000J\000a\000c\000o\000b\000i\000a\000n\000s)
endobj
225 0 obj
-<< /S /GoTo /D (subsection.4.2.3) >>
+<< /S /GoTo /D (subsection.4.2.1) >>
endobj
228 0 obj
-(\376\377\0004\000.\0002\000.\0003\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000s)
+(\376\377\0004\000.\0002\000.\0001\000\040\000T\000e\000m\000p\000l\000a\000t\000e\000\040\000D\000I\000F\000J)
endobj
229 0 obj
-<< /S /GoTo /D (chapter.5) >>
+<< /S /GoTo /D (subsection.4.2.2) >>
endobj
232 0 obj
-(\376\377\0005\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
+(\376\377\0004\000.\0002\000.\0002\000\040\000S\000y\000n\000t\000a\000x\000\040\000a\000n\000d\000\040\000v\000a\000r\000i\000a\000n\000t\000\040\000f\000o\000r\000m\000s)
endobj
233 0 obj
-<< /S /GoTo /D (section.5.1) >>
+<< /S /GoTo /D (subsection.4.2.3) >>
endobj
236 0 obj
-(\376\377\0005\000.\0001\000\040\000C\000o\000m\000m\000a\000n\000d\000s)
+(\376\377\0004\000.\0002\000.\0003\000\040\000C\000h\000a\000n\000g\000i\000n\000g\000\040\000d\000e\000f\000a\000u\000l\000t\000s)
endobj
237 0 obj
-<< /S /GoTo /D (section.5.2) >>
+<< /S /GoTo /D (chapter.5) >>
endobj
240 0 obj
-(\376\377\0005\000.\0002\000\040\000T\000e\000m\000p\000l\000a\000t\000e\000s)
+(\376\377\0005\000\040\000R\000e\000f\000e\000r\000e\000n\000c\000e)
endobj
241 0 obj
-<< /S /GoTo /D (subsection.5.2.1) >>
+<< /S /GoTo /D (section.5.1) >>
endobj
244 0 obj
-(\376\377\0005\000.\0002\000.\0001\000\040\000D\000I\000F\000\040\000\050\000p\000r\000i\000m\000o\000g\000e\000n\000i\000t\000o\000r\000\051)
+(\376\377\0005\000.\0001\000\040\000C\000o\000m\000m\000a\000n\000d\000s)
endobj
245 0 obj
-<< /S /GoTo /D (subsection.5.2.2) >>
+<< /S /GoTo /D (section.5.2) >>
endobj
248 0 obj
-(\376\377\0005\000.\0002\000.\0002\000\040\000D\000I\000F\000F\000\040\000\050\000u\000p\000r\000i\000g\000h\000t\000-\000f\000r\000a\000c\000t\000i\000o\000n\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000\051)
+(\376\377\0005\000.\0002\000\040\000T\000e\000m\000p\000l\000a\000t\000e\000s)
endobj
249 0 obj
-<< /S /GoTo /D (subsubsection.5.2.2.1) >>
+<< /S /GoTo /D (subsection.5.2.1) >>
endobj
252 0 obj
-(\376\377\0005\000.\0002\000.\0002\000.\0001\000\040\000D\000I\000F\000F\000P)
+(\376\377\0005\000.\0002\000.\0001\000\040\000D\000I\000F\000\040\000\050\000p\000r\000i\000m\000o\000g\000e\000n\000i\000t\000o\000r\000\051)
endobj
253 0 obj
-<< /S /GoTo /D (subsection.5.2.3) >>
+<< /S /GoTo /D (subsection.5.2.2) >>
endobj
256 0 obj
-(\376\377\0005\000.\0002\000.\0003\000\040\000D\000I\000F\000S\000\040\000\050\000s\000l\000a\000s\000h\000-\000f\000r\000a\000c\000t\000i\000o\000n\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000\051)
+(\376\377\0005\000.\0002\000.\0002\000\040\000D\000I\000F\000F\000\040\000\050\000u\000p\000r\000i\000g\000h\000t\000-\000f\000r\000a\000c\000t\000i\000o\000n\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000\051)
endobj
257 0 obj
-<< /S /GoTo /D (subsubsection.5.2.3.1) >>
+<< /S /GoTo /D (subsubsection.5.2.2.1) >>
endobj
260 0 obj
-(\376\377\0005\000.\0002\000.\0003\000.\0001\000\040\000D\000I\000F\000S\000P)
+(\376\377\0005\000.\0002\000.\0002\000.\0001\000\040\000D\000I\000F\000F\000P)
endobj
261 0 obj
-<< /S /GoTo /D (subsection.5.2.4) >>
+<< /S /GoTo /D (subsection.5.2.3) >>
endobj
264 0 obj
-(\376\377\0005\000.\0002\000.\0004\000\040\000D\000I\000F\000C\000\040\000\050\000c\000o\000m\000p\000a\000c\000t\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000\051)
+(\376\377\0005\000.\0002\000.\0003\000\040\000D\000I\000F\000S\000\040\000\050\000s\000l\000a\000s\000h\000-\000f\000r\000a\000c\000t\000i\000o\000n\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000\051)
endobj
265 0 obj
-<< /S /GoTo /D (subsubsection.5.2.4.1) >>
+<< /S /GoTo /D (subsubsection.5.2.3.1) >>
endobj
268 0 obj
-(\376\377\0005\000.\0002\000.\0004\000.\0001\000\040\000D\000I\000F\000C\000P)
+(\376\377\0005\000.\0002\000.\0003\000.\0001\000\040\000D\000I\000F\000S\000P)
endobj
269 0 obj
-<< /S /GoTo /D (subsection.5.2.5) >>
+<< /S /GoTo /D (subsection.5.2.4) >>
endobj
272 0 obj
-(\376\377\0005\000.\0002\000.\0005\000\040\000D\000I\000F\000J\000\040\000\050\000j\000a\000c\000o\000b\000i\000a\000n\000\051)
+(\376\377\0005\000.\0002\000.\0004\000\040\000D\000I\000F\000C\000\040\000\050\000c\000o\000m\000p\000a\000c\000t\000\040\000d\000e\000r\000i\000v\000a\000t\000i\000v\000e\000\051)
endobj
273 0 obj
-<< /S /GoTo /D (subsection.5.2.6) >>
+<< /S /GoTo /D (subsubsection.5.2.4.1) >>
endobj
276 0 obj
-(\376\377\0005\000.\0002\000.\0006\000\040\000D\000I\000F\000L\000\040\000\050\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000l\000\051)
+(\376\377\0005\000.\0002\000.\0004\000.\0001\000\040\000D\000I\000F\000C\000P)
endobj
277 0 obj
-<< /S /GoTo /D (section.5.3) >>
+<< /S /GoTo /D (subsection.5.2.5) >>
endobj
280 0 obj
-(\376\377\0005\000.\0003\000\040\000T\000h\000e\000\040\000f\000i\000l\000e\000\040\000d\000i\000f\000f\000c\000o\000e\000f\000f\0005\000.\000d\000e\000f)
+(\376\377\0005\000.\0002\000.\0005\000\040\000D\000I\000F\000J\000\040\000\050\000j\000a\000c\000o\000b\000i\000a\000n\000\051)
endobj
281 0 obj
-<< /S /GoTo /D (section.5.4) >>
+<< /S /GoTo /D (subsection.5.2.6) >>
endobj
284 0 obj
-(\376\377\0005\000.\0004\000\040\000P\000r\000e\000a\000m\000b\000l\000e\000\040\000d\000e\000f\000i\000n\000i\000t\000i\000o\000n\000s)
+(\376\377\0005\000.\0002\000.\0006\000\040\000D\000I\000F\000L\000\040\000\050\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000l\000\051)
endobj
285 0 obj
-<< /S /GoTo /D (section.5.5) >>
+<< /S /GoTo /D (section.5.3) >>
endobj
288 0 obj
-(\376\377\0005\000.\0005\000\040\000\134\000D\000e\000c\000l\000a\000r\000e\000C\000h\000i\000l\000d\000T\000e\000m\000p\000l\000a\000t\000e)
+(\376\377\0005\000.\0003\000\040\000T\000h\000e\000\040\000f\000i\000l\000e\000\040\000d\000i\000f\000f\000c\000o\000e\000f\000f\0005\000.\000d\000e\000f)
endobj
289 0 obj
-<< /S /GoTo /D (section.5.6) >>
+<< /S /GoTo /D (section.5.4) >>
endobj
292 0 obj
-(\376\377\0005\000.\0006\000\040\000V\000e\000r\000s\000i\000o\000n\000\040\000h\000i\000s\000t\000o\000r\000y)
+(\376\377\0005\000.\0004\000\040\000P\000r\000e\000a\000m\000b\000l\000e\000\040\000d\000e\000f\000i\000n\000i\000t\000i\000o\000n\000s)
endobj
293 0 obj
-<< /S /GoTo /D [294 0 R /Fit] >>
+<< /S /GoTo /D (section.5.5) >>
endobj
296 0 obj
+(\376\377\0005\000.\0005\000\040\000\134\000D\000e\000c\000l\000a\000r\000e\000C\000h\000i\000l\000d\000T\000e\000m\000p\000l\000a\000t\000e)
+endobj
+297 0 obj
+<< /S /GoTo /D (section.5.6) >>
+endobj
+300 0 obj
+(\376\377\0005\000.\0006\000\040\000V\000e\000r\000s\000i\000o\000n\000\040\000h\000i\000s\000t\000o\000r\000y)
+endobj
+301 0 obj
+<< /S /GoTo /D [302 0 R /Fit] >>
+endobj
+304 0 obj
<<
-/Length 362
+/Length 359
/Filter /FlateDecode
>>
stream
-xuRMO@WqIoI5i<x z Bnzzdy3o0rb̛|uy+A$yMV`TFE֐"ϴj]]'/+OE,p&I2QQ$`GKxxP\G$$AXnzo)F8e5}/GJ:ӆT)И8S5QqV %)I imD]4|FXꆱWϕr߇/[
-bw2oø _O
+xuRMK@WqosS
+CA=dSWۦ}vR^̼7` &L32 H4=ր3Ayꎽ.};/>GRsEi<HY)*Y?e 12 Hf
+}{i-,+hu1b0-"d` ͖Oa4,V/ٍqE }]|J1 TcjDAޒ "6&v4 Um0nzRy>lc}n ;s
+Ԍew<NQ=HTp0KϿ6Gub%Êx)O.f3e*=8._׳
endstream
endobj
-294 0 obj
+302 0 obj
<<
/Type /Page
-/Contents 296 0 R
-/Resources 295 0 R
+/Contents 304 0 R
+/Resources 303 0 R
/MediaBox [0 0 612 792]
-/Parent 303 0 R
+/Parent 311 0 R
>>
endobj
-297 0 obj
+305 0 obj
<<
-/D [294 0 R /XYZ 132.768 705.06 null]
+/D [302 0 R /XYZ 132.768 705.06 null]
>>
endobj
-298 0 obj
+306 0 obj
<<
-/D [294 0 R /XYZ 133.768 667.198 null]
+/D [302 0 R /XYZ 133.768 667.198 null]
>>
endobj
-295 0 obj
+303 0 obj
<<
-/Font << /F35 299 0 R /F34 300 0 R /F58 301 0 R /F73 302 0 R >>
+/Font << /F35 307 0 R /F34 308 0 R /F58 309 0 R /F73 310 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-306 0 obj
+314 0 obj
<<
-/Length 1327
+/Length 1322
/Filter /FlateDecode
>>
stream
-xڵWߏ4~_Tl'AwH鄮BH)Iz3c٤Nd)#ŗosEJZazGD!i BPYomݦ[[G+,JpZ"~]ո.~! (+$[$OC"$F,L όYEea
-Y<_=q#͹$*)gybj!d2P & O\ Y٫CQ!Կ64LI%F>Kj̐ogR!%ҷ2r
-13x
-Zh1i]A[wMBLj_c.Вj!nFΰ]\g.lNq]R"ːgB_nf.
-wY#]2[m  hB=Ze7[5A71
-x7P>&{ C;{P&AϡIүCڹڍx%șsP
-j-0!Elx@82@ePU#/ u5Ue>a+ }1KrZT>qQFU`3@uPkd1)cۄz{%<"vVe:.nfjc-g7/hvwsܺ=F!V@T ͂-`7=|f81< w#OaCmCoi3|0_mwQf =FĪtӹr8N}";mI뿂L(L30>Ju 7KǨ@4њxT M=ojW}CX7 fl
+xڭWݏ4_Tl ;$tBW!}Hw\Ҕ$݂ߙ]o p<O癟4yHhÊzm&dOx.HFu8'd['waj\o}50 ?Dl8# !&_(Jh.Ӵz#(OK?(hIY !ςYID!-j%(!QΤ7QW<O? ί.ǰyhGk_Cٟ׹HoP~e2=A.MHe
+hI0p-$̓bk0S &'YCh^'JˍΣu1nPQ^
+NC-G6Ǧ/rw?{kR)GVh_sGCl M6:zB 8!^J%58WoW d4a W/ IծniR!LD'ONMrGm4ikN㉦DFx?+%n$ R2{(b;x]c:~IVDf %GҋՂ!F oh)v9+E`Y uK-fCɒy!*&]3ta6 :z̕ y?{h) v'یU%Dx}cQRh^+#80t*ֳ
+ !N=bsPE@#2la's#4;|5
+Z6.O# mÄH}T1I
+xfE :3-)M_d d_'ZΠv/hvjߚ3+G q)nb` ;aOe,|
endstream
endobj
-305 0 obj
+313 0 obj
<<
/Type /Page
-/Contents 306 0 R
-/Resources 304 0 R
+/Contents 314 0 R
+/Resources 312 0 R
/MediaBox [0 0 612 792]
-/Parent 303 0 R
+/Parent 311 0 R
>>
endobj
-304 0 obj
+312 0 obj
<<
-/Font << /F74 307 0 R /F75 308 0 R /F33 309 0 R /F90 310 0 R /F76 311 0 R /F78 312 0 R /F38 313 0 R /F41 314 0 R >>
+/Font << /F74 315 0 R /F75 316 0 R /F33 317 0 R /F90 318 0 R /F76 319 0 R /F78 320 0 R /F38 321 0 R /F41 322 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-319 0 obj
+327 0 obj
<<
-/Length 2348
+/Length 2340
/Filter /FlateDecode
>>
stream
-xڵr]_<-JU<$[yS%hc++_n4x KqUmA|{A4+gI?/־?O
-5&= W2R|Ri%_կDT.C6LP\m,SiN*Pp&M*_ ֦,as<>a.ci AQ'(b "B_OH-.и h46g
-#vY:ǑbdC]5=UU8c20F"Lb-ߧ<dYz^ ȍ$ FJwmG s9"3 tvF=SťpaymCOhq`[[iJGMzl"[ Lٱ\jb%sSX#?8JQpQQ[%тq#Mv舸i9"}!3/H | n?
+xڥn]_>Jc΍3D_u>4h>LZZVrIzd+s=l<$YM<I2 HZ~ l&QfM nȜ\)*Izoby֨`E.np)m+d:%}{[iUepCv{~"զ;uݿ޼r9Kv2YȻ3F/Έ+?KU7}(`y#x 9MjetG<x̑Ga<A5 "ުsQN4(0@_Fіbד0L89+tP܉BsY5txlF*B5`S2g>d:{<40k>dRjl[arIIpӱ{pC}LǮ|\y>݂A&
+."Kp6in'Ĵ„Ng2}w L"[_d
+FQiR+GW qw
+'i w'%B_٤8uX
+I|.1Exp -
+|-Wmm|h%8z=wiPI~ǫ+waV,˜|s(>Ybuֻ.-uWj7NzEEi!ȯibB%igj `;#!TB\$˜mvj+1l XWqA du&:>0ӥ"֟7yaf]1 DcdP|4{6NS 0U rGw7%Jc MLeUr
+~I5j 29zjyl=tn`BU
+Uf޽㠢)/8<gh6` #_4+p`ݭА(˩)wiY
+A<9@ PׯqBF`dFWL^l`# 2җ=cK/B
+…(`Xz:C*Ob-;~)EkdGBK
+Uguy g|Y*('pWMXRCЄ/)XS["oZFќ?x $~sfp=L 7دA3
+?nN~;
endstream
endobj
-318 0 obj
+326 0 obj
<<
/Type /Page
-/Contents 319 0 R
-/Resources 317 0 R
+/Contents 327 0 R
+/Resources 325 0 R
/MediaBox [0 0 612 792]
-/Parent 303 0 R
-/Annots [ 315 0 R 316 0 R ]
+/Parent 311 0 R
+/Annots [ 323 0 R 324 0 R ]
>>
endobj
-315 0 obj
+323 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.247 288.773 216.97 299.566]
+/Rect [202.247 300.728 216.97 311.521]
/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-316 0 obj
+324 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [221.066 288.773 235.788 299.566]
+/Rect [221.066 300.728 235.788 311.521]
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-320 0 obj
+328 0 obj
<<
-/D [318 0 R /XYZ 133.768 653.26 null]
+/D [326 0 R /XYZ 133.768 653.26 null]
>>
endobj
-321 0 obj
+329 0 obj
<<
-/D [318 0 R /XYZ 133.768 405.737 null]
+/D [326 0 R /XYZ 133.768 417.692 null]
>>
endobj
-317 0 obj
+325 0 obj
<<
-/Font << /F74 307 0 R /F33 309 0 R /F75 308 0 R /F38 313 0 R /F78 312 0 R /F41 314 0 R /F76 311 0 R >>
+/Font << /F74 315 0 R /F33 317 0 R /F75 316 0 R /F38 321 0 R /F78 320 0 R /F41 322 0 R /F76 319 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-357 0 obj
+365 0 obj
<<
-/Length 1461
+/Length 1373
/Filter /FlateDecode
>>
stream
-xY]sF}੅@u7}I L_߻, *O`Kr=ܳWpB"L.^P4R g2w!aBPg2s>W#-ߓ.,:±7a-A(Y*t|E+܏v,|6"͂[9}C\zpBvA4P:>Bb,P{aFS kа+!n6mrgaԘZ!&ic.&S
-Ku?lDg?*,:Yc̍
-躃C b_S Z5a}8$qPwϨ ܕzmkmk
-2wEЗUP͚z(Ig O+
-5#-':ƫՊ;4Y%$Dg286d, (@JԃC3Hn6`L67j<(l\xq3pmGpJ؅Tp\PjV LnY@Vi*bBY-(i$e.Z$㣏oBcm.:ʠM,ė-D|F:}cKmvP[/l"c_.odfŋZRLxOx]%/ &2pr]4U޿Ȣ8i*xp9=.JREgh^y|v:"/]&z^d h{D̉q%q»ƪ=gAJck~9VX
+xY]sF}੅BoyrMg:S,d&4 $,Jk{瞽
+:a}mvrfK9Lg*<RK3Wt k @rRsT-V-<_b澇5[V7 6O|1#ҽ
+$cflBݏxa~W
+v%7fbDn, RN]/""Zؼ;d 4pQS*uJ\Bǘp
+y>FZN"JݛM<OՊ[U\[)";$Die<6
+@PEh
+ bg
+ J^ 1j٭# # ס}Xq忉50"L|Mħprh˓\aepQU>ķ)P}N {7H׫E Vlm\u)F.&pޔ&M٧q)~ryJj-0DI(*Ṱ6?U'iGlyHWS,5.  Aͩq1B0鬮?oj~F[G*
endstream
endobj
-356 0 obj
+364 0 obj
<<
/Type /Page
-/Contents 357 0 R
-/Resources 355 0 R
+/Contents 365 0 R
+/Resources 363 0 R
/MediaBox [0 0 612 792]
-/Parent 303 0 R
-/Annots [ 322 0 R 323 0 R 324 0 R 325 0 R 326 0 R 327 0 R 328 0 R 329 0 R 330 0 R 331 0 R 332 0 R 333 0 R 334 0 R 335 0 R 336 0 R 337 0 R 338 0 R 339 0 R 340 0 R 341 0 R 342 0 R 343 0 R 344 0 R 345 0 R 346 0 R 347 0 R 348 0 R 349 0 R 350 0 R 351 0 R 352 0 R 353 0 R ]
+/Parent 311 0 R
+/Annots [ 330 0 R 331 0 R 332 0 R 333 0 R 334 0 R 335 0 R 336 0 R 337 0 R 338 0 R 339 0 R 340 0 R 341 0 R 342 0 R 343 0 R 344 0 R 345 0 R 346 0 R 347 0 R 348 0 R 349 0 R 350 0 R 351 0 R 352 0 R 353 0 R 354 0 R 355 0 R 356 0 R 357 0 R 358 0 R 359 0 R 360 0 R 361 0 R ]
>>
endobj
-322 0 obj
+330 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -593,7 +618,7 @@ endobj
/A << /S /GoTo /D (chapter.1) >>
>>
endobj
-323 0 obj
+331 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -602,7 +627,7 @@ endobj
/A << /S /GoTo /D (section.1.1) >>
>>
endobj
-324 0 obj
+332 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -611,7 +636,7 @@ endobj
/A << /S /GoTo /D (section.1.2) >>
>>
endobj
-325 0 obj
+333 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -620,7 +645,7 @@ endobj
/A << /S /GoTo /D (chapter.2) >>
>>
endobj
-326 0 obj
+334 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -629,7 +654,7 @@ endobj
/A << /S /GoTo /D (section.2.1) >>
>>
endobj
-327 0 obj
+335 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -638,7 +663,7 @@ endobj
/A << /S /GoTo /D (section.2.2) >>
>>
endobj
-328 0 obj
+336 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -647,7 +672,7 @@ endobj
/A << /S /GoTo /D (subsection.2.2.1) >>
>>
endobj
-329 0 obj
+337 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -656,7 +681,7 @@ endobj
/A << /S /GoTo /D (subsubsection.2.2.1.1) >>
>>
endobj
-330 0 obj
+338 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -665,631 +690,655 @@ endobj
/A << /S /GoTo /D (subsection.2.2.2) >>
>>
endobj
-331 0 obj
+339 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 397.21 330.614 406.066]
+/A << /S /GoTo /D (subsubsection.2.2.2.1) >>
+>>
+endobj
+340 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 395.273 327.403 406.066]
+/Rect [170.63 383.318 327.403 394.111]
/A << /S /GoTo /D (subsection.2.2.3) >>
>>
endobj
-332 0 obj
+341 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 383.318 385.878 394.111]
+/Rect [202.511 371.363 385.878 382.156]
/A << /S /GoTo /D (subsubsection.2.2.3.1) >>
>>
endobj
-333 0 obj
+342 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 371.363 350.65 382.156]
+/Rect [202.511 359.408 350.65 370.2]
/A << /S /GoTo /D (subsubsection.2.2.3.2) >>
>>
endobj
-334 0 obj
+343 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 358.854 391.857 370.809]
+/Rect [170.63 346.899 391.857 358.854]
/A << /S /GoTo /D (subsection.2.2.4) >>
>>
endobj
-335 0 obj
+344 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 347.453 298.927 358.245]
+/Rect [202.511 335.497 298.927 346.29]
/A << /S /GoTo /D (subsubsection.2.2.4.1) >>
>>
endobj
-336 0 obj
+345 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 335.497 354.302 346.29]
+/Rect [202.511 323.542 354.302 334.335]
/A << /S /GoTo /D (subsubsection.2.2.4.2) >>
>>
endobj
-337 0 obj
+346 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 323.266 382.945 334.335]
+/Rect [202.511 311.31 382.945 322.38]
/A << /S /GoTo /D (subsubsection.2.2.4.3) >>
>>
endobj
-338 0 obj
+347 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 311.587 313.374 322.38]
+/Rect [170.63 299.632 313.374 310.425]
/A << /S /GoTo /D (subsection.2.2.5) >>
>>
endobj
-339 0 obj
+348 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 299.632 392.188 310.425]
+/Rect [202.511 287.677 392.188 298.469]
/A << /S /GoTo /D (subsubsection.2.2.5.1) >>
>>
endobj
-340 0 obj
+349 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 288.787 424.179 298.525]
+/Rect [202.511 277.659 330.614 286.514]
/A << /S /GoTo /D (subsubsection.2.2.5.2) >>
>>
endobj
-341 0 obj
+350 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 277.659 296.547 286.514]
+/Rect [202.511 263.766 404.586 274.559]
/A << /S /GoTo /D (subsubsection.2.2.5.3) >>
>>
endobj
-342 0 obj
+351 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 263.766 311.048 274.559]
+/Rect [202.511 253.748 296.547 262.604]
/A << /S /GoTo /D (subsubsection.2.2.5.4) >>
>>
endobj
-343 0 obj
+352 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 253.748 424.012 262.604]
+/Rect [202.511 239.856 311.048 250.649]
/A << /S /GoTo /D (subsubsection.2.2.5.5) >>
>>
endobj
-344 0 obj
+353 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 239.856 366.036 250.649]
+/Rect [202.511 229.838 424.012 238.694]
/A << /S /GoTo /D (subsubsection.2.2.5.6) >>
>>
endobj
-345 0 obj
+354 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [202.511 215.946 366.036 226.738]
+/A << /S /GoTo /D (subsubsection.2.2.5.7) >>
+>>
+endobj
+355 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 227.901 366.563 238.694]
+/Rect [170.63 203.991 366.563 214.783]
/A << /S /GoTo /D (subsection.2.2.6) >>
>>
endobj
-346 0 obj
+356 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 205.983 303.094 216.877]
+/Rect [132.772 182.073 303.094 192.967]
/A << /S /GoTo /D (chapter.3) >>
>>
endobj
-347 0 obj
+357 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 194.028 256.032 204.821]
+/Rect [147.716 170.118 256.032 180.91]
/A << /S /GoTo /D (section.3.1) >>
>>
endobj
-348 0 obj
+358 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 182.073 310.301 192.865]
+/Rect [147.716 158.162 310.301 168.955]
/A << /S /GoTo /D (section.3.2) >>
>>
endobj
-349 0 obj
+359 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 170.118 434.281 180.91]
+/Rect [170.63 146.207 434.281 157]
/A << /S /GoTo /D (subsection.3.2.1) >>
>>
endobj
-350 0 obj
+360 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 158.162 423.571 168.955]
+/Rect [170.63 134.252 423.571 145.045]
/A << /S /GoTo /D (subsection.3.2.2) >>
>>
endobj
-351 0 obj
+361 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 146.207 425.674 157]
+/Rect [170.63 122.297 425.674 133.09]
/A << /S /GoTo /D (subsection.3.2.3) >>
>>
endobj
-352 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 134.252 426.061 145.045]
-/A << /S /GoTo /D (subsection.3.2.4) >>
->>
-endobj
-353 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 123.407 338.859 133.145]
-/A << /S /GoTo /D (section.3.3) >>
->>
-endobj
-358 0 obj
+366 0 obj
<<
-/D [356 0 R /XYZ 132.768 705.06 null]
+/D [364 0 R /XYZ 132.768 705.06 null]
>>
endobj
-359 0 obj
+367 0 obj
<<
-/D [356 0 R /XYZ 133.768 667.198 null]
+/D [364 0 R /XYZ 133.768 667.198 null]
>>
endobj
-355 0 obj
+363 0 obj
<<
-/Font << /F92 360 0 R /F74 307 0 R /F33 309 0 R /F75 308 0 R >>
+/Font << /F92 368 0 R /F74 315 0 R /F33 317 0 R /F75 316 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-403 0 obj
+413 0 obj
<<
-/Length 1454
+/Length 1600
/Filter /FlateDecode
>>
stream
-xMsFQU4|C\䲛 `ίSFbemrF;` 2>Y+-/ӳOr3(=\"B1_L(£1ƌӥ9t)8A;hwE_-ʂ컪4M4s s]k<lfRV;݆nC`"o3(!p1SJKJJűh#qu{ Pl[C*xvWz9zDl3?Z`yg'Js_/rB 2I/V-FRTMoH1.U[
-f,`>Zܥ: RX';A]QTWҏ4
-
+xZ[sF~#6}i*Ǚz2SO%I۸ga.+l/!8~=h9rG/;fo(yDfK̩GCAl<1fLIG Y8k̅'p$ѻ7I.cBƿϮ^I^~ H$}WW7*oDœr#\J=mm
+jIO6}`W1梌&Dayt#@a \BƊdl1$+mە
+_L
+1.
+_ h+wlWӈKYμ;k2I_J OX!"k"|p3<Lv2nr #ZDxCq"U$Xk=P)z>^ÏU8C1d-!~(MC
+)|8\;
+СϑEӄ.yX !-^zԛ07`ȹVaT}
+ɦWv+?nT6}fmS_ˍ=+#`͚0OLP{ӳށ8ξP8hc7
+ u#^.$v"<_
endstream
endobj
-402 0 obj
+412 0 obj
<<
/Type /Page
-/Contents 403 0 R
-/Resources 401 0 R
+/Contents 413 0 R
+/Resources 411 0 R
/MediaBox [0 0 612 792]
-/Parent 303 0 R
-/Annots [ 354 0 R 361 0 R 362 0 R 363 0 R 364 0 R 365 0 R 366 0 R 367 0 R 368 0 R 369 0 R 370 0 R 371 0 R 372 0 R 373 0 R 374 0 R 375 0 R 376 0 R 377 0 R 378 0 R 379 0 R 380 0 R 381 0 R 382 0 R 383 0 R 384 0 R 385 0 R 386 0 R 387 0 R 388 0 R 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R 394 0 R 395 0 R 396 0 R 397 0 R 398 0 R 399 0 R 400 0 R ]
+/Parent 311 0 R
+/Annots [ 362 0 R 369 0 R 370 0 R 371 0 R 372 0 R 373 0 R 374 0 R 375 0 R 376 0 R 377 0 R 378 0 R 379 0 R 380 0 R 381 0 R 382 0 R 383 0 R 384 0 R 385 0 R 386 0 R 387 0 R 388 0 R 389 0 R 390 0 R 391 0 R 392 0 R 393 0 R 394 0 R 395 0 R 396 0 R 397 0 R 398 0 R 399 0 R 400 0 R 401 0 R 402 0 R 403 0 R 404 0 R 405 0 R 406 0 R 407 0 R 408 0 R 409 0 R 410 0 R ]
>>
endobj
-354 0 obj
+362 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 656.239 261.954 665.095]
+/Rect [170.63 654.302 426.061 665.095]
+/A << /S /GoTo /D (subsection.3.2.4) >>
+>>
+endobj
+369 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [147.716 643.457 338.859 653.195]
+/A << /S /GoTo /D (section.3.3) >>
+>>
+endobj
+370 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [170.63 632.329 261.954 641.184]
/A << /S /GoTo /D (subsection.3.3.1) >>
>>
endobj
-361 0 obj
+371 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 642.347 315.891 653.139]
+/Rect [202.511 618.436 315.891 629.229]
/A << /S /GoTo /D (subsubsection.3.3.1.1) >>
>>
endobj
-362 0 obj
+372 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 630.392 295.551 641.184]
+/Rect [170.63 606.481 295.551 617.274]
/A << /S /GoTo /D (subsection.3.3.2) >>
>>
endobj
-363 0 obj
+373 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 618.436 338.86 629.229]
+/Rect [202.511 594.526 338.86 605.319]
/A << /S /GoTo /D (subsubsection.3.3.2.1) >>
>>
endobj
-364 0 obj
+374 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 606.481 403.396 617.274]
+/Rect [202.511 582.571 403.396 593.364]
/A << /S /GoTo /D (subsubsection.3.3.2.2) >>
>>
endobj
-365 0 obj
+375 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 596.463 327.957 605.319]
+/Rect [202.511 572.553 327.957 581.408]
/A << /S /GoTo /D (subsubsection.3.3.2.3) >>
>>
endobj
-366 0 obj
+376 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 582.571 372.818 593.364]
+/Rect [202.511 558.661 372.818 569.453]
/A << /S /GoTo /D (subsubsection.3.3.2.4) >>
>>
endobj
-367 0 obj
+377 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 570.616 332.164 581.408]
+/Rect [202.511 546.705 332.164 557.498]
/A << /S /GoTo /D (subsubsection.3.3.2.5) >>
>>
endobj
-368 0 obj
+378 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 558.661 359.477 569.453]
+/Rect [202.511 534.75 359.477 545.543]
/A << /S /GoTo /D (subsubsection.3.3.2.6) >>
>>
endobj
-369 0 obj
+379 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 546.152 369.967 558.107]
+/Rect [202.511 522.242 369.967 534.197]
/A << /S /GoTo /D (subsubsection.3.3.2.7) >>
>>
endobj
-370 0 obj
+380 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 536.687 273.772 545.543]
+/Rect [170.63 512.777 273.772 521.633]
/A << /S /GoTo /D (subsection.3.3.3) >>
>>
endobj
-371 0 obj
+381 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 522.795 288.854 533.588]
+/Rect [147.716 498.885 288.854 509.677]
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-372 0 obj
+382 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 510.84 314.136 521.633]
+/Rect [170.63 486.93 314.136 497.722]
/A << /S /GoTo /D (subsection.3.4.1) >>
>>
endobj
-373 0 obj
+383 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 488.922 282.365 499.816]
+/Rect [132.772 465.012 282.365 475.906]
/A << /S /GoTo /D (chapter.4) >>
>>
endobj
-374 0 obj
+384 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 478.904 225.148 487.76]
+/Rect [147.716 454.994 225.148 463.849]
/A << /S /GoTo /D (section.4.1) >>
>>
endobj
-375 0 obj
+385 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 465.012 269.426 475.804]
+/Rect [170.63 441.101 269.426 451.894]
/A << /S /GoTo /D (subsection.4.1.1) >>
>>
endobj
-376 0 obj
+386 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 453.057 288.964 463.849]
+/Rect [170.63 429.146 288.964 439.939]
/A << /S /GoTo /D (subsection.4.1.2) >>
>>
endobj
-377 0 obj
+387 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 443.039 325.576 451.894]
+/Rect [170.63 419.128 325.576 427.984]
/A << /S /GoTo /D (subsection.4.1.3) >>
>>
endobj
-378 0 obj
+388 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 431.083 305.043 439.939]
+/Rect [202.511 407.173 305.043 416.029]
/A << /S /GoTo /D (subsubsection.4.1.3.1) >>
>>
endobj
-379 0 obj
+389 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 417.191 283.429 427.984]
+/Rect [170.63 393.281 283.429 404.073]
/A << /S /GoTo /D (subsection.4.1.4) >>
>>
endobj
-380 0 obj
+390 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 407.173 246.152 416.029]
+/Rect [170.63 383.263 246.152 392.118]
/A << /S /GoTo /D (subsection.4.1.5) >>
>>
endobj
-381 0 obj
+391 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 395.218 214.881 404.073]
+/Rect [147.716 371.308 214.881 380.163]
/A << /S /GoTo /D (section.4.2) >>
>>
endobj
-382 0 obj
+392 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 381.326 269.426 392.118]
+/Rect [170.63 357.415 269.426 368.208]
/A << /S /GoTo /D (subsection.4.2.1) >>
>>
endobj
-383 0 obj
+393 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 369.37 315.31 380.163]
+/Rect [170.63 345.46 315.31 356.253]
/A << /S /GoTo /D (subsection.4.2.2) >>
>>
endobj
-384 0 obj
+394 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 357.415 283.429 368.208]
+/Rect [170.63 333.505 283.429 344.298]
/A << /S /GoTo /D (subsection.4.2.3) >>
>>
endobj
-385 0 obj
+395 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [132.772 337.435 198.983 346.392]
+/Rect [132.772 313.524 198.983 322.481]
/A << /S /GoTo /D (chapter.5) >>
>>
endobj
-386 0 obj
+396 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 325.479 221.383 334.335]
+/Rect [147.716 301.569 221.383 310.425]
/A << /S /GoTo /D (section.5.1) >>
>>
endobj
-387 0 obj
+397 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 311.587 217.233 322.38]
+/Rect [147.716 287.677 217.233 298.469]
/A << /S /GoTo /D (section.5.2) >>
>>
endobj
-388 0 obj
+398 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 299.078 287.221 311.034]
+/Rect [170.63 275.168 287.221 287.123]
/A << /S /GoTo /D (subsection.5.2.1) >>
>>
endobj
-389 0 obj
+399 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 287.123 350.872 299.078]
+/Rect [170.63 263.213 350.872 275.168]
/A << /S /GoTo /D (subsection.5.2.2) >>
>>
endobj
-390 0 obj
+400 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 277.659 271.502 285.925]
+/Rect [202.511 253.748 271.502 262.015]
/A << /S /GoTo /D (subsubsection.5.2.2.1) >>
>>
endobj
-391 0 obj
+401 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 263.213 340.162 275.168]
+/Rect [170.63 239.303 340.162 251.258]
/A << /S /GoTo /D (subsection.5.2.3) >>
>>
endobj
-392 0 obj
+402 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 253.748 271.502 262.015]
+/Rect [202.511 229.838 271.502 238.104]
/A << /S /GoTo /D (subsubsection.5.2.3.1) >>
>>
endobj
-393 0 obj
+403 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 239.303 318.714 251.258]
+/Rect [170.63 215.392 318.714 227.347]
/A << /S /GoTo /D (subsection.5.2.4) >>
>>
endobj
-394 0 obj
+404 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.511 229.838 271.502 238.104]
+/Rect [202.511 205.928 271.502 214.194]
/A << /S /GoTo /D (subsubsection.5.2.4.1) >>
>>
endobj
-395 0 obj
+405 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 215.392 272.747 227.347]
+/Rect [170.63 191.482 272.747 203.437]
/A << /S /GoTo /D (subsection.5.2.5) >>
>>
endobj
-396 0 obj
+406 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [170.63 203.437 283.014 215.392]
+/Rect [170.63 179.527 283.014 191.482]
/A << /S /GoTo /D (subsection.5.2.6) >>
>>
endobj
-397 0 obj
+407 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 193.973 282.377 202.828]
+/Rect [147.716 170.062 282.377 178.918]
/A << /S /GoTo /D (section.5.3) >>
>>
endobj
-398 0 obj
+408 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 182.017 261.677 190.873]
+/Rect [147.716 158.107 261.677 166.963]
/A << /S /GoTo /D (section.5.4) >>
>>
endobj
-399 0 obj
+409 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 167.848 282.46 178.973]
+/Rect [147.716 143.938 282.46 155.063]
/A << /S /GoTo /D (section.5.5) >>
>>
endobj
-400 0 obj
+410 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [147.716 156.17 238.376 166.963]
+/Rect [147.716 132.26 238.376 143.052]
/A << /S /GoTo /D (section.5.6) >>
>>
endobj
-404 0 obj
+414 0 obj
<<
-/D [402 0 R /XYZ 132.768 705.06 null]
+/D [412 0 R /XYZ 132.768 705.06 null]
>>
endobj
-401 0 obj
+411 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F74 307 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F74 315 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-408 0 obj
+418 0 obj
<<
/Length 1775
/Filter /FlateDecode
@@ -1310,17 +1359,17 @@ _]zAbgW[{Jb#%A-y.ëUWM VOuo:ƙ6D(MĉJ[ Y$ S
~i4֣Y8E=XギBKrw}prJQ<%(-ăeWA'94`+
endstream
endobj
-407 0 obj
+417 0 obj
<<
/Type /Page
-/Contents 408 0 R
-/Resources 406 0 R
+/Contents 418 0 R
+/Resources 416 0 R
/MediaBox [0 0 612 792]
-/Parent 303 0 R
-/Annots [ 405 0 R ]
+/Parent 311 0 R
+/Annots [ 415 0 R ]
>>
endobj
-405 0 obj
+415 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1329,67 +1378,73 @@ endobj
/A << /S /GoTo /D (Hfootnote.1) >>
>>
endobj
-409 0 obj
+419 0 obj
<<
-/D [407 0 R /XYZ 132.768 705.06 null]
+/D [417 0 R /XYZ 132.768 705.06 null]
>>
endobj
2 0 obj
<<
-/D [407 0 R /XYZ 133.768 667.198 null]
+/D [417 0 R /XYZ 133.768 667.198 null]
>>
endobj
6 0 obj
<<
-/D [407 0 R /XYZ 133.768 260.432 null]
+/D [417 0 R /XYZ 133.768 260.432 null]
>>
endobj
-411 0 obj
+421 0 obj
<<
-/D [407 0 R /XYZ 133.768 194.997 null]
+/D [417 0 R /XYZ 133.768 194.997 null]
>>
endobj
-412 0 obj
+422 0 obj
<<
-/D [407 0 R /XYZ 133.768 170.865 null]
+/D [417 0 R /XYZ 133.768 170.865 null]
>>
endobj
-414 0 obj
+424 0 obj
<<
-/D [407 0 R /XYZ 149.011 138.835 null]
+/D [417 0 R /XYZ 149.011 138.835 null]
>>
endobj
-406 0 obj
+416 0 obj
<<
-/Font << /F92 360 0 R /F75 308 0 R /F33 309 0 R /F90 310 0 R /F100 410 0 R /F96 413 0 R /F95 415 0 R /F97 416 0 R >>
+/Font << /F92 368 0 R /F75 316 0 R /F33 317 0 R /F90 318 0 R /F100 420 0 R /F96 423 0 R /F95 425 0 R /F97 426 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-424 0 obj
+434 0 obj
<<
-/Length 2241
+/Length 2249
/Filter /FlateDecode
>>
stream
-xڭX]s۸}ϯ[/`Ӧ}k7'es"^8
-=8n߇vYǸzjn`YeѨXsV2]YtW[t2tƤ̯sFq· j׷
-c؆XǑc2+,[.ƵQJE۞eptLd䮌zU(qsba93ĒMhW"=.Bcs|޷`|jl.Y`QҪ f>v(Ғk< uҊ;:cǾC.=(Қ<%K<ē~+?;kՖhb6ƈǦlCOnpo",`X
-~Cb?R2~%v{
- fI`Hn63B7r18 Hn5y0[Tꗓ$Nr!Dr .ZI\DH2Z gфM`g|jO<GB3962A<e<(]}j(Ԕ;7{ w ŠLH,Z^u|c<S|)}؟e]Z“
-P:1PCA#1%Pm1-ex@{˅* K}ii `˴xM} kBU+}K-\靅;w{wב}&|w%?H3?\MD\n—\@;\C\w{%T1djA"k+ɿ?k߼+UJ2a n#:ADNf<{ `
+xڭX]s۸}ϯ[/`Ӧ}k7'es"Q^8
+aP>>vձqE瘌e
+ְq{eRiѶC?]-+cyJaܪXrXL./d`S+P~E2 9L[,+X 8K;=@GwDzEiɌ5sO uҊ;::u_uC.=(Қ<%K<ē~+?;:bת-QVk-mz7M "|cDX6lvbR0UiCO9`~2:^y*:sk7'l%*$X'}
+XoS$òb
+i`yvq~\9א\ĔӶLg~)cc،?C \[h/_0̨_r5CDqN;>qdE~﫶QϨS@pcfi}Il<0f/NPtզᅤ/=@qq KBP~#Breg;)}oy 2_MtPvBͩi(MGwd?HcT/әsʘ{;~K³
+`Ñ.--rB9:ۆFjr13F E]4Sml} CؖPut|M_DMхVL7:Xʯ:h`\ش) ef$2TGe}164 !}P
+
+3(еV1ai ͙5vp2
+^W2e.hfs&G PnʟNUSPڗuq(:¼EbшUJSW-YH*;s=ۖK9],e^1H&ᴽhC0񴮫<yev*h;S4UE=$p6}cQ7@!@v*ѻY1k
+O3Gv@T!"qWt]_;ʓ"}Cy=LYDn+~pk>LJv;skq@8𙈒HVfW8E&X:C`Ypm޼)z@$BjɄgdsxCfV
+I2ٽ+2i c߲#CQU=ygؼsk(#<9adB5Sk a-H`Pv u&,IFS]۠)_?-}۪|eܟ#Tsr̨[>.8 nԯlЫ& 0#yyRϏ 4%l{p)cO1%9Iug{F1C̓-~ U!!Ơ7}/٣stJfImapQj<wN/j2Ӑƌ|p Kj!~O1P 7-N ŠNW|aUF"1xEN>T>(ZB/y)߶]n30+K WHZ]ƋbR eKbpE$}I=
+P:1,Pw{ EL TnLK1PovG-᱉zZ
endstream
endobj
-423 0 obj
+433 0 obj
<<
/Type /Page
-/Contents 424 0 R
-/Resources 422 0 R
+/Contents 434 0 R
+/Resources 432 0 R
/MediaBox [0 0 612 792]
-/Parent 433 0 R
-/Annots [ 417 0 R 418 0 R 419 0 R 420 0 R 421 0 R ]
+/Parent 443 0 R
+/Annots [ 427 0 R 428 0 R 429 0 R 430 0 R 431 0 R ]
>>
endobj
-417 0 obj
+427 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1398,7 +1453,7 @@ endobj
/A << /S /GoTo /D (subsection.2.2.1) >>
>>
endobj
-418 0 obj
+428 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1407,16 +1462,16 @@ endobj
/A << /S /GoTo /D (subsubsection.2.2.4.3) >>
>>
endobj
-419 0 obj
+429 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [459.879 458.481 474.601 470.436]
+/Rect [201.854 446.526 216.576 458.481]
/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-420 0 obj
+430 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1425,7 +1480,7 @@ endobj
/A << /S /GoTo /D (subsection.3.3.1) >>
>>
endobj
-421 0 obj
+431 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1434,72 +1489,79 @@ endobj
/A << /S /GoTo /D (subsection.3.4.1) >>
>>
endobj
-425 0 obj
+435 0 obj
<<
-/D [423 0 R /XYZ 132.768 705.06 null]
+/D [433 0 R /XYZ 132.768 705.06 null]
>>
endobj
-426 0 obj
+436 0 obj
<<
-/D [423 0 R /XYZ 133.768 667.198 null]
+/D [433 0 R /XYZ 133.768 667.198 null]
>>
endobj
-427 0 obj
+437 0 obj
<<
-/D [423 0 R /XYZ 133.768 629.395 null]
+/D [433 0 R /XYZ 133.768 629.395 null]
>>
endobj
-428 0 obj
+438 0 obj
<<
-/D [423 0 R /XYZ 133.768 567.627 null]
+/D [433 0 R /XYZ 133.768 567.627 null]
>>
endobj
-429 0 obj
+439 0 obj
<<
-/D [423 0 R /XYZ 133.768 487.926 null]
+/D [433 0 R /XYZ 133.768 487.926 null]
>>
endobj
-430 0 obj
+440 0 obj
<<
-/D [423 0 R /XYZ 133.768 386.252 null]
+/D [433 0 R /XYZ 133.768 386.252 null]
>>
endobj
-422 0 obj
+432 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F100 410 0 R /F38 313 0 R /F44 431 0 R /F45 432 0 R /F41 314 0 R /F76 311 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F100 420 0 R /F38 321 0 R /F44 441 0 R /F45 442 0 R /F41 322 0 R /F76 319 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-437 0 obj
+447 0 obj
<<
-/Length 3015
+/Length 3013
/Filter /FlateDecode
>>
stream
-xZݏ6_!%^ fMApMCҼ9k˻Bֲw~CRd^a%jHg~34/n
-^|(8֕'SlnJ?QαҪb~>(+պdbSxo?RE->, sV LaQ|*]N4r^}933a0gݪZn7m")8/;zV'jvG^W2jp[i6m|m2DYa~uJTIδ5TV RMmݬYOTIՂs-1T*OfSUF9`hdȰ/!ZɽiSP١q`zX$ww (C 邪pU]IdROf?sZ 0y#.X Qgi3T\I&RA3&l5|;#%}]~jc͛z;n=2R Rv55NMUMv- +fJ{sN$^7c!NGsבVz^oWOW^Ǖq@94„10\*RVE[<\dz_^w]kMFb'Tyss39f{'X_jAOJgqUb?[
-Ċ<88Jx>4LPt QTjɔ&0Hc0w$2Q|Q&c=xƼ /OQvo 'tS%:7cxθ8,&$Bm*BqQ`hƵ2e1uLD ݇Α^2Ma8s>~J_<;8-'VO<Œ|Hcu%P BH:; >H>psr p'=53y`@#I"JfĹ
-e-E[O6gR']y A|ң
-% DC8i<)z B॔BgmV
-Y}sڗ{PmKզ|edfB$4Ƀ46oufwCaZ"5!a"ҦxoV;:߭vmZzƜ>P+EفO-8o
-[q.MAl!+<ЇԦBL$Wɬ I([R8 K-!/܆vhѽ\0|'o>d0>p KU4ʑR:<
-V7c#@t@J.D%Hq~p~p6/u^ `': (W1_ꂘC0peԣڇ1#ME7DjszZʁPɀ(
-.,&apnh~nֈ3jKp>j
-`_P
-SҝpI4Tlyyq"yPqK:hX=vE:
+xZK6ϯr3|J0
+?]WM]yY!þF/3k9&J.iBf!qa?!QUI' Ⱦ~JU}`6a2-FX Rggi3U~jHԻ8ֳ`-?wS踗l]gE[HYj&twH85y;Ě#W ;794$hfg)9"xu<Vd"_KZ==y_=xWP
+ax%f\97u)-znَ/w]|h]Fb'T9ֹ5Vqέɟ(9d1ZSҙhnՄG"/( C}=#.}M]jOJ-$i,D&8
+DslzϘ37;S6>aߦL`G8t}_bA)8M~ 1ρbB"H
+چi"-WD
+8' K{rS3czO@Y0^:ltx.dfO{YR2E'x
+8<:N EMP(Y ⌗mIOR CS
+0~Q-zUZ|[-eT|w7Rkm7n$+[y788j&ow2|s|.oUM&D"hH@C<ݖؤMn=QHlې0Li|oW;:?MZzǜ5}8V&44{p0o.ĭgzN8Y |"}ʣHj3'lEqm*j((zH&hr ۀhcm5/y*ZE`a5,b#=x ` 7aΝdҰuվ&!tDzvjڥ3X8l}_g‹USHS{Yyb40ng2BCP1fA"vɌ̦8k[Pl*nŵ4=XzDvR
+1%ƒ_%F/$?v)bHhD2P
+V7C#@δGJ.n$8ZOE8?l8QU:/>]
+
+ (W1[jDL p2cABH&bT \^g="t2
+
+hllXB.姥PFI){TW܋"WM "B@x D`
+?O*V|<ӦG̾.Ͻ}
+#.RjtD&-x@*tm͋ DD
+vHz{и߿HM>ML7΄k!fV#f\bƪȌ ln]=Mi<G47;y [X9U>ђ0wզڅ~9Űf;s8w,ל}lx}8"l^oMWk?z >4ttv+sR
+ZQ{ Ļ_\%U!na;.?G UJO-Ӯࢳ iA`:0,NЀiʫ 2|Y? PKb?@Zͺ" z_d%!˷wtkG%q'W:{QSc6߮0pS0mh(ǂuLlQyXT٢ >ďI<6v5K*g8sas '3.rC<NOn\ 7KpbN=|)!NGtb8YOdV
endstream
endobj
-436 0 obj
+446 0 obj
<<
/Type /Page
-/Contents 437 0 R
-/Resources 435 0 R
+/Contents 447 0 R
+/Resources 445 0 R
/MediaBox [0 0 612 792]
-/Parent 433 0 R
-/Annots [ 434 0 R ]
+/Parent 443 0 R
+/Annots [ 444 0 R ]
>>
endobj
-434 0 obj
+444 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1508,69 +1570,74 @@ endobj
/A << /S /GoTo /D (equation.1.2.2) >>
>>
endobj
-438 0 obj
+448 0 obj
<<
-/D [436 0 R /XYZ 132.768 705.06 null]
+/D [446 0 R /XYZ 132.768 705.06 null]
>>
endobj
10 0 obj
<<
-/D [436 0 R /XYZ 133.768 426.974 null]
+/D [446 0 R /XYZ 133.768 426.974 null]
>>
endobj
-440 0 obj
+450 0 obj
<<
-/D [436 0 R /XYZ 220.591 328.05 null]
+/D [446 0 R /XYZ 220.591 328.05 null]
>>
endobj
-441 0 obj
+451 0 obj
<<
-/D [436 0 R /XYZ 227.664 250.987 null]
+/D [446 0 R /XYZ 227.664 250.987 null]
>>
endobj
-442 0 obj
+452 0 obj
<<
-/D [436 0 R /XYZ 209.937 163.676 null]
+/D [446 0 R /XYZ 213.258 163.676 null]
>>
endobj
-435 0 obj
+445 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F45 432 0 R /F41 314 0 R /F76 311 0 R /F92 360 0 R /F101 439 0 R /F78 312 0 R /F100 410 0 R /F77 443 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F45 442 0 R /F41 322 0 R /F76 319 0 R /F92 368 0 R /F101 449 0 R /F78 320 0 R /F100 420 0 R /F77 453 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-447 0 obj
+457 0 obj
<<
-/Length 3515
+/Length 3519
/Filter /FlateDecode
>>
stream
-xڵZmT-zVw)AC^h&֖ɖO}dIz}v?) 3C&E&,4׋͂4F-21jq^}ۥLd&[rPѯJʮع&33J*6-7<cӺn[B#So7pyS쉄mm͘nnkYbLy~f]ES~twehۥNMCS]~_=ߦ2zNٕyXncvM]U55>cٽ W=loBQ% ѷ]ձ-֮r.WyW/0:z*ۢCVr7͗VȌeSI؄|ƪcibib[v׻7 Mlu%1f[Xdv-q?2Nfh%I%sʗؤ)0o*a]bs*P-xIu:ΌHK.w9 췟Lb%?>Xr5G2g*ѱ4\^O|7EG2f2bX`[~-W= f!,erLsf8 TCz e*&3
-|X[WAK6<v S]"^\ @fʴSː v|FZ'+B( t@i̸:۲CL$,HG$C7/zAC#W|~AЪlPƁˀ ,M)*Xx=6W1gBarEg@ M15,S!G&p2V)Yu#C<䧁010&gCNU' ӉSo+Ǝ˅zF
-:fD
-Ys 2 Pq9蘰(4!<+pB8A3|Lz/)-(dI4򾙏\˷ [
-j43(9tX{^!R\ 9T\?޷<t$]~ITgI;kE[;@%Q'a65\<CU Ѓ7yB@=y
-
-)38N!FщL#iVie:"X}D-7I.Eѧ"m擬]pG7%[9]#sٺ媩[_.`T-bvu Hk|
-_AT:öƆEE\y_B^f;ݻƮxOVZGJPw,3]WG{XVzk2[?`<v;qېd|YfoTŦ A?^N @'>Tmb63msd\<)ĥ*\,<!]8 3D+ ft؉΃W ,.TFpDepj,d q8+$Hb(@OKC`2B@@아<wW@W$X /!vN d 2chI฿م}:..O@ݔFV)25S5tzZ^99%1ceURtvC6+, mi.1lKׁNN!8W&N~95e/I: L(/JR~Y\UçTcnP<Wvû'jZm3Bx<dynmNh9Ã6rر"4!tAM%}l_5w"[8hA5'_ i{ƫ>>s
-;g<W;q; ^?`AL4xSʽ\|3Ei6JCˆ8Slgot}Qzɻ5Gut{Y_SG~҉
-2da|*f'.%??\#Jn]ʍݻB`c,f89By0$9қ; Y8RtM~%R5N4,TP:6ea?/ퟞϓe.
-t3`{TIڿ9Q{AkIњsC
-4 =Q05 Wx'Paˌ*tUnFiiwTN$YT6wW9vnFޞ1o1*wS|<MqWn~E7`h gLقizn*fF
-{
+xڵZms_~<=1;Lf22t4̔'{#_g"iXi]>@%YU~|sk!<5m”MQV&B%7o~^Ll5-SY՗{SR&P|mq5vߕP]inǦ.4q<7c*۴POj[ՇkWE_9r.^kkV?ewok+W]%_]s|uCXbtuawިuT5ؕ[_CMuV/SWa,C6͡ ̗D[4SƑ$d<teS4"YTd]f%\Ȕkhd,٢HEnu0A?2Vʲ4İXA)xIy I490 n"l!6Yj퉩w
+:͍Qɚ4 YÚ_Ed[4RB7*͹H6̜0sq=FOXZimTkp??_3j $2-bZ[&kЛY` 8|&,5TسCA*keV_"KғYd~)3cfqCNf|SL6òo5˦S.)D!̠easa#~laTd^ɿԝO]ma # B06<(Ⰽ<UœDD|t8JΌw VM_רY;W!R'~kC1i{ HGE9Wݠq.۩-PmHL7N^ۧCÜڗ1UNKF-c:j2k.t<#+OWغ !,{qT>ܷMG2ˆ5nSYCShsŵgv3\bGYa0tj?TY2F'<!p{ U0wΉ28şQgR ,la^E6瘷b"-6#V."Y጑ge^,_}=~25נ\㌘Pt[Roϥ ӘZm/.Xm9,u+K3
+~6uW9$~
+~&~$gj6|!8Q01s<tqΉ0|ދ saQ T88!'tق@HE;O28tp [ 8"mLY x
+G(n(VOP vֻm[l:}"-윂;EW\<cTu.O96cme
+N'VooM[Ĕ.],~JD9+Bָ
+W5 L2bV@.IDIBRbړ|~|s6](0P1:UA5=g%ʺsĴK30
+3*Dff ZjH5y"Ť^adYY 4DQYpWH
+-,垸;Gpg~$S'3T:)Y9d).i|jwHՀ&cUU-wܗmѻP5]y )!aKW_7&r26À2f<)7hxWXDP'X1x
+9<^ۢ|&؍ ixx /m-٦ޗM(Cp.t7c~2=m|USwWJXF<].WVruucZH]HLc_"ؐlzY.h򶏁?cgMD:
+'7 d+#ED/R=
+bnyX>(RA6BU/]u|~XPۅv`nrI
+Q~O`6> /eo@CTb)kgt\n
+ qB[nyXAU1N0%+P&q _DCP44ۙ46<~xyCII
+0Ϭċ1ts. ΥGEo_|!1eK3|l<$H,l=HeuEjixvu*\}e`'{/
+Ȋtp{.?DRO.'f^r$׃3 =0 4M^"^WkCn/b!B>Z%*\D 87=N)JL!TylpO>޹7GYiǷ;ޱq )W݆Ao Wή
+vvxKC0h"2ku>|ՕYa܉򇩽K|0A<;pmW?.RPzg=KP[G c]n
+H/&ޞ0po)*w[?V퐪pn~jew lg̡Y4ֆp)St
endstream
endobj
-446 0 obj
+456 0 obj
<<
/Type /Page
-/Contents 447 0 R
-/Resources 445 0 R
+/Contents 457 0 R
+/Resources 455 0 R
/MediaBox [0 0 612 792]
-/Parent 433 0 R
-/Annots [ 444 0 R ]
+/Parent 443 0 R
+/Annots [ 454 0 R ]
>>
endobj
-444 0 obj
+454 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1579,65 +1646,69 @@ endobj
/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-448 0 obj
+458 0 obj
<<
-/D [446 0 R /XYZ 132.768 705.06 null]
+/D [456 0 R /XYZ 132.768 705.06 null]
>>
endobj
-449 0 obj
+459 0 obj
<<
-/D [446 0 R /XYZ 224.072 619.692 null]
+/D [456 0 R /XYZ 225.732 619.692 null]
>>
endobj
-450 0 obj
+460 0 obj
<<
-/D [446 0 R /XYZ 224.022 539.116 null]
+/D [456 0 R /XYZ 224.576 539.116 null]
>>
endobj
-451 0 obj
+461 0 obj
<<
-/D [446 0 R /XYZ 291.072 458.931 null]
+/D [456 0 R /XYZ 291.072 458.931 null]
>>
endobj
-453 0 obj
+463 0 obj
<<
-/D [446 0 R /XYZ 250.195 306.387 null]
+/D [456 0 R /XYZ 251.026 306.387 null]
>>
endobj
-445 0 obj
+455 0 obj
<<
-/Font << /F33 309 0 R /F45 432 0 R /F41 314 0 R /F78 312 0 R /F76 311 0 R /F77 443 0 R /F38 313 0 R /F101 439 0 R /F44 431 0 R /F102 452 0 R /F100 410 0 R /F81 454 0 R /F75 308 0 R >>
+/Font << /F33 317 0 R /F45 442 0 R /F41 322 0 R /F78 320 0 R /F76 319 0 R /F77 453 0 R /F38 321 0 R /F101 449 0 R /F44 441 0 R /F102 462 0 R /F100 420 0 R /F81 464 0 R /F75 316 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-459 0 obj
+469 0 obj
<<
-/Length 2434
+/Length 2442
/Filter /FlateDecode
>>
stream
-xڭY[۸~_!+1wI n.Zز-m9`ؿ!)ċŤCwhm#pC_2Iά&DB)42dFnOmQ/*1\_Y&h3
-y<.ɏk97_(c66 rYUfIJQY,Hmc?s$\myjuQyV&qxw:my(||/ցCY˴ex6E]bg7*^-D >+qeWe h`2a'}G]M͎ؗfWOTAnNf>v[k^N׭$u_Oŀb)X; O/%|g_綁l**uPR Zko5s3BrckR].dL q;N1ӫ K<,KȽ@Lj >Vm&!r@uh7mnnR)H0PHu(eСL\bAOIiòTOdI1/xpnpGv_r6%3lvn=Cմǯ9RXDGn\<il9w!~\ϥ88T]mشuuAn]U iUSPYcv.v& $rϦ uq-w(Eҋ1d0ꂎM|:P(Kdu~@$܌\2:q&ܘΒ)Ӭkɔ&Gr[rz%osgA #7~z]x)Cdk.p_@j@ -D5
-𠻑t@i.F^y HDZ'LF@URG<Zc.<D)]>zsOqFuƲYwD(D6Jz1;azpK+fg!#;VETӓ4gY޶85ECrM1L8]Yii]P 
-)Ռ^ppy|G doS0eMܘL*TjhY(csgƟ2ՐjNޠ4T綎 7p$y
-ߥ Wc3xhf7Sj{3WN^>%ch R4RB:oe(yZJK52 bрf͉>> c97%ΉC =0wJ/ |g`V̫g@q+BL.jn^oϝ=!&)}L9/x<i} (R:LyS":\&ԡS:o6D CR!+$"OB T~x 6@5JX +Vv<ZeRtJhӢAi!j{!\2fG[bPju**vPMh8\9t{]J \Z176NpY:>]7 5.gnGsvX:
-QH7&ulb찀*Й'vC˲玙ؼDgy4qѮXuWb۟v> 'Q@D1l4H=E|bs3e6hOA$=/*TGQ
- s s`O{#wCd;$#\dO6S螯;&Q
-}aJ.Pi`{9^$D(jp-KexdِFfzżʿjIH{!"?L
-pJLS a
+xڭYm۸B@?|%%zEzhfHb˶HfCz!)Yr7>_Lghm"p}͟rIΌItR,5Yd%D}mqz$oife<ZeBJ]-O(gƯN*sWzڑ*5"M*
+KYTzEwk;ƍk׮ʦNL\the]Z}Yvs ;B<Id)bTgOT1`YVŖ]/.-9udEvŧ]ni{mumq.D~qubeSiltJByvZ('xhLp&x6h t)kʛuP{{htm逹eWՇP"Tܭ,O)$wv%{z`T ayJbRK1IЋՠn$n~ 2`KBYRzJk.˜ׂ^,
+ =3<3'LPN H~:lsP%cHɇm{9)(ؘ#aAtñ)۶>uSPf? MTو}mw4Ne?ڐV%0?v~wOj#Z xu\P_Ljp-/WEg҉1d?mXT%SD}Ku>DBi. N:8Όy:gv L|vyt\ AUW/kǦlmbq82R&ɩmVաh
+ /NFvIRwT3
+s,p_,>X.wѻ;35/J3B!iQҫ
+p0py|G
+ߺS2+OF6rc1PՄ6qJh9P .v YC53{RdfD5O麔ajLo3S|l4j͔:G2Q;XEzo43Ӛ0gZ p&57@G#0R?9J0$<!AT7m*La/XT9P"Ң_
+6fUŢR>̘y!A29)>[$5E
+(ʝ2ET`c
+gayǣ$DE6s&Y"ew$
+}RzQiV/䖉BGgEEEPSb3@mxЂ}Њ5Wõ,u; !EUKBUޫ
+,҉QƊj](Q2'HKT)}^zc# @Sg.mW$ǞsiacHy2߾FiiUd)D2S~/^_d+?"Z$0
+
endstream
endobj
-458 0 obj
+468 0 obj
<<
/Type /Page
-/Contents 459 0 R
-/Resources 457 0 R
+/Contents 469 0 R
+/Resources 467 0 R
/MediaBox [0 0 612 792]
-/Parent 433 0 R
-/Annots [ 455 0 R 456 0 R 465 0 R 466 0 R ]
+/Parent 443 0 R
+/Annots [ 465 0 R 466 0 R 475 0 R 476 0 R ]
>>
endobj
-455 0 obj
+465 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -1646,7 +1717,7 @@ endobj
/A << /S /GoTo /D (Hfootnote.2) >>
>>
endobj
-456 0 obj
+466 0 obj
<<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
@@ -1654,7 +1725,7 @@ endobj
/Subtype/Link/A<</Type/Action/S/URI/URI(https://tex.stackexchange.com/questions/652223/write-a-derivative-operator-without-denominator-using-diffcoef/652298#652298)>>
>>
endobj
-465 0 obj
+475 0 obj
<<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
@@ -1662,7 +1733,7 @@ endobj
/Subtype/Link/A<</Type/Action/S/URI/URI(https://tex.stackexchange.com/questions/652223/write-a-derivative-operator-without-denominator-using-diffcoef/652298#652298)>>
>>
endobj
-466 0 obj
+476 0 obj
<<
/Type /Annot
/Border[0 0 0]/H/I/C[0 1 1]
@@ -1670,1034 +1741,1125 @@ endobj
/Subtype/Link/A<</Type/Action/S/URI/URI(https://tex.stackexchange.com/questions/652223/write-a-derivative-operator-without-denominator-using-diffcoef/652298#652298)>>
>>
endobj
-460 0 obj
+470 0 obj
<<
-/D [458 0 R /XYZ 132.768 705.06 null]
+/D [468 0 R /XYZ 132.768 705.06 null]
>>
endobj
14 0 obj
<<
-/D [458 0 R /XYZ 133.768 667.198 null]
+/D [468 0 R /XYZ 133.768 667.198 null]
>>
endobj
-462 0 obj
+472 0 obj
<<
-/D [458 0 R /XYZ 133.768 322.161 null]
+/D [468 0 R /XYZ 133.768 322.161 null]
>>
endobj
18 0 obj
<<
-/D [458 0 R /XYZ 133.768 238.448 null]
+/D [468 0 R /XYZ 133.768 238.448 null]
>>
endobj
-463 0 obj
+473 0 obj
<<
-/D [458 0 R /XYZ 149.011 149.008 null]
+/D [468 0 R /XYZ 149.011 149.008 null]
>>
endobj
-457 0 obj
+467 0 obj
<<
-/Font << /F92 360 0 R /F75 308 0 R /F33 309 0 R /F38 313 0 R /F41 314 0 R /F80 461 0 R /F76 311 0 R /F78 312 0 R /F90 310 0 R /F74 307 0 R /F100 410 0 R /F96 413 0 R /F95 415 0 R /F107 464 0 R >>
+/Font << /F92 368 0 R /F75 316 0 R /F33 317 0 R /F38 321 0 R /F41 322 0 R /F80 471 0 R /F76 319 0 R /F78 320 0 R /F90 318 0 R /F74 315 0 R /F100 420 0 R /F96 423 0 R /F95 425 0 R /F107 474 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-477 0 obj
+488 0 obj
<<
-/Length 2450
+/Length 2357
/Filter /FlateDecode
>>
stream
-xڽYKsWе )[Kr}PBh
- '#n䑐nqHj{:1}k63䪿[?^A&3Iqڟi`wo++h l7Di
-=XMO(!)e LUN5|k.Kb y4ϩ\)A}1v=z (*hf㡯mu44zŖGb3Y xh؎<|vCҴ#״~IHCrށ6>TOY> y@޻1O"͓xP]=H~/?j#T4d&dbIYIсi .bDe
-Y+n[58<}1#Ke'JH|AwpٱOJ725Z
-
-mNP"ÆU̘ғ@8p=dLp@xE@<II?^d tWb\Lx|߀ڍ,X[{郳
-EH\tzkl
->ɟAAC&"\7" #Ǻr#B9u zb!^:&Cm/g{AgGί49Zp*w0{]vlE yE^(4NϚKM:WFKK%w߲RHꖏĠgY(vy= =D|4E KTQ 'ڡ(:ͣω!
-E>x[U2qX
-p
-aGg\_}fU+pm`#Ίly/W%:plQY7)y))ZhTWFXJ喭Q'm}¶v+Dp7ythls}Y3 .LUAg&ߡd/\[Bl侓~%ZXK"p'V/ gIh 5/]4Y^ lu>EDTd7EZFHS
+xڽYIoW[^  M@aD˘ Tu59C%KI.Cھ{xt./޽ϒ`E*rDR0GetJ͛/mvݝvg\#O
+Z Ȇ .W٤K;|jnLO:7b1%$+3 i2S2>_eHQ\cOLX5ַ
+~¤zl.POuXr,z2d7%rd y~o9TAS`X=4_T:t)+F}}5s!H1Db??Ud"f2vdBN#J|"ߪ;:֍ה(L 7k&𸞧%ǼBxuv3'@>_qCzЦ\iK}ӁNw}PU.lsjLIpQsRIUr_F0=y5S)r' Rmym` ݇+ GBJ~9;uX|twb8=98#IGxFROggo>'hxu cYdM} SuJ9W>s~*WGe9t=. ]5SBPu.8鴪T\ev.(
+*m2g=6{W`u[ -t!'큚ndZxt q|f3O+O@e⽞'"Xţ1x~$I/G3u_QE,@۠W9Lr:``w8O@*@n`\H8wipo҇u#y!9{>6xiT:֍
+Z({ZqC')>T
+CFXu ̗LҎBѐ ϦJ*N(Rs>-
+o!!1S
+XJB{#B=`[ۻ
+JprEm_MteN=תvwy|;]΋`"S/WE# Pҁie:/ryśUDp.$ѿF@w' W7rVtnsqt2)_$Q\Fi\mGGw]#껶9&a
+eZ5dt݊/a.CCmt܈X }~k/ l_h_kgnfӪ`3SHˠ W=6P4Kz.jR˰YH4-%R&"ݯOF( & 
endstream
endobj
-476 0 obj
+487 0 obj
<<
/Type /Page
-/Contents 477 0 R
-/Resources 475 0 R
+/Contents 488 0 R
+/Resources 486 0 R
/MediaBox [0 0 612 792]
-/Parent 433 0 R
-/Annots [ 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R ]
+/Parent 443 0 R
+/Annots [ 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R ]
>>
endobj
-467 0 obj
+477 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [393.093 568.791 400.067 580.746]
+/Rect [393.093 566.077 400.067 578.032]
/A << /S /GoTo /D (chapter.3) >>
>>
endobj
-468 0 obj
+478 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [190.728 557.389 205.451 568.182]
+/Rect [190.728 554.676 205.451 565.468]
/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-469 0 obj
+479 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [400.416 501.723 422.887 513.678]
+/Rect [400.416 498.331 422.887 510.286]
/A << /S /GoTo /D (subsection.2.2.3) >>
>>
endobj
-470 0 obj
+480 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [342.271 447.164 372.491 457.957]
+/Rect [342.271 443.094 372.491 453.887]
/A << /S /GoTo /D (subsubsection.2.2.3.1) >>
>>
endobj
-471 0 obj
+481 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [259.194 404.007 281.666 414.799]
+/Rect [259.194 399.258 281.666 410.051]
/A << /S /GoTo /D (subsection.2.2.2) >>
>>
endobj
-472 0 obj
+482 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [307.187 404.007 329.659 414.799]
+/Rect [307.187 399.258 329.659 410.051]
/A << /S /GoTo /D (subsection.2.2.5) >>
>>
endobj
-473 0 obj
+483 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [270.592 355.423 300.812 366.215]
+/A << /S /GoTo /D (subsubsection.2.2.5.3) >>
+>>
+endobj
+484 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [178.607 310.4 201.078 321.193]
+/Rect [178.607 259.781 201.078 270.574]
/A << /S /GoTo /D (subsection.2.2.4) >>
>>
endobj
-474 0 obj
+485 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [389.953 255.413 420.173 267.368]
+/Rect [389.953 203.437 420.173 215.392]
/A << /S /GoTo /D (subsubsection.3.3.2.6) >>
>>
endobj
-478 0 obj
+489 0 obj
<<
-/D [476 0 R /XYZ 132.768 705.06 null]
+/D [487 0 R /XYZ 132.768 705.06 null]
>>
endobj
22 0 obj
<<
-/D [476 0 R /XYZ 133.768 241.688 null]
+/D [487 0 R /XYZ 133.768 189.42 null]
>>
endobj
-475 0 obj
+486 0 obj
<<
-/Font << /F75 308 0 R /F33 309 0 R /F101 439 0 R /F100 410 0 R /F92 360 0 R /F76 311 0 R /F78 312 0 R /F38 313 0 R /F41 314 0 R >>
+/Font << /F75 316 0 R /F33 317 0 R /F101 449 0 R /F100 420 0 R /F92 368 0 R /F76 319 0 R /F78 320 0 R /F38 321 0 R /F41 322 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-483 0 obj
+493 0 obj
<<
-/Length 3227
+/Length 3193
/Filter /FlateDecode
>>
stream
-xڭZKo6WaȀb
-@0ꧫfS3.Vc.dQz~A_
->]3}`l_)5Y2?@:ɞe5'<`8=~64kR M736y3Â:UϳZdeI3r%K{:G͑~A>:6NWk9PhZ`DW^kAώM_nYm]-YtVwAn0Ms5:}_X/ih#~7e8 ֓]mIStViW!js:VF,z :WYӢp8P'PDW49цoA:jvǞZa"޷完iۯwm iXe[}66+zJpzT4 2č6#~Q|8P{G#A
-'7LX3`4:Hp}&Zx`{܉NM ;p뫺Ʀ`߃|HktB#6*@X|`Cq$N_7_i]| b͵?Cj'5|;3ivya 6);XLrEp9v`h&kɴU3[YɢAI-NH]WQDL@&vM]78@/6[Eߗ:E]nc> yw9 TC^D@p,t*ڞh@,SV%G$9X_WbJ8Zէ+~ ,0'GgCtoZ
-5YM b|DivG{?v.#@Sz?Ly"pV;liKrXkl- 8m1bH8(
-d#%U0Ĥum0Eu+ż߯VBZr+!_ ƭK9|f%~ڡu"=0=dMcEʧG<G2x`>jlH4^J/rUjlg=5\)"?B/\kVuu8ñ[Kn3.%Ty|
-L
-Rxxs:JV8\W{,}90TP(\J0-8T]{|@#Mnw\w#7.
-9C
-#Ajln')!k4]OLI*,<nq/B&(\KYD *O +k/Gu=v}Ic=#LK DOUݪK`NfƷ%٣t^=yB<r
-=3 96q +b'("
-BL7P(\J&scV}rD[:ƿ9%,#!sJ00O%s^x.-qa'\z(cϸ :T!x#~ii4Xs_f),E+1"ՌnlU&=ŌWr.Bg  @QRbCuw$1f+>/NT.sqf{:V
-r30| p'b6ץ
-&S![>N ?wN!J(
-Hc?.';XC c 5uAKGM:s4qi>~,}Txc.K:RZt<C-
-y\{bwZ0#T\BRr_r Mq D$-~Mƛ$Ú9̞m_\L
-<Ç@qGXG*
+xڭZKFϯ!@8n`x/ mqM ߪ&ER=ë ꪯ_ݮ ?__FUr+f%b5IeVջj.׊l[uwuq)}H]:uIpX)W0 dvhjh.E)Ô>]@es?qfOm{˵&4?ȜI/p#Z+6MLKfnnhLJ^Z^WW\BDQUs p.t
+.0FH}͈M,P(* s zɉ8< zUSR+`<DxHw򦌛qؕ3]]t @r?nH%p[*Wn~ g5wEr%nDQ_ni % 8cwv)YG'i{S#fXڍN9<KchxJ=RR*nr!'hXt{v3)&7Bp)p6ۃpP$~Ӕ i76a#};$8O㤏 oq> bnKc7 Dj'cFόe贞m^gMJϺq"3=WC8Y`&k2R ,zL*Pd8L
+L
+ F5QXP<ZM
+I0J r۞J~d
+bvk_?ϵN2wZGXD07O_819MLeO'.b|3L1r:' p >?ׅ
endstream
endobj
-482 0 obj
+492 0 obj
<<
/Type /Page
-/Contents 483 0 R
-/Resources 481 0 R
+/Contents 493 0 R
+/Resources 491 0 R
/MediaBox [0 0 612 792]
-/Parent 433 0 R
-/Annots [ 479 0 R ]
+/Parent 443 0 R
+/Annots [ 490 0 R ]
>>
endobj
-479 0 obj
+490 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [353.711 606.374 368.434 617.167]
+/Rect [353.711 554.046 368.434 564.839]
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-484 0 obj
+494 0 obj
<<
-/D [482 0 R /XYZ 132.768 705.06 null]
+/D [492 0 R /XYZ 132.768 705.06 null]
>>
endobj
26 0 obj
<<
-/D [482 0 R /XYZ 133.768 379.399 null]
+/D [492 0 R /XYZ 133.768 331.839 null]
>>
endobj
-481 0 obj
+491 0 obj
<<
-/Font << /F75 308 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F101 439 0 R /F33 309 0 R /F100 410 0 R /F78 312 0 R /F92 360 0 R /F80 461 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R /F101 449 0 R /F100 420 0 R /F78 320 0 R /F92 368 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-495 0 obj
+506 0 obj
<<
-/Length 3451
+/Length 3666
/Filter /FlateDecode
>>
stream
-xZY~_
-x{"l̶;eU勷پԒ5p߁~r81pkkcȊTj?oR$jn
-e动L&)Щd)zC1TB-wݖ
-narMIVC?չ㒚w:<EJөX+FH
-eP${2j6,l£$d8c0p݌h?=GhkTe]PѲA;ilEqX
-trMDF *D:9!~9e(8lF5v&Rȅߣp3$*ٕ. x(OMO9."4M41̃@ YWV]d"Raﴉ 1O4ɻv1 \蔜Y-pLw
-t;S
-su2\(P,@.!Z."Mo8pRz;0y9fd^c< 9MOS̄a&q4ٲA]lIBWbv_O2p!Ax}6p4aG=
-iR9IGPRVQCI 3d'B3?A(9KV=PjB',d~b)yz㥵H[j8x7>jMRrrDdVbOy<#R;0 ̨- Oh_^`F/Cd/@ BF*eE!WUQo"I?U?pJlu?f qgplRM+&Ê\Tѧªې
-R$}2zB`a*zajA,BX9w-1H-}Sk<c女ѓZ.{Ŀ j0&&kppwXg _R@0nߜN(1fÝ8O-O:ڲgQlxclAX9)_Vӛ%ulxpj.?HC'*Ll&w`"N-Ft={7Sac-Nl ķR
-X+#oCꈫSPeև|E"q0 b Z}rM3#iqWYEZH2 o^3wQWeAb}I HKF\U5dtPd_ePNE^f}"
-/{s/KJՈ
-;kBɓjE f˒$0 S5,he*]IMAI)b7d@~Wn -rgQh=QCJ
-sn! a֔97},;Xˋ#>,Rs*uɞ V~?8sjbyzn1ng9' ݱ8[`88i:94U9r|V qR!hD+q4[w[^ǙE.ؐ#UHL'oDDWR8ڮK /wruP$2'c1~̈ߣ
-^=>k+!={]h3Nˆ3XiE/ٴgߎn鿟.Q)ZDwV}N]4!ǔ$J:c^*RŖrEr?^[\wWkwϭ1 蘥]_}@XcHk&*(ڋN"Hct
-
-C;gq [JO1ŹVVjڥS̈́b06$7^b=$qrA: )owzڅl$o  `Ch܈Y; 6ik?OvI6Dg[<Of2f0֒ܦy[,anFX\ ~R֭Fܢ =oT9ĚOE?OF@tOykE Oi;bP)𧠷 W9TI>}VmU[mA4@R6m#3.&l'sl<@hDkQ|8#8 s升tUύ9*?9[|3>>ֿ@nC_rʭ9Y =xRsW |=G*ſWd1}
+xZYo6~_D ):& c
+frצFaK0 W-iat8"EʂR"ߜ\9u%v-rYsϽ5w|ʻኧlp$Ѝy}3i~Yz۵g@S[8qA"ZRZv[\TH=ˮVZ1H[mXPa
+#Y:$n6
+ibv6V"0'EFΜim|njndux^)8z@ ˦wm(Z`Y%:]1B
+
+kuG@`/ʠ)4wGCA*2B~~F~R ˙6-a`:'L<9`ā \:2~T %6r_kH-/9+DȚ!$s Q[ts
+DO-SQ`H>
+=i )Ԛ%فBԣ Y1
+Vmr$l~LmOx:E699
+;%N)%Pt7.M0$l˦
+'5;s/ IJ̀
+;o}ɑUi+v˒0 35,h%Y%62) Eb[GtK ] UpŽ2Co 161#Ha&dq8gmUpǪw88869<rT`K.9O9&&~vv88zOeښc(f*RN6Ja>V5{pS_2{#|GnNj 8
+h{{.gÑ"ˢWP8ٮs# zvquH$֋'c)|ĈۣK^= K4J]^\)m'Gje0\ WBoa~ߧi&sV;Ej'7.um.SFtpǁ(5SjR%j$~z,63G%o[coѱ<?İ~>>
+2l P[4_D-DQ\t]u;p@v?ҺB @$2~ Cg{Q󽵵"21/LJߚOMha?sR9(NǎxV}l67L( ,Ά$s+̾6o!_g!.SP;\LvNRΉ%Aϐ7ӗ؍XZ]PVONc죄,uyg|'LRx'3d9&{f0lG!o\|pSޚ-Hz{(MNRj3}"6)6] ~YD(?P#3JebۂS`DZ0n )[&.C+8bxӫ޳l{!M,fAJ}<#rTW^I,"esÝZ U.\dOVZO
endstream
endobj
-494 0 obj
+505 0 obj
<<
/Type /Page
-/Contents 495 0 R
-/Resources 493 0 R
+/Contents 506 0 R
+/Resources 504 0 R
/MediaBox [0 0 612 792]
-/Parent 500 0 R
-/Annots [ 480 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R ]
+/Parent 511 0 R
+/Annots [ 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R ]
>>
endobj
-480 0 obj
+495 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [207.049 630.392 213.511 642.328]
+/Rect [207.049 594.526 213.511 606.463]
/A << /S /GoTo /D (Hfootnote.3) >>
>>
endobj
-485 0 obj
+496 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [327.469 543.851 333.931 556.065]
+/Rect [327.469 509.179 333.931 521.392]
/A << /S /GoTo /D (Hfootnote.4) >>
>>
endobj
-486 0 obj
+497 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.035 520.218 397.758 531.011]
+/Rect [383.035 485.545 397.758 496.338]
/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-487 0 obj
+498 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [423.28 520.218 438.002 531.011]
+/Rect [423.28 485.545 438.002 496.338]
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-488 0 obj
+499 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [285.981 348.861 316.201 359.653]
+/Rect [285.981 316.574 316.201 327.367]
/A << /S /GoTo /D (subsubsection.2.2.1.1) >>
>>
endobj
-489 0 obj
+500 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [303.033 293.07 317.756 303.862]
+/Rect [303.033 262.374 317.756 273.167]
/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-490 0 obj
+501 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [342.597 293.07 357.319 303.862]
+/Rect [342.597 262.374 357.319 273.167]
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-491 0 obj
+502 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [350.019 179.496 364.742 190.288]
+/Rect [350.019 151.982 364.742 162.774]
/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-492 0 obj
+503 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [390.264 179.496 404.986 190.288]
+/Rect [390.264 151.982 404.986 162.774]
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-496 0 obj
+507 0 obj
<<
-/D [494 0 R /XYZ 132.768 705.06 null]
+/D [505 0 R /XYZ 132.768 705.06 null]
>>
endobj
-497 0 obj
+508 0 obj
<<
-/D [494 0 R /XYZ 149.011 151.921 null]
+/D [505 0 R /XYZ 149.011 147.646 null]
>>
endobj
-499 0 obj
+510 0 obj
<<
-/D [494 0 R /XYZ 149.011 132.992 null]
+/D [505 0 R /XYZ 149.011 128.717 null]
>>
endobj
-493 0 obj
+504 0 obj
<<
-/Font << /F33 309 0 R /F76 311 0 R /F78 312 0 R /F41 314 0 R /F38 313 0 R /F90 310 0 R /F80 461 0 R /F100 410 0 R /F75 308 0 R /F101 439 0 R /F44 431 0 R /F96 413 0 R /F95 415 0 R /F109 498 0 R /F107 464 0 R >>
+/Font << /F33 317 0 R /F100 420 0 R /F41 322 0 R /F80 471 0 R /F38 321 0 R /F76 319 0 R /F78 320 0 R /F90 318 0 R /F75 316 0 R /F101 449 0 R /F44 441 0 R /F96 423 0 R /F95 425 0 R /F109 509 0 R /F107 474 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-505 0 obj
+516 0 obj
<<
-/Length 2370
+/Length 2468
/Filter /FlateDecode
>>
stream
-xڽYKFϯ`NQb1 dx{ #R>0߷Iyv2ӏb}lE.o"WwR)KcۀKL6LHC}ZKmPeOKUѻvö񦭁tpmWt/5LLptȪ49tJ$2/F&m]>
-0֜T;Q?1FMqȺl(ۆZHν3z;Y$p\,Ɯꑊɀ
-#!
-:"e7
-%j( 䠓H$s(މ!N`w <Xbb<*HJ?i`8"ߡPHP]w0.Nz!(Ĉ Iv{2NWw7G/Y`$R wIgGP|F)HJG0t!;ϗ9īTXFAGsz 𳟛ե7oo<"eK+4 6Q&&&$xu C
-~ޅ`BI&84`mBɚ
-zK.H =H |*A*QJq{
-M9\wg% 7Ӊ\͎ΐ:~G۔iǹ<n\ `gNj-_PZ_?c5w5$z&ֲEcG3QeL$O?0Hhq$1聴Of`a0)MTVK$z
-Cͱ|4FfSn}Eb1F}9Z)Ӝ?<B%̞0gؗbd^h9ǩsJm;oU 
-cTc^<~ch#\B#?mwrmj)jW<tT,kaO2 sXm*om6ae wEZ썦uyZc[Zk8gkpĂF
+xڽYo6B x>h-RܗI+P=6vvs(&!93ofy xwWnc,dmqfKdb& }H~JfUǿoT|f@x[oN#h|;3$ >p#|(&=D'7( 3 J2)z4U u"kbF.KtDɁl\Ĝ]DQ<^p=X)Pq)vJimPeOw͵ێ-].ڝ5LagʽېU]ikʼiŕURXT4>벡lf`e QR¢9ne=S\d@lm  ^tzZ#Y.h*փ-
+"4gREW~6Q}qXJ'$DVQQP;!yzΒLIsr{Xx<v9+2y@PBp$ uٌ+rZ9}%ȥ. (*F 3ke
+#jhɼ(rJO[0naW/yk#P;ꑠpPгݖc
+}ݦƿnޙUȪmqenV&cy+&)APրz]
+_րzzgo4e:xgֲ(<$qM!Do{w?
endstream
endobj
-504 0 obj
+515 0 obj
<<
/Type /Page
-/Contents 505 0 R
-/Resources 503 0 R
+/Contents 516 0 R
+/Resources 514 0 R
/MediaBox [0 0 612 792]
-/Parent 500 0 R
-/Annots [ 501 0 R 502 0 R ]
+/Parent 511 0 R
+/Annots [ 512 0 R 513 0 R ]
>>
endobj
-501 0 obj
+512 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [448.801 214.529 463.523 225.654]
+/Rect [448.801 198.117 463.523 209.242]
/A << /S /GoTo /D (section.1.1) >>
>>
endobj
-502 0 obj
+513 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [369.502 202.574 399.722 213.643]
+/Rect [369.502 186.162 399.722 197.231]
/A << /S /GoTo /D (subsubsection.2.2.4.3) >>
>>
endobj
-506 0 obj
+517 0 obj
<<
-/D [504 0 R /XYZ 132.768 705.06 null]
+/D [515 0 R /XYZ 132.768 705.06 null]
>>
endobj
30 0 obj
<<
-/D [504 0 R /XYZ 133.768 393.317 null]
+/D [515 0 R /XYZ 133.768 375.783 null]
>>
endobj
34 0 obj
<<
-/D [504 0 R /XYZ 133.768 189.629 null]
+/D [515 0 R /XYZ 133.768 173.286 null]
>>
endobj
-503 0 obj
+514 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F78 312 0 R /F74 307 0 R /F90 310 0 R /F110 507 0 R /F92 360 0 R >>
+/Font << /F75 316 0 R /F38 321 0 R /F44 441 0 R /F78 320 0 R /F41 322 0 R /F33 317 0 R /F74 315 0 R /F90 318 0 R /F110 518 0 R /F92 368 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-511 0 obj
+522 0 obj
<<
-/Length 2369
+/Length 2027
/Filter /FlateDecode
>>
stream
-xZo6_>ؗ5ߤ8{@hzkޒ=@XZNfHJ6eFR=Y"pf~%>O\]`T\s]e, 3:.TvȮ'7LLqkqCPl/Аǫ_~6:O+pN'DjmCpCKl3cil)-<SuHn`P*Zh.Ñd;INǫ x˸ *iQ"o.?ldft1Mu췋yG{qA$gȾl$mƉ5)5
-!W}R 4126$9oU| 1JUCGVc䭺}~
-@3A<z\, 5n`~Ou ,Vmd"sFz6
-i6
-W
-|6I|J-G|ߥ-Y\1% hlI$,D}<hxn<BiTr G*<;g1sS^PRzL$e/אn$j_˜˞p'u̞prj6/2$xlTV%lVOT&0ǯ! >rvvRE3)1ŀ2.? 4,eO&}!y!|b--
-4"bPl.|JjTFp mSBkn6+Hr]%ntQP~uoW~mOS~Э%;>f[L ƭ[C(|o}qN,
-RƵE}Y5~ph\ \w ~axմkPN I In .iwvu/A
-^zO}mО%p^.|Od^=q]F_œ;顑 H]nv|}NGan7HzB$[U{/牶hI>F!ŲW9ĂIx|m / x8!puXv y
-ї~}A=%H #6O;"q]u<cD e%<$<H,Vtk Ӥ&zBnCU]o)Vamei`
+xYKs6W5 8ә3M9toDYl%!ؚN{J cOڋ-K`oe$Yq "9'XkHPϒSv1pY9_|v ~AGW|*O 8hcwщ0(S8,3D"&u2!e9ᙓ4AZ cQ$?[r 1kuFj.Y"J%bx'*Kf0)* yo1͙=!HPhfg1"烝JRq$1 ] T̹Đ&+~#
+ q,N30bp K 7?:e'
+ܵkFWٽjFfUzmAus
+![GQ_ bթ{~)S&:6W[DSxNІOev0n~QN l<Tuqϭx1 Ač
+^Z/n
+7ڲ^Ղ*`2/M*Vd %7nuTu4OWEO0n?(#Z<[F ЙP SL`\@%HdU~wARP޵E
+QND<x?Ȁ<eqOa:$+WPq{ (!+~V,*c5#WȪ 7U {{dF.8LgY7+{ sL
+ҪH$:=Ð*ʴ
+ . >.]7Ǒq,eOev;Gq,Ƌx_"i$<sUl#S U+ ߉wYXL5T#Nv6qZyc(-v3z h~˦r;x4{ru#"Ʈ!M&33g9 o[
+},lah%!_.A"34-KBΉo `7d=9#SαK ٹs[|V|az.;UtZ-۬.Njk`M7st/@é2i)g-۩6ukK0\>M01mqU}l|6nv!^mܘ_m}/D녀Ļ72ߓ[f*;'S[;LooG.$H=MJ#bhi
endstream
endobj
-510 0 obj
+521 0 obj
<<
/Type /Page
-/Contents 511 0 R
-/Resources 509 0 R
+/Contents 522 0 R
+/Resources 520 0 R
/MediaBox [0 0 612 792]
-/Parent 500 0 R
-/Annots [ 508 0 R ]
+/Parent 511 0 R
+/Annots [ 519 0 R ]
>>
endobj
-508 0 obj
+519 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [211.623 281.422 234.094 292.215]
+/Rect [211.623 271.296 234.094 282.089]
/A << /S /GoTo /D (subsection.2.2.5) >>
>>
endobj
-512 0 obj
+523 0 obj
<<
-/D [510 0 R /XYZ 132.768 705.06 null]
+/D [521 0 R /XYZ 132.768 705.06 null]
>>
endobj
38 0 obj
<<
-/D [510 0 R /XYZ 133.768 268.658 null]
+/D [521 0 R /XYZ 133.768 258.396 null]
>>
endobj
-509 0 obj
+520 0 obj
<<
-/Font << /F75 308 0 R /F38 313 0 R /F44 431 0 R /F76 311 0 R /F41 314 0 R /F78 312 0 R /F33 309 0 R /F100 410 0 R /F92 360 0 R >>
+/Font << /F75 316 0 R /F38 321 0 R /F44 441 0 R /F76 319 0 R /F41 322 0 R /F78 320 0 R /F33 317 0 R /F100 420 0 R /F74 315 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-515 0 obj
+526 0 obj
<<
-/Length 2287
+/Length 2227
/Filter /FlateDecode
>>
stream
-xڭYK۸ϯ-=$rU8$HԈzI#{@)Q#
-y8toOľ5_Ӿ -L(4TsAOB鏓wbL_YbCo#_(?DRq8=DI¸u 4C3ܰ$uXf
- i.\MdX"E?nH#1a2MG Lh7o>~9&q L9;zkϴ!V_onaOqYŦ&ԣv#ޑRINf T$@v?f6ih~\/p*9g(&M<MZ'EYrY-خ*6ڪc~#]dK9 wA(87yCK=]IN$x[9DtC9XGj
- /r[u\ؾ<zPf[H>.0C م::<}Q!C򲎀Q6+-o ;ۮyn˼ڭyB3u߆&6JL9iQgbroKLT9f[o;|q\_[+@]& ?qiB/@%]$~'ӡD<G#3<,Í wK.kP:Kuч3o^?/Pc3@>n0 n!f:P=ik #ɆW
-Ji{4#[k[+;ynN(ahߵULJʮ[^߳'Dj< :URu{0a$|~z剚ޠv
-`~)
-NnHC[o o~hLH1,+E)xVF fx_!k)
-8YfiK9z_韹g]NN)18oA 26}"3sp
-:pƏSHJ'qmz^)3ݱJ 8<'@<;ӧNw!lGlU#}X6eDtxApuHmα'a”S ["FOU3J  mbdb3mRl{>AL P|`O¤,y=EӖƐ6
-yEdyVO)RڝDm؟ą>f"uV%R
-
-fK0EQ}/*t6@{0Q^{0S?# <(`G'%m=eq-yNB|ح!</#
-wD%!QFխ
-Jkېw0_lW+2Qe"uGKz U,:f,+in'KP6) M$p[C9+R31{~]}wrlI76sOC,|oAj22%>N<HYp=ٳӛ7g
-<N4<9^\"RT$ iyAIzl|A@u>PJI
-BlGV!8=w
-2݃_lr ٖCU})닼ˮi{Ob f;üHE~ =<Oq}#C4@r)
-Ie n-GDVg'@
+xڭY[~_ۡlV:)D;o;ii:@L'?U.C7 }y1]+`SooUJw22: 2*˂OD$K΅
+oa^eE]nS'+yW 銴)Y-4%O"Xtd-xx ˴qR"jh≆ߟIzpSrKW+$WT~/
+17yvęR?@Yy,
+ZZI]L@R[ݮIKzM;qƎǕѰ[4(K8Zp͠-
+Nx̦>Kwl^OOvX
+fUweF2w wn]o[76O0@[ |qOG^;QGGG1﹌qHFƽ v Ι=յQ"6zq>I 벬md ֓ E[@4Y[ȨU#`
+Z%K"iݶ+(.ZRn_H1u$0%#5
+,3Hz%6Zwk:/vf) H5Up!dڛb4s  #{u=VijIyu_VAR
+Po
+u͠DB^ KXSxg{&iQ0&!؞j "76U0 \t
+00{ x
+_ 1!ɴ#~պ{_]k{^PFE$ӂHp2Uvܺ2 GYyI==mU7X9
+ឺBe#F̏-ZcU/d3:o0 OgBQ@c
endstream
endobj
-514 0 obj
+525 0 obj
<<
/Type /Page
-/Contents 515 0 R
-/Resources 513 0 R
+/Contents 526 0 R
+/Resources 524 0 R
/MediaBox [0 0 612 792]
-/Parent 500 0 R
+/Parent 511 0 R
>>
endobj
-516 0 obj
+527 0 obj
<<
-/D [514 0 R /XYZ 132.768 705.06 null]
+/D [525 0 R /XYZ 132.768 705.06 null]
>>
endobj
42 0 obj
<<
-/D [514 0 R /XYZ 133.768 325.828 null]
+/D [525 0 R /XYZ 133.768 667.198 null]
>>
endobj
-513 0 obj
+524 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F76 311 0 R /F78 312 0 R /F100 410 0 R /F74 307 0 R /F45 432 0 R >>
+/Font << /F92 368 0 R /F33 317 0 R /F100 420 0 R /F75 316 0 R /F41 322 0 R /F76 319 0 R /F38 321 0 R /F44 441 0 R /F78 320 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-523 0 obj
+532 0 obj
<<
-/Length 2325
+/Length 2122
/Filter /FlateDecode
>>
stream
-xڽYmo_@Y{N
-.(=YRH%%A8̚'w O;˳J%+"J5$**ԓ̋tߺY;]l u߉1kyZ6a]x)xZrHIPnKy Ji*U9~͸Yu|evUͪv863&.x[MZ6/o kjtzOwLiI?\^bN<%3p$0Jyg)g<{xЯvUI4l<3Lj+U?NEf,v#Le*J_wym9I~޹0vD?GFcsAE#x;uđTX
-nn\offEyi jL۸=L<lqo[;jWjVH18jXi<=;v%Y.MXH)dIZ8p%  l]T#>xc~ƷJ5z,j@
->(ȡLS vr)@S B 0~E#hv]ڣpM}#ڎޏngԝs6zF=9,5U3$,k<4I¥#IJAcD6Z۵{י[Z7eݖPovP"+9#P805KȘZSu_\ـ:,O ycMk{,Ƣo-Ȋ! >hܾZ1($RCr$˳Octn(_Ra U4=[*GL3(Ct;XZ*_c*2ά#D,N 2߹j^#V06cC<O4H8 R؄!fL?T{Dg=vlZhtT~u ٮmgσ]V<.wC*UqlMT cI}~wU
-]|ėx6U qG.>8g/Ug[Av9C5vCi1v]`m07,߼\ 7EMmƄ .p9V\&fL|P P]Ar•TQi~"3D}&{vvuÓ9q6La^\n|:GlRg )Mkeu` Q!M[
-tNw1Bd|m%常o3¨MvePF~k
-W".Ai9TT6_jWb`0xkU뇪$rqEi
-%G[W- ӲH2՜2ɐre̎ARݳ4򯌤vE̖yfdw!Ga}dą+j1cmW!uMPkvA5OhF.C2jH
-qЎmbvḾ.?ŏZ!9Ypc!Qk]) BYd+vu#|pفArZ
-~GOsN˧9jrQJ'8<{5fVW[ѫ1gi
+xڽYo_{k\p@smQמ@KTĆ:[ o?H2ڢɮf33YSBhxs}&f0!HMUFP:r‰ ldLf-a<mj 3#~[ډLqWXRӮv 1G%3Dk*O (fHfʅb6|`/liYpw-
+v5~iHa[q݂8PU9
+da<U8ul)ώ5Pzv P&U]=pOW:Or{}Ε[t+_
+L[mlqM,]RJlc޳W.!"0nP+d۪wN=l5q3㭿eB~X,Wn67oRE_ۻW1:VDj>ENcKjF"#bs%
+\mO7W_Є%\SY4]}H5qID&wŹU\'\L(KDR3щ "Ja chb5Fb!4L<<{̉$I<MmDp(31(Í./#]:E,αuqb gO`^pSI((3zsg\OO`
+cl Pxf
+?x"j|z¾<i[枽v/瓞j&aj@ɼo
endstream
endobj
-522 0 obj
+531 0 obj
<<
/Type /Page
-/Contents 523 0 R
-/Resources 521 0 R
+/Contents 532 0 R
+/Resources 530 0 R
/MediaBox [0 0 612 792]
-/Parent 500 0 R
-/Annots [ 517 0 R 518 0 R 519 0 R 520 0 R ]
+/Parent 511 0 R
+/Annots [ 528 0 R 529 0 R ]
>>
endobj
-517 0 obj
+528 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [158.522 431.709 173.245 442.502]
+/Rect [158.522 190.332 173.245 201.125]
/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-518 0 obj
+529 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [177.341 431.709 192.063 442.502]
+/Rect [177.341 190.332 192.063 201.125]
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-519 0 obj
-<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [188.85 127.721 219.07 139.676]
-/A << /S /GoTo /D (subsubsection.3.3.2.3) >>
->>
-endobj
-520 0 obj
+533 0 obj
<<
-/Type /Annot
-/Subtype /Link
-/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [241.416 127.721 256.139 139.676]
-/A << /S /GoTo /D (section.3.4) >>
+/D [531 0 R /XYZ 132.768 705.06 null]
>>
endobj
-524 0 obj
+46 0 obj
<<
-/D [522 0 R /XYZ 132.768 705.06 null]
+/D [531 0 R /XYZ 133.768 667.198 null]
>>
endobj
-46 0 obj
+50 0 obj
<<
-/D [522 0 R /XYZ 133.768 574.541 null]
+/D [531 0 R /XYZ 133.768 339.343 null]
>>
endobj
-50 0 obj
+54 0 obj
<<
-/D [522 0 R /XYZ 133.768 419.097 null]
+/D [531 0 R /XYZ 133.768 177.388 null]
>>
endobj
-521 0 obj
+530 0 obj
<<
-/Font << /F33 309 0 R /F100 410 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F78 312 0 R /F74 307 0 R /F76 311 0 R /F92 360 0 R /F45 432 0 R /F90 310 0 R /F101 439 0 R >>
+/Font << /F74 315 0 R /F33 317 0 R /F100 420 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R /F76 319 0 R /F45 442 0 R /F78 320 0 R /F92 368 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-529 0 obj
+538 0 obj
<<
-/Length 2577
+/Length 2517
/Filter /FlateDecode
>>
stream
-xYmܸ b
-pbG^,)\;(͗^hfx_nwz/){
-7ΗO\Un~AQ ѾfX™
-p!F,&>#0r\LJXK7f߼3'<d:= :v~( ΌG3"p718Kb`Ex3Z<Ӄq}\Jr
-=pE$^5TLd1R9w_J 9
-{qŪ[Yt|-+,eiI:zKY
->P*j̺vD[.-r3s"N6G;>f-:*C^ޅ1CC #-ϾQ΀%&ދqa{SߝĉkN%pcw;_j"9ͭ8'"VeE״<4%?WEG5Rޕ(T%
-xFާ}aqY
- Y=-Wh@G*W4i4/nt;{2 ͐W+ YS%FuoP$AA_1 M3&}'YzG74_?3뫛#,ą,!R,9B/YYE~<r9\ J .۝]߄́q0%V,>J)N"Ts
-z&Y
- >Ƌ#ܑIH
-IB Db wu΁xEa|Lqb Tퟷ}A `c([dJOn:I<h95Ūn$bq80;$ 0ʼْXuϯe@!`jfBJI&2$^oL3$ 22]9C'D43+T-`
-"jtpL"4bS6[tC A`@S}i̙|0bL2O}+Жz /:x6/imgqͯg_Foop@2\PA|HNCdx3|Z 2!OTE(ND12hROt`i):5uQkPTy6_H7fa[lzŞPJ($f6w @|\Ό|g6D<gJӆ RXzIYaa\,0wl
-Qu 5: ʪ%!"UwVqѻƵ6%09~DG fX Yy:V-
-E`
-B+c_>v7v1,V[(%iz5r/m}3>)󝝇QB7ݐ'CO$C좆#g[Zll d"юJmAW 7'h@.973
+xYmo_*"J2AC^ڳNeG)Β%i pvvfU\qYodQf W6: I"Lp .ÏBHr.O{٧_U4f)rr0,6Ӭgy$" BEY{^)'L,<T2㒹2TdߢŁ(i{:q H$JDIS,1cG
+u@H
+~9  KH%Hf7NI:ޟIV"xoS5i`.u 7:tHID+2:ܮm?*ZOd:?q5$,XXqw]7"IffD/fFߍq+Ūif"Xy5ϻj!J
+ЬAUY_ؿp5L&D<y{5پ͵†a{[vE[z&mYULM^mo%?ovӤQZD-E˴M*bJq7wc=oڢʦ&Ji[2T K$gx`1!'GBz%F
+j1[s_G@+uOTZ7۩M,T),JXsھ
+H uS._NBXm61n
+=GȦȹ
+8G57 c̡ò^"\3sOSr>fux"q/((jr.h,Ȼg1xbkc:QW9ɃR%.8 0urCp|О #OY&9)59b- o1ӑ{yLy'Eo˙O#&xfi'Cgaɘ+0{FP/񻢯
+½7[ew
+ew ;*t@;@-nSqEБOf8zk:n)pbBYΝ ]He9O? *]'.1` ٯFQ@F(x,&ߌwT5~0{C\7Ko@8jr,g'KK"Ab*z
+a%dd%4IBvЍWnFXIh>4n WqG> _J D8EDϩ&+gS^IQJoioo[ o W?'xpUlʧ CQ+OȦ{?n3wU,aDUsL)cCC鶜p.J?jA E/d"cOcwtGωC!c]W{ ۖ8g sSyڢu\w >8}sSu=_te§@ໟkZ
+
+"mu._c
+:{(M :(M˰ I׻TTd*'..$hnT. %M_,v'ndnB=^(46dM !y]
+Z ]T21૪u:T5wq{IŔz|O#ұdK~z.T/i3\3pO UCjA¨J$v:r*&"1_1^M+IqϿ\\~ћ'O$?Hm*$~܆K4._6ȭYz/b\WQhݨ\0&QbxF H Hc
+:^LbUuWS$PJ&7Y̩
+$>SPTPKm[nǕ ^j7Y;;N2W}7 NX~n)!_Sl/Vb_׍u3*Gu٭zh-6 [ۡŒƷ*
endstream
endobj
-528 0 obj
+537 0 obj
<<
/Type /Page
-/Contents 529 0 R
-/Resources 527 0 R
+/Contents 538 0 R
+/Resources 536 0 R
/MediaBox [0 0 612 792]
-/Parent 500 0 R
-/Annots [ 525 0 R ]
+/Parent 511 0 R
+/Annots [ 534 0 R 535 0 R ]
>>
endobj
-525 0 obj
+534 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [202.434 252.801 217.157 264.756]
-/A << /S /GoTo /D (section.3.3) >>
->>
-endobj
-530 0 obj
-<<
-/D [528 0 R /XYZ 132.768 705.06 null]
+/Rect [188.85 415.459 219.07 427.414]
+/A << /S /GoTo /D (subsubsection.3.3.2.3) >>
>>
endobj
-54 0 obj
+535 0 obj
<<
-/D [528 0 R /XYZ 133.768 401.645 null]
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [241.416 415.459 256.139 427.414]
+/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-58 0 obj
+539 0 obj
<<
-/D [528 0 R /XYZ 133.768 239.856 null]
+/D [537 0 R /XYZ 132.768 705.06 null]
>>
endobj
-527 0 obj
+536 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F78 312 0 R /F76 311 0 R /F45 432 0 R /F74 307 0 R >>
+/Font << /F75 316 0 R /F38 321 0 R /F44 441 0 R /F45 442 0 R /F76 319 0 R /F41 322 0 R /F33 317 0 R /F100 420 0 R /F90 318 0 R /F101 449 0 R /F78 320 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-535 0 obj
+545 0 obj
<<
-/Length 2478
+/Length 2845
/Filter /FlateDecode
>>
stream
-xڵZ[o6~ϯPF)jWQlQ`wmEE٧̠J,-%<=%NK$|<7'w O~GGk\&6:cIf,$W:}-\i몺_?=bӑu~?=|\|7o~GOXS\0m$0h=Y1aknDX#&k&BrY+Å
-Ru="(M]W q3]qӂ%3#w[u[ݭcP1# ̹(=-
-W 6@_OD6l[pHcfefDKִ]+U.
-XxND#OabI r] g9 t(/86Z!֎>"(-$p]9fk31>N+wqC1=&,@oDt[ ~a2}D!=ExT>T-6˪.6աki16 Y5``}j o;HhŲj;W8<2 MqDp}W,683{4]SsCG> OGì@99Үj>'P6ڃ`TGҞ,h9(@ xTPz;2 `ǢD+Gچ{(u4
-C>bb
-C} |ܱ^PćE{A\{AST/HzAPW}-w{3U"^\b|668J,d/ IAc~"4
- {B<khq`֑ܬ_:4s<!])48B:VϦҷ9\tw
-zņAAb- 4}!(}<DB׶y~g股v]ԡ\ŏ'uZS^L; ׏1(2-_
+xڭY۸8 C%C6Oܝ֦mamɫG6A3J]G<Cfg?_ūe,Ke:ZτR̤v&I̮Vdi&.B$|;\.Yšm._OJBXlF ~m/2IECO7hVW0GH3lrBMI:[x"59PyE\˼uac wQYۿ/]P%1˒RvpK1/q\eX {j;|{ V`d2.l!AaIwBE"?\5>㴁/7ϡx%_~j
+ ^{P8=4cB*&`)S*뉥iY"0 qKɬ݅5>3i5%0nl~g+Tfgt,^e"K@$5$P %N4"B$g֊A(M
+Z lY'5ぐ*;h;CiNA7ڄeY&zd$"KY4іSg=z'ZspW[mWӴM/֓ V2gB,hvis0i 硫CL7.GN|U3UK  R>~[m
+8`|\Mwg0\Gh$ ;. l}2Irb_Ơ! TA_?_IƁ%DOL xqY,#@Y
+f|L
+1pZ>oHdͱ^#(*5w XKg6m6LKqx'g̪A k6I:S[]ޤ9ļj@/@4w%Do>Ѵ8
+,lt[ >,3>79.iCo[=.֮d:V{=c "FEe,7u^n܋"jM"<2}
+{6/eC/QZ'uѶ|yN
+\? 4}/~Ϗ|^~OԿ+.N0bpD&_`t&+PYh,29 iFy)wAeΰSgF D8籸=
+Bĥ6cBɧ:fI5 p^j[)e̬@꫘u55C(ȃMf1
+$fX"i G)ËIhep7[o@Q4B݋۾wҵ}Zڹ]MGM g~s]g6lK+[
+
+5ee߃QPk]N(>~obZVdn˂$ ZXkUheHYdGACV%'\\m~
+BV.2pf‡ɔ#zzC8=v80u,nRhZhLL/p 3e):`M#7!kCm
+g2%590-vta]]/8* ;TˮƯ"R#az#lTgt*Ⱦ[>]y9&k+bC*b~pkg
+Aԇཁ*ւqfd:<>JY[LM;dLv[AuP;[|ow4H.E˂dRiLB<b:xeX,9i킝ΈcL2P9.Ju(bTFpO=ZZx߄{-ӭ9
+.zhKHm@tܻ"X"
+!@!k%`n/MJ߹&EL笙y)кU3$L<q()Ik (XEVx?K5ճ- h(xM o'vҋ][V\ m~'_oj
endstream
endobj
-534 0 obj
+544 0 obj
<<
/Type /Page
-/Contents 535 0 R
-/Resources 533 0 R
+/Contents 545 0 R
+/Resources 543 0 R
/MediaBox [0 0 612 792]
-/Parent 537 0 R
-/Annots [ 526 0 R 531 0 R 532 0 R ]
+/Parent 547 0 R
+/Annots [ 540 0 R 541 0 R 542 0 R ]
>>
endobj
-526 0 obj
+540 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [158.507 597.238 188.727 609.193]
-/A << /S /GoTo /D (subsubsection.2.2.3.1) >>
+/Rect [202.434 518.409 217.157 530.364]
+/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-531 0 obj
+541 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [228.171 445.91 242.893 456.703]
-/A << /S /GoTo /D (section.1.1) >>
+/Rect [158.507 306.032 188.727 317.987]
+/A << /S /GoTo /D (subsubsection.2.2.3.1) >>
>>
endobj
-532 0 obj
+542 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [390.804 168.007 405.526 179.962]
-/A << /S /GoTo /D (section.3.3) >>
+/Rect [228.171 154.704 242.893 165.496]
+/A << /S /GoTo /D (section.1.1) >>
>>
endobj
-536 0 obj
+546 0 obj
+<<
+/D [544 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+58 0 obj
<<
-/D [534 0 R /XYZ 132.768 705.06 null]
+/D [544 0 R /XYZ 133.768 667.198 null]
>>
endobj
62 0 obj
<<
-/D [534 0 R /XYZ 133.768 548.705 null]
+/D [544 0 R /XYZ 133.768 505.464 null]
>>
endobj
-533 0 obj
+66 0 obj
<<
-/Font << /F75 308 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F78 312 0 R /F45 432 0 R /F33 309 0 R /F76 311 0 R /F74 307 0 R /F110 507 0 R >>
+/D [544 0 R /XYZ 133.768 257.499 null]
+>>
+endobj
+543 0 obj
+<<
+/Font << /F74 315 0 R /F33 317 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F45 442 0 R /F41 322 0 R /F76 319 0 R /F78 320 0 R /F110 518 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-540 0 obj
+552 0 obj
<<
-/Length 2560
+/Length 2418
/Filter /FlateDecode
>>
stream
-xYKϯaQds  ع)TfԣIrX^ԏꪯavo^j&ȭULj-2gfBi;_%J(a )MQ=Bg6*Y?s;gȝr>-~Sjo|Fl6<x:u-YR7zegnaUe;88GZW.iŲnAt;ThRZQͭLVA\)‰,1
-&qSJn`zj #|S$/0ff
-+r]myZKn~$\9
-Ch{(
--0C C !rf[$~;:sAwQâ#+y;Pl2 W LJe!sgC ^pm:Y{ l?-BdMh[6z&bBGk/ƽߩ[
-yة|0շw
-_I. b 哈<WawD2+2gDI]xxJT$
-D>(eLİW.hvHQ8^6l@AAqP4 bC6TO3'BT2$Ҷm zXq''P
-I^j29`d&H0YS_ΰq
-tGKpٲ/`tjOi F.`0zU..H{ly JJnS:7]BgbY>
-2X'e9W(m@DVfK<27܆$oHf2-<N4`-2DMZ I?!h_cu
+xX[oܶ~P /+^K
+`E+nWKGIcNJg
+qPh޶ͫsn)zlG
+[ .h+^]z
+r˄suJ Z>>/1j.0XNV#)<8lz7=5DY
+:tH[9lG~;Ѷ#F͆tȑ2~lWcn҆
+N8P_9PH @eWO_i<RH 5[29#C~ '/|p޾mn]^*c*IJ#,9Q4
+5e^c374x:z;}U񳣴-}>D/njy} WkVb^,^#Ȃr<C',?BޠÉr<1
+&  Iq2'^: \J
+y6Ô)+snV<D3ű>. mEIpG9 DP-+NyQ\
+|,p8vBpneyOMWDza@h2FRö׫5:BFD%u\Y.p]+
+m6s;[
endstream
endobj
-539 0 obj
+551 0 obj
<<
/Type /Page
-/Contents 540 0 R
-/Resources 538 0 R
+/Contents 552 0 R
+/Resources 550 0 R
/MediaBox [0 0 612 792]
-/Parent 537 0 R
+/Parent 547 0 R
+/Annots [ 548 0 R ]
>>
endobj
-541 0 obj
+548 0 obj
<<
-/D [539 0 R /XYZ 132.768 705.06 null]
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [390.804 433.498 405.526 445.453]
+/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-66 0 obj
+553 0 obj
<<
-/D [539 0 R /XYZ 133.768 667.198 null]
+/D [551 0 R /XYZ 132.768 705.06 null]
>>
endobj
-538 0 obj
+70 0 obj
+<<
+/D [551 0 R /XYZ 133.768 409.214 null]
+>>
+endobj
+550 0 obj
<<
-/Font << /F92 360 0 R /F33 309 0 R /F100 410 0 R /F41 314 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F76 311 0 R /F78 312 0 R >>
+/Font << /F75 316 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R /F78 320 0 R /F45 442 0 R /F33 317 0 R /F92 368 0 R /F100 420 0 R /F76 319 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-544 0 obj
+557 0 obj
<<
-/Length 2360
+/Length 2429
/Filter /FlateDecode
>>
stream
-xYo~_Gy!R
-\ tKqh>dADmb~CR0s=/%37P<Mx3:<)XaI։P&FL*\tyEZvM?}Pj^2s:_dC_vU~=/MelYu69zffA1B&~Z\]_+F->6LvE\<g(O\ǻzIyWJ+VBVQ"Kweoˍ- U7*\ျ",ˮĂ/4ҏ}m|h3З&Y!AYIҰCLc UtaDL)H)Z7ͶjŜ96rGf>4h0jpUՒ}zmt9 0rNua‹X<kg.u!:|VwTfа~9wuyQ?r A`+C4^b[Oo/a;NC~ldaec$LC7M[bʪ4&,j23(9.TǨ)NJ&5hr"nsJhF.^x;#TЦ+xzuW=}rųKx3DžggzMeE2a*-@Znr{A˧o?"&j"tI NN1Y.4ڙ(¿1QiI3"DA!;"ђ3>"Ӆ$L&"׫n e(yyܞ]
-a]6yt$/5Mϳ|ٜM8~qH$yXNyb,! 8xQ&tq)nSO`V3_X3ȋ؜#R&j s9PqQpozWmyd^%_]}MP(X79
-k-FuTu[ЂLQ
-)܍"l(/0x#"*Q7uJT7:H7WfY. U唳Z4ƾOնmlnT 1"Y:$Kx?
-<LIEzA~_"C_""=;6a8ә
-6zZ>->O4+  k$iL1n!}@}QОR#<)x1
+xڭYKs6WU#!x
+ /7xvR
+g𬊏u1Mhk={p*m`#•
+A:5G(`{&)73_E<PzZ]drzVAcmqXc찡OZ׆Au8r,î6mM:<>LBALp+;/_᯷U~ݸ(SZ⭆Xr H<r"O'geLE%5R<AC>GwHz*t =N,+h_0sCH8q*Mk^Ҍ׆0Dr[>U^PcGGqaWE:6b\$#HPo8{fi=
+ꈙTНיHn1Uc,WRsxj5F}qF?F)hga|w9GoCYZ=ʼUsBp1Y.] ~ ٘@ k4xr_2\[>vqLnRA2Uk~GW *KBB)[]:P&ڇ&|qavxU3wOȧ3 Pt3,/yDcמ)=
+W=@ /`j5Jͽ#ж ~DP;ů]_ A /
+uB*A6F)Xuk)F͇ oٗo P:
endstream
endobj
-543 0 obj
+556 0 obj
<<
/Type /Page
-/Contents 544 0 R
-/Resources 542 0 R
+/Contents 557 0 R
+/Resources 555 0 R
/MediaBox [0 0 612 792]
-/Parent 537 0 R
+/Parent 547 0 R
+/Annots [ 549 0 R ]
>>
endobj
-545 0 obj
+549 0 obj
<<
-/D [543 0 R /XYZ 132.768 705.06 null]
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [288.224 593.973 318.444 605.928]
+/A << /S /GoTo /D (subsubsection.2.2.5.2) >>
>>
endobj
-70 0 obj
+558 0 obj
<<
-/D [543 0 R /XYZ 133.768 583.519 null]
+/D [556 0 R /XYZ 132.768 705.06 null]
>>
endobj
74 0 obj
<<
-/D [543 0 R /XYZ 133.768 390.69 null]
+/D [556 0 R /XYZ 133.768 324.67 null]
>>
endobj
-542 0 obj
+555 0 obj
<<
-/Font << /F100 410 0 R /F33 309 0 R /F75 308 0 R /F74 307 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F76 311 0 R /F78 312 0 R /F80 461 0 R /F110 507 0 R >>
+/Font << /F33 317 0 R /F41 322 0 R /F76 319 0 R /F78 320 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F100 420 0 R /F74 315 0 R /F80 471 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-548 0 obj
+563 0 obj
<<
-/Length 2553
+/Length 2830
/Filter /FlateDecode
>>
stream
-xڽY۸?<>$JjqEpCUly-D$g wCɒLz\p7Ì}?n~VjXK=̄R,L!*ݬg^MK#iU;yI%|) uZgeFB=nRډ^YԱo, US@v~3i)w Jy+֩`}gRjERiQN.O,V-mbK{Yء))vyD~H΄pCN(mi]gk`tc:dۤϗ( [bpu8Ǭ(ɸ
-i1ćX*.YX$Y]=* o` p0~ԷURޡ*>tu,K % < p*lqra/sp´7t26<"|-PeuZ'mZ[%3
-"MS/hm&aQ=,+<A0QD?)]Mi0nrZڃY{ }wPRʈ?)")_\5 ,8]GE
-9pSE_ \.w,/!x]í^pW&Xw%EȔDӤcBBk:ڣ&ē{c
-p>,y&݌ps>[k?2v OIb
-
-a-D)@C&l*Wjtle; 6}hzʪ2r 1uc'*2zN#}~C 8T4":?7[Y,1[V -cYo@'4ase
-ܮNWɆ8FM}ojPNpd%Qxlm=*L!G>룈\;rIxbU+JDlm˳+(f"h0>vXԪRS<]6ցPĘ*hԷe4]Æf#L:#yIG
-vӔֳ|;d @'BFIc#K>!p
-HD%5qOBrI]#!?!Tհh%Chl\,i6{TyMly-+ˀZi `Z!v`7lvČ]/8~?BMU}fZg<}}bm=92Pg ݠ  ,Q&A)#
-VhkV5)ܼ_2;a;Q3% ~RMj0Q|=`ː2̇=61XeG#*b{jzπ5=zݾomT_ `F䵷07J !%3-z+[d>{ݘ%Va
+xZs~_RsB$yI3m:Li>LiYCRe[,H2}vn!/"
+f,?7ŞQwS4-Uρ ?C: (hC-?7XkHݓ:Kzʛ{+i+Z_ {_+;ln<4iCy;qX0UzBSo-f:u[7ތf[}IKJL-D`(6x_v74؉zC'㢦lzaWБAaЌܙXm 12Z
+w#u?:*SPg5T/l$ifnt.,/,Ϝ#g&Pe| ?_PJyEN'b=*jn)w\*;~֞}E=+^P%3:YBSa`@uO#aH
+[ 0(zNbza,za.wB~:,chڴ%Gv5OMCaaeS;̰e"#hR]Y{ĔYHL'H2],s G
+ӂ`HF\<3[(T.ePG6*oʶ+ko^%E̓T7.
+)Q55<#nm<LdxSk䱝9"'1Rq5:>s"C҂
+g@0~o)$C$ue!gl S:y˜FՌ܅6/Dz)3Or4iOzDm5T; mFCGӫ&`Qa1{Ǫ+k3ҫH;∉+8EB#b8$.17'$B3nJ}0_F>glIRy`ϮɊST
+٨ -tCS~KBK8Q{>[ƒys[N=%G
+@7W
+^r 5fWNɒ\l}^jYzC)Gi%Ñ_}ѕU#Ko`ZTW j3DU`ΈjJ3ǃGeZPj |]G|hxNx3
endstream
endobj
-547 0 obj
+562 0 obj
<<
/Type /Page
-/Contents 548 0 R
-/Resources 546 0 R
+/Contents 563 0 R
+/Resources 561 0 R
/MediaBox [0 0 612 792]
-/Parent 537 0 R
+/Parent 547 0 R
+/Annots [ 554 0 R 559 0 R 560 0 R ]
>>
endobj
-549 0 obj
+554 0 obj
<<
-/D [547 0 R /XYZ 132.768 705.06 null]
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [431.76 600.047 438.222 611.984]
+/A << /S /GoTo /D (Hfootnote.5) >>
+>>
+endobj
+559 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [220.36 358.578 226.821 371.068]
+/A << /S /GoTo /D (Hfootnote.6) >>
+>>
+endobj
+560 0 obj
+<<
+/Type /Annot
+/Subtype /Link
+/Border[0 0 0]/H/I/C[1 0 0]
+/Rect [444.381 334.668 474.601 346.623]
+/A << /S /GoTo /D (subsubsection.2.2.5.2) >>
+>>
+endobj
+564 0 obj
+<<
+/D [562 0 R /XYZ 132.768 705.06 null]
>>
endobj
78 0 obj
<<
-/D [547 0 R /XYZ 133.768 406.239 null]
+/D [562 0 R /XYZ 133.768 667.198 null]
>>
endobj
-546 0 obj
+82 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F100 410 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F78 312 0 R /F76 311 0 R /F74 307 0 R /F80 461 0 R >>
+/D [562 0 R /XYZ 133.768 436.236 null]
+>>
+endobj
+565 0 obj
+<<
+/D [562 0 R /XYZ 149.011 147.646 null]
+>>
+endobj
+566 0 obj
+<<
+/D [562 0 R /XYZ 149.011 138.182 null]
+>>
+endobj
+561 0 obj
+<<
+/Font << /F74 315 0 R /F33 317 0 R /F90 318 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R /F78 320 0 R /F76 319 0 R /F80 471 0 R /F100 420 0 R /F96 423 0 R /F95 425 0 R /F109 509 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-552 0 obj
+569 0 obj
<<
-/Length 2051
+/Length 2724
/Filter /FlateDecode
>>
stream
-xn]_</ X ?$<`G"cBrV,jrHm #L_źΞ(OWz{#e,qp{, R}әV*ԗmC;yW9˞fqIhC$UǍHCxۛDϸ\3$h鿯?D:zr~M7v RH$#'+/l%O*r2ĭ=Saڃ;e ;vf0"i46 SS KX0?mF
-dR*!\ԗs1/5(@d1eTA^=ޣəp["S;9 4;!ӗ
->(P= 7v=Ym!wFM;,Y
-;}bB<ҳ$=q=W$
-"$p LH0BɋBT UFTBO'tcBhl\"*0ydǧ1y#D 3v{m[$ic2$ڮ+ںΛ㱧o(b$}gdhNmNB_E2E|K'c%,ǟ-p”Ӌ/x|dcצ5 2;KlBqR
-e' CҒE
-K3J;#I2hWVP<y *Ve,0
-5ls'|PN"55@D6
- iִqR =Ra7]$?jZ] wRY 8N!y쯐Drm4wF/Ohfu7.֐5x(K.cTg1)K͉![jS}9pcp5ޟ\*k wv/X24I|F(]TV+w՝Qv٤=(p!o
-%5(dM=t{^PΊ103+T`W r-J˦!5O>ϕ๓%2/yAiϏd:
-UJLN[%iU6z Td:A\4р=?/t /xVeP<?8Qi+j.S\@CorUt;Ezs!rC16"ViF>_Hh곕ETxx{xGRp>x_} -ȥqAEYԅEgU^r`KaXy$x;:M<j|rˎ ͮ3#:>= .c:I7\6][lv-J
-`wOl[i?M^ h@9AK
-
+xYo_:X'"EuQW[\Z4/r"D|ĻP0pp8ŋEEr};YiכP*J]FRz~7}^_˦ur첤NܷeW.1Зkv6{rvf)<TmqӡٲVy]y6o?U}ˏUVBDnqX[lj0"QCѼne9wÞ׷]V'gےN]"&“2mϼLhY=,[bk<gpm}F+p>X.GZL-fϋ~i-K[GwuR1=Qr]+y$A'0մm6~{!Vx)=^_5{*=-/۶Z{m[%߄# <M&YRG6~"VWͥ8?9Zr$x|k(n!BkGjhuO,=j}ȁui={OQ7Jr_EC: p{8-spjv
+umusI^l\j!kuHCy`_'g7]VqM,ߕ)F:aɅ 't'<Ww$PKck|;*Vw7=-=w윾y)K&%Ƞ%̝}!!ܽt}'nߺٿWwXx}sWǫn<`‡rE#?ot+bόe*﩯0Q GT|QUfDԀ@hGJff"#9uvNEB$ÑwBIjXpz
+@mObf6~N>qVv9AFݖ%:˙!٠!O,
+/>z%Ba%_e_0)_/%I޼7yeb^b^+kq5a#c} Х9ҔAaj<D|̷:Ia&6ǤDn)|U׼Yt7Ž~Q"@w7$
+Q7bڕ͡\Xt 3M$
+`Pxs-__>/T9ɕ̙f,JؚOox jH%X<W\}K5øq:_<ȡNzv4Kvk:DȺI70/Wc>z}5GT)xJsJeueW;߻BK߬.uei2.k;hX6V? 2_mTydW9_b7ɇѱb*UY!TO*]M+9鬶&Z#PR%uDy._I
+hP F4-ʵȀO.q;?_?}hBMMhBER@M QL`
+!~ mV`nI44k4;mR 3uuǰ)emv>rg:2H_t& I jn3LxR##Md|tD[|–>!k]-+NA#X
+_zbU@-ohHi8Nv
+L7"D2 zl9%OuIR(Cltu؝7>I@(<y
+T#CE+:|T6>S^?Wx\bO<Ioo1T~ɷSo&,$0ɩON3ʧ3M4AaZIooh=P8hwSU Np os0:~k.6nVϹc5.f%3Q^sFԵ+<#7sRv\ݐN) aryCծk^
+ 3FjI2-]K$ n
endstream
endobj
-551 0 obj
+568 0 obj
<<
/Type /Page
-/Contents 552 0 R
-/Resources 550 0 R
+/Contents 569 0 R
+/Resources 567 0 R
/MediaBox [0 0 612 792]
-/Parent 537 0 R
+/Parent 547 0 R
>>
endobj
-553 0 obj
+570 0 obj
<<
-/D [551 0 R /XYZ 132.768 705.06 null]
+/D [568 0 R /XYZ 132.768 705.06 null]
>>
endobj
-82 0 obj
+571 0 obj
<<
-/D [551 0 R /XYZ 133.768 428.083 null]
+/D [568 0 R /XYZ 133.768 607.435 null]
>>
endobj
-550 0 obj
+86 0 obj
+<<
+/D [568 0 R /XYZ 133.768 345.171 null]
+>>
+endobj
+567 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F100 410 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F78 312 0 R /F76 311 0 R /F80 461 0 R /F74 307 0 R >>
+/Font << /F33 317 0 R /F41 322 0 R /F74 315 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F76 319 0 R /F78 320 0 R /F80 471 0 R /F100 420 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-557 0 obj
+574 0 obj
<<
-/Length 2703
+/Length 2333
/Filter /FlateDecode
>>
stream
-xڝYKs6WfVÀ
-P\*º <}' (Q/b8>9)>QZ+o&̴SwpCVv '`DX(IYn_w8Lk!=ncrz"?p-ǭ#UC#21`޵{!Sjgx|jk!0jNc<4{j6kRs O0K )Xx,İT
->`;RY1Ίg H{!yg6:r[p=fGyH'$86eI[?OhطPs- obM37i7iO898**-Y{̋3CM6E41'.j1iGPn0Q,땟
-5e'g+q  #}$JtE^Hxy2gcG™ƙSVSokbD" :]M6C>}<kM!y93KV;wx85E3qwq|`]y=C\UǓ{Cl=w ~(u5K}$y
-H7O]מlfl`/AtR4z3oaRP%-P*(q$_IK )}$@Rx+)RX((ˊgQaiQᒎ|^Ym$͟ƭŎ B7L=n B!3=rJFŻ1Xs='̰)9['S9dK@,*3#0!΋' d{ H. ˵G81i|0A58g1O1o0O#,jKZ0FNEKQoAf6Dqj8E%^g;jC|LOj䫽yH/Z(Ufjqc<7MUmz7渎®-gljOJn$Ϩ:0U D Kpmr{@A.kV.Ua X ƁuWEɂ)1~I yv.ƿ~r/n ߖ $kPc!%pf!e+Ylf\oXpުpt^\=W<&vڕuiThת*# Ě\e@gOGJD^[H]v?؉9 fjkn})-RM+bЧaT
+xY[o~P:$EJA[4)6ARE||Y] e+i(3ánkmQhf8|C3o1Og D]m={*j]x(gSlk)ş~{՚c.zIp^?/?#.C=+$3(`Z͚:qM 8I b 3 v1i6#
+'hKZ!ظs8>J: aS Áv2Izźh.gVDoq{db >^V]0o{,='Q #3<*"Ϙlʦ'>6c򂏽K!hfoB; [ MgrtތV.3uoP7yş x&BQ ր|z{芦->z~g',;KT+j:O
++I1{f7}p&X`6T:o[0ԁ\5k6rG yo>iGm6zf{l ,aJ)oz[j- >!.i %u1fM[x8ٴ|H*bàH$Mo{6'+,|6h&]ɪ+w60~!H8TŞI#;dgWj;Q3iY8i~NlAZ0cQa&EL2ϿnTSy$=nxOM47o?F{Gܖd=q?.ywD˷j{gڞ?nR^9JPVn+
+1>(
endstream
endobj
-556 0 obj
+573 0 obj
<<
/Type /Page
-/Contents 557 0 R
-/Resources 555 0 R
+/Contents 574 0 R
+/Resources 572 0 R
/MediaBox [0 0 612 792]
-/Parent 537 0 R
-/Annots [ 554 0 R ]
+/Parent 547 0 R
>>
endobj
-554 0 obj
+575 0 obj
+<<
+/D [573 0 R /XYZ 132.768 705.06 null]
+>>
+endobj
+90 0 obj
+<<
+/D [573 0 R /XYZ 133.768 395.454 null]
+>>
+endobj
+572 0 obj
+<<
+/Font << /F75 316 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R /F76 319 0 R /F80 471 0 R /F78 320 0 R /F33 317 0 R /F100 420 0 R /F74 315 0 R >>
+/ProcSet [ /PDF /Text ]
+>>
+endobj
+579 0 obj
+<<
+/Length 2631
+/Filter /FlateDecode
+>>
+stream
+xڥYKs W6tTdkgk7C>j -QR)RCRk;.|h4%JCx4@?
+8=ɞȑ6ڲxr[=kYȾ-m[Va֛;j˹o\2ɮh{7l,/!2IbA1I;F(}G ihUܨ.P5 Utg&;60uTԁȩ ^.$Jp<V)'QnOO_.[#YKEaޟUCSwa[(ǐذf8Qi\@_E'g Mӕl
+&/,SBi~+-l
+zBsMPeDy`9WIl]*FKHf-WլkEjp[34.\^AK2B)EyW&jF21 0avZXm>`0wsz!uz)N~V.#QҫF[OuRyw<ow,}хy:V6{/TB-y$m'tkr;X=<Ш[VtP[x
+ǃ&P%9X'%p]T;/V0i"5Bcq ߻M-u
+, \x!ǏS " o{a@BB(W z:zMYۺySENdV*\+xK4!y ,ٳ]Mot $/OchCGQN,ZחdWDcj#>5r#|GdG"x&_C1uGWl
+ӝO|qXyrydqQ<yǀD]|}
+(^SMRzu=n0 
+,?+!-D
+56nW,8GwSVՖG1ˆBxeglđrk (ZU<QT(yـ=E)Qk~т?;Ջj,&] QōAo4\vari]skJq$K۰w Cij|RՎGx&ai!emZ$ށ^㫳Ub
+Jy wzƍtAʱ<,=~{6쐤V?UX kE?Ú*,Z,pZ"<g%,<gıц;jkP!͖&+>U_l)v\#-,;>s> C#E>$? 6yCϪ*j>S&&Dך 7,a:^;@T}QO+₾&1SB"p5D~rM:hN2)mE+9xWK2T;vm6%F/ukl31, ,W'D*Ti8qjBUI\>
+endstream
+endobj
+578 0 obj
+<<
+/Type /Page
+/Contents 579 0 R
+/Resources 577 0 R
+/MediaBox [0 0 612 792]
+/Parent 582 0 R
+/Annots [ 576 0 R ]
+>>
+endobj
+576 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [427.713 202.873 442.436 214.828]
+/Rect [427.713 185.715 442.436 197.67]
/A << /S /GoTo /D (equation.1.2.1) >>
>>
endobj
-558 0 obj
+580 0 obj
<<
-/D [556 0 R /XYZ 132.768 705.06 null]
+/D [578 0 R /XYZ 132.768 705.06 null]
>>
endobj
-86 0 obj
+94 0 obj
<<
-/D [556 0 R /XYZ 133.768 553.434 null]
+/D [578 0 R /XYZ 133.768 536.276 null]
>>
endobj
-90 0 obj
+98 0 obj
<<
-/D [556 0 R /XYZ 133.768 180.464 null]
+/D [578 0 R /XYZ 133.768 163.306 null]
>>
endobj
-555 0 obj
+577 0 obj
<<
-/Font << /F38 313 0 R /F44 431 0 R /F41 314 0 R /F76 311 0 R /F79 559 0 R /F77 443 0 R /F80 461 0 R /F33 309 0 R /F75 308 0 R /F100 410 0 R /F74 307 0 R /F78 312 0 R /F81 454 0 R >>
+/Font << /F75 316 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R /F76 319 0 R /F79 581 0 R /F77 453 0 R /F80 471 0 R /F33 317 0 R /F100 420 0 R /F74 315 0 R /F78 320 0 R /F81 464 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-564 0 obj
+587 0 obj
<<
-/Length 2513
+/Length 2610
/Filter /FlateDecode
>>
stream
-xڭYKϯ-`w7m,o/ n85-ckIGY쪮'<ߟoR*XfMn׉P9k$MZ<u~JC,y˥V[Z /ҥtiS"5Sѥq}] J=jz]=\NiM
-6|6&[! !XfR
-ϛj[$g
-&2$pH_ieSZ&3(fEjFffb+H7 X O7xIЅ'],Bs7GYY/M2vVSq;WQm"g6 `RFe݂pe}jjR6Kml0jM]:_p)K1ݥ,ҟ 4 :cVP %u+H>PϲU&_HͭkSݶ.;h/ms09m!V2{[zY=v+}Sm3#Rnētw(53[n82jѴ5rĔ!5*Nnf`4%F#gkU>)j-W
-F s<g e=DzKKhwα<3R+C@d}7a &R`Rv=ޖ՞VTx塦>&fܲ)7E5%]5q]N]ʻu]oƹCYQȚeZO\E,5|.JZ?4.0|wõc#6cA8 y2d-aB>bS)Ǹ8Ql纮vSOE'C>aILzA"9B^zޏčg@K3Eb
-bGA׶%X1"٧+ikwI dsEGkPP+x2> VQ,`R*g2$ݠ0
-li& a^c1w`+6{!4u?G8|N}),㳜b8S l 
-L)ό,u)
-ܑr.[|Xij&bBfU1ie^>T۲hn.0_9N0bbtF<Rd2E$.TF#WQdr8`#&mlڳqΥ !Yu+ROMr.fԾ#LJo_8Ftq?U
+xڭYݏ۸߿Bo1oR hm=mCkVb[In.%Kl{9$3 ͓'\k-eVf>1LrJަ녰.]}~fH Ccq5t
+_q)X5ĮN녖6m7Vžڕk .mMZ?kҥ3>TX{>->:dDvVu,`Z*֓J},wT*}w*_~CXQk&4N-lSAV[k8"f<E:,D8z89lA?:}TO E[nI3 t6,s`:02D1+2jFffb05է+480<܄q0{T擇0t(˼P&o9c,&89.c5ɼ4Ms3,dFh7=/|tp_fi͛wԁ&9/{f],ҟP&✢&
+ vw#<gPXJͭkS[6n-D-Ń;4A:?lۨ3WqjU˪Xg`8v#}Sm3#Rnĝtw{"K;n82ikv!cCعK9"ji薌ESWW;%5Z-XfYa?°ْA]2,7fmͦ:lWmYiD\jc`)nSĶ^QQ`[T[5f[~:umY1^ofiX.JZ}84.}WxLe`X˳2A1g]F}o}&=s*' -bERHiSNFdlPbu {;ؑ ܈$Ҝ /V9~Zg@fd.0.>wng"AR\
+p%a
+ӄIAK_aP`}*2c &/`#ox.$L[JqV{ z%`
+}3@q>ݎ8G]&0[+lځ.iұ-|}wdGE{SpšQ@BeUgn5mW"P,lyk]VsC5J-?I4
+g<-8.; T]F:O9H⍿+Mgvѡ2 Ԕl@G (@wj79QxtcPmˢyC<0]x+?=d`1<\2;
endstream
endobj
-563 0 obj
+586 0 obj
<<
/Type /Page
-/Contents 564 0 R
-/Resources 562 0 R
+/Contents 587 0 R
+/Resources 585 0 R
/MediaBox [0 0 612 792]
-/Parent 566 0 R
-/Annots [ 560 0 R 561 0 R ]
+/Parent 582 0 R
+/Annots [ 583 0 R 584 0 R ]
>>
endobj
-560 0 obj
+583 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [383.831 453.396 390.805 464.188]
+/Rect [383.831 444.496 390.805 455.289]
/A << /S /GoTo /D (chapter.3) >>
>>
endobj
-561 0 obj
+584 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
-/Rect [153.7 405.575 183.92 416.368]
+/Rect [153.7 396.675 183.92 407.468]
/A << /S /GoTo /D (subsubsection.2.2.1.1) >>
>>
endobj
-565 0 obj
+588 0 obj
<<
-/D [563 0 R /XYZ 132.768 705.06 null]
+/D [586 0 R /XYZ 132.768 705.06 null]
>>
endobj
-94 0 obj
+102 0 obj
<<
-/D [563 0 R /XYZ 133.768 307.585 null]
+/D [586 0 R /XYZ 133.768 302.179 null]
>>
endobj
-562 0 obj
+585 0 obj
<<
-/Font << /F33 309 0 R /F41 314 0 R /F76 311 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F78 312 0 R /F92 360 0 R /F100 410 0 R >>
+/Font << /F41 322 0 R /F38 321 0 R /F33 317 0 R /F76 319 0 R /F75 316 0 R /F44 441 0 R /F78 320 0 R /F92 368 0 R /F100 420 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-572 0 obj
+594 0 obj
<<
/Length 2965
/Filter /FlateDecode
@@ -2711,20 +2873,20 @@ C뀟l`=:hP=06\o** :u<D hx",%I.٭$Pck>4
΍yN3ހxj\> KxS.œ{C'H}E6[v>czS,8OV,2Z2k5D_CkG#8B;lTK
^~܊`Wj^nf,*{,LG|C:4hg䁰r0OSSBS\\;Lm־ZMU'ړq"Q ˳_2J}ڠ|Dg~qz/ǯ k}Hf{<IOSe)d' 8e ?,`V d~I9oHGSfر9aK#)hpcUAN"ܜ"eᆽ½<l&;0=zY& ,&`-ԔUn$}#7u}-c
}!%?$ʍ%s;Эu"Hpv\Ry;bWGP֧"QͦCqB /drd"LΗߍb>,縬ʮo|t:]@vΧ@Ly>ͅRt8 ;l?QuAS\SR
-d_β)bd#m>A\`Ƞd3͙A*
+d_β)bd#m>A\`Ƞdc&+@*
endstream
endobj
-571 0 obj
+593 0 obj
<<
/Type /Page
-/Contents 572 0 R
-/Resources 570 0 R
+/Contents 594 0 R
+/Resources 592 0 R
/MediaBox [0 0 612 792]
-/Parent 566 0 R
-/Annots [ 567 0 R 568 0 R 569 0 R ]
+/Parent 582 0 R
+/Annots [ 589 0 R 590 0 R 591 0 R ]
>>
endobj
-567 0 obj
+589 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2733,7 +2895,7 @@ endobj
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-568 0 obj
+590 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2742,7 +2904,7 @@ endobj
/A << /S /GoTo /D (equation.1.2.2) >>
>>
endobj
-569 0 obj
+591 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2751,18 +2913,18 @@ endobj
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-573 0 obj
+595 0 obj
<<
-/D [571 0 R /XYZ 132.768 705.06 null]
+/D [593 0 R /XYZ 132.768 705.06 null]
>>
endobj
-570 0 obj
+592 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F41 314 0 R /F76 311 0 R /F100 410 0 R /F44 431 0 R /F45 432 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F38 321 0 R /F41 322 0 R /F76 319 0 R /F100 420 0 R /F44 441 0 R /F45 442 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-580 0 obj
+602 0 obj
<<
/Length 2448
/Filter /FlateDecode
@@ -2779,38 +2941,38 @@ o -,8ʓd۞ |1˜!O\{Iس;kʡ0Du=}?}Cy4gwcR
y*W}̷i yɤ,eG|Zy /3t;"=Otup@[*s"(2;bmo~N/a$m@t&sѤ+뒏kpSτh`fMMvom͑;;rdIΪs8ߠBx 7Dž@}Z1_ԯ~z㞒۾Bk*Y>;=殔S({wcZt jLJk%L_] L
XCEP ˳\z˽z
UxvAh䏮w%}Sq,] 80?ntG'SFTzWt}ӤLHm\^hOJC
-fM\VGIl2+~{ఈ{CIw胖\
+fM\VGIl2+~{ఈ{>蔖]
endstream
endobj
-579 0 obj
+601 0 obj
<<
/Type /Page
-/Contents 580 0 R
-/Resources 578 0 R
+/Contents 602 0 R
+/Resources 600 0 R
/MediaBox [0 0 612 792]
-/Parent 566 0 R
-/Annots [ 574 0 R 575 0 R 577 0 R 576 0 R ]
+/Parent 582 0 R
+/Annots [ 596 0 R 597 0 R 599 0 R 598 0 R ]
>>
endobj
-574 0 obj
+596 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [451.225 352.434 457.687 364.371]
-/A << /S /GoTo /D (Hfootnote.5) >>
+/A << /S /GoTo /D (Hfootnote.7) >>
>>
endobj
-575 0 obj
+597 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [213.469 304.337 219.93 316.55]
-/A << /S /GoTo /D (Hfootnote.6) >>
+/A << /S /GoTo /D (Hfootnote.8) >>
>>
endobj
-577 0 obj
+599 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2819,7 +2981,7 @@ endobj
/A << /S /GoTo /D (section.3.3) >>
>>
endobj
-576 0 obj
+598 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2828,71 +2990,64 @@ endobj
/A << /S /GoTo /D (chapter.4) >>
>>
endobj
-581 0 obj
+603 0 obj
<<
-/D [579 0 R /XYZ 132.768 705.06 null]
+/D [601 0 R /XYZ 132.768 705.06 null]
>>
endobj
-98 0 obj
+106 0 obj
<<
-/D [579 0 R /XYZ 133.768 667.198 null]
+/D [601 0 R /XYZ 133.768 667.198 null]
>>
endobj
-102 0 obj
+110 0 obj
<<
-/D [579 0 R /XYZ 133.768 290.32 null]
+/D [601 0 R /XYZ 133.768 290.32 null]
>>
endobj
-582 0 obj
+604 0 obj
<<
-/D [579 0 R /XYZ 149.011 149.075 null]
+/D [601 0 R /XYZ 149.011 149.075 null]
>>
endobj
-583 0 obj
+605 0 obj
<<
-/D [579 0 R /XYZ 149.011 130.146 null]
+/D [601 0 R /XYZ 149.011 130.146 null]
>>
endobj
-578 0 obj
+600 0 obj
<<
-/Font << /F92 360 0 R /F75 308 0 R /F33 309 0 R /F90 310 0 R /F100 410 0 R /F96 413 0 R /F95 415 0 R /F97 416 0 R /F107 464 0 R >>
+/Font << /F92 368 0 R /F75 316 0 R /F33 317 0 R /F90 318 0 R /F100 420 0 R /F96 423 0 R /F95 425 0 R /F97 426 0 R /F107 474 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-589 0 obj
+611 0 obj
<<
/Length 2651
/Filter /FlateDecode
>>
stream
-xڥYY~ׯ@I2-Iyr!@k<XDqzfpɑu4Yv=Y`9nO/G}FM&2Qڊ4QgSlsnS*i#-w۝1_]]Y|[y]nߎ;Il'ENS&ˏon7(wN g6; 1`:;F#a/
-'t@r@*)]"x;a(p.68yek9Y2} *7ؽ\'6yiCDZcյ-c*4@ۛze_ܠ}y8?r$"N@78QB{IO%SX(i_"kssu7+^kWDUY!K?䗪G6-lnn;%mm+ȜN {qviF HlnSpwϋx
-;?dO~᪾>@F/'ADu1ќO:\![CqώώuC y_PyҡS=Teea_gXAPBz ,㩬<0[T
- `@"Sjl06qyE 'ǭV+Óm}< nΖ&m!^;]@DCqj32n TA|dO8!;v w>LW`:f+ɯ,E2,J&.O@}&
-ö͙G!Mڼ'RwF؆+s.xtaFZ.P5A߭1y
- e 
-]uph}ٜoGVfJ*K w`4& E!i82?nߕuG)k=">/{Gu?(PoJEW ;T5
-l-zyqB>
-E 7CgYߗ/dhkR%m
-
-tLzfj֦e,t=B_Z8xu|i  U߼h>ygt]_dKyyv{>#({Ɗ??n͗J3Y`#Ъ A%+RS )'HcԁV
-=Z6g/Xg%
-ϓI,m,'2w'#y d<!Tp ۥIp]B+$(LF鸾a؋垮c9Uw::8\L=J LaA dX(
-\+hbF?VS&vW0"e<Bi#}
-J^txa
+xڥYY~ׯ@I2&' Dȃ@g \]Gjꪯ&&"yodqf6R8urcM27FTEowJHNk/O-.?oǝ^83Ɗ8Kf')3ʝ՛
+2it Om^eSZuUޝ"ޠqyќ=OpH6h܊/\: E#t&Hz|Tl$.o2xDAX/08X4s0q:TaD.Y7
+ e 
+]uph}ٜoGVfJ2sdn;GnB4 XixDʺ5| Di߽#DXއٺrT'y$/?""b+iGxAr I Ӗ=8!ꢅ3,K2456y;HʾEL>N{َTY% @,e:ՠn> 'xYac"t&+`.97GGd\
+LB8m%Թ"Odt\+x],ӕb"F*WP?QG
+dj?#ݭ5:,eFxa&H^CU GwrBGZ6
+O
+ofS`ҒYbZJX%eߦ$B.3i! ~&&
endstream
endobj
-588 0 obj
+610 0 obj
<<
/Type /Page
-/Contents 589 0 R
-/Resources 587 0 R
+/Contents 611 0 R
+/Resources 609 0 R
/MediaBox [0 0 612 792]
-/Parent 566 0 R
-/Annots [ 584 0 R 585 0 R 586 0 R ]
+/Parent 582 0 R
+/Annots [ 606 0 R 607 0 R 608 0 R ]
>>
endobj
-584 0 obj
+606 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -2901,61 +3056,61 @@ endobj
/A << /S /GoTo /D (section.1.2) >>
>>
endobj
-585 0 obj
+607 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [223.108 301.926 237.83 312.718]
-/A << /S /GoTo /D (table.caption.6) >>
+/A << /S /GoTo /D (table.caption.7) >>
>>
endobj
-586 0 obj
+608 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [160.3 223.314 175.023 234.106]
-/A << /S /GoTo /D (table.caption.6) >>
+/A << /S /GoTo /D (table.caption.7) >>
>>
endobj
-590 0 obj
+612 0 obj
<<
-/D [588 0 R /XYZ 132.768 705.06 null]
+/D [610 0 R /XYZ 132.768 705.06 null]
>>
endobj
-591 0 obj
+613 0 obj
<<
-/D [588 0 R /XYZ 133.768 673.176 null]
+/D [610 0 R /XYZ 133.768 673.176 null]
>>
endobj
-106 0 obj
+114 0 obj
<<
-/D [588 0 R /XYZ 133.768 263.51 null]
+/D [610 0 R /XYZ 133.768 263.51 null]
>>
endobj
-593 0 obj
+615 0 obj
<<
-/D [588 0 R /XYZ 133.768 172.73 null]
+/D [610 0 R /XYZ 133.768 172.73 null]
>>
endobj
-594 0 obj
+616 0 obj
<<
-/D [588 0 R /XYZ 133.768 152.955 null]
+/D [610 0 R /XYZ 133.768 152.955 null]
>>
endobj
-595 0 obj
+617 0 obj
<<
-/D [588 0 R /XYZ 133.768 133.181 null]
+/D [610 0 R /XYZ 133.768 133.181 null]
>>
endobj
-587 0 obj
+609 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F44 431 0 R /F54 592 0 R /F100 410 0 R /F92 360 0 R /F110 507 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F44 441 0 R /F54 614 0 R /F100 420 0 R /F92 368 0 R /F110 518 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-602 0 obj
+624 0 obj
<<
/Length 2651
/Filter /FlateDecode
@@ -2969,38 +3124,38 @@ W_Z̘(1 _uae P4,UV i83JRLhͿ^L\%,1¬
6B}Z
0iARH$
toT<ۧ!Ϡ-׏F.&2ZTuZ Rv j㊋aW.?g`cV7 ^F1[to3}+< ~:u0~?V)B#!֧l!Sf\9j#vi0|eI%ڞM5ۚfZ#\,Bv|?[ߘ)><e_@R1ݺT >8MTK1 n4+Yȇ"Ghhp
-3U5k^L;5~.zyCc>cli"mFl,1缧i4|G'<>#o-u뒆儔Qg$B-74ɿgV*
+3U5k^L;5~.zyCc>cli"mFl,1缧i4|G'<>#o-u뒆儔Qg$B-74ɿgV*
endstream
endobj
-601 0 obj
+623 0 obj
<<
/Type /Page
-/Contents 602 0 R
-/Resources 600 0 R
+/Contents 624 0 R
+/Resources 622 0 R
/MediaBox [0 0 612 792]
-/Parent 566 0 R
-/Annots [ 597 0 R 598 0 R 599 0 R ]
+/Parent 582 0 R
+/Annots [ 619 0 R 620 0 R 621 0 R ]
>>
endobj
-597 0 obj
+619 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [265.905 496.28 280.627 507.073]
-/A << /S /GoTo /D (table.caption.6) >>
+/A << /S /GoTo /D (table.caption.7) >>
>>
endobj
-598 0 obj
+620 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [172.873 330.21 187.595 341.003]
-/A << /S /GoTo /D (table.caption.6) >>
+/A << /S /GoTo /D (table.caption.7) >>
>>
endobj
-599 0 obj
+621 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3009,18 +3164,18 @@ endobj
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-603 0 obj
+625 0 obj
<<
-/D [601 0 R /XYZ 132.768 705.06 null]
+/D [623 0 R /XYZ 132.768 705.06 null]
>>
endobj
-600 0 obj
+622 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F100 410 0 R /F74 307 0 R /F101 439 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F100 420 0 R /F74 315 0 R /F101 449 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-606 0 obj
+628 0 obj
<<
/Length 945
/Filter /FlateDecode
@@ -3030,66 +3185,61 @@ xŘKs:|
-εNt\vIB+!LV1vOϑd
4Ԃ0]
eRB싋A.;Iz3ZE7, a:>
->56W) VIT닗t
+>56W) VIt닗υ
endstream
endobj
-605 0 obj
+627 0 obj
<<
/Type /Page
-/Contents 606 0 R
-/Resources 604 0 R
+/Contents 628 0 R
+/Resources 626 0 R
/MediaBox [0 0 612 792]
-/Parent 566 0 R
+/Parent 631 0 R
>>
endobj
-607 0 obj
+629 0 obj
<<
-/D [605 0 R /XYZ 132.768 705.06 null]
+/D [627 0 R /XYZ 132.768 705.06 null]
>>
endobj
-596 0 obj
+618 0 obj
<<
-/D [605 0 R /XYZ 133.768 599.024 null]
+/D [627 0 R /XYZ 133.768 599.024 null]
>>
endobj
-604 0 obj
+626 0 obj
<<
-/Font << /F33 309 0 R /F115 608 0 R /F73 302 0 R >>
+/Font << /F33 317 0 R /F115 630 0 R /F73 310 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-612 0 obj
+635 0 obj
<<
-/Length 2937
+/Length 2939
/Filter /FlateDecode
>>
stream
-xZێܸ}[fG`,&^dFn[I7ȿE]k/QHOI%я7eZ6ֲH FoDwi((a78? ~x#lPLlm}wK#n]Iλ5m@oOU#YeR-Tu]Խˇw0|u\$LdvuCX)E1,K2M^rcH%˔
-%~CLb+!i-A$$E,MAjgyY.V:!X4`},XdY:!4f<4F
-&]YҷB4l5 ,E2Xyn9_N=
-z{?‡p k<\>0Ԩt#HF *ʶwjFz !@PUE9wme
-52z9_#m eec Z{]遭0
-%i횶ckLGۼ(PR1@st?4`R"AmqW궬# q#!d. ]uʞCQb-rasjfȮAʠHؑc SPOn[ʠ`۠(C<-HZ&$t洄}NK<bCzש 4{i@By,L0cvdbNVxʿtigIQ>́GД~FNΏǶ9U8F~"<:RW
-ytUiH829֧Z|WO5BC%TN
-
-45*\  !o_+gPYa3Q(()H R4PAN]O&'E:cTo<l]dǼuR>33>˽ޔϰ@hWSqN9\pSs 첎f\m#0yT,hA= +* ؛G@ f]q+LqXсc]Ui>w#M9)Z*4nO{2]' ʸvJyg^4 F) d(2 "KT dRq,pr1iUy{o:sp څRB(E߼%
-S0 c\%\盿 y~+.$hi/(6bt~>WLQ;jn8<&z,=Ù| qZXcs,slc~:٫ <N^OT<r&rios Y}C6ȲǡOؑilapH2Kb~ Xa[]$ p;-=Ϣ!;mƟMƆ ӠX.Y%U-
-ȶ x^T r_C!/ .Oet@:[Lw,isVL]eįؚvko|jBΔl1z=5t:\f7y9P;I!6RHCÛ{TE+7й `跜PBk*O|_,’&a?@J'G0iQ"-NK2`K[(,te!%SCJ%Se#a=ϪVOhHjjG9Dn p >u=a%M٢?, cR
-9=1_9fh|>HT<=9I.V
-e^d>`Rنh;.H.9QՌ) bD:m,7qDݿT\3@ 5[uxLo7sJm1r{9XE-?c]PHIvɊJ*rzކ؏|BbKS3kX>uOVמ gaf>R/ev_fBR9/[In'I}\(SKTkBó;e^P;6xJXG63eC&kG`)4=W0+A]gz`q^ r1(*AJSwe.H-K} m ^dN&5W`0 T4|ןQw{%+qqa9^h^guפHZ@$Ht +XR0}/ H
+xZێܸ}[fG`,&^dYًRO+V:coO6c/(]$N]8I%я7eZ6ֲH FoDwi((a78? ~x#lPLlm}wK#n]Iλ5m@oOU#YeR-Tu]Խˇw0|u\$LdvuCX)E1,K2M^rcH%˔
+%~CLb+!i-A$$E,MAjgyY.V:!X4`},XdY:!4f<4F
+zڼw](vJ,Ԩp18,E[To| AGg]6aPF j"`J @:>wB"~L]w[FCPu&vI ,ά,[
+xSj>bϻ/]sL99pe O':q۶|:f ^%S||86<4`of
+bY{63<A
+#Xb1k3(D-tW.Qy88ߩx,/LLsٳ@@#meC#g? t%d*]Ŏv¶:LI@v[zEC
+S҉u3۾Yn̉9ef PkH/S&9o<R=ڴ=c<?("y=r;Z~Ǻġ D-PU?W6 9V$ Ŗ*fBmU@7M}zo\8+lu aPTVnRo_م@ Ne2jpm·M=R Qdr}ۆ[~lq"2Yk`]}Z~ՠL=\Q,s8/ X+LR%ԝ|(oq_~CclwYcM.z‚38_9gp]nJ<x&i{lNW:ڥi5~;m4R#]a
+V1Lj%",
endstream
endobj
-611 0 obj
+634 0 obj
<<
/Type /Page
-/Contents 612 0 R
-/Resources 610 0 R
+/Contents 635 0 R
+/Resources 633 0 R
/MediaBox [0 0 612 792]
-/Parent 614 0 R
-/Annots [ 609 0 R ]
+/Parent 631 0 R
+/Annots [ 632 0 R ]
>>
endobj
-609 0 obj
+632 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3098,104 +3248,99 @@ endobj
/A << /S /GoTo /D (subsection.3.3.3) >>
>>
endobj
-613 0 obj
+636 0 obj
<<
-/D [611 0 R /XYZ 132.768 705.06 null]
+/D [634 0 R /XYZ 132.768 705.06 null]
>>
endobj
-610 0 obj
+633 0 obj
<<
-/Font << /F74 307 0 R /F75 308 0 R /F33 309 0 R /F101 439 0 R /F38 313 0 R /F78 312 0 R /F41 314 0 R /F76 311 0 R /F100 410 0 R /F80 461 0 R /F79 559 0 R >>
+/Font << /F74 315 0 R /F75 316 0 R /F33 317 0 R /F101 449 0 R /F38 321 0 R /F78 320 0 R /F41 322 0 R /F76 319 0 R /F100 420 0 R /F80 471 0 R /F79 581 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-617 0 obj
+639 0 obj
<<
/Length 2500
/Filter /FlateDecode
>>
stream
-xY[o~ϯ[m *8(P-Z(=XJll EEInpx77' OtCǻo"qe2KarYd2LrW&?nMMe_fIƜUg̹DLd*)0.Uθh×mDJ딚 ~MoSa_Q>C}PR=P͸pf1@+Mد>tU ]Tk&,IMMqT6Ւo)n+[a͕ޚM>_4,OŮ>>wjﳿku\ԂIB_FEϙEXT|~\m]*]ƴֱ\kOh|}پZ2̸PuNiQ|,3C
-Cqn \)/ F]].
-8RጜXH>U0eaoɰwӧmd8-voAյ hr%uH׏ګh}Qʱ[Ba@WwX=LwLiͮ .th<9H{_RUܰPaaZp_av_U=fWݷBNϔcEOiNdGRsKÊ=|uǬǵj0jŚ 3,s{0y0Ϙ2&y<ΊXpd) b6c|} !6N}ݷw7'0&&L$͏?)S.O=xpw
-aF ~K
-}X_O# "7tfAؼlsyCB_3bfEwi@_)L;d~d4~R7,k|Xgaʰ\O IKM64Z`jco縕!s\s@h5Ze
-|$Ԁ2 12,kLSBA8> -h::&lrJk
-1ϡ)yx!G"  闭/Z G- ١Z"%?~Ǚ3Lef >m->|4f7\X>s)f byOsvm(>"nlƔ(eIL[(B^{) Ԙ)|R[`I/‰sM,M\8΀eMgLP@b?ԛړW.,kA0T(0I7G5M;b!>FA4Ld,Phg#!ˤ? HŸQ7.CR" ]%$4CQEd ٟOq\>Vi)f)ۮ
-Ŀ"yC=uSRkt K+6!.jKb$
-fÍx`(dX 5͡k-_PyN!PF˹?fA{l
-#:cs4;8hexi x
-YfAO)ǦxdK*NoQ&)o_0P ,
-cPhCLIcxDB[](sG(p^#`-i?El}&*.X {<pb4}Z 4X~y\OףQrz>O@(vE!JLi/}fL̷+吕x9_b~i) z7:b{,wwUt
+xY[o~-dz
+"EvDm>`60^o1Hy U_=F< nN24{Y(5DwUc]bOw,Rf3;vKEJ5 REɂ|%V_iRys8 DY^rW;4bzhTcSӼy#2kbj4>ړ-ItQ5\D ~)z%Z~reqމx54WTغsk.|"~(4OE+fq=Z7$,`2M'Q/ ϙEXmmOUz`"ڋUڔiCViOh|_7Ӌud5Ӻc>%EyK}w U,~)jD?)/bgWB3)'m
+Dn¥Cpfy
+fBF3 r$
+k7
+U.н*^AMMPHi) !m(H2;'R1nTMn7Ao݋7O( 2`MΧS2>W{e]QnQK]}u '!:URt I)6!jKb$fx` 5ɡ
+k-WP9NS&ihoGvejwYq
+W.s8P߿U!7 !mG6odpS?. e籠xz.`᯿x;Äas*n%e`ecưrCpWh9epju]x  fW!Nr{k!;N@sZ4wL~՝"Pa!*
+j)d|K/9 |Q|O+܁L}2'#5FoԎ}5,h}CL<.:f6 |\rθ0PŕXpɷ,|!L)P*@Ҋg]
endstream
endobj
-616 0 obj
+638 0 obj
<<
/Type /Page
-/Contents 617 0 R
-/Resources 615 0 R
+/Contents 639 0 R
+/Resources 637 0 R
/MediaBox [0 0 612 792]
-/Parent 614 0 R
+/Parent 631 0 R
>>
endobj
-618 0 obj
+640 0 obj
<<
-/D [616 0 R /XYZ 132.768 705.06 null]
+/D [638 0 R /XYZ 132.768 705.06 null]
>>
endobj
-615 0 obj
+637 0 obj
<<
-/Font << /F41 314 0 R /F76 311 0 R /F33 309 0 R /F74 307 0 R /F75 308 0 R /F110 507 0 R /F38 313 0 R /F78 312 0 R >>
+/Font << /F41 322 0 R /F76 319 0 R /F33 317 0 R /F74 315 0 R /F75 316 0 R /F110 518 0 R /F38 321 0 R /F78 320 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-623 0 obj
+645 0 obj
<<
-/Length 2641
+/Length 2642
/Filter /FlateDecode
>>
stream
-xڭYKϯ-`_A$ Զl+#K$lo*%Q2mwor*YU_=xww?j,iR41DLHzڭ~NT׻MW?=e$T2 Kz<c?iDtĨhJ~>7DE+vOqͣ-iH>hjwη^)ZDaߴ[ 2,3zeڝ؉e+R- /y6wKOؤحtWQY8
-\kDj6{͛ݮTL4L9Ef~H`ܗMb_*1+BXdF!Xp$LbZ@2aMʔDvS ֜a~S}:AJE6MmVh6^a^idRa(5da> !ôw+]I)A0ЇVo,p/'< isSQ? ~nȹ,҅ȫPA~릧$3ڈ
-O'.ܡ. WyU/:jq ;\EdoH?/<-;ͷ44,ۻE`,Eۃ"f0+Tf%\/*z-Et (GElLqRtLGz]Hc d 1gkDG+Y*?/]rwnZM<uN{Tyߴv4P),/GHalW &hdH[ZuwHturL,ض.':C <$ 4 _TCথZ `m,䩫;"Wt)/炃gdz<\oP:7m~tJoBwK_!cq?M Zi#vF[ J1G[*t#Cŝ"u hK N|S\1#,QpG^Bp3;*SϹbA*o ؐzvn/s,0 +U=1'Q܏IG-(U;! [I*Fq}PI`<I
-)-7F,|!A|$A뮨ݤR1#ţh
-LĔ:܊t&2ƪإ
-< (X*Q&ueVcoiD:a b0IkOW^x9"SK02rcBN&]f,1dJňW) ! s5``3rL%iʨg%\/A^B,3f8ibb9"3s|ߜa1  I5ɃR rŝ:fnqx1WI"5O96^LImې
-(P %zsC4LJg\0 ?_].`\h犊 eՎM.ov:`sȁCئ։ֽP+ByUXUB9 w:WgkU&%_"Ffe塢y`ZgAzIvL8$.g'ˁ1֣~4fEqXf7\pxfe$#B r:Em!1&Oh @MB&QU BӇ [ Ď]vh PF&.!2B2BT9.i̳1X: h7!*aܤ ݾ3^jvMd@u
-摝dipTYMl^gW֭!@pF&loi
-0P*tw,2;<ܰ$9Tm+6Hb#rvʻnx-XjH_Q>#+ӜM
-\
-s ԏ6
-S ~KmFEY * s8"a;!p2(
-;p;BFDRL X۶ȭAZl~El!T #m]?%bfqY $`*du?>/ޜ
+xڭYI-r7Dc K lVZ-俧E&9I܊EVW a.}T,HVOY%:eBnS~Uu"W6uvYR(+`/~F$j )rYor>@G*׹\4j\ASznS`\Ao60kj9:؉e˿Rf /y6KO$/حsI=:k0*f(pG&θVݵhvb*,d)fZA'j첽k*!04VXn%q$LbX@2aMʔDvStvͦ=5um@JE6UpWQ_aSidRn(5dn"!ôw]u CE 7m\P? ~nȹt&"?dyOg66{3.2` ӌPY*W/D,o *\|ǁ$0|yV=-=kΤGOafe[B|P_O&cs%ݛ,d2
+azMkAJ#uN{LU9W~4Q)S v]vS WG6У!Rrey j2$ͽ]uwHtxT.80=cK
+AP 1Rȋ[!߼[ T̰9,/1iX<b'UZ\jщ 9YwanFYh@""un:QX4ES؜bbHnDڦHUU\>d&eh#`@(U:a3se@
+-99,f!.g7lA8a`#Z<!Rw|l/q}~iB n!)RaϤԨz[S@|G2uI8})q||Ѻ"`BP9| cŎnB& ,0M{B8S,Ȗ +@
+ԯ^ f77qbTIUjc`ZEzIpI]N_I6ͩ!bGTc&ۉtE7\xˁ l yFdiK-`
+YgiBXEh`8 jdb9x!v !*^ BLA,K-T¸Ig}/,3ƀ.*
+l>-[+R?B <
+=qM#;xT\E$CpQ 7.=[7|: `vlX˱]
+0c#TR B XX<3 aIR|"YSu-_ԐTnjLLs6@+p`=␐G8z93 AFf
+~ys}Y C+[oR5(m. GLh&qQ"`=L8fTKlfuU[T`DkKN
+ğ+ܾ[eKT&v_(b J 4/a_N6I d9H G
endstream
endobj
-622 0 obj
+644 0 obj
<<
/Type /Page
-/Contents 623 0 R
-/Resources 621 0 R
+/Contents 645 0 R
+/Resources 643 0 R
/MediaBox [0 0 612 792]
-/Parent 614 0 R
+/Parent 631 0 R
>>
endobj
-624 0 obj
+646 0 obj
<<
-/D [622 0 R /XYZ 132.768 705.06 null]
+/D [644 0 R /XYZ 132.768 705.06 null]
>>
endobj
-110 0 obj
+118 0 obj
<<
-/D [622 0 R /XYZ 133.768 183.076 null]
+/D [644 0 R /XYZ 133.768 183.076 null]
>>
endobj
-621 0 obj
+643 0 obj
<<
-/Font << /F74 307 0 R /F33 309 0 R /F75 308 0 R /F38 313 0 R /F41 314 0 R /F92 360 0 R /F110 507 0 R >>
+/Font << /F74 315 0 R /F33 317 0 R /F75 316 0 R /F38 321 0 R /F41 322 0 R /F92 368 0 R /F110 518 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-635 0 obj
+657 0 obj
<<
/Length 1956
/Filter /FlateDecode
@@ -3210,29 +3355,29 @@ xK6+t\T [nд@=dFkk򣒜9,ٲ.rЋEIC΃3IF\#ןn^^
AYp^U6m5tڴ{p29:~*P$j{,097 +S<FQͰ9]exuwlv)R=D*უox d*ST*(mOi^ழ6A]`,t>Gx
bV00׾<t)lu2E5APLL, \պgHJM|w\1uB^aok@lʼ weQ7hzނGe &l^_U3Rf38v@=m
[z@(!)lpBw`ӻjV͝Qq]f"<ÒKBpت?8Ҿ^wNIwP*a)iz"wꥁr-84F530%Ƒ( 8R|l&\CL0wT:Ejj <
-K #uC@)p\}>Au史ExVcgw xg|F8 ꎵc#o%-GQ[V=պhkaRiH*!I*EiGVAZq05քP[jۚ@Z!
+K #uC@)p\}>Au史ExVcgw xg|F8 ꎵc#o%-GQ[V=պhkaRiH*!I*EiGVAZq05քP[jۚ@Z!
endstream
endobj
-634 0 obj
+656 0 obj
<<
/Type /Page
-/Contents 635 0 R
-/Resources 633 0 R
+/Contents 657 0 R
+/Resources 655 0 R
/MediaBox [0 0 612 792]
-/Parent 614 0 R
-/Annots [ 619 0 R 620 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R ]
+/Parent 631 0 R
+/Annots [ 641 0 R 642 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R ]
>>
endobj
-619 0 obj
+641 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [446.785 387.021 461.508 397.814]
-/A << /S /GoTo /D (table.caption.6) >>
+/A << /S /GoTo /D (table.caption.7) >>
>>
endobj
-620 0 obj
+642 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3241,16 +3386,16 @@ endobj
/A << /S /GoTo /D (subsection.5.2.2) >>
>>
endobj
-625 0 obj
+647 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [395.047 292.923 409.77 303.716]
-/A << /S /GoTo /D (table.caption.6) >>
+/A << /S /GoTo /D (table.caption.7) >>
>>
endobj
-626 0 obj
+648 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3259,7 +3404,7 @@ endobj
/A << /S /GoTo /D (subtable.3.3.1) >>
>>
endobj
-627 0 obj
+649 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3268,16 +3413,16 @@ endobj
/A << /S /GoTo /D (subsection.5.2.3) >>
>>
endobj
-628 0 obj
+650 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [389.786 198.825 404.508 209.618]
-/A << /S /GoTo /D (table.caption.6) >>
+/A << /S /GoTo /D (table.caption.7) >>
>>
endobj
-629 0 obj
+651 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3286,7 +3431,7 @@ endobj
/A << /S /GoTo /D (subtable.3.3.2) >>
>>
endobj
-630 0 obj
+652 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3295,53 +3440,53 @@ endobj
/A << /S /GoTo /D (subsection.5.2.4) >>
>>
endobj
-636 0 obj
+658 0 obj
<<
-/D [634 0 R /XYZ 132.768 705.06 null]
+/D [656 0 R /XYZ 132.768 705.06 null]
>>
endobj
-637 0 obj
+659 0 obj
<<
-/D [634 0 R /XYZ 133.768 673.176 null]
+/D [656 0 R /XYZ 133.768 673.176 null]
>>
endobj
-638 0 obj
+660 0 obj
<<
-/D [634 0 R /XYZ 133.768 645.28 null]
+/D [656 0 R /XYZ 133.768 645.28 null]
>>
endobj
-639 0 obj
+661 0 obj
<<
-/D [634 0 R /XYZ 302.427 643.786 null]
+/D [656 0 R /XYZ 302.427 643.786 null]
>>
endobj
-640 0 obj
+662 0 obj
<<
-/D [634 0 R /XYZ 133.768 515.127 null]
+/D [656 0 R /XYZ 133.768 515.127 null]
>>
endobj
-641 0 obj
+663 0 obj
<<
-/D [634 0 R /XYZ 322.147 512.636 null]
+/D [656 0 R /XYZ 322.147 512.636 null]
>>
endobj
-114 0 obj
+122 0 obj
<<
-/D [634 0 R /XYZ 133.768 340.149 null]
+/D [656 0 R /XYZ 133.768 340.149 null]
>>
endobj
-118 0 obj
+126 0 obj
<<
-/D [634 0 R /XYZ 133.768 246.05 null]
+/D [656 0 R /XYZ 133.768 246.05 null]
>>
endobj
-633 0 obj
+655 0 obj
<<
-/Font << /F33 309 0 R /F95 415 0 R /F107 464 0 R /F73 302 0 R /F115 608 0 R /F75 308 0 R /F100 410 0 R /F92 360 0 R /F110 507 0 R >>
+/Font << /F33 317 0 R /F95 425 0 R /F107 474 0 R /F73 310 0 R /F115 630 0 R /F75 316 0 R /F100 420 0 R /F92 368 0 R /F110 518 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-647 0 obj
+669 0 obj
<<
/Length 2621
/Filter /FlateDecode
@@ -3357,20 +3502,20 @@ Z$`m
;umiI
V(%&wE,#J#zQEGվ_QR#rG7;tɠl#ھK~y2|>4OatGUԒ?>8^ݸŦ6.Nf3߽7C88ϮrU+UT/2a<?.
ADzk( L{OEEi:-]t]`(@iKDbDGHj.|HӒ, 7/O @3ɉ]|I_> ۤ# 
-dn. Qe(;[כ6dvt'+ @I3껦rj*R;q4a&A FxvHBv>]vfSeAR/KٱPX۽s?w;S~3BPI &GrW,
+dn. Qe(;[כ6dvt'+ @I3껦rj*R;q4a&A FxvHBv>]vfSeAR/KٱPX۽s?w;S~3BPI0}_W-
endstream
endobj
-646 0 obj
+668 0 obj
<<
/Type /Page
-/Contents 647 0 R
-/Resources 645 0 R
+/Contents 669 0 R
+/Resources 667 0 R
/MediaBox [0 0 612 792]
-/Parent 614 0 R
-/Annots [ 631 0 R 632 0 R 642 0 R 643 0 R 644 0 R ]
+/Parent 631 0 R
+/Annots [ 653 0 R 654 0 R 664 0 R 665 0 R 666 0 R ]
>>
endobj
-631 0 obj
+653 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3379,7 +3524,7 @@ endobj
/A << /S /GoTo /D (subtable.3.3.3) >>
>>
endobj
-632 0 obj
+654 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3388,7 +3533,7 @@ endobj
/A << /S /GoTo /D (subtable.3.3.4) >>
>>
endobj
-642 0 obj
+664 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3397,7 +3542,7 @@ endobj
/A << /S /GoTo /D (section.3.4) >>
>>
endobj
-643 0 obj
+665 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3406,7 +3551,7 @@ endobj
/A << /S /GoTo /D (section.1.2) >>
>>
endobj
-644 0 obj
+666 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3415,70 +3560,69 @@ endobj
/A << /S /GoTo /D (chapter.4) >>
>>
endobj
-648 0 obj
+670 0 obj
<<
-/D [646 0 R /XYZ 132.768 705.06 null]
+/D [668 0 R /XYZ 132.768 705.06 null]
>>
endobj
-122 0 obj
+130 0 obj
<<
-/D [646 0 R /XYZ 133.768 667.198 null]
+/D [668 0 R /XYZ 133.768 667.198 null]
>>
endobj
-126 0 obj
+134 0 obj
<<
-/D [646 0 R /XYZ 133.768 586.03 null]
+/D [668 0 R /XYZ 133.768 586.03 null]
>>
endobj
-649 0 obj
+671 0 obj
<<
-/D [646 0 R /XYZ 133.768 347.024 null]
+/D [668 0 R /XYZ 133.768 347.024 null]
>>
endobj
-650 0 obj
+672 0 obj
<<
-/D [646 0 R /XYZ 133.768 302.635 null]
+/D [668 0 R /XYZ 133.768 302.635 null]
>>
endobj
-651 0 obj
+673 0 obj
<<
-/D [646 0 R /XYZ 133.768 247.398 null]
+/D [668 0 R /XYZ 133.768 247.398 null]
>>
endobj
-645 0 obj
+667 0 obj
<<
-/Font << /F92 360 0 R /F110 507 0 R /F33 309 0 R /F100 410 0 R /F75 308 0 R >>
+/Font << /F92 368 0 R /F110 518 0 R /F33 317 0 R /F100 420 0 R /F75 316 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-656 0 obj
+678 0 obj
<<
/Length 2931
/Filter /FlateDecode
>>
stream
-xڝYK۸ϯ-T`Rv׵{H6/D0H-Iy<O?
-J`OETafD+J'|pfsZ=ݱ->ͩ .zʞ07/SRiV>p:)j'ͦ?b<,jX8K8CƐU^Y*J.yGjg zgCxDx}nP~+JV ʹ
-(hzM11g e"oU$|qc  yY6U|wje& T,3bj8Df \`޳ψWҀPdr4U{Xt@)!
-X
-Ђ`w!-"y<kK0ϋBH}0 ;<bOE >#<LBԲj <ĬI
-yrO&2iSsW-@%XRl4i2[2_c`?ѐ Pww4w0w
-\di!J0`ڊܤ4,P$M P__,!dnevB|F'4(؛:Hg[}KSb=$-k=R ]0(ZXa p!IB:i (8b Dw:n  V04) :l%
-BK҈ L19*OrǓwmx/ܵP׿jjn)7%UF\~@+bKF `-힗htoQU~ ǮY-${'R+j<kYUF eσHW?YX\:љ3%ܝ<yWUL(*^$J+3UQKwJD
-`cDcRc3Al̘oKAe.Ok(Rsv(ҧB+WTĩi,$XӾ܇3'fƵ*Gl?IGE g+Nfy17}O ;ji: :[}3vf ta/FDZʷ11Bd,
+xڝYK۸ϯ-T/Lʕvf3%)\({
+HS)Jrd%^ɕJba\Ԋ m{y>^ϫXh"=@\)js8$:xM>:_XJAs%[ N=cvA@WpNBo ,uR$peD ,h;#\=OLV2sF=I .ur&]- {]jr2V35:8ak@QKZt8"bցhE W?CĀN`lNK;ŧ9uEOcZAT{Jj> N'Et]Cb@_!=T  gb gh
+ 8KBCE=/~}SU >{lAosXz(O/->
+A@MU) <=RF/oVJک;<Fɞ( gUXQNmQ#U1c5_οP3.hgD+yxi~os( 2 $id8nu뫫fRBrZ܆`C@  Gj'<_!YL-ąĊ$3gqaW,#kgYmF *{4#t@] [aʨo͖~.7h5J%%ΚƐvJZ
+(:_jDV
+ƃ&%AM:.$
+ 8>9d7's8f_.^pI󻂷o(B.ir&1AIn+4mx")s礯^KW _tO\ Bbu&DF|D[@N$Z^R;#H`YUuMs#zH3wt
+Ce ~we`bo}y7s2x<%\Z 2N;OVx:YJY{.L)9Ͷ'iS{ K,)&$Y4>}C.3jm<]:ak?΀3GLGt= -OYD\(3\:\F44p}eFve [q.`xAr֡[*[4b}yC,>a3lw厐5NsqAXpቃZ8V}U?NdP.s7?
endstream
endobj
-655 0 obj
+677 0 obj
<<
/Type /Page
-/Contents 656 0 R
-/Resources 654 0 R
+/Contents 678 0 R
+/Resources 676 0 R
/MediaBox [0 0 612 792]
-/Parent 614 0 R
-/Annots [ 652 0 R 653 0 R ]
+/Parent 680 0 R
+/Annots [ 674 0 R 675 0 R ]
>>
endobj
-652 0 obj
+674 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3487,7 +3631,7 @@ endobj
/A << /S /GoTo /D (section.5.4) >>
>>
endobj
-653 0 obj
+675 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3496,23 +3640,23 @@ endobj
/A << /S /GoTo /D (section.5.3) >>
>>
endobj
-657 0 obj
+679 0 obj
<<
-/D [655 0 R /XYZ 132.768 705.06 null]
+/D [677 0 R /XYZ 132.768 705.06 null]
>>
endobj
-130 0 obj
+138 0 obj
<<
-/D [655 0 R /XYZ 133.768 271.773 null]
+/D [677 0 R /XYZ 133.768 271.773 null]
>>
endobj
-654 0 obj
+676 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F45 432 0 R /F41 314 0 R /F78 312 0 R /F100 410 0 R /F92 360 0 R /F110 507 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F45 442 0 R /F41 322 0 R /F78 320 0 R /F100 420 0 R /F92 368 0 R /F110 518 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-660 0 obj
+683 0 obj
<<
/Length 2931
/Filter /FlateDecode
@@ -3530,100 +3674,102 @@ EȐiQ8IlgW|zFjN#fvUb"*qvJ9g!ti0oj)X"m`Z
FNQ_"*y3h
*w,*Z'T'5 Da^DZ'dް0oܱ)BcՕY01R
֘Rcٷ[P&boUXxH,jy.M@_{gVA1։Åp7"!&L0+PV|"
-
+
endstream
endobj
-659 0 obj
+682 0 obj
<<
/Type /Page
-/Contents 660 0 R
-/Resources 658 0 R
+/Contents 683 0 R
+/Resources 681 0 R
/MediaBox [0 0 612 792]
-/Parent 665 0 R
+/Parent 680 0 R
>>
endobj
-661 0 obj
+684 0 obj
<<
-/D [659 0 R /XYZ 132.768 705.06 null]
+/D [682 0 R /XYZ 132.768 705.06 null]
>>
endobj
-662 0 obj
+685 0 obj
<<
-/D [659 0 R /XYZ 133.768 576.766 null]
+/D [682 0 R /XYZ 133.768 576.766 null]
>>
endobj
-664 0 obj
+687 0 obj
<<
-/D [659 0 R /XYZ 133.768 365.793 null]
+/D [682 0 R /XYZ 133.768 365.793 null]
>>
endobj
-134 0 obj
+142 0 obj
<<
-/D [659 0 R /XYZ 133.768 239.01 null]
+/D [682 0 R /XYZ 133.768 239.01 null]
>>
endobj
-138 0 obj
+146 0 obj
<<
-/D [659 0 R /XYZ 133.768 173.563 null]
+/D [682 0 R /XYZ 133.768 173.563 null]
>>
endobj
-658 0 obj
+681 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F100 410 0 R /F74 307 0 R /F110 507 0 R /F117 663 0 R /F92 360 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F100 420 0 R /F74 315 0 R /F110 518 0 R /F117 686 0 R /F92 368 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-668 0 obj
+690 0 obj
<<
-/Length 2049
+/Length 2044
/Filter /FlateDecode
>>
stream
-xڵX]&}_:5" @Hrmu*[yIvloK*cRK=xfr^\.pnwt7W߾Pb<Ma8'*vT$rwS^F<œLǪmo WTBX.SdhB4 Kٚʷ mmƪ6FpPA1{oV&9淮YHx͒L8IYꌪN84+g~J<KʀI$_32ȉ̗h
-MwlPF
-؍,qۤz~#6KIKf/3" E_ucbْ}ƭ,Q4-'w<Q,2VB^4nA]Ff*oM (kr<F8
-$'xΑ8ﰅFG#]at;o۵r [5f S5c0}[<BO1t8B$K{+, 1ZШ$̘m5LC
-Ѝu=|}6i\/|J/W[c-P ߅N q!^XǤ iM* SDsdY 6[ E."BAWd6N@N^k}AыFQ PfYFchVe3l8JXl3 ;7b˖Ė/CI 40kA#4&D/KI\D
-y˿|A"vgp+
-8ԽK3, xϜ
+xڵX]&}_:5" @HINz+$;oi+ϽRo/M .p8@w;7W߿Pb<Mq8'*vT$rwS^F<S^e_ WTBX.KThtuip-zζehk3\]_ )֡&<%*Y [D|6x Lgh ԎΨ xCsz3ɳdD%1CNdh
+Jrvɥ_>搞|E9fdV>/L/f5 0yqu6k)i%Kjcx26hvW4b).:>spxe-⤱-NPM)˓. $D4s kA~"GqQa>x7\`m<.yV\<s0Fu(KXWW
+M_®U.rI~-Oqd.v69g,#@,gnG̍@J#c$"<ޱyo *f]I2Dp=lbl 
+Xm|^ qgM(U]f@y$uVns`&3P,?Y O
+\4ſQP0,pn Q ?[vϸ%Fé}Y'E*辐7 \a.#ATq3&5n9~a#hg\?N.w)tNBn(N,Y
+zZyyI ~DFeWb
+ηe3l8JXl3 ;7b˖LMJ7Y "nИYT/B&p) .!عL
+R ;9nn*#{8y>A4Xe 6`e١n3+P.hq;x`w/ϐq_>pvT4]Lػb:㸗:!|/_iƾ<C9.J6W
+(`2o+eqƀK ?s$5ǣ$(. .hFOM Y! 8=$ϊh7Y}Bӣ~J^)WGnzmp
endstream
endobj
-667 0 obj
+689 0 obj
<<
/Type /Page
-/Contents 668 0 R
-/Resources 666 0 R
+/Contents 690 0 R
+/Resources 688 0 R
/MediaBox [0 0 612 792]
-/Parent 665 0 R
+/Parent 680 0 R
>>
endobj
-669 0 obj
+691 0 obj
<<
-/D [667 0 R /XYZ 132.768 705.06 null]
+/D [689 0 R /XYZ 132.768 705.06 null]
>>
endobj
-670 0 obj
+692 0 obj
<<
-/D [667 0 R /XYZ 133.768 669.191 null]
+/D [689 0 R /XYZ 133.768 669.191 null]
>>
endobj
-671 0 obj
+693 0 obj
<<
-/D [667 0 R /XYZ 133.768 456.287 null]
+/D [689 0 R /XYZ 133.768 456.287 null]
>>
endobj
-672 0 obj
+694 0 obj
<<
-/D [667 0 R /XYZ 133.768 261.312 null]
+/D [689 0 R /XYZ 133.768 261.312 null]
>>
endobj
-666 0 obj
+688 0 obj
<<
-/Font << /F74 307 0 R /F33 309 0 R /F44 431 0 R /F41 314 0 R /F78 312 0 R /F38 313 0 R /F75 308 0 R /F45 432 0 R /F76 311 0 R >>
+/Font << /F74 315 0 R /F33 317 0 R /F44 441 0 R /F41 322 0 R /F78 320 0 R /F38 321 0 R /F75 316 0 R /F45 442 0 R /F76 319 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-675 0 obj
+697 0 obj
<<
/Length 2111
/Filter /FlateDecode
@@ -3636,46 +3782,45 @@ xڽkoe 'whuJr 6=3 xױ߯a`fn/,]TW`3]}
{Gubɹmzx5JNTS[(vUh8
DZBZ¦|=^wXͫ(hU[WA9\5o Ь"DLr?bB=ҕ#HGk۪+μh6sť  1ܓ!(MOPAhXz#Ab)ܜ7q3*f`T(Τo-飞gbQc,myai5tr><)iN~c))0A" ?VC06t2N\bqϑoLbt<am( I=-H[ʊ 2Kc(~=Awv%S9C^Qg101,%Eck+?c`WEj{*}z4PA{m`5f^uF*uka^{u TE ЦC %E;gL4yS(|@
V:|sC"rLKeU mnDZJ,ܖun!. 'N ]P
-|O9n:!%C{FO"9X<~wƟ, W&3R$<WUP4˝T*0VcK2hƩ_ی)e}1m9~GWuMYaEoF0\ƅA
-
+|O9n:!%C{FO"9X<~wƟ, W&3R$<WUP4˝T*0VcK2hƩ_ی)e}1m9~GWuMYaEoF0\ƅA
endstream
endobj
-674 0 obj
+696 0 obj
<<
/Type /Page
-/Contents 675 0 R
-/Resources 673 0 R
+/Contents 697 0 R
+/Resources 695 0 R
/MediaBox [0 0 612 792]
-/Parent 665 0 R
+/Parent 680 0 R
>>
endobj
-676 0 obj
+698 0 obj
<<
-/D [674 0 R /XYZ 132.768 705.06 null]
+/D [696 0 R /XYZ 132.768 705.06 null]
>>
endobj
-142 0 obj
+150 0 obj
<<
-/D [674 0 R /XYZ 133.768 560.383 null]
+/D [696 0 R /XYZ 133.768 560.383 null]
>>
endobj
-677 0 obj
+699 0 obj
<<
-/D [674 0 R /XYZ 133.768 530.058 null]
+/D [696 0 R /XYZ 133.768 530.058 null]
>>
endobj
-146 0 obj
+154 0 obj
<<
-/D [674 0 R /XYZ 133.768 306.57 null]
+/D [696 0 R /XYZ 133.768 306.57 null]
>>
endobj
-673 0 obj
+695 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F41 314 0 R /F78 312 0 R /F44 431 0 R /F38 313 0 R /F45 432 0 R /F74 307 0 R /F110 507 0 R /F100 410 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F41 322 0 R /F78 320 0 R /F44 441 0 R /F38 321 0 R /F45 442 0 R /F74 315 0 R /F110 518 0 R /F100 420 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-680 0 obj
+702 0 obj
<<
/Length 2126
/Filter /FlateDecode
@@ -3689,35 +3834,35 @@ UɮY"~2:,nx|܍޸fwXn/zC? JmWf=.*OĿ>
3OOO*)L0YZ O9LuPwAnB}$c8<~[">S$qʇzkVaӮdu}{dڌkl Cǝ.Kݙ E[J%be9UZ#$j브+{n~A,,
bvyUb Y(<PKQ [(P28RMB5E GZp(tG)
-xȯa.9*
+xȯ"A?.9+
endstream
endobj
-679 0 obj
+701 0 obj
<<
/Type /Page
-/Contents 680 0 R
-/Resources 678 0 R
+/Contents 702 0 R
+/Resources 700 0 R
/MediaBox [0 0 612 792]
-/Parent 665 0 R
+/Parent 680 0 R
>>
endobj
-681 0 obj
+703 0 obj
<<
-/D [679 0 R /XYZ 132.768 705.06 null]
+/D [701 0 R /XYZ 132.768 705.06 null]
>>
endobj
-150 0 obj
+158 0 obj
<<
-/D [679 0 R /XYZ 133.768 500.234 null]
+/D [701 0 R /XYZ 133.768 500.234 null]
>>
endobj
-678 0 obj
+700 0 obj
<<
-/Font << /F38 313 0 R /F44 431 0 R /F41 314 0 R /F76 311 0 R /F78 312 0 R /F33 309 0 R /F75 308 0 R /F74 307 0 R /F45 432 0 R /F100 410 0 R >>
+/Font << /F38 321 0 R /F44 441 0 R /F41 322 0 R /F76 319 0 R /F78 320 0 R /F33 317 0 R /F75 316 0 R /F74 315 0 R /F45 442 0 R /F100 420 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-684 0 obj
+706 0 obj
<<
/Length 2186
/Filter /FlateDecode
@@ -3727,100 +3872,103 @@ xڭn_
Q’vo8WZ?I G; Fv8LeZ],LS^=YUI >MKB.?"U?]_|Hy$"JZ 3onnyT!Xu=:>\wZs.eu(Պ-ìB}J,V,CKDU՘,6/]Y7^iіem &-ufyK劥 :) 𝪾/` H eGTn%S2WlS=D0K|N˅4>|\)Зqgc<cPfB'Kː pc pb*nLIF2 l$B2>ǀ(0r Jfv.(a5=®3jҿ,,>d1E? &Ԝ&fHcGWe.)vqلap'$<HA_ӱW;tMhqY!iDC c=,b{0L/p{#} . !5˵>[_ A13!ynmӸ*<s>rrĹ\tݓomЀf5So_3HIC.Д<)&˦v@s/Nbpgf[C<ֻ8N`
1L=3WϡS<v>q*9XC̵7_
@MK*=93/} /qSX0'j
-9C{=t!\MG^CorZh%JPUB#ʓ:oN95\ǧm@YIݐ\w0 HbH cl$'Te柟RTbҒY1OpKO ¯<)NesO WFR#s WqHa
+9C{=t!\MG^CorZh%JPUB#ʓ:oN95\ǧm@YIݐ\w0 HbH cl$'Te柟RTbҒY1OpKO ¯<)NesO WFR#sp+pHY
endstream
endobj
-683 0 obj
+705 0 obj
<<
/Type /Page
-/Contents 684 0 R
-/Resources 682 0 R
+/Contents 706 0 R
+/Resources 704 0 R
/MediaBox [0 0 612 792]
-/Parent 665 0 R
+/Parent 680 0 R
>>
endobj
-685 0 obj
+707 0 obj
<<
-/D [683 0 R /XYZ 132.768 705.06 null]
+/D [705 0 R /XYZ 132.768 705.06 null]
>>
endobj
-154 0 obj
+162 0 obj
<<
-/D [683 0 R /XYZ 133.768 502.7 null]
+/D [705 0 R /XYZ 133.768 502.7 null]
>>
endobj
-682 0 obj
+704 0 obj
<<
-/Font << /F75 308 0 R /F33 309 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F78 312 0 R /F76 311 0 R /F74 307 0 R /F45 432 0 R >>
+/Font << /F75 316 0 R /F33 317 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R /F78 320 0 R /F76 319 0 R /F74 315 0 R /F45 442 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-688 0 obj
+710 0 obj
<<
-/Length 1782
+/Length 1781
/Filter /FlateDecode
>>
stream
-xڥXK6СX3|K*P(-R&{HAk˶
-LRq ݵNX;J㽽(X\eafUgp
-Lΰ H1$a?JSzą*oEyq2ND&(aj=l ?,XLdQ2>`ـE(d}S>bT)}gY;ۢ*M@kI{U:w!S,߯~/<?Nq쟓1n8İAO輹@'ĢbFH,TS(M %X:oA%{)*ᴃT v_ ?NϹO _y
-/%
-F9VT:3^\ 'eB0M?_
-}߫:4WأqG3-ho|xD@rHtzL<'۸6Q%[}90܀R|C &0 JقiB}JxO׋Ҟӟf.̈8  կW,i"1=pDma,>(!YfyWaKyHiE@Mb@iI4T99)XB,["'P9GR&;Ϲpx{:9M
+xڥXKoFWX},Z)zh>%HK6Q>H-C-ٙo8F8ś+Ƣ ezP"HQ&ut_-R7bs;MT*뭝X4K-h-mB8`fǽ*?\%IK-a|i:aR:"."qm/v#7:e@2ZRΑL8bu
+ *򑳼^ Q_F)[x]veSɯZM_*^~wv*A֢B!x2RF wTt'Ф t[ͼT=KQFcX~nSWEWVM?4ܩvG`"ܻ xks3C Q$&UvK-{0&0F4R6M
+&1]c˷
+;ghwP [|h Ѥւ`)f=wvfVV۽P@F27R+]D2£ [қ qf@ڝ=S <bi+Vܱ4u ::fNBy*Œ _p}P;C'/ HK>Wh.Ty-e륋5"e縇^`%seV"%rK)\NE~\ 'kOa-;$|^-@C4 '5U gĎʝDTp쾝hc?'벮=1а 't>IQfe3z"Zh<zK'3$/E%60Rߗ~HR9 )衑#Qsxj
+38?`Yey {& \:M&*7i속*a ‚pfF0ٱGK('<IVE
+\'wg("G|ї`?A
+>B4+PgJM 4/TK;^L '$B0M.S
+ dq:?P-@Cٶl(*tک쬭O ^,L^b@`XAb9n[7ˡ\HUSt39Cv5f2I*Uqr֝JQϭ͓q[U_5[ͤBNTa~QǘZ BËW94h\#'lEfZur`G![i1фmfCy@}tC>??=wޅzpCvDkpE)]=m@O
endstream
endobj
-687 0 obj
+709 0 obj
<<
/Type /Page
-/Contents 688 0 R
-/Resources 686 0 R
+/Contents 710 0 R
+/Resources 708 0 R
/MediaBox [0 0 612 792]
-/Parent 665 0 R
+/Parent 712 0 R
>>
endobj
-689 0 obj
+711 0 obj
<<
-/D [687 0 R /XYZ 132.768 705.06 null]
+/D [709 0 R /XYZ 132.768 705.06 null]
>>
endobj
-158 0 obj
+166 0 obj
<<
-/D [687 0 R /XYZ 133.768 593.195 null]
+/D [709 0 R /XYZ 133.768 593.195 null]
>>
endobj
-686 0 obj
+708 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F74 307 0 R /F38 313 0 R /F41 314 0 R /F44 431 0 R /F45 432 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F74 315 0 R /F38 321 0 R /F41 322 0 R /F44 441 0 R /F45 442 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-693 0 obj
+716 0 obj
<<
-/Length 2877
+/Length 2883
/Filter /FlateDecode
>>
stream
-xYMoWap
- @_/>LͬNE+<19[%,C"ݸRKXޞ@; u8#6 6pU*p
-7"<%5S!TJT&"D%E왧OdMWez BIm1T(A~7<Sh&ϩXJ9s\>)Um%]M%y(& Bmr>v#CR~-$!E*H3/E[s%x F
-hˮw$5P՛,Sgxtf%P!SDV)O6&YL"R[cya<HJdf+{n{[A9חtXRuKK#\ {&RN43 ~>kwc|xy
-JXŒҘ$Z1YZi*rS;rؐU"xqK!^+ $3.DĦVl8+Yٲ&*v.ӫfbHDwe̬ې@ey>$hOڪr6Zૉ&sJ}a`(<-v̹[9n)CՓ$ܑ4|4ƒY>j#3T/[J
-fYe
-Z{n;n&`:Qǂ鼐KW!‘2h.EeQc!h䁮
-F6HRXЫJI^tQ5ž 'sG a~b|[mMMɧcnKrSߺscd 8> 0*Ju4/`ܴզl?z/ɵicg :XK~m姼&sVujxsY&.aӫ-8/
+xYoܸ~_*O!J!h{ˡ}(@wFv Ci58wWO")jHf,?<֋BVz!6̈́rxpc]hݴHn[n6<՟+nջe[]]&)mu.;/qu<7]ت,<uQRyiEU$pXJQ~,owtrNE4p31D.T* DBgj#&yjqz)CtHW-ՠ8t9=hCj]bh^~cD%ВyW;SF6z%irwq||W-mΟ6#BV_c&SHb@ZPl2r2ψE|X,zښEu9w߳Thr
+6=ES'`YȰ.&eBK {Og^B."JEKXn޾O+e][7uK'? ddQ
+^6oPb Լ K*B*eI**~-BITZ~$)v*8.KHj@ "B3Vx0<qW!T%n*4O *+U nC}mOxI0S"%|sm+IdL
+ke%
+ S4\v"Ofo[!ko37at=s>h OvdX`)4mc/
+u,N,8q.)2Rd=80ޔ<[Nuҙ
+ @ߑq;qFWN^漢Z~𿈦Xx5dͳ0IpDLk= S1
+ ]mY}X`SF"4Gym9](H-DK9D[7AlP.,NųSc8'׆IpU+Mqǟ<} :yOQ4*Љ=ɟ6.f~<td.b$ @o]2}ϒw7>M'O7RfF a#%?j[Z4m_rų:XK~M姼S:sVuz|!g.aӫ4/
+ s4}ydSWDY
endstream
endobj
-692 0 obj
+715 0 obj
<<
/Type /Page
-/Contents 693 0 R
-/Resources 691 0 R
+/Contents 716 0 R
+/Resources 714 0 R
/MediaBox [0 0 612 792]
-/Parent 695 0 R
-/Annots [ 690 0 R ]
+/Parent 712 0 R
+/Annots [ 713 0 R ]
>>
endobj
-690 0 obj
+713 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3829,28 +3977,28 @@ endobj
/A << /S /GoTo /D (section.4.1) >>
>>
endobj
-694 0 obj
+717 0 obj
<<
-/D [692 0 R /XYZ 132.768 705.06 null]
+/D [715 0 R /XYZ 132.768 705.06 null]
>>
endobj
-162 0 obj
+170 0 obj
<<
-/D [692 0 R /XYZ 133.768 522.798 null]
+/D [715 0 R /XYZ 133.768 522.798 null]
>>
endobj
-166 0 obj
+174 0 obj
<<
-/D [692 0 R /XYZ 133.768 205.537 null]
+/D [715 0 R /XYZ 133.768 205.537 null]
>>
endobj
-691 0 obj
+714 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F45 432 0 R /F41 314 0 R /F76 311 0 R /F78 312 0 R /F100 410 0 R /F74 307 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F45 442 0 R /F41 322 0 R /F76 319 0 R /F78 320 0 R /F100 420 0 R /F74 315 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-698 0 obj
+720 0 obj
<<
/Length 2350
/Filter /FlateDecode
@@ -3867,35 +4015,35 @@ DsCB]Wf"I"װII%{_pɦs(f̼1Bp&r4i6nPu
$rK?0Z^ XUŅk).Ġow,) g3
r`9s8b/9&g, 0&lueTcG9lDr$nzt|fϰ^((_LX,
cHv(;N]@\H|%ǹciЈG鶶dɖnT2rec%~k,}2r1;6 2E^xPI
-AA<cޛfQX DZ}QM]~6sCՀSc<f+$%lԸ *6bs]C
+AA<cޛfQX DZ}QM]~6sCՀSc<f+$%lԸ *6bs]C
endstream
endobj
-697 0 obj
+719 0 obj
<<
/Type /Page
-/Contents 698 0 R
-/Resources 696 0 R
+/Contents 720 0 R
+/Resources 718 0 R
/MediaBox [0 0 612 792]
-/Parent 695 0 R
+/Parent 712 0 R
>>
endobj
-699 0 obj
+721 0 obj
<<
-/D [697 0 R /XYZ 132.768 705.06 null]
+/D [719 0 R /XYZ 132.768 705.06 null]
>>
endobj
-170 0 obj
+178 0 obj
<<
-/D [697 0 R /XYZ 133.768 361.117 null]
+/D [719 0 R /XYZ 133.768 361.117 null]
>>
endobj
-696 0 obj
+718 0 obj
<<
-/Font << /F75 308 0 R /F33 309 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F102 452 0 R /F76 311 0 R /F78 312 0 R /F92 360 0 R /F100 410 0 R >>
+/Font << /F75 316 0 R /F33 317 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R /F102 462 0 R /F76 319 0 R /F78 320 0 R /F92 368 0 R /F100 420 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-705 0 obj
+727 0 obj
<<
/Length 1982
/Filter /FlateDecode
@@ -3911,20 +4059,20 @@ nb^ȶ#۪&]]"R<tZ>l^ã|z}UoO勋:
V=}wP)W N@`6E~ :g//p61Qq퍓fpe$AقOCJkR*>SʖCAn,\ M&GdfŘƓq~]C?,GtM3p5ĭRiF~Hsze?zNcp5x)ETu[S2 Mѯ W~B!@gIN(skwv{bCgQqЅ"^Iб 64mYզ=<ԄLrݚ1{XJ<,14~E
2JF5x
I<k49Xg\rAW]JqBE>D X'EO3Z[qB SCj;
-A&jP]o_cԀY uk -.|.n3_Μ߾Շ~u?(4csO>o?_ 5^
+A&jP]o_cԀY uk -.|.n3_Μ߾Շ~u?(4csO>o?_ 5^
endstream
endobj
-704 0 obj
+726 0 obj
<<
/Type /Page
-/Contents 705 0 R
-/Resources 703 0 R
+/Contents 727 0 R
+/Resources 725 0 R
/MediaBox [0 0 612 792]
-/Parent 695 0 R
-/Annots [ 700 0 R 701 0 R ]
+/Parent 712 0 R
+/Annots [ 722 0 R 723 0 R ]
>>
endobj
-700 0 obj
+722 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3933,7 +4081,7 @@ endobj
/A << /S /GoTo /D (subsubsection.3.3.2.3) >>
>>
endobj
-701 0 obj
+723 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3942,23 +4090,23 @@ endobj
/A << /S /GoTo /D (subsection.3.3.1) >>
>>
endobj
-706 0 obj
+728 0 obj
<<
-/D [704 0 R /XYZ 132.768 705.06 null]
+/D [726 0 R /XYZ 132.768 705.06 null]
>>
endobj
-174 0 obj
+182 0 obj
<<
-/D [704 0 R /XYZ 133.768 407.876 null]
+/D [726 0 R /XYZ 133.768 407.876 null]
>>
endobj
-703 0 obj
+725 0 obj
<<
-/Font << /F75 308 0 R /F33 309 0 R /F38 313 0 R /F44 431 0 R /F45 432 0 R /F41 314 0 R /F76 311 0 R /F92 360 0 R /F100 410 0 R >>
+/Font << /F75 316 0 R /F33 317 0 R /F38 321 0 R /F44 441 0 R /F45 442 0 R /F41 322 0 R /F76 319 0 R /F92 368 0 R /F100 420 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-711 0 obj
+733 0 obj
<<
/Length 2526
/Filter /FlateDecode
@@ -3973,20 +4121,20 @@ To&NKČ@0-n쩛uXR%8o 7~̪HG"Рjz)='m3w-
Kje11Ꮋ`8idst$Dl-=8DAxz$BH=0Vf]9PhUL0IȣUמa;qkaz4>"98n'`HW.ugΟ-{-O腢>\Ӯ9> Uɟ۵{x]se?dzW}YQ9RZJPcA8#8\R$ a
bw 0(,`{ e|>4֦(*bW R"VőN/"Σq˲O
M6+-xϟLP+EB,ƷaQ>
-CTJ[;4OţY, ^FvC<yXuJ!>o #t<xޓ)*Lti9ZS-ւ:ao?~䀂o?@Aא p73xuH伲揓W+ӻ'Lo9(9BG7"Zmqul&ӟNT6ѝRrQP Tݙmt\hmIq>\}&bj|Ʉa1;.cէQ.Sj p6 tuu/lqEo+<02L7{~xwQ0HQ`Z/Vx/
+CTJ[;4OţY, ^FvC<yXuJ!>o #t<xޓ)*Lti9ZS-ւ:ao?~䀂o?@Aא p73xuH伲揓W+ӻ'Lo9(9BG7"Zmqul&ӟNT6ѝRrQP Tݙmt\hmIq>\}&bj|Ʉa1;.cէQ.Sj p6 tuu/lqEo+<02L7{~xwQ0HQ`,gx0
endstream
endobj
-710 0 obj
+732 0 obj
<<
/Type /Page
-/Contents 711 0 R
-/Resources 709 0 R
+/Contents 733 0 R
+/Resources 731 0 R
/MediaBox [0 0 612 792]
-/Parent 695 0 R
-/Annots [ 702 0 R 707 0 R ]
+/Parent 712 0 R
+/Annots [ 724 0 R 729 0 R ]
>>
endobj
-702 0 obj
+724 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -3995,7 +4143,7 @@ endobj
/A << /S /GoTo /D (subsection.3.4.1) >>
>>
endobj
-707 0 obj
+729 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4004,49 +4152,51 @@ endobj
/A << /S /GoTo /D (section.4.1) >>
>>
endobj
-712 0 obj
+734 0 obj
<<
-/D [710 0 R /XYZ 132.768 705.06 null]
+/D [732 0 R /XYZ 132.768 705.06 null]
>>
endobj
-178 0 obj
+186 0 obj
<<
-/D [710 0 R /XYZ 133.768 350.449 null]
+/D [732 0 R /XYZ 133.768 350.449 null]
>>
endobj
-709 0 obj
+731 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F100 410 0 R /F92 360 0 R /F110 507 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F100 420 0 R /F92 368 0 R /F110 518 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-715 0 obj
+737 0 obj
<<
-/Length 1647
+/Length 1657
/Filter /FlateDecode
>>
stream
-xڝWM6֌H"I!ClDBdɥli{g8myٶ'ϙyf,vd& 훻W\D.Lg"S wj-UlZ˪tMIP>i`-bYؖUy+8-V_~["aYkxob
-t!DfpٌåUٝ_E&Hbxgy1!PAmAAAԍ5# -<_֚raC0x{K-]/ңcwe{N 3 oL|?liē`I*O OT2>|j
-hO7-qՅBw2y~@KƮ5CǶ0PEU?,("жHL9ĤLyԿ?æ(2ydjApxOG΢X͡ՃM#{
-H!+D14L当4
- q7ASn#@~'@Dxn[D+KґS$h?zCfY}Sd@]5R,SX&O93sQCI5 6x<Eh_0] )|5k&
-ȧb4cŞq!HP $BBLaA"ϙ
-(˅>^5t)l 3W9f_=0چpi~8 X*I}!iFKBN娃yYiͩ 5׵gYqN7t'Qj\]e<}>;Ikr+D>tt 5\V%eOgDH"wlZsBǰnkl4<&9ye<w(xgL%疇<G
-zb>X9KUHvcG%ء8)RP9j𼊄kWS>3P&W 5Β"_&t
+xڝW6WhkF$EQBK$HQ!@6Ym!RT6i[^m3o n,$}swꝔw,_dJ3!^|^y\JmZ|YV|#'2mCeZ,K۲
+3{cCqn/j)(BOng>ZF]nh>$[{͋ -g
+7"<;ucMzH~-?WG!l<LĽv@1v軲۽zՅDƙ;&tKglIQ$UքK'*
+#dblԧ\*铷fzݲ_?,+t\д-ith`MYSmGkaLzk4ujܖc0;]Hz(-wiH9˜3M 5&AB˶ /nhW7-qՅBw2y@KƮ5CǶ0PEU?һ=.cnh[ *)6q1)yaPsh<2 8<'fQ,KK#{
+ĕ"E|Ou Xu7EwpjBq{m
+ø>42c#W?'=LWΥ!T1 |!ߌM־`qmb
+AW!eV
+w4$|P
+G80fa!!vH dkD˳:[# E X6!܅b_y| ,ִ X%!cr>hͩRÙWk\L✑nLxcGnFOT>W* <L
+_7$ ?ы7hsYr?mjAx"gyGS4ܱimd{P.</\R~yQ9ϘJ-y,El߉q,WŐ4ڍYJ^=@HBcA} c)#{oT>3P&[i_|yvMVN|
endstream
endobj
-714 0 obj
+736 0 obj
<<
/Type /Page
-/Contents 715 0 R
-/Resources 713 0 R
+/Contents 737 0 R
+/Resources 735 0 R
/MediaBox [0 0 612 792]
-/Parent 695 0 R
-/Annots [ 708 0 R ]
+/Parent 712 0 R
+/Annots [ 730 0 R ]
>>
endobj
-708 0 obj
+730 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4055,18 +4205,18 @@ endobj
/A << /S /GoTo /D (subsection.3.3.1) >>
>>
endobj
-716 0 obj
+738 0 obj
<<
-/D [714 0 R /XYZ 132.768 705.06 null]
+/D [736 0 R /XYZ 132.768 705.06 null]
>>
endobj
-713 0 obj
+735 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F100 410 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F100 420 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-719 0 obj
+741 0 obj
<<
/Length 1805
/Filter /FlateDecode
@@ -4075,69 +4225,68 @@ stream
xX[~_
aһ]XCgFH⇫`&U }D$?6f*>w $Ԡ:ߔe:y0vCV8 YXdޗ`>B4X(Äu eW`p)~@lS#Pyٱc`nSRP^M)gj;aP'mX%7
8&+H, )c R=Rߕ^M;Fw}<ze̶}g2sCu8vq-4&k3E8u%8piBZ"7{qBd.+ mO+G@zਸjK%N`ta՞XR2}3ršǍ|0V?fu@t6>*#t)aU6$ =*!bEDM?<S$5~<fxhޡ7S.%xnsq/oYlfԄj?bʽl@"-QG?|n$Z3g8ʷ 2,YaU_
-Kr>/?BŇQ8I~84t nm4/!g!Rү!<i ]T<:x?#3"QTюw}{s\PΖ&l0?aiWbџʅ\zy165ޞ\/-m;Dٯ>0s}[w}GRkMPGT93V>yENJyHƲL8>tI>(Clv>b4'-e"M-cgz[[ Mc0~VDr乴 8M+qq҉Vǫ]| S? ?B?hUw4\eS~AѬr74yyHTW/hy&$)JS)3ۂquM
+Kr>/?BŇQ8I~84t nm4/!g!Rү!<i ]T<:x?#3"QTюw}{s\PΖ&l0?aiWbџʅ\zy165ޞ\/-m;Dٯ>0s}[w}GRkMPGT93V>yENJyHƲL8>tI>(Clv>b4'-e"M-cgz[[ Mc0~VDr乴 8M+qq҉Vǫ]| S? ?B?hUw4\eS~AѬr74yyHTW/hy&$)JS);ۂqN
endstream
endobj
-718 0 obj
+740 0 obj
<<
/Type /Page
-/Contents 719 0 R
-/Resources 717 0 R
+/Contents 741 0 R
+/Resources 739 0 R
/MediaBox [0 0 612 792]
-/Parent 695 0 R
+/Parent 744 0 R
>>
endobj
-720 0 obj
+742 0 obj
<<
-/D [718 0 R /XYZ 132.768 705.06 null]
+/D [740 0 R /XYZ 132.768 705.06 null]
>>
endobj
-182 0 obj
+190 0 obj
<<
-/D [718 0 R /XYZ 133.768 667.198 null]
+/D [740 0 R /XYZ 133.768 667.198 null]
>>
endobj
-186 0 obj
+194 0 obj
<<
-/D [718 0 R /XYZ 133.768 417.236 null]
+/D [740 0 R /XYZ 133.768 417.236 null]
>>
endobj
-717 0 obj
+739 0 obj
<<
-/Font << /F92 360 0 R /F33 309 0 R /F75 308 0 R /F38 313 0 R /F41 314 0 R /F57 721 0 R /F80 461 0 R /F76 311 0 R /F44 431 0 R >>
+/Font << /F92 368 0 R /F33 317 0 R /F75 316 0 R /F38 321 0 R /F41 322 0 R /F57 743 0 R /F80 471 0 R /F76 319 0 R /F44 441 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-730 0 obj
+753 0 obj
<<
-/Length 2497
+/Length 2499
/Filter /FlateDecode
>>
stream
-xYKa2_$` }䶲 &=U,Jdc6bRtX,~."R)Kc7ۀKɒN:ɃȰY+l'
-7~9ޮ„ŶiYF~Ǫ/}:2V<t-y.he֗M} )$Æ֜T;qW)UX6E#N51?N:dʔN
-d \*~W=Q:_nqgmʘe#őӄNw<Gl x<Ҭ zg]9i6Ch g9CQl6s~-KppK&s
-\ 0]:_`doV)D>CCḤ!31Z}ٺ8R&
-D,<ѢJbЂ?8&  n~wz3/"<޾ %i[=xIrvzOJYDZ٧I@Bc
-|]¬scb"=I8 %~aٍɓbl`JļN*9 
-H07irX8*Lv,5 Xn{l˞j_'Om7qntSMIJ~0:B a&(p_ZGaDҵ|[2u1PPM_Zh'
-,pXYZ6+8H%zsu"C
-O$iPW/k+ٲy]-4%PRsWx#Æ>*R9 d68`Ah\W?rt!~ s*i L1ݕ(Tj,,٥k>0zS6p |}*e\h|T֎zn&f}grЬ s˪섶9 Ե6)m;kL2ܶ͞ C9X\\}jD: %I\-Q(
-0 |}gn t2z/ʮf3ynGSڢC`D#p16$؄p;#G@.z`t 7*;5{GUXwL15
-PTLE0ֈsa]vr>h"s.-d&g 7~n6ω資YOXH]gmZPl; _>|.M]_~<ӹhDg6{ԕw5^A_k>K)tɌ2
+xYKa2_$` }嶲 &=U,ic6bJrX,~X
+~\^K,E.%Kb:aBf oVFjOmN>D>jK_oWka|W7N,氂ϧ+]>qu5Ev[x:;jŻHʼaYW5dx<u!oZsRűS ZTaQa+&iD:wȔ)k!߭Zj[~c5>~ʶPϛP",#O$D$f1HsX
+i T$zI‡W>83YhuJC, 2eę21 Z-@ODK
+Tېt %ۓ I2kXUzynt$f
+ufoV)>cu}Ṛi_ȑyle)K"3Q%L
+h‰
+q#8ݸ*Z R("G0e~qĻ kYiy*Z'Z[W6fx}uPs{*nA v8ٝK5xAȃ[8x
+lѓ~٬B?P>wнujh>R/m}pRU #n:jAugG
+ YU|
+} baYEbէj0޽Tf,W$\
endstream
endobj
-729 0 obj
+752 0 obj
<<
/Type /Page
-/Contents 730 0 R
-/Resources 728 0 R
+/Contents 753 0 R
+/Resources 751 0 R
/MediaBox [0 0 612 792]
-/Parent 733 0 R
-/Annots [ 722 0 R 723 0 R 724 0 R 725 0 R ]
+/Parent 744 0 R
+/Annots [ 745 0 R 746 0 R 747 0 R 748 0 R ]
>>
endobj
-722 0 obj
+745 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4146,7 +4295,7 @@ endobj
/A << /S /GoTo /D (subsubsection.4.1.3.1) >>
>>
endobj
-723 0 obj
+746 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4155,16 +4304,16 @@ endobj
/A << /S /GoTo /D (subsubsection.3.3.2.6) >>
>>
endobj
-724 0 obj
+747 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [247.508 372.906 262.231 383.699]
-/A << /S /GoTo /D (table.caption.14) >>
+/A << /S /GoTo /D (table.caption.15) >>
>>
endobj
-725 0 obj
+748 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4173,33 +4322,33 @@ endobj
/A << /S /GoTo /D (subsection.5.2.6) >>
>>
endobj
-731 0 obj
+754 0 obj
<<
-/D [729 0 R /XYZ 132.768 705.06 null]
+/D [752 0 R /XYZ 132.768 705.06 null]
>>
endobj
-190 0 obj
+198 0 obj
<<
-/D [729 0 R /XYZ 133.768 453.506 null]
+/D [752 0 R /XYZ 133.768 453.506 null]
>>
endobj
-732 0 obj
+755 0 obj
<<
-/D [729 0 R /XYZ 305.624 423.688 null]
+/D [752 0 R /XYZ 305.624 423.688 null]
>>
endobj
-194 0 obj
+202 0 obj
<<
-/D [729 0 R /XYZ 133.768 192.589 null]
+/D [752 0 R /XYZ 133.768 192.589 null]
>>
endobj
-728 0 obj
+751 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F102 452 0 R /F100 410 0 R /F76 311 0 R /F92 360 0 R /F110 507 0 R /F73 302 0 R /F115 608 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R /F102 462 0 R /F100 420 0 R /F76 319 0 R /F92 368 0 R /F110 518 0 R /F73 310 0 R /F115 630 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-737 0 obj
+759 0 obj
<<
/Length 2500
/Filter /FlateDecode
@@ -4220,20 +4369,20 @@ w^qjڮ(].2RK)Sv4VGtwuՃ .,jnXh
I}ҚVܑʔԸb'ڐѪduiGמwuLf҉R; q3{q.RvG'^C+z}4#դPoʍaߖf(W1 RoW BcC^O,jvf4~9Kx]:>_q 6`k1,D+ + cCk; &\_9ؗ\N;eA`4eYGg+w-Rq+Ol2zLrFo]58/ْarNcd^?/`49RfZB"X%TXG 2d>?ϞUX/ˢh/u{CTc W68$.P'NJlfl3IvSSFN$+A[L)]iSs^oqfhV
-}KmKL^h&|oO
_H};99_o."0a
-t1DLH&Wn \eÝ v!3OI8ɪt7o#
+t1DLH&Wn \eÝ v!3OI8ɪl7.o$
endstream
endobj
-736 0 obj
+758 0 obj
<<
/Type /Page
-/Contents 737 0 R
-/Resources 735 0 R
+/Contents 759 0 R
+/Resources 757 0 R
/MediaBox [0 0 612 792]
-/Parent 733 0 R
-/Annots [ 726 0 R 727 0 R 734 0 R ]
+/Parent 744 0 R
+/Annots [ 749 0 R 750 0 R 756 0 R ]
>>
endobj
-726 0 obj
+749 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4242,7 +4391,7 @@ endobj
/A << /S /GoTo /D (subsection.4.1.3) >>
>>
endobj
-727 0 obj
+750 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4251,7 +4400,7 @@ endobj
/A << /S /GoTo /D (subsection.2.2.5) >>
>>
endobj
-734 0 obj
+756 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4260,43 +4409,43 @@ endobj
/A << /S /GoTo /D (subsubsection.4.1.3.1) >>
>>
endobj
-738 0 obj
+760 0 obj
<<
-/D [736 0 R /XYZ 132.768 705.06 null]
+/D [758 0 R /XYZ 132.768 705.06 null]
>>
endobj
-739 0 obj
+761 0 obj
<<
-/D [736 0 R /XYZ 133.768 667.198 null]
+/D [758 0 R /XYZ 133.768 667.198 null]
>>
endobj
-740 0 obj
+762 0 obj
<<
-/D [736 0 R /XYZ 133.768 638.804 null]
+/D [758 0 R /XYZ 133.768 638.804 null]
>>
endobj
-741 0 obj
+763 0 obj
<<
-/D [736 0 R /XYZ 133.768 571.612 null]
+/D [758 0 R /XYZ 133.768 571.612 null]
>>
endobj
-742 0 obj
+764 0 obj
<<
-/D [736 0 R /XYZ 133.768 515.821 null]
+/D [758 0 R /XYZ 133.768 515.821 null]
>>
endobj
-198 0 obj
+206 0 obj
<<
-/D [736 0 R /XYZ 133.768 454.06 null]
+/D [758 0 R /XYZ 133.768 454.06 null]
>>
endobj
-735 0 obj
+757 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F41 314 0 R /F92 360 0 R /F100 410 0 R /F44 431 0 R /F76 311 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F38 321 0 R /F41 322 0 R /F92 368 0 R /F100 420 0 R /F44 441 0 R /F76 319 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-745 0 obj
+767 0 obj
<<
/Length 2348
/Filter /FlateDecode
@@ -4309,145 +4458,151 @@ RʨAHiT rd,\n7nC7,^wċ{u&9oxԑ4eT,Xg6q[
φWXx>kc(KEi.IJ 
Xy]B,YzEvY٨>*VErZJ+f'AQV\EҗD<TƸcv
΁GKG\e'9ߟ-%{X=Li'9lSezr":hY<AyIt)/#z^1KE16j)l9ţFۚJ:\ch
-k_qM~h'o #I ݃PאnB|A*S{시f -
+k_qM~h'o #I ݃PאnB|A*S{시f -
endstream
endobj
-744 0 obj
+766 0 obj
<<
/Type /Page
-/Contents 745 0 R
-/Resources 743 0 R
+/Contents 767 0 R
+/Resources 765 0 R
/MediaBox [0 0 612 792]
-/Parent 733 0 R
+/Parent 744 0 R
>>
endobj
-746 0 obj
+768 0 obj
<<
-/D [744 0 R /XYZ 132.768 705.06 null]
+/D [766 0 R /XYZ 132.768 705.06 null]
>>
endobj
-202 0 obj
+210 0 obj
<<
-/D [744 0 R /XYZ 133.768 507.581 null]
+/D [766 0 R /XYZ 133.768 507.581 null]
>>
endobj
-743 0 obj
+765 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F102 452 0 R /F41 314 0 R /F74 307 0 R /F100 410 0 R /F76 311 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F102 462 0 R /F41 322 0 R /F74 315 0 R /F100 420 0 R /F76 319 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-749 0 obj
+771 0 obj
<<
-/Length 2351
+/Length 2349
/Filter /FlateDecode
>>
stream
xڝYKܸ WQ]qsŗ$R&Nyk[a{j=
|CG,걚%2|%"]3qw_QCh yO3mֱ:02auo;Uf zƌ#b\aSF/̨\@^wM9>13,Fݳb cH! =1i
=s²+NW)ٸnEHkc{q&O~-Ar< Z*=k@4y+X^=$ Ns@jU7~R@9#3) Jz
-q.|syp21 |AXT].^bN!1jA=pZUg! w)oX dX(sZ`!+v# |[ /
+q.|syp21 |AXT].^bN!1jA=pZUg! w)oX dX(sZ`!+v# |[ /
endstream
endobj
-748 0 obj
+770 0 obj
<<
/Type /Page
-/Contents 749 0 R
-/Resources 747 0 R
+/Contents 771 0 R
+/Resources 769 0 R
/MediaBox [0 0 612 792]
-/Parent 733 0 R
+/Parent 744 0 R
>>
endobj
-750 0 obj
+772 0 obj
<<
-/D [748 0 R /XYZ 132.768 705.06 null]
+/D [770 0 R /XYZ 132.768 705.06 null]
>>
endobj
-206 0 obj
+214 0 obj
<<
-/D [748 0 R /XYZ 133.768 667.198 null]
+/D [770 0 R /XYZ 133.768 667.198 null]
>>
endobj
-210 0 obj
+218 0 obj
<<
-/D [748 0 R /XYZ 133.768 435.671 null]
+/D [770 0 R /XYZ 133.768 435.671 null]
>>
endobj
-751 0 obj
+773 0 obj
<<
-/D [748 0 R /XYZ 133.768 363.483 null]
+/D [770 0 R /XYZ 133.768 363.483 null]
>>
endobj
-752 0 obj
+774 0 obj
<<
-/D [748 0 R /XYZ 133.768 343.558 null]
+/D [770 0 R /XYZ 133.768 343.558 null]
>>
endobj
-753 0 obj
+775 0 obj
<<
-/D [748 0 R /XYZ 133.768 311.124 null]
+/D [770 0 R /XYZ 133.768 311.124 null]
>>
endobj
-754 0 obj
+776 0 obj
<<
-/D [748 0 R /XYZ 133.768 255.887 null]
+/D [770 0 R /XYZ 133.768 255.887 null]
>>
endobj
-214 0 obj
+222 0 obj
<<
-/D [748 0 R /XYZ 133.768 201.023 null]
+/D [770 0 R /XYZ 133.768 201.023 null]
>>
endobj
-747 0 obj
+769 0 obj
<<
-/Font << /F92 360 0 R /F33 309 0 R /F100 410 0 R /F75 308 0 R >>
+/Font << /F92 368 0 R /F33 317 0 R /F100 420 0 R /F75 316 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-760 0 obj
+782 0 obj
<<
-/Length 2323
+/Length 2324
/Filter /FlateDecode
>>
stream
-xڵYKFϯm~NmewkשR]gnm5DŽfh4)Ryq.f7 c:J/QQjqn\H+pm&~˄|Z+4?.o/>xyի^l”<Ozv')'$:Il x*h؄fe@e5vJ?~O%pb.0If@s~fķбg&K#L%\H hMu]mU&"Ϣ;OZE2M0,_/GI3 Hs4{\e @1|ǒ2ɴo!aKGk&) ^p"4Ueq)V,;zzW<{[ 8$C߯׵tJض}_-һ6v.nIf˼|K/[dbR?<Tg1y'ॵad v AsLH"/r0xD y}>p/rCx$$5d<
-
-#oݏN0brVb* l~eBGFQ2O J T(4`IԠAHT;
-qCgB[zxVrH'2k+&cc@CN&$OVe!eWY "gDCA=u&>D$r47X0)ɗZ r͍mٯ,7޵럷,*T[.J_lA[gtI
- 9څ=\-ߢEtMVצ ζ8TpH
-Q3u.o~b%ϫy=+@b?m\ܮ3X:Mtnѐ) *T?IJ&߷noCF@al =#mB]E{L!`> J>/v}XPg
-z34xaV6e٠w
+xڵYKFϯm~NmewkשR]gnm5C_MÎs6Ah
+paRy񟫋/P<a /TƕJ<Y.޼˓5JLErIw3# ,׋9&RB&\f"/W?Cei>*1
+-FSӰ%/%ϳA Ru/X:MhH[ 8$_,ۅҩ*v%[w_8"mç \
+Vx/ˍ^6 2e&s"c"R=OKk(@,V'ZeD=%Le
+ՙ_ 
+`& *#8 |@V^x:S9RY H)tex8Fߺ1=`!=uvl5j luFNGAQ3O3J -PHiR0ÖAT:
+'ihv;{+mVh!CtWw }vL{tE-eϗ ZONcO\`
+qCgBkzg:>+9i3Ys5PяzF`]VA'EV
+Q+2ԁ"Q™ȉh3Q"+Ͳ?PkeѾK-'vCeWxkWW;T[.J_lA[gtH
+tTkz'<}͍d};:rβ'X8-rsќB,>bW*B8Ƿ]B9mڑDpݙaf*R"4 aK:WwG ygup3-J!to[^<81EpwO
+ck'8i+8+(Z܋l ^ߢgd T aQO~
+sd 3fκiMhɎ f־?b:a3g5XMXp]o]Ѓ;&!n)ݑ:T0Ժɕ̃/P:9TTcY
+<QA[G8/K&;?ˤ.2$ 5I0 eV%TӬOܴ
endstream
endobj
-759 0 obj
+781 0 obj
<<
/Type /Page
-/Contents 760 0 R
-/Resources 758 0 R
+/Contents 782 0 R
+/Resources 780 0 R
/MediaBox [0 0 612 792]
-/Parent 733 0 R
-/Annots [ 755 0 R 756 0 R 757 0 R ]
+/Parent 744 0 R
+/Annots [ 777 0 R 778 0 R 779 0 R ]
>>
endobj
-755 0 obj
+777 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [222.325 347.994 237.048 356.85]
-/A << /S /GoTo /D (table.caption.15) >>
+/A << /S /GoTo /D (table.caption.16) >>
>>
endobj
-756 0 obj
+778 0 obj
<<
/Type /Annot
/Subtype /Link
/Border[0 0 0]/H/I/C[1 0 0]
/Rect [280.489 286.281 295.212 297.074]
-/A << /S /GoTo /D (table.caption.15) >>
+/A << /S /GoTo /D (table.caption.16) >>
>>
endobj
-757 0 obj
+779 0 obj
<<
/Type /Annot
/Subtype /Link
@@ -4456,43 +4611,43 @@ endobj
/A << /S /GoTo /D (subsection.5.2.5) >>
>>
endobj
-761 0 obj
+783 0 obj
<<
-/D [759 0 R /XYZ 132.768 705.06 null]
+/D [781 0 R /XYZ 132.768 705.06 null]
>>
endobj
-218 0 obj
+226 0 obj
<<
-/D [759 0 R /XYZ 133.768 451.122 null]
+/D [781 0 R /XYZ 133.768 451.122 null]
>>
endobj
-762 0 obj
+784 0 obj
<<
-/D [759 0 R /XYZ 322.811 420.749 null]
+/D [781 0 R /XYZ 322.811 420.749 null]
>>
endobj
-222 0 obj
+230 0 obj
<<
-/D [759 0 R /XYZ 133.768 237.694 null]
+/D [781 0 R /XYZ 133.768 237.694 null]
>>
endobj
-763 0 obj
+785 0 obj
<<
-/D [759 0 R /XYZ 133.768 164.362 null]
+/D [781 0 R /XYZ 133.768 164.362 null]
>>
endobj
-764 0 obj
+786 0 obj
<<
-/D [759 0 R /XYZ 133.768 144.399 null]
+/D [781 0 R /XYZ 133.768 144.399 null]
>>
endobj
-758 0 obj
+780 0 obj
<<
-/Font << /F75 308 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R /F33 309 0 R /F100 410 0 R /F92 360 0 R /F110 507 0 R /F73 302 0 R /F115 608 0 R >>
+/Font << /F75 316 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R /F33 317 0 R /F100 420 0 R /F92 368 0 R /F110 518 0 R /F73 310 0 R /F115 630 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-767 0 obj
+789 0 obj
<<
/Length 1851
/Filter /FlateDecode
@@ -4507,154 +4662,157 @@ xXK6!u_"Tmf5[nzi[Y[HrwJܜ'M >YM7
:{L"n<GX^<Z0D(81yƬP_/AT_c*fsyoI
X5ǎQV!fbPrvkA_{⼹SN.(u7pIx04 +(9kQԍ0#Mf2w\e6Y}u_(ʕ{!Y+z/w7?'
e"-;ps%kX&/( P
-}ϛS:F$`*%䀺]gP=x!4> F0=`2697P a\wB@/ ^=lp^z0  vOO=@bVc{+>hK[>-\}{B0
+}ϛS:F$`*%䀺]gP=x!4> F0=`2697P a\wB@/ ^=lp^z0  vOO=@bVc{+>hK[>-\}{B0
endstream
endobj
-766 0 obj
+788 0 obj
<<
/Type /Page
-/Contents 767 0 R
-/Resources 765 0 R
+/Contents 789 0 R
+/Resources 787 0 R
/MediaBox [0 0 612 792]
-/Parent 733 0 R
+/Parent 792 0 R
>>
endobj
-768 0 obj
+790 0 obj
<<
-/D [766 0 R /XYZ 132.768 705.06 null]
+/D [788 0 R /XYZ 132.768 705.06 null]
>>
endobj
-769 0 obj
+791 0 obj
<<
-/D [766 0 R /XYZ 133.768 667.198 null]
+/D [788 0 R /XYZ 133.768 667.198 null]
>>
endobj
-765 0 obj
+787 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F38 313 0 R /F44 431 0 R /F41 314 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F38 321 0 R /F44 441 0 R /F41 322 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-772 0 obj
+795 0 obj
<<
/Length 906
/Filter /FlateDecode
>>
stream
-xڅVK8 hyLi+98$loW!`[ϟ%yq{^sD"RRfA(*dlTPF|:P60*!-̩ۇ{)Mu*RĂgTf}lL6>?Ѣ؍Aa9P+ғ9LRby[ATriV I3= ~Wa@QnéN҄BaF:Rgn2ޅ
-;ȜOpp1i龭kh䑉fDQ̑Ϥ45+qҔ2͐kMU0f1aǒ܏a-%#egԞ.3^:΂Ivs'0 u 7p C1uom,Y;2~'T9F
-BsX.c˱^Ʀ|L \)Ob
-5Z $c>c1yn5PTV9L {wE;hnMW:봩b_tDB3uld<G)0ʵA?u y;~fc;w\J~acM1nla9o./l7e&g*57ۂ9;"=(l}Mv7bgko%bY_OhH
-r209 8
+xڅVKs8 WHX,_^N;{-遶h[$ۛ/!вh@G
+BsX>S|(iAx,C=aSuw u5?H|t]bKှyl {7C;hnM:ﴙPtDJs}l0ʵA=v] E;vb3`;wJ~a•jL [my9N?տKəZOyN< euǾGmlٸ"HXpu ̎'4{|S
endstream
endobj
-771 0 obj
+794 0 obj
<<
/Type /Page
-/Contents 772 0 R
-/Resources 770 0 R
+/Contents 795 0 R
+/Resources 793 0 R
/MediaBox [0 0 612 792]
-/Parent 774 0 R
+/Parent 792 0 R
>>
endobj
-773 0 obj
+796 0 obj
<<
-/D [771 0 R /XYZ 132.768 705.06 null]
+/D [794 0 R /XYZ 132.768 705.06 null]
>>
endobj
-226 0 obj
+234 0 obj
<<
-/D [771 0 R /XYZ 133.768 667.198 null]
+/D [794 0 R /XYZ 133.768 667.198 null]
>>
endobj
-770 0 obj
+793 0 obj
<<
-/Font << /F92 360 0 R /F33 309 0 R /F100 410 0 R /F75 308 0 R >>
+/Font << /F92 368 0 R /F33 317 0 R /F100 420 0 R /F75 316 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-777 0 obj
+799 0 obj
<<
-/Length 1367
+/Length 1430
/Filter /FlateDecode
>>
stream
-xڭWKF WpdRMxķTrLNW100ko#u X&9jI$>J^՛DʲL讉,ϊHiEwu!~w.qD:ևOwcEX%dW1tGdJVf"#QY PȸGݢ}wypEl: <6'h0MG^\uM x`7MsMتrr|j4K[U쩮8FUQ"`Q9+5a Ԩc*lg3ܚRhnK0L_xnF<>^ϦC#*)X(:
- ,8]S"TnUVkAgq5jWl
-=ր+aS<+lKb_yOLsqJ^Ʊ8gkQB&Y%} i_y
+xڭW6+82)$$ NWJ>A쨊)z˕OZ0bg6 $ZO$WIrBD"aZ e:T.:cyebtMKYg%>-XS𧩍3Q
+-t0U"\E|ڝ⇝cZ㱁1Ŀӧ@G.sNzrՄ S3P
+>TH[{8)^Т΍JULsXi")' /bQAƂC a1`v_Xg
+uNO"u;þ'$/ и7qp ֋A?xluMPy0ߏ^A
endstream
endobj
-776 0 obj
+798 0 obj
<<
/Type /Page
-/Contents 777 0 R
-/Resources 775 0 R
+/Contents 799 0 R
+/Resources 797 0 R
/MediaBox [0 0 612 792]
-/Parent 774 0 R
+/Parent 792 0 R
>>
endobj
-778 0 obj
+800 0 obj
<<
-/D [776 0 R /XYZ 132.768 705.06 null]
+/D [798 0 R /XYZ 132.768 705.06 null]
>>
endobj
-230 0 obj
+238 0 obj
<<
-/D [776 0 R /XYZ 133.768 667.198 null]
+/D [798 0 R /XYZ 133.768 667.198 null]
>>
endobj
-234 0 obj
+242 0 obj
<<
-/D [776 0 R /XYZ 133.768 451.991 null]
+/D [798 0 R /XYZ 133.768 452.466 null]
>>
endobj
-779 0 obj
+801 0 obj
<<
-/D [776 0 R /XYZ 133.768 371.834 null]
+/D [798 0 R /XYZ 133.768 373.963 null]
>>
endobj
-780 0 obj
+802 0 obj
<<
-/D [776 0 R /XYZ 133.768 352.462 null]
+/D [798 0 R /XYZ 133.768 355.693 null]
>>
endobj
-781 0 obj
+803 0 obj
<<
-/D [776 0 R /XYZ 133.768 332.537 null]
+/D [798 0 R /XYZ 133.768 336.871 null]
>>
endobj
-782 0 obj
+804 0 obj
<<
-/D [776 0 R /XYZ 133.768 300.656 null]
+/D [798 0 R /XYZ 133.768 306.093 null]
>>
endobj
-783 0 obj
+805 0 obj
<<
-/D [776 0 R /XYZ 133.768 268.222 null]
+/D [798 0 R /XYZ 133.768 274.762 null]
>>
endobj
-784 0 obj
+806 0 obj
<<
-/D [776 0 R /XYZ 133.768 248.297 null]
+/D [798 0 R /XYZ 133.768 243.984 null]
>>
endobj
-785 0 obj
+807 0 obj
<<
-/D [776 0 R /XYZ 133.768 216.97 null]
+/D [798 0 R /XYZ 133.768 225.161 null]
>>
endobj
-786 0 obj
+808 0 obj
<<
-/D [776 0 R /XYZ 133.768 161.179 null]
+/D [798 0 R /XYZ 133.768 194.937 null]
>>
endobj
-775 0 obj
+809 0 obj
+<<
+/D [798 0 R /XYZ 133.768 144.66 null]
+>>
+endobj
+797 0 obj
<<
-/Font << /F92 360 0 R /F33 309 0 R /F75 308 0 R /F110 507 0 R >>
+/Font << /F92 368 0 R /F33 317 0 R /F75 316 0 R /F110 518 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-789 0 obj
+812 0 obj
<<
/Length 1780
/Filter /FlateDecode
@@ -4663,87 +4821,87 @@ stream
xYێ6}W(
@[mMMJeɐA3J˚F9Ù3#.mf|+>՛+!,aI(u:J(ga1z~~#hVo:yRL)K>k42氳B)=7ŚmV͖R3G+X""z`4QpCHu`Xav5b, xo09giTn@! LjwjzӀb)
|ɔ8fv/,\d&'&."K $RO8TKs}YmkD/
-*UKO~
+*UKO~
endstream
endobj
-788 0 obj
+811 0 obj
<<
/Type /Page
-/Contents 789 0 R
-/Resources 787 0 R
+/Contents 812 0 R
+/Resources 810 0 R
/MediaBox [0 0 612 792]
-/Parent 774 0 R
+/Parent 792 0 R
>>
endobj
-790 0 obj
+813 0 obj
<<
-/D [788 0 R /XYZ 132.768 705.06 null]
+/D [811 0 R /XYZ 132.768 705.06 null]
>>
endobj
-791 0 obj
+814 0 obj
<<
-/D [788 0 R /XYZ 133.768 649.1 null]
+/D [811 0 R /XYZ 133.768 649.1 null]
>>
endobj
-792 0 obj
+815 0 obj
<<
-/D [788 0 R /XYZ 133.768 628.842 null]
+/D [811 0 R /XYZ 133.768 628.842 null]
>>
endobj
-793 0 obj
+816 0 obj
<<
-/D [788 0 R /XYZ 133.768 608.917 null]
+/D [811 0 R /XYZ 133.768 608.917 null]
>>
endobj
-794 0 obj
+817 0 obj
<<
-/D [788 0 R /XYZ 133.768 565.634 null]
+/D [811 0 R /XYZ 133.768 565.634 null]
>>
endobj
-795 0 obj
+818 0 obj
<<
-/D [788 0 R /XYZ 133.768 549.141 null]
+/D [811 0 R /XYZ 133.768 549.141 null]
>>
endobj
-796 0 obj
+819 0 obj
<<
-/D [788 0 R /XYZ 133.768 521.799 null]
+/D [811 0 R /XYZ 133.768 521.799 null]
>>
endobj
-797 0 obj
+820 0 obj
<<
-/D [788 0 R /XYZ 133.768 505.305 null]
+/D [811 0 R /XYZ 133.768 505.305 null]
>>
endobj
-798 0 obj
+821 0 obj
<<
-/D [788 0 R /XYZ 133.768 453.499 null]
+/D [811 0 R /XYZ 133.768 453.499 null]
>>
endobj
-799 0 obj
+822 0 obj
<<
-/D [788 0 R /XYZ 133.768 402.247 null]
+/D [811 0 R /XYZ 133.768 402.247 null]
>>
endobj
-800 0 obj
+823 0 obj
<<
-/D [788 0 R /XYZ 133.768 362.397 null]
+/D [811 0 R /XYZ 133.768 362.397 null]
>>
endobj
-238 0 obj
+246 0 obj
<<
-/D [788 0 R /XYZ 133.768 253.735 null]
+/D [811 0 R /XYZ 133.768 253.735 null]
>>
endobj
-787 0 obj
+810 0 obj
<<
-/Font << /F110 507 0 R /F33 309 0 R /F75 308 0 R /F100 410 0 R /F44 431 0 R /F38 313 0 R /F92 360 0 R >>
+/Font << /F110 518 0 R /F33 317 0 R /F75 316 0 R /F100 420 0 R /F44 441 0 R /F38 321 0 R /F92 368 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-803 0 obj
+826 0 obj
<<
-/Length 750
+/Length 751
/Filter /FlateDecode
>>
stream
@@ -4752,40 +4910,40 @@ xVMs0WpL%#pӺӏǓKdF| g<J"ĹdI]=z[/iu6[$C
QF]\UE9
!]C^
-)ve>/:!]c_kStRٽ\ 7em?(WTr%l
+)ve>/:!]c_kStRٽ\ 7em?(WTr%l
endstream
endobj
-802 0 obj
+825 0 obj
<<
/Type /Page
-/Contents 803 0 R
-/Resources 801 0 R
+/Contents 826 0 R
+/Resources 824 0 R
/MediaBox [0 0 612 792]
-/Parent 774 0 R
+/Parent 792 0 R
>>
endobj
-804 0 obj
+827 0 obj
<<
-/D [802 0 R /XYZ 132.768 705.06 null]
+/D [825 0 R /XYZ 132.768 705.06 null]
>>
endobj
-242 0 obj
+250 0 obj
<<
-/D [802 0 R /XYZ 133.768 667.198 null]
+/D [825 0 R /XYZ 133.768 667.198 null]
>>
endobj
-246 0 obj
+254 0 obj
<<
-/D [802 0 R /XYZ 133.768 300.063 null]
+/D [825 0 R /XYZ 133.768 300.063 null]
>>
endobj
-801 0 obj
+824 0 obj
<<
-/Font << /F92 360 0 R /F110 507 0 R /F75 308 0 R /F33 309 0 R >>
+/Font << /F92 368 0 R /F110 518 0 R /F75 316 0 R /F33 317 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-807 0 obj
+830 0 obj
<<
/Length 859
/Filter /FlateDecode
@@ -4795,160 +4953,164 @@ xڭVn0+tRIQ
4MPF/itDj %MZJ)FQXpgΧ@q?P6$%ND>Yέ[[
)ʞ~Ҽeͳ2C|2^pά7̞Oiݛ9m_aH?AHXljE|$>PCC'0?|WbsEBllCۜ7صPV:xh21;X_K-y+;q:
(jN;nZY9̢U'T 4NyBG*+KkO`3WJ"=xԼz>tA`[d7jnN;}6#5k4\ضL9}Ymw' w>94Vy+3 B{8b46\scǚT6$FtgL :r*9sct
-hPa =SBv(y =9^feɌ0Y4Y6ň,.G̏bmzΎ#K_\O DDcqū`1|\]=
+hPa =SBv(y =9^feɌ0Y4Y6ň,.G̏bmzΎ#K_\O DDcqū @>.
endstream
endobj
-806 0 obj
+829 0 obj
<<
/Type /Page
-/Contents 807 0 R
-/Resources 805 0 R
+/Contents 830 0 R
+/Resources 828 0 R
/MediaBox [0 0 612 792]
-/Parent 774 0 R
+/Parent 792 0 R
>>
endobj
-808 0 obj
+831 0 obj
<<
-/D [806 0 R /XYZ 132.768 705.06 null]
+/D [829 0 R /XYZ 132.768 705.06 null]
>>
endobj
-250 0 obj
+258 0 obj
<<
-/D [806 0 R /XYZ 133.768 569.35 null]
+/D [829 0 R /XYZ 133.768 569.35 null]
>>
endobj
-254 0 obj
+262 0 obj
<<
-/D [806 0 R /XYZ 133.768 481.229 null]
+/D [829 0 R /XYZ 133.768 481.229 null]
>>
endobj
-805 0 obj
+828 0 obj
<<
-/Font << /F75 308 0 R /F74 307 0 R /F110 507 0 R /F33 309 0 R /F92 360 0 R >>
+/Font << /F75 316 0 R /F74 315 0 R /F110 518 0 R /F33 317 0 R /F92 368 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-811 0 obj
+834 0 obj
<<
/Length 806
/Filter /FlateDecode
>>
stream
xUAo0Wpjv LZiSN΄L@fa~{,pe81fd B`"bBI|w)Đ@\]"ck˯_YH{V5($wƖ- H9*=@qyN=#7ϝCWT-?e9|:ݺl@z%8?
-wQ룁o
+wQo
endstream
endobj
-810 0 obj
+833 0 obj
<<
/Type /Page
-/Contents 811 0 R
-/Resources 809 0 R
+/Contents 834 0 R
+/Resources 832 0 R
/MediaBox [0 0 612 792]
-/Parent 774 0 R
+/Parent 836 0 R
>>
endobj
-812 0 obj
+835 0 obj
<<
-/D [810 0 R /XYZ 132.768 705.06 null]
+/D [833 0 R /XYZ 132.768 705.06 null]
>>
endobj
-258 0 obj
+266 0 obj
<<
-/D [810 0 R /XYZ 133.768 667.198 null]
+/D [833 0 R /XYZ 133.768 667.198 null]
>>
endobj
-262 0 obj
+270 0 obj
<<
-/D [810 0 R /XYZ 133.768 590.811 null]
+/D [833 0 R /XYZ 133.768 590.811 null]
>>
endobj
-266 0 obj
+274 0 obj
<<
-/D [810 0 R /XYZ 133.768 393.101 null]
+/D [833 0 R /XYZ 133.768 393.101 null]
>>
endobj
-270 0 obj
+278 0 obj
<<
-/D [810 0 R /XYZ 133.768 316.936 null]
+/D [833 0 R /XYZ 133.768 316.936 null]
>>
endobj
-809 0 obj
+832 0 obj
<<
-/Font << /F74 307 0 R /F110 507 0 R /F75 308 0 R /F33 309 0 R /F92 360 0 R >>
+/Font << /F74 315 0 R /F110 518 0 R /F75 316 0 R /F33 317 0 R /F92 368 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-815 0 obj
+839 0 obj
<<
-/Length 831
+/Length 830
/Filter /FlateDecode
>>
stream
xڵV[o0~߯ "A%v2M}cHxB8&U`rEJa y)3 ,XdאAymc461D)7d[NjlJJRȒtB e
Q*YFb4Ha ` OX
-je޹|Q=>1JXo>@:Tk>yi^ em)ڕŮĐƜD4C l@XQS &e*ϗs3tILeyf}ΕvY>}4dU:UMTvEK1#|e[;"VW_7B( &+^ #$MzPQѩ}/Glo+Q'p>l|)uM6
+je޹|Q=>1JXo>@:Tk>yi^ em)ڕŮĐƜD4C l@XQS &e*ϗs3tILeyf}ΕvY>}4dU:UMTvEK1#FoˬvE4GmoVP.MV4~G7-I8F6ST_F>S[NWN|01SRg7lz\ӜߍjҍNh|J(n\Bʞ? ?x({q՘x _SGOisߢwe*Uunw''9%':7?9l[:gD]2S b/!zqc}8&?}
endstream
endobj
-814 0 obj
+838 0 obj
<<
/Type /Page
-/Contents 815 0 R
-/Resources 813 0 R
+/Contents 839 0 R
+/Resources 837 0 R
/MediaBox [0 0 612 792]
-/Parent 817 0 R
+/Parent 836 0 R
>>
endobj
-816 0 obj
+840 0 obj
<<
-/D [814 0 R /XYZ 132.768 705.06 null]
+/D [838 0 R /XYZ 132.768 705.06 null]
>>
endobj
-274 0 obj
+282 0 obj
<<
-/D [814 0 R /XYZ 133.768 667.198 null]
+/D [838 0 R /XYZ 133.768 667.198 null]
>>
endobj
-278 0 obj
+286 0 obj
<<
-/D [814 0 R /XYZ 133.768 484.356 null]
+/D [838 0 R /XYZ 133.768 484.356 null]
>>
endobj
-813 0 obj
+837 0 obj
<<
-/Font << /F92 360 0 R /F110 507 0 R /F33 309 0 R /F75 308 0 R >>
+/Font << /F92 368 0 R /F110 518 0 R /F33 317 0 R /F75 316 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-820 0 obj
+843 0 obj
<<
-/Length 649
+/Length 646
/Filter /FlateDecode
>>
stream
-xڥVM0WpD1RzX[i[Y 늏V5`M ! ȰKksٞ \[Zm`
+xڥVM0WpD1JR)=ԭT-́,ue 8v{ `SCHr{3-#6,v􌵹mF\_4m3CS x7ԃU lɑ+P~dYMo AQ!R=yq
+e>Tq>E/zf)} Hp HIʯ#ʭC(?HDG^jѼ,uy|'Uۄ*[Qm9-lWG¨v!+ڭF
+ xz3Z,[4 AB|:
+At(;1R2* rvpLZŽ o@䐽Yƣej`KCst%9_ _%}+0WQMmZ
+{m/E1{;GJݔ|'~xrBz16WUC%v$
endstream
endobj
-819 0 obj
+842 0 obj
<<
/Type /Page
-/Contents 820 0 R
-/Resources 818 0 R
+/Contents 843 0 R
+/Resources 841 0 R
/MediaBox [0 0 612 792]
-/Parent 817 0 R
+/Parent 836 0 R
>>
endobj
-821 0 obj
+844 0 obj
<<
-/D [819 0 R /XYZ 132.768 705.06 null]
+/D [842 0 R /XYZ 132.768 705.06 null]
>>
endobj
-818 0 obj
+841 0 obj
<<
-/Font << /F75 308 0 R /F33 309 0 R >>
+/Font << /F75 316 0 R /F33 317 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-824 0 obj
+847 0 obj
<<
/Length 547
/Filter /FlateDecode
@@ -4956,67 +5118,69 @@ endobj
stream
xڽVAo0Wp֨!8aR/UIĭ!&4x3ipgc[e[aY> 7ط7YAl=^eESC9՝4O,Wp|AS2e!pm74r GOw $z
G,O+  %1U7$7jP6vM5/w4XEsfMGi=Uћ
-s]ԈsE(TVD Yz=;^wԩרX`RFgAW!K뤈*hT\hG)E&&tvHur.zN7ӭ/jCr31cS0S^*:~W &^efPAUF:5Ij~a>gӚaȫr+{!3D2lkt aojϊ:6p\#`Jsh^V~?՜\p,]Ol[o\1G5`N&#k03
+s]ԈsE(TVD Yz=;^wԩרX`RFgAW!K뤈*hT\hG)E&&tvHur.zN7ӭ/jCr31cS0S^*:~W &^efPAUF:5Ij~a>gӚaȫr+{!3D2lkt aojϊ:6p\#`Jsh^V~?՜\p,]Ol[o\1G5`N&;`4
endstream
endobj
-823 0 obj
+846 0 obj
<<
/Type /Page
-/Contents 824 0 R
-/Resources 822 0 R
+/Contents 847 0 R
+/Resources 845 0 R
/MediaBox [0 0 612 792]
-/Parent 817 0 R
+/Parent 836 0 R
>>
endobj
-825 0 obj
+848 0 obj
<<
-/D [823 0 R /XYZ 132.768 705.06 null]
+/D [846 0 R /XYZ 132.768 705.06 null]
>>
endobj
-822 0 obj
+845 0 obj
<<
-/Font << /F75 308 0 R /F33 309 0 R >>
+/Font << /F75 316 0 R /F33 317 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-828 0 obj
+851 0 obj
<<
/Length 696
/Filter /FlateDecode
>>
stream
-xUn0+t "Rh
--ЃoIHٴ%Q(/iI233o gY.ofYRo^x02/MfoN[;`)
-t
-fmOtcxQU4ל"Y' nn-ٗ$nΗ5ƉAWLh`m~܇1
+xUo0Rt16Iivȭ&qQUEgNjZҎvr?{?{ g].ofio{0R/g±7ޭx0 z
+ɁdM ZVO
+ w7 JܼWn9ީCoAQSY
+zpyB2$'I@ǟyvM22'G:5i Ү6oH&Ff==X{MT8Jn#idH rИx݅85;"D0B@Wc#+#_
+#J*#Uus0'•}L%8?!SNIEʏdd*% V3<J5nYcq<~WdQ(+EQ35{QVrDg
+Q\5xPTڋ}@=}0mWj-}dV-\%{ٍt=j9z߇6txҾ6)&Uا /}nTzKψ@o'#Mު ]L ȦctabxQU4W"9yڃ4T7KaΗ3{FAW%gm~2
endstream
endobj
-827 0 obj
+850 0 obj
<<
/Type /Page
-/Contents 828 0 R
-/Resources 826 0 R
+/Contents 851 0 R
+/Resources 849 0 R
/MediaBox [0 0 612 792]
-/Parent 817 0 R
+/Parent 836 0 R
>>
endobj
-829 0 obj
+852 0 obj
<<
-/D [827 0 R /XYZ 132.768 705.06 null]
+/D [850 0 R /XYZ 132.768 705.06 null]
>>
endobj
-282 0 obj
+290 0 obj
<<
-/D [827 0 R /XYZ 133.768 460.681 null]
+/D [850 0 R /XYZ 133.768 460.681 null]
>>
endobj
-826 0 obj
+849 0 obj
<<
-/Font << /F75 308 0 R /F92 360 0 R /F33 309 0 R >>
+/Font << /F75 316 0 R /F92 368 0 R /F33 317 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-832 0 obj
+855 0 obj
<<
/Length 1240
/Filter /FlateDecode
@@ -5027,35 +5191,35 @@ xڭWKs6Wh)1C<MNzr<S$D$Ȃ]Ń)Cnb<ۥ,v`֯|
W:c̨@(u|{.## P%ٖ]}xiQR7y N-//7c}`RQ+4ISBo euWLtm靼Ea>[vUgZ9ǧoYM !%./IڍQlbL NޯY^ zefUSҎ߷~
Jf
Lb*\ Y/Õw@Wz(jx\PD]m{wWH0HᆵyŅIlо240FI͋KF;=YHpaɗa)qDBfk̄萭KLJ3cT/ʃMH!EA<ǔqP7zqC^b3ԇ0/K
-s Zʃ~ 3qVk_]W*E?"$J=kP ":h~Ԝ7=N63IC9Z֩ʶ1SE׭B%LTW9E[] o4'!+X+AXVh75)r*4To ]8taH2UY.FH984"dP.ڎ|s.HNr nGXݦ% gV (}`&ad?q v `yO.
+s Zʃ~ 3qVk_]W*E?"$J=kP ":h~Ԝ7=N63IC9Z֩ʶ1SE׭B%LTW9E[] o4'!+X+AXVh75)r*4To ]8taH2UY.FH984"dP.ڎ|s.HNr nGXݦ% gV (}`&ad?q v `yO.
endstream
endobj
-831 0 obj
+854 0 obj
<<
/Type /Page
-/Contents 832 0 R
-/Resources 830 0 R
+/Contents 855 0 R
+/Resources 853 0 R
/MediaBox [0 0 612 792]
-/Parent 817 0 R
+/Parent 836 0 R
>>
endobj
-833 0 obj
+856 0 obj
<<
-/D [831 0 R /XYZ 132.768 705.06 null]
+/D [854 0 R /XYZ 132.768 705.06 null]
>>
endobj
-286 0 obj
+294 0 obj
<<
-/D [831 0 R /XYZ 133.768 234.917 null]
+/D [854 0 R /XYZ 133.768 234.917 null]
>>
endobj
-830 0 obj
+853 0 obj
<<
-/Font << /F75 308 0 R /F92 360 0 R /F110 507 0 R /F33 309 0 R /F100 410 0 R >>
+/Font << /F75 316 0 R /F92 368 0 R /F110 518 0 R /F33 317 0 R /F100 420 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-836 0 obj
+859 0 obj
<<
/Length 2372
/Filter /FlateDecode
@@ -5065,240 +5229,264 @@ xڵYݏ ͗>rC{=$*K]dɕlKgdI!CrI9on
hc +=MlYE/ iNG9M7]!R4T" :,q?ns~_.2ǏLNo*DRfRij8*
T'Q>YtG,%9Lh %zNpVegzj'ϙ^U"zX۴#IbEafUyp}7wLEHcQbuȗZh|DOqԂœlD[&R&iKZvC|ENQ;xY]w{@\m2'LXI Y <\5q-He לVA 8Rl0²ER[;49u?,y8÷Qw)~gݖX^}`IqQ3;IŴ:a<ΧG><'
1DB!<#zxoWw2;.oqQUK4x5|,\6:OiV z\:*:j$V!@_LZnj. ~ÊE¢0Xay]XT,Jj_\fTOwI;}cw `șZ?"aGp4ExUeCD.}@\(:fN25ҕE% kY$y,^eUX8֭nRSGϻָIOc"EeOm!5I,Щ$;^e,1֟^(y%Aq!ull[eM@
-ovcQ!ϊkih?KW2ix*)f>k'G! ?9\[GW=BD$ήsa.?n kWKoҺ g铛3}SSfu*f*eI>4$Pn+$`ŸSHJXfTv8<BS 8h3<Sl/ Jz`+ZP}2{{
+ovcQ!ϊkih?KW2ix*)f>k'G! ?9\[GW=BD$ήsa.?n kWKoҺ g铛3}SSfu*f*eI>4$Pn+$`ŸSHJXfTv8<BS 8h3<Sl/ Jz`+^P}2{
endstream
endobj
-835 0 obj
+858 0 obj
<<
/Type /Page
-/Contents 836 0 R
-/Resources 834 0 R
+/Contents 859 0 R
+/Resources 857 0 R
/MediaBox [0 0 612 792]
-/Parent 817 0 R
+/Parent 867 0 R
>>
endobj
-837 0 obj
+860 0 obj
<<
-/D [835 0 R /XYZ 132.768 705.06 null]
+/D [858 0 R /XYZ 132.768 705.06 null]
>>
endobj
-290 0 obj
+298 0 obj
<<
-/D [835 0 R /XYZ 133.768 409.152 null]
+/D [858 0 R /XYZ 133.768 409.152 null]
>>
endobj
-838 0 obj
+861 0 obj
<<
-/D [835 0 R /XYZ 133.768 343.44 null]
+/D [858 0 R /XYZ 133.768 343.44 null]
>>
endobj
-839 0 obj
+862 0 obj
<<
-/D [835 0 R /XYZ 133.768 319.032 null]
+/D [858 0 R /XYZ 133.768 319.032 null]
>>
endobj
-840 0 obj
+863 0 obj
<<
-/D [835 0 R /XYZ 133.768 267.78 null]
+/D [858 0 R /XYZ 133.768 267.78 null]
>>
endobj
-841 0 obj
+864 0 obj
<<
-/D [835 0 R /XYZ 133.768 227.375 null]
+/D [858 0 R /XYZ 133.768 227.375 null]
>>
endobj
-842 0 obj
+865 0 obj
<<
-/D [835 0 R /XYZ 133.768 199.48 null]
+/D [858 0 R /XYZ 133.768 199.48 null]
>>
endobj
-843 0 obj
+866 0 obj
<<
-/D [835 0 R /XYZ 133.768 148.228 null]
+/D [858 0 R /XYZ 133.768 148.228 null]
>>
endobj
-834 0 obj
+857 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R /F100 410 0 R /F92 360 0 R /F38 313 0 R /F41 314 0 R /F76 311 0 R >>
+/Font << /F33 317 0 R /F75 316 0 R /F100 420 0 R /F92 368 0 R /F38 321 0 R /F41 322 0 R /F76 319 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-846 0 obj
+870 0 obj
<<
-/Length 734
+/Length 1122
/Filter /FlateDecode
>>
stream
-xڭU=0WP:} ']frIq4w)dm9sYI`c7sݷi&||x|b,Y"Y"23#xsi-2~ʐ9ƩUG[ҴݪhYiķԵl*KTNPV1:*1b<nu9A4fFW^j^lHjj>[B<h{kseXG4*ݾu׹1M2oeM!_ߣN&V.^+F9tݑ@@ I- 'd)G$RLH9`L0ܞמ*?*H-4U_uM[b!'x2!x1dP(.=d8ˤQ.(8FI A sa*,pS]YLnr()UDֻCQ1 Wj9wWvN[;<}D<*bZc|?dY1 {T4
+xڭVK6ϯ"xTnʤKR٩\f l+`$Z`cpZmhSt3cin^&'&߼TSģ6s+' אGQ`Ũ^vA(&JSUF9^9%IEGYⶢ,@/QrT:h6΂F6Z2,u)ba]-<%YI\s?<J{lʌ?Pɽ꾻eՖP6Gi:[pUnd׉}F)au }7cmΜ (zIN(Qˆe`w^Ue[}M V
+Q Ԯ"M~ rD
+yC%$M9W@0^B0N~T0Xfc F~z?Ӊ[Ծ/a&{&MHFy[9RpZkܹQYKa:}bKN>ȶ[鏢GICEu^01+1</$luWok,Zt~<D`촹b*kˇ ^yl[$Ŝ?sb"aHB ! ij☐Ev(n8EA4=zmeӼv shjgOja,U
++}_94Θ5xp<Hr +aNuN}ZOxc|ˮ>sRbR(#4K=FےU+ܨqﺗ϶v7@N
+W&*v {`pM@l>z7XDiƤ#;
endstream
endobj
-845 0 obj
+869 0 obj
<<
/Type /Page
-/Contents 846 0 R
-/Resources 844 0 R
+/Contents 870 0 R
+/Resources 868 0 R
/MediaBox [0 0 612 792]
-/Parent 858 0 R
+/Parent 867 0 R
>>
endobj
-847 0 obj
+871 0 obj
<<
-/D [845 0 R /XYZ 132.768 705.06 null]
+/D [869 0 R /XYZ 132.768 705.06 null]
>>
endobj
-848 0 obj
+872 0 obj
<<
-/D [845 0 R /XYZ 133.768 667.198 null]
+/D [869 0 R /XYZ 133.768 667.198 null]
>>
endobj
-849 0 obj
+873 0 obj
<<
-/D [845 0 R /XYZ 133.768 652.752 null]
+/D [869 0 R /XYZ 133.768 652.752 null]
>>
endobj
-850 0 obj
+874 0 obj
<<
-/D [845 0 R /XYZ 133.768 636.812 null]
+/D [869 0 R /XYZ 133.768 636.812 null]
>>
endobj
-851 0 obj
+875 0 obj
<<
-/D [845 0 R /XYZ 133.768 618.879 null]
+/D [869 0 R /XYZ 133.768 618.879 null]
>>
endobj
-852 0 obj
+876 0 obj
<<
-/D [845 0 R /XYZ 133.768 596.961 null]
+/D [869 0 R /XYZ 133.768 596.961 null]
>>
endobj
-853 0 obj
+877 0 obj
<<
-/D [845 0 R /XYZ 133.768 569.619 null]
+/D [869 0 R /XYZ 133.768 569.619 null]
>>
endobj
-854 0 obj
+878 0 obj
<<
-/D [845 0 R /XYZ 133.768 539.178 null]
+/D [869 0 R /XYZ 133.768 539.178 null]
>>
endobj
-855 0 obj
+879 0 obj
<<
-/D [845 0 R /XYZ 133.768 517.26 null]
+/D [869 0 R /XYZ 133.768 517.26 null]
>>
endobj
-856 0 obj
+880 0 obj
<<
-/D [845 0 R /XYZ 133.768 489.918 null]
+/D [869 0 R /XYZ 133.768 489.918 null]
>>
endobj
-857 0 obj
+881 0 obj
<<
-/D [845 0 R /XYZ 133.768 462.023 null]
+/D [869 0 R /XYZ 133.768 462.023 null]
>>
endobj
-844 0 obj
+882 0 obj
<<
-/Font << /F33 309 0 R /F75 308 0 R >>
+/D [869 0 R /XYZ 133.768 443.537 null]
+>>
+endobj
+883 0 obj
+<<
+/D [869 0 R /XYZ 133.768 421.619 null]
+>>
+endobj
+884 0 obj
+<<
+/D [869 0 R /XYZ 133.768 393.724 null]
+>>
+endobj
+885 0 obj
+<<
+/D [869 0 R /XYZ 133.768 366.382 null]
+>>
+endobj
+868 0 obj
+<<
+/Font << /F33 317 0 R /F75 316 0 R >>
/ProcSet [ /PDF /Text ]
>>
endobj
-859 0 obj
+886 0 obj
[472.2 555.6 805.6 916.7 1138.9 1277.8]
endobj
-861 0 obj
+888 0 obj
[777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 666.7 666.7 666.7 638.9 722.2 597.2 569.5 666.7 708.3 277.8 472.2 694.5 541.7 875 708.3 736.1 638.9 736.1 645.8 555.6 680.6 687.5 666.7 944.4 666.7 666.7 611.1 288.9 500 288.9 555.6 666.7 277.8 480.6 516.7 444.5 516.7 444.5 305.6 500 516.7 238.9 266.7 488.9 238.9 794.5 516.7 500 516.7 516.7 341.7 383.3 361.1]
endobj
-862 0 obj
+889 0 obj
[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
endobj
-863 0 obj
+890 0 obj
[611.1 611.1]
endobj
-865 0 obj
+892 0 obj
[533.6 588.2 758.1 480.3 1228 880.8]
endobj
-866 0 obj
+893 0 obj
[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
endobj
-867 0 obj
-[813.9 405.6 566.7 843 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 813.9 813.9 669.5 319.4 500 319.4 555.5 813.9 319.4 613.3 580 591.1 624.5 557.8 535.5 641.1 613.3 302.2 424.4 635.5 513.3 746.7 613.3 635.5 557.8 635.5 602.2 457.8 591.1 613.3 613.3 835.6 613.3 613.3 502.2 500 277.8 500 555.5 188.9 813.9 813.9 786.1 786.1 829.2 741.7 741.7 851.4 683.3 683.3 683.3 813.9 813.9 813.9 844.4 800 800 611.1 611.1 611.1 786.1 786.1 813.9 813.9 813.9 669.5 669.5 669.5 931.7 405.6 624.5 537.5 613.3 613.3 591.1 591.1 624.5 557.8 557.8 641.1 513.3 513.3 513.3 613.3 613.3 613.3 635.5 602.2 602.2 457.8 457.8 457.8 591.1 591.1 613.3 613.3 613.3 502.2 502.2 502.2 696.4 319.4 523.6 813.9 813.9 813.9 813.9 813.9 813.9 813.9 975 786.1 741.7 741.7 741.7 741.7 405.6 405.6 405.6 405.6 829.2 813.9 844.4 844.4 844.4 844.4 844.4 1091.7 844.4 813.9 813.9 813.9 813.9 813.9 683.3 1222.2 613.3 613.3 613.3 613.3 613.3 613.3 735.5 591.1 557.8 557.8 557.8 557.8 302.2 302.2 302.2 302.2 624.5 613.3 635.5 635.5 635.5 635.5 635.5 824.4 635.5 613.3 613.3 613.3 613.3]
+894 0 obj
+[770.8 786.1 829.2 741.7 712.5 851.4 813.9 405.6 566.7 843 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 813.9 813.9 669.5 319.4 500 319.4 555.5 813.9 319.4 613.3 580 591.1 624.5 557.8 535.5 641.1 613.3 302.2 424.4 635.5 513.3 746.7 613.3 635.5 557.8 635.5 602.2 457.8 591.1 613.3 613.3 835.6 613.3 613.3 502.2 500 277.8 500 555.5 188.9 813.9 813.9 786.1 786.1 829.2 741.7 741.7 851.4 683.3 683.3 683.3 813.9 813.9 813.9 844.4 800 800 611.1 611.1 611.1 786.1 786.1 813.9 813.9 813.9 669.5 669.5 669.5 931.7 405.6 624.5 537.5 613.3 613.3 591.1 591.1 624.5 557.8 557.8 641.1 513.3 513.3 513.3 613.3 613.3 613.3 635.5 602.2 602.2 457.8 457.8 457.8 591.1 591.1 613.3 613.3 613.3 502.2 502.2 502.2 696.4 319.4 523.6 813.9 813.9 813.9 813.9 813.9 813.9 813.9 975 786.1 741.7 741.7 741.7 741.7 405.6 405.6 405.6 405.6 829.2 813.9 844.4 844.4 844.4 844.4 844.4 1091.7 844.4 813.9 813.9 813.9 813.9 813.9 683.3 1222.2 613.3 613.3 613.3 613.3 613.3 613.3 735.5 591.1 557.8 557.8 557.8 557.8 302.2 302.2 302.2 302.2 624.5 613.3 635.5 635.5 635.5 635.5 635.5 824.4 635.5 613.3 613.3 613.3 613.3]
endobj
-868 0 obj
+895 0 obj
[531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531 531.3 531.3 531 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3]
endobj
-870 0 obj
+897 0 obj
[892.9 339.3 892.9 585.3 892.9 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 585.3 585.3 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 892.9 1138.9 1138.9 892.9 892.9 1138.9 1138.9 585.3 585.3 1138.9 1138.9 1138.9 892.9 1138.9 1138.9 708.3 708.3 1138.9 1138.9 1138.9 892.9 329.4 1138.9 769.8 769.8 1015.9 1015.9 0 0 646.8 646.8 769.8 585.3 831.4 831.4 892.9 892.9 708.3 917.6 753.4 620.2 889.5 616.1 818.4 688.5 978.7 646.5 782.2 871.7 791.7 1342.7 935.6 905.8 809.2 935.9 981 702.2 647.8 717.8 719.9 1135.1 818.9 764.4 823.1 769.8 769.8 769.8 769.8 769.8 708.3 708.3 523.8 523.8 523.8 523.8 585.3 585.3 462.3 462.3 339.3 585.3 585.3 708.3 585.3 339.3 938.5 859.1 954.4]
endobj
-871 0 obj
+898 0 obj
[736.1 1083.3 736.1 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1361.1 736.1 736.1 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1083.3 1361.1 1361.1 1083.3 1083.3 1361.1 1361.1 736.1 736.1 1361.1 1361.1 1361.1 1083.3 1361.1 1361.1 875 875 1361.1 1361.1 1361.1 1083.3 441]
endobj
-873 0 obj
+900 0 obj
[881.9 755.6 723.6 904.2 900 436.1 594.5 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.5 570.8 319.5 575 319.5 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607 511.1]
endobj
-874 0 obj
+901 0 obj
[1027.8 402.8 472.2 402.8 680.6 680.6 680.6]
endobj
-876 0 obj
+903 0 obj
[777.8]
endobj
-878 0 obj
+905 0 obj
[458.3 458.3 416.7 416.7 472.2 472.2 472.2 472.2 583.3 583.3 472.2 472.2 333.3 555.6 577.8 577.8 597.2 597.2 736.1 736.1 527.8 527.8 583.3 583.3 583.3 583.3 750 750 750 750 1044.4 1044.4 791.7 791.7 583.3 583.3 638.9 638.9 638.9 638.9 805.6 805.6 805.6 805.6 1277.8 1277.8 811.1 811.1 875 875 666.7 666.7 666.7 666.7 666.7 666.7 888.9 888.9 888.9 888.9 888.9 888.9 888.9 666.7 875 875 875 875 611.1 611.1 833.3 1111.1 472.2 555.6 1111.1 1511.1 1111.1 1511.1 1111.1 1511.1 1055.6 944.5 472.2 833.3 833.3 833.3 833.3 833.3 1444.5 1277.8 555.6 1111.1 1111.1 1111.1 1111.1 1111.1 944.5 1277.8 555.6 1000 1444.5 555.6 1000 1444.5 472.2 472.2 527.8 527.8 527.8 527.8 666.7 666.7 1000]
endobj
-879 0 obj
+906 0 obj
[777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 1000 1000 777.8 777.8 1000 1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 500 500 611.1 500 277.8 833.3 750 833.3]
endobj
-880 0 obj
+907 0 obj
[493.7 329.2 493.7 548.6 329.2 329.2 493.7 274.3 877.8 603.5 548.6 548.6 493.7 452.6 438.9 356.6 576 493.7 713.2]
endobj
-881 0 obj
+908 0 obj
[531.3 1062.5 0 414.9 295.1 324.7 619.8 590.3 590.3 885.4 885.4 531.3 295.1 403.1 885.4 531.3 885.4 826.4 295.1 413.2 413.2 531.3 826.4 295.1 354.2 295.1 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 531.3 295.1 295.1 826.4 826.4 826.4 501.8 826.4 795.9 752.1 767.4 811.1 722.6 693.1 833.5 795.9 382.6 545.5 825.4 663.5 972.9 795.9 826.4 722.6 826.4 781.6 590.3 767.4 795.9 795.9 1091 795.9 795.9 649.3 295.1 531.3 295.1 555.6 795.9 295.1 531.3 590.3 472.2 590.3 472.2 324.7 531.3 590.3 295.1 324.7 560.7 295.1 885.4 590.3 531.3 590.3 560.7 414.1 419.1 413.2 590.3 560.7 767.4 560.7 560.7]
endobj
-882 0 obj
-[611.1 611.1 611.1]
+909 0 obj
+[611.1 611.1 611.1 611.1 611.1]
endobj
-883 0 obj
+910 0 obj
[511.1 1022.2 0 408.5 306.7 306.7 613.3 562.2 587.8 881.7 894.4 511.1 306.7 400.7 817.8 500 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 777.8 766.7 777.8 511.1 766.7 743.4 703.9 715.6 755 678.4 652.8 773.6 743.4 385.5 525 768.9 627.2 896.7 743.4 766.7 678.4 766.7 729.5 562.2 715.6 743.4 743.4 998.9 743.4 743.4 613.3 306.7 500 306.7 555.6 743.4 306.7 511.1 460 460 511.1 460 306.7 460 511.1 306.7 306.7 460 255.5 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 460 664.5 463.9 485.6]
endobj
-884 0 obj
+911 0 obj
[656.2 625 625 937.5 937.5 562.5 342.6 462.5 937.5 562.5 937.5 875 312.5 437.5 437.5 562.5 875 312.5 375 312.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 562.5 312.5 312.5 894.4 875 894.4 531.2 875 849.5 799.7 812.5 862.2 738.4 707.2 884.2 879.6 419 581 880.7 675.9 1067.2 879.6 844.9 768.5 844.9 839.2 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 575 312.5 555.6 849.5 312.5 546.9 625 500 625 513.3 343.7 562.5 625 312.5 343.7 593.7 312.5 937.5 625 562.5 625 593.7 459.5 443.7 437.5 625 593.7 812.5 593.7 593.7 500]
endobj
-885 0 obj
+912 0 obj
[444.4 405.9 437.5 496.5 469.4 353.9 576.2 583.3 602.6 494 437.5 570 517 571.4 437.2 540.3 595.8 625.7 651.4 622.5 466.3 591.4 828.1 517 362.8 654.2 1000 1000 1000 1000 277.8 277.8 500 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 500 777.8 500 530.9 750 758.5 714.7 827.9 738.2 643.1 786.3 831.3 439.6 554.5 849.3 680.6 970.1 803.5 762.8 642 790.6 759.3 613.2 584.4 682.8 583.3 944.4 828.5 580.6 682.6 388.9 388.9 388.9 1000 1000 416.7 528.6 429.2 432.8 520.5 465.6 489.6 477 576.2 344.5 411.8 520.6 298.4 878 600.2 484.7 503.1 446.4 451.2 468.8 361.1 572.5 484.7 715.9 571.5 490.3 465.1 322.5 384 636.5 500]
endobj
-886 0 obj
+913 0 obj
[625 833.3 777.8 694.5 666.7 750 722.2 777.8 722.2 777.8 722.2 583.3 555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.5 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 472 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 277.8 777.8 472.2 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 472 277.8 500 277.8 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8 527.8 444.5 500 1000 500 500 500]
endobj
-887 0 obj
+914 0 obj
[742.7 647.8 600.1 519.3 476.1 519.8 588.6 544.1 422.8 668.8 677.6 694.6 572.8 519.8 668 592.7 662 526.8 632.9 686.9 713.8 756 719.7 539.7 689.9 950 592.7 439.2 751.4 1138.9 1138.9 1138.9 1138.9 339.3 339.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 585.3 339.3 339.3 892.9 585.3 892.9 585.3 610.1 859.1 863.2 819.4 934.1 838.7 724.5 889.4 935.6 506.3 632 959.9 783.7 1089.4 904.9 868.9 727.3 899.7 860.6 701.5 674.8 778.2 674.6 1074.4 936.9 671.5 778.4 462.3 462.3 462.3 1138.9 1138.9 478.2 619.7 502.4 510.5 594.7 542 557.1 557.3 668.8 404.2 472.7 607.3 361.3 1013.7 706.2 563.9 588.9 523.6 530.4 539.2 431.6 675.4 571.4 826.4 647.8 579.4 545.8]
endobj
-888 0 obj
+915 0 obj
[877 781.7 754 843.3 815.5 877 815.5 877 815.5 677.6 646.9 646.9 970.3 970.3 323.4 354.2 569.4 569.4 569.4 569.4 569.4 843.3 507.9 569.4 815.5 877 569.4 1013.9 1136.9 877 323.4 323.4 538.4 938.5 569.4 938.5 877 323.4 446.4 446.4 569.4 877 323.4 384.9 323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 323.4 877 538.7 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 692.4 323.4 538.4 323.4 569.4 323.4 323.4 569.4 631 507.9 631]
endobj
-889 0 obj
+916 0 obj
[569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 892.9 877 892.9 538.7 877 843.3]
endobj
-890 0 obj
+917 0 obj
[500 1000 0 391.7 277.8 305.6 583.3 555.6 555.6 833.3 833.3 500 277.8 373.8 833.3 500 833.3 777.8 277.8 388.9 388.9 500 777.8 277.8 333.3 277.8 500 500 500 500 500 500 500 500 500 500 500 277.8 277.8 777.8 777.8 777.8 472.2 777.8 750 708.3 722.2 763.9 680.6 652.8 784.7 750 361.1 513.9 777.8 625 916.7 750 777.8 680.6 777.8 736.1 555.6 722.2 750 750 1027.8 750 750 611.1 277.8 500 277.8 555.6 750 277.8 500 555.6 444.5 555.6 444.5 305.6 500 555.6 277.8 305.6 527.8 277.8 833.3 555.6 500 555.6 527.8 391.7 394.5 388.9 555.6 527.8 722.2 527.8 527.8 444.5 500 277.8 500 555.6 166.7 750 750 722.2 722.2 763.9 680.6 680.6 784.7 625 625 625 750 750 750 777.8 736.1 736.1 555.6 555.6 555.6 722.2 722.2 750 750 750 611.1 611.1 611.1 838.9 361.1 555.6 484]
endobj
-891 0 obj
+918 0 obj
[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
endobj
-892 0 obj
+919 0 obj
[575 1150 0 449.7 319.5 351.4 670.8 638.9 638.9 958.3 958.3 575 350 481.5 958.3 575 958.3 894.4 319.5 447.2 447.2 575 894.4 319.5 383.3 319.5 575 575 575 575 575 575 575 575 575 575 575 319.5 319.5 894.4 894.4 894.4 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.5 901.4 691.7 1091.7 900 863.9 786.1 863.9 862.5 638.9 800 884.7 869.4 1188.9 869.4 869.4 702.8 319.5 575 319.5 555.6 869.4 319.5 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.5 351.4 607 319.5 958.3 638.9 575 638.9 607 473.6 453.6 447.2 638.9 607 830.6 607 607 511.1]
endobj
-893 0 obj
+920 0 obj
[399.7 399.7 513.9 799.4 285.5 342.6 285.5 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 513.9 285.5 285.5 799.4 799.4 799.4 485.3 799.4 770.7 727.9 742.3 785 699.4 670.8 806.5 770.7 371 528.1 799.2 642.3 942 770.7 799.4 699.4 799.4 756.4 571 742.3 770.7 770.7 1056.1 770.7 770.7 628.1 285.5 513.9 285.5 555.6 770.7 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.4 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4]
endobj
-894 0 obj
-[272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 500 272 555.6 734 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2 516.8 516.8]
+921 0 obj
+[272 326.4 272 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 489.6 272 272 761.6 761.6 761.6 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.2 734 353.2 503 761.2 611.8 897.2 734 761.6 666.2 761.6 720.6 544 707.2 734 734 1006 734 734 598.4 272 500 272 555.6 734 272 489.6 544 435.2 544 435.2 299.2 489.6 544 272 299.2 516.8 272 816 544 489.6 544 516.8 380.8 386.2 380.8 544 516.8 707.2]
endobj
-895 0 obj
+922 0 obj
[525.4 499.3 499.3 749 749 458.6 249.7 321.6 772.1 458.6 772.1 719.9 249.7 354.1 354.1 458.6 719.9 249.7 301.9 249.7 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 249.7 249.7 761.6 719.9 761.6 432.5 719.9 693.3 654.3 667.6 706.6 628.2 602.1 726.3 693.3 327.6 471.5 719.4 576 850 693.3 719.9 628.2 719.9 680.4 510.9 667.6 693.3 693.3 954.5 693.3 693.3 563.1 249.7 500 249.7 555.6 693.3 249.7 458.6 510.9 406.4 510.9 406.4 275.8 458.6 510.9 249.7 275.8 484.7 249.7 772.1 510.9 458.6 510.9 484.7 354.1 359.4 354.1 510.9 484.7 667.6]
endobj
-896 0 obj
+923 0 obj
[514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6]
endobj
-897 0 obj
+924 0 obj
<<
/Length1 1169
/Length2 6544
@@ -5343,7 +5531,7 @@ f?xʲDF(w!U:J4OlJUoPQ4ħ
Zs$x(
endstream
endobj
-898 0 obj
+925 0 obj
<<
/Type /FontDescriptor
/FontName /OIUXCD+esint10
@@ -5356,10 +5544,10 @@ endobj
/StemV 40
/XHeight 431
/CharSet (/acute/ring)
-/FontFile 897 0 R
+/FontFile 924 0 R
>>
endobj
-899 0 obj
+926 0 obj
<<
/Length1 2563
/Length2 29376
@@ -5491,7 +5679,7 @@ Jq/zEf΂-xBNN{
JĄ ҧwk@,^=`:ѨyZ+i ~XJF$| 7ߙ@gkw_ PMEDe);Ĵn*dQdWg H *hW%A\MZQ1tzpf-̑<7{~^vKJBXfZWs:1A4nJir[O}oVDb!@7FkAw҉M+Qvg=[7Y!
endstream
endobj
-900 0 obj
+927 0 obj
<<
/Type /FontDescriptor
/FontName /KKYZJG+LMRoman10-Bold
@@ -5504,10 +5692,10 @@ endobj
/StemV 114
/XHeight 444
/CharSet (/A/B/C/D/E/F/I/L/N/O/P/R/S/T/U/a/ampersand/asterisk/b/backslash/c/colon/comma/d/e/eight/endash/f/ff/fi/five/four/g/h/hyphen/i/j/k/l/m/n/o/one/p/period/q/question/quoteright/r/s/seven/six/t/three/two/u/v/w/x/y/z)
-/FontFile 899 0 R
+/FontFile 926 0 R
>>
endobj
-901 0 obj
+928 0 obj
<<
/Length1 2513
/Length2 27928
@@ -5629,7 +5817,7 @@ Sg
3$L?_}N&3 ňTVDG
endstream
endobj
-902 0 obj
+929 0 obj
<<
/Type /FontDescriptor
/FontName /LQAAZY+LMRoman12-Bold
@@ -5642,123 +5830,104 @@ endobj
/StemV 109
/XHeight 444
/CharSet (/A/C/D/E/G/H/I/J/M/O/P/R/S/T/V/a/ampersand/b/c/colon/comma/d/e/f/ff/fi/five/four/g/h/hyphen/i/j/k/l/m/n/o/one/p/parenleft/parenright/period/quoteright/r/s/semicolon/six/slash/t/three/two/u/v/w/x/y/z)
-/FontFile 901 0 R
+/FontFile 928 0 R
>>
endobj
-903 0 obj
+930 0 obj
<<
-/Length1 1820
-/Length2 20306
+/Length1 1908
+/Length2 21326
/Length3 0
-/Length 21438
-/Filter /FlateDecode
->>
-stream
-xڴuT_-wwww`]+ESw;]Yɛ=~ff+BA bfoXy
-v 1cgfUB h 
-ywp]JEƦ6n6V
-9IhN{л_މ
-dff.L +G[g@G
-~oAgu=_w$ifgdid0#2)ڃ[_$]lm'ܴQS+;/;L
-lj/σ^TG#tv+ NB^LR2tw +27Y
-4gPK&)1m_~_o*dPX/k#9)fhJh"h ?İ]5ºΰc8~v_׊0
- ~{6Y6 slG߆.dN>ӽ>˫&A>,κ*lyMRy"&׃~urvT 7v>9i-NIV<lNp跆s`N.zg^fRnRNZ֕{Ϧ &]t^h9g|Xu2Uo
-<Oy2)cg3ײ-M2TWD֎ԔkP1
-Tzk4ޗ+nAnQ(x$(sٶ)y"]QyP#8S?Yn I8!qWYqF('f-"P!MT=T`T G VX}:cNjI޾UHNHr̅)I۹@leԡ>)r611'6j2qLul׋|%˥"lڣ(g Ys_On %(CGy)F}kWJ%Y[m/cblP Z;8ŎL
-3џQ;j6Aq! ۭ-0+_T~z/hs5m|sD#ttWuf26<Ð2q:į e׸nOҨ$z
-{5% h.857yiUO#U9*Zɗ=xlF]d @Z@Erb CSOoa3߰Qng -b?}5;^Wx5UJ d}~ 8[vyyRӻ~yvrW2Ek6kбTt۵a!'27q=0  "h0
-d 5`ɔʓ.pEMyZj9ũ!KLWPGN{s2mH64djйV腣s`*mb=0HNXS޶Lwavyt(ޕ|^lZq&JD/ˤ֞1L2P0-Zo0[W+R{JKQ?OgUVYAگ1)ޖ6x8B^5Pػ`g9TvR =u hN2>c݄fSQO[yro=!`6ۃ X[l୺HGߧ#HlyKM+d=
-]}4Z* Qk.:
-utT
-]t|_F7ve4f_X7N~fYt{<zECd4į†/RƄm6b9!eojs'N^>K+kϡM OY&UECWy[HШESLCdz;,/ZeKc'>;A >(ifJ5kGWlcx>O;ꗕf[qFzmS"Jp#&Ku44+%&idOV!)8k: D &m3Ǚ3}.kCNnł\%T?3Ei#?gªb[MȈ#J+-κBfՙtj櫧)wHhai<>f=RjC<ht"?e'xQ:zɑqY:c9r|5{(hdC.7T.lB1 f+ %iex)E2W-'(R,S1c1QȿhKXC0
-Z4v|{z+3kǠzE:"ց]o/E E)^|bʀO0"b߳P!Im,x;Q%%gRr\k8y O1k
-{#VRM<`=a•4#b\s'xr}ӱ]j!~~Ȱ{?*Jq4#fE1o Y|.pnPe*6Y_G>]j2WiWO2_h#c{|Iʬ*2 Vů/LU:Yc(%u RDže$*^|eY4,ZCX`(S2.%Twa n-lI3<eqgҁIX
- PKMP6@X*Y^y9JWPsYC4FqဥNq CtyE?Xˢ9&8ɭ=9=Us'oi:ij~N\;@ڄ z#
-F0idtғiIW
-*i!Z}=QM0l[݈{\q/Nokob`++typDmb*$EsLTܩ](1u;;om'l#nx2Q*7+0fSwn㘿n:O8%OW]H+߹xxc+.<s;R*pY S)/lٍ5r1
-j\hFo+3EEI/sVvD<1J-}U?ˍ`E: ۤˀ(q/܏:v.}g((spNN"mcI-A+{[<6ˆ)B7?kt䆅?bj'ytVޱ 7&sYgS1k˟I?X`~U2R/os<$ɉETcқc#=cUHwd$=Rm(x.= ~Ka \jG$hLkDجzEl{
-Fc`}0l#9
-D
-?Ճ  v9QzVG;|D)A=ekevWhs@[.rur[sR燳,ң o9D P6=tA,?MT/,5 hQʹڵU0қ<^LtD5nLe,ibTJCo(VęẂm,vIQGxe9">kDr# ˸.PgA=?[s#t=6Os-rz"9&e}߲cC7 , :I899VMH{8Mq<oL߂H8ȉuEW
-g
-"ͩ $Jp |ԸE",3f߆YԲY/2P%3?-%\s,y_cBM?pGV"{q,΅~Ynl ^vA' ;u+SCO v*)#wU(X:BC?HtT$b" Ph,RR[ZՒ6xFĢIY<ǛXg]n"HصG~F)˗8K!:t3yQ[F7lhf?
-MdIr'MȅnMoL[De]!=T~Uz! jxe((Hl[4`TLV p0aSiC,l$ &Z ?iB
-ǻ#2ܻR CB9ͅl@_-aטʟ 7X,L'#3f=CH<]o T˖^T72e"FRBD|_^Ҩ-uC͜;׾^axD ;7Lϊm ¬~sRIH/KSxSCWx;0#RCo,~ܢrzZ9S~/~C][dSn|)*Z^~2ߓrRزcYZgY- !` <EJH`
-0?GY!8ӧkoȨ90^YYNJtF֔8^aKhv;ۆ|>f_7V"EaRT/212y/Q-b \E:2;kt7Ś$M%~c&#8lg21tO߿$8d9Dž/`V)te^}=k G2JShM&cLCWC3~Ft9Us;D}&sP'
-O/_fE+ 6> Ș8VhNeڴY% }&*g@Y
-xJ<osط:'jAEֹ"F⬭NNd WaKu|Jw+WUU[Cq3$qxf@FxƐii,diVd3?7xȔFr3(Ct T&~=T/
-lfޛڣdA⼴_qYH5Χ,۞儷/nuKݣmb4O&dL7u0=~
-B8ZlnicjT (=ДsKTn8OP_[Gvv?Q$Ųy۝2_bECiFQ
-44#Uxqj:CWB``d*+pIF=p1y`EJ>08.i)f5tޕ4ٕY~ң eKr
-- v]M+Azs u_xx9|'RONJoi2|SYzS̔KNњOM4%pwN:m}$4ܸj vT Iz<f D[gvI>#
-eORMT-N,̛@{6+_ gfӍ76\[̒Q J+<~ZO)C~D6ABu  uP ͼM=3Ѯ  1\ZbC޺YPG 9ՎI/7WފK+ʚuw\ۤ0C"DNeG=pB,=#+ u1Wbzh1vxܼ,^ _n\ b'տ柢0fPZOŨ>UBe-JV-Mo5AR1Dd\_Cmx~ )FlCYg<9F<
-wK=\r8 9ohoVbU L"X'$1pm~5J)TִF^gO*
-TR*E^tts+QE%NʋFB:y3Qf 7=ZZŊxa8{h
-&pp#gmo^=̗v֍(TnT]?ilt C2?DQ{+~xHÊe)vL]+$
-C&^9xD%BVK;ei<o$Y.Aw0hW_i޺ءΝhTu9D t“=%*9* ([]b9(0>0P̂|ƇP:5q^6*/_w ]zZlGkد'Ƀb .uRKfSAK$ Wп)%J57-a68.0ҒYoot0~)J dm`F?bٲ[y%]Mk͝5cH%,W^Pz&:[=u(kNنܒј5"d}Q-,rϪ$ȑVT|a `Ԩ[%!/%C5KX]2@?O4}ouQv]KY3mrSmll/LPVH) %5 @GG݄
-~KcE-W?REїJB8qAʩTIڞmYf@ya+'͚A 1APVMY<k2Z\lcf d`+Zl_~ \'eOY6y | bBN0A*:C:b 1 7AO -_!5M:ւ(HPE*kz˟5-SQJ)2~F' ߋ_uNh#!5;$LQ&#,9Loݷ=.|-_ShQ^םb!-e|n2'׿!ÛH( A E}bj*w{PXU|zHf-~MmaXqb~
-áVAOi0uMdHOe6ts8!\ϣPw`ݠ2FіU}'PcUtuk._$34S3л|GȿL
-7ۙx?Kʹ;yBjR|{Q}[pt. %EYir%Kuk?G~*I yAO,= N#|܅]~3Yy
-af7
-6t^SF+Ri} gL&3tOb 9Jz(mxM nKV
-:hFCf 2e@
-ߐޛƣkJõ{\ m?%AQ cO֓>"Q
-͂lP"BDɃ>5Fv &rËp^yT"ꅘ='ԁN%n-VWW|w
-M3XG$!bm|MH&g!ݽl+8661,+gԔ49a`5.t _{!\?%D|+ ؇{l>m)Qz`ԉ!ՆƬS47v,b|'kgA]M Lu#a GԠ&6G/.qփ ~Rj{a&CkM(I>BCeOsL&"1pHF <<>w}h+qG|U5(3qmGߤ&oU*% p ֽ4ݫ&6hiĜ&Y̪"[e,d—&18Ku+NSL>
-'xvȖt; Ws2G)ӂƶD)s}io]M#(Ps&Ǝ\}dU'}Ui`XpӒȬaA{^YQ{)Tp
-+i U &!3e7~
-G_mYµkmE}ԅ4uU1(Jc<wAa%K+,DM\.׌ܚnCSe3*<jj>t殯η B#r_|f 
-P_v\8ޝJt4t݇PHBCsJgZT*kI>U+;ȣ ~TCħp*H]T4d4s>Ȁ 5U =K5s}]G 4OKخᖬ)J`P;xaS\2
-<6y=MdNatFS2agS_EiD-" 2`{kO>&xW`?sQ P]h.`kR㷥'T
-Ra@#Ib"a~uqJEK
-j#lLݥ@?k#KR-QeR&s:b\Vbo&Y3O̜
-Rw9/TT~_6oS:hU]lW׀շQq#&DO1@QH&_Л"1#X[O>V͆}eYgPxe חCD5!]e 2vlGY6=\47" ZY<\`eJc#uāF-<+QA0Uhgb\!8 WA'[4m8g
--@hyטexµw:ʟ_6ϋD¤KO*D[c; do0(SӔiyMԈk;ܪOQ/'"^C#!Z$A~ Zœt'0gzțSq2*IS !nEda^N͹>~a!mN|cǓ޸81?]q|ԕ
-͉/>}>_'}!,7:)({Xy
-Іwv(OAp=_
-'{Y[RygW%|
- IiZtT*'3z;01ofI7ƚߘ/7:ywd|s@69Tj{Hyͩa-VC.C޸h,F-Obv]gOZ[PS\w Nt
-: xLSJ=NPY;ZIr{<8j5%1)EXw!K7E{VҞ-EC|]ϱˆs+/PM5ՒqPq]-KUIyjYqCî +sJ' k%Jl"}:s'0Kl^
-:, f@##뗛Av-5!"  Z0I>k 2#_*.k!(1y`LSGoꙪ!nwuӘq1'5u2;ԌP('/D5鍘|e`̤f%JBnX7̼MPJiϵ^7iF2@kZ믙lO+Zt,ɬi$kx4R'HlCki%$Z<;wL%?"h3Yww#?{>nlF6UK;cԲM87reMraK-Zs 4XtG#~\n[u0>KWU._t/ڍYK<u6sl?Ľ^(ݦ~ӫ^H5u|Δp{`j0&q=Z{ԕЧB~+UŰb<욷-'LO03xRfꥨKq}3+`sA_Utwc(h3"!n eƍ3N"BB)*lE@*ug`vb>ކ-~T(y8+ҋ~Tb8g\f'n2eNK
-2MH?o~|lhy` 5nB&u.fZ,uw"94x HR rouS
-
-K_ᭇ)2%i[Bxs,?K~nDoE
-͇ՔZఠJmF785g;נA[hl
-^ȃ 0oՒu1t-Dj@ɬ8 ^p?tKV]W +y9o0
-a/e{To+>{b3D{Q{fϯLiNve%V +Ix}$r <M}></ڣAkdH}:,~e 8=2PG>ej~3NjĆ$+7]reᇾ KltwoI5Xa,k"b>xVK\2$6*z255>F "Mõ5s5F>g[h'Q-I r8e'SquLg<$vS7]ێ⺦go~ \Є~q)0' c).|ɣ۵%ڲeлiHٯF,ՏUO4dMPHSDO
-(t~)8dY3Kp|JX1 ~wvPV< *㌗ΩNYpqўt5U
-[ oiuc 9U}pKG.6̥q}knRav-pilQ**vP`6X'6nMr[b]v&ShiOgۗ{3e4&pn?b HZ\+ڢ,#9IA= _:¼Xl4Sw xMD2(=<!<>h[+&=@9mgp0@tv\#g^V k''zj8v}^a7v+ۉq,e9/|o&E0 i{9_/ǐ{3;V=+c}}3RU\gJ[D86QB2X<-sv/*\
- A|G(ݕ VOP.W˦q*q?)60d$zcOP MqvAr+MA*#)ޢauMhtI#%׬聉W2C<7ƱZAH
-qA|_XYe8yW/f
-"lI4/"QsuHl+f$h興~ (eY-PkzO 9 2x#1™z~%#ySmK"SCvu$ś'*#-$S>IUi.ӧ NލBKT&"`{aLl&sAcL:~3_Іq*+@~p}]|'n s$V9&HS(]$L*ITn7qBa6 ӱ<>(U%;C0m lmanBoKL̇<-A)apS>WGyN3K*\[F'pD-:v\d@ }P'KUKo_ogq
-cԅɇl;m[B(T8[@v1LIQH땁fڜ%l 5xGۑ[M3.B ˆuJC1\2B0hq^<Ů\e$l
-]T "tmIͲ+zX@ |O%۱XAI`kSʦ2%?&KMDmB4l@:C#0!Ko\3}:nrNm"xB1l򉂤G
-qSiU{dX+}{D(SC_FS ]P4-'xL@ܪ$pFMQ7Ø! ˇᗀǬP~:e6`4i+wH ,[-CN3m[Գ"r'
-MFfp5gJb"s
-ZP<)jeCt1Mk"A6W;͗Q\
-FnN^bP@(P#F<J?=4Uϲ)rfÇ 3|V@:3
-v
-,
-/Pfk])nm'݋#bP%HP`bˆô\3sk}гW=MY8{خ|*lFS;œۗ؃Ep3XV8Vz"Utp"4iڭ07Oc*Zs5@vQM]9r5BZnzNMѽ{ N}Qxv^60+٥r
-qjm?^H[6>h
-*b Yx2=6{okrygn;R|S ‘(ho~&vYײJM^;SC <܏"
-1/Oߖ>9(OfwӇ)Õ 8Y~p?RB.8է,\ۊȼ4: ί[[R?Fpo `{F"Up+̼pgh3I7Iq 98eplL uz]^|YG4C^3G?aw0Uӯ%Z+LK
-¢\PɊ.=ӛhsDOe=
-GcFP^|b!6J|i8/3$yvG~QCSym^.{D$ɨh<| }wڠš9/j4/)jnjye(t5LbėxQzx}v &^i 51[T<DMt"%w)%[ #.x+uK@ FR?xrvV ~b-W$tr/p79H2LJ1KBrb“ yl*لEHjd]RWHY[e
-x VeX9Q_
-y;zx{w{"^bq[]Q(==2+Y=;=6S:y_6H}T UϟZ?YTQ%Y~qc#PMG؀#ap^ʼn|5K miMguMoAVDNVǹAf
-lɶux1a驃\aJ7Hqo4dQ~1tK$E}ªqgBf]ᣤ*iб dqc1T悒BZgG=,Q}]^Q*J]SI\[bzo
-^?I!頛șV؛EW,!%&8L?*̪cfJ`:ⵙ}>a_")O)OKO}BI&5kmGGޑ% I`ىѺ]3[@8\+s8FmdɱpaPy83+4
-<j+7yAATj
-V0b.& Q~f
- Jr&&e.1m[uya*PU0gpߧh^`
-*#ԐY=`ԙS–^5!8Z޴7y $h9Ĕ$7 ,R{ip1GE
+/Length 22487
+/Filter /FlateDecode
+>>
+stream
+xڴsx}4Ic[ͤmv8jIc7mv6Oowݳs5$J4F6@QkGZzN="RHKO CB"dw4wrMr0$
+`o
+aˇG?N˿vc^U
+p_n&>ywߗ2$>ل#ۄ'6 '^CDEgn*>p) "5nH34ȹ'ӎTŃU #Rro4@!}:<FtMTobSQ&lj5զbW@Id dpY-;<O G`.5ɂ`M"a)]Tw8f8iBD0Zcm Q*sWɍa&5,5QB{ʬ=0GqXt|m3%͜[/Ru,}jNǗtSiQYi*v$.^ԍ;1E$:U; B)$r>&U9Ku3$ͼ )VF^.gG1Zs7Je<r}OhuVCQKi$F
+eanJ?|}hwڠ0[p7VEj \=UQΛ{me &!۹*:xҳWI񘵿ĭdViBك&l<wмs؞tdi=32xSu>"+g|Sp Rk\<DZ-H
+3ݔ@&-$n#KV`r꜀P>adMl 913Xw>4zڜN)YWVCGB|U jAǭGI%h2 C%7ʻXp$u)[8]-RRV[dfEMf2@&S{Do;w"aKtɁťtXw"XaeИ^ 8II
+&+M#"!N,:<xGձ{n]
+$B?A9OQyb3 Ghi)ytud{
+E j ߎ:>Ùk;~g/v (f,6vrm5LF=za%0 Np}Qn淀=&9bV-UP(Zù
+!I!J6+m WLOC!nNW2k !my7^hII[23?3Q: '8R
+&<؟P84O[ Ƨ(MX]5~m{y?bREO$}N|(@ ;D? ֏8[GNx
+gDJ_1cS%w-3xvP6ˌ! djgmk[JlqDVx=*(_auqJ%x>8aŧhaOSpQe_pt^54l\}j2K7aUޒSI֖kLk 3Ώ QA+i%/>ֿz9/ׂ8JB h^Ш0'In>,&O+
+3)_.=:"qAH ulo5 ǘi`L߹Y623u]ofPЯ yޤߩy%<{s0O$T G}mDoV7o7)qd'
+WǺCө}nMT(AZ{0$/Xoӽ`*b1Pn9QBl?q#,FظWZL:<'
+hEv=i=rT!br`W,ԸWV)~!\R`j,!oSTvpDɯs5ֻAW@,\x9+>!%TV`һ;CFgn.rUbmfP,^Cʝ$$D
+()!Y8Ա94S kӺNܢb"U\[b8,Fp~Yk%EpyO\I8&صZJU[R _%2S#Xb|Z /8 u}>Q_[ x,L K3Zgݟ{`$ƹ%y$ޠ%uRwuA߬*i#'sL`O_
+$`8:yzA͟AX}@9+WP/ *j*ZyBUY\苜+kjWp -v2Ww_[acIO-.SpoD,2D,2Ǒ'M_ZYBx1AIT.-Qvm
+E5,,w[4GgݲިmF
+UٍS ҈F^|'ɶI)ɱ0i ´2"@d|Pu9n`{XA-[zlRcohl{ ArԳ=/HGBr3f|,)~ruHJi64P{ӢW; Rl#tm
+ZSюZUnȵ9r rIIdG}nCcGv"ɷdMF4>ɁqwBnW$ fY!};u_ɇ7Z#օm?C$ByX8_ anNM 4o*'e9La3{[Idsb̂voj[ k)36M[W9a(#z
+.A6P&-sޕ@ھ&
+yRO溱Ɋ{k@ xAP(j 4CYÆFӅ:B<WC-uBAA]{Y|w6yf>F2TJtkJ07YlDppa\LXPPG[wRt5G0iUu{O[}.Bf0GȅAn9"RdǨTkfV b_WR8nn{һ#gpl4;d)9JR{-$V\\1/ƻB5AVjO;:JV*%On}p-G)'Ϝ_w. )d)`~1H{DC%~lSB-n%(E߀Er]ش}FTDW_,UVJU6N՞Kl9a!}EJ-ʌDO8۞EKm (LE[M͟)#+_ׯgQyMS}zp9Md^E/Q^Ԃ:ڏNճ)3yM]+ӣpu+g/pQH`F$ʢ A59.6S5ٓ]{zi
+KqEMc%I F,9fUz-YQA2\3JL``?4v0S`iY%MbХVsrcvs&J 󣢾sj-Qz|ΔM ӝp wQЈ'ޖ4e؄\$%eUwDhGֵ)~2rzҊk,a=ZL;(Ya֧(Wr.QcaZOHx9a
+(i}[Bmc .X'y뒣!c[?|B5n%h-Mqd7es,'fqFA%d$Y\&A}"n n|^ iҦ7?˪3=]0r
+X3/aHȧaA=L>a(!Y1<lQ#bD(De\ŭDDL:~jS9%ÝD mh,#^Њ_1T9|_DxNGx(.;g/9_(DBwd}ngS^roFs-[wV1D_Dkd‘3iA1s? 7Ǿ6.~ \ꠛkh䈼`pctDYS_G-`NzְvG;`6G`DyOA
+ h١ٛm3:o=#V$}GJǢJ8DSSc"xs y#Os+:*͒dnK^sŠpᷤWg9w cBN{~vps𸼘 nz1;slL0~˶F2O<|et:SqϸY1lD{$hT*i?rx }Wb>١[z,@op9
+~6X9;-xjk\ç ` O\4ѳi%  !Qխĵ4Ƒ)=+|ǁ% J
+WBp[LͪKb 54 [O1
+u4GeZr,7=%hw% NZ%Ou</oN\ L'\zf)E3x˵,()Z6&`:߬DZ'' TP1P@p딈L#Vf|m104E]sLN) /O&㘟LvȨooxr1
+`-^C ^VXwЎ{//Ze/,ٸ,(h+]ąfxoZu^!R"آZ4$&xj9vB 1~&HI}TTOBe[|TD0Tp0Gc-ڀf /bz#Dۤmjhc\V3JUC9IAsTJZqR@nʤQ-N ~ap"W#:w tTTn)a]+6ZIe"/n9 += hlǵ\5I`Gn.axhc6T!W8kouixǬQKL[.jUԂ%TT9#p$8kڪjKDjQ[i1D[[d%8puD<}ۏp}:uрU^AX"ws|oE֕ibZQCi ɤK% 5bK@_F;R0]AS_;3|0˯ "RG)k%Ķn]t"ԸSSi T);cşעsNvމ_Z &++ۇc0e=g f~\i[n +7YV^ 5>$Nu OP~\~ҥ([=Dݒ!jiџ0*;_q-'q;S0/|Y&L
+ '<2bdvXi UD:ȲDi_,"["ŋ'ɚĶ_01'K^q}
+ v}M9 ^]P;99'A蠟ɯz=231={J&MԗJoٌU [L5N60fiȋU
+wƱq4$]56y2k!$E߶zB4/T/.[/)
+S-Y(:+_tzGzѣ bXhHxOY{ abHɟPS~m dN ̈qYkf,^Mb
+¸&@P)Qݽr/d BjWrZˍ:AT2<Q'/9gG=o#izF1ʁU#DoHj\y/BUo &kvRKҎU/^՟dn꺵0<w]XrqqUF)Ng/ XAK@n$Lj/?F^}v~6ՓR&firu䓶v`AcggCWW9lQl@6Ѵ0Cʸ7DssYF&3UT>nF@-.[7zjl8XXJSjTA>\+>Xv*v]lNu5Ӎ*. mLeHomi3;PgfmGP-K ~S1_ؚc0Lь_pҖ";)gBD [o+4# TGicfC^}*'WU&RMP9bNҿy`ԜT bIĀۋ(d"1brctj\]>[O%FtfOJ JJ]
+]^ͷ z">.S;iW(^݀m/&?=ϊӚ :jH(z?X{m\U-S>͊w'sŶ]_Sݝ;}X+Te\TdG3aVd83hA}p̢_euacKPY`{
+@t7W
+ y8$8Dr ['/ baQaŇ:VĦ*
+i]Ґ?1Z<G+(ɶ"kA@-Vɞ("fJH<F1叅B k}~LLtZ^QE+`/4T'(R]&NGNϕJ(Wlr(܍t%4 _kK&R̿bv
+G7!D$ڄ:Q`ӛ
+)ڳc[q0;v Pޜ7ᆴ4{!|j2:%kjj)sE4AY뻤m
+6 d C 5f4)X`GO\&.U `#)8,C.E?وw/,Jssx*q5Y$)0x#DEVqob8-vQ!<޷A h\7tEg*54</K]t\ :?b5. +Q 䲚A (6Ko|Lu&Y)>^Al9/t%JQ,0@L~IvuHH C-&VpG4E :*bpk;tkYi4Rwn82GP:6GRg.*+}3a%sR:W&BFr ˮ'ލ&&| YԷD#[u7/OV-䌂0<<]A˃(&->4@(Їh.4;~}uwMK Y*|?`E
+1яDI>HR( )rkQf d "fxH_7z+
+,%@ThX_v\#T@G6jlJo[|R?(Ʉ1h%<F|P] G $9)<XX"[aW>0\wр:n\ߍ#k5~3Jf =z> QɊ 2>ByUS%)G==-ʼE<4.|$,#oZ {YIudl5d_v*߃ﹿE3ac+VqGB OvǏ;1CKat[<oK8ȟin3'h"Z_5z d; ig02M)}We5rEèH:3ul
+2pAY]i4LtzIj¥ Ӥv;t}3e\|A
+Ai³n=9*c<aK
+乖uwf9}s<Ϙ@}}YRbay)q()NHj{cԏxz%"顂qЈg<F4 :XA^+:~\
+J<Õ>-TN`\[LKq%}bu: PU_;BmX%;$ѕG#>&}Y6t<z#L?,<۝Taxn `I]cI)@ GoLIX(fL' /#aJthz5-x6)~gVq߃h n%gڳVy8ss櫾NN g^N2[ dfι@M$Mb9cU=;u6uB8lYLce۲،fƉ.̺@he_,&P&|}'kx[bs@1=SF9[KJ>
+tA-z,tlv!]- @?G-Ti"Z1!H-,Y}[}WozE'q]X9?jި{̾P}sTVY&({[+q UZwڇʤP\3F"x{E+͜3V4q3,K5a(XnTswxxqV}vʾKpNC
+I<M
+7R;B Z|Eb5`QD Yi8Lҽl˹9=f?{{,OE`ZKK`=+Ci}q̙_/$'e,b}UyI;7"Yk?r;:MSw:L_ef6ƀ2%s&u3h^aaTvpM6_hO ~<,7F'Şcrp) ha"?ʴғ _ȃr<R; b_4S]O![ao]8#q-5|--2] UIڗE-z?'4S~s\F֑NwhPc'H0DY؄m}7*fH}O;ϊ5(}lLug
+do6O6<<~_[rsWk SU0<$]@ECԜ@G<)vޔ"]]Q?iC^<|;6͆R(cA8!:[}D=\p3r[4
+(HX߄D%OWl`#~6ڎ2CrT '4BPx~*J'%>TDf+uqdEbk:Қlë4}b2ىw11 ɍq5B*>'T;]_]t׬+Ŵ&>ZH%NCUЫ )Kz%&EPሓ]9m6XlTH@=>Vꩦ?@M믄ek_
+vbRjêcQ{BENdBU\38|Phg .0l;ԧ]
+
+\ζmm %jW,Y!&\}La`G#'. *IRS:>ڞA!)_ZAZYۧC9AZ'o&o,ouȠmh`I3Aij;Ut"҃
+d?
+i,Fz;Xfs==X
+qG&'橱v˸:*OF)mr92c Zh[x+4"@ipA3cq>1,K8W'x?-\>ۈ ;AdO_Ke7n’͛2Tidhiz-/;Ȧ:6[i}logNF2މ{L$mZ|~7I-Ό ԁP'ffl`P|5asmL1$?_~vqv.p{33֩SڞIXb
+!^7NH*F2vTCIirn<UgU7?Hy/-] c g%
+=')Jla+MLk56Do'PL˾V W:)Jzͩґƭ^!sSw@Wom<QŖB6@vn3΢>e?^qzqB%(< 9d#v]JnyK/1:79!^zj@i5 K
+56Tv^BnA5s&9G\Z~vru2AtIh?~>禐B |^)h gAbخ,x[i`z+dew5}́o" H$cwz
+Fz1tpgbAnMojcqo<6 -{âWB*N!5iZHCBr@:vvo -*wzgO~8D.VxH_[.fu]j#@{vBIz=ڋ
+ 'Srnz1QܻqD[nפe~)TE1?- ƗuF1ITCπi~{u<=Okq%T
+s6YX:B" eXk%M|RRu/9abHo:$eW=I~)wLjoh4닷tpl`r?`Auv;*yt'r@mrm, 5, /U!, ,RAj0yOH|s{<_Z
+Ux`+t_2OϼGmjSVPԘɏeH eg3 F#vcZ9>4GoϘ92D
+Mrxff+GV/eANrA_.Ҧz
+zY9ZsyG }byy[rZȴKJ{ѭU9yQSk*$^%04=d
+ýk7:4dN9:VW*ZؗbjK(=|VX`w|?4yRH(͵6~qukݼ4Dh\h>\* K}jŝ&47..`W#fw<I)
+ȗF˚W
+s"<C?$1-+rPh^Z.S
+"rE7T%}[@t<dM~tnL"Ϊ66XQ&ⴖCtTJ*te%K N!SJ4*HIͅ/ۼ3OX% < KmYeɕEZeՋ 7 5;[}~&է6YjBCض ۑ=(c`|6|].ٛm ^B̪dǍ( 5qW/N(_gmԥʌF_D&w DnT]91#N>sCHlo M(q'qZ{3%x;
+irMf3JS=)`(t*F־u_ q~p,.P0u&V*Nwma(lW./rWFż<a#)׾6P)^<֙M*Fwh[(y 6`[`/,
+_89o)#ܩ~tR'1@RC/bD:/\x 0RXQFȉVQ`w9
+f7*6R/][LPKǐg1xˈ kǠ[f
+&Ew<Yn'y1>%1"#3%f2?T D2̌[H51f  +=B`*Qy.
+ɲ%wB%x86W샆5(#:{48qq|&?+38w5:Y Td!Ef1h&io\LGalƟ 7Sqha+VDB|FEx ?8iBhyƪq;}
+d:$1l@ #D$[1 9 ?CqahnX"$BwαWiZ0PHk7o( `ocLFlTp)n
+OJ `X"k q#]H+,/IX]ßQ:i{Mtr*^&D 6.uKj\fFrCx$TC𗫣#>Yt40ٕg
+*9M Y>pCsOj(P%6[e?N4S>y o)3IjsP%-o#\Cya퀾 o'<zQg9,w(7KlU?A
endstream
endobj
-904 0 obj
+931 0 obj
<<
/Type /FontDescriptor
-/FontName /UZPDGI+LMRomanCaps10-Regular
+/FontName /OMCPZF+LMRomanCaps10-Regular
/Flags 4
/FontBBox [-496 -290 1501 1100]
/Ascent 527
@@ -5767,11 +5936,11 @@ endobj
/ItalicAngle 0
/StemV 89
/XHeight 431
-/CharSet (/H/S/a/c/e/h/i/l/n/s/udieresis)
-/FontFile 903 0 R
+/CharSet (/B/C/H/S/a/c/e/h/i/l/n/o/p/r/s/t/udieresis)
+/FontFile 930 0 R
>>
endobj
-905 0 obj
+932 0 obj
<<
/Length1 2102
/Length2 3356
@@ -5800,7 +5969,7 @@ xڵUy<׎[(ۍl1,C3ǎXK!JHdO*"=(iI
x~ 3gl*gϘ8׺#w<'-/a3laNF6(E ?l%?$p/۪5 麲LˁneMNY}]졄oe S߮aB߈3ɔёjGcDo 2NZiqky6&GvOGWT}ܔHܢ˥۸jR/AA~ޏ@{$+K){ ݖd"sT@˚ȿoŤUuTN(߁
endstream
endobj
-906 0 obj
+933 0 obj
<<
/Type /FontDescriptor
/FontName /DLABCR+LMMathExtension10-Regular
@@ -5813,10 +5982,10 @@ endobj
/StemV 69
/XHeight 431
/CharSet (/angbracketleftbigg/angbracketrightbigg/bracketleftbig/bracketleftbigg/bracketrightbig/bracketrightbigg/parenleftBigg/parenleftbig/parenleftbigg/parenrightBigg/parenrightbig/parenrightbigg/radicalbig/slashbig/slashbigg/vextendsingle)
-/FontFile 905 0 R
+/FontFile 932 0 R
>>
endobj
-907 0 obj
+934 0 obj
<<
/Length1 2355
/Length2 10626
@@ -5877,7 +6046,7 @@ xnu7Y{Z?ַӼ |Jt1th%ݙ7ߒՌg4՗M[,a!G8;m*6Riz
tϓlͷm&2+CZQ'2=
endstream
endobj
-908 0 obj
+935 0 obj
<<
/Type /FontDescriptor
/FontName /LJFRVQ+LMMathItalic10-Regular
@@ -5890,10 +6059,10 @@ endobj
/StemV 60
/XHeight 431
/CharSet (/A/B/D/E/F/L/N/P/S/T/U/V/X/Y/a/b/c/comma/d/delta/epsilon/eta/f/k/m/n/partialdiff/period/phi/psi/q/r/rho/s/slash/t/theta/u/v/vector/w/x/y/z)
-/FontFile 907 0 R
+/FontFile 934 0 R
>>
endobj
-909 0 obj
+936 0 obj
<<
/Length1 1685
/Length2 2275
@@ -5913,7 +6082,7 @@ SPˤ-%uRr
C$$,<y,\
endstream
endobj
-910 0 obj
+937 0 obj
<<
/Type /FontDescriptor
/FontName /ZBFYGJ+LMMathItalic5-Regular
@@ -5926,62 +6095,64 @@ endobj
/StemV 84
/XHeight 431
/CharSet (/i/n)
-/FontFile 909 0 R
+/FontFile 936 0 R
>>
endobj
-911 0 obj
+938 0 obj
<<
-/Length1 2151
-/Length2 8381
+/Length1 2137
+/Length2 8040
/Length3 0
-/Length 9699
-/Filter /FlateDecode
->>
-stream
-xڵveX.!R=twt00 1!R)4
-RJKg{\\0]z;,z<` DC
-AcrG!0{( 
-Q <<nx ['
-C]~
-BC5y/w;_e@c
-pԓ=v
-ݞÕu++EC
-VP{
-D$%(&a +3e #wYhM;?[j)dkUu1qli }nKj o+wt_ "9Jcz\W$ |{u'x':Y3[Y a ,מnMx%zkO$ds$TA&a{>Vzw<Mt\TnふClD9#a4+c.*cw';G0?C& pZ
-1uJFP!JR;AaPA<_a#K2H(оVJ!9rnl fB]D _$fzEV*ӱ˥!,e)|#Ȇ`lΜl{th;kֳ)k)$B1=p.TSl?Aӗlu؆&4jgO)mdտu1=eS/PtK)E,< ShZRॻ)WʜwM@sL":jK7O;X$zhJFJ%ewk"*KTu3pŋ \j#Ld!,"V쐮SCj\s]E~K;܇Wjr#O;v1hv㳝n0䶾(͙b^T/d5q4(zmV v|7&q4 &ar_\y {w$σoFxvJѺkNDc wV؅L2/x_|Bs_> lڐ**l)7yyya Yҹ(S]aԛmL)ow >6JDZ&w~'`pVŴ,iKQ-0NxJR |WXƧٯ'懣YIex]RK= -*bP$M͹W^paas8N}7::~#r5m:jN^S馀 TQϯןTSoԻxgW']7omWͧv%O˒Y(RN%_zt@!Ak?~8ZT;)RV9>i"Kx9{c.qz=)jQ/EF_bK3#L\kqI
-f4  sgTv`ۋ6g? ^/2(\Y|̪K).Y٤ZSjxjSZS+"I3qdn ?+ΘɲF^c f)=S`Oq4|HDjf^n'Z4*MeZU>φkBV>O_«BhjAXrGxl^x\AkbY-?-y28@jISb3($hIPD$2r]
-Fl($ %q[')8LPgEmL?(ihn3?3_l\1
-ʨ[zPbVNqN1`b%zBݝ郦_G VJssyUoGFd0O5ܼ?Uhˀj>b`W RrA802p\E.A×2"^R,O=n 8뿉pM!*"[2HLҏʌn[Cѷ-rK ͧQBmyaf)As[[Rq|y6tmIQa/8aQ$|$#* Am
-5VIS K:@HvYMk(ES J.?PUXJ,P5sl7Co_]cӢ_1EoPoz͂]QN[WORۢymRqx<uahȝ^U6UD[fS<#AG9qRRa2Vx\€c_dPP?ڀu0V*G+b@"7˔08xW#)]b-2l5zӲ3pL[-gAhqB`&I\ RF|ߢө!z6KyݎZueӪ}cxh8=v9-I׌ּՉ8*l #3?.(yq)5d
-G.\Ҹx* V; y؋[2M{6o*XZ FOfF=N`7t-?QͩV
-)ҥ3gnvFI-.T74x!gև.]<u2JOɾ|
-{_*!^8+C8яOW'3Z+HD{kjwH2w0BŻRoGByt[\!,!\&S?+ _}p4 6_$s'1>,lmWHq:1tW
-)Ug:*Q{GvWjeG"9KZ~$XfibRU.([6iR}xiaEɕ{W UК=Yd]j0Mۇ9kǥ^mKyeG1-S0o,~G.M0ScH4NN,:Z>[FRݕ,'M8#zB`EF,I}EiYQΌs -&IQ¼^"'Wӎ`}Jeb.p -_u,6Lt򗯩{Fiֿ \(`}<dMhT _GMj6`;I5{ؐH|ZW[e;rRlnI0e ͉ ۞ּz
-dYzz?NjDc1KX"$v&/*apsb#~8=ǁ抖e O.kNE?āAU#׊ E^z=9xi L%/C500W\q' % }"&,Oaqܓ-pJY6a5cXYx?3ۯa,LWj,='Z/&EjqJZ*ISOOu7F5fb]úY@Ȇ5캠{B#Eң97)0Iu5K: #}P(Ƀ
-CD詗j+{ŋ0'/
-&E;oUv9sԳ8cdoa.i4I oh iEO;vb1b%:
-=]({i%LVzt*_T !Lz]*]4II^(5n#6Eڣ+Z]uώ,"1Y߮ͿcmUS漣S6EY_Ϭ4t6d ׭fzOF1Rt`#&CNXtiQ&iA檆sbqґtvwӿ-
-%"^\g7D0Ypo"%1KOg[k>e5"4,]UL?Ź>_Lݱo}zIm\.qlR>Z?ߵ&8k~ cn {9Y:;/8lIhy-1d @1$Lzb}!YX9Rc|ߦIpQ^@3ʎkK .)΄/:#eܖ±ٺ*M985tѓ
-4~.
-:rK!e9w0j;UqZmzl{N RLIP34%~uP#q\ue
-1&>b VrѫwBd!9%rΑZZ'ZgjY=EToi0EJ Yidvf>2Ln)u+귾xd]__#ՔR0ZHcLuqVUc^cT=׻*tݽXI9{
-7-;ZƌnIٴpO* ٯ&41q 3m"1Ii[2x HL+GMN#.jyG%L&Sd)# k\KfpԎAINZ$#.:$aKxp+G Y *g/-liv?
-}2%F42p~.AױVcszUǘgM!*-KR3Ї){%yTf?>:]cg5
-LK kn #?lbGrm vT]b#jL}9S7" -^D**aY6WH7]KYAE\*uF7ѬٻXt9 ~L}MoSуWk["Icfs3vԾ˰Aqq߃F.ڡ1iƑ;M%۩]5'䜄f#ktyR` z-q"
-wYr5Y:"7J[ RzTHMx~$.arS?
-)jQq|iq9Ÿr(ڑ]\1~*n#{[$VmMd͜mmVQ70ADCD<yWa⪣jRBẄ́<e :)' ugm!3.T%B@pڔu *MŔkYXMVL!lNG%I+qQa[tr C
-aflw؞ *7HM}2o[L74`GjBm;su)v\"p(-J.֓̔A`s=Y&2 =y[kz8vыdFZK/fn+sy>E~Î8MGi^IdO5wy ણx?WQ&T4߆V̨VmE)-xs~[kCEcdz &ܷ:9~] P2KWvFyu< z,F *0p+{kpjumE*M6GbtXMu k3hc,6ӻ.4Ap՟*P]?z&[7!.Oʉ^;hJIoHS'MYsm^w ){I/g"Ȏ#Բw8>waSw s$3kT*TD+# Z/x:'$4<r*6G[m&V9 O(4"ղl۸4EcFq͢V3>ߓci;q`V4swIQ;*
-;r[Vt@a;ʵDq
-lewϳ9Jyo*uB^fzvtT[Oc' 5jvaQ|xe\EɔӲׁ_
-~7U'M2UW"C$}
-a&)48qVdr|@~ZwGsx`^l:g )mx2@P-P=}
-]JW>~>S+ٶ*cI7S(;]:@FV]6˗ ]h\e.]q*R &!VV!Dyd>$f 5yu;JVToQBq.ұ %2'Z;]M`9RtwqyuA 6 \nN=YpRrNDéb]h)ħ]%RSVLS>@MWB
+/Length 9348
+/Filter /FlateDecode
+>>
+stream
+xڵwu\6% J#!KBnl`lc%)J) JIwJH"xu}}}6NVCcAeEDdhWm4
+q4xAH1'* DC05 , B4`\d9`
+A|Hw
++
+ü ^Hu )o*p̕@>\1 e;a(
++# գ )kkLPL}OY,@@T\
+p=0*E|>5Oh8OϷ; !0¦0X[_!o
+
+@An b@Jo(iu$0@$ +B@4$HD} ((hQLj#o(472>n"ٿC1 wC@.CB|E0_cf_8>VQ $1S)*-
+ @OV7>`/؉I[j]xizh NrZ /͌jޅdrk<Yp>^7$W(-Օ? fMYK|lLh0*v#6|Eqͦq ϢH(-Ʃlu\4S 'p:65aÝ;h*efR5p睓:“q63-fSVAzN|"Q0:F_YWF<4Gq(4Ohlv7?h
+<ӛUra˧?BN/;}Jc_ܾ o(}lXQ̓f]?ErҞ|Jיj)W{bǏ:~%B[-{&J\~eУʗajԥ2rcӟ]%
+ﶜb[r.!S?E_LV= i[S'V|'=KX)H
+9_Wי'1W+VOk~IH.L?gsDq5z܏ӡK^^K!3RzCLS<kĩY#j|I?a{sNŽ/ǴwneWUtg8εVu hN~y.V] W1XoQ{k&LrGԗ:t(ܗ8 t[Sc "a#&w[ծA:51u#ms =WψL̒@\Hʒ^[sg" p}[xLm$ǫ/V -_=ۖ!G VƸ`β vxip+5KcmQb.7O[ d]VB6OsZJ<t y!B{@(,S;>\oUO wͣ/Ҍy)8.蟝i~g5TBT)h.sEi<}o4n1Z-TSϑ?<dP+|zޝG_5Y{e$-*}!nZߧ)"ҵ:*
+dUӄIJZ\VcRhU+7
+ WiRQurce0VAeHwl6ٸ (A4};0
+A [=^ktIuǁ|y>̫X?
++&s5U2DRa-the
+<+^
+7g DTd46Qd>ҹi
+> O1Ǘ.wnLF-x ?gsھU69egVc0fu  +xsN( PUz C D7oq iN w][.ZsT~#i(OP {bX|YΒOcx61u3G({0`YJtLcdN>_~gy8d=RnZmͳLlAQv`%>Rs([&d}A& EQl/bWN F3zwޅ2V[=%J=v
+쾏iV9>+<f<, GǦhxG֧O R>ǭYqB8XTio<9k} ޿l3#k ok6'퍹v5kQ6V .o<V˩iD,iQ֜6c+ 9;g5 Ջ/8<ǦE÷g;8}lnO~1">a
+g
+_ߩy`gޢkN) = mTEg;Wg,wgZǂ(qۜ G  swFޖyڵlhÐdžaY6wXʸi }o|W-pX;X]ݮρcms?bW'F5 s/a352b'F4;")h^Gb;\NgjDj:sc mr^ l?hCX.CEgS—5AfӇO&jY5'nf!dBu?)SjBяWNW/u^~FkCڀswW4gb#?#O4^09+t;3ijD3YZ- Eec|ѳ?ia`.**.U]A*KXfWss)͘JA<"1^zwwǬHa%DO:<xDT?f]0DlWݓc($Yh@ Ll]uEeA>|uӲ;ӺPߓ*/vצ RJΔ{EGՍdQ1_rYx<5RYw+344ɋu6cgZ.Rd.⹡H 9HАzjWdh凹?XBl6*V+_uUyWB?kYs'-L踦?
+ۺ',#׬x)یJ|Ԛ|2E8U`pͧ3 *Ysy\g>CX ^?䀃p/,ۙYB/WK^q-ws醡&lX6\DkV6KhֆZU7`]
+
+&$]GsUn"W6cIH) IC({v}dDP1gO3H4^;fZ]60)" B$"6Co+Ж8Txr?:~O1hRʯ˂9Qua-^N,)8-m
+wX&LU'zJ!BsჩVτyK
+Q xnF!لӤ!;ցT\>ΠG6#hfVE䚚>rm+#x;oΟx.e+ Qy#ېc`f4+l9f=p=A4yE<<_25i񽎖eAo_)mM̜;GW2,aF?|,*kt% g+ֿ<^1pҕk6^Cxx 6]ȍΓ8}:{u|]hgzD3xy[֪d*: B4Ȳu5.:޳aPVh6]?$>(_}hO ]j<Z3܍#@8HK1W IS^}IOIH
+n:4䅆qPX|ں4+]2eWa?لo7#?d2e>)(vTٽj9#&a]XNMzV&%?
+t(2|/<n-}0~w#np'xK( N @*C:86>;Vw<uJD\k5սab^) Qj#yG}Ѿ4+ԝ;`AˋdDƜ'KKo,
+ Ǖީ\*/qgF{dJeRhW,ZeVlTK~glZr-KO0kñT'u ;(dy.[T` =,KZWa>PaߗMB
+"5G-C=?$"ȁw/$6UEOxgm#5&r(7XV9ak]H " ֙i^$U2|:j۫`Zb ,-wíP_[wT>}*0ؒ⑘(܆jdEÕ,%jW)!L<Z\+|I:hӓxb/zxl85%%  ebJ_6k1^yr4v[|ԑ*_!.-ۆx =Mq$W=EkĔ>#4ZG|5#aWc"Ipb8ɼ}(p"XRsj5lWÙ=i)e}{Y} ͎a:taQCC,9: įv]Q{x'3ل1J%S9HW /%R jG,Y,Uz-9Os{,tx&8J, P"v[S7oܦL0$8R[xv^b`aRW|Io
+ ʺh5+!hKmFգv~/j9Jܕo/)
+jmʱR}!Z<(Q xTԖCFvI]RG5]V&bؼ7.fJ\@sI\CgQi4a44dh׬Zũkjqَ
+D9h?i?6څYB#R6:>BV]Gg*7Wko~_褷׏WLA.$&
+-^/*ޔLoy>!cal{/4u&n}㓤YDw'e*(EVخ2&y tEQ`U/WO;8kkdžTD6@7vy#2ny*]OgI i!SY< |9 1G<<ʶYO -Y|?~\˜ܜVw[NJ,cyh1V4n Aݩйyc=؋fH"ȍ⧷$v=}kŮеWW+ P=nEr8nV } {)̹MU$3SH>`?1<ԋ憎'vS'p;ԯ-0YWscVB|/;
+nr}{g+8L(] D+>~3bnj:,Ðh?>]mPFm%u_yO#cVPL^Xh`7g ;ֶ#/nUCO<"T&~"`-l+J/!6D׬*{ޡ P4Nr>9}?Y\*Mej8bK
+g1?iY?>JDY(Wj\B]# X_h>?NλF>UNjdۯzHɯMvtU_;تq +3#吩 |N"9ͭ`
+yt'F?'q FbO0)^MyÔNy!Lw)äBχԶ_ǓC?i]2AZ9~B])q cMnR'M"-r )* ۔f!BXhV|v)gEsHk>,sJ%nu2oam=U"SxFq'[Z8ݍd*J1| 2ɗ*b8'%yMp>7Qˊ.rhҍanrkYGRGͥ
+o|{fpmC.yѰqaRr2jya6R|^8y/A-y^
endstream
endobj
-912 0 obj
+939 0 obj
<<
/Type /FontDescriptor
-/FontName /HVAXQD+LMMathItalic7-Regular
+/FontName /UYOFJR+LMMathItalic7-Regular
/Flags 4
/FontBBox [-1 -250 1171 750]
/Ascent 694
@@ -5990,11 +6161,11 @@ endobj
/ItalicAngle -14
/StemV 72
/XHeight 431
-/CharSet (/F/K/N/S/T/U/V/alpha/b/beta/comma/delta/epsilon/f/h/i/j/k/l/m/n/partialdiff/pi/psi/r/slash/t/v/x/y/z)
-/FontFile 911 0 R
+/CharSet (/F/N/S/T/U/V/alpha/b/beta/comma/delta/epsilon/f/h/i/j/k/l/m/n/partialdiff/pi/psi/r/slash/t/v/x/y/z)
+/FontFile 938 0 R
>>
endobj
-913 0 obj
+940 0 obj
<<
/Length1 3009
/Length2 35332
@@ -6145,7 +6316,7 @@ e-5#\iB:Ky$DgWd+3r"%\|Tvl"S8qUSBlbGQx:H
^32x#ܵT3'OK& wE:7љQDvV0Rr]1-}Idqqpc6)|.7'm"{e h֩'l/T1K U]8\/UY@<Ӟyԯ$uqZpї(lR
endstream
endobj
-914 0 obj
+941 0 obj
<<
/Type /FontDescriptor
/FontName /UFAMEL+LMRoman10-Regular
@@ -6158,120 +6329,106 @@ endobj
/StemV 69
/XHeight 431
/CharSet (/A/B/C/D/Delta/E/F/G/Gamma/H/I/J/K/L/M/N/O/P/Phi/R/S/T/Theta/U/V/W/X/Y/a/asterisk/b/backslash/bracketleft/bracketright/bullet/c/colon/comma/d/dieresis/dotaccent/e/eight/endash/equal/exclam/f/ff/ffi/fi/five/fl/four/g/h/hyphen/i/j/k/l/m/n/nine/o/one/p/parenleft/parenright/period/plus/q/question/quoteleft/quoteright/r/s/section/semicolon/seven/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
-/FontFile 913 0 R
+/FontFile 940 0 R
>>
endobj
-915 0 obj
+942 0 obj
<<
-/Length1 1919
-/Length2 21020
+/Length1 1904
+/Length2 20903
/Length3 0
-/Length 22160
-/Filter /FlateDecode
->>
-stream
-xڴeT 6
-஍[pw85Np'x=hp səwf7]mVQ3;@`&6fV> I hjg `gfeDw@&` lP6پi"R ` PM4<l
-2
-obRtxK?Q >Vn
-/柑{ݷcg}xK֖f /--X4uu߶KOd`n sqLM<Yz @ r
-hS`۽|6W1S#Db R\
-$)WS9՚J;mﺏe|EJ%ׯh]+q/gkrXB# \cǘ.:ta|1yF}ԉee0\1ȃA`q>E;<:ˍE\'x>w8xL^=Z yy,<2^D5tHGl ǵOBr )5rH4CT55 i
-_\X5Kk.Z옾7Q+H&-?QFg- ΫņrHg)r. rѧ
-j9|>yPb#[ʆ8s3/zYnewUukSL ϲK*ƭ .jXh þ=[MK;K9jJJ19sqh=S@/bw2QxB04N1{ы{ڲk(}Ged] fOM?)1 Oqņ5[$_4~j%4d6c U{%> %xyYlpA+?Jj_\UM8W"&A8ĉ Tf?N7y
-WQARٗ]^47
-t2iOaP/f=҄I-
-Zlf<N߽Deĭn:w򴸚wKӊg. PkQo{"L>pMr|8/ KL~~dAS'WfE@W0ƏD J[/UU 4wf2ۚhF>*R\_POqrF |ۏ=qL!Qo J$XQm6wqa~ߤ,7#Ke}K,93.p\ J
--' P>méHTE7ERװRt4Ia=H<>+ӑty
-ŗ.:/ 퇗%|%-  dH_*b}L#zo>?|(/b';{#Ӡ+q 1~C'dq8wF1(5hJKk/5Bp|N?B𗡇@?r{%UwYr<"{r4
-!PjlKM<cXYYd'R=a].AWl]+J%UD
-AhpиcC(l ]KJFǓΨY\:gj L=8c sY-d'^uވ#n0rW=ُvrl#;v_wJTX' $@9<<Fy@Oyg %F߈fCM1]xCĐų[MW*ճEd*1?!8ZM+pӮࢬc6؍Ni61[˵AKU€FO5Tӑg?3CePk{-zO!+@8D~ZyWsO+W8Mw\YV s!\E"yF^&MV\Q2af4]p1; ZJװ/"G&_`!4hA֧%H_a|-qc>JCkYѺi$ЧWˌ<?0`V~1[ /ֆZ@.GK344JA>(6\@8_qZwuBV5c~X4;?ά2#&!{#ׯLT%^$<!gr^2J(`\⨙e*_oEܞm0k靏B5ԏK=+ѷ1z66۾&):8G[xr!5{dZ,
-*˛gRZi rޚ'>yl<,
-3/'/2?G%[M] /ڣ' M}~!fp[B{mJ;&\A7\4ں+l|ƀ:ɔ&sLRm h ?9ު
-OȾ }R@4
-V8{mTkP:J &H<m+1^ C
-g@w3{&-c*k!5Jm8qY>JP1u M%
-{w1uY%ΰ{Hl_;Èe*?f_ }*mo7aU_!O¢ <ɕ[*O
-Dλ-P6'RHvw] ${Vc/ؓeВ ᶁGMe$z37$bwo(ewKSypIg;IKzGy tv! d%׀;NL'H1[2e ~3ۖ`$C|yUz,]y}pjÓ&/}hB:O>*!@vX@V_mݨS5^#(qޓ4` $X!wl(=xb8e{Ngc3&LgS8$(>J|$zG>is**´ lB [Uö8)ܷөw'.Z*~sl^.VZzg Ddq~ Īgy`Ŵ H *w 5x]M ܐBBg}&quoj)U~*<an`BdkI5)8nSyG{'HU\HtΣwz;s젂Vk|;5XmcD^Q'.R(t_$nljW;u4`J÷zBxS 8):f"#]0ؐZ/ y{{V
-!ӰhJ}>`w#}ȵot,==8lt"x8.M+u(W^aqvK
-KRŸԜI7}&WOՎZ{Rӭ9ޟtCz _
- ڝO2Ty
-%'0
-yP} Ƥb}c~'߫4~P9f.D/^HלF㍄#&Ćvh֊Fv7q! TH&w
-%]$
-J4g+J@y;yvWT6K͗X.<!B#'IA[8";š$QudME͈[N g6#Q@nvaE1߀\ ߎ`IȦҀ52E~e0WEwnevHv!qJp\%ߣ)N/>*Kmh*_tqܲ܈ѫ{gd.5eqL?Ne
-;025) &x.$9 Dրv6oA(2 -vGVv$=SFj ~8Z%.
-p:}JsGÉT^ڤ瀰i=EVuΗeŰp H{a<6T0sPNc҅ *8ҫwULAFqax4첻b|<s7xx^UtT;1D/-AO\rf)kzkhq?>u+ CJRd%=MoI֩mf
-TYT(6SDv}?ƕ[Șc,H`ꙤU|#
-BR02
-Uz㷂:uߨg/]#<R6~/>k8xB]͖n|Qi>SՉzA ;=
-Mm^&滛]_7Um+N^CB|PxUT:* wQʱR«h$;DkWb|m-ь6MlNϪi3N>F92=Ix
-;0u]ӽF:#hYy3K!o
-S_FȚJ#;RWx»JX8$=-9#tCc.lR6uPGɗNoh&X^BHsdG0F.A=5 WR ~v|
-
-֟u1ُl`L z!SD$7L.>WH+Hx\
-TIY%$7JC[2M%5?;DDS1B,_>d0=}I(Ĝc#ɍHfl3p!oB. O#do TJ=(v89䮍dLg@̥X) -77}4Ia/B|y'ItY^zR:vUnw@RB)>|Xhձlf$ξu)/:weBB3s䖗i[@*o>%xQ>Z-@BӮbd\@xϟHu>x|nc +4e,akXz Brb9{bg=Um#bqN/Pm %T˿ղ3&TIkb50K&|t)7o,aXiH1$Ci Q#hwouf-î<!Ѩ}\m }lMAxq}}L.ҝ1;NP)1B=ZW'SxJjR8vᝄ* C <ʱ3`ݲZGETf*25>'$s/Y?t–^;QjikvvHbyQAVͳE^!p; J7/7l1r/U^N"QňC:)IJ[@z)+[;c_TFx/)d{>0+w9Qt%kH0U:4n
-Em;
-huudu==V*3Q ~֌A7&@e?Ӕښ1mYF8"!]fC{&eُcj4Z_%IOÓؗ"~ ١6&]\)KG?opɾsw'YdٷV-7# lI7$}??>1"ʢQ#s۬2~Kߜ><zI݊v%r"!TzYj W6 x0 dχ<C7lb1wl[58\ÆJm׭"c%w;Ϲ).l2-c>".a^:QlJĄo<AWXU
-Iz7K.lHqw(#ow|xQ}5.$ZK<C<U-1$3W5zĈ>  O?-5Ę&$'7Æ]U8iґT)|_Y7
-{چF'T7N.ƧIev>D5 X
-b Ac08%F"Ok;yB::ȋCz%?ٯ/2-'wni[[J}SlOy(Zb@kkma$9\R(9xҍ| IHylA)E@iObo^Di_LgI9O=QޭU ]Gԅ #dM)8D,uJM@&Y
-_gUY!s504k7ZG ڏ3U`,(k*ΝJEiy[*VXSyyhsM1;<NKoTόy-%<>: #Q]wUK-%G l oqFTM%wƮ3+ QYu̷UKH}9;_ȵ tIrW~X< 9Va*@fb|`lg@` ۪
-Tz@_wg^~-;e6aD}>P~;_ߍ#v* R݅[PnbyMg
-rZ,y@
-zlt=1տv, )雒XMӒ;KZiR+|B {`-ktVdH$dwg ;{>p,>3.)敖Q.ă,lTF,Vai34\ R_ZB\?G4FJETL|x +
-V}8gn򞷃'x-j,);xP mԇhSJ3Ȱ8QU=Lym0 {Z\)D# TP뻾\֦A{pѪk@x׮+dUK .+W<nEmB> 9F|8
-87h:
-ǹFZzd+nwh47=5T?I|=3ux h$Ou)(7r=Y8|S,4t*V_4duh<~yҠ_ i8{!ެj*(B\CcuƄRPTu惵X7
-s"Ls9񦺋2ˈτ#;sp:ZrK e:w(ĵ
-Atޥ W>ÿwٖ 4}eV[?O|C
-Tރwhss4OQ Nr\C`9V[9`'P~zzj2Uԉ$uXH^U_+\Z2*!H[%԰ȉkmEmU{J<o] z͠
-s\)^h/=1to pRtB3vXD&4ڎuT|\)] N kk=LnQ^=)tuHRȩRH%g9PF+(Q*yɇV={w{ #Z-*"r8~,Y+r|c Q+N@0`GFc0ʺ%;@FԯZŞ6G #¥׍}* KӗI]-n=EhkaxE*
-PY^^#
-(<Teyц*<qk9Yk#$iz^*oFXxw-
-*o7|lGZpkĢÒVLB}ү gncԼ(3sdܹ<HFMppC&Q;_A0Yj45P3>4no3lzb#@Rk8bjffE'}98)nOS &CmN o^>9/yrѽ'G08 EZUڂY )|L^6߁Ο
-ߞ?0Sw"dB>~ \<X-F2BH!
-^C&w~P">M{PqB}+B?f4kfK7̖EG(š*f^
-yY_@L2 6Jn0xi416JvbP'cixt̡i[~=Bi]j ͟?:/4ـ<7['o}DF$4AS>,WݑtQ't%H nijX-ܢQNg6x%V^HC2| _PH?<X7j3ڂ;ћ~-ō=]kԸ kUjGT3Kimq)4uR HsnŎ@2ͯ'渙J3:.>pS8j(߉U\1XQݺ#'-yjR! b8/eWO>h)6Ҁf b$xRӽ
-)/}a(VGDVӬM,M9ҙۉA^AX+i[9Fm?jot@#79#x$syn<rc)v
-o!F "<%<NRJOV@9_2`8KD/,_Z*lSSzx֪owzKW8uJ
-JCso f]|4Đ1*/S6)`pzWEZ9(??nf0ٷ zEwY4%CkF٪G+7ebiѦG|J3d3^ɹX͆ fF0'̵T͇pbY}}/q+&]񪳭}ֹz$vM*H{
-%(Jʊvs3t<j mzqx
-0E(vMGZs(  |0O{dU # iVl' JlVK*m8VfD? CZx'!; F\ns $ x'*G$Lc~Fl8Pʹ) l[U"Vq
-XnƳrp
-_pm\;b'5 FNg Ϥ  O<_~JPDhR \yG$)E2M@>W&_n0@s~*T+l`yL~ĖV,1u:D|
-y 6G*<yڛbemO ǹv@{1|[A hF8k(-y&bfk94 u/xmU [&˄u)v_MAj5}V"Uw4Sr ,wHU̟»0&B;"JNT[/
-SF(UACuQdXu~]G-P"
-8' .XW˙QJ"w^ t톽+TWnF@[Q4k?Jkg
-c[ƘHצ#u8hS4[7JgޤdmmXC;^Ysgj LjVQ?C2@p6~f
-N l`-{5+DHu)̷rg)23Qwgca,TǏZ$Բ)zk,Zn^$ fos(7LaD Z.sg\y n?Ow 2Be/p/$1J:սtC1zmյ.׵Zm??IZ)W{Lmda}g4-ԝ+(
-u5i[f+89W!Cv,#h;[
-!;Bh4 [ |6
-<t jSLk,N;3U *h91H]"+Ђbh@*p*㤐&ލmLؽaF8n&^q*X©-Rw/O-ʫSHːٸ^7Z'!:|lj6O<<;z}.tE%DtE?SFyL7LE0ZϧxIyBiːR^ yho
-h
-x%]ZyZӠً )ti̡f{ӆ r@&]vHAmqxae9": +] Ng5ؖ G+\ "eXFN .Ea zNt51^A4Ԉε
-߸ fUZ/zDa" !Rg};vd{:c&
-
-[8ۣʸ[,aYߎ!Ȳf uNN᮵bpsG!QQin&MQT;}-*=BxIo !/]hz@3$\}4|uøY)B]OV_:# xiquu:0b^4h3q 1e*_j8f(⑅3QwBU}~5K1'[b4-k l%Q#Rr:=b:FrGbݱ~r ̼7_V $fpЃ%B_cm(+d'I:*&ܱrygIù{<-k6TRVW, K7}k ܂ alZ1Y<@tܷpjs[+glyiTOmA)07@m _ߛ>P:;ǜx-TuOeDR6^”/XIٰ1ofMdE̔\4F{ieDz|ZGvaˋ^\YŎE
-]]ӏ$@~j8 Ulp?UOІQ4pd6ӱZu+)r?~aU魦sPHNǢ x$"
-&hi)| 'qܨHܢZthVڹ;5c`" %sML' o"m_ͥ
-TH'F_smRQWo
-֡ "5^z*8ABM.zX~^.@D=\cpN53|T^t Ȓe_#3RyxoQNR+5
-8Hb;>1d7ػ'kSi V^j+w{wcw߭wAxBv2sݯ:۝Yy<&)},7K..&WaݑR4KO(r~xdCr[覿*
-#z
-(E,s?cc[TVJ$'P0p1#ݷz<i8hB5 ܝ*-LZ)Z57jK[.:V#+vY k.֓r wj xR񢛺/Ur=sl%lBx呵
-ae-|cC bdv47 %)I$w= 3ďh=NDJÕ!^Zd^0 IUQnE<^NZJꨤ$M 3u1oN>ExQurxtcMs+6 RהѢn$
->; .w[Vs8dY_`5Q&zcdǺ%diDLE6
-R:xQ7 œ;'sF~?/ ,+1m 4P}w-߰y \=u2Di;Fdo)Sna&DZſv?a }\
-I\_Ŵ/'eJ ':8m]$TaDw'|<(/>cڹ]oZIӨzcQ{=Pfc^?#1bWI>UJr)yUn:ѸN*9a#ۤAc90j0L^K:5ݣ
-LѹƟm^/ғg
- u
+/Length 22101
+/Filter /FlateDecode
+>>
+stream
+xڴxstd}v̎N*mm۶:m6;Nܙyg[Nm?ggZHAN(fkDD U6abS:[8
+ldm?cC|"2
+Q%q2%qq
+)-)$㢿ɧ!1Ӂ-G /o$/oSAa՚T9}o(o#냇(*8F)WELu*[u.-
+moe3zlA*~A]o7w]3TY w4>AQ5\Hta]f7ܯˈ,?r%CJy r]ޅ5㙱Fldω"[\vΥGC F1+; Tu;a%ٶa(0Pihw+I )`S
+pG^T("krs+oBA=3 swP8j0-B}X8y ÚstQܦ9>&/'MtkGrK[Xgg:ypj ەŜ7}>L~ż^˷Xd`w$*ďGɥɹcmCS3Gb_?tU
+Y3_BX95u8DԷ5[j514uI2k
+o3֐:Х]!l[⯗4Q xmFIݾ -'J%H[" ɧFY8`Ӣ9ifRd$%%I7M(M8޼]tӨ$y^ȯ!>bmx|u&;/3?I<UP ߖN Y!$9rq:.!<yApk}
+u |}&~Eqq33uAbY+M5&%ǧf}MF eNrS@P=ObO,0u>p()7fCuKr^W$ bS"sѹrن}sg^*uGiiAb頪~48HLȯ{a6 w1E}av7[I# s~]fk*l~;¡: =/7#;aD#](k<&5t&<ΒP!nƅ<8Zgh&ͱG2+a޳}? /0M#ˆV 0߯B \$w݇9yZZ|0U6FHûă$ ⾣oH'//KGZZ$3 g.YD0!G_XSxfީ0tu3^T畋|N߉Um̃X$"q$0&/n2<GQϼǰe"nָXL5yu܀NZҀƈ7 :/#$=YeZdCl@颌x$%)fN5+~P~s2?U_O˸{Fʺ١agEܣM\UbAk}*ƁMnՖR'nFRHA@WSˋqReQ Ds0aª[-9siȆٞ#xwW2ٵʧ6LjbK#%l8$ad^zUbW/#H"U lEH&ίSn )0ECTiӳ }pizޝ g ĘT]!f8%! Ѹ~]w#pu^hc++O/pva
+&sb[45,Q@A3IJy߿L0Ts;]\fI"  r`B1;,2暂[QqnU,]HʊYH&G`Vlq/S-{ q\rf ㇾGND 3k`qsopAIAP`t^VڧլE\CHm:kcؤ@ at4"%mPHKSnlսNE9-4R-s!jxԼܾ҆NzPt%Nwˊd¾)o aќG|*L`=s-
+`&qYޛ P6ˈX¥DE@Nw/Z̝5ȯ)<%;
+A=HȄS֢Ԗi >Rplgw(څXѱ,Okvk%;NJYqqp/My@1ho;xwlI˴3O"Ԯ>zeda@AX ۘb'y^|ځj0>&O|)NaIfŅE$07}<F/Sv:ىNqB/7mT贛4w $Yi|uec<T0xWlDq&Xo܅yݿJo/QsM/`aH0Yw Zċw)ax7wTIujYudc^(S   OfVW|=v|A^eqX9,TYM*!׸Jx`2-]hA]?0huG࢕--)[b"e jY k^7[&x2D-ի,4ݷxkͯVy2!!)o-r%
+yΌ 2,-h57[S<β=WOh'7=IK}`*Үs:،kE(g|~o~J~0`uHL;4A6{0[?H3I8-,A`P0TQˊ0p@K3ԍR.ay2N=E~>UDdcѥn8Zy!8 D2=A2}K
+`9j3\n>4 7 4$bK,.@h1W1x9`ÜPd㇆mYh[ժJfOeM|<w2
+iZh ?$k\쎐,ˉ1
+Ƽ-mCq@:Bɞ]R`jn{EOV~<
+Vå4G/
++rl`egiu
+FwcNtW4H`AY0}B\FLn`3 rPsl?#J% cWv
+3豵Ik8m؂h@"^ڎ]ZD%^+շ..28Di5 K-)L8.Z5cqq ( q0 B̔?CE}"= >Tm\=oOzzB#U(ԓvUX5"f<)Pӳx|#Y@%r2!٫<s(#|l#yvEx`ܩFǖcՃZEH&m,*>ՙJ!'*?t&S2-@/tKGRa%1_]2HTĸn<, nCBu B0¯u1R@ ?HTe3%!l b1=F:@pHI WgbJQ)L 1Qd_2w-sP v
+ah]4b;gjogNӅ8&PSӒf;h;tRub.U~
+/!>KʈBG௦ HZ㑓t*|jg=PW~TD V 偿"Zݻ
+%jӯFhRZ8bVL9kC'.gBS q_EfT_.^A~G9yaɿ xHomLt_[| Wc5S|ѕZȩX]!QME\ګ{`%B]{_.&Yo)Ÿb
+DFU)qtDm d&RSTe$Rqt[_ \kêl<MNY3Uc
+ꏟx":ɸqpT;ztp\e
+یw@S"<)ֹTt SB<6Cq1zXc_
+ʸNuKtGDm+QkvaF+T%I>ˑ1Z :j#']M ҃[iq
+kq(Te؂ܚi21?g✷Gy"SzD)0[D "dY;%7Cyb
+!s(j$O'8MҔk&
+oTrjXK1B(~cp2:x>gKK+5;3[=Fqꚉ\i_hHYj4g =~qe~+O[2Bt̞.<v & \pc P{FǹƱMQ5]{)#]KIf[^+$GfP*u^-0pe{l)v̙@^h^lsZT
+k/GrX ,-;^6ӎWy{& gԥJO}D+\LUIi
+x)On+c0*FG$bi7 ffn0fp{&HJ?oCxDq1mZ]SSW̴c-hFdAJi<ܚHG{`2AjMi>QFc"ˮ ?MPܒX'l[w"vm1yڏȷs=(Y=3k"*upV0fǍxi3U()L ԖM8
+! ;[ Z
+)%KZY^P>
+˾6ñDuYeSS]/<L+WR*bDgҭc&bCF+iM_Oms*1^Nu+Ww{S{@wX(h+ٷm[0;7ɂޯGY}wgܵnG
+Z֨T@R^n(Iī.x$:Y3:]H9 aG/5B@Ը¨-W"Cw&lL9o f[,nmӏ2HFtAD@E,ůncS6 ,B~9$ShH͂z{}CQ;hƽO.7W9W?nl+ X]dPoEoa-H p[|:3ď#=̋e#.w8)2Um$P֓+O I r,o')[Bݳa*Y}iY^{WjubWLnhCvUg=.<m
++mbX12u)z衈/ۈݪ* ́cqx֚|a,8ʶtY0 @#Wg+u]r|`Jƭӯ9ZDNo V$eb!%l<iu<?[/t]rl; (-}.Xi6q$H CՓ_ˬfm l5?iaxj|_AqiK[yz! O&-lo9" r} ts+ xXSҏ$[ CBE"4ϴKpߺ 6UIw41>7zD%BL aЦ|
+[0(xcI(ZixSPNGWa_ES3#Ֆ~ϖ@xCAvdžI;peeܨCqQœ6E!3+)Y
+3%Cx #==/JqR#
+/vZerصA5_4!\DM"4Z.Di#s~]Q{󏟉KL:@zk'۝1Su29°Wsɲ)hE5(f:<bZhNsgRp&%
+r1XYzՙ[E&^òmR%Ըs>!Tv;`XUϘz!tyN̺o#GmECiCMq
+qKg 2 K%T>Ca,hsJuA')ȏ23Z (>~7̓_OJo
+0v;Θ=~PHIJ#Wxrm8ttf>$f˚ 5\b¾hD~(8ڊxC)YfM~G58V
+&i8-OFlL:0|q*@+wW`Dŀ
+NCS)1~K+>ENiOa?ދV9Dha6h3HTo Ld.@t֢ -:ӎD~0WPו^d|n%{*:}jsHl-Z3ka͡b=C3{9f-0PP
+lpv]x.\f`dμ< 5QHª*py(W4G,'C1K&V$_5׌E
+ ME{Lz4j008u_ &5moN7/R#`HTZ0pUGOPkŢ:7 D:q3QƇFΕKxKhFXv-1YgН|h 9PȗRrSC/!Գ<a7j&j#e/B\ُdᢑ  U\b<|rQؑpaކd.qf{=Oq
+0
+lW6䬬~uuYY52RSPC;oKR@Rڌ㪰NqyN?1Ghw3T{/$QN9^yO).vxy<4&d՛pAچūpDcMUϤe,0@y+T,͂q5-DsS;r[#R,#NHyaDr8/L5܀ZMui̚Zʛc$ \
+NE"l77M]uJp?gZ,9+UKKݕ"hd+K*!NjE /м+u%qإڵj2.V4GTɳ_LbzlHIM&,v:!W@H%9h0IxLlk
+%`f8Vq';
+Ɇ X(rub2\?CHNS+4캏JEF t?xCn0 )^ospb;(V;eX=Z|r7ܘHН8"|X#BךDdJă];8mo!EIxrh$Ԫlt, ^XlN{mnp1V> h;gј>aFC8zEU{Ӄ!|.+e6Cz?kt4>Ie5 2Qxh:e[$Sz3N^%_xgi_@d6y"L $+ͯ\lWD2,jDUY棑0wF5xx[@o2ţŶ_󠠲h"GKYVhC1~>WLI >'>NWS;ǩ[m!;iK&:WSv0q3<:K&L\mdZ= ^9g~Y届@c_Ӻy ";bnyˑZ}:wK
+/oU 6Bi5a1(
+Yʃ.lGgD-?ҎƦiGWʲғZ]nńt\l K9 K6
+"]F|3%'%78+ IH+G?Zh}
+E.pR|=0'׈:
+54PY@(-YΌ[[&EY,[cf4^ڙØ4x0|svwqK p3f@l^)y pWG`hc<{No
+wUPv"\ږ_םH<c8G`dPZ^vvFgr"گ)AJbȻ̲6P3:
+E./JV..[f}PLc48Dg7ц&"|`9M|Ka :TTFyZ> t؝C?ճ}Y]E& 9;
+sۑqcmzg좃zt<ܷ[Wz{*"{4bHK-S3tk9$G(;% #^ؤGL*I[9T
+mPQWMwV6ϒ 
+ȩ>
+{UEO)Rv)n ?~mƸ#^WhIet
+ ^4&PrVH\gSw/OC\-a x&.7>u
+ $+VEoE[ܜ},];͑QX
+k['G
+w[PhyHK ŧw^;kq([ƪTi :`mXt^ϩ**E
+-l
+d<_
+gCօ;9.">bWidɺ?hEq׾d▔}DUr476>-y:DղY24rX֗=}h[Ra*a̼=
+jjjbD(ɧ#i{CFz\3n<
+/Xd)Z
+4ħK]D im%cLmag-nq46&:~NZҼ`㢨gu&
+
+ W Iu' l;bP[2^J$ePX®]4 qϩg+SVtf8hݭFB(,Y(W;2a~K]9v>WNgt,r
+"~ѱI`zw E`J*hdn\ ?B4\ĔҸg3[UzfAzaSϚN%o+@pK[bO.e4/Sc׹^L+-Q
+gC]OH0\Bqu}Ye=Z^l5:kը0B4U E O+:s;L
+>3wE
+].u9h֯zp$!X.֜u+ty
+>^qƟ\\;WB9M("p-eE#"X=/'w拇l:e*\pw@: .SQr$EuvY=qi C2ٸgP=H{bLe/wyBQx|y5;UYƱK`፮ւ):#ye1O\0$+4hhnaiJI ,:%F0aix!"E'Bi Ń =ۓe%.Qrx柑 ~x
+|dkzn%b꾓a<뎶֠9eLCzܜ ½l^i2/{@9>Y~0<>I~
+ru/L1TGsysP ;`4;'Fhy( +{Q*zàz=~ Vrq໴p ybN8J~R!ʏb@SKV=2(Ti%~B pɎFxc'`kz3sxbbh++v;\3 sSZss;j1޻
endstream
endobj
-916 0 obj
+943 0 obj
<<
/Type /FontDescriptor
-/FontName /LJUZZO+LMRoman12-Regular
+/FontName /AAIZVR+LMRoman12-Regular
/Flags 4
/FontBBox [-422 -280 1394 1127]
/Ascent 689
@@ -6280,125 +6437,128 @@ endobj
/ItalicAngle 0
/StemV 65
/XHeight 431
-/CharSet (/A/J/P/a/comma/d/e/four/l/n/o/r/s/three/two/u/w/y/zero)
-/FontFile 915 0 R
+/CharSet (/A/P/a/comma/d/e/i/l/n/o/one/p/r/s/three/two/w/zero)
+/FontFile 942 0 R
>>
endobj
-917 0 obj
+944 0 obj
<<
-/Length1 2002
-/Length2 24750
+/Length1 2004
+/Length2 24898
/Length3 0
-/Length 25969
-/Filter /FlateDecode
->>
-stream
-xڴuT۶>Lqw+E;www {Bq/ZܽCqwwy>kιVƛ+ ;gzf&2Ȏ^hbc`a`bb''q9[D<
-bg^Ng t kisq}/ӻ_ '
-tkX
-Zx6) BV ߺPVEz_Z^bm%x 05- <u?v֩rVFtw@4|7U/}u݇
-G%wv-I}~ªOe~LS&w׹+|VH֔k?wNUzyQ3+?'}bUcǜfh{MrvVwеyZ
-u>+;ζ̚Ӗ:HsWR
-D" ^mX^__g3t:AMVߐİcyX. s+ 4XtDi p=b6l9t{J9
-(ntوK"B+` X[p̜MHzpkJaǡ#:_Mo6&n連lTDpM*D Vh?*وOb{4JS fAlƆ)f=*{SI2 $"-z\ ٚwhK=D >4:EObAg8'.n!X[UiXZ=(G=E^1Lp6-FC ȢJ`i*Fm/5 LJݧحvg,(*pt6gV,(*ގ}1|4 cAsPlhV$Y:? o+OSD7)!GZx פt4gÝq-Qkx%%5n2[^bbKF
- %im2FU?hM/l#;Y';ܮD% ;r1S<!ipx$֏psrm kĒ
-V@)eD3.H<mg* vg
-jЭG粸# -Y`e,~&A6<2zQwRt# 85U+n kE,^1?hkkdBq#Xs}ӚIdW}̔7,l EI_R>? >cP˯&dnFTV;
-;<8L^gͅU FP`?Ps$ܲ(^jr$ M%?+͠v,͡v|i]mP3-&⋢yai]c(4&v1
-oDJZ.vS*6ws6V x \Γ"vw62`ve*SOw4G" Qb~nv 25}$=W"yj^3_§8"%S}8!!%
-7㫲fڗR2(z@U?P`;u _{aҴ}5Jk^+Pp6אDfc얙L|SlvulriBUs4S_8Rs;(~W>(4Z *'B#
-L`?wSQnF5ʿR;{nƷ$FGQ &ayeH 1?/u)imB2v RŽ Ng/"`J[r͒3=qhv2Ä`^S*],/Rk0gƽw?ю tU~v
-T1IsV9}4_ ڔyFv${K49RJO\H6b I eE;abj̙;j3ZT2Yig.{|GgJmh hdF+f/R~"/(UL,iPY] yM
-p}/LyGA]F0?Hq&E*!g>.w=l4w0+DɌѲ=-AwPvy`B3RT.@6V5B|\6 4%
-U˖W_QG=Ul^k$K 7fV F6w0
-hbM.+d돜ޯozX*ŏ~N&Am 3ZuoXuM^: +b,1Kq@ꡬLgwO'j)Xtr1LjhCǟ aS!e1r/ZAFKf=8K59]mH݅}jy4FuC5*2t3l9VV4GG$U6'Vf8|gr;GLcR(cW5 ׀$3
-t > <lH11
-
-nceWq'8ږDKg6 N~Etžq9p{=P[ǷcLs&-acP9F&IUژ7Lؙcݘg\҂ޱ
-nw)F<WTԱ7>?ggJ@C{/P{S<*ߌTA}7gqs|X-Я[VOa07|c5-*A \d:|\iz9Z;#u3Â@Ak(/O/Bpcr4L bZ$->;{)p1P/VE&NA,ZYHhZ>wg<<l˳ Hre &ĴcJڐee+'xUJp#r~t{0۔lQ?t̯;"вE_ӼQ1?tc.w{~\<Y-yz0&IF ܤA 7-'0xdcW5P4_^NpV{p]TUGIJY$fWC20 5pC@ҴpXAIl}yJ|udpHt HN MX
-51^0SCV4 8]kWo
-QOvoƸr?-QE!L"q"1Cxt4")YZ;`BA I ['] SrwEJt F X v7$fnr*IbK(jj4HsZQCXɰJ}ap E}_rA&KE\_s.ApC
-M"_pXf&";}Fv9";0cgt(Ov
-l&3v)3hD SؔzOI8 R~٭j=G!a$Otx}qξ=-Q
-M1N36vy`,S{R}C`)ŭnl{?,Qk"F2Zڰ p|ZIOˉ7Oƥm
-0h)w"uD6*p9@f$6^R2m
-TŌw/T9XP3txz
-b .'IrȆWjh
-Kz茭V/9ӁW'ywQ.X79&7\}n5燞.'wt2 r6OmO1>Iht|KQE^~U)_(^+ÞH " h w~(ȷag.I*ͥ3 j9,jѼFdċxcוW>m~6 4V*wхz&^?1H<_ |cO>$lY(N7=m^y QMz+̥]%KpS^,ԉ:dƜC¯_D8!yʽR6\@3ޘb̓C-F2z^<&xcN;
-Ѩ%Lw|s |:fj{`so&7{+^0=*])yjl^w\ vHȿq=?F&\^5UL
-[%jE+/CqQ
-]{.2
-rv'W{H#;BH6H΋z4[Io@M 2Lu0Lk#N]9vS݅$LtIysh78s!ɐAdJ"v%=%<<UݟMʱIS;6_{PAuAܫGՓUH0= \l[OXa O}չj.. ] NT5?3#6@"K ah_Car?K϶W
-q<p<6lPhYc0~XYlЭKt>X | Fpǹ^RĨh٧ΕM:&nb9jH3H=pZo|c(2GVEq ˩<yot u^Nf\nSW
-~,>/{?$ 1|cE'x'x>*㭎"aT㰏݇1"RC3KWLeuGm$877 6]Pq' Zfhg Y־*8]joMuT}D/@nܿ\q6CWCX{f) >^ Qoh7l M1 4Дe, Y[f{b, [q[OkYH4o!1J?si&#c/[Rfm{['#/ôېّv
-z=:ưGv]rr*P97XJ23T+Zv~V}KcԢ@wno(M ;o-T㳵 ~3cRqKN2FLR,j/l ͂U-.d@Vn;r$H '. `<ݜWoi5E6Kyw?;-.(Z F;U'TO_o}
-Cj^7~W(*
-<7E>^scbvQf(AaP['3!{I$|M+FV9f^}1z
-$ӢL فۏF?t]_K}Wmnsb{S|/$IѠo,9Q \PI\Z##h`^4=}3Yn#ۆZ^z_"Yr.͍sӺw#/vv& qVIJLjVu$*dᅈVISmt~[^V2Ʉ5i[
-[6IjkS=!tOpvTbZ;
-ϱÁ;|6j<߀&Z24*IM7
-3wE 3~w_pQ]ge CФ-yl lcθ8@ʴ!"YS!!_R"79UZYy_QX[ugf-ޡg]ntIYk /}
-I(ϖe"Izȏ_xy>Y1[PF;5b*0+rVO%HRruSR bjuo8[aq{yYUk |L$OL'G;ߏlcV7̼zCV"OR%3lW# 1>յ_.}PQcUqq--,xGm@YrgLh6#A=J|wL!7=DR啅/$*V:<<9cKTpӷ߾ Ol5#fE':A&Wl ͢XYe>VB=C\1fIQd QD;p9=nuj~u (:BiGEiv[sݳe,]t^<dXlU`PXmfs p
-*iZNÖ[
-698N
-#5ӆ8n<D{sx.!V
-Ux=3 Đkw)N12Q[|
-4 wk
-oD?
-%6; mXOk4J/e?]Ϯ^n1QS0` M)pzB@fz=o+h{+/vZn\=_"5!X }KPT7MTCŴ
-nz)8"ed΋)V74WP괖ɚ0kio@іܜ/3X~I5ZF*1 /0b~/P""#e]Ei qg)PV
- <<^&KNgpffB~G8Dq.'Z2.}D>~t-fy3X԰tq<  %jBSB'=6kƟ64yPBs8m7 {!BÒT B8sfS!/D8ooYQj̒dXӹ$i02F4lp풳ΊK މeǃQT:Gɉ*x.vЇ)AGq@F<XW-u\lѢlJ6D`kuCIwYTPEb\CjjgZ#|Y"
-\Z1<0/Ɋ,)P7ug
-LDG
-Vnk>}V
-.d/mP;F*
-|K+*:0M{ t*`qVMJhjՃ]i4lAxR/>io8N-n4UhU a,4a<B=(jfGr*Q$yY'S+ %Qȱ*;
-!L
-Gy̿TJi9igPn&#] ldRw4)L`ծ?5jHlOzF2B#ڶK
-mnQYyx[]!hz[]
-:p߶f_y
-rzg9#$~Zݙf*Aj  ܍":;2=i,Lb:piU*@@USvc 9{ݙ[m~d]uQ#ACZAR9!,߈ʢY]l !fxL G%TO֖@9Dmo'νct1B¡t-&cY`(M)~%\dw߸EOݦ<- a4j<|U$ZQ@nzNT5
-Qwhռy7j_q:v SM;!kCboҤ> Չy=oqA4f
-]f.%]D х|
-3t>%(NRJmu#haNF/eL@H%,lKFh矽M0veigM]C o7@^pv㛴+MRFMsNk`b.~%;fƕU(ܾɒ+Eu!
- u~.og&YKGs]93}x֖ S;:M&_1Pn>
--LjFf7h
-g=ŝY/DO–+:JK'~;XAg꬚X 4Z܇˦3D ̵ُeQջ۾la-$7nj|6j+t6R3BJjqŋCk*w ?%"3p#(YZk 8<en0FvDK`.3M\K<(ʉ!*q}!7Z"Wβ3rGf t0PV˖[YrvRa@v~W7&8 V㾇9\K^N􀘊}_b]kyFPDbRf勛d`B
-zA+%]B~]"5{9h̡Fg bU-=+ 4GWT^>6aHr2KBfI885_H/cLŚfط<SY|ppG=`C{NՂ\bhd*pYB?wt@oGb/HR>^0D(X8sCIGr0e{Чr\R94L,qhВC+fl'_Fj_Krv<Gjɒ!αsP`תMF9񡢏Bq'#O#ݟ;YQW,w(;Y9¦ )}
-%/@ c G*kcU@Yj:$EF֐N4Xu֩V[af2Y(!L*ˆ /peo1x2
-M`v<ϙ0hCzA U{*뭁jf2
-z7oFJ :z
-?DtnZ(o֒2ҷ`Vi'5\;
-2qRE;^S˞ _xcJt+LMc lhݒPOjan3PVy@E_a6Ӏc*tҕ
- |fxX}$\Cwf[:jZjMHԇ=Q=k9,n`ioeyi<PSV)r[S@}x`"v7M))û'VJ>M{G6'-?<x~ی'Re`cDI2짚.ࡣmwX/R` ,iiV=\@TbۘDŽ5(Z$hڼjoiԆS.CuR
-GЎaܜg;:|m#PU,W)1uQΆvedH gS,e-aΏL 2o @׫eO<$鼖t5:!3`|,`ӫGɭ4ZN
-c|uRSijU "Lѐ0 eA#V<]n/ܯ.X)+B7UD'bA3vQOl UǺ2jI\(^0~Y&T4&p
-W>F5 2|6`ROX_6#T
-/݉@恊9fBD ;٩
-v2HK'W&MaSdf44XXL7MJza8X,Mzd
-~u%Yl|U G'͙}t)Ui V!^R-2w8(_c⶜弜{yP 0FX7RC&_`Y˔IuX2.3DR塆2W=2:҂EV*Zܝ8?)6/ k5Ń^(+H
-(&ӮR)}{-{7QNwϴ(`P@tc.8IC`~iYiY' J(Ѥ0!fNW8^x.۩~D~0_=4Q[{~ \ \&;?ıs D"߳'. f<…g&uQׁYg.nW3H(wIjY,1촦`H+blb3)#B*Kx1+aK}~)&*%A:/o
-g1-}
-#tb~+PVbbV{VF.5=Sb4[#;-}M=c'5Qt_3r>:%x6>x >kC #Åb^pd?wJ&U, ͸
-۫+|GnHUp]tu a$g1Ӡ>N9^'FpƕF;d7w+ ;]L
-N,V+MI;yzYjbwcctγ{cCD X8W.HpLBrیM
-/lm1Q?J~ ЇY?xNA^5KW`l:AzP}
-HI5cE/FyYUcyg;ΩH+4ɀXQ`2X7d{T>VhӤ
-m;q@*=
-_!%*xxfJ'߃!eOJ`Xc}):Jͻ
-2dWMJQcߎD!$winD-QPCNǑ+"͗u(\fOAT{OJk5}vNlKԩjn [n%+܎:0rMo0J+iAaA]oo@٦ $re }qj3܉zWm5׮^7֣I6c
-:_T+ƺqskiw]łXbRvyHcWmx А?@MlIHxݨ>=}`Ebqݘ%=C9l ^_Җ,oꐴݎ=L=Fq5#{7Ya%:_b3IGj!QNE,?**G|u +![ۈηF?j؋i7fAp;&vY1"~q訨j^p?i~ @0~DxB@ UD?L kйQ\U(6ǖ1L\
-n" ST.,=9,'yð
-j
-}LjNt[I`9ܬmz3 ggR>RC.]l&UR%GU"UՒ/L.
-讬j ZjFQwIp1,jUA-w܌sjYjE^ovQ4j^ְ5Cd^{=gy2|0P(NxN䄹oqV5rl'I P[ZJJXso؎12A $q[gB$ "Ynt.\L]ys2]Qi;V&Z+Lqp"F7":"T^SZ re'-+f "8)T zQ0-@7yR14
-K ?Ek8*$3`_ 8 W|DFvSGP;妫/PG4Jީo2o->w$GѡwLNqW!oܶΆ}dBP MqS+D,(Iul]x0vz%3 f ė0a6otq㵹1ySd{5nҞlu 4\JsIt)JX/dgUSpPŗZ7j_?땍}r9 '9OF2^b ZPʼnfG4'O!/<?5/Qw3{ҘW-AGiqGaNR"+ɴD2_;!Baw?c:i,kȏR'+*$;O:eNp'ݡÊN&u
+/Length 26147
+/Filter /FlateDecode
+>>
+stream
+xڴuT۶>;łw(w⮅]Cxq}9ɛgkH(IEM@RvΌL,|
+휜Nj-EO vF?x1VvnNV
+vձervwO<Q y>
+x0)=&\-fZN4^'>
+ ^Tymr3MYkȉ*o'aʛ*puCB{#FOPoNbv0DoY:w{ЫaQed
+#؞ Ula/f76Ҩw 7?!*ͳɩ
+| *YXrjݦ~7]7XJ
+DbR+N5Ws\ոLZbk2
+F+6n`n}Pu\h[0/sb=>C\
++d!hojqvkkt)8-CLs[+>p+St V>ez*f$FwR<Zs;Fd;sIBl3~NU AT1}qZτ * %"T$c/4hQқ%^RlnZߞنoBbFu_f,/41N#oނ?~;"Em՗PSo9{FW[XҪ@Io``p8vb #I{uEW#u,+w]$#KӨ1/׎7<Ssrc/\
+tN\ٮ@#ieY5nEpX#MQ1\d!=:yU,."</=ׇӧĭno2(*pd>poV4_`9_‡EK`Mp:i?]q=C%52n4O=0M*lx;"$'!pg< N4Z>Jem[㗠X0Cz#kf5gG3p0r{8}
+/ihG*YG(n{%#cЖ͋|6d1kv3Sȩ%+eXYR>Q !?xe3掵Җ,4i wq%snQ⼵H)0  ֹ$W-':^k)#Td\'#2uxʯ*y%=f2glV4`Ev
+S5g3n06AmTŽz3}zS΁S=QRo_έ6 rD6|#i':Nq'[</] >ogxM5|uAMI'u7;r
+MS2rpSj8Z&_zgy@SU<Pb>f
+3e,cuqlat>b 4tf Y3c8U^dEwoz*UlKJXR՗Ct JܶVR]#?T[!B*ȬI9>gcl9~C]\/
+=n"( :xg[$ ᙙ%FT$w_X96z䉿&Y[]:Vg<ygV^ZS2wFنjhA1}F3V FW
+]m^͔٤aWUVIB7y},"޹d<oD
+|]\`1cmlr֫!k9~/QIAGa5<O33mJ@xƛjK
+-*2
+W3c8]@a'3lX$\Y}"a!K$C"%Pkw p+aG~[St {Y i9ϠBuuCӬȮרnE5u;\7Jݺ[f@^JG, 4(d/Zj/ڝt8~r[Ad]iX]ǹ]*wu }?HB&q$t+58.s×yy7 s_mθ&e<D;N^o~wr3^peEM[v.5Y^ڳ;Yp
+
+:rɞ&ʣN v0#3ӊ=_H6}~sG9&h'
+ODJRgO)=r N{<cP<a/ <5gKU CuEYYÑR,=PsWm3~%Vyv&OR3?Ўd}|.&zdxuJ{LA9$ΔZ#߽r=}]3'_9C0ܰƈ>YG<)u2ۿj):"2cu1gt,ĽWBGVYB\/^YYl4|t2rNȮA6|#8Ì;7+t;ҙ>t
+Lu)IL\m6q',`@5^m^9zP nsQLS"q%'E%8^K/ɝgdGP54Ȃuc6&sB3[b^[}Yἰ ˔E
+ta @B) יr֍e@khcUg!x1H Z&1A{`m28_$UxX6W
+IFI$0.ߚ+[JmDAڻ_b>mh%{OIPb1d}N &M&3;UdyQ b]wd:aA=dtK[D$(#mQft4, ģXekBIP 3z_JbtEF?*C9{@K,IB'^,|wu*((˨P
+'Qwt[\]{ijy$NOC
+( -pC@ֲB@lD6`17PqthDbōD$AC \=}Ϩ
+> ontx:,7Qr'UpUx*I " CSa10P6_
+MIX ܧQ@c,i`)ng"0}<_cO(!2<(i #.tlF){%܎hhw}vNGvzޔT>pL}nHwDBHg[jހ)_}|Sͤ_E}j"e%*97?V讉;jE=mX'q5[]Gpuy og R20TN/d:~Pg#iS. lB%+rr+׽tQcxpK*Rv*Kn;(R_
+}Y#0Ob:#]]'mm,an`< f@Uxǡck9å/!5y)ݟV/qa: p"qwsm1W:@@6[a9BԠ(? =90hP$v*(6a pLf2T(nΠt( Aa],B2p̸. U
+hpsWb`Q`jE?ApנdW1;=fך
+u?evA >*sGl;cN2'cɢv`NH#ydi;:i7-XR=@2@SbuG@"ز=0h¨G&˒Uy#
+>|7;,Y%ib`_.
+r3Y'b+ј3iɦk f{ ^Sd۬vUdTN}]1āQ2L2;>B1qjTbq*l^a7#uk#Y2)|D/c)rU _p-_id]NrSZK
+7]~ͻQҒUi۝gVHL gpUk?-~A!s)_0j1I1ayGā5ѻݭv HˏF ^J;r=R G^O?dH/Dr|>x{q־3=Q
+ېAMޣS
+zA{&]\YIM #gTm*eCozP fL+ x3:'G2u]Hvɽg84Lūt?XzmSTQXn T7#%f E*Gxx[c8U`L_VTݴ?z>l7:)q|.1MOٵ*ϕN~ |bTiMl '7S~hǐ%zݹWlthFwT,$q(u~)BӤX>MsT#Bw+ Ngc7(ZPWc+,r|j,G)0PF!(ZGy#83mً4<l=.g
+w9 U5JkQ'pBpl_aY?:
+?/5gsj ( \# SH&063v{MRn9?\!%_t^V&Tޠ
+9x‚1x#z}mEtI JyG?
+rz3iUzR61FNfZE`E4I*kJr<ՍpY6'%
+L_@$pP.a<Ho*X b#SjmQQ$;)u]&QlXs[~ě{m;2L%]2X`vRƮ/JE tm_:Fy}L}6:cdKR0n7U0Q^_ !O+CBȰA5 @Ϻ.t4~MF5ک](󛟬-[]n\Ѹ<UkDAـO
+d.n|p$!#PgGl9ˮK{~)U7x/7>z@TE_v
+]^Yd 2"|ܛe+-)Ttt|摡h`ї(t ou,X~Wjqv>~x
+CJ#âL}ĒȑJ1,WN-B:ڔg0R<PjgJDK?=C-!-}HrBM ~7,=sVgTcOfJ
+Ɓ+[ѵM}P t9Am&{p f}͢϶e5se٠styK~H" : 0Jk=XAaToa< "~L2 O[h23HhNvJIN[e~ ;$ng
+zy #b`&.Vk;eiqCr:QsZִ5
+} k]_*jZtҼqO=Q:$YZnGs >' MfHK3HIEU~8KZ*&.$҇LYzȨ]`1xA!uy0{[U# l-j6p=[YH$Ԍ<]K"ʙ͜6`1ÚrwgyTk%n#Pベ.$­ue?5`F [^+M6/^bQ`emK2 8
+p늞vK&
+Σ$! VEGBN@JiJ't|ŕR`lBrSl s"Q \acO fc)A8,؇qEZWBCqmulE>0SQ=0좻[U=d ^uWD;V.nQPj Όws[*O}\I xez% {
+xe= u (]鹒$}E.y"@"(vτҎJѫY2-B4;B*#-k-1BWDK<Keu"c˱ Q7S΂-LӅL><:&#@SU]rFExՔEy^6$)
+·o>ts>\#DLTr=EZ-%=wՅdg~"/3x휱liwH}^3'tNa!,cJE=4)Hsn..\ L.ln1J@Kt{'|VAXPf1(=ǟVFx g G")&ek#)6A?yuU%uDxOuoGx/w8  [R୳v9 ]{e
+Ix~rSȭuV-W8Ӂ#J_NI߽JNZat]>)c#kyߜ}Y7(4&.i,fFMUv(=RH p]P4噔#e5o9<I'eKQ}A}9H2>慎K1MVcsz YuЭpiz'(DGK;.ۘEvSeiĐ/_73
+'WlR7J:y8H b\N2Se`[~^~XJ.IbƝ.3 =@@0A
+"r~!`^]V u|<o FL|0%"{GzE+PȊ]1$'z6c@
+ g*Ruَ-΀i\<LNԜs$.71"=HU6 Á6w\Cprar4dg: g^JnpI
+Y^@%"U?"gy0bxNF%+q_o(l|; 9!셚Cq/#2 /<'">@}a M] V+E RoLcZN}"]$JAc -=Dsl
+WM LoܛRP@\4XM5x8n+He@{W7K ކGjzju\n&V[nrBIh[I<hr`}Kv]cF4!&*Q+w*ax6D3gq(" 49C _:Qrq_Q՗~?ȓHCM]q@j4E%տ~A1$j"UD
+\6r_eݨ'1o?q]S:7:arMi2JƮ\,=C^Rdx9<\
+mjJ}C
+XYM֮{\:ޅD9NPwA\iEwFG F7=i1V3n}ʇԨ 1.kOPtZF}~bߖER߼8 O<RP3T~AB4M%ˤ-WERv}B¥l !>gj*s[Ai5g{*<Ui#H;jzZ_-(.O9ǥ40zs6@rG\w_4
+D;
+Z_;M̔&5ܬѓB٫0o_GS#C
+:soL`׮ %-iv:֮ iGPuGDjZ' S3甊y)=oee-/˜H,~#EW#fl^nqi8---[n֚CY^__Z~KCBg.<9xv _
+RE
+Q`S`Z$L\wd
+Z(Р=w-Me C=@x;=T
+iDw {
+ﵙ=Y[y-n$:BÑre OtecLMy76R hsC$PiJVH7=K;CO)Ny%!<,lK,m첃#&V|}HM"Ըy5
+)ݭhe;Sv6:0ʥ׾* 2g2G鱜kumŹmBk&7$ uCCyfhm=HYz +6o٫5|kC`ΌmXNieI~e7%[9|Ќ V"9uޚtTo&w>M3*'K].P׾zΛx7Sd@9U3l>c[~#>$kru>0|VvRĀJ{Enp<'Lκd"a03ݔNSI\#sS o}?FF|'njT.*rtGZ-E[]9XY"R JZM4U+5n߂g D1&3l`XU߭$#0x}gfzUnl <J2PyktKX~O(KGv,^
+5v|S^>yPiуppQ#=n-w-7y/4olf\WQ~Y{\XvC Mޫ7.Z$gd2f'%tO!7mE]r{ IE[ (eJ,%@?1iF(a2Խv dmw?_K2эDbH.6:_|F|/^~Q|oN" p"DhDyCܼy]Tw6ma7)njn*o7FP)* 'R_%?ѧaU߭ wb=Fʨ^rHຫ
+1<TpKN)f.E4@q1u]ɚ,Փx$(+"iVPQWb,AP(w!˜g3o>ge&:3Dt@ë
+z<vVB\xG-FE}g7?Ƞ9t1G\)(m~
+%;r2"\}N0Ɨq71!jRkzg.$H~ku%6>U tY#GG뮔6lMH!To&MvX~J&B#Ycqߙx֓W|YԐkI%cR[n
+$1 <4ǿ S `;m!Aм+`i?b85ҜJJWCyxL06_QGOD04|ۜY UqAix2Iic7ݑƫ沾uW=C䯩
+6V c 0[\gSʱI`a!Wu&$OhM1 `/^cLqJ+}:@D7R_-n
+<sg2GIe.&msH`d%z1VxgNwE
+JJ5!9oژݛHU r!;pBnA;h[8&k]MX'bFT9xzɯrfzPuD/gQi ޒ]}p$f+2]fdu4進5:I` /,%7yJ1U9]pH
+{i=~mx`b ϤԟMmϫc9ԸblZt5Ye[ $>;+⭼MuUX8jY\N&,g^wGS)6`_jfV
+?"U?H/D.pu(Dϭ@*")OP /T0epϨEDjum(眠<|~ S[
+XLKL8CX^B1%i\qc˶ ;CWGE"ˤҶ -B9$Mb [gF*/=N>ܭߏn(mp  By~ @Y {dga]cvRx#ʨ!\wM#ZTtv1ېND~+Q*m'G0Q8 k(ai(- XM zdn)*O"sC ԬOJ(K Csn:uNJOg'9Ff98{GȐ!ƒG\&#}:+ӈ+^67}aa m|Fzhr?L"߅jW;Y ;UA_I[ľuv)K&\oͣF+Vu謈.y5(I!QG
+,T;`@g2X/ӂK~kVtwogrأ}av*-
+†43"38c0R/=!<qC~nk1z>ΉtlMerYwaP^΍G5RHO4s/+V:j%/_Rjx6tQP6.pޒʟ[~ZuaEl TBR@^r\L:)zp+}nQA+{c`q>}B}
+(N=ޓn+
+*!Q3_!W'D%''TAZA^|c^!К> eCAbt7@VϒI7]BǮn(nw@լ#nw髍T
+jXemU}HV0W&VX^\ VP"QǶte2K}/ioY :oN2#K7uZ)0=mM!I,c+Q/m-E
+uZ5t5*euola쏱:}Xg$. 셃8ȧtX)i$ŘMGy p&ӗܤ=F*%K'inܔZl %薓XDP -*KI<^>#[ƫrQ `
+{E/!~zI[ʹ~xn 47L H2)SӍqAZ$~Mu2@/ ` MhB1$sy湯>PLxTBa5DpHG<ی+@搄CWCO{sٜԒkRzL/AO9ѵE~&#O%&dyH1h5>ا
+҅pmdFJ0~^!ZJc2vpc|s *DK~n{z?annWÇ;>co?hŢ%^x]~񟯄bۘDŽ5(Z$hյSkj1\S .U%l쮑+j1kW-e4{#:}!H);dTcOsLyxgro4^R*<Djg󅩲 #Y1STc3 .[cA4fMGJ9E5҃Nrn
+% r*dB_" xmD>=3kLiK!snJv Ȩvda"J#KP'C-tG#Hs J]NR&Ed7ڽf1-!(S*S;6U1 ^ cgYҴnF=r hux~xJTF}5w+FHnj:ы_Xa
+CZ ٕ<Z"c-#"|͗s4itY5Z˙k|ώqHa -ſӞW0WE#s:_1>2rJ8j̛1jGgk[IZ+@z;+\4IE?8$_zYAE*\ܣvK'
+K 6qB:2떒KN)SR~nZiH풞*LI0S#2@^%攈d:z^^oR3oa#f ;P gDa
+jІ}ZdqNv)KI7% ]ƆhagP
+[)G{-nތTCIo_jY>IO)^WZr}
+!yD={U6,5OުÌqe6UMQqь/nsx5tvrC9-;Mt^GKOx5M#'Jirh%:j҇J 9nJ_k*S0lQ/[R
+CI(υ;*I<#! j h_tԁ2MH@(@n/38D.F<%F&f #D+!Wȶ® 3P_Enm"Cds@j 咆
+G$f+%Y
+[Zѐ5'_#HZ݋zz*FqX}쟸6{܂F K<㾓Ww!/_H ΌTG)sWb-|B}gz=67Mnbɳ=a)X
+KiB\^`avYZz# wEW+߽0"&{ǘ)>XOç\-b_U+`ɝ(ekZmPPwx G_Ra |[Izn߱a
+o{[^51&% PRNz%Iy)qӅ^BGzAD3뿰үEBq\Iaѱ΃Xk-% Y1)Cf"$L/"PrlٹvWdPsKkqb!3XF7yE"sCtku\8*
+.ԺG[ LN=YOU9@IZ6 /maȹc6<wy<)-q%ވQU+'{^~TMe[+]9z*2e6:K6Z1Jn,!X{9(Mk|QJdYT٢+vɻ0н5dy/h\YH(:!=aL=Vos8}op"@Ǯ7a/b qBVC~̿mZ.(۶{mk>G/
endstream
endobj
-918 0 obj
+945 0 obj
<<
/Type /FontDescriptor
-/FontName /VTXDDS+LMRoman17-Regular
+/FontName /JPPIRQ+LMRoman17-Regular
/Flags 4
/FontBBox [-400 -286 1338 1125]
/Ascent 683
@@ -6407,11 +6567,11 @@ endobj
/ItalicAngle 0
/StemV 18
/XHeight 430
-/CharSet (/E/L/T/V/X/a/c/d/e/f/ff/ffi/five/g/h/i/k/l/n/o/p/period/r/s/t/two/w)
-/FontFile 917 0 R
+/CharSet (/E/L/T/V/X/a/c/d/e/f/ff/ffi/five/g/h/i/k/l/n/o/p/period/r/s/t/three/w)
+/FontFile 944 0 R
>>
endobj
-919 0 obj
+946 0 obj
<<
/Length1 1670
/Length2 13459
@@ -6481,7 +6641,7 @@ w$X<<Y6{ti<ʮC~¬9be}dQx HDFdk Exǯ^o|
ֳ%O8"{qa4d<3v-d,& `\ӍaqB{W
endstream
endobj
-920 0 obj
+947 0 obj
<<
/Type /FontDescriptor
/FontName /TXCQKG+LMRoman5-Regular
@@ -6494,86 +6654,97 @@ endobj
/StemV 106
/XHeight 431
/CharSet (/one/plus/zero)
-/FontFile 919 0 R
+/FontFile 946 0 R
>>
endobj
-921 0 obj
+948 0 obj
<<
-/Length1 1670
-/Length2 15301
+/Length1 1704
+/Length2 16333
/Length3 0
-/Length 16357
-/Filter /FlateDecode
->>
-stream
-xڵeXݚ5;B44݂Cpw.wsfޙ93n[uwUwS(1;%@ ,̼
-b05q0,4!bN^.֖V9f-51up8d5`
-2
-
-rWF 9vSQPSgGwAp3sXx"p0s`}}9x1/]:8z8ooݜ4݀2!f @g
-
-`c¿h_
-qaΘ,SO*C+ l7L^::Uq<h,!|V.OK(ly(2e|LPXthXqNHטڛ qAۇ'J#E#8I?L4D2}[p9_1)Q餶Ūà[}M2ϣ/cG Y|N{' wlp0|}+WtuN߯b0EBK3j.L
-Xg3wPȄĚ૶)8u;Z`z'S?=ࡈA}c<Vn4P801{o3 Mi'el~j2~6[G;t@W*3G} 
-oɁR([gd܋jҒ'j7.i͜Ϛ7]7H6ko-jo~<dJ
-XTvQ:ң\|B3r_*ʮ|V66ktJtܳ^tRWW
-փYӍIRٕΣZ67"]C+\8ue>Cg65'-7w!1Hh8t.nRAϣ$1F!zES ăex0*_*~$J1%
-
-~h>Z6Ʃ-kq aPMM6"b8 c~{HQ0al
-J[}ܧ"Т(sڪ#b}aUc,ئIdAv5'#xwŪri"zYjEwvѥ\I'qs_Hbom>D?ɞOazD- \Z\;yv 빥UV(Fu^TgvEt0~7 [OOļ~qa$DTp}؏,urS("l+s(#nZh [4%u'w
-cR.3^o\xzn k?-˻!gXSa02?cl{= 2ڔRȟz r 󲖒C
-) (iX !(~" }1)6CHU@>gTͬ|ͤVL<J6) z%l6OxohԀ7ގ%%8x qneP]) i8Wf?PPV^fh;f5řkt}k wp@Oi16DH#vFwT 7A>.Cꨡq^7m`\ojF.< vÖʱdTm;t*y8 9%EyJ]#I^ŷ8ҽ!UZ0Þu6XT4~~d M+}W7SςV4(ą;ՈT><)x(0u3sG;}'i*91`rQ$y׬
-IQE'(I&(xix
-յ3Biu@g'Dsh?Dsq&ACf 1^fe,
-o?u76^6xqJؤW?mKH+N:׋$82w?ϱ<NYѨz]5v1NchSu\QSt]jBѹ6Lcc*NBV,Ky9=^(~8}Sf
-ʓl&id.;lNk+a{6dSW4hᆃc7Vf> I@O2Ӹ|J˦t^.  6v^!EnB&MȎ-*Twbp^n}k潰|7e!>C0P֢*!KWk2N3]Se-/ˡ=;Zf~ ;@H# 9 (] ̥YmA*2-0Lf΀WHUњ7o<[ـeT{O^bx%BXq Xo#`+2_,v]Lǯ xR1ri<HR UՅ*\FIS-|y"$ fۻ~-iMz;{'D^lfH>{Q\ze"]FdjUk2
->E~>-MnjL39 uzϗǀiP6(?|p"03B퇻Lu;?GtX'_3܂x
-L5T ޸h'_]k`Bz4թ|Ez*EcueJhmvcjۆ-kl5TT\_}ѸcJc<ٓclh[Daґ.YC@8Z˃]]VmOoO&턧U$/;aEPxRjw֚y1x#'jt{S#]KO! v=>0~JfKwi:2ћ;ke32Ke*ABҏzym -I]D{NK'.#cwS6:EM_L0}Vƍ4
-
-
-2 XS=%6Ư/ ^n99/R"=rO+7w!#T!;.KA*G{@K,{-uI4B[]Tݭ Lc<@u2wJS)W_I%Z3W0MjؒX}@Q9M&N:ʉ V+3YfIJ<S|j:.[xx
-ysi.gNLlD1NfQk~$}zG0}JWX\cabp}'a| I'Eں}L@iE~#| Vsnfhv#],Cx]>ātfѐ}Ȍ`"w5QX6##UnHoue)
-sBH,BbDKC#ϵ,
-şj7Y〆~VY 8S1>6z
-o5T뛕[^$XNso&.^^:l|
-n=8"oL~5 G]G(^1S">{pcp}an]g{ " li&_)|2'^*8RDD@:p60y3@ '.mH|:-9֎C ү ,b>/4 -oj=AyF?'J&{߁s}+lJ{r-h\:xiR
-q/&yPIBuMbeerL"21Uv~_cw]+H ۹at2Q/^A/Q(fIKJܼQ8
-nE敬7jǚ*Ob9Jq |
-#/($&eהO2+]
-޷*fÚ`F񷞼*q<;4b/HC~Qo9t.
- nNJX/Gtዳz}i˨5!jGyZ `$ec!U-
-m+g}ܯ.f6!#9Ru1c҆Y`y89N7RK+j`:=׊ ͹?Y>'vZ&
- |JtLg #k&\P!&R2@֭]PyhLMZ 6@$?@licj}r!dMhlƑ}V{ڜ̱'-@H=2t9j|1^~B2H=,fR9{ۖ5$JC뒇!^qpiBH tq2?>& &FSΊo=ʹZ)@ "hz`\x.=ucHݱ*\`ǯf<UnI Xyڅۨ^4s)30,yipV*:|Xngn=,=}4ZvGoCc"Ae9\ˀ'“F2(W+2G_ Xˏֽ$y [7§esPAj<!j:(kO "Wts&_h Ls\X%'V0o4ެF=4|DPo"r#{<7VGZx
-<4AN}cj&L+`P> m0O󰚦`{uㅡ?nQQk,.Y+khsڀXVcf9 dUyŶG!l^e/{Ysda R9C\ݻ3d>Bz '*)f{ o{w*؍3' ҭ&h?v'z .O&&X}r[PMվS|qg`^\ؙr.M\wvrQ}bOjSȍ_#wR0D-NDfE^ Սb/o]LÅ WBGETh-khK˥ڹ/ѥX(ÜQWw;s9iٗC6/=ʵ,uWh9& (jgMg槔G`$c>%#
-۷x<?JÐ251 =S^#c|71@YDS(}] bTJر@׬=Yiyeﶓ+ꚨiy^$>
-\PLn#և<ڌneCo8_@X_{,ȪtntFO"B슌#pKГ>˯I%vmc]:vZ;·9s y i'"ժn*."pS >3Yu]FMz4Z\Z:8ѓݐ[s4hO4۔Kgȳ@0hUy*\wK(RQ]GizFA0? }BO^=
-rP&ȼhZ~WiVן FE~rX]{D}
-D˱@'X*&V3>JQ3 I$I҈ϩIoZc= 蹯Zj|d.iY5O9YPV&
-! Ms\SQ!p{0T:V龉( z< VRݝOL KkறGRyfWiO*;%MUX]hƝ-pj?#f!aC٪W8 xg*iES0P< *]8+[da䰝Ձ<{/ԡ6wu\gOĞ=Lzٺnp- 0bqџb2E49pt')
-X
-=-&XZW_=Ie3ݼ ABL0/ ȰFezҸ/z3eQ<мIg*27!x3>U1_r(=Y48k./)
-D*t{'/ ;.XL?{BFynk"Ү7 <Glx,P4=K(m1Cb~RDCACd[SaK
-]25p}
-wY2UW`ړH2uHԁ*0!߷䢼W}› 1Oȶ(ONC4J?u[ѷ3!\=SD̡ I\fI%lIˡ&01Rjq\Y޽$0b/DƄ$0_*tS=s#E]>O"GCѨ@^w۔i>M^> E;&Xc[O8= tp!4Q@G2M I#~sh >^sQ@,uÉAvR:s ;ݛIZPI׵es<[s՜!WF2>@_86] $@]Aa(]C~C!ub#G[CՅ*8~ DݯJm21
-~Oc82a1X.H`JOn 𔃬$!h9JJΉIu]Q`Pc
-Bˠ=_A'ĸsCW[d|4 cՙC'g܇Х-d1f<icOEːOSY{0ȵs~
-sYW~4tDp&s(N]7c^/6-S
-6']u,;1DyN㗌QBY߬$=t˵z}~>>Y1~}%՘חFC#THtOq5t9. t5Rw׹RZh.E⏘wgh;:^
-E[,v)(q{^ lmKl'HPƇZwﷸ5HiT?50VBkO1_f5iuam3!BuiFhޜܣp8McsN"D,jSXmW]lq꬀;ܧc.B)wUa:m,L
->)L^1شkt^\d]F3Ig}b35vq&4 ?"˝!}K(qMε _"
-[FQGLA\Pl{kZb8*e<TA0Kv[͙5rY(-v~#
-|9w>hZ(wi 4 @nNM񍮥į.t9U&= P}lW9#X^zOo5` /w]eYw.\ٲ/9mԟ5Z % )ris@AZn: h 0+rH)dxTKbGY-𐊵\ǾA(A-?.dz^>\V!藀sظi%O[]A.LPXdL3@ Ϸkg`o\C=r1)/e[ǟi4aY/,W/Zb$2:h0 WOj[H>_ _Vơʹ)7!/P
-3=PL-9:CO*}ѵmkԶQ!fOtѐFqM"Y ֠=C_ 7E
-_ŕd-M%Y۾7ңI3dv{]A`b.sp0@<1w -NL\c9t4{!*4hūa'p{m;`yQ|ۜ~B;qPQ=XLAU;NcU<ZyǗ=ZE
-f=zLa7gZph^w,60]kMsAy=l'zzhk.rRMHE^ׯ.T$6 OSd4B"$N]_68!|m_jl81SOmK Cp3[B`KZ}C,l=ʐ1{g)Y>J}q($ um21 $ F6jvHevU^S3;qgsVf0]ɊV*#oU%2~[lK>$ Bk_q;<R
-t]-7vJtr~b5: eNǁf܁%iĒ3
-zFZ+ʸuѺT;kll),Ư9-&E#PhйÄ5&cV,/7^W.\ܾiצBq ?8D(9E{jC 
+/Length 17483
+/Filter /FlateDecode
+>>
+stream
+xڴeTͺ-פqwww 84.o}^ܿw0k>ZSȉTMA@ 3=3@N^dkdA 4w1r001!:-AvbF@
+ @-l
+
+Ӛta@cbAnp-> Hs&2Bec~~
+cM?&)[c\Pikpq8Q
+- N4&o
+`GˈNDrF+%Zy KH>,"e2j| ;FizH
+oH0gh9%*>öU+XsʐeRbt ?
+^J?*Llܣ("fUZD5@ڿj@YG0RBA]!BB Ers @ٱL:]|ꁥR|Pj?|GVb;FՌzk%2;*, [ŐEg,9 <?O7Z%\h1g5Yv6c\,6mw4;v]>ZJJ;"Mɋ<41br'VOX'gMJd
+&׃5eyDRȒ !?ړYXNN\:ˉGV ':VCX
+Dű ~!}@~_FŒw,]
+=Q
+:xs:گ}fC[֘L
+_*>UxDzmcJ}rxz(a}-e9%Thį,=-vO#v8b܏Ŵ@C&{V5kE~5fj;zN?X'dtTD6D2(Uv<ubX Ă"6PPp;(H͝0ÖhjX,,#7=]EK_
+F-?n:EjUj0YePqYbݘr"ʥ=*'kRծkp Cxg:1 +cv"
+ƒ"63C =1Oz} 2ߩ*%m}UD ν^N q(ătȍ_x up%Ś`оPO
+<ߛ)U[PGw";1`SU-1K-xG3@rN[' k6N
+##~nX
+IӴlW?*:_r#l]Q1q<&JU-#"+KHQڞbDs95G؉&K V^Y-8~%-$'~>$ V S{95_?JF+}TH* ~ފVװ%Z(Ci]՜`x)Vg(6 Jn0gx5y1rޗmQ Shyx7/]%ZV#38Au+ ?(rDH6X% d_|gZ[lqAlN*j"A(Uzhp8H`;A y#È4``][K21t >atG'[1wY72 vlhF'o}_l|6 `%KO!r4_ro#+Ȥs5_!QD'3v̎M(߻
+Ω9t]nkbݚ9ZM@mcic
+5B~)Aϭ~aQOñnq-K`)e;"5n,ʿ1}7ju1ێ̯BD\*؝y̘^^Dl,QGfgQKK /)C8>hK E]VNc-d)A<+-yEsP[6@\}&,RR30n<%yQxȹߘ5J/-Ǿ?+ץf(f\k@ql
+(T(tUoq,c kn$5
+*ڴ5[}Ԭ7YY>kj\W%Wϊ(sZ#оb21oWgT| k{n^ckcQs
+~,.8^%KaYWzЁ6E Y_0N߲uo=ZgB%6!%P)`4]zHtrj50Em dfry2IFI%ȋtwR;Cj_Z0goÔ[( ]=P*?j`4C_߬tm8EGJy?[yGpN~yo%q l"b6ց/Obhk&iymGh127DX0[V'7.q'pr Rrr PG=wcJ=r}둽݁ !h`۝#cbv̜:N<=t2 ~
+o5Zt!l_q)Uc oSl~H4֗jcg=ߟˬJ3I&(lGucr{u63V`n˘VNd*mUU1Z
+VYzeG itD3#n+o~bPw ՇS5XÏ-چ(wZg`v^.,LB E*UF |d4c+F+xZ ztX!{0
+l18O`o61¹~).٩qxxo҆T{?M`XbԧRhSԷ &FG#'&a!JK觖"냬N-qX~1@jٝ=DL{A/ eh||;ܡ)΀8WnJE]x510y}JE Z]xB:u`PK؁u+D@`܃`3;VIrl':4ϚA"WUE
+:ELf0uݤ/ <]\[k׷\3zlұ{nӯ Nq{aX@b9W!E
+9I9+'e$7O(%RDM?Iߪ~fad3PiOqZz]?xHDE\PL썡zU<b Q6A SK80/tl2qqޮЯThTp,e#g%t<;mOh#И'WMh*1^k;WMcZީ:5qd 1p= x0ӳ&In홞ȆZԋKB>K_g^y@C0F6w46򧭍bo[cSD0vIQ <2 *Q^W&z9j^K4GxyL#0-M$LEIf"y)ʻ şT/c~9KfXkY0/1w:V=}XUP
+{"t md bkkB_ߌ`upZ$zg60\aYWyL]fCCn}=9(t|h;M.
+d
+fLe1y߰W۴ :<c0w"bgGjH@MS~[ʷ_WF6<[qΓa\-Fi :
+2]d?`J-/1 oPl_ڀG>+٣fM|ciw|>8kM{SweYĂ_/?U`|,_nD8%<mn lP1~+ƂN ,Z1D[0L"vִI 쏮3g
+KJͭ˫^5d];l0"cW^%iɓr{fu,B
+tί/LB ٫&2L:%՝Gؽ@ -|gBXpBT=t%T[a`ߝ\y)!N~MGyKpU8 чEI1Ȥt7f`}}V&=Mp\Kc)_.#: H柉MUv 6
+U $_naXPX03\Oָxnl \* )":4_C|a7o^MtH+rCXm61?J?\Qh/%~Wq
+a Y&pØomG=. dUZTG'C31?݇DZp/.^.)JSڛrI8$]?Gfx`A]pdcY ]5oKr*/ +G?^1ig)m
+mlڨtύ徽a,ϓ5:P{N=LӽHo=F@H"=~_j{x!^j
+-9~dR!zWahhj+q΂4 KeÓ|]F!w8BNX6d!CιHG0LQc_AwIsa!Bb:k7Ga$@ Be$Þl|*~`bz6ӒnhUj:}/)89tԼ{w;nϕ6+O&ELlY=FU8Ȏ„N j*~y_ -]zP{MuZ"З9f[V[f5jL$ec|T$&h%߂m!Z6wꆘ%ʗAIzIVg\2dJ:Kc+xD\Ipė%}‹1?5K⾣p>%eV6Y!==<:i'q2D}O?A"6"Kro4wl_yU
+_]i ̜x)~9np[!9}X
+ĞɆw*1m<F @+]aSOU؝ZE
+sm'` yiXK%*c̴:Ӟ('yώ4@+"㑫n^z_m(_AHٱXʬNP.RxA|)3?YAT^ZV3ͣxzɫ}xN*e kd_PY6ah[9ϑHäRy^Lrk+KsTr,9eӢFV,\5GCKRZ98=D&䙉 m
+7L<ujOPlt*A6T5p)pSdQnݨsMJ8ܯ_vT6(x@s>y{me$ifC,۴Y⫻Bs|&4< M5=K =q"ڈjҲg`嶦>+~L"ZXžSR{`SO&ϝ=oX,
+8ezX/}u!O _vW\~ꔱg!ɇN.Z H TEw/rx,[@U(
+OeKF_.UbsUgeYxPn[l/
+DE\b 3Ċ 9
+xbdGҟahĂT~YsVoJX3x~I\c:%J| 8aH9B2B|
+Z;{|BS_C*Xca rݐH5s$Ђf: q636~|x]FQ3no JUW1OD6P,2gS4#vhIKKn菋nZ^ռ }\ܷwKDZC8<?]K{]NWu4]]`Wx#"1gvu38`ٷ+$J<rAm=8o<\XI2h
+2'Jz<^%aGVD}R;|s y
+XO+*L1sl0jfazS?e8MF{I
+͵bU/G{"/._3՚+ 8>s`_hQ4 U=%}x2зXgGQN 읖}9AATژ4 hwx̌GBΛSEv7pv~\x3/epYy$x%neuY3 KeQjE38G4ȸ$C"8 <.ƐcZMKPXJ2LG8!T5g!`@LG6u*D*it4+&J#s%baXCLىRo6d#å* Or;BYӃ, |+6B[ݒںY.?SfTpO0((еaUW({I\(e*P {&T2G{7`pgC12.G &R'WJUޱ0K>U7"CGȜ<?uo--J[z[~ %zGE_  ih+=Fk*vP#ɫqQB90DGMLJ5ɸ:b"@O"`=aQq[W
+1|nMx͵SA:d`v+Vi4 WlM=.0h8OkEUitZ22zg ¬t ,'ߗ|>'XzF?Rc6C~kԪ-eVN/E&`_WϷ&rפae"+n>b^߭S5ɪ%\Ogֲ&> <
+'yBG?wޅ>E֡-;H%j`b4Ma;2%tbVCt/
+L@L+l+]j􇭵i<ƥe2HUN.DQYǿT?S/,&`|NmZ
+
+<֠;?P%ldT۸Bxfz6\᪰_>Pg)q*(3ٺtg
+1І!rp^ ȆϏ:5.T$cKˆ4G:IM'f?(˜dl;(xSS)G=LJt#v[:\O"DHJjY0]^UCNR!|%I k٩wzEyD^ }ˮt#]yj'[Z_q/lʨ]g΃{T
+c *|&,R-WGsoBԆ>=y`c_+C bzk9MEqK"hz/_ڪD0tR 9{Sr{ De [/dR J,۰j.G?*qwE4 xV‘1#tU ῶ-[u:yMنw%xޒjRbkeg3i8QCAX|oC VuX,ûG#5cO%U!3m ]QЛBis
+ңiX mA,QS4qy/״9al%q^"W<Ji %se\iJYs9.R&D_>tiIW; b3Pd&
+7;L0D|k-=b'Ob2kchΧ:Ag= j+2 BZkIYX$МĕQT_w0f&fןDH mJ
+3:OT;\p̥]/!As ۣZy(^:Z $m=KÐ#F -G?wP&}]^5Izիxm)}6sZEp0u[d
+Gu)QѮF^zI8fAĕ4?.ɛgm!ZU?NO=\Fv`lʅ1$=a:tFVpCr ;jdv~3Uj$*G%=6Ur>p yM5/
+JxJ:qimg6+cRAA5^r&".v4|nk4>K/ٟAH}6S"cK~}%(s µm,$˾ۡֈQPT|B%El n䛴vޢ'/m(lu yF؍p^_?X[ O]1Wf^/H8=M.YM蚭Cp_vηrcFs" |$2M2]^W!k1ve3@?%L2Aq&Y6F_t<6wt-r0Tbb{}("F֑m by^̗e\dh! XQI
+Y mQ֩waGWPndD8M#|MqCM}R|hn6ܤu Yy]e:oCʬc0ϡMQӴ,jm:]eH^JI)o 9rJɝ)I5H3,m y€, 211ڬPhi#é3?2g
+oC*8_+!Ս#J% dYU=9/B=X[dϗDkcN|=\ d-#CJhڌ앮v?IwV7<rTGn0 Wl?2%5A3v>>;ۀ Qbnm }ebE0} .M
+I}!c'?6cocN̏h?Zl|ɏO%:<MM6}/2c_Ylѵꟳ|r"fjlqw~] y7
+i  9gO<yۃ+y¢Ufם& Ϸv#_u+,ݲ)}-5
+
+a2
+wO)1U6ի;%쾟7/oxsy"G@}FWTPO ~-e|~ɏ/Dzvu=|F81x  $ OyYt?lK ̌1CZ0%J ([˫'A+
+$ПNZmrW*~6xnś@wF *ÉxdM(%5Q̓|s vV\%pgPY$o YomZnđ^ϮF&pU&HJ~d׃ /}]k;ܚjT_cB
+$tkO~k;FgbE#Ȉ/=Uh}$x <]AQLiyTQvb/ ]5kޡ-er**
+Y[WE 5Fiޞ i'ۘS C9Χ&
endstream
endobj
-922 0 obj
+949 0 obj
<<
/Type /FontDescriptor
-/FontName /FPXUEH+LMRoman6-Regular
+/FontName /QRBQZR+LMRoman6-Regular
/Flags 4
/FontBBox [-515 -298 1647 1125]
/Ascent 689
@@ -6582,11 +6753,11 @@ endobj
/ItalicAngle 0
/StemV 83
/XHeight 431
-/CharSet (/one/three/two)
-/FontFile 921 0 R
+/CharSet (/five/four/one/three/two)
+/FontFile 948 0 R
>>
endobj
-923 0 obj
+950 0 obj
<<
/Length1 1865
/Length2 21565
@@ -6690,7 +6861,7 @@ XΨ,mԛ~v5XsIqd;+A?-%:d:9} ꧭbU0' DBpJl40
s۟nʎ9pCE%u*SGSg5p=ֲɘO29"qۉEl= [y4?өp3\i&I7CVR F٪TGy+ke>FTѓw t?j.&DiubFi'FC
endstream
endobj
-924 0 obj
+951 0 obj
<<
/Type /FontDescriptor
/FontName /TJMOAY+LMRoman7-Regular
@@ -6703,10 +6874,10 @@ endobj
/StemV 79
/XHeight 431
/CharSet (/A/Theta/d/equal/five/four/one/parenleft/parenright/plus/seven/six/three/two/zero)
-/FontFile 923 0 R
+/FontFile 950 0 R
>>
endobj
-925 0 obj
+952 0 obj
<<
/Length1 2316
/Length2 27612
@@ -6820,7 +6991,7 @@ N|ԗ+n(dݵFֲRr+y)|lHϓfZOYb,eRv;&QEߎC"5*
gE%6g|y{7݊@> U{{خie-4Q}WaDSw.tF.g {Uy)ؼ \$,'aB'Rځs_IE#Xu_U'AnvACzDBGV T6npֽhw~4X37\ oCw.eu!,n;ag⣄ީ@dFUv{/v]k)BF!xa=ީ+<
endstream
endobj
-926 0 obj
+953 0 obj
<<
/Type /FontDescriptor
/FontName /VWFHRW+LMRoman8-Regular
@@ -6833,10 +7004,10 @@ endobj
/StemV 76
/XHeight 431
/CharSet (/A/C/E/I/O/S/T/X/a/b/c/colon/comma/d/e/endash/f/ff/fi/five/four/g/h/hyphen/i/j/k/l/m/n/o/p/parenleft/parenright/period/q/r/s/semicolon/t/u/v/w/x/y)
-/FontFile 925 0 R
+/FontFile 952 0 R
>>
endobj
-927 0 obj
+954 0 obj
<<
/Length1 2113
/Length2 24823
@@ -6946,7 +7117,7 @@ V߭:9WOOpyyݗ.?TLJVr/dSO()
hyp*gI\Qlڴ9۝NA#jg9VsoZUR![MOl
endstream
endobj
-928 0 obj
+955 0 obj
<<
/Type /FontDescriptor
/FontName /MAPAAO+LMRoman9-Regular
@@ -6959,10 +7130,10 @@ endobj
/StemV 90
/XHeight 431
/CharSet (/L/R/a/asterisk/at/b/c/comma/d/e/f/g/hyphen/i/j/k/l/m/n/o/p/parenleft/parenright/period/r/s/t/u/v/w/y)
-/FontFile 927 0 R
+/FontFile 954 0 R
>>
endobj
-929 0 obj
+956 0 obj
<<
/Length1 2190
/Length2 18652
@@ -7048,7 +7219,7 @@ z٘ϔK.zبUA挭^M~F8 Z6n<\<?Ao.tx
e6=r )w/l \:;@G㤛 DsH)/ĵ>SZ?zbUZix(5X6}>Woy1W{;xC+
endstream
endobj
-930 0 obj
+957 0 obj
<<
/Type /FontDescriptor
/FontName /GJLBWR+LMRoman10-Italic
@@ -7061,10 +7232,10 @@ endobj
/StemV 56
/XHeight 431
/CharSet (/A/C/E/N/P/S/T/X/a/b/c/d/e/endash/equal/f/ff/ffi/fi/g/h/hyphen/i/k/l/m/n/o/p/period/q/r/s/t/u/v/w/x/y)
-/FontFile 929 0 R
+/FontFile 956 0 R
>>
endobj
-931 0 obj
+958 0 obj
<<
/Length1 1743
/Length2 10877
@@ -7123,7 +7294,7 @@ C]mu!&2Tr'->n#{(wAT}_2Xk1NcB_#5)Hg y3r _c?
MaV`oҖAR6IP+c4D&}7׌HIacVi`L
endstream
endobj
-932 0 obj
+959 0 obj
<<
/Type /FontDescriptor
/FontName /QYMDQO+LMRoman8-Italic
@@ -7136,10 +7307,10 @@ endobj
/StemV 66
/XHeight 431
/CharSet (/e/h/i/o/r/t/u/w)
-/FontFile 931 0 R
+/FontFile 958 0 R
>>
endobj
-933 0 obj
+960 0 obj
<<
/Length1 1843
/Length2 16027
@@ -7209,7 +7380,7 @@ O1>;r$\ I 44ڒ#
碢*]P:Xc<)(5UITI㎅[mdJU!0&(`5XO K4Cm.`xt6 ,ySM/P77 }
endstream
endobj
-934 0 obj
+961 0 obj
<<
/Type /FontDescriptor
/FontName /PWWUQZ+LMSans10-Regular
@@ -7222,10 +7393,10 @@ endobj
/StemV 78
/XHeight 444
/CharSet (/D/S/T/a/c/e/g/i/k/n/o/plus/r/s/t)
-/FontFile 933 0 R
+/FontFile 960 0 R
>>
endobj
-935 0 obj
+962 0 obj
<<
/Length1 1945
/Length2 3427
@@ -7250,7 +7421,7 @@ c.hV=ʙ&rpºr dw (6ͽ'rM%7UDoZ$C
wGjOGbJWƠϲ>776_L!?.Ւ8#X(5P&=IJ<to,&9"v(w([]ۈ?[G{?Y!։/*7p~Yq$
endstream
endobj
-936 0 obj
+963 0 obj
<<
/Type /FontDescriptor
/FontName /GEOOUZ+LMMathSymbols10-Regular
@@ -7263,10 +7434,10 @@ endobj
/StemV 40
/XHeight 431
/CharSet (/L/arrowdblright/arrowdown/arrowsoutheast/arrowsouthwest/bar/bardbl/circlemultiply/minus/nabla/periodcentered/plusminus)
-/FontFile 935 0 R
+/FontFile 962 0 R
>>
endobj
-937 0 obj
+964 0 obj
<<
/Length1 1706
/Length2 1447
@@ -7292,7 +7463,7 @@ sʨE l+O
Y =P{koQ)k=spBVSO8mz* L35(C>L a;;;ε7u'ϴpaMa)naoy{KSx$9e䧖-jk.::4^E s_k|s0L3~.߻'ymх.Wb|Srx/ol:;Z.ܔdύE(Z;%p:tOz9`GȤIg8yxS8gos:5"(LdV4ZRWǙ]/W󪪜$&h+z`U@ń2 mЮNʱ- R`顩mKȯd{d}@_`VQuNlIhjk}]nBcI7%9υ>n\}'I<Z2֎n{[6s{YԹ&:d]s`O|] ?}tOh}'xt:) `ҹv{C%O>siI@?pa/2}:^쥲ix^ܝ#fycHؼ@RW&ٳláq VWxT{,C'~!GcA3#%{+F6!'ǧ9l~ .uY]dJW˚IqD979y#٥Tz
endstream
endobj
-938 0 obj
+965 0 obj
<<
/Type /FontDescriptor
/FontName /KAPBZZ+LMMathSymbols5-Regular
@@ -7305,10 +7476,10 @@ endobj
/StemV 56
/XHeight 431
/CharSet (/asteriskmath/prime)
-/FontFile 937 0 R
+/FontFile 964 0 R
>>
endobj
-939 0 obj
+966 0 obj
<<
/Length1 1744
/Length2 1898
@@ -7333,7 +7504,7 @@ n<x#8U8BI[cxz3+o?=cD;oseWnsˈ$MJU[
Pn6QjuU]#)' W=Z ],Uowȳj#-:zL}YQº5/ ƇHud^ǒ3K({fP7&)Mh 2;,fX3
endstream
endobj
-940 0 obj
+967 0 obj
<<
/Type /FontDescriptor
/FontName /PVOJED+LMMathSymbols7-Regular
@@ -7346,10 +7517,10 @@ endobj
/StemV 49
/XHeight 431
/CharSet (/infinity/minus/nabla/prime)
-/FontFile 939 0 R
+/FontFile 966 0 R
>>
endobj
-941 0 obj
+968 0 obj
<<
/Length1 2196
/Length2 25927
@@ -7473,7 +7644,7 @@ p͛J,7&0ZO  QUGU R>!"XHhU9aSd&҇o
8*iX?
endstream
endobj
-942 0 obj
+969 0 obj
<<
/Type /FontDescriptor
/FontName /BCROGY+LMMonoLt10-Bold
@@ -7486,159 +7657,156 @@ endobj
/StemV 83
/XHeight 431
/CharSet (/C/D/F/I/J/L/P/S/T/a/b/backslash/braceleft/braceright/c/d/e/f/five/g/h/i/j/l/m/n/o/p/parenleft/parenright/period/r/t/u/v/w/x)
-/FontFile 941 0 R
+/FontFile 968 0 R
>>
endobj
-943 0 obj
+970 0 obj
<<
-/Length1 2992
-/Length2 30344
+/Length1 3008
+/Length2 30529
/Length3 0
-/Length 31965
-/Filter /FlateDecode
->>
-stream
-xڴuX=L4X[Z[;[AJ[}ֳ83/J ¦ {;Ff= 3
-`edffGzV tx
-ag(ػ
-@d $a,%8 lw1.jpWhiڙ].
- `jitaA=o33T)5̐]A9DoIEh~J`d Yddbb]3/d[ד /x"M@
-,nLrb²t&ngbojig`
-"N]f;l_Cl{ovT l`X~DNI5/u@ o&V)~eoh,On 3( x슴y^mI4U h0f/}!ٗ.fho%rwE`'镵~^8҄d鱀A0r^1 sDסKS:Nm><L<ÎWX%rLPhNT9/:uHniػD5rIAVUG~c ‘-}iՁ5$߇Q }*$=9YV>]9E_
-s\YtsE?WPw*=*dIJ4
-|X)R^IӾELjfnZ8-G+ Nӣ5H"#?̩eDo@JI˻D??kMxٻSl|s|cPP]Rd-F
-Y?^#Xseb**v˂[+iYK}JLɥ]=GOWXeóQ5(*Fܬ<e}""q<eoŸOJݶ!6 VG|g@M|SGjE8=Qh0\0+7Eéh*e
-#rxW$L-PVNXɠ
- ޸B- i'DuPk$D\Lt2]/umr 2SEȷ-Jj|EGPMTWqk[T8)լtj$IY^,+`t҅:Y VS;e1IV T_ tc">UEGb(P֝0Oȩ1tL\El6T~M>9(ӡ%޺B1.ܙp," B3;U7YHE71ygwe%@ЅpXbH2t|?,H _ Ana
-鞬=wwGDcL7@izF?TN\IGOMov69Teu"'[ڲW˳(~U >|aG%=p9T$g=f4,%4b/zS?ФR?WMO"#FugF+e,ksom%؅Wc{~$s
-vTz(W}ڊQPU~S+`ӯ<:}hd.C=^ N '[֝ z}B|TWu5w6
-~|aamBj*)[N[1:C!=l}X~<AF,b A5]|/p+ ^‰=iG0OܛѼbj(E=:)E 8pUXp!tbt'Zά l*
-ɩz٤GїJ{e/$&,ZˤSwXZhǾ{c'nM)k$iorߐ]<VSAHλJ#ky5@QeQA#W+N3 bCz]@$"i|61if0ê6\XvN[DswBo%HdJy7ޯӪIՈy̏Yf5ë'`i\Lذ(Sx^9h^Ilam'}0xړ lXdG+R%Jڸ3 []2*AN@^>!' v|pt1DVjk!/&_WMjg\
-lGEQ:g*v$9KfDxM:+iv,*#FS;jlNfdaLWi;W?
-;GI=dYO*cU&$ z?MUrؿשJw|mUϑͭWaW<KKfm0ɒAţ/4/Ϯ/MtgnJ$4۴`+o@J!%ܥ +> 9|n4Z._x+\S95|9Mc}~p G7Kzbge5>BeE" &^*(l{ap=`iOw辝94@^N9y$*2\,h{(B1#o^単..KKlmPm~KE"G{^>g!mA`M,I%2 ab)8˫
-3RX7\!Wy*NQ'JC)bHYÓ 6/BߩȄh V2N!s{-;el> Ǹ}úV=/;?u܌.Ѩ
-KwD/BYa㔶ROrw24<kʵGZ9Đ}f~f,ܼ)'݆ݫ̼wH lkݰlMbM
-b]
-JX3s|=(`rPwwۉ
-kedS7E${x\"EaG ~Įa[oh(\ُ/RK an'*#O
-UA?IYD&$T#}bm0W?$b`;mJ[X:pVճ)D >TFf6)NE`/rfW &Z&aI>hw[lY
-[SlM-"h!( d(OvGBk(4Pat
-,>ZGX{l ~P ҇9
-_c/ڙR9%."VC˦Go '{ŃS*ת%>02pL!EVH}WƝCyI"z=aPcOZdVYsZ޵f5X^uڤlyLo=pF =Bohȓ$U#n25\]qz,Mqrs3X~TP{fv{Kgu.h7Œt]X%usԍ`7sTjSTl,}LQ$7 &h7^Y .3׎/tNR=ʆchE.&ãS
-g]/Y!CEl4T*DsKhy4a&LZe +nvArq3n.nE .BVUVR (/9SARyA_P^?|{tݚ͓AɉSluSmHPƲy\y@G3Ηe/jl0");rzz0<_G6QI4y3h!M HuKѧIK o!:&|6*䉫ܵ~ГBNN
-ܘ a
-rKC;OeMdT.^wf)E9λmD=MNRfij.,furf]Y
-]hvn+@NC̓wZ)m$ ?i?ѓlM^TCrAQ/(iVwٰC(x?410ڬyClпn7CwF WfQǩ1|XoENbU*YtТUTMY@_*tRj]Y~2C,HLDHE\cLB8cZG>lmHL;pi";v@n@.Da lٙN)r1WҀ~bfKimH쉵:Vμ4͌/NJUsKy UA\%w5[4BmNx,$Rye5f%ϵ|-bHT+T3$v;ӷ 'CZp%=10*g;`6 (ۨ׏l
-Wӿpo^0m
-`0=!쳖=YK]`HR`YqeS`w7ˎ4,E3IeȂXJN bGit^zhѨG }B#+Y.WB°? 6¹wQ2hv\Wh: b=8*A~sڢű;(OERu3U>,2G5|Jfxو9!\1I7Cz[cНZriרکG㴪ezFƲɝs]=u%2|`W qp!jxUt)@
-t0!
-9Ql}
- }dOTr7DF_yad^ _H#״o(hy8Z hYlWcfčíA!#fDlAJLGk*S_rk(r}( '$1#ɂRTWS{-Wf2Z-&b8Y ^T$?iB*s3K@\$I>-[Z,9Q=pfZ7U.G
-I?jwR"r&!ݬL/;I5\>T%ps5@kN{_;V _|nE{p LU.@a4f:{Yi@ ?$K>+<DC-jN|^϶{Go4Ԕ4f>P>& ii@?IZ?nk3k7kk{m/:T١DB+5~$^ßxxe _ipO ӆ 2R0?E kXb2MeALP6ʤo brĘd[9<|QLԐ 3*_f>(zt#] m@[V]!%ծ|
-h&E#%-
-_TظS%7/L VJkZ+1 pMٿV6mu{q #n3um͋Wv6XVB|l>-ʼn! ~,t `c;ڣ*IBzȷM4=NRBA};:zp.6oɆ킞_Dr?ҁ_ig'$1((-7bWrj6J ̳o
-S_4!ըݗּ'O#6b)zxUWm}?8[6A}Z&x'0d36H @f)y e
-”mD( >nRH D7X~?EmL( ĵ+b~>>e{;&]j\yi里ZEg-4%'LEϰy1yB
-z}b*d*$K`edޒByBj7BkO-w|0rƒ,3*$ jخ 
-G# X^yl+%y0\*AsBLBڗLxec-&ܺhrp`^4&ή}(8"OtgKboeS4YQ0T>a4yT2izzfdns挨I_01EE8iI&&$BNӾt8_M>jhE;@WMzbP*OyѵJvԜ`4.mp2$ ~;GVʹ~u7zY*suO$`eзyl8cwv#rE+#8׳oh5VynhljOOVHAlVݟѓHTق -$Y\ooeI,"C^ڏ7Wo}/Zkv3kv[.5{GL
-@"s,8`W)&o\vj)=0GOIix[f$Bn};`%|;K}sٰ g8=$_`;{2݆,籂(<:Tw ï`"Z^{F|9X< ۳MQD{-G<Ά~.7)2ֳZEAߣy4 1Uq19^~%F&Ld
-42nԇ<)&.yILl;A/;F)~00?=`”iZFvx³|DӸrD6 1`Fz:abǘAoD[ J9OގzY?P/BSE\w\dJH&e D}{i{dXR򅯓)Ch
-Q0܎Umiߌih_kF)KAG#6¡eᵄΆJpzjcw+ <]]j:ILDӕT ˿Z6ab_6pMno.YP ^3gkjןܯ^bFUpYN zG$L[X*.1gfwF؋a;o3):nKOҕ2=W#Ḇ(x=qi= ܞoeFe+Y}nsGk9
-"bI:̀ȑ7M[J١(zp ]IW&ˉ~ h;E[XHM|o#B"(gMֳ-ߵ%y0mW[>I'K3ӻ ʊDk>|,VqBLg]CјziGQ {;IVm ""<t*nKݞj rK9od,loz)&dH.@cO @rmC76295Uv`mqy9/1λʧJ\YE|O;h䱴t5LkUXb#ٻ-sx̏Cb"3TUbOJ}$d|~^JaR*ə
-HDMB!U)\P{OLdQat^y:**\$83 bc+fZuX߆u9X9Zc#BJY~[ƢN1$i"T C§;:eaFÕk&$9az"ί3,LtmV4"r=FC70R᳼I"v9GɊ$ Ji~Vg^.Bܰu`;GާXAPm6alF,[ڈ?YRnjO*{?N#۪wz ɓI]1kx$h-n *
-Sn—2 lkG$ y~n'ld|B,iD^/ՌrB7V1<^{|#8;{RVy{eԳ̾g<Ƒ39Bo Cى-`e/}
->4}DY#2.gYR7T;ؾRo)
-g7[Ir飐 x*J ԰ju1䬴r!LOnIeuӟ4xTs"<h]0]edZ]'H^
-tXonlZTp?d3|K$SMy
-Wq M4;Z&}.xMIN?2biŝؗh˛1n%-S=H(T8J%n|&#*8*mv^\^sӣ_A /[^Qlܦ]"D8PO0n;ڹh1
->4+F!
-}hWuбJ8n+ӃkWƔ ?4ۻe{ЛiF{ʩTY^`!<v(D"qy籪oλ#ܒq"_Ѱ|idahB޴?/IM&;
-n{n8нj9;g]n~wgn сC-X8$8,R0<
-qC1b_ vcMVh0qzB3˿%c~]s* VeC? Z>na~e嶂[N2K~sOj~&[yz3 (/< /ٍĐrWYC蟁 /$LMw>Ll9nOڟ [4 b |bBxvHJ^TBo _PF.=ȅ9l>8Ty<j=nq
-$$^v!J?,z}w&*@`*"rC+t3Ю&`][=̛^ yEH [XjR0jIGH;3HSV};1Hl\t}NL~c;o݈W3^‡3A?eu |"tݮOI͂2NI?zry-nF|#ۛ[k2Nu|gEpE>kqO, Τ 5A\Y{9}G8uŢ g!Oŕ'kCvh^"k8m{}ݴ}ۗHi e&W$>2!#y#CKjz˔娱U&[k(X &q m5PIz$h*%&gq]Ak]k7颇.hJOd16q\?LıcڑզZj](<b[(`kay^Xv:ǦChdeNOt$[uN0]goi=%oGtZ &$t=6ۯW^ M5}%NڷOά ^DQ\nBZ<"M\">n|ʦcm?C
-7s,UmhDc߉r|K9]RxA!H mJ;n;-ٝu2^^CKHq]NJ"=<gIЕ&^yR
-%¯nwM'$RK1Ґst `e l^$o9?<M{'򝰖 RmI.=-1ORb N!͔tr[NWu0kIr8q|?L& eHDo$[@S(k֔f C(VJM$o¸c;k|}
-!';/\vř NHX[1!-J,Ýo5=6>el%.+>?&G[pYyg
-P7d#?m {%>K,@mTJqPZXtD yA[jh0.Gj!E4\{ Mw\h6Opf ?W܊$"4`9v5(6uB Qί/Ū+VyFC>Րdq.!9w4h RԢQ+ze̲W E,{~9pxz
-]9 DʄW`g"M=OTú(j]xG|;SSsϬmʧ-aȓvyҜj'1jc+̆v ӯV%k"y}^h6JBT>u*$Wm{_K
-Y.[#8tmaS;דmFܳ52b=-~{M.lRv*5CQ~iƄ8z ,&':^bkJ3=\$B8yl6{o[]TښT黎z\(ѩ p2{"6,rFޑ{{)6I|/'PlrBE"͍}!cݴq&5&T,gws֒vz#>D>e}\fw?ѦxV<ޭERvd"[7"!qߤZok˱'c[.P*a?
-O<q;%Fɽҹo3J<>Pծ{i;hϫmut
-QģH!;bB )"s ~m H<idIt1sߜ|Vh Mfqi'bMl"C[Gbdq0 uޖeh\I
-HĠNpLJTNXٗ yMvDvXML`0a_b-VbDޣ,>p~ͷ&<IEGz(^F[+d34 )TcD/
-}GL#(Xi@
-)%Նr dQ /8g};Naa{(u2 ˤRoLBiYgn2Q~ \:s'4ų1?Cz$4x8d#窫dyO:wރJtdtuZq|H\Q(-v`D?6;O?i6yq 2 5<XiVyWX$>LT&̙+$x,yhehFampB5bxo_'cT
-~q慗%n\~eC9TLx4g)Ȅpsц2K AQiYyAC\tNލN`
-f>mw2>/oɑ+6dEQHkwJ^qHSZ-7Oc/d{#uSwR(iaQ|W*hH v#be1hzRBE?ZC9֛Ej= uJ0|;\Wǀ•iE_:k6Y&Q:F'vv!w<zg$f$lN-oI P
-80zT:Zx)(c
-Bi[9gF{%pޠR{\ӄW#:Do5@DuseVq]7\D7OArK7㑾O_Cj>I,+{RWtJm"׿kb} ^u2~p-^ 2D?:"ª3 Co{2fM~j|%dֶ% AKۓ\e1QD+IkΈXQ2_FÙBj񒭁4O
-hBW<wAvh,^
-Hqu 0Ncҝu|uS:'nVTz_bSw"HjfB1nk
-khNqŖkpp3[Mwf</K?E8=܋__]~ #zㄴ ?5oA.|
-UI/d;Q۪ſ"
-"i Ō眘5YǠFb~%kj{]r9"xa&}vHANjils@)[a\Vw5k>m9_ v5ļEq#2Qfnje</sOq
-y1N1ʌꀞI!3/,ǧ 'M5HQ`
-%򸵂8{UFX)\~Zi,jwwES(
-v* ?o)ѵ+X|VxjOZ1aN8Y3rqL@Lj@xI;$R;`tdRI|B7ilP8T^R`[v9- [ucV½ԁǕ32&va<'?hSarsiz0zY_S269@z:_ _pnk?NTX\_]9?yBEЧM&ϡڢ&$@gVC y"q*f,X
-Nҡ!)ԙ 8<gL$mUU^k|M|j\vj
-wYB
-p;Ƌg3VzOhjE#LGT*ʨ
-K@W\>,"ώ^$Վw\w,VRa6 t0S{NK Jު Yel x ygYβF%-ħiqE
-*b YxA4@HE3ќ%+5?0P{ܲI8ԓL6n><V%aǙh\OY XL(aByռk _5Z-%ɭ"s1KV#B]Rw~j%]`dnLwQ1Q$ђ  CI_!a2㫧-n
-y9 A?y"9|Z+.yYi!VࢨI9%|@˜'s[_7%p~RnTq*+l K,Y/E_H A>g|CKمlU}Us(H
-`D"WIOss /6|ʄ_Y(7J&|d[}#>]Ȓѧal97 2L7sf%e<0aydl81ѻ4TD:vC4ϰI 著WoF{W\HLqqOe/Ϳao{j0k\Em2ZH?-yŌ:lǪUDNh 9aQen\u2}RoWfc㱘J*إ ?o2N*atDz
-Jtټ~+zt"5;6\OA
--ޚH\TO#Jq"{[.0n&N&}>%KH3ٝIHQ
-Dx0U%N@9DU2HHI4Tm,
-RczZigzVuH*Cx81#;y咄v+ v.λggyK.X\Y)|ZA/C ~,N0r L4fTH7C
-$`Âumf|Crt 5VMKR2`L&nh}>KCi& 9yz$&SZ :+\ cB
-+r!Iv?fQa;5a2-d?0
-2!L]R;|W?\R'LU^Ou9%"$F*vNtP>rl(8a^8(#֨9 2 w.Ѱ;;W2OfQ:VL5}+' _E;ccl\F+|>OX\a ͊.r|&
-lxV԰̒ǟO(?B]
-(қ,+//j=`H; kuך ~+ m@ʋP`<xa: T3F!hskZMi=m (j Ut~90=PL:| b+
-ÍlTcU!~cq0]id#PI><
-~F}۽|TU$at5rt*hw5`~@<x=1ojr$j⽪ sFvK /?`@<Ys0YUk&d~tg>fRKLYÐ(Hd3M:jC1LA>
-aqHc}2#fUV?d&r!^h瘘x_s[<,9dS$Y1˳@g"^
-Fl *R&%Jȍ-ӿT%-MЯie8r;'`Q $@'mKoYY/J-0yn&¬K{q;cBdu$lm
-00XܢV;P*X]s/iOk2t|(\vW_Mt: ܀tHa!
-q<_[tJ{>K`#NyWLօbHpBh lC> ܎t)@IRkccDe*}H@r~""dsc;iꑝ m*(@` ¿Ksބ*t.eUj{^>rsVS)x~8([uhH?KwL\S4q?p+:,~ [7xh/dFV=#O|{8OIG; l N17ZILYzDkk:b7Ǒ=q\#ֹ̢C|')o7EX/ϷS243R >jֿf 9U`drdJwi<G'ހRNoȜ *l2Ud6URM"X7I{%cb6)y'ԳHB +Y%C0X3j-߰}G* ]e_d#ܵNvi";#]e
-WnW fr}
-}-ɐ> 20L H Z֘9?L96_&C
-G+  #2ᝣ&Pu'΍
-An eզl53 8jP{om/'z*^%t"Nvu1ؠ FIÅX*Ů'1N.@sTc@X5!p`nAN=EMZs[GEMY 0uIXf`S4cJL\JK,{O:ɦSօQtEAƯk"5HZK0n+4{Id@n}N?S7:hV,4>f96Uk@y×:{^PmvO.4Oё ^areA\Tt< Sr*uz3]xc?4u$IRI
-]&kݛCEeH:~c&$oa@fhV#t:!Gҍ7 .Z
-Rj sL;j*&_?[
-G(WK[R^e{7 8.Ĭág"U`[J7?8<^7=T\y"3'Ƹ%X}XW?pFsxo)h'<fSdD yƐ2f[?qvC1]l*vi]FdFx=p /xV
-쇊eb>t6I@K{`PIShN9 su3! 쯍@,gݺGB;˕mjU\x-{U
-COɛ6sq a_ ʷ4;?2"LHs5 őo&a
-9+S8*369+:ִVLx?)~;o54-ugN>جa͡ ^kP웿鳦E!y>>_;3{9|<0rr9F< ҒUxj5.ܥt0$+)GIX0X:Kb#נ u1qH5#rL\۝\FrMw:(ȀpS-j
-ty2~='%o[MOvS@;,n
-oK\Z
-Hs(*P-*~ss]o^R麈j1GQڂ~ I3?QeͼڔJ@{[ 5 Ŗ~j*)7n$vCa]׸H͂VzZU0x,X 5^YA{gQ|`'naQQH~S`Y`+%"3=BUD4& z/]ܿU(ZmцNL86&Ǖ^3t`G)hajvo'kh#a̽.j l
-w18L)󒚴W-ecf(ːkubl2
-[)WV@v&Rp. :* ]X'0ۨwgrk՞gkm7n",?4_b _*2$z1!0pe[X[Bț;SDvwAZqc<P ' L1{, 5G)r,T
-Q@I-o}HYKV[*zYRS(-8%4L4J+G;c6 Y2װn
-MF})MmC^ƞ:=7s"2zXRXfujrwp7TrUsĽfmXE/J)o !% fc;db-WTзMLēT(2lV|(و4#!T.:Ja0pWJj+ҜJJWl}3_gh{(;qm?^ fy{Jf܎Y?kߗc1&9I-Fuױ$IH+&+ϫυyASU?PMГItʄt^Ҫh4n O9rђg-&+ =d zT!+;+9@Y'P&u+F/r *@
-'w"
-@[ii&PE rJ1jr ZdnNjըI?#CKq#_߯JD&DG6W`x81dx~(5S'p4Up< %_,If:-OU0@j80T$Zs+[`oDNhL(p݇q
- O!u ('չuyZtclݹL4HЎv\Fimv(z^
-2ˮb}uO;LJ1ۼM˔4{ؕm_1@ L*Z,*cCwPi(zdK}qu(
-MAa籓n_>>cN|یl
-Y/"%~*@+CIrN蕽; Sf
-vFᘕ:bQKIhiau֒Ǥ}~v e5.?m]adv}3 ~-FBo޿+Hh q `P!2.z ֹUY*/n~q2Rp 3s^/\ߏj3dOgSsnК6K!QH`+8Uݳ1F`̂-`ٝt X`m6e2GZg4xՀ a.`{K-@[PSU6'͠H}Áah{hCDmq*(l+En|9҂DY5>HQ'O}\Q+#LߵV koj硵-<]~+;5Gᅐ7\l6BX%I$̮
-]u& QV9P3P3SEx"5)N)Q.uLItO*ϙBaY`N"T f_=!8?Ќ~Y:8aF"
-w^*:7szaH>cѤƦ HwcZAU=oLBm6;!)Nf2~lB/D)T(ҫ}MڡMca,#]
-
-lq+*VawCjo!n*vI Y6O}``QD;Q
--F;j8W*AE gK}F[ĂԃmW޺As_4җ&=iU)< qLp[lD>U/VJ
-C4cT"CbKN4{ʢ5l3.
-+u`d|,*i&-%r&m+DRN~ qH,cJ呧1<fYWx'ҲYVvXjEdt&0}7T\Gv0EFvI33`VD%Ĝ6v9LH+ߒ ĸ!hK4AM.Muv.zٿQ5Y6x,#$]MZWB'ۍ̎gM,L]CپrzدWNxG8s@ --tʹ!Doxiw_I0wih-m?s^'t?*Nd4\>bU)Ƃ+W`HGQ߼0no=/z0;>0rxG]Ӈbd@Wu B~!Bh[amʱX.R拓s~ OYbӊ)s..Ԍ6#ԩc6rf!}@wÉ S @ IYwDӡ LBƫ?0S
-BJJu<2~<`E%al0h&p4 ~Ι([, 45|F&9&x4&Fgs(
+/Length 32218
+/Filter /FlateDecode
+>>
+stream
+xڴuT[=L % lb!-("JwwHw#- 9=~~\s=}cTI^(avgf`ہ혙U.6Ǝ
+j>_jjJ̌
+jrA38;d9
+v6$@@3%_*mv60ٓLN dl!Я'?>DZNN
+ [
+`
+? ]7b0FoAkF~Z?74v2LA.X~ٝ '߲
+v bA2L G+3 /ȚLM!os?cSo5_ܬ
+M\S]}FoS9YwC'VR($xSGOm?)~VKb2f{wԹ)OkOi=-϶0%Ihkx8)ՔDj$i)Yn b߇\ o ]
+jB.e VmTV19_?D=wW֝HnɪtHXA7T2N>/ա%޸j;w*R#37_ު_؋ļ}E1yGW( e&BI,g}"l|?,H O In5G u\|۪4Z~i?lW`oM+o7P/)kzF*'΂CfnMfx ly쿦8$[ز}їgVV >{)=LDOJ Aɵ{sK^M1f''Vů#+$׳%]||U-!?Ǚ$rik7=l+1sqdn@Y /xe)Q#D[n:``Cw\yE-w^1xvtb/+nÛ48@8^dƥiN4]p
+yД
+_^D@UVlBt)>٥Y7$o8NlDdEzՍŗV5Ȉ\,ݎN>8QFΧ9 *'&{uV}[@)NF1+2|
+Ŏl { abm9u<30fUvfˆ=
+!k1Qg [z ̜D%
+v
+К*k̐B^ ϏP _D0j
+޾^,Ut\OIl~u'uo
+W6$?Ҩ`mD }5&\}ERݫU-tw Y='S&"%2[M[1L+'?:~k/ْg.%d[\>QUm.:&Ž(\V& |R=ht8^h kGnB1eIidC(Ay|HrvN'pC\HeeױVS$ 4`Sim_nn~5v̋-حa=t䭎m'5MUAn~#1O0]mvB'zoD+kQS_ 
+H-uA|YOlDfDWЩZu)1usvRrNz]C?[g=?x*Yo%\Q99>]C]^p {ٌ
+浝~@L{]8*e܄l[dpkF|W2\k C@wQ<2 y;h6?g@.-/NA}c&qiˡU*z97@#L
+6:1RCN
+j`(~˦E1p@Ø2@C+PJ9<I&].i :hҸ YNL!V.|\OW Ir6nf݃aA;-W$;o qTHX Z|TJWyG[mBo% ^L>7ԾW ҇;
+[e+:xE\*Vi-'sٝC*ת3,^gY٥𵟑".g[pH !E5:bNdJ6w[sY6fֺl7+Ʈ6NC!ydjM#0F]&+qv9_7_S=5b˩PJE)=u?'gNOIoB\
+G1Jkho֘>QS2Gv uBM%aחtbk]3W͵R>ȆcjE.$"bS
+4e\8(9H IPqr
+gL3E
++喬N妲j%Wd)X/q"+먤O|xԼ5 'RQ:%nR%x,WvKp]2 *QdW!m ՓjXZMf_ސbWOeMdx^Wf9) jMb\l{7ou\'My`乾N yϣ 9s>̅fFS4,YI^ҏ}!G-\P5:獱CeYqZ(E#8=+;.k(G"ڮ z<n]ij>~Cb/ŋP^y>m\ jC)nu+Y#l wU7З{AOo6&5¦m#d^>艊r„:iIv 9ս)n =sl7k:V}&d#>Ʃtޘ[C } Iǹcr;yưlI>O~GRSh&1f)|apŷȦ(Vrs ee}xW BMI.Vv[^gy/ZM5ݠ3hSUp
+d c-l -x+x^ jC 8\[^c.C-3mӒ\()4|jN
+бV>+w?./Y34C.YQ}.mk2$P%f+:?3:>odl3k3HEeK^$}Gt1SdFSm(JD/^Z<#,X=zR*
+~/ow
+X6Ud-::kV`}ߥŲQՇ) $qᡀ<k.5dY ѓ"Yp/^>z!5
+ocq(0p)'+-79 wENX=mxPR˕IJXo;l( ,Aa,W
+Wӿ[w_nnvEm-]yGoQuez(B'jw'{ґ{:F%M}̵4P,PTyZjF>͕,' LK!axmakúvJI혖߂w]+ Um1_i پ,\HM_P$3G$ZmXx}B!F űcj8ڠ#[hURm@q\Ug |V #gI`e^p3Ȟv^0ޚYwkӘ`.j`Et!@
+D0!
+9Qlu
+"ee6+tBrX?M^mxHաUJv[%k.]o FʼB\Y>Ghfy8 *f+E4 3fDs+_NY-Dҷ' ueMm3ŋ7qydb-{.5w=Eh(Z#Fg xQC *FSw.{U_-as/m
+g#Ka{;`4Hnh#1gR-oY|8h|a󑮗 O$?㦴;ū)_p& ^/L,8gI?i8U}-]f[08wxީP O=+|) 8^9_Pji&
+5E^gO4h ONT
+l4 R14@CvyƜ2[^ &u)7_GzgZN_~iUL̩Tj6 zt-]B[U|`EM\ hI2béGJ) _TXU%C(hK TJiZ-6 Nsa+ wM#
+MXntzw~P'n}< f]h䕫xⳝ
+š?>|HU=d`%4beEAxO$6dLtt=RBA$=撎[pӳjv;`dzpptC/ewP%ŜyFlJQ c3Ծp<{֍pEn3VCGAjZ1$R=7>WKON:\UKX\1ArMiR"!I/`4$ua;H=#yGߴ-bDڂ7
+-Շ6犹cؤFvN+-7HR_{BMoIUB٢W$:D@0iX2tᠰ\\@T-5isY(\9hdI @,cI.ߐTeob5ۣۼ9U5h94\S{ͽTW͸=D)֌A?kf9nӴ3b4z,`E` 5"2T3cl w*Ut*{EWKomN/Ȫf>nԳWIlܘ;ާ/?jeXKT5eݞTөZ.ą>P(ZҬ/lFczft
+>COQ <ܳr/|\4aHZʆp'"FRVGk#N?(VT.{ڝhfpVI/[QnI]i|ސJ@ĂsPbsx9AQxW}Э6Tj%TZ'O( MYf,(>%* |8
+Tn=
+s> 5hisx^TR,E 6L39CE{9s@ky3w$!^QU%Oq.Ts~$+islݙMW4ɵEJek82,ic iFI[ j6B9
+
+E.YS<]M8}j܁\h ׮^V3idZŐx ݱ/R~Bok`X7<uߕ.6TAaeu7&/tb|jz_[^#QӕvDEzN%IBBKk |<pZ\+P5::`f2SZH 7J&a٬Y4\o6#e#'|%={vX=j ʐ&w:T>?b3kB,W!Vf(}1ư
+ag 7&ӮE.*@}窪Pwy ^yHt*[
+_WڗvaǓ Vsmx\01 N*卬ܥ4J[|!VOw>.ز'w-՞tŸMxwNS{S (S1ޝ$8S[ G#l W4ِr5fꥄPwF$(4 p0CEmo0"JI$姱&Ig+^E4MA{/3 ՘Ph||qqڒM+r/D#}Ql{Ah:!e\J(ʄUGl]Hox~Ƣb~&lqդ#\Е{-Q׬ny><b蕑g\6VŰV!y9,DQΥ3[Zy`1`1ְ^]/ls?T^=]UPmgQM>!{d}XK Y
+m$)Ѯ׾%ц"ƖfS$ر"-)^UٻnvNR%?{jy9kNQkYw<M۝ a{vV:@6s'MO1us1Q)o?1Rcx,NJx "FMOE!@ކ_č@Q4s?}A7Q)l8;bx:W%q_Z?8_`@h7ktfH /:v4-K$*9^WSRf@-.DIz?-1DFjVXUtj}h7n{:^4/)b{%Cu5vs)XDk=?:De?A88 f&K&7
+N_HPzqh$NJWF$ ĕ-\`_J|pgF7
+3,ҋ(M cڙK66O8:w8 ~EJJ`wZyppC*up%8C+1T2Cl0)*2]pNm~mA,i80bM,cG:|>VTj:/bؐCy_'je.9?L@PuLquRgLXPO}r/`J~W|qlxK<t1۴!c檪轖 xJ-%qڬΕu_`bu}HM}EK&
+~0!iwrI-<
+h+!g@wÊU:QƁQnI5'>@ )Чz^SZFD5|vA"pzSyN-;e
+I|xiwetw #/5q} 5nԳh6kyU\
+:%+s6͘5RBJ(Re0M7cV"O)e}
+$B]gDvoqo(},h
+'Ӑ$?\~>+8at\Hw7JTb_ޭ>Tm^R1 HZ
+DFCQ!Dä%jIxz:~= +bMx 5榈(F6n/|r,
+AŲJĈN2I9/wζ.Y4ڠL
+
+_I/`Jz NO|O,y8uG:ՄU
+6e{%nʩ~o۹.|b^!U
+Bo: {e 81K2m<:PX^7TW #2'njIsVz#|Oy0턃s[O̼v;B(ѐuegy\9cӻ{KǂC ٛM-gޫxGDۀdejjśNLJqg% $Of6 o^e9&3 јXU#a_sd׵r(!RԄDI%wPu%D+oX]fA4] I"¬-1W\eK F/:.Dmocڰ⼣S1f[CqkI<|oDlYkɔf`E_=>:ܝ)TTӃȩ}CިaNng5kSc'0>*F ЋE{HUE=%ἙZR%敻@-폩ajj.<0U]S$qʹtt )*5rR-VA]cGoŽ9^!Z ؇!o~j36 Ey:]%ƃ1^КBell&{&ѵf=tގ&އ٦x]j:?{߾LD?<U54.1EXtU#@:gb1xIIkI%xRh,הWk"jY8W[w.0g?gWDӹJ\ͳ"̉c3R6No~{ 7?'ƛL>̷;7s/13NSetڳG~0 }͐_[t}={4Lm2T{\+Ik2a?N,' &.{)F,)Hc{EXr#
+荝5tO{*0i^MVbE]( +`QzJl^_<.(¨NƤ` 0?
+-k 繍OڎĞჴLP"ȤIɿ{Iº?]vY-$JOoAvȰ[ w5RZlXJ?M/Z$iCQEH#ZTj4pN{Ƿ,\z1 28$
+"l)F +G Ոc<k xhS@Paf| ?,Ë-=1)E@_]DY''
+xhz{:8O"_vԴj2JeEW!
+?KyyQpxZ
+|du& %tԏ;JtMVyٴ?#EKق,f TtBZcT6,H;ZoZ=pm=Il r:J{+)ig]w&fë<Q*e- w\=g(N ~@CU^ %j.ұ=)j%p}i¨7:Ei_B94#ҖkM^vWvݵN];x1>$r
+O}XM 67PS_Tꀺ_"ӽ
+kt(VP&GY}! {[WBq3f7_Rvb՞'Ԑ]Y2ȊU35T 鲕p
+Z 1
+l:C<huc.θ}TX,Qby0q GA*FpuhŐNJZ2o؜fO2/rY߻Dwc|%EaoU!뙫Ҍ"Ny n<V{4Mw <:y88Xpt=ixO4 !uRh~ w#(Wl􆥨tt4O>Uo)H-P)sN)UZ?ZƋnMQhA3NdP!mxń&9
+%W$\nToU~\:
+E\NYX\w딅iゆ7ʻXŚ(wzalÛ9f/o{󮍩TfEIX/>zQ4dV2-MR"*MV6a;
+
+TÌp㖈$13?Tjr,u#_T4M6
+oYV. Jbb |bPl?qGWCޛ5XX?ݐZlgg"ڠ0%0E(-aBDs'+MORU
+[%E]a߭5hA&g
+(KnPx[[v0}v&lFnՑR$BeC#DOްM#D•2'*[]yP4ïjl ]>ǤNiB7!Ttw+d&q6Eu!y( l ӺckvCKH+JIjn7\E|$bc!=mNcqJ~D=(aXbSy ImTMvɪO E>/D^=E2Dl=L^[/-MJ./"|HwvT$*]îxM~IZX!FuP8;K$ m7@ܵH-]@_s%@d 8h;fnnqiddVB 0(v"b'VCb<WAfjqq͋fL=\WSU_/Q`L'儁) 
+rk[T8].D2"(u'_aat/ S?/^*'T!Y rilS4CIa D9 ʃԘtgI}H2%?6@b[oLJn7!f4v[P5WS`DĹV>eCD SM`TW}hW5V&rrAm﮿G'"* \ӎg<'M{XiRS'SO٬SaQ9 }.ߏjf%`mѳ$į7ͯiՖ˸a蟺E}S^ۨ+
+^Jrh\bN!rdv h[ HW,* YKT6ZtUQlc`%M!ݒKJ(JfYg57?I\ˇ׽ o^Ϣ7z 7;tGp
+B
+گޫӽ)d84O`uvb3m AcɨUk1̢Qz
+pMk%\E޲Ga HC*@~#Hmm1B癌AքUE(G]~K/~ԤvU +a!wZRgJbp <hJ(D8W".@Ɯ|Iͯ3ZM'Hliu[iqf\n=v
+gTk_CwN?ߠQ*dnYVFBm+cZ0fx
+!mV:C.I=TP5s _:3uU%/VmR.-CHnGS3wٖ 5DQh ]vv!V<ΊFPmB7j?fްylҌ.?\U"~
+b
+MS[` p>Nnol>|Ac7lj&O$h /۠(-W"<rhe{⦆aO\>do"e1l)S1MDzNӨ, m OQ)j.R"؂A,@3'^qȻG[0v{xmW3nLZS g|DkAlڝ_2Gua+}ԽG{Sh Sb.L聠:0ҩR'OQ+׵z^і2%ʳoQ?XEM?魝1/KcZ R,y)<pj,"
+1zoBۮĺVeƌ<ub+Ā{ǜ}SYM",htijF
+k>P@-Z)09p< :RA}>@%td]#2%gGvJzK#la%Y MV2xڼ@"oZᬆhEaʍ> >;tQKa;neҜ׉x6>JM:jka a.31i؏l@2[ *IrLX_ZG%bg]C!
+?pp#O=U6
+&XchfK8FGeF-mK~ĠUsd՛͈WV. m+lM88|cm(<hygѱM@hCs
+,}m.?(Uo C{mvضΐ=NSrZU¸{0XА,bd耝rA#
+;qqlo( U#|7<6\FZG0\֏eOn [G2 * hD^H
+WlZ؄/r>]_k8Rr cUF:a;5:!^~L Td_SWq='Ȋ lԠ,a+H*ċ 2|탆%18WJH54&-Dltz(MBjx'UDr8gOl3!^Aud(.})P%A|*qT1NA1PBIMĈX^KBĬ:Ws
+B&tPEN{(nâa $;%?\VCe$ H[VҴf- 5j2ۢ!ƪIRG?+Mi}sp_Xu[z7G
+(m{ק|k5ձ~v{W+p.WWe'ÿ1~L-h1`S5zw'4(mkZ%CIb> +p \˶|X[[vB~(
+-\@efŋG"_<<lZQE>'r#BvJRI9L B/up}.@M%~Fr<!_XrVz-l66[1J"kEcOfDeۺЅj0Ɨ15Q <bxH$8ǻ;g)P7pW&@# 
+o^<ֵa7J졨V"N [LW{#pUֱm] %
+/[!ˑ k~9ϷgHa!p{>B<͜\z2j AL?(X=,ս?Re xG`?.9PHd,9Twa83^)!`6ɊJQDLkwڀ/|AE3Js-$C{#}(e< sW;n:Bմ_1~W1 ?{+otCV1T;;.&4n|sOLh nj VwZN)N^ԁ_ytF8de G ܜonarJjs{YJ27D,P9׀Q"#H9$v$ ,v OGkပ fCQ4c>H)1;L1q."VTϖ=d}.5֦3=ާk nK{H1hi*/28lK5iWAƒ4yQ}\D*^
+;_ 0ݐhyoԘR.AT{^|WvgRugjЏK
+jtgO8#nu qG ! 
+5} 1ڙLG^u^«;)&?b.3zP`^/|'dK5L!3
+x<cCs 4muCd
+RhVb԰-YtD%JKdeEn(KwGϵ6u#:1&1uEXbP0Gj6tƹ$!@ ןDH+q
+5Ɗ-
+K;uN;$~=$OZ_ey>G2/j֮s,VYş妭jJXL[V`.?}'_ZED;LIh~ A135nU(:Z\^C|K<"
+c3o3,Six</u+YCnm Ӂ}Ft FBd?0]'&IV{|7MCbqkx=ЅE(3c0@ٟNw})C((oe lWbI܀HeiQq@xerHHUQH;34Y|
+XT< ] @ znehtvF[
+GA6(^~7_l䥹9ts=@\؉#0/_:XrMm8IߐQ١ߕTP|͜$}٬HQvg,%=S*Zi 0E7kKN6ش5gK"i6Ƃ4\:HU^E [=&P6&=gwgb< 񂁀R;YriءV{H
+S4T&3E#uDt؎aܴY*7ZW"ZK,;wYu~B<AdO?>^Z49U+-;ѯ00ҏo
+qS ~9"YC/K sa亼2f<ؠ
+[/
+w\FCfYO QQ`?\m=xi~wZh]m4+ ЎpAG ^M*[ZM1zJl{k܈ ] T|Q,uw^:,^v5VÝ;{Į-ϴ{)t\7D
+$;ݎ
+RIӕ;9bfEnĖ
+HA8_zT?*r&
+P.:p=J[El݊#[ԆTҡ{k~ ўu˱8e3KpVY8>t]=zqlZ`duX0mM_֌ Ȥ*}DvpQcG37D:tdX:z]"ܧ{NWhTߧ=2A|! u,sՖBC ʿ-hCO9P:V)k 9(R\%e:Ҳx riQzoI&
+QdeO`++K%W/٠5J}ouB = "=YLHw
+vN"S7sZut^Al65L0״a WxpHk ^ߊf7IdyC:<% ^tj! (mRUq8͟dbg䏝T#EEFM &1:?;矋(Sg^A<AәbK8gV4|< )8[]OD
+h{[DtxkL "zMߠ/;#ʌ[&q'AP}Dޔ*lm#B9M-`1Z,,n~QyS A0@*Н9Cn)ۜX'$ț֫ kޒyx&IiV+htNݙ'@>njU| u2iu/viXzZst1 O|a<KR[;gÀ:f삶3%nL- o({^LIKPwp7ɈcI8|5M!667v*4% ̠ c XPe7Vɽ8Bh26׹qa}T˝vM8y1hÞ {?ӺMRjsdײGߎK]lccK 2 fjq# Q1QȂ+)a=rv<u%;ҨI':ؚ\}鲒ed< Ӛ~yC~0P/Ts\:S>[x~UAObiosˮ$#Lq5}p[(RO@D;OٝR|[c&.  ҿ;C -C#?4wX.6$.MԖ4=vG0]yw[Lg%Vٶ^?ŀxhh|
+z֙P2
+fl>?YO`ڎԗ > 7tϧK#0bԋE?jH hmqGIuaK5xj׀iK;-%c*vUxQ\yy
+g&4/0Lހû sAmH>Jtg8|+ҵNJ  w"[Q5Xvԋ|k4$SEv }qfѠ#wҷvI)\VLI%mD- %+IU$^${e7{-[L&rsi˼lwzsU
+fԞʴ!|vTH|;µ;Fg1ÊtitA=E, ,[Zl}<vRjaM'%bh%ZhVA׋OTcXl>"">'UFCŏ8,$2Q=SO<Hfxגܴ%Ͳ>os$^G W6|M'f42>W3.OPe#V適6 &/(n7IrqhtG݃ y6>k:#1E3Det0| l@`ހc
+m;>IЪCeeW).H7MꧦrVSd/j%rJ:w7Ky֪Lq&}tt犍0'09]3Zއ*
+]wur$̵B";\J̯Z>َ t0k9?⭛`B x=Y{R$V~11 )> E$_~i浦ID@DjPNJ'z\w%kғS.%ch
+\McҠ’1[޸EK!,빑4+ڝ3v-m҈}?Ch̺ , :0dsE|gȏ1<#?ť1˪atys>MkbLo[@{ w%AW{ݧ@\sf2 6lnob7W$~b6Y T:~}ѲJoMg:^H(w7c5T CȝedF{Te*=Z#Ȏuw/S-ΊPB?B
+0h'k;Z}g?QډE |:[h9eq_g.~5k,< _9?#ת6~6֨_uH]y%+M>TBY meA8ɵ*]Wv
+s_P: Otֺ7_{㋄̇:}ΣP3byP#t^~2d,ݓR
endstream
endobj
-944 0 obj
+971 0 obj
<<
/Type /FontDescriptor
-/FontName /KLYDAK+LMMono10-Regular
+/FontName /VAJJMO+LMMono10-Regular
/Flags 4
/FontBBox [-451 -316 731 1016]
/Ascent 599
@@ -7647,11 +7815,11 @@ endobj
/ItalicAngle 0
/StemV 69
/XHeight 431
-/CharSet (/A/B/C/D/E/F/G/I/J/K/L/M/N/O/P/R/S/T/U/V/X/Y/a/asciicircum/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/equal/exclam/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/numbersign/o/one/p/parenleft/parenright/percent/period/plus/q/quoteleft/quoteright/r/s/semicolon/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
-/FontFile 943 0 R
+/CharSet (/A/B/C/D/E/F/G/I/J/K/L/M/N/O/P/R/S/T/U/V/X/Y/a/asciicircum/asterisk/at/b/backslash/bar/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/equal/exclam/f/five/four/g/greater/h/hyphen/i/j/k/l/less/m/n/numbersign/o/one/p/parenleft/parenright/percent/period/plus/q/quoteleft/quoteright/r/s/semicolon/six/slash/t/three/two/u/underscore/v/w/x/y/z/zero)
+/FontFile 970 0 R
>>
endobj
-945 0 obj
+972 0 obj
<<
/Length1 1708
/Length2 16455
@@ -7728,7 +7896,7 @@ daw!IJ4[!S-'zTv꧁P12*+岫i>BI)$ѥpF6f߆Lz띊G
X߂ŋnjJ>j*\;暰I}{F^!*(|>#[L%.o#~hg?:Jo<bh=|(i6yT~9#ADџ5 25/k`~6+0Bv|Cz(JkJ?MS߂VW5~sLAIk9smԺ90wi_cCh0bcK`l K_6 ;tO;-Y#--I<e1uqϼC vVNHBm%V^ʀp
endstream
endobj
-946 0 obj
+973 0 obj
<<
/Type /FontDescriptor
/FontName /BYUMNM+LMMono12-Regular
@@ -7741,10 +7909,10 @@ endobj
/StemV 65
/XHeight 431
/CharSet (/c/d/e/f/i/o)
-/FontFile 945 0 R
+/FontFile 972 0 R
>>
endobj
-947 0 obj
+974 0 obj
<<
/Length1 2309
/Length2 24403
@@ -7833,7 +8001,7 @@ U7;\ woC֎6rڀRi9u'9OzcJ|jߘo_v<{
$4CI.0<
endstream
endobj
-948 0 obj
+975 0 obj
<<
/Type /FontDescriptor
/FontName /XBGYSK+LMMono8-Regular
@@ -7846,10 +8014,10 @@ endobj
/StemV 76
/XHeight 431
/CharSet (/C/D/F/I/P/S/a/b/backslash/c/colon/comma/d/e/eight/f/five/g/h/hyphen/i/j/k/l/m/n/nine/numbersign/o/one/p/period/q/r/s/six/slash/t/three/two/u/v/w/x)
-/FontFile 947 0 R
+/FontFile 974 0 R
>>
endobj
-949 0 obj
+976 0 obj
<<
/Length1 2277
/Length2 22098
@@ -7951,7 +8119,7 @@ u|<=/lAPeKXsKԇKˁ!/mLթ 8ĒX=T,2[3eK܌C
@xv-GnZ}R) ]VEߑI )?*Mڹ9i(+e 4)?rzXj.=s9IN +3AHL.IA` ^#F+֘dIUa%@
endstream
endobj
-950 0 obj
+977 0 obj
<<
/Type /FontDescriptor
/FontName /EIIEGG+LMMono9-Regular
@@ -7964,10 +8132,10 @@ endobj
/StemV 74
/XHeight 431
/CharSet (/D/F/I/a/b/backslash/braceleft/braceright/bracketleft/bracketright/c/comma/d/e/f/five/g/h/hyphen/i/l/m/n/o/one/p/parenleft/parenright/r/s/slash/t/three/two/u/underscore/v/y/zero)
-/FontFile 949 0 R
+/FontFile 976 0 R
>>
endobj
-951 0 obj
+978 0 obj
<<
/Length1 875
/Length2 1458
@@ -7984,7 +8152,7 @@ PpJG`Mͅa8</Ӓ:jrv)ݧPeHXV_&5o8VOI#Zq)}
Z:w:ʂT˫z/\|6kySkGQw0gP89aQ=ǚCFt3MHʋ<ڰ<83FpAdQ$=iQJ%0#xgOQ{:W,YeHzdn;'1
endstream
endobj
-952 0 obj
+979 0 obj
<<
/Type /FontDescriptor
/FontName /BJKGRW+stmary10
@@ -7997,46 +8165,46 @@ endobj
/StemV 25
/XHeight 431
/CharSet (/curlywedgeuparrow/ssearrow)
-/FontFile 951 0 R
+/FontFile 978 0 R
>>
endobj
-860 0 obj
+887 0 obj
<<
/Type /Encoding
/Differences [21/endash 27/ff/fi/fl/ffi 33/exclam 35/numbersign/dollar/percent/ampersand/quoteright/parenleft/parenright/asterisk/plus/comma/hyphen/period/slash/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N/O/P 82/R/S/T/U/V/W/X/Y 91/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 159/section 252/udieresis]
>>
endobj
-877 0 obj
+904 0 obj
<<
/Type /Encoding
/Differences [0/parenleftbig/parenrightbig/bracketleftbig/bracketrightbig 12/vextendsingle 14/slashbig 18/parenleftbigg/parenrightbigg/bracketleftbigg/bracketrightbigg 28/angbracketleftbigg/angbracketrightbigg/slashbigg 32/parenleftBigg/parenrightBigg 112/radicalbig]
>>
endobj
-864 0 obj
+891 0 obj
<<
/Type /Encoding
-/Differences [11/alpha/beta 14/delta 17/eta/theta 25/pi/rho 30/phi 32/psi 34/epsilon 58/period/comma 61/slash 64/partialdiff/A/B 68/D/E/F 75/K/L 78/N 80/P 83/S/T/U/V 88/X/Y 97/a/b/c/d 102/f 104/h/i/j/k/l/m/n 113/q/r/s/t/u/v/w/x/y/z 126/vector]
+/Differences [11/alpha/beta 14/delta 17/eta/theta 25/pi/rho 30/phi 32/psi 34/epsilon 58/period/comma 61/slash 64/partialdiff/A/B 68/D/E/F 76/L 78/N 80/P 83/S/T/U/V 88/X/Y 97/a/b/c/d 102/f 104/h/i/j/k/l/m/n 113/q/r/s/t/u/v/w/x/y/z 126/vector]
>>
endobj
-869 0 obj
+896 0 obj
<<
/Type /Encoding
/Differences [0/minus/periodcentered 3/asteriskmath 6/plusminus 10/circlemultiply 35/arrowdown 38/arrowsoutheast 41/arrowdblright 46/arrowsouthwest 48/prime/infinity 76/L 106/bar/bardbl 114/nabla]
>>
endobj
-872 0 obj
+899 0 obj
<<
/Type /Encoding
/Differences [0/Gamma/Delta/Theta 8/Phi 40/parenleft/parenright 43/plus 48/zero/one/two/three/four/five/six/seven 61/equal 68/D 91/bracketleft 93/bracketright 95/dotaccent 99/c/d 105/i 108/l 110/n/o 113/q 115/s 117/u 120/x/y/z 127/dieresis]
>>
endobj
-875 0 obj
+902 0 obj
<<
/Type /Encoding
/Differences [136/bullet]
>>
endobj
-953 0 obj
+980 0 obj
<<
/Length 844
/Filter /FlateDecode
@@ -8050,20 +8218,20 @@ imXYӷ|4nt.kP^k?IFsuB`nlB
МQV14Ld5cY9Y?=C9돡'g ?%>O:ShYg{ΈrYgDk>[bghX|&^V|sig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)<O5]TߓT+&#{U-'H8x?0.t<wtOȢ\: r
endstream
endobj
-307 0 obj
+315 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /KKYZJG+LMRoman10-Bold
-/FontDescriptor 900 0 R
+/FontDescriptor 927 0 R
/FirstChar 21
/LastChar 122
-/Widths 892 0 R
-/Encoding 860 0 R
-/ToUnicode 953 0 R
+/Widths 919 0 R
+/Encoding 887 0 R
+/ToUnicode 980 0 R
>>
endobj
-954 0 obj
+981 0 obj
<<
/Length 844
/Filter /FlateDecode
@@ -8074,20 +8242,20 @@ Q+K62 5fI`x;fͳضߺItճ;סqT}s=ùֵA= }vu[U
8alSM3?r>x\i"EܰpJMkl4\?ǚc:#?^YHwuprQF^odž1BЖEQ?1^׆ƨАԗ039+ãbLi~jЙ}s~zrCOe fYJ|֟uМ8gΈrY׆}ŊϘъ1LҊkgigϘ݊og3f3|3ߊY[3 =L3f/gd ,' f)Rx jb&'W *.MGZN(:p~7a?}]TyԟE}Ư%Vu'e%
endstream
endobj
-360 0 obj
+368 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /LQAAZY+LMRoman12-Bold
-/FontDescriptor 902 0 R
+/FontDescriptor 929 0 R
/FirstChar 27
/LastChar 122
-/Widths 884 0 R
-/Encoding 860 0 R
-/ToUnicode 954 0 R
+/Widths 911 0 R
+/Encoding 887 0 R
+/ToUnicode 981 0 R
>>
endobj
-955 0 obj
+982 0 obj
<<
/Length 845
/Filter /FlateDecode
@@ -8097,20 +8265,20 @@ xuUMo@+H.ȲrhQի ۇ6jo73o{q3fѭVO4\
8alSM3?r>x\i"EܰpJMkl4\?ǚc:7^EHOupQF^odž1BЖEQ?[0^׆ƨАԗ0 9+ãbLi~jЙ}s~zrCOe fYJ|֟uМ8gΈrYφ}ŊϘъ1LҊkgigϘ݊og3f3|3ߊY[3 =L3f/gxg ,; f)Rx jb&'W *.lMr0߫j١hGF}o.
endstream
endobj
-498 0 obj
+509 0 obj
<<
/Type /Font
/Subtype /Type1
-/BaseFont /UZPDGI+LMRomanCaps10-Regular
-/FontDescriptor 904 0 R
-/FirstChar 72
+/BaseFont /OMCPZF+LMRomanCaps10-Regular
+/FontDescriptor 931 0 R
+/FirstChar 66
/LastChar 252
-/Widths 867 0 R
-/Encoding 860 0 R
-/ToUnicode 955 0 R
+/Widths 894 0 R
+/Encoding 887 0 R
+/ToUnicode 982 0 R
>>
endobj
-956 0 obj
+983 0 obj
<<
/Length 841
/Filter /FlateDecode
@@ -8120,20 +8288,20 @@ xmUMo0+J! ᫊"RVmk
N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwOҺ=po]IAu~\3FXҝA5(O)suߖcHQIܮQW Lڮ9ˊ6nK5NoغWi~r<d(Vu;_=85vѩֆu5CNmm悥+U=#)\][|, MHS"#p
endstream
endobj
-309 0 obj
+317 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /UFAMEL+LMRoman10-Regular
-/FontDescriptor 914 0 R
+/FontDescriptor 941 0 R
/FirstChar 21
/LastChar 159
-/Widths 890 0 R
-/Encoding 860 0 R
-/ToUnicode 956 0 R
+/Widths 917 0 R
+/Encoding 887 0 R
+/ToUnicode 983 0 R
>>
endobj
-957 0 obj
+984 0 obj
<<
/Length 841
/Filter /FlateDecode
@@ -8145,20 +8313,20 @@ N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwO
9LsQ.(ulgYˊx/V|V|&٭ V|N+>cv+>7+>S} ~!>_Sϔ+>cB|&LOr`B,&+jwRP{x${y儢 1~g|sGӿNu]>~?,5(z
endstream
endobj
-301 0 obj
+309 0 obj
<<
/Type /Font
/Subtype /Type1
-/BaseFont /LJUZZO+LMRoman12-Regular
-/FontDescriptor 916 0 R
+/BaseFont /AAIZVR+LMRoman12-Regular
+/FontDescriptor 943 0 R
/FirstChar 44
-/LastChar 121
-/Widths 894 0 R
-/Encoding 860 0 R
-/ToUnicode 957 0 R
+/LastChar 119
+/Widths 921 0 R
+/Encoding 887 0 R
+/ToUnicode 984 0 R
>>
endobj
-958 0 obj
+985 0 obj
<<
/Length 841
/Filter /FlateDecode
@@ -8170,20 +8338,20 @@ N)$̛3njNelܬ=WW\?;׺v=ݩqhY]jwO
9LsQ.(ulgYˊx/V|V|&٭ V|N+>cv+>7+>S} ~!>_Sϔ+>cB|&LOr`B,&+jwRP{x${y儢 1~g|sGӿNu]>~?,5(z6
endstream
endobj
-300 0 obj
+308 0 obj
<<
/Type /Font
/Subtype /Type1
-/BaseFont /VTXDDS+LMRoman17-Regular
-/FontDescriptor 918 0 R
+/BaseFont /JPPIRQ+LMRoman17-Regular
+/FontDescriptor 945 0 R
/FirstChar 27
/LastChar 119
-/Widths 895 0 R
-/Encoding 860 0 R
-/ToUnicode 958 0 R
+/Widths 922 0 R
+/Encoding 887 0 R
+/ToUnicode 985 0 R
>>
endobj
-959 0 obj
+986 0 obj
<<
/Length 841
/Filter /FlateDecode
@@ -8196,20 +8364,20 @@ imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r
МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdEC| <
endstream
endobj
-413 0 obj
+423 0 obj
<<
/Type /Font
/Subtype /Type1
-/BaseFont /FPXUEH+LMRoman6-Regular
-/FontDescriptor 922 0 R
+/BaseFont /QRBQZR+LMRoman6-Regular
+/FontDescriptor 949 0 R
/FirstChar 49
-/LastChar 51
-/Widths 882 0 R
-/Encoding 860 0 R
-/ToUnicode 959 0 R
+/LastChar 53
+/Widths 909 0 R
+/Encoding 887 0 R
+/ToUnicode 986 0 R
>>
endobj
-960 0 obj
+987 0 obj
<<
/Length 841
/Filter /FlateDecode
@@ -8222,20 +8390,20 @@ imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r
МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdECiA
endstream
endobj
-310 0 obj
+318 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /TJMOAY+LMRoman7-Regular
-/FontDescriptor 924 0 R
+/FontDescriptor 951 0 R
/FirstChar 49
/LastChar 65
-/Widths 889 0 R
-/Encoding 860 0 R
-/ToUnicode 960 0 R
+/Widths 916 0 R
+/Encoding 887 0 R
+/ToUnicode 987 0 R
>>
endobj
-961 0 obj
+988 0 obj
<<
/Length 841
/Filter /FlateDecode
@@ -8246,20 +8414,20 @@ N7RIU70W?'^$Is}=}exǡ}'u]U=
,>G|F/'>t3:~:83fw3;:ٝ ߜLgw3t33 ~)>CO)>SK3- ,YJa)SMV襤:?85JC4I^ E'b4><? 8Ϸ袿CF
endstream
endobj
-415 0 obj
+425 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /VWFHRW+LMRoman8-Regular
-/FontDescriptor 926 0 R
+/FontDescriptor 953 0 R
/FirstChar 21
/LastChar 121
-/Widths 881 0 R
-/Encoding 860 0 R
-/ToUnicode 961 0 R
+/Widths 908 0 R
+/Encoding 887 0 R
+/ToUnicode 988 0 R
>>
endobj
-962 0 obj
+989 0 obj
<<
/Length 841
/Filter /FlateDecode
@@ -8272,20 +8440,20 @@ imXU3t6no.XjR˺^o3򺛸kյ:W ل0%1 " 0Z{q́0R0r
МQV14Nd5cY9Y?C9돡'g ?%>O:ShYggΈrYgDg>[bghX|&^V|{ig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)O5[TT+&#{U-'H888ӟ,t<z9GdEC%K
endstream
endobj
-302 0 obj
+310 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /MAPAAO+LMRoman9-Regular
-/FontDescriptor 928 0 R
+/FontDescriptor 955 0 R
/FirstChar 40
/LastChar 121
-/Widths 893 0 R
-/Encoding 860 0 R
-/ToUnicode 962 0 R
+/Widths 920 0 R
+/Encoding 887 0 R
+/ToUnicode 989 0 R
>>
endobj
-963 0 obj
+990 0 obj
<<
/Length 843
/Filter /FlateDecode
@@ -8296,20 +8464,20 @@ N)$ݪ70W?g^,ɝظYs{ \wu{S<.7զ7
?BXIAup*Çq G潪N$p|eO_:qw
endstream
endobj
-410 0 obj
+420 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /GJLBWR+LMRoman10-Italic
-/FontDescriptor 930 0 R
+/FontDescriptor 957 0 R
/FirstChar 21
/LastChar 121
-/Widths 883 0 R
-/Encoding 860 0 R
-/ToUnicode 963 0 R
+/Widths 910 0 R
+/Encoding 887 0 R
+/ToUnicode 990 0 R
>>
endobj
-964 0 obj
+991 0 obj
<<
/Length 841
/Filter /FlateDecode
@@ -8319,20 +8487,20 @@ xmUn0CƆ
N$L̛O3׍/~\kijG؞v~8y{Q>nۡ?^о:f}O*k?|RG]>3vSoX}kPQ/?qQZk롫8Dsgq~&ѣ^.2(+Gc\c<wxO.J [OCj: wWog<jimXW;vߴ~ >ZjR˦YE~3=sׁpuRA)`*R2$!`8li9UEХGSj043`4`4Ý(?I  rt\e #q5p眛[q>x \iEܰpNMk l4\? 皞c:gN5^ ELOup3%M6`^ۘ1ل150ym 1F}3&ԗ0 bKl+֌>oRa Oѷ`)w`)?\֟agYg ֙P.L(ulgYˉx/N|N|&ٝ N|N'>cv'>7'>S} ~)>_Sϔ+>cR|&L|'a9i0K)cR{XTG5;)NͽRPs<Mph=¼W7rBщ3=MS8B:~G]:(o yS
endstream
endobj
-416 0 obj
+426 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /QYMDQO+LMRoman8-Italic
-/FontDescriptor 932 0 R
+/FontDescriptor 959 0 R
/FirstChar 101
/LastChar 119
-/Widths 880 0 R
-/Encoding 860 0 R
-/ToUnicode 964 0 R
+/Widths 907 0 R
+/Encoding 887 0 R
+/ToUnicode 991 0 R
>>
endobj
-965 0 obj
+992 0 obj
<<
/Length 843
/Filter /FlateDecode
@@ -8343,20 +8511,20 @@ N7R$ݪ70W?g_,ɍehܬ=WWU\;;׺v7MO
?BXIAup*Çq G潪N$p|eO_:q;:'dE_kCvW
endstream
endobj
-663 0 obj
+686 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /PWWUQZ+LMSans10-Regular
-/FontDescriptor 934 0 R
+/FontDescriptor 961 0 R
/FirstChar 43
/LastChar 116
-/Widths 861 0 R
-/Encoding 860 0 R
-/ToUnicode 965 0 R
+/Widths 888 0 R
+/Encoding 887 0 R
+/ToUnicode 992 0 R
>>
endobj
-966 0 obj
+993 0 obj
<<
/Length 844
/Filter /FlateDecode
@@ -8368,20 +8536,20 @@ xmUMo@+H.Ȳ|h%Qի ۇ6웙7X=<l;Ytգ; q
a!SM~W,:?8C8…I^U E'b|82 8ϻ޽YtїkZbu_G4
endstream
endobj
-507 0 obj
+518 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /BCROGY+LMMonoLt10-Bold
-/FontDescriptor 942 0 R
+/FontDescriptor 969 0 R
/FirstChar 40
/LastChar 125
-/Widths 866 0 R
-/Encoding 860 0 R
-/ToUnicode 966 0 R
+/Widths 893 0 R
+/Encoding 887 0 R
+/ToUnicode 993 0 R
>>
endobj
-967 0 obj
+994 0 obj
<<
/Length 843
/Filter /FlateDecode
@@ -8393,20 +8561,20 @@ N7R!ݪ70W?g_,ɝиYs{
?BXIAup*Çq G潪N$p|eO_:q;:'dE_kCa
endstream
endobj
-308 0 obj
+316 0 obj
<<
/Type /Font
/Subtype /Type1
-/BaseFont /KLYDAK+LMMono10-Regular
-/FontDescriptor 944 0 R
+/BaseFont /VAJJMO+LMMono10-Regular
+/FontDescriptor 971 0 R
/FirstChar 33
/LastChar 125
-/Widths 891 0 R
-/Encoding 860 0 R
-/ToUnicode 967 0 R
+/Widths 918 0 R
+/Encoding 887 0 R
+/ToUnicode 994 0 R
>>
endobj
-968 0 obj
+995 0 obj
<<
/Length 843
/Filter /FlateDecode
@@ -8420,20 +8588,20 @@ N7R!ݪ70W?g_,ɝиYs{
МQV14Ld5cY9Y?=C9돡'g ?%>O:ShYg{ΈrYgDk>[bghX|&^V|sig33qgng3tZ[Yog,g-g B|B|\3gg|2?f)<O5]TߓT+&#{U-'H880.t<wtOȢ\: k
endstream
endobj
-299 0 obj
+307 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /BYUMNM+LMMono12-Regular
-/FontDescriptor 946 0 R
+/FontDescriptor 973 0 R
/FirstChar 99
/LastChar 111
-/Widths 896 0 R
-/Encoding 860 0 R
-/ToUnicode 968 0 R
+/Widths 923 0 R
+/Encoding 887 0 R
+/ToUnicode 995 0 R
>>
endobj
-969 0 obj
+996 0 obj
<<
/Length 842
/Filter /FlateDecode
@@ -8444,20 +8612,20 @@ N7R!L̛O3 /~\kil9DО|w=ިqh.MW
A5(QZk뾫=8Fsgq]ߍG@]dbIVto$?'C\c<N;ic].J [OCj: wWog<imXW;txش~>ZjR˦YE3=sׁpuRA)`*R2$!`8li9UEХGSj043`4`4Ý(?Q  rt\e #q5p眛[q>x \iEܰpNMk l4\? 皞c:gN5^ ELOup3%M6`^ۘ1ل150ym 1F}3&ԗ0 bKl+֌>oRa Oѷ`)w`)?\֟agYg ֙P.L(ulgYˉx/N|N|&ٝ N|N'>cv'>7'>S} ~)>_Sϔ+>cR|&L|'a9i0K)cR{XTG5;)NͽRPs<Mph=¼W7rBщ3=c8B:]?~?,uQbuDה
endstream
endobj
-464 0 obj
+474 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /XBGYSK+LMMono8-Regular
-/FontDescriptor 948 0 R
+/FontDescriptor 975 0 R
/FirstChar 35
/LastChar 120
-/Widths 868 0 R
-/Encoding 860 0 R
-/ToUnicode 969 0 R
+/Widths 895 0 R
+/Encoding 887 0 R
+/ToUnicode 996 0 R
>>
endobj
-970 0 obj
+997 0 obj
<<
/Length 842
/Filter /FlateDecode
@@ -8468,20 +8636,20 @@ N7R!̛3njehܬ=WWU\k];7nTtƓ
a!SMV,鸞:?8C8…I^U E'b6>2  8י
endstream
endobj
-608 0 obj
+630 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /EIIEGG+LMMono9-Regular
-/FontDescriptor 950 0 R
+/FontDescriptor 977 0 R
/FirstChar 40
/LastChar 125
-/Widths 862 0 R
-/Encoding 860 0 R
-/ToUnicode 970 0 R
+/Widths 889 0 R
+/Encoding 887 0 R
+/ToUnicode 997 0 R
>>
endobj
-971 0 obj
+998 0 obj
<<
/Length 846
/Filter /FlateDecode
@@ -8492,19 +8660,19 @@ xmUn@Cz ,ei#&JW6)R Ƈ}͌6v̛,W_~|ޟEc
,>G|F/'>t3:~:83fw3;:ٝ ߜLgw3t33 ~)>CO)>SK3- ,YJa)SM>o:?85JC4I^ E'b8<M 8Ytџ궉r2]
endstream
endobj
-721 0 obj
+743 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /OIUXCD+esint10
-/FontDescriptor 898 0 R
+/FontDescriptor 925 0 R
/FirstChar 1
/LastChar 6
-/Widths 859 0 R
-/ToUnicode 971 0 R
+/Widths 886 0 R
+/ToUnicode 998 0 R
>>
endobj
-972 0 obj
+999 0 obj
<<
/Length 430
/Filter /FlateDecode
@@ -8516,20 +8684,20 @@ xun0~HbM+ e5Q-')RyzlH]
^
endstream
endobj
-432 0 obj
+442 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /DLABCR+LMMathExtension10-Regular
-/FontDescriptor 906 0 R
+/FontDescriptor 933 0 R
/FirstChar 0
/LastChar 112
-/Widths 878 0 R
-/Encoding 877 0 R
-/ToUnicode 972 0 R
+/Widths 905 0 R
+/Encoding 904 0 R
+/ToUnicode 999 0 R
>>
endobj
-973 0 obj
+1000 0 obj
<<
/Length 600
/Filter /FlateDecode
@@ -8540,20 +8708,20 @@ xuTn@+fH@!BHMV{5@,lsw m6n냝g)>mW_Ni
Mg޲:]fMR2IV;e8p<_9"*G(dS>sQ  DDr "qX+&Gha:$r5PHi@S91jU|s(V8>l;JۈYDI aoykrA)ς1R;JS΄U!ar .Qsy4M纑9Ҍi~h7!cD<`1 ySMgg>2 cs(>ZC@ f fP7Fo?],}/Kۺ=/mS7m'{L:
endstream
endobj
-314 0 obj
+322 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /LJFRVQ+LMMathItalic10-Regular
-/FontDescriptor 908 0 R
+/FontDescriptor 935 0 R
/FirstChar 14
/LastChar 126
-/Widths 885 0 R
-/Encoding 864 0 R
-/ToUnicode 973 0 R
+/Widths 912 0 R
+/Encoding 891 0 R
+/ToUnicode 1000 0 R
>>
endobj
-974 0 obj
+1001 0 obj
<<
/Length 598
/Filter /FlateDecode
@@ -8564,20 +8732,20 @@ xmTM@+z&?DƉ1LF+BG
Ч }g?i{4 Z76C 0b S.0Y0XjGiʙ`2$C5%^s=j# \7c C1 ݏ7< &dL8f>0Ozʣ)LPקZFw?a ~NTKx6Ĭ# ᯋUEvi[1؀mQ]/8}&?K^
endstream
endobj
-559 0 obj
+581 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /ZBFYGJ+LMMathItalic5-Regular
-/FontDescriptor 910 0 R
+/FontDescriptor 937 0 R
/FirstChar 105
/LastChar 110
-/Widths 865 0 R
-/Encoding 864 0 R
-/ToUnicode 974 0 R
+/Widths 892 0 R
+/Encoding 891 0 R
+/ToUnicode 1001 0 R
>>
endobj
-975 0 obj
+1002 0 obj
<<
/Length 598
/Filter /FlateDecode
@@ -8588,20 +8756,20 @@ xmTM@+z&?DƉ1LF+BG
Ч }g?i{4 Z76C 0b S.0Y0XjGiʙ`2$C5%^s=j# \7c C1 ݏ7< &dL8f>0Ozʣ)LPקZFw?a ~NTKx6Ĭ# ᯋUEvi[1؀mQ]/8}&?Kh
endstream
endobj
-312 0 obj
+320 0 obj
<<
/Type /Font
/Subtype /Type1
-/BaseFont /HVAXQD+LMMathItalic7-Regular
-/FontDescriptor 912 0 R
+/BaseFont /UYOFJR+LMMathItalic7-Regular
+/FontDescriptor 939 0 R
/FirstChar 11
/LastChar 122
-/Widths 887 0 R
-/Encoding 864 0 R
-/ToUnicode 975 0 R
+/Widths 914 0 R
+/Encoding 891 0 R
+/ToUnicode 1002 0 R
>>
endobj
-976 0 obj
+1003 0 obj
<<
/Length 790
/Filter /FlateDecode
@@ -8613,20 +8781,20 @@ xuUMo0Wx B
8An)  +4bX*^cH`&f P;6 <9Bi2)LeTV.>HEW0*50^ s غ~${S$2ˀQ lC]j{Q\8jFجA`Z1Fcf1ur=#1SƤx- 907O`aaeVrLӔhVje y Q( a0<x?hkSIc/ -ur^vҁ7#!}BzUaQRZa~JÃy1KNqHC4cmӹy 7]t"jy3Vч.OOy/
endstream
endobj
-431 0 obj
+441 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /GEOOUZ+LMMathSymbols10-Regular
-/FontDescriptor 936 0 R
+/FontDescriptor 963 0 R
/FirstChar 0
/LastChar 114
-/Widths 879 0 R
-/Encoding 869 0 R
-/ToUnicode 976 0 R
+/Widths 906 0 R
+/Encoding 896 0 R
+/ToUnicode 1003 0 R
>>
endobj
-977 0 obj
+1004 0 obj
<<
/Length 789
/Filter /FlateDecode
@@ -8640,20 +8808,20 @@ xmUMo0Wx B
*58nq4<xׁ+1ȑkI1F_܆1N
endstream
endobj
-454 0 obj
+464 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /KAPBZZ+LMMathSymbols5-Regular
-/FontDescriptor 938 0 R
+/FontDescriptor 965 0 R
/FirstChar 3
/LastChar 48
-/Widths 871 0 R
-/Encoding 869 0 R
-/ToUnicode 977 0 R
+/Widths 898 0 R
+/Encoding 896 0 R
+/ToUnicode 1004 0 R
>>
endobj
-978 0 obj
+1005 0 obj
<<
/Length 788
/Filter /FlateDecode
@@ -8668,20 +8836,20 @@ bK4S/IAl@D8 VsX&GTA 1RU rKpHHXâV؜F‡01z
݌@zȏ/nØEX'&7nۭmZ YUܜ~tex{ɣ]
endstream
endobj
-461 0 obj
+471 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /PVOJED+LMMathSymbols7-Regular
-/FontDescriptor 940 0 R
+/FontDescriptor 967 0 R
/FirstChar 0
/LastChar 114
-/Widths 870 0 R
-/Encoding 869 0 R
-/ToUnicode 978 0 R
+/Widths 897 0 R
+/Encoding 896 0 R
+/ToUnicode 1005 0 R
>>
endobj
-979 0 obj
+1006 0 obj
<<
/Length 963
/Filter /FlateDecode
@@ -8692,20 +8860,20 @@ xmVn0+C,* ȡ4Aѫ#1X6dhu9R˙$ۅa~G8
/a@]t_[A"B
endstream
endobj
-452 0 obj
+462 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /KKYZJG+LMRoman10-Bold
-/FontDescriptor 900 0 R
+/FontDescriptor 927 0 R
/FirstChar 68
/LastChar 122
-/Widths 873 0 R
-/Encoding 872 0 R
-/ToUnicode 979 0 R
+/Widths 900 0 R
+/Encoding 899 0 R
+/ToUnicode 1006 0 R
>>
endobj
-980 0 obj
+1007 0 obj
<<
/Length 962
/Filter /FlateDecode
@@ -8717,20 +8885,20 @@ xmVn8+
I{8g 0F2|2F0Ƴ(gĉ1q#9~IȣAήa}t-c/9c]:K֟aݒggSzY%/sKY)YgJ3^i૔K%g|Lkyπ#9ûK%gx3r3͗KYKX%gkzjəz%gx%gK',S/9GZ6h-C S#ܚ_* jp@L[06e~_g!}/\XN8Jν,HN:q).~~:
endstream
endobj
-313 0 obj
+321 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /UFAMEL+LMRoman10-Regular
-/FontDescriptor 914 0 R
+/FontDescriptor 941 0 R
/FirstChar 0
/LastChar 127
-/Widths 886 0 R
-/Encoding 872 0 R
-/ToUnicode 980 0 R
+/Widths 913 0 R
+/Encoding 899 0 R
+/ToUnicode 1007 0 R
>>
endobj
-981 0 obj
+1008 0 obj
<<
/Length 962
/Filter /FlateDecode
@@ -8739,20 +8907,20 @@ stream
xmVn8+
endstream
endobj
-443 0 obj
+453 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /TXCQKG+LMRoman5-Regular
-/FontDescriptor 920 0 R
+/FontDescriptor 947 0 R
/FirstChar 43
/LastChar 49
-/Widths 874 0 R
-/Encoding 872 0 R
-/ToUnicode 981 0 R
+/Widths 901 0 R
+/Encoding 899 0 R
+/ToUnicode 1008 0 R
>>
endobj
-982 0 obj
+1009 0 obj
<<
/Length 962
/Filter /FlateDecode
@@ -8761,20 +8929,20 @@ stream
xmVn8+
endstream
endobj
-311 0 obj
+319 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /TJMOAY+LMRoman7-Regular
-/FontDescriptor 924 0 R
+/FontDescriptor 951 0 R
/FirstChar 2
/LastChar 100
-/Widths 888 0 R
-/Encoding 872 0 R
-/ToUnicode 982 0 R
+/Widths 915 0 R
+/Encoding 899 0 R
+/ToUnicode 1009 0 R
>>
endobj
-983 0 obj
+1010 0 obj
<<
/Length 328
/Filter /FlateDecode
@@ -8784,19 +8952,19 @@ xu1o0w)&"&$
Q#6mf
endstream
endobj
-592 0 obj
+614 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /BJKGRW+stmary10
-/FontDescriptor 952 0 R
+/FontDescriptor 979 0 R
/FirstChar 36
/LastChar 37
-/Widths 863 0 R
-/ToUnicode 983 0 R
+/Widths 890 0 R
+/ToUnicode 1010 0 R
>>
endobj
-984 0 obj
+1011 0 obj
<<
/Length 700
/Filter /FlateDecode
@@ -8807,160 +8975,178 @@ xuTMo0+J!m0U !mTto4j{z<?xҺ{s^7tr
zoZZgbT$Z|U
endstream
endobj
-439 0 obj
+449 0 obj
<<
/Type /Font
/Subtype /Type1
/BaseFont /UFAMEL+LMRoman10-Regular
-/FontDescriptor 914 0 R
+/FontDescriptor 941 0 R
/FirstChar 136
/LastChar 136
-/Widths 876 0 R
-/Encoding 875 0 R
-/ToUnicode 984 0 R
+/Widths 903 0 R
+/Encoding 902 0 R
+/ToUnicode 1011 0 R
>>
endobj
-303 0 obj
+311 0 obj
<<
/Type /Pages
/Count 6
-/Parent 985 0 R
-/Kids [294 0 R 305 0 R 318 0 R 356 0 R 402 0 R 407 0 R]
+/Parent 1012 0 R
+/Kids [302 0 R 313 0 R 326 0 R 364 0 R 412 0 R 417 0 R]
>>
endobj
-433 0 obj
+443 0 obj
<<
/Type /Pages
/Count 6
-/Parent 985 0 R
-/Kids [423 0 R 436 0 R 446 0 R 458 0 R 476 0 R 482 0 R]
+/Parent 1012 0 R
+/Kids [433 0 R 446 0 R 456 0 R 468 0 R 487 0 R 492 0 R]
>>
endobj
-500 0 obj
+511 0 obj
<<
/Type /Pages
/Count 6
-/Parent 985 0 R
-/Kids [494 0 R 504 0 R 510 0 R 514 0 R 522 0 R 528 0 R]
+/Parent 1012 0 R
+/Kids [505 0 R 515 0 R 521 0 R 525 0 R 531 0 R 537 0 R]
>>
endobj
-537 0 obj
+547 0 obj
<<
/Type /Pages
/Count 6
-/Parent 985 0 R
-/Kids [534 0 R 539 0 R 543 0 R 547 0 R 551 0 R 556 0 R]
+/Parent 1012 0 R
+/Kids [544 0 R 551 0 R 556 0 R 562 0 R 568 0 R 573 0 R]
>>
endobj
-566 0 obj
+582 0 obj
<<
/Type /Pages
/Count 6
-/Parent 985 0 R
-/Kids [563 0 R 571 0 R 579 0 R 588 0 R 601 0 R 605 0 R]
+/Parent 1012 0 R
+/Kids [578 0 R 586 0 R 593 0 R 601 0 R 610 0 R 623 0 R]
>>
endobj
-614 0 obj
+631 0 obj
<<
/Type /Pages
/Count 6
-/Parent 985 0 R
-/Kids [611 0 R 616 0 R 622 0 R 634 0 R 646 0 R 655 0 R]
+/Parent 1012 0 R
+/Kids [627 0 R 634 0 R 638 0 R 644 0 R 656 0 R 668 0 R]
>>
endobj
-665 0 obj
+680 0 obj
<<
/Type /Pages
/Count 6
-/Parent 986 0 R
-/Kids [659 0 R 667 0 R 674 0 R 679 0 R 683 0 R 687 0 R]
+/Parent 1013 0 R
+/Kids [677 0 R 682 0 R 689 0 R 696 0 R 701 0 R 705 0 R]
>>
endobj
-695 0 obj
+712 0 obj
<<
/Type /Pages
/Count 6
-/Parent 986 0 R
-/Kids [692 0 R 697 0 R 704 0 R 710 0 R 714 0 R 718 0 R]
+/Parent 1013 0 R
+/Kids [709 0 R 715 0 R 719 0 R 726 0 R 732 0 R 736 0 R]
>>
endobj
-733 0 obj
+744 0 obj
<<
/Type /Pages
/Count 6
-/Parent 986 0 R
-/Kids [729 0 R 736 0 R 744 0 R 748 0 R 759 0 R 766 0 R]
+/Parent 1013 0 R
+/Kids [740 0 R 752 0 R 758 0 R 766 0 R 770 0 R 781 0 R]
>>
endobj
-774 0 obj
+792 0 obj
<<
/Type /Pages
/Count 6
-/Parent 986 0 R
-/Kids [771 0 R 776 0 R 788 0 R 802 0 R 806 0 R 810 0 R]
+/Parent 1013 0 R
+/Kids [788 0 R 794 0 R 798 0 R 811 0 R 825 0 R 829 0 R]
>>
endobj
-817 0 obj
+836 0 obj
<<
/Type /Pages
/Count 6
-/Parent 986 0 R
-/Kids [814 0 R 819 0 R 823 0 R 827 0 R 831 0 R 835 0 R]
+/Parent 1013 0 R
+/Kids [833 0 R 838 0 R 842 0 R 846 0 R 850 0 R 854 0 R]
>>
endobj
-858 0 obj
+867 0 obj
<<
/Type /Pages
-/Count 1
-/Parent 986 0 R
-/Kids [845 0 R]
+/Count 2
+/Parent 1013 0 R
+/Kids [858 0 R 869 0 R]
>>
endobj
-985 0 obj
+1012 0 obj
<<
/Type /Pages
/Count 36
-/Parent 987 0 R
-/Kids [303 0 R 433 0 R 500 0 R 537 0 R 566 0 R 614 0 R]
+/Parent 1014 0 R
+/Kids [311 0 R 443 0 R 511 0 R 547 0 R 582 0 R 631 0 R]
>>
endobj
-986 0 obj
+1013 0 obj
<<
/Type /Pages
-/Count 31
-/Parent 987 0 R
-/Kids [665 0 R 695 0 R 733 0 R 774 0 R 817 0 R 858 0 R]
+/Count 32
+/Parent 1014 0 R
+/Kids [680 0 R 712 0 R 744 0 R 792 0 R 836 0 R 867 0 R]
>>
endobj
-987 0 obj
+1014 0 obj
<<
/Type /Pages
-/Count 67
-/Kids [985 0 R 986 0 R]
+/Count 68
+/Kids [1012 0 R 1013 0 R]
>>
endobj
-988 0 obj
+1015 0 obj
<<
/Type /Outlines
/First 3 0 R
-/Last 231 0 R
+/Last 239 0 R
/Count 49
>>
endobj
+299 0 obj
+<<
+/Title 300 0 R
+/A 297 0 R
+/Parent 239 0 R
+/Prev 295 0 R
+>>
+endobj
+295 0 obj
+<<
+/Title 296 0 R
+/A 293 0 R
+/Parent 239 0 R
+/Prev 291 0 R
+/Next 299 0 R
+>>
+endobj
291 0 obj
<<
/Title 292 0 R
/A 289 0 R
-/Parent 231 0 R
+/Parent 239 0 R
/Prev 287 0 R
+/Next 295 0 R
>>
endobj
287 0 obj
<<
/Title 288 0 R
/A 285 0 R
-/Parent 231 0 R
-/Prev 283 0 R
+/Parent 239 0 R
+/Prev 247 0 R
/Next 291 0 R
>>
endobj
@@ -8968,17 +9154,16 @@ endobj
<<
/Title 284 0 R
/A 281 0 R
-/Parent 231 0 R
+/Parent 247 0 R
/Prev 279 0 R
-/Next 287 0 R
>>
endobj
279 0 obj
<<
/Title 280 0 R
/A 277 0 R
-/Parent 231 0 R
-/Prev 239 0 R
+/Parent 247 0 R
+/Prev 271 0 R
/Next 283 0 R
>>
endobj
@@ -8986,17 +9171,19 @@ endobj
<<
/Title 276 0 R
/A 273 0 R
-/Parent 239 0 R
-/Prev 271 0 R
+/Parent 271 0 R
>>
endobj
271 0 obj
<<
/Title 272 0 R
/A 269 0 R
-/Parent 239 0 R
+/Parent 247 0 R
/Prev 263 0 R
-/Next 275 0 R
+/Next 279 0 R
+/First 275 0 R
+/Last 275 0 R
+/Count -1
>>
endobj
267 0 obj
@@ -9010,7 +9197,7 @@ endobj
<<
/Title 264 0 R
/A 261 0 R
-/Parent 239 0 R
+/Parent 247 0 R
/Prev 255 0 R
/Next 271 0 R
/First 267 0 R
@@ -9029,8 +9216,8 @@ endobj
<<
/Title 256 0 R
/A 253 0 R
-/Parent 239 0 R
-/Prev 247 0 R
+/Parent 247 0 R
+/Prev 251 0 R
/Next 263 0 R
/First 259 0 R
/Last 259 0 R
@@ -9042,6 +9229,7 @@ endobj
/Title 252 0 R
/A 249 0 R
/Parent 247 0 R
+/Next 255 0 R
>>
endobj
247 0 obj
@@ -9050,10 +9238,10 @@ endobj
/A 245 0 R
/Parent 239 0 R
/Prev 243 0 R
-/Next 255 0 R
+/Next 287 0 R
/First 251 0 R
-/Last 251 0 R
-/Count -1
+/Last 283 0 R
+/Count 6
>>
endobj
243 0 obj
@@ -9068,120 +9256,123 @@ endobj
<<
/Title 240 0 R
/A 237 0 R
-/Parent 231 0 R
-/Prev 235 0 R
-/Next 279 0 R
+/Parent 1015 0 R
+/Prev 191 0 R
/First 243 0 R
-/Last 275 0 R
-/Count 6
+/Last 299 0 R
+/Count 12
>>
endobj
235 0 obj
<<
/Title 236 0 R
/A 233 0 R
-/Parent 231 0 R
-/Next 239 0 R
+/Parent 223 0 R
+/Prev 231 0 R
>>
endobj
231 0 obj
<<
/Title 232 0 R
/A 229 0 R
-/Parent 988 0 R
-/Prev 183 0 R
-/First 235 0 R
-/Last 291 0 R
-/Count 12
+/Parent 223 0 R
+/Prev 227 0 R
+/Next 235 0 R
>>
endobj
227 0 obj
<<
/Title 228 0 R
/A 225 0 R
-/Parent 215 0 R
-/Prev 223 0 R
+/Parent 223 0 R
+/Next 231 0 R
>>
endobj
223 0 obj
<<
/Title 224 0 R
/A 221 0 R
-/Parent 215 0 R
-/Prev 219 0 R
-/Next 227 0 R
+/Parent 191 0 R
+/Prev 195 0 R
+/First 227 0 R
+/Last 235 0 R
+/Count 3
>>
endobj
219 0 obj
<<
/Title 220 0 R
/A 217 0 R
-/Parent 215 0 R
-/Next 223 0 R
+/Parent 195 0 R
+/Prev 215 0 R
>>
endobj
215 0 obj
<<
/Title 216 0 R
/A 213 0 R
-/Parent 183 0 R
-/Prev 187 0 R
-/First 219 0 R
-/Last 227 0 R
-/Count 3
+/Parent 195 0 R
+/Prev 207 0 R
+/Next 219 0 R
>>
endobj
211 0 obj
<<
/Title 212 0 R
/A 209 0 R
-/Parent 187 0 R
-/Prev 207 0 R
+/Parent 207 0 R
>>
endobj
207 0 obj
<<
/Title 208 0 R
/A 205 0 R
-/Parent 187 0 R
-/Prev 199 0 R
-/Next 211 0 R
+/Parent 195 0 R
+/Prev 203 0 R
+/Next 215 0 R
+/First 211 0 R
+/Last 211 0 R
+/Count -1
>>
endobj
203 0 obj
<<
/Title 204 0 R
/A 201 0 R
-/Parent 199 0 R
+/Parent 195 0 R
+/Prev 199 0 R
+/Next 207 0 R
>>
endobj
199 0 obj
<<
/Title 200 0 R
/A 197 0 R
-/Parent 187 0 R
-/Prev 195 0 R
-/Next 207 0 R
-/First 203 0 R
-/Last 203 0 R
-/Count -1
+/Parent 195 0 R
+/Next 203 0 R
>>
endobj
195 0 obj
<<
/Title 196 0 R
/A 193 0 R
-/Parent 187 0 R
-/Prev 191 0 R
-/Next 199 0 R
+/Parent 191 0 R
+/Next 223 0 R
+/First 199 0 R
+/Last 219 0 R
+/Count 5
>>
endobj
191 0 obj
<<
/Title 192 0 R
/A 189 0 R
-/Parent 187 0 R
-/Next 195 0 R
+/Parent 1015 0 R
+/Prev 107 0 R
+/Next 239 0 R
+/First 195 0 R
+/Last 223 0 R
+/Count 10
>>
endobj
187 0 obj
@@ -9189,63 +9380,58 @@ endobj
/Title 188 0 R
/A 185 0 R
/Parent 183 0 R
-/Next 215 0 R
-/First 191 0 R
-/Last 211 0 R
-/Count 5
>>
endobj
183 0 obj
<<
/Title 184 0 R
/A 181 0 R
-/Parent 988 0 R
-/Prev 99 0 R
-/Next 231 0 R
+/Parent 107 0 R
+/Prev 135 0 R
/First 187 0 R
-/Last 215 0 R
-/Count 10
+/Last 187 0 R
+/Count 1
>>
endobj
179 0 obj
<<
/Title 180 0 R
/A 177 0 R
-/Parent 175 0 R
+/Parent 135 0 R
+/Prev 147 0 R
>>
endobj
175 0 obj
<<
/Title 176 0 R
/A 173 0 R
-/Parent 99 0 R
-/Prev 127 0 R
-/First 179 0 R
-/Last 179 0 R
-/Count 1
+/Parent 147 0 R
+/Prev 171 0 R
>>
endobj
171 0 obj
<<
/Title 172 0 R
/A 169 0 R
-/Parent 127 0 R
-/Prev 139 0 R
+/Parent 147 0 R
+/Prev 167 0 R
+/Next 175 0 R
>>
endobj
167 0 obj
<<
/Title 168 0 R
/A 165 0 R
-/Parent 139 0 R
+/Parent 147 0 R
/Prev 163 0 R
+/Next 171 0 R
>>
endobj
163 0 obj
<<
/Title 164 0 R
/A 161 0 R
-/Parent 139 0 R
+/Parent 147 0 R
/Prev 159 0 R
/Next 167 0 R
>>
@@ -9254,7 +9440,7 @@ endobj
<<
/Title 160 0 R
/A 157 0 R
-/Parent 139 0 R
+/Parent 147 0 R
/Prev 155 0 R
/Next 163 0 R
>>
@@ -9263,7 +9449,7 @@ endobj
<<
/Title 156 0 R
/A 153 0 R
-/Parent 139 0 R
+/Parent 147 0 R
/Prev 151 0 R
/Next 159 0 R
>>
@@ -9272,8 +9458,7 @@ endobj
<<
/Title 152 0 R
/A 149 0 R
-/Parent 139 0 R
-/Prev 147 0 R
+/Parent 147 0 R
/Next 155 0 R
>>
endobj
@@ -9281,9 +9466,12 @@ endobj
<<
/Title 148 0 R
/A 145 0 R
-/Parent 139 0 R
-/Prev 143 0 R
-/Next 151 0 R
+/Parent 135 0 R
+/Prev 139 0 R
+/Next 179 0 R
+/First 151 0 R
+/Last 175 0 R
+/Count -7
>>
endobj
143 0 obj
@@ -9291,65 +9479,62 @@ endobj
/Title 144 0 R
/A 141 0 R
/Parent 139 0 R
-/Next 147 0 R
>>
endobj
139 0 obj
<<
/Title 140 0 R
/A 137 0 R
-/Parent 127 0 R
-/Prev 131 0 R
-/Next 171 0 R
+/Parent 135 0 R
+/Next 147 0 R
/First 143 0 R
-/Last 167 0 R
-/Count -7
+/Last 143 0 R
+/Count -1
>>
endobj
135 0 obj
<<
/Title 136 0 R
/A 133 0 R
-/Parent 131 0 R
+/Parent 107 0 R
+/Prev 115 0 R
+/Next 183 0 R
+/First 139 0 R
+/Last 179 0 R
+/Count 3
>>
endobj
131 0 obj
<<
/Title 132 0 R
/A 129 0 R
-/Parent 127 0 R
-/Next 139 0 R
-/First 135 0 R
-/Last 135 0 R
-/Count -1
+/Parent 115 0 R
+/Prev 127 0 R
>>
endobj
127 0 obj
<<
/Title 128 0 R
/A 125 0 R
-/Parent 99 0 R
-/Prev 107 0 R
-/Next 175 0 R
-/First 131 0 R
-/Last 171 0 R
-/Count 3
+/Parent 115 0 R
+/Prev 123 0 R
+/Next 131 0 R
>>
endobj
123 0 obj
<<
/Title 124 0 R
/A 121 0 R
-/Parent 107 0 R
+/Parent 115 0 R
/Prev 119 0 R
+/Next 127 0 R
>>
endobj
119 0 obj
<<
/Title 120 0 R
/A 117 0 R
-/Parent 107 0 R
-/Prev 115 0 R
+/Parent 115 0 R
/Next 123 0 R
>>
endobj
@@ -9359,7 +9544,10 @@ endobj
/A 113 0 R
/Parent 107 0 R
/Prev 111 0 R
-/Next 119 0 R
+/Next 135 0 R
+/First 119 0 R
+/Last 131 0 R
+/Count 4
>>
endobj
111 0 obj
@@ -9374,55 +9562,53 @@ endobj
<<
/Title 108 0 R
/A 105 0 R
-/Parent 99 0 R
-/Prev 103 0 R
-/Next 127 0 R
+/Parent 1015 0 R
+/Prev 15 0 R
+/Next 191 0 R
/First 111 0 R
-/Last 123 0 R
-/Count 4
+/Last 183 0 R
+/Count 12
>>
endobj
103 0 obj
<<
/Title 104 0 R
/A 101 0 R
-/Parent 99 0 R
-/Next 107 0 R
+/Parent 23 0 R
+/Prev 71 0 R
>>
endobj
99 0 obj
<<
/Title 100 0 R
/A 97 0 R
-/Parent 988 0 R
-/Prev 15 0 R
-/Next 183 0 R
-/First 103 0 R
-/Last 175 0 R
-/Count 12
+/Parent 71 0 R
+/Prev 95 0 R
>>
endobj
95 0 obj
<<
/Title 96 0 R
/A 93 0 R
-/Parent 23 0 R
-/Prev 67 0 R
+/Parent 71 0 R
+/Prev 91 0 R
+/Next 99 0 R
>>
endobj
91 0 obj
<<
/Title 92 0 R
/A 89 0 R
-/Parent 67 0 R
+/Parent 71 0 R
/Prev 87 0 R
+/Next 95 0 R
>>
endobj
87 0 obj
<<
/Title 88 0 R
/A 85 0 R
-/Parent 67 0 R
+/Parent 71 0 R
/Prev 83 0 R
/Next 91 0 R
>>
@@ -9431,7 +9617,7 @@ endobj
<<
/Title 84 0 R
/A 81 0 R
-/Parent 67 0 R
+/Parent 71 0 R
/Prev 79 0 R
/Next 87 0 R
>>
@@ -9440,7 +9626,7 @@ endobj
<<
/Title 80 0 R
/A 77 0 R
-/Parent 67 0 R
+/Parent 71 0 R
/Prev 75 0 R
/Next 83 0 R
>>
@@ -9449,8 +9635,7 @@ endobj
<<
/Title 76 0 R
/A 73 0 R
-/Parent 67 0 R
-/Prev 71 0 R
+/Parent 71 0 R
/Next 79 0 R
>>
endobj
@@ -9458,36 +9643,36 @@ endobj
<<
/Title 72 0 R
/A 69 0 R
-/Parent 67 0 R
-/Next 75 0 R
+/Parent 23 0 R
+/Prev 55 0 R
+/Next 103 0 R
+/First 75 0 R
+/Last 99 0 R
+/Count -7
>>
endobj
67 0 obj
<<
/Title 68 0 R
/A 65 0 R
-/Parent 23 0 R
-/Prev 51 0 R
-/Next 95 0 R
-/First 71 0 R
-/Last 91 0 R
-/Count -6
+/Parent 55 0 R
+/Prev 63 0 R
>>
endobj
63 0 obj
<<
/Title 64 0 R
/A 61 0 R
-/Parent 51 0 R
+/Parent 55 0 R
/Prev 59 0 R
+/Next 67 0 R
>>
endobj
59 0 obj
<<
/Title 60 0 R
/A 57 0 R
-/Parent 51 0 R
-/Prev 55 0 R
+/Parent 55 0 R
/Next 63 0 R
>>
endobj
@@ -9495,48 +9680,47 @@ endobj
<<
/Title 56 0 R
/A 53 0 R
-/Parent 51 0 R
-/Next 59 0 R
+/Parent 23 0 R
+/Prev 43 0 R
+/Next 71 0 R
+/First 59 0 R
+/Last 67 0 R
+/Count -3
>>
endobj
51 0 obj
<<
/Title 52 0 R
/A 49 0 R
-/Parent 23 0 R
-/Prev 39 0 R
-/Next 67 0 R
-/First 55 0 R
-/Last 63 0 R
-/Count -3
+/Parent 43 0 R
+/Prev 47 0 R
>>
endobj
47 0 obj
<<
/Title 48 0 R
/A 45 0 R
-/Parent 39 0 R
-/Prev 43 0 R
+/Parent 43 0 R
+/Next 51 0 R
>>
endobj
43 0 obj
<<
/Title 44 0 R
/A 41 0 R
-/Parent 39 0 R
-/Next 47 0 R
+/Parent 23 0 R
+/Prev 35 0 R
+/Next 55 0 R
+/First 47 0 R
+/Last 51 0 R
+/Count -2
>>
endobj
39 0 obj
<<
/Title 40 0 R
/A 37 0 R
-/Parent 23 0 R
-/Prev 35 0 R
-/Next 51 0 R
-/First 43 0 R
-/Last 47 0 R
-/Count -2
+/Parent 35 0 R
>>
endobj
35 0 obj
@@ -9545,7 +9729,10 @@ endobj
/A 33 0 R
/Parent 23 0 R
/Prev 27 0 R
-/Next 39 0 R
+/Next 43 0 R
+/First 39 0 R
+/Last 39 0 R
+/Count -1
>>
endobj
31 0 obj
@@ -9573,7 +9760,7 @@ endobj
/Parent 15 0 R
/Prev 19 0 R
/First 27 0 R
-/Last 95 0 R
+/Last 103 0 R
/Count 6
>>
endobj
@@ -9589,9 +9776,9 @@ endobj
<<
/Title 16 0 R
/A 13 0 R
-/Parent 988 0 R
+/Parent 1015 0 R
/Prev 3 0 R
-/Next 99 0 R
+/Next 107 0 R
/First 19 0 R
/Last 23 0 R
/Count 8
@@ -9617,1380 +9804,1414 @@ endobj
<<
/Title 4 0 R
/A 1 0 R
-/Parent 988 0 R
+/Parent 1015 0 R
/Next 15 0 R
/First 7 0 R
/Last 11 0 R
/Count 2
>>
endobj
-989 0 obj
+1016 0 obj
<<
-/Names [(Doc-Start) 298 0 R (Hfootnote.1) 414 0 R (Hfootnote.2) 463 0 R (Hfootnote.3) 497 0 R (Hfootnote.4) 499 0 R (Hfootnote.5) 582 0 R]
+/Names [(Doc-Start) 306 0 R (Hfootnote.1) 424 0 R (Hfootnote.2) 473 0 R (Hfootnote.3) 508 0 R (Hfootnote.4) 510 0 R (Hfootnote.5) 565 0 R]
/Limits [(Doc-Start) (Hfootnote.5)]
>>
endobj
-990 0 obj
+1017 0 obj
<<
-/Names [(Hfootnote.6) 583 0 R (Item.1) 411 0 R (Item.10) 595 0 R (Item.11) 649 0 R (Item.12) 650 0 R (Item.13) 651 0 R]
-/Limits [(Hfootnote.6) (Item.13)]
+/Names [(Hfootnote.6) 566 0 R (Hfootnote.7) 604 0 R (Hfootnote.8) 605 0 R (Item.1) 421 0 R (Item.10) 617 0 R (Item.11) 671 0 R]
+/Limits [(Hfootnote.6) (Item.11)]
>>
endobj
-991 0 obj
+1018 0 obj
<<
-/Names [(Item.14) 739 0 R (Item.15) 740 0 R (Item.16) 741 0 R (Item.17) 742 0 R (Item.18) 751 0 R (Item.19) 752 0 R]
-/Limits [(Item.14) (Item.19)]
+/Names [(Item.12) 672 0 R (Item.13) 673 0 R (Item.14) 761 0 R (Item.15) 762 0 R (Item.16) 763 0 R (Item.17) 764 0 R]
+/Limits [(Item.12) (Item.17)]
>>
endobj
-992 0 obj
+1019 0 obj
<<
-/Names [(Item.2) 412 0 R (Item.20) 753 0 R (Item.21) 754 0 R (Item.22) 763 0 R (Item.23) 764 0 R (Item.24) 769 0 R]
-/Limits [(Item.2) (Item.24)]
+/Names [(Item.18) 773 0 R (Item.19) 774 0 R (Item.2) 422 0 R (Item.20) 775 0 R (Item.21) 776 0 R (Item.22) 785 0 R]
+/Limits [(Item.18) (Item.22)]
>>
endobj
-993 0 obj
+1020 0 obj
<<
-/Names [(Item.25) 779 0 R (Item.26) 780 0 R (Item.27) 781 0 R (Item.28) 782 0 R (Item.29) 783 0 R (Item.3) 426 0 R]
-/Limits [(Item.25) (Item.3)]
+/Names [(Item.23) 786 0 R (Item.24) 791 0 R (Item.25) 801 0 R (Item.26) 802 0 R (Item.27) 803 0 R (Item.28) 804 0 R]
+/Limits [(Item.23) (Item.28)]
>>
endobj
-994 0 obj
+1021 0 obj
<<
-/Names [(Item.30) 784 0 R (Item.31) 785 0 R (Item.32) 786 0 R (Item.33) 791 0 R (Item.34) 792 0 R (Item.35) 793 0 R]
-/Limits [(Item.30) (Item.35)]
+/Names [(Item.29) 805 0 R (Item.3) 436 0 R (Item.30) 806 0 R (Item.31) 807 0 R (Item.32) 808 0 R (Item.33) 809 0 R]
+/Limits [(Item.29) (Item.33)]
>>
endobj
-995 0 obj
+1022 0 obj
<<
-/Names [(Item.36) 794 0 R (Item.37) 795 0 R (Item.38) 796 0 R (Item.39) 797 0 R (Item.4) 427 0 R (Item.40) 798 0 R]
-/Limits [(Item.36) (Item.40)]
+/Names [(Item.34) 814 0 R (Item.35) 815 0 R (Item.36) 816 0 R (Item.37) 817 0 R (Item.38) 818 0 R (Item.39) 819 0 R]
+/Limits [(Item.34) (Item.39)]
>>
endobj
-996 0 obj
+1023 0 obj
<<
-/Names [(Item.41) 799 0 R (Item.42) 800 0 R (Item.43) 838 0 R (Item.44) 839 0 R (Item.45) 840 0 R (Item.46) 841 0 R]
-/Limits [(Item.41) (Item.46)]
+/Names [(Item.4) 437 0 R (Item.40) 820 0 R (Item.41) 821 0 R (Item.42) 822 0 R (Item.43) 823 0 R (Item.44) 861 0 R]
+/Limits [(Item.4) (Item.44)]
>>
endobj
-997 0 obj
+1024 0 obj
<<
-/Names [(Item.47) 842 0 R (Item.48) 843 0 R (Item.49) 848 0 R (Item.5) 428 0 R (Item.50) 849 0 R (Item.51) 850 0 R]
-/Limits [(Item.47) (Item.51)]
+/Names [(Item.45) 862 0 R (Item.46) 863 0 R (Item.47) 864 0 R (Item.48) 865 0 R (Item.49) 866 0 R (Item.5) 438 0 R]
+/Limits [(Item.45) (Item.5)]
>>
endobj
-998 0 obj
+1025 0 obj
<<
-/Names [(Item.52) 851 0 R (Item.53) 852 0 R (Item.54) 853 0 R (Item.55) 854 0 R (Item.56) 855 0 R (Item.57) 856 0 R]
-/Limits [(Item.52) (Item.57)]
+/Names [(Item.50) 872 0 R (Item.51) 873 0 R (Item.52) 874 0 R (Item.53) 875 0 R (Item.54) 876 0 R (Item.55) 877 0 R]
+/Limits [(Item.50) (Item.55)]
>>
endobj
-999 0 obj
+1026 0 obj
<<
-/Names [(Item.58) 857 0 R (Item.6) 429 0 R (Item.7) 430 0 R (Item.8) 593 0 R (Item.9) 594 0 R (chapter*.3) 359 0 R]
-/Limits [(Item.58) (chapter*.3)]
+/Names [(Item.56) 878 0 R (Item.57) 879 0 R (Item.58) 880 0 R (Item.59) 881 0 R (Item.6) 439 0 R (Item.60) 882 0 R]
+/Limits [(Item.56) (Item.60)]
>>
endobj
-1000 0 obj
+1027 0 obj
<<
-/Names [(chapter.1) 2 0 R (chapter.2) 14 0 R (chapter.3) 98 0 R (chapter.4) 182 0 R (chapter.5) 230 0 R (equation.1.2.1) 440 0 R]
-/Limits [(chapter.1) (equation.1.2.1)]
+/Names [(Item.61) 883 0 R (Item.62) 884 0 R (Item.63) 885 0 R (Item.7) 440 0 R (Item.8) 615 0 R (Item.9) 616 0 R]
+/Limits [(Item.61) (Item.9)]
>>
endobj
-1001 0 obj
+1028 0 obj
<<
-/Names [(equation.1.2.2) 441 0 R (equation.1.2.3) 442 0 R (equation.1.2.4) 449 0 R (equation.1.2.5) 450 0 R (equation.1.2.6) 451 0 R (equation.1.2.7) 453 0 R]
-/Limits [(equation.1.2.2) (equation.1.2.7)]
+/Names [(chapter*.3) 367 0 R (chapter.1) 2 0 R (chapter.2) 14 0 R (chapter.3) 106 0 R (chapter.4) 190 0 R (chapter.5) 238 0 R]
+/Limits [(chapter*.3) (chapter.5)]
>>
endobj
-1002 0 obj
+1029 0 obj
<<
-/Names [(page.1) 297 0 R (page.10) 484 0 R (page.11) 496 0 R (page.12) 506 0 R (page.13) 512 0 R (page.14) 516 0 R]
-/Limits [(page.1) (page.14)]
+/Names [(equation.1.2.1) 450 0 R (equation.1.2.2) 451 0 R (equation.1.2.3) 452 0 R (equation.1.2.4) 459 0 R (equation.1.2.5) 460 0 R (equation.1.2.6) 461 0 R]
+/Limits [(equation.1.2.1) (equation.1.2.6)]
>>
endobj
-1003 0 obj
+1030 0 obj
<<
-/Names [(page.15) 524 0 R (page.16) 530 0 R (page.17) 536 0 R (page.18) 541 0 R (page.19) 545 0 R (page.2) 358 0 R]
-/Limits [(page.15) (page.2)]
+/Names [(equation.1.2.7) 463 0 R (page.1) 305 0 R (page.10) 494 0 R (page.11) 507 0 R (page.12) 517 0 R (page.13) 523 0 R]
+/Limits [(equation.1.2.7) (page.13)]
>>
endobj
-1004 0 obj
+1031 0 obj
<<
-/Names [(page.20) 549 0 R (page.21) 553 0 R (page.22) 558 0 R (page.23) 565 0 R (page.24) 573 0 R (page.25) 581 0 R]
-/Limits [(page.20) (page.25)]
+/Names [(page.14) 527 0 R (page.15) 533 0 R (page.16) 539 0 R (page.17) 546 0 R (page.18) 553 0 R (page.19) 558 0 R]
+/Limits [(page.14) (page.19)]
>>
endobj
-1005 0 obj
+1032 0 obj
<<
-/Names [(page.26) 590 0 R (page.27) 603 0 R (page.28) 607 0 R (page.29) 613 0 R (page.3) 404 0 R (page.30) 618 0 R]
-/Limits [(page.26) (page.30)]
+/Names [(page.2) 366 0 R (page.20) 564 0 R (page.21) 570 0 R (page.22) 575 0 R (page.23) 580 0 R (page.24) 588 0 R]
+/Limits [(page.2) (page.24)]
>>
endobj
-1006 0 obj
+1033 0 obj
<<
-/Names [(page.31) 624 0 R (page.32) 636 0 R (page.33) 648 0 R (page.34) 657 0 R (page.35) 661 0 R (page.36) 669 0 R]
-/Limits [(page.31) (page.36)]
+/Names [(page.25) 595 0 R (page.26) 603 0 R (page.27) 612 0 R (page.28) 625 0 R (page.29) 629 0 R (page.3) 414 0 R]
+/Limits [(page.25) (page.3)]
>>
endobj
-1007 0 obj
+1034 0 obj
<<
-/Names [(page.37) 676 0 R (page.38) 681 0 R (page.39) 685 0 R (page.4) 409 0 R (page.40) 689 0 R (page.41) 694 0 R]
-/Limits [(page.37) (page.41)]
+/Names [(page.30) 636 0 R (page.31) 640 0 R (page.32) 646 0 R (page.33) 658 0 R (page.34) 670 0 R (page.35) 679 0 R]
+/Limits [(page.30) (page.35)]
>>
endobj
-1008 0 obj
+1035 0 obj
<<
-/Names [(page.42) 699 0 R (page.43) 706 0 R (page.44) 712 0 R (page.45) 716 0 R (page.46) 720 0 R (page.47) 731 0 R]
-/Limits [(page.42) (page.47)]
+/Names [(page.36) 684 0 R (page.37) 691 0 R (page.38) 698 0 R (page.39) 703 0 R (page.4) 419 0 R (page.40) 707 0 R]
+/Limits [(page.36) (page.40)]
>>
endobj
-1009 0 obj
+1036 0 obj
<<
-/Names [(page.48) 738 0 R (page.49) 746 0 R (page.5) 425 0 R (page.50) 750 0 R (page.51) 761 0 R (page.52) 768 0 R]
-/Limits [(page.48) (page.52)]
+/Names [(page.41) 711 0 R (page.42) 717 0 R (page.43) 721 0 R (page.44) 728 0 R (page.45) 734 0 R (page.46) 738 0 R]
+/Limits [(page.41) (page.46)]
>>
endobj
-1010 0 obj
+1037 0 obj
<<
-/Names [(page.53) 773 0 R (page.54) 778 0 R (page.55) 790 0 R (page.56) 804 0 R (page.57) 808 0 R (page.58) 812 0 R]
-/Limits [(page.53) (page.58)]
+/Names [(page.47) 742 0 R (page.48) 754 0 R (page.49) 760 0 R (page.5) 435 0 R (page.50) 768 0 R (page.51) 772 0 R]
+/Limits [(page.47) (page.51)]
>>
endobj
-1011 0 obj
+1038 0 obj
<<
-/Names [(page.59) 816 0 R (page.6) 438 0 R (page.60) 821 0 R (page.61) 825 0 R (page.62) 829 0 R (page.63) 833 0 R]
-/Limits [(page.59) (page.63)]
+/Names [(page.52) 783 0 R (page.53) 790 0 R (page.54) 796 0 R (page.55) 800 0 R (page.56) 813 0 R (page.57) 827 0 R]
+/Limits [(page.52) (page.57)]
>>
endobj
-1012 0 obj
+1039 0 obj
<<
-/Names [(page.64) 837 0 R (page.65) 847 0 R (page.7) 448 0 R (page.8) 460 0 R (page.9) 478 0 R (section*.1) 320 0 R]
-/Limits [(page.64) (section*.1)]
+/Names [(page.58) 831 0 R (page.59) 835 0 R (page.6) 448 0 R (page.60) 840 0 R (page.61) 844 0 R (page.62) 848 0 R]
+/Limits [(page.58) (page.62)]
>>
endobj
-1013 0 obj
+1040 0 obj
<<
-/Names [(section*.10) 670 0 R (section*.11) 671 0 R (section*.12) 672 0 R (section*.13) 677 0 R (section*.2) 321 0 R (section*.4) 462 0 R]
-/Limits [(section*.10) (section*.4)]
+/Names [(page.63) 852 0 R (page.64) 856 0 R (page.65) 860 0 R (page.66) 871 0 R (page.7) 458 0 R (page.8) 470 0 R]
+/Limits [(page.63) (page.8)]
>>
endobj
-1014 0 obj
+1041 0 obj
<<
-/Names [(section*.8) 662 0 R (section*.9) 664 0 R (section.1.1) 6 0 R (section.1.2) 10 0 R (section.2.1) 18 0 R (section.2.2) 22 0 R]
-/Limits [(section*.8) (section.2.2)]
+/Names [(page.9) 489 0 R (section*.1) 328 0 R (section*.10) 687 0 R (section*.11) 692 0 R (section*.12) 693 0 R (section*.13) 694 0 R]
+/Limits [(page.9) (section*.13)]
>>
endobj
-1015 0 obj
+1042 0 obj
<<
-/Names [(section.3.1) 102 0 R (section.3.2) 106 0 R (section.3.3) 126 0 R (section.3.4) 174 0 R (section.4.1) 186 0 R (section.4.2) 214 0 R]
-/Limits [(section.3.1) (section.4.2)]
+/Names [(section*.14) 699 0 R (section*.2) 329 0 R (section*.4) 472 0 R (section*.5) 571 0 R (section*.9) 685 0 R (section.1.1) 6 0 R]
+/Limits [(section*.14) (section.1.1)]
>>
endobj
-1016 0 obj
+1043 0 obj
<<
-/Names [(section.5.1) 234 0 R (section.5.2) 238 0 R (section.5.3) 278 0 R (section.5.4) 282 0 R (section.5.5) 286 0 R (section.5.6) 290 0 R]
-/Limits [(section.5.1) (section.5.6)]
+/Names [(section.1.2) 10 0 R (section.2.1) 18 0 R (section.2.2) 22 0 R (section.3.1) 110 0 R (section.3.2) 114 0 R (section.3.3) 134 0 R]
+/Limits [(section.1.2) (section.3.3)]
>>
endobj
-1017 0 obj
+1044 0 obj
<<
-/Names [(subsection.2.2.1) 26 0 R (subsection.2.2.2) 34 0 R (subsection.2.2.3) 38 0 R (subsection.2.2.4) 50 0 R (subsection.2.2.5) 66 0 R (subsection.2.2.6) 94 0 R]
-/Limits [(subsection.2.2.1) (subsection.2.2.6)]
+/Names [(section.3.4) 182 0 R (section.4.1) 194 0 R (section.4.2) 222 0 R (section.5.1) 242 0 R (section.5.2) 246 0 R (section.5.3) 286 0 R]
+/Limits [(section.3.4) (section.5.3)]
>>
endobj
-1018 0 obj
+1045 0 obj
<<
-/Names [(subsection.3.2.1) 110 0 R (subsection.3.2.2) 114 0 R (subsection.3.2.3) 118 0 R (subsection.3.2.4) 122 0 R (subsection.3.3.1) 130 0 R (subsection.3.3.2) 138 0 R]
-/Limits [(subsection.3.2.1) (subsection.3.3.2)]
+/Names [(section.5.4) 290 0 R (section.5.5) 294 0 R (section.5.6) 298 0 R (subsection.2.2.1) 26 0 R (subsection.2.2.2) 34 0 R (subsection.2.2.3) 42 0 R]
+/Limits [(section.5.4) (subsection.2.2.3)]
>>
endobj
-1019 0 obj
+1046 0 obj
<<
-/Names [(subsection.3.3.3) 170 0 R (subsection.3.4.1) 178 0 R (subsection.4.1.1) 190 0 R (subsection.4.1.2) 194 0 R (subsection.4.1.3) 198 0 R (subsection.4.1.4) 206 0 R]
-/Limits [(subsection.3.3.3) (subsection.4.1.4)]
+/Names [(subsection.2.2.4) 54 0 R (subsection.2.2.5) 70 0 R (subsection.2.2.6) 102 0 R (subsection.3.2.1) 118 0 R (subsection.3.2.2) 122 0 R (subsection.3.2.3) 126 0 R]
+/Limits [(subsection.2.2.4) (subsection.3.2.3)]
>>
endobj
-1020 0 obj
+1047 0 obj
<<
-/Names [(subsection.4.1.5) 210 0 R (subsection.4.2.1) 218 0 R (subsection.4.2.2) 222 0 R (subsection.4.2.3) 226 0 R (subsection.5.2.1) 242 0 R (subsection.5.2.2) 246 0 R]
-/Limits [(subsection.4.1.5) (subsection.5.2.2)]
+/Names [(subsection.3.2.4) 130 0 R (subsection.3.3.1) 138 0 R (subsection.3.3.2) 146 0 R (subsection.3.3.3) 178 0 R (subsection.3.4.1) 186 0 R (subsection.4.1.1) 198 0 R]
+/Limits [(subsection.3.2.4) (subsection.4.1.1)]
>>
endobj
-1021 0 obj
+1048 0 obj
<<
-/Names [(subsection.5.2.3) 254 0 R (subsection.5.2.4) 262 0 R (subsection.5.2.5) 270 0 R (subsection.5.2.6) 274 0 R (subsubsection.2.2.1.1) 30 0 R (subsubsection.2.2.3.1) 42 0 R]
-/Limits [(subsection.5.2.3) (subsubsection.2.2.3.1)]
+/Names [(subsection.4.1.2) 202 0 R (subsection.4.1.3) 206 0 R (subsection.4.1.4) 214 0 R (subsection.4.1.5) 218 0 R (subsection.4.2.1) 226 0 R (subsection.4.2.2) 230 0 R]
+/Limits [(subsection.4.1.2) (subsection.4.2.2)]
>>
endobj
-1022 0 obj
+1049 0 obj
<<
-/Names [(subsubsection.2.2.3.2) 46 0 R (subsubsection.2.2.4.1) 54 0 R (subsubsection.2.2.4.2) 58 0 R (subsubsection.2.2.4.3) 62 0 R (subsubsection.2.2.5.1) 70 0 R (subsubsection.2.2.5.2) 74 0 R]
-/Limits [(subsubsection.2.2.3.2) (subsubsection.2.2.5.2)]
+/Names [(subsection.4.2.3) 234 0 R (subsection.5.2.1) 250 0 R (subsection.5.2.2) 254 0 R (subsection.5.2.3) 262 0 R (subsection.5.2.4) 270 0 R (subsection.5.2.5) 278 0 R]
+/Limits [(subsection.4.2.3) (subsection.5.2.5)]
>>
endobj
-1023 0 obj
+1050 0 obj
<<
-/Names [(subsubsection.2.2.5.3) 78 0 R (subsubsection.2.2.5.4) 82 0 R (subsubsection.2.2.5.5) 86 0 R (subsubsection.2.2.5.6) 90 0 R (subsubsection.3.3.1.1) 134 0 R (subsubsection.3.3.2.1) 142 0 R]
-/Limits [(subsubsection.2.2.5.3) (subsubsection.3.3.2.1)]
+/Names [(subsection.5.2.6) 282 0 R (subsubsection.2.2.1.1) 30 0 R (subsubsection.2.2.2.1) 38 0 R (subsubsection.2.2.3.1) 46 0 R (subsubsection.2.2.3.2) 50 0 R (subsubsection.2.2.4.1) 58 0 R]
+/Limits [(subsection.5.2.6) (subsubsection.2.2.4.1)]
>>
endobj
-1024 0 obj
+1051 0 obj
<<
-/Names [(subsubsection.3.3.2.2) 146 0 R (subsubsection.3.3.2.3) 150 0 R (subsubsection.3.3.2.4) 154 0 R (subsubsection.3.3.2.5) 158 0 R (subsubsection.3.3.2.6) 162 0 R (subsubsection.3.3.2.7) 166 0 R]
-/Limits [(subsubsection.3.3.2.2) (subsubsection.3.3.2.7)]
+/Names [(subsubsection.2.2.4.2) 62 0 R (subsubsection.2.2.4.3) 66 0 R (subsubsection.2.2.5.1) 74 0 R (subsubsection.2.2.5.2) 78 0 R (subsubsection.2.2.5.3) 82 0 R (subsubsection.2.2.5.4) 86 0 R]
+/Limits [(subsubsection.2.2.4.2) (subsubsection.2.2.5.4)]
>>
endobj
-1025 0 obj
+1052 0 obj
<<
-/Names [(subsubsection.4.1.3.1) 202 0 R (subsubsection.5.2.2.1) 250 0 R (subsubsection.5.2.3.1) 258 0 R (subsubsection.5.2.4.1) 266 0 R (subtable.3.3.1) 638 0 R (subtable.3.3.2) 639 0 R]
-/Limits [(subsubsection.4.1.3.1) (subtable.3.3.2)]
+/Names [(subsubsection.2.2.5.5) 90 0 R (subsubsection.2.2.5.6) 94 0 R (subsubsection.2.2.5.7) 98 0 R (subsubsection.3.3.1.1) 142 0 R (subsubsection.3.3.2.1) 150 0 R (subsubsection.3.3.2.2) 154 0 R]
+/Limits [(subsubsection.2.2.5.5) (subsubsection.3.3.2.2)]
>>
endobj
-1026 0 obj
+1053 0 obj
<<
-/Names [(subtable.3.3.3) 640 0 R (subtable.3.3.4) 641 0 R (table.caption.14) 732 0 R (table.caption.15) 762 0 R (table.caption.5) 591 0 R (table.caption.6) 596 0 R]
-/Limits [(subtable.3.3.3) (table.caption.6)]
+/Names [(subsubsection.3.3.2.3) 158 0 R (subsubsection.3.3.2.4) 162 0 R (subsubsection.3.3.2.5) 166 0 R (subsubsection.3.3.2.6) 170 0 R (subsubsection.3.3.2.7) 174 0 R (subsubsection.4.1.3.1) 210 0 R]
+/Limits [(subsubsection.3.3.2.3) (subsubsection.4.1.3.1)]
>>
endobj
-1027 0 obj
+1054 0 obj
<<
-/Names [(table.caption.7) 637 0 R]
-/Limits [(table.caption.7) (table.caption.7)]
+/Names [(subsubsection.5.2.2.1) 258 0 R (subsubsection.5.2.3.1) 266 0 R (subsubsection.5.2.4.1) 274 0 R (subtable.3.3.1) 660 0 R (subtable.3.3.2) 661 0 R (subtable.3.3.3) 662 0 R]
+/Limits [(subsubsection.5.2.2.1) (subtable.3.3.3)]
>>
endobj
-1028 0 obj
+1055 0 obj
<<
-/Kids [989 0 R 990 0 R 991 0 R 992 0 R 993 0 R 994 0 R]
-/Limits [(Doc-Start) (Item.35)]
+/Names [(subtable.3.3.4) 663 0 R (table.caption.15) 755 0 R (table.caption.16) 784 0 R (table.caption.6) 613 0 R (table.caption.7) 618 0 R (table.caption.8) 659 0 R]
+/Limits [(subtable.3.3.4) (table.caption.8)]
>>
endobj
-1029 0 obj
+1056 0 obj
<<
-/Kids [995 0 R 996 0 R 997 0 R 998 0 R 999 0 R 1000 0 R]
-/Limits [(Item.36) (equation.1.2.1)]
+/Kids [1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R 1021 0 R]
+/Limits [(Doc-Start) (Item.33)]
>>
endobj
-1030 0 obj
+1057 0 obj
<<
-/Kids [1001 0 R 1002 0 R 1003 0 R 1004 0 R 1005 0 R 1006 0 R]
-/Limits [(equation.1.2.2) (page.36)]
+/Kids [1022 0 R 1023 0 R 1024 0 R 1025 0 R 1026 0 R 1027 0 R]
+/Limits [(Item.34) (Item.9)]
>>
endobj
-1031 0 obj
+1058 0 obj
<<
-/Kids [1007 0 R 1008 0 R 1009 0 R 1010 0 R 1011 0 R 1012 0 R]
-/Limits [(page.37) (section*.1)]
+/Kids [1028 0 R 1029 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R]
+/Limits [(chapter*.3) (page.3)]
>>
endobj
-1032 0 obj
+1059 0 obj
<<
-/Kids [1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R]
-/Limits [(section*.10) (subsection.3.3.2)]
+/Kids [1034 0 R 1035 0 R 1036 0 R 1037 0 R 1038 0 R 1039 0 R]
+/Limits [(page.30) (page.62)]
>>
endobj
-1033 0 obj
+1060 0 obj
<<
-/Kids [1019 0 R 1020 0 R 1021 0 R 1022 0 R 1023 0 R 1024 0 R]
-/Limits [(subsection.3.3.3) (subsubsection.3.3.2.7)]
+/Kids [1040 0 R 1041 0 R 1042 0 R 1043 0 R 1044 0 R 1045 0 R]
+/Limits [(page.63) (subsection.2.2.3)]
>>
endobj
-1034 0 obj
+1061 0 obj
<<
-/Kids [1025 0 R 1026 0 R 1027 0 R]
-/Limits [(subsubsection.4.1.3.1) (table.caption.7)]
+/Kids [1046 0 R 1047 0 R 1048 0 R 1049 0 R 1050 0 R 1051 0 R]
+/Limits [(subsection.2.2.4) (subsubsection.2.2.5.4)]
>>
endobj
-1035 0 obj
+1062 0 obj
<<
-/Kids [1028 0 R 1029 0 R 1030 0 R 1031 0 R 1032 0 R 1033 0 R]
-/Limits [(Doc-Start) (subsubsection.3.3.2.7)]
+/Kids [1052 0 R 1053 0 R 1054 0 R 1055 0 R]
+/Limits [(subsubsection.2.2.5.5) (table.caption.8)]
>>
endobj
-1036 0 obj
+1063 0 obj
<<
-/Kids [1034 0 R]
-/Limits [(subsubsection.4.1.3.1) (table.caption.7)]
+/Kids [1056 0 R 1057 0 R 1058 0 R 1059 0 R 1060 0 R 1061 0 R]
+/Limits [(Doc-Start) (subsubsection.2.2.5.4)]
>>
endobj
-1037 0 obj
+1064 0 obj
<<
-/Kids [1035 0 R 1036 0 R]
-/Limits [(Doc-Start) (table.caption.7)]
+/Kids [1062 0 R]
+/Limits [(subsubsection.2.2.5.5) (table.caption.8)]
>>
endobj
-1038 0 obj
+1065 0 obj
<<
-/Dests 1037 0 R
+/Kids [1063 0 R 1064 0 R]
+/Limits [(Doc-Start) (table.caption.8)]
>>
endobj
-1039 0 obj
+1066 0 obj
+<<
+/Dests 1065 0 R
+>>
+endobj
+1067 0 obj
<<
/Type /Catalog
-/Pages 987 0 R
-/Outlines 988 0 R
-/Names 1038 0 R
+/Pages 1014 0 R
+/Outlines 1015 0 R
+/Names 1066 0 R
/PageMode/FullScreen/PageLabels<</Nums[0<</S/D>>1<</S/D>>2<</S/D>>]>>
-/OpenAction 293 0 R
+/OpenAction 301 0 R
>>
endobj
-1040 0 obj
+1068 0 obj
<<
/Producer (MiKTeX pdfTeX-1.40.24)
-/Author(\376\377\000A\000n\000d\000r\000e\000w\000\040\000P\000a\000r\000s\000l\000o\000e\000,\000\040\000\050\000a\000j\000p\000a\000r\000s\000l\000o\000e\000@\000g\000m\000a\000i\000l\000.\000c\000o\000m\000\051)/Title(\376\377\000d\000i\000f\000f\000c\000o\000e\000f\000f\000\040\000\040\000a\000\040\000L\000a\000T\000e\000X\000\040\000p\000a\000c\000k\000a\000g\000e\000\040\000t\000o\000\040\000e\000a\000s\000e\000\040\000t\000h\000e\000\040\000\040\000w\000r\000i\000t\000i\000n\000g\000\040\000o\000f\000\040\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000l\000\040\000c\000o\000e\000f\000f\000i\000c\000i\000e\000n\000t\000s\000\040\000\040\000V\000e\000r\000s\000i\000o\000n\000\040\0005\000.\0002)/Subject()/Creator(LaTeX with hyperref)/Keywords()
-/CreationDate (D:20230124081259+13'00')
-/ModDate (D:20230124081259+13'00')
+/Author(\376\377\000A\000n\000d\000r\000e\000w\000\040\000P\000a\000r\000s\000l\000o\000e\000,\000\040\000\050\000a\000j\000p\000a\000r\000s\000l\000o\000e\000@\000g\000m\000a\000i\000l\000.\000c\000o\000m\000\051)/Title(\376\377\000d\000i\000f\000f\000c\000o\000e\000f\000f\000\040\000\040\000a\000\040\000L\000a\000T\000e\000X\000\040\000p\000a\000c\000k\000a\000g\000e\000\040\000t\000o\000\040\000e\000a\000s\000e\000\040\000t\000h\000e\000\040\000\040\000w\000r\000i\000t\000i\000n\000g\000\040\000o\000f\000\040\000d\000i\000f\000f\000e\000r\000e\000n\000t\000i\000a\000l\000\040\000c\000o\000e\000f\000f\000i\000c\000i\000e\000n\000t\000s\000\040\000\040\000V\000e\000r\000s\000i\000o\000n\000\040\0005\000.\0003)/Subject()/Creator(LaTeX with hyperref)/Keywords()
+/CreationDate (D:20230412142048+12'00')
+/ModDate (D:20230412142048+12'00')
/Trapped /False
-/PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.13.0 (1.40.24))
+/PTEX.Fullbanner (This is MiKTeX-pdfTeX 4.14.0 (1.40.24))
>>
endobj
xref
-0 1041
+0 1069
0000000000 65535 f
0000000015 00000 n
-0000040768 00000 n
-0000792595 00000 n
+0000041581 00000 n
+0000801487 00000 n
0000000060 00000 n
0000000159 00000 n
-0000040828 00000 n
-0000792525 00000 n
+0000041641 00000 n
+0000801417 00000 n
0000000206 00000 n
0000000333 00000 n
-0000048497 00000 n
-0000792454 00000 n
+0000049316 00000 n
+0000801346 00000 n
0000000380 00000 n
0000000602 00000 n
-0000057078 00000 n
-0000792331 00000 n
+0000057909 00000 n
+0000801221 00000 n
0000000648 00000 n
0000000764 00000 n
-0000057201 00000 n
-0000792257 00000 n
+0000058032 00000 n
+0000801147 00000 n
0000000812 00000 n
0000000892 00000 n
-0000061615 00000 n
-0000792147 00000 n
+0000062527 00000 n
+0000801036 00000 n
0000000940 00000 n
0000001048 00000 n
-0000065509 00000 n
-0000792036 00000 n
+0000066386 00000 n
+0000800925 00000 n
0000001101 00000 n
0000001330 00000 n
-0000074295 00000 n
-0000791975 00000 n
+0000075474 00000 n
+0000800864 00000 n
0000001388 00000 n
0000001541 00000 n
-0000074356 00000 n
-0000791888 00000 n
+0000075535 00000 n
+0000800740 00000 n
0000001594 00000 n
0000001780 00000 n
-0000077409 00000 n
-0000791764 00000 n
-0000001833 00000 n
-0000002034 00000 n
-0000080188 00000 n
-0000791690 00000 n
-0000002092 00000 n
-0000002321 00000 n
-0000083686 00000 n
-0000791616 00000 n
-0000002379 00000 n
-0000002567 00000 n
-0000083747 00000 n
-0000791492 00000 n
-0000002620 00000 n
-0000002907 00000 n
-0000087043 00000 n
-0000791418 00000 n
-0000002965 00000 n
-0000003095 00000 n
-0000087104 00000 n
-0000791331 00000 n
-0000003153 00000 n
-0000003344 00000 n
-0000090580 00000 n
-0000791257 00000 n
-0000003402 00000 n
-0000003629 00000 n
-0000093645 00000 n
-0000791133 00000 n
-0000003682 00000 n
-0000003873 00000 n
-0000096497 00000 n
-0000791059 00000 n
-0000003931 00000 n
-0000004185 00000 n
-0000096558 00000 n
-0000790972 00000 n
-0000004243 00000 n
-0000004502 00000 n
-0000099629 00000 n
-0000790885 00000 n
-0000004560 00000 n
+0000078246 00000 n
+0000800679 00000 n
+0000001838 00000 n
+0000002001 00000 n
+0000080965 00000 n
+0000800555 00000 n
+0000002054 00000 n
+0000002255 00000 n
+0000083915 00000 n
+0000800481 00000 n
+0000002313 00000 n
+0000002542 00000 n
+0000083976 00000 n
+0000800407 00000 n
+0000002600 00000 n
+0000002788 00000 n
+0000084037 00000 n
+0000800283 00000 n
+0000002841 00000 n
+0000003128 00000 n
+0000091227 00000 n
+0000800209 00000 n
+0000003186 00000 n
+0000003316 00000 n
+0000091288 00000 n
+0000800122 00000 n
+0000003374 00000 n
+0000003565 00000 n
+0000091349 00000 n
+0000800048 00000 n
+0000003623 00000 n
+0000003850 00000 n
+0000094446 00000 n
+0000799923 00000 n
+0000003903 00000 n
+0000004094 00000 n
+0000097564 00000 n
+0000799849 00000 n
+0000004152 00000 n
+0000004406 00000 n
+0000101404 00000 n
+0000799762 00000 n
+0000004464 00000 n
+0000004627 00000 n
+0000101465 00000 n
+0000799675 00000 n
0000004685 00000 n
-0000102185 00000 n
-0000790798 00000 n
-0000004743 00000 n
-0000004886 00000 n
-0000105570 00000 n
-0000790711 00000 n
-0000004944 00000 n
-0000005239 00000 n
-0000105631 00000 n
-0000790637 00000 n
-0000005297 00000 n
-0000005506 00000 n
-0000109029 00000 n
-0000790563 00000 n
-0000005559 00000 n
-0000005810 00000 n
-0000116507 00000 n
-0000790434 00000 n
-0000005856 00000 n
-0000006059 00000 n
-0000116568 00000 n
-0000790356 00000 n
-0000006108 00000 n
-0000006252 00000 n
-0000120401 00000 n
-0000790226 00000 n
-0000006301 00000 n
-0000006519 00000 n
-0000135080 00000 n
-0000790147 00000 n
-0000006573 00000 n
-0000006906 00000 n
-0000139151 00000 n
-0000790054 00000 n
-0000006960 00000 n
-0000007283 00000 n
-0000139213 00000 n
-0000789961 00000 n
+0000004929 00000 n
+0000104933 00000 n
+0000799588 00000 n
+0000004987 00000 n
+0000005112 00000 n
+0000107771 00000 n
+0000799501 00000 n
+0000005170 00000 n
+0000005313 00000 n
+0000111083 00000 n
+0000799414 00000 n
+0000005371 00000 n
+0000005666 00000 n
+0000111144 00000 n
+0000799339 00000 n
+0000005724 00000 n
+0000005934 00000 n
+0000114639 00000 n
+0000799262 00000 n
+0000005988 00000 n
+0000006240 00000 n
+0000122118 00000 n
+0000799130 00000 n
+0000006287 00000 n
+0000006490 00000 n
+0000122180 00000 n
+0000799051 00000 n
+0000006539 00000 n
+0000006683 00000 n
+0000126013 00000 n
+0000798920 00000 n
+0000006732 00000 n
+0000006950 00000 n
+0000140695 00000 n
+0000798841 00000 n
+0000007004 00000 n
0000007337 00000 n
-0000007650 00000 n
-0000143153 00000 n
-0000789882 00000 n
-0000007704 00000 n
-0000008030 00000 n
-0000143215 00000 n
-0000789752 00000 n
-0000008079 00000 n
-0000008315 00000 n
-0000147108 00000 n
-0000789634 00000 n
-0000008369 00000 n
-0000008501 00000 n
-0000150670 00000 n
-0000789569 00000 n
-0000008560 00000 n
-0000008717 00000 n
-0000150731 00000 n
-0000789437 00000 n
-0000008771 00000 n
-0000008938 00000 n
-0000155976 00000 n
-0000789358 00000 n
-0000008997 00000 n
-0000009179 00000 n
+0000144766 00000 n
+0000798748 00000 n
+0000007391 00000 n
+0000007714 00000 n
+0000144828 00000 n
+0000798655 00000 n
+0000007768 00000 n
+0000008081 00000 n
+0000148768 00000 n
+0000798576 00000 n
+0000008135 00000 n
+0000008461 00000 n
+0000148830 00000 n
+0000798445 00000 n
+0000008510 00000 n
+0000008746 00000 n
+0000152723 00000 n
+0000798327 00000 n
+0000008800 00000 n
+0000008932 00000 n
+0000156285 00000 n
+0000798262 00000 n
+0000008991 00000 n
+0000009148 00000 n
+0000156346 00000 n
+0000798130 00000 n
+0000009202 00000 n
+0000009369 00000 n
+0000161586 00000 n
+0000798051 00000 n
+0000009428 00000 n
+0000009610 00000 n
+0000161710 00000 n
+0000797958 00000 n
+0000009669 00000 n
+0000009926 00000 n
+0000164342 00000 n
+0000797865 00000 n
+0000009985 00000 n
+0000010157 00000 n
+0000167034 00000 n
+0000797772 00000 n
+0000010216 00000 n
+0000010443 00000 n
+0000169305 00000 n
+0000797679 00000 n
+0000010502 00000 n
+0000010681 00000 n
+0000172828 00000 n
+0000797586 00000 n
+0000010740 00000 n
+0000010937 00000 n
+0000172890 00000 n
+0000797507 00000 n
+0000010996 00000 n
+0000011227 00000 n
+0000175746 00000 n
+0000797428 00000 n
+0000011281 00000 n
+0000011420 00000 n
+0000178586 00000 n
+0000797311 00000 n
+0000011469 00000 n
+0000011659 00000 n
+0000181945 00000 n
+0000797246 00000 n
+0000011713 00000 n
+0000011903 00000 n
+0000186381 00000 n
+0000797113 00000 n
+0000011950 00000 n
+0000012132 00000 n
+0000186443 00000 n
+0000796996 00000 n
+0000012181 00000 n
+0000012297 00000 n
+0000190121 00000 n
+0000796917 00000 n
+0000012351 00000 n
+0000012480 00000 n
+0000190245 00000 n
+0000796824 00000 n
+0000012534 00000 n
+0000012691 00000 n
+0000194044 00000 n
+0000796692 00000 n
+0000012745 00000 n
+0000012960 00000 n
+0000196871 00000 n
+0000796627 00000 n
+0000013019 00000 n
+0000013158 00000 n
+0000199714 00000 n
+0000796534 00000 n
+0000013212 00000 n
+0000013361 00000 n
+0000199776 00000 n
+0000796455 00000 n
+0000013415 00000 n
+0000013521 00000 n
+0000200086 00000 n
+0000796338 00000 n
+0000013570 00000 n
+0000013666 00000 n
+0000203348 00000 n
+0000796259 00000 n
+0000013720 00000 n
+0000013849 00000 n
+0000203472 00000 n
+0000796166 00000 n
+0000013903 00000 n
+0000014093 00000 n
+0000207301 00000 n
+0000796087 00000 n
+0000014147 00000 n
+0000014296 00000 n
+0000209159 00000 n
+0000795968 00000 n
+0000014343 00000 n
+0000014429 00000 n
+0000209221 00000 n
+0000795889 00000 n
+0000014478 00000 n
+0000014569 00000 n
+0000212604 00000 n
+0000795758 00000 n
+0000014618 00000 n
+0000014714 00000 n
+0000213823 00000 n
+0000795679 00000 n
+0000014768 00000 n
+0000014928 00000 n
+0000213885 00000 n
+0000795547 00000 n
+0000014982 00000 n
+0000015225 00000 n
+0000215172 00000 n
+0000795482 00000 n
+0000015284 00000 n
+0000015380 00000 n
+0000215233 00000 n
+0000795350 00000 n
+0000015434 00000 n
+0000015667 00000 n
+0000216480 00000 n
+0000795285 00000 n
+0000015726 00000 n
+0000015822 00000 n
+0000216542 00000 n
+0000795153 00000 n
+0000015876 00000 n
+0000016074 00000 n
+0000216604 00000 n
+0000795088 00000 n
+0000016133 00000 n
+0000016229 00000 n
+0000216666 00000 n
+0000794995 00000 n
+0000016283 00000 n
+0000016428 00000 n
+0000217937 00000 n
+0000794916 00000 n
+0000016482 00000 n
+0000016647 00000 n
+0000217999 00000 n
+0000794823 00000 n
+0000016696 00000 n
+0000016868 00000 n
+0000220994 00000 n
+0000794730 00000 n
+0000016917 00000 n
+0000017071 00000 n
+0000222648 00000 n
+0000794637 00000 n
+0000017120 00000 n
+0000017279 00000 n
+0000225462 00000 n
+0000794558 00000 n
+0000017328 00000 n
+0000017457 00000 n
+0000017947 00000 n
+0000018182 00000 n
+0000017507 00000 n
+0000018059 00000 n
+0000018120 00000 n
+0000776238 00000 n
+0000765099 00000 n
+0000763985 00000 n
+0000769550 00000 n
+0000792784 00000 n
+0000019808 00000 n
+0000019696 00000 n
+0000018293 00000 n
+0000759524 00000 n
+0000775123 00000 n
+0000762871 00000 n
+0000767325 00000 n
+0000791042 00000 n
+0000782891 00000 n
+0000788571 00000 n
+0000781135 00000 n
+0000022532 00000 n
+0000022685 00000 n
+0000022962 00000 n
+0000022392 00000 n
+0000019971 00000 n
+0000022839 00000 n
+0000022900 00000 n
+0000024946 00000 n
+0000025097 00000 n
+0000025250 00000 n
+0000025404 00000 n
+0000025556 00000 n
+0000025710 00000 n
+0000025864 00000 n
+0000026022 00000 n
+0000026186 00000 n
+0000026344 00000 n
+0000026507 00000 n
+0000026665 00000 n
+0000026829 00000 n
+0000026990 00000 n
+0000027148 00000 n
+0000027311 00000 n
+0000027475 00000 n
+0000027637 00000 n
+0000027795 00000 n
+0000027959 00000 n
+0000028123 00000 n
+0000028287 00000 n
+0000028451 00000 n
+0000028615 00000 n
+0000028779 00000 n
+0000028943 00000 n
+0000029101 00000 n
+0000029253 00000 n
+0000029406 00000 n
+0000029560 00000 n
+0000029714 00000 n
+0000029872 00000 n
+0000032412 00000 n
+0000030152 00000 n
+0000024566 00000 n
+0000023112 00000 n
+0000030029 00000 n
+0000030090 00000 n
+0000760638 00000 n
+0000032570 00000 n
+0000032724 00000 n
+0000032882 00000 n
+0000033046 00000 n
+0000033204 00000 n
+0000033367 00000 n
+0000033531 00000 n
+0000033695 00000 n
+0000033859 00000 n
+0000034023 00000 n
+0000034186 00000 n
+0000034350 00000 n
+0000034508 00000 n
+0000034662 00000 n
+0000034819 00000 n
+0000034971 00000 n
+0000035125 00000 n
+0000035283 00000 n
+0000035441 00000 n
+0000035599 00000 n
+0000035763 00000 n
+0000035921 00000 n
+0000036079 00000 n
+0000036233 00000 n
+0000036391 00000 n
+0000036547 00000 n
+0000036705 00000 n
+0000036857 00000 n
+0000037011 00000 n
+0000037165 00000 n
+0000037323 00000 n
+0000037481 00000 n
+0000037645 00000 n
+0000037803 00000 n
+0000037967 00000 n
+0000038125 00000 n
+0000038289 00000 n
+0000038447 00000 n
+0000038605 00000 n
+0000038759 00000 n
+0000038913 00000 n
+0000039066 00000 n
+0000039280 00000 n
+0000031944 00000 n
+0000030263 00000 n
+0000039219 00000 n
+0000041366 00000 n
+0000041887 00000 n
+0000041234 00000 n
+0000039378 00000 n
+0000041520 00000 n
+0000770665 00000 n
+0000041701 00000 n
+0000041763 00000 n
+0000766213 00000 n
+0000041825 00000 n
+0000768437 00000 n
+0000771778 00000 n
+0000044545 00000 n
+0000044704 00000 n
+0000044866 00000 n
+0000045020 00000 n
+0000045179 00000 n
+0000045708 00000 n
+0000044381 00000 n
+0000042051 00000 n
+0000045337 00000 n
+0000045398 00000 n
+0000045460 00000 n
+0000045522 00000 n
+0000045584 00000 n
+0000045646 00000 n
+0000783960 00000 n
+0000780254 00000 n
+0000792902 00000 n
+0000049098 00000 n
+0000049562 00000 n
+0000048966 00000 n
+0000045872 00000 n
+0000049255 00000 n
+0000792590 00000 n
+0000049377 00000 n
+0000049438 00000 n
+0000049500 00000 n
+0000789807 00000 n
+0000053511 00000 n
+0000053974 00000 n
+0000053379 00000 n
+0000049779 00000 n
+0000053665 00000 n
+0000053726 00000 n
+0000053788 00000 n
+0000053850 00000 n
+0000787337 00000 n
+0000053912 00000 n
+0000785029 00000 n
+0000056884 00000 n
+0000057038 00000 n
+0000058155 00000 n
+0000056728 00000 n
+0000054205 00000 n
+0000057848 00000 n
+0000786095 00000 n
+0000057970 00000 n
+0000058093 00000 n
+0000777352 00000 n
+0000057308 00000 n
+0000057579 00000 n
+0000061032 00000 n
+0000061184 00000 n
+0000061338 00000 n
+0000061497 00000 n
+0000061661 00000 n
+0000061820 00000 n
+0000061979 00000 n
+0000062143 00000 n
+0000062302 00000 n
+0000062587 00000 n
+0000060836 00000 n
+0000058398 00000 n
+0000062466 00000 n
+0000066171 00000 n
+0000066447 00000 n
+0000066039 00000 n
+0000062765 00000 n
+0000066325 00000 n
+0000070568 00000 n
+0000070722 00000 n
+0000070876 00000 n
+0000071030 00000 n
+0000071183 00000 n
+0000071347 00000 n
+0000071501 00000 n
+0000071655 00000 n
+0000071809 00000 n
+0000072148 00000 n
+0000070372 00000 n
+0000066625 00000 n
+0000071963 00000 n
+0000072024 00000 n
+0000761753 00000 n
+0000072086 00000 n
+0000793020 00000 n
+0000075095 00000 n
+0000075249 00000 n
+0000075596 00000 n
+0000074955 00000 n
+0000072406 00000 n
+0000075413 00000 n
+0000774009 00000 n
+0000078026 00000 n
+0000078307 00000 n
+0000077894 00000 n
+0000075786 00000 n
+0000078185 00000 n
+0000081026 00000 n
+0000080792 00000 n
+0000078484 00000 n
+0000080904 00000 n
+0000083546 00000 n
+0000083700 00000 n
+0000084098 00000 n
+0000083406 00000 n
+0000081203 00000 n
+0000083854 00000 n
+0000087039 00000 n
+0000087201 00000 n
+0000087416 00000 n
+0000086899 00000 n
+0000084301 00000 n
+0000087355 00000 n
+0000090694 00000 n
+0000090848 00000 n
+0000091012 00000 n
+0000091410 00000 n
+0000090546 00000 n
+0000087620 00000 n
+0000091166 00000 n
+0000793138 00000 n
+0000094231 00000 n
+0000097339 00000 n
+0000094507 00000 n
+0000094099 00000 n
+0000091600 00000 n
+0000094385 00000 n
+0000100873 00000 n
+0000097624 00000 n
+0000097207 00000 n
+0000094697 00000 n
+0000097503 00000 n
+0000101026 00000 n
+0000101179 00000 n
+0000101650 00000 n
+0000100725 00000 n
+0000097814 00000 n
+0000101343 00000 n
+0000101526 00000 n
+0000101588 00000 n
+0000104994 00000 n
+0000104698 00000 n
+0000101893 00000 n
+0000104810 00000 n
+0000104871 00000 n
+0000107832 00000 n
+0000107598 00000 n
+0000105184 00000 n
+0000107710 00000 n
+0000110866 00000 n
+0000111205 00000 n
+0000110734 00000 n
+0000108022 00000 n
+0000111022 00000 n
+0000782013 00000 n
+0000793256 00000 n
+0000114265 00000 n
+0000114417 00000 n
+0000114701 00000 n
+0000114125 00000 n
+0000111434 00000 n
+0000114578 00000 n
+0000118072 00000 n
+0000118226 00000 n
+0000118383 00000 n
+0000118597 00000 n
+0000117924 00000 n
+0000114878 00000 n
+0000118536 00000 n
+0000121446 00000 n
+0000121600 00000 n
+0000121905 00000 n
+0000121752 00000 n
+0000122365 00000 n
+0000121290 00000 n
+0000118761 00000 n
+0000122057 00000 n
+0000122241 00000 n
+0000122303 00000 n
+0000125423 00000 n
+0000125577 00000 n
+0000125734 00000 n
+0000126259 00000 n
+0000125275 00000 n
+0000122543 00000 n
+0000125890 00000 n
+0000125951 00000 n
+0000791643 00000 n
+0000126074 00000 n
+0000126135 00000 n
+0000126197 00000 n
+0000131145 00000 n
+0000129291 00000 n
+0000129448 00000 n
+0000129605 00000 n
+0000129820 00000 n
+0000129143 00000 n
+0000126411 00000 n
+0000129759 00000 n
+0000131207 00000 n
+0000130972 00000 n
+0000129946 00000 n
+0000131084 00000 n
+0000778465 00000 n
+0000793374 00000 n
+0000134458 00000 n
+0000134677 00000 n
+0000134326 00000 n
+0000131306 00000 n
+0000134616 00000 n
+0000137635 00000 n
+0000137462 00000 n
+0000134881 00000 n
+0000137574 00000 n
+0000143133 00000 n
+0000143291 00000 n
+0000140757 00000 n
+0000140522 00000 n
+0000137799 00000 n
+0000140634 00000 n
+0000143450 00000 n
+0000143607 00000 n
+0000143764 00000 n
+0000143923 00000 n
+0000144081 00000 n
+0000144237 00000 n
+0000147935 00000 n
+0000148091 00000 n
+0000144889 00000 n
+0000142945 00000 n
+0000140908 00000 n
+0000144396 00000 n
+0000144457 00000 n
+0000144519 00000 n
+0000144580 00000 n
+0000144642 00000 n
+0000144704 00000 n
+0000148248 00000 n
+0000148401 00000 n
+0000148555 00000 n
+0000149077 00000 n
+0000147771 00000 n
+0000145069 00000 n
+0000148707 00000 n
+0000148891 00000 n
+0000148953 00000 n
+0000149015 00000 n
+0000152355 00000 n
+0000152509 00000 n
+0000152785 00000 n
+0000152215 00000 n
+0000149203 00000 n
+0000152662 00000 n
+0000793492 00000 n
+0000156408 00000 n
+0000155988 00000 n
+0000152976 00000 n
0000156100 00000 n
-0000789265 00000 n
-0000009238 00000 n
-0000009495 00000 n
-0000158732 00000 n
-0000789172 00000 n
-0000009554 00000 n
-0000009726 00000 n
-0000161424 00000 n
-0000789079 00000 n
-0000009785 00000 n
-0000010012 00000 n
-0000163696 00000 n
-0000788986 00000 n
-0000010071 00000 n
-0000010250 00000 n
-0000167213 00000 n
-0000788893 00000 n
-0000010309 00000 n
-0000010506 00000 n
-0000167275 00000 n
-0000788814 00000 n
-0000010565 00000 n
-0000010796 00000 n
-0000170131 00000 n
-0000788735 00000 n
-0000010850 00000 n
-0000010989 00000 n
-0000172971 00000 n
-0000788619 00000 n
-0000011038 00000 n
-0000011228 00000 n
-0000176330 00000 n
-0000788554 00000 n
-0000011282 00000 n
-0000011472 00000 n
-0000180756 00000 n
-0000788423 00000 n
-0000011519 00000 n
-0000011701 00000 n
-0000180818 00000 n
-0000788306 00000 n
-0000011750 00000 n
-0000011866 00000 n
-0000184494 00000 n
-0000788227 00000 n
-0000011920 00000 n
-0000012049 00000 n
-0000184618 00000 n
-0000788134 00000 n
-0000012103 00000 n
-0000012260 00000 n
-0000188417 00000 n
-0000788002 00000 n
-0000012314 00000 n
-0000012529 00000 n
-0000191244 00000 n
-0000787937 00000 n
-0000012588 00000 n
-0000012727 00000 n
-0000194089 00000 n
-0000787844 00000 n
-0000012781 00000 n
-0000012930 00000 n
-0000194151 00000 n
-0000787765 00000 n
-0000012984 00000 n
-0000013090 00000 n
-0000194461 00000 n
-0000787648 00000 n
-0000013139 00000 n
-0000013235 00000 n
-0000197722 00000 n
-0000787569 00000 n
-0000013289 00000 n
-0000013418 00000 n
-0000197846 00000 n
-0000787476 00000 n
-0000013472 00000 n
-0000013662 00000 n
-0000201675 00000 n
-0000787397 00000 n
-0000013716 00000 n
-0000013865 00000 n
-0000203470 00000 n
-0000787279 00000 n
-0000013912 00000 n
-0000013998 00000 n
-0000203532 00000 n
-0000787200 00000 n
-0000014047 00000 n
-0000014138 00000 n
-0000206853 00000 n
-0000787069 00000 n
-0000014187 00000 n
-0000014283 00000 n
-0000208071 00000 n
-0000786990 00000 n
-0000014337 00000 n
-0000014497 00000 n
-0000208133 00000 n
-0000786858 00000 n
-0000014551 00000 n
-0000014794 00000 n
-0000209420 00000 n
-0000786793 00000 n
-0000014853 00000 n
-0000014949 00000 n
-0000209481 00000 n
-0000786661 00000 n
-0000015003 00000 n
-0000015236 00000 n
-0000210728 00000 n
-0000786596 00000 n
-0000015295 00000 n
-0000015391 00000 n
-0000210790 00000 n
-0000786464 00000 n
-0000015445 00000 n
-0000015643 00000 n
-0000210852 00000 n
-0000786399 00000 n
-0000015702 00000 n
-0000015798 00000 n
-0000210914 00000 n
-0000786306 00000 n
-0000015852 00000 n
-0000015997 00000 n
-0000212186 00000 n
-0000786227 00000 n
-0000016051 00000 n
-0000016216 00000 n
-0000212248 00000 n
-0000786134 00000 n
-0000016265 00000 n
-0000016437 00000 n
-0000215246 00000 n
-0000786041 00000 n
-0000016486 00000 n
-0000016640 00000 n
-0000216900 00000 n
-0000785948 00000 n
-0000016689 00000 n
-0000016848 00000 n
-0000219714 00000 n
-0000785869 00000 n
-0000016897 00000 n
-0000017026 00000 n
-0000017519 00000 n
-0000017754 00000 n
-0000017076 00000 n
-0000017631 00000 n
-0000017692 00000 n
-0000767601 00000 n
-0000756462 00000 n
-0000755348 00000 n
-0000760913 00000 n
-0000784123 00000 n
-0000019385 00000 n
-0000019273 00000 n
-0000017865 00000 n
-0000750887 00000 n
-0000766486 00000 n
-0000754234 00000 n
-0000758688 00000 n
-0000782386 00000 n
-0000774249 00000 n
-0000779919 00000 n
-0000772497 00000 n
-0000022117 00000 n
-0000022270 00000 n
-0000022547 00000 n
-0000021977 00000 n
-0000019548 00000 n
-0000022424 00000 n
-0000022485 00000 n
-0000024619 00000 n
-0000024770 00000 n
-0000024923 00000 n
-0000025077 00000 n
-0000025229 00000 n
-0000025383 00000 n
-0000025537 00000 n
-0000025695 00000 n
-0000025859 00000 n
-0000026017 00000 n
-0000026175 00000 n
-0000026339 00000 n
-0000026502 00000 n
-0000026660 00000 n
-0000026824 00000 n
-0000026987 00000 n
-0000027151 00000 n
-0000027308 00000 n
-0000027472 00000 n
-0000027636 00000 n
-0000027800 00000 n
-0000027964 00000 n
-0000028128 00000 n
-0000028292 00000 n
-0000028450 00000 n
-0000028602 00000 n
-0000028756 00000 n
-0000028910 00000 n
-0000029067 00000 n
-0000029225 00000 n
-0000029379 00000 n
-0000029537 00000 n
-0000031912 00000 n
-0000029814 00000 n
-0000024239 00000 n
-0000022697 00000 n
-0000029691 00000 n
-0000029752 00000 n
-0000752001 00000 n
-0000032070 00000 n
-0000032234 00000 n
-0000032392 00000 n
-0000032555 00000 n
-0000032719 00000 n
-0000032883 00000 n
-0000033047 00000 n
-0000033211 00000 n
-0000033375 00000 n
-0000033539 00000 n
-0000033697 00000 n
-0000033851 00000 n
-0000034008 00000 n
-0000034160 00000 n
-0000034313 00000 n
-0000034471 00000 n
-0000034629 00000 n
-0000034787 00000 n
-0000034951 00000 n
-0000035109 00000 n
-0000035267 00000 n
-0000035421 00000 n
-0000035579 00000 n
-0000035735 00000 n
-0000035893 00000 n
-0000036045 00000 n
-0000036199 00000 n
-0000036352 00000 n
-0000036510 00000 n
-0000036668 00000 n
-0000036832 00000 n
-0000036990 00000 n
-0000037154 00000 n
-0000037312 00000 n
-0000037476 00000 n
-0000037634 00000 n
-0000037792 00000 n
-0000037946 00000 n
-0000038100 00000 n
-0000038253 00000 n
-0000038467 00000 n
-0000031460 00000 n
-0000029925 00000 n
-0000038406 00000 n
-0000040553 00000 n
-0000041074 00000 n
-0000040421 00000 n
-0000038565 00000 n
-0000040707 00000 n
-0000762028 00000 n
-0000040888 00000 n
-0000040950 00000 n
-0000757576 00000 n
-0000041012 00000 n
-0000759800 00000 n
-0000763141 00000 n
-0000043724 00000 n
-0000043883 00000 n
-0000044045 00000 n
-0000044199 00000 n
-0000044358 00000 n
-0000044887 00000 n
-0000043560 00000 n
-0000041238 00000 n
-0000044516 00000 n
-0000044577 00000 n
-0000044639 00000 n
-0000044701 00000 n
-0000044763 00000 n
-0000044825 00000 n
-0000775316 00000 n
-0000771617 00000 n
-0000784240 00000 n
-0000048279 00000 n
-0000048743 00000 n
-0000048147 00000 n
-0000045051 00000 n
-0000048436 00000 n
-0000783930 00000 n
-0000048558 00000 n
-0000048619 00000 n
-0000048681 00000 n
-0000781153 00000 n
-0000052688 00000 n
-0000053151 00000 n
-0000052556 00000 n
-0000048960 00000 n
-0000052842 00000 n
-0000052903 00000 n
-0000052965 00000 n
-0000053027 00000 n
-0000778687 00000 n
-0000053089 00000 n
-0000776383 00000 n
-0000056053 00000 n
-0000056207 00000 n
-0000057324 00000 n
-0000055897 00000 n
-0000053382 00000 n
-0000057017 00000 n
-0000777447 00000 n
-0000057139 00000 n
-0000057262 00000 n
-0000768715 00000 n
-0000056477 00000 n
-0000056748 00000 n
-0000060286 00000 n
-0000060438 00000 n
-0000060592 00000 n
-0000060751 00000 n
-0000060915 00000 n
-0000061074 00000 n
-0000061233 00000 n
-0000061390 00000 n
-0000061676 00000 n
-0000060098 00000 n
-0000057567 00000 n
-0000061554 00000 n
-0000065294 00000 n
-0000069489 00000 n
-0000065570 00000 n
-0000065162 00000 n
-0000061854 00000 n
-0000065448 00000 n
-0000069643 00000 n
-0000069797 00000 n
-0000069951 00000 n
-0000070104 00000 n
-0000070268 00000 n
-0000070421 00000 n
-0000070574 00000 n
-0000070728 00000 n
-0000071067 00000 n
-0000069293 00000 n
-0000065761 00000 n
-0000070882 00000 n
-0000070943 00000 n
-0000753116 00000 n
-0000071005 00000 n
-0000784357 00000 n
-0000073916 00000 n
-0000074070 00000 n
-0000074417 00000 n
-0000073776 00000 n
-0000071325 00000 n
-0000074234 00000 n
-0000765372 00000 n
-0000077189 00000 n
-0000077470 00000 n
-0000077057 00000 n
-0000074607 00000 n
-0000077348 00000 n
-0000080249 00000 n
-0000080015 00000 n
-0000077647 00000 n
-0000080127 00000 n
-0000083001 00000 n
-0000083155 00000 n
-0000083309 00000 n
-0000083471 00000 n
-0000083808 00000 n
-0000082845 00000 n
-0000080439 00000 n
-0000083625 00000 n
-0000086828 00000 n
-0000090048 00000 n
-0000087165 00000 n
-0000086696 00000 n
-0000084038 00000 n
-0000086982 00000 n
-0000090212 00000 n
-0000090365 00000 n
-0000090641 00000 n
-0000089900 00000 n
-0000087341 00000 n
-0000090519 00000 n
-0000784474 00000 n
-0000093706 00000 n
-0000093472 00000 n
-0000090831 00000 n
-0000093584 00000 n
-0000096618 00000 n
-0000096324 00000 n
-0000093883 00000 n
-0000096436 00000 n
-0000099690 00000 n
-0000099456 00000 n
-0000096822 00000 n
-0000099568 00000 n
-0000102246 00000 n
-0000102012 00000 n
-0000099880 00000 n
-0000102124 00000 n
-0000105352 00000 n
-0000105692 00000 n
-0000105220 00000 n
-0000102436 00000 n
-0000105509 00000 n
-0000773373 00000 n
-0000108655 00000 n
-0000108807 00000 n
-0000109090 00000 n
-0000108515 00000 n
-0000105921 00000 n
-0000108968 00000 n
-0000784591 00000 n
-0000112461 00000 n
-0000112615 00000 n
-0000112772 00000 n
-0000112986 00000 n
-0000112313 00000 n
-0000109267 00000 n
-0000112925 00000 n
-0000115835 00000 n
-0000115989 00000 n
-0000116294 00000 n
-0000116141 00000 n
-0000116753 00000 n
-0000115679 00000 n
-0000113150 00000 n
-0000116446 00000 n
-0000116629 00000 n
-0000116691 00000 n
-0000119811 00000 n
-0000119965 00000 n
-0000120122 00000 n
-0000120647 00000 n
-0000119663 00000 n
-0000116931 00000 n
-0000120278 00000 n
-0000120339 00000 n
-0000782985 00000 n
-0000120462 00000 n
-0000120523 00000 n
-0000120585 00000 n
-0000125533 00000 n
-0000123679 00000 n
-0000123836 00000 n
-0000123993 00000 n
-0000124208 00000 n
-0000123531 00000 n
-0000120799 00000 n
-0000124147 00000 n
-0000125595 00000 n
-0000125360 00000 n
-0000124334 00000 n
-0000125472 00000 n
-0000769828 00000 n
-0000128844 00000 n
-0000129063 00000 n
-0000128712 00000 n
-0000125694 00000 n
-0000129002 00000 n
-0000784708 00000 n
-0000132021 00000 n
-0000131848 00000 n
-0000129267 00000 n
-0000131960 00000 n
-0000137518 00000 n
-0000137676 00000 n
-0000135142 00000 n
-0000134907 00000 n
-0000132185 00000 n
-0000135019 00000 n
-0000137835 00000 n
-0000137992 00000 n
-0000138149 00000 n
-0000138308 00000 n
-0000138466 00000 n
-0000138622 00000 n
-0000142320 00000 n
-0000142476 00000 n
-0000139274 00000 n
-0000137330 00000 n
-0000135293 00000 n
-0000138781 00000 n
-0000138842 00000 n
-0000138904 00000 n
-0000138965 00000 n
-0000139027 00000 n
-0000139089 00000 n
-0000142633 00000 n
-0000142786 00000 n
-0000142940 00000 n
-0000143462 00000 n
-0000142156 00000 n
-0000139454 00000 n
-0000143092 00000 n
-0000143276 00000 n
-0000143338 00000 n
-0000143400 00000 n
-0000146740 00000 n
-0000146894 00000 n
-0000147170 00000 n
-0000146600 00000 n
-0000143588 00000 n
-0000147047 00000 n
-0000150793 00000 n
-0000150373 00000 n
-0000147361 00000 n
-0000150485 00000 n
-0000150546 00000 n
-0000764256 00000 n
-0000150608 00000 n
-0000784825 00000 n
-0000153435 00000 n
-0000153076 00000 n
-0000150946 00000 n
-0000153188 00000 n
-0000153249 00000 n
-0000153311 00000 n
-0000153373 00000 n
0000156161 00000 n
-0000155803 00000 n
-0000153611 00000 n
-0000155915 00000 n
-0000156038 00000 n
-0000158794 00000 n
-0000158559 00000 n
-0000156352 00000 n
-0000158671 00000 n
-0000161484 00000 n
-0000161251 00000 n
-0000158984 00000 n
-0000161363 00000 n
-0000163758 00000 n
-0000163523 00000 n
-0000161660 00000 n
-0000163635 00000 n
-0000166998 00000 n
-0000167337 00000 n
-0000166866 00000 n
-0000163908 00000 n
-0000167152 00000 n
-0000784942 00000 n
-0000170193 00000 n
-0000169958 00000 n
-0000167527 00000 n
-0000170070 00000 n
-0000172587 00000 n
-0000172751 00000 n
-0000175957 00000 n
-0000173033 00000 n
-0000172447 00000 n
-0000170384 00000 n
-0000172910 00000 n
-0000176116 00000 n
-0000178378 00000 n
-0000176392 00000 n
-0000175817 00000 n
-0000173210 00000 n
-0000176269 00000 n
-0000178598 00000 n
-0000178246 00000 n
-0000176518 00000 n
-0000178537 00000 n
-0000180880 00000 n
-0000180583 00000 n
-0000178697 00000 n
-0000180695 00000 n
-0000770945 00000 n
-0000183790 00000 n
-0000183954 00000 n
-0000184115 00000 n
-0000184274 00000 n
-0000187628 00000 n
-0000187787 00000 n
-0000184680 00000 n
-0000183634 00000 n
-0000181056 00000 n
-0000184433 00000 n
-0000184556 00000 n
-0000785059 00000 n
-0000187944 00000 n
-0000188478 00000 n
-0000187480 00000 n
-0000184899 00000 n
-0000188108 00000 n
-0000188169 00000 n
-0000188231 00000 n
-0000188293 00000 n
-0000188355 00000 n
-0000191306 00000 n
-0000191071 00000 n
-0000188642 00000 n
-0000191183 00000 n
-0000194523 00000 n
-0000193916 00000 n
-0000191484 00000 n
-0000194028 00000 n
-0000194213 00000 n
-0000194275 00000 n
-0000194337 00000 n
-0000194399 00000 n
-0000197187 00000 n
-0000197345 00000 n
-0000197504 00000 n
-0000198032 00000 n
-0000197039 00000 n
-0000194635 00000 n
-0000197661 00000 n
-0000197784 00000 n
-0000197908 00000 n
-0000197970 00000 n
-0000200391 00000 n
-0000200156 00000 n
-0000198224 00000 n
-0000200268 00000 n
-0000200329 00000 n
-0000201737 00000 n
-0000201502 00000 n
-0000200515 00000 n
-0000201614 00000 n
-0000785176 00000 n
-0000204089 00000 n
-0000203297 00000 n
-0000201849 00000 n
-0000203409 00000 n
-0000203594 00000 n
-0000203656 00000 n
-0000203718 00000 n
-0000203780 00000 n
-0000203842 00000 n
-0000203904 00000 n
-0000203966 00000 n
-0000204027 00000 n
-0000206915 00000 n
-0000206062 00000 n
-0000204201 00000 n
-0000206174 00000 n
-0000206235 00000 n
-0000206295 00000 n
-0000206357 00000 n
-0000206419 00000 n
-0000206481 00000 n
-0000206543 00000 n
-0000206605 00000 n
-0000206667 00000 n
-0000206729 00000 n
-0000206791 00000 n
-0000208195 00000 n
-0000207898 00000 n
-0000207067 00000 n
-0000208010 00000 n
-0000209543 00000 n
-0000209247 00000 n
-0000208307 00000 n
-0000209359 00000 n
-0000210976 00000 n
-0000210555 00000 n
-0000209668 00000 n
-0000210667 00000 n
-0000212310 00000 n
-0000212013 00000 n
-0000211101 00000 n
-0000212125 00000 n
-0000785293 00000 n
-0000213325 00000 n
-0000213152 00000 n
-0000212422 00000 n
-0000213264 00000 n
-0000214211 00000 n
-0000214038 00000 n
-0000213410 00000 n
-0000214150 00000 n
-0000215308 00000 n
-0000215073 00000 n
-0000214296 00000 n
-0000215185 00000 n
-0000216962 00000 n
-0000216727 00000 n
-0000215406 00000 n
-0000216839 00000 n
-0000220145 00000 n
-0000219541 00000 n
-0000217088 00000 n
-0000219653 00000 n
-0000219776 00000 n
-0000219837 00000 n
-0000219899 00000 n
-0000219960 00000 n
-0000220022 00000 n
-0000220083 00000 n
-0000221903 00000 n
-0000221111 00000 n
-0000220296 00000 n
-0000221223 00000 n
-0000221284 00000 n
-0000221346 00000 n
-0000221408 00000 n
-0000221470 00000 n
-0000221532 00000 n
-0000221594 00000 n
-0000221656 00000 n
-0000221718 00000 n
-0000221779 00000 n
-0000221841 00000 n
-0000785410 00000 n
-0000221988 00000 n
-0000748268 00000 n
-0000222045 00000 n
-0000222478 00000 n
-0000222841 00000 n
-0000749098 00000 n
-0000222872 00000 n
-0000222926 00000 n
-0000223289 00000 n
-0000224379 00000 n
-0000749381 00000 n
-0000224910 00000 n
-0000225627 00000 n
-0000749617 00000 n
-0000225953 00000 n
-0000226280 00000 n
-0000749897 00000 n
-0000226342 00000 n
-0000748791 00000 n
-0000226367 00000 n
-0000227063 00000 n
-0000227721 00000 n
-0000227852 00000 n
-0000228473 00000 n
-0000228510 00000 n
-0000229110 00000 n
-0000229667 00000 n
-0000230310 00000 n
-0000231016 00000 n
-0000231704 00000 n
-0000232289 00000 n
-0000232406 00000 n
-0000233171 00000 n
-0000233562 00000 n
-0000234134 00000 n
-0000234620 00000 n
-0000235050 00000 n
-0000235617 00000 n
-0000235714 00000 n
-0000243178 00000 n
-0000243400 00000 n
-0000274402 00000 n
-0000274841 00000 n
-0000304343 00000 n
-0000304770 00000 n
-0000326329 00000 n
-0000326591 00000 n
-0000331266 00000 n
-0000331733 00000 n
-0000343890 00000 n
-0000344264 00000 n
-0000347713 00000 n
-0000347950 00000 n
-0000357769 00000 n
-0000358103 00000 n
-0000395238 00000 n
-0000395854 00000 n
-0000418135 00000 n
-0000418420 00000 n
-0000444510 00000 n
-0000444808 00000 n
-0000459455 00000 n
-0000459700 00000 n
-0000476178 00000 n
-0000476422 00000 n
-0000499249 00000 n
-0000499560 00000 n
-0000528598 00000 n
-0000528974 00000 n
-0000555187 00000 n
-0000555518 00000 n
-0000575611 00000 n
-0000575944 00000 n
-0000588056 00000 n
-0000588303 00000 n
-0000605633 00000 n
-0000605896 00000 n
-0000610639 00000 n
-0000610995 00000 n
-0000613613 00000 n
-0000613866 00000 n
-0000616967 00000 n
-0000617230 00000 n
-0000644569 00000 n
-0000644921 00000 n
-0000677007 00000 n
-0000677597 00000 n
-0000695297 00000 n
-0000695538 00000 n
-0000721461 00000 n
-0000721836 00000 n
-0000745415 00000 n
-0000745820 00000 n
-0000748018 00000 n
-0000749962 00000 n
-0000751076 00000 n
-0000752190 00000 n
-0000753312 00000 n
-0000754426 00000 n
-0000755540 00000 n
-0000756654 00000 n
-0000757766 00000 n
-0000758878 00000 n
-0000759991 00000 n
-0000761104 00000 n
-0000762219 00000 n
-0000763332 00000 n
-0000764447 00000 n
-0000765562 00000 n
-0000766677 00000 n
-0000767792 00000 n
-0000768905 00000 n
-0000770018 00000 n
-0000771106 00000 n
-0000771816 00000 n
-0000772694 00000 n
-0000773570 00000 n
-0000774445 00000 n
-0000775513 00000 n
-0000776578 00000 n
-0000777643 00000 n
-0000778876 00000 n
-0000780110 00000 n
-0000781343 00000 n
-0000782576 00000 n
-0000783149 00000 n
-0000785487 00000 n
-0000785605 00000 n
-0000785723 00000 n
-0000785793 00000 n
-0000792702 00000 n
-0000792900 00000 n
-0000793077 00000 n
-0000793247 00000 n
-0000793415 00000 n
-0000793583 00000 n
-0000793753 00000 n
-0000793922 00000 n
-0000794092 00000 n
-0000794261 00000 n
-0000794431 00000 n
-0000794603 00000 n
-0000794796 00000 n
-0000795023 00000 n
-0000795192 00000 n
-0000795361 00000 n
-0000795532 00000 n
-0000795702 00000 n
-0000795873 00000 n
-0000796043 00000 n
-0000796214 00000 n
-0000796384 00000 n
-0000796555 00000 n
-0000796725 00000 n
-0000796899 00000 n
-0000797099 00000 n
-0000797294 00000 n
-0000797497 00000 n
-0000797700 00000 n
-0000797937 00000 n
-0000798180 00000 n
-0000798423 00000 n
-0000798666 00000 n
-0000798922 00000 n
-0000799199 00000 n
-0000799478 00000 n
-0000799761 00000 n
-0000800023 00000 n
-0000800257 00000 n
-0000800362 00000 n
-0000800474 00000 n
-0000800592 00000 n
-0000800715 00000 n
-0000800834 00000 n
-0000800963 00000 n
-0000801102 00000 n
-0000801213 00000 n
-0000801345 00000 n
-0000801438 00000 n
-0000801528 00000 n
-0000801568 00000 n
-0000801746 00000 n
+0000772893 00000 n
+0000156223 00000 n
+0000159045 00000 n
+0000158686 00000 n
+0000156561 00000 n
+0000158798 00000 n
+0000158859 00000 n
+0000158921 00000 n
+0000158983 00000 n
+0000161771 00000 n
+0000161413 00000 n
+0000159221 00000 n
+0000161525 00000 n
+0000161648 00000 n
+0000164404 00000 n
+0000164169 00000 n
+0000161962 00000 n
+0000164281 00000 n
+0000167094 00000 n
+0000166861 00000 n
+0000164594 00000 n
+0000166973 00000 n
+0000169367 00000 n
+0000169132 00000 n
+0000167270 00000 n
+0000169244 00000 n
+0000793610 00000 n
+0000172613 00000 n
+0000172952 00000 n
+0000172481 00000 n
+0000169517 00000 n
+0000172767 00000 n
+0000175808 00000 n
+0000175573 00000 n
+0000173142 00000 n
+0000175685 00000 n
+0000178202 00000 n
+0000178366 00000 n
+0000181572 00000 n
+0000178648 00000 n
+0000178062 00000 n
+0000175999 00000 n
+0000178525 00000 n
+0000181731 00000 n
+0000184003 00000 n
+0000182007 00000 n
+0000181432 00000 n
+0000178825 00000 n
+0000181884 00000 n
+0000184223 00000 n
+0000183871 00000 n
+0000182133 00000 n
+0000184162 00000 n
+0000186505 00000 n
+0000186208 00000 n
+0000184322 00000 n
+0000186320 00000 n
+0000779582 00000 n
+0000793728 00000 n
+0000189417 00000 n
+0000189581 00000 n
+0000189742 00000 n
+0000189901 00000 n
+0000193255 00000 n
+0000193414 00000 n
+0000190307 00000 n
+0000189261 00000 n
+0000186681 00000 n
+0000190060 00000 n
+0000190183 00000 n
+0000193571 00000 n
+0000194105 00000 n
+0000193107 00000 n
+0000190526 00000 n
+0000193735 00000 n
+0000193796 00000 n
+0000193858 00000 n
+0000193920 00000 n
+0000193982 00000 n
+0000196933 00000 n
+0000196698 00000 n
+0000194269 00000 n
+0000196810 00000 n
+0000200148 00000 n
+0000199541 00000 n
+0000197111 00000 n
+0000199653 00000 n
+0000199838 00000 n
+0000199900 00000 n
+0000199962 00000 n
+0000200024 00000 n
+0000202813 00000 n
+0000202971 00000 n
+0000203130 00000 n
+0000203658 00000 n
+0000202665 00000 n
+0000200260 00000 n
+0000203287 00000 n
+0000203410 00000 n
+0000203534 00000 n
+0000203596 00000 n
+0000206017 00000 n
+0000205782 00000 n
+0000203850 00000 n
+0000205894 00000 n
+0000205955 00000 n
+0000793846 00000 n
+0000207363 00000 n
+0000207128 00000 n
+0000206141 00000 n
+0000207240 00000 n
+0000209840 00000 n
+0000208986 00000 n
+0000207475 00000 n
+0000209098 00000 n
+0000209283 00000 n
+0000209345 00000 n
+0000209407 00000 n
+0000209469 00000 n
+0000209531 00000 n
+0000209593 00000 n
+0000209655 00000 n
+0000209717 00000 n
+0000209779 00000 n
+0000212666 00000 n
+0000211813 00000 n
+0000209952 00000 n
+0000211925 00000 n
+0000211986 00000 n
+0000212046 00000 n
+0000212108 00000 n
+0000212170 00000 n
+0000212232 00000 n
+0000212294 00000 n
+0000212356 00000 n
+0000212418 00000 n
+0000212480 00000 n
+0000212542 00000 n
+0000213947 00000 n
+0000213650 00000 n
+0000212818 00000 n
+0000213762 00000 n
+0000215295 00000 n
+0000214999 00000 n
+0000214059 00000 n
+0000215111 00000 n
+0000216728 00000 n
+0000216307 00000 n
+0000215420 00000 n
+0000216419 00000 n
+0000793964 00000 n
+0000218061 00000 n
+0000217764 00000 n
+0000216853 00000 n
+0000217876 00000 n
+0000219073 00000 n
+0000218900 00000 n
+0000218173 00000 n
+0000219012 00000 n
+0000219959 00000 n
+0000219786 00000 n
+0000219158 00000 n
+0000219898 00000 n
+0000221056 00000 n
+0000220821 00000 n
+0000220044 00000 n
+0000220933 00000 n
+0000222710 00000 n
+0000222475 00000 n
+0000221154 00000 n
+0000222587 00000 n
+0000225893 00000 n
+0000225289 00000 n
+0000222836 00000 n
+0000225401 00000 n
+0000225524 00000 n
+0000225585 00000 n
+0000225647 00000 n
+0000225708 00000 n
+0000225770 00000 n
+0000225831 00000 n
+0000794082 00000 n
+0000228287 00000 n
+0000227247 00000 n
+0000226044 00000 n
+0000227359 00000 n
+0000227420 00000 n
+0000227482 00000 n
+0000227544 00000 n
+0000227606 00000 n
+0000227668 00000 n
+0000227730 00000 n
+0000227792 00000 n
+0000227854 00000 n
+0000227915 00000 n
+0000227977 00000 n
+0000228039 00000 n
+0000228101 00000 n
+0000228163 00000 n
+0000228225 00000 n
+0000228372 00000 n
+0000756907 00000 n
+0000228429 00000 n
+0000228862 00000 n
+0000229225 00000 n
+0000757737 00000 n
+0000229256 00000 n
+0000229310 00000 n
+0000229673 00000 n
+0000230799 00000 n
+0000758018 00000 n
+0000231330 00000 n
+0000232047 00000 n
+0000758254 00000 n
+0000232373 00000 n
+0000232700 00000 n
+0000758534 00000 n
+0000232762 00000 n
+0000757430 00000 n
+0000232787 00000 n
+0000233483 00000 n
+0000234141 00000 n
+0000234272 00000 n
+0000234893 00000 n
+0000234942 00000 n
+0000235542 00000 n
+0000236099 00000 n
+0000236742 00000 n
+0000237448 00000 n
+0000238136 00000 n
+0000238721 00000 n
+0000238838 00000 n
+0000239603 00000 n
+0000239994 00000 n
+0000240566 00000 n
+0000241052 00000 n
+0000241470 00000 n
+0000242037 00000 n
+0000242134 00000 n
+0000249598 00000 n
+0000249820 00000 n
+0000280822 00000 n
+0000281261 00000 n
+0000310763 00000 n
+0000311190 00000 n
+0000333798 00000 n
+0000334072 00000 n
+0000338747 00000 n
+0000339214 00000 n
+0000351371 00000 n
+0000351745 00000 n
+0000355194 00000 n
+0000355431 00000 n
+0000364899 00000 n
+0000365231 00000 n
+0000402366 00000 n
+0000402982 00000 n
+0000425204 00000 n
+0000425486 00000 n
+0000451754 00000 n
+0000452054 00000 n
+0000466701 00000 n
+0000466946 00000 n
+0000484550 00000 n
+0000484804 00000 n
+0000507631 00000 n
+0000507942 00000 n
+0000536980 00000 n
+0000537356 00000 n
+0000563569 00000 n
+0000563900 00000 n
+0000583993 00000 n
+0000584326 00000 n
+0000596438 00000 n
+0000596685 00000 n
+0000614015 00000 n
+0000614278 00000 n
+0000619021 00000 n
+0000619377 00000 n
+0000621995 00000 n
+0000622248 00000 n
+0000625349 00000 n
+0000625612 00000 n
+0000652951 00000 n
+0000653303 00000 n
+0000685642 00000 n
+0000686236 00000 n
+0000703936 00000 n
+0000704177 00000 n
+0000730100 00000 n
+0000730475 00000 n
+0000754054 00000 n
+0000754459 00000 n
+0000756657 00000 n
+0000758599 00000 n
+0000759713 00000 n
+0000760827 00000 n
+0000761949 00000 n
+0000763063 00000 n
+0000764177 00000 n
+0000765291 00000 n
+0000766403 00000 n
+0000767515 00000 n
+0000768628 00000 n
+0000769741 00000 n
+0000770856 00000 n
+0000771969 00000 n
+0000773084 00000 n
+0000774199 00000 n
+0000775314 00000 n
+0000776429 00000 n
+0000777542 00000 n
+0000778655 00000 n
+0000779743 00000 n
+0000780453 00000 n
+0000781333 00000 n
+0000782211 00000 n
+0000783088 00000 n
+0000784158 00000 n
+0000785225 00000 n
+0000786292 00000 n
+0000787527 00000 n
+0000788763 00000 n
+0000789998 00000 n
+0000791233 00000 n
+0000791808 00000 n
+0000794168 00000 n
+0000794288 00000 n
+0000794408 00000 n
+0000794481 00000 n
+0000801595 00000 n
+0000801794 00000 n
+0000801980 00000 n
+0000802151 00000 n
+0000802321 00000 n
+0000802492 00000 n
+0000802662 00000 n
+0000802833 00000 n
+0000803002 00000 n
+0000803171 00000 n
+0000803342 00000 n
+0000803512 00000 n
+0000803679 00000 n
+0000803865 00000 n
+0000804092 00000 n
+0000804276 00000 n
+0000804447 00000 n
+0000804616 00000 n
+0000804785 00000 n
+0000804956 00000 n
+0000805126 00000 n
+0000805297 00000 n
+0000805467 00000 n
+0000805638 00000 n
+0000805808 00000 n
+0000805976 00000 n
+0000806168 00000 n
+0000806365 00000 n
+0000806565 00000 n
+0000806768 00000 n
+0000806988 00000 n
+0000807229 00000 n
+0000807472 00000 n
+0000807715 00000 n
+0000807958 00000 n
+0000808226 00000 n
+0000808503 00000 n
+0000808783 00000 n
+0000809066 00000 n
+0000809321 00000 n
+0000809556 00000 n
+0000809674 00000 n
+0000809789 00000 n
+0000809907 00000 n
+0000810023 00000 n
+0000810148 00000 n
+0000810287 00000 n
+0000810407 00000 n
+0000810539 00000 n
+0000810632 00000 n
+0000810722 00000 n
+0000810762 00000 n
+0000810942 00000 n
trailer
-<< /Size 1041
-/Root 1039 0 R
-/Info 1040 0 R
-/ID [<C82F3974B5554FE9E9655EC20081F3DB> <C82F3974B5554FE9E9655EC20081F3DB>] >>
+<< /Size 1069
+/Root 1067 0 R
+/Info 1068 0 R
+/ID [<5F6D0ABB53746A33B18A069CC02A0C96> <5F6D0ABB53746A33B18A069CC02A0C96>] >>
startxref
-802724
+811920
%%EOF
diff --git a/macros/latex/contrib/diffcoeff/diffcoeff.sty b/macros/latex/contrib/diffcoeff/diffcoeff.sty
index 448911e829..7f54ac0362 100644
--- a/macros/latex/contrib/diffcoeff/diffcoeff.sty
+++ b/macros/latex/contrib/diffcoeff/diffcoeff.sty
@@ -8,10 +8,10 @@
% Andrew Parsloe ajparsloe@gmail.com
%
\DeclareRelease{v4}{}{diffcoeff4.sty}
-\DeclareCurrentRelease{}{2023/01/24}
+\DeclareCurrentRelease{}{2023/04/12}
\RequirePackage{xtemplate,mleftright}
-\ProvidesExplPackage {diffcoeff} {2023/01/24} {5.2}
+\ProvidesExplPackage {diffcoeff} {2023/04/12} {5.3}
{Write differential coefficients easily and consistently.}
\keys_define:nn { diffcoeff }
{
@@ -40,8 +40,8 @@
{
in~the~order~spec.~[#1]~\msg_line_context:.~Calculation~of~the~
total~order~of~differentiation~fails~in~this~case.~
- Use~the~\tl_to_str:n { \difoverride }command~to~enter~the~total~order.~
- \msg_see_documentation_text:n {diffcoeff}
+ Use~the~override~option~(or~\tl_to_str:n { \difoverride }command)~
+ to~enter~the~total~order.~\msg_see_documentation_text:n {diffcoeff}
}
\cs_new:Npn \__diffcoeff_msg_style:nnn #1#2#3
{
@@ -205,11 +205,9 @@
\__diffcoeff_check_style:nn
{ \l__diffcoeff_group_int } { \l__diffcoeff_style_int }
\__diffcoeff_append:n { #1 }
- \exp_args:Nx \__diffcoeff_orders:nn
- { \int_max:nn { 1 } { \clist_count:n {#4} } } { #2 }
- \__diffcoeff_override:N \l__diffcoeff_override_tl
+ \__diffcoeff_orders_vars:nn { #2 } { #4 }
\__diffcoeff_derivand:n { #3 }
- \__diffcoeff_build:nn { #4 } { #5 }
+ \__diffcoeff_build:nn { #4 } { #5 }
}
%%%%%%%%%%
\cs_new_protected:Npn \__diffcoeff_style:nn #1#2
@@ -277,13 +275,55 @@
}
{ \bool_set_false:N \l__diffcoeff_append_bool }
}
-%%%%%%%%%
+%%%%%%%%% #1 orders, #2 vars
+\cs_new_protected:Npn \__diffcoeff_orders_vars:nn #1#2
+ {
+ \str_if_eq:nnT { #2 } { / }
+ { % v4 notation
+ \msg_error:nnnn { diffcoeff } { version-conflict } { / }
+ { Use~\difs or~\difsp instead.~ }
+ }
+ \clist_if_empty:nTF { #2 }
+ {
+ \seq_set_from_clist:Nn \l__diffcoeff_vars_seq { \prg_do_nothing: }
+ \__diffcoeff_orders:nn { 1 } { #1 }
+ }
+ {
+ \exp_args:NnV
+ \str_if_in:nnTF { #2 } \c_colon_str
+ {
+ \str_set:Nn \l_tmpa_str { #2 }
+ \clist_map_inline:Nn \l_tmpa_str
+ {
+ \exp_args:NNV
+ \seq_set_split:Nnn \l_tmpa_seq \c_colon_str { ##1 }
+ \seq_pop:NN \l_tmpa_seq \l_tmpa_tl
+ \seq_put_right:NV \l__diffcoeff_vars_seq \l_tmpa_tl
+ \seq_if_empty:NTF \l_tmpa_seq
+ { \seq_put_right:Nn \l__diffcoeff_ords_seq { 1 } }
+ {
+ \seq_pop:NN \l_tmpa_seq \l_tmpa_tl
+ \tl_set_rescan:Nno
+ \l_tmpa_tl \ExplSyntaxOn \l_tmpa_tl
+ \seq_put_right:NV \l__diffcoeff_ords_seq \l_tmpa_tl
+ }
+ }
+ }
+ {
+ \seq_set_from_clist:Nn \l__diffcoeff_vars_seq { #2 }
+ \exp_args:Nx \__diffcoeff_orders:nn
+ { \int_max:nn { 1 } { \clist_count:n {#2} } } { #1 }
+ }
+ }
+ \__diffcoeff_override:N \l__diffcoeff_override_tl
+ }
% #1(int) no. of vars; #2(clist) orders spec
\cs_new_protected:Npn \__diffcoeff_orders:nn #1#2
{
\bool_if:NTF \l__diffcoeff_exponent_bool
{
- \exp_args:NNx \seq_set_from_clist:Nn \l__diffcoeff_ords_seq
+ \exp_args:NNx
+ \seq_set_from_clist:Nn \l__diffcoeff_ords_seq
{ \prg_replicate:nn { #1 } { \l__diffcoeff_exponent_tl, } }
}
{
@@ -307,12 +347,12 @@
}
\cs_new_protected:Npn \__diffcoeff_override:N #1
{
- \tl_if_empty:NTF { #1 }
+ \tl_if_empty:NTF #1
{
\__diffcoeff_calc_tot_order:NN \l__diffcoeff_ords_seq
\l__diffcoeff_tot_ord_tl
}
- { \tl_set:Nn \l__diffcoeff_tot_ord_tl { #1 } }
+ { \tl_set_eq:NN \l__diffcoeff_tot_ord_tl #1 }
\seq_pop_right:NN \l__diffcoeff_ords_seq \l__diffcoeff_ord_tl
}
%%%%%%%%%% calc. total order %%%%%%%%%%
@@ -351,14 +391,17 @@
\tl_if_in:nnTF { 1234567890 } { #1 }
{ \int_set:Nn #2 { 1 } } % digit
{
- \str_case:nnF { #1 }
- {
- { + } { \int_set:Nn #2 { 0 } }
- { - } { \int_set:Nn #2 { 0 } }
- { ( } { \int_set:Nn #2 { 3 } }
- { ) } { \int_set:Nn #2 { 4 } }
+ \tl_if_in:nnTF { +- } { #1 }
+ { \int_set:Nn #2 { 0 } }
+ {
+ \tl_if_eq:nnTF { ( } { #1 }
+ { \int_set:Nn #2 { 3 } }
+ {
+ \tl_if_eq:nnTF { ) } { #1 }
+ { \int_set:Nn #2 { 4 } }
+ { \int_set:Nn #2 { 2 } } % var
+ }
}
- { \int_set:Nn #2 { 2 } } % var
}
}
% #1(tl) curr tok; #2(int) curr state; #3(int) curr tok ndx
@@ -565,47 +608,43 @@
}
%%%%%%%%% derivand
\cs_new_protected:Npn \__diffcoeff_derivand:n #1
- {
+ {
\tl_set:Nn \l__diffcoeff_derivand_tl { #1 }
\int_compare:nNnTF { \tl_count:N \l__diffcoeff_derivand_tl } > { 1 }
{ \bool_set_true:N \l__diffcoeff_multitok_bool }
{
- \str_if_eq:VnTF \l__diffcoeff_derivand_tl { ! }
+ \str_if_eq:VnT \l__diffcoeff_derivand_tl { ! }
{ \msg_error:nnnn { diffcoeff } { version-conflict } { #1 } {} }
- {
- \str_if_eq:VnT \l__diffcoeff_derivand_tl { [ }
- { \msg_error:nnnn { diffcoeff } { version-conflict } { the~
- order-override~argument } { Use~\difoverride instead.~ } }
- }
}
}
%%%%%%%%% build #1 vars clist; #2 trailing arg
\cs_new_protected:Npn \__diffcoeff_build:nn #1#2
{
- \str_if_eq:nnT { #1 } { / }
- {
- \msg_error:nnnn { diffcoeff } { version-conflict } { / }
- { Use~\difs or~\difsp instead.~ }
- }
- \clist_if_empty:nTF { #1 }
- { \seq_set_from_clist:Nn \l__diffcoeff_vars_seq { \prg_do_nothing: } }
- { \seq_set_from_clist:Nn \l__diffcoeff_vars_seq { #1 } }
\seq_pop_right:NN \l__diffcoeff_vars_seq \l__diffcoeff_var_tl
\tl_put_left:Nx \l__diffcoeff_derivand_tl
{ \__diffcoeff_spaced:n { \l__diffcoeff_spaced_int } }
- \tl_if_novalue:nF { #2 }
- { \__diffcoeff_delim:N l \mskip \l__diffcoeff_elbowrm_tl }
- \__diffcoeff_form_deriv:xNN
- { \__diffcoeff_build_numer:Vn \l__diffcoeff_tot_ord_tl
- { \l__diffcoeff_style_int } }
- \__diffcoeff_build_denom:
- \l__diffcoeff_derivand_tl
- \tl_if_novalue:nF { #2 }
- { \__diffcoeff_trailing_arg:n { #2 } }
+ \__diffcoeff_wrap_and_form:nn { #2 }
+ {
+ \__diffcoeff_form_deriv:xNN
+ { \__diffcoeff_build_numer:Vn \l__diffcoeff_tot_ord_tl
+ { \l__diffcoeff_style_int } }
+ \__diffcoeff_build_denom:
+ \l__diffcoeff_derivand_tl
+ }
+ }
+\cs_new:Npn \__diffcoeff_wrap_and_form:nn #1#2
+ { % extra braces for \[ \alert{\dl x} \] in beamer
+ \tl_if_novalue:nTF {#1}
+ {{ #2 }}
+ {{
+ \__diffcoeff_delim:N l \mskip \l__diffcoeff_elbowrm_tl
+ #2
+ \__diffcoeff_trailing_arg:n { #1 }
+ }}
}
\cs_new:Npn \__diffcoeff_delim:N #1
{
- \bool_if:nTF { \l__diffcoeff_innerwrap_bool && \l__diffcoeff_append_bool }
+ \bool_if:nTF { \l__diffcoeff_innerwrap_bool && \l__diffcoeff_append_bool }
{ \use:c { l__diffcoeff_#1 delimapp_tl } }
{ \use:c { l__diffcoeff_#1 delim_tl } }
}
@@ -621,7 +660,7 @@
{ \c_math_subscript_token { \mskip \__diffcoeff_subnudge: #1 } }
}
\cs_new:Npn \__diffcoeff_spaced:n #1
- {
+ {
\int_case:nn { \int_sign:n { #1 } }
{
{ 1 } { \__diffcoeff_derivsep: }
@@ -694,7 +733,7 @@
\cs_generate_variant:Nn \__diffcoeff_build_denom_difc:nnn { o }
% #1 order #2 var
\cs_new:Npn \__diffcoeff_build_denom_dif:nn #1#2
- {
+ {
\str_if_eq:nnTF { #1 } { 1 }
{ \exp_not:o { \l__diffcoeff_opii_tl #2 } }
{
@@ -867,6 +906,8 @@
\mskip \l__diffcoeff_slashsep_tl #3
\bool_if:NT #1 { \l__diffcoeff_ropwrap_tl }
}
+\NewDocumentCommand \difoverride { >{\TrimSpaces} m }
+ { \tl_set:Nn \l__diffcoeff_override_tl { #1 } }
% derivatives
% #1(tl) variant name; #2(*) append boolean; #3(*) switch #5#6 order;
% #4(clist) diff. orders; #5(tl) = derivand; #6(clist) = diff. vars;
@@ -874,26 +915,26 @@
\clist_map_inline:nn { f,s,c, fp, sp, cp }
{
\exp_args:Nc \NewDocumentCommand {dif#1}
- { >{\TrimSpaces} D..{} s s O{1} >{\TrimSpaces} m m !o }
+ { >{\TrimSpaces} D..{} s s O{1} D<>{} >{\TrimSpaces} m m !o }
{
\IfBooleanTF ##3
- { \__diffcoeff_inputs:nnnnnnn {#1}
- {##1} {##2} {##4} {##6} {##5} {##7} }
- { \__diffcoeff_inputs:nnnnnnn {#1}
- {##1} {##2} {##4} {##5} {##6} {##7} }
+ { \__diffcoeff_inputs:nnnnnnnn {#1}
+ {##1} {##2} {##4} {##7} {##6} {##8} {##5} }
+ { \__diffcoeff_inputs:nnnnnnnn {#1}
+ {##1} {##2} {##4} {##6} {##7} {##8} {##5} }
}
}
-\cs_new_protected:Npn \__diffcoeff_inputs:nnnnnnn #1#2#3#4#5#6#7
+\cs_new_protected:Npn \__diffcoeff_inputs:nnnnnnnn #1#2#3#4#5#6#7#8
{
\group_begin:
+ \tl_if_empty:nF { #8 }
+ { \tl_set:Nn \l__diffcoeff_override_tl { #8 } }
\tl_set:Nx \l__diffcoeff_instance_tl
{ dif#1 \tl_if_empty:nF { #2 } { .#2 } }
\UseInstance { diffcoeff } { \l__diffcoeff_instance_tl }
{#3} {#4} {#5} {#6} {#7}
\group_end:
}
-\NewDocumentCommand \difoverride { >{\TrimSpaces} m }
- { \tl_set:Nn \l__diffcoeff_override_tl { #1 } }
% Jacobian
\NewDocumentCommand \jacob { >{\TrimSpaces} D..{} m m }
{
diff --git a/macros/latex/contrib/diffcoeff/diffcoeff.tex b/macros/latex/contrib/diffcoeff/diffcoeff.tex
index 320960b2ed..1879b02eef 100644
--- a/macros/latex/contrib/diffcoeff/diffcoeff.tex
+++ b/macros/latex/contrib/diffcoeff/diffcoeff.tex
@@ -113,7 +113,7 @@
\title{\texttt{diffcoeff}~\\
a \LaTeX{} package to ease\texttt{ }the~\\
writing of differential coefficients \\
- Version 5.2}
+ Version 5.3}
\author{Andrew Parsloe\\
{\small (ajparsloe@gmail.com)}}
\maketitle
@@ -148,22 +148,22 @@ was a mistake) and, more noticeably, the `slash switch' \verb`/`.
Slash-fraction derivatives are now created with the \verb`\difs`
and \verb`\difsp` commands. New commands \verb`\difc` and \verb`\difcp`
produce derivatives in `compact notation' like $\difc yx$ and $\difcp yx$.
-To avoid cluttering formulas with a second square-bracket delimited
-optional argument before the differentiand, the order-override option
-has been replaced by a new command \verb`\difoverride`. The order
-of differentiand and variable(s) of differentiation can now be reversed,
-when the differentiand is appended, by using a second star, e.g.,
-\verb`\diffp**`. The two-argument \verb`\diffdef` command of earlier
-versions has been replaced by the three-argument command \verb`\difdef`,
-the additional argument determining which one or more of the \verb`f`,
-\verb`s`, \verb`c`, \verb`fp`, \verb`sp` or \verb`cp` forms the
-defined variant applies to. The differential command \verb`\dl` has
-been rewritten and is now fully template-configurable (allowing easy
-writing of line elements like $\dl.+.{x,y,z}^{2}$), and the jacobian
-command \verb`\jacob` is also configurable. Indeed version 5 of \verb`diffcoeff`
-more fully embraces the configurability offered by the \verb`xtemplate`
-package than previous versions, bringing other notations -- like
-those of the \verb`braket` package -- within its compass.
+The order-override option (for mixed partial derivatives) has been
+changed to use angle brackets (for clarity) or a command \verb`\difoverride`.
+The sequential order of differentiand and variable(s) of differentiation
+can now be reversed, when the differentiand is appended, by using
+a second star, e.g., \verb`\diffp**`. The two-argument \verb`\diffdef`
+command of earlier versions has been replaced by the three-argument
+command \verb`\difdef`, the additional argument determining which
+one or more of the \verb`f`, \verb`s`, \verb`c`, \verb`fp`, \verb`sp`
+or \verb`cp` forms the defined variant applies to. The differential
+command \verb`\dl` has been rewritten and is now fully template-configurable
+(allowing easy writing of line elements like $\dl.+.{x,y,z}^{2}$),
+and the jacobian command \verb`\jacob` is also configurable. Indeed
+version 5 of \verb`diffcoeff` more fully embraces the configurability
+offered by the \verb`xtemplate` package than previous versions, bringing
+other notations -- like those of the \verb`braket` package -- within
+its compass.
\subsubsection*{ISO defaults}
@@ -236,7 +236,7 @@ so that the spacing around scalable delimiters modified by \verb`\left`,
The present document does not use this package option.
\item The third package option requires the \verb`<filename>` of a file
with extension \verb`.def`, \verb`<filename>.def`, containing definitions
-of variant forms (see \ref{sec:Variant-forms}) of derivative:
+of variant forms of derivative (see \ref{sec:Variant-forms}):
\begin{verbatim}
\usepackage[def-file=<filename>]{diffcoeff}
\end{verbatim}
@@ -402,10 +402,10 @@ as the \emph{differentiand} or \emph{derivand }(in line with \emph{integrand},
All commands, \verb`\difx`, \verb`\difxp`, share the same syntax.
With options present the syntax is
\begin{verbatim}
- \difx.name.*[order-spec]{differentiand}
+ \difx.name.*[order-spec]<override>{differentiand}
{variable(s)}[pt of eval]
- \difx.name.**[order-spec]{variable(s)}
+ \difx.name.**[order-spec]<override>{variable(s)}
{differentiand}[pt of eval]
\end{verbatim}
The syntax is identical for \verb`\difxp`. The seven arguments have
@@ -429,6 +429,9 @@ see \ref{subsec:Transposing-the-argument}.
in a single variable, or a comma list of orders of differentiation
for a mixed partial derivative; see \ref{subsec:Higher-order-derivatives}
and \ref{subsec:Mixed-partial-derivatives}.
+\item \verb`override` (optional) The total order of differentiation when
+it cannot be calculated by \texttt{diffcoeff} or is wanted in a different
+form from that calculated by \texttt{diffcoeff}; see \ref{subsec:Order-override-command}.
\item \verb`differentiand` (mandatory) The function being differentiated.
\item \verb`variable(s)` (mandatory) The variable of differentiation or
a comma list of variables of differentiation (for a mixed partial
@@ -652,6 +655,19 @@ and in compact form,
For partial differentiation in more than one variable -- so-called
\emph{mixed} partial derivatives -- see \ref{subsec:Mixed-partial-derivatives}.
+\subsubsection{Alternative method}
+
+From version 5.3 of \texttt{diffcoeff} it is also possible to specify
+the order by the method shown in the example
+\begin{centred}
+\verb`\[ \diffp y{x:2}, \quad \diffp y{x:n+1}. \]` $\Longrightarrow$
+\[ \diffp y{x:2}, \quad \diffp y{x:n+1}. \]
+\end{centred}
+A colon separates the variable from its order of differentiation.
+This is really intended not for one variable, as here, but for mixed
+partial derivatives when there are a number of variables subject to
+different orders of differentiation.
+
\subsection{Appending the differentiand}
\label{subsec:Appending-the-differentiand}Some differentiands are
@@ -673,9 +689,8 @@ all the variables on which it depends:
\verb`\[ \diffp*[2]{\Phi(x,y,z)}x \]` $\Longrightarrow$ \[ \diffp*[2]{\Phi(x,y,z)}x. \]
\end{centred}
A virtue of using an asterisk to append the differentiand is that
-if one isn't sure whether a differentiand should be appended or not,
-it is an easy matter to simply insert or delete the asterisk to compare
-the results.
+if one isn't sure whether to append or not, it is an easy matter to
+simply insert or delete the asterisk to compare the results.
For instance, a second derivative is an iterated derivative -- one
in which a derivative forms the differentiand of another . Thus
@@ -705,8 +720,8 @@ other are reversed. Thus it is clearer to the eye to write
\end{centred}
than \verb`\[ \diff*{(ax^2+bxy+cy^2)}x \]`, where the eye has to
search for the variable of differentiation. This is especially the
-case if the differentiand contains more than one variable and commands
-like \verb`\frac` or \verb`\sqrt` requiring braced arguments:
+case if the differentiand contains more than one variable and includes
+commands like \verb`\frac` or \verb`\sqrt` requiring braced arguments:
\begin{centred}
\verb`\[ \diffp**x{\frac1{\sqrt{x^2-y^2}}} \]` $\Longrightarrow$
\[ \diffp**x{\frac1{\sqrt{x^2-y^2}}} \]
@@ -894,7 +909,8 @@ for this example but it becomes messy if different orders of differentiation
are involved for different variables.
To differentiate variables to higher order, their orders need to be
-specified explicitly. To do so use a comma list for the optional argument:
+specified explicitly. To do so use a comma list for the optional argument
+(or, since version 5.3, use the alternative method of \ref{subsec:Alternative-method}):
\begin{centred}
\verb`$ \difcp[2,3]F{x,y,z} $` $\Longrightarrow$ $ \difcp[2,3] F{x,y,z}$,
@@ -934,64 +950,93 @@ Or again,
\[ \diffp[1,km+1,m+k-1]{F(x,y,z)}{x,y,z}. \]
\end{centred}
-\subsubsection{Order-override command: \texttt{\textbackslash difoverride}}
+\subsubsection{Alternative method}
+
+\label{subsec:Alternative-method}When there are two or more variables
+of differentiation, particularly when subject to different orders
+of differentiation, it may be easier to see which order is associated
+with which variable if they are paired together in the variable argument.
+To do so, separate the order from the variable by a colon,\footnote{I thank \noun{Christophe Bal} for this suggestion.}
+like this:
+\begin{centred}
+\verb`\[ \diffp{F(x,y,z)}{x,y:km+1,z:m+k-1} \]` $\Longrightarrow$
+\[ \diffp{F(x,y,z)}{x,y:km+1,z:m+k-1}. \]
+\end{centred}
+In the example, note that it suffices to write \verb`x` rather than
+\verb`x:1`.
+
+If, in a fit of absent-mindedness, one specifies the orders of differentiation
+by both methods, it is the orders in the variable argument that prevail:
+\begin{centred}
+\verb`\[ \diffp[1,2,3]{F(x,y,z)}{x:4,y:5,z:6} \]` $\Longrightarrow$
+\[ \diffp[1,2,3]{F(x,y,z)}{x:4,y:5,z:6} \]
+\end{centred}
+
+\subsubsection{Order-override option and command}
-\noindent\label{subsec:Order-override-command}$m+k+km+1$ factorizes
-to $(k+1)(m+1)$ and you may prefer to express the total order of
-differentiation in this form. \verb`diffcoeff` is not a computer
-algebra system and does not do such factorizations but the \verb`\difoverride`
-command offers the means to use the factorized form as the total order
-of differentiation in the derivative. (The \verb`\difoverride` command
-replaces the order-override option of the \verb`\diff` command in
-version 4 of \verb`diffcoeff`. That option is no longer available.)
+\label{subsec:Order-override-command}With version 5.3 of \texttt{diffcoeff}
+the order-override option has been reinstated, having been replaced
+in versions 5.0 to 5.2 by a command \verb`\difoverride` (see below).
+In version 4 and earlier this optional argument was square-bracket
+delimited. It is now \emph{angle-bracket }delimited (using the `less
+than' and `greater than' symbols, \verb`< >`).\footnote{I thank \noun{Christophe Bal} for urging the availability of this
+argument and the use of angle brackets.} The reason for angle brackets is both for visual distinction and
+because the alternative method of specifying the order of differentiation
+(by means of colons in the variable specification; see immediately
+above \ref{subsec:Alternative-method}) requires the override option
+to be distinguishable from the order specification.
+
+In the penultimate example above, the total order of differentiation
+$m+k+km+1$ factorizes to $(k+1)(m+1)$. \verb`diffcoeff` is not
+a computer algebra system and does not do such factorizations but
+you can still express the total order in this form by using the override
+option, entering the factorized form between angle brackets before
+the differentiand:
+\begin{verbatim}
+ \[
+ \diffp<(k+1)(m+1)>{F(x,y,z)}{x,y:km+1,z:m+k-1}
+ \]
+\end{verbatim}
+$\Longrightarrow$ \[
+ \diffp<(k+1)(m+1)>{F(x,y,z)}{x,y:km+1,z:m+k-1}.
+ \]
+
+When the override option is used, the algorithm that calculates the
+total order is sidestepped. It does not get called at all. In this
+way not only can the total order be presented in whatever manner one
+wishes but essentially arbitrary material can be attached as a superscript
+to the $\partial$ symbol in the numerator. (For compact-form derivatives,
+which do not use a total order of differentiation, the override option
+is irrelevant.)
+
+\paragraph{Order-override command:}
+
+\noindent Alternatively, you can use the \verb`\difoverride` command
+in place of the override option. You might prefer to do this to avoid
+cluttered expressions. The command takes one (mandatory) argument,
+the total order of differentiation, which it stores:
\begin{verbatim}
\[
\difoverride{(k+1)(m+1)}
\diffp[1,km+1,m+k-1]{F(x,y,z)}{x,y,z}
+ \difoverride{},\quad
+ \diffp[1,km+1,m+k-1]{F(x,y,z)}{x,y,z}
\]
\end{verbatim}
$\Longrightarrow$ \[
\difoverride{(k+1)(m+1)}
\diffp[1,km+1,m+k-1]{F(x,y,z)}{x,y,z}
+ \difoverride{},\quad
+ \diffp[1,km+1,m+k-1]{F(x,y,z)}{x,y,z}
\]
-\verb`\difoverride` takes only one (mandatory) argument, the total
-order of differentiation, which it stores. When \verb`\difoverride`
-is non-empty, then the algorithm that calculates the total order is
-sidestepped. It does not get called at all. In this way one can present
-not only the total order in whatever manner one wishes but essentially
-arbitrary material as a superscript to the $\partial$ symbol in the
-numerator. (For compact-form derivatives, which do not use a total
-order of differentiation, the command is irrelevant.)
-
-Note that in the example \verb`\difoverride` has been used \emph{within
-}the math environment. This is good practice. It prevents the contents
-of \verb`\difoverride` erroneously overriding the orders of later
-derivatives:
-\begin{verbatim}
- $ \difoverride{N} \difsp[m,n]f{x,y} $,\quad
- $ \difsp[1,2]f{x,y} $.
-\end{verbatim}
-$\Longrightarrow$ $ \difoverride{N} \difsp[m,n]f{x,y} $,\quad
- $ \difsp[1,2]f{x,y} $.
-
-\noindent There is no spillover here whereas by placing the override
-command outside the math environment the command reaches beyond the
-intended target. To cancel the overreach, I have used \verb`\difoverride`
-with an \emph{empty} argument, :
-\begin{verbatim}
- \difoverride{K}
- $ \difsp[m,n]f{x,y} $,\quad
- $ \difsp[1,2]f{x,y} $,\quad
- \difoverride{}
- $ \difsp[1,2]f{x,y}$.
-\end{verbatim}
-$\Longrightarrow$ \difoverride{K} $ \difsp[m,n]f{x,y} $,\quad
- $ \difsp[1,2]f{x,y} $,\quad
- \difoverride{} $ \difsp[1,2]f{x,y}$.
-
-\noindent Clearly one should use the override command \emph{within}
-the math environment.
+\noindent Note that in the example \verb`\difoverride` has been used
+\emph{within }the math environment. This is good practice. It prevents
+the contents of the command erroneously overriding the orders of later
+derivatives in other math environments; but it does mean cancelling
+the override (with the statement \verb`\diffoverride{}`) in \emph{this}
+environment if a second derivative is present, to prevent the second
+derivative also displaying the factorized form.
\subsubsection{Parentheses}
@@ -1029,17 +1074,11 @@ preceded by something that is not a number or a sign as signalling
\verb`\[\diffp[m(k-1)+1,m(k+1)-1]F{x,y}\]` $\Longrightarrow$ \[\diffp[m(k-1)+1,m(k+1)-1]F{x,y}\]
\end{centred}
\noindent If, in fact, \verb`m` is intended as a \emph{variable}
-then the order-override command is there to rescue the situation:
+then the order-override option or command is there to rescue the situation:
\begin{verbatim}
- \[
- \difoverride{2mk}
- \diffp[m(k-1)+1,m(k+1)-1]F{x,y}
- \]
+ \[ \diffp<2mk>F{x:m(k-1)+1,y:m(k+1)-1} \]
\end{verbatim}
-$\Longrightarrow$ \[
- \difoverride { 2mk }
- \diffp[m(k-1)+1,m(k+1)-1]F{x,y}
- \]
+$\Longrightarrow$ \[ \diffp<2mk>F{x:m(k-1)+1,y:m(k+1)-1} \]
\subsubsection{Error messages}
@@ -1060,24 +1099,19 @@ and continuing,
number followed by ^ in the order spec. [2^k,1] on
line xx. Calculation of the total order of
differentiation fails in this case. Use the
- \difoverride command to enter the total order.
- See the diffcoeff documentation for further
- information.
+ override option (or \difoverride command) to
+ enter the total order. See the diffcoeff
+ documentation for further information.
\end{verbatim}
(The \verb`xx` will be replaced by a specific line number in each
case. Line breaking may also differ from case to case.) To avoid such
-errors and enable compilation to proceed, use the override command:
-\begin{verbatim}
- \[
- \difoverride { 2^{n+1} }
- \diffp[2^n+1,2^n-1]F{x,y}
- \]
-\end{verbatim}
-$\Longrightarrow$ \[
- \difoverride { 2^{n+1} }
- \diffp[2^n+1,2^n-1]F{x,y}
- \]
-
+errors and enable compilation to proceed, do as the message suggests
+-- use the override option (or \verb`\difoverride` command). For
+(a slightly more complicated) example,
+\begin{centred}
+\verb`\[ \diffp[2^n+1,2^n-1]<2^{n+1}>F{x,y} \]` $\Longrightarrow$
+\[ \diffp[2^n+1,2^n-1]<2^{n+1}>F{x,y} \]
+\end{centred}
There are limitations on what order specifications the \verb`diffcoeff`
package can `digest', but in real life that is unlikely to be significant.
Mixed partial derivatives are used far less often than the pure derivatives,
@@ -2071,7 +2105,7 @@ slash fraction (name \verb`1`):
style = big ,
outer-Ldelim = \bigl (,
outer-Rdelim = \bigr ),
- sub-nudge = -2.5 mu,
+ sub-nudge = -2 mu,
*inner-Ldelim = \bigl (,
*inner-Rdelim = \bigr ),
*outer-Ldelim = \bigl [,
@@ -2324,12 +2358,14 @@ The second method is to use the package option \verb`DIF`. For instance
loading \verb`diffcoeff` with the call
\begin{verbatim}
\usepackage
- [
- DIF = { op-symbol = d,
- op-order-nudge = 1 mu,
- outer-Ldelim = \left . ,
- outer-Rdelim = \right |,
- sub-nudge = 0 mu }
+ [ DIF =
+ {
+ op-symbol = d,
+ op-order-nudge = 1 mu,
+ outer-Ldelim = \left . ,
+ outer-Rdelim = \right |,
+ sub-nudge = 0 mu
+ }
]{diffcoeff}
\end{verbatim}
will overwrite the built-in defaults with these new values, which
@@ -2747,6 +2783,8 @@ otherwise indicated) and their delimiters:
is appended, available only if first star is also present;
\item \verb`[order(s)]` order of differentiation, or comma list of orders
of differentiation (for mixed partial derivatives);
+\item \verb`<override>` total order of differentiation override (for mixed
+partial derivatives);
\item \verb`{differentiand}` (mandatory) function being differentiated;
\item \verb`{variable(s)}` (mandatory) differentiation variable or, for
mixed partial derivatives, comma list of differentiation variables;
@@ -2985,7 +3023,7 @@ for template \verb`DIFL`.
\begin{verbatim}
% file `diffcoeff5.def'
% definitions for variant forms
-% 2023/01/03
+% 2023/04/10
% Andrew Parsloe ajparsloe@gmail.com
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -3047,7 +3085,7 @@ for template \verb`DIFL`.
style = big ,
outer-Ldelim = \bigl (,
outer-Rdelim = \bigr ),
- sub-nudge = -2.5 mu,
+ sub-nudge = -2 mu ,
*inner-Ldelim = \bigl (,
*inner-Rdelim = \bigr ),
*outer-Ldelim = \bigl [,
@@ -3267,6 +3305,15 @@ variable;
error when \verb`scrbook` class was used;
\item amends documentation.
\end{enumerate}
+\item Version 5.3 (2023-04-10)
+\begin{enumerate}
+\item Fixes a bug when \verb`\dl` was used in a particular way in \texttt{beamer}
+(e.g. \verb`\[\alert{\dl x}\]`).
+\item Provides an alternative method of specifying orders of differentiation
+by means of colon separators in the variable argument.
+\item Reinstates (from v.4) the order-override option as an alternative
+to \verb`\difoverride` but now angle-bracket delimited.
+\end{enumerate}
\end{enumerate}
\end{document}
diff --git a/macros/latex/contrib/diffcoeff/diffcoeff5.def b/macros/latex/contrib/diffcoeff/diffcoeff5.def
index d61028a4a0..9b2f556fb7 100644
--- a/macros/latex/contrib/diffcoeff/diffcoeff5.def
+++ b/macros/latex/contrib/diffcoeff/diffcoeff5.def
@@ -51,7 +51,7 @@
style = auto ,
outer-Ldelim = \left [ ,
outer-Rdelim = \right ] ,
- sub-nudge = 0 mu ,
+ sub-nudge = 0 mu ,
*inner-Ldelim = \mleft ( ,
*inner-Rdelim = \mright ),
*outer-Ldelim = \left [ ,
@@ -62,7 +62,7 @@
style = big ,
outer-Ldelim = \bigl (,
outer-Rdelim = \bigr ),
- sub-nudge = -2.5 mu,
+ sub-nudge = -2 mu ,
*inner-Ldelim = \bigl (,
*inner-Rdelim = \bigr ),
*outer-Ldelim = \bigl [,
diff --git a/macros/latex/contrib/lastpage/README b/macros/latex/contrib/lastpage/README
index 6135895020..57a301f013 100644
--- a/macros/latex/contrib/lastpage/README
+++ b/macros/latex/contrib/lastpage/README
@@ -1,4 +1,4 @@
-README for lastpage package, 2023-03-07, v2.0a
+README for lastpage package, 2023-04-12, v2.0b
TABLE OF CONTENTS
diff --git a/macros/latex/contrib/lastpage/lastpage-example.pdf b/macros/latex/contrib/lastpage/lastpage-example.pdf
index 9a6cd36a1c..d3826c7544 100644
--- a/macros/latex/contrib/lastpage/lastpage-example.pdf
+++ b/macros/latex/contrib/lastpage/lastpage-example.pdf
Binary files differ
diff --git a/macros/latex/contrib/lastpage/lastpage.dtx b/macros/latex/contrib/lastpage/lastpage.dtx
index 2b5a529436..cff2874020 100644
--- a/macros/latex/contrib/lastpage/lastpage.dtx
+++ b/macros/latex/contrib/lastpage/lastpage.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
% File: lastpage.dtx
-% Version: 2023-03-07 v2.0a
+% Version: 2023-04-12 v2.0b
% Info: Refers to last page's name
%
% Copyright © 2010 - 2023 by
@@ -65,7 +65,7 @@
\input docstrip.tex
\Msg{**********************************************************************}
\Msg{* Installation *}
-\Msg{* Package: lastpage 2023-03-07 v2.0a Refers to last page's name (HMM)*}
+\Msg{* Package: lastpage 2023-04-12 v2.0b Refers to last page's name (HMM)*}
\Msg{**********************************************************************}
\keepsilent
@@ -77,7 +77,7 @@
This is a generated file.
Project: lastpage
-Version: 2023-03-07 v2.0a
+Version: 2023-04-12 v2.0b
Info: Refers to last page's name
Copyright (C) 2010 - 2023 by
@@ -184,7 +184,7 @@ In memoriam
%<*driver>
\NeedsTeXFormat{LaTeX2e}[2022-11-01]
\ProvidesFile{lastpage.drv}%
- [2023-03-07 v2.0a Refers to last page's name (HMM)]
+ [2023-04-12 v2.0b Refers to last page's name (HMM)]
\documentclass{ltxdoc}[2022/06/22]% v2.1i Standard LaTeX documentation class
\usepackage{holtxdoc}[2019/12/09]% v0.30 Private additional ltxdoc support (HO)
\hypersetup{%
@@ -249,7 +249,7 @@ In memoriam
% \DoNotIndex{\today,\upshape,\url,\usepackage,\value,\verb,\write}
%
% \title{The \xpackage{lastpage} package}
-% \date{2023-03-07 v2.0a}
+% \date{2023-04-12 v2.0b}
% \author{H.-Martin Münch\\\xemail{Martin.Muench at Uni-Bonn.de}\\
% invented by Jeffrey P. Goldberg\\\xemail{jeffrey+news at goldmark.org}}
%
@@ -770,7 +770,7 @@ In memoriam
%% must be loaded for the \url used in this example:
%% \usepackage{url}
%% or just use \let\url\texttt for the one used url.
-\usepackage{lastpage}[2023-03-07]% v2.0a
+\usepackage{lastpage}[2023-04-12]% v2.0b
\makeatletter
\renewcommand{\@evenfoot}{%
\normalsize\slshape \today\hfil \upshape %
@@ -783,7 +783,7 @@ In memoriam
\section*{Example for lastpage}
\markboth{Example for lastpage}{Example for lastpage}
This example demonstrates the use of package\newline
-\textsf{lastpage}, v2.0a as of 2023-03-07 (HMM; JPG).\newline
+\textsf{lastpage}, v2.0b as of 2023-04-12 (HMM; JPG).\newline
The package takes no options.\newline
For more details please see the documentation!\newline
@@ -917,14 +917,17 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
%
% \section{The implementation}
% \DescribeMacro{lastpage.sty}
-% We first need to determine whether we are on \TeX~2.09 or \LaTeX2e:
+% We first need to determine whether we are on \TeX~2.09 or \LaTeX2e.\newline
+% (That line, which is too long for the documentation, reads:\newline
+% |\def\loadlastpage{\ProvidesPackage{lastpage}[2023/04/12 v2.0b lastpage:|\linebreak
+% | 2.09 or 2e? (HMM)]\relax\RequirePackage{lastpage2e}}|.)
%
% \begin{macrocode}
%<*package>
%% Part of the "lastpage" package
%% loads either lastpage2.09.sty for TeX 2.09 or lastpage2e.sty for LaTeX 2e
%% with code from https://groups.google.com/g/comp.text.tex/c/-Qmhj1ZI4xM
-\def\loadlastpage{\ProvidesPackage{lastpage}[2023/03/07 v2.0a lastpage: 2.09 or 2e? (HMM)]\relax\RequirePackage{lastpage2e}}
+\def\loadlastpage{\ProvidesPackage{lastpage}[2023/04/12 v2.0b lastpage: 2.09 or 2e? (HMM)]\relax\RequirePackage{lastpage2e}}
\begingroup \expandafter \ifx \csname documentclass\endcsname\relax
\endgroup \expandafter \input{lastpage209.sty}
\else \endgroup \expandafter \loadlastpage
@@ -964,7 +967,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
%<*lastpage2e>
%% Part of the "lastpage" package
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
-\ProvidesPackage{lastpage2e}[2023/03/07 v2.0a Decide which 2e lastpage version to use (HMM)]
+\ProvidesPackage{lastpage2e}[2023/04/12 v2.0b Decide which 2e lastpage version to use (HMM)]
\@ifl@t@r\fmtversion{2022/11/01}{\RequirePackage{lastpagemodern}}{%
\RequirePackage{lastpageclassic}}
\message{^^J}
@@ -978,7 +981,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
%<*lastpageclassic>
%% Part of the "lastpage" package
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
-\ProvidesPackage{lastpageclassic}[2023/03/07 v2.0a Refers to last page's name (HMM; JPG)]
+\ProvidesPackage{lastpageclassic}[2023/04/12 v2.0b Refers to last page's name (HMM; JPG)]
%% allows for things like "Page \thepage{} of \pageref{LastPage}" to get "Page 7 of 9"
% \end{macrocode}
@@ -1029,7 +1032,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
before 2.1 of the endfloat package,\MessageBreak%
because those versions redefined\MessageBreak%
the \string\enddocument\space command.}%
- }{}}%
+ }}{}%
\@ifpackageloaded{tikz}{\gdef\lastpage@tikz{1}}{}%
\@ifpackageloaded{hyperref}{\gdef\lastpage@hyper{1}}{}%
\@ifpackageloaded{nameref}{\gdef\lastpage@nameref{1}}{}%
@@ -1238,6 +1241,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
\immediate\write\@auxout{\string\gdef\string\lastpage@lastpageHy{}}%
\fi%
% \end{macrocode}
+% \pagebreak
%
% After the writeout we restore the page number again,
% since there might be other things still to be done.
@@ -1313,6 +1317,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
% \end{macrocode}
% \end{macro}
+% \pagebreak
%
% \begin{macro}{\lastpage@fileswtestHy}
% \indent When the \xpackage{hyperref} package has been loaded,
@@ -1406,7 +1411,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
%<*lastpagemodern>
%% Part of the "lastpage" package
\NeedsTeXFormat{LaTeX2e}[2022-11-01]
-\ProvidesPackage{lastpagemodern}[2023-03-07 v2.0a Refers to last page's name (HMM; JPG)]
+\ProvidesPackage{lastpagemodern}[2023-04-12 v2.0b Refers to last page's name (HMM; JPG)]
%% allows for things like "Page \thepage{} of \pageref{LastPage}"
%% to get "Page 7 of 9" or "Page VII of IX";
%% the NUMBER of pages is available via \@abspage@last, but with pages
@@ -1447,7 +1452,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
before 2.1 of the endfloat package,\MessageBreak%
because those versions redefined\MessageBreak%
the \string\enddocument\space command.}%
- }{}}%
+ }}{}%
% \end{macrocode}
%
% |\lastpage@putlabel|, used by older versions of this package,
@@ -1788,7 +1793,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
% \begin{description}
% \item[-] \TeX, \url{https://www.CTAN.org}
%
-% \item[-] package \xpackage{lastpage}, 2023-03-07, v2.0a,
+% \item[-] package \xpackage{lastpage}, 2023-04-12, v2.0b,
% \url{https://ctan.org/pkg/lastpage}
% \end{description}
%
@@ -1798,7 +1803,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
% \begin{description}
% \item[-] \TeX-format \LaTeX{}, v2.09
%
-% \item[-] package \xpackage{lastpage209}, 2023-03-07, v2.0a,
+% \item[-] package \xpackage{lastpage209}, 2023-04-12, v2.0b,
% \url{https://ctan.org/pkg/lastpage}
% \end{description}
% and does not work with \xpackage{hyperref}, which needs \LaTeX2e{}.\\
@@ -1810,7 +1815,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
% \item[-] \TeX-format \LaTeXe{} 1994/12/01 or newer,
% \url{https://www.CTAN.org}
%
-% \item[-] package \xpackage{lastpage}, 2023-03-07, v2.0a,
+% \item[-] package \xpackage{lastpage}, 2023-04-12, v2.0b,
% \url{https://ctan.org/pkg/lastpage}
% \end{description}
%
@@ -1821,7 +1826,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
% \item[-] \TeX-format \LaTeXe{} between 1994/12/01 and 2022/11/01,\\
% \url{https://www.CTAN.org}
%
-% \item[-] package \xpackage{lastpage}, 2023-03-07, v2.0a,
+% \item[-] package \xpackage{lastpage}, 2023-04-12, v2.0b,
% \url{https://ctan.org/pkg/lastpage}
% \end{description}
% and can use
@@ -1837,7 +1842,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
% \item[-] \TeX-format \LaTeXe{} 2022-11-01 or newer,
% \url{https://www.CTAN.org}
%
-% \item[-] package \xpackage{lastpage}, 2023-03-07, v2.0a,
+% \item[-] package \xpackage{lastpage}, 2023-04-12, v2.0b,
% \url{https://ctan.org/pkg/lastpage}
% \end{description}
% and can use
@@ -1850,7 +1855,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
% The |lastpage-example.tex| requires the same file as all
% documents using the \xpackage{lastpage} package, i.\,e.
% \begin{description}
-% \item[-] package \xpackage{lastpage}, 2023-03-07, v2.0a,
+% \item[-] package \xpackage{lastpage}, 2023-04-12, v2.0b,
% \url{https://ctan.org/pkg/lastpage}\\
% (Well, it is the example file for this package, and because you are reading the
% documentation for the \xpackage{lastpage} package, it can be assumed that you already
@@ -2135,7 +2140,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
% and the \Newsgroup{comp.text.tex} and \Newsgroup{de.comp.text.tex}
% newsgroups for their help in all things \TeX{}. Thanks for bug reports
% to \textsc{Ulrike Fischer}, \textsc{Sebastian Bank}, \textsc{James Hedges},
-% \textsc{Mikhail Titov}, and \textsc{Micha\l{} Herman}.
+% \textsc{Mikhail Titov}, \textsc{Micha\l{} Herman}, and \textsc{Matteo Gamboz}.
% Thanks to \textsc{Sven Siegmund} for pointing out a necessary further
% explanation in the documentation.
%
@@ -2284,7 +2289,7 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
% instead of two, therefore |\newlabel{LastPage}{{}{\thepage}{}{}{}}| instead of
% |\newlabel{LastPage}{{}{\thepage}}| must be used.
% (Bug reported at \url{https://tex.stackexchange.com/q/95541},
-% thanks to Micha\l{} Herman!) Fixed.
+% thanks to \textsc{Micha\l{} Herman}!) Fixed.
% \end{Version}
% \begin{Version}{2015/03/29 v1.2m}
% \item Updated to \TeX{} Live 2014 (for compiling the documentation and example).
@@ -2306,6 +2311,9 @@ To see the content of the \texttt{enddocument/afterlastpage}-hook
% \item Updated to \LaTeX{} format 2022-11-01.
% \item Extensive updates to the documentation (manual \& README) and to the example.
% \end{Version}
+% \begin{Version}{2023-04-12 v2.0b}
+% \item Bug fix: What should have been |}}{}| was |}{}}|. Thanks to \textsc{Matteo Gamboz}!
+% \end{Version}
% \end{History}
% \bigskip
%
diff --git a/macros/latex/contrib/lastpage/lastpage.pdf b/macros/latex/contrib/lastpage/lastpage.pdf
index 4f0988a919..67a493ada8 100644
--- a/macros/latex/contrib/lastpage/lastpage.pdf
+++ b/macros/latex/contrib/lastpage/lastpage.pdf
Binary files differ
diff --git a/macros/latex/contrib/papermas/README b/macros/latex/contrib/papermas/README
index b82ecc3f07..be7d632115 100644
--- a/macros/latex/contrib/papermas/README
+++ b/macros/latex/contrib/papermas/README
@@ -1,4 +1,4 @@
-README for papermas package, 2011/08/22, v1.0h
+README for papermas package, 2023-04-12, v1.1a
TABLE OF CONTENTS
@@ -17,36 +17,38 @@ TABLE OF CONTENTS
1 INTRODUCTION
==============
-This package allows to compute the mass of a printed version of a
-document, useful e.g. when sending it by mail to determine the postage.
+This LaTeX package allows to compute the mass of a printed version of a
+document, useful e.g. to determine the postage when sending it by snail mail.
Warning/Disclaimer: The mass of (printer's) ink has to be added and that
of envelope, address sticker, stamps,... Thus this is only an estimation
without guarantee - do not sue me, if you have got to pay excess postage!
-This material is subject to the LaTeX Project Public License
-(LPPL). See http://www.ctan.org/tex-archive/help/Catalogue/
-licenses.lppl.html for the details of that license.
+
+This material is published under the LPPL 1.3c: This work may be
+distributed and/or modified under the conditions of the LaTeX Project
+Public License, either version 1.3c of this license or (at your option)
+any later version. This version of this license is in
+https://www.latex-project.org/lppl/lppl-1-3c.txt
+and the latest version of this license is in
+https://www.latex-project.org/lppl.txt
+and version 1.3c or later is part of all distributions of
+LaTeX version 2005-12-01 or later.
2 DOWNLOAD
==========
-`papermas' is available on CTAN:
- CTAN:macros/latex/contrib/papermas/
-
-Also a ZIP file is provided that contains the files, already
-sorted in a TDS tree:
- CTAN:install/macros/latex/contrib/papermas.tds.zip
-
-`CTAN:' means one of the `Comprehensive TeX Archive Network'
-nodes or one of its mirrors. This is explained in
- http://www.tex.ac.uk/cgi-bin/texfaq2html?label=archives
+"papermas" is available on CTAN:
+https://ctan.org/pkg/papermas
-The CTAN stuff will be mirrored automatically from the
-ftp server, so
- ftp://ftp.tug.org/pub/tex/papermas/
-corresponds to
- CTAN:macros/latex/contrib/papermas/
+Also a ZIP file is provided that contains the files:
+the manual (papermas.pdf), the example (papermas-example.tex),
+the compiled example (papermas-example.pdf),
+driver (papermas.drv), papermas.dtx,
+installation file (papermas.ins),
+the style file (papermas.sty),
+and this README, already sorted in a TDS tree:
+https://mirror.ctan.org/install/macros/latex/contrib/papermas.tds.zip
3 INSTALLATION
@@ -54,10 +56,11 @@ corresponds to
Installation with ZIP file in TDS format
----------------------------------------
-The ZIP file `papermas.tds.zip' contains the files sorted
-in a TDS tree. Thus you can directly unpack the ZIP file
-inside a TDS tree.
-(See CTAN:tds.zip for an explanation of TDS.)
+The ZIP file "papermas.tds.zip" contains the files
+sorted in a TDS tree. Thus you can directly unpack the
+ZIP file inside a TDS tree.
+See https://ctan.org/TDS-guidelines for an explanation
+of TDS.
Example:
cd /...somewhere.../texmf
unzip /...downloadpath.../papermas.tds.zip
@@ -68,33 +71,38 @@ Example:
Manual installation
-------------------
-a) Download the papermas files from CTAN or the TUG server.
+a) Download the papermas files from CTAN.
If necessary, unpack them.
b) Generate the package and driver files:
- tex papermas.ins
-c) Install the file `*.sty' in your TDS tree:
- cp *.sty TDS:tex/latex/papermas/
- Replace `TDS:' by the prefix of your TDS tree
+ tex papermas.dtx
+c) Install the file "papermas.sty" in your TDS tree:
+ cp papermas.sty TDS:tex/latex/papermas/
+ Replace "TDS:" by the prefix of your TDS tree
(texmf directory).
-d) Copy the documentation files to
+d) Create the documentation, if necessary, e.g.
+ pdflatex papermas.dtx
+ makeindex -s gind.ist papermas.idx
+ pdflatex papermas.dtx
+ makeindex -s gind.ist papermas.idx
+ pdflatex papermas.dtx
+e) Update the databases if necessary, e.g. for TeXLive
+ texhash or mktexlsr.
+f) Create the papermas-example.pdf, if necessary, e.g.
+ pdflatex papermas-example.tex
+ pdflatex papermas-example.tex
+ pdflatex papermas-example.tex
+g) Copy the documentation files to
"TDS:doc/latex/papermas/":
README, papermas.pdf, papermas-example.tex,
papermas-example.pdf.
-e) Update the databases if necessary, e.g. for teTeX:
- mktexlsr .../texmf
4 ADDITIONAL PACKAGES
=====================
-Depending on the driver and option settings, papermas loads
-other packages:
-* kvoptions.sty:
- CTAN:macros/latex/contrib/oberdiek/kvoptions.dtx
-* intcalc.sty:
- CTAN:macros/latex/contrib/oberdiek/intcalc.dtx
-* pageslts.sty:
- CTAN:macros/latex/contrib/pageslts/pageslts.dtx
+papermas loads other packages:
+- kvoptions
+- intcalc
which again load other packages
(see the result of the \listfiles command in the log-file
of the example).
@@ -103,30 +111,30 @@ which again load other packages
5 PACKAGE COMPATIBILITY
=======================
-papermas should be loaded AFTER package pageslts.
+papermas should be loaded quite late.
6 AUTHOR/MAINTAINER
-=====================
+===================
-* H.-Martin Mnch
+H.-Martin Münch
7 BUG REPORTS
-==============
+=============
A bug report should contain:
* Comprehensive problem description. This includes error or
warning messages.
- * \errorcontextlines=\maxdimen can be added in the
- TeX code to get more information in TeX error messages.
-* Minimal test file that shows the problem, but does not
- contain any unnecessary packages and code.
+* \errorcontextlines=\maxdimen can be added in the
+ TeX code to get more information in TeX error messages.
+* Minimal test file that shows the problem,
+ but does not contain any unnecessary packages and code.
* Used drivers/programs.
* Version information about used packages and programs.
- * If you are using LaTeX, then add "\listfiles". Then
- a list of version information is printed at the end
- of the LaTeX run.
+* If you are using LaTeX, then add "\listfiles" to the document.
+ Then a list of version information is printed at the end
+ of the LaTeX run.
* Please no other files than the minimal test file.
The other files .log, .dvi, .ps, .pdf are seldom
necessary, so send them only on request.
@@ -135,14 +143,13 @@ A bug report should contain:
Bug address
-----------
Bug reports can be send to the maintainer:
- H.-Martin Mnch
+ H.-Martin Münch
<Martin [dot] Muench [at] Uni-Bonn [dot] de>
8 KNOWN PROBLEMS
-=================
+================
-TeX 2011/06/27 has changed \enddocument and
-thus broken the \AtVeryVeryEnd command/hooking
-of atveryend package as of 2011/04/23, v1.7.
-Until it is fixed, \AtEndAfterFileList is used.
+Needs TeX-Format LaTeX2e 2022-11-01 or newer;
+for older formats an older papermas package version is available at
+https://web.archive.org/web/20190417084752/https://mirror.ctan.org/install/macros/latex/contrib/papermas.tds.zip \ No newline at end of file
diff --git a/macros/latex/contrib/papermas/papermas-example.pdf b/macros/latex/contrib/papermas/papermas-example.pdf
index 43c91f26f0..3ac4f6326f 100644
--- a/macros/latex/contrib/papermas/papermas-example.pdf
+++ b/macros/latex/contrib/papermas/papermas-example.pdf
Binary files differ
diff --git a/macros/latex/contrib/papermas/papermas.dtx b/macros/latex/contrib/papermas/papermas.dtx
index 78f15d43a2..73fa6661e5 100644
--- a/macros/latex/contrib/papermas/papermas.dtx
+++ b/macros/latex/contrib/papermas/papermas.dtx
@@ -1,68 +1,38 @@
% \iffalse meta-comment
%
% File: papermas.dtx
-% Version: 2011/08/22 v1.0h
+% Version: 2023-04-12 v1.1a
+% Info: Computes paper mass of a printout
%
-% Copyright (C) 2010, 2011 by
-% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
+% Copyright © 2010 - 2023 by
+% H.-Martin Münch <Martin dot Muench at Uni-Bonn dot de>
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3c of this license or (at your option) any later
% version. This version of this license is in
-% http://www.latex-project.org/lppl/lppl-1-3c.txt
+% https://www.latex-project.org/lppl/lppl-1-3c.txt
% and the latest version of this license is in
-% http://www.latex-project.org/lppl.txt
+% https://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions of
-% LaTeX version 2005/12/01 or later.
+% LaTeX version 2005-12-01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
-% The Current Maintainer of this work is H.-Martin Muench.
+% The Current Maintainer of this work is H.-Martin Münch.
%
% This work consists of the main source file papermas.dtx
-% and the derived files
-% papermas.sty, papermas.pdf, papermas.ins, papermas.drv,
-% papermas-example.tex.
-%
-% Distribution:
-% CTAN:macros/latex/contrib/papermas/papermas.dtx
-% CTAN:macros/latex/contrib/papermas/papermas.pdf
-% CTAN:install/macros/latex/contrib/papermas.tds.zip
-%
-% Unpacking:
-% (a) If papermas.ins is present:
-% tex papermas.ins
-% (b) Without papermas.ins:
-% tex papermas.dtx
-% (c) If you insist on using LaTeX
-% latex \let\install=y\input{papermas.dtx}
-% (quote the arguments according to the demands of your shell)
-%
-% Documentation:
-% (a) If papermas.drv is present:
-% (pdf)latex papermas.drv
-% makeindex -s gind.ist papermas.idx
-% (pdf)latex papermas.drv
-% makeindex -s gind.ist papermas.idx
-% (pdf)latex papermas.drv
-% (b) Without papermas.drv:
-% (pdf)latex papermas.dtx
-% makeindex -s gind.ist papermas.idx
-% (pdf)latex papermas.dtx
-% makeindex -s gind.ist papermas.idx
-% (pdf)latex papermas.dtx
-%
-% The class ltxdoc loads the configuration file ltxdoc.cfg
-% if available. Here you can specify further options, e.g.
-% use DIN A4 as paper format:
-% \PassOptionsToClass{a4paper}{article}
-%
-% Installation:
-% TDS:tex/latex/papermas/papermas.sty
-% TDS:doc/latex/papermas/papermas.pdf
-% TDS:doc/latex/papermas/papermas-example.tex
-% TDS:source/latex/papermas/papermas.dtx
+% the README, and the derived files
+% papermas.sty, papermas.pdf,
+% papermas.ins, papermas.drv,
+% papermas-example.tex, papermas-example.pdf.
+%
+% "papermas" is available on CTAN:
+% https://ctan.org/pkg/papermas
+%
+% Also a TDS.ZIP file is provided that contains all the files
+% already sorted in a TDS tree:
+% https://mirror.ctan.org/install/macros/latex/contrib/papermas.tds.zip
%
%<*ignore>
\begingroup
@@ -77,10 +47,10 @@
%</ignore>
%<*install>
\input docstrip.tex
-\Msg{****************************************************************************}
-\Msg{* Installation}
-\Msg{* Package: papermas 2011/08/22 v1.0h Computes paper mass of a printout (HMM)}
-\Msg{****************************************************************************}
+\Msg{*****************************************************************************}
+\Msg{* Installation *}
+\Msg{* Package: papermas 2023-04-12 v1.1a Computes paper mass of a printout (HMM)*}
+\Msg{*****************************************************************************}
\keepsilent
\askforoverwritefalse
@@ -91,34 +61,36 @@
This is a generated file.
Project: papermas
-Version: 2011/08/22 v1.0h
+Version: 2023-04-12 v1.1a
+Info: Computes paper mass of a printout
-Copyright (C) 2010, 2011 by
- H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de>
-
-The usual disclaimer applys:
-If it doesn't work right that's your problem.
-(Nevertheless, send an e-mail to the maintainer
- when you find an error in this package.)
+Copyright (C) 2010 - 2023 by
+ H.-Martin Muench <Martin dot Muench at Uni-Bonn dot de>
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either
version 1.3c of this license or (at your option) any later
version. This version of this license is in
- http://www.latex-project.org/lppl/lppl-1-3c.txt
+ https://www.latex-project.org/lppl/lppl-1-3c.txt
and the latest version of this license is in
- http://www.latex-project.org/lppl.txt
+ https://www.latex-project.org/lppl.txt
and version 1.3c or later is part of all distributions of
-LaTeX version 2005/12/01 or later.
+LaTeX version 2005-12-01 or later.
This work has the LPPL maintenance status "maintained".
The Current Maintainer of this work is H.-Martin Muench.
This work consists of the main source file papermas.dtx
-and the derived files
- papermas.sty, papermas.pdf, papermas.ins, papermas.drv,
- papermas-example.tex.
+the README, and the derived files
+ papermas.sty, papermas.pdf,
+ papermas.ins, papermas.drv,
+ papermas-example.tex, papermas-example.pdf.
+
+In memoriam
+ Claudia Simone Barth + 1996-01-30
+ Tommy Muench + 2014-01-02
+ Hans-Klaus Muench + 2014-08-24
\endpreamble
\let\MetaPrefix\DoubleperCent
@@ -139,7 +111,7 @@ and the derived files
\Msg{* To finish the installation you have to move the following}
\Msg{* file into a directory searched by TeX:}
\Msg{*}
-\Msg{* papermas.sty}
+\Msg{* papermas.sty}
\Msg{*}
\Msg{* To produce the documentation run the file `papermas.drv'}
\Msg{* through (pdf)LaTeX, e.g.}
@@ -149,7 +121,7 @@ and the derived files
\Msg{* makeindex -s gind.ist papermas.idx}
\Msg{* pdflatex papermas.drv}
\Msg{*}
-\Msg{* At least two runs are necessary e. g. to get the}
+\Msg{* At least two runs are necessary e.g. to get the}
\Msg{* references right!}
\Msg{*}
\Msg{* Happy TeXing!}
@@ -165,27 +137,23 @@ and the derived files
% \section{The documentation driver file}
%
% The next bit of code contains the documentation driver file for
-% \TeX{}, i.\,e., the file that will produce the documentation you
+% \TeX, i.\,e., the file that will produce the documentation you
% are currently reading. It will be extracted from this file by the
-% \texttt{docstrip} programme. That is, run \LaTeX\ on \texttt{docstrip}
+% \texttt{docstrip} programme. That is, run \LaTeX{} on \texttt{docstrip}
% and specify the \texttt{driver} option when \texttt{docstrip}
% asks for options.
%
% \begin{macrocode}
%<*driver>
-\NeedsTeXFormat{LaTeX2e}[2009/09/24]
+\NeedsTeXFormat{LaTeX2e}[2022-11-01]
\ProvidesFile{papermas.drv}%
- [2011/08/22 v1.0h Computes paper mass of a printout (HMM)]%
-\documentclass{ltxdoc}[2007/11/11]% v2.0u
-\usepackage{holtxdoc}[2011/02/04]% v0.21
-%% papermas may work with earlier versions of LaTeX2e and those
-%% class and package, but this was not tested.
-%% Please consider updating your LaTeX, class, and package
-%% to the most recent version (if they are not already the most
-%% recent version).
+ [2023-04-12 v1.1a Computes paper mass of a printout (HMM)]
+\documentclass[landscape]{ltxdoc}[2022/06/22]% v2.1i Standard LaTeX documentation class
+\usepackage{geometry}[2020/01/02]% v5.9 Page Geometry
+\usepackage{holtxdoc}[2019/12/09]% v0.30 Private additional ltxdoc support (HO)
\hypersetup{%
- pdfsubject={Computeing paper mass of a printout (HMM)},%
- pdfkeywords={LaTeX, papermas, papermass, paper mass, paper, mass, weight, totpages, pageslts, Hans-Martin Muench},%
+ pdfsubject={Computing paper mass of a printout (HMM)},%
+ pdfkeywords={LaTeX, papermas, papermass, paper mass, paper, mass, weight},%
pdfencoding=auto,%
pdflang={en},%
breaklinks=true,%
@@ -200,36 +168,17 @@ and the derived files
pdfwindowui=true,%
pdfnewwindow=true%
}
-
\CodelineIndex
-\hyphenation{created document docu-menta-tion every-thing ignored}
-\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
+\DeclareMathAlphabet{\mathup}{OT1}{\familydefault}{m}{n}
+\DeclareRobustCommand{\unit}[1]{\ensuremath{\mathord{\thinspace\mathup{#1}}}}
+\hyphenation{docu-ment}
\begin{document}
\DocInput{papermas.dtx}%
\end{document}
%</driver>
% \end{macrocode}
-%
% \fi
%
-% \CheckSum{377}
-%
-% \CharacterTable
-% {Upper-case \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
-% Lower-case \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
-% Digits \0\1\2\3\4\5\6\7\8\9
-% Exclamation \! Double quote \" Hash (number) \#
-% Dollar \$ Percent \% Ampersand \&
-% Acute accent \' Left paren \( Right paren \)
-% Asterisk \* Plus \+ Comma \,
-% Minus \- Point \. Solidus \/
-% Colon \: Semicolon \; Less than \<
-% Equals \= Greater than \> Question mark \?
-% Commercial at \@ Left bracket \[ Backslash \\
-% Right bracket \] Circumflex \^ Underscore \_
-% Grave accent \` Left brace \{ Vertical bar \|
-% Right brace \} Tilde \~}
-%
% \GetFileInfo{papermas.drv}
%
% \begingroup
@@ -246,68 +195,51 @@ and the derived files
% \edef\x{\noexpand\DoNotIndex{\@backslashchar9}}%^^A
% }%^^A
% \expandafter\endgroup\x
-% \DoNotIndex{\,,\\}
-% \DoNotIndex{\documentclass,\usepackage,\ProvidesPackage,\begin,\end}
-% \DoNotIndex{\NeedsTeXFormat,\DoNotIndex,\verb}
-% \DoNotIndex{\def,\edef,\gdef,\global}
-% \DoNotIndex{\ifx,\kvoptions,\listfiles,\mathord,\mathrm,\ProcessKeyvalOptions}
-% \DoNotIndex{\SetupKeyvalOptions}
-% \DoNotIndex{\bigskip,\space,\thinspace,\Large,\linebreak,\MessageBreak}
-% \DoNotIndex{\ldots,\indent,\noindent,\newline,\pagebreak,\pagenumbering}
-% \DoNotIndex{\textbf,\textit,\textsf,\texttt,\textquotedblleft,\textquotedblright}
-% \DoNotIndex{\plainTeX,\TeX,\LaTeX,\pdfLaTeX}
-% \DoNotIndex{\chapter,\section}
-% \DoNotIndex{\arabic,\newpage,\thepage,\value}
+% \DoNotIndex{\,,\@abspage@last,\@auxout,\@bsphack,\@esphack,\@ifundefined,\addtocounter,\AddToHook,\arabic,\begin,\end}
+% \DoNotIndex{\bigskip,\DeclareMathAlphabet,\DeclareRobustCommand,\DeclareStringOption,\divide,\documentclass,\ensuremath}
+% \DoNotIndex{\familydefault,\format,\gdef,\if@filesw,\ifnum,\ifx,\immediate,\intcalcDiv,\intcalcPow,\listfiles,\m@ne}
+% \DoNotIndex{\markboth,\mathord,\mathup,\maxdimen,\message,\MessageBreak,\multiply,\NeedsTeXFormat,\newcounter,\newline}
+% \DoNotIndex{\newpage,\number,\PackageError,\PackageWarningNoLine,\pagenumbering,\papermas@decimalsep,\papermas@format}
+% \DoNotIndex{\papermas@log,\papermas@masss,\papermas@mbs,\papermas@pagespersheet,\papermas@powerof,\papermas@rerun}
+% \DoNotIndex{\papermas@space,\papermas@spaces,\papermas@totmass,\papermas@undefined,\papermassEmpty,\papermassETest}
+% \DoNotIndex{\papermassmd,\papermastmpformat,\papermastmpmasss,\papermastmppagespersheet,\papermastmpr,\papermastmps}
+% \DoNotIndex{\papermastmpt,\pdfinfo,\ProcessKeyvalOptions,\ProvidesPackage,\RequirePackage,\section,\setcounter}
+% \DoNotIndex{\SetupKeyvalOptions,\space,\textbf,\textsf,\texttt,\the,\thepage,\thinspace,\usepackage,\value,\write,\z@}
%
% \title{The \xpackage{papermas} package}
-% \date{2011/08/22 v1.0h}
-% \author{H.-Martin M\"{u}nch\\\xemail{Martin.Muench at Uni-Bonn.de}}
+% \date{2023-04-12 v1.1a}
+% \author{H.-Martin Münch\\\xemail{Martin.Muench at Uni-Bonn.de}}
%
% \maketitle
%
% \begin{abstract}
-% This \LaTeX\ package allows to compute the number of sheets of paper needed
+% \noindent This \LaTeX{} package allows to compute the number of sheets of paper needed
% to print a document as well as the mass of that printed version of the document,
-% useful e.\,g. when sending it by mail to determine the postage.\\
-% (The number of pages of a document can be determined with the
-% \xpackage{pageslts} package.)
+% useful e.\,g. to determine the postage when sending it by snail mail.
% \end{abstract}
%
% \bigskip
%
% \noindent Disclaimer for web links: The author is not responsible for any contents
-% referred to in this work unless he has full knowledge of illegal contents.
-% If any damage occurs by the use of information presented there, only the
-% author of the respective pages might be liable, not the one who has referred
-% to these pages.
+% referred to in this work unless having full knowledge of illegal contents.
+% If any damage occurs by the use of information presented there,
+% only the author of the respective pages might be liable,
+% not the one who has referred to those pages.
%
-% \bigskip
-%
-% \noindent {\color{green} Save per page about $200\unit{ml}$ water,
-% $2\unit{g}$ CO$_{2}$ and $2\unit{g}$ wood:\\
-% Therefore please print only if this is really necessary.}
-%
-% \newpage
%
% \tableofcontents
%
-% \pagebreak
-%
% \section{Introduction}
-% \indent This package is kind of an add-on to the \xpackage{pageslts} package,
-% but because that already uses some resources and computing the
-% number of sheets of paper or the paper mass probably is not
-% needed so often, this was made into a separate package.\\
-% \indent It allows to compute the number of sheets of paper needed to print a document
-% (useful when the paper is running out)
+% \indent This \LaTeX{} package allows to compute the number of sheets of paper
+% needed to print a document (useful when the paper is running out)
% as well as the mass of that printed version of the document,
-% useful e.\,g. when sending it by mail to determine the postage.\\
+% useful e.\,g. to determine the postage when sending it by snail mail.\\
% \indent \textbf{Warning/Disclaimer}: The mass of (printer's) ink has to be added
% and that of envelope, address sticker, stamps,\ldots\space
% Thus this is only an estimation without guarantee --
% do not sue me, if you have got to pay excess postage!\\
% \indent The name \xpackage{papermas} is short for paper mass but written with only one \textsf{s},
-% because some software has problems with names with more than eight letters.\\
+% because historically some software had problems with names with more than eight letters.\\
% It is \textsf{mass} and gives a result in grammes $\left[ \unit{g}\right]$,
% because the weight $F=m\cdot g$ (really $\overrightarrow{F}=m\cdot \overrightarrow{g}$)
% $\left[ \unit{N}\right]$ would require the knowledge of the gravitational acceleration
@@ -315,24 +247,17 @@ and the derived files
% and give a result in \textsc{Newton}, which probably is not very useful.
%
% \section{Usage}
-%
% \indent Just load the package placing
% \begin{quote}
% |\usepackage[<|\textit{options}|>]{papermas}|
% \end{quote}
-% \noindent in the preamble of your \LaTeXe\ source file
-% (preferably after calling the \xpackage{pageslts} package).\\
-% Because the \xpackage{pageslts} package is used to get the total
-% number of pages, please place a |\pagenumbering{...}| with
-% appropriate argument (e.\,g.~arabic, roman, Roman, fnsymbol,
-% alph, or Alph) right behind |\begin{document}| (see
-% documentation of \xpackage{pageslts} package).\\
+% \noindent in the preamble of your \LaTeXe{} source file.\\
% Now you can say
% \begin{verbatim}
-% This document consists of $\arabic{pagesLTS.pagenr}$~pages.
+% This document consists of $\papermassPages$~pages.
% When printing $\papermaspagespersheet$~pages on one sheet of
% paper, $\papermassheets$~sheets will be needed. For
-% ISO~A~\papermasformat\ paper of $\papermasmasss \unit{g}\unit{m}^{-2}$
+% ISO~A~\papermasformat{} paper of $\papermasmasss \unit{g}/\!\unit{m}^{2}$
% specific mass, the printout will have a mass of about
% $\papermasstotal \unit{g}$.
% \end{verbatim}
@@ -341,40 +266,33 @@ and the derived files
% This document consists of $101$~pages.
% When printing $4$~pages on one sheet of
% paper, $26$~sheets will be needed. For
-% ISO~A~4 paper of $80\unit{g}\unit{m}^{-2}$
+% ISO~A~4 paper of $80\unit{g}/\!\unit{m}^{2}$
% specific mass, the printout will have a mass of about
% $130\unit{g}$.
% \end{quote}
-% This information is also presented at the screen while compiling
-% your document (look for \xpackage{papermas}), in the \xfile{log}
-% file (search for \textsf{***~Paper~mass~***}), and can be found
-% in the \xfile{aux} file~-- probably one does not want to have the
-% information in the printed document.\\
-% One could use the \xpackage{(x)color} package and
-% \begin{verbatim}
-% {\color{white} This document ... of about $\papermasstotal \unit{g}$.}
-% \end{verbatim}
-% which does not show in the printed document (white background of the page
-% assumed), but can be made visible on the screen be marking that text.
+% This information is also presented at the screen while compiling your document
+% (look for \xpackage{papermas}),\newline
+% in the \xfile{log} file (search for \hbox{\textsf{***~Paper~mass~***}),}
+% and can be found near the end of the \xfile{aux} file.
%
% \subsection{Options}
% \DescribeMacro{options}
% \indent The \xpackage{papermas} package takes the following options:
%
-% \subsubsection{format\label{sss:format}}
+% \subsubsection{format}
% \DescribeMacro{format}
-% \indent The option \texttt{format} wants to know the ISO~A\ldots format
-% of the paper used for printing, i.\,e. |format=4| means ISO~A4
+% \indent The option \texttt{format} wants to know the \hbox{ISO~A\ldots}
+% format of the paper used for printing, i.\,e. |format=4| means ISO~A4
% paper format (which is also the default).
%
-% \subsubsection{masss\label{sss:mass}}
+% \subsubsection{masss}
% \DescribeMacro{masss}
-% \indent The option \texttt{masss} wants to know the specific (therefore
-% the third~\texttt{s}) mass of the paper used for printing
-% in $\unit{g}/\unit{m}^{2}$. The default is |masss=80|,
-% i.\,e. $80\unit{g}/\unit{m}^{2}$.
+% \indent The option \texttt{masss} wants to know the specific
+% (therefore the third~\texttt{s}) mass of the paper used for printing
+% in $\unit{g}/\!\unit{m}^{2}$. The default is |masss=80|,
+% i.\,e. $80\unit{g}/\!\unit{m}^{2}$.
%
-% \subsubsection{pagespersheet\label{sss:pagespersheet}}
+% \subsubsection{pagespersheet}
% \DescribeMacro{pagespersheet}
% \indent The option \texttt{pagespersheet} wants to know, how many
% pages are to be printed on one sheet of paper.
@@ -384,7 +302,7 @@ and the derived files
% differs from the one chosen for printing, the result will be wrong,
% of course.
%
-% \subsubsection{decimalsep\label{sss:decimalsep}}
+% \subsubsection{decimalsep}
% \DescribeMacro{decimalsep}
% \indent The option \texttt{decimalsep} wants to know,
% what should be used for the decimal separator. In English this is
@@ -398,166 +316,80 @@ and the derived files
% |decimalsep={,\,}| would cause trouble there.
%
% \section{Alternatives\label{sec:Alternatives}}
-%
-% For determining the number of pages (not sheets of paper)
-% instead of the \xpackage{pageslts} package the alternatives listed
-% in the description of that package could be used, but then
-% the according code in this package would need to be changed
-% (and also e.\,g. the |ifcounter| command used here).\\
% With the \xpackage{totpages} package optionally the number of
-% sheets of paper needed to print the document can be computed, too.\\
-% (See \xpackage{pageslts} documentation.)\\
+% sheets of paper needed to print the document can be computed,
+% but not the mass; \url{https://ctan.org/pkg/totpages}.
%
% \bigskip
%
-% \noindent (You programmed or found another alternative,
-% which is available at \CTAN{}?\\
-% OK, send an e-mail to me with the name, location at \CTAN{},
-% and a short notice, and I will probably include it in
-% the list above.)\\
-%
-% \smallskip
-%
-% \noindent About how to get those packages, please see subsection~\ref{ss:Downloads}.
-%
-% \newpage
+% \noindent You programmed or found another alternative,
+% which is available at \url{https://www.CTAN.org/}?
+% OK, send an e-mail to me with the name, location at CTAN,
+% and a short notice, and I will probably include it in the list above.
%
% \section{Example}
-%
% \begin{macrocode}
%<*example>
-\documentclass[british,a4paper]{article}[2007/10/19]% v1.4h
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\usepackage{hyperref}[2011/04/17]% v6.82g
-\hypersetup{%
- extension=pdf,%
- plainpages=false,%
- pdfpagelabels=true,%
- hyperindex=false,%
- pdflang={en},%
- pdftitle={papermas package example},%
- pdfauthor={Hans-Martin Muench},%
- pdfsubject={Example for the papermas package},%
- pdfkeywords={LaTeX, papermas, Hans-Martin Muench},%
- pdfview=Fit,%
- pdfstartview=Fit,%
- pdfpagelayout=SinglePage,%
- bookmarksopen=false%
+\NeedsTeXFormat{LaTeX2e}[2022-11-01]
+\documentclass[british,a4paper]{article}[2022/07/02]% v1.4n Standard LaTeX document class
+\pdfinfo{
+ /Author (H.-Martin Muench)
+ /Title (papermas package example)
+ /Subject (Example for the papermas package)
+ /Keywords (LaTeX;papermas;papermass;paper mass;paper;mass;weight)
}
-\usepackage[pagecontinue=true,alphMult=ab,AlphMulti=AB,fnsymbolmult=true,%
- romanMult=true,RomanMulti=true]{pageslts}[2011/08/08]% v1.2a
-%% These are the default options. %%
-\usepackage[format=4,masss=80,pagespersheet=2,decimalsep={.}]{papermas}
-%% These are the default options. %%
+\usepackage[format=4,masss=80,pagespersheet=2,decimalsep={.}]{papermas}[2023-04-12]
+%% v1.1a Computes paper mass of a printout (HMM)
+%% These are the default options.
+\DeclareMathAlphabet{\mathup}{OT1}{\familydefault}{m}{n}
+\DeclareRobustCommand{\unit}[1]{\ensuremath{\mathord{\thinspace\mathup{#1}}}}
\listfiles
\begin{document}
\pagenumbering{arabic}
-
\section*{Example for papermas}
\markboth{Example for papermas}{Example for papermas}
This example demonstrates the use of package\newline
-\textsf{papermas}, v1.0h as of 2011/08/22 (HMM).\newline
+\textsf{papermas}, v1.1a as of 2023-04-12 (HMM).\newline
The used options were \texttt{format=4} (ISO~A4),
\texttt{masss=80} ($\unit{g}\unit{m}^{-2}$), and\newline
\texttt{pagespersheet=2} (pages per sheet of paper,
i.\,e. either duplex printing or\newline
printing two pages on one side of a sheet of paper with blank back side).\newline
(These are the default options.)\newline
-For more details please see the documentation!\newline
-
-\bigskip
-
-This document consists of
-\lastpageref{LastPages}~(\arabic{pagesLTS.pagenr})~pages.
-When printing $\papermaspagespersheet$~pages on one sheet of
-paper, $\papermassheets$~sheets will be needed. For
-ISO~A~\papermasformat\ paper of $\papermasmasss \unit{g}\unit{m}^{-2}$
-specific mass, the printout will have a mass of about
-$\papermasstotal \unit{g}$.
-
+For more details please see the documentation!
\bigskip
-\noindent Save per page about $200\unit{ml}$ water,
-$2\unit{g}$ CO$_{2}$ and $2\unit{g}$ wood:\newline
-Therefore please print only if this is really necessary.\newline
-I do NOT think, that it is necessary to print THIS file, really\newline
-(at least not after this page)!
+This document consists of $\papermassPages$~pages.
+When printing $\papermaspagespersheet$~pages on one sheet of paper,
+$\papermassheets$~sheets will be needed. For ISO~A~\papermasformat{}
+paper of $\papermasmasss \unit{g}\unit{m}^{-2}$ specific mass,
+the printout will have a mass of about $\papermasstotal \unit{g}$.
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
-\newpage Page \thepage
+\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage
+\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage
+\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage
+\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage
+\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage
+\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage
+\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage
+\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage
+\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage
+\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage\newpage Page \thepage
\newpage Last page \thepage.
-
\end{document}
%</example>
% \end{macrocode}
-%
-% \newpage
-%
% \StopEventually{}
%
% \section{The implementation}
-%
-% We start off by checking that we are loading into \LaTeXe\ and
-% announcing the name and version of this package.
-%
+% We start off by checking that we are loading into \LaTeXe{} and announcing the name and version of this package.
% \begin{macrocode}
%<*package>
% \end{macrocode}
-%
% \begin{macrocode}
-\NeedsTeXFormat{LaTeX2e}[2009/09/24]
-\ProvidesPackage{papermas}[2011/08/22 v1.0h
- Computes paper mass of a printout (HMM)]
+\NeedsTeXFormat{LaTeX2e}[2022-11-01]
+\ProvidesPackage{papermas}[2023-04-12 v1.1a Computes paper mass of a printout (HMM)]
% \end{macrocode}
%
@@ -567,7 +399,7 @@ I do NOT think, that it is necessary to print THIS file, really\newline
%% Allows to compute the number of sheets of paper
%% needed to print a document as well as the
%% mass of that printed version of the document,
-%% useful e. g. when sending it by mail to determine the postage.
+%% useful e.g. to determine the postage when sending it by snail mail.
%% Warning/Disclaimer: Mass of (printer's) ink has to be added
%% and that of envelope, address sticker, stamps,...!
%% So, this is only an estimation without guarantee -
@@ -575,28 +407,30 @@ I do NOT think, that it is necessary to print THIS file, really\newline
% \end{macrocode}
%
-% For the handling of the options we need the \xpackage{kvoptions}
-% package of \textsc{Heiko Oberdiek} (see subsection~\ref{ss:Downloads}):
-%
-% \begin{macrocode}
-\RequirePackage{kvoptions}[2010/12/23]% v3.10
-% \end{macrocode}
-%
-% For the total number of pages we need the \xpackage{pageslts}
-% package of myself (see subsection~\ref{ss:Downloads}):
+% |\NeedsTeXFormat{LaTeX2e}[2022-11-01]| was demanded. Check for it:
%
% \begin{macrocode}
-\RequirePackage{pageslts}[2011/08/08]% v1.2a
-\RequirePackage{intcalc}[2007/09/27]% v1.1; for intcalcPow
+\providecommand\IfFormatAtLeastTF{\@ifl@t@r\fmtversion}
+
+\IfFormatAtLeastTF{2022/11/01}{\relax}{%
+ \PackageError{papermas}{%
+ Newer LaTeX format needed or older papermas package%
+ }{Needed LaTeX format version: 2022-11-01 or newer.\MessageBreak%
+ Found\space\space LaTeX format version: \fmtversion.\MessageBreak%
+ Either update your TeX distribution\MessageBreak%
+ or use an archived version of papermas\MessageBreak%
+ (see section History in the documentation).\MessageBreak%
+ }
+ }
+
% \end{macrocode}
%
-% A last information for the user:
+% For the handling of the options we need the \xpackage{kvoptions} package
+% and for |\intcalcPow| the \xpackage{intcalc} package:
%
% \begin{macrocode}
-%% papermas may work with earlier versions of LaTeX and those
-%% packages, but this was not tested. Please consider updating
-%% your LaTeX and packages to the most recent version
-%% (if they are not already the most recent version).
+\RequirePackage{kvoptions}[2022-06-15]% v3.15 Key value format for package options (HO)
+\RequirePackage{intcalc}[2019/12/15]% v1.3 Expandable calculations with integers (HO)
% \end{macrocode}
% See subsection~\ref{ss:Downloads} about how to get them.\\
@@ -605,41 +439,33 @@ I do NOT think, that it is necessary to print THIS file, really\newline
%
% \begin{macrocode}
\SetupKeyvalOptions{family = papermas,prefix = papermas@}
-\DeclareStringOption[4]{format}[4]% paper foormat, ISO A...,
-%% default: (ISO A) 4
-\DeclareStringOption[80]{masss}[80]% specific mass of the paper,
-%% default: 80 (g/(m^2))
-\DeclareStringOption[2]{pagespersheet}[2]% number of pages per sheet,
-%% for duplex printing this is 2.
+\DeclareStringOption[4]{format}[4]% paper format, ISO A..., default: (ISO A) 4
+\DeclareStringOption[80]{masss}[80]% specific mass of the paper, default: 80 (g/(m^2))
+\DeclareStringOption[2]{pagespersheet}[2]% number of pages per sheet, for duplex printing this is 2.
\DeclareStringOption[.]{decimalsep}[.]% decimal separator,
-%% e. g. "." or ",": decimalsep={,} - brackets are needed!!!
-%% decimalsep={,\,} does not work for screen, aux, log output!
+%% e.g. "." or ",": decimalsep={,} - brackets are needed!!!
+%% decimalsep={,\,} does not work for screen, aux, log output!
\ProcessKeyvalOptions*
% \end{macrocode}
%
-% \begin{macro}{unit}
-% We define a |\unit| command:
+% We pre-define some commands as (still) undefined:
%
% \begin{macrocode}
-\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}%
-
+\def\papermas@undefined{\textbf{??}}
% \end{macrocode}
-% \end{macro}
-%
-% \pagebreak
%
-% Even if diverse commands are not defined yet, we do not want~a\\
-% \LaTeX \texttt{\ Error:~\ldots\ undefined}.
+% |\papermas@undefined| will also be needed later!
%
% \begin{macrocode}
-\@ifundefined{papermasstotal}{\gdef\papermasstotal{\textbf{??}}}{}
-\@ifundefined{papermasstotal}{\gdef\papermasstotal{\textbf{??}}}{}
-\@ifundefined{papermasformat}{\gdef\papermasformat{\textbf{??}}}{}
-\@ifundefined{papermasmasss}{\gdef\papermasmasss{\textbf{??}}}{}
-\@ifundefined{papermaspagespersheet}{\gdef\papermaspagespersheet{\textbf{??}}}{}
-\@ifundefined{papermassheets}{\gdef\papermassheets{\textbf{??}}}{}
+\let\papermassPages\papermas@undefined
+\let\papermasstotal\papermas@undefined
+\let\papermasformat\papermas@undefined
+\let\papermasmasss\papermas@undefined
+\let\papermaspagespersheet\papermas@undefined
+\let\papermassheets\papermas@undefined
+\let\papermas@rerun\z@
% \end{macrocode}
%
@@ -648,9 +474,9 @@ I do NOT think, that it is necessary to print THIS file, really\newline
% of the printed document.
%
% \begin{macrocode}
-\newcommand\papermas@totmass{%
+\DeclareRobustCommand\papermas@totmass{%
\newcounter{papermasA}% paper mass for ISO A...
- \setcounter{papermasA}{\papermas@format}% e. g. 4
+ \setcounter{papermasA}{\papermas@format}% e.g. 4
% \end{macrocode}
%
% We check whether |papermasA| has a resonable value:
@@ -663,7 +489,7 @@ I do NOT think, that it is necessary to print THIS file, really\newline
because this should be the paper format\MessageBreak%
ISO A 0, 1, 2, 3,...\MessageBreak%
Found instead: \papermas@format \MessageBreak%
- }
+ }%
\else%
% \end{macrocode}
%
@@ -672,17 +498,17 @@ I do NOT think, that it is necessary to print THIS file, really\newline
% |masss|, i.\,e. |\papermas@masss|.
%
% \begin{macrocode}
- \newcounter{papermasmasss}% always 0
- \setcounter{papermasmasss}{\papermas@masss}% default: 80
+ \newcounter{papermasmasss}%
+ \setcounter{papermasmasss}{\papermas@masss}% default 80
% \end{macrocode}
%
% Counters are integers, but the amount of the mass of a single sheet
% of paper in most cases is not an integer, therefore we multiply with
% 100 to get two digits behind the decimal separator.\\
-% (Later we need to devide by 100 again, of course.)
+% (Later we need to divide by 100 again, of course.)
%
% \begin{macrocode}
- \multiply \value{papermasmasss} 100 % default: 8000
+ \multiply \value{papermasmasss} 100 % default 8000
% \end{macrocode}
%
% We check whether |papermasmasss| has a resonable value, i.\,e. $> 0$:
@@ -694,39 +520,40 @@ I do NOT think, that it is necessary to print THIS file, really\newline
only takes positive numbers,\MessageBreak%
because this should be the mass per square meter\MessageBreak%
of a single sheet of your paper.\MessageBreak%
- Found instead: \papermas@masss \MessageBreak%
- }
- \else
+ Found instead: \papermas@masss\MessageBreak%
+ }%
+ \else%
% \end{macrocode}
%
-% |masss| has a resonable value, and therefore also
-% |\papermas@masss| and |papermasmasss|.\\
-%
+% |masss| has a resonable value, and therefore also |\papermas@masss| and |papermasmasss|.\par
% We check whether option |pagespersheet| has a resonable value, i.\,e. $\geq 1$:
%
% \begin{macrocode}
- \newcounter{papermasPPS}% is 0
+ \newcounter{papermasPPS}%
\setcounter{papermasPPS}{\papermas@pagespersheet}% default 2
- \ifnum \value{papermasPPS} < 1%
- \PackageError{papermas}{%
- The number of pages per sheet must be positive.}{%
+ \ifnum \value{papermasPPS}<1%
+ \PackageError{papermas}{The number of pages per sheet must be positive.}{%
You cannot print less than one TeX page per sheet of paper.\MessageBreak%
The value found was \papermas@pagespersheet .\MessageBreak%
- }
- \else
+ }%
+ \else%
% \end{macrocode}
%
-% |pagespersheet| has a resonable value, and therefore also\\
-% |\papermas@pagespersheet| and |papermasTmpA|.\\
-%
-% We introduce a new counter |papermas@sheets| for the number of
-% sheets printed and initialize it with the number of pages
-% as computed by package \xpackage{pageslts},\newline
-% i.\,e. |pagesLTS.pagenr|.
+% |pagespersheet| has a resonable value, and therefore also |\papermas@pagespersheet| and |papermasTmpA|.\par
+% We introduce a new counter |papermas@sheets| for the number of sheets printed.\par
+% |\gdef\@abspage@last{...}| has not happened yet in first run.
%
% \begin{macrocode}
- \newcounter{papermas@sheets}
- \setcounter{papermas@sheets}{\arabic{pagesLTS.pagenr}}%
+ \newcounter{papermas@sheets}%
+ \let\papermassPages\m@ne%
+ \xdef\papermassmd{\number\maxdimen}%
+ \ifnum \@abspage@last=\papermassmd\relax%
+ \setcounter{papermas@sheets}{1}%
+ \gdef\papermas@rerun{1}%
+ \else%
+ \setcounter{papermas@sheets}{\@abspage@last}%
+ \xdef\papermassPages{\@abspage@last}%
+ \fi%
% \end{macrocode}
%
% When more than one page is printed on one sheet of paper,
@@ -744,78 +571,77 @@ I do NOT think, that it is necessary to print THIS file, really\newline
% one sheet of paper to the number of sheets needed.
%
% \begin{macrocode}
- \newcounter{papermas@tmpn}
+ \newcounter{papermas@tmpn}%
\setcounter{papermas@tmpn}{\arabic{papermas@sheets}}%
\multiply \value{papermas@tmpn} \value{papermasPPS}%
- \ifnum \value{papermas@tmpn}=\value{pagesLTS.pagenr}
- \relax
- \else
- \addtocounter{papermas@sheets}{1}%
- \fi
+ \ifnum \value{papermas@tmpn}=\papermassPages%
+ \else \addtocounter{papermas@sheets}{1}%
+ \fi%
% \end{macrocode}
%
% Now we can multiply the specific mass of 100 sheets
% with the number of sheets needed for printing:
%
% \begin{macrocode}
- \multiply \value{papermasmasss} \value{papermas@sheets}
- % default: 8000 (no default for this)
+ \multiply \value{papermasmasss} \value{papermas@sheets}%
+ % default: 8000 (no default for this)
% \end{macrocode}
%
% The result is in $\unit{g}\unit{m}^{-2}$.\\
% A sheet with format ISO A0 has a size of $1\unit{m}^{2}$,\\
% a sheet with format ISO A1 has a size of $1\unit{m}^{2}\cdot 2^{-1}$,\\
-% a sheet with format ISO A2 has a size of $1\unit{m}^{2}\cdot 2^{-2}$,\\
-% \ldots, and\\
+% a sheet with format ISO A2 has a size of $1\unit{m}^{2}\cdot 2^{-2}$, \ldots, and\\
% a sheet with format ISO A\textit{n} has a size of $1\unit{m}^{2}\cdot 2^{-n}$.\\
%
% Therefore we compute $2^{\textrm{\textbackslash value\{papermasA\}}}$
% and divide the specific paper mass by that value:
%
% \begin{macrocode}
- \divide \value{papermasmasss} by \intcalcPow{2}{\value{papermasA}}
- % default: 16000 / 2^(\value{papermasA})
+ \divide \value{papermasmasss} by \intcalcPow{2}{\value{papermasA}}%
+ % default: 16000 / 2^(\value{papermasA})
% \end{macrocode}
%
% We need to get the division by 100 and the digits after the decimal separator right:
%
% \begin{macrocode}
% for the example 297 is used
- \newcounter{papermas@tmpm}
- \setcounter{papermas@tmpm}{\arabic{papermasmasss}}% m:297 n: o: p: q:
- \setcounter{papermas@tmpn}{\arabic{papermasmasss}}% m:291 n:291 o: p: q:
- \divide \value{papermas@tmpn} by 100% m:297 n:2 o: p: q:
- \newcounter{papermas@tmpo}
- \setcounter{papermas@tmpo}{\arabic{papermas@tmpn}}% m:291 n:2 o:2 p: q:
- \multiply \value{papermas@tmpn} 10% m:297 n:20 o:2 p: q:
- \divide \value{papermas@tmpm} by 10% m:29 n:20 o:2 p: q:
- \newcounter{papermas@tmpp}
- \setcounter{papermas@tmpp}{\arabic{papermas@tmpm}}
- \addtocounter{papermas@tmpp}{-\arabic{papermas@tmpn}}%m:29 n:20 o:2 p:9 q:
- % 29 - 20 = 9
- \multiply \value{papermas@tmpm} 10% m:290 n:20 o:2 p:9 q:
- \newcounter{papermas@tmpq}
- \setcounter{papermas@tmpq}{\arabic{papermasmasss}}
- \addtocounter{papermas@tmpq}{-\arabic{papermas@tmpm}}%m:290 n:20 o:2 p:9 q:7
- % 297 - 290 = 7
+ \newcounter{papermas@tmpm}%
+ \setcounter{papermas@tmpm}{\arabic{papermasmasss}}% m:297 n: 0 o:0 p: 0 q:0
+ \setcounter{papermas@tmpn}{\arabic{papermasmasss}}% m:291 n:291 o:0 p: 0 q:0
+ \divide \value{papermas@tmpn} by 100% m:297 n: 2 o:0 p: 0 q:0
+ \newcounter{papermas@tmpo}%
+ \setcounter{papermas@tmpo}{\arabic{papermas@tmpn}}% m:291 n: 2 o:2 p: 0 q:0
+ \multiply \value{papermas@tmpn} 10% m:297 n: 20 o:2 p: 0 q:0
+ \divide \value{papermas@tmpm} by 10% m: 29 n: 20 o:2 p: 0 q:0
+ \newcounter{papermas@tmpp}%
+ \setcounter{papermas@tmpp}{\arabic{papermas@tmpm}}%
+ \addtocounter{papermas@tmpp}{-\arabic{papermas@tmpn}}%m: 29 n: 20 o:2 p: 9 q:0
+ % 29 - 20 = 9
+ \multiply \value{papermas@tmpm} 10% m:290 n: 20 o:2 p: 9 q:0
+ \newcounter{papermas@tmpq}%
+ \setcounter{papermas@tmpq}{\arabic{papermasmasss}}%
+ \addtocounter{papermas@tmpq}{-\arabic{papermas@tmpm}}%m:290 n: 20 o:2 p: 9 q:7
+ % 297 - 290 = 7
% \end{macrocode}
+% \pagebreak
%
% Now rounding mathematically correct, i.\,e. $\geq 0.5$ becomes $1$
-% (and remember a possible amount carried forward!) and $< 0.5$ becomes %0%.
+% (and remember a possible amount carried forward!) and $< 0.5$ becomes~$0$.
%
% \begin{macrocode}
- \ifnum\value{papermas@tmpq}>4
- \addtocounter{papermas@tmpp}{1}% m:290 n:20 o:2 p:10 q:7
- \ifnum\value{papermas@tmpp}>9% m:290 n:20 o:2 p:10 q:7
- \addtocounter{papermas@tmpo}{1}% m:290 n:20 o:3 p:10 q:7
- \setcounter{papermas@tmpp}{0}% m:290 n:20 o:3 p:0 q:7
- \fi
- \fi
+ \ifnum\value{papermas@tmpq}>4%
+ \addtocounter{papermas@tmpp}{1}% m:290 n: 20 o:2 p:10 q:7
+ \ifnum\value{papermas@tmpp}>9% m:290 n: 20 o:2 p:10 q:7
+ \addtocounter{papermas@tmpo}{1}% m:290 n: 20 o:3 p:10 q:7
+ \setcounter{papermas@tmpp}{0}% m:290 n: 20 o:3 p: 0 q:7
+ \fi%
+ \fi%
+ \ifx\papermassPages\m@ne\relax\let\papermassPages\papermas@undefined\fi%
% \end{macrocode}
%
% The result in the example above is $297/100=2.\,97\approx 3.\,0$.
-% We write this into |\papermastmpr| (where |\papermas@decimalsep|) is
-% the decimal separator) and the (other) options' values into
+% We write this into |\papermastmpr| (where |\papermas@decimalsep|)
+% is the decimal separator) and the (other) options' values into
% temporary definitions, as well as the number of sheets:
%
% \begin{macrocode}
@@ -827,42 +653,33 @@ I do NOT think, that it is necessary to print THIS file, really\newline
\edef\papermastmpt{\arabic{papermas@sheets}}%
% \end{macrocode}
%
-% We use the \xpackage{pageslts} package, which already was used
-% to determine the total number of pages, to check for the
-% counter |papermassttl|. If it exists, nothing is done,
+% We check for the counter |papermassttl|. If it exists, nothing is done,
% if it does not exist, it is declared as |\newcounter|
% (and by default set to zero).
%
% \begin{macrocode}
- \pagesLTS@ifcounter{papermassttl}
+ \@ifundefined{c@papermassttl}{\newcounter{papermassttl}}{\relax}%
% \end{macrocode}
%
% If the |papermassttl| counter value already has the value of
% |papermasmasss|, everything is fine.
%
% \begin{macrocode}
- \ifnum\value{papermassttl}=\value{papermasmasss}
- \relax
+ \ifnum\value{papermassttl}=\value{papermasmasss}%
% \end{macrocode}
%
% Otherwise we need another run of \LaTeX.
%
% \begin{macrocode}
- \else
- \AtEndAfterFileList{%
- \PackageWarningNoLine{papermas}{%
- Number of pages may have changed.\MessageBreak%
- Rerun to get it right%
- }%
- }%
- \fi
+ \else\gdef\papermas@rerun{1}%
+ \fi%
% \end{macrocode}
%
% In any case, we set the counter |papermassttl| to the
% current value of |papermasmasss|.
%
% \begin{macrocode}
- \setcounter{papermassttl}{\arabic{papermasmasss}}
+ \setcounter{papermassttl}{\arabic{papermasmasss}}%
% \end{macrocode}
%
% Because we want to write out into the \xfile{aux}-file,
@@ -872,80 +689,66 @@ I do NOT think, that it is necessary to print THIS file, really\newline
\edef\papermastmps{\arabic{papermasmasss}}%
% \end{macrocode}
%
-% If we are allowed to write into the \xfile{aux}-file,
-% we do it here. If we are not allowed to do it,
-% the \xpackage{pageslts} package already gave an according
-% error message.
+% If we are allowed to write into the \xfile{aux}-file, we do it here. If we are not allowed to do it,
+% we give an error message.
%
% \begin{macrocode}
\if@filesw%
% \end{macrocode}
%
-% When it is read from the \xfile{aux}-file and
-% when its content is processed, the counter |papermassttl|
-% might not have been defined yet. Therefore we again use the
-% |\pagesLTS@ifcounter| command of the \xpackage{pageslts} package.
+% When it is read from the \xfile{aux}-file and when its content is processed, the counter |papermassttl|
+% might not have been defined yet, in which case we define it.
%
% \begin{macrocode}
- \immediate\write\@auxout{\string
- \pagesLTS@ifcounter{papermassttl}}%
+ \immediate\write\@auxout{\string\@ifundefined{c@papermassttl}{\string\newcounter{papermassttl}}{\string\relax}}%
% \end{macrocode}
%
-% We set the counter |papermassttl| to the value |\papermastmps|,\\
-% i.\,e. |\arabic{papermasmasss}|. In the next compilation run,
-% it will be checked,\\
-% whether |\value{papermassttl}=\value{papermasmasss}| (see above).\\
-% If this is the case, everything is OK, no changes happened,
-% and no rerun is necessary (at least not for \xpackage{papermas}).
+% We set the counter |papermassttl| to the value |\papermastmps|, i.\,e. |\arabic{papermasmasss}|.
+% In the next compilation run it will be checked, whether |\value{papermassttl}=\value{papermasmasss}| (see above).\\
+% If this is the case, everything is OK, no changes happened, and no rerun is necessary
+% (at least not for \xpackage{papermas}).
%
% \begin{macrocode}
- \immediate\write\@auxout{\string
- \setcounter{papermassttl}{\papermastmps}}%
+ \immediate\write\@auxout{\string\setcounter{papermassttl}{\papermastmps}}%
% \end{macrocode}
%
-% What we do need, is to get the determined |\papermastmpr| to
-% the user.\\
-% Therefore
-%
+% What we do need, is to get the determined |\papermastmpr| to the user. Therefore
% \begin{enumerate}
-% \item we define |\papermasstotal| in the \xfile{aux}-file,
-% where the user can look it up
+% \item we define |\papermasstotal| in the \xfile{aux}-file, where the user can look it up
%
% \item we define |\papermasstotal|, so the user can e.\,g. write\\
% \begin{verbatim}
-% This document consists of $\arabic{pagesLTS.pagenr}$~pages.
+% This document consists of $\papermassPages$~pages.
% When printing $\papermaspagespersheet$~pages on one sheet of
% paper, $\papermassheets$~sheets will be needed. For
-% ISO~A~\papermasformat\ paper of $\papermasmasss\unit{g}\unit{m}^{-2}$
+% ISO~A~\papermasformat{} paper of $\papermasmasss \unit{g}/\!\unit{m}^{2}$
% specific mass, the printout will have a mass of about
-% $\papermasstotal\unit{g}$.
+% $\papermasstotal \unit{g}$.
% \end{verbatim}
%
% \begin{macrocode}
- \immediate\write\@auxout{\string
- \gdef\string\papermasstotal{\papermastmpr}}%
- \immediate\write\@auxout{\string
- \gdef\string\papermasformat{\papermastmpformat}}%
- \immediate\write\@auxout{\string
- \gdef\string\papermasmasss{\papermastmpmasss}}%
- \immediate\write\@auxout{\string
- \gdef\string\papermaspagespersheet{\papermastmppagespersheet}}%
+ \immediate\write\@auxout{\string\gdef\string\papermassPages{\papermassPages}}%
+ \immediate\write\@auxout{\string\gdef\string\papermasstotal{\papermastmpr}}%
+ \immediate\write\@auxout{\string\gdef\string\papermasformat{\papermastmpformat}}%
+ \immediate\write\@auxout{\string\gdef\string\papermasmasss{\papermastmpmasss}}%
+ \immediate\write\@auxout{\string\gdef\string\papermaspagespersheet{\papermastmppagespersheet}}%
% \end{macrocode}
%
-% \item we give at the screen the information about the |\papermasstotal|\\
-% (see |\AtEndAfterFileList| below)
+% \item we give at the screen the information about the |\papermasstotal|
%
% \item which will also appear in the \xfile{log}-file.
%\end{enumerate}
%
-% \pagebreak
-%
% We want to give also |\papermastmpt = \arabic{papermas@sheets}| to the user,
-% i.\,e.~the number of sheets needed to print the document.
-% Therefore we follow the same procedure:
+% i.\,e.~the number of sheets needed to print the document. Therefore we follow the same procedure:
% \begin{macrocode}
- \immediate\write\@auxout{\string
- \gdef\string\papermassheets{\papermastmpt}}%
+ \immediate\write\@auxout{\string\gdef\string\papermassheets{\papermastmpt}}%
+ \else\PackageError{papermas}{No writing to auxiliary file allowed}{%
+ It was not allowed to write to an .aux file.\MessageBreak%
+ This package does not work without access to an .aux file.\MessageBreak%
+ But it is OK if the .aux file was already updated by previouse compiler runs\MessageBreak%
+ and would not have changed anyway. In that case just press Enter or Return\MessageBreak%
+ to continue the compilation.}%
\fi%
\fi%
\fi%
@@ -955,260 +758,232 @@ I do NOT think, that it is necessary to print THIS file, really\newline
% \end{macrocode}
% \end{macro}
%
-% \begin{macro}{\AtBeginDocument}
-% \indent |\AtBeginDocument| it is checked whether some commands,
-% which are/will be defined via the \xfile{aux}-file, are undefined yet.
-% If this is the case, |\AtEndAfterFileList| a rerun warning is given.
+% For pretty printing the message of \xpackage{papermas} three internal commands are needed, needing another counter:
%
% \begin{macrocode}
-\AtBeginDocument{%
- \gdef\papermas@undefined{\textbf{??}}
- \gdef\papermas@rerun{0}
- \ifx\papermasstotal\papermas@undefined \gdef\papermas@rerun{1} \fi
- \ifx\papermasformat\papermas@undefined \gdef\papermas@rerun{1} \fi
- \ifx\papermasmasss\papermas@undefined \gdef\papermas@rerun{1} \fi
- \ifx\papermaspagespersheet\papermas@undefined \gdef\papermas@rerun{1} \fi
- \ifx\papermassheets\papermas@undefined \gdef\papermas@rerun{1} \fi
- \ifx\papermas@rerun\pagesLTS@one
- \AtEndAfterFileList{
- \PackageWarningNoLine{papermas}{%
- Variable(s) still undefined!\MessageBreak%
- Rerun to get the variable(s) right%
- }
- }
- \fi
- }
-
-
-% \end{macrocode}
-% \end{macro}
-%
-% \begin{macro}{\AfterLastShipout}
-% What we did not do yet, is to really \textit{call} the command
-% |\papermas@totmass|.\linebreak
-% We do this |\AfterLastShipout|, because we need the total number of pages,
-% and asking for them at the end of the document might save another
-% compilation run.
-%
-% \begin{macrocode}
-\AfterLastShipout{%
- \papermas@totmass%
- }%
+\newcounter{papermassSpace}
% \end{macrocode}
-%
-% |\AfterLastShipout| is a command from the \xpackage{atveryend}
-% package of \textsc{Heiko Oberdiek}, which is already loaded by the
-% \xpackage{pageslts} package (about how to get the \xpackage{atveryend}
-% package, please see the documentation of the \xpackage{pageslts}
-% package -- you may need to get further packages for
-% \xpackage{pageslts} anyway, if they have not been installed
-% within your \LaTeX\ system).
-%
-% \end{macro}
-%
-% \pagebreak
-%
-% For pretty printing the message of \xpackage{papermas} three internal
-% commands are needed. We borrow the |pagesLTS.pnc.0| counter from the
-% \xpackage{pageslts} package instead of defining another new one.
-%
+% \begin{macro}{\papermas@log}
% \begin{macrocode}
-\newcommand{\papermas@log}[1]{%
+\DeclareRobustCommand{\papermas@log}[1]{%
\ifnum#1>9%
- \addtocounter{pagesLTS.pnc.0}{1}%
+ \addtocounter{papermassSpace}{1}%
\papermas@log{\intcalcDiv{#1}{10}}%
\fi%
}
-\newcommand{\papermas@spaces}[2]{%
- \edef\papermas@remember{\arabic{pagesLTS.pnc.0}}%
- \setcounter{pagesLTS.pnc.0}{1}%
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\papermas@spaces}
+% \begin{macrocode}
+\DeclareRobustCommand{\papermas@spaces}[2]{%
+ \setcounter{papermassSpace}{1}%
\papermas@log{#1}%
- \addtocounter{pagesLTS.pnc.0}{-#2}%
- \multiply \value{pagesLTS.pnc.0} -1%
- \papermas@space{\arabic{pagesLTS.pnc.0}}%
+ \addtocounter{papermassSpace}{-#2}%
+ \multiply\value{papermassSpace} -1%
+ \papermas@space{\arabic{papermassSpace}}%
\message{*^^J}%
- \setcounter{pagesLTS.pnc.0}{\papermas@remember}%
}
-\newcommand{\papermas@space}[1]{%
- \ifnum \value{pagesLTS.pnc.0}>0%
- \message{}%
- \fi%
- \setcounter{pagesLTS.pnc.0}{#1}%
- \addtocounter{pagesLTS.pnc.0}{-1}%
- \ifnum \value{pagesLTS.pnc.0}>0%
- \papermas@space{\arabic{pagesLTS.pnc.0}}%
- \fi%
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\papermas@space}
+% \begin{macrocode}
+\DeclareRobustCommand{\papermas@space}[1]{%
+ \ifnum\value{papermassSpace}>0\relax\message{}\fi%
+ \setcounter{papermassSpace}{#1}%
+ \addtocounter{papermassSpace}{-1}%
+ \ifnum\value{papermassSpace}>0\relax\papermas@space{\arabic{papermassSpace}}\fi%
}
% \end{macrocode}
+% \end{macro}
%
-% \begin{macro}{\AtEndAfterFileList}
+% \indent At |begindocument| it is checked whether some commands, which are/will be defined via the
+% \xfile{aux}-file, are undefined yet. If this is the case, at the end a rerun warning is given.
%
% \begin{macrocode}
-\AtEndAfterFileList{%
+\AddToHook{begindocument}{%
+ \@bsphack%
+ \ifx\papermassPages\papermas@undefined \gdef\papermas@rerun{1}\fi%
+ \ifx\papermasstotal\papermas@undefined \gdef\papermas@rerun{1}\fi%
+ \ifx\papermasformat\papermas@undefined \gdef\papermas@rerun{1}\fi%
+ \ifx\papermasmasss\papermas@undefined \gdef\papermas@rerun{1}\fi%
+ \ifx\papermaspagespersheet\papermas@undefined\gdef\papermas@rerun{1}\fi%
+ \ifx\papermassheets\papermas@undefined \gdef\papermas@rerun{1}\fi%
+ \@esphack%
% \end{macrocode}
%
-% \indent |\AtEndAfterFileList{...}| is even later than |\AfterLastShipout|:
-% \begin{quote}
-% \textquotedblleft This code is called right before the final |\cs{@@end}|.\textquotedblright
-% \end{quote}
-% (\xpackage{atveryend} package of \textsc{Heiko Oberdiek}, v1.6 as of 2011/04/15).\\
-%
-% If no necessarity for a rerun was \textit{detected} (Check for other rerun warnings!),
-% the final |\PackageInfo| is given.
+% What we did not do yet, is to really \textit{call} the command |\papermas@totmass|.\newline
+% We do this after the last page, because we need the total number of pages.
%
% \begin{macrocode}
- \ifx\papermas@rerun\pagesLTS@zero%
- \message{^^J}%
- \message{papermas: ******************** Paper mass ********************^^J}%
- \message{papermas: * This document consists of \arabic{pagesLTS.pagenr} pages.}
- \papermas@spaces{\arabic{pagesLTS.pagenr}}{16}%
- \message{papermas: * When printing \papermaspagespersheet\space pages on one sheet of paper,}
- \papermas@spaces{\papermaspagespersheet}{6}%
- \message{papermas: * \papermassheets\space sheets will be needed.}
- \papermas@spaces{\papermassheets}{26}%
- \message{papermas: * For ISO A \papermasformat\space paper of \papermasmasss\space g/m^2 specific mass,}
- \papermas@spaces{\papermasmasss}{7}%
- \message{papermas: * the printout will have a mass of about \papermasstotal\space g.}
- \papermas@spaces{\papermas@mbs}{5}%
- \message{papermas: ****************************************************^^J}
- \message{^^J}
- \fi%
- }
-
+ \AddToHook{enddocument}{%
+ \AddToHook{enddocument/afterlastpage}{%
+ \papermas@totmass%
% \end{macrocode}
-% \end{macro}
%
-% \begin{macro}{\papermas@powerof}
+% After the final execution of the \xfile{aux}-file, everything should be defined.
+% Otherwise a rerun is needed.
+%
+% \begin{macrocode}
+ \AddToHook{enddocument/afteraux}{%
+ \ifx\papermassPages\m@ne\relax\gdef\papermas@rerun{1}%
+ \else\ifx\papermassPages\@abspage@last\else\gdef\papermas@rerun{1}\fi%
+ \fi%
+ \AddToHook{enddocument/info}[kernel/filelist]{%
+% \end{macrocode}
%
-% The command |\papermas@powerof| is \textbf{obsolete}. |\intcalcPow| is used instead.
-% For compatibility reasons we still provide the command (but with other code),
-% and issue an error message.
+% The final |\PackageInfo| is given, either giving values or a rerun warning.
%
% \begin{macrocode}
-\newcommand\papermas@powerof[2]{%
- \PackageError{papermas}{Obsolete command \string\papermas@powerof\space used}{%
- The command \string\papermas@powerof\space has been removed from the papermas package.\MessageBreak%
- Please use e.g. \string\intcalcPow\space from the intcalc package instead.\MessageBreak%
- You can now just type Return to continue, but this error message will be\MessageBreak%
- issued again when using \string\papermas@powerof,\space and the command might be\MessageBreak%
- removed completely from future versions of the papermas package.\MessageBreak%
- }%
- \AtEndAfterFileList{%
- \message{^^J%
- papermas: Please remember to replace the \string\papermas@powerof\space command!^^J^^J%
- }%
- }%
- \pagesLTS@ifcounter{papermas@result}%
- \setcounter{papermas@result}{\intcalcPow{#1}{#2}}%
- }
-
+ \message{^^J}%
+ \message{papermas: ******************** Paper mass ********************^^J}%
+ \ifx\papermas@rerun\z@\relax%
+ \edef\papermassETest{\the\ReadonlyShipoutCounter\thetotalpages\PreviousTotalPages\@abspage@last}%
+ \edef\papermassEmpty{0001}%
+ \ifx\papermassEmpty\papermassETest\relax%
+ \PackageWarningNoLine{papermas}{Your document seems to consists of zero pages.\MessageBreak%
+ When printing no pages, no paper will be needed.\MessageBreak%
+ No paper has no mass.\MessageBreak%
+ Maybe just rerun or fix any mistakes}%
+ \gdef\papermassPages{0}%
+ \gdef\papermaspagespersheet{0}%
+ \gdef\papermasstotal{0}%
+ \else%
+ \ifnum \papermassPages=1\relax\message{papermas: * This document consists of 1 page.}%
+ \papermas@spaces{1}{16}% 16 because page vs. pages
+ \else \message{papermas: * This document consists of \papermassPages\space pages.}%
+ \papermas@spaces{\papermassPages}{15}%
+ \fi%
+ \ifnum \papermaspagespersheet=1\relax \message{papermas: * When printing one page on one sheet of paper,}%
+ \papermas@spaces{100}{6}%
+ \else \message{papermas: * When printing \papermaspagespersheet\space pages on one sheet of paper,}%
+ \papermas@spaces{\papermaspagespersheet}{5}%
+ \fi%
+ \ifnum \papermassheets=1\relax \message{papermas: * one sheet will be needed.}%
+ \papermas@spaces{100}{26}%
+ \else \message{papermas: * \papermassheets\space sheets will be needed.}%
+ \papermas@spaces{\papermassheets}{25}%
+ \fi%
+ \message{papermas: * For ISO A \papermasformat\space paper of \papermasmasss\space g/m^2 specific mass,}%
+ \papermas@spaces{\papermasmasss}{6}%
+ \message{papermas: * the printout will have a mass of about \papermasstotal\space g.}%
+ \papermas@spaces{\papermas@mbs}{4}%
+ \fi%
+ \else \PackageWarningNoLine{papermas}{Variables have changed.\MessageBreak Rerun to get them right}%
+ \fi%
+ \message{papermas: ****************************************************^^J^^J}%
+ }}}}}%
% \end{macrocode}
+%
+% \begin{macro}{\papermas@powerof}
+% The command |\papermas@powerof| is obsolete since \xpackage{papermas} 2011/06/02 v1.0f.
+% As there was ample time to remove it from documents, the replacement has been removed
+% from the package in version 2023-04-12 v1.1a. If you really need to use it, here is the code:
+% \begin{verbatim}
+% \makeatletter%
+% \DeclareRobustCommand\papermas@powerof[2]{%
+% \@ifundefined{c@papermas@result}{\newcounter{papermas@result}}{\relax}%
+% \setcounter{papermas@result}{\intcalcPow{#1}{#2}}}%
+% \makeatother%
+% \end{verbatim}
% \end{macro}
%
% \begin{macrocode}
%</package>
% \end{macrocode}
%
-% \newpage
-%
% \section{Installation}
-%
% \subsection{Downloads\label{ss:Downloads}}
-%
-% Everything is available at \CTAN{}, \url{http://www.ctan.org/tex-archive/},
+% Everything is available at \url{https://ctan.org},
% but may need additional packages themselves.\\
%
% \DescribeMacro{papermas.dtx}
-% For unpacking the |papermas.dtx| file and constructing the documentation it is required:
+% For unpacking the |papermas.dtx| file and constructing the documentation
+% it is required:
% \begin{description}
-% \item[-] \TeX Format \LaTeXe: \url{http://www.CTAN.org/}
+% \item[-] \TeX-format \LaTeXe{} 2022-11-01 or newer: \url{https://www.CTAN.org/}
%
-% \item[-] document class \xpackage{ltxdoc}, 2007/11/11, v2.0u,\\
-% \CTAN{macros/latex/base/ltxdoc.dtx}
+% \item[-] document class \xclass{ltxdoc}, 2022/06/22, v2.1i,
+% \url{https://ctan.org/pkg/ltxdoc}
%
-% \item[-] package \xpackage{holtxdoc}, 2011/02/04, v0.21,\\
-% \CTAN{macros/latex/contrib/oberdiek/holtxdoc.dtx}
+% \item[-] package \xpackage{geometry}, 2020/01/02, v5.9,
+% \url{https://ctan.org/pkg/geometry}
%
-% \item[-] package \xpackage{hypdoc}, 2010/03/26, v1.9,\\
-% \CTAN{macros/latex/contrib/oberdiek/hypdoc.dtx}
+% \item[-] package \xpackage{holtxdoc}, 2019/12/09, v0.30,
+% \url{https://ctan.org/pkg/holtxdoc}
% \end{description}
%
% \DescribeMacro{papermas.sty}
-% The \texttt{papermas.sty} for \LaTeXe\ (i.\,e. all documents using
+% The |papermas.sty| for \LaTeXe{} (i.\,e. each document using
% the \xpackage{papermas} package) requires:
% \begin{description}
-% \item[-] \TeX Format \LaTeXe, \url{http://www.CTAN.org/}
+% \item[-] \TeX{}-format \LaTeXe{} 2022-11-01 or newer, \url{https://www.CTAN.org/}
%
-% \item[-] package \xpackage{intcalc}, 2007/09/27, v1.1,\\
-% \CTAN{macros/latex/contrib/oberdiek/intcalc.dtx}
+% \item[-] package \xpackage{kvoptions}, 2022-06-15, v3.15,
+% \url{https://ctan.org/pkg/kvoptions}
%
-% \item[-] package \xpackage{kvoptions}, 2010/12/23, v3.10,\\
-% \CTAN{macros/latex/contrib/oberdiek/kvoptions.dtx}
+% \item[-] package \xpackage{intcalc}, 2019/12/15, v1.3,
+% \url{https://ctan.org/pkg/intcalc}
%
-% \item[-] package \xpackage{pageslts}, 2011/08/08, v1.2a,\\
-% \CTAN{macros/latex/contrib/pageslts/pageslts.dtx}\\
+% \item[-] package \xpackage{papermas}, 2023-04-12, v1.1a,
+% \url{https://ctan.org/pkg/papermas} (Because you are reading the documentation for the \xpackage{papermas}
+% package, it can be assumed that you already have some version of it~-- is it the current one?)
% \end{description}
%
% \DescribeMacro{papermas-example.tex}
-% The \texttt{papermas-example.tex} requires the same files as all
-% documents using the \xpackage{papermas} package, and additionally:
+% The |papermas-example.tex| requires the same files as all
+% documents using the \xpackage{papermas} package and additionally:
% \begin{description}
-% \item[-] class \xpackage{article}, 2007/10/19, v1.4h, from \xpackage{classes.dtx}:\\
-% \CTAN{macros/latex/base/classes.dtx}
-%
-% \item[-] package \xpackage{papermas}, 2011/08/22, v1.0h,\\
-% \CTAN{macros/latex/contrib/papermas/papermas.dtx}\\
-% (Well, it is the example file for this package, and because you are reading the
-% documentation for the \xpackage{papermas} package, it can be assumed that you already
-% have some version of it -- is it the current one?)
+% \item[-] class \xpackage{article}, 2022/07/02, v1.4n, from \xpackage{classes}: \url{https://ctan.org/pkg/classes}
% \end{description}
%
% \DescribeMacro{totpages}
% As possible alternative in section \ref{sec:Alternatives} there is listed
% \begin{description}
-% \item[-] package \xpackage{totpages}, 2005/09/19, v2.00,\\
-% \CTAN{macros/latex/contrib/totpages/totpages.dtx}
+% \item[-] package \xpackage{totpages}, 2005/09/19, v2.00, \url{https://ctan.org/pkg/totpages}
% \end{description}
%
% \DescribeMacro{Oberdiek}
% \DescribeMacro{holtxdoc}
-% \DescribeMacro{atveryend}
-% \DescribeMacro{intcalc}
% \DescribeMacro{kvoptions}
-% All packages of \textsc{Heiko Oberdiek's} bundle `oberdiek'
-% (especially \xpackage{holtxdoc}, \xpackage{atveryend}, \xpackage{intcalc},
-% and \xpackage{kvoptions})
+% All packages of the `oberdiek' bundle
+% (especially \xpackage{holtxdoc} and \xpackage{kvoptions})
% are also available in a TDS compliant ZIP archive:\\
-% \CTAN{install/macros/latex/contrib/oberdiek.tds.zip}.\\
+% \url{https://mirror.ctan.org/install/macros/latex/contrib/oberdiek.tds.zip}.\\
% It is probably best to download and use this, because the packages in there
% are quite probably both recent and compatible among themselves.\\
%
+% \DescribeMacro{intcalc}
+% The \xpackage{intcalc} is available at \url{https://www.ctan.org/pkg/intcalc}, also as \xfile{tds}:\\
+% \url{https://mirrors.ctan.org/install/macros/latex/contrib/intcalc.tds.zip}.\\
+%
% \DescribeMacro{hyperref}
-% \noindent \xpackage{hyperref} is not included in that bundle and needs to be downloaded
-% separately,\\
-% \url{http://mirror.ctan.org/install/macros/latex/contrib/hyperref.tds.zip}.\\
+% \noindent \xpackage{hyperref} is not included in that bundle and needs to be downloaded separately,\\
+% \url{https://mirror.ctan.org/install/macros/latex/contrib/hyperref.tds.zip}.\\
%
-% \DescribeMacro{M\"{u}nch}
+% \DescribeMacro{Münch}
% A hyperlinked list of my (other) packages can be found at
-% \url{http://www.Uni-Bonn.de/~uzs5pv/LaTeX.html}.\\
+% \url{https://ctan.org/author/muench-hm}.\\
%
% \subsection{Package, unpacking TDS}
-%
-% \paragraph{Package.} This package is available on \CTAN{}:
+% \paragraph{Package.} This package is available on \url{https://www.CTAN.org}.
% \begin{description}
-% \item[\CTAN{macros/latex/contrib/papermas/papermas.dtx}]\hspace*{0.1cm} \\
+% \item[\url{https://mirror.ctan.org/macros/latex/contrib/papermas/papermas.dtx}]\ %
% The source file.
-% \item[\CTAN{macros/latex/contrib/papermas/papermas.pdf}]\hspace*{0.1cm} \\
+% \item[\url{https://mirror.ctan.org/macros/latex/contrib/papermas/papermas.pdf}]\ %
% The documentation.
-% \item[\CTAN{macros/latex/contrib/papermas/papermas-example.pdf}]\hspace*{0.1cm} \\
+% \item[\url{https://mirror.ctan.org/macros/latex/contrib/papermas/papermas-example.pdf}]\ %
% The compiled example file, as it should look like.
-% \item[\CTAN{macros/latex/contrib/papermas/README}]\hspace*{0.1cm} \\
+% \item[\url{https://mirror.ctan.org/macros/latex/contrib/papermas/README}]\ %
% The README file.
-% \item[\CTAN{install/macros/latex/contrib/papermas.tds.zip}]\hspace*{0.1cm} \\
+% \end{description}
+%
+% \noindent There is also a |papermas.tds.zip| available:
+% \begin{description}
+% \item[\url{https://mirror.ctan.org/install/macros/latex/contrib/papermas.tds.zip}]\ %
% Everything in TDS compliant, compiled format.
% \end{description}
% which additionally contains\\
@@ -1216,16 +991,16 @@ I do NOT think, that it is necessary to print THIS file, really\newline
% papermas.ins & The installation file.\\
% papermas.drv & The driver to generate the documentation.\\
% papermas.sty & The \xext{sty}le file.\\
-% papermas-example.tex & The example file.%
+% papermas-example.tex & The example file.
% \end{tabular}
%
% \bigskip
%
-% \noindent For required other packages, see the preceding subsection.
+% \noindent For required other packages please see the preceding subsection.
%
% \paragraph{Unpacking.} The \xfile{.dtx} file is a self-extracting
-% \docstrip\ archive. The files are extracted by running the
-% \xfile{.dtx} through \plainTeX:
+% \docstrip{} archive. The files are extracted by running the
+% \xext{dtx} through \plainTeX{}:
% \begin{quote}
% \verb|tex papermas.dtx|
% \end{quote}
@@ -1310,68 +1085,56 @@ I do NOT think, that it is necessary to print THIS file, really\newline
%
% \subsection{Refresh file name databases}
%
-% If your \TeX~distribution (\teTeX, \mikTeX,\dots) relies on file name
-% databases, you must refresh these. For example, \teTeX\ users run
-% \verb|texhash| or \verb|mktexlsr|.
+% If your \TeX~distribution (\TeX\,Live, \mikTeX, \dots) relies on
+% file name databases, you must refresh these. For example, \TeX\,Live\ users
+% run \verb|texhash| or \verb|mktexlsr|.
%
% \subsection{Some details for the interested}
%
-% \paragraph{Unpacking with \LaTeX.}
+% \paragraph{Unpacking with \LaTeX{}.}
% The \xfile{.dtx} chooses its action depending on the format:
% \begin{description}
-% \item[\plainTeX:] Run \docstrip\ and extract the files.
+% \item[\plainTeX:] Run \docstrip{} and extract the files.
% \item[\LaTeX:] Generate the documentation.
% \end{description}
-% If you insist on using \LaTeX\ for \docstrip\ (really,
-% \docstrip\ does not need \LaTeX), then inform the autodetect routine
+% If you insist on using \LaTeX{} for \docstrip{} (really,
+% \docstrip{} does not need \LaTeX ), then inform the autodetect routine
% about your intention:
% \begin{quote}
% \verb|latex \let\install=y\input{papermas.dtx}|
% \end{quote}
-% Do not forget to quote the argument according to the demands
-% of your shell.
+% Do not forget to quote the argument according to the demands of your shell.
%
% \paragraph{Generating the documentation.\label{GenDoc}}
% You can use both the \xfile{.dtx} or the \xfile{.drv} to generate
% the documentation. The process can be configured by a
-% configuration file \xfile{ltxdoc.cfg}. For instance, put this
-% line into that file, if you want to have A4 as paper format:
+% configuration file \xfile{ltxdoc.cfg}. For instance, put the following
+% line into this file, if you want to have A4 as paper format:
% \begin{quote}
% \verb|\PassOptionsToClass{a4paper}{article}|
% \end{quote}
%
-% \noindent An example follows how to generate the
-% documentation with \pdfLaTeX :
+% \noindent An example follows how to generate the documentation with \pdfLaTeX :
%
% \begin{quote}
%\begin{verbatim}
-%pdflatex papermas.drv
+%pdflatex papermas.dtx
%makeindex -s gind.ist papermas.idx
-%pdflatex papermas.drv
+%pdflatex papermas.dtx
%makeindex -s gind.ist papermas.idx
-%pdflatex papermas.drv
+%pdflatex papermas.dtx
%\end{verbatim}
% \end{quote}
%
% \subsection{Compiling the example}
-%
-% The example file, \textsf{papermas-example.tex}, can be compiled via\\
-% \indent |latex papermas-example.tex|\\
-% or (recommended)\\
-% \indent |pdflatex papermas-example.tex|\\
-% but will need probably three compiler runs to get everything right.
+% The example file, \textsf{papermas-example.tex}, can be compiled via |(pdf)latex papermas-example.tex|
+% and will need at least two compiler runs to get everything right.
%
% \section{Acknowledgements}
%
-% I would like to thank \textsc{Heiko Oberdiek}
-% (heiko dot oberdiek at googlemail dot com) for providing
-% a~lot~(!) of useful packages
-% (from which I also got everything I know about creating a file in
-% \xext{dtx} format, ok, say it: copying),
-% and the \Newsgroup{comp.text.tex} and \Newsgroup{de.comp.text.tex}
-% newsgroups for their help in all things \TeX.
-%
-% \pagebreak
+% I would like to thank \textsc{Heiko Oberdiek} for providing a lot of
+% useful packages (from which I also got everything I know about creating
+% a file in \xext{dtx} format, OK, say it: copying).
%
% \phantomsection
% \begin{History}\label{History}
@@ -1381,62 +1144,67 @@ I do NOT think, that it is necessary to print THIS file, really\newline
% \begin{Version}{2010/06/03 v1.0b}
% \item New |\papermassheets| and reruncheck introduced; several small changes.
% \item Example adapted to other examples of mine.
-% \item Updated references to other packages.
% \item TDS locations updated.
% \item Several changes in the documentation and the Readme file.
% \end{Version}
% \begin{Version}{2010/06/24 v1.0c}
% \item \xpackage{holtxdoc} warning in \xfile{drv} updated.
-% \item Corrected the location of the package at CTAN.\\
+% \item Corrected the location of the package at CTAN.
% (TDS was still missing due to packaging error.)
-% \item Updated references to other packages: \xpackage{hyperref} and \xpackage{pagesLTS}.
-% \item Added a list of my other packages.
% \item Several changes to the documentation.
% \item Introduced new \textbf{option}: |decimalsep|.
% \end{Version}
% \begin{Version}{2010/07/29 v1.0d}
% \item Corrected given url of \texttt{papermas.tds.zip} and other urls.
-% \item There is a new version of the used \xpackage{hyperref} package: 2010/06/18,~v6.81g.
-% \item There is a new version of the used \xpackage{pagesLTS} package: 2010/07/29,~v1.1e.
-% \item Included a |\CheckSum|.
+% \item Included a |\CheckSum| [was leter removed again].
% \end{Version}
% \begin{Version}{2011/02/01 v1.0e}
-% \item Updated to version 2010/12/16 v6.81z of the \xpackage{hyperref} package.
% \item Removed wrong \%\ from the driver file.
% \item Changed the |\unit| definition (got rid of an old |\rm|).
% \item Replaced the list of my packages with a link to a web page list of those,
% which has the advantage of showing the recent versions of all those packages.
% \item Now using |\@ifundefined|.
% \item Removed |/muench/| from the path at diverse locations.
-% \item There is a new version of the used \xpackage{pagesLTS} package: 2011/02/01,~v1.1m.
% \item Some small changes.
% \end{Version}
% \begin{Version}{2011/06/02 v1.0f}
-% \item There is a new version of the used \xpackage{kvoptions} package: 2010/12/23,~v3.10.
-% \item There is a new version of the used \xpackage{pagesLTS} package: 2011/03/17,~v1.1o.
% \item The \xpackage{holtxdoc} package was fixed (recent version: 2011/02/04,~v0.21),
% therefore the warning in \xfile{drv} could be removed.~-- Adapted the style of
% this documentation to new \textsc{Oberdiek} \xfile{dtx} style.
-% \item There is a new version of the used \xpackage{hyperref} package: 2011/04/17,~v6.82g.
% \item The rerun warnings are given after the \texttt{filelist} (if that is called
% with |\listfiles|) and the final \xpackage{papermas} information is presented
-% |\AtVeryVeryEnd| (now only ones instead of twice).
-% \item Replaced |\text| by |\textrm|.
+% |\AtVeryVeryEnd| (now only ones instead of twice)
+% [later replaced by use of the new hook management].
% \item Instead of compiling \textquotedblleft $a$ to the power of $b$\textquotedblright\ itself,
-% \xpackage{papermas} now uses the \xpackage{intcalc} package of \textsc{Heiko Oberdiek}.
+% \xpackage{papermas} now uses the \xpackage{intcalc} package.
% \item Removed five counters.
-% \item A lot of small changes (also in the README).
% \end{Version}
% \begin{Version}{2011/08/08 v1.0g}
% \item The \xpackage{pagesLTS} package has been renamed to \xpackage{pageslts}: 2011/08/08,~v1.2a.
% \item Replaced |\global\edef| by |\xdef|.
-% \item Minor details.
% \end{Version}
% \begin{Version}{2011/08/22 v1.0h}
-% \item Hot fix: \TeX{} 2011/06/27 has changed |\enddocument| and
-% thus broken the |\AtVeryVeryEnd| command/hooking
-% of \xpackage{atveryend} package as of 2011/04/23, v1.7.
-% Until it is fixed, |\AtEndAfterFileList| is used.
+% \item Hot fix: \TeX{} 2011-06-27 changed |\enddocument| and thus broke the |\AtVeryVeryEnd|
+% command/hooking of \xpackage{atveryend} package as of 2011-04-23, v1.7.
+% Until fixed, |\AtEndAfterFileList| was used. [changed back in v1.0i]
+% \item This version was archived at
+% \url{https://web.archive.org/web/20190417084752/https://mirror.ctan.org/install/macros/latex/contrib/papermas.tds.zip}.
+% \end{Version}
+% \begin{Version}{-{}-{}-{}-/-{}-/-{}- v1.0i}
+% \item Made |\newcommand|s robust.
+% \item Moved from |\AtEndAfterFileList| to |\AtVeryVeryEnd| again.
+% [later replaced by use of new hook management]
+% \item By error this version was never released to the public.
+% \end{Version}
+% \begin{Version}{2023-04-12 v1.1a}
+% \item |\NeedsTeXFormat{LaTeX2e}[2022-11-01]|, older package version available from archive
+% (see version 2011/08/22 v1.0h above).
+% \item Using the new hook management and \LaTeX's |\@abspage@last|.
+% \item Package \xpackage{pageslts} is neither needed nor used by the
+% \xpackage{papermas} package any longer.
+% \item Removed |\papermas@powerof| (obsolete since version 2011-06-02~v1.0f).
+% \item Converted to UTF-8.
+% \item A lot of details; extensive documentation updates.
% \end{Version}
% \end{History}
%
diff --git a/macros/latex/contrib/papermas/papermas.pdf b/macros/latex/contrib/papermas/papermas.pdf
index cc3129969f..812dd83c9b 100644
--- a/macros/latex/contrib/papermas/papermas.pdf
+++ b/macros/latex/contrib/papermas/papermas.pdf
Binary files differ