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/figbib/README | 14 + macros/latex/contrib/figbib/figbib.bst | 56 + macros/latex/contrib/figbib/figbib.sty | 388 +++++++ macros/latex/contrib/figbib/figbib1.bst | 56 + macros/latex/contrib/figbib/figbib_doc.pdf | 1483 +++++++++++++++++++++++++ macros/latex/contrib/figbib/figbib_doc.tex | 433 ++++++++ macros/latex/contrib/figbib/figbib_sample.bib | 18 + macros/latex/contrib/figbib/figbib_sample.pdf | Bin 0 -> 40418 bytes macros/latex/contrib/figbib/figbib_sample.tex | 35 + macros/latex/contrib/figbib/smiley.eps | 256 +++++ 10 files changed, 2739 insertions(+) create mode 100644 macros/latex/contrib/figbib/README create mode 100644 macros/latex/contrib/figbib/figbib.bst create mode 100644 macros/latex/contrib/figbib/figbib.sty create mode 100644 macros/latex/contrib/figbib/figbib1.bst create mode 100644 macros/latex/contrib/figbib/figbib_doc.pdf create mode 100644 macros/latex/contrib/figbib/figbib_doc.tex create mode 100644 macros/latex/contrib/figbib/figbib_sample.bib create mode 100644 macros/latex/contrib/figbib/figbib_sample.pdf create mode 100644 macros/latex/contrib/figbib/figbib_sample.tex create mode 100644 macros/latex/contrib/figbib/smiley.eps (limited to 'macros/latex/contrib/figbib') diff --git a/macros/latex/contrib/figbib/README b/macros/latex/contrib/figbib/README new file mode 100644 index 0000000000..6237c2e473 --- /dev/null +++ b/macros/latex/contrib/figbib/README @@ -0,0 +1,14 @@ +FigBib, v. 2004-08-12 + +Short description: + +FigBib lets you organize your figures in BibTeX databases. Some FigBib features are: +- Store and manage figures in a BibTeX database +- Include figures in your LaTeX document with one short command +- Generate a List of Figures containing more/other information than the figure captions +- Control with one switch where to output the figures, either as usual float objects or in a separate part at the end of your document + +This work is copyright. To be used under the terms of +The LaTeX Project Public License (lppl). + +12 Aug 2004, Jan Poland. diff --git a/macros/latex/contrib/figbib/figbib.bst b/macros/latex/contrib/figbib/figbib.bst new file mode 100644 index 0000000000..d693f9e9a1 --- /dev/null +++ b/macros/latex/contrib/figbib/figbib.bst @@ -0,0 +1,56 @@ + +ENTRY + { main + add + file + source + caption + } + {} + {} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'write$ + if$ +} + +FUNCTION {fig} +{ newline$ + "\figbibitem{" write$ + cite$ write$ + "}{" write$ + main write$ + "}{" write$ + add output + "}{" write$ + file write$ + "}{" write$ + source output + "}{" write$ + caption output + "}" write$ + newline$ +} + + +FUNCTION {begin.thefigdblist} +{ "\begin{thefigbiblist}" write$ + newline$ + preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ +} + +FUNCTION {end.thefigdblist} +{ newline$ + "\end{thefigbiblist}" write$ + newline$ +} + +READ +EXECUTE {begin.thefigdblist} +ITERATE {call.type$} +EXECUTE {end.thefigdblist} diff --git a/macros/latex/contrib/figbib/figbib.sty b/macros/latex/contrib/figbib/figbib.sty new file mode 100644 index 0000000000..889596ed5b --- /dev/null +++ b/macros/latex/contrib/figbib/figbib.sty @@ -0,0 +1,388 @@ + +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesPackage{figbib}[2004/08/12] +\usepackage{epsfig} + +% +% Options +% -------- +% +% center, nopics, nopages, nosource, addcaption, nocaption, maincaption, xpart, xplate, german +% +% +% Commands +% -------- +% +% \figbibListHeader +% \figbibPage +% \figbibFig +% \figbibPlate +% \figbibFrom +% +% \fbCaptionStyle +% \fbListStyle +% +% \fbDirectory +% +% \figbibBst +% +% \fbhfill +% \fbhspace#1 +% \fbvspace#1 +% +% \fbList#1 +% \fbTheFigs +% +% \fbEpsfig +% \fbEpsfigM +% \fbEps +% \fbEpsM +% +% \fbref[1] +% \fbpageref[1] +% +% \FigBib +% +% +% Environments +% ------------ +% +% fbMinipage +% fbFloat +% fbForce +% +% +% Lengths +% ------- +% +% \figbibhang +% \figbibsep +% \figbibskip +% \figbibcskip +% + + +\newcommand\figbibListHeader{List of Figures} +\newcommand\figbibPage{p.} +\newcommand\figbibFig{Fig.} +\newcommand\figbibPlate{Plate} +\newcommand\figbibFrom{From:} +\def\figbibFigp{\figbibFig} + +\def\fbCaptionStyle{} +\def\fbListStyle{} + +\def\figurename{\figbibFig} + +\def\fbDirectory{} +\def\figbibBst{figbib} + + + +\DeclareOption{german}{% + \renewcommand\figbibListHeader{Abbildungsverzeichnis}% + \renewcommand\figbibPage{S.}% + \renewcommand\figbibFig{Abb.}% + \renewcommand\figbibPlate{Tafel}% + \renewcommand\figbibFrom{Aus:}} + +\let\if@figbibrefpage\iftrue +\DeclareOption{nopages}{\let\if@figbibrefpage\iffalse} + +\let\if@figbibpics\iftrue +\DeclareOption{nopics}{\let\if@figbibpics\iffalse} + +\let\if@figbibadd\iffalse +\DeclareOption{addcaption}{\let\if@figbibadd\iftrue} + +\let\if@figbibcaption\iftrue +\DeclareOption{nocaption}{\let\if@figbibcaption\iffalse} + +\let\if@figbibxcaption\iftrue +\DeclareOption{maincaption}{\let\if@figbibxcaption\iffalse} + +\let\if@figbibsource\iftrue +\DeclareOption{nosource}{\let\if@figbibsource\iffalse} + +\let\if@figbibxpart\iffalse +\DeclareOption{xpart}{\let\if@figbibxpart\iftrue} + +\DeclareOption{xplate}{\def\figbibFigp{\figbibPlate}} + +\def\figbib@align{flushleft} +\DeclareOption{center}{\def\figbib@align{center}} + +\ProcessOptions* + + + +\newcounter{figbib@pcnt} +\newcounter{figbib@xcnt} + +\def\figbib@bbl{\jobname.figbib.bbl} +\def\figbib@incx{\stepcounter{figbib@xcnt} + \gdef\figbib@figfile{\jobname.figbib.\arabic{figbib@xcnt}.fig}} + +\let\if@figbibpic\if@figbibpics + +\if@filesw + \newwrite\figbib@aux + \immediate\openout\figbib@aux\jobname.figbib.aux + \PackageInfo{figbib}{Writing figbib file \jobname.figbib.aux}% + \if@figbibxpart + \figbib@incx + \newwrite\figbib@figaux + \immediate\openout\figbib@figaux\figbib@figfile + \PackageInfo{figbib}{Writing figbib file \figbib@figfile}% + \fi +\fi + +\def\figbib@EpsfigMain#1#2{% + \immediate\write\@auxout{\string\figbibdefreftype{#1}{\figbibFig}} + \if@figbibpic + \epsfig{file=\fbDirectory\csname figbibf@#1\endcsname, width=#2}% + \fi + \expandafter\let\expandafter\figbib@actadd% + \csname figbiba@#1\endcsname + \expandafter\let\expandafter\figbib@actcap% + \csname figbibc@#1\endcsname + \def\figbib@actmac{\csname figbibm@#1\endcsname% + \if@figbibadd\ifx\figbib@actadd\@empty\else, \figbib@actadd\fi\fi% + }% + \caption{% + \if@figbibxcaption + \ifx\figbib@actcap\@empty\figbib@actmac\else\figbib@actcap\fi + \else + \figbib@actmac + \fi + }% + \label{figbib:#1}% +}% + +\def\fbhfill{\hfill} +\def\fbhspace#1{\hspace{#1}} +\def\fbvspace#1{} +\newenvironment*{fbMinipage}[1]% + {\begin{minipage}[t]{#1}\begin{\figbib@align}}{\end{\figbib@align}\end{minipage}} + +\long\def\figbib@makecaption#1#2{% + \def\@tempcaption{#1% + \if@figbibcaption% + : #2% + \fi% + } + \fbCaptionStyle + \sbox\@tempboxa{\@tempcaption} + \ifdim \wd\@tempboxa >\hsize + \@tempcaption\par + \else + \begin{\figbib@align}\@tempcaption\end{\figbib@align} + \fi +} + +\long\def\@makecaption#1#2{% + \vskip\abovecaptionskip + \figbib@makecaption{#1}{#2} + \vskip\belowcaptionskip +} + +\def\figbibpcaption#1{\refstepcounter{figbib@pcnt} + \begin{minipage}{\textwidth} + \figbib@makecaption{\figbibFigp~\arabic{figbib@pcnt}}{#1} + \end{minipage} +} + +\if@figbibxpart + \def\fbTheFigs{\immediate\closeout\figbib@figaux% + \InputIfFileExists{\figbib@figfile}{}{\typeout{No file \figbib@figfile}} + \figbib@incx + \immediate\openout\figbib@figaux\figbib@figfile + \PackageInfo{figbib}{Writing figbib file \figbib@figfile}% + } + + \def\b@fbFloat#1{ + % + \def\figbib@EpsfigMain##1##2{% + \immediate\write\@auxout{\string\figbibdefreftype{##1}{\figbibFigp}} + {\figbib@noexpands + \if@figbibpic + \immediate\write\figbib@figaux{% + \string\epsfig{file=\fbDirectory\csname figbibf@##1\endcsname, width=##2} + \string\\[\figbibcskip]} + \fi + \expandafter\let\expandafter\figbib@actadd% + \csname figbiba@##1\endcsname + \expandafter\let\expandafter\figbib@actcap% + \csname figbibc@##1\endcsname + \def\figbib@actmac{\csname figbibm@##1\endcsname% + \if@figbibadd\ifx\figbib@actadd\@empty\else, \figbib@actadd\fi\fi% + }% + \immediate\write\figbib@figaux{ + \string\figbibpcaption{% + \if@figbibxcaption + \ifx\figbib@actcap\@empty\figbib@actmac\else\figbib@actcap\fi + \else + \figbib@actmac + \fi + }% + \string\label{figbib:##1} + }% + }% + }% + \def\fbhfill{\immediate\write\figbib@figaux{\string\hfill}} + \def\fbhspace##1{\immediate\write\figbib@figaux{\string\hspace{##1}}} + \def\fbvspace##1{\immediate\write\figbib@figaux{\string\vspace{##1}}} + \renewenvironment*{fbMinipage}[1]% + {\immediate\write\figbib@figaux{\string\begin{minipage}[t]{##1}\string\begin{\figbib@align}}} + {\immediate\write\figbib@figaux{\string\end{\figbib@align}\string\end{minipage}}} + } + \def\e@fbFloat{\immediate\write\figbib@figaux{\string\\[\figbibskip]}} +% +\else + \def\fbTheFigs{\relax} + \def\b@fbFloat#1{\begin{figure}[#1]\begin{\figbib@align}} + \def\e@fbFloat{\end{\figbib@align}\end{figure}} +\fi + +\newenvironment*{fbFloat}[1][tbp]{\b@fbFloat{#1}}{\e@fbFloat}% + +%%% + +\def\figbib@noexpands{ + \def\"{\noexpand\"}% + \def~{\noexpand~}% + \def\emph{\noexpand\emph}\def\em{\noexpand\em}% + \def\textit{\noexpand\textit}\def\it{\noexpand\it}% + \def\textbf{\noexpand\textbf}\def\bf{\noexpand\bf}% + \def\textsc{\noexpand\textsc}\def\sc{\noexpand\sc}% + \def\texttt{\noexpand\texttt}\def\tt{\noexpand\tt}% +} + +\def\figbibdefmain#1#2{\global\@namedef{figbibm@#1}{#2}} +\def\figbibdefadd#1#2{\global\@namedef{figbiba@#1}{#2}} +\def\figbibdeffile#1#2{\global\@namedef{figbibf@#1}{#2}} +\def\figbibdefcaption#1#2{\global\@namedef{figbibc@#1}{#2}} +\def\figbibdefreftype#1#2{\global\@namedef{figbibr@#1}{#2}} + +%%% + + +\newcommand*{\fbEpsfig}[3]{% + \if@filesw\immediate\write\figbib@aux{\string\citation{#1}}\fi + \@ifundefined{figbibm@#1}{\mbox{\reset@font\bfseries \figbibFig ???}% + \G@refundefinedtrue + \PackageWarning{figbib}{Figure `#1' on page \thepage\space undefined}% + }{% + \begin{fbFloat}[#3]% + \begin{fbMinipage}{\textwidth} + \figbib@EpsfigMain{#1}{#2} + \end{fbMinipage}% + \end{fbFloat}% + }} + +\newcommand*{\fbEpsfigM}[3]{% + \if@filesw\immediate\write\figbib@aux{\string\citation{#1}}\fi + \@ifundefined{figbibm@#1}{\mbox{\reset@font\bfseries \figbibFig ???}% + \G@refundefinedtrue + \PackageWarning{figbib}{Figure `#1' on page \thepage\space undefined}% + }{% + \begin{fbFloat}[#3]% + \begin{fbMinipage}{\textwidth} + \begin{fbMinipage}{#2} + \figbib@EpsfigMain{#1}{#2} + \end{fbMinipage}% + \end{fbMinipage}% + \end{fbFloat}% + }} + +\newcommand*{\fbEps}[2]{% + \if@filesw\immediate\write\figbib@aux{\string\citation{#1}}\fi + \@ifundefined{figbibm@#1}{\mbox{\reset@font\bfseries \figbibFig ???}% + \G@refundefinedtrue + \PackageWarning{figbib}{Figure `#1' on page \thepage\space undefined}% + }{% + \begin{fbMinipage}{\textwidth}% + \figbib@EpsfigMain{#1}{#2} + \end{fbMinipage}% + }} + +\newcommand*{\fbEpsM}[2]{% + \if@filesw\immediate\write\figbib@aux{\string\citation{#1}}\fi + \@ifundefined{figbibm@#1}{\mbox{\reset@font\bfseries \figbibFig ???}% + \G@refundefinedtrue + \PackageWarning{figbib}{Figure `#1' on page \thepage\space undefined}% + }{% + \begin{fbMinipage}{#2}% + \figbib@EpsfigMain{#1}{#2} + \end{fbMinipage}% + }} + +%%% + +\@ifundefined{chapter} + {\def\figbib@section{% + \section*{\figbibListHeader}% + \addcontentsline{toc}{section}{\figbibListHeader}}}% + {\def\figbib@section{% + \chapter*{\figbibListHeader}% + \addcontentsline{toc}{chapter}{\figbibListHeader}}} + +\def\fbList#1{% + \if@filesw + \immediate\write\figbib@aux{\string\bibstyle{\figbibBst}}% + \immediate\write\figbib@aux{\string\bibdata{#1}}% + \fi + \InputIfFileExists{\figbib@bbl}{}{\typeout{No file \figbib@bbl}} +} + +\newlength{\figbibhang} +\setlength{\figbibhang}{1cm} +\newlength{\figbibsep} +\setlength{\figbibsep}{1ex} +\newlength{\figbibskip} +\setlength{\figbibskip}{4ex} +\newlength{\figbibcskip} +\setlength{\figbibcskip}{1ex} + +\newenvironment{thefigbiblist}{% + \ifx\figbibListHeader\@empty\else\figbib@section\fi% + \begin{list}{\relax}{% + \def\makelabel##1{##1\hfil}% + \setlength{\labelsep}{0.5em}% + \setlength{\labelwidth}{\figbibhang}% + \addtolength{\labelwidth}{-\labelsep}% + \setlength{\itemindent}{0em}% + \setlength{\parsep}{0ex}% + \setlength{\leftmargin}{\figbibhang}% + \setlength{\itemsep}{\figbibsep}}\fbListStyle% + }{\end{list}} + +\newcommand*\fbref[1]{% + \@ifundefined{figbibr@#1}{\figbibFig}{\csname figbibr@#1\endcsname} \ref{figbib:#1}} + +\newcommand*\fbpageref[1]{\figbibPage~\pageref{figbib:#1}} + +\newcommand*{\figbibitem}[6]{% + {% + \figbib@noexpands + \immediate\write\@auxout{\string\figbibdefmain{#1}{#2}} + \immediate\write\@auxout{\string\figbibdefadd{#1}{#3}} + \immediate\write\@auxout{\string\figbibdeffile{#1}{#4}} + \immediate\write\@auxout{\string\figbibdefcaption{#1}{#6}} + }% + \item[\@ifundefined{figbibr@#1}{\figbibFig}{\csname figbibr@#1\endcsname}~\ref{figbib:#1}% + \if@figbibrefpage% + \ (\figbibPage~\pageref{figbib:#1})% + \fi% + :] #2% + \ifx #3\@empty\else, #3\fi + .% + \if@figbibsource\ifx #5\@empty\else\ \figbibFrom\ #5\fi\fi +} + +\newenvironment{fbForce}{\let\if@figbibpic\iftrue}{\let\if@figbibpic\if@figbibpics} + +\def\FigBib{{\rmfamily F\kern-.05em\lower-.35ex\hbox{\textsc{i\kern-.025em g}}\kern-.05em% + B\kern-.05em\textsc{i\kern-.025em b}}} + +\endinput diff --git a/macros/latex/contrib/figbib/figbib1.bst b/macros/latex/contrib/figbib/figbib1.bst new file mode 100644 index 0000000000..d202561409 --- /dev/null +++ b/macros/latex/contrib/figbib/figbib1.bst @@ -0,0 +1,56 @@ + +ENTRY + { main1 + add1 + file + source1 + caption1 + } + {} + {} + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'write$ + if$ +} + +FUNCTION {fig} +{ newline$ + "\figbibitem{" write$ + cite$ write$ + "}{" write$ + main1 write$ + "}{" write$ + add1 output + "}{" write$ + file write$ + "}{" write$ + source1 output + "}{" write$ + caption1 output + "}" write$ + newline$ +} + + +FUNCTION {begin.thefigdblist} +{ "\begin{thefigbiblist}" write$ + newline$ + preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ +} + +FUNCTION {end.thefigdblist} +{ newline$ + "\end{thefigbiblist}" write$ + newline$ +} + +READ +EXECUTE {begin.thefigdblist} +ITERATE {call.type$} +EXECUTE {end.thefigdblist} diff --git a/macros/latex/contrib/figbib/figbib_doc.pdf b/macros/latex/contrib/figbib/figbib_doc.pdf new file mode 100644 index 0000000000..5fd17ba4e3 --- /dev/null +++ b/macros/latex/contrib/figbib/figbib_doc.pdf @@ -0,0 +1,1483 @@ +%PDF-1.2 +9 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F1 +/FontDescriptor 8 0 R +/BaseFont/WHBPAI+CMR17 +/FirstChar 33 +/LastChar 196 +/Widths[249.6 458.6 772.1 458.6 772.1 719.8 249.6 354.1 354.1 458.6 719.8 249.6 301.9 +249.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 458.6 249.6 249.6 +249.6 719.8 432.5 432.5 719.8 693.3 654.3 667.6 706.6 628.2 602.1 726.3 693.3 327.6 +471.5 719.4 576 850 693.3 719.8 628.2 719.8 680.5 510.9 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 484.7 354.1 359.4 354.1 +510.9 484.7 667.6 484.7 484.7 406.4 458.6 917.2 458.6 458.6 458.6 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 576 772.1 719.8 641.1 615.3 693.3 +667.6 719.8 667.6 719.8 0 0 667.6 525.4 499.3 499.3 748.9 748.9 249.6 275.8 458.6 +458.6 458.6 458.6 458.6 693.3 406.4 458.6 667.6 719.8 458.6 837.2 941.7 719.8 249.6 +458.6] +>> +endobj +12 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F2 +/FontDescriptor 11 0 R +/BaseFont/DSUZCW+CMCSC10 +/FirstChar 33 +/LastChar 196 +/Widths[319.4 552.8 902.8 552.8 902.8 844.4 319.4 436.1 436.1 552.8 844.4 319.4 377.8 +319.4 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 552.8 319.4 319.4 +844.4 844.4 844.4 523.6 844.4 813.9 770.8 786.1 829.2 741.7 712.5 851.4 813.9 405.6 +566.7 843 683.3 988.9 813.9 844.4 741.7 844.4 800 611.1 786.1 813.9 813.9 1105.5 +813.9 813.9 669.4 319.4 552.8 319.4 552.8 319.4 319.4 613.3 580 591.1 624.4 557.8 +535.6 641.1 613.3 302.2 424.4 635.6 513.3 746.7 613.3 635.6 557.8 635.6 602.2 457.8 +591.1 613.3 613.3 835.6 613.3 613.3 502.2 552.8 1105.5 552.8 552.8 552.8 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 683.3 902.8 844.4 755.5 +727.8 813.9 786.1 844.4 786.1 844.4 0 0 786.1 552.8 552.8 319.4 319.4 523.6 302.2 +424.4 552.8 552.8 552.8 552.8 552.8 813.9 494.4 915.6 735.6 824.4 635.6 975 1091.7 +844.4 319.4 552.8] +>> +endobj +15 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F3 +/FontDescriptor 14 0 R +/BaseFont/CGQODJ+CMR12 +/FirstChar 33 +/LastChar 196 +/Widths[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 489.6 979.2 489.6 489.6 +489.6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 611.8 816 +761.6 679.6 652.8 734 707.2 761.6 707.2 761.6 0 0 707.2 571.2 544 544 816 816 272 +299.2 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 489.6] +>> +endobj +18 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F4 +/FontDescriptor 17 0 R +/BaseFont/BUEVXW+CMBX9 +/FirstChar 33 +/LastChar 196 +/Widths[360.2 617.6 986.1 591.7 986.1 920.4 328.7 460.2 460.2 591.7 920.4 328.7 394.4 +328.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 591.7 328.7 328.7 +360.2 920.4 558.8 558.8 920.4 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 657.4 624.5 854.6 624.5 624.5 525.9 591.7 1183.3 591.7 591.7 591.7 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 710.8 986.1 920.4 827.2 +788.9 924.4 854.6 920.4 854.6 920.4 0 0 854.6 690.3 657.4 657.4 986.1 986.1 328.7 +361.6 591.7 591.7 591.7 591.7 591.7 892.9 525.9 616.8 854.6 920.4 591.7 1071 1202.5 +920.4 328.7 591.7] +>> +endobj +21 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F5 +/FontDescriptor 20 0 R +/BaseFont/ERBAER+CMR9 +/FirstChar 33 +/LastChar 196 +/Widths[285.5 513.9 856.5 513.9 856.5 799.4 285.5 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 456.8 513.9 1027.8 513.9 513.9 513.9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 642.3 856.5 799.4 713.6 685.2 770.7 742.3 799.4 +742.3 799.4 0 0 742.3 599.5 571 571 856.5 856.5 285.5 314 513.9 513.9 513.9 513.9 +513.9 770.7 456.8 513.9 742.3 799.4 513.9 927.8 1042 799.4 285.5 513.9] +>> +endobj +24 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F6 +/FontDescriptor 23 0 R +/BaseFont/SRYOLS+CMSY9 +/FirstChar 33 +/LastChar 196 +/Widths[1027.8 513.9 513.9 1027.8 1027.8 1027.8 799.4 1027.8 1027.8 628.1 628.1 1027.8 +1027.8 1027.8 799.4 279.3 1027.8 685.2 685.2 913.6 913.6 0 0 571 571 685.2 513.9 +742.3 742.3 799.4 799.4 628.1 821.1 673.6 542.6 793.8 542.4 736.3 610.9 871 562.7 +696.6 782.2 707.9 1229.2 842.1 816.3 716.8 839.3 873.9 622.4 563.2 642.3 632.1 1017.5 +732.4 685 742 685.2 685.2 685.2 685.2 685.2 628.1 628.1 456.8 456.8 456.8 456.8 513.9 +513.9 399.7 399.7 285.5 513.9 513.9 628.1 513.9 285.5 856.5 770.7 856.5 428.2 685.2 +685.2 799.4 799.4 456.8 456.8 456.8 628.1 799.4 799.4 799.4 799.4 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 799.4 285.5 799.4 513.9 799.4 513.9 +799.4 799.4 799.4 799.4 0 0 799.4 799.4 799.4 1027.8 513.9 513.9 799.4 799.4 799.4 +799.4 799.4 799.4 799.4 799.4 799.4 799.4 799.4 799.4 1027.8 1027.8 799.4 799.4 1027.8 +799.4] +>> +endobj +27 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F7 +/FontDescriptor 26 0 R +/BaseFont/PKPSRV+CMR6 +/FirstChar 33 +/LastChar 196 +/Widths[351.8 611.1 1000 611.1 1000 935.2 351.8 481.5 481.5 611.1 935.2 351.8 416.7 +351.8 611.1 611.1 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 850.9 870.4 915.7 818.5 786.1 941.7 896.3 442.6 +624.1 928.7 753.7 1090.7 896.3 935.2 818.5 935.2 883.3 675.9 870.4 896.3 896.3 1220.4 +896.3 896.3 740.7 351.8 611.1 351.8 611.1 351.8 351.8 611.1 675.9 546.3 675.9 546.3 +384.3 611.1 675.9 351.8 384.3 643.5 351.8 1000 675.9 611.1 675.9 643.5 481.5 488 +481.5 675.9 643.5 870.4 643.5 643.5 546.3 611.1 1222.2 611.1 611.1 611.1 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 753.7 1000 935.2 831.5 +805.5 896.3 870.4 935.2 870.4 935.2 0 0 870.4 736.1 703.7 703.7 1055.5 1055.5 351.8 +384.3 611.1 611.1 611.1 611.1 611.1 896.3 546.3 611.1 870.4 935.2 611.1 1077.8 1207.4 +935.2 351.8 611.1] +>> +endobj +30 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F8 +/FontDescriptor 29 0 R +/BaseFont/BUYKKG+CMBX12 +/FirstChar 33 +/LastChar 196 +/Widths[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.3 531.3 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.8 562.5 625 312.5 +343.8 593.8 312.5 937.5 625 562.5 625 593.8 459.5 443.8 437.5 625 593.8 812.5 593.8 +593.8 500 562.5 1125 562.5 562.5 562.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 675.9 937.5 875 787 750 879.6 812.5 875 812.5 875 0 0 812.5 +656.3 625 625 937.5 937.5 312.5 343.8 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 562.5] +>> +endobj +33 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F9 +/FontDescriptor 32 0 R +/BaseFont/AOEKOP+CMR10 +/FirstChar 33 +/LastChar 196 +/Widths[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 500 1000 500 +500 500 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 625 833.3 +777.8 694.4 666.7 750 722.2 777.8 722.2 777.8 0 0 722.2 583.3 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 500] +>> +endobj +36 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F10 +/FontDescriptor 35 0 R +/BaseFont/TVHETY+CMR7 +/FirstChar 33 +/LastChar 196 +/Widths[323.4 569.4 938.5 569.4 938.5 877 323.4 446.4 446.4 569.4 877 323.4 384.9 +323.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 569.4 323.4 323.4 +323.4 877 538.7 538.7 877 843.3 798.6 815.5 860.1 767.9 737.1 883.9 843.3 412.7 583.3 +874 706.4 1027.8 843.3 877 767.9 877 829.4 631 815.5 843.3 843.3 1150.8 843.3 843.3 +692.5 323.4 569.4 323.4 569.4 323.4 323.4 569.4 631 507.9 631 507.9 354.2 569.4 631 +323.4 354.2 600.2 323.4 938.5 631 569.4 631 600.2 446.4 452.6 446.4 631 600.2 815.5 +600.2 600.2 507.9 569.4 1138.9 569.4 569.4 569.4 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 706.4 938.5 877 781.8 754 843.3 815.5 877 815.5 +877 0 0 815.5 677.6 646.8 646.8 970.2 970.2 323.4 354.2 569.4 569.4 569.4 569.4 569.4 +843.3 507.9 569.4 815.5 877 569.4 1013.9 1136.9 877 323.4 569.4] +>> +endobj +39 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F11 +/FontDescriptor 38 0 R +/BaseFont/JRNGIV+CMTT9 +/FirstChar 33 +/LastChar 196 +/Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 525 525 525 525 525 525 525 525 525 0 0 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525] +>> +endobj +41 0 obj +<< +/Filter[/FlateDecode] +/Length 1871 +>> +stream +xڵXY~ϯ D^v7c `CKlIRc`{hƓGuꯊ "E!wd SddDkd n֑ Vzc%LNJၥ:czNDѬd{$"kJV* ? +1H)r)xH*:8@f&B$pzE1x$ yR: +v}kw=[e&ɵsz#jQX4pr5"<,\k-f ?OFhQ&= -dXnm:Ā+ N|IsW"2; ,H!F9ڸ3DdSD`o?Ux)#tSí}i&,BlLT1fs2Q`a9|7aes) MԜ~Zdim'[wwlm,,r00Ă}f8iCp1e˖wI |yIk^%/q(zW _= >dR03P+0(ŭ_ oF %r򂩰}c]s:yNF 2ȑwkm(cfχңLamYUL'Ȼ (}Ӟl_,ꏶ-4/Zr̉=5KDl7owT 2*bcy~Q94BK˃G,kRբʼnGYh'=s/. qqdfld<6+(AHޗyd#0%P ; ++b4.Fü8/Crl؞E 7Nl] DO,3ʍ4NF3vHH nt-{^:YS,\M[ h`]N'RUŃk6/6AU/8sW<MvQp*ë'_ ܾm(w41_zUOtرNLn+c;/j#\+8tzd})O'Ғ6XEZlj&bʀAQźqihNan +L`fK]S.GXepyx4 Hn` Iؗ职EIڹǑB"LZBD5S ܑR IMHV느:_ʂz n x.G:q{!0: 0෗k2@jĄ'^a=/^3Qz6l6xk/Y\ƈKcBw9 1ֳ}M]q) ^1}^ҖLʩ247~3y(ؒ&r5Kp}JP'sĈe}yڞaNܹV,+:B){ϘIr#u{F^&[O[V+âf~ӝ[`QW{:W팀|B-~u,d+?'Y!A{ޗyzړq}kihyXCb"-$?[1F~W!m?!pd7DOm}x<厅Sw2  +endstream +endobj +43 0 obj +<< +/F1 9 0 R +/F2 12 0 R +/F3 15 0 R +/F4 18 0 R +/F5 21 0 R +/F6 24 0 R +/F7 27 0 R +/F8 30 0 R +/F9 33 0 R +/F10 36 0 R +/F11 39 0 R +>> +endobj +6 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 43 0 R +>> +endobj +48 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F12 +/FontDescriptor 47 0 R +/BaseFont/YPQLVX+CMTT10 +/FirstChar 33 +/LastChar 196 +/Widths[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 525 525 525 525 525 525 525 525 525 525 0 0 525 +525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 +525 525] +>> +endobj +51 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F13 +/FontDescriptor 50 0 R +/BaseFont/GXVANJ+CMTI10 +/FirstChar 33 +/LastChar 196 +/Widths[306.7 514.4 817.8 769.1 817.8 766.7 306.7 408.9 408.9 511.1 766.7 306.7 357.8 +306.7 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 511.1 306.7 306.7 +306.7 766.7 511.1 511.1 766.7 743.3 703.9 715.6 755 678.3 652.8 773.6 743.3 385.6 +525 768.9 627.2 896.7 743.3 766.7 678.3 766.7 729.4 562.2 715.6 743.3 743.3 998.9 +743.3 743.3 613.3 306.7 514.4 306.7 511.1 306.7 306.7 511.1 460 460 511.1 460 306.7 +460 511.1 306.7 306.7 460 255.6 817.8 562.2 511.1 511.1 460 421.7 408.9 332.2 536.7 +460 664.4 463.9 485.6 408.9 511.1 1022.2 511.1 511.1 511.1 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 627.2 817.8 766.7 692.2 664.4 743.3 715.6 +766.7 715.6 766.7 0 0 715.6 613.3 562.2 587.8 881.7 894.4 306.7 332.2 511.1 511.1 +511.1 511.1 511.1 831.3 460 536.7 715.6 715.6 511.1 882.8 985 766.7 255.6 511.1] +>> +endobj +52 0 obj +<< +/Filter[/FlateDecode] +/Length 1798 +>> +stream +xڵXͯFc. Di<5ZP5>T{fy&S3; q_ͬEXU饜 `V?WMq;C B4Hw&/LG) {fep\ke.7UUY=;nMYs + 1y,rChAr4?-J uґӘ.LOӜ>(ڒoL= B)ڙQ]1 +m?6U&9ȼհ00; J7M5 cΔkc*WvZ;N#{d[^xeu":Egrt]$b:'K$91'N∥l-a%z킖ժy]k>Li:#A6D!/,6Ty\lۮ3ۡ~ +ؿ([_oIZ2=JYR83 L)g{sydKcwbءPY@ mrҾ1;ch;6=[/ J/8qWDF.+.QP[#Txfiа#rdPI ,fi 11=z"J,aY=L{'zb}|Z̿Ua2zT[(fyЩSLI!Ӆ)> /bBj)#S_bz>Y2UQC6}BArݨ ٱ_txB9XHHE dek0R[&/\ +LʹOq;Zb WZɦnZoovE|TBʼja\TJiu +E8 dp 3bB܎ };& PS )$M VѲSh)rlEck&dz@nT{vοڶ+!&f0v7G +.PllG/lT^cɛ'Y'_T*W?[qVN  +y+L~TZe[-Gm,X;̡]EC2]8TQD:gJ Ȳkkk 0 Sf4”G͕H9hU Pld $U~ܩTqwЁP`#ڭ;켖^9xO ?hrt.(@QR9Bt/y;{3c| 'h4iݩ~D3:WsG|ugC8بY9ξ9dFIQs@LmqcӶJ%}UsU#g6dNDžhxBG<=wP@} +endstream +endobj +53 0 obj +<< +/F9 33 0 R +/F11 39 0 R +/F12 48 0 R +/F2 12 0 R +/F8 30 0 R +/F13 51 0 R +>> +endobj +45 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 53 0 R +>> +endobj +56 0 obj +<< +/Filter[/FlateDecode] +/Length 2348 +>> +stream +xڕYK6pn20Ccn;Hw6H [[,y%9FcVHܞd,_ goLJ|<<6`IK$K_;u+ ~&8|GTORNj_QmzZ*,go9tEMػ}m3];.“թ+ z3l{!6.IY6jtXuf +:R9(`~|2]09C 8:oPAg<+4QK]Ү"CҠ)jhR/'gQ~6Ei:n(+hn% Ko r#-ߗ*L囻qV8){?oƹwV4 $zf*j@t ^s, y`[_z0T]c~XD.0Kg;Tq*Ι'׶| U\'KyHc{" eدfcfB5k~//nz-8ͿE=)w$5'"O@0]̉%bF)5C#VW)Y>C +i ++T1h&}})m#"yXX6Ǐ%fHe"t7+>*0#,zrLƔe_]',()]z(~U | U`0dVYK6ZHL[?kfXzQsЇ"LP~¨,bWFfh*.XV6p*8~I+( ;2w&~b2& wH3!oB {8VBѿoG`sͱg2 \ďeFd7;g<.X2 +F9f dkLlvPj ~q$-0:٦Jmc硲έL퍠 (:W+/([\7 + :.4v?pBluT.AUz8C!`q՚]$d$eCzҔ'ؒ@ ;a^umckId=ƴOGItDr31*(QDJey Zy𶺽GLƽ,g+~Ft %,]}[:< 0zz1%|rʙVҹDD4a1ґ?{R/- a#١UטAK#B^Q}n6}ʧ>]L7n8h;*3Ǫy;j~6-!+orA>}n)Gn?Ju Bg?^,|q.uԾF1`sz +z\w)/)~jL|B^R[Q9%NӱH*TzBA!~N%}$fPCCfϧ"e:$$M$V,ǔI…rPѮ +endstream +endobj +57 0 obj +<< +/F9 33 0 R +/F11 39 0 R +/F12 48 0 R +/F10 36 0 R +/F2 12 0 R +/F13 51 0 R +/F8 30 0 R +>> +endobj +55 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 57 0 R +>> +endobj +60 0 obj +<< +/Filter[/FlateDecode] +/Length 2448 +>> +stream +xڥYKWs6G|rM=6m++K$OOg0=U,R%yf{iS$U,㫯ԫ괲?Y9_,׫*L,MV/):7m^4jiubo`m-thaܪyTT]C[g?31 +[p2_Iq?ہʾl>٢-.7O9㉻ *6YeJk(or3=Jot[O24q*BīW;v6lȽStcTn.N>tl>L`ԝG\E?cqz̬DEeO2P<ڴ +'[w +3 ov%I +^|[{>!m^3Bj8 CK&?CșCwƉ4(ꃟI''C=tkS8'PeBUNo2UFfpp t8L$4ʡٵBw6HS ^pgjnً + 71TS!NͼcPfXM$:p1g=k~];-BLZ'"md΃,d=b^@BC}Alg8nCDO$c6/xiƔONl΅d"GP[:1@&sƗ۲; ㄥ +o},)ڵ|`j$u xծ(bk*A U$,!E]/).+ɯ++W\r_vC!ʆ"NPO/9y']; (nxe +zc)N qi:%W[4|07D-8z.zW]a{oWwPM*t"a Yi :GZ,FB(5h-bAcb:@$D8gs;Cրgp0, 4X.N/.s.eڗ<@ 4j*B?>f8Mm/1`a&+}0E":r$d?~f~?X^ʪhPd"rޡYS +=CXW!JWBJF_eWRiXw6|M}E.hl֊rsbl,\.G"<0F we}s2pl]_Kq0KhqkcfbgKԬP@15]Va4>p*ɩ{Y&7 vn󽜂[ow$(nOXSY:Wd9}^6%kI>L؊Crp|<+ k<\[qȩj%KZ o;J h*(l4(дb> +endobj +59 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 61 0 R +>> +endobj +64 0 obj +<< +/Filter[/FlateDecode] +/Length 2306 +>> +stream +xڥYKWs6G$% +3vv v,d%GwcOtg1'Q$]J^, WǕ}ycJYVOL%,WOgDZk^>KV:jzupa䲧ι`|Z*.8 QĄv-rCԁ%՘qveu3jEb*ע!֛XDSS}-snj!yX> nm8g)ڢ*/ *OLr|QA}ڍk{o 'XgZ;l>9] JcZz+Fhb56Ag-lg\KS(\݉Pə ;2'#7 abio;s,`vۙ/nM/E)Ԣw;%kfdy}銺"ZEKXsO 5$ uӘ}g  FV8BɄp({ Wil'W\ˑ(q c+{HdNEwpԺ5x6nhq(+?^GQ,?2^1=gt =D!%"wG'Gtk&+HCU[\}#`1?-%9uͶk +CrD@>[OhE%< 2kY"xX4?xiI\"Z@ k(-G6pQ_˵#5z^{E~V"RagI&^%о>*D2OpbnvP揯H8Kȋ"i&<ߓA+8W[@-] T̄pw"a/mOVpC|7?6ye  ;(} +0T5j>ZH`-KMKrE:$ꛕ}y U8B0Ƒ'Ӵo̗v -uXM2nT#;D%w +ü5уb_ s"}u4iC#@FIvA u:ezF L)@eO `4a1hP +gU: |q@& ܩEvKx!U&x:x #\mhaVfN&3LFI +re`7?xv f`5Op̛!ӱlXZ?z1KRR5ż2'$rsKr{ >(ʑoPRH&'Z,6+Urq>|UJVهqNcNfT%U8?k,( Os**΃2#b)8uE?+qBe|!))zlN8oi晥;T#MFl1v}jF?%U3*,\lg?Ը5p/-EL)LJ`0nP5'jM~^NNC?ӉyDBEqA[J'r/ ::I WaM,R@Ԡ" += e8: Vd2۸Gvt1Z{xBFv{M(%L*[ z/:1.XKn!/,ӼP./~갍q#&;@v_ZaAzzY> +endobj +63 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 65 0 R +>> +endobj +70 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F14 +/FontDescriptor 69 0 R +/BaseFont/KPMLXK+CMBX8 +/FirstChar 33 +/LastChar 196 +/Widths[372.9 636.1 1020.8 612.5 1020.8 952.8 340.3 476.4 476.4 612.5 952.8 340.3 +408.3 340.3 612.5 612.5 612.5 612.5 612.5 612.5 612.5 612.5 612.5 612.5 612.5 340.3 +340.3 372.9 952.8 578.5 578.5 952.8 922.2 869.5 884.7 937.5 802.8 768.8 962.2 954.9 +459 631.3 956.3 734.7 1159 954.9 920.1 835.4 920.1 915.3 680.6 852.1 938.5 922.2 +1262.5 922.2 922.2 748.6 340.3 636.1 340.3 612.5 340.3 340.3 595.5 680.6 544.4 680.6 +561.1 374.3 612.5 680.6 340.3 374.3 646.5 340.3 1020.8 680.6 612.5 680.6 646.5 506.3 +483.2 476.4 680.6 646.5 884.7 646.5 646.5 544.4 612.5 1225 612.5 612.5 612.5 0 0 +0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 734.7 1020.8 952.8 +854.2 816.7 954.9 884.7 952.8 884.7 952.8 0 0 884.7 714.6 680.6 680.6 1020.8 1020.8 +340.3 374.3 612.5 612.5 612.5 612.5 612.5 922.2 544.4 637.8 884.7 952.8 612.5 1107.6 +1243.8 952.8 340.3 612.5] +>> +endobj +73 0 obj +<< +/Type/Font +/Subtype/Type1 +/Name/F15 +/FontDescriptor 72 0 R +/BaseFont/WWMJAV+CMSY10 +/FirstChar 33 +/LastChar 196 +/Widths[1000 500 500 1000 1000 1000 777.8 1000 1000 611.1 611.1 1000 1000 1000 777.8 +275 1000 666.7 666.7 888.9 888.9 0 0 555.6 555.6 666.7 500 722.2 722.2 777.8 777.8 +611.1 798.5 656.8 526.5 771.4 527.8 718.7 594.9 844.5 544.5 677.8 762 689.7 1200.9 +820.5 796.1 695.6 816.7 847.5 605.6 544.6 625.8 612.8 987.8 713.3 668.3 724.7 666.7 +666.7 666.7 666.7 666.7 611.1 611.1 444.4 444.4 444.4 444.4 500 500 388.9 388.9 277.8 +500 500 611.1 500 277.8 833.3 750 833.3 416.7 666.7 666.7 777.8 777.8 444.4 444.4 +444.4 611.1 777.8 777.8 777.8 777.8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 +0 0 0 0 0 0 0 0 0 0 777.8 277.8 777.8 500 777.8 500 777.8 777.8 777.8 777.8 0 0 777.8 +777.8 777.8 1000 500 500 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 777.8 +777.8 777.8 1000 1000 777.8 777.8 1000 777.8] +>> +endobj +74 0 obj +<< +/Filter[/FlateDecode] +/Length 2110 +>> +stream +xڵY[6~_!'uiw)P ->Beɐim }E sFO`E<׃ƺkNDۆWޏ DAǬ uF +!6=~6tH6@+X7 N21,rb̳ø2F7O֌yRa6>_>AHU?w ͷLJmڿ[T +l)Y^*0li`WQ0$:7s{NU`Y z{αT +xM7j#r<+e32質~SG>n#ƶvjȯ=g1[iD8][@嫶;4 #PTwA\pHb7X|_rAmeíe8`X>!Vg8MpB!4$=K%gL`rNhm|Lƪ4h v/&`>zϖ=Jݓ=1Gd2m7.3YUs٣ha$ +A ɰaj}מ<ܘd2)#b[0~Pr3j\mՕi:%̰b-lf?w@iw}b>,[c(4"Ԧץvu^(KgaIyM5!|9{CJ9tB0 ; +w=u?oK?5/XmQ\_`/D8P̝B|nّJr5Ra[p{ۘIa;*gI$q~RR|`Z5$ O<~8^j5ABjx2i,4i(9 MLhi3yqZ5(N. tŷ:Aj>Y/UG,kb=VrB.|q*{J_rt5{w&V<}Y_g8)]VCa% +endstream +endobj +75 0 obj +<< +/F9 33 0 R +/F8 30 0 R +/F2 12 0 R +/F12 48 0 R +/F11 39 0 R +/F13 51 0 R +/F14 70 0 R +/F10 36 0 R +/F15 73 0 R +>> +endobj +67 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 75 0 R +>> +endobj +78 0 obj +<< +/Filter[/FlateDecode] +/Length 734 +>> +stream +xڝTMs0Wp3IH[iiϾ=8@At߻d2=jWV/J Ic>_͆(\DC $Z +_~;*{tt%͊wF=c솛M>U2QjN9,b?[YQ?5~N)V+ ;"zY:fךvTk̀p> 9'C\8G,@+yb=$06M6>fҝfqxZ >?<3N Faǟ- v}-:@ao_!CqM;W ']̬I57Iqriy_+%d*߇d +endstream +endobj +79 0 obj +<< +/F15 73 0 R +/F12 48 0 R +/F9 33 0 R +/F2 12 0 R +/F8 30 0 R +/F11 39 0 R +>> +endobj +77 0 obj +<< +/ProcSet[/PDF/Text/ImageC] +/Font 79 0 R +>> +endobj +8 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-33 -250 945 749] +/FontName/WHBPAI+CMR17 +/ItalicAngle 0 +/StemV 53 +/FontFile 7 0 R +/Flags 4 +>> +endobj +7 0 obj +<< +/Filter[/FlateDecode] +/Length1 910 +/Length2 2768 +/Length3 533 +/Length 3416 +>> +stream +xyfa2(klF&{SJDfkXR3{woy{>us}8s,N zfT +] -mZ\QP0X:J1A]P>AEhԀ@c0K+}PdFa)% "8, =XP$`J` S ^<GA" M!Pa|S - 8]R0 ],D’ӿd") d@:H,xF ɿgt,CQ|H "@O $ )?Bi/f/=_(/_gC|l%52!A$ a u@m a0GHMfO& #nTRYZit s:'l]}D|fex'Lկd nԻx2n)^ѻ./`rkJ2c%|bd3F.*ڇkޟ0=mɬA2ƻ>(NFn9,9D9α%[wj1'.n8dR7r\I }YI&o] g#c?3GVmA94(Q$.NtʹK,* +2r?Oc vImKr.3s?4:&\՜BUc`/OWGص'͵iŜpS%<ܐ.c%:?ի&*;wifUjCܖzE_y9gg4a'W"T]Unxě]?LJ1muC{j[C0ڳH$ +'y=r];ԥ/]T0.RK `!NPDPy!LҢDyȾ]M+wiSw{OYU58d'121P}wא cNq\ +ɟ2z2u@Bx}*G :Mt{n1i3Y;/RFJXW]L&1Sz6Ӝɒ~ҦM!,1#hRX }OGEjsS6 m VB+s +/eEV*9^vDNN+\`_<ڶ&Ca 8Փ[6ȣw0:^}.`v1%3BQ])Ly?h!U &x\,\M +QK s +}Mp4/c(W4F*:^&˔]!,/QiGkD{;u˜KqLڗ\o3K=SyUg9bn{NJOK#5rׂ풡kfˡfdb8zTNMkjс?$ +U\4Lx[ [Jx!+4|#o'59IeX.ͣNaC"}FZҚMw"!I\*w{gxa%MjZp o9 0zx2GgVaР03 hjg)C B7dl۽*{6ݼR#&7vׁ妼C :DϘ jI{ؚ25YE03Ih+/tfU7Fl/WS{\NPDԟC Rh+wJ+ErcEfusNyz堀|ƌЩ/NVU+-/ +Fmԙ׮d.jK{ <:dZ: p@ID( ]j v%f5)ѱ7r">'׌äV^U(Rؔ<^tȉ&-ɍ^gb'kBz3C!vEz 3֗6;) |np lQ3X$0Qux'<I"slї,@,OGzROu~zĽ}Y!).=26^v-;fo6qg+r8}LYK}8^g-sp'拱rJɄpZ ^ڍ"_k-;a[w勗#+C|/SS9\(L\'ܚGdqxT'%yFtzm [R9E> +endobj +10 0 obj +<< +/Filter[/FlateDecode] +/Length1 797 +/Length2 1461 +/Length3 533 +/Length 2053 +>> +stream +xRk@4R XP#0, QL^KqWPJ"$b<>_RY'w 캉BAEBR y+ ҄"y g?m kBxkL?/@ъH$)8!8 \`/Hl `>(@3 +FĊ#"8@ع;QB\i!ߠ-@ H6:b B(ĸn  +yʓ(矕"X)A)Þ8 )\|kۄuIJmłxM㢸U[zsGȠf:~b:00KvL/\L]nYSvZ@]h ;@.GQf}RTbnxڽajd^o%-(i2 +l$ק]M7^yj3׃1uwjK'a0.'pSL|ڍlyE aΉ”3=>=¥CuN1ꖞfZn}kv]W3Ӳnm+< 't4zxoky'mߜ6H}6obM{aUdht$yꃶ+'#bv"{<0UCRMORmVZÊ-" }[^oܞ|}v&W3ͫ~*/Mka}czGJ`!J)Bi/71:GrcWtEUY̬o(eY.&oRq\{oYt= =rra9ݷjg>ߩ36H3{Nmp[=j`"6a )uϮj{b{a㰶ذQw-7'qS:||(7}˰l]aͺ0iezX;UjVv5A&i[ {*x\tғiEx="~Xtl||rNXWYi[浸M\bV/iNl%oOLlڐ1y(XΊ{NLXTov\lU;egH->q2wiѐ~BXӴ.Fxa|yn""ci솋fU.f'euR%&ײַZruIw=ю?wt>WqxnN,0cZJ/.l9Z>nL2*g/\2TE;8ۣzO̯-D_;Typ8e^A@>eڻʞoO 49u& HkWuclH!%Ӯ( ^#{S:%2ߊA` b^/oO=/9p7ˮ[jUd _0N&joĨ.6D/VZSA[]=Tknڸ|t%rM9F D(ޡB6>}`F1!29|v//.'xB b +2' +endstream +endobj +14 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-34 -251 988 750] +/FontName/CGQODJ+CMR12 +/ItalicAngle 0 +/StemV 65 +/FontFile 13 0 R +/Flags 4 +>> +endobj +13 0 obj +<< +/Filter[/FlateDecode] +/Length1 1007 +/Length2 3614 +/Length3 533 +/Length 4310 +>> +stream +xy<6JdI&1v#eP0Xƞ}$JZdI![PYp:;}s?^2o㈢01Pտ`b Uʎ(88KťA @J"`,Y@E pB-&xE$2 \~rG(b]P @8/D d/vErFп;ĩAo( @~C1&~CoHP=Ծ?oNE+*)JHy99@VZ0n(m5,e~#UK/Fc+By V %.ȗ[[|7^4?]I&uf҉ 9E9m [2MYиmL"q;ꬦE{U@_bkl* di_H2ѵa쳯m #BKHÛኙ#pĀn"v)=Ki J]%6DUj9gW;mMe絴.+t[ +~O"TYrPIGU8^Jt7g 7t+M?>*)Sn4 Qn@X{hMNgJ`+~)zUtIEH2b|Hiؘ_4R؇@ll"OT+Wo9ZZgg9䱅q_XJ-h.Q8/‚h:@B\e[Ih1WάEpFf-ؼ kZɇpؚ)|y^hz\/t1d1g8vpb~3Z!c? e?u.G +߫YUYh{X`NOéɴ:G/q4"'%`젭SXF[Tf\g +:XmZF E7s:fуc^Z +=iv678-{MguO0Yvspr%,J ƁaQAi49vafϬi.ɾn^폃^͘qγgYZc?+b2QÏX"ݾ};&-G3::ҰKEs8$ڭK+qЧiyR{4]}MH R(hbױgCP\xznjd\r.c'jYWU:x) e͵#t*Of6v) u9!o8_Y3/ܞd ^KnV BOY5M# 3\ݾqtLBT\;%=;%uO&rٔ޼`miwX # ~T#LېR{*="jqB ;b T x{BO%τ5z鄇3ng>I9Y#YC?~Fb흈%ke< \??잜|Ŋ&=*B288qEELEig+tJe.ѧ2M31V1f +-AYyҶ=áQcglF)֝ZL++eouZCD!ԐkdN9WdJX%tS\Et~V aԵy>tĤ|+TZU9=J2YOk"ʎhs[h}Ɋn{mI::*.*98%чbR=}R{a9;RD9nrӨ _ЇQʹum%_4w1s?^8}jnH=xxwg(Y: ;l.vmJ*[wp{k*ϦywñI{yI_mUJ|/'Z%Zgl+nc;(-Je0|d+)s +:<-1ázC(3;BƮ3$>l]-LЍxnӭT1㕽)! Y *79\;] w p{ǕCű"ϝ~XVRL 4 ݥON)>u:%|~'=S&zwU4{qt ό&Ikr^̀~A]MV9nZ8AM;_Z=(F^?_R^KNq\^<|*ܪ7Ҩ<<~Fl/͢_/ms>[ث%KWrh+%Z(}z-WI2Ѭ)ȶAmev7.4Pr9b* +&v??I_>/#.vg?$ +endstream +endobj +17 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-58 -250 1195 750] +/FontName/BUEVXW+CMBX9 +/ItalicAngle 0 +/StemV 117 +/FontFile 16 0 R +/Flags 4 +>> +endobj +16 0 obj +<< +/Filter[/FlateDecode] +/Length1 847 +/Length2 2095 +/Length3 533 +/Length 2709 +>> +stream +xRk8Jc(4H35!r6a85f>L>3fSHSVrHD)X)YIrU(L[ko_{|INڦthbr:X`nkf`u0Huusr,0GإG!90fs;Xi 3hT&`K"X4)KW؀#`DbA>D/y"2}Y2{{+"_v%ńxEXil߸Q܊ Av%֦2 ? \,:3߼M!rf@`[1BA:T ~LD}56#[j}[&`ry]b?( +ct0(:<fɤ I* SyH!L: +"h&#"|Y0riz8mTD BSDx'2д?E:@= ++4Luq"XD+dqA`0z_4. Lק(;e ~qcNeӵ[\+[HȪq +MJA+u{V Iqi,5L6)h6s5C?u"yv/ƅyy9\=`[:FVҋ(Z =eh!jexϖH0["D/{Q6#rOgj=TÓ^m~q+MqK+[q"(jTg-٘v3kpCFF֮j/.O ",yҿCDw{\]6qfY ,7g~ |\(~[6Hc;kڬ>d>yۉaᦝzf8=Eds6ӽy[??༖H&5A\kԉs:n()޺K5e4Z@nVzfhpMҋ8H>&b1H|*I,s'! `CFU+y*U}1!`{tf>Ξ_ě8I4r>FiJY;t +Cѻ,:꺆?Dn}[-ww"[,L %Ɣ)hWT1r*L<}v Fo#,vUeGWg nSukEďi#1|RAsrZAc5>bG8-]S܌x>]I\8֗bmSƓuOۘ4,*[+P P>yUQUz۞|I +OJ5(ʪ;bzWD uIJp>d+}+%9Zyn?jD|wNq5TE as5֪M3[.88Zr4p^9ԊQH hNXKSb\7w58we>; wP4Ͻ!lyjZ*T|ISz׋f\=){=vq&>Ď>(I;q2/+Et75Zguh.?C[mW t) &w,^zn2~}&7 !{c[[iK/յpWFFzPѦك +TΓ} H> +endobj +19 0 obj +<< +/Filter[/FlateDecode] +/Length1 1350 +/Length2 7167 +/Length3 533 +/Length 7997 +>> +stream +xeX\ר醡S)```hiN)IinFRR)y{=w;י3{}VF-]0wȩxA8rkO(噵'D'&|bBb889;!Y"g;nqFtP// tJ@< 0/ @.8]^{ %!v8@ 8b5Xc`0 k#?F0;zyBp0?BCsTqA +PX iy@C\)h +@yYy_cZPO=_5o͈C} ^1/XK 0q7$@]! u{"R8&h+,`?,(G !D+\!fODHJ04aDoBd&1D!@$*&DMH3ubgz ag!.*c6 af_ ? BDt!"@DX9F>+?"4<@>|"de><b~!_׉.P7/3;jq/vPۄ@| 89ɠȖt\V}sLpK3. ȧFy#Ýo28%.-|}V9ƻL7/īxfHMP q햦\B脫Oמ!F۹%p WbvN's\: I9 o?Is@4~&%U!^?5qy$9dEBt'"~dI~>C( RM3Hu.EӃ쬑kkDDޏ+tPNC! +G*%8(y6@o40luG73u['}c7O-6h)8d}l1Wl&CiuLd*^Y̘Mki hA5%FYХ'Ɖ>K_ᦞDM?җk%5gS*Tȧyp0m"Oq}:̬ ~!KȦ,ZvYfa_3+HU*%vUD%-^ثɺ?|L~BV:љD/SmZ{s7=#!nሠJ%5s_ИKC{}^}7ȉ7IĹII:\[3yP:IoZ6+fYDq##Ȧ=F\M4e#x߮.p'6,,yt^0$ݐg65rMtdA7hjQ4X^:c X9ԙӢ;DKJL"_`:T@gRo\c$ BTĝ~9ĩF>k$EE5s> <;Yrcd>DhhZhWOH1B*9TFӹY6(nB##Z_݃?f" SE>fJb.)PԵ^&NS&>RҼXĻ3xDw&RCT`ufD*A)Fy4nY4Euߨȍ޴/дFI!r|TߗQkB;$nl nt /(S-MYӾffG̹sZb!qѣIg!9=Um4:mzGq8 y޻Lnj/t7?.SӍ;ºd=y\SLU64zGs+VJ'"ٌO?)쳰{GekM jX`z7?w6+%b\R&*P6}C>y(Z[~{T\d,mlaVMTEn14 M%>f%$*3/Q;$&'E{ %@2g3MZ\Yj}=Sa"g\DT#.zt0?)m] +zDT[I ? u&${ +dR +NB U0pJO_GjܚY5Rcѻɔ/WIucpmGښh55j`X+|wvΥls-H_!tݩH(#탆]7hz+^)4 j y{0 bVf uelڽhS5=\޳)3r[LT**kUghD" _r*S?OM;ׄOHB&t$8_bB嬳oJ:oc=%d~RD^X SɏXc?c asAJVM˱\3+/ +iN7ag1Y 3u"9MrT23(n&Xl\&PW@ *6KFLy<(l>IӰah!1>''IG. UxV@L3P0;{vHͷA))- 'J wjj/@ۓG#L1Lĺ0.6 = aGs4FJ&36I;V9ڨhUxD z\{Hk*5V4:3)J D߸h鵐'4M.iSXdrۚ}O_^J/[? 𸄇''y57w>gl F%$"VģfeϹEen݂C<}<] P=T15r&k p:kȝO|LP֌vb}Î藞˲m"Wf)%?:3ؠW.cf##; + ZJłIhUJ3MUólbXcJHblMTCIIDbmH;?-o}m/=U#yMj\ "LFOQ0x=-EXb2i@3 loU~R(77}] /$7#s+|׶,9Zq_J|m##S:DZFhRS!{9./i*m*)٪v0IV ~[ &kedL=筬22'mPH,]kPrݬMܯ' IMhgPu]vP,BznMW5G>l2Q=Y72jE 1OȺ"ȥ,1W';1b-f]W JPX,\ZjÆk@=/u^$N*+g}wsXI,}KLrHwY"Hcioj[.w4hC;Z?!p_&yyɃak\ +WVÕHhkGbxt/Ɋ66^h~{>yldijQH7/,8>?5;ifUcۺN80d( 7KXڧU qO<+$>Yoӄ +]7bQ3aLMjCrkiUt} fXoC2&/D 'Ѿ{O9lj2姏#,׹ˆ7E*+3⿇l-{:JH.-\7,l̈Ʉ`']ɷܛU_^ +\Fc +}℻sCO#zѳc8-'OL,͞'0<`GU<(^-?c . ZM=f mANs#0~neeAv#X8N vvGժtseQTfPyBaD{id9]cPw-"DixM]Rf6ed:|'*_ΔQR+b1y)aShaՇٜ@Z|`ӱzbK1Üaٜ`~/HI2(:*M YUh],7 AnOv՚@^~=uI]Pbg ͈Oj[4"!}A]첱+fҷ66ؠ#Ӆcs7Ʌ3Gk~G ) +tf-#8 kf1Yi|(vPZseX +93;)14Lç`-tUFӕ=줼+G^#PW, \ 4@YɑDF|{ܳFLMPڕvzd +z9PFt3,bqWy~5NBW=l.⥝āͥV +wVlY?JI[0Ô͠a{ޕ5ު~i/cubɕN7$EIW}6* > +endobj +22 0 obj +<< +/Filter[/FlateDecode] +/Length1 774 +/Length2 604 +/Length3 533 +/Length 1169 +>> +stream +xSU uLOJu+53Rp T03RUu.JM,sI,IR04Tp,MW04U002222RUp/,L(Qp2WpM-LNSM,HZRRZZTeh\ǥrg^Z9D8&UZT tН +@WT*qmKdgaqn99~ A!S U[PZZZ4<6Ԕ\tYϒĜdǼT]C=cSDf[fEjJ@fIrBZbNq*X<5/);D?8('Xɀ̼ʂTj0RQfB!P!Xh%d+)$%Vr225U6TKIPHX_//E4 +iE\X54POmj H 'NNպ + +&f +浨 +C2 KS=]L , -ɥEEy% %?-\f2jMrRnnP| ֦|c{7M/m9澿e[g16J>qٽ>-Lo畴'r̿eqWGk^V7wUK~t m]/M-* f5X +*ҙw=j}J^y;nq^n{'g|˭>_2)oӓ木!չĽ!w4#zY*.Ku_wz1矦<yqG|(L7 Iyu}CUej]5Bwߙ6͎e7כ;B{Z:%vMѲccҷ4 GUI2]x߷ͧvJ\|E{ߙmV373u+4rRQֳ!O0j"*}o&9W^]P3ɧ)?ES}~jg[{lw媈9xVJmѹfI0-}~1 +ר€ĢĢl..n +endstream +endobj +26 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-20 -250 1193 750] +/FontName/PKPSRV+CMR6 +/ItalicAngle 0 +/StemV 83 +/FontFile 25 0 R +/Flags 4 +>> +endobj +25 0 obj +<< +/Filter[/FlateDecode] +/Length1 759 +/Length2 1216 +/Length3 533 +/Length 1787 +>> +stream +x{8[iKE1VU,E*mJ,Њ[&8I^eꢷa2-ZbvqŐE=t;s9}?ax;pc Ed" +P]HQQ%"dKK2pS Y"z$(78D +]\6 ,QD,@\H$!%B !4x2pl8sa + wiXB ` 0O8P v0Py<7EwU˓bWV&pUe;<ޥB70"vbj9k!0VLt'a@,.,:,Ҽ1sPn$%I$2ֈᅫ f#. P%cEM\E(6!ˆ[0Ob@WNӌLVR#m)$[R̿6abH$s ,[,Z̞q3"!6>+5B]zoK^R拶u4|OJ eȟ,N2r^h%߈u>S;_",{(U;Ҫ<}ܸSGV{PD},H$KFROS8e>rf)~P0]nr|TK&92go|D!^7EmD-hƺ x}+j;>Z/j-gןM}S k5폹;?19ns%e3Y} LZaL!=ؼSʷya}Q"[hUնኞ߸fQ*Q?3Lݙf41Zi6G*,_ɩF,+ؓ3 đ!Ff!m ḧ {H[ˌ)Lr.f_kwlAE:b]6deJJJbh_\T/ѵu.&v!8T+ZryNkBZkKhJ-+` q R |8 8}*|+?eGjh<) M3w$k*pX\lx4i@by>uexC)j(Uu~|SF +nv/sSz? +0 wޱ4ppWwą;WwSXZ*pZ(ո~>9j'`2/ͥYO;*bzʶ6jd{F̈Y/?!A,TYh( g +endstream +endobj +29 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-53 -251 1139 750] +/FontName/BUYKKG+CMBX12 +/ItalicAngle 0 +/StemV 109 +/FontFile 28 0 R +/Flags 4 +>> +endobj +28 0 obj +<< +/Filter[/FlateDecode] +/Length1 1450 +/Length2 7967 +/Length3 533 +/Length 8846 +>> +stream +xeX]iJ:AREIn;)Ii޹}nϻcǞ2s׹ֺkXN%';7(@>lyW; `Ā9?(,. (.$wrqغ9B\V0-Qdrݿt!nWOVK )U@_a>+j +C5q!ovz)-˳iFÖo)B9d8h<3vagoeԼ֐0CUzt\"f{´3G q@p;u܄cpv#jIjZKg拋jt؈<؄§1X ,AdvN">xFnT*'D\o✻œ6he6PdF؁6s8N|"2=.ל0]p)IqeQ"·Zs;!ZA-]&}mɓ0$H%6;Y1'}㘞>tCR;bMļH\څ7;t2褵TĖ6'dBvET9ZkiqW'bh#9O +Ћ\] CDv}J9/Zc׻+@)oB pщW9Ol?F!p_}|b9 +{,)Ҟi K\%gpT+/<Ԓk鴤ad61AU~Ӭ{.wZKEdg'cmYw?G2Mf n?=gXlfWYq̱Y-OHeUф:v8|{CS0]6ѡR\6sHza S [\"|5 gs盹IV^drϰVq6V=DroP]T',Ev f~wvV=o39\B-|%mxD|"|V@l(+X`$˺CN :܍t*rQ,IGG1'B'r7Wy#X ۜjcbm<^M`Ŗ^drt?Ǵ1 *x,7Rrp~x 1dotVBO2?LN(CA|/MQ@7Ž\Ol^BXʬ=b@|bɌfqŇ^Ie]e],e 7E})x<-ui"+ &Yb>Jcxơ^xGtsWf ltC HS`}4ThB Xy}GnBKy h~R` # ct^v +Ӄn3CSޯtݴO>ٻ= +q4V١APzy~6`?Ҵ* {k|[~8.^@Ը;z때~th=#QR`)E/}Oh,UwPk8Е`T nҽtiwvJ0:ގenY^B1֥ 'Xզ^H>yg4Q5WOtk,[Mx=Ykx/hݛGiUّaJFP1&5+JLgAXhT*DU5'!:HsiՂ/9Ioֹ<)Ydik}gM31}:[~ wK ank&&ƢZWX@hDj@y^NF$Fy5xM\Y߇h-G{a~OD{&e֞ڨY|.:v @.FNr`R9L` q,Sดհ~Z%@#\B˹ّ/0xFkvKVYi*Sq+KA:11QB7MʚCY\VV܄M$@UtK^]'Zt i P=ȥsOf_8шȟ[@xڞ>Pnyxş*>iSX0R+-dthUc% +J͢/W7-ŝ]+dnA(kJ 7WXG㽟LW?|Rh@;ڊ6~UH^-uIiT~}yk]xȰ3jUGIګ,Ttu%7-\5C_Y绢 9ا7|$m?,3Ve;I/x|i& 3l?HzUKu+hp:jm. *kJ~Ofa* +񲘮 +/C+MODEyT /~Wq"],󂉵mmߐb}2CGk@y)1q0F-cX8Eh!C+ +bEȮzh"c<GM\CxZvD;N8,=6uDI{mC l? LX:JѦǂ +>%cQS/ro_t5Jg*/Vqd:tP|h{yoO6Kz N6 2W~O:ͶչVm_sY lw>BQt6ڂsN P/3_`E`SЬܘ(VBO2Оj3?B[Z03׋`ڃ{[I'{8: *'DyY<ޱ[`Wo ' ̗Qe~*m7&dT tݡ/!g#kAs֞ͷ7ӓojcbPawSh+hxH:6 ˋDn NZU֯V&3CFP4ڻ_(qE`,&LjqSA<MdGd|pw=$(J{ QQ.4 x;6_4-Mit*G[%ŰnӘu <~8.K r<(Bb3Ɉ:?>< ;ƕuVo쉳-xzUw0ƻ`tjrx\2~rhQ;lu-|+cIQt;[GEsnp[g<14$ mi~M% S.@4yӯ <=kOHc1nT+|{?`'Pp\pcDxJٖA]2ȳF˜LpWwΜUhCs挣aË;HhjSL .R@Q-%aqgH}cvE|asBVD(&iHOvaJv)7mc"fT: =SjtFbS{Bf./"CͤLOK"ji lVof1^)9 M+IO4@k&8#Cti|#9 ^=m2G(᳠һh-#&~AlYjҖI`Á ñ}^Ӈo2YLuI"Z+ǸLMx ,7t#'prn0&IuRl}, /kJ_w( #q6Ϳ^h/D#4JR(yǷgyȦmߗY1Oj*3DU~kZH1k۠Kr֣fT* 4nS5v*7Mђcxv+99=7v"c(OQ+e(=fzdǷ#.^s_l :[]/*+_R(`n/VMc8HS=88{ԓpR2! IrVLrƈѫP?B>yE} +h7'U :?#\JV׼UdRqs cǖ mzT  ct1fPZ J篪.GУƯM[G75 +Cx7ҝ7lpʐj"%9SD%,d+le=MN!D;A.L4[k!] #m*%mOi[O^iE#!ԄMP$`v6e_SS:@o[ImrǂG3-CF!O4x`SnVzSņS6m{2lAD`le@ [7GZp(ob>p5ˎMӄWF |eq|F͎΂nM({(6ϸ#|0]Eͦ[ۢל?KyRߍrd5$c4q4vc[ +uw1lU'T•Ax? +htSE5d[ԯ/;^¹Pv ;jר[="}44d[ +SFځχɥOx򟺆d+z{̒VoPͱТX+Ɯ U\Գ.y1*vI27D>%g^w0ɷuynOLxH?" fE34ov.a_sKs$ v% yv?7Mi v.sW24hb%lt֋nD`chCGr3=c٥Q +Vd*}sϪ|vFCaoWi+S u=F'b ]gϨՃHIlW)[ʾHc:Q}͖*\5R26)X&] <Ě@n +w$Munk;HF\+DHBT42OE/;QP5_S=ns6n9a!.Ks4&iDn⫮KZy \6ԎJ~u8}Lj9Rgfu͐AcQz\:uCEtܬY/ɸ3U|-)m8Z>ECI?V}yُ$P1i6ձ궭  P>7 3@cqT5̈́S!WYD72\=4+E=d"]5LLeY6DS>w*0`BM5)DSd=4t?5 ZGxtm.{հ˒oCzHU;&fؖ' +5^"KUoÙIF:3탾C6wn6 +|IZD@TDi@i>Eg16r0aO%|"Sl9A7W~e_kyp[Au4k.lc{> +endobj +31 0 obj +<< +/Filter[/FlateDecode] +/Length1 1819 +/Length2 12796 +/Length3 533 +/Length 13828 +>> +stream +xeTͶ www$XNpww 5XpwK0sIϗYm4zk׮W %1P΅ `ebawXIl)1 O wt4pЈ :Y\,"&F65{K' jcP3@ tr2óL-M\@sK;xd:w)-ijog 03?ť\ml>S?l-m<+P7:T-UD`wYhlbb03q+32ߍFv.)OZ_VP"￿$LM-l\#''#Ox '`ig +=@Lv..ТQVnٿŜ @lf;ڻMm`v0rW%ʘƵt v{?!nş/ia 6Ќ]_ ;gAn@@k 3gF6r@DYKARd,@2*@5hm@5h4?@5uC kc'#k8K?6<{Ϲi@c9, _FBD-BL:, AN!H/YAгlB_r AVN?'/Y +׿d /Yy +dA?711{oF6`g'x\3S(+z*YXA;O tG4%=&_TiiVY?WRο +hpRߍ5YPp7}>z~a ̘8]O f%%!mU_8%Ns7/KX6Gz% +,et1) ۵ +<+VВ>~}-o8>mF0|uNR&gIgIO{l3YRsNc&KŀΘF&&G1ޤhO1rL;bXZ S_}$3 U-=*vK Q6*_Yi*)Ide(|r Kt76qpkL&RpE?9{])[{kPq[j x[sgB36~~51xl!Np2`݁l\. Xs%z 渍O:!%2,9wC*aiLF Ҕ!v4g.sb& 4l?rӏhOهDGl+EJ1 ]oR" +w5A,=NB|.[z4꒛"|%QY[T:vѲzPPd]nFx!NҖXUJM/d}n{ Āa_qe&崺(j|n(U&%p"P#}z_}R{FxD؆Q5^թ?GFti":3 _dL{l,6GPO(% fox?^SEȀ@vRF;MEق6C~Nty웑`Bjȫ$i(6_Î_"w)iqL-ŵ7wP6Kt?F'jS2tUM+[{ǹ@.)x$^pJ\d|NKCeqV'EڹSb${VJ&DQV$ĄH)L%o>Ra.s01@)fGdW+ R65h >OtxB ht6+ +<2e7O;ia4Rw>E& ^= (ˍN^k V] siX1{4)5,ns2UfuySbsd0UʼnB@(8ޡlG4^3!j@f/ڕ~| #F]FTyï$$1׀ o=+TIG ~S@8O@[kfU=ˋ}袀ʌ隿,?΢(#{z@` +d+4<3;ZliD}簪 'bf2NifԞjH[Ԯ^)jȮ-1bNsLnFadWo$lcM,Ik *,e[EZ0U薑M K +a^naXX4RF BF./Xtj6XɹaxН^\ZMVAԤh~=EA_Uå(4f +Op^OdDCf.? nJ0{ 6඙v0 r }ݲWp=OW7 +t#*q^xlql78OEY53%"D31./rl؎"gQ́~vXrg1Mod~~XYKnD.筠G5i`#B6K|<D'd$!>n"0v|lӌ'T{> g΄ȑe(?~.+PDo5뗑7םq6g蔻N Ƴh'fӹzs>>PjK "|d/.{ + >.&Ғem5_eN_";ckIgWNxiФPCO弛=y +0.GFjk]%gMVMSMܛ®r1*e7x?)zX| /"Nk& +~Lf/n-bj:rې*gbM8y`n0&d8~8LՓ6sNZd X7,(o[|w$sEXDBYL7~+>2LUA!oWu'4–MMPK7cbjy_1㇍)%ۖI LG9Jo,ӑ=ڮA4$Hr8 vG>,5U'=yYZu33mI t]+,'' :L|ʜdxn X',fJ>/#)Q43W2XA8$\wKLObGOqC-_ùYۀZ4;q#IgƃbJt.k|Ӈ`f8 +k8- :3_tcKO]iPE{xsd~J +e2h \`84d3Xd#t<#V*q=O@_ywyr$ $J')D3-rcӧ'UVãTz<&yEn^a֎tḅ^ YlmϽgڥ`]wV̴xo +z=iF_4}Vg4$az[yQf-gwSN{rbH59ͷȾcANWJ 锡(!sxǮnvv^ =P #7h-f'i3Cl$ZX{,nJN4<8攗YDb x; g)R_FvL4MWb/b@"gE5[.% rP>6(ѓ>9u<]AG؍ާ'>:5<-z˓/(Yj>86:d䴸H +0Ҋĥ4q) ѽYMg&ts/Is֯eo>㜺wJޑ!_('9#E )XI}b>c}\=+$\]fpߋKE$6~JfyzMMiFȦק]24[Of"v!bNKÜ'ed32=v՝#XۄG$qzywmT!^'릀AlbZA GR\k#[v  ҝNR}*C@R Iaž6IJզKZŽh,,b6k +]j(%cRBџaiԽ<S(0eD?6$뭨cߦ3Rfn|r6weQ-i]n_]һc a VB(MK"2qSHD 1aoцJ&4H'Mۢb"a[P9v[}V$b̭%<|[7kYBͼ0yan1y%`З!>2KHQ Zt/xsMrMI7"qE6& E J܄ӱYZMI@J:LRy$g S^&kE4q,~ݖe7 +(&|=>ş]!çV%.꽡OIp|Wf߬/c"E&ȷ0wv{´^Hm%5˴6G36 w yQw1 v[ +q@9q`_XG2볬ۻ-J&O1݁j^W-fO[NrJN:֚Sqq4]>d:⏙Tc9Xl7k&f8wiz,,sra5IdtV(PK$T--bdNܣ? ~e]kH܋-\\!jK u+QH{A!%Z{g= +RBi9aOs. +CGf`]W?tmeRj:6!.&kqdVHaq3>:!ŷM^0ul(_m!8/nWCUKf|]l kͽ%\)8Hzcw!% JˊDLpF-;uSW7?]C 6>1#qKZAK|aχ"Ppx~|;=DvoM"c%5 fgޓ|*3ǻsCCm[|AyrUS~[:O.FfYd1MHTu̙"RV\ cft1i&ؕ͒)&.xzj>SAw՛`q +>BvZ5``zm +e^VU6lcU7\0Z}RNdMȐe$ +XL*߃(q ܜ]ŧ8h˙[8cl{]9 ^J$mjeDLT Xy`W>R +f=BzBE\8X#&A`r db)WG) 1P6cg;gNGHje-=,KF9#eKnM{?/PfoVOj6\:0NuY|XVkeːvR5,hj3K; *Vyȗ4&V0Ф=ԓ@E e=?>yH(#ؠ52Ҥvޖ١mOuP+:qĕ*gp uQBHנω>Xz/3Cا}(wKTOTT\;xP8.VnΧ/y%W+wV>1-إNUzge Zk8qӻ;%ROHd$+^]iP>,jxRY㻝1%vzbyd2v[mZ^?Y6u!uSh] 1 +͊J6UeAӝ=6?KrT}o]KS%shkP$(e+x}$#ek| xvYLZW''/"MD'=HsVi$u6ot@ V{#\Nۮ!gWA 46C_4. ,(fŇR|m}a(X9}ժJ:dIm ]BIgAq!z*\oG~ b?];#TӒ0iq)wNCT/Gɼ +>V<&BxW0P# 8wR؄߽%N;yiV ~wS-T[.󞗓۹/OT5",V7ܙ +˗0O؆2Fҁ4 + 9`0kx _?)ǵO;аА[:+sE:Ƭ`CZ蟉O -mDBȀ1,6Hߔ$*v73 +h" +u]ykQIhw5{l嘬+:j[ &f g>ExϨ NXf?V ه=B]8^6N%7Sƫ;:(XZ5TD2+OqCga_Wm agn-]f9q g"b%8.:Pk5-v#:D)Ặ#C?x΋r$aӓ%ާNsE.a1.sb^?\|2?hYWg+RVD= j` PjZH镄)ZɊҘ etVz?MUMz.3:`w?$5r !k&wi󟂧23fXd-w\ ʤeˮ;˜䎉%/ BQF? !p02" FΡVW`;y90KfI%Ж4ر ݡGYMsB* +B8[h^᷻Iw7+f#[slGKbGhȟ2\3?vRH]rIQ'e +>: +hDv)1Rbo/ZLsRKԿ࿐n W{Un +ځ&DB߲̖P>O۳/i8>Mϸ0E{q2cj)܌XK>cbD(o-Jxf8{س4dն{' ok:L4xM47[wr1s!˸j + xޛq0h# f5)z'Qc[@~✱]} ҞCǩ%1e8s4ל>N 6ťA>+JS#YȁO%n|fLgj] +STsWp;pKEINY~5u/58OY-LcHRJvFX JuK&Ýv쪌g=?\ ݶ=w][u+o 2bKeoĨaܙ!m]!9|w?MT*F={ |otZ#C[x\5R5$FVr8qo7\Ҿ cx=SR॔ `q;\«:rSѠ}mC^U {n:J?t^𷟹~ţY`kmR~XgŲEUn Vvz:>W z +@]ҵhi3Mт^6+`.s촯 + +9Lc}9!ld} Cf0y-JQziyXePGt/tX,L`>jA1Io2𤛎4:EXw ++%uK9fsfėsU3오4KAM[ؑ<3{7To?5 ﷞Solw4-"9q %=K #N I3&,ȨL`׍ e:ڑߡ$3#& ) "i > J1^26ZvW@ɦ!nޕ*VWcB#EeX[.fs?7l8c^;h,S/v2-9aԆr?9.IH_BKaa:a0fI!krGh0/9gL`aAWF?=̰{Nd7 C }fICeCI C8y7 a27UɃ6bw?NqubPtj] uo^_zE“1&ץ6ʒv#z¶>ҰJ&.-rEQHŮsAB.͂&?k ;o*drBZ]o/OpkCM^y[ifw-6IJˀI {3Q(Z+Ffخg 8RݚdFv&j+?&EkPxw :yՎ˖ðNkDؕ 7ڼ">Afr Mtݗ Q}!]7c`Gu/,X_>*o|f1e]S#L!#⩴ a*;dRI@ܵXI|C-wɓh](SUi|2Y$cATqo{ډ/sm" ƛsM^:@IbQ^Qv$)-m'r668u˹؎ŚxY^=`-"Ɨ9}yU3j3 &hc+{q_٘1 ެ0,,Y  Ft7yӖig;:by.xa΁_8746)Ji$0_A)ނВRmcY=[V&۱q fhhS:(i$C)cq,m.A'~HWIKt9X'=(y^us굌kwiRW9> =TIvb\?[wS7 +)샶#w?%U oJf%rUvknt}Z%;IdvRfb nO +گ;O0>P'=3^CWf~.C+B#S~jxsxu/Xsk/,ϽJɞ+|KaW6!24.mu]DnUFMh5-P;bޒJ(E~xL5!6ZؾVEҞTO,'׋DBDD@iDSS7K&'!ݰQT$I"@H'ެp{QV K;q#00(ѷ=~͇C3X&݉-B>a^ne/J#i't)eodRllop{ J($ 1ppz }??>"vl"B%\>f]]f 3SI FMWmdgNm7¶G:f Z盻COQ˝ #|[J\KQ?)&:J2!$Ui"κ)pUs$xwF{EI8psXдK/]G9R4O<аnN!0Ri(Jho6OLkkwswʵb˚&vn8²jcMI +G 7SXd>oWOruÉnZKLqԍ!6 ++ŝ ت PKbTCkBpK2dW9 lOuWnr-O=\ojSr[ZBPt%z˒b*lTR-{T3H l]p?Zy;GZ=ndtT[]i?[% -]?"_r)ёM=NW?v3JV'eK~m=ZH|Y^, < ?^a5}19A8q5I݁?%V _X'ޕj$ݜ'H`PE_ig9|%N:wmI&.A1HJdwb,bޒʤkrb]nzGQ=}L7_qEPM Bq&*;F/a(E!nFol`EgQ|U +wj8G +rO +3sɶ\9 |6*nSrW LU\& S2Z~ސZ^nq;VZ(~BY9sZ\"]|ʉ?+2婀u2> +endobj +34 0 obj +<< +/Filter[/FlateDecode] +/Length1 759 +/Length2 1215 +/Length3 533 +/Length 1786 +>> +stream +xiXSW-H}\*dAdd`e3ޘHDZ"KZ8J".X툲 EU#P*ƙgho=_y͌Ylkg>vP5BgW;@ff!`&ӁsT-s=ӆN WL 2`j1eEA(dABx,SPp +)$S: #@CB[HKѰDss| *~aߡZ,%B9yܦT!"TQ2X|0>,A|`>%Z\ABFa@[H!RDY P +am= jAj,Ae +Tcc "4 +FQGP|$H  ,RPLo'q@IsiTWpq6vچkml(r$ +r fgp)^Dy L#,x6j\eDr}f?|$Vs&^>\U/YG%ckNN /ysNxSgjmEmM?ؼ494̦<)nX;peǹݥ1:~nM nsߙ K[%3ꌔ\ѵ4ZEź2tO_iΦF<~7yŪ)Icabm*wTgZΜ C#z~+)EgԮU*X`bɲjMթ+F3I̊"nV<'ٮ.;'4g7?TW)Ҟȗ0|qVl3(vN!EBw1C{6Pޏj3eSCtxdmL\#-iMUWݙUi֭g/~yYiOMRK-CxVǼ #4z>M}~)q_-UQ\\p)UV&YЎIse]_8SC 6sxd?ynWc6oWEUOW +W<%%pE?}bIvm@iLA $t7%6ڡWV@59uŒcKrkWZc@V]LwLܾٱjQIx!⸓$φ0$gDPF>ِyR**UJxWKV6՚KB^?;'gZm'`_Qd>ۿYw3ܪ> +endobj +37 0 obj +<< +/Filter[/FlateDecode] +/Length1 1654 +/Length2 8753 +/Length3 533 +/Length 9723 +>> +stream +xeTڲ KAwwhhh\k A $@5x2}y$2k͚/]꿫Z]U +j:rq +TlR. ( t 896.'**=@ +u0J1p--hA- 7o6@h rxPQ99V`K7&Gk(o/y\\a0LJ+#`FeW²`ZeoTgpYwDW?`9@@.?]@kSYsU [J8@@M`WYJfi psq rO K.{Qvtv'_b ` s}$qZawtqz.x> fgs`5XC]Pj'77 :en upmlAM|v'X/VMvWEuüv7Oo%{K +;? w8)Z4>XvpmzZ ; &D7DH&;?"`i,oT`NZ &TMv = _frouM 7dqrYUa m@v?VdaT@@߷&ɀ0N ,:d0 Lobv?&z7\e݄9B$%^>|V.#]-wq;a/C brtĆ fk0l@^ KԌL3W,W34z#-i?r Hlކ٫_aǤ2RWoaMZDl=lq-T:Wgvff% k*ͩaϿuުܐu`Vv匌R"Kُ*dQ)+C5жse4y?nG7(`Ѭ3bNXòasWqM١=_L*g7g1bpqbJārEެIMtS1FfPhNRZ_gnOhzs2D9!)P'mJ/2WKq{ԮU~r8 +nJ7R|]<ξ9Εꆌ!`̶ZCFhea%8:l Q<Yksq&-_֝vԼƳШ]{ Hz4: |4;7(fVeE2-{7]If4u"NQ Ý8Däa1=$D)}\;)MaM> +z;,)!M&hg"3"şAY#mtk5Qdn^CN4T#V4ޥG$}/AN.춙cp0[갞i#2.[rnܷڟ..$B[kdYIM%h&t +ǟG7Wj%=0^g9jp#$#42s{ +x$5M߼ղdLY`ѯAnۙ]'" +ok6ꨑ涔^p]vz3 1h' t5;&LֽB|/tj 5jXbv>Z#g?>ܕ + g@;&4dۨ&2RX! wC-Eu+x\^r 9Hqų?G+Vτ7yܦ$D0AHea|nyl~P;eoAVS;ެ:?")^6go,.e-8,3^??BMSȃ^o%ʖ/o]\7׿^x҉9;{׀$yA2['U|ŅN#2^+I[ɦ jbOF܌`IYl 9tӨy5F} tnFo¤1g(7 +8&@H6}r}鋲t‡PG=MjT\p/_ ܡ+ptK};O(( +qZCΨJ(9ߏ_'*t>ȯzEƵP~,>o}jvOYY%ONJ8ѳ9l%~vXĊ̒zˮmF\(CBI'Hn:)X'$@ zr_0YY=X^J mӻO8ibGHcT Lmh 7GԞrٸKξdnB=Ι@Rgmܦ!)fQrńx=V̽z1 ]%W2%9*hMrM6"ө] @Ը4< Kf*Ƿ~pxHo'G( rˍgO1:2@zkr]8H6a7^]w#emZH JAlzL4zp]Ba(PܱWh-r1IdqroXbĉI i[d:*:o,3~K%XK!/+^L ($8Y}}9mÛ¼A豏%pDehZ`e]#vݐYvL{e NδDT˂{EɮjG:D:7c=J{T.ҝnϛtRemy߲CzUmo;:bQL: ;[;:diס"݉ &̶g5$ߑB4}@[]U[1m /S4JZz _Kfqg!&dl~ #[꧜ o|l#W%a~Þl1Fw¿.Xb56Ox=ui5q/#I|gۙ?*'d9 ؜DLsCv2{l *rIJϊ9EX1?fFx5d˦qء9DXUd9am}YסO8 ȃPPV[s:F3cx~C[B~D2Il+q|tm<*z~hgZXJB-e;Q'Bjw9KG-I NoZ|6n4G]վP^ڛK[8 ;w'3BP b V1 R߰q(ʛkSr #U{JjEʈ&@S?iOxu1ྟ EweR+UIV9AjNps:I +0tZ{n]*D'2╾U+Zof[$(<xn=IBM#` + @ɘ哝PsQ@.I1树:xa~~7:AJzyU~$M[!-n +S0{_㋜ɩ=kAw'no^27?Nϕx%8ߵ!Sgil<)ܣ9oH]vXt:6x7>ݛ1Yfo၁:ʞ +*~@,6Hߥbs!!jU8Mٕa择˯J;TSJñ$L)el_ѾxĴ-r?QDd}]fwRB΋LzFHPuKB7ACӹz9 -,o U@B@/g'ZDRq2ởG|tsDZJj'X|g:e-#QfH^CJ#fc]3}i +n%'R=R Qqct8ӊڄj(åѶZJ%PnUrym}n*OY, p +h%;ri;_M{>e2/+bq.8YЯ(/GrfV'HO#e:I>qLdZ:P_ash vy qV|~= ^|;F<E7W+A&9%EobBPy MӨEzinM\\1-}3vw5q_v·\|7\P̫i&12Y9!o_c:b'V|}`!$3oh}] N`և{ T[픡H9;-Ďղ:qBn4rLGCy\_? +2v}-V/+&bZ3Ed΅\_C;U;;y'pJK(qLAT")Þ{bh[j*R_. +Up|HCO\;l}'&Hj5J4Vy\VbS`1Є~^wa"SAӍ O@7k\3$y e5H9 ":DGCm0czpg">fJqqiԗ*c,^^=/J >H/4;7 +efSՙKH,-DѐQIz8rP#a"g7#"l 3Yl 47Яdh滵6CCtxP;H*}/SۈeH"MDs~<jsptu +_"MKkî㷃;O<  Sα' JF'މ̄hQ+0]8b8[޴nzpqJKy qo`b&'皙Mdzڷ9Q5MIg=!ZJ o=]<^|1"9ް] YS AfHS٥ +OM]')Ǧϥ@6|E=&_I#)tF|g]G5OЬhem>a?wtd:=^$߱XFgNm汰E_.3LLԐh56BIǮr:И Wh᷅?#_ђS +oW1l2$TjD~.՟?Y_m fG/Ek4buB 6yIqߖ"?w ^7=X +?J})঄aiWHHV]aG WJR1ٿ-ԧ/lYDR;54'%ZɚDLtK()(^!7g&ugQi0KZExV)9dSZ 5w)CjA>%Qԭł3h,]F{X1'#z^iD"dĕ5^QE&S,Ώжj ( }qϋK7`88ʁV j3v8iMeplNu7u{2>E +oqHG`&Th_$= :Gj]C8rs~0nӑ[ +A#Ӽo!j8/?ZUjR8̛,un|ۏtpTlƹf2u,ȺYMt<[0YJv7[|+7LW ABpU'?HMmdݣJ5\rzQ9(%)K@r/}u=?kt1~x54/f^sE-2mJNٴDei\>Lڅ[QE|zi +)(F>YU.V$5|$4rtO ڊ|fl&\Ko8Qeѩf~ˡ,ub Hַ[3[ L18xLS''L/ҲnGgF{hC.ŋXF**pZFמ ?ި^;Dkr 5rU]Q7*XIԵ=a?sih$/0v'0v'~p7a\g)$=W}jMe.Z0πzrZ‰nݻ;8fJ* +i-!;R.$ !8VXPL' derrTG JRyBryq΅}(WWTS!.lƂ*DS!१_gbKG7`M[SG>}n[0/7<@:ή^ T[OEw@VV -#ΐܾkmc86OӋ)(FoWlBDs`$czj4Go8q,2ߗvrH}bwhbsIDm}GZ@I S ˕f{Bq/ F2Ѻ9E{O(<%}5l^Uyn&` +II9]]NA(6b&7 ~DFHR(vsaL#ߦfP=~l~(Uz$^ԒSƎgZ"ġMTb[7ɱTPQ͋ PvO7.L/&pOy"bq.2irUS뉠S|'dݓL]My>}z +s|Cw|hDs! $2J1JS_ `KKbD/2}Md@Ŗ̘)m`v%boW Ε~&?H&l}!!2e Az7"ԟ gIۚ%BJ#= ,t0KֲLYMl'^ho =-oϯ/e`X%ʒt wI6LCff:7q6>|5C0vgˋ¤ #6kIsϫ]G&Ğ E2@X&yH}3ͺ6qFАaEOu4sfڬ"\McRâbܢE+LD#C +>zf}շy3ӅWbALJ!Hve7:{D/}0ϴ0sD]vҔ3Se&#wd'J/@b'2E)h#)袏ƎjOՊbMhASˁxs[ p8KO#= *4Q 𰢁<3o(HpR,/fb 9?M{P +'0b.fPm +󑽤Hc}ݡX52ܮk+3IWtVY 0>vqt'ƴ y2#$=]8pGPt'1k# z\RӇ{;"rLsnHƚ!WnUhύW tGE_ 6 +endstream +endobj +47 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-4 -235 731 800] +/FontName/YPQLVX+CMTT10 +/ItalicAngle 0 +/StemV 69 +/FontFile 46 0 R +/Flags 4 +>> +endobj +46 0 obj +<< +/Filter[/FlateDecode] +/Length1 1636 +/Length2 9708 +/Length3 533 +/Length 10683 +>> +stream +xUT\֦.A +@NQ'Xp@![wKG誺g9ZcozjU 61K's#S p(i 8b($ `k(IY1laP2ڀ`I,N`ԋu+@ +,99` (d vD˖aK7 0_8e|Z:9{,AVN0=N.folW95 +,A9%%Gf` 1Gk{U TC-lPa{U8Tu_U5;B5N0oaM}Ԥ-,.^>b` -A'1v V?rs8`fp9AAyx6^6 !>3NC'G nv# +[ >p8!pw-p؃\]X~M0YM0=[SM0Y˩`9&u V37 r8!fv =0]\m~G *6o-7d7qa,@ӵa ̻+2a.@7'lp80N ̆Ӆ0]? lF.a pr+Mf`0loϢϣB\Ӈ ,@vqIx@7?nv Yj)10M*K#E6V}?1^ۡכW=  g Ǐ ͵ &zhcQt>sl +QS45^XZ׏JKY) +ʯ j4! %f泞"C=g00l]QYE+?K:ee4VxG[D$ v/* ,Wx|Gh+{I>n119u"<徔AOIH_](&b#bʽguˍ {:Da3CmI^! +$VF,z@w\X;:gnL^wC'x$eZ6nxyeUhއwgjX\;zt3?BX źL?YL|L)nk‥ׇ1(r梏H,:9]JvG\7= fy_` {Q@~OM2l{ 4s r$ɖNbۀɕ&WVDW0RƐ~-Uoy;Y'&#&<@^ =rk9`yKicL<޽n8a.^[7"iޢ6! +"ԮozqJG7vαȸL*3,ܕr?x&YRO7RMޒ,KH'5U".OǕb4}NX¶J"pǥ0CQL)j(-kMv=$k-"L|6}Pr~ϔ.o%~pA39]lE3Xx-rdVQI%泣BpRTpN@뉗=n7w~V`r|x:I+>O_KzI^7R( |D|{87>ǎ]7P,|E@BUaʲ 5]:,KFf _筕 篖#emf*h甧IFoy\&%"X!z8L"]/ t*DH{T ZQʴ!;x tֵq/Bq[1.nv`ċ ķ'+g0xD[Y`s6 yDžj CQ,[/~鼘o",caܔ= f-QXm/҃U|Cr=yZ>;K.M띶%*%imf]w?4Qז"(07E60j e7f+_p)9\CWe+wfYTyBWMKdfhABbhTn`\}GfrRڜNQe!&l?rXZl18#)G3Cz"p76d +>#|3]Pdٔ7i:ZG4SvaGLG&[1Lf`/^[K QyLwDU%/c.sF@915(WOZ 3q*Ն̐$iFQ5$u Y\e6knu|1sۡ1[E cjuѥ&J&KY*5jhW=S5ªmIch!FnTweo1յőoZ2rJy!衕gS%FNU G@JTy.-,Izbߵ] #P(j_q0dބ =?=F5DKݓ O[M_<3d8j5n-'iˬ'1(CFNaHa +7QXagoֿd)*be)L{hЉhYʐ5c|Z:Y1$) >\Ju VjmX9 ÷}oZzLD)TC[>1u)HnӨ#YPJE}؏eX[k1$Ň"jEx[SWj7+I +L&FX4r\х+{ +ɪz2+3~lf4 >^fЈkHY2D1ȿ*F5?ȶN#:z:+} UxvX7Z@A@Ʊ/~3gh5H^+?"T̬S󘑘-u/;U/@P߰#8:dQGO{ny߳\tslʜ(Z ?Յ YVm_Qx)xAȟU)X?L*ʓ8켙L>ߏ#ȩ]rP%_s\?sTy Rpޔam폡{zhz$~sEus-.6exl>e-c$C]3ֿd3II) >D(~.k 3Kdt,pLdz$Cĉf߄c3(ufr9t ǪվE~aʗvk)rx6lp1y-y|YXYkm@? oҔϑ=MFػcC+4wz%똚\0)%u,%1iw-gWSq&~v녨aƷHj)2s/"|FԖ?Ɖw*c3r$` UNׯ~.`Z@i͙4qkp܉K +&@tz(M 2TQ$J=2 -YI49G!Vɝ`U{\nάhV˙C^ws<|~@IˇqW"hW Rm_M޳n*XRZ驼%'@3~1q4nG4cQ'!B3g>Ē<ƒ Yw@1=ͬg +!ik9Er%q"a:g-s-/0781s +?Bºw1wgOhcd8+<)ӽݘJ>c>9'ݸF,i4qb +QmSI襑GhU1}KC=MqrqlH 28%x/ġ pNrpTGBSu9BrVrZ7a{SU /x8}ͳA@zEųB@\ԑvtvU?jFͶ/;MPNn#`JX+Qc+ѻ֕'/p*mR:!-/n\Lw5`ј^(Pj,YhI,.g^" +QS>g?E.g/޺@T9kr*ahM(t /zDžRGs#3MV +CO.?R:]i:[0HV[K|*,z;HMW4_sb4k?jG978$sZ2Փg: Ы 9iS:E8/WKTW qN'aM^n@ڛ6%_OzH.91>hc0n2aR7pxej}jO +~*w|}*;Ša蕏E:r.\2YP=HH'W,6ʅnUTC;%Ͽx`ϋ '!MnpS +AE`ѯ!"QWsTEelON@'C ^? h"`רYS +L<7HAW45I[B }Q +|Y{^~ |VPLɣeK54, "aZA汰Za`,GRyh1CE#d}7%4AIBeHOәm֮O*:]qX=Pp%3W>Wv(}Cy0T :E'H)ao>n4]trP hO9ՀcEmOm+ֽCUG ~caγEl'm!+6|;S_寯ZAimZ2~ʵBfuf|2Pш?t>*?~KJ +ugZ&G6s)Y!eJ=a٢y,u4r&4lǿvmvG4M;6+R]~.>}oIn4-f%u^oVʻ_U7FUKW)?jIJ XT@ +ȭO*p +ɢ^P#\wiM,ZT:=Fq]& (gDKǀ=ie(w(w)u5M==(0$",Gn<ʁ$^6C[{LpNu'2Np!J.ޔF9!]j-%me]voUBlr*58M)s=fEǬ[[5TlB}[A`Z&/i4g3"9jz |2 CT /D# ,Ѫ {Gd(.'!b XCW ̛"S]4d)etWSќLkz)5vZ/.gMOd>BN9| #heDBkCES)ktb7yH]Wfɫ7=52$ Rato&ORq=eϟthnO z4@v=x ٴ6wqWm*xVi hݭ^ RPZJ6DlӫZ~IB/$Ld#ɘ򜴸Oň|?Ginu71(-O)V}RUuDܿXDjjg3 6؟7Lve࿅#9^zͪ&1zpu>Fh(]d  / {ΡFzYI_o' OG;,J$+y\;XyCqL$}:[s|FbN R)v硳qAC]M6 +29 A{<tJehżF4wGRd +Ʒab%Xٵ{>9ǖFH9 P4wml{YR" sں|ĸA1#B24܈z5#{D򒞀Bh݆N$z!"S[GmNs`R D&~6(u{:G&:L଀& +UI$彦;!( Qwit0A~ޒnr*X_*PI{3J R^kH$`xꙒLy+ǹ_bI)o;kj +]_~UȇA~DtF7)yF|<['mdqpDHP&GbUxظ.%RO-~Oc [\pDX@ne 㯗Ƥ/xxiօ6ߠaa%gmg穎Ps\Y812q`0o,0m8W*WR+x?wNwEe/\w2%t|S :gVԐFtZLGơc i`#\* 9cy_{W=4]IA\FzOǮ>tGRc-锎nE4p fEWLO߉DCD;fI#XM_ +@]"KˣUu 3 ؏g!5{s)'&3o5vT&u,#&Ey⽒5( +(kfPM2ƴQQGkX)G#2E-L%h˫/NGJN1O}x[Lr1]PQ$EN˶gJ>'E*h[9m/]t9l{%^eP21+NH>:ije7i 6eyaql fIr~_̌NDH?2`v"~ +5NR5ci? a% }hNB\#K;I EG*Pi|>wH~[a5" ˗TWmޅ%?ręɓX8ӹeU|8{= D /ؚtJĻHࠧjBWǤhد-"4GAEYŤoqYEMjmŎZSHy)1*tm?j\:M)!{pU'^Pȫ˓;Em+Hժ}d k^{Yi"Mn.Ro5V1pgNEr96̸%Qi tP1Z8GwY04Hkw8˦܂F:%/*o;oS2D2ܹ +vo% oS=wsrhCZc*;ͫŞw!) P[ $7ܳIn$sKD/0xc)KL&'|P穀Ģb Jf,֦;A C*J2&gUVqNh*H$Յ.%.lǺ,3 j;b=-@iN˪b2ZϮgOgҹB( [c` +C-+SlUV[)JIU_>NUf +(_ bR&L{4jUMP,*`m4>® L(e*wz$* +UAEeVyo:wt^7H#AwJ$?_i# _aI@q߯*RM?덮U;.y]3K4yAq"];n1o1ls2k +y/? ^pT!aODA2ܱ{;mq7\&tCUd|\LEEЂhzV4Gj0ԉ5UfdfbZj'my)ݡ2:?%>U͕miosGiU&"Y" {ߖ >wПO$B^c>Tcֿ-"Ţ-KKѧ m%¦>,UzVl)MM7׋RpKnxmC=" kB&k$ZDkb!$\:6zIobc73/bwxU%3 N/v7>! mW[>TL A,展ErHc +MkGޕnCU7")p.|Dz[|I GJ)Ж4UB,)kGz 3Hg';MӾJMJX6ۗ&i,ϰ +Z۔nL 셈ʫ8Fp"]KǍoX !%^D=]v-[Ny ?}vt>o5/?? ,AfLB_ . +endstream +endobj +50 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-163 -250 1146 969] +/FontName/GXVANJ+CMTI10 +/ItalicAngle -14.04 +/StemV 68 +/FontFile 49 0 R +/Flags 68 +>> +endobj +49 0 obj +<< +/Filter[/FlateDecode] +/Length1 1149 +/Length2 7097 +/Length3 533 +/Length 7848 +>> +stream +xg<% Dsh1fQG މND {.ѢDssޜyw>gyq}Z3L:@Y\  ~_U A" H8$&(oB a<^'g#X X=;7 (oA|?| +l{`:{]?^x"uFxϣ#'@?\ĄJC'\U / ++ +ps;!ޟ5(p(^&<%?*6wl)(8,[_q{<*6Ç4<Lyz%H3Cjl|X>[}7~v'/(A$XGq'o(DwiTHǵ;P;ED*süJV9׿_Ht[x q,xdj]i3gWlSr"oPQ{9m?QIТg[ul;['IX7.ɼ&O;󅱭Lnp0C/s$ +02Grct>>t?~Na-}[KJ +?8kTR @?fV/ݓ#nG7ˮ,/XhR8,m7~ML !yZe 4G̥Ҩ)ka͇)񝹳}ZYIO! +Pq2|E#]o# bI #}폭VUgMd=O+` + ߤ2X|OsOZeiMvv!֘ +aboS| 2, >@IA Z̳Wמ +C).+~<m-‰FܼϬεw-m+"ށªd?%Nж P:aߺ&=C{uAl{+&zP"C3ںAZs"Js/ؐ޲Xʬa +!ey ] 9FET7h/X~M3;PEOG')^yj|n ++`ńqO"z3qϸPV !h4n0=\ѱs@|"gNx!7']h^=15%Js;|^| + +̜\8^}yrhJQRZBEv1#Q4Μ]7nd0$5c"0>čhkPVOӤb$J75͖棕#NUNhinِFyj{xg97>G0󜳠,(G B|T;e/I*F/o.'ke?M*+hJf M=~s//-6 +^Lw9/H2Ks'4NѨ*q(hHq֢ǥL5B9۠~ƺe:–pA_X +fLښ=mZVT݈= [Ei>eoO5މCv~}{wHfu9.}ЧҎiOXJu6(lRgn<ޑ:{*x3 t˒Q!?:YH_,F.G|KHN +w++vDk>K7|@J+T +zc~:IdTB'9Te4UN?;(~i0$M^yyC0}?ˉ#juV_r(o ×\ޣ&7QT= BBKr8!X+Ʌ f thyy2Q`z!;q`""2YË흩J2WqTPD9kOtvb4K^` +L="r7uq<9;bi_9^y0m8?z/M-c䮱kz0.{GGQ?)MFxӶf{cZPMǻ~O1Rmqxh#e"ٱ>hk98֪hq CRG_n'9Z+3Wql\n?NdBN}WPuEG04ձ[EϩM\J~$Gm8A(sOԨuǰxJCT¡F%OJi*gqi+b`TÒs,*%4C!Ȱ= k7PY*i/)R--`V c +ׁm"'BbenJoC3LE>h+Gu_o,Gg<7XDFo0%_J]H.=+Z-Pne!O#M ?n+ +D>FL54o#HX8Ã:_~ |p+wT Y|&hPnt)~)TnVfb%H$şR]Ӫ >L%C.Q֟%VIlTY@m>`M +={Y*#5} #g]4z[S%{Zrw×|kل eu[XՋI :8Z}SeVm&!Q4a#ҡ2,ΕyX- ԋI2AzZZ|o&P-tY‰tS< "Uh 3oe/XJ^qT;G9Nn!+탸 գʉ.s 0_5㬾 QА8{({\p;sLh=uܖ3cWSulNw$Nlͯ9|tJܲ;E E+~ޯvǏKp[)HS!I`eS=n AXbwLnQ[Q)L8%xRږ>炾4/k +J"\Vꖙ!D'$Kou_*Fi'F|ډzs[,h:4:{eE 6f&| GO=>V~tWbEC$LM9^gԲ8N7jE0O9fsz̥#l,nפ.{C[+5s12L)Zŏ}@.KތT_+[.1mwal .SGM^e-jVaa3u33138cN(7X"eL$wQxg8p ɖ(2bcc=Le:VO}'6WOk&(SWj,I'R%n)tղ6]w 3RN1[wDjS) ΙrOJ/#C ףNWۈ@}zʷ!ZdayF}y=0nD+݊p0-g*^9gʔRBN?*HÉsvQ .1w];lފKO@y#lS\M0Iq:tH5x56t<^/-Ů냋 +CR` :X'g561$WВkr*uPZ$7~.}5\!*GF:L} 1Xx +O &[5̿s/ GF#oÿa=:s !LjIiiZhÿV*~ʢy5:e6TR/6VTimPV$FPIZ~]v?ŹX^~cž2+ȅ".o@2.B'ӊmؖ5k/m'uϓGqy y˚q\?YD\2G+cڗּ)ͺl$&ӶNϙpؾx3;Rk|'y}sEW +`{Qv~d7<m㣹{c;D~;*M=h) L~RV^F3jvSKʝ5/rxqq5q p,V`^m~ƒ(]Z_'o{æ^&O|UP-.АiSXio?u{fgzE75oH*V*<^J޻ I}wh +t&Z/+\ӰSE ]@l> ӭtgؾG3EaTMhѫRm3qBb5)J./Tg%tjS8vX(vz{P,Qe+b)F; +gtpEwkӊ0;~Bo̺ |x1x# huCܐΎ7{<!Ԃi +endstream +endobj +69 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-59 -250 1235 750] +/FontName/KPMLXK+CMBX8 +/ItalicAngle 0 +/StemV 122 +/FontFile 68 0 R +/Flags 4 +>> +endobj +68 0 obj +<< +/Filter[/FlateDecode] +/Length1 760 +/Length2 1212 +/Length3 533 +/Length 1781 +>> +stream +xR}8&gbcK~D|Ќ^ԮA2Gb;;Y+IZ$252*ߡMJV|G9s:k?s?~= ?: v#̆B8WOv@!q(`D G@qp( ؒhGs$ppX8,]Y 0-l,Tp|p`wBBDB\P( H˞<د\QV +§P"p!(A +/S">ߋ,gmv$̗DF0BRo.)s0>+, !.8 8$~jA$^aBW 6,I%PS]+Aa18@&Q~:ɰ]…Eb7R,BbID)E$qۤQ >DkCu6TSqI" Pd=P`vFǚ+҄ 1]VjLfM=5 l`j +FQgr8F<Ҟvvr7x:eߓH6H=>j6WBi!\jlN7}{t텧>J '9Ow8C2S.x 7E&%/O:Ƿ}qvc4̎wwV^!ooX;w(Se,R%a]zBȦΛ`VϤ^9An\z:S֛&7 կw4=ZjdnFK!}I~V:#&nJo46a=6XSfgY*5r7̞Zˎ?jx׿VdMm[SL˼Az%ԜʽE] +~al=5u6x1#+ڢͩޜKޟ8s{􄕙}$ohRad}crw;efjSWEm7-wU>e>6.*[~mWK-]E}V5R}z= X}GKpG+R2LT$IyK +}CF^:Bґ{Bʍk7;s4f'Tm/Ci^7 -~1:,P Nhr3p3B8Y{v&|S籡N #Ki{f:w6aN&YܜFY577@>X%^Nɦ}S#O`ork*CN%*lg| ^BEo%ĥd<8NnԯNʺrLeT~>- +x?izxsjrt€Z[Y5EJm/O6C8yboKӾyȽ;*qPXoR2#SKɝ=\cBԏTt1sR~BR辎җt.&Une<"S/xO߂|cﮙ<qp +okuhAߓ|'X8yPjw_Ru3s2 }?h6 ͖ 2|[$K}998aR42.֑6|Wb}ӉX/- )8|bH$R +endstream +endobj +72 0 obj +<< +/Type/FontDescriptor +/CapHeight 850 +/Ascent 850 +/Descent -200 +/FontBBox[-29 -960 1116 775] +/FontName/WWMJAV+CMSY10 +/ItalicAngle -14.035 +/StemV 85 +/FontFile 71 0 R +/Flags 68 +>> +endobj +71 0 obj +<< +/Filter[/FlateDecode] +/Length1 777 +/Length2 594 +/Length3 533 +/Length 1156 +>> +stream +xSU uLOJu+53Rp 44P03RUu.JM,sI,IR04Tp,MW04U002225RUp/,L(Qp2WpM-LNSM,HZRRZZTeh\ǥrg^Z9D8&UZT tН +@WT*qmKdgaqn99~ !S U[PZZZ4<8Ԕ\tYϒĜdǼT]C=cSDf[fEjJ@fIrBZbNq*X<5/);D?<1Lـ̼ʂTr0SQfB!P!Xh%d+)$%VrSgPmZZt^^~ P0lj@jhn W+u,t-̀&)֢* ,,MtQ05000x-(5e65"5kLxY _\U +u ԣ6Joڔ7=ܹ:v6V|)5]fk"Y61|Q͟{BRIJM}mKkMW(W,暕-YŜ-VɎe==knυ :~;]sWohet7#[H$ҊKSAZ  O +g> +endobj +5 0 obj +<< +/Type/Page +/Resources 6 0 R +/Contents[40 0 R 4 0 R 41 0 R 42 0 R] +/Parent 3 0 R +>> +endobj +44 0 obj +<< +/Type/Page +/Resources 45 0 R +/Contents[40 0 R 4 0 R 52 0 R 42 0 R] +/Parent 80 0 R +>> +endobj +54 0 obj +<< +/Type/Page +/Resources 55 0 R +/Contents[40 0 R 4 0 R 56 0 R 42 0 R] +/Parent 80 0 R +>> +endobj +80 0 obj +<< +/Type/Pages +/Count 2 +/Kids[44 0 R 54 0 R] +/Parent 3 0 R +>> +endobj +58 0 obj +<< +/Type/Page +/Resources 59 0 R +/Contents[40 0 R 4 0 R 60 0 R 42 0 R] +/Parent 81 0 R +>> +endobj +62 0 obj +<< +/Type/Page +/Resources 63 0 R +/Contents[40 0 R 4 0 R 64 0 R 42 0 R] +/Parent 81 0 R +>> +endobj +81 0 obj +<< +/Type/Pages +/Count 2 +/Kids[58 0 R 62 0 R] +/Parent 3 0 R +>> +endobj +66 0 obj +<< +/Type/Page +/Resources 67 0 R +/Contents[40 0 R 4 0 R 74 0 R 42 0 R] +/Parent 82 0 R +>> +endobj +76 0 obj +<< +/Type/Page +/Resources 77 0 R +/Contents[40 0 R 4 0 R 78 0 R 42 0 R] +/Parent 82 0 R +>> +endobj +82 0 obj +<< +/Type/Pages +/Count 2 +/Kids[66 0 R 76 0 R] +/Parent 3 0 R +>> +endobj +3 0 obj +<< +/Type/Pages +/Count 7 +/Kids[5 0 R 80 0 R 81 0 R 82 0 R] +/MediaBox[0 0 595 842] +>> +endobj +40 0 obj +<< +/Length 1 +>> +stream + +endstream +endobj +42 0 obj +<< +/Length 1 +>> +stream + +endstream +endobj +4 0 obj +<< +/Length 33 +>> +stream +1.00028 0 0 1.00028 72 769.82 cm +endstream +endobj +83 0 obj +<< +>> +endobj +84 0 obj +null +endobj +85 0 obj +<< +>> +endobj +2 0 obj +<< +/Type/Catalog +/Pages 3 0 R +/Outlines 83 0 R +/Threads 84 0 R +/Names 85 0 R +>> +endobj +xref +0 86 +0000000000 65535 f +0000112829 00000 n +0000114298 00000 n +0000113952 00000 n +0000114151 00000 n +0000112993 00000 n +0000012364 00000 n +0000029380 00000 n +0000029196 00000 n +0000000009 00000 n +0000033097 00000 n +0000032909 00000 n +0000000985 00000 n +0000035450 00000 n +0000035264 00000 n +0000001966 00000 n +0000040063 00000 n +0000039875 00000 n +0000002867 00000 n +0000043072 00000 n +0000042886 00000 n +0000003850 00000 n +0000051378 00000 n +0000051184 00000 n +0000004802 00000 n +0000052846 00000 n +0000052660 00000 n +0000005784 00000 n +0000054936 00000 n +0000054747 00000 n +0000006768 00000 n +0000064085 00000 n +0000063897 00000 n +0000007698 00000 n +0000078216 00000 n +0000078030 00000 n +0000008599 00000 n +0000080301 00000 n +0000080116 00000 n +0000009548 00000 n +0000114051 00000 n +0000010275 00000 n +0000114101 00000 n +0000012220 00000 n +0000113094 00000 n +0000016081 00000 n +0000090325 00000 n +0000090139 00000 n +0000012425 00000 n +0000101319 00000 n +0000101124 00000 n +0000013153 00000 n +0000014118 00000 n +0000015990 00000 n +0000113198 00000 n +0000018668 00000 n +0000016143 00000 n +0000018565 00000 n +0000113380 00000 n +0000021343 00000 n +0000018730 00000 n +0000021252 00000 n +0000113484 00000 n +0000023876 00000 n +0000021405 00000 n +0000023785 00000 n +0000113666 00000 n +0000028174 00000 n +0000109470 00000 n +0000109282 00000 n +0000023938 00000 n +0000111560 00000 n +0000111365 00000 n +0000024928 00000 n +0000025863 00000 n +0000028047 00000 n +0000113770 00000 n +0000029134 00000 n +0000028236 00000 n +0000029043 00000 n +0000113302 00000 n +0000113588 00000 n +0000113874 00000 n +0000114233 00000 n +0000114255 00000 n +0000114276 00000 n +trailer +<< +/Size 86 +/Root 2 0 R +/Info 1 0 R +>> +startxref +114393 +%%EOF diff --git a/macros/latex/contrib/figbib/figbib_doc.tex b/macros/latex/contrib/figbib/figbib_doc.tex new file mode 100644 index 0000000000..36e4840760 --- /dev/null +++ b/macros/latex/contrib/figbib/figbib_doc.tex @@ -0,0 +1,433 @@ + +%version 2004-8-12 + +\documentclass{ltxdoc} + +\def\FigBib{{\rmfamily F\kern-.05em\lower-.35ex\hbox{\textsc{i\kern-.025em g}}\kern-.05em% + B\kern-.05em\textsc{i\kern-.025em b}}} + +\title{The \FigBib\ - Package} +\author{Jan Poland} + +\setlength{\parindent}{0mm} +\setlength{\parskip}{1mm} + +\begin{document} +\maketitle + +\begin{abstract} +\noindent This document describes how to manage figure databases, using +\BibTeX\ together with the \FigBib\ - Package. Some \FigBib\ features +are: +\begin{itemize} +\item Store and manage figures in a \BibTeX\ database +\item Include figures in your \LaTeX\ document with one short +command +\item Generate a List of Figures containing more/other +information than the figure captions +\item Control with one switch where to output the figures, either +as usual float objects or in a separate part at the end of your +document +\end{itemize} +\end{abstract} + +\section{Introduction and Quick Start} + +The \FigBib\ is designed for \LaTeX\ authors who have to organize +many figures. In this case, it may not be convenient to manage all +information in a ``low level" manner directly in the documents. +Instead, it would be desirable to have a database which contains +the images, corresponding captions and additional information in a +bundled form. Then, a ``high-level" command is issued each time a +figure needs to be included. + +\FigBib\ provides such a mechanism. If the user wants to include a +figure with the label ``MyFigure:1" as a float object on the top +of the page with a width of 5cm, then he writes +\begin{verbatim} +\fbEpsfig{MyFigure:1}{5cm}{t} +\end{verbatim} +The corresponding data for the figure, such as caption, name of +the eps file etc., is stored in a \BibTeX\ data base. There, the +entry could be for example +\begin{verbatim} +@fig{MyFigure:1, + main = {This is the description/caption}, + file = {myfigure1} +} +\end{verbatim} +In order to process the information, the latex document must +contain a +\begin{verbatim} +\usepackage{figbib} +\end{verbatim} +in the document header and a +\begin{verbatim} +\fbList{} +\end{verbatim} +at the end, which also generates a List of Figures. Then, the +document is compiled with the command sequence +\begin{verbatim} +latex +bibtex .figbib +latex +latex +latex +\end{verbatim} +(The \texttt{latex} command is repeated until all cross-references +have been updated correctly, for \FigBib\ this is the case after +at most three runs.) + +\subsection{The Example File} +Try the example file \texttt{figbib\_sample} provided with this +package with the above command sequence. + +\section{Reference} + +\FigBib\ processes information on two levels: (1) the +\emph{contents} of the figures, and (2) the \emph{float objects} containing +the figures. For the latter, \FigBib\ gives the user the choice +between usual float objects and a separate part at the end of the +document. All commands and options for the \FigBib\ package are +described in the following. + +\subsection{The \BibTeX\ Style} + +\DescribeMacro{@fig} +\DescribeMacro{main} +\DescribeMacro{add} +\DescribeMacro{source} +\DescribeMacro{caption} +\DescribeMacro{file} +There is only one entry type for the \FigBib-database, namely +\texttt{@fig}. It has five fields: + +\begin{tabular}{l l l} +\texttt{main} & (mandatory) & the main description/caption\\ +\texttt{add} & (optional) & an additional description\\ +\texttt{source} & (optional) & the source of the figure\\ +\texttt{caption} & (optional) & a caption which (if it is +defined) supersedes \texttt{main}\\ +\texttt{file} & (mandatory) & the eps-file containing the +figure +\end{tabular} + +The user has options to control how these fields are used in the +captions and the List of Figures. This is described in Section +\ref{options}. An example entry for your database would be +\begin{verbatim} +@fig{Beatles:1968, + main = {The Beatles on stage}, + add = {Picture was probably taken at some performance in 1968}, + source = {A nice book of mine}, + file = {beatles1} +} +\end{verbatim} + +\DescribeMacro{\fbDirectory} +If you store your figure files at a central place on your file +system, you may set \verb+\fbDirectory+ to point there. This +should be defined in the document header of your +\LaTeX-document. For example, in a windows system, the command could +read +\begin{verbatim} +\def\fbDirectory{c:/EPSpics/} +\end{verbatim} + +\DescribeMacro{\figbibBst} +You may change the default \BibTeX\ style file, which is +\texttt{figbib.bst}, by redefining \verb+\figbibBst+. This should +be done in the \LaTeX document header. One alternative \BibTeX\ +style file, \texttt{figbib1.bst}, is already included in \FigBib. +Put +\begin{verbatim} +\def\figbibBst{figbib1} +\end{verbatim} +in your document header in order to apply it. Then the fields +\texttt{main1}, \texttt{add1}, \texttt{source1}, and \texttt{caption1} +are used instead of \texttt{main}, \texttt{add}, \texttt{source}, +and \texttt{caption}. Thus you can maintain your database in two +\emph{different languages}, e.g.\ the default fields \texttt{main} +etc.\ containing English and the alternative fields \texttt{main1} +etc.\ containing German entries. + +\subsection{Including a Figure}\label{include} + +There are two ways to include a figure from the database to your +document: (1) with a single command defining the figure and the +surrounding (float) environment simultaneously, and (2) including +the figure without defining the environment. The former method is +clearly shorter. On the other hand, the latter allows you to have +more than one figure in a float environment. + +\DescribeMacro{\fbEpsfig} +\DescribeMacro{\fbEpsfigM} +In order to include a figure and at the same time define the +environment, use e.g. +\begin{verbatim} +\fbEpsfig{Beatles:1968}{8cm}{t!} +\end{verbatim} +Then the figure with the label \texttt{Beatles:1968} is included, +the width of the figure is set to 8cm, and (as default) a float +environment is generated and placed at the top of the current page +(\texttt{t!}). The width of the caption would be the whole text +width. Use \verb+\fbEpsfigM+ instead of +\verb+\fbEpsfig+ to restrict the caption width to the figure +width (\texttt{M} stands for \emph{minipage}). + +\DescribeMacro{\fbEps} +\DescribeMacro{\fbEpsM} +\DescribeMacro{\fbhspace} +\DescribeMacro{\fbhfill} +If you want to include more than one figure in an environment, you +can use for example the following command sequence: +\begin{verbatim} +\begin{fbFloat}[b] +\fbEpsM{Beatles:1968}{5cm} +\fbhspace{2cm} +\fbEpsM{Beatles:1969}{5cm} +\end{fbFloat} +\end{verbatim} +There, \verb+\fbEpsM+ includes the figure and sets the caption +width to the figure width -- \verb+\fbEps+ would set the caption +width to the text width instead. \verb+\fbhspace+ inserts a +horizontal space, you could also use \verb+\fbhfill+ (without +argument) for a horizontal fill. + +\DescribeMacro{fbFloat} +The environment is here defined by +\begin{verbatim} +\begin{fbFloat}[b] ... \end{fbFloat} +\end{verbatim} +where the positioning parameter \texttt{[b]} is optional. This +\FigBib-environment is \emph{flexible}: As default, it causes the +generation as a usual float object. However, if you set the option +\texttt{xpart} (see Sections \ref{xpart} and \ref{options}), then +the figure is generated in an extra part (usually) at the end of +the document. If the usual \texttt{figure} environment is used +instead of \texttt{fbFloat}, i.e. +\begin{verbatim} +\begin{figure} ... \end{figure} +\end{verbatim} +then a float object is \emph{always} created. This may be useful +if you want to have usual float objects and extra figure parts +simultaneously in a document. Note that \verb+\fbEpsfig+ and +\verb+\fbEpsfigM+ also internally generate an +\texttt{fbFloat}-environment. + +\DescribeMacro{\fbCaptionStyle} +You may set the caption style by redefining +\verb+\fbCaptionStyle+, e.g. +\begin{verbatim} +\def\fbCaptionStyle{\small\itshape} +\end{verbatim} +The default style is empty, i.e.\ the same as the text style. + +\subsection{Extra Figure Parts}\label{xpart} + +\DescribeMacro{option xpart} +\DescribeMacro{\fbTheFigs} +If you pass the option \texttt{xpart} to \FigBib\ (compare +Sections \ref{include} and \ref{options}), then all figures in +\texttt{fbFloat}-environments are moved to one or more \emph{extra +figure parts}. Note that also \verb+\fbEpsfig+ and +\verb+\fbEpsfigM+ implicitly generate \texttt{fbFloat} environments. An +extra figure part is invoked by +\begin{verbatim} +\fbTheFigs +\end{verbatim} +and causes the output of all figures which were defined up to this +command. You can give \verb+\fbTheFigs+ multiple times, creating +several figure parts in your document. + +\DescribeMacro{\fbvspace} +In the figure part, figures are created in the order they appear +in the document. You may include a \verb+\fbvspace+ command before +or after a figure inside the \texttt{fbFloat} environment, e.g.\ +\verb+\fbvspace{1cm}+. This causes a vertical space before/after +the respective figure. The command is ignored if the option +\texttt{xpart} is not given. + +\DescribeMacro{\figbibskip} +\DescribeMacro{\figbibcskip} +In the figure parts, you may redefine the space +\verb+\figbibskip+ between subsequent figures, e.g.\ +\verb+\setlength{\figbibskip}{1cm}+. Similarly, you can +redefine the space \verb+\figbibcskip+ between the figures and +the corresponding captions. + +\DescribeMacro{option xplate} +If you are using floats \emph{and} figure parts together in one +document, they should not be referred to as the same type, e.g.\ +both as a ``figure". In this case, you should declare the option +\texttt{xplate}, causing that the figures in the extra part are +referred to as ``plates" rather than ``figures". + +\DescribeMacro{fbMinipage} +If you want to create a \emph{minipage} inside an \texttt{fbFloat} +environment, you should use the \texttt{fbMinipage} environment +instead of the usual \texttt{minipage}. It takes one argument, +namely the width of the minipage, e.g. +\begin{verbatim} +\begin{fbMinipage}{\textwidth}...\end{fbMinipage} +\end{verbatim} +If the \texttt{xpart} option is set, then the fbMinipages are +correctly moved to the figure parts. (The only use of a minipage I +can think of in this context is for having two or more figures in +one row, when you want to avoid the constraint that some caption +width equals the figure width.) + +\subsection{The List of Figures} + +\DescribeMacro{\fbList} +At any point of the document, you can output the List of Figures +by giving the command +\begin{verbatim} +\fbList{} +\end{verbatim} +where \texttt{} is your figure \BibTeX-database +(without the .bib extension). You \emph{must} include this command +\emph{exactly once} in your document. + +\DescribeMacro{\figbibListHeader} +Usually, \verb+\fbList+ generates a starred (i.e.\ without +numbering) chapter or section ``List of Figures", depending on +your document type. However, if you define +\verb+\figbibListHeader+ to be empty by including \verb+\def\figbibListHeader{}+ +in your document, then no chapter/section is generated (while the +list is still generated). + +\DescribeMacro{\fbListStyle} +\DescribeMacro{\figbibhang} +\DescribeMacro{\figbibsep} +The layout of the List of Figures can be adjusted by redefining +the style, the hang, and the separation space, e.g.\ +\verb+\def\fbListStyle{\footnotesize}+, \verb+\setlength{\figbibhang}{5mm}+ and +\verb+\setlength{\figbibsep}{1ex}+. + +\subsection{References} + +\DescribeMacro{\fbref} +\DescribeMacro{\fbpageref} +Use the commands \verb+\fbref+ and \verb+\fbrefpage+ to refer to +figures. They generate complete references, not only numbers. For +example, \verb+\fbref{Beatles:68}+ might create ``Fig.~14", and +\verb+\fbpageref{Beatles:68}+ might generate ``p.~33". + +\subsection{Strings and Languages}\label{strings} + +\DescribeMacro{\figbibListHeader} +\DescribeMacro{\figbibPage} +\DescribeMacro{\figbibFig} +\DescribeMacro{\figbibPlate} +\DescribeMacro{\figbibFrom} +\FigBib\ defines the following strings. + +\begin{tabular}{l l l} +\emph{command} & \emph{description} & \emph{default}\\ +\verb+\figbibListHeader+ & Header of the L.o.F. chapter/section & List of Figures\\ +\verb+\figbibPage+ & string/abbreviation for ``page" & p.\\ +\verb+\figbibFig+ & string/abbreviation for ``figure" & Fig.\\ +\verb+\figbibPlate+ & string/abbreviation for ``plate" & Plate\\ +\verb+\figbibFrom+ & string/abbreviation for ``from" & From\\ +\end{tabular} + +You may redefine these strings, e.g.\ by +\verb+\def\figbibFig{Abb.}+. Thus \FigBib\ can be adjusted to +different \emph{languages}. As already mentioned, set +\verb+\figbibListHeader+ to empty in order to prevent the List of Figures +chapter/section from being generated (the list is still +generated). + +\subsection{Options}\label{options} + +\FigBib can be controlled with a number of options. They are given +at the \verb+\usepackage{figbib}+ command, e.g.\ by +\begin{verbatim} +\usepackage[center,nopages,xpart]{figbib} +\end{verbatim} + +\DescribeMacro{center} +\DescribeMacro{nopics} +There are options controlling the \emph{figures}: + +\begin{tabular}{l l} +\texttt{center} & Figures and captions are centered instead of left-aligned.\\ +\texttt{nopics} & Pictures are \emph{not} included. This is for +faster draft viewing. +\end{tabular} + +\DescribeMacro{nopages} +\DescribeMacro{nosource} +\DescribeMacro{addcaption} +\DescribeMacro{nocaption} +\DescribeMacro{maincaption} +There are options controlling the \emph{captions} and \emph{List +of Figure entries}. If no options are given, the following default +is used. The caption is set to the field \texttt{caption} if +defined and \texttt{main} otherwise. The List of Figures entry is +set to ``Fig.~[number] (p.~[page number])", followed by +\texttt{main}, followed by \texttt{add} (if defined), followed by +``From: \texttt{source}" (if defined). + +\begin{tabular}{l l} +\texttt{nopages} & Page numbers are suppressed in the List of Figures.\\ +\texttt{nosource} & Source is not given in List of Figures.\\ +\texttt{addcaption} & \texttt{add} field is included to caption.\\ +\texttt{nocaption} & No caption is generated at all, only figure number.\\ +\texttt{maincaption} & \texttt{caption} field is not used. +\end{tabular} + +\DescribeMacro{xpart} +\DescribeMacro{xplate} +There are options controlling the \emph{extra figure parts}: + +\begin{tabular}{l l} +\texttt{xpart} & \texttt{fbFloat} environments are moved to extra figure part(s), see Sec. \ref{xpart}.\\ +\texttt{xplate} & Figures in \texttt{fbFloat} environments are +referred to as ``plates"\\ +& instead of ``figures". +\end{tabular} + +\DescribeMacro{german} +The option \texttt{german} sets the strings defined in Section +\ref{strings} to German language counterparts. Support of other +languages is planned in the future. + +\subsection{\LaTeX-Macros in the figure database} + +Using \LaTeX-macros in the figure database entries (e.g.\ in the +\texttt{main} field) generally causes problems. However, you can +use the following macros: +\begin{itemize} +\item\verb+\"+, e.g.\ for German Umlaut characters +\item\verb+~+ for spaces without line break +\item\verb+\emph+ and \verb+\em+ for emphasized text +\item\verb+\textit+ and \verb+\it+ for italics +\item\verb+\textbf+ and \verb+\bf+ for bold face +\item\verb+\textsc+ and \verb+\sc+ for small caps +\item\verb+\texttt+ and \verb+\tt+ for typewriter font +\end{itemize} +If required, you can include further admissible macros by +extending the definition of \verb+\figbib@noexpands+ in the +\FigBib\ style file. + +\subsection{Extras} + +\DescribeMacro{fbForce} +If you suppress pictures using the option \texttt{nopics}, you can +still force \FigBib\ to include certain pictures. All you have to +do is to surround the picture(s) by an \texttt{fbForce} +environment, i.e. +\begin{verbatim} +\begin{fbForce} +... +\fbEpsfig{...} +... +\end{fbForce} +\end{verbatim} + +\DescribeMacro{\FigBib} +\verb+\FigBib+ produces the output \FigBib. + +\end{document} diff --git a/macros/latex/contrib/figbib/figbib_sample.bib b/macros/latex/contrib/figbib/figbib_sample.bib new file mode 100644 index 0000000000..a3b1e1231c --- /dev/null +++ b/macros/latex/contrib/figbib/figbib_sample.bib @@ -0,0 +1,18 @@ + +@fig{smiley1, + main = {This is a smiley}, + add = {The additional description is meaningless}, + caption = {Smiley}, + file = {smiley} +} + +@fig{smiley2, + main = {Here is the smiley again}, + file = {smiley} +} + +@fig{smiley3, + main = {Yet another smiley}, + file = {smiley}, + source = {(top secret)} +} diff --git a/macros/latex/contrib/figbib/figbib_sample.pdf b/macros/latex/contrib/figbib/figbib_sample.pdf new file mode 100644 index 0000000000..bb0a08fa45 Binary files /dev/null and b/macros/latex/contrib/figbib/figbib_sample.pdf differ diff --git a/macros/latex/contrib/figbib/figbib_sample.tex b/macros/latex/contrib/figbib/figbib_sample.tex new file mode 100644 index 0000000000..f65b36b8bf --- /dev/null +++ b/macros/latex/contrib/figbib/figbib_sample.tex @@ -0,0 +1,35 @@ + + +\documentclass{article} + +\usepackage[center,xpart]{figbib} + +\title{\FigBib\ Sample File} +\author{Jan Poland} + +\begin{document} +\maketitle + +\section*{The Text} + +In the first paragraph, we introduce the smiley in +\fbref{smiley1}. + +\fbEpsfig{smiley1}{2cm}{b!} % a simple figure definition + +In the second paragraph, nothing happens. + +\begin{fbFloat}[b!] % a more complex figure definition +\begin{fbMinipage}{6cm} +\fbEps{smiley2}{2cm} +\end{fbMinipage} +\fbhspace{3cm} +\fbEpsM{smiley3}{2cm} +\end{fbFloat} + +\section*{The Figures} +\fbTheFigs + +\fbList{figbib_sample} + +\end{document} diff --git a/macros/latex/contrib/figbib/smiley.eps b/macros/latex/contrib/figbib/smiley.eps new file mode 100644 index 0000000000..6ceba777c6 --- /dev/null +++ b/macros/latex/contrib/figbib/smiley.eps @@ -0,0 +1,256 @@ +%!PS-Adobe-2.0 EPSF-1.2 +%%Creator: MATLAB, The Mathworks, Inc. +%%Title: smiley.eps +%%CreationDate: 06/28/2004 15:24:03 +%%DocumentNeededFonts: Helvetica +%%DocumentProcessColors: Cyan Magenta Yellow Black +%%Pages: 1 +%%BoundingBox: 139 227 496 583 +%%EndComments + +%%BeginProlog +% MathWorks dictionary +/MathWorks 160 dict begin +% definition operators +/bdef {bind def} bind def +/ldef {load def} bind def +/xdef {exch def} bdef +/xstore {exch store} bdef +% operator abbreviations +/c /clip ldef +/cc /concat ldef +/cp /closepath ldef +/gr /grestore ldef +/gs /gsave ldef +/mt /moveto ldef +/np /newpath ldef +/cm /currentmatrix ldef +/sm /setmatrix ldef +/rm /rmoveto ldef +/rl /rlineto ldef +/s {show newpath} bdef +/sc {setcmykcolor} bdef +/sr /setrgbcolor ldef +/sg /setgray ldef +/w /setlinewidth ldef +/j /setlinejoin ldef +/cap /setlinecap ldef +/rc {rectclip} bdef +/rf {rectfill} bdef +% page state control +/pgsv () def +/bpage {/pgsv save def} bdef +/epage {pgsv restore} bdef +/bplot /gsave ldef +/eplot {stroke grestore} bdef +% orientation switch +/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def +% coordinate system mappings +/dpi2point 0 def +% font control +/FontSize 0 def +/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] + makefont setfont} bdef +/ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef +ISOLatin1Encoding WindowsLatin1Encoding copy pop +/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger +/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef +/.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet +/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef +/Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop} +{/WindowsLatin1Encoding StandardEncoding bdef} ifelse +/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse + exch dup 3 1 roll findfont dup length dict begin + { 1 index /FID ne {def}{pop pop} ifelse } forall + /Encoding exch def currentdict end definefont pop} bdef +/isroman {findfont /CharStrings get /Agrave known} bdef +/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse + exch FMS} bdef +/csm {1 dpi2point div -1 dpi2point div scale neg translate + dup landscapeMode eq {pop -90 rotate} + {rotateMode eq {90 rotate} if} ifelse} bdef +% line types: solid, dotted, dashed, dotdash +/SO { [] 0 setdash } bdef +/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef +/DA { [6 dpi2point mul] 0 setdash } bdef +/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 + dpi2point mul] 0 setdash } bdef +% macros for lines and objects +/L {lineto stroke} bdef +/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef +/AP {{rlineto} repeat} bdef +/PDlw -1 def +/W {/PDlw currentlinewidth def setlinewidth} def +/PP {closepath eofill} bdef +/DP {closepath stroke} bdef +/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto + neg 0 exch rlineto closepath} bdef +/FR {MR stroke} bdef +/PR {MR fill} bdef +/L1i {{currentfile picstr readhexstring pop} image} bdef +/tMatrix matrix def +/MakeOval {newpath tMatrix currentmatrix pop translate scale +0 0 1 0 360 arc tMatrix setmatrix} bdef +/FO {MakeOval stroke} bdef +/PO {MakeOval fill} bdef +/PD {currentlinewidth 2 div 0 360 arc fill + PDlw -1 eq not {PDlw w /PDlw -1 def} if} def +/FA {newpath tMatrix currentmatrix pop translate scale + 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef +/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale + 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef +/FAn {newpath tMatrix currentmatrix pop translate scale + 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef +/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale + 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef +/vradius 0 def /hradius 0 def /lry 0 def +/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def +/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef + /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly + vradius add translate hradius vradius scale 0 0 1 180 270 arc + tMatrix setmatrix lrx hradius sub uly vradius add translate + hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix + lrx hradius sub lry vradius sub translate hradius vradius scale + 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub + translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix + closepath} bdef +/FRR {MRR stroke } bdef +/PRR {MRR fill } bdef +/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def + newpath tMatrix currentmatrix pop ulx rad add uly rad add translate + rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad + sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix + closepath} bdef +/FlrRR {MlrRR stroke } bdef +/PlrRR {MlrRR fill } bdef +/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def + newpath tMatrix currentmatrix pop ulx rad add uly rad add translate + rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad + sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix + closepath} bdef +/FtbRR {MtbRR stroke } bdef +/PtbRR {MtbRR fill } bdef +/stri 6 array def /dtri 6 array def +/smat 6 array def /dmat 6 array def +/tmat1 6 array def /tmat2 6 array def /dif 3 array def +/asub {/ind2 exch def /ind1 exch def dup dup + ind1 get exch ind2 get sub exch } bdef +/tri_to_matrix { + 2 0 asub 3 1 asub 4 0 asub 5 1 asub + dup 0 get exch 1 get 7 -1 roll astore } bdef +/compute_transform { + dmat dtri tri_to_matrix tmat1 invertmatrix + smat stri tri_to_matrix tmat2 concatmatrix } bdef +/ds {stri astore pop} bdef +/dt {dtri astore pop} bdef +/db {2 copy /cols xdef /rows xdef mul dup string + currentfile exch readhexstring pop + /bmap xdef pop pop} bdef +/it {gs np dtri aload pop moveto lineto lineto cp c + cols rows 8 compute_transform + {bmap} image gr}bdef +/il {newpath moveto lineto stroke}bdef +currentdict end def +%%EndProlog + +%%BeginSetup +MathWorks begin + +0 cap + +end +%%EndSetup + +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 139 227 496 583 +MathWorks begin +bpage +%%EndPageSetup + +%%BeginObject: obj1 +bplot + +/dpi2point 12 def +portraitMode 0216 7344 csm + + 1463 341 4276 4275 MR c np +85 dict begin %Colortable dictionary +/c0 { 0 0 0 sr} bdef +/c1 { 1 1 1 sr} bdef +/c2 { 1 0 0 sr} bdef +/c3 { 0 1 0 sr} bdef +/c4 { 0 0 1 sr} bdef +/c5 { 1 1 0 sr} bdef +/c6 { 1 0 1 sr} bdef +/c7 { 0 1 1 sr} bdef +c0 +1 j +1 sg + 0 0 6913 5187 PR +6 w +gs 1463 389 4228 4228 MR c np +0 sg +6 -106 12 -105 16 -104 22 -103 27 -103 32 -100 37 -99 42 -97 +47 -95 51 -92 56 -90 61 -87 64 -83 69 -80 73 -77 76 -73 +80 -69 83 -65 87 -61 89 -56 92 -52 95 -47 97 -43 98 -37 +101 -33 102 -27 103 -22 105 -18 105 -11 105 -7 106 -1 105 4 +106 9 104 14 104 20 103 25 101 30 100 35 98 40 95 44 +94 50 90 54 88 59 85 62 82 67 78 72 75 74 70 79 +67 82 63 85 58 88 54 91 49 94 44 96 40 98 34 99 +30 102 24 103 20 104 14 104 8 106 4 105 -2 106 -7 105 +-12 105 -18 104 -22 104 -28 102 -33 100 -38 99 -43 96 -47 95 +-52 92 -57 89 -61 86 -66 83 -69 80 -73 76 -77 72 -81 68 +-84 65 -87 60 -90 55 -92 51 -95 47 -97 41 -99 37 -101 32 +-102 26 -104 22 -104 16 -105 11 -106 6 -105 0 -106 -5 -105 -10 +-105 -15 -103 -21 -103 -26 4142 466 100 MP stroke +-101 -30 -99 -36 -98 -41 -95 -45 -93 -51 -90 -55 -88 -59 -84 -63 +-81 -68 -78 -72 -74 -75 -70 -79 -66 -83 -62 -86 -57 -88 -53 -92 +-49 -94 -43 -96 -39 -98 -34 -100 -28 -102 -24 -103 -18 -104 -13 -105 +-8 -105 -3 -106 5690 2502 27 MP stroke +gr + +0 sg + 72 72 2668 1805 FO + 72 72 4485 1805 FO +gs 1463 389 4228 4228 MR c np +22 -108 21 -113 21 -92 21 -53 21 -5 21 37 21 63 21 64 +22 42 21 3 21 -45 21 -84 21 -107 21 -105 21 -79 22 -37 +21 10 21 50 21 70 21 67 21 39 21 -4 22 -50 21 -87 +21 -103 21 -96 21 -66 21 -20 21 26 21 61 22 77 21 67 +21 35 21 -10 21 -55 21 -88 21 -99 22 -86 21 -51 21 -4 +21 41 21 72 21 82 21 66 21 30 22 -16 21 -59 21 -88 +21 -93 21 -74 21 -36 21 12 22 55 21 81 21 85 21 64 +21 25 21 -22 21 -62 21 -87 22 -86 21 -61 21 -20 21 28 +21 68 21 89 21 88 22 61 21 19 21 -28 21 -65 21 -84 +21 -77 21 -48 22 -3 21 43 21 80 21 96 21 88 21 58 +21 12 21 -32 22 -67 21 -79 21 -67 21 -34 21 13 21 58 +21 91 22 102 21 87 21 53 21 6 21 -37 21 -66 21 -74 +21 -56 22 -18 21 29 2752 3709 100 MP stroke +21 72 21 101 21 105 21 86 21 47 22 1 21 -41 21 -66 +21 -66 21 -44 21 -2 21 44 22 86 21 109 21 108 21 83 +21 42 21 -5 21 -44 21 -63 22 -58 2308 3214 22 MP stroke +-13 21 -12 22 -11 21 -12 21 -10 21 -11 21 -10 21 -9 21 +-9 22 -9 21 -8 21 -8 21 -7 21 -7 21 -7 21 -6 21 +-6 22 -5 21 -5 21 -4 21 -4 21 -4 21 -3 21 -3 22 +-2 21 -2 21 -2 21 -1 21 0 21 -1 21 3577 2291 31 MP stroke +13 21 12 22 11 21 12 21 10 21 11 21 10 21 9 21 +9 22 9 21 8 21 8 21 7 21 7 21 7 21 6 21 +6 22 5 21 5 21 4 21 4 21 4 21 3 21 3 22 +2 21 2 21 2 21 1 21 0 42 3577 2291 30 MP stroke +381 0 3386 2925 2 MP stroke +gr + + +end + +eplot +%%EndObject + +epage +end + +showpage + +%%Trailer +%%EOF -- cgit v1.2.3