texlive[46393] Master/texmf-dist: pstool (20jan18)

commits+karl at tug.org commits+karl at tug.org
Sun Jan 21 01:44:10 CET 2018


Revision: 46393
          http://tug.org/svn/texlive?view=revision&revision=46393
Author:   karl
Date:     2018-01-21 01:44:09 +0100 (Sun, 21 Jan 2018)
Log Message:
-----------
pstool (20jan18)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/pstool/pstool.pdf
    trunk/Master/texmf-dist/tex/latex/pstool/pstool.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/pstool/README.md
    trunk/Master/texmf-dist/doc/latex/pstool/pstool.tex

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/pstool/README
    trunk/Master/texmf-dist/doc/latex/pstool/example-pstool.tex
    trunk/Master/texmf-dist/doc/latex/pstool/example.tex
    trunk/Master/texmf-dist/doc/latex/pstool/macros.tex
    trunk/Master/texmf-dist/doc/latex/pstool/subdir/
    trunk/Master/texmf-dist/doc/latex/pstool/trial.eps
    trunk/Master/texmf-dist/doc/latex/pstool/trial.tex
    trunk/Master/texmf-dist/doc/latex/pstool/trial2.eps
    trunk/Master/texmf-dist/doc/latex/pstool/trial2.tex
    trunk/Master/texmf-dist/source/latex/pstool/

Deleted: trunk/Master/texmf-dist/doc/latex/pstool/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pstool/README	2018-01-20 14:18:45 UTC (rev 46392)
+++ trunk/Master/texmf-dist/doc/latex/pstool/README	2018-01-21 00:44:09 UTC (rev 46393)
@@ -1,57 +0,0 @@
-The pstool package
-==================
-
-A package like `pst-pdf` for processing PostScript graphics
-with psfrag labels within pdfLaTeX documents. The difference
-with this package is that every graphic is compiled individually,
-drastically speeding up compilation time when only a single
-figure needs re-processing.
-
-Running `latex` on pstool.tex will produce the files
-  pstool.ins, pstool.sty, and README.txt,
-and compile the PDF documentation.
-
-Executing `latex pstool.ins` produces the files above
-except pstool.ins (and the PDF file, obviously).
-
-Please see the PDF documentation for further information.
-
-* Copyright 2008–2014 Zebb Prime
-* Copyright 2008–2017 Will Robertson
-* Distributed under the LaTeX Project Public License, "maintained" by Will Robertson
-
-
-Change history
---------------------
-
-* v1.5d, Oct 2017:
-  - Use `shellesc` package for write18 in LuaTeX.
-
-* v1.5c:
-  - Documentation update; some minor cosmetic code changes.
-
-* v1.5b:
-  - Fix conflict with beamer, which resets the catcode of @ with \begin{document}.
-
-* v1.5a, March 2013:
-  - Fix bug introduced in last version in which plain LaTeX compilation
-    (producing DVI) produced erroneous output above each figure.
-
-* v1.5, February 2013:
-  - Fix =/# mixup in Windows ps2pdf options.
-  - Check the .tex file for newness when regenerating figures.
-  - Add [macro-file=...] for a global file to retrieve psfrag macros
-    (default is "\jobname-pstool.tex").
-    Thanks to Heinrich Kruger for suggestions for the above.
-  - Cross-references and citations within external graphics are now supported.
-
-* v1.4, November 2010:
-  - More robust parsing of the main input file to read in the preamble.
-    Therefore, \EndPreamble is now required much less often.
-  - Apparently unreleased to CTAN, oops :)
-
-* v1.3, July 2009:
-  - [bitmap] option to control compression of bitmap graphics,
-  - Package options may now be set anywhere with \pstoolsetup{},
-  - localised pstool options can be set per-graphic.
-

