From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/axessibility/README | 38 + macros/latex/contrib/axessibility/axessibility.dtx | 476 ++ macros/latex/contrib/axessibility/axessibility.ins | 66 + macros/latex/contrib/axessibility/axessibility.pdf | 4549 ++++++++++++++++++++ .../axessibility/axessibilityExampleGoldenMean.tex | 42 + 5 files changed, 5171 insertions(+) create mode 100644 macros/latex/contrib/axessibility/README create mode 100644 macros/latex/contrib/axessibility/axessibility.dtx create mode 100644 macros/latex/contrib/axessibility/axessibility.ins create mode 100644 macros/latex/contrib/axessibility/axessibility.pdf create mode 100644 macros/latex/contrib/axessibility/axessibilityExampleGoldenMean.tex (limited to 'macros/latex/contrib/axessibility') diff --git a/macros/latex/contrib/axessibility/README b/macros/latex/contrib/axessibility/README new file mode 100644 index 0000000000..567c983ca8 --- /dev/null +++ b/macros/latex/contrib/axessibility/README @@ -0,0 +1,38 @@ +% axessibility - create pdf files with mathematical formulae accessible by assistive +% technologies for visually impaired people with LaTeX +% +% Copyright (C) 2018, 2019 by +% Anna Capietto, Sandro Coriasco, Tiziana Armano, +% Nadir Murru, Alice Ruighi, Eugenia Taranto, +% Dragan Ahmetovic, Cristian Bernareggi, Michele Berra +% +% Based on accsupp.sty +% +% This work consists of the main source file axessibility.dtx +% and the derived files +% axessibility.ins, axessibility.sty, axessibility.pdf, README, +% axessibilityExampleGoldenMean.tex +% +% The Current Maintainer of this work is +% Sandro Coriasco +% +% This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 License +% http://creativecommons.org/licenses/by-nc/4.0/ +% +This is version 2.0 of axessibility, a package which allows LaTeX to create +pdf files with mathematical formulae accessible by assistive technologies +for visually impaired people. + +The following files are enclosed. + + README - This file. + axessibility.dtx - Documented tex file of the axessibility package. Run pdfLaTeX + on this file to obtain the package documentation. + axessibility.ins - Run LaTeX on this file to extract the axessibility.sty file + from axessibility.dtx. + axessibilityExampleGoldenMean - A sample LaTeX file which uses the axessibility package. + +Installation notes: +The package is supplied in `.ins`&`.dtx` format. Running `latex axessibility.ins` +will extract the package, whereas `pdflatex axessibility.dtx` will typeset the +documentation. Move `axessibility.sty` to your local `texmf` directory. diff --git a/macros/latex/contrib/axessibility/axessibility.dtx b/macros/latex/contrib/axessibility/axessibility.dtx new file mode 100644 index 0000000000..13978ac9c7 --- /dev/null +++ b/macros/latex/contrib/axessibility/axessibility.dtx @@ -0,0 +1,476 @@ +% +% \iffalse meta-comment +% +% Copyright (C) 2018, 2019 by +% Anna Capietto, Sandro Coriasco, Tiziana Armano, +% Nadir Murru, Alice Ruighi, Eugenia Taranto, +% Dragan Ahmetovic, Cristian Bernareggi, Michele Berra +% +% Based on accsupp.sty +% +% This work consists of the main source file axessibility.dtx +% and the derived files +% axessibility.ins, axessibility.sty, axessibility.pdf, README, +% axessibilityExampleGoldenMean.tex +% +% The Current Maintainer of this work is +% Sandro Coriasco +% +% This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 License +% http://creativecommons.org/licenses/by-nc/4.0/ +% +% \fi +% +%\iffalse +%<*driver> +\documentclass{ltxdoc} +\usepackage{axessibility} +\EnableCrossrefs +\CodelineIndex +\RecordChanges\begin{document} +\title{The \textsf{axessibility} package} +\date{January 8, 2019} + \author{Dragan Ahmetovic, Tiziana Armano, Cristian Bernareggi, \\ + Michele Berra, Anna Capietto, Sandro Coriasco, Nadir Murru,\\ + Alice Ruighi, Eugenia Taranto \\ + Dipartimento di Matematica ``G. Peano''\\Universit\`a degli Studi di Torino \\ + \texttt{,}} +% +\DocInput{axessibility.dtx} +\end{document} +% +%\fi +% +% \changes{v1.0}{2018/07/09}{Initial version} +% \changes{v2.0}{2019/01/08}{Added support for environments align, align*, alignat, alignat*, flalign, flalign*, gather, gather*, xalignat, xalignat*, and xxalignat, from the package \textbf{amsmath}} +% +% \maketitle +% +%\begin{abstract} +%PDF documents containing formulae generated by \LaTeX\ +% are usually not accessible by assistive technologies for visually impaired people +% (i.e., by screen readers and braille displays). The package manages this issue, allowing to create a PDF document where the formulae are read by these assistive technologies, since it automatically generates hidden comments in the PDF document (by means of the /ActualText attribute) in correspondence to each formula. The package does not generate PDF/UA. +%\end{abstract} +% +%\tableofcontents +% +%\section{Introduction} +%This package focuses on the specific problem of the accessibility of PDF documents generated by \LaTeX\ for visually impaired people. +%When a PDF document is generated starting from \LaTeX, formulae are not accessible by screen readers and braille displays. +% They can be made accessible by inserting a hidden comment, i.e., an ActualText, similarly to the case of web pages. +% This can be made, e.g., by using the \LaTeX\ package pdfcomment.sty. In any case, this task must be manually performed by the author and it is surely inefficient, +% since the author should write the formulae and, in addition, insert a description for each formula. +% Note also that the package pdfcomment.sty does not allow to insert special characters like `backslash', `brace', etc, in the comment. +% Moreover, with these solutions, the reading is bothered since the screen reader reads incorrectly the formula and then the correct comment of the formula. +% There are also some \LaTeX\ packages that try to improve the accessibility of PDF documents produced by \LaTeX. +% In particular, the packages accsupp.sty and accessibility$\_$meta.sty have been developed in order to obtain tagged PDF documents. +% However, both packages do not solve the problem of the accessibility of formulae. The package accsupp.sty develops some interesting tools for commenting formulae +% using also special characters (possibility that is not available in the pdfcomment.sty package). Moreover, this is not an automatized method, +% since the comment must be manually inserted by the author. The package accessibility$\_$meta.sty is an improved version of the package accessibility.sty. +% This package allows the possibility of inserting several tags for sections, links, figures and tables. +% However, even if these tags are recognized by the tool for checking tags of Acrobat Reader Pro, they are not always recognized by the screen readers. +% Moreover, this package does not manage formulae. Our package automatically produces an ActualText corresponding to the \LaTeX\ commands that generate the formulae. +% This ActualText is hidden in the PDF document, but the screen reader reads it without reading any incorrect sequence before. +% +%\section{License} +% +% This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 License +% \url{http://creativecommons.org/licenses/by-nc/4.0/}. +% +%\section{Prerequisites} +% +%The package \textbf{axessibility} requires the following packages: \textbf{accsupp, amsmath, amssymb, xstring}. +% +%\section{Package specification} +% +%If you use \LaTeX$2_\epsilon$ simply add the following line in the preamble:\\ \\ +%\indent $\backslash$\textbf{usepackage}$\{$\textbf{axessibility}$\}$ +%\\ \\ +%The package includes the following features: +%\begin{itemize} +%\item The commands \\ \\ +%\indent $\backslash$\textbf{pdfcompresslevel=0} \\ +%\indent $\backslash$\textbf{pdfoptionpdfminorversion=6} \\ \\ +%that produce an uncompressed PDF document. +%\item The command \\ \\ +%\indent $\backslash$\textbf{BeginAccSupp} +%\\ \\ +%contained in the package \textbf{accsupp}, has been redefined so that the screen readers access the ActualText created by this command. +%\item The new commands \\ \\ +%\indent $\backslash$\textbf{wrap$\#$1}\\ +%\indent $\backslash$\textbf{wrapml$\#$1} +%\\ \\ +%allow to store their input into an ActualText in the PDF document (e.g., the \LaTeX\ commands for generating a formula), +%for single line and multiple line formulae environments, respectively +% +%\item The environments \\ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{equation}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{equation}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{equation*}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{equation*}$\}$ \\ +%\indent $\backslash$[ \dots $\backslash$]\\ +%\indent $\backslash$( \dots $\backslash$)\\ +% +%have been redefined. In each environment listed above, the command \cs{wrap} is inserted, together with +%the command \cs{collect@body}, so that all the content of the environment is automatically stored into an +% ActualText in the PDF document. The following multiline formula environments, defined in the \textbf{amsmath} package,\\ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{align}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{align}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{align*}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{align*}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{alignat}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{alignat}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{alignat*}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{alignat*}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{flalign}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{flalign}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{flalign*}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{flalign*}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{gather}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{gather}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{gather*}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{gather*}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{xalignat}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{xalignat}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{xalignat*}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{xalignat*}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{xxalignat}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{xxalignat}$\}$ \\ +% +% have been similarly redefined, using the command \cs{wrapml}. The content of these environments, too, is now stored into an +% ActualText in the PDF document. The support for more multiline environments will be added in future versions of the package. +%\end{itemize} +% +%\section{Usage} +% +% An author that wants to create an accessible PDF document for visually impaired people can add this package and use the above +% environments for inserting the formulae. The \LaTeX\ code of the inserted formulae will be added as hidden comments in +% correspondence to the location of the formulae in the text. This will allow the user to access the formula code with the screen reader +% and with the braille refreshable display. Additionally, the package enables to copy the formula \LaTeX\ code from the PDF reader +% and paste it elsewhere. +% +%Note that, to preserve the compatibility with Acrobat Reader, our package discourages the use of the underscore character ($\_$), which is not correctly read using screen readers in combination with this PDF reader. Alternatively, we suggest to use the equivalent command \cs{sb}. +% +%Inline and displayed mathematical modes encoded by means of $\$$ and $\$\$$ are not supported by the package. However, external scripts, provided as companion +% software and described in the following section, can address, at least partly, these cases. Moreover, provided that also the package +% \textbf{eqnalign} is added, the (old) multiline formula environments\\ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{eqnarray}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{eqnarray}$\}$ \\ +%\indent $\backslash$\textbf{begin}$\{$\textbf{eqnarray*}$\}$ \dots $\backslash$\textbf{end}$\{$\textbf{eqnarray*}$\}$ \\ +% +% \noindent will automatically generate the corresponding hidden ActualText. +% + + +% +%\section{External scripts and screen reader integration} +% +%In addition to the package, we also provide scripts that complement package functionalities. +% +%\subsection{Preprocessing scripts} +%While we warmly suggest to follow the indications provided in the usage guide (suggested commands and environments), it is also possible to apply our package to an already existing \LaTeX\ document. In this case, it is necessary to preprocess the document in order to replace some of the unsupported commands and environments with the suggested ones. We provide a preprocessing script to handle some of these cases at our Github repository\footnote{\label{fn:repo}\url{www.integr-abile.unito.it/axessibility/?repository}}. % +%\subsection{Expansion of user macros} +%Note that custom macros used by the author within the formulae are copied as-is into the ActualText in the hidden comment. This macros may bear no meaning for other readers, so it may be more meaningful to expand those macros into the original \LaTeX\ commands. We provide a script that can parse \LaTeX\ document and replace all the user macros within the formulae with their expanded definitions. You can download this script at our Github repository\footnotemark[\ref{fn:repo}]. +% +%\subsection{Screen reader dictionaries} +%\LaTeX\ commands that are included as ActualText in the hidden comments corresponding to formulae may appear awkward when read by the screen reader. We provide dictionaries for JAWS and NVDA screen readers that convert \LaTeX\ commands into natural language. Please note that the braille refreshable display will still show the formulae in their original \LaTeX\ representations. The dictionaries can be downloaded at our Github repository\footnotemark[\ref{fn:repo}]. +% +%\section{Implementation} +% + +% Standard file identification. + +% \begin{macrocode} +% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{axessibility} +%[2019/01/08 v2.0: Accessibility support by marked content for inline, +% displayed, and various multiline formulae] +\RequirePackage{accsupp} +\RequirePackage{amsmath} +\RequirePackage{amssymb} +\RequirePackage{xstring} +% +% \end{macrocode} + +% \noindent PDF compression/unicode settings. + +% \begin{macrocode} +% +\pdfcompresslevel=0 +\pdfoptionpdfminorversion=6 +\input{glyphtounicode} +\pdfgentounicode=1 +% +% \end{macrocode} + + +% \noindent Tokens used for the treatment of multiline formula environments. + +% \begin{macrocode} +% +\newtoks\@mltext +\newtoks\@mltexttmp +% +% \end{macrocode} + + +% \noindent Renewed command \cs{BeginAccSupp}, originally defined in the package \textbf{accsupp}, +% to add the string \cs{S} before \cs{span}. +% This makes the formula readable by voiceover technologies. + +% \begin{macrocode} +% +\makeatletter +\renewcommand*{\BeginAccSupp}[1]{% + \begingroup + \setkeys{ACCSUPP}{#1}% + \edef\ACCSUPP@span{% + /S/Span<<% + \ifx\ACCSUPP@Lang\relax + \else + /Lang\ACCSUPP@Lang + \fi + \ifx\ACCSUPP@Alt\relax + \else + /Alt\ACCSUPP@Alt + \fi + \ifx\ACCSUPP@ActualText\relax + \else + /ActualText\ACCSUPP@ActualText + \fi + \ifx\ACCSUPP@E\relax + \else + /E\ACCSUPP@E + \fi + >>% + }% + \ACCSUPP@bdc + \ACCSUPP@space + \endgroup +} +\makeatother +% +% \end{macrocode} + + +% \noindent The next command creates a blank space to avoid clash with references (it appears to be a \cs{protect}...). +% Refer to https://tex.stackexchange.com/questions/57151/how-do-i-prevent-conflicts-between-accsupp-and-hyperref +% for possible handling of such issues.) + +% \begin{macrocode} +% +\newcommand{\auxiliaryspace}{ } +% +% \end{macrocode} + + +% \noindent The next one is the actual wrapper. Takes the body of a formula environment and wraps it in AccSupp +% commands, to make the math-text available in comments. +% \cs{detokenize} allows the formula to be parsed and read as a string. +% \cs{expandafter} there applies to the token "\{" and allow \cs{detokenize} to be applied +% after argument \#1 is passed to \cs{BeginAccSupp}. + +% \begin{macrocode} +% +\makeatletter +\long\def\wrap#1{ +\BeginAccSupp{method=escape,ActualText=\detokenize\expandafter{#1}} + #1 +\EndAccSupp{}% +} +\makeatother +% +% \end{macrocode} + + +% \noindent The next wrapper, similar to the previous one, is used to handle multiline formula environments. +% Here some additional step is needed to obtain the desired content, to be stored via \cs{BeginAccSupp}. + +% \begin{macrocode} +% +\makeatletter +\long\def\wrapml#1{ +\def\@mltext{\detokenize\expandafter{#1}} +\def\@mltexttmp{} +\StrBehind[5]{\@mltext}{ }[\@mltexttmp] +\StrGobbleRight{\@mltexttmp}{1}[\@mltext] +\BeginAccSupp{method=escape,ActualText=\auxiliaryspace\@mltext} + #1 +\EndAccSupp{}% +} +\makeatother +% +% \end{macrocode} + + + +% \noindent The next function redefines \cs{equation} by calling the above wrapper to its argument. +% This makes \cs{equation} accessible. + +% \begin{macrocode} +% +\makeatletter +\renewenvironment{equation}{% + \incr@eqnum + \mathdisplay@push + \st@rredfalse \global\@eqnswtrue + \mathdisplay{equation}% + \collect@body\wrap\auxiliaryspace}{% + \endmathdisplay{equation}% + \mathdisplay@pop + \ignorespacesafterend +} +\makeatother +% +% \end{macrocode} + + +% \noindent The next function redefines \cs{equation*} +% by calling the above wrapper to its argument. +% This makes \cs{equation*} accessible. + +% \begin{macrocode} +% +\makeatletter +\renewenvironment{equation*}{% + \mathdisplay@push + \st@rredtrue \global\@eqnswfalse + \mathdisplay{equation*}% + \collect@body\wrap\auxiliaryspace}{% + \endmathdisplay{equation*}% + \mathdisplay@pop + \ignorespacesafterend +} +\makeatother +% +% \end{macrocode} + + +% \noindent The next function redefines \cs{[} \cs{]}, +% using the above redefinition of \cs{equation*} + +% \begin{macrocode} +% +\makeatletter +\protected\def\[#1\]{\begin{equation*}#1\end{equation*}} +\makeatother +% +% \end{macrocode} + + +% \noindent The next function redefines \cs{(} \cs{)} by means of a (temporary) +% math environment that calls the wrapper defined above. + +% \begin{macrocode} +% +\makeatletter +\newenvironment{tempenv}{% + \relax\ifmmode\@badmath\else$\fi% + \collect@body\wrap}{% + \relax\ifmmode\ifinner$\else\@badmath\fi\else \@badmath\fi} +\protected\def\(#1\){\begin{tempenv}#1\end{tempenv}} +\makeatother +% +% \end{macrocode} + + +% \noindent The next functions redefine the environments align, align*, alignat, alignat*, flalign, flalign*, gather, gather*, +% xalignat, xalignat*, xxalignat, originally defined in the package \textbf{amsmath}, by calling the above multiline wrapper to their +% argument. The structure, as for the original macros, is essentially the same for all of them. + +% \begin{macrocode} +% +\makeatletter + +\renewenvironment{alignat}{% + \collect@body\wrapml\auxiliaryspace + \start@align\z@\st@rredfalse +}{% + \endalign +} +\renewenvironment{alignat*}{% + \collect@body\wrapml\auxiliaryspace + \start@align\z@\st@rredtrue +}{% + \endalign +} +\renewenvironment{xalignat}{% + \collect@body\wrapml\auxiliaryspace + \start@align\@ne\st@rredfalse +}{% + \endalign +} +\renewenvironment{xalignat*}{% + \collect@body\wrapml\auxiliaryspace + \start@align\@ne\st@rredtrue +}{% + \endalign +} +\renewenvironment{xxalignat}{% + \collect@body\wrapml\auxiliaryspace + \start@align\tw@\st@rredtrue +}{% + \endalign +} + +\renewenvironment{align}{% + \collect@body\wrapml\auxiliaryspace + \start@align\@ne\st@rredfalse\m@ne +}{% + \math@cr \black@\totwidth@ + \egroup + \ifingather@ + \restorealignstate@ + \egroup + \nonumber + \ifnum0=`{\fi\iffalse}\fi + \else + $$% + \fi + \ignorespacesafterend +} + +\renewenvironment{align*}{% + \collect@body\wrapml\auxiliaryspace + \start@align\@ne\st@rredtrue\m@ne +}{% + \endalign +} + +\renewenvironment{flalign}{% + \collect@body\wrapml\auxiliaryspace + \start@align\tw@\st@rredfalse\m@ne +}{% + \endalign +} + +\renewenvironment{flalign*}{% + \collect@body\wrapml\auxiliaryspace + \start@align\tw@\st@rredtrue\m@ne +}{% + \endalign +} + +\renewenvironment{gather}{% + \collect@body\wrapml\auxiliaryspace\auxiliaryspace + \start@gather\st@rredfalse +}{% + \math@cr \black@\totwidth@ \egroup + $$\ignorespacesafterend +} + +\renewenvironment{gather*}{% + \collect@body\wrapml\auxiliaryspace\auxiliaryspace + \start@gather\st@rredtrue +}{% + \endgather +} + +\makeatother +% +% \end{macrocode} + + +% +%\section{History} +%\noindent \textbf{[2018/07/09: v1.0] } +%\begin{itemize} +% \item First version +%\end{itemize} +%\noindent \textbf{[2019/01/08: v2.0] } +%\begin{itemize} +% \item Added support for environments align, align*, alignat, alignat*, flalign, flalign*, gather, gather*, xalignat, xalignat*, and xxalignat, from the package \textbf{amsmath} +%\end{itemize} + +\endinput + + +%% +%% End of file `axessibility'. diff --git a/macros/latex/contrib/axessibility/axessibility.ins b/macros/latex/contrib/axessibility/axessibility.ins new file mode 100644 index 0000000000..0bfcaaaa1f --- /dev/null +++ b/macros/latex/contrib/axessibility/axessibility.ins @@ -0,0 +1,66 @@ +% +% Copyright (C) 2018, 2019 by +% Anna Capietto, Sandro Coriasco, Tiziana Armano, +% Nadir Murru, Alice Ruighi, Eugenia Taranto, +% Dragan Ahmetovic, Cristian Bernareggi, Michele Berra +% +% Based on accsupp.sty +% +% This work consists of the main source file axessibility.dtx +% and the derived files +% axessibility.ins, axessibility.sty, axessibility.pdf, README, +% axessibilityExampleGoldenMean.tex +% +% The Current Maintainer of this work is +% Sandro Coriasco +% +% This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 License +% http://creativecommons.org/licenses/by-nc/4.0/ +% + +\input docstrip + +\keepsilent + +\preamble + +This is a generated file. + +Copyright (C) 2018, 2019 by +Anna Capietto, Sandro Coriasco, Tiziana Armano, +Nadir Murru, Alice Ruighi, Eugenia Taranto, +Dragan Ahmetovic, Cristian Bernareggi, Michele Berra. + +This work consists of the main source file axessibility.dtx +and the derived files + axessibility.ins, axessibility.sty, axessibility.pdf, README, + axessibilityExampleGoldenMean.tex + +The Current Maintainer of this work is + Sandro Coriasco + +This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 License +http://creativecommons.org/licenses/by-nc/4.0/ + +\endpreamble + +\usedir{tex/latex/axessibility} + +\generate{ + \file{axessibility.sty}{\from{axessibility.dtx}{}} +} + +\Msg{*********************************************************} +\Msg{*} +\Msg{* To finish the installation you have to move the} +\Msg{* following file into a directory searched by TeX:} +\Msg{*} +\Msg{* \space\space axessibility.sty} +\Msg{*} +\Msg{* To produce the documentation run the file axessibility.dtx} +\Msg{* through LaTeX.} +\Msg{*} +\Msg{* Happy TeXing!} +\Msg{*********************************************************} + +\endbatchfile \ No newline at end of file diff --git a/macros/latex/contrib/axessibility/axessibility.pdf b/macros/latex/contrib/axessibility/axessibility.pdf new file mode 100644 index 0000000000..9fce7d47ea --- /dev/null +++ b/macros/latex/contrib/axessibility/axessibility.pdf @@ -0,0 +1,4549 @@ +%PDF-1.6 +% +3 0 obj +<< +/Length 3527 +>> +stream +BT +/F15 17.2154 Tf 249.201 665.282 Td [(The)]TJ/F16 17.2154 Tf 32.481 0 Td [(axessibilit)26(y)]TJ/F15 17.2154 Tf 76.709 0 Td [(pac)26(k)52(age)]TJ/F17 11.9552 Tf -172.179 -28.892 Td [(Dragan)-326(Ahmeto)27(vic,)-326(Tiziana)-326(Armano,)-327(Cristian)-326(Bernareggi,)]TJ -11.622 -13.947 Td [(Mic)27(hele)-326(Berra,)-326(Anna)-327(Capietto,)-326(Sandro)-326(Coriasco,)-326(Nadir)-327(Murru,)]TJ 82.376 -13.948 Td [(Alice)-326(Ruighi,)-327(Euge)1(nia)-327(T)82(aran)27(to)]TJ -26.867 -13.948 Td [(Dipartimen)27(to)-326(di)-326(Matematica)-327(\134)1(G.)-327(P)27(eano")]TJ 23.58 -13.947 Td [(Univ)27(ersit\022)490(a)-326(degli)-327(Studi)-326(di)-326(T)81(orino)]TJ/F35 11.9552 Tf -94.008 -13.948 Td [(,)]TJ/F17 11.9552 Tf 130.133 -23.313 Td [(Jan)27(uary)-326(8,)-326(2019)]TJ/F37 8.9664 Tf 20.433 -35.865 Td [(Abstract)]TJ/F36 8.9664 Tf -117.814 -15.617 Td [(PDF)-531(do)-28(cumen)28(ts)-531(co)1(n)28(taining)-531(form)29(ulae)-531(generated)-531(b)29(y)-531(L)]TJ/F19 5.9776 Tf 218.617 2.043 Td [(A)]TJ/F36 8.9664 Tf 3.975 -2.043 Td [(T)]TJ 5.119 -1.93 Td [(E)]TJ 5.119 1.93 Td [(X)-531(are)-531(usually)]TJ -246.653 -10.959 Td [(not)-496(accessible)-496(b)29(y)-496(assistiv)28(e)-496(tec)29(hnologies)-496(for)-496(visually)-496(impaired)-496(p)-28(eople)-496(\050i.e.,)]TJ 0 -10.959 Td [(b)29(y)-464(screen)-464(readers)-464(and)-464(braille)-464(displa)29(ys\051.)-821(The)-464(pac)29(k)57(age)-464(manages)-464(this)-463(issue,)]TJ 0 -10.959 Td [(allo)29(wing)-409(to)-409(create)-408(a)-409(PDF)-409(do)-28(cumen)28(t)-408(where)-409(the)-409(form)29(ulae)-409(are)-408(read)-409(b)29(y)-409(these)]TJ 0 -10.958 Td [(assistiv)29(e)-372(tec)28(hnologie)1(s,)-380(sinc)1(e)-372(it)-372(automatically)-372(generate)1(s)-372(hidden)-372(commen)29(ts)-372(in)]TJ 0 -10.959 Td [(the)-388(PDF)-387(do)-29(cumen)29(t)-388(\050b)29(y)-388(means)-388(of)-388(the)-387(/ActualT)86(ext)-388(attribute\051)-388(in)-388(co)1(rresp)-29(on-)]TJ 0 -10.959 Td [(dence)-343(to)-342(eac)29(h)-343(form)29(ula.)-457(The)-343(pac)29(k)57(age)-343(do)-28(es)-343(not)-342(generate)-343(PDF/UA.)]TJ/F47 14.3462 Tf -24.906 -32.946 Td [(Con)31(ten)32(ts)]TJ/F48 9.9626 Tf 0 -21.918 Td [(1)-925(In)32(tro)-32(duction)-27085(2)]TJ 0 -21.918 Td [(2)-925(License)-29756(2)]TJ 0 -21.918 Td [(3)-925(Prerequisites)-26871(2)]TJ 0 -21.917 Td [(4)-925(P)32(ac)32(k)64(age)-384(sp)-32(eci\014cation)-22873(2)]TJ 0 -21.918 Td [(5)-925(Usage)-30426(4)]TJ 0 -21.918 Td [(6)-925(External)-383(scripts)-384(and)-383(screen)-383(reader)-384(in)32(tegration)-10227(4)]TJ/F8 9.9626 Tf 14.944 -11.955 Td [(6.1)-1022(Prepro)-28(cessing)-333(scripts)-489(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-1806(4)]TJ 0 -11.955 Td [(6.2)-1022(Expansion)-333(of)-334(user)-333(macros)-803(.)-500(.)-500(.)-500(.)-500(.)-499(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-1806(5)]TJ 0 -11.956 Td [(6.3)-1022(Screen)-334(r)1(e)-1(ader)-333(dictionaries)-766(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-500(.)-1806(5)]TJ/F48 9.9626 Tf -14.944 -21.917 Td [(7)-925(Implemen)32(tation)-25466(5)]TJ 0 -21.918 Td [(8)-925(History)-29074(10)]TJ/F8 9.9626 Tf 174.346 -42.695 Td [(1)]TJ +ET + +endstream +endobj +18 0 obj +<< +/Length 7328 +>> +stream +BT +/F47 14.3462 Tf 153.694 707.125 Td [(1)-1125(In)31(tro)-31(duction)]TJ/F8 9.9626 Tf 0 -21.821 Td [(This)-438(pac)28(k)55(age)-438(fo)-27(cuses)-438(on)-438(the)-438(sp)-28(eci\014c)-438(problem)-438(of)-438(the)-438(accessibilit)28(y)-438(of)-438(PDF)-438(do)-28(cu-)]TJ 0 -11.955 Td [(men)28(ts)-362(generated)-362(b)28(y)-362(L)]TJ/F7 6.9738 Tf 91.859 2.042 Td [(A)]TJ/F8 9.9626 Tf 4.387 -2.042 Td [(T)]TJ 5.534 -2.145 Td [(E)]TJ 5.535 2.145 Td [(X)-362(for)-362(visually)-362(impaired)-362(p)-27(e)-1(op)1(le)-1(.)-530(When)-362(a)-362(PDF)-362(do)-27(c)-1(u)1(m)-1(en)28(t)]TJ -107.315 -11.955 Td [(is)-429(generated)-428(starting)-429(from)-429(L)]TJ/F7 6.9738 Tf 122.587 2.042 Td [(A)]TJ/F8 9.9626 Tf 4.386 -2.042 Td [(T)]TJ 5.535 -2.145 Td [(E)]TJ 5.534 2.145 Td [(X,)-453(f)1(orm)27(ulae)-428(are)-429(not)-429(accessible)-429(b)28(y)-428(scree)-1(n)-428(readers)]TJ -138.042 -11.955 Td [(and)-289(braill)1(e)-289(displa)28(ys.)-430(They)-289(can)-288(b)-28(e)-289(made)-289(accessible)-289(b)28(y)-289(i)1(nse)-1(rt)1(ing)-289(a)-289(hidden)-288(c)-1(ommen)28(t,)]TJ 0 -11.956 Td [(i.e.,)-314(an)-309(ActualT)84(ext,)-314(similarly)-309(to)-309(the)-309(case)-309(of)-309(w)28(eb)-309(pages.)-436(This)-309(can)-309(b)-28(e)-309(made,)-313(e.g.,)-314(b)28(y)]TJ 0 -11.955 Td [(using)-383(the)-383(L)]TJ/F7 6.9738 Tf 46.853 2.043 Td [(A)]TJ/F8 9.9626 Tf 4.387 -2.043 Td [(T)]TJ 5.534 -2.144 Td [(E)]TJ 5.535 2.144 Td [(X)-383(pac)28(k)55(age)-382(p)-28(dfcommen)28(t.st)27(y)84(.)-593(In)-383(an)28(y)-383(case,)-396(this)-382(task)-383(m)27(ust)-382(b)-28(e)-383(man)28(u-)]TJ -62.309 -11.955 Td [(ally)-375(p)-27(erformed)-375(b)28(y)-375(the)-374(author)-375(and)-374(it)-375(is)-375(surely)-374(ine\016cien)27(t,)-384(since)-375(the)-375(author)-374(should)]TJ 0 -11.955 Td [(write)-391(the)-391(form)28(ulae)-391(and)1(,)-406(in)-390(addition,)-405(insert)-391(a)-391(description)-391(for)-390(eac)27(h)-391(f)1(orm)27(ula.)-616(Note)]TJ 0 -11.955 Td [(also)-357(that)-358(the)-357(pac)28(k)55(age)-357(p)-28(dfcommen)28(t.st)28(y)-357(do)-28(es)-358(not)-357(allo)28(w)-357(to)-358(insert)-357(sp)-28(ecial)-357(c)28(haracters)]TJ 0 -11.955 Td [(lik)28(e)-337(`bac)28(kslash',)-337(`brace',)-338(etc,)-337(in)-337(the)-337(commen)28(t.)-454(Moreo)27(v)28(er,)-337(with)-337(these)-337(solution)1(s)-1(,)-337(the)]TJ 0 -11.956 Td [(reading)-301(is)-302(b)-28(othered)-301(s)-1(i)1(nce)-302(the)-302(screen)-301(re)-1(ad)1(e)-1(r)-301(reads)-302(incorrectly)-301(the)-302(form)28(ula)-302(and)-301(then)]TJ 0 -11.955 Td [(the)-426(correct)-425(commen)27(t)-425(of)-426(the)-425(form)27(ula.)-721(There)-425(are)-426(also)-426(some)-425(L)]TJ/F7 6.9738 Tf 266.308 2.043 Td [(A)]TJ/F8 9.9626 Tf 4.387 -2.043 Td [(T)]TJ 5.534 -2.144 Td [(E)]TJ 5.535 2.144 Td [(X)-426(pac)28(k)56(ages)-426(that)]TJ -281.764 -11.955 Td [(try)-319(to)-319(impro)28(v)28(e)-319(the)-319(accessibilit)28(y)-319(of)-319(PDF)-319(do)-28(cumen)28(ts)-319(pro)-27(duced)-319(b)28(y)-319(L)]TJ/F7 6.9738 Tf 282.48 2.042 Td [(A)]TJ/F8 9.9626 Tf 4.387 -2.042 Td [(T)]TJ 5.534 -2.145 Td [(E)]TJ 5.535 2.145 Td [(X.)-440(In)-318(partic-)]TJ -297.936 -11.955 Td [(ular,)-373(the)-366(pac)28(k)55(ages)-365(accs)-1(u)1(pp.st)27(y)-365(and)-366(accessibilit)28(y)]TJ +ET +q +1 0 0 1 361.624 530.086 cm +[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S +Q +BT +/F8 9.9626 Tf 364.613 529.887 Td [(meta.st)28(y)-366(ha)28(v)28(e)-366(b)-28(een)-365(dev)28(elop)-28(ed)-366(in)]TJ -210.919 -11.955 Td [(order)-307(to)-308(obtain)-307(tagged)-307(PDF)-308(do)-27(cumen)27(ts.)-435(Ho)27(w)28(ev)28(er,)-313(b)-27(oth)-308(pac)28(k)56(age)-1(s)-307(do)-307(not)-308(solv)28(e)-307(the)]TJ 0 -11.955 Td [(problem)-358(of)-358(the)-357(ac)-1(cessibilit)28(y)-358(of)-357(form)27(ulae.)-518(The)-358(pac)28(k)56(age)-358(accsupp.st)28(y)-358(dev)28(e)-1(l)1(ops)-358(some)]TJ 0 -11.955 Td [(in)28(teresting)-268(to)-28(ols)-268(for)-268(c)-1(ommen)28(ting)-268(form)28(ulae)-268(using)-269(also)-268(sp)-28(ecial)-268(c)28(haracters)-268(\050p)-28(ossibilit)28(y)]TJ 0 -11.956 Td [(that)-297(is)-296(not)-297(a)28(v)55(ailable)-296(in)-297(the)-297(p)-27(dfcommen)27(t.st)28(y)-297(pac)28(k)56(age\051.)-432(Moreo)27(v)28(er,)-304(this)-297(is)-296(not)-297(an)-297(au-)]TJ 0 -11.955 Td [(tomatized)-351(metho)-28(d,)-355(since)-352(the)-351(commen)28(t)-351(m)28(ust)-352(b)-27(e)-351(man)27(ually)-351(inserted)-351(b)28(y)-351(the)-351(author.)]TJ 0 -11.955 Td [(The)-348(pac)27(k)56(age)-349(accessibilit)28(y)]TJ +ET +q +1 0 0 1 263.739 458.355 cm +[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S +Q +BT +/F8 9.9626 Tf 266.728 458.156 Td [(meta.st)28(y)-349(is)-348(an)-349(impro)28(v)28(ed)-348(v)27(ersion)-348(of)-348(the)-349(pac)28(k)55(age)-348(accessi-)]TJ -113.034 -11.955 Td [(bilit)28(y)83(.st)28(y)83(.)-437(This)-311(pac)28(k)56(age)-311(allo)27(ws)-311(the)-311(p)-27(ossibilit)27(y)-311(of)-311(in)1(s)-1(ertin)1(g)-311(s)-1(ev)28(eral)-311(tags)-311(for)-311(sections,)]TJ 0 -11.955 Td [(links,)-406(\014gures)-392(and)-392(tables.)-619(Ho)27(w)28(ev)28(er,)-406(ev)27(en)-391(if)-392(these)-392(tags)-392(are)-392(recognized)-391(b)27(y)-391(the)-392(to)-28(ol)]TJ 0 -11.956 Td [(for)-384(c)28(hec)28(king)-384(tags)-383(of)-384(Acrobat)-384(Reader)-383(Pro,)-396(they)-384(are)-384(not)-383(alw)28(a)27(ys)-383(recognized)-384(b)28(y)-384(the)]TJ 0 -11.955 Td [(screen)-379(readers.)-582(Moreo)28(v)27(er,)-390(this)-379(pac)28(k)55(age)-379(do)-28(es)-379(not)-379(manage)-379(form)28(ulae.)-582(Our)-379(pac)27(k)56(age)]TJ 0 -11.955 Td [(automatically)-255(pro)-28(duces)-255(an)-255(Ac)-1(tu)1(alT)83(ext)-255(corres)-1(p)-27(onding)-255(to)-256(the)-255(L)]TJ/F7 6.9738 Tf 261.4 2.042 Td [(A)]TJ/F8 9.9626 Tf 4.387 -2.042 Td [(T)]TJ 5.534 -2.145 Td [(E)]TJ 5.535 2.145 Td [(X)-255(commands)-256(that)]TJ -276.856 -11.955 Td [(generate)-335(the)-335(form)28(ulae.)-450(This)-335(ActualT)83(ext)-335(is)-335(hidden)-335(in)-335(the)-335(PDF)-335(do)-28(cumen)28(t,)-336(but)-335(the)]TJ 0 -11.955 Td [(screen)-333(reader)-334(reads)-333(it)-333(without)-334(reading)-333(an)28(y)-333(incorrect)-334(sequence)-333(b)-28(efore.)]TJ/F47 14.3462 Tf 0 -32.946 Td [(2)-1125(License)]TJ/F8 9.9626 Tf 0 -21.821 Td [(This)-302(w)28(ork)-301(is)-302(licensed)-301(under)-302(a)-301(Creativ)27(e)-301(Commons)-302(A)28(ttribution-NonCommercial)-302(4.)1(0)]TJ 0 -11.955 Td [(License)]TJ/F54 9.9626 Tf 35.063 0 Td [(http://creativecommons.org/licenses/by-nc/4.0/)]TJ/F8 9.9626 Tf 240.595 0 Td [(.)]TJ/F47 14.3462 Tf -275.658 -32.946 Td [(3)-1125(Prerequisites)]TJ/F8 9.9626 Tf 0 -21.821 Td [(The)-341(pac)28(k)55(age)]TJ/F48 9.9626 Tf 57.719 0 Td [(axessibilit)32(y)]TJ/F8 9.9626 Tf 58.743 0 Td [(requires)-341(the)-341(follo)27(wing)-341(pac)28(k)56(ages)-1(:)]TJ/F48 9.9626 Tf 141.974 0 Td [(accsupp,)-395(amsmath,)]TJ -258.436 -11.955 Td [(amssym)32(b,)-384(xstring)]TJ/F8 9.9626 Tf 87.813 0 Td [(.)]TJ/F47 14.3462 Tf -87.813 -32.946 Td [(4)-1125(P)31(ac)32(k)62(age)-375(sp)-31(eci\014cation)]TJ/F8 9.9626 Tf 0 -21.821 Td [(If)-333(y)28(ou)-334(use)-333(L)]TJ/F7 6.9738 Tf 48.634 2.042 Td [(A)]TJ/F8 9.9626 Tf 4.386 -2.042 Td [(T)]TJ 5.535 -2.145 Td [(E)]TJ 5.535 2.145 Td [(X2)]TJ/F10 6.9738 Tf 12.453 -1.494 Td [(\017)]TJ/F8 9.9626 Tf 7.14 1.494 Td [(simply)-333(add)-334(th)1(e)-334(follo)28(wing)-333(line)-334(in)-333(the)-333(pream)28(ble:)]TJ 90.663 -47.004 Td [(2)]TJ +ET + +endstream +endobj +24 0 obj +<< +/Length 7244 +>> +stream +BT +/F14 9.9626 Tf 168.638 707.125 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(usepac)32(k)64(age)]TJ/F14 9.9626 Tf 54.802 0 Td [(f)]TJ/F48 9.9626 Tf 4.982 0 Td [(axessibilit)32(y)]TJ/F14 9.9626 Tf 55.343 0 Td [(g)]TJ/F8 9.9626 Tf -135.052 -23.91 Td [(The)-333(pac)27(k)56(age)-333(includes)-334(the)-333(follo)28(wing)-333(features:)]TJ/F14 9.9626 Tf 14.944 -19.925 Td [(\017)]TJ/F8 9.9626 Tf 9.962 0 Td [(The)-333(comm)-1(an)1(ds)]TJ/F14 9.9626 Tf 0 -23.911 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(p)-32(dfcompresslev)32(el=0)]TJ/F14 9.9626 Tf -4.982 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(p)-32(dfoptionp)-32(dfminorv)32(ersion=6)]TJ/F8 9.9626 Tf -4.982 -23.91 Td [(that)-333(pro)-28(duce)-333(an)-334(uncompressed)-333(PDF)-333(do)-28(cumen)28(t.)]TJ/F14 9.9626 Tf -9.962 -19.926 Td [(\017)]TJ/F8 9.9626 Tf 9.962 0 Td [(The)-333(comm)-1(an)1(d)]TJ/F14 9.9626 Tf 0 -23.91 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(BeginAccSupp)]TJ/F8 9.9626 Tf -4.982 -23.91 Td [(con)28(tained)-430(in)-429(the)-430(pac)28(k)56(age)]TJ/F48 9.9626 Tf 114.805 0 Td [(accsupp)]TJ/F8 9.9626 Tf 39.368 0 Td [(,)-453(has)-430(b)-28(een)-429(rede\014ned)-430(so)-429(that)-430(the)-429(screen)]TJ -154.173 -11.955 Td [(readers)-333(acce)-1(ss)-333(the)-333(ActualT)83(ext)-333(created)-334(b)28(y)-333(this)-334(command.)]TJ/F14 9.9626 Tf -9.962 -19.926 Td [(\017)]TJ/F8 9.9626 Tf 9.962 0 Td [(The)-333(new)-334(commands)]TJ/F14 9.9626 Tf 0 -23.91 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(wrap)]TJ/F8 9.9626 Tf 24.927 0 Td [(#)]TJ/F48 9.9626 Tf 8.302 0 Td [(1)]TJ/F14 9.9626 Tf -38.211 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(wrapml)]TJ/F8 9.9626 Tf 37.657 0 Td [(#)]TJ/F48 9.9626 Tf 8.302 0 Td [(1)]TJ/F8 9.9626 Tf -50.941 -23.911 Td [(allo)28(w)-410(to)-410(store)-410(their)-410(input)-410(in)28(to)-410(an)-410(ActualT)83(ext)-410(in)-409(the)-410(PDF)-410(do)-28(cumen)28(t)-410(\050e.g.,)]TJ 0 -11.955 Td [(the)-343(L)]TJ/F7 6.9738 Tf 19.892 2.043 Td [(A)]TJ/F8 9.9626 Tf 4.386 -2.043 Td [(T)]TJ 5.535 -2.145 Td [(E)]TJ 5.535 2.145 Td [(X)-343(commands)-343(f)1(o)-1(r)-342(generating)-343(a)-343(form)28(ula\051,)-345(for)-343(singl)1(e)-343(line)-343(and)-343(m)28(ultiple)]TJ -35.348 -11.955 Td [(line)-333(form)27(u)1(lae)-334(en)28(vironmen)28(ts,)-334(resp)-27(ectiv)27(ely)]TJ/F14 9.9626 Tf -9.962 -19.925 Td [(\017)]TJ/F8 9.9626 Tf 9.962 0 Td [(The)-333(en)27(vironmen)28(ts)]TJ/F14 9.9626 Tf 0 -23.911 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(equation)]TJ/F14 9.9626 Tf 42.964 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.284 0 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(equation)]TJ/F14 9.9626 Tf 42.964 0 Td [(g)]TJ -172.63 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(equation*)]TJ/F14 9.9626 Tf 48.692 0 Td [(g)]TJ/F8 9.9626 Tf 8.303 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.283 0 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(equation*)]TJ/F14 9.9626 Tf 48.692 0 Td [(g)]TJ -184.087 -11.955 Td [(n)]TJ/F8 9.9626 Tf 4.982 0 Td [([)-333(.)-167(.)-167(.)]TJ/F14 9.9626 Tf 19.371 0 Td [(n)]TJ/F8 9.9626 Tf 4.982 0 Td [(])]TJ/F14 9.9626 Tf -29.335 -11.955 Td [(n)]TJ/F8 9.9626 Tf 4.982 0 Td [(\050)-333(.)-167(.)-167(.)]TJ/F14 9.9626 Tf 20.478 0 Td [(n)]TJ/F8 9.9626 Tf 4.982 0 Td [(\051)]TJ -30.442 -27.896 Td [(ha)28(v)28(e)-304(b)-27(ee)-1(n)-303(rede\014ned.)-434(In)-303(eac)27(h)-303(en)28(vironmen)28(t)-303(listed)-304(ab)-27(o)27(v)28(e,)-309(the)-303(command)]TJ/F54 9.9626 Tf 302.616 0 Td [(\134wrap)]TJ/F8 9.9626 Tf -302.616 -11.955 Td [(is)-301(inserted,)-307(together)-300(with)-301(the)-300(com)-1(mand)]TJ/F54 9.9626 Tf 173.174 0 Td [(\134collect@body)]TJ/F8 9.9626 Tf 67.994 0 Td [(,)-307(so)-301(that)-300(all)-301(the)-300(con-)]TJ -241.168 -11.955 Td [(ten)28(t)-403(of)-402(the)-403(en)28(vironmen)28(t)-403(is)-402(automatically)-403(stored)-402(in)28(to)-403(an)-402(ActualT)83(ext)-403(in)-402(the)]TJ 0 -11.955 Td [(PDF)-404(do)-28(cumen)28(t.)-657(The)-404(follo)28(wing)-404(m)28(ultiline)-404(form)28(ula)-404(en)27(v)1(ironmen)27(ts,)-421(de\014ned)-404(in)]TJ 0 -11.955 Td [(the)]TJ/F48 9.9626 Tf 17.158 0 Td [(amsmath)]TJ/F8 9.9626 Tf 48.894 0 Td [(pac)28(k)55(age,)]TJ/F14 9.9626 Tf -66.052 -23.911 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(align)]TJ/F14 9.9626 Tf 24.028 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.284 0 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.982 0 Td [(align)]TJ/F14 9.9626 Tf 24.027 0 Td [(g)]TJ -134.758 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(align*)]TJ/F14 9.9626 Tf 29.757 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.283 0 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(align*)]TJ/F14 9.9626 Tf 29.756 0 Td [(g)]TJ -146.215 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(alignat)]TJ/F14 9.9626 Tf 34.053 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.284 0 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(alignat)]TJ/F14 9.9626 Tf 34.053 0 Td [(g)]TJ -154.808 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(alignat*)]TJ/F14 9.9626 Tf 39.781 0 Td [(g)]TJ/F8 9.9626 Tf 8.303 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.283 0 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(alignat*)]TJ/F14 9.9626 Tf 39.781 0 Td [(g)]TJ -166.265 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(\015align)]TJ/F14 9.9626 Tf 30.393 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.284 0 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.982 0 Td [(\015align)]TJ/F14 9.9626 Tf 30.392 0 Td [(g)]TJ -147.488 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(\015align*)]TJ/F14 9.9626 Tf 36.122 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.283 0 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(\015align*)]TJ/F14 9.9626 Tf 36.121 0 Td [(g)]TJ -158.945 -11.956 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(gather)]TJ/F14 9.9626 Tf 32.088 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.284 0 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.982 0 Td [(gather)]TJ/F14 9.9626 Tf 32.087 0 Td [(g)]TJ/F8 9.9626 Tf -1.438 -29.888 Td [(3)]TJ +ET + +endstream +endobj +28 0 obj +<< +/Length 7713 +>> +stream +BT +/F14 9.9626 Tf 178.6 707.125 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(gather*)]TJ/F14 9.9626 Tf 37.817 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.283 0 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(gather*)]TJ/F14 9.9626 Tf 37.816 0 Td [(g)]TJ -162.335 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(xalignat)]TJ/F14 9.9626 Tf 40.1 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.283 0 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(xalignat)]TJ/F14 9.9626 Tf 40.1 0 Td [(g)]TJ -166.902 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(xalignat*)]TJ/F14 9.9626 Tf 45.828 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.284 0 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.982 0 Td [(xalignat*)]TJ/F14 9.9626 Tf 45.828 0 Td [(g)]TJ -178.359 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(xxalignat)]TJ/F14 9.9626 Tf 46.146 0 Td [(g)]TJ/F8 9.9626 Tf 8.303 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.283 0 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(end)]TJ/F14 9.9626 Tf 17.982 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(xxalignat)]TJ/F14 9.9626 Tf 46.146 0 Td [(g)]TJ/F8 9.9626 Tf -178.995 -27.896 Td [(ha)28(v)28(e)-433(b)-28(een)-432(similarly)-432(rede\014ned,)-457(using)-433(the)-432(command)]TJ/F54 9.9626 Tf 228.434 0 Td [(\134wrapml)]TJ/F8 9.9626 Tf 36.612 0 Td [(.)-741(The)-433(con)28(ten)28(t)]TJ -265.046 -11.955 Td [(of)-421(these)-421(en)27(vi)1(ronme)-1(n)28(ts,)-443(to)-28(o,)-443(is)-421(no)28(w)-421(stored)-421(in)28(to)-421(an)-421(Ac)-1(tu)1(alT)83(ext)-421(in)-421(the)-421(PDF)]TJ 0 -11.955 Td [(do)-28(cumen)28(t.)-654(The)-403(supp)-28(ort)-403(for)-404(more)-403(m)28(ultiline)-403(en)28(vironmen)27(ts)-403(will)-403(b)-28(e)-403(added)-403(in)]TJ 0 -11.955 Td [(future)-333(v)28(e)-1(r)1(s)-1(i)1(ons)-334(of)-333(the)-333(pac)27(k)56(age.)]TJ/F47 14.3462 Tf -24.906 -32.946 Td [(5)-1125(Usage)]TJ/F8 9.9626 Tf 0 -21.821 Td [(An)-290(author)-290(that)-290(w)28(an)28(ts)-290(to)-290(c)-1(r)1(e)-1(ate)-290(an)-290(accessible)-290(PDF)-290(do)-28(cumen)28(t)-290(for)-290(visually)-290(impaired)]TJ 0 -11.955 Td [(p)-28(eople)-305(can)-305(add)-305(this)-305(pac)28(k)55(age)-305(and)-305(use)-305(the)-305(ab)-28(o)28(v)28(e)-306(en)28(vironmen)28(ts)-305(for)-305(inserting)-305(the)-305(for-)]TJ 0 -11.955 Td [(m)28(ulae.)-420(T)-1(h)1(e)-261(L)]TJ/F7 6.9738 Tf 55.088 2.042 Td [(A)]TJ/F8 9.9626 Tf 4.386 -2.042 Td [(T)]TJ 5.535 -2.145 Td [(E)]TJ 5.534 2.145 Td [(X)-261(co)-28(de)-261(of)-260(the)-261(inserted)-261(form)28(ulae)-261(will)-261(b)-28(e)-260(added)-261(as)-261(hidden)-261(commen)28(ts)]TJ -70.543 -11.956 Td [(in)-341(corresp)-28(on)1(dence)-341(to)-341(the)-341(lo)-28(cation)-340(of)-341(the)-341(form)28(ulae)-341(in)-341(the)-341(t)1(e)-1(xt.)-466(This)-341(will)-341(allo)28(w)-341(the)]TJ 0 -11.955 Td [(user)-342(to)-342(access)-342(the)-342(form)27(ula)-342(co)-27(de)-343(with)-342(the)-342(screen)-342(reader)-342(and)-342(with)-342(the)-342(braille)-342(refre-)]TJ 0 -11.955 Td [(shable)-333(displa)28(y)83(.)-444(Additionally)83(,)-333(the)-333(pac)28(k)56(age)-334(enables)-333(to)-333(cop)28(y)-333(the)-333(form)28(ula)-333(L)]TJ/F7 6.9738 Tf 307.779 2.042 Td [(A)]TJ/F8 9.9626 Tf 4.386 -2.042 Td [(T)]TJ 5.535 -2.145 Td [(E)]TJ 5.534 2.145 Td [(X)-333(co)-28(de)]TJ -323.234 -11.955 Td [(from)-333(the)-334(PDF)-333(reader)-333(and)-333(paste)-334(it)-333(elsewhere.)]TJ 14.944 -11.955 Td [(Note)-267(that,)-280(to)-267(pr)1(e)-1(serv)28(e)-267(the)-266(compatibilit)28(y)-267(with)-267(Acrobat)-267(Reader,)-280(our)-267(p)1(ac)27(k)56(age)-267(dis-)]TJ -14.944 -11.955 Td [(courages)-310(the)-310(use)-310(of)-310(the)-310(underscore)-310(c)28(haracter)-310(\050)]TJ +ET +q +1 0 0 1 353.327 457.29 cm +[]0 d 0 J 0.398 w 0 0 m 2.989 0 l S +Q +BT +/F8 9.9626 Tf 356.316 457.091 Td [(\051,)-315(whic)28(h)-310(is)-310(not)-310(correctly)-310(read)-310(using)]TJ -202.622 -11.956 Td [(screen)-328(readers)-327(in)-328(com)28(bination)-327(w)-1(i)1(th)-328(this)-328(PDF)-327(reader.)-443(Alternati)1(v)27(ely)84(,)-329(w)28(e)-328(suggest)-328(to)]TJ 0 -11.955 Td [(use)-333(the)-334(equiv)56(alen)28(t)-334(command)]TJ/F54 9.9626 Tf 127.079 0 Td [(\134sb)]TJ/F8 9.9626 Tf 15.691 0 Td [(.)]TJ -127.826 -11.955 Td [(Inline)-385(and)-385(displa)28(y)28(ed)-385(mathematical)-385(mo)-28(des)-385(enco)-28(ded)-385(b)28(y)-385(means)-385(of)-385($)-385(and)-385($$)-384(are)]TJ -14.944 -11.955 Td [(not)-341(s)-1(u)1(pp)-28(orted)-342(b)28(y)-341(the)-342(pac)28(k)55(age.)-469(Ho)28(w)28(ev)28(e)-1(r)1(,)-344(external)-342(scripts,)-343(pro)28(vided)-342(as)-341(com)-1(p)1(anion)]TJ 0 -11.955 Td [(soft)28(w)28(are)-320(and)-319(describ)-28(ed)-319(in)-319(the)-319(follo)28(wing)-319(sec)-1(ti)1(on,)-322(c)-1(an)-319(address,)-322(at)-319(least)-319(partly)83(,)-322(these)]TJ 0 -11.955 Td [(cases.)-804(Moreo)28(v)27(er,)-483(pro)28(vided)-453(that)-453(also)-453(the)-454(p)1(ac)27(k)56(age)]TJ/F48 9.9626 Tf 223.277 0 Td [(eqnalign)]TJ/F8 9.9626 Tf 46.206 0 Td [(is)-453(added,)-483(the)-453(\050old\051)]TJ -269.483 -11.956 Td [(m)28(ultiline)-333(form)27(ula)-333(en)28(vironmen)28(ts)]TJ/F14 9.9626 Tf 14.944 -23.91 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.982 0 Td [(eqnarra)32(y)]TJ/F14 9.9626 Tf 44.126 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.283 0 Td [(n)]TJ/F48 9.9626 Tf 4.982 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.981 0 Td [(eqnarra)32(y)]TJ/F14 9.9626 Tf 44.126 0 Td [(g)]TJ -174.954 -11.955 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(b)-32(egin)]TJ/F14 9.9626 Tf 27.21 0 Td [(f)]TJ/F48 9.9626 Tf 4.982 0 Td [(eqnarra)32(y*)]TJ/F14 9.9626 Tf 49.695 0 Td [(g)]TJ/F8 9.9626 Tf 8.302 0 Td [(.)-167(.)-166(.)]TJ/F14 9.9626 Tf 13.284 0 Td [(n)]TJ/F48 9.9626 Tf 4.981 0 Td [(end)]TJ/F14 9.9626 Tf 17.981 0 Td [(f)]TJ/F48 9.9626 Tf 4.982 0 Td [(eqnarra)32(y*)]TJ/F14 9.9626 Tf 49.695 0 Td [(g)]TJ/F8 9.9626 Tf -201.037 -23.91 Td [(will)-333(automatically)-334(generate)-333(the)-333(corresp)-28(onding)-333(hidden)-334(Actual)1(T)83(ext.)]TJ/F47 14.3462 Tf 0 -32.946 Td [(6)-1125(External)-375(scripts)-375(and)-375(screen)-375(reader)-375(in)31(tegration)]TJ/F8 9.9626 Tf 0 -21.821 Td [(In)-289(addition)-289(to)-289(the)-289(pac)28(k)55(age,)-298(w)28(e)-289(also)-289(pro)28(vide)-289(scripts)-289(that)-289(c)-1(ompl)1(e)-1(men)28(t)-289(pac)28(k)55(age)-289(func-)]TJ 0 -11.955 Td [(tionalities.)]TJ/F47 11.9552 Tf 0 -27.889 Td [(6.1)-1125(Prepro)-31(cessing)-375(scripts)]TJ/F8 9.9626 Tf 0 -18.389 Td [(While)-424(w)28(e)-423(w)27(armly)-423(suggest)-424(to)-424(foll)1(o)27(w)-423(the)-424(indications)-423(pro)27(vided)-423(in)-424(the)-423(usage)-424(guide)]TJ 0 -11.955 Td [(\050suggested)-331(commands)-332(and)-331(en)28(vironmen)28(ts\051,)-332(it)-331(is)-332(al)1(s)-1(o)-331(p)-28(ossible)-331(to)-331(apply)-331(our)-331(pac)27(k)56(age)]TJ 0 -11.956 Td [(to)-330(an)-330(already)-330(existing)-330(L)]TJ/F7 6.9738 Tf 100.562 2.043 Td [(A)]TJ/F8 9.9626 Tf 4.387 -2.043 Td [(T)]TJ 5.534 -2.144 Td [(E)]TJ 5.535 2.144 Td [(X)-330(do)-28(cumen)28(t.)-444(In)-330(this)-330(case,)-331(it)-330(is)-330(necessary)-330(to)-330(prepro)-28(cess)]TJ 58.328 -37.463 Td [(4)]TJ +ET + +endstream +endobj +31 0 obj +<< +/Length 5589 +>> +stream +BT +/F8 9.9626 Tf 153.694 707.125 Td [(the)-382(do)-28(cumen)28(t)-382(in)-382(order)-382(to)-382(replace)-382(some)-382(of)-382(th)1(e)-382(unsupp)-28(orted)-382(commands)-382(and)-382(en)28(vi-)]TJ 0 -11.955 Td [(ronmen)28(ts)-394(with)-393(the)-393(suggested)-394(ones.)-624(W)83(e)-393(pro)27(vid)1(e)-394(a)-393(prepro)-28(cessing)-393(sc)-1(ri)1(pt)-394(to)-393(handle)]TJ 0 -11.955 Td [(some)-333(of)-334(these)-333(cases)-334(at)-333(our)-333(Gith)28(ub)-334(rep)-27(ository)]TJ/F7 6.9738 Tf 194.7 3.615 Td [(1)]TJ/F8 9.9626 Tf 4.47 -3.615 Td [(.)]TJ/F47 11.9552 Tf -199.17 -27.889 Td [(6.2)-1125(Expansion)-375(of)-375(user)-375(macros)]TJ/F8 9.9626 Tf 0 -18.389 Td [(Note)-320(that)-319(custom)-320(macros)-320(used)-319(b)27(y)-319(the)-320(author)-319(within)-320(the)-320(form)28(ulae)-319(are)-320(copied)-320(as-is)]TJ 0 -11.955 Td [(in)28(to)-368(the)-368(ActualT)83(ext)-367(in)-368(the)-368(hidden)-368(commen)28(t.)-548(This)-368(macros)-368(ma)28(y)-368(b)-28(ear)-368(no)-367(meaning)]TJ 0 -11.955 Td [(for)-340(other)-341(readers,)-342(so)-340(it)-340(ma)27(y)-340(b)-28(e)-340(more)-341(meaningf)1(ul)-341(to)-340(expand)-340(those)-341(macros)-340(in)28(to)-341(the)]TJ 0 -11.956 Td [(original)-245(L)]TJ/F7 6.9738 Tf 37.77 2.043 Td [(A)]TJ/F8 9.9626 Tf 4.386 -2.043 Td [(T)]TJ 5.535 -2.144 Td [(E)]TJ 5.535 2.145 Td [(X)-246(commands.)-415(W)83(e)-245(pro)28(vide)-246(a)-246(script)-245(that)-246(can)-245(parse)-246(L)]TJ/F7 6.9738 Tf 213.956 2.042 Td [(A)]TJ/F8 9.9626 Tf 4.387 -2.042 Td [(T)]TJ 5.534 -2.145 Td [(E)]TJ 5.535 2.145 Td [(X)-246(do)-27(cumen)27(t)-245(and)]TJ -282.638 -11.956 Td [(replace)-389(all)-388(the)-389(user)-389(macros)-388(within)-389(the)-388(form)27(ulae)-388(with)-389(their)-388(expanded)-389(de\014nitions.)]TJ 0 -11.955 Td [(Y)83(ou)-333(can)-333(do)28(wnload)-334(this)-333(script)-333(at)-334(our)-333(Gith)28(ub)-333(rep)-28(ository)]TJ/F7 6.9738 Tf 238.342 3.616 Td [(1)]TJ/F8 9.9626 Tf 4.47 -3.616 Td [(.)]TJ/F47 11.9552 Tf -242.812 -27.888 Td [(6.3)-1125(Screen)-375(reader)-375(dictionaries)]TJ/F8 9.9626 Tf 0 -18.39 Td [(L)]TJ/F7 6.9738 Tf 2.64 2.043 Td [(A)]TJ/F8 9.9626 Tf 4.386 -2.043 Td [(T)]TJ 5.535 -2.144 Td [(E)]TJ 5.534 2.144 Td [(X)-330(commands)-330(that)-330(are)-330(included)-330(as)-330(Ac)-1(tu)1(alT)83(ext)-330(in)-330(the)-330(hidden)-330(commen)27(ts)-330(corre-)]TJ -18.095 -11.955 Td [(sp)-28(onding)-364(to)-365(form)27(ul)1(ae)-365(ma)27(y)-365(app)-27(ear)-365(a)28(wkw)27(ard)-364(when)-365(read)-365(b)28(y)-365(the)-365(screen)-365(reader.)-539(W)83(e)]TJ 0 -11.955 Td [(pro)28(vide)-294(dictionaries)-293(for)-294(JA)111(WS)-294(and)-293(NVD)28(A)-294(screen)-294(readers)-294(that)-293(con)27(v)28(ert)-294(L)]TJ/F7 6.9738 Tf 306.787 2.042 Td [(A)]TJ/F8 9.9626 Tf 4.387 -2.042 Td [(T)]TJ 5.534 -2.145 Td [(E)]TJ 5.535 2.145 Td [(X)-294(com-)]TJ -322.243 -11.955 Td [(mands)-334(in)28(to)-334(natural)-334(language.)-446(Please)-334(note)-334(that)-334(the)-334(braille)-334(refreshable)-334(displa)28(y)-334(will)]TJ 0 -11.955 Td [(still)-398(sho)28(w)-399(th)1(e)-399(form)28(ulae)-398(in)-398(their)-398(original)-398(L)]TJ/F7 6.9738 Tf 180.871 2.042 Td [(A)]TJ/F8 9.9626 Tf 4.387 -2.042 Td [(T)]TJ 5.534 -2.145 Td [(E)]TJ 5.535 2.145 Td [(X)-398(represen)28(tations.)-639(The)-399(d)1(ic)-1(ti)1(onaries)]TJ -196.327 -11.955 Td [(can)-333(b)-28(e)-333(do)27(wnloaded)-333(at)-333(our)-333(Gith)27(ub)-333(rep)-28(ository)]TJ/F7 6.9738 Tf 194.202 3.615 Td [(1)]TJ/F8 9.9626 Tf 4.47 -3.615 Td [(.)]TJ/F47 14.3462 Tf -198.672 -32.946 Td [(7)-1125(Implemen)31(tation)]TJ/F8 9.9626 Tf 0 -21.821 Td [(Standard)-333(\014le)-333(iden)27(ti\014cation.)]TJ/F7 6.9738 Tf 3.971 -15.94 Td [(1)]TJ/F57 8.9664 Tf 6.656 0 Td [(%)]TJ/F7 6.9738 Tf -6.656 -10.959 Td [(2)]TJ/F57 8.9664 Tf 6.656 0 Td [(\134NeedsTeXFormat{LaTeX2e})]TJ/F7 6.9738 Tf -6.656 -10.959 Td [(3)]TJ/F57 8.9664 Tf 6.656 0 Td [(\134ProvidesPackage{axessibility})]TJ/F7 6.9738 Tf -6.656 -10.959 Td [(4)]TJ/F57 8.9664 Tf 6.656 0 Td [(%[2019/01/08)-525(v2.0:)-525(Accessibility)-525(support)-525(by)-525(marked)-525(content)-525(for)-525(inli)1(ne,)]TJ/F7 6.9738 Tf -6.656 -10.959 Td [(5)]TJ/F57 8.9664 Tf 6.656 0 Td [(%)-9450(displayed,)-525(and)-525(various)-525(multiline)-525(formulae])]TJ/F7 6.9738 Tf -6.656 -10.959 Td [(6)]TJ/F57 8.9664 Tf 6.656 0 Td [(\134RequirePackage{accsupp})]TJ/F7 6.9738 Tf -6.656 -10.959 Td [(7)]TJ/F57 8.9664 Tf 6.656 0 Td [(\134RequirePackage{amsmath})]TJ/F7 6.9738 Tf -6.656 -10.959 Td [(8)]TJ/F57 8.9664 Tf 6.656 0 Td [(\134RequirePackage{amssymb})]TJ/F7 6.9738 Tf -6.656 -10.959 Td [(9)]TJ/F57 8.9664 Tf 6.656 0 Td [(\134RequirePackage{xstring})]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(10)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F8 9.9626 Tf -10.627 -16.936 Td [(PDF)-333(compression/unico)-28(de)-333(settings.)]TJ/F7 6.9738 Tf 0 -15.94 Td [(11)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(12)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134pdfcompresslevel=0)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(13)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134pdfoptionpdfminorversion=6)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(14)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134input{glyphtounicode})]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(15)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134pdfgentounicode=1)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(16)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ +ET +q +1 0 0 1 153.694 207.175 cm +[]0 d 0 J 0.398 w 0 0 m 141.467 0 l S +Q +BT +/F19 5.9776 Tf 164.786 200.533 Td [(1)]TJ/F56 7.9701 Tf 4.151 -2.812 Td [(www.integr-a)1(bile.unito.it/axessibil)1(ity/?repository)]TJ/F8 9.9626 Tf 159.103 -58.466 Td [(5)]TJ +ET + +endstream +endobj +36 0 obj +<< +/Length 4848 +>> +stream +BT +/F8 9.9626 Tf 153.694 707.125 Td [(T)83(ok)28(ens)-333(used)-334(for)-333(the)-333(treatmen)28(t)-334(of)-333(m)28(ultiline)-334(for)1(m)27(ula)-333(en)28(vironmen)28(ts.)]TJ/F7 6.9738 Tf 0 -15.94 Td [(17)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(18)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134newtoks\134@mltext)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(19)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134newtoks\134@mltexttmp)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(20)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F8 9.9626 Tf -10.627 -16.936 Td [(Renew)28(ed)-406(command)]TJ/F54 9.9626 Tf 88.75 0 Td [(\134BeginAccSupp)]TJ/F8 9.9626 Tf 67.995 0 Td [(,)-424(ori)1(ginally)-406(de\014ned)-405(in)-406(the)-405(pac)27(k)56(age)]TJ/F48 9.9626 Tf 154.794 0 Td [(accsupp)]TJ/F8 9.9626 Tf 39.367 0 Td [(,)]TJ -350.906 -11.955 Td [(to)-331(add)-332(t)1(he)-332(string)]TJ/F54 9.9626 Tf 77.074 0 Td [(\134S)]TJ/F8 9.9626 Tf 13.761 0 Td [(b)-28(efore)]TJ/F54 9.9626 Tf 29.896 0 Td [(\134span)]TJ/F8 9.9626 Tf 26.152 0 Td [(.)-444(This)-331(mak)28(es)-332(the)-331(form)28(ula)-331(readable)-332(b)28(y)-331(v)28(oiceo)27(v)28(er)]TJ -146.883 -11.956 Td [(tec)28(hnologies.)]TJ/F7 6.9738 Tf 0 -15.94 Td [(21)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(22)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134makeatletter)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(23)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134renewcommand*{\134BeginAccSupp}[1]{%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(24)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134begingroup)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(25)]TJ/F57 8.9664 Tf 29.456 0 Td [(\134setkeys{ACCSUPP}{#1}%)]TJ/F7 6.9738 Tf -29.456 -10.958 Td [(26)]TJ/F57 8.9664 Tf 29.456 0 Td [(\134edef\134ACCSUPP@span{%)]TJ/F7 6.9738 Tf -29.456 -10.959 Td [(27)]TJ/F57 8.9664 Tf 38.87 0 Td [(/S/Span<<%)]TJ/F7 6.9738 Tf -38.87 -10.959 Td [(28)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134ifx\134ACCSUPP@Lang\134relax)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(29)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134else)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(30)]TJ/F57 8.9664 Tf 57.7 0 Td [(/Lang\134ACCSUPP@Lang)]TJ/F7 6.9738 Tf -57.7 -10.959 Td [(31)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134fi)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(32)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134ifx\134ACCSUPP@Alt\134relax)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(33)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134else)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(34)]TJ/F57 8.9664 Tf 57.7 0 Td [(/Alt\134ACCSUPP@Alt)]TJ/F7 6.9738 Tf -57.7 -10.959 Td [(35)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134fi)]TJ/F7 6.9738 Tf -48.285 -10.958 Td [(36)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134ifx\134ACCSUPP@ActualText\134relax)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(37)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134else)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(38)]TJ/F57 8.9664 Tf 57.7 0 Td [(/ActualText\134ACCSUPP@ActualText)]TJ/F7 6.9738 Tf -57.7 -10.959 Td [(39)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134fi)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(40)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134ifx\134ACCSUPP@E\134relax)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(41)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134else)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(42)]TJ/F57 8.9664 Tf 57.7 0 Td [(/E\134ACCSUPP@E)]TJ/F7 6.9738 Tf -57.7 -10.959 Td [(43)]TJ/F57 8.9664 Tf 48.285 0 Td [(\134fi)]TJ/F7 6.9738 Tf -48.285 -10.959 Td [(44)]TJ/F57 8.9664 Tf 38.871 0 Td [(>>%)]TJ/F7 6.9738 Tf -38.871 -10.959 Td [(45)]TJ/F57 8.9664 Tf 29.456 0 Td [(}%)]TJ/F7 6.9738 Tf -29.456 -10.958 Td [(46)]TJ/F57 8.9664 Tf 29.456 0 Td [(\134ACCSUPP@bdc)]TJ/F7 6.9738 Tf -29.456 -10.959 Td [(47)]TJ/F57 8.9664 Tf 29.456 0 Td [(\134ACCSUPP@space)]TJ/F7 6.9738 Tf -29.456 -10.959 Td [(48)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134endgroup)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(49)]TJ/F57 8.9664 Tf 10.627 0 Td [(})]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(50)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134makeatother)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(51)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F8 9.9626 Tf -10.627 -16.936 Td [(The)-260(next)-260(command)-260(creates)-259(a)-260(blank)-260(space)-260(to)-260(a)28(v)28(oid)-260(clash)-260(with)-260(references)-260(\050it)-259(app)-28(ears)]TJ 0 -11.956 Td [(to)-222(b)-28(e)-222(a)]TJ/F54 9.9626 Tf 30.718 0 Td [(\134protect)]TJ/F8 9.9626 Tf 41.843 0 Td [(...\051.)-407(Refer)-223(to)-222(h)28(ttps://tex.stac)28(k)28(exc)27(hange.com/questions/57151/ho)28(w-)]TJ -72.561 -11.955 Td [(do-i-prev)28(en)28(t-con\015icts-)-1(b)-27(et)28(w)27(een-accsupp-and-h)28(yp)-28(erref)-336(for)-337(p)-28(ossible)-336(handling)-337(of)-336(s)-1(uc)28(h)]TJ 0 -11.955 Td [(issues.\051)]TJ/F7 6.9738 Tf 0 -15.94 Td [(52)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(53)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134newcommand{\134auxiliaryspace}{)-525(})]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(54)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F8 9.9626 Tf 163.719 -42.839 Td [(6)]TJ +ET + +endstream +endobj +39 0 obj +<< +/Length 5532 +>> +stream +BT +/F8 9.9626 Tf 153.694 707.125 Td [(The)-277(next)-278(one)-277(is)-278(the)-277(ac)-1(tu)1(al)-278(wrapp)-28(er.)-425(T)83(ak)28(es)-278(the)-277(b)-28(o)-28(dy)-277(of)-278(a)-277(form)27(ul)1(a)-278(en)28(vironmen)28(t)-278(and)]TJ 0 -11.955 Td [(wraps)-408(it)-408(in)-408(AccSupp)-408(comm)-1(an)1(ds,)-427(to)-408(mak)27(e)-408(the)-408(math-text)-408(a)28(v)55(ailable)-408(in)-408(commen)28(ts.)]TJ/F54 9.9626 Tf 0 -11.955 Td [(\134detokenize)]TJ/F8 9.9626 Tf 60.417 0 Td [(allo)28(ws)-290(the)-289(form)28(ula)-290(to)-289(b)-28(e)-290(p)1(ars)-1(ed)-289(and)-289(read)-290(as)-289(a)-290(string.)]TJ/F54 9.9626 Tf 230.492 0 Td [(\134expandafter)]TJ/F8 9.9626 Tf -290.909 -11.955 Td [(there)-246(applies)-246(to)-246(the)-246(tok)28(en)-246(")]TJ/F14 9.9626 Tf 115.835 0 Td [(f)]TJ/F8 9.9626 Tf 4.981 0 Td [(")-246(and)-246(allo)28(w)]TJ/F54 9.9626 Tf 50.937 0 Td [(\134detokenize)]TJ/F8 9.9626 Tf 59.984 0 Td [(to)-246(b)-28(e)-246(applied)-246(af)1(te)-1(r)-245(argumen)27(t)]TJ -231.737 -11.956 Td [(#1)-333(is)-334(passed)-333(to)]TJ/F54 9.9626 Tf 70.458 0 Td [(\134BeginAccSupp)]TJ/F8 9.9626 Tf 67.994 0 Td [(.)]TJ/F7 6.9738 Tf -138.452 -15.94 Td [(55)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(56)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134makeatletter)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(57)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134long\134def\134wrap#1{)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(58)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134BeginAccSupp{method=escape,ActualText=\134detokenize\134expandafter{#1}})]TJ/F7 6.9738 Tf -10.627 -10.958 Td [(59)]TJ/F57 8.9664 Tf 15.334 0 Td [(#1)]TJ/F7 6.9738 Tf -15.334 -10.959 Td [(60)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134EndAccSupp{}%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(61)]TJ/F57 8.9664 Tf 10.627 0 Td [(})]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(62)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134makeatother)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(63)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F8 9.9626 Tf -10.627 -16.936 Td [(The)-286(next)-287(wrapp)-27(er,)-296(similar)-287(to)-286(the)-286(previous)-287(one,)-295(is)-287(used)-286(to)-286(handle)-287(m)28(ultiline)-286(form)28(ula)]TJ 0 -11.956 Td [(en)28(vironmen)28(ts.)-444(Here)-330(some)-330(ad)1(ditional)-330(step)-330(is)-330(needed)-330(to)-330(obtain)-329(the)-330(desired)-330(con)28(ten)28(t,)]TJ 0 -11.955 Td [(to)-333(b)-28(e)-333(stored)-334(via)]TJ/F54 9.9626 Tf 72.035 0 Td [(\134BeginAccSupp)]TJ/F8 9.9626 Tf 67.995 0 Td [(.)]TJ/F7 6.9738 Tf -140.03 -15.94 Td [(64)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(65)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134makeatletter)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(66)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134long\134def\134wrapml#1{)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(67)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134def\134@mltext{\134detokenize\134expandafter{#1}})]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(68)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134def\134@mltexttmp{})]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(69)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134StrBehind[5]{\134@mltext}{)-525(}[\134@mltexttmp])]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(70)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134StrGobbleRight{\134@mltexttmp}{1}[\134@mltext])]TJ/F7 6.9738 Tf -10.627 -10.958 Td [(71)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134BeginAccSupp{method=escape,ActualText=\134auxiliaryspace\134@mltext})]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(72)]TJ/F57 8.9664 Tf 15.334 0 Td [(#1)]TJ/F7 6.9738 Tf -15.334 -10.959 Td [(73)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134EndAccSupp{}%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(74)]TJ/F57 8.9664 Tf 10.627 0 Td [(})]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(75)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134makeatother)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(76)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F8 9.9626 Tf -10.627 -16.936 Td [(The)-347(next)-348(function)-347(rede\014nes)]TJ/F54 9.9626 Tf 123.518 0 Td [(\134equation)]TJ/F8 9.9626 Tf 50.535 0 Td [(b)28(y)-348(calling)-347(the)-347(ab)-28(o)28(v)27(e)-347(wrapp)-28(er)-347(to)-348(its)-347(argu-)]TJ -174.053 -11.956 Td [(men)28(t.)-445(This)-333(mak)28(es)]TJ/F54 9.9626 Tf 81.749 0 Td [(\134equation)]TJ/F8 9.9626 Tf 50.394 0 Td [(accessible.)]TJ/F7 6.9738 Tf -132.143 -15.94 Td [(77)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(78)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134makeatletter)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(79)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134renewenvironment{equation}{%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(80)]TJ/F57 8.9664 Tf 15.334 0 Td [(\134incr@eqnum)]TJ/F7 6.9738 Tf -15.334 -10.958 Td [(81)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134mathdisplay@push)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(82)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134st@rredfalse)-525(\134global\134@eqnswtrue)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(83)]TJ/F57 8.9664 Tf 15.334 0 Td [(\134mathdisplay{equation}%)]TJ/F7 6.9738 Tf -15.334 -10.959 Td [(84)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134collect@body\134wrap\134auxiliaryspace}{%)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(85)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134endmathdisplay{equation}%)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(86)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134mathdisplay@pop)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(87)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134ignorespacesafterend)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(88)]TJ/F57 8.9664 Tf 10.627 0 Td [(})]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(89)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134makeatother)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(90)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F8 9.9626 Tf 163.719 -40.846 Td [(7)]TJ +ET + +endstream +endobj +43 0 obj +<< +/Length 5406 +>> +stream +BT +/F8 9.9626 Tf 153.694 707.125 Td [(The)-304(next)-303(function)-304(rede\014nes)]TJ/F54 9.9626 Tf 121.775 0 Td [(\134equation*)]TJ/F8 9.9626 Tf 55.329 0 Td [(b)28(y)-304(calling)-304(t)1(he)-304(ab)-28(o)28(v)28(e)-304(wrapp)-28(er)-304(to)-303(its)-304(argu-)]TJ -177.104 -11.955 Td [(men)28(t.)-445(This)-333(mak)28(es)]TJ/F54 9.9626 Tf 81.749 0 Td [(\134equation*)]TJ/F8 9.9626 Tf 55.624 0 Td [(accessible.)]TJ/F7 6.9738 Tf -137.373 -15.94 Td [(91)]TJ/F57 8.9664 Tf 10.627 0 Td [(%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(92)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134makeatletter)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(93)]TJ/F57 8.9664 Tf 10.627 0 Td [(\134renewenvironment{equation*}{%)]TJ/F7 6.9738 Tf -10.627 -10.959 Td [(94)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134mathdisplay@push)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(95)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134st@rredtrue)-525(\134global\134@eqnswfalse)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(96)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134mathdisplay{equation*}%)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(97)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134collect@body\134wrap\134auxiliaryspace}{%)]TJ/F7 6.9738 Tf -20.041 -10.959 Td [(98)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134endmathdisplay{equation*}%)]TJ/F7 6.9738 Tf -20.041 -10.958 Td [(99)]TJ/F57 8.9664 Tf 20.041 0 Td [(\134mathdisplay@pop)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(100)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134ignorespacesafterend)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(101)]TJ/F57 8.9664 Tf 14.599 0 Td [(})]TJ/F7 6.9738 Tf -14.599 -10.959 Td [(102)]TJ/F57 8.9664 Tf 14.599 0 Td [(\134makeatother)]TJ/F7 6.9738 Tf -14.599 -10.959 Td [(103)]TJ/F57 8.9664 Tf 14.599 0 Td [(%)]TJ/F8 9.9626 Tf -10.627 -16.937 Td [(The)-333(next)-334(function)-333(rede\014nes)]TJ/F54 9.9626 Tf 122.955 0 Td [(\134[)-333(\134])]TJ/F8 9.9626 Tf 24.243 0 Td [(,)-333(using)-334(the)-333(ab)-28(o)28(v)28(e)-333(rede\014nition)-334(of)]TJ/F54 9.9626 Tf 142.272 0 Td [(\134equation*)]TJ/F7 6.9738 Tf -293.442 -15.94 Td [(104)]TJ/F57 8.9664 Tf 14.599 0 Td [(%)]TJ/F7 6.9738 Tf -14.599 -10.959 Td [(105)]TJ/F57 8.9664 Tf 14.599 0 Td [(\134makeatletter)]TJ/F7 6.9738 Tf -14.599 -10.959 Td [(106)]TJ/F57 8.9664 Tf 14.599 0 Td [(\134protected\134def\134[#1\134]{\134begin{equation*}#1\134end{equation*}})]TJ/F7 6.9738 Tf -14.599 -10.959 Td [(107)]TJ/F57 8.9664 Tf 14.599 0 Td [(\134makeatother)]TJ/F7 6.9738 Tf -14.599 -10.958 Td [(108)]TJ/F57 8.9664 Tf 14.599 0 Td [(%)]TJ/F8 9.9626 Tf -10.627 -16.937 Td [(The)-356(next)-355(function)-355(re)-1(d)1(e)-1(\014)1(nes)]TJ/F54 9.9626 Tf 123.841 0 Td [(\134\050)-356(\134\051)]TJ/F8 9.9626 Tf 28.006 0 Td [(b)28(y)-356(means)-355(of)-356(a)-355(\050temp)-28(orary\051)-356(math)-355(en)28(vironmen)27(t)]TJ -151.847 -11.955 Td [(that)-333(calls)-334(the)-333(wrapp)-28(er)-333(de\014ned)-333(ab)-28(o)28(v)28(e.)]TJ/F7 6.9738 Tf -3.971 -15.94 Td [(109)]TJ/F57 8.9664 Tf 14.598 0 Td [(%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(110)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134makeatletter)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(111)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134newenvironment{tempenv}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(112)]TJ/F57 8.9664 Tf 24.012 0 Td [(\134relax\134ifmmode\134@badmath\134else$\134fi%)]TJ/F7 6.9738 Tf -24.012 -10.959 Td [(113)]TJ/F57 8.9664 Tf 19.305 0 Td [(\134collect@body\134wrap}{%)]TJ/F7 6.9738 Tf -19.305 -10.959 Td [(114)]TJ/F57 8.9664 Tf 24.012 0 Td [(\134relax\134ifmmode\134ifinner$\134else\134@badmath\134fi\134else)-525(\134@badmath\134fi})]TJ/F7 6.9738 Tf -24.012 -10.959 Td [(115)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134protected\134def\134\050#1\134\051{\134begin{tempenv}#1\134end{tempenv}})]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(116)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134makeatother)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(117)]TJ/F57 8.9664 Tf 14.598 0 Td [(%)]TJ/F8 9.9626 Tf -10.627 -16.936 Td [(The)-534(next)-534(functions)-534(rede\014ne)-533(the)-534(en)27(viron)1(m)-1(en)28(ts)-534(align,)-584(align*,)-584(alignat)1(,)-585(ali)1(gnat*,)]TJ 0 -11.955 Td [(\015align,)-357(\015align*,)-357(gather,)-357(gather*,)-357(xalignat,)-357(xalignat*,)-357(xxalignat,)-358(origi)1(nally)-353(de\014ned)]TJ 0 -11.955 Td [(in)-381(the)-380(pac)27(k)56(age)]TJ/F48 9.9626 Tf 67.282 0 Td [(amsmath)]TJ/F8 9.9626 Tf 45.573 0 Td [(,)-393(b)28(y)-381(calling)-380(the)-381(ab)-28(o)28(v)28(e)-381(m)28(ultiline)-381(wrapp)-28(er)-380(to)-381(their)-381(argu-)]TJ -112.855 -11.956 Td [(men)28(t.)-525(The)-361(structure,)-367(as)-360(for)-360(the)-360(original)-361(macros,)-367(is)-360(essen)28(tially)-361(the)-360(same)-360(for)-360(all)-361(of)]TJ 0 -11.955 Td [(them.)]TJ/F7 6.9738 Tf -3.971 -15.94 Td [(118)]TJ/F57 8.9664 Tf 14.598 0 Td [(%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(119)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134makeatletter)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(120)]TJ 0 -10.959 Td [(121)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{alignat}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(122)]TJ/F57 8.9664 Tf 24.012 0 Td [(\134collect@body\134wrapml\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.012 -10.958 Td [(123)]TJ/F57 8.9664 Tf 24.012 0 Td [(\134start@align\134z@\134st@rredfalse)]TJ/F7 6.9738 Tf -24.012 -10.959 Td [(124)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(125)]TJ/F57 8.9664 Tf 24.012 0 Td [(\134endalign)]TJ/F7 6.9738 Tf -24.012 -10.959 Td [(126)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F8 9.9626 Tf 163.719 -30.884 Td [(8)]TJ +ET + +endstream +endobj +46 0 obj +<< +/Length 4635 +>> +stream +BT +/F7 6.9738 Tf 149.722 707.125 Td [(127)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{alignat*}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(128)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134collect@body\134wrapml\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(129)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134start@align\134z@\134st@rredtrue)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(130)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(131)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134endalign)]TJ/F7 6.9738 Tf -24.013 -10.958 Td [(132)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(133)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{xalignat}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(134)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134collect@body\134wrapml\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(135)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134start@align\134@ne\134st@rredfalse)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(136)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(137)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134endalign)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(138)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(139)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{xalignat*}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(140)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134collect@body\134wrapml\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(141)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134start@align\134@ne\134st@rredtrue)]TJ/F7 6.9738 Tf -24.013 -10.958 Td [(142)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(143)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134endalign)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(144)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(145)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{xxalignat}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(146)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134collect@body\134wrapml\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(147)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134start@align\134tw@\134st@rredtrue)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(148)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(149)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134endalign)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(150)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(151)]TJ 0 -10.958 Td [(152)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{align}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(153)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134collect@body\134wrapml\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(154)]TJ/F57 8.9664 Tf 19.306 0 Td [(\134start@align\134@ne\134st@rredfalse\134m@ne)]TJ/F7 6.9738 Tf -19.306 -10.959 Td [(155)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(156)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134math@cr)-525(\134black@\134totwidth@)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(157)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134egroup)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(158)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134ifingather@)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(159)]TJ/F57 8.9664 Tf 33.427 0 Td [(\134restorealignstate@)]TJ/F7 6.9738 Tf -33.427 -10.959 Td [(160)]TJ/F57 8.9664 Tf 33.427 0 Td [(\134egroup)]TJ/F7 6.9738 Tf -33.427 -10.959 Td [(161)]TJ/F57 8.9664 Tf 33.427 0 Td [(\134nonumber)]TJ/F7 6.9738 Tf -33.427 -10.958 Td [(162)]TJ/F57 8.9664 Tf 33.427 0 Td [(\134ifnum0=`{\134fi\134iffalse}\134fi)]TJ/F7 6.9738 Tf -33.427 -10.959 Td [(163)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134else)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(164)]TJ/F57 8.9664 Tf 33.427 0 Td [($$%)]TJ/F7 6.9738 Tf -33.427 -10.959 Td [(165)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134fi)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(166)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134ignorespacesafterend)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(167)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(168)]TJ 0 -10.959 Td [(169)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{align*}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(170)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134collect@body\134wrapml\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(171)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134start@align\134@ne\134st@rredtrue\134m@ne)]TJ/F7 6.9738 Tf -24.013 -10.958 Td [(172)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(173)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134endalign)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(174)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(175)]TJ 0 -10.959 Td [(176)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{flalign}{%)]TJ/F8 9.9626 Tf 163.719 -30.884 Td [(9)]TJ +ET + +endstream +endobj +49 0 obj +<< +/Length 3392 +>> +stream +BT +/F7 6.9738 Tf 149.722 707.125 Td [(177)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134collect@body\134wrapml\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(178)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134start@align\134tw@\134st@rredfalse\134m@ne)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(179)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(180)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134endalign)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(181)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F7 6.9738 Tf -14.598 -10.958 Td [(182)]TJ 0 -10.959 Td [(183)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{flalign*}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(184)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134collect@body\134wrapml\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(185)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134start@align\134tw@\134st@rredtrue\134m@ne)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(186)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(187)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134endalign)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(188)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(189)]TJ 0 -10.959 Td [(190)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{gather}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(191)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134collect@body\134wrapml\134auxiliaryspace\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.013 -10.958 Td [(192)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134start@gather\134st@rredfalse)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(193)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(194)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134math@cr)-525(\134black@\134totwidth@)-525(\134egroup)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(195)]TJ/F57 8.9664 Tf 24.013 0 Td [($$\134ignorespacesafterend)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(196)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(197)]TJ 0 -10.959 Td [(198)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134renewenvironment{gather*}{%)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(199)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134collect@body\134wrapml\134auxiliaryspace\134auxiliaryspace)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(200)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134start@gather\134st@rredtrue)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(201)]TJ/F57 8.9664 Tf 14.598 0 Td [(}{%)]TJ/F7 6.9738 Tf -14.598 -10.958 Td [(202)]TJ/F57 8.9664 Tf 24.013 0 Td [(\134endgather)]TJ/F7 6.9738 Tf -24.013 -10.959 Td [(203)]TJ/F57 8.9664 Tf 14.598 0 Td [(})]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(204)]TJ 0 -10.959 Td [(205)]TJ/F57 8.9664 Tf 14.598 0 Td [(\134makeatother)]TJ/F7 6.9738 Tf -14.598 -10.959 Td [(206)]TJ/F57 8.9664 Tf 14.598 0 Td [(%)]TJ/F47 14.3462 Tf -10.627 -32.946 Td [(8)-1125(History)]TJ/F48 9.9626 Tf 0 -21.821 Td [([2018/07/09:)-511(v1.0])]TJ/F14 9.9626 Tf 14.944 -19.925 Td [(\017)]TJ/F8 9.9626 Tf 9.963 0 Td [(First)-333(v)27(ersion)]TJ/F48 9.9626 Tf -24.907 -19.925 Td [([2019/01/08:)-511(v2.0])]TJ/F14 9.9626 Tf 14.944 -19.926 Td [(\017)]TJ/F8 9.9626 Tf 9.963 0 Td [(Added)-535(supp)-28(or)1(t)-535(for)-535(en)28(vironmen)27(ts)-534(align,)-586(align*,)-585(alignat,)-585(alignat*,)-585(\015align,)]TJ 0 -11.955 Td [(\015align*,)-349(gather,)-349(gather*,)-348(xalignat,)-349(xalignat*,)-349(and)-346(xxalign)1(at,)-349(from)-346(the)-346(pac)28(k-)]TJ 0 -11.955 Td [(age)]TJ/F48 9.9626 Tf 17.711 0 Td [(amsmath)]TJ/F8 9.9626 Tf 129.238 -111.609 Td [(10)]TJ +ET + +endstream +endobj +66 0 obj +<< +/Length1 2199 +/Length2 17102 +/Length3 0 +/Length 19301 +>> +stream +%!PS-AdobeFont-1.0: CMBX10 003.002 +%%Title: CMBX10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMBX10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMBX10 known{/CMBX10 findfont dup/UniqueID known{dup +/UniqueID get 5000768 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /EUYHYW+CMBX10 def +/FontBBox {-56 -250 1164 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMBX10.) readonly def +/FullName (CMBX10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Bold) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 69 /E put +dup 72 /H put +dup 73 /I put +dup 76 /L put +dup 80 /P put +dup 83 /S put +dup 85 /U put +dup 97 /a put +dup 42 /asterisk put +dup 98 /b put +dup 91 /bracketleft put +dup 93 /bracketright put +dup 99 /c put +dup 58 /colon put +dup 44 /comma put +dup 100 /d put +dup 101 /e put +dup 56 /eight put +dup 61 /equal put +dup 102 /f put +dup 12 /fi put +dup 53 /five put +dup 13 /fl put +dup 52 /four put +dup 103 /g put +dup 104 /h put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 57 /nine put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 46 /period put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 55 /seven put +dup 54 /six put +dup 47 /slash put +dup 116 /t put +dup 51 /three put +dup 50 /two put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 48 /zero put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{=מ7ڄĒKV"~Pr-=L$wcrlVcN &'{%Gf#ɨ_i#SXd+U*|:1m=⾝~6/aGLf#NOS}ERs{[.-jj|tm\: x8PbPh[_9t237,I2B8J0msUWQdX!??Q4eRH ]ӊ.p_?8:o:UuDZ[m^/a4l4ȒtL<~&WwLa9gPqhQΠjv)]sqR"ЯDž#eZKPHrF"tw;*l5 FF BW1S!2*`8:XlUI?[wc &Z`ѩް sdHeF'*s ЁTd9Baऋ[a$g1f\0 7aR^(Lj#!mw2#nr$|TL]{X`4.Gw|P2BgܴwbkF Nfj;d?#l"+6g{* ,SQ2&'n\`]Q:ݹ6ln0b9m],/ڨ\Y$6[+UE#ƸMO( ϲ.DL\*@z3'&Е62%+(k`D/k(ɒkpt`^Bձ\H~Y_˒c%~(! +Jvs}9qw{6sΓM &Q-p'&M&7tZ\r|5M5"*<ΕD,Lfj+ʾɝ"x0h#u[@}"փ +dIE* , j]v.tx kEYl}d.-eJ C=KD jnI"yX D|&k>ixbu?ѱ ,VszAc  G 7H`Ď'Ķ)r +ҎG֯Z~C +U. EC3}henħE!C[xxnCq##Ti.iW/i*?K`ɞ}g;ο@>Hmn91-[ tj7 3Myz,?Z@RPBi>vVF\Ahko8*NIQv94z4m n8)Db]ٞ>=e3Q-'0y#JW 0݈7\t53=μغ|[R>5Ir xhhy!kVSȮ7I ThaToɁ( WdsUI=]әM|dJ\YRGy4d(N{"l\ ]kȮ8V +A==r V^*mx(e=\ʰ!Bb8йX ֙Mاi +p)r ~1 ׏<;d,^6f,PpΨ|kR87>i e ^NҢ@h`[BF,L%mUBe*$nox3K V$[[fU;4Qjggo !%Uh(ԝ 2ן, O[Ј_\?Wt<ȅ/; "Rm®)E\rW1 ђoy։)B̊\@gJ?m Eqqٔ84^Da97 㤸{ɧZ!_`-rlُ*qٺ؊t LCg +:nbJ Lqrj5^9NRVJ7en%ϰYƕut4ƸF΋ėvQj6%c#~ O e҉'aS1e F u s^i"yw,~ C~Rƒ`,j"+ȬKk Q5IjEbT)">wv|$.4*@s? +ipb\r 9AZx; +~c/Hϫ+%Bm-7 S2*Eoq;ջ/6[ LoT F>=8$d�otu[QEU!\ސswE6W׍ Q8 < %xl& +~Bh=F"2\],ӱ@re(lF*ŊY7ٍ` pS?%i|ˋt|[b<7M=7snѪw24ׅd/bD~[)g43G&/pN%;t :p }wM/{ Ϭ0.bj!Z@< zyl)" KUmoҙ2c})z:<ۄF oŃGLyT7;$^>,Y.Fܔ%Gj,&U&S0Sg\+h8.!ɧ?4}+dC֡;GľZ#AeqE>RL K@$|DW/PN^Е3*0KƷ)}JMg"$58_gCs2C7,K՞?λ)效4 1#oIXcP~1 a^46Ӕ)jOa a ^oy^&9ߗǫ%<mLLN9y a)U)D.?9f4R2X w#_RzZu)q{ 3hSߛPDŒx)8%֗Q]9 rf!:wn; @AK ?gNq48)ďT cݨRSK:k4S};3<ʵ< SU^΋opf"5@A bq]W*VOMt,Sg__]0-GXz+G|f_r]EGaqۜgm ]Mnv(D/LbdR;G??aJVTy^ۭgm~`Z2Ј|{AJcQR qnd(ۜyoD`TJCHzRaPהxƜC@Mp<[0?e;ZT+R[kgϧa"q^b *r|::VNBOUzHbaGDH$6$4tLJb +INIC֜qa.K,ƭ >Cy +l7'mf &o1:i҅u meNπ@1; BB}Z(P3>f`mwyج]}L0qoJ 4VCBBLx1s_(\2ZZ. +G?eu8 3p8Dq,ƾ&[3M st/ϪT ;C;]DDu0 դQ[=zʥP*KCUqk#?k )M GRWI "RY7Wư0+@γTNT?aJxy~8up| ?5$[)sNd<#UM(8 bEQHt.f6֡U ǟ*xϟOiא`r/\coωS:#D=@KA2 gLHmO٘b9PoǕ +ڄOiI8RUSy2+n!%_Ǐ&X݈*zjA3?U*{ @5 ="mm9:r-ڨN$m4{4 B |C%!-7nt",=?1N> 卲ˎ$dv2@OdK'gTS([E&;/dA]Ʃ[sdՕ) c8ⴴA_MVe11?֓`x$"̑bU1@4TgTBxA f~gw`)tfec]9-AԞ~cΫX:IqEh`+ +[}DLRճ!-0:U. #RKx=Җ~e*,sb>HCfx)+hyԿS'8M+NyrLIT;m?68)U94 3~pto>YE0Jb +_~aq"-1MOϻ XmJEl( V6VUn*Ĥ?>_9. e%2:Jh#Hkd{?#^X[>4c +M0 +g(FGeAaWGxya *O=U~3Dj]*hsxl;nҙ ] 3LAE! * ;a +՝x8Yt] *!Np3oU+QZ ?mK.zA布XƦJM+<-A<䍜{liAK?Qhi!zDVuП4 $Ok1V21aPl/եp7)7pR:jW2 +bی'LS~f6ֱ*7:o?oBVKl0ܳ,RgR ƉݹKy1b98tœJ;Rp rEO/5C#:E(':Zy4Gw(lUIQPdDͷF!>Ju>4AY<,ЫduDͺb軖ű. := +hju`.[B-^|-7o*.cz2^\^QsH7g'al)eOt3 ,\V mX6_ ȮZsu,ƮJ"*#p >\\^: WP<{)C%Ln|}KaҮjd)"?:] "Ð%Va{vLKL9ф\'HB +fLos/mb@=>=~cקbN +HT7g=%bǂo0K^v+Te~nWy2@/S']Ϲ= u ^] cen'_$G2,=SmqArϜ܃.Tޠe H9<4ۛ?T"Ȉ{j'DT}ٷ0 R_y7.9*F0lT>J>곊=ޮzg;(al`zHCpnW/R^qby<@IRJduݔGo9E4G snj8x͏xg*BJ.$vV )~q$ gFic-R夹Q<~xBx>Zx 0`rUX橀yVvOc"fo_ymzQ wKҳn)nj`76g +a= D8KC-:ypL9WYaQx̞0RO/PrhClq*$5 XyEKH3P7ظ#:H}_l\~g؁cs[.kΥ%Tx!VM؊Bn1/uPw5c\. +=BT(e/!a+zH@7άY$MĄH 7qPו~@A| {`ےqHuk ]Xwmy+6(>gyO8\]̑~Ώ5;uESL/S@v2 v +ƟOIG_9 f3qsd2x_$,Ekz|kͦ=ǀId =@%+ҵG:2魻oAbKhz,-|)ak~}RӿdzR}!l&;?rVX4TjGJY$> Jp iBvV{-Zy 3o؈/ztƁTV \8|{tV`35 R@.7۰sm뉏p`~7%\UT C]ً%i$9f0)=˰1ڿBJG_bHwBf;j\:FÂ'͓'<<+|:lF`,"N(d3P9"} >k]n<s* t~B"4p% ۤb:ՊH`"x*޾y$#wZC fBl[d'Jaz7z +.U[rJ;OK1O0hmeIș(b:ݱ`S1#YĹְAT k}c$2vF5o0.OSv+ <##;P]*t%s 'CP5Z? vZ%vEԗBWWcQT(0qR?)n\q WXw*|`}&b$,А31JvG zndjK|{(-&R=O1k5_(Wܶ qľUh1qSOlX2xz"Hb ?X:s~2PTHU{)ggA1ܼm3_>6ctڴ)`Hg>&omPcj!YΨPFO"v_d#bd+˺K3ϧp@TLTP"[A>3jݶWP&` :ᥐxG# +KeMzrY8y Ԝ=#.'&>4!j>CkX|#[nI [.5&]L~ߏ3׻sf/= dgp0eiQ(]Ӛ* QBu_7ĸ]ryԎ:ߌPN/ +?gf>"^r[&"]`F\ĕZR^oC>XzIU{G/(6CdXVR:o޶ jOxmg%p/~LM '犓VuK6ClƋ`1ӵ-b`xD*ΒS86`u.!EÚ-2lk Cה_lSD(a(9 g<4M7B;d&Tb7? z:ڽ aHoHj_T e*/D?]j}d\gI/Rrl뗿OQ^g";s9Ds(̽7vd1; 97+~f{EV"[pf@ltV**VJ_o6R9opr,&jWl{ދp5E&FȾb†`q^0A!w-Ȱk'!d3b: 6\ݥaݵ%(j臗/cv4 U XV]&̸ - ̆ğ xY=ԑ>~0y"\RJPKjU[c2Y?zm1ٓDT }sd|SӒ%iin#1?꒳$"KIDxyCZOt@h' Rm[/Ǡ4_БDuY:?"t"t[eM@A k{Ջӛ{jg-ms *uڒ?.d; S=._xEbbyCkRLrq ly~N4ZNZF[uB3;:uZ<d{EB qv? !9t vu?lWR\+I(Z _Vyw?KG$;V? \"I8< u-QQ ۙ0f4걼JGܖDƱ|mSk3tuvpdN_F')8iCr9>^C$of25? z|M5ebdkD*c'44 +eXE&r#45 +1,~ Ĵ\bVR([ eWo_Pә"1b|JfaK-ĞV~XG'_jYRn`U&@]^觾DL~ As@; + xY:SƉ*z?SWbUċ#so씵B{eN143|Ƞ41MsW䥙r*ĩyq ٣9h̰{t<<>#ℂ`JcWtB/1ʸ(OOU{ip#p]B*MU7]| ۶}gu"BX'í?8gG?um[`G;7q^,p[ 4ؙ_u=wҳ D +JQ'79as +]q:7;k}¼ d?My4O!i0w˦eKǰ91 6[ؙP[7[a+2^d=:!1DS:8HUQhtL꛿aXYo{Ō*̌ڪ7UWݜXTi\Ta[/&v٧P8vs=LTNy9jU柭˵5Rpt,7؎27,6M#9ߪ9b7iDzMk .2uk+H&TIF.5Vk%\M̤'.-M;I +n-Tjʯ[Gk| =IԄ1r_ctY:=pܠ8V{FlV#ۂ0E ¦+R6AdV9p]8F"vdZ'7쩫| ҶN \M1#3kx8FWBV {9IԒ̼vp9 Z~-6԰Bߥr^ +n% +06( P2Asz4F>\R!am7;v"ʆnv_qbFizfBl <j-"1LT'Wnz_g͟񞦰H|Z pMx=.rB&Ӷ;U%4H`$;n1'3$lmPN(C kۏ4>^CG.DdPvO 0-A?+\F. tyϯDU Z;e^2a}S|]FQ8c( 2~ᗷa^0r1רaox 핳>IG/3464'"J;t1nR7U)uSpu^p̯Xǩݣ4bhv,褮tO!̱~g%N1hrhHz-1MTrK} fEK6G(n0Z +<*< fG6TA,V^KףFYY /Ԁgy7#o|r3-":RO4^KӺ8)-VAe]5ʒ 9zYWd3nc,ZfPIwJ<ܙ3qě~wq/?{@ӟLh(J\qG}ʼ-d\Hq+v O.:O,`FO_PPg*\>)o gGmeR#}/CK6{qjP-c00o571wU=@13Ch+ʄ!]V6 1H~~-;;DHj,yL>4R@)EXY&ALD*^EJ0:aR; \fyÕ +Rh< +^F̺dD ?O)\V0 W]ɾE_'OG7Ұ,ޘ0H@9Vzt!N1=THu:Cb`ÃHhfJ\ ' +'wE(S 9O=(~$Ǿ^%j$ NNjIMe6۵õ~ i?Y*N`L0kƑdyÖej.HH1\d[ ~r,;E5)~NKn4u{"[uUƀdI:ծqvsX&NÃpL 5gg )7$Ls)y}{e69}]@|kͨ+':YkٶpM/jZ$@L6${J +3xsH;O4a`A73 h]x!mp4(~Snw$_:H BQ 8JcKcgHd~Yĭ)%&:1.4!Y%#+3;(LVԪҦĝGyŨsL[}(jw { {f{ˠUAXKK9q% w/M^o~"ތz +ڛlg›[\BUOO|wu|Gw\̋ i >djp.oX8D䋅*Kk"/g"KɄP~S8f}x͙EQ($;D& 斤wJo´'$!/aO~iCNI^Yw["ڠjގgol/7D8U|z q 3yL;jb#}%~jVbȌpU̠0Nn.FJwa^2 pvOnڜbj@&@ս%GFX49~+ȵ?-jB̡q"l3nWݐ3Pab'kzSޛQ_w +^HK⦳C5a./* +OVl5QDEƒ g<4i ӎF=d`[Jb=1DL_&%ƚ,ȤOK{@̜l ] :\W-؄+'_~. 10nPo4d`4D}S E C %j?S)Wv7Hq!>W[W6OwYzL4KCt-4nf'c)Ϛck[w9V䑗Fmsܓs j&XԠAi"\NJ&Ǎ!9MK3r#᫶A'5Xw\"7no*O~8_"vPJ,5X%25}s͈p+ +򄪴D4Y>Ŷ,pctoP9|"R o܃@!k_yTįmM!29֒mtyGW܎/V7mJ[Ms7U헃ODqֿ̐8e+T"U| x08*E'6 g3nxZ i/|aS 2*3R9Y + + g80Nr橹φ20knWV=r"vԑoa#U@|+Vzd\*Uua$׬V.}OM_)ȒI nj棏f \`U$^nް.$5UW&yz{`#-~U&w#iTw6:2Rz gCJLX޹WhFR t롩u˜a3 +c@VԷDlcvNbzѾ0' r̂{T}DIԆhr-S !8`eGjP +y,߶1n;7uzl%Sh[UfEcA5S*7suQ>=&=\1=ref`R_j%V1QeSzbĸ@Tt2H:8*l(;"Id3~a$SvӣU|1:3:8H'FgL%:@:oM YoK~ٜir<]1<?饿dFp[>S@`S&eIRW<&qq!A3e6IVzu O8ig+ [zy,u+EHm&9ڄVߵ#߂I*l>/s8"Yebjg#lqeV\w% <|Mg˶-NVuW~0:sংORw箽cwl3oOGW' B|ϛ8\~ʊe4ͩ=fo_*7_@pKEB|Nx4?&r`l^{gn*HE.:UDo^˸0B+_6ur Rjc|q;_6H^&tjxKf7Z)/lEvJ+DXql:ړ7HfEppsN6e\ROVܥO]#z8ʬ0djJMjtQ ԪA&0 sJiO"v9o~V`C ЉB\lI ycI7k 951;"^i$ િV-mr‘:txrK5/Q3Ԫ kN8ilG$ɛV-I3 L56,hsTt&ު-Ľ✁ڜUՍg_}(I/%a21ʑLWVkm:Te4N X qo1f;I?&&I( +endstream +endobj +68 0 obj +<< +/Length1 1935 +/Length2 12637 +/Length3 0 +/Length 14572 +>> +stream +%!PS-AdobeFont-1.0: CMBX12 003.002 +%%Title: CMBX12 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMBX12. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMBX12 known{/CMBX12 findfont dup/UniqueID known{dup +/UniqueID get 5000769 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /KUVYHM+CMBX12 def +/FontBBox {-53 -251 1139 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMBX12.) readonly def +/FullName (CMBX12) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Bold) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 67 /C put +dup 69 /E put +dup 72 /H put +dup 73 /I put +dup 76 /L put +dup 80 /P put +dup 83 /S put +dup 85 /U put +dup 97 /a put +dup 99 /c put +dup 100 /d put +dup 101 /e put +dup 56 /eight put +dup 102 /f put +dup 12 /fi put +dup 53 /five put +dup 52 /four put +dup 103 /g put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 46 /period put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 55 /seven put +dup 54 /six put +dup 116 /t put +dup 51 /three put +dup 50 /two put +dup 117 /u put +dup 120 /x put +dup 121 /y put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{Jf^ַ>aq4!<_CцcQ%BlS71_ +sQzԜr?ktP2Òl(?69~'@2bt[{ax 7}Gn[TY>T#a1h!;`WƮk>Kj̱JzNc?^<@ qTud[eюj:JnK#2S[ŝBb?̬Mo7aa'gP:δѩ҈ dBd|IH^wMe#DD13W.J.6׮r(N #>Zjhɵ+Uw +$\WN.C(V\N¸3A?l_sMP yfSyֿb`9upPȐNur)L=uhՂD١Pԋ^} +-zU*3~HwzQ:.cxv(P}F>48zeU+Jk <>,H~^U>~~)9G-_+ԇ2miΝ1r>Z?ώ8PZm#meDPњ69v=hE_X(yN(9d5p7LZC~ld1:/ g!, +}Q+93V{ QlG 7!;yq+ JA vj/rڜZP)4f+OpX_t~ 5[RZ$ҹ=#e@K*WEt_-J bΣZdh>xNpsGLOh>o련J;J+\m +J6km9"N `D[ h6w{Ac<=ޮv}PC*|sAחfK+1!Sn~#_*]\i!Jiq˘mJ K fy*S}iGV6wa$mv<zZQ^L0NRq!*7uLO=b~_J CI?<5 T zs}uL`M؀"7K 8yO {|v`).D3K$ ,3sÝDRT c2쑃%yD\MS9HQ՝rfG^\55#v[Yϴ)KS^~nMX,8&7a d$ݕ ^t/WyϿ4QK{)=WDd>oeZpٕi-e@PLb|#p"6KLPXzbZc})%LKfO2ݮ (NԴU-eru RyTkl>'H 9т-)u +u+ld4zcLsTJ[:v?WNM* NiLffF/? ̔o_a! Bt]z\ޔR/r4MFwe5']ZPp׶r?PaL'- +c3G}T'ڡn#^>Ҡ'-ހFwMOTDsJQ{ T޾2VNsҎ%Bh$,>oK"Hϯ 2BU7'J(Ǜc1PIݐ.lQjF%jP +1zb2ɮWM+mKf,"/3~į;7/7=o-R%nJB@n6A0hRF9T {(&$߅:hMj %FVڈGv?`S::JepR̶9y?O_4:╱bEV]1Vb,"KoF0dba̟f4G^̬k({: +]-eJbc?hs+΢_sS,atyir%F3gދ&M}ۨ3Dkh`\rud>;iA_ +oF_љckNԋn`v)2ۙ$# 6{⮶\FvUW l +%x[gj6~C "^klCy%)%nWFO/My~ZqiI$CT*x])it4ZV]m剁VO)gi +%-JUƠ[fTX7/.cU,h78M4 z9:̳jmrvP# >bx_Løğ y5R@/{fQC}d~r!4ѐfPo퀿M+^',6_/W{h/њjS}Jz sնj ޳~zL{qA\Rh$):zNSJLyj^Ĕǒ)T~KZAP0JP~(>~9&åv^")X5=hN҂aNز%1v1gv?467H!NjO4پb夹tFy&{wQ[+ZJq ++@ mn,jMnEfI m RGUY8šNK:]ĤB!N?J'A.k{c㣆+/lB~z- NWWcr酉?V,d\$;tTR%M8DLsY{D#4 D{a\j;$ndʟ'KE 'p a_C1daEE4"<[ɬ}77%غk/2Ik'wblZqq@`C,6|U[2ǩ{{_W{l[(Eㅐ&K!.0t)f7lnMwX< | w2#:|м6ޡ4Hkr~IEmvb,[xY@rL'3:`A7C~X+_显R#GAVt]Dd ! 0*uzbrYN%gUX&h͈6OW2^zG iNΫyf_S">.g`B6G +BdXXE}텅eW_llQ6ioF<3ԙZN%Q^w݃{&E:k= BI| +~ڛfKikx zm 3ٳ~mk +R-rHsډZ嬪.]]=[ k5ϡu&OT])ᷬn i8s^.8{Ś߶7%+Ro3 쓶=g!y^G7O5XoJtc%+l̏Q\Ehe֊dO~fG;jrޜ5ҏw y\sU~%JDXH)-͛a7ITR'p@')f?V:^ҳ .qՍ;jypO>F4Sl$k_HTN%:5 wWD5~**fu&ٍ)7L.g +i=pXwdȿrT`'| +PͣLDENcb~K,054Hi LQS@H)1ܾ&R;0JbbeK/iVb9 jH+4/`vȸ˅bt 8~[Lջ.&҅[w b>u#_֧_6y\ڬίrEᶒFz ¥G=zs3g1$ 5GV]\6!"zqe tf1vP,+GI3A8 +EؤuBqywWwX"*[;(aL&BJ=Hr2iэZ7D5#C)e}oSATtpz`|UV a#j&"8ĶJDѿ-l (Oe}Ն ;>SBj1T +Ap=p\(_.r+RvwF9KOh'r89imJcSO]S0X1{]L#E'Jw $~UW6k;{x #7'4 xM4CAa\݅?k3q(z$3G XWؐ1Hfvô~g1|6ɓISuM7h7ROт@9 U5?JP2JuN52q?m;~Lx?i>jemJ wE;Iwpk ,j c.6^WN `_eO+lG?0ozgΆ`D fץ+Z#^!ޒ~j*p[J#^"7-[Sԙ1#~b)a㮟DWW L)5Sb_N@ xNrxj9@:].r؆Hϧ >NPT_0Dn]I UփΛCuǗxRqKd@Utbi-|nsxQnGEaj]E338p +w\wvj#s9şQ rfVsUnU*-YnS 6C{"o80?~|xq(;8xK=wmݒw|1mmW_>TO%Y׆FG:h!/z޶-HmךQơF+.K٘>]DߎKA5Y$v4r9&;5xQ1i٬LG +NҝK)J=")ː{E-DVA?:%"jJco,\.)lY8TTMF~t/Ӱ};cA…c9Z@_W3VH)X@G`&#)0 Pd4P?ڸPNN$]$ro \q=#1̝[5Hؚ(\w <Q:Q+sT?jVŸ4/2i (j!_J'u/FZm<@Z9~XhTZ:61I$(fhB^b ,;XӦM7=ֻCx{ba]ypM\Z p+]ʁP[, uƌIִ<9OXG<\^'i"]bA .F1d"4a9`u˄9+p'=v,G)Ny:%~٨M.ۈQ_-Kڬ덉>q,4؉yqD"U瀬d`m'0(n'sNVwi52wydp߳.NA572UT[-/ˣRo*s?Q8vUgH~Bb|X +U[}'ie.EM_+)8"=&Z/Mcn_f\QŐ6Y( k̈"Kl10!H^= m??+SSX~~Ӗ&B$Ow@u*6HAlJVS#cّɰy! ]G8hS^'~6oqwOXuY@m1A?[VMVTsXkz\Z&U},,q"L!Je)P%)/Ef~AS +x) +eZ?8J憍9Lc09="b~VZvF%8t3kT|\D&\igb;UWᙨ7.V+wwa|Wx_cŰ+D +gBLog%ؙc-;6G +/$:: O~m\`߾$TA`wQh  oe|U9k9(_|ۏ8r< +-ņp¹EGB rAL AYDH:'+ݸO?dP}y9hdk3@L? i_U:͓sV~AZ2{Wn @TEŞ07۱lu6zYD]l[y>rLJ1\`#;p\ ޝڙsc`8g+&TN^25&eO@S?i/3B7jl|CT#Ca.{p\{ɒILׄ9 +'& [JѠu.roX6YzR7[`~jT}ql/DE^Ȩ8GȩC6Yg>__4+iFML i%`: RLEeKQS yT۱dft6$ NEn-/ܘW3 +jU#X\߹.7XNͤX=6bmOEɯR:1(Jtc$:FC匳r૽"}Ө58Jl/RW X2'8sH<=aU*vᆴzlǢhTQXtyȩ+izV2NQ~ \m*$ .UҿWf eƻcpU+̲2Sw<19 ī_MX:Og1m3t.78 \n+*qW+%ueCCMP }S$ BD҄Yx35 ;_ToH>&nR +' +ZRԈUݒ3P"3de +h +C7? 3R`N^)Z +0H8hd@.͚9ӎnTgx2]UF8C L91vE K`yS%s(d>4Ss9@; 6#R0$Q;67Ÿ`yL:KUz*8U0i[3utՍ~TǍJ=PSB5dG/>{@@5. +>7x*X陸(S{DvrS 8-+'%VN-hRԚNz|a{tM^S7>l:qeZTI5 OўG%ooAhS[bНmkAxv*F˜Fz钄Ѻv$5, +\A# <̕"sle4MZ jHMt,_DFTpԒ`>JA[K1/u=pT8#wbW6*> +stream +%!PS-AdobeFont-1.0: CMBX9 003.002 +%%Title: CMBX9 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMBX9. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMBX9 known{/CMBX9 findfont dup/UniqueID known{dup +/UniqueID get 5000767 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /EUWOLL+CMBX9 def +/FontBBox {-58 -250 1195 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMBX9.) readonly def +/FullName (CMBX9) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Bold) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 114 /r put +dup 115 /s put +dup 116 /t put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{Jf^ַ>aq4!<_CцcQ%BlS71_ +sQz5>?Q;8F}Q|-K,}>PD +65~`dU6+[\5тqFB>ֳ1^;!'VQ!<$6jT&UVDq~`XhZwU W67$hV%tj6~h<56{O.o"Fחlai!N;/ie L5sh!YB yֻM~|M{\B3ևxYXިmHo%l)CKFuԴlY~<,&Z#^gx'6wB8IWذ~D.TP>KoNzS6=('a`T seSdDVzL^|kb=yjaI>Ř(ץ4^? 'Kn`4Q9 . `3oh~Fq;zJ50EPX*ƚQ 㗘k4]aҡpM9\l[Z)uƔT\0kebIA;/{c Jn^GkgQ0Y'ISD;A39 h?ݦbJU5zw jpJBUY{e#Fws@rISp^YoZ|5h2*لEA4W?|PCx' А4 +v0U'J#oqӉY%egg|* )SZo8r;8Wlv"r`UkL==~V +X` +UvSw;8wwH_,^~q\3[l&8E};`Zګ)HZ/I ;3w +h$j/z/^,_C~A7kpRhbK0sQrI;YD4u-:p׼V1y&EF#RdȷnfNEzfL)3xg23) +pEY%NXA@WQQ X$r d7UmwK6+2a,n9VbA:)48z>Im8XCهLFʺߦkg'f 2 z?qe3?-&1VKl/>4(5p,Jr6`pԚd׌^d';@8]mB̾"D%i-{tx*yt:`Z]K=.;TƪXmj nѹ5&.F~P]^7FoQv3:2rHS7!S5ŷISvG0;=f/bkl9d n&CO l"*e@n!6}Zjou#|)f*,E^a(, L Ah_ȪRlgYhaƐi% )m`RDӇO4;X @4chC.4Fc|E-5 OA)R3N{o`aYUrBs-15s܏i%ZY+W;/J"u;DgI x9"rwh +Rʊ~KhR^44s7M֒kL%vOqT+ovlo\+pm\gw٧Ӡ9_8i-d) ĩ#CM# h8pU"w.WV:ʠǜOc #%^oFxEkl ȃ<6wyh[$fuq%_Cn \Ȫp#vMժd2 g jRZ,xrF8P<(F`~W/dCnǗtPf"'nLCeJ59&yۄe^OI0\^PKGd@2ʨ󌱇lW/rZ\~ldB (#o}HZswHo܆0%oE=pdK)d/gYR[+7! nIw8 MF'/`6-d9Wt{`>P)$w>]{ _JJ[|aJЪCWk΢gLs 1/U wwKOwZoYz8gʟ821ZYYK%UW`ߤlP`B?1e1 t߭c`jD]< j#Sk@_6&"|  135~j5jag+PCTo+LxI@UoW.0#6!$_ȧ`r{s{] + ݤ"Amөe~]i栛ox;Ģ)Ąv{ԒNˡʀ8z +D4>uqlGmt +ZбK`4ҳWL d)yZd\m:췋s0j +dɎat@әV$Kas)~$8+\[)K9+%?< $_nRnWQ-U*up4Š[i}H=`SUPa{0'QW^t>.9Nzlc [=ˆ]8D8"QL wek\/+w^8 ZLn}69α$uT[e/DjFhGČ3eWfTf!>3rn_&kJӍne mW%q*5sIsoVgoꡯ+EƿR7ll,#4~^$)Cȗ`P{R!0K?.&V퍗#fRG/0Q Spe,W4`W16 +Bo5@.{27qGiʣTjzpGrb`Bn] 5EP£*Ӝ-f?75ko2|pwleP iאI͒wsz;SfT`De/:M#,N C@Xrٓn_ʴM[H-f4#u/VNy\#x[6§4̷,.aI-D=(Ao.Q$-q 4rh!-i vfrؠ%/^ +)p*d'D_mӝ>lC~t/a$Go@ܞ+A9IcU!}pIG"RU)صJ@uІ`YϪCuJUm8*8>B +tk1@͠YlW3[>[6&pCKƣ܉f&N0]X?TpP Y,y簢)4Ubj"fhEWdjt_8 |\YNeԭ5쀬ы; 44Ye*C#JahT+vX{\6))rfESд5hsdU[YJ*L |og9w>!>C4?m/.q߉K|8R1!>ȱ:& Kkq h!ʅƝC4k<ídqaeX&Z;SRMsh><^.9٠3n5% +YLjQA4OV?r%Lxє*g0fLjl}Xl:D0_.4w-bm!xMᑘ]&(3CXjȃ;&t]ÈjqZDU7~v|+c,%(?d: !w{άDdh + :,)@%NC%z%hS|->uCzMdf pfGs;g䂚jGU@^i--|e/ +K8"a{AR&)zm1|e1+<.P4ėnsq?+[@l*.1lktw ٲU6>u ;=v;(;ӎ27 /9#I'=iuf^ҳثb͈ȃҖsgG*%3 +c`l,!qF_qzͱEhr +#(Qkɵy;ga `p^Yǟʅưn^ၦRdY{(y@X'4v잿D{z8@XRSg*~5(*"v]Љ޶ +ЍwNA +endstream +endobj +72 0 obj +<< +/Length1 1391 +/Length2 5976 +/Length3 0 +/Length 7367 +>> +stream +%!PS-AdobeFont-1.0: CMMI7 003.002 +%%Title: CMMI7 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMMI7. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMMI7 known{/CMMI7 findfont dup/UniqueID known{dup +/UniqueID get 5087382 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /RVCXXH+CMMI7 def +/FontBBox {-1 -250 1171 750 }readonly def +/PaintType 0 def +/FontInfo 10 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMMI7.) readonly def +/FullName (CMMI7) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +/ascent 750 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 15 /epsilon1 put +readonly def +currentdict end +currentfile eexec +oc;jAw-<X2-Τ^tE_SKF1F^jNBq{y4-Fgbԓ{"WB:rP ?dgS%|'ؓw&F7JNL9VRtbT5'm\N"K< +wJv$tE;D4Vܢv{bGBH)[)Wmu;€jA݄6p`QJ3@H0lī U=Sn1: zU2!ʯ +̹6&X!d[~gݰgZTd?}*BkӨ%>Cc-AMMغ8_/99PR lf-d] ߭EU_~f*j ~`(ks@(YH詵{>sب9ϗQ'%¤^ ϩ'qT LB%iWl;,ƤL&[͓LY!L.Ee_CrcI"#5pl$#WŮV*^-ZHh]Md&wfoZ_xOGoV%i8z`<džS{(j.KRY#u㔦nR֔LexW2N ܸm {Y2rpFSf (5b4;2}$ +Cq^`Vx_-܂ߗp\ڥf6kEW1xnnXǣj?cB۬᠘4Nw7t4-xOK|.JH%͙6.jHi>lg&w|5CW)6v}42B>Ũq%~AO.bB!dMýKK!R\-9;Q +wL%jΓ~c0Z#bprg3jN'<;Tē-XtF! +? ˢ[2}+-P L9FfVݎ44 X)+g-ٱ*m}(UYđU^> ++JFd%:=gEMuQpVp&7[9qQoIVM2]aď (|f/FrRVv^ |ĩ-pxG?'gzl,γ#ACFYm^ @.sֺ>f!]JCGuQyCWs ð&ITF̀Je&-e$Vk% vl#'6 8 H߾A7]i׈3eYx/yf] +>q^`~'}`3(1~zRjAwua8#tNʰq$ޕSOO@y{1FūÃ)^FK}J.@4z1D3$k,0Ia8pPQrCik]qB~&\PTW\}'5 Cze<(sko9!?xїE[⒞J>&"B Sc׊}5DmDUhK1M)k)P%-/l|tcT _hhk򗇿ܑCl ai&k'0 vYok9&352X8r]61*EXk d`-sW㴑`\ҋ'!Fљf8Bfمܧ()"Q%b@q+^P6Au}P:G(jH*J}a"`R_tźG{M8D*R,%-R_ϢPzQkqM)Vt8 ^ \lKt7#]뢪xNAVDPjtQAT8a BEֹ_cR2vNlFޛU'y|E3YFo`]ps + %zD 6ӬɘZ\{D-pO<Ѻ}KQ&U / ;yezFLy%LgNڝnK#꾫_:G^)S8ȼZ#Ah)<\\&ږSv%KQ' 49$ՍHD0Yyh)(;[;y,EVJO-+i&ltit$ز ,}<[$yǟک+)(xq0K׽tt"/t/Mw +e7+dW~b(6Lj?c_j +]۽Vh=-(_^:`{?BU& 9HqU2-1cdD CR5vKEiV!;qtO%7Wzj~UgYq珎SWXKL2">9$:; `k +E5 FBjl|De: +AkN4NkcOq"8&)I@ +m(=[44qqZu0P_/٧?"u텶;@ 柊"b6(N}dV&i%*%5,.Vofc.; a/p%l *u"Mh6,6ޥQ>jfRTLŧ{sj(橫2%0ł.`o{N)eugB'b!)iPOYL^peBxҴ@y,4#**PY2 ❙ȀygT>$[X{D1t?Kv {׺jޜ"4%{C{gŪPi;TM"_<.HNUFؓψĈ0NL+/lQqX +w^WwQD]~@8~("ZU5K"5DT +iur!lF,j<XQfxC㼕X: %lɻq˸n +꾸a ZSMa8"kgCLԏ +"ϓl#9BMjX3ҭڰnE`Ts[ڟN՗ej.Du 2OQajcSd#o[]"}Ñ:*y0 }D],2OQ^E:MmXS7U&倧6hf@mųue[1.Xg@kQHNVQaTb8MJ}pp++iSSj@9֙\g7ۗJ>>Z aDرԎ@zq2ԗ9{Vk2`-ʳptWYaxpl$P' _f" +Cѭ%= „JqSDqNx|3N  qkUݧUGrʾҺ^PMi*mh;?2ޥf:C%%bA1tY Q|q`~ˬ/~& b07%1ӬWǻ`(]*E͝5P+ُfZK ]lʨdǓS{xe3VQ֘I+RڹD1ykzOL0P[pq)Sfif 8M'mɮӒ48%TتEB ^ЍQ+דU1<#s +endstream +endobj +74 0 obj +<< +/Length1 2551 +/Length2 22185 +/Length3 0 +/Length 24736 +>> +stream +%!PS-AdobeFont-1.0: CMR10 003.002 +%%Title: CMR10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR10 known{/CMR10 findfont dup/UniqueID known{dup +/UniqueID get 5000793 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /YCGTEF+CMR10 def +/FontBBox {-40 -250 1009 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR10.) readonly def +/FullName (CMR10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 72 /H put +dup 73 /I put +dup 74 /J put +dup 76 /L put +dup 77 /M put +dup 78 /N put +dup 79 /O put +dup 80 /P put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 86 /V put +dup 87 /W put +dup 88 /X put +dup 89 /Y put +dup 97 /a put +dup 42 /asterisk put +dup 98 /b put +dup 91 /bracketleft put +dup 93 /bracketright put +dup 99 /c put +dup 58 /colon put +dup 44 /comma put +dup 100 /d put +dup 36 /dollar put +dup 101 /e put +dup 56 /eight put +dup 102 /f put +dup 14 /ffi put +dup 12 /fi put +dup 53 /five put +dup 13 /fl put +dup 52 /four put +dup 103 /g put +dup 104 /h put +dup 45 /hyphen put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 57 /nine put +dup 35 /numbersign put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 40 /parenleft put +dup 41 /parenright put +dup 46 /period put +dup 113 /q put +dup 34 /quotedblright put +dup 96 /quoteleft put +dup 39 /quoteright put +dup 114 /r put +dup 115 /s put +dup 55 /seven put +dup 54 /six put +dup 47 /slash put +dup 116 /t put +dup 51 /three put +dup 50 /two put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +dup 48 /zero put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{x< ,-.2iRnñvپ1䠕 '䓱_r"O_t3kefBݼVfj9ҳ Yh뀸{q-ɷ}W??gw1*Eh[:tWeI,v8a<{B100Z85|}Nlw]6Nbh3E`(Eޏ'Q;eԃ/.DyL5$4IG׮Ɋ\yj9.VU5Q!-赁B9dB^oVwBɎT7RsOGA b#TBv!mWT=w,ID%'MK<|]D@2O( ݎ%#_ɷVBST#z!${l\4ĸ ;5l&!〚=(fUwAeB#30>H 'L+֓jz@=s\<=\Y$D?U 6xGQnǫi%֔! +L2[)!fXc<'ȲRP3E!-:'AJ.IJCJJt&{76 +#VH/Fgw"F5wS$|oQ<Η `~<10|;,zɴ% +oߠx0sW1Fx gmxVyѝ"]#z~pv Ũ.rB9$nYCC1td@#8kNԋK;ԓlF( ،N;d*<Ʀs9ZQ@It%[)7&hn Y'a¶T'Xrߙ/n_nJL (@ +К +N{KF^kbn~`L]aU{vLܺ41$rmAsnZ*=sob@{y !CC{c.WZ0n bpgsPd$-\ԛ&L27JBs/g(xQ,t>[8͓GsŸ:R$9]6&my)ivjWLRB^RBalx_Y:5M/j١!}`D&WȪQX$HߧtI .Y@nr_n܁ OtAN-L n?_^_g~Ə;`KB6eĶ +>lQp)/;S' ^:tJj@xE(0G;κQqǔkT'; ÃDHjsrxܖ +.>֯kl;&#<ښe)fFz`Ƿ?Ic@SH&<evn8F\V3aA!yy:+c!xbM։/f}3ߖ˦"G'fMsXWU}Yĵ^ %j!HOH͎_;臲Jv]# +$'Ch?5u-G:zHZ\%Uv z^By%NT⸶3=X?mJ-3iH@ܐfσkR.v'm.'SDly7 YCm^Gu5_G1t/ +41n_D>}p+fg9h$]@M`^ҹGK;5wIrqA3fAYiuYrD:dR At -,)aɺh9[ԧuS9KTKaX$wgɓO[xqǃyI(j5LIc}|h$zDUwY+Z:ϤŜ1le`u@|܈贚^6/y`a [Ί`ҾEwa ziLa}jʰ@}xWns0n*{l?Zz>8p-L&ȣK`> `%`ݿs?v˻^\*QNbf+ۼބo" ٧U zgga䎐uFљ<Xyݸ*g4?X2]4H͢^qLeoU~ 7>)ƤHnA7"{DRj)ע~eVDJ|X}ѧCrTA fP};"ӼK#ΑTF\^ԓ ; |R D\Ă Hu6QИ'Q3b;x#3S:jb%tJ/>ʡOrVށx]>)]l5o[F;,N&'i\NQIH?T:@FN SX0<)hW4fFDh.سT)^S-nw}, ZNEC Y Rez3\ +tY5`F~_xU|'XLJG@U6I \>:V_>զ9*I0}ӵ\"{3UzuFf٤Pߨ)E8Uw)gq:dj#hq so -@ +KG7"|QЇ Zzs|}LմS:fmA3S 2=[dؓJ\ܳc|tj1ƛArѮJv,K| ϕVސ +Q[^9# Tϝ̖\ua2SU;}wѧ ]*z24cL4$2Fw<`7)_ 0IZlf5\t~V= ʼ&3VYvE9c7xX y >}ķeĭ&ne4{YӠاi6*֡gCVj81aG[QU XW'~7?7KO q*!Ptx]ԩtn,@B5'{u^߉t|jMZ5W@\%렼}dܠ3 +Gxn=;]η{@xɘ2s"4.ī;sN:6L]I+T\)! {9s<޳ߓvTy:RW2tX|%"\??MTE $Ⱦ Q'=qRx5;&Hh|\.jѹ0C"l]  +m%B&?{Z3sNنlj?́3s.uc1"xPe?uW]Yļ bcPETQje4Q{/4aQ30;1M&ae}Fʫ|SGȑiM'~L3b4Բl_ qwu +vQ"Zsϳy!rWj&:.v(*/gI].< -)߄;jze} ;Iv ʋNT bb史<5ci3_%u> +ZQ$OsnT?Ëy#sD=/f<ƒsS/_Z@"^.:a$9As-yF;uVGDuZLIg()vwFJfreJ606ޔS'd+8:FJԃk 8ٳas4~RoSiPT@d,sq"Wv.%9\(lE.p]_,'Rr/$6Oϖ+,n?d'U{I0;Rc%}IBVQ6bK[ %M1bǕTaD{8TMњYB-{?ٳwha)#I\|i$$a +]7L.)Aɓq8{:nffFksH(o5h3 O%8S>)p&ЌܙHf7ljkn~քc4ŋ84WͺUӔ|e,_JٜBOOGaN2p.t8 lu`NͨmY0#'WI2~@  ".?|_]YU%S[ClQt$8]"} 7/!x+6,[yiQ^|4O.EL1 IZ$"Tlb^7~}%a&9m>蝂b :ZqX8R߀%,rݱIԛBiHРlne 4!䏻 XyXB«<^]* uMZF Eʯ[#GdoʜiD^iB{;7SJ^bP1^FFDi+ +*&8/\\H!dE#Rfy m-}.˱m\"+n8%hoN|{ "\㽦Qی Y+2zxP <\R>=^h &k8s*TF1! cn L7O* 80qz#SJǧR߶K)O7Ϥ ^6Da 窼v' ̑.Sk'gng\Np&)+ܝs֞j_(Κ]T +;H%S7P >.;D5uAo35BluPͨl+᧩PA5pD^9+@<%0]=DYUuitP_͠[ux+bAW'nq[z @he = SR`G_A=ߙnqd-k&S:]oUZd0r.A *XV}EB?*G|%|CE0Զb!N M(GUT)EVQvJ W?sBVP+q"TAkqDD~'Is8C;|lG5#=ݢF[Ip!Y>zZ5aV ob;:jXhT@7e]I.PMȢ!]p7P7_VƲy*Sc>_`Qb֐cN+"gنP= +vMc@=4"h6'ġp ^>Jz6ePX®]Zh'Zpڏ^:s O C@HkPoW[;'d-d88 %$2@-g#BքǍmu ;~> װ!-; G?:'Эdz\vBS LP2$~CPWAh +2xx'cdn.wS GҀK[le +pޯj;iK`h"Cx?fDR_,?)%G):ᮇ$N.>Q:< +t0>MG=W,k?)%[29yXD)Wt=pqJ}͎XU.uW}#Y䧪E6E7~b~fFvD2P @wN0noYp% !0-CaBm>dpOxKَΕ0U'Α%n]KWF0sz\֪8h<Ѯ1_>5T&2FYE3W>{$?Ϗ ccYM +}.mXFI EywrLU-GlQZdF낇:d4dtvӤ[9kj|\GAj =s ݶ$U'{ϺD0)Y[z՘)О #1U&Wn8n{ GN6}đL[Oq'k[18IN(Յ\97=A)BG}c.@Ѡ**P?1?NX5e*DKuv1B($d2v /Ug@D2LPx0XX`I&n}~=#N$cnd?yX;öTluMBu]aI:^ly~;QbObvQTuD(hX3JAc!_2Yp ʪ=+>Zکɚa9^0;7PkjPc KܿdK=Xq-{F !Dl3~}.hd]m[9D|jAc99g)w.('WԈ';R'ʼngintַ[e(wOS(u'g4{HV|k +Y+JˍsV9Q7ԝ0_jrnvNI%+H(Wc*O1qme(74Sgj,tKe"MH΍.j%t:br#%]EBY϶t-1J.%g&BOW1@ZpHdO[2)+L(٫zٿx ^'9zMݙ w0hk7( bsCp{-7,IIK_lrR Bﲺy-|->Mͣs14iLܖ'vLkWNen{#y4װHN.V(BB$DtH{~"~֋Ai4P%K*>ڙ,ӣ5#$O +g͂#T>Sb RqsMͥC~SU :+ћKFTYa1o` +W-hA1'qom0P-\.mx `}gNfiC= 01)YF)VU?;( { :P{G`ʬFś$md~%/>]oS%W +.s 5Ջ _GxΙoz`t(ܼP bxe% Zdo+n1L[Ch +Gv Ti/O<4{u {@snv>CtRGkA7A#2X=:f!4Ҥ,mn=$+T1=|? {ՉTlc*+3Ar +5TE 8G%]F8|y#2OOy& 9Z,Hk' oUo ,f!5T3cׄm$&%4aYgZ56AWYe0 .!k~^n8tr'K{\"Kҍ12 ooWǓ`ч(mGi:WՇnfF(6w@i7]͓$uӶ(%Y#AV,rCia!?$8,֑.&bb=D /rXdhܼ\W_ћkh H{rBP0.'|*P!%mq:*f192 `fF53 X׻Rc`T%v8BxzMAӄ륢O8 84b^N΀8Ib6V99Gڥ40t%_j:MQr^XHn S8hk>"WG6/V薮DwY%K< PD k/䃉V <ݼ0)knYR(iS(lҞbu<Ґvꃒ iVӏܰ.njMAǻJ8OʐzNݫ{/Q1 {I1{c0gͰn赃R.^CwAZبwZ{l-f\RZCO yA-POuU̸[ +tt Mj~kaWG*\Hm$ +XaldfJπ"+'w{t+7~D eexxniTI>(ﶕ'lL]h8īOf˂/AKwӶshH{Fq 9UvtMN- lWjIJD1&xP0.Rmm u%Rs#ﭴQIe6(Łq-Q\ +}OpQ~Iiis pF+unL1M@п4d:ttiĨRj+{8եb3nE}+-P1t0 L~@ vmCl3J1A4bYC9&_R +'MsdZvF@ :z +iodwJ<.8).N0Υ4G'Gy9M09#(j:e,nYAJhNőrvtr]zqЊEGg֍J u2Fܝ|!ZU_>e\YOIGT Q>)ZX/ְFNz0Q<~2@F-7 q<3B"z-`oo$3~iud([u+>&"B­YD2 `i$=QiMk Ϻvb {2u^G+C "pHj4 Xaf/JDE2JMV<aĆsHGg#Eg2;İ_~Ȥ|s< k7`YoճZdus{|9 \0~A|7"Q߼S!Gv@_"K1X{MYNw&0eq%rT=}B䀱m?Z* T~KNxbw <`yY1(w:Ī޾?66ɬ&`IͧR.囦a s?s|_pnR[E&tAgOKMK|䪬 ] +nV+vYNLY#3 _T9g^p@`|rwudBD(w#^Ԧz2"5QN&A-\ϔp;רp8Pb/ /RBJWel%8Td."u]{ ty^}AH 7){\ +OFⅥz(e~#y9M۟V/p;ϔ4:'!U ×IX#X`Wa)t] k%r5(@!B%ґbEQPkaFWܴ&Rnzy?]gn- +"LMk:dG(VgD$alqwEau!#U#;rlqgtr]fzmcz++.,PLsln(D~v˟ov4V4})&?LCȗa< NKęIѰ%jsE+Lw΁7-ln +/Jbִ_-Dh ޲dǻ_-{i]MO. 9R++d +1ܬO$y`27MFh:n:+$XOQ5`` ]"rŤvKRC4a3 Smjj mɦt݇ЄyvgDa5PrT {tb('&M@*xK8 Pח`H&0'M[oڡ[M8./qX +-r(46, )]耻(W XWpW%uM,2u&h/^Amd M7UagKHMPVԞd⤯ _|@"nYL +p]6"BO(g>Bʭ38ޜ13a;>ꈘ~{5_Kʗ]$eXaH,aG|=+5xHJgBlY ת Ʌbd|1L>`o(m00{9N vS.Fњ1S5OkCĉir+v:C#{B62:.F>ؚզ'?a@'O>9 B:58zFy%^džK."+]: ;7?LJD'LrXt +J8SO4}*Wkt3\*Pz +w@]e_Ϻ NH[h@E9`#$wq{_^NΘPwd.GDfZYWzS0m[n8ptjl sk{l/@ㄋ&i\0[*h]fnޙ:WD8x0V z-u$vI] Rià1IQG,2{qvWIϛX ~Z%SK0&csH<]2 ~"jc_. ckS^R0-'X"D]Ԉg*QdUݾxŞD ҡ'lӋބi6nu4Ӭ$kA`LvF"uŮ"Y1j/Zo:k|9ɊeLcܼffJ +UԃNI^;d@5"t^A:'5KHl&QN_$YhLR!oFDѨS>렧:vd?6,3 p3`jlx: "pi<\QHJI.Afm!\Z\dGՁƟk0| ʐ(@N\Dz,rYVti)OX D=Y''kb/(2q(-OiO0~ٳԝĂ:y γ*Y.Ԕ,-PS$n642RfdP,6hxNU>[ɼD@Fn!uծ+F H&ry|@:@~J=q`4GN㣠`fމŤdK Y?f *WOXaK&YF87N]njxNVrڈJdW0^j֍}l9OS@nċZѷ¢g)ΰ n +z]&_K;k (Q űR2OR&p`@y $h݆g*'bBb'ͺ)'d _G:c&rZ,^7NX@ +zE^'=a4XʔM3@*MK _Fݑ4p~meי6B5 MMȂ(\0>#5*GO;|p[13A.F)gFy'= ZrL MP畯 2{<e̤Y}/QŤwRDoT$ru@RҏBї!WEuQ>.0e% 1gP!WsTQ_>u%uG* c,t+I:ϲFetݖӫeӲH03AkDW@߹5 ++i>ArHsZkbnxFYק/'D!N + + lJͫd#>yX̮w:G8 +g!f$ E|SH[5,Jt#"D˔iQ}f1}/WبoF-HfQ{r˸߈'o,Nh׹`';ߒՄZd/'m~$Rb/H]g=5ٖ(Q/}Taأ3"]-~>=M)ydzphҺ۔#I)a"An)A/+1$D og%3Qf6# *3ZC5Lєpx4,M譠PAL^$!‰<T"'Yjx~AږÖԹͱusj閃|O t hy#{Ԥhׇ! :|gIe5Q~MW!9jnFJdIK@c~ҕy?؝LV\ξ|c*tm‹9T@C )zaMWMw$"lgcy¦NCGz= u+'2;nre?M ^#XDZjVg9KH}dsѡAR2MC91[_J8:DV}&sw++$tg{#pX l|uq"BEl 'hʒ!㱢vbq앖Ζb +'}ZKx:=4ݾs'ń[舆o]`RhSUӱb>NR]g{mɓs1BCiyQV|{`={6/q(~M ǘa ,,ˁ$$`c>x +wN=t/&3W~Wv,fd@Mapϭ"#`3`RThϯ '*TE] +q`a$HL>x8S"t +|9)8;~d`x/,nUv4`bIe^Pvaiamt/tBs[5 wj.TQf*OF;.S\}QX>{=Z[ʤ-BX_?$&BFqC ][D੭:5?2W0$A1 JHHeYu^#\{J,ηCx.,} +2c#= tk4o %- {9TG$!)hd>LǸ Lm[WAyye4rmcu,iXϷ`["88j% k.uAs|! 6ʄ]Z'ų4C3 #5F,]j=ѭ+QmRw:H00B4 +t _"X3ڔOF#tULHGZ1v3x=}G += A D%F[(AX˘had*!}pDĩn?Qp2PcR~E,ЦhT8O7I@p7} k)ƅ1ybQ]}ԡZ"3yIֱ9S bt2 OFRL,"GuyރI%4qY܂Shym\+H 3dLߠxXs~ةVFcβG)3Jit'+#Ef4熓L6Jy$Ƽ+Xv™¬'` lɐq?F>SuOtSf`J_H3Xش_Nb/VvQ㼚}BV9zU|;QDe.oϙR^x4Ag 9L/mWH_r3͒euQ_&&txB1j}㼉MLy9 GCrp%^ul!5FTBh@8A;gˁBDO\决fGmQ-O~Cl-zbzF<8hs*75岗W7̍qПup8!?vV?i(&ľ^)՟ שf̜ml6:'˒fiy@ԿVA8'HFOZG_tE͊ʊ D~"aj"KVHƉF$Pl5]j#RE2:J(jP9miyʲ& dE/耙3HhmzM&PT.gњHlzn"iEHuĊ +v (meoidN.6^-$HmgO2Z܆A&/9L1U);ee΋w޸Zi`q$3K9DjdEӮTR#-~GpQ9Dжh|4,zvic.9zBݬ$ +|(r,s0Vgq{n;G劵eKֲOIMAɉzXǢJPЈ7KWS5Ti­^wN}t *yCxf./}}~*.'8J[p]&MBNf"1"dZ$;p1n0b.oFҒЍ6G:u?~e]kFQ-un>RTx3mߌTk:E _xZT_ iQz^2lYM<J闒l3̡eF`x {Ϡ1W!0Vͮ[sLt F,6z}I_U-+$ ^3b20DWN^NF8`.!Zhhu;|fZTħ/kXֈ/J d!A~8:Hɔ̱u*o1|ѕ ]Yb,84at>"q"ehkzbc5/XSn{#8=1FihepL OZ% 5vE4bqNj=-Hf;zXޞ_tp+MNqG c:"AywyAjOtz^d`gk|jU#;)п]]Vi9V8 oV6DzޠٓŮieldEx\`EY }DG,U.'hxӨ1wJVQB+0Ól9dyvyt\A@Ѣ)n#6a鴡ʦ{m ke b(j`S샊HÂL<),R,g][fVk"^4X]s#}W#Lʽ&eͺv{}BFzgPyfhd1[> +stream +%!PS-AdobeFont-1.0: CMR12 003.002 +%%Title: CMR12 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR12. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR12 known{/CMR12 findfont dup/UniqueID known{dup +/UniqueID get 5000794 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /KHAQKJ+CMR12 def +/FontBBox {-34 -251 988 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR12.) readonly def +/FullName (CMR12) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 68 /D put +dup 69 /E put +dup 71 /G put +dup 74 /J put +dup 77 /M put +dup 78 /N put +dup 80 /P put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 97 /a put +dup 99 /c put +dup 44 /comma put +dup 100 /d put +dup 101 /e put +dup 56 /eight put +dup 103 /g put +dup 18 /grave put +dup 104 /h put +dup 105 /i put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 57 /nine put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 46 /period put +dup 92 /quotedblleft put +dup 34 /quotedblright put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 50 /two put +dup 117 /u put +dup 118 /v put +dup 121 /y put +dup 122 /z put +dup 48 /zero put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{r̗m1l(zNRr^&%:(/IߺHm!4JxI7bs,OiOl75R 9z(X*Rhn5&g\c9`EgwT!xIJz҈v*lcoƿsdm^%=谺D +u9#3P _] )w +UA8 HuG:DJ(W;]-0<.gSB NlZOLӡ5^9:K*|F +{É ڇE,q>j0^x떲Q'X酉i ;yZPt>p1SV}:ުad0h{JA)Θ[ U=y5pRU&0'-8tIAx*̣$!gRHS;RVU?!lM٬2gO.T7wϓ)?CߠVb7^kJ;c +N* ٍG|Ucͮߢɨl6h6[ 2ߵПZvUlP|%)VǸm׫=&a +Js_̲y|{R6ĴʗB7jIȘ2a% @74 @4(.= `h'p+xvX}?G3D:^ӟ*&4prx5e^hk@S_̎Cl^^}ڶ-q9@e @|wMrc9P(TkruY@MnuW`%?Q8wG3g; dlo 2 Uu6C֋%YT'Rjo1Mn}L+:O/`@ӟӎ4J +B $YaհH Ag0IQ<;v|<6G@tqX>ɏpI%(Xv7}19lAKڮ6]+l_6'3`k*T (]65R-[(EAJ!3s:e*Aܣ ZEsNьmcЪ..> ˆ>Q&x̹znkCfqW-ٕ6qo*p+.gjlZrht?3:2ty&F!w^9vӐy*'ImtӮ:dN#LaRx!d!R *9SDdkb$Vdž^t4}h5eHNrHI,O6'l +NO#xa OTV-(!JZyX !]z@. 5-DL5_rHqg/r秂gͯP%x d꿖xAcŘʺϡYd(*:od`AMPb-nt]#lg&eb5d*OE 5 UThlv9_)$pC+(M ռPVOptcC`ՠ0IJ85YA('针1J ) =n?Epaq\')_4}KY+d>^cV60EZt,)ie Oӟ5ni8B5*Ƅxn@EDP>e$I^na Y>k#w?p͓t!_1 dr{d ,@]+ضCzn{0RUK,&Ձ\ƭТ1LB#Jp0 XJK7ZLD"afI1?jt'8:/(IGʵ6 <+r xj=9zI!ƶreGNXNpA4Us]b;g-L:/ڮpaؖ:1xǔ`V&EE?c CۗǙ77-`$Mv|&sČ 6X!g#ndχ[w䄁n(dَoo_o2<ݻ  xMI^ +[$dDTZ jķi|O.E9wbSsBz֚ȴ!2g6bcrۑW1A"nX14nKOC-NA=9g5=W^x(xڞEt8}NIDʄ!"]}FET2mRi< r3a0!fS&W{V_ ħ/Wc + 15y8/ V㯧٧򁂝*^F}#? P掸-~m~j𔜒FvV K.\'YƎZ|9&fr7ᶀQ~n- L5Q/[[ORue>G zjP˯,jW灔Rڮu7q jml +3!9ri `u8!5$cUUO;~}ۨd>̖ glUov+"Q%z=$Uu<J6RGʴ̇vm%û]=PC}_2k& ;eG7גI0Qf/ e!S|2F;֐n3:Gj)~kM'AR>CM^}]dLBu(w& GJ*ԾS0|CxoiNK@N@f2ްir7%x478˷턀Ȣ5k~:Dwp";jA `SR\Y.wNCky~uH#(8N7 v/I g;0Mf{ؒF3 SwHnp}D0yafA3?E.RB偗cU|O+U$r=هn5`̕,/^r;5?9>QNGZigp={_ș0H>(˴uWӥz|T̴VIMf*ߣ6c^֟}@_ϷW&)#׀+$ɐ2i_Bzv`]C]c+老ь*M0\omV +,T[a'rھٷ=+.t_,'P)Чr*4Wp$ U{-тB qڠ +a`O|qd3ú$/|MR-` ;6M|şg~Y u[l(oԁglEwք+pdڳXlDXuG b2Me *eiRXx8AEnS\RyEƒjT91Pr]T|u0zWMS=nkčeԍ,AFk/b\vI QDksh>`aP(~j%P> +GWlL?ݑ&hu&A$%9c\P "G(" z+"ڸVH1GڟHxYTҫs-pSCq: +99xec]R{zC?yOS.+T#``" kk2A>&^Rz=f)gjAݓ'xbBPd<^Ҏ,!ávm J!*5ҋ.5(K>++4y@B[Y -`͑!-|RVMr6 d$jwe(%.`. t +`n1h nzeR#nmOنwwOu*NkxcV9Hq82ɤ3՛.S+@&\]bWߡ!Nޥpa0fln +ED pCr:Q=̝W8{mCUط;Qtߪjƚ|YQ4C<ZeoDr%`ʶ@B>:o%1+A%1{$vK* 1u+SpĊ))2"yLo)5 ?=tpB,RbIth*NAoٟ(/'J 2nbqʻoHsTV}1a^/J!F揟b,%uΦ*}M-8py|/r,gZhV|ȝ1xAStW[*V{~(F#cyc f]ٕH2{+|\܋~t~FNmn? +b}!B,ĝotBqLi̻mˮ%B:GKh[޹=NDf.4_Vt]@o|o _֞ʆ7dz @/ +_o#פ~<+SI|{}2٬۵R%jݧi!1g7y&`Tv9ۚuOW^wC0R,{}f gIDh>L$r3-ݛH%5G}r7SAv(>>LNز +. +i2g+͗ڤliizfM)ڰ7wgsar0rw.7ANZG>`c?;ÿO_˰%Yd6Wt$"t=<:cөi2~DMIT&X2ѭ( +ҙTsQ&xW}40 +wu܆l$θB^0 jr6Ҩ{x?l|Qz|G ߉;;(t|@&f}d2JIknIiV2$>8R<٠|HwRA@<ғeL(pBJ%;r[عK|F1G11o96|E^͎ݧ+4ln߳3:h`Lf6$ %i͔D&oTB맯AD?FJ\q_7[_E +74oPa\BVT^0&9&%g䳕8xlsxh1)'O#x/ڶpKЮjM (xg6鬊YM1urC[ub0T??э&ҩ}4%t% uxܤܬ0 "N˜pmS`fstAm$"&孠0밟VřêײO Rd5g]pafV;c!hleC% e2'l=#8olmB֐UNu#,f>q#">,.r%&ثs[3]^-"ǐ|$jv6ǯ?1JR AtVЈzW{H4b!vM^ބ{~?'əӷzPTRuθuEg4f e=yn^+*1דg'+O֪zt=Tȋ-s9"L&e j]\R|3' JL}vɞQax/4OwؿNk$}oM'lԗ"G467(qQn/PFCa].m`5oV%Q@st=fǛ^UA_?1F>tvm:m8˱I/͠jL-2Wx}@2} ISkBq<V&H\L^feqf᳌hP#Uߩ%e#bK ]&ģj/r B> L aanYlg,-҇~ؤ,irfWy +أ]inîC,!dÿz"Um,/UP>&HidGbD_ 6*ٛTIW<9,!fa pЉPAQN% 3߫)w mkSBkI.y=sG"K~Uch><+uoJvq= .m 0vT[H n- ^6 bW} vզK@ٞae9K,T=0eb{8BDF3'g.~gKʛeG~۲L,.r1P`5Exc#q;))g%xCVͼ7d:;'Zwo@V]H21p%زOp^41̃P],RbhF*Xڗ,&!\vR|lZ| UMIJϟ#mGjvs@ߢqUf QyL&0PܵNM|>bqh"tXvc +LߥSTo̸EesQ{%['~8. +Tw5$SSQyG@v%m6Ov⧆rI0G(<{|s˺%ogS:|"n' :䪫4_ #$f +Sҟ!N AΟ$Rw.2fϙ|3)𣩤@N@7j^U0tDw8ApQڙ(}^ڴ!~z8U8K0S !2?e4,S<>Ѓ>A譡]gi9p ` Wb~K2U^hA.gm yV>Bmb["A3{Ԁ?%ǜ~OdɗPx%qm'3E/n}XCc])r;|f۷S2b"KL2: 7,XvE!D7Z +1Ƙ 7P{ȀY[~Hv/͈w_rݭg7MIBzHs垼;g[=gn͋{}}GF\8밳=:ڎA3b6DK<7֌KEd8%\sH>]J1zKȨdOsLQؽ [f~b +K|!]nFɬEzPXf‰1ғ;5 B䒭@_*DrW5QNYZd$[IJu|ɘ`awh/~[pOE{y%Iʃ쉏ժ2SFu]@6M}ۮLkdU4[f%A"^tPPnܖ-ق+xhS%u7 F!SF+C, E##us obZO*t1n=,GDVHf3F 1ЋQ> kE碌s}p˽X]vh<T"eC" n ^XZtjW9yu Η͋TrQY+]ɇq:bև(; Y 'qeB\PR6+hg](Vk/pxFGJbtR 5\\A˦ʻ!5Y~:Ѱ t6&ڋ +),{kT% 8`xw)"鶮_]IDM;޽صZa T,kZK_β&6 +5ּ9 G)ړFY螳Q)/kfF +]M{^3d+(he@ FL%[mMHsJ&g,tC>SƁJex)tl53=5cfJ1e;A/ˁûfV_'hIQW4 &b uR.T@ 2 lLa1@;MJF$?م?-O5' Su}X0ͳВ<F̗-a5?vWyЫp#G%}I&5G]Z<04oi`" z"l !`-O+{X%HwԕVc֏K&D8ErE(.wvA&݀ir:CQT n +OAbE(vKXʯ*p.Z\< 1/ fIL¬ vjOE9iw­`\5MYttbgU4rpk1xHaH@E 9d'jk&Exh =,6&ʧ4e ż]W ym1>bڒ + +p}g&LZ*83}ClLr9*20>f";x4OeШ'lå.Y.A ?KnU(~%7$025txQ>.HFXUG5AB0+5`_9[xU68{j?8.vü{?9$-J_WV6[LSkl+g#h (iV`k=k$kn ,B;h{eT|Z-(HV$y4z!>60de.|ևӼ%!w-DdM'-B!+Ԧ~TaL/\N5 811M4h{A"f,,O.|k2TPTbKDu];Y};fK-! + ^N*+r3j=>ަK3'`:65^^%hi}ڇA4}^2O{L +9d(L[,z%D4a- U_Y%A K +NFԵ%#ٙP[rD_ۓ%56d5=d>a2ԄhKʇ +>i4qz>謍~i+'L̒zVIGx{ XPt1i1#iEM.2U ;̰u0cϤѠ:޲Nd/ܮO޳~{RJ%XR]uT!"ƽzGtȠtUWݷ #j/veenq.a6wêZؽys:#/SSI-(g2zU6 +e2p1"rT\ +ORkeM6NAVJv{ FE'wG%QO~VgtԊi`n`a6P +*f⭰R<_͸ +F|ұm7t3HC#)!4gȔT 07cz.IO$iC  BNcI/U'dfZf&A5A} +svnEF}ٔNh1%M1RH 8g}?-l?qR EJ'ȨCʹ&ŶSly7VC){  DW Mіθ=NltdH2C`77 I!ƚ˺ ^tH~j^gZ.oveUgC>'L968e8(,{mї!E;DzYT^\fΩ竲[ulB]1vfk9ak\Y* 9^t( wx>lSxx`B +<9Uʲ +endstream +endobj +78 0 obj +<< +/Length1 1465 +/Length2 7334 +/Length3 0 +/Length 8799 +>> +stream +%!PS-AdobeFont-1.0: CMR17 003.002 +%%Title: CMR17 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR17. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR17 known{/CMR17 findfont dup/UniqueID known{dup +/UniqueID get 5000795 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /XEWKYT+CMR17 def +/FontBBox {-33 -250 945 749 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR17.) readonly def +/FullName (CMR17) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 84 /T put +dup 97 /a put +dup 99 /c put +dup 101 /e put +dup 103 /g put +dup 104 /h put +dup 107 /k put +dup 112 /p put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{.2J] +J!(^{jKD&xe}zFCWYGx=mQo.cZ|uJѧib 0޹r +(:VZ},uxSؤgEʼnr8BYYP?GڢP7ݛ>`_;mR&W4*xhҼ4Iwp ʒ 9~@c]]Jˎ= 4 +wiH 2NaEdfsD-{y^QmwGE : +|:^Fz_Iwf@%)fn]}dяBڳin3Hj;tuANS}^{8a%Ϭ_K_3AaD;]^Ĉ>kU|=o_uzz!ؽ:`2;PD3@|tHt]kU@7f3p\MDE[k-ZmCH1@FO> T']0ڵ9R _GAɻwWYTƃt!|h+*,9Xhy5c3%h7j,OxӇܘTuھKQQ}'XIUp~ ֕ҺopMvnWdq-ԌuyǛ˓ʀ,IFk; R5H\|o"ǀ*ƃW0KDT ڄGTՃk7-OfB)UCfE8. IW0{GԦ BͅBRp#hK_߇M|UDޙՋ**Pxmr8/XT7RB/u wX2~WV ^hDieT;[1AIKQ1ނbViR~9#'\ pꬑJ55gz7gGHC(ڴ.-H<8DJZbسGxO&Y=A yeV^Fm܉=k.D(04@X=3c8˴k"gF֠cwz-\'*VR3Z'uQKMd +b̙9usTYhIm]d< 4=uX=Ro`ޝV`$/>zb7ٞ'jI,$io4¾.2)@W'NU%;ʊڒ+0=E)*)P[g=l*SwYlQWy*e) 2i1L~`LJ\o~CjKh~ҐmpFP`NƐٰA+1A ~Av/M ]^/i"Wj +oU<c줵X1/ݡ/FiȶMw5_Yтqco޿jbRѻ`"}]xS'2y&n2tjQS%JCI}LS[hK蓨4(Lꭋ."70ljVψҲeI,xN7VxݸցrNjokA ?Rot8 i!jp+䷿.<Q +0R=I5[Um2v/[XIvQ-^.)=\gPy) * ?[g%Гۋ" ~ lۭzL:scE=y +|ZO+*Ce_#>u}99h9Q`^Y7)pT`|3Uv6@SS*BelЂs8l }qF @9өvUP; y.fV1 +%Wp{0p +d$@":*O0JeڨNQkXlYy?پMv-^Ie-??V lG["C;$t(Qҥ +5TfcD9IBӢ[/CjO?$!oq{,ݞl yDv8!$f2ҋZby;!0yIWR5_־2>6{̂0]&V~YdNH v v>(ϭU%+[ſ8D-nU1GL ȩFN?'c?_[v cwT;zjXig*GnikU@Zi2펯ppܬ`٭=KBn9Md 6^beXy9#mEKe_C ß-('BގoZu#7stKã+ȗ)F):@يx%wkcA>՗ +R~9CSM9JH<GOU4jdd8D\Pi3:PN72gŭR5lq?{o:m& ؘu !p_?cvX, ~jiޠ<,]U|>BSEw߂=$jU'0yDálj`]XxT +̻lZ>i(N=(w{1aYuPi~5L$|3y=ȽvZEOgIfX2/q9ke(dw*?QcDa' S 0NC?N~ (EdF<y]ZiL, kAM ؁Qk 9LA@Jv, D$_xSz/$wŗEYlG~h"璲VK[UU;P61 㹣vʷ4p"uK(nh{ebI`C">>S5' ´V3nkg`jsh%LOQtRY nugP4\RM#%~#ŋO킣BZ^[ `iBڑo7Tƒߏ$qE ,)b;a'8nm*# +mhbkS.zI/=^arz`66nC_”+=Rm1eb}nFIs>u LgnWPCNvߝltyB:N@kln\K}+xn +z\}㏢O[FչW)4iSq?s"{-W+#Em[^ +͈%^K SK<eNM>WQmvW#Gn͛jRmh&MF\̕Q(S%> ǖs7nԚc.mj猊yE*HF_5a.^^Hu(! 48DF +)pߢz Ա9mEG U* F'>5/Ya0-)\uЇyk&KrS4ĎSϸ=^P3qFڏN=k|\f:/ߴؘ]+{A M,W"#O-/]ۂ8kߧulGJeR5.~Ӵ43&9ƧKi;Nal=Mk"A{KQٗXGC׬OlbIN:#ݩoAU~Ze6)xx5xc+:iGrJSeԷRaEJ0XSδtq!z0հeU-ce(QtF)xHiTm^a ! +wj? ~([gpt=:Ҧ?Hzi̔9&wPl9.@reOZs2>wM9JB<A`Z$=ll +\vg5ΊlaG^<ҦkH28 +/ w_"WY4LG5FHS/FUQWk?vڐp\hǀQO/OfAxyI(|v)s{1*ȏ{w@lt@;hdzDge1M f/i Td˝kxX4"0v+08pŧ'[ Gq~ x@<*[Yrܕ#X ߉o5!1ARGBʹa^,@HUV+wdq{z-G]ᜅ_x)p=/#XE2{_XD֥Թ(ȷO_. V泝rOĮQ[\?\1,sf9\`z߲ AF*t_̔6&6# /vT;r +;5iuSI 3clho خe:UnqbM7E>pjYL84BWA-e`lG;fhtNkYxNK-J#_cQw e /츴F.j %SE]"էinrA ; 4l &/E Pvj85[ +endstream +endobj +80 0 obj +<< +/Length1 1371 +/Length2 6166 +/Length3 0 +/Length 7537 +>> +stream +%!PS-AdobeFont-1.0: CMR6 003.002 +%%Title: CMR6 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR6. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR6 known{/CMR6 findfont dup/UniqueID known{dup +/UniqueID get 5000789 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /KEPNXL+CMR6 def +/FontBBox {-20 -250 1193 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR6.) readonly def +/FullName (CMR6) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 49 /one put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{r̗m1l(zNRr^&%:(/IߺHm!4JxI7bs,OiOl7Ӧ!b^Ѵ-E>3t;G<;l: OSS*O?9-w yg8LsYtָE qHp0>ˇ +,qۊq mZD]7ʺOk-G_\SyGLN8g2Q}:ä|C/ɑl ѓčC2`Lu3D*Cǩ5љsLUkmH FqTfZ$|2xlڮOuxgG/|:&Nn$JEQyރ4>py'3ji.ǦX9~b0 ub;F8(PFY|DS%y=gn!QZИOi歨H,a7`_Z<gZeߟ՟q/~j'[E1 wg,Kom>M8;r CXVkg-/R@|lbC/zK_i,'1Q7^3EӪ9$Zdy]ltr=>K%a1\(t.EzW(#MN̑6~*E;ֿCa^1y5ݿ'hyf +s.8ϰ5ciG$5g0KTlp@>]fW7QGVn~˟=]Z`*~7 "ڌcw0U{Yn._xIPYQ]`MN!Xw:R;t+]gZɅ oswQU)8aA^av>xƍH_n~}StG7 K72fCi0Gm1u?4&]ژdFpmUhӲ$w\Jd8+SE=XnV%?ү֟G[4D)ҏ}<)%pD%qrkoX(&Ƕc<^ԺO;FIRCK-fjz hs+*U-\(=D[d)@%t)#ْMٗA=5N$1Qkh|)Zc׼=}6^w'eufH p!x."s!SpزvNȗy8~%_mD8ǸrɳhwWu_6[= +V]Y2?% +)/KR|e=b_0Sʖ531ؿmx> ՘OX![ؠ`vf|}R 4"~)uv E$U\W;댞K0 6$֥拐Pk?yy4<˒q=CG$ @d~A1Q8A-|߉b1`zj ۦZ\.r ~s"b]Ry&rD0hLS)z6M="'OOQk {2+$}<໒W` 1=',hkƏCfE5F]Ћynh|d/(~&PB9Cx9 + %,9OKLvH,>Ҏ,6"+DƸrhL<]A+6JJ9ۿ2jQ}bF[z'p&S*U$ؖa`RI=՞dv_\WB_5n[&UXiNcuοrvI]VI߮\S"Ivs qYpP]5||rOډccB0KV|נ40Cajps8A軝Y4-L ͯi FV{%xE_ *`LOU +ǔKGs|mJ%5ݯdAv<jா-W:,=BYme"r5tŧ>,wxI_ esxRtQeh; -[Gf҄(`*/I{w4iOa"č\%{-+`8@;dZxW'gA$vq%=@ Py_w駾{p6LMmM# +R +Y$Р쭀|6|噐ȏGI`fkqa}@tZ&'=3bIgU5eA},):ichZ:l҂ 2W#30rM$a ImvO", +:(%CMi@\[ +t=UMn[B_2_@nu?L,DWUx=u}#m6xA x^QZ+% *{ϊշr RH [*Yy0iǭ0abP7y־pvkTTR+%7!fF gGP2?S%|b%N&t:>EOYJJJZBH-!~yp̊Ҭ㠄֯d z/3j*(JP$'AT˪x"b4~4]Xպ撾99T<ԟʛKȟ9[I{P>5Ruc&(0ܪv;{3x}_%.beW2eSxD8o{ۻ}wn,WPz;+RtVX= \uBU(Cvw?H jt~DxtӃEP[x/2)+ഷʱx46IHgoE'nb\lLhcb/K}kVD u6#+9oi(gy5lS{ ZQ 0dpWg-Lbpy\z(gR6eKG=9U2ݧCH opr'FS+ U$κ h; I~Ζ:oDUEFyo;0?mP>"#Ǖ T5J!*S@M7#8&-yn95GTɄV ++WS[Om3Pmd,+ST졆kyR<$ ݀ 2a&=CԠN 97#~MT?BzR͹Qz]sTP@P G- R9Mz)3MHxV'.(s;|_OT՞X9`G $PW٤eY=fE%ԤOpdDmz]֥zK+xIVk +w:Mm4YV#⺸M]*Ǣף9t5#rm'Eeo$Κ+z8n/=?njѳ((,O2w <6Fnc1!AzVRIز+Tko9:W\v.yA5gf]?j6)xy!N5g,:2F%uE`Bxw(ݯɆ&^͂NV۞AB k+&@'јsƒ_;q(_:.:)[ ?bt.N|Pm}/u#7A"U)T\ZxH ro}o2Xa/vD3kU[+,뫲,O 4%߇$H'űC/ |,v=}醜Cy`6YP*r8%{o4c1OSB!dA6]W%gcTޟd>M2^Nj[N@*Z;#hhK7#2;Cݶ2 wC"[yDJ,#b‰ZV*7 xߘK;Дyv96I)I" $!/8o(PyRUS`<!{Ge+(CuAqlTcu[ j=E՟2C4%2+drQ/;ڑ}C`@|&cſ1IO}5& !v,+M1pp_㯎0iP͕񇐸gZ1:~i(l=kqa.1':;)]4,6uxcLAa^!L"u +ɜ~=C3[ .18jITOQ +Qy(E*>'߇߃5 h V`,vr3TT{3O_<΄D+ h3ʂpSV#u:>f`"_Bon!wN y/C5rb?7@?+V5خ +B6oYq^5Zp r,B^:NJ07Aϊߧrէ}E4zAWr%`HpZp={o.{#'uMTÕ[gI{dLAN }be/F? A]buvqݓ[3<4MBTparN[0O4\ۤ识BoƸF >'dnxN#ik_Aޛճs#;w͑2|ڜB8"f;GZ@ +?ZHu&mٚ< DVn>* ך< "™3`Â"0rؕ|,lQNeP0xݟ=ϺJ9mX-G.؀Ƭ 8i +'h=,0V ek%[UCYj$8fwܝ?w*.j-ơnIo$6fI]Q#ձf&d>hR[U,ufa<0JrhO CGJ!ܩ@.SB8?"O;FsmI;]IӍ0F#ʯDPr1lVUil3[1腋|iWM~+OxLxʿɤ }[*ϯ.ç`+yd +endstream +endobj +82 0 obj +<< +/Length1 1525 +/Length2 7695 +/Length3 0 +/Length 9220 +>> +stream +%!PS-AdobeFont-1.0: CMR7 003.002 +%%Title: CMR7 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR7. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR7 known{/CMR7 findfont dup/UniqueID known{dup +/UniqueID get 5000790 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /VDRGYX+CMR7 def +/FontBBox {-27 -250 1122 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR7.) readonly def +/FullName (CMR7) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 56 /eight put +dup 53 /five put +dup 52 /four put +dup 57 /nine put +dup 49 /one put +dup 55 /seven put +dup 54 /six put +dup 51 /three put +dup 50 /two put +dup 48 /zero put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{ޣ\u3]G~ 7G!/ Q FM~f/m*i("!i +K5> ţ d,J^,]^ +z* +khjOwq k&,_?Ɉc"n?W)Ջ kÖ投`Z/S *?c|Wgoʮbi8hesQiɺ4)FvP Vؐpik`j`EU)oW jBNfPTa_$ uDd3QBZSfyu4 螨x঺N<1Xk7I>%} +'T)~$I%qPI#-MVxkx@޼ۜZJ6h=hAڰ:#obv0e\¡0cPBz{f=d1G'{1@dD~yXrDOZE.ϐ=(%^/2V)(mfR20`މTLm/QL zKMmͥ +^vA +oEGxvXIxAW>xCª5!w^ ĥv(4,-eӻ?/R?Dqeq-xE $ܘ*3oᮘY+0{+N.>ψ'=IJ +f]̇C"spn21 {3=Ej4ZN2 +K~*w?#9; +A)Py 7}^muF2x~m64&G?r\|6L)ew¦ØB+rBc۞3v +!:0{uL +âAj}{q3W^B'(Yhn0WRS?u Zin=ٽڠǘ){s=m\ul^GhN@(s x6bM'*'6?nA{,1{E.RxmN4k(wl30M\Er +pty o> +{a_S +[D.tIEӽ ]fVՓj7Va_a"-{#- +:bO[)HAXE뻔Ug2zOqq" rI~$>s0Y@Ȩ5{I>y炲oCA2=B?"R +g_,~q.E| noϗT6;i?Xb4}teL1~&LdZ}2W.4.^%*D|Z?7W1 * DD?P_toKL'c ߇mS>-#| ;[R1ڢ` +@@onh.VF+w3ݟ)RX#9sz4X"#bwL{cFNj'ƌQԑt2Tn~. |_ߐk(Fm +n8*Y3".g~3SBج!͗s8 +݆ iD7D#oEMP00pn̋E\ٮ+7_ QzRĉ iDoB=|n$2bVÛWRu^]72# +x7SE5OU:?oq W\qPt<hR,v7EbZ5=>Û֜#hSRA>2O?l"q(DOuk4_}Ǟ# `N0N_CB<=gKO1/a!!ԓ(`J˭9.R˨y1jlnL`f~ͪuJjwD19K^W7L(ҿkH8rC/_! 1gg` bu VdoT_E$ LZCbΏ)#ue*<m}}<Z1]7n=6c~#`oM`IGCcIR(f 1?>+YKCZ%s)pxHODRhL⩩? +F,@۷l-%xWuLT7a5 +b=oюca +rPYqf3UeQ6ju! tYL,#Ev8?@<m?ĸӿY7^U0M`X,oz N]CSpbӿ\{2,1ߣT&JRCu& /D#eΓ|}J-ozOYTC]i/ K^QaCi{;ᤩ`; +@WCk2YHG$JԓO>K+ +F. %KWWZ ucQRT1 >r튌;FG֧':ũdXn|I]ͨxq/1siN$bppa5DC$6lg*4/*$Mmd$$0el7aa (w3\\XAȿ4`]|v21) d6.7FkC/1J5deGñqvTߞN|@\%eC_>$X8cB'f{ nQZNr Rn}R1Bz _Мך-Ekjmnk"5j/2~bE9#FmY۩~|NDpTT6Z%H ctjz3\ */09R[Ƣ3/c4֪K^ 3b%B@$Md$8(sPWcY:2N&q4$ +VYvHS Gr +?6>s{&@ Xz #xHH+D%vZ~WO?V33N FӁ9 +[" "rme{3L7gdzR`QK8\ڕf0h <8 y +9\PD^1L1̄\$CFblMQz.Iۯ8fv -%ڞOBTVHY+pJ}S +ɲmpJ3Yas ݟ*SQYLBP_[HWBQgf `~[x/yp +vi >zxup^ľ@#uw<4b,m*}p…N{fE@fNg.`d"ŵr sr45S-U_x`F#忐{ U-"[fmF'|~'$(@骞PN­խ}}#`рgFx}\H*| "0x鹲O9(gӢ݁n ̶[ޮ/^-/i4@"698Xq=F̛Ξzxz\lVZIQ+p;˫"'v,Se]UGO51-.IyǡW>٨'Ɛ!8,I]f:xL{IA֤>1TwR9IZ M,Ʊ."\@KٰVt_)8 + <ܭe_F\<׃cu\ouS wS_Nh-`mkYnÍv jĥkP=Ε qef/il&UVl 4;edu`nˇs5> y[*,U׶R=!%E FAIhnB!_ +0&#˷3#|Ͽ +,Vg9+r5A kXE7{+I0N{M lwn8gC_: +(޾\ւٯ}-Uo3~};7z^NNwp_tF@ՊHT̞AYih> +stream +%!PS-AdobeFont-1.0: CMR9 003.002 +%%Title: CMR9 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMR9. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMR9 known{/CMR9 findfont dup/UniqueID known{dup +/UniqueID get 5000792 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /BDIFWW+CMR9 def +/FontBBox {-39 -250 1036 750 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMR9.) readonly def +/FullName (CMR9) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 68 /D put +dup 69 /E put +dup 70 /F put +dup 76 /L put +dup 80 /P put +dup 84 /T put +dup 85 /U put +dup 88 /X put +dup 97 /a put +dup 98 /b put +dup 99 /c put +dup 44 /comma put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 103 /g put +dup 104 /h put +dup 45 /hyphen put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 40 /parenleft put +dup 41 /parenright put +dup 46 /period put +dup 114 /r put +dup 115 /s put +dup 47 /slash put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{x< ,-.2iRnñvپ1䠕 '䓱_r"O_t3kefBݼVfj9ҳ 7! wX: 3Jwͤ푘IKjfWI.kvCW_5gWZWO~]!K"x؉ruJԥ?F6Jq>B^f'<2bSz>/kaɾP"jt}[#[p__ @Y!ɹsu~/8MeC2+{x$*|܆k)D 3CҊUDw/Õъ7uS2v΁ ~ytKd"f!Zυ?.ǥTmBlHEU[ZF`Qy)`gdeFIrU-J~xg4KX { 7$O@M?\(L⩎z%KNJ`ī}W6ĠAP6N錛"7`ܓuN +SX@*i,xIۜ*O/" +t1;$l% p#B+}ڀ'ƱRS^P˵aF(~#ۿB(I&@}-:{yA$m:'}ӧj^\ĺ>segz!,ܵ/u-9u}eIypӶs$dNQ/9<` _`m;4uacxr!LB Cu"KDPoѼczضgӅj=>1Im9!`Z&USYQoeȲ ׿ 0G> ?:. Ndơ]U5=:-z6g&QZI[)( Q ^6GB϶)Cflg=У +p#E뎶o%iiT8v,%&{6"I"Pu>Ul Ҧn}㪣ujyH^^?"8AÆKh_Wq(Wi4s_޾"/b,zVgl8_GjjxCFTģW"1v&V@}B8Wt9fggs Km }x[!.ZCgA۬<9vD(dh9,oK4Ѐ?Xe^E>miQ>L +|(2>!*'%芡N 7Ԣp> Wr1 N{L:+>+͖:U)h|NS&V<C.ꬼVݦmwҧG06RY H&9g>1iWI?ƗųȦ2•Y;yӂgo٧ji]WQy_6K1_@H{`xx +_gg\It5m%e|0/3Tizwq}ʖNIAeG ='XC8o]?ew(m*>[G9贰c.b7Eم}S(EJ~DRbx `bn* GoB)7!SԦ`o ?9h{Fk9B +L1yo(QG$0װ]3#,OJ8|~"Oog(ĻxCg픻4}Pe &ol0' %Y>VNo؋lj=;xĭ3)!GtfJ](2{)ir18/dYY1AgqHus'3;퐑˞RNt(n> +" +O`AoxbE ҚO(JݸtGhacb-iwS9϶](?##ͬ7ۆDh,,#X=@c 4?q>!7'CR :p\(rGVIʵh3̓1_ +տӄQsbv +tü$>y=-|犬DHB//gm?SFOEn7UߎUfݢ׼Exmþ_DRan*=vߕ2teX|uj 5Θ*{txbl&V֥ !Qz>!)x[5&\#@ag$5$h;mUx)|Rpf *YF˕Hs- +*=,$4zkbkv?JTEz0X_gS"TݿEԓfY S`9ڳs pc<ʨ?Dс] BG?8""t9ES)Bx:oafD&_<( 7NL'%_1T69ypF>\'Cx~LN)VޔO0"A \ũwyzN"3+aYI"" [Uw4Gׇ(ឳد4drچڨa*R+d,wVm~A)|Iy@ +A%0nje<3D]=KԪZ})Bi#ycJ&kusgWE[Rw;)TFY߁΃0u, LTˎ!l6p(RJ&4ҧ·zD(8eWEO (bHN9I2qM"Jp߳ȉLx91( j{x^P@XgS*HXbe&hZ_OVQ#J;Ĭ3q6KXQf M<PdhJ iJ@YoJ fڃAyuVi#84&D:dO&FB+0M\5bDl[Wj>Ju(RܨЗŇM;UFߵػ6ct(Qm})mh i1rn)Qشξw/{I3;4gs,dQs k_S+y>{DK3-z'C,b!HfYLA~q0.f2nco,g5r#|m05oJpHCou{ P1} i&T k!kZeni08amql!2ŧYs}ELDGS*)@N85)C,wҚ4=6"Mzt]AJ)]Lr*InC^Q!IQVZc2ՐU;BFbFկ8nXIAL ^*‚o.\SYIuyXs? 1Џ:GdqN$JgnLs{BqY]jfYBr뎊i5pSCq: +99xec]R{zC?yOS.+T#`J**Or: 1-Ga"FXb2OF+< PpT)Y(aVK +Zѡ̍@ݾO:r^:M9s q@*DY_<Ib>Ce[@Ч]%Ȁ#K7Rjk2A>&^Rz=f)gjAݓ'xbBPd<^Ҏ,!ávm J!*5ҋ.5(K>++4y@B[Y -`͑!-|RVMr6 d$jwe(%.`. t +`n1h nzeR#nmOنwwOu*NkxcV9Hq82ɤ3՛.S+@&\]bWߡ!Nޥpa0fln +ED pCr:Q=̝W8{mCUط;Qtߪjƚ|YQ4C<ZeoD>소V@R6I+jiM׍.;}Rց0!3+B04OqߤyDpk~rVUlF=~K,܏ Єʳre!3wr |fж|l24"le֙'IN,5LkME(9hRGM'W vnvq7R7nmpXr8&kfLSHJoe4+7' #l~zpIɀ=*k8? 15<ۜq_g]]FE5I /j_RMFsv3Fl5\sI\GCq{{* Yr*+'e8%7?`~wu9rYޛ'PdwƱ.=v힗su}]?~.ʙvj/g|ځ9hmag18&Q)ZYxqxgJq#_Yvv(piԆYԠc6<ekL7N]-ջeɧuj|-=}|xIK5;+#tԫ)ɖ`U]%K&ɋD`^F 4ڷH{:w+ٽ #e$>u4n (n_JXK?%2ZHZdJVH] XpCBkd7qoDy2WN= v\XS_X \Ԧ.xtOꯧ6e:Mít +/4HUqn4MN51AqBkQz~)2TתXid% +Eܣq(N·AԠoDNE ]ЅZN,D!;ʔu ~p4U[i#e8 C(o`υ09w- _bpd@F*Ow(YAםIX+=+,0IQi'ئpÇ'Eܗr9QGB6P#F<'6DyW"x &;me0Q< +hK<=(' +*c'&M6錤o_l ́nP=:S 0e :LRC;xF$D{ekveZR\XsᩏJ\E* =v>4q4Om0=XO`u/bOmJaezLep :G *}hWFp5Oi+=Oh|NZ|S:0Iw#uʣ 3c + q}H#vt?649TK g^Ԙ]Q# m4)Y˂Ig#=O#Au5<ʛvvDrXt&uZj۟sf$b! Pĸ iz M|Zˊs SmF+ِ.tOmˣf۟X4=\ǨR܏1*F+!#l0`A|0ccc`JveO;'Lr]N끥xTퟂLL4<]gJxzohdDN +ۡhuSc\Q6-W!)zS#'U+2+- y0$PY֤8m1@N+Hp*dz'3q]Q7hw'u#B4Px(S&@^Bs$2>DᲯGQl0@62FOshrWJ}BDC.8KO^ N@7D&B9? ?(\큓P>z!察1ʹ%e~yGox 8hO9svƒ!|HgDLU@v]։`^AߞD@{}r@ݦLn,aAQkCRPd`BA򵾱2[ص.0ZUqCZ'VqOgqCs}A]^mͤt i1dH9$h pݴle]<-?܎kp|*YV/g@b+G8%]Mb,!bs6}3sc">tq 0MZ#Zҟ40ߙ]W^-# (86h^Q_ ; +/+xbԻO`.~=l2CJjBa םt N'J(=nkBo,WpFPH++ B t-ݓs]q qS'*&~:uSDtV rwkJ пE~Uӥ 뙊@R[=%/ PW"=hjp&4}2 u|;` -sG!Q(jtv(h\y'KT.>WC~3=bmЩ|wBjNx}n6]ȍpd=ek0r, GMIrĪLmNK9S͎~r, "PAw2o1LyGeJg7\nԘ{Y|mulrN57 +A̵)w;ؽ.A?we͊(~܆r+fQz#`s{>5n9fU-?&|W|~Ef^CpUP\E;ɭލR+7oSQ:| + x@[͟((MRBw-hz٠#䓠TR5!2u䥰;FF/)Lc2o֯.)ϝݖ"7G%lL󕿗T6V}j-^q +Źp|`x2YhSܘs^lPhRt/֓7\j{Xú6.Ը:?jΜϔ>D: 罼ka2\Z5"Aeϒ= @WxugNk-= E$ 2ۓzuQ[7*8\ L>x 5qbI`:x &KJ Ʈ^Oh_L! 6' pWJA1Xe鼱e*ܬL#9!!IF_wR7#5(W(+R핀ih "; +'Y?{Z{m@k)=Q˯iX~=3@~F/ s)*Tjl(כ:@;_S{u-mhL?4Ԝ8N,3'XW V{1Mk!N/^s,뿠UV(5YGB\|%h| L~,Pl@f/<[_11{d^@a$u#ӗKpƝ3MZu\Dȴ4 + i:>5-!GeAg^ TһslP?/n{@cRojsi"# 6DYu@I ҹ8vZ8kjv7ڲZg~/5 kĔV^ThyhX'Q4l9 V/`*@oǤs$x݉{54#E2~ Ī7VrqY쫧pᎭCd\S4jb m3t>VN0'+J¾CaYv&1}vC/R+zR# lGH)p{^F 6yFI26RΩgL U:|MId a Od׫J)YHS}+SJ䊖̩ `Fb F"~^ZDjw܇)Kg_DCsv6]G<1NNaid\YY JZx%)%qyNd}Yڽgƛcޅ:_MJ>CH6[;PކZ|GJX9W) ?J<p(;c[04lkKiDiiKQ+5&Pm1Tն󎧠nL(tE|~-/c9 㢬G0i]'3D&x@*Nr/̯[tٺ(JKGI@.56Ւ yx#o ?7/pI0B*64b44$e[, .x4l3TbA:3}#]?.UoE[ +u8NZA wgp;{ؐZi";Dfjڠ}= ~5@ +lfP>Ѻ/A#k9NImtm)A;el_?LZ8hӭY3< ,h *p!7\l#ŠC5  + +H^~ʍ@[joKŒq"]څ߬D`Eif2?Xo7 8gats`5ğgv)'ԯgw`õA\G5. +<?ivsզ@ 61_E,螯kO[,۝Meܐʡ0P *PhO*h,Y}Rh.NGD Q4IՅ)[(8Jh WI$I,ρ2 ?ZG!hpP! bE8C_\]ALq6e\B |v'т$s?w Fv~L,w4I< +"a-Mz^VG.j{˙- l)*xdaSOgSMShܖFVq8*8t)=< +/ T) s̵'hQOIf5}uF%#CP،J$X_gh(}MqL^V=>hͧM "^Gi̩/-O a:EU/0e^DE4?"$= }il=Y|Nk[+Y>CY@dUrqi+G(|l8Rkaf.^ ˴ZLe|Ss6DZhd(s|a\)EdBD%ƔzC5S0B~.['q(S#˙Nijp JgזrxFQಲGX*Q\Dіz|3ܸD|)wErNO.YwK"(M+G4Hb{K?ORbL#sjg+:R vID+ jphͰBP̮ \0X Jg*S Тg^3IJ֞-CMJnҖszjIQ =] hPLwu*HU%i%F8=/ Z}q& 1#*HMRS &.$ u+ŏ=m(oUZ<3* bu isPR}0GGNGfgV8,Wpe2 i0#Ip@;?eŪ(0['xBIa\sѽ.@`39W< fYqk7 q"aA70 +$# 5 +jͱDs|_1 U@/V0zmLMTRtzF Eq~ ? +^s@`@ +endstream +endobj +86 0 obj +<< +/Length1 1489 +/Length2 7044 +/Length3 0 +/Length 8533 +>> +stream +%!PS-AdobeFont-1.0: CMSS17 003.002 +%%Title: CMSS17 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMSS17. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMSS17 known{/CMSS17 findfont dup/UniqueID known{dup +/UniqueID get 5000805 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /DRNAIY+CMSS17 def +/FontBBox {-58 -250 939 758 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSS17.) readonly def +/FullName (CMSS17) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 97 /a put +dup 98 /b put +dup 101 /e put +dup 105 /i put +dup 108 /l put +dup 115 /s put +dup 116 /t put +dup 120 /x put +dup 121 /y put +readonly def +currentdict end +currentfile eexec +oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHtEB-gedog7Q`[['W73sZ9 m !tAY!$tY\r[uTIUiBy[Ȝŗ3Kï6zJ!˒Js&B5CY$\g{;ǝ@`MF:QS~ps ͱ^= oy^qOC΅3CptEt vhF#s)Q8-~zUtpKUH6Vǟ| F@)|oxj`'8nq:^D¼vx0tR ŦVsC?l J9 .EڗruM]EJpT>Ţ6=7b?p'?!qq?SyU=:L lwVD]ltE r{d~/HKցP-z(0""R h3\ɭL0iSeŘunOTG_p)>AI+e[ۧ%+!~Յ%h০WƫSTږȴSkaY@x<[-/ +SR8)6T)}= +S@aZ}^ޯ4PG!} +])}B-fJWpƗ`p{KmquL+1;ɲٞ**|`;g,(-":WIh9 KfKrTF:4%@u1{paUN;e١︩I!XRrNs'2F\$)3uvшhqYف ..C^9-է-fD[YA{X.c0%Q\g/tAL{S€+eɝYy&![3)0BҊ3WlUM[bOmU*"cpgכ!`RUWHzc| Z1[?mQ& +N@g;#T}V~Z뉪i\8. Vi?*ALkன8 XSYZK5Tt‹vN{3K c@ h^ Z=`1Cz/cY!q[pqP@:& +!|b96~;r98|& BaZo)") ~JoۯT_: 5zfD( ;XzVbI6{'Lʰ#Jʷӡ=$8񑁶 CVXBlso +VʳEɯ =K744x2R4?ݚ~oF]0Ү]Nb0[F*Ɵq;A qZ| Ԍ ߙ6rTc_=: #l +̫ȓ 䟑XWRqȁ&^,YKshwcP`f4ye \$wGhEj4;D C_ D#8# 8[5$.~8zfd^Ik㶜KFT #`sB9^;ʅM5 \_fȃ@rm*1Vb"1a:3iASCN@cEҟ<4xͽH埑_-8Z8Αf"0a7Q7AF[79TC}d|"_W]Ș_d[lOݹcu롾Nm;<$:Ny3͎JdH,_ǷC}9rZ +h"rpG1Eӳz*媍Ӟkw'>_~ ﲧ q.H =_maEhҪ%(Hulmz((^s!x{֚DX,ղ-xCk&jYۗ] + Ü \f rOsOH*?zHF7]}{58^~|Dq~udh'%L +  Bb*S6r2D"))oU$3@A)o!-8~`k cl\#IMU"j -pl SƪF@ &- 2םq,nORs1 _؋cUn[,\ g(oL lQV*Nlz7Cg|9@ +%&|B)3|5xdM vp #yl .üɾ|暽9\MO,i=BN|UeX<֮y^Q,(w#bJLMULi.ONax&Ym) ߢ"Urr-נl0w +cQ!cڼ(ȹ={عx+R!JXoƒ\|9^O+d J6N[@vZV5Rub Wzs7jC#p=b9g#6灰Aݜ7b&BJbTfoD!v(mE.=Z$!|q2 {cI pӻDMg248ы2W1z{ +F:#{*^׎y"dA Gu>ʍ4PK,Pյ, -,}Rbղ<$D!U_kRE[,q[$UrpR`§*ۓ}2ՐEVPIkYD<;)S0gTqT73.loJMad!%+`E(5 *n⪨zAu;34z!g]h~3Vb̺*SFwHI<2qxINd#h cQkd m)Ϟ9 D5S|=Nn|EYYgcfaIgԖr)Xۄ8Jjh1 ?P#SD3WfէQa->Gg`y х˺|roE~WG-:f iXރHnBLNҤ"yWqBH2X8FRb}*]v,ko!W1poWpKE\~C~,|l |ڍ`û䵘J{7Ӹ1?f0.,B@KrTOQE￧9~愻N[Bp]9@K(_$I΢ho{ffؾMZW6>D.,9&ojXf#;^r3yQ1۩%L1᯹>0B' S>}Tf}8(V +cz+[,r +/K(/zN1'GNO}rM oRc}I`1/ksVN;t67SnuKIq%8YEt6YNuI*w|yk8O*م[ M_niQ?Y^i\墸ZY܌N!ܗʻ6U{-тBB67 +0իNx-ߞ;0 Fyӏx ΋t)!?X1V2, +MĠp$l$[DiˬfգލyBb5p/ +j/P7ЎLrZ}iis0l`V5DfE;:TW:L%+?ꔷ;ʙ_{O7NCոg_2HB~#}m1#C1X`XZuHa LE`AYXJD3Í6':i^NΠ{Ny 7ln7 +4C meV[*1p}a|\z8 Lz{Hr:_@sİ<݌3Zg' zڸ^ht5,{\|D}tZ/9?Q< }u͠c6>K;ok +e- )H5)voTװA]WVRʞdr{ӾmIc?5:>4&=swd$>Hv [iC G+ܴ&u~{$8#'Kq u;4ױ\' U)LU~ALeV.0e/L)SL֎<ӨFBؤW "])K;rK{ !/_P5iS%3Ky8 $m|87ɜ-3uA|l[}/@KddfJfklߗD?o%:^T?Zd1\9\;z }Z;Py3YA0mxXݛTztL-ҹ0Fų\ 43양u8s1~*>[eP&o(Ew8ǿсv -TkXH 񢿎@D"GbOǼ +OF];Hy>M +_HMŲ6=b'؋t]gtX00.egļG YCE'뺳<8I2h5ODGv +[u9kOhH/4i-t V}U7~I&~k,ut#.j>2i=`r> +stream +%!PS-AdobeFont-1.0: CMSY10 003.002 +%%Title: CMSY10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMSY10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMSY10 known{/CMSY10 findfont dup/UniqueID known{dup +/UniqueID get 5096651 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /CAKAEM+CMSY10 def +/FontBBox {-29 -960 1116 775 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMSY10.) readonly def +/FullName (CMSY10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle -14.04 def +/isFixedPitch false def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 110 /backslash put +dup 102 /braceleft put +dup 103 /braceright put +dup 15 /bullet put +readonly def +currentdict end +currentfile eexec +oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHtEB-gedog7Q`[['W73sZ9 m !tAY!$tY\r[uTIUiBy[Ȝŗ3Kï6zJ!˒Js&B5C"m&`7Ӣƻ3ugNC O~̶uo5=_T/ h,$B%dʘ3l MoYLڶ~3^`12]=l8B6PlpfW< %PIN!ju#,.iXnȼ‡o$ҁXꑷI5V*E6tKo_)RPG;Z@9"V3TTLN Y:Akڬ6̠==80~DQ Q^br/2^KZh`N'Jt4iBYҁ7ޟBU_~\fXAZl_ZƎý'xHbG:"l5CU[aLrf 1[;4p^NpqBD '؅93M&9{ VD 8 aе2n.hf +l?K[$Gp/JzcF8vP3/XO6yAo~]WqDMY4ߧY̢XPEL2_2 oH{ +1x'u|o WNRE홹&lF\LRh1Fb}+l C] (vfo+fM}l?c*ވ"^R]miKOҎ!I ӲR_tW;u@(#t*̧ U{|Q}a3Fl8xtHWA­;!V CVov?³;=>,㧫\"RvRCإQDh +@_,˜kbflAIP^wٚdIHzk(c3xɁSUPIf{KΩs Y/v[L%O@HdjyTõVmqgC9zTC/t~Řo*9rIojUKxj. ,+b1ֲ IlDLQZ3P-no'$F zg!Ј*oj-Nͥͭo8KwQgݍp*1^.֊ LV~m la ]%."`_QipŎs5y.Xͮ)Td1Kk̊jn0zGqaWQ%zJX3tIy0ľ.#[#D#EԂppF*ޘvrOdn7n f9*X:>Ǽ:*Lf͍9&aj;+{0 )AgðK*XKV'zZA) n TÙLJ^Di[:s<ܸ2!U|#5VfUqP}|=G5O|Ps9}* ++gpA,,=|j25Cɂ7 ./Fɹ0tRẊ."we hPempJo@▁_A3QBV~$9Ej= +]? {w_53Fgӿ4BAq41Pf ,Sş6r[v` xG$.} ̔ϾF͙c=f!*˽./wĉR8(@ًz c@N&Imݣ>X!me@lW"VCH8kՑŨj]n3X>Jz?D=Nbn {qbY(>"8*苾ky3o H Dw] d{EʥËw.$Vhtzk$kk$]4cfCW@3plQQ晉b/pTqF8_AnQmK{&z;<տm[i7뜣'*qXTnt<Ռk/?2m)fy#(`%{!Q/0&sxfB+rE[tgOKQ$$=ל?d@3c)]3%*M}H饞;Cdrp1jFcstG'C\p))_)( MM + qv&C3NLZswTPu{sϰP+-UFUP"KΆ+Ye7?0(idL;gk9(YI-l`;`AH:YHb1H{wR^Yњ, +$FԖHDV?pyїP%F=BGKPh~N[I_ꈀCTzf <Ӗ`4|mE1J'$`}R \N2kfaouJ73vKW{M3?׏M]:W;vX;B X.PI;?!T . sU]䮃=X 5rMt>y=*bC~^ tArl'Ŧ\؟L냡P&7ttuGz;Kg4э;u)";SvC~?J/F"6U.0>+KQӄ0"ӫ=sxoJ]ת!w6O.}t5V˩+7Us֩yēTC5GrgU5$&|~G8 Mv(jt Ϣn]]QWOؑm. R[ИoNng IF:?tؐSUOcj2Cm[O7>kWkX' #t'Xd9+E7Nd8{]m/ ׎dvYYwop!EP7F?ojP9"gBP;B^QO3*B 3un$I_Oe` +$`}-9Q/ĥMe?Ұh]b _2<͖+tª[ϜJO@%MI tv\/bMVF05+kI2W9>f} Ķ3tj|" +[LhY)o57k#%H\,x|ssxH͆|;` v%گT[c]e"GUj߫ytvx:udQuZy_Td"b+O]lx'6w6XCDKOf(g@w]fV[~1F^A3v Ovү2v +zT0b#[zyϒ$e1k5dRA`(Ņ@{=yW>>y@U;=H;c{30ü^ծ)ՙ-{OO2R´xQwBgБS"תlbz;Iy\EprkM @@e&3lʉtS%)/pR"2u +Ee5+ٰsZ'bQSlj zvހ~%.Kz\NE,eV2=Mo)-JcV:U2Ѹ>1ȓ"QWOё4*Oz.cjcY&=7Y,A5nIF/?̊ ]as.N/|7ؑlNg|FP8G~T0 &%wQ[ m“+RoڶQ;#Q'zE{%4 _GΜ>sZLv>¡r&7ܗKa./y/5nqwqJ0]^. &h3?cL\Z !I珴FK\1o&=-zw3Ѝ]ɯ.n p +vlf)\:VQXo 4V*5Urhhy +IU]R4Ehigh, G? 1Ge~4$H"ĵ „g{o~ItV8(Ft j܅oۅDN@E[qTب;U`Cxha_̍Cax;n!Lz>I&Hߋ.df\.q1Xf=pn(伸 +e1`l}k=P]P7ӕI5KbV=Mv} 05h#j!8-N-3T,.6g̲o?m#HȔ Y^LrZs jq.lm6Y_Mwq<*>.Ŷ F?$P|K0]%o)fF;^L74[$-JaG*Xj6(7%b1_}Piyo/E",-ѥPJaQY{ N%g X:~W]lE> +stream +%!PS-AdobeFont-1.0: CMTT10 003.002 +%%Title: CMTT10 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMTT10. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMTT10 known{/CMTT10 findfont dup/UniqueID known{dup +/UniqueID get 5000832 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /SWDVUC+CMTT10 def +/FontBBox {-4 -233 537 696 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT10.) readonly def +/FullName (CMTT10) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch true def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 83 /S put +dup 97 /a put +dup 42 /asterisk put +dup 64 /at put +dup 98 /b put +dup 92 /backslash put +dup 91 /bracketleft put +dup 93 /bracketright put +dup 99 /c put +dup 58 /colon put +dup 100 /d put +dup 101 /e put +dup 102 /f put +dup 52 /four put +dup 103 /g put +dup 104 /h put +dup 45 /hyphen put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 109 /m put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 40 /parenleft put +dup 41 /parenright put +dup 46 /period put +dup 113 /q put +dup 114 /r put +dup 115 /s put +dup 47 /slash put +dup 116 /t put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +dup 48 /zero put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{=מ0).|˿!:[LI0lr9G$}/X S`p*p+fwwFGO^ȇ r+dMvNy{YK[z[f +ܷBDq}M8|j${jpxxSƫEu +7%ɑ4\ 9b \)[FU.q4Z8KzwwylϦI5bjcZ,7ɪK:#@Jd@ѻFM_d#g+=>ZaWNH5Y/ .rpf{0D|6@;]/h|.RAɰKml^&W܀{mFՙ3FK~I7@T7AMOP.;ݐH+iX;}jYXEu5ǻpېBIᡊS 7pQ40cH4u[ wYÖ2[tʖڣ?hb*$ +dƥ`$ P :")|UƩfDtd§=5+j7%i@)шT/qUF1tEςҷݢ@ Ѣ1ãF^R?-¦q^!*1gw24/3@\7zaz1).ExY'Ȫ5Fc=nj2cw1 3bI]y: f֡ꋓfg%p^`('m K'K '>EPN,:M{S3G2R@6\?-^X'F.qhYlawNUpͧ`M9_Jgbw! ̼sāTҔDb:Wq!]iơw`褩'`h^ TTInHel䶢͒à`じ 'p(=Y1UѬ/OT +%`&{(K:.CiK9xH-vE4x_5叠ٺ,dl5'bbq,H. O8 NNnZGquDZMgd/.o~*ĽẾʿep˵ +1}oK({AsM`?  }|^ڧ(1vMXAj!Vk5=&Yiw|vCPezFލ`FJO!zơãE.)8At`+o z`!|a*dU ).tIhq*0q>NU 3ȏ7Ā9Ot[3|5r0p8ߕWqDLŽ{`dw|ׄ GJz/H'Z$MΤ8Z̈<7{LpV)%k3ToCn}4>ZrȰ{rUZ9EGu49>`oq/~x▏S|f9׬?X.uBxfGbE.wW;o, BLkkK{9fgg,l|&Ma*$v#ܶ>7Ucö'nNЙ1WƫV Nu+947yG( "zoO_|cZzB@ZAݾ@aexb?>"YTgBlٍ9UFJ?"[p] phU8Փz޾L?:K;W%X$؇:b9pF^dBJR(6[-T*4!yY`'M( MPA#fT"f"?eX&RE ]2L6 ?h)8&/Baf!0tM<ŋX0z1$6$}W<1ji76$4e L,vΡTuQo:=}E˨(S0.1) d#I;P]ɵR蕺I,"?bB8|GϞ\;H +nc2߯xX1!?:t#?%gSe[ze} h)D j-O6vzu@b ixc`r&r Iڹ_> 1SSdY$`)­:] R]FITkxjgbHd.(: +﫜.%pq>>^zx,{^c]r6oެtHTC O;q]8$yBoLr {=f$' F}*%*tdsCNzc5G~¸e 2d]bsz':aWA>4+ +5u=JTH8Yn{-t}PtJx8R.\{`u[%37\rnNJFk Oj+WesMV)JYV˛81d#JL1?M?"śbQᄍfcӟr ar4ד@dv5꺜5eDfR+c=PisX8mm;EL]H|S° #ȿl S6e!3BYTg}TTaΈfgX_+t12)A{ߨcװzP*Q˩SRd*lN؏bjɇwu_ŧ03_m=/Quf +'I N?qj) +ʎӲ+Ar⻩6&HДC9mr|7rG%:Jr<(gG^Ĵ~xP^KYYD˓"$?f7ښ}Xo3'+Te|7~x9Fʓ u +ih +9Nt9uicsJw +cZ|$C[ie ";3|AzFY4WSHʘJ᧞)~%b[O?;Rw߹E5?"W|;ծI6X'\dKs}2{QA)wJtXi3uR3Tq5b|~<27bA}LXO6/'`:8gI$G,M`y}Gꦜ?)c7K !8Bʽl. ouv +KS?0Z<M^oE "1\eάI SsBITve赡 Rkvl$|i0qp +QxroHQvzŃe4`eb?V'ax * ǡ~MCC0"rsSC=y [^ՔI1d#J9&I# g߶c*B+FWndM}RYubPvc?_gMk5Zoof~G>ص͈,gk]E8?`aN/`p22it (/[@|;C]ar6X W,COQY``J_Bhq8 !;.*ĿLMbMKa{boKInUowg3Ս|Rq?'SoIV\]iTgȋ[_Z_j5'N8wM%+E:v +"Ӫax;Y `m e"bsiq>,Znè3Œe(go =$Rܬ'J:cj3f2 +N:3CC;Ov"<ȳA?9=ԇa{M˻&}Lnu4۟V[+._b$t1.}c{<0PBW*ZCƛOS 0aS5Ε-}7-*IC{1ȹAZųrO(G n69i5bDN'wL ,j"WvyMbfv&,ՆHѶG[f&Px&I뤏i=(˗z:[} $>]IlvyPd[tzw;hc9X S8{՝YJ4ks'$r+t7))m&LWQ L7)g͑".f E* +M:7jm !'3x<[r n^s:^M{9Eŷ8Bt,wv0V\a4T2G+A~/.FkQNIkc ߰VFW*w<6FL dQ$Ov1f;WZPS a('}_C_X6N)aQe@R!eѡju<B? +x9S4^buo{1v4/6d ӟf#4Zd)]َűׄte`jG>PQ:4#SEgN?jRgcvt{.c" lH#`_ + .)Ֆ1H~h!jހ6$ChS3:3agz {y7(IC.?NUK@N +vX 1j j ԛBs5n^SFL,t)PH$}Wȵ2MzIm%>-4!Rtlv; '@4& >&籽OlM+i3_%ƚ9M/Wu{,ٕ8͔,)+]0@ۭIOnvTB}P`GzibQD%( +_׶9f襪ߠ$c8TX^@4YؠHυE|emI{0r&D,;@a]C+U.Y ,|[>v ֢WjLFѺ>{axz\ױ6/䲣%goW _!,jrzHrfa !O_IO%q΂#qvp olAY ,H/B^PwARL2qc0he3,۳,!K޳9j*/4^PjkY20t) !*H鉪䇄*1S7(f"N\f- q#IoW4xNVrNi]qL\ӺfOfs o߹*[#凤crS,XrL']Zl>;:iR#N\ࢌ޾" NhS@7ZRE_'D&VeIKQLgT뛖!#m593%YYͺ )3+~Cȗ O4y˛]k˓H[/?BX-z:" Prgk:@AӺ?1,;Bnu仫=hV]ŋAAq(B¦o!?ʤon_X10T\d @sG]׃ :?V68עLha6! 4S\C0aBpƗQc`:c nͬbF Nxvt?Y`D3µ(8_oYQ!O + +7RgI KH +\Q;W) P%,8VE +דSczRewq0ETK;ZM 1’G=9I!nެlտHh + Ⴀ84<4cp!$-AJ W7-VȬV`l{?:.,Bv\E6|GT~bOzu^ZM#?^ +E!š 9"ŝL)@tdq( e3&xhQ+SșQt ;}zJtX1=~T.B3 #zvQzz n3Z!TL +!})^*yha#20ĕ ~@`eC`p+)0êD(Cq9ԅo2ތ|Xb$o-a:p%*ujzzY &gD; ޒ: -:E|ߕG@9R@fvj zH7F>@1 {\OKIŬbm)E?lomڄ" Jpw#jDh&gŞw=ueZx0sg*+$qz9U `^GȾKm1n.v +--pN8XVm^ܖ>l6BɠDĻ=Q7Bʪ.E]b?RIV_?W2GHͭΌ2܊ռZv![H; <ҀH.!#=/ +=hz Q(:kRn`k < QBU;G: xCˮXV,rn?D0fBj /<ߔ(Kd ǪnޞF+F ][_D"Xړv35ݠbM +?ΚԄ#>-ܾf&Ķ;մdygn S']?& ,3? π4qFg^ Z /;֫)_ #*mN&#nWۍ(C6j\eC'm?S{m3">֥^[q,q,"n5{,ӡ`a 2l +#tI[hAǚd [K# /i^8GZ-fփEQ2+lɹ+twZn0s|0fih:^K:,~5QiBK}hɁ+ꥪz!ƃ[5%әM\4+jP1>_ZVp?b x`sªR,H8Ppcя9N>e#$]}0j}L@A1  ks7*&M"n Ϡޜ*H:W ^`Qn<[mG?i|-2@QPX-UCѢŋ_rU3]vFhe 3!-L%M^7?b o(:J0G3߬^4*_nĥkǁ7Xr!*WZ.r~W4) + v}@O yFT:̅rFIwH;Ӏ<0]A.w9ayƅ$u\ʐpef*c[†vN6Ll.Kejpڣb9WBK2(#EH3{y/,1d1}G۟g@թV ?álXgO{-c +qGbH)Yjа}&&]T{H&H_tlP9](ޡ͟D )d G& O 5rm˂ZvfN(&ks>9^Ņ"Ed93튀ӳEL[ .ݨj'ӹ;3סt3wҷ܃betݚ ^v7 C(ُsy/y}):Gˬo az:ltOTb +´ճ•! B:x6aBӛ"/Ե.T{baOiV/6ʉu& "+6z$Oѐ^)/U\}a-,&j99 jm*H}=5 vfC0>0n{\_\,VJ'½L4Y׊"ܪl AB  + `0@ +C ʷJl*mGƥ,r;[r?R5?Ҡ9TbU4Y=0\ I|$V\lz;K7d,B'+sٛXD0e(gZdIlQ/4b/fFHo]qI-6E0~ +l!$9YU +uچEP,$_>8|輲\pϞ)TOAL;5elMe{ 9,z u`gA>MaF-]R@RF(ޝ"HƆyȯ?K줇ԟ$Ns>'@RI|PϏS%.qYMSqCZOȥ4H|R ߐC`p"3C> n֐ZAK +m|7%{PmwZ-%-h!O8 b$iϋNwǻ FÕ JaƘ˥YKQؖPkV[3jl t}8ba:yў0o,dPA^n?B!6/F`i^6ZB@xKMa &]g6( 曬AѬ{2qV1ƷV;nl//i /I & O$([.R,dؕ/JI*xVh_MkPa9B)>Z=u\`zNtٟb<[V'g Ąt2+Fa,C uiv 1g-M1C+HYolݪOǸ9j́Zū)g1M_Q΄Kk\;n'^!BwuL!XkA {dY(&( 㡭 +&;DYtymLY庇Lf$)KJ>Jg50rHck` + #'qsM0)Dmϥ +YW q9&)"l1iLKGWU8_zuy\t#*Ι:2j:W2-FmSaZ_d7اvumQkg]W[6=:`";!bUbnfnKS Xz|[ۖ:|tdPO 􀈊shmdGV)T\b ˹62jXNw,1*^&4UO1aiUh_&}s d@ʴy^"?#r̻Յ 9ˬ̚A}/#}|c(Qrxs4fO1۲D&4mzAgfycc-./ӴgPAdzq^|v 05w̝\`;goNWnzX2z71W4uS0@ۺflO3$hF +򮞟R)Q߭!$j `W#R{,[|tE> /."=\a-\A6ڽAL2$6#Bz]L)D`txnw]uix._BL8`GcOT#QhwMW!$N3} +͒HC6%:\4vk.- +kֽ7Z3RX_ޙ{OC9Ƒ56 GS:^v@a8aB:}pr'FZPY0R\?Kz7{c AT!ht?jX␯9Z2m;_9M:fl~)P!k墩^ۡ=2|)Tۇv4'ЦU a ɕ^6'N ++Ͷj*svaQkWl%(qҺH)NUHL4b)WޞtTZƝ-B`MԖƴ'EL盛)@j>b 1XDcM| a/!ܕ;ykJk:JEpÊ5sҨj8_Ok +Ȧj$&N`%Rψ.J2`6eVdELj-EKq_1RehqC"xEq_L,cd!(BUt8ӓZ~6A^,<" 6=(=0| z'DD($2 jϫ> +stream +%!PS-AdobeFont-1.0: CMTT12 003.002 +%%Title: CMTT12 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMTT12. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMTT12 known{/CMTT12 findfont dup/UniqueID known{dup +/UniqueID get 5000833 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /KKZFIQ+CMTT12 def +/FontBBox {-1 -234 524 695 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT12.) readonly def +/FullName (CMTT12) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch true def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 97 /a put +dup 99 /c put +dup 44 /comma put +dup 100 /d put +dup 101 /e put +dup 62 /greater put +dup 105 /i put +dup 60 /less put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 46 /period put +dup 114 /r put +dup 115 /s put +dup 116 /t put +dup 117 /u put +readonly def +currentdict end +currentfile eexec +oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsP4fTuO"rHϫ2?TR7*g[.LBr2P(#A$K1Ptrfq cS9:Z'c MVruL9[u}( &rLv;ᤸ}a+nwTS +)/H&EFFdb,ۯ;xqƗJN + +wk컔+-G"<O/p⠁\Aŕ˾f&:L5BFC¡%Rs=*d//OɎ_TIPu\]βMY; +VAaR U>@ \@3 /{.+0rb&#ܝ۴oA +, Rm_-{/ Q=><Ž a t\:jQJ/2rd8c< !+f4tP4xyq39ıYwCV:Ntq3FL^Knf&G4YL*|7|_v +0YPf3M`Oћl_R K`Jb<ms#qv1X`+K.: +;D{, ~I N z͸;DHGnK aa6.YZ%}ftcp/jbD;PDFGY7:Ĵ6o.n(R1Jʀ9]B)$?ϧԺ] %Xf!4 ?++w9R+%m{hʡ7\G=bZvE0K!vT7'k3kƂafD:dvŪC`X +qcQ!DIո{iy@f{vWԂ؊:gfq_LrA71Bn3ѥ=jbt%s{h , JbQd\JشK[DvoT A[+ +#kn~2skO ԸgV(X8oCg y}Wٵ)&pV?:N`HD:I01RT"c֤PyG3А 4b vCܥu( ѿYoD%{pdc5ɏV+Y}B_}WN_a'ȼ`b>s֬k|\?., z6sy 5dۮ0ȻA& *9Ȇ (CGaɖй,gh0VpKŋ9YugXR:,xfKtp_Ydx]f};[@9|D`6Np;;֑ G>q*9Wecu><X +}s-< f?K'.WM>b%, ,.2hAl1D"sJDѽh2'J+tnl&ϫ\SrPtJsyf=4]^&t:Wgy5,?vb_|1a9 (dR*3= M!iV*)?ʐ .qNqϋ4|{[VXHnHԉjU!˨,)H$x ,:-Ob6Pj4Փ$/onx>la0uub R-AE]:P~ rH7%L]];uHՖbǴ2 3VgS$cNeI]:&'եZLURwR#R]܃ hdaYǜe5=U)碿2 ʪK{-1KQg‹(k9eAX쇧^uHy)3$Epwqq,ժ-= +i(D_njt}zXlE ^u7x$;]kۭ 3N Wb_7q*?5q=ZԠﺃNeL]s,-՜F <sZ p$Y_p +endstream +endobj +94 0 obj +<< +/Length1 1661 +/Length2 3965 +/Length3 0 +/Length 5626 +>> +stream +%!PS-AdobeFont-1.0: CMTT8 003.002 +%%Title: CMTT8 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMTT8. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMTT8 known{/CMTT8 findfont dup/UniqueID known{dup +/UniqueID get 5000830 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /QHHRRK+CMTT8 def +/FontBBox {-5 -232 545 699 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT8.) readonly def +/FullName (CMTT8) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch true def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 97 /a put +dup 98 /b put +dup 101 /e put +dup 103 /g put +dup 45 /hyphen put +dup 105 /i put +dup 108 /l put +dup 110 /n put +dup 111 /o put +dup 112 /p put +dup 46 /period put +dup 63 /question put +dup 114 /r put +dup 115 /s put +dup 47 /slash put +dup 116 /t put +dup 117 /u put +dup 119 /w put +dup 120 /x put +dup 121 /y put +readonly def +currentdict end +currentfile eexec +oc;jAw-24 WEvQC<3A2kX0k^|:ٴfb,|=sLu2KZ`3ndgRw@),q՜G<&h'. ΍883 ABAԾI$s@F25ڪ,i pK>6K` %E((bsP,WKT"0KDǯҖkIUܨf/+WN/r4qW@d̍OG|Babhy52+2upa,-I"MC㉮0גv\G\% ؊Z\+;7tamJsXPc0NqL%tWtį, );b&L}NֲGi$߲:[<+s\6qGq %E~@kִ[iYKq[ Pvbr~1z6>)廄\oxobBin\![(;"0:7w yqMomD$cqKRXr c3mx]FЅ4_~n} VFuM;[)(6!^c0?;mXB1Pzfl!59`w}$<ݶ|\xoYCTJY4u]͵]d>GrUo?(dx[fOPZ1<`&>wQӪ3}$߼m=hTOs 6ַ,N{)D髪?MzW,M>|l5ɵTYC,)&t9ku%Dg<%HZEKJ8GYXqUBA&3> TJ +#S6t-F8!(+֜>dHTVÛ'43O}.߁}ɖHo'A=gL3y yԴ g-$2[ a$}:v923#Vȃ;:,\:Oh4*N)n.,kUjjU_]g8')0q7iӽeÿٛd +2i{i7u{|K5{`wR1K_4lP +uv\ ֩lYfF)LC?kawؒy.KCh߱LNv Up(jy6jKpfVDŤW<ƻQ[]ml!\`yBP?h5ZI5 /A>? ǵyUQ,覲}QD*h#mT^Zkݒt e_eyl]܋Z>ZiYff@8SSI򒬠֧oYfGzWPawIX<aХ3-E~psMOk.Ol43HIr(0}g!21\Њ9~t ݠ92Mj3%U YC foϘX|:NF'@1yY m7f +42ٕ)jC &R$Scy%: '80Mk94vq(dzu*Dz],y Vн:N mq_C~e@i%S^QP˖~z}0|\4J9-+;Iba>ELix;#z1jK.T[LDWDoYS` yOD짢L!!D6Sa1P(|6hWlAßY=ÅcrStbm1AsEKȇ!"3NE'cSL%Xޘwv!? C롵/%tHQ}U\էb sa5,JyPZׄ*S!Coh*Bfا0 T.Cdr AE?D}F<pz! eYX6V8ᥜ^6`ּ*÷#01{ 7e<߂\Wi#8rT_{xWD+Lan/l7ߥ2ebRkI zw3lvQDclF9c_WErX2BozZ(7΍@n{٠L?s9<H B +:6SL݆3SW۲+G9b{_-M+ \:T-cM~kg:l4ty+ +=O9l.aۧf˚U6*WBV'M,U[n* +endstream +endobj +96 0 obj +<< +/Length1 2442 +/Length2 15496 +/Length3 0 +/Length 17938 +>> +stream +%!PS-AdobeFont-1.0: CMTT9 003.002 +%%Title: CMTT9 +%Version: 003.002 +%%CreationDate: Mon Jul 13 16:17:00 2009 +%%Creator: David M. Jones +%Copyright: Copyright (c) 1997, 2009 American Mathematical Society +%Copyright: (), with Reserved Font Name CMTT9. +% This Font Software is licensed under the SIL Open Font License, Version 1.1. +% This license is in the accompanying file OFL.txt, and is also +% available with a FAQ at: http://scripts.sil.org/OFL. +%%EndComments +FontDirectory/CMTT9 known{/CMTT9 findfont dup/UniqueID known{dup +/UniqueID get 5000831 eq exch/FontType get 1 eq and}{pop false}ifelse +{save true}{false}ifelse}{false}ifelse +11 dict begin +/FontType 1 def +/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def +/FontName /AWNOGO+CMTT9 def +/FontBBox {-6 -233 542 698 }readonly def +/PaintType 0 def +/FontInfo 9 dict dup begin +/version (003.002) readonly def +/Notice (Copyright \050c\051 1997, 2009 American Mathematical Society \050\051, with Reserved Font Name CMTT9.) readonly def +/FullName (CMTT9) readonly def +/FamilyName (Computer Modern) readonly def +/Weight (Medium) readonly def +/ItalicAngle 0 def +/isFixedPitch true def +/UnderlinePosition -100 def +/UnderlineThickness 50 def +end readonly def +/Encoding 256 array +0 1 255 {1 index exch /.notdef put} for +dup 65 /A put +dup 66 /B put +dup 67 /C put +dup 69 /E put +dup 70 /F put +dup 71 /G put +dup 76 /L put +dup 78 /N put +dup 80 /P put +dup 82 /R put +dup 83 /S put +dup 84 /T put +dup 85 /U put +dup 88 /X put +dup 97 /a put +dup 42 /asterisk put +dup 64 /at put +dup 98 /b put +dup 92 /backslash put +dup 123 /braceleft put +dup 125 /braceright put +dup 91 /bracketleft put +dup 93 /bracketright put +dup 99 /c put +dup 58 /colon put +dup 44 /comma put +dup 100 /d put +dup 36 /dollar put +dup 101 /e put +dup 56 /eight put +dup 61 /equal put +dup 102 /f put +dup 53 /five put +dup 103 /g put +dup 62 /greater put +dup 104 /h put +dup 105 /i put +dup 107 /k put +dup 108 /l put +dup 60 /less put +dup 109 /m put +dup 110 /n put +dup 57 /nine put +dup 35 /numbersign put +dup 111 /o put +dup 49 /one put +dup 112 /p put +dup 40 /parenleft put +dup 41 /parenright put +dup 37 /percent put +dup 46 /period put +dup 113 /q put +dup 96 /quoteleft put +dup 114 /r put +dup 115 /s put +dup 54 /six put +dup 47 /slash put +dup 116 /t put +dup 50 /two put +dup 117 /u put +dup 118 /v put +dup 119 /w put +dup 120 /x put +dup 121 /y put +dup 122 /z put +dup 48 /zero put +readonly def +currentdict end +currentfile eexec +oc;jAw-=%W)-{ru)rAE(@{빴Q|_R +ϤA -T@|q|VkJ%qu8PwGxŪ̆Q6K -U\%b"t-*xJ+ +}3{Z2zݬT2s$Z&{BJ{=מ0).nBd^/!2-G+~b7 N&lds%o53NPc9U,Y뱂0L+OAdN;[9!"k_ӆ$Rb՘g uxVMhL$3Py5,o"7'*E<Zcb8r$`Fާ/r]:BI\$~=ԑψȜȿ!ꖲQS*_LyXg*!#B;Fdy9 vF.x&W܀cK[龭j + T-hj:ֲbcӢx~gk0^Z]Ψ&33g3wm2pBÌ:~qF邉u<^IE=*J.Zwc38Y.1jKAs;Ļ`R^yCQ4y &{uQgF +vlP︩ +e=Gylw +x]v&o9fiQpymQrijF\UBu :sy7R'T{cr/bzfuy-_Kh~ sӭ>a(zfz!#vZuZ"VUEɟw-@ i aI+ R̿P;XC 6e+je[7-^j[ +g93 ÅD c% ؙyJC=z[t vʩ>V3m9=Wp+l֏nׇ3g#7:Q@P~-u@ӱDV\sS;x; +J 'p +y?^CI $HGYt` \Lj%fxSڌrܾ0;=l;ÀMI>o C" + m޳I^:O|u.^Nuwb`95>dJJ 0Xp[tu^%ئ`' +0T I{ 6j=w ɽډ7Ș:{?lH)8OfmXn,ߗ Pii]X&Bx{5ǬfEޮDtz9nyB t+ 4,p$@x&|Ĩ4H~4J7B<«CP}uz|gr-:u[D\; }bUIS{27= FBk' + .~"tOz-3RٷZ[&hD|AQGCH :\'`aу2{=o>u&0߻;e01]V2c`CJ1/LW Yckɲ }c8LC|g%Y9.?e+PҁI4,}#yE؇]%T>},S !*. vt7[ORYSSԪ5՞l+>͎l6UY'_p%=]^:k2 b3Ҳvu\k!n2̋@Q*v}5z3mؚ/_~GfG쪑4,=5%ڹ]EHfnۀxRL/' 7.eϽaG}r +~) ]<$2uo6){QBX[#CI3je/NUX+`"P[\AXa|i Hnk, ? J_y3^c}|at <;1v@{EҬ /E7+?`+7TɈ/~2Fe匊I5)SXvNe BҮmy‰_14tl0w +3Kq +Tύ\Ӽzl]%bpg7G)t[VN~O^ v`v`чm +ňXh>r:9e1SNC$c% $¦,TM2COVe=S7u_{x $:#Zi1ʇl y ö^|QLψc&Hn) Ϩ|he }IMǕW*+-Z,dުyfmvԛ]t ;`o]WHY}'PN`SuBf$,ՕL=wm0mV l TOnt6M"X˃qDf0ms9?Ğ_mnH`AAmҚ +ܭajfnUۙCat/vPqE$NP^_مdv"TC[ |wҁ1|7B%fW"d6QIaҝE.Z;eF{N#{}?7yg +hS `tZ" *QC&KsulJ|6i$rEFXggξ&vH_I)LR*QgXuV,В"%_L΄"4vܹ٩vûZ! +Y@L{vߺ+N*Y+qi]/^L)my1=K ~{it{n?'2d,佛rt߳-F܅Fl L yfF?M_*a5պӽŒ!d 2Λiw/";qfW"^0$goaWvm.͢B/c@{:d"Av]P}C*&kx;k6܆xɃ% ^X2Lg]VmMhxP&({g^֣ ĤԒ|(dk/ܺHԔqJ'wBtgO`Oc \K*/g9Z<0vBWK=Q]a9LWA VR{C.Wwu5KnBr-DRe9(=4TS6-H;&hFjc{hm:څ6@A˒t;5Lƶ܊?8Q3UN"sG/B;mX):^ST'/l8)$XwgQi(2H- ~dI"&Gk(vTiRY[3:ħNכ/lIonM|M7*77J .e- 6Zh{Hp +/wJkL)Z@\YW!C}W,G%ձ%%4T|ᕐ~q2 i-FM嚴QYJ3@j?NtCtJhLLeX 65!T`2/|CO#8p9oMa7G(aQ٨BEp!U&X@O,+Ii SO-whmZv w n9{VkkqpwZEi;@L*N&>e0ˆWu~țYzAO2#̰GP3]nNμD)*_\3@Z>! sjbR {{©jhCw7sĨM~}C =Xs숱?=l?e׆F3=rب8 }{DŽbHKuW9a&O+ֺ81s8 \"gR\=TMϫu'|5:aF5u2RZRDh3`|Ǫ&EƢGoJ@$}m0x),p{RP7R/b8i ?fq/DS7nMnGDڄeB-j>7 +Y I>km^3/!Z1aD([#ѱ>>zLPV`\ %]TXj10w[N8%JВW Z3+Fd 6ވ_N>ޖ"U`_xUgNiIFhP;C:V^fU]#9] cSgybF\6. gex;6C9e +-UhW0'QS-'3KLՠo4#5b!#ܛ隗{+!>%DP,BYLm%-PsKx:dvw idSg-"H֚֐{wP>de /BԿ8}VRTKYXrW8$z\z#a͛" فX"&.q&D5B G 6NɓM ,?O*SWGGoo!CZ nJb`ؠ1 /᠀"r%Fܼ*bApލSޞ(mŗmGKmԝrzڢ/`gj[-&ԥ$G]MsefY__+Fp -P#8sb|/%l5O5(d)O_pAeH2j)2ogu%A(@+/[HZ2&OS8pRvnrY+1 _6_5lO7{08uld->qr9խqEhdRfF x'B"']uSPP(`l])}D)G/e]4?u4ϏGZȶcթ&c&n?ѡ}C6f3QSm&"-V zID,Rw {qk,-LI) K%?z?Ьfjb*ŖtsSfH' +Lyisk6nDi6]rLT ݜZ(l;kga+S,-FR>}[87WFC%Ct9(MA-MCCq>naݜnk{כ-R6mCߠ/WrУk!tgljNj7^r#^dy`Zb.|~ LĝS˜Z[Y p% ,E +9ߨV Ez#Eʀ/V4c/vrIV懈YY1곯O2<VȘVpwe M`;'@FlrqEݬokļom_RIzN_^[D]s">&y}N9T*"i< @c$iF_h$sUbQy`^IU3{ 9l0U M4ɯX\{m}8VIwU3a/5ỳ=Ns|.=T|a4?7yӰt!M( _]{k͒j]Q`rL% beЁ*/ +OSq}=?S=^/lWw]t+C KS>`nm>&Dgn+.sGQu 蟆&Ѹ5d~ DRM%mD?1[KL%63ܱ+c㦺RE&NWGs] Nu[z[A͉ȵ/hوgӷo) ZeEV-BH>L~4Nzϻ䁡: WPؒ3&[H/fA6v.ܼm_񟍒:|ƠKRO P]"@3R;ޥz9Ǽi XEW}+s_%Q ͐PJ!sTj|:.94{[L^up#i9dPXէs̎M3e^}nB?ZD3)5OڱE[`?w{kt:>T=1nTǸ4_b='%j;K9|L9-o:;' +5|Umdx*7) >"/^f3*p7alX5*<2g1* +b{*mf]0.d_hƕ v:OB=P&:p7##-92_F +|zx-Uhp'8D#9JJQ=MԠ^4YOXe }ի &WMS2hըfAܬٔzESo\*uN7ε3! )MoIwQ לZ kg@YL}`%h\`< [ + Sc$Zw< +Up}Gƨh?E Aoؚ"ˍn +Ny⥜riۯ<2RŮv饨a{6lo^Nn?}T-U*`ag~hF,Pys-*Pv[*+ Dc- 5m aE5xya2evmD ʲt $lܷk]H 3Ƅ}";8CC kNv rW5N2v?>tJA(kC}C;RT!u;>53. %W)zf2 2ط+f4e]o#_ˣdXЪMmnvQ;AA zDKQPh.5UoH+JM2tВiC aT/L~6Q4>N&d=-!ա[)`3_5ep#:=<Y1O-XYǫlGzX,u{ HO痁* ij TyK-nςɐw\ed.99Is90뚉tzLd/O))qea+Q`NUb!<|:()2W"|ez]U\0Mg'BM~O]r˗${2F/ O U%pmz.Rgc 2"-]1R253ab&+ 4vG\J8K? y&AwV~%4kT,:fZ4[J񎵫ap,lXoepNv3|q!Ͽi-m GN bek"d'6 ,)i i34>4tϊiJLԃ~x q}M|'q=@n ^U/cVN ʏ=@0j8PEugdqL +ڇAVj$tȘ-Fv'<Tc)nt;  .)2 /_:)kuhveL>q~]EJٸAowuH2w79C?8P)]HNBv6OM>}pGŰ*9Gbs6s%=04T9bpi#c_X]Ipl+p2nsOj)!X\I~7dl[`Ia1Һp^LM>Y5o$)p)F<%H!RкXqşx,!z4lSI4/ܲ:$tk3_&30+ MJʠb!'`̵s{dEG6ңfږ)nWAI@};x *-O5[|&[ok6bI9s;zIV*Z4.}r%cnDZ~9Ew}^ԕ +~sv;A׶T}yۖz- E%{V HS۶mDI~JN:DvGs.@<z\3R_֐>;e}FH5ֻ(RS!g~ { b펲8DI4D"@dHѹ)E[I~1{C vw0kxkqyc\ !O0L⾇]."q}x{t`?-UG7")>qu8zkS T`2\_ 0-#2{6sg4LanW/D,aWhJ %=.gEYT6H*~\BMm xGIrJ4w +u8u?k-)dc$S2cHoQ$[kj_ p34oGBG܈h&%^1S'瘦tjmݾ7'3 ^EEDl8uF6OG VEB/|Y3Z}ukh6NQ7o-d,X 3ܭQ2Q uTٴfA]-,Ur6;wt&Ts'0]{W@D%T)XsasSqf|>`sHF& 'q1L-7IaB|sY-ܶVZZ_BAr#> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmbx10-builtin-0) +%%Title: (TeX-cmbx10-builtin-0 TeX cmbx10-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmbx10-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmbx10-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +7 beginbfrange +<07> <08> <03A5> +<23> <26> <0023> +<28> <3B> <0028> +<3F> <5B> <003F> +<61> <7A> <0061> +<7B> <7C> <2013> + <03A5> +endbfrange +78 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <00660066> +<0C> <00660069> +<0D> <0066006C> +<0E> <006600660069> +<0F> <00660066006C> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<21> <0021> +<22> <201D> +<27> <2019> +<3C> <00A1> +<3D> <003D> +<3E> <00BF> +<5C> <201C> +<5D> <005D> +<5E> <02C6> +<5F> <02D9> +<60> <2018> +<7D> <02DD> +<7E> <02DC> +<7F> <00A8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <00660066> + <00660069> + <0066006C> + <006600660069> + <00660066006C> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +99 0 obj +<< +/Length 1729 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmbx12-builtin-0) +%%Title: (TeX-cmbx12-builtin-0 TeX cmbx12-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmbx12-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmbx12-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +7 beginbfrange +<07> <08> <03A5> +<23> <26> <0023> +<28> <3B> <0028> +<3F> <5B> <003F> +<61> <7A> <0061> +<7B> <7C> <2013> + <03A5> +endbfrange +78 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <00660066> +<0C> <00660069> +<0D> <0066006C> +<0E> <006600660069> +<0F> <00660066006C> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<21> <0021> +<22> <201D> +<27> <2019> +<3C> <00A1> +<3D> <003D> +<3E> <00BF> +<5C> <201C> +<5D> <005D> +<5E> <02C6> +<5F> <02D9> +<60> <2018> +<7D> <02DD> +<7E> <02DC> +<7F> <00A8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <00660066> + <00660069> + <0066006C> + <006600660069> + <00660066006C> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +100 0 obj +<< +/Length 1724 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmbx9-builtin-0) +%%Title: (TeX-cmbx9-builtin-0 TeX cmbx9-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmbx9-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmbx9-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +7 beginbfrange +<07> <08> <03A5> +<23> <26> <0023> +<28> <3B> <0028> +<3F> <5B> <003F> +<61> <7A> <0061> +<7B> <7C> <2013> + <03A5> +endbfrange +78 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <00660066> +<0C> <00660069> +<0D> <0066006C> +<0E> <006600660069> +<0F> <00660066006C> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<21> <0021> +<22> <201D> +<27> <2019> +<3C> <00A1> +<3D> <003D> +<3E> <00BF> +<5C> <201C> +<5D> <005D> +<5E> <02C6> +<5F> <02D9> +<60> <2018> +<7D> <02DD> +<7E> <02DC> +<7F> <00A8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <00660066> + <00660069> + <0066006C> + <006600660069> + <00660066006C> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +101 0 obj +<< +/Length 1530 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmmi7-builtin-0) +%%Title: (TeX-cmmi7-builtin-0 TeX cmmi7-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmmi7-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmmi7-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +20 beginbfrange +<07> <08> <03A5> +<0B> <0E> <03B1> +<10> <15> <03B6> +<17> <18> <03BD> +<19> <1A> <03C0> +<1B> <1D> <03C3> +<1F> <21> <03C7> +<28> <29> <21BC> +<2A> <2B> <21C0> +<30> <39> <0030> +<41> <5A> <0041> +<5B> <5D> <266D> +<61> <7A> <0061> + <03A5> + <03B1> + <03B6> + <03BD> + <03C0> + <03C3> + <03C7> +endbfrange +48 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0F> <03F5> +<16> <00B5> +<1E> <03D5> +<22> <03B5> +<23> <03D1> +<24> <03D6> +<25> <03F1> +<26> <03C2> +<27> <03C6> +<2E> <25B7> +<2F> <25C1> +<3A> <002E> +<3B> <002C> +<3C> <003C> +<3D> <002F> +<3E> <003E> +<3F> <22C6> +<40> <2202> +<5E> <2323> +<5F> <2322> +<60> <2113> +<7B> <0131> +<7C> <0237> +<7D> <2118> +<7E> <20D7> +<80> <03C8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <2126> + <03F5> + <00B5> + <03D5> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +102 0 obj +<< +/Length 1724 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmr10-builtin-0) +%%Title: (TeX-cmr10-builtin-0 TeX cmr10-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmr10-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmr10-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +7 beginbfrange +<07> <08> <03A5> +<23> <26> <0023> +<28> <3B> <0028> +<3F> <5B> <003F> +<61> <7A> <0061> +<7B> <7C> <2013> + <03A5> +endbfrange +78 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <00660066> +<0C> <00660069> +<0D> <0066006C> +<0E> <006600660069> +<0F> <00660066006C> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<21> <0021> +<22> <201D> +<27> <2019> +<3C> <00A1> +<3D> <003D> +<3E> <00BF> +<5C> <201C> +<5D> <005D> +<5E> <02C6> +<5F> <02D9> +<60> <2018> +<7D> <02DD> +<7E> <02DC> +<7F> <00A8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <00660066> + <00660069> + <0066006C> + <006600660069> + <00660066006C> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +103 0 obj +<< +/Length 1724 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmr12-builtin-0) +%%Title: (TeX-cmr12-builtin-0 TeX cmr12-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmr12-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmr12-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +7 beginbfrange +<07> <08> <03A5> +<23> <26> <0023> +<28> <3B> <0028> +<3F> <5B> <003F> +<61> <7A> <0061> +<7B> <7C> <2013> + <03A5> +endbfrange +78 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <00660066> +<0C> <00660069> +<0D> <0066006C> +<0E> <006600660069> +<0F> <00660066006C> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<21> <0021> +<22> <201D> +<27> <2019> +<3C> <00A1> +<3D> <003D> +<3E> <00BF> +<5C> <201C> +<5D> <005D> +<5E> <02C6> +<5F> <02D9> +<60> <2018> +<7D> <02DD> +<7E> <02DC> +<7F> <00A8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <00660066> + <00660069> + <0066006C> + <006600660069> + <00660066006C> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +104 0 obj +<< +/Length 1724 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmr17-builtin-0) +%%Title: (TeX-cmr17-builtin-0 TeX cmr17-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmr17-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmr17-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +7 beginbfrange +<07> <08> <03A5> +<23> <26> <0023> +<28> <3B> <0028> +<3F> <5B> <003F> +<61> <7A> <0061> +<7B> <7C> <2013> + <03A5> +endbfrange +78 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <00660066> +<0C> <00660069> +<0D> <0066006C> +<0E> <006600660069> +<0F> <00660066006C> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<21> <0021> +<22> <201D> +<27> <2019> +<3C> <00A1> +<3D> <003D> +<3E> <00BF> +<5C> <201C> +<5D> <005D> +<5E> <02C6> +<5F> <02D9> +<60> <2018> +<7D> <02DD> +<7E> <02DC> +<7F> <00A8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <00660066> + <00660069> + <0066006C> + <006600660069> + <00660066006C> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +105 0 obj +<< +/Length 1719 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmr6-builtin-0) +%%Title: (TeX-cmr6-builtin-0 TeX cmr6-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmr6-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmr6-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +7 beginbfrange +<07> <08> <03A5> +<23> <26> <0023> +<28> <3B> <0028> +<3F> <5B> <003F> +<61> <7A> <0061> +<7B> <7C> <2013> + <03A5> +endbfrange +78 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <00660066> +<0C> <00660069> +<0D> <0066006C> +<0E> <006600660069> +<0F> <00660066006C> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<21> <0021> +<22> <201D> +<27> <2019> +<3C> <00A1> +<3D> <003D> +<3E> <00BF> +<5C> <201C> +<5D> <005D> +<5E> <02C6> +<5F> <02D9> +<60> <2018> +<7D> <02DD> +<7E> <02DC> +<7F> <00A8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <00660066> + <00660069> + <0066006C> + <006600660069> + <00660066006C> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +106 0 obj +<< +/Length 1719 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmr7-builtin-0) +%%Title: (TeX-cmr7-builtin-0 TeX cmr7-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmr7-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmr7-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +7 beginbfrange +<07> <08> <03A5> +<23> <26> <0023> +<28> <3B> <0028> +<3F> <5B> <003F> +<61> <7A> <0061> +<7B> <7C> <2013> + <03A5> +endbfrange +78 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <00660066> +<0C> <00660069> +<0D> <0066006C> +<0E> <006600660069> +<0F> <00660066006C> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<21> <0021> +<22> <201D> +<27> <2019> +<3C> <00A1> +<3D> <003D> +<3E> <00BF> +<5C> <201C> +<5D> <005D> +<5E> <02C6> +<5F> <02D9> +<60> <2018> +<7D> <02DD> +<7E> <02DC> +<7F> <00A8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <00660066> + <00660069> + <0066006C> + <006600660069> + <00660066006C> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +107 0 obj +<< +/Length 1719 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmr9-builtin-0) +%%Title: (TeX-cmr9-builtin-0 TeX cmr9-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmr9-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmr9-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +7 beginbfrange +<07> <08> <03A5> +<23> <26> <0023> +<28> <3B> <0028> +<3F> <5B> <003F> +<61> <7A> <0061> +<7B> <7C> <2013> + <03A5> +endbfrange +78 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <00660066> +<0C> <00660069> +<0D> <0066006C> +<0E> <006600660069> +<0F> <00660066006C> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<21> <0021> +<22> <201D> +<27> <2019> +<3C> <00A1> +<3D> <003D> +<3E> <00BF> +<5C> <201C> +<5D> <005D> +<5E> <02C6> +<5F> <02D9> +<60> <2018> +<7D> <02DD> +<7E> <02DC> +<7F> <00A8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <00660066> + <00660069> + <0066006C> + <006600660069> + <00660066006C> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +108 0 obj +<< +/Length 1729 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmss17-builtin-0) +%%Title: (TeX-cmss17-builtin-0 TeX cmss17-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmss17-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmss17-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +7 beginbfrange +<07> <08> <03A5> +<23> <26> <0023> +<28> <3B> <0028> +<3F> <5B> <003F> +<61> <7A> <0061> +<7B> <7C> <2013> + <03A5> +endbfrange +78 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <00660066> +<0C> <00660069> +<0D> <0066006C> +<0E> <006600660069> +<0F> <00660066006C> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<21> <0021> +<22> <201D> +<27> <2019> +<3C> <00A1> +<3D> <003D> +<3E> <00BF> +<5C> <201C> +<5D> <005D> +<5E> <02C6> +<5F> <02D9> +<60> <2018> +<7D> <02DD> +<7E> <02DC> +<7F> <00A8> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <00660066> + <00660069> + <0066006C> + <006600660069> + <00660066006C> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +109 0 obj +<< +/Length 2050 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmsy10-builtin-0) +%%Title: (TeX-cmsy10-builtin-0 TeX cmsy10-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmsy10-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmsy10-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +27 beginbfrange +<08> <0C> <2295> +<12> <13> <2286> +<14> <15> <2264> +<16> <17> <2AAF> +<1A> <1B> <2282> +<1C> <1D> <226A> +<1E> <1F> <227A> +<23> <24> <2193> +<25> <26> <2197> +<2B> <2C> <21D3> +<3E> <3F> <22A4> +<41> <5A> <0041> +<5E> <5F> <2227> +<60> <61> <22A2> +<62> <63> <230A> +<64> <65> <2308> +<68> <69> <27E8> +<76> <77> <2291> +<79> <7A> <2020> + <2295> + <2297> + <2286> + <2264> + <2AAF> + <2282> + <226A> + <227A> +endbfrange +81 beginbfchar +<00> <2212> +<01> <00B7> +<02> <00D7> +<03> <2217> +<04> <00F7> +<05> <22C4> +<06> <00B1> +<07> <2213> +<0D> <20DD> +<0E> <25E6> +<0F> <2022> +<10> <224D> +<11> <2261> +<18> <223C> +<19> <2248> +<20> <2190> +<21> <2192> +<22> <2191> +<27> <2243> +<28> <21D0> +<29> <21D2> +<2A> <21D1> +<2D> <2196> +<2E> <2199> +<2F> <221D> +<30> <2032> +<31> <221E> +<32> <2208> +<33> <220B> +<34> <25B3> +<35> <25BD> +<36> <0338> +<38> <2200> +<39> <2203> +<3A> <00AC> +<3B> <2205> +<3C> <211C> +<3D> <2111> +<40> <2135> +<5B> <222A> +<5C> <2229> +<5D> <228E> +<66> <007B> +<67> <007D> +<6A> <007C> +<6B> <2225> +<6C> <2195> +<6D> <21D5> +<6E> <005C> +<6F> <2240> +<70> <221A> +<71> <2A3F> +<72> <2207> +<73> <222B> +<74> <2294> +<75> <2293> +<78> <00A7> +<7B> <00B6> +<7C> <2663> +<7D> <2662> +<7E> <2661> +<7F> <2660> +<80> <2190> + <0020> + <2212> + <00B7> + <00D7> + <2217> + <00F7> + <22C4> + <00B1> + <2213> + <20DD> + <25E6> + <2022> + <224D> + <2261> + <223C> + <2248> + <2190> + <2660> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +110 0 obj +<< +/Length 1543 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmtt10-builtin-0) +%%Title: (TeX-cmtt10-builtin-0 TeX cmtt10-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmtt10-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmtt10-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +5 beginbfrange +<07> <08> <03A5> +<21> <26> <0021> +<28> <5F> <0028> +<61> <7E> <0061> + <03A5> +endbfrange +70 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <2191> +<0C> <2193> +<0D> <0027> +<0E> <00A1> +<0F> <00BF> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<20> <2423> +<27> <2019> +<60> <2018> +<7F> <00A8> +<80> <2423> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <2191> + <2193> + <0027> + <00A1> + <00BF> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <2423> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +111 0 obj +<< +/Length 1543 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmtt12-builtin-0) +%%Title: (TeX-cmtt12-builtin-0 TeX cmtt12-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmtt12-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmtt12-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +5 beginbfrange +<07> <08> <03A5> +<21> <26> <0021> +<28> <5F> <0028> +<61> <7E> <0061> + <03A5> +endbfrange +70 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <2191> +<0C> <2193> +<0D> <0027> +<0E> <00A1> +<0F> <00BF> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<20> <2423> +<27> <2019> +<60> <2018> +<7F> <00A8> +<80> <2423> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <2191> + <2193> + <0027> + <00A1> + <00BF> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <2423> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +112 0 obj +<< +/Length 1538 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmtt8-builtin-0) +%%Title: (TeX-cmtt8-builtin-0 TeX cmtt8-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmtt8-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmtt8-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +5 beginbfrange +<07> <08> <03A5> +<21> <26> <0021> +<28> <5F> <0028> +<61> <7E> <0061> + <03A5> +endbfrange +70 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <2191> +<0C> <2193> +<0D> <0027> +<0E> <00A1> +<0F> <00BF> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<20> <2423> +<27> <2019> +<60> <2018> +<7F> <00A8> +<80> <2423> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <2191> + <2193> + <0027> + <00A1> + <00BF> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <2423> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +113 0 obj +<< +/Length 1538 +>> +stream +%!PS-Adobe-3.0 Resource-CMap +%%DocumentNeededResources: ProcSet (CIDInit) +%%IncludeResource: ProcSet (CIDInit) +%%BeginResource: CMap (TeX-cmtt9-builtin-0) +%%Title: (TeX-cmtt9-builtin-0 TeX cmtt9-builtin 0) +%%Version: 1.000 +%%EndComments +/CIDInit /ProcSet findresource begin +12 dict begin +begincmap +/CIDSystemInfo +<< /Registry (TeX) +/Ordering (cmtt9-builtin) +/Supplement 0 +>> def +/CMapName /TeX-cmtt9-builtin-0 def +/CMapType 2 def +1 begincodespacerange +<00> +endcodespacerange +5 beginbfrange +<07> <08> <03A5> +<21> <26> <0021> +<28> <5F> <0028> +<61> <7E> <0061> + <03A5> +endbfrange +70 beginbfchar +<00> <0393> +<01> <2206> +<02> <0398> +<03> <039B> +<04> <039E> +<05> <03A0> +<06> <03A3> +<09> <03A8> +<0A> <2126> +<0B> <2191> +<0C> <2193> +<0D> <0027> +<0E> <00A1> +<0F> <00BF> +<10> <0131> +<11> <0237> +<12> <0060> +<13> <00B4> +<14> <02C7> +<15> <02D8> +<16> <00AF> +<17> <02DA> +<18> <00B8> +<19> <00DF> +<1A> <00E6> +<1B> <0153> +<1C> <00F8> +<1D> <00C6> +<1E> <0152> +<1F> <00D8> +<20> <2423> +<27> <2019> +<60> <2018> +<7F> <00A8> +<80> <2423> + <0020> + <0393> + <2206> + <0398> + <039B> + <039E> + <03A0> + <03A3> + <03A8> + <00AD> + <00A0> + <2126> + <2191> + <2193> + <0027> + <00A1> + <00BF> + <0131> + <0237> + <0060> + <00B4> + <02C7> + <02D8> + <00AF> + <02DA> + <00B8> + <00DF> + <00E6> + <0153> + <00F8> + <00C6> + <0152> + <00D8> + <2423> + <00A8> +endbfchar +endcmap +CMapName currentdict /CMap defineresource pop +end +end +%%EndResource +%%EOF + +endstream +endobj +116 0 obj +<< +/Producer (pdfTeX-1.40.18) +/Creator (TeX) +/CreationDate (D:20190107234747+01'00') +/ModDate (D:20190107234747+01'00') +/Trapped /False +/PTEX.Fullbanner (This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) kpathsea version 6.2.3) +>> +endobj +14 0 obj +<< +/Type /ObjStm +/N 72 +/First 589 +/Length 16568 +>> +stream +2 0 1 107 17 272 16 382 23 505 22 615 27 726 26 836 30 959 29 1069 +35 1192 34 1302 38 1413 37 1523 42 1634 41 1744 45 1855 44 1965 48 2052 47 2162 +50 2285 51 2760 52 3137 53 3684 54 3703 55 4048 56 4165 57 4776 58 5397 59 6028 +60 6143 61 6623 62 6946 63 7403 64 7977 65 8136 67 8323 69 8722 71 9040 73 9265 +75 9485 77 9987 79 10332 81 10557 83 10772 85 11033 87 11353 89 11581 91 11832 93 12201 +95 12460 97 12729 12 13217 11 13371 8 13525 21 13678 13 13831 6 13985 4 14138 10 14291 +19 14443 9 14595 5 14747 25 14901 20 15056 7 15211 33 15365 32 15519 15 15673 40 15777 +114 15868 115 15931 +% 2 0 obj +<< +/Type /Page +/Contents 3 0 R +/Resources 1 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 15 0 R +>> +% 1 0 obj +<< +/Font << /F15 4 0 R /F16 5 0 R /F17 6 0 R /F35 7 0 R /F37 8 0 R /F36 9 0 R /F19 10 0 R /F47 11 0 R /F48 12 0 R /F8 13 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 17 0 obj +<< +/Type /Page +/Contents 18 0 R +/Resources 16 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 15 0 R +>> +% 16 0 obj +<< +/Font << /F47 11 0 R /F8 13 0 R /F7 19 0 R /F54 20 0 R /F48 12 0 R /F10 21 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 23 0 obj +<< +/Type /Page +/Contents 24 0 R +/Resources 22 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 15 0 R +>> +% 22 0 obj +<< +/Font << /F14 25 0 R /F48 12 0 R /F8 13 0 R /F7 19 0 R /F54 20 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 27 0 obj +<< +/Type /Page +/Contents 28 0 R +/Resources 26 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 15 0 R +>> +% 26 0 obj +<< +/Font << /F14 25 0 R /F48 12 0 R /F8 13 0 R /F54 20 0 R /F47 11 0 R /F7 19 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 30 0 obj +<< +/Type /Page +/Contents 31 0 R +/Resources 29 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 15 0 R +>> +% 29 0 obj +<< +/Font << /F8 13 0 R /F7 19 0 R /F47 11 0 R /F57 32 0 R /F19 10 0 R /F56 33 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 35 0 obj +<< +/Type /Page +/Contents 36 0 R +/Resources 34 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 15 0 R +>> +% 34 0 obj +<< +/Font << /F8 13 0 R /F7 19 0 R /F57 32 0 R /F54 20 0 R /F48 12 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 38 0 obj +<< +/Type /Page +/Contents 39 0 R +/Resources 37 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 40 0 R +>> +% 37 0 obj +<< +/Font << /F8 13 0 R /F54 20 0 R /F14 25 0 R /F7 19 0 R /F57 32 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 42 0 obj +<< +/Type /Page +/Contents 43 0 R +/Resources 41 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 40 0 R +>> +% 41 0 obj +<< +/Font << /F8 13 0 R /F54 20 0 R /F7 19 0 R /F57 32 0 R /F48 12 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 45 0 obj +<< +/Type /Page +/Contents 46 0 R +/Resources 44 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 40 0 R +>> +% 44 0 obj +<< +/Font << /F7 19 0 R /F57 32 0 R /F8 13 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 48 0 obj +<< +/Type /Page +/Contents 49 0 R +/Resources 47 0 R +/MediaBox [0 0 595.276 841.89] +/Parent 40 0 R +>> +% 47 0 obj +<< +/Font << /F7 19 0 R /F57 32 0 R /F47 11 0 R /F48 12 0 R /F14 25 0 R /F8 13 0 R >> +/ProcSet [ /PDF /Text ] +>> +% 50 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.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] +% 51 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] +% 52 0 obj +[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] +% 53 0 obj +[476.1] +% 54 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] +% 55 0 obj +[569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 569.5 323.4 323.4 323.4 877 538.7 538.7 877 843.3] +% 56 0 obj +[555.6 555.6 833.3 833.3 277.8 305.6 500 500 500 500 500 750 444.4 500 722.2 777.8 500 902.8 1013.9 777.8 277.8 277.8 500 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 500 277.8 500 277.8 277.8 500 555.6 444.4 555.6 444.4 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.4 388.9 555.6 527.8 722.2 527.8 527.8 444.4] +% 57 0 obj +[638.9 638.9 958.3 958.3 319.4 351.4 575 575 575 575 575 869.4 511.1 597.2 830.6 894.4 575 1041.7 1169.4 894.4 319.4 350 602.8 958.3 575 958.3 894.4 319.4 447.2 447.2 575 894.4 319.4 383.3 319.4 575 575 575 575 575 575 575 575 575 575 575 319.4 319.4 350 894.4 543.1 543.1 894.4 869.4 818.1 830.6 881.9 755.6 723.6 904.2 900 436.1 594.4 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.4 602.8 319.4 575 319.4 319.4 559 638.9 511.1 638.9 527.1 351.4 575 638.9 319.4 351.4 606.9 319.4 958.3 638.9 575 638.9 606.9 473.6 453.6 447.2 638.9 606.9 830.6 606.9 606.9] +% 58 0 obj +[625 625 937.5 937.5 312.5 343.7 562.5 562.5 562.5 562.5 562.5 849.5 500 574.1 812.5 875 562.5 1018.5 1143.5 875 312.5 342.6 581 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 342.6 875 531.2 531.2 875 849.5 799.8 812.5 862.3 738.4 707.2 884.3 879.6 419 581 880.8 675.9 1067.1 879.6 844.9 768.5 844.9 839.1 625 782.4 864.6 849.5 1162 849.5 849.5 687.5 312.5 581 312.5 562.5 312.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.8 437.5 625 593.7 812.5 593.7 593.7] +% 59 0 obj +[611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 611.1 351.8 351.8 351.8 935.2 578.7 578.7 935.2 896.3] +% 60 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 285.5 799.4 485.3 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.5 571 742.3 770.7 770.7 1056.2 770.7 770.7 628.1 285.5 513.9 285.5 513.9 285.5 285.5 513.9 571 456.8 571 457.2 314 513.9 571 285.5 314 542.4 285.5 856.5 571 513.9 571 542.4 402 405.4 399.7 571 542.4 742.3 542.4 542.4] +% 61 0 obj +[892.9 840.9 854.6 906.6 776.5 743.7 929.9 924.4 446.3 610.8 925.8 710.8 1121.6 924.4 888.9 808 888.9 886.7 657.4 823.1 908.6 892.9 1221.6 892.9 892.9 723.1 328.7 617.6 328.7 591.7 328.7 328.7 575.2 657.4 525.9 657.4 543 361.6 591.7 657.4 328.7 361.6 624.5 328.7 986.1 657.4 591.7 657.4 624.5 488.1 466.8 460.2] +% 62 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 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 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 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 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 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6 514.6] +% 63 0 obj +[489.6 489.6 489.6 489.6 489.6 734 435.2 489.6 707.2 761.6 489.6 883.8 992.6 761.6 272 272 489.6 816 489.6 816 761.6 272 380.8 380.8 489.6 761.6 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 272 761.6 462.4 462.4 761.6 734 693.4 707.2 747.8 666.2 639 768.3 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 489.6 272 489.6 272 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 435.2] +% 64 0 obj +[450.9 483.9 418 483.9 418 287.3 470.2 483.9 222.6 248.8 457.7 222.6 745.1 483.9 470.2 483.9 483.9 320.3 360.5 339.6 483.9 431.6 640.6 431.6 431.6] +% 65 0 obj +[667.6 693.3 693.3 954.5 693.3 693.3 563.1 249.6 458.6 249.6 458.6 249.6 249.6 458.6 510.9 406.4 510.9 406.4 275.8 458.6 510.9 249.6 275.8 484.7 249.6 772.1 510.9 458.6 510.9] +% 67 0 obj +<< +/Type /FontDescriptor +/FontName /EUYHYW+CMBX10 +/Flags 4 +/FontBBox [-56 -250 1164 750] +/Ascent 694 +/CapHeight 686 +/Descent -194 +/ItalicAngle 0 +/StemV 114 +/XHeight 444 +/CharSet (/A/B/E/H/I/L/P/S/U/a/asterisk/b/bracketleft/bracketright/c/colon/comma/d/e/eight/equal/f/fi/five/fl/four/g/h/i/k/l/m/n/nine/o/one/p/period/q/r/s/seven/six/slash/t/three/two/u/v/w/x/y/zero) +/FontFile 66 0 R +>> +% 69 0 obj +<< +/Type /FontDescriptor +/FontName /KUVYHM+CMBX12 +/Flags 4 +/FontBBox [-53 -251 1139 750] +/Ascent 694 +/CapHeight 686 +/Descent -194 +/ItalicAngle 0 +/StemV 109 +/XHeight 444 +/CharSet (/C/E/H/I/L/P/S/U/a/c/d/e/eight/f/fi/five/four/g/i/k/l/m/n/o/one/p/period/q/r/s/seven/six/t/three/two/u/x/y) +/FontFile 68 0 R +>> +% 71 0 obj +<< +/Type /FontDescriptor +/FontName /EUWOLL+CMBX9 +/Flags 4 +/FontBBox [-58 -250 1195 750] +/Ascent 694 +/CapHeight 686 +/Descent -194 +/ItalicAngle 0 +/StemV 117 +/XHeight 444 +/CharSet (/A/a/b/c/r/s/t) +/FontFile 70 0 R +>> +% 73 0 obj +<< +/Type /FontDescriptor +/FontName /RVCXXH+CMMI7 +/Flags 4 +/FontBBox [-1 -250 1171 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 81 +/XHeight 431 +/CharSet (/epsilon1) +/FontFile 72 0 R +>> +% 75 0 obj +<< +/Type /FontDescriptor +/FontName /YCGTEF+CMR10 +/Flags 4 +/FontBBox [-40 -250 1009 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 69 +/XHeight 431 +/CharSet (/A/C/D/E/F/G/H/I/J/L/M/N/O/P/R/S/T/V/W/X/Y/a/asterisk/b/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/f/ffi/fi/five/fl/four/g/h/hyphen/i/k/l/m/n/nine/numbersign/o/one/p/parenleft/parenright/period/q/quotedblright/quoteleft/quoteright/r/s/seven/six/slash/t/three/two/u/v/w/x/y/z/zero) +/FontFile 74 0 R +>> +% 77 0 obj +<< +/Type /FontDescriptor +/FontName /KHAQKJ+CMR12 +/Flags 4 +/FontBBox [-34 -251 988 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 65 +/XHeight 431 +/CharSet (/A/B/C/D/E/G/J/M/N/P/R/S/T/U/a/c/comma/d/e/eight/g/grave/h/i/l/m/n/nine/o/one/p/period/quotedblleft/quotedblright/r/s/t/two/u/v/y/z/zero) +/FontFile 76 0 R +>> +% 79 0 obj +<< +/Type /FontDescriptor +/FontName /XEWKYT+CMR17 +/Flags 4 +/FontBBox [-33 -250 945 749] +/Ascent 694 +/CapHeight 683 +/Descent -195 +/ItalicAngle 0 +/StemV 53 +/XHeight 430 +/CharSet (/T/a/c/e/g/h/k/p) +/FontFile 78 0 R +>> +% 81 0 obj +<< +/Type /FontDescriptor +/FontName /KEPNXL+CMR6 +/Flags 4 +/FontBBox [-20 -250 1193 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 83 +/XHeight 431 +/CharSet (/A/one) +/FontFile 80 0 R +>> +% 83 0 obj +<< +/Type /FontDescriptor +/FontName /VDRGYX+CMR7 +/Flags 4 +/FontBBox [-27 -250 1122 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 79 +/XHeight 431 +/CharSet (/A/eight/five/four/nine/one/seven/six/three/two/zero) +/FontFile 82 0 R +>> +% 85 0 obj +<< +/Type /FontDescriptor +/FontName /BDIFWW+CMR9 +/Flags 4 +/FontBBox [-39 -250 1036 750] +/Ascent 694 +/CapHeight 683 +/Descent -194 +/ItalicAngle 0 +/StemV 74 +/XHeight 431 +/CharSet (/A/D/E/F/L/P/T/U/X/a/b/c/comma/d/e/f/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/period/r/s/slash/t/u/v/w/x/y) +/FontFile 84 0 R +>> +% 87 0 obj +<< +/Type /FontDescriptor +/FontName /DRNAIY+CMSS17 +/Flags 4 +/FontBBox [-58 -250 939 758] +/Ascent 694 +/CapHeight 694 +/Descent -195 +/ItalicAngle 0 +/StemV 76 +/XHeight 430 +/CharSet (/a/b/e/i/l/s/t/x/y) +/FontFile 86 0 R +>> +% 89 0 obj +<< +/Type /FontDescriptor +/FontName /CAKAEM+CMSY10 +/Flags 4 +/FontBBox [-29 -960 1116 775] +/Ascent 750 +/CapHeight 683 +/Descent -194 +/ItalicAngle -14 +/StemV 40 +/XHeight 431 +/CharSet (/backslash/braceleft/braceright/bullet) +/FontFile 88 0 R +>> +% 91 0 obj +<< +/Type /FontDescriptor +/FontName /SWDVUC+CMTT10 +/Flags 4 +/FontBBox [-4 -233 537 696] +/Ascent 611 +/CapHeight 611 +/Descent -222 +/ItalicAngle 0 +/StemV 69 +/XHeight 431 +/CharSet (/A/B/S/a/asterisk/at/b/backslash/bracketleft/bracketright/c/colon/d/e/f/four/g/h/hyphen/i/k/l/m/n/o/p/parenleft/parenright/period/q/r/s/slash/t/u/v/w/x/y/z/zero) +/FontFile 90 0 R +>> +% 93 0 obj +<< +/Type /FontDescriptor +/FontName /KKZFIQ+CMTT12 +/Flags 4 +/FontBBox [-1 -234 524 695] +/Ascent 611 +/CapHeight 611 +/Descent -222 +/ItalicAngle 0 +/StemV 65 +/XHeight 431 +/CharSet (/a/c/comma/d/e/greater/i/less/n/o/p/period/r/s/t/u) +/FontFile 92 0 R +>> +% 95 0 obj +<< +/Type /FontDescriptor +/FontName /QHHRRK+CMTT8 +/Flags 4 +/FontBBox [-5 -232 545 699] +/Ascent 611 +/CapHeight 611 +/Descent -222 +/ItalicAngle 0 +/StemV 76 +/XHeight 431 +/CharSet (/a/b/e/g/hyphen/i/l/n/o/p/period/question/r/s/slash/t/u/w/x/y) +/FontFile 94 0 R +>> +% 97 0 obj +<< +/Type /FontDescriptor +/FontName /AWNOGO+CMTT9 +/Flags 4 +/FontBBox [-6 -233 542 698] +/Ascent 611 +/CapHeight 611 +/Descent -222 +/ItalicAngle 0 +/StemV 74 +/XHeight 431 +/CharSet (/A/B/C/E/F/G/L/N/P/R/S/T/U/X/a/asterisk/at/b/backslash/braceleft/braceright/bracketleft/bracketright/c/colon/comma/d/dollar/e/eight/equal/f/five/g/greater/h/i/k/l/less/m/n/nine/numbersign/o/one/p/parenleft/parenright/percent/period/q/quoteleft/r/s/six/slash/t/two/u/v/w/x/y/z/zero) +/FontFile 96 0 R +>> +% 12 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /EUYHYW+CMBX10 +/FontDescriptor 67 0 R +/FirstChar 12 +/LastChar 121 +/Widths 57 0 R +/ToUnicode 98 0 R +>> +% 11 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /KUVYHM+CMBX12 +/FontDescriptor 69 0 R +/FirstChar 12 +/LastChar 121 +/Widths 58 0 R +/ToUnicode 99 0 R +>> +% 8 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /EUWOLL+CMBX9 +/FontDescriptor 71 0 R +/FirstChar 65 +/LastChar 116 +/Widths 61 0 R +/ToUnicode 100 0 R +>> +% 21 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /RVCXXH+CMMI7 +/FontDescriptor 73 0 R +/FirstChar 15 +/LastChar 15 +/Widths 53 0 R +/ToUnicode 101 0 R +>> +% 13 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /YCGTEF+CMR10 +/FontDescriptor 75 0 R +/FirstChar 12 +/LastChar 122 +/Widths 56 0 R +/ToUnicode 102 0 R +>> +% 6 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /KHAQKJ+CMR12 +/FontDescriptor 77 0 R +/FirstChar 18 +/LastChar 122 +/Widths 63 0 R +/ToUnicode 103 0 R +>> +% 4 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /XEWKYT+CMR17 +/FontDescriptor 79 0 R +/FirstChar 84 +/LastChar 112 +/Widths 65 0 R +/ToUnicode 104 0 R +>> +% 10 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /KEPNXL+CMR6 +/FontDescriptor 81 0 R +/FirstChar 49 +/LastChar 65 +/Widths 59 0 R +/ToUnicode 105 0 R +>> +% 19 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /VDRGYX+CMR7 +/FontDescriptor 83 0 R +/FirstChar 48 +/LastChar 65 +/Widths 55 0 R +/ToUnicode 106 0 R +>> +% 9 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /BDIFWW+CMR9 +/FontDescriptor 85 0 R +/FirstChar 40 +/LastChar 121 +/Widths 60 0 R +/ToUnicode 107 0 R +>> +% 5 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /DRNAIY+CMSS17 +/FontDescriptor 87 0 R +/FirstChar 97 +/LastChar 121 +/Widths 64 0 R +/ToUnicode 108 0 R +>> +% 25 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /CAKAEM+CMSY10 +/FontDescriptor 89 0 R +/FirstChar 15 +/LastChar 110 +/Widths 52 0 R +/ToUnicode 109 0 R +>> +% 20 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /SWDVUC+CMTT10 +/FontDescriptor 91 0 R +/FirstChar 40 +/LastChar 122 +/Widths 54 0 R +/ToUnicode 110 0 R +>> +% 7 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /KKZFIQ+CMTT12 +/FontDescriptor 93 0 R +/FirstChar 44 +/LastChar 117 +/Widths 62 0 R +/ToUnicode 111 0 R +>> +% 33 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /QHHRRK+CMTT8 +/FontDescriptor 95 0 R +/FirstChar 45 +/LastChar 121 +/Widths 50 0 R +/ToUnicode 112 0 R +>> +% 32 0 obj +<< +/Type /Font +/Subtype /Type1 +/BaseFont /AWNOGO+CMTT9 +/FontDescriptor 97 0 R +/FirstChar 35 +/LastChar 125 +/Widths 51 0 R +/ToUnicode 113 0 R +>> +% 15 0 obj +<< +/Type /Pages +/Count 6 +/Parent 114 0 R +/Kids [2 0 R 17 0 R 23 0 R 27 0 R 30 0 R 35 0 R] +>> +% 40 0 obj +<< +/Type /Pages +/Count 4 +/Parent 114 0 R +/Kids [38 0 R 42 0 R 45 0 R 48 0 R] +>> +% 114 0 obj +<< +/Type /Pages +/Count 10 +/Kids [15 0 R 40 0 R] +>> +% 115 0 obj +<< +/Type /Catalog +/Pages 114 0 R +>> + +endstream +endobj +117 0 obj +<< +/Type /XRef +/Index [0 118] +/Size 118 +/W [1 3 1] +/Root 115 0 R +/Info 116 0 R +/ID [<615214F2FC590B805EAB9C452DE94308> <615214F2FC590B805EAB9C452DE94308>] +/Length 590 +>> +stream +:>9A6=;5488sD<@7*?Gr eCB  +{   E9̏ !"# +$%%_!&'E(H):-*\+z,'-./0Z 1my23JFB:ph`XK>1.l$*10FG7ny +endstream +endobj +startxref +293253 +%%EOF diff --git a/macros/latex/contrib/axessibility/axessibilityExampleGoldenMean.tex b/macros/latex/contrib/axessibility/axessibilityExampleGoldenMean.tex new file mode 100644 index 0000000000..9078e82c2f --- /dev/null +++ b/macros/latex/contrib/axessibility/axessibilityExampleGoldenMean.tex @@ -0,0 +1,42 @@ +% +% Copyright (C) 2018, 2019 by +% Anna Capietto, Sandro Coriasco, Tiziana Armano, +% Nadir Murru, Alice Ruighi, Eugenia Taranto, +% Dragan Ahmetovic, Cristian Bernareggi, Michele Berra +% +% Based on accsupp.sty +% +% This work consists of the main source file axessibility.dtx +% and the derived files +% axessibility.ins, axessibility.sty, axessibility.pdf, README, +% axessibilityExampleGoldenMean.tex +% +% The Current Maintainer of this work is +% Sandro Coriasco +% +% This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 License +% http://creativecommons.org/licenses/by-nc/4.0/ +% + +\documentclass[a4paper,11pt]{article} + +\usepackage{axessibility} + +\title{The golden mean} +\author{} +\date{} + +\begin{document} + +\maketitle + +The golden mean is the number +\[\frac{1 + \sqrt{5}}{2},\] +that is the root larger in modulus of +\begin{equation} x^2 - x - 1. \end{equation} +It is usually defined as the ratio of two lengths \(a\) and \(b\) such that +\begin{equation*} (a+b) : a = a : b. \end{equation*} +Let \(x\) be the ratio \( \frac{a}{b} \), we have \( \frac{a+b}{a} = 1 + \frac{1}{x} \), from which we get the equation \(x^2 = x + 1\). + + +\end{document} \ No newline at end of file -- cgit v1.2.3