summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/figbib
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/figbib
Initial commit
Diffstat (limited to 'macros/latex/contrib/figbib')
-rw-r--r--macros/latex/contrib/figbib/README14
-rw-r--r--macros/latex/contrib/figbib/figbib.bst56
-rw-r--r--macros/latex/contrib/figbib/figbib.sty388
-rw-r--r--macros/latex/contrib/figbib/figbib1.bst56
-rw-r--r--macros/latex/contrib/figbib/figbib_doc.pdf1483
-rw-r--r--macros/latex/contrib/figbib/figbib_doc.tex433
-rw-r--r--macros/latex/contrib/figbib/figbib_sample.bib18
-rw-r--r--macros/latex/contrib/figbib/figbib_sample.pdfbin0 -> 40418 bytes
-rw-r--r--macros/latex/contrib/figbib/figbib_sample.tex35
-rw-r--r--macros/latex/contrib/figbib/smiley.eps256
10 files changed, 2739 insertions, 0 deletions
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^v7
+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)
++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
+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ݨ ٱ_
+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<U,% {0f ՄqMk}8IJ3:q~Gny+ben6E&T<JHt-9DcL`BoC~ (vYɸtGؗLZJ4b]*yփ Oqlݐh cb+)l+R޷n^M8a :6UmnS_ue4@$dȠƦ.͟3&L+c5}|h',\d[|L7JEË.gC;'g/&k[ AXQTWva3?-0tN豬گJL(_c
+$gu9gSᕇYT⤙
+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`[_z0<HoO)
+i
++T1h&}})m#"yXX6Ǐ%<V7M"MqeN@l<ߜun& ׬PyE#ptP1h.Ǎm7Na:ĩ|_ˆLqT!ES"sIr*F, /z(f>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 dkLlv
+ :.4v?pBluT.AUz8C!`q՚]$d$eCzҔ'ؒ@ ;a^umckId=ƴOGItDr31*<r&/
+< rIp!`?Z&87UܜoWDƘ-m&ZWVL%Ch 8I@LcB}b({l6''ٷl6p ͻ.dc|)(Q;ݛzㅲ"Ρd^S|y[_C J/B{xOV
+\LAT|)a'NsDӢK4pX 8t`{ Mw0?酺/ INJ/) {f|rJ\Sc{aU}⻕6Y~)"+؈mdAxynm+lEi$Oo-aP.ej|qB:S=6GT:ChqBɈHN#dxYM+wj}EJ/XЪ>DJey 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
+Uߜ*s7(rwj~1™jgNe&Ivkð>
+[p2_Iq?ہʾl>٢-.7O9㉻ *6YeJk(
+'[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<HxImB _xf,yo P_
+* VC+`r'A87lR.Ci0J4Á
+<R˕ O.Lެ{/",[pV.mKKPA[9
+SDϥs0ZB9敓KurpiShte߫-"
+<H-C.<{HL7].h@T84Q ,!q cY@"};z531#RȇwjJ؃Ga,%Z!2M
+`ʆE.XZf,5!Elsl>o},)ڵ|`j$u xծ(bk*A U$,!E]/).+ɯ++W\r_vC!ʆ"NPO/9y']; (n
+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?~<cw-HkKᡬ@|sly*@$5Ǧu'X8Ɠj8 m^B-KF|
+9,"i6|
+=x䌰?h?ⱉpo ‚oQӮu5M;r)6 `o <}p3 +RwAz(CL;/<@ڵԧ%Tbs >f
+=CXW!JWBJF_eWRiX
+endstream
+endobj
+61 0 obj
+<<
+/F9 33 0 R
+/F12 48 0 R
+/F11 39 0 R
+/F2 12 0 R
+/F13 51 0 R
+/F8 30 0 R
+>>
+endobj
+59 0 obj
+<<
+/ProcSet[/PDF/Text/ImageC]
+/Font 61 0 R
+>>
+endobj
+64 0 obj
+<<
+/Filter[/FlateDecode]
+/Length 2306
+>>
+stream
+xڥYKWs6G$%
+
+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 -u<c>XM2nT#;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?
++7c^(NVa
+endstream
+endobj
+65 0 obj
+<<
+/F9 33 0 R
+/F13 51 0 R
+/F12 48 0 R
+/F11 39 0 R
+/F8 30 0 R
+/F2 12 0 R
+>>
+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<<fi)g {m(dѧ&ŦniH-7#яϚXzc}z
+w>׃ƺ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`rN
+A ɰaj<OYq.}," l
+we"xFT.խ+@L\\A8,_ג\kh][n-n׎u96aW6Ybz㫌ctŃkk[E<mJ
+܂%Q51?6W,tW*Iř(L/Rۊf{*<mB 'kY@{j+t йX^5g:˜-b(K졚ƶ]|κtc7v2;T%MҰ3b?Zh:Z4{\t",a:%;/^ - xPy#vM uATW>}מ<ܘ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ّJr5
+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߻
+_~;*{tt%
+J(jm4BhhMdsXEQ},unS״HkldiϽY
+Y%Cu 1g ! H*zr!0I!@O^ Dy|d ^sp)#Vl~hNZ7>zY:fךvTk̀p> 9'C\8G,@+yb=$06M6>fҝfqxZ >?<3N Faǟ- v}</lhц}|x꽚ʯLȳe/N9#z]S?|i5QlL89dRu'wd
+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
+xy<mDžnB*\Yg1bl5>fa2(klF&{SJDfkXR3{woy{>us}8s,N zfT
+] -mZ
+SBL)8*Ha/Rh`{;؄B
+2r?Oc vImKr.3s?4:&\՜BUc`/OWGص'͵iŜpS%<ܐ.c%:?ի&*;wifUjCܖzE_y9gg4a'W"T]Unxě]?LJ1muC{j[C0ڳH$
+'y=r];ԥ/]T0<D 6>.RK `!NPDPy!LҢDyȾ]M+wiSw{OYU58d'121P}wא c<SQ[b M;jVԾ%˚ZevPg cI$VbI}YEjYhėAŀ0\ֳ33]h}:]15Ov$:59Typ*6iӚn4|Epi]~\Z~Llt6Mtơ"bN_PαK5h?*:a4  !XG>Nq\
+ɟ2z2u@Bx}*G<B:TvQ0~U+I{q%F
+:_O> :Mt{n1i3Y;/RFJXW]L&1Sz6Ӝɒ~ҦM!,1#hRX }OGEjsS6 m <w
+}IqmjDxT=qeݶ gHeqGڳ˝aʙ7SLTuCmmb ]Fl;|aoI'Sb@Nԁσ1'vLM#j/#5)s<NO Twb\Ϛ0X@s+|lRՍ`~TuJ+9Yyj}BX_1C^2;v:9. .2kٕ̈I5O;-~(1X6{#uٮ{4.%%cq!n~JPcۑ i'FIOh>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<E8o
+۔zҡ=v2A~jY4OԦ]k5ϒ‘.V)˳V= U뭦-l݄5}rIu %e7Gݸ*ܫI+kոKH8ua$Bػkr\]6f7@kWv꼣3q7DwJL$!)>#&7vׁ妼C :DϘ jI{ؚ25YE03Ih+/tfU7Fl/WS{\NPDԟC Rh+wJ+ErcEfusNyz堀|ƌЩ/NVU+-/
+Fmԙ
+endstream
+endobj
+11 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[14 -250 1077 750]
+/FontName/DSUZCW+CMCSC10
+/ItalicAngle 0
+/StemV 72
+/FontFile 10 0 R
+/Flags 4
+>>
+endobj
+10 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 797
+/Length2 1461
+/Length3 533
+/Length 2053
+>>
+stream
+xRk<iZ!$P)spC) &9CHSgxy=f&lRK 9*XY:CjHMz{esݷ
+ou|$tE`:0<~  Yff !vA:@H$ QncGaf
+0"+c
+FĊ#"8@ع;QB\i
+yʓ(矕"X
+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)B
+vOh˘9йP1Ŋ9a>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/VZ</<&+YP%V|rtñM>SA[]=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?^
+~O"TYrPIGU8^Jt7g 7t+M<g+0D
+~>?>*)Sn4 Qn@X{hMNgJ`+~)zUtIEH2b|Hiؘ_4R؇@ll"OT+Wo9ZZgg9<U$q}v,;Oώ'o;
+St dҸءٜlחɍ"Ro_}AN)Vx5{w$#μJgސbEv:%n>άEpFf-ؼ kZɇpؚ)|y^hz\/t1d1g8vpb~3Z!c? e?u.G
+߫YUYh{X`NOéɴ:G/q4"'%`젭SX
+: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?~F<D[=0F(q P V'_153/a_Vuh\?s5}liM"(ɉ?xXSIbr$Ea†?VAz !րUpk Zۆ~A#STeݳ82x#|vQ3b0cu̸fJ : YOj#i mm8˯ KFXZ^
+6crz];qVGDq6ǵ뱓Сl砉lF s|^3Hd=%ڇ@"-PAȀc^94zz k~VeKR\8{;SJ
+Jo.v^(>b흈%ke< \??잜|Ŋ&=*B288qEELE<OLi AQuҷPo%{<~^yCf:=KW][PJȕC|p+/5 E^9b;KCl#8ctf Y 5Es=xS8Us VOz\"s>ig+tJe.ѧ2M31V1f
+-AYyҶ=áQcglF)֝ZL<y[5w>++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 *7<o4a*7ZK6R ϸ-'A57uեpezjjFvgV=_Kŧ(44AG{
+驴awD<i. V1MLpS ^ϋ‰5/ .Ds
+VMք
+R: =&kx$(vq4?@Ubp/*_
+ך;%sEysB*QKSG*k?,w.oQs_KS1m:ȫm17`p\ʁ*6=bۡG )ƾ}\-bfZX9&w#QWuZ˜`_ =k.IQ3#/_ICdِ7ÊPSyz+|!_ ؂BhlpՒL!nDݷmNۅa:+xr¤Pֶ:q_zyZe~CB|zͮCGj.ܰ7Xw+vAScg5 bsH)[×}Kqr^s˾SI{1Ft%igF2\}QO7Ɠcz!Q1E1|Up;Ss2ML7$_
+&v??I_>/
+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
+ct0(:<fɤ I
+"h&#"
++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ҿC<G3ay1 ңpVa{;,p2rG|k,*f#"Kpӛ-rBi`F Yu'BŽX&s3%tS݉:tWIiζ$B0w/_6]'1lJP>Dw{\]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<ym̨c7%/ƧHB%otq<iPcu~>>bG8-]S܌x>]I\8֗bmSƓuOۘ4,*[+P P>yUQUz۞|I
+OJ
+TΓ} H<kQIby1(;81~bK\vvoTdrG↘Y3F锇7g <ю}nylnԼfirPb<Aa8. ;d)%ܝ讀ߏSĎ13n[gvk7k<:.zb\V' /dDx[Bkr)~O|眄 2Nkݓ8y0UE)i^ea3|*m[Vm^PX]L}!ue]S'`;TXTQ%,Zڋ(U3ƏK}<3,X.
+
+|]sa}]Eپ^}H7[Mxs0~}m'q{u-gHwFlԭY'j+ym#s?-.Aa Ra+
+
+endstream
+endobj
+20 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-39 -250 1036 750]
+/FontName/ERBAER+CMR9
+/ItalicAngle 0
+/StemV 74
+/FontFile 19 0 R
+/Flags 4
+>>
+endobj
+19 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1350
+/Length2 7167
+/Length3 533
+/Length 7997
+>>
+stream
+xeX\ר醡S)```hiN)IinFRR)y{=w;י3{}VF-]0
+PX i
+@yYy_cZPO=_5o͈C}
+G*%8(y6@o40luG73u['}c7O-6h)8d}l1Wl&CiuLd*^Y̘Mki hA5%FYХ'Ɖ>K_ᦞDM?җk%5gS*Tȧyp0m"Oq}:̬ ~!KȦ<W$:}@5=}5w[I<;[UZoUN[?RucNfS\HtXmQW">,ZvYfa_3+HU*%vUD%-^ثɺ?|L~BV:<w G٘b(ZfG5FGa θ:
+b)oԄ)\=Qz N @:x&N6iQY[ɉ"t#R$YVcK[˗#~- [}ok Ԙ?+qU V x ~q8ܓ^'rgggF8+G+jPHF&YD↌v~p؞oDR͟"h'g?@EG(n+}),ẠuP)GScJ^}4dƟrZbb9_A/2G0\z{=͝TNM ;>8 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#.z<yֽϼ<QCmL8OhĜf-w q蒼#ﺔZ678fd GǨUr%ԍ1F[&Ўl?s!"%@kg]ע.cm2sA/S=_iarH9}Jrj,JWp;=ޙ=ixh5F S\ŏ R|F:n1μ sLNӵ.@ J[h_"=|aW#VU.stUj邗t3-fljS/Yg{BF,Q[Β9*A?#cAGSFqfQ»I
+Njb fCETgtwv}Gڰt@f*=ԛ5Q ;Iy%V߸X}@R)luKT0<CIKfnȭL%6kZ鋅ђw!/, k&K6oypKo#Oc9CW`RPsJyPpX%y۔GR҈NjZg4;_N2mwXT3k?{^7n~&}?K}@#aGWi&G]X<?1!]c G:?XO_H/A'Mf.cJ5D_lv(uI+鼉b.C QkkA js;mS-Xgo62MqMPm>t0?)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.
+ 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
+]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]첱
+tf-#8 kf1Yi|(vPZseX
+93;)14Lç`<a'1TuT]hZ l)R)Tصk^ZE_ȻdU}?A,[қ--}[jPRe҂u3łU:4x0iMlkAA$lv SW|I&]֐GG ڿHiQv]58QV?}%'' _|FzVP9n̫vQəkcaLDObG Ez q@Ch-e|eAHx;fF\^6۞iq֐WJ*)iMշy4`.-6Ywn.%[kxQG ѻzld\JK%E{L굅
+z9PFt
+wVlY?JI[0Ô͠a{ޕ5ު~i/cubɕN7$EIW}6* <!-IJ"< ?Qv;[;B
+endstream
+endobj
+23 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-30 -958 1146 777]
+/FontName/SRYOLS+CMSY9
+/ItalicAngle -14.035
+/StemV 87
+/FontFile 22 0 R
+/Flags 68
+>>
+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
+@WT*qmKdgaqn99~ A!S U[PZZZ4<6Ԕ\tYϒĜdǼT]C=cSDf[fEjJ@fIrBZbNq*X<5/);D?8('Xɀ̼ʂTj0RQfB!P!Xh%d+)$%Vr
+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߷ͧv<SոqGuMAùZn)p:.}Rl#"[E,nfMѣdJ̉
+*}]7r7w5GW>J\|E{ߙmV373u+4rRQֳ!O0j"*}o&9W^]P3ɧ)?ES}~jg[{lw媈9xVJmѹfI0-}~1
+ר€ĢĢl..
+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]
+ 
+/{Z;eGo8/2Xս-sowVߎ <OpqRWy~M~Z&5d#N[ťBi[O7K_)AOn[ĺi٫#uaC?|>h<) M3w$k*pX\lx4i@by>uexC)j(Uu~|SF
+nv/<b\*m|z%\ߍ+-{7jMܙ4TWX/?w4%Y˚ nӺ^[J\?aBOFD>s
+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(
+pC\aj9QupZl
+C5q!ovz)-˳iFÖo)B9d8h<3vagoeԼ֐0CUzt\"f{´3G q@p;u܄cpv#jIjZKg拋jt؈<؄§1X ,Adv<yg2lؼfT.ar-Txd\#هyaEurM_m-/toT]9Ѫ?SS2UP+m1) (B
+.F(Ċ0XyVl< ܤt x"\H̹ݨgՏ/w;1ľnql=-H\
+'/3f껝|[Zo`93b'RH˜#B!r.pQf(51K җb]Ps&,<2H&e[y¥SLÇfzE-1T?vSheRO箞m(8ُOs'mWv2uJ{F~|,#+BQ˳l&oI+gSrץ%7{㲶Fv⑩0߼|i;˔N]
+Ћ\] CDv}J9<l=V| UwGJ|hu!g.HOtVEX/yXj QrΨ[Ya:^ܨ_\ҍGs廏~k5n׀
+p BMZl0'-,C)EEizq~`r`DZ:ٯ=>/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盹I
+;I0ZKxKZp6vVt2Ƃ{Xa񃮿}3$r͵U#^rtyr)}1~)%gELR8.f¾iI3}38npdQ&)T%;o.3$?w7sh%6vE[]vڔ?O2>"+ &Yb>Jcxơ^xGtsWf ltC 
+Ӄn3CSޯtݴO>ٻ=
+q4V١APzy~6`?Ҵ* {k|[~8.^@Ը;z때~th=#QR`)E/}Oh,UwPk8Е`T n
+^fm[\?.׍͊LZtIV4[^ |~DHT%I%m)rehVh}4箕`qy:OӢ\dUh*ևV*KO)A5-˚G0~j5}94rl<sUdi8%Is,R)4sݪ|٨pYzEI3]*f,m 6)Cz_X]a?k3UC4=[Gy%{k.3EÐ=͊0:{ܳSW7
+>]'Zt
+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* +<ySX,K7lv)[{nZ&wQ 3ߦPRPUpWΆ>񲘮
+/C+MODEyT /~Wq"]
+<Z\Elj5blShot{y0t%x=ٛCd(pz
+eq=˺Ri^wA/&"nųO2J,Ǒt >bEȮzh"c<GM\CxZvD;N8,=6uDI{mC l? LX:JѦǂ
+>%cQS/ro_t5Jg*/Vqd:tP|
+h7'U :?#\JV׼UdRqs cǖ mzT  ct1fPZ J篪.G<s<ϋgdlx='<
+U؈)6b>УƯM[G75
+C<BQ=;׋C 'yF^^e ԓ#ncq 9`O#xz=sccr\V1Ƅ9w)lk3w]Ѻ=Ap
+v6UC&n+ )`l0*"xfFacs[ ۷mlR3
+9=Ůoz&^;vْ-=bUR[EՋ- #<6EwFwNi_b(tV^/5iP.z\",8$WMBL?UP`j[_QĎ4gm7$}γN֑=yfE#\{SD|"wCU!9/\FnL| WPzq",ׅXעԊ <o\*5,`7^3Ya~Р-DʪAvrɧjɓ0HCza ŪBFdns@:j+싙e?{gg_ʭRZeJ}q=,XqP?,!z<
+Cy~ H
+6SǓ<f&$YN3hQp^[\4ۛ3}QA..
+L޷>x7ҝ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ߍrd
+uw1lU'T•Ax?
+htSE5d[ԯ/;^¹Pv ;jר[="}44d[
+SFځχɥOx򟺆d+z{̒VoPͱТX+Ɯ U\Գ.y1*vI27D>%
+Vd*}sϪ|vFCaoWi+S u=F'b ]gϨՃHIlW)[ʾHc:Q}͖*\5R26)X&] <Ě@n +w$Munk;HF\+DHBT42OE/;QP5_S=ns6n9a!.Ks4&iDn⫮KZ<s+ӯ<)$cwΌb6+?~+FﮡI>y
+5^"KUoÙIF:3탾C6wn6
+|IZD@TDi@i>Eg16r0aO%|"Sl9A7W~e_kyp[Au4k.lc{<Zy\lc|_V Ww'G W{l^V
+endstream
+endobj
+32 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-251 -250 1009 969]
+/FontName/AOEKOP+CMR10
+/ItalicAngle 0
+/StemV 69
+/FontFile 31 0 R
+/Flags 4
+>>
+endobj
+31 0 obj
+<<
+/Filter[/FlateDecode]
+/Length1 1819
+/Length2 12796
+/Length3 533
+/Length 13828
+>>
+stream
+xeTͶ www$XNpww 5XpwK0sIϗYm4zk׮W %1P΅ `ebawXI
+
+hpRߍ5YPp7}>z~a ̘8]O f%%!
+,et1) ۵
+<+VВ>~}-o8>mF0|uNR&gIgIO{l3YRsNc&KŀΘF&&G1ޤhO1rL;bXZ S_}$3 U-=*vK Q6*_Yi*)Ide(|r Kt76q
+w5A,=NB|.[z4꒛"|%QY[T:vѲzPPd]nFx!NҖXUJM/d}n{ Āa_qe&崺(j|n(U&%p"P#}z
+<2e7O;ia4Rw>E& ^= (ˍN^k V] siX1{4)5,ns2UfuySb
+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%"D3
+ >.&Ғ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 LG9
+UĊ-ًq3hkR針].#
+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ͷ
+0Ҋĥ4q) ѽYMg&ts/Is֯eo>㜺wJޑ!<NKc597اg[=,zw
+g1rQh2_nKDSt kq26
+7K%DQ-޺P^|!7$e\-@&{ߜ=;̈́L b7mp*h^ؿM{ގ cB*N 1w1loH%: КѯKż+u1 @rYǹ&һ raÐkB=f[^KQchXIʍUMP]A;"?iG1\DX pzU?N5NB (+Er}7B ^%PD慬
+$}ʷ!VrmZdAϼ0PsEEb =FMM5Oi aw!/B>_('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?
+3Oh01[S ;WRv߾utVI|V idfUjOZ4v'?}5`hg䔹J=O:{ˏ+#w9IOTIFbQ~6c?]@{ Cn$`E1"U2Z#=Ƶ[QO?|ܿ:n-( Kګ &us''$-lU M-O3ij u5Y1MčvtZ2l_I4iGȶM([62 p$NAD*p8bH_I>b"a[P9v[}V$b̭%<|[7kYBͼ0yan1y%`З!>2KHQ Zt/xsMrMI7"qE6& E J܄ӱYZMI@J:LRy$g S^&kE4q,~ݖe7
+(&|=><UjzEI( :fIBI, *ˈ>ş]!çV%.꽡OIp|Wf߬/c"E&ȷ0wv{´^Hm%5˴6G36 w yQ<pl.#p8WY ܮP؟JU&L"#0hcb#7 /6lKQNDzu
+q@9q`_XG2볬ۻ-J&O1<HrG8[M}ie]0۝b ~҉|2㟽K}=v0$4HBIl ?+"1Ħ}*8#7WΞ_Oa$ܒrU
+Xh/ pz]phkIځ7,2,}26&#JVnk9J0xa48ɥ8!2
+B%%<p{LOe6Etb
+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
+
+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
+m>Z^?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
+h"
+u]ykQIhw5{l嘬+:j[
+B
+>:
+hDv)1Rbo/ZLsRKԿ࿐n W{Un
+ځ&DB߲̖P>O۳/i8>Mϸ0E{q2cj)܌XK>cbD(o-Jxf8{س4dն<wfǺ8Gff;lCs_d"{ts PZۈ E7ZʓޓKڍ}@c:؋`ے:Ek3ł&fH.{X5ۆt!vr@DPqEjʟ"rѧhjo"G0̞A2"lMrnLf|6b&Tѥr ):߳Z$CÌg8zw-g%QZpm˗W? ]ZXo j;'ϲR +RKnB~.+EYPMWڲ*ODq,`H$]PDv>{' ok:L4xM47[wr
+ xޛq0h# f5)z'Qc[@~✱]} ҞCǩ%1e8s4ל>N 6ťA
+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;\
+@]ҵhi3Mт^6+`.s촯
+<!y5-`j ^l}l|p^6] %lW˯zrHյ ,]3~Aa5yW]oK?ܠdƃH9!;Wq>
+9Lc}9!ld} Cf0y-JQziyXePGt/tX,L`>jA1Io2𤛎4:EXw <Mm#7 E8l*_ΠЊ>
++%uK9fsfėsU3오4KAM[ؑ<<ZsA GjvB2=V!]ę~YmھuڊS%B G~'R|uHU), C ][#qLƒK)Ց66>3<R
+b=^_О]u%QoXgi`8#Cѽ1l(f^PpI,TaqDMKJd[Tx>{7To?5 ﷞Solw4-"9q %=K #N I3&,ȨL`׍ e:ڑߡ$3#& ) "i > J1^26ZvW@ɦ!nޕ*VWcB#EeX[.fs
+)샶#w?%U oJf%rUvknt}Z%;IdvRfb nO
+گ;O0>P'<Yb`! zs'SOy|ㅹT_B{$e2Ƭ%]gA
+G 7SXd>oWOruÉnZKLqԍ!6
++ŝ ت PKbTCkBpK2dW9 lOu
+wj8G
+rO
+3sɶ\9 |6*nSrW LU\& S2Z~ސZ^nq;VZ(~BY9sZ\"]|ʉ?+2婀u2<mX[1Pn_BJSݼr0u{GSS7dɊ ^ʋE^2"k='X[(5),uK dzT54Y}Ž4J""? tL'@j"|?Qhbokd t
+endstream
+endobj
+35 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-27 -250 1122 750]
+/FontName/TVHETY+CMR7
+/ItalicAngle 0
+/StemV 79
+/FontFile 34 0 R
+/Flags 4
+>>
+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,SP
+)$S: #@CB[HKѰDss| *
+am= jAj,Ae
+Tcc "4
+FQGP|$
+r fgp)^Dy L<B^ZdI֍Vܱ-[Yۅro H"
+?JN<k{N)׎̸SPE4-{Y~hp=Dz5v3<Ԫ`~L\1{+:B*K{?VkqβK۫Z}W~⪍A(~[Lne%_
+嵬[I
+j|_Gʶ/U"OlBjFqMM%:qUkOi ҠTxM=ٿӵzfNnfk ӱ) xv9-bx5Vy]}q&J>#,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ܪ<npmYe}`~=3k3:\MRD+:;W
+(Ľ?MQ3!j*i37k8 o  ]ܘhG
+endstream
+endobj
+38 0 obj
+<<
+/Type/FontDescriptor
+/CapHeight 850
+/Ascent 850
+/Descent -200
+/FontBBox[-6 -233 542 698]
+/FontName/JRNGIV+CMTT9
+/ItalicAngle 0
+/StemV 74
+/FontFile 37 0 R
+/Flags 4
+>>
+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
+;? w8)Z4>XvpmzZ ; &D7DH&;?"`i,oT`NZ &TMv = _frouM 7dqrYUa m@v?VdaT@@߷&ɀ0N ,:d0 Lobv?&z7\e݄9B$%^>|
+mYl~)εDžg<F;WCǴyhlǎ?ˡK7?R諁$]z0KW<RL=b.)vx0Q⇿!pt"q؄<_+U暪myGi=C>5жse4y?nG7(`Ѭ3bNXòasWqM١=_L*g7g1bpqbJārEެIMtS1FfPhNRZ_gnOhzs2D9!)P'mJ/2WKq{ԮU~r8
+nJ7R|]<ξ9Εꆌ!`̶ZCFhea%8:l Q<Yksq&-_֝vԼƳШ]{ Hz
+ّX'7A2CZtbu!HP+
+1QC(UU
+W孶f7>]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
+ǟG
+x$5M߼ղdLY`ѯAnۙ]'"
+ok6ꨑ涔^p]vz3 1h' t5;&LֽB|/tj 5jXb
+ g@;&4dۨ&2RX! wC-Eu+x\^r 9Hqų?G+Vτ7yܦ$D0AHea|ny
+8&@H6}r}鋲t‡
+@d
+gS?~~)ywopT+*W{Ce4Qޕ/ IB|iH4R1Nhykoʠz.HrǖSik(Fƭ
+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*
+h%;ri;_M{>e2/+bq.8YЯ(/GrfV'HO#e:I>qLdZ:P_ash vy qV|~= ^|;F<E7W+A&9%EobB
+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?w
+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
+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|z<FG
+N if+P DCK^n훚n<bYϦ:Mz )wg6 Sºʽ䁓q7m^?}Y9ܾj>i
+)(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<@:ή^
+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ͺ6
+>zf}շy3ӅWbALJ!Hve7:{D/}0ϴ0sD]vҔ3Se&#wd'J/@b'2E)h#)袏ƎjOՊbMhASˁxs[ p8<!L'@̵'nefL)]3}釶3*eU'L"S'Fޞ*gic-|+ {lzZEᶏeHIvU5cZ5$=Z854 \Qq",)JD_
+wgM:ՒvKRfB)ye9)A/S/KD5# *)ʔ׋I MX5$}̹NP"M7G\QSӹd ᘛqMߕCk]&;r$ˈc5nP^6G&=m1},ցy*(5tN\edB ;) pA5?rl<eOӰN0G>KO#= *4Q 𰢁<3o(HpR,/fb 9?M{P
+'0b.fPm
+󑽤Hc}ݡX52ܮk+3IWtVY 0>vqt'ƴ y2#$=]8pGPt'1k# z\<vGSȎO{
+W?Uc@nwovzo|kD+_'9Y֢ 21S, 9k:b]
+quIXBG&NXVU{7]eT&[C& )'vL*DBbȅ~كnv# KGqLT+Y͋ޓX,5??2Tj3<^Ru6q? f{;(yCoDؠB{Q1tTˍr}Uݚe›<qN`eRRNOvYE7kqs7N_ a1ݓ6j9YŰ}J b6 ݟӁnA-I6~2@P}
+J,fyjwMGESer0Q\LYW)O=uf [>RӇ{;"rLsnHƚ!WnUhύW
+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 8
+,99` (d vD˖aK7 0_
+
+[ >p8!
+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\
+UA0#wAJw0!W3͋(&?NWdt%1?ܭne#PXO7:lՅ4#{<GD&b0YN4+=䈥}b' hS"a8U}cȚK! "6t7`-{~Z1UEfrcYb*t 7li<Nd/V!ESP-WNd(E$E{Ը h}а4~m3];dqLlOT<yoD_}%en$EMr0P,6O|2{lfWTâ]Ƣ :9)z.l1@ccK^!vlHLPuN.0NIA|W\rM$ya)V=hFu[O lV%k~[4ye,ƍ)F/]$ݜJe=[mzyȮ
+"ԮozqJG7vαȸL*3,ܕr?x&YRO7RMޒ,KH'5U".OǕb4}NX¶J"pǥ0C<![|̣6` lPm j>QL)j(-kMv=$k-"L|6}Pr~ϔ.o%<g% ec$ہA_&aOi<C5\^RbJ|3b={UA ˾Gk[5z`h
+MJDŽ!7OE~[nH\;1VC§Kns?ދ ݿy0лX/ƤLN'܇ VV tpJh|אv ospprb .]׸=Gkq#zk%7 4:P?Egn6xPk/Nsյ6 ezS:{ƸpH^+]٣lz&dÕbHF!~SoBƦN4CvVǧ\sTdJ޾'X;.9 vޓrԵ;|:D+CxRΑ@=}du2Spt܇P<9ms{m{ٰ?47 AS+*F+JA)*kC")<KçbH0Ȁ3ey=}dt"&c8WB8l: ԲKeHTx~I&݆?Q| D!R24I=z{"']|+2.3:İ"(ܻcx_jg!}?Hg'wDv[s|f\|L-t.S,kbYG-24ě5
+0$\̸X|0h^@`ɤp00\S{5觻%%
+1LfEϟjQ4 "+kZG so1Ue*+wnR(YoVxzLpA-fh'dNh>~pA39]lE3Xx-rdVQI%泣BpRTpN@뉗=n7w~V`r|x:I+>O_KzI^7R( |D|{87>ǎ]7P,|E@
+>#|3]Pdٔ7i:ZG4Sva
+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:+} UxvX7
+&@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
+
+?Bºw1wgOhcd8+<)ӽݘJ<k>>c>9'ݸF,i4qb
+QmSI襑GhU1}KC=MqrqlH 28%x/ġ pNrpTGBSu
+QS>g?E
+CO.?R:]i:[0HV[K|*,z;
+~*w|}*;Ša蕏E:r.\2YP=HH'W,6ʅnUTC;%Ͽx`ϋ '!MnpS
+AE`ѯ!"QWsTEelON@'C ^? h"`רYS
+L<7HAW45I[B }Q
+|Y{^
+ugZ&G6s)Y!eJ=a٢y,u4r&4lǿvmvG4M;6+R]~.>}oIn4-f%u^o<zZh "b0aN7\`|LKHtz.Ci*|Fz#ŤνA`GpEI♬xCUҎ?W 6LHFdQcJvlha%.#ي0:O3w'!V]R
+ȭ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
+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|<['
+@]"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د-"4GA
+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<g)PJb 1d7n.Ν\L:؉`9I6<keU>>® L(e*wz$*
+UAEeV
+y/? ^pT!aODA2ܱ{;mq7\&tCUd|\LEEЂhzV4Gj0ԉ5UfdfbZj'my)ݡ2:?%>U͕miosGiU&"Y" {ߖ >wПO$B^c>Tcֿ-"Ţ-KKѧ m
+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\  ~
+@8
+
++
+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 4
+Pq2|E#]<l:>o# bI #}폭VUgMd=O+`
+ ߤ2X|OsOZeiMvv!֘ +aboS| 2, >@I<Z#5 Yr˶l5y=/E"-92$ѕJg0*vr!ʿO[~1^Lj\!6rH1O'G- ,jS`˜
+65O$g 5^q3W!I7g1`9OHIӺh9gjoۑ ҇o14uقoL7~<' ,Gs80702kE}kSL{-c-Ok4h)2H^0Rr(J^13;/—[O&^ȕD ]ߘ٬oÖl@BΑXiɐ,#]Sҕ<Vu"3T){}w-l-99hCeL \}1sFzavCF
+C).+~<m-‰FܼϬεw-m+"ށªd?%Nж P:aߺ&=C{uAl{+&zP"C3ں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<kC0-im[niST96, DlZOJ<>/o.'ke?M*+hJf M=~s//-6
+^Lw9/H2Ks'4NѨ*q(hHq֢ǥ
+fLښ=mZVT݈= [Ei>eoO5މCv~}{wHfu9.}ЧҎiOXJu6(lRgn<ޑ:{*x3 t˒Q!?:YH_,F.G|KHN
+w++v<!v{LR0_agN}I>Dk>K7|@J+T
+zc~:IdTB
+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
+J"\Vꖙ!D'$Kou_*Fi'F|ډzs[,h:4:{eE 6f&| GO=>V~tWbEC$LM9^gԲ8N7jE0O9fsz̥#l,<DˣBo %AO^YS2\Z*j?I0KЂT؝~zfjd{+O\.g ^SL=Ƹˊ08FZJ'7w૯܏S`؃aauŪKۦ4һxt9275_0ޑ1^e&!e)
+_rAڝ/X+̙~N
+)6kgf[_ אR<zڔ<3cG^˙DA@\]OߌX,žjz1m-x@l1D1
+6_Q87Ob'"Ɍ')vG KBr"lXc/?]r~#W!g &Փv.==i7Od{Q <<+)IDR(E]vAQDwC2]Z9!V9a6<Es
+CR` :X'g561$WВkr*uPZ$7~.}5\!*GF:L} 1Xx
+O &[5̿
+H6cuu–ך :I }:YKf"):4|d872fWtZQ\E:%'Խ6^JCĭaiXG&0{܁v
+`{Qv~d7<m㣹{c;D~;*M=h) L~RV^F3jvSKʝ5/rxqq5q p,V`^m<Ah코MJ~ a C$62ñvadJ#D~\eL0+dz۪9޳3G|=QdVpBVDžvSM'V&[jv~7lZ5#+w]m<\_5am.lDك"mѕf@ckCxUj7juL5hQeZO"زF1qu^lhHq 7c2vESC;Kmr03mͭ2S%mUMc$TSq!y^9}zxa`krgDΣksR҈5yH\m(61PEjuxx0Ϣt[$8en׶,L'Z3X8zSHKBe"E#f=2'_xV ) ||}h@~ 2xU'@PxAϞ멎m0D]v>~ƒ(]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# h
+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
+§P"p!(A
+/S">ߋ,gmv$̗DF0BRo.)s0>+, !.8 8$~jA$^aBW 6,I%PS]+Aa18@&Q~:ɰ]…
+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/-<c)LA W_cg|ʾ?~A5˯{"eP'CCCgr.> )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
+@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=ܹ:v<sO酹֜9vW޹w̲5F'9?ק-⼒d_W,
+[cͽjI.MEe~?v[APE_:'S۹O Z0:}Ӎ9N m}^5QYmX%W؟xn+?ɚszM='xSzi|_6o͸2s Ôf/hlz˿o[<\7/'SR}UľܽpmaسNGONEUd[zvi}om@ƾ3t_!8d3ke/[S}Tew\@m\'[,W$cMg>6V|)5]fk"Y61|Q͟{BRIJM}mKkMW(W,暕-YŜ-VɎe==knυ :~;]sWohet7#[H$ҊKSAZ  O
+g<i@!5`XXTX
+endstream
+endobj
+1 0 obj
+<<
+/Creator( TeX output 2004.08.12:1451)
+/Producer(dvipdfm 0.13.2c, Copyright \251 1998, by Mark A. Wicks)
+/CreationDate(D:20040812145150+01'00')
+>>
+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{<figure-bibfile>}
+\end{verbatim}
+at the end, which also generates a List of Figures. Then, the
+document is compiled with the command sequence
+\begin{verbatim}
+latex <latex-file>
+bibtex <latex-file>.figbib
+latex <latex-file>
+latex <latex-file>
+latex <latex-file>
+\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{<figure-bibfile>}
+\end{verbatim}
+where \texttt{<figure-bibfile>} 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
--- /dev/null
+++ b/macros/latex/contrib/figbib/figbib_sample.pdf
Binary files 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