Added: trunk/Master/texmf-dist/doc/latex/pstool/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pstool/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/pstool/README.md	2018-01-21 00:44:09 UTC (rev 46393)
@@ -0,0 +1,68 @@
+The pstool package
+==================
+
+A package like `pst-pdf` for processing PostScript graphics
+with psfrag labels within pdfLaTeX documents. The difference
+with this package is that every graphic is compiled individually,
+drastically speeding up compilation time when only a single
+figure needs re-processing.
+
+An example and a testsuite is available in the source repository
+for the package: <https://github.com/wspr/pstool>
+
+Please see the PDF documentation for further information.
+
+* Copyright 2008–2014 Zebb Prime
+* Copyright 2008–2018 Will Robertson
+
+License
+-------
+
+This work may be distributed and/or modified under the
+conditions of the LaTeX Project Public License, either
+version 1.3c or (at your option) any later version.
+The latest version of this license is in:
+  <http://www.latex-project.org/lppl.txt>
+
+This work has the LPPL maintenance status `maintained'.
+
+The Current Maintainer of this work is Will Robertson.
+
+
+Change history
+--------------
+
+* v1.5e, Jan 2018:
+  - New package option `crossref=false` to disable cross-referencing support.
+
+* v1.5d, Oct 2017:
+  - Use `shellesc` package for write18 in LuaTeX.
+
+* v1.5c:
+  - Documentation update; some minor cosmetic code changes.
+
+* v1.5b:
+  - Fix conflict with beamer, which resets the catcode of @ with \begin{document}.
+
+* v1.5a, March 2013:
+  - Fix bug introduced in last version in which plain LaTeX compilation
+    (producing DVI) produced erroneous output above each figure.
+
+* v1.5, February 2013:
+  - Fix =/# mixup in Windows ps2pdf options.
+  - Check the .tex file for newness when regenerating figures.
+  - Add [macro-file=...] for a global file to retrieve psfrag macros
+    (default is "\jobname-pstool.tex").
+    Thanks to Heinrich Kruger for suggestions for the above.
+  - Cross-references and citations within external graphics are now supported.
+
+* v1.4, November 2010:
+  - More robust parsing of the main input file to read in the preamble.
+    Therefore, \EndPreamble is now required much less often.
+  - Apparently unreleased to CTAN, oops :)
+
+* v1.3, July 2009:
+  - [bitmap] option to control compression of bitmap graphics,
+  - Package options may now be set anywhere with \pstoolsetup{},
+  - localised pstool options can be set per-graphic.
+


Property changes on: trunk/Master/texmf-dist/doc/latex/pstool/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/doc/latex/pstool/example-pstool.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pstool/example-pstool.tex	2018-01-20 14:18:45 UTC (rev 46392)
+++ trunk/Master/texmf-dist/doc/latex/pstool/example-pstool.tex	2018-01-21 00:44:09 UTC (rev 46393)
@@ -1,2 +0,0 @@
-
-\psfrag{[epsv]}{$\epsilon_V$}%

Deleted: trunk/Master/texmf-dist/doc/latex/pstool/example.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pstool/example.tex	2018-01-20 14:18:45 UTC (rev 46392)
+++ trunk/Master/texmf-dist/doc/latex/pstool/example.tex	2018-01-21 00:44:09 UTC (rev 46393)
@@ -1,86 +0,0 @@
-
-\documentclass[12pt]{memoir}
-\usepackage{color}
-\usepackage[cleanup={},process=all]{pstool}
-\input macros.tex
-
-\newif\ifNAT
-\NATfalse
-\ifNAT
-  \usepackage{natbib}
-\else
-  \usepackage[backend=bibtex]{biblatex}
-  \bibliography{xampl}
-\fi
-
-\EndPreamble
-\usepackage{expl3}\begin{document} % hello
-
-\title{\textsf{pstool} example document}
-\maketitle
-
-This is an example document for the \textsf{pstool} package. It's grown rather convoluted since I use it for testing some of the more arcane features of the package.
-
-There are some external macros defined in the file \texttt{macros.tex}: \verb|\a| $\to$ \a, \verb|\b| $\to$ \b, \verb|\c| $\to$ \c. These are defined in the preamble so when their definitions appear in the replacements below we know the preamble catching is working correctly.
-
-The same figure is used for all the examples; only one of its labels is being replaced by default by its associated \verb|.tex| file.
-
-\newpage
-
-First example: the style is defined as tiny+red, so all labels in the graphic will inherit this. The [Mp] label below first arrow should be replaced by tiny red $M_\a$; in rectangle,  [hb] label replacement $H_\b$ comes from \texttt{trial.tex}; near right dot, [epsv] label replacement $\epsilon_v$ comes from \texttt{example-pstool.tex}.
-
-\begin{center}
-\fbox{\psfragfig{trial}{%
-  \color{red}
-  \tiny
-  \psfrag{[Mp]}{$M_\a$}%
-  \psfrag{[epb]}{\cite{article-full}}%
-}}
-\end{center}
-
-Also, a citation is being used, and this should work for most \LaTeX\ bibliography packages.
-
-\clearpage
-In the second, the replacements should be plain and the whole image rotated 45 degrees.
-This image comes from a subdirectory so we know that works correctly.
-The subscript on $Z$ should be the current page number and a different citation is used here.
-
-\begin{center}
-\fbox{\psfragfig[angle=45]{subdir/trial2}{%
-  \psfrag{[Mp]}{$Z_{\thepage}$}%
-  \psfrag{[epb]}{\cite{incollection-full}}%
-}}
-\end{center}
-
-
-\frontmatter
-hello this is a filler page
-\begin{equation}
-a=b+c\label{eq1}
-\end{equation}
-\begin{equation}
-a=b+c\label{eq2}
-\end{equation}
-\begin{equation}
-a=b+c\label{eq3}
-\end{equation}
-
-\newpage
-In the third, hopefully the scale command works.
-Here we are referencing an equation from the previous page in the $Z$ subscript and the current page number should show up in there too.
-
-\begin{center}
-\fbox{\psfragfig[scale=0.5]{trial2}{%
-  \psfrag{[Mp]}{$Z_{(\ref{eq3})}$}%
-  \psfrag{[ev]}{\thepage}
-}}
-\end{center}
-
-\ifNAT
-  \bibliographystyle{abbrvnat}
-  \bibliography{xampl}
-\else
-  \printbibliography
-\fi
-
-\end{document}
\ No newline at end of file

Deleted: trunk/Master/texmf-dist/doc/latex/pstool/macros.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pstool/macros.tex	2018-01-20 14:18:45 UTC (rev 46392)
+++ trunk/Master/texmf-dist/doc/latex/pstool/macros.tex	2018-01-21 00:44:09 UTC (rev 46393)
@@ -1,4 +0,0 @@
-
-\def\a{A}
-\def\b{B}
-\def\c{C}

Modified: trunk/Master/texmf-dist/doc/latex/pstool/pstool.pdf
===================================================================
(Binary files differ)

Added: trunk/Master/texmf-dist/doc/latex/pstool/pstool.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pstool/pstool.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/pstool/pstool.tex	2018-01-21 00:44:09 UTC (rev 46393)
@@ -0,0 +1,521 @@
+%% PSTOOL.TEX
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c or (at your option) any later version.
+% The latest version of this license is in:
+%   <http://www.latex-project.org/lppl.txt>
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Will Robertson.
+
+
+\makeatletter
+\documentclass{ltxdoc}
+\usepackage[rm,medium]{titlesec}
+
+\usepackage{xcolor}
+\usepackage[colorlinks,linktocpage]{hyperref}
+\usepackage{expl3,l3regex}
+
+\usepackage{enumitem}
+\setlist{noitemsep}
+
+\usepackage{tocloft,varwidth}
+\setcounter{tocdepth}{1}
+\def\tocwidthA{0.45}
+\def\tocwidthB{0.45}
+\def\cftpartfont{\scshape}
+\def\cftsecfont{\small}
+\cftbeforesecskip=0pt
+\def\cftpartleader{}
+\def\cftpartafterpnum{\cftparfillskip}
+\def\cftsecleader{}
+\def\cftsecafterpnum{\cftparfillskip}
+
+\let\pkg\textsf
+\def\pkgopt#1{\texttt{[#1]}}
+
+\def\PDF{\textsc{pdf}}
+\def\PS{\textsc{ps}}
+\def\DVI{\textsc{dvi}}
+\def\EPS{\textsc{eps}}
+
+\usepackage{pstool}
+\usepackage[T1]{fontenc}
+\usepackage{microtype}
+\usepackage{lmodern}
+\usepackage[sc,osf]{mathpazo}
+\linespread{1.1}
+\frenchspacing
+
+\def\partname{Part}
+
+\GetFileInfo{pstool.sty}
+\begin{document}
+{\addtocontents{toc}{\protect\begin{varwidth}[t]{\tocwidthA\linewidth}}}
+
+\title{The \pkg{pstool} package}
+\author{
+  \normalsize Concept by Zebb Prime\\
+  \normalsize Package by Will Robertson\footnote{\texttt{wspr81 at gmail.com}}}
+\date{\fileversion\qquad\filedate}
+
+\maketitle
+
+\begin{abstract}
+This package defines the \cmd\psfragfig\ user command for including \EPS\ files that use \pkg{psfrag} features in a pdf\/\LaTeX\ document. The command \cmd\pstool\ can be used to define other commands with similar behaviour.
+\end{abstract}
+
+\tableofcontents
+
+\part{User documentation}
+
+\section{Introduction}
+
+While directly producing \PDF\ output with pdf\/\LaTeX\ is a great improvement in many ways over the `old method' of \DVI$\to$\PS$\to$\PDF, it loses the ability to interface with a generic PostScript workflow, used to great effect in numerous packages, most notably \pkg{PSTricks} and \pkg{psfrag}.
+
+Until now, the best way to use these packages while running pdf\/\LaTeX\ has been to use the \pkg{pst-pdf} package, which processes the entire document through a filter, sending the relevant PostScript environments (only) through a single pass of \LaTeX\ producing \DVI$\to$\PS$\to$\PDF. The resulting \PDF\ versions of each graphic are then included into the pdf\/\LaTeX\ document in a subsequent compilation. The \pkg{auto-pst-pdf} package provides a wrapper to perform all of this automatically.
+
+The disadvantage with this method is that for every document compilation, \emph{every} graphic must be re-processed. The \pkg{pstool} package uses a different approach to allow each graphic to be processed only as needed, speeding up and simplifying the typesetting of the main document.
+
+At present this package is designed solely as a replacement for \pkg{pst-pdf} in the r\^ole of supporting the \pkg{psfrag} package (which it loads) in pdf\/\LaTeX. 
+
+More flexible usage to provide a complete replacement for \pkg{pst-pdf} (e.g., supporting the \cs{begin\{postscript\}} environment) is not planned at this stage.
+If you simply need to automatically convert plain \EPS\ files to \PDF, I recommend using the \pkg{epstopdf} package with the \pkgopt{update,prepend} package options (\pkg{epstopdf} and \pkg{pstool} are compatible, but \textbf{only} if \pkg{epstopdf} is loaded first).
+
+\section{Getting started}
+
+Processing pdf\/\LaTeX\ documents with \pkg{pstool} requires the `shell escape' feature of pdf\/\TeX\ to be activated.
+This allows execution of auxiliary commands from within \LaTeX, a feature which is often disabled by default for security reasons.
+If shell escape is not enabled, a warning will be issued in console output when the package is loaded.
+Depending how you compile your \LaTeX\ document, shell escape is enabled in different ways.%
+\footnote{On the command line, use the \texttt{-shell-escape} switch. Otherwise, you're on your own.}
+
+Load the package as usual; no package options are required by default, but there are a few useful options described later in section~\ref{pkgopt}.
+Note that you do not need to load \pkg{psfrag} separately.
+You also do not need to load \pkg{graphicx} separately, but if you do so, ensure that you do \emph{not} include driver information (such as |[pdftex]|); this will play havoc with \pkg{pstool}'s automatic processing stage.
+
+\section{User commands}
+
+The low-level generic command provided by this package is
+\begin{description}
+  \item[\cmd\pstool\ \meta{suffix} \oarg{options} \marg{filename} \marg{input definitions}]
+\end{description}
+It converts the graphic \meta{filename}|.eps| to \meta{filename}|.pdf| with \pkg{psfrag} macros in \meta{filename}|.tex| through a unique \DVI$\to$\PS$\to$\PDF\ process for each graphic, using the preamble of the main document.
+The resulting graphic is then inserted into the document, with \meta{options} consisting of options for \pkg{graphicx} (e.g., \texttt{angle}, \texttt{scale}) or for \pkg{pstool} (as described later in Section~\ref{pkgopt}).
+Note that these optional arguments take effect in the \emph{processing stage}; if you change the \meta{options}, you must manually re-process the figure.
+The third argument to \cmd\pstool\ allows arbitrary \meta{input definitions} (such as \cmd\psfrag\ directives) to be inserted before the figure as it is processed.
+
+By default, \cs{pstool} processes the graphic \meta{filename}|.eps| if \meta{filename}|.pdf| does not already exist, or if the \EPS\ file is \emph{newer} than the \PDF.
+Additionally, if one or more macro files are associated with the graphic, they are also checked whether they have changed since the \PDF\ was generated.
+The macro file(s) can be defined per-graphic as for the \cs{psfragfig} command (see below), and/or globally as for the \pkgopt{macro-file=...} package option described in Section~\ref{macrofile}.
+
+The \cmd\pstool\ command can take an optional |*| or |!| suffix to change its behaviour:
+\begin{description}
+\item[\cs{pstool*}] Always process the figure;
+\item[\cs{pstool!}] Never process the figure.
+\end{description}
+The behaviour in all three cases can be overridden globally by the package option \pkgopt{process} as described in section~\ref{process}.
+
+\subsection{The main \cs{psfragfig} command}
+
+It is useful to define higher-level commands based on \cmd\pstool\ for including specific types of \EPS\ graphics that take advantage of \pkg{psfrag}. The \pkg{pstool} package defines the following wrapper command \cmd\psfragfig, which also supports the |*| or |!| suffixes described above.
+\begin{description}
+\item[{\cmd\psfragfig\ \meta{suffix} \oarg{opts} \marg{filename}}] 
+\end{description}
+This catch-all macro is designed to support a wide range of graphics naming schemes. It inserts an \EPS\ file named either \meta{filename}|-psfrag.eps| or \meta{filename}|.eps| (in that order of preference), and uses \pkg{psfrag} definitions contained within either \meta{filename}|-psfrag.tex| or \meta{filename}|.tex|. 
+The \cs{psfragfig} command can be used to insert figures produced by the \textsc{Mathematica} package \pkg{MathPSfrag} or the \textsc{Matlab} package \pkg{matlabfrag}. \cmd\psfragfig\ also accepts an optional braced argument:
+\begin{description}
+\item[{\cmd\psfragfig~\meta{suffix} \oarg{opts} \marg{filename} \marg{input definitions}}] 
+\end{description}
+The command behaves as above, but also inserts the arbitrary code \meta{input definitions} into the processing stage; this additional code will usually be used to define new or override existing \pkg{psfrag} commands.
+
+\section{Package options}
+\label{pkgopt}
+
+Package options can be set or overridden at any time with \cmd\pstoolsetup\marg{pstool settings}.
+As mentioned in the previous section, these options also may be set in the optional argument to \cmd\pstool\ and \cmd\psfragfig, in which case they apply to that figure alone.
+
+\subsection{Macro file(s)}
+\label{macrofile}
+
+As mentioned above, macro files can be used to store commands for processing \pkg{psfrag} graphics.
+If they change, these macro files can trigger a pre-compilation of the graphics.
+While usually the macro files will be defined per-graphic (such as \texttt{foo.eps} having a \texttt{foo-psfrag.tex} file), \pkg{pstool} will also load a `master' macro file for each graphic if it exists using the \pkgopt{macro-file=...} option.
+
+The default is \pkgopt{macro-file=\meta{jobname}\texttt{-pstool.tex}}; if this file does not exist then no macro file is loaded.
+That is, if your document is called \texttt{thesis.tex}, the master macro file will be loaded in each graphic as \texttt{thesis-pstool.tex}, if it exists.
+
+This option is useful if you have macro definitions in a single file that are used by multiple graphics.
+By updating the definitions file, the graphics in the document will be automatically updated.
+(Note that this file can contain plain \LaTeX\ defintions; the \cs{psfrag} commands can still be located in the per-graphic \texttt{.tex} files.)
+
+To suppress the loading of a master macro file in all cases, use an empty argument for the package option, as in \pkgopt{macro-file=\char`\{\char`\}}.
+
+
+\subsection{Forcing/disabling graphics processing}
+\label{process}
+
+While the suffixes |*| and |!| can be used to force or disable (respectively) the processing of each individual graphic, sometimes we want to do this on a global level. The following package options override \emph{all} \pkg{pstool}  macros: 
+\begin{description}
+\item[\pkgopt{process=auto}] This is the default mode as described in the previous section, in which graphics without suffixes are only (re-)processed if the \EPS\ file is newer or the \PDF\ file does not exist;
+\item[\pkgopt{process=all}] Suffixes are ignored and all \cmd\pstool\ graphics are processed;
+\item[\pkgopt{process=none}] Suffixes are ignored and no \cmd\pstool\ graphics are processed.\footnote{If \pkg{pstool} is loaded in a \LaTeX\ document in \DVI\ mode, this is the option that is used since no external processing is required for these graphics.}
+\end{description}
+
+
+\subsection{Cropping graphics}
+The default option \pkgopt{crop=preview} selects the \pkg{preview} package to crop graphics to the appropriate size for each auxiliary process.
+
+However, when an inserted label protrudes from the natural bounding box of the figure, or when the original bounding box of the figure is wrong, the \pkg{preview} package will not always produce a good result (with parts of the graphic trimmed off the edge). A robust method to solve this problem is to use the \pkg{pdfcrop} program instead.%
+\footnote{\pkg{pdfcrop} requires a Perl installation under Windows, freely available from \url{http://www.activestate.com/Products/activeperl/index.plex}} This can be activated in \pkg{pstool} with the \pkgopt{crop=pdfcrop} package option. 
+
+\subsection{Temporary files \& cleanup}
+Each figure that is processed spawns an auxiliary \LaTeX\ compilation through \DVI$\to$\PS$\to$\PDF. This process is named after the name of the figure with an appended string suffix; the default is \pkgopt{suffix=\{-pstool\}}. Most of these suffixed files are ``temporary'' in that they may be deleted once they are no longer needed.
+
+As an example, if the figure is called |ex.eps|, the files that are created are |ex-pstool.tex|, |ex-pstool.dvi|, \dots. The \pkgopt{cleanup} package option declares via a list of filename suffixes which temporary files are to be deleted after processing.
+
+The default is \pkgopt{cleanup=\{.tex,\,.dvi,\,.ps,\,.pdf,\,.log\}}. To delete none of the temporary files, choose \pkgopt{cleanup=\{\}} (useful for debugging).
+Note that if you want cross-referencing to work correctly for labels in figures, etc., then you must not delete the |.aux| file (see Section~\ref{xref}).
+
+
+\subsection{Interaction mode of the auxiliary processes}
+Each graphic echoes the output of its auxiliary process to the console window; unless you are trying to debug errors there is little interest in seeing this information. The behaviour of these auxiliary processes are governed globally by the \pkgopt{mode} package option, which takes the following parameters:
+\begin{description}
+\item[\pkgopt{mode=batch}] hide almost all of the \LaTeX\ output (\emph{default});
+\item[\pkgopt{mode=nonstop}] echo all \LaTeX\ output but continues right past any errors; and 
+\item[\pkgopt{mode=errorstop}] prompt for user input when errors are encountered.
+\end{description}
+These three package options correspond to the \LaTeX\ command line options \texttt{-interaction=batchmode}, \texttt{=nonstopmode}, and \texttt{=errorstopmode}, respectively. When \pkgopt{mode=batch} is activated, then \pkg{dvips} is also run in `quiet mode'.
+
+
+\subsection{Auxiliary processing command line options}
+The command line options passed to each program of the auxiliary processing can be changed with the following package options:
+\begin{description}
+\item[\pkgopt{latex-options~~~= ...}]
+\item[\pkgopt{dvips-options~~~= ...}]
+\item[\pkgopt{ps2pdf-options~~= ...}] and,
+\item[\pkgopt{pdfcrop-options~= ...}] (if applicable).
+\end{description}
+For the most part these will be unnecessary, although passing the correct options to |ps2pdf| can sometimes be a little obscure.\footnote{The manual is here: \url{http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm}} For example, I used the following for generating figures in my thesis:%
+\par{\centering|ps2pdf-options={-dPDFSETTINGS=/prepress}|\par}
+This forces the `base fourteen' fonts to be embedded within the individual figure files, without which some printers and \textsc{pdf} viewers have trouble with the textual labels. In fact, from v1.3 of \pkg{pstool}, this option is now the default.
+Note that subsequent calls to \pkgopt{ps2pdf-options=...} will override the \pkg{pstool} default; use |ps2pdf-options={}| to erase |ps2pdf|'s defaults if necessary.
+
+At some point in the past, the behaviour of |ps2pdf| has changed under Windows.
+Previously, options to |ps2pdf| needed to be quoted and use |=| to assign its options.
+Something about this changed, and it appears the best way to set |ps2pdf| options to use the |#| character instead. Therefore, \pkg{pstool} attempts to be clever and replaces all instances of |=| within a |ps2pdf| option into |#| (under Windows only).
+No quotes are added.
+Windows uses can therefore continue to use |=| to set |ps2pdf| options and allow \pkg{pstool} to make the substitution; their documents will still compile correctly on macOS or Linux platforms.
+
+
+\subsection{Compression of bitmap data}
+In the conversion using |ps2pdf|, bitmap images are stored using either lossy or lossless compression. The default behaviour for \pkg{pstool} is to force lossless compression, because we believe that to be the most commonly desired use case (you don't want scientific graphics rendered with possible compression artifacts). This behaviour can be adjusted using one of these options:\footnote{Technical details are given in section~\ref{sec:bitmapdetails}.}
+\begin{description}
+\item[\pkgopt{bitmap=auto}] :~ Do whatever |ps2pdf| does by default, which seems to be to use lossy compression most, if not all, of the time;
+\item[\pkgopt{bitmap=lossy}]:~ Bitmap images are compressed like \textsc{jpg}; this is only really suitable for photographs;
+\item[\pkgopt{bitmap=lossless}] (\emph{default}) : Bitmap images are compressed like \textsc{png}; this is suitable for screenshots and generated data such as a surface plot within Matlab.
+\end{description}
+These are just special cases of the \pkgopt{ps2pdf-options=...} option, but using \pkgopt{bitmap=...} is much more convenient since the |ps2pdf| options to effect this behaviour are quite verbose.
+Note that the |auto| and |lossy| outputs differ in quality; |lossy| is lower quality than |auto| even when the latter uses a lossy compression scheme. Adjusting the quality for these options is only possible with relatively complex Ghostscript options.
+
+
+\subsection{Cross-referencing}
+To allow graphics that relied on cross-referencing of equation numbers, bibliographic citations, and so on, \pkg{pstool} attempts to transfer data to and from the |.aux| file for each processed graphic. See Section~\ref{xref} for more details.
+This feature can be disabled for compatibility or performance reasons using the \pkgopt{crossref=false} option.
+(Its converse, \pkgopt{crossref=true}, is the default in case you wish to set it explicitly.)
+
+Enabling or disabling the cross-referencing feature can only be performed in the preamble of the document.
+
+\section{Miscellaneous details}
+
+\subsection{Conditional preamble or setup commands}
+
+It can be necessary to use a slightly different preamble for the main document compared to the auxiliary file used to process each graphic individually.
+To have preamble material be directed at only one or the other, use the \cs{ifpdf} command (automatically loaded from the \pkg{ifpdf} package) as follows:
+\begin{list}{}\item{}
+|  \ifpdf|\\
+|    %| \emph{main preamble only}\\
+|  \else|\\
+|    %| \emph{graphics preamble only}\\
+|  \fi|
+\end{list}
+For example, when using \pkg{beamer} and showing navigation symbols on each slide, you want to suppress these in the \pkg{pstool}-generated graphics (else they'll show up twice!).
+In this case, the preamble snippet would look something like:
+\begin{list}{}\item{}
+|  \ifpdf\else|\\
+|    \setbeamertemplate{navigation symbols}{}|\\
+|  \fi|
+\end{list}
+It would be possible to provide specific \pkg{pstool} commands or environments to do this; let me know if the \cs{ifpdf} approach doesn't work for you.
+For larger amount of preamble material that should be omitted for each graphic, the \cmd{\EndPreamble} command (see next) might also help.
+
+\subsection{The \cmd\EndPreamble\ command}
+
+The \pkg{pstool} package scans the beginning of the main document to insert its preamble into each graphic that is converted.
+This feature hasn't been well-tested and there are certain cases in which it is known to fail.
+(For example, if \verb|\begin{document}| doesn't appear on a line by itself.)
+If you need to indicate the end of the preamble manually because this scanning has failed, place the command \cmd\EndPreamble\ where-ever you'd like the preamble in the auxiliary processing to end.
+This is also handy to bypass anything in the preamble that will never be required for the figures but which will slow down or otherwise conflict with the auxiliary processing.
+
+\subsection{Cross-referencing}
+\label{xref}
+
+\pkg{pstool} supports cross-referencing within graphics.
+That is, you can use |\ref| and |\cite|, etc., within \pkg{psfrag} commands.
+In fact, references to page numbers within an external figure should now resolve correctly; e.g., you can use |\thepage| within a \pkg{psfrag} command.
+(I haven't really tested, but this should allow any package that writes information to the |.aux| file to work correctly.)
+
+The implementation to achieve this is somewhat convoluted and difficult to extend, but the user interface should work just as you would expect, mostly.
+The main gotcha to keep in mind is that when cross-referencing is used, the graphics will need multiple compilations to resolve all the cross-references properly.
+Therefore, I recommend when setting such figures up in your document to use the |\psfragfig*| command, which forces graphics compilation every time, and remove the star only when you're sure the graphic is now correct.
+Alternatively, don't worry about the resolving of the cross-references until the very end, and then load the package with the \pkgopt{process=all} option.
+
+As the code for processing data through the |.aux| file can have unwanted interactions with other packages,
+or just be a little slower, you can disable the cross-referencing feature by loading \pkg{pstool} with the \pkgopt{crossref=false} package option.
+
+\subsection{A note on file paths}
+
+The \pkg{pstool} package tries to ensure that you can put image files in subdirectories of the main document and the auxiliary processing will still function correctly. In order to ensure this,  the external |pdflatex| compilation uses the |-output-directory| feature of pdf\/\TeX. This command line option is definitely supported on all platforms from TeX~Live~2008 and MiKTeX~2.7 onwards, but earlier distributions may not be supported.
+
+One problem that \pkg{pstool} does not solve on its own is the inclusion of images that do not exist in subdirectories of the main document. For example, |\pstool{../Figures/myfig}| can not process by default because pdf\/\TeX\ usually does not have permission to write into folders that are higher in the heirarchy than the main document. This can be worked around presently in two different ways: (although maybe only for Mac~OS~X and Linux)
+\begin{enumerate}
+\item Give |pdflatex| permission to write anywhere with the command:\\
+|openout_any=a pdflatex ...|
+\item Create a symbolic link in the working directory to a point higher in the path: |ln -s ../../PhD ./PhD|, for example, and then refer to the graphics through this symbolic link.
+\end{enumerate}
+
+\subsection{Technical details on \texttt{ps2pdf}'s bitmap options}
+\label{sec:bitmapdetails}
+
+The \pkgopt{bitmap=auto} \pkg{pstool} option does not set any |ps2pdf| options; use this if you wish to set the following |ps2pdf| options manually.
+
+For both \pkgopt{bitmap=lossless} (default) and \pkgopt{bitmap=lossy}, the following |ps2pdf| options are set:
+\begin{verbatim}
+    -dAutoFilterColorImages=false
+    -dAutoFilterGrayImages=false
+\end{verbatim}
+Then for lossless image encoding, the following options are set:
+\begin{verbatim}
+    -dColorImageFilter=/FlateEncode
+    -dGrayImageFilter=/FlateEncode
+\end{verbatim}
+Instead for lossly encoding, these are the options used:
+\begin{verbatim}
+    -dColorImageFilter=/DCTEncode
+    -dGrayImageFilter=/DCTEncode
+\end{verbatim}
+If there are more |ps2pdf| options that you frequently use, please let me know and it may be a good idea to add \pkg{pstool} wrappers to make them more convenient.
+
+{\addtocontents{toc}{\protect\end{varwidth}\protect\hfill}}
+{\addtocontents{toc}{\protect\begin{varwidth}[t]{\protect\tocwidthB\protect\linewidth}}}
+\clearpage
+\part{Implementation}
+
+\section{Package information}
+The most recent publicly released version of \pkg{pstool} is available at \textsc{ctan}: \url{http://tug.ctan.org/pkg/pstool/}. Historical and developmental versions are available at GitHub: \url{http://github.com/wspr/pstool/}. While general feedback via email is welcomed, specific bugs or feature requests should be reported through the issue tracker: \url{http://github.com/wspr/pstool/issues}.
+
+\subsection{Licence}
+
+This package is freely modifiable and distributable under the terms and conditions of the \LaTeX\ Project Public Licence, version 1.3c or greater (your choice).\footnote{\url{http://www.latex-project.org/lppl.txt}} This work consists of the files |pstool.tex| and the derived files |pstool.sty|, |pstool.ins|, and |pstool.pdf|. This work is maintained by \textsc{Will Robertson}.
+
+\section{Code}
+
+Note that the following code is typeset in a non-verbatim manner; indentation is controlled automatically by some hastily written macros (and will sometimes not indent as might be done manually). When in doubt, consult the source directly!
+
+\parindent=0pt
+
+
+\ExplSyntaxOn
+
+\ior_new:N \pprint_doc_ior
+\seq_new:N \l_pprint_line_seq
+\tl_new:N \l_pprint_tl
+
+\int_new:N \g_pprint_indent_int
+\int_new:N \l_pprint_line_indent_int
+\dim_new:N \l_pprint_dim
+
+\errorcontextlines=999
+
+\tl_set:Nx \g_pprint_comment_tl { \cs_to_str:N \% }
+\definecolor{commentstrcolor}{rgb}{0,0.7,0}
+\definecolor{numberscolor}{gray}{0.6}
+
+\def\linecommentstyle{%
+  \sffamily
+  \color{commentstrcolor}%
+}
+
+\cs_new:Nn \pprint_scan_setup:
+ {
+  \char_set_catcode_space:N \ 
+%    \char_set_catcode_other:N \\
+%    \char_set_catcode_space:N \ % space
+%    \char_set_catcode_letter:N \#
+%    \char_set_catcode_letter:N \$
+%    \char_set_catcode_letter:N \^
+%    \char_set_catcode_letter:N \_
+%    \char_set_catcode_letter:N \& 
+ }
+
+%%%%
+
+\cs_new:Npn \PrettyPrint #1
+ {
+\int_new:N \g_pprint_docline_int
+\ior_open:Nn \pprint_doc_ior {#1}
+
+\cs_generate_variant:Nn \tl_if_eq:nnTF {x}
+
+\cs_set_eq:NN \___tl_trim_spaces:n \tl_trim_spaces:n
+\ior_str_map_inline:Nn \pprint_doc_ior
+ {
+  \int_gincr:N \g_pprint_docline_int
+
+  % avoid space trimming inside \seq_set_split:n following:
+  % (MAJOR SIDE-EFFECTS OF COURSE)
+  \cs_set_eq:NN \tl_trim_spaces:n \use:n
+  \exp_args:NNo \seq_set_split:Nnn \l_pprint_line_seq \g_pprint_comment_tl {##1}
+  \cs_set_eq:NN \tl_trim_spaces:n \___tl_trim_spaces:n
+  
+  \seq_pop_left:NNT \l_pprint_line_seq \l_pprint_tl
+   {
+    \tl_if_empty:NTF \l_pprint_tl
+     {
+       \pprint_doc_line_comment:
+     }
+     {
+       \pprint_doc_line_code: 
+     }
+   }
+ }
+ }
+
+\cs_generate_variant:Nn \tl_if_eq:nnTF {o}
+\cs_new:Nn \pprint_doc_line_comment:
+ {
+  \seq_pop_left:NNTF \l_pprint_line_seq \l_pprint_tl
+   % Comment on a line of its own:
+   {
+    \seq_put_right:No \l_pprint_codelines_seq \l_pprint_tl
+   }
+   % A completely empty line:
+   {
+    \pprint_flush_codelines:
+    \vspace{\baselineskip}
+   }
+ }
+
+\cs_new:Nn \pprint_rescan_comment:n
+ {
+  \exp_args:Nno \tl_rescan:nn
+   {
+    \pprint_scan_setup:
+   }
+   { #1 }
+ }
+
+\cs_new:Nn \pprint_typeset_startcomment:
+ {
+  \group_begin:
+    \bfseries
+    \g_pprint_comment_tl
+  \group_end:
+ }
+
+\cs_generate_variant:Nn \regex_extract_once:nnNTF {no}
+\cs_generate_variant:Nn \tl_if_in:nnT {xx}
+\seq_new:N \l_tmp_seq
+
+\seq_new:N \l_pprint_codelines_seq
+
+\int_new:N \g_pprint_brace_int
+\cs_new:Nn \pprint_lbrace:
+ {
+  \peek_meaning_remove:NTF \pprint_rbrace:
+   { \char`\{\char`\} }
+   {
+    \int_gincr:N \g_pprint_brace_int
+    \char`\{\pprint_brace_sub:
+   }
+ }
+\cs_new:Nn \pprint_rbrace:
+ {
+  \pprint_brace_sub:\char`\}
+  \int_gdecr:N \g_pprint_brace_int
+ }
+\cs_new:Nn \pprint_brace_sub:
+ {
+  {${}\sb{\sb{ \color{red}\mathbf{\int_use:N \g_pprint_brace_int} }}$}
+ }
+
+
+\cs_new:Nn \pprint_doc_line_code:
+ {
+  \pprint_flush_codelines:
+
+  \makebox[2em][l]{\tiny\color{numberscolor}\int_use:N \g_pprint_docline_int}
+  \exp_args:NNx \tl_replace_all:Nnn \l_pprint_tl { \cs_to_str:N \{ } { \pprint_lbrace: }
+  \exp_args:NNx \tl_replace_all:Nnn \l_pprint_tl { \cs_to_str:N \} } { \pprint_rbrace: }
+  \makebox{\texttt{\l_pprint_tl}}
+  
+  \seq_pop_left:NNT \l_pprint_line_seq \l_pprint_tl
+   {
+    \makebox
+     {%
+      \linecommentstyle
+      \pprint_typeset_startcomment:\space
+      \pprint_rescan_comment:n { \l_pprint_tl }
+     }
+   }
+  \par
+ }
+
+\cs_new:Nn \pprint_flush_codelines:
+ {
+  \seq_if_empty:NF \l_pprint_codelines_seq
+   {
+    \medskip
+    \seq_map_inline:Nn \l_pprint_codelines_seq
+     {
+      \pprint_rescan_comment:n {##1}
+      \space   
+     }
+    \seq_clear:N \l_pprint_codelines_seq
+    \smallskip
+    \par
+   }
+ }
+
+\ExplSyntaxOff
+
+\PrettyPrint {pstool.sty}
+
+
+{\addtocontents{toc}{\protect\end{varwidth}}}
+\end{document}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+


Property changes on: trunk/Master/texmf-dist/doc/latex/pstool/pstool.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/doc/latex/pstool/trial.eps
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pstool/trial.eps	2018-01-20 14:18:45 UTC (rev 46392)
+++ trunk/Master/texmf-dist/doc/latex/pstool/trial.eps	2018-01-21 00:44:09 UTC (rev 46393)
@@ -1,977 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%BoundingBox: 98 740 293 814 
-%%LanguageLevel: 1
-%%Creator: CorelDRAW 10
-%%Title: LMS_VS.eps
-%%CreationDate: Wed Oct 25 12:32:49 2006
-%%For: School of Mechanical Engineering
-%%DocumentProcessColors: Black 
-%%DocumentSuppliedResources: (atend)
-%%EndComments
-%%BeginProlog
-/AutoFlatness false def
-/AutoSteps 0 def
-/CMYKMarks true def
-/UseLevel 1 def
-%Build: CorelDRAW 10 Version 10.410
-%Color profile: Disabled
-/CorelIsEPS true def
-%%BeginResource: procset wCorel10Dict 10.0 0
-/wCorel10Dict 300 dict def wCorel10Dict begin
-% Copyright (c)1992-2000 Corel Corporation
-% All rights reserved.     v10.0 r0.2
-/bd{bind def}bind def/ld{load def}bd/xd{exch def}bd/_ null def/rp{{pop}repeat}
-bd/@cp/closepath ld/@gs/gsave ld/@gr/grestore ld/@np/newpath ld/Tl/translate ld
-/$sv 0 def/@sv{/$sv save def}bd/@rs{$sv restore}bd/spg/showpage ld/showpage{}
-bd currentscreen/@dsp xd/$dsp/@dsp def/$dsa xd/$dsf xd/$sdf false def/$SDF
-false def/$Scra 0 def/SetScr/setscreen ld/@ss{2 index 0 eq{$dsf 3 1 roll 4 -1
-roll pop}if exch $Scra add exch load SetScr}bd/SepMode_5 where{pop}{/SepMode_5
-0 def}ifelse/CorelIsSeps where{pop}{/CorelIsSeps false def}ifelse
-/CorelIsInRIPSeps where{pop}{/CorelIsInRIPSeps false def}ifelse/CorelIsEPS
-where{pop}{/CorelIsEPS false def}ifelse/CurrentInkName_5 where{pop}
-{/CurrentInkName_5(Composite)def}ifelse/$ink_5 where{pop}{/$ink_5 -1 def}
-ifelse/$c 0 def/$m 0 def/$y 0 def/$k 0 def/$t 1 def/$n _ def/$o 0 def/$fil 0
-def/$C 0 def/$M 0 def/$Y 0 def/$K 0 def/$T 1 def/$N _ def/$O 0 def/$PF false
-def/s1c 0 def/s1m 0 def/s1y 0 def/s1k 0 def/s1t 0 def/s1n _ def/$bkg false def
-/SK 0 def/SM 0 def/SY 0 def/SC 0 def/$op false def matrix currentmatrix/$ctm xd
-/$ptm matrix def/$ttm matrix def/$stm matrix def/$ffpnt true def
-/CorelDrawReencodeVect[16#0/grave 16#5/breve 16#6/dotaccent 16#8/ring
-16#A/hungarumlaut 16#B/ogonek 16#C/caron 16#D/dotlessi 16#27/quotesingle
-16#60/grave 16#7C/bar
-16#82/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
-16#88/circumflex/perthousand/Scaron/guilsinglleft/OE
-16#91/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
-16#98/tilde/trademark/scaron/guilsinglright/oe 16#9F/Ydieresis
-16#A1/exclamdown/cent/sterling/currency/yen/brokenbar/section
-16#a8/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/minus/registered/macron
-16#b0/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
-16#b8/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
-16#c0/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
-16#c8/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
-16#d0/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
-16#d8/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
-16#e0/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
-16#e8/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
-16#f0/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
-16#f8/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
-/L2?/languagelevel where{pop languagelevel 2 ge}{false}ifelse def/Comp?{
-/LumSepsDict where{pop false}{/AldusSepsDict where{pop false}{1 0 0 0 @gs
-setcmykcolor currentcmykcolor @gr add add add 0 ne 0 1 0 0 @gs setcmykcolor
-currentcmykcolor @gr add add add 0 ne 0 0 1 0 @gs setcmykcolor currentcmykcolor
- at gr add add add 0 ne 0 0 0 1 @gs setcmykcolor currentcmykcolor @gr add add add
-0 ne and and and}ifelse}ifelse}bd/@PL{/LV where{pop LV 2 ge L2? not and{@np
-/Courier findfont 12 scalefont setfont 72 144 m
-(The PostScript level set in the Corel application is higher than)show 72 132 m
-(the PostScript level of this device. Change the PS Level in the Corel)show 72
-120 m(application to Level 1 by selecting the PostScript tab in the print)show
-72 108 m(dialog, and selecting Level 1 from the Compatibility drop down list.)
-show flush spg quit}if}if}bd/@BeginSysCorelDict{systemdict/Corel30Dict known
-{systemdict/Corel30Dict get exec}if systemdict/CorelLexDict known{1 systemdict
-/CorelLexDict get exec}if}bd/@EndSysCorelDict{systemdict/Corel30Dict known
-{end}if/EndCorelLexDict where{pop EndCorelLexDict}if}bd AutoFlatness{/@ifl{dup
-currentflat exch sub 10 gt{
-([Error: PathTooComplex; OffendingCommand: AnyPaintingOperator]\n)print flush
- at np exit}{currentflat 2 add setflat}ifelse}bd/@fill/fill ld/fill{currentflat{
-{@fill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@eofill/eofill ld/eofill
-{currentflat{{@eofill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@clip
-/clip ld/clip{currentflat{{@clip}stopped{@ifl}{exit}ifelse}bind loop setflat}
-bd/@eoclip/eoclip ld/eoclip{currentflat{{@eoclip}stopped{@ifl}{exit}ifelse}
-bind loop setflat}bd/@stroke/stroke ld/stroke{currentflat{{@stroke}stopped
-{@ifl}{exit}ifelse}bind loop setflat}bd}if L2?{/@ssa{true setstrokeadjust}bd}{
-/@ssa{}bd}ifelse/d/setdash ld/j/setlinejoin ld/J/setlinecap ld/M/setmiterlimit
-ld/w/setlinewidth ld/O{/$o xd}bd/R{/$O xd}bd/W/eoclip ld/c/curveto ld/C/c ld/l
-/lineto ld/L/l ld/rl/rlineto ld/m/moveto ld/n/newpath ld/N/newpath ld/P{11 rp}
-bd/u{}bd/U{}bd/A{pop}bd/q/@gs ld/Q/@gr ld/&{}bd/@j{@sv @np}bd/@J{@rs}bd/g{1
-exch sub/$k xd/$c 0 def/$m 0 def/$y 0 def/$t 1 def/$n _ def/$fil 0 def}bd/G{1
-sub neg/$K xd _ 1 0 0 0/$C xd/$M xd/$Y xd/$T xd/$N xd}bd/k{1 index type
-/stringtype eq{/$t xd/$n xd}{/$t 0 def/$n _ def}ifelse/$k xd/$y xd/$m xd/$c xd
-/$fil 0 def}bd/K{1 index type/stringtype eq{/$T xd/$N xd}{/$T 0 def/$N _ def}
-ifelse/$K xd/$Y xd/$M xd/$C xd}bd/x/k ld/X/K ld/sf{1 index type/stringtype eq{
-/s1t xd/s1n xd}{/s1t 0 def/s1n _ def}ifelse/s1k xd/s1y xd/s1m xd/s1c xd}bd/i{
-dup 0 ne{setflat}{pop}ifelse}bd/v{4 -2 roll 2 copy 6 -2 roll c}bd/V/v ld/y{2
-copy c}bd/Y/y ld/@w{matrix rotate/$ptm xd matrix scale $ptm dup concatmatrix
-/$ptm xd 1 eq{$ptm exch dup concatmatrix/$ptm xd}if 1 w}bd/@g{1 eq dup/$sdf xd
-{/$scp xd/$sca xd/$scf xd}if}bd/@G{1 eq dup/$SDF xd{/$SCP xd/$SCA xd/$SCF xd}
-if}bd/@D{2 index 0 eq{$dsf 3 1 roll 4 -1 roll pop}if 3 copy exch $Scra add exch
-load SetScr/$dsp xd/$dsa xd/$dsf xd}bd/$ngx{$SDF{$SCF SepMode_5 0 eq{$SCA}
-{$dsa}ifelse $SCP @ss}if}bd/@MN{2 copy le{pop}{exch pop}ifelse}bd/@MX{2 copy ge
-{pop}{exch pop}ifelse}bd/InRange{3 -1 roll @MN @MX}bd/@sqr{dup 0 rl dup 0 exch
-rl neg 0 rl @cp}bd/currentscale{1 0 dtransform matrix defaultmatrix idtransform
-dup mul exch dup mul add sqrt 0 1 dtransform matrix defaultmatrix idtransform
-dup mul exch dup mul add sqrt}bd/@unscale{}bd/wDstChck{2 1 roll dup 3 -1 roll
-eq{1 add}if}bd/@dot{dup mul exch dup mul add 1 exch sub}bd/@lin{exch pop abs 1
-exch sub}bd/cmyk2rgb{3{dup 5 -1 roll add 1 exch sub dup 0 lt{pop 0}if exch}
-repeat pop}bd/rgb2cmyk{3{1 exch sub 3 1 roll}repeat 3 copy @MN @MN 3{dup 5 -1
-roll sub neg exch}repeat}bd/rgb2g{2 index .299 mul 2 index .587 mul add 1 index
-.114 mul add 4 1 roll pop pop pop}bd/WaldoColor_5 where{pop}{/SetRgb
-/setrgbcolor ld/GetRgb/currentrgbcolor ld/SetGry/setgray ld/GetGry/currentgray
-ld/SetRgb2 systemdict/setrgbcolor get def/GetRgb2 systemdict/currentrgbcolor
-get def/SetHsb systemdict/sethsbcolor get def/GetHsb systemdict
-/currenthsbcolor get def/rgb2hsb{SetRgb2 GetHsb}bd/hsb2rgb{3 -1 roll dup floor
-sub 3 1 roll SetHsb GetRgb2}bd/setcmykcolor where{pop/LumSepsDict where{pop
-/SetCmyk_5{LumSepsDict/setcmykcolor get exec}def}{/AldusSepsDict where{pop
-/SetCmyk_5{AldusSepsDict/setcmykcolor get exec}def}{/SetCmyk_5/setcmykcolor ld
-}ifelse}ifelse}{/SetCmyk_5{cmyk2rgb SetRgb}bd}ifelse/currentcmykcolor where{
-pop/GetCmyk/currentcmykcolor ld}{/GetCmyk{GetRgb rgb2cmyk}bd}ifelse
-/setoverprint where{pop}{/setoverprint{/$op xd}bd}ifelse/currentoverprint where
-{pop}{/currentoverprint{$op}bd}ifelse/@tc_5{5 -1 roll dup 1 ge{pop}{4{dup 6 -1
-roll mul exch}repeat pop}ifelse}bd/@trp{exch pop 5 1 roll @tc_5}bd
-/setprocesscolor_5{SepMode_5 0 eq{SetCmyk_5}{0 4 $ink_5 sub index exch pop 5 1
-roll pop pop pop pop SepsColor true eq{$ink_5 3 gt{1 sub neg SetGry}{0 0 0 4
-$ink_5 roll SetCmyk_5}ifelse}{1 sub neg SetGry}ifelse}ifelse}bd
-/findcmykcustomcolor where{pop}{/findcmykcustomcolor{5 array astore}bd}ifelse
-/Corelsetcustomcolor_exists false def/setcustomcolor where{pop
-/Corelsetcustomcolor_exists true def}if CorelIsSeps true eq CorelIsInRIPSeps
-false eq and{/Corelsetcustomcolor_exists false def}if
-Corelsetcustomcolor_exists false eq{/setcustomcolor{exch aload pop SepMode_5 0
-eq{pop @tc_5 setprocesscolor_5}{CurrentInkName_5 eq{4 index}{0}ifelse 6 1 roll
-5 rp 1 sub neg SetGry}ifelse}bd}if/@scc_5{dup type/booleantype eq{dup
-currentoverprint ne{setoverprint}{pop}ifelse}{1 eq setoverprint}ifelse dup _ eq
-{pop setprocesscolor_5 pop}{findcmykcustomcolor exch setcustomcolor}ifelse
-SepMode_5 0 eq{true}{GetGry 1 eq currentoverprint and not}ifelse}bd/colorimage
-where{pop/ColorImage{colorimage}def}{/ColorImage{/ncolors xd/$multi xd $multi
-true eq{ncolors 3 eq{/daqB xd/daqG xd/daqR xd pop pop exch pop abs{daqR pop
-daqG pop daqB pop}repeat}{/daqK xd/daqY xd/daqM xd/daqC xd pop pop exch pop abs
-{daqC pop daqM pop daqY pop daqK pop}repeat}ifelse}{/dataaq xd{dataaq ncolors
-dup 3 eq{/$dat xd 0 1 $dat length 3 div 1 sub{dup 3 mul $dat 1 index get 255
-div $dat 2 index 1 add get 255 div $dat 3 index 2 add get 255 div rgb2g 255 mul
-cvi exch pop $dat 3 1 roll put}for $dat 0 $dat length 3 idiv getinterval pop}{
-4 eq{/$dat xd 0 1 $dat length 4 div 1 sub{dup 4 mul $dat 1 index get 255 div
-$dat 2 index 1 add get 255 div $dat 3 index 2 add get 255 div $dat 4 index 3
-add get 255 div cmyk2rgb rgb2g 255 mul cvi exch pop $dat 3 1 roll put}for $dat
-0 $dat length ncolors idiv getinterval}if}ifelse}image}ifelse}bd}ifelse
-/setcmykcolor{1 5 1 roll _ currentoverprint @scc_5/$ffpnt xd}bd
-/currentcmykcolor{GetCmyk}bd/setrgbcolor{rgb2cmyk setcmykcolor}bd
-/currentrgbcolor{currentcmykcolor cmyk2rgb}bd/sethsbcolor{hsb2rgb setrgbcolor}
-bd/currenthsbcolor{currentrgbcolor rgb2hsb}bd/setgray{dup dup setrgbcolor}bd
-/currentgray{currentrgbcolor rgb2g}bd/InsideDCS false def/IMAGE/image ld/image
-{InsideDCS{IMAGE}{/EPSDict where{pop SepMode_5 0 eq{IMAGE}{dup type/dicttype eq
-{dup/ImageType get 1 ne{IMAGE}{dup dup/BitsPerComponent get 8 eq exch
-/BitsPerComponent get 1 eq or currentcolorspace 0 get/DeviceGray eq and{
-CurrentInkName_5(Black)eq{IMAGE}{dup/DataSource get/TCC xd/Height get abs{TCC
-pop}repeat}ifelse}{IMAGE}ifelse}ifelse}{2 index 1 ne{CurrentInkName_5(Black)eq
-{IMAGE}{/TCC xd pop pop exch pop abs{TCC pop}repeat}ifelse}{IMAGE}ifelse}
-ifelse}ifelse}{IMAGE}ifelse}ifelse}bd}ifelse/WaldoColor_5 true def/$fm 0 def
-/wfill{1 $fm eq{fill}{eofill}ifelse}bd/@Pf{@sv SepMode_5 0 eq $Psc 0 ne or
-$ink_5 3 eq or{0 J 0 j[]0 d $t $c $m $y $k $n $o @scc_5 pop $ctm setmatrix 72
-1000 div dup matrix scale dup concat dup Bburx exch Bbury exch itransform
-ceiling cvi/Bbury xd ceiling cvi/Bburx xd Bbllx exch Bblly exch itransform
-floor cvi/Bblly xd floor cvi/Bbllx xd $Prm aload pop $Psn load exec}{1 SetGry
-wfill}ifelse @rs @np}bd/F{matrix currentmatrix $sdf{$scf $sca $scp @ss}if $fil
-1 eq{CorelPtrnDoFill}{$fil 2 eq{@ff}{$fil 3 eq{@Pf}{$fil 4 eq
-{CorelShfillDoFill}{$t $c $m $y $k $n $o @scc_5{wfill}{@np}ifelse}ifelse}
-ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp @ss}if setmatrix}bd/f{@cp F}bd/S{
-matrix currentmatrix $ctm setmatrix $SDF{$SCF $SCA $SCP @ss}if $T $C $M $Y $K
-$N $O @scc_5{matrix currentmatrix $ptm concat stroke setmatrix}{@np}ifelse $SDF
-{$dsf $dsa $dsp @ss}if setmatrix}bd/s{@cp S}bd/B{@gs F @gr S}bd/b{@cp B}bd/_E{
-5 array astore exch cvlit xd}bd/@cc{currentfile $dat readhexstring pop}bd/@sm{
-/$ctm $ctm currentmatrix def}bd/@E{/Bbury xd/Bburx xd/Bblly xd/Bbllx xd}bd/@c{
- at cp}bd/@P{/$fil 3 def/$Psn xd/$Psc xd array astore/$Prm xd}bd/tcc{@cc}def/@B{
- at gs S @gr F}bd/@b{@cp @B}bd/@sep{CurrentInkName_5(Composite)eq{/$ink_5 -1 def}
-{CurrentInkName_5(Cyan)eq{/$ink_5 0 def}{CurrentInkName_5(Magenta)eq{/$ink_5 1
-def}{CurrentInkName_5(Yellow)eq{/$ink_5 2 def}{CurrentInkName_5(Black)eq
-{/$ink_5 3 def}{/$ink_5 4 def}ifelse}ifelse}ifelse}ifelse}ifelse}bd/@whi{@gs
--72000 dup m -72000 72000 l 72000 dup l 72000 -72000 l @cp 1 SetGry fill @gr}
-bd/@neg{[{1 exch sub}/exec cvx currenttransfer/exec cvx]cvx settransfer @whi}
-bd/deflevel 0 def/@sax{/deflevel deflevel 1 add def}bd/@eax{/deflevel deflevel
-dup 0 gt{1 sub}if def deflevel 0 gt{/eax load}{eax}ifelse}bd/eax{{exec}forall}
-bd/@rax{deflevel 0 eq{@rs @sv}if}bd systemdict/pdfmark known not{/pdfmark
-/cleartomark ld}if/wclip{1 $fm eq{clip}{eoclip}ifelse}bd
-/z{exch findfont exch scalefont setfont}bd/ZB{9 dict dup begin 4 1 roll
-/FontType 3 def/FontMatrix xd/FontBBox xd/Encoding 256 array def 0 1 255{
-Encoding exch/.notdef put}for/CharStrings 256 dict def CharStrings/.notdef{}
-put/Metrics 256 dict def Metrics/.notdef 3 -1 roll put/BuildChar{exch dup
-/$char exch/Encoding get 3 index get def dup/Metrics get $char get aload pop
-setcachedevice begin Encoding exch get CharStrings exch get end exec}def end
-definefont pop}bd/ZBAddChar{findfont begin dup 4 1 roll dup 6 1 roll Encoding 3
-1 roll put CharStrings 3 1 roll put Metrics 3 1 roll put end}bd/Z{findfont dup
-maxlength 2 add dict exch dup{1 index/FID ne{3 index 3 1 roll put}{pop pop}
-ifelse}forall pop dup dup/Encoding get 256 array copy dup/$fe xd/Encoding exch
-put dup/Fontname 3 index put 3 -1 roll dup length 0 ne{0 exch{dup type 0 type
-eq{exch pop}{$fe exch 2 index exch put 1 add}ifelse}forall pop}if dup 256 dict
-dup/$met xd/Metrics exch put dup/FontMatrix get 0 get 1000 mul 1 exch div 3
-index length 256 eq{0 1 255{dup $fe exch get dup/.notdef eq{pop pop}{5 index 3
--1 roll get 2 index mul $met 3 1 roll put}ifelse}for}if pop definefont pop pop
-}bd/CorelIsValidCharpath{pathbbox 3 -1 roll sub abs 0.5 ge 3 1 roll sub abs 0.5
-ge and}bd/@ftx{{currentpoint 3 -1 roll(0)dup 3 -1 roll 0 exch put dup @gs true
-charpath $ctm setmatrix CorelIsValidCharpath{@@txt}if @gr @np stringwidth pop 3
--1 roll add exch m}forall}bd/@ft{matrix currentmatrix exch $sdf{$scf $sca $scp
- at ss}if $fil 1 eq{/@@txt/@pf ld @ftx}{$fil 2 eq{/@@txt/@ff ld @ftx}{$fil 3 eq
-{/@@txt/@Pf ld @ftx}{$fil 4 eq{/@@txt/CorelShfillDoFill ld @ftx}{$t $c $m $y $k
-$n $o @scc_5{show}{pop}ifelse}ifelse}ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp
- at ss}if setmatrix}bd/@st{matrix currentmatrix exch $SDF{$SCF $SCA $SCP @ss}if $T
-$C $M $Y $K $N $O @scc_5{{currentpoint 3 -1 roll(0)dup 3 -1 roll 0 exch put dup
- at gs true charpath $ctm setmatrix $ptm concat stroke @gr @np stringwidth pop 3
--1 roll add exch m}forall}{pop}ifelse $SDF{$dsf $dsa $dsp @ss}if setmatrix}bd
-/@te{@ft}bd/@tr{@st}bd/@ta{dup @gs @ft @gr @st}bd/@t at a{dup @gs @st @gr @ft}bd
-/@tm{@sm concat}bd/e{/t{@te}def}bd/r{/t{@tr}def}bd/o{/t{pop}def}bd/a{/t{@ta}
-def}bd/@a{/t{@t at a}def}bd/t{@te}def/T{@np $ctm setmatrix/$ttm matrix def}bd/ddt
-{t}def/@t{/$stm $stm currentmatrix def 3 1 roll m $ttm concat ddt $stm
-setmatrix}bd/@n{/$ttm exch matrix rotate def}bd/@s{}bd/@l{}bd/_lineorientation
-0 def/_bitfont null def/_bitlobyte 0 def/_bitkey null def/_bithibyte 0 def
-/@ii{concat 3 index 3 index m 3 index 1 index l 2 copy l 1 index 3 index l 3
-index 3 index l clip pop pop pop pop}bd/@i{@sm @gs @ii 6 index 1 ne{/$frg true
-def pop pop}{1 eq{s1t s1c s1m s1y s1k s1n $O @scc_5/$frg xd}{/$frg false def}
-ifelse 1 eq{@gs $ctm setmatrix F @gr}if}ifelse @np/$ury xd/$urx xd/$lly xd
-/$llx xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul 8 div ceiling cvi string
-def $bkg $frg or{$SDF{$SCF $SCA $SCP @ss}if $llx $lly Tl $urx $llx sub $ury
-$lly sub scale $bkg{$t $c $m $y $k $n $o @scc_5 pop}if $wid $hei abs $bts 1 eq
-{$bkg}{$bts}ifelse[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]/tcc load $bts
-1 eq{imagemask}{image}ifelse $SDF{$dsf $dsa $dsp @ss}if}{$hei abs{tcc pop}
-repeat}ifelse @gr $ctm setmatrix}bd/@I{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd
-/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd $ngx $llx $lly Tl $urx $llx sub $ury
-$lly sub scale $wid $hei abs $bts[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse
-]$msimage false eq $ncl 1 eq or{/$dat $wid $bts mul $ncl mul 8 div ceiling cvi
-string def/@cc load false $ncl ColorImage}{$wid $bts mul 8 div ceiling cvi $ncl
-3 eq{dup dup/$dat1 exch string def/$dat2 exch string def/$dat3 exch string def
-/@cc1 load/@cc2 load/@cc3 load}{dup dup dup/$dat1 exch string def/$dat2 exch
-string def/$dat3 exch string def/$dat4 exch string def/@cc1 load/@cc2 load
-/@cc3 load/@cc4 load}ifelse true $ncl ColorImage}ifelse $SDF{$dsf $dsa $dsp
- at ss}if @gr $ctm setmatrix}bd/@cc1{currentfile $dat1 readhexstring pop}bd/@cc2{
-currentfile $dat2 readhexstring pop}bd/@cc3{currentfile $dat3 readhexstring pop
-}bd/@cc4{currentfile $dat4 readhexstring pop}bd/$msimage false def/COMP 0 def
-/MaskedImage false def L2?{/@I_2{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd/$llx
-xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul $ncl mul 8 div ceiling
-cvi string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq{/DeviceRGB}{/DeviceCMYK}
-ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub $ury $lly sub scale 8
-dict begin/ImageType 1 def/Width $wid def/Height $hei abs def/BitsPerComponent
-$bts def/Decode $ncl 1 eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}
-ifelse}ifelse def/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def
-/DataSource currentfile/ASCII85Decode filter COMP 1 eq{/DCTDecode filter}{COMP
-2 eq{/RunLengthDecode filter}if}ifelse def currentdict end image $SDF{$dsf $dsa
-$dsp @ss}if @gr $ctm setmatrix}bd}{/@I_2{}bd}ifelse/@I_3{@sm @gs @ii @np/$ury
-xd/$urx xd/$lly xd/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul
-$ncl mul 8 div ceiling cvi string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq
-{/DeviceRGB}{/DeviceCMYK}ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub
-$ury $lly sub scale/ImageDataDict 8 dict def ImageDataDict begin/ImageType 1
-def/Width $wid def/Height $hei abs def/BitsPerComponent $bts def/Decode $ncl 1
-eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}ifelse}ifelse def
-/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def/DataSource
-currentfile/ASCII85Decode filter COMP 1 eq{/DCTDecode filter}{COMP 2 eq{
-/RunLengthDecode filter}if}ifelse def end/MaskedImageDict 7 dict def
-MaskedImageDict begin/ImageType 3 def/InterleaveType 3 def/MaskDict
-ImageMaskDict def/DataDict ImageDataDict def end MaskedImageDict image $SDF
-{$dsf $dsa $dsp @ss}if @gr $ctm setmatrix}bd/@SetMask{/$mbts xd/$mhei xd/$mwid
-xd/ImageMaskDict 8 dict def ImageMaskDict begin/ImageType 1 def/Width $mwid def
-/Height $mhei abs def/BitsPerComponent $mbts def/DataSource maskstream def
-/ImageMatrix[$mwid 0 0 $mhei neg 0 $mhei 0 gt{$mhei}{0}ifelse]def/Decode[1 0]
-def end}bd/@daq{dup type/arraytype eq{{}forall}if}bd/@BMP{/@cc xd UseLevel 3 eq
-MaskedImage true eq and{7 -2 roll pop pop @I_3}{12 index 1 gt UseLevel 2 eq
-UseLevel 3 eq or and{7 -2 roll pop pop @I_2}{11 index 1 eq{12 -1 roll pop @i}{
-7 -2 roll pop pop @I}ifelse}ifelse}ifelse}bd
-end
-%%EndResource
-%%EndProlog
-%%BeginSetup
-wCorel10Dict begin
- at BeginSysCorelDict
-2.6131 setmiterlimit
-1.00 setflat
-/$fst 128 def
-%%EndSetup
-
-%%Page: 1 1
-%LogicalPage: 1
-%%BeginPageSetup
- at sv
- at sm
-%%BeginResource: font TimesNewRoman
-%!FontType1-1.0: TimesNewRoman 001.003
-%%Creator: Corel PostScript Engine
-10 dict begin
-/FontName /TimesNewRoman 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 43 /plus put
-dup 95 /underscore put
-dup 91 /bracketleft put
-dup 101 /e put
-dup 112 /p put
-dup 98 /b put
-dup 93 /bracketright put
-dup 118 /v put
-dup 104 /h put
-dup 115 /s put
-dup 77 /M put
-readonly def
-/FontBBox {0 0 0 0} readonly def
-currentdict end
-currentfile eexec
-
-A22DD33CB9A1B84FC323D538B9AE6C6014672C02872FAD31037218C4EC2B7124C58AFC4A0E2584B50A778936CFE1053450FEC35486F87A4DA48EF5124EE42DE6
-9DDB8A5C33C2868DDADC1C9B4725483A678DFD1BEF77D7BDC50D39DB17FF02031F39030455C675716EB1B292EA6078E9937BB936698E457C365396CC5708EAAB
-921AD0271E16D4A5F1689C7D8DEDA69051F9EA8B689EDEA8949F2C93CE777268FD3CE5D1713388D0E33A640C77DFB1D300C88E302BEFDF0083AF060D407FD007
-23D3F76465C679461FC0471E7F6EFFFCB5A8E513C1661D98B93E8667005CB8B30093BCB089336AFAB7D61973B6F27AC993F52C52238826E221A63575C2C867DB
-E9C0264C99B65994DB79F83B4627E129923C7C8B2B1AA151D4BCABD1D45DDAEF20FC93DC3E74EA7E80159C16E0BB8F3CB46B99949EDFC075E6BBED3F3C2DAD60
-541A0E397F9CBEA3BF7EEECDBCCB8CF8A11CBCE55E00BD221BB1599EFDF9DD6DD9AEA493EC72A3F81C6A29338A1E92375A7FC0E882448530F420BDD411153925
-0290C929A065ABBF1D0A1A2D683F8F113822976DE21E570480178C363560CC3FF8A2E2A6A54F03E4E8DD535776CA14C576DC4C4CD1931F113CE4E57CAE02695C
-73AEA67F1C8624AE39934B00A8A8C0438EA6CDE17F2B55DC642EC774E58D79CBE0FB62DD13B984A78CC5C8331CAAC8689969D631437DBDEFC1C5F308BD9B8AF1
-AC5BB84A3F75FEC63DAB4DFFDE3ABD2FDE11194680A7F34F64DA94E3371450985FE12BB787F9BEE2C7535148C327BFC304E196E917A2C24F2BD46F7B08D41A89
-03365BA4ED47327250F31A1CD411E646B38BD867961EAFA0CDFCA2C8F90D3D776B8CBAB39366C212F2A32FAB71CD778CAE97170149B1B7869BA18B82E242F3F2
-8CDC47407C7C6B33E1DEC16798608905EFECFF66C930F7C7546301362427A56B86C36A97B8C2F1839200B7E034FFED10A017B048B571F1DED3F11E04E43CDEE5
-81FAE978367396A3DEB8C1B3968E12D7224F963D6F60D8C8DD8D0725FF8FCB5349F9FEC3ABB268C59EF65A6E7FBD35446ED000DAC3D8A47FAA0F3ED01DCBB62E
-FAF873E34D7A88EDF957FCAC97D937F918BBAAA61AF822A5079582EAB26DE3AF4AEDB369CC777321C148952A47C5DB77A4F63E05BC5CF88640A612224B758230
-A0D98FC37B683333F26B5EAF87A97D1143673F1F7897AB326FDCDC82C83C8B8E03509E66377C15015E763C2E65CAB36BC69E5497BDB2E123492460C95B1DB19D
-DBFCAA94E6A1B50F77175B3DD32EEDAC5BE852D6A1D84C70938A1FF3C1AD2B3AAC50EA7019B7E3359E1EA1CC052084547C4F16D0DFE0AB31279ACA06FBD6F43D
-1B49C6C49275826C7EC1AC58AC0E740396E835FB8F5DD241A50FEA596776DD5F05E3247E8D79DC9A16A1968AF159324C05876A7A2CDA6504BDD4B404FFDBF282
-90BECA041BCA87EDB5711F7470A99FD87E08D10E03515F52AEDD1A71E3F01E0434CDD66BF85BCD858134DBB154AF5BD3C26B0C30DA3A1FF9BEC42891F72D74EB
-2DF6B1120EFDB130E15A341C5EAE898B0F4FB00EA7792DF1BDF3C5EC7FAC80FA058DEE50C483229F2F4F4376ADFE918AC5AD8BC80DC92DA0808A69194389DDE9
-D923AF983F929B0522F6C8F3B114A9BAAAC89AD009E73EA889A6413B401FD8080BB9876D6D70A20F852B2C36A49A052D5AE5E0E94654EBE479D454CF314D6CF5
-EE51B2E21812B53E9ABF65971F4C4AD7C51FAC66B023A74AD73C872B3B2D3946F6ECE2C686F67F4AE250563135CEE01789CDE88B1FDD337B81D2512236DED648
-434D825C3F9B26834D9EA981622BD9D3078BBCE8EAC78BE56D0FFB469BAE72645649676676B286D101CBC081770062F134F7DE12AC6BCBCDCDE3F43005270ED7
-559A900BEA621DD447231449A9B93D3765FACC5A2100EE65922C968865B4E87EACBC1BFC619C57CCE4E196507CC020337873351B3B67FD565C7340E8B70F0DD1
-AE759086A6E27FAB5AFE28554DB6C32224459D4E99F8007F7805EDCAC6287B19767A14DFFCA7CFCA0156D41748958AAF6567165F5288AE0B3636E624BC6E4CFF
-204A01117BC2AE53FFCB64EEC996D8CB2F85D52854BBDA3AA6FEFA57125183B54A2E8DE5EF551026CF86C5A49CBE5D0FCDCC27EF7DED0B4911CCD48E0318EA33
-AF42F06B48496B6EB41E077500FE6EA74B49C745BE6B1098C52B1F32E14FB940A7725B32E16CCD50111606EF97F9495ADCB9BBABCD246F0209D1280528FA1717
-BEF21670A83A8094AFB67573CA520E35BBAFF0CA3CFACFCCBBD9757FBDA4351CA7F0835A5CFDC3354B610864C761A8384F618D5D65F69A8B4B7B1B671738728B
-F486181AAF33607C77D1E68D02C8480A383D2207CE5CFA7F72F56CF0E802C634708126F43873DCC7C7D0600D822F4CF9A33D241BB5F574A8D7A7519E1C81E27D
-605BC387CE066F3864D83BADBE96541E401A9986B96DBDAE03C2575AA412E381BEAC2CFBA67E9EA2687A5CBA1450612B0B7A8EDAC485C50CE048EAA929360AA3
-E99BF35887BB018D0128A88F3C5648AF0C5D692DD4C85F2B35D0C753EB49C33C1C92AB048411BA6B44114212CEAF8A8F61D68626F1CD03AE359901ACA2698D55
-3801DA70316BF648D78CD6B8A62DB32122E95E4E38AA0465276FAFB68C929F8DC7681D850A9F455E3512F4FE66FF1D506AA36DBFE778B924A6992346AAE6D49E
-1AF215A21F15A4D934846FB2AEBDABB1B68603AFD65FE82FFAE395DF6A2C3049DA7F54310572DE125282B6F5CDA569CCF53ABA97200B85D386593134E20A3203
-9F1557FB921F4640919371FF05DECFC1EFCE62B851BC86A58D5EB52154A8CEF1394A2C6D9ABEA8368B8107A7C210D65160DDFC592DDD392A48752D2FA59C39F7
-8CEF33E59BFAE4BB5162A93388DF176F75881769FFF8AAEC651863CAC90641CFDD7C770565C540180C76E23020A55D3AFBF0F03DEE3EC43CE4523A0B93D84365
-FEE4DABDA18BCF5661368DFB5F5114644015AA254A70E6B5F8CC67CC6AD2E8B78D3ECB62C36A0997F114A543D308
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndResource
-[ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 778 778 250 
-333 408 500 500 833 778 180 333 333 500 564 250 333 250 278 500 
-500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 
-722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 
-722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 
-444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 
-500 333 389 278 500 500 722 500 500 444 480 200 480 541 778 500 
-778 333 500 444 1000 500 500 333 1000 556 333 889 778 611 778 778 
-333 333 444 444 350 500 1000 333 980 389 333 722 778 444 722 250 
-333 500 500 500 500 200 500 333 760 276 500 564 333 760 500 400 
-549 300 300 333 576 453 250 333 300 310 500 750 750 750 444 722 
-722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 
-722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 
-444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 
-500 500 500 500 500 500 549 500 500 500 500 500 500 500 500 ]
-CorelDrawReencodeVect /_R6-TimesNewRoman /TimesNewRoman Z
-%%BeginResource: font PalatinoLinotype
-%!FontType1-1.0: PalatinoLinotype 001.003
-%%Creator: Corel PostScript Engine
-10 dict begin
-/FontName /PalatinoLinotype 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
-readonly def
-/FontBBox {0 0 0 0} readonly def
-currentdict end
-currentfile eexec
-A22DD33CB9A1B84FC323D538B9AE6C6014672C02872FAD31037218C4EC2B7124C58AFC4A0E2584B50A778936CFE1053450FEC35486F87A4DA48EF5124EE42DE6
-9DDB8A5C33C2868DDADC1C9B4725483A678DFD1BEF77D7BDC50D39DB17FF02031F39030455C675716EB1B292EA6078E9937BB936698E457C365396CC5708EAAB
-921AD0271E16D4A5F1689C7D8DEDA69051F9EA8B689EDEA8949F2C93CE777268FD3CE5D1713388D0E33A640C77DFB1D300C88E302BEFDF0083AF060D407FD007
-23D3F76465C679461FC0471E7F6EFFFCB5A8E513C1661D98B93E8667005CB8B30093BCB089336AFAB7D61973B6F27AC993F52C52238826E221A63575C2C867DB
-E9C0264C99B65994DB79F83B4627E129923C7C8B2B123FFCF8A870241E2A35E4877BF66DE00728B6A7250F981CA1F5F137525858405A1E22963F7A9AA87543D6
-249AC9918CFCC8DF307E539DB46C032AE36DDEF426AA7037BE33004A32FA9C0BE6C4BBF866461EED71DDA0425FFC6D90E7F691426A377E275176FD5245DE1EB3
-BCA3D8D48AF42014782FB0527DAFC2BCC73415B3BCEDE4D2852D1A94B17EFB7161BB78FD7615142FE2FFB22060B353B8109129CB0DD3FD40562CF968E39A3D2B
-049821F0214A998DF4AA387EB03CE5C3AAD65B2ABB59CB896DE8F7449BE3A63948FE9763ECAAB0F15B792A6B3C3B911B2259F74B3ED34084DD5A3237BF33D2D5
-B4B844FEDAA9762323175C9AE3138C5436402B4EFB2BB8633D7CBD592B741ED8F7F01EAB7B6EA788DF45ED982CB334AB4CD1640A6ABFDE7BD24BFC828E7EA3EF
-E5FF652DC16B37E8B6133FDCAF8CA8560B4923DAA0877E9FDE9D90580A6679051015420EE748D1184F8E074BF91A5202C6B2C65E149AEBD90C24F0BC346F3A39
-189E0B0A01077847B02300B5A67DF7631BAD45BA9747A9FA03440F5F42E54E0CE5D328728D3B4047F4684FB2F020B28ECA30FB87B2B1859C99A016440E581D80
-302DBC0EE1FB962261B8C397DE7EF3E3193765FD600D56B4BE21A98F7B860E29E8E3EAB16E05B53F6F6799E64B1AD40168C37F61629D74ACF577135ED15AC14F
-B7969FD7150061A7D77D20140587B2CD592803860C30BB2D6A3075572BC7D4B2E6CE89E67060487B5E6CF31A57D87D5CA32FA2A12FA5733EA293656C928C462F
-D60142F7351F51687678FBEFE37AE86EF867C22F16AAFBDF04D11B89AE7ABF3E8B3C138DEF562A85EC1F485D217BFC3D0255F2933ACD292CE5A4F953FF2FAFDD
-FB8747721CC9AF0435CCF4F000438E2349FB9B3DBDAFECD495C13B348553DD2CB0E07134F069FF05BEF16912B3143F794DC06E1802DAF259EA88018263084961
-6DA4148F9B802558A56CA6064BE90E1AA32ABBBB4FF9BCFA8BAB3224CF63C2B13913360A4F4B976F4B3C1C7112393C2D5161A3307AFAE4746103A22DC505683D
-4719339824F2302D6F35DF4FB9A276013BED9420804AF5CC126F8CD27A42283A22B2039D8CDCEECB18D53BE30858BF17A88265EF23ABB388200BF1D5C78D28CC
-0CFE054EA308C5FD87F28B21587BEA6DD29EAFF360BC6EBB4BCD75F842AB4309FF0BE1BEFD01BB2929577538F0B176BA4C90F99ACAB867CF39292399DF0BE73D
-435CF0D2F0DD3F80C337DC10D7FBF4F820710D8FCD7523B17708552B89278C081C9EC087DC4D355E278E4E082A850688781841EB3A0AA10E9D30AFE5FF5400FB
-FD15C66B4ABE69199FE9F661CA1BA7FCC93F593C67AD17297A452B805B52071DA9F41D0F241564A3189F786E97854BC6E162DE6DF967303875E9AD80D3B5CB3A
-B9EE7EB87863920143111D118894A7A4869C92CE23A793FD605CC4E2B328683E38E0C63E3F2CD413EC32B015311B2FEFDA9F232CE48B98EB677B3195DD7911DB
-94D87D41F9CDB761B3D4559D9DB868FBDAD8921ADF046A1913DB083866409CAA832F01C497969F0BA4EE1097E5EACDFDA244C35D13389048971E8FDA74E0B7C1
-D36A92FAE974B0C970037C5A9083B4B4A26F463244529F58EB549EEFCD843E7B046554C8ABE0CA5CDE2548CB00352427C094AC5C4FFEC73B9689652022E2B745
-A77375650DC98831940FAB4C7BE307BB796EA91BE7FF292037DBBFCB7533250FB23ECE026C6C4D1EAAAFB6E4A29F8866B36A9F769DCE78835BCBFF4B372674A8
-0E2E2246F6E634558500172BE89A9A555E174F13F2AF7F8728F1E2F122CD11B85694DC577C4267AA9A57EDA2217FFC9B5F7E2FA03C207458658B9AE8F3FEEFB4
-30143E6CEF08F9DD99AA980EC30959E3784DE4ACD484AC94E44A97BC9402D7218D50E7440050AC8419AFD7E3ADA5A6B1BF333A95143481679CCA6F1430943AEB
-1705EE48B87E2F39E62B35530AEE86CDE36EBD6EA1109E93CA3EEE87DF96930CC91574C7736A9F5785298C2BBB1DD0D0B973FD5B2253B37AD6E7C83FFBD39925
-77428EF4623D311DF70115B3DC31E5B1E3159837A4A9C66E0AACF4941CD16A2124D9FFBA243DEE16975E6FAEFA91ED36CA469324D485A65D0C098C84FAB8D493
-04002C1428E346D75DB0B99C8E3F0803F309814240E13D591EA8684B0ACDC3BA2E601C3848EBA9B0F685519D8CF0700DFBE5CA568A5053FD818B456CA48697A0
-B48442AE4DA618575DD5E4DB3B9C6728D775D0ED4DB6F8D58BCB2222F706CA755A078AD7481C7D4C69512E21F9C055D7A794C75FF09E7D2B84B92D8333BE2E09
-3CF3E8153CFB87CDEAC1354DC4E9382CE03D87544A9AFD77DCE15711A8D802139222A29A2E5658AE3CF5826685267FABF183E193935B045023040A33C17FB3F8
-04D93BE974CE5DBC76F2E9E012241ADF44C19561E8F75FA49C67BD763C3A69F9CD4BE804CD6982983C2493AB42EDF4653F7A6CD59D9CA664EC64D794D25E0555
-3A595FF91D950C29145D983C5D157175489588341D56EC84BE3387DE7341C0A749EEC3777BE947926C6A838F045E3A102E7C932C0A9A3927058682110C6AB1D1
-4599FC42E9AA8100857200BEEB72ECFA239CCF50A3BF911857B45616EBB2553B8FDA4D3730B5146699670E806AA29C876BE46B3AAC8DCB9BFB0545E510EF4847
-8DE6FF39EE6E849C4287CED69B541FD2E9BE70D8CBA3AE26F510C11397306DC61AF507BE00F9BB7729900EDD969BC35B36C5CF58F48764342FC7B61B5174C4DD
-AA63B02DBC19BDC339551A06100AC4CCE2AFCC66167A01D1248860510919E9107A73C100C61F222B8820ECCE20440677A65D7D87B08F38C54783C846D2D6B020
-5395939F1EAB52CD3F38ED39C959B88F21232237009B5CB1BCFDD8B0065626420EA9EA73AC14A8CF3E9F5B009EBEDA7906D8404FEF961557E4020CD9AA62E0F2
-4CE358CADC1AB2C8D7B21670AD1F49C516D1A4CA856871D969EDED6B898752077F1C9956A9002F45F3C16EB4198E9DE945E2648F23A1E3AAC7ABC4399394FD3C
-0050FEF18DD3C209879CB65B7BF2C731509B9566EB5B4A9F73D0203463FE94EBFF5B62363258BE297838DFC8BD63D85A0031B22E514FE2C121D0E25234B48B40
-4153738F41A48D629E6AE023D4531422465504ED207DE5A578314E51588B443F815DC954D5A29F9C9B4CC77F
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndResource
-[ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 536 536 250 
-278 371 479 500 840 778 208 333 333 389 500 250 333 250 320 500 
-500 500 500 500 500 500 500 500 500 250 250 500 500 500 444 683 
-778 611 709 774 611 556 763 832 337 333 726 611 946 831 786 604 
-786 668 525 613 778 722 1000 667 667 667 333 606 333 500 500 333 
-500 553 444 611 479 333 556 582 291 234 556 291 883 582 546 601 
-560 395 424 326 603 565 834 516 556 500 333 500 333 500 536 500 
-536 278 500 500 1000 500 500 333 1144 525 331 998 536 667 536 536 
-278 278 500 500 606 500 1000 333 979 424 331 827 536 500 667 250 
-278 500 500 500 500 500 500 333 747 333 500 500 333 747 333 400 
-500 320 320 333 647 628 250 333 320 333 500 807 807 807 444 778 
-778 778 778 778 778 944 709 611 611 611 611 337 337 337 337 774 
-831 786 786 786 786 786 500 833 778 778 778 778 667 604 556 500 
-500 500 500 500 500 758 444 479 479 479 479 291 291 291 291 546 
-582 546 546 546 546 546 500 546 603 603 603 603 556 601 556 ]
-CorelDrawReencodeVect /_R15-PalatinoLinotype /PalatinoLinotype Z
-%%BeginResource: font Symbol
-%!FontType1-1.0: Symbol 001.003
-%%Creator: Corel PostScript Engine
-10 dict begin
-/FontName /Symbol 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 32 /c32 put
-dup 33 /c33 put
-dup 34 /c34 put
-dup 35 /c35 put
-dup 36 /c36 put
-dup 37 /c37 put
-dup 38 /c38 put
-dup 39 /c39 put
-dup 40 /c40 put
-dup 41 /c41 put
-dup 42 /c42 put
-dup 43 /c43 put
-dup 44 /c44 put
-dup 45 /c45 put
-dup 46 /c46 put
-dup 47 /c47 put
-dup 48 /c48 put
-dup 49 /c49 put
-dup 50 /c50 put
-dup 51 /c51 put
-dup 52 /c52 put
-dup 53 /c53 put
-dup 54 /c54 put
-dup 55 /c55 put
-dup 56 /c56 put
-dup 57 /c57 put
-dup 58 /c58 put
-dup 59 /c59 put
-dup 60 /c60 put
-dup 61 /c61 put
-dup 62 /c62 put
-dup 63 /c63 put
-dup 64 /c64 put
-dup 65 /c65 put
-dup 66 /c66 put
-dup 67 /c67 put
-dup 68 /c68 put
-dup 69 /c69 put
-dup 70 /c70 put
-dup 71 /c71 put
-dup 72 /c72 put
-dup 73 /c73 put
-dup 74 /c74 put
-dup 75 /c75 put
-dup 76 /c76 put
-dup 77 /c77 put
-dup 78 /c78 put
-dup 79 /c79 put
-dup 80 /c80 put
-dup 81 /c81 put
-dup 82 /c82 put
-dup 83 /c83 put
-dup 84 /c84 put
-dup 85 /c85 put
-dup 86 /c86 put
-dup 87 /c87 put
-dup 88 /c88 put
-dup 89 /c89 put
-dup 90 /c90 put
-dup 91 /c91 put
-dup 92 /c92 put
-dup 93 /c93 put
-dup 94 /c94 put
-dup 95 /c95 put
-dup 96 /c96 put
-dup 97 /c97 put
-dup 98 /c98 put
-dup 99 /c99 put
-dup 100 /c100 put
-dup 101 /c101 put
-dup 102 /c102 put
-dup 103 /c103 put
-dup 104 /c104 put
-dup 105 /c105 put
-dup 106 /c106 put
-dup 107 /c107 put
-dup 108 /c108 put
-dup 109 /c109 put
-dup 110 /c110 put
-dup 111 /c111 put
-dup 112 /c112 put
-dup 113 /c113 put
-dup 114 /c114 put
-dup 115 /c115 put
-dup 116 /c116 put
-dup 117 /c117 put
-dup 118 /c118 put
-dup 119 /c119 put
-dup 120 /c120 put
-dup 121 /c121 put
-dup 122 /c122 put
-dup 123 /c123 put
-dup 124 /c124 put
-dup 125 /c125 put
-dup 126 /c126 put
-dup 127 /c127 put
-dup 128 /c128 put
-dup 129 /c129 put
-dup 130 /c130 put
-dup 131 /c131 put
-dup 132 /c132 put
-dup 133 /c133 put
-dup 134 /c134 put
-dup 135 /c135 put
-dup 136 /c136 put
-dup 137 /c137 put
-dup 138 /c138 put
-dup 139 /c139 put
-dup 140 /c140 put
-dup 141 /c141 put
-dup 142 /c142 put
-dup 143 /c143 put
-dup 144 /c144 put
-dup 145 /c145 put
-dup 146 /c146 put
-dup 147 /c147 put
-dup 148 /c148 put
-dup 149 /c149 put
-dup 150 /c150 put
-dup 151 /c151 put
-dup 152 /c152 put
-dup 153 /c153 put
-dup 154 /c154 put
-dup 155 /c155 put
-dup 156 /c156 put
-dup 157 /c157 put
-dup 158 /c158 put
-dup 159 /c159 put
-dup 160 /c160 put
-dup 161 /c161 put
-dup 162 /c162 put
-dup 163 /c163 put
-dup 164 /c164 put
-dup 165 /c165 put
-dup 166 /c166 put
-dup 167 /c167 put
-dup 168 /c168 put
-dup 169 /c169 put
-dup 170 /c170 put
-dup 171 /c171 put
-dup 172 /c172 put
-dup 173 /c173 put
-dup 174 /c174 put
-dup 175 /c175 put
-dup 176 /c176 put
-dup 177 /c177 put
-dup 178 /c178 put
-dup 179 /c179 put
-dup 180 /c180 put
-dup 181 /c181 put
-dup 182 /c182 put
-dup 183 /c183 put
-dup 184 /c184 put
-dup 185 /c185 put
-dup 186 /c186 put
-dup 187 /c187 put
-dup 188 /c188 put
-dup 189 /c189 put
-dup 190 /c190 put
-dup 191 /c191 put
-dup 192 /c192 put
-dup 193 /c193 put
-dup 194 /c194 put
-dup 195 /c195 put
-dup 196 /c196 put
-dup 197 /c197 put
-dup 198 /c198 put
-dup 199 /c199 put
-dup 200 /c200 put
-dup 201 /c201 put
-dup 202 /c202 put
-dup 203 /c203 put
-dup 204 /c204 put
-dup 205 /c205 put
-dup 206 /c206 put
-dup 207 /c207 put
-dup 208 /c208 put
-dup 209 /c209 put
-dup 210 /c210 put
-dup 211 /c211 put
-dup 212 /c212 put
-dup 213 /c213 put
-dup 214 /c214 put
-dup 215 /c215 put
-dup 216 /c216 put
-dup 217 /c217 put
-dup 218 /c218 put
-dup 219 /c219 put
-dup 220 /c220 put
-dup 221 /c221 put
-dup 222 /c222 put
-dup 223 /c223 put
-dup 224 /c224 put
-dup 225 /c225 put
-dup 226 /c226 put
-dup 227 /c227 put
-dup 228 /c228 put
-dup 229 /c229 put
-dup 230 /c230 put
-dup 231 /c231 put
-dup 232 /c232 put
-dup 233 /c233 put
-dup 234 /c234 put
-dup 235 /c235 put
-dup 236 /c236 put
-dup 237 /c237 put
-dup 238 /c238 put
-dup 239 /c239 put
-dup 240 /c240 put
-dup 241 /c241 put
-dup 242 /c242 put
-dup 243 /c243 put
-dup 244 /c244 put
-dup 245 /c245 put
-dup 246 /c246 put
-dup 247 /c247 put
-dup 248 /c248 put
-dup 249 /c249 put
-dup 250 /c250 put
-dup 251 /c251 put
-dup 252 /c252 put
-dup 253 /c253 put
-dup 254 /c254 put
-dup 255 /c255 put
-readonly def
-/FontBBox {0 0 0 0} readonly def
-currentdict end
-currentfile eexec
-
-A22DD33CB9A1B84FC323D538B9AE6C6014672C02872FAD31037218C4EC2B7124C58AFC4A0E2584B50A778936CFE1053450FEC35486F87A4DA48EF5124EE42DE6
-9DDB8A5C33C2868DDADC1C9B4725483A678DFD1BEF77D7BDC50D39DB17FF02031F39030455C675716EB1B292EA6078E9937BB936698E457C365396CC5708EAAB
-921AD0271E16D4A5F1689C7D8DEDA69051F9EA8B689EDEA8949F2C93CE777268FD3CE5D1713388D0E33A640C77DFB1D300C88E302BEFDF0083AF060D407FD007
-23D3F76465C679461FC0471E7F6EFFFCB5A8E513C1661D98B93E8667005CB8B30093BCB089336AFAB7D61973B6F27AC993F52C52238826E221A63575C2C867DB
-E9C0264C99B65994DB79F83B4627E129923C7C8B2B18D54F9E0F0F9280A6425EED2E2B7BB29DA8D3D977AE0F4D887F72309ABE6CB09B8D1F5600779F7C13696C
-8F3E4BF69127EC72FD447C37CF4AB75A587241DBD67A93BC2D95C3E730B03ABD098B4875980FDAF138A689459A018531616478E696F4045125DBEE06D2C7FED9
-09F8CA2637B4E370F0A55DAE7CBA60CCF3808B2EB20FB25A3D4CD370443183E3DF4B48B424BE0327D27E7A1567BE7F2193FA79A5EAFF2E1AD5723BA958E0D588
-396F1B7EDC503FC63A9C6B41764F3A67DA9F2B071264C7151A002557252BC817A6F1B1E4F70AF963CBD653C58F0D7C520D2832D0F62A5B88A182DB874D24A338
-1C8A311CE30018EA97ED9B5152E73AF3092E1F1950F2E48E01FDB94F21BE43700D3D5F6FF722D87385AD97
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndResource
- at sv
-%%EndPageSetup
- at rax %Note: Object
-147.40157 756.85039 192.75591 779.52756 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-147.40157 779.52756 m
-192.75591 779.52756 L
-192.75591 756.85039 L
-147.40157 756.85039 L
-147.40157 779.52756 L
- at c
-S
-
- at rax %Note: Object
-192.75591 768.18841 232.44094 768.18898 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-228.89480 768.18898 m
-192.75591 768.18841 L
-S
- at j
-0.00 0.00 0.00 1.00 K
-0.00 0.00 0.00 1.00 k
-0 @g
-0 @G
-[] 0 d 0 J 0 j
-0 R 0 O
-0 1.00800 1.00800 0 @w
-232.44094 768.18898 m
-225.38494 765.16498 L
-226.39294 767.18098 226.39294 769.19698 225.38494 771.21298 C
-232.44094 768.18898 L
-f
- at J
-
- at rax %Note: Object
-104.88189 768.18784 147.40157 768.18898 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-143.85543 768.18841 m
-104.88189 768.18841 L
-S
- at j
-0.00 0.00 0.00 1.00 K
-0.00 0.00 0.00 1.00 k
-0 @g
-0 @G
-[] 0 d 0 J 0 j
-0 R 0 O
-0 1.00800 1.00800 0 @w
-147.40157 768.18841 m
-140.34557 765.16441 L
-141.35357 767.18041 141.35357 769.19641 140.34557 771.21241 C
-147.40157 768.18841 L
-f
- at J
-
- at rax %Note: Object
-232.44094 759.68504 249.44882 776.69291 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-240.94488 759.68504 m
-236.26091 759.68504 232.44094 763.50501 232.44094 768.18898 c
-232.44094 772.87294 236.26091 776.69291 240.94488 776.69291 c
-245.62885 776.69291 249.44882 772.87294 249.44882 768.18898 c
-249.44882 763.50501 245.62885 759.68504 240.94488 759.68504 c
- at c
-S
-
- at rax %Note: Object
-240.94431 776.69291 240.94545 807.87402 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-240.94488 780.23906 m
-240.94488 807.87402 L
-S
- at j
-0.00 0.00 0.00 1.00 K
-0.00 0.00 0.00 1.00 k
-0 @g
-0 @G
-[] 0 d 0 J 0 j
-0 R 0 O
-0 1.00800 1.00800 0 @w
-240.94488 776.69291 m
-237.92088 783.74891 L
-239.93688 782.74091 241.95288 782.74091 243.96888 783.74891 C
-240.94488 776.69291 L
-f
- at J
-
- at rax %Note: Object
-249.44882 768.18898 286.53307 768.18954 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-286.53307 768.18954 m
-249.44882 768.18898 L
-S
-
- at rax 116.22047 774.34072 138.53225 784.33058 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 116.22046819 776.69288497] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133epb\135) @t
-T
- at rax 202.06772 774.50769 224.37950 784.33058 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 202.06770914 776.69288497] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133evh\135) @t
-T
- at rax 249.44882 797.18485 266.26054 806.81896 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 249.44880977 799.37004950] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133ev\135) @t
-T
- at rax 164.40945 763.16910 181.83912 772.99200 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 164.40944280 765.35430271] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133hb\135) @t
-T
- at rax 264.00813 774.42406 290.60079 784.22513 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 264.00811633 776.77622355] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133epsv\135) @t
-T
- at rax 150.41764 740.96787 188.28935 752.00655 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 168.03041905 744.05165782] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-T
- at rax 150.41764 740.96787 188.28935 752.00655 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 168.03041905 744.05165782] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R15-PalatinoLinotype 38806.00000 z
--62134 0 (w) @t
--30436 0 (eights) @t
-T
- at rax 237.69553 763.95742 244.36318 771.90321 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 237.69551886 763.95738938] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/Symbol 42332.00000 z
-0 0 (S) @t
-T
- at rax 248.34557 775.69795 253.24611 781.05458 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 248.34556572 775.69792438] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 31750.00000 z
-0 0 (+) @t
-T
- at rax 228.17820 774.90992 232.83269 776.85250 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 228.25331449 776.85247552] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 31750.00000 z
-0 0 (_) @t
-T
- at rax %Note: Object
-286.29921 765.78321 291.96850 771.02362 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-289.13386 771.02362 m
-290.69518 771.02362 291.96850 769.84668 291.96850 768.40328 c
-291.96850 766.96016 290.69518 765.78321 289.13386 765.78321 c
-287.57254 765.78321 286.29921 766.96016 286.29921 768.40328 c
-286.29921 769.84668 287.57254 771.02362 289.13386 771.02362 c
- at c
-S
-
- at rax %Note: Object
-238.11024 807.87402 243.77953 813.54331 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-240.94488 813.54331 m
-242.50620 813.54331 243.77953 812.26998 243.77953 810.70838 c
-243.77953 809.14734 242.50620 807.87402 240.94488 807.87402 c
-239.38356 807.87402 238.11024 809.14734 238.11024 810.70838 c
-238.11024 812.26998 239.38356 813.54331 240.94488 813.54331 c
- at c
-S
-
- at rax %Note: Object
-99.21260 765.35433 104.72882 771.02362 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-101.97071 771.02362 m
-103.48980 771.02362 104.72882 769.75030 104.72882 768.18869 c
-104.72882 766.62765 103.48980 765.35433 101.97071 765.35433 c
-100.45162 765.35433 99.21260 766.62765 99.21260 768.18869 c
-99.21260 769.75030 100.45162 771.02362 101.97071 771.02362 c
- at c
-S
-
- at rax %Note: Object
-121.88976 765.35433 127.55906 771.02362 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-121.88976 765.35433 m
-127.55906 771.02362 L
-S
-
- at rax 119.05512 748.82891 140.76567 758.62998 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 119.05511376 751.18107488] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133Mp\135) @t
-T
- @gs spg @gr
-%%PageTrailer
- at rs
- at rs
-
-%%Page: 2 2
-%LogicalPage: 2
-%%BeginPageSetup
- at sv
- at sm
- at sv
-%%EndPageSetup
-%%PageTrailer
- at rs
- at rs
-%%Trailer
- at EndSysCorelDict
-end
-%%DocumentSuppliedResources: procset wCorel10Dict 10.0 0
-%%+ font TimesNewRoman
-%%+ font PalatinoLinotype
-%%+ font Symbol
-%%EOF
\ No newline at end of file

Deleted: trunk/Master/texmf-dist/doc/latex/pstool/trial.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pstool/trial.tex	2018-01-20 14:18:45 UTC (rev 46392)
+++ trunk/Master/texmf-dist/doc/latex/pstool/trial.tex	2018-01-21 00:44:09 UTC (rev 46393)
@@ -1,2 +0,0 @@
-
-\psfrag{[hb]}{$H_\b$}%

Deleted: trunk/Master/texmf-dist/doc/latex/pstool/trial2.eps
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pstool/trial2.eps	2018-01-20 14:18:45 UTC (rev 46392)
+++ trunk/Master/texmf-dist/doc/latex/pstool/trial2.eps	2018-01-21 00:44:09 UTC (rev 46393)
@@ -1,977 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%BoundingBox: 98 740 293 814 
-%%LanguageLevel: 1
-%%Creator: CorelDRAW 10
-%%Title: LMS_VS.eps
-%%CreationDate: Wed Oct 25 12:32:49 2006
-%%For: School of Mechanical Engineering
-%%DocumentProcessColors: Black 
-%%DocumentSuppliedResources: (atend)
-%%EndComments
-%%BeginProlog
-/AutoFlatness false def
-/AutoSteps 0 def
-/CMYKMarks true def
-/UseLevel 1 def
-%Build: CorelDRAW 10 Version 10.410
-%Color profile: Disabled
-/CorelIsEPS true def
-%%BeginResource: procset wCorel10Dict 10.0 0
-/wCorel10Dict 300 dict def wCorel10Dict begin
-% Copyright (c)1992-2000 Corel Corporation
-% All rights reserved.     v10.0 r0.2
-/bd{bind def}bind def/ld{load def}bd/xd{exch def}bd/_ null def/rp{{pop}repeat}
-bd/@cp/closepath ld/@gs/gsave ld/@gr/grestore ld/@np/newpath ld/Tl/translate ld
-/$sv 0 def/@sv{/$sv save def}bd/@rs{$sv restore}bd/spg/showpage ld/showpage{}
-bd currentscreen/@dsp xd/$dsp/@dsp def/$dsa xd/$dsf xd/$sdf false def/$SDF
-false def/$Scra 0 def/SetScr/setscreen ld/@ss{2 index 0 eq{$dsf 3 1 roll 4 -1
-roll pop}if exch $Scra add exch load SetScr}bd/SepMode_5 where{pop}{/SepMode_5
-0 def}ifelse/CorelIsSeps where{pop}{/CorelIsSeps false def}ifelse
-/CorelIsInRIPSeps where{pop}{/CorelIsInRIPSeps false def}ifelse/CorelIsEPS
-where{pop}{/CorelIsEPS false def}ifelse/CurrentInkName_5 where{pop}
-{/CurrentInkName_5(Composite)def}ifelse/$ink_5 where{pop}{/$ink_5 -1 def}
-ifelse/$c 0 def/$m 0 def/$y 0 def/$k 0 def/$t 1 def/$n _ def/$o 0 def/$fil 0
-def/$C 0 def/$M 0 def/$Y 0 def/$K 0 def/$T 1 def/$N _ def/$O 0 def/$PF false
-def/s1c 0 def/s1m 0 def/s1y 0 def/s1k 0 def/s1t 0 def/s1n _ def/$bkg false def
-/SK 0 def/SM 0 def/SY 0 def/SC 0 def/$op false def matrix currentmatrix/$ctm xd
-/$ptm matrix def/$ttm matrix def/$stm matrix def/$ffpnt true def
-/CorelDrawReencodeVect[16#0/grave 16#5/breve 16#6/dotaccent 16#8/ring
-16#A/hungarumlaut 16#B/ogonek 16#C/caron 16#D/dotlessi 16#27/quotesingle
-16#60/grave 16#7C/bar
-16#82/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
-16#88/circumflex/perthousand/Scaron/guilsinglleft/OE
-16#91/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
-16#98/tilde/trademark/scaron/guilsinglright/oe 16#9F/Ydieresis
-16#A1/exclamdown/cent/sterling/currency/yen/brokenbar/section
-16#a8/dieresis/copyright/ordfeminine/guillemotleft/logicalnot/minus/registered/macron
-16#b0/degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
-16#b8/cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
-16#c0/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
-16#c8/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
-16#d0/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
-16#d8/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
-16#e0/agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
-16#e8/egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
-16#f0/eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
-16#f8/oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]def
-/L2?/languagelevel where{pop languagelevel 2 ge}{false}ifelse def/Comp?{
-/LumSepsDict where{pop false}{/AldusSepsDict where{pop false}{1 0 0 0 @gs
-setcmykcolor currentcmykcolor @gr add add add 0 ne 0 1 0 0 @gs setcmykcolor
-currentcmykcolor @gr add add add 0 ne 0 0 1 0 @gs setcmykcolor currentcmykcolor
- at gr add add add 0 ne 0 0 0 1 @gs setcmykcolor currentcmykcolor @gr add add add
-0 ne and and and}ifelse}ifelse}bd/@PL{/LV where{pop LV 2 ge L2? not and{@np
-/Courier findfont 12 scalefont setfont 72 144 m
-(The PostScript level set in the Corel application is higher than)show 72 132 m
-(the PostScript level of this device. Change the PS Level in the Corel)show 72
-120 m(application to Level 1 by selecting the PostScript tab in the print)show
-72 108 m(dialog, and selecting Level 1 from the Compatibility drop down list.)
-show flush spg quit}if}if}bd/@BeginSysCorelDict{systemdict/Corel30Dict known
-{systemdict/Corel30Dict get exec}if systemdict/CorelLexDict known{1 systemdict
-/CorelLexDict get exec}if}bd/@EndSysCorelDict{systemdict/Corel30Dict known
-{end}if/EndCorelLexDict where{pop EndCorelLexDict}if}bd AutoFlatness{/@ifl{dup
-currentflat exch sub 10 gt{
-([Error: PathTooComplex; OffendingCommand: AnyPaintingOperator]\n)print flush
- at np exit}{currentflat 2 add setflat}ifelse}bd/@fill/fill ld/fill{currentflat{
-{@fill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@eofill/eofill ld/eofill
-{currentflat{{@eofill}stopped{@ifl}{exit}ifelse}bind loop setflat}bd/@clip
-/clip ld/clip{currentflat{{@clip}stopped{@ifl}{exit}ifelse}bind loop setflat}
-bd/@eoclip/eoclip ld/eoclip{currentflat{{@eoclip}stopped{@ifl}{exit}ifelse}
-bind loop setflat}bd/@stroke/stroke ld/stroke{currentflat{{@stroke}stopped
-{@ifl}{exit}ifelse}bind loop setflat}bd}if L2?{/@ssa{true setstrokeadjust}bd}{
-/@ssa{}bd}ifelse/d/setdash ld/j/setlinejoin ld/J/setlinecap ld/M/setmiterlimit
-ld/w/setlinewidth ld/O{/$o xd}bd/R{/$O xd}bd/W/eoclip ld/c/curveto ld/C/c ld/l
-/lineto ld/L/l ld/rl/rlineto ld/m/moveto ld/n/newpath ld/N/newpath ld/P{11 rp}
-bd/u{}bd/U{}bd/A{pop}bd/q/@gs ld/Q/@gr ld/&{}bd/@j{@sv @np}bd/@J{@rs}bd/g{1
-exch sub/$k xd/$c 0 def/$m 0 def/$y 0 def/$t 1 def/$n _ def/$fil 0 def}bd/G{1
-sub neg/$K xd _ 1 0 0 0/$C xd/$M xd/$Y xd/$T xd/$N xd}bd/k{1 index type
-/stringtype eq{/$t xd/$n xd}{/$t 0 def/$n _ def}ifelse/$k xd/$y xd/$m xd/$c xd
-/$fil 0 def}bd/K{1 index type/stringtype eq{/$T xd/$N xd}{/$T 0 def/$N _ def}
-ifelse/$K xd/$Y xd/$M xd/$C xd}bd/x/k ld/X/K ld/sf{1 index type/stringtype eq{
-/s1t xd/s1n xd}{/s1t 0 def/s1n _ def}ifelse/s1k xd/s1y xd/s1m xd/s1c xd}bd/i{
-dup 0 ne{setflat}{pop}ifelse}bd/v{4 -2 roll 2 copy 6 -2 roll c}bd/V/v ld/y{2
-copy c}bd/Y/y ld/@w{matrix rotate/$ptm xd matrix scale $ptm dup concatmatrix
-/$ptm xd 1 eq{$ptm exch dup concatmatrix/$ptm xd}if 1 w}bd/@g{1 eq dup/$sdf xd
-{/$scp xd/$sca xd/$scf xd}if}bd/@G{1 eq dup/$SDF xd{/$SCP xd/$SCA xd/$SCF xd}
-if}bd/@D{2 index 0 eq{$dsf 3 1 roll 4 -1 roll pop}if 3 copy exch $Scra add exch
-load SetScr/$dsp xd/$dsa xd/$dsf xd}bd/$ngx{$SDF{$SCF SepMode_5 0 eq{$SCA}
-{$dsa}ifelse $SCP @ss}if}bd/@MN{2 copy le{pop}{exch pop}ifelse}bd/@MX{2 copy ge
-{pop}{exch pop}ifelse}bd/InRange{3 -1 roll @MN @MX}bd/@sqr{dup 0 rl dup 0 exch
-rl neg 0 rl @cp}bd/currentscale{1 0 dtransform matrix defaultmatrix idtransform
-dup mul exch dup mul add sqrt 0 1 dtransform matrix defaultmatrix idtransform
-dup mul exch dup mul add sqrt}bd/@unscale{}bd/wDstChck{2 1 roll dup 3 -1 roll
-eq{1 add}if}bd/@dot{dup mul exch dup mul add 1 exch sub}bd/@lin{exch pop abs 1
-exch sub}bd/cmyk2rgb{3{dup 5 -1 roll add 1 exch sub dup 0 lt{pop 0}if exch}
-repeat pop}bd/rgb2cmyk{3{1 exch sub 3 1 roll}repeat 3 copy @MN @MN 3{dup 5 -1
-roll sub neg exch}repeat}bd/rgb2g{2 index .299 mul 2 index .587 mul add 1 index
-.114 mul add 4 1 roll pop pop pop}bd/WaldoColor_5 where{pop}{/SetRgb
-/setrgbcolor ld/GetRgb/currentrgbcolor ld/SetGry/setgray ld/GetGry/currentgray
-ld/SetRgb2 systemdict/setrgbcolor get def/GetRgb2 systemdict/currentrgbcolor
-get def/SetHsb systemdict/sethsbcolor get def/GetHsb systemdict
-/currenthsbcolor get def/rgb2hsb{SetRgb2 GetHsb}bd/hsb2rgb{3 -1 roll dup floor
-sub 3 1 roll SetHsb GetRgb2}bd/setcmykcolor where{pop/LumSepsDict where{pop
-/SetCmyk_5{LumSepsDict/setcmykcolor get exec}def}{/AldusSepsDict where{pop
-/SetCmyk_5{AldusSepsDict/setcmykcolor get exec}def}{/SetCmyk_5/setcmykcolor ld
-}ifelse}ifelse}{/SetCmyk_5{cmyk2rgb SetRgb}bd}ifelse/currentcmykcolor where{
-pop/GetCmyk/currentcmykcolor ld}{/GetCmyk{GetRgb rgb2cmyk}bd}ifelse
-/setoverprint where{pop}{/setoverprint{/$op xd}bd}ifelse/currentoverprint where
-{pop}{/currentoverprint{$op}bd}ifelse/@tc_5{5 -1 roll dup 1 ge{pop}{4{dup 6 -1
-roll mul exch}repeat pop}ifelse}bd/@trp{exch pop 5 1 roll @tc_5}bd
-/setprocesscolor_5{SepMode_5 0 eq{SetCmyk_5}{0 4 $ink_5 sub index exch pop 5 1
-roll pop pop pop pop SepsColor true eq{$ink_5 3 gt{1 sub neg SetGry}{0 0 0 4
-$ink_5 roll SetCmyk_5}ifelse}{1 sub neg SetGry}ifelse}ifelse}bd
-/findcmykcustomcolor where{pop}{/findcmykcustomcolor{5 array astore}bd}ifelse
-/Corelsetcustomcolor_exists false def/setcustomcolor where{pop
-/Corelsetcustomcolor_exists true def}if CorelIsSeps true eq CorelIsInRIPSeps
-false eq and{/Corelsetcustomcolor_exists false def}if
-Corelsetcustomcolor_exists false eq{/setcustomcolor{exch aload pop SepMode_5 0
-eq{pop @tc_5 setprocesscolor_5}{CurrentInkName_5 eq{4 index}{0}ifelse 6 1 roll
-5 rp 1 sub neg SetGry}ifelse}bd}if/@scc_5{dup type/booleantype eq{dup
-currentoverprint ne{setoverprint}{pop}ifelse}{1 eq setoverprint}ifelse dup _ eq
-{pop setprocesscolor_5 pop}{findcmykcustomcolor exch setcustomcolor}ifelse
-SepMode_5 0 eq{true}{GetGry 1 eq currentoverprint and not}ifelse}bd/colorimage
-where{pop/ColorImage{colorimage}def}{/ColorImage{/ncolors xd/$multi xd $multi
-true eq{ncolors 3 eq{/daqB xd/daqG xd/daqR xd pop pop exch pop abs{daqR pop
-daqG pop daqB pop}repeat}{/daqK xd/daqY xd/daqM xd/daqC xd pop pop exch pop abs
-{daqC pop daqM pop daqY pop daqK pop}repeat}ifelse}{/dataaq xd{dataaq ncolors
-dup 3 eq{/$dat xd 0 1 $dat length 3 div 1 sub{dup 3 mul $dat 1 index get 255
-div $dat 2 index 1 add get 255 div $dat 3 index 2 add get 255 div rgb2g 255 mul
-cvi exch pop $dat 3 1 roll put}for $dat 0 $dat length 3 idiv getinterval pop}{
-4 eq{/$dat xd 0 1 $dat length 4 div 1 sub{dup 4 mul $dat 1 index get 255 div
-$dat 2 index 1 add get 255 div $dat 3 index 2 add get 255 div $dat 4 index 3
-add get 255 div cmyk2rgb rgb2g 255 mul cvi exch pop $dat 3 1 roll put}for $dat
-0 $dat length ncolors idiv getinterval}if}ifelse}image}ifelse}bd}ifelse
-/setcmykcolor{1 5 1 roll _ currentoverprint @scc_5/$ffpnt xd}bd
-/currentcmykcolor{GetCmyk}bd/setrgbcolor{rgb2cmyk setcmykcolor}bd
-/currentrgbcolor{currentcmykcolor cmyk2rgb}bd/sethsbcolor{hsb2rgb setrgbcolor}
-bd/currenthsbcolor{currentrgbcolor rgb2hsb}bd/setgray{dup dup setrgbcolor}bd
-/currentgray{currentrgbcolor rgb2g}bd/InsideDCS false def/IMAGE/image ld/image
-{InsideDCS{IMAGE}{/EPSDict where{pop SepMode_5 0 eq{IMAGE}{dup type/dicttype eq
-{dup/ImageType get 1 ne{IMAGE}{dup dup/BitsPerComponent get 8 eq exch
-/BitsPerComponent get 1 eq or currentcolorspace 0 get/DeviceGray eq and{
-CurrentInkName_5(Black)eq{IMAGE}{dup/DataSource get/TCC xd/Height get abs{TCC
-pop}repeat}ifelse}{IMAGE}ifelse}ifelse}{2 index 1 ne{CurrentInkName_5(Black)eq
-{IMAGE}{/TCC xd pop pop exch pop abs{TCC pop}repeat}ifelse}{IMAGE}ifelse}
-ifelse}ifelse}{IMAGE}ifelse}ifelse}bd}ifelse/WaldoColor_5 true def/$fm 0 def
-/wfill{1 $fm eq{fill}{eofill}ifelse}bd/@Pf{@sv SepMode_5 0 eq $Psc 0 ne or
-$ink_5 3 eq or{0 J 0 j[]0 d $t $c $m $y $k $n $o @scc_5 pop $ctm setmatrix 72
-1000 div dup matrix scale dup concat dup Bburx exch Bbury exch itransform
-ceiling cvi/Bbury xd ceiling cvi/Bburx xd Bbllx exch Bblly exch itransform
-floor cvi/Bblly xd floor cvi/Bbllx xd $Prm aload pop $Psn load exec}{1 SetGry
-wfill}ifelse @rs @np}bd/F{matrix currentmatrix $sdf{$scf $sca $scp @ss}if $fil
-1 eq{CorelPtrnDoFill}{$fil 2 eq{@ff}{$fil 3 eq{@Pf}{$fil 4 eq
-{CorelShfillDoFill}{$t $c $m $y $k $n $o @scc_5{wfill}{@np}ifelse}ifelse}
-ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp @ss}if setmatrix}bd/f{@cp F}bd/S{
-matrix currentmatrix $ctm setmatrix $SDF{$SCF $SCA $SCP @ss}if $T $C $M $Y $K
-$N $O @scc_5{matrix currentmatrix $ptm concat stroke setmatrix}{@np}ifelse $SDF
-{$dsf $dsa $dsp @ss}if setmatrix}bd/s{@cp S}bd/B{@gs F @gr S}bd/b{@cp B}bd/_E{
-5 array astore exch cvlit xd}bd/@cc{currentfile $dat readhexstring pop}bd/@sm{
-/$ctm $ctm currentmatrix def}bd/@E{/Bbury xd/Bburx xd/Bblly xd/Bbllx xd}bd/@c{
- at cp}bd/@P{/$fil 3 def/$Psn xd/$Psc xd array astore/$Prm xd}bd/tcc{@cc}def/@B{
- at gs S @gr F}bd/@b{@cp @B}bd/@sep{CurrentInkName_5(Composite)eq{/$ink_5 -1 def}
-{CurrentInkName_5(Cyan)eq{/$ink_5 0 def}{CurrentInkName_5(Magenta)eq{/$ink_5 1
-def}{CurrentInkName_5(Yellow)eq{/$ink_5 2 def}{CurrentInkName_5(Black)eq
-{/$ink_5 3 def}{/$ink_5 4 def}ifelse}ifelse}ifelse}ifelse}ifelse}bd/@whi{@gs
--72000 dup m -72000 72000 l 72000 dup l 72000 -72000 l @cp 1 SetGry fill @gr}
-bd/@neg{[{1 exch sub}/exec cvx currenttransfer/exec cvx]cvx settransfer @whi}
-bd/deflevel 0 def/@sax{/deflevel deflevel 1 add def}bd/@eax{/deflevel deflevel
-dup 0 gt{1 sub}if def deflevel 0 gt{/eax load}{eax}ifelse}bd/eax{{exec}forall}
-bd/@rax{deflevel 0 eq{@rs @sv}if}bd systemdict/pdfmark known not{/pdfmark
-/cleartomark ld}if/wclip{1 $fm eq{clip}{eoclip}ifelse}bd
-/z{exch findfont exch scalefont setfont}bd/ZB{9 dict dup begin 4 1 roll
-/FontType 3 def/FontMatrix xd/FontBBox xd/Encoding 256 array def 0 1 255{
-Encoding exch/.notdef put}for/CharStrings 256 dict def CharStrings/.notdef{}
-put/Metrics 256 dict def Metrics/.notdef 3 -1 roll put/BuildChar{exch dup
-/$char exch/Encoding get 3 index get def dup/Metrics get $char get aload pop
-setcachedevice begin Encoding exch get CharStrings exch get end exec}def end
-definefont pop}bd/ZBAddChar{findfont begin dup 4 1 roll dup 6 1 roll Encoding 3
-1 roll put CharStrings 3 1 roll put Metrics 3 1 roll put end}bd/Z{findfont dup
-maxlength 2 add dict exch dup{1 index/FID ne{3 index 3 1 roll put}{pop pop}
-ifelse}forall pop dup dup/Encoding get 256 array copy dup/$fe xd/Encoding exch
-put dup/Fontname 3 index put 3 -1 roll dup length 0 ne{0 exch{dup type 0 type
-eq{exch pop}{$fe exch 2 index exch put 1 add}ifelse}forall pop}if dup 256 dict
-dup/$met xd/Metrics exch put dup/FontMatrix get 0 get 1000 mul 1 exch div 3
-index length 256 eq{0 1 255{dup $fe exch get dup/.notdef eq{pop pop}{5 index 3
--1 roll get 2 index mul $met 3 1 roll put}ifelse}for}if pop definefont pop pop
-}bd/CorelIsValidCharpath{pathbbox 3 -1 roll sub abs 0.5 ge 3 1 roll sub abs 0.5
-ge and}bd/@ftx{{currentpoint 3 -1 roll(0)dup 3 -1 roll 0 exch put dup @gs true
-charpath $ctm setmatrix CorelIsValidCharpath{@@txt}if @gr @np stringwidth pop 3
--1 roll add exch m}forall}bd/@ft{matrix currentmatrix exch $sdf{$scf $sca $scp
- at ss}if $fil 1 eq{/@@txt/@pf ld @ftx}{$fil 2 eq{/@@txt/@ff ld @ftx}{$fil 3 eq
-{/@@txt/@Pf ld @ftx}{$fil 4 eq{/@@txt/CorelShfillDoFill ld @ftx}{$t $c $m $y $k
-$n $o @scc_5{show}{pop}ifelse}ifelse}ifelse}ifelse}ifelse $sdf{$dsf $dsa $dsp
- at ss}if setmatrix}bd/@st{matrix currentmatrix exch $SDF{$SCF $SCA $SCP @ss}if $T
-$C $M $Y $K $N $O @scc_5{{currentpoint 3 -1 roll(0)dup 3 -1 roll 0 exch put dup
- at gs true charpath $ctm setmatrix $ptm concat stroke @gr @np stringwidth pop 3
--1 roll add exch m}forall}{pop}ifelse $SDF{$dsf $dsa $dsp @ss}if setmatrix}bd
-/@te{@ft}bd/@tr{@st}bd/@ta{dup @gs @ft @gr @st}bd/@t at a{dup @gs @st @gr @ft}bd
-/@tm{@sm concat}bd/e{/t{@te}def}bd/r{/t{@tr}def}bd/o{/t{pop}def}bd/a{/t{@ta}
-def}bd/@a{/t{@t at a}def}bd/t{@te}def/T{@np $ctm setmatrix/$ttm matrix def}bd/ddt
-{t}def/@t{/$stm $stm currentmatrix def 3 1 roll m $ttm concat ddt $stm
-setmatrix}bd/@n{/$ttm exch matrix rotate def}bd/@s{}bd/@l{}bd/_lineorientation
-0 def/_bitfont null def/_bitlobyte 0 def/_bitkey null def/_bithibyte 0 def
-/@ii{concat 3 index 3 index m 3 index 1 index l 2 copy l 1 index 3 index l 3
-index 3 index l clip pop pop pop pop}bd/@i{@sm @gs @ii 6 index 1 ne{/$frg true
-def pop pop}{1 eq{s1t s1c s1m s1y s1k s1n $O @scc_5/$frg xd}{/$frg false def}
-ifelse 1 eq{@gs $ctm setmatrix F @gr}if}ifelse @np/$ury xd/$urx xd/$lly xd
-/$llx xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul 8 div ceiling cvi string
-def $bkg $frg or{$SDF{$SCF $SCA $SCP @ss}if $llx $lly Tl $urx $llx sub $ury
-$lly sub scale $bkg{$t $c $m $y $k $n $o @scc_5 pop}if $wid $hei abs $bts 1 eq
-{$bkg}{$bts}ifelse[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]/tcc load $bts
-1 eq{imagemask}{image}ifelse $SDF{$dsf $dsa $dsp @ss}if}{$hei abs{tcc pop}
-repeat}ifelse @gr $ctm setmatrix}bd/@I{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd
-/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd $ngx $llx $lly Tl $urx $llx sub $ury
-$lly sub scale $wid $hei abs $bts[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse
-]$msimage false eq $ncl 1 eq or{/$dat $wid $bts mul $ncl mul 8 div ceiling cvi
-string def/@cc load false $ncl ColorImage}{$wid $bts mul 8 div ceiling cvi $ncl
-3 eq{dup dup/$dat1 exch string def/$dat2 exch string def/$dat3 exch string def
-/@cc1 load/@cc2 load/@cc3 load}{dup dup dup/$dat1 exch string def/$dat2 exch
-string def/$dat3 exch string def/$dat4 exch string def/@cc1 load/@cc2 load
-/@cc3 load/@cc4 load}ifelse true $ncl ColorImage}ifelse $SDF{$dsf $dsa $dsp
- at ss}if @gr $ctm setmatrix}bd/@cc1{currentfile $dat1 readhexstring pop}bd/@cc2{
-currentfile $dat2 readhexstring pop}bd/@cc3{currentfile $dat3 readhexstring pop
-}bd/@cc4{currentfile $dat4 readhexstring pop}bd/$msimage false def/COMP 0 def
-/MaskedImage false def L2?{/@I_2{@sm @gs @ii @np/$ury xd/$urx xd/$lly xd/$llx
-xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul $ncl mul 8 div ceiling
-cvi string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq{/DeviceRGB}{/DeviceCMYK}
-ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub $ury $lly sub scale 8
-dict begin/ImageType 1 def/Width $wid def/Height $hei abs def/BitsPerComponent
-$bts def/Decode $ncl 1 eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}
-ifelse}ifelse def/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def
-/DataSource currentfile/ASCII85Decode filter COMP 1 eq{/DCTDecode filter}{COMP
-2 eq{/RunLengthDecode filter}if}ifelse def currentdict end image $SDF{$dsf $dsa
-$dsp @ss}if @gr $ctm setmatrix}bd}{/@I_2{}bd}ifelse/@I_3{@sm @gs @ii @np/$ury
-xd/$urx xd/$lly xd/$llx xd/$ncl xd/$bts xd/$hei xd/$wid xd/$dat $wid $bts mul
-$ncl mul 8 div ceiling cvi string def $ngx $ncl 1 eq{/DeviceGray}{$ncl 3 eq
-{/DeviceRGB}{/DeviceCMYK}ifelse}ifelse setcolorspace $llx $lly Tl $urx $llx sub
-$ury $lly sub scale/ImageDataDict 8 dict def ImageDataDict begin/ImageType 1
-def/Width $wid def/Height $hei abs def/BitsPerComponent $bts def/Decode $ncl 1
-eq{[0 1]}{$ncl 3 eq{[0 1 0 1 0 1]}{[0 1 0 1 0 1 0 1]}ifelse}ifelse def
-/ImageMatrix[$wid 0 0 $hei neg 0 $hei 0 gt{$hei}{0}ifelse]def/DataSource
-currentfile/ASCII85Decode filter COMP 1 eq{/DCTDecode filter}{COMP 2 eq{
-/RunLengthDecode filter}if}ifelse def end/MaskedImageDict 7 dict def
-MaskedImageDict begin/ImageType 3 def/InterleaveType 3 def/MaskDict
-ImageMaskDict def/DataDict ImageDataDict def end MaskedImageDict image $SDF
-{$dsf $dsa $dsp @ss}if @gr $ctm setmatrix}bd/@SetMask{/$mbts xd/$mhei xd/$mwid
-xd/ImageMaskDict 8 dict def ImageMaskDict begin/ImageType 1 def/Width $mwid def
-/Height $mhei abs def/BitsPerComponent $mbts def/DataSource maskstream def
-/ImageMatrix[$mwid 0 0 $mhei neg 0 $mhei 0 gt{$mhei}{0}ifelse]def/Decode[1 0]
-def end}bd/@daq{dup type/arraytype eq{{}forall}if}bd/@BMP{/@cc xd UseLevel 3 eq
-MaskedImage true eq and{7 -2 roll pop pop @I_3}{12 index 1 gt UseLevel 2 eq
-UseLevel 3 eq or and{7 -2 roll pop pop @I_2}{11 index 1 eq{12 -1 roll pop @i}{
-7 -2 roll pop pop @I}ifelse}ifelse}ifelse}bd
-end
-%%EndResource
-%%EndProlog
-%%BeginSetup
-wCorel10Dict begin
- at BeginSysCorelDict
-2.6131 setmiterlimit
-1.00 setflat
-/$fst 128 def
-%%EndSetup
-
-%%Page: 1 1
-%LogicalPage: 1
-%%BeginPageSetup
- at sv
- at sm
-%%BeginResource: font TimesNewRoman
-%!FontType1-1.0: TimesNewRoman 001.003
-%%Creator: Corel PostScript Engine
-10 dict begin
-/FontName /TimesNewRoman 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 43 /plus put
-dup 95 /underscore put
-dup 91 /bracketleft put
-dup 101 /e put
-dup 112 /p put
-dup 98 /b put
-dup 93 /bracketright put
-dup 118 /v put
-dup 104 /h put
-dup 115 /s put
-dup 77 /M put
-readonly def
-/FontBBox {0 0 0 0} readonly def
-currentdict end
-currentfile eexec
-
-A22DD33CB9A1B84FC323D538B9AE6C6014672C02872FAD31037218C4EC2B7124C58AFC4A0E2584B50A778936CFE1053450FEC35486F87A4DA48EF5124EE42DE6
-9DDB8A5C33C2868DDADC1C9B4725483A678DFD1BEF77D7BDC50D39DB17FF02031F39030455C675716EB1B292EA6078E9937BB936698E457C365396CC5708EAAB
-921AD0271E16D4A5F1689C7D8DEDA69051F9EA8B689EDEA8949F2C93CE777268FD3CE5D1713388D0E33A640C77DFB1D300C88E302BEFDF0083AF060D407FD007
-23D3F76465C679461FC0471E7F6EFFFCB5A8E513C1661D98B93E8667005CB8B30093BCB089336AFAB7D61973B6F27AC993F52C52238826E221A63575C2C867DB
-E9C0264C99B65994DB79F83B4627E129923C7C8B2B1AA151D4BCABD1D45DDAEF20FC93DC3E74EA7E80159C16E0BB8F3CB46B99949EDFC075E6BBED3F3C2DAD60
-541A0E397F9CBEA3BF7EEECDBCCB8CF8A11CBCE55E00BD221BB1599EFDF9DD6DD9AEA493EC72A3F81C6A29338A1E92375A7FC0E882448530F420BDD411153925
-0290C929A065ABBF1D0A1A2D683F8F113822976DE21E570480178C363560CC3FF8A2E2A6A54F03E4E8DD535776CA14C576DC4C4CD1931F113CE4E57CAE02695C
-73AEA67F1C8624AE39934B00A8A8C0438EA6CDE17F2B55DC642EC774E58D79CBE0FB62DD13B984A78CC5C8331CAAC8689969D631437DBDEFC1C5F308BD9B8AF1
-AC5BB84A3F75FEC63DAB4DFFDE3ABD2FDE11194680A7F34F64DA94E3371450985FE12BB787F9BEE2C7535148C327BFC304E196E917A2C24F2BD46F7B08D41A89
-03365BA4ED47327250F31A1CD411E646B38BD867961EAFA0CDFCA2C8F90D3D776B8CBAB39366C212F2A32FAB71CD778CAE97170149B1B7869BA18B82E242F3F2
-8CDC47407C7C6B33E1DEC16798608905EFECFF66C930F7C7546301362427A56B86C36A97B8C2F1839200B7E034FFED10A017B048B571F1DED3F11E04E43CDEE5
-81FAE978367396A3DEB8C1B3968E12D7224F963D6F60D8C8DD8D0725FF8FCB5349F9FEC3ABB268C59EF65A6E7FBD35446ED000DAC3D8A47FAA0F3ED01DCBB62E
-FAF873E34D7A88EDF957FCAC97D937F918BBAAA61AF822A5079582EAB26DE3AF4AEDB369CC777321C148952A47C5DB77A4F63E05BC5CF88640A612224B758230
-A0D98FC37B683333F26B5EAF87A97D1143673F1F7897AB326FDCDC82C83C8B8E03509E66377C15015E763C2E65CAB36BC69E5497BDB2E123492460C95B1DB19D
-DBFCAA94E6A1B50F77175B3DD32EEDAC5BE852D6A1D84C70938A1FF3C1AD2B3AAC50EA7019B7E3359E1EA1CC052084547C4F16D0DFE0AB31279ACA06FBD6F43D
-1B49C6C49275826C7EC1AC58AC0E740396E835FB8F5DD241A50FEA596776DD5F05E3247E8D79DC9A16A1968AF159324C05876A7A2CDA6504BDD4B404FFDBF282
-90BECA041BCA87EDB5711F7470A99FD87E08D10E03515F52AEDD1A71E3F01E0434CDD66BF85BCD858134DBB154AF5BD3C26B0C30DA3A1FF9BEC42891F72D74EB
-2DF6B1120EFDB130E15A341C5EAE898B0F4FB00EA7792DF1BDF3C5EC7FAC80FA058DEE50C483229F2F4F4376ADFE918AC5AD8BC80DC92DA0808A69194389DDE9
-D923AF983F929B0522F6C8F3B114A9BAAAC89AD009E73EA889A6413B401FD8080BB9876D6D70A20F852B2C36A49A052D5AE5E0E94654EBE479D454CF314D6CF5
-EE51B2E21812B53E9ABF65971F4C4AD7C51FAC66B023A74AD73C872B3B2D3946F6ECE2C686F67F4AE250563135CEE01789CDE88B1FDD337B81D2512236DED648
-434D825C3F9B26834D9EA981622BD9D3078BBCE8EAC78BE56D0FFB469BAE72645649676676B286D101CBC081770062F134F7DE12AC6BCBCDCDE3F43005270ED7
-559A900BEA621DD447231449A9B93D3765FACC5A2100EE65922C968865B4E87EACBC1BFC619C57CCE4E196507CC020337873351B3B67FD565C7340E8B70F0DD1
-AE759086A6E27FAB5AFE28554DB6C32224459D4E99F8007F7805EDCAC6287B19767A14DFFCA7CFCA0156D41748958AAF6567165F5288AE0B3636E624BC6E4CFF
-204A01117BC2AE53FFCB64EEC996D8CB2F85D52854BBDA3AA6FEFA57125183B54A2E8DE5EF551026CF86C5A49CBE5D0FCDCC27EF7DED0B4911CCD48E0318EA33
-AF42F06B48496B6EB41E077500FE6EA74B49C745BE6B1098C52B1F32E14FB940A7725B32E16CCD50111606EF97F9495ADCB9BBABCD246F0209D1280528FA1717
-BEF21670A83A8094AFB67573CA520E35BBAFF0CA3CFACFCCBBD9757FBDA4351CA7F0835A5CFDC3354B610864C761A8384F618D5D65F69A8B4B7B1B671738728B
-F486181AAF33607C77D1E68D02C8480A383D2207CE5CFA7F72F56CF0E802C634708126F43873DCC7C7D0600D822F4CF9A33D241BB5F574A8D7A7519E1C81E27D
-605BC387CE066F3864D83BADBE96541E401A9986B96DBDAE03C2575AA412E381BEAC2CFBA67E9EA2687A5CBA1450612B0B7A8EDAC485C50CE048EAA929360AA3
-E99BF35887BB018D0128A88F3C5648AF0C5D692DD4C85F2B35D0C753EB49C33C1C92AB048411BA6B44114212CEAF8A8F61D68626F1CD03AE359901ACA2698D55
-3801DA70316BF648D78CD6B8A62DB32122E95E4E38AA0465276FAFB68C929F8DC7681D850A9F455E3512F4FE66FF1D506AA36DBFE778B924A6992346AAE6D49E
-1AF215A21F15A4D934846FB2AEBDABB1B68603AFD65FE82FFAE395DF6A2C3049DA7F54310572DE125282B6F5CDA569CCF53ABA97200B85D386593134E20A3203
-9F1557FB921F4640919371FF05DECFC1EFCE62B851BC86A58D5EB52154A8CEF1394A2C6D9ABEA8368B8107A7C210D65160DDFC592DDD392A48752D2FA59C39F7
-8CEF33E59BFAE4BB5162A93388DF176F75881769FFF8AAEC651863CAC90641CFDD7C770565C540180C76E23020A55D3AFBF0F03DEE3EC43CE4523A0B93D84365
-FEE4DABDA18BCF5661368DFB5F5114644015AA254A70E6B5F8CC67CC6AD2E8B78D3ECB62C36A0997F114A543D308
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndResource
-[ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 778 778 250 
-333 408 500 500 833 778 180 333 333 500 564 250 333 250 278 500 
-500 500 500 500 500 500 500 500 500 278 278 564 564 564 444 921 
-722 667 667 722 611 556 722 722 333 389 722 611 889 722 722 556 
-722 667 556 611 722 722 944 722 722 611 333 278 333 469 500 333 
-444 500 444 500 444 333 500 500 278 278 500 278 778 500 500 500 
-500 333 389 278 500 500 722 500 500 444 480 200 480 541 778 500 
-778 333 500 444 1000 500 500 333 1000 556 333 889 778 611 778 778 
-333 333 444 444 350 500 1000 333 980 389 333 722 778 444 722 250 
-333 500 500 500 500 200 500 333 760 276 500 564 333 760 500 400 
-549 300 300 333 576 453 250 333 300 310 500 750 750 750 444 722 
-722 722 722 722 722 889 667 611 611 611 611 333 333 333 333 722 
-722 722 722 722 722 722 564 722 722 722 722 722 722 556 500 444 
-444 444 444 444 444 667 444 444 444 444 444 278 278 278 278 500 
-500 500 500 500 500 500 549 500 500 500 500 500 500 500 500 ]
-CorelDrawReencodeVect /_R6-TimesNewRoman /TimesNewRoman Z
-%%BeginResource: font PalatinoLinotype
-%!FontType1-1.0: PalatinoLinotype 001.003
-%%Creator: Corel PostScript Engine
-10 dict begin
-/FontName /PalatinoLinotype 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
-readonly def
-/FontBBox {0 0 0 0} readonly def
-currentdict end
-currentfile eexec
-A22DD33CB9A1B84FC323D538B9AE6C6014672C02872FAD31037218C4EC2B7124C58AFC4A0E2584B50A778936CFE1053450FEC35486F87A4DA48EF5124EE42DE6
-9DDB8A5C33C2868DDADC1C9B4725483A678DFD1BEF77D7BDC50D39DB17FF02031F39030455C675716EB1B292EA6078E9937BB936698E457C365396CC5708EAAB
-921AD0271E16D4A5F1689C7D8DEDA69051F9EA8B689EDEA8949F2C93CE777268FD3CE5D1713388D0E33A640C77DFB1D300C88E302BEFDF0083AF060D407FD007
-23D3F76465C679461FC0471E7F6EFFFCB5A8E513C1661D98B93E8667005CB8B30093BCB089336AFAB7D61973B6F27AC993F52C52238826E221A63575C2C867DB
-E9C0264C99B65994DB79F83B4627E129923C7C8B2B123FFCF8A870241E2A35E4877BF66DE00728B6A7250F981CA1F5F137525858405A1E22963F7A9AA87543D6
-249AC9918CFCC8DF307E539DB46C032AE36DDEF426AA7037BE33004A32FA9C0BE6C4BBF866461EED71DDA0425FFC6D90E7F691426A377E275176FD5245DE1EB3
-BCA3D8D48AF42014782FB0527DAFC2BCC73415B3BCEDE4D2852D1A94B17EFB7161BB78FD7615142FE2FFB22060B353B8109129CB0DD3FD40562CF968E39A3D2B
-049821F0214A998DF4AA387EB03CE5C3AAD65B2ABB59CB896DE8F7449BE3A63948FE9763ECAAB0F15B792A6B3C3B911B2259F74B3ED34084DD5A3237BF33D2D5
-B4B844FEDAA9762323175C9AE3138C5436402B4EFB2BB8633D7CBD592B741ED8F7F01EAB7B6EA788DF45ED982CB334AB4CD1640A6ABFDE7BD24BFC828E7EA3EF
-E5FF652DC16B37E8B6133FDCAF8CA8560B4923DAA0877E9FDE9D90580A6679051015420EE748D1184F8E074BF91A5202C6B2C65E149AEBD90C24F0BC346F3A39
-189E0B0A01077847B02300B5A67DF7631BAD45BA9747A9FA03440F5F42E54E0CE5D328728D3B4047F4684FB2F020B28ECA30FB87B2B1859C99A016440E581D80
-302DBC0EE1FB962261B8C397DE7EF3E3193765FD600D56B4BE21A98F7B860E29E8E3EAB16E05B53F6F6799E64B1AD40168C37F61629D74ACF577135ED15AC14F
-B7969FD7150061A7D77D20140587B2CD592803860C30BB2D6A3075572BC7D4B2E6CE89E67060487B5E6CF31A57D87D5CA32FA2A12FA5733EA293656C928C462F
-D60142F7351F51687678FBEFE37AE86EF867C22F16AAFBDF04D11B89AE7ABF3E8B3C138DEF562A85EC1F485D217BFC3D0255F2933ACD292CE5A4F953FF2FAFDD
-FB8747721CC9AF0435CCF4F000438E2349FB9B3DBDAFECD495C13B348553DD2CB0E07134F069FF05BEF16912B3143F794DC06E1802DAF259EA88018263084961
-6DA4148F9B802558A56CA6064BE90E1AA32ABBBB4FF9BCFA8BAB3224CF63C2B13913360A4F4B976F4B3C1C7112393C2D5161A3307AFAE4746103A22DC505683D
-4719339824F2302D6F35DF4FB9A276013BED9420804AF5CC126F8CD27A42283A22B2039D8CDCEECB18D53BE30858BF17A88265EF23ABB388200BF1D5C78D28CC
-0CFE054EA308C5FD87F28B21587BEA6DD29EAFF360BC6EBB4BCD75F842AB4309FF0BE1BEFD01BB2929577538F0B176BA4C90F99ACAB867CF39292399DF0BE73D
-435CF0D2F0DD3F80C337DC10D7FBF4F820710D8FCD7523B17708552B89278C081C9EC087DC4D355E278E4E082A850688781841EB3A0AA10E9D30AFE5FF5400FB
-FD15C66B4ABE69199FE9F661CA1BA7FCC93F593C67AD17297A452B805B52071DA9F41D0F241564A3189F786E97854BC6E162DE6DF967303875E9AD80D3B5CB3A
-B9EE7EB87863920143111D118894A7A4869C92CE23A793FD605CC4E2B328683E38E0C63E3F2CD413EC32B015311B2FEFDA9F232CE48B98EB677B3195DD7911DB
-94D87D41F9CDB761B3D4559D9DB868FBDAD8921ADF046A1913DB083866409CAA832F01C497969F0BA4EE1097E5EACDFDA244C35D13389048971E8FDA74E0B7C1
-D36A92FAE974B0C970037C5A9083B4B4A26F463244529F58EB549EEFCD843E7B046554C8ABE0CA5CDE2548CB00352427C094AC5C4FFEC73B9689652022E2B745
-A77375650DC98831940FAB4C7BE307BB796EA91BE7FF292037DBBFCB7533250FB23ECE026C6C4D1EAAAFB6E4A29F8866B36A9F769DCE78835BCBFF4B372674A8
-0E2E2246F6E634558500172BE89A9A555E174F13F2AF7F8728F1E2F122CD11B85694DC577C4267AA9A57EDA2217FFC9B5F7E2FA03C207458658B9AE8F3FEEFB4
-30143E6CEF08F9DD99AA980EC30959E3784DE4ACD484AC94E44A97BC9402D7218D50E7440050AC8419AFD7E3ADA5A6B1BF333A95143481679CCA6F1430943AEB
-1705EE48B87E2F39E62B35530AEE86CDE36EBD6EA1109E93CA3EEE87DF96930CC91574C7736A9F5785298C2BBB1DD0D0B973FD5B2253B37AD6E7C83FFBD39925
-77428EF4623D311DF70115B3DC31E5B1E3159837A4A9C66E0AACF4941CD16A2124D9FFBA243DEE16975E6FAEFA91ED36CA469324D485A65D0C098C84FAB8D493
-04002C1428E346D75DB0B99C8E3F0803F309814240E13D591EA8684B0ACDC3BA2E601C3848EBA9B0F685519D8CF0700DFBE5CA568A5053FD818B456CA48697A0
-B48442AE4DA618575DD5E4DB3B9C6728D775D0ED4DB6F8D58BCB2222F706CA755A078AD7481C7D4C69512E21F9C055D7A794C75FF09E7D2B84B92D8333BE2E09
-3CF3E8153CFB87CDEAC1354DC4E9382CE03D87544A9AFD77DCE15711A8D802139222A29A2E5658AE3CF5826685267FABF183E193935B045023040A33C17FB3F8
-04D93BE974CE5DBC76F2E9E012241ADF44C19561E8F75FA49C67BD763C3A69F9CD4BE804CD6982983C2493AB42EDF4653F7A6CD59D9CA664EC64D794D25E0555
-3A595FF91D950C29145D983C5D157175489588341D56EC84BE3387DE7341C0A749EEC3777BE947926C6A838F045E3A102E7C932C0A9A3927058682110C6AB1D1
-4599FC42E9AA8100857200BEEB72ECFA239CCF50A3BF911857B45616EBB2553B8FDA4D3730B5146699670E806AA29C876BE46B3AAC8DCB9BFB0545E510EF4847
-8DE6FF39EE6E849C4287CED69B541FD2E9BE70D8CBA3AE26F510C11397306DC61AF507BE00F9BB7729900EDD969BC35B36C5CF58F48764342FC7B61B5174C4DD
-AA63B02DBC19BDC339551A06100AC4CCE2AFCC66167A01D1248860510919E9107A73C100C61F222B8820ECCE20440677A65D7D87B08F38C54783C846D2D6B020
-5395939F1EAB52CD3F38ED39C959B88F21232237009B5CB1BCFDD8B0065626420EA9EA73AC14A8CF3E9F5B009EBEDA7906D8404FEF961557E4020CD9AA62E0F2
-4CE358CADC1AB2C8D7B21670AD1F49C516D1A4CA856871D969EDED6B898752077F1C9956A9002F45F3C16EB4198E9DE945E2648F23A1E3AAC7ABC4399394FD3C
-0050FEF18DD3C209879CB65B7BF2C731509B9566EB5B4A9F73D0203463FE94EBFF5B62363258BE297838DFC8BD63D85A0031B22E514FE2C121D0E25234B48B40
-4153738F41A48D629E6AE023D4531422465504ED207DE5A578314E51588B443F815DC954D5A29F9C9B4CC77F
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndResource
-[ 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
-0 0 0 0 0 0 0 0 0 0 0 0 0 536 536 250 
-278 371 479 500 840 778 208 333 333 389 500 250 333 250 320 500 
-500 500 500 500 500 500 500 500 500 250 250 500 500 500 444 683 
-778 611 709 774 611 556 763 832 337 333 726 611 946 831 786 604 
-786 668 525 613 778 722 1000 667 667 667 333 606 333 500 500 333 
-500 553 444 611 479 333 556 582 291 234 556 291 883 582 546 601 
-560 395 424 326 603 565 834 516 556 500 333 500 333 500 536 500 
-536 278 500 500 1000 500 500 333 1144 525 331 998 536 667 536 536 
-278 278 500 500 606 500 1000 333 979 424 331 827 536 500 667 250 
-278 500 500 500 500 500 500 333 747 333 500 500 333 747 333 400 
-500 320 320 333 647 628 250 333 320 333 500 807 807 807 444 778 
-778 778 778 778 778 944 709 611 611 611 611 337 337 337 337 774 
-831 786 786 786 786 786 500 833 778 778 778 778 667 604 556 500 
-500 500 500 500 500 758 444 479 479 479 479 291 291 291 291 546 
-582 546 546 546 546 546 500 546 603 603 603 603 556 601 556 ]
-CorelDrawReencodeVect /_R15-PalatinoLinotype /PalatinoLinotype Z
-%%BeginResource: font Symbol
-%!FontType1-1.0: Symbol 001.003
-%%Creator: Corel PostScript Engine
-10 dict begin
-/FontName /Symbol 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 32 /c32 put
-dup 33 /c33 put
-dup 34 /c34 put
-dup 35 /c35 put
-dup 36 /c36 put
-dup 37 /c37 put
-dup 38 /c38 put
-dup 39 /c39 put
-dup 40 /c40 put
-dup 41 /c41 put
-dup 42 /c42 put
-dup 43 /c43 put
-dup 44 /c44 put
-dup 45 /c45 put
-dup 46 /c46 put
-dup 47 /c47 put
-dup 48 /c48 put
-dup 49 /c49 put
-dup 50 /c50 put
-dup 51 /c51 put
-dup 52 /c52 put
-dup 53 /c53 put
-dup 54 /c54 put
-dup 55 /c55 put
-dup 56 /c56 put
-dup 57 /c57 put
-dup 58 /c58 put
-dup 59 /c59 put
-dup 60 /c60 put
-dup 61 /c61 put
-dup 62 /c62 put
-dup 63 /c63 put
-dup 64 /c64 put
-dup 65 /c65 put
-dup 66 /c66 put
-dup 67 /c67 put
-dup 68 /c68 put
-dup 69 /c69 put
-dup 70 /c70 put
-dup 71 /c71 put
-dup 72 /c72 put
-dup 73 /c73 put
-dup 74 /c74 put
-dup 75 /c75 put
-dup 76 /c76 put
-dup 77 /c77 put
-dup 78 /c78 put
-dup 79 /c79 put
-dup 80 /c80 put
-dup 81 /c81 put
-dup 82 /c82 put
-dup 83 /c83 put
-dup 84 /c84 put
-dup 85 /c85 put
-dup 86 /c86 put
-dup 87 /c87 put
-dup 88 /c88 put
-dup 89 /c89 put
-dup 90 /c90 put
-dup 91 /c91 put
-dup 92 /c92 put
-dup 93 /c93 put
-dup 94 /c94 put
-dup 95 /c95 put
-dup 96 /c96 put
-dup 97 /c97 put
-dup 98 /c98 put
-dup 99 /c99 put
-dup 100 /c100 put
-dup 101 /c101 put
-dup 102 /c102 put
-dup 103 /c103 put
-dup 104 /c104 put
-dup 105 /c105 put
-dup 106 /c106 put
-dup 107 /c107 put
-dup 108 /c108 put
-dup 109 /c109 put
-dup 110 /c110 put
-dup 111 /c111 put
-dup 112 /c112 put
-dup 113 /c113 put
-dup 114 /c114 put
-dup 115 /c115 put
-dup 116 /c116 put
-dup 117 /c117 put
-dup 118 /c118 put
-dup 119 /c119 put
-dup 120 /c120 put
-dup 121 /c121 put
-dup 122 /c122 put
-dup 123 /c123 put
-dup 124 /c124 put
-dup 125 /c125 put
-dup 126 /c126 put
-dup 127 /c127 put
-dup 128 /c128 put
-dup 129 /c129 put
-dup 130 /c130 put
-dup 131 /c131 put
-dup 132 /c132 put
-dup 133 /c133 put
-dup 134 /c134 put
-dup 135 /c135 put
-dup 136 /c136 put
-dup 137 /c137 put
-dup 138 /c138 put
-dup 139 /c139 put
-dup 140 /c140 put
-dup 141 /c141 put
-dup 142 /c142 put
-dup 143 /c143 put
-dup 144 /c144 put
-dup 145 /c145 put
-dup 146 /c146 put
-dup 147 /c147 put
-dup 148 /c148 put
-dup 149 /c149 put
-dup 150 /c150 put
-dup 151 /c151 put
-dup 152 /c152 put
-dup 153 /c153 put
-dup 154 /c154 put
-dup 155 /c155 put
-dup 156 /c156 put
-dup 157 /c157 put
-dup 158 /c158 put
-dup 159 /c159 put
-dup 160 /c160 put
-dup 161 /c161 put
-dup 162 /c162 put
-dup 163 /c163 put
-dup 164 /c164 put
-dup 165 /c165 put
-dup 166 /c166 put
-dup 167 /c167 put
-dup 168 /c168 put
-dup 169 /c169 put
-dup 170 /c170 put
-dup 171 /c171 put
-dup 172 /c172 put
-dup 173 /c173 put
-dup 174 /c174 put
-dup 175 /c175 put
-dup 176 /c176 put
-dup 177 /c177 put
-dup 178 /c178 put
-dup 179 /c179 put
-dup 180 /c180 put
-dup 181 /c181 put
-dup 182 /c182 put
-dup 183 /c183 put
-dup 184 /c184 put
-dup 185 /c185 put
-dup 186 /c186 put
-dup 187 /c187 put
-dup 188 /c188 put
-dup 189 /c189 put
-dup 190 /c190 put
-dup 191 /c191 put
-dup 192 /c192 put
-dup 193 /c193 put
-dup 194 /c194 put
-dup 195 /c195 put
-dup 196 /c196 put
-dup 197 /c197 put
-dup 198 /c198 put
-dup 199 /c199 put
-dup 200 /c200 put
-dup 201 /c201 put
-dup 202 /c202 put
-dup 203 /c203 put
-dup 204 /c204 put
-dup 205 /c205 put
-dup 206 /c206 put
-dup 207 /c207 put
-dup 208 /c208 put
-dup 209 /c209 put
-dup 210 /c210 put
-dup 211 /c211 put
-dup 212 /c212 put
-dup 213 /c213 put
-dup 214 /c214 put
-dup 215 /c215 put
-dup 216 /c216 put
-dup 217 /c217 put
-dup 218 /c218 put
-dup 219 /c219 put
-dup 220 /c220 put
-dup 221 /c221 put
-dup 222 /c222 put
-dup 223 /c223 put
-dup 224 /c224 put
-dup 225 /c225 put
-dup 226 /c226 put
-dup 227 /c227 put
-dup 228 /c228 put
-dup 229 /c229 put
-dup 230 /c230 put
-dup 231 /c231 put
-dup 232 /c232 put
-dup 233 /c233 put
-dup 234 /c234 put
-dup 235 /c235 put
-dup 236 /c236 put
-dup 237 /c237 put
-dup 238 /c238 put
-dup 239 /c239 put
-dup 240 /c240 put
-dup 241 /c241 put
-dup 242 /c242 put
-dup 243 /c243 put
-dup 244 /c244 put
-dup 245 /c245 put
-dup 246 /c246 put
-dup 247 /c247 put
-dup 248 /c248 put
-dup 249 /c249 put
-dup 250 /c250 put
-dup 251 /c251 put
-dup 252 /c252 put
-dup 253 /c253 put
-dup 254 /c254 put
-dup 255 /c255 put
-readonly def
-/FontBBox {0 0 0 0} readonly def
-currentdict end
-currentfile eexec
-
-A22DD33CB9A1B84FC323D538B9AE6C6014672C02872FAD31037218C4EC2B7124C58AFC4A0E2584B50A778936CFE1053450FEC35486F87A4DA48EF5124EE42DE6
-9DDB8A5C33C2868DDADC1C9B4725483A678DFD1BEF77D7BDC50D39DB17FF02031F39030455C675716EB1B292EA6078E9937BB936698E457C365396CC5708EAAB
-921AD0271E16D4A5F1689C7D8DEDA69051F9EA8B689EDEA8949F2C93CE777268FD3CE5D1713388D0E33A640C77DFB1D300C88E302BEFDF0083AF060D407FD007
-23D3F76465C679461FC0471E7F6EFFFCB5A8E513C1661D98B93E8667005CB8B30093BCB089336AFAB7D61973B6F27AC993F52C52238826E221A63575C2C867DB
-E9C0264C99B65994DB79F83B4627E129923C7C8B2B18D54F9E0F0F9280A6425EED2E2B7BB29DA8D3D977AE0F4D887F72309ABE6CB09B8D1F5600779F7C13696C
-8F3E4BF69127EC72FD447C37CF4AB75A587241DBD67A93BC2D95C3E730B03ABD098B4875980FDAF138A689459A018531616478E696F4045125DBEE06D2C7FED9
-09F8CA2637B4E370F0A55DAE7CBA60CCF3808B2EB20FB25A3D4CD370443183E3DF4B48B424BE0327D27E7A1567BE7F2193FA79A5EAFF2E1AD5723BA958E0D588
-396F1B7EDC503FC63A9C6B41764F3A67DA9F2B071264C7151A002557252BC817A6F1B1E4F70AF963CBD653C58F0D7C520D2832D0F62A5B88A182DB874D24A338
-1C8A311CE30018EA97ED9B5152E73AF3092E1F1950F2E48E01FDB94F21BE43700D3D5F6FF722D87385AD97
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-0000000000000000000000000000000000000000000000000000000000000000
-cleartomark
-
-%%EndResource
- at sv
-%%EndPageSetup
- at rax %Note: Object
-147.40157 756.85039 192.75591 779.52756 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-147.40157 779.52756 m
-192.75591 779.52756 L
-192.75591 756.85039 L
-147.40157 756.85039 L
-147.40157 779.52756 L
- at c
-S
-
- at rax %Note: Object
-192.75591 768.18841 232.44094 768.18898 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-228.89480 768.18898 m
-192.75591 768.18841 L
-S
- at j
-0.00 0.00 0.00 1.00 K
-0.00 0.00 0.00 1.00 k
-0 @g
-0 @G
-[] 0 d 0 J 0 j
-0 R 0 O
-0 1.00800 1.00800 0 @w
-232.44094 768.18898 m
-225.38494 765.16498 L
-226.39294 767.18098 226.39294 769.19698 225.38494 771.21298 C
-232.44094 768.18898 L
-f
- at J
-
- at rax %Note: Object
-104.88189 768.18784 147.40157 768.18898 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-143.85543 768.18841 m
-104.88189 768.18841 L
-S
- at j
-0.00 0.00 0.00 1.00 K
-0.00 0.00 0.00 1.00 k
-0 @g
-0 @G
-[] 0 d 0 J 0 j
-0 R 0 O
-0 1.00800 1.00800 0 @w
-147.40157 768.18841 m
-140.34557 765.16441 L
-141.35357 767.18041 141.35357 769.19641 140.34557 771.21241 C
-147.40157 768.18841 L
-f
- at J
-
- at rax %Note: Object
-232.44094 759.68504 249.44882 776.69291 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-240.94488 759.68504 m
-236.26091 759.68504 232.44094 763.50501 232.44094 768.18898 c
-232.44094 772.87294 236.26091 776.69291 240.94488 776.69291 c
-245.62885 776.69291 249.44882 772.87294 249.44882 768.18898 c
-249.44882 763.50501 245.62885 759.68504 240.94488 759.68504 c
- at c
-S
-
- at rax %Note: Object
-240.94431 776.69291 240.94545 807.87402 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-240.94488 780.23906 m
-240.94488 807.87402 L
-S
- at j
-0.00 0.00 0.00 1.00 K
-0.00 0.00 0.00 1.00 k
-0 @g
-0 @G
-[] 0 d 0 J 0 j
-0 R 0 O
-0 1.00800 1.00800 0 @w
-240.94488 776.69291 m
-237.92088 783.74891 L
-239.93688 782.74091 241.95288 782.74091 243.96888 783.74891 C
-240.94488 776.69291 L
-f
- at J
-
- at rax %Note: Object
-249.44882 768.18898 286.53307 768.18954 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-286.53307 768.18954 m
-249.44882 768.18898 L
-S
-
- at rax 116.22047 774.34072 138.53225 784.33058 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 116.22046819 776.69288497] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133epb\135) @t
-T
- at rax 202.06772 774.50769 224.37950 784.33058 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 202.06770914 776.69288497] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133evh\135) @t
-T
- at rax 249.44882 797.18485 266.26054 806.81896 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 249.44880977 799.37004950] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133ev\135) @t
-T
- at rax 164.40945 763.16910 181.83912 772.99200 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 164.40944280 765.35430271] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133hb\135) @t
-T
- at rax 264.00813 774.42406 290.60079 784.22513 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 264.00811633 776.77622355] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133epsv\135) @t
-T
- at rax 150.41764 740.96787 188.28935 752.00655 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 168.03041905 744.05165782] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-T
- at rax 150.41764 740.96787 188.28935 752.00655 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 168.03041905 744.05165782] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R15-PalatinoLinotype 38806.00000 z
--62134 0 (w) @t
--30436 0 (eights) @t
-T
- at rax 237.69553 763.95742 244.36318 771.90321 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 237.69551886 763.95738938] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/Symbol 42332.00000 z
-0 0 (S) @t
-T
- at rax 248.34557 775.69795 253.24611 781.05458 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 248.34556572 775.69792438] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 31750.00000 z
-0 0 (+) @t
-T
- at rax 228.17820 774.90992 232.83269 776.85250 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 228.25331449 776.85247552] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 31750.00000 z
-0 0 (_) @t
-T
- at rax %Note: Object
-286.29921 765.78321 291.96850 771.02362 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-289.13386 771.02362 m
-290.69518 771.02362 291.96850 769.84668 291.96850 768.40328 c
-291.96850 766.96016 290.69518 765.78321 289.13386 765.78321 c
-287.57254 765.78321 286.29921 766.96016 286.29921 768.40328 c
-286.29921 769.84668 287.57254 771.02362 289.13386 771.02362 c
- at c
-S
-
- at rax %Note: Object
-238.11024 807.87402 243.77953 813.54331 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-240.94488 813.54331 m
-242.50620 813.54331 243.77953 812.26998 243.77953 810.70838 c
-243.77953 809.14734 242.50620 807.87402 240.94488 807.87402 c
-239.38356 807.87402 238.11024 809.14734 238.11024 810.70838 c
-238.11024 812.26998 239.38356 813.54331 240.94488 813.54331 c
- at c
-S
-
- at rax %Note: Object
-99.21260 765.35433 104.72882 771.02362 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-101.97071 771.02362 m
-103.48980 771.02362 104.72882 769.75030 104.72882 768.18869 c
-104.72882 766.62765 103.48980 765.35433 101.97071 765.35433 c
-100.45162 765.35433 99.21260 766.62765 99.21260 768.18869 c
-99.21260 769.75030 100.45162 771.02362 101.97071 771.02362 c
- at c
-S
-
- at rax %Note: Object
-121.88976 765.35433 127.55906 771.02362 @E
-0 J 0 j [] 0 d 0 R 0 @G
-0.00 0.00 0.00 1.00 K
-0 0.50003 0.50003 0.00000 @w
-/$fm 0 def
-121.88976 765.35433 m
-127.55906 771.02362 L
-S
-
- at rax 119.05512 748.82891 140.76567 758.62998 @E
-[0.00028346 0.00000000 0.00000000 0.00028346 119.05511376 751.18107488] @tm
- 0 O 0 @g
-0.00 0.00 0.00 1.00 k
-e
-/_R6-TimesNewRoman 38806.00000 z
-0 0 (\133Mp\135) @t
-T
- @gs spg @gr
-%%PageTrailer
- at rs
- at rs
-
-%%Page: 2 2
-%LogicalPage: 2
-%%BeginPageSetup
- at sv
- at sm
- at sv
-%%EndPageSetup
-%%PageTrailer
- at rs
- at rs
-%%Trailer
- at EndSysCorelDict
-end
-%%DocumentSuppliedResources: procset wCorel10Dict 10.0 0
-%%+ font TimesNewRoman
-%%+ font PalatinoLinotype
-%%+ font Symbol
-%%EOF
\ No newline at end of file

