summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/animate
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-04-02 19:00:26 +0000
committerKarl Berry <karl@freefriends.org>2007-04-02 19:00:26 +0000
commit840c92f5af1df8211bed142e425912394a23ba7a (patch)
tree7cd2e4207931b1dfe68e563402f303504f0cd70d /Master/texmf-dist/doc/latex/animate
parente2bf6008ebcc02415a179bf1a09b98eddd6599ce (diff)
animate update (23mar07)
git-svn-id: svn://tug.org/texlive/trunk@4100 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/animate')
-rw-r--r--Master/texmf-dist/doc/latex/animate/README36
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/animate.pdfbin934759 -> 946695 bytes
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/animate.tex69
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/frame_0.mps150
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/frame_1.mps238
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/frame_2.mps238
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/frame_3.mps238
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/frame_4.mps238
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/frame_5.mps238
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/frame_6.mps238
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/frame_7.mps238
-rw-r--r--Master/texmf-dist/doc/latex/animate/doc/files/frame_8.mps238
-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
21 files changed, 2120 insertions, 10127 deletions
diff --git a/Master/texmf-dist/doc/latex/animate/README b/Master/texmf-dist/doc/latex/animate/README
index fd24ad33f78..f87fc16a61d 100644
--- a/Master/texmf-dist/doc/latex/animate/README
+++ b/Master/texmf-dist/doc/latex/animate/README
@@ -10,19 +10,29 @@ Author:
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.
+ animations from sets of (vector) graphics files or from inline (vector)
+ 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, version 7, on all
+ supported platforms. Unfortunately, beginning with Reader 8, animations
+ cease to work because of user-right restrictions that have been imposed on
+ several important JavaScript methods.
+
+ Package `animate' is based on the work by Jan Holecek and Petr Sojka:
+ http://www.fi.muni.cz/~xholecek/tex/pdfanim.xhtml
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
+ Keywords: include, portable, animation, animating, embed, animated,
+ inline graphics, vector graphics, graphics files, LaTeX, dvips,
+ ps2pdf, pdfLaTeX, PDF, JavaScript, PSTricks, pgf, TikZ,
+ LaTeX-picture, Adobe Reader
Usage:
@@ -31,28 +41,28 @@ Usage:
* Package options: autopause, autoplay, autoresume, controls,
buttonsize=<size>, screenbg=<colour>, buttonbg=<colour>,
- loop, palindrome
+ loop, palindrome, step, poster=[first | none | last]
\animategraphics[<options>]{<frame rate>}{<file basename>}{<first>}{<last>}
- \begin{animate}[<options>]{<frame rate>}
+ \begin{animateinline}[<options>]{<frame rate>}
... typeset material ...
\newframe
... typeset material ...
\newframe
... typeset material ...
- \end{animate}
+ \end{animateinline}
* Command options: width=<width>, height=<height>, depth=<depth>,
scale=<factor>, autopause, autoplay, autoresume, controls,
buttonsize=<size>, screenbg=<colour>, buttonbg=<colour>,
- loop, palindrome
+ loop, palindrome, step, poster=[first | none | last]
Requirements:
- pdfLaTeX, version >= 1.20 is needed for direct PDF output.
+ pdfeTeX, version >= 1.30
Installation:
diff --git a/Master/texmf-dist/doc/latex/animate/doc/animate.pdf b/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
index 521e275b2ec..b6909fe8ffe 100644
--- a/Master/texmf-dist/doc/latex/animate/doc/animate.pdf
+++ 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
index 119c201536e..562b7dc2f9c 100644
--- a/Master/texmf-dist/doc/latex/animate/doc/animate.tex
+++ b/Master/texmf-dist/doc/latex/animate/doc/animate.tex
@@ -8,13 +8,13 @@
\frenchspacing
\usepackage[UKenglish]{babel}
\usepackage{pst-3dplot}
-\usepackage{pstricks}
\usepackage{fp}
\usepackage{animate}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{textcomp}
\usepackage{lmodern}
+\usepackage{mflogo}
\usepackage[T1]{fontenc}
\usepackage{float}
\usepackage{ifpdf}
@@ -28,7 +28,7 @@
\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}
+\def\keywords{include, portable, animation, animating, embed, animated, inline graphics, vector graphics, graphics files, LaTeX, dvips, ps2pdf, pdfLaTeX, PDF, JavaScript, PSTricks, pgf, TikZ, LaTeX-picture, Adobe Reader}
\hypersetup{
bookmarksnumbered,linktocpage,breaklinks,
pdftitle={The animate Package},
@@ -56,15 +56,22 @@ A \LaTeX{} package for creating portable, JavaScript driven PDF animations from
\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.
+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. Unlike standard movie/ video formats, which can be embedded, for example, using the \LaTeX{} package `movie15'~\cite{movie15}, package `animate' allows for animating vector graphics. The result is roughly similar to the SWF (Flash) format, although not as space-efficient.
-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.
+Package `animate' supports the usual PDF making workflows, i.\,e. pdf\LaTeX{} and \LaTeX{} $\rightarrow$ \verb+dvips+ $\rightarrow$ \verb+ps2pdf+\,(Ghost\-script).
+
+The final PDF can be viewed in Adobe Reader\textsuperscript{\scriptsize\textregistered}s, version 7, on all supported platforms. Unfortunately, beginning with Reader 8, animations cease to work because of user-right restrictions that have been imposed on several important JavaScript methods.
+
+The `animate' package is based on the work by Jan Hole\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.
+\begin{trivlist}
+\item pdf$\varepsilon$\TeX{}, version $\ge1.30$ for both, PDF and DVI output
+\item Adobe Reader, version 7
+\end{trivlist}
\section{Using the package}
Invoke the package by putting the line
@@ -79,17 +86,18 @@ to the preamble of your document, i.\,e. somewhere between \verb+\documentclass+
autoplay
autoresume
controls
- buttonsize
+ buttonsize=<size>
loop
palindrome
- screenbg
- buttonbg
+ screenbg=<colour>
+ buttonbg=<colour>
+ step
+ poster=[first | none | last]
\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}
@@ -97,28 +105,28 @@ Package `animate' provides the command
\end{verbatim}
and the environment
\begin{verbatim}
-\begin{animate}[<options>]{<frame rate>}
+\begin{animateinline}[<options>]{<frame rate>}
... typeset material ...
\newframe
... typeset material ...
\newframe
... typeset material ...
-\end{animate}
+\end{animateinline}
\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.
+While \verb+\animategraphics+ can be used to assemble animations from sets of existing graphics files, the environment `\verb+animateinline+' 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.
+The parameter \verb+<frame rate>+ specifies the number of frames per second of the animation. All files of the sequence must be consecutively 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}.
+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+mps+' (\MP-generated Postscript) and `\verb+ps+'. With pdf\LaTeX{} the searching order is: (1)~`\verb+pdf+', (2)~`\verb+mps+', (3)~`\verb+png+', (4)~`\verb+jpg+', (5)~`\verb+jpeg+', (6)~`\verb+jbig2+' and (7)~`\verb+jb2+'. That is, files capable to store vector graphics are found first. Make sure that all file names have \emph{lower case} extensions.
-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+'.
+For 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:
+The following options to \verb+\animategraphics+ and `\verb+animateinline+' 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.
+Pause animation when the page is closed, instead of stopping and rewinding it to the default frame.
\begin{verbatim}
autoplay
\end{verbatim}
@@ -158,7 +166,16 @@ 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.
+\begin{verbatim}
+step
+\end{verbatim}
+Step through the animation by one frame per mouse-click.
+\begin{verbatim}
+poster=[first | none | last]
+\end{verbatim}
+Specifies which frame (first, last or none) to display when the animation widget is not activated. This option serves two purposes: (1) When printing the PDF document from within Adobe Reader, the specified frame makes its way onto the paper, even if the page containing the animation has never been visited by the (human) reader. (2) PDF Readers, such as Xpdf, which do not know about Widget Annotations and JavaScript have something that can be displayed and printed. Option `poster=first' need not be explicitly set since this is done by default.
+\newpage
\section{Examples}
\subsection[Animation from a set of files, using `animategraphics' command]{Animation from a set of files, using `{\tt animategraphics}' command}
\small
@@ -170,7 +187,7 @@ The background of the animation and control button widgets is transparent by def
\begin{document}
\begin{center}
- \animategraphics[controls,loop]{4}{pg_}{0001}{0009}
+ \animategraphics[controls,loop]{4}{frame_}{0}{8}
\end{center}
\end{document}
@@ -178,15 +195,14 @@ The background of the animation and control button widgets is transparent by def
\normalsize
\begin{center}
- \animategraphics[controls,loop]{4}{pg_}{0001}{0009}
+ \animategraphics[controls,loop]{4}{frame_}{0}{8}
\end{center}
-\subsection[Animating PSTricks graphics, using `animate' environment]{Animating PSTricks graphics, using `{\tt animate}' environment}
+\subsection[Animating PSTricks graphics, using `animateinline' environment]{Animating PSTricks graphics, using `{\tt animateinline}' environment}
\small
\begin{verbatim}
\documentclass{article}
\usepackage{pst-3dplot}
-\usepackage{pstricks}
\usepackage{fp}
\usepackage{animate}
\usepackage{graphics}
@@ -220,14 +236,14 @@ The background of the animation and control button widgets is transparent by def
\newcounter{torusangle}
\setcounter{torusangle}{80}
-\begin{animate}[controls,palindrome,autoplay]{10}%
+\begin{animateinline}[poster=last,controls,palindrome]{10}%
\torus{\thetorusangle}%
\whiledo{\thetorusangle<360}{%
\newframe%
\addtocounter{torusangle}{10}%
\torus{\thetorusangle}%
}
-\end{animate}%
+\end{animateinline}%
\end{center}
@@ -261,18 +277,19 @@ The background of the animation and control button widgets is transparent by def
\begin{center}
\newcounter{torusangle}
\setcounter{torusangle}{80}
-\begin{animate}[controls,palindrome,autoplay]{10}%
+\begin{animateinline}[poster=last,controls,palindrome]{10}%
\torus{\thetorusangle}%
\whiledo{\thetorusangle<360}{%
\newframe%
\addtocounter{torusangle}{10}%
\torus{\thetorusangle}%
}
-\end{animate}%
+\end{animateinline}%
\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
+ \bibitem{movie15} \emph{The Movie15 Package}. URL: \href{http://www.ctan.org/tex-archive/macros/latex/contrib/movie15/}{\tt http://www.ctan.org/tex-archive/macros/} \href{http://www.ctan.org/tex-archive/macros/latex/contrib/movie15/}{\tt latex/contrib/movie15}
+ \bibitem{hol04} Hole\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/frame_0.mps b/Master/texmf-dist/doc/latex/animate/doc/files/frame_0.mps
new file mode 100644
index 00000000000..6b62688b7ba
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/frame_0.mps
@@ -0,0 +1,150 @@
+%!PS
+%%BoundingBox: -74 -9 86 153
+%%HiResBoundingBox: -73.99997 -8.95642 85.75998 152.62584
+%%Creator: MetaPost 0.901
+%%CreationDate: 2007.03.20:1512
+%%Pages: 1
+%*Font: cmmi10 9.96265 9.96265 65:800018
+%*Font: cmr10 9.96265 9.96265 3d:8
+%*Font: cmmi7 6.97385 6.97385 78:8
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop [] 0 setdash
+ 1 setlinecap 1 setlinejoin 10 setmiterlimit
+newpath -70.86612 0 moveto
+70.86612 0 lineto stroke
+newpath 67.16975 -1.53113 moveto
+70.86612 0 lineto
+67.16975 1.53113 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath 0 0 moveto
+0 141.73222 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath 1.53113 138.03586 moveto
+0 141.73222 lineto
+-1.53113 138.03586 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath -35.43306 -1.41733 moveto
+-35.43306 1.41733 lineto stroke
+newpath 35.43306 -1.41733 moveto
+35.43306 1.41733 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath -1.41733 19.18146 moveto
+1.41733 19.18146 lineto stroke
+newpath -1.41733 38.36292 moveto
+1.41733 38.36292 lineto stroke
+newpath -1.41733 57.54437 moveto
+1.41733 57.54437 lineto stroke
+newpath -1.41733 76.72583 moveto
+1.41733 76.72583 lineto stroke
+newpath -1.41733 95.90729 moveto
+1.41733 95.90729 lineto stroke
+newpath -1.41733 115.08875 moveto
+1.41733 115.08875 lineto stroke
+ 1 0 0 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01584 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87282 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05568 -46.65175 5.14058 -46.06146 5.22766 curveto
+-45.47055 5.31483 -44.87994 5.40417 -44.2897 5.49576 curveto
+-43.69876 5.58745 -43.10815 5.68138 -42.51794 5.77762 curveto
+-41.92697 5.874 -41.33636 5.97267 -40.74619 6.07382 curveto
+-40.15515 6.17511 -39.56456 6.27887 -38.97443 6.38524 curveto
+-38.38335 6.49178 -37.79276 6.60094 -37.20265 6.71275 curveto
+-36.61154 6.82477 -36.02095 6.93945 -35.4309 7.05695 curveto
+-34.83972 7.17465 -34.24911 7.29517 -33.65913 7.4187 curveto
+-33.0679 7.5425 -32.47731 7.66933 -31.88737 7.7992 curveto
+-31.2961 7.92935 -30.70547 8.06255 -30.11562 8.199 curveto
+-29.52425 8.3358 -28.93364 8.47586 -28.34386 8.61931 curveto
+-27.75241 8.76317 -27.1618 8.91043 -26.5721 9.06126 curveto
+-25.98056 9.21257 -25.38995 9.36748 -24.80032 9.52605 curveto
+-24.20871 9.68515 -23.6181 9.84795 -23.02856 10.01454 curveto
+-22.43686 10.18176 -21.84624 10.35283 -21.2568 10.52791 curveto
+-20.66498 10.7037 -20.07436 10.88356 -19.48505 11.06763 curveto
+-18.8931 11.25252 -18.30249 11.44167 -17.71329 11.63513 curveto
+-17.12122 11.82954 -16.5306 12.02829 -15.94153 12.23163 curveto
+-15.3493 12.43605 -14.75868 12.6451 -14.16977 12.85886 curveto
+-13.57741 13.07387 -12.98679 13.29366 -12.398 13.51828 curveto
+-11.80548 13.74434 -11.21483 13.97528 -10.62624 14.21136 curveto
+-10.03352 14.4491 -9.4429 14.69202 -8.85448 14.94014 curveto
+-8.26161 15.19014 -7.67096 15.4454 -7.08272 15.7061 curveto
+-6.48962 15.96893 -5.89899 16.23727 -5.31096 16.51129 curveto
+-4.71764 16.78778 -4.12701 17.07004 -3.5392 17.35803 curveto
+-2.94568 17.64882 -2.35503 17.94547 -1.76744 18.24808 curveto
+-1.17365 18.55388 -0.58301 18.86575 0.00432 19.18379 curveto
+0.59836 19.50546 1.18896 19.8334 1.7761 20.16751 curveto
+2.37039 20.5057 2.96107 20.85019 3.54785 21.20128 curveto
+4.1425 21.55707 4.73306 21.91962 5.31961 22.2886 curveto
+5.91447 22.66283 6.50514 23.04366 7.09137 23.43126 curveto
+7.68661 23.82483 8.27724 24.22536 8.86313 24.63274 curveto
+9.45866 25.04683 10.04927 25.46797 10.63489 25.89597 curveto
+11.23073 26.33144 11.82138 26.77399 12.40665 27.22359 curveto
+13.0029 27.68163 13.59352 28.14696 14.17842 28.6194 curveto
+14.77501 29.10129 15.36562 29.59053 15.95018 30.08693 curveto
+16.54712 30.59384 17.13773 31.10817 17.72194 31.62968 curveto
+18.31924 32.16289 18.90984 32.70355 19.4937 33.25145 curveto
+20.09138 33.81232 20.68198 34.38072 21.26546 34.95634 curveto
+21.86353 35.54637 22.4541 36.14395 23.03722 36.74875 curveto
+23.63565 37.36943 24.22621 37.99765 24.80898 38.63306 curveto
+25.40779 39.28596 25.99835 39.9464 26.58075 40.61397 curveto
+27.17992 41.30077 27.77043 41.99509 28.35251 42.69643 curveto
+28.95204 43.41881 29.5426 44.14859 30.12427 44.88542 curveto
+30.7242 45.6454 31.31465 46.41283 31.89603 47.1871 curveto
+32.49625 47.98647 33.08675 48.79305 33.66779 49.60645 curveto
+34.26839 50.44724 34.85884 51.29523 35.43954 52.14989 curveto
+36.04048 53.03432 36.63092 53.92581 37.2113 54.82385 curveto
+37.81255 55.75418 38.40292 56.69147 38.98306 57.6351 curveto
+39.58458 58.6135 40.17503 59.59865 40.75484 60.59006 curveto
+41.3567 61.6192 41.94707 62.65503 42.5266 63.69691 curveto
+43.12868 64.77933 43.71906 65.86821 44.29836 66.963 curveto
+44.90071 68.10138 45.49106 69.24608 46.07011 70.3965 curveto
+46.67271 71.5937 47.26308 72.79701 47.84187 74.0059 curveto
+48.44473 75.26503 49.03502 76.53012 49.61363 77.80057 curveto
+50.21667 79.12466 50.807 80.45451 51.38539 81.78958 curveto
+51.98868 83.18216 52.57895 84.58032 53.15717 85.98349 curveto
+53.7606 87.44786 54.35088 88.91763 54.92892 90.39221 curveto
+55.53256 91.93208 56.12282 93.47716 56.70068 95.02689 curveto
+57.30449 96.64616 57.89473 98.27046 58.47244 99.89923 curveto
+59.0764 101.602 59.66664 103.30962 60.2442 105.02153 curveto
+60.8483 106.8121 61.43849 108.60732 62.01596 110.40665 curveto
+62.62016 112.2893 63.2104 114.1764 63.78772 116.06749 curveto
+64.39209 118.0472 64.9823 120.03117 65.5595 122.01897 curveto
+66.16388 124.10042 66.754 126.18597 67.33125 128.27512 curveto
+67.93599 130.4637 68.52658 132.65616 69.10301 134.85236 curveto stroke
+ 0 setgray
+72.96611 -6.3895 moveto
+(x) cmmi10 9.96265 fshow
+-7.34189 145.76941 moveto
+(y) cmmi10 9.96265 fshow
+55.01295 139.78955 moveto
+(y) cmmi10 9.96265 fshow
+63.02225 139.78955 moveto
+(=) cmr10 9.96265 fshow
+73.53825 139.78955 moveto
+(e) cmmi10 9.96265 fshow
+78.17715 143.40495 moveto
+(x) cmmi7 6.97385 fshow
+ 1 setgray
+newpath -73.43304 -8.3895 moveto
+85.19305 -8.3895 lineto
+85.19305 152.05891 lineto
+-73.43304 152.05891 lineto
+ closepath stroke
+showpage
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/frame_1.mps b/Master/texmf-dist/doc/latex/animate/doc/files/frame_1.mps
new file mode 100644
index 00000000000..8e0385b0ec1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/frame_1.mps
@@ -0,0 +1,238 @@
+%!PS
+%%BoundingBox: -74 -9 86 153
+%%HiResBoundingBox: -73.99997 -8.95642 85.75998 152.62584
+%%Creator: MetaPost 0.901
+%%CreationDate: 2007.03.20:1512
+%%Pages: 1
+%*Font: cmmi10 9.96265 9.96265 65:804018
+%*Font: cmr10 9.96265 9.96265 31:8008
+%*Font: cmmi7 6.97385 6.97385 78:8
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop [] 0 setdash
+ 1 setlinecap 1 setlinejoin 10 setmiterlimit
+newpath -70.86612 0 moveto
+70.86612 0 lineto stroke
+newpath 67.16975 -1.53113 moveto
+70.86612 0 lineto
+67.16975 1.53113 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath 0 0 moveto
+0 141.73222 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath 1.53113 138.03586 moveto
+0 141.73222 lineto
+-1.53113 138.03586 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath -35.43306 -1.41733 moveto
+-35.43306 1.41733 lineto stroke
+newpath 35.43306 -1.41733 moveto
+35.43306 1.41733 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath -1.41733 19.18146 moveto
+1.41733 19.18146 lineto stroke
+newpath -1.41733 38.36292 moveto
+1.41733 38.36292 lineto stroke
+newpath -1.41733 57.54437 moveto
+1.41733 57.54437 lineto stroke
+newpath -1.41733 76.72583 moveto
+1.41733 76.72583 lineto stroke
+newpath -1.41733 95.90729 moveto
+1.41733 95.90729 lineto stroke
+newpath -1.41733 115.08875 moveto
+1.41733 115.08875 lineto stroke
+ 1 0 0 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01584 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87282 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05568 -46.65175 5.14058 -46.06146 5.22766 curveto
+-45.47055 5.31483 -44.87994 5.40417 -44.2897 5.49576 curveto
+-43.69876 5.58745 -43.10815 5.68138 -42.51794 5.77762 curveto
+-41.92697 5.874 -41.33636 5.97267 -40.74619 6.07382 curveto
+-40.15515 6.17511 -39.56456 6.27887 -38.97443 6.38524 curveto
+-38.38335 6.49178 -37.79276 6.60094 -37.20265 6.71275 curveto
+-36.61154 6.82477 -36.02095 6.93945 -35.4309 7.05695 curveto
+-34.83972 7.17465 -34.24911 7.29517 -33.65913 7.4187 curveto
+-33.0679 7.5425 -32.47731 7.66933 -31.88737 7.7992 curveto
+-31.2961 7.92935 -30.70547 8.06255 -30.11562 8.199 curveto
+-29.52425 8.3358 -28.93364 8.47586 -28.34386 8.61931 curveto
+-27.75241 8.76317 -27.1618 8.91043 -26.5721 9.06126 curveto
+-25.98056 9.21257 -25.38995 9.36748 -24.80032 9.52605 curveto
+-24.20871 9.68515 -23.6181 9.84795 -23.02856 10.01454 curveto
+-22.43686 10.18176 -21.84624 10.35283 -21.2568 10.52791 curveto
+-20.66498 10.7037 -20.07436 10.88356 -19.48505 11.06763 curveto
+-18.8931 11.25252 -18.30249 11.44167 -17.71329 11.63513 curveto
+-17.12122 11.82954 -16.5306 12.02829 -15.94153 12.23163 curveto
+-15.3493 12.43605 -14.75868 12.6451 -14.16977 12.85886 curveto
+-13.57741 13.07387 -12.98679 13.29366 -12.398 13.51828 curveto
+-11.80548 13.74434 -11.21483 13.97528 -10.62624 14.21136 curveto
+-10.03352 14.4491 -9.4429 14.69202 -8.85448 14.94014 curveto
+-8.26161 15.19014 -7.67096 15.4454 -7.08272 15.7061 curveto
+-6.48962 15.96893 -5.89899 16.23727 -5.31096 16.51129 curveto
+-4.71764 16.78778 -4.12701 17.07004 -3.5392 17.35803 curveto
+-2.94568 17.64882 -2.35503 17.94547 -1.76744 18.24808 curveto
+-1.17365 18.55388 -0.58301 18.86575 0.00432 19.18379 curveto
+0.59836 19.50546 1.18896 19.8334 1.7761 20.16751 curveto
+2.37039 20.5057 2.96107 20.85019 3.54785 21.20128 curveto
+4.1425 21.55707 4.73306 21.91962 5.31961 22.2886 curveto
+5.91447 22.66283 6.50514 23.04366 7.09137 23.43126 curveto
+7.68661 23.82483 8.27724 24.22536 8.86313 24.63274 curveto
+9.45866 25.04683 10.04927 25.46797 10.63489 25.89597 curveto
+11.23073 26.33144 11.82138 26.77399 12.40665 27.22359 curveto
+13.0029 27.68163 13.59352 28.14696 14.17842 28.6194 curveto
+14.77501 29.10129 15.36562 29.59053 15.95018 30.08693 curveto
+16.54712 30.59384 17.13773 31.10817 17.72194 31.62968 curveto
+18.31924 32.16289 18.90984 32.70355 19.4937 33.25145 curveto
+20.09138 33.81232 20.68198 34.38072 21.26546 34.95634 curveto
+21.86353 35.54637 22.4541 36.14395 23.03722 36.74875 curveto
+23.63565 37.36943 24.22621 37.99765 24.80898 38.63306 curveto
+25.40779 39.28596 25.99835 39.9464 26.58075 40.61397 curveto
+27.17992 41.30077 27.77043 41.99509 28.35251 42.69643 curveto
+28.95204 43.41881 29.5426 44.14859 30.12427 44.88542 curveto
+30.7242 45.6454 31.31465 46.41283 31.89603 47.1871 curveto
+32.49625 47.98647 33.08675 48.79305 33.66779 49.60645 curveto
+34.26839 50.44724 34.85884 51.29523 35.43954 52.14989 curveto
+36.04048 53.03432 36.63092 53.92581 37.2113 54.82385 curveto
+37.81255 55.75418 38.40292 56.69147 38.98306 57.6351 curveto
+39.58458 58.6135 40.17503 59.59865 40.75484 60.59006 curveto
+41.3567 61.6192 41.94707 62.65503 42.5266 63.69691 curveto
+43.12868 64.77933 43.71906 65.86821 44.29836 66.963 curveto
+44.90071 68.10138 45.49106 69.24608 46.07011 70.3965 curveto
+46.67271 71.5937 47.26308 72.79701 47.84187 74.0059 curveto
+48.44473 75.26503 49.03502 76.53012 49.61363 77.80057 curveto
+50.21667 79.12466 50.807 80.45451 51.38539 81.78958 curveto
+51.98868 83.18216 52.57895 84.58032 53.15717 85.98349 curveto
+53.7606 87.44786 54.35088 88.91763 54.92892 90.39221 curveto
+55.53256 91.93208 56.12282 93.47716 56.70068 95.02689 curveto
+57.30449 96.64616 57.89473 98.27046 58.47244 99.89923 curveto
+59.0764 101.602 59.66664 103.30962 60.2442 105.02153 curveto
+60.8483 106.8121 61.43849 108.60732 62.01596 110.40665 curveto
+62.62016 112.2893 63.2104 114.1764 63.78772 116.06749 curveto
+64.39209 118.0472 64.9823 120.03117 65.5595 122.01897 curveto
+66.16388 124.10042 66.754 126.18597 67.33125 128.27512 curveto
+67.93599 130.4637 68.52658 132.65616 69.10301 134.85236 curveto stroke
+ 0 setgray
+72.96611 -6.3895 moveto
+(x) cmmi10 9.96265 fshow
+-7.34189 145.76941 moveto
+(y) cmmi10 9.96265 fshow
+55.01295 139.78955 moveto
+(y) cmmi10 9.96265 fshow
+63.02225 139.78955 moveto
+(=) cmr10 9.96265 fshow
+73.53825 139.78955 moveto
+(e) cmmi10 9.96265 fshow
+78.17715 143.40495 moveto
+(x) cmmi7 6.97385 fshow
+ 1 setgray
+newpath -73.43304 -8.3895 moveto
+85.19305 -8.3895 lineto
+85.19305 152.05891 lineto
+-73.43304 152.05891 lineto
+ closepath stroke
+ 0 0 1 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.7255 lineto
+-67.3226 2.85544 lineto
+-65.55084 2.9851 lineto
+-63.77907 3.11505 lineto
+-62.00731 3.24472 lineto
+-60.23555 3.37466 lineto
+-58.46379 3.50433 lineto
+-56.69203 3.63428 lineto
+-54.92027 3.76395 lineto
+-53.14851 3.89389 lineto
+-51.37674 4.02354 lineto
+-49.60498 4.1535 lineto
+-47.83322 4.28316 lineto
+-46.06146 4.41312 lineto
+-44.2897 4.54277 lineto
+-42.51794 4.67273 lineto
+-40.74619 4.80238 lineto
+-38.97443 4.93234 lineto
+-37.20265 5.062 lineto
+-35.4309 5.19196 lineto
+-33.65913 5.32161 lineto
+-31.88737 5.45128 lineto
+-30.11562 5.58122 lineto
+-28.34386 5.71089 lineto
+-26.5721 5.84084 lineto
+-24.80032 5.9705 lineto
+-23.02856 6.10045 lineto
+-21.2568 6.23012 lineto
+-19.48505 6.36006 lineto
+-17.71329 6.48972 lineto
+-15.94153 6.61967 lineto
+-14.16977 6.74933 lineto
+-12.398 6.87929 lineto
+-10.62624 7.00894 lineto
+-8.85448 7.1389 lineto
+-7.08272 7.26855 lineto
+-5.31096 7.39851 lineto
+-3.5392 7.52817 lineto
+-1.76744 7.65813 lineto
+0.00432 7.78778 lineto
+1.7761 7.91774 lineto
+3.54785 8.0474 lineto
+5.31961 8.17735 lineto
+7.09137 8.307 lineto
+8.86313 8.43668 lineto
+10.63489 8.56662 lineto
+12.40665 8.69627 lineto
+14.17842 8.82623 lineto
+15.95018 8.95589 lineto
+17.72194 9.08585 lineto
+19.4937 9.2155 lineto
+21.26546 9.34546 lineto
+23.03722 9.47511 lineto
+24.80898 9.60507 lineto
+26.58075 9.73473 lineto
+28.35251 9.86469 lineto
+30.12427 9.99434 lineto
+31.89603 10.1243 lineto
+33.66779 10.25395 lineto
+35.43954 10.38391 lineto
+37.2113 10.51357 lineto
+38.98306 10.64352 lineto
+40.75484 10.77318 lineto
+42.5266 10.90314 lineto
+44.29836 11.03279 lineto
+46.07011 11.16245 lineto
+47.84187 11.2924 lineto
+49.61363 11.42206 lineto
+51.38539 11.55202 lineto
+53.15717 11.68167 lineto
+54.92892 11.81163 lineto
+56.70068 11.94128 lineto
+58.47244 12.07124 lineto
+60.2442 12.2009 lineto
+62.01596 12.33086 lineto
+63.78772 12.46051 lineto
+65.5595 12.59047 lineto
+67.33125 12.72012 lineto
+69.10301 12.85008 lineto stroke
+ 0 setgray
+-68.76613 133.21184 moveto
+(n) cmmi10 9.96265 fshow
+-60.01883 133.21184 moveto
+(=) cmr10 9.96265 fshow
+-49.50282 133.21184 moveto
+(1) cmr10 9.96265 fshow
+showpage
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/frame_2.mps b/Master/texmf-dist/doc/latex/animate/doc/files/frame_2.mps
new file mode 100644
index 00000000000..ccce0cd1a90
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/frame_2.mps
@@ -0,0 +1,238 @@
+%!PS
+%%BoundingBox: -74 -9 86 153
+%%HiResBoundingBox: -73.99997 -8.95642 85.75998 152.62584
+%%Creator: MetaPost 0.901
+%%CreationDate: 2007.03.20:1512
+%%Pages: 1
+%*Font: cmmi10 9.96265 9.96265 65:804018
+%*Font: cmr10 9.96265 9.96265 32:801
+%*Font: cmmi7 6.97385 6.97385 78:8
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop [] 0 setdash
+ 1 setlinecap 1 setlinejoin 10 setmiterlimit
+newpath -70.86612 0 moveto
+70.86612 0 lineto stroke
+newpath 67.16975 -1.53113 moveto
+70.86612 0 lineto
+67.16975 1.53113 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath 0 0 moveto
+0 141.73222 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath 1.53113 138.03586 moveto
+0 141.73222 lineto
+-1.53113 138.03586 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath -35.43306 -1.41733 moveto
+-35.43306 1.41733 lineto stroke
+newpath 35.43306 -1.41733 moveto
+35.43306 1.41733 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath -1.41733 19.18146 moveto
+1.41733 19.18146 lineto stroke
+newpath -1.41733 38.36292 moveto
+1.41733 38.36292 lineto stroke
+newpath -1.41733 57.54437 moveto
+1.41733 57.54437 lineto stroke
+newpath -1.41733 76.72583 moveto
+1.41733 76.72583 lineto stroke
+newpath -1.41733 95.90729 moveto
+1.41733 95.90729 lineto stroke
+newpath -1.41733 115.08875 moveto
+1.41733 115.08875 lineto stroke
+ 1 0 0 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01584 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87282 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05568 -46.65175 5.14058 -46.06146 5.22766 curveto
+-45.47055 5.31483 -44.87994 5.40417 -44.2897 5.49576 curveto
+-43.69876 5.58745 -43.10815 5.68138 -42.51794 5.77762 curveto
+-41.92697 5.874 -41.33636 5.97267 -40.74619 6.07382 curveto
+-40.15515 6.17511 -39.56456 6.27887 -38.97443 6.38524 curveto
+-38.38335 6.49178 -37.79276 6.60094 -37.20265 6.71275 curveto
+-36.61154 6.82477 -36.02095 6.93945 -35.4309 7.05695 curveto
+-34.83972 7.17465 -34.24911 7.29517 -33.65913 7.4187 curveto
+-33.0679 7.5425 -32.47731 7.66933 -31.88737 7.7992 curveto
+-31.2961 7.92935 -30.70547 8.06255 -30.11562 8.199 curveto
+-29.52425 8.3358 -28.93364 8.47586 -28.34386 8.61931 curveto
+-27.75241 8.76317 -27.1618 8.91043 -26.5721 9.06126 curveto
+-25.98056 9.21257 -25.38995 9.36748 -24.80032 9.52605 curveto
+-24.20871 9.68515 -23.6181 9.84795 -23.02856 10.01454 curveto
+-22.43686 10.18176 -21.84624 10.35283 -21.2568 10.52791 curveto
+-20.66498 10.7037 -20.07436 10.88356 -19.48505 11.06763 curveto
+-18.8931 11.25252 -18.30249 11.44167 -17.71329 11.63513 curveto
+-17.12122 11.82954 -16.5306 12.02829 -15.94153 12.23163 curveto
+-15.3493 12.43605 -14.75868 12.6451 -14.16977 12.85886 curveto
+-13.57741 13.07387 -12.98679 13.29366 -12.398 13.51828 curveto
+-11.80548 13.74434 -11.21483 13.97528 -10.62624 14.21136 curveto
+-10.03352 14.4491 -9.4429 14.69202 -8.85448 14.94014 curveto
+-8.26161 15.19014 -7.67096 15.4454 -7.08272 15.7061 curveto
+-6.48962 15.96893 -5.89899 16.23727 -5.31096 16.51129 curveto
+-4.71764 16.78778 -4.12701 17.07004 -3.5392 17.35803 curveto
+-2.94568 17.64882 -2.35503 17.94547 -1.76744 18.24808 curveto
+-1.17365 18.55388 -0.58301 18.86575 0.00432 19.18379 curveto
+0.59836 19.50546 1.18896 19.8334 1.7761 20.16751 curveto
+2.37039 20.5057 2.96107 20.85019 3.54785 21.20128 curveto
+4.1425 21.55707 4.73306 21.91962 5.31961 22.2886 curveto
+5.91447 22.66283 6.50514 23.04366 7.09137 23.43126 curveto
+7.68661 23.82483 8.27724 24.22536 8.86313 24.63274 curveto
+9.45866 25.04683 10.04927 25.46797 10.63489 25.89597 curveto
+11.23073 26.33144 11.82138 26.77399 12.40665 27.22359 curveto
+13.0029 27.68163 13.59352 28.14696 14.17842 28.6194 curveto
+14.77501 29.10129 15.36562 29.59053 15.95018 30.08693 curveto
+16.54712 30.59384 17.13773 31.10817 17.72194 31.62968 curveto
+18.31924 32.16289 18.90984 32.70355 19.4937 33.25145 curveto
+20.09138 33.81232 20.68198 34.38072 21.26546 34.95634 curveto
+21.86353 35.54637 22.4541 36.14395 23.03722 36.74875 curveto
+23.63565 37.36943 24.22621 37.99765 24.80898 38.63306 curveto
+25.40779 39.28596 25.99835 39.9464 26.58075 40.61397 curveto
+27.17992 41.30077 27.77043 41.99509 28.35251 42.69643 curveto
+28.95204 43.41881 29.5426 44.14859 30.12427 44.88542 curveto
+30.7242 45.6454 31.31465 46.41283 31.89603 47.1871 curveto
+32.49625 47.98647 33.08675 48.79305 33.66779 49.60645 curveto
+34.26839 50.44724 34.85884 51.29523 35.43954 52.14989 curveto
+36.04048 53.03432 36.63092 53.92581 37.2113 54.82385 curveto
+37.81255 55.75418 38.40292 56.69147 38.98306 57.6351 curveto
+39.58458 58.6135 40.17503 59.59865 40.75484 60.59006 curveto
+41.3567 61.6192 41.94707 62.65503 42.5266 63.69691 curveto
+43.12868 64.77933 43.71906 65.86821 44.29836 66.963 curveto
+44.90071 68.10138 45.49106 69.24608 46.07011 70.3965 curveto
+46.67271 71.5937 47.26308 72.79701 47.84187 74.0059 curveto
+48.44473 75.26503 49.03502 76.53012 49.61363 77.80057 curveto
+50.21667 79.12466 50.807 80.45451 51.38539 81.78958 curveto
+51.98868 83.18216 52.57895 84.58032 53.15717 85.98349 curveto
+53.7606 87.44786 54.35088 88.91763 54.92892 90.39221 curveto
+55.53256 91.93208 56.12282 93.47716 56.70068 95.02689 curveto
+57.30449 96.64616 57.89473 98.27046 58.47244 99.89923 curveto
+59.0764 101.602 59.66664 103.30962 60.2442 105.02153 curveto
+60.8483 106.8121 61.43849 108.60732 62.01596 110.40665 curveto
+62.62016 112.2893 63.2104 114.1764 63.78772 116.06749 curveto
+64.39209 118.0472 64.9823 120.03117 65.5595 122.01897 curveto
+66.16388 124.10042 66.754 126.18597 67.33125 128.27512 curveto
+67.93599 130.4637 68.52658 132.65616 69.10301 134.85236 curveto stroke
+ 0 setgray
+72.96611 -6.3895 moveto
+(x) cmmi10 9.96265 fshow
+-7.34189 145.76941 moveto
+(y) cmmi10 9.96265 fshow
+55.01295 139.78955 moveto
+(y) cmmi10 9.96265 fshow
+63.02225 139.78955 moveto
+(=) cmr10 9.96265 fshow
+73.53825 139.78955 moveto
+(e) cmmi10 9.96265 fshow
+78.17715 143.40495 moveto
+(x) cmmi7 6.97385 fshow
+ 1 setgray
+newpath -73.43304 -8.3895 moveto
+85.19305 -8.3895 lineto
+85.19305 152.05891 lineto
+-73.43304 152.05891 lineto
+ closepath stroke
+ 0 0 1 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86832 lineto
+-65.55084 3.01437 lineto
+-63.77907 3.16685 lineto
+-62.00731 3.32608 lineto
+-60.23555 3.49146 lineto
+-58.46379 3.66354 lineto
+-56.69203 3.8418 lineto
+-54.92027 4.02676 lineto
+-53.14851 4.21848 lineto
+-51.37674 4.41634 lineto
+-49.60498 4.62064 lineto
+-47.83322 4.83167 lineto
+-46.06146 5.04912 lineto
+-44.2897 5.27303 lineto
+-42.51794 5.50337 lineto
+-40.74619 5.74016 lineto
+-38.97443 5.98367 lineto
+-37.20265 6.23363 lineto
+-35.4309 6.49002 lineto
+-33.65913 6.75285 lineto
+-31.88737 7.02213 lineto
+-30.11562 7.29782 lineto
+-28.34386 7.58028 lineto
+-26.5721 7.86916 lineto
+-24.80032 8.16447 lineto
+-23.02856 8.46623 lineto
+-21.2568 8.77443 lineto
+-19.48505 9.08907 lineto
+-17.71329 9.41043 lineto
+-15.94153 9.73824 lineto
+-14.16977 10.0725 lineto
+-12.398 10.41318 lineto
+-10.62624 10.7603 lineto
+-8.85448 11.11415 lineto
+-7.08272 11.47446 lineto
+-5.31096 11.84119 lineto
+-3.5392 12.21437 lineto
+-1.76744 12.59398 lineto
+0.00432 12.98003 lineto
+1.7761 13.37282 lineto
+3.54785 13.77203 lineto
+5.31961 14.1777 lineto
+7.09137 14.5898 lineto
+8.86313 15.00835 lineto
+10.63489 15.43332 lineto
+12.40665 15.86504 lineto
+14.17842 16.30319 lineto
+15.95018 16.74777 lineto
+17.72194 17.1988 lineto
+19.4937 17.65627 lineto
+21.26546 18.12047 lineto
+23.03722 18.59082 lineto
+24.80898 19.0679 lineto
+26.58075 19.5514 lineto
+28.35251 20.04166 lineto
+30.12427 20.53806 lineto
+31.89603 21.0409 lineto
+33.66779 21.55046 lineto
+35.43954 22.06647 lineto
+37.2113 22.58891 lineto
+38.98306 23.11778 lineto
+40.75484 23.6534 lineto
+42.5266 24.19516 lineto
+44.29836 24.74365 lineto
+46.07011 25.29858 lineto
+47.84187 25.85995 lineto
+49.61363 26.42807 lineto
+51.38539 27.00232 lineto
+53.15717 27.5833 lineto
+54.92892 28.17043 lineto
+56.70068 28.76428 lineto
+58.47244 29.36487 lineto
+60.2442 29.97162 lineto
+62.01596 30.58508 lineto
+63.78772 31.2047 lineto
+65.5595 31.83104 lineto
+67.33125 32.46384 lineto
+69.10301 33.10306 lineto stroke
+ 0 setgray
+-68.76613 133.21184 moveto
+(n) cmmi10 9.96265 fshow
+-60.01883 133.21184 moveto
+(=) cmr10 9.96265 fshow
+-49.50282 133.21184 moveto
+(2) cmr10 9.96265 fshow
+showpage
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/frame_3.mps b/Master/texmf-dist/doc/latex/animate/doc/files/frame_3.mps
new file mode 100644
index 00000000000..97333fb6638
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/frame_3.mps
@@ -0,0 +1,238 @@
+%!PS
+%%BoundingBox: -74 -9 86 153
+%%HiResBoundingBox: -73.99997 -8.95642 85.75998 152.62584
+%%Creator: MetaPost 0.901
+%%CreationDate: 2007.03.20:1512
+%%Pages: 1
+%*Font: cmmi10 9.96265 9.96265 65:804018
+%*Font: cmr10 9.96265 9.96265 33:802
+%*Font: cmmi7 6.97385 6.97385 78:8
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop [] 0 setdash
+ 1 setlinecap 1 setlinejoin 10 setmiterlimit
+newpath -70.86612 0 moveto
+70.86612 0 lineto stroke
+newpath 67.16975 -1.53113 moveto
+70.86612 0 lineto
+67.16975 1.53113 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath 0 0 moveto
+0 141.73222 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath 1.53113 138.03586 moveto
+0 141.73222 lineto
+-1.53113 138.03586 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath -35.43306 -1.41733 moveto
+-35.43306 1.41733 lineto stroke
+newpath 35.43306 -1.41733 moveto
+35.43306 1.41733 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath -1.41733 19.18146 moveto
+1.41733 19.18146 lineto stroke
+newpath -1.41733 38.36292 moveto
+1.41733 38.36292 lineto stroke
+newpath -1.41733 57.54437 moveto
+1.41733 57.54437 lineto stroke
+newpath -1.41733 76.72583 moveto
+1.41733 76.72583 lineto stroke
+newpath -1.41733 95.90729 moveto
+1.41733 95.90729 lineto stroke
+newpath -1.41733 115.08875 moveto
+1.41733 115.08875 lineto stroke
+ 1 0 0 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01584 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87282 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05568 -46.65175 5.14058 -46.06146 5.22766 curveto
+-45.47055 5.31483 -44.87994 5.40417 -44.2897 5.49576 curveto
+-43.69876 5.58745 -43.10815 5.68138 -42.51794 5.77762 curveto
+-41.92697 5.874 -41.33636 5.97267 -40.74619 6.07382 curveto
+-40.15515 6.17511 -39.56456 6.27887 -38.97443 6.38524 curveto
+-38.38335 6.49178 -37.79276 6.60094 -37.20265 6.71275 curveto
+-36.61154 6.82477 -36.02095 6.93945 -35.4309 7.05695 curveto
+-34.83972 7.17465 -34.24911 7.29517 -33.65913 7.4187 curveto
+-33.0679 7.5425 -32.47731 7.66933 -31.88737 7.7992 curveto
+-31.2961 7.92935 -30.70547 8.06255 -30.11562 8.199 curveto
+-29.52425 8.3358 -28.93364 8.47586 -28.34386 8.61931 curveto
+-27.75241 8.76317 -27.1618 8.91043 -26.5721 9.06126 curveto
+-25.98056 9.21257 -25.38995 9.36748 -24.80032 9.52605 curveto
+-24.20871 9.68515 -23.6181 9.84795 -23.02856 10.01454 curveto
+-22.43686 10.18176 -21.84624 10.35283 -21.2568 10.52791 curveto
+-20.66498 10.7037 -20.07436 10.88356 -19.48505 11.06763 curveto
+-18.8931 11.25252 -18.30249 11.44167 -17.71329 11.63513 curveto
+-17.12122 11.82954 -16.5306 12.02829 -15.94153 12.23163 curveto
+-15.3493 12.43605 -14.75868 12.6451 -14.16977 12.85886 curveto
+-13.57741 13.07387 -12.98679 13.29366 -12.398 13.51828 curveto
+-11.80548 13.74434 -11.21483 13.97528 -10.62624 14.21136 curveto
+-10.03352 14.4491 -9.4429 14.69202 -8.85448 14.94014 curveto
+-8.26161 15.19014 -7.67096 15.4454 -7.08272 15.7061 curveto
+-6.48962 15.96893 -5.89899 16.23727 -5.31096 16.51129 curveto
+-4.71764 16.78778 -4.12701 17.07004 -3.5392 17.35803 curveto
+-2.94568 17.64882 -2.35503 17.94547 -1.76744 18.24808 curveto
+-1.17365 18.55388 -0.58301 18.86575 0.00432 19.18379 curveto
+0.59836 19.50546 1.18896 19.8334 1.7761 20.16751 curveto
+2.37039 20.5057 2.96107 20.85019 3.54785 21.20128 curveto
+4.1425 21.55707 4.73306 21.91962 5.31961 22.2886 curveto
+5.91447 22.66283 6.50514 23.04366 7.09137 23.43126 curveto
+7.68661 23.82483 8.27724 24.22536 8.86313 24.63274 curveto
+9.45866 25.04683 10.04927 25.46797 10.63489 25.89597 curveto
+11.23073 26.33144 11.82138 26.77399 12.40665 27.22359 curveto
+13.0029 27.68163 13.59352 28.14696 14.17842 28.6194 curveto
+14.77501 29.10129 15.36562 29.59053 15.95018 30.08693 curveto
+16.54712 30.59384 17.13773 31.10817 17.72194 31.62968 curveto
+18.31924 32.16289 18.90984 32.70355 19.4937 33.25145 curveto
+20.09138 33.81232 20.68198 34.38072 21.26546 34.95634 curveto
+21.86353 35.54637 22.4541 36.14395 23.03722 36.74875 curveto
+23.63565 37.36943 24.22621 37.99765 24.80898 38.63306 curveto
+25.40779 39.28596 25.99835 39.9464 26.58075 40.61397 curveto
+27.17992 41.30077 27.77043 41.99509 28.35251 42.69643 curveto
+28.95204 43.41881 29.5426 44.14859 30.12427 44.88542 curveto
+30.7242 45.6454 31.31465 46.41283 31.89603 47.1871 curveto
+32.49625 47.98647 33.08675 48.79305 33.66779 49.60645 curveto
+34.26839 50.44724 34.85884 51.29523 35.43954 52.14989 curveto
+36.04048 53.03432 36.63092 53.92581 37.2113 54.82385 curveto
+37.81255 55.75418 38.40292 56.69147 38.98306 57.6351 curveto
+39.58458 58.6135 40.17503 59.59865 40.75484 60.59006 curveto
+41.3567 61.6192 41.94707 62.65503 42.5266 63.69691 curveto
+43.12868 64.77933 43.71906 65.86821 44.29836 66.963 curveto
+44.90071 68.10138 45.49106 69.24608 46.07011 70.3965 curveto
+46.67271 71.5937 47.26308 72.79701 47.84187 74.0059 curveto
+48.44473 75.26503 49.03502 76.53012 49.61363 77.80057 curveto
+50.21667 79.12466 50.807 80.45451 51.38539 81.78958 curveto
+51.98868 83.18216 52.57895 84.58032 53.15717 85.98349 curveto
+53.7606 87.44786 54.35088 88.91763 54.92892 90.39221 curveto
+55.53256 91.93208 56.12282 93.47716 56.70068 95.02689 curveto
+57.30449 96.64616 57.89473 98.27046 58.47244 99.89923 curveto
+59.0764 101.602 59.66664 103.30962 60.2442 105.02153 curveto
+60.8483 106.8121 61.43849 108.60732 62.01596 110.40665 curveto
+62.62016 112.2893 63.2104 114.1764 63.78772 116.06749 curveto
+64.39209 118.0472 64.9823 120.03117 65.5595 122.01897 curveto
+66.16388 124.10042 66.754 126.18597 67.33125 128.27512 curveto
+67.93599 130.4637 68.52658 132.65616 69.10301 134.85236 curveto stroke
+ 0 setgray
+72.96611 -6.3895 moveto
+(x) cmmi10 9.96265 fshow
+-7.34189 145.76941 moveto
+(y) cmmi10 9.96265 fshow
+55.01295 139.78955 moveto
+(y) cmmi10 9.96265 fshow
+63.02225 139.78955 moveto
+(=) cmr10 9.96265 fshow
+73.53825 139.78955 moveto
+(e) cmmi10 9.96265 fshow
+78.17715 143.40495 moveto
+(x) cmmi7 6.97385 fshow
+ 1 setgray
+newpath -73.43304 -8.3895 moveto
+85.19305 -8.3895 lineto
+85.19305 152.05891 lineto
+-73.43304 152.05891 lineto
+ closepath stroke
+ 0 0 1 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01584 lineto
+-63.77907 3.17038 lineto
+-62.00731 3.33281 lineto
+-60.23555 3.50316 lineto
+-58.46379 3.68199 lineto
+-56.69203 3.8696 lineto
+-54.92027 4.06628 lineto
+-53.14851 4.27234 lineto
+-51.37674 4.48834 lineto
+-49.60498 4.7143 lineto
+-47.83322 4.95049 lineto
+-46.06146 5.19751 lineto
+-44.2897 5.45566 lineto
+-42.51794 5.72493 lineto
+-41.92705 5.81665 -41.33646 5.91026 -40.74619 6.00592 curveto
+-40.15527 6.10168 -39.56468 6.1995 -38.97443 6.29918 curveto
+-38.3835 6.39897 -37.79288 6.50064 -37.20265 6.60446 curveto
+-36.6117 6.7084 -36.0211 6.8145 -35.4309 6.9226 curveto
+-34.83992 7.03085 -34.24931 7.14114 -33.65913 7.25363 curveto
+-33.06813 7.36629 -32.47754 7.48116 -31.88737 7.59813 curveto
+-31.29636 7.71527 -30.70575 7.83453 -30.11562 7.95609 curveto
+-29.52457 8.07782 -28.93398 8.20186 -28.34386 8.32808 curveto
+-27.75278 8.4545 -27.16217 8.5831 -26.5721 8.71414 curveto
+-25.98097 8.84541 -25.39038 8.97914 -24.80032 9.11511 curveto
+-24.2092 9.25133 -23.61858 9.38977 -23.02856 9.53073 curveto
+-22.43738 9.67197 -21.8468 9.8157 -21.2568 9.96185 curveto
+-20.66562 10.1083 -20.07501 10.25717 -19.48505 10.4085 curveto
+-18.89381 10.56013 -18.3032 10.71425 -17.71329 10.87094 curveto
+-17.12201 11.028 -16.53143 11.18764 -15.94153 11.34978 curveto
+-15.35023 11.5123 -14.75963 11.67732 -14.16977 11.845 curveto
+-13.57841 12.0131 -12.98784 12.18388 -12.398 12.3572 curveto
+-11.80663 12.53096 -11.21602 12.70726 -10.62624 12.88637 curveto
+-10.0348 13.06598 -9.44424 13.24838 -8.85448 13.4334 curveto
+-8.26305 13.61894 -7.67244 13.8071 -7.08272 13.99799 curveto
+-6.49121 14.18945 -5.90062 14.38368 -5.31096 14.58073 curveto
+-4.71942 14.77841 -4.12885 14.97894 -3.5392 15.1822 curveto
+-2.94763 15.38614 -2.35703 15.59282 -1.76744 15.8024 curveto
+-1.17581 16.01271 -0.58525 16.22592 0.00432 16.44193 curveto
+0.59596 16.65869 1.18658 16.87825 1.7761 17.10075 curveto
+2.3678 17.32408 2.95837 17.55038 3.54785 17.7795 curveto
+4.13957 18.00948 4.73018 18.24232 5.31961 18.47813 curveto
+5.91139 18.71487 6.50198 18.95462 7.09137 19.19727 curveto
+7.6832 19.44092 8.2738 19.68753 8.86313 19.93718 curveto
+9.455 20.18791 10.04556 20.44174 10.63489 20.69844 curveto
+11.22678 20.95627 11.8174 21.217 12.40665 21.4808 curveto
+12.99863 21.74583 13.58922 22.01398 14.17842 22.2851 curveto
+14.7704 22.5575 15.361 22.83293 15.95018 23.11134 curveto
+16.54222 23.39111 17.13286 23.67389 17.72194 23.95984 curveto
+18.31406 24.24725 18.90462 24.53787 19.4937 24.83147 curveto
+20.08582 25.12657 20.67644 25.42468 21.26546 25.7259 curveto
+21.85765 26.02875 22.44821 26.33476 23.03722 26.64377 curveto
+23.62943 26.95445 24.22005 27.26817 24.80898 27.58505 curveto
+25.40128 27.90375 25.99187 28.22566 26.58075 28.55063 curveto
+27.17307 28.87749 27.76366 29.20744 28.35251 29.54048 curveto
+28.94489 29.8755 29.53549 30.21364 30.12427 30.55493 curveto
+30.71669 30.89833 31.30727 31.24492 31.89603 31.59456 curveto
+32.48848 31.94638 33.07909 32.3013 33.66779 32.65935 curveto
+34.2603 33.01971 34.85088 33.38329 35.43954 33.7499 curveto
+36.03207 34.1189 36.62268 34.491 37.2113 34.8662 curveto
+37.80391 35.24394 38.39452 35.62482 38.98306 36.00885 curveto
+39.57571 36.39557 40.16629 36.78548 40.75484 37.17842 curveto
+41.34749 37.5741 41.9381 37.97281 42.5266 38.37462 curveto
+43.11932 38.77931 43.70993 39.18713 44.29836 39.59805 curveto
+44.89113 40.01202 45.4817 40.42912 46.07011 40.84927 curveto
+46.6629 41.27255 47.2535 41.69891 47.84187 42.12831 curveto
+48.43471 42.56096 49.02531 42.99667 49.61363 43.43546 curveto
+50.20653 43.87766 50.79712 44.32294 51.38539 44.77127 curveto
+51.97832 45.22316 52.5689 45.67812 53.15717 46.13606 curveto
+53.7501 46.59764 54.34071 47.06224 54.92892 47.52983 curveto
+55.52194 48.00124 56.11255 48.47568 56.70068 48.95317 curveto
+57.29373 49.43465 57.88428 49.9192 58.47244 50.40665 curveto
+59.06549 50.89813 59.65611 51.39255 60.2442 51.88997 curveto
+60.83734 52.39166 61.42789 52.89641 62.01596 53.40404 curveto
+62.6091 53.91605 63.19969 54.43097 63.78772 54.94884 curveto
+64.38092 55.47127 64.97148 55.99667 65.5595 56.52495 curveto
+66.1527 57.05789 66.74326 57.59372 67.33125 58.13239 curveto
+67.9245 58.67586 68.51508 59.22221 69.10301 59.77142 curveto stroke
+ 0 setgray
+-68.76613 133.21184 moveto
+(n) cmmi10 9.96265 fshow
+-60.01883 133.21184 moveto
+(=) cmr10 9.96265 fshow
+-49.50282 133.21184 moveto
+(3) cmr10 9.96265 fshow
+showpage
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/frame_4.mps b/Master/texmf-dist/doc/latex/animate/doc/files/frame_4.mps
new file mode 100644
index 00000000000..11f5504347e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/frame_4.mps
@@ -0,0 +1,238 @@
+%!PS
+%%BoundingBox: -74 -9 86 153
+%%HiResBoundingBox: -73.99997 -8.95642 85.75998 152.62584
+%%Creator: MetaPost 0.901
+%%CreationDate: 2007.03.20:1512
+%%Pages: 1
+%*Font: cmmi10 9.96265 9.96265 65:804018
+%*Font: cmr10 9.96265 9.96265 34:804
+%*Font: cmmi7 6.97385 6.97385 78:8
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop [] 0 setdash
+ 1 setlinecap 1 setlinejoin 10 setmiterlimit
+newpath -70.86612 0 moveto
+70.86612 0 lineto stroke
+newpath 67.16975 -1.53113 moveto
+70.86612 0 lineto
+67.16975 1.53113 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath 0 0 moveto
+0 141.73222 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath 1.53113 138.03586 moveto
+0 141.73222 lineto
+-1.53113 138.03586 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath -35.43306 -1.41733 moveto
+-35.43306 1.41733 lineto stroke
+newpath 35.43306 -1.41733 moveto
+35.43306 1.41733 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath -1.41733 19.18146 moveto
+1.41733 19.18146 lineto stroke
+newpath -1.41733 38.36292 moveto
+1.41733 38.36292 lineto stroke
+newpath -1.41733 57.54437 moveto
+1.41733 57.54437 lineto stroke
+newpath -1.41733 76.72583 moveto
+1.41733 76.72583 lineto stroke
+newpath -1.41733 95.90729 moveto
+1.41733 95.90729 lineto stroke
+newpath -1.41733 115.08875 moveto
+1.41733 115.08875 lineto stroke
+ 1 0 0 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01584 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87282 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05568 -46.65175 5.14058 -46.06146 5.22766 curveto
+-45.47055 5.31483 -44.87994 5.40417 -44.2897 5.49576 curveto
+-43.69876 5.58745 -43.10815 5.68138 -42.51794 5.77762 curveto
+-41.92697 5.874 -41.33636 5.97267 -40.74619 6.07382 curveto
+-40.15515 6.17511 -39.56456 6.27887 -38.97443 6.38524 curveto
+-38.38335 6.49178 -37.79276 6.60094 -37.20265 6.71275 curveto
+-36.61154 6.82477 -36.02095 6.93945 -35.4309 7.05695 curveto
+-34.83972 7.17465 -34.24911 7.29517 -33.65913 7.4187 curveto
+-33.0679 7.5425 -32.47731 7.66933 -31.88737 7.7992 curveto
+-31.2961 7.92935 -30.70547 8.06255 -30.11562 8.199 curveto
+-29.52425 8.3358 -28.93364 8.47586 -28.34386 8.61931 curveto
+-27.75241 8.76317 -27.1618 8.91043 -26.5721 9.06126 curveto
+-25.98056 9.21257 -25.38995 9.36748 -24.80032 9.52605 curveto
+-24.20871 9.68515 -23.6181 9.84795 -23.02856 10.01454 curveto
+-22.43686 10.18176 -21.84624 10.35283 -21.2568 10.52791 curveto
+-20.66498 10.7037 -20.07436 10.88356 -19.48505 11.06763 curveto
+-18.8931 11.25252 -18.30249 11.44167 -17.71329 11.63513 curveto
+-17.12122 11.82954 -16.5306 12.02829 -15.94153 12.23163 curveto
+-15.3493 12.43605 -14.75868 12.6451 -14.16977 12.85886 curveto
+-13.57741 13.07387 -12.98679 13.29366 -12.398 13.51828 curveto
+-11.80548 13.74434 -11.21483 13.97528 -10.62624 14.21136 curveto
+-10.03352 14.4491 -9.4429 14.69202 -8.85448 14.94014 curveto
+-8.26161 15.19014 -7.67096 15.4454 -7.08272 15.7061 curveto
+-6.48962 15.96893 -5.89899 16.23727 -5.31096 16.51129 curveto
+-4.71764 16.78778 -4.12701 17.07004 -3.5392 17.35803 curveto
+-2.94568 17.64882 -2.35503 17.94547 -1.76744 18.24808 curveto
+-1.17365 18.55388 -0.58301 18.86575 0.00432 19.18379 curveto
+0.59836 19.50546 1.18896 19.8334 1.7761 20.16751 curveto
+2.37039 20.5057 2.96107 20.85019 3.54785 21.20128 curveto
+4.1425 21.55707 4.73306 21.91962 5.31961 22.2886 curveto
+5.91447 22.66283 6.50514 23.04366 7.09137 23.43126 curveto
+7.68661 23.82483 8.27724 24.22536 8.86313 24.63274 curveto
+9.45866 25.04683 10.04927 25.46797 10.63489 25.89597 curveto
+11.23073 26.33144 11.82138 26.77399 12.40665 27.22359 curveto
+13.0029 27.68163 13.59352 28.14696 14.17842 28.6194 curveto
+14.77501 29.10129 15.36562 29.59053 15.95018 30.08693 curveto
+16.54712 30.59384 17.13773 31.10817 17.72194 31.62968 curveto
+18.31924 32.16289 18.90984 32.70355 19.4937 33.25145 curveto
+20.09138 33.81232 20.68198 34.38072 21.26546 34.95634 curveto
+21.86353 35.54637 22.4541 36.14395 23.03722 36.74875 curveto
+23.63565 37.36943 24.22621 37.99765 24.80898 38.63306 curveto
+25.40779 39.28596 25.99835 39.9464 26.58075 40.61397 curveto
+27.17992 41.30077 27.77043 41.99509 28.35251 42.69643 curveto
+28.95204 43.41881 29.5426 44.14859 30.12427 44.88542 curveto
+30.7242 45.6454 31.31465 46.41283 31.89603 47.1871 curveto
+32.49625 47.98647 33.08675 48.79305 33.66779 49.60645 curveto
+34.26839 50.44724 34.85884 51.29523 35.43954 52.14989 curveto
+36.04048 53.03432 36.63092 53.92581 37.2113 54.82385 curveto
+37.81255 55.75418 38.40292 56.69147 38.98306 57.6351 curveto
+39.58458 58.6135 40.17503 59.59865 40.75484 60.59006 curveto
+41.3567 61.6192 41.94707 62.65503 42.5266 63.69691 curveto
+43.12868 64.77933 43.71906 65.86821 44.29836 66.963 curveto
+44.90071 68.10138 45.49106 69.24608 46.07011 70.3965 curveto
+46.67271 71.5937 47.26308 72.79701 47.84187 74.0059 curveto
+48.44473 75.26503 49.03502 76.53012 49.61363 77.80057 curveto
+50.21667 79.12466 50.807 80.45451 51.38539 81.78958 curveto
+51.98868 83.18216 52.57895 84.58032 53.15717 85.98349 curveto
+53.7606 87.44786 54.35088 88.91763 54.92892 90.39221 curveto
+55.53256 91.93208 56.12282 93.47716 56.70068 95.02689 curveto
+57.30449 96.64616 57.89473 98.27046 58.47244 99.89923 curveto
+59.0764 101.602 59.66664 103.30962 60.2442 105.02153 curveto
+60.8483 106.8121 61.43849 108.60732 62.01596 110.40665 curveto
+62.62016 112.2893 63.2104 114.1764 63.78772 116.06749 curveto
+64.39209 118.0472 64.9823 120.03117 65.5595 122.01897 curveto
+66.16388 124.10042 66.754 126.18597 67.33125 128.27512 curveto
+67.93599 130.4637 68.52658 132.65616 69.10301 134.85236 curveto stroke
+ 0 setgray
+72.96611 -6.3895 moveto
+(x) cmmi10 9.96265 fshow
+-7.34189 145.76941 moveto
+(y) cmmi10 9.96265 fshow
+55.01295 139.78955 moveto
+(y) cmmi10 9.96265 fshow
+63.02225 139.78955 moveto
+(=) cmr10 9.96265 fshow
+73.53825 139.78955 moveto
+(e) cmmi10 9.96265 fshow
+78.17715 143.40495 moveto
+(x) cmmi7 6.97385 fshow
+ 1 setgray
+newpath -73.43304 -8.3895 moveto
+85.19305 -8.3895 lineto
+85.19305 152.05891 lineto
+-73.43304 152.05891 lineto
+ closepath stroke
+ 0 0 1 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01613 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87253 lineto
+-54.92027 4.07068 lineto
+-53.14851 4.27936 lineto
+-51.37674 4.49829 lineto
+-49.60498 4.72833 lineto
+-49.01414 4.80692 -48.42354 4.88734 -47.83322 4.9698 curveto
+-47.24234 5.05234 -46.65175 5.13692 -46.06146 5.22356 curveto
+-45.47057 5.31029 -44.87997 5.39908 -44.2897 5.48991 curveto
+-43.69879 5.58084 -43.10817 5.67383 -42.51794 5.76913 curveto
+-41.92697 5.86456 -41.33638 5.96234 -40.74619 6.06241 curveto
+-40.1552 6.16261 -39.56459 6.26512 -38.97443 6.37001 curveto
+-38.38339 6.47505 -37.79279 6.5825 -37.20265 6.69255 curveto
+-36.61157 6.80278 -36.021 6.91562 -35.4309 7.0309 curveto
+-34.8398 7.14638 -34.24918 7.26428 -33.65913 7.38506 curveto
+-33.06796 7.50606 -32.47739 7.62993 -31.88737 7.75647 curveto
+-31.29617 7.88326 -30.70557 8.01273 -30.11562 8.14516 curveto
+-29.52434 8.27788 -28.93376 8.41359 -28.34386 8.55228 curveto
+-27.75255 8.6913 -27.16194 8.83331 -26.5721 8.97842 curveto
+-25.98073 9.1239 -25.39012 9.27249 -24.80032 9.4242 curveto
+-24.20891 9.57631 -23.61829 9.73155 -23.02856 9.89015 curveto
+-22.43706 10.04922 -21.84645 10.21165 -21.2568 10.37747 curveto
+-20.66525 10.54381 -20.07465 10.71356 -19.48505 10.88673 curveto
+-18.89342 11.0605 -18.3028 11.23772 -17.71329 11.41855 curveto
+-17.12157 11.60007 -16.53096 11.78526 -15.94153 11.97408 curveto
+-15.34973 12.16365 -14.75912 12.35689 -14.16977 12.55388 curveto
+-13.57788 12.75172 -12.98727 12.95337 -12.398 13.15886 curveto
+-11.80603 13.3653 -11.21541 13.57562 -10.62624 13.78989 curveto
+-10.03418 14.0052 -9.44356 14.2245 -8.85448 14.44785 curveto
+-8.26231 14.67235 -7.6717 14.90091 -7.08272 15.1336 curveto
+-6.49046 15.36758 -5.89986 15.60573 -5.31096 15.84805 curveto
+-4.7186 16.0918 -4.12798 16.33977 -3.5392 16.59207 curveto
+-2.94672 16.84596 -2.35612 17.10423 -1.76744 17.3668 curveto
+-1.17487 17.63112 -0.58426 17.89977 0.00432 18.17287 curveto
+0.59703 18.44789 1.18762 18.72742 1.7761 19.01141 curveto
+2.36891 19.2975 2.95952 19.58812 3.54785 19.88332 curveto
+4.1408 20.18083 4.7314 20.48302 5.31961 20.78976 curveto
+5.91267 21.09904 6.5033 21.41298 7.09137 21.73163 curveto
+7.68456 22.05305 8.27513 22.37927 8.86313 22.71008 curveto
+9.45642 23.04388 10.04707 23.38235 10.63489 23.7257 curveto
+11.22836 24.07234 11.81892 24.42393 12.40665 24.78024 curveto
+13.00021 25.14009 13.59085 25.50475 14.17842 25.8743 curveto
+14.77214 26.24773 15.3627 26.62616 15.95018 27.00934 curveto
+16.54399 27.39665 17.13464 27.78882 17.72194 28.18594 curveto
+18.31593 28.5876 18.9065 28.99432 19.4937 29.40585 curveto
+20.08777 29.8222 20.67839 30.24347 21.26546 30.66966 curveto
+21.85971 31.10107 22.4503 31.5375 23.03722 31.97885 curveto
+23.63159 32.4258 24.22218 32.87773 24.80898 33.33458 curveto
+25.40349 33.79742 25.99408 34.26527 26.58075 34.738 curveto
+27.17538 35.21716 27.76596 35.7013 28.35251 36.1903 curveto
+28.94727 36.68616 29.53783 37.187 30.12427 37.69266 curveto
+30.71915 38.2056 31.30977 38.72348 31.89603 39.24625 curveto
+32.49106 39.77684 33.08159 40.31245 33.66779 40.8528 curveto
+34.26288 41.40134 34.85349 41.95473 35.43954 42.51291 curveto
+36.0348 43.07986 36.62537 43.65173 37.2113 44.22833 curveto
+37.80666 44.8142 38.3972 45.4049 38.98306 46.00026 curveto
+39.57854 46.60538 40.16913 47.21527 40.75484 47.82983 curveto
+41.35043 48.45477 41.94096 49.08453 42.5266 49.71883 curveto
+43.12224 50.36397 43.7128 51.0138 44.29836 51.66812 curveto
+44.89413 52.33388 45.4847 53.00429 46.07011 53.67917 curveto
+46.66602 54.36613 47.25655 55.05774 47.84187 55.75372 curveto
+48.43782 56.46234 49.02835 57.1755 49.61363 57.89296 curveto
+50.20967 58.6236 50.80022 59.35869 51.38539 60.09805 curveto
+51.98154 60.85129 52.57205 61.60893 53.15717 62.37076 curveto
+53.75336 63.147 54.3439 63.92755 54.92892 64.71225 curveto
+55.5252 65.51205 56.11574 66.31615 56.70068 67.12427 curveto
+57.29703 67.94815 57.8876 68.7762 58.47244 69.60829 curveto
+59.06885 70.45683 59.65933 71.30954 60.2442 72.16608 curveto
+60.84062 73.0395 61.43123 73.9169 62.01596 74.7982 curveto
+62.61252 75.69731 63.20297 76.60046 63.78772 77.5073 curveto
+64.38425 78.43239 64.97484 79.36131 65.5595 80.29396 curveto
+66.15614 81.24573 66.7466 82.20134 67.33125 83.16052 curveto
+67.92792 84.1394 68.51851 85.12198 69.10301 86.10817 curveto stroke
+ 0 setgray
+-68.76613 133.21184 moveto
+(n) cmmi10 9.96265 fshow
+-60.01883 133.21184 moveto
+(=) cmr10 9.96265 fshow
+-49.50282 133.21184 moveto
+(4) cmr10 9.96265 fshow
+showpage
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/frame_5.mps b/Master/texmf-dist/doc/latex/animate/doc/files/frame_5.mps
new file mode 100644
index 00000000000..5246667b06d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/frame_5.mps
@@ -0,0 +1,238 @@
+%!PS
+%%BoundingBox: -74 -9 86 153
+%%HiResBoundingBox: -73.99997 -8.95642 85.75998 152.62584
+%%Creator: MetaPost 0.901
+%%CreationDate: 2007.03.20:1512
+%%Pages: 1
+%*Font: cmmi10 9.96265 9.96265 65:804018
+%*Font: cmr10 9.96265 9.96265 35:808
+%*Font: cmmi7 6.97385 6.97385 78:8
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop [] 0 setdash
+ 1 setlinecap 1 setlinejoin 10 setmiterlimit
+newpath -70.86612 0 moveto
+70.86612 0 lineto stroke
+newpath 67.16975 -1.53113 moveto
+70.86612 0 lineto
+67.16975 1.53113 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath 0 0 moveto
+0 141.73222 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath 1.53113 138.03586 moveto
+0 141.73222 lineto
+-1.53113 138.03586 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath -35.43306 -1.41733 moveto
+-35.43306 1.41733 lineto stroke
+newpath 35.43306 -1.41733 moveto
+35.43306 1.41733 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath -1.41733 19.18146 moveto
+1.41733 19.18146 lineto stroke
+newpath -1.41733 38.36292 moveto
+1.41733 38.36292 lineto stroke
+newpath -1.41733 57.54437 moveto
+1.41733 57.54437 lineto stroke
+newpath -1.41733 76.72583 moveto
+1.41733 76.72583 lineto stroke
+newpath -1.41733 95.90729 moveto
+1.41733 95.90729 lineto stroke
+newpath -1.41733 115.08875 moveto
+1.41733 115.08875 lineto stroke
+ 1 0 0 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01584 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87282 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05568 -46.65175 5.14058 -46.06146 5.22766 curveto
+-45.47055 5.31483 -44.87994 5.40417 -44.2897 5.49576 curveto
+-43.69876 5.58745 -43.10815 5.68138 -42.51794 5.77762 curveto
+-41.92697 5.874 -41.33636 5.97267 -40.74619 6.07382 curveto
+-40.15515 6.17511 -39.56456 6.27887 -38.97443 6.38524 curveto
+-38.38335 6.49178 -37.79276 6.60094 -37.20265 6.71275 curveto
+-36.61154 6.82477 -36.02095 6.93945 -35.4309 7.05695 curveto
+-34.83972 7.17465 -34.24911 7.29517 -33.65913 7.4187 curveto
+-33.0679 7.5425 -32.47731 7.66933 -31.88737 7.7992 curveto
+-31.2961 7.92935 -30.70547 8.06255 -30.11562 8.199 curveto
+-29.52425 8.3358 -28.93364 8.47586 -28.34386 8.61931 curveto
+-27.75241 8.76317 -27.1618 8.91043 -26.5721 9.06126 curveto
+-25.98056 9.21257 -25.38995 9.36748 -24.80032 9.52605 curveto
+-24.20871 9.68515 -23.6181 9.84795 -23.02856 10.01454 curveto
+-22.43686 10.18176 -21.84624 10.35283 -21.2568 10.52791 curveto
+-20.66498 10.7037 -20.07436 10.88356 -19.48505 11.06763 curveto
+-18.8931 11.25252 -18.30249 11.44167 -17.71329 11.63513 curveto
+-17.12122 11.82954 -16.5306 12.02829 -15.94153 12.23163 curveto
+-15.3493 12.43605 -14.75868 12.6451 -14.16977 12.85886 curveto
+-13.57741 13.07387 -12.98679 13.29366 -12.398 13.51828 curveto
+-11.80548 13.74434 -11.21483 13.97528 -10.62624 14.21136 curveto
+-10.03352 14.4491 -9.4429 14.69202 -8.85448 14.94014 curveto
+-8.26161 15.19014 -7.67096 15.4454 -7.08272 15.7061 curveto
+-6.48962 15.96893 -5.89899 16.23727 -5.31096 16.51129 curveto
+-4.71764 16.78778 -4.12701 17.07004 -3.5392 17.35803 curveto
+-2.94568 17.64882 -2.35503 17.94547 -1.76744 18.24808 curveto
+-1.17365 18.55388 -0.58301 18.86575 0.00432 19.18379 curveto
+0.59836 19.50546 1.18896 19.8334 1.7761 20.16751 curveto
+2.37039 20.5057 2.96107 20.85019 3.54785 21.20128 curveto
+4.1425 21.55707 4.73306 21.91962 5.31961 22.2886 curveto
+5.91447 22.66283 6.50514 23.04366 7.09137 23.43126 curveto
+7.68661 23.82483 8.27724 24.22536 8.86313 24.63274 curveto
+9.45866 25.04683 10.04927 25.46797 10.63489 25.89597 curveto
+11.23073 26.33144 11.82138 26.77399 12.40665 27.22359 curveto
+13.0029 27.68163 13.59352 28.14696 14.17842 28.6194 curveto
+14.77501 29.10129 15.36562 29.59053 15.95018 30.08693 curveto
+16.54712 30.59384 17.13773 31.10817 17.72194 31.62968 curveto
+18.31924 32.16289 18.90984 32.70355 19.4937 33.25145 curveto
+20.09138 33.81232 20.68198 34.38072 21.26546 34.95634 curveto
+21.86353 35.54637 22.4541 36.14395 23.03722 36.74875 curveto
+23.63565 37.36943 24.22621 37.99765 24.80898 38.63306 curveto
+25.40779 39.28596 25.99835 39.9464 26.58075 40.61397 curveto
+27.17992 41.30077 27.77043 41.99509 28.35251 42.69643 curveto
+28.95204 43.41881 29.5426 44.14859 30.12427 44.88542 curveto
+30.7242 45.6454 31.31465 46.41283 31.89603 47.1871 curveto
+32.49625 47.98647 33.08675 48.79305 33.66779 49.60645 curveto
+34.26839 50.44724 34.85884 51.29523 35.43954 52.14989 curveto
+36.04048 53.03432 36.63092 53.92581 37.2113 54.82385 curveto
+37.81255 55.75418 38.40292 56.69147 38.98306 57.6351 curveto
+39.58458 58.6135 40.17503 59.59865 40.75484 60.59006 curveto
+41.3567 61.6192 41.94707 62.65503 42.5266 63.69691 curveto
+43.12868 64.77933 43.71906 65.86821 44.29836 66.963 curveto
+44.90071 68.10138 45.49106 69.24608 46.07011 70.3965 curveto
+46.67271 71.5937 47.26308 72.79701 47.84187 74.0059 curveto
+48.44473 75.26503 49.03502 76.53012 49.61363 77.80057 curveto
+50.21667 79.12466 50.807 80.45451 51.38539 81.78958 curveto
+51.98868 83.18216 52.57895 84.58032 53.15717 85.98349 curveto
+53.7606 87.44786 54.35088 88.91763 54.92892 90.39221 curveto
+55.53256 91.93208 56.12282 93.47716 56.70068 95.02689 curveto
+57.30449 96.64616 57.89473 98.27046 58.47244 99.89923 curveto
+59.0764 101.602 59.66664 103.30962 60.2442 105.02153 curveto
+60.8483 106.8121 61.43849 108.60732 62.01596 110.40665 curveto
+62.62016 112.2893 63.2104 114.1764 63.78772 116.06749 curveto
+64.39209 118.0472 64.9823 120.03117 65.5595 122.01897 curveto
+66.16388 124.10042 66.754 126.18597 67.33125 128.27512 curveto
+67.93599 130.4637 68.52658 132.65616 69.10301 134.85236 curveto stroke
+ 0 setgray
+72.96611 -6.3895 moveto
+(x) cmmi10 9.96265 fshow
+-7.34189 145.76941 moveto
+(y) cmmi10 9.96265 fshow
+55.01295 139.78955 moveto
+(y) cmmi10 9.96265 fshow
+63.02225 139.78955 moveto
+(=) cmr10 9.96265 fshow
+73.53825 139.78955 moveto
+(e) cmmi10 9.96265 fshow
+78.17715 143.40495 moveto
+(x) cmmi7 6.97385 fshow
+ 1 setgray
+newpath -73.43304 -8.3895 moveto
+85.19305 -8.3895 lineto
+85.19305 152.05891 lineto
+-73.43304 152.05891 lineto
+ closepath stroke
+ 0 0 1 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01613 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87253 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.57443 -50.1953 4.65103 -49.60498 4.7298 curveto
+-49.01411 4.80862 -48.42354 4.8896 -47.83322 4.97244 curveto
+-47.24236 5.05536 -46.65175 5.14012 -46.06146 5.22708 curveto
+-45.47055 5.31413 -44.87994 5.4034 -44.2897 5.49489 curveto
+-43.69876 5.58649 -43.10817 5.68034 -42.51794 5.77644 curveto
+-41.92697 5.87267 -41.33636 5.97112 -40.74619 6.07207 curveto
+-40.15515 6.17316 -39.56458 6.27675 -38.97443 6.38289 curveto
+-38.38336 6.4892 -37.79277 6.59805 -37.20265 6.70953 curveto
+-36.61154 6.8212 -36.02095 6.93549 -35.4309 7.05255 curveto
+-34.83974 7.16983 -34.24915 7.2899 -33.65913 7.41286 curveto
+-33.06792 7.53606 -32.47733 7.66216 -31.88737 7.79129 curveto
+-31.29611 7.92072 -30.7055 8.05318 -30.11562 8.18877 curveto
+-29.52428 8.32468 -28.93365 8.46373 -28.34386 8.60614 curveto
+-27.75246 8.74895 -27.16187 8.89514 -26.5721 9.04457 curveto
+-25.98062 9.19443 -25.38998 9.34756 -24.80032 9.50438 curveto
+-24.20876 9.66171 -23.61818 9.82278 -23.02856 9.98732 curveto
+-22.43694 10.15242 -21.84628 10.32104 -21.2568 10.49367 curveto
+-20.66504 10.66696 -20.07445 10.8443 -19.48505 11.02548 curveto
+-18.89323 11.2074 -18.30261 11.3932 -17.71329 11.58304 curveto
+-17.12134 11.77371 -16.5307 11.96848 -15.94153 12.16754 curveto
+-15.34944 12.3676 -14.75885 12.57199 -14.16977 12.78072 curveto
+-13.57758 12.99054 -12.98695 13.20471 -12.398 13.42345 curveto
+-11.80566 13.64343 -11.21506 13.868 -10.62624 14.09721 curveto
+-10.03378 14.32784 -9.44318 14.56314 -8.85448 14.80318 curveto
+-8.26189 15.04478 -7.67125 15.29117 -7.08272 15.5425 curveto
+-6.48994 15.79562 -5.89932 16.05376 -5.31096 16.31694 curveto
+-4.71803 16.58217 -4.12743 16.85251 -3.5392 17.12798 curveto
+-2.94614 17.4057 -2.3555 17.6886 -1.76744 17.97676 curveto
+-1.17418 18.26747 -0.58353 18.56352 0.00432 18.86507 curveto
+0.5978 19.1695 1.18839 19.4795 1.7761 19.79492 curveto
+2.36969 20.11351 2.96031 20.4376 3.54785 20.76723 curveto
+4.14168 21.10039 4.73232 21.43918 5.31961 21.78372 curveto
+5.91367 22.13225 6.50427 22.48662 7.09137 22.84676 curveto
+7.6856 23.21126 8.27621 23.58162 8.86313 23.9578 curveto
+9.45758 24.33879 10.0482 24.72574 10.63489 25.11859 curveto
+11.22955 25.51678 11.82016 25.92105 12.40665 26.33119 curveto
+13.00153 26.74721 13.59216 27.16927 14.17842 27.59735 curveto
+14.77354 28.0319 15.36414 28.47267 15.95018 28.9194 curveto
+16.5455 29.3732 17.13611 29.83315 17.72194 30.29913 curveto
+18.3175 30.77287 18.90808 31.25285 19.4937 31.73885 curveto
+20.08948 32.23328 20.68007 32.73392 21.26546 33.24062 curveto
+21.86147 33.75652 22.45203 34.27866 23.03722 34.80678 curveto
+23.63344 35.34483 24.22404 35.88907 24.80898 36.43938 curveto
+25.40546 37.00055 25.99599 37.568 26.58075 38.14136 curveto
+27.17737 38.72633 27.76794 39.31743 28.35251 39.91444 curveto
+28.94936 40.52402 29.5399 41.13972 30.12427 41.76129 curveto
+30.72133 42.39638 31.3119 43.03752 31.89603 43.68452 curveto
+32.4933 44.3461 33.0838 45.01375 33.66779 45.68709 curveto
+34.2652 46.3759 34.85576 47.07062 35.43954 47.77101 curveto
+36.03719 48.48804 36.6277 49.211 37.2113 49.93951 curveto
+37.8091 50.68575 38.3996 51.43777 38.98306 52.19525 curveto
+39.58101 52.97153 40.17154 53.7535 40.75484 54.54083 curveto
+41.35298 55.3482 41.94347 56.16121 42.5266 56.97949 curveto
+43.12485 57.81898 43.71532 58.66402 44.29836 59.51414 curveto
+44.89673 60.38664 45.48726 61.26451 46.07011 62.14745 curveto
+46.66867 63.05417 47.25912 63.96622 47.84187 64.88318 curveto
+48.44052 65.82516 49.03099 66.77231 49.61363 67.72427 curveto
+50.21239 68.70258 50.80284 69.68593 51.38539 70.67397 curveto
+51.98425 71.68965 52.57474 72.71025 53.15717 73.73546 curveto
+53.75615 74.7898 54.34659 75.84895 54.92892 76.91257 curveto
+55.52795 78.00665 56.11838 79.10542 56.70068 80.2085 curveto
+57.29979 81.3434 57.89026 82.48282 58.47244 83.62648 curveto
+59.07167 84.80362 59.66208 85.98523 60.2442 87.17091 curveto
+60.84343 88.39142 61.43388 89.61623 62.01596 90.845 curveto
+62.61525 92.1101 63.20569 93.37941 63.78772 94.65254 curveto
+64.38707 95.96353 64.97752 97.27858 65.5595 98.59737 curveto
+66.15887 99.9556 66.74925 101.31778 67.33125 102.68355 curveto
+67.93074 104.09036 68.52135 105.50095 69.10301 106.9152 curveto stroke
+ 0 setgray
+-68.76613 133.21184 moveto
+(n) cmmi10 9.96265 fshow
+-60.01883 133.21184 moveto
+(=) cmr10 9.96265 fshow
+-49.50282 133.21184 moveto
+(5) cmr10 9.96265 fshow
+showpage
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/frame_6.mps b/Master/texmf-dist/doc/latex/animate/doc/files/frame_6.mps
new file mode 100644
index 00000000000..9941f975548
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/frame_6.mps
@@ -0,0 +1,238 @@
+%!PS
+%%BoundingBox: -74 -9 86 153
+%%HiResBoundingBox: -73.99997 -8.95642 85.75998 152.62584
+%%Creator: MetaPost 0.901
+%%CreationDate: 2007.03.20:1512
+%%Pages: 1
+%*Font: cmmi10 9.96265 9.96265 65:804018
+%*Font: cmr10 9.96265 9.96265 36:81
+%*Font: cmmi7 6.97385 6.97385 78:8
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop [] 0 setdash
+ 1 setlinecap 1 setlinejoin 10 setmiterlimit
+newpath -70.86612 0 moveto
+70.86612 0 lineto stroke
+newpath 67.16975 -1.53113 moveto
+70.86612 0 lineto
+67.16975 1.53113 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath 0 0 moveto
+0 141.73222 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath 1.53113 138.03586 moveto
+0 141.73222 lineto
+-1.53113 138.03586 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath -35.43306 -1.41733 moveto
+-35.43306 1.41733 lineto stroke
+newpath 35.43306 -1.41733 moveto
+35.43306 1.41733 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath -1.41733 19.18146 moveto
+1.41733 19.18146 lineto stroke
+newpath -1.41733 38.36292 moveto
+1.41733 38.36292 lineto stroke
+newpath -1.41733 57.54437 moveto
+1.41733 57.54437 lineto stroke
+newpath -1.41733 76.72583 moveto
+1.41733 76.72583 lineto stroke
+newpath -1.41733 95.90729 moveto
+1.41733 95.90729 lineto stroke
+newpath -1.41733 115.08875 moveto
+1.41733 115.08875 lineto stroke
+ 1 0 0 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01584 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87282 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05568 -46.65175 5.14058 -46.06146 5.22766 curveto
+-45.47055 5.31483 -44.87994 5.40417 -44.2897 5.49576 curveto
+-43.69876 5.58745 -43.10815 5.68138 -42.51794 5.77762 curveto
+-41.92697 5.874 -41.33636 5.97267 -40.74619 6.07382 curveto
+-40.15515 6.17511 -39.56456 6.27887 -38.97443 6.38524 curveto
+-38.38335 6.49178 -37.79276 6.60094 -37.20265 6.71275 curveto
+-36.61154 6.82477 -36.02095 6.93945 -35.4309 7.05695 curveto
+-34.83972 7.17465 -34.24911 7.29517 -33.65913 7.4187 curveto
+-33.0679 7.5425 -32.47731 7.66933 -31.88737 7.7992 curveto
+-31.2961 7.92935 -30.70547 8.06255 -30.11562 8.199 curveto
+-29.52425 8.3358 -28.93364 8.47586 -28.34386 8.61931 curveto
+-27.75241 8.76317 -27.1618 8.91043 -26.5721 9.06126 curveto
+-25.98056 9.21257 -25.38995 9.36748 -24.80032 9.52605 curveto
+-24.20871 9.68515 -23.6181 9.84795 -23.02856 10.01454 curveto
+-22.43686 10.18176 -21.84624 10.35283 -21.2568 10.52791 curveto
+-20.66498 10.7037 -20.07436 10.88356 -19.48505 11.06763 curveto
+-18.8931 11.25252 -18.30249 11.44167 -17.71329 11.63513 curveto
+-17.12122 11.82954 -16.5306 12.02829 -15.94153 12.23163 curveto
+-15.3493 12.43605 -14.75868 12.6451 -14.16977 12.85886 curveto
+-13.57741 13.07387 -12.98679 13.29366 -12.398 13.51828 curveto
+-11.80548 13.74434 -11.21483 13.97528 -10.62624 14.21136 curveto
+-10.03352 14.4491 -9.4429 14.69202 -8.85448 14.94014 curveto
+-8.26161 15.19014 -7.67096 15.4454 -7.08272 15.7061 curveto
+-6.48962 15.96893 -5.89899 16.23727 -5.31096 16.51129 curveto
+-4.71764 16.78778 -4.12701 17.07004 -3.5392 17.35803 curveto
+-2.94568 17.64882 -2.35503 17.94547 -1.76744 18.24808 curveto
+-1.17365 18.55388 -0.58301 18.86575 0.00432 19.18379 curveto
+0.59836 19.50546 1.18896 19.8334 1.7761 20.16751 curveto
+2.37039 20.5057 2.96107 20.85019 3.54785 21.20128 curveto
+4.1425 21.55707 4.73306 21.91962 5.31961 22.2886 curveto
+5.91447 22.66283 6.50514 23.04366 7.09137 23.43126 curveto
+7.68661 23.82483 8.27724 24.22536 8.86313 24.63274 curveto
+9.45866 25.04683 10.04927 25.46797 10.63489 25.89597 curveto
+11.23073 26.33144 11.82138 26.77399 12.40665 27.22359 curveto
+13.0029 27.68163 13.59352 28.14696 14.17842 28.6194 curveto
+14.77501 29.10129 15.36562 29.59053 15.95018 30.08693 curveto
+16.54712 30.59384 17.13773 31.10817 17.72194 31.62968 curveto
+18.31924 32.16289 18.90984 32.70355 19.4937 33.25145 curveto
+20.09138 33.81232 20.68198 34.38072 21.26546 34.95634 curveto
+21.86353 35.54637 22.4541 36.14395 23.03722 36.74875 curveto
+23.63565 37.36943 24.22621 37.99765 24.80898 38.63306 curveto
+25.40779 39.28596 25.99835 39.9464 26.58075 40.61397 curveto
+27.17992 41.30077 27.77043 41.99509 28.35251 42.69643 curveto
+28.95204 43.41881 29.5426 44.14859 30.12427 44.88542 curveto
+30.7242 45.6454 31.31465 46.41283 31.89603 47.1871 curveto
+32.49625 47.98647 33.08675 48.79305 33.66779 49.60645 curveto
+34.26839 50.44724 34.85884 51.29523 35.43954 52.14989 curveto
+36.04048 53.03432 36.63092 53.92581 37.2113 54.82385 curveto
+37.81255 55.75418 38.40292 56.69147 38.98306 57.6351 curveto
+39.58458 58.6135 40.17503 59.59865 40.75484 60.59006 curveto
+41.3567 61.6192 41.94707 62.65503 42.5266 63.69691 curveto
+43.12868 64.77933 43.71906 65.86821 44.29836 66.963 curveto
+44.90071 68.10138 45.49106 69.24608 46.07011 70.3965 curveto
+46.67271 71.5937 47.26308 72.79701 47.84187 74.0059 curveto
+48.44473 75.26503 49.03502 76.53012 49.61363 77.80057 curveto
+50.21667 79.12466 50.807 80.45451 51.38539 81.78958 curveto
+51.98868 83.18216 52.57895 84.58032 53.15717 85.98349 curveto
+53.7606 87.44786 54.35088 88.91763 54.92892 90.39221 curveto
+55.53256 91.93208 56.12282 93.47716 56.70068 95.02689 curveto
+57.30449 96.64616 57.89473 98.27046 58.47244 99.89923 curveto
+59.0764 101.602 59.66664 103.30962 60.2442 105.02153 curveto
+60.8483 106.8121 61.43849 108.60732 62.01596 110.40665 curveto
+62.62016 112.2893 63.2104 114.1764 63.78772 116.06749 curveto
+64.39209 118.0472 64.9823 120.03117 65.5595 122.01897 curveto
+66.16388 124.10042 66.754 126.18597 67.33125 128.27512 curveto
+67.93599 130.4637 68.52658 132.65616 69.10301 134.85236 curveto stroke
+ 0 setgray
+72.96611 -6.3895 moveto
+(x) cmmi10 9.96265 fshow
+-7.34189 145.76941 moveto
+(y) cmmi10 9.96265 fshow
+55.01295 139.78955 moveto
+(y) cmmi10 9.96265 fshow
+63.02225 139.78955 moveto
+(=) cmr10 9.96265 fshow
+73.53825 139.78955 moveto
+(e) cmmi10 9.96265 fshow
+78.17715 143.40495 moveto
+(x) cmmi7 6.97385 fshow
+ 1 setgray
+newpath -73.43304 -8.3895 moveto
+85.19305 -8.3895 lineto
+85.19305 152.05891 lineto
+-73.43304 152.05891 lineto
+ closepath stroke
+ 0 0 1 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01613 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87253 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-49.60498 4.7301 lineto
+-49.01413 4.8089 -48.42352 4.88957 -47.83322 4.97244 curveto
+-47.24234 5.0554 -46.65175 5.14056 -46.06146 5.22766 curveto
+-45.47057 5.31485 -44.87994 5.40396 -44.2897 5.49547 curveto
+-43.69875 5.58708 -43.10815 5.68108 -42.51794 5.77733 curveto
+-41.92697 5.87372 -41.33636 5.97237 -40.74619 6.07352 curveto
+-40.15515 6.1748 -39.56458 6.27861 -38.97443 6.38493 curveto
+-38.38336 6.49142 -37.79276 6.60045 -37.20265 6.71216 curveto
+-36.61154 6.82407 -36.02095 6.93867 -35.4309 7.05608 curveto
+-34.83972 7.17369 -34.24911 7.29411 -33.65913 7.41754 curveto
+-33.0679 7.54123 -32.4773 7.66795 -31.88737 7.79773 curveto
+-31.2961 7.92781 -30.70549 8.06096 -30.11562 8.19725 curveto
+-29.52426 8.3339 -28.93364 8.4737 -28.34386 8.61696 curveto
+-27.75241 8.76062 -27.16182 8.90776 -26.5721 9.05833 curveto
+-25.98059 9.20935 -25.38997 9.36385 -24.80032 9.52194 curveto
+-24.20872 9.68057 -23.6181 9.84285 -23.02856 10.00897 curveto
+-22.43686 10.1757 -21.84624 10.34631 -21.2568 10.52089 curveto
+-20.66501 10.69617 -20.07439 10.87544 -19.48505 11.05884 curveto
+-18.89314 11.24304 -18.30252 11.43143 -17.71329 11.62402 curveto
+-17.12125 11.81754 -16.53062 12.0153 -15.94153 12.21759 curveto
+-15.34935 12.42094 -14.75874 12.62883 -14.16977 12.8413 curveto
+-13.57745 13.05496 -12.98682 13.27321 -12.398 13.49632 curveto
+-11.80553 13.72081 -11.21492 13.9502 -10.62624 14.18443 curveto
+-10.03363 14.42023 -9.44298 14.66093 -8.85448 14.90678 curveto
+-8.26167 15.15443 -7.67105 15.40732 -7.08272 15.66542 curveto
+-6.48976 15.92555 -5.89912 16.191 -5.31096 16.46182 curveto
+-4.71779 16.73495 -4.12715 17.01355 -3.5392 17.29773 curveto
+-2.94582 17.58453 -2.35521 17.87704 -1.76744 18.1752 curveto
+-1.17386 18.47632 -0.5832 18.78322 0.00432 19.096 curveto
+0.59816 19.41214 1.1888 19.73427 1.7761 20.06244 curveto
+2.37016 20.39438 2.96077 20.73247 3.54785 21.0766 curveto
+4.14214 21.42496 4.73276 21.7795 5.31961 22.14021 curveto
+5.91417 22.50568 6.50484 22.87746 7.09137 23.25565 curveto
+7.68622 23.6392 8.27681 24.02934 8.86313 24.4258 curveto
+9.45819 24.82817 10.04884 25.23705 10.63489 25.65245 curveto
+11.23029 26.07448 11.82089 26.5032 12.40665 26.9385 curveto
+13.00232 27.38116 13.59293 27.8306 14.17842 28.28662 curveto
+14.77437 28.7508 15.36499 29.22177 15.95018 29.69942 curveto
+16.54642 30.18608 17.137 30.67964 17.72194 31.17982 curveto
+18.31845 31.6899 18.90907 32.20682 19.4937 32.73047 curveto
+20.09055 33.26506 20.68112 33.80663 21.26546 34.35487 curveto
+21.86255 34.9151 22.4531 35.48224 23.03722 36.05597 curveto
+23.6346 36.64273 24.22523 37.23633 24.80898 37.83667 curveto
+25.40671 38.4514 25.9972 39.07317 26.58075 39.70137 curveto
+27.17867 40.34503 27.76926 40.99542 28.35251 41.6524 curveto
+28.95078 42.3263 29.54124 43.00706 30.12427 43.69418 curveto
+30.72275 44.3995 31.31332 45.1115 31.89603 45.82991 curveto
+32.49481 46.56816 33.08524 47.31316 33.66779 48.06429 curveto
+34.26672 48.83655 34.8573 49.61528 35.43954 50.4002 curveto
+36.03883 51.20811 36.62926 52.02255 37.2113 52.84296 curveto
+37.81071 53.68784 38.4012 54.539 38.98306 55.39606 curveto
+39.58273 56.27936 40.1732 57.16888 40.75484 58.06418 curveto
+41.3547 58.98753 41.94514 59.91696 42.5266 60.85202 curveto
+43.12663 61.81697 43.71707 62.78787 44.29836 63.76424 curveto
+44.89856 64.77237 45.48897 65.7863 46.07011 66.80554 curveto
+46.67047 67.8585 47.26091 68.9171 47.84187 69.98088 curveto
+48.44241 71.08052 49.03282 72.18565 49.61363 73.29584 curveto
+50.2143 74.44394 50.80467 75.59738 51.38539 76.75569 curveto
+51.98616 77.954 52.57654 79.15749 53.15717 80.36568 curveto
+53.75806 81.61603 54.34845 82.8714 54.92892 84.13136 curveto
+55.52994 85.43591 56.12029 86.74536 56.70068 88.0592 curveto
+57.30176 89.41983 57.89215 90.78516 58.47244 92.15477 curveto
+59.07362 93.57368 59.66394 94.99716 60.2442 96.42476 curveto
+60.84538 97.90385 61.43578 99.3873 62.01596 100.87476 curveto
+62.61726 102.41632 63.20761 103.96213 63.78772 105.51178 curveto
+64.38907 107.11816 64.97942 108.72865 65.5595 110.34285 curveto
+66.16084 112.01622 66.75113 113.69356 67.33125 115.3744 curveto
+67.9328 117.11732 68.52339 118.86403 69.10301 120.61436 curveto stroke
+ 0 setgray
+-68.76613 133.21184 moveto
+(n) cmmi10 9.96265 fshow
+-60.01883 133.21184 moveto
+(=) cmr10 9.96265 fshow
+-49.50282 133.21184 moveto
+(6) cmr10 9.96265 fshow
+showpage
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/frame_7.mps b/Master/texmf-dist/doc/latex/animate/doc/files/frame_7.mps
new file mode 100644
index 00000000000..45491c2ec4d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/frame_7.mps
@@ -0,0 +1,238 @@
+%!PS
+%%BoundingBox: -74 -9 86 153
+%%HiResBoundingBox: -73.99997 -8.95642 85.75998 152.62584
+%%Creator: MetaPost 0.901
+%%CreationDate: 2007.03.20:1512
+%%Pages: 1
+%*Font: cmmi10 9.96265 9.96265 65:804018
+%*Font: cmr10 9.96265 9.96265 37:82
+%*Font: cmmi7 6.97385 6.97385 78:8
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop [] 0 setdash
+ 1 setlinecap 1 setlinejoin 10 setmiterlimit
+newpath -70.86612 0 moveto
+70.86612 0 lineto stroke
+newpath 67.16975 -1.53113 moveto
+70.86612 0 lineto
+67.16975 1.53113 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath 0 0 moveto
+0 141.73222 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath 1.53113 138.03586 moveto
+0 141.73222 lineto
+-1.53113 138.03586 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath -35.43306 -1.41733 moveto
+-35.43306 1.41733 lineto stroke
+newpath 35.43306 -1.41733 moveto
+35.43306 1.41733 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath -1.41733 19.18146 moveto
+1.41733 19.18146 lineto stroke
+newpath -1.41733 38.36292 moveto
+1.41733 38.36292 lineto stroke
+newpath -1.41733 57.54437 moveto
+1.41733 57.54437 lineto stroke
+newpath -1.41733 76.72583 moveto
+1.41733 76.72583 lineto stroke
+newpath -1.41733 95.90729 moveto
+1.41733 95.90729 lineto stroke
+newpath -1.41733 115.08875 moveto
+1.41733 115.08875 lineto stroke
+ 1 0 0 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01584 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87282 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05568 -46.65175 5.14058 -46.06146 5.22766 curveto
+-45.47055 5.31483 -44.87994 5.40417 -44.2897 5.49576 curveto
+-43.69876 5.58745 -43.10815 5.68138 -42.51794 5.77762 curveto
+-41.92697 5.874 -41.33636 5.97267 -40.74619 6.07382 curveto
+-40.15515 6.17511 -39.56456 6.27887 -38.97443 6.38524 curveto
+-38.38335 6.49178 -37.79276 6.60094 -37.20265 6.71275 curveto
+-36.61154 6.82477 -36.02095 6.93945 -35.4309 7.05695 curveto
+-34.83972 7.17465 -34.24911 7.29517 -33.65913 7.4187 curveto
+-33.0679 7.5425 -32.47731 7.66933 -31.88737 7.7992 curveto
+-31.2961 7.92935 -30.70547 8.06255 -30.11562 8.199 curveto
+-29.52425 8.3358 -28.93364 8.47586 -28.34386 8.61931 curveto
+-27.75241 8.76317 -27.1618 8.91043 -26.5721 9.06126 curveto
+-25.98056 9.21257 -25.38995 9.36748 -24.80032 9.52605 curveto
+-24.20871 9.68515 -23.6181 9.84795 -23.02856 10.01454 curveto
+-22.43686 10.18176 -21.84624 10.35283 -21.2568 10.52791 curveto
+-20.66498 10.7037 -20.07436 10.88356 -19.48505 11.06763 curveto
+-18.8931 11.25252 -18.30249 11.44167 -17.71329 11.63513 curveto
+-17.12122 11.82954 -16.5306 12.02829 -15.94153 12.23163 curveto
+-15.3493 12.43605 -14.75868 12.6451 -14.16977 12.85886 curveto
+-13.57741 13.07387 -12.98679 13.29366 -12.398 13.51828 curveto
+-11.80548 13.74434 -11.21483 13.97528 -10.62624 14.21136 curveto
+-10.03352 14.4491 -9.4429 14.69202 -8.85448 14.94014 curveto
+-8.26161 15.19014 -7.67096 15.4454 -7.08272 15.7061 curveto
+-6.48962 15.96893 -5.89899 16.23727 -5.31096 16.51129 curveto
+-4.71764 16.78778 -4.12701 17.07004 -3.5392 17.35803 curveto
+-2.94568 17.64882 -2.35503 17.94547 -1.76744 18.24808 curveto
+-1.17365 18.55388 -0.58301 18.86575 0.00432 19.18379 curveto
+0.59836 19.50546 1.18896 19.8334 1.7761 20.16751 curveto
+2.37039 20.5057 2.96107 20.85019 3.54785 21.20128 curveto
+4.1425 21.55707 4.73306 21.91962 5.31961 22.2886 curveto
+5.91447 22.66283 6.50514 23.04366 7.09137 23.43126 curveto
+7.68661 23.82483 8.27724 24.22536 8.86313 24.63274 curveto
+9.45866 25.04683 10.04927 25.46797 10.63489 25.89597 curveto
+11.23073 26.33144 11.82138 26.77399 12.40665 27.22359 curveto
+13.0029 27.68163 13.59352 28.14696 14.17842 28.6194 curveto
+14.77501 29.10129 15.36562 29.59053 15.95018 30.08693 curveto
+16.54712 30.59384 17.13773 31.10817 17.72194 31.62968 curveto
+18.31924 32.16289 18.90984 32.70355 19.4937 33.25145 curveto
+20.09138 33.81232 20.68198 34.38072 21.26546 34.95634 curveto
+21.86353 35.54637 22.4541 36.14395 23.03722 36.74875 curveto
+23.63565 37.36943 24.22621 37.99765 24.80898 38.63306 curveto
+25.40779 39.28596 25.99835 39.9464 26.58075 40.61397 curveto
+27.17992 41.30077 27.77043 41.99509 28.35251 42.69643 curveto
+28.95204 43.41881 29.5426 44.14859 30.12427 44.88542 curveto
+30.7242 45.6454 31.31465 46.41283 31.89603 47.1871 curveto
+32.49625 47.98647 33.08675 48.79305 33.66779 49.60645 curveto
+34.26839 50.44724 34.85884 51.29523 35.43954 52.14989 curveto
+36.04048 53.03432 36.63092 53.92581 37.2113 54.82385 curveto
+37.81255 55.75418 38.40292 56.69147 38.98306 57.6351 curveto
+39.58458 58.6135 40.17503 59.59865 40.75484 60.59006 curveto
+41.3567 61.6192 41.94707 62.65503 42.5266 63.69691 curveto
+43.12868 64.77933 43.71906 65.86821 44.29836 66.963 curveto
+44.90071 68.10138 45.49106 69.24608 46.07011 70.3965 curveto
+46.67271 71.5937 47.26308 72.79701 47.84187 74.0059 curveto
+48.44473 75.26503 49.03502 76.53012 49.61363 77.80057 curveto
+50.21667 79.12466 50.807 80.45451 51.38539 81.78958 curveto
+51.98868 83.18216 52.57895 84.58032 53.15717 85.98349 curveto
+53.7606 87.44786 54.35088 88.91763 54.92892 90.39221 curveto
+55.53256 91.93208 56.12282 93.47716 56.70068 95.02689 curveto
+57.30449 96.64616 57.89473 98.27046 58.47244 99.89923 curveto
+59.0764 101.602 59.66664 103.30962 60.2442 105.02153 curveto
+60.8483 106.8121 61.43849 108.60732 62.01596 110.40665 curveto
+62.62016 112.2893 63.2104 114.1764 63.78772 116.06749 curveto
+64.39209 118.0472 64.9823 120.03117 65.5595 122.01897 curveto
+66.16388 124.10042 66.754 126.18597 67.33125 128.27512 curveto
+67.93599 130.4637 68.52658 132.65616 69.10301 134.85236 curveto stroke
+ 0 setgray
+72.96611 -6.3895 moveto
+(x) cmmi10 9.96265 fshow
+-7.34189 145.76941 moveto
+(y) cmmi10 9.96265 fshow
+55.01295 139.78955 moveto
+(y) cmmi10 9.96265 fshow
+63.02225 139.78955 moveto
+(=) cmr10 9.96265 fshow
+73.53825 139.78955 moveto
+(e) cmmi10 9.96265 fshow
+78.17715 143.40495 moveto
+(x) cmmi7 6.97385 fshow
+ 1 setgray
+newpath -73.43304 -8.3895 moveto
+85.19305 -8.3895 lineto
+85.19305 152.05891 lineto
+-73.43304 152.05891 lineto
+ closepath stroke
+ 0 0 1 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01613 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87253 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05566 -46.65173 5.14056 -46.06146 5.22766 curveto
+-45.47055 5.31485 -44.87996 5.40424 -44.2897 5.49576 curveto
+-43.69876 5.58739 -43.10815 5.68115 -42.51794 5.77733 curveto
+-41.92696 5.87363 -41.33636 5.97235 -40.74619 6.07352 curveto
+-40.15517 6.17482 -39.56456 6.27856 -38.97443 6.38493 curveto
+-38.38335 6.49147 -37.79276 6.60065 -37.20265 6.71246 curveto
+-36.61154 6.82448 -36.02094 6.93915 -35.4309 7.05666 curveto
+-34.83972 7.17438 -34.24913 7.29494 -33.65913 7.41841 curveto
+-33.0679 7.54214 -32.4773 7.66881 -31.88737 7.79861 curveto
+-31.29608 7.92871 -30.70547 8.06197 -30.11562 8.19843 curveto
+-29.52426 8.33524 -28.93364 8.47527 -28.34386 8.61871 curveto
+-27.75241 8.76257 -27.1618 8.90985 -26.5721 9.06067 curveto
+-25.98058 9.21194 -25.38998 9.36678 -24.80032 9.52516 curveto
+-24.20871 9.68407 -23.61809 9.84657 -23.02856 10.01308 curveto
+-22.43683 10.1802 -21.84624 10.35136 -21.2568 10.52644 curveto
+-20.66501 10.70222 -20.07437 10.88197 -19.48505 11.06587 curveto
+-18.89311 11.2506 -18.30249 11.43953 -17.71329 11.6328 curveto
+-17.12122 11.82701 -16.53061 12.0256 -15.94153 12.2287 curveto
+-15.34932 12.43288 -14.7587 12.64159 -14.16977 12.85506 curveto
+-13.57741 13.06978 -12.98679 13.28928 -12.398 13.5136 curveto
+-11.8055 13.73932 -11.21487 13.96991 -10.62624 14.2055 curveto
+-10.03355 14.44272 -9.44292 14.68501 -8.85448 14.93254 curveto
+-8.26161 15.18193 -7.67097 15.43665 -7.08272 15.69675 curveto
+-6.48965 15.95897 -5.89905 16.22665 -5.31096 16.49986 curveto
+-4.71768 16.77547 -4.12704 17.05669 -3.5392 17.34369 curveto
+-2.94571 17.63345 -2.3551 17.92912 -1.76744 18.23051 curveto
+-1.17374 18.535 -0.58305 18.84534 0.00432 19.16185 curveto
+0.59834 19.48193 1.18895 19.80833 1.7761 20.14088 curveto
+2.3703 20.47743 2.96092 20.82028 3.54785 21.16937 curveto
+4.14233 21.52295 4.73299 21.88292 5.31961 22.24939 curveto
+5.91443 22.62099 6.50507 22.99925 7.09137 23.38414 curveto
+7.68645 23.7748 8.27702 24.17224 8.86313 24.57625 curveto
+9.45848 24.98663 10.04916 25.40376 10.63489 25.82777 curveto
+11.23062 26.25903 11.82118 26.6974 12.40665 27.14252 curveto
+13.00264 27.59564 13.5933 28.05573 14.17842 28.52281 curveto
+14.77481 28.9989 15.36536 29.48225 15.95018 29.97249 curveto
+16.54681 30.47263 17.13744 30.97989 17.72194 31.49417 curveto
+18.31897 32.01947 18.90956 32.55203 19.4937 33.09164 curveto
+20.09105 33.64348 20.6816 34.20264 21.26546 34.76874 curveto
+21.86311 35.34822 22.4537 35.93494 23.03722 36.52866 curveto
+23.63525 37.13716 24.22581 37.753 24.80898 38.3758 curveto
+25.40733 39.01482 25.99786 39.6611 26.58075 40.31425 curveto
+27.17938 40.98506 27.76991 41.66306 28.35251 42.34784 curveto
+28.95148 43.05186 29.54204 43.763 30.12427 44.48093 curveto
+30.72359 45.21992 31.31406 45.96605 31.89603 46.7188 curveto
+32.4956 47.49432 33.0861 48.27681 33.66779 49.06586 curveto
+34.26768 49.87961 34.85814 50.70027 35.43954 51.52734 curveto
+36.03967 52.38106 36.63011 53.24153 37.2113 54.10825 curveto
+37.81168 55.00356 38.40216 55.90547 38.98306 56.81354 curveto
+39.58376 57.75255 40.1742 58.6981 40.75484 59.64966 curveto
+41.35574 60.6344 41.94612 61.62553 42.5266 62.62247 curveto
+43.12769 63.65482 43.71811 64.69333 44.29836 65.73753 curveto
+44.89967 66.81967 45.49004 67.90788 46.07011 69.00156 curveto
+46.6716 70.13559 47.262 71.27548 47.84187 72.42072 curveto
+48.44357 73.60905 49.0339 74.8031 49.61363 76.0023 curveto
+50.21545 77.24722 50.80582 78.49765 51.38539 79.75308 curveto
+51.9874 81.05708 52.57773 82.36644 53.15717 83.68063 curveto
+53.7593 85.04628 54.34962 86.41708 54.92892 87.79257 curveto
+55.53119 89.22258 56.12149 90.6576 56.70068 92.0971 curveto
+57.30302 93.59413 57.89333 95.09596 58.47244 96.60213 curveto
+59.07489 98.16898 59.66519 99.74046 60.2442 101.31612 curveto
+60.84674 102.95581 61.43703 104.59999 62.01596 106.24817 curveto
+62.61856 107.96375 63.20886 109.68362 63.78772 111.40735 curveto
+64.3904 113.20201 64.9807 115.0008 65.5595 116.8033 curveto
+66.16219 118.68018 66.7524 120.56104 67.33125 122.4454 curveto
+67.93419 124.40813 68.52478 126.37463 69.10301 128.34477 curveto stroke
+ 0 setgray
+-68.76613 133.21184 moveto
+(n) cmmi10 9.96265 fshow
+-60.01883 133.21184 moveto
+(=) cmr10 9.96265 fshow
+-49.50282 133.21184 moveto
+(7) cmr10 9.96265 fshow
+showpage
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/animate/doc/files/frame_8.mps b/Master/texmf-dist/doc/latex/animate/doc/files/frame_8.mps
new file mode 100644
index 00000000000..1c2a336dd09
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/animate/doc/files/frame_8.mps
@@ -0,0 +1,238 @@
+%!PS
+%%BoundingBox: -74 -9 86 153
+%%HiResBoundingBox: -73.99997 -8.95642 85.75998 152.62584
+%%Creator: MetaPost 0.901
+%%CreationDate: 2007.03.20:1512
+%%Pages: 1
+%*Font: cmmi10 9.96265 9.96265 65:804018
+%*Font: cmr10 9.96265 9.96265 38:84
+%*Font: cmmi7 6.97385 6.97385 78:8
+%%BeginProlog
+%%EndProlog
+%%Page: 1 1
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop [] 0 setdash
+ 1 setlinecap 1 setlinejoin 10 setmiterlimit
+newpath -70.86612 0 moveto
+70.86612 0 lineto stroke
+newpath 67.16975 -1.53113 moveto
+70.86612 0 lineto
+67.16975 1.53113 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath 0 0 moveto
+0 141.73222 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath 1.53113 138.03586 moveto
+0 141.73222 lineto
+-1.53113 138.03586 lineto
+ closepath
+gsave fill grestore stroke
+ 1.13383 0 dtransform exch truncate exch idtransform pop setlinewidth
+newpath -35.43306 -1.41733 moveto
+-35.43306 1.41733 lineto stroke
+newpath 35.43306 -1.41733 moveto
+35.43306 1.41733 lineto stroke
+ 0 1.13383 dtransform truncate idtransform setlinewidth pop
+newpath -1.41733 19.18146 moveto
+1.41733 19.18146 lineto stroke
+newpath -1.41733 38.36292 moveto
+1.41733 38.36292 lineto stroke
+newpath -1.41733 57.54437 moveto
+1.41733 57.54437 lineto stroke
+newpath -1.41733 76.72583 moveto
+1.41733 76.72583 lineto stroke
+newpath -1.41733 95.90729 moveto
+1.41733 95.90729 lineto stroke
+newpath -1.41733 115.08875 moveto
+1.41733 115.08875 lineto stroke
+ 1 0 0 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01584 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87282 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05568 -46.65175 5.14058 -46.06146 5.22766 curveto
+-45.47055 5.31483 -44.87994 5.40417 -44.2897 5.49576 curveto
+-43.69876 5.58745 -43.10815 5.68138 -42.51794 5.77762 curveto
+-41.92697 5.874 -41.33636 5.97267 -40.74619 6.07382 curveto
+-40.15515 6.17511 -39.56456 6.27887 -38.97443 6.38524 curveto
+-38.38335 6.49178 -37.79276 6.60094 -37.20265 6.71275 curveto
+-36.61154 6.82477 -36.02095 6.93945 -35.4309 7.05695 curveto
+-34.83972 7.17465 -34.24911 7.29517 -33.65913 7.4187 curveto
+-33.0679 7.5425 -32.47731 7.66933 -31.88737 7.7992 curveto
+-31.2961 7.92935 -30.70547 8.06255 -30.11562 8.199 curveto
+-29.52425 8.3358 -28.93364 8.47586 -28.34386 8.61931 curveto
+-27.75241 8.76317 -27.1618 8.91043 -26.5721 9.06126 curveto
+-25.98056 9.21257 -25.38995 9.36748 -24.80032 9.52605 curveto
+-24.20871 9.68515 -23.6181 9.84795 -23.02856 10.01454 curveto
+-22.43686 10.18176 -21.84624 10.35283 -21.2568 10.52791 curveto
+-20.66498 10.7037 -20.07436 10.88356 -19.48505 11.06763 curveto
+-18.8931 11.25252 -18.30249 11.44167 -17.71329 11.63513 curveto
+-17.12122 11.82954 -16.5306 12.02829 -15.94153 12.23163 curveto
+-15.3493 12.43605 -14.75868 12.6451 -14.16977 12.85886 curveto
+-13.57741 13.07387 -12.98679 13.29366 -12.398 13.51828 curveto
+-11.80548 13.74434 -11.21483 13.97528 -10.62624 14.21136 curveto
+-10.03352 14.4491 -9.4429 14.69202 -8.85448 14.94014 curveto
+-8.26161 15.19014 -7.67096 15.4454 -7.08272 15.7061 curveto
+-6.48962 15.96893 -5.89899 16.23727 -5.31096 16.51129 curveto
+-4.71764 16.78778 -4.12701 17.07004 -3.5392 17.35803 curveto
+-2.94568 17.64882 -2.35503 17.94547 -1.76744 18.24808 curveto
+-1.17365 18.55388 -0.58301 18.86575 0.00432 19.18379 curveto
+0.59836 19.50546 1.18896 19.8334 1.7761 20.16751 curveto
+2.37039 20.5057 2.96107 20.85019 3.54785 21.20128 curveto
+4.1425 21.55707 4.73306 21.91962 5.31961 22.2886 curveto
+5.91447 22.66283 6.50514 23.04366 7.09137 23.43126 curveto
+7.68661 23.82483 8.27724 24.22536 8.86313 24.63274 curveto
+9.45866 25.04683 10.04927 25.46797 10.63489 25.89597 curveto
+11.23073 26.33144 11.82138 26.77399 12.40665 27.22359 curveto
+13.0029 27.68163 13.59352 28.14696 14.17842 28.6194 curveto
+14.77501 29.10129 15.36562 29.59053 15.95018 30.08693 curveto
+16.54712 30.59384 17.13773 31.10817 17.72194 31.62968 curveto
+18.31924 32.16289 18.90984 32.70355 19.4937 33.25145 curveto
+20.09138 33.81232 20.68198 34.38072 21.26546 34.95634 curveto
+21.86353 35.54637 22.4541 36.14395 23.03722 36.74875 curveto
+23.63565 37.36943 24.22621 37.99765 24.80898 38.63306 curveto
+25.40779 39.28596 25.99835 39.9464 26.58075 40.61397 curveto
+27.17992 41.30077 27.77043 41.99509 28.35251 42.69643 curveto
+28.95204 43.41881 29.5426 44.14859 30.12427 44.88542 curveto
+30.7242 45.6454 31.31465 46.41283 31.89603 47.1871 curveto
+32.49625 47.98647 33.08675 48.79305 33.66779 49.60645 curveto
+34.26839 50.44724 34.85884 51.29523 35.43954 52.14989 curveto
+36.04048 53.03432 36.63092 53.92581 37.2113 54.82385 curveto
+37.81255 55.75418 38.40292 56.69147 38.98306 57.6351 curveto
+39.58458 58.6135 40.17503 59.59865 40.75484 60.59006 curveto
+41.3567 61.6192 41.94707 62.65503 42.5266 63.69691 curveto
+43.12868 64.77933 43.71906 65.86821 44.29836 66.963 curveto
+44.90071 68.10138 45.49106 69.24608 46.07011 70.3965 curveto
+46.67271 71.5937 47.26308 72.79701 47.84187 74.0059 curveto
+48.44473 75.26503 49.03502 76.53012 49.61363 77.80057 curveto
+50.21667 79.12466 50.807 80.45451 51.38539 81.78958 curveto
+51.98868 83.18216 52.57895 84.58032 53.15717 85.98349 curveto
+53.7606 87.44786 54.35088 88.91763 54.92892 90.39221 curveto
+55.53256 91.93208 56.12282 93.47716 56.70068 95.02689 curveto
+57.30449 96.64616 57.89473 98.27046 58.47244 99.89923 curveto
+59.0764 101.602 59.66664 103.30962 60.2442 105.02153 curveto
+60.8483 106.8121 61.43849 108.60732 62.01596 110.40665 curveto
+62.62016 112.2893 63.2104 114.1764 63.78772 116.06749 curveto
+64.39209 118.0472 64.9823 120.03117 65.5595 122.01897 curveto
+66.16388 124.10042 66.754 126.18597 67.33125 128.27512 curveto
+67.93599 130.4637 68.52658 132.65616 69.10301 134.85236 curveto stroke
+ 0 setgray
+72.96611 -6.3895 moveto
+(x) cmmi10 9.96265 fshow
+-7.34189 145.76941 moveto
+(y) cmmi10 9.96265 fshow
+55.01295 139.78955 moveto
+(y) cmmi10 9.96265 fshow
+63.02225 139.78955 moveto
+(=) cmr10 9.96265 fshow
+73.53825 139.78955 moveto
+(e) cmmi10 9.96265 fshow
+78.17715 143.40495 moveto
+(x) cmmi7 6.97385 fshow
+ 1 setgray
+newpath -73.43304 -8.3895 moveto
+85.19305 -8.3895 lineto
+85.19305 152.05891 lineto
+-73.43304 152.05891 lineto
+ closepath stroke
+ 0 0 1 setrgbcolor
+newpath -70.86612 2.59583 moveto
+-69.09436 2.729 lineto
+-67.3226 2.86891 lineto
+-65.55084 3.01613 lineto
+-63.77907 3.17067 lineto
+-62.00731 3.3331 lineto
+-60.23555 3.50403 lineto
+-58.46379 3.68375 lineto
+-56.69203 3.87253 lineto
+-54.92027 4.07126 lineto
+-53.14851 4.27994 lineto
+-51.37674 4.49947 lineto
+-50.78592 4.5745 -50.19531 4.65129 -49.60498 4.7301 curveto
+-49.01413 4.80898 -48.42354 4.88988 -47.83322 4.97273 curveto
+-47.24234 5.05566 -46.65173 5.14056 -46.06146 5.22766 curveto
+-45.47055 5.31485 -44.87996 5.40424 -44.2897 5.49576 curveto
+-43.69878 5.58739 -43.10815 5.68117 -42.51794 5.77733 curveto
+-41.92696 5.87361 -41.33635 5.97227 -40.74619 6.07352 curveto
+-40.15515 6.1749 -39.56458 6.27887 -38.97443 6.38524 curveto
+-38.38336 6.49178 -37.79276 6.60072 -37.20265 6.71246 curveto
+-36.61153 6.8244 -36.02094 6.93915 -35.4309 7.05666 curveto
+-34.83972 7.1744 -34.24911 7.29488 -33.65913 7.41841 curveto
+-33.0679 7.5422 -32.47731 7.66904 -31.88737 7.7989 curveto
+-31.2961 7.92906 -30.70547 8.06227 -30.11562 8.19872 curveto
+-29.52425 8.33551 -28.93364 8.47556 -28.34386 8.61902 curveto
+-27.75241 8.7629 -27.16182 8.91019 -26.5721 9.06097 curveto
+-25.98058 9.21222 -25.38995 9.36697 -24.80032 9.52547 curveto
+-24.2087 9.68451 -23.6181 9.84732 -23.02856 10.01395 curveto
+-22.43686 10.18118 -21.84624 10.35225 -21.2568 10.52733 curveto
+-20.66498 10.70311 -20.07434 10.88295 -19.48505 11.06703 curveto
+-18.8931 11.25194 -18.3025 11.44115 -17.71329 11.63455 curveto
+-17.12123 11.8289 -16.53058 12.02748 -15.94153 12.23076 curveto
+-15.34929 12.43513 -14.7587 12.64426 -14.16977 12.85799 curveto
+-13.57742 13.07297 -12.98679 13.29259 -12.398 13.5171 curveto
+-11.80547 13.74304 -11.21483 13.97389 -10.62624 14.2099 curveto
+-10.03354 14.44756 -9.44293 14.69041 -8.85448 14.93839 curveto
+-8.26161 15.18822 -7.67094 15.4432 -7.08272 15.70377 curveto
+-6.48961 15.96648 -5.89902 16.23482 -5.31096 16.50865 curveto
+-4.71767 16.78491 -4.127 17.06677 -3.5392 17.3545 curveto
+-2.94565 17.64507 -2.35506 17.94162 -1.76744 18.24399 curveto
+-1.1737 18.5495 -0.58304 18.86092 0.00432 19.17853 curveto
+0.59837 19.49976 1.189 19.82732 1.7761 20.16107 curveto
+2.37036 20.4989 2.96101 20.8431 3.54785 21.19368 curveto
+4.14243 21.54889 4.73305 21.91064 5.31961 22.27895 curveto
+5.91447 22.65245 6.50511 23.03267 7.09137 23.41956 curveto
+7.68655 23.81233 8.27718 24.21196 8.86313 24.6184 curveto
+9.45862 25.03145 10.04924 25.45149 10.63489 25.8784 curveto
+11.2307 26.31273 11.82133 26.75414 12.40665 27.20251 curveto
+13.0028 27.6592 13.59341 28.12306 14.17842 28.59393 curveto
+14.77492 29.07405 15.36555 29.5614 15.95018 30.05591 curveto
+16.54707 30.56079 17.13765 31.0731 17.72194 31.59251 curveto
+18.31912 32.12338 18.90971 32.6616 19.4937 33.20695 curveto
+20.09128 33.76498 20.6819 34.33041 21.26546 34.90308 curveto
+21.8634 35.48985 22.45392 36.0842 23.03722 36.68553 curveto
+23.63545 37.30226 24.22607 37.92632 24.80898 38.55756 curveto
+25.40768 39.20592 25.99818 39.86179 26.58075 40.52469 curveto
+27.1797 41.20625 27.77023 41.89517 28.35251 42.59105 curveto
+28.95183 43.3073 29.54236 44.03085 30.12427 44.76132 curveto
+30.72397 45.5141 31.31445 46.27417 31.89603 47.04105 curveto
+32.496 47.8322 33.08644 48.63055 33.66779 49.43552 curveto
+34.26807 50.2667 34.85861 51.10486 35.43954 51.94968 curveto
+36.0402 52.82318 36.63055 53.70372 37.2113 54.59059 curveto
+37.81213 55.50812 38.40265 56.43234 38.98306 57.3629 curveto
+39.5843 58.32683 40.17467 59.29749 40.75484 60.27425 curveto
+41.35625 61.28677 41.94666 62.30579 42.5266 63.33076 curveto
+43.12828 64.39418 43.71863 65.46394 44.29836 66.53949 curveto
+44.90024 67.65616 45.49062 68.77898 46.07011 69.90742 curveto
+46.67224 71.07996 47.26259 72.2585 47.84187 73.44247 curveto
+48.4442 74.67354 49.03453 75.91043 49.61363 77.15257 curveto
+50.21613 78.44489 50.80646 79.74283 51.38539 81.04587 curveto
+51.98807 82.40236 52.57837 83.76433 53.15717 85.13118 curveto
+53.76 86.5548 54.3503 87.98366 54.92892 89.41727 curveto
+55.53192 90.91129 56.12221 92.41042 56.70068 93.9141 curveto
+57.30379 95.48177 57.89403 97.05435 58.47244 98.63132 curveto
+59.07564 100.27586 59.66592 101.92511 60.2442 103.57858 curveto
+60.84753 105.3037 61.43779 107.03334 62.01596 108.76703 curveto
+62.61937 110.5764 63.20963 112.39014 63.78772 114.20776 curveto
+64.39124 116.1053 64.98149 118.00703 65.5595 119.9125 curveto
+66.16302 121.90213 66.75317 123.89578 67.33125 125.89294 curveto
+67.93503 127.97888 68.52562 130.0686 69.10301 132.16199 curveto stroke
+ 0 setgray
+-68.76613 133.21184 moveto
+(n) cmmi10 9.96265 fshow
+-60.01883 133.21184 moveto
+(=) cmr10 9.96265 fshow
+-49.50282 133.21184 moveto
+(8) cmr10 9.96265 fshow
+showpage
+%%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
deleted file mode 100644
index e66a22d19c5..00000000000
--- a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0001.eps
+++ /dev/null
@@ -1,1024 +0,0 @@
-%!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
deleted file mode 100644
index 0ad209d20be..00000000000
--- a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0002.eps
+++ /dev/null
@@ -1,1133 +0,0 @@
-%!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
deleted file mode 100644
index adf63f9095b..00000000000
--- a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0003.eps
+++ /dev/null
@@ -1,1133 +0,0 @@
-%!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
deleted file mode 100644
index ad54ae5538f..00000000000
--- a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0004.eps
+++ /dev/null
@@ -1,1133 +0,0 @@
-%!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
deleted file mode 100644
index 9eaed467c56..00000000000
--- a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0005.eps
+++ /dev/null
@@ -1,1133 +0,0 @@
-%!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
deleted file mode 100644
index e715ae6b1b7..00000000000
--- a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0006.eps
+++ /dev/null
@@ -1,1133 +0,0 @@
-%!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
deleted file mode 100644
index 51e0f98ea3c..00000000000
--- a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0007.eps
+++ /dev/null
@@ -1,1133 +0,0 @@
-%!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
deleted file mode 100644
index bde793c126d..00000000000
--- a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0008.eps
+++ /dev/null
@@ -1,1133 +0,0 @@
-%!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
deleted file mode 100644
index 5bf74f033cd..00000000000
--- a/Master/texmf-dist/doc/latex/animate/doc/files/pg_0009.eps
+++ /dev/null
@@ -1,1133 +0,0 @@
-%!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