summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl5
-rw-r--r--Build/source/texk/tetex/ps4pdf26
-rwxr-xr-xBuild/tools/tpm-ctan-check2
-rwxr-xr-xMaster/bin/i386-linux/ps4pdf26
-rw-r--r--Master/texmf-dist/doc/generic/pst-pdf/CHANGES90
-rw-r--r--Master/texmf-dist/doc/generic/pst-pdf/README22
-rw-r--r--Master/texmf-dist/doc/generic/pst-pdf/pst-pdf-example.tex224
-rw-r--r--Master/texmf-dist/doc/generic/pst-pdf/pst-pdf.pdfbin0 -> 151828 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-pdf/pst-pdfDE.pdfbin0 -> 407438 bytes
-rw-r--r--Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf (renamed from Master/texmf-dist/doc/latex/ps4pdf/ps4pdf)14
-rw-r--r--Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat70
-rw-r--r--Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.noMiKTeX66
-rw-r--r--Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.w958
-rw-r--r--Master/texmf-dist/doc/latex/ps4pdf/4-10-8.inl28
-rw-r--r--Master/texmf-dist/doc/latex/ps4pdf/README25
-rwxr-xr-xMaster/texmf-dist/doc/latex/ps4pdf/create-eps6
-rw-r--r--Master/texmf-dist/doc/latex/ps4pdf/penguin.eps7659
-rw-r--r--Master/texmf-dist/doc/latex/ps4pdf/ps4pdf-test.tex141
-rw-r--r--Master/texmf-dist/source/generic/pst-pdf/Makefile85
-rw-r--r--Master/texmf-dist/source/generic/pst-pdf/pst-pdf.dtx1271
-rw-r--r--Master/texmf-dist/source/generic/pst-pdf/pst-pdf.ins57
-rw-r--r--Master/texmf-dist/source/latex/ps4pdf/Makefile52
-rw-r--r--Master/texmf-dist/tex/latex/ps4pdf/ps4pdf.sty284
-rw-r--r--Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty435
-rw-r--r--Master/texmf-dist/tpm/ps4pdf.tpm49
-rw-r--r--Master/texmf-dist/tpm/pst-pdf.tpm37
-rw-r--r--Master/texmf/lists/pst-pdf16
27 files changed, 2437 insertions, 8261 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index e1146a58acb..5a261c5914c 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -228,6 +228,7 @@ chdir $startdir || die "chdir($startdir) failed: $!";
'pst-math', "&MAKEpst",
'pst-optic', "&MAKEpst",
'pst-osci', "&MAKEpst",
+ 'pst-pdf', "&MAKEpst",
'pst-pdgr', "&MAKEpst",
'pst-poly', "&MAKEpst",
'pst-slpe', "&MAKEpst",
@@ -2435,6 +2436,10 @@ sub MAKEpst {
&SYSTEM("mkdir -p $DEST/tex/latex/$package");
&SYSTEM("mv $DEST/tex/generic/$package/*sty $DEST/tex/latex/$package");
&SYSTEM("mv $DEST/doc/generic/$package/*cfg $DEST/tex/latex/$package");
+
+ if (-f "scripts/ps4pdf") {
+ print "\t YOU-MUST-DO copy scripts/ps4pdf to source/texk/tetex\n";
+ }
}
diff --git a/Build/source/texk/tetex/ps4pdf b/Build/source/texk/tetex/ps4pdf
index 81f254a3735..626766791e7 100644
--- a/Build/source/texk/tetex/ps4pdf
+++ b/Build/source/texk/tetex/ps4pdf
@@ -1,6 +1,9 @@
#!/bin/sh
# Copyright (C) 2004, Thomas Esser. Public domain.
+# New option "--crop", Rolf Niepraschk. 2005-03-08
+# dvips call only if the dvi file exist.
+# ps2pdf call only if the ps file exist. Rolf Niepraschk. 2005-06-27
# First, work around bugs/limitations in some shells on some systems:
test -f /bin/sh5 && test -z "$RUNNING_SH5" \
@@ -22,7 +25,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
###############################################################################
cleanup()
{
- rc=$1
+ rc=$?
$needsCleanup && test -n "$tmpdir" && test -d "$tmpdir" \
&& { rm -f "$tmpdir"/*; cd /; rmdir "$tmpdir"; }
@@ -38,7 +41,7 @@ setupTmpDir()
{
$needsCleanup && return
- trap 'cleanup 1' 1 2 3 7 13 15
+ trap 'cleanup' 1 2 3 7 13 15
needsCleanup=true
(umask 077; mkdir "$tmpdir") \
|| abort "could not create directory \`$tmpdir'"
@@ -61,15 +64,17 @@ myexec()
if test $rc != 0; then
echo "$0: command $@ returned with code $rc"
cat <$log
- cleanup $rc
+ (exit $rc) # set return value
+ cleanup
fi
}
# some initializations
progname=pdflatexps
silent=true # default setting; change if you like
+crop=false
needsCleanup=false
-tmpdir=${TMPDIR-${TEMP-${TMP-/tmp}}}/.$progname$$
+tmpdir=${TMP-/tmp}/.$progname$$
log=$tmpdir/log
version="1.0"
@@ -80,6 +85,7 @@ while
echo "Process LaTeX document containing PSforPDF macros."
exit 0;;
--version) echo "$progname version $version"; exit 0;;
+ --crop|-c) crop=true;;
-q) silent=true;;
-v) silent=false;;
-*) echo "$progname: unknown option $1 ignored";;
@@ -97,8 +103,14 @@ job=`echo "x$1" | sed 's@x@@; s@.*/@@; s@\.[^.]*$@@'`
setupTmpDir
myexec latex "$file"
-myexec dvips -Ppdf -o "$job-pics.ps" "$job.dvi"
-myexec ps2pdf -dAutoRotatePages=/None "$job-pics.ps" "$job-pics.pdf"
+test -f "$job.dvi" && myexec dvips -Ppdf -o "$job-pics.ps" "$job.dvi"
+test -f "$job-pics.ps" && myexec ps2pdf \
+ -dAutoRotatePages=/None "$job-pics.ps" "$job-pics.pdf"
+if $crop; then
+ myexec pdfcrop "$job-pics.pdf" "$job-pics-crop.pdf"
+ mv "$job-pics-crop.pdf" "$job-pics.pdf"
+fi
myexec pdflatex "$file"
-cleanup 0
+true
+cleanup
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check
index 83a88c0b50a..eb6ef2598ca 100755
--- a/Build/tools/tpm-ctan-check
+++ b/Build/tools/tpm-ctan-check
@@ -78,7 +78,7 @@ sub main
"polynom", "poemscol", "powerdot", "powerdot-doc-vn",
"ppr-prv", "preview", "proof", "pstricks", "pstricks-add",
"pst-3d", "pst-barcode", "pst-blur", "pst-eucl", "pst-func",
- "pst-labo", "pst-lens", "pst-osci", "pst-pdgr", "pst-slpe",
+ "pst-labo", "pst-lens", "pst-osci", "pst-pdf", "pst-pdgr", "pst-slpe",
"randbild", "robustcommand",
"sciposter", "sectionbox", "sectsty", "semantic",
"seminar", "semioneside",
diff --git a/Master/bin/i386-linux/ps4pdf b/Master/bin/i386-linux/ps4pdf
index 81f254a3735..626766791e7 100755
--- a/Master/bin/i386-linux/ps4pdf
+++ b/Master/bin/i386-linux/ps4pdf
@@ -1,6 +1,9 @@
#!/bin/sh
# Copyright (C) 2004, Thomas Esser. Public domain.
+# New option "--crop", Rolf Niepraschk. 2005-03-08
+# dvips call only if the dvi file exist.
+# ps2pdf call only if the ps file exist. Rolf Niepraschk. 2005-06-27
# First, work around bugs/limitations in some shells on some systems:
test -f /bin/sh5 && test -z "$RUNNING_SH5" \
@@ -22,7 +25,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"'
###############################################################################
cleanup()
{
- rc=$1
+ rc=$?
$needsCleanup && test -n "$tmpdir" && test -d "$tmpdir" \
&& { rm -f "$tmpdir"/*; cd /; rmdir "$tmpdir"; }
@@ -38,7 +41,7 @@ setupTmpDir()
{
$needsCleanup && return
- trap 'cleanup 1' 1 2 3 7 13 15
+ trap 'cleanup' 1 2 3 7 13 15
needsCleanup=true
(umask 077; mkdir "$tmpdir") \
|| abort "could not create directory \`$tmpdir'"
@@ -61,15 +64,17 @@ myexec()
if test $rc != 0; then
echo "$0: command $@ returned with code $rc"
cat <$log
- cleanup $rc
+ (exit $rc) # set return value
+ cleanup
fi
}
# some initializations
progname=pdflatexps
silent=true # default setting; change if you like
+crop=false
needsCleanup=false
-tmpdir=${TMPDIR-${TEMP-${TMP-/tmp}}}/.$progname$$
+tmpdir=${TMP-/tmp}/.$progname$$
log=$tmpdir/log
version="1.0"
@@ -80,6 +85,7 @@ while
echo "Process LaTeX document containing PSforPDF macros."
exit 0;;
--version) echo "$progname version $version"; exit 0;;
+ --crop|-c) crop=true;;
-q) silent=true;;
-v) silent=false;;
-*) echo "$progname: unknown option $1 ignored";;
@@ -97,8 +103,14 @@ job=`echo "x$1" | sed 's@x@@; s@.*/@@; s@\.[^.]*$@@'`
setupTmpDir
myexec latex "$file"
-myexec dvips -Ppdf -o "$job-pics.ps" "$job.dvi"
-myexec ps2pdf -dAutoRotatePages=/None "$job-pics.ps" "$job-pics.pdf"
+test -f "$job.dvi" && myexec dvips -Ppdf -o "$job-pics.ps" "$job.dvi"
+test -f "$job-pics.ps" && myexec ps2pdf \
+ -dAutoRotatePages=/None "$job-pics.ps" "$job-pics.pdf"
+if $crop; then
+ myexec pdfcrop "$job-pics.pdf" "$job-pics-crop.pdf"
+ mv "$job-pics-crop.pdf" "$job-pics.pdf"
+fi
myexec pdflatex "$file"
-cleanup 0
+true
+cleanup
diff --git a/Master/texmf-dist/doc/generic/pst-pdf/CHANGES b/Master/texmf-dist/doc/generic/pst-pdf/CHANGES
new file mode 100644
index 00000000000..f9a7f37f282
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pdf/CHANGES
@@ -0,0 +1,90 @@
+v1.0a
+ General: Initial version.
+v1.0b
+ General: Some code and documentation cleaning. (RN)
+v1.0c
+ General: New options "pstricks", "nopstricks", "draft" and
+ "final". (RN)
+v1.0d
+ General: Redefinition of \includegraphics in modes 0 und 1.
+ Now using of eps graphics directly in pdfLaTeX is possible.
+ (RN)
+v1.0e
+ postscript: "trim" option added. (RN)
+v1.0f
+ General: Config file loading added. (RN)
+ \savepicture: New macro \savepspicture. (RN)
+ \usepicture: New macro \usepspicture. Useful for putting a
+ PSTricks graphic in a box or something else. (RN)
+v1.0g
+ General: Definition of \PDFcontainer now with \edef. (RN)
+ \usepicture: Now \usepspicture does accept a numerical
+ parameter. (RN)
+v1.0h
+ postscript: Based no more on the comment environment from the
+ verbatim package. (RN)
+v1.0i
+ \ppf@is@pdfTeX@graphic: No more errors for given files without
+ extensions. (RN)
+v1.0j
+ General: Check AtBeginDocument for package `pstricks' even if
+ "nopstricks" is given. (RN)
+v1.0k
+ \Gin@setfile: Show also the pagenumber if exist. (RN)
+ \Ginclude@graphics: Prevent division by zero. (RN)
+v1.0l
+ General: Options "framesep", "framerule", "linewidth" removed,
+ "fname" and "innerframe" added. (RN)
+v1.0m
+ General: New package option "notightpage" added. (RN)
+v1.0n
+ General: Changed marcro names (\savepicture and \usepicture).
+ (RN)
+ Some code cleaning. (RN)
+v1.0o
+ General: New code for "notightpage". (RN)
+ Option "fname" renamed to "showname". (RN)
+v1.0p
+ General: Some code and documentation cleaning. (RN)
+v1.0q
+ \usepicture: Now \usepspicture works for all kind of graphics.
+ (RN)
+v1.0r
+ \ppf@is@pdfTeX@graphic: Changed \ppf@is@known@graphic to
+ \ppf@is@pdfTeX@graphic. Now pdfTEX graphics are prefered.
+ (RN)
+v1.0s
+ General: Scaling e.g. of PostScript pictures now only in
+ extraction mode. Some code cleaning. (RN)
+ \Gin@ii: Rewritten. (RN)
+v1.1a
+ General: Support for the internal PSTricks macro \pst@object.
+ (HjG/RN)
+v1.1b
+ General: Ignore the call of \nofiles inside of preview. (RN)
+ Some code and documentation cleaning. (RN)
+v1.1c
+ General: New package option "tightpage" added. (RN)
+ Special support for "tabularx". (RN)
+ Supress handling of pdfLaTeX graphic formats in DVI mode.
+ (RN)
+v1.1d
+ psmatrix: Support for PSTricks environment "psmatrix". (RN)
+v1.1e
+ General: New option "displaymath" (see preview package).
+ (HjG/RN)
+v1.1f
+ General: Package option "ignore" reimplemented. Now the
+ compilation of the dtx file in LaTeX mode is possible. (RN)
+v1.1g
+ psmatrix: "psmatrix" environment (preserve math mode).
+ (RN/HjG)
+ pspicture: pspicture environment must still parse its
+ arguments. (RN/HjG)
+v1.1h
+ \Ginclude@graphics: Check if inside of a PS-related environment
+ (correct graphic inclusion). (RN)
+v1.1i
+ General: \ifpr@outer must be predefined. (HjG/RN)
+ Package option "final" also for "graphicx". (RN)
+ \Ginclude@graphics: Correction of the inside check. (RN/HjG)
diff --git a/Master/texmf-dist/doc/generic/pst-pdf/README b/Master/texmf-dist/doc/generic/pst-pdf/README
new file mode 100644
index 00000000000..1c7fb2251b1
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pdf/README
@@ -0,0 +1,22 @@
+pst-pdf.sty
+A package to integrate PostScript code into a PDF output.
+Load the testfile test.tex and run it with the shell script.
+
+ps4pdf test
+
+(without extension) it produces the output file test.pdf
+Be sure that the script is executable.
+
+
+pst-pdf.sty -> $TEXMF-LOCAL
+ps4pdf -> /usr/local/bin
+ the shell script for running latex->dvips->ps2pdf->pdflatex
+
+
+without a shell script, run
+
+latex <file>
+dvips -Ppdf -o <file>-pics.ps <file>.dvi
+ps2pdf -dAutoRotatePages=/None <file>-pics.ps <file>-pics.pdf
+pdflatex <file>
+
diff --git a/Master/texmf-dist/doc/generic/pst-pdf/pst-pdf-example.tex b/Master/texmf-dist/doc/generic/pst-pdf/pst-pdf-example.tex
new file mode 100644
index 00000000000..fe00b69c35d
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pdf/pst-pdf-example.tex
@@ -0,0 +1,224 @@
+%%
+%% This is file `pst-pdf-example.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% pst-pdf.dtx (with options: `example')
+%%
+%% This is a generated file.
+%%
+%% Copyright (C) 2004 by Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.2 of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.2 or later is part of all distributions of LaTeX version
+%% 1999/12/01 or later.
+%%
+
+\listfiles\errorcontextlines=100\relax
+\documentclass[12pt]{article}
+
+%% before `psfrag'!
+\usepackage[displaymath,dvipsnames]{pst-pdf}
+%%\usepackage[displaymath,dvipsnames,notightpage]{pst-pdf}
+
+\usepackage{pst-node,pst-tree}
+
+\usepackage{psfrag,tabularx}
+
+\pagestyle{empty}
+
+\begin{postscript}[trim=0 0 0 0,ignore]
+ \includegraphics[width=.475\textwidth]{penguin.eps}
+\end{postscript}
+\savepicture{ps:A}
+
+\begin{document}
+
+\setkeys{Gin}{showname,frame}%
+
+\psset{unit=0.0714\textwidth}% 1/14 * \textwidth
+\newpsobject{showgrid}{psgrid}{subgriddiv=1,griddots=10,gridlabels=6pt}
+
+\newcommand*\BASEMARKER{\rule{.5em}{.4pt}}
+
+\setlength\parindent{0pt}
+
+\centering
+
+\section*{\textsf{pst-pdf:}
+ PSTricks and other PostScript code in pdf\LaTeX\ documents}
+
+\vfill
+
+\begin{pspicture}(-5.5,-5.25)(5.25,5.25)%
+%%\begin{pspicture}[trim=-.5 -.25 .25 .25,frame](-5,-5)(5,5)% PSTricks2
+ \pscircle*[linecolor=Apricot]{5}
+ \rput(0,0.5){\includegraphics[width=8\psxunit]{elephant}}
+ \Huge\sffamily\bfseries
+ \rput(-4.5,4.5){A} \rput(4.5,4.5){B}
+ \rput(-4.5,-4.5){C}\rput(4.5,-4.5){D}
+ \rmfamily
+ \rput(0,-3.8){PSTricks}
+ \rput(0,3.8){\LaTeX}
+ \showgrid
+\end{pspicture}\savepicture{ps:B}
+
+\vfill\null\newpage
+
+\usepicture{ps:A}
+\hfill
+\includegraphics[width=.475\textwidth]{insect1}
+
+\vfill
+
+\usepicture[angle=180,origin=c]{ps:A}
+\hfill
+\usepicture[width=.47\textwidth]{ps:B}
+
+\includegraphics[width=.475\textwidth,frame=false,
+ namefont={\Huge\itshape}]{knuth}
+\hfill
+\usepicture[angle=45,origin=bl,width=.475\textwidth,innerframe]{1}%
+
+\vfill
+
+\includegraphics[width=.47\textwidth]{psf-demo}
+\hfill
+\begin{psfrags}
+ \psfragscanon
+ \psfrag{x1}[br][ ]{\LaTeX} \psfrag{x2}[br][br]{\LaTeX}
+ \psfrag{x3}[br][tl]{\LaTeX} \psfrag{x4}[br][Br]{\LaTeX}
+ \psfrag{x5}[Br][ r][1.15][45]{\Huge\LaTeX}
+ \psfrag{x6}[tl][ l][1.15][45]{\Huge\LaTeX}
+ \includegraphics[width=.47\textwidth]{psf-demo}
+\end{psfrags}
+
+\includegraphics[width=\textwidth,showname=false,frame=false]{insect15}
+
+\bigskip
+
+\Large
+
+\begin{equation}
+ \sigma(t)=\frac{1}{\sqrt{2\pi}}
+ \int^t_0 e^{-x^2/2} dx
+\end{equation}
+
+\clearpage
+
+\setkeys{Gin}{showname=false,frame=false}%
+
+{ \Huge \renewcommand*\arraystretch{1.5}
+
+ \noindent
+ \begin{tabularx}{\textwidth}{|@{}>{\centering}X@{}|} \hline
+
+ \psframebox*[fillcolor=green,framearc=.6]{HUGO}\BASEMARKER
+ \fbox{\BASEMARKER GUSTAV} \tabularnewline
+
+ \begin{postscript}
+ \psframebox*[fillcolor=green,framearc=.6]{HUGO}\BASEMARKER
+ \fbox{\BASEMARKER GUSTAV}
+ \end{postscript} \tabularnewline \hline
+
+ \end{tabularx}
+
+}
+
+\bigskip
+
+\definecolor{pink}{rgb}{1, .75, .8}
+\renewcommand\psedge{\nccurve}
+\newcommand{\Female}[2][]{{\psset{linecolor=pink}\TR[#1]{\emph{#2}}}}
+\newcommand{\Male}[2][]{{\psset{linecolor=blue}\TR[#1]{#2}}}
+
+\psset{nodesep=2pt,angleA=90,angleB=-90}
+
+{ \footnotesize
+
+ %% From: The \LaTeX\ Graphics Companion; first release.
+ \pstree[treemode=U]{\Female{{\bfseries Matilde}}}{%
+ \pstree{\Male{Sebastian}}{%
+ \pstree{\Male[name=P]{Philip}}{\Male{Frederick}\Female{Ethel}}
+ \pstree{\Female[name=W]{Mary}}{\Male{Lionel}\Female{Agnes}}}
+ \pstree{\Female{Leonor}}{%
+ \pstree{\Male[name=R]{Ra\'ul}}{\Male{Joaquim}\Female{J\'ulia}}
+ \pstree{\Female[name=A]{Am\'elia}}{\Male{\'Alvaro}\Female{Augusta}}}
+ }
+
+ \iffalse % --> Cannot work outside of a special environment!
+ \psset{linecolor=green,doubleline=true,linestyle=dotted}
+ \ncline{P}{W}\nbput{1940}
+ \ncline{R}{A}\nbput{1954}
+ \fi
+}
+
+\bigskip
+
+\psset{arrows=->,fillcolor=white,fillstyle=solid}
+
+\footnotesize
+
+\newcommand{\Show}[1]{\psshadowbox{#1}}
+
+\begin{psmatrix}[mnode=r,ref=t,unit=.3]
+ \psframebox[linestyle=none,framesep=.75]{%
+ \begin{psmatrix}[name=A,ref=c]
+ \Show{Stakeholder}
+ \end{psmatrix}} &
+ \psframebox[fillstyle=solid,fillcolor=pink,framesep=.95]{%
+ \rule{1cm}{0pt}
+ \begin{psmatrix}[ref=c]
+ [name=B]\Show{Goal} & \Show{Criteria}\\
+ \Show{Sub-goal} & \Show{Justification}
+ \ncline{1,1}{1,2}
+ \ncline{1,1}{2,2}
+ \ncline{1,1}{2,1}\tlput{Strategy}
+ \ncline{2,1}{2,2}
+ \end{psmatrix}}
+ \ncline[angleB=180]{A}{B}\naput[npos=.7]{Model}
+\end{psmatrix}
+
+\begin{postscript}[angle=90,height=\textheight,frame=false]
+
+\pstree[treemode=U]{\Female{{\bfseries Matilde}}}{%
+ \pstree{\Male{Sebastian}}{%
+ \pstree{\Male[name=P]{Philip}}{\Male{Frederick}\Female{Ethel}}
+ \pstree{\Female[name=W]{Mary}}{\Male{Lionel}\Female{Agnes}}}
+ \pstree{\Female{Leonor}}{
+ \pstree{\Male[name=R]{Ra\'ul}}{\Male{Joaquim}\Female{J\'ulia}}
+ \pstree{\Female[name=A]{Am\'elia}}{\Male{\'Alvaro}\Female{Augusta}}}
+}
+
+\psset{linecolor=green,doubleline=true,linestyle=dotted}
+\ncline{P}{W}\nbput{1940}
+\ncline{R}{A}\nbput{1954}
+
+\end{postscript}
+
+\bigskip
+
+\psset{arrows=-}
+
+\begin{displaymath}
+ \bordermatrix{%
+ & A & B & C\cr
+ & \rnode{D}{D} & E & \rnode{F}{F}\cr
+ & G & H & I\cr
+ & \rnode{J}{J} & K & M
+ }
+ \ncline[nodesep=-1em,linecolor=red]{D}{F}
+ \ncline[nodesep=-1em,linecolor=red]{D}{J}
+\end{displaymath}
+
+\end{document}
+\endinput
+%%
+%% End of file `pst-pdf-example.tex'.
diff --git a/Master/texmf-dist/doc/generic/pst-pdf/pst-pdf.pdf b/Master/texmf-dist/doc/generic/pst-pdf/pst-pdf.pdf
new file mode 100644
index 00000000000..559aaa9519a
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pdf/pst-pdf.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/generic/pst-pdf/pst-pdfDE.pdf b/Master/texmf-dist/doc/generic/pst-pdf/pst-pdfDE.pdf
new file mode 100644
index 00000000000..f35d6c64fe3
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pdf/pst-pdfDE.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/ps4pdf/ps4pdf b/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf
index 1b420e78b85..626766791e7 100644
--- a/Master/texmf-dist/doc/latex/ps4pdf/ps4pdf
+++ b/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf
@@ -1,6 +1,9 @@
#!/bin/sh
# Copyright (C) 2004, Thomas Esser. Public domain.
+# New option "--crop", Rolf Niepraschk. 2005-03-08
+# dvips call only if the dvi file exist.
+# ps2pdf call only if the ps file exist. Rolf Niepraschk. 2005-06-27
# First, work around bugs/limitations in some shells on some systems:
test -f /bin/sh5 && test -z "$RUNNING_SH5" \
@@ -69,6 +72,7 @@ myexec()
# some initializations
progname=pdflatexps
silent=true # default setting; change if you like
+crop=false
needsCleanup=false
tmpdir=${TMP-/tmp}/.$progname$$
log=$tmpdir/log
@@ -81,6 +85,7 @@ while
echo "Process LaTeX document containing PSforPDF macros."
exit 0;;
--version) echo "$progname version $version"; exit 0;;
+ --crop|-c) crop=true;;
-q) silent=true;;
-v) silent=false;;
-*) echo "$progname: unknown option $1 ignored";;
@@ -98,8 +103,13 @@ job=`echo "x$1" | sed 's@x@@; s@.*/@@; s@\.[^.]*$@@'`
setupTmpDir
myexec latex "$file"
-myexec dvips -Ppdf -o "$job-pics.ps" "$job.dvi"
-myexec ps2pdf -dAutoRotatePages=/None "$job-pics.ps" "$job-pics.pdf"
+test -f "$job.dvi" && myexec dvips -Ppdf -o "$job-pics.ps" "$job.dvi"
+test -f "$job-pics.ps" && myexec ps2pdf \
+ -dAutoRotatePages=/None "$job-pics.ps" "$job-pics.pdf"
+if $crop; then
+ myexec pdfcrop "$job-pics.pdf" "$job-pics-crop.pdf"
+ mv "$job-pics-crop.pdf" "$job-pics.pdf"
+fi
myexec pdflatex "$file"
true
diff --git a/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat b/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat
new file mode 100644
index 00000000000..b60630d862d
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat
@@ -0,0 +1,70 @@
+:: **********************************************
+:: ps4pdf.bat
+:: author Lutz Ihlenburg, 09-may-2005
+::
+:: Batch file for using Rolf Niepraschk's package
+:: pst-pdf under MiKTeX
+::
+:: More info: ps4pdf-bat.txt
+:: **********************************************
+
+@echo off
+:: Command extensions must be enabled (Default in Windows XP)
+:: Localize temporary variables
+setlocal
+
+:: Called with no argument?
+if {%1} == {} goto USAGE
+if {%1} == {/?} goto USAGE
+if {%1} == {-h} goto USAGE
+if {%1} == {--help} goto USAGE
+
+:: Look for existence of main tex file.
+:: This procedure will not work, if You transfer a filename without extension,
+:: having dots in the name :-)
+:: Command shell for-statement allows only one command.
+:: For more, a multiple command must be created with &
+for %%a in (%1) do set _fullname=%%~fa& set _drive=%%~da& set _path=%%~pa& set _name=%%~na& set _ext=%%~xa
+:: XP command shell doesn't know "if not defined..."
+if defined _ext (
+rem
+) else (
+set _ext=.tex
+set _fullname=%_fullname%.tex
+)
+if not exist "%_fullname%" goto :MISSINGFILE
+
+:OPERATION
+%_drive%
+cd %_path%
+@echo on
+latex --src -interaction=nonstopmode "%_name%%_ext%" >"%_name%-ps4pdf.log"
+@if errorlevel 1 goto :ERROR
+dvips -o "%_name%-pics.ps" "%_name%.dvi" >>"%_name%-ps4pdf.log"
+@if errorlevel 1 goto :ERROR
+ps2pdf -dAutoRotatePages#/None "%_name%-pics.ps" >>"%_name%-ps4pdf.log"
+@if errorlevel 1 goto :ERROR
+texify -b -l latex -p "%_name%%_ext%" >>"%_name%-ps4pdf.log"
+@if errorlevel 1 goto :ERROR
+@goto :EOF
+
+:MISSINGFILE
+echo *** File not found: %_fullname%
+echo *** Batch job aborted
+pause
+goto :EOF
+
+:ERROR
+@echo *** An error message appeared. Abnormal termination! Look at %_name%-pst-pdf.log ***
+@pause
+@goto :EOF
+
+:USAGE
+for %%a in (%0) do set _progname=%%~na
+echo Usage: %_progname% SourceFile[.tex]
+pause
+goto :EOF
+%~na
+echo Usage: %_progname% SourceFile[.tex]
+pause
+goto :EOF
diff --git a/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.noMiKTeX b/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.noMiKTeX
new file mode 100644
index 00000000000..46812347f1d
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.noMiKTeX
@@ -0,0 +1,66 @@
+:: **********************************************
+:: ps4pdf.bat
+:: author Lutz Ihlenburg, 09-may-2005
+::
+:: modified by patrice Mégret, 31-may-2005
+::
+:: Batch file for using Rolf Niepraschk's package
+:: pst-pdf under MiKTeX
+::
+:: More info: ps4pdf-bat.txt
+:: **********************************************
+
+@echo off
+:: Command extensions must be enabled (Default in Windows XP)
+:: Localize temporary variables
+setlocal
+
+:: Called with no argument?
+if {%1} == {} goto USAGE
+if {%1} == {/?} goto USAGE
+if {%1} == {-h} goto USAGE
+if {%1} == {--help} goto USAGE
+
+:: Look for existence of main tex file.
+:: This procedure will not work, if You transfer a filename without extension,
+:: having dots in the name :-)
+:: Command shell for-statement allows only one command.
+:: For more, a multiple command must be created with &
+for %%a in (%1) do set _fullname=%%~fa& set _drive=%%~da& set _path=%%~pa& set _name=%%~na& set _ext=%%~xa
+:: XP command shell doesn't know "if not defined..."
+if defined _ext (
+rem
+) else (
+set _ext=.tex
+set _fullname=%_fullname%.tex
+)
+if not exist "%_fullname%" goto :MISSINGFILE
+
+:OPERATION
+%_drive%
+cd %_path%
+@echo on
+latex --src -interaction=nonstopmode "%_name%%_ext%" > "%_name%-ps4pdfa.log"
+@if errorlevel 1 goto :ERROR
+dvips -o "%_name%-pics.ps" "%_name%.dvi" >> "%_name%-ps4pdfb.log"
+@if errorlevel 1 goto :ERROR
+ps2pdf "%_name%-pics.ps" >> "%_name%-ps4pdfc.log"
+@if errorlevel 1 goto :ERROR
+@goto :EOF
+
+:MISSINGFILE
+echo *** File not found: %_fullname%
+echo *** Batch job aborted
+pause
+goto :EOF
+
+:ERROR
+@echo *** An error message appeared. Abnormal termination! Look at %_name%-pst-pdf.log ***
+@pause
+@goto :EOF
+
+:USAGE
+for %%a in (%0) do set _progname=%%~na
+echo Usage: %_progname% SourceFile[.tex]
+pause
+goto :EOF
diff --git a/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.w95 b/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.w95
new file mode 100644
index 00000000000..ce738481825
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.w95
@@ -0,0 +1,8 @@
+rem call with ps4pdf.bat FILE without suffix
+@echo off
+set FILE=%1
+latex %FILE%.tex
+dvips -Ppdf -o %FILE%-pics.ps %FILE%.dvi
+ps2pdf -dAutoRotatePages#/None %File%-pics.ps %File%-pics.pdf
+texify -b -l latex -p %File%.tex
+%.tex
diff --git a/Master/texmf-dist/doc/latex/ps4pdf/4-10-8.inl b/Master/texmf-dist/doc/latex/ps4pdf/4-10-8.inl
deleted file mode 100644
index ad9f3ddedd7..00000000000
--- a/Master/texmf-dist/doc/latex/ps4pdf/4-10-8.inl
+++ /dev/null
@@ -1,28 +0,0 @@
-\psset{unit=.825cm}
-\begin{pspicture}(10,8)
- \psset{fillstyle=solid,linestyle=none,linewidth=0}
- \psframe[fillcolor=lightblue](10,8)
- \pscircle[fillcolor=yellow](2,6){.8} % Sun
- {% Rays
- \psset{linecolor=yellow,linestyle=solid,linewidth=.3}
- \degrees[8]
- \multido{\i=1+1}{8}{\rput{\i}(2,6){\psline(1,0)(1.5,0)}}
- }%
-
- \pspolygon[fillcolor=green](6,0)(10,2)(10,0)% Grass
- \psdiamond[fillcolor=red,gangle=-45](8,6)(1.5,2.5)% Kite
- \rput{45}(8,6){\pnode(-2.5,0){Kitetail}}
- \rput{-10}(.8,1.5){\psdiamond[fillcolor=yellow](.6,.1)(.6,.3)}
- \rput{-80}(.8,1.5){\psdiamond[fillcolor=yellow](.6,.1)(.6,.3)}
- \pnode(.8,1.5){Tailend}
- \nccurve[fillstyle=none,angleA=270,angleB=125,ncurvB=.9,ncurvA=1.4,
- linestyle=dotted,dotstyle=square,linewidth=.25]{Kitetail}{Tailend}
- \newcommand{\bunting}{\pstriangle(.35,.35)}
- \psset{fillcolor=red,labelsep=.01}
- \naput[nrot=115,npos=.15]{\bunting}
- \nbput[nrot=25,npos=.15]{\bunting}
- \naput[nrot=75,npos=.4]{\bunting}
- \nbput[nrot=115,npos=.4]{\bunting}
- \naput[nrot=115,npos=.7]{\bunting}
- \nbput[nrot=25,npos=.7]{\bunting}
-\end{pspicture}
diff --git a/Master/texmf-dist/doc/latex/ps4pdf/README b/Master/texmf-dist/doc/latex/ps4pdf/README
deleted file mode 100644
index 2a25053107b..00000000000
--- a/Master/texmf-dist/doc/latex/ps4pdf/README
+++ /dev/null
@@ -1,25 +0,0 @@
-
-The LaTeX package `ps4pdf' provides a new way to use Postscript
-commands (e.g. PSTricks graphics, PSfrag replacements, EPS graphics)
-inside a pdfLaTeX processed document. You need recent versions of
-the LaTeX packages `preview', `ifpdf', `ifvtex' and a new LaTeX base
-installation.
-
-All Postscript related commands including `\usepackage' must be
-parameter of the `PSforPDF' macro. For details see the test file
-`ps4pdf-test.tex'.
-
-Files:
-======
-4-10-8.inl PSTricks graphic (lgc)
-Makefile Makefile for `ps4pdf-test.pdf'
-README this file
-create-eps creates EPS files from `ps4pdf-test-pics.pdf'
-penguin.eps a graphics file
-ps4pdf-test.tex the eample document
-ps4pdf.sty the LaTeX package file
-ps4pdf a shell script for creating .pdf from .tex
-
- Rolf Niepraschk
- email: Rolf.Niepraschk@ptb.de
- 2004-11-01
diff --git a/Master/texmf-dist/doc/latex/ps4pdf/create-eps b/Master/texmf-dist/doc/latex/ps4pdf/create-eps
deleted file mode 100755
index 9a8801c9b74..00000000000
--- a/Master/texmf-dist/doc/latex/ps4pdf/create-eps
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-n=`pdfinfo ps4pdf-test-pics.pdf | awk '($1 ~ /Pages:/) {print $2}'`
-for i in `seq $n` ; do
- pdftops -f $i -l $i -eps ps4pdf-test-pics.pdf picture$i.eps
- echo "create picture$i.eps"
-done
diff --git a/Master/texmf-dist/doc/latex/ps4pdf/penguin.eps b/Master/texmf-dist/doc/latex/ps4pdf/penguin.eps
deleted file mode 100644
index 6002cfe2722..00000000000
--- a/Master/texmf-dist/doc/latex/ps4pdf/penguin.eps
+++ /dev/null
@@ -1,7659 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%Creator: xpdf/pdftops 2.01
-%%LanguageLevel: 2
-%%BoundingBox: 0 0 313 370
-%%DocumentSuppliedResources: (atend)
-%%EndComments
-%%BeginProlog
-%%BeginResource: procset xpdf 2.01 0
-/xpdf 75 dict def xpdf begin
-% PDF special state
-/pdfDictSize 14 def
-/pdfSetup {
- 3 1 roll 2 array astore
- /setpagedevice where {
- pop 3 dict begin
- /PageSize exch def
- /ImagingBBox null def
- /Policies 1 dict dup begin /PageSize 3 def end def
- { /Duplex true def } if
- currentdict end setpagedevice
- } {
- pop pop
- } ifelse
-} def
-/pdfStartPage {
- pdfDictSize dict begin
- /pdfFill [0] def
- /pdfStroke [0] def
- /pdfLastFill false def
- /pdfLastStroke false def
- /pdfTextMat [1 0 0 1 0 0] def
- /pdfFontSize 0 def
- /pdfCharSpacing 0 def
- /pdfTextRender 0 def
- /pdfTextRise 0 def
- /pdfWordSpacing 0 def
- /pdfHorizScaling 1 def
-} def
-/pdfEndPage { end } def
-% separation convention operators
-/findcmykcustomcolor where {
- pop
-}{
- /findcmykcustomcolor { 5 array astore } def
-} ifelse
-/setcustomcolor where {
- pop
-}{
- /setcustomcolor {
- exch
- [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
- 0 4 getinterval cvx
- [ exch /dup load exch { mul exch dup } /forall load
- /pop load dup ] cvx
- ] setcolorspace setcolor
- } def
-} ifelse
-/customcolorimage where {
- pop
-}{
- /customcolorimage {
- gsave
- [ exch /Separation exch dup 4 get exch /DeviceCMYK exch
- 0 4 getinterval cvx
- [ exch /dup load exch { mul exch dup } /forall load
- /pop load dup ] cvx
- ] setcolorspace
- 10 dict begin
- /ImageType 1 def
- /DataSource exch def
- /ImageMatrix exch def
- /BitsPerComponent exch def
- /Height exch def
- /Width exch def
- /Decode [1 0] def
- currentdict end
- image
- grestore
- } def
-} ifelse
-% PDF color state
-/sCol {
- pdfLastStroke not {
- pdfStroke aload length
- dup 1 eq {
- pop setgray
- }{
- dup 3 eq {
- pop setrgbcolor
- }{
- 4 eq {
- setcmykcolor
- }{
- findcmykcustomcolor exch setcustomcolor
- } ifelse
- } ifelse
- } ifelse
- /pdfLastStroke true def /pdfLastFill false def
- } if
-} def
-/fCol {
- pdfLastFill not {
- pdfFill aload length
- dup 1 eq {
- pop setgray
- }{
- dup 3 eq {
- pop setrgbcolor
- }{
- 4 eq {
- setcmykcolor
- }{
- findcmykcustomcolor exch setcustomcolor
- } ifelse
- } ifelse
- } ifelse
- /pdfLastFill true def /pdfLastStroke false def
- } if
-} def
-% build a font
-/pdfMakeFont {
- 4 3 roll findfont
- 4 2 roll matrix scale makefont
- dup length dict begin
- { 1 index /FID ne { def } { pop pop } ifelse } forall
- /Encoding exch def
- currentdict
- end
- definefont pop
-} def
-/pdfMakeFont16 {
- exch findfont
- dup length dict begin
- { 1 index /FID ne { def } { pop pop } ifelse } forall
- /WMode exch def
- currentdict
- end
- definefont pop
-} def
-/pdfMakeFont16L3 {
- 1 index /CIDFont resourcestatus {
- pop pop 1 index /CIDFont findresource /CIDFontType known
- } {
- false
- } ifelse
- {
- 0 eq { /Identity-H } { /Identity-V } ifelse
- exch 1 array astore composefont pop
- } {
- pdfMakeFont16
- } ifelse
-} def
-% graphics state operators
-/q { gsave pdfDictSize dict begin } def
-/Q { end grestore } def
-/cm { concat } def
-/d { setdash } def
-/i { setflat } def
-/j { setlinejoin } def
-/J { setlinecap } def
-/M { setmiterlimit } def
-/w { setlinewidth } def
-% color operators
-/g { dup 1 array astore /pdfFill exch def setgray
- /pdfLastFill true def /pdfLastStroke false def } def
-/G { dup 1 array astore /pdfStroke exch def setgray
- /pdfLastStroke true def /pdfLastFill false def } def
-/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
- /pdfLastFill true def /pdfLastStroke false def } def
-/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
- /pdfLastStroke true def /pdfLastFill false def } def
-/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
- /pdfLastFill true def /pdfLastStroke false def } def
-/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
- /pdfLastStroke true def /pdfLastFill false def } def
-/ck { 6 copy 6 array astore /pdfFill exch def
- findcmykcustomcolor exch setcustomcolor
- /pdfLastFill true def /pdfLastStroke false def } def
-/CK { 6 copy 6 array astore /pdfStroke exch def
- findcmykcustomcolor exch setcustomcolor
- /pdfLastStroke true def /pdfLastFill false def } def
-% path segment operators
-/m { moveto } def
-/l { lineto } def
-/c { curveto } def
-/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
- neg 0 rlineto closepath } def
-/h { closepath } def
-% path painting operators
-/S { sCol stroke } def
-/Sf { fCol stroke } def
-/f { fCol fill } def
-/f* { fCol eofill } def
-% clipping operators
-/W { clip newpath } def
-/W* { eoclip newpath } def
-% text state operators
-/Tc { /pdfCharSpacing exch def } def
-/Tf { dup /pdfFontSize exch def
- dup pdfHorizScaling mul exch matrix scale
- pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
- exch findfont exch makefont setfont } def
-/Tr { /pdfTextRender exch def } def
-/Ts { /pdfTextRise exch def } def
-/Tw { /pdfWordSpacing exch def } def
-/Tz { /pdfHorizScaling exch def } def
-% text positioning operators
-/Td { pdfTextMat transform moveto } def
-/Tm { /pdfTextMat exch def } def
-% text string operators
-/awcp { % awidthcharpath
- exch {
- 1 string dup 0 3 index put 2 index charpath
- 3 index 3 index rmoveto
- 4 index eq { 5 index 5 index rmoveto } if
- } forall
- 6 {pop} repeat
-} def
-/Tj { fCol
- 0 pdfTextRise pdfTextMat dtransform rmoveto
- 1 index stringwidth pdfTextMat idtransform pop
- sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
- pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
- 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
- pdfTextMat dtransform
- 6 5 roll
- currentpoint 8 2 roll
- pdfTextRender 1 and 0 eq {
- 6 copy awidthshow
- } if
- pdfTextRender 3 and dup 1 eq exch 2 eq or {
- 8 6 roll moveto
- currentfont /FontType get 3 eq { fCol } { sCol } ifelse
- false awcp currentpoint stroke moveto
- } {
- 8 {pop} repeat
- } ifelse
- 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
-/Tj16 { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
- 0 pdfTextRise pdfTextMat dtransform rmoveto
- 2 index stringwidth pdfTextMat idtransform pop
- sub exch div
- pdfWordSpacing pdfHorizScaling mul 0 pdfTextMat dtransform 32
- 4 3 roll pdfCharSpacing pdfHorizScaling mul add 0
- pdfTextMat dtransform
- 6 5 roll awidthshow
- 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
-/Tj16V { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
- 0 pdfTextRise pdfTextMat dtransform rmoveto
- 2 index stringwidth pdfTextMat idtransform exch pop
- sub exch div
- 0 pdfWordSpacing pdfTextMat dtransform 32
- 4 3 roll pdfCharSpacing add 0 exch
- pdfTextMat dtransform
- 6 5 roll awidthshow
- 0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
-/TJm { pdfFontSize 0.001 mul mul neg 0
- pdfTextMat dtransform rmoveto } def
-/TJmV { pdfFontSize 0.001 mul mul neg 0 exch
- pdfTextMat dtransform rmoveto } def
-% Level 1 image operators
-/pdfIm1 {
- /pdfImBuf1 4 index string def
- { currentfile pdfImBuf1 readhexstring pop } image
-} def
-/pdfIm1Sep {
- /pdfImBuf1 4 index string def
- /pdfImBuf2 4 index string def
- /pdfImBuf3 4 index string def
- /pdfImBuf4 4 index string def
- { currentfile pdfImBuf1 readhexstring pop }
- { currentfile pdfImBuf2 readhexstring pop }
- { currentfile pdfImBuf3 readhexstring pop }
- { currentfile pdfImBuf4 readhexstring pop }
- true 4 colorimage
-} def
-/pdfImM1 {
- /pdfImBuf1 4 index 7 add 8 idiv string def
- { currentfile pdfImBuf1 readhexstring pop } imagemask
-} def
-% Level 2 image operators
-/pdfImBuf 100 string def
-/pdfIm {
- image
- { currentfile pdfImBuf readline
- not { pop exit } if
- (%-EOD-) eq { exit } if } loop
-} def
-/pdfImSep {
- findcmykcustomcolor exch
- dup /Width get /pdfImBuf1 exch string def
- begin Width Height BitsPerComponent ImageMatrix DataSource end
- /pdfImData exch def
- { pdfImData pdfImBuf1 readstring pop
- 0 1 2 index length 1 sub {
- 1 index exch 2 copy get 255 exch sub put
- } for }
- 6 5 roll customcolorimage
- { currentfile pdfImBuf readline
- not { pop exit } if
- (%-EOD-) eq { exit } if } loop
-} def
-/pdfImM {
- fCol imagemask
- { currentfile pdfImBuf readline
- not { pop exit } if
- (%-EOD-) eq { exit } if } loop
-} def
-end
-%%EndResource
-%%EndProlog
-%%BeginSetup
-xpdf begin
-%%EndSetup
-pdfStartPage
-[] 0 d
-0 i
-0 j
-0 J
-10 M
-1 w
-0 g
-0 G
-[0.1 0 0 0.1 0 0] cm
-q
-1 i
-2820.79 1225.01 m
-2773.27 1029.17 2532.07 620.211 2403.91 440.211 c
-2275.75 259.491 2291.59 96.7712 2054.71 160.131 c
-1818.55 223.491 1752.31 211.971 1508.23 197.571 c
-1265.59 183.171 1318.15 204.771 1166.23 136.371 c
-1015.03 67.9712 507.429 965.811 466.389 1132.85 c
-426.069 1299.89 406.629 1279.73 511.749 1460.45 c
-616.869 1641.17 631.989 1819.73 770.949 2038.61 c
-909.909 2258.21 1070.47 2369.81 1058.95 2537.57 c
-1013.59 3160.37 977.589 3471.41 1254.07 3615.41 c
-1517.59 3752.21 1737.91 3670.85 1825.03 3624.05 c
-1862.47 3603.89 1938.79 3565.01 1995.67 3496.61 c
-2052.55 3429.65 2103.67 3328.13 2132.47 3199.97 c
-2191.51 2942.93 2107.99 3027.89 2174.95 2733.41 c
-2241.19 2439.65 2375.83 2295.65 2539.99 2063.09 c
-2704.15 1830.53 2875.51 1446.77 2820.79 1225.01 c
-f*
-0.4 g
-1270.63 2740.61 m
-1313.83 2757.89 1315.27 2756.45 1344.07 2819.09 c
-1367.11 2867.33 1378.63 2891.81 1377.91 2965.25 c
-1377.91 3037.25 1355.59 3061.73 1321.75 3108.53 c
-1289.35 3153.17 1237.51 3155.33 1205.11 3149.57 c
-1186.39 3146.69 1161.91 3122.93 1145.35 3087.65 c
-1134.55 3063.89 1125.91 3033.65 1125.19 3001.97 c
-1123.03 2917.01 1130.23 2884.61 1149.67 2827.01 c
-1172.71 2759.33 1228.87 2724.05 1270.63 2740.61 c
-f*
-0.431 g
-1270.63 2740.88 m
-1313.55 2758.05 1314.98 2756.61 1343.6 2818.85 c
-1366.49 2866.78 1377.94 2891.1 1377.22 2964.07 c
-1377.22 3035.61 1354.7 3061.43 1321.42 3106.43 c
-1288.48 3149.87 1238.7 3152.61 1206.54 3147.05 c
-1187.37 3144.22 1163.96 3119.76 1147.13 3085.78 c
-1135.52 3062.67 1126.53 3032.41 1125.82 3000.59 c
-1123.7 2916.2 1131.14 2883.92 1150.45 2826.72 c
-1173.31 2759.48 1229.14 2724.42 1270.63 2740.88 c
-f*
-0.459 g
-1270.64 2741.14 m
-1313.28 2758.2 1314.7 2756.78 1343.13 2818.61 c
-1365.87 2866.23 1377.24 2890.4 1376.53 2962.89 c
-1376.53 3033.96 1353.81 3061.14 1321.1 3104.32 c
-1287.61 3146.57 1239.89 3149.9 1207.97 3144.52 c
-1188.36 3141.74 1166.01 3116.6 1148.91 3083.9 c
-1136.5 3061.45 1127.15 3031.16 1126.44 2999.2 c
-1124.37 2915.4 1132.04 2883.23 1151.23 2826.43 c
-1173.91 2759.62 1229.41 2724.8 1270.64 2741.14 c
-f*
-0.49 g
-1270.64 2741.41 m
-1313 2758.36 1314.41 2756.94 1342.66 2818.37 c
-1365.25 2865.68 1376.55 2889.69 1375.84 2961.71 c
-1375.84 3032.32 1352.92 3060.84 1320.77 3102.22 c
-1286.74 3143.27 1241.07 3147.18 1209.39 3142 c
-1189.34 3139.27 1168.06 3113.43 1150.69 3082.03 c
-1137.47 3060.23 1127.77 3029.92 1127.07 2997.82 c
-1125.04 2914.59 1132.95 2882.54 1152.01 2826.14 c
-1174.51 2759.77 1229.68 2725.17 1270.64 2741.41 c
-f*
-0.522 g
-1270.64 2741.68 m
-1312.73 2758.51 1314.13 2757.11 1342.19 2818.14 c
-1364.63 2865.13 1375.86 2888.98 1375.16 2960.53 c
-1375.16 3030.68 1352.03 3060.55 1320.44 3100.12 c
-1285.87 3139.97 1242.26 3144.46 1210.82 3139.48 c
-1190.33 3136.8 1170.11 3110.26 1152.48 3080.15 c
-1138.44 3059.01 1128.39 3028.67 1127.69 2996.43 c
-1125.71 2913.79 1133.86 2881.84 1152.8 2825.85 c
-1175.12 2759.92 1229.95 2725.54 1270.64 2741.68 c
-f*
-0.549 g
-1270.64 2741.95 m
-1312.45 2758.67 1313.84 2757.27 1341.72 2817.9 c
-1364.02 2864.58 1375.17 2888.28 1374.47 2959.35 c
-1374.47 3029.03 1351.14 3060.25 1320.12 3098.02 c
-1284.99 3136.67 1243.45 3141.74 1212.25 3136.95 c
-1191.31 3134.32 1172.16 3107.1 1154.26 3078.28 c
-1139.41 3057.8 1129.01 3027.43 1128.32 2995.05 c
-1126.38 2912.98 1134.76 2881.15 1153.58 2825.56 c
-1175.72 2760.06 1230.22 2725.92 1270.64 2741.95 c
-f*
-0.58 g
-1270.64 2742.21 m
-1312.17 2758.83 1313.56 2757.44 1341.25 2817.66 c
-1363.4 2864.04 1374.47 2887.57 1373.78 2958.17 c
-1373.78 3027.39 1350.25 3059.96 1319.79 3095.91 c
-1284.12 3133.37 1244.64 3139.02 1213.68 3134.43 c
-1192.29 3131.85 1174.22 3103.93 1156.04 3076.41 c
-1140.39 3056.58 1129.63 3026.19 1128.94 2993.66 c
-1127.05 2912.17 1135.67 2880.46 1154.36 2825.27 c
-1176.32 2760.21 1230.5 2726.29 1270.64 2742.21 c
-f*
-0.612 g
-1270.65 2742.48 m
-1311.9 2758.98 1313.27 2757.6 1340.78 2817.42 c
-1362.78 2863.49 1373.78 2886.86 1373.09 2956.99 c
-1373.09 3025.75 1349.36 3059.66 1319.46 3093.81 c
-1283.25 3130.07 1245.83 3136.31 1215.11 3131.91 c
-1193.28 3129.38 1176.27 3100.76 1157.82 3074.53 c
-1141.36 3055.36 1130.25 3024.94 1129.57 2992.28 c
-1127.72 2911.37 1136.58 2879.77 1155.14 2824.98 c
-1176.92 2760.36 1230.77 2726.66 1270.65 2742.48 c
-f*
-0.639 g
-1270.65 2742.75 m
-1311.62 2759.14 1312.99 2757.77 1340.31 2817.18 c
-1362.16 2862.94 1373.09 2886.16 1372.4 2955.81 c
-1372.4 3024.1 1348.47 3059.37 1319.13 3091.71 c
-1282.38 3126.77 1247.01 3133.59 1216.53 3129.38 c
-1194.26 3126.9 1178.32 3097.59 1159.6 3072.66 c
-1142.33 3054.14 1130.87 3023.7 1130.19 2990.89 c
-1128.39 2910.56 1137.48 2879.08 1155.92 2824.69 c
-1177.52 2760.5 1231.04 2727.04 1270.65 2742.75 c
-f*
-0.671 g
-1270.65 2743.01 m
-1311.35 2759.29 1312.7 2757.93 1339.84 2816.94 c
-1361.54 2862.39 1372.39 2885.45 1371.71 2954.63 c
-1371.71 3022.46 1347.58 3059.07 1318.81 3089.61 c
-1281.51 3123.47 1248.2 3130.87 1217.96 3126.86 c
-1195.25 3124.43 1180.37 3094.43 1161.38 3070.78 c
-1143.31 3052.92 1131.49 3022.45 1130.82 2989.51 c
-1129.06 2909.76 1138.39 2878.39 1156.7 2824.4 c
-1178.12 2760.65 1231.31 2727.41 1270.65 2743.01 c
-f*
-0.702 g
-1270.66 2743.28 m
-1311.07 2759.45 1312.42 2758.1 1339.36 2816.71 c
-1360.92 2861.84 1371.7 2884.74 1371.03 2953.45 c
-1371.03 3020.81 1346.69 3058.78 1318.48 3087.5 c
-1280.64 3120.17 1249.39 3128.15 1219.39 3124.34 c
-1196.23 3121.95 1182.42 3091.26 1163.16 3068.91 c
-1144.28 3051.7 1132.12 3021.21 1131.45 2988.12 c
-1129.73 2908.95 1139.3 2877.7 1157.49 2824.11 c
-1178.72 2760.8 1231.58 2727.79 1270.66 2743.28 c
-f*
-0.729 g
-1270.66 2743.55 m
-1310.79 2759.61 1312.14 2758.27 1338.89 2816.47 c
-1360.3 2861.29 1371.01 2884.04 1370.34 2952.28 c
-1370.34 3019.17 1345.8 3058.48 1318.15 3085.4 c
-1279.77 3116.88 1250.58 3125.44 1220.82 3121.81 c
-1197.21 3119.48 1184.47 3088.09 1164.95 3067.04 c
-1145.25 3050.48 1132.74 3019.97 1132.07 2986.74 c
-1130.41 2908.14 1140.2 2877 1158.27 2823.83 c
-1179.33 2760.94 1231.85 2728.16 1270.66 2743.55 c
-f*
-0.761 g
-1270.66 2743.81 m
-1310.52 2759.76 1311.85 2758.43 1338.42 2816.23 c
-1359.68 2860.74 1370.31 2883.33 1369.65 2951.1 c
-1369.65 3017.53 1344.91 3058.18 1317.83 3083.3 c
-1278.9 3113.58 1251.77 3122.72 1222.25 3119.29 c
-1198.2 3117.01 1186.52 3084.93 1166.73 3065.16 c
-1146.23 3049.26 1133.36 3018.72 1132.7 2985.36 c
-1131.08 2907.34 1141.11 2876.31 1159.05 2823.54 c
-1179.93 2761.09 1232.12 2728.53 1270.66 2743.81 c
-f*
-0.792 g
-1270.66 2744.08 m
-1310.24 2759.92 1311.56 2758.59 1337.95 2815.99 c
-1359.06 2860.19 1369.62 2882.63 1368.96 2949.92 c
-1368.96 3015.88 1344.02 3057.89 1317.5 3081.2 c
-1278.03 3110.28 1252.95 3120 1223.67 3116.76 c
-1199.18 3114.53 1188.57 3081.76 1168.51 3063.29 c
-1147.2 3048.04 1133.98 3017.48 1133.32 2983.97 c
-1131.75 2906.53 1142.01 2875.62 1159.83 2823.25 c
-1180.53 2761.23 1232.39 2728.91 1270.66 2744.08 c
-f*
-0.82 g
-1270.66 2744.35 m
-1309.97 2760.07 1311.28 2758.76 1337.48 2815.75 c
-1358.44 2859.64 1368.93 2881.92 1368.27 2948.74 c
-1368.27 3014.24 1343.13 3057.59 1317.17 3079.1 c
-1277.16 3106.98 1254.14 3117.28 1225.1 3114.24 c
-1200.17 3112.06 1190.62 3078.59 1170.29 3061.41 c
-1148.17 3046.82 1134.6 3016.23 1133.95 2982.59 c
-1132.42 2905.73 1142.92 2874.93 1160.61 2822.96 c
-1181.13 2761.38 1232.66 2729.28 1270.66 2744.35 c
-f*
-0.851 g
-1270.67 2744.61 m
-1309.69 2760.23 1311 2758.93 1337.01 2815.51 c
-1357.83 2859.1 1368.24 2881.21 1367.58 2947.56 c
-1367.58 3012.6 1342.24 3057.3 1316.84 3076.99 c
-1276.29 3103.68 1255.33 3114.57 1226.53 3111.72 c
-1201.15 3109.59 1192.68 3075.43 1172.07 3059.54 c
-1149.15 3045.6 1135.22 3014.99 1134.57 2981.2 c
-1133.09 2904.92 1143.83 2874.24 1161.39 2822.67 c
-1181.73 2761.53 1232.94 2729.65 1270.67 2744.61 c
-f*
-0.882 g
-1270.67 2744.88 m
-1309.41 2760.39 1310.71 2759.09 1336.54 2815.27 c
-1357.21 2858.55 1367.54 2880.51 1366.89 2946.38 c
-1366.89 3010.95 1341.35 3057 1316.52 3074.89 c
-1275.41 3100.38 1256.52 3111.85 1227.96 3109.19 c
-1202.13 3107.11 1194.73 3072.26 1173.85 3057.67 c
-1150.12 3044.39 1135.84 3013.75 1135.2 2979.82 c
-1133.76 2904.11 1144.73 2873.55 1162.17 2822.38 c
-1182.33 2761.67 1233.21 2730.03 1270.67 2744.88 c
-f*
-0.91 g
-1270.67 2745.15 m
-1309.14 2760.54 1310.42 2759.26 1336.07 2815.04 c
-1356.59 2858 1366.85 2879.8 1366.21 2945.2 c
-1366.21 3009.31 1340.46 3056.71 1316.19 3072.79 c
-1274.54 3097.08 1257.71 3109.13 1229.39 3106.67 c
-1203.12 3104.64 1196.78 3069.09 1175.64 3055.79 c
-1151.09 3043.17 1136.46 3012.5 1135.82 2978.43 c
-1134.43 2903.31 1145.64 2872.85 1162.96 2822.09 c
-1182.94 2761.82 1233.48 2730.4 1270.67 2745.15 c
-f*
-0.941 g
-1270.68 2745.42 m
-1308.86 2760.7 1310.14 2759.42 1335.6 2814.8 c
-1355.97 2857.45 1366.16 2879.09 1365.52 2944.02 c
-1365.52 3007.67 1339.57 3056.41 1315.86 3070.69 c
-1273.67 3093.78 1258.89 3106.41 1230.81 3104.15 c
-1204.1 3102.17 1198.83 3065.92 1177.42 3053.92 c
-1152.06 3041.95 1137.08 3011.26 1136.45 2977.05 c
-1135.1 2902.5 1146.55 2872.16 1163.74 2821.8 c
-1183.54 2761.97 1233.75 2730.77 1270.68 2745.42 c
-f*
-0.973 g
-1270.68 2745.68 m
-1308.59 2760.85 1309.86 2759.58 1335.13 2814.56 c
-1355.35 2856.9 1365.46 2878.39 1364.83 2942.84 c
-1364.83 3006.02 1338.68 3056.12 1315.54 3068.58 c
-1272.8 3090.48 1260.08 3103.7 1232.24 3101.62 c
-1205.09 3099.69 1200.88 3062.76 1179.2 3052.04 c
-1153.04 3040.73 1137.7 3010.01 1137.07 2975.66 c
-1135.77 2901.7 1147.45 2871.47 1164.52 2821.51 c
-1184.14 2762.11 1234.02 2731.15 1270.68 2745.68 c
-f*
-1 g
-1270.68 2745.95 m
-1308.31 2761.01 1309.57 2759.75 1334.66 2814.32 c
-1354.73 2856.35 1364.77 2877.68 1364.14 2941.66 c
-1364.14 3004.38 1337.79 3055.82 1315.21 3066.48 c
-1271.93 3087.18 1261.27 3100.98 1233.67 3099.1 c
-1206.07 3097.22 1202.93 3059.59 1180.98 3050.17 c
-1154.01 3039.51 1138.32 3008.77 1137.7 2974.28 c
-1136.44 2900.89 1148.36 2870.78 1165.3 2821.22 c
-1184.74 2762.26 1234.29 2731.52 1270.68 2745.95 c
-f*
-0 g
-1230.31 3033.65 m
-1251.91 3033.65 1279.27 3019.25 1292.23 2999.81 c
-1305.91 2980.37 1315.99 2953.01 1315.99 2922.05 c
-1315.99 2875.97 1310.95 2824.85 1283.59 2809.01 c
-1274.95 2803.97 1256.23 2799.65 1245.43 2799.65 c
-1220.95 2799.65 1218.79 2815.49 1195.75 2839.25 c
-1187.83 2847.89 1164.07 2889.65 1164.07 2924.21 c
-1164.07 2945.81 1159.03 2976.77 1177.75 3004.13 c
-1190.71 3024.29 1207.27 3033.65 1230.31 3033.65 c
-f*
-1224.55 2995.02 m
-1232.99 3008.07 1266.77 3001.92 1279.05 2975.06 c
-1291.34 2948.19 1289.03 2889.84 1280.59 2886.77 c
-1258.33 2879.86 1265.23 2912.11 1246.04 2941.28 c
-1226.85 2968.91 1216.1 2981.96 1224.55 2995.02 c
-f*
-0.027 g
-1225.09 2994.47 m
-1233.42 3007.35 1266.78 3001.28 1278.9 2974.76 c
-1291.03 2948.23 1288.75 2890.62 1280.42 2887.59 c
-1258.44 2880.77 1265.26 2912.61 1246.31 2941.41 c
-1227.36 2968.69 1216.75 2981.58 1225.09 2994.47 c
-f*
-0.059 g
-1225.63 2993.92 m
-1233.86 3006.64 1266.78 3000.64 1278.75 2974.46 c
-1290.73 2948.28 1288.48 2891.4 1280.25 2888.41 c
-1258.55 2881.68 1265.28 2913.11 1246.58 2941.54 c
-1227.87 2968.47 1217.4 2981.19 1225.63 2993.92 c
-f*
-0.09 g
-1226.17 2993.37 m
-1234.29 3005.92 1266.78 3000.01 1278.6 2974.17 c
-1290.42 2948.32 1288.2 2892.19 1280.08 2889.23 c
-1258.67 2882.59 1265.31 2913.61 1246.84 2941.67 c
-1228.38 2968.25 1218.04 2980.81 1226.17 2993.37 c
-f*
-0.118 g
-1226.71 2992.82 m
-1234.72 3005.2 1266.79 2999.37 1278.45 2973.87 c
-1290.11 2948.36 1287.92 2892.97 1279.91 2890.05 c
-1258.78 2883.49 1265.33 2914.11 1247.11 2941.8 c
-1228.89 2968.03 1218.69 2980.42 1226.71 2992.82 c
-f*
-0.149 g
-1227.25 2992.27 m
-1235.16 3004.49 1266.8 2998.73 1278.3 2973.57 c
-1289.81 2948.4 1287.64 2893.75 1279.74 2890.87 c
-1258.89 2884.4 1265.35 2914.61 1247.38 2941.93 c
-1229.4 2967.81 1219.34 2980.04 1227.25 2992.27 c
-f*
-0.18 g
-1227.79 2991.71 m
-1235.59 3003.77 1266.8 2998.09 1278.15 2973.27 c
-1289.5 2948.44 1287.37 2894.53 1279.57 2891.7 c
-1259 2885.31 1265.38 2915.11 1247.65 2942.06 c
-1229.92 2967.59 1219.98 2979.65 1227.79 2991.71 c
-f*
-0.208 g
-1228.33 2991.16 m
-1236.02 3003.05 1266.8 2997.45 1278 2972.97 c
-1289.19 2948.49 1287.09 2895.31 1279.4 2892.52 c
-1259.11 2886.22 1265.41 2915.61 1247.92 2942.19 c
-1230.43 2967.37 1220.63 2979.27 1228.33 2991.16 c
-f*
-0.239 g
-1228.87 2990.61 m
-1236.45 3002.34 1266.81 2996.82 1277.85 2972.68 c
-1288.89 2948.53 1286.81 2896.1 1279.23 2893.34 c
-1259.23 2887.13 1265.43 2916.11 1248.18 2942.32 c
-1230.94 2967.15 1221.28 2978.88 1228.87 2990.61 c
-f*
-0.271 g
-1229.41 2990.06 m
-1236.89 3001.62 1266.82 2996.18 1277.7 2972.38 c
-1288.58 2948.57 1286.54 2896.88 1279.06 2894.16 c
-1259.34 2888.04 1265.46 2916.61 1248.45 2942.45 c
-1231.45 2966.93 1221.93 2978.5 1229.41 2990.06 c
-f*
-0.298 g
-1229.95 2989.51 m
-1237.32 3000.91 1266.82 2995.54 1277.55 2972.08 c
-1288.27 2948.62 1286.26 2897.66 1278.89 2894.98 c
-1259.45 2888.95 1265.48 2917.11 1248.72 2942.58 c
-1231.96 2966.71 1222.57 2978.11 1229.95 2989.51 c
-f*
-0.329 g
-1230.49 2988.96 m
-1237.75 3000.19 1266.83 2994.9 1277.39 2971.78 c
-1287.97 2948.66 1285.98 2898.44 1278.72 2895.8 c
-1259.56 2889.85 1265.5 2917.61 1248.99 2942.71 c
-1232.47 2966.49 1223.22 2977.72 1230.49 2988.96 c
-f*
-0.361 g
-1231.03 2988.41 m
-1238.19 2999.47 1266.83 2994.26 1277.24 2971.48 c
-1287.66 2948.7 1285.71 2899.22 1278.55 2896.62 c
-1259.67 2890.76 1265.53 2918.11 1249.26 2942.84 c
-1232.98 2966.27 1223.87 2977.34 1231.03 2988.41 c
-f*
-0.388 g
-1231.57 2987.86 m
-1238.62 2998.76 1266.84 2993.63 1277.09 2971.19 c
-1287.36 2948.74 1285.43 2900.01 1278.38 2897.44 c
-1259.79 2891.67 1265.55 2918.61 1249.52 2942.97 c
-1233.49 2966.05 1224.52 2976.95 1231.57 2987.86 c
-f*
-0.42 g
-1232.11 2987.31 m
-1239.05 2998.04 1266.84 2992.99 1276.94 2970.89 c
-1287.05 2948.78 1285.15 2900.79 1278.21 2898.26 c
-1259.9 2892.58 1265.58 2919.11 1249.79 2943.1 c
-1234 2965.83 1225.17 2976.57 1232.11 2987.31 c
-f*
-0.451 g
-1232.65 2986.76 m
-1239.49 2997.32 1266.84 2992.35 1276.79 2970.59 c
-1286.74 2948.83 1284.88 2901.57 1278.04 2899.09 c
-1260.01 2893.49 1265.61 2919.61 1250.06 2943.23 c
-1234.51 2965.61 1225.81 2976.18 1232.65 2986.76 c
-f*
-0.478 g
-1233.19 2986.2 m
-1239.92 2996.61 1266.85 2991.71 1276.64 2970.29 c
-1286.44 2948.87 1284.6 2902.35 1277.87 2899.91 c
-1260.12 2894.4 1265.63 2920.11 1250.33 2943.36 c
-1235.03 2965.39 1226.46 2975.8 1233.19 2986.2 c
-f*
-0.51 g
-1233.73 2985.65 m
-1240.35 2995.89 1266.85 2991.07 1276.49 2969.99 c
-1286.13 2948.91 1284.32 2903.13 1277.7 2900.73 c
-1260.23 2895.3 1265.65 2920.61 1250.6 2943.49 c
-1235.54 2965.17 1227.11 2975.42 1233.73 2985.65 c
-f*
-0.541 g
-1234.27 2985.1 m
-1240.78 2995.17 1266.86 2990.44 1276.34 2969.7 c
-1285.82 2948.96 1284.04 2903.92 1277.53 2901.55 c
-1260.35 2896.21 1265.68 2921.11 1250.86 2943.62 c
-1236.05 2964.95 1227.75 2975.03 1234.27 2985.1 c
-f*
-0.569 g
-1234.81 2984.55 m
-1241.22 2994.46 1266.86 2989.8 1276.19 2969.4 c
-1285.52 2949 1283.77 2904.7 1277.36 2902.37 c
-1260.46 2897.12 1265.7 2921.61 1251.13 2943.75 c
-1236.56 2964.73 1228.4 2974.65 1234.81 2984.55 c
-f*
-0.6 g
-1235.35 2984 m
-1241.65 2993.74 1266.87 2989.16 1276.04 2969.1 c
-1285.21 2949.04 1283.49 2905.48 1277.19 2903.19 c
-1260.57 2898.03 1265.73 2922.11 1251.4 2943.88 c
-1237.07 2964.51 1229.05 2974.26 1235.35 2984 c
-f*
-0.4 g
-1717.03 2731.25 m
-1825.03 2742.77 1863.19 2784.53 1882.63 2857.25 c
-1899.91 2922.05 1900.63 2994.05 1852.39 3078.29 c
-1807.03 3158.93 1781.11 3171.89 1715.59 3176.93 c
-1614.79 3185.57 1567.27 3115.01 1544.95 3064.61 c
-1521.19 3009.89 1526.23 3017.81 1527.67 2948.69 c
-1529.11 2875.97 1551.43 2845.73 1576.63 2800.37 c
-1601.83 2755.73 1704.79 2730.53 1717.03 2731.25 c
-f*
-0.431 g
-1717.08 2731.66 m
-1824.67 2742.98 1863.26 2785.2 1882.23 2857.35 c
-1899.24 2922.61 1899.14 2994.09 1851.27 3076.35 c
-1806.93 3154.32 1780.33 3167.47 1715.59 3172.47 c
-1615.1 3181.08 1568.9 3113.33 1546.4 3063.73 c
-1523.26 3010.99 1527.47 3016.88 1528.96 2948.59 c
-1530.5 2875.87 1552.13 2845.95 1577.3 2800.58 c
-1602.5 2755.83 1704.84 2730.94 1717.08 2731.66 c
-f*
-0.459 g
-1717.13 2732.08 m
-1824.31 2743.18 1863.33 2785.87 1881.82 2857.46 c
-1898.57 2923.16 1897.65 2994.13 1850.15 3074.41 c
-1806.84 3149.71 1779.55 3163.05 1715.59 3168.01 c
-1615.42 3176.58 1570.53 3111.66 1547.85 3062.85 c
-1525.33 3012.1 1528.72 3015.95 1530.26 2948.48 c
-1531.9 2875.77 1552.83 2846.17 1577.98 2800.78 c
-1603.18 2755.94 1704.9 2731.34 1717.13 2732.08 c
-f*
-0.49 g
-1717.18 2732.49 m
-1823.94 2743.39 1863.4 2786.55 1881.42 2857.56 c
-1897.9 2923.72 1896.16 2994.16 1849.03 3072.48 c
-1806.74 3145.11 1778.78 3158.63 1715.59 3163.55 c
-1615.73 3172.09 1572.16 3109.98 1549.3 3061.97 c
-1527.4 3013.2 1529.96 3015.01 1531.55 2948.38 c
-1533.29 2875.67 1553.53 2846.4 1578.65 2800.99 c
-1603.85 2756.04 1704.95 2731.74 1717.18 2732.49 c
-f*
-0.522 g
-1717.24 2732.91 m
-1823.58 2743.6 1863.47 2787.22 1881.01 2857.66 c
-1897.23 2924.27 1894.68 2994.2 1847.91 3070.54 c
-1806.65 3140.5 1778 3154.21 1715.59 3159.08 c
-1616.04 3167.6 1573.79 3108.31 1550.75 3061.09 c
-1529.48 3014.3 1531.2 3014.08 1532.85 2948.28 c
-1534.68 2875.57 1554.24 2846.62 1579.32 2801.2 c
-1604.52 2756.14 1705 2732.15 1717.24 2732.91 c
-f*
-0.549 g
-1717.29 2733.32 m
-1823.22 2743.8 1863.54 2787.89 1880.61 2857.77 c
-1896.56 2924.83 1893.19 2994.24 1846.79 3068.6 c
-1806.55 3135.89 1777.22 3149.78 1715.59 3154.62 c
-1616.35 3163.11 1575.43 3106.63 1552.2 3060.21 c
-1531.55 3015.41 1532.45 3013.15 1534.14 2948.17 c
-1536.08 2875.47 1554.94 2846.84 1579.99 2801.41 c
-1605.2 2756.25 1705.05 2732.55 1717.29 2733.32 c
-f*
-0.58 g
-1717.34 2733.74 m
-1822.86 2744.01 1863.61 2788.56 1880.2 2857.87 c
-1895.89 2925.38 1891.7 2994.27 1845.67 3066.66 c
-1806.45 3131.28 1776.45 3145.36 1715.59 3150.16 c
-1616.67 3158.61 1577.06 3104.95 1553.65 3059.33 c
-1533.62 3016.51 1533.69 3012.22 1535.44 2948.07 c
-1537.47 2875.37 1555.64 2847.07 1580.67 2801.61 c
-1605.87 2756.35 1705.1 2732.96 1717.34 2733.74 c
-f*
-0.612 g
-1717.39 2734.15 m
-1822.49 2744.22 1863.68 2789.23 1879.8 2857.97 c
-1895.22 2925.94 1890.21 2994.31 1844.55 3064.72 c
-1806.36 3126.67 1775.67 3140.94 1715.59 3145.7 c
-1616.98 3154.12 1578.69 3103.28 1555.1 3058.45 c
-1535.69 3017.61 1534.93 3011.29 1536.73 2947.97 c
-1538.86 2875.27 1556.34 2847.29 1581.34 2801.82 c
-1606.54 2756.45 1705.16 2733.37 1717.39 2734.15 c
-f*
-0.639 g
-1717.44 2734.57 m
-1822.13 2744.43 1863.75 2789.91 1879.39 2858.08 c
-1894.55 2926.49 1888.72 2994.35 1843.43 3062.79 c
-1806.26 3122.07 1774.89 3136.52 1715.59 3141.24 c
-1617.29 3149.63 1580.32 3101.6 1556.55 3057.57 c
-1537.76 3018.71 1536.17 3010.35 1538.03 2947.86 c
-1540.26 2875.17 1557.04 2847.51 1582.01 2802.03 c
-1607.21 2756.56 1705.21 2733.77 1717.44 2734.57 c
-f*
-0.671 g
-1717.49 2734.98 m
-1821.77 2744.63 1863.82 2790.58 1878.99 2858.18 c
-1893.88 2927.05 1887.23 2994.39 1842.31 3060.85 c
-1806.17 3117.46 1774.11 3132.1 1715.59 3136.78 c
-1617.6 3145.13 1581.95 3099.93 1558 3056.69 c
-1539.83 3019.82 1537.42 3009.42 1539.32 2947.76 c
-1541.65 2875.07 1557.74 2847.73 1582.69 2802.23 c
-1607.89 2756.66 1705.26 2734.18 1717.49 2734.98 c
-f*
-0.702 g
-1717.55 2735.39 m
-1821.41 2744.84 1863.89 2791.25 1878.58 2858.28 c
-1893.21 2927.6 1885.74 2994.43 1841.2 3058.91 c
-1806.07 3112.85 1773.33 3127.68 1715.59 3132.32 c
-1617.92 3140.64 1583.58 3098.25 1559.45 3055.81 c
-1541.9 3020.92 1538.66 3008.49 1540.61 2947.66 c
-1543.05 2874.97 1558.45 2847.96 1583.36 2802.44 c
-1608.56 2756.77 1705.31 2734.58 1717.55 2735.39 c
-f*
-0.729 g
-1717.6 2735.81 m
-1821.04 2745.05 1863.97 2791.92 1878.18 2858.39 c
-1892.54 2928.16 1884.26 2994.46 1840.08 3056.97 c
-1805.97 3108.24 1772.56 3123.26 1715.59 3127.85 c
-1618.23 3136.15 1585.21 3096.57 1560.9 3054.92 c
-1543.98 3022.02 1539.9 3007.56 1541.91 2947.55 c
-1544.44 2874.87 1559.15 2848.18 1584.03 2802.65 c
-1609.23 2756.87 1705.37 2734.99 1717.6 2735.81 c
-f*
-0.761 g
-1717.65 2736.22 m
-1820.68 2745.25 1864.04 2792.59 1877.78 2858.49 c
-1891.87 2928.72 1882.77 2994.5 1838.96 3055.03 c
-1805.88 3103.63 1771.78 3118.84 1715.59 3123.39 c
-1618.54 3131.65 1586.84 3094.9 1562.35 3054.04 c
-1546.05 3023.13 1541.15 3006.63 1543.2 2947.45 c
-1545.83 2874.77 1559.85 2848.4 1584.71 2802.85 c
-1609.91 2756.97 1705.42 2735.39 1717.65 2736.22 c
-f*
-0.792 g
-1717.7 2736.64 m
-1820.32 2745.46 1864.11 2793.27 1877.37 2858.6 c
-1891.2 2929.27 1881.28 2994.54 1837.84 3053.1 c
-1805.78 3099.03 1771 3114.42 1715.59 3118.93 c
-1618.85 3127.16 1588.47 3093.22 1563.8 3053.16 c
-1548.12 3024.23 1542.39 3005.69 1544.5 2947.34 c
-1547.23 2874.67 1560.55 2848.62 1585.38 2803.06 c
-1610.58 2757.08 1705.47 2735.79 1717.7 2736.64 c
-f*
-0.82 g
-1717.75 2737.05 m
-1819.95 2745.67 1864.18 2793.94 1876.97 2858.7 c
-1890.53 2929.83 1879.79 2994.58 1836.72 3051.16 c
-1805.69 3094.42 1770.22 3110 1715.59 3114.47 c
-1619.17 3122.67 1590.1 3091.55 1565.25 3052.28 c
-1550.19 3025.33 1543.63 3004.76 1545.79 2947.24 c
-1548.62 2874.57 1561.25 2848.84 1586.05 2803.27 c
-1611.25 2757.18 1705.53 2736.2 1717.75 2737.05 c
-f*
-0.851 g
-1717.8 2737.47 m
-1819.59 2745.88 1864.25 2794.61 1876.56 2858.8 c
-1889.86 2930.38 1878.3 2994.61 1835.6 3049.22 c
-1805.59 3089.81 1769.45 3105.57 1715.59 3110.01 c
-1619.48 3118.18 1591.73 3089.87 1566.7 3051.4 c
-1552.26 3026.43 1544.87 3003.83 1547.09 2947.14 c
-1550.01 2874.47 1561.95 2849.07 1586.73 2803.47 c
-1611.93 2757.28 1705.58 2736.61 1717.8 2737.47 c
-f*
-0.882 g
-1717.85 2737.88 m
-1819.23 2746.08 1864.32 2795.28 1876.16 2858.91 c
-1889.19 2930.94 1876.81 2994.65 1834.48 3047.28 c
-1805.49 3085.2 1768.67 3101.15 1715.59 3105.55 c
-1619.79 3113.68 1593.37 3088.19 1568.15 3050.52 c
-1554.33 3027.54 1546.12 3002.9 1548.38 2947.03 c
-1551.41 2874.37 1562.65 2849.29 1587.4 2803.68 c
-1612.6 2757.39 1705.63 2737.01 1717.85 2737.88 c
-f*
-0.91 g
-1717.91 2738.3 m
-1818.87 2746.29 1864.39 2795.95 1875.75 2859.01 c
-1888.52 2931.49 1875.33 2994.69 1833.36 3045.34 c
-1805.4 3080.59 1767.89 3096.73 1715.59 3101.08 c
-1620.1 3109.19 1595 3086.52 1569.6 3049.64 c
-1556.41 3028.64 1547.36 3001.97 1549.68 2946.93 c
-1552.8 2874.27 1563.36 2849.51 1588.07 2803.89 c
-1613.27 2757.49 1705.68 2737.42 1717.91 2738.3 c
-f*
-0.941 g
-1717.96 2738.71 m
-1818.5 2746.5 1864.46 2796.63 1875.35 2859.11 c
-1887.85 2932.05 1873.84 2994.73 1832.24 3043.41 c
-1805.3 3075.99 1767.12 3092.31 1715.59 3096.62 c
-1620.42 3104.7 1596.63 3084.84 1571.05 3048.76 c
-1558.48 3029.74 1548.6 3001.03 1550.97 2946.83 c
-1554.19 2874.17 1564.06 2849.74 1588.74 2804.1 c
-1613.94 2757.59 1705.74 2737.82 1717.96 2738.71 c
-f*
-0.973 g
-1718.01 2739.13 m
-1818.14 2746.7 1864.53 2797.3 1874.94 2859.22 c
-1887.18 2932.6 1872.35 2994.76 1831.12 3041.47 c
-1805.21 3071.38 1766.34 3087.89 1715.59 3092.16 c
-1620.73 3100.2 1598.26 3083.17 1572.5 3047.88 c
-1560.55 3030.85 1549.85 3000.1 1552.27 2946.72 c
-1555.59 2874.07 1564.76 2849.96 1589.42 2804.3 c
-1614.62 2757.7 1705.79 2738.23 1718.01 2739.13 c
-f*
-1 g
-1718.06 2739.54 m
-1817.78 2746.91 1864.6 2797.97 1874.54 2859.32 c
-1886.51 2933.16 1870.86 2994.8 1830 3039.53 c
-1805.11 3066.77 1765.56 3083.47 1715.59 3087.7 c
-1621.04 3095.71 1599.89 3081.49 1573.95 3047 c
-1562.62 3031.95 1551.09 2999.17 1553.56 2946.62 c
-1556.98 2873.97 1565.46 2850.18 1590.09 2804.51 c
-1615.29 2757.8 1705.84 2738.63 1718.06 2739.54 c
-f*
-0 g
-1708.39 3036.53 m
-1762.39 3036.53 1794.07 2988.29 1804.87 2926.37 c
-1809.19 2898.29 1802.71 2865.89 1785.43 2843.57 c
-1765.99 2817.65 1731.43 2801.81 1703.35 2801.81 c
-1676.71 2801.81 1646.47 2797.49 1630.63 2819.09 c
-1614.79 2841.41 1611.19 2891.09 1611.19 2926.37 c
-1611.19 2965.97 1622.71 2994.05 1642.87 3016.37 c
-1657.99 3032.93 1685.35 3036.53 1708.39 3036.53 c
-f*
-1711.84 3014.31 m
-1721.64 3020.84 1737.96 3014.31 1756.73 2993.09 c
-1777.12 2970.24 1786.1 2952.29 1761.62 2939.24 c
-1742.85 2929.44 1737.14 2958.82 1725.72 2971.06 c
-1707.77 2990.64 1692.26 3001.25 1711.84 3014.31 c
-f*
-0.027 g
-1712.24 3013.72 m
-1721.84 3020.21 1737.97 3013.72 1756.46 2992.82 c
-1776.55 2970.31 1785.11 2952.62 1761.28 2939.77 c
-1742.9 2930 1737.25 2959.06 1726.03 2971.11 c
-1708.34 2990.38 1693.06 3000.77 1712.24 3013.72 c
-f*
-0.059 g
-1712.64 3013.14 m
-1722.03 3019.59 1737.98 3013.14 1756.2 2992.55 c
-1775.98 2970.37 1784.12 2952.96 1760.94 2940.3 c
-1742.96 2930.56 1737.36 2959.29 1726.33 2971.17 c
-1708.92 2990.11 1693.87 3000.29 1712.64 3013.14 c
-f*
-0.09 g
-1713.04 3012.55 m
-1722.23 3018.96 1737.99 3012.55 1755.93 2992.28 c
-1775.41 2970.44 1783.13 2953.29 1760.6 2940.82 c
-1743.01 2931.11 1737.47 2959.53 1726.64 2971.22 c
-1709.49 2989.85 1694.67 2999.81 1713.04 3012.55 c
-f*
-0.118 g
-1713.44 3011.96 m
-1722.42 3018.34 1738 3011.96 1755.66 2992 c
-1774.84 2970.51 1782.14 2953.63 1760.26 2941.35 c
-1743.06 2931.67 1737.58 2959.77 1726.95 2971.28 c
-1710.06 2989.58 1695.48 2999.34 1713.44 3011.96 c
-f*
-0.149 g
-1713.83 3011.38 m
-1722.62 3017.71 1738.01 3011.38 1755.39 2991.73 c
-1774.27 2970.58 1781.15 2953.96 1759.92 2941.88 c
-1743.12 2932.23 1737.69 2960 1727.26 2971.33 c
-1710.64 2989.32 1696.28 2998.86 1713.83 3011.38 c
-f*
-0.18 g
-1714.23 3010.79 m
-1722.82 3017.08 1738.03 3010.79 1755.12 2991.46 c
-1773.7 2970.64 1780.16 2954.29 1759.58 2942.41 c
-1743.17 2932.79 1737.8 2960.24 1727.57 2971.39 c
-1711.21 2989.06 1697.08 2998.38 1714.23 3010.79 c
-f*
-0.208 g
-1714.63 3010.2 m
-1723.01 3016.46 1738.04 3010.2 1754.86 2991.19 c
-1773.13 2970.71 1779.17 2954.63 1759.24 2942.93 c
-1743.22 2933.35 1737.91 2960.48 1727.87 2971.45 c
-1711.78 2988.79 1697.89 2997.9 1714.63 3010.2 c
-f*
-0.239 g
-1715.03 3009.62 m
-1723.21 3015.83 1738.05 3009.62 1754.59 2990.92 c
-1772.56 2970.78 1778.18 2954.96 1758.9 2943.46 c
-1743.28 2933.9 1738.02 2960.72 1728.18 2971.5 c
-1712.36 2988.53 1698.69 2997.42 1715.03 3009.62 c
-f*
-0.271 g
-1715.43 3009.03 m
-1723.4 3015.21 1738.06 3009.03 1754.32 2990.65 c
-1771.99 2970.85 1777.19 2955.3 1758.56 2943.99 c
-1743.33 2934.46 1738.13 2960.95 1728.49 2971.55 c
-1712.93 2988.26 1699.5 2996.94 1715.43 3009.03 c
-f*
-0.298 g
-1715.83 3008.44 m
-1723.6 3014.58 1738.07 3008.44 1754.06 2990.37 c
-1771.42 2970.91 1776.2 2955.63 1758.22 2944.52 c
-1743.39 2935.02 1738.24 2961.19 1728.8 2971.61 c
-1713.5 2988 1700.3 2996.46 1715.83 3008.44 c
-f*
-0.329 g
-1716.23 3007.86 m
-1723.8 3013.95 1738.08 3007.86 1753.79 2990.1 c
-1770.85 2970.98 1775.21 2955.96 1757.88 2945.04 c
-1743.44 2935.58 1738.34 2961.43 1729.1 2971.67 c
-1714.08 2987.74 1701.1 2995.99 1716.23 3007.86 c
-f*
-0.361 g
-1716.63 3007.27 m
-1723.99 3013.33 1738.09 3007.27 1753.52 2989.83 c
-1770.28 2971.05 1774.22 2956.3 1757.54 2945.57 c
-1743.49 2936.14 1738.45 2961.66 1729.41 2971.72 c
-1714.65 2987.47 1701.91 2995.51 1716.63 3007.27 c
-f*
-0.388 g
-1717.03 3006.69 m
-1724.19 3012.7 1738.1 3006.69 1753.25 2989.56 c
-1769.71 2971.12 1773.23 2956.63 1757.2 2946.1 c
-1743.55 2936.69 1738.56 2961.9 1729.72 2971.77 c
-1715.23 2987.21 1702.71 2995.03 1717.03 3006.69 c
-f*
-0.42 g
-1717.43 3006.1 m
-1724.38 3012.08 1738.11 3006.1 1752.99 2989.29 c
-1769.14 2971.18 1772.24 2956.97 1756.86 2946.63 c
-1743.6 2937.25 1738.67 2962.14 1730.03 2971.83 c
-1715.8 2986.94 1703.52 2994.55 1717.43 3006.1 c
-f*
-0.451 g
-1717.83 3005.51 m
-1724.58 3011.45 1738.12 3005.51 1752.72 2989.02 c
-1768.57 2971.25 1771.25 2957.3 1756.52 2947.15 c
-1743.65 2937.81 1738.78 2962.37 1730.33 2971.89 c
-1716.37 2986.68 1704.32 2994.07 1717.83 3005.51 c
-f*
-0.478 g
-1718.22 3004.93 m
-1724.78 3010.82 1738.14 3004.93 1752.45 2988.75 c
-1768 2971.32 1770.26 2957.63 1756.18 2947.68 c
-1743.71 2938.37 1738.89 2962.61 1730.64 2971.94 c
-1716.95 2986.42 1705.12 2993.59 1718.22 3004.93 c
-f*
-0.51 g
-1718.62 3004.34 m
-1724.97 3010.2 1738.15 3004.34 1752.18 2988.47 c
-1767.43 2971.39 1769.27 2957.97 1755.84 2948.21 c
-1743.76 2938.93 1739 2962.85 1730.95 2971.99 c
-1717.52 2986.15 1705.93 2993.12 1718.62 3004.34 c
-f*
-0.541 g
-1719.02 3003.75 m
-1725.17 3009.57 1738.16 3003.75 1751.91 2988.2 c
-1766.86 2971.46 1768.28 2958.3 1755.5 2948.74 c
-1743.81 2939.48 1739.11 2963.09 1731.26 2972.05 c
-1718.09 2985.89 1706.73 2992.64 1719.02 3003.75 c
-f*
-0.569 g
-1719.42 3003.17 m
-1725.36 3008.95 1738.17 3003.17 1751.65 2987.93 c
-1766.29 2971.52 1767.29 2958.64 1755.16 2949.26 c
-1743.87 2940.04 1739.22 2963.32 1731.56 2972.11 c
-1718.67 2985.62 1707.54 2992.16 1719.42 3003.17 c
-f*
-0.6 g
-1719.82 3002.58 m
-1725.56 3008.32 1738.18 3002.58 1751.38 2987.66 c
-1765.72 2971.59 1766.3 2958.97 1754.82 2949.79 c
-1743.92 2940.6 1739.33 2963.56 1731.87 2972.16 c
-1719.24 2985.36 1708.34 2991.68 1719.82 3002.58 c
-f*
-0.4 g
-1385.83 2398.61 m
-1292.23 2395.01 1143.91 2657.09 1140.31 2548.37 c
-1137.43 2456.21 1142.47 2457.65 1142.47 2368.37 c
-1142.47 2308.61 1115.11 2304.29 1056.07 2214.29 c
-1025.83 2166.77 1002.07 2115.65 983.349 2063.81 c
-971.829 2032.85 961.029 2000.45 952.389 1968.77 c
-948.789 1952.93 942.309 1936.37 938.709 1920.53 c
-909.189 1811.81 804.069 1677.89 779.589 1569.17 c
-755.109 1461.17 726.309 1392.05 729.909 1247.33 c
-733.509 1102.61 734.949 1144.37 778.869 1108.37 c
-822.069 1072.37 866.709 1038.53 935.109 978.051 c
-1007.11 915.411 1156.87 805.971 1177.03 772.131 c
-1198.63 737.571 1197.91 659.811 1184.95 634.611 c
-1171.99 610.131 1058.95 596.451 1059.67 596.451 c
-1058.95 596.451 1158.31 459.651 1177.75 440.211 c
-1196.47 421.491 1277.11 331.491 1605.43 392.691 c
-1790.47 427.251 1933.75 530.931 2037.43 631.011 c
-2171.35 761.331 2103.67 798.771 2120.95 864.291 c
-2146.15 958.611 2228.23 993.891 2246.95 1100.45 c
-2249.11 1115.57 2254.15 1127.09 2267.83 1149.41 c
-2288.71 1181.09 2283.67 1243.73 2283.67 1301.33 c
-2283.67 1451.09 2266.39 1603.73 2231.83 1716.05 c
-2200.15 1821.17 2149.75 1894.61 2106.55 1989.65 c
-2020.15 2179.01 2024.47 2263.97 1947.43 2384.93 c
-1859.59 2524.61 1902.79 2617.49 1786.15 2611.73 c
-1640.71 2603.81 1523.35 2404.37 1385.83 2398.61 c
-f*
-0.431 g
-1385.66 2387.76 m
-1292.85 2384.23 1148.2 2642.88 1143.24 2539.56 c
-1140.08 2452 1144.24 2452.78 1143.54 2367.09 c
-1142.03 2308.39 1114.01 2300.71 1056.28 2212.27 c
-1026.15 2164.64 1003.54 2114.15 986.352 2063.5 c
-976.668 2030.97 970.75 1999.28 962.052 1968.24 c
-957.897 1951.83 947.083 1936.38 940.197 1917.83 c
-907.671 1810.03 804.76 1676.01 780.594 1569.05 c
-755.937 1460.95 726.897 1392.1 730.982 1247.65 c
-734.647 1107.64 734.93 1145.88 778.719 1109.47 c
-821.545 1073.31 867.105 1038.78 935.341 978.457 c
-1007.17 915.973 1157.71 806.297 1177.77 772.573 c
-1199.27 738.131 1199.08 659.391 1186.21 634.331 c
-1173.37 609.955 1060.41 595.593 1061.13 595.593 c
-1060.41 595.593 1159.29 459.925 1178.7 440.512 c
-1197.4 421.818 1277.71 332.431 1605.48 393.477 c
-1790.72 428.025 1936.71 531.003 2036.26 632.032 c
-2164.15 759.652 2097.33 799.772 2114.52 864.958 c
-2139.65 959.114 2227.29 994.555 2245.95 1100.97 c
-2248.11 1116.03 2253.49 1127.5 2267.08 1149.72 c
-2288.04 1181.74 2282.69 1244.19 2282.9 1301.57 c
-2283.56 1451.83 2265.85 1603.91 2231.3 1715.9 c
-2199.6 1820.74 2149.27 1894.08 2106.16 1988.95 c
-2019.91 2178.02 2023.95 2263.11 1946.84 2383.69 c
-1860.97 2519.82 1900.82 2609.53 1786.72 2603.6 c
-1642.95 2595.34 1522.95 2393.44 1385.66 2387.76 c
-f*
-0.459 g
-1385.48 2376.91 m
-1293.47 2373.46 1152.49 2628.66 1146.17 2530.74 c
-1142.73 2447.8 1146.01 2447.9 1144.61 2365.8 c
-1141.6 2308.16 1112.91 2297.13 1056.48 2210.25 c
-1026.47 2162.51 1005.01 2112.65 989.354 2063.19 c
-981.507 2029.1 980.471 1998.12 971.714 1967.71 c
-967.004 1950.73 951.857 1936.38 941.684 1915.12 c
-906.152 1808.24 805.452 1674.13 781.599 1568.93 c
-756.766 1460.73 727.484 1392.15 732.055 1247.97 c
-735.785 1112.68 734.91 1147.39 778.57 1110.58 c
-821.021 1074.25 867.5 1039.04 935.573 978.863 c
-1007.24 916.534 1158.55 806.623 1178.51 773.016 c
-1199.91 738.69 1200.25 658.972 1187.46 634.051 c
-1174.75 609.778 1061.88 594.735 1062.59 594.735 c
-1061.88 594.735 1160.27 460.2 1179.65 440.813 c
-1198.32 422.144 1278.32 333.371 1605.53 394.263 c
-1790.98 428.799 1939.68 531.075 2035.09 633.052 c
-2156.95 757.973 2090.99 800.773 2108.09 865.624 c
-2133.15 959.616 2226.35 995.22 2244.95 1101.49 c
-2247.1 1116.5 2252.83 1127.91 2266.33 1150.03 c
-2287.36 1182.4 2281.71 1244.66 2282.13 1301.82 c
-2283.46 1452.57 2265.32 1604.09 2230.78 1715.75 c
-2199.05 1820.31 2148.78 1893.55 2105.77 1988.26 c
-2019.68 2177.03 2023.43 2262.25 1946.25 2382.45 c
-1862.36 2515.03 1898.86 2601.56 1787.3 2595.47 c
-1645.2 2586.87 1522.56 2382.51 1385.48 2376.91 c
-f*
-0.49 g
-1385.31 2366.06 m
-1294.09 2362.68 1156.78 2614.45 1149.09 2521.93 c
-1145.38 2443.59 1147.78 2443.03 1145.68 2364.52 c
-1141.16 2307.94 1111.81 2293.56 1056.69 2208.23 c
-1026.78 2160.38 1006.48 2111.15 992.357 2062.89 c
-986.346 2027.22 990.192 1996.95 981.377 1967.18 c
-976.112 1949.62 956.631 1936.39 943.172 1912.42 c
-904.634 1806.46 806.143 1672.25 782.604 1568.8 c
-757.594 1460.51 728.072 1392.2 733.127 1248.28 c
-736.923 1117.71 734.89 1148.9 778.42 1111.68 c
-820.497 1075.2 867.896 1039.29 935.805 979.269 c
-1007.3 917.096 1159.39 806.949 1179.25 773.458 c
-1200.56 739.25 1201.42 658.552 1188.72 633.771 c
-1176.13 609.602 1063.34 593.877 1064.06 593.877 c
-1063.34 593.877 1161.24 460.474 1180.6 441.114 c
-1199.24 422.471 1278.92 334.311 1605.58 395.049 c
-1791.23 429.573 1942.64 531.147 2033.92 634.072 c
-2149.75 756.295 2084.66 801.775 2101.66 866.291 c
-2126.65 960.119 2225.41 995.884 2243.95 1102.01 c
-2246.1 1116.96 2252.17 1128.33 2265.58 1150.35 c
-2286.69 1183.05 2280.73 1245.12 2281.36 1302.06 c
-2283.35 1453.31 2264.78 1604.27 2230.25 1715.61 c
-2198.49 1819.88 2148.3 1893.01 2105.38 1987.56 c
-2019.44 2176.04 2022.9 2261.38 1945.65 2381.22 c
-1863.74 2510.24 1896.89 2593.6 1787.87 2587.34 c
-1647.44 2578.4 1522.16 2371.59 1385.31 2366.06 c
-f*
-0.522 g
-1385.13 2355.21 m
-1294.71 2351.91 1161.06 2600.23 1152.02 2513.11 c
-1148.04 2439.39 1149.55 2438.16 1146.75 2363.23 c
-1140.72 2307.72 1110.71 2289.98 1056.9 2206.21 c
-1027.1 2158.25 1007.95 2109.65 995.359 2062.58 c
-991.185 2025.34 999.913 1995.78 991.039 1966.66 c
-985.219 1948.52 961.405 1936.4 944.66 1909.72 c
-903.116 1804.67 806.835 1670.36 783.609 1568.68 c
-758.422 1460.29 728.659 1392.25 734.2 1248.6 c
-738.061 1122.74 734.871 1150.41 778.27 1112.78 c
-819.974 1076.14 868.291 1039.54 936.037 979.675 c
-1007.36 917.658 1160.23 807.276 1180 773.9 c
-1201.2 739.81 1202.58 658.133 1189.97 633.491 c
-1177.5 609.425 1064.8 593.019 1065.52 593.019 c
-1064.8 593.019 1162.22 460.749 1181.55 441.415 c
-1200.17 422.797 1279.53 335.25 1605.63 395.835 c
-1791.48 430.347 1945.6 531.219 2032.75 635.093 c
-2142.55 754.616 2078.32 802.776 2095.22 866.957 c
-2120.15 960.621 2224.47 996.549 2242.95 1102.53 c
-2245.09 1117.42 2251.51 1128.74 2264.83 1150.66 c
-2286.02 1183.7 2279.74 1245.58 2280.58 1302.31 c
-2283.25 1454.05 2264.24 1604.45 2229.73 1715.46 c
-2197.94 1819.44 2147.82 1892.48 2104.99 1986.86 c
-2019.21 2175.05 2022.38 2260.52 1945.06 2379.98 c
-1865.13 2505.45 1894.92 2585.64 1788.45 2579.21 c
-1649.68 2569.93 1521.76 2360.66 1385.13 2355.21 c
-f*
-0.549 g
-1384.96 2344.36 m
-1295.33 2341.13 1165.35 2586.02 1154.95 2504.3 c
-1150.69 2435.18 1151.32 2433.28 1147.82 2361.95 c
-1140.29 2307.5 1109.61 2286.4 1057.11 2204.19 c
-1027.42 2156.12 1009.42 2108.15 998.362 2062.27 c
-996.024 2023.47 1009.63 1994.62 1000.7 1966.13 c
-994.327 1947.42 966.179 1936.4 946.147 1907.01 c
-901.597 1802.89 807.526 1668.48 784.613 1568.56 c
-759.25 1460.07 729.247 1392.3 735.273 1248.92 c
-739.199 1127.78 734.851 1151.91 778.121 1113.89 c
-819.45 1077.08 868.687 1039.8 936.269 980.081 c
-1007.43 918.219 1161.06 807.602 1180.74 774.343 c
-1201.84 740.37 1203.75 657.713 1191.23 633.212 c
-1178.88 609.249 1066.27 592.161 1066.98 592.161 c
-1066.27 592.161 1163.2 461.023 1182.5 441.715 c
-1201.1 423.124 1280.13 336.19 1605.68 396.621 c
-1791.73 431.121 1948.57 531.291 2031.58 636.114 c
-2135.35 752.937 2071.98 803.777 2088.79 867.624 c
-2113.65 961.124 2223.53 997.213 2241.95 1103.04 c
-2244.09 1117.88 2250.85 1129.15 2264.08 1150.97 c
-2285.34 1184.36 2278.76 1246.04 2279.81 1302.55 c
-2283.14 1454.79 2263.7 1604.64 2229.2 1715.31 c
-2197.39 1819.01 2147.34 1891.95 2104.6 1986.17 c
-2018.97 2174.06 2021.86 2259.66 1944.47 2378.74 c
-1866.51 2500.66 1892.96 2577.67 1789.02 2571.08 c
-1651.93 2561.46 1521.37 2349.73 1384.96 2344.36 c
-f*
-0.58 g
-1384.79 2333.51 m
-1295.94 2330.36 1169.64 2571.8 1157.87 2495.49 c
-1153.34 2430.97 1153.09 2428.41 1148.88 2360.66 c
-1139.85 2307.27 1108.51 2282.82 1057.31 2202.17 c
-1027.74 2153.99 1010.9 2106.65 1001.36 2061.96 c
-1000.86 2021.59 1019.36 1993.45 1010.36 1965.6 c
-1003.43 1946.32 970.953 1936.41 947.635 1904.31 c
-900.079 1801.1 808.217 1666.6 785.618 1568.44 c
-760.079 1459.85 729.834 1392.35 736.346 1249.24 c
-740.337 1132.81 734.832 1153.42 777.971 1114.99 c
-818.926 1078.02 869.083 1040.05 936.501 980.487 c
-1007.49 918.781 1161.9 807.928 1181.48 774.785 c
-1202.48 740.929 1204.92 657.294 1192.49 632.932 c
-1180.26 609.072 1067.73 591.303 1068.45 591.303 c
-1067.73 591.303 1164.18 461.297 1183.45 442.016 c
-1202.02 423.45 1280.74 337.13 1605.74 397.407 c
-1791.99 431.894 1951.53 531.362 2030.41 637.134 c
-2128.15 751.258 2065.64 804.778 2082.36 868.291 c
-2107.14 961.627 2222.59 997.878 2240.94 1103.56 c
-2243.09 1118.35 2250.18 1129.56 2263.33 1151.28 c
-2284.67 1185.01 2277.78 1246.51 2279.04 1302.79 c
-2283.03 1455.53 2263.16 1604.82 2228.68 1715.16 c
-2196.84 1818.58 2146.85 1891.42 2104.22 1985.47 c
-2018.73 2173.06 2021.34 2258.8 1943.88 2377.51 c
-1867.89 2495.87 1890.99 2569.71 1789.59 2562.95 c
-1654.17 2552.99 1520.97 2338.8 1384.79 2333.51 c
-f*
-0.612 g
-1384.61 2322.66 m
-1296.56 2319.58 1173.93 2557.59 1160.8 2486.67 c
-1155.99 2426.77 1154.86 2423.54 1149.95 2359.38 c
-1139.41 2307.05 1107.41 2279.24 1057.52 2200.15 c
-1028.06 2151.86 1012.37 2105.15 1004.37 2061.65 c
-1005.7 2019.71 1029.08 1992.28 1020.03 1965.07 c
-1012.54 1945.22 975.727 1936.42 949.123 1901.61 c
-898.561 1799.32 808.909 1664.72 786.623 1568.32 c
-760.907 1459.63 730.421 1392.4 737.419 1249.56 c
-741.475 1137.84 734.812 1154.93 777.822 1116.09 c
-818.402 1078.97 869.478 1040.3 936.733 980.893 c
-1007.55 919.343 1162.74 808.254 1182.22 775.227 c
-1203.12 741.489 1206.09 656.875 1193.74 632.652 c
-1181.64 608.896 1069.19 590.445 1069.91 590.445 c
-1069.19 590.445 1165.15 461.572 1184.4 442.317 c
-1202.95 423.777 1281.34 338.07 1605.79 398.193 c
-1792.24 432.668 1954.49 531.434 2029.24 638.154 c
-2120.95 749.579 2059.3 805.779 2075.93 868.957 c
-2100.64 962.129 2221.65 998.542 2239.94 1104.08 c
-2242.08 1118.81 2249.52 1129.98 2262.58 1151.59 c
-2284 1185.66 2276.8 1246.97 2278.27 1303.04 c
-2282.93 1456.27 2262.63 1605 2228.15 1715.01 c
-2196.29 1818.15 2146.37 1890.89 2103.83 1984.77 c
-2018.5 2172.07 2020.82 2257.94 1943.29 2376.27 c
-1869.28 2491.08 1889.02 2561.75 1790.17 2554.82 c
-1656.41 2544.52 1520.57 2327.87 1384.61 2322.66 c
-f*
-0.639 g
-1384.44 2311.81 m
-1297.18 2308.81 1178.22 2543.37 1163.73 2477.86 c
-1158.64 2422.56 1156.63 2418.66 1151.02 2358.09 c
-1138.98 2306.83 1106.31 2275.67 1057.73 2198.13 c
-1028.37 2149.73 1013.84 2103.65 1007.37 2061.35 c
-1010.54 2017.84 1038.8 1991.11 1029.69 1964.54 c
-1021.65 1944.11 980.501 1936.42 950.61 1898.9 c
-897.042 1797.53 809.6 1662.84 787.628 1568.19 c
-761.735 1459.41 731.009 1392.45 738.491 1249.87 c
-742.613 1142.87 734.793 1156.44 777.672 1117.2 c
-817.878 1079.91 869.874 1040.56 936.965 981.299 c
-1007.62 919.905 1163.58 808.58 1182.96 775.67 c
-1203.77 742.049 1207.26 656.455 1195 632.372 c
-1183.02 608.719 1070.66 589.587 1071.37 589.587 c
-1070.66 589.587 1166.13 461.846 1185.35 442.618 c
-1203.87 424.103 1281.95 339.01 1605.84 398.979 c
-1792.49 433.442 1957.46 531.506 2028.07 639.175 c
-2113.75 747.901 2052.97 806.781 2069.5 869.624 c
-2094.14 962.632 2220.71 999.207 2238.94 1104.6 c
-2241.08 1119.27 2248.86 1130.39 2261.83 1151.91 c
-2283.32 1186.32 2275.82 1247.43 2277.5 1303.28 c
-2282.82 1457.01 2262.09 1605.18 2227.63 1714.87 c
-2195.73 1817.72 2145.89 1890.35 2103.44 1984.07 c
-2018.26 2171.08 2020.29 2257.07 1942.69 2375.03 c
-1870.66 2486.29 1887.06 2553.79 1790.74 2546.69 c
-1658.66 2536.05 1520.17 2316.95 1384.44 2311.81 c
-f*
-0.671 g
-1384.26 2300.96 m
-1297.8 2298.03 1182.51 2529.16 1166.66 2469.04 c
-1161.29 2418.36 1158.4 2413.79 1152.09 2356.81 c
-1138.54 2306.61 1105.21 2272.09 1057.93 2196.11 c
-1028.69 2147.6 1015.31 2102.15 1010.37 2061.04 c
-1015.38 2015.96 1048.52 1989.95 1039.35 1964.01 c
-1030.76 1943.01 985.275 1936.43 952.098 1896.2 c
-895.524 1795.75 810.292 1660.96 788.633 1568.07 c
-762.564 1459.19 731.596 1392.5 739.564 1250.19 c
-743.751 1147.91 734.773 1157.95 777.522 1118.3 c
-817.354 1080.85 870.269 1040.81 937.197 981.705 c
-1007.68 920.466 1164.42 808.906 1183.7 776.112 c
-1204.41 742.608 1208.43 656.036 1196.25 632.092 c
-1184.4 608.543 1072.12 588.729 1072.83 588.729 c
-1072.12 588.729 1167.11 462.121 1186.3 442.919 c
-1204.79 424.43 1282.55 339.95 1605.89 399.765 c
-1792.75 434.216 1960.42 531.578 2026.9 640.196 c
-2106.55 746.222 2046.63 807.782 2063.07 870.29 c
-2087.64 963.134 2219.77 999.871 2237.94 1105.12 c
-2240.07 1119.74 2248.2 1130.8 2261.08 1152.22 c
-2282.65 1186.97 2274.84 1247.9 2276.73 1303.53 c
-2282.72 1457.75 2261.55 1605.36 2227.1 1714.72 c
-2195.18 1817.29 2145.4 1889.82 2103.05 1983.38 c
-2018.03 2170.09 2019.77 2256.21 1942.1 2373.79 c
-1872.05 2481.5 1885.09 2545.82 1791.32 2538.56 c
-1660.9 2527.58 1519.78 2306.02 1384.26 2300.96 c
-f*
-0.702 g
-1384.09 2290.11 m
-1298.42 2287.25 1186.8 2514.94 1169.58 2460.23 c
-1163.95 2414.15 1160.17 2408.92 1153.16 2355.53 c
-1138.11 2306.38 1104.11 2268.51 1058.14 2194.1 c
-1029.01 2145.48 1016.78 2100.65 1013.37 2060.73 c
-1020.22 2014.09 1058.24 1988.78 1049.01 1963.49 c
-1039.86 1941.91 990.05 1936.43 953.586 1893.49 c
-894.006 1793.96 810.983 1659.08 789.638 1567.95 c
-763.392 1458.97 732.184 1392.55 740.637 1250.51 c
-744.889 1152.94 734.754 1159.46 777.373 1119.4 c
-816.831 1081.8 870.665 1041.06 937.43 982.11 c
-1007.74 921.028 1165.26 809.232 1184.45 776.554 c
-1205.05 743.168 1209.6 655.616 1197.51 631.812 c
-1185.77 608.366 1073.58 587.87 1074.3 587.87 c
-1073.58 587.87 1168.09 462.395 1187.26 443.22 c
-1205.72 424.757 1283.15 340.89 1605.94 400.552 c
-1793 434.99 1963.39 531.65 2025.73 641.216 c
-2099.34 744.543 2040.29 808.783 2056.63 870.957 c
-2081.14 963.637 2218.83 1000.54 2236.94 1105.64 c
-2239.07 1120.2 2247.54 1131.21 2260.34 1152.53 c
-2281.98 1187.62 2273.85 1248.36 2275.96 1303.77 c
-2282.61 1458.49 2261.02 1605.54 2226.58 1714.57 c
-2194.63 1816.86 2144.92 1889.29 2102.66 1982.68 c
-2017.79 2169.1 2019.25 2255.35 1941.51 2372.55 c
-1873.43 2476.71 1883.12 2537.86 1791.89 2530.43 c
-1663.14 2519.11 1519.38 2295.09 1384.09 2290.11 c
-f*
-0.729 g
-1383.92 2279.26 m
-1299.04 2276.48 1191.08 2500.73 1172.51 2451.42 c
-1166.6 2409.94 1161.93 2404.04 1154.23 2354.24 c
-1137.67 2306.16 1103.02 2264.93 1058.35 2192.08 c
-1029.33 2143.35 1018.25 2099.16 1016.38 2060.42 c
-1025.06 2012.21 1067.96 1987.61 1058.68 1962.96 c
-1048.97 1940.81 994.824 1936.44 955.073 1890.79 c
-892.487 1792.18 811.674 1657.19 790.643 1567.83 c
-764.22 1458.76 732.772 1392.6 741.71 1250.83 c
-746.027 1157.97 734.734 1160.97 777.223 1120.51 c
-816.307 1082.74 871.061 1041.32 937.662 982.516 c
-1007.81 921.59 1166.1 809.559 1185.19 776.997 c
-1205.69 743.728 1210.76 655.197 1198.77 631.532 c
-1187.15 608.19 1075.05 587.012 1075.76 587.012 c
-1075.05 587.012 1169.06 462.669 1188.21 443.521 c
-1206.65 425.083 1283.76 341.829 1605.99 401.338 c
-1793.25 435.764 1966.35 531.722 2024.56 642.236 c
-2092.14 742.864 2033.95 809.784 2050.2 871.624 c
-2074.64 964.14 2217.88 1001.2 2235.94 1106.16 c
-2238.07 1120.66 2246.88 1131.63 2259.59 1152.84 c
-2281.3 1188.28 2272.87 1248.82 2275.18 1304.01 c
-2282.5 1459.23 2260.48 1605.72 2226.05 1714.42 c
-2194.08 1816.42 2144.44 1888.76 2102.27 1981.98 c
-2017.55 2168.11 2018.73 2254.49 1940.92 2371.32 c
-1874.81 2471.92 1881.16 2529.9 1792.46 2522.29 c
-1665.39 2510.65 1518.98 2284.16 1383.92 2279.26 c
-f*
-0.761 g
-1383.74 2268.41 m
-1299.66 2265.7 1195.37 2486.51 1175.44 2442.6 c
-1169.25 2405.74 1163.7 2399.17 1155.3 2352.96 c
-1137.23 2305.94 1101.92 2261.35 1058.55 2190.06 c
-1029.65 2141.22 1019.72 2097.66 1019.38 2060.11 c
-1029.9 2010.33 1077.68 1986.45 1068.34 1962.43 c
-1058.08 1939.71 999.598 1936.45 956.561 1888.09 c
-890.969 1790.4 812.366 1655.31 791.648 1567.71 c
-765.049 1458.54 733.359 1392.65 742.783 1251.15 c
-747.165 1163.01 734.714 1162.48 777.073 1121.61 c
-815.783 1083.68 871.456 1041.57 937.894 982.922 c
-1007.87 922.151 1166.94 809.885 1185.93 777.439 c
-1206.33 744.287 1211.93 654.777 1200.02 631.252 c
-1188.53 608.014 1076.51 586.154 1077.22 586.154 c
-1076.51 586.154 1170.04 462.944 1189.16 443.822 c
-1207.57 425.41 1284.36 342.769 1606.04 402.124 c
-1793.51 436.538 1969.31 531.794 2023.39 643.257 c
-2084.94 741.185 2027.61 810.785 2043.77 872.29 c
-2068.14 964.642 2216.94 1001.86 2234.94 1106.68 c
-2237.06 1121.13 2246.22 1132.04 2258.84 1153.15 c
-2280.63 1188.93 2271.89 1249.29 2274.41 1304.26 c
-2282.4 1459.97 2259.94 1605.9 2225.52 1714.27 c
-2193.53 1815.99 2143.95 1888.23 2101.88 1981.29 c
-2017.32 2167.12 2018.21 2253.63 1940.33 2370.08 c
-1876.2 2467.13 1879.19 2521.93 1793.04 2514.16 c
-1667.63 2502.18 1518.59 2273.23 1383.74 2268.41 c
-f*
-0.792 g
-1383.57 2257.56 m
-1300.28 2254.93 1199.66 2472.3 1178.37 2433.79 c
-1171.9 2401.53 1165.47 2394.29 1156.37 2351.67 c
-1136.8 2305.72 1100.82 2257.78 1058.76 2188.04 c
-1029.96 2139.09 1021.19 2096.16 1022.38 2059.81 c
-1034.74 2008.46 1087.4 1985.28 1078 1961.9 c
-1067.19 1938.6 1004.37 1936.45 958.048 1885.38 c
-889.45 1788.61 813.057 1653.43 792.653 1567.58 c
-765.877 1458.32 733.947 1392.7 743.855 1251.46 c
-748.303 1168.04 734.695 1163.99 776.924 1122.72 c
-815.259 1084.62 871.852 1041.83 938.126 983.328 c
-1007.93 922.713 1167.78 810.211 1186.67 777.882 c
-1206.98 744.847 1213.1 654.357 1201.28 630.972 c
-1189.91 607.837 1077.98 585.296 1078.68 585.296 c
-1077.98 585.296 1171.02 463.218 1190.11 444.123 c
-1208.5 425.736 1284.97 343.709 1606.09 402.91 c
-1793.76 437.312 1972.28 531.866 2022.22 644.277 c
-2077.74 739.507 2021.28 811.787 2037.34 872.957 c
-2061.64 965.145 2216 1002.53 2233.94 1107.2 c
-2236.06 1121.59 2245.56 1132.45 2258.09 1153.47 c
-2279.95 1189.59 2270.91 1249.75 2273.64 1304.5 c
-2282.29 1460.71 2259.4 1606.08 2225 1714.13 c
-2192.97 1815.56 2143.47 1887.69 2101.49 1980.59 c
-2017.08 2166.13 2017.68 2252.76 1939.73 2368.84 c
-1877.58 2462.34 1877.23 2513.97 1793.61 2506.03 c
-1669.88 2493.71 1518.19 2262.31 1383.57 2257.56 c
-f*
-0.82 g
-1383.39 2246.71 m
-1300.9 2244.15 1203.95 2458.08 1181.3 2424.97 c
-1174.55 2397.33 1167.24 2389.42 1157.44 2350.39 c
-1136.36 2305.49 1099.72 2254.2 1058.97 2186.02 c
-1030.28 2136.96 1022.66 2094.66 1025.38 2059.5 c
-1039.58 2006.58 1097.12 1984.11 1087.66 1961.37 c
-1076.29 1937.5 1009.15 1936.46 959.536 1882.68 c
-887.932 1786.83 813.749 1651.55 793.658 1567.46 c
-766.705 1458.1 734.534 1392.75 744.928 1251.78 c
-749.441 1173.07 734.675 1165.5 776.774 1123.82 c
-814.735 1085.57 872.247 1042.08 938.358 983.734 c
-1008 923.275 1168.62 810.537 1187.41 778.324 c
-1207.62 745.407 1214.27 653.938 1202.53 630.692 c
-1191.29 607.661 1079.44 584.438 1080.14 584.438 c
-1079.44 584.438 1172 463.493 1191.06 444.424 c
-1209.42 426.063 1285.57 344.649 1606.14 403.696 c
-1794.01 438.086 1975.24 531.938 2021.05 645.298 c
-2070.54 737.828 2014.94 812.788 2030.91 873.623 c
-2055.14 965.647 2215.06 1003.19 2232.94 1107.72 c
-2235.05 1122.05 2244.9 1132.86 2257.34 1153.78 c
-2279.28 1190.24 2269.93 1250.21 2272.87 1304.75 c
-2282.19 1461.45 2258.87 1606.26 2224.47 1713.98 c
-2192.42 1815.13 2142.99 1887.16 2101.1 1979.89 c
-2016.85 2165.14 2017.16 2251.9 1939.14 2367.6 c
-1878.97 2457.55 1875.26 2506.01 1794.19 2497.9 c
-1672.12 2485.24 1517.79 2251.38 1383.39 2246.71 c
-f*
-0.851 g
-1383.22 2235.86 m
-1301.52 2233.38 1208.24 2443.87 1184.22 2416.16 c
-1177.2 2393.12 1169.01 2384.55 1158.51 2349.1 c
-1135.92 2305.27 1098.62 2250.62 1059.18 2184 c
-1030.6 2134.83 1024.13 2093.16 1028.39 2059.19 c
-1044.41 2004.7 1106.84 1982.94 1097.33 1960.84 c
-1085.4 1936.4 1013.92 1936.47 961.024 1879.98 c
-886.414 1785.04 814.44 1649.67 794.662 1567.34 c
-767.534 1457.88 735.121 1392.8 746.001 1252.1 c
-750.579 1178.11 734.656 1167.01 776.624 1124.92 c
-814.211 1086.51 872.643 1042.33 938.59 984.14 c
-1008.06 923.837 1169.45 810.863 1188.15 778.766 c
-1208.26 745.966 1215.44 653.519 1203.79 630.412 c
-1192.67 607.484 1080.9 583.58 1081.61 583.58 c
-1080.9 583.58 1172.97 463.767 1192.01 444.725 c
-1210.35 426.389 1286.18 345.589 1606.2 404.482 c
-1794.26 438.859 1978.2 532.01 2019.88 646.318 c
-2063.34 736.149 2008.6 813.789 2024.48 874.29 c
-2048.64 966.15 2214.12 1003.86 2231.93 1108.24 c
-2234.05 1122.52 2244.23 1133.28 2256.59 1154.09 c
-2278.61 1190.89 2268.95 1250.68 2272.1 1304.99 c
-2282.08 1462.19 2258.33 1606.45 2223.95 1713.83 c
-2191.87 1814.7 2142.51 1886.63 2100.72 1979.19 c
-2016.61 2164.15 2016.64 2251.04 1938.55 2366.37 c
-1880.35 2452.76 1873.29 2498.05 1794.76 2489.77 c
-1674.36 2476.77 1517.4 2240.45 1383.22 2235.86 c
-f*
-0.882 g
-1383.05 2225.01 m
-1302.13 2222.6 1212.53 2429.65 1187.15 2407.35 c
-1179.85 2388.91 1170.78 2379.67 1159.57 2347.82 c
-1135.49 2305.05 1097.52 2247.04 1059.38 2181.98 c
-1030.92 2132.7 1025.61 2091.66 1031.39 2058.88 c
-1049.25 2002.83 1116.57 1981.78 1106.99 1960.31 c
-1094.51 1935.3 1018.69 1936.47 962.511 1877.27 c
-884.895 1783.26 815.131 1647.79 795.667 1567.22 c
-768.362 1457.66 735.709 1392.85 747.074 1252.42 c
-751.717 1183.14 734.636 1168.51 776.475 1126.03 c
-813.687 1087.45 873.039 1042.59 938.822 984.546 c
-1008.12 924.398 1170.29 811.189 1188.89 779.209 c
-1208.9 746.526 1216.61 653.099 1205.05 630.133 c
-1194.05 607.308 1082.37 582.722 1083.07 582.722 c
-1082.37 582.722 1173.95 464.041 1192.96 445.025 c
-1211.27 426.716 1286.78 346.529 1606.25 405.268 c
-1794.52 439.633 1981.17 532.081 2018.71 647.339 c
-2056.14 734.47 2002.26 814.79 2018.05 874.957 c
-2042.13 966.653 2213.18 1004.52 2230.93 1108.75 c
-2233.05 1122.98 2243.57 1133.69 2255.84 1154.4 c
-2277.93 1191.55 2267.97 1251.14 2271.33 1305.23 c
-2281.97 1462.93 2257.79 1606.63 2223.42 1713.68 c
-2191.32 1814.27 2142.02 1886.1 2100.33 1978.5 c
-2016.37 2163.15 2016.12 2250.18 1937.96 2365.13 c
-1881.73 2447.97 1871.33 2490.08 1795.33 2481.64 c
-1676.61 2468.3 1517 2229.52 1383.05 2225.01 c
-f*
-0.91 g
-1382.87 2214.16 m
-1302.75 2211.83 1216.81 2415.44 1190.08 2398.53 c
-1182.51 2384.71 1172.55 2374.8 1160.64 2346.53 c
-1135.05 2304.83 1096.42 2243.46 1059.59 2179.96 c
-1031.24 2130.57 1027.08 2090.16 1034.39 2058.57 c
-1054.09 2000.95 1126.29 1980.61 1116.65 1959.79 c
-1103.62 1934.2 1023.47 1936.48 963.999 1874.57 c
-883.377 1781.47 815.823 1645.9 796.672 1567.1 c
-769.19 1457.44 736.296 1392.9 748.147 1252.74 c
-752.855 1188.17 734.617 1170.02 776.325 1127.13 c
-813.164 1088.39 873.434 1042.84 939.054 984.952 c
-1008.19 924.96 1171.13 811.516 1189.64 779.651 c
-1209.54 747.086 1217.77 652.679 1206.3 629.853 c
-1195.42 607.131 1083.83 581.864 1084.53 581.864 c
-1083.83 581.864 1174.93 464.316 1193.91 445.326 c
-1212.2 427.042 1287.39 347.468 1606.3 406.054 c
-1794.77 440.407 1984.13 532.153 2017.54 648.359 c
-2048.94 732.791 1995.92 815.791 2011.61 875.623 c
-2035.63 967.155 2212.24 1005.19 2229.93 1109.27 c
-2232.04 1123.44 2242.91 1134.1 2255.09 1154.71 c
-2277.26 1192.2 2266.98 1251.6 2270.55 1305.48 c
-2281.87 1463.67 2257.25 1606.81 2222.9 1713.53 c
-2190.77 1813.83 2141.54 1885.57 2099.94 1977.8 c
-2016.14 2162.16 2015.6 2249.32 1937.37 2363.89 c
-1883.12 2443.18 1869.36 2482.12 1795.91 2473.51 c
-1678.85 2459.83 1516.6 2218.59 1382.87 2214.16 c
-f*
-0.941 g
-1382.7 2203.31 m
-1303.37 2201.05 1221.1 2401.22 1193 2389.72 c
-1185.16 2380.5 1174.32 2369.93 1161.71 2345.25 c
-1134.61 2304.6 1095.32 2239.89 1059.8 2177.94 c
-1031.55 2128.44 1028.55 2088.66 1037.39 2058.27 c
-1058.93 1999.07 1136.01 1979.44 1126.31 1959.26 c
-1112.72 1933.09 1028.24 1936.49 965.487 1871.87 c
-881.859 1779.69 816.514 1644.02 797.677 1566.97 c
-770.018 1457.22 736.884 1392.95 749.219 1253.05 c
-753.993 1193.2 734.597 1171.53 776.175 1128.23 c
-812.64 1089.34 873.83 1043.09 939.286 985.358 c
-1008.25 925.522 1171.97 811.842 1190.38 780.093 c
-1210.19 747.646 1218.94 652.26 1207.56 629.573 c
-1196.8 606.955 1085.29 581.006 1086 581.006 c
-1085.29 581.006 1175.9 464.59 1194.86 445.627 c
-1213.12 427.369 1287.99 348.408 1606.35 406.84 c
-1795.02 441.181 1987.09 532.225 2016.37 649.38 c
-2041.74 731.113 1989.59 816.793 2005.18 876.29 c
-2029.13 967.658 2211.3 1005.85 2228.93 1109.79 c
-2231.04 1123.9 2242.25 1134.51 2254.34 1155.03 c
-2276.59 1192.85 2266 1252.06 2269.78 1305.72 c
-2281.76 1464.41 2256.71 1606.99 2222.37 1713.39 c
-2190.21 1813.4 2141.06 1885.03 2099.55 1977.1 c
-2015.9 2161.17 2015.07 2248.45 1936.77 2362.66 c
-1884.5 2438.39 1867.39 2474.16 1796.48 2465.38 c
-1681.09 2451.36 1516.2 2207.67 1382.7 2203.31 c
-f*
-0.973 g
-1382.52 2192.46 m
-1303.99 2190.28 1225.39 2387.01 1195.93 2380.9 c
-1187.81 2376.3 1176.09 2365.05 1162.78 2343.96 c
-1134.18 2304.38 1094.22 2236.31 1060 2175.92 c
-1031.87 2126.31 1030.02 2087.16 1040.4 2057.96 c
-1063.77 1997.2 1145.73 1978.28 1135.98 1958.73 c
-1121.83 1931.99 1033.02 1936.49 966.974 1869.16 c
-880.34 1777.9 817.206 1642.14 798.682 1566.85 c
-770.847 1457 737.471 1393 750.292 1253.37 c
-755.131 1198.24 734.578 1173.04 776.026 1129.34 c
-812.116 1090.28 874.225 1043.35 939.518 985.764 c
-1008.32 926.083 1172.81 812.168 1191.12 780.536 c
-1210.83 748.205 1220.11 651.84 1208.81 629.293 c
-1198.18 606.778 1086.76 580.148 1087.46 580.148 c
-1086.76 580.148 1176.88 464.865 1195.81 445.928 c
-1214.05 427.695 1288.6 349.348 1606.4 407.626 c
-1795.28 441.955 1990.06 532.297 2015.2 650.4 c
-2034.54 729.434 1983.25 817.794 1998.75 876.956 c
-2022.63 968.16 2210.36 1006.52 2227.93 1110.31 c
-2230.03 1124.37 2241.59 1134.93 2253.59 1155.34 c
-2275.91 1193.51 2265.02 1252.53 2269.01 1305.97 c
-2281.66 1465.15 2256.18 1607.17 2221.85 1713.24 c
-2189.66 1812.97 2140.57 1884.5 2099.16 1976.41 c
-2015.67 2160.18 2014.55 2247.59 1936.18 2361.42 c
-1885.89 2433.6 1865.43 2466.19 1797.06 2457.25 c
-1683.34 2442.89 1515.81 2196.74 1382.52 2192.46 c
-f*
-1 g
-1382.35 2181.61 m
-1304.61 2179.5 1229.68 2372.79 1198.86 2372.09 c
-1190.46 2372.09 1177.86 2360.18 1163.85 2342.68 c
-1133.74 2304.16 1093.12 2232.73 1060.21 2173.9 c
-1032.19 2124.18 1031.49 2085.66 1043.4 2057.65 c
-1068.61 1995.32 1155.45 1977.11 1145.64 1958.2 c
-1130.94 1930.89 1037.79 1936.5 968.462 1866.46 c
-878.822 1776.12 817.897 1640.26 799.687 1566.73 c
-771.675 1456.78 738.059 1393.05 751.365 1253.69 c
-756.269 1203.27 734.558 1174.55 775.876 1130.44 c
-811.592 1091.22 874.621 1043.6 939.75 986.17 c
-1008.38 926.645 1173.65 812.494 1191.86 780.978 c
-1211.47 748.765 1221.28 651.421 1210.07 629.013 c
-1199.56 606.602 1088.22 579.29 1088.92 579.29 c
-1088.22 579.29 1177.86 465.139 1196.76 446.229 c
-1214.97 428.022 1289.2 350.288 1606.45 408.412 c
-1795.53 442.729 1993.02 532.369 2014.03 651.421 c
-2027.34 727.755 1976.91 818.795 1992.32 877.623 c
-2016.13 968.663 2209.42 1007.18 2226.93 1110.83 c
-2229.03 1124.83 2240.93 1135.34 2252.84 1155.65 c
-2275.24 1194.16 2264.04 1252.99 2268.24 1306.21 c
-2281.55 1465.89 2255.64 1607.35 2221.32 1713.09 c
-2189.11 1812.54 2140.09 1883.97 2098.77 1975.71 c
-2015.43 2159.19 2014.03 2246.73 1935.59 2360.18 c
-1887.27 2428.81 1863.46 2458.23 1797.63 2449.12 c
-1685.58 2434.42 1515.41 2185.81 1382.35 2181.61 c
-f*
-0.6 0.349 0 rg
-1435.51 2892.53 m
-1488.07 2899.01 1560.07 2886.05 1593.19 2861.57 c
-1624.15 2838.53 1645.75 2826.29 1673.83 2816.93 c
-1768.15 2785.97 1891.99 2771.57 1886.23 2686.61 c
-1879.75 2585.09 1850.23 2539.73 1765.99 2513.09 c
-1698.31 2492.21 1577.35 2374.85 1483.75 2374.85 c
-1441.99 2374.85 1383.67 2372.69 1349.83 2384.93 c
-1317.43 2396.45 1272.07 2451.17 1218.79 2495.09 c
-1165.51 2538.29 1115.83 2584.37 1114.39 2644.85 c
-1112.23 2708.93 1153.99 2729.81 1213.03 2780.93 c
-1243.99 2808.29 1300.15 2853.65 1339.03 2873.81 c
-1375.03 2891.81 1398.07 2888.21 1435.51 2892.53 c
-f*
-0.62 0.373 0 rg
-1436.61 2891.6 m
-1488.86 2898.04 1560.45 2885.15 1593.38 2860.82 c
-1624.16 2837.91 1645.64 2825.71 1673.55 2816.43 c
-1767.3 2785.65 1890.84 2771.14 1885.15 2686.7 c
-1878.74 2585.8 1848.46 2540.89 1764.74 2514.47 c
-1697.51 2493.74 1577.06 2378.58 1484.03 2378.07 c
-1441.93 2377.75 1384.78 2375.73 1351.16 2387.84 c
-1319.01 2399.26 1273.79 2453.92 1220.85 2497.53 c
-1167.94 2540.45 1118.25 2585.27 1117.68 2645.18 c
-1116.14 2707.72 1156.8 2729.3 1215.41 2780.07 c
-1246.12 2807.17 1301.35 2853.1 1340.04 2873.4 c
-1375.68 2891.42 1399.38 2887.3 1436.61 2891.6 c
-f*
-0.639 0.396 0 rg
-1437.7 2890.66 m
-1489.66 2897.07 1560.83 2884.26 1593.57 2860.06 c
-1624.17 2837.28 1645.52 2825.12 1673.28 2815.93 c
-1766.45 2785.33 1889.69 2770.71 1884.06 2686.79 c
-1877.72 2586.51 1846.69 2542.05 1763.49 2515.84 c
-1696.71 2495.27 1576.76 2382.32 1484.3 2381.3 c
-1441.88 2380.66 1385.88 2378.78 1352.5 2390.75 c
-1320.6 2402.08 1275.5 2456.67 1222.9 2499.96 c
-1170.36 2542.6 1120.68 2586.18 1120.98 2645.51 c
-1120.05 2706.5 1159.61 2728.8 1217.78 2779.2 c
-1248.26 2806.05 1302.56 2852.55 1341.06 2872.99 c
-1376.32 2891.04 1400.69 2886.39 1437.7 2890.66 c
-f*
-0.659 0.416 0 rg
-1438.8 2889.73 m
-1490.45 2896.1 1561.21 2883.36 1593.76 2859.31 c
-1624.18 2836.66 1645.41 2824.54 1673 2815.43 c
-1765.6 2785.01 1888.55 2770.28 1882.98 2686.89 c
-1876.71 2587.21 1844.93 2543.21 1762.24 2517.22 c
-1695.91 2496.8 1576.47 2386.05 1484.58 2384.52 c
-1441.82 2383.56 1386.99 2381.82 1353.83 2393.66 c
-1322.18 2404.89 1277.22 2459.43 1224.96 2502.4 c
-1172.79 2544.76 1123.1 2587.08 1124.27 2645.85 c
-1123.96 2705.29 1162.42 2728.29 1220.16 2778.34 c
-1250.39 2804.94 1303.76 2852 1342.07 2872.58 c
-1376.97 2890.65 1402 2885.49 1438.8 2889.73 c
-f*
-0.682 0.439 0 rg
-1439.89 2888.8 m
-1491.24 2895.13 1561.59 2882.47 1593.94 2858.55 c
-1624.19 2836.04 1645.3 2823.95 1672.73 2814.94 c
-1764.75 2784.69 1887.4 2769.86 1881.9 2686.98 c
-1875.7 2587.92 1843.16 2544.37 1760.98 2518.6 c
-1695.12 2498.33 1576.18 2389.78 1484.86 2387.74 c
-1441.76 2386.47 1388.1 2384.87 1355.16 2396.57 c
-1323.76 2407.7 1278.94 2462.18 1227.01 2504.83 c
-1175.21 2546.91 1125.53 2587.98 1127.56 2646.18 c
-1127.87 2704.07 1165.23 2727.78 1222.53 2777.47 c
-1252.52 2803.82 1304.97 2851.45 1343.08 2872.17 c
-1377.62 2890.26 1403.31 2884.58 1439.89 2888.8 c
-f*
-0.702 0.463 0 rg
-1440.99 2887.86 m
-1492.04 2894.16 1561.97 2881.57 1594.13 2857.8 c
-1624.2 2835.42 1645.18 2823.37 1672.45 2814.44 c
-1763.9 2784.37 1886.25 2769.43 1880.82 2687.07 c
-1874.68 2588.63 1841.39 2545.53 1759.73 2519.97 c
-1694.32 2499.86 1575.88 2393.52 1485.13 2390.97 c
-1441.71 2389.37 1389.21 2387.91 1356.5 2399.48 c
-1325.35 2410.51 1280.66 2464.93 1229.07 2507.27 c
-1177.64 2549.07 1127.95 2588.89 1130.86 2646.51 c
-1131.78 2702.86 1168.04 2727.27 1224.91 2776.61 c
-1254.66 2802.7 1306.17 2850.9 1344.1 2871.76 c
-1378.27 2889.87 1404.63 2883.67 1440.99 2887.86 c
-f*
-0.722 0.486 0 rg
-1442.08 2886.93 m
-1492.83 2893.19 1562.34 2880.67 1594.32 2857.04 c
-1624.21 2834.79 1645.07 2822.79 1672.18 2813.94 c
-1763.05 2784.05 1885.1 2769 1879.73 2687.16 c
-1873.67 2589.34 1839.62 2546.69 1758.48 2521.35 c
-1693.52 2501.38 1575.59 2397.25 1485.41 2394.19 c
-1441.65 2392.28 1390.31 2390.96 1357.83 2402.39 c
-1326.93 2413.33 1282.37 2467.69 1231.12 2509.71 c
-1180.06 2551.23 1130.38 2589.79 1134.15 2646.84 c
-1135.7 2701.64 1170.85 2726.77 1227.28 2775.74 c
-1256.79 2801.59 1307.38 2850.35 1345.11 2871.34 c
-1378.91 2889.48 1405.94 2882.76 1442.08 2886.93 c
-f*
-0.741 0.506 0 rg
-1443.18 2886 m
-1493.62 2892.22 1562.72 2879.78 1594.51 2856.29 c
-1624.22 2834.17 1644.96 2822.2 1671.9 2813.44 c
-1762.2 2783.73 1883.95 2768.57 1878.65 2687.25 c
-1872.66 2590.05 1837.86 2547.85 1757.23 2522.73 c
-1692.72 2502.91 1575.3 2400.98 1485.69 2397.41 c
-1441.59 2395.18 1391.42 2394 1359.16 2405.3 c
-1328.51 2416.14 1284.09 2470.44 1233.18 2512.14 c
-1182.49 2553.38 1132.8 2590.69 1137.44 2647.18 c
-1139.61 2700.43 1173.66 2726.26 1229.66 2774.88 c
-1258.92 2800.47 1308.59 2849.8 1346.12 2870.93 c
-1379.56 2889.1 1407.25 2881.85 1443.18 2886 c
-f*
-0.761 0.529 0 rg
-1444.27 2885.07 m
-1494.41 2891.25 1563.1 2878.88 1594.7 2855.53 c
-1624.23 2833.55 1644.84 2821.62 1671.63 2812.94 c
-1761.35 2783.41 1882.81 2768.14 1877.57 2687.35 c
-1871.64 2590.75 1836.09 2549.01 1755.98 2524.11 c
-1691.92 2504.44 1575 2404.71 1485.96 2400.64 c
-1441.54 2398.09 1392.53 2397.05 1360.5 2408.21 c
-1330.1 2418.95 1285.81 2473.19 1235.23 2514.58 c
-1184.91 2555.54 1135.23 2591.59 1140.73 2647.51 c
-1143.52 2699.21 1176.47 2725.75 1232.03 2774.01 c
-1261.06 2799.35 1309.79 2849.25 1347.14 2870.52 c
-1380.21 2888.71 1408.56 2880.95 1444.27 2885.07 c
-f*
-0.78 0.553 0 rg
-1445.37 2884.13 m
-1495.21 2890.28 1563.48 2877.99 1594.89 2854.78 c
-1624.24 2832.93 1644.73 2821.03 1671.35 2812.44 c
-1760.5 2783.09 1881.66 2767.71 1876.49 2687.44 c
-1870.63 2591.46 1834.32 2550.17 1754.73 2525.48 c
-1691.12 2505.97 1574.71 2408.45 1486.24 2403.86 c
-1441.48 2400.99 1393.63 2400.09 1361.83 2411.12 c
-1331.68 2421.76 1287.52 2475.94 1237.29 2517.01 c
-1187.34 2557.69 1137.65 2592.5 1144.03 2647.84 c
-1147.43 2697.99 1179.28 2725.25 1234.41 2773.15 c
-1263.19 2798.23 1311 2848.7 1348.15 2870.11 c
-1380.85 2888.32 1409.87 2880.04 1445.37 2884.13 c
-f*
-0.8 0.576 0 rg
-1446.46 2883.2 m
-1496 2889.3 1563.86 2877.09 1595.08 2854.02 c
-1624.26 2832.3 1644.62 2820.45 1671.07 2811.95 c
-1759.65 2782.77 1880.51 2767.29 1875.4 2687.53 c
-1869.62 2592.17 1832.55 2551.33 1753.48 2526.86 c
-1690.33 2507.5 1574.41 2412.18 1486.51 2407.08 c
-1441.43 2403.89 1394.74 2403.14 1363.16 2414.04 c
-1333.27 2424.58 1289.24 2478.7 1239.34 2519.45 c
-1189.77 2559.85 1140.07 2593.4 1147.32 2648.18 c
-1151.34 2696.78 1182.1 2724.74 1236.78 2772.29 c
-1265.33 2797.11 1312.2 2848.15 1349.17 2869.7 c
-1381.5 2887.94 1411.18 2879.13 1446.46 2883.2 c
-f*
-0.82 0.6 0 rg
-1447.56 2882.27 m
-1496.79 2888.33 1564.24 2876.19 1595.26 2853.27 c
-1624.27 2831.68 1644.5 2819.87 1670.8 2811.45 c
-1758.81 2782.45 1879.36 2766.86 1874.32 2687.62 c
-1868.6 2592.88 1830.79 2552.49 1752.22 2528.24 c
-1689.53 2509.03 1574.12 2415.91 1486.79 2410.31 c
-1441.37 2406.8 1395.85 2406.18 1364.5 2416.95 c
-1334.85 2427.39 1290.96 2481.45 1241.4 2521.89 c
-1192.19 2562.01 1142.5 2594.3 1150.61 2648.51 c
-1155.25 2695.57 1184.91 2724.23 1239.16 2771.42 c
-1267.46 2796 1313.4 2847.6 1350.18 2869.29 c
-1382.15 2887.55 1412.49 2878.22 1447.56 2882.27 c
-f*
-0.843 0.62 0 rg
-1448.66 2881.33 m
-1497.59 2887.36 1564.62 2875.3 1595.45 2852.51 c
-1624.28 2831.06 1644.39 2819.28 1670.52 2810.95 c
-1757.96 2782.13 1878.21 2766.43 1873.24 2687.71 c
-1867.59 2593.59 1829.02 2553.65 1750.97 2529.61 c
-1688.73 2510.56 1573.83 2419.65 1487.07 2413.53 c
-1441.31 2409.7 1396.95 2409.22 1365.83 2419.86 c
-1336.43 2430.2 1292.67 2484.2 1243.46 2524.32 c
-1194.62 2564.16 1144.92 2595.21 1153.91 2648.84 c
-1159.16 2694.35 1187.72 2723.73 1241.54 2770.56 c
-1269.59 2794.88 1314.61 2847.05 1351.19 2868.88 c
-1382.79 2887.16 1413.8 2877.31 1448.66 2881.33 c
-f*
-0.863 0.643 0 rg
-1449.75 2880.4 m
-1498.38 2886.39 1565 2874.4 1595.64 2851.76 c
-1624.29 2830.44 1644.27 2818.7 1670.25 2810.45 c
-1757.11 2781.81 1877.07 2766 1872.16 2687.81 c
-1866.57 2594.29 1827.25 2554.81 1749.72 2530.99 c
-1687.93 2512.09 1573.53 2423.38 1487.34 2416.76 c
-1441.26 2412.61 1398.06 2412.27 1367.17 2422.77 c
-1338.02 2433.01 1294.39 2486.95 1245.51 2526.76 c
-1197.04 2566.32 1147.35 2596.11 1157.2 2649.17 c
-1163.07 2693.14 1190.53 2723.22 1243.91 2769.69 c
-1271.73 2793.76 1315.81 2846.5 1352.21 2868.47 c
-1383.44 2886.77 1415.11 2876.41 1449.75 2880.4 c
-f*
-0.882 0.667 0 rg
-1450.85 2879.47 m
-1499.17 2885.42 1565.38 2873.51 1595.83 2851 c
-1624.3 2829.82 1644.16 2818.11 1669.97 2809.95 c
-1756.26 2781.49 1875.92 2765.57 1871.07 2687.9 c
-1865.56 2595 1825.49 2555.97 1748.47 2532.37 c
-1687.13 2513.62 1573.24 2427.11 1487.62 2419.98 c
-1441.2 2415.51 1399.17 2415.31 1368.5 2425.68 c
-1339.6 2435.83 1296.11 2489.7 1247.57 2529.19 c
-1199.47 2568.47 1149.77 2597.01 1160.49 2649.51 c
-1166.98 2691.92 1193.34 2722.71 1246.29 2768.83 c
-1273.86 2792.64 1317.02 2845.95 1353.22 2868.06 c
-1384.09 2886.38 1416.42 2875.5 1450.85 2879.47 c
-f*
-0.902 0.69 0 rg
-1451.94 2878.53 m
-1499.97 2884.45 1565.76 2872.61 1596.02 2850.25 c
-1624.31 2829.19 1644.05 2817.53 1669.7 2809.45 c
-1755.41 2781.17 1874.77 2765.14 1869.99 2687.99 c
-1864.55 2595.71 1823.72 2557.13 1747.22 2533.75 c
-1686.33 2515.14 1572.95 2430.85 1487.9 2423.2 c
-1441.14 2418.42 1400.27 2418.36 1369.83 2428.59 c
-1341.18 2438.64 1297.83 2492.46 1249.62 2531.63 c
-1201.89 2570.63 1152.2 2597.92 1163.79 2649.84 c
-1170.9 2690.7 1196.15 2722.21 1248.66 2767.96 c
-1275.99 2791.53 1318.23 2845.4 1354.23 2867.64 c
-1384.73 2886 1417.73 2874.59 1451.94 2878.53 c
-f*
-0.922 0.71 0 rg
-1453.04 2877.6 m
-1500.76 2883.48 1566.13 2871.71 1596.21 2849.49 c
-1624.32 2828.57 1643.93 2816.95 1669.42 2808.95 c
-1754.56 2780.85 1873.62 2764.71 1868.91 2688.08 c
-1863.53 2596.42 1821.95 2558.29 1745.97 2535.12 c
-1685.53 2516.67 1572.65 2434.58 1488.17 2426.43 c
-1441.09 2421.32 1401.38 2421.4 1371.17 2431.5 c
-1342.77 2441.45 1299.54 2495.21 1251.68 2534.07 c
-1204.32 2572.79 1154.62 2598.82 1167.08 2650.17 c
-1174.81 2689.49 1198.96 2721.7 1251.04 2767.1 c
-1278.13 2790.41 1319.43 2844.85 1355.25 2867.23 c
-1385.38 2885.61 1419.05 2873.68 1453.04 2877.6 c
-f*
-0.941 0.733 0 rg
-1454.13 2876.67 m
-1501.55 2882.51 1566.51 2870.82 1596.39 2848.74 c
-1624.33 2827.95 1643.82 2816.36 1669.15 2808.46 c
-1753.71 2780.53 1872.47 2764.29 1867.83 2688.17 c
-1862.52 2597.13 1820.18 2559.45 1744.71 2536.5 c
-1684.74 2518.2 1572.36 2438.31 1488.45 2429.65 c
-1441.03 2424.23 1402.49 2424.45 1372.5 2434.41 c
-1344.35 2444.26 1301.26 2497.96 1253.73 2536.5 c
-1206.74 2574.94 1157.05 2599.72 1170.37 2650.5 c
-1178.72 2688.28 1201.77 2721.19 1253.41 2766.23 c
-1280.26 2789.29 1320.64 2844.3 1356.26 2866.82 c
-1386.03 2885.22 1420.36 2872.77 1454.13 2876.67 c
-f*
-0.961 0.757 0 rg
-1455.23 2875.74 m
-1502.34 2881.54 1566.89 2869.92 1596.58 2847.98 c
-1624.34 2827.33 1643.71 2815.78 1668.87 2807.96 c
-1752.86 2780.21 1871.33 2763.86 1866.74 2688.27 c
-1861.51 2597.83 1818.42 2560.61 1743.46 2537.88 c
-1683.94 2519.73 1572.07 2442.04 1488.73 2432.87 c
-1440.97 2427.13 1403.6 2427.49 1373.83 2437.32 c
-1345.93 2447.08 1302.98 2500.72 1255.79 2538.94 c
-1209.17 2577.1 1159.47 2600.62 1173.66 2650.83 c
-1182.63 2687.06 1204.58 2720.68 1255.79 2765.37 c
-1282.39 2788.18 1321.84 2843.75 1357.27 2866.41 c
-1386.68 2884.84 1421.67 2871.87 1455.23 2875.74 c
-f*
-0.98 0.78 0 rg
-1456.32 2874.8 m
-1503.14 2880.57 1567.27 2869.03 1596.77 2847.23 c
-1624.35 2826.7 1643.59 2815.19 1668.6 2807.46 c
-1752.01 2779.89 1870.18 2763.43 1865.66 2688.36 c
-1860.49 2598.54 1816.65 2561.77 1742.21 2539.25 c
-1683.14 2521.26 1571.77 2445.78 1489 2436.1 c
-1440.92 2430.04 1404.7 2430.54 1375.17 2440.23 c
-1347.52 2449.89 1304.69 2503.47 1257.84 2541.37 c
-1211.59 2579.25 1161.9 2601.53 1176.96 2651.17 c
-1186.54 2685.85 1207.39 2720.18 1258.16 2764.5 c
-1284.53 2787.06 1323.05 2843.2 1358.29 2866 c
-1387.32 2884.45 1422.98 2870.96 1456.32 2874.8 c
-f*
-1 0.8 0 rg
-1457.42 2873.87 m
-1503.93 2879.6 1567.65 2868.13 1596.96 2846.47 c
-1624.36 2826.08 1643.48 2814.61 1668.32 2806.96 c
-1751.16 2779.57 1869.03 2763 1864.58 2688.45 c
-1859.48 2599.25 1814.88 2562.93 1740.96 2540.63 c
-1682.34 2522.79 1571.48 2449.51 1489.28 2439.32 c
-1440.86 2432.94 1405.81 2433.58 1376.5 2443.14 c
-1349.1 2452.7 1306.41 2506.22 1259.9 2543.81 c
-1214.02 2581.41 1164.32 2602.43 1180.25 2651.5 c
-1190.45 2684.63 1210.2 2719.67 1260.54 2763.64 c
-1286.66 2785.94 1324.25 2842.65 1359.3 2865.59 c
-1387.97 2884.06 1424.29 2870.05 1457.42 2873.87 c
-f*
-1465.75 2845.01 m
-1475.83 2824.13 1501.75 2821.25 1519.03 2811.89 c
-1535.59 2802.53 1544.95 2800.37 1551.43 2803.97 c
-1565.83 2811.89 1555.03 2837.81 1540.63 2847.17 c
-1526.95 2856.53 1459.99 2858.69 1465.75 2845.01 c
-f*
-0.98 0.78 0 rg
-1467.17 2844.79 m
-1477 2824.44 1502.26 2821.64 1519.1 2812.51 c
-1535.25 2803.39 1544.37 2801.28 1550.68 2804.79 c
-1564.72 2812.51 1554.19 2837.78 1540.16 2846.9 c
-1526.82 2856.02 1461.56 2858.13 1467.17 2844.79 c
-f*
-0.961 0.757 0 rg
-1468.6 2844.58 m
-1478.17 2824.76 1502.77 2822.02 1519.18 2813.14 c
-1534.9 2804.25 1543.78 2802.2 1549.94 2805.62 c
-1563.61 2813.14 1553.36 2837.74 1539.68 2846.63 c
-1526.7 2855.51 1463.13 2857.57 1468.6 2844.58 c
-f*
-0.941 0.733 0 rg
-1470.02 2844.36 m
-1479.34 2825.07 1503.29 2822.41 1519.25 2813.76 c
-1534.56 2805.11 1543.2 2803.11 1549.19 2806.44 c
-1562.5 2813.76 1552.52 2837.71 1539.21 2846.36 c
-1526.57 2855.01 1464.7 2857 1470.02 2844.36 c
-f*
-0.922 0.71 0 rg
-1471.45 2844.15 m
-1480.51 2825.38 1503.8 2822.79 1519.33 2814.38 c
-1534.21 2805.97 1542.62 2804.03 1548.44 2807.27 c
-1561.38 2814.38 1551.68 2837.68 1538.74 2846.09 c
-1526.44 2854.5 1466.27 2856.44 1471.45 2844.15 c
-f*
-0.902 0.69 0 rg
-1472.87 2843.93 m
-1481.67 2825.69 1504.31 2823.18 1519.4 2815 c
-1533.87 2806.83 1542.04 2804.95 1547.7 2808.09 c
-1560.27 2815 1550.84 2837.64 1538.27 2845.82 c
-1526.32 2853.99 1467.84 2855.88 1472.87 2843.93 c
-f*
-0.882 0.667 0 rg
-1474.29 2843.71 m
-1482.84 2826.01 1504.82 2823.57 1519.48 2815.63 c
-1533.52 2807.69 1541.45 2805.86 1546.95 2808.91 c
-1559.16 2815.63 1550.01 2837.61 1537.79 2845.55 c
-1526.19 2853.48 1469.41 2855.31 1474.29 2843.71 c
-f*
-0.863 0.643 0 rg
-1475.72 2843.5 m
-1484.01 2826.32 1505.33 2823.95 1519.55 2816.25 c
-1533.18 2808.55 1540.87 2806.77 1546.2 2809.74 c
-1558.05 2816.25 1549.17 2837.58 1537.32 2845.28 c
-1526.06 2852.97 1470.98 2854.75 1475.72 2843.5 c
-f*
-0.843 0.62 0 rg
-1477.14 2843.28 m
-1485.18 2826.63 1505.85 2824.34 1519.63 2816.87 c
-1532.83 2809.41 1540.29 2807.69 1545.46 2810.56 c
-1556.94 2816.87 1548.33 2837.54 1536.85 2845.01 c
-1525.94 2852.47 1472.55 2854.19 1477.14 2843.28 c
-f*
-0.82 0.6 0 rg
-1478.57 2843.07 m
-1486.35 2826.95 1506.36 2824.72 1519.7 2817.5 c
-1532.49 2810.27 1539.71 2808.61 1544.71 2811.39 c
-1555.83 2817.5 1547.49 2837.51 1536.37 2844.74 c
-1525.81 2851.96 1474.12 2853.63 1478.57 2843.07 c
-f*
-0.8 0.576 0 rg
-1479.99 2842.85 m
-1487.52 2827.26 1506.87 2825.11 1519.78 2818.12 c
-1532.14 2811.13 1539.13 2809.52 1543.96 2812.21 c
-1554.71 2818.12 1546.65 2837.47 1535.9 2844.47 c
-1525.69 2851.45 1475.69 2853.06 1479.99 2842.85 c
-f*
-0.78 0.553 0 rg
-1481.41 2842.63 m
-1488.69 2827.57 1507.38 2825.5 1519.85 2818.74 c
-1531.8 2811.99 1538.54 2810.43 1543.22 2813.03 c
-1553.6 2818.74 1545.82 2837.44 1535.43 2844.19 c
-1525.56 2850.94 1477.26 2852.5 1481.41 2842.63 c
-f*
-0.761 0.529 0 rg
-1482.84 2842.42 m
-1489.86 2827.89 1507.89 2825.88 1519.92 2819.37 c
-1531.45 2812.85 1537.96 2811.35 1542.47 2813.86 c
-1552.49 2819.37 1544.98 2837.41 1534.95 2843.92 c
-1525.43 2850.43 1478.83 2851.94 1482.84 2842.42 c
-f*
-0.741 0.506 0 rg
-1484.26 2842.2 m
-1491.03 2828.2 1508.41 2826.27 1520 2819.99 c
-1531.11 2813.71 1537.38 2812.27 1541.73 2814.68 c
-1551.38 2819.99 1544.14 2837.37 1534.48 2843.65 c
-1525.31 2849.93 1480.4 2851.38 1484.26 2842.2 c
-f*
-0.722 0.486 0 rg
-1485.69 2841.99 m
-1492.2 2828.51 1508.92 2826.65 1520.07 2820.61 c
-1530.76 2814.57 1536.8 2813.18 1540.98 2815.51 c
-1550.27 2820.61 1543.31 2837.34 1534.01 2843.38 c
-1525.18 2849.42 1481.97 2850.81 1485.69 2841.99 c
-f*
-0.702 0.463 0 rg
-1487.11 2841.77 m
-1493.37 2828.83 1509.43 2827.04 1520.15 2821.24 c
-1530.42 2815.43 1536.21 2814.09 1540.23 2816.33 c
-1549.16 2821.24 1542.47 2837.31 1533.54 2843.11 c
-1525.05 2848.91 1483.54 2850.25 1487.11 2841.77 c
-f*
-0.682 0.439 0 rg
-1488.53 2841.55 m
-1494.53 2829.14 1509.94 2827.43 1520.22 2821.86 c
-1530.07 2816.29 1535.63 2815.01 1539.49 2817.15 c
-1548.05 2821.86 1541.63 2837.27 1533.06 2842.84 c
-1524.93 2848.4 1485.11 2849.69 1488.53 2841.55 c
-f*
-0.659 0.416 0 rg
-1489.96 2841.34 m
-1495.7 2829.45 1510.45 2827.81 1520.3 2822.48 c
-1529.73 2817.15 1535.05 2815.92 1538.74 2817.98 c
-1546.93 2822.48 1540.79 2837.24 1532.59 2842.57 c
-1524.8 2847.89 1486.68 2849.13 1489.96 2841.34 c
-f*
-0.639 0.396 0 rg
-1491.38 2841.12 m
-1496.87 2829.76 1510.97 2828.2 1520.37 2823.1 c
-1529.38 2818.01 1534.47 2816.84 1537.99 2818.8 c
-1545.82 2823.1 1539.95 2837.21 1532.12 2842.3 c
-1524.67 2847.39 1488.25 2848.56 1491.38 2841.12 c
-f*
-0.62 0.373 0 rg
-1492.81 2840.91 m
-1498.04 2830.08 1511.48 2828.58 1520.45 2823.73 c
-1529.04 2818.87 1533.88 2817.76 1537.25 2819.63 c
-1544.71 2823.73 1539.12 2837.17 1531.64 2842.03 c
-1524.55 2846.88 1489.82 2848 1492.81 2840.91 c
-f*
-0.6 0.349 0 rg
-1494.23 2840.69 m
-1499.21 2830.39 1511.99 2828.97 1520.52 2824.35 c
-1528.69 2819.73 1533.3 2818.67 1536.5 2820.45 c
-1543.6 2824.35 1538.28 2837.14 1531.17 2841.76 c
-1524.42 2846.37 1491.39 2847.44 1494.23 2840.69 c
-f*
-1 0.8 0 rg
-1314.68 2818.21 m
-1311.43 2810.08 1334.2 2794.62 1345.59 2805.2 c
-1357.8 2815.77 1372.44 2825.53 1377.33 2828.79 c
-1399.29 2843.44 1391.16 2854.01 1354.55 2847.5 c
-1317.93 2840.99 1317.93 2826.35 1314.68 2818.21 c
-f*
-0.98 0.78 0 rg
-1315.27 2818.31 m
-1312.09 2810.37 1334.34 2795.27 1345.46 2805.6 c
-1357.39 2815.93 1371.69 2825.46 1376.47 2828.65 c
-1397.92 2842.96 1389.98 2853.28 1354.21 2846.93 c
-1318.44 2840.57 1318.44 2826.26 1315.27 2818.31 c
-f*
-0.961 0.757 0 rg
-1315.85 2818.42 m
-1312.76 2810.66 1334.47 2795.92 1345.33 2806.01 c
-1356.98 2816.09 1370.94 2825.4 1375.6 2828.51 c
-1396.55 2842.48 1388.79 2852.56 1353.88 2846.35 c
-1318.95 2840.14 1318.95 2826.18 1315.85 2818.42 c
-f*
-0.941 0.733 0 rg
-1316.44 2818.52 m
-1313.42 2810.95 1334.61 2796.57 1345.21 2806.41 c
-1356.57 2816.25 1370.19 2825.33 1374.74 2828.36 c
-1395.18 2842 1387.61 2851.83 1353.54 2845.78 c
-1319.47 2839.72 1319.47 2826.09 1316.44 2818.52 c
-f*
-0.922 0.71 0 rg
-1317.03 2818.62 m
-1314.08 2811.25 1334.74 2797.22 1345.08 2806.82 c
-1356.16 2816.41 1369.44 2825.27 1373.88 2828.22 c
-1393.81 2841.52 1386.43 2851.11 1353.21 2845.2 c
-1319.98 2839.29 1319.98 2826.01 1317.03 2818.62 c
-f*
-0.902 0.69 0 rg
-1317.62 2818.72 m
-1314.75 2811.54 1334.88 2797.86 1344.95 2807.22 c
-1355.75 2816.57 1368.69 2825.2 1373.01 2828.08 c
-1392.43 2841.03 1385.25 2850.38 1352.87 2844.62 c
-1320.49 2838.87 1320.49 2825.92 1317.62 2818.72 c
-f*
-0.882 0.667 0 rg
-1318.21 2818.83 m
-1315.41 2811.83 1335.02 2798.51 1344.82 2807.62 c
-1355.34 2816.73 1367.94 2825.13 1372.15 2827.94 c
-1391.06 2840.55 1384.06 2849.66 1352.54 2844.05 c
-1321 2838.44 1321 2825.84 1318.21 2818.83 c
-f*
-0.863 0.643 0 rg
-1318.79 2818.93 m
-1316.07 2812.12 1335.15 2799.16 1344.69 2808.03 c
-1354.93 2816.89 1367.19 2825.07 1371.29 2827.8 c
-1389.69 2840.07 1382.88 2848.93 1352.2 2843.48 c
-1321.52 2838.02 1321.52 2825.75 1318.79 2818.93 c
-f*
-0.843 0.62 0 rg
-1319.38 2819.03 m
-1316.73 2812.41 1335.29 2799.81 1344.57 2808.43 c
-1354.52 2817.05 1366.44 2825 1370.43 2827.65 c
-1388.32 2839.59 1381.7 2848.21 1351.87 2842.9 c
-1322.03 2837.59 1322.03 2825.67 1319.38 2819.03 c
-f*
-0.82 0.6 0 rg
-1319.97 2819.14 m
-1317.4 2812.7 1335.42 2800.46 1344.44 2808.84 c
-1354.11 2817.21 1365.69 2824.94 1369.56 2827.51 c
-1386.95 2839.11 1380.51 2847.48 1351.53 2842.33 c
-1322.54 2837.17 1322.54 2825.58 1319.97 2819.14 c
-f*
-0.8 0.576 0 rg
-1320.56 2819.24 m
-1318.06 2812.99 1335.56 2801.11 1344.31 2809.24 c
-1353.7 2817.37 1364.95 2824.87 1368.7 2827.37 c
-1385.58 2838.63 1379.33 2846.76 1351.2 2841.75 c
-1323.05 2836.74 1323.05 2825.49 1320.56 2819.24 c
-f*
-0.78 0.553 0 rg
-1321.14 2819.34 m
-1318.72 2813.29 1335.7 2801.76 1344.18 2809.64 c
-1353.28 2817.52 1364.2 2824.8 1367.84 2827.23 c
-1384.21 2838.15 1378.15 2846.03 1350.86 2841.17 c
-1323.57 2836.32 1323.57 2825.41 1321.14 2819.34 c
-f*
-0.761 0.529 0 rg
-1321.73 2819.45 m
-1319.39 2813.58 1335.83 2802.41 1344.05 2810.05 c
-1352.87 2817.68 1363.45 2824.74 1366.97 2827.09 c
-1382.84 2837.67 1376.96 2845.3 1350.52 2840.6 c
-1324.08 2835.9 1324.08 2825.32 1321.73 2819.45 c
-f*
-0.741 0.506 0 rg
-1322.32 2819.55 m
-1320.05 2813.87 1335.97 2803.06 1343.93 2810.45 c
-1352.46 2817.84 1362.7 2824.67 1366.11 2826.94 c
-1381.47 2837.19 1375.78 2844.58 1350.19 2840.03 c
-1324.59 2835.47 1324.59 2825.24 1322.32 2819.55 c
-f*
-0.722 0.486 0 rg
-1322.9 2819.65 m
-1320.71 2814.16 1336.1 2803.71 1343.8 2810.86 c
-1352.05 2818 1361.95 2824.61 1365.25 2826.8 c
-1380.1 2836.71 1374.6 2843.85 1349.85 2839.45 c
-1325.1 2835.05 1325.1 2825.15 1322.9 2819.65 c
-f*
-0.702 0.463 0 rg
-1323.49 2819.76 m
-1321.37 2814.45 1336.24 2804.36 1343.67 2811.26 c
-1351.64 2818.16 1361.2 2824.54 1364.39 2826.66 c
-1378.72 2836.22 1373.41 2843.13 1349.52 2838.88 c
-1325.62 2834.62 1325.62 2825.07 1323.49 2819.76 c
-f*
-0.682 0.439 0 rg
-1324.08 2819.86 m
-1322.04 2814.74 1336.38 2805 1343.54 2811.66 c
-1351.23 2818.32 1360.45 2824.47 1363.52 2826.52 c
-1377.35 2835.74 1372.23 2842.4 1349.18 2838.3 c
-1326.13 2834.2 1326.13 2824.98 1324.08 2819.86 c
-f*
-0.659 0.416 0 rg
-1324.67 2819.96 m
-1322.7 2815.04 1336.51 2805.65 1343.41 2812.07 c
-1350.82 2818.48 1359.7 2824.41 1362.66 2826.38 c
-1375.98 2835.26 1371.05 2841.68 1348.85 2837.72 c
-1326.64 2833.77 1326.64 2824.9 1324.67 2819.96 c
-f*
-0.639 0.396 0 rg
-1325.26 2820.06 m
-1323.36 2815.33 1336.65 2806.3 1343.29 2812.47 c
-1350.41 2818.64 1358.95 2824.34 1361.8 2826.23 c
-1374.61 2834.78 1369.87 2840.95 1348.51 2837.15 c
-1327.15 2833.35 1327.15 2824.81 1325.26 2820.06 c
-f*
-0.62 0.373 0 rg
-1325.84 2820.17 m
-1324.03 2815.62 1336.78 2806.95 1343.16 2812.88 c
-1350 2818.8 1358.2 2824.28 1360.93 2826.09 c
-1373.24 2834.3 1368.68 2840.23 1348.18 2836.58 c
-1327.67 2832.92 1327.67 2824.73 1325.84 2820.17 c
-f*
-0.6 0.349 0 rg
-1326.43 2820.27 m
-1324.69 2815.91 1336.92 2807.6 1343.03 2813.28 c
-1349.59 2818.96 1357.45 2824.21 1360.07 2825.95 c
-1371.87 2833.82 1367.5 2839.5 1347.84 2836 c
-1328.18 2832.5 1328.18 2824.64 1326.43 2820.27 c
-f*
-1 0.8 0 rg
-1355.44 2602.23 m
-1353.15 2573.65 1418.87 2645.09 1422.87 2651.38 c
-1431.44 2666.81 1460.02 2710.24 1464.59 2728.53 c
-1473.16 2760.53 1488.6 2783.96 1478.88 2817.68 c
-1475.45 2828.54 1451.45 2831.4 1440.59 2824.54 c
-1409.73 2806.25 1414.3 2783.96 1410.87 2763.39 c
-1399.44 2705.1 1359.44 2646.23 1355.44 2602.23 c
-f*
-1 0.804 0.008 rg
-1358.13 2606.69 m
-1355.94 2578.82 1419.91 2648.58 1423.8 2654.72 c
-1432.13 2669.78 1459.93 2712.16 1464.36 2730 c
-1472.67 2761.22 1487.69 2784.08 1478.16 2816.95 c
-1474.8 2827.53 1451.4 2830.28 1440.82 2823.58 c
-1410.76 2805.7 1415.25 2783.97 1411.93 2763.91 c
-1400.87 2707.06 1361.96 2649.6 1358.13 2606.69 c
-f*
-1 0.804 0.02 rg
-1360.81 2611.16 m
-1358.72 2584 1420.95 2652.07 1424.73 2658.06 c
-1432.83 2672.74 1459.85 2714.09 1464.14 2731.48 c
-1472.18 2761.9 1486.78 2784.21 1477.45 2816.22 c
-1474.16 2826.52 1451.35 2829.17 1441.05 2822.62 c
-1411.78 2805.15 1416.19 2783.99 1412.99 2764.43 c
-1402.31 2709.02 1364.48 2652.97 1360.81 2611.16 c
-f*
-1 0.804 0.027 rg
-1363.5 2615.62 m
-1361.51 2589.17 1421.99 2655.56 1425.66 2661.39 c
-1433.52 2675.7 1459.76 2716.01 1463.91 2732.95 c
-1471.69 2762.59 1485.87 2784.33 1476.73 2815.48 c
-1473.51 2825.52 1451.29 2828.05 1441.28 2821.66 c
-1412.81 2804.6 1417.14 2784 1414.06 2764.96 c
-1403.74 2710.98 1367 2656.35 1363.5 2615.62 c
-f*
-1 0.804 0.039 rg
-1366.18 2620.09 m
-1364.29 2594.35 1423.02 2659.04 1426.59 2664.73 c
-1434.21 2678.67 1459.68 2717.93 1463.68 2734.42 c
-1471.21 2763.28 1484.96 2784.46 1476.01 2814.75 c
-1472.86 2824.51 1451.24 2826.94 1441.51 2820.7 c
-1413.84 2804.05 1418.08 2784.02 1415.12 2765.48 c
-1405.18 2712.94 1369.52 2659.72 1366.18 2620.09 c
-f*
-1 0.808 0.047 rg
-1368.87 2624.55 m
-1367.08 2599.52 1424.06 2662.53 1427.52 2668.07 c
-1434.9 2681.64 1459.59 2719.85 1463.46 2735.9 c
-1470.72 2763.96 1484.06 2784.58 1475.3 2814.02 c
-1472.21 2823.5 1451.19 2825.82 1441.74 2819.74 c
-1414.87 2803.5 1419.03 2784.03 1416.18 2766 c
-1406.61 2714.91 1372.04 2663.09 1368.87 2624.55 c
-f*
-1 0.808 0.059 rg
-1371.56 2629.02 m
-1369.87 2604.7 1425.1 2666.02 1428.45 2671.41 c
-1435.59 2684.6 1459.5 2721.78 1463.23 2737.37 c
-1470.23 2764.65 1483.15 2784.71 1474.58 2813.29 c
-1471.57 2822.49 1451.14 2824.71 1441.97 2818.78 c
-1415.89 2802.96 1419.98 2784.04 1417.25 2766.52 c
-1408.05 2716.87 1374.57 2666.46 1371.56 2629.02 c
-f*
-1 0.808 0.067 rg
-1374.24 2633.48 m
-1372.65 2609.87 1426.14 2669.51 1429.38 2674.74 c
-1436.29 2687.57 1459.42 2723.7 1463 2738.84 c
-1469.74 2765.34 1482.24 2784.83 1473.86 2812.56 c
-1470.92 2821.48 1451.09 2823.59 1442.2 2817.82 c
-1416.92 2802.41 1420.92 2784.06 1418.31 2767.05 c
-1409.48 2718.83 1377.09 2669.83 1374.24 2633.48 c
-f*
-1 0.808 0.078 rg
-1376.93 2637.95 m
-1375.44 2615.05 1427.18 2673 1430.31 2678.08 c
-1436.98 2690.53 1459.33 2725.62 1462.77 2740.31 c
-1469.25 2766.02 1481.33 2784.96 1473.15 2811.82 c
-1470.27 2820.48 1451.03 2822.48 1442.43 2816.86 c
-1417.95 2801.86 1421.87 2784.07 1419.37 2767.57 c
-1410.92 2720.79 1379.61 2673.21 1376.93 2637.95 c
-f*
-1 0.812 0.09 rg
-1379.61 2642.41 m
-1378.22 2620.22 1428.22 2676.49 1431.24 2681.42 c
-1437.67 2693.49 1459.25 2727.55 1462.55 2741.79 c
-1468.76 2766.71 1480.42 2785.08 1472.43 2811.09 c
-1469.63 2819.47 1450.98 2821.36 1442.66 2815.9 c
-1418.97 2801.31 1422.81 2784.09 1420.43 2768.09 c
-1412.35 2722.75 1382.13 2676.58 1379.61 2642.41 c
-f*
-1 0.812 0.098 rg
-1382.3 2646.88 m
-1381.01 2625.4 1429.26 2679.97 1432.16 2684.75 c
-1438.37 2696.46 1459.16 2729.47 1462.32 2743.26 c
-1468.27 2767.4 1479.51 2785.21 1471.72 2810.36 c
-1468.98 2818.46 1450.93 2820.25 1442.89 2814.94 c
-1420 2800.76 1423.76 2784.1 1421.5 2768.62 c
-1413.79 2724.71 1384.65 2679.95 1382.3 2646.88 c
-f*
-1 0.812 0.11 rg
-1384.99 2651.34 m
-1383.8 2630.57 1430.29 2683.46 1433.09 2688.09 c
-1439.06 2699.43 1459.07 2731.39 1462.09 2744.73 c
-1467.79 2768.08 1478.6 2785.33 1471 2809.63 c
-1468.33 2817.45 1450.88 2819.13 1443.11 2813.98 c
-1421.03 2800.21 1424.71 2784.11 1422.56 2769.14 c
-1415.22 2726.67 1387.17 2683.32 1384.99 2651.34 c
-f*
-1 0.812 0.118 rg
-1387.67 2655.8 m
-1386.58 2635.75 1431.33 2686.95 1434.02 2691.43 c
-1439.75 2702.39 1458.99 2733.32 1461.87 2746.21 c
-1467.3 2768.77 1477.69 2785.45 1470.28 2808.9 c
-1467.69 2816.44 1450.83 2818.01 1443.34 2813.02 c
-1422.05 2799.66 1425.65 2784.13 1423.62 2769.66 c
-1416.65 2728.63 1389.69 2686.69 1387.67 2655.8 c
-f*
-1 0.816 0.129 rg
-1390.36 2660.27 m
-1389.37 2640.92 1432.37 2690.44 1434.95 2694.77 c
-1440.44 2705.35 1458.9 2735.24 1461.64 2747.68 c
-1466.81 2769.45 1476.78 2785.58 1469.57 2808.16 c
-1467.04 2815.44 1450.77 2816.9 1443.57 2812.06 c
-1423.08 2799.11 1426.6 2784.14 1424.68 2770.18 c
-1418.09 2730.59 1392.21 2690.07 1390.36 2660.27 c
-f*
-1 0.816 0.137 rg
-1393.04 2664.73 m
-1392.15 2646.1 1433.41 2693.93 1435.88 2698.1 c
-1441.14 2708.32 1458.82 2737.16 1461.41 2749.15 c
-1466.32 2770.14 1475.87 2785.7 1468.85 2807.43 c
-1466.39 2814.43 1450.72 2815.78 1443.8 2811.1 c
-1424.11 2798.56 1427.54 2784.16 1425.75 2770.7 c
-1419.52 2732.55 1394.73 2693.44 1393.04 2664.73 c
-f*
-1 0.816 0.149 rg
-1395.73 2669.2 m
-1394.94 2651.28 1434.45 2697.42 1436.81 2701.44 c
-1441.83 2711.28 1458.73 2739.09 1461.18 2750.62 c
-1465.83 2770.83 1474.97 2785.83 1468.13 2806.7 c
-1465.75 2813.42 1450.67 2814.67 1444.03 2810.14 c
-1425.13 2798.02 1428.49 2784.17 1426.81 2771.23 c
-1420.96 2734.52 1397.25 2696.81 1395.73 2669.2 c
-f*
-1 0.816 0.157 rg
-1398.42 2673.66 m
-1397.73 2656.45 1435.49 2700.91 1437.74 2704.78 c
-1442.52 2714.25 1458.64 2741.01 1460.96 2752.1 c
-1465.34 2771.51 1474.06 2785.95 1467.42 2805.97 c
-1465.1 2812.41 1450.62 2813.55 1444.26 2809.18 c
-1426.16 2797.47 1429.44 2784.18 1427.87 2771.75 c
-1422.39 2736.48 1399.78 2700.18 1398.42 2673.66 c
-f*
-1 0.82 0.169 rg
-1401.1 2678.13 m
-1400.51 2661.63 1436.52 2704.39 1438.67 2708.12 c
-1443.21 2717.21 1458.56 2742.93 1460.73 2753.57 c
-1464.86 2772.2 1473.15 2786.08 1466.7 2805.24 c
-1464.45 2811.4 1450.57 2812.44 1444.49 2808.22 c
-1427.19 2796.92 1430.38 2784.2 1428.93 2772.27 c
-1423.83 2738.44 1402.3 2703.55 1401.1 2678.13 c
-f*
-1 0.82 0.18 rg
-1403.79 2682.59 m
-1403.3 2666.8 1437.56 2707.88 1439.6 2711.45 c
-1443.91 2720.18 1458.47 2744.85 1460.5 2755.04 c
-1464.37 2772.89 1472.24 2786.2 1465.98 2804.5 c
-1463.8 2810.4 1450.51 2811.32 1444.72 2807.26 c
-1428.22 2796.37 1431.33 2784.21 1430 2772.8 c
-1425.26 2740.4 1404.82 2706.93 1403.79 2682.59 c
-f*
-1 0.82 0.188 rg
-1406.47 2687.06 m
-1406.08 2671.98 1438.6 2711.37 1440.53 2714.79 c
-1444.6 2723.14 1458.39 2746.78 1460.28 2756.52 c
-1463.88 2773.57 1471.33 2786.33 1465.27 2803.77 c
-1463.16 2809.39 1450.46 2810.21 1444.95 2806.3 c
-1429.24 2795.82 1432.27 2784.23 1431.06 2773.32 c
-1426.7 2742.36 1407.34 2710.3 1406.47 2687.06 c
-f*
-1 0.82 0.2 rg
-1409.16 2691.52 m
-1408.87 2677.15 1439.64 2714.86 1441.46 2718.13 c
-1445.29 2726.11 1458.3 2748.7 1460.05 2757.99 c
-1463.39 2774.26 1470.42 2786.45 1464.55 2803.04 c
-1462.51 2808.38 1450.41 2809.09 1445.18 2805.34 c
-1430.27 2795.27 1433.22 2784.24 1432.12 2773.84 c
-1428.13 2744.32 1409.86 2713.67 1409.16 2691.52 c
-f*
-1 0.8 0 rg
-1582.39 2721.17 m
-1550.71 2686.61 1528.39 2653.49 1510.39 2631.17 c
-1491.67 2608.13 1445.59 2580.77 1468.63 2554.13 c
-1488.07 2530.37 1567.99 2573.57 1629.91 2619.65 c
-1691.11 2665.73 1786.87 2706.77 1740.07 2759.33 c
-1715.59 2785.97 1657.99 2780.21 1635.67 2765.81 c
-1618.39 2755.01 1608.31 2749.25 1582.39 2721.17 c
-f*
-1 0.804 0.008 rg
-1583.75 2719.64 m
-1552.57 2685.86 1530.62 2653.36 1512.89 2631.54 c
-1494.48 2609.06 1449.14 2582.09 1471.58 2556.2 c
-1490.52 2533.11 1568.83 2575.64 1629.54 2620.89 c
-1689.55 2666.14 1783.34 2706.64 1737.74 2757.71 c
-1713.88 2783.59 1657.52 2777.69 1635.65 2763.55 c
-1618.73 2752.93 1609 2746.85 1583.75 2719.64 c
-f*
-1 0.804 0.02 rg
-1585.12 2718.1 m
-1554.43 2685.1 1532.85 2653.23 1515.39 2631.91 c
-1497.29 2609.98 1452.68 2583.42 1474.54 2558.28 c
-1492.97 2535.84 1569.67 2577.7 1629.17 2622.13 c
-1687.98 2666.55 1779.81 2706.5 1735.4 2756.09 c
-1712.17 2781.22 1657.05 2775.16 1635.62 2761.29 c
-1619.07 2750.86 1609.69 2744.45 1585.12 2718.1 c
-f*
-1 0.804 0.027 rg
-1586.48 2716.57 m
-1556.28 2684.35 1535.08 2653.1 1517.89 2632.28 c
-1500.09 2610.91 1456.23 2584.74 1477.49 2560.35 c
-1495.42 2538.58 1570.51 2579.77 1628.8 2623.37 c
-1686.42 2666.97 1776.28 2706.37 1733.07 2754.47 c
-1710.46 2778.84 1656.58 2772.64 1635.6 2759.03 c
-1619.41 2748.78 1610.37 2742.06 1586.48 2716.57 c
-f*
-1 0.804 0.039 rg
-1587.84 2715.03 m
-1558.14 2683.6 1537.32 2652.97 1520.39 2632.65 c
-1502.9 2611.83 1459.77 2586.06 1480.45 2562.42 c
-1497.87 2541.32 1571.34 2581.83 1628.43 2624.61 c
-1684.86 2667.38 1772.75 2706.23 1730.73 2752.85 c
-1708.74 2776.47 1656.11 2770.12 1635.57 2756.77 c
-1619.75 2746.7 1611.06 2739.66 1587.84 2715.03 c
-f*
-1 0.808 0.047 rg
-1589.2 2713.5 m
-1560 2682.85 1539.55 2652.84 1522.89 2633.02 c
-1505.71 2612.76 1463.32 2587.39 1483.4 2564.49 c
-1500.33 2544.05 1572.18 2583.89 1628.06 2625.85 c
-1683.29 2667.79 1769.22 2706.1 1728.4 2751.23 c
-1707.03 2774.09 1655.64 2767.59 1635.55 2754.51 c
-1620.09 2744.63 1611.75 2737.26 1589.2 2713.5 c
-f*
-1 0.808 0.059 rg
-1590.57 2711.96 m
-1561.86 2682.1 1541.78 2652.7 1525.39 2633.39 c
-1508.52 2613.68 1466.86 2588.71 1486.35 2566.57 c
-1502.78 2546.79 1573.02 2585.96 1627.69 2627.09 c
-1681.73 2668.2 1765.69 2705.97 1726.07 2749.61 c
-1705.32 2771.71 1655.17 2765.07 1635.52 2752.25 c
-1620.43 2742.55 1612.44 2734.86 1590.57 2711.96 c
-f*
-1 0.808 0.067 rg
-1591.93 2710.43 m
-1563.72 2681.34 1544.01 2652.57 1527.89 2633.76 c
-1511.32 2614.61 1470.4 2590.03 1489.31 2568.64 c
-1505.23 2549.53 1573.86 2588.02 1627.32 2628.33 c
-1680.17 2668.61 1762.16 2705.83 1723.73 2747.99 c
-1703.61 2769.34 1654.7 2762.55 1635.5 2749.99 c
-1620.77 2740.47 1613.13 2732.46 1591.93 2710.43 c
-f*
-1 0.808 0.078 rg
-1593.29 2708.89 m
-1565.57 2680.59 1546.24 2652.44 1530.39 2634.13 c
-1514.13 2615.53 1473.95 2591.36 1492.26 2570.71 c
-1507.68 2552.26 1574.7 2590.09 1626.95 2629.57 c
-1678.61 2669.03 1758.63 2705.7 1721.4 2746.37 c
-1701.9 2766.96 1654.23 2760.03 1635.47 2747.73 c
-1621.11 2738.4 1613.81 2730.07 1593.29 2708.89 c
-f*
-1 0.812 0.09 rg
-1594.65 2707.36 m
-1567.43 2679.84 1548.47 2652.31 1532.89 2634.5 c
-1516.94 2616.46 1477.49 2592.68 1495.22 2572.79 c
-1510.13 2555 1575.54 2592.15 1626.58 2630.81 c
-1677.04 2669.44 1755.1 2705.56 1719.06 2744.75 c
-1700.19 2764.59 1653.76 2757.5 1635.45 2745.47 c
-1621.45 2736.32 1614.5 2727.67 1594.65 2707.36 c
-f*
-1 0.812 0.098 rg
-1596.02 2705.83 m
-1569.29 2679.09 1550.7 2652.18 1535.39 2634.87 c
-1519.75 2617.38 1481.04 2594.01 1498.17 2574.86 c
-1512.58 2557.73 1576.37 2594.22 1626.21 2632.05 c
-1675.48 2669.85 1751.58 2705.43 1716.73 2743.14 c
-1698.48 2762.21 1653.29 2754.98 1635.43 2743.2 c
-1621.78 2734.24 1615.19 2725.27 1596.02 2705.83 c
-f*
-1 0.812 0.11 rg
-1597.38 2704.29 m
-1571.15 2678.33 1552.94 2652.05 1537.89 2635.24 c
-1522.55 2618.31 1484.59 2595.33 1501.12 2576.93 c
-1515.03 2560.47 1577.21 2596.29 1625.84 2633.29 c
-1673.92 2670.26 1748.05 2705.3 1714.4 2741.52 c
-1696.76 2759.83 1652.83 2752.46 1635.4 2740.94 c
-1622.12 2732.17 1615.88 2722.87 1597.38 2704.29 c
-f*
-1 0.812 0.118 rg
-1598.74 2702.76 m
-1573.01 2677.58 1555.17 2651.92 1540.39 2635.61 c
-1525.36 2619.24 1488.13 2596.65 1504.08 2579.01 c
-1517.48 2563.21 1578.05 2598.35 1625.47 2634.53 c
-1672.35 2670.67 1744.52 2705.16 1712.06 2739.9 c
-1695.05 2757.46 1652.36 2749.93 1635.38 2738.68 c
-1622.46 2730.09 1616.57 2720.47 1598.74 2702.76 c
-f*
-1 0.816 0.129 rg
-1600.1 2701.22 m
-1574.86 2676.83 1557.4 2651.79 1542.89 2635.98 c
-1528.17 2620.16 1491.68 2597.98 1507.03 2581.08 c
-1519.93 2565.94 1578.89 2600.42 1625.1 2635.77 c
-1670.79 2671.09 1740.99 2705.03 1709.73 2738.28 c
-1693.34 2755.08 1651.89 2747.41 1635.35 2736.42 c
-1622.8 2728.02 1617.25 2718.08 1600.1 2701.22 c
-f*
-1 0.816 0.137 rg
-1601.46 2699.69 m
-1576.72 2676.08 1559.63 2651.66 1545.39 2636.35 c
-1530.98 2621.09 1495.22 2599.3 1509.99 2583.15 c
-1522.38 2568.68 1579.73 2602.48 1624.73 2637.01 c
-1669.23 2671.5 1737.46 2704.89 1707.39 2736.66 c
-1691.63 2752.71 1651.42 2744.89 1635.33 2734.16 c
-1623.14 2725.94 1617.94 2715.68 1601.46 2699.69 c
-f*
-1 0.816 0.149 rg
-1602.83 2698.15 m
-1578.58 2675.32 1561.86 2651.52 1547.89 2636.72 c
-1533.78 2622.01 1498.76 2600.62 1512.94 2585.22 c
-1524.84 2571.42 1580.57 2604.54 1624.36 2638.25 c
-1667.66 2671.91 1733.93 2704.76 1705.06 2735.04 c
-1689.92 2750.33 1650.95 2742.37 1635.3 2731.9 c
-1623.48 2723.86 1618.63 2713.28 1602.83 2698.15 c
-f*
-1 0.816 0.157 rg
-1604.19 2696.62 m
-1580.44 2674.57 1564.09 2651.39 1550.39 2637.09 c
-1536.59 2622.94 1502.31 2601.95 1515.89 2587.3 c
-1527.29 2574.15 1581.41 2606.61 1623.99 2639.49 c
-1666.1 2672.32 1730.4 2704.63 1702.73 2733.42 c
-1688.21 2747.95 1650.48 2739.84 1635.28 2729.64 c
-1623.82 2721.79 1619.32 2710.88 1604.19 2696.62 c
-f*
-1 0.82 0.169 rg
-1605.55 2695.08 m
-1582.3 2673.82 1566.33 2651.26 1552.89 2637.46 c
-1539.4 2623.86 1505.85 2603.27 1518.85 2589.37 c
-1529.74 2576.89 1582.24 2608.67 1623.62 2640.73 c
-1664.54 2672.73 1726.87 2704.49 1700.39 2731.8 c
-1686.49 2745.58 1650.01 2737.32 1635.25 2727.38 c
-1624.16 2719.71 1620.01 2708.48 1605.55 2695.08 c
-f*
-1 0.82 0.18 rg
-1606.91 2693.55 m
-1584.15 2673.07 1568.56 2651.13 1555.39 2637.83 c
-1542.21 2624.79 1509.4 2604.59 1521.8 2591.44 c
-1532.19 2579.63 1583.08 2610.74 1623.25 2641.97 c
-1662.98 2673.15 1723.34 2704.36 1698.06 2730.18 c
-1684.78 2743.2 1649.54 2734.8 1635.23 2725.12 c
-1624.5 2717.63 1620.69 2706.09 1606.91 2693.55 c
-f*
-1 0.82 0.188 rg
-1608.28 2692.01 m
-1586.01 2672.31 1570.79 2651 1557.89 2638.2 c
-1545.01 2625.71 1512.94 2605.92 1524.76 2593.52 c
-1534.64 2582.36 1583.92 2612.8 1622.88 2643.21 c
-1661.41 2673.56 1719.81 2704.22 1695.72 2728.56 c
-1683.07 2740.83 1649.07 2732.27 1635.2 2722.86 c
-1624.84 2715.56 1621.38 2703.69 1608.28 2692.01 c
-f*
-1 0.82 0.2 rg
-1609.64 2690.48 m
-1587.87 2671.56 1573.02 2650.87 1560.39 2638.57 c
-1547.82 2626.64 1516.49 2607.24 1527.71 2595.59 c
-1537.09 2585.1 1584.76 2614.87 1622.51 2644.45 c
-1659.85 2673.97 1716.28 2704.09 1693.39 2726.94 c
-1681.36 2738.45 1648.6 2729.75 1635.18 2720.6 c
-1625.18 2713.48 1622.07 2701.29 1609.64 2690.48 c
-f*
-1 0.8 0 rg
-1321.03 2491.49 m
-1356.31 2487.89 1388.71 2486.45 1410.31 2486.45 c
-1465.03 2486.45 1538.47 2509.49 1610.47 2546.21 c
-1681.03 2582.93 1702.63 2597.33 1753.03 2626.85 c
-1801.27 2655.65 1858.15 2692.37 1836.55 2703.17 c
-1814.95 2714.69 1789.75 2702.45 1719.91 2658.53 c
-1652.23 2616.05 1614.07 2595.89 1539.19 2562.77 c
-1510.39 2549.81 1465.75 2531.81 1435.51 2530.37 c
-1406.71 2528.93 1367.83 2529.65 1345.51 2529.65 c
-1318.87 2529.65 1284.31 2540.45 1256.23 2552.69 c
-1256.23 2553.41 1321.03 2491.49 1321.03 2491.49 c
-f*
-0.702 0.498 0.098 rg
-1259.11 2510.93 m
-1210.87 2536.85 1146.79 2570.69 1133.83 2620.37 c
-1133.11 2623.97 1143.19 2629.73 1147.51 2628.29 c
-1259.11 2510.93 l
-f*
-0.69 0.49 0.098 rg
-1259.11 2511.65 m
-1210.15 2537.57 1147.51 2571.41 1135.27 2618.93 c
-1134.55 2622.53 1143.91 2628.29 1148.95 2626.13 c
-1185.67 2589.41 1177.03 2598.77 1259.11 2511.65 c
-f*
-0.671 0.471 0.09 rg
-1258.39 2511.65 m
-1209.43 2538.29 1148.23 2572.13 1136.71 2618.21 c
-1135.99 2621.81 1145.35 2627.57 1151.11 2624.69 c
-1185.67 2589.41 1181.35 2594.45 1258.39 2511.65 c
-f*
-0.659 0.459 0.09 rg
-1258.39 2512.37 m
-1208.71 2538.29 1148.95 2572.85 1137.43 2616.77 c
-1137.43 2620.37 1146.07 2626.13 1152.55 2622.53 c
-1184.95 2589.41 1184.95 2590.85 1258.39 2512.37 c
-f*
-0.639 0.439 0.078 rg
-1257.67 2513.09 m
-1208.71 2539.01 1148.95 2572.85 1138.87 2616.05 c
-1138.15 2618.93 1147.51 2624.69 1153.99 2621.09 c
-1184.95 2589.41 1188.55 2587.25 1257.67 2513.09 c
-f*
-0.631 0.431 0.078 rg
-1257.67 2513.81 m
-1207.99 2539.73 1149.67 2573.57 1140.31 2614.61 c
-1139.59 2618.21 1148.23 2623.97 1155.43 2618.93 c
-1184.95 2589.41 1192.15 2582.93 1257.67 2513.81 c
-f*
-0.612 0.408 0.067 rg
-1257.67 2513.81 m
-1207.27 2540.45 1150.39 2574.29 1141.75 2613.89 c
-1141.03 2616.77 1149.67 2622.53 1157.59 2617.49 c
-1184.95 2589.41 1196.47 2579.33 1257.67 2513.81 c
-f*
-0.6 0.4 0.067 rg
-1256.95 2514.53 m
-1206.55 2541.17 1151.11 2575.01 1143.19 2612.45 c
-1142.47 2615.33 1150.39 2621.09 1159.03 2615.33 c
-1184.95 2589.41 1200.07 2575.73 1256.95 2514.53 c
-f*
-0.592 0.388 0.067 rg
-1256.95 2515.25 m
-1205.83 2541.17 1151.83 2575.73 1143.91 2611.01 c
-1143.91 2614.61 1151.11 2620.37 1160.47 2613.89 c
-1184.23 2589.41 1203.67 2571.41 1256.95 2515.25 c
-f*
-0.569 0.369 0.059 rg
-1256.95 2515.25 m
-1205.11 2541.89 1152.55 2576.45 1145.35 2610.29 c
-1145.35 2613.17 1152.55 2618.93 1162.63 2611.73 c
-1184.23 2589.41 1207.99 2567.81 1256.95 2515.25 c
-f*
-0.561 0.361 0.059 rg
-1256.23 2515.97 m
-1204.39 2542.61 1153.27 2577.17 1146.79 2608.85 c
-1146.79 2611.73 1153.27 2617.49 1164.07 2610.29 c
-1184.23 2589.41 1211.59 2564.21 1256.23 2515.97 c
-f*
-0.541 0.341 0.039 rg
-1256.23 2516.69 m
-1204.39 2543.33 1153.27 2577.17 1148.23 2608.13 c
-1147.51 2611.01 1154.71 2616.77 1165.51 2608.13 c
-1184.23 2590.13 1215.19 2559.89 1256.23 2516.69 c
-f*
-0.529 0.329 0.039 rg
-1255.51 2517.41 m
-1203.67 2544.05 1153.99 2577.89 1149.67 2606.69 c
-1148.95 2609.57 1155.43 2615.33 1166.95 2606.69 c
-1184.23 2590.13 1218.79 2556.29 1255.51 2517.41 c
-f*
-0.51 0.31 0.027 rg
-1255.51 2517.41 m
-1202.95 2544.77 1154.71 2578.61 1151.11 2605.97 c
-1150.39 2608.13 1156.87 2613.89 1169.11 2604.53 c
-1184.23 2590.13 1223.11 2552.69 1255.51 2517.41 c
-f*
-0.498 0.298 0.027 rg
-1255.51 2518.13 m
-1202.23 2544.77 1155.43 2579.33 1151.83 2604.53 c
-1151.83 2607.41 1157.59 2613.17 1170.55 2603.09 c
-1183.51 2590.13 1226.71 2548.37 1255.51 2518.13 c
-f*
-0.49 0.29 0.027 rg
-1254.79 2518.85 m
-1201.51 2545.49 1156.15 2580.05 1153.27 2603.09 c
-1153.27 2605.97 1158.31 2611.73 1171.99 2600.93 c
-1183.51 2590.13 1230.31 2544.77 1254.79 2518.85 c
-f*
-0.471 0.271 0.02 rg
-1254.79 2518.85 m
-1200.79 2546.21 1156.87 2580.77 1154.71 2602.37 c
-1154.71 2604.53 1159.75 2610.29 1174.15 2599.49 c
-1183.51 2590.13 1234.63 2541.17 1254.79 2518.85 c
-f*
-0.459 0.259 0.02 rg
-1254.79 2519.57 m
-1200.07 2546.93 1157.59 2581.49 1156.15 2600.93 c
-1156.15 2603.81 1160.47 2609.57 1175.59 2597.33 c
-1183.51 2590.13 1238.23 2536.85 1254.79 2519.57 c
-f*
-0.439 0.239 0.008 rg
-1254.07 2520.29 m
-1200.07 2547.65 1157.59 2581.49 1157.59 2600.21 c
-1156.87 2602.37 1161.91 2608.13 1177.03 2595.89 c
-1183.51 2590.13 1241.83 2533.25 1254.07 2520.29 c
-f*
-0.431 0.227 0.008 rg
-1254.07 2521.01 m
-1199.35 2547.65 1158.31 2582.21 1158.31 2598.77 c
-1158.31 2600.93 1162.63 2606.69 1178.47 2593.73 c
-1182.79 2590.13 1245.43 2529.65 1254.07 2521.01 c
-f*
-0.408 0.208 0 rg
-1253.35 2521.01 m
-1198.63 2548.37 1159.03 2582.93 1159.75 2598.05 c
-1159.75 2600.21 1164.07 2605.97 1180.63 2592.29 c
-1182.79 2590.13 1249.75 2525.33 1253.35 2521.01 c
-f*
-0.4 0.2 0 rg
-1253.35 2521.73 m
-1197.91 2549.09 1159.75 2583.65 1161.19 2596.61 c
-1161.19 2598.77 1164.79 2604.53 1182.07 2590.13 c
-1182.79 2590.13 1253.35 2521.73 1253.35 2521.73 c
-f*
-0.8 0.6 0.2 rg
-1315.99 2495.09 m
-1315.99 2495.09 1278.55 2503.73 1261.99 2508.77 c
-1261.99 2508.77 1147.51 2628.29 1148.23 2628.29 c
-1164.79 2621.81 1205.83 2582.93 1223.83 2567.09 c
-1230.31 2561.33 1245.43 2552.69 1262.71 2547.65 c
-1263.43 2547.65 1315.99 2495.09 1315.99 2495.09 c
-f*
-0.78 0.58 0.188 rg
-1315.99 2495.81 m
-1315.99 2495.81 1277.11 2504.45 1260.55 2510.21 c
-1260.55 2510.21 1148.23 2626.85 1148.95 2626.85 c
-1165.51 2620.37 1206.55 2581.49 1224.55 2566.37 c
-1231.03 2560.61 1246.87 2551.97 1263.43 2546.93 c
-1264.15 2546.93 1315.99 2495.81 1315.99 2495.81 c
-f*
-0.761 0.561 0.18 rg
-1315.27 2495.81 m
-1315.27 2495.81 1275.67 2505.17 1259.11 2511.65 c
-1259.11 2511.65 1149.67 2625.41 1150.39 2625.41 c
-1166.23 2618.93 1207.27 2580.77 1225.27 2565.65 c
-1231.75 2559.89 1247.59 2550.53 1264.87 2546.21 c
-1265.59 2546.21 1315.27 2495.81 1315.27 2495.81 c
-f*
-0.741 0.541 0.169 rg
-1315.27 2496.53 m
-1315.27 2496.53 1274.23 2505.89 1257.67 2512.37 c
-1257.67 2512.37 1150.39 2624.69 1151.11 2624.69 c
-1166.95 2617.49 1207.99 2579.33 1225.27 2564.93 c
-1232.47 2559.17 1249.03 2549.81 1265.59 2544.77 c
-1266.31 2544.77 1315.27 2496.53 1315.27 2496.53 c
-f*
-0.722 0.522 0.157 rg
-1314.55 2496.53 m
-1314.55 2496.53 1273.51 2506.61 1256.23 2513.81 c
-1256.23 2513.81 1151.11 2623.25 1151.83 2623.25 c
-1167.67 2616.05 1208.71 2577.89 1225.99 2563.49 c
-1233.19 2558.45 1250.47 2549.09 1267.03 2544.05 c
-1267.75 2544.05 1314.55 2496.53 1314.55 2496.53 c
-f*
-0.702 0.498 0.149 rg
-1314.55 2497.25 m
-1314.55 2497.25 1272.07 2507.33 1254.79 2515.25 c
-1254.79 2515.25 1152.55 2621.81 1153.27 2621.81 c
-1168.39 2614.61 1209.43 2576.45 1226.71 2562.77 c
-1233.91 2557.73 1251.19 2547.65 1267.75 2543.33 c
-1268.47 2543.33 1314.55 2497.25 1314.55 2497.25 c
-f*
-0.69 0.49 0.149 rg
-1314.55 2497.25 m
-1314.55 2497.25 1270.63 2507.33 1253.35 2516.69 c
-1253.35 2516.69 1153.27 2620.37 1153.99 2620.37 c
-1169.11 2613.17 1210.15 2575.73 1227.43 2562.05 c
-1234.63 2557.01 1252.63 2546.93 1269.19 2542.61 c
-1269.91 2542.61 1314.55 2497.25 1314.55 2497.25 c
-f*
-0.671 0.471 0.137 rg
-1313.83 2497.97 m
-1313.83 2497.97 1269.19 2508.05 1251.91 2517.41 c
-1251.91 2517.41 1153.99 2618.93 1154.71 2618.93 c
-1169.83 2611.73 1210.87 2574.29 1228.15 2561.33 c
-1235.35 2556.29 1254.07 2546.21 1269.91 2541.89 c
-1270.63 2541.89 1313.83 2497.97 1313.83 2497.97 c
-f*
-0.651 0.451 0.129 rg
-1313.83 2498.69 m
-1313.83 2498.69 1267.75 2508.77 1250.47 2518.85 c
-1250.47 2518.85 1155.43 2618.21 1156.15 2618.21 c
-1170.55 2610.29 1211.59 2572.85 1228.15 2560.61 c
-1236.07 2555.57 1254.79 2544.77 1271.35 2540.45 c
-1272.07 2540.45 1313.83 2498.69 1313.83 2498.69 c
-f*
-0.631 0.431 0.118 rg
-1313.83 2498.69 m
-1313.83 2498.69 1266.31 2509.49 1249.03 2520.29 c
-1249.03 2520.29 1156.15 2616.77 1156.87 2616.77 c
-1171.27 2608.85 1212.31 2572.13 1228.87 2559.89 c
-1236.79 2554.85 1256.23 2544.05 1272.07 2539.73 c
-1272.79 2539.73 1313.83 2498.69 1313.83 2498.69 c
-f*
-0.612 0.408 0.11 rg
-1313.11 2499.41 m
-1313.11 2499.41 1264.87 2510.21 1247.59 2521.73 c
-1247.59 2521.73 1156.87 2615.33 1157.59 2615.33 c
-1171.99 2607.41 1213.03 2570.69 1229.59 2559.17 c
-1237.51 2554.13 1257.67 2543.33 1273.51 2539.01 c
-1274.23 2539.01 1313.11 2499.41 1313.11 2499.41 c
-f*
-0.592 0.388 0.09 rg
-1313.11 2499.41 m
-1313.11 2499.41 1264.15 2510.93 1245.43 2522.45 c
-1245.43 2522.45 1158.31 2613.89 1159.03 2613.89 c
-1173.43 2605.25 1213.75 2569.25 1230.31 2557.73 c
-1238.23 2553.41 1258.39 2541.89 1274.23 2538.29 c
-1274.95 2538.29 1313.11 2499.41 1313.11 2499.41 c
-f*
-0.569 0.369 0.078 rg
-1312.39 2500.13 m
-1312.39 2500.13 1262.71 2511.65 1243.99 2523.89 c
-1243.99 2523.89 1159.03 2612.45 1159.75 2612.45 c
-1174.15 2603.81 1214.47 2567.81 1231.03 2557.01 c
-1238.95 2552.69 1259.83 2541.17 1275.67 2537.57 c
-1276.39 2537.57 1312.39 2500.13 1312.39 2500.13 c
-f*
-0.549 0.349 0.067 rg
-1312.39 2500.13 m
-1312.39 2500.13 1261.27 2512.37 1242.55 2525.33 c
-1242.55 2525.33 1159.75 2611.01 1160.47 2611.01 c
-1174.87 2602.37 1215.19 2567.09 1231.75 2556.29 c
-1239.67 2551.97 1261.27 2540.45 1276.39 2536.85 c
-1277.11 2536.85 1312.39 2500.13 1312.39 2500.13 c
-f*
-0.529 0.329 0.059 rg
-1312.39 2500.85 m
-1312.39 2500.85 1259.83 2513.09 1241.11 2526.77 c
-1241.11 2526.77 1161.19 2610.29 1161.91 2610.29 c
-1175.59 2600.93 1215.91 2565.65 1231.75 2555.57 c
-1240.39 2551.25 1261.99 2539.01 1277.83 2535.41 c
-1278.55 2535.41 1312.39 2500.85 1312.39 2500.85 c
-f*
-0.51 0.31 0.047 rg
-1311.67 2501.57 m
-1311.67 2501.57 1258.39 2513.81 1239.67 2527.49 c
-1239.67 2527.49 1161.91 2608.85 1162.63 2608.85 c
-1176.31 2599.49 1216.63 2564.21 1232.47 2554.85 c
-1241.11 2550.53 1263.43 2538.29 1278.55 2534.69 c
-1279.27 2534.69 1311.67 2501.57 1311.67 2501.57 c
-f*
-0.498 0.298 0.047 rg
-1311.67 2501.57 m
-1311.67 2501.57 1256.95 2513.81 1238.23 2528.93 c
-1238.23 2528.93 1162.63 2607.41 1163.35 2607.41 c
-1177.03 2598.05 1217.35 2563.49 1233.19 2554.13 c
-1241.83 2549.81 1264.87 2537.57 1279.99 2533.97 c
-1280.71 2533.97 1311.67 2501.57 1311.67 2501.57 c
-f*
-0.478 0.278 0.039 rg
-1311.67 2502.29 m
-1311.67 2502.29 1255.51 2514.53 1236.79 2530.37 c
-1236.79 2530.37 1164.07 2605.97 1164.79 2605.97 c
-1177.75 2596.61 1218.07 2562.05 1233.91 2553.41 c
-1242.55 2549.09 1265.59 2536.13 1280.71 2533.25 c
-1281.43 2533.25 1311.67 2502.29 1311.67 2502.29 c
-f*
-0.459 0.259 0.027 rg
-1310.95 2502.29 m
-1310.95 2502.29 1254.79 2515.25 1235.35 2531.81 c
-1235.35 2531.81 1164.79 2604.53 1165.51 2604.53 c
-1178.47 2595.17 1218.79 2560.61 1234.63 2551.97 c
-1243.27 2548.37 1267.03 2535.41 1282.15 2532.53 c
-1282.87 2532.53 1310.95 2502.29 1310.95 2502.29 c
-f*
-0.439 0.239 0.02 rg
-1310.95 2503.01 m
-1310.95 2503.01 1253.35 2515.97 1233.91 2532.53 c
-1233.91 2532.53 1165.51 2603.81 1166.23 2603.81 c
-1179.19 2593.73 1219.51 2559.17 1234.63 2551.25 c
-1243.99 2547.65 1268.47 2534.69 1282.87 2531.09 c
-1283.59 2531.09 1310.95 2503.01 1310.95 2503.01 c
-f*
-0.42 0.22 0.008 rg
-1310.23 2503.01 m
-1310.23 2503.01 1251.91 2516.69 1232.47 2533.97 c
-1232.47 2533.97 1166.95 2602.37 1167.67 2602.37 c
-1179.91 2592.29 1220.23 2558.45 1235.35 2550.53 c
-1244.71 2546.93 1269.19 2533.25 1284.31 2530.37 c
-1285.03 2530.37 1310.23 2503.01 1310.23 2503.01 c
-f*
-0.4 0.2 0 rg
-1310.23 2503.73 m
-1310.23 2503.73 1250.47 2517.41 1231.03 2535.41 c
-1231.03 2535.41 1167.67 2600.93 1168.39 2600.93 c
-1180.63 2590.85 1220.95 2557.01 1236.07 2549.81 c
-1245.43 2546.21 1270.63 2532.53 1285.03 2529.65 c
-1285.75 2529.65 1310.23 2503.73 1310.23 2503.73 c
-f*
-0.973 0.773 0 rg
-1320.31 2492.21 m
-1355.59 2488.61 1388.71 2487.17 1410.31 2487.17 c
-1465.03 2487.17 1537.75 2510.21 1609.75 2546.21 c
-1679.59 2582.93 1701.19 2597.33 1750.87 2626.85 c
-1799.11 2654.93 1856.71 2691.65 1835.11 2702.45 c
-1813.51 2713.97 1789.03 2701.01 1719.19 2657.81 c
-1651.51 2615.33 1612.63 2594.45 1538.47 2562.05 c
-1509.67 2549.09 1465.75 2531.09 1435.51 2529.65 c
-1406.71 2528.21 1367.83 2528.93 1345.51 2528.93 c
-1318.87 2528.93 1285.03 2539.73 1256.95 2551.97 c
-1256.95 2552.69 1320.31 2492.21 1320.31 2492.21 c
-f*
-0.941 0.741 0 rg
-1318.87 2492.93 m
-1354.87 2488.61 1388.71 2487.89 1411.03 2487.89 c
-1465.03 2487.89 1537.03 2510.93 1608.31 2546.93 c
-1678.87 2582.93 1699.03 2597.33 1749.43 2626.13 c
-1797.67 2654.93 1855.27 2690.93 1833.67 2701.73 c
-1812.07 2712.53 1788.31 2699.57 1718.47 2656.37 c
-1650.79 2614.61 1611.19 2593.01 1538.47 2561.33 c
-1508.95 2548.37 1465.75 2530.37 1435.51 2528.93 c
-1406.71 2527.49 1367.83 2528.21 1346.23 2528.21 c
-1319.59 2528.21 1285.75 2539.01 1257.67 2550.53 c
-1257.67 2551.25 1318.87 2492.93 1318.87 2492.93 c
-f*
-0.91 0.71 0 rg
-1318.15 2493.65 m
-1354.15 2489.33 1388.71 2488.61 1411.03 2488.61 c
-1465.03 2488.61 1536.31 2511.65 1607.59 2546.93 c
-1677.43 2582.93 1697.59 2597.33 1747.27 2626.13 c
-1795.51 2654.21 1853.11 2690.21 1832.23 2700.29 c
-1810.63 2711.81 1786.87 2698.13 1717.75 2655.65 c
-1650.79 2613.89 1609.75 2591.57 1537.75 2560.61 c
-1508.95 2547.65 1465.75 2530.37 1435.51 2528.21 c
-1406.71 2526.77 1368.55 2527.49 1346.23 2527.49 c
-1319.59 2527.49 1286.47 2538.29 1259.11 2549.81 c
-1259.11 2550.53 1318.15 2493.65 1318.15 2493.65 c
-f*
-0.89 0.69 0 rg
-1317.43 2493.65 m
-1353.43 2489.33 1388.71 2489.33 1411.03 2489.33 c
-1465.03 2489.33 1535.59 2511.65 1606.87 2547.65 c
-1676.71 2582.93 1695.43 2597.33 1745.83 2625.41 c
-1793.35 2653.49 1851.67 2688.77 1830.79 2699.57 c
-1809.19 2710.37 1786.15 2696.69 1717.03 2654.21 c
-1650.07 2613.17 1608.31 2590.85 1537.75 2559.89 c
-1508.23 2546.93 1465.75 2529.65 1435.51 2528.21 c
-1406.71 2526.05 1368.55 2526.77 1346.23 2526.77 c
-1320.31 2526.77 1287.19 2537.57 1259.83 2549.09 c
-1259.83 2549.81 1317.43 2493.65 1317.43 2493.65 c
-f*
-0.863 0.659 0 rg
-1315.99 2494.37 m
-1352.71 2490.05 1388.71 2490.05 1411.03 2490.05 c
-1465.03 2490.05 1534.87 2512.37 1606.15 2547.65 c
-1675.27 2582.93 1693.99 2597.33 1743.67 2625.41 c
-1791.19 2652.77 1850.23 2688.05 1829.35 2698.85 c
-1807.75 2709.65 1785.43 2695.25 1716.31 2653.49 c
-1649.35 2612.45 1606.87 2589.41 1537.03 2559.17 c
-1507.51 2546.21 1465.75 2528.93 1435.51 2527.49 c
-1406.71 2525.33 1368.55 2526.05 1346.23 2526.05 c
-1320.31 2526.05 1287.91 2536.85 1260.55 2548.37 c
-1260.55 2549.09 1315.99 2494.37 1315.99 2494.37 c
-f*
-0.831 0.631 0 rg
-1315.27 2495.09 m
-1352.71 2490.05 1388.71 2490.77 1411.75 2490.77 c
-1465.75 2490.77 1534.15 2513.09 1604.71 2548.37 c
-1674.55 2582.93 1692.55 2596.61 1742.23 2624.69 c
-1789.75 2652.77 1848.79 2687.33 1827.19 2698.13 c
-1806.31 2708.93 1784.71 2694.53 1715.59 2652.05 c
-1648.63 2611.73 1605.43 2587.97 1537.03 2557.73 c
-1506.79 2544.77 1465.75 2528.21 1435.51 2526.77 c
-1406.71 2524.61 1368.55 2525.33 1346.95 2525.33 c
-1321.03 2525.33 1288.63 2535.41 1261.27 2546.93 c
-1261.27 2547.65 1315.27 2495.09 1315.27 2495.09 c
-f*
-0.8 0.6 0 rg
-1314.55 2495.81 m
-1351.99 2490.77 1388.71 2491.49 1411.75 2491.49 c
-1465.75 2491.49 1533.43 2513.81 1603.99 2548.37 c
-1673.11 2582.93 1690.39 2596.61 1740.07 2624.69 c
-1787.59 2652.05 1847.35 2686.61 1825.75 2696.69 c
-1804.87 2707.49 1783.27 2693.09 1714.87 2651.33 c
-1647.91 2611.01 1603.99 2586.53 1536.31 2557.01 c
-1506.79 2544.05 1465.75 2528.21 1435.51 2526.05 c
-1406.71 2523.89 1368.55 2524.61 1346.95 2524.61 c
-1321.03 2524.61 1289.35 2534.69 1261.99 2546.21 c
-1261.99 2546.93 1314.55 2495.81 1314.55 2495.81 c
-f*
-0.773 0.569 0 rg
-1313.11 2496.53 m
-1351.27 2491.49 1388.71 2492.21 1411.75 2492.21 c
-1465.75 2492.21 1532.71 2514.53 1603.27 2548.37 c
-1672.39 2582.93 1688.95 2596.61 1737.91 2624.69 c
-1785.43 2651.33 1845.19 2685.89 1824.31 2695.97 c
-1803.43 2706.77 1782.55 2691.65 1714.15 2650.61 c
-1647.91 2610.29 1602.55 2585.09 1536.31 2556.29 c
-1506.07 2543.33 1465.75 2527.49 1435.51 2525.33 c
-1406.71 2523.17 1369.27 2523.89 1346.95 2523.89 c
-1321.03 2523.89 1290.07 2533.97 1263.43 2545.49 c
-1263.43 2546.21 1313.11 2496.53 1313.11 2496.53 c
-f*
-0.741 0.541 0 rg
-1312.39 2497.25 m
-1350.55 2491.49 1388.71 2492.93 1412.47 2492.93 c
-1465.75 2492.93 1531.99 2515.25 1601.83 2549.09 c
-1670.95 2582.93 1687.51 2596.61 1736.47 2623.97 c
-1783.99 2651.33 1843.75 2685.17 1822.87 2695.25 c
-1801.99 2706.05 1781.83 2690.21 1713.43 2649.17 c
-1647.19 2609.57 1601.11 2583.65 1535.59 2555.57 c
-1505.35 2542.61 1465.75 2526.77 1435.51 2524.61 c
-1406.71 2522.45 1369.27 2523.17 1347.67 2523.17 c
-1321.75 2523.17 1290.79 2533.25 1264.15 2544.05 c
-1264.15 2544.77 1312.39 2497.25 1312.39 2497.25 c
-f*
-0.71 0.51 0 rg
-1311.67 2497.97 m
-1349.83 2492.21 1388.71 2493.65 1412.47 2493.65 c
-1465.75 2493.65 1531.27 2515.97 1601.11 2549.09 c
-1670.23 2582.93 1685.35 2596.61 1734.31 2623.97 c
-1781.83 2650.61 1842.31 2684.45 1821.43 2694.53 c
-1800.55 2704.61 1781.11 2688.77 1712.71 2648.45 c
-1646.47 2608.85 1599.67 2582.21 1535.59 2554.85 c
-1504.63 2541.89 1465.75 2526.05 1435.51 2523.89 c
-1406.71 2521.73 1369.27 2522.45 1347.67 2522.45 c
-1321.75 2522.45 1291.51 2532.53 1264.87 2543.33 c
-1264.87 2544.05 1311.67 2497.97 1311.67 2497.97 c
-f*
-0.69 0.49 0 rg
-1310.23 2497.97 m
-1349.11 2492.21 1387.99 2495.09 1412.47 2495.09 c
-1465.75 2495.09 1531.27 2515.97 1600.39 2549.81 c
-1668.79 2582.93 1683.91 2596.61 1732.87 2623.25 c
-1779.67 2649.89 1840.87 2683.01 1819.99 2693.09 c
-1799.11 2703.89 1779.67 2687.33 1712.71 2647.01 c
-1645.75 2607.41 1598.95 2581.49 1534.87 2554.13 c
-1504.63 2541.17 1466.47 2526.05 1436.23 2523.89 c
-1407.43 2521.73 1369.27 2522.45 1347.67 2522.45 c
-1322.47 2522.45 1292.23 2531.81 1265.59 2542.61 c
-1265.59 2543.33 1310.23 2497.97 1310.23 2497.97 c
-f*
-0.659 0.459 0 rg
-1309.51 2498.69 m
-1348.39 2492.93 1387.99 2495.81 1412.47 2495.81 c
-1465.75 2495.81 1530.55 2516.69 1599.67 2549.81 c
-1668.07 2582.93 1681.75 2596.61 1730.71 2623.25 c
-1777.51 2649.17 1839.43 2682.29 1818.55 2692.37 c
-1797.67 2702.45 1778.95 2685.89 1711.99 2646.29 c
-1645.03 2606.69 1597.51 2580.05 1534.87 2553.41 c
-1503.91 2540.45 1466.47 2525.33 1436.23 2523.17 c
-1407.43 2521.01 1369.27 2521.73 1347.67 2521.73 c
-1322.47 2521.73 1292.95 2531.09 1266.31 2541.89 c
-1266.31 2542.61 1309.51 2498.69 1309.51 2498.69 c
-f*
-0.631 0.431 0 rg
-1308.79 2499.41 m
-1347.67 2492.93 1387.99 2496.53 1413.19 2496.53 c
-1465.75 2496.53 1529.83 2517.41 1598.23 2550.53 c
-1666.63 2582.93 1680.31 2596.61 1729.27 2622.53 c
-1776.07 2649.17 1837.99 2681.57 1817.11 2691.65 c
-1796.23 2701.73 1778.23 2684.45 1711.27 2644.85 c
-1644.31 2605.97 1596.07 2578.61 1534.15 2552.69 c
-1503.19 2539.73 1466.47 2524.61 1436.23 2522.45 c
-1407.43 2520.29 1369.27 2521.01 1348.39 2521.01 c
-1323.19 2521.01 1293.67 2530.37 1267.03 2540.45 c
-1267.03 2541.17 1308.79 2499.41 1308.79 2499.41 c
-f*
-0.6 0.4 0 rg
-1307.35 2500.13 m
-1346.95 2493.65 1387.99 2497.25 1413.19 2497.25 c
-1465.75 2497.25 1529.11 2518.13 1597.51 2550.53 c
-1665.91 2582.93 1678.87 2596.61 1727.11 2622.53 c
-1773.91 2648.45 1835.83 2680.85 1815.67 2690.93 c
-1794.79 2701.01 1777.51 2683.01 1710.55 2644.13 c
-1644.31 2605.25 1594.63 2577.17 1534.15 2551.97 c
-1502.47 2539.01 1466.47 2523.89 1436.23 2521.73 c
-1407.43 2519.57 1369.99 2520.29 1348.39 2520.29 c
-1323.19 2520.29 1294.39 2529.65 1268.47 2539.73 c
-1268.47 2540.45 1307.35 2500.13 1307.35 2500.13 c
-f*
-0.569 0.369 0 rg
-1306.63 2500.85 m
-1346.23 2494.37 1387.99 2497.97 1413.19 2497.97 c
-1465.75 2497.97 1528.39 2518.85 1596.79 2550.53 c
-1664.47 2582.93 1676.71 2596.61 1724.95 2622.53 c
-1771.75 2647.73 1834.39 2680.13 1814.23 2689.49 c
-1793.35 2699.57 1776.07 2681.57 1709.83 2643.41 c
-1643.59 2604.53 1593.19 2575.73 1533.43 2551.25 c
-1502.47 2538.29 1466.47 2523.89 1436.23 2521.01 c
-1407.43 2518.85 1369.99 2519.57 1348.39 2519.57 c
-1323.19 2519.57 1295.11 2528.93 1269.19 2539.01 c
-1269.19 2539.73 1306.63 2500.85 1306.63 2500.85 c
-f*
-0.541 0.341 0 rg
-1305.91 2501.57 m
-1346.23 2494.37 1387.99 2498.69 1413.91 2498.69 c
-1466.47 2498.69 1527.67 2519.57 1595.35 2551.25 c
-1663.75 2582.93 1675.27 2595.89 1723.51 2621.81 c
-1770.31 2647.73 1832.95 2679.41 1812.07 2688.77 c
-1791.91 2698.85 1775.35 2680.85 1709.11 2641.97 c
-1642.87 2603.81 1591.75 2574.29 1533.43 2549.81 c
-1501.75 2536.85 1466.47 2523.17 1436.23 2520.29 c
-1407.43 2518.13 1369.99 2518.85 1349.11 2518.85 c
-1323.91 2518.85 1295.83 2527.49 1269.91 2537.57 c
-1269.91 2538.29 1305.91 2501.57 1305.91 2501.57 c
-f*
-0.51 0.31 0 rg
-1304.47 2502.29 m
-1345.51 2495.09 1387.99 2499.41 1413.91 2499.41 c
-1466.47 2499.41 1526.95 2520.29 1594.63 2551.25 c
-1662.31 2582.93 1673.83 2595.89 1721.35 2621.81 c
-1768.15 2647.01 1831.51 2678.69 1810.63 2688.05 c
-1790.47 2698.13 1774.63 2679.41 1708.39 2641.25 c
-1642.15 2603.09 1590.31 2572.85 1532.71 2549.09 c
-1501.03 2536.13 1466.47 2522.45 1436.23 2519.57 c
-1407.43 2517.41 1369.99 2518.13 1349.11 2518.13 c
-1323.91 2518.13 1296.55 2526.77 1270.63 2536.85 c
-1270.63 2537.57 1304.47 2502.29 1304.47 2502.29 c
-f*
-0.49 0.29 0 rg
-1303.75 2502.29 m
-1344.79 2495.09 1387.99 2500.13 1413.91 2500.13 c
-1466.47 2500.13 1526.23 2520.29 1593.91 2551.97 c
-1661.59 2582.93 1671.67 2595.89 1719.91 2621.09 c
-1765.99 2646.29 1830.07 2677.25 1809.19 2687.33 c
-1789.03 2696.69 1773.91 2677.97 1707.67 2639.81 c
-1641.43 2602.37 1588.87 2572.13 1532.71 2548.37 c
-1500.31 2535.41 1466.47 2521.73 1436.23 2519.57 c
-1407.43 2516.69 1369.99 2517.41 1349.11 2517.41 c
-1324.63 2517.41 1297.27 2526.05 1271.35 2536.13 c
-1271.35 2536.85 1303.75 2502.29 1303.75 2502.29 c
-f*
-0.459 0.259 0 rg
-1303.03 2503.01 m
-1344.07 2495.81 1387.99 2500.85 1413.91 2500.85 c
-1466.47 2500.85 1525.51 2521.01 1593.19 2551.97 c
-1660.15 2582.93 1670.23 2595.89 1717.75 2621.09 c
-1763.83 2645.57 1827.91 2676.53 1807.75 2685.89 c
-1787.59 2695.97 1772.47 2676.53 1706.95 2639.09 c
-1641.43 2601.65 1587.43 2570.69 1531.99 2547.65 c
-1500.31 2534.69 1466.47 2521.73 1436.23 2518.85 c
-1407.43 2515.97 1370.71 2516.69 1349.11 2516.69 c
-1324.63 2516.69 1297.99 2525.33 1272.79 2535.41 c
-1272.79 2536.13 1303.03 2503.01 1303.03 2503.01 c
-f*
-0.431 0.227 0 rg
-1301.59 2503.73 m
-1343.35 2495.81 1387.99 2501.57 1414.63 2501.57 c
-1466.47 2501.57 1524.79 2521.73 1591.75 2552.69 c
-1659.43 2582.93 1668.07 2595.89 1716.31 2620.37 c
-1762.39 2645.57 1826.47 2675.81 1806.31 2685.17 c
-1786.15 2694.53 1771.75 2675.09 1706.23 2637.65 c
-1640.71 2600.93 1585.99 2569.25 1531.99 2546.93 c
-1499.59 2533.97 1466.47 2521.01 1436.23 2518.13 c
-1407.43 2515.25 1370.71 2515.97 1349.83 2515.97 c
-1325.35 2515.97 1298.71 2524.61 1273.51 2533.97 c
-1273.51 2534.69 1301.59 2503.73 1301.59 2503.73 c
-f*
-0.4 0.2 0 rg
-1300.87 2504.45 m
-1342.63 2496.53 1387.99 2502.29 1414.63 2502.29 c
-1466.47 2502.29 1524.07 2522.45 1591.03 2552.69 c
-1657.99 2582.93 1666.63 2595.89 1714.15 2620.37 c
-1760.23 2644.85 1825.03 2675.09 1804.87 2684.45 c
-1784.71 2693.81 1771.03 2673.65 1705.51 2636.93 c
-1639.99 2600.21 1584.55 2567.81 1531.27 2546.21 c
-1498.87 2533.25 1466.47 2520.29 1436.23 2517.41 c
-1407.43 2514.53 1370.71 2515.25 1349.83 2515.25 c
-1325.35 2515.25 1299.43 2523.89 1274.23 2533.25 c
-1274.23 2533.97 1300.87 2504.45 1300.87 2504.45 c
-f*
-1 g
-1650.07 1995.41 m
-1658.71 2023.49 1938.79 2089.73 1984.87 2068.13 c
-2030.23 2046.53 2247.67 1730.45 2208.79 1713.17 c
-2169.91 1696.61 2086.39 1818.29 1964.71 1874.45 c
-1843.03 1930.61 1641.43 1966.61 1650.07 1995.41 c
-f*
-0.98 g
-1658.31 1994.84 m
-1666.79 2022.45 1939.76 2085.6 1985.21 2064.81 c
-2029.98 2044.02 2242.9 1735.84 2204.66 1718.91 c
-2166.42 1702.66 2085.01 1822.37 1965.25 1877.64 c
-1845.49 1932.91 1649.84 1966.55 1658.31 1994.84 c
-f*
-0.961 g
-1666.56 1994.27 m
-1674.88 2021.42 1940.74 2081.48 1985.56 2061.5 c
-2029.73 2041.51 2238.13 1741.23 2200.53 1724.65 c
-2162.93 1708.71 2083.63 1826.44 1965.79 1880.83 c
-1847.96 1935.21 1658.24 1966.48 1666.56 1994.27 c
-f*
-0.941 g
-1674.8 1993.71 m
-1682.96 2020.38 1941.71 2077.35 1985.9 2058.18 c
-2029.48 2039 2233.37 1746.62 2196.4 1730.38 c
-2159.44 1714.76 2082.24 1830.52 1966.33 1884.02 c
-1850.42 1937.52 1666.65 1966.42 1674.8 1993.71 c
-f*
-0.922 g
-1683.05 1993.14 m
-1691.05 2019.34 1942.69 2073.22 1986.25 2054.86 c
-2029.23 2036.5 2228.6 1752.02 2192.27 1736.12 c
-2155.95 1720.81 2080.86 1834.6 1966.87 1887.21 c
-1852.88 1939.82 1675.05 1966.35 1683.05 1993.14 c
-f*
-0.902 g
-1691.3 1992.57 m
-1699.13 2018.31 1943.66 2069.1 1986.6 2051.54 c
-2028.98 2033.99 2223.83 1757.41 2188.14 1741.86 c
-2152.46 1726.86 2079.48 1838.67 1967.41 1890.4 c
-1855.35 1942.12 1683.46 1966.29 1691.3 1992.57 c
-f*
-0.882 g
-1699.54 1992 m
-1707.21 2017.27 1944.64 2064.97 1986.94 2048.22 c
-2028.74 2031.48 2219.06 1762.8 2184.02 1747.6 c
-2148.97 1732.9 2078.1 1842.75 1967.95 1893.59 c
-1857.81 1944.43 1691.87 1966.23 1699.54 1992 c
-f*
-0.863 g
-1707.79 1991.43 m
-1715.3 2016.23 1945.61 2060.84 1987.29 2044.91 c
-2028.49 2028.97 2214.29 1768.19 2179.89 1753.34 c
-2145.48 1738.95 2076.71 1846.83 1968.49 1896.78 c
-1860.27 1946.73 1700.27 1966.16 1707.79 1991.43 c
-f*
-0.843 g
-1716.03 1990.87 m
-1723.38 2015.2 1946.59 2056.71 1987.63 2041.59 c
-2028.24 2026.46 2209.53 1773.58 2175.76 1759.07 c
-2141.99 1745 2075.33 1850.91 1969.03 1899.97 c
-1862.73 1949.03 1708.68 1966.1 1716.03 1990.87 c
-f*
-0.82 g
-1724.28 1990.3 m
-1731.47 2014.16 1947.56 2052.59 1987.98 2038.27 c
-2027.99 2023.95 2204.76 1778.97 2171.63 1764.81 c
-2138.5 1751.05 2073.95 1854.98 1969.57 1903.16 c
-1865.2 1951.33 1717.08 1966.03 1724.28 1990.3 c
-f*
-0.8 g
-1732.52 1989.73 m
-1739.55 2013.12 1948.54 2048.46 1988.32 2034.95 c
-2027.74 2021.45 2199.99 1784.36 2167.5 1770.55 c
-2135.01 1757.1 2072.57 1859.06 1970.11 1906.35 c
-1867.66 1953.63 1725.49 1965.97 1732.52 1989.73 c
-f*
-0.78 g
-1740.76 1989.16 m
-1747.63 2012.09 1949.51 2044.33 1988.67 2031.64 c
-2027.49 2018.94 2195.22 1789.76 2163.37 1776.29 c
-2131.52 1763.15 2071.18 1863.14 1970.65 1909.54 c
-1870.12 1955.94 1733.9 1965.91 1740.76 1989.16 c
-f*
-0.761 g
-1749.01 1988.59 m
-1755.72 2011.05 1950.48 2040.21 1989.01 2028.32 c
-2027.24 2016.43 2190.45 1795.15 2159.24 1782.03 c
-2128.03 1769.2 2069.8 1867.21 1971.19 1912.73 c
-1872.59 1958.24 1742.3 1965.84 1749.01 1988.59 c
-f*
-0.741 g
-1757.25 1988.03 m
-1763.8 2010.02 1951.46 2036.08 1989.36 2025 c
-2026.99 2013.92 2185.69 1800.54 2155.11 1787.76 c
-2124.54 1775.25 2068.42 1871.29 1971.73 1915.92 c
-1875.05 1960.54 1750.71 1965.78 1757.25 1988.03 c
-f*
-0.722 g
-1765.5 1987.46 m
-1771.89 2008.98 1952.43 2031.95 1989.7 2021.69 c
-2026.74 2011.41 2180.92 1805.93 2150.98 1793.5 c
-2121.05 1781.3 2067.03 1875.37 1972.27 1919.11 c
-1877.51 1962.85 1759.11 1965.71 1765.5 1987.46 c
-f*
-0.702 g
-1773.74 1986.89 m
-1779.97 2007.94 1953.41 2027.83 1990.05 2018.37 c
-2026.49 2008.9 2176.15 1811.32 2146.86 1799.24 c
-2117.56 1787.34 2065.65 1879.45 1972.81 1922.3 c
-1879.97 1965.15 1767.52 1965.65 1773.74 1986.89 c
-f*
-0.682 g
-1781.99 1986.32 m
-1788.05 2006.91 1954.38 2023.7 1990.39 2015.05 c
-2026.25 2006.39 2171.38 1816.71 2142.73 1804.98 c
-2114.07 1793.39 2064.27 1883.52 1973.35 1925.49 c
-1882.44 1967.45 1775.93 1965.59 1781.99 1986.32 c
-f*
-0.659 g
-1790.23 1985.75 m
-1796.14 2005.87 1955.36 2019.57 1990.74 2011.73 c
-2026 2003.89 2166.61 1822.11 2138.6 1810.72 c
-2110.58 1799.44 2062.89 1887.6 1973.89 1928.68 c
-1884.9 1969.75 1784.33 1965.52 1790.23 1985.75 c
-f*
-0.639 g
-1798.48 1985.19 m
-1804.22 2004.83 1956.33 2015.44 1991.08 2008.41 c
-2025.75 2001.38 2161.85 1827.5 2134.47 1816.45 c
-2107.09 1805.49 2061.5 1891.68 1974.43 1931.87 c
-1887.36 1972.06 1792.74 1965.46 1798.48 1985.19 c
-f*
-0.62 g
-1806.73 1984.62 m
-1812.31 2003.8 1957.31 2011.32 1991.43 2005.1 c
-2025.5 1998.87 2157.08 1832.89 2130.34 1822.19 c
-2103.6 1811.54 2060.12 1895.75 1974.97 1935.06 c
-1889.83 1974.36 1801.14 1965.39 1806.73 1984.62 c
-f*
-0.6 g
-1814.97 1984.05 m
-1820.39 2002.76 1958.28 2007.19 1991.77 2001.78 c
-2025.25 1996.36 2152.31 1838.28 2126.21 1827.93 c
-2100.11 1817.59 2058.74 1899.83 1975.51 1938.25 c
-1892.29 1976.66 1809.55 1965.33 1814.97 1984.05 c
-f*
-1 g
-1297.27 1564.85 m
-1326.07 1563.41 1298.71 1402.13 1298.71 1235.81 c
-1298.71 1069.49 1321.03 1011.17 1300.15 990.291 c
-1279.27 969.411 1243.27 1044.29 1243.27 1210.61 c
-1243.27 1376.93 1268.47 1566.29 1297.27 1564.85 c
-f*
-0.98 g
-1296.98 1560.94 m
-1324.8 1559.33 1298.07 1400.42 1297.95 1236.75 c
-1297.83 1073.09 1319.82 1014.68 1299.59 994.376 c
-1279.38 974.097 1243.98 1048.21 1244.13 1211.9 c
-1244.25 1375.57 1269.15 1562.55 1296.98 1560.94 c
-f*
-0.961 g
-1296.68 1557.03 m
-1323.54 1555.24 1297.44 1398.72 1297.19 1237.7 c
-1296.94 1076.68 1318.61 1018.19 1299.03 998.462 c
-1279.5 978.784 1244.68 1052.13 1244.98 1213.2 c
-1245.23 1374.21 1269.83 1558.82 1296.68 1557.03 c
-f*
-0.941 g
-1296.39 1553.12 m
-1322.27 1551.16 1296.8 1397.01 1296.43 1238.65 c
-1296.06 1080.28 1317.4 1021.7 1298.47 1002.55 c
-1279.61 983.47 1245.39 1056.06 1245.84 1214.49 c
-1246.2 1372.85 1270.51 1555.08 1296.39 1553.12 c
-f*
-0.922 g
-1296.09 1549.21 m
-1321.01 1547.08 1296.16 1395.3 1295.67 1239.59 c
-1295.18 1083.88 1316.19 1025.21 1297.91 1006.63 c
-1279.73 988.157 1246.1 1059.98 1246.69 1215.79 c
-1247.18 1371.5 1271.18 1551.35 1296.09 1549.21 c
-f*
-0.902 g
-1295.8 1545.3 m
-1319.74 1542.99 1295.53 1393.59 1294.91 1240.53 c
-1294.3 1087.48 1314.97 1028.72 1297.34 1010.72 c
-1279.84 992.843 1246.81 1063.9 1247.55 1217.08 c
-1248.16 1370.14 1271.86 1547.62 1295.8 1545.3 c
-f*
-0.882 g
-1295.51 1541.39 m
-1318.47 1538.91 1294.89 1391.88 1294.15 1241.48 c
-1293.41 1091.07 1313.76 1032.23 1296.78 1014.8 c
-1279.95 997.53 1247.51 1067.82 1248.4 1218.37 c
-1249.14 1368.78 1272.54 1543.88 1295.51 1541.39 c
-f*
-0.863 g
-1295.21 1537.48 m
-1317.21 1534.83 1294.25 1390.18 1293.39 1242.43 c
-1292.53 1094.67 1312.55 1035.74 1296.22 1018.89 c
-1280.07 1002.22 1248.22 1071.74 1249.26 1219.67 c
-1250.12 1367.42 1273.22 1540.14 1295.21 1537.48 c
-f*
-0.843 g
-1294.92 1533.57 m
-1315.94 1530.74 1293.62 1388.47 1292.63 1243.37 c
-1291.65 1098.27 1311.34 1039.25 1295.66 1022.97 c
-1280.18 1006.9 1248.93 1075.67 1250.11 1220.96 c
-1251.09 1366.06 1273.9 1536.41 1294.92 1533.57 c
-f*
-0.82 g
-1294.62 1529.66 m
-1314.68 1526.66 1292.98 1386.76 1291.87 1244.32 c
-1290.76 1101.87 1310.13 1042.76 1295.1 1027.06 c
-1280.3 1011.59 1249.63 1079.59 1250.97 1222.26 c
-1252.07 1364.7 1274.58 1532.68 1294.62 1529.66 c
-f*
-0.8 g
-1294.33 1525.76 m
-1313.41 1522.58 1292.34 1385.05 1291.11 1245.26 c
-1289.88 1105.46 1308.92 1046.26 1294.54 1031.15 c
-1280.41 1016.28 1250.34 1083.51 1251.82 1223.55 c
-1253.05 1363.35 1275.25 1528.94 1294.33 1525.76 c
-f*
-0.78 g
-1294.04 1521.85 m
-1312.14 1518.49 1291.71 1383.35 1290.36 1246.2 c
-1289 1109.06 1307.71 1049.77 1293.98 1035.23 c
-1280.52 1020.96 1251.05 1087.43 1252.68 1224.84 c
-1254.03 1361.99 1275.93 1525.2 1294.04 1521.85 c
-f*
-0.761 g
-1293.74 1517.94 m
-1310.88 1514.41 1291.07 1381.64 1289.6 1247.15 c
-1288.11 1112.66 1306.5 1053.28 1293.42 1039.32 c
-1280.64 1025.65 1251.75 1091.35 1253.53 1226.14 c
-1255.01 1360.63 1276.61 1521.47 1293.74 1517.94 c
-f*
-0.741 g
-1293.45 1514.03 m
-1309.61 1510.32 1290.44 1379.93 1288.84 1248.1 c
-1287.23 1116.26 1305.29 1056.79 1292.86 1043.4 c
-1280.75 1030.33 1252.46 1095.28 1254.38 1227.43 c
-1255.98 1359.27 1277.29 1517.73 1293.45 1514.03 c
-f*
-0.722 g
-1293.15 1510.12 m
-1308.35 1506.24 1289.8 1378.22 1288.08 1249.04 c
-1286.35 1119.85 1304.08 1060.3 1292.3 1047.49 c
-1280.87 1035.02 1253.17 1099.2 1255.24 1228.73 c
-1256.96 1357.91 1277.97 1514 1293.15 1510.12 c
-f*
-0.702 g
-1292.86 1506.21 m
-1307.08 1502.16 1289.16 1376.52 1287.32 1249.99 c
-1285.47 1123.45 1302.86 1063.81 1291.73 1051.57 c
-1280.98 1039.71 1253.87 1103.12 1256.1 1230.02 c
-1257.94 1356.55 1278.65 1510.26 1292.86 1506.21 c
-f*
-0.682 g
-1292.57 1502.3 m
-1305.81 1498.07 1288.53 1374.81 1286.56 1250.93 c
-1284.58 1127.05 1301.65 1067.32 1291.17 1055.66 c
-1281.09 1044.39 1254.58 1107.04 1256.95 1231.31 c
-1258.92 1355.19 1279.33 1506.53 1292.57 1502.3 c
-f*
-0.659 g
-1292.27 1498.39 m
-1304.55 1493.99 1287.89 1373.1 1285.8 1251.88 c
-1283.7 1130.65 1300.44 1070.83 1290.61 1059.74 c
-1281.21 1049.08 1255.29 1110.96 1257.81 1232.61 c
-1259.9 1353.84 1280 1502.79 1292.27 1498.39 c
-f*
-0.639 g
-1291.98 1494.48 m
-1303.28 1489.91 1287.25 1371.4 1285.04 1252.82 c
-1282.82 1134.24 1299.23 1074.34 1290.05 1063.83 c
-1281.32 1053.77 1256 1114.89 1258.66 1233.9 c
-1260.87 1352.48 1280.68 1499.06 1291.98 1494.48 c
-f*
-0.62 g
-1291.68 1490.57 m
-1302.02 1485.82 1286.62 1369.69 1284.28 1253.77 c
-1281.93 1137.84 1298.02 1077.85 1289.49 1067.91 c
-1281.44 1058.45 1256.7 1118.81 1259.51 1235.2 c
-1261.85 1351.12 1281.36 1495.33 1291.68 1490.57 c
-f*
-0.6 g
-1291.39 1486.66 m
-1300.75 1481.74 1285.98 1367.98 1283.52 1254.71 c
-1281.05 1141.44 1296.81 1081.36 1288.93 1072 c
-1281.55 1063.14 1257.41 1122.73 1260.37 1236.49 c
-1262.83 1349.76 1282.04 1491.59 1291.39 1486.66 c
-f*
-1 g
-1360.27 2009.49 m
-1377.63 2007.57 1484.64 2031.67 1488.5 2022.03 c
-1492.35 2014.31 1421.98 1993.1 1398.84 1969 c
-1391.13 1961.29 1370.88 1942.97 1358.35 1944.9 c
-1348.71 1945.86 1342.92 1966.11 1328.46 1981.54 c
-1293.75 2016.24 1271.58 2013.35 1278.33 2026.85 c
-1284.11 2037.45 1330.39 2012.39 1360.27 2009.49 c
-f*
-0.988 g
-1360.72 2009.09 m
-1377.72 2007.21 1482.48 2030.8 1486.26 2021.37 c
-1490.03 2013.81 1421.13 1993.05 1398.48 1969.45 c
-1390.93 1961.9 1371.11 1943.97 1358.84 1945.86 c
-1349.4 1946.8 1343.74 1966.62 1329.58 1981.73 c
-1295.6 2015.7 1273.9 2012.87 1280.5 2026.09 c
-1286.16 2036.46 1331.47 2011.93 1360.72 2009.09 c
-f*
-0.976 g
-1361.17 2008.69 m
-1377.8 2006.85 1480.31 2029.94 1484.01 2020.7 c
-1487.7 2013.31 1420.29 1992.99 1398.12 1969.9 c
-1390.74 1962.52 1371.34 1944.97 1359.33 1946.82 c
-1350.1 1947.74 1344.55 1967.14 1330.7 1981.92 c
-1297.45 2015.16 1276.21 2012.39 1282.68 2025.32 c
-1288.22 2035.48 1332.55 2011.47 1361.17 2008.69 c
-f*
-0.965 g
-1361.63 2008.29 m
-1377.89 2006.49 1478.15 2029.07 1481.77 2020.04 c
-1485.38 2012.81 1419.44 1992.94 1397.76 1970.36 c
-1390.54 1963.13 1371.57 1945.97 1359.83 1947.78 c
-1350.79 1948.68 1345.37 1967.65 1331.82 1982.11 c
-1299.3 2014.62 1278.53 2011.91 1284.85 2024.56 c
-1290.27 2034.49 1333.63 2011.01 1361.63 2008.29 c
-f*
-0.953 g
-1362.08 2007.89 m
-1377.98 2006.13 1475.99 2028.21 1479.52 2019.38 c
-1483.05 2012.31 1418.6 1992.88 1397.4 1970.81 c
-1390.34 1963.75 1371.79 1946.97 1360.32 1948.74 c
-1351.49 1949.62 1346.19 1968.16 1332.94 1982.29 c
-1301.15 2014.08 1280.85 2011.43 1287.03 2023.79 c
-1292.32 2033.5 1334.71 2010.55 1362.08 2007.89 c
-f*
-0.941 g
-1362.53 2007.5 m
-1378.07 2005.77 1473.83 2027.34 1477.28 2018.72 c
-1480.73 2011.81 1417.75 1992.83 1397.04 1971.26 c
-1390.14 1964.36 1372.02 1947.97 1360.81 1949.7 c
-1352.18 1950.55 1347 1968.67 1334.06 1982.48 c
-1303 2013.54 1283.16 2010.95 1289.2 2023.03 c
-1294.38 2032.51 1335.79 2010.09 1362.53 2007.5 c
-f*
-0.925 g
-1362.98 2007.1 m
-1378.15 2005.42 1471.66 2026.48 1475.04 2018.05 c
-1478.4 2011.31 1416.91 1992.77 1396.69 1971.71 c
-1389.95 1964.98 1372.25 1948.97 1361.3 1950.65 c
-1352.88 1951.49 1347.82 1969.19 1335.18 1982.67 c
-1304.85 2012.99 1285.48 2010.47 1291.38 2022.27 c
-1296.43 2031.53 1336.87 2009.63 1362.98 2007.1 c
-f*
-0.914 g
-1363.43 2006.7 m
-1378.24 2005.06 1469.5 2025.61 1472.79 2017.39 c
-1476.07 2010.81 1416.06 1992.72 1396.33 1972.17 c
-1389.75 1965.59 1372.48 1949.97 1361.79 1951.61 c
-1353.57 1952.43 1348.64 1969.7 1336.3 1982.86 c
-1306.7 2012.45 1287.8 2009.99 1293.55 2021.5 c
-1298.48 2030.54 1337.95 2009.17 1363.43 2006.7 c
-f*
-0.902 g
-1363.89 2006.3 m
-1378.33 2004.7 1467.34 2024.75 1470.55 2016.73 c
-1473.75 2010.31 1415.22 1992.66 1395.97 1972.62 c
-1389.55 1966.21 1372.71 1950.97 1362.29 1952.57 c
-1354.27 1953.37 1349.45 1970.21 1337.42 1983.05 c
-1308.55 2011.91 1290.11 2009.51 1295.73 2020.74 c
-1300.53 2029.55 1339.03 2008.71 1363.89 2006.3 c
-f*
-0.89 g
-1364.34 2005.9 m
-1378.41 2004.34 1465.17 2023.88 1468.3 2016.06 c
-1471.43 2009.81 1414.37 1992.61 1395.61 1973.07 c
-1389.36 1966.82 1372.94 1951.97 1362.78 1953.53 c
-1354.96 1954.31 1350.27 1970.73 1338.54 1983.24 c
-1310.4 2011.37 1292.43 2009.03 1297.9 2019.97 c
-1302.59 2028.57 1340.11 2008.25 1364.34 2005.9 c
-f*
-0.875 g
-1364.79 2005.5 m
-1378.5 2003.98 1463.01 2023.02 1466.06 2015.4 c
-1469.1 2009.31 1413.53 1992.55 1395.25 1973.52 c
-1389.16 1967.43 1373.16 1952.97 1363.27 1954.49 c
-1355.65 1955.25 1351.09 1971.24 1339.66 1983.42 c
-1312.25 2010.83 1294.75 2008.55 1300.08 2019.21 c
-1304.64 2027.58 1341.19 2007.79 1364.79 2005.5 c
-f*
-0.863 g
-1365.24 2005.1 m
-1378.59 2003.62 1460.85 2022.15 1463.82 2014.74 c
-1466.78 2008.81 1412.68 1992.5 1394.89 1973.98 c
-1388.96 1968.05 1373.39 1953.96 1363.76 1955.45 c
-1356.35 1956.19 1351.9 1971.75 1340.79 1983.61 c
-1314.11 2010.29 1297.06 2008.07 1302.25 2018.45 c
-1306.69 2026.59 1342.27 2007.33 1365.24 2005.1 c
-f*
-0.851 g
-1365.69 2004.7 m
-1378.67 2003.26 1458.68 2021.28 1461.57 2014.07 c
-1464.45 2008.31 1411.83 1992.45 1394.53 1974.43 c
-1388.77 1968.66 1373.62 1954.96 1364.25 1956.41 c
-1357.04 1957.13 1352.72 1972.27 1341.91 1983.8 c
-1315.96 2009.75 1299.38 2007.59 1304.42 2017.68 c
-1308.75 2025.61 1343.35 2006.87 1365.69 2004.7 c
-f*
-0.839 g
-1366.15 2004.3 m
-1378.76 2002.9 1456.52 2020.42 1459.33 2013.41 c
-1462.13 2007.81 1410.99 1992.39 1394.17 1974.88 c
-1388.57 1969.28 1373.85 1955.96 1364.75 1957.37 c
-1357.74 1958.07 1353.53 1972.78 1343.03 1983.99 c
-1317.81 2009.21 1301.69 2007.11 1306.6 2016.92 c
-1310.8 2024.62 1344.43 2006.41 1366.15 2004.3 c
-f*
-0.827 g
-1366.6 2003.9 m
-1378.85 2002.54 1454.36 2019.55 1457.08 2012.75 c
-1459.8 2007.31 1410.14 1992.34 1393.81 1975.33 c
-1388.37 1969.89 1374.08 1956.96 1365.24 1958.33 c
-1358.43 1959.01 1354.35 1973.29 1344.15 1984.18 c
-1319.66 2008.67 1304.01 2006.63 1308.77 2016.15 c
-1312.85 2023.63 1345.51 2005.95 1366.6 2003.9 c
-f*
-0.816 g
-1367.05 2003.5 m
-1378.93 2002.19 1452.19 2018.69 1454.84 2012.08 c
-1457.47 2006.81 1409.3 1992.28 1393.46 1975.79 c
-1388.18 1970.51 1374.31 1957.96 1365.73 1959.28 c
-1359.13 1959.95 1355.17 1973.8 1345.27 1984.37 c
-1321.51 2008.12 1306.33 2006.15 1310.95 2015.39 c
-1314.9 2022.64 1346.59 2005.49 1367.05 2003.5 c
-f*
-0.8 g
-1367.5 2003.11 m
-1379.02 2001.83 1450.03 2017.82 1452.6 2011.42 c
-1455.15 2006.31 1408.45 1992.23 1393.1 1976.24 c
-1387.98 1971.12 1374.54 1958.96 1366.22 1960.24 c
-1359.82 1960.88 1355.98 1974.32 1346.39 1984.56 c
-1323.36 2007.58 1308.64 2005.67 1313.12 2014.63 c
-1316.96 2021.66 1347.67 2005.03 1367.5 2003.11 c
-f*
-0.788 g
-1367.95 2002.71 m
-1379.11 2001.47 1447.87 2016.96 1450.35 2010.76 c
-1452.83 2005.81 1407.61 1992.17 1392.74 1976.69 c
-1387.78 1971.74 1374.76 1959.96 1366.71 1961.2 c
-1360.52 1961.82 1356.8 1974.83 1347.51 1984.74 c
-1325.21 2007.04 1310.96 2005.19 1315.3 2013.86 c
-1319.01 2020.67 1348.75 2004.57 1367.95 2002.71 c
-f*
-0.776 g
-1368.41 2002.31 m
-1379.2 2001.11 1445.71 2016.09 1448.11 2010.1 c
-1450.5 2005.31 1406.76 1992.12 1392.38 1977.14 c
-1387.58 1972.35 1374.99 1960.96 1367.21 1962.16 c
-1361.21 1962.76 1357.62 1975.34 1348.63 1984.93 c
-1327.06 2006.5 1313.28 2004.71 1317.47 2013.1 c
-1321.06 2019.68 1349.83 2004.11 1368.41 2002.31 c
-f*
-0.765 g
-1368.86 2001.91 m
-1379.28 2000.75 1443.54 2015.23 1445.86 2009.43 c
-1448.18 2004.81 1405.92 1992.06 1392.02 1977.6 c
-1387.39 1972.97 1375.22 1961.96 1367.7 1963.12 c
-1361.91 1963.7 1358.43 1975.86 1349.75 1985.12 c
-1328.91 2005.96 1315.59 2004.23 1319.65 2012.33 c
-1323.12 2018.7 1350.91 2003.65 1368.86 2001.91 c
-f*
-0.749 g
-1369.31 2001.51 m
-1379.37 2000.39 1441.38 2014.36 1443.62 2008.77 c
-1445.85 2004.31 1405.07 1992.01 1391.66 1978.05 c
-1387.19 1973.58 1375.45 1962.96 1368.19 1964.08 c
-1362.6 1964.64 1359.25 1976.37 1350.87 1985.31 c
-1330.76 2005.42 1317.91 2003.75 1321.82 2011.57 c
-1325.17 2017.71 1351.99 2003.19 1369.31 2001.51 c
-f*
-0 g
-1715.33 3539.38 m
-1699.36 3518.07 1686.93 3369.83 1725.98 3352.96 c
-1765.04 3336.99 1930.15 3389.36 1924.83 3423.09 c
-1916.84 3477.24 1847.6 3534.05 1811.2 3550.92 c
-1781.02 3566.01 1731.31 3560.68 1715.33 3539.38 c
-f*
-0.02 g
-1717.43 3537.03 m
-1701.85 3516.24 1689.56 3371.78 1727.69 3355.3 c
-1765.82 3339.67 1925.73 3391.18 1920.52 3424.16 c
-1912.66 3477.02 1846.1 3532.15 1810.63 3548.5 c
-1781.07 3563.13 1733.02 3557.82 1717.43 3537.03 c
-f*
-0.039 g
-1719.53 3534.69 m
-1704.34 3514.42 1692.19 3373.74 1729.39 3357.64 c
-1766.6 3342.36 1921.32 3393.01 1916.21 3425.23 c
-1908.47 3476.8 1844.6 3530.26 1810.06 3546.08 c
-1781.12 3560.26 1734.74 3554.96 1719.53 3534.69 c
-f*
-0.059 g
-1721.64 3532.34 m
-1706.83 3512.59 1694.82 3375.69 1731.1 3359.98 c
-1767.38 3345.04 1916.9 3394.83 1911.9 3426.31 c
-1904.29 3476.58 1843.11 3528.36 1809.49 3543.66 c
-1781.17 3557.38 1736.45 3552.09 1721.64 3532.34 c
-f*
-0.078 g
-1723.74 3530 m
-1709.32 3510.76 1697.46 3377.65 1732.81 3362.33 c
-1768.16 3347.72 1912.49 3396.65 1907.59 3427.38 c
-1900.11 3476.36 1841.61 3526.47 1808.93 3541.24 c
-1781.22 3554.5 1738.17 3549.23 1723.74 3530 c
-f*
-0.098 g
-1725.84 3527.66 m
-1711.81 3508.93 1700.09 3379.6 1734.51 3364.67 c
-1768.95 3350.41 1908.07 3398.48 1903.29 3428.45 c
-1895.92 3476.14 1840.11 3524.57 1808.36 3538.82 c
-1781.27 3551.63 1739.88 3546.37 1725.84 3527.66 c
-f*
-0.118 g
-1727.94 3525.31 m
-1714.3 3507.11 1702.72 3381.56 1736.22 3367.01 c
-1769.73 3353.09 1903.66 3400.3 1898.98 3429.52 c
-1891.74 3475.92 1838.61 3522.68 1807.79 3536.4 c
-1781.32 3548.75 1741.59 3543.51 1727.94 3525.31 c
-f*
-0.137 g
-1730.04 3522.96 m
-1716.79 3505.28 1705.35 3383.51 1737.93 3369.35 c
-1770.51 3355.77 1899.24 3402.12 1894.67 3430.6 c
-1887.56 3475.7 1837.11 3520.78 1807.22 3533.98 c
-1781.37 3545.87 1743.31 3540.65 1730.04 3522.96 c
-f*
-0.157 g
-1732.15 3520.62 m
-1719.28 3503.45 1707.98 3385.47 1739.63 3371.69 c
-1771.29 3358.46 1894.83 3403.94 1890.36 3431.67 c
-1883.37 3475.48 1835.62 3518.89 1806.65 3531.56 c
-1781.42 3542.99 1745.02 3537.78 1732.15 3520.62 c
-f*
-0.18 g
-1734.25 3518.27 m
-1721.77 3501.63 1710.61 3387.42 1741.34 3374.03 c
-1772.07 3361.14 1890.41 3405.77 1886.05 3432.74 c
-1879.19 3475.26 1834.12 3516.99 1806.08 3529.14 c
-1781.47 3540.12 1746.74 3534.92 1734.25 3518.27 c
-f*
-0.2 g
-1736.35 3515.93 m
-1724.26 3499.8 1713.24 3389.38 1743.05 3376.38 c
-1772.85 3363.83 1886 3407.59 1881.74 3433.82 c
-1875.01 3475.05 1832.62 3515.1 1805.51 3526.72 c
-1781.52 3537.24 1748.45 3532.06 1736.35 3515.93 c
-f*
-0.22 g
-1738.45 3513.58 m
-1726.74 3497.97 1715.88 3391.33 1744.75 3378.72 c
-1773.63 3366.51 1881.58 3409.41 1877.43 3434.89 c
-1870.82 3474.83 1831.12 3513.2 1804.95 3524.31 c
-1781.57 3534.36 1750.16 3529.2 1738.45 3513.58 c
-f*
-0.239 g
-1740.55 3511.24 m
-1729.23 3496.15 1718.51 3393.28 1746.46 3381.06 c
-1774.41 3369.19 1877.16 3411.24 1873.12 3435.96 c
-1866.64 3474.61 1829.62 3511.3 1804.38 3521.89 c
-1781.62 3531.49 1751.88 3526.34 1740.55 3511.24 c
-f*
-0.259 g
-1742.66 3508.89 m
-1731.72 3494.32 1721.14 3395.24 1748.16 3383.4 c
-1775.19 3371.88 1872.75 3413.06 1868.81 3437.03 c
-1862.45 3474.39 1828.13 3509.41 1803.81 3519.47 c
-1781.67 3528.61 1753.59 3523.47 1742.66 3508.89 c
-f*
-0.278 g
-1744.76 3506.55 m
-1734.21 3492.49 1723.77 3397.19 1749.87 3385.74 c
-1775.97 3374.56 1868.33 3414.88 1864.5 3438.11 c
-1858.27 3474.17 1826.63 3507.51 1803.24 3517.05 c
-1781.72 3525.73 1755.31 3520.61 1744.76 3506.55 c
-f*
-0.298 g
-1746.86 3504.2 m
-1736.7 3490.67 1726.4 3399.15 1751.58 3388.08 c
-1776.75 3377.24 1863.92 3416.71 1860.2 3439.18 c
-1854.09 3473.95 1825.13 3505.62 1802.67 3514.63 c
-1781.77 3522.85 1757.02 3517.75 1746.86 3504.2 c
-f*
-0.318 g
-1748.96 3501.86 m
-1739.19 3488.84 1729.03 3401.1 1753.28 3390.42 c
-1777.54 3379.93 1859.5 3418.53 1855.89 3440.25 c
-1849.9 3473.73 1823.63 3503.72 1802.1 3512.21 c
-1781.82 3519.98 1758.73 3514.89 1748.96 3501.86 c
-f*
-0.341 g
-1751.06 3499.51 m
-1741.68 3487.01 1731.67 3403.06 1754.99 3392.77 c
-1778.32 3382.61 1855.09 3420.35 1851.58 3441.32 c
-1845.72 3473.51 1822.13 3501.83 1801.54 3509.79 c
-1781.87 3517.1 1760.45 3512.03 1751.06 3499.51 c
-f*
-0.361 g
-1753.17 3497.17 m
-1744.17 3485.18 1734.3 3405.01 1756.7 3395.11 c
-1779.1 3385.29 1850.67 3422.17 1847.27 3442.4 c
-1841.54 3473.29 1820.64 3499.93 1800.97 3507.37 c
-1781.92 3514.22 1762.16 3509.16 1753.17 3497.17 c
-f*
-0.38 g
-1755.27 3494.82 m
-1746.66 3483.36 1736.93 3406.97 1758.4 3397.45 c
-1779.88 3387.98 1846.26 3424 1842.96 3443.47 c
-1837.35 3473.07 1819.14 3498.04 1800.4 3504.95 c
-1781.97 3511.35 1763.88 3506.3 1755.27 3494.82 c
-f*
-0.4 g
-1757.37 3492.48 m
-1749.15 3481.53 1739.56 3408.92 1760.11 3399.79 c
-1780.66 3390.66 1841.84 3425.82 1838.65 3444.54 c
-1833.17 3472.85 1817.64 3496.14 1799.83 3502.53 c
-1782.02 3508.47 1765.59 3503.44 1757.37 3492.48 c
-f*
-0 g
-1987.45 2605.89 m
-1980.07 2596.87 1993.19 2522.24 2041.57 2473.04 c
-2089.96 2424.66 2119.48 2424.66 2139.16 2445.98 c
-2176.88 2486.16 2146.54 2523.89 2123.58 2550.13 c
-2100.62 2576.37 2071.1 2567.35 2044.03 2593.59 c
-2016.97 2619.83 1998.11 2618.19 1987.45 2605.89 c
-f*
-0.02 g
-1988.15 2605.22 m
-1980.83 2596.27 1993.85 2522.22 2041.85 2473.4 c
-2089.87 2425.4 2119.16 2425.4 2138.68 2446.55 c
-2176.11 2486.42 2146.01 2523.86 2123.23 2549.89 c
-2100.44 2575.93 2071.15 2566.98 2044.29 2593.02 c
-2017.44 2619.05 1998.73 2617.43 1988.15 2605.22 c
-f*
-0.039 g
-1988.86 2604.55 m
-1981.59 2595.67 1994.51 2522.2 2042.14 2473.77 c
-2089.77 2426.14 2118.83 2426.14 2138.21 2447.13 c
-2175.34 2486.68 2145.47 2523.83 2122.87 2549.66 c
-2100.27 2575.49 2071.21 2566.61 2044.56 2592.44 c
-2017.92 2618.28 1999.35 2616.66 1988.86 2604.55 c
-f*
-0.059 g
-1989.56 2603.88 m
-1982.35 2595.07 1995.17 2522.18 2042.42 2474.13 c
-2089.68 2426.88 2118.51 2426.88 2137.73 2447.7 c
-2174.57 2486.94 2144.94 2523.79 2122.52 2549.42 c
-2100.09 2575.05 2071.26 2566.24 2044.82 2591.87 c
-2018.39 2617.5 1999.97 2615.9 1989.56 2603.88 c
-f*
-0.078 g
-1990.26 2603.21 m
-1983.11 2594.47 1995.82 2522.16 2042.7 2474.49 c
-2089.59 2427.62 2118.19 2427.62 2137.26 2448.27 c
-2173.81 2487.21 2144.41 2523.76 2122.16 2549.19 c
-2099.92 2574.61 2071.31 2565.87 2045.08 2591.3 c
-2018.87 2616.72 2000.59 2615.13 1990.26 2603.21 c
-f*
-0.098 g
-1990.96 2602.54 m
-1983.87 2593.88 1996.48 2522.15 2042.98 2474.86 c
-2089.49 2428.36 2117.87 2428.36 2136.78 2448.85 c
-2173.04 2487.47 2143.88 2523.73 2121.81 2548.95 c
-2099.74 2574.17 2071.37 2565.5 2045.35 2590.72 c
-2019.34 2615.94 2001.21 2614.37 1990.96 2602.54 c
-f*
-0.118 g
-1991.67 2601.88 m
-1984.63 2593.28 1997.14 2522.13 2043.27 2475.22 c
-2089.4 2429.09 2117.55 2429.09 2136.31 2449.42 c
-2172.27 2487.73 2143.34 2523.7 2121.45 2548.71 c
-2099.56 2573.73 2071.42 2565.13 2045.61 2590.15 c
-2019.81 2615.17 2001.83 2613.6 1991.67 2601.88 c
-f*
-0.137 g
-1992.37 2601.21 m
-1985.39 2592.68 1997.8 2522.11 2043.55 2475.58 c
-2089.31 2429.83 2117.22 2429.83 2135.83 2449.99 c
-2171.5 2487.99 2142.81 2523.67 2121.1 2548.48 c
-2099.39 2573.29 2071.47 2564.76 2045.87 2589.58 c
-2020.29 2614.39 2002.45 2612.84 1992.37 2601.21 c
-f*
-0.157 g
-1993.07 2600.54 m
-1986.15 2592.08 1998.46 2522.09 2043.83 2475.94 c
-2089.21 2430.57 2116.9 2430.57 2135.36 2450.57 c
-2170.73 2488.25 2142.28 2523.63 2120.74 2548.24 c
-2099.21 2572.85 2071.52 2564.39 2046.14 2589 c
-2020.76 2613.61 2003.07 2612.07 1993.07 2600.54 c
-f*
-0.18 g
-1993.78 2599.87 m
-1986.91 2591.48 1999.12 2522.07 2044.12 2476.31 c
-2089.12 2431.31 2116.58 2431.31 2134.88 2451.14 c
-2169.96 2488.51 2141.74 2523.6 2120.39 2548.01 c
-2099.04 2572.41 2071.58 2564.02 2046.4 2588.43 c
-2021.24 2612.83 2003.69 2611.31 1993.78 2599.87 c
-f*
-0.2 g
-1994.48 2599.2 m
-1987.68 2590.88 1999.78 2522.05 2044.4 2476.67 c
-2089.02 2432.05 2116.25 2432.05 2134.4 2451.72 c
-2169.19 2488.78 2141.21 2523.57 2120.04 2547.77 c
-2098.86 2571.98 2071.63 2563.66 2046.67 2587.86 c
-2021.71 2612.06 2004.31 2610.55 1994.48 2599.2 c
-f*
-0.22 g
-1995.18 2598.53 m
-1988.44 2590.28 2000.43 2522.03 2044.68 2477.03 c
-2088.93 2432.79 2115.93 2432.79 2133.93 2452.29 c
-2168.43 2489.04 2140.68 2523.54 2119.68 2547.53 c
-2098.68 2571.54 2071.68 2563.29 2046.93 2587.28 c
-2022.18 2611.28 2004.93 2609.78 1995.18 2598.53 c
-f*
-0.239 g
-1995.89 2597.86 m
-1989.2 2589.68 2001.09 2522.01 2044.97 2477.4 c
-2088.84 2433.53 2115.61 2433.53 2133.45 2452.86 c
-2167.66 2489.3 2140.14 2523.51 2119.33 2547.3 c
-2098.51 2571.1 2071.74 2562.92 2047.19 2586.71 c
-2022.66 2610.5 2005.55 2609.02 1995.89 2597.86 c
-f*
-0.259 g
-1996.59 2597.19 m
-1989.96 2589.08 2001.75 2521.99 2045.25 2477.76 c
-2088.74 2434.27 2115.29 2434.27 2132.98 2453.44 c
-2166.89 2489.56 2139.61 2523.47 2118.97 2547.06 c
-2098.33 2570.66 2071.79 2562.55 2047.46 2586.13 c
-2023.13 2609.72 2006.17 2608.25 1996.59 2597.19 c
-f*
-0.278 g
-1997.29 2596.52 m
-1990.72 2588.48 2002.41 2521.97 2045.53 2478.12 c
-2088.65 2435.01 2114.96 2435.01 2132.5 2454.01 c
-2166.12 2489.82 2139.08 2523.44 2118.62 2546.83 c
-2098.16 2570.22 2071.84 2562.18 2047.72 2585.56 c
-2023.61 2608.95 2006.79 2607.49 1997.29 2596.52 c
-f*
-0.298 g
-1997.99 2595.86 m
-1991.48 2587.89 2003.07 2521.95 2045.82 2478.48 c
-2088.56 2435.74 2114.64 2435.74 2132.03 2454.58 c
-2165.35 2490.08 2138.54 2523.41 2118.26 2546.59 c
-2097.98 2569.78 2071.89 2561.81 2047.98 2584.99 c
-2024.08 2608.17 2007.41 2606.72 1997.99 2595.86 c
-f*
-0.318 g
-1998.7 2595.19 m
-1992.24 2587.29 2003.73 2521.94 2046.1 2478.85 c
-2088.46 2436.48 2114.32 2436.48 2131.55 2455.16 c
-2164.58 2490.34 2138.01 2523.38 2117.91 2546.35 c
-2097.8 2569.34 2071.95 2561.44 2048.25 2584.41 c
-2024.55 2607.39 2008.03 2605.96 1998.7 2595.19 c
-f*
-0.341 g
-1999.4 2594.52 m
-1993 2586.69 2004.38 2521.92 2046.38 2479.21 c
-2088.37 2437.22 2114 2437.22 2131.08 2455.73 c
-2163.82 2490.61 2137.48 2523.35 2117.55 2546.12 c
-2097.63 2568.9 2072 2561.07 2048.51 2583.84 c
-2025.03 2606.61 2008.65 2605.19 1999.4 2594.52 c
-f*
-0.361 g
-2000.1 2593.85 m
-1993.76 2586.09 2005.04 2521.9 2046.66 2479.57 c
-2088.28 2437.96 2113.67 2437.96 2130.6 2456.3 c
-2163.05 2490.87 2136.95 2523.31 2117.2 2545.88 c
-2097.45 2568.46 2072.05 2560.7 2048.77 2583.27 c
-2025.5 2605.83 2009.27 2604.43 2000.1 2593.85 c
-f*
-0.38 g
-2000.81 2593.18 m
-1994.52 2585.49 2005.7 2521.88 2046.95 2479.94 c
-2088.18 2438.7 2113.35 2438.7 2130.13 2456.88 c
-2162.28 2491.13 2136.41 2523.28 2116.84 2545.65 c
-2097.28 2568.02 2072.11 2560.33 2049.04 2582.69 c
-2025.98 2605.06 2009.89 2603.66 2000.81 2593.18 c
-f*
-0.4 g
-2001.51 2592.51 m
-1995.28 2584.89 2006.36 2521.86 2047.23 2480.3 c
-2088.09 2439.44 2113.03 2439.44 2129.65 2457.45 c
-2161.51 2491.39 2135.88 2523.25 2116.49 2545.41 c
-2097.1 2567.58 2072.16 2559.96 2049.3 2582.12 c
-2026.45 2604.28 2010.51 2602.9 2001.51 2592.51 c
-f*
-0 g
-1220.95 3217.25 m
-1213.75 3195.65 1308.07 3166.13 1328.95 3147.41 c
-1357.03 3122.21 1359.19 3072.53 1392.31 3092.69 c
-1413.91 3105.65 1397.35 3134.45 1357.75 3178.37 c
-1299.43 3243.17 1227.43 3235.25 1220.95 3217.25 c
-f*
-0.02 g
-1225.83 3215.28 m
-1218.68 3194.55 1308.59 3166.28 1329.2 3147.88 c
-1356.65 3123.31 1358.81 3075.39 1390.66 3094.75 c
-1411.6 3107.29 1395.15 3135.47 1357.24 3177.55 c
-1301.48 3239.58 1232.32 3232.59 1225.83 3215.28 c
-f*
-0.039 g
-1230.72 3213.32 m
-1223.61 3193.45 1309.11 3166.44 1329.45 3148.34 c
-1356.27 3124.41 1358.43 3078.25 1389 3096.8 c
-1409.3 3108.93 1392.96 3136.48 1356.73 3176.73 c
-1303.54 3235.98 1237.2 3229.94 1230.72 3213.32 c
-f*
-0.059 g
-1235.6 3211.35 m
-1228.55 3192.35 1309.63 3166.59 1329.7 3148.8 c
-1355.89 3125.51 1358.05 3081.11 1387.35 3098.86 c
-1406.99 3110.57 1390.76 3137.5 1356.23 3175.92 c
-1305.59 3232.39 1242.09 3227.28 1235.6 3211.35 c
-f*
-0.078 g
-1240.49 3209.38 m
-1233.48 3191.25 1310.15 3166.75 1329.95 3149.27 c
-1355.52 3126.61 1357.67 3083.96 1385.7 3100.92 c
-1404.68 3112.21 1388.57 3138.52 1355.72 3175.1 c
-1307.65 3228.8 1246.98 3224.63 1240.49 3209.38 c
-f*
-0.098 g
-1245.37 3207.42 m
-1238.41 3190.15 1310.67 3166.9 1330.2 3149.74 c
-1355.14 3127.71 1357.3 3086.82 1384.05 3102.98 c
-1402.38 3113.85 1386.37 3139.53 1355.21 3174.28 c
-1309.7 3225.2 1251.86 3221.97 1245.37 3207.42 c
-f*
-0.118 g
-1250.25 3205.45 m
-1243.34 3189.05 1311.19 3167.06 1330.45 3150.2 c
-1354.76 3128.8 1356.92 3089.68 1382.39 3105.03 c
-1400.07 3115.49 1384.18 3140.55 1354.7 3173.46 c
-1311.76 3221.61 1256.75 3219.31 1250.25 3205.45 c
-f*
-0.137 g
-1255.14 3203.48 m
-1248.27 3187.95 1311.71 3167.21 1330.7 3150.66 c
-1354.38 3129.9 1356.54 3092.54 1380.74 3107.09 c
-1397.76 3117.13 1381.98 3141.57 1354.19 3172.64 c
-1313.81 3218.02 1261.64 3216.66 1255.14 3203.48 c
-f*
-0.157 g
-1260.02 3201.51 m
-1253.21 3186.85 1312.23 3167.37 1330.95 3151.13 c
-1354 3131 1356.16 3095.4 1379.09 3109.15 c
-1395.45 3118.77 1379.79 3142.59 1353.69 3171.83 c
-1315.87 3214.42 1266.52 3214 1260.02 3201.51 c
-f*
-0.18 g
-1264.91 3199.55 m
-1258.14 3185.75 1312.75 3167.52 1331.2 3151.59 c
-1353.62 3132.1 1355.78 3098.26 1377.43 3111.2 c
-1393.15 3120.41 1377.59 3143.6 1353.18 3171.01 c
-1317.92 3210.83 1271.41 3211.35 1264.91 3199.55 c
-f*
-0.2 g
-1269.79 3197.58 m
-1263.07 3184.66 1313.27 3167.68 1331.46 3152.06 c
-1353.24 3133.2 1355.4 3101.12 1375.78 3113.26 c
-1390.84 3122.04 1375.39 3144.62 1352.67 3170.19 c
-1319.97 3207.24 1276.3 3208.69 1269.79 3197.58 c
-f*
-0.22 g
-1274.67 3195.61 m
-1268 3183.56 1313.79 3167.83 1331.71 3152.53 c
-1352.87 3134.3 1355.02 3103.97 1374.13 3115.32 c
-1388.53 3123.68 1373.2 3145.64 1352.16 3169.37 c
-1322.03 3203.64 1281.18 3206.03 1274.67 3195.61 c
-f*
-0.239 g
-1279.56 3193.65 m
-1272.93 3182.46 1314.31 3167.98 1331.96 3152.99 c
-1352.49 3135.4 1354.64 3106.83 1372.47 3117.37 c
-1386.23 3125.32 1371 3146.65 1351.65 3168.55 c
-1324.08 3200.05 1286.07 3203.38 1279.56 3193.65 c
-f*
-0.259 g
-1284.44 3191.68 m
-1277.87 3181.36 1314.83 3168.14 1332.21 3153.45 c
-1352.11 3136.5 1354.26 3109.69 1370.82 3119.43 c
-1383.92 3126.96 1368.81 3147.67 1351.15 3167.74 c
-1326.14 3196.45 1290.95 3200.72 1284.44 3191.68 c
-f*
-0.278 g
-1289.33 3189.71 m
-1282.8 3180.26 1315.35 3168.29 1332.46 3153.92 c
-1351.73 3137.6 1353.88 3112.55 1369.17 3121.49 c
-1381.61 3128.6 1366.61 3148.69 1350.64 3166.92 c
-1328.19 3192.86 1295.84 3198.07 1289.33 3189.71 c
-f*
-0.298 g
-1294.21 3187.74 m
-1287.73 3179.16 1315.87 3168.45 1332.71 3154.38 c
-1351.35 3138.7 1353.5 3115.41 1367.51 3123.54 c
-1379.3 3130.24 1364.42 3149.71 1350.13 3166.1 c
-1330.25 3189.27 1300.73 3195.41 1294.21 3187.74 c
-f*
-0.318 g
-1299.09 3185.78 m
-1292.66 3178.06 1316.39 3168.6 1332.96 3154.85 c
-1350.97 3139.79 1353.13 3118.27 1365.86 3125.6 c
-1377 3131.88 1362.22 3150.72 1349.62 3165.28 c
-1332.3 3185.67 1305.61 3192.75 1299.09 3185.78 c
-f*
-0.341 g
-1303.98 3183.81 m
-1297.59 3176.96 1316.91 3168.76 1333.21 3155.31 c
-1350.6 3140.89 1352.75 3121.12 1364.21 3127.66 c
-1374.69 3133.52 1360.03 3151.74 1349.11 3164.46 c
-1334.36 3182.08 1310.5 3190.1 1303.98 3183.81 c
-f*
-0.361 g
-1308.86 3181.84 m
-1302.53 3175.86 1317.43 3168.91 1333.46 3155.78 c
-1350.22 3141.99 1352.37 3123.98 1362.56 3129.72 c
-1372.38 3135.16 1357.83 3152.76 1348.61 3163.65 c
-1336.41 3178.49 1315.39 3187.44 1308.86 3181.84 c
-f*
-0.38 g
-1313.75 3179.88 m
-1307.46 3174.76 1317.95 3169.07 1333.71 3156.24 c
-1349.84 3143.09 1351.99 3126.84 1360.9 3131.77 c
-1370.08 3136.8 1355.64 3153.77 1348.1 3162.83 c
-1338.47 3174.89 1320.27 3184.79 1313.75 3179.88 c
-f*
-0.4 g
-1318.63 3177.91 m
-1312.39 3173.66 1318.47 3169.22 1333.96 3156.71 c
-1349.46 3144.19 1351.61 3129.7 1359.25 3133.83 c
-1367.77 3138.44 1353.44 3154.79 1347.59 3162.01 c
-1340.52 3171.3 1325.16 3182.13 1318.63 3177.91 c
-f*
-0 g
-1720.63 3225.17 m
-1719.91 3214.37 1750.15 3207.89 1769.59 3200.69 c
-1789.03 3194.21 1827.19 3168.29 1845.19 3148.13 c
-1863.19 3128.69 1902.07 3071.09 1910.71 3086.21 c
-1919.35 3099.89 1890.55 3139.49 1882.63 3156.05 c
-1874.71 3172.61 1850.23 3208.61 1811.35 3220.85 c
-1777.51 3230.93 1721.35 3233.81 1720.63 3225.17 c
-f*
-0.024 g
-1723.72 3224.4 m
-1723 3213.9 1752.4 3207.56 1771.3 3200.53 c
-1790.2 3194.2 1827.27 3168.92 1844.75 3149.31 c
-1862.22 3130.38 1900.1 3074.38 1908.51 3089.04 c
-1916.89 3102.32 1889.14 3140.77 1881.11 3156.99 c
-1873.11 3173.21 1849.37 3207.9 1811.6 3220 c
-1778.79 3229.96 1724.43 3232.81 1723.72 3224.4 c
-f*
-0.047 g
-1726.81 3223.64 m
-1726.1 3213.43 1754.66 3207.22 1773.01 3200.36 c
-1791.37 3194.19 1827.36 3169.55 1844.32 3150.48 c
-1861.24 3132.06 1898.13 3077.66 1906.3 3091.87 c
-1914.44 3104.74 1887.74 3142.06 1879.6 3157.94 c
-1871.52 3173.81 1848.5 3207.19 1811.84 3219.15 c
-1780.06 3228.99 1727.51 3231.8 1726.81 3223.64 c
-f*
-0.075 g
-1729.9 3222.87 m
-1729.19 3212.96 1756.91 3206.89 1774.72 3200.2 c
-1792.54 3194.18 1827.44 3170.18 1843.88 3151.66 c
-1860.27 3133.75 1896.16 3080.95 1904.1 3094.69 c
-1911.98 3107.17 1886.33 3143.34 1878.08 3158.88 c
-1869.92 3174.41 1847.64 3206.47 1812.09 3218.3 c
-1781.34 3228.02 1730.59 3230.79 1729.9 3222.87 c
-f*
-0.098 g
-1732.99 3222.1 m
-1732.29 3212.49 1759.17 3206.56 1776.43 3200.04 c
-1793.7 3194.16 1827.53 3170.82 1843.44 3152.84 c
-1859.29 3135.44 1894.19 3084.24 1901.89 3097.52 c
-1909.53 3109.59 1884.93 3144.63 1876.56 3159.82 c
-1868.33 3175.01 1846.78 3205.76 1812.33 3217.45 c
-1782.62 3227.04 1733.67 3229.79 1732.99 3222.1 c
-f*
-0.122 g
-1736.07 3221.33 m
-1735.38 3212.02 1761.43 3206.22 1778.14 3199.88 c
-1794.87 3194.15 1827.61 3171.45 1843.01 3154.01 c
-1858.32 3137.12 1892.22 3087.52 1899.69 3100.35 c
-1907.07 3112.02 1883.52 3145.91 1875.05 3160.77 c
-1866.73 3175.61 1845.91 3205.05 1812.58 3216.6 c
-1783.89 3226.07 1736.75 3228.79 1736.07 3221.33 c
-f*
-0.149 g
-1739.16 3220.57 m
-1738.47 3211.55 1763.68 3205.89 1779.86 3199.71 c
-1796.04 3194.14 1827.69 3172.08 1842.57 3155.19 c
-1857.35 3138.81 1890.25 3090.81 1897.48 3103.18 c
-1904.61 3114.45 1882.12 3147.2 1873.53 3161.71 c
-1865.13 3176.22 1845.05 3204.34 1812.82 3215.75 c
-1785.17 3225.1 1739.84 3227.78 1739.16 3220.57 c
-f*
-0.173 g
-1742.25 3219.8 m
-1741.57 3211.08 1765.93 3205.56 1781.57 3199.55 c
-1797.21 3194.13 1827.78 3172.71 1842.13 3156.37 c
-1856.37 3140.5 1888.28 3094.1 1895.28 3106.01 c
-1902.16 3116.87 1880.71 3148.48 1872.01 3162.65 c
-1863.54 3176.82 1844.19 3203.62 1813.07 3214.9 c
-1786.45 3224.13 1742.92 3226.78 1742.25 3219.8 c
-f*
-0.2 g
-1745.34 3219.03 m
-1744.66 3210.61 1768.19 3205.22 1783.28 3199.39 c
-1798.38 3194.12 1827.86 3173.34 1841.69 3157.54 c
-1855.4 3142.18 1886.31 3097.38 1893.07 3108.83 c
-1899.7 3119.3 1879.31 3149.77 1870.5 3163.6 c
-1861.94 3177.42 1843.32 3202.91 1813.31 3214.05 c
-1787.72 3223.16 1746 3225.77 1745.34 3219.03 c
-f*
-0.224 g
-1748.43 3218.27 m
-1747.76 3210.14 1770.44 3204.89 1784.99 3199.23 c
-1799.55 3194.11 1827.95 3173.97 1841.26 3158.72 c
-1854.42 3143.87 1884.34 3100.67 1890.87 3111.66 c
-1897.25 3121.72 1877.9 3151.05 1868.98 3164.54 c
-1860.35 3178.02 1842.46 3202.2 1813.56 3213.2 c
-1789 3222.19 1749.08 3224.77 1748.43 3218.27 c
-f*
-0.247 g
-1751.52 3217.5 m
-1750.85 3209.67 1772.7 3204.56 1786.7 3199.06 c
-1800.72 3194.09 1828.03 3174.61 1840.82 3159.9 c
-1853.45 3145.55 1882.37 3103.96 1888.67 3114.49 c
-1894.79 3124.15 1876.5 3152.34 1867.46 3165.49 c
-1858.75 3178.62 1841.6 3201.48 1813.8 3212.35 c
-1790.27 3221.21 1752.16 3223.76 1751.52 3217.5 c
-f*
-0.275 g
-1754.61 3216.73 m
-1753.94 3209.21 1774.95 3204.22 1788.41 3198.9 c
-1801.88 3194.08 1828.11 3175.24 1840.38 3161.07 c
-1852.48 3147.24 1880.4 3107.24 1886.46 3117.32 c
-1892.33 3126.58 1875.09 3153.62 1865.95 3166.43 c
-1857.15 3179.22 1840.73 3200.77 1814.05 3211.5 c
-1791.55 3220.24 1755.24 3222.76 1754.61 3216.73 c
-f*
-0.298 g
-1757.7 3215.97 m
-1757.04 3208.74 1777.21 3203.89 1790.12 3198.74 c
-1803.05 3194.07 1828.2 3175.87 1839.95 3162.25 c
-1851.5 3148.93 1878.43 3110.53 1884.26 3120.15 c
-1889.88 3129 1873.69 3154.9 1864.43 3167.37 c
-1855.56 3179.82 1839.87 3200.06 1814.3 3210.65 c
-1792.83 3219.27 1758.32 3221.75 1757.7 3215.97 c
-f*
-0.325 g
-1760.79 3215.2 m
-1760.13 3208.27 1779.47 3203.55 1791.83 3198.58 c
-1804.22 3194.06 1828.28 3176.5 1839.51 3163.42 c
-1850.53 3150.61 1876.46 3113.81 1882.05 3122.97 c
-1887.42 3131.43 1872.29 3156.19 1862.92 3168.32 c
-1853.96 3180.42 1839 3199.35 1814.54 3209.8 c
-1794.1 3218.3 1761.4 3220.74 1760.79 3215.2 c
-f*
-0.349 g
-1763.88 3214.43 m
-1763.23 3207.8 1781.72 3203.22 1793.54 3198.41 c
-1805.39 3194.05 1828.37 3177.13 1839.07 3164.6 c
-1849.55 3152.3 1874.49 3117.1 1879.85 3125.8 c
-1884.97 3133.85 1870.88 3157.47 1861.4 3169.26 c
-1852.37 3181.02 1838.14 3198.63 1814.79 3208.95 c
-1795.38 3217.33 1764.48 3219.74 1763.88 3214.43 c
-f*
-0.373 g
-1766.97 3213.67 m
-1766.32 3207.33 1783.97 3202.89 1795.25 3198.25 c
-1806.56 3194.04 1828.45 3177.76 1838.63 3165.78 c
-1848.58 3153.99 1872.52 3120.39 1877.64 3128.63 c
-1882.51 3136.28 1869.47 3158.76 1859.88 3170.2 c
-1850.77 3181.63 1837.28 3197.92 1815.03 3208.1 c
-1796.66 3216.36 1767.57 3218.74 1766.97 3213.67 c
-f*
-0.4 g
-1770.05 3212.9 m
-1769.41 3206.86 1786.23 3202.55 1796.97 3198.09 c
-1807.73 3194.03 1828.53 3178.39 1838.2 3166.95 c
-1847.61 3155.67 1870.55 3123.67 1875.44 3131.46 c
-1880.05 3138.71 1868.07 3160.04 1858.37 3171.15 c
-1849.17 3182.23 1836.41 3197.21 1815.28 3207.25 c
-1797.93 3215.39 1770.65 3217.73 1770.05 3212.9 c
-f*
-0.424 g
-1773.14 3212.13 m
-1772.51 3206.39 1788.48 3202.22 1798.68 3197.93 c
-1808.89 3194.01 1828.62 3179.03 1837.76 3168.13 c
-1846.63 3157.36 1868.58 3126.96 1873.23 3134.29 c
-1877.6 3141.13 1866.66 3161.33 1856.85 3172.09 c
-1847.58 3182.83 1835.55 3196.5 1815.52 3206.4 c
-1799.21 3214.41 1773.73 3216.73 1773.14 3212.13 c
-f*
-0.451 g
-1776.23 3211.36 m
-1775.6 3205.92 1790.74 3201.89 1800.39 3197.76 c
-1810.06 3194 1828.7 3179.66 1837.32 3169.31 c
-1845.66 3159.05 1866.61 3130.25 1871.03 3137.11 c
-1875.14 3143.56 1865.26 3162.61 1855.33 3173.03 c
-1845.98 3183.43 1834.69 3195.78 1815.77 3205.55 c
-1800.49 3213.44 1776.81 3215.72 1776.23 3211.36 c
-f*
-0.475 g
-1779.32 3210.6 m
-1778.7 3205.45 1792.99 3201.55 1802.1 3197.6 c
-1811.23 3193.99 1828.79 3180.29 1836.89 3170.48 c
-1844.68 3160.73 1864.64 3133.53 1868.82 3139.94 c
-1872.69 3145.98 1863.85 3163.9 1853.82 3173.98 c
-1844.39 3184.03 1833.82 3195.07 1816.01 3204.7 c
-1801.76 3212.47 1779.89 3214.71 1779.32 3210.6 c
-f*
-0.498 g
-1782.41 3209.83 m
-1781.79 3204.98 1795.25 3201.22 1803.81 3197.44 c
-1812.4 3193.98 1828.87 3180.92 1836.45 3171.66 c
-1843.71 3162.42 1862.67 3136.82 1866.62 3142.77 c
-1870.23 3148.41 1862.45 3165.18 1852.3 3174.92 c
-1842.79 3184.63 1832.96 3194.36 1816.26 3203.85 c
-1803.04 3211.5 1782.97 3213.71 1782.41 3209.83 c
-f*
-0.6 0.349 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2876.23 364.611 2765.35 289.011 c
-2625.67 193.251 2577.43 150.771 2532.07 105.411 c
-2461.51 34.8511 2394.55 11.0913 2287.27 11.0913 c
-2179.99 11.0913 2131.75 33.4111 2098.63 62.9312 c
-2065.51 91.7312 2028.79 165.171 2032.39 274.611 c
-2035.27 383.331 2069.83 482.691 2086.39 651.891 c
-2093.59 724.611 2092.87 814.611 2092.87 894.531 c
-2092.87 995.331 2094.31 1081.01 2115.91 1093.97 c
-2154.79 1118.45 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.47 1117.01 2291.59 1101.89 c
-2305.99 1087.49 2300.23 1054.37 2295.19 1007.57 c
-2290.87 960.771 2313.19 945.651 2335.51 926.211 c
-2357.83 907.491 2377.99 883.731 2448.55 877.971 c
-2519.11 872.931 2545.03 884.451 2578.15 905.331 c
-2611.27 926.211 2658.07 963.651 2675.35 985.251 c
-2691.91 1006.13 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.62 0.373 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2875.19 364.971 2763.8 290.451 c
-2624.95 196.743 2574.77 155.055 2528.58 111.423 c
-2459.46 44.0312 2394.44 20.5952 2289.43 21.2432 c
-2185.32 21.7112 2138.27 43.0591 2105.29 72.4351 c
-2072.31 101.091 2035.99 172.083 2039.16 278.211 c
-2041.21 386.715 2076.17 485.031 2091.72 650.991 c
-2098.38 724.791 2095.79 814.035 2095.07 894.747 c
-2094.31 995.439 2094.35 1081.01 2115.91 1093.97 c
-2154.79 1118.41 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.51 1116.97 2291.59 1101.89 c
-2306.49 1086.99 2299.26 1053.04 2293.64 1007.82 c
-2287.34 961.239 2308.22 942.951 2331.59 921.747 c
-2354.99 901.155 2376.48 877.035 2446.93 871.527 c
-2519.25 866.703 2547.08 879.843 2580.56 902.595 c
-2613.57 924.663 2658.29 961.635 2675.67 984.279 c
-2692.09 1005.59 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.639 0.396 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2874.14 365.331 2762.25 291.891 c
-2624.23 200.235 2572.1 159.339 2525.09 117.435 c
-2457.41 53.2112 2394.33 30.0991 2291.59 31.3953 c
-2190.65 32.3313 2144.78 52.7073 2111.95 81.9392 c
-2079.12 110.451 2043.19 178.995 2045.93 281.811 c
-2047.15 390.099 2082.5 487.371 2097.05 650.091 c
-2103.17 724.971 2098.7 813.459 2097.26 894.963 c
-2095.75 995.547 2094.38 1081.01 2115.91 1093.97 c
-2154.79 1118.38 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.54 1116.94 2291.59 1101.89 c
-2307 1086.48 2298.29 1051.71 2292.09 1008.07 c
-2283.81 961.707 2303.25 940.251 2327.66 917.283 c
-2352.14 894.819 2374.97 870.339 2445.31 865.083 c
-2519.4 860.475 2549.13 875.235 2582.97 899.859 c
-2615.88 923.115 2658.5 959.619 2676 983.307 c
-2692.27 1005.05 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.659 0.416 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2873.1 365.691 2760.71 293.331 c
-2623.51 203.727 2569.44 163.623 2521.59 123.447 c
-2455.35 62.3911 2394.23 39.6033 2293.75 41.5471 c
-2195.97 42.9512 2151.3 62.3552 2118.61 91.4431 c
-2085.92 119.811 2050.39 185.907 2052.69 285.411 c
-2053.09 393.483 2088.84 489.711 2102.37 649.191 c
-2107.95 725.151 2101.62 812.883 2099.46 895.179 c
-2097.19 995.655 2094.42 1081.01 2115.91 1093.97 c
-2154.79 1118.34 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.58 1116.9 2291.59 1101.89 c
-2307.5 1085.98 2297.31 1050.37 2290.55 1008.33 c
-2280.29 962.175 2298.29 937.551 2323.74 912.819 c
-2349.3 888.483 2373.45 863.643 2443.69 858.639 c
-2519.54 854.247 2551.19 870.627 2585.39 897.123 c
-2618.18 921.567 2658.72 957.603 2676.32 982.335 c
-2692.45 1004.51 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.682 0.439 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2872.05 366.051 2759.16 294.771 c
-2622.79 207.219 2566.77 167.907 2518.1 129.459 c
-2453.3 71.571 2394.12 49.1072 2295.91 51.6992 c
-2201.3 53.5713 2157.81 72.0032 2125.27 100.947 c
-2092.73 129.171 2057.59 192.819 2059.46 289.011 c
-2059.03 396.867 2095.17 492.051 2107.7 648.291 c
-2112.74 725.331 2104.53 812.307 2101.65 895.395 c
-2098.63 995.763 2094.45 1081.01 2115.91 1093.97 c
-2154.79 1118.31 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.61 1116.87 2291.59 1101.89 c
-2308.01 1085.47 2296.34 1049.04 2289 1008.58 c
-2276.76 962.643 2293.32 934.851 2319.81 908.355 c
-2346.45 882.147 2371.94 856.947 2442.07 852.195 c
-2519.69 848.019 2553.24 866.019 2587.8 894.387 c
-2620.49 920.019 2658.93 955.587 2676.65 981.363 c
-2692.63 1003.97 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.702 0.463 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2871.01 366.411 2757.61 296.211 c
-2622.07 210.711 2564.11 172.191 2514.61 135.471 c
-2451.25 80.751 2394.01 58.6111 2298.07 61.8511 c
-2206.63 64.1912 2164.33 81.6511 2131.93 110.451 c
-2099.53 138.531 2064.79 199.731 2066.23 292.611 c
-2064.97 400.251 2101.51 494.391 2113.03 647.391 c
-2117.53 725.511 2107.45 811.731 2103.85 895.611 c
-2100.07 995.871 2094.49 1081.01 2115.91 1093.97 c
-2154.79 1118.27 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.65 1116.83 2291.59 1101.89 c
-2308.51 1084.97 2295.37 1047.71 2287.45 1008.83 c
-2273.23 963.111 2288.35 932.151 2315.89 903.891 c
-2343.61 875.811 2370.43 850.251 2440.45 845.751 c
-2519.83 841.791 2555.29 861.411 2590.21 891.651 c
-2622.79 918.471 2659.15 953.571 2676.97 980.391 c
-2692.81 1003.43 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.722 0.486 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2869.97 366.771 2756.06 297.651 c
-2621.35 214.203 2561.45 176.475 2511.12 141.483 c
-2449.2 89.9312 2393.9 68.115 2300.23 72.0032 c
-2211.96 74.811 2170.85 91.2991 2138.59 119.955 c
-2106.33 147.891 2071.99 206.643 2073 296.211 c
-2070.91 403.635 2107.85 496.731 2118.36 646.491 c
-2122.32 725.691 2110.37 811.155 2106.05 895.827 c
-2101.51 995.979 2094.53 1081.01 2115.91 1093.97 c
-2154.79 1118.23 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.69 1116.79 2291.59 1101.89 c
-2309.01 1084.47 2294.4 1046.38 2285.9 1009.08 c
-2269.7 963.579 2283.38 929.451 2311.97 899.427 c
-2340.77 869.475 2368.92 843.555 2438.83 839.307 c
-2519.97 835.563 2557.34 856.803 2592.62 888.915 c
-2625.09 916.923 2659.37 951.555 2677.29 979.419 c
-2692.99 1002.89 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.741 0.506 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2868.92 367.131 2754.51 299.091 c
-2620.63 217.695 2558.78 180.759 2507.63 147.495 c
-2447.15 99.1111 2393.79 77.6191 2302.39 82.155 c
-2217.29 85.4312 2177.36 100.947 2145.25 129.459 c
-2113.14 157.251 2079.19 213.555 2079.77 299.811 c
-2076.85 407.019 2114.18 499.071 2123.69 645.591 c
-2127.11 725.871 2113.28 810.579 2108.24 896.043 c
-2102.95 996.087 2094.56 1081.01 2115.91 1093.97 c
-2154.79 1118.2 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.72 1116.76 2291.59 1101.89 c
-2309.52 1083.96 2293.43 1045.05 2284.35 1009.33 c
-2266.17 964.047 2278.41 926.751 2308.04 894.963 c
-2337.92 863.139 2367.41 836.859 2437.21 832.863 c
-2520.12 829.335 2559.39 852.195 2595.03 886.179 c
-2627.4 915.375 2659.58 949.539 2677.62 978.447 c
-2693.17 1002.35 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.761 0.529 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2867.88 367.491 2752.97 300.531 c
-2619.91 221.187 2556.12 185.043 2504.13 153.507 c
-2445.09 108.291 2393.69 87.123 2304.55 92.3071 c
-2222.61 96.051 2183.88 110.595 2151.91 138.963 c
-2119.94 166.611 2086.39 220.467 2086.53 303.411 c
-2082.79 410.403 2120.52 501.411 2129.01 644.691 c
-2131.89 726.051 2116.2 810.003 2110.44 896.259 c
-2104.39 996.195 2094.6 1081.01 2115.91 1093.97 c
-2154.79 1118.16 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.76 1116.72 2291.59 1101.89 c
-2310.02 1083.46 2292.45 1043.71 2282.81 1009.59 c
-2262.65 964.515 2273.45 924.051 2304.12 890.499 c
-2335.08 856.803 2365.89 830.163 2435.59 826.419 c
-2520.26 823.107 2561.45 847.587 2597.45 883.443 c
-2629.7 913.827 2659.8 947.523 2677.94 977.475 c
-2693.35 1001.81 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.78 0.553 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2866.83 367.851 2751.42 301.971 c
-2619.19 224.679 2553.45 189.327 2500.64 159.519 c
-2443.04 117.471 2393.58 96.6272 2306.71 102.459 c
-2227.94 106.671 2190.39 120.243 2158.57 148.467 c
-2126.75 175.971 2093.59 227.379 2093.3 307.011 c
-2088.73 413.787 2126.85 503.751 2134.34 643.791 c
-2136.68 726.231 2119.11 809.427 2112.63 896.475 c
-2105.83 996.303 2094.63 1081.01 2115.91 1093.97 c
-2154.79 1118.13 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.79 1116.69 2291.59 1101.89 c
-2310.53 1082.95 2291.48 1042.38 2281.26 1009.84 c
-2259.12 964.983 2268.48 921.351 2300.19 886.035 c
-2332.23 850.467 2364.38 823.467 2433.97 819.975 c
-2520.41 816.879 2563.5 842.979 2599.86 880.707 c
-2632.01 912.279 2660.01 945.507 2678.27 976.503 c
-2693.53 1001.27 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.8 0.576 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2865.79 368.211 2749.87 303.411 c
-2618.47 228.171 2550.79 193.611 2497.15 165.531 c
-2440.99 126.651 2393.47 106.131 2308.87 112.611 c
-2233.27 117.291 2196.91 129.891 2165.23 157.971 c
-2133.55 185.331 2100.79 234.291 2100.07 310.611 c
-2094.67 417.171 2133.19 506.091 2139.67 642.891 c
-2141.47 726.411 2122.03 808.851 2114.83 896.691 c
-2107.27 996.411 2094.67 1081.01 2115.91 1093.97 c
-2154.79 1118.09 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.83 1116.65 2291.59 1101.89 c
-2311.03 1082.45 2290.51 1041.05 2279.71 1010.09 c
-2255.59 965.451 2263.51 918.651 2296.27 881.571 c
-2329.39 844.131 2362.87 816.771 2432.35 813.531 c
-2520.55 810.651 2565.55 838.371 2602.27 877.971 c
-2634.31 910.731 2660.23 943.491 2678.59 975.531 c
-2693.71 1000.73 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.82 0.6 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2864.75 368.571 2748.32 304.851 c
-2617.75 231.663 2548.13 197.895 2493.66 171.543 c
-2438.94 135.831 2393.36 115.635 2311.03 122.763 c
-2238.6 127.911 2203.43 139.539 2171.89 167.475 c
-2140.35 194.691 2107.99 241.203 2106.84 314.211 c
-2100.61 420.555 2139.53 508.431 2145 641.991 c
-2146.26 726.591 2124.95 808.275 2117.03 896.907 c
-2108.71 996.519 2094.71 1081.01 2115.91 1093.97 c
-2154.79 1118.05 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.87 1116.61 2291.59 1101.89 c
-2311.53 1081.95 2289.54 1039.72 2278.16 1010.34 c
-2252.06 965.919 2258.54 915.951 2292.35 877.107 c
-2326.55 837.795 2361.36 810.075 2430.73 807.087 c
-2520.69 804.423 2567.6 833.763 2604.68 875.235 c
-2636.61 909.183 2660.45 941.475 2678.91 974.559 c
-2693.89 1000.19 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.843 0.62 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2863.7 368.931 2746.77 306.291 c
-2617.03 235.155 2545.46 202.179 2490.17 177.555 c
-2436.89 145.011 2393.25 125.139 2313.19 132.915 c
-2243.93 138.531 2209.94 149.187 2178.55 176.979 c
-2147.16 204.051 2115.19 248.115 2113.61 317.811 c
-2106.55 423.939 2145.86 510.771 2150.33 641.091 c
-2151.05 726.771 2127.86 807.699 2119.22 897.123 c
-2110.15 996.627 2094.74 1081.01 2115.91 1093.97 c
-2154.79 1118.02 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.9 1116.58 2291.59 1101.89 c
-2312.04 1081.44 2288.57 1038.39 2276.61 1010.59 c
-2248.53 966.387 2253.57 913.251 2288.42 872.643 c
-2323.7 831.459 2359.85 803.379 2429.11 800.643 c
-2520.84 798.195 2569.65 829.155 2607.09 872.499 c
-2638.92 907.635 2660.66 939.459 2679.24 973.587 c
-2694.07 999.651 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.863 0.643 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2862.66 369.291 2745.23 307.731 c
-2616.31 238.647 2542.8 206.463 2486.67 183.567 c
-2434.83 154.191 2393.15 134.643 2315.35 143.067 c
-2249.25 149.151 2216.46 158.835 2185.21 186.483 c
-2153.96 213.411 2122.39 255.027 2120.37 321.411 c
-2112.49 427.323 2152.2 513.111 2155.65 640.191 c
-2155.83 726.951 2130.78 807.123 2121.42 897.339 c
-2111.59 996.735 2094.78 1081.01 2115.91 1093.97 c
-2154.79 1117.98 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.94 1116.54 2291.59 1101.89 c
-2312.54 1080.94 2287.59 1037.05 2275.07 1010.85 c
-2245.01 966.855 2248.61 910.551 2284.5 868.179 c
-2320.86 825.123 2358.33 796.683 2427.49 794.199 c
-2520.98 791.967 2571.71 824.547 2609.51 869.763 c
-2641.22 906.087 2660.88 937.443 2679.56 972.615 c
-2694.25 999.111 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.882 0.667 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2861.61 369.651 2743.68 309.171 c
-2615.59 242.139 2540.13 210.747 2483.18 189.579 c
-2432.78 163.371 2393.04 144.147 2317.51 153.219 c
-2254.58 159.771 2222.97 168.483 2191.87 195.987 c
-2160.77 222.771 2129.59 261.939 2127.14 325.011 c
-2118.43 430.707 2158.53 515.451 2160.98 639.291 c
-2160.62 727.131 2133.69 806.547 2123.61 897.555 c
-2113.03 996.843 2094.81 1081.01 2115.91 1093.97 c
-2154.79 1117.95 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2276.97 1116.51 2291.59 1101.89 c
-2313.05 1080.43 2286.62 1035.72 2273.52 1011.1 c
-2241.48 967.323 2243.64 907.851 2280.57 863.715 c
-2318.01 818.787 2356.82 789.987 2425.87 787.755 c
-2521.13 785.739 2573.76 819.939 2611.92 867.027 c
-2643.53 904.539 2661.09 935.427 2679.89 971.643 c
-2694.43 998.571 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.902 0.69 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2860.57 370.011 2742.13 310.611 c
-2614.87 245.631 2537.47 215.031 2479.69 195.591 c
-2430.73 172.551 2392.93 153.651 2319.67 163.371 c
-2259.91 170.391 2229.49 178.131 2198.53 205.491 c
-2167.57 232.131 2136.79 268.851 2133.91 328.611 c
-2124.37 434.091 2164.87 517.791 2166.31 638.391 c
-2165.41 727.311 2136.61 805.971 2125.81 897.771 c
-2114.47 996.951 2094.85 1081.01 2115.91 1093.97 c
-2154.79 1117.91 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2277.01 1116.47 2291.59 1101.89 c
-2313.55 1079.93 2285.65 1034.39 2271.97 1011.35 c
-2237.95 967.791 2238.67 905.151 2276.65 859.251 c
-2315.17 812.451 2355.31 783.291 2424.25 781.311 c
-2521.27 779.511 2575.81 815.331 2614.33 864.291 c
-2645.83 902.991 2661.31 933.411 2680.21 970.671 c
-2694.61 998.031 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.922 0.71 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2859.53 370.371 2740.58 312.051 c
-2614.15 249.123 2534.81 219.315 2476.2 201.603 c
-2428.68 181.731 2392.82 163.155 2321.83 173.523 c
-2265.24 181.011 2236.01 187.779 2205.19 214.995 c
-2174.37 241.491 2143.99 275.763 2140.68 332.211 c
-2130.31 437.475 2171.21 520.131 2171.64 637.491 c
-2170.2 727.491 2139.53 805.395 2128.01 897.987 c
-2115.91 997.059 2094.89 1081.01 2115.91 1093.97 c
-2154.79 1117.87 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2277.05 1116.43 2291.59 1101.89 c
-2314.05 1079.43 2284.68 1033.06 2270.42 1011.6 c
-2234.42 968.259 2233.7 902.451 2272.73 854.787 c
-2312.33 806.115 2353.8 776.595 2422.63 774.867 c
-2521.41 773.283 2577.86 810.723 2616.74 861.555 c
-2648.13 901.443 2661.53 931.395 2680.53 969.699 c
-2694.79 997.491 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.941 0.733 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2858.48 370.731 2739.03 313.491 c
-2613.43 252.615 2532.14 223.599 2472.71 207.615 c
-2426.63 190.911 2392.71 172.659 2323.99 183.675 c
-2270.57 191.631 2242.52 197.427 2211.85 224.499 c
-2181.18 250.851 2151.19 282.675 2147.45 335.811 c
-2136.25 440.859 2177.54 522.471 2176.97 636.591 c
-2174.99 727.671 2142.44 804.819 2130.2 898.203 c
-2117.35 997.167 2094.92 1081.01 2115.91 1093.97 c
-2154.79 1117.84 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2277.08 1116.4 2291.59 1101.89 c
-2314.56 1078.92 2283.71 1031.73 2268.87 1011.85 c
-2230.89 968.727 2228.73 899.751 2268.8 850.323 c
-2309.48 799.779 2352.29 769.899 2421.01 768.423 c
-2521.56 767.055 2579.91 806.115 2619.15 858.819 c
-2650.44 899.895 2661.74 929.379 2680.86 968.727 c
-2694.97 996.951 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.961 0.757 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2857.44 371.091 2737.49 314.931 c
-2612.71 256.107 2529.48 227.883 2469.21 213.627 c
-2424.57 200.091 2392.61 182.163 2326.15 193.827 c
-2275.89 202.251 2249.04 207.075 2218.51 234.003 c
-2187.98 260.211 2158.39 289.587 2154.21 339.411 c
-2142.19 444.243 2183.88 524.811 2182.29 635.691 c
-2179.77 727.851 2145.36 804.243 2132.4 898.419 c
-2118.79 997.275 2094.96 1081.01 2115.91 1093.97 c
-2154.79 1117.8 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2277.12 1116.36 2291.59 1101.89 c
-2315.06 1078.42 2282.73 1030.39 2267.33 1012.11 c
-2227.37 969.195 2223.77 897.051 2264.88 845.859 c
-2306.64 793.443 2350.77 763.203 2419.39 761.979 c
-2521.7 760.827 2581.97 801.507 2621.57 856.083 c
-2652.74 898.347 2661.96 927.363 2681.18 967.755 c
-2695.15 996.411 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-0.98 0.78 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2856.39 371.451 2735.94 316.371 c
-2611.99 259.599 2526.81 232.167 2465.72 219.639 c
-2422.52 209.271 2392.5 191.667 2328.31 203.979 c
-2281.22 212.871 2255.55 216.723 2225.17 243.507 c
-2194.79 269.571 2165.59 296.499 2160.98 343.011 c
-2148.13 447.627 2190.21 527.151 2187.62 634.791 c
-2184.56 728.031 2148.27 803.667 2134.59 898.635 c
-2120.23 997.383 2094.99 1081.01 2115.91 1093.97 c
-2154.79 1117.77 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2277.15 1116.33 2291.59 1101.89 c
-2315.57 1077.91 2281.76 1029.06 2265.78 1012.36 c
-2223.84 969.663 2218.8 894.351 2260.95 841.395 c
-2303.79 787.107 2349.26 756.507 2417.77 755.535 c
-2521.85 754.599 2584.02 796.899 2623.98 853.347 c
-2655.05 896.799 2662.17 925.347 2681.51 966.783 c
-2695.33 995.871 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-1 0.8 0 rg
-2822.23 1055.81 m
-2866.87 991.011 2820.79 906.771 2853.19 854.931 c
-2906.47 769.971 3013.75 684.291 3054.79 660.531 c
-3084.31 642.531 3126.07 625.251 3124.63 572.691 c
-3122.47 512.931 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2855.35 371.811 2734.39 317.811 c
-2611.27 263.091 2524.15 236.451 2462.23 225.651 c
-2420.47 218.451 2392.39 201.171 2330.47 214.131 c
-2286.55 223.491 2262.07 226.371 2231.83 253.011 c
-2201.59 278.931 2172.79 303.411 2167.75 346.611 c
-2154.07 451.011 2196.55 529.491 2192.95 633.891 c
-2189.35 728.211 2151.19 803.091 2136.79 898.851 c
-2121.67 997.491 2095.03 1081.01 2115.91 1093.97 c
-2154.79 1117.73 2163.43 1119.89 2209.51 1119.89 c
-2255.59 1119.89 2277.19 1116.29 2291.59 1101.89 c
-2316.07 1077.41 2280.79 1027.73 2264.23 1012.61 c
-2220.31 970.131 2213.83 891.651 2257.03 836.931 c
-2300.95 780.771 2347.75 749.811 2416.15 749.091 c
-2521.99 748.371 2586.07 792.291 2626.39 850.611 c
-2657.35 895.251 2662.39 923.331 2681.83 965.811 c
-2695.51 995.331 2732.95 1078.13 2740.87 1078.13 c
-2748.07 1078.13 2795.59 1094.69 2822.23 1055.81 c
-f*
-2148.56 923.482 m
-2141.47 926.058 2109.25 1075.56 2126.65 1085.87 c
-2160.16 1105.84 2169.18 1109.07 2210.42 1109.07 c
-2251.66 1109.07 2270.99 1105.84 2283.88 1092.96 c
-2305.14 1071.69 2272.28 1025.94 2259.39 1013.05 c
-2222.02 976.322 2155.65 920.902 2148.56 923.482 c
-f*
-1 0.804 0.008 rg
-2150.85 928.25 m
-2143.15 931.503 2109.83 1075.43 2127.17 1085.68 c
-2160.61 1105.58 2169.95 1107.78 2210.39 1107.78 c
-2251.63 1107.78 2270.15 1105.1 2283.2 1091.77 c
-2304.27 1070.4 2272.02 1026.04 2259.23 1013.24 c
-2221.96 976.612 2158.42 925.123 2150.85 928.25 c
-f*
-1 0.804 0.02 rg
-2153.14 933.019 m
-2144.82 936.948 2110.41 1075.3 2127.68 1085.48 c
-2161.06 1105.33 2170.73 1106.49 2210.36 1106.49 c
-2251.6 1106.49 2269.32 1104.36 2282.53 1090.57 c
-2303.4 1069.11 2271.76 1026.13 2259.07 1013.44 c
-2221.89 976.902 2161.19 929.344 2153.14 933.019 c
-f*
-1 0.804 0.027 rg
-2155.42 937.787 m
-2146.5 942.393 2110.99 1075.17 2128.2 1085.29 c
-2161.51 1105.07 2171.5 1105.2 2210.32 1105.2 c
-2251.56 1105.2 2268.48 1103.62 2281.85 1089.38 c
-2302.53 1067.82 2271.51 1026.23 2258.91 1013.63 c
-2221.83 977.192 2163.96 933.564 2155.42 937.787 c
-f*
-1 0.804 0.039 rg
-2157.71 942.556 m
-2148.17 947.838 2111.57 1075.04 2128.71 1085.1 c
-2161.96 1104.81 2172.27 1103.91 2210.29 1103.91 c
-2251.53 1103.91 2267.64 1102.88 2281.17 1088.19 c
-2301.66 1066.54 2271.25 1026.33 2258.75 1013.82 c
-2221.76 977.481 2166.73 937.785 2157.71 942.556 c
-f*
-1 0.808 0.047 rg
-2160 947.324 m
-2149.85 953.283 2112.15 1074.92 2129.23 1084.9 c
-2162.42 1104.55 2173.05 1102.62 2210.26 1102.62 c
-2251.5 1102.62 2266.8 1102.14 2280.5 1087 c
-2300.79 1065.25 2270.99 1026.42 2258.58 1014.02 c
-2221.7 977.771 2169.5 942.006 2160 947.324 c
-f*
-1 0.808 0.059 rg
-2162.29 952.092 m
-2151.52 958.729 2112.73 1074.79 2129.74 1084.71 c
-2162.87 1104.29 2173.82 1101.34 2210.23 1101.34 c
-2251.47 1101.34 2265.96 1101.39 2279.82 1085.8 c
-2299.92 1063.96 2270.74 1026.52 2258.42 1014.21 c
-2221.63 978.061 2172.27 946.227 2162.29 952.092 c
-f*
-1 0.808 0.067 rg
-2164.57 956.861 m
-2153.2 964.174 2113.31 1074.66 2130.26 1084.52 c
-2163.32 1104.04 2174.59 1100.05 2210.2 1100.05 c
-2251.44 1100.05 2265.13 1100.65 2279.14 1084.61 c
-2299.05 1062.67 2270.48 1026.62 2258.26 1014.4 c
-2221.57 978.351 2175.04 950.448 2164.57 956.861 c
-f*
-1 0.808 0.078 rg
-2166.86 961.629 m
-2154.87 969.619 2113.89 1074.53 2130.77 1084.32 c
-2163.77 1103.78 2175.36 1098.76 2210.16 1098.76 c
-2251.4 1098.76 2264.29 1099.91 2278.47 1083.42 c
-2298.18 1061.38 2270.22 1026.71 2258.1 1014.6 c
-2221.5 978.641 2177.81 954.668 2166.86 961.629 c
-f*
-1 0.812 0.09 rg
-2169.15 966.398 m
-2156.55 975.064 2114.47 1074.4 2131.29 1084.13 c
-2164.22 1103.52 2176.14 1097.47 2210.13 1097.47 c
-2251.37 1097.47 2263.45 1099.17 2277.79 1082.23 c
-2297.31 1060.09 2269.96 1026.81 2257.94 1014.79 c
-2221.44 978.931 2180.58 958.889 2169.15 966.398 c
-f*
-1 0.812 0.098 rg
-2171.43 971.166 m
-2158.23 980.509 2115.05 1074.27 2131.8 1083.93 c
-2164.67 1103.26 2176.91 1096.18 2210.1 1096.18 c
-2251.34 1096.18 2262.62 1098.43 2277.12 1081.04 c
-2296.45 1058.81 2269.7 1026.91 2257.78 1014.99 c
-2221.37 979.221 2183.36 963.11 2171.43 971.166 c
-f*
-1 0.812 0.11 rg
-2173.72 975.934 m
-2159.9 985.954 2115.63 1074.14 2132.32 1083.74 c
-2165.12 1103.01 2177.68 1094.89 2210.07 1094.89 c
-2251.31 1094.89 2261.78 1097.69 2276.44 1079.84 c
-2295.58 1057.52 2269.45 1027 2257.62 1015.18 c
-2221.31 979.51 2186.13 967.331 2173.72 975.934 c
-f*
-1 0.812 0.118 rg
-2176.01 980.703 m
-2161.58 991.399 2116.21 1074.01 2132.84 1083.55 c
-2165.57 1102.75 2178.46 1093.6 2210.04 1093.6 c
-2251.28 1093.6 2260.94 1096.95 2275.76 1078.65 c
-2294.71 1056.23 2269.19 1027.1 2257.46 1015.37 c
-2221.25 979.8 2188.9 971.552 2176.01 980.703 c
-f*
-1 0.816 0.129 rg
-2178.3 985.471 m
-2163.25 996.844 2116.79 1073.88 2133.35 1083.35 c
-2166.02 1102.49 2179.23 1092.31 2210 1092.31 c
-2251.24 1092.31 2260.1 1096.21 2275.09 1077.46 c
-2293.84 1054.94 2268.93 1027.19 2257.3 1015.57 c
-2221.18 980.09 2191.67 975.772 2178.3 985.471 c
-f*
-1 0.816 0.137 rg
-2180.59 990.24 m
-2164.93 1002.29 2117.37 1073.75 2133.87 1083.16 c
-2166.47 1102.24 2180 1091.02 2209.97 1091.02 c
-2251.21 1091.02 2259.26 1095.47 2274.41 1076.27 c
-2292.97 1053.65 2268.67 1027.29 2257.14 1015.76 c
-2221.12 980.38 2194.44 979.993 2180.59 990.24 c
-f*
-1 0.816 0.149 rg
-2182.87 995.008 m
-2166.6 1007.73 2117.95 1073.62 2134.38 1082.97 c
-2166.93 1101.98 2180.77 1089.74 2209.94 1089.74 c
-2251.18 1089.74 2258.43 1094.72 2273.73 1075.07 c
-2292.1 1052.36 2268.42 1027.39 2256.98 1015.95 c
-2221.05 980.67 2197.21 984.214 2182.87 995.008 c
-f*
-1 0.816 0.157 rg
-2185.16 999.776 m
-2168.28 1013.18 2118.53 1073.5 2134.9 1082.77 c
-2167.38 1101.72 2181.55 1088.45 2209.91 1088.45 c
-2251.15 1088.45 2257.59 1093.98 2273.06 1073.88 c
-2291.23 1051.07 2268.16 1027.48 2256.81 1016.15 c
-2220.99 980.96 2199.98 988.435 2185.16 999.776 c
-f*
-1 0.82 0.169 rg
-2187.45 1004.54 m
-2169.95 1018.62 2119.11 1073.37 2135.41 1082.58 c
-2167.83 1101.46 2182.32 1087.16 2209.88 1087.16 c
-2251.12 1087.16 2256.75 1093.24 2272.38 1072.69 c
-2290.36 1049.79 2267.9 1027.58 2256.65 1016.34 c
-2220.92 981.249 2202.75 992.656 2187.45 1004.54 c
-f*
-1 0.82 0.18 rg
-2189.73 1009.31 m
-2171.63 1024.07 2119.69 1073.24 2135.93 1082.39 c
-2168.28 1101.2 2183.09 1085.87 2209.84 1085.87 c
-2251.08 1085.87 2255.91 1092.5 2271.7 1071.5 c
-2289.49 1048.5 2267.64 1027.68 2256.49 1016.53 c
-2220.86 981.539 2205.52 996.876 2189.73 1009.31 c
-f*
-1 0.82 0.188 rg
-2192.02 1014.08 m
-2173.3 1029.51 2120.27 1073.11 2136.44 1082.19 c
-2168.73 1100.95 2183.87 1084.58 2209.81 1084.58 c
-2251.05 1084.58 2255.08 1091.76 2271.03 1070.3 c
-2288.62 1047.21 2267.39 1027.77 2256.33 1016.73 c
-2220.79 981.829 2208.29 1001.1 2192.02 1014.08 c
-f*
-1 0.82 0.2 rg
-2194.31 1018.85 m
-2174.98 1034.96 2120.85 1072.98 2136.96 1082 c
-2169.18 1100.69 2184.64 1083.29 2209.78 1083.29 c
-2251.02 1083.29 2254.24 1091.02 2270.35 1069.11 c
-2287.75 1045.92 2267.13 1027.87 2256.17 1016.92 c
-2220.73 982.119 2211.06 1005.32 2194.31 1018.85 c
-f*
-1 0.8 0 rg
-2813.62 1047.36 m
-2851.04 992.76 2813.01 919.762 2840 876.208 c
-2771.91 938.777 2740.62 964.541 2646.76 872.529 c
-2672.53 909.946 2678.05 935.098 2694 970.676 c
-2705.04 995.215 2737.55 1066.37 2744.3 1066.37 c
-2750.43 1066.37 2791.54 1079.87 2813.62 1047.36 c
-f*
-1 0.804 0.008 rg
-2813.23 1046.99 m
-2849.78 993.635 2813.58 920.979 2839.01 879.752 c
-2772.33 940.722 2741.72 966.412 2649.93 876.523 c
-2674.14 911.804 2680.18 937.477 2695.98 972.456 c
-2707.2 997.065 2738.42 1065.46 2745.5 1065.56 c
-2751.77 1065.63 2791.66 1078.73 2813.23 1046.99 c
-f*
-1 0.804 0.02 rg
-2812.84 1046.61 m
-2848.52 994.511 2814.15 922.196 2838.01 883.297 c
-2772.74 942.668 2742.82 968.283 2653.09 880.518 c
-2675.75 913.661 2682.32 939.855 2697.97 974.236 c
-2709.37 998.914 2739.29 1064.55 2746.7 1064.75 c
-2753.11 1064.88 2791.77 1077.6 2812.84 1046.61 c
-f*
-1 0.804 0.027 rg
-2812.45 1046.23 m
-2847.25 995.387 2814.73 923.414 2837.02 886.841 c
-2773.16 944.613 2743.92 970.153 2656.26 884.512 c
-2677.37 915.519 2684.45 942.234 2699.95 976.016 c
-2711.53 1000.76 2740.16 1063.64 2747.9 1063.94 c
-2754.45 1064.14 2791.89 1076.46 2812.45 1046.23 c
-f*
-1 0.804 0.039 rg
-2812.06 1045.86 m
-2845.99 996.262 2815.3 924.631 2836.03 890.386 c
-2773.58 946.559 2745.02 972.024 2659.43 888.507 c
-2678.98 917.376 2686.59 944.613 2701.94 977.797 c
-2713.7 1002.61 2741.03 1062.73 2749.09 1063.13 c
-2755.79 1063.39 2792.01 1075.33 2812.06 1045.86 c
-f*
-1 0.808 0.047 rg
-2811.68 1045.49 m
-2844.73 997.138 2815.87 925.848 2835.03 893.93 c
-2773.99 948.504 2746.12 973.895 2662.59 892.501 c
-2680.59 919.234 2688.72 946.992 2703.92 979.577 c
-2715.86 1004.46 2741.9 1061.82 2750.29 1062.32 c
-2757.14 1062.65 2792.12 1074.19 2811.68 1045.49 c
-f*
-1 0.808 0.059 rg
-2811.29 1045.11 m
-2843.46 998.013 2816.45 927.065 2834.04 897.475 c
-2774.41 950.45 2747.22 975.766 2665.76 896.496 c
-2682.2 921.091 2690.85 949.37 2705.91 981.357 c
-2718.02 1006.31 2742.78 1060.91 2751.49 1061.51 c
-2758.48 1061.91 2792.24 1073.05 2811.29 1045.11 c
-f*
-1 0.808 0.067 rg
-2810.9 1044.74 m
-2842.2 998.888 2817.02 928.282 2833.05 901.019 c
-2774.83 952.395 2748.32 977.636 2668.93 900.49 c
-2683.81 922.949 2692.99 951.749 2707.89 983.137 c
-2720.19 1008.16 2743.65 1060 2752.69 1060.7 c
-2759.82 1061.16 2792.36 1071.92 2810.9 1044.74 c
-f*
-1 0.808 0.078 rg
-2810.51 1044.36 m
-2840.94 999.764 2817.59 929.5 2832.05 904.564 c
-2775.24 954.341 2749.42 979.507 2672.09 904.485 c
-2685.43 924.806 2695.12 954.128 2709.88 984.917 c
-2722.35 1010.01 2744.52 1059.09 2753.89 1059.89 c
-2761.16 1060.42 2792.47 1070.78 2810.51 1044.36 c
-f*
-1 0.812 0.09 rg
-2810.12 1043.98 m
-2839.68 1000.64 2818.16 930.717 2831.06 908.108 c
-2775.66 956.286 2750.52 981.378 2675.26 908.479 c
-2687.04 926.664 2697.26 956.506 2711.86 986.697 c
-2724.52 1011.86 2745.39 1058.18 2755.09 1059.08 c
-2762.5 1059.67 2792.59 1069.65 2810.12 1043.98 c
-f*
-1 0.812 0.098 rg
-2809.73 1043.61 m
-2838.41 1001.51 2818.74 931.934 2830.07 911.653 c
-2776.07 958.232 2751.62 983.249 2678.42 912.473 c
-2688.65 928.521 2699.39 958.885 2713.84 988.477 c
-2726.68 1013.71 2746.26 1057.27 2756.28 1058.26 c
-2763.84 1058.93 2792.71 1068.51 2809.73 1043.61 c
-f*
-1 0.812 0.11 rg
-2809.34 1043.24 m
-2837.15 1002.39 2819.31 933.151 2829.07 915.197 c
-2776.49 960.177 2752.72 985.119 2681.59 916.468 c
-2690.26 930.379 2701.52 961.264 2715.83 990.258 c
-2728.84 1015.56 2747.13 1056.36 2757.48 1057.45 c
-2765.18 1058.19 2792.82 1067.37 2809.34 1043.24 c
-f*
-1 0.812 0.118 rg
-2808.95 1042.86 m
-2835.89 1003.27 2819.88 934.368 2828.08 918.741 c
-2776.91 962.122 2753.82 986.99 2684.76 920.462 c
-2691.87 932.237 2703.66 963.642 2717.81 992.038 c
-2731.01 1017.41 2748 1055.45 2758.68 1056.64 c
-2766.52 1057.44 2792.94 1066.24 2808.95 1042.86 c
-f*
-1 0.816 0.129 rg
-2808.56 1042.48 m
-2834.63 1004.14 2820.45 935.586 2827.08 922.286 c
-2777.32 964.068 2754.92 988.861 2687.92 924.457 c
-2693.49 934.094 2705.79 966.021 2719.8 993.818 c
-2733.17 1019.26 2748.87 1054.54 2759.88 1055.83 c
-2767.86 1056.7 2793.05 1065.1 2808.56 1042.48 c
-f*
-1 0.816 0.137 rg
-2808.17 1042.11 m
-2833.37 1005.02 2821.03 936.803 2826.09 925.83 c
-2777.74 966.013 2756.02 990.732 2691.09 928.451 c
-2695.1 935.952 2707.93 968.4 2721.78 995.598 c
-2735.34 1021.11 2749.74 1053.63 2761.08 1055.02 c
-2769.2 1055.95 2793.17 1063.97 2808.17 1042.11 c
-f*
-1 0.816 0.149 rg
-2807.79 1041.74 m
-2832.1 1005.89 2821.6 938.02 2825.1 929.375 c
-2778.16 967.959 2757.12 992.602 2694.26 932.446 c
-2696.71 937.809 2710.06 970.779 2723.77 997.378 c
-2737.5 1022.96 2750.62 1052.72 2762.28 1054.21 c
-2770.55 1055.21 2793.29 1062.83 2807.79 1041.74 c
-f*
-1 0.816 0.157 rg
-2807.4 1041.36 m
-2830.84 1006.77 2822.17 939.237 2824.1 932.919 c
-2778.57 969.904 2758.22 994.473 2697.42 936.44 c
-2698.32 939.667 2712.19 973.157 2725.75 999.158 c
-2739.66 1024.81 2751.49 1051.81 2763.48 1053.4 c
-2771.89 1054.47 2793.4 1061.69 2807.4 1041.36 c
-f*
-1 0.82 0.169 rg
-2807.01 1040.99 m
-2829.58 1007.64 2822.74 940.454 2823.11 936.464 c
-2778.99 971.85 2759.32 996.344 2700.59 940.435 c
-2699.93 941.524 2714.33 975.536 2727.74 1000.94 c
-2741.83 1026.66 2752.36 1050.9 2764.67 1052.59 c
-2773.23 1053.72 2793.52 1060.56 2807.01 1040.99 c
-f*
-1 0.82 0.18 rg
-2806.62 1040.61 m
-2828.32 1008.52 2823.32 941.672 2822.12 940.008 c
-2779.41 973.795 2760.42 998.214 2703.76 944.429 c
-2701.55 943.382 2716.46 977.915 2729.72 1002.72 c
-2743.99 1028.51 2753.23 1049.99 2765.87 1051.78 c
-2774.57 1052.98 2793.64 1059.42 2806.62 1040.61 c
-f*
-1 0.82 0.188 rg
-2806.23 1040.23 m
-2827.05 1009.39 2823.89 942.889 2821.12 943.553 c
-2779.82 975.741 2761.52 1000.08 2706.92 948.424 c
-2703.16 945.239 2718.6 980.293 2731.71 1004.5 c
-2746.16 1030.36 2754.1 1049.08 2767.07 1050.97 c
-2775.91 1052.23 2793.75 1058.29 2806.23 1040.23 c
-f*
-1 0.82 0.2 rg
-2805.84 1039.86 m
-2825.79 1010.27 2824.46 944.106 2820.13 947.097 c
-2780.24 977.686 2762.62 1001.96 2710.09 952.418 c
-2704.77 947.097 2720.73 982.672 2733.69 1006.28 c
-2748.32 1032.21 2754.97 1048.17 2768.27 1050.16 c
-2777.25 1051.49 2793.87 1057.15 2805.84 1039.86 c
-f*
-1 0.8 0 rg
-2844.55 846.291 m
-2904.31 767.811 3015.19 683.571 3054.79 660.531 c
-3083.59 643.971 3125.35 624.531 3124.63 572.691 c
-3123.19 513.651 3092.95 497.091 3076.39 480.531 c
-3043.27 447.411 2854.63 371.091 2734.39 317.811 c
-2611.99 263.811 2523.43 235.731 2462.23 225.651 c
-2421.19 219.171 2391.67 201.891 2330.47 214.131 c
-2287.27 222.771 2261.35 227.091 2231.83 253.011 c
-2202.31 278.211 2172.07 304.851 2167.75 346.611 c
-2155.51 450.291 2204.47 515.811 2251.99 605.811 c
-2290.87 677.811 2369.35 692.211 2418.31 685.731 c
-2593.99 661.971 2582.47 772.131 2630.71 820.371 c
-2675.35 865.011 2802.79 901.011 2844.55 846.291 c
-f*
-1 0.804 0.008 rg
-2844.03 845.56 m
-2903.65 767.264 3014.27 683.222 3053.78 660.237 c
-3082.51 643.715 3124.17 624.321 3123.45 572.603 c
-3122.02 513.701 3091.85 497.18 3075.33 480.659 c
-3042.28 447.617 2851.93 370.721 2732.93 319.762 c
-2610.34 268.016 2526.45 241.031 2464.91 230.186 c
-2424.14 223.344 2393.35 206.242 2332.33 218.419 c
-2289.3 226.97 2264.67 230.731 2235.25 256.521 c
-2205.87 281.628 2177.69 306.146 2173.42 347.705 c
-2161.31 451.108 2207.07 514.278 2253.86 604.204 c
-2292.75 677.956 2371.77 688.548 2420.51 681.981 c
-2595.64 657.83 2582.57 771.574 2630.69 819.701 c
-2675.23 864.236 2802.37 900.152 2844.03 845.56 c
-f*
-1 0.804 0.02 rg
-2843.51 844.829 m
-2902.99 766.718 3013.35 682.874 3052.77 659.942 c
-3081.43 643.46 3122.99 624.111 3122.28 572.514 c
-3120.85 513.752 3090.75 497.27 3074.27 480.787 c
-3041.3 447.823 2849.22 370.352 2731.47 321.713 c
-2608.68 272.221 2529.46 246.332 2467.59 234.721 c
-2427.08 227.517 2395.03 210.592 2334.18 222.706 c
-2291.32 231.168 2267.99 234.37 2238.68 260.031 c
-2209.44 285.044 2183.32 307.442 2179.09 348.8 c
-2167.11 451.924 2209.67 512.745 2255.73 602.597 c
-2294.63 678.101 2374.18 684.886 2422.71 678.23 c
-2597.29 653.69 2582.66 771.018 2630.68 819.031 c
-2675.11 863.462 2801.95 899.292 2843.51 844.829 c
-f*
-1 0.804 0.027 rg
-2843 844.099 m
-2902.33 766.171 3012.43 682.525 3051.75 659.648 c
-3080.35 643.204 3121.82 623.901 3121.1 572.426 c
-3119.67 513.802 3089.65 497.359 3073.2 480.915 c
-3040.31 448.029 2846.52 369.982 2730.01 323.665 c
-2607.03 276.427 2532.47 251.632 2470.27 239.256 c
-2430.03 231.69 2396.7 214.943 2336.04 226.994 c
-2293.35 235.367 2271.31 238.01 2242.1 263.541 c
-2213 288.461 2188.94 308.737 2184.76 349.894 c
-2172.91 452.741 2212.26 511.212 2257.6 600.99 c
-2296.51 678.246 2376.6 681.223 2424.9 674.48 c
-2598.94 649.549 2582.76 770.461 2630.66 818.361 c
-2674.99 862.687 2801.53 898.433 2843 844.099 c
-f*
-1 0.804 0.039 rg
-2842.48 843.368 m
-2901.68 765.625 3011.51 682.176 3050.74 659.353 c
-3079.27 642.948 3120.64 623.691 3119.93 572.338 c
-3118.5 513.852 3088.54 497.448 3072.14 481.044 c
-3039.33 448.235 2843.82 369.613 2728.55 325.616 c
-2605.38 280.632 2535.49 256.933 2472.94 243.791 c
-2432.97 235.863 2398.38 219.294 2337.89 231.281 c
-2295.37 239.566 2274.64 241.649 2245.53 267.052 c
-2216.56 291.877 2194.57 310.033 2190.42 350.989 c
-2178.71 453.558 2214.86 509.679 2259.46 599.383 c
-2298.39 678.392 2379.01 677.56 2427.1 670.73 c
-2600.58 645.409 2582.86 769.905 2630.65 817.691 c
-2674.87 861.912 2801.11 897.574 2842.48 843.368 c
-f*
-1 0.808 0.047 rg
-2841.96 842.637 m
-2901.02 765.079 3010.6 681.828 3049.73 659.059 c
-3078.19 642.693 3119.46 623.481 3118.75 572.249 c
-3117.33 513.903 3087.44 497.537 3071.08 481.172 c
-3038.35 448.441 2841.11 369.243 2727.09 327.567 c
-2603.72 284.837 2538.5 262.233 2475.62 248.326 c
-2435.92 240.036 2400.06 223.644 2339.75 235.569 c
-2297.4 243.764 2277.96 245.289 2248.96 270.562 c
-2220.12 295.294 2200.19 311.328 2196.09 352.083 c
-2184.51 454.374 2217.46 508.146 2261.33 597.775 c
-2300.27 678.537 2381.43 673.898 2429.3 666.979 c
-2602.23 641.268 2582.96 769.348 2630.63 817.021 c
-2674.74 861.137 2800.69 896.714 2841.96 842.637 c
-f*
-1 0.808 0.059 rg
-2841.44 841.907 m
-2900.36 764.532 3009.68 681.479 3048.72 658.764 c
-3077.11 642.437 3118.28 623.271 3117.57 572.161 c
-3116.16 513.953 3086.34 497.627 3070.01 481.3 c
-3037.36 448.647 2838.41 368.873 2725.63 329.519 c
-2602.07 289.042 2541.52 267.534 2478.3 252.861 c
-2438.87 244.208 2401.74 227.995 2341.6 239.856 c
-2299.42 247.963 2281.28 248.928 2252.38 274.072 c
-2223.69 298.711 2205.81 312.624 2201.76 353.178 c
-2190.31 455.191 2220.06 506.613 2263.2 596.168 c
-2302.15 678.682 2383.85 670.235 2431.5 663.229 c
-2603.88 637.128 2583.05 768.792 2630.61 816.351 c
-2674.62 860.363 2800.27 895.855 2841.44 841.907 c
-f*
-1 0.808 0.067 rg
-2840.92 841.176 m
-2899.7 763.986 3008.76 681.13 3047.71 658.47 c
-3076.03 642.181 3117.11 623.061 3116.4 572.073 c
-3114.98 514.003 3085.24 497.716 3068.95 481.428 c
-3036.37 448.853 2835.71 368.504 2724.17 331.47 c
-2600.42 293.247 2544.53 272.834 2480.98 257.396 c
-2441.81 248.381 2403.41 232.346 2343.46 244.144 c
-2301.45 252.162 2284.6 252.568 2255.81 277.582 c
-2227.25 302.127 2211.44 313.919 2207.43 354.272 c
-2196.11 456.008 2222.65 505.08 2265.07 594.561 c
-2304.03 678.827 2386.26 666.572 2433.7 659.479 c
-2605.53 632.987 2583.15 768.235 2630.6 815.681 c
-2674.5 859.588 2799.85 894.996 2840.92 841.176 c
-f*
-1 0.808 0.078 rg
-2840.41 840.445 m
-2899.04 763.439 3007.84 680.782 3046.69 658.175 c
-3074.95 641.926 3115.93 622.851 3115.22 571.985 c
-3113.81 514.054 3084.14 497.805 3067.89 481.556 c
-3035.39 449.059 2833 368.134 2722.71 333.421 c
-2598.76 297.453 2547.55 278.135 2483.66 261.931 c
-2444.76 252.554 2405.09 236.696 2345.31 248.431 c
-2303.47 256.361 2287.92 256.207 2259.23 281.092 c
-2230.81 305.544 2217.06 315.215 2213.1 355.367 c
-2201.91 456.825 2225.25 503.547 2266.94 592.954 c
-2305.91 678.972 2388.68 662.91 2435.89 655.728 c
-2607.18 628.847 2583.25 767.679 2630.58 815.011 c
-2674.38 858.813 2799.43 894.137 2840.41 840.445 c
-f*
-1 0.812 0.09 rg
-2839.89 839.714 m
-2898.38 762.893 3006.92 680.433 3045.68 657.881 c
-3073.87 641.67 3114.75 622.641 3114.05 571.896 c
-3112.64 514.104 3083.04 497.895 3066.83 481.684 c
-3034.4 449.265 2830.3 367.765 2721.25 335.372 c
-2597.11 301.658 2550.56 283.435 2486.34 266.466 c
-2447.7 256.727 2406.77 241.047 2347.17 252.719 c
-2305.5 260.559 2291.24 259.847 2262.66 284.602 c
-2234.38 308.96 2222.69 316.51 2218.77 356.461 c
-2207.71 457.641 2227.85 502.014 2268.81 591.347 c
-2307.79 679.117 2391.09 659.247 2438.09 651.978 c
-2608.83 624.706 2583.34 767.122 2630.57 814.341 c
-2674.26 858.039 2799.01 893.277 2839.89 839.714 c
-f*
-1 0.812 0.098 rg
-2839.37 838.983 m
-2897.73 762.346 3006 680.085 3044.67 657.586 c
-3072.8 641.414 3113.57 622.43 3112.87 571.808 c
-3111.46 514.155 3081.94 497.984 3065.77 481.813 c
-3033.42 449.471 2827.6 367.395 2719.79 337.323 c
-2595.46 305.863 2553.58 288.736 2489.02 271.001 c
-2450.65 260.9 2408.45 245.397 2349.02 257.006 c
-2307.53 264.758 2294.56 263.486 2266.08 288.112 c
-2237.94 312.377 2228.31 317.806 2224.43 357.555 c
-2213.51 458.458 2230.44 500.481 2270.68 589.74 c
-2309.67 679.263 2393.51 655.584 2440.29 648.227 c
-2610.47 620.565 2583.44 766.565 2630.55 813.671 c
-2674.14 857.264 2798.59 892.418 2839.37 838.983 c
-f*
-1 0.812 0.11 rg
-2838.85 838.253 m
-2897.07 761.799 3005.08 679.736 3043.66 657.291 c
-3071.72 641.159 3112.4 622.22 3111.69 571.72 c
-3110.29 514.205 3080.83 498.073 3064.7 481.941 c
-3032.43 449.676 2824.89 367.025 2718.32 339.275 c
-2593.8 310.068 2556.6 294.036 2491.69 275.536 c
-2453.6 265.073 2410.12 249.748 2350.88 261.294 c
-2309.55 268.957 2297.89 267.126 2269.51 291.623 c
-2241.5 315.794 2233.93 319.101 2230.1 358.65 c
-2219.31 459.275 2233.04 498.949 2272.54 588.133 c
-2311.55 679.408 2395.93 651.922 2442.49 644.477 c
-2612.12 616.425 2583.54 766.009 2630.53 813.002 c
-2674.02 856.489 2798.17 891.559 2838.85 838.253 c
-f*
-1 0.812 0.118 rg
-2838.33 837.522 m
-2896.41 761.253 3004.16 679.387 3042.65 656.997 c
-3070.64 640.903 3111.22 622.01 3110.52 571.631 c
-3109.12 514.255 3079.73 498.163 3063.64 482.069 c
-3031.45 449.882 2822.19 366.656 2716.86 341.226 c
-2592.15 314.273 2559.61 299.337 2494.37 280.071 c
-2456.54 269.246 2411.8 254.099 2352.74 265.582 c
-2311.58 273.155 2301.21 270.766 2272.93 295.133 c
-2245.07 319.21 2239.56 320.396 2235.77 359.744 c
-2225.11 460.091 2235.64 497.416 2274.41 586.526 c
-2313.43 679.553 2398.34 648.259 2444.69 640.727 c
-2613.77 612.284 2583.63 765.452 2630.52 812.332 c
-2673.9 855.715 2797.75 890.699 2838.33 837.522 c
-f*
-1 0.816 0.129 rg
-2837.82 836.791 m
-2895.75 760.706 3003.24 679.039 3041.63 656.702 c
-3069.56 640.648 3110.04 621.8 3109.34 571.543 c
-3107.95 514.306 3078.63 498.252 3062.58 482.197 c
-3030.47 450.088 2819.48 366.286 2715.4 343.177 c
-2590.49 318.479 2562.62 304.637 2497.05 284.606 c
-2459.49 273.419 2413.48 258.449 2354.59 269.869 c
-2313.6 277.354 2304.53 274.405 2276.35 298.643 c
-2248.63 322.627 2245.18 321.692 2241.44 360.839 c
-2230.91 460.908 2238.24 495.883 2276.28 584.919 c
-2315.31 679.698 2400.76 644.597 2446.88 636.976 c
-2615.42 608.144 2583.73 764.896 2630.5 811.662 c
-2673.78 854.94 2797.33 889.84 2837.82 836.791 c
-f*
-1 0.816 0.137 rg
-2837.3 836.06 m
-2895.09 760.16 3002.32 678.69 3040.62 656.408 c
-3068.48 640.392 3108.87 621.59 3108.17 571.455 c
-3106.77 514.356 3077.53 498.341 3061.52 482.325 c
-3029.48 450.294 2816.78 365.917 2713.94 345.129 c
-2588.84 322.684 2565.64 309.938 2499.73 289.141 c
-2462.43 277.592 2415.16 262.8 2356.45 274.157 c
-2315.63 281.553 2307.85 278.045 2279.78 302.153 c
-2252.19 326.043 2250.81 322.987 2247.11 361.933 c
-2236.71 461.725 2240.83 494.35 2278.15 583.312 c
-2317.19 679.843 2403.17 640.934 2449.08 633.226 c
-2617.07 604.003 2583.83 764.339 2630.49 810.992 c
-2673.66 854.165 2796.91 888.981 2837.3 836.06 c
-f*
-1 0.816 0.149 rg
-2836.78 835.33 m
-2894.43 759.613 3001.41 678.341 3039.61 656.114 c
-3067.4 640.136 3107.69 621.38 3106.99 571.367 c
-3105.6 514.406 3076.43 498.43 3060.45 482.453 c
-3028.49 450.5 2814.08 365.547 2712.48 347.08 c
-2587.19 326.889 2568.65 315.238 2502.41 293.676 c
-2465.38 281.764 2416.83 267.151 2358.3 278.444 c
-2317.65 285.751 2311.17 281.684 2283.2 305.663 c
-2255.76 329.46 2256.43 324.283 2252.78 363.028 c
-2242.51 462.542 2243.43 492.817 2280.02 581.705 c
-2319.07 679.988 2405.59 637.271 2451.28 629.476 c
-2618.72 599.863 2583.93 763.783 2630.47 810.322 c
-2673.54 853.391 2796.49 888.121 2836.78 835.33 c
-f*
-1 0.816 0.157 rg
-2836.26 834.599 m
-2893.77 759.067 3000.49 677.993 3038.6 655.819 c
-3066.32 639.881 3106.51 621.17 3105.81 571.278 c
-3104.43 514.457 3075.33 498.52 3059.39 482.581 c
-3027.51 450.706 2811.37 365.177 2711.02 349.031 c
-2585.53 331.094 2571.67 320.539 2505.09 298.211 c
-2468.33 285.937 2418.51 271.501 2360.16 282.732 c
-2319.68 289.95 2314.49 285.324 2286.63 309.173 c
-2259.32 332.877 2262.05 325.578 2258.45 364.122 c
-2248.31 463.358 2246.03 491.284 2281.89 580.097 c
-2320.95 680.133 2408.01 633.609 2453.48 625.725 c
-2620.37 595.722 2584.02 763.226 2630.45 809.652 c
-2673.41 852.616 2796.07 887.262 2836.26 834.599 c
-f*
-1 0.82 0.169 rg
-2835.74 833.868 m
-2893.12 758.521 2999.57 677.644 3037.59 655.525 c
-3065.24 639.625 3105.33 620.96 3104.64 571.19 c
-3103.26 514.507 3074.22 498.609 3058.33 482.71 c
-3026.52 450.912 2808.67 364.808 2709.56 350.982 c
-2583.88 335.299 2574.68 325.839 2507.76 302.746 c
-2471.27 290.11 2420.19 275.852 2362.01 287.019 c
-2321.7 294.149 2317.82 288.963 2290.06 312.684 c
-2262.88 336.293 2267.68 326.874 2264.11 365.217 c
-2254.11 464.175 2248.63 489.751 2283.75 578.49 c
-2322.83 680.279 2410.42 629.946 2455.68 621.975 c
-2622.01 591.582 2584.12 762.67 2630.44 808.982 c
-2673.29 851.841 2795.65 886.403 2835.74 833.868 c
-f*
-1 0.82 0.18 rg
-2835.23 833.138 m
-2892.46 757.974 2998.65 677.295 3036.57 655.23 c
-3064.16 639.369 3104.15 620.75 3103.46 571.102 c
-3102.08 514.557 3073.12 498.698 3057.27 482.838 c
-3025.54 451.118 2805.97 364.438 2708.1 352.934 c
-2582.23 339.505 2577.7 331.14 2510.44 307.281 c
-2474.22 294.283 2421.87 280.203 2363.87 291.307 c
-2323.73 298.348 2321.14 292.603 2293.48 316.194 c
-2266.44 339.71 2273.3 328.169 2269.78 366.311 c
-2259.91 464.992 2251.22 488.218 2285.62 576.883 c
-2324.71 680.424 2412.84 626.283 2457.87 618.225 c
-2623.66 587.441 2584.22 762.113 2630.42 808.312 c
-2673.17 851.066 2795.23 885.544 2835.23 833.138 c
-f*
-1 0.82 0.188 rg
-2834.71 832.407 m
-2891.8 757.428 2997.73 676.947 3035.56 654.936 c
-3063.08 639.114 3102.98 620.54 3102.29 571.013 c
-3100.91 514.608 3072.02 498.788 3056.2 482.966 c
-3024.56 451.324 2803.26 364.069 2706.64 354.885 c
-2580.57 343.71 2580.71 336.441 2513.12 311.816 c
-2477.16 298.456 2423.54 284.553 2365.72 295.594 c
-2325.75 302.546 2324.46 296.242 2296.91 319.704 c
-2270.01 343.126 2278.93 329.465 2275.45 367.406 c
-2265.71 465.808 2253.82 486.685 2287.49 575.276 c
-2326.59 680.569 2415.25 622.621 2460.07 614.474 c
-2625.31 583.301 2584.31 761.557 2630.41 807.642 c
-2673.05 850.292 2794.81 884.684 2834.71 832.407 c
-f*
-1 0.82 0.2 rg
-2834.19 831.676 m
-2891.14 756.881 2996.81 676.598 3034.55 654.641 c
-3062 638.858 3101.8 620.33 3101.11 570.925 c
-3099.74 514.658 3070.92 498.877 3055.14 483.094 c
-3023.57 451.53 2800.56 363.699 2705.18 356.836 c
-2578.92 347.915 2583.73 341.741 2515.8 316.351 c
-2480.11 302.629 2425.22 288.904 2367.58 299.882 c
-2327.78 306.745 2327.78 299.882 2300.33 323.214 c
-2273.57 346.543 2284.55 330.76 2281.12 368.5 c
-2271.51 466.625 2256.42 485.152 2289.36 573.669 c
-2328.47 680.714 2417.67 618.958 2462.27 610.724 c
-2626.96 579.16 2584.41 761 2630.39 806.972 c
-2672.93 849.517 2794.39 883.825 2834.19 831.676 c
-f*
-0.6 0.349 0 rg
-310.869 944.931 m
-246.069 898.131 81.9092 902.451 40.1492 847.731 c
--0.890625 793.011 41.5891 713.811 40.8691 566.931 c
-40.8691 504.291 30.0691 456.771 22.8691 418.611 c
-12.7891 370.371 6.30933 336.531 26.4692 301.971 c
-63.1892 240.771 122.229 225.651 459.909 155.091 c
-640.629 117.651 811.269 20.4512 925.749 11.0913 c
-1040.23 2.45142 1064.71 40.6111 1134.55 102.531 c
-1203.67 164.451 1225.99 145.011 1223.83 281.091 c
-1221.67 416.451 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 375.669 991.731 310.869 944.931 c
-f*
-0.62 0.373 0 rg
-311.913 942.051 m
-247.941 895.035 87.1653 904.179 41.3013 846.939 c
--0.242676 792.795 43.5691 714.171 42.2732 567.399 c
-42.0212 505.083 30.7532 458.571 22.9053 418.611 c
-12.5371 369.903 6.12939 336.603 26.3972 302.439 c
-64.2693 240.807 123.345 231.195 460.953 160.743 c
-641.565 123.375 806.373 27.6873 924.381 19.6233 c
-1036.23 11.7031 1060.03 47.9192 1129.01 109.227 c
-1197.98 171.183 1219.26 151.995 1217.6 283.287 c
-1216.85 418.503 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 376.209 989.427 311.913 942.051 c
-f*
-0.639 0.396 0 rg
-312.957 939.171 m
-249.813 891.939 92.4211 905.907 42.4531 846.147 c
-0.405518 792.579 45.5491 714.531 43.6772 567.867 c
-43.1731 505.875 31.4373 460.371 22.9412 418.611 c
-12.2852 369.435 5.94946 336.675 26.3252 302.907 c
-65.3491 240.843 124.461 236.739 461.997 166.395 c
-642.501 129.099 801.477 34.9231 923.013 28.1553 c
-1032.24 20.9551 1055.35 55.2273 1123.46 115.923 c
-1192.29 177.915 1212.53 158.979 1211.37 285.483 c
-1212.02 420.555 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 376.749 987.123 312.957 939.171 c
-f*
-0.659 0.416 0 rg
-314.001 936.291 m
-251.685 888.843 97.677 907.635 43.6052 845.355 c
-1.05347 792.363 47.5293 714.891 45.0813 568.335 c
-44.3252 506.667 32.1211 462.171 22.9773 418.611 c
-12.0332 368.967 5.76953 336.747 26.2532 303.375 c
-66.4292 240.879 125.577 242.283 463.041 172.047 c
-643.437 134.823 796.581 42.1592 921.645 36.6873 c
-1028.24 30.2073 1050.67 62.5352 1117.92 122.619 c
-1186.61 184.647 1205.79 165.963 1205.15 287.679 c
-1207.2 422.607 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 377.289 984.819 314.001 936.291 c
-f*
-0.682 0.439 0 rg
-315.045 933.411 m
-253.557 885.747 102.933 909.363 44.7571 844.563 c
-1.70142 792.147 49.5093 715.251 46.4851 568.803 c
-45.4773 507.459 32.8052 463.971 23.0132 418.611 c
-11.7812 368.499 5.58936 336.819 26.1812 303.843 c
-67.5093 240.915 126.693 247.827 464.085 177.699 c
-644.373 140.547 791.685 49.395 920.277 45.2192 c
-1024.25 39.4592 1045.99 69.843 1112.37 129.315 c
-1180.92 191.379 1199.06 172.947 1198.92 289.875 c
-1202.37 424.659 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 377.829 982.515 315.045 933.411 c
-f*
-0.702 0.463 0 rg
-316.089 930.531 m
-255.429 882.651 108.189 911.091 45.9092 843.771 c
-2.34937 791.931 51.4893 715.611 47.8892 569.271 c
-46.6292 508.251 33.4893 465.771 23.0491 418.611 c
-11.5291 368.031 5.40942 336.891 26.1091 304.311 c
-68.5891 240.951 127.809 253.371 465.129 183.351 c
-645.309 146.271 786.789 56.6311 918.909 53.7512 c
-1020.25 48.7112 1041.31 77.1511 1106.83 136.011 c
-1175.23 198.111 1192.33 179.931 1192.69 292.071 c
-1197.55 426.711 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 378.369 980.211 316.089 930.531 c
-f*
-0.722 0.486 0 rg
-317.133 927.651 m
-257.301 879.555 113.445 912.819 47.0613 842.979 c
-2.99731 791.715 53.4692 715.971 49.2932 569.739 c
-47.7812 509.043 34.1731 467.571 23.0852 418.611 c
-11.2771 367.563 5.22949 336.963 26.0371 304.779 c
-69.6692 240.987 128.925 258.915 466.173 189.003 c
-646.245 151.995 781.893 63.8672 917.541 62.283 c
-1016.25 57.9631 1036.63 84.459 1101.29 142.707 c
-1169.54 204.843 1185.6 186.915 1186.46 294.267 c
-1192.73 428.763 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 378.909 977.907 317.133 927.651 c
-f*
-0.741 0.506 0 rg
-318.177 924.771 m
-259.173 876.459 118.701 914.547 48.2131 842.187 c
-3.64551 791.499 55.4492 716.331 50.6973 570.207 c
-48.9331 509.835 34.8572 469.371 23.1211 418.611 c
-11.0251 367.095 5.04932 337.035 25.9651 305.247 c
-70.7493 241.023 130.041 264.459 467.217 194.655 c
-647.181 157.719 776.997 71.103 916.173 70.8152 c
-1012.26 67.2151 1031.95 91.7671 1095.74 149.403 c
-1163.85 211.575 1178.87 193.899 1180.23 296.463 c
-1187.9 430.815 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 379.449 975.603 318.177 924.771 c
-f*
-0.761 0.529 0 rg
-319.221 921.891 m
-261.045 873.363 123.957 916.275 49.3652 841.395 c
-4.29346 791.283 57.4292 716.691 52.1011 570.675 c
-50.0852 510.627 35.5413 471.171 23.1572 418.611 c
-10.7732 366.627 4.86938 337.107 25.8931 305.715 c
-71.8291 241.059 131.157 270.003 468.261 200.307 c
-648.117 163.443 772.101 78.3391 914.805 79.3472 c
-1008.26 76.467 1027.27 99.0752 1090.2 156.099 c
-1158.17 218.307 1172.13 200.883 1174.01 298.659 c
-1183.08 432.867 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 379.989 973.299 319.221 921.891 c
-f*
-0.78 0.553 0 rg
-320.265 919.011 m
-262.917 870.267 129.213 918.003 50.5171 840.603 c
-4.94141 791.067 59.4092 717.051 53.5051 571.143 c
-51.2371 511.419 36.2251 472.971 23.1931 418.611 c
-10.5212 366.159 4.68945 337.179 25.8213 306.183 c
-72.9092 241.095 132.273 275.547 469.305 205.959 c
-649.053 169.167 767.205 85.5752 913.437 87.8792 c
-1004.27 85.719 1022.59 106.383 1084.65 162.795 c
-1152.48 225.039 1165.4 207.867 1167.78 300.855 c
-1178.25 434.919 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 380.529 970.995 320.265 919.011 c
-f*
-0.8 0.576 0 rg
-321.309 916.131 m
-264.789 867.171 134.469 919.731 51.6692 839.811 c
-5.58936 790.851 61.3892 717.411 54.9092 571.611 c
-52.3892 512.211 36.9092 474.771 23.2292 418.611 c
-10.2693 365.691 4.50952 337.251 25.7493 306.651 c
-73.9893 241.131 133.389 281.091 470.349 211.611 c
-649.989 174.891 762.309 92.811 912.069 96.4111 c
-1000.27 94.9712 1017.91 113.691 1079.11 169.491 c
-1146.79 231.771 1158.67 214.851 1161.55 303.051 c
-1173.43 436.971 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 381.069 968.691 321.309 916.131 c
-f*
-0.82 0.6 0 rg
-322.353 913.251 m
-266.661 864.075 139.725 921.459 52.8213 839.019 c
-6.2373 790.635 63.3691 717.771 56.3132 572.079 c
-53.5413 513.003 37.5933 476.571 23.2651 418.611 c
-10.0171 365.223 4.32935 337.323 25.6772 307.119 c
-75.0691 241.167 134.505 286.635 471.393 217.263 c
-650.925 180.615 757.413 100.047 910.701 104.943 c
-996.273 104.223 1013.23 120.999 1073.57 176.187 c
-1141.1 238.503 1151.94 221.835 1155.32 305.247 c
-1168.61 439.023 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 381.609 966.387 322.353 913.251 c
-f*
-0.843 0.62 0 rg
-323.397 910.371 m
-268.533 860.979 144.981 923.187 53.9731 838.227 c
-6.8855 790.419 65.3491 718.131 57.7173 572.547 c
-54.6931 513.795 38.2771 478.371 23.3013 418.611 c
-9.76538 364.755 4.14941 337.395 25.6052 307.587 c
-76.1492 241.203 135.621 292.179 472.437 222.915 c
-651.861 186.339 752.517 107.283 909.333 113.475 c
-992.277 113.475 1008.55 128.307 1068.02 182.883 c
-1135.41 245.235 1145.21 228.819 1149.09 307.443 c
-1163.78 441.075 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 382.149 964.083 323.397 910.371 c
-f*
-0.863 0.643 0 rg
-324.441 907.491 m
-270.405 857.883 150.237 924.915 55.1252 837.435 c
-7.53345 790.203 67.3291 718.491 59.1211 573.015 c
-55.8452 514.587 38.9612 480.171 23.3372 418.611 c
-9.51343 364.287 3.96948 337.467 25.5332 308.055 c
-77.2292 241.239 136.737 297.723 473.481 228.567 c
-652.797 192.063 747.621 114.519 907.965 122.007 c
-988.281 122.727 1003.87 135.615 1062.48 189.579 c
-1129.73 251.967 1138.47 235.803 1142.87 309.639 c
-1158.96 443.127 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 382.689 961.779 324.441 907.491 c
-f*
-0.882 0.667 0 rg
-325.485 904.611 m
-272.277 854.787 155.493 926.643 56.2771 836.643 c
-8.1814 789.987 69.3091 718.851 60.5251 573.483 c
-56.9971 515.379 39.6453 481.971 23.3733 418.611 c
-9.26147 363.819 3.78931 337.539 25.4612 308.523 c
-78.3091 241.275 137.853 303.267 474.525 234.219 c
-653.733 197.787 742.725 121.755 906.597 130.539 c
-984.285 131.979 999.189 142.923 1056.93 196.275 c
-1124.04 258.699 1131.74 242.787 1136.64 311.835 c
-1154.13 445.179 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 383.229 959.475 325.485 904.611 c
-f*
-0.902 0.69 0 rg
-326.529 901.731 m
-274.149 851.691 160.749 928.371 57.4292 835.851 c
-8.82935 789.771 71.2891 719.211 61.9292 573.951 c
-58.1492 516.171 40.3291 483.771 23.4092 418.611 c
-9.00952 363.351 3.60938 337.611 25.3892 308.991 c
-79.3892 241.311 138.969 308.811 475.569 239.871 c
-654.669 203.511 737.829 128.991 905.229 139.071 c
-980.289 141.231 994.509 150.231 1051.39 202.971 c
-1118.35 265.431 1125.01 249.771 1130.41 314.031 c
-1149.31 447.231 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 383.769 957.171 326.529 901.731 c
-f*
-0.922 0.71 0 rg
-327.573 898.851 m
-276.021 848.595 166.005 930.099 58.5813 835.059 c
-9.47729 789.555 73.2693 719.571 63.3333 574.419 c
-59.3013 516.963 41.0132 485.571 23.4451 418.611 c
-8.75732 362.883 3.42944 337.683 25.3171 309.459 c
-80.4692 241.347 140.085 314.355 476.613 245.523 c
-655.605 209.235 732.933 136.227 903.861 147.603 c
-976.293 150.483 989.829 157.539 1045.85 209.667 c
-1112.66 272.163 1118.28 256.755 1124.18 316.227 c
-1144.49 449.283 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 384.309 954.867 327.573 898.851 c
-f*
-0.941 0.733 0 rg
-328.617 895.971 m
-277.893 845.499 171.261 931.827 59.7332 834.267 c
-10.1252 789.339 75.2493 719.931 64.7371 574.887 c
-60.4531 517.755 41.6973 487.371 23.4812 418.611 c
-8.50537 362.415 3.24951 337.755 25.2451 309.927 c
-81.5491 241.383 141.201 319.899 477.657 251.175 c
-656.541 214.959 728.037 143.463 902.493 156.135 c
-972.297 159.735 985.149 164.847 1040.3 216.363 c
-1106.97 278.895 1111.55 263.739 1117.95 318.423 c
-1139.66 451.335 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 384.849 952.563 328.617 895.971 c
-f*
-0.961 0.757 0 rg
-329.661 893.091 m
-279.765 842.403 176.517 933.555 60.8853 833.475 c
-10.7732 789.123 77.2292 720.291 66.1411 575.355 c
-61.6052 518.547 42.3811 489.171 23.5171 418.611 c
-8.25342 361.947 3.06934 337.827 25.1731 310.395 c
-82.6292 241.419 142.317 325.443 478.701 256.827 c
-657.477 220.683 723.141 150.699 901.125 164.667 c
-968.301 168.987 980.469 172.155 1034.76 223.059 c
-1101.29 285.627 1104.81 270.723 1111.73 320.619 c
-1134.84 453.387 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 385.389 950.259 329.661 893.091 c
-f*
-0.98 0.78 0 rg
-330.705 890.211 m
-281.637 839.307 181.773 935.283 62.0371 832.683 c
-11.4211 788.907 79.2092 720.651 67.5452 575.823 c
-62.7571 519.339 43.0652 490.971 23.5532 418.611 c
-8.00146 361.479 2.8894 337.899 25.1011 310.863 c
-83.7092 241.455 143.433 330.987 479.745 262.479 c
-658.413 226.407 718.245 157.935 899.757 173.199 c
-964.305 178.239 975.789 179.463 1029.21 229.755 c
-1095.6 292.359 1098.08 277.707 1105.5 322.815 c
-1130.01 455.439 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 385.929 947.955 330.705 890.211 c
-f*
-1 0.8 0 rg
-331.749 887.331 m
-283.509 836.211 187.029 937.011 63.1892 831.891 c
-12.0691 788.691 81.1892 721.011 68.9492 576.291 c
-63.9092 520.131 43.7493 492.771 23.5891 418.611 c
-7.74951 361.011 2.70947 337.971 25.0293 311.331 c
-84.7891 241.491 144.549 336.531 480.789 268.131 c
-659.349 232.131 713.349 165.171 898.389 181.731 c
-960.309 187.491 971.109 186.771 1023.67 236.451 c
-1089.91 299.091 1091.35 284.691 1099.27 325.011 c
-1125.19 457.491 1134.55 456.771 1035.91 613.011 c
-937.269 769.251 921.429 798.051 855.909 901.731 c
-790.389 1003.97 660.789 1189.73 586.629 1191.89 c
-527.589 1193.33 494.469 1161.65 457.749 1124.21 c
-421.029 1086.77 386.469 945.651 331.749 887.331 c
-f*
-362.936 831.072 m
-320.153 785.695 180.138 844.684 114.02 794.772 c
-66.7012 759.767 138.004 715.688 128.281 586.045 c
-124.392 536.782 90.0361 527.705 104.297 459.643 c
-115.318 408.435 126.986 409.73 146.431 386.396 c
-199.584 324.167 187.27 369.544 489.985 308.61 c
-650.094 276.199 699.36 215.914 865.95 230.825 c
-921.696 236.009 932.068 235.363 978.74 280.088 c
-1038.38 335.834 1007.91 324.167 1014.39 359.818 c
-1037.08 478.442 1018.93 499.186 930.123 639.847 c
-841.319 780.511 849.098 788.289 790.758 880.985 c
-732.418 972.382 652.039 1138.97 585.274 1140.27 c
-532.768 1141.57 502.301 1113.05 469.244 1079.34 c
-436.183 1045.63 411.55 882.929 362.936 831.072 c
-f*
-1 0.804 0.008 rg
-365.879 830.164 m
-321.267 783.145 179.831 842.124 115.277 793.11 c
-68.269 757.971 141.06 712.613 131.366 586.311 c
-127.358 537.342 94.0342 527.548 106.783 459.978 c
-116.653 409.046 130.364 410.591 150.122 387.966 c
-206.983 326.651 196.855 369.702 491.314 310.53 c
-650.498 278.426 699.47 218.386 865.039 233.208 c
-920.453 238.333 929.821 237.833 976.586 281.692 c
-1035.24 335.764 1005.18 324.567 1010.71 362.26 c
-1031.38 480.149 1015.14 502.083 928.829 638.765 c
-840.526 778.591 847.402 785.752 789.41 877.895 c
-731.418 968.748 652.403 1135.94 586.036 1137.23 c
-533.842 1138.53 503.557 1110.18 470.697 1076.67 c
-437.833 1043.16 414.26 881.626 365.879 830.164 c
-f*
-1 0.804 0.02 rg
-368.822 829.256 m
-322.381 780.594 179.524 839.565 116.535 791.447 c
-69.8369 756.174 144.115 709.537 134.451 586.578 c
-130.323 537.902 98.0325 527.392 109.269 460.312 c
-117.989 409.657 133.743 411.451 153.812 389.537 c
-214.383 329.134 206.44 369.86 492.644 312.449 c
-650.902 280.653 699.58 220.858 864.128 235.591 c
-919.209 240.657 927.574 240.304 974.432 283.297 c
-1032.1 335.695 1002.45 324.966 1007.03 364.703 c
-1025.68 481.856 1011.34 504.979 927.536 637.683 c
-839.733 776.671 845.707 783.214 788.062 874.805 c
-730.417 965.113 652.766 1132.91 586.797 1134.2 c
-534.917 1135.48 504.813 1107.3 472.15 1073.99 c
-439.483 1040.69 416.971 880.323 368.822 829.256 c
-f*
-1 0.804 0.027 rg
-371.764 828.347 m
-323.495 778.044 179.217 837.005 117.792 789.784 c
-71.4048 754.378 147.171 706.462 137.536 586.844 c
-133.289 538.462 102.031 527.235 111.755 460.647 c
-119.324 410.268 137.121 412.312 157.503 391.107 c
-221.782 331.618 216.025 370.017 493.973 314.369 c
-651.305 282.88 699.69 223.33 863.217 237.975 c
-917.966 242.981 925.326 242.774 972.277 284.901 c
-1028.97 335.625 999.726 325.366 1003.35 367.145 c
-1019.98 483.563 1007.55 507.876 926.243 636.601 c
-838.94 774.75 844.011 780.677 786.714 871.715 c
-729.417 961.479 653.13 1129.88 587.559 1131.16 c
-535.991 1132.44 506.069 1104.43 473.603 1071.32 c
-441.133 1038.21 419.681 879.02 371.764 828.347 c
-f*
-1 0.804 0.039 rg
-374.707 827.439 m
-324.608 775.493 178.91 834.446 119.05 788.122 c
-72.9727 752.581 150.227 703.387 140.621 587.111 c
-136.254 539.022 106.029 527.079 114.241 460.981 c
-120.659 410.88 140.499 413.172 161.194 392.677 c
-229.181 334.101 225.61 370.175 495.303 316.289 c
-651.709 285.107 699.801 225.802 862.306 240.358 c
-916.723 245.304 923.079 245.245 970.123 286.506 c
-1025.83 335.556 996.998 325.766 999.671 369.588 c
-1014.28 485.27 1003.76 510.772 924.949 635.52 c
-838.148 772.83 842.315 778.139 785.366 868.625 c
-728.417 957.844 653.494 1126.86 588.32 1128.13 c
-537.065 1129.39 507.325 1101.55 475.056 1068.65 c
-442.783 1035.74 422.391 877.717 374.707 827.439 c
-f*
-1 0.808 0.047 rg
-377.65 826.531 m
-325.722 772.943 178.602 831.886 120.307 786.459 c
-74.5405 750.785 153.283 700.312 143.707 587.377 c
-139.22 539.582 110.027 526.922 116.726 461.316 c
-121.995 411.491 143.877 414.033 164.885 394.248 c
-236.58 336.585 235.196 370.333 496.632 318.209 c
-652.113 287.334 699.911 228.274 861.395 242.741 c
-915.48 247.628 920.832 247.715 967.969 288.11 c
-1022.69 335.486 994.271 326.165 995.992 372.03 c
-1008.58 486.977 999.967 513.669 923.656 634.438 c
-837.355 770.91 840.62 775.602 784.018 865.535 c
-727.416 954.21 653.857 1123.83 589.082 1125.09 c
-538.14 1126.35 508.581 1098.68 476.508 1065.97 c
-444.433 1033.27 425.102 876.414 377.65 826.531 c
-f*
-1 0.808 0.059 rg
-380.593 825.623 m
-326.836 770.392 178.295 829.327 121.565 784.797 c
-76.1084 748.988 156.339 697.236 146.792 587.644 c
-142.186 540.142 114.025 526.765 119.212 461.651 c
-123.33 412.102 147.256 414.893 168.575 395.818 c
-243.98 339.068 244.781 370.49 497.962 320.128 c
-652.517 289.561 700.021 230.747 860.484 245.124 c
-914.236 249.952 918.585 250.185 965.815 289.714 c
-1019.55 335.416 991.543 326.565 992.312 374.473 c
-1002.88 488.684 996.175 516.566 922.362 633.356 c
-836.562 768.99 838.924 773.064 782.67 862.445 c
-726.416 950.575 654.221 1120.8 589.843 1122.05 c
-539.214 1123.31 509.837 1095.8 477.961 1063.3 c
-446.082 1030.8 427.812 875.111 380.593 825.623 c
-f*
-1 0.808 0.067 rg
-383.536 824.715 m
-327.95 767.842 177.988 826.767 122.822 783.134 c
-77.6763 747.192 159.394 694.161 149.877 587.91 c
-145.151 540.702 118.023 526.609 121.698 461.985 c
-124.665 412.713 150.634 415.753 172.266 397.388 c
-251.379 341.552 254.366 370.648 499.291 322.048 c
-652.921 291.788 700.131 233.219 859.573 247.507 c
-912.993 252.276 916.338 252.656 963.661 291.319 c
-1016.42 335.347 988.815 326.965 988.632 376.915 c
-997.186 490.391 992.383 519.462 921.069 632.274 c
-835.769 767.07 837.228 770.527 781.322 859.355 c
-725.415 946.941 654.585 1117.77 590.605 1119.02 c
-540.288 1120.26 511.093 1092.93 479.414 1060.63 c
-447.732 1028.32 430.522 873.808 383.536 824.715 c
-f*
-1 0.808 0.078 rg
-386.478 823.806 m
-329.064 765.291 177.681 824.208 124.08 781.472 c
-79.2441 745.395 162.45 691.086 152.962 588.177 c
-148.117 541.262 122.021 526.452 124.184 462.32 c
-126 413.324 154.012 416.614 175.957 398.959 c
-258.778 344.035 263.951 370.806 500.621 323.968 c
-653.324 294.015 700.241 235.691 858.662 249.891 c
-911.75 254.6 914.09 255.126 961.506 292.923 c
-1013.28 335.277 986.088 327.364 984.952 379.358 c
-991.486 492.098 988.59 522.359 919.775 631.192 c
-834.976 765.149 835.532 767.989 779.974 856.265 c
-724.415 943.306 654.948 1114.74 591.366 1115.98 c
-541.363 1117.22 512.349 1090.05 480.867 1057.95 c
-449.382 1025.85 433.233 872.505 386.478 823.806 c
-f*
-1 0.812 0.09 rg
-389.421 822.898 m
-330.178 762.741 177.374 821.648 125.337 779.809 c
-80.8118 743.599 165.506 688.01 156.047 588.443 c
-151.082 541.822 126.019 526.296 126.67 462.654 c
-127.336 413.935 157.391 417.474 179.648 400.529 c
-266.177 346.519 273.536 370.964 501.95 325.888 c
-653.728 296.242 700.351 238.163 857.751 252.274 c
-910.506 256.924 911.843 257.597 959.352 294.528 c
-1010.14 335.208 983.36 327.764 981.273 381.8 c
-985.787 493.805 984.798 525.255 918.482 630.11 c
-834.183 763.229 833.837 765.452 778.626 853.176 c
-723.415 939.672 655.312 1111.71 592.128 1112.95 c
-542.437 1114.17 513.605 1087.18 482.32 1055.28 c
-451.032 1023.38 435.943 871.202 389.421 822.898 c
-f*
-1 0.812 0.098 rg
-392.364 821.99 m
-331.292 760.191 177.067 819.088 126.595 778.147 c
-82.3796 741.803 168.561 684.935 159.132 588.709 c
-154.048 542.382 130.018 526.139 129.156 462.989 c
-128.671 414.547 160.769 418.335 183.338 402.099 c
-273.577 349.002 283.121 371.122 503.279 327.808 c
-654.132 298.47 700.462 240.635 856.84 254.657 c
-909.263 259.248 909.596 260.067 957.198 296.132 c
-1007 335.138 980.632 328.163 977.593 384.242 c
-980.088 495.513 981.005 528.152 917.188 629.028 c
-833.391 761.309 832.141 762.915 777.278 850.086 c
-722.414 936.037 655.676 1108.68 592.889 1109.91 c
-543.512 1111.13 514.861 1084.3 483.773 1052.6 c
-452.682 1020.91 438.653 869.899 392.364 821.99 c
-f*
-1 0.812 0.11 rg
-395.307 821.082 m
-332.405 757.64 176.76 816.529 127.852 776.484 c
-83.9475 740.006 171.617 681.86 162.217 588.976 c
-157.014 542.942 134.016 525.982 131.641 463.324 c
-130.006 415.158 164.147 419.196 187.029 403.67 c
-280.976 351.486 292.706 371.279 504.609 329.727 c
-654.536 300.697 700.572 243.107 855.928 257.04 c
-908.02 261.571 907.349 262.537 955.044 297.736 c
-1003.86 335.068 977.905 328.563 973.913 386.685 c
-974.389 497.22 977.212 531.049 915.895 627.947 c
-832.598 759.389 830.445 760.377 775.929 846.996 c
-721.414 932.403 656.039 1105.66 593.651 1106.87 c
-544.586 1108.09 516.118 1081.43 485.226 1049.93 c
-454.332 1018.44 441.364 868.596 395.307 821.082 c
-f*
-1 0.812 0.118 rg
-398.25 820.174 m
-333.519 755.09 176.453 813.969 129.109 774.821 c
-85.5154 738.21 174.673 678.784 165.302 589.242 c
-159.979 543.502 138.014 525.826 134.127 463.658 c
-131.342 415.769 167.526 420.056 190.72 405.24 c
-288.375 353.97 302.291 371.437 505.938 331.647 c
-654.94 302.924 700.682 245.579 855.017 259.423 c
-906.776 263.895 905.102 265.008 952.89 299.341 c
-1000.73 334.999 975.177 328.963 970.234 389.127 c
-968.69 498.927 973.42 533.945 914.602 626.865 c
-831.805 757.469 828.75 757.84 774.581 843.906 c
-720.414 928.769 656.403 1102.63 594.413 1103.84 c
-545.66 1105.04 517.374 1078.56 486.679 1047.26 c
-455.982 1015.96 444.074 867.294 398.25 820.174 c
-f*
-1 0.816 0.129 rg
-401.192 819.265 m
-334.633 752.539 176.146 811.41 130.367 773.159 c
-87.0833 736.413 177.729 675.709 168.387 589.509 c
-162.945 544.062 142.012 525.669 136.613 463.993 c
-132.677 416.38 170.904 420.917 194.411 406.811 c
-295.774 356.453 311.876 371.595 507.268 333.567 c
-655.343 305.151 700.792 248.051 854.106 261.807 c
-905.533 266.219 902.854 267.478 950.735 300.945 c
-997.589 334.929 972.45 329.362 966.554 391.57 c
-962.99 500.634 969.627 536.842 913.308 625.783 c
-831.012 755.548 827.054 755.302 773.233 840.816 c
-719.413 925.134 656.766 1099.6 595.174 1100.8 c
-546.735 1102 518.63 1075.68 488.132 1044.58 c
-457.632 1013.49 446.785 865.991 401.192 819.265 c
-f*
-1 0.816 0.137 rg
-404.135 818.357 m
-335.747 749.989 175.839 808.85 131.624 771.496 c
-88.6511 734.617 180.784 672.634 171.472 589.775 c
-165.91 544.622 146.01 525.513 139.099 464.327 c
-134.012 416.991 174.282 421.777 198.102 408.381 c
-303.174 358.937 321.461 371.753 508.597 335.486 c
-655.747 307.378 700.902 250.523 853.195 264.19 c
-904.29 268.543 900.607 269.949 948.581 302.55 c
-994.452 334.86 969.722 329.762 962.874 394.012 c
-957.291 502.341 965.835 539.738 912.015 624.701 c
-830.219 753.628 825.358 752.765 771.885 837.726 c
-718.413 921.5 657.13 1096.57 595.936 1097.77 c
-547.809 1098.95 519.886 1072.81 489.585 1041.91 c
-459.282 1011.02 449.495 864.688 404.135 818.357 c
-f*
-1 0.816 0.149 rg
-407.078 817.449 m
-336.861 747.438 175.532 806.291 132.882 769.834 c
-90.219 732.82 183.84 669.558 174.557 590.042 c
-168.876 545.182 150.008 525.356 141.585 464.662 c
-135.347 417.602 177.661 422.637 201.792 409.951 c
-310.573 361.42 331.047 371.91 509.927 337.406 c
-656.151 309.605 701.012 252.996 852.284 266.573 c
-903.046 270.867 898.36 272.419 946.427 304.154 c
-991.314 334.79 966.994 330.162 959.194 396.455 c
-951.592 504.048 962.042 542.635 910.721 623.619 c
-829.426 751.708 823.662 750.227 770.537 834.636 c
-717.413 917.865 657.494 1093.54 596.697 1094.73 c
-548.883 1095.91 521.142 1069.93 491.038 1039.24 c
-460.931 1008.55 452.205 863.385 407.078 817.449 c
-f*
-1 0.816 0.157 rg
-410.021 816.541 m
-337.975 744.888 175.224 803.731 134.139 768.171 c
-91.7869 731.024 186.896 666.483 177.643 590.308 c
-171.842 545.742 154.006 525.199 144.071 464.997 c
-136.683 418.213 181.039 423.498 205.483 411.522 c
-317.972 363.904 340.632 372.068 511.256 339.326 c
-656.555 311.832 701.122 255.468 851.373 268.956 c
-901.803 273.191 896.113 274.889 944.273 305.758 c
-988.176 334.72 964.267 330.561 955.515 398.897 c
-945.893 505.755 958.25 545.532 909.428 622.537 c
-828.633 749.788 821.967 747.69 769.189 831.546 c
-716.412 914.231 657.857 1090.51 597.459 1091.69 c
-549.958 1092.87 522.398 1067.06 492.49 1036.56 c
-462.581 1006.07 454.916 862.082 410.021 816.541 c
-f*
-1 0.82 0.169 rg
-412.964 815.633 m
-339.088 742.337 174.917 801.172 135.397 766.509 c
-93.3547 729.227 189.952 663.408 180.728 590.575 c
-174.807 546.302 158.005 525.043 146.556 465.331 c
-138.018 418.825 184.417 424.358 209.174 413.092 c
-325.371 366.387 350.217 372.226 512.586 341.246 c
-656.959 314.059 701.233 257.94 850.462 271.339 c
-900.56 275.514 893.866 277.36 942.119 307.363 c
-985.038 334.651 961.539 330.961 951.835 401.34 c
-940.194 507.462 954.457 548.428 908.134 621.456 c
-827.841 747.868 820.271 745.152 767.841 828.456 c
-715.412 910.596 658.221 1087.49 598.22 1088.66 c
-551.032 1089.82 523.654 1064.18 493.943 1033.89 c
-464.231 1003.6 457.626 860.779 412.964 815.633 c
-f*
-1 0.82 0.18 rg
-415.906 814.724 m
-340.202 739.787 174.61 798.612 136.654 764.846 c
-94.9224 727.431 193.007 660.333 183.813 590.841 c
-177.773 546.862 162.003 524.886 149.042 465.666 c
-139.353 419.436 187.795 425.219 212.864 414.662 c
-332.771 368.871 359.802 372.383 513.915 343.166 c
-657.362 316.286 701.343 260.412 849.551 273.723 c
-899.317 277.838 891.618 279.83 939.964 308.967 c
-981.9 334.581 958.811 331.361 948.155 403.782 c
-934.494 509.169 950.665 551.325 906.841 620.374 c
-827.048 745.947 818.575 742.615 766.493 825.366 c
-714.412 906.962 658.585 1084.46 598.982 1085.62 c
-552.106 1086.78 524.91 1061.31 495.396 1031.22 c
-465.881 1001.13 460.336 859.476 415.906 814.724 c
-f*
-1 0.82 0.188 rg
-418.849 813.816 m
-341.316 737.236 174.303 796.053 137.912 763.184 c
-96.4905 725.634 196.063 657.257 186.898 591.108 c
-180.738 547.422 166.001 524.73 151.528 466 c
-140.689 420.047 191.174 426.079 216.555 416.233 c
-340.17 371.354 369.387 372.541 515.245 345.085 c
-657.766 318.513 701.453 262.884 848.64 276.106 c
-898.073 280.162 889.371 282.301 937.81 310.572 c
-978.763 334.512 956.084 331.76 944.476 406.225 c
-928.795 510.876 946.872 554.221 905.547 619.292 c
-826.255 744.027 816.88 740.077 765.145 822.276 c
-713.411 903.327 658.948 1081.43 599.743 1082.59 c
-553.181 1083.73 526.166 1058.43 496.849 1028.54 c
-467.531 998.657 463.047 858.173 418.849 813.816 c
-f*
-1 0.82 0.2 rg
-421.792 812.908 m
-342.43 734.686 173.996 793.493 139.169 761.521 c
-98.0581 723.838 199.119 654.182 189.983 591.374 c
-183.704 547.982 169.999 524.573 154.014 466.335 c
-142.024 420.658 194.552 426.94 220.246 417.803 c
-347.569 373.838 378.972 372.699 516.574 347.005 c
-658.17 320.74 701.563 265.356 847.729 278.489 c
-896.83 282.486 887.124 284.771 935.656 312.176 c
-975.625 334.442 953.356 332.16 940.796 408.667 c
-923.096 512.583 943.08 557.118 904.254 618.21 c
-825.462 742.107 815.184 737.54 763.797 819.186 c
-712.411 899.693 659.312 1078.4 600.505 1079.55 c
-554.255 1080.69 527.422 1055.56 498.302 1025.87 c
-469.181 996.185 465.757 856.87 421.792 812.908 c
-f*
-0 g
-673.749 1494.29 m
-664.389 1473.41 656.469 1294.13 703.269 1224.29 c
-750.069 1155.17 736.389 1115.57 684.549 1168.13 c
-630.549 1219.25 595.269 1296.29 594.549 1349.57 c
-594.549 1380.53 618.309 1507.97 627.669 1521.65 c
-637.749 1536.05 680.949 1510.13 673.749 1494.29 c
-f*
-0.012 g
-672.849 1490.8 m
-663.813 1467.4 656.289 1293.81 702.945 1224.11 c
-749.601 1155.1 734.805 1119.21 684.549 1170.54 c
-632.241 1220.51 598.473 1295.25 597.141 1348.42 c
-596.709 1379.56 619.497 1502.61 628.461 1516.32 c
-638.073 1530.25 679.725 1506.42 672.849 1490.8 c
-f*
-0.027 g
-671.949 1487.31 m
-663.237 1461.39 656.109 1293.48 702.621 1223.93 c
-749.133 1155.03 733.221 1122.84 684.549 1172.95 c
-633.933 1221.77 601.677 1294.2 599.733 1347.27 c
-598.869 1378.59 620.685 1497.24 629.253 1510.99 c
-638.397 1524.46 678.501 1502.71 671.949 1487.31 c
-f*
-0.043 g
-671.049 1483.81 m
-662.661 1455.37 655.929 1293.16 702.297 1223.75 c
-748.665 1154.95 731.637 1126.48 684.549 1175.37 c
-635.625 1223.03 604.881 1293.16 602.325 1346.11 c
-601.029 1377.61 621.873 1491.88 630.045 1505.67 c
-638.721 1518.66 677.277 1499.01 671.049 1483.81 c
-f*
-0.059 g
-670.149 1480.32 m
-662.085 1449.36 655.749 1292.83 701.973 1223.57 c
-748.197 1154.88 730.053 1130.11 684.549 1177.78 c
-637.317 1224.29 608.085 1292.11 604.917 1344.96 c
-603.189 1376.64 623.061 1486.51 630.837 1500.34 c
-639.045 1512.87 676.053 1495.3 670.149 1480.32 c
-f*
-0.075 g
-669.249 1476.83 m
-661.509 1443.35 655.569 1292.51 701.649 1223.39 c
-747.729 1154.81 728.469 1133.75 684.549 1180.19 c
-639.009 1225.55 611.289 1291.07 607.509 1343.81 c
-605.349 1375.67 624.249 1481.15 631.629 1495.01 c
-639.369 1507.07 674.829 1491.59 669.249 1476.83 c
-f*
-0.09 g
-668.349 1473.34 m
-660.933 1437.34 655.389 1292.19 701.325 1223.21 c
-747.261 1154.74 726.885 1137.39 684.549 1182.6 c
-640.701 1226.81 614.493 1290.03 610.101 1342.66 c
-607.509 1374.7 625.437 1475.79 632.421 1489.68 c
-639.693 1501.27 673.605 1487.88 668.349 1473.34 c
-f*
-0.102 g
-667.449 1469.85 m
-660.357 1431.33 655.209 1291.86 701.001 1223.03 c
-746.793 1154.67 725.301 1141.02 684.549 1185.01 c
-642.393 1228.07 617.697 1288.98 612.693 1341.51 c
-609.669 1373.73 626.625 1470.42 633.213 1484.35 c
-640.017 1495.48 672.381 1484.17 667.449 1469.85 c
-f*
-0.118 g
-666.549 1466.35 m
-659.781 1425.31 655.029 1291.54 700.677 1222.85 c
-746.325 1154.59 723.717 1144.66 684.549 1187.43 c
-644.085 1229.33 620.901 1287.94 615.285 1340.35 c
-611.829 1372.75 627.813 1465.06 634.005 1479.03 c
-640.341 1489.68 671.157 1480.47 666.549 1466.35 c
-f*
-0.133 g
-665.649 1462.86 m
-659.205 1419.3 654.849 1291.21 700.353 1222.67 c
-745.857 1154.52 722.133 1148.29 684.549 1189.84 c
-645.777 1230.59 624.105 1286.89 617.877 1339.2 c
-613.989 1371.78 629.001 1459.69 634.797 1473.7 c
-640.665 1483.89 669.933 1476.76 665.649 1462.86 c
-f*
-0.149 g
-664.749 1459.37 m
-658.629 1413.29 654.669 1290.89 700.029 1222.49 c
-745.389 1154.45 720.549 1151.93 684.549 1192.25 c
-647.469 1231.85 627.309 1285.85 620.469 1338.05 c
-616.149 1370.81 630.189 1454.33 635.589 1468.37 c
-640.989 1478.09 668.709 1473.05 664.749 1459.37 c
-f*
-0.165 g
-663.849 1455.88 m
-658.053 1407.28 654.489 1290.57 699.705 1222.31 c
-744.921 1154.38 718.965 1155.57 684.549 1194.66 c
-649.161 1233.11 630.513 1284.81 623.061 1336.9 c
-618.309 1369.84 631.377 1448.97 636.381 1463.04 c
-641.313 1472.29 667.485 1469.34 663.849 1455.88 c
-f*
-0.18 g
-662.949 1452.39 m
-657.477 1401.27 654.309 1290.24 699.381 1222.13 c
-744.453 1154.31 717.381 1159.2 684.549 1197.07 c
-650.853 1234.37 633.717 1283.76 625.653 1335.75 c
-620.469 1368.87 632.565 1443.6 637.173 1457.71 c
-641.637 1466.5 666.261 1465.63 662.949 1452.39 c
-f*
-0.192 g
-662.049 1448.89 m
-656.901 1395.25 654.129 1289.92 699.057 1221.95 c
-743.985 1154.23 715.797 1162.84 684.549 1199.49 c
-652.545 1235.63 636.921 1282.72 628.245 1334.59 c
-622.629 1367.89 633.753 1438.24 637.965 1452.39 c
-641.961 1460.7 665.037 1461.93 662.049 1448.89 c
-f*
-0.208 g
-661.149 1445.4 m
-656.325 1389.24 653.949 1289.59 698.733 1221.77 c
-743.517 1154.16 714.213 1166.47 684.549 1201.9 c
-654.237 1236.89 640.125 1281.67 630.837 1333.44 c
-624.789 1366.92 634.941 1432.87 638.757 1447.06 c
-642.285 1454.91 663.813 1458.22 661.149 1445.4 c
-f*
-0.224 g
-660.249 1441.91 m
-655.749 1383.23 653.769 1289.27 698.409 1221.59 c
-743.049 1154.09 712.629 1170.11 684.549 1204.31 c
-655.929 1238.15 643.329 1280.63 633.429 1332.29 c
-626.949 1365.95 636.129 1427.51 639.549 1441.73 c
-642.609 1449.11 662.589 1454.51 660.249 1441.91 c
-f*
-0.239 g
-659.349 1438.42 m
-655.173 1377.22 653.589 1288.95 698.085 1221.41 c
-742.581 1154.02 711.045 1173.75 684.549 1206.72 c
-657.621 1239.41 646.533 1279.59 636.021 1331.14 c
-629.109 1364.98 637.317 1422.15 640.341 1436.4 c
-642.933 1443.31 661.365 1450.8 659.349 1438.42 c
-f*
-0.255 g
-658.449 1434.93 m
-654.597 1371.21 653.409 1288.62 697.761 1221.23 c
-742.113 1153.95 709.461 1177.38 684.549 1209.13 c
-659.313 1240.67 649.737 1278.54 638.613 1329.99 c
-631.269 1364.01 638.505 1416.78 641.133 1431.07 c
-643.257 1437.52 660.141 1447.09 658.449 1434.93 c
-f*
-0.271 g
-657.549 1431.43 m
-654.021 1365.19 653.229 1288.3 697.437 1221.05 c
-741.645 1153.87 707.877 1181.02 684.549 1211.55 c
-661.005 1241.93 652.941 1277.5 641.205 1328.83 c
-633.429 1363.03 639.693 1411.42 641.925 1425.75 c
-643.581 1431.72 658.917 1443.39 657.549 1431.43 c
-f*
-0.282 g
-656.649 1427.94 m
-653.445 1359.18 653.049 1287.97 697.113 1220.87 c
-741.177 1153.8 706.293 1184.65 684.549 1213.96 c
-662.697 1243.19 656.145 1276.45 643.797 1327.68 c
-635.589 1362.06 640.881 1406.05 642.717 1420.42 c
-643.905 1425.93 657.693 1439.68 656.649 1427.94 c
-f*
-0.298 g
-655.749 1424.45 m
-652.869 1353.17 652.869 1287.65 696.789 1220.69 c
-740.709 1153.73 704.709 1188.29 684.549 1216.37 c
-664.389 1244.45 659.349 1275.41 646.389 1326.53 c
-637.749 1361.09 642.069 1400.69 643.509 1415.09 c
-644.229 1420.13 656.469 1435.97 655.749 1424.45 c
-f*
-0 g
-673.749 1494.29 m
-716.949 1588.61 740.709 1690.13 802.629 1788.77 c
-863.829 1886.69 839.349 1924.85 793.989 1875.17 c
-748.629 1825.49 698.949 1720.37 698.949 1720.37 c
-698.949 1720.37 640.629 1628.21 627.669 1521.65 c
-625.509 1503.65 666.549 1479.17 673.749 1494.29 c
-f*
-0.008 g
-675.601 1500.4 m
-718.397 1595.39 741.756 1692.86 801.458 1788.42 c
-860.476 1883.29 837.553 1921.21 793.825 1873.13 c
-749.794 1824.67 700.812 1720.78 700.146 1719.32 c
-700.146 1719.32 643.773 1629.41 631.371 1526.93 c
-629.288 1509.23 668.579 1485.49 675.601 1500.4 c
-f*
-0.02 g
-677.452 1506.51 m
-719.844 1602.17 742.803 1695.6 800.286 1788.07 c
-857.122 1879.89 835.757 1917.57 793.661 1871.1 c
-750.96 1823.84 702.675 1721.18 701.343 1718.27 c
-701.343 1718.27 646.918 1630.61 635.072 1532.22 c
-633.068 1514.81 670.609 1491.81 677.452 1506.51 c
-f*
-0.027 g
-679.304 1512.61 m
-721.292 1608.95 743.85 1698.33 799.115 1787.72 c
-853.769 1876.49 833.96 1913.92 793.497 1869.06 c
-752.125 1823.02 704.539 1721.59 702.541 1717.23 c
-702.541 1717.23 650.062 1631.81 638.773 1537.5 c
-636.847 1520.39 672.639 1498.13 679.304 1512.61 c
-f*
-0.039 g
-681.155 1518.72 m
-722.74 1615.73 744.896 1701.07 797.944 1787.37 c
-850.416 1873.09 832.164 1910.28 793.333 1867.02 c
-753.291 1822.19 706.402 1721.99 703.738 1716.18 c
-703.738 1716.18 653.206 1633 642.475 1542.79 c
-640.626 1525.97 674.669 1504.45 681.155 1518.72 c
-f*
-0.047 g
-683.007 1524.83 m
-724.187 1622.51 745.943 1703.8 796.773 1787.02 c
-847.063 1869.69 830.368 1906.64 793.169 1864.99 c
-754.456 1821.37 708.265 1722.4 704.935 1715.13 c
-704.935 1715.13 656.351 1634.2 646.176 1548.07 c
-644.405 1531.55 676.699 1510.77 683.007 1524.83 c
-f*
-0.059 g
-684.859 1530.94 m
-725.635 1629.3 746.99 1706.54 795.602 1786.67 c
-843.709 1866.29 828.572 1902.99 793.005 1862.95 c
-755.622 1820.55 710.128 1722.8 706.133 1714.08 c
-706.133 1714.08 659.495 1635.4 649.878 1553.36 c
-648.185 1537.13 678.729 1517.08 684.859 1530.94 c
-f*
-0.067 g
-686.71 1537.05 m
-727.083 1636.08 748.037 1709.27 794.43 1786.32 c
-840.356 1862.89 826.776 1899.35 792.841 1860.91 c
-756.787 1819.72 711.992 1723.21 707.33 1713.03 c
-707.33 1713.03 662.639 1636.6 653.579 1558.65 c
-651.964 1542.71 680.759 1523.4 686.71 1537.05 c
-f*
-0.078 g
-688.562 1543.15 m
-728.53 1642.86 749.084 1712.01 793.259 1785.97 c
-837.003 1859.49 824.98 1895.71 792.677 1858.88 c
-757.953 1818.9 713.855 1723.61 708.527 1711.99 c
-708.527 1711.99 665.784 1637.8 657.281 1563.93 c
-655.743 1548.29 682.789 1529.72 688.562 1543.15 c
-f*
-0.09 g
-690.413 1549.26 m
-729.978 1649.64 750.131 1714.74 792.088 1785.62 c
-833.65 1856.09 823.184 1892.07 792.513 1856.84 c
-759.118 1818.07 715.718 1724.02 709.724 1710.94 c
-709.724 1710.94 668.928 1639 660.983 1569.21 c
-659.523 1553.87 684.819 1536.04 690.413 1549.26 c
-f*
-0.098 g
-692.265 1555.37 m
-731.425 1656.42 751.178 1717.47 790.917 1785.26 c
-830.296 1852.7 821.387 1888.42 792.35 1854.8 c
-760.284 1817.25 717.581 1724.43 710.921 1709.89 c
-710.921 1709.89 672.073 1640.2 664.684 1574.5 c
-663.302 1559.45 686.85 1542.36 692.265 1555.37 c
-f*
-0.11 g
-694.117 1561.48 m
-732.873 1663.2 752.224 1720.21 789.745 1784.91 c
-826.943 1849.3 819.591 1884.78 792.186 1852.77 c
-761.45 1816.43 719.445 1724.83 712.119 1708.84 c
-712.119 1708.84 675.217 1641.39 668.385 1579.79 c
-667.081 1565.02 688.88 1548.68 694.117 1561.48 c
-f*
-0.118 g
-695.968 1567.59 m
-734.321 1669.98 753.271 1722.94 788.574 1784.56 c
-823.59 1845.9 817.795 1881.14 792.022 1850.73 c
-762.615 1815.6 721.308 1725.24 713.316 1707.79 c
-713.316 1707.79 678.361 1642.59 672.087 1585.07 c
-670.861 1570.6 690.91 1555 695.968 1567.59 c
-f*
-0.129 g
-697.82 1573.69 m
-735.768 1676.76 754.318 1725.68 787.403 1784.21 c
-820.237 1842.5 815.999 1877.5 791.858 1848.7 c
-763.781 1814.78 723.171 1725.64 714.513 1706.75 c
-714.513 1706.75 681.506 1643.79 675.788 1590.35 c
-674.64 1576.18 692.94 1561.32 697.82 1573.69 c
-f*
-0.137 g
-699.671 1579.8 m
-737.216 1683.54 755.365 1728.41 786.232 1783.86 c
-816.883 1839.1 814.203 1873.85 791.694 1846.66 c
-764.946 1813.95 725.034 1726.05 715.71 1705.7 c
-715.71 1705.7 684.65 1644.99 679.49 1595.64 c
-678.419 1581.76 694.97 1567.64 699.671 1579.8 c
-f*
-0.149 g
-701.523 1585.91 m
-738.664 1690.33 756.412 1731.15 785.06 1783.51 c
-813.53 1835.7 812.407 1870.21 791.53 1844.62 c
-766.112 1813.13 726.898 1726.45 716.908 1704.65 c
-716.908 1704.65 687.794 1646.19 683.192 1600.92 c
-682.198 1587.34 697 1573.95 701.523 1585.91 c
-f*
-0.157 g
-703.375 1592.02 m
-740.111 1697.11 757.459 1733.88 783.889 1783.16 c
-810.177 1832.3 810.611 1866.57 791.366 1842.59 c
-767.277 1812.31 728.761 1726.86 718.105 1703.6 c
-718.105 1703.6 690.939 1647.39 686.893 1606.21 c
-685.978 1592.92 699.03 1580.27 703.375 1592.02 c
-f*
-0.169 g
-705.226 1598.13 m
-741.559 1703.89 758.505 1736.62 782.718 1782.81 c
-806.824 1828.9 808.814 1862.93 791.202 1840.55 c
-768.443 1811.48 730.624 1727.26 719.302 1702.55 c
-719.302 1702.55 694.083 1648.58 690.594 1611.5 c
-689.757 1598.5 701.06 1586.59 705.226 1598.13 c
-f*
-0.18 g
-707.078 1604.23 m
-743.007 1710.67 759.552 1739.35 781.547 1782.46 c
-803.47 1825.5 807.018 1859.28 791.038 1838.51 c
-769.608 1810.66 732.487 1727.67 720.499 1701.51 c
-720.499 1701.51 697.227 1649.78 694.296 1616.78 c
-693.536 1604.08 703.09 1592.91 707.078 1604.23 c
-f*
-0.188 g
-708.929 1610.34 m
-744.454 1717.45 760.599 1742.09 780.375 1782.11 c
-800.117 1822.1 805.222 1855.64 790.874 1836.48 c
-770.774 1809.83 734.351 1728.07 721.697 1700.46 c
-721.697 1700.46 700.372 1650.98 697.998 1622.06 c
-697.316 1609.66 705.12 1599.23 708.929 1610.34 c
-f*
-0.2 g
-710.781 1616.45 m
-745.902 1724.23 761.646 1744.82 779.204 1781.76 c
-796.764 1818.7 803.426 1852 790.71 1834.44 c
-771.939 1809.01 736.214 1728.48 722.894 1699.41 c
-722.894 1699.41 703.516 1652.18 701.699 1627.35 c
-701.095 1615.24 707.15 1605.55 710.781 1616.45 c
-f*
-0 g
-2516.23 1425.17 m
-2537.11 1484.21 2534.95 1634.69 2481.67 1731.89 c
-2462.95 1767.17 2444.95 1808.21 2434.15 1810.37 c
-2422.63 1812.53 2401.75 1789.49 2403.91 1785.89 c
-2406.79 1780.13 2503.99 1643.33 2483.83 1457.57 c
-2482.39 1442.45 2511.19 1411.49 2516.23 1425.17 c
-f*
-0.012 g
-2515.29 1432.8 m
-2535.55 1489.98 2532.82 1636.6 2481.86 1729.43 c
-2463.7 1763.5 2446.5 1803.16 2435.91 1805.33 c
-2424.69 1807.46 2404.66 1785.11 2406.66 1781.65 c
-2409.24 1776.03 2502.71 1643.88 2483.95 1464.13 c
-2482.64 1449.25 2510.41 1419.57 2515.29 1432.8 c
-f*
-0.027 g
-2514.34 1440.43 m
-2533.99 1495.76 2530.7 1638.5 2482.05 1726.97 c
-2464.44 1759.82 2448.05 1798.11 2437.66 1800.28 c
-2426.75 1802.4 2407.57 1780.73 2409.41 1777.41 c
-2411.68 1771.93 2501.43 1644.43 2484.07 1470.7 c
-2482.9 1456.05 2509.63 1427.65 2514.34 1440.43 c
-f*
-0.043 g
-2513.4 1448.06 m
-2532.44 1501.53 2528.57 1640.4 2482.25 1724.5 c
-2465.19 1756.15 2449.59 1793.07 2439.42 1795.24 c
-2428.81 1797.33 2410.47 1776.34 2412.16 1773.17 c
-2414.13 1767.83 2500.15 1644.98 2484.19 1477.26 c
-2483.15 1462.85 2508.85 1435.73 2513.4 1448.06 c
-f*
-0.059 g
-2512.45 1455.68 m
-2530.88 1507.3 2526.44 1642.31 2482.44 1722.04 c
-2465.94 1752.48 2451.14 1788.02 2441.17 1790.19 c
-2430.87 1792.26 2413.38 1771.96 2414.91 1768.93 c
-2416.58 1763.73 2498.87 1645.53 2484.31 1483.82 c
-2483.41 1469.66 2508.07 1443.81 2512.45 1455.68 c
-f*
-0.075 g
-2511.5 1463.31 m
-2529.32 1513.07 2524.31 1644.21 2482.63 1719.58 c
-2466.68 1748.81 2452.69 1782.97 2442.93 1785.15 c
-2432.93 1787.2 2416.29 1767.58 2417.66 1764.69 c
-2419.02 1759.64 2497.58 1646.08 2484.43 1490.38 c
-2483.66 1476.46 2507.29 1451.89 2511.5 1463.31 c
-f*
-0.09 g
-2510.56 1470.94 m
-2527.76 1518.85 2522.18 1646.12 2482.82 1717.12 c
-2467.43 1745.13 2454.24 1777.92 2444.68 1780.1 c
-2434.99 1782.13 2419.2 1763.2 2420.41 1760.46 c
-2421.47 1755.54 2496.3 1646.63 2484.56 1496.95 c
-2483.92 1483.26 2506.51 1459.96 2510.56 1470.94 c
-f*
-0.102 g
-2509.62 1478.57 m
-2526.2 1524.62 2520.06 1648.03 2483.01 1714.65 c
-2468.18 1741.46 2455.79 1772.88 2446.44 1775.06 c
-2437.05 1777.06 2422.1 1758.82 2423.16 1756.22 c
-2423.92 1751.44 2495.02 1647.18 2484.68 1503.51 c
-2484.17 1490.06 2505.73 1468.04 2509.62 1478.57 c
-f*
-0.118 g
-2508.67 1486.2 m
-2524.65 1530.39 2517.93 1649.93 2483.21 1712.19 c
-2468.92 1737.79 2457.33 1767.83 2448.19 1770.01 c
-2439.11 1772 2425.01 1754.43 2425.91 1751.98 c
-2426.36 1747.34 2493.74 1647.73 2484.8 1510.07 c
-2484.43 1496.86 2504.95 1476.12 2508.67 1486.2 c
-f*
-0.133 g
-2507.73 1493.83 m
-2523.09 1536.16 2515.8 1651.84 2483.4 1709.73 c
-2469.67 1734.12 2458.88 1762.78 2449.95 1764.97 c
-2441.17 1766.93 2427.92 1750.05 2428.66 1747.74 c
-2428.81 1743.24 2492.46 1648.28 2484.92 1516.63 c
-2484.68 1503.66 2504.17 1484.2 2507.73 1493.83 c
-f*
-0.149 g
-2506.78 1501.46 m
-2521.53 1541.94 2513.67 1653.74 2483.59 1707.27 c
-2470.42 1730.44 2460.43 1757.73 2451.71 1759.92 c
-2443.24 1761.86 2430.83 1745.67 2431.42 1743.5 c
-2431.26 1739.14 2491.18 1648.83 2485.04 1523.2 c
-2484.93 1510.47 2503.4 1492.28 2506.78 1501.46 c
-f*
-0.165 g
-2505.83 1509.08 m
-2519.97 1547.71 2511.55 1655.64 2483.78 1704.8 c
-2471.16 1726.77 2461.98 1752.69 2453.46 1754.88 c
-2445.3 1756.8 2433.73 1741.29 2434.17 1739.26 c
-2433.7 1735.04 2489.9 1649.37 2485.16 1529.76 c
-2485.19 1517.27 2502.62 1500.36 2505.83 1509.08 c
-f*
-0.18 g
-2504.89 1516.71 m
-2518.41 1553.48 2509.42 1657.55 2483.97 1702.34 c
-2471.91 1723.1 2463.53 1747.64 2455.22 1749.84 c
-2447.36 1751.73 2436.64 1736.91 2436.92 1735.02 c
-2436.15 1730.94 2488.62 1649.92 2485.28 1536.32 c
-2485.44 1524.07 2501.84 1508.44 2504.89 1516.71 c
-f*
-0.192 g
-2503.95 1524.34 m
-2516.86 1559.25 2507.29 1659.45 2484.17 1699.88 c
-2472.65 1719.43 2465.07 1742.59 2456.97 1744.79 c
-2449.42 1746.67 2439.55 1732.52 2439.67 1730.78 c
-2438.59 1726.84 2487.34 1650.47 2485.4 1542.88 c
-2485.7 1530.87 2501.06 1516.52 2503.95 1524.34 c
-f*
-0.208 g
-2503 1531.97 m
-2515.3 1565.03 2505.16 1661.36 2484.36 1697.42 c
-2473.4 1715.76 2466.62 1737.55 2458.73 1739.75 c
-2451.48 1741.6 2442.45 1728.14 2442.42 1726.54 c
-2441.04 1722.74 2486.06 1651.02 2485.52 1549.45 c
-2485.95 1537.67 2500.28 1524.6 2503 1531.97 c
-f*
-0.224 g
-2502.06 1539.6 m
-2513.74 1570.8 2503.04 1663.27 2484.55 1694.95 c
-2474.15 1712.08 2468.17 1732.5 2460.48 1734.7 c
-2453.54 1736.53 2445.36 1723.76 2445.17 1722.3 c
-2443.49 1718.65 2484.78 1651.57 2485.64 1556.01 c
-2486.21 1544.47 2499.5 1532.68 2502.06 1539.6 c
-f*
-0.239 g
-2501.11 1547.23 m
-2512.18 1576.57 2500.91 1665.17 2484.74 1692.49 c
-2474.89 1708.41 2469.72 1727.45 2462.24 1729.66 c
-2455.6 1731.47 2448.27 1719.38 2447.92 1718.07 c
-2445.93 1714.55 2483.49 1652.12 2485.77 1562.57 c
-2486.46 1551.27 2498.72 1540.75 2501.11 1547.23 c
-f*
-0.255 g
-2500.16 1554.85 m
-2510.62 1582.34 2498.78 1667.08 2484.93 1690.03 c
-2475.64 1704.74 2471.27 1722.4 2463.99 1724.61 c
-2457.66 1726.4 2451.18 1715 2450.67 1713.83 c
-2448.38 1710.45 2482.21 1652.67 2485.89 1569.13 c
-2486.72 1558.08 2497.94 1548.83 2500.16 1554.85 c
-f*
-0.271 g
-2499.22 1562.48 m
-2509.07 1588.12 2496.66 1668.98 2485.13 1687.57 c
-2476.39 1701.06 2472.81 1717.36 2465.75 1719.57 c
-2459.72 1721.33 2454.09 1710.61 2453.42 1709.59 c
-2450.83 1706.35 2480.93 1653.22 2486.01 1575.7 c
-2486.97 1564.88 2497.16 1556.91 2499.22 1562.48 c
-f*
-0.282 g
-2498.27 1570.11 m
-2507.51 1593.89 2494.53 1670.89 2485.32 1685.1 c
-2477.13 1697.39 2474.36 1712.31 2467.5 1714.52 c
-2461.78 1716.27 2456.99 1706.23 2456.17 1705.35 c
-2453.27 1702.25 2479.65 1653.77 2486.13 1582.26 c
-2487.23 1571.68 2496.38 1564.99 2498.27 1570.11 c
-f*
-0.298 g
-2497.33 1577.74 m
-2505.95 1599.66 2492.4 1672.79 2485.51 1682.64 c
-2477.88 1693.72 2475.91 1707.26 2469.26 1709.48 c
-2463.84 1711.2 2459.9 1701.85 2458.92 1701.11 c
-2455.72 1698.15 2478.37 1654.32 2486.25 1588.82 c
-2487.48 1578.48 2495.6 1573.07 2497.33 1577.74 c
-f*
-0 g
-2434.15 1810.37 m
-2331.91 1950.05 2199.43 1995.41 2213.11 1951.49 c
-2213.11 1951.49 2314.63 1893.89 2403.91 1785.89 c
-2421.19 1765.01 2449.99 1788.77 2434.15 1810.37 c
-f*
-0.012 g
-2429.65 1814.24 m
-2330.41 1949.19 2200.71 1993.35 2214.26 1951.23 c
-2214.43 1951.12 2313.27 1895.1 2400.35 1790.52 c
-2417.13 1770.37 2445.01 1793.38 2429.65 1814.24 c
-f*
-0.027 g
-2425.15 1818.1 m
-2328.91 1948.33 2201.98 1991.29 2215.4 1950.97 c
-2215.75 1950.75 2311.92 1896.3 2396.79 1795.15 c
-2413.07 1775.72 2440.04 1797.98 2425.15 1818.1 c
-f*
-0.043 g
-2420.65 1821.97 m
-2327.41 1947.46 2203.26 1989.23 2216.55 1950.71 c
-2217.08 1950.38 2310.56 1897.51 2393.23 1799.79 c
-2409.01 1781.08 2435.06 1802.59 2420.65 1821.97 c
-f*
-0.059 g
-2416.14 1825.84 m
-2325.91 1946.6 2204.53 1987.17 2217.69 1950.45 c
-2218.4 1950.01 2309.2 1898.72 2389.67 1804.42 c
-2404.95 1786.44 2430.09 1807.19 2416.14 1825.84 c
-f*
-0.075 g
-2411.64 1829.71 m
-2324.4 1945.74 2205.81 1985.12 2218.83 1950.19 c
-2219.72 1949.64 2307.85 1899.93 2386.11 1809.05 c
-2400.89 1791.79 2425.11 1811.8 2411.64 1829.71 c
-f*
-0.09 g
-2407.14 1833.57 m
-2322.9 1944.88 2207.08 1983.06 2219.98 1949.93 c
-2221.04 1949.27 2306.49 1901.13 2382.54 1813.68 c
-2396.83 1797.15 2420.13 1816.41 2407.14 1833.57 c
-f*
-0.102 g
-2402.64 1837.44 m
-2321.4 1944.01 2208.36 1981 2221.13 1949.67 c
-2222.36 1948.9 2305.13 1902.34 2378.98 1818.31 c
-2392.77 1802.51 2415.16 1821.01 2402.64 1837.44 c
-f*
-0.118 g
-2398.14 1841.31 m
-2319.9 1943.15 2209.63 1978.94 2222.27 1949.41 c
-2223.69 1948.53 2303.77 1903.55 2375.42 1822.95 c
-2388.71 1807.86 2410.18 1825.62 2398.14 1841.31 c
-f*
-0.133 g
-2393.64 1845.17 m
-2318.4 1942.29 2210.91 1976.88 2223.42 1949.15 c
-2225.01 1948.16 2302.42 1904.75 2371.86 1827.58 c
-2384.65 1813.22 2405.21 1830.22 2393.64 1845.17 c
-f*
-0.149 g
-2389.13 1849.04 m
-2316.9 1941.43 2212.19 1974.82 2224.56 1948.89 c
-2226.33 1947.79 2301.06 1905.96 2368.3 1832.21 c
-2380.59 1818.58 2400.23 1834.83 2389.13 1849.04 c
-f*
-0.165 g
-2384.63 1852.91 m
-2315.4 1940.56 2213.46 1972.76 2225.7 1948.64 c
-2227.65 1947.41 2299.7 1907.17 2364.74 1836.84 c
-2376.52 1823.93 2395.25 1839.44 2384.63 1852.91 c
-f*
-0.18 g
-2380.13 1856.77 m
-2313.9 1939.7 2214.74 1970.7 2226.85 1948.38 c
-2228.97 1947.04 2298.35 1908.37 2361.18 1841.47 c
-2372.46 1829.29 2390.28 1844.04 2380.13 1856.77 c
-f*
-0.192 g
-2375.63 1860.64 m
-2312.4 1938.84 2216.01 1968.64 2227.99 1948.12 c
-2230.3 1946.67 2296.99 1909.58 2357.62 1846.11 c
-2368.4 1834.64 2385.3 1848.65 2375.63 1860.64 c
-f*
-0.208 g
-2371.13 1864.51 m
-2310.9 1937.98 2217.29 1966.58 2229.14 1947.86 c
-2231.62 1946.3 2295.63 1910.79 2354.06 1850.74 c
-2364.34 1840 2380.33 1853.25 2371.13 1864.51 c
-f*
-0.224 g
-2366.63 1868.37 m
-2309.39 1937.11 2218.56 1964.52 2230.29 1947.6 c
-2232.94 1945.93 2294.27 1911.99 2350.49 1855.37 c
-2360.28 1845.36 2375.35 1857.86 2366.63 1868.37 c
-f*
-0.239 g
-2362.13 1872.24 m
-2307.89 1936.25 2219.84 1962.47 2231.43 1947.34 c
-2234.26 1945.56 2292.92 1913.2 2346.93 1860 c
-2356.22 1850.71 2370.37 1862.47 2362.13 1872.24 c
-f*
-0.255 g
-2357.62 1876.11 m
-2306.39 1935.39 2221.11 1960.41 2232.57 1947.08 c
-2235.58 1945.19 2291.56 1914.41 2343.37 1864.63 c
-2352.16 1856.07 2365.4 1867.07 2357.62 1876.11 c
-f*
-0.271 g
-2353.12 1879.98 m
-2304.89 1934.52 2222.39 1958.35 2233.72 1946.82 c
-2236.91 1944.82 2290.2 1915.62 2339.81 1869.27 c
-2348.1 1861.43 2360.42 1871.68 2353.12 1879.98 c
-f*
-0.282 g
-2348.62 1883.84 m
-2303.39 1933.66 2223.66 1956.29 2234.86 1946.56 c
-2238.23 1944.45 2288.85 1916.82 2336.25 1873.9 c
-2344.04 1866.78 2355.45 1876.28 2348.62 1883.84 c
-f*
-0.298 g
-2344.12 1887.71 m
-2301.89 1932.8 2224.94 1954.23 2236.01 1946.3 c
-2239.55 1944.08 2287.49 1918.03 2332.69 1878.53 c
-2339.98 1872.14 2350.47 1880.89 2344.12 1887.71 c
-f*
-0 g
-2516.23 1425.17 m
-2517.67 1362.53 2458.63 1202.69 2436.31 1208.45 c
-2411.11 1214.21 2441.35 1261.01 2464.39 1340.21 c
-2473.75 1373.33 2480.95 1454.69 2483.83 1457.57 c
-2493.19 1466.93 2516.23 1440.29 2516.23 1425.17 c
-f*
-0.02 g
-2514.39 1419.95 m
-2515.42 1359.12 2458.02 1204.02 2436.43 1209.77 c
-2412.21 1215.44 2441.9 1261.23 2464.57 1339.06 c
-2473.56 1370.82 2480.52 1448.53 2483.44 1451.54 c
-2492.57 1460.81 2514.9 1436.27 2514.39 1419.95 c
-f*
-0.039 g
-2512.55 1414.74 m
-2513.17 1355.72 2457.41 1205.35 2436.54 1211.09 c
-2413.31 1216.68 2442.45 1261.45 2464.75 1337.9 c
-2473.36 1368.32 2480.09 1442.37 2483.05 1445.51 c
-2491.94 1454.7 2513.57 1432.25 2512.55 1414.74 c
-f*
-0.059 g
-2510.71 1409.52 m
-2510.92 1352.31 2456.8 1206.67 2436.66 1212.41 c
-2414.41 1217.91 2443.01 1261.67 2464.93 1336.74 c
-2473.17 1365.81 2479.66 1436.21 2482.66 1439.48 c
-2491.32 1448.58 2512.25 1428.23 2510.71 1409.52 c
-f*
-0.078 g
-2508.87 1404.31 m
-2508.66 1348.9 2456.19 1208 2436.77 1213.73 c
-2415.52 1219.14 2443.56 1261.89 2465.11 1335.59 c
-2472.97 1363.31 2479.23 1430.05 2482.28 1433.46 c
-2490.69 1442.47 2510.92 1424.22 2508.87 1404.31 c
-f*
-0.098 g
-2507.03 1399.09 m
-2506.41 1345.49 2455.58 1209.33 2436.89 1215.05 c
-2416.62 1220.37 2444.11 1262.11 2465.29 1334.43 c
-2472.78 1360.8 2478.8 1423.89 2481.89 1427.43 c
-2490.07 1436.35 2509.59 1420.2 2507.03 1399.09 c
-f*
-0.118 g
-2505.19 1393.87 m
-2504.16 1342.09 2454.96 1210.65 2437 1216.37 c
-2417.72 1221.61 2444.66 1262.33 2465.48 1333.28 c
-2472.59 1358.3 2478.38 1417.73 2481.5 1421.4 c
-2489.44 1430.24 2508.26 1416.18 2505.19 1393.87 c
-f*
-0.137 g
-2503.35 1388.66 m
-2501.91 1338.68 2454.35 1211.98 2437.12 1217.69 c
-2418.82 1222.84 2445.21 1262.55 2465.66 1332.12 c
-2472.39 1355.79 2477.95 1411.57 2481.11 1415.37 c
-2488.82 1424.12 2506.93 1412.16 2503.35 1388.66 c
-f*
-0.157 g
-2501.51 1383.44 m
-2499.66 1335.27 2453.74 1213.31 2437.23 1219.01 c
-2419.92 1224.07 2445.77 1262.77 2465.84 1330.97 c
-2472.2 1353.29 2477.52 1405.41 2480.72 1409.34 c
-2488.19 1418.01 2505.61 1408.14 2501.51 1383.44 c
-f*
-0.18 g
-2499.67 1378.23 m
-2497.41 1331.86 2453.13 1214.64 2437.35 1220.33 c
-2421.02 1225.31 2446.32 1262.99 2466.02 1329.81 c
-2472 1350.78 2477.09 1399.25 2480.33 1403.31 c
-2487.57 1411.89 2504.28 1404.12 2499.67 1378.23 c
-f*
-0.2 g
-2497.83 1373.01 m
-2495.16 1328.46 2452.52 1215.96 2437.46 1221.65 c
-2422.12 1226.54 2446.87 1263.22 2466.2 1328.66 c
-2471.81 1348.27 2476.66 1393.09 2479.95 1397.29 c
-2486.95 1405.77 2502.95 1400.1 2497.83 1373.01 c
-f*
-0.22 g
-2495.99 1367.79 m
-2492.9 1325.05 2451.91 1217.29 2437.58 1222.98 c
-2423.23 1227.77 2447.42 1263.44 2466.38 1327.51 c
-2471.62 1345.77 2476.23 1386.92 2479.56 1391.26 c
-2486.32 1399.66 2501.62 1396.09 2495.99 1367.79 c
-f*
-0.239 g
-2494.15 1362.58 m
-2490.65 1321.64 2451.3 1218.62 2437.7 1224.3 c
-2424.33 1229.01 2447.97 1263.66 2466.56 1326.35 c
-2471.42 1343.26 2475.8 1380.76 2479.17 1385.23 c
-2485.7 1393.54 2500.29 1392.07 2494.15 1362.58 c
-f*
-0.259 g
-2492.31 1357.36 m
-2488.4 1318.23 2450.69 1219.95 2437.81 1225.62 c
-2425.43 1230.24 2448.53 1263.88 2466.74 1325.2 c
-2471.23 1340.76 2475.37 1374.6 2478.78 1379.2 c
-2485.07 1387.43 2498.97 1388.05 2492.31 1357.36 c
-f*
-0.278 g
-2490.47 1352.15 m
-2486.15 1314.82 2450.08 1221.28 2437.93 1226.94 c
-2426.53 1231.47 2449.08 1264.1 2466.92 1324.04 c
-2471.03 1338.25 2474.94 1368.44 2478.39 1373.17 c
-2484.45 1381.31 2497.64 1384.03 2490.47 1352.15 c
-f*
-0.298 g
-2488.63 1346.93 m
-2483.9 1311.42 2449.47 1222.6 2438.04 1228.26 c
-2427.63 1232.71 2449.63 1264.32 2467.1 1322.88 c
-2470.84 1335.75 2474.52 1362.28 2478 1367.14 c
-2483.82 1375.2 2496.31 1380.01 2488.63 1346.93 c
-f*
-0.318 g
-2486.79 1341.71 m
-2481.65 1308.01 2448.85 1223.93 2438.16 1229.58 c
-2428.73 1233.94 2450.18 1264.54 2467.29 1321.73 c
-2470.65 1333.24 2474.09 1356.12 2477.61 1361.11 c
-2483.2 1369.08 2494.98 1375.99 2486.79 1341.71 c
-f*
-0.341 g
-2484.95 1336.5 m
-2479.39 1304.6 2448.24 1225.26 2438.27 1230.9 c
-2429.84 1235.17 2450.73 1264.76 2467.47 1320.57 c
-2470.45 1330.74 2473.66 1349.96 2477.23 1355.09 c
-2482.57 1362.97 2493.65 1371.98 2484.95 1336.5 c
-f*
-0.361 g
-2483.11 1331.28 m
-2477.14 1301.2 2447.63 1226.59 2438.39 1232.22 c
-2430.94 1236.4 2451.29 1264.98 2467.65 1319.42 c
-2470.26 1328.23 2473.23 1343.8 2476.84 1349.06 c
-2481.95 1356.85 2492.33 1367.96 2483.11 1331.28 c
-f*
-0.38 g
-2481.27 1326.07 m
-2474.89 1297.79 2447.02 1227.91 2438.5 1233.54 c
-2432.04 1237.64 2451.84 1265.2 2467.83 1318.26 c
-2470.06 1325.73 2472.8 1337.64 2476.45 1343.03 c
-2481.32 1350.74 2491 1363.94 2481.27 1326.07 c
-f*
-0.4 g
-2479.43 1320.85 m
-2472.64 1294.38 2446.41 1229.24 2438.62 1234.86 c
-2433.14 1238.87 2452.39 1265.42 2468.01 1317.11 c
-2469.87 1323.22 2472.37 1331.48 2476.06 1337 c
-2480.7 1344.62 2489.67 1359.92 2479.43 1320.85 c
-f*
-0 g
-2296.63 1802.45 m
-2281.26 1786.23 2267.6 1702.54 2306.02 1673.51 c
-2344.45 1645.33 2411.91 1697.42 2411.91 1727.31 c
-2411.05 1794.77 2312 1819.53 2296.63 1802.45 c
-f*
-0.008 g
-2298 1801.05 m
-2282.4 1784.93 2269.24 1702.82 2306.57 1674.38 c
-2343.89 1646.75 2410.06 1697.11 2410.41 1727.17 c
-2409.94 1792.92 2313.59 1817.99 2298 1801.05 c
-f*
-0.012 g
-2299.37 1799.64 m
-2283.55 1783.64 2270.87 1703.11 2307.11 1675.25 c
-2343.32 1648.17 2408.2 1696.8 2408.9 1727.03 c
-2408.82 1791.07 2315.19 1816.46 2299.37 1799.64 c
-f*
-0.02 g
-2300.73 1798.24 m
-2284.69 1782.34 2272.51 1703.39 2307.66 1676.12 c
-2342.76 1649.59 2406.35 1696.49 2407.4 1726.89 c
-2407.71 1789.22 2316.78 1814.93 2300.73 1798.24 c
-f*
-0.027 g
-2302.1 1796.83 m
-2285.84 1781.05 2274.15 1703.68 2308.21 1676.99 c
-2342.19 1651 2404.5 1696.19 2405.89 1726.75 c
-2406.6 1787.37 2318.38 1813.39 2302.1 1796.83 c
-f*
-0.035 g
-2303.47 1795.43 m
-2286.98 1779.75 2275.79 1703.96 2308.76 1677.86 c
-2341.63 1652.42 2402.65 1695.88 2404.39 1726.61 c
-2405.48 1785.52 2319.97 1811.86 2303.47 1795.43 c
-f*
-0.043 g
-2304.84 1794.03 m
-2288.13 1778.46 2277.42 1704.25 2309.3 1678.74 c
-2341.06 1653.84 2400.79 1695.57 2402.88 1726.47 c
-2404.37 1783.67 2321.57 1810.32 2304.84 1794.03 c
-f*
-0.051 g
-2306.21 1792.62 m
-2289.27 1777.16 2279.06 1704.53 2309.85 1679.61 c
-2340.49 1655.26 2398.94 1695.26 2401.38 1726.33 c
-2403.26 1781.82 2323.16 1808.78 2306.21 1792.62 c
-f*
-0.059 g
-2307.57 1791.22 m
-2290.42 1775.87 2280.7 1704.82 2310.4 1680.48 c
-2339.93 1656.68 2397.09 1694.95 2399.87 1726.19 c
-2402.14 1779.97 2324.76 1807.25 2307.57 1791.22 c
-f*
-0.067 g
-2308.94 1789.81 m
-2291.56 1774.57 2282.34 1705.1 2310.94 1681.35 c
-2339.37 1658.1 2395.24 1694.64 2398.37 1726.05 c
-2401.03 1778.12 2326.35 1805.72 2308.94 1789.81 c
-f*
-0.075 g
-2310.31 1788.41 m
-2292.71 1773.27 2283.97 1705.38 2311.49 1682.22 c
-2338.8 1659.52 2393.39 1694.34 2396.86 1725.91 c
-2399.92 1776.27 2327.95 1804.18 2310.31 1788.41 c
-f*
-0.082 g
-2311.68 1787.01 m
-2293.85 1771.98 2285.61 1705.67 2312.04 1683.09 c
-2338.24 1660.93 2391.53 1694.03 2395.36 1725.77 c
-2398.8 1774.42 2329.54 1802.64 2311.68 1787.01 c
-f*
-0.09 g
-2313.05 1785.6 m
-2294.99 1770.68 2287.25 1705.95 2312.58 1683.96 c
-2337.67 1662.35 2389.68 1693.72 2393.86 1725.63 c
-2397.69 1772.57 2331.14 1801.11 2313.05 1785.6 c
-f*
-0.098 g
-2314.41 1784.2 m
-2296.14 1769.39 2288.89 1706.24 2313.13 1684.83 c
-2337.11 1663.77 2387.83 1693.41 2392.35 1725.49 c
-2396.57 1770.72 2332.73 1799.58 2314.41 1784.2 c
-f*
-0.102 g
-2315.78 1782.79 m
-2297.28 1768.09 2290.53 1706.52 2313.68 1685.7 c
-2336.54 1665.19 2385.97 1693.1 2390.85 1725.35 c
-2395.46 1768.87 2334.33 1798.04 2315.78 1782.79 c
-f*
-0.11 g
-2317.15 1781.39 m
-2298.43 1766.8 2292.16 1706.81 2314.23 1686.58 c
-2335.98 1666.61 2384.12 1692.79 2389.34 1725.21 c
-2394.35 1767.02 2335.92 1796.5 2317.15 1781.39 c
-f*
-0.118 g
-2318.52 1779.99 m
-2299.57 1765.5 2293.8 1707.09 2314.77 1687.45 c
-2335.41 1668.03 2382.27 1692.48 2387.84 1725.07 c
-2393.23 1765.17 2337.52 1794.97 2318.52 1779.99 c
-f*
-0.125 g
-2319.89 1778.58 m
-2300.72 1764.21 2295.44 1707.38 2315.32 1688.32 c
-2334.84 1669.44 2380.42 1692.18 2386.33 1724.93 c
-2392.12 1763.32 2339.11 1793.43 2319.89 1778.58 c
-f*
-0.133 g
-2321.25 1777.18 m
-2301.86 1762.91 2297.08 1707.66 2315.87 1689.19 c
-2334.28 1670.86 2378.56 1691.87 2384.83 1724.79 c
-2391.01 1761.47 2340.71 1791.9 2321.25 1777.18 c
-f*
-0.141 g
-2322.62 1775.77 m
-2303.01 1761.62 2298.71 1707.95 2316.41 1690.06 c
-2333.72 1672.28 2376.71 1691.56 2383.32 1724.65 c
-2389.89 1759.62 2342.3 1790.36 2322.62 1775.77 c
-f*
-0.149 g
-2323.99 1774.37 m
-2304.15 1760.32 2300.35 1708.23 2316.96 1690.93 c
-2333.15 1673.7 2374.86 1691.25 2381.82 1724.51 c
-2388.78 1757.77 2343.9 1788.83 2323.99 1774.37 c
-f*
-0 g
-2293.03 1114.13 m
-2308.15 1099.01 2321.11 1136.45 2336.23 1148.69 c
-2351.35 1160.93 2375.83 1187.57 2424.79 1187.57 c
-2473.75 1187.57 2470.15 1189.01 2467.99 1207.73 c
-2466.55 1225.73 2452.15 1224.29 2408.95 1217.81 c
-2365.75 1212.05 2336.95 1189.73 2319.67 1169.57 c
-2303.11 1150.13 2284.39 1122.77 2293.03 1114.13 c
-f*
-0.02 g
-2296.36 1117.81 m
-2310.95 1103.31 2323.39 1139.01 2338.41 1150.87 c
-2353.42 1162.74 2377.71 1188.19 2424.8 1188.2 c
-2471.9 1188.2 2468.95 1189.47 2466.88 1207.59 c
-2465.51 1225.03 2451.46 1223.52 2409.39 1217.39 c
-2367.33 1211.96 2339.11 1190.37 2322.28 1170.91 c
-2306.13 1152.13 2287.9 1126.15 2296.36 1117.81 c
-f*
-0.039 g
-2299.69 1121.48 m
-2313.75 1107.6 2325.67 1141.56 2340.58 1153.05 c
-2355.49 1164.54 2379.59 1188.82 2424.82 1188.83 c
-2470.04 1188.84 2467.74 1189.93 2465.78 1207.45 c
-2464.46 1224.33 2450.77 1222.75 2409.84 1216.97 c
-2368.92 1211.86 2341.27 1191 2324.88 1172.24 c
-2309.15 1154.13 2291.42 1129.54 2299.69 1121.48 c
-f*
-0.059 g
-2303.02 1125.16 m
-2316.55 1111.9 2327.96 1144.12 2342.76 1155.23 c
-2357.56 1166.35 2381.47 1189.44 2424.83 1189.46 c
-2468.19 1189.47 2466.54 1190.39 2464.67 1207.31 c
-2463.42 1223.62 2450.07 1221.98 2410.29 1216.55 c
-2370.5 1211.76 2343.43 1191.64 2327.49 1173.58 c
-2312.17 1156.13 2294.93 1132.92 2303.02 1125.16 c
-f*
-0.078 g
-2306.34 1128.84 m
-2319.36 1116.2 2330.24 1146.67 2344.93 1157.42 c
-2359.62 1168.16 2383.35 1190.06 2424.84 1190.08 c
-2466.33 1190.11 2465.34 1190.85 2463.57 1207.18 c
-2462.38 1222.92 2449.38 1221.21 2410.73 1216.13 c
-2372.08 1211.67 2345.58 1192.28 2330.1 1174.91 c
-2315.19 1158.13 2298.45 1136.31 2306.34 1128.84 c
-f*
-0.098 g
-2309.67 1132.52 m
-2322.16 1120.49 2332.52 1149.23 2347.11 1159.6 c
-2361.69 1169.97 2385.23 1190.69 2424.85 1190.71 c
-2464.48 1190.74 2464.13 1191.32 2462.46 1207.04 c
-2461.33 1222.22 2448.69 1220.44 2411.18 1215.7 c
-2373.67 1211.58 2347.74 1192.91 2332.71 1176.25 c
-2318.22 1160.13 2301.96 1139.69 2309.67 1132.52 c
-f*
-0.118 g
-2313 1136.19 m
-2324.96 1124.79 2334.8 1151.78 2349.28 1161.78 c
-2363.76 1171.78 2387.11 1191.31 2424.86 1191.34 c
-2462.63 1191.37 2462.93 1191.78 2461.36 1206.9 c
-2460.29 1221.52 2448 1219.67 2411.62 1215.28 c
-2375.25 1211.48 2349.9 1193.55 2335.31 1177.59 c
-2321.24 1162.13 2305.47 1143.08 2313 1136.19 c
-f*
-0.137 g
-2316.33 1139.87 m
-2327.76 1129.09 2337.09 1154.34 2351.46 1163.96 c
-2365.83 1173.58 2388.99 1191.93 2424.88 1191.97 c
-2460.77 1192.01 2461.73 1192.24 2460.25 1206.76 c
-2459.25 1220.82 2447.31 1218.9 2412.06 1214.86 c
-2376.83 1211.39 2352.06 1194.19 2337.92 1178.92 c
-2324.26 1164.13 2308.99 1146.46 2316.33 1139.87 c
-f*
-0.157 g
-2319.66 1143.55 m
-2330.56 1133.38 2339.37 1156.89 2353.63 1166.14 c
-2367.9 1175.39 2390.87 1192.56 2424.89 1192.6 c
-2458.92 1192.64 2460.53 1192.7 2459.15 1206.62 c
-2458.2 1220.11 2446.61 1218.13 2412.51 1214.44 c
-2378.41 1211.29 2354.22 1194.82 2340.53 1180.26 c
-2327.28 1166.13 2312.5 1149.85 2319.66 1143.55 c
-f*
-0.18 g
-2322.99 1147.23 m
-2333.36 1137.68 2341.65 1159.45 2355.81 1168.32 c
-2369.97 1177.2 2392.75 1193.18 2424.9 1193.23 c
-2457.06 1193.28 2459.32 1193.16 2458.04 1206.48 c
-2457.16 1219.41 2445.92 1217.36 2412.96 1214.02 c
-2380 1211.19 2356.38 1195.46 2343.14 1181.59 c
-2330.3 1168.13 2316.02 1153.23 2322.99 1147.23 c
-f*
-0.2 g
-2326.32 1150.9 m
-2336.17 1141.98 2343.93 1162.01 2357.98 1170.51 c
-2372.03 1179 2394.62 1193.81 2424.92 1193.85 c
-2455.21 1193.91 2458.12 1193.62 2456.93 1206.35 c
-2456.11 1218.71 2445.23 1216.59 2413.4 1213.6 c
-2381.58 1211.1 2358.54 1196.09 2345.74 1182.93 c
-2333.32 1170.12 2319.53 1156.61 2326.32 1150.9 c
-f*
-0.22 g
-2329.64 1154.58 m
-2338.97 1146.27 2346.22 1164.56 2360.16 1172.69 c
-2374.1 1180.81 2396.5 1194.43 2424.93 1194.48 c
-2453.36 1194.54 2456.92 1194.08 2455.83 1206.21 c
-2455.07 1218.01 2444.54 1215.82 2413.85 1213.18 c
-2383.16 1211.01 2360.69 1196.73 2348.35 1184.27 c
-2336.34 1172.12 2323.04 1160 2329.64 1154.58 c
-f*
-0.239 g
-2332.97 1158.26 m
-2341.77 1150.57 2348.5 1167.12 2362.34 1174.87 c
-2376.17 1182.62 2398.38 1195.05 2424.94 1195.11 c
-2451.5 1195.18 2455.71 1194.54 2454.72 1206.07 c
-2454.03 1217.31 2443.85 1215.05 2414.29 1212.76 c
-2384.75 1210.91 2362.85 1197.37 2350.96 1185.6 c
-2339.36 1174.12 2326.56 1163.38 2332.97 1158.26 c
-f*
-0.259 g
-2336.3 1161.94 m
-2344.57 1154.86 2350.78 1169.67 2364.51 1177.05 c
-2378.24 1184.43 2400.26 1195.68 2424.95 1195.74 c
-2449.65 1195.81 2454.51 1195 2453.62 1205.93 c
-2452.98 1216.6 2443.15 1214.28 2414.74 1212.34 c
-2386.33 1210.81 2365.01 1198 2353.57 1186.94 c
-2342.38 1176.12 2330.07 1166.77 2336.3 1161.94 c
-f*
-0.278 g
-2339.63 1165.62 m
-2347.37 1159.16 2353.06 1172.23 2366.69 1179.23 c
-2380.31 1186.23 2402.14 1196.3 2424.97 1196.37 c
-2447.79 1196.45 2453.31 1195.46 2452.51 1205.79 c
-2451.94 1215.9 2442.46 1213.51 2415.18 1211.92 c
-2387.91 1210.72 2367.17 1198.64 2356.18 1188.27 c
-2345.4 1178.12 2333.59 1170.15 2339.63 1165.62 c
-f*
-0.298 g
-2342.96 1169.29 m
-2350.17 1163.46 2355.35 1174.78 2368.86 1181.41 c
-2382.38 1188.04 2404.02 1196.92 2424.98 1197 c
-2445.94 1197.08 2452.1 1195.92 2451.41 1205.65 c
-2450.9 1215.2 2441.77 1212.74 2415.62 1211.5 c
-2389.49 1210.62 2369.33 1199.28 2358.78 1189.61 c
-2348.42 1180.12 2337.1 1173.54 2342.96 1169.29 c
-f*
-0.318 g
-2346.29 1172.97 m
-2352.97 1167.75 2357.63 1177.34 2371.04 1183.59 c
-2384.45 1189.85 2405.9 1197.55 2424.99 1197.63 c
-2444.09 1197.71 2450.9 1196.39 2450.3 1205.51 c
-2449.85 1214.5 2441.08 1211.97 2416.07 1211.07 c
-2391.08 1210.53 2371.49 1199.91 2361.39 1190.95 c
-2351.45 1182.12 2340.61 1176.92 2346.29 1172.97 c
-f*
-0.341 g
-2349.61 1176.65 m
-2355.78 1172.05 2359.91 1179.89 2373.21 1185.78 c
-2386.51 1191.66 2407.78 1198.17 2425 1198.25 c
-2442.23 1198.35 2449.7 1196.85 2449.2 1205.38 c
-2448.81 1213.8 2440.39 1211.2 2416.52 1210.65 c
-2392.66 1210.44 2373.64 1200.55 2364 1192.28 c
-2354.47 1184.12 2344.13 1180.31 2349.61 1176.65 c
-f*
-0.361 g
-2352.94 1180.33 m
-2358.58 1176.35 2362.19 1182.45 2375.39 1187.96 c
-2388.58 1193.47 2409.66 1198.79 2425.01 1198.88 c
-2440.38 1198.98 2448.5 1197.31 2448.09 1205.24 c
-2447.77 1213.09 2439.69 1210.43 2416.96 1210.23 c
-2394.24 1210.34 2375.8 1201.19 2366.61 1193.62 c
-2357.49 1186.12 2347.64 1183.69 2352.94 1180.33 c
-f*
-0.38 g
-2356.27 1184 m
-2361.38 1180.64 2364.48 1185 2377.56 1190.14 c
-2390.65 1195.27 2411.54 1199.42 2425.03 1199.51 c
-2438.52 1199.62 2447.29 1197.77 2446.99 1205.1 c
-2446.72 1212.39 2439 1209.66 2417.41 1209.81 c
-2395.83 1210.24 2377.96 1201.82 2369.21 1194.95 c
-2360.51 1188.12 2351.16 1187.08 2356.27 1184 c
-f*
-0.4 g
-2359.6 1187.68 m
-2364.18 1184.94 2366.76 1187.56 2379.74 1192.32 c
-2392.72 1197.08 2413.42 1200.04 2425.04 1200.14 c
-2436.67 1200.25 2446.09 1198.23 2445.88 1204.96 c
-2445.68 1211.69 2438.31 1208.89 2417.85 1209.39 c
-2397.41 1210.15 2380.12 1202.46 2371.82 1196.29 c
-2363.53 1190.12 2354.67 1190.46 2359.6 1187.68 c
-f*
-0 g
-2488.15 1208.45 m
-2488.15 1185.41 2534.95 1177.49 2579.59 1171.01 c
-2623.51 1164.53 2658.79 1155.89 2660.95 1109.81 c
-2663.11 1064.45 2651.59 1032.05 2671.75 1035.65 c
-2714.95 1043.57 2730.79 1090.37 2730.07 1111.97 c
-2730.07 1133.57 2698.39 1172.45 2641.51 1194.05 c
-2599.75 1209.89 2569.51 1217.09 2532.79 1218.53 c
-2483.83 1220.69 2488.15 1208.45 2488.15 1208.45 c
-f*
-0.012 g
-2489.41 1208.07 m
-2489.53 1185.68 2535.84 1178.36 2579.9 1171.68 c
-2623.41 1164.93 2657.4 1156.58 2661.01 1111.65 c
-2664.45 1067.5 2652.47 1036.52 2672.36 1039.76 c
-2713.81 1047.17 2729.24 1091.77 2728.44 1113.09 c
-2728.29 1134.61 2697.26 1172.19 2641.1 1193.48 c
-2599.81 1209.11 2570 1216.45 2533.7 1218 c
-2486.16 1220.17 2489.32 1208.48 2489.41 1208.07 c
-f*
-0.027 g
-2490.67 1207.68 m
-2490.9 1185.95 2536.73 1179.23 2580.2 1172.34 c
-2623.32 1165.33 2656.01 1157.26 2661.07 1113.5 c
-2665.78 1070.55 2653.35 1040.98 2672.97 1043.87 c
-2712.67 1050.76 2727.69 1093.18 2726.81 1114.21 c
-2726.51 1135.64 2696.12 1171.93 2640.69 1192.9 c
-2599.88 1208.33 2570.48 1215.81 2534.61 1217.46 c
-2488.49 1219.64 2490.49 1208.51 2490.67 1207.68 c
-f*
-0.043 g
-2491.93 1207.3 m
-2492.28 1186.22 2537.62 1180.1 2580.51 1173.01 c
-2623.22 1165.73 2654.62 1157.95 2661.13 1115.34 c
-2667.12 1073.61 2654.24 1045.45 2673.58 1047.98 c
-2711.53 1054.36 2726.14 1094.58 2725.18 1115.32 c
-2724.74 1136.68 2694.99 1171.67 2640.29 1192.33 c
-2599.94 1207.55 2570.97 1215.17 2535.52 1216.93 c
-2490.82 1219.12 2491.66 1208.54 2491.93 1207.3 c
-f*
-0.059 g
-2493.19 1206.92 m
-2493.66 1186.49 2538.51 1180.97 2580.81 1173.67 c
-2623.12 1166.14 2653.23 1158.64 2661.19 1117.18 c
-2668.45 1076.66 2655.12 1049.92 2674.19 1052.09 c
-2710.39 1057.96 2724.6 1095.98 2723.55 1116.44 c
-2722.96 1137.72 2693.85 1171.41 2639.88 1191.75 c
-2600 1206.78 2571.45 1214.54 2536.43 1216.39 c
-2493.15 1218.59 2492.84 1208.57 2493.19 1206.92 c
-f*
-0.075 g
-2494.45 1206.54 m
-2495.04 1186.75 2539.4 1181.85 2581.12 1174.34 c
-2623.03 1166.54 2651.84 1159.32 2661.25 1119.03 c
-2669.79 1079.71 2656 1054.38 2674.8 1056.2 c
-2709.26 1061.55 2723.05 1097.39 2721.92 1117.56 c
-2721.18 1138.76 2692.72 1171.16 2639.47 1191.18 c
-2600.06 1206 2571.94 1213.9 2537.34 1215.86 c
-2495.48 1218.07 2494.01 1208.59 2494.45 1206.54 c
-f*
-0.09 g
-2495.71 1206.15 m
-2496.42 1187.02 2540.29 1182.72 2581.42 1175.01 c
-2622.93 1166.94 2650.45 1160.01 2661.32 1120.87 c
-2671.12 1082.77 2656.88 1058.85 2675.41 1060.31 c
-2708.12 1065.15 2721.5 1098.79 2720.29 1118.68 c
-2719.4 1139.79 2691.58 1170.9 2639.06 1190.6 c
-2600.13 1205.22 2572.43 1213.26 2538.25 1215.33 c
-2497.8 1217.55 2495.18 1208.62 2495.71 1206.15 c
-f*
-0.102 g
-2496.97 1205.77 m
-2497.79 1187.29 2541.18 1183.59 2581.73 1175.67 c
-2622.83 1167.34 2649.06 1160.7 2661.38 1122.71 c
-2672.46 1085.82 2657.76 1063.32 2676.02 1064.42 c
-2706.98 1068.75 2719.95 1100.19 2718.66 1119.8 c
-2717.63 1140.83 2690.45 1170.64 2638.65 1190.03 c
-2600.19 1204.44 2572.91 1212.62 2539.16 1214.79 c
-2500.13 1217.02 2496.35 1208.65 2496.97 1205.77 c
-f*
-0.118 g
-2498.23 1205.39 m
-2499.17 1187.56 2542.07 1184.46 2582.03 1176.34 c
-2622.74 1167.74 2647.67 1161.38 2661.44 1124.56 c
-2673.79 1088.87 2658.65 1067.79 2676.63 1068.53 c
-2705.84 1072.34 2718.4 1101.6 2717.03 1120.91 c
-2715.85 1141.87 2689.31 1170.38 2638.25 1189.45 c
-2600.25 1203.66 2573.4 1211.98 2540.07 1214.26 c
-2502.46 1216.5 2497.52 1208.68 2498.23 1205.39 c
-f*
-0.133 g
-2499.49 1205 m
-2500.55 1187.83 2542.96 1185.33 2582.34 1177 c
-2622.64 1168.14 2646.28 1162.07 2661.5 1126.4 c
-2675.13 1091.92 2659.53 1072.25 2677.24 1072.64 c
-2704.7 1075.94 2716.85 1103 2715.4 1122.03 c
-2714.07 1142.91 2688.18 1170.12 2637.84 1188.88 c
-2600.31 1202.88 2573.88 1211.34 2540.98 1213.72 c
-2504.79 1215.97 2498.69 1208.71 2499.49 1205 c
-f*
-0.149 g
-2500.75 1204.62 m
-2501.93 1188.1 2543.85 1186.2 2582.65 1177.67 c
-2622.55 1168.54 2644.9 1162.75 2661.56 1128.25 c
-2676.46 1094.97 2660.41 1076.72 2677.84 1076.75 c
-2703.56 1079.54 2715.31 1104.41 2713.77 1123.15 c
-2712.29 1143.95 2687.04 1169.86 2637.43 1188.3 c
-2600.38 1202.1 2574.37 1210.7 2541.9 1213.19 c
-2507.12 1215.45 2499.87 1208.74 2500.75 1204.62 c
-f*
-0.165 g
-2502.01 1204.24 m
-2503.3 1188.37 2544.75 1187.07 2582.95 1178.34 c
-2622.45 1168.95 2643.51 1163.44 2661.62 1130.09 c
-2677.8 1098.03 2661.29 1081.19 2678.45 1080.86 c
-2702.42 1083.13 2713.76 1105.81 2712.14 1124.27 c
-2710.52 1144.98 2685.91 1169.6 2637.02 1187.73 c
-2600.44 1201.33 2574.86 1210.07 2542.81 1212.66 c
-2509.45 1214.93 2501.04 1208.77 2502.01 1204.24 c
-f*
-0.18 g
-2503.27 1203.85 m
-2504.68 1188.64 2545.64 1187.94 2583.26 1179 c
-2622.35 1169.35 2642.12 1164.13 2661.68 1131.93 c
-2679.14 1101.08 2662.17 1085.65 2679.06 1084.97 c
-2701.28 1086.73 2712.21 1107.21 2710.51 1125.39 c
-2708.74 1146.02 2684.78 1169.34 2636.61 1187.16 c
-2600.5 1200.55 2575.34 1209.43 2543.72 1212.12 c
-2511.78 1214.4 2502.21 1208.8 2503.27 1203.85 c
-f*
-0.192 g
-2504.53 1203.47 m
-2506.06 1188.91 2546.53 1188.81 2583.56 1179.67 c
-2622.26 1169.75 2640.73 1164.81 2661.74 1133.78 c
-2680.47 1104.13 2663.06 1090.12 2679.67 1089.08 c
-2700.14 1090.32 2710.66 1108.62 2708.88 1126.5 c
-2706.96 1147.06 2683.64 1169.08 2636.21 1186.58 c
-2600.56 1199.77 2575.83 1208.79 2544.63 1211.59 c
-2514.11 1213.88 2503.38 1208.83 2504.53 1203.47 c
-f*
-0.208 g
-2505.79 1203.09 m
-2507.43 1189.18 2547.42 1189.68 2583.87 1180.33 c
-2622.16 1170.15 2639.34 1165.5 2661.8 1135.62 c
-2681.81 1107.18 2663.94 1094.59 2680.28 1093.19 c
-2699 1093.92 2709.11 1110.02 2707.25 1127.62 c
-2705.18 1148.1 2682.51 1168.82 2635.8 1186.01 c
-2600.62 1198.99 2576.31 1208.15 2545.54 1211.05 c
-2516.44 1213.35 2504.55 1208.86 2505.79 1203.09 c
-f*
-0.224 g
-2507.05 1202.71 m
-2508.81 1189.45 2548.31 1190.55 2584.17 1181 c
-2622.06 1170.55 2637.95 1166.19 2661.87 1137.46 c
-2683.14 1110.24 2664.82 1099.06 2680.89 1097.3 c
-2697.86 1097.52 2707.56 1111.42 2705.62 1128.74 c
-2703.41 1149.13 2681.37 1168.56 2635.39 1185.43 c
-2600.69 1198.21 2576.8 1207.51 2546.45 1210.52 c
-2518.76 1212.83 2505.72 1208.89 2507.05 1202.71 c
-f*
-0.239 g
-2508.31 1202.32 m
-2510.19 1189.71 2549.2 1191.43 2584.48 1181.67 c
-2621.97 1170.95 2636.56 1166.87 2661.93 1139.31 c
-2684.48 1113.29 2665.7 1103.52 2681.5 1101.41 c
-2696.73 1101.11 2706.01 1112.83 2703.99 1129.86 c
-2701.63 1150.17 2680.24 1168.31 2634.98 1184.86 c
-2600.75 1197.43 2577.29 1206.87 2547.36 1209.99 c
-2521.09 1212.31 2506.89 1208.91 2508.31 1202.32 c
-f*
-0.255 g
-2509.57 1201.94 m
-2511.57 1189.98 2550.09 1192.3 2584.78 1182.33 c
-2621.87 1171.36 2635.17 1167.56 2661.99 1141.15 c
-2685.81 1116.34 2666.58 1107.99 2682.11 1105.52 c
-2695.59 1104.71 2704.47 1114.23 2702.36 1130.98 c
-2699.85 1151.21 2679.1 1168.05 2634.57 1184.28 c
-2600.81 1196.66 2577.77 1206.24 2548.27 1209.45 c
-2523.42 1211.78 2508.07 1208.94 2509.57 1201.94 c
-f*
-0.271 g
-2510.83 1201.56 m
-2512.95 1190.25 2550.98 1193.17 2585.09 1183 c
-2621.77 1171.76 2633.78 1168.25 2662.05 1142.99 c
-2687.15 1119.4 2667.47 1112.46 2682.72 1109.63 c
-2694.45 1108.31 2702.92 1115.63 2700.73 1132.09 c
-2698.07 1152.25 2677.97 1167.79 2634.17 1183.71 c
-2600.87 1195.88 2578.26 1205.6 2549.18 1208.92 c
-2525.75 1211.26 2509.24 1208.97 2510.83 1201.56 c
-f*
-0.282 g
-2512.09 1201.17 m
-2514.32 1190.52 2551.87 1194.04 2585.39 1183.66 c
-2621.68 1172.16 2632.39 1168.93 2662.11 1144.84 c
-2688.48 1122.45 2668.35 1116.92 2683.33 1113.74 c
-2693.31 1111.9 2701.37 1117.04 2699.1 1133.21 c
-2696.3 1153.28 2676.83 1167.53 2633.76 1183.13 c
-2600.94 1195.1 2578.74 1204.96 2550.09 1208.38 c
-2528.08 1210.73 2510.41 1209 2512.09 1201.17 c
-f*
-0.298 g
-2513.35 1200.79 m
-2515.7 1190.79 2552.76 1194.91 2585.7 1184.33 c
-2621.58 1172.56 2631 1169.62 2662.17 1146.68 c
-2689.82 1125.5 2669.23 1121.39 2683.94 1117.85 c
-2692.17 1115.5 2699.82 1118.44 2697.47 1134.33 c
-2694.52 1154.32 2675.7 1167.27 2633.35 1182.56 c
-2601 1194.32 2579.23 1204.32 2551 1207.85 c
-2530.41 1210.21 2511.58 1209.03 2513.35 1200.79 c
-f*
-2661.58 1152.56 m
-2678.05 1142.56 2675.11 1131.97 2685.7 1124.91 c
-2690.99 1121.39 2699.82 1121.39 2694.52 1134.91 c
-2687.46 1150.79 2681.58 1159.62 2645.11 1174.33 c
-2621.58 1183.74 2626.29 1173.74 2661.58 1152.56 c
-f*
-0.314 g
-2662.02 1152.44 m
-2678.08 1142.68 2675.21 1132.35 2685.55 1125.47 c
-2690.71 1122.03 2699.32 1122.03 2694.15 1135.22 c
-2687.26 1150.71 2681.53 1159.33 2645.95 1173.68 c
-2623 1182.85 2627.59 1173.1 2662.02 1152.44 c
-f*
-0.329 g
-2662.45 1152.32 m
-2678.12 1142.81 2675.32 1132.74 2685.39 1126.02 c
-2690.42 1122.67 2698.82 1122.67 2693.78 1135.53 c
-2687.07 1150.63 2681.47 1159.03 2646.79 1173.02 c
-2624.41 1181.97 2628.89 1172.46 2662.45 1152.32 c
-f*
-0.345 g
-2662.89 1152.2 m
-2678.15 1142.93 2675.42 1133.12 2685.24 1126.58 c
-2690.14 1123.32 2698.32 1123.32 2693.41 1135.84 c
-2686.87 1150.56 2681.42 1158.74 2647.63 1172.36 c
-2625.83 1181.08 2630.19 1171.82 2662.89 1152.2 c
-f*
-0.361 g
-2663.33 1152.07 m
-2678.18 1143.05 2675.53 1133.5 2685.08 1127.13 c
-2689.85 1123.96 2697.82 1123.96 2693.04 1136.15 c
-2686.67 1150.48 2681.37 1158.44 2648.47 1171.71 c
-2627.25 1180.2 2631.49 1171.18 2663.33 1152.07 c
-f*
-0.373 g
-2663.76 1151.95 m
-2678.22 1143.18 2675.63 1133.88 2684.93 1127.69 c
-2689.57 1124.6 2697.32 1124.6 2692.67 1136.46 c
-2686.47 1150.4 2681.31 1158.15 2649.31 1171.05 c
-2628.66 1179.31 2632.79 1170.54 2663.76 1151.95 c
-f*
-0.388 g
-2664.2 1151.83 m
-2678.25 1143.3 2675.74 1134.27 2684.77 1128.25 c
-2689.29 1125.24 2696.82 1125.24 2692.3 1136.78 c
-2686.28 1150.32 2681.26 1157.85 2650.15 1170.4 c
-2630.08 1178.43 2634.1 1169.9 2664.2 1151.83 c
-f*
-0.404 g
-2664.64 1151.71 m
-2678.28 1143.42 2675.85 1134.65 2684.62 1128.8 c
-2689 1125.88 2696.32 1125.88 2691.93 1137.09 c
-2686.08 1150.24 2681.21 1157.56 2650.99 1169.75 c
-2631.5 1177.54 2635.4 1169.26 2664.64 1151.71 c
-f*
-0.42 g
-2665.07 1151.59 m
-2678.31 1143.55 2675.95 1135.03 2684.46 1129.36 c
-2688.72 1126.53 2695.82 1126.53 2691.56 1137.4 c
-2685.88 1150.17 2681.15 1157.26 2651.83 1169.09 c
-2632.91 1176.66 2636.7 1168.62 2665.07 1151.59 c
-f*
-0.435 g
-2665.51 1151.47 m
-2678.35 1143.67 2676.05 1135.42 2684.31 1129.91 c
-2688.43 1127.17 2695.32 1127.17 2691.19 1137.71 c
-2685.68 1150.09 2681.1 1156.97 2652.67 1168.43 c
-2634.33 1175.77 2638 1167.98 2665.51 1151.47 c
-f*
-0.451 g
-2665.94 1151.34 m
-2678.38 1143.8 2676.16 1135.8 2684.15 1130.47 c
-2688.15 1127.81 2694.82 1127.81 2690.81 1138.02 c
-2685.49 1150.01 2681.04 1156.67 2653.51 1167.78 c
-2635.74 1174.88 2639.3 1167.34 2665.94 1151.34 c
-f*
-0.467 g
-2666.38 1151.22 m
-2678.41 1143.92 2676.26 1136.18 2684 1131.03 c
-2687.87 1128.45 2694.31 1128.45 2690.44 1138.33 c
-2685.29 1149.93 2680.99 1156.38 2654.35 1167.13 c
-2637.16 1174 2640.6 1166.69 2666.38 1151.22 c
-f*
-0.478 g
-2666.82 1151.1 m
-2678.45 1144.04 2676.37 1136.57 2683.85 1131.58 c
-2687.58 1129.09 2693.81 1129.09 2690.07 1138.64 c
-2685.09 1149.85 2680.94 1156.09 2655.19 1166.47 c
-2638.58 1173.11 2641.9 1166.05 2666.82 1151.1 c
-f*
-0.494 g
-2667.25 1150.98 m
-2678.48 1144.17 2676.47 1136.95 2683.69 1132.14 c
-2687.3 1129.74 2693.31 1129.74 2689.7 1138.95 c
-2684.89 1149.78 2680.88 1155.79 2656.03 1165.81 c
-2639.99 1172.23 2643.2 1165.41 2667.25 1150.98 c
-f*
-0.51 g
-2667.69 1150.86 m
-2678.51 1144.29 2676.58 1137.33 2683.54 1132.69 c
-2687.01 1130.38 2692.81 1130.38 2689.33 1139.26 c
-2684.7 1149.7 2680.83 1155.5 2656.87 1165.16 c
-2641.41 1171.34 2644.5 1164.77 2667.69 1150.86 c
-f*
-0.525 g
-2668.13 1150.74 m
-2678.54 1144.41 2676.69 1137.71 2683.38 1133.25 c
-2686.73 1131.02 2692.31 1131.02 2688.96 1139.57 c
-2684.5 1149.62 2680.78 1155.2 2657.71 1164.51 c
-2642.83 1170.46 2645.81 1164.13 2668.13 1150.74 c
-f*
-0.541 g
-2668.56 1150.62 m
-2678.58 1144.54 2676.79 1138.1 2683.23 1133.81 c
-2686.45 1131.66 2691.81 1131.66 2688.59 1139.89 c
-2684.3 1149.54 2680.72 1154.91 2658.55 1163.85 c
-2644.24 1169.57 2647.11 1163.49 2668.56 1150.62 c
-f*
-0.557 g
-2669 1150.49 m
-2678.61 1144.66 2676.9 1138.48 2683.07 1134.36 c
-2686.16 1132.3 2691.31 1132.3 2688.22 1140.2 c
-2684.1 1149.46 2680.67 1154.61 2659.39 1163.2 c
-2645.66 1168.69 2648.41 1162.85 2669 1150.49 c
-f*
-0.569 g
-2669.44 1150.37 m
-2678.64 1144.78 2677 1138.86 2682.92 1134.92 c
-2685.88 1132.95 2690.81 1132.95 2687.85 1140.51 c
-2683.91 1149.39 2680.62 1154.32 2660.23 1162.54 c
-2647.08 1167.8 2649.71 1162.21 2669.44 1150.37 c
-f*
-0.584 g
-2669.87 1150.25 m
-2678.68 1144.91 2677.11 1139.25 2682.76 1135.47 c
-2685.59 1133.59 2690.31 1133.59 2687.48 1140.82 c
-2683.71 1149.31 2680.56 1154.02 2661.07 1161.88 c
-2648.49 1166.92 2651.01 1161.57 2669.87 1150.25 c
-f*
-0.6 g
-2670.31 1150.13 m
-2678.71 1145.03 2677.21 1139.63 2682.61 1136.03 c
-2685.31 1134.23 2689.81 1134.23 2687.11 1141.13 c
-2683.51 1149.23 2680.51 1153.73 2661.91 1161.23 c
-2649.91 1166.03 2652.31 1160.93 2670.31 1150.13 c
-f*
-Q
-showpage
-%%PageTrailer
-pdfEndPage
-%%Trailer
-end
-%%DocumentSuppliedResources:
-%%EOF
diff --git a/Master/texmf-dist/doc/latex/ps4pdf/ps4pdf-test.tex b/Master/texmf-dist/doc/latex/ps4pdf/ps4pdf-test.tex
deleted file mode 100644
index e4e1e2bf3f8..00000000000
--- a/Master/texmf-dist/doc/latex/ps4pdf/ps4pdf-test.tex
+++ /dev/null
@@ -1,141 +0,0 @@
-
-% Rolf Niepraschk, niepraschk@ptb.de, 2003-06-19
-%
-% Test for the LaTeX package `ps4pdf'
-%
-% Process this file with:
-%
-% latex ps4pdf-test.tex
-% dvips -Ppdf -o ps4pdf-test-pics.ps ps4pdf-test.dvi
-% ps2pdf ps4pdf-test-pics.ps ps4pdf-test-pics.pdf # The "graphics container"
-% pdflatex ps4pdf-test.tex # The resulting pdf document.
-%
-% or use the classical way:
-%
-% latex '\PassOptionsToPackage{inactive}{ps4pdf} \input{ps4pdf-test.tex}'
-% dvips ps4pdf-test
-%
-% (The VTeX compiler does not need the explicitly inactive option.)
-
-\listfiles\errorcontextlines=100
-\documentclass[draft]{article}
-\usepackage{calc}
-\usepackage[final]{graphicx}
-\usepackage[final]{ps4pdf}
-
-%\containerName{pictures.pdf}% Default is `\jobname-pics.pdf'
-
-\renewcommand{\textfraction}{0} \setcounter{totalnumber}{8}
-\renewcommand{\topfraction}{1} \setcounter{topnumber}{8}
-\renewcommand{\bottomfraction}{1} \setcounter{bottomnumber}{8}
-
-\PSforPDF{% Postscript related commands.
- \usepackage{pstricks,pst-node,pst-tree,multido}
- \definecolor{lightblue}{cmyk}{0.65,0.13,0,0}
-
- \newcommand\wrongDimGraphic{%
- \begingroup
- \psset{unit=1pt}%
- \begin{pspicture}(-80,-80)(80,80)%
- \pscircle*[linecolor=red](-28,28){57}%
- \pscircle*[linecolor=green](28,28){57}%
- \pscircle*[linecolor=blue](0,-28){57}%
- \end{pspicture}%
- \endgroup
- }
-
- \newcommand\wrongDimGraphicX{%
- \begingroup
- \psset{unit=.75pt}%
- \begin{pspicture}(-80,-40)(80,40)%
- \psline[linecolor=blue,linewidth=28]{<->}(-114,0)(142,0)%
- \end{pspicture}%
- \endgroup
- }
-
- \newcommand\wrongDimGraphicY{%
- \begingroup
- \psset{unit=.75pt}%
- \begin{pspicture}(-40,-80)(40,80)%
- \psline[linecolor=blue,linewidth=28]{<->}(0,114)(0,-142)%
- \end{pspicture}%
- \endgroup
- }
-}
-
-\begin{document}
-
-\section*{\centering Some tests for the `ps4pdf' package}
-
-\begin{figure}[hb]
- \begin{minipage}[b]{.5\textwidth-.5\columnsep}%
- \PSforPDF{\resizebox{\linewidth}{!}{\input{4-10-8.inl}}}
- \caption{A nice PSTricks graphic}
- \end{minipage}\hfill
- \begin{minipage}[b]{.5\textwidth-.5\columnsep}%
- \centering
- \PSforPDF{\includegraphics[width=.66\linewidth]{penguin}}
- \caption{An EPS file}
- \end{minipage}
-\end{figure}
-
-\begin{figure}[hb]
- \setlength\fboxsep{0pt}
- \begin{minipage}{\textwidth}
- \begin{minipage}[b]{.5\textwidth-.5\columnsep}%
- \centering
- \fbox{\PSforPDF{\wrongDimGraphicX}}
- \end{minipage}\hfill
- \begin{minipage}[b]{.5\textwidth-.5\columnsep}%
- \centering
- \fbox{\PSforPDF[trim=-26pt 0mm 47pt 0mm]{\wrongDimGraphicX}}
- % trim= DeltaX_left DeltaY_bottom DeltaX_right DeltaY_top
- \end{minipage}
- \end{minipage}
- \caption{Trimming in horizontal direction}
-\end{figure}
-
-\begin{figure}[hb]
- \setlength\fboxsep{0pt}
- \begin{minipage}{\textwidth}
- \begin{minipage}[b]{.4\textwidth-.4\columnsep}%
- \centering
- \fbox{\PSforPDF{\wrongDimGraphicY}}
- \end{minipage}\hfill
- \begin{minipage}[b]{.4\textwidth-.4\columnsep}%
- \centering
- \fbox{\PSforPDF[trim=0mm -47pt 0mm 26pt]{\wrongDimGraphicY}}
- % trim= DeltaX_left DeltaY_bottom DeltaX_right DeltaY_top
- \end{minipage}
- \end{minipage}
- \caption{Trimming in vertical direction}
-\end{figure}
-
-\clearpage
-
-\begin{figure}[hb]
- \setlength\fboxsep{0pt}
- \begin{minipage}{\textwidth}
- \begin{minipage}[c]{.5\textwidth-.5\columnsep}%
- \centering
- \fbox{\PSforPDF{\wrongDimGraphic}}
- \end{minipage}\hfill
- \begin{minipage}[c]{.5\textwidth-.5\columnsep}%
- \centering
- \fbox{\PSforPDF[trim=-2mm -2mm 2mm 2mm]{\wrongDimGraphic}}
- % trim= DeltaX_left DeltaY_bottom DeltaX_right DeltaY_top
- \end{minipage}
- \end{minipage}
- \caption{Trimming in both directions}
-\end{figure}
-
-\begin{figure}[hb]
- \setlength\fboxsep{0pt}
- \begin{minipage}{\textwidth}
- \centering
- \PSforPDF[draft]{\includegraphics[width=.66\linewidth]{penguin}}
- \end{minipage}
- \caption{The draft parameter (see also package options draft/final)}
-\end{figure}
-
-\end{document}
diff --git a/Master/texmf-dist/source/generic/pst-pdf/Makefile b/Master/texmf-dist/source/generic/pst-pdf/Makefile
new file mode 100644
index 00000000000..81332c1c20e
--- /dev/null
+++ b/Master/texmf-dist/source/generic/pst-pdf/Makefile
@@ -0,0 +1,85 @@
+
+# `pst-pdf' -- Rolf Niepraschk, 2005/03/25, Rolf.Niepraschk@ptb.de
+
+
+.SUFFIXES : .tex .ltx .dvi .ps .pdf .eps
+
+PACKAGE = pst-pdf
+
+PDFLATEX = pdflatex
+
+LATEX = latex
+
+ARCHNAME = $(PACKAGE)-$(shell date +"%y%m%d")
+#ARCHNAME = $(PACKAGE)-$(shell date +"%y%m%d-%H%M")
+
+EXAMPLE = $(PACKAGE)-example.tex
+
+ADDINPUTS = penguin.eps elephant.ps knuth.png psf-demo.eps \
+ insect1.eps insect15.eps
+
+PDF_CONTAINER = $(EXAMPLE:.tex=-pics.pdf)
+
+ARCHFILES = $(PACKAGE).dtx $(PACKAGE).ins $(ADDINPUTS) Makefile \
+ ps4pdf CHANGES \
+ CHANGES.tex ps4pdf.bat ps4pdf.bat.w95
+ #ppf-example.tex TODO
+ #pstricks2.sty pstricks2.tex pstricks2.pro pst-dots2.pro
+
+PS2PDF = GS_OPTIONS=-dPDFSETTINGS=/prepress ps2pdf
+
+all : pdf
+
+pdf : $(EXAMPLE:.tex=.pdf)
+
+doc : $(PACKAGE).pdf
+
+$(EXAMPLE:.tex=.pdf) : $(EXAMPLE) $(ADDINPUTS) $(PDF_CONTAINER) $(PACKAGE).sty
+ $(PDFLATEX) $<
+
+%.pdf : %.dtx $(PACKAGE).sty
+ test -f $(basename $<).glo || touch -f $(basename $<).glo
+ test -f $(basename $<).idx || touch -f $(basename $<).idx
+ makeindex -s gglo.ist -t $(basename $<).glg -o $(basename $<).gls \
+ $(basename $<).glo
+ makeindex -s gind.ist -t $(basename $<).ilg -o $(basename $<).ind \
+ $(basename $<).idx
+ $(PDFLATEX) $<
+
+%.pdf : %.tex
+ $(PDFLATEX) $<
+
+$(PACKAGE).sty $(EXAMPLE) : $(PACKAGE).ins $(PACKAGE).dtx
+ tex $<
+
+$(EXAMPLE:.tex=.dvi) : $(EXAMPLE) $(ADDINPUTS) $(PACKAGE).sty
+ $(LATEX) $<
+
+$(PDF_CONTAINER:.pdf=.ps) : $(EXAMPLE:.tex=.dvi)
+ dvips -Ppdf -o $@ $<
+
+$(PDF_CONTAINER) : $(PDF_CONTAINER:.pdf=.ps)
+ @ if grep "needs cropping" $(<:-pics.ps=.log) > /dev/null; \
+ then \
+ $(PS2PDF) $< $@.tmp; pdfcrop $@.tmp $@ ; rm $@.tmp; \
+ else \
+ $(PS2PDF) $< $@; \
+ fi
+
+CHANGES : CHANGES.tex $(PACKAGE).pdf
+ $(PDFLATEX) $<
+ pdftotext -layout -nopgbrk $(<:.tex=.pdf) $@
+
+arch : CHANGES
+ zip $(ARCHNAME).zip $(ARCHFILES)
+
+clean :
+ $(RM) $(addprefix $(PACKAGE), \
+ .dvi .log .aux .bbl .blg .idx .ind .ilg .gls .glg .glo) \
+ $(addprefix $(basename $(EXAMPLE)), .ps .dvi .log .aux) \
+ $(EXAMPLE) $(PDF_CONTAINER:.pdf=.ps) $(PDF_CONTAINER)
+
+veryclean : clean
+ $(RM) $(PACKAGE).pdf $(EXAMPLE:.tex=.pdf)
+
+# EOF
diff --git a/Master/texmf-dist/source/generic/pst-pdf/pst-pdf.dtx b/Master/texmf-dist/source/generic/pst-pdf/pst-pdf.dtx
new file mode 100644
index 00000000000..01e654f7267
--- /dev/null
+++ b/Master/texmf-dist/source/generic/pst-pdf/pst-pdf.dtx
@@ -0,0 +1,1271 @@
+% \iffalse meta-comment
+%
+% Copyright (C) 2005
+% Rolf Niepraschk, <Rolf.Niepraschk@ptb.de>
+% Hubert Gaesslein, <HubertJG@open.mind.de>
+% --------------------------------------------------------------
+%
+% This file may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.2
+% of this license or (at your option) any later version.
+% The latest version of this license is in:
+%
+% http://www.latex-project.org/lppl.txt
+%
+% and version 1.2 or later is part of all distributions of LaTeX
+% version 1999/12/01 or later.
+%
+% \fi
+%
+% \iffalse
+%<*driver>
+\ProvidesFile{pst-pdf.dtx}
+%</driver>
+%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+%<package>\ProvidesPackage{pst-pdf}
+%<*package>
+ [2005/06/29 v1.1i PS graphics for pdfLaTeX (RN,HjG)]
+%</package>
+%
+%<*driver>
+\listfiles
+\documentclass[a4paper]{ltxdoc}
+\usepackage[ignore]{pst-pdf}
+\usepackage[british]{babel}
+\usepackage{booktabs,calc,array,url}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\setlength\emergencystretch{3em}
+%%%%%% spaeter wieder weg %%%%%
+\usepackage{color}
+\usepackage{texnames}
+\newcommand\notice[1]{%
+ \marginpar{\mbox{}\raggedright\color{red}\itshape #1}}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\EnableCrossrefs
+\CodelineIndex
+\RecordChanges
+\begin{document}
+ \DocInput{pst-pdf.dtx}
+ \PrintChanges
+ \PrintIndex
+\end{document}
+%</driver>
+% \fi
+%
+% \CheckSum{787}
+%
+% \CharacterTable
+% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
+% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
+% Digits \0\1\2\3\4\5\6\7\8\9
+% Exclamation \! Double quote \" Hash (number) \#
+% Dollar \$ Percent \% Ampersand \&
+% Acute accent \' Left paren \( Right paren \)
+% Asterisk \* Plus \+ Comma \,
+% Minus \- Point \. Solidus \/
+% Colon \: Semicolon \; Less than \<
+% Equals \= Greater than \> Question mark \?
+% Commercial at \@ Left bracket \[ Backslash \\
+% Right bracket \] Circumflex \^ Underscore \_
+% Grave accent \` Left brace \{ Vertical bar \|
+% Right brace \} Tilde \~}
+%
+% \changes{v1.0a}{2005/01/27}{Initial version.}
+% \changes{v1.0b}{2005/01/28}{Some code and documentation cleaning. (RN)}
+% \changes{v1.0d}{2005/01/30}{Redefinition of \cmd{\includegraphics} in
+% modes 0 und 1. Now using of eps graphics directly in pdf\LaTeX{} is
+% possible. (RN)}
+% \changes{v1.0j}{2005/02/22}{Check AtBeginDocument for package
+% `pstricks' even if ``nopstricks'' is given. (RN)}
+% \changes{v1.0j}{2005/02/22}{For \cmd{\includegraphics}
+% \cmd{\usepicture} and |postscript| the new options ``frame'',
+% ``framesep'', ``framerule'', ``linewidth'', and ``ignore'' added. (RN)}
+% \changes{v1.0l}{2005/02/25}{Options ``framesep'', ``framerule'',
+% ``linewidth'' removed, ``fname'' and ``innerframe'' added. (RN)}
+% \changes{v1.0m}{2005/02/26}{New package option ``notightpage'' added. (RN)}
+% \changes{v1.0n}{2005/02/27}{Some code cleaning. (RN)}
+% \changes{v1.0n}{2005/02/27}{Changed marcro names (\cmd{\savepicture}
+% and \cmd{\usepicture}). (RN)}
+% \changes{v1.0o}{2005/03/12}{Option ``fname'' renamed to ``showname''. (RN)}
+% \changes{v1.0p}{2005/03/13}{Some code and documentation cleaning. (RN)}
+% \changes{v1.0s}{2005/03/28}{Scaling e.g. of PostScript pictures now only
+% in extraction mode. Some code cleaning. (RN)}
+% \changes{v1.1b}{2005/04/09}{Some code and documentation cleaning. (RN)}
+% \changes{v1.1c}{2005/04/17}{New package option ``tightpage'' added. (RN)}
+%
+% \GetFileInfo{pst-pdf.dtx}
+%
+% \DoNotIndex{\newcommand,\renewcommand,\newenvironment,\renewenvironment}
+% \DoNotIndex{\providecommand,\def,\edef,\let,\gdef,\xdef,\global,\newtoks}
+% \DoNotIndex{\chardef,\@namedef,\g@addto@macro,\newif,\newcounter}
+% \DoNotIndex{\RequirePackage,\DeclareOption,\ProcessOptions,\ExecuteOptions}
+% \DoNotIndex{\input,\endinput,\IfFileExists,\InputIfFileExists}
+% \DoNotIndex{\@ifdefinable,\@ifundefined,\@percentchar}
+% \DoNotIndex{\iftrue,\iffalse}
+% \DoNotIndex{\the,\if,\ifx,\else,\or,\fi,\ifnum,\ifdim,\ifcase,\ifodd}
+% \DoNotIndex{\AtBeginDocument,\AtEndDocument,\AtEndOfPackage}
+% \DoNotIndex{\PackageError,\PackageWarning,\PackageWarningNoLine,\PackageInfo}
+% \DoNotIndex{\message,\MessageBreak,\typeout,\space,\@spaces}
+% \DoNotIndex{\@tempa,\@tempb,\x}
+% \DoNotIndex{\z@,\z@skip,\p@,\@ne,\tw@,\thr@@,\@iv,\two@fourteen,\strip@pt}
+% \DoNotIndex{\advance,\multiply,\divide}
+% \DoNotIndex{\@for,\@tfor,\do,\@gobble,\@gobbletwo,\relax,\ignorespaces}
+% \DoNotIndex{\csname,\endcsname,\begingroup,\endgroup,\bgroup,\egroup}
+% \DoNotIndex{\expandafter,\afterassignment,\aftergroup,\noexpand}
+% \DoNotIndex{\setbox,\box,\hbox,\vbox,\ht,\wd,\dp,\llap,\rlap}
+% \DoNotIndex{\small,\large,\tiny,\ttfamily,\lowercase}
+% \DoNotIndex{\@@,\@empty,\@firstoftwo,\@secondoftwo}
+% \DoNotIndex{\@tempboxa,\@tempcnta,\@temptokena,\toks@,\@namedef,\@nameuse}
+%
+% \providecommand*\env[1]{\textsf{#1}}
+% \providecommand*\clsname[1]{\textsf{#1}}
+% \providecommand*\pkgname[1]{\textsf{\mbox{#1}}}
+% \providecommand*\optname[1]{\textsf{#1}}
+% \providecommand*\progname[1]{\textsf{`#1'}}
+%
+% \providecommand*\PS{Post\-Script}
+%
+% \newenvironment{optlist}%
+% {\begin{description}%
+% \renewcommand\makelabel[1]{%
+% \descriptionlabel{\bfseries\optname{##1}}}%
+% \itemsep0.25\itemsep}%
+% {\end{description}}
+%
+% \newcommand*\META[1]{\meta{\normalfont#1}}
+% \newcommand*\TorF{\META{true\textbar false}}
+%
+% \title{The \pkgname{pst-pdf} package\thanks{This document
+% corresponds to \textsf{pst-pdf}~\fileversion, dated \filedate.
+% Thanks to Peter Dyballa for the translation.}}
+% \author{%
+% Rolf Niepraschk\thanks{\texttt{Rolf.Niepraschk@ptb.de}}
+% \and
+% Hubert G\"a{\ss}lein\thanks{\texttt{HubertJG@open.mind.de}}}
+% \date{\filedate}
+%
+% \maketitle
+%
+% \section{Introduction}
+%
+% The package \pkgname{pst-pdf} simplifies the use of graphics from
+% PSTricks and other \PS\ code in PDF documents. As in building a
+% bibliography with \BibTeX{} additional external programmes are being
+% invoked. In this case they are used to create a PDF file
+% (\cmd{\PDFcontainer}) that will contain all this graphics material. In the
+% final document this contents will be inserted instead of the original
+% \PS\ code.
+%
+% \section{Usage}
+%
+% \subsection{Package options}
+%
+% \begin{optlist}
+%
+% \item[active] Activates the extraction mode (DVI output). An explicit
+% declaration usually is not necessary (default in \LaTeX\ mode).
+%
+% \item[inactive] No special actions; only the packages
+% \pkgname{pstricks} and \pkgname{graphicx} are loaded (default in
+% V\TeX). Can be used to just convert the document with \LaTeX\ into a
+% DVI file while avoiding the automatic extraction mode.
+%
+% \item[pstricks] The package \pkgname{pstricks} is loaded (default).
+%
+% \item[nopstricks] The package \pkgname{pstricks} does not get loaded.
+% Once it is detected that \pkgname{pstricks} was loaded however in
+% some other way, the \env{pspicture} environment is treated as if the
+% option ``pstricks'' was given.
+%
+% \item[draft] From the \cmd{\PDFcontainer} file included graphics is
+% displayed as frame in pdf\LaTeX\ mode.
+%
+% \item[final] From the \cmd{\PDFcontainer} file included graphics is
+% correctly displayed in pdf\LaTeX\ mode (default).
+%
+% \item[tightpage] The graphics' dimensions in the \cmd{\PDFcontainer}
+% file match exactly those of the corresponding \TeX\ boxes (default).
+%
+% \item[notightpage] The dimensions of the \TeX\ box corresponding to its
+% graphics is not always correct, since a \PS\ statement can draw
+% outside its box. The option ``notightpage'' makes the graphics in the
+% \cmd{\PDFcontainer} file to be at least the size of the whole page.
+% To be able to make use of the graphics' in a later pdf\LaTeX\ run,
+% the \cmd{\PDFcontainer} file needs to be finished in a way that each
+% graphics gets reduced in size to its visible part. For this an
+% external programme like
+% |pdfcrop|\footnote{CTAN:~\url{support/pdfcrop/}} can be useful. Its
+% use can save declaring the option ``trim'' (see also
+% section~\ref{sec:copt}).
+%
+% \item[displaymath] In PDF mode the mathematical environments
+% \env{displaymath}, \env{eqnarray}, and \env{\$\$} get also extracted
+% and included as graphics. This way additional PSTricks extensions can
+% easily be added to the contents of these environments. (Question: how
+% do AMS\LaTeX\ environments behave?)
+%
+% \item[\meta{other}] All other options are passed to \pkgname{pstricks}
+% package.
+%
+% \end{optlist}
+%
+% \subsection{Program calls}
+%
+% The following table shows the course necessary to create a PDF document
+% containing \PS\ graphics\footnote{The \TeX\ distribution ``te\TeX''
+% contains a UNIX shell script |ps4pdf| which executes all the necessary
+% steps. See: CTAN:~\url{macros/latex/contrib/ps4pdf/}}. As comparison
+% the analogous course for a bibliography is shown.\bigskip
+%
+% \newcolumntype{P}[1]{>{\mbox{}\raggedright}p{#1}}
+% \noindent
+% \begin{tabular}[t]{@{}P{.65\linewidth}@{}P{.35\linewidth}@{}}
+% \textbf{\PS\ graphics} & \textbf{bibliography} \tabularnewline
+% \toprule
+% |pdflatex document.tex| & |pdflatex document.tex|
+% \tabularnewline\midrule
+% \multicolumn{2}{@{}c@{}}{\emph{auxiliary calls}} \tabularnewline
+% |latex document.tex| \tabularnewline
+% |dvips -o document-pics.ps document.dvi| \tabularnewline
+% |ps2pdf document-pics.ps|
+% &
+% |bibtex document.aux|
+% \tabularnewline\midrule
+% |pdflatex document.tex| & |pdflatex document.tex|
+% \end{tabular}\bigskip
+%
+% While creating the output only code from inside a \env{pspicture} or
+% \env{postscript} environment is considered. \PS\ graphics files, which
+% are passed as parameter of an \cmd{\includegraphics} statement, too are
+% included into the \cmd{\PDFcontainer} file. This file's name is by
+% default \meta{\cmd{\jobname}}|-pics.pdf|. It can be changed by
+% re-defining the macro \cmd{\PDFcontainer}. \medskip
+%
+% \subsection{User commands}
+%
+% \DescribeEnv{pspicture}
+% \indent\cmd{\begin}|{pspicture}|\oarg{keys}%
+% \parg{x0,x1}\parg{y0,y1} \dots\cmd{\end}|{pspicture}|
+% \par\noindent
+% The \env{pspicture} environment is not available when the option
+% ``|nopstricks|'' was given. It is to be used the same way as if in
+% PSTricks. In pdf\LaTeX\ mode this environment's contents is only
+% displayed when the \cmd{\PDFcontainer} file was created before.
+% \medskip
+%
+% \DescribeEnv{postscript}
+% \cmd{\begin}|{postscript}|\oarg{keys} \dots\cmd{\end}|{postscript}|
+% \par\noindent
+% The \env{postscript} environment can contain any code except floats. In
+% pdf\LaTeX\ mode its contents is take too off the \cmd{\PDFcontainer}
+% file. Other as in the \env{pspicture} environment the necessary space is
+% not always preserved when the \cmd{\PDFcontainer} file does not exist yet.
+% \medskip
+%
+% \DescribeMacro{\includegraphics}
+% \cmd{\includegraphics}\oarg{keys}\marg{filename}
+% \par\noindent
+% To be used as in \pkgname{graphics}/\pkgname{graphicx} defined. In
+% pdf\LaTeX\ mode it is now additionally feasable to pass the name of an
+% EPS file. Its visible contents too is taken from the \cmd{\PDFcontainer}
+% file.
+% \medskip
+%
+% \DescribeMacro{\savepicture}
+% \cmd{\savepicture}\marg{name}
+% \par\noindent
+% The last output graphics (result of the \env{pspicture} or \env{postscript}
+% environments or the \cmd{\includegraphics} statement with an \PS\ file as
+% argument) is being saved in a file under the name as given by the parameter.
+% \medskip
+%
+% \DescribeMacro{\usepicture}
+% \cmd{\usepicture}\oarg{keys}\marg{name}
+% \par\noindent
+% The recently via \cmd{\savepicture} saved graphics is being output. The
+% optional parameter is taken from the \cmd{\includegraphics} statement's
+% set of specifiers.
+% \medskip
+%
+% \subsection{Command options} \label{sec:copt}
+
+% The behaviour of the \cmd{\includegraphics} and \cmd{\usepicture}
+% statements and the \env{postscript} environment can be modified with any
+% of the following parameters (key value syntax):
+% \begin{optlist}
+%
+% \item[frame=\TorF] As with the \cmd{\fbox} statement a frame is drawn
+% around the graphics. Any change of size due to rotation is taken into
+% account. Drawing happens in pdf\LaTeX\ mode; before, in creating the
+% \cmd{\PDFcontainer} file, it is ignored. Default: false.
+%
+% \item[innerframe=\TorF] As in ``|frame|'', but the frame is drawn
+% around the graphics, not its box.
+%
+% \item[ignore=\TorF] If ``|true|'' no graphics is output. With
+% \cmd{\savepicture}\marg{name} the graphics can be used later in a
+% different place via \cmd{\usepicture}. Default: false.
+%
+% \item[showname=\TorF] A caption of minimal font size records the used
+% file's name. Default: false.
+%
+% \item[namefont=\META{font commands}] Controls the font used when
+% ``|showname=true|'' is set. Default: \cmd{\ttfamily}\cmd{\tiny}
+%
+% \end{optlist}
+%
+% All parameters can be set globally as in
+% \cmd{\setkeys}|{Gin}|\marg{key=value}.
+% \bigskip
+%
+% \StopEventually{}
+%
+% \section{Implementation}
+%
+% \begin{macrocode}
+%<*package>
+% \end{macrocode}
+% \subsection{Package options}
+% \changes{v1.0c}{2005/01/29}{New options ``pstricks'', ``nopstricks'',
+% ``draft'' and ``\mbox{final}''. (RN)}
+% \changes{v1.1e}{2005/04/30}{New option ``displaymath'' (see preview
+% package). (HjG/RN)}
+% \changes{v1.1f}{2005/04/30}{Package option ``ignore'' reimplemented.
+% Now the compilation of the dtx file in \LaTeX\ mode is possible. (RN)}
+% \begin{macrocode}
+\newcommand*\ppf@TeX@mode{-1}
+\newcommand*\ppf@draft{false}
+\newif\if@ppf@PST@used\@ppf@PST@usedtrue
+\newif\if@ppf@tightpage \@ppf@tightpagetrue
+\DeclareOption{active}{\def\ppf@TeX@mode{0}}
+\DeclareOption{inactive}{\def\ppf@TeX@mode{9}}
+\DeclareOption{ignore}{\def\ppf@TeX@mode{999}}
+\DeclareOption{pstricks}{\@ppf@PST@usedtrue}
+\DeclareOption{nopstricks}{\@ppf@PST@usedfalse}
+\DeclareOption{displaymath}{%
+ \PassOptionsToPackage\CurrentOption{preview}}
+\DeclareOption{draft}{\def\ppf@draft{true}}
+\DeclareOption{final}{\def\ppf@draft{false}%
+ \PassOptionsToPackage\CurrentOption{graphicx}}
+% \end{macrocode}
+% \changes{v1.1i}{2005/06/29}{Package option ``final'' also
+% for ``graphicx''. (RN)}
+% \begin{macrocode}
+\DeclareOption{notightpage}{\@ppf@tightpagefalse}%
+\DeclareOption{tightpage}{\@ppf@tightpagetrue}%
+\DeclareOption*{%
+ \PassOptionsToPackage\CurrentOption{pstricks}}
+\ProcessOptions\relax
+\ifnum\ppf@TeX@mode=999\relax\expandafter\endinput\fi
+% \end{macrocode}
+% \subsection{Compiler tests}
+% It is tested which \TeX\ compiler in which mode of operation is actually
+% used (see `|graphics.cfg|' in te\TeX/\TeX\ Live). Accordingly the
+% environments \env{pspicture} and \env{postscript} gain each a different
+% range of functions. This test is only executed when the options |active|
+% or |inactive| were not given.
+% \begin{macrocode}
+\ifnum\ppf@TeX@mode=-1\relax
+ \begingroup
+% \end{macrocode}
+% Default (\TeX{} with a dvi-to-ps converter)
+% \begin{macrocode}
+ \chardef\x=0 %
+% \end{macrocode}
+% Check pdf\TeX{}
+% \begin{macrocode}
+ \@ifundefined{pdfoutput}{}{%
+ \ifcase\pdfoutput\else
+ \chardef\x=1 %
+ \fi
+ }%
+% \end{macrocode}
+% Check V\TeX{}
+% \begin{macrocode}
+ \@ifundefined{OpMode}{}{\chardef\x=2 }%
+ \expandafter\endgroup
+ \ifcase\x
+% \end{macrocode}
+% \quad$\Rightarrow$\,DVI mode
+% \begin{macrocode}
+ \def\ppf@TeX@mode{0}%
+ \or
+% \end{macrocode}
+% \quad$\Rightarrow$\,pdf\TeX{} is running in PDF mode
+% \begin{macrocode}
+ \def\ppf@TeX@mode{1}%
+ \else
+% \end{macrocode}
+% \quad$\Rightarrow$\,V\TeX{} is running
+% \begin{macrocode}
+ \def\ppf@TeX@mode{9}%
+ \fi
+\fi
+% \end{macrocode}
+% \changes{v1.0g}{2005/02/12}{Definition of \cmd{\PDFcontainer}
+% now with \cmd{\edef}. (RN)}
+% \begin{macrocode}
+\newcommand*\PDFcontainer{}
+\edef\PDFcontainer{\jobname-pics.pdf}
+\newcounter{pspicture}
+\newcommand*\ppf@other@extensions[1]{}
+\newcommand*\usepicture[2][]{}
+\newcommand*\savepicture[1]{}
+% \end{macrocode}
+% \begin{macrocode}
+\RequirePackage{graphicx}%
+\let\ppf@Ginclude@graphics\Ginclude@graphics
+\let\ppf@Gin@extensions\Gin@extensions
+\let\ppf@Gin@ii\Gin@ii
+% \end{macrocode}
+% \begin{macrocode}
+\newif\if@ppf@pdftex@graphic
+\newif\ifGin@frame\Gin@framefalse
+\newif\ifGin@innerframe\Gin@innerframefalse
+\newif\ifGin@showname\Gin@shownamefalse
+\newif\ifGin@ignore\Gin@ignorefalse
+% \end{macrocode}
+% \cmd{\ifpr@outer} in fact is defined in package \pkgname{preview}. We
+% have to do it here too since otherwise \TeX\ could ``stumble and fall''
+% while parsing the \cs\texttt{ifcase} structure.
+% \changes{v1.1i}{2005/06/29}{\cmd{\ifpr@outer} must be predefined. (HjG/RN)}
+% \begin{macrocode}
+\newif\ifpr@outer
+% \end{macrocode}
+% \begin{macro}{\ppf@is@pdfTeX@graphic}
+% \changes{v1.0i}{2005/02/18}{No more errors for given files without
+% extensions. (RN)}
+% \changes{v1.0r}{2005/03/25}{Changed \cmd{\ppf@is@known@graphic} to
+% \cmd{\ppf@is@pdfTeX@graphic}. Now pdf\TeX\ graphics are prefered. (RN)}
+% Parameter |#1| is the name of a graphics file with or without extension,
+% parameter |#2| contains the valid extensions in PDF mode,
+% parameter |#3| contains the valid extensions in DVI mode.
+% If it works to process the graphics in PDF mode, then the statements
+% in |#4| are executed, otherwise those in |#5|.
+% \begin{macrocode}
+\newcommand*\ppf@is@pdfTeX@graphic[5]{%
+ \@ppf@pdftex@graphicfalse%
+ \begingroup
+ \edef\pdfTeXext{#2}%
+% \end{macrocode}
+% Instead of loading the found graphics, only a test on file name extension.
+% \begin{macrocode}
+ \def\Gin@setfile##1##2##3{%
+ \edef\@tempb{##2}%
+ \@for\@tempa:=\pdfTeXext\do{%
+ \ifx\@tempa\@tempb\global\@ppf@pdftex@graphictrue\fi}}%
+% \end{macrocode}
+% File types for both modes need to be determined to prevent a wrong
+% error message ``File `|#1|' not found''.
+% \begin{macrocode}
+ \edef\Gin@extensions{#2,#3}%
+% \end{macrocode}
+% Trial invocation. Output is completely inhibited.
+% \begin{macrocode}
+ \pr@outerfalse\ppf@Ginclude@graphics{#1}%
+ \endgroup
+ \if@ppf@pdftex@graphic#4\else#5\fi
+}
+% \end{macrocode}
+% \end{macro}
+% \begin{macrocode}
+ \if@ppf@PST@used\RequirePackage{pstricks}\fi
+ \ifcase\ppf@TeX@mode\relax
+% \end{macrocode}
+% \subsection{Extraction mode (DVI output)}
+% The \env{pspicture} environment retains any definition from
+% |pstricks.tex|. Only the code from the environments \env{pspicture} and
+% \env{postscript} as well as \cmd{\includegraphics} with \PS\ files leads
+% to records into the DVI file. The remainder of the document's code is
+% ignored for output. After conversion of the DVI file via \PS\
+% (``|dvips|'') into PDF (\cmd{\PDFcontainer} file) each graphics takes
+% exactly one page in the \cmd{\PDFcontainer} file. The \TeX\ compiler with
+% DVI output and the package option ``|active|'' both force this mode.
+% \begin{macrocode}
+ \PackageInfo{pst-pdf}{%
+ MODE: \ppf@TeX@mode\space (dvi -- extraction mode)}
+ \RequirePackage[active,dvips,tightpage]{preview}[2005/01/29]%
+ \newcommand*\ppf@PreviewBbAdjust{}
+ \newcommand*\ppf@RestoreBbAdjust{%
+ \let\PreviewBbAdjust\ppf@PreviewBbAdjust}%
+% \end{macrocode}
+% The pdf\LaTeX\ mode compliant graphics file formats are needed too.
+% \begin{macrocode}
+ \begingroup
+ \let\AtBeginDocument\@gobble \let\PackageWarningNoLine\@gobbletwo
+ \def\pdftexversion{121}\input{pdftex.def}%
+ \edef\x{\endgroup\def\noexpand\ppf@other@extensions{\Gin@extensions}
+ }%
+ \x
+% \end{macrocode}
+% \changes{v1.1c}{2005/04/17}{Supress handling of pdf\LaTeX\ graphic
+% formats in DVI mode. (RN)}
+% In PDF mode no rules must be defined for its compliant (PNG, JPEG, PDF)
+% graphics file formats (because of for example \progname{dvips} extensions).
+% The universal EPS rule is used to at least find these files.
+% \begin{macrocode}
+ \AtBeginDocument{%
+ \@for\@tempa:=\ppf@other@extensions\do{%
+ \expandafter\let\csname Gin@rule@\@tempa\endcsname\relax}%
+ \DeclareGraphicsRule{*}{eps}{*}{}}%
+% \end{macrocode}
+% No function in this mode.
+% \begin{macrocode}
+ \define@key{Gin}{innerframe}[true]{}%
+ \define@key{Gin}{frame}[true]{}%
+ \define@key{Gin}{ignore}[true]{}%
+ \define@key{Gin}{showname}[true]{}%
+ \define@key{Gin}{namefont}{}%
+% \end{macrocode}
+% \changes{v1.0o}{2005/03/12}{New code for ``notightpage''. (RN)}
+% \begin{macrocode}
+ \if@ppf@tightpage\else
+ \def\PreviewBbAdjust{%
+ -.5\paperwidth -.5\paperheight .5\paperwidth .5\paperheight}%
+ \AtEndDocument{%
+ \PackageWarningNoLine{pst-pdf}{Picture container needs cropping.}}%
+ \fi
+% \end{macrocode}
+% \begin{environment}{postscript}
+% \changes{v1.0e}{2005/02/03}{``trim'' option added. (RN)}
+% The \env{postscript} environment utilises the trim option in the same
+% manner as does \cmd{\includegraphics} (any specification without dimension
+% is interpreted as if given in bp).
+% \begin{macrocode}
+ \newenvironment{postscript}[1][]%
+ {%
+ \global\let\ppf@PreviewBbAdjust\PreviewBbAdjust
+ \if@ppf@tightpage
+ \begingroup
+ \setkeys{Gin}{#1}%
+ \xdef\PreviewBbAdjust{%
+ -\Gin@vllx bp -\Gin@vlly bp \Gin@vurx bp \Gin@vury bp}%
+ \endgroup
+ \fi
+ \ignorespaces
+ }%
+ {\aftergroup\ppf@RestoreBbAdjust}%
+% \end{macrocode}
+% \end{environment}
+% \begin{macrocode}
+ \PreviewEnvironment{postscript}%
+ \AtBeginDocument{%
+ \@ifundefined{PSTricksLoaded}{}%
+ {%
+% \end{macrocode}
+% \begin{environment}{pspicture}
+% Announce \pkgname{preview} original definition.
+% \begin{macrocode}
+ \PreviewEnvironment{pspicture}%
+% \end{macrocode}
+% \end{environment}
+% \begin{environment}{psmatrix}
+% Announce \pkgname{preview} original definition..
+% \begin{macrocode}
+ \@ifundefined{psmatrix}{}%
+ {%
+ \PreviewEnvironment{psmatrix}%
+ \newcommand*\ppf@set@mode{}%
+ \newcommand*\ppf@test@mmode{%
+ \ifmmode
+ \ifinner
+ \let\ppf@set@mode=$%
+ \else
+ \def\ppf@set@mode{$$}%
+ \fi
+ \else
+ \let\ppf@set@mode=\@empty
+ \fi
+ }%
+ \let\ppf@psmatrix=\psmatrix
+ \expandafter\let\expandafter\ppf@pr@psmatrix%
+ \expandafter=\csname pr@\string\psmatrix\endcsname
+ \let\ppf@endpsmatrix=\endpsmatrix
+ \def\psmatrix{\ppf@test@mmode\ppf@psmatrix}
+ \expandafter\def\csname pr@\string\psmatrix\endcsname{%
+ \ppf@set@mode\ppf@pr@psmatrix}%
+ \def\endpsmatrix{\ppf@endpsmatrix\ppf@set@mode}%
+ }%
+% \end{macrocode}
+% \end{environment}
+% Announce internal macro \cmd{\pst@object} to enable the use of some
+% PSTricks code outside of \env{pspicture} environments. At the moment
+% invocations of the following kind are feasible:
+% \begin{flushleft}
+% \cmd{\pst@object}%
+% \marg{m}\meta{\texttt{*}}\oarg{o}\marg{o}\marg{o}\parg{o}\parg{o}\parg{o} \\
+% \qquad (|m|\,$=$\,necessary, |*|\,$=$\,optional, |o|\,$=$\,optional)
+% \end{flushleft}
+% More than three optional arguments at the call's end, as in
+% \cmd{\psline} possible, do not work yet.
+% \changes{v1.1a}{2005/04/07}{Support for the internal PSTricks macro
+% \cmd{\pst@object}. (HjG/RN)}
+% \begin{macrocode}
+ \PreviewMacro[{{}*[]%
+ ?\bgroup{#{#1}{{#1}}}{}%
+ ?\bgroup{#{#1}{{#1}}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ }]{\pst@object}}
+% \end{macrocode}
+% Prevent multiple test-wise setting of table contents by ``tabularx''.
+% \changes{v1.1c}{2005/04/17}{Special support for ``tabularx''. (RN)}
+% \begin{macrocode}
+ \@ifundefined{tabularx}{}{%
+ \def\tabularx#1#2{\tabular{#2}}%
+ \newcolumntype{X}{c}%
+ \let\endtabularx=\endtabular}%
+ }%
+% \end{macrocode}
+% \begin{macro}{\Ginclude@graphics}
+% All graphics content of well known format (for instance EPS files) is
+% treated in a regular way, which in this mode denotes that it is subject
+% to \pkgname{preview} functions. Other graphics content (for instance PDF
+% files) is ignored.
+% \changes{v1.0k}{2005/02/23}{Prevent division by zero. (RN)}
+% \changes{v1.1h}{2005/06/26}{Check if inside of a PS-related
+% environment (correct graphic inclusion). (RN)}
+% \changes{v1.1i}{2005/06/29}{Correction of the inside check. (RN/HjG)}
+% \begin{macrocode}
+ \def\Ginclude@graphics#1{%
+ \ifpr@outer
+% \end{macrocode}
+% Generally pdf\TeX\ supported graphics formats are intended to be preferred
+% (inclusion in final pdf\TeX\ run). If it's a \PS\ type graphics, then the
+% original definition is in function again and registration for the
+% \pkgname{preview} package is necessary in order to convert this \PS\ type
+% graphics into PDF.
+% \begin{macrocode}
+ \ppf@is@pdfTeX@graphic{#1}{\ppf@other@extensions}{\Gin@extensions}%
+% \end{macrocode}
+% Dummy box to prevent a division by zero while scaling or rotating.
+% Otherwise ignored.
+% \begin{macrocode}
+ {\rule{10pt}{10pt}}%
+ {\ppf@Ginclude@graphics{#1}}%
+ \else
+% \end{macrocode}
+% Inside a \PS\ environment (\env{pspicture} etc.) \cmd{\includegraphics} has
+% to behave as in its original definition (only DVIPS supported graphics
+% formats are allowed).
+% \begin{macrocode}
+ \ppf@Ginclude@graphics{#1}%
+ \fi
+ }%
+% \end{macrocode}
+% \end{macro}
+% \begin{macrocode}
+ \PreviewMacro[{{}}]{\ppf@Ginclude@graphics}%
+ \let\pdfliteral\@gobble%
+\or
+% \end{macrocode}
+% \subsection{pdf\LaTeX\ mode (PDF output)}
+% When the \cmd{\PDFcontainer} file (default:
+% \meta{\cmd{\jobname}}|-pics.pdf|) exists, the contents of the
+% environments \env{pspicture} and \env{postscript} is ignored. Instead the
+% corresponding graphics from the \cmd{\PDFcontainer} file is used.
+% \begin{macrocode}
+ \PackageInfo{pst-pdf}{MODE: \ppf@TeX@mode\space (pdfTeX mode)}%
+ \@temptokena{%
+ \let\Gin@PS@file@header\@gobble\let\Gin@PS@literal@header\@gobble
+ \let\Gin@PS@raw\@gobble\let\Gin@PS@restored\@gobble
+ \@ifundefined{PSTricksLoaded}{}{%
+% \end{macrocode}
+% Necessary if PSTricks $<$ 2.0.
+% \begin{macrocode}
+ \PSTricksOff
+ \@ifundefined{c@lor@to@ps}{\def\c@lor@to@ps#1 #2\@@{}}{}}}%
+% \end{macrocode}
+% \PS\ output is now inhibited and later once again.
+% \begin{macrocode}
+ \the\@temptokena
+ \expandafter\AtBeginDocument\expandafter{\the\@temptokena}%
+ \@ifundefined{PSTricksLoaded}{}
+ {%
+% \end{macrocode}
+% To parse the arguments of PSTricks' \cmd{\pst@object} we load
+% \pkgname{preview} in active mode, but restore the default definitions of
+% \cmd{\output} and \cmd{\shipout}. \cmd{\pr@startbox} and \cmd{\pr@endbox}
+% serve here only to disable \cmd{\pst@object} and to load the
+% corresponding graphics from the \cmd{\PDFcontainer} file. At present a
+% maximum of three optional parameters in round braces (parenthesis) at the
+% end of \cmd{\pst@object} is supported, which is sufficient, but not
+% always enough.
+% \changes{v1.1b}{2005/04/09}{Ignore the call of
+% \cmd{\nofiles} inside of \pkgname{preview}. (RN)}
+% \begin{macrocode}
+ \newtoks\ppf@temptoken
+ \ppf@temptoken\expandafter{\the\output}%
+ \let\ppf@nofiles\nofiles \let\nofiles\relax
+ \RequirePackage[active]{preview}[2005/01/29]%
+ \let\shipout=\pr@shipout \let\nofiles\ppf@nofiles
+ \output\expandafter{\the\ppf@temptoken}%
+ \ppf@temptoken{}%
+% \end{macrocode}
+% \cmd{\pr@startbox}, \cmd{\pr@endbox}: simpler over original definitions.
+% \begin{macrocode}
+ \long\def\pr@startbox#1#2{%
+ \ifpr@outer
+ \toks@{#2}%
+ \edef\pr@cleanup{\the\toks@}%
+ \setbox\@tempboxa\vbox\bgroup
+ \everydisplay{}%
+ \pr@outerfalse%
+ \expandafter\@firstofone
+ \else
+ \expandafter\@gobble
+ \fi{#1}}%
+ \def\pr@endbox{%
+ \egroup
+ \setbox\@tempboxa\box\voidb@x
+ \ppf@@getpicture
+ \pr@cleanup}%
+% \end{macrocode}
+% (See also the identical definition in DVI mode.)
+% \begin{macrocode}
+ \AtBeginDocument{%
+ \@ifundefined{pst@object}{}%
+ {%
+ \PreviewMacro[{{}*[]%
+ ?\bgroup{#{#1}{{#1}}}{}%
+ ?\bgroup{#{#1}{{#1}}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ }]{\pst@object}}%
+ }%
+ }%
+% \end{macrocode}
+% Too the supported file name extensions from DVI mode are needed.
+% \begin{macrocode}
+ \begingroup
+ \input{dvips.def}%
+ \edef\x{\endgroup\def\noexpand\ppf@other@extensions{\Gin@extensions}}%
+ \x
+% \end{macrocode}
+% Dummy definition for in DVI mode supported file formats.
+% \begin{macrocode}
+ \DeclareGraphicsRule{*}{eps}{*}{}%
+% \end{macrocode}
+% \begin{macrocode}
+ \define@key{Gin}{innerframe}[true]{%
+ \lowercase{\Gin@boolkey{#1}}{innerframe}}%
+ \define@key{Gin}{frame}[true]{%
+ \lowercase{\Gin@boolkey{#1}}{frame}}%
+ \define@key{Gin}{ignore}[true]{%
+ \lowercase{\Gin@boolkey{#1}}{ignore}}%
+ \define@key{Gin}{frame@@}{%
+% \end{macrocode}
+% (For internal use only!)
+% \begin{macrocode}
+ \edef\@tempa{\toks@{\noexpand\frame{\the\toks@}}}%
+ \ifcase#1\relax
+ \ifGin@innerframe\else\let\@tempa\relax\fi
+ \or
+ \ifGin@frame\else\let\@tempa\relax\fi
+ \fi
+ \@tempa
+ }%
+ \define@key{Gin}{showname}[true]{%
+ \lowercase{\Gin@boolkey{#1}}{showname}}%
+ \define@key{Gin}{namefont}{%
+ \begingroup
+ \@temptokena\expandafter{\ppf@namefont#1}%
+ \edef\x{\endgroup\def\noexpand\ppf@namefont{\the\@temptokena}}%
+ \x
+ }%
+ \newcommand*\ppf@filename{}%
+ \newcommand*\ppf@namefont{\tiny\ttfamily}%
+ \newcommand*\ppf@Gin@keys{}%
+ \let\ppf@Gin@setfile\Gin@setfile
+% \end{macrocode}
+% \begin{macro}{\Gin@setfile}
+% Save real file name and, if applicable, page number for later use.
+% \changes{v1.0k}{2005/02/23}{Show also the pagenumber if exists. (RN)}
+% \begin{macrocode}
+ \def\Gin@setfile#1#2#3{\ppf@Gin@setfile{#1}{#2}{#3}%
+ \xdef\ppf@filename{%
+ #3\ifx\GPT@page\@empty\else(\GPT@page)\fi}}%
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\Gin@ii}
+% Examine the options ``frame'', ``ignore'', etc. as soon as other
+% special cases.
+% \changes{v1.0s}{2005/03/28}{Rewritten. (RN)}
+% \begin{macrocode}
+ \def\Gin@ii[#1]#2{%
+ \begingroup
+% \end{macrocode}
+% The value of \cmd{\ifGin@innerframe} has to be known before the inner
+% frame is drawn. The values for \cmd{\ifGin@showname} and
+% \cmd{\ppf@namefont} need to be available after rendering the graphics
+% too. Thus beforehand and protected inside a group examine the options.
+% \begin{macrocode}
+ \setkeys{Gin}{#1}%
+ \@temptokena{#1}\def\@tempb{#2}%
+% \end{macrocode}
+% Finds empty file name when calling \cmd{\usepicture}.
+% \begin{macrocode}
+ \ifx\@tempb\@empty\else
+ \ppf@is@pdfTeX@graphic{#2}{\Gin@extensions}{\ppf@other@extensions}%
+% \end{macrocode}
+% Graphics out of \cmd{\PDFcontainer} are complete -- scaled, rotated, etc.
+% Don't apply these things again and therefore ignore the optional parameters.
+% \begin{macrocode}
+ {%
+ \ifx\@tempb\PDFcontainer
+ \@temptokena{page=\GPT@page}%
+ \fi
+ }%
+ {%
+ \refstepcounter{pspicture}%
+ \@temptokena{page=\the\c@pspicture}\def\@tempb{\PDFcontainer}%
+ }%
+ \fi
+ \ifGin@ignore\else
+% \end{macrocode}
+% ``|frame@@=0|''\,$=$\,inner frame, ``|frame@@=1|''\,$=$\,outer frame.
+% \begin{macrocode}
+ \edef\@tempa{\noexpand\ppf@Gin@ii[frame@@=0,\the\@temptokena,
+ frame@@=1]{\@tempb}}%
+ \@tempa
+ \ifGin@showname
+ \ppf@namefont
+ \raisebox{-\ht\strutbox}[0pt][0pt]{\llap{\ppf@filename}}%
+ \gdef\ppf@filename{}%
+ \fi
+ \fi
+ \endgroup
+ }%
+% \end{macrocode}
+% \end{macro}
+% \begin{macrocode}
+ \IfFileExists{\PDFcontainer}%
+ {%
+% \end{macrocode}
+% \begin{macro}{\ppf@container@max}
+% The number of pages as contained in \cmd{\PDFcontainer} file.
+% \begin{macrocode}
+ \pdfximage{\PDFcontainer}%
+ \edef\ppf@container@max{\the\pdflastximagepages}%
+% \end{macrocode}
+% \end{macro}
+% \begin{macrocode}
+ \AtEndDocument{%
+ \ifnum\c@pspicture>\z@
+% \end{macrocode}
+% A warning only makes sense when a graphics is needed at all.
+% \begin{macrocode}
+ \ifnum\c@pspicture=\ppf@container@max\else
+ \PackageWarningNoLine{pst-pdf}{%
+ `\PDFcontainer' contains \ppf@container@max\space pages
+ \MessageBreak but \the\c@pspicture\space pages are requested:
+ \MessageBreak File `\PDFcontainer' is no more valid!
+ \MessageBreak Recreate it
+ }%
+ \fi
+ \fi
+ }%
+ }%
+ {%
+ \def\ppf@container@max{0}%
+ \AtEndDocument{%
+ \ifnum\c@pspicture>\z@
+ \filename@parse{\PDFcontainer}%
+ \PackageWarningNoLine{pst-pdf}{%
+ File `\PDFcontainer' not found.\MessageBreak
+ Use the following commands to create it:\MessageBreak
+ ----------------------------------------------------
+ \MessageBreak
+ latex \jobname.tex\MessageBreak
+ dvips -o \filename@base.ps \jobname.dvi\MessageBreak
+ ps2pdf \filename@base.ps\MessageBreak
+ ----------------------------------------------------
+ }%
+ \fi
+ }%
+ }%
+% \end{macrocode}
+% \begin{macro}{\ppf@isnum}
+% If parameter |#1| is numeric, the instructions in |#2|,
+% otherwise those in |#3| are executed (see \pkgname{bibtopic.sty}).
+% \begin{macrocode}
+ \newcommand\ppf@isnum[1]{%
+ \if!\ifnum9<1#1!\else_\fi\expandafter\@firstoftwo
+ \else\expandafter\@secondoftwo\fi}%
+% \end{macrocode}
+% \end{macro}
+% \begin{environment}{postscript}
+% \changes{v1.0h}{2005/02/15}{Based no more on the comment environment
+% from the verbatim package. (RN)}
+% \begin{environment}{pspicture}
+% \changes{v1.1g}{2005/05/28}{pspicture environment
+% must still parse its arguments. (RN/HjG)}
+% Both environments ignore their contents and load instead the corresponding
+% graphics out of the \cmd{\PDFcontainer} file. The value of the herein used
+% |pspicture| counter's value can be used in \cmd{\label}/\cmd{\ref}.
+% \begin{environment}{psmatrix}
+% \changes{v1.1d}{2005/04/19}{Support for PSTricks environment
+% ``psmatrix''. (RN)}
+% \changes{v1.1g}{2005/05/28}{``psmatrix'' environment
+% (preserve math mode). (RN/HjG)}
+% \begin{macrocode}
+ \newcommand*\ppf@set@mode{}%
+ \newcommand*\ppf@test@mmode{%
+ \ifmmode
+ \ifinner
+ \let\ppf@set@mode=$%
+ \else
+ \def\ppf@set@mode{$$}%
+ \fi
+ \else
+ \let\ppf@set@mode=\@empty
+ \fi
+ }
+ \newenvironment{postscript}[1][]
+ {%
+ \ppf@test@mmode
+ \gdef\ppf@Gin@keys{}%
+ \def\@tempa{postscript}\ifx\@tempa\@currenvir\gdef\ppf@Gin@keys{#1}\fi
+% \end{macrocode}
+% Inside this environment parsing of \cmd{\pst@object}'s arguments is not
+% necessary, thus the original definition is used again.
+% \begin{macrocode}
+ \expandafter\let\expandafter\pst@object
+ \csname pr@\string\pst@object\endcsname
+ \pr@outerfalse
+% \end{macrocode}
+% Needed for \cmd{\psmatrix}.
+% \begin{macrocode}
+ \@makeother\&%
+ \def\Gin@ii[##1]##2{}\setbox\@tempboxa=\vbox\bgroup
+ \ppf@set@mode
+ }%
+ {\ppf@set@mode\egroup\aftergroup\ppf@@getpicture}%
+ \AtBeginDocument{%
+ \@ifundefined{PSTricksLoaded}{}%
+ {%
+ \iffalse
+ \PreviewEnvironment{pspicture}% Why doesn't it work?
+ \g@addto@macro\pspicture{%
+ %%\pr@outerfalse% necessary, or already there anyway?
+ \@makeother\&% necessary?
+ \def\Gin@ii[#1]#2{}%
+ }%
+ \g@addto@macro\endpspicture{\ppf@@getpicture}%
+ \else
+ \def\pst@@@picture[#1](#2,#3)(#4,#5){\postscript}%
+ \def\endpspicture{\endpostscript\endgroup}%
+ \fi
+ \@ifundefined{psmatrix}{}%
+ {\let\psmatrix=\postscript\let\endpsmatrix=\endpostscript}%
+ }%
+ }%
+% \end{macrocode}
+% \end{environment}
+% \end{environment}
+% \end{environment}
+% \begin{macro}{\savepicture}
+% \changes{v1.0f}{2005/02/04}{New macro \cmd{\savepspicture}. (RN)}
+% Saves the recent graphics' number in a macro named \cmd{\ppf@@@}|#1|.
+% \begin{macrocode}
+ \def\savepicture#1{%
+ \expandafter\xdef\csname ppf@@@#1\endcsname{\the\pdflastximage}}%
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\usepicture}
+% \changes{v1.0f}{2005/02/04}{New macro \cmd{\usepspicture}. Useful
+% for putting a PSTricks graphic in a box or something else. (RN)}
+% \changes{v1.0g}{2005/02/12}{Now \cmd{\usepspicture} does accept a
+% numerical parameter. (RN)}
+% \changes{v1.0q}{2005/03/20}{Now \cmd{\usepspicture} works for all
+% kind of graphics. (RN)}
+% Inserts graphics with symbolic name |#2|. This name has to be declared
+% beforehand in \cmd{\savepicture}\marg{name}. Instead of a name a number
+% can be used too, which directly addresses a graphics in the
+% \cmd{\PDFcontainer} file. The optional parameter |#1| corresponds to the
+% one in \cmd{\includegraphics}.
+% \begin{macrocode}
+ \renewcommand*\usepicture[2][]{%
+ \@ifundefined{ppf@@@#2}%
+ {%
+ \ppf@isnum{#2}%
+ {\ppf@getpicture{#1}{#2}}%
+ {\@latex@error{picture `#2' undefined}\@ehc}%
+ }%
+ {%
+ \begingroup
+ \def\Ginclude@graphics##1{%
+ \xdef\ppf@filename{#2}%
+ \setbox\z@\hbox{\pdfrefximage\@nameuse{ppf@@@#2}}%
+ \Gin@nat@height\ht\z@ \Gin@nat@width\wd\z@
+ \def\Gin@llx{0} \let\Gin@lly\Gin@llx
+ \Gin@defaultbp\Gin@urx{\Gin@nat@width}%
+ \Gin@defaultbp\Gin@ury{\Gin@nat@height}%
+ \Gin@bboxtrue\Gin@viewport@code
+ \Gin@nat@height\Gin@ury bp%
+ \advance\Gin@nat@height-\Gin@lly bp%
+ \Gin@nat@width\Gin@urx bp%
+ \advance\Gin@nat@width-\Gin@llx bp%
+ \Gin@req@sizes
+ \ht\z@\Gin@req@height \wd\z@\Gin@req@width
+ \leavevmode\box\z@}%
+ \define@key{Gin}{type}{}%
+ \includegraphics[scale=1,#1]{}%
+ \endgroup
+ }}%
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\ppf@getpicture}
+% Inserts the page (graphics) with number |#2| from the \cmd{\PDFcontainer}
+% file. Parameter |#1|: any option as in \cmd{\includegraphics}.
+% \begin{macrocode}
+ \newcommand*\ppf@getpicture[2]{%
+ \@tempcnta=#2\relax%
+ \ifnum\@tempcnta>\ppf@container@max
+ \PackageWarningNoLine{pst-pdf}{%
+ pspicture No. \the\@tempcnta\space undefined}%
+ \else
+ \includegraphics[draft=\ppf@draft,#1,page=\the\@tempcnta]%
+ {\PDFcontainer}%
+ \fi
+ \gdef\ppf@Gin@keys{}}%
+% \end{macrocode}
+% \end{macro}
+% \begin{macro}{\ppf@@getpicture}
+% Inserts next page (graphics) from the \cmd{\PDFcontainer} file.
+% \begin{macrocode}
+ \newcommand*\ppf@@getpicture{%
+ \ifpr@outer
+ \refstepcounter{pspicture}%
+ \expandafter\ppf@getpicture\expandafter{\ppf@Gin@keys}%
+ {\the\c@pspicture}%
+ \fi}%
+% \end{macrocode}
+% \end{macro}
+% \begin{macrocode}
+\else
+% \end{macrocode}
+% \subsection{Inactive Mode}
+% Only the packages \pkgname{pstricks} and \pkgname{graphicx} are loaded
+% -- no further exertion of influence. The package option
+% ``|inactive|'' as soon as the V\TeX compiler force this mode.
+% \begin{macrocode}
+ \PackageInfo{pst-pdf}{MODE: \ppf@TeX@mode\space (inactive mode)}%
+ \newenvironment{postscript}[1][]{\ignorespaces}{}
+ \let\ppf@is@pdfTeX@graphic\relax
+\fi
+% \end{macrocode}
+% \changes{v1.0f}{2005/02/04}{Config file loading added. (RN)}
+% \begin{macrocode}
+\InputIfFileExists{pst-pdf.cfg}{%
+ \PackageInfo{pst-pdf}{Local config file pst-pdf.cfg used}}{}
+%</package>
+% \end{macrocode}
+%
+% \Finale
+%\endinput
+%
+% And here comes the example document ...
+%<*example>
+\listfiles\errorcontextlines=100\relax
+\documentclass[12pt]{article}
+
+%% before `psfrag'!
+\usepackage[displaymath,dvipsnames]{pst-pdf}
+%%\usepackage[displaymath,dvipsnames,notightpage]{pst-pdf}
+
+\usepackage{pst-node,pst-tree}
+
+\usepackage{psfrag,tabularx}
+
+\pagestyle{empty}
+
+\begin{postscript}[trim=0 0 0 0,ignore]
+ \includegraphics[width=.475\textwidth]{penguin.eps}
+\end{postscript}
+\savepicture{ps:A}
+
+\begin{document}
+
+\setkeys{Gin}{showname,frame}%
+
+\psset{unit=0.0714\textwidth}% 1/14 * \textwidth
+\newpsobject{showgrid}{psgrid}{subgriddiv=1,griddots=10,gridlabels=6pt}
+
+\newcommand*\BASEMARKER{\rule{.5em}{.4pt}}
+
+\setlength\parindent{0pt}
+
+\centering
+
+\section*{\textsf{pst-pdf:}
+ PSTricks and other PostScript code in pdf\LaTeX\ documents}
+
+\vfill
+
+\begin{pspicture}(-5.5,-5.25)(5.25,5.25)%
+%%\begin{pspicture}[trim=-.5 -.25 .25 .25,frame](-5,-5)(5,5)% PSTricks2
+ \pscircle*[linecolor=Apricot]{5}
+ \rput(0,0.5){\includegraphics[width=8\psxunit]{elephant}}
+ \Huge\sffamily\bfseries
+ \rput(-4.5,4.5){A} \rput(4.5,4.5){B}
+ \rput(-4.5,-4.5){C}\rput(4.5,-4.5){D}
+ \rmfamily
+ \rput(0,-3.8){PSTricks}
+ \rput(0,3.8){\LaTeX}
+ \showgrid
+\end{pspicture}\savepicture{ps:B}
+
+\vfill\null\newpage
+
+\usepicture{ps:A}
+\hfill
+\includegraphics[width=.475\textwidth]{insect1}
+
+\vfill
+
+\usepicture[angle=180,origin=c]{ps:A}
+\hfill
+\usepicture[width=.47\textwidth]{ps:B}
+
+\includegraphics[width=.475\textwidth,frame=false,
+ namefont={\Huge\itshape}]{knuth}
+\hfill
+\usepicture[angle=45,origin=bl,width=.475\textwidth,innerframe]{1}%
+
+\vfill
+
+\includegraphics[width=.47\textwidth]{psf-demo}
+\hfill
+\begin{psfrags}
+ \psfragscanon
+ \psfrag{x1}[br][ ]{\LaTeX} \psfrag{x2}[br][br]{\LaTeX}
+ \psfrag{x3}[br][tl]{\LaTeX} \psfrag{x4}[br][Br]{\LaTeX}
+ \psfrag{x5}[Br][ r][1.15][45]{\Huge\LaTeX}
+ \psfrag{x6}[tl][ l][1.15][45]{\Huge\LaTeX}
+ \includegraphics[width=.47\textwidth]{psf-demo}
+\end{psfrags}
+
+\includegraphics[width=\textwidth,showname=false,frame=false]{insect15}
+
+\bigskip
+
+\Large
+
+\begin{equation}
+ \sigma(t)=\frac{1}{\sqrt{2\pi}}
+ \int^t_0 e^{-x^2/2} dx
+\end{equation}
+
+\clearpage
+
+\setkeys{Gin}{showname=false,frame=false}%
+
+{ \Huge \renewcommand*\arraystretch{1.5}
+
+ \noindent
+ \begin{tabularx}{\textwidth}{|@{}>{\centering}X@{}|} \hline
+
+ \psframebox*[fillcolor=green,framearc=.6]{HUGO}\BASEMARKER
+ \fbox{\BASEMARKER GUSTAV} \tabularnewline
+
+ \begin{postscript}
+ \psframebox*[fillcolor=green,framearc=.6]{HUGO}\BASEMARKER
+ \fbox{\BASEMARKER GUSTAV}
+ \end{postscript} \tabularnewline \hline
+
+ \end{tabularx}
+
+}
+
+\bigskip
+
+\definecolor{pink}{rgb}{1, .75, .8}
+\renewcommand\psedge{\nccurve}
+\newcommand{\Female}[2][]{{\psset{linecolor=pink}\TR[#1]{\emph{#2}}}}
+\newcommand{\Male}[2][]{{\psset{linecolor=blue}\TR[#1]{#2}}}
+
+\psset{nodesep=2pt,angleA=90,angleB=-90}
+
+{ \footnotesize
+
+ %% From: The \LaTeX\ Graphics Companion; first release.
+ \pstree[treemode=U]{\Female{{\bfseries Matilde}}}{%
+ \pstree{\Male{Sebastian}}{%
+ \pstree{\Male[name=P]{Philip}}{\Male{Frederick}\Female{Ethel}}
+ \pstree{\Female[name=W]{Mary}}{\Male{Lionel}\Female{Agnes}}}
+ \pstree{\Female{Leonor}}{%
+ \pstree{\Male[name=R]{Ra\'ul}}{\Male{Joaquim}\Female{J\'ulia}}
+ \pstree{\Female[name=A]{Am\'elia}}{\Male{\'Alvaro}\Female{Augusta}}}
+ }
+
+ \iffalse % --> Cannot work outside of a special environment!
+ \psset{linecolor=green,doubleline=true,linestyle=dotted}
+ \ncline{P}{W}\nbput{1940}
+ \ncline{R}{A}\nbput{1954}
+ \fi
+}
+
+\bigskip
+
+\psset{arrows=->,fillcolor=white,fillstyle=solid}
+
+\footnotesize
+
+\newcommand{\Show}[1]{\psshadowbox{#1}}
+
+\begin{psmatrix}[mnode=r,ref=t,unit=.3]
+ \psframebox[linestyle=none,framesep=.75]{%
+ \begin{psmatrix}[name=A,ref=c]
+ \Show{Stakeholder}
+ \end{psmatrix}} &
+ \psframebox[fillstyle=solid,fillcolor=pink,framesep=.95]{%
+ \rule{1cm}{0pt}
+ \begin{psmatrix}[ref=c]
+ [name=B]\Show{Goal} & \Show{Criteria}\\
+ \Show{Sub-goal} & \Show{Justification}
+ \ncline{1,1}{1,2}
+ \ncline{1,1}{2,2}
+ \ncline{1,1}{2,1}\tlput{Strategy}
+ \ncline{2,1}{2,2}
+ \end{psmatrix}}
+ \ncline[angleB=180]{A}{B}\naput[npos=.7]{Model}
+\end{psmatrix}
+
+\begin{postscript}[angle=90,height=\textheight,frame=false]
+
+\pstree[treemode=U]{\Female{{\bfseries Matilde}}}{%
+ \pstree{\Male{Sebastian}}{%
+ \pstree{\Male[name=P]{Philip}}{\Male{Frederick}\Female{Ethel}}
+ \pstree{\Female[name=W]{Mary}}{\Male{Lionel}\Female{Agnes}}}
+ \pstree{\Female{Leonor}}{
+ \pstree{\Male[name=R]{Ra\'ul}}{\Male{Joaquim}\Female{J\'ulia}}
+ \pstree{\Female[name=A]{Am\'elia}}{\Male{\'Alvaro}\Female{Augusta}}}
+}
+
+\psset{linecolor=green,doubleline=true,linestyle=dotted}
+\ncline{P}{W}\nbput{1940}
+\ncline{R}{A}\nbput{1954}
+
+\end{postscript}
+
+\bigskip
+
+\psset{arrows=-}
+
+\begin{displaymath}
+ \bordermatrix{%
+ & A & B & C\cr
+ & \rnode{D}{D} & E & \rnode{F}{F}\cr
+ & G & H & I\cr
+ & \rnode{J}{J} & K & M
+ }
+ \ncline[nodesep=-1em,linecolor=red]{D}{F}
+ \ncline[nodesep=-1em,linecolor=red]{D}{J}
+\end{displaymath}
+
+\end{document}
+%</example>
diff --git a/Master/texmf-dist/source/generic/pst-pdf/pst-pdf.ins b/Master/texmf-dist/source/generic/pst-pdf/pst-pdf.ins
new file mode 100644
index 00000000000..30a9df58bf0
--- /dev/null
+++ b/Master/texmf-dist/source/generic/pst-pdf/pst-pdf.ins
@@ -0,0 +1,57 @@
+%%
+%% Copyright (C) 2004 by Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.2 of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.2 or later is part of all distributions of LaTeX version
+%% 1999/12/01 or later.
+%%
+
+\input docstrip.tex
+\keepsilent
+\askforoverwritefalse
+
+\usedir{tex/latex/pst-pdf}
+
+\preamble
+
+This is a generated file.
+
+Copyright (C) 2004 by Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
+
+This file may be distributed and/or modified under the conditions of
+the LaTeX Project Public License, either version 1.2 of this license
+or (at your option) any later version. The latest version of this
+license is in:
+
+ http://www.latex-project.org/lppl.txt
+
+and version 1.2 or later is part of all distributions of LaTeX version
+1999/12/01 or later.
+
+\endpreamble
+
+\generate{\file{pst-pdf.sty}{\from{pst-pdf.dtx}{package}}}
+\generate{\file{pst-pdf-example.tex}{\from{pst-pdf.dtx}{example}}}
+
+\obeyspaces
+\Msg{*************************************************************}
+\Msg{* *}
+\Msg{* To finish the installation you have to move the following *}
+\Msg{* file into a directory searched by TeX: *}
+\Msg{* *}
+\Msg{* pst-pdf.sty *}
+\Msg{* *}
+\Msg{* To produce the documentation run the file pst-pdf.dtx *}
+\Msg{* through LaTeX. *}
+\Msg{* *}
+\Msg{* Happy TeXing! *}
+\Msg{* *}
+\Msg{*************************************************************}
+
+\endbatchfile
diff --git a/Master/texmf-dist/source/latex/ps4pdf/Makefile b/Master/texmf-dist/source/latex/ps4pdf/Makefile
deleted file mode 100644
index e4a903f89b6..00000000000
--- a/Master/texmf-dist/source/latex/ps4pdf/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-
-# Rolf Niepraschk, niepraschk@ptb.de, 2003-05-19
-
-.SUFFIXES : .tex .dvi .ps .pdf .eps
-
-MAIN = ps4pdf-test
-
-PDFLATEX = pdflatex
-LATEX = latex
-DVIPSFLAGS = -Ppdf -G0
-
-#ARCHNAME = $(MAIN)-$(shell date +%y%m%d).zip
-ARCHNAME = ps4pdf-$(shell date +%y%m%d).tar.gz
-
-PICS_SRC = 4-10-8.inl penguin.eps
-
-all : $(MAIN).pdf
-
-ps : $(MAIN).ps
-
-$(MAIN).pdf : $(MAIN).tex $(PICS_SRC) $(MAIN)-pics.pdf
- $(PDFLATEX) $<
-
-$(MAIN).ps : $(MAIN).tex $(PICS_SRC)
- latex '\PassOptionsToPackage{inactive}{ps4pdf} \input{$<}'
- dvips $(DVIPSFLAGS) -o $@ $(basename $<).dvi
-
-$(MAIN)-pics.pdf : $(MAIN)-pics.ps $(PICS)
- ps2pdf $< $@
-
-$(MAIN)-pics.ps : $(MAIN).tex $(PICS_SRC)
- latex $<
- dvips $(DVIPSFLAGS) -o $@ $(basename $<).dvi
-
-%.pdf : %.eps
- epstopdf $< -o=$@
-
-clean :
- $(RM) $(addprefix $(MAIN), .log .aux) \
- $(addprefix $(MAIN)-pics, .ps .log .aux)
-
-veryclean : clean
- $(RM) $(addprefix $(MAIN)-pics, .pdf .ps .dvi) \
- $(addprefix $(MAIN), .pdf .ps .dvi)
-
-arch :
- tar cvzf $(ARCHNAME) $(MAIN).tex $(PICS_SRC) ps4pdf.sty Makefile \
- README create-eps
- @ echo
- @ echo $(ARCHNAME)
-
-.INTERMEDIATE : $(MAIN)-pics.ps $(MAIN).dvi
diff --git a/Master/texmf-dist/tex/latex/ps4pdf/ps4pdf.sty b/Master/texmf-dist/tex/latex/ps4pdf/ps4pdf.sty
deleted file mode 100644
index 4ef924b92ef..00000000000
--- a/Master/texmf-dist/tex/latex/ps4pdf/ps4pdf.sty
+++ /dev/null
@@ -1,284 +0,0 @@
-
-% Copyright 2003 by Rolf Niepraschk (Rolf.Niepraschk@ptb.de).
-% This software is released under the terms of the LaTeX Project Public
-% License (ftp://dante.ctan.org/tex-archive/macros/latex/base/lppl.txt).
-% (Essentially: Free to use, copy, distribute (sell) and change, but, if
-% changed, the name must be changed.)
-
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesPackage{ps4pdf}[2005/02/11 v0.6i PS code for pdfTeX (RN/HO)]
-
-\newcommand*\PfP@mode{0} \newcommand*\PfP@draft@global{false}
-\newcommand*\PfP@llx{-0.50001bp}
-\newcommand*\PfP@lly{-0.50001bp}
-\newcommand*\PfP@urx{0.50001bp}
-\newcommand*\PfP@ury{0.50001bp}% Prevents rounding errors.
-\newcommand*\PfP@tempa{} \newcommand*\PfP@tempb{}
-
-\newif\ifPfP@draft \newif\ifPfPinside \PfPinsidefalse
-\newif\ifPfP@graphics
-\newif\ifPfP@notightpage \PfP@notightpagefalse
-
-\DeclareOption{active}{\def\PfP@mode{0}}
-\DeclareOption{inactive}{\def\PfP@mode{9}}
-\DeclareOption{draft}{\def\PfP@draft@global{true}}
-\DeclareOption{final}{\def\PfP@draft@global{false}}
-\DeclareOption{graphics}{\PfP@graphicstrue}
-\DeclareOption{nographics}{\PfP@graphicsfalse}
-\DeclareOption{notightpage}{\PfP@notightpagetrue}
-
-\ExecuteOptions{graphics}
-\ProcessOptions\relax
-
-\RequirePackage{keyval,ifpdf,ifvtex}
-
-\newcounter{PSforPDF}
-
-\newcommand*\PfP@container{}
-\edef\PfP@container{\jobname-pics.pdf}
-\newcommand*\containerName[1]{\def\PfP@container{#1}}
-
-\ifnum\PfP@mode>0\relax\else
- \ifvtex
- \def\PfP@mode{9}
- \else
- \ifpdf
- \def\PfP@mode{1}
- \fi
- \fi
-\fi
-
-\ifnum\PfP@mode=0\relax\else
-
- \RequirePackage{calc}
-
- \define@key{PfP}{trim}{%
- \begingroup
- \Gread@parse@vp#1 \\%
- \edef\x{\endgroup%
- \def\noexpand\PfP@llx{\Gin@vllx bp}%
- \def\noexpand\PfP@lly{\Gin@vlly bp}%
- \def\noexpand\PfP@urx{\Gin@vurx bp}%
- \def\noexpand\PfP@ury{\Gin@vury bp}}\x%
-% Like "\xdef\PfP@llx{\Gin@vllx bp}..." but only for one group level.
- }
-
- \define@key{PfP}{draft}[true]{\csname PfP@draft#1\endcsname}
-
- \newcommand\PfP@adjustBox[3]{%
-% #1=width of the main box, #2=height of the main box,
-% #3=raw material
- \begingroup
- \edef\PfP@tempa{#1}\edef\PfP@tempb{#2}%
- \setbox\@tempboxa=\hbox{#3}%
- \ifdim\wd\@tempboxa>\ht\@tempboxa\relax%
- \setbox\@tempboxa=\hbox{\resizebox{\PfP@tempa}{!}{#3}}%
- \else%
- \setbox\@tempboxa=\hbox{\resizebox{!}{\PfP@tempb}{#3}}%
- \fi
- \box\@tempboxa%
- \endgroup
- }
-
- \newcommand\PfP@framedInfoBox[3]{%
-% #1=width, #2=height, #3=info text
- \begingroup
- \fboxsep=3pt\fboxrule=.4pt%
- \edef\PfP@tempa{#1-2\fboxsep-2\fboxrule}%
- \ifx#2\height%
- \fbox{\parbox[b]{\PfP@tempa}{\vfill\mbox{}#3\vfill}}%
- \else%
- \edef\PfP@tempb{#2-2\fboxsep-2\fboxrule}%
- \fbox{\parbox[b][\PfP@tempb]{\PfP@tempa}{\vfill\mbox{}#3\vfill}}%
- \fi
- \endgroup
- }
-
-\fi
-
-\ifcase\PfP@mode% == dvi (extraction mode) ==
-%% "AtBeginDocument" is necessary because `preview' called `\nofiles'.
-%% After this call `\makeindex' is `\relax' and can't be redefined with
-%% `\renewcommand'.
- \AtBeginDocument{%
- \ifPfP@notightpage%
- \RequirePackage[active,dvips]{preview}[2003/01/20]%
- \else%
- \RequirePackage[active,dvips,tightpage]{preview}[2003/01/20]%
- \fi%
- }
-
- \define@key{PfP}{trim}{\xdef\PreviewBbAdjust{#1}}%
- \define@key{PfP}{draft}[true]{}% Not used in this mode.
-
- \newcommand\PSforPDF[2][]{#2}
-
- \newcommand\PfP@relax@commands{%
-%% To prevent tabularx from execute each \cmd{\PSforPDF} more than once.
- \@ifundefined{tabularx}{}{%
- \def\tabularx##1##2{\tabular{##2}}%
- \newcolumntype{X}{c}%
- \let\endtabularx=\endtabular}%
- }
-
- \AtBeginDocument{%
- \@ifpackageloaded{graphicx}{}{\RequirePackage{graphicx}}%
- \let\PfP@includegraphics=\includegraphics%
- \renewcommand\includegraphics[2][]{%
- \ifPfPinside\PfP@includegraphics[#1]{#2}\else~\fi}%
- % Outside of `\PSforPDF' `\includegraphics' must do nothing
- % because we can't handle pdfTeX graphics (.pdf, .jpg,...)
- % in this mode. `~' is a non-zero size dummy.
- \renewcommand\PSforPDF[2][]%
- {%
- \setkeys{PfP}{trim=\PfP@llx\space\PfP@lly\space%
- \PfP@urx\space\PfP@ury,#1}\stepcounter{PSforPDF}%
- \PfPinsidetrue#2\PfPinsidefalse%
- }
- \PreviewMacro[{[]{}}]{\PSforPDF}%
- \PfP@relax@commands%
- }
-
- \AtEndDocument{%
- \ifnum\value{PSforPDF}=0\relax
- \PSforPDF{\mbox{}}%
- % Prevents not writing a dvi file if the document contains
- % no \PSforPDF commands (e.g. suppressed by \includeonly)
- \fi}
-
-\or% == pdfTeX ==
-
- \newcommand*\PfP@lastpage{\maxdimen}
-
- \newcommand\PSforPDF[2][]{}% Do nothing before `\begin{document}'
- % The definition for the "page" key can only be executed
- % at `\begin{document}' if `keyval' is present!
- \AtBeginDocument{%
- \ifPfP@graphics\else
- \let\PfP@Ginclude@graphics\Ginclude@graphics
- \def\Ginclude@graphics#1{\phantom{\PfP@Ginclude@graphics{#1}}}%
- \fi
- \IfFileExists{\PfP@container}%
- {%
- \@ifpackageloaded{graphicx}{}{\RequirePackage[pdftex]{graphicx}}%
- \renewcommand\PSforPDF[2][]{%
- \setkeys{PfP}{trim=\PfP@llx{} \PfP@lly{} \PfP@urx{} \PfP@ury}%
- \setkeys{PfP}{draft=\PfP@draft@global,##1}%
- \stepcounter{PSforPDF}%
- \ifnum\PfP@lastpage<\value{PSforPDF}\relax
- \PfP@framedInfoBox{\linewidth}{\height}{%
- \centering Can't show picture~\#\thePSforPDF\ because it
- does not exist in \texttt{\PfP@container}. Recreate
- \texttt{\PfP@container}!}%
- \else%
- \setbox\@tempboxa=\hbox{%
- \includegraphics[page=\the\value{PSforPDF},draft=false]%
- {\PfP@container}}%
- \setlength\@tempdima{\wd\@tempboxa-\PfP@urx+\PfP@llx}%
- \setlength\@tempdimb{\ht\@tempboxa-\PfP@ury+\PfP@lly}%
- % recalculate the original size.
- \setbox\@tempboxa=\hbox{%
- \PfP@adjustBox{\the\@tempdima}{\the\@tempdimb}{\box\@tempboxa}}%
- \ifPfP@draft%
- \PfP@framedInfoBox{\the\wd\@tempboxa}{\the\ht\@tempboxa}%
- {\rlap{~\texttt{\PfP@container~(\#\the\value{PSforPDF})}}}%
- \else%
- \mbox{\box\@tempboxa}%
- \fi
- \xdef\PfP@lastpage{\the\pdflastximagepages}%
- \fi
- }
- }
- {%
- \PackageWarningNoLine{ps4pdf}{%
- Graphic container `\PfP@container' not found}%
- \renewcommand\PSforPDF[2][]{%
- \stepcounter{PSforPDF}%
- \noindent\PfP@framedInfoBox{\linewidth}{\height}{%
- \centering Can't show picture~\#\thePSforPDF\ because
- \texttt{\PfP@container} not found. Create it from
- \texttt{\jobname.dvi} using \texttt{dvips} and \texttt{ps2pdf}!}}
- }%
- }%
-
- \AtEndDocument{%
- \ifnum\PfP@lastpage=\value{PSforPDF}\relax\else
- \PackageWarningNoLine{ps4pdf}{`\PfP@container' is no more valid}%
- \fi}
-
-\else% == inactive (latex/dvips, VTeX) ==
-
- \RequirePackage{graphicx}
-
- \newcommand\PfP@trimmBox[7]{%
-% #1=width of the main box, #2=height of the main box,
-% #3=trim left, #4=trim right, #5=trim top, #6=trim bottom
-% #7=raw material
- \begingroup
- \edef\PfP@tempa{#1}\edef\PfP@tempb{#2}%
- \setbox\@tempboxa=\hbox{%
- \makebox[\width-#3][r]{% extends at left
- \makebox[\width+#4][l]{% extends at right
- \raisebox{\dp\@tempboxa-#6}% extends at top and bottom
- [\ht\@tempboxa+\dp\@tempboxa+#5-#6][0pt]{#7}}}}%
- \PfP@adjustBox{\PfP@tempa}{\PfP@tempb}{\box\@tempboxa}%
- \endgroup
- }
-
- \newcommand\PSforPDF[2][]{#2}%
-
- \AtBeginDocument{%
- \renewcommand\PSforPDF[2][]{%
- \begingroup
- \setkeys{PfP}{draft=\PfP@draft@global,#1}%
- \setbox\@tempboxa=\hbox{#2}%
- \@tempdima=\ht\@tempboxa\advance\@tempdima\dp\@tempboxa%
- \edef\PfP@tempb{\the\@tempdima}\edef\PfP@tempa{\the\wd\@tempboxa}%
- \setbox\@tempboxa=\hbox{%
- \PfP@trimmBox{\PfP@tempa}{\PfP@tempb}%
- {\PfP@llx}{\PfP@urx}{\PfP@ury}{\PfP@lly}{\box\@tempboxa}}%
- \ifPfP@draft%
- \PfP@framedInfoBox{\the\wd\@tempboxa}{\the\ht\@tempboxa}{}%
- \else%
- \mbox{\box\@tempboxa}%
- \fi
- \endgroup
- }%
- }
-
-\fi
-
-\InputIfFileExists{ps4pdf.cfg}{%
- \PackageInfo{ps4pdf}{Local config file ps4pdf.cfg used}
-}{}
-
-\endinput
-
-\changes{v0.3g (RN)}{2003/02/12}{First public version.}
-\changes{v0.3h (RN)}{2003/02/11}{Optional parameter for Trimming.}
-\changes{v0.4a (RN)}{2003/02/13}{key-value syntax.}
-\changes{v0.5 (RN)}{2003/05/17}{trim parameter: Scaling was wrong, corrected.
- New options draft/final. Code cleanup. Improved test file.}
-\changes{v0.5a (RN)}{2003/05/19}{Option "inactive" works now.}
-\changes{v0.5b (RN)}{2003/05/21}{Mode detection changed. Code cleanup.}
-\changes{v0.5c (RN)}{2003/05/26}{New Parameters "hpos" and "vpos".}
-\changes{v0.6 (RN)}{2003/05/30}{trim parameter and draft option can be used
- with the "inactive" option}
-\changes{v0.6a (RN)}{2003/06/03}{Size and alignment after trimming changed.
- Parameter "hpos" and "vpos" removed.}
-\changes{v0.6b (RN)}{2003/06/09}{Simplified definition for trim key.}
-\changes{v0.6c (RN)}{2003/06/19}{The name of the graphics container can now be
- changed with \cmd{\containerName}. A document without any \cmd{\PSforPDF}
- commands creates now an empty container file.}
-\changes{v0.6d (RN)}{2003/08/17}{Inputting a config file added.}
-\changes{v0.6e (RN)}{2003/09/03}{Works now with `tabularx'. Thanks to
- Herbert Voss.}
-\changes{v0.6f (RN)}{2003/09/05}{bug in extraction mode corrected (`graphicx'
- is required). Thanks to Jose Carlos Santos.}
-\changes{v0.6g (RN)}{2003/11/22}{New package options `graphics/nographics'
- similar to package `crop' (suppresses the graphics output;
- suggested by Markus Kohm).}
-\changes{v0.6h (RN)}{2004/07/15}{In dvi extraction mode the `preview' package
- should be loaded ``AtBeginDocument'' to prevent problems with `natbib'; bug
- reported from ???.}
-\changes{v0.6i (RN)}{2005/02/11}{Option "notightpage" added.}
diff --git a/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty b/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty
new file mode 100644
index 00000000000..f595d7ff97b
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/pst-pdf/pst-pdf.sty
@@ -0,0 +1,435 @@
+%%
+%% This is file `pst-pdf.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% pst-pdf.dtx (with options: `package')
+%%
+%% This is a generated file.
+%%
+%% Copyright (C) 2004 by Rolf Niepraschk <Rolf.Niepraschk@ptb.de>
+%%
+%% This file may be distributed and/or modified under the conditions of
+%% the LaTeX Project Public License, either version 1.2 of this license
+%% or (at your option) any later version. The latest version of this
+%% license is in:
+%%
+%% http://www.latex-project.org/lppl.txt
+%%
+%% and version 1.2 or later is part of all distributions of LaTeX version
+%% 1999/12/01 or later.
+%%
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\ProvidesPackage{pst-pdf}
+ [2005/06/29 v1.1i PS graphics for pdfLaTeX (RN,HjG)]
+
+\newcommand*\ppf@TeX@mode{-1}
+\newcommand*\ppf@draft{false}
+\newif\if@ppf@PST@used\@ppf@PST@usedtrue
+\newif\if@ppf@tightpage \@ppf@tightpagetrue
+\DeclareOption{active}{\def\ppf@TeX@mode{0}}
+\DeclareOption{inactive}{\def\ppf@TeX@mode{9}}
+\DeclareOption{ignore}{\def\ppf@TeX@mode{999}}
+\DeclareOption{pstricks}{\@ppf@PST@usedtrue}
+\DeclareOption{nopstricks}{\@ppf@PST@usedfalse}
+\DeclareOption{displaymath}{%
+ \PassOptionsToPackage\CurrentOption{preview}}
+\DeclareOption{draft}{\def\ppf@draft{true}}
+\DeclareOption{final}{\def\ppf@draft{false}%
+ \PassOptionsToPackage\CurrentOption{graphicx}}
+\DeclareOption{notightpage}{\@ppf@tightpagefalse}%
+\DeclareOption{tightpage}{\@ppf@tightpagetrue}%
+\DeclareOption*{%
+ \PassOptionsToPackage\CurrentOption{pstricks}}
+\ProcessOptions\relax
+\ifnum\ppf@TeX@mode=999\relax\expandafter\endinput\fi
+\ifnum\ppf@TeX@mode=-1\relax
+ \begingroup
+ \chardef\x=0 %
+ \@ifundefined{pdfoutput}{}{%
+ \ifcase\pdfoutput\else
+ \chardef\x=1 %
+ \fi
+ }%
+ \@ifundefined{OpMode}{}{\chardef\x=2 }%
+ \expandafter\endgroup
+ \ifcase\x
+ \def\ppf@TeX@mode{0}%
+ \or
+ \def\ppf@TeX@mode{1}%
+ \else
+ \def\ppf@TeX@mode{9}%
+ \fi
+\fi
+\newcommand*\PDFcontainer{}
+\edef\PDFcontainer{\jobname-pics.pdf}
+\newcounter{pspicture}
+\newcommand*\ppf@other@extensions[1]{}
+\newcommand*\usepicture[2][]{}
+\newcommand*\savepicture[1]{}
+\RequirePackage{graphicx}%
+\let\ppf@Ginclude@graphics\Ginclude@graphics
+\let\ppf@Gin@extensions\Gin@extensions
+\let\ppf@Gin@ii\Gin@ii
+\newif\if@ppf@pdftex@graphic
+\newif\ifGin@frame\Gin@framefalse
+\newif\ifGin@innerframe\Gin@innerframefalse
+\newif\ifGin@showname\Gin@shownamefalse
+\newif\ifGin@ignore\Gin@ignorefalse
+\newif\ifpr@outer
+\newcommand*\ppf@is@pdfTeX@graphic[5]{%
+ \@ppf@pdftex@graphicfalse%
+ \begingroup
+ \edef\pdfTeXext{#2}%
+ \def\Gin@setfile##1##2##3{%
+ \edef\@tempb{##2}%
+ \@for\@tempa:=\pdfTeXext\do{%
+ \ifx\@tempa\@tempb\global\@ppf@pdftex@graphictrue\fi}}%
+ \edef\Gin@extensions{#2,#3}%
+ \pr@outerfalse\ppf@Ginclude@graphics{#1}%
+ \endgroup
+ \if@ppf@pdftex@graphic#4\else#5\fi
+}
+ \if@ppf@PST@used\RequirePackage{pstricks}\fi
+ \ifcase\ppf@TeX@mode\relax
+ \PackageInfo{pst-pdf}{%
+ MODE: \ppf@TeX@mode\space (dvi -- extraction mode)}
+ \RequirePackage[active,dvips,tightpage]{preview}[2005/01/29]%
+ \newcommand*\ppf@PreviewBbAdjust{}
+ \newcommand*\ppf@RestoreBbAdjust{%
+ \let\PreviewBbAdjust\ppf@PreviewBbAdjust}%
+ \begingroup
+ \let\AtBeginDocument\@gobble \let\PackageWarningNoLine\@gobbletwo
+ \def\pdftexversion{121}\input{pdftex.def}%
+ \edef\x{\endgroup\def\noexpand\ppf@other@extensions{\Gin@extensions}
+ }%
+ \x
+ \AtBeginDocument{%
+ \@for\@tempa:=\ppf@other@extensions\do{%
+ \expandafter\let\csname Gin@rule@\@tempa\endcsname\relax}%
+ \DeclareGraphicsRule{*}{eps}{*}{}}%
+ \define@key{Gin}{innerframe}[true]{}%
+ \define@key{Gin}{frame}[true]{}%
+ \define@key{Gin}{ignore}[true]{}%
+ \define@key{Gin}{showname}[true]{}%
+ \define@key{Gin}{namefont}{}%
+ \if@ppf@tightpage\else
+ \def\PreviewBbAdjust{%
+ -.5\paperwidth -.5\paperheight .5\paperwidth .5\paperheight}%
+ \AtEndDocument{%
+ \PackageWarningNoLine{pst-pdf}{Picture container needs cropping.}}%
+ \fi
+ \newenvironment{postscript}[1][]%
+ {%
+ \global\let\ppf@PreviewBbAdjust\PreviewBbAdjust
+ \if@ppf@tightpage
+ \begingroup
+ \setkeys{Gin}{#1}%
+ \xdef\PreviewBbAdjust{%
+ -\Gin@vllx bp -\Gin@vlly bp \Gin@vurx bp \Gin@vury bp}%
+ \endgroup
+ \fi
+ \ignorespaces
+ }%
+ {\aftergroup\ppf@RestoreBbAdjust}%
+ \PreviewEnvironment{postscript}%
+ \AtBeginDocument{%
+ \@ifundefined{PSTricksLoaded}{}%
+ {%
+ \PreviewEnvironment{pspicture}%
+ \@ifundefined{psmatrix}{}%
+ {%
+ \PreviewEnvironment{psmatrix}%
+ \newcommand*\ppf@set@mode{}%
+ \newcommand*\ppf@test@mmode{%
+ \ifmmode
+ \ifinner
+ \let\ppf@set@mode=$%
+ \else
+ \def\ppf@set@mode{$$}%
+ \fi
+ \else
+ \let\ppf@set@mode=\@empty
+ \fi
+ }%
+ \let\ppf@psmatrix=\psmatrix
+ \expandafter\let\expandafter\ppf@pr@psmatrix%
+ \expandafter=\csname pr@\string\psmatrix\endcsname
+ \let\ppf@endpsmatrix=\endpsmatrix
+ \def\psmatrix{\ppf@test@mmode\ppf@psmatrix}
+ \expandafter\def\csname pr@\string\psmatrix\endcsname{%
+ \ppf@set@mode\ppf@pr@psmatrix}%
+ \def\endpsmatrix{\ppf@endpsmatrix\ppf@set@mode}%
+ }%
+ \PreviewMacro[{{}*[]%
+ ?\bgroup{#{#1}{{#1}}}{}%
+ ?\bgroup{#{#1}{{#1}}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ }]{\pst@object}}
+ \@ifundefined{tabularx}{}{%
+ \def\tabularx#1#2{\tabular{#2}}%
+ \newcolumntype{X}{c}%
+ \let\endtabularx=\endtabular}%
+ }%
+ \def\Ginclude@graphics#1{%
+ \ifpr@outer
+ \ppf@is@pdfTeX@graphic{#1}{\ppf@other@extensions}{\Gin@extensions}%
+ {\rule{10pt}{10pt}}%
+ {\ppf@Ginclude@graphics{#1}}%
+ \else
+ \ppf@Ginclude@graphics{#1}%
+ \fi
+ }%
+ \PreviewMacro[{{}}]{\ppf@Ginclude@graphics}%
+ \let\pdfliteral\@gobble%
+\or
+ \PackageInfo{pst-pdf}{MODE: \ppf@TeX@mode\space (pdfTeX mode)}%
+ \@temptokena{%
+ \let\Gin@PS@file@header\@gobble\let\Gin@PS@literal@header\@gobble
+ \let\Gin@PS@raw\@gobble\let\Gin@PS@restored\@gobble
+ \@ifundefined{PSTricksLoaded}{}{%
+ \PSTricksOff
+ \@ifundefined{c@lor@to@ps}{\def\c@lor@to@ps#1 #2\@@{}}{}}}%
+ \the\@temptokena
+ \expandafter\AtBeginDocument\expandafter{\the\@temptokena}%
+ \@ifundefined{PSTricksLoaded}{}
+ {%
+ \newtoks\ppf@temptoken
+ \ppf@temptoken\expandafter{\the\output}%
+ \let\ppf@nofiles\nofiles \let\nofiles\relax
+ \RequirePackage[active]{preview}[2005/01/29]%
+ \let\shipout=\pr@shipout \let\nofiles\ppf@nofiles
+ \output\expandafter{\the\ppf@temptoken}%
+ \ppf@temptoken{}%
+ \long\def\pr@startbox#1#2{%
+ \ifpr@outer
+ \toks@{#2}%
+ \edef\pr@cleanup{\the\toks@}%
+ \setbox\@tempboxa\vbox\bgroup
+ \everydisplay{}%
+ \pr@outerfalse%
+ \expandafter\@firstofone
+ \else
+ \expandafter\@gobble
+ \fi{#1}}%
+ \def\pr@endbox{%
+ \egroup
+ \setbox\@tempboxa\box\voidb@x
+ \ppf@@getpicture
+ \pr@cleanup}%
+ \AtBeginDocument{%
+ \@ifundefined{pst@object}{}%
+ {%
+ \PreviewMacro[{{}*[]%
+ ?\bgroup{#{#1}{{#1}}}{}%
+ ?\bgroup{#{#1}{{#1}}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ ?({#{(#1)}{({#1})}}{}%
+ }]{\pst@object}}%
+ }%
+ }%
+ \begingroup
+ \input{dvips.def}%
+ \edef\x{\endgroup\def\noexpand\ppf@other@extensions{\Gin@extensions}}%
+ \x
+ \DeclareGraphicsRule{*}{eps}{*}{}%
+ \define@key{Gin}{innerframe}[true]{%
+ \lowercase{\Gin@boolkey{#1}}{innerframe}}%
+ \define@key{Gin}{frame}[true]{%
+ \lowercase{\Gin@boolkey{#1}}{frame}}%
+ \define@key{Gin}{ignore}[true]{%
+ \lowercase{\Gin@boolkey{#1}}{ignore}}%
+ \define@key{Gin}{frame@@}{%
+ \edef\@tempa{\toks@{\noexpand\frame{\the\toks@}}}%
+ \ifcase#1\relax
+ \ifGin@innerframe\else\let\@tempa\relax\fi
+ \or
+ \ifGin@frame\else\let\@tempa\relax\fi
+ \fi
+ \@tempa
+ }%
+ \define@key{Gin}{showname}[true]{%
+ \lowercase{\Gin@boolkey{#1}}{showname}}%
+ \define@key{Gin}{namefont}{%
+ \begingroup
+ \@temptokena\expandafter{\ppf@namefont#1}%
+ \edef\x{\endgroup\def\noexpand\ppf@namefont{\the\@temptokena}}%
+ \x
+ }%
+ \newcommand*\ppf@filename{}%
+ \newcommand*\ppf@namefont{\tiny\ttfamily}%
+ \newcommand*\ppf@Gin@keys{}%
+ \let\ppf@Gin@setfile\Gin@setfile
+ \def\Gin@setfile#1#2#3{\ppf@Gin@setfile{#1}{#2}{#3}%
+ \xdef\ppf@filename{%
+ #3\ifx\GPT@page\@empty\else(\GPT@page)\fi}}%
+ \def\Gin@ii[#1]#2{%
+ \begingroup
+ \setkeys{Gin}{#1}%
+ \@temptokena{#1}\def\@tempb{#2}%
+ \ifx\@tempb\@empty\else
+ \ppf@is@pdfTeX@graphic{#2}{\Gin@extensions}{\ppf@other@extensions}%
+ {%
+ \ifx\@tempb\PDFcontainer
+ \@temptokena{page=\GPT@page}%
+ \fi
+ }%
+ {%
+ \refstepcounter{pspicture}%
+ \@temptokena{page=\the\c@pspicture}\def\@tempb{\PDFcontainer}%
+ }%
+ \fi
+ \ifGin@ignore\else
+ \edef\@tempa{\noexpand\ppf@Gin@ii[frame@@=0,\the\@temptokena,
+ frame@@=1]{\@tempb}}%
+ \@tempa
+ \ifGin@showname
+ \ppf@namefont
+ \raisebox{-\ht\strutbox}[0pt][0pt]{\llap{\ppf@filename}}%
+ \gdef\ppf@filename{}%
+ \fi
+ \fi
+ \endgroup
+ }%
+ \IfFileExists{\PDFcontainer}%
+ {%
+ \pdfximage{\PDFcontainer}%
+ \edef\ppf@container@max{\the\pdflastximagepages}%
+ \AtEndDocument{%
+ \ifnum\c@pspicture>\z@
+ \ifnum\c@pspicture=\ppf@container@max\else
+ \PackageWarningNoLine{pst-pdf}{%
+ `\PDFcontainer' contains \ppf@container@max\space pages
+ \MessageBreak but \the\c@pspicture\space pages are requested:
+ \MessageBreak File `\PDFcontainer' is no more valid!
+ \MessageBreak Recreate it
+ }%
+ \fi
+ \fi
+ }%
+ }%
+ {%
+ \def\ppf@container@max{0}%
+ \AtEndDocument{%
+ \ifnum\c@pspicture>\z@
+ \filename@parse{\PDFcontainer}%
+ \PackageWarningNoLine{pst-pdf}{%
+ File `\PDFcontainer' not found.\MessageBreak
+ Use the following commands to create it:\MessageBreak
+ ----------------------------------------------------
+ \MessageBreak
+ latex \jobname.tex\MessageBreak
+ dvips -o \filename@base.ps \jobname.dvi\MessageBreak
+ ps2pdf \filename@base.ps\MessageBreak
+ ----------------------------------------------------
+ }%
+ \fi
+ }%
+ }%
+ \newcommand\ppf@isnum[1]{%
+ \if!\ifnum9<1#1!\else_\fi\expandafter\@firstoftwo
+ \else\expandafter\@secondoftwo\fi}%
+ \newcommand*\ppf@set@mode{}%
+ \newcommand*\ppf@test@mmode{%
+ \ifmmode
+ \ifinner
+ \let\ppf@set@mode=$%
+ \else
+ \def\ppf@set@mode{$$}%
+ \fi
+ \else
+ \let\ppf@set@mode=\@empty
+ \fi
+ }
+ \newenvironment{postscript}[1][]
+ {%
+ \ppf@test@mmode
+ \gdef\ppf@Gin@keys{}%
+ \def\@tempa{postscript}\ifx\@tempa\@currenvir\gdef\ppf@Gin@keys{#1}\fi
+ \expandafter\let\expandafter\pst@object
+ \csname pr@\string\pst@object\endcsname
+ \pr@outerfalse
+ \@makeother\&%
+ \def\Gin@ii[##1]##2{}\setbox\@tempboxa=\vbox\bgroup
+ \ppf@set@mode
+ }%
+ {\ppf@set@mode\egroup\aftergroup\ppf@@getpicture}%
+ \AtBeginDocument{%
+ \@ifundefined{PSTricksLoaded}{}%
+ {%
+ \iffalse
+ \PreviewEnvironment{pspicture}% Why doesn't it work?
+ \g@addto@macro\pspicture{%
+ %%\pr@outerfalse% necessary, or already there anyway?
+ \@makeother\&% necessary?
+ \def\Gin@ii[#1]#2{}%
+ }%
+ \g@addto@macro\endpspicture{\ppf@@getpicture}%
+ \else
+ \def\pst@@@picture[#1](#2,#3)(#4,#5){\postscript}%
+ \def\endpspicture{\endpostscript\endgroup}%
+ \fi
+ \@ifundefined{psmatrix}{}%
+ {\let\psmatrix=\postscript\let\endpsmatrix=\endpostscript}%
+ }%
+ }%
+ \def\savepicture#1{%
+ \expandafter\xdef\csname ppf@@@#1\endcsname{\the\pdflastximage}}%
+ \renewcommand*\usepicture[2][]{%
+ \@ifundefined{ppf@@@#2}%
+ {%
+ \ppf@isnum{#2}%
+ {\ppf@getpicture{#1}{#2}}%
+ {\@latex@error{picture `#2' undefined}\@ehc}%
+ }%
+ {%
+ \begingroup
+ \def\Ginclude@graphics##1{%
+ \xdef\ppf@filename{#2}%
+ \setbox\z@\hbox{\pdfrefximage\@nameuse{ppf@@@#2}}%
+ \Gin@nat@height\ht\z@ \Gin@nat@width\wd\z@
+ \def\Gin@llx{0} \let\Gin@lly\Gin@llx
+ \Gin@defaultbp\Gin@urx{\Gin@nat@width}%
+ \Gin@defaultbp\Gin@ury{\Gin@nat@height}%
+ \Gin@bboxtrue\Gin@viewport@code
+ \Gin@nat@height\Gin@ury bp%
+ \advance\Gin@nat@height-\Gin@lly bp%
+ \Gin@nat@width\Gin@urx bp%
+ \advance\Gin@nat@width-\Gin@llx bp%
+ \Gin@req@sizes
+ \ht\z@\Gin@req@height \wd\z@\Gin@req@width
+ \leavevmode\box\z@}%
+ \define@key{Gin}{type}{}%
+ \includegraphics[scale=1,#1]{}%
+ \endgroup
+ }}%
+ \newcommand*\ppf@getpicture[2]{%
+ \@tempcnta=#2\relax%
+ \ifnum\@tempcnta>\ppf@container@max
+ \PackageWarningNoLine{pst-pdf}{%
+ pspicture No. \the\@tempcnta\space undefined}%
+ \else
+ \includegraphics[draft=\ppf@draft,#1,page=\the\@tempcnta]%
+ {\PDFcontainer}%
+ \fi
+ \gdef\ppf@Gin@keys{}}%
+ \newcommand*\ppf@@getpicture{%
+ \ifpr@outer
+ \refstepcounter{pspicture}%
+ \expandafter\ppf@getpicture\expandafter{\ppf@Gin@keys}%
+ {\the\c@pspicture}%
+ \fi}%
+\else
+ \PackageInfo{pst-pdf}{MODE: \ppf@TeX@mode\space (inactive mode)}%
+ \newenvironment{postscript}[1][]{\ignorespaces}{}
+ \let\ppf@is@pdfTeX@graphic\relax
+\fi
+\InputIfFileExists{pst-pdf.cfg}{%
+ \PackageInfo{pst-pdf}{Local config file pst-pdf.cfg used}}{}
+\endinput
+%%
+%% End of file `pst-pdf.sty'.
diff --git a/Master/texmf-dist/tpm/ps4pdf.tpm b/Master/texmf-dist/tpm/ps4pdf.tpm
deleted file mode 100644
index f5c58a0a733..00000000000
--- a/Master/texmf-dist/tpm/ps4pdf.tpm
+++ /dev/null
@@ -1,49 +0,0 @@
-<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd">
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
- <rdf:Description about="http://texlive.dante.de/texlive/Package/ps4pdf.zip">
- <TPM:Name>ps4pdf</TPM:Name>
- <TPM:Type>Package</TPM:Type>
- <TPM:Date>2006/01/11 23:56:28</TPM:Date>
- <TPM:Version>0.6a</TPM:Version>
- <TPM:Creator>rahtz</TPM:Creator>
- <TPM:Title>
-Use Postscript commands inside a pdfLaTeX document.
- </TPM:Title>
- <TPM:Description>
-This LaTeX package provides a new way to use Postscript commands
-(e.g., PSTricks graphics,
-PSfrag replacements, EPS graphics) inside a
-pdfLaTeX processed document. You need
-recent versions of the LaTeX packages
-preview,
-ifpdf,
-ifvtex and a new LaTeX base
-installation. All Postscript related commands, including
-`\usepackage', must be a parameter of the 'PSforPDF' macro. For
-details see the test file 'ps4pdf-test.tex'. The PDF document is
-generated via dvips and ps2pdf.
-[description copied from TeX Catalogue]
- </TPM:Description>
- <TPM:Author>Rolf Niepraschk</TPM:Author>
- <TPM:Size>307893</TPM:Size>
- <TPM:Build/>
- <TPM:RunFiles size="12130">
-texmf-dist/tex/latex/ps4pdf/ps4pdf.sty
-texmf-dist/tpm/ps4pdf.tpm
- </TPM:RunFiles>
- <TPM:DocFiles size="294621">
-texmf-dist/doc/latex/ps4pdf/4-10-8.inl
-texmf-dist/doc/latex/ps4pdf/README
-texmf-dist/doc/latex/ps4pdf/create-eps
-texmf-dist/doc/latex/ps4pdf/penguin.eps
-texmf-dist/doc/latex/ps4pdf/ps4pdf
-texmf-dist/doc/latex/ps4pdf/ps4pdf-test.tex
- </TPM:DocFiles>
- <TPM:SourceFiles size="1142">texmf-dist/source/latex/ps4pdf/Makefile</TPM:SourceFiles>
- <TPM:Requires>
- <TPM:Package name="preview"/>
- </TPM:Requires>
- <TPM:Provides>Package/ps4pdf</TPM:Provides>
- </rdf:Description>
-</rdf:RDF>
-
diff --git a/Master/texmf-dist/tpm/pst-pdf.tpm b/Master/texmf-dist/tpm/pst-pdf.tpm
new file mode 100644
index 00000000000..f6ac14f856f
--- /dev/null
+++ b/Master/texmf-dist/tpm/pst-pdf.tpm
@@ -0,0 +1,37 @@
+<!DOCTYPE rdf:RDF SYSTEM "../../support/tpm.dtd">
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:TPM="http://texlive.dante.de/">
+ <rdf:Description about="http://texlive.dante.de/texlive/Package/pst-pdf.zip">
+ <TPM:Name>pst-pdf</TPM:Name>
+ <TPM:Type>Package</TPM:Type>
+ <TPM:Date>2006/07/12 21:47:07</TPM:Date>
+ <TPM:Version></TPM:Version>
+ <TPM:Creator>karl</TPM:Creator>
+ <TPM:Title>The pst-pdf package.</TPM:Title>
+ <TPM:Description></TPM:Description>
+ <TPM:Author></TPM:Author>
+ <TPM:Size>638851</TPM:Size>
+ <TPM:Build/>
+ <TPM:RunFiles size="15144">
+texmf-dist/tex/latex/pst-pdf/pst-pdf.sty
+texmf-dist/tpm/pst-pdf.tpm
+ </TPM:RunFiles>
+ <TPM:DocFiles size="575990">
+texmf-dist/doc/generic/pst-pdf/CHANGES
+texmf-dist/doc/generic/pst-pdf/README
+texmf-dist/doc/generic/pst-pdf/pst-pdf-example.tex
+texmf-dist/doc/generic/pst-pdf/pst-pdf.pdf
+texmf-dist/doc/generic/pst-pdf/pst-pdfDE.pdf
+texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf
+texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat
+texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.noMiKTeX
+texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.w95
+ </TPM:DocFiles>
+ <TPM:SourceFiles size="49133">
+texmf-dist/source/generic/pst-pdf/Makefile
+texmf-dist/source/generic/pst-pdf/pst-pdf.dtx
+texmf-dist/source/generic/pst-pdf/pst-pdf.ins
+ </TPM:SourceFiles>
+ <TPM:Provides>Package/pst-pdf</TPM:Provides>
+ </rdf:Description>
+</rdf:RDF>
+
diff --git a/Master/texmf/lists/pst-pdf b/Master/texmf/lists/pst-pdf
new file mode 100644
index 00000000000..52ed180cc53
--- /dev/null
+++ b/Master/texmf/lists/pst-pdf
@@ -0,0 +1,16 @@
+texmf-dist/doc/generic/pst-pdf/CHANGES
+texmf-dist/doc/generic/pst-pdf/README
+texmf-dist/doc/generic/pst-pdf/pst-pdf-example.tex
+texmf-dist/doc/generic/pst-pdf/pst-pdf.pdf
+texmf-dist/doc/generic/pst-pdf/pst-pdfDE.pdf
+texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf
+texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat
+texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.noMiKTeX
+texmf-dist/doc/generic/pst-pdf/scripts/ps4pdf.bat.w95
+texmf-dist/source/generic/pst-pdf/Makefile
+texmf-dist/source/generic/pst-pdf/pst-pdf.dtx
+texmf-dist/source/generic/pst-pdf/pst-pdf.ins
+texmf-dist/tex/latex/pst-pdf/pst-pdf.sty
+texmf-dist/tpm/pst-pdf.tpm
+
+texmf/lists/pst-pdf