Deleted: trunk/Master/texmf-dist/doc/latex/pstool/trial2.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/pstool/trial2.tex	2018-01-20 14:18:45 UTC (rev 46392)
+++ trunk/Master/texmf-dist/doc/latex/pstool/trial2.tex	2018-01-21 00:44:09 UTC (rev 46393)
@@ -1,2 +0,0 @@
-
-\psfrag{[hb]}{$H_\b$}%

Modified: trunk/Master/texmf-dist/tex/latex/pstool/pstool.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/pstool/pstool.sty	2018-01-20 14:18:45 UTC (rev 46392)
+++ trunk/Master/texmf-dist/tex/latex/pstool/pstool.sty	2018-01-21 00:44:09 UTC (rev 46393)
@@ -1,8 +1,19 @@
+%% PSTOOL.STY
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c or (at your option) any later version.
+% The latest version of this license is in:
+%   <http://www.latex-project.org/lppl.txt>
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Will Robertson.
+
+\ProvidesPackage{pstool}[2018/01/20 v1.5e Wrapper for processing PostScript/psfrag figures]
+
 % TODO: convert this package into expl3 syntax (will save many lines of code).
 
-\ProvidesPackage{pstool}[2017/10/13 v1.5d
-  Wrapper for processing PostScript/psfrag figures]
-
 % External packages:
 \RequirePackage{
   catchfile,color,ifpdf,ifplatform,filemod,
@@ -10,19 +21,20 @@
 }
 
 % Add an additional command before trimspaces.sty is updated formally:
