summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-03-16 22:57:20 +0000
committerKarl Berry <karl@freefriends.org>2007-03-16 22:57:20 +0000
commit6b24bbb8c9fd9d68f274d903e2bcbefc0fd3e86c (patch)
tree2046aa9e69358869e72a3243a634f586a387c87c /Master/texmf-dist
parent1c509078a3db7ab28a390cb21ac823ce314c650c (diff)
new latex package animate (15mar07)
git-svn-id: svn://tug.org/texlive/trunk@4040 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/animate/README69
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/animate.pdfbin0 -> 934759 bytes
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/animate.tex278
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/mailto.eps587
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/pg_0001.eps1024
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/pg_0002.eps1133
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/pg_0003.eps1133
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/pg_0004.eps1133
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/pg_0005.eps1133
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/pg_0006.eps1133
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/pg_0007.eps1133
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/pg_0008.eps1133
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/pg_0009.eps1133
-rw-r--r--Master/texmf-dist/tex/latex/animate/animate.sty1579
-rw-r--r--Master/texmf-dist/tpm/animate.tpm37
15 files changed, 12638 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/README b/Master/texmf-dist/doc/latex/animate/README
new file mode 100644
index 00000000000..fd24ad33f78
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/README
@@ -0,0 +1,69 @@
+ =====================
+ The animate Package
+ =====================
+
+Author:
+
+ Alexander Grahn
+
+
+Description:
+
+ This package provides an interface to create portable, JavaScript driven PDF
+ animations from sets of graphics files or from inline graphics, such as
+ latex-picture, PSTricks or pgf/TikZ generated pictures, or just from typeset
+ text. It supports the usual PDF making workflows, i. e. pdfLaTeX and LaTeX
+ -> dvips -> ps2pdf (Ghostscript) / Distiller. The resulting PDF can be
+ viewed in current Adobe Readers on all supported platforms.
+
+ Note, this file only gives a summary of usage and available package and
+ command options. Please refer to the documentation `animate.pdf' in the
+ `doc/' directory for details and examples.
+
+ Keywords: include, portable, animation, embed, animated, inline graphics,
+ graphics files, LaTeX, dvips, ps2pdf, pdfLaTeX, PDF, JavaScript,
+ PSTricks, pgf, TikZ, LaTeX-picture, Adobe Reader
+
+
+Usage:
+
+ \usepackage[<package options>]{animate}
+
+ * Package options: autopause, autoplay, autoresume, controls,
+ buttonsize=<size>, screenbg=<colour>, buttonbg=<colour>,
+ loop, palindrome
+
+
+ \animategraphics[<options>]{<frame rate>}{<file basename>}{<first>}{<last>}
+
+ \begin{animate}[<options>]{<frame rate>}
+ ... typeset material ...
+ \newframe
+ ... typeset material ...
+ \newframe
+ ... typeset material ...
+ \end{animate}
+
+ * Command options: width=<width>, height=<height>, depth=<depth>,
+ scale=<factor>, autopause, autoplay, autoresume, controls,
+ buttonsize=<size>, screenbg=<colour>, buttonbg=<colour>,
+ loop, palindrome
+
+
+Requirements:
+
+ pdfLaTeX, version >= 1.20 is needed for direct PDF output.
+
+
+Installation:
+
+ Put the file animate.sty to a place where TeX can find it.
+
+
+License:
+
+ This material is subject to the LaTeX Project Public License. See
+
+ http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
+
+ for the details of that license.
diff --git a/Master/texmf-dist/doc/latex/animate/doc/animate.pdf b/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
new file mode 100644
index 00000000000..521e275b2ec
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/animate/doc/animate.tex b/Master/texmf-dist/doc/latex/animate/doc/animate.tex
new file mode 100644
index 00000000000..119c201536e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/animate.tex
@@ -0,0 +1,278 @@
+% Copyright 2007 Alexander Grahn
+%
+% This material is subject to the LaTeX Project Public License. See
+% http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
+% for the details of that license.
+%
+\documentclass[a4paper]{article}
+\frenchspacing
+\usepackage[UKenglish]{babel}
+\usepackage{pst-3dplot}
+\usepackage{pstricks}
+\usepackage{fp}
+\usepackage{animate}
+\usepackage{graphicx}
+\usepackage{hyperref}
+\usepackage{textcomp}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{float}
+\usepackage{ifpdf}
+
+\ifpdf
+ \makeatletter
+ \@latex@error{Please use LaTeX to compile this documentation}
+ \makeatother
+\fi
+
+\parindent0pt
+\parskip1.2ex
+
+\def\keywords{include, portable, animation, embed, animated, inline graphics, graphics files, LaTeX, dvips, ps2pdf, pdfLaTeX, PDF, JavaScript, PSTricks, pgf, TikZ, LaTeX-picture, Adobe Reader}
+\hypersetup{
+ bookmarksnumbered,linktocpage,breaklinks,
+ pdftitle={The animate Package},
+ pdfsubject={Documentation},
+ pdfauthor={Alexander Grahn},
+ pdfkeywords={\keywords},
+ citebordercolor={0 0 1},
+ filebordercolor={0 0 1},
+ linkbordercolor={0 0 1},
+ menubordercolor={0 0 1},
+ pagebordercolor={0 0 1},
+ urlbordercolor={0 0 1}
+}
+
+\begin{document}
+\title{The {\sffamily animate} Package}
+\author{Alexander Grahn\\[1ex]\includegraphics[height=2.7ex]{mailto}}
+\maketitle
+
+\begin{abstract}\noindent
+A \LaTeX{} package for creating portable, JavaScript driven PDF animations from sets of graphics files or inline graphics.\\[0.2\baselineskip]
+\emph{Keywords}: \keywords
+\end{abstract}
+
+\tableofcontents
+
+\section{Introduction}
+This package provides an interface to create PDFs with animated content from sets of graphics files, from inline graphics, such as latex-picture, PSTricks or pgf/TikZ generated pictures, or just from typeset text. It supports the usual PDF making workflows, i.\,e. pdf\LaTeX{} and \LaTeX{} $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+\,(Ghost\-script)\,/\,Distiller. The resulting PDF can be viewed in current Adobe Reader\textsuperscript{\scriptsize\textregistered}s on all supported platforms.
+
+The `animate' package is based on the work by Jan Holo\v{c}ek and Petr Sojka \cite{hol04}, who have shown how to animate the appearance of a so called Widget Annotation, provided by the PDF specification, by means of Adobe Reader's built-in JavaScript engine.
+
+\section{Installation}
+The file `animate.sty' should be stored in a place where \LaTeX{} can find it.
+
+\section{Requirements}
+pdf\LaTeX{}, version $\ge1.20$, is needed for direct PDF output.
+
+\section{Using the package}
+Invoke the package by putting the line
+\begin{verbatim}
+ \usepackage[<package options>]{animate}
+\end{verbatim}
+to the preamble of your document, i.\,e. somewhere between \verb+\documentclass+ and \verb+\begin{document}+.
+
+`animate' honours the package options:
+\begin{verbatim}
+ autopause
+ autoplay
+ autoresume
+ controls
+ buttonsize
+ loop
+ palindrome
+ screenbg
+ buttonbg
+\end{verbatim}
+The same options are also available as command options and will be explained shortly. However, if used as package options they have global scope, taking effect on all animations in the document.
+
+If PDF is generated via DVI and Postscript by the command sequence \verb+latex+ $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+, the `graphicx' package is required. \emph{Important:} The \verb+dvips+ option `\verb+-Ppdf+' should \emph{not} be set when converting the intermediate DVI into Postscript. If you cannot do without, put `\verb+-X 2400 -Y 2400+' to the \emph{end} of the option list of \verb+dvips+. This overrides the DVI resolution specified in the \verb+dvips+ configuration file `\verb+config.pdf+'.
+
+%\newpage
+\section{The user interface}
+Package `animate' provides the command
+\begin{verbatim}
+\animategraphics[<options>]{<frame rate>}{<file basename>}{<first>}{<last>}
+\end{verbatim}
+and the environment
+\begin{verbatim}
+\begin{animate}[<options>]{<frame rate>}
+ ... typeset material ...
+\newframe
+ ... typeset material ...
+\newframe
+ ... typeset material ...
+\end{animate}
+\end{verbatim}
+
+While \verb+\animategraphics+ can be used to assemble an animation from sets of existing graphics files, the environment `\verb+animation+' is intended to create the animation from the typeset material it encloses. This material can be pictures drawn within the \LaTeX{} \verb+picture+ environment or using the advanced capabilities of PSTricks or pgf/TikZ. Even ordinary textual material may be animated in this way. The command \verb+\newframe+ terminates one frame and starts the next.
+
+The parameter \verb+<frame rate>+ specifies the number of frames per second of the animation. All files of the sequence must be continuously numbered. {\tt <file base\-name>} is the leftmost part of the file name that all members of the sequence have in common. \verb+<first>+ is the number of the first and \verb+<last>+ the number of the last file in the set. \verb+<first>+ and \verb+<last>+ must have the same number of digits to ensure proper sorting. If necessary, rename the files with zeros padded to the left.
+
+There is no file name extension to be specified as parameter. The possible file formats depend on whether \LaTeX{} or pdf\LaTeX is used. In the case of \LaTeX{}, files with the extension `\verb+eps+' are searched for at first, followed by `\verb+ps+' and `\verb+mps+'. With pdf\LaTeX{} the searching order is (1) `\verb+pdf+', (2) `\verb+png+', (3) `\verb+jpg+', (4) `\verb+jpeg+', (5) `\verb+jbig2+' and (6) `\verb+jb2+'. Make sure that all extensions are \emph{lower case}.
+
+As an example, given the sequence `frame\_05.png' through `frame\_19.png' from a possibly larger set that shall be used to build the animation. Then, {\tt <file base\-name>} would be specified as `\verb+frame_+', \verb+<first>+ as `\verb+05+' and \verb+<last>+ as `\verb+19+'.
+
+The following options to \verb+\animategraphics+ and `\verb+animate+' have been provided:
+\begin{verbatim}
+autopause
+\end{verbatim}
+Pause animation when the page is closed, instead of stopping and rewinding it to the first frame.
+\begin{verbatim}
+autoplay
+\end{verbatim}
+Start animation after the page has opened. Also resumes playback of a previously paused animation.
+\begin{verbatim}
+autoresume
+\end{verbatim}
+Resume previously paused animation when the page is opened again.
+\begin{verbatim}
+loop
+\end{verbatim}
+The animation restarts immediately after reaching the end.
+\begin{verbatim}
+palindrome
+\end{verbatim}
+The animation continuously plays forward and backward.
+\begin{verbatim}
+controls
+\end{verbatim}
+Inserts control buttons below the animation widget. The meaning of the buttons is as follows, from left to right: stop \& first frame, step backward, play backward, play forward, step forward, stop \& last frame, decrease speed, default speed, increase speed. Both `play' buttons are replaced by a large `pause' button while the animation is playing.
+\begin{verbatim}
+width=<width>
+height=<height>
+depth=<depth>
+\end{verbatim}
+Resize the animation widget. Any valid \TeX{} dimension is accepted as parameter. Option `\verb+depth+' specifies how far the animation widget should extend below the bottom line of the running text. If only one of these options is given, the others are scaled to keep the aspect ratio.
+\begin{verbatim}
+scale=<factor>
+\end{verbatim}
+Scales the animation widget by \verb+<factor>+.
+\begin{verbatim}
+buttonsize=<size>
+\end{verbatim}
+Changes the control button height to \verb+<size>+, which must be a valid \TeX{} dimension. The default button height is 1.44em and thus scales with the current font size.
+\begin{verbatim}
+screenbg=<colour>
+buttonbg=<colour>
+\end{verbatim}
+The background of the animation and control button widgets is transparent by default. It can be turned into a solid colour by the parameter \verb+<colour>+, which is an array of numbers (\emph{without} surrounding brackets) in the range from 0.0 to 1.0. The number of array elements determines the colour model in which the colour is defined: (1) gray value, (3) RGB, (4) CMYK.
+
+\section{Examples}
+\subsection[Animation from a set of files, using `animategraphics' command]{Animation from a set of files, using `{\tt animategraphics}' command}
+\small
+\begin{verbatim}
+\documentclass{article}
+\usepackage{animate}
+\usepackage{graphics}
+
+\begin{document}
+
+\begin{center}
+ \animategraphics[controls,loop]{4}{pg_}{0001}{0009}
+\end{center}
+
+\end{document}
+\end{verbatim}
+
+\normalsize
+\begin{center}
+ \animategraphics[controls,loop]{4}{pg_}{0001}{0009}
+\end{center}
+
+\subsection[Animating PSTricks graphics, using `animate' environment]{Animating PSTricks graphics, using `{\tt animate}' environment}
+\small
+\begin{verbatim}
+\documentclass{article}
+\usepackage{pst-3dplot}
+\usepackage{pstricks}
+\usepackage{fp}
+\usepackage{animate}
+\usepackage{graphics}
+
+%draws a torus sector
+\newcommand{\torus}[1]{% #1: angle of the torus sector
+ \psset{Beta=20,Alpha=50,linewidth=0.1pt,origin={0,0,0},unit=0.35}%
+ \begin{pspicture}(-12.3,-6.3)(12.3,7)%
+ \parametricplotThreeD[xPlotpoints=100](80,#1)(0,360){%
+ t cos 2 mul 4 u sin 2 mul add mul
+ t sin 2 mul 4 u sin 2 mul add mul
+ u cos 4 mul
+ }%
+ \parametricplotThreeD[yPlotpoints=75](0,360)(80,#1){%
+ u cos 2 mul 4 t sin 2 mul add mul
+ u sin 2 mul 4 t sin 2 mul add mul
+ t cos 4 mul
+ }%
+ \FPupn\strokewidth{360 #1 sub 360 div 3 mul}%
+ \parametricplotThreeD[yPlotpoints=1,linewidth=\strokewidth pt](0,360)(#1,#1){%
+ u cos 2 mul 4 t sin 2 mul add mul
+ u sin 2 mul 4 t sin 2 mul add mul
+ t cos 4 mul
+ }%
+ \end{pspicture}%
+}
+
+\begin{document}
+
+\begin{center}
+\newcounter{torusangle}
+\setcounter{torusangle}{80}
+
+\begin{animate}[controls,palindrome,autoplay]{10}%
+ \torus{\thetorusangle}%
+ \whiledo{\thetorusangle<360}{%
+ \newframe%
+ \addtocounter{torusangle}{10}%
+ \torus{\thetorusangle}%
+ }
+\end{animate}%
+
+\end{center}
+
+\end{document}
+\end{verbatim}
+
+\normalsize
+\newcommand{\torus}[1]{% #1: angle of the torus sector
+ \psset{Beta=20,Alpha=50,linewidth=0.1pt,origin={0,0,0},unit=0.35}%
+ \begin{pspicture}(-12.3,-6.3)(12.3,7)%
+ \parametricplotThreeD[xPlotpoints=100](80,#1)(0,360){%
+ t cos 2 mul 4 u sin 2 mul add mul
+ t sin 2 mul 4 u sin 2 mul add mul
+ u cos 4 mul
+ }%
+ \parametricplotThreeD[yPlotpoints=75](0,360)(80,#1){%
+ u cos 2 mul 4 t sin 2 mul add mul
+ u sin 2 mul 4 t sin 2 mul add mul
+ t cos 4 mul
+ }%
+ \FPupn\strokewidth{360 #1 sub 360 div 3 mul}%
+ \parametricplotThreeD[yPlotpoints=1,linewidth=\strokewidth pt](0,360)(#1,#1){%
+ u cos 2 mul 4 t sin 2 mul add mul
+ u sin 2 mul 4 t sin 2 mul add mul
+ t cos 4 mul
+ }%
+ \end{pspicture}%
+}
+
+
+\begin{center}
+\newcounter{torusangle}
+\setcounter{torusangle}{80}
+\begin{animate}[controls,palindrome,autoplay]{10}%
+ \torus{\thetorusangle}%
+ \whiledo{\thetorusangle<360}{%
+ \newframe%
+ \addtocounter{torusangle}{10}%
+ \torus{\thetorusangle}%
+ }
+\end{animate}%
+\end{center}
+
+\begin{thebibliography}{8}
+ \bibitem{hol04} Holo\v{c}ek, J. ; Sojka, P.: Animations in pdf\TeX-generated PDF. In: \emph{Lecture Notes in Computer Science}, Vol. 3130, 2004, pp.~179--191
+\end{thebibliography}
+
+\end{document}
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/mailto.eps b/Master/texmf-dist/doc/latex/animate/doc/files/mailto.eps
new file mode 100644
index 00000000000..313b755df16
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/mailto.eps
@@ -0,0 +1,587 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: (ImageMagick)
+%%Title: (/home/grahn/animate.work/doc/files/mailto.eps)
+%%CreationDate: (Thu Mar 15 15:47:37 2007)
+%%BoundingBox: 0 0 92 11
+%%HiResBoundingBox: 0 0 91.5916 11
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 1
+%%Pages: 1
+%%EndComments
+
+%%BeginDefaults
+%%EndDefaults
+
+%%BeginProlog
+%
+% Display a color image. The image is displayed in color on
+% Postscript viewers or printers that support color, otherwise
+% it is displayed as grayscale.
+%
+/DirectClassPacket
+{
+ %
+ % Get a DirectClass packet.
+ %
+ % Parameters:
+ % red.
+ % green.
+ % blue.
+ % length: number of pixels minus one of this color (optional).
+ %
+ currentfile color_packet readhexstring pop pop
+ compression 0 eq
+ {
+ /number_pixels 3 def
+ }
+ {
+ currentfile byte readhexstring pop 0 get
+ /number_pixels exch 1 add 3 mul def
+ } ifelse
+ 0 3 number_pixels 1 sub
+ {
+ pixels exch color_packet putinterval
+ } for
+ pixels 0 number_pixels getinterval
+} bind def
+
+/DirectClassImage
+{
+ %
+ % Display a DirectClass image.
+ %
+ systemdict /colorimage known
+ {
+ columns rows 8
+ [
+ columns 0 0
+ rows neg 0 rows
+ ]
+ { DirectClassPacket } false 3 colorimage
+ }
+ {
+ %
+ % No colorimage operator; convert to grayscale.
+ %
+ columns rows 8
+ [
+ columns 0 0
+ rows neg 0 rows
+ ]
+ { GrayDirectClassPacket } image
+ } ifelse
+} bind def
+
+/GrayDirectClassPacket
+{
+ %
+ % Get a DirectClass packet; convert to grayscale.
+ %
+ % Parameters:
+ % red
+ % green
+ % blue
+ % length: number of pixels minus one of this color (optional).
+ %
+ currentfile color_packet readhexstring pop pop
+ color_packet 0 get 0.299 mul
+ color_packet 1 get 0.587 mul add
+ color_packet 2 get 0.114 mul add
+ cvi
+ /gray_packet exch def
+ compression 0 eq
+ {
+ /number_pixels 1 def
+ }
+ {
+ currentfile byte readhexstring pop 0 get
+ /number_pixels exch 1 add def
+ } ifelse
+ 0 1 number_pixels 1 sub
+ {
+ pixels exch gray_packet put
+ } for
+ pixels 0 number_pixels getinterval
+} bind def
+
+/GrayPseudoClassPacket
+{
+ %
+ % Get a PseudoClass packet; convert to grayscale.
+ %
+ % Parameters:
+ % index: index into the colormap.
+ % length: number of pixels minus one of this color (optional).
+ %
+ currentfile byte readhexstring pop 0 get
+ /offset exch 3 mul def
+ /color_packet colormap offset 3 getinterval def
+ color_packet 0 get 0.299 mul
+ color_packet 1 get 0.587 mul add
+ color_packet 2 get 0.114 mul add
+ cvi
+ /gray_packet exch def
+ compression 0 eq
+ {
+ /number_pixels 1 def
+ }
+ {
+ currentfile byte readhexstring pop 0 get
+ /number_pixels exch 1 add def
+ } ifelse
+ 0 1 number_pixels 1 sub
+ {
+ pixels exch gray_packet put
+ } for
+ pixels 0 number_pixels getinterval
+} bind def
+
+/PseudoClassPacket
+{
+ %
+ % Get a PseudoClass packet.
+ %
+ % Parameters:
+ % index: index into the colormap.
+ % length: number of pixels minus one of this color (optional).
+ %
+ currentfile byte readhexstring pop 0 get
+ /offset exch 3 mul def
+ /color_packet colormap offset 3 getinterval def
+ compression 0 eq
+ {
+ /number_pixels 3 def
+ }
+ {
+ currentfile byte readhexstring pop 0 get
+ /number_pixels exch 1 add 3 mul def
+ } ifelse
+ 0 3 number_pixels 1 sub
+ {
+ pixels exch color_packet putinterval
+ } for
+ pixels 0 number_pixels getinterval
+} bind def
+
+/PseudoClassImage
+{
+ %
+ % Display a PseudoClass image.
+ %
+ % Parameters:
+ % class: 0-PseudoClass or 1-Grayscale.
+ %
+ currentfile buffer readline pop
+ token pop /class exch def pop
+ class 0 gt
+ {
+ currentfile buffer readline pop
+ token pop /depth exch def pop
+ /grays columns 8 add depth sub depth mul 8 idiv string def
+ columns rows depth
+ [
+ columns 0 0
+ rows neg 0 rows
+ ]
+ { currentfile grays readhexstring pop } image
+ }
+ {
+ %
+ % Parameters:
+ % colors: number of colors in the colormap.
+ % colormap: red, green, blue color packets.
+ %
+ currentfile buffer readline pop
+ token pop /colors exch def pop
+ /colors colors 3 mul def
+ /colormap colors string def
+ currentfile colormap readhexstring pop pop
+ systemdict /colorimage known
+ {
+ columns rows 8
+ [
+ columns 0 0
+ rows neg 0 rows
+ ]
+ { PseudoClassPacket } false 3 colorimage
+ }
+ {
+ %
+ % No colorimage operator; convert to grayscale.
+ %
+ columns rows 8
+ [
+ columns 0 0
+ rows neg 0 rows
+ ]
+ { GrayPseudoClassPacket } image
+ } ifelse
+ } ifelse
+} bind def
+
+/DisplayImage
+{
+ %
+ % Display a DirectClass or PseudoClass image.
+ %
+ % Parameters:
+ % x & y translation.
+ % x & y scale.
+ % label pointsize.
+ % image label.
+ % image columns & rows.
+ % class: 0-DirectClass or 1-PseudoClass.
+ % compression: 0-none or 1-RunlengthEncoded.
+ % hex color packets.
+ %
+ gsave
+ /buffer 512 string def
+ /byte 1 string def
+ /color_packet 3 string def
+ /pixels 768 string def
+
+ currentfile buffer readline pop
+ token pop /x exch def
+ token pop /y exch def pop
+ x y translate
+ currentfile buffer readline pop
+ token pop /x exch def
+ token pop /y exch def pop
+ currentfile buffer readline pop
+ token pop /pointsize exch def pop
+ /Times-Roman findfont pointsize scalefont setfont
+ x y scale
+ currentfile buffer readline pop
+ token pop /columns exch def
+ token pop /rows exch def pop
+ currentfile buffer readline pop
+ token pop /class exch def pop
+ currentfile buffer readline pop
+ token pop /compression exch def pop
+ class 0 gt { PseudoClassImage } { DirectClassImage } ifelse
+ grestore
+} bind def
+%%EndProlog
+%%Page: 1 1
+%%PageBoundingBox: 0 0 92 11
+userdict begin
+DisplayImage
+0 0
+91.5916 11.2232
+12.000000
+291 38
+1
+1
+1
+8
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3AAAAAAAAC7FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA0000000055FFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA00000055FFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF550055FFFFAA0055FF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFF55000000AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55000000AAFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF550055FFFFFFFF
+AA55FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5500AAFFFF
+FFFFFFAA0055FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AA
+FFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55FFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+5500AAFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
+55FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFF55AAFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFF0000000000AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA000000000000FFFFFF00000000FFFFFFFFFF0000
+0000AAFFFFFF5500000000AAFFFFFFFFFFFFFFFF550000000055FFFFFFFFFFFFFFFFFFFF
+FFFFAA55FFFFFF00000000FFFFFFFFFFFFFFFFFFFF000000FFFFFF55000000AAFFFFFFFF
+FFFFFFFFFFFF55AAFFFFFFFFFFFFAA000055FFFFFFFFFFFFAA0000000055FFFFFFFFFFFF
+FF0000000000FFFFFFFFFFFFFFFF000000000000AAFFFFFFFFFFFFFFFFFFFF55AAFFFFAA
+000000000055FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFF000000000000AAFFFF55AAFFFFFFFFFFFFFFFFFF55000000000055FFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFF000000AAFFFF550000AAFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA000000FFFFFFFF000000FF00FFFFFFFFFFFFFF
+FFFFFFFF55AAFF550000AAFFFF5500AAFFFFFFFFFF55000055FFFFAA000055FFFFFFFFFF
+FFFFFFFFFFAA55AA000000FFFF000000FFFFFFFFFFFFFFFFFFFF00FF000000AAFF550000
+AAFFFFFFFFFFFFFFFF55AAFFFFFFFFAA000055AA55FFFFFFFFFFFFFFAA0055FFFFFFFFFF
+FFFFFFFFFFFF0000FFFFFFFFFFFFFF000000AAFFFFFF550000AAFFFFFFFFFFFFFFFF55AA
+55000055FFFFFFAA000055FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFF000000AAFFFFFF550000AA55AAFFFFFFFFFFFFFF55000055FFFFFFAA000055FF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA0055FFFFFFFFFFFFFFFF00FF00FFFFFFFF
+FFFFFFFFFFFFFF55AA5500AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55FFFF
+FFFFFFFFFFFFFFFFAA55AA00FFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFF00FF00AAFFFFFF
+FFFF55AAFFFFFFFFFFFFFFFF55AAFFFFFFAA0055FFFFAA55FFFFFFFFFFFFFFFFAA55FFFF
+FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFF5500AAFFFFFFFFFFFF
+FF55AA55AAFFFFFFFFFFFFFFAA0055FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFF0000FFFFFFFFFFFFFFFF55AA55AAFFFFFFFFFFFF5500AAFFFFFFFFFFFFFF
+AA0055FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5500AAFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFFF0000FF
+FFFFFFFFFFFFFFFFFFFF5500AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
+0055FFFFFFFFFFFFFFFFFFAA0055FFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFF0000FFFF
+FFFFFFFFFF5500AAFFFFFFFFFFFFFF55AAFFFFFFAA55FFFFFFAA55FFFFFFFFFFFFFFFFAA
+55FFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFF55AAFFFFFF
+FFFFFFFF5500AAFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFF5500AAFFFFFFFFFFFF55AAFFFFFFFFFF
+FFFFFFFFAA55FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA0055FFFFFFFFFFFFFFFFFFFF
+0000FFFFFFFFFFFFFFFFFFFFFF5500AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFAA55FFFFFFFFFFFFFFFFFFAA0055FFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFF00
+00FFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFF55AAFFFFFFAA55FFFFFFAA55FFFFFFFFFFFF
+FFFFAA55FFFFFFFF000000FFFFFFFF00FFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF5500
+AAFFFFFFFFFFFF5500AAFFFFFFFFFFFFFFFFFFAA0055FFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFF5500AAFFFFFFFFFF5500AAFFFF
+FFFFFFFFFFFFFFAA0055FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFF
+FFFFFFFF00FFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFF
+FFFF00FFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFF55AAFFFFFFAA55FFFFFFAA55FFFFFF
+FFFFFFFFFFAA55FFFFFFFF00FF00FFFFFFFF00FFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFF
+FFFF55AAFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFF55AA
+FFFFFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000
+00AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFF
+FFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FF55000000000000000055FFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFF00FFFFFFFF
+FFFFFFFFFF00FFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFF55AAFFFFFFAA0055FFFFAA55
+FFFFFFFFFFFFFFFFAA0055FFFFFF00FF00FFFFFF0000FFFFFFFFFFFF0000000000000000
+000000000000AAFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFF
+FF550000000000000000000000000055FFFFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFFFF
+FFFF5500AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55FFFF
+FFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFF
+FFFF550000AAFFFFFFFFFFAA0055FFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFF00FF
+FFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFF55AAFFFFFFFFAA0055
+FFAA55FFFFFFFFFFFFFFFFFFAA55FFFF0000FF0000FFFF00FFFFFFFFFFFFFF00FFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF55AAFF
+FFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5500AAAAFF
+FFFFFFFFFFC739AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA
+55FFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFF
+FFFFFFFF8E1D72AAE3FFFFFFFFFFE37255FFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFF
+FF00FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFF55AAFFFFFFFF
+E3721D55391D8EFFFFFFFFFFFFFFFFAA55FFFF00AAFFAA00FFFF00FFFFFFFFFFFFFF00FF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFAA55FFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFFFFFFFF
+55AAFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00AA
+FFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFAA1D8EFFFFFFFFFFFFFFFFFFFF5500FFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFF
+FFFFFFFFFFFFFF5572E3FFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFAA55FFFFFFFFFF
+FFFFFFFF00FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFF55AAFF
+FFFFFFFFE3AAAAAAAAC7FFFFFFFFFFFFFFFFAA55FFFF00FFFFFF00FFFF00FFFFFFFFFFFF
+FF0055FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5539C7FFFFFFFFFFFFFFFFFFC739
+55FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0055FFFFFFFFFFFFFFFF
+FFFF8E1DAAFFFFFFFFFF5539C7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FF00FFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFFFFFFFFFC755558EFFFFFFFFFF
+FFFFFFFFFFE37255FFFFFFFFFFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFFF55AAFFFFFF
+FFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFFFAA55FFFFFFFFFFFFFFFFFFAA55FFFF
+FFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFF
+5539C7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55C75500FFFFFF0055FF00FFFFFF
+FFFFFFFFAA00FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5500AAFFFFFFFFFFFFFFFF
+FFAA39C7FFFFFFFFFFFFFFFFFFFFFF555555FFFFFFFFFFFFFFFFFFFFFFAA00FFFFFFFFFF
+FFFFFFFFFF5500AAFFFFFFFFFFC739AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFF00FFFFFFFFFFFFFFFFFF8E1DAAFFFFFFFFFFFFFFFFFFFFFFFF8E3900001D8EFF
+FFFFFFFFFFFFFFFFFFAA1D8EFFFFFFFFFFFFFFFF55AA00FFFFFFFFFFFFFFFFFFFFFF55AA
+FFFFFFFFFFFFFFFFFFFFFFFFFF55AAFFFFFFFFFFFFFFFFC73955FFFFFFFFFFFFFFFFFFAA
+55FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFF55AAFFFFFFFF
+FFFFFFC739AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA1D3900AAFFFFFFAA005500
+FFFFFFFFFFFFFFFF0055FFFFFFFFFFFFFFFFFF8E55C7FFFFFFFFFFFF557272C7FFFFFFFF
+FFFFFFC73955FFFFFFFFFFFFFFFFFFFFC75500000055FFFFFFFFFFFFFFFFFFFFFF0055FF
+FFFFFFFFFFFFFF8E8E39AAFFFFFFFFFFFF5539C7FFFFFFFFFFFFFFFFC7558EFFFFFFFFFF
+FFFFFFFFFFFFFF0055FFFFFFFFFFFF8E551D00AAFFFFFFFFFFFFFFFFFFFFFFFF55000000
+0055FFFFFFFFFFFFFFFFFFFFE3721D5555FFFFFFFF555500FF00FFFFFFFFFFFFFFFFFFFF
+FF55AAFFFFFFFFFFFFFFFFFFFFFFFFFF5539C7FFFFFFFFFFC755390055FFFFFFFFFFFFFF
+FFFFAA55FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFF00FFFFFFFFFFFFFFFFFF55AAFF
+FFFFFFFFFFFFFF5539C7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE37239AAFFFFFFFFFF
+AA00AAFFFFFFFFFFFFFFFFAA005555C7FFFFFFFF8E551D72E3FFFFFFFFFFFF55AA553955
+8EFFFFFFC7553939C7FFFFFFFFFFFFFFFFFFFFAA0000000000FFFFFFFFFFFFFFFFFFFFFF
+AA005555C7FFFFFF8E551DAA55AAFFFFFFFFFFFFC73939558EFFFFFFFFC7553939C7FFFF
+FFFFFFFFFFFFFFFFFFFFAA005555555555551D72AA39395555C7FFFFFFFFFFFFFFFFFFC7
+72000039C7FFFFFFFFFFFFFFFFFFFFFFE3AA72005555555500AAAAFF00FFFFFFFFFFFFFF
+555555551D39555555555555C7FFFFFFFFFFFFC7393955555555553939AA721D55558EFF
+FFFFFFC755391D5555FFFFFFFFFF5555005555FFFFFFFFFF5555005555C7FFFFFFFF8E55
+1D3955C7FFFFFFFFFFFFC739398EFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAA55FFFFFF
+FFFFFFFF00FFFFFFFFFFFFFFFFFFFFAAAA0039555555551D72AAE3FFFFFFFF8E55551DAA
+C7AA721D5555553939AAC7FFFFFFFFFFFFFFFFFFFFFFE3AA000000AAFFFFFFFFFFFFFFFF
+FFFFFFFFAAAA00395555551D72AAE355395555C7FFFFFFFFC7AA391D555555553939AAC7
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFAAAAAAAAAAAAAAAAE3FFC7AAAAAAE3FFFFFFFFFFFFFF
+FFFFFFE3AAAAC7FFFFFFFFFFFFFFFFFFFFFFFFFFFFE3AAAAAAAAAAAAFFFFFF00FFFFFFFF
+FFFFFFAAAAAAAAAAAAAAAAAAAAAAAAE3FFFFFFFFFFFFFFC7AAAAAAAAAAAAAAC7FFE3AAAA
+AAC7FFFFFFFFE3AAAAAAAAAAFFFFFFFFFFAAAAAAAAAAFFFFFFFFFFAAAAAAAAAAE3FFFFFF
+FFC7AAAAAAAAE3FFFFFFFFFFFFFFC7391D8EFFFFC755558EFFFFFFFFFFFFFFFFFFFFE3C7
+FFFFFFFFFFFFFFAAFFFFFFFFFFFFFFFFFFFFFFFFAAAAAAAAAAAAAAE3FFFFFFFFFFFFC7AA
+AAAAE3FFFFE3AAAAAAAAAAC7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFAAAAAAFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFAAAAAAAAAAAAE3FFFFC7AAAAAAE3FFFFFFFFFFFFC7AAAAAAAAAAAA
+C7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00FF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC7721D55553939AAC7FFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+5500FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE3AAAAAAAAC7FFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFF00AAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFF555500FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+C755555555555500AAAAFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
+FFFFFFFFFFFFFFend
+%%PageTrailer
+%%Trailer
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0001.eps b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0001.eps
new file mode 100644
index 00000000000..e66a22d19c5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0001.eps
@@ -0,0 +1,1024 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: xpdf/pdftops 3.00
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 171 171
+%%HiResBoundingBox: 0 0 170.079 170.079
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ 3 1 roll 2 array astore
+ /setpagedevice where {
+ pop 3 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ /Policies 1 dict dup begin /PageSize 3 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/cshow where {
+ pop
+ /cshow2 {
+ dup {
+ pop pop
+ 1 string dup 0 3 index put 3 index exec
+ } exch cshow
+ pop pop
+ } def
+}{
+ /cshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 2 index length 1 sub {
+ 2 copy get exch 1 add 2 index exch get
+ 2 copy exch 256 mul add
+ 2 string dup 0 6 5 roll put dup 1 5 4 roll put
+ 3 index exec
+ } for
+ } {
+ dup {
+ 1 string dup 0 3 index put 3 index exec
+ } forall
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/awcp {
+ exch {
+ false charpath
+ 5 index 5 index rmoveto
+ 6 index eq { 7 index 7 index rmoveto } if
+ } exch cshow2
+ 6 {pop} repeat
+} def
+/Tj {
+ fCol
+ 1 index stringwidth pdfTextMat idtransform pop
+ sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16 {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform pop
+ sub exch div
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16V {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform exch pop
+ sub exch div
+ 0 pdfWordSpacing pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing add 0 exch
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj1 {
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 8 2 roll
+ pdfTextRender 1 and 0 eq {
+ 6 copy awidthshow
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 7 index 7 index moveto
+ 6 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ false awcp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 8 6 roll moveto
+ false awcp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ 8 {pop} repeat
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { pdfFontSize 0.001 mul mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+% Level 2 image operators
+/pdfImBuf 100 string def
+/pdfIm {
+ image
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImM {
+ fCol imagemask
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h f*
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%BeginResource: font EVWCWH+CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /EVWCWH+CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 101 /e put
+dup 110 /n put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+/UniqueID 5087385 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d5993dfc0930297866e1cd0a319b6b1fd958
+9e394a533a081c36d456a09920001a3d2199583eb9b84b4dee08e3d12939e321
+990cd249827d9648574955f61baaa11263a91b6c3d47a5190165b0c25abf6d3e
+6ec187e4b05182126bb0d0323d943170b795255260f9fd25f2248d04f45dfbfb
+def7ff8b19bfef637b210018ae02572b389b3f76282beb29cc301905d388c721
+59616893e774413f48de0b408bc66dce3fe17cb9f84d205839d58014d6a88823
+d9320ae93af96d97a02c4d5a2bb2b8c7925c4578003959c46e3ce1a2f0eac4bf
+8b9b325e46435bde60bc54d72bc8acb5c0a34413ac87045dc7b84646a324b808
+6fd8e34217213e131c3b1510415ce45420688ed9c1d27890ec68bd7c1235faf9
+1dab3a369dd2fc3be5cf9655c7b7eda7361d7e05e5831b6b8e2eec542a7b38ee
+03be4bac6079d038acb3c7c916279764547c2d51976baba94ba9866d79f13909
+95aa39b0f03103a07cbdf441b8c5669f729020af284b7ff52a29c6255fcaacf1
+74109050fba2602e72593fbcbfc26e726ee4aef97b7632bc4f5f353b5c67fed2
+3ea752a4a57b8f7feff1d7341d895f0a3a0be1d8e3391970457a967eff84f6d8
+47750b1145b8cc5bd96ee7aa99ddc9e06939e383bda41175233d58ad263ebf19
+afc0e2f840512d321166547b306c592b8a01e1fa2564b9a26dac14256414e4c8
+42616728d918c74d13c349f4186ec7b9708b86467425a6fdb3a396562f7ee4d8
+40b43621744cf8a23a6e532649b66c2a0002dd04f8f39618e4f572819dd34837
+b5a08e643fdca1505af6a1fa3ddfd1fa758013caed8acddbbb334d664dff5b53
+9560176671a33fc55340cd04c2de46fd812fc2711a85f3cc57f2cf1bedefc217
+217f1a6065fa29758498c2762dd1340c6168171c629556ea6de5612884db94e0
+a2b6d5cb8ba850e74ec72fc08d89de6a8d37fde1e9547201c0445a2e2930725c
+942be1459d3eb19c6ab0936ac31cad484f45cda0ee0272b808250d1db005e3c8
+71bef687075a0b4467ef0e30bd8af2a290b296b3b288db71759cdb9cbac6fdb9
+a1899e1631d580dfe13ad39bc16ad360e7b3ce181350737b797f512a4c556e03
+106a7dbbebf3b31e8973c89815fa4a1e84544134e658ed16345b3ccf902743b1
+5c6e33257388a92db44b099e470aa47859b5e6b0cf7896eb59b6c9b59da91987
+a8fbc2afe7866c25e9998786f1443fe59759235b8042e5d2815a47acf24235cd
+58518f444cf3a347fd0e816da87fe2c348bb865a34d9a84a9159d5b495bbd5be
+5a07b1f3a4330e898cd1c08cce6eda8a01f368c1ca305856590900d7957036c8
+e8953886de14f3519794828ba56c29e9a6794bab32cfcd5503ccc3c68c00c352
+4fdea3905a6cba387ed1245ed0c4b44a0a6d5db5d25f11f996ff43dda22ee685
+adbf4fb2fa538f1a2542d6b8d7304a666ac60f033fff5d5667fe9dab4ba9ad33
+ffb004acd99c2d09297fd5a79cad212f40d0f7bae5463fb3fd0f48e19b6e8b35
+4a40010e9a22a547a6d5ac7abc6ce9c4b694c4e41a9a5d57e7b379aee3dbef3e
+03e76015acd9c87d2dc56fb5ba02a595b979dc118b34127eb21da6f79e60b343
+b8fe262b07530c094884342019891f48c7754807d7416001eb1aa48be47b1f0c
+89a5c8556e12e52c6e204e2ba2ce6b33d752255ab680276c7c67b514ea0aa239
+617879e57a404eec44fbd35a137d442b1f172d6df97a415f41de86de73cf5d71
+13fd6d529e03b0bebde85256ed045f49eebb0b08845ba91ac5c91b529fcc1f57
+3559947b24475e3f933967e5f26c108640c243e1de7e48ef778cdd7970a9c7c7
+0c19ea49d9d9a103636141d9a23adfdc8e2fa1a8ea343af8b0b9909db5f93e19
+c38d9cf42d9bc7989c91598cb8b80047f9201238fb3803fa9058a5e79ebb7c3f
+f48171fc8901c4ef95a222d4076b0b9e96434d6cc78abd48c0f0b21ee61b4b2b
+2fdf4743eb50981a4270756f8ae877092697282a7cc56b00b5607c8087da8b73
+1ca8b8200b8599b44b9e805eeb06bbddf47ee85263722bb21ebd14b0163648f9
+e535e6ecb0cf9a394d92238c36d2f56cbd5458ab86e74134697bbe77091122db
+2cb3f0ed39ccff1f0584d40a59676ba94625cdf9176e730876ac56a9fcba967d
+fc9fe078b5fb7821eee5178d6e0d97543af2d10d048663ad9369ed71f488ffbf
+279ba62017ec05f59ef4df20f21161708c9f8bcc1cfd080ab47a0a7ad48897af
+abe5bb898bd120a0a1b9
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F5_0 /EVWCWH+CMMI10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/e/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/n/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/y/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font DVDUBF+CMMI7
+%!PS-AdobeFont-1.1: CMMI7 1.100
+%%CreationDate: 1996 Jul 23 07:53:53
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /DVDUBF+CMMI7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 120 /x put
+readonly def
+/FontBBox{0 -250 1171 750}readonly def
+/UniqueID 5087382 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d77639df1232a4d6233a9caf69b151dfd33f
+c0962eac6e3ebfb8ad256a3c654eaaf9a50c51bc6fa90b61b60401c235afab7b
+b078d20b4b8a6d7f0300cf694e6956ff9c29c84fcc5c9e8890aa56b1bc60e868
+da8488ac4435e6b5ce34ea88e904d5c978514d7e476bf8971d419363125d4811
+4d886edddcdda8a6b0fda5cf0603ea9fa5d4393bebb26e1ab11c2d74ffa6fee3
+fafbc6f05b801c1c3276b11080f5023902b56593f3f6b1f37997038f36b9e3ab
+76c2e97e1f492d27a8e99f3e947a47166d0d0d063e4e6a9b535dc9f1bed129c5
+123775d5d68787a58c93009fd5da55b19511b95168c83429bd2d878207c39770
+012318ea7aa39900c97b9d3859e3d0b04750b8390bf1f1bc29dc22bcad50ecc6
+a3c633d0937a59e859e5185af9f56704708d5f1c50f78f43dfac43c4e7dc9413
+44cefe43279afd3c167c942889a352f2ff806c2ff8b3eb4908d50778aa58cffc
+4d1b14597a06a994ed8414bbe8b26e74d49f6cf54176b7297cda112a69518050
+01337cba5478eb984cdd22020daed9ca8311c33fbcc84177f5ce870e709fc608
+d28b3a7208eff72988c136142ce79b4e9c7b3fe588e9824abc6f04d141e589b3
+914a73a42801305439862414f893d5b6c327a7ee2730dede6a1597b09c258f05
+261bc634f64c9f8477cd51634ba648fc70f659c90dc042c0d6b68cd1df36d615
+24f362b85a58d65a8e6dfd583ef9a79a428f2390a0b5398eeb78f4b5a89d9ad2
+a517e0361749554abd6547072398ffdd863e40501c316f28fddf8b550ff8d663
+9843d0bea42289f85bd844891db42ec7c51229d33ee7e83b1290404c799b8e8c
+889787cdc194f782420bb447de705eae7963391b36646a08bacff210b7e5b8b9
+65bcec644cfd47e6e154d0eef75020d610e957e37b643b89696de26056d00f9d
+7287aa5b8ae55de31f6c4794c22c708ac3285293d17c81e1b93a0501b2588d25
+c290af42ade3275e96ea2d942d3b0f3446cbeef2863b65fd1a144b299fe504db
+36a5d94b6d530f7080fa35bbd9af9cf7cf702550e345377c22d52f1d9f5bbcfd
+19e96a3d7721ca7ba01960993d9cc66481321fd87e984250399a0360744d884f
+e7273c519f94b79651cdf152586857ffa455eadffd2ca91171862c862c139a8d
+e07ff3728d2bdfb3e7e54c9d9a90e8df6cd0d9b034ef3b00f39e102fc7a84555
+3f2d553d72c03f19551cb2d39031bf41a75e066e5644adf224552bf2ba8d0648
+ba24d3064512ec83af5bee55cc39761c2adc06891eee1ab4508fbe89ad43de55
+553b31b8d633cd56c81aa37edb51980500da912d06c008c3681022419637872a
+b9439dd9734b8fe064e6dc11c8f97ac2c37fb19d1315f13024e1b7c252c4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /DVDUBF+CMMI7 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font ZBPVOC+csr10
+%!FontType1-1.0: csr10 1.1/12-Nov-94
+% CSfonts -- pfb ver.Apr.1998, generated from BaKoMa fonts. NO WARRANTY.
+% Accents are added using t1accent program, (c) Petr Olsak, 1998
+%%VMusage: 25429 25707
+% T1FMT-V2.0, Copyright (c) 1993,1994, Basil K. Malyshev. All rights reserved.
+12 dict begin
+/FontInfo 13 dict dup begin
+/version (1.1/12-Nov-94) readonly def
+/Notice (Copyright \(C\) 1994, Basil K. Malyshev. All Rights Reserved.\012BaKoMa Fonts Collection, Level-B.) readonly def
+/FullName (csr10) readonly def
+/FamilyName (csr10) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -133 def
+/UnderlineThickness 20 def
+/XHeight 431 def
+/Ascender 694 def
+/Descender -194 def
+/CapHeight 683 def
+end readonly def
+/FontName /ZBPVOC+csr10 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 61 /equal put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [-44 -250 1111 864] readonly def
+/UniqueID 4701481 def
+/StrokeWidth 0 def
+currentdict end
+currentfile eexec
+d9d66f633b846a989b9974b0179fc6cc445bc2c03103c68570a7b354a4a280ae
+6fbf7f98f75adf5180cdd505cdc93f13ee312cb03ac7b00c9c4622c80d74023c
+c1962bd0caf57f3c335ded6a6c36110e591128c8861ca07dca77cf521beab94f
+bb761a39789af6c405eb8b495e41c5915360664d422344de89da844efdd13c45
+cb82b522b9e7256916fd366b61290914fc63045ea3c05bbd24545cc5f4451e74
+edddbe488adb69505c96937b35e2d8e7dd2a21a13acf068469e92bc111e5e809
+0e489e43c83dc29bdb053c4af9440b668638d0eb64d2976e6f7d6472ce149020
+5249a42d7dbca06030f48694f7ca0b38978998765d7e7be1d365613011e79d8e
+deb631764d47d1f9663a46a0702ae1ce700abac55a77dc4472405c469fce7cd9
+ff240937b0c74279abcb8583b4d1cedc2856847f4cc2bb267318451b79c1afe6
+6dbbe53c3cbe648c7e1554964dcf29b12753a8431e0e0793099e24e698395683
+346c2a1535dd6d0263200e9f1b76843f139eddd475bec3eb84be3e1e664ec01b
+63b5ec60e6bc15ec7134e83f445bdf0c06d3afa7ef773b48cd9e51ac628172e6
+d4d4d306767b31219d3e545a0819f4429c34e598f8a758719e02602982d87758
+5fd419d175b959787d3707d1467ab66bf8beaf14ac38e07f6b90baa760bb3807
+f83ba97c7c696849bfbe8ef51dbce39508f288cfcc9a00d3534b62f8ab995ae0
+a2608eecbb5c156f4ded7195dee9f66550737765dbaec14039cda155a14d9591
+b7ac0282147bc3de8ed0ddb1280c7a23a51428c250f859584bf2dfda68e82e09
+3e18b41374f224f3eac407807ce5159ac61dbd6d308ba0faf841aa47d482d8b0
+7b8524840e786c67fa7583e00445ec83ad41c7b1e472a1d50b243b4ce011c530
+3906853e6c1be90d5ea39263010537e6c648eba7a245a5fd1ebb10f9e96f383a
+ca8ed355023e1b36011ada2df440e0ca9ca60c8db22d8613219ad2b2b97bab80
+1f930f0a5e8a386ba4ad11c0174cdd10c30eb44ceda8f3d8c73f02c787d6f7d9
+d46100833edde8447ad731198dace0a16c2f24890db7077d8e08da38cbb13654
+8c4ebd337bc8c44e652068fd1db883201544dc7a3dbc1471dd48d47fbdf082c0
+a5482facfd91d0db60e3291357f258dff2eba9d5ec4969a9ef331979f018724a
+d71e28c60a1822f3f2f1becfdc5392e3a60319c249fadffb69f21bf963a15b1c
+03f2c41148ba85bd9c0c83871195b28cc54780909432f4f4d198655ea208f98b
+35789bffdb8444b21b1fe9dda188c9fae3391095781822f76ce501618e14c200
+7a3338e05edf1bd77131eed784af7749dae44465a9b0489e4cdd308957928f3a
+ff39b376e2c90159b7479a6ac7d0abd270dc59b56c91d62bcf2f6b72caca420b
+792235c67cb5569c36764f699afee318719e83a6a025ad6f2c0bbb409dfe46c3
+d59fa185fcc49a2996e463abfabba6e43c221be667a7a1e4581e7e17ebb1a8cb
+79145f70dcc8a33721f57f23c8ad2d5f692bd34ba01d0a72a0019e88bb95f196
+7cea454fc8b8f16e3b9e4939b07cbed0a0f9b8e1bd55d845abb90169f9fbc685
+92d4836edf01ecd47b97206c1d8499d0adc23b1fd7795da0a9bdc5061569064f
+a442539b16d4751d086815dcfa9d80b7c74ba43ffc0fd8b6709adf54ffa397ad
+e4cec37f9da4c76695043d7830453dd46bd2ab1443db554f5af3a1c627f76de6
+0bf8f71a308549245c5c5043e8dd2ec58b757d258dc364e91f5807539807643f
+c83c1a50e6baa78b62ec0163224ee8ee934ebe6023852533ded82c1f84699870
+e67dba1f5f7a9aee542ab55f840a15ab6f0cbf2d0b9c1704869e6fef54d7974d
+afafa428bf8afba4e7bb8acaab3cec1e32b5811c9a3b287b3ff402c46c96e98b
+5ddab9452d137b0ed39c6832cc56443af8d2eb5144e2bb756423223400ca5e22
+5d23cee93ce3c2074611005a26658fc90f420fd9ddffd2e6a0b41f2a1bb84373
+14fe903aea3fd8e562436dd4efbf6ed09a3ebb7d58cf0af0780a8e0882ae7564
+79d211581dcc30e0b69eaf8c14669ccc3b85a225aaaef8a48b88befd8386293d
+5c045cf24cc0968f86de15481a6850111fe6c4209e3dec9dff4001a54a0719a9
+112b286ee68fe3f17829ac3de6ca8c1298e7de5a125d8b0e9cd47f619c3fbc06
+36d48744fbcc0a0c23f18df113556d9248d9be6078b5ffc301678dc641fdc7de
+5139a062b40d5f1c32008de02db7722e6ab4eae46a1df9961ff09a06cf69e598
+cb487b4469f9558c02519a38b15cd2b9101b4eaed70d5aa6a040771ca7f43dec
+e1bcd1933fe05571d32ac7b1d482c16c167fd38de4f0c379679d5129250e461e
+577e2e25ce5f992f9d8cb19722694765ee6265a54c76d7e1d157c381d119fd23
+b70c6b59c5af958130be05f8d0ef84a399d134c51bd43697fc100abd764b45b1
+215586dd5d696b77b7484d72e99af0a1c4678161d36c99abed90665d4ea4d2a2
+e30d6abaaf656d68059aef24ecaecdc876a8050bc6d7455d6d2f9667cc5e778d
+a49a07c789268576c25a12ec7534bc03d8568d4aec5aeb709b512729c7d788f0
+3fe61886d204941d5056612d5db6031b4dacc4d304b55d3b0623cfacb7d450d3
+3e80362554761d99504a5bb67c0c2d65094cc8130f8c2badb39ed97afacfa955
+1cfe10198cdfaf32c490c6b3152d6035a745e7b47130666121eeb63ca24caa40
+3d8a2310928f60b8e9dcdd931b0c4ecff540084789940bcd0023e260947aad8e
+539f547c8cfe35ddb4615053bb4116cf6ee2b69bc3f9f6bfb78bc663df0485f7
+b0651b46ffedd31dc4384cfa0e17e3e10c4f94bb8eecf8cde1819268f8ee61c2
+ec361cd127b3185d71f2e1e39579f8d8e93073d041368722c8bc4f4288ad4f82
+4a3c7cc119ce0af9131a1ec5756932f92b601eadc9ea2fcfded3e8e291a974bd
+97b92b75a3e9d74e9da382289c2e7fac4d7ac352ad3054f20eff60f455f5e6c6
+3692b85f5bc7a6a87535e9a0e24aa921de060ecb38ffb8ff7e5f00437628b073
+ccc5fb242b93f622b02f2c0aaefec0d2fe8c7c04f492014ba2bbb2eb21df93b1
+32ba4aa1a0ecc63eacff3dffd759a8458bc37f8f6175726af79157fc4c190e9e
+efd0d041acd89cd35ee4fd654748b88f7b944eb4b7f3c03c04b68953da697399
+f05ac3f2ce0cba163c1b50d2a644b285ddebf1855c08d1d6faf6fb97d6a437bb
+72ba9d3e5e3abcedf0d934dbb8de2969e7c0475e188b2bb508ce0cfa3e84916b
+b1cc2f4c4c413753126d92bb0fc07809d98560c2d999a0afb25858ab6416b097
+f9f654ccddd298480b55c3f7d5d9b7a9bc378c168d80df3c2e4e5a469bd22525
+d33fe99cd61280ada2409b0ee04dab5b72b819d7869e6c6128a233e22d45a1d6
+ae2cbe5626a2c253e9c53a9494729613789864485f2c1106e4f31671219b255b
+4592c7c64aad62d532591d85595bffe4955e4b833e931c0536fa118483fe699d
+ab570673f0baafa9c5b4ad63a35f
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F15_0 /ZBPVOC+csr10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/one/two/three/four/five/six/seven
+ /eight/.notdef/.notdef/.notdef/.notdef/equal/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+q
+[1 0 0 1 5.039 162] cm
+q
+[1 0 0 1 74 9] cm
+[1 0 0 1 0 -162] cm
+1.13383 w
+[] 0 d
+1 J
+1 j
+10 M
+-70.8661 0 m
+70.8661 0 l
+S
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+f
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+S
+1.13383 w
+0 0 m
+0 141.732 l
+S
+1.13383 w
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+f
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+S
+1.13383 w
+-35.4331 -1.41733 m
+-35.4331 1.41733 l
+S
+35.4331 -1.41733 m
+35.4331 1.41733 l
+S
+1.13383 w
+-1.41733 19.1815 m
+1.41733 19.1815 l
+S
+-1.41733 38.3629 m
+1.41733 38.3629 l
+S
+-1.41733 57.5444 m
+1.41733 57.5444 l
+S
+-1.41733 76.7258 m
+1.41733 76.7258 l
+S
+-1.41733 95.9073 m
+1.41733 95.9073 l
+S
+-1.41733 115.089 m
+1.41733 115.089 l
+S
+/DeviceRGB {} cs
+[1 0 0] sc
+/DeviceRGB {} CS
+[1 0 0] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01584 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87282 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05568 -46.6517 5.14058 -46.0615 5.22766 c
+-45.4706 5.31483 -44.8799 5.40417 -44.2897 5.49576 c
+-43.6988 5.58745 -43.1082 5.68138 -42.5179 5.77762 c
+-41.927 5.874 -41.3364 5.97267 -40.7462 6.07382 c
+-40.1552 6.17511 -39.5646 6.27887 -38.9744 6.38524 c
+-38.3834 6.49178 -37.7928 6.60094 -37.2027 6.71275 c
+-36.6115 6.82477 -36.021 6.93945 -35.4309 7.05695 c
+-34.8397 7.17465 -34.2491 7.29517 -33.6591 7.4187 c
+-33.0679 7.5425 -32.4773 7.66933 -31.8874 7.7992 c
+-31.2961 7.92935 -30.7055 8.06255 -30.1156 8.199 c
+-29.5243 8.3358 -28.9336 8.47586 -28.3439 8.61931 c
+-27.7524 8.76317 -27.1618 8.91043 -26.5721 9.06126 c
+-25.9806 9.21257 -25.39 9.36748 -24.8003 9.52605 c
+-24.2087 9.68515 -23.6181 9.84795 -23.0286 10.0145 c
+-22.4369 10.1818 -21.8462 10.3528 -21.2568 10.5279 c
+-20.665 10.7037 -20.0744 10.8836 -19.485 11.0676 c
+-18.8931 11.2525 -18.3025 11.4417 -17.7133 11.6351 c
+-17.1212 11.8295 -16.5306 12.0283 -15.9415 12.2316 c
+-15.3493 12.436 -14.7587 12.6451 -14.1698 12.8589 c
+-13.5774 13.0739 -12.9868 13.2937 -12.398 13.5183 c
+-11.8055 13.7443 -11.2148 13.9753 -10.6262 14.2114 c
+-10.0335 14.4491 -9.4429 14.692 -8.85448 14.9401 c
+-8.26161 15.1901 -7.67096 15.4454 -7.08272 15.7061 c
+-6.48962 15.9689 -5.89899 16.2373 -5.31096 16.5113 c
+-4.71764 16.7878 -4.12701 17.07 -3.5392 17.358 c
+-2.94568 17.6488 -2.35503 17.9455 -1.76744 18.2481 c
+-1.17365 18.5539 -0.58301 18.8657 0.00432 19.1838 c
+0.59836 19.5055 1.18896 19.8334 1.7761 20.1675 c
+2.37039 20.5057 2.96107 20.8502 3.54785 21.2013 c
+4.1425 21.5571 4.73306 21.9196 5.31961 22.2886 c
+5.91447 22.6628 6.50514 23.0437 7.09137 23.4313 c
+7.68661 23.8248 8.27724 24.2254 8.86313 24.6327 c
+9.45866 25.0468 10.0493 25.468 10.6349 25.896 c
+11.2307 26.3314 11.8214 26.774 12.4067 27.2236 c
+13.0029 27.6816 13.5935 28.147 14.1784 28.6194 c
+14.775 29.1013 15.3656 29.5905 15.9502 30.0869 c
+16.5471 30.5938 17.1377 31.1082 17.7219 31.6297 c
+18.3192 32.1629 18.9098 32.7036 19.4937 33.2514 c
+20.0914 33.8123 20.682 34.3807 21.2655 34.9563 c
+21.8635 35.5464 22.4541 36.144 23.0372 36.7488 c
+23.6357 37.3694 24.2262 37.9977 24.809 38.6331 c
+25.4078 39.286 25.9983 39.9464 26.5807 40.614 c
+27.1799 41.3008 27.7704 41.9951 28.3525 42.6964 c
+28.952 43.4188 29.5426 44.1486 30.1243 44.8854 c
+30.7242 45.6454 31.3147 46.4128 31.896 47.1871 c
+32.4963 47.9865 33.0868 48.7931 33.6678 49.6065 c
+34.2684 50.4472 34.8588 51.2952 35.4395 52.1499 c
+36.0405 53.0343 36.6309 53.9258 37.2113 54.8239 c
+37.8126 55.7542 38.4029 56.6915 38.9831 57.6351 c
+39.5846 58.6135 40.175 59.5987 40.7548 60.5901 c
+41.3567 61.6192 41.9471 62.655 42.5266 63.6969 c
+43.1287 64.7793 43.7191 65.8682 44.2984 66.963 c
+44.9007 68.1014 45.4911 69.2461 46.0701 70.3965 c
+46.6727 71.5937 47.2631 72.797 47.8419 74.0059 c
+48.4447 75.265 49.035 76.5301 49.6136 77.8006 c
+50.2167 79.1247 50.807 80.4545 51.3854 81.7896 c
+51.9887 83.1822 52.579 84.5803 53.1572 85.9835 c
+53.7606 87.4479 54.3509 88.9176 54.9289 90.3922 c
+55.5326 91.9321 56.1228 93.4772 56.7007 95.0269 c
+57.3045 96.6462 57.8947 98.2705 58.4724 99.8992 c
+59.0764 101.602 59.6666 103.31 60.2442 105.022 c
+60.8483 106.812 61.4385 108.607 62.016 110.407 c
+62.6202 112.289 63.2104 114.176 63.7877 116.067 c
+64.3921 118.047 64.9823 120.031 65.5595 122.019 c
+66.1639 124.1 66.754 126.186 67.3313 128.275 c
+67.936 130.464 68.5266 132.656 69.103 134.852 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 72.966 -6.389] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(x) 5.69884 Tj
+[1 0 0 1 -72.966 6.389] cm
+[1 0 0 1 -7.342 145.769] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 7.342 -145.769] cm
+[1 0 0 1 55.013 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 -55.013 -139.79] cm
+[1 0 0 1 63.023 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 -63.023 -139.79] cm
+[1 0 0 1 73.539 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(e) 4.64276 Tj
+[1 0 0 1 -73.539 -139.79] cm
+[1 0 0 1 78.177 143.405] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F10_0 6.974 Tf
+(x) 4.51915 Tj
+[1 0 0 1 -78.177 -143.405] cm
+/DeviceGray {} cs
+[1] sc
+/DeviceGray {} CS
+[1] SC
+-73.433 -8.3895 158.626 160.448 re
+S
+[1 0 0 1 0 162] cm
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font EVWCWH+CMMI10
+%%+ font DVDUBF+CMMI7
+%%+ font ZBPVOC+csr10
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0002.eps b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0002.eps
new file mode 100644
index 00000000000..0ad209d20be
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0002.eps
@@ -0,0 +1,1133 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: xpdf/pdftops 3.00
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 171 171
+%%HiResBoundingBox: 0 0 170.079 170.079
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ 3 1 roll 2 array astore
+ /setpagedevice where {
+ pop 3 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ /Policies 1 dict dup begin /PageSize 3 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/cshow where {
+ pop
+ /cshow2 {
+ dup {
+ pop pop
+ 1 string dup 0 3 index put 3 index exec
+ } exch cshow
+ pop pop
+ } def
+}{
+ /cshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 2 index length 1 sub {
+ 2 copy get exch 1 add 2 index exch get
+ 2 copy exch 256 mul add
+ 2 string dup 0 6 5 roll put dup 1 5 4 roll put
+ 3 index exec
+ } for
+ } {
+ dup {
+ 1 string dup 0 3 index put 3 index exec
+ } forall
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/awcp {
+ exch {
+ false charpath
+ 5 index 5 index rmoveto
+ 6 index eq { 7 index 7 index rmoveto } if
+ } exch cshow2
+ 6 {pop} repeat
+} def
+/Tj {
+ fCol
+ 1 index stringwidth pdfTextMat idtransform pop
+ sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16 {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform pop
+ sub exch div
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16V {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform exch pop
+ sub exch div
+ 0 pdfWordSpacing pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing add 0 exch
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj1 {
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 8 2 roll
+ pdfTextRender 1 and 0 eq {
+ 6 copy awidthshow
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 7 index 7 index moveto
+ 6 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ false awcp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 8 6 roll moveto
+ false awcp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ 8 {pop} repeat
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { pdfFontSize 0.001 mul mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+% Level 2 image operators
+/pdfImBuf 100 string def
+/pdfIm {
+ image
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImM {
+ fCol imagemask
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h f*
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%BeginResource: font EVWCWH+CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /EVWCWH+CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 101 /e put
+dup 110 /n put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+/UniqueID 5087385 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d5993dfc0930297866e1cd0a319b6b1fd958
+9e394a533a081c36d456a09920001a3d2199583eb9b84b4dee08e3d12939e321
+990cd249827d9648574955f61baaa11263a91b6c3d47a5190165b0c25abf6d3e
+6ec187e4b05182126bb0d0323d943170b795255260f9fd25f2248d04f45dfbfb
+def7ff8b19bfef637b210018ae02572b389b3f76282beb29cc301905d388c721
+59616893e774413f48de0b408bc66dce3fe17cb9f84d205839d58014d6a88823
+d9320ae93af96d97a02c4d5a2bb2b8c7925c4578003959c46e3ce1a2f0eac4bf
+8b9b325e46435bde60bc54d72bc8acb5c0a34413ac87045dc7b84646a324b808
+6fd8e34217213e131c3b1510415ce45420688ed9c1d27890ec68bd7c1235faf9
+1dab3a369dd2fc3be5cf9655c7b7eda7361d7e05e5831b6b8e2eec542a7b38ee
+03be4bac6079d038acb3c7c916279764547c2d51976baba94ba9866d79f13909
+95aa39b0f03103a07cbdf441b8c5669f729020af284b7ff52a29c6255fcaacf1
+74109050fba2602e72593fbcbfc26e726ee4aef97b7632bc4f5f353b5c67fed2
+3ea752a4a57b8f7feff1d7341d895f0a3a0be1d8e3391970457a967eff84f6d8
+47750b1145b8cc5bd96ee7aa99ddc9e06939e383bda41175233d58ad263ebf19
+afc0e2f840512d321166547b306c592b8a01e1fa2564b9a26dac14256414e4c8
+42616728d918c74d13c349f4186ec7b9708b86467425a6fdb3a396562f7ee4d8
+40b43621744cf8a23a6e532649b66c2a0002dd04f8f39618e4f572819dd34837
+b5a08e643fdca1505af6a1fa3ddfd1fa758013caed8acddbbb334d664dff5b53
+9560176671a33fc55340cd04c2de46fd812fc2711a85f3cc57f2cf1bedefc217
+217f1a6065fa29758498c2762dd1340c6168171c629556ea6de5612884db94e0
+a2b6d5cb8ba850e74ec72fc08d89de6a8d37fde1e9547201c0445a2e2930725c
+942be1459d3eb19c6ab0936ac31cad484f45cda0ee0272b808250d1db005e3c8
+71bef687075a0b4467ef0e30bd8af2a290b296b3b288db71759cdb9cbac6fdb9
+a1899e1631d580dfe13ad39bc16ad360e7b3ce181350737b797f512a4c556e03
+106a7dbbebf3b31e8973c89815fa4a1e84544134e658ed16345b3ccf902743b1
+5c6e33257388a92db44b099e470aa47859b5e6b0cf7896eb59b6c9b59da91987
+a8fbc2afe7866c25e9998786f1443fe59759235b8042e5d2815a47acf24235cd
+58518f444cf3a347fd0e816da87fe2c348bb865a34d9a84a9159d5b495bbd5be
+5a07b1f3a4330e898cd1c08cce6eda8a01f368c1ca305856590900d7957036c8
+e8953886de14f3519794828ba56c29e9a6794bab32cfcd5503ccc3c68c00c352
+4fdea3905a6cba387ed1245ed0c4b44a0a6d5db5d25f11f996ff43dda22ee685
+adbf4fb2fa538f1a2542d6b8d7304a666ac60f033fff5d5667fe9dab4ba9ad33
+ffb004acd99c2d09297fd5a79cad212f40d0f7bae5463fb3fd0f48e19b6e8b35
+4a40010e9a22a547a6d5ac7abc6ce9c4b694c4e41a9a5d57e7b379aee3dbef3e
+03e76015acd9c87d2dc56fb5ba02a595b979dc118b34127eb21da6f79e60b343
+b8fe262b07530c094884342019891f48c7754807d7416001eb1aa48be47b1f0c
+89a5c8556e12e52c6e204e2ba2ce6b33d752255ab680276c7c67b514ea0aa239
+617879e57a404eec44fbd35a137d442b1f172d6df97a415f41de86de73cf5d71
+13fd6d529e03b0bebde85256ed045f49eebb0b08845ba91ac5c91b529fcc1f57
+3559947b24475e3f933967e5f26c108640c243e1de7e48ef778cdd7970a9c7c7
+0c19ea49d9d9a103636141d9a23adfdc8e2fa1a8ea343af8b0b9909db5f93e19
+c38d9cf42d9bc7989c91598cb8b80047f9201238fb3803fa9058a5e79ebb7c3f
+f48171fc8901c4ef95a222d4076b0b9e96434d6cc78abd48c0f0b21ee61b4b2b
+2fdf4743eb50981a4270756f8ae877092697282a7cc56b00b5607c8087da8b73
+1ca8b8200b8599b44b9e805eeb06bbddf47ee85263722bb21ebd14b0163648f9
+e535e6ecb0cf9a394d92238c36d2f56cbd5458ab86e74134697bbe77091122db
+2cb3f0ed39ccff1f0584d40a59676ba94625cdf9176e730876ac56a9fcba967d
+fc9fe078b5fb7821eee5178d6e0d97543af2d10d048663ad9369ed71f488ffbf
+279ba62017ec05f59ef4df20f21161708c9f8bcc1cfd080ab47a0a7ad48897af
+abe5bb898bd120a0a1b9
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F5_0 /EVWCWH+CMMI10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/e/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/n/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/y/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font DVDUBF+CMMI7
+%!PS-AdobeFont-1.1: CMMI7 1.100
+%%CreationDate: 1996 Jul 23 07:53:53
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /DVDUBF+CMMI7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 120 /x put
+readonly def
+/FontBBox{0 -250 1171 750}readonly def
+/UniqueID 5087382 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d77639df1232a4d6233a9caf69b151dfd33f
+c0962eac6e3ebfb8ad256a3c654eaaf9a50c51bc6fa90b61b60401c235afab7b
+b078d20b4b8a6d7f0300cf694e6956ff9c29c84fcc5c9e8890aa56b1bc60e868
+da8488ac4435e6b5ce34ea88e904d5c978514d7e476bf8971d419363125d4811
+4d886edddcdda8a6b0fda5cf0603ea9fa5d4393bebb26e1ab11c2d74ffa6fee3
+fafbc6f05b801c1c3276b11080f5023902b56593f3f6b1f37997038f36b9e3ab
+76c2e97e1f492d27a8e99f3e947a47166d0d0d063e4e6a9b535dc9f1bed129c5
+123775d5d68787a58c93009fd5da55b19511b95168c83429bd2d878207c39770
+012318ea7aa39900c97b9d3859e3d0b04750b8390bf1f1bc29dc22bcad50ecc6
+a3c633d0937a59e859e5185af9f56704708d5f1c50f78f43dfac43c4e7dc9413
+44cefe43279afd3c167c942889a352f2ff806c2ff8b3eb4908d50778aa58cffc
+4d1b14597a06a994ed8414bbe8b26e74d49f6cf54176b7297cda112a69518050
+01337cba5478eb984cdd22020daed9ca8311c33fbcc84177f5ce870e709fc608
+d28b3a7208eff72988c136142ce79b4e9c7b3fe588e9824abc6f04d141e589b3
+914a73a42801305439862414f893d5b6c327a7ee2730dede6a1597b09c258f05
+261bc634f64c9f8477cd51634ba648fc70f659c90dc042c0d6b68cd1df36d615
+24f362b85a58d65a8e6dfd583ef9a79a428f2390a0b5398eeb78f4b5a89d9ad2
+a517e0361749554abd6547072398ffdd863e40501c316f28fddf8b550ff8d663
+9843d0bea42289f85bd844891db42ec7c51229d33ee7e83b1290404c799b8e8c
+889787cdc194f782420bb447de705eae7963391b36646a08bacff210b7e5b8b9
+65bcec644cfd47e6e154d0eef75020d610e957e37b643b89696de26056d00f9d
+7287aa5b8ae55de31f6c4794c22c708ac3285293d17c81e1b93a0501b2588d25
+c290af42ade3275e96ea2d942d3b0f3446cbeef2863b65fd1a144b299fe504db
+36a5d94b6d530f7080fa35bbd9af9cf7cf702550e345377c22d52f1d9f5bbcfd
+19e96a3d7721ca7ba01960993d9cc66481321fd87e984250399a0360744d884f
+e7273c519f94b79651cdf152586857ffa455eadffd2ca91171862c862c139a8d
+e07ff3728d2bdfb3e7e54c9d9a90e8df6cd0d9b034ef3b00f39e102fc7a84555
+3f2d553d72c03f19551cb2d39031bf41a75e066e5644adf224552bf2ba8d0648
+ba24d3064512ec83af5bee55cc39761c2adc06891eee1ab4508fbe89ad43de55
+553b31b8d633cd56c81aa37edb51980500da912d06c008c3681022419637872a
+b9439dd9734b8fe064e6dc11c8f97ac2c37fb19d1315f13024e1b7c252c4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /DVDUBF+CMMI7 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font ZBPVOC+csr10
+%!FontType1-1.0: csr10 1.1/12-Nov-94
+% CSfonts -- pfb ver.Apr.1998, generated from BaKoMa fonts. NO WARRANTY.
+% Accents are added using t1accent program, (c) Petr Olsak, 1998
+%%VMusage: 25429 25707
+% T1FMT-V2.0, Copyright (c) 1993,1994, Basil K. Malyshev. All rights reserved.
+12 dict begin
+/FontInfo 13 dict dup begin
+/version (1.1/12-Nov-94) readonly def
+/Notice (Copyright \(C\) 1994, Basil K. Malyshev. All Rights Reserved.\012BaKoMa Fonts Collection, Level-B.) readonly def
+/FullName (csr10) readonly def
+/FamilyName (csr10) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -133 def
+/UnderlineThickness 20 def
+/XHeight 431 def
+/Ascender 694 def
+/Descender -194 def
+/CapHeight 683 def
+end readonly def
+/FontName /ZBPVOC+csr10 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 61 /equal put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [-44 -250 1111 864] readonly def
+/UniqueID 4701481 def
+/StrokeWidth 0 def
+currentdict end
+currentfile eexec
+d9d66f633b846a989b9974b0179fc6cc445bc2c03103c68570a7b354a4a280ae
+6fbf7f98f75adf5180cdd505cdc93f13ee312cb03ac7b00c9c4622c80d74023c
+c1962bd0caf57f3c335ded6a6c36110e591128c8861ca07dca77cf521beab94f
+bb761a39789af6c405eb8b495e41c5915360664d422344de89da844efdd13c45
+cb82b522b9e7256916fd366b61290914fc63045ea3c05bbd24545cc5f4451e74
+edddbe488adb69505c96937b35e2d8e7dd2a21a13acf068469e92bc111e5e809
+0e489e43c83dc29bdb053c4af9440b668638d0eb64d2976e6f7d6472ce149020
+5249a42d7dbca06030f48694f7ca0b38978998765d7e7be1d365613011e79d8e
+deb631764d47d1f9663a46a0702ae1ce700abac55a77dc4472405c469fce7cd9
+ff240937b0c74279abcb8583b4d1cedc2856847f4cc2bb267318451b79c1afe6
+6dbbe53c3cbe648c7e1554964dcf29b12753a8431e0e0793099e24e698395683
+346c2a1535dd6d0263200e9f1b76843f139eddd475bec3eb84be3e1e664ec01b
+63b5ec60e6bc15ec7134e83f445bdf0c06d3afa7ef773b48cd9e51ac628172e6
+d4d4d306767b31219d3e545a0819f4429c34e598f8a758719e02602982d87758
+5fd419d175b959787d3707d1467ab66bf8beaf14ac38e07f6b90baa760bb3807
+f83ba97c7c696849bfbe8ef51dbce39508f288cfcc9a00d3534b62f8ab995ae0
+a2608eecbb5c156f4ded7195dee9f66550737765dbaec14039cda155a14d9591
+b7ac0282147bc3de8ed0ddb1280c7a23a51428c250f859584bf2dfda68e82e09
+3e18b41374f224f3eac407807ce5159ac61dbd6d308ba0faf841aa47d482d8b0
+7b8524840e786c67fa7583e00445ec83ad41c7b1e472a1d50b243b4ce011c530
+3906853e6c1be90d5ea39263010537e6c648eba7a245a5fd1ebb10f9e96f383a
+ca8ed355023e1b36011ada2df440e0ca9ca60c8db22d8613219ad2b2b97bab80
+1f930f0a5e8a386ba4ad11c0174cdd10c30eb44ceda8f3d8c73f02c787d6f7d9
+d46100833edde8447ad731198dace0a16c2f24890db7077d8e08da38cbb13654
+8c4ebd337bc8c44e652068fd1db883201544dc7a3dbc1471dd48d47fbdf082c0
+a5482facfd91d0db60e3291357f258dff2eba9d5ec4969a9ef331979f018724a
+d71e28c60a1822f3f2f1becfdc5392e3a60319c249fadffb69f21bf963a15b1c
+03f2c41148ba85bd9c0c83871195b28cc54780909432f4f4d198655ea208f98b
+35789bffdb8444b21b1fe9dda188c9fae3391095781822f76ce501618e14c200
+7a3338e05edf1bd77131eed784af7749dae44465a9b0489e4cdd308957928f3a
+ff39b376e2c90159b7479a6ac7d0abd270dc59b56c91d62bcf2f6b72caca420b
+792235c67cb5569c36764f699afee318719e83a6a025ad6f2c0bbb409dfe46c3
+d59fa185fcc49a2996e463abfabba6e43c221be667a7a1e4581e7e17ebb1a8cb
+79145f70dcc8a33721f57f23c8ad2d5f692bd34ba01d0a72a0019e88bb95f196
+7cea454fc8b8f16e3b9e4939b07cbed0a0f9b8e1bd55d845abb90169f9fbc685
+92d4836edf01ecd47b97206c1d8499d0adc23b1fd7795da0a9bdc5061569064f
+a442539b16d4751d086815dcfa9d80b7c74ba43ffc0fd8b6709adf54ffa397ad
+e4cec37f9da4c76695043d7830453dd46bd2ab1443db554f5af3a1c627f76de6
+0bf8f71a308549245c5c5043e8dd2ec58b757d258dc364e91f5807539807643f
+c83c1a50e6baa78b62ec0163224ee8ee934ebe6023852533ded82c1f84699870
+e67dba1f5f7a9aee542ab55f840a15ab6f0cbf2d0b9c1704869e6fef54d7974d
+afafa428bf8afba4e7bb8acaab3cec1e32b5811c9a3b287b3ff402c46c96e98b
+5ddab9452d137b0ed39c6832cc56443af8d2eb5144e2bb756423223400ca5e22
+5d23cee93ce3c2074611005a26658fc90f420fd9ddffd2e6a0b41f2a1bb84373
+14fe903aea3fd8e562436dd4efbf6ed09a3ebb7d58cf0af0780a8e0882ae7564
+79d211581dcc30e0b69eaf8c14669ccc3b85a225aaaef8a48b88befd8386293d
+5c045cf24cc0968f86de15481a6850111fe6c4209e3dec9dff4001a54a0719a9
+112b286ee68fe3f17829ac3de6ca8c1298e7de5a125d8b0e9cd47f619c3fbc06
+36d48744fbcc0a0c23f18df113556d9248d9be6078b5ffc301678dc641fdc7de
+5139a062b40d5f1c32008de02db7722e6ab4eae46a1df9961ff09a06cf69e598
+cb487b4469f9558c02519a38b15cd2b9101b4eaed70d5aa6a040771ca7f43dec
+e1bcd1933fe05571d32ac7b1d482c16c167fd38de4f0c379679d5129250e461e
+577e2e25ce5f992f9d8cb19722694765ee6265a54c76d7e1d157c381d119fd23
+b70c6b59c5af958130be05f8d0ef84a399d134c51bd43697fc100abd764b45b1
+215586dd5d696b77b7484d72e99af0a1c4678161d36c99abed90665d4ea4d2a2
+e30d6abaaf656d68059aef24ecaecdc876a8050bc6d7455d6d2f9667cc5e778d
+a49a07c789268576c25a12ec7534bc03d8568d4aec5aeb709b512729c7d788f0
+3fe61886d204941d5056612d5db6031b4dacc4d304b55d3b0623cfacb7d450d3
+3e80362554761d99504a5bb67c0c2d65094cc8130f8c2badb39ed97afacfa955
+1cfe10198cdfaf32c490c6b3152d6035a745e7b47130666121eeb63ca24caa40
+3d8a2310928f60b8e9dcdd931b0c4ecff540084789940bcd0023e260947aad8e
+539f547c8cfe35ddb4615053bb4116cf6ee2b69bc3f9f6bfb78bc663df0485f7
+b0651b46ffedd31dc4384cfa0e17e3e10c4f94bb8eecf8cde1819268f8ee61c2
+ec361cd127b3185d71f2e1e39579f8d8e93073d041368722c8bc4f4288ad4f82
+4a3c7cc119ce0af9131a1ec5756932f92b601eadc9ea2fcfded3e8e291a974bd
+97b92b75a3e9d74e9da382289c2e7fac4d7ac352ad3054f20eff60f455f5e6c6
+3692b85f5bc7a6a87535e9a0e24aa921de060ecb38ffb8ff7e5f00437628b073
+ccc5fb242b93f622b02f2c0aaefec0d2fe8c7c04f492014ba2bbb2eb21df93b1
+32ba4aa1a0ecc63eacff3dffd759a8458bc37f8f6175726af79157fc4c190e9e
+efd0d041acd89cd35ee4fd654748b88f7b944eb4b7f3c03c04b68953da697399
+f05ac3f2ce0cba163c1b50d2a644b285ddebf1855c08d1d6faf6fb97d6a437bb
+72ba9d3e5e3abcedf0d934dbb8de2969e7c0475e188b2bb508ce0cfa3e84916b
+b1cc2f4c4c413753126d92bb0fc07809d98560c2d999a0afb25858ab6416b097
+f9f654ccddd298480b55c3f7d5d9b7a9bc378c168d80df3c2e4e5a469bd22525
+d33fe99cd61280ada2409b0ee04dab5b72b819d7869e6c6128a233e22d45a1d6
+ae2cbe5626a2c253e9c53a9494729613789864485f2c1106e4f31671219b255b
+4592c7c64aad62d532591d85595bffe4955e4b833e931c0536fa118483fe699d
+ab570673f0baafa9c5b4ad63a35f
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F15_0 /ZBPVOC+csr10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/one/two/three/four/five/six/seven
+ /eight/.notdef/.notdef/.notdef/.notdef/equal/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+q
+[1 0 0 1 5.039 162] cm
+q
+[1 0 0 1 74 9] cm
+[1 0 0 1 0 -162] cm
+1.13383 w
+[] 0 d
+1 J
+1 j
+10 M
+-70.8661 0 m
+70.8661 0 l
+S
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+f
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+S
+1.13383 w
+0 0 m
+0 141.732 l
+S
+1.13383 w
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+f
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+S
+1.13383 w
+-35.4331 -1.41733 m
+-35.4331 1.41733 l
+S
+35.4331 -1.41733 m
+35.4331 1.41733 l
+S
+1.13383 w
+-1.41733 19.1815 m
+1.41733 19.1815 l
+S
+-1.41733 38.3629 m
+1.41733 38.3629 l
+S
+-1.41733 57.5444 m
+1.41733 57.5444 l
+S
+-1.41733 76.7258 m
+1.41733 76.7258 l
+S
+-1.41733 95.9073 m
+1.41733 95.9073 l
+S
+-1.41733 115.089 m
+1.41733 115.089 l
+S
+/DeviceRGB {} cs
+[1 0 0] sc
+/DeviceRGB {} CS
+[1 0 0] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01584 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87282 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05568 -46.6517 5.14058 -46.0615 5.22766 c
+-45.4706 5.31483 -44.8799 5.40417 -44.2897 5.49576 c
+-43.6988 5.58745 -43.1082 5.68138 -42.5179 5.77762 c
+-41.927 5.874 -41.3364 5.97267 -40.7462 6.07382 c
+-40.1552 6.17511 -39.5646 6.27887 -38.9744 6.38524 c
+-38.3834 6.49178 -37.7928 6.60094 -37.2027 6.71275 c
+-36.6115 6.82477 -36.021 6.93945 -35.4309 7.05695 c
+-34.8397 7.17465 -34.2491 7.29517 -33.6591 7.4187 c
+-33.0679 7.5425 -32.4773 7.66933 -31.8874 7.7992 c
+-31.2961 7.92935 -30.7055 8.06255 -30.1156 8.199 c
+-29.5243 8.3358 -28.9336 8.47586 -28.3439 8.61931 c
+-27.7524 8.76317 -27.1618 8.91043 -26.5721 9.06126 c
+-25.9806 9.21257 -25.39 9.36748 -24.8003 9.52605 c
+-24.2087 9.68515 -23.6181 9.84795 -23.0286 10.0145 c
+-22.4369 10.1818 -21.8462 10.3528 -21.2568 10.5279 c
+-20.665 10.7037 -20.0744 10.8836 -19.485 11.0676 c
+-18.8931 11.2525 -18.3025 11.4417 -17.7133 11.6351 c
+-17.1212 11.8295 -16.5306 12.0283 -15.9415 12.2316 c
+-15.3493 12.436 -14.7587 12.6451 -14.1698 12.8589 c
+-13.5774 13.0739 -12.9868 13.2937 -12.398 13.5183 c
+-11.8055 13.7443 -11.2148 13.9753 -10.6262 14.2114 c
+-10.0335 14.4491 -9.4429 14.692 -8.85448 14.9401 c
+-8.26161 15.1901 -7.67096 15.4454 -7.08272 15.7061 c
+-6.48962 15.9689 -5.89899 16.2373 -5.31096 16.5113 c
+-4.71764 16.7878 -4.12701 17.07 -3.5392 17.358 c
+-2.94568 17.6488 -2.35503 17.9455 -1.76744 18.2481 c
+-1.17365 18.5539 -0.58301 18.8657 0.00432 19.1838 c
+0.59836 19.5055 1.18896 19.8334 1.7761 20.1675 c
+2.37039 20.5057 2.96107 20.8502 3.54785 21.2013 c
+4.1425 21.5571 4.73306 21.9196 5.31961 22.2886 c
+5.91447 22.6628 6.50514 23.0437 7.09137 23.4313 c
+7.68661 23.8248 8.27724 24.2254 8.86313 24.6327 c
+9.45866 25.0468 10.0493 25.468 10.6349 25.896 c
+11.2307 26.3314 11.8214 26.774 12.4067 27.2236 c
+13.0029 27.6816 13.5935 28.147 14.1784 28.6194 c
+14.775 29.1013 15.3656 29.5905 15.9502 30.0869 c
+16.5471 30.5938 17.1377 31.1082 17.7219 31.6297 c
+18.3192 32.1629 18.9098 32.7036 19.4937 33.2514 c
+20.0914 33.8123 20.682 34.3807 21.2655 34.9563 c
+21.8635 35.5464 22.4541 36.144 23.0372 36.7488 c
+23.6357 37.3694 24.2262 37.9977 24.809 38.6331 c
+25.4078 39.286 25.9983 39.9464 26.5807 40.614 c
+27.1799 41.3008 27.7704 41.9951 28.3525 42.6964 c
+28.952 43.4188 29.5426 44.1486 30.1243 44.8854 c
+30.7242 45.6454 31.3147 46.4128 31.896 47.1871 c
+32.4963 47.9865 33.0868 48.7931 33.6678 49.6065 c
+34.2684 50.4472 34.8588 51.2952 35.4395 52.1499 c
+36.0405 53.0343 36.6309 53.9258 37.2113 54.8239 c
+37.8126 55.7542 38.4029 56.6915 38.9831 57.6351 c
+39.5846 58.6135 40.175 59.5987 40.7548 60.5901 c
+41.3567 61.6192 41.9471 62.655 42.5266 63.6969 c
+43.1287 64.7793 43.7191 65.8682 44.2984 66.963 c
+44.9007 68.1014 45.4911 69.2461 46.0701 70.3965 c
+46.6727 71.5937 47.2631 72.797 47.8419 74.0059 c
+48.4447 75.265 49.035 76.5301 49.6136 77.8006 c
+50.2167 79.1247 50.807 80.4545 51.3854 81.7896 c
+51.9887 83.1822 52.579 84.5803 53.1572 85.9835 c
+53.7606 87.4479 54.3509 88.9176 54.9289 90.3922 c
+55.5326 91.9321 56.1228 93.4772 56.7007 95.0269 c
+57.3045 96.6462 57.8947 98.2705 58.4724 99.8992 c
+59.0764 101.602 59.6666 103.31 60.2442 105.022 c
+60.8483 106.812 61.4385 108.607 62.016 110.407 c
+62.6202 112.289 63.2104 114.176 63.7877 116.067 c
+64.3921 118.047 64.9823 120.031 65.5595 122.019 c
+66.1639 124.1 66.754 126.186 67.3313 128.275 c
+67.936 130.464 68.5266 132.656 69.103 134.852 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 72.966 -6.389] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(x) 5.69884 Tj
+[1 0 0 1 -72.966 6.389] cm
+[1 0 0 1 -7.342 145.769] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 7.342 -145.769] cm
+[1 0 0 1 55.013 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 -55.013 -139.79] cm
+[1 0 0 1 63.023 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 -63.023 -139.79] cm
+[1 0 0 1 73.539 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(e) 4.64276 Tj
+[1 0 0 1 -73.539 -139.79] cm
+[1 0 0 1 78.177 143.405] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F10_0 6.974 Tf
+(x) 4.51915 Tj
+[1 0 0 1 -78.177 -143.405] cm
+/DeviceGray {} cs
+[1] sc
+/DeviceGray {} CS
+[1] SC
+-73.433 -8.3895 158.626 160.448 re
+S
+/DeviceRGB {} cs
+[0 0 1] sc
+/DeviceRGB {} CS
+[0 0 1] SC
+-70.8661 2.59583 m
+-69.0944 2.7255 l
+-67.3226 2.85544 l
+-65.5508 2.9851 l
+-63.7791 3.11505 l
+-62.0073 3.24472 l
+-60.2356 3.37466 l
+-58.4638 3.50433 l
+-56.692 3.63428 l
+-54.9203 3.76395 l
+-53.1485 3.89389 l
+-51.3767 4.02354 l
+-49.605 4.1535 l
+-47.8332 4.28316 l
+-46.0615 4.41312 l
+-44.2897 4.54277 l
+-42.5179 4.67273 l
+-40.7462 4.80238 l
+-38.9744 4.93234 l
+-37.2027 5.062 l
+-35.4309 5.19196 l
+-33.6591 5.32161 l
+-31.8874 5.45128 l
+-30.1156 5.58122 l
+-28.3439 5.71089 l
+-26.5721 5.84084 l
+-24.8003 5.9705 l
+-23.0286 6.10045 l
+-21.2568 6.23012 l
+-19.485 6.36006 l
+-17.7133 6.48972 l
+-15.9415 6.61967 l
+-14.1698 6.74933 l
+-12.398 6.87929 l
+-10.6262 7.00894 l
+-8.85448 7.1389 l
+-7.08272 7.26855 l
+-5.31096 7.39851 l
+-3.5392 7.52817 l
+-1.76744 7.65813 l
+0.00432 7.78778 l
+1.7761 7.91774 l
+3.54785 8.0474 l
+5.31961 8.17735 l
+7.09137 8.307 l
+8.86313 8.43668 l
+10.6349 8.56662 l
+12.4067 8.69627 l
+14.1784 8.82623 l
+15.9502 8.95589 l
+17.7219 9.08585 l
+19.4937 9.2155 l
+21.2655 9.34546 l
+23.0372 9.47511 l
+24.809 9.60507 l
+26.5807 9.73473 l
+28.3525 9.86469 l
+30.1243 9.99434 l
+31.896 10.1243 l
+33.6678 10.2539 l
+35.4395 10.3839 l
+37.2113 10.5136 l
+38.9831 10.6435 l
+40.7548 10.7732 l
+42.5266 10.9031 l
+44.2984 11.0328 l
+46.0701 11.1625 l
+47.8419 11.2924 l
+49.6136 11.4221 l
+51.3854 11.552 l
+53.1572 11.6817 l
+54.9289 11.8116 l
+56.7007 11.9413 l
+58.4724 12.0712 l
+60.2442 12.2009 l
+62.016 12.3309 l
+63.7877 12.4605 l
+65.5595 12.5905 l
+67.3313 12.7201 l
+69.103 12.8501 l
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 -68.766 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(n) 5.9778 Tj
+[1 0 0 1 68.766 -133.212] cm
+[1 0 0 1 -60.019 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 60.019 -133.212] cm
+[1 0 0 1 -49.503 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(1) 4.9815 Tj
+[1 0 0 1 49.503 28.788] cm
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font EVWCWH+CMMI10
+%%+ font DVDUBF+CMMI7
+%%+ font ZBPVOC+csr10
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0003.eps b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0003.eps
new file mode 100644
index 00000000000..adf63f9095b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0003.eps
@@ -0,0 +1,1133 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: xpdf/pdftops 3.00
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 171 171
+%%HiResBoundingBox: 0 0 170.079 170.079
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ 3 1 roll 2 array astore
+ /setpagedevice where {
+ pop 3 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ /Policies 1 dict dup begin /PageSize 3 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/cshow where {
+ pop
+ /cshow2 {
+ dup {
+ pop pop
+ 1 string dup 0 3 index put 3 index exec
+ } exch cshow
+ pop pop
+ } def
+}{
+ /cshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 2 index length 1 sub {
+ 2 copy get exch 1 add 2 index exch get
+ 2 copy exch 256 mul add
+ 2 string dup 0 6 5 roll put dup 1 5 4 roll put
+ 3 index exec
+ } for
+ } {
+ dup {
+ 1 string dup 0 3 index put 3 index exec
+ } forall
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/awcp {
+ exch {
+ false charpath
+ 5 index 5 index rmoveto
+ 6 index eq { 7 index 7 index rmoveto } if
+ } exch cshow2
+ 6 {pop} repeat
+} def
+/Tj {
+ fCol
+ 1 index stringwidth pdfTextMat idtransform pop
+ sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16 {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform pop
+ sub exch div
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16V {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform exch pop
+ sub exch div
+ 0 pdfWordSpacing pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing add 0 exch
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj1 {
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 8 2 roll
+ pdfTextRender 1 and 0 eq {
+ 6 copy awidthshow
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 7 index 7 index moveto
+ 6 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ false awcp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 8 6 roll moveto
+ false awcp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ 8 {pop} repeat
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { pdfFontSize 0.001 mul mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+% Level 2 image operators
+/pdfImBuf 100 string def
+/pdfIm {
+ image
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImM {
+ fCol imagemask
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h f*
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%BeginResource: font EVWCWH+CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /EVWCWH+CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 101 /e put
+dup 110 /n put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+/UniqueID 5087385 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d5993dfc0930297866e1cd0a319b6b1fd958
+9e394a533a081c36d456a09920001a3d2199583eb9b84b4dee08e3d12939e321
+990cd249827d9648574955f61baaa11263a91b6c3d47a5190165b0c25abf6d3e
+6ec187e4b05182126bb0d0323d943170b795255260f9fd25f2248d04f45dfbfb
+def7ff8b19bfef637b210018ae02572b389b3f76282beb29cc301905d388c721
+59616893e774413f48de0b408bc66dce3fe17cb9f84d205839d58014d6a88823
+d9320ae93af96d97a02c4d5a2bb2b8c7925c4578003959c46e3ce1a2f0eac4bf
+8b9b325e46435bde60bc54d72bc8acb5c0a34413ac87045dc7b84646a324b808
+6fd8e34217213e131c3b1510415ce45420688ed9c1d27890ec68bd7c1235faf9
+1dab3a369dd2fc3be5cf9655c7b7eda7361d7e05e5831b6b8e2eec542a7b38ee
+03be4bac6079d038acb3c7c916279764547c2d51976baba94ba9866d79f13909
+95aa39b0f03103a07cbdf441b8c5669f729020af284b7ff52a29c6255fcaacf1
+74109050fba2602e72593fbcbfc26e726ee4aef97b7632bc4f5f353b5c67fed2
+3ea752a4a57b8f7feff1d7341d895f0a3a0be1d8e3391970457a967eff84f6d8
+47750b1145b8cc5bd96ee7aa99ddc9e06939e383bda41175233d58ad263ebf19
+afc0e2f840512d321166547b306c592b8a01e1fa2564b9a26dac14256414e4c8
+42616728d918c74d13c349f4186ec7b9708b86467425a6fdb3a396562f7ee4d8
+40b43621744cf8a23a6e532649b66c2a0002dd04f8f39618e4f572819dd34837
+b5a08e643fdca1505af6a1fa3ddfd1fa758013caed8acddbbb334d664dff5b53
+9560176671a33fc55340cd04c2de46fd812fc2711a85f3cc57f2cf1bedefc217
+217f1a6065fa29758498c2762dd1340c6168171c629556ea6de5612884db94e0
+a2b6d5cb8ba850e74ec72fc08d89de6a8d37fde1e9547201c0445a2e2930725c
+942be1459d3eb19c6ab0936ac31cad484f45cda0ee0272b808250d1db005e3c8
+71bef687075a0b4467ef0e30bd8af2a290b296b3b288db71759cdb9cbac6fdb9
+a1899e1631d580dfe13ad39bc16ad360e7b3ce181350737b797f512a4c556e03
+106a7dbbebf3b31e8973c89815fa4a1e84544134e658ed16345b3ccf902743b1
+5c6e33257388a92db44b099e470aa47859b5e6b0cf7896eb59b6c9b59da91987
+a8fbc2afe7866c25e9998786f1443fe59759235b8042e5d2815a47acf24235cd
+58518f444cf3a347fd0e816da87fe2c348bb865a34d9a84a9159d5b495bbd5be
+5a07b1f3a4330e898cd1c08cce6eda8a01f368c1ca305856590900d7957036c8
+e8953886de14f3519794828ba56c29e9a6794bab32cfcd5503ccc3c68c00c352
+4fdea3905a6cba387ed1245ed0c4b44a0a6d5db5d25f11f996ff43dda22ee685
+adbf4fb2fa538f1a2542d6b8d7304a666ac60f033fff5d5667fe9dab4ba9ad33
+ffb004acd99c2d09297fd5a79cad212f40d0f7bae5463fb3fd0f48e19b6e8b35
+4a40010e9a22a547a6d5ac7abc6ce9c4b694c4e41a9a5d57e7b379aee3dbef3e
+03e76015acd9c87d2dc56fb5ba02a595b979dc118b34127eb21da6f79e60b343
+b8fe262b07530c094884342019891f48c7754807d7416001eb1aa48be47b1f0c
+89a5c8556e12e52c6e204e2ba2ce6b33d752255ab680276c7c67b514ea0aa239
+617879e57a404eec44fbd35a137d442b1f172d6df97a415f41de86de73cf5d71
+13fd6d529e03b0bebde85256ed045f49eebb0b08845ba91ac5c91b529fcc1f57
+3559947b24475e3f933967e5f26c108640c243e1de7e48ef778cdd7970a9c7c7
+0c19ea49d9d9a103636141d9a23adfdc8e2fa1a8ea343af8b0b9909db5f93e19
+c38d9cf42d9bc7989c91598cb8b80047f9201238fb3803fa9058a5e79ebb7c3f
+f48171fc8901c4ef95a222d4076b0b9e96434d6cc78abd48c0f0b21ee61b4b2b
+2fdf4743eb50981a4270756f8ae877092697282a7cc56b00b5607c8087da8b73
+1ca8b8200b8599b44b9e805eeb06bbddf47ee85263722bb21ebd14b0163648f9
+e535e6ecb0cf9a394d92238c36d2f56cbd5458ab86e74134697bbe77091122db
+2cb3f0ed39ccff1f0584d40a59676ba94625cdf9176e730876ac56a9fcba967d
+fc9fe078b5fb7821eee5178d6e0d97543af2d10d048663ad9369ed71f488ffbf
+279ba62017ec05f59ef4df20f21161708c9f8bcc1cfd080ab47a0a7ad48897af
+abe5bb898bd120a0a1b9
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F5_0 /EVWCWH+CMMI10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/e/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/n/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/y/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font DVDUBF+CMMI7
+%!PS-AdobeFont-1.1: CMMI7 1.100
+%%CreationDate: 1996 Jul 23 07:53:53
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /DVDUBF+CMMI7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 120 /x put
+readonly def
+/FontBBox{0 -250 1171 750}readonly def
+/UniqueID 5087382 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d77639df1232a4d6233a9caf69b151dfd33f
+c0962eac6e3ebfb8ad256a3c654eaaf9a50c51bc6fa90b61b60401c235afab7b
+b078d20b4b8a6d7f0300cf694e6956ff9c29c84fcc5c9e8890aa56b1bc60e868
+da8488ac4435e6b5ce34ea88e904d5c978514d7e476bf8971d419363125d4811
+4d886edddcdda8a6b0fda5cf0603ea9fa5d4393bebb26e1ab11c2d74ffa6fee3
+fafbc6f05b801c1c3276b11080f5023902b56593f3f6b1f37997038f36b9e3ab
+76c2e97e1f492d27a8e99f3e947a47166d0d0d063e4e6a9b535dc9f1bed129c5
+123775d5d68787a58c93009fd5da55b19511b95168c83429bd2d878207c39770
+012318ea7aa39900c97b9d3859e3d0b04750b8390bf1f1bc29dc22bcad50ecc6
+a3c633d0937a59e859e5185af9f56704708d5f1c50f78f43dfac43c4e7dc9413
+44cefe43279afd3c167c942889a352f2ff806c2ff8b3eb4908d50778aa58cffc
+4d1b14597a06a994ed8414bbe8b26e74d49f6cf54176b7297cda112a69518050
+01337cba5478eb984cdd22020daed9ca8311c33fbcc84177f5ce870e709fc608
+d28b3a7208eff72988c136142ce79b4e9c7b3fe588e9824abc6f04d141e589b3
+914a73a42801305439862414f893d5b6c327a7ee2730dede6a1597b09c258f05
+261bc634f64c9f8477cd51634ba648fc70f659c90dc042c0d6b68cd1df36d615
+24f362b85a58d65a8e6dfd583ef9a79a428f2390a0b5398eeb78f4b5a89d9ad2
+a517e0361749554abd6547072398ffdd863e40501c316f28fddf8b550ff8d663
+9843d0bea42289f85bd844891db42ec7c51229d33ee7e83b1290404c799b8e8c
+889787cdc194f782420bb447de705eae7963391b36646a08bacff210b7e5b8b9
+65bcec644cfd47e6e154d0eef75020d610e957e37b643b89696de26056d00f9d
+7287aa5b8ae55de31f6c4794c22c708ac3285293d17c81e1b93a0501b2588d25
+c290af42ade3275e96ea2d942d3b0f3446cbeef2863b65fd1a144b299fe504db
+36a5d94b6d530f7080fa35bbd9af9cf7cf702550e345377c22d52f1d9f5bbcfd
+19e96a3d7721ca7ba01960993d9cc66481321fd87e984250399a0360744d884f
+e7273c519f94b79651cdf152586857ffa455eadffd2ca91171862c862c139a8d
+e07ff3728d2bdfb3e7e54c9d9a90e8df6cd0d9b034ef3b00f39e102fc7a84555
+3f2d553d72c03f19551cb2d39031bf41a75e066e5644adf224552bf2ba8d0648
+ba24d3064512ec83af5bee55cc39761c2adc06891eee1ab4508fbe89ad43de55
+553b31b8d633cd56c81aa37edb51980500da912d06c008c3681022419637872a
+b9439dd9734b8fe064e6dc11c8f97ac2c37fb19d1315f13024e1b7c252c4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /DVDUBF+CMMI7 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font ZBPVOC+csr10
+%!FontType1-1.0: csr10 1.1/12-Nov-94
+% CSfonts -- pfb ver.Apr.1998, generated from BaKoMa fonts. NO WARRANTY.
+% Accents are added using t1accent program, (c) Petr Olsak, 1998
+%%VMusage: 25429 25707
+% T1FMT-V2.0, Copyright (c) 1993,1994, Basil K. Malyshev. All rights reserved.
+12 dict begin
+/FontInfo 13 dict dup begin
+/version (1.1/12-Nov-94) readonly def
+/Notice (Copyright \(C\) 1994, Basil K. Malyshev. All Rights Reserved.\012BaKoMa Fonts Collection, Level-B.) readonly def
+/FullName (csr10) readonly def
+/FamilyName (csr10) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -133 def
+/UnderlineThickness 20 def
+/XHeight 431 def
+/Ascender 694 def
+/Descender -194 def
+/CapHeight 683 def
+end readonly def
+/FontName /ZBPVOC+csr10 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 61 /equal put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [-44 -250 1111 864] readonly def
+/UniqueID 4701481 def
+/StrokeWidth 0 def
+currentdict end
+currentfile eexec
+d9d66f633b846a989b9974b0179fc6cc445bc2c03103c68570a7b354a4a280ae
+6fbf7f98f75adf5180cdd505cdc93f13ee312cb03ac7b00c9c4622c80d74023c
+c1962bd0caf57f3c335ded6a6c36110e591128c8861ca07dca77cf521beab94f
+bb761a39789af6c405eb8b495e41c5915360664d422344de89da844efdd13c45
+cb82b522b9e7256916fd366b61290914fc63045ea3c05bbd24545cc5f4451e74
+edddbe488adb69505c96937b35e2d8e7dd2a21a13acf068469e92bc111e5e809
+0e489e43c83dc29bdb053c4af9440b668638d0eb64d2976e6f7d6472ce149020
+5249a42d7dbca06030f48694f7ca0b38978998765d7e7be1d365613011e79d8e
+deb631764d47d1f9663a46a0702ae1ce700abac55a77dc4472405c469fce7cd9
+ff240937b0c74279abcb8583b4d1cedc2856847f4cc2bb267318451b79c1afe6
+6dbbe53c3cbe648c7e1554964dcf29b12753a8431e0e0793099e24e698395683
+346c2a1535dd6d0263200e9f1b76843f139eddd475bec3eb84be3e1e664ec01b
+63b5ec60e6bc15ec7134e83f445bdf0c06d3afa7ef773b48cd9e51ac628172e6
+d4d4d306767b31219d3e545a0819f4429c34e598f8a758719e02602982d87758
+5fd419d175b959787d3707d1467ab66bf8beaf14ac38e07f6b90baa760bb3807
+f83ba97c7c696849bfbe8ef51dbce39508f288cfcc9a00d3534b62f8ab995ae0
+a2608eecbb5c156f4ded7195dee9f66550737765dbaec14039cda155a14d9591
+b7ac0282147bc3de8ed0ddb1280c7a23a51428c250f859584bf2dfda68e82e09
+3e18b41374f224f3eac407807ce5159ac61dbd6d308ba0faf841aa47d482d8b0
+7b8524840e786c67fa7583e00445ec83ad41c7b1e472a1d50b243b4ce011c530
+3906853e6c1be90d5ea39263010537e6c648eba7a245a5fd1ebb10f9e96f383a
+ca8ed355023e1b36011ada2df440e0ca9ca60c8db22d8613219ad2b2b97bab80
+1f930f0a5e8a386ba4ad11c0174cdd10c30eb44ceda8f3d8c73f02c787d6f7d9
+d46100833edde8447ad731198dace0a16c2f24890db7077d8e08da38cbb13654
+8c4ebd337bc8c44e652068fd1db883201544dc7a3dbc1471dd48d47fbdf082c0
+a5482facfd91d0db60e3291357f258dff2eba9d5ec4969a9ef331979f018724a
+d71e28c60a1822f3f2f1becfdc5392e3a60319c249fadffb69f21bf963a15b1c
+03f2c41148ba85bd9c0c83871195b28cc54780909432f4f4d198655ea208f98b
+35789bffdb8444b21b1fe9dda188c9fae3391095781822f76ce501618e14c200
+7a3338e05edf1bd77131eed784af7749dae44465a9b0489e4cdd308957928f3a
+ff39b376e2c90159b7479a6ac7d0abd270dc59b56c91d62bcf2f6b72caca420b
+792235c67cb5569c36764f699afee318719e83a6a025ad6f2c0bbb409dfe46c3
+d59fa185fcc49a2996e463abfabba6e43c221be667a7a1e4581e7e17ebb1a8cb
+79145f70dcc8a33721f57f23c8ad2d5f692bd34ba01d0a72a0019e88bb95f196
+7cea454fc8b8f16e3b9e4939b07cbed0a0f9b8e1bd55d845abb90169f9fbc685
+92d4836edf01ecd47b97206c1d8499d0adc23b1fd7795da0a9bdc5061569064f
+a442539b16d4751d086815dcfa9d80b7c74ba43ffc0fd8b6709adf54ffa397ad
+e4cec37f9da4c76695043d7830453dd46bd2ab1443db554f5af3a1c627f76de6
+0bf8f71a308549245c5c5043e8dd2ec58b757d258dc364e91f5807539807643f
+c83c1a50e6baa78b62ec0163224ee8ee934ebe6023852533ded82c1f84699870
+e67dba1f5f7a9aee542ab55f840a15ab6f0cbf2d0b9c1704869e6fef54d7974d
+afafa428bf8afba4e7bb8acaab3cec1e32b5811c9a3b287b3ff402c46c96e98b
+5ddab9452d137b0ed39c6832cc56443af8d2eb5144e2bb756423223400ca5e22
+5d23cee93ce3c2074611005a26658fc90f420fd9ddffd2e6a0b41f2a1bb84373
+14fe903aea3fd8e562436dd4efbf6ed09a3ebb7d58cf0af0780a8e0882ae7564
+79d211581dcc30e0b69eaf8c14669ccc3b85a225aaaef8a48b88befd8386293d
+5c045cf24cc0968f86de15481a6850111fe6c4209e3dec9dff4001a54a0719a9
+112b286ee68fe3f17829ac3de6ca8c1298e7de5a125d8b0e9cd47f619c3fbc06
+36d48744fbcc0a0c23f18df113556d9248d9be6078b5ffc301678dc641fdc7de
+5139a062b40d5f1c32008de02db7722e6ab4eae46a1df9961ff09a06cf69e598
+cb487b4469f9558c02519a38b15cd2b9101b4eaed70d5aa6a040771ca7f43dec
+e1bcd1933fe05571d32ac7b1d482c16c167fd38de4f0c379679d5129250e461e
+577e2e25ce5f992f9d8cb19722694765ee6265a54c76d7e1d157c381d119fd23
+b70c6b59c5af958130be05f8d0ef84a399d134c51bd43697fc100abd764b45b1
+215586dd5d696b77b7484d72e99af0a1c4678161d36c99abed90665d4ea4d2a2
+e30d6abaaf656d68059aef24ecaecdc876a8050bc6d7455d6d2f9667cc5e778d
+a49a07c789268576c25a12ec7534bc03d8568d4aec5aeb709b512729c7d788f0
+3fe61886d204941d5056612d5db6031b4dacc4d304b55d3b0623cfacb7d450d3
+3e80362554761d99504a5bb67c0c2d65094cc8130f8c2badb39ed97afacfa955
+1cfe10198cdfaf32c490c6b3152d6035a745e7b47130666121eeb63ca24caa40
+3d8a2310928f60b8e9dcdd931b0c4ecff540084789940bcd0023e260947aad8e
+539f547c8cfe35ddb4615053bb4116cf6ee2b69bc3f9f6bfb78bc663df0485f7
+b0651b46ffedd31dc4384cfa0e17e3e10c4f94bb8eecf8cde1819268f8ee61c2
+ec361cd127b3185d71f2e1e39579f8d8e93073d041368722c8bc4f4288ad4f82
+4a3c7cc119ce0af9131a1ec5756932f92b601eadc9ea2fcfded3e8e291a974bd
+97b92b75a3e9d74e9da382289c2e7fac4d7ac352ad3054f20eff60f455f5e6c6
+3692b85f5bc7a6a87535e9a0e24aa921de060ecb38ffb8ff7e5f00437628b073
+ccc5fb242b93f622b02f2c0aaefec0d2fe8c7c04f492014ba2bbb2eb21df93b1
+32ba4aa1a0ecc63eacff3dffd759a8458bc37f8f6175726af79157fc4c190e9e
+efd0d041acd89cd35ee4fd654748b88f7b944eb4b7f3c03c04b68953da697399
+f05ac3f2ce0cba163c1b50d2a644b285ddebf1855c08d1d6faf6fb97d6a437bb
+72ba9d3e5e3abcedf0d934dbb8de2969e7c0475e188b2bb508ce0cfa3e84916b
+b1cc2f4c4c413753126d92bb0fc07809d98560c2d999a0afb25858ab6416b097
+f9f654ccddd298480b55c3f7d5d9b7a9bc378c168d80df3c2e4e5a469bd22525
+d33fe99cd61280ada2409b0ee04dab5b72b819d7869e6c6128a233e22d45a1d6
+ae2cbe5626a2c253e9c53a9494729613789864485f2c1106e4f31671219b255b
+4592c7c64aad62d532591d85595bffe4955e4b833e931c0536fa118483fe699d
+ab570673f0baafa9c5b4ad63a35f
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F15_0 /ZBPVOC+csr10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/one/two/three/four/five/six/seven
+ /eight/.notdef/.notdef/.notdef/.notdef/equal/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+q
+[1 0 0 1 5.039 162] cm
+q
+[1 0 0 1 74 9] cm
+[1 0 0 1 0 -162] cm
+1.13383 w
+[] 0 d
+1 J
+1 j
+10 M
+-70.8661 0 m
+70.8661 0 l
+S
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+f
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+S
+1.13383 w
+0 0 m
+0 141.732 l
+S
+1.13383 w
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+f
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+S
+1.13383 w
+-35.4331 -1.41733 m
+-35.4331 1.41733 l
+S
+35.4331 -1.41733 m
+35.4331 1.41733 l
+S
+1.13383 w
+-1.41733 19.1815 m
+1.41733 19.1815 l
+S
+-1.41733 38.3629 m
+1.41733 38.3629 l
+S
+-1.41733 57.5444 m
+1.41733 57.5444 l
+S
+-1.41733 76.7258 m
+1.41733 76.7258 l
+S
+-1.41733 95.9073 m
+1.41733 95.9073 l
+S
+-1.41733 115.089 m
+1.41733 115.089 l
+S
+/DeviceRGB {} cs
+[1 0 0] sc
+/DeviceRGB {} CS
+[1 0 0] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01584 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87282 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05568 -46.6517 5.14058 -46.0615 5.22766 c
+-45.4706 5.31483 -44.8799 5.40417 -44.2897 5.49576 c
+-43.6988 5.58745 -43.1082 5.68138 -42.5179 5.77762 c
+-41.927 5.874 -41.3364 5.97267 -40.7462 6.07382 c
+-40.1552 6.17511 -39.5646 6.27887 -38.9744 6.38524 c
+-38.3834 6.49178 -37.7928 6.60094 -37.2027 6.71275 c
+-36.6115 6.82477 -36.021 6.93945 -35.4309 7.05695 c
+-34.8397 7.17465 -34.2491 7.29517 -33.6591 7.4187 c
+-33.0679 7.5425 -32.4773 7.66933 -31.8874 7.7992 c
+-31.2961 7.92935 -30.7055 8.06255 -30.1156 8.199 c
+-29.5243 8.3358 -28.9336 8.47586 -28.3439 8.61931 c
+-27.7524 8.76317 -27.1618 8.91043 -26.5721 9.06126 c
+-25.9806 9.21257 -25.39 9.36748 -24.8003 9.52605 c
+-24.2087 9.68515 -23.6181 9.84795 -23.0286 10.0145 c
+-22.4369 10.1818 -21.8462 10.3528 -21.2568 10.5279 c
+-20.665 10.7037 -20.0744 10.8836 -19.485 11.0676 c
+-18.8931 11.2525 -18.3025 11.4417 -17.7133 11.6351 c
+-17.1212 11.8295 -16.5306 12.0283 -15.9415 12.2316 c
+-15.3493 12.436 -14.7587 12.6451 -14.1698 12.8589 c
+-13.5774 13.0739 -12.9868 13.2937 -12.398 13.5183 c
+-11.8055 13.7443 -11.2148 13.9753 -10.6262 14.2114 c
+-10.0335 14.4491 -9.4429 14.692 -8.85448 14.9401 c
+-8.26161 15.1901 -7.67096 15.4454 -7.08272 15.7061 c
+-6.48962 15.9689 -5.89899 16.2373 -5.31096 16.5113 c
+-4.71764 16.7878 -4.12701 17.07 -3.5392 17.358 c
+-2.94568 17.6488 -2.35503 17.9455 -1.76744 18.2481 c
+-1.17365 18.5539 -0.58301 18.8657 0.00432 19.1838 c
+0.59836 19.5055 1.18896 19.8334 1.7761 20.1675 c
+2.37039 20.5057 2.96107 20.8502 3.54785 21.2013 c
+4.1425 21.5571 4.73306 21.9196 5.31961 22.2886 c
+5.91447 22.6628 6.50514 23.0437 7.09137 23.4313 c
+7.68661 23.8248 8.27724 24.2254 8.86313 24.6327 c
+9.45866 25.0468 10.0493 25.468 10.6349 25.896 c
+11.2307 26.3314 11.8214 26.774 12.4067 27.2236 c
+13.0029 27.6816 13.5935 28.147 14.1784 28.6194 c
+14.775 29.1013 15.3656 29.5905 15.9502 30.0869 c
+16.5471 30.5938 17.1377 31.1082 17.7219 31.6297 c
+18.3192 32.1629 18.9098 32.7036 19.4937 33.2514 c
+20.0914 33.8123 20.682 34.3807 21.2655 34.9563 c
+21.8635 35.5464 22.4541 36.144 23.0372 36.7488 c
+23.6357 37.3694 24.2262 37.9977 24.809 38.6331 c
+25.4078 39.286 25.9983 39.9464 26.5807 40.614 c
+27.1799 41.3008 27.7704 41.9951 28.3525 42.6964 c
+28.952 43.4188 29.5426 44.1486 30.1243 44.8854 c
+30.7242 45.6454 31.3147 46.4128 31.896 47.1871 c
+32.4963 47.9865 33.0868 48.7931 33.6678 49.6065 c
+34.2684 50.4472 34.8588 51.2952 35.4395 52.1499 c
+36.0405 53.0343 36.6309 53.9258 37.2113 54.8239 c
+37.8126 55.7542 38.4029 56.6915 38.9831 57.6351 c
+39.5846 58.6135 40.175 59.5987 40.7548 60.5901 c
+41.3567 61.6192 41.9471 62.655 42.5266 63.6969 c
+43.1287 64.7793 43.7191 65.8682 44.2984 66.963 c
+44.9007 68.1014 45.4911 69.2461 46.0701 70.3965 c
+46.6727 71.5937 47.2631 72.797 47.8419 74.0059 c
+48.4447 75.265 49.035 76.5301 49.6136 77.8006 c
+50.2167 79.1247 50.807 80.4545 51.3854 81.7896 c
+51.9887 83.1822 52.579 84.5803 53.1572 85.9835 c
+53.7606 87.4479 54.3509 88.9176 54.9289 90.3922 c
+55.5326 91.9321 56.1228 93.4772 56.7007 95.0269 c
+57.3045 96.6462 57.8947 98.2705 58.4724 99.8992 c
+59.0764 101.602 59.6666 103.31 60.2442 105.022 c
+60.8483 106.812 61.4385 108.607 62.016 110.407 c
+62.6202 112.289 63.2104 114.176 63.7877 116.067 c
+64.3921 118.047 64.9823 120.031 65.5595 122.019 c
+66.1639 124.1 66.754 126.186 67.3313 128.275 c
+67.936 130.464 68.5266 132.656 69.103 134.852 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 72.966 -6.389] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(x) 5.69884 Tj
+[1 0 0 1 -72.966 6.389] cm
+[1 0 0 1 -7.342 145.769] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 7.342 -145.769] cm
+[1 0 0 1 55.013 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 -55.013 -139.79] cm
+[1 0 0 1 63.023 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 -63.023 -139.79] cm
+[1 0 0 1 73.539 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(e) 4.64276 Tj
+[1 0 0 1 -73.539 -139.79] cm
+[1 0 0 1 78.177 143.405] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F10_0 6.974 Tf
+(x) 4.51915 Tj
+[1 0 0 1 -78.177 -143.405] cm
+/DeviceGray {} cs
+[1] sc
+/DeviceGray {} CS
+[1] SC
+-73.433 -8.3895 158.626 160.448 re
+S
+/DeviceRGB {} cs
+[0 0 1] sc
+/DeviceRGB {} CS
+[0 0 1] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86832 l
+-65.5508 3.01437 l
+-63.7791 3.16685 l
+-62.0073 3.32608 l
+-60.2356 3.49146 l
+-58.4638 3.66354 l
+-56.692 3.8418 l
+-54.9203 4.02676 l
+-53.1485 4.21848 l
+-51.3767 4.41634 l
+-49.605 4.62064 l
+-47.8332 4.83167 l
+-46.0615 5.04912 l
+-44.2897 5.27303 l
+-42.5179 5.50337 l
+-40.7462 5.74016 l
+-38.9744 5.98367 l
+-37.2027 6.23363 l
+-35.4309 6.49002 l
+-33.6591 6.75285 l
+-31.8874 7.02213 l
+-30.1156 7.29782 l
+-28.3439 7.58028 l
+-26.5721 7.86916 l
+-24.8003 8.16447 l
+-23.0286 8.46623 l
+-21.2568 8.77443 l
+-19.485 9.08907 l
+-17.7133 9.41043 l
+-15.9415 9.73824 l
+-14.1698 10.0725 l
+-12.398 10.4132 l
+-10.6262 10.7603 l
+-8.85448 11.1141 l
+-7.08272 11.4745 l
+-5.31096 11.8412 l
+-3.5392 12.2144 l
+-1.76744 12.594 l
+0.00432 12.98 l
+1.7761 13.3728 l
+3.54785 13.772 l
+5.31961 14.1777 l
+7.09137 14.5898 l
+8.86313 15.0083 l
+10.6349 15.4333 l
+12.4067 15.865 l
+14.1784 16.3032 l
+15.9502 16.7478 l
+17.7219 17.1988 l
+19.4937 17.6563 l
+21.2655 18.1205 l
+23.0372 18.5908 l
+24.809 19.0679 l
+26.5807 19.5514 l
+28.3525 20.0417 l
+30.1243 20.5381 l
+31.896 21.0409 l
+33.6678 21.5505 l
+35.4395 22.0665 l
+37.2113 22.5889 l
+38.9831 23.1178 l
+40.7548 23.6534 l
+42.5266 24.1952 l
+44.2984 24.7436 l
+46.0701 25.2986 l
+47.8419 25.86 l
+49.6136 26.4281 l
+51.3854 27.0023 l
+53.1572 27.5833 l
+54.9289 28.1704 l
+56.7007 28.7643 l
+58.4724 29.3649 l
+60.2442 29.9716 l
+62.016 30.5851 l
+63.7877 31.2047 l
+65.5595 31.831 l
+67.3313 32.4638 l
+69.103 33.1031 l
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 -68.766 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(n) 5.9778 Tj
+[1 0 0 1 68.766 -133.212] cm
+[1 0 0 1 -60.019 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 60.019 -133.212] cm
+[1 0 0 1 -49.503 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(2) 4.9815 Tj
+[1 0 0 1 49.503 28.788] cm
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font EVWCWH+CMMI10
+%%+ font DVDUBF+CMMI7
+%%+ font ZBPVOC+csr10
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0004.eps b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0004.eps
new file mode 100644
index 00000000000..ad54ae5538f
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0004.eps
@@ -0,0 +1,1133 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: xpdf/pdftops 3.00
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 171 171
+%%HiResBoundingBox: 0 0 170.079 170.079
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ 3 1 roll 2 array astore
+ /setpagedevice where {
+ pop 3 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ /Policies 1 dict dup begin /PageSize 3 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/cshow where {
+ pop
+ /cshow2 {
+ dup {
+ pop pop
+ 1 string dup 0 3 index put 3 index exec
+ } exch cshow
+ pop pop
+ } def
+}{
+ /cshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 2 index length 1 sub {
+ 2 copy get exch 1 add 2 index exch get
+ 2 copy exch 256 mul add
+ 2 string dup 0 6 5 roll put dup 1 5 4 roll put
+ 3 index exec
+ } for
+ } {
+ dup {
+ 1 string dup 0 3 index put 3 index exec
+ } forall
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/awcp {
+ exch {
+ false charpath
+ 5 index 5 index rmoveto
+ 6 index eq { 7 index 7 index rmoveto } if
+ } exch cshow2
+ 6 {pop} repeat
+} def
+/Tj {
+ fCol
+ 1 index stringwidth pdfTextMat idtransform pop
+ sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16 {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform pop
+ sub exch div
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16V {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform exch pop
+ sub exch div
+ 0 pdfWordSpacing pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing add 0 exch
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj1 {
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 8 2 roll
+ pdfTextRender 1 and 0 eq {
+ 6 copy awidthshow
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 7 index 7 index moveto
+ 6 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ false awcp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 8 6 roll moveto
+ false awcp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ 8 {pop} repeat
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { pdfFontSize 0.001 mul mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+% Level 2 image operators
+/pdfImBuf 100 string def
+/pdfIm {
+ image
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImM {
+ fCol imagemask
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h f*
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%BeginResource: font EVWCWH+CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /EVWCWH+CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 101 /e put
+dup 110 /n put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+/UniqueID 5087385 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d5993dfc0930297866e1cd0a319b6b1fd958
+9e394a533a081c36d456a09920001a3d2199583eb9b84b4dee08e3d12939e321
+990cd249827d9648574955f61baaa11263a91b6c3d47a5190165b0c25abf6d3e
+6ec187e4b05182126bb0d0323d943170b795255260f9fd25f2248d04f45dfbfb
+def7ff8b19bfef637b210018ae02572b389b3f76282beb29cc301905d388c721
+59616893e774413f48de0b408bc66dce3fe17cb9f84d205839d58014d6a88823
+d9320ae93af96d97a02c4d5a2bb2b8c7925c4578003959c46e3ce1a2f0eac4bf
+8b9b325e46435bde60bc54d72bc8acb5c0a34413ac87045dc7b84646a324b808
+6fd8e34217213e131c3b1510415ce45420688ed9c1d27890ec68bd7c1235faf9
+1dab3a369dd2fc3be5cf9655c7b7eda7361d7e05e5831b6b8e2eec542a7b38ee
+03be4bac6079d038acb3c7c916279764547c2d51976baba94ba9866d79f13909
+95aa39b0f03103a07cbdf441b8c5669f729020af284b7ff52a29c6255fcaacf1
+74109050fba2602e72593fbcbfc26e726ee4aef97b7632bc4f5f353b5c67fed2
+3ea752a4a57b8f7feff1d7341d895f0a3a0be1d8e3391970457a967eff84f6d8
+47750b1145b8cc5bd96ee7aa99ddc9e06939e383bda41175233d58ad263ebf19
+afc0e2f840512d321166547b306c592b8a01e1fa2564b9a26dac14256414e4c8
+42616728d918c74d13c349f4186ec7b9708b86467425a6fdb3a396562f7ee4d8
+40b43621744cf8a23a6e532649b66c2a0002dd04f8f39618e4f572819dd34837
+b5a08e643fdca1505af6a1fa3ddfd1fa758013caed8acddbbb334d664dff5b53
+9560176671a33fc55340cd04c2de46fd812fc2711a85f3cc57f2cf1bedefc217
+217f1a6065fa29758498c2762dd1340c6168171c629556ea6de5612884db94e0
+a2b6d5cb8ba850e74ec72fc08d89de6a8d37fde1e9547201c0445a2e2930725c
+942be1459d3eb19c6ab0936ac31cad484f45cda0ee0272b808250d1db005e3c8
+71bef687075a0b4467ef0e30bd8af2a290b296b3b288db71759cdb9cbac6fdb9
+a1899e1631d580dfe13ad39bc16ad360e7b3ce181350737b797f512a4c556e03
+106a7dbbebf3b31e8973c89815fa4a1e84544134e658ed16345b3ccf902743b1
+5c6e33257388a92db44b099e470aa47859b5e6b0cf7896eb59b6c9b59da91987
+a8fbc2afe7866c25e9998786f1443fe59759235b8042e5d2815a47acf24235cd
+58518f444cf3a347fd0e816da87fe2c348bb865a34d9a84a9159d5b495bbd5be
+5a07b1f3a4330e898cd1c08cce6eda8a01f368c1ca305856590900d7957036c8
+e8953886de14f3519794828ba56c29e9a6794bab32cfcd5503ccc3c68c00c352
+4fdea3905a6cba387ed1245ed0c4b44a0a6d5db5d25f11f996ff43dda22ee685
+adbf4fb2fa538f1a2542d6b8d7304a666ac60f033fff5d5667fe9dab4ba9ad33
+ffb004acd99c2d09297fd5a79cad212f40d0f7bae5463fb3fd0f48e19b6e8b35
+4a40010e9a22a547a6d5ac7abc6ce9c4b694c4e41a9a5d57e7b379aee3dbef3e
+03e76015acd9c87d2dc56fb5ba02a595b979dc118b34127eb21da6f79e60b343
+b8fe262b07530c094884342019891f48c7754807d7416001eb1aa48be47b1f0c
+89a5c8556e12e52c6e204e2ba2ce6b33d752255ab680276c7c67b514ea0aa239
+617879e57a404eec44fbd35a137d442b1f172d6df97a415f41de86de73cf5d71
+13fd6d529e03b0bebde85256ed045f49eebb0b08845ba91ac5c91b529fcc1f57
+3559947b24475e3f933967e5f26c108640c243e1de7e48ef778cdd7970a9c7c7
+0c19ea49d9d9a103636141d9a23adfdc8e2fa1a8ea343af8b0b9909db5f93e19
+c38d9cf42d9bc7989c91598cb8b80047f9201238fb3803fa9058a5e79ebb7c3f
+f48171fc8901c4ef95a222d4076b0b9e96434d6cc78abd48c0f0b21ee61b4b2b
+2fdf4743eb50981a4270756f8ae877092697282a7cc56b00b5607c8087da8b73
+1ca8b8200b8599b44b9e805eeb06bbddf47ee85263722bb21ebd14b0163648f9
+e535e6ecb0cf9a394d92238c36d2f56cbd5458ab86e74134697bbe77091122db
+2cb3f0ed39ccff1f0584d40a59676ba94625cdf9176e730876ac56a9fcba967d
+fc9fe078b5fb7821eee5178d6e0d97543af2d10d048663ad9369ed71f488ffbf
+279ba62017ec05f59ef4df20f21161708c9f8bcc1cfd080ab47a0a7ad48897af
+abe5bb898bd120a0a1b9
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F5_0 /EVWCWH+CMMI10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/e/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/n/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/y/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font DVDUBF+CMMI7
+%!PS-AdobeFont-1.1: CMMI7 1.100
+%%CreationDate: 1996 Jul 23 07:53:53
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /DVDUBF+CMMI7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 120 /x put
+readonly def
+/FontBBox{0 -250 1171 750}readonly def
+/UniqueID 5087382 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d77639df1232a4d6233a9caf69b151dfd33f
+c0962eac6e3ebfb8ad256a3c654eaaf9a50c51bc6fa90b61b60401c235afab7b
+b078d20b4b8a6d7f0300cf694e6956ff9c29c84fcc5c9e8890aa56b1bc60e868
+da8488ac4435e6b5ce34ea88e904d5c978514d7e476bf8971d419363125d4811
+4d886edddcdda8a6b0fda5cf0603ea9fa5d4393bebb26e1ab11c2d74ffa6fee3
+fafbc6f05b801c1c3276b11080f5023902b56593f3f6b1f37997038f36b9e3ab
+76c2e97e1f492d27a8e99f3e947a47166d0d0d063e4e6a9b535dc9f1bed129c5
+123775d5d68787a58c93009fd5da55b19511b95168c83429bd2d878207c39770
+012318ea7aa39900c97b9d3859e3d0b04750b8390bf1f1bc29dc22bcad50ecc6
+a3c633d0937a59e859e5185af9f56704708d5f1c50f78f43dfac43c4e7dc9413
+44cefe43279afd3c167c942889a352f2ff806c2ff8b3eb4908d50778aa58cffc
+4d1b14597a06a994ed8414bbe8b26e74d49f6cf54176b7297cda112a69518050
+01337cba5478eb984cdd22020daed9ca8311c33fbcc84177f5ce870e709fc608
+d28b3a7208eff72988c136142ce79b4e9c7b3fe588e9824abc6f04d141e589b3
+914a73a42801305439862414f893d5b6c327a7ee2730dede6a1597b09c258f05
+261bc634f64c9f8477cd51634ba648fc70f659c90dc042c0d6b68cd1df36d615
+24f362b85a58d65a8e6dfd583ef9a79a428f2390a0b5398eeb78f4b5a89d9ad2
+a517e0361749554abd6547072398ffdd863e40501c316f28fddf8b550ff8d663
+9843d0bea42289f85bd844891db42ec7c51229d33ee7e83b1290404c799b8e8c
+889787cdc194f782420bb447de705eae7963391b36646a08bacff210b7e5b8b9
+65bcec644cfd47e6e154d0eef75020d610e957e37b643b89696de26056d00f9d
+7287aa5b8ae55de31f6c4794c22c708ac3285293d17c81e1b93a0501b2588d25
+c290af42ade3275e96ea2d942d3b0f3446cbeef2863b65fd1a144b299fe504db
+36a5d94b6d530f7080fa35bbd9af9cf7cf702550e345377c22d52f1d9f5bbcfd
+19e96a3d7721ca7ba01960993d9cc66481321fd87e984250399a0360744d884f
+e7273c519f94b79651cdf152586857ffa455eadffd2ca91171862c862c139a8d
+e07ff3728d2bdfb3e7e54c9d9a90e8df6cd0d9b034ef3b00f39e102fc7a84555
+3f2d553d72c03f19551cb2d39031bf41a75e066e5644adf224552bf2ba8d0648
+ba24d3064512ec83af5bee55cc39761c2adc06891eee1ab4508fbe89ad43de55
+553b31b8d633cd56c81aa37edb51980500da912d06c008c3681022419637872a
+b9439dd9734b8fe064e6dc11c8f97ac2c37fb19d1315f13024e1b7c252c4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /DVDUBF+CMMI7 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font ZBPVOC+csr10
+%!FontType1-1.0: csr10 1.1/12-Nov-94
+% CSfonts -- pfb ver.Apr.1998, generated from BaKoMa fonts. NO WARRANTY.
+% Accents are added using t1accent program, (c) Petr Olsak, 1998
+%%VMusage: 25429 25707
+% T1FMT-V2.0, Copyright (c) 1993,1994, Basil K. Malyshev. All rights reserved.
+12 dict begin
+/FontInfo 13 dict dup begin
+/version (1.1/12-Nov-94) readonly def
+/Notice (Copyright \(C\) 1994, Basil K. Malyshev. All Rights Reserved.\012BaKoMa Fonts Collection, Level-B.) readonly def
+/FullName (csr10) readonly def
+/FamilyName (csr10) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -133 def
+/UnderlineThickness 20 def
+/XHeight 431 def
+/Ascender 694 def
+/Descender -194 def
+/CapHeight 683 def
+end readonly def
+/FontName /ZBPVOC+csr10 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 61 /equal put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [-44 -250 1111 864] readonly def
+/UniqueID 4701481 def
+/StrokeWidth 0 def
+currentdict end
+currentfile eexec
+d9d66f633b846a989b9974b0179fc6cc445bc2c03103c68570a7b354a4a280ae
+6fbf7f98f75adf5180cdd505cdc93f13ee312cb03ac7b00c9c4622c80d74023c
+c1962bd0caf57f3c335ded6a6c36110e591128c8861ca07dca77cf521beab94f
+bb761a39789af6c405eb8b495e41c5915360664d422344de89da844efdd13c45
+cb82b522b9e7256916fd366b61290914fc63045ea3c05bbd24545cc5f4451e74
+edddbe488adb69505c96937b35e2d8e7dd2a21a13acf068469e92bc111e5e809
+0e489e43c83dc29bdb053c4af9440b668638d0eb64d2976e6f7d6472ce149020
+5249a42d7dbca06030f48694f7ca0b38978998765d7e7be1d365613011e79d8e
+deb631764d47d1f9663a46a0702ae1ce700abac55a77dc4472405c469fce7cd9
+ff240937b0c74279abcb8583b4d1cedc2856847f4cc2bb267318451b79c1afe6
+6dbbe53c3cbe648c7e1554964dcf29b12753a8431e0e0793099e24e698395683
+346c2a1535dd6d0263200e9f1b76843f139eddd475bec3eb84be3e1e664ec01b
+63b5ec60e6bc15ec7134e83f445bdf0c06d3afa7ef773b48cd9e51ac628172e6
+d4d4d306767b31219d3e545a0819f4429c34e598f8a758719e02602982d87758
+5fd419d175b959787d3707d1467ab66bf8beaf14ac38e07f6b90baa760bb3807
+f83ba97c7c696849bfbe8ef51dbce39508f288cfcc9a00d3534b62f8ab995ae0
+a2608eecbb5c156f4ded7195dee9f66550737765dbaec14039cda155a14d9591
+b7ac0282147bc3de8ed0ddb1280c7a23a51428c250f859584bf2dfda68e82e09
+3e18b41374f224f3eac407807ce5159ac61dbd6d308ba0faf841aa47d482d8b0
+7b8524840e786c67fa7583e00445ec83ad41c7b1e472a1d50b243b4ce011c530
+3906853e6c1be90d5ea39263010537e6c648eba7a245a5fd1ebb10f9e96f383a
+ca8ed355023e1b36011ada2df440e0ca9ca60c8db22d8613219ad2b2b97bab80
+1f930f0a5e8a386ba4ad11c0174cdd10c30eb44ceda8f3d8c73f02c787d6f7d9
+d46100833edde8447ad731198dace0a16c2f24890db7077d8e08da38cbb13654
+8c4ebd337bc8c44e652068fd1db883201544dc7a3dbc1471dd48d47fbdf082c0
+a5482facfd91d0db60e3291357f258dff2eba9d5ec4969a9ef331979f018724a
+d71e28c60a1822f3f2f1becfdc5392e3a60319c249fadffb69f21bf963a15b1c
+03f2c41148ba85bd9c0c83871195b28cc54780909432f4f4d198655ea208f98b
+35789bffdb8444b21b1fe9dda188c9fae3391095781822f76ce501618e14c200
+7a3338e05edf1bd77131eed784af7749dae44465a9b0489e4cdd308957928f3a
+ff39b376e2c90159b7479a6ac7d0abd270dc59b56c91d62bcf2f6b72caca420b
+792235c67cb5569c36764f699afee318719e83a6a025ad6f2c0bbb409dfe46c3
+d59fa185fcc49a2996e463abfabba6e43c221be667a7a1e4581e7e17ebb1a8cb
+79145f70dcc8a33721f57f23c8ad2d5f692bd34ba01d0a72a0019e88bb95f196
+7cea454fc8b8f16e3b9e4939b07cbed0a0f9b8e1bd55d845abb90169f9fbc685
+92d4836edf01ecd47b97206c1d8499d0adc23b1fd7795da0a9bdc5061569064f
+a442539b16d4751d086815dcfa9d80b7c74ba43ffc0fd8b6709adf54ffa397ad
+e4cec37f9da4c76695043d7830453dd46bd2ab1443db554f5af3a1c627f76de6
+0bf8f71a308549245c5c5043e8dd2ec58b757d258dc364e91f5807539807643f
+c83c1a50e6baa78b62ec0163224ee8ee934ebe6023852533ded82c1f84699870
+e67dba1f5f7a9aee542ab55f840a15ab6f0cbf2d0b9c1704869e6fef54d7974d
+afafa428bf8afba4e7bb8acaab3cec1e32b5811c9a3b287b3ff402c46c96e98b
+5ddab9452d137b0ed39c6832cc56443af8d2eb5144e2bb756423223400ca5e22
+5d23cee93ce3c2074611005a26658fc90f420fd9ddffd2e6a0b41f2a1bb84373
+14fe903aea3fd8e562436dd4efbf6ed09a3ebb7d58cf0af0780a8e0882ae7564
+79d211581dcc30e0b69eaf8c14669ccc3b85a225aaaef8a48b88befd8386293d
+5c045cf24cc0968f86de15481a6850111fe6c4209e3dec9dff4001a54a0719a9
+112b286ee68fe3f17829ac3de6ca8c1298e7de5a125d8b0e9cd47f619c3fbc06
+36d48744fbcc0a0c23f18df113556d9248d9be6078b5ffc301678dc641fdc7de
+5139a062b40d5f1c32008de02db7722e6ab4eae46a1df9961ff09a06cf69e598
+cb487b4469f9558c02519a38b15cd2b9101b4eaed70d5aa6a040771ca7f43dec
+e1bcd1933fe05571d32ac7b1d482c16c167fd38de4f0c379679d5129250e461e
+577e2e25ce5f992f9d8cb19722694765ee6265a54c76d7e1d157c381d119fd23
+b70c6b59c5af958130be05f8d0ef84a399d134c51bd43697fc100abd764b45b1
+215586dd5d696b77b7484d72e99af0a1c4678161d36c99abed90665d4ea4d2a2
+e30d6abaaf656d68059aef24ecaecdc876a8050bc6d7455d6d2f9667cc5e778d
+a49a07c789268576c25a12ec7534bc03d8568d4aec5aeb709b512729c7d788f0
+3fe61886d204941d5056612d5db6031b4dacc4d304b55d3b0623cfacb7d450d3
+3e80362554761d99504a5bb67c0c2d65094cc8130f8c2badb39ed97afacfa955
+1cfe10198cdfaf32c490c6b3152d6035a745e7b47130666121eeb63ca24caa40
+3d8a2310928f60b8e9dcdd931b0c4ecff540084789940bcd0023e260947aad8e
+539f547c8cfe35ddb4615053bb4116cf6ee2b69bc3f9f6bfb78bc663df0485f7
+b0651b46ffedd31dc4384cfa0e17e3e10c4f94bb8eecf8cde1819268f8ee61c2
+ec361cd127b3185d71f2e1e39579f8d8e93073d041368722c8bc4f4288ad4f82
+4a3c7cc119ce0af9131a1ec5756932f92b601eadc9ea2fcfded3e8e291a974bd
+97b92b75a3e9d74e9da382289c2e7fac4d7ac352ad3054f20eff60f455f5e6c6
+3692b85f5bc7a6a87535e9a0e24aa921de060ecb38ffb8ff7e5f00437628b073
+ccc5fb242b93f622b02f2c0aaefec0d2fe8c7c04f492014ba2bbb2eb21df93b1
+32ba4aa1a0ecc63eacff3dffd759a8458bc37f8f6175726af79157fc4c190e9e
+efd0d041acd89cd35ee4fd654748b88f7b944eb4b7f3c03c04b68953da697399
+f05ac3f2ce0cba163c1b50d2a644b285ddebf1855c08d1d6faf6fb97d6a437bb
+72ba9d3e5e3abcedf0d934dbb8de2969e7c0475e188b2bb508ce0cfa3e84916b
+b1cc2f4c4c413753126d92bb0fc07809d98560c2d999a0afb25858ab6416b097
+f9f654ccddd298480b55c3f7d5d9b7a9bc378c168d80df3c2e4e5a469bd22525
+d33fe99cd61280ada2409b0ee04dab5b72b819d7869e6c6128a233e22d45a1d6
+ae2cbe5626a2c253e9c53a9494729613789864485f2c1106e4f31671219b255b
+4592c7c64aad62d532591d85595bffe4955e4b833e931c0536fa118483fe699d
+ab570673f0baafa9c5b4ad63a35f
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F15_0 /ZBPVOC+csr10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/one/two/three/four/five/six/seven
+ /eight/.notdef/.notdef/.notdef/.notdef/equal/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+q
+[1 0 0 1 5.039 162] cm
+q
+[1 0 0 1 74 9] cm
+[1 0 0 1 0 -162] cm
+1.13383 w
+[] 0 d
+1 J
+1 j
+10 M
+-70.8661 0 m
+70.8661 0 l
+S
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+f
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+S
+1.13383 w
+0 0 m
+0 141.732 l
+S
+1.13383 w
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+f
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+S
+1.13383 w
+-35.4331 -1.41733 m
+-35.4331 1.41733 l
+S
+35.4331 -1.41733 m
+35.4331 1.41733 l
+S
+1.13383 w
+-1.41733 19.1815 m
+1.41733 19.1815 l
+S
+-1.41733 38.3629 m
+1.41733 38.3629 l
+S
+-1.41733 57.5444 m
+1.41733 57.5444 l
+S
+-1.41733 76.7258 m
+1.41733 76.7258 l
+S
+-1.41733 95.9073 m
+1.41733 95.9073 l
+S
+-1.41733 115.089 m
+1.41733 115.089 l
+S
+/DeviceRGB {} cs
+[1 0 0] sc
+/DeviceRGB {} CS
+[1 0 0] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01584 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87282 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05568 -46.6517 5.14058 -46.0615 5.22766 c
+-45.4706 5.31483 -44.8799 5.40417 -44.2897 5.49576 c
+-43.6988 5.58745 -43.1082 5.68138 -42.5179 5.77762 c
+-41.927 5.874 -41.3364 5.97267 -40.7462 6.07382 c
+-40.1552 6.17511 -39.5646 6.27887 -38.9744 6.38524 c
+-38.3834 6.49178 -37.7928 6.60094 -37.2027 6.71275 c
+-36.6115 6.82477 -36.021 6.93945 -35.4309 7.05695 c
+-34.8397 7.17465 -34.2491 7.29517 -33.6591 7.4187 c
+-33.0679 7.5425 -32.4773 7.66933 -31.8874 7.7992 c
+-31.2961 7.92935 -30.7055 8.06255 -30.1156 8.199 c
+-29.5243 8.3358 -28.9336 8.47586 -28.3439 8.61931 c
+-27.7524 8.76317 -27.1618 8.91043 -26.5721 9.06126 c
+-25.9806 9.21257 -25.39 9.36748 -24.8003 9.52605 c
+-24.2087 9.68515 -23.6181 9.84795 -23.0286 10.0145 c
+-22.4369 10.1818 -21.8462 10.3528 -21.2568 10.5279 c
+-20.665 10.7037 -20.0744 10.8836 -19.485 11.0676 c
+-18.8931 11.2525 -18.3025 11.4417 -17.7133 11.6351 c
+-17.1212 11.8295 -16.5306 12.0283 -15.9415 12.2316 c
+-15.3493 12.436 -14.7587 12.6451 -14.1698 12.8589 c
+-13.5774 13.0739 -12.9868 13.2937 -12.398 13.5183 c
+-11.8055 13.7443 -11.2148 13.9753 -10.6262 14.2114 c
+-10.0335 14.4491 -9.4429 14.692 -8.85448 14.9401 c
+-8.26161 15.1901 -7.67096 15.4454 -7.08272 15.7061 c
+-6.48962 15.9689 -5.89899 16.2373 -5.31096 16.5113 c
+-4.71764 16.7878 -4.12701 17.07 -3.5392 17.358 c
+-2.94568 17.6488 -2.35503 17.9455 -1.76744 18.2481 c
+-1.17365 18.5539 -0.58301 18.8657 0.00432 19.1838 c
+0.59836 19.5055 1.18896 19.8334 1.7761 20.1675 c
+2.37039 20.5057 2.96107 20.8502 3.54785 21.2013 c
+4.1425 21.5571 4.73306 21.9196 5.31961 22.2886 c
+5.91447 22.6628 6.50514 23.0437 7.09137 23.4313 c
+7.68661 23.8248 8.27724 24.2254 8.86313 24.6327 c
+9.45866 25.0468 10.0493 25.468 10.6349 25.896 c
+11.2307 26.3314 11.8214 26.774 12.4067 27.2236 c
+13.0029 27.6816 13.5935 28.147 14.1784 28.6194 c
+14.775 29.1013 15.3656 29.5905 15.9502 30.0869 c
+16.5471 30.5938 17.1377 31.1082 17.7219 31.6297 c
+18.3192 32.1629 18.9098 32.7036 19.4937 33.2514 c
+20.0914 33.8123 20.682 34.3807 21.2655 34.9563 c
+21.8635 35.5464 22.4541 36.144 23.0372 36.7488 c
+23.6357 37.3694 24.2262 37.9977 24.809 38.6331 c
+25.4078 39.286 25.9983 39.9464 26.5807 40.614 c
+27.1799 41.3008 27.7704 41.9951 28.3525 42.6964 c
+28.952 43.4188 29.5426 44.1486 30.1243 44.8854 c
+30.7242 45.6454 31.3147 46.4128 31.896 47.1871 c
+32.4963 47.9865 33.0868 48.7931 33.6678 49.6065 c
+34.2684 50.4472 34.8588 51.2952 35.4395 52.1499 c
+36.0405 53.0343 36.6309 53.9258 37.2113 54.8239 c
+37.8126 55.7542 38.4029 56.6915 38.9831 57.6351 c
+39.5846 58.6135 40.175 59.5987 40.7548 60.5901 c
+41.3567 61.6192 41.9471 62.655 42.5266 63.6969 c
+43.1287 64.7793 43.7191 65.8682 44.2984 66.963 c
+44.9007 68.1014 45.4911 69.2461 46.0701 70.3965 c
+46.6727 71.5937 47.2631 72.797 47.8419 74.0059 c
+48.4447 75.265 49.035 76.5301 49.6136 77.8006 c
+50.2167 79.1247 50.807 80.4545 51.3854 81.7896 c
+51.9887 83.1822 52.579 84.5803 53.1572 85.9835 c
+53.7606 87.4479 54.3509 88.9176 54.9289 90.3922 c
+55.5326 91.9321 56.1228 93.4772 56.7007 95.0269 c
+57.3045 96.6462 57.8947 98.2705 58.4724 99.8992 c
+59.0764 101.602 59.6666 103.31 60.2442 105.022 c
+60.8483 106.812 61.4385 108.607 62.016 110.407 c
+62.6202 112.289 63.2104 114.176 63.7877 116.067 c
+64.3921 118.047 64.9823 120.031 65.5595 122.019 c
+66.1639 124.1 66.754 126.186 67.3313 128.275 c
+67.936 130.464 68.5266 132.656 69.103 134.852 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 72.966 -6.389] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(x) 5.69884 Tj
+[1 0 0 1 -72.966 6.389] cm
+[1 0 0 1 -7.342 145.769] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 7.342 -145.769] cm
+[1 0 0 1 55.013 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 -55.013 -139.79] cm
+[1 0 0 1 63.023 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 -63.023 -139.79] cm
+[1 0 0 1 73.539 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(e) 4.64276 Tj
+[1 0 0 1 -73.539 -139.79] cm
+[1 0 0 1 78.177 143.405] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F10_0 6.974 Tf
+(x) 4.51915 Tj
+[1 0 0 1 -78.177 -143.405] cm
+/DeviceGray {} cs
+[1] sc
+/DeviceGray {} CS
+[1] SC
+-73.433 -8.3895 158.626 160.448 re
+S
+/DeviceRGB {} cs
+[0 0 1] sc
+/DeviceRGB {} CS
+[0 0 1] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01584 l
+-63.7791 3.17038 l
+-62.0073 3.33281 l
+-60.2356 3.50316 l
+-58.4638 3.68199 l
+-56.692 3.8696 l
+-54.9203 4.06628 l
+-53.1485 4.27234 l
+-51.3767 4.48834 l
+-49.605 4.7143 l
+-47.8332 4.95049 l
+-46.0615 5.19751 l
+-44.2897 5.45566 l
+-42.5179 5.72493 l
+-41.9271 5.81665 -41.3365 5.91026 -40.7462 6.00592 c
+-40.1553 6.10168 -39.5647 6.1995 -38.9744 6.29918 c
+-38.3835 6.39897 -37.7929 6.50064 -37.2027 6.60446 c
+-36.6117 6.7084 -36.0211 6.8145 -35.4309 6.9226 c
+-34.8399 7.03085 -34.2493 7.14114 -33.6591 7.25363 c
+-33.0681 7.36629 -32.4775 7.48116 -31.8874 7.59813 c
+-31.2964 7.71527 -30.7057 7.83453 -30.1156 7.95609 c
+-29.5246 8.07782 -28.934 8.20186 -28.3439 8.32808 c
+-27.7528 8.4545 -27.1622 8.5831 -26.5721 8.71414 c
+-25.981 8.84541 -25.3904 8.97914 -24.8003 9.11511 c
+-24.2092 9.25133 -23.6186 9.38977 -23.0286 9.53073 c
+-22.4374 9.67197 -21.8468 9.8157 -21.2568 9.96185 c
+-20.6656 10.1083 -20.075 10.2572 -19.485 10.4085 c
+-18.8938 10.5601 -18.3032 10.7142 -17.7133 10.8709 c
+-17.122 11.028 -16.5314 11.1876 -15.9415 11.3498 c
+-15.3502 11.5123 -14.7596 11.6773 -14.1698 11.845 c
+-13.5784 12.0131 -12.9878 12.1839 -12.398 12.3572 c
+-11.8066 12.531 -11.216 12.7073 -10.6262 12.8864 c
+-10.0348 13.066 -9.44424 13.2484 -8.85448 13.4334 c
+-8.26305 13.6189 -7.67244 13.8071 -7.08272 13.998 c
+-6.49121 14.1895 -5.90062 14.3837 -5.31096 14.5807 c
+-4.71942 14.7784 -4.12885 14.9789 -3.5392 15.1822 c
+-2.94763 15.3861 -2.35703 15.5928 -1.76744 15.8024 c
+-1.17581 16.0127 -0.58525 16.2259 0.00432 16.4419 c
+0.59596 16.6587 1.18658 16.8783 1.7761 17.1008 c
+2.3678 17.3241 2.95837 17.5504 3.54785 17.7795 c
+4.13957 18.0095 4.73018 18.2423 5.31961 18.4781 c
+5.91139 18.7149 6.50198 18.9546 7.09137 19.1973 c
+7.6832 19.4409 8.2738 19.6875 8.86313 19.9372 c
+9.455 20.1879 10.0456 20.4417 10.6349 20.6984 c
+11.2268 20.9563 11.8174 21.217 12.4067 21.4808 c
+12.9986 21.7458 13.5892 22.014 14.1784 22.2851 c
+14.7704 22.5575 15.361 22.8329 15.9502 23.1113 c
+16.5422 23.3911 17.1329 23.6739 17.7219 23.9598 c
+18.3141 24.2473 18.9046 24.5379 19.4937 24.8315 c
+20.0858 25.1266 20.6764 25.4247 21.2655 25.7259 c
+21.8577 26.0287 22.4482 26.3348 23.0372 26.6438 c
+23.6294 26.9545 24.2201 27.2682 24.809 27.585 c
+25.4013 27.9037 25.9919 28.2257 26.5807 28.5506 c
+27.1731 28.8775 27.7637 29.2074 28.3525 29.5405 c
+28.9449 29.8755 29.5355 30.2136 30.1243 30.5549 c
+30.7167 30.8983 31.3073 31.2449 31.896 31.5946 c
+32.4885 31.9464 33.0791 32.3013 33.6678 32.6594 c
+34.2603 33.0197 34.8509 33.3833 35.4395 33.7499 c
+36.0321 34.1189 36.6227 34.491 37.2113 34.8662 c
+37.8039 35.2439 38.3945 35.6248 38.9831 36.0089 c
+39.5757 36.3956 40.1663 36.7855 40.7548 37.1784 c
+41.3475 37.5741 41.9381 37.9728 42.5266 38.3746 c
+43.1193 38.7793 43.7099 39.1871 44.2984 39.5981 c
+44.8911 40.012 45.4817 40.4291 46.0701 40.8493 c
+46.6629 41.2726 47.2535 41.6989 47.8419 42.1283 c
+48.4347 42.561 49.0253 42.9967 49.6136 43.4355 c
+50.2065 43.8777 50.7971 44.3229 51.3854 44.7713 c
+51.9783 45.2232 52.5689 45.6781 53.1572 46.1361 c
+53.7501 46.5976 54.3407 47.0622 54.9289 47.5298 c
+55.5219 48.0012 56.1126 48.4757 56.7007 48.9532 c
+57.2937 49.4346 57.8843 49.9192 58.4724 50.4066 c
+59.0655 50.8981 59.6561 51.3926 60.2442 51.89 c
+60.8373 52.3917 61.4279 52.8964 62.016 53.404 c
+62.6091 53.916 63.1997 54.431 63.7877 54.9488 c
+64.3809 55.4713 64.9715 55.9967 65.5595 56.525 c
+66.1527 57.0579 66.7433 57.5937 67.3313 58.1324 c
+67.9245 58.6759 68.5151 59.2222 69.103 59.7714 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 -68.766 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(n) 5.9778 Tj
+[1 0 0 1 68.766 -133.212] cm
+[1 0 0 1 -60.019 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 60.019 -133.212] cm
+[1 0 0 1 -49.503 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(3) 4.9815 Tj
+[1 0 0 1 49.503 28.788] cm
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font EVWCWH+CMMI10
+%%+ font DVDUBF+CMMI7
+%%+ font ZBPVOC+csr10
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0005.eps b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0005.eps
new file mode 100644
index 00000000000..9eaed467c56
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0005.eps
@@ -0,0 +1,1133 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: xpdf/pdftops 3.00
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 171 171
+%%HiResBoundingBox: 0 0 170.079 170.079
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ 3 1 roll 2 array astore
+ /setpagedevice where {
+ pop 3 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ /Policies 1 dict dup begin /PageSize 3 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/cshow where {
+ pop
+ /cshow2 {
+ dup {
+ pop pop
+ 1 string dup 0 3 index put 3 index exec
+ } exch cshow
+ pop pop
+ } def
+}{
+ /cshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 2 index length 1 sub {
+ 2 copy get exch 1 add 2 index exch get
+ 2 copy exch 256 mul add
+ 2 string dup 0 6 5 roll put dup 1 5 4 roll put
+ 3 index exec
+ } for
+ } {
+ dup {
+ 1 string dup 0 3 index put 3 index exec
+ } forall
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/awcp {
+ exch {
+ false charpath
+ 5 index 5 index rmoveto
+ 6 index eq { 7 index 7 index rmoveto } if
+ } exch cshow2
+ 6 {pop} repeat
+} def
+/Tj {
+ fCol
+ 1 index stringwidth pdfTextMat idtransform pop
+ sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16 {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform pop
+ sub exch div
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16V {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform exch pop
+ sub exch div
+ 0 pdfWordSpacing pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing add 0 exch
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj1 {
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 8 2 roll
+ pdfTextRender 1 and 0 eq {
+ 6 copy awidthshow
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 7 index 7 index moveto
+ 6 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ false awcp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 8 6 roll moveto
+ false awcp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ 8 {pop} repeat
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { pdfFontSize 0.001 mul mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+% Level 2 image operators
+/pdfImBuf 100 string def
+/pdfIm {
+ image
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImM {
+ fCol imagemask
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h f*
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%BeginResource: font EVWCWH+CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /EVWCWH+CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 101 /e put
+dup 110 /n put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+/UniqueID 5087385 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d5993dfc0930297866e1cd0a319b6b1fd958
+9e394a533a081c36d456a09920001a3d2199583eb9b84b4dee08e3d12939e321
+990cd249827d9648574955f61baaa11263a91b6c3d47a5190165b0c25abf6d3e
+6ec187e4b05182126bb0d0323d943170b795255260f9fd25f2248d04f45dfbfb
+def7ff8b19bfef637b210018ae02572b389b3f76282beb29cc301905d388c721
+59616893e774413f48de0b408bc66dce3fe17cb9f84d205839d58014d6a88823
+d9320ae93af96d97a02c4d5a2bb2b8c7925c4578003959c46e3ce1a2f0eac4bf
+8b9b325e46435bde60bc54d72bc8acb5c0a34413ac87045dc7b84646a324b808
+6fd8e34217213e131c3b1510415ce45420688ed9c1d27890ec68bd7c1235faf9
+1dab3a369dd2fc3be5cf9655c7b7eda7361d7e05e5831b6b8e2eec542a7b38ee
+03be4bac6079d038acb3c7c916279764547c2d51976baba94ba9866d79f13909
+95aa39b0f03103a07cbdf441b8c5669f729020af284b7ff52a29c6255fcaacf1
+74109050fba2602e72593fbcbfc26e726ee4aef97b7632bc4f5f353b5c67fed2
+3ea752a4a57b8f7feff1d7341d895f0a3a0be1d8e3391970457a967eff84f6d8
+47750b1145b8cc5bd96ee7aa99ddc9e06939e383bda41175233d58ad263ebf19
+afc0e2f840512d321166547b306c592b8a01e1fa2564b9a26dac14256414e4c8
+42616728d918c74d13c349f4186ec7b9708b86467425a6fdb3a396562f7ee4d8
+40b43621744cf8a23a6e532649b66c2a0002dd04f8f39618e4f572819dd34837
+b5a08e643fdca1505af6a1fa3ddfd1fa758013caed8acddbbb334d664dff5b53
+9560176671a33fc55340cd04c2de46fd812fc2711a85f3cc57f2cf1bedefc217
+217f1a6065fa29758498c2762dd1340c6168171c629556ea6de5612884db94e0
+a2b6d5cb8ba850e74ec72fc08d89de6a8d37fde1e9547201c0445a2e2930725c
+942be1459d3eb19c6ab0936ac31cad484f45cda0ee0272b808250d1db005e3c8
+71bef687075a0b4467ef0e30bd8af2a290b296b3b288db71759cdb9cbac6fdb9
+a1899e1631d580dfe13ad39bc16ad360e7b3ce181350737b797f512a4c556e03
+106a7dbbebf3b31e8973c89815fa4a1e84544134e658ed16345b3ccf902743b1
+5c6e33257388a92db44b099e470aa47859b5e6b0cf7896eb59b6c9b59da91987
+a8fbc2afe7866c25e9998786f1443fe59759235b8042e5d2815a47acf24235cd
+58518f444cf3a347fd0e816da87fe2c348bb865a34d9a84a9159d5b495bbd5be
+5a07b1f3a4330e898cd1c08cce6eda8a01f368c1ca305856590900d7957036c8
+e8953886de14f3519794828ba56c29e9a6794bab32cfcd5503ccc3c68c00c352
+4fdea3905a6cba387ed1245ed0c4b44a0a6d5db5d25f11f996ff43dda22ee685
+adbf4fb2fa538f1a2542d6b8d7304a666ac60f033fff5d5667fe9dab4ba9ad33
+ffb004acd99c2d09297fd5a79cad212f40d0f7bae5463fb3fd0f48e19b6e8b35
+4a40010e9a22a547a6d5ac7abc6ce9c4b694c4e41a9a5d57e7b379aee3dbef3e
+03e76015acd9c87d2dc56fb5ba02a595b979dc118b34127eb21da6f79e60b343
+b8fe262b07530c094884342019891f48c7754807d7416001eb1aa48be47b1f0c
+89a5c8556e12e52c6e204e2ba2ce6b33d752255ab680276c7c67b514ea0aa239
+617879e57a404eec44fbd35a137d442b1f172d6df97a415f41de86de73cf5d71
+13fd6d529e03b0bebde85256ed045f49eebb0b08845ba91ac5c91b529fcc1f57
+3559947b24475e3f933967e5f26c108640c243e1de7e48ef778cdd7970a9c7c7
+0c19ea49d9d9a103636141d9a23adfdc8e2fa1a8ea343af8b0b9909db5f93e19
+c38d9cf42d9bc7989c91598cb8b80047f9201238fb3803fa9058a5e79ebb7c3f
+f48171fc8901c4ef95a222d4076b0b9e96434d6cc78abd48c0f0b21ee61b4b2b
+2fdf4743eb50981a4270756f8ae877092697282a7cc56b00b5607c8087da8b73
+1ca8b8200b8599b44b9e805eeb06bbddf47ee85263722bb21ebd14b0163648f9
+e535e6ecb0cf9a394d92238c36d2f56cbd5458ab86e74134697bbe77091122db
+2cb3f0ed39ccff1f0584d40a59676ba94625cdf9176e730876ac56a9fcba967d
+fc9fe078b5fb7821eee5178d6e0d97543af2d10d048663ad9369ed71f488ffbf
+279ba62017ec05f59ef4df20f21161708c9f8bcc1cfd080ab47a0a7ad48897af
+abe5bb898bd120a0a1b9
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F5_0 /EVWCWH+CMMI10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/e/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/n/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/y/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font DVDUBF+CMMI7
+%!PS-AdobeFont-1.1: CMMI7 1.100
+%%CreationDate: 1996 Jul 23 07:53:53
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /DVDUBF+CMMI7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 120 /x put
+readonly def
+/FontBBox{0 -250 1171 750}readonly def
+/UniqueID 5087382 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d77639df1232a4d6233a9caf69b151dfd33f
+c0962eac6e3ebfb8ad256a3c654eaaf9a50c51bc6fa90b61b60401c235afab7b
+b078d20b4b8a6d7f0300cf694e6956ff9c29c84fcc5c9e8890aa56b1bc60e868
+da8488ac4435e6b5ce34ea88e904d5c978514d7e476bf8971d419363125d4811
+4d886edddcdda8a6b0fda5cf0603ea9fa5d4393bebb26e1ab11c2d74ffa6fee3
+fafbc6f05b801c1c3276b11080f5023902b56593f3f6b1f37997038f36b9e3ab
+76c2e97e1f492d27a8e99f3e947a47166d0d0d063e4e6a9b535dc9f1bed129c5
+123775d5d68787a58c93009fd5da55b19511b95168c83429bd2d878207c39770
+012318ea7aa39900c97b9d3859e3d0b04750b8390bf1f1bc29dc22bcad50ecc6
+a3c633d0937a59e859e5185af9f56704708d5f1c50f78f43dfac43c4e7dc9413
+44cefe43279afd3c167c942889a352f2ff806c2ff8b3eb4908d50778aa58cffc
+4d1b14597a06a994ed8414bbe8b26e74d49f6cf54176b7297cda112a69518050
+01337cba5478eb984cdd22020daed9ca8311c33fbcc84177f5ce870e709fc608
+d28b3a7208eff72988c136142ce79b4e9c7b3fe588e9824abc6f04d141e589b3
+914a73a42801305439862414f893d5b6c327a7ee2730dede6a1597b09c258f05
+261bc634f64c9f8477cd51634ba648fc70f659c90dc042c0d6b68cd1df36d615
+24f362b85a58d65a8e6dfd583ef9a79a428f2390a0b5398eeb78f4b5a89d9ad2
+a517e0361749554abd6547072398ffdd863e40501c316f28fddf8b550ff8d663
+9843d0bea42289f85bd844891db42ec7c51229d33ee7e83b1290404c799b8e8c
+889787cdc194f782420bb447de705eae7963391b36646a08bacff210b7e5b8b9
+65bcec644cfd47e6e154d0eef75020d610e957e37b643b89696de26056d00f9d
+7287aa5b8ae55de31f6c4794c22c708ac3285293d17c81e1b93a0501b2588d25
+c290af42ade3275e96ea2d942d3b0f3446cbeef2863b65fd1a144b299fe504db
+36a5d94b6d530f7080fa35bbd9af9cf7cf702550e345377c22d52f1d9f5bbcfd
+19e96a3d7721ca7ba01960993d9cc66481321fd87e984250399a0360744d884f
+e7273c519f94b79651cdf152586857ffa455eadffd2ca91171862c862c139a8d
+e07ff3728d2bdfb3e7e54c9d9a90e8df6cd0d9b034ef3b00f39e102fc7a84555
+3f2d553d72c03f19551cb2d39031bf41a75e066e5644adf224552bf2ba8d0648
+ba24d3064512ec83af5bee55cc39761c2adc06891eee1ab4508fbe89ad43de55
+553b31b8d633cd56c81aa37edb51980500da912d06c008c3681022419637872a
+b9439dd9734b8fe064e6dc11c8f97ac2c37fb19d1315f13024e1b7c252c4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /DVDUBF+CMMI7 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font ZBPVOC+csr10
+%!FontType1-1.0: csr10 1.1/12-Nov-94
+% CSfonts -- pfb ver.Apr.1998, generated from BaKoMa fonts. NO WARRANTY.
+% Accents are added using t1accent program, (c) Petr Olsak, 1998
+%%VMusage: 25429 25707
+% T1FMT-V2.0, Copyright (c) 1993,1994, Basil K. Malyshev. All rights reserved.
+12 dict begin
+/FontInfo 13 dict dup begin
+/version (1.1/12-Nov-94) readonly def
+/Notice (Copyright \(C\) 1994, Basil K. Malyshev. All Rights Reserved.\012BaKoMa Fonts Collection, Level-B.) readonly def
+/FullName (csr10) readonly def
+/FamilyName (csr10) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -133 def
+/UnderlineThickness 20 def
+/XHeight 431 def
+/Ascender 694 def
+/Descender -194 def
+/CapHeight 683 def
+end readonly def
+/FontName /ZBPVOC+csr10 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 61 /equal put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [-44 -250 1111 864] readonly def
+/UniqueID 4701481 def
+/StrokeWidth 0 def
+currentdict end
+currentfile eexec
+d9d66f633b846a989b9974b0179fc6cc445bc2c03103c68570a7b354a4a280ae
+6fbf7f98f75adf5180cdd505cdc93f13ee312cb03ac7b00c9c4622c80d74023c
+c1962bd0caf57f3c335ded6a6c36110e591128c8861ca07dca77cf521beab94f
+bb761a39789af6c405eb8b495e41c5915360664d422344de89da844efdd13c45
+cb82b522b9e7256916fd366b61290914fc63045ea3c05bbd24545cc5f4451e74
+edddbe488adb69505c96937b35e2d8e7dd2a21a13acf068469e92bc111e5e809
+0e489e43c83dc29bdb053c4af9440b668638d0eb64d2976e6f7d6472ce149020
+5249a42d7dbca06030f48694f7ca0b38978998765d7e7be1d365613011e79d8e
+deb631764d47d1f9663a46a0702ae1ce700abac55a77dc4472405c469fce7cd9
+ff240937b0c74279abcb8583b4d1cedc2856847f4cc2bb267318451b79c1afe6
+6dbbe53c3cbe648c7e1554964dcf29b12753a8431e0e0793099e24e698395683
+346c2a1535dd6d0263200e9f1b76843f139eddd475bec3eb84be3e1e664ec01b
+63b5ec60e6bc15ec7134e83f445bdf0c06d3afa7ef773b48cd9e51ac628172e6
+d4d4d306767b31219d3e545a0819f4429c34e598f8a758719e02602982d87758
+5fd419d175b959787d3707d1467ab66bf8beaf14ac38e07f6b90baa760bb3807
+f83ba97c7c696849bfbe8ef51dbce39508f288cfcc9a00d3534b62f8ab995ae0
+a2608eecbb5c156f4ded7195dee9f66550737765dbaec14039cda155a14d9591
+b7ac0282147bc3de8ed0ddb1280c7a23a51428c250f859584bf2dfda68e82e09
+3e18b41374f224f3eac407807ce5159ac61dbd6d308ba0faf841aa47d482d8b0
+7b8524840e786c67fa7583e00445ec83ad41c7b1e472a1d50b243b4ce011c530
+3906853e6c1be90d5ea39263010537e6c648eba7a245a5fd1ebb10f9e96f383a
+ca8ed355023e1b36011ada2df440e0ca9ca60c8db22d8613219ad2b2b97bab80
+1f930f0a5e8a386ba4ad11c0174cdd10c30eb44ceda8f3d8c73f02c787d6f7d9
+d46100833edde8447ad731198dace0a16c2f24890db7077d8e08da38cbb13654
+8c4ebd337bc8c44e652068fd1db883201544dc7a3dbc1471dd48d47fbdf082c0
+a5482facfd91d0db60e3291357f258dff2eba9d5ec4969a9ef331979f018724a
+d71e28c60a1822f3f2f1becfdc5392e3a60319c249fadffb69f21bf963a15b1c
+03f2c41148ba85bd9c0c83871195b28cc54780909432f4f4d198655ea208f98b
+35789bffdb8444b21b1fe9dda188c9fae3391095781822f76ce501618e14c200
+7a3338e05edf1bd77131eed784af7749dae44465a9b0489e4cdd308957928f3a
+ff39b376e2c90159b7479a6ac7d0abd270dc59b56c91d62bcf2f6b72caca420b
+792235c67cb5569c36764f699afee318719e83a6a025ad6f2c0bbb409dfe46c3
+d59fa185fcc49a2996e463abfabba6e43c221be667a7a1e4581e7e17ebb1a8cb
+79145f70dcc8a33721f57f23c8ad2d5f692bd34ba01d0a72a0019e88bb95f196
+7cea454fc8b8f16e3b9e4939b07cbed0a0f9b8e1bd55d845abb90169f9fbc685
+92d4836edf01ecd47b97206c1d8499d0adc23b1fd7795da0a9bdc5061569064f
+a442539b16d4751d086815dcfa9d80b7c74ba43ffc0fd8b6709adf54ffa397ad
+e4cec37f9da4c76695043d7830453dd46bd2ab1443db554f5af3a1c627f76de6
+0bf8f71a308549245c5c5043e8dd2ec58b757d258dc364e91f5807539807643f
+c83c1a50e6baa78b62ec0163224ee8ee934ebe6023852533ded82c1f84699870
+e67dba1f5f7a9aee542ab55f840a15ab6f0cbf2d0b9c1704869e6fef54d7974d
+afafa428bf8afba4e7bb8acaab3cec1e32b5811c9a3b287b3ff402c46c96e98b
+5ddab9452d137b0ed39c6832cc56443af8d2eb5144e2bb756423223400ca5e22
+5d23cee93ce3c2074611005a26658fc90f420fd9ddffd2e6a0b41f2a1bb84373
+14fe903aea3fd8e562436dd4efbf6ed09a3ebb7d58cf0af0780a8e0882ae7564
+79d211581dcc30e0b69eaf8c14669ccc3b85a225aaaef8a48b88befd8386293d
+5c045cf24cc0968f86de15481a6850111fe6c4209e3dec9dff4001a54a0719a9
+112b286ee68fe3f17829ac3de6ca8c1298e7de5a125d8b0e9cd47f619c3fbc06
+36d48744fbcc0a0c23f18df113556d9248d9be6078b5ffc301678dc641fdc7de
+5139a062b40d5f1c32008de02db7722e6ab4eae46a1df9961ff09a06cf69e598
+cb487b4469f9558c02519a38b15cd2b9101b4eaed70d5aa6a040771ca7f43dec
+e1bcd1933fe05571d32ac7b1d482c16c167fd38de4f0c379679d5129250e461e
+577e2e25ce5f992f9d8cb19722694765ee6265a54c76d7e1d157c381d119fd23
+b70c6b59c5af958130be05f8d0ef84a399d134c51bd43697fc100abd764b45b1
+215586dd5d696b77b7484d72e99af0a1c4678161d36c99abed90665d4ea4d2a2
+e30d6abaaf656d68059aef24ecaecdc876a8050bc6d7455d6d2f9667cc5e778d
+a49a07c789268576c25a12ec7534bc03d8568d4aec5aeb709b512729c7d788f0
+3fe61886d204941d5056612d5db6031b4dacc4d304b55d3b0623cfacb7d450d3
+3e80362554761d99504a5bb67c0c2d65094cc8130f8c2badb39ed97afacfa955
+1cfe10198cdfaf32c490c6b3152d6035a745e7b47130666121eeb63ca24caa40
+3d8a2310928f60b8e9dcdd931b0c4ecff540084789940bcd0023e260947aad8e
+539f547c8cfe35ddb4615053bb4116cf6ee2b69bc3f9f6bfb78bc663df0485f7
+b0651b46ffedd31dc4384cfa0e17e3e10c4f94bb8eecf8cde1819268f8ee61c2
+ec361cd127b3185d71f2e1e39579f8d8e93073d041368722c8bc4f4288ad4f82
+4a3c7cc119ce0af9131a1ec5756932f92b601eadc9ea2fcfded3e8e291a974bd
+97b92b75a3e9d74e9da382289c2e7fac4d7ac352ad3054f20eff60f455f5e6c6
+3692b85f5bc7a6a87535e9a0e24aa921de060ecb38ffb8ff7e5f00437628b073
+ccc5fb242b93f622b02f2c0aaefec0d2fe8c7c04f492014ba2bbb2eb21df93b1
+32ba4aa1a0ecc63eacff3dffd759a8458bc37f8f6175726af79157fc4c190e9e
+efd0d041acd89cd35ee4fd654748b88f7b944eb4b7f3c03c04b68953da697399
+f05ac3f2ce0cba163c1b50d2a644b285ddebf1855c08d1d6faf6fb97d6a437bb
+72ba9d3e5e3abcedf0d934dbb8de2969e7c0475e188b2bb508ce0cfa3e84916b
+b1cc2f4c4c413753126d92bb0fc07809d98560c2d999a0afb25858ab6416b097
+f9f654ccddd298480b55c3f7d5d9b7a9bc378c168d80df3c2e4e5a469bd22525
+d33fe99cd61280ada2409b0ee04dab5b72b819d7869e6c6128a233e22d45a1d6
+ae2cbe5626a2c253e9c53a9494729613789864485f2c1106e4f31671219b255b
+4592c7c64aad62d532591d85595bffe4955e4b833e931c0536fa118483fe699d
+ab570673f0baafa9c5b4ad63a35f
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F15_0 /ZBPVOC+csr10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/one/two/three/four/five/six/seven
+ /eight/.notdef/.notdef/.notdef/.notdef/equal/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+q
+[1 0 0 1 5.039 162] cm
+q
+[1 0 0 1 74 9] cm
+[1 0 0 1 0 -162] cm
+1.13383 w
+[] 0 d
+1 J
+1 j
+10 M
+-70.8661 0 m
+70.8661 0 l
+S
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+f
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+S
+1.13383 w
+0 0 m
+0 141.732 l
+S
+1.13383 w
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+f
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+S
+1.13383 w
+-35.4331 -1.41733 m
+-35.4331 1.41733 l
+S
+35.4331 -1.41733 m
+35.4331 1.41733 l
+S
+1.13383 w
+-1.41733 19.1815 m
+1.41733 19.1815 l
+S
+-1.41733 38.3629 m
+1.41733 38.3629 l
+S
+-1.41733 57.5444 m
+1.41733 57.5444 l
+S
+-1.41733 76.7258 m
+1.41733 76.7258 l
+S
+-1.41733 95.9073 m
+1.41733 95.9073 l
+S
+-1.41733 115.089 m
+1.41733 115.089 l
+S
+/DeviceRGB {} cs
+[1 0 0] sc
+/DeviceRGB {} CS
+[1 0 0] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01584 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87282 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05568 -46.6517 5.14058 -46.0615 5.22766 c
+-45.4706 5.31483 -44.8799 5.40417 -44.2897 5.49576 c
+-43.6988 5.58745 -43.1082 5.68138 -42.5179 5.77762 c
+-41.927 5.874 -41.3364 5.97267 -40.7462 6.07382 c
+-40.1552 6.17511 -39.5646 6.27887 -38.9744 6.38524 c
+-38.3834 6.49178 -37.7928 6.60094 -37.2027 6.71275 c
+-36.6115 6.82477 -36.021 6.93945 -35.4309 7.05695 c
+-34.8397 7.17465 -34.2491 7.29517 -33.6591 7.4187 c
+-33.0679 7.5425 -32.4773 7.66933 -31.8874 7.7992 c
+-31.2961 7.92935 -30.7055 8.06255 -30.1156 8.199 c
+-29.5243 8.3358 -28.9336 8.47586 -28.3439 8.61931 c
+-27.7524 8.76317 -27.1618 8.91043 -26.5721 9.06126 c
+-25.9806 9.21257 -25.39 9.36748 -24.8003 9.52605 c
+-24.2087 9.68515 -23.6181 9.84795 -23.0286 10.0145 c
+-22.4369 10.1818 -21.8462 10.3528 -21.2568 10.5279 c
+-20.665 10.7037 -20.0744 10.8836 -19.485 11.0676 c
+-18.8931 11.2525 -18.3025 11.4417 -17.7133 11.6351 c
+-17.1212 11.8295 -16.5306 12.0283 -15.9415 12.2316 c
+-15.3493 12.436 -14.7587 12.6451 -14.1698 12.8589 c
+-13.5774 13.0739 -12.9868 13.2937 -12.398 13.5183 c
+-11.8055 13.7443 -11.2148 13.9753 -10.6262 14.2114 c
+-10.0335 14.4491 -9.4429 14.692 -8.85448 14.9401 c
+-8.26161 15.1901 -7.67096 15.4454 -7.08272 15.7061 c
+-6.48962 15.9689 -5.89899 16.2373 -5.31096 16.5113 c
+-4.71764 16.7878 -4.12701 17.07 -3.5392 17.358 c
+-2.94568 17.6488 -2.35503 17.9455 -1.76744 18.2481 c
+-1.17365 18.5539 -0.58301 18.8657 0.00432 19.1838 c
+0.59836 19.5055 1.18896 19.8334 1.7761 20.1675 c
+2.37039 20.5057 2.96107 20.8502 3.54785 21.2013 c
+4.1425 21.5571 4.73306 21.9196 5.31961 22.2886 c
+5.91447 22.6628 6.50514 23.0437 7.09137 23.4313 c
+7.68661 23.8248 8.27724 24.2254 8.86313 24.6327 c
+9.45866 25.0468 10.0493 25.468 10.6349 25.896 c
+11.2307 26.3314 11.8214 26.774 12.4067 27.2236 c
+13.0029 27.6816 13.5935 28.147 14.1784 28.6194 c
+14.775 29.1013 15.3656 29.5905 15.9502 30.0869 c
+16.5471 30.5938 17.1377 31.1082 17.7219 31.6297 c
+18.3192 32.1629 18.9098 32.7036 19.4937 33.2514 c
+20.0914 33.8123 20.682 34.3807 21.2655 34.9563 c
+21.8635 35.5464 22.4541 36.144 23.0372 36.7488 c
+23.6357 37.3694 24.2262 37.9977 24.809 38.6331 c
+25.4078 39.286 25.9983 39.9464 26.5807 40.614 c
+27.1799 41.3008 27.7704 41.9951 28.3525 42.6964 c
+28.952 43.4188 29.5426 44.1486 30.1243 44.8854 c
+30.7242 45.6454 31.3147 46.4128 31.896 47.1871 c
+32.4963 47.9865 33.0868 48.7931 33.6678 49.6065 c
+34.2684 50.4472 34.8588 51.2952 35.4395 52.1499 c
+36.0405 53.0343 36.6309 53.9258 37.2113 54.8239 c
+37.8126 55.7542 38.4029 56.6915 38.9831 57.6351 c
+39.5846 58.6135 40.175 59.5987 40.7548 60.5901 c
+41.3567 61.6192 41.9471 62.655 42.5266 63.6969 c
+43.1287 64.7793 43.7191 65.8682 44.2984 66.963 c
+44.9007 68.1014 45.4911 69.2461 46.0701 70.3965 c
+46.6727 71.5937 47.2631 72.797 47.8419 74.0059 c
+48.4447 75.265 49.035 76.5301 49.6136 77.8006 c
+50.2167 79.1247 50.807 80.4545 51.3854 81.7896 c
+51.9887 83.1822 52.579 84.5803 53.1572 85.9835 c
+53.7606 87.4479 54.3509 88.9176 54.9289 90.3922 c
+55.5326 91.9321 56.1228 93.4772 56.7007 95.0269 c
+57.3045 96.6462 57.8947 98.2705 58.4724 99.8992 c
+59.0764 101.602 59.6666 103.31 60.2442 105.022 c
+60.8483 106.812 61.4385 108.607 62.016 110.407 c
+62.6202 112.289 63.2104 114.176 63.7877 116.067 c
+64.3921 118.047 64.9823 120.031 65.5595 122.019 c
+66.1639 124.1 66.754 126.186 67.3313 128.275 c
+67.936 130.464 68.5266 132.656 69.103 134.852 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 72.966 -6.389] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(x) 5.69884 Tj
+[1 0 0 1 -72.966 6.389] cm
+[1 0 0 1 -7.342 145.769] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 7.342 -145.769] cm
+[1 0 0 1 55.013 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 -55.013 -139.79] cm
+[1 0 0 1 63.023 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 -63.023 -139.79] cm
+[1 0 0 1 73.539 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(e) 4.64276 Tj
+[1 0 0 1 -73.539 -139.79] cm
+[1 0 0 1 78.177 143.405] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F10_0 6.974 Tf
+(x) 4.51915 Tj
+[1 0 0 1 -78.177 -143.405] cm
+/DeviceGray {} cs
+[1] sc
+/DeviceGray {} CS
+[1] SC
+-73.433 -8.3895 158.626 160.448 re
+S
+/DeviceRGB {} cs
+[0 0 1] sc
+/DeviceRGB {} CS
+[0 0 1] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01613 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87253 l
+-54.9203 4.07068 l
+-53.1485 4.27936 l
+-51.3767 4.49829 l
+-49.605 4.72833 l
+-49.0141 4.80692 -48.4235 4.88734 -47.8332 4.9698 c
+-47.2423 5.05234 -46.6517 5.13692 -46.0615 5.22356 c
+-45.4706 5.31029 -44.88 5.39908 -44.2897 5.48991 c
+-43.6988 5.58084 -43.1082 5.67383 -42.5179 5.76913 c
+-41.927 5.86456 -41.3364 5.96234 -40.7462 6.06241 c
+-40.1552 6.16261 -39.5646 6.26512 -38.9744 6.37001 c
+-38.3834 6.47505 -37.7928 6.5825 -37.2027 6.69255 c
+-36.6116 6.80278 -36.021 6.91562 -35.4309 7.0309 c
+-34.8398 7.14638 -34.2492 7.26428 -33.6591 7.38506 c
+-33.068 7.50606 -32.4774 7.62993 -31.8874 7.75647 c
+-31.2962 7.88326 -30.7056 8.01273 -30.1156 8.14516 c
+-29.5243 8.27788 -28.9338 8.41359 -28.3439 8.55228 c
+-27.7525 8.6913 -27.1619 8.83331 -26.5721 8.97842 c
+-25.9807 9.1239 -25.3901 9.27249 -24.8003 9.4242 c
+-24.2089 9.57631 -23.6183 9.73155 -23.0286 9.89015 c
+-22.4371 10.0492 -21.8465 10.2116 -21.2568 10.3775 c
+-20.6653 10.5438 -20.0747 10.7136 -19.485 10.8867 c
+-18.8934 11.0605 -18.3028 11.2377 -17.7133 11.4185 c
+-17.1216 11.6001 -16.531 11.7853 -15.9415 11.9741 c
+-15.3497 12.1637 -14.7591 12.3569 -14.1698 12.5539 c
+-13.5779 12.7517 -12.9873 12.9534 -12.398 13.1589 c
+-11.806 13.3653 -11.2154 13.5756 -10.6262 13.7899 c
+-10.0342 14.0052 -9.44356 14.2245 -8.85448 14.4478 c
+-8.26231 14.6723 -7.6717 14.9009 -7.08272 15.1336 c
+-6.49046 15.3676 -5.89986 15.6057 -5.31096 15.848 c
+-4.7186 16.0918 -4.12798 16.3398 -3.5392 16.5921 c
+-2.94672 16.846 -2.35612 17.1042 -1.76744 17.3668 c
+-1.17487 17.6311 -0.58426 17.8998 0.00432 18.1729 c
+0.59703 18.4479 1.18762 18.7274 1.7761 19.0114 c
+2.36891 19.2975 2.95952 19.5881 3.54785 19.8833 c
+4.1408 20.1808 4.7314 20.483 5.31961 20.7898 c
+5.91267 21.099 6.5033 21.413 7.09137 21.7316 c
+7.68456 22.0531 8.27513 22.3793 8.86313 22.7101 c
+9.45642 23.0439 10.0471 23.3823 10.6349 23.7257 c
+11.2284 24.0723 11.8189 24.4239 12.4067 24.7802 c
+13.0002 25.1401 13.5908 25.5048 14.1784 25.8743 c
+14.7721 26.2477 15.3627 26.6262 15.9502 27.0093 c
+16.544 27.3967 17.1346 27.7888 17.7219 28.1859 c
+18.3159 28.5876 18.9065 28.9943 19.4937 29.4059 c
+20.0878 29.8222 20.6784 30.2435 21.2655 30.6697 c
+21.8597 31.1011 22.4503 31.5375 23.0372 31.9789 c
+23.6316 32.4258 24.2222 32.8777 24.809 33.3346 c
+25.4035 33.7974 25.9941 34.2653 26.5807 34.738 c
+27.1754 35.2172 27.766 35.7013 28.3525 36.1903 c
+28.9473 36.6862 29.5378 37.187 30.1243 37.6927 c
+30.7192 38.2056 31.3098 38.7235 31.896 39.2463 c
+32.4911 39.7768 33.0816 40.3124 33.6678 40.8528 c
+34.2629 41.4013 34.8535 41.9547 35.4395 42.5129 c
+36.0348 43.0799 36.6254 43.6517 37.2113 44.2283 c
+37.8067 44.8142 38.3972 45.4049 38.9831 46.0003 c
+39.5785 46.6054 40.1691 47.2153 40.7548 47.8298 c
+41.3504 48.4548 41.941 49.0845 42.5266 49.7188 c
+43.1222 50.364 43.7128 51.0138 44.2984 51.6681 c
+44.8941 52.3339 45.4847 53.0043 46.0701 53.6792 c
+46.666 54.3661 47.2566 55.0577 47.8419 55.7537 c
+48.4378 56.4623 49.0284 57.1755 49.6136 57.893 c
+50.2097 58.6236 50.8002 59.3587 51.3854 60.0981 c
+51.9815 60.8513 52.5721 61.6089 53.1572 62.3708 c
+53.7534 63.147 54.3439 63.9276 54.9289 64.7123 c
+55.5252 65.5121 56.1157 66.3162 56.7007 67.1243 c
+57.297 67.9482 57.8876 68.7762 58.4724 69.6083 c
+59.0689 70.4568 59.6593 71.3095 60.2442 72.1661 c
+60.8406 73.0395 61.4312 73.9169 62.016 74.7982 c
+62.6125 75.6973 63.203 76.6005 63.7877 77.5073 c
+64.3843 78.4324 64.9748 79.3613 65.5595 80.294 c
+66.1561 81.2457 66.7466 82.2013 67.3313 83.1605 c
+67.9279 84.1394 68.5185 85.122 69.103 86.1082 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 -68.766 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(n) 5.9778 Tj
+[1 0 0 1 68.766 -133.212] cm
+[1 0 0 1 -60.019 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 60.019 -133.212] cm
+[1 0 0 1 -49.503 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(4) 4.9815 Tj
+[1 0 0 1 49.503 28.788] cm
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font EVWCWH+CMMI10
+%%+ font DVDUBF+CMMI7
+%%+ font ZBPVOC+csr10
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0006.eps b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0006.eps
new file mode 100644
index 00000000000..e715ae6b1b7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0006.eps
@@ -0,0 +1,1133 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: xpdf/pdftops 3.00
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 171 171
+%%HiResBoundingBox: 0 0 170.079 170.079
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ 3 1 roll 2 array astore
+ /setpagedevice where {
+ pop 3 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ /Policies 1 dict dup begin /PageSize 3 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/cshow where {
+ pop
+ /cshow2 {
+ dup {
+ pop pop
+ 1 string dup 0 3 index put 3 index exec
+ } exch cshow
+ pop pop
+ } def
+}{
+ /cshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 2 index length 1 sub {
+ 2 copy get exch 1 add 2 index exch get
+ 2 copy exch 256 mul add
+ 2 string dup 0 6 5 roll put dup 1 5 4 roll put
+ 3 index exec
+ } for
+ } {
+ dup {
+ 1 string dup 0 3 index put 3 index exec
+ } forall
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/awcp {
+ exch {
+ false charpath
+ 5 index 5 index rmoveto
+ 6 index eq { 7 index 7 index rmoveto } if
+ } exch cshow2
+ 6 {pop} repeat
+} def
+/Tj {
+ fCol
+ 1 index stringwidth pdfTextMat idtransform pop
+ sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16 {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform pop
+ sub exch div
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16V {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform exch pop
+ sub exch div
+ 0 pdfWordSpacing pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing add 0 exch
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj1 {
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 8 2 roll
+ pdfTextRender 1 and 0 eq {
+ 6 copy awidthshow
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 7 index 7 index moveto
+ 6 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ false awcp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 8 6 roll moveto
+ false awcp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ 8 {pop} repeat
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { pdfFontSize 0.001 mul mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+% Level 2 image operators
+/pdfImBuf 100 string def
+/pdfIm {
+ image
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImM {
+ fCol imagemask
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h f*
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%BeginResource: font EVWCWH+CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /EVWCWH+CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 101 /e put
+dup 110 /n put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+/UniqueID 5087385 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d5993dfc0930297866e1cd0a319b6b1fd958
+9e394a533a081c36d456a09920001a3d2199583eb9b84b4dee08e3d12939e321
+990cd249827d9648574955f61baaa11263a91b6c3d47a5190165b0c25abf6d3e
+6ec187e4b05182126bb0d0323d943170b795255260f9fd25f2248d04f45dfbfb
+def7ff8b19bfef637b210018ae02572b389b3f76282beb29cc301905d388c721
+59616893e774413f48de0b408bc66dce3fe17cb9f84d205839d58014d6a88823
+d9320ae93af96d97a02c4d5a2bb2b8c7925c4578003959c46e3ce1a2f0eac4bf
+8b9b325e46435bde60bc54d72bc8acb5c0a34413ac87045dc7b84646a324b808
+6fd8e34217213e131c3b1510415ce45420688ed9c1d27890ec68bd7c1235faf9
+1dab3a369dd2fc3be5cf9655c7b7eda7361d7e05e5831b6b8e2eec542a7b38ee
+03be4bac6079d038acb3c7c916279764547c2d51976baba94ba9866d79f13909
+95aa39b0f03103a07cbdf441b8c5669f729020af284b7ff52a29c6255fcaacf1
+74109050fba2602e72593fbcbfc26e726ee4aef97b7632bc4f5f353b5c67fed2
+3ea752a4a57b8f7feff1d7341d895f0a3a0be1d8e3391970457a967eff84f6d8
+47750b1145b8cc5bd96ee7aa99ddc9e06939e383bda41175233d58ad263ebf19
+afc0e2f840512d321166547b306c592b8a01e1fa2564b9a26dac14256414e4c8
+42616728d918c74d13c349f4186ec7b9708b86467425a6fdb3a396562f7ee4d8
+40b43621744cf8a23a6e532649b66c2a0002dd04f8f39618e4f572819dd34837
+b5a08e643fdca1505af6a1fa3ddfd1fa758013caed8acddbbb334d664dff5b53
+9560176671a33fc55340cd04c2de46fd812fc2711a85f3cc57f2cf1bedefc217
+217f1a6065fa29758498c2762dd1340c6168171c629556ea6de5612884db94e0
+a2b6d5cb8ba850e74ec72fc08d89de6a8d37fde1e9547201c0445a2e2930725c
+942be1459d3eb19c6ab0936ac31cad484f45cda0ee0272b808250d1db005e3c8
+71bef687075a0b4467ef0e30bd8af2a290b296b3b288db71759cdb9cbac6fdb9
+a1899e1631d580dfe13ad39bc16ad360e7b3ce181350737b797f512a4c556e03
+106a7dbbebf3b31e8973c89815fa4a1e84544134e658ed16345b3ccf902743b1
+5c6e33257388a92db44b099e470aa47859b5e6b0cf7896eb59b6c9b59da91987
+a8fbc2afe7866c25e9998786f1443fe59759235b8042e5d2815a47acf24235cd
+58518f444cf3a347fd0e816da87fe2c348bb865a34d9a84a9159d5b495bbd5be
+5a07b1f3a4330e898cd1c08cce6eda8a01f368c1ca305856590900d7957036c8
+e8953886de14f3519794828ba56c29e9a6794bab32cfcd5503ccc3c68c00c352
+4fdea3905a6cba387ed1245ed0c4b44a0a6d5db5d25f11f996ff43dda22ee685
+adbf4fb2fa538f1a2542d6b8d7304a666ac60f033fff5d5667fe9dab4ba9ad33
+ffb004acd99c2d09297fd5a79cad212f40d0f7bae5463fb3fd0f48e19b6e8b35
+4a40010e9a22a547a6d5ac7abc6ce9c4b694c4e41a9a5d57e7b379aee3dbef3e
+03e76015acd9c87d2dc56fb5ba02a595b979dc118b34127eb21da6f79e60b343
+b8fe262b07530c094884342019891f48c7754807d7416001eb1aa48be47b1f0c
+89a5c8556e12e52c6e204e2ba2ce6b33d752255ab680276c7c67b514ea0aa239
+617879e57a404eec44fbd35a137d442b1f172d6df97a415f41de86de73cf5d71
+13fd6d529e03b0bebde85256ed045f49eebb0b08845ba91ac5c91b529fcc1f57
+3559947b24475e3f933967e5f26c108640c243e1de7e48ef778cdd7970a9c7c7
+0c19ea49d9d9a103636141d9a23adfdc8e2fa1a8ea343af8b0b9909db5f93e19
+c38d9cf42d9bc7989c91598cb8b80047f9201238fb3803fa9058a5e79ebb7c3f
+f48171fc8901c4ef95a222d4076b0b9e96434d6cc78abd48c0f0b21ee61b4b2b
+2fdf4743eb50981a4270756f8ae877092697282a7cc56b00b5607c8087da8b73
+1ca8b8200b8599b44b9e805eeb06bbddf47ee85263722bb21ebd14b0163648f9
+e535e6ecb0cf9a394d92238c36d2f56cbd5458ab86e74134697bbe77091122db
+2cb3f0ed39ccff1f0584d40a59676ba94625cdf9176e730876ac56a9fcba967d
+fc9fe078b5fb7821eee5178d6e0d97543af2d10d048663ad9369ed71f488ffbf
+279ba62017ec05f59ef4df20f21161708c9f8bcc1cfd080ab47a0a7ad48897af
+abe5bb898bd120a0a1b9
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F5_0 /EVWCWH+CMMI10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/e/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/n/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/y/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font DVDUBF+CMMI7
+%!PS-AdobeFont-1.1: CMMI7 1.100
+%%CreationDate: 1996 Jul 23 07:53:53
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /DVDUBF+CMMI7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 120 /x put
+readonly def
+/FontBBox{0 -250 1171 750}readonly def
+/UniqueID 5087382 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d77639df1232a4d6233a9caf69b151dfd33f
+c0962eac6e3ebfb8ad256a3c654eaaf9a50c51bc6fa90b61b60401c235afab7b
+b078d20b4b8a6d7f0300cf694e6956ff9c29c84fcc5c9e8890aa56b1bc60e868
+da8488ac4435e6b5ce34ea88e904d5c978514d7e476bf8971d419363125d4811
+4d886edddcdda8a6b0fda5cf0603ea9fa5d4393bebb26e1ab11c2d74ffa6fee3
+fafbc6f05b801c1c3276b11080f5023902b56593f3f6b1f37997038f36b9e3ab
+76c2e97e1f492d27a8e99f3e947a47166d0d0d063e4e6a9b535dc9f1bed129c5
+123775d5d68787a58c93009fd5da55b19511b95168c83429bd2d878207c39770
+012318ea7aa39900c97b9d3859e3d0b04750b8390bf1f1bc29dc22bcad50ecc6
+a3c633d0937a59e859e5185af9f56704708d5f1c50f78f43dfac43c4e7dc9413
+44cefe43279afd3c167c942889a352f2ff806c2ff8b3eb4908d50778aa58cffc
+4d1b14597a06a994ed8414bbe8b26e74d49f6cf54176b7297cda112a69518050
+01337cba5478eb984cdd22020daed9ca8311c33fbcc84177f5ce870e709fc608
+d28b3a7208eff72988c136142ce79b4e9c7b3fe588e9824abc6f04d141e589b3
+914a73a42801305439862414f893d5b6c327a7ee2730dede6a1597b09c258f05
+261bc634f64c9f8477cd51634ba648fc70f659c90dc042c0d6b68cd1df36d615
+24f362b85a58d65a8e6dfd583ef9a79a428f2390a0b5398eeb78f4b5a89d9ad2
+a517e0361749554abd6547072398ffdd863e40501c316f28fddf8b550ff8d663
+9843d0bea42289f85bd844891db42ec7c51229d33ee7e83b1290404c799b8e8c
+889787cdc194f782420bb447de705eae7963391b36646a08bacff210b7e5b8b9
+65bcec644cfd47e6e154d0eef75020d610e957e37b643b89696de26056d00f9d
+7287aa5b8ae55de31f6c4794c22c708ac3285293d17c81e1b93a0501b2588d25
+c290af42ade3275e96ea2d942d3b0f3446cbeef2863b65fd1a144b299fe504db
+36a5d94b6d530f7080fa35bbd9af9cf7cf702550e345377c22d52f1d9f5bbcfd
+19e96a3d7721ca7ba01960993d9cc66481321fd87e984250399a0360744d884f
+e7273c519f94b79651cdf152586857ffa455eadffd2ca91171862c862c139a8d
+e07ff3728d2bdfb3e7e54c9d9a90e8df6cd0d9b034ef3b00f39e102fc7a84555
+3f2d553d72c03f19551cb2d39031bf41a75e066e5644adf224552bf2ba8d0648
+ba24d3064512ec83af5bee55cc39761c2adc06891eee1ab4508fbe89ad43de55
+553b31b8d633cd56c81aa37edb51980500da912d06c008c3681022419637872a
+b9439dd9734b8fe064e6dc11c8f97ac2c37fb19d1315f13024e1b7c252c4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /DVDUBF+CMMI7 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font ZBPVOC+csr10
+%!FontType1-1.0: csr10 1.1/12-Nov-94
+% CSfonts -- pfb ver.Apr.1998, generated from BaKoMa fonts. NO WARRANTY.
+% Accents are added using t1accent program, (c) Petr Olsak, 1998
+%%VMusage: 25429 25707
+% T1FMT-V2.0, Copyright (c) 1993,1994, Basil K. Malyshev. All rights reserved.
+12 dict begin
+/FontInfo 13 dict dup begin
+/version (1.1/12-Nov-94) readonly def
+/Notice (Copyright \(C\) 1994, Basil K. Malyshev. All Rights Reserved.\012BaKoMa Fonts Collection, Level-B.) readonly def
+/FullName (csr10) readonly def
+/FamilyName (csr10) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -133 def
+/UnderlineThickness 20 def
+/XHeight 431 def
+/Ascender 694 def
+/Descender -194 def
+/CapHeight 683 def
+end readonly def
+/FontName /ZBPVOC+csr10 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 61 /equal put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [-44 -250 1111 864] readonly def
+/UniqueID 4701481 def
+/StrokeWidth 0 def
+currentdict end
+currentfile eexec
+d9d66f633b846a989b9974b0179fc6cc445bc2c03103c68570a7b354a4a280ae
+6fbf7f98f75adf5180cdd505cdc93f13ee312cb03ac7b00c9c4622c80d74023c
+c1962bd0caf57f3c335ded6a6c36110e591128c8861ca07dca77cf521beab94f
+bb761a39789af6c405eb8b495e41c5915360664d422344de89da844efdd13c45
+cb82b522b9e7256916fd366b61290914fc63045ea3c05bbd24545cc5f4451e74
+edddbe488adb69505c96937b35e2d8e7dd2a21a13acf068469e92bc111e5e809
+0e489e43c83dc29bdb053c4af9440b668638d0eb64d2976e6f7d6472ce149020
+5249a42d7dbca06030f48694f7ca0b38978998765d7e7be1d365613011e79d8e
+deb631764d47d1f9663a46a0702ae1ce700abac55a77dc4472405c469fce7cd9
+ff240937b0c74279abcb8583b4d1cedc2856847f4cc2bb267318451b79c1afe6
+6dbbe53c3cbe648c7e1554964dcf29b12753a8431e0e0793099e24e698395683
+346c2a1535dd6d0263200e9f1b76843f139eddd475bec3eb84be3e1e664ec01b
+63b5ec60e6bc15ec7134e83f445bdf0c06d3afa7ef773b48cd9e51ac628172e6
+d4d4d306767b31219d3e545a0819f4429c34e598f8a758719e02602982d87758
+5fd419d175b959787d3707d1467ab66bf8beaf14ac38e07f6b90baa760bb3807
+f83ba97c7c696849bfbe8ef51dbce39508f288cfcc9a00d3534b62f8ab995ae0
+a2608eecbb5c156f4ded7195dee9f66550737765dbaec14039cda155a14d9591
+b7ac0282147bc3de8ed0ddb1280c7a23a51428c250f859584bf2dfda68e82e09
+3e18b41374f224f3eac407807ce5159ac61dbd6d308ba0faf841aa47d482d8b0
+7b8524840e786c67fa7583e00445ec83ad41c7b1e472a1d50b243b4ce011c530
+3906853e6c1be90d5ea39263010537e6c648eba7a245a5fd1ebb10f9e96f383a
+ca8ed355023e1b36011ada2df440e0ca9ca60c8db22d8613219ad2b2b97bab80
+1f930f0a5e8a386ba4ad11c0174cdd10c30eb44ceda8f3d8c73f02c787d6f7d9
+d46100833edde8447ad731198dace0a16c2f24890db7077d8e08da38cbb13654
+8c4ebd337bc8c44e652068fd1db883201544dc7a3dbc1471dd48d47fbdf082c0
+a5482facfd91d0db60e3291357f258dff2eba9d5ec4969a9ef331979f018724a
+d71e28c60a1822f3f2f1becfdc5392e3a60319c249fadffb69f21bf963a15b1c
+03f2c41148ba85bd9c0c83871195b28cc54780909432f4f4d198655ea208f98b
+35789bffdb8444b21b1fe9dda188c9fae3391095781822f76ce501618e14c200
+7a3338e05edf1bd77131eed784af7749dae44465a9b0489e4cdd308957928f3a
+ff39b376e2c90159b7479a6ac7d0abd270dc59b56c91d62bcf2f6b72caca420b
+792235c67cb5569c36764f699afee318719e83a6a025ad6f2c0bbb409dfe46c3
+d59fa185fcc49a2996e463abfabba6e43c221be667a7a1e4581e7e17ebb1a8cb
+79145f70dcc8a33721f57f23c8ad2d5f692bd34ba01d0a72a0019e88bb95f196
+7cea454fc8b8f16e3b9e4939b07cbed0a0f9b8e1bd55d845abb90169f9fbc685
+92d4836edf01ecd47b97206c1d8499d0adc23b1fd7795da0a9bdc5061569064f
+a442539b16d4751d086815dcfa9d80b7c74ba43ffc0fd8b6709adf54ffa397ad
+e4cec37f9da4c76695043d7830453dd46bd2ab1443db554f5af3a1c627f76de6
+0bf8f71a308549245c5c5043e8dd2ec58b757d258dc364e91f5807539807643f
+c83c1a50e6baa78b62ec0163224ee8ee934ebe6023852533ded82c1f84699870
+e67dba1f5f7a9aee542ab55f840a15ab6f0cbf2d0b9c1704869e6fef54d7974d
+afafa428bf8afba4e7bb8acaab3cec1e32b5811c9a3b287b3ff402c46c96e98b
+5ddab9452d137b0ed39c6832cc56443af8d2eb5144e2bb756423223400ca5e22
+5d23cee93ce3c2074611005a26658fc90f420fd9ddffd2e6a0b41f2a1bb84373
+14fe903aea3fd8e562436dd4efbf6ed09a3ebb7d58cf0af0780a8e0882ae7564
+79d211581dcc30e0b69eaf8c14669ccc3b85a225aaaef8a48b88befd8386293d
+5c045cf24cc0968f86de15481a6850111fe6c4209e3dec9dff4001a54a0719a9
+112b286ee68fe3f17829ac3de6ca8c1298e7de5a125d8b0e9cd47f619c3fbc06
+36d48744fbcc0a0c23f18df113556d9248d9be6078b5ffc301678dc641fdc7de
+5139a062b40d5f1c32008de02db7722e6ab4eae46a1df9961ff09a06cf69e598
+cb487b4469f9558c02519a38b15cd2b9101b4eaed70d5aa6a040771ca7f43dec
+e1bcd1933fe05571d32ac7b1d482c16c167fd38de4f0c379679d5129250e461e
+577e2e25ce5f992f9d8cb19722694765ee6265a54c76d7e1d157c381d119fd23
+b70c6b59c5af958130be05f8d0ef84a399d134c51bd43697fc100abd764b45b1
+215586dd5d696b77b7484d72e99af0a1c4678161d36c99abed90665d4ea4d2a2
+e30d6abaaf656d68059aef24ecaecdc876a8050bc6d7455d6d2f9667cc5e778d
+a49a07c789268576c25a12ec7534bc03d8568d4aec5aeb709b512729c7d788f0
+3fe61886d204941d5056612d5db6031b4dacc4d304b55d3b0623cfacb7d450d3
+3e80362554761d99504a5bb67c0c2d65094cc8130f8c2badb39ed97afacfa955
+1cfe10198cdfaf32c490c6b3152d6035a745e7b47130666121eeb63ca24caa40
+3d8a2310928f60b8e9dcdd931b0c4ecff540084789940bcd0023e260947aad8e
+539f547c8cfe35ddb4615053bb4116cf6ee2b69bc3f9f6bfb78bc663df0485f7
+b0651b46ffedd31dc4384cfa0e17e3e10c4f94bb8eecf8cde1819268f8ee61c2
+ec361cd127b3185d71f2e1e39579f8d8e93073d041368722c8bc4f4288ad4f82
+4a3c7cc119ce0af9131a1ec5756932f92b601eadc9ea2fcfded3e8e291a974bd
+97b92b75a3e9d74e9da382289c2e7fac4d7ac352ad3054f20eff60f455f5e6c6
+3692b85f5bc7a6a87535e9a0e24aa921de060ecb38ffb8ff7e5f00437628b073
+ccc5fb242b93f622b02f2c0aaefec0d2fe8c7c04f492014ba2bbb2eb21df93b1
+32ba4aa1a0ecc63eacff3dffd759a8458bc37f8f6175726af79157fc4c190e9e
+efd0d041acd89cd35ee4fd654748b88f7b944eb4b7f3c03c04b68953da697399
+f05ac3f2ce0cba163c1b50d2a644b285ddebf1855c08d1d6faf6fb97d6a437bb
+72ba9d3e5e3abcedf0d934dbb8de2969e7c0475e188b2bb508ce0cfa3e84916b
+b1cc2f4c4c413753126d92bb0fc07809d98560c2d999a0afb25858ab6416b097
+f9f654ccddd298480b55c3f7d5d9b7a9bc378c168d80df3c2e4e5a469bd22525
+d33fe99cd61280ada2409b0ee04dab5b72b819d7869e6c6128a233e22d45a1d6
+ae2cbe5626a2c253e9c53a9494729613789864485f2c1106e4f31671219b255b
+4592c7c64aad62d532591d85595bffe4955e4b833e931c0536fa118483fe699d
+ab570673f0baafa9c5b4ad63a35f
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F15_0 /ZBPVOC+csr10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/one/two/three/four/five/six/seven
+ /eight/.notdef/.notdef/.notdef/.notdef/equal/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+q
+[1 0 0 1 5.039 162] cm
+q
+[1 0 0 1 74 9] cm
+[1 0 0 1 0 -162] cm
+1.13383 w
+[] 0 d
+1 J
+1 j
+10 M
+-70.8661 0 m
+70.8661 0 l
+S
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+f
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+S
+1.13383 w
+0 0 m
+0 141.732 l
+S
+1.13383 w
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+f
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+S
+1.13383 w
+-35.4331 -1.41733 m
+-35.4331 1.41733 l
+S
+35.4331 -1.41733 m
+35.4331 1.41733 l
+S
+1.13383 w
+-1.41733 19.1815 m
+1.41733 19.1815 l
+S
+-1.41733 38.3629 m
+1.41733 38.3629 l
+S
+-1.41733 57.5444 m
+1.41733 57.5444 l
+S
+-1.41733 76.7258 m
+1.41733 76.7258 l
+S
+-1.41733 95.9073 m
+1.41733 95.9073 l
+S
+-1.41733 115.089 m
+1.41733 115.089 l
+S
+/DeviceRGB {} cs
+[1 0 0] sc
+/DeviceRGB {} CS
+[1 0 0] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01584 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87282 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05568 -46.6517 5.14058 -46.0615 5.22766 c
+-45.4706 5.31483 -44.8799 5.40417 -44.2897 5.49576 c
+-43.6988 5.58745 -43.1082 5.68138 -42.5179 5.77762 c
+-41.927 5.874 -41.3364 5.97267 -40.7462 6.07382 c
+-40.1552 6.17511 -39.5646 6.27887 -38.9744 6.38524 c
+-38.3834 6.49178 -37.7928 6.60094 -37.2027 6.71275 c
+-36.6115 6.82477 -36.021 6.93945 -35.4309 7.05695 c
+-34.8397 7.17465 -34.2491 7.29517 -33.6591 7.4187 c
+-33.0679 7.5425 -32.4773 7.66933 -31.8874 7.7992 c
+-31.2961 7.92935 -30.7055 8.06255 -30.1156 8.199 c
+-29.5243 8.3358 -28.9336 8.47586 -28.3439 8.61931 c
+-27.7524 8.76317 -27.1618 8.91043 -26.5721 9.06126 c
+-25.9806 9.21257 -25.39 9.36748 -24.8003 9.52605 c
+-24.2087 9.68515 -23.6181 9.84795 -23.0286 10.0145 c
+-22.4369 10.1818 -21.8462 10.3528 -21.2568 10.5279 c
+-20.665 10.7037 -20.0744 10.8836 -19.485 11.0676 c
+-18.8931 11.2525 -18.3025 11.4417 -17.7133 11.6351 c
+-17.1212 11.8295 -16.5306 12.0283 -15.9415 12.2316 c
+-15.3493 12.436 -14.7587 12.6451 -14.1698 12.8589 c
+-13.5774 13.0739 -12.9868 13.2937 -12.398 13.5183 c
+-11.8055 13.7443 -11.2148 13.9753 -10.6262 14.2114 c
+-10.0335 14.4491 -9.4429 14.692 -8.85448 14.9401 c
+-8.26161 15.1901 -7.67096 15.4454 -7.08272 15.7061 c
+-6.48962 15.9689 -5.89899 16.2373 -5.31096 16.5113 c
+-4.71764 16.7878 -4.12701 17.07 -3.5392 17.358 c
+-2.94568 17.6488 -2.35503 17.9455 -1.76744 18.2481 c
+-1.17365 18.5539 -0.58301 18.8657 0.00432 19.1838 c
+0.59836 19.5055 1.18896 19.8334 1.7761 20.1675 c
+2.37039 20.5057 2.96107 20.8502 3.54785 21.2013 c
+4.1425 21.5571 4.73306 21.9196 5.31961 22.2886 c
+5.91447 22.6628 6.50514 23.0437 7.09137 23.4313 c
+7.68661 23.8248 8.27724 24.2254 8.86313 24.6327 c
+9.45866 25.0468 10.0493 25.468 10.6349 25.896 c
+11.2307 26.3314 11.8214 26.774 12.4067 27.2236 c
+13.0029 27.6816 13.5935 28.147 14.1784 28.6194 c
+14.775 29.1013 15.3656 29.5905 15.9502 30.0869 c
+16.5471 30.5938 17.1377 31.1082 17.7219 31.6297 c
+18.3192 32.1629 18.9098 32.7036 19.4937 33.2514 c
+20.0914 33.8123 20.682 34.3807 21.2655 34.9563 c
+21.8635 35.5464 22.4541 36.144 23.0372 36.7488 c
+23.6357 37.3694 24.2262 37.9977 24.809 38.6331 c
+25.4078 39.286 25.9983 39.9464 26.5807 40.614 c
+27.1799 41.3008 27.7704 41.9951 28.3525 42.6964 c
+28.952 43.4188 29.5426 44.1486 30.1243 44.8854 c
+30.7242 45.6454 31.3147 46.4128 31.896 47.1871 c
+32.4963 47.9865 33.0868 48.7931 33.6678 49.6065 c
+34.2684 50.4472 34.8588 51.2952 35.4395 52.1499 c
+36.0405 53.0343 36.6309 53.9258 37.2113 54.8239 c
+37.8126 55.7542 38.4029 56.6915 38.9831 57.6351 c
+39.5846 58.6135 40.175 59.5987 40.7548 60.5901 c
+41.3567 61.6192 41.9471 62.655 42.5266 63.6969 c
+43.1287 64.7793 43.7191 65.8682 44.2984 66.963 c
+44.9007 68.1014 45.4911 69.2461 46.0701 70.3965 c
+46.6727 71.5937 47.2631 72.797 47.8419 74.0059 c
+48.4447 75.265 49.035 76.5301 49.6136 77.8006 c
+50.2167 79.1247 50.807 80.4545 51.3854 81.7896 c
+51.9887 83.1822 52.579 84.5803 53.1572 85.9835 c
+53.7606 87.4479 54.3509 88.9176 54.9289 90.3922 c
+55.5326 91.9321 56.1228 93.4772 56.7007 95.0269 c
+57.3045 96.6462 57.8947 98.2705 58.4724 99.8992 c
+59.0764 101.602 59.6666 103.31 60.2442 105.022 c
+60.8483 106.812 61.4385 108.607 62.016 110.407 c
+62.6202 112.289 63.2104 114.176 63.7877 116.067 c
+64.3921 118.047 64.9823 120.031 65.5595 122.019 c
+66.1639 124.1 66.754 126.186 67.3313 128.275 c
+67.936 130.464 68.5266 132.656 69.103 134.852 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 72.966 -6.389] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(x) 5.69884 Tj
+[1 0 0 1 -72.966 6.389] cm
+[1 0 0 1 -7.342 145.769] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 7.342 -145.769] cm
+[1 0 0 1 55.013 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 -55.013 -139.79] cm
+[1 0 0 1 63.023 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 -63.023 -139.79] cm
+[1 0 0 1 73.539 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(e) 4.64276 Tj
+[1 0 0 1 -73.539 -139.79] cm
+[1 0 0 1 78.177 143.405] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F10_0 6.974 Tf
+(x) 4.51915 Tj
+[1 0 0 1 -78.177 -143.405] cm
+/DeviceGray {} cs
+[1] sc
+/DeviceGray {} CS
+[1] SC
+-73.433 -8.3895 158.626 160.448 re
+S
+/DeviceRGB {} cs
+[0 0 1] sc
+/DeviceRGB {} CS
+[0 0 1] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01613 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87253 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.57443 -50.1953 4.65103 -49.605 4.7298 c
+-49.0141 4.80862 -48.4235 4.8896 -47.8332 4.97244 c
+-47.2424 5.05536 -46.6517 5.14012 -46.0615 5.22708 c
+-45.4706 5.31413 -44.8799 5.4034 -44.2897 5.49489 c
+-43.6988 5.58649 -43.1082 5.68034 -42.5179 5.77644 c
+-41.927 5.87267 -41.3364 5.97112 -40.7462 6.07207 c
+-40.1552 6.17316 -39.5646 6.27675 -38.9744 6.38289 c
+-38.3834 6.4892 -37.7928 6.59805 -37.2027 6.70953 c
+-36.6115 6.8212 -36.021 6.93549 -35.4309 7.05255 c
+-34.8397 7.16983 -34.2492 7.2899 -33.6591 7.41286 c
+-33.0679 7.53606 -32.4773 7.66216 -31.8874 7.79129 c
+-31.2961 7.92072 -30.7055 8.05318 -30.1156 8.18877 c
+-29.5243 8.32468 -28.9337 8.46373 -28.3439 8.60614 c
+-27.7525 8.74895 -27.1619 8.89514 -26.5721 9.04457 c
+-25.9806 9.19443 -25.39 9.34756 -24.8003 9.50438 c
+-24.2088 9.66171 -23.6182 9.82278 -23.0286 9.98732 c
+-22.4369 10.1524 -21.8463 10.321 -21.2568 10.4937 c
+-20.665 10.667 -20.0745 10.8443 -19.485 11.0255 c
+-18.8932 11.2074 -18.3026 11.3932 -17.7133 11.583 c
+-17.1213 11.7737 -16.5307 11.9685 -15.9415 12.1675 c
+-15.3494 12.3676 -14.7588 12.572 -14.1698 12.7807 c
+-13.5776 12.9905 -12.987 13.2047 -12.398 13.4235 c
+-11.8057 13.6434 -11.2151 13.868 -10.6262 14.0972 c
+-10.0338 14.3278 -9.44318 14.5631 -8.85448 14.8032 c
+-8.26189 15.0448 -7.67125 15.2912 -7.08272 15.5425 c
+-6.48994 15.7956 -5.89932 16.0538 -5.31096 16.3169 c
+-4.71803 16.5822 -4.12743 16.8525 -3.5392 17.128 c
+-2.94614 17.4057 -2.3555 17.6886 -1.76744 17.9768 c
+-1.17418 18.2675 -0.58353 18.5635 0.00432 18.8651 c
+0.5978 19.1695 1.18839 19.4795 1.7761 19.7949 c
+2.36969 20.1135 2.96031 20.4376 3.54785 20.7672 c
+4.14168 21.1004 4.73232 21.4392 5.31961 21.7837 c
+5.91367 22.1323 6.50427 22.4866 7.09137 22.8468 c
+7.6856 23.2113 8.27621 23.5816 8.86313 23.9578 c
+9.45758 24.3388 10.0482 24.7257 10.6349 25.1186 c
+11.2295 25.5168 11.8202 25.9211 12.4067 26.3312 c
+13.0015 26.7472 13.5922 27.1693 14.1784 27.5974 c
+14.7735 28.0319 15.3641 28.4727 15.9502 28.9194 c
+16.5455 29.3732 17.1361 29.8332 17.7219 30.2991 c
+18.3175 30.7729 18.9081 31.2529 19.4937 31.7389 c
+20.0895 32.2333 20.6801 32.7339 21.2655 33.2406 c
+21.8615 33.7565 22.452 34.2787 23.0372 34.8068 c
+23.6334 35.3448 24.224 35.8891 24.809 36.4394 c
+25.4055 37.0006 25.996 37.568 26.5807 38.1414 c
+27.1774 38.7263 27.7679 39.3174 28.3525 39.9144 c
+28.9494 40.524 29.5399 41.1397 30.1243 41.7613 c
+30.7213 42.3964 31.3119 43.0375 31.896 43.6845 c
+32.4933 44.3461 33.0838 45.0138 33.6678 45.6871 c
+34.2652 46.3759 34.8558 47.0706 35.4395 47.771 c
+36.0372 48.488 36.6277 49.211 37.2113 49.9395 c
+37.8091 50.6858 38.3996 51.4378 38.9831 52.1953 c
+39.581 52.9715 40.1715 53.7535 40.7548 54.5408 c
+41.353 55.3482 41.9435 56.1612 42.5266 56.9795 c
+43.1249 57.819 43.7153 58.664 44.2984 59.5141 c
+44.8967 60.3866 45.4873 61.2645 46.0701 62.1474 c
+46.6687 63.0542 47.2591 63.9662 47.8419 64.8832 c
+48.4405 65.8252 49.031 66.7723 49.6136 67.7243 c
+50.2124 68.7026 50.8028 69.6859 51.3854 70.674 c
+51.9842 71.6897 52.5747 72.7103 53.1572 73.7355 c
+53.7562 74.7898 54.3466 75.849 54.9289 76.9126 c
+55.528 78.0067 56.1184 79.1054 56.7007 80.2085 c
+57.2998 81.3434 57.8903 82.4828 58.4724 83.6265 c
+59.0717 84.8036 59.6621 85.9852 60.2442 87.1709 c
+60.8434 88.3914 61.4339 89.6162 62.016 90.845 c
+62.6153 92.1101 63.2057 93.3794 63.7877 94.6525 c
+64.3871 95.9635 64.9775 97.2786 65.5595 98.5974 c
+66.1589 99.9556 66.7493 101.318 67.3313 102.684 c
+67.9307 104.09 68.5213 105.501 69.103 106.915 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 -68.766 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(n) 5.9778 Tj
+[1 0 0 1 68.766 -133.212] cm
+[1 0 0 1 -60.019 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 60.019 -133.212] cm
+[1 0 0 1 -49.503 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(5) 4.9815 Tj
+[1 0 0 1 49.503 28.788] cm
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font EVWCWH+CMMI10
+%%+ font DVDUBF+CMMI7
+%%+ font ZBPVOC+csr10
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0007.eps b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0007.eps
new file mode 100644
index 00000000000..51e0f98ea3c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0007.eps
@@ -0,0 +1,1133 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: xpdf/pdftops 3.00
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 171 171
+%%HiResBoundingBox: 0 0 170.079 170.079
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ 3 1 roll 2 array astore
+ /setpagedevice where {
+ pop 3 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ /Policies 1 dict dup begin /PageSize 3 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/cshow where {
+ pop
+ /cshow2 {
+ dup {
+ pop pop
+ 1 string dup 0 3 index put 3 index exec
+ } exch cshow
+ pop pop
+ } def
+}{
+ /cshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 2 index length 1 sub {
+ 2 copy get exch 1 add 2 index exch get
+ 2 copy exch 256 mul add
+ 2 string dup 0 6 5 roll put dup 1 5 4 roll put
+ 3 index exec
+ } for
+ } {
+ dup {
+ 1 string dup 0 3 index put 3 index exec
+ } forall
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/awcp {
+ exch {
+ false charpath
+ 5 index 5 index rmoveto
+ 6 index eq { 7 index 7 index rmoveto } if
+ } exch cshow2
+ 6 {pop} repeat
+} def
+/Tj {
+ fCol
+ 1 index stringwidth pdfTextMat idtransform pop
+ sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16 {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform pop
+ sub exch div
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16V {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform exch pop
+ sub exch div
+ 0 pdfWordSpacing pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing add 0 exch
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj1 {
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 8 2 roll
+ pdfTextRender 1 and 0 eq {
+ 6 copy awidthshow
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 7 index 7 index moveto
+ 6 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ false awcp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 8 6 roll moveto
+ false awcp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ 8 {pop} repeat
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { pdfFontSize 0.001 mul mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+% Level 2 image operators
+/pdfImBuf 100 string def
+/pdfIm {
+ image
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImM {
+ fCol imagemask
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h f*
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%BeginResource: font EVWCWH+CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /EVWCWH+CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 101 /e put
+dup 110 /n put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+/UniqueID 5087385 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d5993dfc0930297866e1cd0a319b6b1fd958
+9e394a533a081c36d456a09920001a3d2199583eb9b84b4dee08e3d12939e321
+990cd249827d9648574955f61baaa11263a91b6c3d47a5190165b0c25abf6d3e
+6ec187e4b05182126bb0d0323d943170b795255260f9fd25f2248d04f45dfbfb
+def7ff8b19bfef637b210018ae02572b389b3f76282beb29cc301905d388c721
+59616893e774413f48de0b408bc66dce3fe17cb9f84d205839d58014d6a88823
+d9320ae93af96d97a02c4d5a2bb2b8c7925c4578003959c46e3ce1a2f0eac4bf
+8b9b325e46435bde60bc54d72bc8acb5c0a34413ac87045dc7b84646a324b808
+6fd8e34217213e131c3b1510415ce45420688ed9c1d27890ec68bd7c1235faf9
+1dab3a369dd2fc3be5cf9655c7b7eda7361d7e05e5831b6b8e2eec542a7b38ee
+03be4bac6079d038acb3c7c916279764547c2d51976baba94ba9866d79f13909
+95aa39b0f03103a07cbdf441b8c5669f729020af284b7ff52a29c6255fcaacf1
+74109050fba2602e72593fbcbfc26e726ee4aef97b7632bc4f5f353b5c67fed2
+3ea752a4a57b8f7feff1d7341d895f0a3a0be1d8e3391970457a967eff84f6d8
+47750b1145b8cc5bd96ee7aa99ddc9e06939e383bda41175233d58ad263ebf19
+afc0e2f840512d321166547b306c592b8a01e1fa2564b9a26dac14256414e4c8
+42616728d918c74d13c349f4186ec7b9708b86467425a6fdb3a396562f7ee4d8
+40b43621744cf8a23a6e532649b66c2a0002dd04f8f39618e4f572819dd34837
+b5a08e643fdca1505af6a1fa3ddfd1fa758013caed8acddbbb334d664dff5b53
+9560176671a33fc55340cd04c2de46fd812fc2711a85f3cc57f2cf1bedefc217
+217f1a6065fa29758498c2762dd1340c6168171c629556ea6de5612884db94e0
+a2b6d5cb8ba850e74ec72fc08d89de6a8d37fde1e9547201c0445a2e2930725c
+942be1459d3eb19c6ab0936ac31cad484f45cda0ee0272b808250d1db005e3c8
+71bef687075a0b4467ef0e30bd8af2a290b296b3b288db71759cdb9cbac6fdb9
+a1899e1631d580dfe13ad39bc16ad360e7b3ce181350737b797f512a4c556e03
+106a7dbbebf3b31e8973c89815fa4a1e84544134e658ed16345b3ccf902743b1
+5c6e33257388a92db44b099e470aa47859b5e6b0cf7896eb59b6c9b59da91987
+a8fbc2afe7866c25e9998786f1443fe59759235b8042e5d2815a47acf24235cd
+58518f444cf3a347fd0e816da87fe2c348bb865a34d9a84a9159d5b495bbd5be
+5a07b1f3a4330e898cd1c08cce6eda8a01f368c1ca305856590900d7957036c8
+e8953886de14f3519794828ba56c29e9a6794bab32cfcd5503ccc3c68c00c352
+4fdea3905a6cba387ed1245ed0c4b44a0a6d5db5d25f11f996ff43dda22ee685
+adbf4fb2fa538f1a2542d6b8d7304a666ac60f033fff5d5667fe9dab4ba9ad33
+ffb004acd99c2d09297fd5a79cad212f40d0f7bae5463fb3fd0f48e19b6e8b35
+4a40010e9a22a547a6d5ac7abc6ce9c4b694c4e41a9a5d57e7b379aee3dbef3e
+03e76015acd9c87d2dc56fb5ba02a595b979dc118b34127eb21da6f79e60b343
+b8fe262b07530c094884342019891f48c7754807d7416001eb1aa48be47b1f0c
+89a5c8556e12e52c6e204e2ba2ce6b33d752255ab680276c7c67b514ea0aa239
+617879e57a404eec44fbd35a137d442b1f172d6df97a415f41de86de73cf5d71
+13fd6d529e03b0bebde85256ed045f49eebb0b08845ba91ac5c91b529fcc1f57
+3559947b24475e3f933967e5f26c108640c243e1de7e48ef778cdd7970a9c7c7
+0c19ea49d9d9a103636141d9a23adfdc8e2fa1a8ea343af8b0b9909db5f93e19
+c38d9cf42d9bc7989c91598cb8b80047f9201238fb3803fa9058a5e79ebb7c3f
+f48171fc8901c4ef95a222d4076b0b9e96434d6cc78abd48c0f0b21ee61b4b2b
+2fdf4743eb50981a4270756f8ae877092697282a7cc56b00b5607c8087da8b73
+1ca8b8200b8599b44b9e805eeb06bbddf47ee85263722bb21ebd14b0163648f9
+e535e6ecb0cf9a394d92238c36d2f56cbd5458ab86e74134697bbe77091122db
+2cb3f0ed39ccff1f0584d40a59676ba94625cdf9176e730876ac56a9fcba967d
+fc9fe078b5fb7821eee5178d6e0d97543af2d10d048663ad9369ed71f488ffbf
+279ba62017ec05f59ef4df20f21161708c9f8bcc1cfd080ab47a0a7ad48897af
+abe5bb898bd120a0a1b9
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F5_0 /EVWCWH+CMMI10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/e/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/n/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/y/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font DVDUBF+CMMI7
+%!PS-AdobeFont-1.1: CMMI7 1.100
+%%CreationDate: 1996 Jul 23 07:53:53
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /DVDUBF+CMMI7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 120 /x put
+readonly def
+/FontBBox{0 -250 1171 750}readonly def
+/UniqueID 5087382 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d77639df1232a4d6233a9caf69b151dfd33f
+c0962eac6e3ebfb8ad256a3c654eaaf9a50c51bc6fa90b61b60401c235afab7b
+b078d20b4b8a6d7f0300cf694e6956ff9c29c84fcc5c9e8890aa56b1bc60e868
+da8488ac4435e6b5ce34ea88e904d5c978514d7e476bf8971d419363125d4811
+4d886edddcdda8a6b0fda5cf0603ea9fa5d4393bebb26e1ab11c2d74ffa6fee3
+fafbc6f05b801c1c3276b11080f5023902b56593f3f6b1f37997038f36b9e3ab
+76c2e97e1f492d27a8e99f3e947a47166d0d0d063e4e6a9b535dc9f1bed129c5
+123775d5d68787a58c93009fd5da55b19511b95168c83429bd2d878207c39770
+012318ea7aa39900c97b9d3859e3d0b04750b8390bf1f1bc29dc22bcad50ecc6
+a3c633d0937a59e859e5185af9f56704708d5f1c50f78f43dfac43c4e7dc9413
+44cefe43279afd3c167c942889a352f2ff806c2ff8b3eb4908d50778aa58cffc
+4d1b14597a06a994ed8414bbe8b26e74d49f6cf54176b7297cda112a69518050
+01337cba5478eb984cdd22020daed9ca8311c33fbcc84177f5ce870e709fc608
+d28b3a7208eff72988c136142ce79b4e9c7b3fe588e9824abc6f04d141e589b3
+914a73a42801305439862414f893d5b6c327a7ee2730dede6a1597b09c258f05
+261bc634f64c9f8477cd51634ba648fc70f659c90dc042c0d6b68cd1df36d615
+24f362b85a58d65a8e6dfd583ef9a79a428f2390a0b5398eeb78f4b5a89d9ad2
+a517e0361749554abd6547072398ffdd863e40501c316f28fddf8b550ff8d663
+9843d0bea42289f85bd844891db42ec7c51229d33ee7e83b1290404c799b8e8c
+889787cdc194f782420bb447de705eae7963391b36646a08bacff210b7e5b8b9
+65bcec644cfd47e6e154d0eef75020d610e957e37b643b89696de26056d00f9d
+7287aa5b8ae55de31f6c4794c22c708ac3285293d17c81e1b93a0501b2588d25
+c290af42ade3275e96ea2d942d3b0f3446cbeef2863b65fd1a144b299fe504db
+36a5d94b6d530f7080fa35bbd9af9cf7cf702550e345377c22d52f1d9f5bbcfd
+19e96a3d7721ca7ba01960993d9cc66481321fd87e984250399a0360744d884f
+e7273c519f94b79651cdf152586857ffa455eadffd2ca91171862c862c139a8d
+e07ff3728d2bdfb3e7e54c9d9a90e8df6cd0d9b034ef3b00f39e102fc7a84555
+3f2d553d72c03f19551cb2d39031bf41a75e066e5644adf224552bf2ba8d0648
+ba24d3064512ec83af5bee55cc39761c2adc06891eee1ab4508fbe89ad43de55
+553b31b8d633cd56c81aa37edb51980500da912d06c008c3681022419637872a
+b9439dd9734b8fe064e6dc11c8f97ac2c37fb19d1315f13024e1b7c252c4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /DVDUBF+CMMI7 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font ZBPVOC+csr10
+%!FontType1-1.0: csr10 1.1/12-Nov-94
+% CSfonts -- pfb ver.Apr.1998, generated from BaKoMa fonts. NO WARRANTY.
+% Accents are added using t1accent program, (c) Petr Olsak, 1998
+%%VMusage: 25429 25707
+% T1FMT-V2.0, Copyright (c) 1993,1994, Basil K. Malyshev. All rights reserved.
+12 dict begin
+/FontInfo 13 dict dup begin
+/version (1.1/12-Nov-94) readonly def
+/Notice (Copyright \(C\) 1994, Basil K. Malyshev. All Rights Reserved.\012BaKoMa Fonts Collection, Level-B.) readonly def
+/FullName (csr10) readonly def
+/FamilyName (csr10) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -133 def
+/UnderlineThickness 20 def
+/XHeight 431 def
+/Ascender 694 def
+/Descender -194 def
+/CapHeight 683 def
+end readonly def
+/FontName /ZBPVOC+csr10 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 61 /equal put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [-44 -250 1111 864] readonly def
+/UniqueID 4701481 def
+/StrokeWidth 0 def
+currentdict end
+currentfile eexec
+d9d66f633b846a989b9974b0179fc6cc445bc2c03103c68570a7b354a4a280ae
+6fbf7f98f75adf5180cdd505cdc93f13ee312cb03ac7b00c9c4622c80d74023c
+c1962bd0caf57f3c335ded6a6c36110e591128c8861ca07dca77cf521beab94f
+bb761a39789af6c405eb8b495e41c5915360664d422344de89da844efdd13c45
+cb82b522b9e7256916fd366b61290914fc63045ea3c05bbd24545cc5f4451e74
+edddbe488adb69505c96937b35e2d8e7dd2a21a13acf068469e92bc111e5e809
+0e489e43c83dc29bdb053c4af9440b668638d0eb64d2976e6f7d6472ce149020
+5249a42d7dbca06030f48694f7ca0b38978998765d7e7be1d365613011e79d8e
+deb631764d47d1f9663a46a0702ae1ce700abac55a77dc4472405c469fce7cd9
+ff240937b0c74279abcb8583b4d1cedc2856847f4cc2bb267318451b79c1afe6
+6dbbe53c3cbe648c7e1554964dcf29b12753a8431e0e0793099e24e698395683
+346c2a1535dd6d0263200e9f1b76843f139eddd475bec3eb84be3e1e664ec01b
+63b5ec60e6bc15ec7134e83f445bdf0c06d3afa7ef773b48cd9e51ac628172e6
+d4d4d306767b31219d3e545a0819f4429c34e598f8a758719e02602982d87758
+5fd419d175b959787d3707d1467ab66bf8beaf14ac38e07f6b90baa760bb3807
+f83ba97c7c696849bfbe8ef51dbce39508f288cfcc9a00d3534b62f8ab995ae0
+a2608eecbb5c156f4ded7195dee9f66550737765dbaec14039cda155a14d9591
+b7ac0282147bc3de8ed0ddb1280c7a23a51428c250f859584bf2dfda68e82e09
+3e18b41374f224f3eac407807ce5159ac61dbd6d308ba0faf841aa47d482d8b0
+7b8524840e786c67fa7583e00445ec83ad41c7b1e472a1d50b243b4ce011c530
+3906853e6c1be90d5ea39263010537e6c648eba7a245a5fd1ebb10f9e96f383a
+ca8ed355023e1b36011ada2df440e0ca9ca60c8db22d8613219ad2b2b97bab80
+1f930f0a5e8a386ba4ad11c0174cdd10c30eb44ceda8f3d8c73f02c787d6f7d9
+d46100833edde8447ad731198dace0a16c2f24890db7077d8e08da38cbb13654
+8c4ebd337bc8c44e652068fd1db883201544dc7a3dbc1471dd48d47fbdf082c0
+a5482facfd91d0db60e3291357f258dff2eba9d5ec4969a9ef331979f018724a
+d71e28c60a1822f3f2f1becfdc5392e3a60319c249fadffb69f21bf963a15b1c
+03f2c41148ba85bd9c0c83871195b28cc54780909432f4f4d198655ea208f98b
+35789bffdb8444b21b1fe9dda188c9fae3391095781822f76ce501618e14c200
+7a3338e05edf1bd77131eed784af7749dae44465a9b0489e4cdd308957928f3a
+ff39b376e2c90159b7479a6ac7d0abd270dc59b56c91d62bcf2f6b72caca420b
+792235c67cb5569c36764f699afee318719e83a6a025ad6f2c0bbb409dfe46c3
+d59fa185fcc49a2996e463abfabba6e43c221be667a7a1e4581e7e17ebb1a8cb
+79145f70dcc8a33721f57f23c8ad2d5f692bd34ba01d0a72a0019e88bb95f196
+7cea454fc8b8f16e3b9e4939b07cbed0a0f9b8e1bd55d845abb90169f9fbc685
+92d4836edf01ecd47b97206c1d8499d0adc23b1fd7795da0a9bdc5061569064f
+a442539b16d4751d086815dcfa9d80b7c74ba43ffc0fd8b6709adf54ffa397ad
+e4cec37f9da4c76695043d7830453dd46bd2ab1443db554f5af3a1c627f76de6
+0bf8f71a308549245c5c5043e8dd2ec58b757d258dc364e91f5807539807643f
+c83c1a50e6baa78b62ec0163224ee8ee934ebe6023852533ded82c1f84699870
+e67dba1f5f7a9aee542ab55f840a15ab6f0cbf2d0b9c1704869e6fef54d7974d
+afafa428bf8afba4e7bb8acaab3cec1e32b5811c9a3b287b3ff402c46c96e98b
+5ddab9452d137b0ed39c6832cc56443af8d2eb5144e2bb756423223400ca5e22
+5d23cee93ce3c2074611005a26658fc90f420fd9ddffd2e6a0b41f2a1bb84373
+14fe903aea3fd8e562436dd4efbf6ed09a3ebb7d58cf0af0780a8e0882ae7564
+79d211581dcc30e0b69eaf8c14669ccc3b85a225aaaef8a48b88befd8386293d
+5c045cf24cc0968f86de15481a6850111fe6c4209e3dec9dff4001a54a0719a9
+112b286ee68fe3f17829ac3de6ca8c1298e7de5a125d8b0e9cd47f619c3fbc06
+36d48744fbcc0a0c23f18df113556d9248d9be6078b5ffc301678dc641fdc7de
+5139a062b40d5f1c32008de02db7722e6ab4eae46a1df9961ff09a06cf69e598
+cb487b4469f9558c02519a38b15cd2b9101b4eaed70d5aa6a040771ca7f43dec
+e1bcd1933fe05571d32ac7b1d482c16c167fd38de4f0c379679d5129250e461e
+577e2e25ce5f992f9d8cb19722694765ee6265a54c76d7e1d157c381d119fd23
+b70c6b59c5af958130be05f8d0ef84a399d134c51bd43697fc100abd764b45b1
+215586dd5d696b77b7484d72e99af0a1c4678161d36c99abed90665d4ea4d2a2
+e30d6abaaf656d68059aef24ecaecdc876a8050bc6d7455d6d2f9667cc5e778d
+a49a07c789268576c25a12ec7534bc03d8568d4aec5aeb709b512729c7d788f0
+3fe61886d204941d5056612d5db6031b4dacc4d304b55d3b0623cfacb7d450d3
+3e80362554761d99504a5bb67c0c2d65094cc8130f8c2badb39ed97afacfa955
+1cfe10198cdfaf32c490c6b3152d6035a745e7b47130666121eeb63ca24caa40
+3d8a2310928f60b8e9dcdd931b0c4ecff540084789940bcd0023e260947aad8e
+539f547c8cfe35ddb4615053bb4116cf6ee2b69bc3f9f6bfb78bc663df0485f7
+b0651b46ffedd31dc4384cfa0e17e3e10c4f94bb8eecf8cde1819268f8ee61c2
+ec361cd127b3185d71f2e1e39579f8d8e93073d041368722c8bc4f4288ad4f82
+4a3c7cc119ce0af9131a1ec5756932f92b601eadc9ea2fcfded3e8e291a974bd
+97b92b75a3e9d74e9da382289c2e7fac4d7ac352ad3054f20eff60f455f5e6c6
+3692b85f5bc7a6a87535e9a0e24aa921de060ecb38ffb8ff7e5f00437628b073
+ccc5fb242b93f622b02f2c0aaefec0d2fe8c7c04f492014ba2bbb2eb21df93b1
+32ba4aa1a0ecc63eacff3dffd759a8458bc37f8f6175726af79157fc4c190e9e
+efd0d041acd89cd35ee4fd654748b88f7b944eb4b7f3c03c04b68953da697399
+f05ac3f2ce0cba163c1b50d2a644b285ddebf1855c08d1d6faf6fb97d6a437bb
+72ba9d3e5e3abcedf0d934dbb8de2969e7c0475e188b2bb508ce0cfa3e84916b
+b1cc2f4c4c413753126d92bb0fc07809d98560c2d999a0afb25858ab6416b097
+f9f654ccddd298480b55c3f7d5d9b7a9bc378c168d80df3c2e4e5a469bd22525
+d33fe99cd61280ada2409b0ee04dab5b72b819d7869e6c6128a233e22d45a1d6
+ae2cbe5626a2c253e9c53a9494729613789864485f2c1106e4f31671219b255b
+4592c7c64aad62d532591d85595bffe4955e4b833e931c0536fa118483fe699d
+ab570673f0baafa9c5b4ad63a35f
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F15_0 /ZBPVOC+csr10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/one/two/three/four/five/six/seven
+ /eight/.notdef/.notdef/.notdef/.notdef/equal/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+q
+[1 0 0 1 5.039 162] cm
+q
+[1 0 0 1 74 9] cm
+[1 0 0 1 0 -162] cm
+1.13383 w
+[] 0 d
+1 J
+1 j
+10 M
+-70.8661 0 m
+70.8661 0 l
+S
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+f
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+S
+1.13383 w
+0 0 m
+0 141.732 l
+S
+1.13383 w
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+f
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+S
+1.13383 w
+-35.4331 -1.41733 m
+-35.4331 1.41733 l
+S
+35.4331 -1.41733 m
+35.4331 1.41733 l
+S
+1.13383 w
+-1.41733 19.1815 m
+1.41733 19.1815 l
+S
+-1.41733 38.3629 m
+1.41733 38.3629 l
+S
+-1.41733 57.5444 m
+1.41733 57.5444 l
+S
+-1.41733 76.7258 m
+1.41733 76.7258 l
+S
+-1.41733 95.9073 m
+1.41733 95.9073 l
+S
+-1.41733 115.089 m
+1.41733 115.089 l
+S
+/DeviceRGB {} cs
+[1 0 0] sc
+/DeviceRGB {} CS
+[1 0 0] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01584 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87282 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05568 -46.6517 5.14058 -46.0615 5.22766 c
+-45.4706 5.31483 -44.8799 5.40417 -44.2897 5.49576 c
+-43.6988 5.58745 -43.1082 5.68138 -42.5179 5.77762 c
+-41.927 5.874 -41.3364 5.97267 -40.7462 6.07382 c
+-40.1552 6.17511 -39.5646 6.27887 -38.9744 6.38524 c
+-38.3834 6.49178 -37.7928 6.60094 -37.2027 6.71275 c
+-36.6115 6.82477 -36.021 6.93945 -35.4309 7.05695 c
+-34.8397 7.17465 -34.2491 7.29517 -33.6591 7.4187 c
+-33.0679 7.5425 -32.4773 7.66933 -31.8874 7.7992 c
+-31.2961 7.92935 -30.7055 8.06255 -30.1156 8.199 c
+-29.5243 8.3358 -28.9336 8.47586 -28.3439 8.61931 c
+-27.7524 8.76317 -27.1618 8.91043 -26.5721 9.06126 c
+-25.9806 9.21257 -25.39 9.36748 -24.8003 9.52605 c
+-24.2087 9.68515 -23.6181 9.84795 -23.0286 10.0145 c
+-22.4369 10.1818 -21.8462 10.3528 -21.2568 10.5279 c
+-20.665 10.7037 -20.0744 10.8836 -19.485 11.0676 c
+-18.8931 11.2525 -18.3025 11.4417 -17.7133 11.6351 c
+-17.1212 11.8295 -16.5306 12.0283 -15.9415 12.2316 c
+-15.3493 12.436 -14.7587 12.6451 -14.1698 12.8589 c
+-13.5774 13.0739 -12.9868 13.2937 -12.398 13.5183 c
+-11.8055 13.7443 -11.2148 13.9753 -10.6262 14.2114 c
+-10.0335 14.4491 -9.4429 14.692 -8.85448 14.9401 c
+-8.26161 15.1901 -7.67096 15.4454 -7.08272 15.7061 c
+-6.48962 15.9689 -5.89899 16.2373 -5.31096 16.5113 c
+-4.71764 16.7878 -4.12701 17.07 -3.5392 17.358 c
+-2.94568 17.6488 -2.35503 17.9455 -1.76744 18.2481 c
+-1.17365 18.5539 -0.58301 18.8657 0.00432 19.1838 c
+0.59836 19.5055 1.18896 19.8334 1.7761 20.1675 c
+2.37039 20.5057 2.96107 20.8502 3.54785 21.2013 c
+4.1425 21.5571 4.73306 21.9196 5.31961 22.2886 c
+5.91447 22.6628 6.50514 23.0437 7.09137 23.4313 c
+7.68661 23.8248 8.27724 24.2254 8.86313 24.6327 c
+9.45866 25.0468 10.0493 25.468 10.6349 25.896 c
+11.2307 26.3314 11.8214 26.774 12.4067 27.2236 c
+13.0029 27.6816 13.5935 28.147 14.1784 28.6194 c
+14.775 29.1013 15.3656 29.5905 15.9502 30.0869 c
+16.5471 30.5938 17.1377 31.1082 17.7219 31.6297 c
+18.3192 32.1629 18.9098 32.7036 19.4937 33.2514 c
+20.0914 33.8123 20.682 34.3807 21.2655 34.9563 c
+21.8635 35.5464 22.4541 36.144 23.0372 36.7488 c
+23.6357 37.3694 24.2262 37.9977 24.809 38.6331 c
+25.4078 39.286 25.9983 39.9464 26.5807 40.614 c
+27.1799 41.3008 27.7704 41.9951 28.3525 42.6964 c
+28.952 43.4188 29.5426 44.1486 30.1243 44.8854 c
+30.7242 45.6454 31.3147 46.4128 31.896 47.1871 c
+32.4963 47.9865 33.0868 48.7931 33.6678 49.6065 c
+34.2684 50.4472 34.8588 51.2952 35.4395 52.1499 c
+36.0405 53.0343 36.6309 53.9258 37.2113 54.8239 c
+37.8126 55.7542 38.4029 56.6915 38.9831 57.6351 c
+39.5846 58.6135 40.175 59.5987 40.7548 60.5901 c
+41.3567 61.6192 41.9471 62.655 42.5266 63.6969 c
+43.1287 64.7793 43.7191 65.8682 44.2984 66.963 c
+44.9007 68.1014 45.4911 69.2461 46.0701 70.3965 c
+46.6727 71.5937 47.2631 72.797 47.8419 74.0059 c
+48.4447 75.265 49.035 76.5301 49.6136 77.8006 c
+50.2167 79.1247 50.807 80.4545 51.3854 81.7896 c
+51.9887 83.1822 52.579 84.5803 53.1572 85.9835 c
+53.7606 87.4479 54.3509 88.9176 54.9289 90.3922 c
+55.5326 91.9321 56.1228 93.4772 56.7007 95.0269 c
+57.3045 96.6462 57.8947 98.2705 58.4724 99.8992 c
+59.0764 101.602 59.6666 103.31 60.2442 105.022 c
+60.8483 106.812 61.4385 108.607 62.016 110.407 c
+62.6202 112.289 63.2104 114.176 63.7877 116.067 c
+64.3921 118.047 64.9823 120.031 65.5595 122.019 c
+66.1639 124.1 66.754 126.186 67.3313 128.275 c
+67.936 130.464 68.5266 132.656 69.103 134.852 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 72.966 -6.389] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(x) 5.69884 Tj
+[1 0 0 1 -72.966 6.389] cm
+[1 0 0 1 -7.342 145.769] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 7.342 -145.769] cm
+[1 0 0 1 55.013 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 -55.013 -139.79] cm
+[1 0 0 1 63.023 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 -63.023 -139.79] cm
+[1 0 0 1 73.539 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(e) 4.64276 Tj
+[1 0 0 1 -73.539 -139.79] cm
+[1 0 0 1 78.177 143.405] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F10_0 6.974 Tf
+(x) 4.51915 Tj
+[1 0 0 1 -78.177 -143.405] cm
+/DeviceGray {} cs
+[1] sc
+/DeviceGray {} CS
+[1] SC
+-73.433 -8.3895 158.626 160.448 re
+S
+/DeviceRGB {} cs
+[0 0 1] sc
+/DeviceRGB {} CS
+[0 0 1] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01613 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87253 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-49.605 4.7301 l
+-49.0141 4.8089 -48.4235 4.88957 -47.8332 4.97244 c
+-47.2423 5.0554 -46.6517 5.14056 -46.0615 5.22766 c
+-45.4706 5.31485 -44.8799 5.40396 -44.2897 5.49547 c
+-43.6988 5.58708 -43.1082 5.68108 -42.5179 5.77733 c
+-41.927 5.87372 -41.3364 5.97237 -40.7462 6.07352 c
+-40.1552 6.1748 -39.5646 6.27861 -38.9744 6.38493 c
+-38.3834 6.49142 -37.7928 6.60045 -37.2027 6.71216 c
+-36.6115 6.82407 -36.021 6.93867 -35.4309 7.05608 c
+-34.8397 7.17369 -34.2491 7.29411 -33.6591 7.41754 c
+-33.0679 7.54123 -32.4773 7.66795 -31.8874 7.79773 c
+-31.2961 7.92781 -30.7055 8.06096 -30.1156 8.19725 c
+-29.5243 8.3339 -28.9336 8.4737 -28.3439 8.61696 c
+-27.7524 8.76062 -27.1618 8.90776 -26.5721 9.05833 c
+-25.9806 9.20935 -25.39 9.36385 -24.8003 9.52194 c
+-24.2087 9.68057 -23.6181 9.84285 -23.0286 10.009 c
+-22.4369 10.1757 -21.8462 10.3463 -21.2568 10.5209 c
+-20.665 10.6962 -20.0744 10.8754 -19.485 11.0588 c
+-18.8931 11.243 -18.3025 11.4314 -17.7133 11.624 c
+-17.1213 11.8175 -16.5306 12.0153 -15.9415 12.2176 c
+-15.3493 12.4209 -14.7587 12.6288 -14.1698 12.8413 c
+-13.5775 13.055 -12.9868 13.2732 -12.398 13.4963 c
+-11.8055 13.7208 -11.2149 13.9502 -10.6262 14.1844 c
+-10.0336 14.4202 -9.44298 14.6609 -8.85448 14.9068 c
+-8.26167 15.1544 -7.67105 15.4073 -7.08272 15.6654 c
+-6.48976 15.9256 -5.89912 16.191 -5.31096 16.4618 c
+-4.71779 16.735 -4.12715 17.0136 -3.5392 17.2977 c
+-2.94582 17.5845 -2.35521 17.877 -1.76744 18.1752 c
+-1.17386 18.4763 -0.5832 18.7832 0.00432 19.096 c
+0.59816 19.4121 1.1888 19.7343 1.7761 20.0624 c
+2.37016 20.3944 2.96077 20.7325 3.54785 21.0766 c
+4.14214 21.425 4.73276 21.7795 5.31961 22.1402 c
+5.91417 22.5057 6.50484 22.8775 7.09137 23.2556 c
+7.68622 23.6392 8.27681 24.0293 8.86313 24.4258 c
+9.45819 24.8282 10.0488 25.2371 10.6349 25.6525 c
+11.2303 26.0745 11.8209 26.5032 12.4067 26.9385 c
+13.0023 27.3812 13.5929 27.8306 14.1784 28.2866 c
+14.7744 28.7508 15.365 29.2218 15.9502 29.6994 c
+16.5464 30.1861 17.137 30.6796 17.7219 31.1798 c
+18.3185 31.6899 18.9091 32.2068 19.4937 32.7305 c
+20.0906 33.2651 20.6811 33.8066 21.2655 34.3549 c
+21.8625 34.9151 22.4531 35.4822 23.0372 36.056 c
+23.6346 36.6427 24.2252 37.2363 24.809 37.8367 c
+25.4067 38.4514 25.9972 39.0732 26.5807 39.7014 c
+27.1787 40.345 27.7693 40.9954 28.3525 41.6524 c
+28.9508 42.3263 29.5412 43.0071 30.1243 43.6942 c
+30.7227 44.3995 31.3133 45.1115 31.896 45.8299 c
+32.4948 46.5682 33.0852 47.3132 33.6678 48.0643 c
+34.2667 48.8366 34.8573 49.6153 35.4395 50.4002 c
+36.0388 51.2081 36.6293 52.0226 37.2113 52.843 c
+37.8107 53.6878 38.4012 54.539 38.9831 55.3961 c
+39.5827 56.2794 40.1732 57.1689 40.7548 58.0642 c
+41.3547 58.9875 41.9451 59.917 42.5266 60.852 c
+43.1266 61.817 43.7171 62.7879 44.2984 63.7642 c
+44.8986 64.7724 45.489 65.7863 46.0701 66.8055 c
+46.6705 67.8585 47.2609 68.9171 47.8419 69.9809 c
+48.4424 71.0805 49.0328 72.1856 49.6136 73.2958 c
+50.2143 74.4439 50.8047 75.5974 51.3854 76.7557 c
+51.9862 77.954 52.5765 79.1575 53.1572 80.3657 c
+53.7581 81.616 54.3484 82.8714 54.9289 84.1314 c
+55.5299 85.4359 56.1203 86.7454 56.7007 88.0592 c
+57.3018 89.4198 57.8922 90.7852 58.4724 92.1548 c
+59.0736 93.5737 59.6639 94.9972 60.2442 96.4248 c
+60.8454 97.9039 61.4358 99.3873 62.016 100.875 c
+62.6173 102.416 63.2076 103.962 63.7877 105.512 c
+64.3891 107.118 64.9794 108.729 65.5595 110.343 c
+66.1608 112.016 66.7511 113.694 67.3313 115.374 c
+67.9328 117.117 68.5234 118.864 69.103 120.614 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 -68.766 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(n) 5.9778 Tj
+[1 0 0 1 68.766 -133.212] cm
+[1 0 0 1 -60.019 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 60.019 -133.212] cm
+[1 0 0 1 -49.503 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(6) 4.9815 Tj
+[1 0 0 1 49.503 28.788] cm
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font EVWCWH+CMMI10
+%%+ font DVDUBF+CMMI7
+%%+ font ZBPVOC+csr10
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0008.eps b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0008.eps
new file mode 100644
index 00000000000..bde793c126d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0008.eps
@@ -0,0 +1,1133 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: xpdf/pdftops 3.00
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 171 171
+%%HiResBoundingBox: 0 0 170.079 170.079
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ 3 1 roll 2 array astore
+ /setpagedevice where {
+ pop 3 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ /Policies 1 dict dup begin /PageSize 3 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/cshow where {
+ pop
+ /cshow2 {
+ dup {
+ pop pop
+ 1 string dup 0 3 index put 3 index exec
+ } exch cshow
+ pop pop
+ } def
+}{
+ /cshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 2 index length 1 sub {
+ 2 copy get exch 1 add 2 index exch get
+ 2 copy exch 256 mul add
+ 2 string dup 0 6 5 roll put dup 1 5 4 roll put
+ 3 index exec
+ } for
+ } {
+ dup {
+ 1 string dup 0 3 index put 3 index exec
+ } forall
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/awcp {
+ exch {
+ false charpath
+ 5 index 5 index rmoveto
+ 6 index eq { 7 index 7 index rmoveto } if
+ } exch cshow2
+ 6 {pop} repeat
+} def
+/Tj {
+ fCol
+ 1 index stringwidth pdfTextMat idtransform pop
+ sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16 {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform pop
+ sub exch div
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16V {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform exch pop
+ sub exch div
+ 0 pdfWordSpacing pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing add 0 exch
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj1 {
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 8 2 roll
+ pdfTextRender 1 and 0 eq {
+ 6 copy awidthshow
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 7 index 7 index moveto
+ 6 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ false awcp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 8 6 roll moveto
+ false awcp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ 8 {pop} repeat
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { pdfFontSize 0.001 mul mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+% Level 2 image operators
+/pdfImBuf 100 string def
+/pdfIm {
+ image
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImM {
+ fCol imagemask
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h f*
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%BeginResource: font EVWCWH+CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /EVWCWH+CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 101 /e put
+dup 110 /n put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+/UniqueID 5087385 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d5993dfc0930297866e1cd0a319b6b1fd958
+9e394a533a081c36d456a09920001a3d2199583eb9b84b4dee08e3d12939e321
+990cd249827d9648574955f61baaa11263a91b6c3d47a5190165b0c25abf6d3e
+6ec187e4b05182126bb0d0323d943170b795255260f9fd25f2248d04f45dfbfb
+def7ff8b19bfef637b210018ae02572b389b3f76282beb29cc301905d388c721
+59616893e774413f48de0b408bc66dce3fe17cb9f84d205839d58014d6a88823
+d9320ae93af96d97a02c4d5a2bb2b8c7925c4578003959c46e3ce1a2f0eac4bf
+8b9b325e46435bde60bc54d72bc8acb5c0a34413ac87045dc7b84646a324b808
+6fd8e34217213e131c3b1510415ce45420688ed9c1d27890ec68bd7c1235faf9
+1dab3a369dd2fc3be5cf9655c7b7eda7361d7e05e5831b6b8e2eec542a7b38ee
+03be4bac6079d038acb3c7c916279764547c2d51976baba94ba9866d79f13909
+95aa39b0f03103a07cbdf441b8c5669f729020af284b7ff52a29c6255fcaacf1
+74109050fba2602e72593fbcbfc26e726ee4aef97b7632bc4f5f353b5c67fed2
+3ea752a4a57b8f7feff1d7341d895f0a3a0be1d8e3391970457a967eff84f6d8
+47750b1145b8cc5bd96ee7aa99ddc9e06939e383bda41175233d58ad263ebf19
+afc0e2f840512d321166547b306c592b8a01e1fa2564b9a26dac14256414e4c8
+42616728d918c74d13c349f4186ec7b9708b86467425a6fdb3a396562f7ee4d8
+40b43621744cf8a23a6e532649b66c2a0002dd04f8f39618e4f572819dd34837
+b5a08e643fdca1505af6a1fa3ddfd1fa758013caed8acddbbb334d664dff5b53
+9560176671a33fc55340cd04c2de46fd812fc2711a85f3cc57f2cf1bedefc217
+217f1a6065fa29758498c2762dd1340c6168171c629556ea6de5612884db94e0
+a2b6d5cb8ba850e74ec72fc08d89de6a8d37fde1e9547201c0445a2e2930725c
+942be1459d3eb19c6ab0936ac31cad484f45cda0ee0272b808250d1db005e3c8
+71bef687075a0b4467ef0e30bd8af2a290b296b3b288db71759cdb9cbac6fdb9
+a1899e1631d580dfe13ad39bc16ad360e7b3ce181350737b797f512a4c556e03
+106a7dbbebf3b31e8973c89815fa4a1e84544134e658ed16345b3ccf902743b1
+5c6e33257388a92db44b099e470aa47859b5e6b0cf7896eb59b6c9b59da91987
+a8fbc2afe7866c25e9998786f1443fe59759235b8042e5d2815a47acf24235cd
+58518f444cf3a347fd0e816da87fe2c348bb865a34d9a84a9159d5b495bbd5be
+5a07b1f3a4330e898cd1c08cce6eda8a01f368c1ca305856590900d7957036c8
+e8953886de14f3519794828ba56c29e9a6794bab32cfcd5503ccc3c68c00c352
+4fdea3905a6cba387ed1245ed0c4b44a0a6d5db5d25f11f996ff43dda22ee685
+adbf4fb2fa538f1a2542d6b8d7304a666ac60f033fff5d5667fe9dab4ba9ad33
+ffb004acd99c2d09297fd5a79cad212f40d0f7bae5463fb3fd0f48e19b6e8b35
+4a40010e9a22a547a6d5ac7abc6ce9c4b694c4e41a9a5d57e7b379aee3dbef3e
+03e76015acd9c87d2dc56fb5ba02a595b979dc118b34127eb21da6f79e60b343
+b8fe262b07530c094884342019891f48c7754807d7416001eb1aa48be47b1f0c
+89a5c8556e12e52c6e204e2ba2ce6b33d752255ab680276c7c67b514ea0aa239
+617879e57a404eec44fbd35a137d442b1f172d6df97a415f41de86de73cf5d71
+13fd6d529e03b0bebde85256ed045f49eebb0b08845ba91ac5c91b529fcc1f57
+3559947b24475e3f933967e5f26c108640c243e1de7e48ef778cdd7970a9c7c7
+0c19ea49d9d9a103636141d9a23adfdc8e2fa1a8ea343af8b0b9909db5f93e19
+c38d9cf42d9bc7989c91598cb8b80047f9201238fb3803fa9058a5e79ebb7c3f
+f48171fc8901c4ef95a222d4076b0b9e96434d6cc78abd48c0f0b21ee61b4b2b
+2fdf4743eb50981a4270756f8ae877092697282a7cc56b00b5607c8087da8b73
+1ca8b8200b8599b44b9e805eeb06bbddf47ee85263722bb21ebd14b0163648f9
+e535e6ecb0cf9a394d92238c36d2f56cbd5458ab86e74134697bbe77091122db
+2cb3f0ed39ccff1f0584d40a59676ba94625cdf9176e730876ac56a9fcba967d
+fc9fe078b5fb7821eee5178d6e0d97543af2d10d048663ad9369ed71f488ffbf
+279ba62017ec05f59ef4df20f21161708c9f8bcc1cfd080ab47a0a7ad48897af
+abe5bb898bd120a0a1b9
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F5_0 /EVWCWH+CMMI10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/e/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/n/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/y/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font DVDUBF+CMMI7
+%!PS-AdobeFont-1.1: CMMI7 1.100
+%%CreationDate: 1996 Jul 23 07:53:53
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /DVDUBF+CMMI7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 120 /x put
+readonly def
+/FontBBox{0 -250 1171 750}readonly def
+/UniqueID 5087382 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d77639df1232a4d6233a9caf69b151dfd33f
+c0962eac6e3ebfb8ad256a3c654eaaf9a50c51bc6fa90b61b60401c235afab7b
+b078d20b4b8a6d7f0300cf694e6956ff9c29c84fcc5c9e8890aa56b1bc60e868
+da8488ac4435e6b5ce34ea88e904d5c978514d7e476bf8971d419363125d4811
+4d886edddcdda8a6b0fda5cf0603ea9fa5d4393bebb26e1ab11c2d74ffa6fee3
+fafbc6f05b801c1c3276b11080f5023902b56593f3f6b1f37997038f36b9e3ab
+76c2e97e1f492d27a8e99f3e947a47166d0d0d063e4e6a9b535dc9f1bed129c5
+123775d5d68787a58c93009fd5da55b19511b95168c83429bd2d878207c39770
+012318ea7aa39900c97b9d3859e3d0b04750b8390bf1f1bc29dc22bcad50ecc6
+a3c633d0937a59e859e5185af9f56704708d5f1c50f78f43dfac43c4e7dc9413
+44cefe43279afd3c167c942889a352f2ff806c2ff8b3eb4908d50778aa58cffc
+4d1b14597a06a994ed8414bbe8b26e74d49f6cf54176b7297cda112a69518050
+01337cba5478eb984cdd22020daed9ca8311c33fbcc84177f5ce870e709fc608
+d28b3a7208eff72988c136142ce79b4e9c7b3fe588e9824abc6f04d141e589b3
+914a73a42801305439862414f893d5b6c327a7ee2730dede6a1597b09c258f05
+261bc634f64c9f8477cd51634ba648fc70f659c90dc042c0d6b68cd1df36d615
+24f362b85a58d65a8e6dfd583ef9a79a428f2390a0b5398eeb78f4b5a89d9ad2
+a517e0361749554abd6547072398ffdd863e40501c316f28fddf8b550ff8d663
+9843d0bea42289f85bd844891db42ec7c51229d33ee7e83b1290404c799b8e8c
+889787cdc194f782420bb447de705eae7963391b36646a08bacff210b7e5b8b9
+65bcec644cfd47e6e154d0eef75020d610e957e37b643b89696de26056d00f9d
+7287aa5b8ae55de31f6c4794c22c708ac3285293d17c81e1b93a0501b2588d25
+c290af42ade3275e96ea2d942d3b0f3446cbeef2863b65fd1a144b299fe504db
+36a5d94b6d530f7080fa35bbd9af9cf7cf702550e345377c22d52f1d9f5bbcfd
+19e96a3d7721ca7ba01960993d9cc66481321fd87e984250399a0360744d884f
+e7273c519f94b79651cdf152586857ffa455eadffd2ca91171862c862c139a8d
+e07ff3728d2bdfb3e7e54c9d9a90e8df6cd0d9b034ef3b00f39e102fc7a84555
+3f2d553d72c03f19551cb2d39031bf41a75e066e5644adf224552bf2ba8d0648
+ba24d3064512ec83af5bee55cc39761c2adc06891eee1ab4508fbe89ad43de55
+553b31b8d633cd56c81aa37edb51980500da912d06c008c3681022419637872a
+b9439dd9734b8fe064e6dc11c8f97ac2c37fb19d1315f13024e1b7c252c4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /DVDUBF+CMMI7 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font ZBPVOC+csr10
+%!FontType1-1.0: csr10 1.1/12-Nov-94
+% CSfonts -- pfb ver.Apr.1998, generated from BaKoMa fonts. NO WARRANTY.
+% Accents are added using t1accent program, (c) Petr Olsak, 1998
+%%VMusage: 25429 25707
+% T1FMT-V2.0, Copyright (c) 1993,1994, Basil K. Malyshev. All rights reserved.
+12 dict begin
+/FontInfo 13 dict dup begin
+/version (1.1/12-Nov-94) readonly def
+/Notice (Copyright \(C\) 1994, Basil K. Malyshev. All Rights Reserved.\012BaKoMa Fonts Collection, Level-B.) readonly def
+/FullName (csr10) readonly def
+/FamilyName (csr10) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -133 def
+/UnderlineThickness 20 def
+/XHeight 431 def
+/Ascender 694 def
+/Descender -194 def
+/CapHeight 683 def
+end readonly def
+/FontName /ZBPVOC+csr10 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 61 /equal put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [-44 -250 1111 864] readonly def
+/UniqueID 4701481 def
+/StrokeWidth 0 def
+currentdict end
+currentfile eexec
+d9d66f633b846a989b9974b0179fc6cc445bc2c03103c68570a7b354a4a280ae
+6fbf7f98f75adf5180cdd505cdc93f13ee312cb03ac7b00c9c4622c80d74023c
+c1962bd0caf57f3c335ded6a6c36110e591128c8861ca07dca77cf521beab94f
+bb761a39789af6c405eb8b495e41c5915360664d422344de89da844efdd13c45
+cb82b522b9e7256916fd366b61290914fc63045ea3c05bbd24545cc5f4451e74
+edddbe488adb69505c96937b35e2d8e7dd2a21a13acf068469e92bc111e5e809
+0e489e43c83dc29bdb053c4af9440b668638d0eb64d2976e6f7d6472ce149020
+5249a42d7dbca06030f48694f7ca0b38978998765d7e7be1d365613011e79d8e
+deb631764d47d1f9663a46a0702ae1ce700abac55a77dc4472405c469fce7cd9
+ff240937b0c74279abcb8583b4d1cedc2856847f4cc2bb267318451b79c1afe6
+6dbbe53c3cbe648c7e1554964dcf29b12753a8431e0e0793099e24e698395683
+346c2a1535dd6d0263200e9f1b76843f139eddd475bec3eb84be3e1e664ec01b
+63b5ec60e6bc15ec7134e83f445bdf0c06d3afa7ef773b48cd9e51ac628172e6
+d4d4d306767b31219d3e545a0819f4429c34e598f8a758719e02602982d87758
+5fd419d175b959787d3707d1467ab66bf8beaf14ac38e07f6b90baa760bb3807
+f83ba97c7c696849bfbe8ef51dbce39508f288cfcc9a00d3534b62f8ab995ae0
+a2608eecbb5c156f4ded7195dee9f66550737765dbaec14039cda155a14d9591
+b7ac0282147bc3de8ed0ddb1280c7a23a51428c250f859584bf2dfda68e82e09
+3e18b41374f224f3eac407807ce5159ac61dbd6d308ba0faf841aa47d482d8b0
+7b8524840e786c67fa7583e00445ec83ad41c7b1e472a1d50b243b4ce011c530
+3906853e6c1be90d5ea39263010537e6c648eba7a245a5fd1ebb10f9e96f383a
+ca8ed355023e1b36011ada2df440e0ca9ca60c8db22d8613219ad2b2b97bab80
+1f930f0a5e8a386ba4ad11c0174cdd10c30eb44ceda8f3d8c73f02c787d6f7d9
+d46100833edde8447ad731198dace0a16c2f24890db7077d8e08da38cbb13654
+8c4ebd337bc8c44e652068fd1db883201544dc7a3dbc1471dd48d47fbdf082c0
+a5482facfd91d0db60e3291357f258dff2eba9d5ec4969a9ef331979f018724a
+d71e28c60a1822f3f2f1becfdc5392e3a60319c249fadffb69f21bf963a15b1c
+03f2c41148ba85bd9c0c83871195b28cc54780909432f4f4d198655ea208f98b
+35789bffdb8444b21b1fe9dda188c9fae3391095781822f76ce501618e14c200
+7a3338e05edf1bd77131eed784af7749dae44465a9b0489e4cdd308957928f3a
+ff39b376e2c90159b7479a6ac7d0abd270dc59b56c91d62bcf2f6b72caca420b
+792235c67cb5569c36764f699afee318719e83a6a025ad6f2c0bbb409dfe46c3
+d59fa185fcc49a2996e463abfabba6e43c221be667a7a1e4581e7e17ebb1a8cb
+79145f70dcc8a33721f57f23c8ad2d5f692bd34ba01d0a72a0019e88bb95f196
+7cea454fc8b8f16e3b9e4939b07cbed0a0f9b8e1bd55d845abb90169f9fbc685
+92d4836edf01ecd47b97206c1d8499d0adc23b1fd7795da0a9bdc5061569064f
+a442539b16d4751d086815dcfa9d80b7c74ba43ffc0fd8b6709adf54ffa397ad
+e4cec37f9da4c76695043d7830453dd46bd2ab1443db554f5af3a1c627f76de6
+0bf8f71a308549245c5c5043e8dd2ec58b757d258dc364e91f5807539807643f
+c83c1a50e6baa78b62ec0163224ee8ee934ebe6023852533ded82c1f84699870
+e67dba1f5f7a9aee542ab55f840a15ab6f0cbf2d0b9c1704869e6fef54d7974d
+afafa428bf8afba4e7bb8acaab3cec1e32b5811c9a3b287b3ff402c46c96e98b
+5ddab9452d137b0ed39c6832cc56443af8d2eb5144e2bb756423223400ca5e22
+5d23cee93ce3c2074611005a26658fc90f420fd9ddffd2e6a0b41f2a1bb84373
+14fe903aea3fd8e562436dd4efbf6ed09a3ebb7d58cf0af0780a8e0882ae7564
+79d211581dcc30e0b69eaf8c14669ccc3b85a225aaaef8a48b88befd8386293d
+5c045cf24cc0968f86de15481a6850111fe6c4209e3dec9dff4001a54a0719a9
+112b286ee68fe3f17829ac3de6ca8c1298e7de5a125d8b0e9cd47f619c3fbc06
+36d48744fbcc0a0c23f18df113556d9248d9be6078b5ffc301678dc641fdc7de
+5139a062b40d5f1c32008de02db7722e6ab4eae46a1df9961ff09a06cf69e598
+cb487b4469f9558c02519a38b15cd2b9101b4eaed70d5aa6a040771ca7f43dec
+e1bcd1933fe05571d32ac7b1d482c16c167fd38de4f0c379679d5129250e461e
+577e2e25ce5f992f9d8cb19722694765ee6265a54c76d7e1d157c381d119fd23
+b70c6b59c5af958130be05f8d0ef84a399d134c51bd43697fc100abd764b45b1
+215586dd5d696b77b7484d72e99af0a1c4678161d36c99abed90665d4ea4d2a2
+e30d6abaaf656d68059aef24ecaecdc876a8050bc6d7455d6d2f9667cc5e778d
+a49a07c789268576c25a12ec7534bc03d8568d4aec5aeb709b512729c7d788f0
+3fe61886d204941d5056612d5db6031b4dacc4d304b55d3b0623cfacb7d450d3
+3e80362554761d99504a5bb67c0c2d65094cc8130f8c2badb39ed97afacfa955
+1cfe10198cdfaf32c490c6b3152d6035a745e7b47130666121eeb63ca24caa40
+3d8a2310928f60b8e9dcdd931b0c4ecff540084789940bcd0023e260947aad8e
+539f547c8cfe35ddb4615053bb4116cf6ee2b69bc3f9f6bfb78bc663df0485f7
+b0651b46ffedd31dc4384cfa0e17e3e10c4f94bb8eecf8cde1819268f8ee61c2
+ec361cd127b3185d71f2e1e39579f8d8e93073d041368722c8bc4f4288ad4f82
+4a3c7cc119ce0af9131a1ec5756932f92b601eadc9ea2fcfded3e8e291a974bd
+97b92b75a3e9d74e9da382289c2e7fac4d7ac352ad3054f20eff60f455f5e6c6
+3692b85f5bc7a6a87535e9a0e24aa921de060ecb38ffb8ff7e5f00437628b073
+ccc5fb242b93f622b02f2c0aaefec0d2fe8c7c04f492014ba2bbb2eb21df93b1
+32ba4aa1a0ecc63eacff3dffd759a8458bc37f8f6175726af79157fc4c190e9e
+efd0d041acd89cd35ee4fd654748b88f7b944eb4b7f3c03c04b68953da697399
+f05ac3f2ce0cba163c1b50d2a644b285ddebf1855c08d1d6faf6fb97d6a437bb
+72ba9d3e5e3abcedf0d934dbb8de2969e7c0475e188b2bb508ce0cfa3e84916b
+b1cc2f4c4c413753126d92bb0fc07809d98560c2d999a0afb25858ab6416b097
+f9f654ccddd298480b55c3f7d5d9b7a9bc378c168d80df3c2e4e5a469bd22525
+d33fe99cd61280ada2409b0ee04dab5b72b819d7869e6c6128a233e22d45a1d6
+ae2cbe5626a2c253e9c53a9494729613789864485f2c1106e4f31671219b255b
+4592c7c64aad62d532591d85595bffe4955e4b833e931c0536fa118483fe699d
+ab570673f0baafa9c5b4ad63a35f
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F15_0 /ZBPVOC+csr10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/one/two/three/four/five/six/seven
+ /eight/.notdef/.notdef/.notdef/.notdef/equal/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+q
+[1 0 0 1 5.039 162] cm
+q
+[1 0 0 1 74 9] cm
+[1 0 0 1 0 -162] cm
+1.13383 w
+[] 0 d
+1 J
+1 j
+10 M
+-70.8661 0 m
+70.8661 0 l
+S
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+f
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+S
+1.13383 w
+0 0 m
+0 141.732 l
+S
+1.13383 w
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+f
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+S
+1.13383 w
+-35.4331 -1.41733 m
+-35.4331 1.41733 l
+S
+35.4331 -1.41733 m
+35.4331 1.41733 l
+S
+1.13383 w
+-1.41733 19.1815 m
+1.41733 19.1815 l
+S
+-1.41733 38.3629 m
+1.41733 38.3629 l
+S
+-1.41733 57.5444 m
+1.41733 57.5444 l
+S
+-1.41733 76.7258 m
+1.41733 76.7258 l
+S
+-1.41733 95.9073 m
+1.41733 95.9073 l
+S
+-1.41733 115.089 m
+1.41733 115.089 l
+S
+/DeviceRGB {} cs
+[1 0 0] sc
+/DeviceRGB {} CS
+[1 0 0] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01584 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87282 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05568 -46.6517 5.14058 -46.0615 5.22766 c
+-45.4706 5.31483 -44.8799 5.40417 -44.2897 5.49576 c
+-43.6988 5.58745 -43.1082 5.68138 -42.5179 5.77762 c
+-41.927 5.874 -41.3364 5.97267 -40.7462 6.07382 c
+-40.1552 6.17511 -39.5646 6.27887 -38.9744 6.38524 c
+-38.3834 6.49178 -37.7928 6.60094 -37.2027 6.71275 c
+-36.6115 6.82477 -36.021 6.93945 -35.4309 7.05695 c
+-34.8397 7.17465 -34.2491 7.29517 -33.6591 7.4187 c
+-33.0679 7.5425 -32.4773 7.66933 -31.8874 7.7992 c
+-31.2961 7.92935 -30.7055 8.06255 -30.1156 8.199 c
+-29.5243 8.3358 -28.9336 8.47586 -28.3439 8.61931 c
+-27.7524 8.76317 -27.1618 8.91043 -26.5721 9.06126 c
+-25.9806 9.21257 -25.39 9.36748 -24.8003 9.52605 c
+-24.2087 9.68515 -23.6181 9.84795 -23.0286 10.0145 c
+-22.4369 10.1818 -21.8462 10.3528 -21.2568 10.5279 c
+-20.665 10.7037 -20.0744 10.8836 -19.485 11.0676 c
+-18.8931 11.2525 -18.3025 11.4417 -17.7133 11.6351 c
+-17.1212 11.8295 -16.5306 12.0283 -15.9415 12.2316 c
+-15.3493 12.436 -14.7587 12.6451 -14.1698 12.8589 c
+-13.5774 13.0739 -12.9868 13.2937 -12.398 13.5183 c
+-11.8055 13.7443 -11.2148 13.9753 -10.6262 14.2114 c
+-10.0335 14.4491 -9.4429 14.692 -8.85448 14.9401 c
+-8.26161 15.1901 -7.67096 15.4454 -7.08272 15.7061 c
+-6.48962 15.9689 -5.89899 16.2373 -5.31096 16.5113 c
+-4.71764 16.7878 -4.12701 17.07 -3.5392 17.358 c
+-2.94568 17.6488 -2.35503 17.9455 -1.76744 18.2481 c
+-1.17365 18.5539 -0.58301 18.8657 0.00432 19.1838 c
+0.59836 19.5055 1.18896 19.8334 1.7761 20.1675 c
+2.37039 20.5057 2.96107 20.8502 3.54785 21.2013 c
+4.1425 21.5571 4.73306 21.9196 5.31961 22.2886 c
+5.91447 22.6628 6.50514 23.0437 7.09137 23.4313 c
+7.68661 23.8248 8.27724 24.2254 8.86313 24.6327 c
+9.45866 25.0468 10.0493 25.468 10.6349 25.896 c
+11.2307 26.3314 11.8214 26.774 12.4067 27.2236 c
+13.0029 27.6816 13.5935 28.147 14.1784 28.6194 c
+14.775 29.1013 15.3656 29.5905 15.9502 30.0869 c
+16.5471 30.5938 17.1377 31.1082 17.7219 31.6297 c
+18.3192 32.1629 18.9098 32.7036 19.4937 33.2514 c
+20.0914 33.8123 20.682 34.3807 21.2655 34.9563 c
+21.8635 35.5464 22.4541 36.144 23.0372 36.7488 c
+23.6357 37.3694 24.2262 37.9977 24.809 38.6331 c
+25.4078 39.286 25.9983 39.9464 26.5807 40.614 c
+27.1799 41.3008 27.7704 41.9951 28.3525 42.6964 c
+28.952 43.4188 29.5426 44.1486 30.1243 44.8854 c
+30.7242 45.6454 31.3147 46.4128 31.896 47.1871 c
+32.4963 47.9865 33.0868 48.7931 33.6678 49.6065 c
+34.2684 50.4472 34.8588 51.2952 35.4395 52.1499 c
+36.0405 53.0343 36.6309 53.9258 37.2113 54.8239 c
+37.8126 55.7542 38.4029 56.6915 38.9831 57.6351 c
+39.5846 58.6135 40.175 59.5987 40.7548 60.5901 c
+41.3567 61.6192 41.9471 62.655 42.5266 63.6969 c
+43.1287 64.7793 43.7191 65.8682 44.2984 66.963 c
+44.9007 68.1014 45.4911 69.2461 46.0701 70.3965 c
+46.6727 71.5937 47.2631 72.797 47.8419 74.0059 c
+48.4447 75.265 49.035 76.5301 49.6136 77.8006 c
+50.2167 79.1247 50.807 80.4545 51.3854 81.7896 c
+51.9887 83.1822 52.579 84.5803 53.1572 85.9835 c
+53.7606 87.4479 54.3509 88.9176 54.9289 90.3922 c
+55.5326 91.9321 56.1228 93.4772 56.7007 95.0269 c
+57.3045 96.6462 57.8947 98.2705 58.4724 99.8992 c
+59.0764 101.602 59.6666 103.31 60.2442 105.022 c
+60.8483 106.812 61.4385 108.607 62.016 110.407 c
+62.6202 112.289 63.2104 114.176 63.7877 116.067 c
+64.3921 118.047 64.9823 120.031 65.5595 122.019 c
+66.1639 124.1 66.754 126.186 67.3313 128.275 c
+67.936 130.464 68.5266 132.656 69.103 134.852 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 72.966 -6.389] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(x) 5.69884 Tj
+[1 0 0 1 -72.966 6.389] cm
+[1 0 0 1 -7.342 145.769] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 7.342 -145.769] cm
+[1 0 0 1 55.013 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 -55.013 -139.79] cm
+[1 0 0 1 63.023 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 -63.023 -139.79] cm
+[1 0 0 1 73.539 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(e) 4.64276 Tj
+[1 0 0 1 -73.539 -139.79] cm
+[1 0 0 1 78.177 143.405] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F10_0 6.974 Tf
+(x) 4.51915 Tj
+[1 0 0 1 -78.177 -143.405] cm
+/DeviceGray {} cs
+[1] sc
+/DeviceGray {} CS
+[1] SC
+-73.433 -8.3895 158.626 160.448 re
+S
+/DeviceRGB {} cs
+[0 0 1] sc
+/DeviceRGB {} CS
+[0 0 1] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01613 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87253 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05566 -46.6517 5.14056 -46.0615 5.22766 c
+-45.4706 5.31485 -44.88 5.40424 -44.2897 5.49576 c
+-43.6988 5.58739 -43.1082 5.68115 -42.5179 5.77733 c
+-41.927 5.87363 -41.3364 5.97235 -40.7462 6.07352 c
+-40.1552 6.17482 -39.5646 6.27856 -38.9744 6.38493 c
+-38.3834 6.49147 -37.7928 6.60065 -37.2027 6.71246 c
+-36.6115 6.82448 -36.0209 6.93915 -35.4309 7.05666 c
+-34.8397 7.17438 -34.2491 7.29494 -33.6591 7.41841 c
+-33.0679 7.54214 -32.4773 7.66881 -31.8874 7.79861 c
+-31.2961 7.92871 -30.7055 8.06197 -30.1156 8.19843 c
+-29.5243 8.33524 -28.9336 8.47527 -28.3439 8.61871 c
+-27.7524 8.76257 -27.1618 8.90985 -26.5721 9.06067 c
+-25.9806 9.21194 -25.39 9.36678 -24.8003 9.52516 c
+-24.2087 9.68407 -23.6181 9.84657 -23.0286 10.0131 c
+-22.4368 10.1802 -21.8462 10.3514 -21.2568 10.5264 c
+-20.665 10.7022 -20.0744 10.882 -19.485 11.0659 c
+-18.8931 11.2506 -18.3025 11.4395 -17.7133 11.6328 c
+-17.1212 11.827 -16.5306 12.0256 -15.9415 12.2287 c
+-15.3493 12.4329 -14.7587 12.6416 -14.1698 12.8551 c
+-13.5774 13.0698 -12.9868 13.2893 -12.398 13.5136 c
+-11.8055 13.7393 -11.2149 13.9699 -10.6262 14.2055 c
+-10.0335 14.4427 -9.44292 14.685 -8.85448 14.9325 c
+-8.26161 15.1819 -7.67097 15.4367 -7.08272 15.6967 c
+-6.48965 15.959 -5.89905 16.2266 -5.31096 16.4999 c
+-4.71768 16.7755 -4.12704 17.0567 -3.5392 17.3437 c
+-2.94571 17.6335 -2.3551 17.9291 -1.76744 18.2305 c
+-1.17374 18.535 -0.58305 18.8453 0.00432 19.1619 c
+0.59834 19.4819 1.18895 19.8083 1.7761 20.1409 c
+2.3703 20.4774 2.96092 20.8203 3.54785 21.1694 c
+4.14233 21.523 4.73299 21.8829 5.31961 22.2494 c
+5.91443 22.621 6.50507 22.9992 7.09137 23.3841 c
+7.68645 23.7748 8.27702 24.1722 8.86313 24.5763 c
+9.45848 24.9866 10.0492 25.4038 10.6349 25.8278 c
+11.2306 26.259 11.8212 26.6974 12.4067 27.1425 c
+13.0026 27.5956 13.5933 28.0557 14.1784 28.5228 c
+14.7748 28.9989 15.3654 29.4822 15.9502 29.9725 c
+16.5468 30.4726 17.1374 30.9799 17.7219 31.4942 c
+18.319 32.0195 18.9096 32.552 19.4937 33.0916 c
+20.0911 33.6435 20.6816 34.2026 21.2655 34.7687 c
+21.8631 35.3482 22.4537 35.9349 23.0372 36.5287 c
+23.6353 37.1372 24.2258 37.753 24.809 38.3758 c
+25.4073 39.0148 25.9979 39.6611 26.5807 40.3142 c
+27.1794 40.9851 27.7699 41.6631 28.3525 42.3478 c
+28.9515 43.0519 29.542 43.763 30.1243 44.4809 c
+30.7236 45.2199 31.3141 45.9661 31.896 46.7188 c
+32.4956 47.4943 33.0861 48.2768 33.6678 49.0659 c
+34.2677 49.8796 34.8581 50.7003 35.4395 51.5273 c
+36.0397 52.3811 36.6301 53.2415 37.2113 54.1083 c
+37.8117 55.0036 38.4022 55.9055 38.9831 56.8135 c
+39.5838 57.7526 40.1742 58.6981 40.7548 59.6497 c
+41.3557 60.6344 41.9461 61.6255 42.5266 62.6225 c
+43.1277 63.6548 43.7181 64.6933 44.2984 65.7375 c
+44.8997 66.8197 45.49 67.9079 46.0701 69.0016 c
+46.6716 70.1356 47.262 71.2755 47.8419 72.4207 c
+48.4436 73.609 49.0339 74.8031 49.6136 76.0023 c
+50.2155 77.2472 50.8058 78.4977 51.3854 79.7531 c
+51.9874 81.0571 52.5777 82.3664 53.1572 83.6806 c
+53.7593 85.0463 54.3496 86.4171 54.9289 87.7926 c
+55.5312 89.2226 56.1215 90.6576 56.7007 92.0971 c
+57.303 93.5941 57.8933 95.096 58.4724 96.6021 c
+59.0749 98.169 59.6652 99.7405 60.2442 101.316 c
+60.8467 102.956 61.437 104.6 62.016 106.248 c
+62.6186 107.964 63.2089 109.684 63.7877 111.407 c
+64.3904 113.202 64.9807 115.001 65.5595 116.803 c
+66.1622 118.68 66.7524 120.561 67.3313 122.445 c
+67.9342 124.408 68.5248 126.375 69.103 128.345 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 -68.766 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(n) 5.9778 Tj
+[1 0 0 1 68.766 -133.212] cm
+[1 0 0 1 -60.019 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 60.019 -133.212] cm
+[1 0 0 1 -49.503 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(7) 4.9815 Tj
+[1 0 0 1 49.503 28.788] cm
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font EVWCWH+CMMI10
+%%+ font DVDUBF+CMMI7
+%%+ font ZBPVOC+csr10
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0009.eps b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0009.eps
new file mode 100644
index 00000000000..5bf74f033cd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/pg_0009.eps
@@ -0,0 +1,1133 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: xpdf/pdftops 3.00
+%%LanguageLevel: 2
+%%BoundingBox: 0 0 171 171
+%%HiResBoundingBox: 0 0 170.079 170.079
+%%DocumentSuppliedResources: (atend)
+%%EndComments
+%%BeginProlog
+%%BeginResource: procset xpdf 3.00 0
+/xpdf 75 dict def xpdf begin
+% PDF special state
+/pdfDictSize 15 def
+/pdfSetup {
+ 3 1 roll 2 array astore
+ /setpagedevice where {
+ pop 3 dict begin
+ /PageSize exch def
+ /ImagingBBox null def
+ /Policies 1 dict dup begin /PageSize 3 def end def
+ { /Duplex true def } if
+ currentdict end setpagedevice
+ } {
+ pop pop
+ } ifelse
+} def
+/pdfStartPage {
+ pdfDictSize dict begin
+ /pdfFillCS [] def
+ /pdfFillXform {} def
+ /pdfStrokeCS [] def
+ /pdfStrokeXform {} def
+ /pdfFill [0] def
+ /pdfStroke [0] def
+ /pdfFillOP false def
+ /pdfStrokeOP false def
+ /pdfLastFill false def
+ /pdfLastStroke false def
+ /pdfTextMat [1 0 0 1 0 0] def
+ /pdfFontSize 0 def
+ /pdfCharSpacing 0 def
+ /pdfTextRender 0 def
+ /pdfTextRise 0 def
+ /pdfWordSpacing 0 def
+ /pdfHorizScaling 1 def
+ /pdfTextClipPath [] def
+} def
+/pdfEndPage { end } def
+% PDF color state
+/cs { /pdfFillXform exch def dup /pdfFillCS exch def
+ setcolorspace } def
+/CS { /pdfStrokeXform exch def dup /pdfStrokeCS exch def
+ setcolorspace } def
+/sc { pdfLastFill not { pdfFillCS setcolorspace } if
+ dup /pdfFill exch def aload pop pdfFillXform setcolor
+ /pdfLastFill true def /pdfLastStroke false def } def
+/SC { pdfLastStroke not { pdfStrokeCS setcolorspace } if
+ dup /pdfStroke exch def aload pop pdfStrokeXform setcolor
+ /pdfLastStroke true def /pdfLastFill false def } def
+/op { /pdfFillOP exch def
+ pdfLastFill { pdfFillOP setoverprint } if } def
+/OP { /pdfStrokeOP exch def
+ pdfLastStroke { pdfStrokeOP setoverprint } if } def
+/fCol {
+ pdfLastFill not {
+ pdfFillCS setcolorspace
+ pdfFill aload pop pdfFillXform setcolor
+ pdfFillOP setoverprint
+ /pdfLastFill true def /pdfLastStroke false def
+ } if
+} def
+/sCol {
+ pdfLastStroke not {
+ pdfStrokeCS setcolorspace
+ pdfStroke aload pop pdfStrokeXform setcolor
+ pdfStrokeOP setoverprint
+ /pdfLastStroke true def /pdfLastFill false def
+ } if
+} def
+% build a font
+/pdfMakeFont {
+ 4 3 roll findfont
+ 4 2 roll matrix scale makefont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /Encoding exch def
+ currentdict
+ end
+ definefont pop
+} def
+/pdfMakeFont16 {
+ exch findfont
+ dup length dict begin
+ { 1 index /FID ne { def } { pop pop } ifelse } forall
+ /WMode exch def
+ currentdict
+ end
+ definefont pop
+} def
+% graphics state operators
+/q { gsave pdfDictSize dict begin } def
+/Q {
+ end grestore
+ /pdfLastFill where {
+ pop
+ pdfLastFill {
+ pdfFillOP setoverprint
+ } {
+ pdfStrokeOP setoverprint
+ } ifelse
+ } if
+} def
+/cm { concat } def
+/d { setdash } def
+/i { setflat } def
+/j { setlinejoin } def
+/J { setlinecap } def
+/M { setmiterlimit } def
+/w { setlinewidth } def
+% path segment operators
+/m { moveto } def
+/l { lineto } def
+/c { curveto } def
+/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
+ neg 0 rlineto closepath } def
+/h { closepath } def
+% path painting operators
+/S { sCol stroke } def
+/Sf { fCol stroke } def
+/f { fCol fill } def
+/f* { fCol eofill } def
+% clipping operators
+/W { clip newpath } def
+/W* { eoclip newpath } def
+% text state operators
+/Tc { /pdfCharSpacing exch def } def
+/Tf { dup /pdfFontSize exch def
+ dup pdfHorizScaling mul exch matrix scale
+ pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
+ exch findfont exch makefont setfont } def
+/Tr { /pdfTextRender exch def } def
+/Ts { /pdfTextRise exch def } def
+/Tw { /pdfWordSpacing exch def } def
+/Tz { /pdfHorizScaling exch def } def
+% text positioning operators
+/Td { pdfTextMat transform moveto } def
+/Tm { /pdfTextMat exch def } def
+% text string operators
+/cshow where {
+ pop
+ /cshow2 {
+ dup {
+ pop pop
+ 1 string dup 0 3 index put 3 index exec
+ } exch cshow
+ pop pop
+ } def
+}{
+ /cshow2 {
+ currentfont /FontType get 0 eq {
+ 0 2 2 index length 1 sub {
+ 2 copy get exch 1 add 2 index exch get
+ 2 copy exch 256 mul add
+ 2 string dup 0 6 5 roll put dup 1 5 4 roll put
+ 3 index exec
+ } for
+ } {
+ dup {
+ 1 string dup 0 3 index put 3 index exec
+ } forall
+ } ifelse
+ pop pop
+ } def
+} ifelse
+/awcp {
+ exch {
+ false charpath
+ 5 index 5 index rmoveto
+ 6 index eq { 7 index 7 index rmoveto } if
+ } exch cshow2
+ 6 {pop} repeat
+} def
+/Tj {
+ fCol
+ 1 index stringwidth pdfTextMat idtransform pop
+ sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16 {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform pop
+ sub exch div
+ pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj16V {
+ fCol
+ 2 index stringwidth pdfTextMat idtransform exch pop
+ sub exch div
+ 0 pdfWordSpacing pdfTextMat dtransform 32
+ 4 3 roll pdfCharSpacing add 0 exch
+ pdfTextMat dtransform
+ 6 5 roll Tj1
+} def
+/Tj1 {
+ 0 pdfTextRise pdfTextMat dtransform rmoveto
+ currentpoint 8 2 roll
+ pdfTextRender 1 and 0 eq {
+ 6 copy awidthshow
+ } if
+ pdfTextRender 3 and dup 1 eq exch 2 eq or {
+ 7 index 7 index moveto
+ 6 copy
+ currentfont /FontType get 3 eq { fCol } { sCol } ifelse
+ false awcp currentpoint stroke moveto
+ } if
+ pdfTextRender 4 and 0 ne {
+ 8 6 roll moveto
+ false awcp
+ /pdfTextClipPath [ pdfTextClipPath aload pop
+ {/moveto cvx}
+ {/lineto cvx}
+ {/curveto cvx}
+ {/closepath cvx}
+ pathforall ] def
+ currentpoint newpath moveto
+ } {
+ 8 {pop} repeat
+ } ifelse
+ 0 pdfTextRise neg pdfTextMat dtransform rmoveto
+} def
+/TJm { pdfFontSize 0.001 mul mul neg 0
+ pdfTextMat dtransform rmoveto } def
+/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
+ pdfTextMat dtransform rmoveto } def
+/Tclip { pdfTextClipPath cvx exec clip newpath
+ /pdfTextClipPath [] def } def
+% Level 2 image operators
+/pdfImBuf 100 string def
+/pdfIm {
+ image
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImM {
+ fCol imagemask
+ { currentfile pdfImBuf readline
+ not { pop exit } if
+ (%-EOD-) eq { exit } if } loop
+} def
+/pdfImClip {
+ gsave
+ 0 2 4 index length 1 sub {
+ dup 4 index exch 2 copy
+ get 5 index div put
+ 1 add 3 index exch 2 copy
+ get 3 index div put
+ } for
+ pop pop rectclip
+} def
+/pdfImClipEnd { grestore } def
+% shading operators
+/colordelta {
+ false 0 1 3 index length 1 sub {
+ dup 4 index exch get 3 index 3 2 roll get sub abs 0.004 gt {
+ pop true
+ } if
+ } for
+ exch pop exch pop
+} def
+/funcCol { func n array astore } def
+/funcSH {
+ dup 0 eq {
+ true
+ } {
+ dup 6 eq {
+ false
+ } {
+ 4 index 4 index funcCol dup
+ 6 index 4 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 5 index 5 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ 6 index 8 index funcCol dup
+ 3 1 roll colordelta 3 1 roll
+ colordelta or or or
+ } ifelse
+ } ifelse
+ {
+ 1 add
+ 4 index 3 index add 0.5 mul exch 4 index 3 index add 0.5 mul exch
+ 6 index 6 index 4 index 4 index 4 index funcSH
+ 2 index 6 index 6 index 4 index 4 index funcSH
+ 6 index 2 index 4 index 6 index 4 index funcSH
+ 5 3 roll 3 2 roll funcSH pop pop
+ } {
+ pop 3 index 2 index add 0.5 mul 3 index 2 index add 0.5 mul
+ funcCol sc
+ dup 4 index exch mat transform m
+ 3 index 3 index mat transform l
+ 1 index 3 index mat transform l
+ mat transform l pop pop h f*
+ } ifelse
+} def
+/axialCol {
+ dup 0 lt {
+ pop t0
+ } {
+ dup 1 gt {
+ pop t1
+ } {
+ dt mul t0 add
+ } ifelse
+ } ifelse
+ func n array astore
+} def
+/axialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index axialCol 2 index axialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index axialSH
+ exch 3 2 roll axialSH
+ } {
+ pop 2 copy add 0.5 mul axialCol sc
+ exch dup dx mul x0 add exch dy mul y0 add
+ 3 2 roll dup dx mul x0 add exch dy mul y0 add
+ dx abs dy abs ge {
+ 2 copy yMin sub dy mul dx div add yMin m
+ yMax sub dy mul dx div add yMax l
+ 2 copy yMax sub dy mul dx div add yMax l
+ yMin sub dy mul dx div add yMin l
+ h f*
+ } {
+ exch 2 copy xMin sub dx mul dy div add xMin exch m
+ xMax sub dx mul dy div add xMax exch l
+ exch 2 copy xMax sub dx mul dy div add xMax exch l
+ xMin sub dx mul dy div add xMin exch l
+ h f*
+ } ifelse
+ } ifelse
+} def
+/radialCol {
+ dup t0 lt {
+ pop t0
+ } {
+ dup t1 gt {
+ pop t1
+ } if
+ } ifelse
+ func n array astore
+} def
+/radialSH {
+ dup 0 eq {
+ true
+ } {
+ dup 8 eq {
+ false
+ } {
+ 2 index dt mul t0 add radialCol
+ 2 index dt mul t0 add radialCol colordelta
+ } ifelse
+ } ifelse
+ {
+ 1 add 3 1 roll 2 copy add 0.5 mul
+ dup 4 3 roll exch 4 index radialSH
+ exch 3 2 roll radialSH
+ } {
+ pop 2 copy add 0.5 mul dt mul t0 add axialCol sc
+ exch dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h
+ dup dx mul x0 add exch dup dy mul y0 add exch dr mul r0 add
+ 0 360 arc h f*
+ } ifelse
+} def
+end
+%%EndResource
+%%EndProlog
+%%BeginSetup
+xpdf begin
+%%BeginResource: font EVWCWH+CMMI10
+%!PS-AdobeFont-1.1: CMMI10 1.100
+%%CreationDate: 1996 Jul 23 07:53:57
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI10) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /EVWCWH+CMMI10 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 101 /e put
+dup 110 /n put
+dup 120 /x put
+dup 121 /y put
+readonly def
+/FontBBox{-32 -250 1048 750}readonly def
+/UniqueID 5087385 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d5993dfc0930297866e1cd0a319b6b1fd958
+9e394a533a081c36d456a09920001a3d2199583eb9b84b4dee08e3d12939e321
+990cd249827d9648574955f61baaa11263a91b6c3d47a5190165b0c25abf6d3e
+6ec187e4b05182126bb0d0323d943170b795255260f9fd25f2248d04f45dfbfb
+def7ff8b19bfef637b210018ae02572b389b3f76282beb29cc301905d388c721
+59616893e774413f48de0b408bc66dce3fe17cb9f84d205839d58014d6a88823
+d9320ae93af96d97a02c4d5a2bb2b8c7925c4578003959c46e3ce1a2f0eac4bf
+8b9b325e46435bde60bc54d72bc8acb5c0a34413ac87045dc7b84646a324b808
+6fd8e34217213e131c3b1510415ce45420688ed9c1d27890ec68bd7c1235faf9
+1dab3a369dd2fc3be5cf9655c7b7eda7361d7e05e5831b6b8e2eec542a7b38ee
+03be4bac6079d038acb3c7c916279764547c2d51976baba94ba9866d79f13909
+95aa39b0f03103a07cbdf441b8c5669f729020af284b7ff52a29c6255fcaacf1
+74109050fba2602e72593fbcbfc26e726ee4aef97b7632bc4f5f353b5c67fed2
+3ea752a4a57b8f7feff1d7341d895f0a3a0be1d8e3391970457a967eff84f6d8
+47750b1145b8cc5bd96ee7aa99ddc9e06939e383bda41175233d58ad263ebf19
+afc0e2f840512d321166547b306c592b8a01e1fa2564b9a26dac14256414e4c8
+42616728d918c74d13c349f4186ec7b9708b86467425a6fdb3a396562f7ee4d8
+40b43621744cf8a23a6e532649b66c2a0002dd04f8f39618e4f572819dd34837
+b5a08e643fdca1505af6a1fa3ddfd1fa758013caed8acddbbb334d664dff5b53
+9560176671a33fc55340cd04c2de46fd812fc2711a85f3cc57f2cf1bedefc217
+217f1a6065fa29758498c2762dd1340c6168171c629556ea6de5612884db94e0
+a2b6d5cb8ba850e74ec72fc08d89de6a8d37fde1e9547201c0445a2e2930725c
+942be1459d3eb19c6ab0936ac31cad484f45cda0ee0272b808250d1db005e3c8
+71bef687075a0b4467ef0e30bd8af2a290b296b3b288db71759cdb9cbac6fdb9
+a1899e1631d580dfe13ad39bc16ad360e7b3ce181350737b797f512a4c556e03
+106a7dbbebf3b31e8973c89815fa4a1e84544134e658ed16345b3ccf902743b1
+5c6e33257388a92db44b099e470aa47859b5e6b0cf7896eb59b6c9b59da91987
+a8fbc2afe7866c25e9998786f1443fe59759235b8042e5d2815a47acf24235cd
+58518f444cf3a347fd0e816da87fe2c348bb865a34d9a84a9159d5b495bbd5be
+5a07b1f3a4330e898cd1c08cce6eda8a01f368c1ca305856590900d7957036c8
+e8953886de14f3519794828ba56c29e9a6794bab32cfcd5503ccc3c68c00c352
+4fdea3905a6cba387ed1245ed0c4b44a0a6d5db5d25f11f996ff43dda22ee685
+adbf4fb2fa538f1a2542d6b8d7304a666ac60f033fff5d5667fe9dab4ba9ad33
+ffb004acd99c2d09297fd5a79cad212f40d0f7bae5463fb3fd0f48e19b6e8b35
+4a40010e9a22a547a6d5ac7abc6ce9c4b694c4e41a9a5d57e7b379aee3dbef3e
+03e76015acd9c87d2dc56fb5ba02a595b979dc118b34127eb21da6f79e60b343
+b8fe262b07530c094884342019891f48c7754807d7416001eb1aa48be47b1f0c
+89a5c8556e12e52c6e204e2ba2ce6b33d752255ab680276c7c67b514ea0aa239
+617879e57a404eec44fbd35a137d442b1f172d6df97a415f41de86de73cf5d71
+13fd6d529e03b0bebde85256ed045f49eebb0b08845ba91ac5c91b529fcc1f57
+3559947b24475e3f933967e5f26c108640c243e1de7e48ef778cdd7970a9c7c7
+0c19ea49d9d9a103636141d9a23adfdc8e2fa1a8ea343af8b0b9909db5f93e19
+c38d9cf42d9bc7989c91598cb8b80047f9201238fb3803fa9058a5e79ebb7c3f
+f48171fc8901c4ef95a222d4076b0b9e96434d6cc78abd48c0f0b21ee61b4b2b
+2fdf4743eb50981a4270756f8ae877092697282a7cc56b00b5607c8087da8b73
+1ca8b8200b8599b44b9e805eeb06bbddf47ee85263722bb21ebd14b0163648f9
+e535e6ecb0cf9a394d92238c36d2f56cbd5458ab86e74134697bbe77091122db
+2cb3f0ed39ccff1f0584d40a59676ba94625cdf9176e730876ac56a9fcba967d
+fc9fe078b5fb7821eee5178d6e0d97543af2d10d048663ad9369ed71f488ffbf
+279ba62017ec05f59ef4df20f21161708c9f8bcc1cfd080ab47a0a7ad48897af
+abe5bb898bd120a0a1b9
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F5_0 /EVWCWH+CMMI10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/e/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/n/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/y/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font DVDUBF+CMMI7
+%!PS-AdobeFont-1.1: CMMI7 1.100
+%%CreationDate: 1996 Jul 23 07:53:53
+% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
+11 dict begin
+/FontInfo 7 dict dup begin
+/version (1.100) readonly def
+/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
+/FullName (CMMI7) readonly def
+/FamilyName (Computer Modern) readonly def
+/Weight (Medium) readonly def
+/ItalicAngle -14.04 def
+/isFixedPitch false def
+end readonly def
+/FontName /DVDUBF+CMMI7 def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 120 /x put
+readonly def
+/FontBBox{0 -250 1171 750}readonly def
+/UniqueID 5087382 def
+currentdict end
+currentfile eexec
+d9d66f633b846a97b686a97e45a3d0aa0529731c99a784ccbe85b4993b2eebde
+3b12d472b7cf54651ef21185116a69ab1096ed4bad2f646635e019b6417cc77b
+532f85d811c70d1429a19a5307ef63eb5c5e02c89fc6c20f6d9d89e7d91fe470
+b72befda23f5df76be05af4ce93137a219ed8a04a9d7d6fdf37e6b7fcde0d90b
+986423e5960a5d9fbb4c956556e8df90cbfaec476fa36fd9a5c8175c9af513fe
+d919c2ddd26bdc0d99398b9f4d03d77639df1232a4d6233a9caf69b151dfd33f
+c0962eac6e3ebfb8ad256a3c654eaaf9a50c51bc6fa90b61b60401c235afab7b
+b078d20b4b8a6d7f0300cf694e6956ff9c29c84fcc5c9e8890aa56b1bc60e868
+da8488ac4435e6b5ce34ea88e904d5c978514d7e476bf8971d419363125d4811
+4d886edddcdda8a6b0fda5cf0603ea9fa5d4393bebb26e1ab11c2d74ffa6fee3
+fafbc6f05b801c1c3276b11080f5023902b56593f3f6b1f37997038f36b9e3ab
+76c2e97e1f492d27a8e99f3e947a47166d0d0d063e4e6a9b535dc9f1bed129c5
+123775d5d68787a58c93009fd5da55b19511b95168c83429bd2d878207c39770
+012318ea7aa39900c97b9d3859e3d0b04750b8390bf1f1bc29dc22bcad50ecc6
+a3c633d0937a59e859e5185af9f56704708d5f1c50f78f43dfac43c4e7dc9413
+44cefe43279afd3c167c942889a352f2ff806c2ff8b3eb4908d50778aa58cffc
+4d1b14597a06a994ed8414bbe8b26e74d49f6cf54176b7297cda112a69518050
+01337cba5478eb984cdd22020daed9ca8311c33fbcc84177f5ce870e709fc608
+d28b3a7208eff72988c136142ce79b4e9c7b3fe588e9824abc6f04d141e589b3
+914a73a42801305439862414f893d5b6c327a7ee2730dede6a1597b09c258f05
+261bc634f64c9f8477cd51634ba648fc70f659c90dc042c0d6b68cd1df36d615
+24f362b85a58d65a8e6dfd583ef9a79a428f2390a0b5398eeb78f4b5a89d9ad2
+a517e0361749554abd6547072398ffdd863e40501c316f28fddf8b550ff8d663
+9843d0bea42289f85bd844891db42ec7c51229d33ee7e83b1290404c799b8e8c
+889787cdc194f782420bb447de705eae7963391b36646a08bacff210b7e5b8b9
+65bcec644cfd47e6e154d0eef75020d610e957e37b643b89696de26056d00f9d
+7287aa5b8ae55de31f6c4794c22c708ac3285293d17c81e1b93a0501b2588d25
+c290af42ade3275e96ea2d942d3b0f3446cbeef2863b65fd1a144b299fe504db
+36a5d94b6d530f7080fa35bbd9af9cf7cf702550e345377c22d52f1d9f5bbcfd
+19e96a3d7721ca7ba01960993d9cc66481321fd87e984250399a0360744d884f
+e7273c519f94b79651cdf152586857ffa455eadffd2ca91171862c862c139a8d
+e07ff3728d2bdfb3e7e54c9d9a90e8df6cd0d9b034ef3b00f39e102fc7a84555
+3f2d553d72c03f19551cb2d39031bf41a75e066e5644adf224552bf2ba8d0648
+ba24d3064512ec83af5bee55cc39761c2adc06891eee1ab4508fbe89ad43de55
+553b31b8d633cd56c81aa37edb51980500da912d06c008c3681022419637872a
+b9439dd9734b8fe064e6dc11c8f97ac2c37fb19d1315f13024e1b7c252c4
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F10_0 /DVDUBF+CMMI7 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /x/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%BeginResource: font ZBPVOC+csr10
+%!FontType1-1.0: csr10 1.1/12-Nov-94
+% CSfonts -- pfb ver.Apr.1998, generated from BaKoMa fonts. NO WARRANTY.
+% Accents are added using t1accent program, (c) Petr Olsak, 1998
+%%VMusage: 25429 25707
+% T1FMT-V2.0, Copyright (c) 1993,1994, Basil K. Malyshev. All rights reserved.
+12 dict begin
+/FontInfo 13 dict dup begin
+/version (1.1/12-Nov-94) readonly def
+/Notice (Copyright \(C\) 1994, Basil K. Malyshev. All Rights Reserved.\012BaKoMa Fonts Collection, Level-B.) readonly def
+/FullName (csr10) readonly def
+/FamilyName (csr10) readonly def
+/Weight (Regular) readonly def
+/ItalicAngle 0 def
+/isFixedPitch false def
+/UnderlinePosition -133 def
+/UnderlineThickness 20 def
+/XHeight 431 def
+/Ascender 694 def
+/Descender -194 def
+/CapHeight 683 def
+end readonly def
+/FontName /ZBPVOC+csr10 def
+/Encoding 256 array
+0 1 255 {1 index exch /.notdef put} for
+dup 49 /one put
+dup 50 /two put
+dup 51 /three put
+dup 52 /four put
+dup 53 /five put
+dup 54 /six put
+dup 55 /seven put
+dup 56 /eight put
+dup 61 /equal put
+readonly def
+/PaintType 0 def
+/FontType 1 def
+/FontMatrix [0.001 0 0 0.001 0 0] readonly def
+/FontBBox [-44 -250 1111 864] readonly def
+/UniqueID 4701481 def
+/StrokeWidth 0 def
+currentdict end
+currentfile eexec
+d9d66f633b846a989b9974b0179fc6cc445bc2c03103c68570a7b354a4a280ae
+6fbf7f98f75adf5180cdd505cdc93f13ee312cb03ac7b00c9c4622c80d74023c
+c1962bd0caf57f3c335ded6a6c36110e591128c8861ca07dca77cf521beab94f
+bb761a39789af6c405eb8b495e41c5915360664d422344de89da844efdd13c45
+cb82b522b9e7256916fd366b61290914fc63045ea3c05bbd24545cc5f4451e74
+edddbe488adb69505c96937b35e2d8e7dd2a21a13acf068469e92bc111e5e809
+0e489e43c83dc29bdb053c4af9440b668638d0eb64d2976e6f7d6472ce149020
+5249a42d7dbca06030f48694f7ca0b38978998765d7e7be1d365613011e79d8e
+deb631764d47d1f9663a46a0702ae1ce700abac55a77dc4472405c469fce7cd9
+ff240937b0c74279abcb8583b4d1cedc2856847f4cc2bb267318451b79c1afe6
+6dbbe53c3cbe648c7e1554964dcf29b12753a8431e0e0793099e24e698395683
+346c2a1535dd6d0263200e9f1b76843f139eddd475bec3eb84be3e1e664ec01b
+63b5ec60e6bc15ec7134e83f445bdf0c06d3afa7ef773b48cd9e51ac628172e6
+d4d4d306767b31219d3e545a0819f4429c34e598f8a758719e02602982d87758
+5fd419d175b959787d3707d1467ab66bf8beaf14ac38e07f6b90baa760bb3807
+f83ba97c7c696849bfbe8ef51dbce39508f288cfcc9a00d3534b62f8ab995ae0
+a2608eecbb5c156f4ded7195dee9f66550737765dbaec14039cda155a14d9591
+b7ac0282147bc3de8ed0ddb1280c7a23a51428c250f859584bf2dfda68e82e09
+3e18b41374f224f3eac407807ce5159ac61dbd6d308ba0faf841aa47d482d8b0
+7b8524840e786c67fa7583e00445ec83ad41c7b1e472a1d50b243b4ce011c530
+3906853e6c1be90d5ea39263010537e6c648eba7a245a5fd1ebb10f9e96f383a
+ca8ed355023e1b36011ada2df440e0ca9ca60c8db22d8613219ad2b2b97bab80
+1f930f0a5e8a386ba4ad11c0174cdd10c30eb44ceda8f3d8c73f02c787d6f7d9
+d46100833edde8447ad731198dace0a16c2f24890db7077d8e08da38cbb13654
+8c4ebd337bc8c44e652068fd1db883201544dc7a3dbc1471dd48d47fbdf082c0
+a5482facfd91d0db60e3291357f258dff2eba9d5ec4969a9ef331979f018724a
+d71e28c60a1822f3f2f1becfdc5392e3a60319c249fadffb69f21bf963a15b1c
+03f2c41148ba85bd9c0c83871195b28cc54780909432f4f4d198655ea208f98b
+35789bffdb8444b21b1fe9dda188c9fae3391095781822f76ce501618e14c200
+7a3338e05edf1bd77131eed784af7749dae44465a9b0489e4cdd308957928f3a
+ff39b376e2c90159b7479a6ac7d0abd270dc59b56c91d62bcf2f6b72caca420b
+792235c67cb5569c36764f699afee318719e83a6a025ad6f2c0bbb409dfe46c3
+d59fa185fcc49a2996e463abfabba6e43c221be667a7a1e4581e7e17ebb1a8cb
+79145f70dcc8a33721f57f23c8ad2d5f692bd34ba01d0a72a0019e88bb95f196
+7cea454fc8b8f16e3b9e4939b07cbed0a0f9b8e1bd55d845abb90169f9fbc685
+92d4836edf01ecd47b97206c1d8499d0adc23b1fd7795da0a9bdc5061569064f
+a442539b16d4751d086815dcfa9d80b7c74ba43ffc0fd8b6709adf54ffa397ad
+e4cec37f9da4c76695043d7830453dd46bd2ab1443db554f5af3a1c627f76de6
+0bf8f71a308549245c5c5043e8dd2ec58b757d258dc364e91f5807539807643f
+c83c1a50e6baa78b62ec0163224ee8ee934ebe6023852533ded82c1f84699870
+e67dba1f5f7a9aee542ab55f840a15ab6f0cbf2d0b9c1704869e6fef54d7974d
+afafa428bf8afba4e7bb8acaab3cec1e32b5811c9a3b287b3ff402c46c96e98b
+5ddab9452d137b0ed39c6832cc56443af8d2eb5144e2bb756423223400ca5e22
+5d23cee93ce3c2074611005a26658fc90f420fd9ddffd2e6a0b41f2a1bb84373
+14fe903aea3fd8e562436dd4efbf6ed09a3ebb7d58cf0af0780a8e0882ae7564
+79d211581dcc30e0b69eaf8c14669ccc3b85a225aaaef8a48b88befd8386293d
+5c045cf24cc0968f86de15481a6850111fe6c4209e3dec9dff4001a54a0719a9
+112b286ee68fe3f17829ac3de6ca8c1298e7de5a125d8b0e9cd47f619c3fbc06
+36d48744fbcc0a0c23f18df113556d9248d9be6078b5ffc301678dc641fdc7de
+5139a062b40d5f1c32008de02db7722e6ab4eae46a1df9961ff09a06cf69e598
+cb487b4469f9558c02519a38b15cd2b9101b4eaed70d5aa6a040771ca7f43dec
+e1bcd1933fe05571d32ac7b1d482c16c167fd38de4f0c379679d5129250e461e
+577e2e25ce5f992f9d8cb19722694765ee6265a54c76d7e1d157c381d119fd23
+b70c6b59c5af958130be05f8d0ef84a399d134c51bd43697fc100abd764b45b1
+215586dd5d696b77b7484d72e99af0a1c4678161d36c99abed90665d4ea4d2a2
+e30d6abaaf656d68059aef24ecaecdc876a8050bc6d7455d6d2f9667cc5e778d
+a49a07c789268576c25a12ec7534bc03d8568d4aec5aeb709b512729c7d788f0
+3fe61886d204941d5056612d5db6031b4dacc4d304b55d3b0623cfacb7d450d3
+3e80362554761d99504a5bb67c0c2d65094cc8130f8c2badb39ed97afacfa955
+1cfe10198cdfaf32c490c6b3152d6035a745e7b47130666121eeb63ca24caa40
+3d8a2310928f60b8e9dcdd931b0c4ecff540084789940bcd0023e260947aad8e
+539f547c8cfe35ddb4615053bb4116cf6ee2b69bc3f9f6bfb78bc663df0485f7
+b0651b46ffedd31dc4384cfa0e17e3e10c4f94bb8eecf8cde1819268f8ee61c2
+ec361cd127b3185d71f2e1e39579f8d8e93073d041368722c8bc4f4288ad4f82
+4a3c7cc119ce0af9131a1ec5756932f92b601eadc9ea2fcfded3e8e291a974bd
+97b92b75a3e9d74e9da382289c2e7fac4d7ac352ad3054f20eff60f455f5e6c6
+3692b85f5bc7a6a87535e9a0e24aa921de060ecb38ffb8ff7e5f00437628b073
+ccc5fb242b93f622b02f2c0aaefec0d2fe8c7c04f492014ba2bbb2eb21df93b1
+32ba4aa1a0ecc63eacff3dffd759a8458bc37f8f6175726af79157fc4c190e9e
+efd0d041acd89cd35ee4fd654748b88f7b944eb4b7f3c03c04b68953da697399
+f05ac3f2ce0cba163c1b50d2a644b285ddebf1855c08d1d6faf6fb97d6a437bb
+72ba9d3e5e3abcedf0d934dbb8de2969e7c0475e188b2bb508ce0cfa3e84916b
+b1cc2f4c4c413753126d92bb0fc07809d98560c2d999a0afb25858ab6416b097
+f9f654ccddd298480b55c3f7d5d9b7a9bc378c168d80df3c2e4e5a469bd22525
+d33fe99cd61280ada2409b0ee04dab5b72b819d7869e6c6128a233e22d45a1d6
+ae2cbe5626a2c253e9c53a9494729613789864485f2c1106e4f31671219b255b
+4592c7c64aad62d532591d85595bffe4955e4b833e931c0536fa118483fe699d
+ab570673f0baafa9c5b4ad63a35f
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+0000000000000000000000000000000000000000000000000000000000000000
+cleartomark
+%%EndResource
+/F15_0 /ZBPVOC+csr10 1 1
+[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/one/two/three/four/five/six/seven
+ /eight/.notdef/.notdef/.notdef/.notdef/equal/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
+ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef]
+pdfMakeFont
+%%EndSetup
+pdfStartPage
+[] 0 d
+1 i
+0 j
+0 J
+10 M
+1 w
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+false op
+false OP
+q
+[1 0 0 1 5.039 162] cm
+q
+[1 0 0 1 74 9] cm
+[1 0 0 1 0 -162] cm
+1.13383 w
+[] 0 d
+1 J
+1 j
+10 M
+-70.8661 0 m
+70.8661 0 l
+S
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+f
+67.1697 -1.53113 m
+70.8661 0 l
+67.1697 1.53113 l
+67.1697 -1.53113 l
+h
+S
+1.13383 w
+0 0 m
+0 141.732 l
+S
+1.13383 w
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+f
+1.53113 138.036 m
+0 141.732 l
+-1.53113 138.036 l
+1.53113 138.036 l
+h
+S
+1.13383 w
+-35.4331 -1.41733 m
+-35.4331 1.41733 l
+S
+35.4331 -1.41733 m
+35.4331 1.41733 l
+S
+1.13383 w
+-1.41733 19.1815 m
+1.41733 19.1815 l
+S
+-1.41733 38.3629 m
+1.41733 38.3629 l
+S
+-1.41733 57.5444 m
+1.41733 57.5444 l
+S
+-1.41733 76.7258 m
+1.41733 76.7258 l
+S
+-1.41733 95.9073 m
+1.41733 95.9073 l
+S
+-1.41733 115.089 m
+1.41733 115.089 l
+S
+/DeviceRGB {} cs
+[1 0 0] sc
+/DeviceRGB {} CS
+[1 0 0] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01584 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87282 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05568 -46.6517 5.14058 -46.0615 5.22766 c
+-45.4706 5.31483 -44.8799 5.40417 -44.2897 5.49576 c
+-43.6988 5.58745 -43.1082 5.68138 -42.5179 5.77762 c
+-41.927 5.874 -41.3364 5.97267 -40.7462 6.07382 c
+-40.1552 6.17511 -39.5646 6.27887 -38.9744 6.38524 c
+-38.3834 6.49178 -37.7928 6.60094 -37.2027 6.71275 c
+-36.6115 6.82477 -36.021 6.93945 -35.4309 7.05695 c
+-34.8397 7.17465 -34.2491 7.29517 -33.6591 7.4187 c
+-33.0679 7.5425 -32.4773 7.66933 -31.8874 7.7992 c
+-31.2961 7.92935 -30.7055 8.06255 -30.1156 8.199 c
+-29.5243 8.3358 -28.9336 8.47586 -28.3439 8.61931 c
+-27.7524 8.76317 -27.1618 8.91043 -26.5721 9.06126 c
+-25.9806 9.21257 -25.39 9.36748 -24.8003 9.52605 c
+-24.2087 9.68515 -23.6181 9.84795 -23.0286 10.0145 c
+-22.4369 10.1818 -21.8462 10.3528 -21.2568 10.5279 c
+-20.665 10.7037 -20.0744 10.8836 -19.485 11.0676 c
+-18.8931 11.2525 -18.3025 11.4417 -17.7133 11.6351 c
+-17.1212 11.8295 -16.5306 12.0283 -15.9415 12.2316 c
+-15.3493 12.436 -14.7587 12.6451 -14.1698 12.8589 c
+-13.5774 13.0739 -12.9868 13.2937 -12.398 13.5183 c
+-11.8055 13.7443 -11.2148 13.9753 -10.6262 14.2114 c
+-10.0335 14.4491 -9.4429 14.692 -8.85448 14.9401 c
+-8.26161 15.1901 -7.67096 15.4454 -7.08272 15.7061 c
+-6.48962 15.9689 -5.89899 16.2373 -5.31096 16.5113 c
+-4.71764 16.7878 -4.12701 17.07 -3.5392 17.358 c
+-2.94568 17.6488 -2.35503 17.9455 -1.76744 18.2481 c
+-1.17365 18.5539 -0.58301 18.8657 0.00432 19.1838 c
+0.59836 19.5055 1.18896 19.8334 1.7761 20.1675 c
+2.37039 20.5057 2.96107 20.8502 3.54785 21.2013 c
+4.1425 21.5571 4.73306 21.9196 5.31961 22.2886 c
+5.91447 22.6628 6.50514 23.0437 7.09137 23.4313 c
+7.68661 23.8248 8.27724 24.2254 8.86313 24.6327 c
+9.45866 25.0468 10.0493 25.468 10.6349 25.896 c
+11.2307 26.3314 11.8214 26.774 12.4067 27.2236 c
+13.0029 27.6816 13.5935 28.147 14.1784 28.6194 c
+14.775 29.1013 15.3656 29.5905 15.9502 30.0869 c
+16.5471 30.5938 17.1377 31.1082 17.7219 31.6297 c
+18.3192 32.1629 18.9098 32.7036 19.4937 33.2514 c
+20.0914 33.8123 20.682 34.3807 21.2655 34.9563 c
+21.8635 35.5464 22.4541 36.144 23.0372 36.7488 c
+23.6357 37.3694 24.2262 37.9977 24.809 38.6331 c
+25.4078 39.286 25.9983 39.9464 26.5807 40.614 c
+27.1799 41.3008 27.7704 41.9951 28.3525 42.6964 c
+28.952 43.4188 29.5426 44.1486 30.1243 44.8854 c
+30.7242 45.6454 31.3147 46.4128 31.896 47.1871 c
+32.4963 47.9865 33.0868 48.7931 33.6678 49.6065 c
+34.2684 50.4472 34.8588 51.2952 35.4395 52.1499 c
+36.0405 53.0343 36.6309 53.9258 37.2113 54.8239 c
+37.8126 55.7542 38.4029 56.6915 38.9831 57.6351 c
+39.5846 58.6135 40.175 59.5987 40.7548 60.5901 c
+41.3567 61.6192 41.9471 62.655 42.5266 63.6969 c
+43.1287 64.7793 43.7191 65.8682 44.2984 66.963 c
+44.9007 68.1014 45.4911 69.2461 46.0701 70.3965 c
+46.6727 71.5937 47.2631 72.797 47.8419 74.0059 c
+48.4447 75.265 49.035 76.5301 49.6136 77.8006 c
+50.2167 79.1247 50.807 80.4545 51.3854 81.7896 c
+51.9887 83.1822 52.579 84.5803 53.1572 85.9835 c
+53.7606 87.4479 54.3509 88.9176 54.9289 90.3922 c
+55.5326 91.9321 56.1228 93.4772 56.7007 95.0269 c
+57.3045 96.6462 57.8947 98.2705 58.4724 99.8992 c
+59.0764 101.602 59.6666 103.31 60.2442 105.022 c
+60.8483 106.812 61.4385 108.607 62.016 110.407 c
+62.6202 112.289 63.2104 114.176 63.7877 116.067 c
+64.3921 118.047 64.9823 120.031 65.5595 122.019 c
+66.1639 124.1 66.754 126.186 67.3313 128.275 c
+67.936 130.464 68.5266 132.656 69.103 134.852 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 72.966 -6.389] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(x) 5.69884 Tj
+[1 0 0 1 -72.966 6.389] cm
+[1 0 0 1 -7.342 145.769] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 7.342 -145.769] cm
+[1 0 0 1 55.013 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(y) 4.88187 Tj
+[1 0 0 1 -55.013 -139.79] cm
+[1 0 0 1 63.023 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 -63.023 -139.79] cm
+[1 0 0 1 73.539 139.79] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(e) 4.64276 Tj
+[1 0 0 1 -73.539 -139.79] cm
+[1 0 0 1 78.177 143.405] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F10_0 6.974 Tf
+(x) 4.51915 Tj
+[1 0 0 1 -78.177 -143.405] cm
+/DeviceGray {} cs
+[1] sc
+/DeviceGray {} CS
+[1] SC
+-73.433 -8.3895 158.626 160.448 re
+S
+/DeviceRGB {} cs
+[0 0 1] sc
+/DeviceRGB {} CS
+[0 0 1] SC
+-70.8661 2.59583 m
+-69.0944 2.729 l
+-67.3226 2.86891 l
+-65.5508 3.01613 l
+-63.7791 3.17067 l
+-62.0073 3.3331 l
+-60.2356 3.50403 l
+-58.4638 3.68375 l
+-56.692 3.87253 l
+-54.9203 4.07126 l
+-53.1485 4.27994 l
+-51.3767 4.49947 l
+-50.7859 4.5745 -50.1953 4.65129 -49.605 4.7301 c
+-49.0141 4.80898 -48.4235 4.88988 -47.8332 4.97273 c
+-47.2423 5.05566 -46.6517 5.14056 -46.0615 5.22766 c
+-45.4706 5.31485 -44.88 5.40424 -44.2897 5.49576 c
+-43.6988 5.58739 -43.1082 5.68117 -42.5179 5.77733 c
+-41.927 5.87361 -41.3364 5.97227 -40.7462 6.07352 c
+-40.1552 6.1749 -39.5646 6.27887 -38.9744 6.38524 c
+-38.3834 6.49178 -37.7928 6.60072 -37.2027 6.71246 c
+-36.6115 6.8244 -36.0209 6.93915 -35.4309 7.05666 c
+-34.8397 7.1744 -34.2491 7.29488 -33.6591 7.41841 c
+-33.0679 7.5422 -32.4773 7.66904 -31.8874 7.7989 c
+-31.2961 7.92906 -30.7055 8.06227 -30.1156 8.19872 c
+-29.5243 8.33551 -28.9336 8.47556 -28.3439 8.61902 c
+-27.7524 8.7629 -27.1618 8.91019 -26.5721 9.06097 c
+-25.9806 9.21222 -25.39 9.36697 -24.8003 9.52547 c
+-24.2087 9.68451 -23.6181 9.84732 -23.0286 10.0139 c
+-22.4369 10.1812 -21.8462 10.3523 -21.2568 10.5273 c
+-20.665 10.7031 -20.0743 10.883 -19.485 11.067 c
+-18.8931 11.2519 -18.3025 11.4411 -17.7133 11.6345 c
+-17.1212 11.8289 -16.5306 12.0275 -15.9415 12.2308 c
+-15.3493 12.4351 -14.7587 12.6443 -14.1698 12.858 c
+-13.5774 13.073 -12.9868 13.2926 -12.398 13.5171 c
+-11.8055 13.743 -11.2148 13.9739 -10.6262 14.2099 c
+-10.0335 14.4476 -9.44293 14.6904 -8.85448 14.9384 c
+-8.26161 15.1882 -7.67094 15.4432 -7.08272 15.7038 c
+-6.48961 15.9665 -5.89902 16.2348 -5.31096 16.5086 c
+-4.71767 16.7849 -4.127 17.0668 -3.5392 17.3545 c
+-2.94565 17.6451 -2.35506 17.9416 -1.76744 18.244 c
+-1.1737 18.5495 -0.58304 18.8609 0.00432 19.1785 c
+0.59837 19.4998 1.189 19.8273 1.7761 20.1611 c
+2.37036 20.4989 2.96101 20.8431 3.54785 21.1937 c
+4.14243 21.5489 4.73305 21.9106 5.31961 22.279 c
+5.91447 22.6525 6.50511 23.0327 7.09137 23.4196 c
+7.68655 23.8123 8.27718 24.212 8.86313 24.6184 c
+9.45862 25.0315 10.0492 25.4515 10.6349 25.8784 c
+11.2307 26.3127 11.8213 26.7541 12.4067 27.2025 c
+13.0028 27.6592 13.5934 28.1231 14.1784 28.5939 c
+14.7749 29.0741 15.3656 29.5614 15.9502 30.0559 c
+16.5471 30.5608 17.1377 31.0731 17.7219 31.5925 c
+18.3191 32.1234 18.9097 32.6616 19.4937 33.207 c
+20.0913 33.765 20.6819 34.3304 21.2655 34.9031 c
+21.8634 35.4898 22.4539 36.0842 23.0372 36.6855 c
+23.6355 37.3023 24.2261 37.9263 24.809 38.5576 c
+25.4077 39.2059 25.9982 39.8618 26.5807 40.5247 c
+27.1797 41.2063 27.7702 41.8952 28.3525 42.5911 c
+28.9518 43.3073 29.5424 44.0309 30.1243 44.7613 c
+30.724 45.5141 31.3145 46.2742 31.896 47.041 c
+32.496 47.8322 33.0864 48.6306 33.6678 49.4355 c
+34.2681 50.2667 34.8586 51.1049 35.4395 51.9497 c
+36.0402 52.8232 36.6306 53.7037 37.2113 54.5906 c
+37.8121 55.5081 38.4027 56.4323 38.9831 57.3629 c
+39.5843 58.3268 40.1747 59.2975 40.7548 60.2743 c
+41.3562 61.2868 41.9467 62.3058 42.5266 63.3308 c
+43.1283 64.3942 43.7186 65.4639 44.2984 66.5395 c
+44.9002 67.6562 45.4906 68.779 46.0701 69.9074 c
+46.6722 71.08 47.2626 72.2585 47.8419 73.4425 c
+48.4442 74.6735 49.0345 75.9104 49.6136 77.1526 c
+50.2161 78.4449 50.8065 79.7428 51.3854 81.0459 c
+51.9881 82.4024 52.5784 83.7643 53.1572 85.1312 c
+53.76 86.5548 54.3503 87.9837 54.9289 89.4173 c
+55.5319 90.9113 56.1222 92.4104 56.7007 93.9141 c
+57.3038 95.4818 57.894 97.0543 58.4724 98.6313 c
+59.0756 100.276 59.6659 101.925 60.2442 103.579 c
+60.8475 105.304 61.4378 107.033 62.016 108.767 c
+62.6194 110.576 63.2096 112.39 63.7877 114.208 c
+64.3912 116.105 64.9815 118.007 65.5595 119.913 c
+66.163 121.902 66.7532 123.896 67.3313 125.893 c
+67.935 127.979 68.5256 130.069 69.103 132.162 c
+S
+/DeviceGray {} cs
+[0] sc
+/DeviceGray {} CS
+[0] SC
+[1 0 0 1 -68.766 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F5_0 9.963 Tf
+(n) 5.9778 Tj
+[1 0 0 1 68.766 -133.212] cm
+[1 0 0 1 -60.019 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(=) 7.75121 Tj
+[1 0 0 1 60.019 -133.212] cm
+[1 0 0 1 -49.503 133.212] cm
+[1 0 0 1 0 0] Tm
+0 0 Td
+0 0 Td
+/F15_0 9.963 Tf
+(8) 4.9815 Tj
+[1 0 0 1 49.503 28.788] cm
+Q
+Q
+showpage
+%%PageTrailer
+pdfEndPage
+%%Trailer
+end
+%%DocumentSuppliedResources:
+%%+ font EVWCWH+CMMI10
+%%+ font DVDUBF+CMMI7
+%%+ font ZBPVOC+csr10
+%%EOF
diff --git a/Master/texmf-dist/tex/latex/animate/animate.sty b/Master/texmf-dist/tex/latex/animate/animate.sty
new file mode 100644
index 00000000000..a133d6ce5b6
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/animate/animate.sty
@@ -0,0 +1,1579 @@
+% Copyright 2007 Alexander Grahn
+
+% This material is subject to the LaTeX Project Public License. See
+% http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html
+% for the details of that license.
+
+% Package for creating portable, JavaScript driven animations from sets of
+% graphics files or inline graphics (e. g. latex-picture, pstricks,
+% pgf/TikZ, Asymptote, ...)
+
+% Supports LaTeX->dvips->(ps2pdf or Distiller) or pdfLaTeX workflows.
+
+% Based on the work by Jan Holocek and Petr Sojka.
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{animate}[2007/03/15]
+\RequirePackage{keyval}
+\RequirePackage{ifthen}
+\RequirePackage{ifpdf}
+\RequirePackage{calc}
+
+\DeclareOption*{}\ProcessOptions*\relax %allow anything as option
+%(package options will be processed near end of file)
+
+\ifpdf
+ \ifnum\pdftexversion<120% correct pdfTeX version?
+ \PackageError{animate}{%
+ pdf(La)TeX version >= 1.20 required
+ }{%
+ Install a more recent version!
+ }%
+ \fi%
+\else
+ %define `?pdfmark' operator; taken from the PDFmark Reference
+ \AtBeginDocument{%
+ \ifthenelse{\isundefined{\pdfmark}}{% (hyperref provides its own
+ \special{ps: % definition)
+ /pdfmark where
+ { pop globaldict /?pdfmark /exec load put }
+ {
+ globaldict
+ begin
+ /?pdfmark /pop load def
+ /pdfmark /cleartomark load def
+ end
+ }
+ ifelse
+ }%
+ }{}%
+ }
+\fi%
+
+%define our own label making commands
+\def\@anim@newkey#1#2{{\expandafter\xdef\csname#1\endcsname{#2}}}
+\def\@anim@getkeyval#1{%
+ \expandafter\ifx\csname#1\endcsname\relax%
+ undefined%
+ \else%
+ \csname#1\endcsname%
+ \fi%
+}%
+
+%missing package error message
+\def\@anim@missing#1{%
+ \PackageError{animate}{%
+ Package `#1' has not been loaded yet%
+ }{%
+ Put the line\MessageBreak%
+ `\protect\usepackage{#1}'\MessageBreak%
+ to the preamble of your document!
+ }%
+}
+
+%add AP (appearances name tree) root node to the Names dict of the PDF Catalog
+\ifpdf
+ \newcount\@anim@aproot
+ \pdfobj reserveobjnum
+ \@anim@aproot=\pdflastobj
+ \pdfnames{/AP \the\pdflastobj\space 0 R}
+ \def\@anim@buttontree{}
+ \AtEndDocument{%
+ \pdfobj useobjnum \@anim@aproot {%
+ <</Kids [\@anim@apkids\space\@anim@buttontree]>>%
+ }%
+ \pdfrefobj\pdflastobj%
+ }%
+\else
+ \special{ps:
+ mark {Catalog} <</Names <</AP <</Kids {@anim@apkids}>>>>>> /PUT pdfmark
+ }
+\fi
+
+%create name tree object from XObject hash & add a reference to it to the
+%name tree list
+\ifpdf
+ \def\@anim@apkids{}
+ \def\@anim@addtree#1{% #1 @anim@num
+ \immediate\pdfobj {<<%
+ /Names [\@anim@getkeyval{a#1.hash}]
+ /Limits [(\@anim@getkeyval{a#1.ffirst}) (\@anim@getkeyval{a#1.flast})]%
+ >>}%
+ \xdef\@anim@apkids{\@anim@apkids\the\pdflastobj\space 0 R\space}%
+ }
+\else
+ \special{ps: mark /_objdef {@anim@apkids} /type/array /OBJ pdfmark }
+ \def\@anim@addtree#1{%
+ \special{ps:
+ mark
+ /_objdef {tree@#1}
+ /type/dict
+ /OBJ pdfmark
+ mark
+ {tree@#1} <<
+ /Names [\@anim@getkeyval{a#1.hash}]
+ /Limits [(\@anim@getkeyval{a#1.ffirst}) (\@anim@getkeyval{a#1.flast})]
+ >>
+ /PUT pdfmark
+ mark {@anim@apkids} {tree@#1} /APPEND pdfmark
+ }%
+ }
+\fi
+
+\newbox\@anim@box %used for storing graphics
+\newdimen\@anim@tmpdima %length registers for occasional use
+\newdimen\@anim@tmpdimb
+
+%creates Form XObject from graphics file & appends a reference to it to the
+%XObject hash (XObject name <-> XObject reference) of the current animation;
+%also determines natural size of the graphics file
+\def\@anim@pt{pt}
+\ifpdf
+ \def\@anim@ximage#1#2#3{%#1:zero padded anim num, #2:@anim@curframe@zb,
+ \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}% #3:filename
+ \IfFileExists{#3}{%
+ %embed the same graphics file only once (reference doesn't exist yet)
+ \ifthenelse{\equal{\@anim@getkeyval{#3.r}}{undefined}}{%
+ \immediate\pdfximage{#3}%
+ \@anim@newkey{#3.r}{\the\pdflastximage}%
+ \@anim@newkey{#3.a}{#1}% file is part of animation #1
+ \ifnum#2=0% size (measuring the first frame only)
+ % store name of first frame XObject
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ \setbox\@anim@box=\hbox{\pdfrefximage\pdflastximage}%
+ \@anim@newkey{a#1.wd}{\the\wd\@anim@box}%
+ \@anim@newkey{a#1.ht}{\the\ht\@anim@box}%
+ \@anim@newkey{a#1.dp}{0pt}%
+ \fi%
+ }{%
+ \ifnum#2=0%
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ %retrieve previously determined size and make it the current
+ \@anim@newkey{a#1.wd}{\@anim@getkeyval{a\@anim@getkeyval{#3.a}.wd}}%
+ \@anim@newkey{a#1.ht}{\@anim@getkeyval{a\@anim@getkeyval{#3.a}.ht}}%
+ \@anim@newkey{a#1.dp}{0pt}%
+ \fi%
+ }%
+ % store name of last frame XObject
+ \@anim@newkey{a#1.flast}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.hash}{% append reference
+ \@anim@getkeyval{a#1.hash}(a#1f\@anim@curfr@zb@form)
+ \@anim@getkeyval{#3.r}\space 0 R\space%
+ }%
+ }{%
+ \PackageError{animate}{File `#3' cannot be opened for embedding.}{}%
+ }%
+ }
+\else
+ \def\@anim@bp{bp}
+ \def\@anim@ximage#1#2#3{%
+ \IfFileExists{#3}{%
+ \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}%
+ \ifthenelse{\equal{\@anim@getkeyval{#3.r}}{undefined}}{%
+ \Gread@eps{#3}%determine BBox (\Gin@llx, \Gin@lly, \Gin@urx, \Gin@ury)
+ \special{ps:
+ save gsave
+ mark
+ /_objdef {a#1f\@anim@curfr@zb@form}
+ /BBox [\Gin@llx\space\Gin@lly\space\Gin@urx\space\Gin@ury]
+ /BP pdfmark %begin distilling graphics into Form XObject
+ /showpage {} def /setpagedevice /pop load def
+ }%
+ \special{ps: plotfile #3}%
+ \special{ps:
+ mark /EP pdfmark %end distilling
+ grestore restore
+ }%
+ \@anim@newkey{#3.r}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{#3.a}{#1}%
+ \ifnum#2=0%
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ % determine size from file BBox, convert to pt
+ \setlength{\@anim@tmpdima}{\Gin@urx\@anim@pt}%
+ \addtolength{\@anim@tmpdima}{-\Gin@llx\@anim@pt}%
+ \setlength{\@anim@tmpdima}{\strip@pt\@anim@tmpdima\@anim@bp}%
+ \@anim@newkey{a#1.wd}{\the\@anim@tmpdima}%
+ \setlength{\@anim@tmpdima}{\Gin@ury\@anim@pt}%
+ \addtolength{\@anim@tmpdima}{-\Gin@lly\@anim@pt}%
+ \setlength{\@anim@tmpdima}{\strip@pt\@anim@tmpdima\@anim@bp}%
+ \@anim@newkey{a#1.ht}{\the\@anim@tmpdima}%
+ \@anim@newkey{a#1.dp}{0pt}%
+ \fi%
+ \message{<#3>}%
+ }{%
+ \ifnum#2=0%
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.wd}{\@anim@getkeyval{a\@anim@getkeyval{#3.a}.wd}}%
+ \@anim@newkey{a#1.ht}{\@anim@getkeyval{a\@anim@getkeyval{#3.a}.ht}}%
+ \@anim@newkey{a#1.dp}{0pt}%
+ \fi%
+ }%
+ \@anim@newkey{a#1.flast}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.hash}{%
+ \@anim@getkeyval{a#1.hash}%
+ (a#1f\@anim@curfr@zb@form)\space {\@anim@getkeyval{#3.r}}\space%
+ }%
+ }{%
+ \PackageError{animate}{File `#3' cannot be opened for embedding.}{}%
+ }%
+ }
+\fi
+
+%creates Form XObject from box contents & appends a reference to it to the
+%XObject hash (XObject name <-> XObject reference) of the current animation
+\ifpdf
+ \def\@anim@xinline#1#2#3{%#1:zero padded anim num, #2:@anim@curframe@zb,
+ \immediate\pdfxform#3% #3:box number
+ \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}%
+ \ifnum#2=0%
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ \fi%
+ % store name of last frame of sequence
+ \@anim@newkey{a#1.flast}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.hash}{% append reference
+ \@anim@getkeyval{a#1.hash}%
+ (a#1f\@anim@curfr@zb@form)\space\the\pdflastxform\space 0 R\space%
+ }%
+ }
+\else
+ \def\@anim@xinline#1#2#3{%
+ \def\@anim@oldunitlength{\the\unitlength}% make backup
+ \setlength{\unitlength}{1pt}%
+ %mark BBox of the graphics
+ \begin{picture}(0,0)%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
+ \put(0,-\strip@pt\@anim@tmpdima){%
+ \special{ps:
+ currentpoint /frame@lly exch def /frame@llx exch def
+ }%
+ }%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.wd}}%
+ \setlength{\@anim@tmpdimb}{\@anim@getkeyval{a#1.ht}}%
+ \put(\strip@pt\@anim@tmpdima,\strip@pt\@anim@tmpdimb){%
+ \special{ps:
+ currentpoint /frame@ury exch def /frame@urx exch def
+ }%
+ }%
+ \end{picture}%
+ \edef\@anim@curfr@zb@form{\@anim@pad{123456}{#2}}% cur frame num formatted
+ \setlength{\unitlength}{\@anim@oldunitlength}% restore previous unitlength
+ \special{ps:
+ save gsave
+ mark
+ /_objdef {a#1f\@anim@curfr@zb@form}
+ /BBox [frame@llx frame@lly frame@urx frame@ury]
+ /BP pdfmark
+ %flip around horizontal axis
+ { [1 0 0 -1 0 frame@lly frame@ury add ] concat } ?pdfmark
+ }%
+ \begin{picture}(0,0)%
+ \put(0,0){\box#3}%
+ \end{picture}%
+ \special{ps:
+ mark /EP pdfmark
+ grestore restore
+ }%
+ \ifnum#2=0%
+ \@anim@newkey{a#1.ffirst}{a#1f\@anim@curfr@zb@form}%
+ \fi%
+ \@anim@newkey{a#1.flast}{a#1f\@anim@curfr@zb@form}%
+ \@anim@newkey{a#1.hash}{%
+ \@anim@getkeyval{a#1.hash}%
+ (a#1f\@anim@curfr@zb@form)\space {a#1f\@anim@curfr@zb@form}\space%
+ }%
+ }
+\fi
+
+%control button faces
+\def\@anim@buttonhash{}%
+\ifpdf
+ \def\@anim@xbutton#1#2{% #1 name, #2 stroking commands
+ \immediate\pdfobj stream attr{%
+ /Type/XObject/Subtype/Form/BBox [0 0 15 15]%
+ /Resources <</ProcSet [/PDF]>>%
+ }{#2}%
+ \xdef\@anim@buttonhash{%
+ \@anim@buttonhash(btn#1)\space\the\pdflastobj\space 0 R\space%
+ }%
+ }
+ \def\@anim@btnend{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 10 w
+ 45 40 m
+ 95 75 l
+ 45 110 l
+ S
+ 0 j
+ 105 44 m
+ 105 106 l
+ S
+ }
+ \def\@anim@btnstep{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 10 w
+ 50 40 m
+ 100 75 l
+ 50 110 l
+ S
+ }
+ \def\@anim@btnplay{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 10 w
+ 50 40 m
+ 50 110 l
+ 100 75 l
+ h
+ S
+ }
+ \def\@anim@btnpause{%
+ 2.5 w
+ 1 j
+ 0 G
+ 0 10 m
+ 140 10 l
+ 140 140 l
+ 0 140 l
+ S
+ 20 w
+ 22 40 m
+ 22 110 l
+ S
+ }
+ \def\@anim@btnminus{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 15 w
+ 0 J
+ 40 75 m
+ 110 75 l
+ S
+ }
+ \def\@anim@btnplus{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 15 w
+ 0 J
+ 40 75 m
+ 110 75 l
+ 75 40 m
+ 75 110 l
+ S
+ }
+ \def\@anim@btnreset{%
+ 2.5 w
+ 1 J
+ 1 j
+ 0 G
+ 10 10 130 130 re
+ S
+ 10 w
+ 75 40 m
+ 75 110 l
+ S
+ 0 g
+ 35 50 m
+ 70 75 l
+ 35 100 l
+ f
+ 115 50 m
+ 80 75 l
+ 115 100 l
+ f
+ 2 J
+ 0 j
+ 30 75 m
+ 35 75 l
+ 120 75 m
+ 115 75 l
+ S
+ }
+ \def\@anim@makebuttons{%
+ \@anim@xbutton{EndLeft}{%
+ -0.1 0 0 0.1 15 0 cm
+ \@anim@btnend%
+ }%
+ \@anim@xbutton{EndRight}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnend%
+ }%
+ \@anim@xbutton{Minus}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnminus%
+ }%
+ \@anim@xbutton{PauseLeft}{%
+ -0.1 0 0 0.1 15 0 cm
+ \@anim@btnpause%
+ }%
+ \@anim@xbutton{PauseRight}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnpause%
+ }%
+ \@anim@xbutton{PlayLeft}{%
+ -0.1 0 0 0.1 15 0 cm
+ \@anim@btnplay%
+ }%
+ \@anim@xbutton{PlayRight}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnplay%
+ }%
+ \@anim@xbutton{Plus}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnplus%
+ }%
+ \@anim@xbutton{Reset}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnreset%
+ }%
+ \@anim@xbutton{StepLeft}{%
+ -0.1 0 0 0.1 15 0 cm
+ \@anim@btnstep%
+ }%
+ \@anim@xbutton{StepRight}{%
+ 0.1 0 0 0.1 0 0 cm
+ \@anim@btnstep%
+ }%
+ \immediate\pdfobj {<<%
+ /Names [\@anim@buttonhash]
+ /Limits [(btnEndLeft) (btnStepRight)]%
+ >>}%
+ \xdef\@anim@buttontree{\the\pdflastobj\space 0 R}%
+ \setboolean{@anim@buttonsmade}{true}%
+ }
+\else
+ \def\@anim@xbutton#1#2{% #1: name; #2: stroking commands
+ \special{ps:
+ save gsave
+ mark
+ /_objdef {btn#1}
+ /BBox [0 0 15 15]
+ /BP pdfmark { #2 } ?pdfmark mark /EP pdfmark
+ grestore restore
+ }%
+ \xdef\@anim@buttonhash{%
+ \@anim@buttonhash(btn#1)\space {btn#1}\space%
+ }%
+ }
+ \def\@anim@btnend{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1 setlinewidth
+ 4.5 4 moveto
+ 9.5 7.5 lineto
+ 4.5 11 lineto
+ stroke
+ 0 setlinejoin
+ 10.5 4.4 moveto
+ 10.5 10.6 lineto
+ stroke
+ }
+ \def\@anim@btnstep{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1 setlinewidth
+ 5 4 moveto
+ 10 7.5 lineto
+ 5 11 lineto
+ stroke
+ }
+ \def\@anim@btnplay{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1 setlinewidth
+ 5 4 moveto
+ 5 11 lineto
+ 10 7.5 lineto
+ closepath
+ stroke
+ }
+ \def\@anim@btnpause{%
+ 0 setgray
+ 0.25 setlinewidth
+ 0 setlinecap
+ 1 setlinejoin
+ 0 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 0 14 lineto
+ stroke
+ 2 setlinewidth
+ 2.2 4 moveto
+ 2.2 11 lineto
+ stroke
+ }
+ \def\@anim@btnminus{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1.5 setlinewidth
+ 0 setlinecap
+ 4 7.5 moveto
+ 11 7.5 lineto
+ stroke
+ }
+ \def\@anim@btnplus{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1.5 setlinewidth
+ 0 setlinecap
+ 4 7.5 moveto
+ 11 7.5 lineto
+ 7.5 4 moveto
+ 7.5 11 lineto
+ stroke
+ }
+ \def\@anim@btnreset{%
+ 0 setgray
+ 0.25 setlinewidth
+ 1 setlinecap
+ 1 setlinejoin
+ 1 1 moveto
+ 14 1 lineto
+ 14 14 lineto
+ 1 14 lineto
+ closepath
+ stroke
+ 1 setlinewidth
+ 7.5 4 moveto
+ 7.5 11 lineto
+ stroke
+ 0 setlinejoin
+ 3.5 5 moveto
+ 7 7.5 lineto
+ 3.5 10 lineto
+ closepath
+ fill
+ 11.5 5 moveto
+ 8 7.5 lineto
+ 11.5 10 lineto
+ closepath
+ fill
+ 1 setlinewidth
+ 2 setlinecap
+ 3 7.5 moveto
+ 3.5 7.5 lineto
+ 12 7.5 moveto
+ 11.5 7.5 lineto
+ stroke
+ }
+ \def\@anim@makebuttons{%
+ \@anim@xbutton{EndLeft}{%
+ [-1 0 0 1 15 0] concat
+ \@anim@btnend%
+ }%
+ \@anim@xbutton{EndRight}{%
+ \@anim@btnend%
+ }%
+ \@anim@xbutton{Minus}{%
+ \@anim@btnminus%
+ }%
+ \@anim@xbutton{PauseLeft}{%
+ [-1 0 0 1 15 0] concat
+ \@anim@btnpause%
+ }%
+ \@anim@xbutton{PauseRight}{%
+ \@anim@btnpause%
+ }%
+ \@anim@xbutton{PlayLeft}{%
+ [-1 0 0 1 15 0] concat
+ \@anim@btnplay%
+ }%
+ \@anim@xbutton{PlayRight}{%
+ \@anim@btnplay%
+ }%
+ \@anim@xbutton{Plus}{%
+ \@anim@btnplus%
+ }%
+ \@anim@xbutton{Reset}{%
+ \@anim@btnreset%
+ }%
+ \@anim@xbutton{StepLeft}{%
+ [-1 0 0 1 15 0] concat
+ \@anim@btnstep%
+ }%
+ \@anim@xbutton{StepRight}{%
+ \@anim@btnstep%
+ }%
+ \AtEndDocument{%
+ \special{ps:
+ mark /_objdef {tree@button} /type/dict /OBJ pdfmark
+ mark
+ {tree@button} <<%
+ /Names [\@anim@buttonhash]
+ /Limits [(btnEndLeft) (btnStepRight)]
+ >> /PUT
+ pdfmark
+ mark {@anim@apkids} {tree@button} /APPEND pdfmark
+ }%
+ }%
+ \setboolean{@anim@buttonsmade}{true}%
+ }
+\fi
+
+%determines file type of the sequence
+\ifpdf
+ \def\@anim@getext#1{%
+ \gdef\@anim@ext{.pdf}% we start with `pdf'
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.png}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.jpg}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.jpeg}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.jbig2}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.jb2}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \PackageError{animate}{%
+ Neither of the files\MessageBreak%
+ `#1.pdf',\MessageBreak%
+ `#1.png',\MessageBreak%
+ `#1.jpg',\MessageBreak%
+ `#1.jpeg',\MessageBreak%
+ `#1.jbig2' or\MessageBreak%
+ `#1.jb2',\MessageBreak%
+ could be found.\MessageBreak%
+ Wrong file type? Mis-spelled file name?
+ }{}%
+ }}}}}}%
+ }%
+\else
+ \def\@anim@getext#1{%
+ \gdef\@anim@ext{.eps}% we start with `eps'
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.ps}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \gdef\@anim@ext{.mps}%
+ \IfFileExists{#1\@anim@ext}{}{%
+ \PackageError{animate}{%
+ Neither of the files\MessageBreak%
+ `#1.eps',\MessageBreak%
+ `#1.ps' or\MessageBreak%
+ `#1.mps'\MessageBreak%
+ could be found.\MessageBreak%
+ Wrong file type? Mis-spelled file name?
+ }{}%
+ }}}%
+ }%
+\fi
+
+%counts embedded animations
+\newcount\@anim@num\@anim@num=0
+
+%current frame
+\newcount\@anim@curframe
+\newcount\@anim@curframe@zb% zero based
+
+%user command for embedding animation sequence
+% #1: options
+% #2: frame rate (fps)
+% #3: basename of graphics file sequence (without frame number and extension)
+% #4: first frame (zero padded integer of same width as #5)
+% #5: last frame (zero padded integer of same width as #4)
+\newcommand{\animategraphics}[5][]{%
+ \leavevmode%
+ \ifpdf\else%
+ \ifthenelse{\isundefined{\includegraphics}}{\@anim@missing{graphics}}{}%
+ \fi%
+ \@anim@reset% to default settings
+ \setkeys{anim@user}{#1}%
+ \def\@anim@base{#3}%
+ \def\@anim@first{#4}%
+ \def\@anim@last{#5}%
+ %get file name extension of the sequence
+ \@anim@getext{\@anim@base\@anim@first}%
+ %
+ %create button faces if necessary
+ \if@anim@controls%
+ \if@anim@buttonsmade\else%
+ \@anim@makebuttons%
+ \fi%
+ \fi%
+ %formatted (zero padded) animation no.
+ \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
+ \@anim@newkey{a\@anim@numform.hash}{}% empty XObject hash
+ \@anim@newkey{a\@anim@numform.fps}{#2}%
+ %
+ %read all frames of the sequence
+ \@anim@curframe=\@anim@first%
+ \@anim@curframe@zb=0%
+ \loop%
+ \ifnum\@anim@curframe>\@anim@last\else%
+ %embed graphics
+ \@anim@ximage{\@anim@numform}{\the\@anim@curframe@zb}{%
+ \@anim@base\@anim@pad{\@anim@last}{\the\@anim@curframe}\@anim@ext%
+ }%
+ \advance\@anim@curframe by 1%
+ \advance\@anim@curframe@zb by 1%
+ \@anim@newkey{a\@anim@numform.frames}{\the\@anim@curframe@zb}% total number
+ \repeat%
+ \@anim@addtree{\@anim@numform}% create name tree
+ %insert animation widget & controls
+ \vtop{%
+ \offinterlineskip%
+ \hbox{\@anim@animwidget{\@anim@numform}}%
+ \if@anim@controls%
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \setlength{\@anim@tmpdima}{0.1\@anim@tmpdima}%
+ \vskip \@anim@tmpdima%
+ \hbox to \@anim@getkeyval{a\@anim@numform.wd} {%
+ \hss%
+ \@anim@buttonwidget{\@anim@numform}{EndLeft}%
+ \@anim@buttonwidget{\@anim@numform}{StepLeft}%
+ \@anim@buttonwidget{\@anim@numform}{PlayPauseLeft}%
+ \@anim@buttonwidget{\@anim@numform}{PlayPauseRight}%
+ \@anim@buttonwidget{\@anim@numform}{StepRight}%
+ \@anim@buttonwidget{\@anim@numform}{EndRight}%
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \setlength{\@anim@tmpdima}{0.3\@anim@tmpdima}%
+ \hskip \@anim@tmpdima%
+ \@anim@buttonwidget{\@anim@numform}{Minus}%
+ \@anim@buttonwidget{\@anim@numform}{Reset}%
+ \@anim@buttonwidget{\@anim@numform}{Plus}%
+ \hss%
+ }%
+ \fi%
+ }%
+ \global\advance\@anim@num by 1%
+}%
+
+%calculates widget dimensions from natural ones, taking resizing options
+%into account
+\def\@anim@rescale#1{% #1:@anim@num
+ %original totalheight
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.ht}}%
+ \addtolength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
+ \edef\@anim@th{\the\@anim@tmpdima}%
+ %rescale height & depth
+ \ifthenelse{%
+ \NOT\equal{\@anim@boxheight}{}\AND%
+ \NOT\equal{\@anim@boxdepth}{}%
+ }{%
+ \@anim@newkey{a#1.ht}{\@anim@boxheight}%
+ \@anim@newkey{a#1.dp}{\@anim@boxdepth}%
+ }{%
+ \ifthenelse{\NOT\equal{\@anim@boxheight}{}}{%
+ \@anim@newkey{a#1.ht}{\@anim@boxheight}%
+ }{%
+ \ifthenelse{\NOT\equal{\@anim@boxdepth}{}}{%
+ \@anim@newkey{a#1.dp}{\@anim@boxdepth}%
+ }{%if neither height nor depth are given but width is, rescale
+ %ht & dp to keep aspect ratio
+ \ifthenelse{\NOT\equal{\@anim@boxwidth}{}}{%
+ \setlength{\@anim@tmpdima}{%
+ \@anim@getkeyval{a#1.ht}%
+ *\ratio{\@anim@boxwidth}{\@anim@getkeyval{a#1.wd}}%
+ }\@anim@newkey{a#1.ht}{\the\@anim@tmpdima}%
+ \setlength{\@anim@tmpdima}{%
+ \@anim@getkeyval{a#1.dp}%
+ *\ratio{\@anim@boxwidth}{\@anim@getkeyval{a#1.wd}}%
+ }\@anim@newkey{a#1.dp}{\the\@anim@tmpdima}%
+ }{}%
+ }%
+ }%
+ }%
+ \ifthenelse{\NOT\equal{\@anim@boxwidth}{}}{%rescale width
+ \@anim@newkey{a#1.wd}{\@anim@boxwidth}%
+ }{%
+ %if width is not given, but either height or depth are, scale
+ %width to keep aspect ratio
+ \ifthenelse{%
+ \NOT\equal{\@anim@boxheight}{}\OR%
+ \NOT\equal{\@anim@boxdepth}{}%
+ }{%
+ \setlength{\@anim@tmpdima}{%
+ \@anim@getkeyval{a#1.wd}%
+ *\ratio{%
+ \@anim@getkeyval{a#1.ht}+\@anim@getkeyval{a#1.dp}%
+ }{\@anim@th}%
+ }%
+ \@anim@newkey{a#1.wd}{\the\@anim@tmpdima}%
+ }{}%
+ }%
+ %apply scaling by a factor
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.wd}}%
+ \setlength{\@anim@tmpdima}{\@anim@boxscale\@anim@tmpdima}%
+ \@anim@newkey{a#1.wd}{\the\@anim@tmpdima}%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.ht}}%
+ \setlength{\@anim@tmpdima}{\@anim@boxscale\@anim@tmpdima}%
+ \@anim@newkey{a#1.ht}{\the\@anim@tmpdima}%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
+ \setlength{\@anim@tmpdima}{\@anim@boxscale\@anim@tmpdima}%
+ \@anim@newkey{a#1.dp}{\the\@anim@tmpdima}%
+}
+
+%creates animation widget
+\ifpdf
+ \def\@anim@animwidget#1{%
+ \@anim@rescale{#1}%
+ %create JavaScript objects
+ \@anim@pojscript{#1}% to be executed on PO event
+ \@anim@otherjscript{#1}% on other events in the AA dict
+ \pdfannot
+ width \@anim@getkeyval{a#1.wd}
+ height \@anim@getkeyval{a#1.ht}
+ depth \@anim@getkeyval{a#1.dp}
+ {%
+ /Subtype/Widget%
+ /FT/Btn/Ff 65536% push button
+ /T (anm@#1)%
+ /BS <</W 0>>%
+ /H/N%
+ /MK <<%
+ /TP 1% icon, no caption
+ /BG [\@anim@bg]%
+ /IF <</SW/A/S/A>>% scale icon freely within widget
+ >>%
+ /AA <<% bind JavaScripts to trigger events
+ /PO <</S/JavaScript/JS \@anim@getkeyval{a#1.pojscript}\space 0 R>>%
+ \@anim@getkeyval{a#1.otherjscript}%
+ >>%
+ }%
+ \hbox to \@anim@getkeyval{a#1.wd} {%
+ \vrule width 0pt height \@anim@getkeyval{a#1.ht}
+ depth \@anim@getkeyval{a#1.dp}%
+ \hss%
+ }%
+ }%
+\else
+ \def\@anim@animwidget#1{%
+ \@anim@rescale{#1}%
+ \def\@anim@oldunitlength{\the\unitlength}%
+ \setlength{\unitlength}{1pt}%
+ %mark annotation rectangle
+ \begin{picture}(0,0)%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.dp}}%
+ \put(0,-\strip@pt\@anim@tmpdima){%
+ \special{ps:
+ currentpoint /wid@lly exch def /wid@llx exch def
+ }%
+ }%
+ \setlength{\@anim@tmpdima}{\@anim@getkeyval{a#1.wd}}%
+ \setlength{\@anim@tmpdimb}{\@anim@getkeyval{a#1.ht}}%
+ \put(\strip@pt\@anim@tmpdima,\strip@pt\@anim@tmpdimb){%
+ \special{ps:
+ currentpoint /wid@ury exch def /wid@urx exch def
+ }%
+ }%
+ \end{picture}%
+ \setlength{\unitlength}{\@anim@oldunitlength}%
+ \@anim@pojscript{#1}%
+ \@anim@otherjscript{#1}%
+ \special{ps:
+ mark
+ /Rect [wid@llx wid@lly wid@urx wid@ury]%
+ /Subtype/Widget%
+ /FT/Btn/Ff 65536%
+ /T (anm@#1)%
+ /BS <</W 0>>%
+ /H/N%
+ /MK <<%
+ /TP 1
+ /BG [\@anim@bg]%
+ /IF <</SW/A/S/A>>%
+ >>%
+ /AA <<%
+ /PO <</S/JavaScript/JS {a#1@pojscript}>>%
+ \@anim@getkeyval{a#1.otherjscript}%
+ >>%
+ /ANN pdfmark
+ }%
+ \hbox to \@anim@getkeyval{a#1.wd} {%
+ \vrule width 0pt height \@anim@getkeyval{a#1.ht}
+ depth \@anim@getkeyval{a#1.dp}%
+ \hss%
+ }%
+ }
+\fi
+
+\newboolean{@anim@buttonsmade} %true if button faces have been made
+\setboolean{@anim@buttonsmade}{false}
+%creates control button widget
+\ifpdf
+ \def\@anim@buttonwidget#1#2{% #1: zero padded anim num, #2: action
+ \@anim@upjscript{#1}{#2}% JavaScript actions for ButtonUp events
+ %button size corresponds to current font size
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \hbox to \@anim@tmpdima {%
+ \pdfannot
+ width \@anim@tmpdima
+ height \@anim@tmpdima
+ depth 0pt
+ {%
+ /Subtype/Widget%
+ /FT/Btn/Ff 65536% push button
+ /T (btn@#1@#2)%
+ /BS <</W 0>>%
+ /H/I%
+ /MK <<%
+ /TP 1%
+ /BG [\@anim@btnbg]%
+ /IF <</SW/A/S/A>>% scale button face icon freely within widget
+ >>%
+ /A <</S/JavaScript/JS (\@anim@getkeyval{a#1.upjscript})>>%
+ }%
+ \vrule width 0pt height \@anim@tmpdima depth 0pt%
+ \hss%
+ }%
+ }%
+\else
+ \def\@anim@buttonwidget#1#2{%
+ \@anim@upjscript{#1}{#2}%
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \def\@anim@oldunitlength{\the\unitlength}%
+ \setlength{\unitlength}{1pt}%
+ \begin{picture}(0,0)%
+ \put(0,0){%
+ \special{ps:
+ currentpoint /wid@lly exch def /wid@llx exch def
+ }%
+ }%
+ \put(\strip@pt\@anim@tmpdima,\strip@pt\@anim@tmpdima){%
+ \special{ps:
+ currentpoint /wid@ury exch def /wid@urx exch def
+ }%
+ }%
+ \end{picture}%
+ \setlength{\unitlength}{\@anim@oldunitlength}%
+ \special{ps:
+ mark
+ /Rect [wid@llx wid@lly wid@urx wid@ury]
+ /Subtype/Widget
+ /FT/Btn/Ff 65536
+ /T (btn@#1@#2)
+ /BS <</W 0>>
+ /H/I
+ /MK <<
+ /TP 1
+ /BG [\@anim@btnbg]
+ /IF <</SW/A/S/A>>
+ >>%
+ /A <</S/JavaScript/JS (\@anim@getkeyval{a#1.upjscript})>>%
+ /ANN pdfmark
+ }%
+ \hbox to \the\@anim@tmpdima {%
+ \vrule width 0pt height \the\@anim@tmpdima\space depth 0pt%
+ \hss%
+ }%
+ }
+\fi
+
+\newboolean{@anim@inside} % for checking whether we are inside the
+\setboolean{@anim@inside}{false} % `animate' environment
+
+%user environment for animating inline graphics
+% #1: options
+% #2: frame rate (fps)
+\newenvironment{animate}[2][]{%
+ \leavevmode%
+ \setboolean{@anim@inside}{true}%
+ \@anim@reset% to default settings
+ \setkeys{anim@user}{#1}%
+ %create button faces if necessary
+ \if@anim@controls%
+ \if@anim@buttonsmade\else%
+ \@anim@makebuttons%
+ \fi%
+ \fi%
+ %formatted (zero padded animation number)
+ \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
+ \@anim@newkey{a\@anim@numform.hash}{}% empty XObject hash
+ \@anim@newkey{a\@anim@numform.fps}{#2}%
+ \global\@anim@curframe@zb=0%
+ \@anim@beginframe%
+ \ignorespaces%
+}{%
+ \unskip%
+ %formatted (zero padded) animation number & current zero based frame no.
+ \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
+ \@anim@endframe{\@anim@numform}{\the\@anim@curframe@zb}%
+ \global\advance\@anim@curframe@zb by 1%
+ \@anim@newkey{a\@anim@numform.frames}{\the\@anim@curframe@zb}% total number
+ \@anim@addtree{\@anim@numform}% create name tree
+ %insert animation widget & controls
+ \vtop{%
+ \offinterlineskip%
+ \hbox{\@anim@animwidget{\@anim@numform}}%
+ \if@anim@controls%
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \setlength{\@anim@tmpdima}{0.1\@anim@tmpdima}%
+ \vskip \@anim@tmpdima%
+ \hbox to \@anim@getkeyval{a\@anim@numform.wd} {%
+ \hss%
+ \@anim@buttonwidget{\@anim@numform}{EndLeft}%
+ \@anim@buttonwidget{\@anim@numform}{StepLeft}%
+ \@anim@buttonwidget{\@anim@numform}{PlayPauseLeft}%
+ \@anim@buttonwidget{\@anim@numform}{PlayPauseRight}%
+ \@anim@buttonwidget{\@anim@numform}{StepRight}%
+ \@anim@buttonwidget{\@anim@numform}{EndRight}%
+ \setlength{\@anim@tmpdima}{\@anim@btnsize}%
+ \setlength{\@anim@tmpdima}{0.3\@anim@tmpdima}%
+ \hskip \@anim@tmpdima%
+ \@anim@buttonwidget{\@anim@numform}{Minus}%
+ \@anim@buttonwidget{\@anim@numform}{Reset}%
+ \@anim@buttonwidget{\@anim@numform}{Plus}%
+ \hss%
+ }%
+ \fi%
+ }%
+ \global\advance\@anim@num by 1%
+ \setboolean{@anim@inside}{false}%
+}
+
+%usercommand for use within `animate' environment;
+%terminates the current frame and starts a new one
+\newcommand{\newframe}{%
+ \unskip%
+ \if@anim@inside\else%
+ \PackageError{animate}{%
+ \protect\newframe cannot be used\MessageBreak%
+ outside `animate' environment
+ }{}%
+ \fi%
+ \edef\@anim@numform{\@anim@pad{1234}{\the\@anim@num}}%
+ \@anim@endframe{\@anim@numform}{\the\@anim@curframe@zb}%
+ \global\advance\@anim@curframe@zb by 1%
+ \@anim@beginframe%
+ \ignorespaces%
+}%
+
+%starts a new frame
+\def\@anim@beginframe{%
+ \begin{lrbox}{\@anim@box}% store the graphics in a box
+}
+
+%terminates current frame
+\def\@anim@endframe#1#2{%
+ \end{lrbox}%
+ %determine size of graphics
+ \ifnum #2=0
+ \@anim@newkey{a#1.wd}{\the\wd\@anim@box}%
+ \@anim@newkey{a#1.ht}{\the\ht\@anim@box}%
+ \@anim@newkey{a#1.dp}{\the\dp\@anim@box}%
+ \fi%
+ %now create Form XObject of box contents
+ \@anim@xinline{#1}{#2}{\@anim@box}%
+ \message{<a\the\@anim@num, fr#2>}%
+}
+
+%prints zero padded integers
+% #1: arbitrary, non-zero integer number as template specifying the
+% width, e. g. `987654' for a width of 6 digits
+% #2: the number to be formatted (zero padded)
+\def\@anim@pad#1#2{%
+ \@anim@@pad{\@anim@template{0}{#1}}{#2}%
+}
+%low level macros used by \@anim@pad
+\def\@anim@@pad#1#2{% #1: string of zeros specifying width, #2 number
+ \ifnum1#2<1#1
+ \@anim@@pad{#1}{0#2}%
+ \else%
+ #2%
+ \fi%
+}%
+\def\@anim@template#1#2{% create template (stringed zeros) from given num
+ \ifnum10#1<1#2
+ \@anim@template{0#1}{#2}%
+ \else%
+ #1%
+ \fi%
+}%
+
+%command options
+%setting the widget size
+\define@key{anim@user}{width}{%
+ \setlength{\@anim@tmpdima}{#1}%
+ \xdef\@anim@boxwidth{\the\@anim@tmpdima}%
+}
+\define@key{anim@user}{height}{%
+ \setlength{\@anim@tmpdima}{#1}%
+ \xdef\@anim@boxheight{\the\@anim@tmpdima}%
+}
+\define@key{anim@user}{depth}{%
+ \setlength{\@anim@tmpdima}{#1}%
+ \xdef\@anim@boxdepth{\the\@anim@tmpdima}%
+}
+\define@key{anim@user}{scale}{%
+ \gdef\@anim@boxscale{#1}%
+}
+
+\define@key{anim@user}{screenbg}{%background colour
+ \gdef\@anim@bg{#1}%
+}
+\define@key{anim@user}{buttonsize}{%
+ \gdef\@anim@btnsize{#1}%
+}
+\define@key{anim@user}{buttonbg}{%background of buttons
+ \gdef\@anim@btnbg{#1}%
+}
+\newboolean{@anim@controls}
+\setboolean{@anim@controls}{false}
+\define@key{anim@user}{controls}[true]{%
+ \setboolean{@anim@controls}{#1}%
+}
+\newboolean{@anim@loop}
+\setboolean{@anim@loop}{false}
+\define@key{anim@user}{loop}[true]{%
+ \setboolean{@anim@loop}{#1}%
+}
+\newboolean{@anim@autoplay}
+\setboolean{@anim@autoplay}{false}
+\define@key{anim@user}{autoplay}[true]{%
+ \setboolean{@anim@autoplay}{#1}%
+ \if@anim@autoplay
+ \setboolean{@anim@autoresume}{false}
+ \fi%
+}
+\newboolean{@anim@autoresume}
+\setboolean{@anim@autoresume}{false}
+\define@key{anim@user}{autoresume}[true]{%
+ \setboolean{@anim@autoresume}{#1}%
+ \if@anim@autoresume\setboolean{@anim@autoplay}{false}\fi%
+}
+\newboolean{@anim@autopause}
+\setboolean{@anim@autopause}{false}
+\define@key{anim@user}{autopause}[true]{%
+ \setboolean{@anim@autopause}{#1}%
+}
+\newboolean{@anim@palindrome}
+\setboolean{@anim@palindrome}{false}
+\define@key{anim@user}{palindrome}[true]{%
+ \setboolean{@anim@palindrome}{#1}%
+}
+
+%macro to reset macros and booleans
+\def\@anim@reset{%
+ \gdef\@anim@boxscale{1.0}%
+ \gdef\@anim@boxdepth{}%
+ \gdef\@anim@boxheight{}%
+ \gdef\@anim@boxwidth{}%
+ \xdef\@anim@bg{\@anim@@bg}%
+ \xdef\@anim@btnbg{\@anim@@btnbg}%
+ \xdef\@anim@btnsize{\@anim@@btnsize}%
+ \let\if@anim@controls=\if@anim@@controls%
+ \let\if@anim@loop=\if@anim@@loop%
+ \let\if@anim@autoplay=\if@anim@@autoplay%
+ \let\if@anim@autoresume=\if@anim@@autoresume%
+ \let\if@anim@autopause=\if@anim@@autopause%
+ \let\if@anim@palindrome=\if@anim@@palindrome%
+}
+
+%package options
+\def\@anim@@bg{}%
+\define@key{anim@pkg}{screenbg}{%background colour
+ \gdef\@anim@@bg{#1}%
+}
+\def\@anim@@btnsize{1.44em}%
+\define@key{anim@pkg}{buttonsize}{%
+ \gdef\@anim@@btnsize{#1}%
+}
+\def\@anim@@btnbg{}%
+\define@key{anim@pkg}{buttonbg}{%background of buttons
+ \gdef\@anim@@btnbg{#1}%
+}
+\newboolean{@anim@@controls}
+\setboolean{@anim@@controls}{false}%
+\define@key{anim@pkg}{controls}[true]{%
+ \setboolean{@anim@@controls}{#1}%
+}
+\newboolean{@anim@@loop}
+\setboolean{@anim@@loop}{false}%
+\define@key{anim@pkg}{loop}[true]{%
+ \setboolean{@anim@@loop}{#1}%
+}
+\newboolean{@anim@@autoplay}
+\setboolean{@anim@@autoplay}{false}
+\define@key{anim@pkg}{autoplay}[true]{%
+ \setboolean{@anim@@autoplay}{#1}%
+ \if@anim@@autoplay\setboolean{@anim@@autoresume}{false}\fi%
+}
+\newboolean{@anim@@autoresume}
+\setboolean{@anim@@autoresume}{false}
+\define@key{anim@pkg}{autoresume}[true]{%
+ \setboolean{@anim@@autoresume}{#1}%
+ \if@anim@@autoresume\setboolean{@anim@@autoplay}{false}\fi%
+}
+\newboolean{@anim@@autopause}
+\setboolean{@anim@@autopause}{false}
+\define@key{anim@pkg}{autopause}[true]{%
+ \setboolean{@anim@@autopause}{#1}%
+}
+\newboolean{@anim@@palindrome}
+\setboolean{@anim@@palindrome}{false}
+\define@key{anim@pkg}{palindrome}[true]{%
+ \setboolean{@anim@@palindrome}{#1}%
+}
+
+%process package options
+\def\@anim@setpkgkeys#1{\setkeys{anim@pkg}{#1}}
+\edef\@anim@pkgopts{{\@ptionlist{animate.sty}}}
+\expandafter\@anim@setpkgkeys\@anim@pkgopts
+
+%JavaScript objects
+%animation widget's PageOpen event
+\ifpdf
+ \def\@anim@pojscript#1{%
+ \immediate\pdfobj stream {\@anim@@pojscript{#1}}%
+ \@anim@newkey{a#1.pojscript}{\the\pdflastobj}%
+ }
+\else
+ \def\@anim@pojscript#1{%
+ \special{ps:
+ mark /_objdef {a#1@pojscript} /type/stream /OBJ pdfmark
+ mark {a#1@pojscript} (\@anim@@pojscript{#1}) /PUT pdfmark
+ }%
+ }
+\fi
+\def\@anim@@pojscript#1{% #1: formatted (zero padded) animation number
+ \if@anim@controls
+ %get references to button face icons `Play' & `Pause'
+ if (typeof(icn)=="undefined") {
+ var icn = new Object();
+ icn.playLeft = this.getIcon("btnPlayLeft");
+ icn.pauseLeft = this.getIcon("btnPauseLeft");
+ icn.pauseRight = this.getIcon("btnPauseRight");
+ icn.playRight = this.getIcon("btnPlayRight");
+ }
+ \fi
+ %create animation object
+ if (typeof(a#1)=="undefined") {
+ var a#1 = new Object();
+ a#1.wid = this.getField("anm@#1"); %reference to animation widget
+ a#1.cntr = 0; %holds index of the frame to be displayed
+ if(\@anim@getkeyval{a#1.fps} == 0) {
+ a#1.dtDefault = 3.6e6;
+ }else{
+ a#1.dtDefault = Math.abs(1/\@anim@getkeyval{a#1.fps}) * 1000;
+ }
+ a#1.dt = a#1.dtDefault;
+ %get references to all animation frames
+ a#1.frame = new Array();
+ for (i=0; i<\@anim@getkeyval{a#1.frames}; i++){
+ a#1.frame[i] = this.getIcon("a#1f" + util.printf('\%06d', i));
+ }
+ %load first frame
+ a#1.wid.delay = true;
+ a#1.wid.buttonSetIcon(a#1.frame[0]);
+ a#1.wid.delay = false;
+ \if@anim@controls %references to button widgets
+ a#1.endLeft = this.getField("btn@#1@EndLeft");
+ a#1.stepLeft = this.getField("btn@#1@StepLeft");
+ a#1.playPauseLeft = this.getField("btn@#1@PlayPauseLeft");
+ a#1.playPauseRight = this.getField("btn@#1@PlayPauseRight");
+ a#1.stepRight = this.getField("btn@#1@StepRight");
+ a#1.endRight = this.getField("btn@#1@EndRight");
+ a#1.minus = this.getField("btn@#1@Minus");
+ a#1.plus = this.getField("btn@#1@Plus");
+ a#1.reset = this.getField("btn@#1@Reset");
+ %set the buttons appearances
+ a#1.endLeft.buttonSetIcon(this.getIcon("btnEndLeft"));
+ a#1.stepLeft.buttonSetIcon(this.getIcon("btnStepLeft"));
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ a#1.stepRight.buttonSetIcon(this.getIcon("btnStepRight"));
+ a#1.endRight.buttonSetIcon(this.getIcon("btnEndRight"));
+ a#1.minus.buttonSetIcon(this.getIcon("btnMinus"));
+ a#1.plus.buttonSetIcon(this.getIcon("btnPlus"));
+ a#1.reset.buttonSetIcon(this.getIcon("btnReset"));
+ \fi
+ %playing state and direction
+ a#1.isPlaying = false;
+ a#1.isPaused = false;
+ a#1.playsRight=true;
+ %actions
+ a#1.actnEndLeft = function () {
+ a#1.wid.delay = true; %suspend redraw
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.isPlaying = false;
+ a#1.isPaused = false; %because it has been explicitely stopped
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ \fi
+ a#1.cntr = 0;
+ a#1.wid.buttonSetIcon(a#1.frame[0]);
+ a#1.wid.delay = false; %redraw widget
+ };
+ \if@anim@controls
+ a#1.actnEndRight = function () {
+ a#1.wid.delay = true;
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.isPlaying = false;
+ a#1.isPaused = false;
+ a#1.cntr = \@anim@getkeyval{a#1.frames} - 1;
+ a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ a#1.wid.delay = false;
+ };
+ \fi
+ \if@anim@palindrome
+ a#1.actnNext = function () {
+ a#1.wid.delay = true;
+ if(a#1.cntr == \@anim@getkeyval{a#1.frames} - 1){
+ if(a#1.isPlaying){a#1.isPaused = true; a#1.actnPlayLeft();}
+ }else{a#1.cntr++;}
+ a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
+ a#1.wid.delay = false;
+ };
+ a#1.actnPrev = function () {
+ a#1.wid.delay = true;
+ if(a#1.cntr == 0){
+ if(a#1.isPlaying){a#1.isPaused = true; a#1.actnPlayRight();}
+ }else{a#1.cntr--;}
+ a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
+ a#1.wid.delay = false;
+ };
+ \else
+ a#1.actnNext = function () {
+ a#1.wid.delay = true;
+ if(a#1.cntr == \@anim@getkeyval{a#1.frames} - 1){
+ \if@anim@loop
+ if(a#1.isPlaying){a#1.cntr = 0;}
+ \else
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.isPlaying = false;
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ \fi
+ \fi
+ }else{a#1.cntr++;}
+ a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
+ a#1.wid.delay = false;
+ };
+ a#1.actnPrev = function () {
+ a#1.wid.delay = true;
+ if(a#1.cntr == 0){
+ \if@anim@loop
+ if(a#1.isPlaying){a#1.cntr = \@anim@getkeyval{a#1.frames} - 1;}
+ \else
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.isPlaying = false;
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ \fi
+ \fi
+ }else{a#1.cntr--;}
+ a#1.wid.buttonSetIcon(a#1.frame[a#1.cntr]);
+ a#1.wid.delay = false;
+ };
+ \fi
+ a#1.actnPause = function () {
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.isPlaying = false;
+ a#1.isPaused = true;
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.playLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.playRight);
+ \fi
+ };
+ a#1.actnPlayRight = function () {
+ try{app.clearInterval(a#1_int);}catch(e){}
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.pauseLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.pauseRight);
+ \fi
+ if(!a#1.isPaused){a#1.cntr = 0;}
+ a#1.playsRight = true;
+ a#1.isPlaying = true;
+ a#1.isPaused = false;
+ a#1_int = app.setInterval("a#1.actnNext()", a#1.dt);
+ };
+ a#1.actnPlayLeft = function () {
+ try{app.clearInterval(a#1_int);}catch(e){}
+ \if@anim@controls
+ a#1.playPauseLeft.buttonSetIcon(icn.pauseLeft);
+ a#1.playPauseRight.buttonSetIcon(icn.pauseRight);
+ \fi
+ if(!a#1.isPaused){a#1.cntr = \@anim@getkeyval{a#1.frames} - 1;}
+ a#1.playsRight = false;
+ a#1.isPlaying = true;
+ a#1.isPaused = false;
+ a#1_int = app.setInterval("a#1.actnPrev()", a#1.dt);
+ };
+ \if@anim@controls
+ a#1.actnIncr = function () { % speed up animation
+ try{app.clearInterval(a#1_int);}catch(e){}
+ a#1.dt /= 1.2;
+ if (a#1.isPlaying) {
+ if (a#1.playsRight) {
+ a#1_int = app.setInterval("a#1.actnNext()", a#1.dt);
+ }else{
+ a#1_int = app.setInterval("a#1.actnPrev()", a#1.dt);
+ }
+ }
+ };
+ a#1.actnDecr = function () { % slow down animation
+ a#1.dt *= 1.2;
+ try{app.clearInterval(a#1_int);}catch(e){}
+ if (a#1.isPlaying) {
+ if (a#1.playsRight) {
+ a#1_int = app.setInterval("a#1.actnNext()", a#1.dt);
+ }else{
+ a#1_int = app.setInterval("a#1.actnPrev()", a#1.dt);
+ }
+ }
+ };
+ a#1.actnReset = function () { % reset to default speed
+ a#1.dt = a#1.dtDefault;
+ try{app.clearInterval(a#1_int);}catch(e){}
+ if (a#1.isPlaying) {
+ if (a#1.playsRight) {
+ a#1_int = app.setInterval("a#1.actnNext()", a#1.dt);
+ }else{
+ a#1_int = app.setInterval("a#1.actnPrev()", a#1.dt);
+ }
+ }
+ };
+ \fi
+ }
+ \if@anim@autoplay
+ if (a#1.playsRight){
+ a#1.actnPlayRight();
+ }else{
+ a#1.actnPlayLeft();
+ }
+ \fi
+ \if@anim@autoresume
+ if(a#1.isPaused){
+ if(a#1.playsRight){a#1.actnPlayRight();}else{a#1.actnPlayLeft();}
+ }
+ \fi
+}
+%other trigger events in the anim widget's AA dictionary
+\def\@anim@otherjscript#1{%
+ \@anim@newkey{a#1.otherjscript}{%
+ /PC <</S/JavaScript/JS (% %PageClose
+ \if@anim@autopause%
+ if(a#1.isPlaying) {a#1.actnPause();}
+ \else% == autostop
+ a#1.actnEndLeft();%
+ \fi%
+ )>>%
+ /D <</S/JavaScript/JS (% pause on MouseDown
+ %disable focus rectangle
+ app.focusRect = false;%
+ if(a#1.isPlaying) {a#1.actnPause();}%
+ )>>%
+ /U <</S/JavaScript/JS (% play/resume on MouseUp
+ \if@anim@controls%
+ if (a#1.playsRight){%
+ a#1.actnPlayRight();%
+ }else{%
+ a#1.actnPlayLeft();%
+ }%
+ \else%
+ a#1.actnPlayRight();%
+ \fi%
+ )>>%
+ }%
+}
+%actions for control buttons
+\def\@anim@upjscript#1#2{%
+ \def\@anim@action{#2}%
+ \def\@anim@EndLeft{EndLeft}%
+ \def\@anim@StepLeft{StepLeft}%
+ \def\@anim@PlayPauseLeft{PlayPauseLeft}%
+ \def\@anim@PlayPauseRight{PlayPauseRight}%
+ \def\@anim@StepRight{StepRight}%
+ \def\@anim@EndRight{EndRight}%
+ \def\@anim@Minus{Minus}%
+ \def\@anim@Reset{Reset}%
+ \def\@anim@Plus{Plus}%
+ \@anim@newkey{a#1.upjscript}{%
+ app.focusRect = false;%
+ \ifx\@anim@action\@anim@EndLeft
+ a#1.actnEndLeft();%
+ \else%
+ \ifx\@anim@action\@anim@StepLeft
+ if(!a#1.isPlaying){a#1.actnPrev();}%
+ \else%
+ \ifx\@anim@action\@anim@PlayPauseLeft
+ if(a#1.isPlaying) {a#1.actnPause();}%
+ else{a#1.actnPlayLeft();}%
+ \else%
+ \ifx\@anim@action\@anim@PlayPauseRight
+ if(a#1.isPlaying) {a#1.actnPause();}%
+ else{a#1.actnPlayRight();}%
+ \else%
+ \ifx\@anim@action\@anim@StepRight
+ if(!a#1.isPlaying){a#1.actnNext();}%
+ \else%
+ \ifx\@anim@action\@anim@EndRight
+ a#1.actnEndRight();%
+ \else%
+ \ifx\@anim@action\@anim@Minus
+ a#1.actnDecr();%
+ \else%
+ \ifx\@anim@action\@anim@Reset
+ a#1.actnReset();%
+ \else%
+ \ifx\@anim@action\@anim@Plus
+ a#1.actnIncr();%
+ \fi\fi\fi\fi\fi\fi\fi\fi\fi%
+ }%
+}
diff --git a/Master/texmf-dist/tpm/animate.tpm b/Master/texmf-dist/tpm/animate.tpm
new file mode 100644
index 00000000000..648ea0c3644
--- /dev/null
+++ b/Master/texmf-dist/tpm/animate.tpm
@@ -0,0 +1,37 @@
+<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd">
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
+ <rdf:Description about="http://texlive.dante.de/texlive/Package/animate.zip">
+ <TPM:Name>animate</TPM:Name>
+ <TPM:Type>Package</TPM:Type>
+ <TPM:Date>2007/03/16 19:02:00</TPM:Date>
+ <TPM:Version></TPM:Version>
+ <TPM:Creator>karl</TPM:Creator>
+ <TPM:Title>The animate package.</TPM:Title>
+ <TPM:Description></TPM:Description>
+ <TPM:Author></TPM:Author>
+ <TPM:Size>1383684</TPM:Size>
+ <TPM:License></TPM:License>
+ <TPM:Build/>
+ <TPM:RunFiles size="45946">
+texmf-dist/tex/latex/animate/animate.sty
+texmf-dist/tpm/animate.tpm
+ </TPM:RunFiles>
+ <TPM:DocFiles size="1339204">
+texmf-dist/doc/latex/animate/README
+texmf-dist/doc/latex/animate/doc/animate.pdf
+texmf-dist/doc/latex/animate/doc/animate.tex
+texmf-dist/doc/latex/animate/doc/files/mailto.eps
+texmf-dist/doc/latex/animate/doc/files/pg_0001.eps
+texmf-dist/doc/latex/animate/doc/files/pg_0002.eps
+texmf-dist/doc/latex/animate/doc/files/pg_0003.eps
+texmf-dist/doc/latex/animate/doc/files/pg_0004.eps
+texmf-dist/doc/latex/animate/doc/files/pg_0005.eps
+texmf-dist/doc/latex/animate/doc/files/pg_0006.eps
+texmf-dist/doc/latex/animate/doc/files/pg_0007.eps
+texmf-dist/doc/latex/animate/doc/files/pg_0008.eps
+texmf-dist/doc/latex/animate/doc/files/pg_0009.eps
+ </TPM:DocFiles>
+ <TPM:Provides>Package/animate</TPM:Provides>
+ </rdf:Description>
+</rdf:RDF>
+