-\providecommand*{\trim at multiple@spaces at in}[1]{%
-  \let\trim at temp#1%
-  \trim at spaces@in#1%
-  \ifx\trim at temp#1%
-  \else
-    \expandafter\trim at multiple@spaces at in\expandafter#1%
-  \fi
+\providecommand*{\trim at multiple@spaces at in}[1]{% 
+  \let\trim at temp#1% 
+  \trim at spaces@in#1% 
+  \ifx\trim at temp#1% 
+  \else 
+    \expandafter\trim at multiple@spaces at in\expandafter#1% 
+  \fi 
 }
 
 % \subsection{Allocations}
 \expandafter\newif\csname if at pstool@pdfcrop@\endcsname
 \expandafter\newif\csname if at pstool@verbose@\endcsname
-\expandafter\newif\csname if at pstool@write at aux\endcsname
+\expandafter\newif\csname if at pstool@crossref@\endcsname
+\expandafter\newif\csname if at pstool@has at written@aux\endcsname
 
 \newwrite\pstool at out
 \newread\pstool at mainfile@ior
@@ -60,6 +72,7 @@
 
 \DeclareOptionX{cleanup}{%
   \edef\pstool at rm@files{\zap at space #1 \@empty}%
+  \if at pstool@crossref@
   \@for\@ii:=\pstool at rm@files\do{%
     \edef\@tempa{\@ii}%
     \def\@tempb{.aux}%
@@ -69,10 +82,23 @@
       Cross-referencing within pstool graphics therefore disabled.^^J%
       This warning occurred}
     \fi
-  }
+  }%
+  \fi
 }
 \ExecuteOptionsX{cleanup={.tex,.dvi,.ps,.pdf,.log}}
 
+\define at choicekey*{pstool.sty}{crossref}[\@tempa\@tempb]{false,true}{%
+  \ifcase\@tempb\relax
+    \@pstool at crossref@false
+  \or
+    \@pstool at crossref@true
+  \or
+  \fi
+}
+\@onlypreamble\@pstool at crossref@true
+\@onlypreamble\@pstool at crossref@false
+\ExecuteOptionsX{crossref=true}
+
 \DeclareOptionX{suffix}{\def\pstool at suffix{#1}}
 \ExecuteOptionsX{suffix={-pstool}}
 
@@ -324,7 +350,7 @@
   \filemodCmp {\pstool at path\pstool at filestub.eps}
               {\pstool at path\pstool at filestub.pdf}
               { \use_i_delimit_by_q_stop:nw \prg_return_true: } {}
-
+  
   \exp_args:Nx \clist_map_inline:nn { \pstool at macrofile , \pstool at tex }
   % empty entries are ignored in clist mappings, so no need to filter here
    {
@@ -334,7 +360,7 @@
      }
      {}
    }
-
+  
   \filemodCmp {\pstool at path\pstool at filestub.tex}
               {\pstool at path\pstool at filestub.pdf}
               { \use_i_delimit_by_q_stop:nw \prg_return_true: } {}
@@ -394,7 +420,7 @@
           "\pstool at jobname.tex"}%
 % Execute \texttt{dvips} in quiet mode if \texttt{latex} is not run in (non/error)stop mode:
   \pstool at exe{dvips}{\pstool at path}{%
-    dvips \if at pstool@verbose@\else -q \fi -Ppdf
+    dvips \if at pstool@verbose@\else -q \fi -Ppdf 
         \pstool at dvips@opts\space "\pstool at jobname.dvi"}%
 % Pre-process \texttt{ps2pdf} options for Windows (sigh):
   \pstool at pspdf@opts at preprocess \pstool at bitmap@opts
@@ -416,7 +442,9 @@
   \pstool at endprocess{%
     \pstool at includegraphics{\pstool at path\pstool at filestub}%
 % Emulate \cs{include} (sort of) and have the main document load the auxiliary aux file, in a manner of speaking:
-    \pstool at write@aux
+    \if at pstool@crossref@
+      \pstool at write@aux
+    \fi
     \pstool at cleanup
   }%
   \pstool at echo@verbose{^^J=== pstool: end processing ===^^J}%
@@ -425,12 +453,12 @@
 
 \newcommand\pstool at write@aux{%
   \endlinechar=-1\relax
-  \@tempswatrue
-  \@pstool at write@auxfalse
+  \@tempswatrue 
+  \@pstool at has@written at auxfalse
   \in at false
-  \openin \pstool at auxfile@ior "\pstool at path\pstool at jobname.aux"\relax
+  \openin \pstool at auxfile@ior "\pstool at path\pstool at jobname.aux"\relax 
   \@whilesw \if at tempswa \fi {%
-    \readline \pstool at auxfile@ior to \@tempa
+    \readline \pstool at auxfile@ior to \@tempa 
     \ifeof \pstool at auxfile@ior
       \@tempswafalse
     \else
@@ -438,17 +466,17 @@
       \ifx\@tempa\@tempb
         \@tempswafalse
       \else
-        \if at pstool@write at aux
+        \if at pstool@has at written@aux
           \immediate\write\@mainaux{\unexpanded\expandafter{\@tempa}}%
         \fi
         \edef\@tempb{\detokenize\expandafter{\pstool at auxmarker@text*}}%
         \ifx\@tempa\@tempb
-          \@pstool at write@auxtrue
+          \@pstool at has@written at auxtrue
         \fi
       \fi
     \fi
   }%
-  \closein \pstool at auxfile@ior
+  \closein \pstool at auxfile@ior  
 }
 
 \ExplSyntaxOn
@@ -465,8 +493,7 @@
 \edef\@endpreamble at str{\string\EndPreamble}
 \def\in at first#1#2{\in@{NEVEROCCUR!#1}{NEVEROCCUR!#2}}
 
-% We need to cache the aux file, so here goes.
-% This is because the aux file is cleared for writing after \cs{begin{document}}.
+% We need to cache the aux file, since it is cleared for writing after \cs{begin{document}}.
 \ifpdf
   \pstool at rm{}{\jobname.oldaux}
   \pstool at cp{}{\jobname.aux}{\jobname.oldaux}
@@ -480,20 +507,22 @@
 \def\pstool at write@processfile#1#2#3{%
   \immediate\openout\pstool at out #2\pstool at suffix.tex\relax
 % Put down a label so we can pass through the current page number:
-  \edef\pstool at label{pstool-\pstool at path\pstool at filestub}%
-  \protected at write\@auxout{}%
-    {\string\newlabel{\pstool at label}{{\@currentlabel}{\the\c at page}}}%
+  \if at pstool@crossref@
+    \edef\pstool at label{pstool-\pstool at path\pstool at filestub}%
+    \protected at write\@auxout{}%
+      {\string\newlabel{\pstool at label}{{\@currentlabel}{\the\c at page}}}%
 % And copy the main file's bbl file too: (necessary only for biblatex but do it always)
-  \pstool at rm{\pstool at path}{\pstool at jobname.bbl}%
-  \pstool at cp{}{\jobname.bbl}{\pstool at path\pstool at jobname.bbl}%
+    \pstool at rm{\pstool at path}{\pstool at jobname.bbl}%
+    \pstool at cp{}{\jobname.bbl}{\pstool at path\pstool at jobname.bbl}%
+  \fi
 % Scan the main document line by line; print preamble into auxiliary file until the document begins or \cs{EndPreamble} is found:
   \endlinechar=-1\relax
-  \def\@tempa{\pdfoutput=0\relax}%
+  \def\@tempa{\pdfoutput=0\relax}% 
   \in at false
-  \openin\pstool at mainfile@ior "\jobname"\relax
+  \openin\pstool at mainfile@ior "\jobname"\relax 
   \@whilesw \unless\ifin@ \fi {%
     \immediate\write\pstool at out{\unexpanded\expandafter{\@tempa}}%
-    \readline\pstool at mainfile@ior to\@tempa
+    \readline\pstool at mainfile@ior to\@tempa 
     \let\@tempc\@tempa
     \trim at multiple@spaces at in\@tempa
     \expandafter\expandafter\expandafter\in at first
@@ -508,7 +537,7 @@
       \expandafter}%
       \expandafter{\@tempa}%
     \fi
-  }
+  }%
   \closein\pstool at mainfile@ior
 % Now the preamble of the process file:
   \immediate\write\pstool at out{%
@@ -521,6 +550,7 @@
     \noexpand\makeatletter^^J%
 % Sort out the page numbering here.
 % Force the pagestyle locally to output an integer so it can be written to the external file inside a \cs{setcounter} command.
+    \if at pstool@crossref@
     \expandafter\ifx\csname r@\pstool at label\endcsname\relax\else
       \def\noexpand\thepage{\unexpanded\expandafter{\thepage}}^^J%
       \noexpand\setcounter{page}{%
@@ -528,13 +558,18 @@
           \@secondoftwo\csname r@\pstool at label\endcsname
       }^^J%
     \fi
+    \fi
 % And the document body to place the graphic on a page of its own:
+    \if at pstool@crossref@
     \noexpand\@input{\jobname.oldaux}^^J%
+    \fi
     \noexpand\makeatother^^J^^J%
     \noexpand\begin{document}^^J%
+    \if at pstool@crossref@
     \noexpand\makeatletter^^J%
     \unexpanded{\immediate\write\@mainaux}{\pstool at auxmarker*}^^J%
     \noexpand\makeatother^^J^^J%
+    \fi
     \unexpanded{%
       \centering\null\vfill^^J%
     }%
@@ -550,8 +585,11 @@
       \noexpand\end{preview}^^J%
     \fi
     ^^J%
+    \if at pstool@crossref@
     \unexpanded{\vfill^^J^^J\makeatletter^^J\immediate\write\@mainaux}{\pstool at auxmarker/}^^J%
-    \unexpanded{\makeatother^^J\end{document}}^^J%
+    \unexpanded{\makeatother^^J}^^J%
+    \fi
+    \unexpanded{\end{document}}^^J%
   }%
   \immediate\closeout\pstool at out
 }
@@ -647,3 +685,5 @@
   \fi
 }
 % \centerline{\itshape ---The End---}
+
+%%%%%%%%%1%%%%%%%%%2%%%%%%%%%3%%%%%%%%%4%%%%%%%%%5



More information about the tex-live-commits mailing list